Skip to content

Commit

Permalink
Release v1.44.56 (2022-07-15) (#4482)
Browse files Browse the repository at this point in the history
Release v1.44.56 (2022-07-15)
===

### Service Client Updates
* `service/datasync`: Updates service documentation
* `service/drs`: Updates service API and documentation
* `service/evidently`: Updates service API, documentation, and paginators
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 15, 2022
1 parent 625f24b commit d84ce26
Show file tree
Hide file tree
Showing 19 changed files with 2,766 additions and 271 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.56 (2022-07-15)
===

### Service Client Updates
* `service/datasync`: Updates service documentation
* `service/drs`: Updates service API and documentation
* `service/evidently`: Updates service API, documentation, and paginators
* `service/wafv2`: Updates service API and documentation

Release v1.44.55 (2022-07-14)
===

Expand Down
81 changes: 81 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.55"
const SDKVersion = "1.44.56"
32 changes: 16 additions & 16 deletions models/apis/datasync/2018-11-09/docs-2.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion models/apis/drs/2020-02-26/api-2.json
Expand Up @@ -1706,7 +1706,8 @@
"enum":[
"GP2",
"GP3",
"ST1"
"ST1",
"AUTO"
]
},
"ReplicationConfigurationEbsEncryption":{
Expand All @@ -1722,6 +1723,7 @@
"deviceName":{"shape":"BoundedString"},
"iops":{"shape":"PositiveInteger"},
"isBootDisk":{"shape":"Boolean"},
"optimizedStagingDiskType":{"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType"},
"stagingDiskType":{"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType"},
"throughput":{"shape":"PositiveInteger"}
}
Expand Down
3 changes: 2 additions & 1 deletion models/apis/drs/2020-02-26/docs-2.json
Expand Up @@ -950,7 +950,7 @@
"RecoveryInstanceID": {
"base": null,
"refs": {
"DeleteRecoveryInstanceRequest$recoveryInstanceID": "<p>RThe ID of the Recovery Instance to be deleted.</p>",
"DeleteRecoveryInstanceRequest$recoveryInstanceID": "<p>The ID of the Recovery Instance to be deleted.</p>",
"DisconnectRecoveryInstanceRequest$recoveryInstanceID": "<p>The ID of the Recovery Instance to disconnect.</p>",
"GetFailbackReplicationConfigurationRequest$recoveryInstanceID": "<p>The ID of the Recovery Instance whose failback replication configuration should be returned.</p>",
"GetFailbackReplicationConfigurationResponse$recoveryInstanceID": "<p>The ID of the Recovery Instance.</p>",
Expand Down Expand Up @@ -1051,6 +1051,7 @@
"ReplicationConfigurationReplicatedDiskStagingDiskType": {
"base": null,
"refs": {
"ReplicationConfigurationReplicatedDisk$optimizedStagingDiskType": "<p>The Staging Disk EBS volume type to be used during replication when <code>stagingDiskType</code> is set to Auto. This is a read-only field.</p>",
"ReplicationConfigurationReplicatedDisk$stagingDiskType": "<p>The Staging Disk EBS volume type to be used during replication.</p>"
}
},
Expand Down

0 comments on commit d84ce26

Please sign in to comment.