Skip to content

Commit

Permalink
Merge branch 'release-1.31.42' into develop
Browse files Browse the repository at this point in the history
* release-1.31.42:
  Bumping version to 1.31.42
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 6, 2023
2 parents 9ea30a5 + 8ca7733 commit b87ef8c
Show file tree
Hide file tree
Showing 12 changed files with 618 additions and 439 deletions.
27 changes: 27 additions & 0 deletions .changes/1.31.42.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``appflow``",
"description": "Adding OAuth2.0 support for servicenow connector.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.31.42
=======

* api-change:``appflow``: Adding OAuth2.0 support for servicenow connector.
* api-change:``ec2``: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.
* api-change:``elbv2``: Update elbv2 client to latest version
* api-change:``medialive``: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
* api-change:``wafv2``: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.


1.31.41
=======

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.31.41'
__version__ = '1.31.42'


class NullHandler(logging.Handler):
Expand Down
8 changes: 4 additions & 4 deletions botocore/data/appflow/2020-08-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4651,10 +4651,6 @@
},
"ServiceNowConnectorProfileCredentials":{
"type":"structure",
"required":[
"username",
"password"
],
"members":{
"username":{
"shape":"Username",
Expand All @@ -4663,6 +4659,10 @@
"password":{
"shape":"Password",
"documentation":"<p> The password that corresponds to the user name. </p>"
},
"oAuth2Credentials":{
"shape":"OAuth2Credentials",
"documentation":"<p> The OAuth 2.0 credentials required to authenticate the user. </p>"
}
},
"documentation":"<p> The connector-specific profile credentials required when using ServiceNow. </p>"
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -39312,7 +39312,8 @@
"enum":[
"region",
"availability-zone",
"availability-zone-id"
"availability-zone-id",
"outpost"
]
},
"LogDestinationType":{
Expand Down
362 changes: 163 additions & 199 deletions botocore/data/elbv2/2015-12-01/endpoint-rule-set-1.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions botocore/data/elbv2/2015-12-01/service-2.json

Large diffs are not rendered by default.

220 changes: 194 additions & 26 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6430,39 +6430,162 @@
},
"es" : {
"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" : { },
"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" : "aos.af-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-east-1" : {
"variants" : [ {
"hostname" : "aos.ap-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-1" : {
"variants" : [ {
"hostname" : "aos.ap-northeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"hostname" : "aos.ap-northeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-3" : {
"variants" : [ {
"hostname" : "aos.ap-northeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"hostname" : "aos.ap-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-2" : {
"variants" : [ {
"hostname" : "aos.ap-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "aos.ap-southeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"hostname" : "aos.ap-southeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-3" : {
"variants" : [ {
"hostname" : "aos.ap-southeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-4" : {
"variants" : [ {
"hostname" : "aos.ap-southeast-4.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "aos.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"hostname" : "aos.eu-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-2" : {
"variants" : [ {
"hostname" : "aos.eu-central-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "aos.eu-north-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-1" : {
"variants" : [ {
"hostname" : "aos.eu-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-2" : {
"variants" : [ {
"hostname" : "aos.eu-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "aos.eu-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-2" : {
"variants" : [ {
"hostname" : "aos.eu-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-3" : {
"variants" : [ {
"hostname" : "aos.eu-west-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "es-fips.us-west-1.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"il-central-1" : {
"variants" : [ {
"hostname" : "aos.il-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-central-1" : {
"variants" : [ {
"hostname" : "aos.me-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "aos.me-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"hostname" : "aos.sa-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"hostname" : "aos.us-east-1.api.aws",
"tags" : [ "dualstack" ]
}, {
"hostname" : "es-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
Expand All @@ -6476,6 +6599,9 @@
},
"us-east-2" : {
"variants" : [ {
"hostname" : "aos.us-east-2.api.aws",
"tags" : [ "dualstack" ]
}, {
"hostname" : "es-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
Expand All @@ -6489,6 +6615,9 @@
},
"us-west-1" : {
"variants" : [ {
"hostname" : "aos.us-west-1.api.aws",
"tags" : [ "dualstack" ]
}, {
"hostname" : "es-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
Expand All @@ -6502,6 +6631,9 @@
},
"us-west-2" : {
"variants" : [ {
"hostname" : "aos.us-west-2.api.aws",
"tags" : [ "dualstack" ]
}, {
"hostname" : "es-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
Expand Down Expand Up @@ -7879,11 +8011,13 @@
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down Expand Up @@ -8920,6 +9054,7 @@
"deprecated" : true,
"hostname" : "kafka-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -18772,8 +18907,18 @@
},
"es" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "aos.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "aos.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"events" : {
Expand Down Expand Up @@ -21232,6 +21377,9 @@
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "aos.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
}, {
"hostname" : "es-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
Expand All @@ -21245,6 +21393,9 @@
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "aos.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
}, {
"hostname" : "es-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
Expand Down Expand Up @@ -21415,6 +21566,23 @@
}
}
},
"geo" : {
"endpoints" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "geo-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "geo-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"glacier" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down
Loading

0 comments on commit b87ef8c

Please sign in to comment.