Skip to content

Commit

Permalink
Release v1.45.22 (2023-10-04) (#5010)
Browse files Browse the repository at this point in the history
Release v1.45.22 (2023-10-04)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/datazone`: Updates service API, documentation, paginators, and examples
* `service/mediatailor`: Updates service API and documentation
* `service/mgn`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
  * Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.
  • Loading branch information
aws-sdk-go-automation authored Oct 4, 2023
1 parent 8f1d676 commit dacaf77
Show file tree
Hide file tree
Showing 30 changed files with 56,502 additions and 427 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.45.22 (2023-10-04)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/datazone`: Updates service API, documentation, paginators, and examples
* `service/mediatailor`: Updates service API and documentation
* `service/mgn`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
* Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.

Release v1.45.21 (2023-10-03)
===

Expand Down
165 changes: 165 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.45.21"
const SDKVersion = "1.45.22"
40 changes: 31 additions & 9 deletions models/apis/appconfig/2019-10-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,9 @@
"LocationUri":{"shape":"Uri"},
"RetrievalRoleArn":{"shape":"RoleArn"},
"Validators":{"shape":"ValidatorList"},
"Type":{"shape":"ConfigurationProfileType"}
"Type":{"shape":"ConfigurationProfileType"},
"KmsKeyArn":{"shape":"Arn"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
}
},
"ConfigurationProfileSummary":{
Expand Down Expand Up @@ -869,7 +871,8 @@
"RetrievalRoleArn":{"shape":"RoleArn"},
"Validators":{"shape":"ValidatorList"},
"Tags":{"shape":"TagMap"},
"Type":{"shape":"ConfigurationProfileType"}
"Type":{"shape":"ConfigurationProfileType"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
}
},
"CreateDeploymentStrategyRequest":{
Expand Down Expand Up @@ -938,7 +941,7 @@
"Actions"
],
"members":{
"Name":{"shape":"Name"},
"Name":{"shape":"ExtensionOrParameterName"},
"Description":{"shape":"Description"},
"Actions":{"shape":"ActionsMap"},
"Parameters":{"shape":"ParameterMap"},
Expand Down Expand Up @@ -1131,7 +1134,7 @@
"CompletedAt":{"shape":"Iso8601DateTime"},
"AppliedExtensions":{"shape":"AppliedExtensions"},
"KmsKeyArn":{"shape":"Arn"},
"KmsKeyIdentifier":{"shape":"Identifier"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"},
"VersionLabel":{"shape":"VersionLabel"}
}
},
Expand Down Expand Up @@ -1305,6 +1308,10 @@
"NextToken":{"shape":"NextToken"}
}
},
"ExtensionOrParameterName":{
"type":"string",
"pattern":"^[^\\/#:\\n]{1,64}$"
},
"ExtensionSummaries":{
"type":"list",
"member":{"shape":"ExtensionSummary"}
Expand Down Expand Up @@ -1547,6 +1554,11 @@
"shape":"VersionLabel",
"location":"header",
"locationName":"VersionLabel"
},
"KmsKeyArn":{
"shape":"Arn",
"location":"header",
"locationName":"KmsKeyArn"
}
},
"payload":"Content"
Expand All @@ -1559,7 +1571,8 @@
"VersionNumber":{"shape":"Integer"},
"Description":{"shape":"Description"},
"ContentType":{"shape":"StringWithLengthBetween1And255"},
"VersionLabel":{"shape":"VersionLabel"}
"VersionLabel":{"shape":"VersionLabel"},
"KmsKeyArn":{"shape":"Arn"}
}
},
"HostedConfigurationVersionSummaryList":{
Expand Down Expand Up @@ -1610,6 +1623,14 @@
"type":"timestamp",
"timestampFormat":"iso8601"
},
"KmsKeyIdentifier":{
"type":"string",
"pattern":"^[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
},
"KmsKeyIdentifierOrEmpty":{
"type":"string",
"pattern":"^\\s{0,1}|[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
},
"ListApplicationsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1868,14 +1889,14 @@
},
"ParameterMap":{
"type":"map",
"key":{"shape":"Name"},
"key":{"shape":"ExtensionOrParameterName"},
"value":{"shape":"Parameter"},
"max":5,
"min":1
},
"ParameterValueMap":{
"type":"map",
"key":{"shape":"Name"},
"key":{"shape":"ExtensionOrParameterName"},
"value":{"shape":"StringWithLengthBetween1And2048"},
"max":5,
"min":0
Expand Down Expand Up @@ -1962,7 +1983,7 @@
"ConfigurationVersion":{"shape":"Version"},
"Description":{"shape":"Description"},
"Tags":{"shape":"TagMap"},
"KmsKeyIdentifier":{"shape":"Identifier"}
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}
}
},
"StopDeploymentRequest":{
Expand Down Expand Up @@ -2111,7 +2132,8 @@
"Name":{"shape":"Name"},
"Description":{"shape":"Description"},
"RetrievalRoleArn":{"shape":"RoleArn"},
"Validators":{"shape":"ValidatorList"}
"Validators":{"shape":"ValidatorList"},
"KmsKeyIdentifier":{"shape":"KmsKeyIdentifierOrEmpty"}
}
},
"UpdateDeploymentStrategyRequest":{
Expand Down
Loading

0 comments on commit dacaf77

Please sign in to comment.