Skip to content

Commit

Permalink
Updates SDK to v2.1495.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 13, 2023
1 parent ca24cac commit 8557ae3
Show file tree
Hide file tree
Showing 28 changed files with 1,721 additions and 947 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1495.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "DMS",
"description": "Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications."
},
{
"type": "feature",
"category": "DataExchange",
"description": "Removed Required trait for DataSet.OriginDetails.ProductId."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds the new EC2 DescribeInstanceTopology API, which you can use to retrieve the network topology of your running instances on select platform types to determine their relative proximity to each other."
},
{
"type": "feature",
"category": "ECS",
"description": "Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests."
},
{
"type": "feature",
"category": "EMR",
"description": "Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration."
},
{
"type": "feature",
"category": "ServiceCatalogAppRegistry",
"description": "When the customer associates a resource collection to their application with this new feature, then a new application tag will be applied to all supported resources that are part of that collection. This allows customers to more easily find the application that is associated with those resources."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1494.0-->
<!--LATEST=2.1495.0-->
<!--ENTRYINSERT-->

## 2.1495.0
* feature: DMS: Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
* feature: DataExchange: Removed Required trait for DataSet.OriginDetails.ProductId.
* feature: EC2: Adds the new EC2 DescribeInstanceTopology API, which you can use to retrieve the network topology of your running instances on select platform types to determine their relative proximity to each other.
* feature: ECS: Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
* feature: EMR: Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
* feature: ServiceCatalogAppRegistry: When the customer associates a resource collection to their application with this new feature, then a new application tag will be applied to all supported resources that are part of that collection. This allows customers to more easily find the application that is associated with those resources.

## 2.1494.0
* feature: CUR: This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not.
* feature: ControlTower: AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1494.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1495.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
3 changes: 0 additions & 3 deletions apis/dataexchange-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1554,9 +1554,6 @@
},
"Sd": {
"type": "structure",
"required": [
"ProductId"
],
"members": {
"ProductId": {}
}
Expand Down
3 changes: 0 additions & 3 deletions apis/dataexchange-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3206,9 +3206,6 @@
},
"OriginDetails": {
"type": "structure",
"required": [
"ProductId"
],
"members": {
"ProductId": {
"shape": "__string",
Expand Down
22 changes: 20 additions & 2 deletions apis/dms-2016-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3715,7 +3715,10 @@
"ServerTimezone": {},
"Username": {},
"SecretsManagerAccessRoleArn": {},
"SecretsManagerSecretId": {}
"SecretsManagerSecretId": {},
"ExecuteTimeout": {
"type": "integer"
}
}
},
"S21": {
Expand Down Expand Up @@ -3903,7 +3906,19 @@
},
"Username": {},
"SecretsManagerAccessRoleArn": {},
"SecretsManagerSecretId": {}
"SecretsManagerSecretId": {},
"LoadTimeout": {
"type": "integer"
},
"WriteBufferSize": {
"type": "integer"
},
"MaxFileSize": {
"type": "integer"
},
"KeepCsvFiles": {
"type": "boolean"
}
}
},
"S29": {
Expand Down Expand Up @@ -4676,6 +4691,9 @@
},
"ReplicationLastStopTime": {
"type": "timestamp"
},
"ReplicationDeprovisionTime": {
"type": "timestamp"
}
}
},
Expand Down
36 changes: 30 additions & 6 deletions apis/dms-2016-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@
},
"Engine": {
"shape": "String",
"documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
"documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
},
"Settings": {
"shape": "DataProviderSettings",
Expand Down Expand Up @@ -3679,7 +3679,7 @@
},
"SubnetIds": {
"shape": "SubnetIdentifierList",
"documentation": "<p>One or more subnet IDs to be assigned to the subnet group.</p>"
"documentation": "<p>Two or more subnet IDs to be assigned to the subnet group.</p>"
},
"Tags": {
"shape": "TagList",
Expand Down Expand Up @@ -3802,7 +3802,7 @@
},
"Engine": {
"shape": "String",
"documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
"documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
},
"Settings": {
"shape": "DataProviderSettings",
Expand Down Expand Up @@ -4497,7 +4497,7 @@
"members": {
"Filters": {
"shape": "FilterList",
"documentation": "<p>Filters applied to the data providers described in the form of key-value pairs.</p>"
"documentation": "<p>Filters applied to the data providers described in the form of key-value pairs.</p> <p>Valid filter names: data-provider-identifier</p>"
},
"MaxRecords": {
"shape": "IntegerOptional",
Expand Down Expand Up @@ -5939,7 +5939,7 @@
},
"EngineName": {
"shape": "String",
"documentation": "<p>The database engine name. Valid values, depending on the EndpointType, include <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"redshift\"</code>, <code>\"s3\"</code>, <code>\"db2\"</code>, <code>\"db2-zos\"</code>, <code>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, <code>\"elasticsearch\"</code>, <code>\"documentdb\"</code>, <code>\"sqlserver\"</code>, <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>"
"documentation": "<p>The database engine name. Valid values, depending on the EndpointType, include <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"redshift\"</code>, <code>\"redshift-serverless\"</code>, <code>\"s3\"</code>, <code>\"db2\"</code>, <code>\"db2-zos\"</code>, <code>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, <code>\"elasticsearch\"</code>, <code>\"documentdb\"</code>, <code>\"sqlserver\"</code>, <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>"
},
"EngineDisplayName": {
"shape": "String",
Expand Down Expand Up @@ -6569,6 +6569,22 @@
"SecretsManagerSecretId": {
"shape": "String",
"documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the Db2 LUW endpoint connection details.</p>"
},
"LoadTimeout": {
"shape": "IntegerOptional",
"documentation": "<p>The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target. The default value is 1200 (20 minutes).</p>"
},
"WriteBufferSize": {
"shape": "IntegerOptional",
"documentation": "<p>The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).</p>"
},
"MaxFileSize": {
"shape": "IntegerOptional",
"documentation": "<p>Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.</p>"
},
"KeepCsvFiles": {
"shape": "BooleanOptional",
"documentation": "<p>If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting.</p> <p>The default value is false. </p>"
}
},
"documentation": "<p>Provides information that defines an IBM Db2 LUW endpoint.</p>"
Expand Down Expand Up @@ -7170,7 +7186,7 @@
},
"Engine": {
"shape": "String",
"documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
"documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
},
"ExactSettings": {
"shape": "BooleanOptional",
Expand Down Expand Up @@ -7888,6 +7904,10 @@
"SecretsManagerSecretId": {
"shape": "String",
"documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the MySQL endpoint connection details.</p>"
},
"ExecuteTimeout": {
"shape": "IntegerOptional",
"documentation": "<p>Sets the client statement timeout (in seconds) for a MySQL source endpoint.</p>"
}
},
"documentation": "<p>Provides information that defines a MySQL endpoint.</p>"
Expand Down Expand Up @@ -9069,6 +9089,10 @@
"ReplicationLastStopTime": {
"shape": "TStamp",
"documentation": "<p>The timestamp when replication was last stopped.</p>"
},
"ReplicationDeprovisionTime": {
"shape": "TStamp",
"documentation": "<p>The timestamp when DMS will deprovision the replication.</p>"
}
},
"documentation": "<p>Provides information that describes a serverless replication created by the <code>CreateReplication</code> operation.</p>"
Expand Down
Loading

0 comments on commit 8557ae3

Please sign in to comment.