Skip to content

Commit

Permalink
Release v1.34.25 (2020-09-16) (#3539)
Browse files Browse the repository at this point in the history
Release v1.34.25 (2020-09-16)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/dlm`: Updates service API and documentation
* `service/greengrass`: Updates service API and documentation
  * This release includes the ability to set run-time configuration for a Greengrass core. The Telemetry feature, also included in this release, can be configured via run-time configuration per core.
* `service/servicecatalog`: Updates service API and documentation
  * Enhance DescribeProvisionedProduct API to allow useProvisionedProduct Name as Input, so customer can provide ProvisionedProduct Name instead of ProvisionedProduct Id to describe a ProvisionedProduct.
* `service/ssm`: Updates service documentation
  * The ComplianceItemEntry Status description was updated to address Windows patches that aren't applicable.
  • Loading branch information
aws-sdk-go-automation authored Sep 16, 2020
1 parent be92798 commit ae5d922
Show file tree
Hide file tree
Showing 23 changed files with 9,579 additions and 4,108 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.34.25 (2020-09-16)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/dlm`: Updates service API and documentation
* `service/greengrass`: Updates service API and documentation
* This release includes the ability to set run-time configuration for a Greengrass core. The Telemetry feature, also included in this release, can be configured via run-time configuration per core.
* `service/servicecatalog`: Updates service API and documentation
* Enhance DescribeProvisionedProduct API to allow useProvisionedProduct Name as Input, so customer can provide ProvisionedProduct Name instead of ProvisionedProduct Id to describe a ProvisionedProduct.
* `service/ssm`: Updates service documentation
* The ComplianceItemEntry Status description was updated to address Windows patches that aren't applicable.

Release v1.34.24 (2020-09-15)
===

Expand Down
26 changes: 26 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.34.24"
const SDKVersion = "1.34.25"
Loading

0 comments on commit ae5d922

Please sign in to comment.