Skip to content

Commit a254f4d

Browse files
Update models for release
1 parent 755493e commit a254f4d

19 files changed

Lines changed: 406 additions & 318 deletions

.changes/3.369.2

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "PinpointSMSVoiceV2",
5+
"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."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "GeoPlaces",
10+
"description": "Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "S3",
15+
"description": "Add additional validation to Outpost bucket names."
16+
}
17+
]

.changes/nextrelease/remove-elastictranscoder.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\` - Removes `ElasticTranscoderClient` and its dependencies. This service has been deprecated.
6+
* `Aws\PinpointSMSVoiceV2` - 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.
7+
* `Aws\GeoPlaces` - Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.
8+
* `Aws\S3` - Add additional validation to Outpost bucket names.
9+
310
## 3.369.1 - 2025-12-22
411

512
* `Aws\` - Allow `stdClass` in `Validator` for document types for empty documents to be encoded as JSON objects rather than arrays.

src/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" : [ {

src/data/endpoints.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/geo-places/2020-11-19/api-2.json

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
{"shape":"AccessDeniedException"},
2828
{"shape":"ValidationException"},
2929
{"shape":"ThrottlingException"}
30-
]
30+
],
31+
"readonly":true
3132
},
3233
"Geocode":{
3334
"name":"Geocode",
@@ -43,7 +44,8 @@
4344
{"shape":"AccessDeniedException"},
4445
{"shape":"ValidationException"},
4546
{"shape":"ThrottlingException"}
46-
]
47+
],
48+
"readonly":true
4749
},
4850
"GetPlace":{
4951
"name":"GetPlace",
@@ -59,7 +61,8 @@
5961
{"shape":"AccessDeniedException"},
6062
{"shape":"ValidationException"},
6163
{"shape":"ThrottlingException"}
62-
]
64+
],
65+
"readonly":true
6366
},
6467
"ReverseGeocode":{
6568
"name":"ReverseGeocode",
@@ -75,7 +78,8 @@
7578
{"shape":"AccessDeniedException"},
7679
{"shape":"ValidationException"},
7780
{"shape":"ThrottlingException"}
78-
]
81+
],
82+
"readonly":true
7983
},
8084
"SearchNearby":{
8185
"name":"SearchNearby",
@@ -91,7 +95,8 @@
9195
{"shape":"AccessDeniedException"},
9296
{"shape":"ValidationException"},
9397
{"shape":"ThrottlingException"}
94-
]
98+
],
99+
"readonly":true
95100
},
96101
"SearchText":{
97102
"name":"SearchText",
@@ -107,7 +112,8 @@
107112
{"shape":"AccessDeniedException"},
108113
{"shape":"ValidationException"},
109114
{"shape":"ThrottlingException"}
110-
]
115+
],
116+
"readonly":true
111117
},
112118
"Suggest":{
113119
"name":"Suggest",
@@ -123,7 +129,8 @@
123129
{"shape":"AccessDeniedException"},
124130
{"shape":"ValidationException"},
125131
{"shape":"ThrottlingException"}
126-
]
132+
],
133+
"readonly":true
127134
}
128135
},
129136
"shapes":{
@@ -699,7 +706,7 @@
699706
"GeocodeAdditionalFeatureList":{
700707
"type":"list",
701708
"member":{"shape":"GeocodeAdditionalFeature"},
702-
"max":2,
709+
"max":4,
703710
"min":1
704711
},
705712
"GeocodeFilter":{
@@ -931,7 +938,7 @@
931938
"GetPlaceAdditionalFeatureList":{
932939
"type":"list",
933940
"member":{"shape":"GetPlaceAdditionalFeature"},
934-
"max":4,
941+
"max":5,
935942
"min":1
936943
},
937944
"GetPlaceIntendedUse":{
@@ -1031,6 +1038,12 @@
10311038
"min":0,
10321039
"sensitive":true
10331040
},
1041+
"Heading":{
1042+
"type":"double",
1043+
"max":360.0,
1044+
"min":0.0,
1045+
"sensitive":true
1046+
},
10341047
"Highlight":{
10351048
"type":"structure",
10361049
"members":{
@@ -1340,7 +1353,8 @@
13401353
"PointOfInterest",
13411354
"PointAddress",
13421355
"InterpolatedAddress",
1343-
"SecondaryAddress"
1356+
"SecondaryAddress",
1357+
"InferredSecondaryAddress"
13441358
],
13451359
"sensitive":true
13461360
},
@@ -1525,7 +1539,7 @@
15251539
"ReverseGeocodeAdditionalFeatureList":{
15261540
"type":"list",
15271541
"member":{"shape":"ReverseGeocodeAdditionalFeature"},
1528-
"max":2,
1542+
"max":3,
15291543
"min":1
15301544
},
15311545
"ReverseGeocodeFilter":{
@@ -1576,7 +1590,8 @@
15761590
"shape":"ApiKey",
15771591
"location":"querystring",
15781592
"locationName":"key"
1579-
}
1593+
},
1594+
"Heading":{"shape":"Heading"}
15801595
}
15811596
},
15821597
"ReverseGeocodeRequestMaxResultsInteger":{
@@ -1906,13 +1921,20 @@
19061921
"type":"structure",
19071922
"required":["Number"],
19081923
"members":{
1909-
"Number":{"shape":"SecondaryAddressComponentNumberString"}
1924+
"Number":{"shape":"SecondaryAddressComponentNumberString"},
1925+
"Designator":{"shape":"SecondaryAddressComponentDesignatorString"}
19101926
}
19111927
},
1928+
"SecondaryAddressComponentDesignatorString":{
1929+
"type":"string",
1930+
"max":20,
1931+
"min":0,
1932+
"sensitive":true
1933+
},
19121934
"SecondaryAddressComponentList":{
19131935
"type":"list",
19141936
"member":{"shape":"SecondaryAddressComponent"},
1915-
"max":1,
1937+
"max":3,
19161938
"min":0
19171939
},
19181940
"SecondaryAddressComponentMatchScore":{

src/data/geo-places/2020-11-19/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)