Skip to content

Commit

Permalink
Release v1.53.18 (2024-06-06) (#5280)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Jun 6, 2024
1 parent 0ac4f08 commit f0707e2
Show file tree
Hide file tree
Showing 33 changed files with 5,244 additions and 1,254 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
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.

Release v1.53.17 (2024-06-05)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.53.17"
const SDKVersion = "1.53.18"
120 changes: 120 additions & 0 deletions models/apis/account/2021-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@
"uid":"account-2021-02-01"
},
"operations":{
"AcceptPrimaryEmailUpdate":{
"name":"AcceptPrimaryEmailUpdate",
"http":{
"method":"POST",
"requestUri":"/acceptPrimaryEmailUpdate",
"responseCode":200
},
"input":{"shape":"AcceptPrimaryEmailUpdateRequest"},
"output":{"shape":"AcceptPrimaryEmailUpdateResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"DeleteAlternateContact":{
"name":"DeleteAlternateContact",
"http":{
Expand Down Expand Up @@ -95,6 +113,23 @@
{"shape":"InternalServerException"}
]
},
"GetPrimaryEmail":{
"name":"GetPrimaryEmail",
"http":{
"method":"POST",
"requestUri":"/getPrimaryEmail",
"responseCode":200
},
"input":{"shape":"GetPrimaryEmailRequest"},
"output":{"shape":"GetPrimaryEmailResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"GetRegionOptStatus":{
"name":"GetRegionOptStatus",
"http":{
Expand Down Expand Up @@ -158,9 +193,46 @@
{"shape":"InternalServerException"}
],
"idempotent":true
},
"StartPrimaryEmailUpdate":{
"name":"StartPrimaryEmailUpdate",
"http":{
"method":"POST",
"requestUri":"/startPrimaryEmailUpdate",
"responseCode":200
},
"input":{"shape":"StartPrimaryEmailUpdateRequest"},
"output":{"shape":"StartPrimaryEmailUpdateResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
}
},
"shapes":{
"AcceptPrimaryEmailUpdateRequest":{
"type":"structure",
"required":[
"AccountId",
"Otp",
"PrimaryEmail"
],
"members":{
"AccountId":{"shape":"AccountId"},
"Otp":{"shape":"Otp"},
"PrimaryEmail":{"shape":"PrimaryEmailAddress"}
}
},
"AcceptPrimaryEmailUpdateResponse":{
"type":"structure",
"members":{
"Status":{"shape":"PrimaryEmailUpdateStatus"}
}
},
"AccessDeniedException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -332,6 +404,19 @@
"ContactInformation":{"shape":"ContactInformation"}
}
},
"GetPrimaryEmailRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{"shape":"AccountId"}
}
},
"GetPrimaryEmailResponse":{
"type":"structure",
"members":{
"PrimaryEmail":{"shape":"PrimaryEmailAddress"}
}
},
"GetRegionOptStatusRequest":{
"type":"structure",
"required":["RegionName"],
Expand Down Expand Up @@ -391,6 +476,11 @@
"min":1,
"sensitive":true
},
"Otp":{
"type":"string",
"pattern":"^[a-zA-Z0-9]{6}$",
"sensitive":true
},
"PhoneNumber":{
"type":"string",
"max":25,
Expand All @@ -404,6 +494,19 @@
"min":1,
"sensitive":true
},
"PrimaryEmailAddress":{
"type":"string",
"max":64,
"min":5,
"sensitive":true
},
"PrimaryEmailUpdateStatus":{
"type":"string",
"enum":[
"PENDING",
"ACCEPTED"
]
},
"PutAlternateContactRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -476,6 +579,23 @@
"type":"string",
"sensitive":true
},
"StartPrimaryEmailUpdateRequest":{
"type":"structure",
"required":[
"AccountId",
"PrimaryEmail"
],
"members":{
"AccountId":{"shape":"AccountId"},
"PrimaryEmail":{"shape":"PrimaryEmailAddress"}
}
},
"StartPrimaryEmailUpdateResponse":{
"type":"structure",
"members":{
"Status":{"shape":"PrimaryEmailUpdateStatus"}
}
},
"StateOrRegion":{
"type":"string",
"max":50,
Expand Down
75 changes: 66 additions & 9 deletions models/apis/account/2021-02-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit f0707e2

Please sign in to comment.