Skip to content

Commit

Permalink
Release v1.44.193 (2023-02-02) (#4714)
Browse files Browse the repository at this point in the history
Release v1.44.193 (2023-02-02)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/connect`: Adds new service
* `service/ec2`: Updates service API and documentation
  * Documentation updates for EC2.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/keyspaces`: Adds new service
* `service/quicksight`: Updates service API and documentation
  * QuickSight support for Radar Chart and Dashboard Publish Options
* `service/redshift`: Adds new service
  * Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/sso-admin`: Adds new service
  • Loading branch information
aws-sdk-go-automation authored Feb 2, 2023
1 parent 9fac367 commit 52661d0
Show file tree
Hide file tree
Showing 29 changed files with 6,536 additions and 3,979 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.193 (2023-02-02)
===

### Service Client Updates
* `service/appconfig`: Updates service API and documentation
* `service/connect`: Adds new service
* `service/ec2`: Updates service API and documentation
* Documentation updates for EC2.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/keyspaces`: Adds new service
* `service/quicksight`: Updates service API and documentation
* QuickSight support for Radar Chart and Dashboard Publish Options
* `service/redshift`: Adds new service
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/sso-admin`: Adds new service

Release v1.44.192 (2023-02-01)
===

Expand Down
19 changes: 19 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.192"
const SDKVersion = "1.44.193"
7 changes: 5 additions & 2 deletions models/apis/appconfig/2019-10-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,9 @@
"PercentageComplete":{"shape":"Percentage"},
"StartedAt":{"shape":"Iso8601DateTime"},
"CompletedAt":{"shape":"Iso8601DateTime"},
"AppliedExtensions":{"shape":"AppliedExtensions"}
"AppliedExtensions":{"shape":"AppliedExtensions"},
"KmsKeyArn":{"shape":"Arn"},
"KmsKeyIdentifier":{"shape":"Identifier"}
}
},
"DeploymentEvent":{
Expand Down Expand Up @@ -1937,7 +1939,8 @@
"ConfigurationProfileId":{"shape":"Id"},
"ConfigurationVersion":{"shape":"Version"},
"Description":{"shape":"Description"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"KmsKeyIdentifier":{"shape":"Identifier"}
}
},
"StopDeploymentRequest":{
Expand Down
21 changes: 12 additions & 9 deletions models/apis/appconfig/2019-10-09/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 52661d0

Please sign in to comment.