Skip to content

Commit f0707e2

Browse files
Release v1.53.18 (2024-06-06) (#5280)
Release v1.53.18 (2024-06-06) === ### Service Client Updates * `service/account`: Updates service API and documentation * `service/firehose`: Updates service API and documentation * Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations * `service/fsx`: Updates service API and documentation * `service/glue`: Updates service API and documentation * This release adds support for creating and updating Glue Data Catalog Views. * `service/iotwireless`: Updates service API * `service/location`: Updates service API, documentation, and paginators * `service/sns`: Updates service API and documentation * Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates. * `service/sqs`: Updates service API and documentation * Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications. * `service/storagegateway`: Updates service API and documentation * Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.
1 parent 0ac4f08 commit f0707e2

File tree

33 files changed

+5244
-1254
lines changed

33 files changed

+5244
-1254
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.53.18 (2024-06-06)
2+
===
3+
4+
### Service Client Updates
5+
* `service/account`: Updates service API and documentation
6+
* `service/firehose`: Updates service API and documentation
7+
* Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
8+
* `service/fsx`: Updates service API and documentation
9+
* `service/glue`: Updates service API and documentation
10+
* This release adds support for creating and updating Glue Data Catalog Views.
11+
* `service/iotwireless`: Updates service API
12+
* `service/location`: Updates service API, documentation, and paginators
13+
* `service/sns`: Updates service API and documentation
14+
* Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
15+
* `service/sqs`: Updates service API and documentation
16+
* Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
17+
* `service/storagegateway`: Updates service API and documentation
18+
* Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy.
19+
120
Release v1.53.17 (2024-06-05)
221
===
322

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.53.17"
8+
const SDKVersion = "1.53.18"

models/apis/account/2021-02-01/api-2.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
"uid":"account-2021-02-01"
1313
},
1414
"operations":{
15+
"AcceptPrimaryEmailUpdate":{
16+
"name":"AcceptPrimaryEmailUpdate",
17+
"http":{
18+
"method":"POST",
19+
"requestUri":"/acceptPrimaryEmailUpdate",
20+
"responseCode":200
21+
},
22+
"input":{"shape":"AcceptPrimaryEmailUpdateRequest"},
23+
"output":{"shape":"AcceptPrimaryEmailUpdateResponse"},
24+
"errors":[
25+
{"shape":"ResourceNotFoundException"},
26+
{"shape":"ValidationException"},
27+
{"shape":"ConflictException"},
28+
{"shape":"AccessDeniedException"},
29+
{"shape":"TooManyRequestsException"},
30+
{"shape":"InternalServerException"}
31+
]
32+
},
1533
"DeleteAlternateContact":{
1634
"name":"DeleteAlternateContact",
1735
"http":{
@@ -95,6 +113,23 @@
95113
{"shape":"InternalServerException"}
96114
]
97115
},
116+
"GetPrimaryEmail":{
117+
"name":"GetPrimaryEmail",
118+
"http":{
119+
"method":"POST",
120+
"requestUri":"/getPrimaryEmail",
121+
"responseCode":200
122+
},
123+
"input":{"shape":"GetPrimaryEmailRequest"},
124+
"output":{"shape":"GetPrimaryEmailResponse"},
125+
"errors":[
126+
{"shape":"ResourceNotFoundException"},
127+
{"shape":"ValidationException"},
128+
{"shape":"AccessDeniedException"},
129+
{"shape":"TooManyRequestsException"},
130+
{"shape":"InternalServerException"}
131+
]
132+
},
98133
"GetRegionOptStatus":{
99134
"name":"GetRegionOptStatus",
100135
"http":{
@@ -158,9 +193,46 @@
158193
{"shape":"InternalServerException"}
159194
],
160195
"idempotent":true
196+
},
197+
"StartPrimaryEmailUpdate":{
198+
"name":"StartPrimaryEmailUpdate",
199+
"http":{
200+
"method":"POST",
201+
"requestUri":"/startPrimaryEmailUpdate",
202+
"responseCode":200
203+
},
204+
"input":{"shape":"StartPrimaryEmailUpdateRequest"},
205+
"output":{"shape":"StartPrimaryEmailUpdateResponse"},
206+
"errors":[
207+
{"shape":"ResourceNotFoundException"},
208+
{"shape":"ValidationException"},
209+
{"shape":"ConflictException"},
210+
{"shape":"AccessDeniedException"},
211+
{"shape":"TooManyRequestsException"},
212+
{"shape":"InternalServerException"}
213+
]
161214
}
162215
},
163216
"shapes":{
217+
"AcceptPrimaryEmailUpdateRequest":{
218+
"type":"structure",
219+
"required":[
220+
"AccountId",
221+
"Otp",
222+
"PrimaryEmail"
223+
],
224+
"members":{
225+
"AccountId":{"shape":"AccountId"},
226+
"Otp":{"shape":"Otp"},
227+
"PrimaryEmail":{"shape":"PrimaryEmailAddress"}
228+
}
229+
},
230+
"AcceptPrimaryEmailUpdateResponse":{
231+
"type":"structure",
232+
"members":{
233+
"Status":{"shape":"PrimaryEmailUpdateStatus"}
234+
}
235+
},
164236
"AccessDeniedException":{
165237
"type":"structure",
166238
"required":["message"],
@@ -332,6 +404,19 @@
332404
"ContactInformation":{"shape":"ContactInformation"}
333405
}
334406
},
407+
"GetPrimaryEmailRequest":{
408+
"type":"structure",
409+
"required":["AccountId"],
410+
"members":{
411+
"AccountId":{"shape":"AccountId"}
412+
}
413+
},
414+
"GetPrimaryEmailResponse":{
415+
"type":"structure",
416+
"members":{
417+
"PrimaryEmail":{"shape":"PrimaryEmailAddress"}
418+
}
419+
},
335420
"GetRegionOptStatusRequest":{
336421
"type":"structure",
337422
"required":["RegionName"],
@@ -391,6 +476,11 @@
391476
"min":1,
392477
"sensitive":true
393478
},
479+
"Otp":{
480+
"type":"string",
481+
"pattern":"^[a-zA-Z0-9]{6}$",
482+
"sensitive":true
483+
},
394484
"PhoneNumber":{
395485
"type":"string",
396486
"max":25,
@@ -404,6 +494,19 @@
404494
"min":1,
405495
"sensitive":true
406496
},
497+
"PrimaryEmailAddress":{
498+
"type":"string",
499+
"max":64,
500+
"min":5,
501+
"sensitive":true
502+
},
503+
"PrimaryEmailUpdateStatus":{
504+
"type":"string",
505+
"enum":[
506+
"PENDING",
507+
"ACCEPTED"
508+
]
509+
},
407510
"PutAlternateContactRequest":{
408511
"type":"structure",
409512
"required":[
@@ -476,6 +579,23 @@
476579
"type":"string",
477580
"sensitive":true
478581
},
582+
"StartPrimaryEmailUpdateRequest":{
583+
"type":"structure",
584+
"required":[
585+
"AccountId",
586+
"PrimaryEmail"
587+
],
588+
"members":{
589+
"AccountId":{"shape":"AccountId"},
590+
"PrimaryEmail":{"shape":"PrimaryEmailAddress"}
591+
}
592+
},
593+
"StartPrimaryEmailUpdateResponse":{
594+
"type":"structure",
595+
"members":{
596+
"Status":{"shape":"PrimaryEmailUpdateStatus"}
597+
}
598+
},
479599
"StateOrRegion":{
480600
"type":"string",
481601
"max":50,

models/apis/account/2021-02-01/docs-2.json

Lines changed: 66 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)