Skip to content

Commit

Permalink
Release v1.43.1 (2022-02-17) (#4281)
Browse files Browse the repository at this point in the history
Release v1.43.1 (2022-02-17)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/evidently`: Updates service API and documentation
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/redshift`: Updates service API and documentation
  * SDK release for Cross region datasharing and cost-control for cross region datasharing
  • Loading branch information
aws-sdk-go-automation committed Feb 17, 2022
1 parent 6f163e0 commit 9429e75
Show file tree
Hide file tree
Showing 15 changed files with 441 additions and 191 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.43.1 (2022-02-17)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/evidently`: Updates service API and documentation
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/redshift`: Updates service API and documentation
* SDK release for Cross region datasharing and cost-control for cross region datasharing

Release v1.43.0 (2022-02-16)
===

Expand Down
3 changes: 3 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.43.0"
const SDKVersion = "1.43.1"
4 changes: 3 additions & 1 deletion models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,9 @@
"COPY_JOB_FAILED",
"RECOVERY_POINT_MODIFIED",
"BACKUP_PLAN_CREATED",
"BACKUP_PLAN_MODIFIED"
"BACKUP_PLAN_MODIFIED",
"S3_BACKUP_OBJECT_FAILED",
"S3_RESTORE_OBJECT_FAILED"
]
},
"BackupVaultEvents":{
Expand Down
48 changes: 24 additions & 24 deletions models/apis/backup/2018-11-15/docs-2.json

Large diffs are not rendered by default.

36 changes: 28 additions & 8 deletions models/apis/evidently/2021-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"input":{"shape":"DeleteExperimentRequest"},
"output":{"shape":"DeleteExperimentResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ServiceUnavailableException"},
Expand Down Expand Up @@ -197,6 +198,7 @@
"output":{"shape":"GetExperimentResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
]
Expand Down Expand Up @@ -245,6 +247,7 @@
"output":{"shape":"GetLaunchResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
]
Expand Down Expand Up @@ -276,7 +279,8 @@
"output":{"shape":"ListExperimentsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
]
},
"ListFeatures":{
Expand Down Expand Up @@ -387,6 +391,7 @@
"errors":[
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
Expand Down Expand Up @@ -1041,7 +1046,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"ExperimentReport":{
"type":"structure",
Expand Down Expand Up @@ -1184,7 +1189,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"FeatureStatus":{
"type":"string",
Expand Down Expand Up @@ -1360,7 +1365,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"GroupToWeightMap":{
"type":"map",
Expand Down Expand Up @@ -1470,7 +1475,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"LaunchStatus":{
"type":"string",
Expand Down Expand Up @@ -1515,6 +1520,11 @@
"shape":"ProjectRef",
"location":"uri",
"locationName":"project"
},
"status":{
"shape":"ExperimentStatus",
"location":"querystring",
"locationName":"status"
}
}
},
Expand Down Expand Up @@ -1571,6 +1581,11 @@
"shape":"ProjectRef",
"location":"uri",
"locationName":"project"
},
"status":{
"shape":"LaunchStatus",
"location":"querystring",
"locationName":"status"
}
}
},
Expand Down Expand Up @@ -1663,6 +1678,11 @@
},
"MetricDefinitionConfig":{
"type":"structure",
"required":[
"entityIdKey",
"name",
"valueKey"
],
"members":{
"entityIdKey":{"shape":"JsonPath"},
"eventPattern":{
Expand Down Expand Up @@ -1814,7 +1834,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"ProjectRef":{
"type":"string",
Expand Down Expand Up @@ -2233,7 +2253,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"TreatmentNameList":{
"type":"list",
Expand Down Expand Up @@ -2499,7 +2519,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"[-a-zA-Z0-9._]*"
"pattern":"^[-a-zA-Z0-9._]*$"
},
"VariationNameList":{
"type":"list",
Expand Down
6 changes: 4 additions & 2 deletions models/apis/evidently/2021-02-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@
"ExperimentStatus": {
"base": null,
"refs": {
"Experiment$status": "<p>The current state of the experiment.</p>"
"Experiment$status": "<p>The current state of the experiment.</p>",
"ListExperimentsRequest$status": "<p>Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.</p>"
}
},
"ExperimentStopDesiredState": {
Expand Down Expand Up @@ -672,7 +673,8 @@
"LaunchStatus": {
"base": null,
"refs": {
"Launch$status": "<p>The current state of the launch.</p>"
"Launch$status": "<p>The current state of the launch.</p>",
"ListLaunchesRequest$status": "<p>Use this optional parameter to limit the returned results to only the launches with the status that you specify here.</p>"
}
},
"LaunchStopDesiredState": {
Expand Down

0 comments on commit 9429e75

Please sign in to comment.