Skip to content

Commit e71b2d4

Browse files
This release adds support for policy-based routing on AWS Transit Gateway, enabling you to route traffic based on 5-tuple matching (source IP, destination IP, source port, destination port, and protocol) using new policy table entry APIs that direct matching traffic to a target route table.
Adds ListApplicationShaderCaches API to retrieve shader cache metadata for applications and adds stream URLs, which give end users temporary, unauthenticated access to a stream session in their browser. Includes CreateStreamUrl, GetStreamUrl, ListStreamUrls, and RevokeStreamUrl operations. AWS WAF now supports pre-parse text transformations, letting you normalize raw query strings before parsing, available on rule statements that use SingleQueryArgument or AllQueryArguments as the FieldToMatch. AWS WAF also added 10 new text transformations, including ModSecurity v3 parity options. Adding filtering, partitioning, and VPC support to AWS Glue REST API connector We have released a new set of APIs in support of a major new feature within AWS IoT SiteWise called Scenario Discover. Please see user guide about the feature and the API guide in public documentation for new APIs. Updated documentation for various DMS Schema Conversion operations
1 parent 9986ac3 commit e71b2d4

607 files changed

Lines changed: 47808 additions & 1045 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.857
1+
1.11.858

generated/src/aws-cpp-sdk-dms/include/aws/dms/DatabaseMigrationServiceClient.h

