Skip to content

Commit

Permalink
Merge branch 'release-1.34.105' into develop
Browse files Browse the repository at this point in the history
* release-1.34.105:
  Bumping version to 1.34.105
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 14, 2024
2 parents 8b29f58 + 00fc5a2 commit 46429e5
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 12 deletions.
12 changes: 12 additions & 0 deletions .changes/1.34.105.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"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.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Updated a few x-id in the http uri traits",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.34.105
========

* api-change:``connect``: 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.
* api-change:``s3``: Updated a few x-id in the http uri traits


1.34.104
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.104'
__version__ = '1.34.105'


class NullHandler(logging.Handler):
Expand Down
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/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down
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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.104'
release = '1.34.105'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 46429e5

Please sign in to comment.