Skip to content

Commit

Permalink
Release v1.47.10 (2023-11-13) (#5067)
Browse files Browse the repository at this point in the history
Release v1.47.10 (2023-11-13)
===

### Service Client Updates
* `service/dataexchange`: Updates service API
* `service/dms`: Updates service API and documentation
  * Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
* `service/ec2`: Updates service API, documentation, and paginators
  * 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.
* `service/ecs`: Updates service API and documentation
  * Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
* `service/elasticmapreduce`: Updates service API
  * Updated GetClusterSessionCredentials API  to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
* `service/servicecatalog-appregistry`: Updates service API and documentation
* `service/transcribe-streaming`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 13, 2023
1 parent f06c343 commit fe6c7bf
Show file tree
Hide file tree
Showing 32 changed files with 2,412 additions and 1,552 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.47.10 (2023-11-13)
===

### Service Client Updates
* `service/dataexchange`: Updates service API
* `service/dms`: Updates service API and documentation
* Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
* `service/ec2`: Updates service API, documentation, and paginators
* 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.
* `service/ecs`: Updates service API and documentation
* Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
* `service/elasticmapreduce`: Updates service API
* Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
* `service/servicecatalog-appregistry`: Updates service API and documentation
* `service/transcribe-streaming`: Updates service API and documentation

Release v1.47.9 (2023-11-10)
===

Expand Down
9 changes: 9 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.47.9"
const SDKVersion = "1.47.10"
1 change: 0 additions & 1 deletion models/apis/dataexchange/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,6 @@
},
"OriginDetails":{
"type":"structure",
"required":["ProductId"],
"members":{
"ProductId":{"shape":"__string"}
}
Expand Down
12 changes: 9 additions & 3 deletions models/apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3348,7 +3348,11 @@
"MaxKBytesPerRead":{"shape":"IntegerOptional"},
"Username":{"shape":"String"},
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"}
"SecretsManagerSecretId":{"shape":"String"},
"LoadTimeout":{"shape":"IntegerOptional"},
"WriteBufferSize":{"shape":"IntegerOptional"},
"MaxFileSize":{"shape":"IntegerOptional"},
"KeepCsvFiles":{"shape":"BooleanOptional"}
}
},
"ImportCertificateMessage":{
Expand Down Expand Up @@ -3965,7 +3969,8 @@
"ServerTimezone":{"shape":"String"},
"Username":{"shape":"String"},
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"}
"SecretsManagerSecretId":{"shape":"String"},
"ExecuteTimeout":{"shape":"IntegerOptional"}
}
},
"MySqlDataProviderSettings":{
Expand Down Expand Up @@ -4442,7 +4447,8 @@
"RecoveryCheckpoint":{"shape":"String"},
"ReplicationCreateTime":{"shape":"TStamp"},
"ReplicationUpdateTime":{"shape":"TStamp"},
"ReplicationLastStopTime":{"shape":"TStamp"}
"ReplicationLastStopTime":{"shape":"TStamp"},
"ReplicationDeprovisionTime":{"shape":"TStamp"}
}
},
"ReplicationConfig":{
Expand Down
18 changes: 12 additions & 6 deletions models/apis/dms/2016-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
"EndpointSetting$Sensitive": "<p>A value that marks this endpoint setting as sensitive.</p>",
"GcpMySQLSettings$CleanSourceMetadataOnMismatch": "<p>Cleans and recreates table metadata information on the replication instance when a mismatch occurs. For example, in a situation where running an alter DDL on the table could result in different information about the table cached in the replication instance. </p>",
"IBMDb2Settings$SetDataCaptureChanges": "<p>Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.</p>",
"IBMDb2Settings$KeepCsvFiles": "<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>",
"InstanceProfile$PubliclyAccessible": "<p>Specifies the accessibility options for the instance profile. A value of <code>true</code> represents an instance profile with a public IP address. A value of <code>false</code> represents an instance profile with a private IP address. The default value is <code>true</code>.</p>",
"KafkaSettings$IncludeTransactionDetails": "<p>Provides detailed transaction information from the source database. This information includes a commit timestamp, a log position, and values for <code>transaction_id</code>, previous <code>transaction_id</code>, and <code>transaction_record_id</code> (the record offset within a transaction). The default is <code>false</code>.</p>",
"KafkaSettings$IncludePartitionValue": "<p>Shows the partition value within the Kafka message output unless the partition type is <code>schema-table-type</code>. The default is <code>false</code>.</p>",
Expand Down Expand Up @@ -1474,7 +1475,7 @@
"refs": {
"DescribeCertificatesMessage$Filters": "<p>Filters applied to the certificates described in the form of key-value pairs. Valid values are <code>certificate-arn</code> and <code>certificate-id</code>.</p>",
"DescribeConnectionsMessage$Filters": "<p>The filters applied to the connection.</p> <p>Valid filter names: endpoint-arn | replication-instance-arn</p>",
"DescribeDataProvidersMessage$Filters": "<p>Filters applied to the data providers described in the form of key-value pairs.</p>",
"DescribeDataProvidersMessage$Filters": "<p>Filters applied to the data providers described in the form of key-value pairs.</p> <p>Valid filter names: data-provider-identifier</p>",
"DescribeEndpointTypesMessage$Filters": "<p>Filters applied to the endpoint types.</p> <p>Valid filter names: engine-name | endpoint-type</p>",
"DescribeEndpointsMessage$Filters": "<p>Filters applied to the endpoints.</p> <p>Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name</p>",
"DescribeEventCategoriesMessage$Filters": "<p>Filters applied to the event categories.</p>",
Expand Down Expand Up @@ -1694,6 +1695,9 @@
"GcpMySQLSettings$Port": "<p>Endpoint TCP port.</p>",
"IBMDb2Settings$Port": "<p>Endpoint TCP port. The default value is 50000.</p>",
"IBMDb2Settings$MaxKBytesPerRead": "<p>Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.</p>",
"IBMDb2Settings$LoadTimeout": "<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>",
"IBMDb2Settings$WriteBufferSize": "<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>",
"IBMDb2Settings$MaxFileSize": "<p>Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.</p>",
"InventoryData$NumberOfDatabases": "<p>The number of databases in the Fleet Advisor collector inventory.</p>",
"InventoryData$NumberOfSchemas": "<p>The number of schemas in the Fleet Advisor collector inventory.</p>",
"KafkaSettings$MessageMaxBytes": "<p>The maximum size in bytes for records created on the endpoint The default is 1,000,000.</p>",
Expand All @@ -1709,6 +1713,7 @@
"MySQLSettings$MaxFileSize": "<p>Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.</p> <p>Example: <code>maxFileSize=512</code> </p>",
"MySQLSettings$ParallelLoadThreads": "<p>Improves performance when loading data into the MySQL-compatible target database. Specifies how many threads to use to load the data into the MySQL-compatible target database. Setting a large number of threads can have an adverse effect on database performance, because a separate connection is required for each thread. The default is one.</p> <p>Example: <code>parallelLoadThreads=1</code> </p>",
"MySQLSettings$Port": "<p>Endpoint TCP port.</p>",
"MySQLSettings$ExecuteTimeout": "<p>Sets the client statement timeout (in seconds) for a MySQL source endpoint.</p>",
"MySqlDataProviderSettings$Port": "<p>The port value for the MySQL data provider.</p>",
"NeptuneSettings$ErrorRetryDuration": "<p>The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error. The default is 250.</p>",
"NeptuneSettings$MaxFileSize": "<p>The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.</p>",
Expand Down Expand Up @@ -2910,7 +2915,7 @@
"Connection$ReplicationInstanceIdentifier": "<p>The replication instance identifier. This parameter is stored as a lowercase string.</p>",
"CreateDataProviderMessage$DataProviderName": "<p>A user-friendly name for the data provider.</p>",
"CreateDataProviderMessage$Description": "<p>A user-friendly description of the data provider.</p>",
"CreateDataProviderMessage$Engine": "<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>",
"CreateDataProviderMessage$Engine": "<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>",
"CreateEndpointMessage$EndpointIdentifier": "<p>The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.</p>",
"CreateEndpointMessage$EngineName": "<p>The type of engine for the endpoint. Valid values, depending on the <code>EndpointType</code> value, include <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"opensearch\"</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>\"docdb\"</code>, <code>\"sqlserver\"</code>, <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>",
"CreateEndpointMessage$Username": "<p>The user name to be used to log in to the endpoint database.</p>",
Expand Down Expand Up @@ -2976,7 +2981,7 @@
"DataProvider$DataProviderName": "<p>The name of the data provider.</p>",
"DataProvider$DataProviderArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the data provider.</p>",
"DataProvider$Description": "<p>A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.</p>",
"DataProvider$Engine": "<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>",
"DataProvider$Engine": "<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>",
"DataProviderDescriptor$SecretsManagerSecretId": "<p>The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.</p>",
"DataProviderDescriptor$SecretsManagerAccessRoleArn": "<p>The ARN of the role used to access Amazon Web Services Secrets Manager.</p>",
"DataProviderDescriptor$DataProviderName": "<p>The user-friendly name of the data provider.</p>",
Expand Down Expand Up @@ -3134,7 +3139,7 @@
"ElasticsearchSettings$ServiceAccessRoleArn": "<p>The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the <code>iam:PassRole</code> action.</p>",
"ElasticsearchSettings$EndpointUri": "<p>The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol (http/https) is not specified.</p>",
"Endpoint$EndpointIdentifier": "<p>The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
"Endpoint$EngineName": "<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>",
"Endpoint$EngineName": "<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>",
"Endpoint$EngineDisplayName": "<p>The expanded name for the engine name. For example, if the <code>EngineName</code> parameter is \"aurora\", this value would be \"Amazon Aurora MySQL\".</p>",
"Endpoint$Username": "<p>The user name used to connect to the endpoint.</p>",
"Endpoint$ServerName": "<p>The name of the server at the endpoint.</p>",
Expand Down Expand Up @@ -3240,7 +3245,7 @@
"ModifyDataProviderMessage$DataProviderIdentifier": "<p>The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.</p>",
"ModifyDataProviderMessage$DataProviderName": "<p>The name of the data provider.</p>",
"ModifyDataProviderMessage$Description": "<p>A user-friendly description of the data provider.</p>",
"ModifyDataProviderMessage$Engine": "<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>",
"ModifyDataProviderMessage$Engine": "<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>",
"ModifyEndpointMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
"ModifyEndpointMessage$EndpointIdentifier": "<p>The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
"ModifyEndpointMessage$EngineName": "<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>",
Expand Down Expand Up @@ -3607,7 +3612,7 @@
"SubnetIdentifierList": {
"base": null,
"refs": {
"CreateReplicationSubnetGroupMessage$SubnetIds": "<p>One or more subnet IDs to be assigned to the subnet group.</p>",
"CreateReplicationSubnetGroupMessage$SubnetIds": "<p>Two or more subnet IDs to be assigned to the subnet group.</p>",
"ModifyReplicationSubnetGroupMessage$SubnetIds": "<p>A list of subnet IDs.</p>"
}
},
Expand Down Expand Up @@ -3662,6 +3667,7 @@
"Replication$ReplicationCreateTime": "<p>The time the serverless replication was created.</p>",
"Replication$ReplicationUpdateTime": "<p>The time the serverless replication was updated.</p>",
"Replication$ReplicationLastStopTime": "<p>The timestamp when replication was last stopped.</p>",
"Replication$ReplicationDeprovisionTime": "<p>The timestamp when DMS will deprovision the replication.</p>",
"ReplicationConfig$ReplicationConfigCreateTime": "<p>The time the serverless replication config was created.</p>",
"ReplicationConfig$ReplicationConfigUpdateTime": "<p>The time the serverless replication config was updated.</p>",
"ReplicationInstance$InstanceCreateTime": "<p>The time the replication instance was created.</p>",
Expand Down

0 comments on commit fe6c7bf

Please sign in to comment.