Skip to content

Commit

Permalink
Merge branch 'release-1.35.77'
Browse files Browse the repository at this point in the history
* release-1.35.77:
  Bumping version to 1.35.77
  Update endpoints model
  Update to latest models
  Bump aws-actions/stale-issue-cleanup
  Bump codecov/codecov-action from 5.0.2 to 5.1.1
  Add support for stringArray and operationContextParams (#3301)
  • Loading branch information
aws-sdk-python-automation committed Dec 9, 2024
2 parents b36ec84 + a7513fb commit 8853a01
Show file tree
Hide file tree
Showing 21 changed files with 543 additions and 50 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.77.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``appsync``",
"description": "Provides description of new Amazon Bedrock runtime datasource.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release includes a new API for modifying instance network-performance-options after launch.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This is a documentation only update to address various tickets for Amazon ECS.",
"type": "api-change"
},
{
"category": "``keyspaces``",
"description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "H265 outputs now support disabling the deblocking filter.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Added text to clarify case-sensitivity",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python scripts/ci/run-tests --with-cov --with-xdist
- name: Run codecov
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
with:
directory: tests

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@2017b87caa8e25014362d434a980d60fa758f3af
- uses: aws-actions/stale-issue-cleanup@413d85a1603df4f0a8158f5f3c8204ab1691313e
with:
issue-types: issues
stale-issue-message: Greetings! It looks like this issue hasn’t been
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.35.77
=======

* api-change:``appsync``: Provides description of new Amazon Bedrock runtime datasource.
* api-change:``cognito-idp``: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.
* api-change:``ec2``: This release includes a new API for modifying instance network-performance-options after launch.
* api-change:``ecs``: This is a documentation only update to address various tickets for Amazon ECS.
* api-change:``keyspaces``: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.
* api-change:``medialive``: H265 outputs now support disabling the deblocking filter.
* api-change:``workspaces``: Added text to clarify case-sensitivity


1.35.76
=======

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.35.76'
__version__ = '1.35.77'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/appsync/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@
},
"type":{
"shape":"DataSourceType",
"documentation":"<p>The type of the data source.</p> <ul> <li> <p> <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p> </li> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_EVENTBRIDGE</b>: The data source is an Amazon EventBridge configuration.</p> </li> <li> <p> <b>NONE</b>: There is no data source. Use this type when you want to invoke a GraphQL operation without connecting to a data source, such as when you're performing data transformation with resolvers or invoking a subscription from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>"
"documentation":"<p>The type of the data source.</p> <ul> <li> <p> <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p> </li> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_EVENTBRIDGE</b>: The data source is an Amazon EventBridge configuration.</p> </li> <li> <p> <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the Amazon Bedrock runtime.</p> </li> <li> <p> <b>NONE</b>: There is no data source. Use this type when you want to invoke a GraphQL operation without connecting to a data source, such as when you're performing data transformation with resolvers or invoking a subscription from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>"
},
"serviceRoleArn":{
"shape":"String",
Expand Down
3 changes: 1 addition & 2 deletions botocore/data/cognito-idp/2016-04-18/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8700,8 +8700,7 @@
"type":"structure",
"required":[
"Domain",
"UserPoolId",
"CustomDomainConfig"
"UserPoolId"
],
"members":{
"Domain":{
Expand Down
142 changes: 138 additions & 4 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions botocore/data/ecs/2014-11-13/service-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8853a01

Please sign in to comment.