Skip to content

Commit

Permalink
Updates SDK to v2.1167.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 1, 2022
1 parent c38e641 commit 59ceb1c
Show file tree
Hide file tree
Showing 14 changed files with 238 additions and 164 deletions.
7 changes: 7 additions & 0 deletions .changes/2.1167.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "DMS",
"description": "Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1166.0-->
<!--LATEST=2.1167.0-->
<!--ENTRYINSERT-->

## 2.1167.0
* feature: DMS: Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.

## 2.1166.0
* feature: Athena: This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
* feature: AwsQueryCompatible: Add awsQueryCompatible trait support to service
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1166.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1167.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
24 changes: 20 additions & 4 deletions apis/dms-2016-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,11 @@
"Rfc4180": {
"type": "boolean"
},
"DatePartitionTimezone": {}
"DatePartitionTimezone": {},
"AddTrailingPaddingCharacter": {
"type": "boolean"
},
"ExpectedBucketOwner": {}
}
},
"Sx": {
Expand Down Expand Up @@ -2295,6 +2299,9 @@
},
"ErrorRetryDuration": {
"type": "integer"
},
"UseNewMappingType": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -2423,7 +2430,10 @@
"SlotName": {},
"PluginName": {},
"SecretsManagerAccessRoleArn": {},
"SecretsManagerSecretId": {}
"SecretsManagerSecretId": {},
"TrimSpaceInChar": {
"type": "boolean"
}
}
},
"S1b": {
Expand Down Expand Up @@ -2554,7 +2564,10 @@
"SecretsManagerAccessRoleArn": {},
"SecretsManagerSecretId": {},
"SecretsManagerOracleAsmAccessRoleArn": {},
"SecretsManagerOracleAsmSecretId": {}
"SecretsManagerOracleAsmSecretId": {},
"TrimSpaceInChar": {
"type": "boolean"
}
}
},
"S1g": {
Expand Down Expand Up @@ -2603,7 +2616,10 @@
"type": "boolean"
},
"SecretsManagerAccessRoleArn": {},
"SecretsManagerSecretId": {}
"SecretsManagerSecretId": {},
"TrimSpaceInChar": {
"type": "boolean"
}
}
},
"S1j": {
Expand Down
28 changes: 26 additions & 2 deletions apis/dms-2016-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,7 @@
"members": {
"Filters": {
"shape": "FilterList",
"documentation": "<p> If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: </p> <ul> <li> <p> <code>database-id</code> – The ID of the database, for example <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p> </li> <li> <p> <code>database-name</code> – The name of the database.</p> </li> <li> <p> <code>database-engine</code> – The name of the database engine.</p> </li> <li> <p> <code>server-ip-address</code> – The IP address of the database server.</p> </li> <li> <p> <code>database-ip-address</code> – The IP address of the database.</p> </li> <li> <p> <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p> </li> </ul> <p>An example is: <code>describe-fleet-advisor-databases --filter Name=\"database-id\",Values=\"d4610ac5-e323-4ad9-bc50-eaf7249dfe9d\"</code> </p>"
"documentation": "<p> If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: </p> <ul> <li> <p> <code>database-id</code> – The ID of the database.</p> </li> <li> <p> <code>database-name</code> – The name of the database.</p> </li> <li> <p> <code>database-engine</code> – The name of the database engine.</p> </li> <li> <p> <code>server-ip-address</code> – The IP address of the database server.</p> </li> <li> <p> <code>database-ip-address</code> – The IP address of the database.</p> </li> <li> <p> <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p> </li> </ul> <p>An example is: <code>describe-fleet-advisor-databases --filter Name=\"database-id\",Values=\"45\"</code> </p>"
},
"MaxRecords": {
"shape": "IntegerOptional",
Expand Down Expand Up @@ -3700,6 +3700,10 @@
"ErrorRetryDuration": {
"shape": "IntegerOptional",
"documentation": "<p>The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.</p>"
},
"UseNewMappingType": {
"shape": "BooleanOptional",
"documentation": "<p>Set this option to <code>true</code> for DMS to migrate documentation using the documentation type <code>_doc</code>. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is <code>false</code>.</p>"
}
},
"documentation": "<p>Provides information that defines an OpenSearch endpoint.</p>"
Expand Down Expand Up @@ -4546,6 +4550,10 @@
"SecretsManagerSecretId": {
"shape": "String",
"documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SQL Server endpoint connection details.</p>"
},
"TrimSpaceInChar": {
"shape": "BooleanOptional",
"documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>"
}
},
"documentation": "<p>Provides information that defines a Microsoft SQL Server endpoint.</p>"
Expand Down Expand Up @@ -5256,6 +5264,10 @@
"SecretsManagerOracleAsmSecretId": {
"shape": "String",
"documentation": "<p>Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the <code>SecretsManagerOracleAsmSecret</code> that contains the Oracle ASM connection details for the Oracle endpoint.</p>"
},
"TrimSpaceInChar": {
"shape": "BooleanOptional",
"documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>"
}
},
"documentation": "<p>Provides information that defines an Oracle endpoint.</p>"
Expand Down Expand Up @@ -5439,6 +5451,10 @@
"SecretsManagerSecretId": {
"shape": "String",
"documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the PostgreSQL endpoint connection details.</p>"
},
"TrimSpaceInChar": {
"shape": "BooleanOptional",
"documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>"
}
},
"documentation": "<p>Provides information that defines a PostgreSQL endpoint.</p>"
Expand Down Expand Up @@ -6016,7 +6032,7 @@
},
"StopReason": {
"shape": "String",
"documentation": "<p>The reason the replication task was stopped. This response parameter can return one of the following values:</p> <ul> <li> <p> <code>\"STOP_REASON_FULL_LOAD_COMPLETED\"</code> – Full-load migration completed.</p> </li> <li> <p> <code>\"STOP_REASON_CACHED_CHANGES_APPLIED\"</code> – Change data capture (CDC) load completed.</p> </li> <li> <p> <code>\"STOP_REASON_CACHED_CHANGES_NOT_APPLIED\"</code> – In a full-load and CDC migration, the full load stopped as specified before starting the CDC migration.</p> </li> <li> <p> <code>\"STOP_REASON_SERVER_TIME\"</code> – The migration stopped at the specified server time.</p> </li> </ul>"
"documentation": "<p>The reason the replication task was stopped. This response parameter can return one of the following values:</p> <ul> <li> <p> <code>\"Stop Reason NORMAL\"</code> </p> </li> <li> <p> <code>\"Stop Reason RECOVERABLE_ERROR\"</code> </p> </li> <li> <p> <code>\"Stop Reason FATAL_ERROR\"</code> </p> </li> <li> <p> <code>\"Stop Reason FULL_LOAD_ONLY_FINISHED\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_AFTER_FULL_LOAD\"</code> – Full load completed, with cached changes not applied</p> </li> <li> <p> <code>\"Stop Reason STOPPED_AFTER_CACHED_EVENTS\"</code> – Full load completed, with cached changes applied</p> </li> <li> <p> <code>\"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_AFTER_DDL_APPLY\"</code> – User-defined stop task after DDL applied</p> </li> <li> <p> <code>\"Stop Reason STOPPED_DUE_TO_LOW_MEMORY\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_DUE_TO_LOW_DISK\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_AT_SERVER_TIME\"</code> – User-defined server time for stopping task</p> </li> <li> <p> <code>\"Stop Reason STOPPED_AT_COMMIT_TIME\"</code> – User-defined commit time for stopping task</p> </li> <li> <p> <code>\"Stop Reason RECONFIGURATION_RESTART\"</code> </p> </li> <li> <p> <code>\"Stop Reason RECYCLE_TASK\"</code> </p> </li> </ul>"
},
"ReplicationTaskCreationDate": {
"shape": "TStamp",
Expand Down Expand Up @@ -6440,6 +6456,14 @@
"DatePartitionTimezone": {
"shape": "String",
"documentation": "<p>When creating an S3 target endpoint, set <code>DatePartitionTimezone</code> to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>, as shown in the following example.</p> <p> <code>s3-settings='{\"DatePartitionEnabled\": true, \"DatePartitionSequence\": \"YYYYMMDDHH\", \"DatePartitionDelimiter\": \"SLASH\", \"DatePartitionTimezone\":\"<i>Asia/Seoul</i>\", \"BucketName\": \"dms-nattarat-test\"}'</code> </p>"
},
"AddTrailingPaddingCharacter": {
"shape": "BooleanOptional",
"documentation": "<p>Use the S3 target endpoint setting <code>AddTrailingPaddingCharacter</code> to add padding on string data. The default value is <code>false</code>.</p>"
},
"ExpectedBucketOwner": {
"shape": "String",
"documentation": "<p>To specify a bucket owner and prevent sniping, you can use the <code>ExpectedBucketOwner</code> endpoint setting. </p> <p>Example: <code>--s3-settings='{\"ExpectedBucketOwner\": \"<i>AWS_Account_ID</i>\"}'</code> </p> <p>When you make a request to test a connection or perform a migration, S3 checks the account ID of the bucket owner against the specified parameter.</p>"
}
},
"documentation": "<p>Settings for exporting data to Amazon S3. </p>"
Expand Down
Loading

0 comments on commit 59ceb1c

Please sign in to comment.