Skip to content

Commit

Permalink
Merge branch 'release-1.35.77' into develop
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
  • Loading branch information
aws-sdk-python-automation committed Dec 9, 2024
2 parents 271e1f4 + a7513fb commit a1cf90e
Show file tree
Hide file tree
Showing 12 changed files with 429 additions and 46 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"
}
]
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.

241 changes: 213 additions & 28 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4505,27 +4505,132 @@
},
"cognito-identity" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"af-south-1" : {
"variants" : [ {
"hostname" : "cognito-identity.af-south-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-east-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-east-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-northeast-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-northeast-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-3" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-northeast-3.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-south-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-2" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-south-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-southeast-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-southeast-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-3" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-southeast-3.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-4" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-southeast-4.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ca-west-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-central-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-2" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-central-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-north-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-1" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-south-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-2" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-south-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-west-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-2" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-west-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-3" : {
"variants" : [ {
"hostname" : "cognito-identity.eu-west-3.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -4554,32 +4659,76 @@
"deprecated" : true,
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"il-central-1" : {
"variants" : [ {
"hostname" : "cognito-identity.il-central-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"me-central-1" : {
"variants" : [ {
"hostname" : "cognito-identity.me-central-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "cognito-identity.me-south-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"hostname" : "cognito-identity.sa-east-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-east-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "cognito-identity-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "cognito-identity.us-east-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-east-2.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "cognito-identity-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "cognito-identity.us-east-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "cognito-identity.us-west-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "cognito-identity.us-west-2.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down Expand Up @@ -23840,7 +23989,12 @@
},
"cognito-identity" : {
"endpoints" : {
"cn-north-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "cognito-identity.cn-north-1.amazonaws.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"compute-optimizer" : {
Expand Down Expand Up @@ -26118,8 +26272,14 @@
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "cognito-identity.us-gov-west-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down Expand Up @@ -30481,6 +30641,23 @@
"us-iso-west-1" : { }
}
},
"bedrock" : {
"endpoints" : {
"bedrock-runtime-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "bedrock-runtime.us-iso-east-1.c2s.ic.gov"
},
"bedrock-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "bedrock.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1" : { }
}
},
"cloudcontrolapi" : {
"endpoints" : {
"us-iso-east-1" : { },
Expand Down Expand Up @@ -31455,13 +31632,21 @@
},
"budgets" : {
"endpoints" : {
"aws-iso-b-global" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"hostname" : "budgets.global.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov"
"hostname" : "budgets.global.sc2s.sgov.gov"
}
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-iso-b-global"
},
"cloudcontrolapi" : {
"endpoints" : {
Expand Down
Loading

0 comments on commit a1cf90e

Please sign in to comment.