Skip to content

Commit

Permalink
Release v1.44.47 (2022-07-01) (#4466)
Browse files Browse the repository at this point in the history
Release v1.44.47 (2022-07-01)
===

### Service Client Updates
* `service/dms`: Updates service API and documentation
  * Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds support for additional retention periods to Performance Insights.
  • Loading branch information
aws-sdk-go-automation committed Jul 1, 2022
1 parent d381e94 commit 31e1e85
Show file tree
Hide file tree
Showing 7 changed files with 589 additions and 273 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.47 (2022-07-01)
===

### Service Client Updates
* `service/dms`: Updates service API and documentation
* Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds support for additional retention periods to Performance Insights.

Release v1.44.46 (2022-06-30)
===

Expand Down
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.46"
const SDKVersion = "1.44.47"
16 changes: 11 additions & 5 deletions models/apis/dms/2016-01-01/api-2.json
Expand Up @@ -1929,7 +1929,8 @@
"ServiceAccessRoleArn":{"shape":"String"},
"EndpointUri":{"shape":"String"},
"FullLoadErrorPercentage":{"shape":"IntegerOptional"},
"ErrorRetryDuration":{"shape":"IntegerOptional"}
"ErrorRetryDuration":{"shape":"IntegerOptional"},
"UseNewMappingType":{"shape":"BooleanOptional"}
}
},
"EncodingTypeValue":{
Expand Down Expand Up @@ -2366,7 +2367,8 @@
"UseBcpFullLoad":{"shape":"BooleanOptional"},
"UseThirdPartyBackupDevice":{"shape":"BooleanOptional"},
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"}
"SecretsManagerSecretId":{"shape":"String"},
"TrimSpaceInChar":{"shape":"BooleanOptional"}
}
},
"MigrationTypeValue":{
Expand Down Expand Up @@ -2621,7 +2623,8 @@
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"},
"SecretsManagerOracleAsmAccessRoleArn":{"shape":"String"},
"SecretsManagerOracleAsmSecretId":{"shape":"String"}
"SecretsManagerOracleAsmSecretId":{"shape":"String"},
"TrimSpaceInChar":{"shape":"BooleanOptional"}
}
},
"OrderableReplicationInstance":{
Expand Down Expand Up @@ -2696,7 +2699,8 @@
"SlotName":{"shape":"String"},
"PluginName":{"shape":"PluginNameValue"},
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"}
"SecretsManagerSecretId":{"shape":"String"},
"TrimSpaceInChar":{"shape":"BooleanOptional"}
}
},
"RebootReplicationInstanceMessage":{
Expand Down Expand Up @@ -3141,7 +3145,9 @@
"IgnoreHeaderRows":{"shape":"IntegerOptional"},
"MaxFileSize":{"shape":"IntegerOptional"},
"Rfc4180":{"shape":"BooleanOptional"},
"DatePartitionTimezone":{"shape":"String"}
"DatePartitionTimezone":{"shape":"String"},
"AddTrailingPaddingCharacter":{"shape":"BooleanOptional"},
"ExpectedBucketOwner":{"shape":"String"}
}
},
"SNSInvalidTopicFault":{
Expand Down
10 changes: 8 additions & 2 deletions models/apis/dms/2016-01-01/docs-2.json

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions models/apis/rds/2014-10-31/docs-2.json

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions service/databasemigrationservice/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31e1e85

Please sign in to comment.