Skip to content

Commit

Permalink
When the customer associates a resource collection to their applicati…
Browse files Browse the repository at this point in the history
…on 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.

Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
Removed Required trait for DataSet.OriginDetails.ProductId.
Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
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.
Updated GetClusterSessionCredentials API  to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
This release enables customers to call the AWS Transcribe streaming service with the capability of identifying multiple languages in the stream.
  • Loading branch information
aws-sdk-cpp-automation committed Nov 13, 2023
1 parent 7ebc08a commit 729d4bb
Show file tree
Hide file tree
Showing 138 changed files with 5,790 additions and 1,615 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.200
1.11.201
Original file line number Diff line number Diff line change
Expand Up @@ -121,73 +121,81 @@ namespace Model

/**
* <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>
* <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>
*/
inline const Aws::String& GetEngine() const{ return m_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>
* <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>
*/
inline bool EngineHasBeenSet() const { return m_engineHasBeenSet; }

/**
* <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>
* <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>
*/
inline void SetEngine(const Aws::String& value) { m_engineHasBeenSet = true; m_engine = value; }

/**
* <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>
* <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>
*/
inline void SetEngine(Aws::String&& value) { m_engineHasBeenSet = true; m_engine = std::move(value); }

/**
* <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>
* <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>
*/
inline void SetEngine(const char* value) { m_engineHasBeenSet = true; m_engine.assign(value); }

/**
* <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>
* <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>
*/
inline CreateDataProviderRequest& WithEngine(const Aws::String& value) { SetEngine(value); return *this;}

/**
* <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>
* <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>
*/
inline CreateDataProviderRequest& WithEngine(Aws::String&& value) { SetEngine(std::move(value)); return *this;}

/**
* <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>
* <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>
*/
inline CreateDataProviderRequest& WithEngine(const char* value) { SetEngine(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,47 +146,47 @@ namespace Model


/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline const Aws::Vector<Aws::String>& GetSubnetIds() const{ return m_subnetIds; }

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline bool SubnetIdsHasBeenSet() const { return m_subnetIdsHasBeenSet; }

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline void SetSubnetIds(const Aws::Vector<Aws::String>& value) { m_subnetIdsHasBeenSet = true; m_subnetIds = value; }

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline void SetSubnetIds(Aws::Vector<Aws::String>&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds = std::move(value); }

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline CreateReplicationSubnetGroupRequest& WithSubnetIds(const Aws::Vector<Aws::String>& value) { SetSubnetIds(value); return *this;}

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline CreateReplicationSubnetGroupRequest& WithSubnetIds(Aws::Vector<Aws::String>&& value) { SetSubnetIds(std::move(value)); return *this;}

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline CreateReplicationSubnetGroupRequest& AddSubnetIds(const Aws::String& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; }

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline CreateReplicationSubnetGroupRequest& AddSubnetIds(Aws::String&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(std::move(value)); return *this; }

/**
* <p>One or more subnet IDs to be assigned to the subnet group.</p>
* <p>Two or more subnet IDs to be assigned to the subnet group.</p>
*/
inline CreateReplicationSubnetGroupRequest& AddSubnetIds(const char* value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; }

Expand Down
72 changes: 40 additions & 32 deletions generated/src/aws-cpp-sdk-dms/include/aws/dms/model/DataProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,73 +227,81 @@ namespace Model

/**
* <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>
* <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>
*/
inline const Aws::String& GetEngine() const{ return m_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>
* <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>
*/
inline bool EngineHasBeenSet() const { return m_engineHasBeenSet; }

/**
* <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>
* <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>
*/
inline void SetEngine(const Aws::String& value) { m_engineHasBeenSet = true; m_engine = value; }

/**
* <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>
* <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>
*/
inline void SetEngine(Aws::String&& value) { m_engineHasBeenSet = true; m_engine = std::move(value); }

/**
* <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>
* <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>
*/
inline void SetEngine(const char* value) { m_engineHasBeenSet = true; m_engine.assign(value); }

/**
* <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>
* <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>
*/
inline DataProvider& WithEngine(const Aws::String& value) { SetEngine(value); return *this;}

/**
* <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>
* <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>
*/
inline DataProvider& WithEngine(Aws::String&& value) { SetEngine(std::move(value)); return *this;}

/**
* <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>
* <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>
*/
inline DataProvider& WithEngine(const char* value) { SetEngine(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,49 +38,49 @@ namespace Model

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline const Aws::Vector<Filter>& GetFilters() const{ return m_filters; }

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; }

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline void SetFilters(const Aws::Vector<Filter>& value) { m_filtersHasBeenSet = true; m_filters = value; }

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline void SetFilters(Aws::Vector<Filter>&& value) { m_filtersHasBeenSet = true; m_filters = std::move(value); }

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline DescribeDataProvidersRequest& WithFilters(const Aws::Vector<Filter>& value) { SetFilters(value); return *this;}

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline DescribeDataProvidersRequest& WithFilters(Aws::Vector<Filter>&& value) { SetFilters(std::move(value)); return *this;}

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline DescribeDataProvidersRequest& AddFilters(const Filter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; }

/**
* <p>Filters applied to the data providers described in the form of key-value
* pairs.</p>
* pairs.</p> <p>Valid filter names: data-provider-identifier</p>
*/
inline DescribeDataProvidersRequest& AddFilters(Filter&& value) { m_filtersHasBeenSet = true; m_filters.push_back(std::move(value)); return *this; }

Expand Down
Loading

0 comments on commit 729d4bb

Please sign in to comment.