Lines changed: 310 additions & 63 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/CancelMetadataModelConversionResult.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ class CancelMetadataModelConversionResult {
3131
const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
3232

3333
///@{
34-
34+
/**
35+
* <p>The metadata model conversion request.</p> <p>DMS never populates the
36+
* <code>ExportSqlDetails</code> field for this operation.</p>
37+
*/
3538
inline const SchemaConversionRequest& GetRequest() const { return m_request; }
3639
template <typename RequestT = SchemaConversionRequest>
3740
void SetRequest(RequestT&& value) {

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/CancelMetadataModelCreationResult.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ class CancelMetadataModelCreationResult {
3131
const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
3232

3333
///@{
34-
34+
/**
35+
* <p>The metadata model creation request.</p> <p>DMS never populates the
36+
* <code>ExportSqlDetails</code> field for this operation.</p>
37+
*/
3538
inline const SchemaConversionRequest& GetRequest() const { return m_request; }
3639
template <typename RequestT = SchemaConversionRequest>
3740
void SetRequest(RequestT&& value) {

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/CreateDataProviderRequest.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ class CreateDataProviderRequest : public DatabaseMigrationServiceRequest {
7171

7272
///@{
7373
/**
74-
* <p>The type of database engine for the data provider. Valid values include
75-
* <code>"aurora"</code>, <code>"aurora-postgresql"</code>, <code>"mysql"</code>,
76-
* <code>"oracle"</code>, <code>"postgres"</code>, <code>"sqlserver"</code>,
77-
* <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>,
78-
* <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and
79-
* <code>sybase</code>. A value of <code>"aurora"</code> represents Amazon Aurora
74+
* <p>The type of database engine for the data provider.</p> <p>Valid values:
75+
* <code>aurora</code>, <code>aurora-postgresql</code>, <code>db2</code>,
76+
* <code>db2-zos</code>, <code>docdb</code>, <code>mariadb</code>,
77+
* <code>mongodb</code>, <code>mysql</code>, <code>oracle</code>,
78+
* <code>postgres</code>, <code>redshift</code>, <code>sqlserver</code>, and
79+
* <code>sybase</code>. A value of <code>aurora</code> represents Amazon Aurora
8080
* MySQL-Compatible Edition.</p>
8181
*/
8282
inline const Aws::String& GetEngine() const { return m_engine; }

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/CreateMigrationProjectRequest.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,14 @@ class CreateMigrationProjectRequest : public DatabaseMigrationServiceRequest {
128128

129129
///@{
130130
/**
131-
* <p>The settings in JSON format for migration rules. Migration rules make it
132-
* possible for you to change the object names according to the rules that you
133-
* specify. For example, you can change an object name to lowercase or uppercase,
134-
* add or remove a prefix or suffix, or rename objects.</p>
131+
* <p>A JSON string that specifies the transformation rules for the migration
132+
* project. Transformation rules let you customize how DMS Schema Conversion
133+
* converts your source database objects, including renaming, adding prefixes or
134+
* suffixes, and changing data types. For the transformation rule format and
135+
* examples, see <a
136+
* href="https://docs.aws.amazon.com/dms/latest/userguide/sc-transformation-rules.html">Transformation
137+
* rules in DMS Schema Conversion</a>.</p> <p>Homogeneous data migrations do
138+
* not support transformation rules.</p>
135139
*/
136140
inline const Aws::String& GetTransformationRules() const { return m_transformationRules; }
137141
inline bool TransformationRulesHasBeenSet() const { return m_transformationRulesHasBeenSet; }

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/DataProvider.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ class DataProvider {
111111

112112
///@{
113113
/**
114-
* <p>The type of database engine for the data provider. Valid values include
115-
* <code>"aurora"</code>, <code>"aurora-postgresql"</code>, <code>"mysql"</code>,
116-
* <code>"oracle"</code>, <code>"postgres"</code>, <code>"sqlserver"</code>,
117-
* <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>,
118-
* <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and
119-
* <code>sybase</code>. A value of <code>"aurora"</code> represents Amazon Aurora
114+
* <p>The type of database engine for the data provider.</p> <p>Valid values:
115+
* <code>aurora</code>, <code>aurora-postgresql</code>, <code>db2</code>,
116+
* <code>db2-zos</code>, <code>docdb</code>, <code>mariadb</code>,
117+
* <code>mongodb</code>, <code>mysql</code>, <code>oracle</code>,
118+
* <code>postgres</code>, <code>redshift</code>, <code>sqlserver</code>, and
119+
* <code>sybase</code>. A value of <code>aurora</code> represents Amazon Aurora
120120
* MySQL-Compatible Edition.</p>
121121
*/
122122
inline const Aws::String& GetEngine() const { return m_engine; }

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/DescribeConversionConfigurationResult.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ class DescribeConversionConfigurationResult {
4848

4949
///@{
5050
/**
51-
* <p>The configuration parameters for the schema conversion project.</p>
51+
* <p>A JSON string that contains the schema conversion settings for the migration
52+
* project. For the format and available settings, see <a
53+
* href="https://docs.aws.amazon.com/dms/latest/userguide/schema-conversion-settings.html">Specifying
54+
* schema conversion settings for migration projects</a>.</p>
5255
*/
5356
inline const Aws::String& GetConversionConfiguration() const { return m_conversionConfiguration; }
5457
template <typename ConversionConfigurationT = Aws::String>

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/DescribeDataProvidersRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class DescribeDataProvidersRequest : public DatabaseMigrationServiceRequest {
3434

3535
///@{
3636
/**
37-
* <p>Filters applied to the data providers described in the form of key-value
38-
* pairs.</p> <p>Valid filter names and values: data-provider-identifier, data
39-
* provider arn or name</p>
37+
* <p>The filters to apply to the data providers.</p> <p>The following filter names
38+
* are supported:</p> <ul> <li> <p> <code>data-provider-identifier</code> – The
39+
* data provider name or ARN.</p> </li> </ul>
4040
*/
4141
inline const Aws::Vector<Filter>& GetFilters() const { return m_filters; }
4242
inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; }

generated/src/aws-cpp-sdk-dms/include/aws/dms/model/DescribeExtensionPackAssociationsRequest.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DescribeExtensionPackAssociationsRequest : public DatabaseMigrationService
3434

3535
///@{
3636
/**
37-
* <p>The name or Amazon Resource Name (ARN) for the migration project.</p>
37+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
3838
*/
3939
inline const Aws::String& GetMigrationProjectIdentifier() const { return m_migrationProjectIdentifier; }
4040
inline bool MigrationProjectIdentifierHasBeenSet() const { return m_migrationProjectIdentifierHasBeenSet; }
@@ -52,8 +52,11 @@ class DescribeExtensionPackAssociationsRequest : public DatabaseMigrationService
5252

5353
///@{
5454
/**
55-
* <p>Filters applied to the extension pack associations described in the form of
56-
* key-value pairs.</p>
55+
* <p>The filters to apply to the extension pack installation requests.</p> <p>The
56+
* following filter names are supported:</p> <ul> <li> <p> <code>request-id</code>
57+
* – The request identifier.</p> </li> <li> <p> <code>status</code> – The request
58+
* status. Valid values: <code>RECEIVED</code>, <code>IN_PROGRESS</code>,
59+
* <code>SUCCESS</code>, <code>FAILED</code>.</p> </li> </ul>
5760
*/
5861
inline const Aws::Vector<Filter>& GetFilters() const { return m_filters; }
5962
inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; }

0 commit comments

Comments
 (0)