Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.56 #4482

Merged
merged 1 commit into from Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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