Skip to content

Commit

Permalink
Release v1.44.320 (2023-08-09) (#4945)
Browse files Browse the repository at this point in the history
Release v1.44.320 (2023-08-09)
===

### Service Client Updates
* `service/chime-sdk-voice`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/globalaccelerator`: Updates service documentation
* `service/guardduty`: Updates service API and documentation
  * Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.
* `service/sagemaker`: Updates service API and documentation
  * This release adds support for cross account access for SageMaker Model Cards through AWS RAM.
  • Loading branch information
aws-sdk-go-automation committed Aug 9, 2023
1 parent 21179e4 commit b16e365
Show file tree
Hide file tree
Showing 24 changed files with 1,668 additions and 760 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.320 (2023-08-09)
===

### Service Client Updates
* `service/chime-sdk-voice`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/globalaccelerator`: Updates service documentation
* `service/guardduty`: Updates service API and documentation
* Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.
* `service/sagemaker`: Updates service API and documentation
* This release adds support for cross account access for SageMaker Model Cards through AWS RAM.

Release v1.44.319 (2023-08-08)
===

Expand Down
13 changes: 13 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.44.319"
const SDKVersion = "1.44.320"
19 changes: 15 additions & 4 deletions models/apis/chime-sdk-voice/2022-08-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,8 @@
],
"members":{
"ProductType":{"shape":"PhoneNumberProductType"},
"E164PhoneNumbers":{"shape":"E164PhoneNumberList"}
"E164PhoneNumbers":{"shape":"E164PhoneNumberList"},
"Name":{"shape":"PhoneNumberName"}
}
},
"CreatePhoneNumberOrderResponse":{
Expand Down Expand Up @@ -3358,7 +3359,8 @@
"CreatedTimestamp":{"shape":"Iso8601Timestamp"},
"UpdatedTimestamp":{"shape":"Iso8601Timestamp"},
"DeletionTimestamp":{"shape":"Iso8601Timestamp"},
"OrderId":{"shape":"GuidString"}
"OrderId":{"shape":"GuidString"},
"Name":{"shape":"PhoneNumberName"}
}
},
"PhoneNumberAssociation":{
Expand Down Expand Up @@ -3424,6 +3426,13 @@
"max":500,
"min":1
},
"PhoneNumberName":{
"type":"string",
"max":256,
"min":0,
"pattern":"^$|^[a-zA-Z0-9\\,\\.\\_\\-]+(\\s+[a-zA-Z0-9\\,\\.\\_\\-]+)*$",
"sensitive":true
},
"PhoneNumberOrder":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4240,7 +4249,8 @@
"locationName":"phoneNumberId"
},
"ProductType":{"shape":"PhoneNumberProductType"},
"CallingName":{"shape":"CallingName"}
"CallingName":{"shape":"CallingName"},
"Name":{"shape":"PhoneNumberName"}
}
},
"UpdatePhoneNumberRequestItem":{
Expand All @@ -4249,7 +4259,8 @@
"members":{
"PhoneNumberId":{"shape":"SensitiveNonEmptyString"},
"ProductType":{"shape":"PhoneNumberProductType"},
"CallingName":{"shape":"CallingName"}
"CallingName":{"shape":"CallingName"},
"Name":{"shape":"PhoneNumberName"}
}
},
"UpdatePhoneNumberRequestItemList":{
Expand Down
9 changes: 9 additions & 0 deletions models/apis/chime-sdk-voice/2022-08-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,15 @@
"SearchAvailablePhoneNumbersRequest$MaxResults": "<p>The maximum number of results to return.</p>"
}
},
"PhoneNumberName": {
"base": null,
"refs": {
"CreatePhoneNumberOrderRequest$Name": "<p>Specifies the name assigned to one or more phone numbers.</p>",
"PhoneNumber$Name": "<p>The name of the phone number.</p>",
"UpdatePhoneNumberRequest$Name": "<p>Specifies the name assigned to one or more phone numbers.</p>",
"UpdatePhoneNumberRequestItem$Name": "<p>The name of the phone number.</p>"
}
},
"PhoneNumberOrder": {
"base": "<p>The details of an Amazon Chime SDK phone number order.</p>",
"refs": {
Expand Down
86 changes: 43 additions & 43 deletions models/apis/chime-sdk-voice/2022-08-03/endpoint-tests-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-gov-east-1"
}
},
{
Expand All @@ -21,9 +21,9 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-gov-east-1"
}
},
{
Expand All @@ -34,9 +34,9 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-gov-east-1"
}
},
{
Expand All @@ -47,9 +47,9 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-gov-east-1"
}
},
{
Expand All @@ -60,9 +60,9 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "cn-north-1"
}
},
{
Expand All @@ -73,9 +73,9 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "cn-north-1"
}
},
{
Expand All @@ -86,9 +86,9 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "cn-north-1"
}
},
{
Expand All @@ -99,9 +99,9 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "cn-north-1"
}
},
{
Expand All @@ -110,9 +110,9 @@
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-iso-east-1"
}
},
{
Expand All @@ -123,9 +123,9 @@
}
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-iso-east-1"
}
},
{
Expand All @@ -134,9 +134,9 @@
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-iso-east-1"
}
},
{
Expand All @@ -147,9 +147,9 @@
}
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-iso-east-1"
}
},
{
Expand All @@ -160,9 +160,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-east-1"
}
},
{
Expand All @@ -173,9 +173,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-east-1"
}
},
{
Expand All @@ -186,9 +186,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-east-1"
}
},
{
Expand All @@ -199,9 +199,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-east-1"
}
},
{
Expand All @@ -210,9 +210,9 @@
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-isob-east-1"
}
},
{
Expand All @@ -223,9 +223,9 @@
}
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"Region": "us-isob-east-1"
}
},
{
Expand All @@ -234,9 +234,9 @@
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-isob-east-1"
}
},
{
Expand All @@ -247,9 +247,9 @@
}
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"Region": "us-isob-east-1"
}
},
{
Expand All @@ -260,9 +260,9 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false,
"Region": "us-east-1",
"Endpoint": "https://example.com"
}
},
Expand All @@ -272,9 +272,9 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true,
"Region": "us-east-1",
"Endpoint": "https://example.com"
}
},
Expand All @@ -284,9 +284,9 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false,
"Region": "us-east-1",
"Endpoint": "https://example.com"
}
}
Expand Down

0 comments on commit b16e365

Please sign in to comment.