Skip to content

Commit

Permalink
feat(client-connectcampaigns): Minor pattern updates for Campaign and…
Browse files Browse the repository at this point in the history
… Dial Request API fields.
  • Loading branch information
awstools committed Jan 10, 2024
1 parent 27cbbe0 commit f7bd277
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions codegen/sdk-codegen/aws-models/connectcampaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"min": 20,
"max": 500
},
"smithy.api#pattern": "^arn:.*"
"smithy.api#pattern": "^arn:.*$"
}
},
"com.amazonaws.connectcampaigns#AttributeName": {
Expand All @@ -855,7 +855,8 @@
"smithy.api#length": {
"min": 0,
"max": 32767
}
},
"smithy.api#pattern": "^.*$"
}
},
"com.amazonaws.connectcampaigns#Attributes": {
Expand Down Expand Up @@ -956,7 +957,8 @@
"smithy.api#length": {
"min": 0,
"max": 256
}
},
"smithy.api#pattern": "^[\\S]*$"
}
},
"com.amazonaws.connectcampaigns#CampaignIdList": {
Expand Down Expand Up @@ -1058,8 +1060,9 @@
"smithy.api#documentation": "Client provided parameter used for idempotency. Its value must be unique for each request.",
"smithy.api#length": {
"min": 0,
"max": 64
}
"max": 200
},
"smithy.api#pattern": "^[a-zA-Z0-9_\\-.]*$"
}
},
"com.amazonaws.connectcampaigns#ConflictException": {
Expand Down Expand Up @@ -1397,6 +1400,7 @@
"min": 0,
"max": 20
},
"smithy.api#pattern": "^[\\d\\-+]*$",
"smithy.api#sensitive": {}
}
},
Expand Down Expand Up @@ -1435,7 +1439,12 @@
"com.amazonaws.connectcampaigns#DialRequestId": {
"type": "string",
"traits": {
"smithy.api#documentation": "Identifier representing a Dial request"
"smithy.api#documentation": "Identifier representing a Dial request",
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^[a-zA-Z0-9_\\-.]*$"
}
},
"com.amazonaws.connectcampaigns#DialRequestList": {
Expand Down Expand Up @@ -1893,7 +1902,8 @@
"smithy.api#length": {
"min": 0,
"max": 256
}
},
"smithy.api#pattern": "^[a-zA-Z0-9_\\-.]*$"
}
},
"com.amazonaws.connectcampaigns#InstanceIdFilter": {
Expand Down

0 comments on commit f7bd277

Please sign in to comment.