Skip to content

Commit 01ae3cf

Browse files
Merge branch 'release-1.37.21'
* release-1.37.21: Bumping version to 1.37.21 Update endpoints model Update to latest models
2 parents db09e9c + bf730b9 commit 01ae3cf

File tree

12 files changed

+585
-178
lines changed

12 files changed

+585
-178
lines changed

Diff for: .changes/1.37.21.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``arc-zonal-shift``",
4+
"description": "Add new shiftType field for ARC zonal shifts.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``directconnect``",
9+
"description": "With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mediaconvert``",
14+
"description": "This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediatailor``",
19+
"description": "Add support for log filtering which allow customers to filter out selected event types from logs.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``polly``",
24+
"description": "Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``rds``",
29+
"description": "Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``wafv2``",
34+
"description": "This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App.",
35+
"type": "api-change"
36+
}
37+
]

Diff for: CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.37.21
6+
=======
7+
8+
* api-change:``arc-zonal-shift``: Add new shiftType field for ARC zonal shifts.
9+
* api-change:``directconnect``: With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies.
10+
* api-change:``mediaconvert``: This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs
11+
* api-change:``mediatailor``: Add support for log filtering which allow customers to filter out selected event types from logs.
12+
* api-change:``polly``: Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only.
13+
* api-change:``rds``: Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation.
14+
* api-change:``wafv2``: This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App.
15+
16+
517
1.37.20
618
=======
719

Diff for: botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.37.20'
19+
__version__ = '1.37.21'
2020

2121

2222
class NullHandler(logging.Handler):

Diff for: botocore/data/arc-zonal-shift/2022-10-30/service-2.json

+61-37
Large diffs are not rendered by default.

Diff for: botocore/data/directconnect/2012-10-25/service-2.json

+18-10
Large diffs are not rendered by default.

Diff for: botocore/data/endpoints.json

