Skip to content

Commit 70426fd

Browse files
Merge branch 'release-1.42.16' into develop
* release-1.42.16: Bumping version to 1.42.16 Update endpoints model Update to latest models
2 parents 1945819 + 1bea7f1 commit 70426fd

File tree

10 files changed

+398
-292
lines changed

10 files changed

+398
-292
lines changed

.changes/1.42.16.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``endpoint-rules``",
4+
"description": "Update endpoint-rules client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``geo-places``",
9+
"description": "Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``pinpoint-sms-voice-v2``",
14+
"description": "This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``s3``",
19+
"description": "Add additional validation to Outpost bucket names.",
20+
"type": "api-change"
21+
}
22+
]

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
CHANGELOG
33
=========
44

5+
1.42.16
6+
=======
7+
8+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
9+
* api-change:``geo-places``: Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.
10+
* api-change:``pinpoint-sms-voice-v2``: This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review.
11+
* api-change:``s3``: Add additional validation to Outpost bucket names.
12+
13+
514
1.42.15
615
=======
716

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.15'
20+
__version__ = '1.42.16'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/endpoints.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10055,18 +10055,6 @@
1005510055
}
1005610056
}
1005710057
},
10058-
"elastictranscoder" : {
10059-
"endpoints" : {
10060-
"ap-northeast-1" : { },
10061-
"ap-south-1" : { },
10062-
"ap-southeast-1" : { },
10063-
"ap-southeast-2" : { },
10064-
"eu-west-1" : { },
10065-
"us-east-1" : { },
10066-
"us-west-1" : { },
10067-
"us-west-2" : { }
10068-
}
10069-
},
1007010058
"email" : {
1007110059
"endpoints" : {
1007210060
"af-south-1" : { },
@@ -13915,6 +13903,7 @@
1391513903
"ap-southeast-3" : { },
1391613904
"ap-southeast-4" : { },
1391713905
"ap-southeast-5" : { },
13906+
"ap-southeast-6" : { },
1391813907
"ap-southeast-7" : { },
1391913908
"ca-central-1" : {
1392013909
"variants" : [ {

botocore/data/geo-places/2020-11-19/service-2.json

Lines changed: 81 additions & 53 deletions
Large diffs are not rendered by default.

botocore/data/pinpoint-sms-voice-v2/2022-03-31/service-2.json

Lines changed: 93 additions & 70 deletions
Large diffs are not rendered by default.

botocore/data/s3/2006-03-01/endpoint-rule-set-1.json

Lines changed: 138 additions & 117 deletions
Large diffs are not rendered by default.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.42.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.42.15'
62+
release = '1.42.16'
6363

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

tests/functional/endpoint-rules/geo-places/endpoint-tests-1.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -138,53 +138,27 @@
138138
}
139139
},
140140
{
141-
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
142-
"expect": {
143-
"endpoint": {
144-
"url": "https://places.geo-fips.us-gov-west-1.api.aws/v2"
145-
}
146-
},
147-
"params": {
148-
"Region": "us-gov-west-1",
149-
"UseFIPS": true,
150-
"UseDualStack": true
151-
}
152-
},
153-
{
154-
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
141+
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
155142
"expect": {
156143
"endpoint": {
157-
"url": "https://places.geo-fips.us-gov-west-1.amazonaws.com/v2"
144+
"url": "https://geo-places-fips.eusc-de-east-1.amazonaws.eu"
158145
}
159146
},
160147
"params": {
161-
"Region": "us-gov-west-1",
148+
"Region": "eusc-de-east-1",
162149
"UseFIPS": true,
163150
"UseDualStack": false
164151
}
165152
},
166153
{
167-
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
168-
"expect": {
169-
"endpoint": {
170-
"url": "https://places.geo.us-gov-west-1.api.aws/v2"
171-
}
172-
},
173-
"params": {
174-
"Region": "us-gov-west-1",
175-
"UseFIPS": false,
176-
"UseDualStack": true
177-
}
178-
},
179-
{
180-
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
154+
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
181155
"expect": {
182156
"endpoint": {
183-
"url": "https://places.geo.us-gov-west-1.amazonaws.com/v2"
157+
"url": "https://geo-places.eusc-de-east-1.amazonaws.eu"
184158
}
185159
},
186160
"params": {
187-
"Region": "us-gov-west-1",
161+
"Region": "eusc-de-east-1",
188162
"UseFIPS": false,
189163
"UseDualStack": false
190164
}
@@ -294,27 +268,53 @@
294268
}
295269
},
296270
{
297-
"documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
271+
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
298272
"expect": {
299273
"endpoint": {
300-
"url": "https://geo-places-fips.eusc-de-east-1.amazonaws.eu"
274+
"url": "https://places.geo-fips.us-gov-west-1.api.aws/v2"
301275
}
302276
},
303277
"params": {
304-
"Region": "eusc-de-east-1",
278+
"Region": "us-gov-west-1",
279+
"UseFIPS": true,
280+
"UseDualStack": true
281+
}
282+
},
283+
{
284+
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
285+
"expect": {
286+
"endpoint": {
287+
"url": "https://places.geo-fips.us-gov-west-1.amazonaws.com/v2"
288+
}
289+
},
290+
"params": {
291+
"Region": "us-gov-west-1",
305292
"UseFIPS": true,
306293
"UseDualStack": false
307294
}
308295
},
309296
{
310-
"documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
297+
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
311298
"expect": {
312299
"endpoint": {
313-
"url": "https://geo-places.eusc-de-east-1.amazonaws.eu"
300+
"url": "https://places.geo.us-gov-west-1.api.aws/v2"
314301
}
315302
},
316303
"params": {
317-
"Region": "eusc-de-east-1",
304+
"Region": "us-gov-west-1",
305+
"UseFIPS": false,
306+
"UseDualStack": true
307+
}
308+
},
309+
{
310+
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
311+
"expect": {
312+
"endpoint": {
313+
"url": "https://places.geo.us-gov-west-1.amazonaws.com/v2"
314+
}
315+
},
316+
"params": {
317+
"Region": "us-gov-west-1",
318318
"UseFIPS": false,
319319
"UseDualStack": false
320320
}

tests/functional/endpoint-rules/s3/endpoint-tests-1.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7701,6 +7701,20 @@
77017701
"Accelerate": false
77027702
}
77037703
},
7704+
{
7705+
"documentation": "S3 Outposts invalid bucket name",
7706+
"expect": {
7707+
"error": "Invalid Outposts Bucket alias - it must be a valid bucket name."
7708+
},
7709+
"params": {
7710+
"Region": "us-east-1",
7711+
"Bucket": "test-accessp-o0b1de75431d83bebd/8xz5w8ijx1qzlbp3i3kbeta0--op-s3",
7712+
"Endpoint": "https://example.amazonaws.com",
7713+
"UseFIPS": false,
7714+
"UseDualStack": false,
7715+
"Accelerate": false
7716+
}
7717+
},
77047718
{
77057719
"documentation": "S3 Outposts bucketAlias Invalid hardware type",
77067720
"expect": {

0 commit comments

Comments
 (0)