Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 14, 2024
1 parent 8b29f58 commit 82d49c3
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-72309.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-19289.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``s3``",
"description": "Updated a few x-id in the http uri traits"
}
18 changes: 18 additions & 0 deletions botocore/data/connect/2017-08-08/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,24 @@
],
"output_token": "NextToken",
"result_key": "PredefinedAttributes"
},
"SearchContactFlowModules": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": [
"ApproximateTotalCount"
],
"output_token": "NextToken",
"result_key": "ContactFlowModules"
},
"SearchContactFlows": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": [
"ApproximateTotalCount"
],
"output_token": "NextToken",
"result_key": "ContactFlows"
}
}
}
233 changes: 223 additions & 10 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions botocore/data/s3/2006-03-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"endpointPrefix":"s3",
"globalEndpoint":"s3.amazonaws.com",
"protocol":"rest-xml",
"protocols":["rest-xml"],
"serviceAbbreviation":"Amazon S3",
"serviceFullName":"Amazon Simple Storage Service",
"serviceId":"S3",
Expand Down

0 comments on commit 82d49c3

Please sign in to comment.