+192-22
Original file line numberDiff line numberDiff line change
@@ -14314,6 +14314,12 @@
1431414314
"tags" : [ "dualstack" ]
1431514315
} ]
1431614316
},
14317+
"ap-southeast-7" : {
14318+
"variants" : [ {
14319+
"hostname" : "lakeformation.ap-southeast-7.api.aws",
14320+
"tags" : [ "dualstack" ]
14321+
} ]
14322+
},
1431714323
"ca-central-1" : {
1431814324
"variants" : [ {
1431914325
"hostname" : "lakeformation.ca-central-1.api.aws",
@@ -14420,6 +14426,12 @@
1442014426
"tags" : [ "dualstack" ]
1442114427
} ]
1442214428
},
14429+
"mx-central-1" : {
14430+
"variants" : [ {
14431+
"hostname" : "lakeformation.mx-central-1.api.aws",
14432+
"tags" : [ "dualstack" ]
14433+
} ]
14434+
},
1442314435
"sa-east-1" : {
1442414436
"variants" : [ {
1442514437
"hostname" : "lakeformation.sa-east-1.api.aws",
@@ -23080,36 +23092,138 @@
2308023092
},
2308123093
"sms-voice" : {
2308223094
"endpoints" : {
23083-
"af-south-1" : { },
23084-
"ap-northeast-1" : { },
23085-
"ap-northeast-2" : { },
23086-
"ap-northeast-3" : { },
23087-
"ap-south-1" : { },
23088-
"ap-south-2" : { },
23089-
"ap-southeast-1" : { },
23090-
"ap-southeast-2" : { },
23091-
"ap-southeast-3" : { },
23092-
"ap-southeast-4" : { },
23095+
"af-south-1" : {
23096+
"variants" : [ {
23097+
"hostname" : "sms-voice.af-south-1.api.aws",
23098+
"tags" : [ "dualstack" ]
23099+
} ]
23100+
},
23101+
"ap-northeast-1" : {
23102+
"variants" : [ {
23103+
"hostname" : "sms-voice.ap-northeast-1.api.aws",
23104+
"tags" : [ "dualstack" ]
23105+
} ]
23106+
},
23107+
"ap-northeast-2" : {
23108+
"variants" : [ {
23109+
"hostname" : "sms-voice.ap-northeast-2.api.aws",
23110+
"tags" : [ "dualstack" ]
23111+
} ]
23112+
},
23113+
"ap-northeast-3" : {
23114+
"variants" : [ {
23115+
"hostname" : "sms-voice.ap-northeast-3.api.aws",
23116+
"tags" : [ "dualstack" ]
23117+
} ]
23118+
},
23119+
"ap-south-1" : {
23120+
"variants" : [ {
23121+
"hostname" : "sms-voice.ap-south-1.api.aws",
23122+
"tags" : [ "dualstack" ]
23123+
} ]
23124+
},
23125+
"ap-south-2" : {
23126+
"variants" : [ {
23127+
"hostname" : "sms-voice.ap-south-2.api.aws",
23128+
"tags" : [ "dualstack" ]
23129+
} ]
23130+
},
23131+
"ap-southeast-1" : {
23132+
"variants" : [ {
23133+
"hostname" : "sms-voice.ap-southeast-1.api.aws",
23134+
"tags" : [ "dualstack" ]
23135+
} ]
23136+
},
23137+
"ap-southeast-2" : {
23138+
"variants" : [ {
23139+
"hostname" : "sms-voice.ap-southeast-2.api.aws",
23140+
"tags" : [ "dualstack" ]
23141+
} ]
23142+
},
23143+
"ap-southeast-3" : {
23144+
"variants" : [ {
23145+
"hostname" : "sms-voice.ap-southeast-3.api.aws",
23146+
"tags" : [ "dualstack" ]
23147+
} ]
23148+
},
23149+
"ap-southeast-4" : {
23150+
"variants" : [ {
23151+
"hostname" : "sms-voice.ap-southeast-4.api.aws",
23152+
"tags" : [ "dualstack" ]
23153+
} ]
23154+
},
2309323155
"ca-central-1" : {
2309423156
"variants" : [ {
2309523157
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
2309623158
"tags" : [ "fips" ]
23159+
}, {
23160+
"hostname" : "sms-voice-fips.ca-central-1.api.aws",
23161+
"tags" : [ "dualstack", "fips" ]
23162+
}, {
23163+
"hostname" : "sms-voice.ca-central-1.api.aws",
23164+
"tags" : [ "dualstack" ]
2309723165
} ]
2309823166
},
2309923167
"ca-west-1" : {
2310023168
"variants" : [ {
2310123169
"hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
2310223170
"tags" : [ "fips" ]
23171+
}, {
23172+
"hostname" : "sms-voice-fips.ca-west-1.api.aws",
23173+
"tags" : [ "dualstack", "fips" ]
23174+
}, {
23175+
"hostname" : "sms-voice.ca-west-1.api.aws",
23176+
"tags" : [ "dualstack" ]
23177+
} ]
23178+
},
23179+
"eu-central-1" : {
23180+
"variants" : [ {
23181+
"hostname" : "sms-voice.eu-central-1.api.aws",
23182+
"tags" : [ "dualstack" ]
23183+
} ]
23184+
},
23185+
"eu-central-2" : {
23186+
"variants" : [ {
23187+
"hostname" : "sms-voice.eu-central-2.api.aws",
23188+
"tags" : [ "dualstack" ]
23189+
} ]
23190+
},
23191+
"eu-north-1" : {
23192+
"variants" : [ {
23193+
"hostname" : "sms-voice.eu-north-1.api.aws",
23194+
"tags" : [ "dualstack" ]
23195+
} ]
23196+
},
23197+
"eu-south-1" : {
23198+
"variants" : [ {
23199+
"hostname" : "sms-voice.eu-south-1.api.aws",
23200+
"tags" : [ "dualstack" ]
23201+
} ]
23202+
},
23203+
"eu-south-2" : {
23204+
"variants" : [ {
23205+
"hostname" : "sms-voice.eu-south-2.api.aws",
23206+
"tags" : [ "dualstack" ]
23207+
} ]
23208+
},
23209+
"eu-west-1" : {
23210+
"variants" : [ {
23211+
"hostname" : "sms-voice.eu-west-1.api.aws",
23212+
"tags" : [ "dualstack" ]
23213+
} ]
23214+
},
23215+
"eu-west-2" : {
23216+
"variants" : [ {
23217+
"hostname" : "sms-voice.eu-west-2.api.aws",
23218+
"tags" : [ "dualstack" ]
23219+
} ]
23220+
},
23221+
"eu-west-3" : {
23222+
"variants" : [ {
23223+
"hostname" : "sms-voice.eu-west-3.api.aws",
23224+
"tags" : [ "dualstack" ]
2310323225
} ]
2310423226
},
23105-
"eu-central-1" : { },
23106-
"eu-central-2" : { },
23107-
"eu-north-1" : { },
23108-
"eu-south-1" : { },
23109-
"eu-south-2" : { },
23110-
"eu-west-1" : { },
23111-
"eu-west-2" : { },
23112-
"eu-west-3" : { },
2311323227
"fips-ca-central-1" : {
2311423228
"credentialScope" : {
2311523229
"region" : "ca-central-1"
@@ -23152,32 +23266,76 @@
2315223266
"deprecated" : true,
2315323267
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
2315423268
},
23155-
"il-central-1" : { },
23156-
"me-central-1" : { },
23157-
"me-south-1" : { },
23158-
"sa-east-1" : { },
23269+
"il-central-1" : {
23270+
"variants" : [ {
23271+
"hostname" : "sms-voice.il-central-1.api.aws",
23272+
"tags" : [ "dualstack" ]
23273+
} ]
23274+
},
23275+
"me-central-1" : {
23276+
"variants" : [ {
23277+
"hostname" : "sms-voice.me-central-1.api.aws",
23278+
"tags" : [ "dualstack" ]
23279+
} ]
23280+
},
23281+
"me-south-1" : {
23282+
"variants" : [ {
23283+
"hostname" : "sms-voice.me-south-1.api.aws",
23284+
"tags" : [ "dualstack" ]
23285+
} ]
23286+
},
23287+
"sa-east-1" : {
23288+
"variants" : [ {
23289+
"hostname" : "sms-voice.sa-east-1.api.aws",
23290+
"tags" : [ "dualstack" ]
23291+
} ]
23292+
},
2315923293
"us-east-1" : {
2316023294
"variants" : [ {
2316123295
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
2316223296
"tags" : [ "fips" ]
23297+
}, {
23298+
"hostname" : "sms-voice-fips.us-east-1.api.aws",
23299+
"tags" : [ "dualstack", "fips" ]
23300+
}, {
23301+
"hostname" : "sms-voice.us-east-1.api.aws",
23302+
"tags" : [ "dualstack" ]
2316323303
} ]
2316423304
},
2316523305
"us-east-2" : {
2316623306
"variants" : [ {
2316723307
"hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
2316823308
"tags" : [ "fips" ]
23309+
}, {
23310+
"hostname" : "sms-voice-fips.us-east-2.api.aws",
23311+
"tags" : [ "dualstack", "fips" ]
23312+
}, {
23313+
"hostname" : "sms-voice.us-east-2.api.aws",
23314+
"tags" : [ "dualstack" ]
2316923315
} ]
2317023316
},
2317123317
"us-west-1" : {
2317223318
"variants" : [ {
2317323319
"hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
2317423320
"tags" : [ "fips" ]
23321+
}, {
23322+
"hostname" : "sms-voice-fips.us-west-1.api.aws",
23323+
"tags" : [ "dualstack", "fips" ]
23324+
}, {
23325+
"hostname" : "sms-voice.us-west-1.api.aws",
23326+
"tags" : [ "dualstack" ]
2317523327
} ]
2317623328
},
2317723329
"us-west-2" : {
2317823330
"variants" : [ {
2317923331
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
2318023332
"tags" : [ "fips" ]
23333+
}, {
23334+
"hostname" : "sms-voice-fips.us-west-2.api.aws",
23335+
"tags" : [ "dualstack", "fips" ]
23336+
}, {
23337+
"hostname" : "sms-voice.us-west-2.api.aws",
23338+
"tags" : [ "dualstack" ]
2318123339
} ]
2318223340
}
2318323341
}
@@ -34423,12 +34581,24 @@
3442334581
"variants" : [ {
3442434582
"hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
3442534583
"tags" : [ "fips" ]
34584+
}, {
34585+
"hostname" : "sms-voice-fips.us-gov-east-1.api.aws",
34586+
"tags" : [ "dualstack", "fips" ]
34587+
}, {
34588+
"hostname" : "sms-voice.us-gov-east-1.api.aws",
34589+
"tags" : [ "dualstack" ]
3442634590
} ]
3442734591
},
3442834592
"us-gov-west-1" : {
3442934593
"variants" : [ {
3443034594
"hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
3443134595
"tags" : [ "fips" ]
34596+
}, {
34597+
"hostname" : "sms-voice-fips.us-gov-west-1.api.aws",
34598+
"tags" : [ "dualstack", "fips" ]
34599+
}, {
34600+
"hostname" : "sms-voice.us-gov-west-1.api.aws",
34601+
"tags" : [ "dualstack" ]
3443234602
} ]
3443334603
}
3443434604
}

0 commit comments

Comments
 (0)