Skip to content

Commit

Permalink
Release v1.30.14 (2020-04-24)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/dlm`: Updates service documentation
* `service/elastic-inference`: Updates service API, documentation, and paginators
* `service/iot`: Updates service API
  * This release adds a new exception type to the AWS IoT SetV2LoggingLevel API.
  • Loading branch information
awssdkgo committed Apr 24, 2020
1 parent 76db2ee commit ac56338
Show file tree
Hide file tree
Showing 14 changed files with 1,400 additions and 74 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.30.14 (2020-04-24)
===

### Service Client Updates
* `service/dlm`: Updates service documentation
* `service/elastic-inference`: Updates service API, documentation, and paginators
* `service/iot`: Updates service API
* This release adds a new exception type to the AWS IoT SetV2LoggingLevel API.

Release v1.30.13 (2020-04-23)
===

Expand Down
46 changes: 23 additions & 23 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.30.13"
const SDKVersion = "1.30.14"
2 changes: 1 addition & 1 deletion models/apis/dlm/2018-01-12/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"Interval": {
"base": null,
"refs": {
"CreateRule$Interval": "<p>The interval between snapshots. The supported values are 2, 3, 4, 6, 8, 12, and 24.</p>",
"CreateRule$Interval": "<p>The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.</p>",
"CrossRegionCopyRetainRule$Interval": "<p>The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.</p>",
"FastRestoreRule$Interval": "<p>The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.</p>",
"RetainRule$Interval": "<p>The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.</p>"
Expand Down

0 comments on commit ac56338

Please sign in to comment.