From 7baa752ef60afffbdb84e31468975df9b1660354 Mon Sep 17 00:00:00 2001 From: aws-sdk-go-automation <43143561+aws-sdk-go-automation@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:28:33 -0400 Subject: [PATCH] Release v1.44.316 (2023-08-03) (#4936) Release v1.44.316 (2023-08-03) === ### Service Client Updates * `service/autoscaling`: Updates service documentation and examples * Documentation changes related to Amazon EC2 Auto Scaling APIs. * `service/cloud9`: Updates service documentation * Updated the deprecation date for Amazon Linux. Doc only update. * `service/dms`: Updates service API, documentation, and paginators * The release makes public API for DMS Schema Conversion feature. * `service/ec2`: Updates service API and documentation * This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. * `service/sagemaker`: Updates service API * Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. --- CHANGELOG.md | 15 + aws/version.go | 2 +- .../apis/autoscaling/2011-01-01/docs-2.json | 2 +- .../autoscaling/2011-01-01/examples-1.json | 4 +- models/apis/cloud9/2017-09-23/docs-2.json | 2 +- .../2017-09-23/endpoint-rule-set-1.json | 392 +- .../cloud9/2017-09-23/endpoint-tests-1.json | 869 +- models/apis/dms/2016-01-01/api-2.json | 1165 +- models/apis/dms/2016-01-01/docs-2.json | 652 +- .../dms/2016-01-01/endpoint-rule-set-1.json | 438 +- models/apis/dms/2016-01-01/paginators-1.json | 45 + models/apis/ec2/2016-11-15/api-2.json | 27 +- models/apis/ec2/2016-11-15/docs-2.json | 10 +- .../ec2/2016-11-15/endpoint-rule-set-1.json | 362 +- models/apis/sagemaker/2017-07-24/api-2.json | 3 +- service/autoscaling/api.go | 1 + service/cloud9/api.go | 14 +- service/databasemigrationservice/api.go | 33801 ++++++++++------ .../interface.go | 135 + service/ec2/api.go | 131 +- service/sagemaker/api.go | 4 + 21 files changed, 23433 insertions(+), 14641 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c853468828..f2ed38cc62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +Release v1.44.316 (2023-08-03) +=== + +### Service Client Updates +* `service/autoscaling`: Updates service documentation and examples + * Documentation changes related to Amazon EC2 Auto Scaling APIs. +* `service/cloud9`: Updates service documentation + * Updated the deprecation date for Amazon Linux. Doc only update. +* `service/dms`: Updates service API, documentation, and paginators + * The release makes public API for DMS Schema Conversion feature. +* `service/ec2`: Updates service API and documentation + * This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. +* `service/sagemaker`: Updates service API + * Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. + Release v1.44.315 (2023-08-02) === diff --git a/aws/version.go b/aws/version.go index 4f7ecb098c2..644836bc2a8 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.44.315" +const SDKVersion = "1.44.316" diff --git a/models/apis/autoscaling/2011-01-01/docs-2.json b/models/apis/autoscaling/2011-01-01/docs-2.json index d44ee045e2e..65fa53ea1a8 100644 --- a/models/apis/autoscaling/2011-01-01/docs-2.json +++ b/models/apis/autoscaling/2011-01-01/docs-2.json @@ -175,7 +175,7 @@ "AlarmList": { "base": null, "refs": { - "AlarmSpecification$Alarms": "

The names of one or more CloudWatch alarms to monitor for the instance refresh.

" + "AlarmSpecification$Alarms": "

The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.

" } }, "AlarmSpecification": { diff --git a/models/apis/autoscaling/2011-01-01/examples-1.json b/models/apis/autoscaling/2011-01-01/examples-1.json index 522f19d97c7..d5e72fb32f2 100644 --- a/models/apis/autoscaling/2011-01-01/examples-1.json +++ b/models/apis/autoscaling/2011-01-01/examples-1.json @@ -212,7 +212,7 @@ } }, "description": "This example creates an Auto Scaling group with a mixed instances policy. It specifies the c5.large, c5a.large, and c6g.large instance types and defines a different launch template for the c6g.large instance type.", - "id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039", + "id": "autoscaling-create-auto-scaling-group-3", "title": "To create an Auto Scaling group with a mixed instances policy" }, { @@ -259,7 +259,7 @@ } }, "description": "This example creates an Auto Scaling group using attribute-based instance type selection. It requires the instance types to have a minimum of four vCPUs and a maximum of eight vCPUs, a minimum of 16,384 MiB of memory, and an Intel manufactured CPU.", - "id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039", + "id": "autoscaling-create-auto-scaling-group-4", "title": "To create an Auto Scaling group using attribute-based instance type selection" } ], diff --git a/models/apis/cloud9/2017-09-23/docs-2.json b/models/apis/cloud9/2017-09-23/docs-2.json index cd367b18f84..227e2a254c9 100644 --- a/models/apis/cloud9/2017-09-23/docs-2.json +++ b/models/apis/cloud9/2017-09-23/docs-2.json @@ -232,7 +232,7 @@ "ImageId": { "base": null, "refs": { - "CreateEnvironmentEC2Request$imageId": "

The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.

The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request.

In the future the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.

AMI aliases

SSM paths

" + "CreateEnvironmentEC2Request$imageId": "

The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.

The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023.

From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.

AMI aliases

SSM paths

" } }, "InstanceType": { diff --git a/models/apis/cloud9/2017-09-23/endpoint-rule-set-1.json b/models/apis/cloud9/2017-09-23/endpoint-rule-set-1.json index 7f41719e6ef..fbaea21794b 100644 --- a/models/apis/cloud9/2017-09-23/endpoint-rule-set-1.json +++ b/models/apis/cloud9/2017-09-23/endpoint-rule-set-1.json @@ -3,7 +3,7 @@ "parameters": { "Region": { "builtIn": "AWS::Region", - "required": true, + "required": false, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -32,13 +32,12 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "isSet", "argv": [ { - "ref": "Region" + "ref": "Endpoint" } - ], - "assign": "PartitionResult" + ] } ], "type": "tree", @@ -46,14 +45,20 @@ { "conditions": [ { - "fn": "isSet", + "fn": "booleanEquals", "argv": [ { - "ref": "Endpoint" - } + "ref": "UseFIPS" + }, + true ] } ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], "type": "tree", "rules": [ { @@ -62,67 +67,42 @@ "fn": "booleanEquals", "argv": [ { - "ref": "UseFIPS" + "ref": "UseDualStack" }, true ] } ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", "type": "error" }, { "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" + "endpoint": { + "url": { + "ref": "Endpoint" }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ { "conditions": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", + "fn": "isSet", "argv": [ { - "ref": "UseDualStack" - }, - true + "ref": "Region" + } ] } ], @@ -131,90 +111,215 @@ { "conditions": [ { - "fn": "booleanEquals", + "fn": "aws.partition", "argv": [ - true, { - "fn": "getAttr", + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] }, - "supportsFIPS" + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://cloud9-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" } ] }, { - "fn": "booleanEquals", - "argv": [ - true, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseFIPS" }, - "supportsDualStack" + true ] } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://cloud9-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://cloud9-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ { - "fn": "booleanEquals", - "argv": [ - true, + "conditions": [ { - "fn": "getAttr", + "fn": "booleanEquals", "argv": [ { - "ref": "PartitionResult" + "ref": "UseDualStack" }, - "supportsFIPS" + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://cloud9.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] - } - ], - "type": "tree", - "rules": [ + }, { "conditions": [], "type": "tree", @@ -222,7 +327,7 @@ { "conditions": [], "endpoint": { - "url": "https://cloud9-fips.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://cloud9.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, @@ -231,74 +336,13 @@ ] } ] - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://cloud9.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } ] }, { "conditions": [], - "endpoint": { - "url": "https://cloud9.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } diff --git a/models/apis/cloud9/2017-09-23/endpoint-tests-1.json b/models/apis/cloud9/2017-09-23/endpoint-tests-1.json index 247e617ca0f..b28ec45a62f 100644 --- a/models/apis/cloud9/2017-09-23/endpoint-tests-1.json +++ b/models/apis/cloud9/2017-09-23/endpoint-tests-1.json @@ -1,1099 +1,533 @@ { "testCases": [ { - "documentation": "For region ap-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.ap-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.ap-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.ap-south-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.ap-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-south-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.ca-central-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.ca-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.ca-central-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.ca-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-central-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-central-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-central-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-central-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-west-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-1", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-west-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.us-west-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-1", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.us-west-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-west-2.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.us-west-2.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.us-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region af-south-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.af-south-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "af-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region af-south-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.af-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "af-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region af-south-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.af-south-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "af-south-1", - "UseDualStack": true - } - }, - { - "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.af-south-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "af-south-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-north-1.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-north-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-north-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-north-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-north-1.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-north-1", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-north-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-north-1", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-3 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-west-3.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-3", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-3 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-west-3.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-3", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-west-3.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-3", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-west-3.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-3", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-west-2.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.eu-west-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": false - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.eu-west-2.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": true - } - }, - { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.eu-west-2.amazonaws.com" + "url": "https://cloud9.af-south-1.amazonaws.com" } }, "params": { + "Region": "af-south-1", "UseFIPS": false, - "Region": "eu-west-2", "UseDualStack": false } }, { - "documentation": "For region eu-west-1 with FIPS enabled and DualStack enabled", + "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.eu-west-1.api.aws" + "url": "https://cloud9.ap-east-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": true + "Region": "ap-east-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region eu-west-1 with FIPS enabled and DualStack disabled", + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.eu-west-1.amazonaws.com" + "url": "https://cloud9.ap-northeast-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "eu-west-1", + "Region": "ap-northeast-1", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled", + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.eu-west-1.api.aws" + "url": "https://cloud9.ap-northeast-2.amazonaws.com" } }, "params": { + "Region": "ap-northeast-2", "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.eu-west-1.amazonaws.com" + "url": "https://cloud9.ap-northeast-3.amazonaws.com" } }, "params": { + "Region": "ap-northeast-3", "UseFIPS": false, - "Region": "eu-west-1", "UseDualStack": false } }, { - "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack enabled", + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-northeast-3.api.aws" + "url": "https://cloud9.ap-south-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-northeast-3", - "UseDualStack": true + "Region": "ap-south-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack disabled", + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-northeast-3.amazonaws.com" + "url": "https://cloud9.ap-southeast-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-northeast-3", + "Region": "ap-southeast-1", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack enabled", + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-northeast-3.api.aws" + "url": "https://cloud9.ap-southeast-2.amazonaws.com" } }, "params": { + "Region": "ap-southeast-2", "UseFIPS": false, - "Region": "ap-northeast-3", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-northeast-3.amazonaws.com" + "url": "https://cloud9.ca-central-1.amazonaws.com" } }, "params": { + "Region": "ca-central-1", "UseFIPS": false, - "Region": "ap-northeast-3", "UseDualStack": false } }, { - "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack enabled", + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-northeast-2.api.aws" + "url": "https://cloud9.eu-central-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": true + "Region": "eu-central-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack disabled", + "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-northeast-2.amazonaws.com" + "url": "https://cloud9.eu-north-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-northeast-2", + "Region": "eu-north-1", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack enabled", + "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-northeast-2.api.aws" + "url": "https://cloud9.eu-south-1.amazonaws.com" } }, "params": { + "Region": "eu-south-1", "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-northeast-2.amazonaws.com" + "url": "https://cloud9.eu-west-1.amazonaws.com" } }, "params": { + "Region": "eu-west-1", "UseFIPS": false, - "Region": "ap-northeast-2", "UseDualStack": false } }, { - "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack enabled", + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-northeast-1.api.aws" + "url": "https://cloud9.eu-west-2.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": true + "Region": "eu-west-2", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack disabled", + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-northeast-1.amazonaws.com" + "url": "https://cloud9.eu-west-3.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "ap-northeast-1", + "Region": "eu-west-3", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack enabled", + "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-northeast-1.api.aws" + "url": "https://cloud9.me-south-1.amazonaws.com" } }, "params": { + "Region": "me-south-1", "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-northeast-1.amazonaws.com" + "url": "https://cloud9.sa-east-1.amazonaws.com" } }, "params": { + "Region": "sa-east-1", "UseFIPS": false, - "Region": "ap-northeast-1", "UseDualStack": false } }, { - "documentation": "For region me-south-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.me-south-1.api.aws" + "url": "https://cloud9.us-east-1.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "me-south-1", - "UseDualStack": true + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false } }, { - "documentation": "For region me-south-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.me-south-1.amazonaws.com" + "url": "https://cloud9.us-east-2.amazonaws.com" } }, "params": { - "UseFIPS": true, - "Region": "me-south-1", + "Region": "us-east-2", + "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region me-south-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.me-south-1.api.aws" + "url": "https://cloud9.us-west-1.amazonaws.com" } }, "params": { + "Region": "us-west-1", "UseFIPS": false, - "Region": "me-south-1", - "UseDualStack": true + "UseDualStack": false } }, { - "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.me-south-1.amazonaws.com" + "url": "https://cloud9.us-west-2.amazonaws.com" } }, "params": { + "Region": "us-west-2", "UseFIPS": false, - "Region": "me-south-1", "UseDualStack": false } }, { - "documentation": "For region sa-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.sa-east-1.api.aws" + "url": "https://cloud9-fips.us-east-1.api.aws" } }, "params": { + "Region": "us-east-1", "UseFIPS": true, - "Region": "sa-east-1", "UseDualStack": true } }, { - "documentation": "For region sa-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.sa-east-1.amazonaws.com" + "url": "https://cloud9-fips.us-east-1.amazonaws.com" } }, "params": { + "Region": "us-east-1", "UseFIPS": true, - "Region": "sa-east-1", "UseDualStack": false } }, { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cloud9.sa-east-1.api.aws" + "url": "https://cloud9.us-east-1.api.aws" } }, "params": { + "Region": "us-east-1", "UseFIPS": false, - "Region": "sa-east-1", "UseDualStack": true } }, { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9.sa-east-1.amazonaws.com" - } - }, - "params": { - "UseFIPS": false, - "Region": "sa-east-1", - "UseDualStack": false - } - }, - { - "documentation": "For region ap-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-east-1.api.aws" + "url": "https://cloud9-fips.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": true, - "Region": "ap-east-1", "UseDualStack": true } }, { - "documentation": "For region ap-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-east-1.amazonaws.com" + "url": "https://cloud9-fips.cn-north-1.amazonaws.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": true, - "Region": "ap-east-1", "UseDualStack": false } }, { - "documentation": "For region ap-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-east-1.api.aws" + "url": "https://cloud9.cn-north-1.api.amazonwebservices.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": false, - "Region": "ap-east-1", "UseDualStack": true } }, { - "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-east-1.amazonaws.com" + "url": "https://cloud9.cn-north-1.amazonaws.com.cn" } }, "params": { + "Region": "cn-north-1", "UseFIPS": false, - "Region": "ap-east-1", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-southeast-1.api.aws" + "url": "https://cloud9-fips.us-gov-east-1.api.aws" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": true, - "Region": "ap-southeast-1", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-southeast-1.amazonaws.com" + "url": "https://cloud9-fips.us-gov-east-1.amazonaws.com" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": true, - "Region": "ap-southeast-1", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-southeast-1.api.aws" + "url": "https://cloud9.us-gov-east-1.api.aws" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": false, - "Region": "ap-southeast-1", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-southeast-1.amazonaws.com" + "url": "https://cloud9.us-gov-east-1.amazonaws.com" } }, "params": { + "Region": "us-gov-east-1", "UseFIPS": false, - "Region": "ap-southeast-1", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack enabled", + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://cloud9-fips.ap-southeast-2.api.aws" - } + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { + "Region": "us-iso-east-1", "UseFIPS": true, - "Region": "ap-southeast-2", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack disabled", + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.ap-southeast-2.amazonaws.com" + "url": "https://cloud9-fips.us-iso-east-1.c2s.ic.gov" } }, "params": { + "Region": "us-iso-east-1", "UseFIPS": true, - "Region": "ap-southeast-2", "UseDualStack": false } }, { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack enabled", + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://cloud9.ap-southeast-2.api.aws" - } + "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { + "Region": "us-iso-east-1", "UseFIPS": false, - "Region": "ap-southeast-2", "UseDualStack": true } }, { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.ap-southeast-2.amazonaws.com" + "url": "https://cloud9.us-iso-east-1.c2s.ic.gov" } }, "params": { + "Region": "us-iso-east-1", "UseFIPS": false, - "Region": "ap-southeast-2", "UseDualStack": false } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-east-1.api.aws" - } + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" }, "params": { + "Region": "us-isob-east-1", "UseFIPS": true, - "Region": "us-east-1", "UseDualStack": true } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9-fips.us-east-1.amazonaws.com" + "url": "https://cloud9-fips.us-isob-east-1.sc2s.sgov.gov" } }, "params": { + "Region": "us-isob-east-1", "UseFIPS": true, - "Region": "us-east-1", "UseDualStack": false } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", "expect": { - "endpoint": { - "url": "https://cloud9.us-east-1.api.aws" - } + "error": "DualStack is enabled but this partition does not support DualStack" }, "params": { + "Region": "us-isob-east-1", "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cloud9.us-east-1.amazonaws.com" + "url": "https://cloud9.us-isob-east-1.sc2s.sgov.gov" } }, "params": { + "Region": "us-isob-east-1", "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-east-2.api.aws" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-east-2", - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cloud9-fips.us-east-2.amazonaws.com" - } - }, - "params": { - "UseFIPS": true, - "Region": "us-east-2", "UseDualStack": false } }, { - "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://cloud9.us-east-2.api.aws" - } - }, - "params": { - "UseFIPS": false, - "Region": "us-east-2", - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", "expect": { "endpoint": { - "url": "https://cloud9.us-east-2.amazonaws.com" + "url": "https://example.com" } }, "params": { + "Region": "us-east-1", "UseFIPS": false, - "Region": "us-east-2", - "UseDualStack": false + "UseDualStack": false, + "Endpoint": "https://example.com" } }, { - "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", "expect": { "endpoint": { "url": "https://example.com" @@ -1101,7 +535,6 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": false, "Endpoint": "https://example.com" } @@ -1112,8 +545,8 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "UseFIPS": true, "Region": "us-east-1", + "UseFIPS": true, "UseDualStack": false, "Endpoint": "https://example.com" } @@ -1124,11 +557,17 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { - "UseFIPS": false, "Region": "us-east-1", + "UseFIPS": false, "UseDualStack": true, "Endpoint": "https://example.com" } + }, + { + "documentation": "Missing region", + "expect": { + "error": "Invalid Configuration: Missing Region" + } } ], "version": "1.0" diff --git a/models/apis/dms/2016-01-01/api-2.json b/models/apis/dms/2016-01-01/api-2.json index fb7dafb5efc..4dd02c65c56 100644 --- a/models/apis/dms/2016-01-01/api-2.json +++ b/models/apis/dms/2016-01-01/api-2.json @@ -64,6 +64,20 @@ {"shape":"InvalidResourceStateFault"} ] }, + "CreateDataProvider":{ + "name":"CreateDataProvider", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateDataProviderMessage"}, + "output":{"shape":"CreateDataProviderResponse"}, + "errors":[ + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceAlreadyExistsFault"} + ] + }, "CreateEndpoint":{ "name":"CreateEndpoint", "http":{ @@ -119,6 +133,42 @@ {"shape":"ResourceQuotaExceededFault"} ] }, + "CreateInstanceProfile":{ + "name":"CreateInstanceProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateInstanceProfileMessage"}, + "output":{"shape":"CreateInstanceProfileResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "CreateMigrationProject":{ + "name":"CreateMigrationProject", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateMigrationProjectMessage"}, + "output":{"shape":"CreateMigrationProjectResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, "CreateReplicationConfig":{ "name":"CreateReplicationConfig", "http":{ @@ -220,6 +270,20 @@ {"shape":"InvalidResourceStateFault"} ] }, + "DeleteDataProvider":{ + "name":"DeleteDataProvider", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteDataProviderMessage"}, + "output":{"shape":"DeleteDataProviderResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"} + ] + }, "DeleteEndpoint":{ "name":"DeleteEndpoint", "http":{ @@ -271,6 +335,34 @@ {"shape":"InvalidOperationFault"} ] }, + "DeleteInstanceProfile":{ + "name":"DeleteInstanceProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteInstanceProfileMessage"}, + "output":{"shape":"DeleteInstanceProfileResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"} + ] + }, + "DeleteMigrationProject":{ + "name":"DeleteMigrationProject", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteMigrationProjectMessage"}, + "output":{"shape":"DeleteMigrationProjectResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"} + ] + }, "DeleteReplicationConfig":{ "name":"DeleteReplicationConfig", "http":{ @@ -385,6 +477,31 @@ {"shape":"ResourceNotFoundFault"} ] }, + "DescribeConversionConfiguration":{ + "name":"DescribeConversionConfiguration", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeConversionConfigurationMessage"}, + "output":{"shape":"DescribeConversionConfigurationResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, + "DescribeDataProviders":{ + "name":"DescribeDataProviders", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeDataProvidersMessage"}, + "output":{"shape":"DescribeDataProvidersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"}, + {"shape":"AccessDeniedFault"} + ] + }, "DescribeEndpointSettings":{ "name":"DescribeEndpointSettings", "http":{ @@ -454,6 +571,15 @@ "input":{"shape":"DescribeEventsMessage"}, "output":{"shape":"DescribeEventsResponse"} }, + "DescribeExtensionPackAssociations":{ + "name":"DescribeExtensionPackAssociations", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeExtensionPackAssociationsMessage"}, + "output":{"shape":"DescribeExtensionPackAssociationsResponse"} + }, "DescribeFleetAdvisorCollectors":{ "name":"DescribeFleetAdvisorCollectors", "http":{ @@ -514,6 +640,92 @@ {"shape":"InvalidResourceStateFault"} ] }, + "DescribeInstanceProfiles":{ + "name":"DescribeInstanceProfiles", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeInstanceProfilesMessage"}, + "output":{"shape":"DescribeInstanceProfilesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"}, + {"shape":"AccessDeniedFault"} + ] + }, + "DescribeMetadataModelAssessments":{ + "name":"DescribeMetadataModelAssessments", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeMetadataModelAssessmentsMessage"}, + "output":{"shape":"DescribeMetadataModelAssessmentsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, + "DescribeMetadataModelConversions":{ + "name":"DescribeMetadataModelConversions", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeMetadataModelConversionsMessage"}, + "output":{"shape":"DescribeMetadataModelConversionsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, + "DescribeMetadataModelExportsAsScript":{ + "name":"DescribeMetadataModelExportsAsScript", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeMetadataModelExportsAsScriptMessage"}, + "output":{"shape":"DescribeMetadataModelExportsAsScriptResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, + "DescribeMetadataModelExportsToTarget":{ + "name":"DescribeMetadataModelExportsToTarget", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeMetadataModelExportsToTargetMessage"}, + "output":{"shape":"DescribeMetadataModelExportsToTargetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, + "DescribeMetadataModelImports":{ + "name":"DescribeMetadataModelImports", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeMetadataModelImportsMessage"}, + "output":{"shape":"DescribeMetadataModelImportsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, + "DescribeMigrationProjects":{ + "name":"DescribeMigrationProjects", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeMigrationProjectsMessage"}, + "output":{"shape":"DescribeMigrationProjectsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"}, + {"shape":"AccessDeniedFault"} + ] + }, "DescribeOrderableReplicationInstances":{ "name":"DescribeOrderableReplicationInstances", "http":{ @@ -722,6 +934,18 @@ {"shape":"InvalidResourceStateFault"} ] }, + "ExportMetadataModelAssessment":{ + "name":"ExportMetadataModelAssessment", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ExportMetadataModelAssessmentMessage"}, + "output":{"shape":"ExportMetadataModelAssessmentResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"} + ] + }, "ImportCertificate":{ "name":"ImportCertificate", "http":{ @@ -748,6 +972,33 @@ {"shape":"ResourceNotFoundFault"} ] }, + "ModifyConversionConfiguration":{ + "name":"ModifyConversionConfiguration", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ModifyConversionConfigurationMessage"}, + "output":{"shape":"ModifyConversionConfigurationResponse"}, + "errors":[ + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"} + ] + }, + "ModifyDataProvider":{ + "name":"ModifyDataProvider", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ModifyDataProviderMessage"}, + "output":{"shape":"ModifyDataProviderResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"} + ] + }, "ModifyEndpoint":{ "name":"ModifyEndpoint", "http":{ @@ -784,6 +1035,39 @@ {"shape":"KMSThrottlingFault"} ] }, + "ModifyInstanceProfile":{ + "name":"ModifyInstanceProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ModifyInstanceProfileMessage"}, + "output":{"shape":"ModifyInstanceProfileResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "ModifyMigrationProject":{ + "name":"ModifyMigrationProject", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ModifyMigrationProjectMessage"}, + "output":{"shape":"ModifyMigrationProjectResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, "ModifyReplicationConfig":{ "name":"ModifyReplicationConfig", "http":{ @@ -933,16 +1217,130 @@ {"shape":"ResourceNotFoundFault"} ] }, - "RunFleetAdvisorLsaAnalysis":{ - "name":"RunFleetAdvisorLsaAnalysis", + "RunFleetAdvisorLsaAnalysis":{ + "name":"RunFleetAdvisorLsaAnalysis", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "output":{"shape":"RunFleetAdvisorLsaAnalysisResponse"}, + "errors":[ + {"shape":"InvalidResourceStateFault"}, + {"shape":"ResourceNotFoundFault"} + ] + }, + "StartExtensionPackAssociation":{ + "name":"StartExtensionPackAssociation", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartExtensionPackAssociationMessage"}, + "output":{"shape":"StartExtensionPackAssociationResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "StartMetadataModelAssessment":{ + "name":"StartMetadataModelAssessment", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartMetadataModelAssessmentMessage"}, + "output":{"shape":"StartMetadataModelAssessmentResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "StartMetadataModelConversion":{ + "name":"StartMetadataModelConversion", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartMetadataModelConversionMessage"}, + "output":{"shape":"StartMetadataModelConversionResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "StartMetadataModelExportAsScript":{ + "name":"StartMetadataModelExportAsScript", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartMetadataModelExportAsScriptMessage"}, + "output":{"shape":"StartMetadataModelExportAsScriptResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "StartMetadataModelExportToTarget":{ + "name":"StartMetadataModelExportToTarget", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartMetadataModelExportToTargetMessage"}, + "output":{"shape":"StartMetadataModelExportToTargetResponse"}, + "errors":[ + {"shape":"AccessDeniedFault"}, + {"shape":"InvalidResourceStateFault"}, + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} + ] + }, + "StartMetadataModelImport":{ + "name":"StartMetadataModelImport", "http":{ "method":"POST", "requestUri":"/" }, - "output":{"shape":"RunFleetAdvisorLsaAnalysisResponse"}, + "input":{"shape":"StartMetadataModelImportMessage"}, + "output":{"shape":"StartMetadataModelImportResponse"}, "errors":[ + {"shape":"AccessDeniedFault"}, {"shape":"InvalidResourceStateFault"}, - {"shape":"ResourceNotFoundFault"} + {"shape":"ResourceAlreadyExistsFault"}, + {"shape":"ResourceNotFoundFault"}, + {"shape":"KMSKeyNotAccessibleFault"}, + {"shape":"ResourceQuotaExceededFault"}, + {"shape":"S3ResourceNotFoundFault"}, + {"shape":"S3AccessDeniedFault"} ] }, "StartRecommendations":{ @@ -1138,6 +1536,18 @@ "type":"list", "member":{"shape":"String"} }, + "AssessmentReportType":{ + "type":"string", + "enum":[ + "pdf", + "csv" + ] + }, + "AssessmentReportTypesList":{ + "type":"list", + "member":{"shape":"AssessmentReportType"}, + "min":1 + }, "AuthMechanismValue":{ "type":"string", "enum":[ @@ -1339,6 +1749,26 @@ "type":"list", "member":{"shape":"Connection"} }, + "CreateDataProviderMessage":{ + "type":"structure", + "required":[ + "Engine", + "Settings" + ], + "members":{ + "DataProviderName":{"shape":"String"}, + "Description":{"shape":"String"}, + "Engine":{"shape":"String"}, + "Settings":{"shape":"DataProviderSettings"}, + "Tags":{"shape":"TagList"} + } + }, + "CreateDataProviderResponse":{ + "type":"structure", + "members":{ + "DataProvider":{"shape":"DataProvider"} + } + }, "CreateEndpointMessage":{ "type":"structure", "required":[ @@ -1436,6 +1866,50 @@ "S3BucketName":{"shape":"String"} } }, + "CreateInstanceProfileMessage":{ + "type":"structure", + "members":{ + "AvailabilityZone":{"shape":"String"}, + "KmsKeyArn":{"shape":"String"}, + "PubliclyAccessible":{"shape":"BooleanOptional"}, + "Tags":{"shape":"TagList"}, + "NetworkType":{"shape":"String"}, + "InstanceProfileName":{"shape":"String"}, + "Description":{"shape":"String"}, + "SubnetGroupIdentifier":{"shape":"String"}, + "VpcSecurityGroups":{"shape":"StringList"} + } + }, + "CreateInstanceProfileResponse":{ + "type":"structure", + "members":{ + "InstanceProfile":{"shape":"InstanceProfile"} + } + }, + "CreateMigrationProjectMessage":{ + "type":"structure", + "required":[ + "SourceDataProviderDescriptors", + "TargetDataProviderDescriptors", + "InstanceProfileIdentifier" + ], + "members":{ + "MigrationProjectName":{"shape":"String"}, + "SourceDataProviderDescriptors":{"shape":"DataProviderDescriptorDefinitionList"}, + "TargetDataProviderDescriptors":{"shape":"DataProviderDescriptorDefinitionList"}, + "InstanceProfileIdentifier":{"shape":"String"}, + "TransformationRules":{"shape":"String"}, + "Description":{"shape":"String"}, + "Tags":{"shape":"TagList"}, + "SchemaConversionApplicationAttributes":{"shape":"SCApplicationAttributes"} + } + }, + "CreateMigrationProjectResponse":{ + "type":"structure", + "members":{ + "MigrationProject":{"shape":"MigrationProject"} + } + }, "CreateReplicationConfigMessage":{ "type":"structure", "required":[ @@ -1555,6 +2029,57 @@ "parquet" ] }, + "DataProvider":{ + "type":"structure", + "members":{ + "DataProviderName":{"shape":"String"}, + "DataProviderArn":{"shape":"String"}, + "DataProviderCreationTime":{"shape":"Iso8601DateTime"}, + "Description":{"shape":"String"}, + "Engine":{"shape":"String"}, + "Settings":{"shape":"DataProviderSettings"} + } + }, + "DataProviderDescriptor":{ + "type":"structure", + "members":{ + "SecretsManagerSecretId":{"shape":"String"}, + "SecretsManagerAccessRoleArn":{"shape":"String"}, + "DataProviderName":{"shape":"String"}, + "DataProviderArn":{"shape":"String"} + } + }, + "DataProviderDescriptorDefinition":{ + "type":"structure", + "required":["DataProviderIdentifier"], + "members":{ + "DataProviderIdentifier":{"shape":"String"}, + "SecretsManagerSecretId":{"shape":"String"}, + "SecretsManagerAccessRoleArn":{"shape":"String"} + } + }, + "DataProviderDescriptorDefinitionList":{ + "type":"list", + "member":{"shape":"DataProviderDescriptorDefinition"} + }, + "DataProviderDescriptorList":{ + "type":"list", + "member":{"shape":"DataProviderDescriptor"} + }, + "DataProviderList":{ + "type":"list", + "member":{"shape":"DataProvider"} + }, + "DataProviderSettings":{ + "type":"structure", + "members":{ + "PostgreSqlSettings":{"shape":"PostgreSqlDataProviderSettings"}, + "MySqlSettings":{"shape":"MySqlDataProviderSettings"}, + "OracleSettings":{"shape":"OracleDataProviderSettings"}, + "MicrosoftSqlServerSettings":{"shape":"MicrosoftSqlServerDataProviderSettings"} + }, + "union":true + }, "DatabaseInstanceSoftwareDetailsResponse":{ "type":"structure", "members":{ @@ -1618,6 +2143,12 @@ "DDMMYYYY" ] }, + "DefaultErrorDetails":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + } + }, "DeleteCertificateMessage":{ "type":"structure", "required":["CertificateArn"], @@ -1655,6 +2186,19 @@ "Connection":{"shape":"Connection"} } }, + "DeleteDataProviderMessage":{ + "type":"structure", + "required":["DataProviderIdentifier"], + "members":{ + "DataProviderIdentifier":{"shape":"String"} + } + }, + "DeleteDataProviderResponse":{ + "type":"structure", + "members":{ + "DataProvider":{"shape":"DataProvider"} + } + }, "DeleteEndpointMessage":{ "type":"structure", "required":["EndpointArn"], @@ -1694,6 +2238,32 @@ "DatabaseIds":{"shape":"StringList"} } }, + "DeleteInstanceProfileMessage":{ + "type":"structure", + "required":["InstanceProfileIdentifier"], + "members":{ + "InstanceProfileIdentifier":{"shape":"String"} + } + }, + "DeleteInstanceProfileResponse":{ + "type":"structure", + "members":{ + "InstanceProfile":{"shape":"InstanceProfile"} + } + }, + "DeleteMigrationProjectMessage":{ + "type":"structure", + "required":["MigrationProjectIdentifier"], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"} + } + }, + "DeleteMigrationProjectResponse":{ + "type":"structure", + "members":{ + "MigrationProject":{"shape":"MigrationProject"} + } + }, "DeleteReplicationConfigMessage":{ "type":"structure", "required":["ReplicationConfigArn"], @@ -1819,6 +2389,35 @@ "Connections":{"shape":"ConnectionList"} } }, + "DescribeConversionConfigurationMessage":{ + "type":"structure", + "required":["MigrationProjectIdentifier"], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"} + } + }, + "DescribeConversionConfigurationResponse":{ + "type":"structure", + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "ConversionConfiguration":{"shape":"String"} + } + }, + "DescribeDataProvidersMessage":{ + "type":"structure", + "members":{ + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "Marker":{"shape":"String"} + } + }, + "DescribeDataProvidersResponse":{ + "type":"structure", + "members":{ + "Marker":{"shape":"String"}, + "DataProviders":{"shape":"DataProviderList"} + } + }, "DescribeEndpointSettingsMessage":{ "type":"structure", "required":["EngineName"], @@ -1889,118 +2488,250 @@ "DescribeEventCategoriesResponse":{ "type":"structure", "members":{ - "EventCategoryGroupList":{"shape":"EventCategoryGroupList"} + "EventCategoryGroupList":{"shape":"EventCategoryGroupList"} + } + }, + "DescribeEventSubscriptionsMessage":{ + "type":"structure", + "members":{ + "SubscriptionName":{"shape":"String"}, + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "Marker":{"shape":"String"} + } + }, + "DescribeEventSubscriptionsResponse":{ + "type":"structure", + "members":{ + "Marker":{"shape":"String"}, + "EventSubscriptionsList":{"shape":"EventSubscriptionsList"} + } + }, + "DescribeEventsMessage":{ + "type":"structure", + "members":{ + "SourceIdentifier":{"shape":"String"}, + "SourceType":{"shape":"SourceType"}, + "StartTime":{"shape":"TStamp"}, + "EndTime":{"shape":"TStamp"}, + "Duration":{"shape":"IntegerOptional"}, + "EventCategories":{"shape":"EventCategoriesList"}, + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "Marker":{"shape":"String"} + } + }, + "DescribeEventsResponse":{ + "type":"structure", + "members":{ + "Marker":{"shape":"String"}, + "Events":{"shape":"EventList"} + } + }, + "DescribeExtensionPackAssociationsMessage":{ + "type":"structure", + "required":["MigrationProjectIdentifier"], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "Filters":{"shape":"FilterList"}, + "Marker":{"shape":"String"}, + "MaxRecords":{"shape":"IntegerOptional"} + } + }, + "DescribeExtensionPackAssociationsResponse":{ + "type":"structure", + "members":{ + "Marker":{"shape":"String"}, + "Requests":{"shape":"SchemaConversionRequestList"} + } + }, + "DescribeFleetAdvisorCollectorsRequest":{ + "type":"structure", + "members":{ + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorCollectorsResponse":{ + "type":"structure", + "members":{ + "Collectors":{"shape":"CollectorResponses"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorDatabasesRequest":{ + "type":"structure", + "members":{ + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorDatabasesResponse":{ + "type":"structure", + "members":{ + "Databases":{"shape":"DatabaseList"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorLsaAnalysisRequest":{ + "type":"structure", + "members":{ + "MaxRecords":{"shape":"IntegerOptional"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorLsaAnalysisResponse":{ + "type":"structure", + "members":{ + "Analysis":{"shape":"FleetAdvisorLsaAnalysisResponseList"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorSchemaObjectSummaryRequest":{ + "type":"structure", + "members":{ + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorSchemaObjectSummaryResponse":{ + "type":"structure", + "members":{ + "FleetAdvisorSchemaObjects":{"shape":"FleetAdvisorSchemaObjectList"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorSchemasRequest":{ + "type":"structure", + "members":{ + "Filters":{"shape":"FilterList"}, + "MaxRecords":{"shape":"IntegerOptional"}, + "NextToken":{"shape":"String"} + } + }, + "DescribeFleetAdvisorSchemasResponse":{ + "type":"structure", + "members":{ + "FleetAdvisorSchemas":{"shape":"FleetAdvisorSchemaList"}, + "NextToken":{"shape":"String"} } }, - "DescribeEventSubscriptionsMessage":{ + "DescribeInstanceProfilesMessage":{ "type":"structure", "members":{ - "SubscriptionName":{"shape":"String"}, "Filters":{"shape":"FilterList"}, "MaxRecords":{"shape":"IntegerOptional"}, "Marker":{"shape":"String"} } }, - "DescribeEventSubscriptionsResponse":{ + "DescribeInstanceProfilesResponse":{ "type":"structure", "members":{ "Marker":{"shape":"String"}, - "EventSubscriptionsList":{"shape":"EventSubscriptionsList"} + "InstanceProfiles":{"shape":"InstanceProfileList"} } }, - "DescribeEventsMessage":{ + "DescribeMetadataModelAssessmentsMessage":{ "type":"structure", + "required":["MigrationProjectIdentifier"], "members":{ - "SourceIdentifier":{"shape":"String"}, - "SourceType":{"shape":"SourceType"}, - "StartTime":{"shape":"TStamp"}, - "EndTime":{"shape":"TStamp"}, - "Duration":{"shape":"IntegerOptional"}, - "EventCategories":{"shape":"EventCategoriesList"}, + "MigrationProjectIdentifier":{"shape":"String"}, "Filters":{"shape":"FilterList"}, - "MaxRecords":{"shape":"IntegerOptional"}, - "Marker":{"shape":"String"} + "Marker":{"shape":"String"}, + "MaxRecords":{"shape":"IntegerOptional"} } }, - "DescribeEventsResponse":{ + "DescribeMetadataModelAssessmentsResponse":{ "type":"structure", "members":{ "Marker":{"shape":"String"}, - "Events":{"shape":"EventList"} + "Requests":{"shape":"SchemaConversionRequestList"} } }, - "DescribeFleetAdvisorCollectorsRequest":{ + "DescribeMetadataModelConversionsMessage":{ "type":"structure", + "required":["MigrationProjectIdentifier"], "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, "Filters":{"shape":"FilterList"}, - "MaxRecords":{"shape":"IntegerOptional"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "MaxRecords":{"shape":"IntegerOptional"} } }, - "DescribeFleetAdvisorCollectorsResponse":{ + "DescribeMetadataModelConversionsResponse":{ "type":"structure", "members":{ - "Collectors":{"shape":"CollectorResponses"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "Requests":{"shape":"SchemaConversionRequestList"} } }, - "DescribeFleetAdvisorDatabasesRequest":{ + "DescribeMetadataModelExportsAsScriptMessage":{ "type":"structure", + "required":["MigrationProjectIdentifier"], "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, "Filters":{"shape":"FilterList"}, - "MaxRecords":{"shape":"IntegerOptional"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "MaxRecords":{"shape":"IntegerOptional"} } }, - "DescribeFleetAdvisorDatabasesResponse":{ + "DescribeMetadataModelExportsAsScriptResponse":{ "type":"structure", "members":{ - "Databases":{"shape":"DatabaseList"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "Requests":{"shape":"SchemaConversionRequestList"} } }, - "DescribeFleetAdvisorLsaAnalysisRequest":{ + "DescribeMetadataModelExportsToTargetMessage":{ "type":"structure", + "required":["MigrationProjectIdentifier"], "members":{ - "MaxRecords":{"shape":"IntegerOptional"}, - "NextToken":{"shape":"String"} + "MigrationProjectIdentifier":{"shape":"String"}, + "Filters":{"shape":"FilterList"}, + "Marker":{"shape":"String"}, + "MaxRecords":{"shape":"IntegerOptional"} } }, - "DescribeFleetAdvisorLsaAnalysisResponse":{ + "DescribeMetadataModelExportsToTargetResponse":{ "type":"structure", "members":{ - "Analysis":{"shape":"FleetAdvisorLsaAnalysisResponseList"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "Requests":{"shape":"SchemaConversionRequestList"} } }, - "DescribeFleetAdvisorSchemaObjectSummaryRequest":{ + "DescribeMetadataModelImportsMessage":{ "type":"structure", + "required":["MigrationProjectIdentifier"], "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, "Filters":{"shape":"FilterList"}, - "MaxRecords":{"shape":"IntegerOptional"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "MaxRecords":{"shape":"IntegerOptional"} } }, - "DescribeFleetAdvisorSchemaObjectSummaryResponse":{ + "DescribeMetadataModelImportsResponse":{ "type":"structure", "members":{ - "FleetAdvisorSchemaObjects":{"shape":"FleetAdvisorSchemaObjectList"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "Requests":{"shape":"SchemaConversionRequestList"} } }, - "DescribeFleetAdvisorSchemasRequest":{ + "DescribeMigrationProjectsMessage":{ "type":"structure", "members":{ "Filters":{"shape":"FilterList"}, "MaxRecords":{"shape":"IntegerOptional"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"} } }, - "DescribeFleetAdvisorSchemasResponse":{ + "DescribeMigrationProjectsResponse":{ "type":"structure", "members":{ - "FleetAdvisorSchemas":{"shape":"FleetAdvisorSchemaList"}, - "NextToken":{"shape":"String"} + "Marker":{"shape":"String"}, + "MigrationProjects":{"shape":"MigrationProjectList"} } }, "DescribeOrderableReplicationInstancesMessage":{ @@ -2431,6 +3162,13 @@ "type":"list", "member":{"shape":"EngineVersion"} }, + "ErrorDetails":{ + "type":"structure", + "members":{ + "defaultErrorDetails":{"shape":"DefaultErrorDetails"} + }, + "union":true + }, "Event":{ "type":"structure", "members":{ @@ -2483,6 +3221,40 @@ "type":"list", "member":{"shape":"String"} }, + "ExportMetadataModelAssessmentMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "SelectionRules" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "SelectionRules":{"shape":"String"}, + "FileName":{"shape":"String"}, + "AssessmentReportTypes":{"shape":"AssessmentReportTypesList"} + } + }, + "ExportMetadataModelAssessmentResponse":{ + "type":"structure", + "members":{ + "PdfReport":{"shape":"ExportMetadataModelAssessmentResultEntry"}, + "CsvReport":{"shape":"ExportMetadataModelAssessmentResultEntry"} + } + }, + "ExportMetadataModelAssessmentResultEntry":{ + "type":"structure", + "members":{ + "S3ObjectKey":{"shape":"String"}, + "ObjectURL":{"shape":"String"} + } + }, + "ExportSqlDetails":{ + "type":"structure", + "members":{ + "S3ObjectKey":{"shape":"String"}, + "ObjectURL":{"shape":"String"} + } + }, "Filter":{ "type":"structure", "required":[ @@ -2589,6 +3361,25 @@ "type":"list", "member":{"shape":"String"} }, + "InstanceProfile":{ + "type":"structure", + "members":{ + "InstanceProfileArn":{"shape":"String"}, + "AvailabilityZone":{"shape":"String"}, + "KmsKeyArn":{"shape":"String"}, + "PubliclyAccessible":{"shape":"BooleanOptional"}, + "NetworkType":{"shape":"String"}, + "InstanceProfileName":{"shape":"String"}, + "Description":{"shape":"String"}, + "InstanceProfileCreationTime":{"shape":"Iso8601DateTime"}, + "SubnetGroupIdentifier":{"shape":"String"}, + "VpcSecurityGroups":{"shape":"StringList"} + } + }, + "InstanceProfileList":{ + "type":"list", + "member":{"shape":"InstanceProfile"} + }, "InsufficientResourceCapacityFault":{ "type":"structure", "members":{ @@ -2637,6 +3428,10 @@ "NumberOfSchemas":{"shape":"IntegerOptional"} } }, + "Iso8601DateTime":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, "KMSAccessDeniedFault":{ "type":"structure", "members":{ @@ -2820,6 +3615,35 @@ "ForceLobLookup":{"shape":"BooleanOptional"} } }, + "MicrosoftSqlServerDataProviderSettings":{ + "type":"structure", + "members":{ + "ServerName":{"shape":"String"}, + "Port":{"shape":"IntegerOptional"}, + "DatabaseName":{"shape":"String"}, + "SslMode":{"shape":"DmsSslModeValue"}, + "CertificateArn":{"shape":"String"} + } + }, + "MigrationProject":{ + "type":"structure", + "members":{ + "MigrationProjectName":{"shape":"String"}, + "MigrationProjectArn":{"shape":"String"}, + "MigrationProjectCreationTime":{"shape":"Iso8601DateTime"}, + "SourceDataProviderDescriptors":{"shape":"DataProviderDescriptorList"}, + "TargetDataProviderDescriptors":{"shape":"DataProviderDescriptorList"}, + "InstanceProfileArn":{"shape":"String"}, + "InstanceProfileName":{"shape":"String"}, + "TransformationRules":{"shape":"String"}, + "Description":{"shape":"String"}, + "SchemaConversionApplicationAttributes":{"shape":"SCApplicationAttributes"} + } + }, + "MigrationProjectList":{ + "type":"list", + "member":{"shape":"MigrationProject"} + }, "MigrationTypeValue":{ "type":"string", "enum":[ @@ -2828,6 +3652,41 @@ "full-load-and-cdc" ] }, + "ModifyConversionConfigurationMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "ConversionConfiguration" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "ConversionConfiguration":{"shape":"String"} + } + }, + "ModifyConversionConfigurationResponse":{ + "type":"structure", + "members":{ + "MigrationProjectIdentifier":{"shape":"String"} + } + }, + "ModifyDataProviderMessage":{ + "type":"structure", + "required":["DataProviderIdentifier"], + "members":{ + "DataProviderIdentifier":{"shape":"String"}, + "DataProviderName":{"shape":"String"}, + "Description":{"shape":"String"}, + "Engine":{"shape":"String"}, + "ExactSettings":{"shape":"BooleanOptional"}, + "Settings":{"shape":"DataProviderSettings"} + } + }, + "ModifyDataProviderResponse":{ + "type":"structure", + "members":{ + "DataProvider":{"shape":"DataProvider"} + } + }, "ModifyEndpointMessage":{ "type":"structure", "required":["EndpointArn"], @@ -2891,6 +3750,47 @@ "EventSubscription":{"shape":"EventSubscription"} } }, + "ModifyInstanceProfileMessage":{ + "type":"structure", + "required":["InstanceProfileIdentifier"], + "members":{ + "InstanceProfileIdentifier":{"shape":"String"}, + "AvailabilityZone":{"shape":"String"}, + "KmsKeyArn":{"shape":"String"}, + "PubliclyAccessible":{"shape":"BooleanOptional"}, + "NetworkType":{"shape":"String"}, + "InstanceProfileName":{"shape":"String"}, + "Description":{"shape":"String"}, + "SubnetGroupIdentifier":{"shape":"String"}, + "VpcSecurityGroups":{"shape":"StringList"} + } + }, + "ModifyInstanceProfileResponse":{ + "type":"structure", + "members":{ + "InstanceProfile":{"shape":"InstanceProfile"} + } + }, + "ModifyMigrationProjectMessage":{ + "type":"structure", + "required":["MigrationProjectIdentifier"], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "MigrationProjectName":{"shape":"String"}, + "SourceDataProviderDescriptors":{"shape":"DataProviderDescriptorDefinitionList"}, + "TargetDataProviderDescriptors":{"shape":"DataProviderDescriptorDefinitionList"}, + "InstanceProfileIdentifier":{"shape":"String"}, + "TransformationRules":{"shape":"String"}, + "Description":{"shape":"String"}, + "SchemaConversionApplicationAttributes":{"shape":"SCApplicationAttributes"} + } + }, + "ModifyMigrationProjectResponse":{ + "type":"structure", + "members":{ + "MigrationProject":{"shape":"MigrationProject"} + } + }, "ModifyReplicationConfigMessage":{ "type":"structure", "required":["ReplicationConfigArn"], @@ -3032,6 +3932,15 @@ "SecretsManagerSecretId":{"shape":"String"} } }, + "MySqlDataProviderSettings":{ + "type":"structure", + "members":{ + "ServerName":{"shape":"String"}, + "Port":{"shape":"IntegerOptional"}, + "SslMode":{"shape":"DmsSslModeValue"}, + "CertificateArn":{"shape":"String"} + } + }, "NeptuneSettings":{ "type":"structure", "required":[ @@ -3055,6 +3964,21 @@ "one" ] }, + "OracleDataProviderSettings":{ + "type":"structure", + "members":{ + "ServerName":{"shape":"String"}, + "Port":{"shape":"IntegerOptional"}, + "DatabaseName":{"shape":"String"}, + "SslMode":{"shape":"DmsSslModeValue"}, + "CertificateArn":{"shape":"String"}, + "AsmServer":{"shape":"String"}, + "SecretsManagerOracleAsmSecretId":{"shape":"String"}, + "SecretsManagerOracleAsmAccessRoleArn":{"shape":"String"}, + "SecretsManagerSecurityDbEncryptionSecretId":{"shape":"String"}, + "SecretsManagerSecurityDbEncryptionAccessRoleArn":{"shape":"String"} + } + }, "OracleSettings":{ "type":"structure", "members":{ @@ -3121,6 +4045,13 @@ "type":"list", "member":{"shape":"OrderableReplicationInstance"} }, + "OriginTypeValue":{ + "type":"string", + "enum":[ + "SOURCE", + "TARGET" + ] + }, "ParquetVersionValue":{ "type":"string", "enum":[ @@ -3184,6 +4115,16 @@ "BabelfishDatabaseName":{"shape":"String"} } }, + "PostgreSqlDataProviderSettings":{ + "type":"structure", + "members":{ + "ServerName":{"shape":"String"}, + "Port":{"shape":"IntegerOptional"}, + "DatabaseName":{"shape":"String"}, + "SslMode":{"shape":"DmsSslModeValue"}, + "CertificateArn":{"shape":"String"} + } + }, "ProvisionData":{ "type":"structure", "members":{ @@ -3806,6 +4747,13 @@ "GlueCatalogGeneration":{"shape":"BooleanOptional"} } }, + "SCApplicationAttributes":{ + "type":"structure", + "members":{ + "S3BucketPath":{"shape":"String"}, + "S3BucketRoleArn":{"shape":"String"} + } + }, "SNSInvalidTopicFault":{ "type":"structure", "members":{ @@ -3828,6 +4776,20 @@ "shared-automatic-truncation" ] }, + "SchemaConversionRequest":{ + "type":"structure", + "members":{ + "Status":{"shape":"String"}, + "RequestIdentifier":{"shape":"String"}, + "MigrationProjectArn":{"shape":"String"}, + "Error":{"shape":"ErrorDetails"}, + "ExportSqlDetails":{"shape":"ExportSqlDetails"} + } + }, + "SchemaConversionRequestList":{ + "type":"list", + "member":{"shape":"SchemaConversionRequest"} + }, "SchemaList":{ "type":"list", "member":{"shape":"String"} @@ -3883,6 +4845,111 @@ "ssl-encryption" ] }, + "StartExtensionPackAssociationMessage":{ + "type":"structure", + "required":["MigrationProjectIdentifier"], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"} + } + }, + "StartExtensionPackAssociationResponse":{ + "type":"structure", + "members":{ + "RequestIdentifier":{"shape":"String"} + } + }, + "StartMetadataModelAssessmentMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "SelectionRules" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "SelectionRules":{"shape":"String"} + } + }, + "StartMetadataModelAssessmentResponse":{ + "type":"structure", + "members":{ + "RequestIdentifier":{"shape":"String"} + } + }, + "StartMetadataModelConversionMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "SelectionRules" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "SelectionRules":{"shape":"String"} + } + }, + "StartMetadataModelConversionResponse":{ + "type":"structure", + "members":{ + "RequestIdentifier":{"shape":"String"} + } + }, + "StartMetadataModelExportAsScriptMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "SelectionRules", + "Origin" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "SelectionRules":{"shape":"String"}, + "Origin":{"shape":"OriginTypeValue"}, + "FileName":{"shape":"String"} + } + }, + "StartMetadataModelExportAsScriptResponse":{ + "type":"structure", + "members":{ + "RequestIdentifier":{"shape":"String"} + } + }, + "StartMetadataModelExportToTargetMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "SelectionRules" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "SelectionRules":{"shape":"String"}, + "OverwriteExtensionPack":{"shape":"BooleanOptional"} + } + }, + "StartMetadataModelExportToTargetResponse":{ + "type":"structure", + "members":{ + "RequestIdentifier":{"shape":"String"} + } + }, + "StartMetadataModelImportMessage":{ + "type":"structure", + "required":[ + "MigrationProjectIdentifier", + "SelectionRules", + "Origin" + ], + "members":{ + "MigrationProjectIdentifier":{"shape":"String"}, + "SelectionRules":{"shape":"String"}, + "Origin":{"shape":"OriginTypeValue"}, + "Refresh":{"shape":"Boolean"} + } + }, + "StartMetadataModelImportResponse":{ + "type":"structure", + "members":{ + "RequestIdentifier":{"shape":"String"} + } + }, "StartRecommendationsRequest":{ "type":"structure", "required":[ diff --git a/models/apis/dms/2016-01-01/docs-2.json b/models/apis/dms/2016-01-01/docs-2.json index 9d20710631e..efbfbc19c44 100644 --- a/models/apis/dms/2016-01-01/docs-2.json +++ b/models/apis/dms/2016-01-01/docs-2.json @@ -6,19 +6,25 @@ "ApplyPendingMaintenanceAction": "

Applies a pending maintenance action to a resource (for example, to a replication instance).

", "BatchStartRecommendations": "

Starts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations.

The result of analysis of each source database is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

", "CancelReplicationTaskAssessmentRun": "

Cancels a single premigration assessment run.

This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.

", + "CreateDataProvider": "

Creates a data provider using the provided settings. A data provider stores a data store type and location information about your database.

", "CreateEndpoint": "

Creates an endpoint using the provided settings.

For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on the CreateEndpoint API call. Specifying DatabaseName when you create a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.

", "CreateEventSubscription": "

Creates an DMS event notification subscription.

You can specify the type of source (SourceType) you want to be notified of, provide a list of DMS source IDs (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. If you specify both the SourceType and SourceIds, such as SourceType = replication-instance and SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for the specified source. If you specify a SourceType but don't specify a SourceIdentifier, you receive notice of the events for that source type for all your DMS sources. If you don't specify either SourceType nor SourceIdentifier, you will be notified of events generated from all DMS sources belonging to your customer account.

For more information about DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.

", "CreateFleetAdvisorCollector": "

Creates a Fleet Advisor collector using the specified parameters.

", + "CreateInstanceProfile": "

Creates the instance profile using the specified parameters.

", + "CreateMigrationProject": "

Creates the migration project using the specified parameters.

You can run this action only after you create an instance profile and data providers using CreateInstanceProfile and CreateDataProvider.

", "CreateReplicationConfig": "

Creates a configuration that you can later provide to configure and start an DMS Serverless replication. You can also provide options to validate the configuration inputs before you start the replication.

", "CreateReplicationInstance": "

Creates the replication instance using the specified parameters.

DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the CLI and DMS API. For information on the required permissions, see IAM Permissions Needed to Use DMS.

", "CreateReplicationSubnetGroup": "

Creates a replication subnet group given a list of the subnet IDs in a VPC.

The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception.

If a replication subnet group exists in your Amazon Web Services account, the CreateReplicationSubnetGroup action returns the following error message: The Replication Subnet Group already exists. In this case, delete the existing replication subnet group. To do so, use the DeleteReplicationSubnetGroup action. Optionally, choose Subnet groups in the DMS console, then choose your subnet group. Next, choose Delete from Actions.

", "CreateReplicationTask": "

Creates a replication task using the specified parameters.

", "DeleteCertificate": "

Deletes the specified certificate.

", "DeleteConnection": "

Deletes the connection between a replication instance and an endpoint.

", + "DeleteDataProvider": "

Deletes the specified data provider.

All migration projects associated with the data provider must be deleted or modified before you can delete the data provider.

", "DeleteEndpoint": "

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

", "DeleteEventSubscription": "

Deletes an DMS event subscription.

", "DeleteFleetAdvisorCollector": "

Deletes the specified Fleet Advisor collector.

", "DeleteFleetAdvisorDatabases": "

Deletes the specified Fleet Advisor collector databases.

", + "DeleteInstanceProfile": "

Deletes the specified instance profile.

All migration projects associated with the instance profile must be deleted or modified before you can delete the instance profile.

", + "DeleteMigrationProject": "

Deletes the specified migration project.

The migration project must be closed before you can delete it.

", "DeleteReplicationConfig": "

Deletes an DMS Serverless replication configuration. This effectively deprovisions any and all replications that use this configuration. You can't delete the configuration for an DMS Serverless replication that is ongoing. You can delete the configuration when the replication is in a non-RUNNING and non-STARTING state.

", "DeleteReplicationInstance": "

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

", "DeleteReplicationSubnetGroup": "

Deletes a subnet group.

", @@ -28,6 +34,8 @@ "DescribeApplicableIndividualAssessments": "

Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters.

If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run.

To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task.

If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.

", "DescribeCertificates": "

Provides a description of the certificate.

", "DescribeConnections": "

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

", + "DescribeConversionConfiguration": "

Returns configuration parameters for a schema conversion project.

", + "DescribeDataProviders": "

Returns a paginated list of data providers for your account in the current region.

", "DescribeEndpointSettings": "

Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.

", "DescribeEndpointTypes": "

Returns information about the type of endpoints available.

", "DescribeEndpoints": "

Returns information about the endpoints for your account in the current region.

", @@ -35,11 +43,19 @@ "DescribeEventCategories": "

Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the Database Migration Service User Guide.

", "DescribeEventSubscriptions": "

Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify SubscriptionName, this action lists the description for that subscription.

", "DescribeEvents": "

Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.

", + "DescribeExtensionPackAssociations": "

Returns a paginated list of extension pack associations for the specified migration project. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.

", "DescribeFleetAdvisorCollectors": "

Returns a list of the Fleet Advisor collectors in your account.

", "DescribeFleetAdvisorDatabases": "

Returns a list of Fleet Advisor databases in your account.

", "DescribeFleetAdvisorLsaAnalysis": "

Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.

", "DescribeFleetAdvisorSchemaObjectSummary": "

Provides descriptions of the schemas discovered by your Fleet Advisor collectors.

", "DescribeFleetAdvisorSchemas": "

Returns a list of schemas detected by Fleet Advisor Collectors in your account.

", + "DescribeInstanceProfiles": "

Returns a paginated list of instance profiles for your account in the current region.

", + "DescribeMetadataModelAssessments": "

Returns a paginated list of metadata model assessments for your account in the current region.

", + "DescribeMetadataModelConversions": "

Returns a paginated list of metadata model conversions for a migration project.

", + "DescribeMetadataModelExportsAsScript": "

Returns a paginated list of metadata model exports.

", + "DescribeMetadataModelExportsToTarget": "

Returns a paginated list of metadata model exports.

", + "DescribeMetadataModelImports": "

Returns a paginated list of metadata model imports.

", + "DescribeMigrationProjects": "

Returns a paginated list of migration projects for your account in the current region.

", "DescribeOrderableReplicationInstances": "

Returns information about the replication instance types that can be created in the specified region.

", "DescribePendingMaintenanceActions": "

For internal use only

", "DescribeRecommendationLimitations": "

Returns a paginated list of limitations for recommendations of target Amazon Web Services engines.

", @@ -57,10 +73,15 @@ "DescribeReplications": "

Provides details on replication progress by returning status information for one or more provisioned DMS Serverless replications.

", "DescribeSchemas": "

Returns information about the schema for the specified endpoint.

", "DescribeTableStatistics": "

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

Note that the \"last updated\" column the DMS console only indicates the time that DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.

", + "ExportMetadataModelAssessment": "

Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.

", "ImportCertificate": "

Uploads the specified certificate.

", "ListTagsForResource": "

Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see Tag data type description.

", + "ModifyConversionConfiguration": "

Modifies the specified schema conversion configuration using the provided parameters.

", + "ModifyDataProvider": "

Modifies the specified data provider using the provided settings.

You must remove the data provider from all migration projects before you can modify it.

", "ModifyEndpoint": "

Modifies the specified endpoint.

For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on the ModifyEndpoint API call. Specifying DatabaseName when you modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.

", "ModifyEventSubscription": "

Modifies an existing DMS event notification subscription.

", + "ModifyInstanceProfile": "

Modifies the specified instance profile using the provided parameters.

All migration projects associated with the instance profile must be deleted or modified before you can modify the instance profile.

", + "ModifyMigrationProject": "

Modifies the specified migration project using the provided parameters.

The migration project must be closed before you can modify it.

", "ModifyReplicationConfig": "

Modifies an existing DMS Serverless replication configuration that you can use to start a replication. This command includes input validation and logic to check the state of any replication that uses this configuration. You can only modify a replication configuration before any replication that uses it has started. As soon as you have initially started a replication with a given configuiration, you can't modify that configuration, even if you stop it.

Other run statuses that allow you to run this command include FAILED and CREATED. A provisioning state that allows you to run this command is FAILED_PROVISION.

", "ModifyReplicationInstance": "

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

", "ModifyReplicationSubnetGroup": "

Modifies the settings for the specified replication subnet group.

", @@ -72,6 +93,12 @@ "ReloadTables": "

Reloads the target database table with the source data.

You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.

", "RemoveTagsFromResource": "

Removes metadata tags from an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see Tag data type description.

", "RunFleetAdvisorLsaAnalysis": "

Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.

", + "StartExtensionPackAssociation": "

Applies the extension pack to your target database. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.

", + "StartMetadataModelAssessment": "

Creates a database migration assessment report by assessing the migration complexity for your source database. A database migration assessment report summarizes all of the schema conversion tasks. It also details the action items for database objects that can't be converted to the database engine of your target database instance.

", + "StartMetadataModelConversion": "

Converts your source database objects to a format compatible with the target database.

", + "StartMetadataModelExportAsScript": "

Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.

", + "StartMetadataModelExportToTarget": "

Applies converted database objects to your target database.

", + "StartMetadataModelImport": "

Loads the metadata for all the dependent database objects of the parent object.

This operation uses your project's Amazon S3 bucket as a metadata cache to improve performance.

", "StartRecommendations": "

Starts the analysis of your source database to provide recommendations of target engines.

You can create recommendations for multiple source databases using BatchStartRecommendations.

", "StartReplication": "

For a given DMS Serverless replication configuration, DMS connects to the source endpoint and collects the metadata to analyze the replication workload. Using this metadata, DMS then computes and provisions the required capacity and starts replicating to the target endpoint using the server resources that DMS has provisioned for the DMS Serverless replication.

", "StartReplicationTask": "

Starts the replication task.

For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.

", @@ -126,6 +153,18 @@ "ListTagsForResourceMessage$ResourceArnList": "

List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list of keys (tag names) and their associated tag values. It also returns each tag's associated ResourceArn value, which is the ARN of the resource for which each listed tag is created.

" } }, + "AssessmentReportType": { + "base": null, + "refs": { + "AssessmentReportTypesList$member": null + } + }, + "AssessmentReportTypesList": { + "base": null, + "refs": { + "ExportMetadataModelAssessmentMessage$AssessmentReportTypes": "

The file format of the assessment file.

" + } + }, "AuthMechanismValue": { "base": null, "refs": { @@ -188,6 +227,7 @@ "ReplicationInstance$MultiAZ": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "ReplicationInstance$AutoMinorVersionUpgrade": "

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

", "ReplicationInstance$PubliclyAccessible": "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", + "StartMetadataModelImportMessage$Refresh": "

If true, DMS loads metadata for the specified objects from the source database.

", "SupportedEndpointType$SupportsCDC": "

Indicates if change data capture (CDC) is supported.

" } }, @@ -199,6 +239,7 @@ "CollectorHealthCheck$WebCollectorGrantedRoleBasedAccess": "

Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.

", "ComputeConfig$MultiAZ": "

Specifies whether the DMS Serverless replication is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.

", "CreateEventSubscriptionMessage$Enabled": "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", + "CreateInstanceProfileMessage$PubliclyAccessible": "

Specifies the accessibility options for the instance profile. A value of true represents an instance profile with a public IP address. A value of false represents an instance profile with a private IP address. The default value is true.

", "CreateReplicationInstanceMessage$MultiAZ": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "CreateReplicationInstanceMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

Default: true

When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine version when you create a replication instance. For example, if you set EngineVersion to a lower version number than the current default version, DMS uses the default version.

If AutoMinorVersionUpgrade isn’t enabled when you create a replication instance, DMS uses the engine version specified by the EngineVersion parameter.

", "CreateReplicationInstanceMessage$PubliclyAccessible": "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", @@ -210,6 +251,7 @@ "EndpointSetting$Sensitive": "

A value that marks this endpoint setting as sensitive.

", "GcpMySQLSettings$CleanSourceMetadataOnMismatch": "

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.

", "IBMDb2Settings$SetDataCaptureChanges": "

Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.

", + "InstanceProfile$PubliclyAccessible": "

Specifies the accessibility options for the instance profile. A value of true represents an instance profile with a public IP address. A value of false represents an instance profile with a private IP address. The default value is true.

", "KafkaSettings$IncludeTransactionDetails": "

Provides detailed transaction information from the source database. This information includes a commit timestamp, a log position, and values for transaction_id, previous transaction_id, and transaction_record_id (the record offset within a transaction). The default is false.

", "KafkaSettings$IncludePartitionValue": "

Shows the partition value within the Kafka message output unless the partition type is schema-table-type. The default is false.

", "KafkaSettings$PartitionIncludeSchemaTable": "

Prefixes schema and table names to partition values, when the partition type is primary-key-type. Doing this increases data distribution among Kafka partitions. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same partition, which causes throttling. The default is false.

", @@ -230,8 +272,10 @@ "MicrosoftSQLServerSettings$UseThirdPartyBackupDevice": "

When this attribute is set to Y, DMS processes third-party transaction log backups if they are created in native format.

", "MicrosoftSQLServerSettings$TrimSpaceInChar": "

Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

", "MicrosoftSQLServerSettings$ForceLobLookup": "

Forces LOB lookup on inline LOB.

", + "ModifyDataProviderMessage$ExactSettings": "

If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

", "ModifyEndpointMessage$ExactSettings": "

If this attribute is Y, the current call to ModifyEndpoint replaces all existing endpoint settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyEndpoint does two things:

For example, if you call create-endpoint ... --endpoint-settings '{\"a\":1}' ..., the endpoint has the following endpoint settings: '{\"a\":1}'. If you then call modify-endpoint ... --endpoint-settings '{\"b\":2}' ... for the same endpoint, the endpoint has the following settings: '{\"a\":1,\"b\":2}'.

However, suppose that you follow this with a call to modify-endpoint ... --endpoint-settings '{\"b\":2}' --exact-settings ... for that same endpoint again. Then the endpoint has the following settings: '{\"b\":2}'. All existing settings are replaced with the exact settings that you specify.

", "ModifyEventSubscriptionMessage$Enabled": "

A Boolean value; set to true to activate the subscription.

", + "ModifyInstanceProfileMessage$PubliclyAccessible": "

Specifies the accessibility options for the instance profile. A value of true represents an instance profile with a public IP address. A value of false represents an instance profile with a private IP address. The default value is true.

", "ModifyReplicationInstanceMessage$MultiAZ": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "ModifyReplicationInstanceMessage$AutoMinorVersionUpgrade": "

A value that indicates that minor version upgrades are applied automatically to the replication instance during the maintenance window. Changing this parameter doesn't result in an outage, except in the case described following. The change is asynchronously applied as soon as possible.

An outage does result if these factors apply:

When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine version when you modify a replication instance. For example, if you set EngineVersion to a lower version number than the current default version, DMS uses the default version.

If AutoMinorVersionUpgrade isn’t enabled when you modify a replication instance, DMS uses the engine version specified by the EngineVersion parameter.

", "MongoDbSettings$UseUpdateLookUp": "

If true, DMS retrieves the entire document from the MongoDB source during migration. This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates and deletes during migration, set this parameter to false.

", @@ -286,6 +330,7 @@ "S3Settings$Rfc4180": "

For an S3 source, when this value is set to true or y, each leading double quotation mark has to be followed by an ending double quotation mark. This formatting complies with RFC 4180. When this value is set to false or n, string literals are copied to the target as is. In this case, a delimiter (row or column) signals the end of the field. Thus, you can't use a delimiter as part of the string, because it signals the end of the value.

For an S3 target, an optional parameter used to set behavior to comply with RFC 4180 for data migrated to Amazon S3 using .csv file format only. When this value is set to true or y using Amazon S3 as a target, if the data has quotation marks or newline characters in it, DMS encloses the entire column with an additional pair of double quotation marks (\"). Every quotation mark within the data is repeated twice.

The default value is true. Valid values include true, false, y, and n.

", "S3Settings$AddTrailingPaddingCharacter": "

Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding on string data. The default value is false.

", "S3Settings$GlueCatalogGeneration": "

When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog lets you use Athena to query your data.

", + "StartMetadataModelExportToTargetMessage$OverwriteExtensionPack": "

Whether to overwrite the migration project extension pack. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.

", "TableStatistics$FullLoadReloaded": "

A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

", "TimestreamSettings$CdcInsertsAndUpdates": "

Set this attribute to true to specify that DMS only applies inserts and updates, and not deletes. Amazon Timestream does not allow deleting records, so if this value is false, DMS nulls out the corresponding record in the Timestream database rather than deleting it.

", "TimestreamSettings$EnableMagneticStoreWrites": "

Set this attribute to true to enable memory store writes. When this value is false, DMS does not write records that are older in days than the value specified in MagneticDuration, because Amazon Timestream does not allow memory writes by default. For more information, see Storage in the Amazon Timestream Developer Guide.

", @@ -404,6 +449,16 @@ "DescribeConnectionsResponse$Connections": "

A description of the connections.

" } }, + "CreateDataProviderMessage": { + "base": null, + "refs": { + } + }, + "CreateDataProviderResponse": { + "base": null, + "refs": { + } + }, "CreateEndpointMessage": { "base": "

", "refs": { @@ -434,6 +489,26 @@ "refs": { } }, + "CreateInstanceProfileMessage": { + "base": null, + "refs": { + } + }, + "CreateInstanceProfileResponse": { + "base": null, + "refs": { + } + }, + "CreateMigrationProjectMessage": { + "base": null, + "refs": { + } + }, + "CreateMigrationProjectResponse": { + "base": null, + "refs": { + } + }, "CreateReplicationConfigMessage": { "base": "

", "refs": { @@ -480,6 +555,57 @@ "S3Settings$DataFormat": "

The format of the data that you want to use for output. You can choose one of the following:

" } }, + "DataProvider": { + "base": "

Provides information that defines a data provider.

", + "refs": { + "CreateDataProviderResponse$DataProvider": "

The data provider that was created.

", + "DataProviderList$member": null, + "DeleteDataProviderResponse$DataProvider": "

The data provider that was deleted.

", + "ModifyDataProviderResponse$DataProvider": "

The data provider that was modified.

" + } + }, + "DataProviderDescriptor": { + "base": "

Information about a data provider.

", + "refs": { + "DataProviderDescriptorList$member": null + } + }, + "DataProviderDescriptorDefinition": { + "base": "

Information about a data provider.

", + "refs": { + "DataProviderDescriptorDefinitionList$member": null + } + }, + "DataProviderDescriptorDefinitionList": { + "base": null, + "refs": { + "CreateMigrationProjectMessage$SourceDataProviderDescriptors": "

Information about the source data provider, including the name, ARN, and Secrets Manager parameters.

", + "CreateMigrationProjectMessage$TargetDataProviderDescriptors": "

Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

", + "ModifyMigrationProjectMessage$SourceDataProviderDescriptors": "

Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

", + "ModifyMigrationProjectMessage$TargetDataProviderDescriptors": "

Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

" + } + }, + "DataProviderDescriptorList": { + "base": null, + "refs": { + "MigrationProject$SourceDataProviderDescriptors": "

Information about the source data provider, including the name or ARN, and Secrets Manager parameters.

", + "MigrationProject$TargetDataProviderDescriptors": "

Information about the target data provider, including the name or ARN, and Secrets Manager parameters.

" + } + }, + "DataProviderList": { + "base": null, + "refs": { + "DescribeDataProvidersResponse$DataProviders": "

A description of data providers.

" + } + }, + "DataProviderSettings": { + "base": "

Provides information that defines a data provider.

", + "refs": { + "CreateDataProviderMessage$Settings": "

The settings in JSON format for a data provider.

", + "DataProvider$Settings": "

The settings in JSON format for a data provider.

", + "ModifyDataProviderMessage$Settings": "

The settings in JSON format for a data provider.

" + } + }, "DatabaseInstanceSoftwareDetailsResponse": { "base": "

Describes an inventory database instance for a Fleet Advisor collector.

", "refs": { @@ -522,6 +648,12 @@ "S3Settings$DatePartitionSequence": "

Identifies the sequence of the date format to use during folder partitioning. The default value is YYYYMMDD. Use this parameter when DatePartitionedEnabled is set to true.

" } }, + "DefaultErrorDetails": { + "base": "

Provides error information about a schema conversion operation.

", + "refs": { + "ErrorDetails$defaultErrorDetails": "

Error information about a project.

" + } + }, "DeleteCertificateMessage": { "base": null, "refs": { @@ -547,6 +679,16 @@ "refs": { } }, + "DeleteDataProviderMessage": { + "base": null, + "refs": { + } + }, + "DeleteDataProviderResponse": { + "base": null, + "refs": { + } + }, "DeleteEndpointMessage": { "base": "

", "refs": { @@ -577,6 +719,26 @@ "refs": { } }, + "DeleteInstanceProfileMessage": { + "base": null, + "refs": { + } + }, + "DeleteInstanceProfileResponse": { + "base": null, + "refs": { + } + }, + "DeleteMigrationProjectMessage": { + "base": null, + "refs": { + } + }, + "DeleteMigrationProjectResponse": { + "base": null, + "refs": { + } + }, "DeleteReplicationConfigMessage": { "base": "

", "refs": { @@ -667,6 +829,26 @@ "refs": { } }, + "DescribeConversionConfigurationMessage": { + "base": null, + "refs": { + } + }, + "DescribeConversionConfigurationResponse": { + "base": null, + "refs": { + } + }, + "DescribeDataProvidersMessage": { + "base": null, + "refs": { + } + }, + "DescribeDataProvidersResponse": { + "base": null, + "refs": { + } + }, "DescribeEndpointSettingsMessage": { "base": null, "refs": { @@ -737,6 +919,16 @@ "refs": { } }, + "DescribeExtensionPackAssociationsMessage": { + "base": null, + "refs": { + } + }, + "DescribeExtensionPackAssociationsResponse": { + "base": null, + "refs": { + } + }, "DescribeFleetAdvisorCollectorsRequest": { "base": null, "refs": { @@ -787,6 +979,76 @@ "refs": { } }, + "DescribeInstanceProfilesMessage": { + "base": null, + "refs": { + } + }, + "DescribeInstanceProfilesResponse": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelAssessmentsMessage": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelAssessmentsResponse": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelConversionsMessage": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelConversionsResponse": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelExportsAsScriptMessage": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelExportsAsScriptResponse": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelExportsToTargetMessage": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelExportsToTargetResponse": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelImportsMessage": { + "base": null, + "refs": { + } + }, + "DescribeMetadataModelImportsResponse": { + "base": null, + "refs": { + } + }, + "DescribeMigrationProjectsMessage": { + "base": null, + "refs": { + } + }, + "DescribeMigrationProjectsResponse": { + "base": null, + "refs": { + } + }, "DescribeOrderableReplicationInstancesMessage": { "base": "

", "refs": { @@ -962,7 +1224,11 @@ "refs": { "CreateEndpointMessage$SslMode": "

The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

", "Endpoint$SslMode": "

The SSL mode used to connect to the endpoint. The default value is none.

", - "ModifyEndpointMessage$SslMode": "

The SSL mode used to connect to the endpoint. The default value is none.

" + "MicrosoftSqlServerDataProviderSettings$SslMode": "

The SSL mode used to connect to the Microsoft SQL Server data provider. The default value is none.

", + "ModifyEndpointMessage$SslMode": "

The SSL mode used to connect to the endpoint. The default value is none.

", + "MySqlDataProviderSettings$SslMode": "

The SSL mode used to connect to the MySQL data provider. The default value is none.

", + "OracleDataProviderSettings$SslMode": "

The SSL mode used to connect to the Oracle data provider. The default value is none.

", + "PostgreSqlDataProviderSettings$SslMode": "

The SSL mode used to connect to the PostgreSQL data provider. The default value is none.

" } }, "DmsTransferSettings": { @@ -1071,6 +1337,12 @@ "DescribeEngineVersionsResponse$EngineVersions": "

Returned EngineVersion objects that describe the replication instance engine versions used in the project.

" } }, + "ErrorDetails": { + "base": "

Provides error information about a project.

", + "refs": { + "SchemaConversionRequest$Error": null + } + }, "Event": { "base": "

Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the DMS resource type.

", "refs": { @@ -1157,6 +1429,29 @@ "StartReplicationTaskAssessmentRunMessage$Exclude": "

Space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by ReplicationTaskArn.

You can't set a value for Exclude if you also set a value for IncludeOnly in the API operation.

To identify the names of the default individual assessments that DMS supports for the associated migration task, run the DescribeApplicableIndividualAssessments operation using its own ReplicationTaskArn request parameter.

" } }, + "ExportMetadataModelAssessmentMessage": { + "base": null, + "refs": { + } + }, + "ExportMetadataModelAssessmentResponse": { + "base": null, + "refs": { + } + }, + "ExportMetadataModelAssessmentResultEntry": { + "base": "

Provides information about an exported metadata model assessment.

", + "refs": { + "ExportMetadataModelAssessmentResponse$PdfReport": "

The Amazon S3 details for an assessment exported in PDF format.

", + "ExportMetadataModelAssessmentResponse$CsvReport": "

The Amazon S3 details for an assessment exported in CSV format.

" + } + }, + "ExportSqlDetails": { + "base": "

Provides information about a metadata model assessment exported to SQL.

", + "refs": { + "SchemaConversionRequest$ExportSqlDetails": null + } + }, "Filter": { "base": "

Identifies the name and value of a filter object. This filter is used to limit the number and type of DMS objects that are returned for a particular Describe* call or similar operation. Filters are used as an optional parameter for certain API operations.

", "refs": { @@ -1168,15 +1463,24 @@ "refs": { "DescribeCertificatesMessage$Filters": "

Filters applied to the certificates described in the form of key-value pairs. Valid values are certificate-arn and certificate-id.

", "DescribeConnectionsMessage$Filters": "

The filters applied to the connection.

Valid filter names: endpoint-arn | replication-instance-arn

", + "DescribeDataProvidersMessage$Filters": "

Filters applied to the data providers described in the form of key-value pairs.

", "DescribeEndpointTypesMessage$Filters": "

Filters applied to the endpoint types.

Valid filter names: engine-name | endpoint-type

", "DescribeEndpointsMessage$Filters": "

Filters applied to the endpoints.

Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

", "DescribeEventCategoriesMessage$Filters": "

Filters applied to the event categories.

", "DescribeEventSubscriptionsMessage$Filters": "

Filters applied to event subscriptions.

Valid filter names: event-subscription-arn | event-subscription-id

", "DescribeEventsMessage$Filters": "

Filters applied to events. The only valid filter is replication-instance-id.

", + "DescribeExtensionPackAssociationsMessage$Filters": "

Filters applied to the extension pack associations described in the form of key-value pairs.

", "DescribeFleetAdvisorCollectorsRequest$Filters": "

If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:

An example is: describe-fleet-advisor-collectors --filter Name=\"collector-referenced-id\",Values=\"d4610ac5-e323-4ad9-bc50-eaf7249dfe9d\"

", "DescribeFleetAdvisorDatabasesRequest$Filters": "

If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:

An example is: describe-fleet-advisor-databases --filter Name=\"database-id\",Values=\"45\"

", "DescribeFleetAdvisorSchemaObjectSummaryRequest$Filters": "

If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:

Example: describe-fleet-advisor-schema-object-summary --filter Name=\"schema-id\",Values=\"50\"

", "DescribeFleetAdvisorSchemasRequest$Filters": "

If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:

An example is: describe-fleet-advisor-schemas --filter Name=\"schema-id\",Values=\"50\"

", + "DescribeInstanceProfilesMessage$Filters": "

Filters applied to the instance profiles described in the form of key-value pairs.

", + "DescribeMetadataModelAssessmentsMessage$Filters": "

Filters applied to the metadata model assessments described in the form of key-value pairs.

", + "DescribeMetadataModelConversionsMessage$Filters": "

Filters applied to the metadata model conversions described in the form of key-value pairs.

", + "DescribeMetadataModelExportsAsScriptMessage$Filters": "

Filters applied to the metadata model exports described in the form of key-value pairs.

", + "DescribeMetadataModelExportsToTargetMessage$Filters": "

Filters applied to the metadata model exports described in the form of key-value pairs.

", + "DescribeMetadataModelImportsMessage$Filters": "

Filters applied to the metadata model imports described in the form of key-value pairs.

", + "DescribeMigrationProjectsMessage$Filters": "

Filters applied to the migration projects described in the form of key-value pairs.

", "DescribePendingMaintenanceActionsMessage$Filters": "

", "DescribeRecommendationLimitationsRequest$Filters": "

Filters applied to the limitations described in the form of key-value pairs.

", "DescribeRecommendationsRequest$Filters": "

Filters applied to the target engine recommendations described in the form of key-value pairs.

", @@ -1265,6 +1569,21 @@ "DescribeApplicableIndividualAssessmentsResponse$IndividualAssessmentNames": "

List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.

" } }, + "InstanceProfile": { + "base": "

Provides information that defines an instance profile.

", + "refs": { + "CreateInstanceProfileResponse$InstanceProfile": "

The instance profile that was created.

", + "DeleteInstanceProfileResponse$InstanceProfile": "

The instance profile that was deleted.

", + "InstanceProfileList$member": null, + "ModifyInstanceProfileResponse$InstanceProfile": "

The instance profile that was modified.

" + } + }, + "InstanceProfileList": { + "base": null, + "refs": { + "DescribeInstanceProfilesResponse$InstanceProfiles": "

A description of instance profiles.

" + } + }, "InsufficientResourceCapacityFault": { "base": "

There are not enough resources allocated to the database migration.

", "refs": { @@ -1313,6 +1632,7 @@ "DescribeApplicableIndividualAssessmentsMessage$MaxRecords": "

Maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

", "DescribeCertificatesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 10

", "DescribeConnectionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDataProvidersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", "DescribeEndpointSettingsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

", "DescribeEndpointTypesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeEndpointsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", @@ -1320,11 +1640,19 @@ "DescribeEventSubscriptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeEventsMessage$Duration": "

The duration of the events to be listed.

", "DescribeEventsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeExtensionPackAssociationsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", "DescribeFleetAdvisorCollectorsRequest$MaxRecords": "

Sets the maximum number of records returned in the response.

", "DescribeFleetAdvisorDatabasesRequest$MaxRecords": "

Sets the maximum number of records returned in the response.

", "DescribeFleetAdvisorLsaAnalysisRequest$MaxRecords": "

Sets the maximum number of records returned in the response.

", "DescribeFleetAdvisorSchemaObjectSummaryRequest$MaxRecords": "

Sets the maximum number of records returned in the response.

", "DescribeFleetAdvisorSchemasRequest$MaxRecords": "

Sets the maximum number of records returned in the response.

", + "DescribeInstanceProfilesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", + "DescribeMetadataModelAssessmentsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", + "DescribeMetadataModelConversionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", + "DescribeMetadataModelExportsAsScriptMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", + "DescribeMetadataModelExportsToTargetMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", + "DescribeMetadataModelImportsMessage$MaxRecords": "

A paginated list of metadata model imports.

", + "DescribeMigrationProjectsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, DMS includes a pagination token in the response so that you can retrieve the remaining results.

", "DescribeOrderableReplicationInstancesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribePendingMaintenanceActionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeRecommendationLimitationsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, Fleet Advisor includes a pagination token in the response so that you can retrieve the remaining results.

", @@ -1359,6 +1687,7 @@ "KafkaSettings$MessageMaxBytes": "

The maximum size in bytes for records created on the endpoint The default is 1,000,000.

", "MicrosoftSQLServerSettings$Port": "

Endpoint TCP port.

", "MicrosoftSQLServerSettings$BcpPacketSize": "

The maximum size of the packets (in bytes) used to transfer data using BCP.

", + "MicrosoftSqlServerDataProviderSettings$Port": "

The port value for the Microsoft SQL Server data provider.

", "ModifyEndpointMessage$Port": "

The port used by the endpoint database.

", "ModifyReplicationInstanceMessage$AllocatedStorage": "

The amount of storage (in gigabytes) to be allocated for the replication instance.

", "MongoDbSettings$Port": "

The port value for the MongoDB source endpoint.

", @@ -1366,9 +1695,11 @@ "MySQLSettings$MaxFileSize": "

Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.

Example: maxFileSize=512

", "MySQLSettings$ParallelLoadThreads": "

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.

Example: parallelLoadThreads=1

", "MySQLSettings$Port": "

Endpoint TCP port.

", + "MySqlDataProviderSettings$Port": "

The port value for the MySQL data provider.

", "NeptuneSettings$ErrorRetryDuration": "

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.

", "NeptuneSettings$MaxFileSize": "

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.

", "NeptuneSettings$MaxRetryCount": "

The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.

", + "OracleDataProviderSettings$Port": "

The port value for the Oracle data provider.

", "OracleSettings$ArchivedLogDestId": "

Specifies the ID of the destination for the archived redo logs. This value should be the same as a number in the dest_id column of the v$archived_log view. If you work with an additional redo log destination, use the AdditionalArchivedLogDestId option to specify the additional destination ID. Doing this improves performance by ensuring that the correct logs are accessed from the outset.

", "OracleSettings$AdditionalArchivedLogDestId": "

Set this attribute with ArchivedLogDestId in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.

Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless necessary. For additional information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

", "OracleSettings$ParallelAsmReadThreads": "

Set this attribute to change the number of threads that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 2 (the default) and 8 (the maximum). Use this attribute together with the readAheadBlocks attribute.

", @@ -1382,6 +1713,7 @@ "PostgreSQLSettings$ExecuteTimeout": "

Sets the client statement timeout for the PostgreSQL instance, in seconds. The default value is 60 seconds.

Example: executeTimeout=100;

", "PostgreSQLSettings$HeartbeatFrequency": "

Sets the WAL heartbeat frequency (in minutes).

", "PostgreSQLSettings$Port": "

Endpoint TCP port. The default is 5432.

", + "PostgreSqlDataProviderSettings$Port": "

The port value for the PostgreSQL data provider.

", "RdsConfiguration$StorageSize": "

Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.

", "RdsConfiguration$StorageIops": "

Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB instance that meets your requirements.

", "RdsRequirements$StorageSize": "

The required Amazon RDS DB instance storage size.

", @@ -1431,6 +1763,14 @@ "CollectorResponse$InventoryData": null } }, + "Iso8601DateTime": { + "base": null, + "refs": { + "DataProvider$DataProviderCreationTime": "

The time the data provider was created.

", + "InstanceProfile$InstanceProfileCreationTime": "

The time the instance profile was created.

", + "MigrationProject$MigrationProjectCreationTime": "

The time when the migration project was created.

" + } + }, "KMSAccessDeniedFault": { "base": "

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

", "refs": { @@ -1584,6 +1924,27 @@ "ModifyEndpointMessage$MicrosoftSQLServerSettings": "

Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for DMS and Extra connection attributes when using SQL Server as a target for DMS in the Database Migration Service User Guide.

" } }, + "MicrosoftSqlServerDataProviderSettings": { + "base": "

Provides information that defines a Microsoft SQL Server data provider.

", + "refs": { + "DataProviderSettings$MicrosoftSqlServerSettings": null + } + }, + "MigrationProject": { + "base": "

Provides information that defines a migration project.

", + "refs": { + "CreateMigrationProjectResponse$MigrationProject": "

The migration project that was created.

", + "DeleteMigrationProjectResponse$MigrationProject": "

The migration project that was deleted.

", + "MigrationProjectList$member": null, + "ModifyMigrationProjectResponse$MigrationProject": "

The migration project that was modified.

" + } + }, + "MigrationProjectList": { + "base": null, + "refs": { + "DescribeMigrationProjectsResponse$MigrationProjects": "

A description of migration projects.

" + } + }, "MigrationTypeValue": { "base": null, "refs": { @@ -1597,6 +1958,26 @@ "ReplicationTask$MigrationType": "

The type of migration.

" } }, + "ModifyConversionConfigurationMessage": { + "base": null, + "refs": { + } + }, + "ModifyConversionConfigurationResponse": { + "base": null, + "refs": { + } + }, + "ModifyDataProviderMessage": { + "base": null, + "refs": { + } + }, + "ModifyDataProviderResponse": { + "base": null, + "refs": { + } + }, "ModifyEndpointMessage": { "base": "

", "refs": { @@ -1617,6 +1998,26 @@ "refs": { } }, + "ModifyInstanceProfileMessage": { + "base": null, + "refs": { + } + }, + "ModifyInstanceProfileResponse": { + "base": null, + "refs": { + } + }, + "ModifyMigrationProjectMessage": { + "base": null, + "refs": { + } + }, + "ModifyMigrationProjectResponse": { + "base": null, + "refs": { + } + }, "ModifyReplicationConfigMessage": { "base": "

", "refs": { @@ -1683,6 +2084,12 @@ "ModifyEndpointMessage$MySQLSettings": "

Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for DMS and Extra connection attributes when using a MySQL-compatible database as a target for DMS in the Database Migration Service User Guide.

" } }, + "MySqlDataProviderSettings": { + "base": "

Provides information that defines a MySQL data provider.

", + "refs": { + "DataProviderSettings$MySqlSettings": null + } + }, "NeptuneSettings": { "base": "

Provides information that defines an Amazon Neptune endpoint.

", "refs": { @@ -1698,6 +2105,12 @@ "MongoDbSettings$NestingLevel": "

Specifies either document or table mode.

Default value is \"none\". Specify \"none\" to use document mode. Specify \"one\" to use table mode.

" } }, + "OracleDataProviderSettings": { + "base": "

Provides information that defines an Oracle data provider.

", + "refs": { + "DataProviderSettings$OracleSettings": null + } + }, "OracleSettings": { "base": "

Provides information that defines an Oracle endpoint.

", "refs": { @@ -1718,6 +2131,13 @@ "DescribeOrderableReplicationInstancesResponse$OrderableReplicationInstances": "

The order-able replication instances available.

" } }, + "OriginTypeValue": { + "base": null, + "refs": { + "StartMetadataModelExportAsScriptMessage$Origin": "

Whether to export the metadata model from the source or the target.

", + "StartMetadataModelImportMessage$Origin": "

Whether to load metadata to the source or target database.

" + } + }, "ParquetVersionValue": { "base": null, "refs": { @@ -1756,6 +2176,12 @@ "ModifyEndpointMessage$PostgreSQLSettings": "

Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for DMS and Extra connection attributes when using PostgreSQL as a target for DMS in the Database Migration Service User Guide.

" } }, + "PostgreSqlDataProviderSettings": { + "base": "

Provides information that defines a PostgreSQL data provider.

", + "refs": { + "DataProviderSettings$PostgreSqlSettings": null + } + }, "ProvisionData": { "base": "

Information about provisioning resources for an DMS serverless replication.

", "refs": { @@ -2148,6 +2574,14 @@ "ModifyEndpointMessage$S3Settings": "

Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for DMS in the Database Migration Service User Guide.

" } }, + "SCApplicationAttributes": { + "base": "

Provides information that defines a schema conversion application.

", + "refs": { + "CreateMigrationProjectMessage$SchemaConversionApplicationAttributes": "

The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

", + "MigrationProject$SchemaConversionApplicationAttributes": "

The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

", + "ModifyMigrationProjectMessage$SchemaConversionApplicationAttributes": "

The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

" + } + }, "SNSInvalidTopicFault": { "base": "

The SNS topic is invalid.

", "refs": { @@ -2164,6 +2598,23 @@ "MicrosoftSQLServerSettings$SafeguardPolicy": "

Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one of the following two methods.

Start transactions in the database: This is the default method. When this method is used, DMS prevents TLOG truncation by mimicking a transaction in the database. As long as such a transaction is open, changes that appear after the transaction started aren't truncated. If you need Microsoft Replication to be enabled in your database, then you must choose this method.

Exclusively use sp_repldone within a single task: When this method is used, DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready for truncation. Although this method doesn't involve any transactional activities, it can only be used when Microsoft Replication isn't running. Also, when using this method, only one DMS task can access the database at any given time. Therefore, if you need to run parallel DMS tasks against the same database, use the default method.

" } }, + "SchemaConversionRequest": { + "base": "

Provides information about a schema conversion action.

", + "refs": { + "SchemaConversionRequestList$member": null + } + }, + "SchemaConversionRequestList": { + "base": null, + "refs": { + "DescribeExtensionPackAssociationsResponse$Requests": "

A paginated list of extension pack associations for the specified migration project.

", + "DescribeMetadataModelAssessmentsResponse$Requests": "

A paginated list of metadata model assessments for the specified migration project.

", + "DescribeMetadataModelConversionsResponse$Requests": "

A paginated list of metadata model conversions.

", + "DescribeMetadataModelExportsAsScriptResponse$Requests": "

A paginated list of metadata model exports.

", + "DescribeMetadataModelExportsToTargetResponse$Requests": "

A paginated list of metadata model exports.

", + "DescribeMetadataModelImportsResponse$Requests": "

A paginated list of metadata model imports.

" + } + }, "SchemaList": { "base": null, "refs": { @@ -2232,6 +2683,66 @@ "RedisSettings$SslSecurityProtocol": "

The connection to a Redis target endpoint using Transport Layer Security (TLS). Valid values include plaintext and ssl-encryption. The default is ssl-encryption. The ssl-encryption option makes an encrypted connection. Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using the SslCaCertificateArn setting. If an ARN isn't given for a CA, DMS uses the Amazon root CA.

The plaintext option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database.

" } }, + "StartExtensionPackAssociationMessage": { + "base": null, + "refs": { + } + }, + "StartExtensionPackAssociationResponse": { + "base": null, + "refs": { + } + }, + "StartMetadataModelAssessmentMessage": { + "base": null, + "refs": { + } + }, + "StartMetadataModelAssessmentResponse": { + "base": null, + "refs": { + } + }, + "StartMetadataModelConversionMessage": { + "base": null, + "refs": { + } + }, + "StartMetadataModelConversionResponse": { + "base": null, + "refs": { + } + }, + "StartMetadataModelExportAsScriptMessage": { + "base": null, + "refs": { + } + }, + "StartMetadataModelExportAsScriptResponse": { + "base": null, + "refs": { + } + }, + "StartMetadataModelExportToTargetMessage": { + "base": null, + "refs": { + } + }, + "StartMetadataModelExportToTargetResponse": { + "base": null, + "refs": { + } + }, + "StartMetadataModelImportMessage": { + "base": null, + "refs": { + } + }, + "StartMetadataModelImportResponse": { + "base": null, + "refs": { + } + }, "StartRecommendationsRequest": { "base": null, "refs": { @@ -2364,6 +2875,9 @@ "Connection$LastFailureMessage": "

The error message when the connection last failed.

", "Connection$EndpointIdentifier": "

The identifier of the endpoint. 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.

", "Connection$ReplicationInstanceIdentifier": "

The replication instance identifier. This parameter is stored as a lowercase string.

", + "CreateDataProviderMessage$DataProviderName": "

A user-friendly name for the data provider.

", + "CreateDataProviderMessage$Description": "

A user-friendly description of the data provider.

", + "CreateDataProviderMessage$Engine": "

The type of database engine for the data provider. Valid values include \"aurora\", \"aurora_postgresql\", \"mysql\", \"oracle\", \"postgres\", and \"sqlserver\". A value of \"aurora\" represents Amazon Aurora MySQL-Compatible Edition.

", "CreateEndpointMessage$EndpointIdentifier": "

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.

", "CreateEndpointMessage$EngineName": "

The type of engine for the endpoint. Valid values, depending on the EndpointType value, include \"mysql\", \"oracle\", \"postgres\", \"mariadb\", \"aurora\", \"aurora-postgresql\", \"opensearch\", \"redshift\", \"s3\", \"db2\", \"db2-zos\", \"azuredb\", \"sybase\", \"dynamodb\", \"mongodb\", \"kinesis\", \"kafka\", \"elasticsearch\", \"docdb\", \"sqlserver\", \"neptune\", and \"babelfish\".

", "CreateEndpointMessage$Username": "

The user name to be used to log in to the endpoint database.

", @@ -2387,6 +2901,16 @@ "CreateFleetAdvisorCollectorResponse$Description": "

A summary description of the Fleet Advisor collector.

", "CreateFleetAdvisorCollectorResponse$ServiceAccessRoleArn": "

The IAM role that grants permissions to access the specified Amazon S3 bucket.

", "CreateFleetAdvisorCollectorResponse$S3BucketName": "

The Amazon S3 bucket that the collector uses to store inventory metadata.

", + "CreateInstanceProfileMessage$AvailabilityZone": "

The Availability Zone where the instance profile will be created. The default value is a random, system-chosen Availability Zone in the Amazon Web Services Region where your data provider is created, for examplem us-east-1d.

", + "CreateInstanceProfileMessage$KmsKeyArn": "

The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance profile.

If you don't specify a value for the KmsKeyArn parameter, then DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

", + "CreateInstanceProfileMessage$NetworkType": "

Specifies the network type for the instance profile. A value of IPV4 represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of IPV6 represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of DUAL represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.

", + "CreateInstanceProfileMessage$InstanceProfileName": "

A user-friendly name for the instance profile.

", + "CreateInstanceProfileMessage$Description": "

A user-friendly description of the instance profile.

", + "CreateInstanceProfileMessage$SubnetGroupIdentifier": "

A subnet group to associate with the instance profile.

", + "CreateMigrationProjectMessage$MigrationProjectName": "

A user-friendly name for the migration project.

", + "CreateMigrationProjectMessage$InstanceProfileIdentifier": "

The identifier of the associated instance profile. 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.

", + "CreateMigrationProjectMessage$TransformationRules": "

The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

", + "CreateMigrationProjectMessage$Description": "

A user-friendly description of the migration project.

", "CreateReplicationConfigMessage$ReplicationConfigIdentifier": "

A unique identifier that you want to use to create a ReplicationConfigArn that is returned as part of the output from this action. You can then pass this output ReplicationConfigArn as the value of the ReplicationConfigArn option for other actions to identify both DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.

", "CreateReplicationConfigMessage$SourceEndpointArn": "

The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.

", "CreateReplicationConfigMessage$TargetEndpointArn": "

The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.

", @@ -2416,6 +2940,17 @@ "CreateReplicationTaskMessage$CdcStopPosition": "

Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”

Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“

", "CreateReplicationTaskMessage$TaskData": "

Supplemental information that the task requires to migrate the data for certain source and target endpoints. For more information, see Specifying Supplemental Data for Task Settings in the Database Migration Service User Guide.

", "CreateReplicationTaskMessage$ResourceIdentifier": "

A friendly name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object. The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't specify a ResourceIdentifier value, DMS generates a default identifier value for the end of EndpointArn.

", + "DataProvider$DataProviderName": "

The name of the data provider.

", + "DataProvider$DataProviderArn": "

The Amazon Resource Name (ARN) string that uniquely identifies the data provider.

", + "DataProvider$Description": "

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.

", + "DataProvider$Engine": "

The type of database engine for the data provider. Valid values include \"aurora\", \"aurora_postgresql\", \"mysql\", \"oracle\", \"postgres\", and \"sqlserver\". A value of \"aurora\" represents Amazon Aurora MySQL-Compatible Edition.

", + "DataProviderDescriptor$SecretsManagerSecretId": "

The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.

", + "DataProviderDescriptor$SecretsManagerAccessRoleArn": "

The ARN of the role used to access Amazon Web Services Secrets Manager.

", + "DataProviderDescriptor$DataProviderName": "

The user-friendly name of the data provider.

", + "DataProviderDescriptor$DataProviderArn": "

The Amazon Resource Name (ARN) of the data provider.

", + "DataProviderDescriptorDefinition$DataProviderIdentifier": "

The name or Amazon Resource Name (ARN) of the data provider.

", + "DataProviderDescriptorDefinition$SecretsManagerSecretId": "

The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.

", + "DataProviderDescriptorDefinition$SecretsManagerAccessRoleArn": "

The ARN of the role used to access Amazon Web Services Secrets Manager.

", "DatabaseInstanceSoftwareDetailsResponse$Engine": "

The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.

", "DatabaseInstanceSoftwareDetailsResponse$EngineVersion": "

The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.

", "DatabaseInstanceSoftwareDetailsResponse$EngineEdition": "

The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.

", @@ -2429,12 +2964,16 @@ "DatabaseShortInfoResponse$DatabaseName": "

The name of a database in a Fleet Advisor collector inventory.

", "DatabaseShortInfoResponse$DatabaseIpAddress": "

The IP address of a database in a Fleet Advisor collector inventory.

", "DatabaseShortInfoResponse$DatabaseEngine": "

The database engine of a database in a Fleet Advisor collector inventory, for example PostgreSQL.

", + "DefaultErrorDetails$Message": "

The error message.

", "DeleteCertificateMessage$CertificateArn": "

The Amazon Resource Name (ARN) of the certificate.

", "DeleteCollectorRequest$CollectorReferencedId": "

The reference ID of the Fleet Advisor collector to delete.

", "DeleteConnectionMessage$EndpointArn": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "DeleteConnectionMessage$ReplicationInstanceArn": "

The Amazon Resource Name (ARN) of the replication instance.

", + "DeleteDataProviderMessage$DataProviderIdentifier": "

The identifier of the data provider to delete.

", "DeleteEndpointMessage$EndpointArn": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "DeleteEventSubscriptionMessage$SubscriptionName": "

The name of the DMS event notification subscription to be deleted.

", + "DeleteInstanceProfileMessage$InstanceProfileIdentifier": "

The identifier of the instance profile to delete.

", + "DeleteMigrationProjectMessage$MigrationProjectIdentifier": "

The name or Amazon Resource Name (ARN) of the migration project to delete.

", "DeleteReplicationConfigMessage$ReplicationConfigArn": "

The replication config to delete.

", "DeleteReplicationInstanceMessage$ReplicationInstanceArn": "

The Amazon Resource Name (ARN) of the replication instance to be deleted.

", "DeleteReplicationSubnetGroupMessage$ReplicationSubnetGroupIdentifier": "

The subnet group name of the replication instance.

", @@ -2451,6 +2990,11 @@ "DescribeCertificatesResponse$Marker": "

The pagination token.

", "DescribeConnectionsMessage$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeConnectionsResponse$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeConversionConfigurationMessage$MigrationProjectIdentifier": "

The name or Amazon Resource Name (ARN) for the schema conversion project to describe.

", + "DescribeConversionConfigurationResponse$MigrationProjectIdentifier": "

The name or Amazon Resource Name (ARN) for the schema conversion project.

", + "DescribeConversionConfigurationResponse$ConversionConfiguration": "

The configuration parameters for the schema conversion project.

", + "DescribeDataProvidersMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeDataProvidersResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", "DescribeEndpointSettingsMessage$EngineName": "

The database engine used for your source or target endpoint.

", "DescribeEndpointSettingsMessage$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeEndpointSettingsResponse$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", @@ -2467,6 +3011,9 @@ "DescribeEventsMessage$SourceIdentifier": "

The identifier of an event source.

", "DescribeEventsMessage$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeEventsResponse$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeExtensionPackAssociationsMessage$MigrationProjectIdentifier": "

The name or Amazon Resource Name (ARN) for the migration project.

", + "DescribeExtensionPackAssociationsMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeExtensionPackAssociationsResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", "DescribeFleetAdvisorCollectorsRequest$NextToken": "

If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

", "DescribeFleetAdvisorCollectorsResponse$NextToken": "

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

", "DescribeFleetAdvisorDatabasesRequest$NextToken": "

If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

", @@ -2477,6 +3024,25 @@ "DescribeFleetAdvisorSchemaObjectSummaryResponse$NextToken": "

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

", "DescribeFleetAdvisorSchemasRequest$NextToken": "

If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

", "DescribeFleetAdvisorSchemasResponse$NextToken": "

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

", + "DescribeInstanceProfilesMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeInstanceProfilesResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelAssessmentsMessage$MigrationProjectIdentifier": "

The name or Amazon Resource Name (ARN) of the migration project.

", + "DescribeMetadataModelAssessmentsMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelAssessmentsResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelConversionsMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "DescribeMetadataModelConversionsMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelConversionsResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelExportsAsScriptMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "DescribeMetadataModelExportsAsScriptMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelExportsAsScriptResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelExportsToTargetMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "DescribeMetadataModelExportsToTargetMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelExportsToTargetResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelImportsMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "DescribeMetadataModelImportsMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMetadataModelImportsResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMigrationProjectsMessage$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", + "DescribeMigrationProjectsResponse$Marker": "

Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

If Marker is returned by a previous response, there are more results available. The value of Marker is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

", "DescribeOrderableReplicationInstancesMessage$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeOrderableReplicationInstancesResponse$Marker": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribePendingMaintenanceActionsMessage$ReplicationInstanceArn": "

The Amazon Resource Name (ARN) of the replication instance.

", @@ -2563,6 +3129,13 @@ "EventSubscription$SubscriptionCreationTime": "

The time the DMS event notification subscription was created.

", "EventSubscription$SourceType": "

The type of DMS resource that generates events.

Valid values: replication-instance | replication-server | security-group | replication-task

", "ExcludeTestList$member": null, + "ExportMetadataModelAssessmentMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "ExportMetadataModelAssessmentMessage$SelectionRules": "

A value that specifies the database objects to assess.

", + "ExportMetadataModelAssessmentMessage$FileName": "

The name of the assessment file to create in your Amazon S3 bucket.

", + "ExportMetadataModelAssessmentResultEntry$S3ObjectKey": "

The object key for the object containing the exported metadata model assessment.

", + "ExportMetadataModelAssessmentResultEntry$ObjectURL": "

The URL for the object containing the exported metadata model assessment.

", + "ExportSqlDetails$S3ObjectKey": "

The Amazon S3 object key for the object containing the exported metadata model assessment.

", + "ExportSqlDetails$ObjectURL": "

The URL for the object containing the exported metadata model assessment.

", "Filter$Name": "

The name of the filter as specified for a Describe* or similar operation.

", "FilterValueList$member": null, "FleetAdvisorLsaAnalysisResponse$LsaAnalysisId": "

The ID of an LSA analysis run by a Fleet Advisor collector.

", @@ -2585,6 +3158,13 @@ "ImportCertificateMessage$CertificateIdentifier": "

A customer-assigned name for the certificate. 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.

", "IncludeTestList$member": null, "IndividualAssessmentNameList$member": null, + "InstanceProfile$InstanceProfileArn": "

The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.

", + "InstanceProfile$AvailabilityZone": "

The Availability Zone where the instance profile runs.

", + "InstanceProfile$KmsKeyArn": "

The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance profile.

If you don't specify a value for the KmsKeyArn parameter, then DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

", + "InstanceProfile$NetworkType": "

Specifies the network type for the instance profile. A value of IPV4 represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of IPV6 represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of DUAL represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.

", + "InstanceProfile$InstanceProfileName": "

The user-friendly name for the instance profile.

", + "InstanceProfile$Description": "

A description of the instance profile. 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.

", + "InstanceProfile$SubnetGroupIdentifier": "

The identifier of the subnet group that is associated with the instance profile.

", "KafkaSettings$Broker": "

A comma-separated list of one or more broker locations in your Kafka cluster that host your Kafka instance. Specify each broker location in the form broker-hostname-or-ip:port . For example, \"ec2-12-345-678-901.compute-1.amazonaws.com:2345\". For more information and examples of specifying a list of broker locations, see Using Apache Kafka as a target for Database Migration Service in the Database Migration Service User Guide.

", "KafkaSettings$Topic": "

The topic to which you migrate the data. If you don't specify a topic, DMS specifies \"kafka-default-topic\" as the migration topic.

", "KafkaSettings$SslClientCertificateArn": "

The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.

", @@ -2607,6 +3187,22 @@ "MicrosoftSQLServerSettings$Username": "

Endpoint connection user name.

", "MicrosoftSQLServerSettings$SecretsManagerAccessRoleArn": "

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SQL Server endpoint.

You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerSecretId. Or you can specify clear-text values for UserName, Password, ServerName, and Port. You can't specify both. For more information on creating this SecretsManagerSecret and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.

", "MicrosoftSQLServerSettings$SecretsManagerSecretId": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL Server endpoint connection details.

", + "MicrosoftSqlServerDataProviderSettings$ServerName": "

The name of the Microsoft SQL Server server.

", + "MicrosoftSqlServerDataProviderSettings$DatabaseName": "

The database name on the Microsoft SQL Server data provider.

", + "MicrosoftSqlServerDataProviderSettings$CertificateArn": "

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

", + "MigrationProject$MigrationProjectName": "

The name of the migration project.

", + "MigrationProject$MigrationProjectArn": "

The ARN string that uniquely identifies the migration project.

", + "MigrationProject$InstanceProfileArn": "

The Amazon Resource Name (ARN) of the instance profile for your migration project.

", + "MigrationProject$InstanceProfileName": "

The name of the associated instance profile.

", + "MigrationProject$TransformationRules": "

The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

", + "MigrationProject$Description": "

A user-friendly description of the migration project.

", + "ModifyConversionConfigurationMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "ModifyConversionConfigurationMessage$ConversionConfiguration": "

The new conversion configuration.

", + "ModifyConversionConfigurationResponse$MigrationProjectIdentifier": "

The name or Amazon Resource Name (ARN) of the modified configuration.

", + "ModifyDataProviderMessage$DataProviderIdentifier": "

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.

", + "ModifyDataProviderMessage$DataProviderName": "

The name of the data provider.

", + "ModifyDataProviderMessage$Description": "

A user-friendly description of the data provider.

", + "ModifyDataProviderMessage$Engine": "

The type of database engine for the data provider. Valid values include \"aurora\", \"aurora_postgresql\", \"mysql\", \"oracle\", \"postgres\", and \"sqlserver\". A value of \"aurora\" represents Amazon Aurora MySQL-Compatible Edition.

", "ModifyEndpointMessage$EndpointArn": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "ModifyEndpointMessage$EndpointIdentifier": "

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.

", "ModifyEndpointMessage$EngineName": "

The database engine name. Valid values, depending on the EndpointType, include \"mysql\", \"oracle\", \"postgres\", \"mariadb\", \"aurora\", \"aurora-postgresql\", \"redshift\", \"s3\", \"db2\", \"db2-zos\", \"azuredb\", \"sybase\", \"dynamodb\", \"mongodb\", \"kinesis\", \"kafka\", \"elasticsearch\", \"documentdb\", \"sqlserver\", \"neptune\", and \"babelfish\".

", @@ -2620,6 +3216,18 @@ "ModifyEventSubscriptionMessage$SubscriptionName": "

The name of the DMS event notification subscription to be modified.

", "ModifyEventSubscriptionMessage$SnsTopicArn": "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "ModifyEventSubscriptionMessage$SourceType": "

The type of DMS resource that generates the events you want to subscribe to.

Valid values: replication-instance | replication-task

", + "ModifyInstanceProfileMessage$InstanceProfileIdentifier": "

The identifier of the instance profile. 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.

", + "ModifyInstanceProfileMessage$AvailabilityZone": "

The Availability Zone where the instance profile runs.

", + "ModifyInstanceProfileMessage$KmsKeyArn": "

The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the instance profile.

If you don't specify a value for the KmsKeyArn parameter, then DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

", + "ModifyInstanceProfileMessage$NetworkType": "

Specifies the network type for the instance profile. A value of IPV4 represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of IPV6 represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of DUAL represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.

", + "ModifyInstanceProfileMessage$InstanceProfileName": "

A user-friendly name for the instance profile.

", + "ModifyInstanceProfileMessage$Description": "

A user-friendly description for the instance profile.

", + "ModifyInstanceProfileMessage$SubnetGroupIdentifier": "

A subnet group to associate with the instance profile.

", + "ModifyMigrationProjectMessage$MigrationProjectIdentifier": "

The identifier of the migration project. 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.

", + "ModifyMigrationProjectMessage$MigrationProjectName": "

A user-friendly name for the migration project.

", + "ModifyMigrationProjectMessage$InstanceProfileIdentifier": "

The name or Amazon Resource Name (ARN) for the instance profile.

", + "ModifyMigrationProjectMessage$TransformationRules": "

The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

", + "ModifyMigrationProjectMessage$Description": "

A user-friendly description of the migration project.

", "ModifyReplicationConfigMessage$ReplicationConfigArn": "

The Amazon Resource Name of the replication to modify.

", "ModifyReplicationConfigMessage$ReplicationConfigIdentifier": "

The new replication config to apply to the replication.

", "ModifyReplicationConfigMessage$TableMappings": "

Table mappings specified in the replication.

", @@ -2660,9 +3268,19 @@ "MySQLSettings$Username": "

Endpoint connection user name.

", "MySQLSettings$SecretsManagerAccessRoleArn": "

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MySQL endpoint.

You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerSecretId. Or you can specify clear-text values for UserName, Password, ServerName, and Port. You can't specify both. For more information on creating this SecretsManagerSecret and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.

", "MySQLSettings$SecretsManagerSecretId": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MySQL endpoint connection details.

", + "MySqlDataProviderSettings$ServerName": "

The name of the MySQL server.

", + "MySqlDataProviderSettings$CertificateArn": "

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

", "NeptuneSettings$ServiceAccessRoleArn": "

The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role must allow the iam:PassRole action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service User Guide.

", "NeptuneSettings$S3BucketName": "

The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.

", "NeptuneSettings$S3BucketFolder": "

A folder path where you want DMS to store migrated graph data in the S3 bucket specified by S3BucketName

", + "OracleDataProviderSettings$ServerName": "

The name of the Oracle server.

", + "OracleDataProviderSettings$DatabaseName": "

The database name on the Oracle data provider.

", + "OracleDataProviderSettings$CertificateArn": "

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

", + "OracleDataProviderSettings$AsmServer": "

The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from the asm_server value. You set asm_server as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.

", + "OracleDataProviderSettings$SecretsManagerOracleAsmSecretId": "

The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.

Required only if your data provider uses the Oracle ASM server.

", + "OracleDataProviderSettings$SecretsManagerOracleAsmAccessRoleArn": "

The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.

", + "OracleDataProviderSettings$SecretsManagerSecurityDbEncryptionSecretId": "

The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted by TDE using Binary Reader.

", + "OracleDataProviderSettings$SecretsManagerSecurityDbEncryptionAccessRoleArn": "

The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.

", "OracleSettings$OraclePathPrefix": "

Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to access the redo logs.

", "OracleSettings$UsePathPrefix": "

Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.

", "OracleSettings$AsmServer": "

For an Oracle source endpoint, your ASM server address. You can set this value from the asm_server value. You set asm_server as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.

", @@ -2692,6 +3310,9 @@ "PostgreSQLSettings$SecretsManagerAccessRoleArn": "

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the PostgreSQL endpoint.

You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerSecretId. Or you can specify clear-text values for UserName, Password, ServerName, and Port. You can't specify both. For more information on creating this SecretsManagerSecret and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.

", "PostgreSQLSettings$SecretsManagerSecretId": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the PostgreSQL endpoint connection details.

", "PostgreSQLSettings$BabelfishDatabaseName": "

The Babelfish for Aurora PostgreSQL database name for the endpoint.

", + "PostgreSqlDataProviderSettings$ServerName": "

The name of the PostgreSQL server.

", + "PostgreSqlDataProviderSettings$DatabaseName": "

The database name on the PostgreSQL data provider.

", + "PostgreSqlDataProviderSettings$CertificateArn": "

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

", "ProvisionData$ProvisionState": "

The current provisioning state

", "ProvisionData$ReasonForNewProvisioningData": "

A message describing the reason that DMS provisioned new resources for the serverless replication.

", "RdsConfiguration$EngineEdition": "

Describes the recommended target Amazon RDS engine edition.

", @@ -2829,6 +3450,11 @@ "S3Settings$CsvNullValue": "

An optional parameter that specifies how DMS treats null values. While handling the null value, you can use this parameter to pass a user-defined string as null when writing to the target. For example, when target columns are not nullable, you can use this option to differentiate between the empty string value and the null value. So, if you set this parameter value to the empty string (\"\" or ''), DMS treats the empty string as the null value instead of NULL.

The default value is NULL. Valid values include any valid string.

", "S3Settings$DatePartitionTimezone": "

When creating an S3 target endpoint, set DatePartitionTimezone 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 DatePartitionedEnabled is set to true, as shown in the following example.

s3-settings='{\"DatePartitionEnabled\": true, \"DatePartitionSequence\": \"YYYYMMDDHH\", \"DatePartitionDelimiter\": \"SLASH\", \"DatePartitionTimezone\":\"Asia/Seoul\", \"BucketName\": \"dms-nattarat-test\"}'

", "S3Settings$ExpectedBucketOwner": "

To specify a bucket owner and prevent sniping, you can use the ExpectedBucketOwner endpoint setting.

Example: --s3-settings='{\"ExpectedBucketOwner\": \"AWS_Account_ID\"}'

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.

", + "SCApplicationAttributes$S3BucketPath": "

The path for the Amazon S3 bucket that the application uses for exporting assessment reports.

", + "SCApplicationAttributes$S3BucketRoleArn": "

The ARN for the role the application uses to access its Amazon S3 bucket.

", + "SchemaConversionRequest$Status": "

The schema conversion action status.

", + "SchemaConversionRequest$RequestIdentifier": "

The identifier for the schema conversion action.

", + "SchemaConversionRequest$MigrationProjectArn": "

The migration project ARN.

", "SchemaList$member": null, "SchemaResponse$Complexity": "

The complexity level of the code in a schema in a Fleet Advisor collector inventory.

", "SchemaResponse$SchemaId": "

The ID of a schema in a Fleet Advisor collector inventory.

", @@ -2842,6 +3468,24 @@ "ServerShortInfoResponse$IpAddress": "

The IP address of a server in a Fleet Advisor collector inventory.

", "ServerShortInfoResponse$ServerName": "

The name address of a server in a Fleet Advisor collector inventory.

", "SourceIdsList$member": null, + "StartExtensionPackAssociationMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "StartExtensionPackAssociationResponse$RequestIdentifier": "

The identifier for the request operation.

", + "StartMetadataModelAssessmentMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "StartMetadataModelAssessmentMessage$SelectionRules": "

A value that specifies the database objects to assess.

", + "StartMetadataModelAssessmentResponse$RequestIdentifier": "

The identifier for the assessment operation.

", + "StartMetadataModelConversionMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "StartMetadataModelConversionMessage$SelectionRules": "

A value that specifies the database objects to convert.

", + "StartMetadataModelConversionResponse$RequestIdentifier": "

The identifier for the conversion operation.

", + "StartMetadataModelExportAsScriptMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "StartMetadataModelExportAsScriptMessage$SelectionRules": "

A value that specifies the database objects to export.

", + "StartMetadataModelExportAsScriptMessage$FileName": "

The name of the model file to create in the Amazon S3 bucket.

", + "StartMetadataModelExportAsScriptResponse$RequestIdentifier": "

The identifier for the export operation.

", + "StartMetadataModelExportToTargetMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "StartMetadataModelExportToTargetMessage$SelectionRules": "

A value that specifies the database objects to export.

", + "StartMetadataModelExportToTargetResponse$RequestIdentifier": "

The identifier for the export operation.

", + "StartMetadataModelImportMessage$MigrationProjectIdentifier": "

The migration project name or Amazon Resource Name (ARN).

", + "StartMetadataModelImportMessage$SelectionRules": "

A value that specifies the database objects to import.

", + "StartMetadataModelImportResponse$RequestIdentifier": "

The identifier for the import operation.

", "StartRecommendationsRequest$DatabaseId": "

The identifier of the source database to analyze and provide recommendations for.

", "StartRecommendationsRequestEntry$DatabaseId": "

The identifier of the source database.

", "StartReplicationMessage$ReplicationConfigArn": "

The Amazon Resource Name of the replication for which to start replication.

", @@ -2896,8 +3540,11 @@ "base": null, "refs": { "ComputeConfig$VpcSecurityGroupIds": "

Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless replication. The VPC security group must work with the VPC containing the replication.

", + "CreateInstanceProfileMessage$VpcSecurityGroups": "

Specifies the VPC security group names to be used with the instance profile. The VPC security group must work with the VPC containing the instance profile.

", "DeleteFleetAdvisorDatabasesRequest$DatabaseIds": "

The IDs of the Fleet Advisor collector databases to delete.

", "DeleteFleetAdvisorDatabasesResponse$DatabaseIds": "

The IDs of the databases that the operation deleted.

", + "InstanceProfile$VpcSecurityGroups": "

The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.

", + "ModifyInstanceProfileMessage$VpcSecurityGroups": "

Specifies the VPC security groups to be used with the instance profile. The VPC security group must work with the VPC containing the instance profile.

", "Replication$FailureMessages": "

Error and other information about why a serverless replication failed.

", "ReplicationSubnetGroup$SupportedNetworkTypes": "

The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

" } @@ -3033,8 +3680,11 @@ "base": null, "refs": { "AddTagsToResourceMessage$Tags": "

One or more tags to be assigned to the resource.

", + "CreateDataProviderMessage$Tags": "

One or more tags to be assigned to the data provider.

", "CreateEndpointMessage$Tags": "

One or more tags to be assigned to the endpoint.

", "CreateEventSubscriptionMessage$Tags": "

One or more tags to be assigned to the event subscription.

", + "CreateInstanceProfileMessage$Tags": "

One or more tags to be assigned to the instance profile.

", + "CreateMigrationProjectMessage$Tags": "

One or more tags to be assigned to the migration project.

", "CreateReplicationConfigMessage$Tags": "

One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.

", "CreateReplicationInstanceMessage$Tags": "

One or more tags to be assigned to the replication instance.

", "CreateReplicationSubnetGroupMessage$Tags": "

One or more tags to be assigned to the subnet group.

", diff --git a/models/apis/dms/2016-01-01/endpoint-rule-set-1.json b/models/apis/dms/2016-01-01/endpoint-rule-set-1.json index c1910361de3..0ee72506b09 100644 --- a/models/apis/dms/2016-01-01/endpoint-rule-set-1.json +++ b/models/apis/dms/2016-01-01/endpoint-rule-set-1.json @@ -58,52 +58,56 @@ "type": "error" }, { - "conditions": [], - "type": "tree", - "rules": [ + "conditions": [ { - "conditions": [ + "fn": "booleanEquals", + "argv": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" + "ref": "UseDualStack" }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" + true + ] } - ] + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, { - "conditions": [], + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], "type": "tree", "rules": [ { "conditions": [ { - "fn": "isSet", + "fn": "aws.partition", "argv": [ { "ref": "Region" } - ] + ], + "assign": "PartitionResult" } ], "type": "tree", @@ -111,13 +115,22 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "booleanEquals", "argv": [ { - "ref": "Region" - } - ], - "assign": "PartitionResult" + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] } ], "type": "tree", @@ -127,92 +140,83 @@ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] }, { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ { - "conditions": [], - "endpoint": { - "url": "https://dms-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" + "endpoint": { + "url": "https://dms-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] } ], @@ -221,205 +225,165 @@ { "conditions": [ { - "fn": "booleanEquals", + "fn": "stringEquals", "argv": [ - true, + "aws-us-gov", { "fn": "getAttr", "argv": [ { "ref": "PartitionResult" }, - "supportsFIPS" + "name" ] } ] } ], - "type": "tree", - "rules": [ + "endpoint": { + "url": "https://dms.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "stringEquals", - "argv": [ - "aws-us-gov", - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - } - ] - } - ], - "endpoint": { - "url": "https://dms.{Region}.amazonaws.com", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - }, - { - "conditions": [ - { - "fn": "stringEquals", - "argv": [ - "aws-iso", - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - } - ] - } - ], - "endpoint": { - "url": "https://dms.{Region}.c2s.ic.gov", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - }, + "fn": "stringEquals", + "argv": [ + "aws-iso", { - "conditions": [ + "fn": "getAttr", + "argv": [ { - "fn": "stringEquals", - "argv": [ - "aws-iso-b", - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - } - ] - } - ], - "endpoint": { - "url": "https://dms.{Region}.sc2s.sgov.gov", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - }, - { - "conditions": [], - "endpoint": { - "url": "https://dms-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" + "ref": "PartitionResult" + }, + "name" + ] } ] } - ] + ], + "endpoint": { + "url": "https://dms.{Region}.c2s.ic.gov", + "properties": {}, + "headers": {} + }, + "type": "endpoint" }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ] - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ { "conditions": [ { - "fn": "booleanEquals", + "fn": "stringEquals", "argv": [ - true, + "aws-iso-b", { "fn": "getAttr", "argv": [ { "ref": "PartitionResult" }, - "supportsDualStack" + "name" ] } ] } ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://dms.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - } - ] + "endpoint": { + "url": "https://dms.{Region}.sc2s.sgov.gov", + "properties": {}, + "headers": {} + }, + "type": "endpoint" }, { "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" + "endpoint": { + "url": "https://dms-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, { "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], "type": "tree", "rules": [ { "conditions": [], "endpoint": { - "url": "https://dms.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://dms.{Region}.{PartitionResult#dualStackDnsSuffix}", "properties": {}, "headers": {} }, "type": "endpoint" } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://dms.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" } ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } \ No newline at end of file diff --git a/models/apis/dms/2016-01-01/paginators-1.json b/models/apis/dms/2016-01-01/paginators-1.json index 36ac78fa4eb..9a203275228 100644 --- a/models/apis/dms/2016-01-01/paginators-1.json +++ b/models/apis/dms/2016-01-01/paginators-1.json @@ -15,6 +15,11 @@ "output_token": "Marker", "limit_key": "MaxRecords" }, + "DescribeDataProviders": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, "DescribeEndpointSettings": { "input_token": "Marker", "output_token": "Marker", @@ -45,6 +50,11 @@ "output_token": "Marker", "limit_key": "MaxRecords" }, + "DescribeExtensionPackAssociations": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, "DescribeFleetAdvisorCollectors": { "input_token": "NextToken", "output_token": "NextToken", @@ -70,6 +80,41 @@ "output_token": "NextToken", "limit_key": "MaxRecords" }, + "DescribeInstanceProfiles": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, + "DescribeMetadataModelAssessments": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, + "DescribeMetadataModelConversions": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, + "DescribeMetadataModelExportsAsScript": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, + "DescribeMetadataModelExportsToTarget": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, + "DescribeMetadataModelImports": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, + "DescribeMigrationProjects": { + "input_token": "Marker", + "output_token": "Marker", + "limit_key": "MaxRecords" + }, "DescribeOrderableReplicationInstances": { "input_token": "Marker", "output_token": "Marker", diff --git a/models/apis/ec2/2016-11-15/api-2.json b/models/apis/ec2/2016-11-15/api-2.json index ae9210f9897..274d728cd08 100755 --- a/models/apis/ec2/2016-11-15/api-2.json +++ b/models/apis/ec2/2016-11-15/api-2.json @@ -11031,7 +11031,8 @@ "ClientToken":{ "shape":"String", "idempotencyToken":true - } + }, + "EnablePrimaryIpv6":{"shape":"Boolean"} } }, "CreateNetworkInterfaceResult":{ @@ -25842,6 +25843,10 @@ "Ipv6Address":{ "shape":"String", "locationName":"ipv6Address" + }, + "IsPrimaryIpv6":{ + "shape":"Boolean", + "locationName":"isPrimaryIpv6" } } }, @@ -26221,7 +26226,8 @@ "shape":"Ipv6PrefixList", "locationName":"Ipv6Prefix" }, - "Ipv6PrefixCount":{"shape":"Integer"} + "Ipv6PrefixCount":{"shape":"Integer"}, + "PrimaryIpv6":{"shape":"Boolean"} } }, "InstanceNetworkInterfaceSpecificationList":{ @@ -29540,6 +29546,10 @@ "Ipv6PrefixCount":{ "shape":"Integer", "locationName":"ipv6PrefixCount" + }, + "PrimaryIpv6":{ + "shape":"Boolean", + "locationName":"primaryIpv6" } } }, @@ -29580,7 +29590,8 @@ "shape":"Ipv6PrefixList", "locationName":"Ipv6Prefix" }, - "Ipv6PrefixCount":{"shape":"Integer"} + "Ipv6PrefixCount":{"shape":"Integer"}, + "PrimaryIpv6":{"shape":"Boolean"} } }, "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{ @@ -31447,7 +31458,8 @@ "shape":"AttributeBooleanValue", "locationName":"sourceDestCheck" }, - "EnaSrdSpecification":{"shape":"EnaSrdSpecification"} + "EnaSrdSpecification":{"shape":"EnaSrdSpecification"}, + "EnablePrimaryIpv6":{"shape":"Boolean"} } }, "ModifyPrivateDnsNameOptionsRequest":{ @@ -33408,6 +33420,10 @@ "Ipv6Address":{ "shape":"String", "locationName":"ipv6Address" + }, + "IsPrimaryIpv6":{ + "shape":"Boolean", + "locationName":"isPrimaryIpv6" } } }, @@ -37884,7 +37900,8 @@ "EnclaveOptions":{"shape":"EnclaveOptionsRequest"}, "PrivateDnsNameOptions":{"shape":"PrivateDnsNameOptionsRequest"}, "MaintenanceOptions":{"shape":"InstanceMaintenanceOptionsRequest"}, - "DisableApiStop":{"shape":"Boolean"} + "DisableApiStop":{"shape":"Boolean"}, + "EnablePrimaryIpv6":{"shape":"Boolean"} } }, "RunInstancesUserData":{ diff --git a/models/apis/ec2/2016-11-15/docs-2.json b/models/apis/ec2/2016-11-15/docs-2.json index 142adb6e6b6..4542d7f9702 100755 --- a/models/apis/ec2/2016-11-15/docs-2.json +++ b/models/apis/ec2/2016-11-15/docs-2.json @@ -2017,6 +2017,7 @@ "CreateNetworkInsightsPathRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateNetworkInterfacePermissionRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateNetworkInterfaceRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", + "CreateNetworkInterfaceRequest$EnablePrimaryIpv6": "

If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

", "CreatePlacementGroupRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreatePublicIpv4PoolRequest$DryRun": "

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "CreateReplaceRootVolumeTaskRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", @@ -2458,11 +2459,13 @@ "Instance$EbsOptimized": "

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

", "Instance$EnaSupport": "

Specifies whether enhanced networking with ENA is enabled.

", "Instance$SourceDestCheck": "

Indicates whether source/destination checking is enabled.

", + "InstanceIpv6Address$IsPrimaryIpv6": "

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.

", "InstanceNetworkInterface$SourceDestCheck": "

Indicates whether source/destination checking is enabled.

", "InstanceNetworkInterfaceAttachment$DeleteOnTermination": "

Indicates whether the network interface is deleted when the instance is terminated.

", "InstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

", "InstanceNetworkInterfaceSpecification$DeleteOnTermination": "

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

", "InstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress": "

Indicates whether to assign a carrier IP address to the network interface.

You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP address in the Amazon Web Services Wavelength Developer Guide.

", + "InstanceNetworkInterfaceSpecification$PrimaryIpv6": "

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

", "InstancePrivateIpAddress$Primary": "

Indicates whether this IPv4 address is the primary private IP address of the network interface.

", "InstanceRequirements$RequireHibernateSupport": "

Indicates whether instance types must support hibernation for On-Demand Instances.

This parameter is not supported for GetSpotPlacementScores.

Default: false

", "InstanceRequirementsRequest$RequireHibernateSupport": "

Indicates whether instance types must support hibernation for On-Demand Instances.

This parameter is not supported for GetSpotPlacementScores.

Default: false

", @@ -2485,9 +2488,11 @@ "LaunchTemplateInstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress": "

Indicates whether to associate a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$AssociatePublicIpAddress": "

Indicates whether to associate a public IPv4 address with eth0 for a new network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecification$DeleteOnTermination": "

Indicates whether the network interface is deleted when the instance is terminated.

", + "LaunchTemplateInstanceNetworkInterfaceSpecification$PrimaryIpv6": "

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociateCarrierIpAddress": "

Associates a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociatePublicIpAddress": "

Associates a public IPv4 address with eth0 for a new network interface.

", "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeleteOnTermination": "

Indicates whether the network interface is deleted when the instance is terminated.

", + "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrimaryIpv6": "

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

", "LaunchTemplatePrivateDnsNameOptions$EnableResourceNameDnsARecord": "

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

", "LaunchTemplatePrivateDnsNameOptions$EnableResourceNameDnsAAAARecord": "

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

", "LaunchTemplatePrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord": "

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

", @@ -2538,6 +2543,7 @@ "ModifyLocalGatewayRouteRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyManagedPrefixListRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyNetworkInterfaceAttributeRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", + "ModifyNetworkInterfaceAttributeRequest$EnablePrimaryIpv6": "

If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

", "ModifyPrivateDnsNameOptionsRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord": "

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

", "ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord": "

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

", @@ -2604,6 +2610,7 @@ "NetworkInterface$Ipv6Native": "

Indicates whether this is an IPv6 only network interface.

", "NetworkInterfaceAttachment$DeleteOnTermination": "

Indicates whether the network interface is deleted when the instance is terminated.

", "NetworkInterfaceAttachmentChanges$DeleteOnTermination": "

Indicates whether the network interface is deleted when the instance is terminated.

", + "NetworkInterfaceIpv6Address$IsPrimaryIpv6": "

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see ModifyNetworkInterfaceAttribute.

", "NetworkInterfacePrivateIpAddress$Primary": "

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

", "OnDemandOptions$SingleInstanceType": "

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.

Supported only for fleets of type instant.

", "OnDemandOptions$SingleAvailabilityZone": "

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.

Supported only for fleets of type instant.

", @@ -2699,6 +2706,7 @@ "RunInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "RunInstancesRequest$EbsOptimized": "

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

", "RunInstancesRequest$DisableApiStop": "

Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.

", + "RunInstancesRequest$EnablePrimaryIpv6": "

If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if an instance relies on its IPv6 address not changing. When you launch the instance, Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

", "RunScheduledInstancesRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "ScheduledInstanceRecurrence$OccurrenceRelativeToEnd": "

Indicates whether the occurrence is relative to the end of the specified week or month.

", "ScheduledInstanceRecurrenceRequest$OccurrenceRelativeToEnd": "

Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.

", @@ -19002,7 +19010,7 @@ "DnsEntry$DnsName": "

The DNS name.

", "DnsEntry$HostedZoneId": "

The ID of the private hosted zone.

", "EbsBlockDevice$KmsKeyId": "

Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted.

This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.

", - "EbsBlockDevice$OutpostArn": "

The ARN of the Outpost on which the snapshot is stored.

This parameter is only supported on BlockDeviceMapping objects called by CreateImage.

", + "EbsBlockDevice$OutpostArn": "

The ARN of the Outpost on which the snapshot is stored.

This parameter is not supported when using CreateImage.

", "EbsInstanceBlockDevice$VolumeId": "

The ID of the EBS volume.

", "Ec2InstanceConnectEndpoint$OwnerId": "

The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.

", "Ec2InstanceConnectEndpoint$StateMessage": "

The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message.

", diff --git a/models/apis/ec2/2016-11-15/endpoint-rule-set-1.json b/models/apis/ec2/2016-11-15/endpoint-rule-set-1.json index bdc98a72139..287f71554ec 100644 --- a/models/apis/ec2/2016-11-15/endpoint-rule-set-1.json +++ b/models/apis/ec2/2016-11-15/endpoint-rule-set-1.json @@ -58,52 +58,56 @@ "type": "error" }, { - "conditions": [], - "type": "tree", - "rules": [ + "conditions": [ { - "conditions": [ + "fn": "booleanEquals", + "argv": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" + "ref": "UseDualStack" }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" + true + ] } - ] + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, { - "conditions": [], + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], "type": "tree", "rules": [ { "conditions": [ { - "fn": "isSet", + "fn": "aws.partition", "argv": [ { "ref": "Region" } - ] + ], + "assign": "PartitionResult" } ], "type": "tree", @@ -111,13 +115,22 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "booleanEquals", "argv": [ { - "ref": "Region" - } - ], - "assign": "PartitionResult" + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] } ], "type": "tree", @@ -127,92 +140,83 @@ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] }, { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" + "endpoint": { + "url": "https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] } ], @@ -221,155 +225,115 @@ { "conditions": [ { - "fn": "booleanEquals", + "fn": "stringEquals", "argv": [ - true, + "aws-us-gov", { "fn": "getAttr", "argv": [ { "ref": "PartitionResult" }, - "supportsFIPS" + "name" ] } ] } ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "stringEquals", - "argv": [ - "aws-us-gov", - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "name" - ] - } - ] - } - ], - "endpoint": { - "url": "https://ec2.{Region}.amazonaws.com", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - }, - { - "conditions": [], - "endpoint": { - "url": "https://ec2-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ] - } - ] + "endpoint": { + "url": "https://ec2.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" }, { "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" + "endpoint": { + "url": "https://ec2-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } - ] - }, - { - "conditions": [], + ], "type": "tree", "rules": [ { "conditions": [], "endpoint": { - "url": "https://ec2.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}", "properties": {}, "headers": {} }, "type": "endpoint" } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://ec2.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" } ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } \ No newline at end of file diff --git a/models/apis/sagemaker/2017-07-24/api-2.json b/models/apis/sagemaker/2017-07-24/api-2.json index 81531c4a0a3..9f57d491f35 100644 --- a/models/apis/sagemaker/2017-07-24/api-2.json +++ b/models/apis/sagemaker/2017-07-24/api-2.json @@ -19878,7 +19878,8 @@ "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", - "ml.trn1n.32xlarge" + "ml.trn1n.32xlarge", + "ml.p5.48xlarge" ] }, "TrainingInstanceTypes":{ diff --git a/service/autoscaling/api.go b/service/autoscaling/api.go index 9fda71468dd..b4d7de3c3d2 100644 --- a/service/autoscaling/api.go +++ b/service/autoscaling/api.go @@ -7043,6 +7043,7 @@ type AlarmSpecification struct { _ struct{} `type:"structure"` // The names of one or more CloudWatch alarms to monitor for the instance refresh. + // You can specify up to 10 alarms. Alarms []*string `type:"list"` } diff --git a/service/cloud9/api.go b/service/cloud9/api.go index 59d4d0909ec..7b073893b48 100644 --- a/service/cloud9/api.go +++ b/service/cloud9/api.go @@ -1602,12 +1602,14 @@ type CreateEnvironmentEC2Input struct { // AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. // // The default Amazon Linux AMI is currently used if the parameter isn't explicitly - // assigned a value in the request. - // - // In the future the parameter for Amazon Linux will no longer be available - // when you specify an AMI for your instance. Amazon Linux 2 will then become - // the default AMI, which is used to launch your instance if no parameter is - // explicitly defined. + // assigned a value in the request. Because Amazon Linux AMI has ended standard + // support as of December 31, 2020, we recommend you choose Amazon Linux 2, + // which includes long term support through 2023. + // + // From December 31, 2023, the parameter for Amazon Linux will no longer be + // available when you specify an AMI for your instance. Amazon Linux 2 will + // then become the default AMI, which is used to launch your instance if no + // parameter is explicitly defined. // // AMI aliases // diff --git a/service/databasemigrationservice/api.go b/service/databasemigrationservice/api.go index a43d4976b31..9fcdb0ef7bd 100644 --- a/service/databasemigrationservice/api.go +++ b/service/databasemigrationservice/api.go @@ -358,6 +358,92 @@ func (c *DatabaseMigrationService) CancelReplicationTaskAssessmentRunWithContext return out, req.Send() } +const opCreateDataProvider = "CreateDataProvider" + +// CreateDataProviderRequest generates a "aws/request.Request" representing the +// client's request for the CreateDataProvider operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See CreateDataProvider for more information on using the CreateDataProvider +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the CreateDataProviderRequest method. +// req, resp := client.CreateDataProviderRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateDataProvider +func (c *DatabaseMigrationService) CreateDataProviderRequest(input *CreateDataProviderInput) (req *request.Request, output *CreateDataProviderOutput) { + op := &request.Operation{ + Name: opCreateDataProvider, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &CreateDataProviderInput{} + } + + output = &CreateDataProviderOutput{} + req = c.newRequest(op, input, output) + return +} + +// CreateDataProvider API operation for AWS Database Migration Service. +// +// Creates a data provider using the provided settings. A data provider stores +// a data store type and location information about your database. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation CreateDataProvider for usage and error information. +// +// Returned Error Types: +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateDataProvider +func (c *DatabaseMigrationService) CreateDataProvider(input *CreateDataProviderInput) (*CreateDataProviderOutput, error) { + req, out := c.CreateDataProviderRequest(input) + return out, req.Send() +} + +// CreateDataProviderWithContext is the same as CreateDataProvider with the addition of +// the ability to pass a context and additional request options. +// +// See CreateDataProvider for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) CreateDataProviderWithContext(ctx aws.Context, input *CreateDataProviderInput, opts ...request.Option) (*CreateDataProviderOutput, error) { + req, out := c.CreateDataProviderRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opCreateEndpoint = "CreateEndpoint" // CreateEndpointRequest generates a "aws/request.Request" representing the @@ -678,6 +764,205 @@ func (c *DatabaseMigrationService) CreateFleetAdvisorCollectorWithContext(ctx aw return out, req.Send() } +const opCreateInstanceProfile = "CreateInstanceProfile" + +// CreateInstanceProfileRequest generates a "aws/request.Request" representing the +// client's request for the CreateInstanceProfile operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See CreateInstanceProfile for more information on using the CreateInstanceProfile +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the CreateInstanceProfileRequest method. +// req, resp := client.CreateInstanceProfileRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateInstanceProfile +func (c *DatabaseMigrationService) CreateInstanceProfileRequest(input *CreateInstanceProfileInput) (req *request.Request, output *CreateInstanceProfileOutput) { + op := &request.Operation{ + Name: opCreateInstanceProfile, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &CreateInstanceProfileInput{} + } + + output = &CreateInstanceProfileOutput{} + req = c.newRequest(op, input, output) + return +} + +// CreateInstanceProfile API operation for AWS Database Migration Service. +// +// Creates the instance profile using the specified parameters. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation CreateInstanceProfile for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateInstanceProfile +func (c *DatabaseMigrationService) CreateInstanceProfile(input *CreateInstanceProfileInput) (*CreateInstanceProfileOutput, error) { + req, out := c.CreateInstanceProfileRequest(input) + return out, req.Send() +} + +// CreateInstanceProfileWithContext is the same as CreateInstanceProfile with the addition of +// the ability to pass a context and additional request options. +// +// See CreateInstanceProfile for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) CreateInstanceProfileWithContext(ctx aws.Context, input *CreateInstanceProfileInput, opts ...request.Option) (*CreateInstanceProfileOutput, error) { + req, out := c.CreateInstanceProfileRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opCreateMigrationProject = "CreateMigrationProject" + +// CreateMigrationProjectRequest generates a "aws/request.Request" representing the +// client's request for the CreateMigrationProject operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See CreateMigrationProject for more information on using the CreateMigrationProject +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the CreateMigrationProjectRequest method. +// req, resp := client.CreateMigrationProjectRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateMigrationProject +func (c *DatabaseMigrationService) CreateMigrationProjectRequest(input *CreateMigrationProjectInput) (req *request.Request, output *CreateMigrationProjectOutput) { + op := &request.Operation{ + Name: opCreateMigrationProject, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &CreateMigrationProjectInput{} + } + + output = &CreateMigrationProjectOutput{} + req = c.newRequest(op, input, output) + return +} + +// CreateMigrationProject API operation for AWS Database Migration Service. +// +// Creates the migration project using the specified parameters. +// +// You can run this action only after you create an instance profile and data +// providers using CreateInstanceProfile (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateInstanceProfile.html) +// and CreateDataProvider (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateDataProvider.html). +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation CreateMigrationProject for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateMigrationProject +func (c *DatabaseMigrationService) CreateMigrationProject(input *CreateMigrationProjectInput) (*CreateMigrationProjectOutput, error) { + req, out := c.CreateMigrationProjectRequest(input) + return out, req.Send() +} + +// CreateMigrationProjectWithContext is the same as CreateMigrationProject with the addition of +// the ability to pass a context and additional request options. +// +// See CreateMigrationProject for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) CreateMigrationProjectWithContext(ctx aws.Context, input *CreateMigrationProjectInput, opts ...request.Option) (*CreateMigrationProjectOutput, error) { + req, out := c.CreateMigrationProjectRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opCreateReplicationConfig = "CreateReplicationConfig" // CreateReplicationConfigRequest generates a "aws/request.Request" representing the @@ -1267,63 +1552,66 @@ func (c *DatabaseMigrationService) DeleteConnectionWithContext(ctx aws.Context, return out, req.Send() } -const opDeleteEndpoint = "DeleteEndpoint" +const opDeleteDataProvider = "DeleteDataProvider" -// DeleteEndpointRequest generates a "aws/request.Request" representing the -// client's request for the DeleteEndpoint operation. The "output" return +// DeleteDataProviderRequest generates a "aws/request.Request" representing the +// client's request for the DeleteDataProvider operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DeleteEndpoint for more information on using the DeleteEndpoint +// See DeleteDataProvider for more information on using the DeleteDataProvider // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DeleteEndpointRequest method. -// req, resp := client.DeleteEndpointRequest(params) +// // Example sending a request using the DeleteDataProviderRequest method. +// req, resp := client.DeleteDataProviderRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint -func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteDataProvider +func (c *DatabaseMigrationService) DeleteDataProviderRequest(input *DeleteDataProviderInput) (req *request.Request, output *DeleteDataProviderOutput) { op := &request.Operation{ - Name: opDeleteEndpoint, + Name: opDeleteDataProvider, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &DeleteEndpointInput{} + input = &DeleteDataProviderInput{} } - output = &DeleteEndpointOutput{} + output = &DeleteDataProviderOutput{} req = c.newRequest(op, input, output) return } -// DeleteEndpoint API operation for AWS Database Migration Service. +// DeleteDataProvider API operation for AWS Database Migration Service. // -// Deletes the specified endpoint. +// Deletes the specified data provider. // -// All tasks associated with the endpoint must be deleted before you can delete -// the endpoint. +// All migration projects associated with the data provider must be deleted +// or modified before you can delete the data provider. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DeleteEndpoint for usage and error information. +// API operation DeleteDataProvider for usage and error information. // // Returned Error Types: // +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// // - ResourceNotFoundFault // The resource could not be found. // @@ -1331,46 +1619,132 @@ func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointIn // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint -func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error) { - req, out := c.DeleteEndpointRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteDataProvider +func (c *DatabaseMigrationService) DeleteDataProvider(input *DeleteDataProviderInput) (*DeleteDataProviderOutput, error) { + req, out := c.DeleteDataProviderRequest(input) return out, req.Send() } -// DeleteEndpointWithContext is the same as DeleteEndpoint with the addition of +// DeleteDataProviderWithContext is the same as DeleteDataProvider with the addition of // the ability to pass a context and additional request options. // -// See DeleteEndpoint for details on how to use this API operation. +// See DeleteDataProvider for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error) { - req, out := c.DeleteEndpointRequest(input) +func (c *DatabaseMigrationService) DeleteDataProviderWithContext(ctx aws.Context, input *DeleteDataProviderInput, opts ...request.Option) (*DeleteDataProviderOutput, error) { + req, out := c.DeleteDataProviderRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opDeleteEventSubscription = "DeleteEventSubscription" +const opDeleteEndpoint = "DeleteEndpoint" -// DeleteEventSubscriptionRequest generates a "aws/request.Request" representing the -// client's request for the DeleteEventSubscription operation. The "output" return +// DeleteEndpointRequest generates a "aws/request.Request" representing the +// client's request for the DeleteEndpoint operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DeleteEventSubscription for more information on using the DeleteEventSubscription +// See DeleteEndpoint for more information on using the DeleteEndpoint // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DeleteEventSubscriptionRequest method. -// req, resp := client.DeleteEventSubscriptionRequest(params) +// // Example sending a request using the DeleteEndpointRequest method. +// req, resp := client.DeleteEndpointRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint +func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput) { + op := &request.Operation{ + Name: opDeleteEndpoint, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &DeleteEndpointInput{} + } + + output = &DeleteEndpointOutput{} + req = c.newRequest(op, input, output) + return +} + +// DeleteEndpoint API operation for AWS Database Migration Service. +// +// Deletes the specified endpoint. +// +// All tasks associated with the endpoint must be deleted before you can delete +// the endpoint. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation DeleteEndpoint for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint +func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error) { + req, out := c.DeleteEndpointRequest(input) + return out, req.Send() +} + +// DeleteEndpointWithContext is the same as DeleteEndpoint with the addition of +// the ability to pass a context and additional request options. +// +// See DeleteEndpoint for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error) { + req, out := c.DeleteEndpointRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opDeleteEventSubscription = "DeleteEventSubscription" + +// DeleteEventSubscriptionRequest generates a "aws/request.Request" representing the +// client's request for the DeleteEventSubscription operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DeleteEventSubscription for more information on using the DeleteEventSubscription +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DeleteEventSubscriptionRequest method. +// req, resp := client.DeleteEventSubscriptionRequest(params) // // err := req.Send() // if err == nil { // resp is now filled @@ -1602,6 +1976,183 @@ func (c *DatabaseMigrationService) DeleteFleetAdvisorDatabasesWithContext(ctx aw return out, req.Send() } +const opDeleteInstanceProfile = "DeleteInstanceProfile" + +// DeleteInstanceProfileRequest generates a "aws/request.Request" representing the +// client's request for the DeleteInstanceProfile operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DeleteInstanceProfile for more information on using the DeleteInstanceProfile +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DeleteInstanceProfileRequest method. +// req, resp := client.DeleteInstanceProfileRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteInstanceProfile +func (c *DatabaseMigrationService) DeleteInstanceProfileRequest(input *DeleteInstanceProfileInput) (req *request.Request, output *DeleteInstanceProfileOutput) { + op := &request.Operation{ + Name: opDeleteInstanceProfile, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &DeleteInstanceProfileInput{} + } + + output = &DeleteInstanceProfileOutput{} + req = c.newRequest(op, input, output) + return +} + +// DeleteInstanceProfile API operation for AWS Database Migration Service. +// +// Deletes the specified instance profile. +// +// All migration projects associated with the instance profile must be deleted +// or modified before you can delete the instance profile. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation DeleteInstanceProfile for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteInstanceProfile +func (c *DatabaseMigrationService) DeleteInstanceProfile(input *DeleteInstanceProfileInput) (*DeleteInstanceProfileOutput, error) { + req, out := c.DeleteInstanceProfileRequest(input) + return out, req.Send() +} + +// DeleteInstanceProfileWithContext is the same as DeleteInstanceProfile with the addition of +// the ability to pass a context and additional request options. +// +// See DeleteInstanceProfile for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DeleteInstanceProfileWithContext(ctx aws.Context, input *DeleteInstanceProfileInput, opts ...request.Option) (*DeleteInstanceProfileOutput, error) { + req, out := c.DeleteInstanceProfileRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opDeleteMigrationProject = "DeleteMigrationProject" + +// DeleteMigrationProjectRequest generates a "aws/request.Request" representing the +// client's request for the DeleteMigrationProject operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DeleteMigrationProject for more information on using the DeleteMigrationProject +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DeleteMigrationProjectRequest method. +// req, resp := client.DeleteMigrationProjectRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteMigrationProject +func (c *DatabaseMigrationService) DeleteMigrationProjectRequest(input *DeleteMigrationProjectInput) (req *request.Request, output *DeleteMigrationProjectOutput) { + op := &request.Operation{ + Name: opDeleteMigrationProject, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &DeleteMigrationProjectInput{} + } + + output = &DeleteMigrationProjectOutput{} + req = c.newRequest(op, input, output) + return +} + +// DeleteMigrationProject API operation for AWS Database Migration Service. +// +// Deletes the specified migration project. +// +// The migration project must be closed before you can delete it. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation DeleteMigrationProject for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteMigrationProject +func (c *DatabaseMigrationService) DeleteMigrationProject(input *DeleteMigrationProjectInput) (*DeleteMigrationProjectOutput, error) { + req, out := c.DeleteMigrationProjectRequest(input) + return out, req.Send() +} + +// DeleteMigrationProjectWithContext is the same as DeleteMigrationProject with the addition of +// the ability to pass a context and additional request options. +// +// See DeleteMigrationProject for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DeleteMigrationProjectWithContext(ctx aws.Context, input *DeleteMigrationProjectInput, opts ...request.Option) (*DeleteMigrationProjectOutput, error) { + req, out := c.DeleteMigrationProjectRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opDeleteReplicationConfig = "DeleteReplicationConfig" // DeleteReplicationConfigRequest generates a "aws/request.Request" representing the @@ -2550,91 +3101,309 @@ func (c *DatabaseMigrationService) DescribeConnectionsPagesWithContext(ctx aws.C return p.Err() } -const opDescribeEndpointSettings = "DescribeEndpointSettings" +const opDescribeConversionConfiguration = "DescribeConversionConfiguration" -// DescribeEndpointSettingsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeEndpointSettings operation. The "output" return +// DescribeConversionConfigurationRequest generates a "aws/request.Request" representing the +// client's request for the DescribeConversionConfiguration operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeEndpointSettings for more information on using the DescribeEndpointSettings +// See DescribeConversionConfiguration for more information on using the DescribeConversionConfiguration // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeEndpointSettingsRequest method. -// req, resp := client.DescribeEndpointSettingsRequest(params) +// // Example sending a request using the DescribeConversionConfigurationRequest method. +// req, resp := client.DescribeConversionConfigurationRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettings -func (c *DatabaseMigrationService) DescribeEndpointSettingsRequest(input *DescribeEndpointSettingsInput) (req *request.Request, output *DescribeEndpointSettingsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConversionConfiguration +func (c *DatabaseMigrationService) DescribeConversionConfigurationRequest(input *DescribeConversionConfigurationInput) (req *request.Request, output *DescribeConversionConfigurationOutput) { op := &request.Operation{ - Name: opDescribeEndpointSettings, + Name: opDescribeConversionConfiguration, HTTPMethod: "POST", HTTPPath: "/", - Paginator: &request.Paginator{ - InputTokens: []string{"Marker"}, - OutputTokens: []string{"Marker"}, - LimitToken: "MaxRecords", - TruncationToken: "", - }, } if input == nil { - input = &DescribeEndpointSettingsInput{} + input = &DescribeConversionConfigurationInput{} } - output = &DescribeEndpointSettingsOutput{} + output = &DescribeConversionConfigurationOutput{} req = c.newRequest(op, input, output) return } -// DescribeEndpointSettings API operation for AWS Database Migration Service. +// DescribeConversionConfiguration API operation for AWS Database Migration Service. // -// Returns information about the possible endpoint settings available when you -// create an endpoint for a specific database engine. +// Returns configuration parameters for a schema conversion project. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeEndpointSettings for usage and error information. -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettings -func (c *DatabaseMigrationService) DescribeEndpointSettings(input *DescribeEndpointSettingsInput) (*DescribeEndpointSettingsOutput, error) { - req, out := c.DescribeEndpointSettingsRequest(input) +// API operation DescribeConversionConfiguration for usage and error information. +// +// Returned Error Types: +// - ResourceNotFoundFault +// The resource could not be found. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConversionConfiguration +func (c *DatabaseMigrationService) DescribeConversionConfiguration(input *DescribeConversionConfigurationInput) (*DescribeConversionConfigurationOutput, error) { + req, out := c.DescribeConversionConfigurationRequest(input) return out, req.Send() } -// DescribeEndpointSettingsWithContext is the same as DescribeEndpointSettings with the addition of +// DescribeConversionConfigurationWithContext is the same as DescribeConversionConfiguration with the addition of // the ability to pass a context and additional request options. // -// See DescribeEndpointSettings for details on how to use this API operation. +// See DescribeConversionConfiguration for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeEndpointSettingsWithContext(ctx aws.Context, input *DescribeEndpointSettingsInput, opts ...request.Option) (*DescribeEndpointSettingsOutput, error) { - req, out := c.DescribeEndpointSettingsRequest(input) +func (c *DatabaseMigrationService) DescribeConversionConfigurationWithContext(ctx aws.Context, input *DescribeConversionConfigurationInput, opts ...request.Option) (*DescribeConversionConfigurationOutput, error) { + req, out := c.DescribeConversionConfigurationRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeEndpointSettingsPages iterates over the pages of a DescribeEndpointSettings operation, -// calling the "fn" function with the response data for each page. To stop -// iterating, return false from the fn function. -// -// See DescribeEndpointSettings method for more information on how to use this operation. +const opDescribeDataProviders = "DescribeDataProviders" + +// DescribeDataProvidersRequest generates a "aws/request.Request" representing the +// client's request for the DescribeDataProviders operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DescribeDataProviders for more information on using the DescribeDataProviders +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DescribeDataProvidersRequest method. +// req, resp := client.DescribeDataProvidersRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeDataProviders +func (c *DatabaseMigrationService) DescribeDataProvidersRequest(input *DescribeDataProvidersInput) (req *request.Request, output *DescribeDataProvidersOutput) { + op := &request.Operation{ + Name: opDescribeDataProviders, + HTTPMethod: "POST", + HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, + } + + if input == nil { + input = &DescribeDataProvidersInput{} + } + + output = &DescribeDataProvidersOutput{} + req = c.newRequest(op, input, output) + return +} + +// DescribeDataProviders API operation for AWS Database Migration Service. +// +// Returns a paginated list of data providers for your account in the current +// region. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation DescribeDataProviders for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeDataProviders +func (c *DatabaseMigrationService) DescribeDataProviders(input *DescribeDataProvidersInput) (*DescribeDataProvidersOutput, error) { + req, out := c.DescribeDataProvidersRequest(input) + return out, req.Send() +} + +// DescribeDataProvidersWithContext is the same as DescribeDataProviders with the addition of +// the ability to pass a context and additional request options. +// +// See DescribeDataProviders for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeDataProvidersWithContext(ctx aws.Context, input *DescribeDataProvidersInput, opts ...request.Option) (*DescribeDataProvidersOutput, error) { + req, out := c.DescribeDataProvidersRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +// DescribeDataProvidersPages iterates over the pages of a DescribeDataProviders operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeDataProviders method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeDataProviders operation. +// pageNum := 0 +// err := client.DescribeDataProvidersPages(params, +// func(page *databasemigrationservice.DescribeDataProvidersOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeDataProvidersPages(input *DescribeDataProvidersInput, fn func(*DescribeDataProvidersOutput, bool) bool) error { + return c.DescribeDataProvidersPagesWithContext(aws.BackgroundContext(), input, fn) +} + +// DescribeDataProvidersPagesWithContext same as DescribeDataProvidersPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeDataProvidersPagesWithContext(ctx aws.Context, input *DescribeDataProvidersInput, fn func(*DescribeDataProvidersOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeDataProvidersInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeDataProvidersRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeDataProvidersOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeEndpointSettings = "DescribeEndpointSettings" + +// DescribeEndpointSettingsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeEndpointSettings operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DescribeEndpointSettings for more information on using the DescribeEndpointSettings +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DescribeEndpointSettingsRequest method. +// req, resp := client.DescribeEndpointSettingsRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettings +func (c *DatabaseMigrationService) DescribeEndpointSettingsRequest(input *DescribeEndpointSettingsInput) (req *request.Request, output *DescribeEndpointSettingsOutput) { + op := &request.Operation{ + Name: opDescribeEndpointSettings, + HTTPMethod: "POST", + HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, + } + + if input == nil { + input = &DescribeEndpointSettingsInput{} + } + + output = &DescribeEndpointSettingsOutput{} + req = c.newRequest(op, input, output) + return +} + +// DescribeEndpointSettings API operation for AWS Database Migration Service. +// +// Returns information about the possible endpoint settings available when you +// create an endpoint for a specific database engine. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation DescribeEndpointSettings for usage and error information. +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettings +func (c *DatabaseMigrationService) DescribeEndpointSettings(input *DescribeEndpointSettingsInput) (*DescribeEndpointSettingsOutput, error) { + req, out := c.DescribeEndpointSettingsRequest(input) + return out, req.Send() +} + +// DescribeEndpointSettingsWithContext is the same as DescribeEndpointSettings with the addition of +// the ability to pass a context and additional request options. +// +// See DescribeEndpointSettings for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeEndpointSettingsWithContext(ctx aws.Context, input *DescribeEndpointSettingsInput, opts ...request.Option) (*DescribeEndpointSettingsOutput, error) { + req, out := c.DescribeEndpointSettingsRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +// DescribeEndpointSettingsPages iterates over the pages of a DescribeEndpointSettings operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeEndpointSettings method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // @@ -3425,127 +4194,124 @@ func (c *DatabaseMigrationService) DescribeEventsPagesWithContext(ctx aws.Contex return p.Err() } -const opDescribeFleetAdvisorCollectors = "DescribeFleetAdvisorCollectors" +const opDescribeExtensionPackAssociations = "DescribeExtensionPackAssociations" -// DescribeFleetAdvisorCollectorsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeFleetAdvisorCollectors operation. The "output" return +// DescribeExtensionPackAssociationsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeExtensionPackAssociations operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeFleetAdvisorCollectors for more information on using the DescribeFleetAdvisorCollectors +// See DescribeExtensionPackAssociations for more information on using the DescribeExtensionPackAssociations // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeFleetAdvisorCollectorsRequest method. -// req, resp := client.DescribeFleetAdvisorCollectorsRequest(params) +// // Example sending a request using the DescribeExtensionPackAssociationsRequest method. +// req, resp := client.DescribeExtensionPackAssociationsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeFleetAdvisorCollectors -func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsRequest(input *DescribeFleetAdvisorCollectorsInput) (req *request.Request, output *DescribeFleetAdvisorCollectorsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeExtensionPackAssociations +func (c *DatabaseMigrationService) DescribeExtensionPackAssociationsRequest(input *DescribeExtensionPackAssociationsInput) (req *request.Request, output *DescribeExtensionPackAssociationsOutput) { op := &request.Operation{ - Name: opDescribeFleetAdvisorCollectors, + Name: opDescribeExtensionPackAssociations, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ - InputTokens: []string{"NextToken"}, - OutputTokens: []string{"NextToken"}, + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, LimitToken: "MaxRecords", TruncationToken: "", }, } if input == nil { - input = &DescribeFleetAdvisorCollectorsInput{} + input = &DescribeExtensionPackAssociationsInput{} } - output = &DescribeFleetAdvisorCollectorsOutput{} + output = &DescribeExtensionPackAssociationsOutput{} req = c.newRequest(op, input, output) return } -// DescribeFleetAdvisorCollectors API operation for AWS Database Migration Service. +// DescribeExtensionPackAssociations API operation for AWS Database Migration Service. // -// Returns a list of the Fleet Advisor collectors in your account. +// Returns a paginated list of extension pack associations for the specified +// migration project. An extension pack is an add-on module that emulates functions +// present in a source database that are required when converting objects to +// the target database. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeFleetAdvisorCollectors for usage and error information. -// -// Returned Error Types: -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeFleetAdvisorCollectors -func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectors(input *DescribeFleetAdvisorCollectorsInput) (*DescribeFleetAdvisorCollectorsOutput, error) { - req, out := c.DescribeFleetAdvisorCollectorsRequest(input) +// API operation DescribeExtensionPackAssociations for usage and error information. +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeExtensionPackAssociations +func (c *DatabaseMigrationService) DescribeExtensionPackAssociations(input *DescribeExtensionPackAssociationsInput) (*DescribeExtensionPackAssociationsOutput, error) { + req, out := c.DescribeExtensionPackAssociationsRequest(input) return out, req.Send() } -// DescribeFleetAdvisorCollectorsWithContext is the same as DescribeFleetAdvisorCollectors with the addition of +// DescribeExtensionPackAssociationsWithContext is the same as DescribeExtensionPackAssociations with the addition of // the ability to pass a context and additional request options. // -// See DescribeFleetAdvisorCollectors for details on how to use this API operation. +// See DescribeExtensionPackAssociations for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsWithContext(ctx aws.Context, input *DescribeFleetAdvisorCollectorsInput, opts ...request.Option) (*DescribeFleetAdvisorCollectorsOutput, error) { - req, out := c.DescribeFleetAdvisorCollectorsRequest(input) +func (c *DatabaseMigrationService) DescribeExtensionPackAssociationsWithContext(ctx aws.Context, input *DescribeExtensionPackAssociationsInput, opts ...request.Option) (*DescribeExtensionPackAssociationsOutput, error) { + req, out := c.DescribeExtensionPackAssociationsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeFleetAdvisorCollectorsPages iterates over the pages of a DescribeFleetAdvisorCollectors operation, +// DescribeExtensionPackAssociationsPages iterates over the pages of a DescribeExtensionPackAssociations operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeFleetAdvisorCollectors method for more information on how to use this operation. +// See DescribeExtensionPackAssociations method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeFleetAdvisorCollectors operation. +// // Example iterating over at most 3 pages of a DescribeExtensionPackAssociations operation. // pageNum := 0 -// err := client.DescribeFleetAdvisorCollectorsPages(params, -// func(page *databasemigrationservice.DescribeFleetAdvisorCollectorsOutput, lastPage bool) bool { +// err := client.DescribeExtensionPackAssociationsPages(params, +// func(page *databasemigrationservice.DescribeExtensionPackAssociationsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsPages(input *DescribeFleetAdvisorCollectorsInput, fn func(*DescribeFleetAdvisorCollectorsOutput, bool) bool) error { - return c.DescribeFleetAdvisorCollectorsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeExtensionPackAssociationsPages(input *DescribeExtensionPackAssociationsInput, fn func(*DescribeExtensionPackAssociationsOutput, bool) bool) error { + return c.DescribeExtensionPackAssociationsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeFleetAdvisorCollectorsPagesWithContext same as DescribeFleetAdvisorCollectorsPages except +// DescribeExtensionPackAssociationsPagesWithContext same as DescribeExtensionPackAssociationsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsPagesWithContext(ctx aws.Context, input *DescribeFleetAdvisorCollectorsInput, fn func(*DescribeFleetAdvisorCollectorsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeExtensionPackAssociationsPagesWithContext(ctx aws.Context, input *DescribeExtensionPackAssociationsInput, fn func(*DescribeExtensionPackAssociationsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeFleetAdvisorCollectorsInput + var inCpy *DescribeExtensionPackAssociationsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeFleetAdvisorCollectorsRequest(inCpy) + req, _ := c.DescribeExtensionPackAssociationsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -3553,7 +4319,7 @@ func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsPagesWithContex } for p.Next() { - if !fn(p.Page().(*DescribeFleetAdvisorCollectorsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeExtensionPackAssociationsOutput), !p.HasNextPage()) { break } } @@ -3561,34 +4327,34 @@ func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsPagesWithContex return p.Err() } -const opDescribeFleetAdvisorDatabases = "DescribeFleetAdvisorDatabases" +const opDescribeFleetAdvisorCollectors = "DescribeFleetAdvisorCollectors" -// DescribeFleetAdvisorDatabasesRequest generates a "aws/request.Request" representing the -// client's request for the DescribeFleetAdvisorDatabases operation. The "output" return +// DescribeFleetAdvisorCollectorsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeFleetAdvisorCollectors operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeFleetAdvisorDatabases for more information on using the DescribeFleetAdvisorDatabases +// See DescribeFleetAdvisorCollectors for more information on using the DescribeFleetAdvisorCollectors // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeFleetAdvisorDatabasesRequest method. -// req, resp := client.DescribeFleetAdvisorDatabasesRequest(params) +// // Example sending a request using the DescribeFleetAdvisorCollectorsRequest method. +// req, resp := client.DescribeFleetAdvisorCollectorsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeFleetAdvisorDatabases -func (c *DatabaseMigrationService) DescribeFleetAdvisorDatabasesRequest(input *DescribeFleetAdvisorDatabasesInput) (req *request.Request, output *DescribeFleetAdvisorDatabasesOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeFleetAdvisorCollectors +func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsRequest(input *DescribeFleetAdvisorCollectorsInput) (req *request.Request, output *DescribeFleetAdvisorCollectorsOutput) { op := &request.Operation{ - Name: opDescribeFleetAdvisorDatabases, + Name: opDescribeFleetAdvisorCollectors, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -3600,10 +4366,146 @@ func (c *DatabaseMigrationService) DescribeFleetAdvisorDatabasesRequest(input *D } if input == nil { - input = &DescribeFleetAdvisorDatabasesInput{} + input = &DescribeFleetAdvisorCollectorsInput{} } - output = &DescribeFleetAdvisorDatabasesOutput{} + output = &DescribeFleetAdvisorCollectorsOutput{} + req = c.newRequest(op, input, output) + return +} + +// DescribeFleetAdvisorCollectors API operation for AWS Database Migration Service. +// +// Returns a list of the Fleet Advisor collectors in your account. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation DescribeFleetAdvisorCollectors for usage and error information. +// +// Returned Error Types: +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeFleetAdvisorCollectors +func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectors(input *DescribeFleetAdvisorCollectorsInput) (*DescribeFleetAdvisorCollectorsOutput, error) { + req, out := c.DescribeFleetAdvisorCollectorsRequest(input) + return out, req.Send() +} + +// DescribeFleetAdvisorCollectorsWithContext is the same as DescribeFleetAdvisorCollectors with the addition of +// the ability to pass a context and additional request options. +// +// See DescribeFleetAdvisorCollectors for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsWithContext(ctx aws.Context, input *DescribeFleetAdvisorCollectorsInput, opts ...request.Option) (*DescribeFleetAdvisorCollectorsOutput, error) { + req, out := c.DescribeFleetAdvisorCollectorsRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +// DescribeFleetAdvisorCollectorsPages iterates over the pages of a DescribeFleetAdvisorCollectors operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeFleetAdvisorCollectors method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeFleetAdvisorCollectors operation. +// pageNum := 0 +// err := client.DescribeFleetAdvisorCollectorsPages(params, +// func(page *databasemigrationservice.DescribeFleetAdvisorCollectorsOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsPages(input *DescribeFleetAdvisorCollectorsInput, fn func(*DescribeFleetAdvisorCollectorsOutput, bool) bool) error { + return c.DescribeFleetAdvisorCollectorsPagesWithContext(aws.BackgroundContext(), input, fn) +} + +// DescribeFleetAdvisorCollectorsPagesWithContext same as DescribeFleetAdvisorCollectorsPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeFleetAdvisorCollectorsPagesWithContext(ctx aws.Context, input *DescribeFleetAdvisorCollectorsInput, fn func(*DescribeFleetAdvisorCollectorsOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeFleetAdvisorCollectorsInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeFleetAdvisorCollectorsRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeFleetAdvisorCollectorsOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeFleetAdvisorDatabases = "DescribeFleetAdvisorDatabases" + +// DescribeFleetAdvisorDatabasesRequest generates a "aws/request.Request" representing the +// client's request for the DescribeFleetAdvisorDatabases operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DescribeFleetAdvisorDatabases for more information on using the DescribeFleetAdvisorDatabases +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DescribeFleetAdvisorDatabasesRequest method. +// req, resp := client.DescribeFleetAdvisorDatabasesRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeFleetAdvisorDatabases +func (c *DatabaseMigrationService) DescribeFleetAdvisorDatabasesRequest(input *DescribeFleetAdvisorDatabasesInput) (req *request.Request, output *DescribeFleetAdvisorDatabasesOutput) { + op := &request.Operation{ + Name: opDescribeFleetAdvisorDatabases, + HTTPMethod: "POST", + HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"NextToken"}, + OutputTokens: []string{"NextToken"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, + } + + if input == nil { + input = &DescribeFleetAdvisorDatabasesInput{} + } + + output = &DescribeFleetAdvisorDatabasesOutput{} req = c.newRequest(op, input, output) return } @@ -4106,34 +5008,34 @@ func (c *DatabaseMigrationService) DescribeFleetAdvisorSchemasPagesWithContext(c return p.Err() } -const opDescribeOrderableReplicationInstances = "DescribeOrderableReplicationInstances" +const opDescribeInstanceProfiles = "DescribeInstanceProfiles" -// DescribeOrderableReplicationInstancesRequest generates a "aws/request.Request" representing the -// client's request for the DescribeOrderableReplicationInstances operation. The "output" return +// DescribeInstanceProfilesRequest generates a "aws/request.Request" representing the +// client's request for the DescribeInstanceProfiles operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeOrderableReplicationInstances for more information on using the DescribeOrderableReplicationInstances +// See DescribeInstanceProfiles for more information on using the DescribeInstanceProfiles // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeOrderableReplicationInstancesRequest method. -// req, resp := client.DescribeOrderableReplicationInstancesRequest(params) +// // Example sending a request using the DescribeInstanceProfilesRequest method. +// req, resp := client.DescribeInstanceProfilesRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances -func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeInstanceProfiles +func (c *DatabaseMigrationService) DescribeInstanceProfilesRequest(input *DescribeInstanceProfilesInput) (req *request.Request, output *DescribeInstanceProfilesOutput) { op := &request.Operation{ - Name: opDescribeOrderableReplicationInstances, + Name: opDescribeInstanceProfiles, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -4145,83 +5047,92 @@ func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest( } if input == nil { - input = &DescribeOrderableReplicationInstancesInput{} + input = &DescribeInstanceProfilesInput{} } - output = &DescribeOrderableReplicationInstancesOutput{} + output = &DescribeInstanceProfilesOutput{} req = c.newRequest(op, input, output) return } -// DescribeOrderableReplicationInstances API operation for AWS Database Migration Service. +// DescribeInstanceProfiles API operation for AWS Database Migration Service. // -// Returns information about the replication instance types that can be created -// in the specified region. +// Returns a paginated list of instance profiles for your account in the current +// region. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeOrderableReplicationInstances for usage and error information. -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances -func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error) { - req, out := c.DescribeOrderableReplicationInstancesRequest(input) +// API operation DescribeInstanceProfiles for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeInstanceProfiles +func (c *DatabaseMigrationService) DescribeInstanceProfiles(input *DescribeInstanceProfilesInput) (*DescribeInstanceProfilesOutput, error) { + req, out := c.DescribeInstanceProfilesRequest(input) return out, req.Send() } -// DescribeOrderableReplicationInstancesWithContext is the same as DescribeOrderableReplicationInstances with the addition of +// DescribeInstanceProfilesWithContext is the same as DescribeInstanceProfiles with the addition of // the ability to pass a context and additional request options. // -// See DescribeOrderableReplicationInstances for details on how to use this API operation. +// See DescribeInstanceProfiles for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, opts ...request.Option) (*DescribeOrderableReplicationInstancesOutput, error) { - req, out := c.DescribeOrderableReplicationInstancesRequest(input) +func (c *DatabaseMigrationService) DescribeInstanceProfilesWithContext(ctx aws.Context, input *DescribeInstanceProfilesInput, opts ...request.Option) (*DescribeInstanceProfilesOutput, error) { + req, out := c.DescribeInstanceProfilesRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeOrderableReplicationInstancesPages iterates over the pages of a DescribeOrderableReplicationInstances operation, +// DescribeInstanceProfilesPages iterates over the pages of a DescribeInstanceProfiles operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeOrderableReplicationInstances method for more information on how to use this operation. +// See DescribeInstanceProfiles method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeOrderableReplicationInstances operation. +// // Example iterating over at most 3 pages of a DescribeInstanceProfiles operation. // pageNum := 0 -// err := client.DescribeOrderableReplicationInstancesPages(params, -// func(page *databasemigrationservice.DescribeOrderableReplicationInstancesOutput, lastPage bool) bool { +// err := client.DescribeInstanceProfilesPages(params, +// func(page *databasemigrationservice.DescribeInstanceProfilesOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPages(input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool) error { - return c.DescribeOrderableReplicationInstancesPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeInstanceProfilesPages(input *DescribeInstanceProfilesInput, fn func(*DescribeInstanceProfilesOutput, bool) bool) error { + return c.DescribeInstanceProfilesPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeOrderableReplicationInstancesPagesWithContext same as DescribeOrderableReplicationInstancesPages except +// DescribeInstanceProfilesPagesWithContext same as DescribeInstanceProfilesPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeInstanceProfilesPagesWithContext(ctx aws.Context, input *DescribeInstanceProfilesInput, fn func(*DescribeInstanceProfilesOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeOrderableReplicationInstancesInput + var inCpy *DescribeInstanceProfilesInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeOrderableReplicationInstancesRequest(inCpy) + req, _ := c.DescribeInstanceProfilesRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -4229,7 +5140,7 @@ func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWit } for p.Next() { - if !fn(p.Page().(*DescribeOrderableReplicationInstancesOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeInstanceProfilesOutput), !p.HasNextPage()) { break } } @@ -4237,34 +5148,34 @@ func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWit return p.Err() } -const opDescribePendingMaintenanceActions = "DescribePendingMaintenanceActions" +const opDescribeMetadataModelAssessments = "DescribeMetadataModelAssessments" -// DescribePendingMaintenanceActionsRequest generates a "aws/request.Request" representing the -// client's request for the DescribePendingMaintenanceActions operation. The "output" return +// DescribeMetadataModelAssessmentsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeMetadataModelAssessments operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribePendingMaintenanceActions for more information on using the DescribePendingMaintenanceActions +// See DescribeMetadataModelAssessments for more information on using the DescribeMetadataModelAssessments // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribePendingMaintenanceActionsRequest method. -// req, resp := client.DescribePendingMaintenanceActionsRequest(params) +// // Example sending a request using the DescribeMetadataModelAssessmentsRequest method. +// req, resp := client.DescribeMetadataModelAssessmentsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions -func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsRequest(input *DescribePendingMaintenanceActionsInput) (req *request.Request, output *DescribePendingMaintenanceActionsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelAssessments +func (c *DatabaseMigrationService) DescribeMetadataModelAssessmentsRequest(input *DescribeMetadataModelAssessmentsInput) (req *request.Request, output *DescribeMetadataModelAssessmentsOutput) { op := &request.Operation{ - Name: opDescribePendingMaintenanceActions, + Name: opDescribeMetadataModelAssessments, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -4276,87 +5187,88 @@ func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsRequest(inpu } if input == nil { - input = &DescribePendingMaintenanceActionsInput{} + input = &DescribeMetadataModelAssessmentsInput{} } - output = &DescribePendingMaintenanceActionsOutput{} + output = &DescribeMetadataModelAssessmentsOutput{} req = c.newRequest(op, input, output) return } -// DescribePendingMaintenanceActions API operation for AWS Database Migration Service. +// DescribeMetadataModelAssessments API operation for AWS Database Migration Service. // -// # For internal use only +// Returns a paginated list of metadata model assessments for your account in +// the current region. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribePendingMaintenanceActions for usage and error information. +// API operation DescribeMetadataModelAssessments for usage and error information. // // Returned Error Types: // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions -func (c *DatabaseMigrationService) DescribePendingMaintenanceActions(input *DescribePendingMaintenanceActionsInput) (*DescribePendingMaintenanceActionsOutput, error) { - req, out := c.DescribePendingMaintenanceActionsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelAssessments +func (c *DatabaseMigrationService) DescribeMetadataModelAssessments(input *DescribeMetadataModelAssessmentsInput) (*DescribeMetadataModelAssessmentsOutput, error) { + req, out := c.DescribeMetadataModelAssessmentsRequest(input) return out, req.Send() } -// DescribePendingMaintenanceActionsWithContext is the same as DescribePendingMaintenanceActions with the addition of +// DescribeMetadataModelAssessmentsWithContext is the same as DescribeMetadataModelAssessments with the addition of // the ability to pass a context and additional request options. // -// See DescribePendingMaintenanceActions for details on how to use this API operation. +// See DescribeMetadataModelAssessments for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, opts ...request.Option) (*DescribePendingMaintenanceActionsOutput, error) { - req, out := c.DescribePendingMaintenanceActionsRequest(input) +func (c *DatabaseMigrationService) DescribeMetadataModelAssessmentsWithContext(ctx aws.Context, input *DescribeMetadataModelAssessmentsInput, opts ...request.Option) (*DescribeMetadataModelAssessmentsOutput, error) { + req, out := c.DescribeMetadataModelAssessmentsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribePendingMaintenanceActionsPages iterates over the pages of a DescribePendingMaintenanceActions operation, +// DescribeMetadataModelAssessmentsPages iterates over the pages of a DescribeMetadataModelAssessments operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribePendingMaintenanceActions method for more information on how to use this operation. +// See DescribeMetadataModelAssessments method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribePendingMaintenanceActions operation. +// // Example iterating over at most 3 pages of a DescribeMetadataModelAssessments operation. // pageNum := 0 -// err := client.DescribePendingMaintenanceActionsPages(params, -// func(page *databasemigrationservice.DescribePendingMaintenanceActionsOutput, lastPage bool) bool { +// err := client.DescribeMetadataModelAssessmentsPages(params, +// func(page *databasemigrationservice.DescribeMetadataModelAssessmentsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPages(input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool) error { - return c.DescribePendingMaintenanceActionsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeMetadataModelAssessmentsPages(input *DescribeMetadataModelAssessmentsInput, fn func(*DescribeMetadataModelAssessmentsOutput, bool) bool) error { + return c.DescribeMetadataModelAssessmentsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribePendingMaintenanceActionsPagesWithContext same as DescribePendingMaintenanceActionsPages except +// DescribeMetadataModelAssessmentsPagesWithContext same as DescribeMetadataModelAssessmentsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPagesWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeMetadataModelAssessmentsPagesWithContext(ctx aws.Context, input *DescribeMetadataModelAssessmentsInput, fn func(*DescribeMetadataModelAssessmentsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribePendingMaintenanceActionsInput + var inCpy *DescribeMetadataModelAssessmentsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribePendingMaintenanceActionsRequest(inCpy) + req, _ := c.DescribeMetadataModelAssessmentsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -4364,7 +5276,7 @@ func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPagesWithCon } for p.Next() { - if !fn(p.Page().(*DescribePendingMaintenanceActionsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeMetadataModelAssessmentsOutput), !p.HasNextPage()) { break } } @@ -4372,132 +5284,126 @@ func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPagesWithCon return p.Err() } -const opDescribeRecommendationLimitations = "DescribeRecommendationLimitations" +const opDescribeMetadataModelConversions = "DescribeMetadataModelConversions" -// DescribeRecommendationLimitationsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeRecommendationLimitations operation. The "output" return +// DescribeMetadataModelConversionsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeMetadataModelConversions operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeRecommendationLimitations for more information on using the DescribeRecommendationLimitations +// See DescribeMetadataModelConversions for more information on using the DescribeMetadataModelConversions // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeRecommendationLimitationsRequest method. -// req, resp := client.DescribeRecommendationLimitationsRequest(params) +// // Example sending a request using the DescribeMetadataModelConversionsRequest method. +// req, resp := client.DescribeMetadataModelConversionsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendationLimitations -func (c *DatabaseMigrationService) DescribeRecommendationLimitationsRequest(input *DescribeRecommendationLimitationsInput) (req *request.Request, output *DescribeRecommendationLimitationsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelConversions +func (c *DatabaseMigrationService) DescribeMetadataModelConversionsRequest(input *DescribeMetadataModelConversionsInput) (req *request.Request, output *DescribeMetadataModelConversionsOutput) { op := &request.Operation{ - Name: opDescribeRecommendationLimitations, + Name: opDescribeMetadataModelConversions, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ - InputTokens: []string{"NextToken"}, - OutputTokens: []string{"NextToken"}, + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, LimitToken: "MaxRecords", TruncationToken: "", }, } if input == nil { - input = &DescribeRecommendationLimitationsInput{} + input = &DescribeMetadataModelConversionsInput{} } - output = &DescribeRecommendationLimitationsOutput{} + output = &DescribeMetadataModelConversionsOutput{} req = c.newRequest(op, input, output) return } -// DescribeRecommendationLimitations API operation for AWS Database Migration Service. +// DescribeMetadataModelConversions API operation for AWS Database Migration Service. // -// Returns a paginated list of limitations for recommendations of target Amazon -// Web Services engines. +// Returns a paginated list of metadata model conversions for a migration project. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeRecommendationLimitations for usage and error information. +// API operation DescribeMetadataModelConversions for usage and error information. // // Returned Error Types: +// - ResourceNotFoundFault +// The resource could not be found. // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendationLimitations -func (c *DatabaseMigrationService) DescribeRecommendationLimitations(input *DescribeRecommendationLimitationsInput) (*DescribeRecommendationLimitationsOutput, error) { - req, out := c.DescribeRecommendationLimitationsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelConversions +func (c *DatabaseMigrationService) DescribeMetadataModelConversions(input *DescribeMetadataModelConversionsInput) (*DescribeMetadataModelConversionsOutput, error) { + req, out := c.DescribeMetadataModelConversionsRequest(input) return out, req.Send() } -// DescribeRecommendationLimitationsWithContext is the same as DescribeRecommendationLimitations with the addition of +// DescribeMetadataModelConversionsWithContext is the same as DescribeMetadataModelConversions with the addition of // the ability to pass a context and additional request options. // -// See DescribeRecommendationLimitations for details on how to use this API operation. +// See DescribeMetadataModelConversions for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeRecommendationLimitationsWithContext(ctx aws.Context, input *DescribeRecommendationLimitationsInput, opts ...request.Option) (*DescribeRecommendationLimitationsOutput, error) { - req, out := c.DescribeRecommendationLimitationsRequest(input) +func (c *DatabaseMigrationService) DescribeMetadataModelConversionsWithContext(ctx aws.Context, input *DescribeMetadataModelConversionsInput, opts ...request.Option) (*DescribeMetadataModelConversionsOutput, error) { + req, out := c.DescribeMetadataModelConversionsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeRecommendationLimitationsPages iterates over the pages of a DescribeRecommendationLimitations operation, +// DescribeMetadataModelConversionsPages iterates over the pages of a DescribeMetadataModelConversions operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeRecommendationLimitations method for more information on how to use this operation. +// See DescribeMetadataModelConversions method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeRecommendationLimitations operation. +// // Example iterating over at most 3 pages of a DescribeMetadataModelConversions operation. // pageNum := 0 -// err := client.DescribeRecommendationLimitationsPages(params, -// func(page *databasemigrationservice.DescribeRecommendationLimitationsOutput, lastPage bool) bool { +// err := client.DescribeMetadataModelConversionsPages(params, +// func(page *databasemigrationservice.DescribeMetadataModelConversionsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeRecommendationLimitationsPages(input *DescribeRecommendationLimitationsInput, fn func(*DescribeRecommendationLimitationsOutput, bool) bool) error { - return c.DescribeRecommendationLimitationsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeMetadataModelConversionsPages(input *DescribeMetadataModelConversionsInput, fn func(*DescribeMetadataModelConversionsOutput, bool) bool) error { + return c.DescribeMetadataModelConversionsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeRecommendationLimitationsPagesWithContext same as DescribeRecommendationLimitationsPages except +// DescribeMetadataModelConversionsPagesWithContext same as DescribeMetadataModelConversionsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeRecommendationLimitationsPagesWithContext(ctx aws.Context, input *DescribeRecommendationLimitationsInput, fn func(*DescribeRecommendationLimitationsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeMetadataModelConversionsPagesWithContext(ctx aws.Context, input *DescribeMetadataModelConversionsInput, fn func(*DescribeMetadataModelConversionsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeRecommendationLimitationsInput + var inCpy *DescribeMetadataModelConversionsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeRecommendationLimitationsRequest(inCpy) + req, _ := c.DescribeMetadataModelConversionsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -4505,7 +5411,7 @@ func (c *DatabaseMigrationService) DescribeRecommendationLimitationsPagesWithCon } for p.Next() { - if !fn(p.Page().(*DescribeRecommendationLimitationsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeMetadataModelConversionsOutput), !p.HasNextPage()) { break } } @@ -4513,132 +5419,126 @@ func (c *DatabaseMigrationService) DescribeRecommendationLimitationsPagesWithCon return p.Err() } -const opDescribeRecommendations = "DescribeRecommendations" +const opDescribeMetadataModelExportsAsScript = "DescribeMetadataModelExportsAsScript" -// DescribeRecommendationsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeRecommendations operation. The "output" return +// DescribeMetadataModelExportsAsScriptRequest generates a "aws/request.Request" representing the +// client's request for the DescribeMetadataModelExportsAsScript operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeRecommendations for more information on using the DescribeRecommendations +// See DescribeMetadataModelExportsAsScript for more information on using the DescribeMetadataModelExportsAsScript // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeRecommendationsRequest method. -// req, resp := client.DescribeRecommendationsRequest(params) +// // Example sending a request using the DescribeMetadataModelExportsAsScriptRequest method. +// req, resp := client.DescribeMetadataModelExportsAsScriptRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendations -func (c *DatabaseMigrationService) DescribeRecommendationsRequest(input *DescribeRecommendationsInput) (req *request.Request, output *DescribeRecommendationsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsAsScript +func (c *DatabaseMigrationService) DescribeMetadataModelExportsAsScriptRequest(input *DescribeMetadataModelExportsAsScriptInput) (req *request.Request, output *DescribeMetadataModelExportsAsScriptOutput) { op := &request.Operation{ - Name: opDescribeRecommendations, + Name: opDescribeMetadataModelExportsAsScript, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ - InputTokens: []string{"NextToken"}, - OutputTokens: []string{"NextToken"}, + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, LimitToken: "MaxRecords", TruncationToken: "", }, } if input == nil { - input = &DescribeRecommendationsInput{} + input = &DescribeMetadataModelExportsAsScriptInput{} } - output = &DescribeRecommendationsOutput{} + output = &DescribeMetadataModelExportsAsScriptOutput{} req = c.newRequest(op, input, output) return } -// DescribeRecommendations API operation for AWS Database Migration Service. +// DescribeMetadataModelExportsAsScript API operation for AWS Database Migration Service. // -// Returns a paginated list of target engine recommendations for your source -// databases. +// Returns a paginated list of metadata model exports. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeRecommendations for usage and error information. +// API operation DescribeMetadataModelExportsAsScript for usage and error information. // // Returned Error Types: +// - ResourceNotFoundFault +// The resource could not be found. // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendations -func (c *DatabaseMigrationService) DescribeRecommendations(input *DescribeRecommendationsInput) (*DescribeRecommendationsOutput, error) { - req, out := c.DescribeRecommendationsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsAsScript +func (c *DatabaseMigrationService) DescribeMetadataModelExportsAsScript(input *DescribeMetadataModelExportsAsScriptInput) (*DescribeMetadataModelExportsAsScriptOutput, error) { + req, out := c.DescribeMetadataModelExportsAsScriptRequest(input) return out, req.Send() } -// DescribeRecommendationsWithContext is the same as DescribeRecommendations with the addition of +// DescribeMetadataModelExportsAsScriptWithContext is the same as DescribeMetadataModelExportsAsScript with the addition of // the ability to pass a context and additional request options. // -// See DescribeRecommendations for details on how to use this API operation. +// See DescribeMetadataModelExportsAsScript for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeRecommendationsWithContext(ctx aws.Context, input *DescribeRecommendationsInput, opts ...request.Option) (*DescribeRecommendationsOutput, error) { - req, out := c.DescribeRecommendationsRequest(input) +func (c *DatabaseMigrationService) DescribeMetadataModelExportsAsScriptWithContext(ctx aws.Context, input *DescribeMetadataModelExportsAsScriptInput, opts ...request.Option) (*DescribeMetadataModelExportsAsScriptOutput, error) { + req, out := c.DescribeMetadataModelExportsAsScriptRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeRecommendationsPages iterates over the pages of a DescribeRecommendations operation, +// DescribeMetadataModelExportsAsScriptPages iterates over the pages of a DescribeMetadataModelExportsAsScript operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeRecommendations method for more information on how to use this operation. +// See DescribeMetadataModelExportsAsScript method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeRecommendations operation. +// // Example iterating over at most 3 pages of a DescribeMetadataModelExportsAsScript operation. // pageNum := 0 -// err := client.DescribeRecommendationsPages(params, -// func(page *databasemigrationservice.DescribeRecommendationsOutput, lastPage bool) bool { +// err := client.DescribeMetadataModelExportsAsScriptPages(params, +// func(page *databasemigrationservice.DescribeMetadataModelExportsAsScriptOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeRecommendationsPages(input *DescribeRecommendationsInput, fn func(*DescribeRecommendationsOutput, bool) bool) error { - return c.DescribeRecommendationsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeMetadataModelExportsAsScriptPages(input *DescribeMetadataModelExportsAsScriptInput, fn func(*DescribeMetadataModelExportsAsScriptOutput, bool) bool) error { + return c.DescribeMetadataModelExportsAsScriptPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeRecommendationsPagesWithContext same as DescribeRecommendationsPages except +// DescribeMetadataModelExportsAsScriptPagesWithContext same as DescribeMetadataModelExportsAsScriptPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeRecommendationsPagesWithContext(ctx aws.Context, input *DescribeRecommendationsInput, fn func(*DescribeRecommendationsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeMetadataModelExportsAsScriptPagesWithContext(ctx aws.Context, input *DescribeMetadataModelExportsAsScriptInput, fn func(*DescribeMetadataModelExportsAsScriptOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeRecommendationsInput + var inCpy *DescribeMetadataModelExportsAsScriptInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeRecommendationsRequest(inCpy) + req, _ := c.DescribeMetadataModelExportsAsScriptRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -4646,7 +5546,7 @@ func (c *DatabaseMigrationService) DescribeRecommendationsPagesWithContext(ctx a } for p.Next() { - if !fn(p.Page().(*DescribeRecommendationsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeMetadataModelExportsAsScriptOutput), !p.HasNextPage()) { break } } @@ -4654,117 +5554,169 @@ func (c *DatabaseMigrationService) DescribeRecommendationsPagesWithContext(ctx a return p.Err() } -const opDescribeRefreshSchemasStatus = "DescribeRefreshSchemasStatus" +const opDescribeMetadataModelExportsToTarget = "DescribeMetadataModelExportsToTarget" -// DescribeRefreshSchemasStatusRequest generates a "aws/request.Request" representing the -// client's request for the DescribeRefreshSchemasStatus operation. The "output" return +// DescribeMetadataModelExportsToTargetRequest generates a "aws/request.Request" representing the +// client's request for the DescribeMetadataModelExportsToTarget operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeRefreshSchemasStatus for more information on using the DescribeRefreshSchemasStatus +// See DescribeMetadataModelExportsToTarget for more information on using the DescribeMetadataModelExportsToTarget // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeRefreshSchemasStatusRequest method. -// req, resp := client.DescribeRefreshSchemasStatusRequest(params) +// // Example sending a request using the DescribeMetadataModelExportsToTargetRequest method. +// req, resp := client.DescribeMetadataModelExportsToTargetRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus -func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsToTarget +func (c *DatabaseMigrationService) DescribeMetadataModelExportsToTargetRequest(input *DescribeMetadataModelExportsToTargetInput) (req *request.Request, output *DescribeMetadataModelExportsToTargetOutput) { op := &request.Operation{ - Name: opDescribeRefreshSchemasStatus, + Name: opDescribeMetadataModelExportsToTarget, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &DescribeRefreshSchemasStatusInput{} + input = &DescribeMetadataModelExportsToTargetInput{} } - output = &DescribeRefreshSchemasStatusOutput{} + output = &DescribeMetadataModelExportsToTargetOutput{} req = c.newRequest(op, input, output) return } -// DescribeRefreshSchemasStatus API operation for AWS Database Migration Service. +// DescribeMetadataModelExportsToTarget API operation for AWS Database Migration Service. // -// Returns the status of the RefreshSchemas operation. +// Returns a paginated list of metadata model exports. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeRefreshSchemasStatus for usage and error information. +// API operation DescribeMetadataModelExportsToTarget for usage and error information. // // Returned Error Types: -// -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus -func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error) { - req, out := c.DescribeRefreshSchemasStatusRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsToTarget +func (c *DatabaseMigrationService) DescribeMetadataModelExportsToTarget(input *DescribeMetadataModelExportsToTargetInput) (*DescribeMetadataModelExportsToTargetOutput, error) { + req, out := c.DescribeMetadataModelExportsToTargetRequest(input) return out, req.Send() } -// DescribeRefreshSchemasStatusWithContext is the same as DescribeRefreshSchemasStatus with the addition of +// DescribeMetadataModelExportsToTargetWithContext is the same as DescribeMetadataModelExportsToTarget with the addition of // the ability to pass a context and additional request options. // -// See DescribeRefreshSchemasStatus for details on how to use this API operation. +// See DescribeMetadataModelExportsToTarget for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext(ctx aws.Context, input *DescribeRefreshSchemasStatusInput, opts ...request.Option) (*DescribeRefreshSchemasStatusOutput, error) { - req, out := c.DescribeRefreshSchemasStatusRequest(input) +func (c *DatabaseMigrationService) DescribeMetadataModelExportsToTargetWithContext(ctx aws.Context, input *DescribeMetadataModelExportsToTargetInput, opts ...request.Option) (*DescribeMetadataModelExportsToTargetOutput, error) { + req, out := c.DescribeMetadataModelExportsToTargetRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opDescribeReplicationConfigs = "DescribeReplicationConfigs" +// DescribeMetadataModelExportsToTargetPages iterates over the pages of a DescribeMetadataModelExportsToTarget operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeMetadataModelExportsToTarget method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeMetadataModelExportsToTarget operation. +// pageNum := 0 +// err := client.DescribeMetadataModelExportsToTargetPages(params, +// func(page *databasemigrationservice.DescribeMetadataModelExportsToTargetOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeMetadataModelExportsToTargetPages(input *DescribeMetadataModelExportsToTargetInput, fn func(*DescribeMetadataModelExportsToTargetOutput, bool) bool) error { + return c.DescribeMetadataModelExportsToTargetPagesWithContext(aws.BackgroundContext(), input, fn) +} -// DescribeReplicationConfigsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationConfigs operation. The "output" return +// DescribeMetadataModelExportsToTargetPagesWithContext same as DescribeMetadataModelExportsToTargetPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeMetadataModelExportsToTargetPagesWithContext(ctx aws.Context, input *DescribeMetadataModelExportsToTargetInput, fn func(*DescribeMetadataModelExportsToTargetOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeMetadataModelExportsToTargetInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeMetadataModelExportsToTargetRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeMetadataModelExportsToTargetOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeMetadataModelImports = "DescribeMetadataModelImports" + +// DescribeMetadataModelImportsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeMetadataModelImports operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationConfigs for more information on using the DescribeReplicationConfigs +// See DescribeMetadataModelImports for more information on using the DescribeMetadataModelImports // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationConfigsRequest method. -// req, resp := client.DescribeReplicationConfigsRequest(params) +// // Example sending a request using the DescribeMetadataModelImportsRequest method. +// req, resp := client.DescribeMetadataModelImportsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs -func (c *DatabaseMigrationService) DescribeReplicationConfigsRequest(input *DescribeReplicationConfigsInput) (req *request.Request, output *DescribeReplicationConfigsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelImports +func (c *DatabaseMigrationService) DescribeMetadataModelImportsRequest(input *DescribeMetadataModelImportsInput) (req *request.Request, output *DescribeMetadataModelImportsOutput) { op := &request.Operation{ - Name: opDescribeReplicationConfigs, + Name: opDescribeMetadataModelImports, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -4776,88 +5728,87 @@ func (c *DatabaseMigrationService) DescribeReplicationConfigsRequest(input *Desc } if input == nil { - input = &DescribeReplicationConfigsInput{} + input = &DescribeMetadataModelImportsInput{} } - output = &DescribeReplicationConfigsOutput{} + output = &DescribeMetadataModelImportsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationConfigs API operation for AWS Database Migration Service. +// DescribeMetadataModelImports API operation for AWS Database Migration Service. // -// Returns one or more existing DMS Serverless replication configurations as -// a list of structures. +// Returns a paginated list of metadata model imports. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationConfigs for usage and error information. +// API operation DescribeMetadataModelImports for usage and error information. // // Returned Error Types: // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs -func (c *DatabaseMigrationService) DescribeReplicationConfigs(input *DescribeReplicationConfigsInput) (*DescribeReplicationConfigsOutput, error) { - req, out := c.DescribeReplicationConfigsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelImports +func (c *DatabaseMigrationService) DescribeMetadataModelImports(input *DescribeMetadataModelImportsInput) (*DescribeMetadataModelImportsOutput, error) { + req, out := c.DescribeMetadataModelImportsRequest(input) return out, req.Send() } -// DescribeReplicationConfigsWithContext is the same as DescribeReplicationConfigs with the addition of +// DescribeMetadataModelImportsWithContext is the same as DescribeMetadataModelImports with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationConfigs for details on how to use this API operation. +// See DescribeMetadataModelImports for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationConfigsWithContext(ctx aws.Context, input *DescribeReplicationConfigsInput, opts ...request.Option) (*DescribeReplicationConfigsOutput, error) { - req, out := c.DescribeReplicationConfigsRequest(input) +func (c *DatabaseMigrationService) DescribeMetadataModelImportsWithContext(ctx aws.Context, input *DescribeMetadataModelImportsInput, opts ...request.Option) (*DescribeMetadataModelImportsOutput, error) { + req, out := c.DescribeMetadataModelImportsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationConfigsPages iterates over the pages of a DescribeReplicationConfigs operation, +// DescribeMetadataModelImportsPages iterates over the pages of a DescribeMetadataModelImports operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationConfigs method for more information on how to use this operation. +// See DescribeMetadataModelImports method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationConfigs operation. +// // Example iterating over at most 3 pages of a DescribeMetadataModelImports operation. // pageNum := 0 -// err := client.DescribeReplicationConfigsPages(params, -// func(page *databasemigrationservice.DescribeReplicationConfigsOutput, lastPage bool) bool { +// err := client.DescribeMetadataModelImportsPages(params, +// func(page *databasemigrationservice.DescribeMetadataModelImportsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationConfigsPages(input *DescribeReplicationConfigsInput, fn func(*DescribeReplicationConfigsOutput, bool) bool) error { - return c.DescribeReplicationConfigsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeMetadataModelImportsPages(input *DescribeMetadataModelImportsInput, fn func(*DescribeMetadataModelImportsOutput, bool) bool) error { + return c.DescribeMetadataModelImportsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationConfigsPagesWithContext same as DescribeReplicationConfigsPages except +// DescribeMetadataModelImportsPagesWithContext same as DescribeMetadataModelImportsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationConfigsPagesWithContext(ctx aws.Context, input *DescribeReplicationConfigsInput, fn func(*DescribeReplicationConfigsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeMetadataModelImportsPagesWithContext(ctx aws.Context, input *DescribeMetadataModelImportsInput, fn func(*DescribeMetadataModelImportsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationConfigsInput + var inCpy *DescribeMetadataModelImportsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationConfigsRequest(inCpy) + req, _ := c.DescribeMetadataModelImportsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -4865,7 +5816,7 @@ func (c *DatabaseMigrationService) DescribeReplicationConfigsPagesWithContext(ct } for p.Next() { - if !fn(p.Page().(*DescribeReplicationConfigsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeMetadataModelImportsOutput), !p.HasNextPage()) { break } } @@ -4873,34 +5824,34 @@ func (c *DatabaseMigrationService) DescribeReplicationConfigsPagesWithContext(ct return p.Err() } -const opDescribeReplicationInstanceTaskLogs = "DescribeReplicationInstanceTaskLogs" +const opDescribeMigrationProjects = "DescribeMigrationProjects" -// DescribeReplicationInstanceTaskLogsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationInstanceTaskLogs operation. The "output" return +// DescribeMigrationProjectsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeMigrationProjects operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationInstanceTaskLogs for more information on using the DescribeReplicationInstanceTaskLogs +// See DescribeMigrationProjects for more information on using the DescribeMigrationProjects // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationInstanceTaskLogsRequest method. -// req, resp := client.DescribeReplicationInstanceTaskLogsRequest(params) +// // Example sending a request using the DescribeMigrationProjectsRequest method. +// req, resp := client.DescribeMigrationProjectsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstanceTaskLogs -func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsRequest(input *DescribeReplicationInstanceTaskLogsInput) (req *request.Request, output *DescribeReplicationInstanceTaskLogsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMigrationProjects +func (c *DatabaseMigrationService) DescribeMigrationProjectsRequest(input *DescribeMigrationProjectsInput) (req *request.Request, output *DescribeMigrationProjectsOutput) { op := &request.Operation{ - Name: opDescribeReplicationInstanceTaskLogs, + Name: opDescribeMigrationProjects, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -4912,92 +5863,92 @@ func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsRequest(in } if input == nil { - input = &DescribeReplicationInstanceTaskLogsInput{} + input = &DescribeMigrationProjectsInput{} } - output = &DescribeReplicationInstanceTaskLogsOutput{} + output = &DescribeMigrationProjectsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationInstanceTaskLogs API operation for AWS Database Migration Service. +// DescribeMigrationProjects API operation for AWS Database Migration Service. // -// Returns information about the task logs for the specified task. +// Returns a paginated list of migration projects for your account in the current +// region. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationInstanceTaskLogs for usage and error information. +// API operation DescribeMigrationProjects for usage and error information. // // Returned Error Types: // // - ResourceNotFoundFault // The resource could not be found. // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstanceTaskLogs -func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogs(input *DescribeReplicationInstanceTaskLogsInput) (*DescribeReplicationInstanceTaskLogsOutput, error) { - req, out := c.DescribeReplicationInstanceTaskLogsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMigrationProjects +func (c *DatabaseMigrationService) DescribeMigrationProjects(input *DescribeMigrationProjectsInput) (*DescribeMigrationProjectsOutput, error) { + req, out := c.DescribeMigrationProjectsRequest(input) return out, req.Send() } -// DescribeReplicationInstanceTaskLogsWithContext is the same as DescribeReplicationInstanceTaskLogs with the addition of +// DescribeMigrationProjectsWithContext is the same as DescribeMigrationProjects with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationInstanceTaskLogs for details on how to use this API operation. +// See DescribeMigrationProjects for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsWithContext(ctx aws.Context, input *DescribeReplicationInstanceTaskLogsInput, opts ...request.Option) (*DescribeReplicationInstanceTaskLogsOutput, error) { - req, out := c.DescribeReplicationInstanceTaskLogsRequest(input) +func (c *DatabaseMigrationService) DescribeMigrationProjectsWithContext(ctx aws.Context, input *DescribeMigrationProjectsInput, opts ...request.Option) (*DescribeMigrationProjectsOutput, error) { + req, out := c.DescribeMigrationProjectsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationInstanceTaskLogsPages iterates over the pages of a DescribeReplicationInstanceTaskLogs operation, +// DescribeMigrationProjectsPages iterates over the pages of a DescribeMigrationProjects operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationInstanceTaskLogs method for more information on how to use this operation. +// See DescribeMigrationProjects method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationInstanceTaskLogs operation. +// // Example iterating over at most 3 pages of a DescribeMigrationProjects operation. // pageNum := 0 -// err := client.DescribeReplicationInstanceTaskLogsPages(params, -// func(page *databasemigrationservice.DescribeReplicationInstanceTaskLogsOutput, lastPage bool) bool { +// err := client.DescribeMigrationProjectsPages(params, +// func(page *databasemigrationservice.DescribeMigrationProjectsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPages(input *DescribeReplicationInstanceTaskLogsInput, fn func(*DescribeReplicationInstanceTaskLogsOutput, bool) bool) error { - return c.DescribeReplicationInstanceTaskLogsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeMigrationProjectsPages(input *DescribeMigrationProjectsInput, fn func(*DescribeMigrationProjectsOutput, bool) bool) error { + return c.DescribeMigrationProjectsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationInstanceTaskLogsPagesWithContext same as DescribeReplicationInstanceTaskLogsPages except +// DescribeMigrationProjectsPagesWithContext same as DescribeMigrationProjectsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPagesWithContext(ctx aws.Context, input *DescribeReplicationInstanceTaskLogsInput, fn func(*DescribeReplicationInstanceTaskLogsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeMigrationProjectsPagesWithContext(ctx aws.Context, input *DescribeMigrationProjectsInput, fn func(*DescribeMigrationProjectsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationInstanceTaskLogsInput + var inCpy *DescribeMigrationProjectsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationInstanceTaskLogsRequest(inCpy) + req, _ := c.DescribeMigrationProjectsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5005,7 +5956,7 @@ func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPagesWithC } for p.Next() { - if !fn(p.Page().(*DescribeReplicationInstanceTaskLogsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeMigrationProjectsOutput), !p.HasNextPage()) { break } } @@ -5013,34 +5964,34 @@ func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPagesWithC return p.Err() } -const opDescribeReplicationInstances = "DescribeReplicationInstances" +const opDescribeOrderableReplicationInstances = "DescribeOrderableReplicationInstances" -// DescribeReplicationInstancesRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationInstances operation. The "output" return +// DescribeOrderableReplicationInstancesRequest generates a "aws/request.Request" representing the +// client's request for the DescribeOrderableReplicationInstances operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationInstances for more information on using the DescribeReplicationInstances +// See DescribeOrderableReplicationInstances for more information on using the DescribeOrderableReplicationInstances // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationInstancesRequest method. -// req, resp := client.DescribeReplicationInstancesRequest(params) +// // Example sending a request using the DescribeOrderableReplicationInstancesRequest method. +// req, resp := client.DescribeOrderableReplicationInstancesRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances -func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances +func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput) { op := &request.Operation{ - Name: opDescribeReplicationInstances, + Name: opDescribeOrderableReplicationInstances, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -5052,88 +6003,83 @@ func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *De } if input == nil { - input = &DescribeReplicationInstancesInput{} + input = &DescribeOrderableReplicationInstancesInput{} } - output = &DescribeReplicationInstancesOutput{} + output = &DescribeOrderableReplicationInstancesOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationInstances API operation for AWS Database Migration Service. +// DescribeOrderableReplicationInstances API operation for AWS Database Migration Service. // -// Returns information about replication instances for your account in the current -// region. +// Returns information about the replication instance types that can be created +// in the specified region. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationInstances for usage and error information. -// -// Returned Error Types: -// - ResourceNotFoundFault -// The resource could not be found. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances -func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error) { - req, out := c.DescribeReplicationInstancesRequest(input) +// API operation DescribeOrderableReplicationInstances for usage and error information. +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances +func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error) { + req, out := c.DescribeOrderableReplicationInstancesRequest(input) return out, req.Send() } -// DescribeReplicationInstancesWithContext is the same as DescribeReplicationInstances with the addition of +// DescribeOrderableReplicationInstancesWithContext is the same as DescribeOrderableReplicationInstances with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationInstances for details on how to use this API operation. +// See DescribeOrderableReplicationInstances for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationInstancesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, opts ...request.Option) (*DescribeReplicationInstancesOutput, error) { - req, out := c.DescribeReplicationInstancesRequest(input) +func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, opts ...request.Option) (*DescribeOrderableReplicationInstancesOutput, error) { + req, out := c.DescribeOrderableReplicationInstancesRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationInstancesPages iterates over the pages of a DescribeReplicationInstances operation, +// DescribeOrderableReplicationInstancesPages iterates over the pages of a DescribeOrderableReplicationInstances operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationInstances method for more information on how to use this operation. +// See DescribeOrderableReplicationInstances method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationInstances operation. +// // Example iterating over at most 3 pages of a DescribeOrderableReplicationInstances operation. // pageNum := 0 -// err := client.DescribeReplicationInstancesPages(params, -// func(page *databasemigrationservice.DescribeReplicationInstancesOutput, lastPage bool) bool { +// err := client.DescribeOrderableReplicationInstancesPages(params, +// func(page *databasemigrationservice.DescribeOrderableReplicationInstancesOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationInstancesPages(input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool) error { - return c.DescribeReplicationInstancesPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPages(input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool) error { + return c.DescribeOrderableReplicationInstancesPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationInstancesPagesWithContext same as DescribeReplicationInstancesPages except +// DescribeOrderableReplicationInstancesPagesWithContext same as DescribeOrderableReplicationInstancesPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationInstancesInput + var inCpy *DescribeOrderableReplicationInstancesInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationInstancesRequest(inCpy) + req, _ := c.DescribeOrderableReplicationInstancesRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5141,7 +6087,7 @@ func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext( } for p.Next() { - if !fn(p.Page().(*DescribeReplicationInstancesOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeOrderableReplicationInstancesOutput), !p.HasNextPage()) { break } } @@ -5149,34 +6095,34 @@ func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext( return p.Err() } -const opDescribeReplicationSubnetGroups = "DescribeReplicationSubnetGroups" +const opDescribePendingMaintenanceActions = "DescribePendingMaintenanceActions" -// DescribeReplicationSubnetGroupsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationSubnetGroups operation. The "output" return +// DescribePendingMaintenanceActionsRequest generates a "aws/request.Request" representing the +// client's request for the DescribePendingMaintenanceActions operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationSubnetGroups for more information on using the DescribeReplicationSubnetGroups +// See DescribePendingMaintenanceActions for more information on using the DescribePendingMaintenanceActions // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationSubnetGroupsRequest method. -// req, resp := client.DescribeReplicationSubnetGroupsRequest(params) +// // Example sending a request using the DescribePendingMaintenanceActionsRequest method. +// req, resp := client.DescribePendingMaintenanceActionsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups -func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions +func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsRequest(input *DescribePendingMaintenanceActionsInput) (req *request.Request, output *DescribePendingMaintenanceActionsOutput) { op := &request.Operation{ - Name: opDescribeReplicationSubnetGroups, + Name: opDescribePendingMaintenanceActions, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -5188,87 +6134,87 @@ func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input } if input == nil { - input = &DescribeReplicationSubnetGroupsInput{} + input = &DescribePendingMaintenanceActionsInput{} } - output = &DescribeReplicationSubnetGroupsOutput{} + output = &DescribePendingMaintenanceActionsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationSubnetGroups API operation for AWS Database Migration Service. +// DescribePendingMaintenanceActions API operation for AWS Database Migration Service. // -// Returns information about the replication subnet groups. +// # For internal use only // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationSubnetGroups for usage and error information. +// API operation DescribePendingMaintenanceActions for usage and error information. // // Returned Error Types: // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups -func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error) { - req, out := c.DescribeReplicationSubnetGroupsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions +func (c *DatabaseMigrationService) DescribePendingMaintenanceActions(input *DescribePendingMaintenanceActionsInput) (*DescribePendingMaintenanceActionsOutput, error) { + req, out := c.DescribePendingMaintenanceActionsRequest(input) return out, req.Send() } -// DescribeReplicationSubnetGroupsWithContext is the same as DescribeReplicationSubnetGroups with the addition of +// DescribePendingMaintenanceActionsWithContext is the same as DescribePendingMaintenanceActions with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationSubnetGroups for details on how to use this API operation. +// See DescribePendingMaintenanceActions for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, opts ...request.Option) (*DescribeReplicationSubnetGroupsOutput, error) { - req, out := c.DescribeReplicationSubnetGroupsRequest(input) +func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, opts ...request.Option) (*DescribePendingMaintenanceActionsOutput, error) { + req, out := c.DescribePendingMaintenanceActionsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationSubnetGroupsPages iterates over the pages of a DescribeReplicationSubnetGroups operation, +// DescribePendingMaintenanceActionsPages iterates over the pages of a DescribePendingMaintenanceActions operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationSubnetGroups method for more information on how to use this operation. +// See DescribePendingMaintenanceActions method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationSubnetGroups operation. +// // Example iterating over at most 3 pages of a DescribePendingMaintenanceActions operation. // pageNum := 0 -// err := client.DescribeReplicationSubnetGroupsPages(params, -// func(page *databasemigrationservice.DescribeReplicationSubnetGroupsOutput, lastPage bool) bool { +// err := client.DescribePendingMaintenanceActionsPages(params, +// func(page *databasemigrationservice.DescribePendingMaintenanceActionsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPages(input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool) error { - return c.DescribeReplicationSubnetGroupsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPages(input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool) error { + return c.DescribePendingMaintenanceActionsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationSubnetGroupsPagesWithContext same as DescribeReplicationSubnetGroupsPages except +// DescribePendingMaintenanceActionsPagesWithContext same as DescribePendingMaintenanceActionsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPagesWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationSubnetGroupsInput + var inCpy *DescribePendingMaintenanceActionsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationSubnetGroupsRequest(inCpy) + req, _ := c.DescribePendingMaintenanceActionsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5276,7 +6222,7 @@ func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithConte } for p.Next() { - if !fn(p.Page().(*DescribeReplicationSubnetGroupsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribePendingMaintenanceActionsOutput), !p.HasNextPage()) { break } } @@ -5284,132 +6230,132 @@ func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithConte return p.Err() } -const opDescribeReplicationTableStatistics = "DescribeReplicationTableStatistics" +const opDescribeRecommendationLimitations = "DescribeRecommendationLimitations" -// DescribeReplicationTableStatisticsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationTableStatistics operation. The "output" return +// DescribeRecommendationLimitationsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeRecommendationLimitations operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationTableStatistics for more information on using the DescribeReplicationTableStatistics +// See DescribeRecommendationLimitations for more information on using the DescribeRecommendationLimitations // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationTableStatisticsRequest method. -// req, resp := client.DescribeReplicationTableStatisticsRequest(params) +// // Example sending a request using the DescribeRecommendationLimitationsRequest method. +// req, resp := client.DescribeRecommendationLimitationsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics -func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsRequest(input *DescribeReplicationTableStatisticsInput) (req *request.Request, output *DescribeReplicationTableStatisticsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendationLimitations +func (c *DatabaseMigrationService) DescribeRecommendationLimitationsRequest(input *DescribeRecommendationLimitationsInput) (req *request.Request, output *DescribeRecommendationLimitationsOutput) { op := &request.Operation{ - Name: opDescribeReplicationTableStatistics, + Name: opDescribeRecommendationLimitations, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ - InputTokens: []string{"Marker"}, - OutputTokens: []string{"Marker"}, + InputTokens: []string{"NextToken"}, + OutputTokens: []string{"NextToken"}, LimitToken: "MaxRecords", TruncationToken: "", }, } if input == nil { - input = &DescribeReplicationTableStatisticsInput{} + input = &DescribeRecommendationLimitationsInput{} } - output = &DescribeReplicationTableStatisticsOutput{} + output = &DescribeRecommendationLimitationsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationTableStatistics API operation for AWS Database Migration Service. +// DescribeRecommendationLimitations API operation for AWS Database Migration Service. // -// Returns table and schema statistics for one or more provisioned replications -// that use a given DMS Serverless replication configuration. +// Returns a paginated list of limitations for recommendations of target Amazon +// Web Services engines. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationTableStatistics for usage and error information. +// API operation DescribeRecommendationLimitations for usage and error information. // // Returned Error Types: // -// - ResourceNotFoundFault -// The resource could not be found. -// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics -func (c *DatabaseMigrationService) DescribeReplicationTableStatistics(input *DescribeReplicationTableStatisticsInput) (*DescribeReplicationTableStatisticsOutput, error) { - req, out := c.DescribeReplicationTableStatisticsRequest(input) +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendationLimitations +func (c *DatabaseMigrationService) DescribeRecommendationLimitations(input *DescribeRecommendationLimitationsInput) (*DescribeRecommendationLimitationsOutput, error) { + req, out := c.DescribeRecommendationLimitationsRequest(input) return out, req.Send() } -// DescribeReplicationTableStatisticsWithContext is the same as DescribeReplicationTableStatistics with the addition of +// DescribeRecommendationLimitationsWithContext is the same as DescribeRecommendationLimitations with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationTableStatistics for details on how to use this API operation. +// See DescribeRecommendationLimitations for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsWithContext(ctx aws.Context, input *DescribeReplicationTableStatisticsInput, opts ...request.Option) (*DescribeReplicationTableStatisticsOutput, error) { - req, out := c.DescribeReplicationTableStatisticsRequest(input) +func (c *DatabaseMigrationService) DescribeRecommendationLimitationsWithContext(ctx aws.Context, input *DescribeRecommendationLimitationsInput, opts ...request.Option) (*DescribeRecommendationLimitationsOutput, error) { + req, out := c.DescribeRecommendationLimitationsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationTableStatisticsPages iterates over the pages of a DescribeReplicationTableStatistics operation, +// DescribeRecommendationLimitationsPages iterates over the pages of a DescribeRecommendationLimitations operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationTableStatistics method for more information on how to use this operation. +// See DescribeRecommendationLimitations method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationTableStatistics operation. +// // Example iterating over at most 3 pages of a DescribeRecommendationLimitations operation. // pageNum := 0 -// err := client.DescribeReplicationTableStatisticsPages(params, -// func(page *databasemigrationservice.DescribeReplicationTableStatisticsOutput, lastPage bool) bool { +// err := client.DescribeRecommendationLimitationsPages(params, +// func(page *databasemigrationservice.DescribeRecommendationLimitationsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsPages(input *DescribeReplicationTableStatisticsInput, fn func(*DescribeReplicationTableStatisticsOutput, bool) bool) error { - return c.DescribeReplicationTableStatisticsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeRecommendationLimitationsPages(input *DescribeRecommendationLimitationsInput, fn func(*DescribeRecommendationLimitationsOutput, bool) bool) error { + return c.DescribeRecommendationLimitationsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationTableStatisticsPagesWithContext same as DescribeReplicationTableStatisticsPages except +// DescribeRecommendationLimitationsPagesWithContext same as DescribeRecommendationLimitationsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeReplicationTableStatisticsInput, fn func(*DescribeReplicationTableStatisticsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeRecommendationLimitationsPagesWithContext(ctx aws.Context, input *DescribeRecommendationLimitationsInput, fn func(*DescribeRecommendationLimitationsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationTableStatisticsInput + var inCpy *DescribeRecommendationLimitationsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationTableStatisticsRequest(inCpy) + req, _ := c.DescribeRecommendationLimitationsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5417,7 +6363,7 @@ func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsPagesWithCo } for p.Next() { - if !fn(p.Page().(*DescribeReplicationTableStatisticsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeRecommendationLimitationsOutput), !p.HasNextPage()) { break } } @@ -5425,132 +6371,132 @@ func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsPagesWithCo return p.Err() } -const opDescribeReplicationTaskAssessmentResults = "DescribeReplicationTaskAssessmentResults" +const opDescribeRecommendations = "DescribeRecommendations" -// DescribeReplicationTaskAssessmentResultsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationTaskAssessmentResults operation. The "output" return +// DescribeRecommendationsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeRecommendations operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationTaskAssessmentResults for more information on using the DescribeReplicationTaskAssessmentResults +// See DescribeRecommendations for more information on using the DescribeRecommendations // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationTaskAssessmentResultsRequest method. -// req, resp := client.DescribeReplicationTaskAssessmentResultsRequest(params) +// // Example sending a request using the DescribeRecommendationsRequest method. +// req, resp := client.DescribeRecommendationsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest(input *DescribeReplicationTaskAssessmentResultsInput) (req *request.Request, output *DescribeReplicationTaskAssessmentResultsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendations +func (c *DatabaseMigrationService) DescribeRecommendationsRequest(input *DescribeRecommendationsInput) (req *request.Request, output *DescribeRecommendationsOutput) { op := &request.Operation{ - Name: opDescribeReplicationTaskAssessmentResults, + Name: opDescribeRecommendations, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ - InputTokens: []string{"Marker"}, - OutputTokens: []string{"Marker"}, + InputTokens: []string{"NextToken"}, + OutputTokens: []string{"NextToken"}, LimitToken: "MaxRecords", TruncationToken: "", }, } if input == nil { - input = &DescribeReplicationTaskAssessmentResultsInput{} + input = &DescribeRecommendationsInput{} } - output = &DescribeReplicationTaskAssessmentResultsOutput{} + output = &DescribeRecommendationsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationTaskAssessmentResults API operation for AWS Database Migration Service. -// -// Returns the task assessment results from the Amazon S3 bucket that DMS creates -// in your Amazon Web Services account. This action always returns the latest -// results. +// DescribeRecommendations API operation for AWS Database Migration Service. // -// For more information about DMS task assessments, see Creating a task assessment -// report (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html) -// in the Database Migration Service User Guide. +// Returns a paginated list of target engine recommendations for your source +// databases. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationTaskAssessmentResults for usage and error information. +// API operation DescribeRecommendations for usage and error information. // // Returned Error Types: -// - ResourceNotFoundFault -// The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResults(input *DescribeReplicationTaskAssessmentResultsInput) (*DescribeReplicationTaskAssessmentResultsOutput, error) { - req, out := c.DescribeReplicationTaskAssessmentResultsRequest(input) +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendations +func (c *DatabaseMigrationService) DescribeRecommendations(input *DescribeRecommendationsInput) (*DescribeRecommendationsOutput, error) { + req, out := c.DescribeRecommendationsRequest(input) return out, req.Send() } -// DescribeReplicationTaskAssessmentResultsWithContext is the same as DescribeReplicationTaskAssessmentResults with the addition of +// DescribeRecommendationsWithContext is the same as DescribeRecommendations with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationTaskAssessmentResults for details on how to use this API operation. +// See DescribeRecommendations for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, opts ...request.Option) (*DescribeReplicationTaskAssessmentResultsOutput, error) { - req, out := c.DescribeReplicationTaskAssessmentResultsRequest(input) +func (c *DatabaseMigrationService) DescribeRecommendationsWithContext(ctx aws.Context, input *DescribeRecommendationsInput, opts ...request.Option) (*DescribeRecommendationsOutput, error) { + req, out := c.DescribeRecommendationsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationTaskAssessmentResultsPages iterates over the pages of a DescribeReplicationTaskAssessmentResults operation, +// DescribeRecommendationsPages iterates over the pages of a DescribeRecommendations operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationTaskAssessmentResults method for more information on how to use this operation. +// See DescribeRecommendations method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationTaskAssessmentResults operation. +// // Example iterating over at most 3 pages of a DescribeRecommendations operation. // pageNum := 0 -// err := client.DescribeReplicationTaskAssessmentResultsPages(params, -// func(page *databasemigrationservice.DescribeReplicationTaskAssessmentResultsOutput, lastPage bool) bool { +// err := client.DescribeRecommendationsPages(params, +// func(page *databasemigrationservice.DescribeRecommendationsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages(input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool) error { - return c.DescribeReplicationTaskAssessmentResultsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeRecommendationsPages(input *DescribeRecommendationsInput, fn func(*DescribeRecommendationsOutput, bool) bool) error { + return c.DescribeRecommendationsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationTaskAssessmentResultsPagesWithContext same as DescribeReplicationTaskAssessmentResultsPages except +// DescribeRecommendationsPagesWithContext same as DescribeRecommendationsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeRecommendationsPagesWithContext(ctx aws.Context, input *DescribeRecommendationsInput, fn func(*DescribeRecommendationsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationTaskAssessmentResultsInput + var inCpy *DescribeRecommendationsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationTaskAssessmentResultsRequest(inCpy) + req, _ := c.DescribeRecommendationsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5558,7 +6504,7 @@ func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages } for p.Next() { - if !fn(p.Page().(*DescribeReplicationTaskAssessmentResultsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeRecommendationsOutput), !p.HasNextPage()) { break } } @@ -5566,176 +6512,117 @@ func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages return p.Err() } -const opDescribeReplicationTaskAssessmentRuns = "DescribeReplicationTaskAssessmentRuns" +const opDescribeRefreshSchemasStatus = "DescribeRefreshSchemasStatus" -// DescribeReplicationTaskAssessmentRunsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationTaskAssessmentRuns operation. The "output" return +// DescribeRefreshSchemasStatusRequest generates a "aws/request.Request" representing the +// client's request for the DescribeRefreshSchemasStatus operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationTaskAssessmentRuns for more information on using the DescribeReplicationTaskAssessmentRuns +// See DescribeRefreshSchemasStatus for more information on using the DescribeRefreshSchemasStatus // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationTaskAssessmentRunsRequest method. -// req, resp := client.DescribeReplicationTaskAssessmentRunsRequest(params) +// // Example sending a request using the DescribeRefreshSchemasStatusRequest method. +// req, resp := client.DescribeRefreshSchemasStatusRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsRequest(input *DescribeReplicationTaskAssessmentRunsInput) (req *request.Request, output *DescribeReplicationTaskAssessmentRunsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus +func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput) { op := &request.Operation{ - Name: opDescribeReplicationTaskAssessmentRuns, + Name: opDescribeRefreshSchemasStatus, HTTPMethod: "POST", HTTPPath: "/", - Paginator: &request.Paginator{ - InputTokens: []string{"Marker"}, - OutputTokens: []string{"Marker"}, - LimitToken: "MaxRecords", - TruncationToken: "", - }, } if input == nil { - input = &DescribeReplicationTaskAssessmentRunsInput{} + input = &DescribeRefreshSchemasStatusInput{} } - output = &DescribeReplicationTaskAssessmentRunsOutput{} + output = &DescribeRefreshSchemasStatusOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationTaskAssessmentRuns API operation for AWS Database Migration Service. -// -// Returns a paginated list of premigration assessment runs based on filter -// settings. -// -// These filter settings can specify a combination of premigration assessment -// runs, migration tasks, replication instances, and assessment run status values. +// DescribeRefreshSchemasStatus API operation for AWS Database Migration Service. // -// This operation doesn't return information about individual assessments. For -// this information, see the DescribeReplicationTaskIndividualAssessments operation. +// Returns the status of the RefreshSchemas operation. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationTaskAssessmentRuns for usage and error information. +// API operation DescribeRefreshSchemasStatus for usage and error information. // // Returned Error Types: +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRuns(input *DescribeReplicationTaskAssessmentRunsInput) (*DescribeReplicationTaskAssessmentRunsOutput, error) { - req, out := c.DescribeReplicationTaskAssessmentRunsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus +func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error) { + req, out := c.DescribeRefreshSchemasStatusRequest(input) return out, req.Send() } -// DescribeReplicationTaskAssessmentRunsWithContext is the same as DescribeReplicationTaskAssessmentRuns with the addition of +// DescribeRefreshSchemasStatusWithContext is the same as DescribeRefreshSchemasStatus with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationTaskAssessmentRuns for details on how to use this API operation. +// See DescribeRefreshSchemasStatus for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentRunsInput, opts ...request.Option) (*DescribeReplicationTaskAssessmentRunsOutput, error) { - req, out := c.DescribeReplicationTaskAssessmentRunsRequest(input) +func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext(ctx aws.Context, input *DescribeRefreshSchemasStatusInput, opts ...request.Option) (*DescribeRefreshSchemasStatusOutput, error) { + req, out := c.DescribeRefreshSchemasStatusRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationTaskAssessmentRunsPages iterates over the pages of a DescribeReplicationTaskAssessmentRuns operation, -// calling the "fn" function with the response data for each page. To stop -// iterating, return false from the fn function. -// -// See DescribeReplicationTaskAssessmentRuns method for more information on how to use this operation. -// -// Note: This operation can generate multiple requests to a service. -// -// // Example iterating over at most 3 pages of a DescribeReplicationTaskAssessmentRuns operation. -// pageNum := 0 -// err := client.DescribeReplicationTaskAssessmentRunsPages(params, -// func(page *databasemigrationservice.DescribeReplicationTaskAssessmentRunsOutput, lastPage bool) bool { -// pageNum++ -// fmt.Println(page) -// return pageNum <= 3 -// }) -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsPages(input *DescribeReplicationTaskAssessmentRunsInput, fn func(*DescribeReplicationTaskAssessmentRunsOutput, bool) bool) error { - return c.DescribeReplicationTaskAssessmentRunsPagesWithContext(aws.BackgroundContext(), input, fn) -} - -// DescribeReplicationTaskAssessmentRunsPagesWithContext same as DescribeReplicationTaskAssessmentRunsPages except -// it takes a Context and allows setting request options on the pages. -// -// The context must be non-nil and will be used for request cancellation. If -// the context is nil a panic will occur. In the future the SDK may create -// sub-contexts for http.Requests. See https://golang.org/pkg/context/ -// for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentRunsInput, fn func(*DescribeReplicationTaskAssessmentRunsOutput, bool) bool, opts ...request.Option) error { - p := request.Pagination{ - NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationTaskAssessmentRunsInput - if input != nil { - tmp := *input - inCpy = &tmp - } - req, _ := c.DescribeReplicationTaskAssessmentRunsRequest(inCpy) - req.SetContext(ctx) - req.ApplyOptions(opts...) - return req, nil - }, - } - - for p.Next() { - if !fn(p.Page().(*DescribeReplicationTaskAssessmentRunsOutput), !p.HasNextPage()) { - break - } - } - - return p.Err() -} - -const opDescribeReplicationTaskIndividualAssessments = "DescribeReplicationTaskIndividualAssessments" +const opDescribeReplicationConfigs = "DescribeReplicationConfigs" -// DescribeReplicationTaskIndividualAssessmentsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationTaskIndividualAssessments operation. The "output" return +// DescribeReplicationConfigsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationConfigs operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationTaskIndividualAssessments for more information on using the DescribeReplicationTaskIndividualAssessments +// See DescribeReplicationConfigs for more information on using the DescribeReplicationConfigs // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationTaskIndividualAssessmentsRequest method. -// req, resp := client.DescribeReplicationTaskIndividualAssessmentsRequest(params) +// // Example sending a request using the DescribeReplicationConfigsRequest method. +// req, resp := client.DescribeReplicationConfigsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskIndividualAssessments -func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsRequest(input *DescribeReplicationTaskIndividualAssessmentsInput) (req *request.Request, output *DescribeReplicationTaskIndividualAssessmentsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs +func (c *DatabaseMigrationService) DescribeReplicationConfigsRequest(input *DescribeReplicationConfigsInput) (req *request.Request, output *DescribeReplicationConfigsOutput) { op := &request.Operation{ - Name: opDescribeReplicationTaskIndividualAssessments, + Name: opDescribeReplicationConfigs, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -5747,90 +6634,88 @@ func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsR } if input == nil { - input = &DescribeReplicationTaskIndividualAssessmentsInput{} + input = &DescribeReplicationConfigsInput{} } - output = &DescribeReplicationTaskIndividualAssessmentsOutput{} + output = &DescribeReplicationConfigsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationTaskIndividualAssessments API operation for AWS Database Migration Service. -// -// Returns a paginated list of individual assessments based on filter settings. +// DescribeReplicationConfigs API operation for AWS Database Migration Service. // -// These filter settings can specify a combination of premigration assessment -// runs, migration tasks, and assessment status values. +// Returns one or more existing DMS Serverless replication configurations as +// a list of structures. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationTaskIndividualAssessments for usage and error information. +// API operation DescribeReplicationConfigs for usage and error information. // // Returned Error Types: // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskIndividualAssessments -func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessments(input *DescribeReplicationTaskIndividualAssessmentsInput) (*DescribeReplicationTaskIndividualAssessmentsOutput, error) { - req, out := c.DescribeReplicationTaskIndividualAssessmentsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs +func (c *DatabaseMigrationService) DescribeReplicationConfigs(input *DescribeReplicationConfigsInput) (*DescribeReplicationConfigsOutput, error) { + req, out := c.DescribeReplicationConfigsRequest(input) return out, req.Send() } -// DescribeReplicationTaskIndividualAssessmentsWithContext is the same as DescribeReplicationTaskIndividualAssessments with the addition of +// DescribeReplicationConfigsWithContext is the same as DescribeReplicationConfigs with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationTaskIndividualAssessments for details on how to use this API operation. +// See DescribeReplicationConfigs for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsWithContext(ctx aws.Context, input *DescribeReplicationTaskIndividualAssessmentsInput, opts ...request.Option) (*DescribeReplicationTaskIndividualAssessmentsOutput, error) { - req, out := c.DescribeReplicationTaskIndividualAssessmentsRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationConfigsWithContext(ctx aws.Context, input *DescribeReplicationConfigsInput, opts ...request.Option) (*DescribeReplicationConfigsOutput, error) { + req, out := c.DescribeReplicationConfigsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationTaskIndividualAssessmentsPages iterates over the pages of a DescribeReplicationTaskIndividualAssessments operation, +// DescribeReplicationConfigsPages iterates over the pages of a DescribeReplicationConfigs operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationTaskIndividualAssessments method for more information on how to use this operation. +// See DescribeReplicationConfigs method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationTaskIndividualAssessments operation. +// // Example iterating over at most 3 pages of a DescribeReplicationConfigs operation. // pageNum := 0 -// err := client.DescribeReplicationTaskIndividualAssessmentsPages(params, -// func(page *databasemigrationservice.DescribeReplicationTaskIndividualAssessmentsOutput, lastPage bool) bool { +// err := client.DescribeReplicationConfigsPages(params, +// func(page *databasemigrationservice.DescribeReplicationConfigsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsPages(input *DescribeReplicationTaskIndividualAssessmentsInput, fn func(*DescribeReplicationTaskIndividualAssessmentsOutput, bool) bool) error { - return c.DescribeReplicationTaskIndividualAssessmentsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeReplicationConfigsPages(input *DescribeReplicationConfigsInput, fn func(*DescribeReplicationConfigsOutput, bool) bool) error { + return c.DescribeReplicationConfigsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationTaskIndividualAssessmentsPagesWithContext same as DescribeReplicationTaskIndividualAssessmentsPages except +// DescribeReplicationConfigsPagesWithContext same as DescribeReplicationConfigsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskIndividualAssessmentsInput, fn func(*DescribeReplicationTaskIndividualAssessmentsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeReplicationConfigsPagesWithContext(ctx aws.Context, input *DescribeReplicationConfigsInput, fn func(*DescribeReplicationConfigsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationTaskIndividualAssessmentsInput + var inCpy *DescribeReplicationConfigsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationTaskIndividualAssessmentsRequest(inCpy) + req, _ := c.DescribeReplicationConfigsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5838,7 +6723,7 @@ func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsP } for p.Next() { - if !fn(p.Page().(*DescribeReplicationTaskIndividualAssessmentsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeReplicationConfigsOutput), !p.HasNextPage()) { break } } @@ -5846,34 +6731,34 @@ func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsP return p.Err() } -const opDescribeReplicationTasks = "DescribeReplicationTasks" +const opDescribeReplicationInstanceTaskLogs = "DescribeReplicationInstanceTaskLogs" -// DescribeReplicationTasksRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplicationTasks operation. The "output" return +// DescribeReplicationInstanceTaskLogsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationInstanceTaskLogs operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplicationTasks for more information on using the DescribeReplicationTasks +// See DescribeReplicationInstanceTaskLogs for more information on using the DescribeReplicationInstanceTaskLogs // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationTasksRequest method. -// req, resp := client.DescribeReplicationTasksRequest(params) +// // Example sending a request using the DescribeReplicationInstanceTaskLogsRequest method. +// req, resp := client.DescribeReplicationInstanceTaskLogsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks -func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstanceTaskLogs +func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsRequest(input *DescribeReplicationInstanceTaskLogsInput) (req *request.Request, output *DescribeReplicationInstanceTaskLogsOutput) { op := &request.Operation{ - Name: opDescribeReplicationTasks, + Name: opDescribeReplicationInstanceTaskLogs, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -5885,88 +6770,92 @@ func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *Descri } if input == nil { - input = &DescribeReplicationTasksInput{} + input = &DescribeReplicationInstanceTaskLogsInput{} } - output = &DescribeReplicationTasksOutput{} + output = &DescribeReplicationInstanceTaskLogsOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplicationTasks API operation for AWS Database Migration Service. +// DescribeReplicationInstanceTaskLogs API operation for AWS Database Migration Service. // -// Returns information about replication tasks for your account in the current -// region. +// Returns information about the task logs for the specified task. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplicationTasks for usage and error information. +// API operation DescribeReplicationInstanceTaskLogs for usage and error information. // // Returned Error Types: +// // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks -func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error) { - req, out := c.DescribeReplicationTasksRequest(input) +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstanceTaskLogs +func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogs(input *DescribeReplicationInstanceTaskLogsInput) (*DescribeReplicationInstanceTaskLogsOutput, error) { + req, out := c.DescribeReplicationInstanceTaskLogsRequest(input) return out, req.Send() } -// DescribeReplicationTasksWithContext is the same as DescribeReplicationTasks with the addition of +// DescribeReplicationInstanceTaskLogsWithContext is the same as DescribeReplicationInstanceTaskLogs with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplicationTasks for details on how to use this API operation. +// See DescribeReplicationInstanceTaskLogs for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTasksWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.Option) (*DescribeReplicationTasksOutput, error) { - req, out := c.DescribeReplicationTasksRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsWithContext(ctx aws.Context, input *DescribeReplicationInstanceTaskLogsInput, opts ...request.Option) (*DescribeReplicationInstanceTaskLogsOutput, error) { + req, out := c.DescribeReplicationInstanceTaskLogsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationTasksPages iterates over the pages of a DescribeReplicationTasks operation, +// DescribeReplicationInstanceTaskLogsPages iterates over the pages of a DescribeReplicationInstanceTaskLogs operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplicationTasks method for more information on how to use this operation. +// See DescribeReplicationInstanceTaskLogs method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplicationTasks operation. +// // Example iterating over at most 3 pages of a DescribeReplicationInstanceTaskLogs operation. // pageNum := 0 -// err := client.DescribeReplicationTasksPages(params, -// func(page *databasemigrationservice.DescribeReplicationTasksOutput, lastPage bool) bool { +// err := client.DescribeReplicationInstanceTaskLogsPages(params, +// func(page *databasemigrationservice.DescribeReplicationInstanceTaskLogsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationTasksPages(input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool) error { - return c.DescribeReplicationTasksPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPages(input *DescribeReplicationInstanceTaskLogsInput, fn func(*DescribeReplicationInstanceTaskLogsOutput, bool) bool) error { + return c.DescribeReplicationInstanceTaskLogsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationTasksPagesWithContext same as DescribeReplicationTasksPages except +// DescribeReplicationInstanceTaskLogsPagesWithContext same as DescribeReplicationInstanceTaskLogsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPagesWithContext(ctx aws.Context, input *DescribeReplicationInstanceTaskLogsInput, fn func(*DescribeReplicationInstanceTaskLogsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationTasksInput + var inCpy *DescribeReplicationInstanceTaskLogsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationTasksRequest(inCpy) + req, _ := c.DescribeReplicationInstanceTaskLogsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -5974,7 +6863,7 @@ func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx } for p.Next() { - if !fn(p.Page().(*DescribeReplicationTasksOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeReplicationInstanceTaskLogsOutput), !p.HasNextPage()) { break } } @@ -5982,34 +6871,34 @@ func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx return p.Err() } -const opDescribeReplications = "DescribeReplications" +const opDescribeReplicationInstances = "DescribeReplicationInstances" -// DescribeReplicationsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeReplications operation. The "output" return +// DescribeReplicationInstancesRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationInstances operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeReplications for more information on using the DescribeReplications +// See DescribeReplicationInstances for more information on using the DescribeReplicationInstances // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeReplicationsRequest method. -// req, resp := client.DescribeReplicationsRequest(params) +// // Example sending a request using the DescribeReplicationInstancesRequest method. +// req, resp := client.DescribeReplicationInstancesRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications -func (c *DatabaseMigrationService) DescribeReplicationsRequest(input *DescribeReplicationsInput) (req *request.Request, output *DescribeReplicationsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances +func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput) { op := &request.Operation{ - Name: opDescribeReplications, + Name: opDescribeReplicationInstances, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -6021,88 +6910,88 @@ func (c *DatabaseMigrationService) DescribeReplicationsRequest(input *DescribeRe } if input == nil { - input = &DescribeReplicationsInput{} + input = &DescribeReplicationInstancesInput{} } - output = &DescribeReplicationsOutput{} + output = &DescribeReplicationInstancesOutput{} req = c.newRequest(op, input, output) return } -// DescribeReplications API operation for AWS Database Migration Service. +// DescribeReplicationInstances API operation for AWS Database Migration Service. // -// Provides details on replication progress by returning status information -// for one or more provisioned DMS Serverless replications. +// Returns information about replication instances for your account in the current +// region. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeReplications for usage and error information. +// API operation DescribeReplicationInstances for usage and error information. // // Returned Error Types: // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications -func (c *DatabaseMigrationService) DescribeReplications(input *DescribeReplicationsInput) (*DescribeReplicationsOutput, error) { - req, out := c.DescribeReplicationsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances +func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error) { + req, out := c.DescribeReplicationInstancesRequest(input) return out, req.Send() } -// DescribeReplicationsWithContext is the same as DescribeReplications with the addition of +// DescribeReplicationInstancesWithContext is the same as DescribeReplicationInstances with the addition of // the ability to pass a context and additional request options. // -// See DescribeReplications for details on how to use this API operation. +// See DescribeReplicationInstances for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationsWithContext(ctx aws.Context, input *DescribeReplicationsInput, opts ...request.Option) (*DescribeReplicationsOutput, error) { - req, out := c.DescribeReplicationsRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationInstancesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, opts ...request.Option) (*DescribeReplicationInstancesOutput, error) { + req, out := c.DescribeReplicationInstancesRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeReplicationsPages iterates over the pages of a DescribeReplications operation, +// DescribeReplicationInstancesPages iterates over the pages of a DescribeReplicationInstances operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeReplications method for more information on how to use this operation. +// See DescribeReplicationInstances method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeReplications operation. +// // Example iterating over at most 3 pages of a DescribeReplicationInstances operation. // pageNum := 0 -// err := client.DescribeReplicationsPages(params, -// func(page *databasemigrationservice.DescribeReplicationsOutput, lastPage bool) bool { +// err := client.DescribeReplicationInstancesPages(params, +// func(page *databasemigrationservice.DescribeReplicationInstancesOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeReplicationsPages(input *DescribeReplicationsInput, fn func(*DescribeReplicationsOutput, bool) bool) error { - return c.DescribeReplicationsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeReplicationInstancesPages(input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool) error { + return c.DescribeReplicationInstancesPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeReplicationsPagesWithContext same as DescribeReplicationsPages except +// DescribeReplicationInstancesPagesWithContext same as DescribeReplicationInstancesPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeReplicationsPagesWithContext(ctx aws.Context, input *DescribeReplicationsInput, fn func(*DescribeReplicationsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeReplicationsInput + var inCpy *DescribeReplicationInstancesInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeReplicationsRequest(inCpy) + req, _ := c.DescribeReplicationInstancesRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -6110,7 +6999,7 @@ func (c *DatabaseMigrationService) DescribeReplicationsPagesWithContext(ctx aws. } for p.Next() { - if !fn(p.Page().(*DescribeReplicationsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeReplicationInstancesOutput), !p.HasNextPage()) { break } } @@ -6118,34 +7007,34 @@ func (c *DatabaseMigrationService) DescribeReplicationsPagesWithContext(ctx aws. return p.Err() } -const opDescribeSchemas = "DescribeSchemas" +const opDescribeReplicationSubnetGroups = "DescribeReplicationSubnetGroups" -// DescribeSchemasRequest generates a "aws/request.Request" representing the -// client's request for the DescribeSchemas operation. The "output" return +// DescribeReplicationSubnetGroupsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationSubnetGroups operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeSchemas for more information on using the DescribeSchemas +// See DescribeReplicationSubnetGroups for more information on using the DescribeReplicationSubnetGroups // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeSchemasRequest method. -// req, resp := client.DescribeSchemasRequest(params) +// // Example sending a request using the DescribeReplicationSubnetGroupsRequest method. +// req, resp := client.DescribeReplicationSubnetGroupsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas -func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups +func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput) { op := &request.Operation{ - Name: opDescribeSchemas, + Name: opDescribeReplicationSubnetGroups, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -6157,92 +7046,87 @@ func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemas } if input == nil { - input = &DescribeSchemasInput{} + input = &DescribeReplicationSubnetGroupsInput{} } - output = &DescribeSchemasOutput{} + output = &DescribeReplicationSubnetGroupsOutput{} req = c.newRequest(op, input, output) return } -// DescribeSchemas API operation for AWS Database Migration Service. +// DescribeReplicationSubnetGroups API operation for AWS Database Migration Service. // -// Returns information about the schema for the specified endpoint. +// Returns information about the replication subnet groups. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeSchemas for usage and error information. +// API operation DescribeReplicationSubnetGroups for usage and error information. // // Returned Error Types: -// -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas -func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error) { - req, out := c.DescribeSchemasRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups +func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error) { + req, out := c.DescribeReplicationSubnetGroupsRequest(input) return out, req.Send() } -// DescribeSchemasWithContext is the same as DescribeSchemas with the addition of +// DescribeReplicationSubnetGroupsWithContext is the same as DescribeReplicationSubnetGroups with the addition of // the ability to pass a context and additional request options. // -// See DescribeSchemas for details on how to use this API operation. +// See DescribeReplicationSubnetGroups for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeSchemasWithContext(ctx aws.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error) { - req, out := c.DescribeSchemasRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, opts ...request.Option) (*DescribeReplicationSubnetGroupsOutput, error) { + req, out := c.DescribeReplicationSubnetGroupsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeSchemasPages iterates over the pages of a DescribeSchemas operation, +// DescribeReplicationSubnetGroupsPages iterates over the pages of a DescribeReplicationSubnetGroups operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeSchemas method for more information on how to use this operation. +// See DescribeReplicationSubnetGroups method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeSchemas operation. +// // Example iterating over at most 3 pages of a DescribeReplicationSubnetGroups operation. // pageNum := 0 -// err := client.DescribeSchemasPages(params, -// func(page *databasemigrationservice.DescribeSchemasOutput, lastPage bool) bool { +// err := client.DescribeReplicationSubnetGroupsPages(params, +// func(page *databasemigrationservice.DescribeReplicationSubnetGroupsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeSchemasPages(input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool) error { - return c.DescribeSchemasPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPages(input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool) error { + return c.DescribeReplicationSubnetGroupsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeSchemasPagesWithContext same as DescribeSchemasPages except +// DescribeReplicationSubnetGroupsPagesWithContext same as DescribeReplicationSubnetGroupsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Context, input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeSchemasInput + var inCpy *DescribeReplicationSubnetGroupsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeSchemasRequest(inCpy) + req, _ := c.DescribeReplicationSubnetGroupsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -6250,7 +7134,7 @@ func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Conte } for p.Next() { - if !fn(p.Page().(*DescribeSchemasOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeReplicationSubnetGroupsOutput), !p.HasNextPage()) { break } } @@ -6258,34 +7142,34 @@ func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Conte return p.Err() } -const opDescribeTableStatistics = "DescribeTableStatistics" +const opDescribeReplicationTableStatistics = "DescribeReplicationTableStatistics" -// DescribeTableStatisticsRequest generates a "aws/request.Request" representing the -// client's request for the DescribeTableStatistics operation. The "output" return +// DescribeReplicationTableStatisticsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationTableStatistics operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See DescribeTableStatistics for more information on using the DescribeTableStatistics +// See DescribeReplicationTableStatistics for more information on using the DescribeReplicationTableStatistics // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the DescribeTableStatisticsRequest method. -// req, resp := client.DescribeTableStatisticsRequest(params) +// // Example sending a request using the DescribeReplicationTableStatisticsRequest method. +// req, resp := client.DescribeReplicationTableStatisticsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics -func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics +func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsRequest(input *DescribeReplicationTableStatisticsInput) (req *request.Request, output *DescribeReplicationTableStatisticsOutput) { op := &request.Operation{ - Name: opDescribeTableStatistics, + Name: opDescribeReplicationTableStatistics, HTTPMethod: "POST", HTTPPath: "/", Paginator: &request.Paginator{ @@ -6297,29 +7181,25 @@ func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *Describ } if input == nil { - input = &DescribeTableStatisticsInput{} + input = &DescribeReplicationTableStatisticsInput{} } - output = &DescribeTableStatisticsOutput{} + output = &DescribeReplicationTableStatisticsOutput{} req = c.newRequest(op, input, output) return } -// DescribeTableStatistics API operation for AWS Database Migration Service. -// -// Returns table statistics on the database migration task, including table -// name, rows inserted, rows updated, and rows deleted. +// DescribeReplicationTableStatistics API operation for AWS Database Migration Service. // -// Note that the "last updated" column the DMS console only indicates the time -// that DMS last updated the table statistics record for a table. It does not -// indicate the time of the last update to the table. +// Returns table and schema statistics for one or more provisioned replications +// that use a given DMS Serverless replication configuration. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation DescribeTableStatistics for usage and error information. +// API operation DescribeReplicationTableStatistics for usage and error information. // // Returned Error Types: // @@ -6330,64 +7210,64 @@ func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *Describ // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics -func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error) { - req, out := c.DescribeTableStatisticsRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics +func (c *DatabaseMigrationService) DescribeReplicationTableStatistics(input *DescribeReplicationTableStatisticsInput) (*DescribeReplicationTableStatisticsOutput, error) { + req, out := c.DescribeReplicationTableStatisticsRequest(input) return out, req.Send() } -// DescribeTableStatisticsWithContext is the same as DescribeTableStatistics with the addition of +// DescribeReplicationTableStatisticsWithContext is the same as DescribeReplicationTableStatistics with the addition of // the ability to pass a context and additional request options. // -// See DescribeTableStatistics for details on how to use this API operation. +// See DescribeReplicationTableStatistics for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeTableStatisticsWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, opts ...request.Option) (*DescribeTableStatisticsOutput, error) { - req, out := c.DescribeTableStatisticsRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsWithContext(ctx aws.Context, input *DescribeReplicationTableStatisticsInput, opts ...request.Option) (*DescribeReplicationTableStatisticsOutput, error) { + req, out := c.DescribeReplicationTableStatisticsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DescribeTableStatisticsPages iterates over the pages of a DescribeTableStatistics operation, +// DescribeReplicationTableStatisticsPages iterates over the pages of a DescribeReplicationTableStatistics operation, // calling the "fn" function with the response data for each page. To stop // iterating, return false from the fn function. // -// See DescribeTableStatistics method for more information on how to use this operation. +// See DescribeReplicationTableStatistics method for more information on how to use this operation. // // Note: This operation can generate multiple requests to a service. // -// // Example iterating over at most 3 pages of a DescribeTableStatistics operation. +// // Example iterating over at most 3 pages of a DescribeReplicationTableStatistics operation. // pageNum := 0 -// err := client.DescribeTableStatisticsPages(params, -// func(page *databasemigrationservice.DescribeTableStatisticsOutput, lastPage bool) bool { +// err := client.DescribeReplicationTableStatisticsPages(params, +// func(page *databasemigrationservice.DescribeReplicationTableStatisticsOutput, lastPage bool) bool { // pageNum++ // fmt.Println(page) // return pageNum <= 3 // }) -func (c *DatabaseMigrationService) DescribeTableStatisticsPages(input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool) error { - return c.DescribeTableStatisticsPagesWithContext(aws.BackgroundContext(), input, fn) +func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsPages(input *DescribeReplicationTableStatisticsInput, fn func(*DescribeReplicationTableStatisticsOutput, bool) bool) error { + return c.DescribeReplicationTableStatisticsPagesWithContext(aws.BackgroundContext(), input, fn) } -// DescribeTableStatisticsPagesWithContext same as DescribeTableStatisticsPages except +// DescribeReplicationTableStatisticsPagesWithContext same as DescribeReplicationTableStatisticsPages except // it takes a Context and allows setting request options on the pages. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool, opts ...request.Option) error { +func (c *DatabaseMigrationService) DescribeReplicationTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeReplicationTableStatisticsInput, fn func(*DescribeReplicationTableStatisticsOutput, bool) bool, opts ...request.Option) error { p := request.Pagination{ NewRequest: func() (*request.Request, error) { - var inCpy *DescribeTableStatisticsInput + var inCpy *DescribeReplicationTableStatisticsInput if input != nil { tmp := *input inCpy = &tmp } - req, _ := c.DescribeTableStatisticsRequest(inCpy) + req, _ := c.DescribeReplicationTableStatisticsRequest(inCpy) req.SetContext(ctx) req.ApplyOptions(opts...) return req, nil @@ -6395,7 +7275,7 @@ func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx a } for p.Next() { - if !fn(p.Page().(*DescribeTableStatisticsOutput), !p.HasNextPage()) { + if !fn(p.Page().(*DescribeReplicationTableStatisticsOutput), !p.HasNextPage()) { break } } @@ -6403,1100 +7283,1374 @@ func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx a return p.Err() } -const opImportCertificate = "ImportCertificate" +const opDescribeReplicationTaskAssessmentResults = "DescribeReplicationTaskAssessmentResults" -// ImportCertificateRequest generates a "aws/request.Request" representing the -// client's request for the ImportCertificate operation. The "output" return +// DescribeReplicationTaskAssessmentResultsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationTaskAssessmentResults operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ImportCertificate for more information on using the ImportCertificate +// See DescribeReplicationTaskAssessmentResults for more information on using the DescribeReplicationTaskAssessmentResults // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ImportCertificateRequest method. -// req, resp := client.ImportCertificateRequest(params) +// // Example sending a request using the DescribeReplicationTaskAssessmentResultsRequest method. +// req, resp := client.DescribeReplicationTaskAssessmentResultsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate -func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest(input *DescribeReplicationTaskAssessmentResultsInput) (req *request.Request, output *DescribeReplicationTaskAssessmentResultsOutput) { op := &request.Operation{ - Name: opImportCertificate, + Name: opDescribeReplicationTaskAssessmentResults, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ImportCertificateInput{} + input = &DescribeReplicationTaskAssessmentResultsInput{} } - output = &ImportCertificateOutput{} + output = &DescribeReplicationTaskAssessmentResultsOutput{} req = c.newRequest(op, input, output) return } -// ImportCertificate API operation for AWS Database Migration Service. +// DescribeReplicationTaskAssessmentResults API operation for AWS Database Migration Service. // -// Uploads the specified certificate. +// Returns the task assessment results from the Amazon S3 bucket that DMS creates +// in your Amazon Web Services account. This action always returns the latest +// results. +// +// For more information about DMS task assessments, see Creating a task assessment +// report (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html) +// in the Database Migration Service User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ImportCertificate for usage and error information. +// API operation DescribeReplicationTaskAssessmentResults for usage and error information. // // Returned Error Types: +// - ResourceNotFoundFault +// The resource could not be found. // -// - ResourceAlreadyExistsFault -// The resource you are attempting to create already exists. -// -// - InvalidCertificateFault -// The certificate was not valid. -// -// - ResourceQuotaExceededFault -// The quota for this resource quota has been exceeded. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate -func (c *DatabaseMigrationService) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error) { - req, out := c.ImportCertificateRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResults(input *DescribeReplicationTaskAssessmentResultsInput) (*DescribeReplicationTaskAssessmentResultsOutput, error) { + req, out := c.DescribeReplicationTaskAssessmentResultsRequest(input) return out, req.Send() } -// ImportCertificateWithContext is the same as ImportCertificate with the addition of +// DescribeReplicationTaskAssessmentResultsWithContext is the same as DescribeReplicationTaskAssessmentResults with the addition of // the ability to pass a context and additional request options. // -// See ImportCertificate for details on how to use this API operation. +// See DescribeReplicationTaskAssessmentResults for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error) { - req, out := c.ImportCertificateRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, opts ...request.Option) (*DescribeReplicationTaskAssessmentResultsOutput, error) { + req, out := c.DescribeReplicationTaskAssessmentResultsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opListTagsForResource = "ListTagsForResource" +// DescribeReplicationTaskAssessmentResultsPages iterates over the pages of a DescribeReplicationTaskAssessmentResults operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeReplicationTaskAssessmentResults method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeReplicationTaskAssessmentResults operation. +// pageNum := 0 +// err := client.DescribeReplicationTaskAssessmentResultsPages(params, +// func(page *databasemigrationservice.DescribeReplicationTaskAssessmentResultsOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages(input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool) error { + return c.DescribeReplicationTaskAssessmentResultsPagesWithContext(aws.BackgroundContext(), input, fn) +} -// ListTagsForResourceRequest generates a "aws/request.Request" representing the -// client's request for the ListTagsForResource operation. The "output" return +// DescribeReplicationTaskAssessmentResultsPagesWithContext same as DescribeReplicationTaskAssessmentResultsPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeReplicationTaskAssessmentResultsInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeReplicationTaskAssessmentResultsRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeReplicationTaskAssessmentResultsOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeReplicationTaskAssessmentRuns = "DescribeReplicationTaskAssessmentRuns" + +// DescribeReplicationTaskAssessmentRunsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationTaskAssessmentRuns operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ListTagsForResource for more information on using the ListTagsForResource +// See DescribeReplicationTaskAssessmentRuns for more information on using the DescribeReplicationTaskAssessmentRuns // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ListTagsForResourceRequest method. -// req, resp := client.ListTagsForResourceRequest(params) +// // Example sending a request using the DescribeReplicationTaskAssessmentRunsRequest method. +// req, resp := client.DescribeReplicationTaskAssessmentRunsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource -func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsRequest(input *DescribeReplicationTaskAssessmentRunsInput) (req *request.Request, output *DescribeReplicationTaskAssessmentRunsOutput) { op := &request.Operation{ - Name: opListTagsForResource, + Name: opDescribeReplicationTaskAssessmentRuns, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ListTagsForResourceInput{} + input = &DescribeReplicationTaskAssessmentRunsInput{} } - output = &ListTagsForResourceOutput{} + output = &DescribeReplicationTaskAssessmentRunsOutput{} req = c.newRequest(op, input, output) return } -// ListTagsForResource API operation for AWS Database Migration Service. +// DescribeReplicationTaskAssessmentRuns API operation for AWS Database Migration Service. // -// Lists all metadata tags attached to an DMS resource, including replication -// instance, endpoint, subnet group, and migration task. For more information, -// see Tag (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) -// data type description. +// Returns a paginated list of premigration assessment runs based on filter +// settings. +// +// These filter settings can specify a combination of premigration assessment +// runs, migration tasks, replication instances, and assessment run status values. +// +// This operation doesn't return information about individual assessments. For +// this information, see the DescribeReplicationTaskIndividualAssessments operation. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ListTagsForResource for usage and error information. +// API operation DescribeReplicationTaskAssessmentRuns for usage and error information. // // Returned Error Types: // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource -func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) { - req, out := c.ListTagsForResourceRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRuns(input *DescribeReplicationTaskAssessmentRunsInput) (*DescribeReplicationTaskAssessmentRunsOutput, error) { + req, out := c.DescribeReplicationTaskAssessmentRunsRequest(input) return out, req.Send() } -// ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of +// DescribeReplicationTaskAssessmentRunsWithContext is the same as DescribeReplicationTaskAssessmentRuns with the addition of // the ability to pass a context and additional request options. // -// See ListTagsForResource for details on how to use this API operation. +// See DescribeReplicationTaskAssessmentRuns for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) { - req, out := c.ListTagsForResourceRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentRunsInput, opts ...request.Option) (*DescribeReplicationTaskAssessmentRunsOutput, error) { + req, out := c.DescribeReplicationTaskAssessmentRunsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opModifyEndpoint = "ModifyEndpoint" +// DescribeReplicationTaskAssessmentRunsPages iterates over the pages of a DescribeReplicationTaskAssessmentRuns operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeReplicationTaskAssessmentRuns method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeReplicationTaskAssessmentRuns operation. +// pageNum := 0 +// err := client.DescribeReplicationTaskAssessmentRunsPages(params, +// func(page *databasemigrationservice.DescribeReplicationTaskAssessmentRunsOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsPages(input *DescribeReplicationTaskAssessmentRunsInput, fn func(*DescribeReplicationTaskAssessmentRunsOutput, bool) bool) error { + return c.DescribeReplicationTaskAssessmentRunsPagesWithContext(aws.BackgroundContext(), input, fn) +} -// ModifyEndpointRequest generates a "aws/request.Request" representing the -// client's request for the ModifyEndpoint operation. The "output" return +// DescribeReplicationTaskAssessmentRunsPagesWithContext same as DescribeReplicationTaskAssessmentRunsPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentRunsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentRunsInput, fn func(*DescribeReplicationTaskAssessmentRunsOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeReplicationTaskAssessmentRunsInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeReplicationTaskAssessmentRunsRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeReplicationTaskAssessmentRunsOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeReplicationTaskIndividualAssessments = "DescribeReplicationTaskIndividualAssessments" + +// DescribeReplicationTaskIndividualAssessmentsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationTaskIndividualAssessments operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ModifyEndpoint for more information on using the ModifyEndpoint +// See DescribeReplicationTaskIndividualAssessments for more information on using the DescribeReplicationTaskIndividualAssessments // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ModifyEndpointRequest method. -// req, resp := client.ModifyEndpointRequest(params) +// // Example sending a request using the DescribeReplicationTaskIndividualAssessmentsRequest method. +// req, resp := client.DescribeReplicationTaskIndividualAssessmentsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint -func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskIndividualAssessments +func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsRequest(input *DescribeReplicationTaskIndividualAssessmentsInput) (req *request.Request, output *DescribeReplicationTaskIndividualAssessmentsOutput) { op := &request.Operation{ - Name: opModifyEndpoint, + Name: opDescribeReplicationTaskIndividualAssessments, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ModifyEndpointInput{} + input = &DescribeReplicationTaskIndividualAssessmentsInput{} } - output = &ModifyEndpointOutput{} + output = &DescribeReplicationTaskIndividualAssessmentsOutput{} req = c.newRequest(op, input, output) return } -// ModifyEndpoint API operation for AWS Database Migration Service. +// DescribeReplicationTaskIndividualAssessments API operation for AWS Database Migration Service. // -// Modifies the specified endpoint. +// Returns a paginated list of individual assessments based on filter settings. // -// For a MySQL source or target endpoint, don't explicitly specify the database -// using the DatabaseName request parameter on the ModifyEndpoint API call. -// Specifying DatabaseName when you modify a MySQL endpoint replicates all the -// task tables to this single database. For MySQL endpoints, you specify the -// database only when you specify the schema in the table-mapping rules of the -// DMS task. +// These filter settings can specify a combination of premigration assessment +// runs, migration tasks, and assessment status values. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ModifyEndpoint for usage and error information. +// API operation DescribeReplicationTaskIndividualAssessments for usage and error information. // // Returned Error Types: -// -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// // - ResourceNotFoundFault // The resource could not be found. // -// - ResourceAlreadyExistsFault -// The resource you are attempting to create already exists. -// -// - KMSKeyNotAccessibleFault -// DMS cannot access the KMS key. -// -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint -func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error) { - req, out := c.ModifyEndpointRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskIndividualAssessments +func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessments(input *DescribeReplicationTaskIndividualAssessmentsInput) (*DescribeReplicationTaskIndividualAssessmentsOutput, error) { + req, out := c.DescribeReplicationTaskIndividualAssessmentsRequest(input) return out, req.Send() } -// ModifyEndpointWithContext is the same as ModifyEndpoint with the addition of +// DescribeReplicationTaskIndividualAssessmentsWithContext is the same as DescribeReplicationTaskIndividualAssessments with the addition of // the ability to pass a context and additional request options. // -// See ModifyEndpoint for details on how to use this API operation. +// See DescribeReplicationTaskIndividualAssessments for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ModifyEndpointWithContext(ctx aws.Context, input *ModifyEndpointInput, opts ...request.Option) (*ModifyEndpointOutput, error) { - req, out := c.ModifyEndpointRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsWithContext(ctx aws.Context, input *DescribeReplicationTaskIndividualAssessmentsInput, opts ...request.Option) (*DescribeReplicationTaskIndividualAssessmentsOutput, error) { + req, out := c.DescribeReplicationTaskIndividualAssessmentsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opModifyEventSubscription = "ModifyEventSubscription" - -// ModifyEventSubscriptionRequest generates a "aws/request.Request" representing the -// client's request for the ModifyEventSubscription operation. The "output" return -// value will be populated with the request's response once the request completes -// successfully. -// -// Use "Send" method on the returned Request to send the API call to the service. -// the "output" return value is not valid until after Send returns without error. -// -// See ModifyEventSubscription for more information on using the ModifyEventSubscription -// API call, and error handling. +// DescribeReplicationTaskIndividualAssessmentsPages iterates over the pages of a DescribeReplicationTaskIndividualAssessments operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. // -// This method is useful when you want to inject custom logic or configuration -// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// See DescribeReplicationTaskIndividualAssessments method for more information on how to use this operation. // -// // Example sending a request using the ModifyEventSubscriptionRequest method. -// req, resp := client.ModifyEventSubscriptionRequest(params) +// Note: This operation can generate multiple requests to a service. // -// err := req.Send() +// // Example iterating over at most 3 pages of a DescribeReplicationTaskIndividualAssessments operation. +// pageNum := 0 +// err := client.DescribeReplicationTaskIndividualAssessmentsPages(params, +// func(page *databasemigrationservice.DescribeReplicationTaskIndividualAssessmentsOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsPages(input *DescribeReplicationTaskIndividualAssessmentsInput, fn func(*DescribeReplicationTaskIndividualAssessmentsOutput, bool) bool) error { + return c.DescribeReplicationTaskIndividualAssessmentsPagesWithContext(aws.BackgroundContext(), input, fn) +} + +// DescribeReplicationTaskIndividualAssessmentsPagesWithContext same as DescribeReplicationTaskIndividualAssessmentsPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeReplicationTaskIndividualAssessmentsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskIndividualAssessmentsInput, fn func(*DescribeReplicationTaskIndividualAssessmentsOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeReplicationTaskIndividualAssessmentsInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeReplicationTaskIndividualAssessmentsRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeReplicationTaskIndividualAssessmentsOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeReplicationTasks = "DescribeReplicationTasks" + +// DescribeReplicationTasksRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplicationTasks operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See DescribeReplicationTasks for more information on using the DescribeReplicationTasks +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the DescribeReplicationTasksRequest method. +// req, resp := client.DescribeReplicationTasksRequest(params) +// +// err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription -func (c *DatabaseMigrationService) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks +func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput) { op := &request.Operation{ - Name: opModifyEventSubscription, + Name: opDescribeReplicationTasks, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ModifyEventSubscriptionInput{} + input = &DescribeReplicationTasksInput{} } - output = &ModifyEventSubscriptionOutput{} + output = &DescribeReplicationTasksOutput{} req = c.newRequest(op, input, output) return } -// ModifyEventSubscription API operation for AWS Database Migration Service. +// DescribeReplicationTasks API operation for AWS Database Migration Service. // -// Modifies an existing DMS event notification subscription. +// Returns information about replication tasks for your account in the current +// region. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ModifyEventSubscription for usage and error information. +// API operation DescribeReplicationTasks for usage and error information. // // Returned Error Types: -// -// - ResourceQuotaExceededFault -// The quota for this resource quota has been exceeded. -// // - ResourceNotFoundFault // The resource could not be found. // -// - SNSInvalidTopicFault -// The SNS topic is invalid. -// -// - SNSNoAuthorizationFault -// You are not authorized for the SNS subscription. -// -// - KMSAccessDeniedFault -// The ciphertext references a key that doesn't exist or that the DMS account -// doesn't have access to. -// -// - KMSDisabledFault -// The specified KMS key isn't enabled. -// -// - KMSInvalidStateFault -// The state of the specified KMS resource isn't valid for this request. -// -// - KMSNotFoundFault -// The specified KMS entity or resource can't be found. -// -// - KMSThrottlingFault -// This request triggered KMS request throttling. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription -func (c *DatabaseMigrationService) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error) { - req, out := c.ModifyEventSubscriptionRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks +func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error) { + req, out := c.DescribeReplicationTasksRequest(input) return out, req.Send() } -// ModifyEventSubscriptionWithContext is the same as ModifyEventSubscription with the addition of +// DescribeReplicationTasksWithContext is the same as DescribeReplicationTasks with the addition of // the ability to pass a context and additional request options. // -// See ModifyEventSubscription for details on how to use this API operation. +// See DescribeReplicationTasks for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error) { - req, out := c.ModifyEventSubscriptionRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationTasksWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.Option) (*DescribeReplicationTasksOutput, error) { + req, out := c.DescribeReplicationTasksRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opModifyReplicationConfig = "ModifyReplicationConfig" +// DescribeReplicationTasksPages iterates over the pages of a DescribeReplicationTasks operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeReplicationTasks method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeReplicationTasks operation. +// pageNum := 0 +// err := client.DescribeReplicationTasksPages(params, +// func(page *databasemigrationservice.DescribeReplicationTasksOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeReplicationTasksPages(input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool) error { + return c.DescribeReplicationTasksPagesWithContext(aws.BackgroundContext(), input, fn) +} -// ModifyReplicationConfigRequest generates a "aws/request.Request" representing the -// client's request for the ModifyReplicationConfig operation. The "output" return +// DescribeReplicationTasksPagesWithContext same as DescribeReplicationTasksPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeReplicationTasksInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeReplicationTasksRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeReplicationTasksOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeReplications = "DescribeReplications" + +// DescribeReplicationsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeReplications operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ModifyReplicationConfig for more information on using the ModifyReplicationConfig +// See DescribeReplications for more information on using the DescribeReplications // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ModifyReplicationConfigRequest method. -// req, resp := client.ModifyReplicationConfigRequest(params) +// // Example sending a request using the DescribeReplicationsRequest method. +// req, resp := client.DescribeReplicationsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig -func (c *DatabaseMigrationService) ModifyReplicationConfigRequest(input *ModifyReplicationConfigInput) (req *request.Request, output *ModifyReplicationConfigOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications +func (c *DatabaseMigrationService) DescribeReplicationsRequest(input *DescribeReplicationsInput) (req *request.Request, output *DescribeReplicationsOutput) { op := &request.Operation{ - Name: opModifyReplicationConfig, + Name: opDescribeReplications, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ModifyReplicationConfigInput{} + input = &DescribeReplicationsInput{} } - output = &ModifyReplicationConfigOutput{} + output = &DescribeReplicationsOutput{} req = c.newRequest(op, input, output) return } -// ModifyReplicationConfig API operation for AWS Database Migration Service. -// -// Modifies an existing DMS Serverless replication configuration that you can -// use to start a replication. This command includes input validation and logic -// to check the state of any replication that uses this configuration. You can -// only modify a replication configuration before any replication that uses -// it has started. As soon as you have initially started a replication with -// a given configuiration, you can't modify that configuration, even if you -// stop it. +// DescribeReplications API operation for AWS Database Migration Service. // -// Other run statuses that allow you to run this command include FAILED and -// CREATED. A provisioning state that allows you to run this command is FAILED_PROVISION. +// Provides details on replication progress by returning status information +// for one or more provisioned DMS Serverless replications. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ModifyReplicationConfig for usage and error information. +// API operation DescribeReplications for usage and error information. // // Returned Error Types: -// -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// // - ResourceNotFoundFault // The resource could not be found. // -// - ReplicationSubnetGroupDoesNotCoverEnoughAZs -// The replication subnet group does not cover enough Availability Zones (AZs). -// Edit the replication subnet group and add more AZs. -// -// - InvalidSubnet -// The subnet provided isn't valid. -// -// - KMSKeyNotAccessibleFault -// DMS cannot access the KMS key. -// -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig -func (c *DatabaseMigrationService) ModifyReplicationConfig(input *ModifyReplicationConfigInput) (*ModifyReplicationConfigOutput, error) { - req, out := c.ModifyReplicationConfigRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications +func (c *DatabaseMigrationService) DescribeReplications(input *DescribeReplicationsInput) (*DescribeReplicationsOutput, error) { + req, out := c.DescribeReplicationsRequest(input) return out, req.Send() } -// ModifyReplicationConfigWithContext is the same as ModifyReplicationConfig with the addition of +// DescribeReplicationsWithContext is the same as DescribeReplications with the addition of // the ability to pass a context and additional request options. // -// See ModifyReplicationConfig for details on how to use this API operation. +// See DescribeReplications for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ModifyReplicationConfigWithContext(ctx aws.Context, input *ModifyReplicationConfigInput, opts ...request.Option) (*ModifyReplicationConfigOutput, error) { - req, out := c.ModifyReplicationConfigRequest(input) +func (c *DatabaseMigrationService) DescribeReplicationsWithContext(ctx aws.Context, input *DescribeReplicationsInput, opts ...request.Option) (*DescribeReplicationsOutput, error) { + req, out := c.DescribeReplicationsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opModifyReplicationInstance = "ModifyReplicationInstance" - -// ModifyReplicationInstanceRequest generates a "aws/request.Request" representing the -// client's request for the ModifyReplicationInstance operation. The "output" return +// DescribeReplicationsPages iterates over the pages of a DescribeReplications operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeReplications method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeReplications operation. +// pageNum := 0 +// err := client.DescribeReplicationsPages(params, +// func(page *databasemigrationservice.DescribeReplicationsOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeReplicationsPages(input *DescribeReplicationsInput, fn func(*DescribeReplicationsOutput, bool) bool) error { + return c.DescribeReplicationsPagesWithContext(aws.BackgroundContext(), input, fn) +} + +// DescribeReplicationsPagesWithContext same as DescribeReplicationsPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeReplicationsPagesWithContext(ctx aws.Context, input *DescribeReplicationsInput, fn func(*DescribeReplicationsOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeReplicationsInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeReplicationsRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeReplicationsOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeSchemas = "DescribeSchemas" + +// DescribeSchemasRequest generates a "aws/request.Request" representing the +// client's request for the DescribeSchemas operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ModifyReplicationInstance for more information on using the ModifyReplicationInstance +// See DescribeSchemas for more information on using the DescribeSchemas // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ModifyReplicationInstanceRequest method. -// req, resp := client.ModifyReplicationInstanceRequest(params) +// // Example sending a request using the DescribeSchemasRequest method. +// req, resp := client.DescribeSchemasRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance -func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas +func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput) { op := &request.Operation{ - Name: opModifyReplicationInstance, + Name: opDescribeSchemas, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ModifyReplicationInstanceInput{} + input = &DescribeSchemasInput{} } - output = &ModifyReplicationInstanceOutput{} + output = &DescribeSchemasOutput{} req = c.newRequest(op, input, output) return } -// ModifyReplicationInstance API operation for AWS Database Migration Service. -// -// Modifies the replication instance to apply new settings. You can change one -// or more parameters by specifying these parameters and the new values in the -// request. +// DescribeSchemas API operation for AWS Database Migration Service. // -// Some settings are applied during the maintenance window. +// Returns information about the schema for the specified endpoint. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ModifyReplicationInstance for usage and error information. +// API operation DescribeSchemas for usage and error information. // // Returned Error Types: // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// - ResourceAlreadyExistsFault -// The resource you are attempting to create already exists. -// // - ResourceNotFoundFault // The resource could not be found. // -// - InsufficientResourceCapacityFault -// There are not enough resources allocated to the database migration. -// -// - StorageQuotaExceededFault -// The storage quota has been exceeded. -// -// - UpgradeDependencyFailureFault -// An upgrade dependency is preventing the database migration. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance -func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error) { - req, out := c.ModifyReplicationInstanceRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas +func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error) { + req, out := c.DescribeSchemasRequest(input) return out, req.Send() } -// ModifyReplicationInstanceWithContext is the same as ModifyReplicationInstance with the addition of +// DescribeSchemasWithContext is the same as DescribeSchemas with the addition of // the ability to pass a context and additional request options. // -// See ModifyReplicationInstance for details on how to use this API operation. +// See DescribeSchemas for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ModifyReplicationInstanceWithContext(ctx aws.Context, input *ModifyReplicationInstanceInput, opts ...request.Option) (*ModifyReplicationInstanceOutput, error) { - req, out := c.ModifyReplicationInstanceRequest(input) +func (c *DatabaseMigrationService) DescribeSchemasWithContext(ctx aws.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error) { + req, out := c.DescribeSchemasRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opModifyReplicationSubnetGroup = "ModifyReplicationSubnetGroup" +// DescribeSchemasPages iterates over the pages of a DescribeSchemas operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See DescribeSchemas method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a DescribeSchemas operation. +// pageNum := 0 +// err := client.DescribeSchemasPages(params, +// func(page *databasemigrationservice.DescribeSchemasOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeSchemasPages(input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool) error { + return c.DescribeSchemasPagesWithContext(aws.BackgroundContext(), input, fn) +} -// ModifyReplicationSubnetGroupRequest generates a "aws/request.Request" representing the -// client's request for the ModifyReplicationSubnetGroup operation. The "output" return +// DescribeSchemasPagesWithContext same as DescribeSchemasPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Context, input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeSchemasInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeSchemasRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeSchemasOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opDescribeTableStatistics = "DescribeTableStatistics" + +// DescribeTableStatisticsRequest generates a "aws/request.Request" representing the +// client's request for the DescribeTableStatistics operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ModifyReplicationSubnetGroup for more information on using the ModifyReplicationSubnetGroup +// See DescribeTableStatistics for more information on using the DescribeTableStatistics // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ModifyReplicationSubnetGroupRequest method. -// req, resp := client.ModifyReplicationSubnetGroupRequest(params) +// // Example sending a request using the DescribeTableStatisticsRequest method. +// req, resp := client.DescribeTableStatisticsRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup -func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics +func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput) { op := &request.Operation{ - Name: opModifyReplicationSubnetGroup, + Name: opDescribeTableStatistics, HTTPMethod: "POST", HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"Marker"}, + OutputTokens: []string{"Marker"}, + LimitToken: "MaxRecords", + TruncationToken: "", + }, } if input == nil { - input = &ModifyReplicationSubnetGroupInput{} + input = &DescribeTableStatisticsInput{} } - output = &ModifyReplicationSubnetGroupOutput{} + output = &DescribeTableStatisticsOutput{} req = c.newRequest(op, input, output) return } -// ModifyReplicationSubnetGroup API operation for AWS Database Migration Service. +// DescribeTableStatistics API operation for AWS Database Migration Service. // -// Modifies the settings for the specified replication subnet group. +// Returns table statistics on the database migration task, including table +// name, rows inserted, rows updated, and rows deleted. +// +// Note that the "last updated" column the DMS console only indicates the time +// that DMS last updated the table statistics record for a table. It does not +// indicate the time of the last update to the table. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ModifyReplicationSubnetGroup for usage and error information. +// API operation DescribeTableStatistics for usage and error information. // // Returned Error Types: // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// // - ResourceNotFoundFault // The resource could not be found. // -// - ResourceQuotaExceededFault -// The quota for this resource quota has been exceeded. -// -// - SubnetAlreadyInUse -// The specified subnet is already in use. -// -// - ReplicationSubnetGroupDoesNotCoverEnoughAZs -// The replication subnet group does not cover enough Availability Zones (AZs). -// Edit the replication subnet group and add more AZs. -// -// - InvalidSubnet -// The subnet provided isn't valid. +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup -func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error) { - req, out := c.ModifyReplicationSubnetGroupRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics +func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error) { + req, out := c.DescribeTableStatisticsRequest(input) return out, req.Send() } -// ModifyReplicationSubnetGroupWithContext is the same as ModifyReplicationSubnetGroup with the addition of +// DescribeTableStatisticsWithContext is the same as DescribeTableStatistics with the addition of // the ability to pass a context and additional request options. // -// See ModifyReplicationSubnetGroup for details on how to use this API operation. +// See DescribeTableStatistics for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext(ctx aws.Context, input *ModifyReplicationSubnetGroupInput, opts ...request.Option) (*ModifyReplicationSubnetGroupOutput, error) { - req, out := c.ModifyReplicationSubnetGroupRequest(input) +func (c *DatabaseMigrationService) DescribeTableStatisticsWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, opts ...request.Option) (*DescribeTableStatisticsOutput, error) { + req, out := c.DescribeTableStatisticsRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opModifyReplicationTask = "ModifyReplicationTask" - -// ModifyReplicationTaskRequest generates a "aws/request.Request" representing the -// client's request for the ModifyReplicationTask operation. The "output" return -// value will be populated with the request's response once the request completes -// successfully. +// DescribeTableStatisticsPages iterates over the pages of a DescribeTableStatistics operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. // -// Use "Send" method on the returned Request to send the API call to the service. -// the "output" return value is not valid until after Send returns without error. +// See DescribeTableStatistics method for more information on how to use this operation. // -// See ModifyReplicationTask for more information on using the ModifyReplicationTask -// API call, and error handling. +// Note: This operation can generate multiple requests to a service. // -// This method is useful when you want to inject custom logic or configuration -// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// // Example iterating over at most 3 pages of a DescribeTableStatistics operation. +// pageNum := 0 +// err := client.DescribeTableStatisticsPages(params, +// func(page *databasemigrationservice.DescribeTableStatisticsOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +func (c *DatabaseMigrationService) DescribeTableStatisticsPages(input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool) error { + return c.DescribeTableStatisticsPagesWithContext(aws.BackgroundContext(), input, fn) +} + +// DescribeTableStatisticsPagesWithContext same as DescribeTableStatisticsPages except +// it takes a Context and allows setting request options on the pages. // -// // Example sending a request using the ModifyReplicationTaskRequest method. -// req, resp := client.ModifyReplicationTaskRequest(params) +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *DescribeTableStatisticsInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.DescribeTableStatisticsRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*DescribeTableStatisticsOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + +const opExportMetadataModelAssessment = "ExportMetadataModelAssessment" + +// ExportMetadataModelAssessmentRequest generates a "aws/request.Request" representing the +// client's request for the ExportMetadataModelAssessment operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See ExportMetadataModelAssessment for more information on using the ExportMetadataModelAssessment +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the ExportMetadataModelAssessmentRequest method. +// req, resp := client.ExportMetadataModelAssessmentRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask -func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) (req *request.Request, output *ModifyReplicationTaskOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ExportMetadataModelAssessment +func (c *DatabaseMigrationService) ExportMetadataModelAssessmentRequest(input *ExportMetadataModelAssessmentInput) (req *request.Request, output *ExportMetadataModelAssessmentOutput) { op := &request.Operation{ - Name: opModifyReplicationTask, + Name: opExportMetadataModelAssessment, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &ModifyReplicationTaskInput{} + input = &ExportMetadataModelAssessmentInput{} } - output = &ModifyReplicationTaskOutput{} + output = &ExportMetadataModelAssessmentOutput{} req = c.newRequest(op, input, output) return } -// ModifyReplicationTask API operation for AWS Database Migration Service. -// -// Modifies the specified replication task. +// ExportMetadataModelAssessment API operation for AWS Database Migration Service. // -// You can't modify the task endpoints. The task must be stopped before you -// can modify it. -// -// For more information about DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) -// in the Database Migration Service User Guide. +// Saves a copy of a database migration assessment report to your Amazon S3 +// bucket. DMS can save your assessment report as a comma-separated value (CSV) +// or a PDF file. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ModifyReplicationTask for usage and error information. +// API operation ExportMetadataModelAssessment for usage and error information. // // Returned Error Types: -// -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// // - ResourceNotFoundFault // The resource could not be found. // -// - ResourceAlreadyExistsFault -// The resource you are attempting to create already exists. -// -// - KMSKeyNotAccessibleFault -// DMS cannot access the KMS key. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask -func (c *DatabaseMigrationService) ModifyReplicationTask(input *ModifyReplicationTaskInput) (*ModifyReplicationTaskOutput, error) { - req, out := c.ModifyReplicationTaskRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ExportMetadataModelAssessment +func (c *DatabaseMigrationService) ExportMetadataModelAssessment(input *ExportMetadataModelAssessmentInput) (*ExportMetadataModelAssessmentOutput, error) { + req, out := c.ExportMetadataModelAssessmentRequest(input) return out, req.Send() } -// ModifyReplicationTaskWithContext is the same as ModifyReplicationTask with the addition of +// ExportMetadataModelAssessmentWithContext is the same as ExportMetadataModelAssessment with the addition of // the ability to pass a context and additional request options. // -// See ModifyReplicationTask for details on how to use this API operation. +// See ExportMetadataModelAssessment for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ModifyReplicationTaskWithContext(ctx aws.Context, input *ModifyReplicationTaskInput, opts ...request.Option) (*ModifyReplicationTaskOutput, error) { - req, out := c.ModifyReplicationTaskRequest(input) +func (c *DatabaseMigrationService) ExportMetadataModelAssessmentWithContext(ctx aws.Context, input *ExportMetadataModelAssessmentInput, opts ...request.Option) (*ExportMetadataModelAssessmentOutput, error) { + req, out := c.ExportMetadataModelAssessmentRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opMoveReplicationTask = "MoveReplicationTask" +const opImportCertificate = "ImportCertificate" -// MoveReplicationTaskRequest generates a "aws/request.Request" representing the -// client's request for the MoveReplicationTask operation. The "output" return +// ImportCertificateRequest generates a "aws/request.Request" representing the +// client's request for the ImportCertificate operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See MoveReplicationTask for more information on using the MoveReplicationTask +// See ImportCertificate for more information on using the ImportCertificate // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the MoveReplicationTaskRequest method. -// req, resp := client.MoveReplicationTaskRequest(params) +// // Example sending a request using the ImportCertificateRequest method. +// req, resp := client.ImportCertificateRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTask -func (c *DatabaseMigrationService) MoveReplicationTaskRequest(input *MoveReplicationTaskInput) (req *request.Request, output *MoveReplicationTaskOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate +func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput) { op := &request.Operation{ - Name: opMoveReplicationTask, + Name: opImportCertificate, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &MoveReplicationTaskInput{} + input = &ImportCertificateInput{} } - output = &MoveReplicationTaskOutput{} + output = &ImportCertificateOutput{} req = c.newRequest(op, input, output) return } -// MoveReplicationTask API operation for AWS Database Migration Service. +// ImportCertificate API operation for AWS Database Migration Service. // -// Moves a replication task from its current replication instance to a different -// target replication instance using the specified parameters. The target replication -// instance must be created with the same or later DMS version as the current -// replication instance. +// Uploads the specified certificate. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation MoveReplicationTask for usage and error information. +// API operation ImportCertificate for usage and error information. // // Returned Error Types: // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// -// - ResourceNotFoundFault -// The resource could not be found. +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. // -// - KMSKeyNotAccessibleFault -// DMS cannot access the KMS key. +// - InvalidCertificateFault +// The certificate was not valid. // // - ResourceQuotaExceededFault // The quota for this resource quota has been exceeded. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTask -func (c *DatabaseMigrationService) MoveReplicationTask(input *MoveReplicationTaskInput) (*MoveReplicationTaskOutput, error) { - req, out := c.MoveReplicationTaskRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate +func (c *DatabaseMigrationService) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error) { + req, out := c.ImportCertificateRequest(input) return out, req.Send() } -// MoveReplicationTaskWithContext is the same as MoveReplicationTask with the addition of +// ImportCertificateWithContext is the same as ImportCertificate with the addition of // the ability to pass a context and additional request options. // -// See MoveReplicationTask for details on how to use this API operation. +// See ImportCertificate for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) MoveReplicationTaskWithContext(ctx aws.Context, input *MoveReplicationTaskInput, opts ...request.Option) (*MoveReplicationTaskOutput, error) { - req, out := c.MoveReplicationTaskRequest(input) +func (c *DatabaseMigrationService) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error) { + req, out := c.ImportCertificateRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opRebootReplicationInstance = "RebootReplicationInstance" +const opListTagsForResource = "ListTagsForResource" -// RebootReplicationInstanceRequest generates a "aws/request.Request" representing the -// client's request for the RebootReplicationInstance operation. The "output" return +// ListTagsForResourceRequest generates a "aws/request.Request" representing the +// client's request for the ListTagsForResource operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See RebootReplicationInstance for more information on using the RebootReplicationInstance +// See ListTagsForResource for more information on using the ListTagsForResource // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the RebootReplicationInstanceRequest method. -// req, resp := client.RebootReplicationInstanceRequest(params) +// // Example sending a request using the ListTagsForResourceRequest method. +// req, resp := client.ListTagsForResourceRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance -func (c *DatabaseMigrationService) RebootReplicationInstanceRequest(input *RebootReplicationInstanceInput) (req *request.Request, output *RebootReplicationInstanceOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource +func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) { op := &request.Operation{ - Name: opRebootReplicationInstance, + Name: opListTagsForResource, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &RebootReplicationInstanceInput{} + input = &ListTagsForResourceInput{} } - output = &RebootReplicationInstanceOutput{} + output = &ListTagsForResourceOutput{} req = c.newRequest(op, input, output) return } -// RebootReplicationInstance API operation for AWS Database Migration Service. +// ListTagsForResource API operation for AWS Database Migration Service. // -// Reboots a replication instance. Rebooting results in a momentary outage, -// until the replication instance becomes available again. +// Lists all metadata tags attached to an DMS resource, including replication +// instance, endpoint, subnet group, and migration task. For more information, +// see Tag (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) +// data type description. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation RebootReplicationInstance for usage and error information. +// API operation ListTagsForResource for usage and error information. // // Returned Error Types: -// // - ResourceNotFoundFault // The resource could not be found. // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance -func (c *DatabaseMigrationService) RebootReplicationInstance(input *RebootReplicationInstanceInput) (*RebootReplicationInstanceOutput, error) { - req, out := c.RebootReplicationInstanceRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource +func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) { + req, out := c.ListTagsForResourceRequest(input) return out, req.Send() } -// RebootReplicationInstanceWithContext is the same as RebootReplicationInstance with the addition of +// ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of // the ability to pass a context and additional request options. // -// See RebootReplicationInstance for details on how to use this API operation. +// See ListTagsForResource for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) RebootReplicationInstanceWithContext(ctx aws.Context, input *RebootReplicationInstanceInput, opts ...request.Option) (*RebootReplicationInstanceOutput, error) { - req, out := c.RebootReplicationInstanceRequest(input) +func (c *DatabaseMigrationService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) { + req, out := c.ListTagsForResourceRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opRefreshSchemas = "RefreshSchemas" +const opModifyConversionConfiguration = "ModifyConversionConfiguration" -// RefreshSchemasRequest generates a "aws/request.Request" representing the -// client's request for the RefreshSchemas operation. The "output" return +// ModifyConversionConfigurationRequest generates a "aws/request.Request" representing the +// client's request for the ModifyConversionConfiguration operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See RefreshSchemas for more information on using the RefreshSchemas +// See ModifyConversionConfiguration for more information on using the ModifyConversionConfiguration // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the RefreshSchemasRequest method. -// req, resp := client.RefreshSchemasRequest(params) +// // Example sending a request using the ModifyConversionConfigurationRequest method. +// req, resp := client.ModifyConversionConfigurationRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas -func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyConversionConfiguration +func (c *DatabaseMigrationService) ModifyConversionConfigurationRequest(input *ModifyConversionConfigurationInput) (req *request.Request, output *ModifyConversionConfigurationOutput) { op := &request.Operation{ - Name: opRefreshSchemas, + Name: opModifyConversionConfiguration, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &RefreshSchemasInput{} + input = &ModifyConversionConfigurationInput{} } - output = &RefreshSchemasOutput{} + output = &ModifyConversionConfigurationOutput{} req = c.newRequest(op, input, output) return } -// RefreshSchemas API operation for AWS Database Migration Service. +// ModifyConversionConfiguration API operation for AWS Database Migration Service. // -// Populates the schema for the specified endpoint. This is an asynchronous -// operation and can take several minutes. You can check the status of this -// operation by calling the DescribeRefreshSchemasStatus operation. +// Modifies the specified schema conversion configuration using the provided +// parameters. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation RefreshSchemas for usage and error information. +// API operation ModifyConversionConfiguration for usage and error information. // // Returned Error Types: // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// // - ResourceNotFoundFault // The resource could not be found. // -// - KMSKeyNotAccessibleFault -// DMS cannot access the KMS key. -// -// - ResourceQuotaExceededFault -// The quota for this resource quota has been exceeded. +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas -func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error) { - req, out := c.RefreshSchemasRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyConversionConfiguration +func (c *DatabaseMigrationService) ModifyConversionConfiguration(input *ModifyConversionConfigurationInput) (*ModifyConversionConfigurationOutput, error) { + req, out := c.ModifyConversionConfigurationRequest(input) return out, req.Send() } -// RefreshSchemasWithContext is the same as RefreshSchemas with the addition of +// ModifyConversionConfigurationWithContext is the same as ModifyConversionConfiguration with the addition of // the ability to pass a context and additional request options. // -// See RefreshSchemas for details on how to use this API operation. +// See ModifyConversionConfiguration for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) RefreshSchemasWithContext(ctx aws.Context, input *RefreshSchemasInput, opts ...request.Option) (*RefreshSchemasOutput, error) { - req, out := c.RefreshSchemasRequest(input) +func (c *DatabaseMigrationService) ModifyConversionConfigurationWithContext(ctx aws.Context, input *ModifyConversionConfigurationInput, opts ...request.Option) (*ModifyConversionConfigurationOutput, error) { + req, out := c.ModifyConversionConfigurationRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opReloadReplicationTables = "ReloadReplicationTables" +const opModifyDataProvider = "ModifyDataProvider" -// ReloadReplicationTablesRequest generates a "aws/request.Request" representing the -// client's request for the ReloadReplicationTables operation. The "output" return +// ModifyDataProviderRequest generates a "aws/request.Request" representing the +// client's request for the ModifyDataProvider operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ReloadReplicationTables for more information on using the ReloadReplicationTables +// See ModifyDataProvider for more information on using the ModifyDataProvider // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ReloadReplicationTablesRequest method. -// req, resp := client.ReloadReplicationTablesRequest(params) +// // Example sending a request using the ModifyDataProviderRequest method. +// req, resp := client.ModifyDataProviderRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadReplicationTables -func (c *DatabaseMigrationService) ReloadReplicationTablesRequest(input *ReloadReplicationTablesInput) (req *request.Request, output *ReloadReplicationTablesOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyDataProvider +func (c *DatabaseMigrationService) ModifyDataProviderRequest(input *ModifyDataProviderInput) (req *request.Request, output *ModifyDataProviderOutput) { op := &request.Operation{ - Name: opReloadReplicationTables, + Name: opModifyDataProvider, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &ReloadReplicationTablesInput{} + input = &ModifyDataProviderInput{} } - output = &ReloadReplicationTablesOutput{} + output = &ModifyDataProviderOutput{} req = c.newRequest(op, input, output) return } -// ReloadReplicationTables API operation for AWS Database Migration Service. +// ModifyDataProvider API operation for AWS Database Migration Service. // -// Reloads the target database table with the source data for a given DMS Serverless -// replication configuration. +// Modifies the specified data provider using the provided settings. // -// You can only use this operation with a task in the RUNNING state, otherwise -// the service will throw an InvalidResourceStateFault exception. +// You must remove the data provider from all migration projects before you +// can modify it. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ReloadReplicationTables for usage and error information. +// API operation ModifyDataProvider for usage and error information. // // Returned Error Types: // +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// // - ResourceNotFoundFault // The resource could not be found. // @@ -7504,909 +8658,967 @@ func (c *DatabaseMigrationService) ReloadReplicationTablesRequest(input *ReloadR // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadReplicationTables -func (c *DatabaseMigrationService) ReloadReplicationTables(input *ReloadReplicationTablesInput) (*ReloadReplicationTablesOutput, error) { - req, out := c.ReloadReplicationTablesRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyDataProvider +func (c *DatabaseMigrationService) ModifyDataProvider(input *ModifyDataProviderInput) (*ModifyDataProviderOutput, error) { + req, out := c.ModifyDataProviderRequest(input) return out, req.Send() } -// ReloadReplicationTablesWithContext is the same as ReloadReplicationTables with the addition of +// ModifyDataProviderWithContext is the same as ModifyDataProvider with the addition of // the ability to pass a context and additional request options. // -// See ReloadReplicationTables for details on how to use this API operation. +// See ModifyDataProvider for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ReloadReplicationTablesWithContext(ctx aws.Context, input *ReloadReplicationTablesInput, opts ...request.Option) (*ReloadReplicationTablesOutput, error) { - req, out := c.ReloadReplicationTablesRequest(input) +func (c *DatabaseMigrationService) ModifyDataProviderWithContext(ctx aws.Context, input *ModifyDataProviderInput, opts ...request.Option) (*ModifyDataProviderOutput, error) { + req, out := c.ModifyDataProviderRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opReloadTables = "ReloadTables" +const opModifyEndpoint = "ModifyEndpoint" -// ReloadTablesRequest generates a "aws/request.Request" representing the -// client's request for the ReloadTables operation. The "output" return +// ModifyEndpointRequest generates a "aws/request.Request" representing the +// client's request for the ModifyEndpoint operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See ReloadTables for more information on using the ReloadTables +// See ModifyEndpoint for more information on using the ModifyEndpoint // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the ReloadTablesRequest method. -// req, resp := client.ReloadTablesRequest(params) +// // Example sending a request using the ModifyEndpointRequest method. +// req, resp := client.ModifyEndpointRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables -func (c *DatabaseMigrationService) ReloadTablesRequest(input *ReloadTablesInput) (req *request.Request, output *ReloadTablesOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint +func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput) { op := &request.Operation{ - Name: opReloadTables, + Name: opModifyEndpoint, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &ReloadTablesInput{} + input = &ModifyEndpointInput{} } - output = &ReloadTablesOutput{} + output = &ModifyEndpointOutput{} req = c.newRequest(op, input, output) return } -// ReloadTables API operation for AWS Database Migration Service. +// ModifyEndpoint API operation for AWS Database Migration Service. // -// Reloads the target database table with the source data. +// Modifies the specified endpoint. // -// You can only use this operation with a task in the RUNNING state, otherwise -// the service will throw an InvalidResourceStateFault exception. +// For a MySQL source or target endpoint, don't explicitly specify the database +// using the DatabaseName request parameter on the ModifyEndpoint API call. +// Specifying DatabaseName when you modify a MySQL endpoint replicates all the +// task tables to this single database. For MySQL endpoints, you specify the +// database only when you specify the schema in the table-mapping rules of the +// DMS task. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation ReloadTables for usage and error information. +// API operation ModifyEndpoint for usage and error information. // // Returned Error Types: // -// - ResourceNotFoundFault -// The resource could not be found. -// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables -func (c *DatabaseMigrationService) ReloadTables(input *ReloadTablesInput) (*ReloadTablesOutput, error) { - req, out := c.ReloadTablesRequest(input) +// - ResourceNotFoundFault +// The resource could not be found. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint +func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error) { + req, out := c.ModifyEndpointRequest(input) return out, req.Send() } -// ReloadTablesWithContext is the same as ReloadTables with the addition of +// ModifyEndpointWithContext is the same as ModifyEndpoint with the addition of // the ability to pass a context and additional request options. // -// See ReloadTables for details on how to use this API operation. +// See ModifyEndpoint for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) ReloadTablesWithContext(ctx aws.Context, input *ReloadTablesInput, opts ...request.Option) (*ReloadTablesOutput, error) { - req, out := c.ReloadTablesRequest(input) +func (c *DatabaseMigrationService) ModifyEndpointWithContext(ctx aws.Context, input *ModifyEndpointInput, opts ...request.Option) (*ModifyEndpointOutput, error) { + req, out := c.ModifyEndpointRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opRemoveTagsFromResource = "RemoveTagsFromResource" +const opModifyEventSubscription = "ModifyEventSubscription" -// RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the -// client's request for the RemoveTagsFromResource operation. The "output" return +// ModifyEventSubscriptionRequest generates a "aws/request.Request" representing the +// client's request for the ModifyEventSubscription operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See RemoveTagsFromResource for more information on using the RemoveTagsFromResource +// See ModifyEventSubscription for more information on using the ModifyEventSubscription // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the RemoveTagsFromResourceRequest method. -// req, resp := client.RemoveTagsFromResourceRequest(params) +// // Example sending a request using the ModifyEventSubscriptionRequest method. +// req, resp := client.ModifyEventSubscriptionRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource -func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription +func (c *DatabaseMigrationService) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput) { op := &request.Operation{ - Name: opRemoveTagsFromResource, + Name: opModifyEventSubscription, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &RemoveTagsFromResourceInput{} + input = &ModifyEventSubscriptionInput{} } - output = &RemoveTagsFromResourceOutput{} + output = &ModifyEventSubscriptionOutput{} req = c.newRequest(op, input, output) - req.Handlers.Unmarshal.Swap(jsonrpc.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler) return } -// RemoveTagsFromResource API operation for AWS Database Migration Service. +// ModifyEventSubscription API operation for AWS Database Migration Service. // -// Removes metadata tags from an DMS resource, including replication instance, -// endpoint, subnet group, and migration task. For more information, see Tag -// (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) data type -// description. +// Modifies an existing DMS event notification subscription. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation RemoveTagsFromResource for usage and error information. +// API operation ModifyEventSubscription for usage and error information. // // Returned Error Types: +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource -func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error) { - req, out := c.RemoveTagsFromResourceRequest(input) +// - SNSInvalidTopicFault +// The SNS topic is invalid. +// +// - SNSNoAuthorizationFault +// You are not authorized for the SNS subscription. +// +// - KMSAccessDeniedFault +// The ciphertext references a key that doesn't exist or that the DMS account +// doesn't have access to. +// +// - KMSDisabledFault +// The specified KMS key isn't enabled. +// +// - KMSInvalidStateFault +// The state of the specified KMS resource isn't valid for this request. +// +// - KMSNotFoundFault +// The specified KMS entity or resource can't be found. +// +// - KMSThrottlingFault +// This request triggered KMS request throttling. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription +func (c *DatabaseMigrationService) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error) { + req, out := c.ModifyEventSubscriptionRequest(input) return out, req.Send() } -// RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of +// ModifyEventSubscriptionWithContext is the same as ModifyEventSubscription with the addition of // the ability to pass a context and additional request options. // -// See RemoveTagsFromResource for details on how to use this API operation. +// See ModifyEventSubscription for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error) { - req, out := c.RemoveTagsFromResourceRequest(input) +func (c *DatabaseMigrationService) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error) { + req, out := c.ModifyEventSubscriptionRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opRunFleetAdvisorLsaAnalysis = "RunFleetAdvisorLsaAnalysis" +const opModifyInstanceProfile = "ModifyInstanceProfile" -// RunFleetAdvisorLsaAnalysisRequest generates a "aws/request.Request" representing the -// client's request for the RunFleetAdvisorLsaAnalysis operation. The "output" return +// ModifyInstanceProfileRequest generates a "aws/request.Request" representing the +// client's request for the ModifyInstanceProfile operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See RunFleetAdvisorLsaAnalysis for more information on using the RunFleetAdvisorLsaAnalysis +// See ModifyInstanceProfile for more information on using the ModifyInstanceProfile // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the RunFleetAdvisorLsaAnalysisRequest method. -// req, resp := client.RunFleetAdvisorLsaAnalysisRequest(params) +// // Example sending a request using the ModifyInstanceProfileRequest method. +// req, resp := client.ModifyInstanceProfileRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RunFleetAdvisorLsaAnalysis -func (c *DatabaseMigrationService) RunFleetAdvisorLsaAnalysisRequest(input *RunFleetAdvisorLsaAnalysisInput) (req *request.Request, output *RunFleetAdvisorLsaAnalysisOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyInstanceProfile +func (c *DatabaseMigrationService) ModifyInstanceProfileRequest(input *ModifyInstanceProfileInput) (req *request.Request, output *ModifyInstanceProfileOutput) { op := &request.Operation{ - Name: opRunFleetAdvisorLsaAnalysis, + Name: opModifyInstanceProfile, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &RunFleetAdvisorLsaAnalysisInput{} + input = &ModifyInstanceProfileInput{} } - output = &RunFleetAdvisorLsaAnalysisOutput{} + output = &ModifyInstanceProfileOutput{} req = c.newRequest(op, input, output) return } -// RunFleetAdvisorLsaAnalysis API operation for AWS Database Migration Service. +// ModifyInstanceProfile API operation for AWS Database Migration Service. // -// Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector -// in your account. +// Modifies the specified instance profile using the provided parameters. +// +// All migration projects associated with the instance profile must be deleted +// or modified before you can modify the instance profile. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation RunFleetAdvisorLsaAnalysis for usage and error information. +// API operation ModifyInstanceProfile for usage and error information. // // Returned Error Types: // +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceNotFoundFault +// The resource could not be found. +// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// - ResourceNotFoundFault -// The resource could not be found. +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RunFleetAdvisorLsaAnalysis -func (c *DatabaseMigrationService) RunFleetAdvisorLsaAnalysis(input *RunFleetAdvisorLsaAnalysisInput) (*RunFleetAdvisorLsaAnalysisOutput, error) { - req, out := c.RunFleetAdvisorLsaAnalysisRequest(input) +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyInstanceProfile +func (c *DatabaseMigrationService) ModifyInstanceProfile(input *ModifyInstanceProfileInput) (*ModifyInstanceProfileOutput, error) { + req, out := c.ModifyInstanceProfileRequest(input) return out, req.Send() } -// RunFleetAdvisorLsaAnalysisWithContext is the same as RunFleetAdvisorLsaAnalysis with the addition of +// ModifyInstanceProfileWithContext is the same as ModifyInstanceProfile with the addition of // the ability to pass a context and additional request options. // -// See RunFleetAdvisorLsaAnalysis for details on how to use this API operation. +// See ModifyInstanceProfile for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) RunFleetAdvisorLsaAnalysisWithContext(ctx aws.Context, input *RunFleetAdvisorLsaAnalysisInput, opts ...request.Option) (*RunFleetAdvisorLsaAnalysisOutput, error) { - req, out := c.RunFleetAdvisorLsaAnalysisRequest(input) +func (c *DatabaseMigrationService) ModifyInstanceProfileWithContext(ctx aws.Context, input *ModifyInstanceProfileInput, opts ...request.Option) (*ModifyInstanceProfileOutput, error) { + req, out := c.ModifyInstanceProfileRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStartRecommendations = "StartRecommendations" +const opModifyMigrationProject = "ModifyMigrationProject" -// StartRecommendationsRequest generates a "aws/request.Request" representing the -// client's request for the StartRecommendations operation. The "output" return +// ModifyMigrationProjectRequest generates a "aws/request.Request" representing the +// client's request for the ModifyMigrationProject operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StartRecommendations for more information on using the StartRecommendations +// See ModifyMigrationProject for more information on using the ModifyMigrationProject // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StartRecommendationsRequest method. -// req, resp := client.StartRecommendationsRequest(params) +// // Example sending a request using the ModifyMigrationProjectRequest method. +// req, resp := client.ModifyMigrationProjectRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartRecommendations -func (c *DatabaseMigrationService) StartRecommendationsRequest(input *StartRecommendationsInput) (req *request.Request, output *StartRecommendationsOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyMigrationProject +func (c *DatabaseMigrationService) ModifyMigrationProjectRequest(input *ModifyMigrationProjectInput) (req *request.Request, output *ModifyMigrationProjectOutput) { op := &request.Operation{ - Name: opStartRecommendations, + Name: opModifyMigrationProject, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StartRecommendationsInput{} + input = &ModifyMigrationProjectInput{} } - output = &StartRecommendationsOutput{} + output = &ModifyMigrationProjectOutput{} req = c.newRequest(op, input, output) - req.Handlers.Unmarshal.Swap(jsonrpc.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler) return } -// StartRecommendations API operation for AWS Database Migration Service. +// ModifyMigrationProject API operation for AWS Database Migration Service. // -// Starts the analysis of your source database to provide recommendations of -// target engines. +// Modifies the specified migration project using the provided parameters. // -// You can create recommendations for multiple source databases using BatchStartRecommendations -// (https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html). +// The migration project must be closed before you can modify it. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation StartRecommendations for usage and error information. +// API operation ModifyMigrationProject for usage and error information. // // Returned Error Types: // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. -// // - AccessDeniedFault // DMS was denied access to the endpoint. Check that the role is correctly configured. // // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartRecommendations -func (c *DatabaseMigrationService) StartRecommendations(input *StartRecommendationsInput) (*StartRecommendationsOutput, error) { - req, out := c.StartRecommendationsRequest(input) +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyMigrationProject +func (c *DatabaseMigrationService) ModifyMigrationProject(input *ModifyMigrationProjectInput) (*ModifyMigrationProjectOutput, error) { + req, out := c.ModifyMigrationProjectRequest(input) return out, req.Send() } -// StartRecommendationsWithContext is the same as StartRecommendations with the addition of +// ModifyMigrationProjectWithContext is the same as ModifyMigrationProject with the addition of // the ability to pass a context and additional request options. // -// See StartRecommendations for details on how to use this API operation. +// See ModifyMigrationProject for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StartRecommendationsWithContext(ctx aws.Context, input *StartRecommendationsInput, opts ...request.Option) (*StartRecommendationsOutput, error) { - req, out := c.StartRecommendationsRequest(input) +func (c *DatabaseMigrationService) ModifyMigrationProjectWithContext(ctx aws.Context, input *ModifyMigrationProjectInput, opts ...request.Option) (*ModifyMigrationProjectOutput, error) { + req, out := c.ModifyMigrationProjectRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStartReplication = "StartReplication" +const opModifyReplicationConfig = "ModifyReplicationConfig" -// StartReplicationRequest generates a "aws/request.Request" representing the -// client's request for the StartReplication operation. The "output" return +// ModifyReplicationConfigRequest generates a "aws/request.Request" representing the +// client's request for the ModifyReplicationConfig operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StartReplication for more information on using the StartReplication +// See ModifyReplicationConfig for more information on using the ModifyReplicationConfig // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StartReplicationRequest method. -// req, resp := client.StartReplicationRequest(params) +// // Example sending a request using the ModifyReplicationConfigRequest method. +// req, resp := client.ModifyReplicationConfigRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication -func (c *DatabaseMigrationService) StartReplicationRequest(input *StartReplicationInput) (req *request.Request, output *StartReplicationOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig +func (c *DatabaseMigrationService) ModifyReplicationConfigRequest(input *ModifyReplicationConfigInput) (req *request.Request, output *ModifyReplicationConfigOutput) { op := &request.Operation{ - Name: opStartReplication, + Name: opModifyReplicationConfig, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StartReplicationInput{} + input = &ModifyReplicationConfigInput{} } - output = &StartReplicationOutput{} + output = &ModifyReplicationConfigOutput{} req = c.newRequest(op, input, output) return } -// StartReplication API operation for AWS Database Migration Service. -// -// For a given DMS Serverless replication configuration, DMS connects to the -// source endpoint and collects the metadata to analyze the replication workload. -// Using this metadata, DMS then computes and provisions the required capacity -// and starts replicating to the target endpoint using the server resources -// that DMS has provisioned for the DMS Serverless replication. -// -// Returns awserr.Error for service API and SDK errors. Use runtime type assertions -// with awserr.Error's Code and Message methods to get detailed information about -// the error. +// ModifyReplicationConfig API operation for AWS Database Migration Service. // -// See the AWS API reference guide for AWS Database Migration Service's -// API operation StartReplication for usage and error information. +// Modifies an existing DMS Serverless replication configuration that you can +// use to start a replication. This command includes input validation and logic +// to check the state of any replication that uses this configuration. You can +// only modify a replication configuration before any replication that uses +// it has started. As soon as you have initially started a replication with +// a given configuiration, you can't modify that configuration, even if you +// stop it. +// +// Other run statuses that allow you to run this command include FAILED and +// CREATED. A provisioning state that allows you to run this command is FAILED_PROVISION. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation ModifyReplicationConfig for usage and error information. // // Returned Error Types: // +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// // - ResourceNotFoundFault // The resource could not be found. // +// - ReplicationSubnetGroupDoesNotCoverEnoughAZs +// The replication subnet group does not cover enough Availability Zones (AZs). +// Edit the replication subnet group and add more AZs. +// +// - InvalidSubnet +// The subnet provided isn't valid. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication -func (c *DatabaseMigrationService) StartReplication(input *StartReplicationInput) (*StartReplicationOutput, error) { - req, out := c.StartReplicationRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig +func (c *DatabaseMigrationService) ModifyReplicationConfig(input *ModifyReplicationConfigInput) (*ModifyReplicationConfigOutput, error) { + req, out := c.ModifyReplicationConfigRequest(input) return out, req.Send() } -// StartReplicationWithContext is the same as StartReplication with the addition of +// ModifyReplicationConfigWithContext is the same as ModifyReplicationConfig with the addition of // the ability to pass a context and additional request options. // -// See StartReplication for details on how to use this API operation. +// See ModifyReplicationConfig for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StartReplicationWithContext(ctx aws.Context, input *StartReplicationInput, opts ...request.Option) (*StartReplicationOutput, error) { - req, out := c.StartReplicationRequest(input) +func (c *DatabaseMigrationService) ModifyReplicationConfigWithContext(ctx aws.Context, input *ModifyReplicationConfigInput, opts ...request.Option) (*ModifyReplicationConfigOutput, error) { + req, out := c.ModifyReplicationConfigRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStartReplicationTask = "StartReplicationTask" +const opModifyReplicationInstance = "ModifyReplicationInstance" -// StartReplicationTaskRequest generates a "aws/request.Request" representing the -// client's request for the StartReplicationTask operation. The "output" return +// ModifyReplicationInstanceRequest generates a "aws/request.Request" representing the +// client's request for the ModifyReplicationInstance operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StartReplicationTask for more information on using the StartReplicationTask +// See ModifyReplicationInstance for more information on using the ModifyReplicationInstance // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StartReplicationTaskRequest method. -// req, resp := client.StartReplicationTaskRequest(params) +// // Example sending a request using the ModifyReplicationInstanceRequest method. +// req, resp := client.ModifyReplicationInstanceRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask -func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance +func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput) { op := &request.Operation{ - Name: opStartReplicationTask, + Name: opModifyReplicationInstance, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StartReplicationTaskInput{} + input = &ModifyReplicationInstanceInput{} } - output = &StartReplicationTaskOutput{} + output = &ModifyReplicationInstanceOutput{} req = c.newRequest(op, input, output) return } -// StartReplicationTask API operation for AWS Database Migration Service. +// ModifyReplicationInstance API operation for AWS Database Migration Service. // -// Starts the replication task. +// Modifies the replication instance to apply new settings. You can change one +// or more parameters by specifying these parameters and the new values in the +// request. // -// For more information about DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) -// in the Database Migration Service User Guide. +// Some settings are applied during the maintenance window. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation StartReplicationTask for usage and error information. +// API operation ModifyReplicationInstance for usage and error information. // // Returned Error Types: // -// - ResourceNotFoundFault -// The resource could not be found. +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. // // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask -func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error) { - req, out := c.StartReplicationTaskRequest(input) +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InsufficientResourceCapacityFault +// There are not enough resources allocated to the database migration. +// +// - StorageQuotaExceededFault +// The storage quota has been exceeded. +// +// - UpgradeDependencyFailureFault +// An upgrade dependency is preventing the database migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance +func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error) { + req, out := c.ModifyReplicationInstanceRequest(input) return out, req.Send() } -// StartReplicationTaskWithContext is the same as StartReplicationTask with the addition of +// ModifyReplicationInstanceWithContext is the same as ModifyReplicationInstance with the addition of // the ability to pass a context and additional request options. // -// See StartReplicationTask for details on how to use this API operation. +// See ModifyReplicationInstance for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StartReplicationTaskWithContext(ctx aws.Context, input *StartReplicationTaskInput, opts ...request.Option) (*StartReplicationTaskOutput, error) { - req, out := c.StartReplicationTaskRequest(input) +func (c *DatabaseMigrationService) ModifyReplicationInstanceWithContext(ctx aws.Context, input *ModifyReplicationInstanceInput, opts ...request.Option) (*ModifyReplicationInstanceOutput, error) { + req, out := c.ModifyReplicationInstanceRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStartReplicationTaskAssessment = "StartReplicationTaskAssessment" +const opModifyReplicationSubnetGroup = "ModifyReplicationSubnetGroup" -// StartReplicationTaskAssessmentRequest generates a "aws/request.Request" representing the -// client's request for the StartReplicationTaskAssessment operation. The "output" return +// ModifyReplicationSubnetGroupRequest generates a "aws/request.Request" representing the +// client's request for the ModifyReplicationSubnetGroup operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StartReplicationTaskAssessment for more information on using the StartReplicationTaskAssessment +// See ModifyReplicationSubnetGroup for more information on using the ModifyReplicationSubnetGroup // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StartReplicationTaskAssessmentRequest method. -// req, resp := client.StartReplicationTaskAssessmentRequest(params) +// // Example sending a request using the ModifyReplicationSubnetGroupRequest method. +// req, resp := client.ModifyReplicationSubnetGroupRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment -func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRequest(input *StartReplicationTaskAssessmentInput) (req *request.Request, output *StartReplicationTaskAssessmentOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup +func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput) { op := &request.Operation{ - Name: opStartReplicationTaskAssessment, + Name: opModifyReplicationSubnetGroup, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StartReplicationTaskAssessmentInput{} + input = &ModifyReplicationSubnetGroupInput{} } - output = &StartReplicationTaskAssessmentOutput{} + output = &ModifyReplicationSubnetGroupOutput{} req = c.newRequest(op, input, output) return } -// StartReplicationTaskAssessment API operation for AWS Database Migration Service. -// -// Starts the replication task assessment for unsupported data types in the -// source database. -// -// You can only use this operation for a task if the following conditions are -// true: -// -// - The task must be in the stopped state. -// -// - The task must have successful connections to the source and target. -// -// If either of these conditions are not met, an InvalidResourceStateFault error -// will result. +// ModifyReplicationSubnetGroup API operation for AWS Database Migration Service. // -// For information about DMS task assessments, see Creating a task assessment -// report (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html) -// in the Database Migration Service User Guide. +// Modifies the settings for the specified replication subnet group. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation StartReplicationTaskAssessment for usage and error information. +// API operation ModifyReplicationSubnetGroup for usage and error information. // // Returned Error Types: // -// - InvalidResourceStateFault -// The resource is in a state that prevents it from being used for database -// migration. +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. // // - ResourceNotFoundFault // The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment -func (c *DatabaseMigrationService) StartReplicationTaskAssessment(input *StartReplicationTaskAssessmentInput) (*StartReplicationTaskAssessmentOutput, error) { - req, out := c.StartReplicationTaskAssessmentRequest(input) +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - SubnetAlreadyInUse +// The specified subnet is already in use. +// +// - ReplicationSubnetGroupDoesNotCoverEnoughAZs +// The replication subnet group does not cover enough Availability Zones (AZs). +// Edit the replication subnet group and add more AZs. +// +// - InvalidSubnet +// The subnet provided isn't valid. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup +func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error) { + req, out := c.ModifyReplicationSubnetGroupRequest(input) return out, req.Send() } -// StartReplicationTaskAssessmentWithContext is the same as StartReplicationTaskAssessment with the addition of +// ModifyReplicationSubnetGroupWithContext is the same as ModifyReplicationSubnetGroup with the addition of // the ability to pass a context and additional request options. // -// See StartReplicationTaskAssessment for details on how to use this API operation. +// See ModifyReplicationSubnetGroup for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StartReplicationTaskAssessmentWithContext(ctx aws.Context, input *StartReplicationTaskAssessmentInput, opts ...request.Option) (*StartReplicationTaskAssessmentOutput, error) { - req, out := c.StartReplicationTaskAssessmentRequest(input) +func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext(ctx aws.Context, input *ModifyReplicationSubnetGroupInput, opts ...request.Option) (*ModifyReplicationSubnetGroupOutput, error) { + req, out := c.ModifyReplicationSubnetGroupRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStartReplicationTaskAssessmentRun = "StartReplicationTaskAssessmentRun" +const opModifyReplicationTask = "ModifyReplicationTask" -// StartReplicationTaskAssessmentRunRequest generates a "aws/request.Request" representing the -// client's request for the StartReplicationTaskAssessmentRun operation. The "output" return +// ModifyReplicationTaskRequest generates a "aws/request.Request" representing the +// client's request for the ModifyReplicationTask operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StartReplicationTaskAssessmentRun for more information on using the StartReplicationTaskAssessmentRun +// See ModifyReplicationTask for more information on using the ModifyReplicationTask // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StartReplicationTaskAssessmentRunRequest method. -// req, resp := client.StartReplicationTaskAssessmentRunRequest(params) +// // Example sending a request using the ModifyReplicationTaskRequest method. +// req, resp := client.ModifyReplicationTaskRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun -func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRunRequest(input *StartReplicationTaskAssessmentRunInput) (req *request.Request, output *StartReplicationTaskAssessmentRunOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask +func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) (req *request.Request, output *ModifyReplicationTaskOutput) { op := &request.Operation{ - Name: opStartReplicationTaskAssessmentRun, + Name: opModifyReplicationTask, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StartReplicationTaskAssessmentRunInput{} + input = &ModifyReplicationTaskInput{} } - output = &StartReplicationTaskAssessmentRunOutput{} + output = &ModifyReplicationTaskOutput{} req = c.newRequest(op, input, output) return } -// StartReplicationTaskAssessmentRun API operation for AWS Database Migration Service. +// ModifyReplicationTask API operation for AWS Database Migration Service. // -// Starts a new premigration assessment run for one or more individual assessments -// of a migration task. +// Modifies the specified replication task. // -// The assessments that you can specify depend on the source and target database -// engine and the migration type defined for the given task. To run this operation, -// your migration task must already be created. After you run this operation, -// you can review the status of each individual assessment. You can also run -// the migration task manually after the assessment run and its individual assessments -// complete. +// You can't modify the task endpoints. The task must be stopped before you +// can modify it. +// +// For more information about DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) +// in the Database Migration Service User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation StartReplicationTaskAssessmentRun for usage and error information. +// API operation ModifyReplicationTask for usage and error information. // // Returned Error Types: // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// - ResourceNotFoundFault -// The resource could not be found. -// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// - KMSAccessDeniedFault -// The ciphertext references a key that doesn't exist or that the DMS account -// doesn't have access to. -// -// - KMSDisabledFault -// The specified KMS key isn't enabled. -// -// - KMSFault -// An Key Management Service (KMS) error is preventing access to KMS. -// -// - KMSInvalidStateFault -// The state of the specified KMS resource isn't valid for this request. +// - ResourceNotFoundFault +// The resource could not be found. // -// - KMSNotFoundFault -// The specified KMS entity or resource can't be found. +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. // // - KMSKeyNotAccessibleFault // DMS cannot access the KMS key. // -// - S3AccessDeniedFault -// Insufficient privileges are preventing access to an Amazon S3 object. -// -// - S3ResourceNotFoundFault -// A specified Amazon S3 bucket, bucket folder, or other object can't be found. -// -// - ResourceAlreadyExistsFault -// The resource you are attempting to create already exists. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun -func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRun(input *StartReplicationTaskAssessmentRunInput) (*StartReplicationTaskAssessmentRunOutput, error) { - req, out := c.StartReplicationTaskAssessmentRunRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask +func (c *DatabaseMigrationService) ModifyReplicationTask(input *ModifyReplicationTaskInput) (*ModifyReplicationTaskOutput, error) { + req, out := c.ModifyReplicationTaskRequest(input) return out, req.Send() } -// StartReplicationTaskAssessmentRunWithContext is the same as StartReplicationTaskAssessmentRun with the addition of +// ModifyReplicationTaskWithContext is the same as ModifyReplicationTask with the addition of // the ability to pass a context and additional request options. // -// See StartReplicationTaskAssessmentRun for details on how to use this API operation. +// See ModifyReplicationTask for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRunWithContext(ctx aws.Context, input *StartReplicationTaskAssessmentRunInput, opts ...request.Option) (*StartReplicationTaskAssessmentRunOutput, error) { - req, out := c.StartReplicationTaskAssessmentRunRequest(input) +func (c *DatabaseMigrationService) ModifyReplicationTaskWithContext(ctx aws.Context, input *ModifyReplicationTaskInput, opts ...request.Option) (*ModifyReplicationTaskOutput, error) { + req, out := c.ModifyReplicationTaskRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStopReplication = "StopReplication" +const opMoveReplicationTask = "MoveReplicationTask" -// StopReplicationRequest generates a "aws/request.Request" representing the -// client's request for the StopReplication operation. The "output" return +// MoveReplicationTaskRequest generates a "aws/request.Request" representing the +// client's request for the MoveReplicationTask operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StopReplication for more information on using the StopReplication +// See MoveReplicationTask for more information on using the MoveReplicationTask // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StopReplicationRequest method. -// req, resp := client.StopReplicationRequest(params) +// // Example sending a request using the MoveReplicationTaskRequest method. +// req, resp := client.MoveReplicationTaskRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication -func (c *DatabaseMigrationService) StopReplicationRequest(input *StopReplicationInput) (req *request.Request, output *StopReplicationOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTask +func (c *DatabaseMigrationService) MoveReplicationTaskRequest(input *MoveReplicationTaskInput) (req *request.Request, output *MoveReplicationTaskOutput) { op := &request.Operation{ - Name: opStopReplication, + Name: opMoveReplicationTask, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StopReplicationInput{} + input = &MoveReplicationTaskInput{} } - output = &StopReplicationOutput{} + output = &MoveReplicationTaskOutput{} req = c.newRequest(op, input, output) return } -// StopReplication API operation for AWS Database Migration Service. +// MoveReplicationTask API operation for AWS Database Migration Service. // -// For a given DMS Serverless replication configuration, DMS stops any and all -// ongoing DMS Serverless replications. This command doesn't deprovision the -// stopped replications. +// Moves a replication task from its current replication instance to a different +// target replication instance using the specified parameters. The target replication +// instance must be created with the same or later DMS version as the current +// replication instance. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation StopReplication for usage and error information. +// API operation MoveReplicationTask for usage and error information. // // Returned Error Types: // -// - ResourceNotFoundFault -// The resource could not be found. +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. // // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. +// - ResourceNotFoundFault +// The resource could not be found. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication -func (c *DatabaseMigrationService) StopReplication(input *StopReplicationInput) (*StopReplicationOutput, error) { - req, out := c.StopReplicationRequest(input) +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTask +func (c *DatabaseMigrationService) MoveReplicationTask(input *MoveReplicationTaskInput) (*MoveReplicationTaskOutput, error) { + req, out := c.MoveReplicationTaskRequest(input) return out, req.Send() } -// StopReplicationWithContext is the same as StopReplication with the addition of +// MoveReplicationTaskWithContext is the same as MoveReplicationTask with the addition of // the ability to pass a context and additional request options. // -// See StopReplication for details on how to use this API operation. +// See MoveReplicationTask for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StopReplicationWithContext(ctx aws.Context, input *StopReplicationInput, opts ...request.Option) (*StopReplicationOutput, error) { - req, out := c.StopReplicationRequest(input) +func (c *DatabaseMigrationService) MoveReplicationTaskWithContext(ctx aws.Context, input *MoveReplicationTaskInput, opts ...request.Option) (*MoveReplicationTaskOutput, error) { + req, out := c.MoveReplicationTaskRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opStopReplicationTask = "StopReplicationTask" +const opRebootReplicationInstance = "RebootReplicationInstance" -// StopReplicationTaskRequest generates a "aws/request.Request" representing the -// client's request for the StopReplicationTask operation. The "output" return +// RebootReplicationInstanceRequest generates a "aws/request.Request" representing the +// client's request for the RebootReplicationInstance operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See StopReplicationTask for more information on using the StopReplicationTask +// See RebootReplicationInstance for more information on using the RebootReplicationInstance // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the StopReplicationTaskRequest method. -// req, resp := client.StopReplicationTaskRequest(params) +// // Example sending a request using the RebootReplicationInstanceRequest method. +// req, resp := client.RebootReplicationInstanceRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask -func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance +func (c *DatabaseMigrationService) RebootReplicationInstanceRequest(input *RebootReplicationInstanceInput) (req *request.Request, output *RebootReplicationInstanceOutput) { op := &request.Operation{ - Name: opStopReplicationTask, + Name: opRebootReplicationInstance, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &StopReplicationTaskInput{} + input = &RebootReplicationInstanceInput{} } - output = &StopReplicationTaskOutput{} + output = &RebootReplicationInstanceOutput{} req = c.newRequest(op, input, output) return } -// StopReplicationTask API operation for AWS Database Migration Service. +// RebootReplicationInstance API operation for AWS Database Migration Service. // -// Stops the replication task. +// Reboots a replication instance. Rebooting results in a momentary outage, +// until the replication instance becomes available again. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation StopReplicationTask for usage and error information. +// API operation RebootReplicationInstance for usage and error information. // // Returned Error Types: // @@ -8417,1072 +9629,6883 @@ func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplica // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask -func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error) { - req, out := c.StopReplicationTaskRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance +func (c *DatabaseMigrationService) RebootReplicationInstance(input *RebootReplicationInstanceInput) (*RebootReplicationInstanceOutput, error) { + req, out := c.RebootReplicationInstanceRequest(input) return out, req.Send() } -// StopReplicationTaskWithContext is the same as StopReplicationTask with the addition of +// RebootReplicationInstanceWithContext is the same as RebootReplicationInstance with the addition of // the ability to pass a context and additional request options. // -// See StopReplicationTask for details on how to use this API operation. +// See RebootReplicationInstance for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) StopReplicationTaskWithContext(ctx aws.Context, input *StopReplicationTaskInput, opts ...request.Option) (*StopReplicationTaskOutput, error) { - req, out := c.StopReplicationTaskRequest(input) +func (c *DatabaseMigrationService) RebootReplicationInstanceWithContext(ctx aws.Context, input *RebootReplicationInstanceInput, opts ...request.Option) (*RebootReplicationInstanceOutput, error) { + req, out := c.RebootReplicationInstanceRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opTestConnection = "TestConnection" +const opRefreshSchemas = "RefreshSchemas" -// TestConnectionRequest generates a "aws/request.Request" representing the -// client's request for the TestConnection operation. The "output" return +// RefreshSchemasRequest generates a "aws/request.Request" representing the +// client's request for the RefreshSchemas operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See TestConnection for more information on using the TestConnection +// See RefreshSchemas for more information on using the RefreshSchemas // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the TestConnectionRequest method. -// req, resp := client.TestConnectionRequest(params) +// // Example sending a request using the RefreshSchemasRequest method. +// req, resp := client.RefreshSchemasRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection -func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas +func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput) { op := &request.Operation{ - Name: opTestConnection, + Name: opRefreshSchemas, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &TestConnectionInput{} + input = &RefreshSchemasInput{} } - output = &TestConnectionOutput{} + output = &RefreshSchemasOutput{} req = c.newRequest(op, input, output) return } -// TestConnection API operation for AWS Database Migration Service. +// RefreshSchemas API operation for AWS Database Migration Service. // -// Tests the connection between the replication instance and the endpoint. +// Populates the schema for the specified endpoint. This is an asynchronous +// operation and can take several minutes. You can check the status of this +// operation by calling the DescribeRefreshSchemasStatus operation. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation TestConnection for usage and error information. +// API operation RefreshSchemas for usage and error information. // // Returned Error Types: // -// - ResourceNotFoundFault -// The resource could not be found. -// // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // +// - ResourceNotFoundFault +// The resource could not be found. +// // - KMSKeyNotAccessibleFault // DMS cannot access the KMS key. // // - ResourceQuotaExceededFault // The quota for this resource quota has been exceeded. // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. -// -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection -func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error) { - req, out := c.TestConnectionRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas +func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error) { + req, out := c.RefreshSchemasRequest(input) return out, req.Send() } -// TestConnectionWithContext is the same as TestConnection with the addition of +// RefreshSchemasWithContext is the same as RefreshSchemas with the addition of // the ability to pass a context and additional request options. // -// See TestConnection for details on how to use this API operation. +// See RefreshSchemas for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error) { - req, out := c.TestConnectionRequest(input) +func (c *DatabaseMigrationService) RefreshSchemasWithContext(ctx aws.Context, input *RefreshSchemasInput, opts ...request.Option) (*RefreshSchemasOutput, error) { + req, out := c.RefreshSchemasRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -const opUpdateSubscriptionsToEventBridge = "UpdateSubscriptionsToEventBridge" +const opReloadReplicationTables = "ReloadReplicationTables" -// UpdateSubscriptionsToEventBridgeRequest generates a "aws/request.Request" representing the -// client's request for the UpdateSubscriptionsToEventBridge operation. The "output" return +// ReloadReplicationTablesRequest generates a "aws/request.Request" representing the +// client's request for the ReloadReplicationTables operation. The "output" return // value will be populated with the request's response once the request completes // successfully. // // Use "Send" method on the returned Request to send the API call to the service. // the "output" return value is not valid until after Send returns without error. // -// See UpdateSubscriptionsToEventBridge for more information on using the UpdateSubscriptionsToEventBridge +// See ReloadReplicationTables for more information on using the ReloadReplicationTables // API call, and error handling. // // This method is useful when you want to inject custom logic or configuration // into the SDK's request lifecycle. Such as custom headers, or retry logic. // -// // Example sending a request using the UpdateSubscriptionsToEventBridgeRequest method. -// req, resp := client.UpdateSubscriptionsToEventBridgeRequest(params) +// // Example sending a request using the ReloadReplicationTablesRequest method. +// req, resp := client.ReloadReplicationTablesRequest(params) // // err := req.Send() // if err == nil { // resp is now filled // fmt.Println(resp) // } // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/UpdateSubscriptionsToEventBridge -func (c *DatabaseMigrationService) UpdateSubscriptionsToEventBridgeRequest(input *UpdateSubscriptionsToEventBridgeInput) (req *request.Request, output *UpdateSubscriptionsToEventBridgeOutput) { +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadReplicationTables +func (c *DatabaseMigrationService) ReloadReplicationTablesRequest(input *ReloadReplicationTablesInput) (req *request.Request, output *ReloadReplicationTablesOutput) { op := &request.Operation{ - Name: opUpdateSubscriptionsToEventBridge, + Name: opReloadReplicationTables, HTTPMethod: "POST", HTTPPath: "/", } if input == nil { - input = &UpdateSubscriptionsToEventBridgeInput{} + input = &ReloadReplicationTablesInput{} } - output = &UpdateSubscriptionsToEventBridgeOutput{} + output = &ReloadReplicationTablesOutput{} req = c.newRequest(op, input, output) return } -// UpdateSubscriptionsToEventBridge API operation for AWS Database Migration Service. +// ReloadReplicationTables API operation for AWS Database Migration Service. // -// Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts -// them to corresponding Amazon EventBridge rules. By default, this operation -// migrates subscriptions only when all your replication instance versions are -// 3.4.6 or higher. If any replication instances are from versions earlier than -// 3.4.6, the operation raises an error and tells you to upgrade these instances -// to version 3.4.6 or higher. To enable migration regardless of version, set -// the Force option to true. However, if you don't upgrade instances earlier -// than version 3.4.6, some types of events might not be available when you -// use Amazon EventBridge. +// Reloads the target database table with the source data for a given DMS Serverless +// replication configuration. // -// To call this operation, make sure that you have certain permissions added -// to your user account. For more information, see Migrating event subscriptions -// to Amazon EventBridge (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge) -// in the Amazon Web Services Database Migration Service User Guide. +// You can only use this operation with a task in the RUNNING state, otherwise +// the service will throw an InvalidResourceStateFault exception. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS Database Migration Service's -// API operation UpdateSubscriptionsToEventBridge for usage and error information. +// API operation ReloadReplicationTables for usage and error information. // // Returned Error Types: // -// - AccessDeniedFault -// DMS was denied access to the endpoint. Check that the role is correctly configured. +// - ResourceNotFoundFault +// The resource could not be found. // // - InvalidResourceStateFault // The resource is in a state that prevents it from being used for database // migration. // -// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/UpdateSubscriptionsToEventBridge -func (c *DatabaseMigrationService) UpdateSubscriptionsToEventBridge(input *UpdateSubscriptionsToEventBridgeInput) (*UpdateSubscriptionsToEventBridgeOutput, error) { - req, out := c.UpdateSubscriptionsToEventBridgeRequest(input) +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadReplicationTables +func (c *DatabaseMigrationService) ReloadReplicationTables(input *ReloadReplicationTablesInput) (*ReloadReplicationTablesOutput, error) { + req, out := c.ReloadReplicationTablesRequest(input) return out, req.Send() } -// UpdateSubscriptionsToEventBridgeWithContext is the same as UpdateSubscriptionsToEventBridge with the addition of +// ReloadReplicationTablesWithContext is the same as ReloadReplicationTables with the addition of // the ability to pass a context and additional request options. // -// See UpdateSubscriptionsToEventBridge for details on how to use this API operation. +// See ReloadReplicationTables for details on how to use this API operation. // // The context must be non-nil and will be used for request cancellation. If // the context is nil a panic will occur. In the future the SDK may create // sub-contexts for http.Requests. See https://golang.org/pkg/context/ // for more information on using Contexts. -func (c *DatabaseMigrationService) UpdateSubscriptionsToEventBridgeWithContext(ctx aws.Context, input *UpdateSubscriptionsToEventBridgeInput, opts ...request.Option) (*UpdateSubscriptionsToEventBridgeOutput, error) { - req, out := c.UpdateSubscriptionsToEventBridgeRequest(input) +func (c *DatabaseMigrationService) ReloadReplicationTablesWithContext(ctx aws.Context, input *ReloadReplicationTablesInput, opts ...request.Option) (*ReloadReplicationTablesOutput, error) { + req, out := c.ReloadReplicationTablesRequest(input) req.SetContext(ctx) req.ApplyOptions(opts...) return out, req.Send() } -// DMS was denied access to the endpoint. Check that the role is correctly configured. -type AccessDeniedFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - - Message_ *string `locationName:"message" type:"string"` -} +const opReloadTables = "ReloadTables" -// String returns the string representation. +// ReloadTablesRequest generates a "aws/request.Request" representing the +// client's request for the ReloadTables operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AccessDeniedFault) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AccessDeniedFault) GoString() string { - return s.String() -} - -func newErrorAccessDeniedFault(v protocol.ResponseMetadata) error { - return &AccessDeniedFault{ - RespMetadata: v, +// See ReloadTables for more information on using the ReloadTables +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the ReloadTablesRequest method. +// req, resp := client.ReloadTablesRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables +func (c *DatabaseMigrationService) ReloadTablesRequest(input *ReloadTablesInput) (req *request.Request, output *ReloadTablesOutput) { + op := &request.Operation{ + Name: opReloadTables, + HTTPMethod: "POST", + HTTPPath: "/", } -} - -// Code returns the exception type name. -func (s *AccessDeniedFault) Code() string { - return "AccessDeniedFault" -} -// Message returns the exception's message. -func (s *AccessDeniedFault) Message() string { - if s.Message_ != nil { - return *s.Message_ + if input == nil { + input = &ReloadTablesInput{} } - return "" -} - -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *AccessDeniedFault) OrigErr() error { - return nil -} -func (s *AccessDeniedFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) + output = &ReloadTablesOutput{} + req = c.newRequest(op, input, output) + return } -// Status code returns the HTTP status code for the request's response error. -func (s *AccessDeniedFault) StatusCode() int { - return s.RespMetadata.StatusCode +// ReloadTables API operation for AWS Database Migration Service. +// +// Reloads the target database table with the source data. +// +// You can only use this operation with a task in the RUNNING state, otherwise +// the service will throw an InvalidResourceStateFault exception. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation ReloadTables for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables +func (c *DatabaseMigrationService) ReloadTables(input *ReloadTablesInput) (*ReloadTablesOutput, error) { + req, out := c.ReloadTablesRequest(input) + return out, req.Send() } -// RequestID returns the service's response RequestID for request. -func (s *AccessDeniedFault) RequestID() string { - return s.RespMetadata.RequestID +// ReloadTablesWithContext is the same as ReloadTables with the addition of +// the ability to pass a context and additional request options. +// +// See ReloadTables for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) ReloadTablesWithContext(ctx aws.Context, input *ReloadTablesInput, opts ...request.Option) (*ReloadTablesOutput, error) { + req, out := c.ReloadTablesRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// Describes a quota for an Amazon Web Services account, for example the number -// of replication instances allowed. -type AccountQuota struct { - _ struct{} `type:"structure"` +const opRemoveTagsFromResource = "RemoveTagsFromResource" - // The name of the DMS quota for this Amazon Web Services account. - AccountQuotaName *string `type:"string"` +// RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the +// client's request for the RemoveTagsFromResource operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See RemoveTagsFromResource for more information on using the RemoveTagsFromResource +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the RemoveTagsFromResourceRequest method. +// req, resp := client.RemoveTagsFromResourceRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource +func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput) { + op := &request.Operation{ + Name: opRemoveTagsFromResource, + HTTPMethod: "POST", + HTTPPath: "/", + } - // The maximum allowed value for the quota. - Max *int64 `type:"long"` + if input == nil { + input = &RemoveTagsFromResourceInput{} + } - // The amount currently used toward the quota maximum. - Used *int64 `type:"long"` + output = &RemoveTagsFromResourceOutput{} + req = c.newRequest(op, input, output) + req.Handlers.Unmarshal.Swap(jsonrpc.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler) + return } -// String returns the string representation. +// RemoveTagsFromResource API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AccountQuota) String() string { - return awsutil.Prettify(s) +// Removes metadata tags from an DMS resource, including replication instance, +// endpoint, subnet group, and migration task. For more information, see Tag +// (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) data type +// description. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation RemoveTagsFromResource for usage and error information. +// +// Returned Error Types: +// - ResourceNotFoundFault +// The resource could not be found. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource +func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error) { + req, out := c.RemoveTagsFromResourceRequest(input) + return out, req.Send() } -// GoString returns the string representation. +// RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of +// the ability to pass a context and additional request options. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AccountQuota) GoString() string { - return s.String() +// See RemoveTagsFromResource for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error) { + req, out := c.RemoveTagsFromResourceRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// SetAccountQuotaName sets the AccountQuotaName field's value. -func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota { - s.AccountQuotaName = &v - return s -} +const opRunFleetAdvisorLsaAnalysis = "RunFleetAdvisorLsaAnalysis" -// SetMax sets the Max field's value. -func (s *AccountQuota) SetMax(v int64) *AccountQuota { - s.Max = &v - return s -} +// RunFleetAdvisorLsaAnalysisRequest generates a "aws/request.Request" representing the +// client's request for the RunFleetAdvisorLsaAnalysis operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See RunFleetAdvisorLsaAnalysis for more information on using the RunFleetAdvisorLsaAnalysis +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the RunFleetAdvisorLsaAnalysisRequest method. +// req, resp := client.RunFleetAdvisorLsaAnalysisRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RunFleetAdvisorLsaAnalysis +func (c *DatabaseMigrationService) RunFleetAdvisorLsaAnalysisRequest(input *RunFleetAdvisorLsaAnalysisInput) (req *request.Request, output *RunFleetAdvisorLsaAnalysisOutput) { + op := &request.Operation{ + Name: opRunFleetAdvisorLsaAnalysis, + HTTPMethod: "POST", + HTTPPath: "/", + } -// SetUsed sets the Used field's value. -func (s *AccountQuota) SetUsed(v int64) *AccountQuota { - s.Used = &v - return s -} + if input == nil { + input = &RunFleetAdvisorLsaAnalysisInput{} + } -// Associates a set of tags with an DMS resource. -type AddTagsToResourceInput struct { - _ struct{} `type:"structure"` + output = &RunFleetAdvisorLsaAnalysisOutput{} + req = c.newRequest(op, input, output) + return +} - // Identifies the DMS resource to which tags should be added. The value for - // this parameter is an Amazon Resource Name (ARN). - // - // For DMS, you can tag a replication instance, an endpoint, or a replication - // task. - // - // ResourceArn is a required field - ResourceArn *string `type:"string" required:"true"` - - // One or more tags to be assigned to the resource. - // - // Tags is a required field - Tags []*Tag `type:"list" required:"true"` -} - -// String returns the string representation. +// RunFleetAdvisorLsaAnalysis API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AddTagsToResourceInput) String() string { - return awsutil.Prettify(s) +// Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector +// in your account. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation RunFleetAdvisorLsaAnalysis for usage and error information. +// +// Returned Error Types: +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RunFleetAdvisorLsaAnalysis +func (c *DatabaseMigrationService) RunFleetAdvisorLsaAnalysis(input *RunFleetAdvisorLsaAnalysisInput) (*RunFleetAdvisorLsaAnalysisOutput, error) { + req, out := c.RunFleetAdvisorLsaAnalysisRequest(input) + return out, req.Send() } -// GoString returns the string representation. +// RunFleetAdvisorLsaAnalysisWithContext is the same as RunFleetAdvisorLsaAnalysis with the addition of +// the ability to pass a context and additional request options. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AddTagsToResourceInput) GoString() string { - return s.String() +// See RunFleetAdvisorLsaAnalysis for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) RunFleetAdvisorLsaAnalysisWithContext(ctx aws.Context, input *RunFleetAdvisorLsaAnalysisInput, opts ...request.Option) (*RunFleetAdvisorLsaAnalysisOutput, error) { + req, out := c.RunFleetAdvisorLsaAnalysisRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *AddTagsToResourceInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "AddTagsToResourceInput"} - if s.ResourceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ResourceArn")) - } - if s.Tags == nil { - invalidParams.Add(request.NewErrParamRequired("Tags")) - } +const opStartExtensionPackAssociation = "StartExtensionPackAssociation" - if invalidParams.Len() > 0 { - return invalidParams +// StartExtensionPackAssociationRequest generates a "aws/request.Request" representing the +// client's request for the StartExtensionPackAssociation operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartExtensionPackAssociation for more information on using the StartExtensionPackAssociation +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartExtensionPackAssociationRequest method. +// req, resp := client.StartExtensionPackAssociationRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartExtensionPackAssociation +func (c *DatabaseMigrationService) StartExtensionPackAssociationRequest(input *StartExtensionPackAssociationInput) (req *request.Request, output *StartExtensionPackAssociationOutput) { + op := &request.Operation{ + Name: opStartExtensionPackAssociation, + HTTPMethod: "POST", + HTTPPath: "/", } - return nil -} -// SetResourceArn sets the ResourceArn field's value. -func (s *AddTagsToResourceInput) SetResourceArn(v string) *AddTagsToResourceInput { - s.ResourceArn = &v - return s -} - -// SetTags sets the Tags field's value. -func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput { - s.Tags = v - return s -} + if input == nil { + input = &StartExtensionPackAssociationInput{} + } -type AddTagsToResourceOutput struct { - _ struct{} `type:"structure"` + output = &StartExtensionPackAssociationOutput{} + req = c.newRequest(op, input, output) + return } -// String returns the string representation. +// StartExtensionPackAssociation API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AddTagsToResourceOutput) String() string { - return awsutil.Prettify(s) +// Applies the extension pack to your target database. An extension pack is +// an add-on module that emulates functions present in a source database that +// are required when converting objects to the target database. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartExtensionPackAssociation for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartExtensionPackAssociation +func (c *DatabaseMigrationService) StartExtensionPackAssociation(input *StartExtensionPackAssociationInput) (*StartExtensionPackAssociationOutput, error) { + req, out := c.StartExtensionPackAssociationRequest(input) + return out, req.Send() } -// GoString returns the string representation. +// StartExtensionPackAssociationWithContext is the same as StartExtensionPackAssociation with the addition of +// the ability to pass a context and additional request options. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AddTagsToResourceOutput) GoString() string { - return s.String() +// See StartExtensionPackAssociation for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartExtensionPackAssociationWithContext(ctx aws.Context, input *StartExtensionPackAssociationInput, opts ...request.Option) (*StartExtensionPackAssociationOutput, error) { + req, out := c.StartExtensionPackAssociationRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -type ApplyPendingMaintenanceActionInput struct { - _ struct{} `type:"structure"` - - // The pending maintenance action to apply to this resource. - // - // Valid values: os-upgrade, system-update, db-upgrade - // - // ApplyAction is a required field - ApplyAction *string `type:"string" required:"true"` - - // A value that specifies the type of opt-in request, or undoes an opt-in request. - // You can't undo an opt-in request of type immediate. - // - // Valid values: - // - // * immediate - Apply the maintenance action immediately. - // - // * next-maintenance - Apply the maintenance action during the next maintenance - // window for the resource. - // - // * undo-opt-in - Cancel any existing next-maintenance opt-in requests. - // - // OptInType is a required field - OptInType *string `type:"string" required:"true"` - - // The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance - // action applies to. - // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` -} +const opStartMetadataModelAssessment = "StartMetadataModelAssessment" -// String returns the string representation. +// StartMetadataModelAssessmentRequest generates a "aws/request.Request" representing the +// client's request for the StartMetadataModelAssessment operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ApplyPendingMaintenanceActionInput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ApplyPendingMaintenanceActionInput) GoString() string { - return s.String() -} - -// Validate inspects the fields of the type to determine if they are valid. -func (s *ApplyPendingMaintenanceActionInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ApplyPendingMaintenanceActionInput"} - if s.ApplyAction == nil { - invalidParams.Add(request.NewErrParamRequired("ApplyAction")) - } - if s.OptInType == nil { - invalidParams.Add(request.NewErrParamRequired("OptInType")) - } - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) +// See StartMetadataModelAssessment for more information on using the StartMetadataModelAssessment +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartMetadataModelAssessmentRequest method. +// req, resp := client.StartMetadataModelAssessmentRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelAssessment +func (c *DatabaseMigrationService) StartMetadataModelAssessmentRequest(input *StartMetadataModelAssessmentInput) (req *request.Request, output *StartMetadataModelAssessmentOutput) { + op := &request.Operation{ + Name: opStartMetadataModelAssessment, + HTTPMethod: "POST", + HTTPPath: "/", } - if invalidParams.Len() > 0 { - return invalidParams + if input == nil { + input = &StartMetadataModelAssessmentInput{} } - return nil -} -// SetApplyAction sets the ApplyAction field's value. -func (s *ApplyPendingMaintenanceActionInput) SetApplyAction(v string) *ApplyPendingMaintenanceActionInput { - s.ApplyAction = &v - return s + output = &StartMetadataModelAssessmentOutput{} + req = c.newRequest(op, input, output) + return } -// SetOptInType sets the OptInType field's value. -func (s *ApplyPendingMaintenanceActionInput) SetOptInType(v string) *ApplyPendingMaintenanceActionInput { - s.OptInType = &v - return s +// StartMetadataModelAssessment API operation for AWS Database Migration Service. +// +// Creates a database migration assessment report by assessing the migration +// complexity for your source database. A database migration assessment report +// summarizes all of the schema conversion tasks. It also details the action +// items for database objects that can't be converted to the database engine +// of your target database instance. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartMetadataModelAssessment for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelAssessment +func (c *DatabaseMigrationService) StartMetadataModelAssessment(input *StartMetadataModelAssessmentInput) (*StartMetadataModelAssessmentOutput, error) { + req, out := c.StartMetadataModelAssessmentRequest(input) + return out, req.Send() } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *ApplyPendingMaintenanceActionInput) SetReplicationInstanceArn(v string) *ApplyPendingMaintenanceActionInput { - s.ReplicationInstanceArn = &v - return s +// StartMetadataModelAssessmentWithContext is the same as StartMetadataModelAssessment with the addition of +// the ability to pass a context and additional request options. +// +// See StartMetadataModelAssessment for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartMetadataModelAssessmentWithContext(ctx aws.Context, input *StartMetadataModelAssessmentInput, opts ...request.Option) (*StartMetadataModelAssessmentOutput, error) { + req, out := c.StartMetadataModelAssessmentRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -type ApplyPendingMaintenanceActionOutput struct { - _ struct{} `type:"structure"` - - // The DMS resource that the pending maintenance action will be applied to. - ResourcePendingMaintenanceActions *ResourcePendingMaintenanceActions `type:"structure"` -} +const opStartMetadataModelConversion = "StartMetadataModelConversion" -// String returns the string representation. +// StartMetadataModelConversionRequest generates a "aws/request.Request" representing the +// client's request for the StartMetadataModelConversion operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ApplyPendingMaintenanceActionOutput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ApplyPendingMaintenanceActionOutput) GoString() string { - return s.String() -} - -// SetResourcePendingMaintenanceActions sets the ResourcePendingMaintenanceActions field's value. -func (s *ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions(v *ResourcePendingMaintenanceActions) *ApplyPendingMaintenanceActionOutput { - s.ResourcePendingMaintenanceActions = v - return s -} +// See StartMetadataModelConversion for more information on using the StartMetadataModelConversion +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartMetadataModelConversionRequest method. +// req, resp := client.StartMetadataModelConversionRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelConversion +func (c *DatabaseMigrationService) StartMetadataModelConversionRequest(input *StartMetadataModelConversionInput) (req *request.Request, output *StartMetadataModelConversionOutput) { + op := &request.Operation{ + Name: opStartMetadataModelConversion, + HTTPMethod: "POST", + HTTPPath: "/", + } -// The name of an Availability Zone for use during database migration. AvailabilityZone -// is an optional parameter to the CreateReplicationInstance (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html) -// operation, and it’s value relates to the Amazon Web Services Region of -// an endpoint. For example, the availability zone of an endpoint in the us-east-1 -// region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d. -type AvailabilityZone struct { - _ struct{} `type:"structure"` + if input == nil { + input = &StartMetadataModelConversionInput{} + } - // The name of the Availability Zone. - Name *string `type:"string"` + output = &StartMetadataModelConversionOutput{} + req = c.newRequest(op, input, output) + return } -// String returns the string representation. +// StartMetadataModelConversion API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AvailabilityZone) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Converts your source database objects to a format compatible with the target +// database. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s AvailabilityZone) GoString() string { - return s.String() +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartMetadataModelConversion for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelConversion +func (c *DatabaseMigrationService) StartMetadataModelConversion(input *StartMetadataModelConversionInput) (*StartMetadataModelConversionOutput, error) { + req, out := c.StartMetadataModelConversionRequest(input) + return out, req.Send() } -// SetName sets the Name field's value. -func (s *AvailabilityZone) SetName(v string) *AvailabilityZone { - s.Name = &v - return s +// StartMetadataModelConversionWithContext is the same as StartMetadataModelConversion with the addition of +// the ability to pass a context and additional request options. +// +// See StartMetadataModelConversion for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartMetadataModelConversionWithContext(ctx aws.Context, input *StartMetadataModelConversionInput, opts ...request.Option) (*StartMetadataModelConversionOutput, error) { + req, out := c.StartMetadataModelConversionRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// Provides information about the errors that occurred during the analysis of -// the source database. -type BatchStartRecommendationsErrorEntry struct { - _ struct{} `type:"structure"` +const opStartMetadataModelExportAsScript = "StartMetadataModelExportAsScript" - // The code of an error that occurred during the analysis of the source database. - Code *string `type:"string"` +// StartMetadataModelExportAsScriptRequest generates a "aws/request.Request" representing the +// client's request for the StartMetadataModelExportAsScript operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartMetadataModelExportAsScript for more information on using the StartMetadataModelExportAsScript +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartMetadataModelExportAsScriptRequest method. +// req, resp := client.StartMetadataModelExportAsScriptRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelExportAsScript +func (c *DatabaseMigrationService) StartMetadataModelExportAsScriptRequest(input *StartMetadataModelExportAsScriptInput) (req *request.Request, output *StartMetadataModelExportAsScriptOutput) { + op := &request.Operation{ + Name: opStartMetadataModelExportAsScript, + HTTPMethod: "POST", + HTTPPath: "/", + } - // The identifier of the source database. - DatabaseId *string `type:"string"` + if input == nil { + input = &StartMetadataModelExportAsScriptInput{} + } - // The information about the error. - Message *string `type:"string"` + output = &StartMetadataModelExportAsScriptOutput{} + req = c.newRequest(op, input, output) + return } -// String returns the string representation. +// StartMetadataModelExportAsScript API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s BatchStartRecommendationsErrorEntry) String() string { - return awsutil.Prettify(s) +// Saves your converted code to a file as a SQL script, and stores this file +// on your Amazon S3 bucket. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartMetadataModelExportAsScript for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelExportAsScript +func (c *DatabaseMigrationService) StartMetadataModelExportAsScript(input *StartMetadataModelExportAsScriptInput) (*StartMetadataModelExportAsScriptOutput, error) { + req, out := c.StartMetadataModelExportAsScriptRequest(input) + return out, req.Send() } -// GoString returns the string representation. +// StartMetadataModelExportAsScriptWithContext is the same as StartMetadataModelExportAsScript with the addition of +// the ability to pass a context and additional request options. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s BatchStartRecommendationsErrorEntry) GoString() string { - return s.String() -} - -// SetCode sets the Code field's value. -func (s *BatchStartRecommendationsErrorEntry) SetCode(v string) *BatchStartRecommendationsErrorEntry { - s.Code = &v - return s -} - -// SetDatabaseId sets the DatabaseId field's value. -func (s *BatchStartRecommendationsErrorEntry) SetDatabaseId(v string) *BatchStartRecommendationsErrorEntry { - s.DatabaseId = &v - return s -} - -// SetMessage sets the Message field's value. -func (s *BatchStartRecommendationsErrorEntry) SetMessage(v string) *BatchStartRecommendationsErrorEntry { - s.Message = &v - return s +// See StartMetadataModelExportAsScript for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartMetadataModelExportAsScriptWithContext(ctx aws.Context, input *StartMetadataModelExportAsScriptInput, opts ...request.Option) (*StartMetadataModelExportAsScriptOutput, error) { + req, out := c.StartMetadataModelExportAsScriptRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -type BatchStartRecommendationsInput struct { - _ struct{} `type:"structure"` - - // Provides information about source databases to analyze. After this analysis, - // Fleet Advisor recommends target engines for each source database. - Data []*StartRecommendationsRequestEntry `type:"list"` -} +const opStartMetadataModelExportToTarget = "StartMetadataModelExportToTarget" -// String returns the string representation. +// StartMetadataModelExportToTargetRequest generates a "aws/request.Request" representing the +// client's request for the StartMetadataModelExportToTarget operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s BatchStartRecommendationsInput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s BatchStartRecommendationsInput) GoString() string { - return s.String() -} - -// Validate inspects the fields of the type to determine if they are valid. -func (s *BatchStartRecommendationsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "BatchStartRecommendationsInput"} - if s.Data != nil { - for i, v := range s.Data { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Data", i), err.(request.ErrInvalidParams)) - } - } +// See StartMetadataModelExportToTarget for more information on using the StartMetadataModelExportToTarget +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartMetadataModelExportToTargetRequest method. +// req, resp := client.StartMetadataModelExportToTargetRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelExportToTarget +func (c *DatabaseMigrationService) StartMetadataModelExportToTargetRequest(input *StartMetadataModelExportToTargetInput) (req *request.Request, output *StartMetadataModelExportToTargetOutput) { + op := &request.Operation{ + Name: opStartMetadataModelExportToTarget, + HTTPMethod: "POST", + HTTPPath: "/", } - if invalidParams.Len() > 0 { - return invalidParams + if input == nil { + input = &StartMetadataModelExportToTargetInput{} } - return nil -} - -// SetData sets the Data field's value. -func (s *BatchStartRecommendationsInput) SetData(v []*StartRecommendationsRequestEntry) *BatchStartRecommendationsInput { - s.Data = v - return s -} -type BatchStartRecommendationsOutput struct { - _ struct{} `type:"structure"` - - // A list with error details about the analysis of each source database. - ErrorEntries []*BatchStartRecommendationsErrorEntry `type:"list"` + output = &StartMetadataModelExportToTargetOutput{} + req = c.newRequest(op, input, output) + return } -// String returns the string representation. +// StartMetadataModelExportToTarget API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s BatchStartRecommendationsOutput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Applies converted database objects to your target database. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s BatchStartRecommendationsOutput) GoString() string { - return s.String() +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartMetadataModelExportToTarget for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelExportToTarget +func (c *DatabaseMigrationService) StartMetadataModelExportToTarget(input *StartMetadataModelExportToTargetInput) (*StartMetadataModelExportToTargetOutput, error) { + req, out := c.StartMetadataModelExportToTargetRequest(input) + return out, req.Send() } -// SetErrorEntries sets the ErrorEntries field's value. -func (s *BatchStartRecommendationsOutput) SetErrorEntries(v []*BatchStartRecommendationsErrorEntry) *BatchStartRecommendationsOutput { - s.ErrorEntries = v - return s +// StartMetadataModelExportToTargetWithContext is the same as StartMetadataModelExportToTarget with the addition of +// the ability to pass a context and additional request options. +// +// See StartMetadataModelExportToTarget for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartMetadataModelExportToTargetWithContext(ctx aws.Context, input *StartMetadataModelExportToTargetInput, opts ...request.Option) (*StartMetadataModelExportToTargetOutput, error) { + req, out := c.StartMetadataModelExportToTargetRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -type CancelReplicationTaskAssessmentRunInput struct { - _ struct{} `type:"structure"` - - // Amazon Resource Name (ARN) of the premigration assessment run to be canceled. - // - // ReplicationTaskAssessmentRunArn is a required field - ReplicationTaskAssessmentRunArn *string `type:"string" required:"true"` -} +const opStartMetadataModelImport = "StartMetadataModelImport" -// String returns the string representation. +// StartMetadataModelImportRequest generates a "aws/request.Request" representing the +// client's request for the StartMetadataModelImport operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CancelReplicationTaskAssessmentRunInput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CancelReplicationTaskAssessmentRunInput) GoString() string { - return s.String() -} - -// Validate inspects the fields of the type to determine if they are valid. -func (s *CancelReplicationTaskAssessmentRunInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CancelReplicationTaskAssessmentRunInput"} - if s.ReplicationTaskAssessmentRunArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskAssessmentRunArn")) +// See StartMetadataModelImport for more information on using the StartMetadataModelImport +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartMetadataModelImportRequest method. +// req, resp := client.StartMetadataModelImportRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelImport +func (c *DatabaseMigrationService) StartMetadataModelImportRequest(input *StartMetadataModelImportInput) (req *request.Request, output *StartMetadataModelImportOutput) { + op := &request.Operation{ + Name: opStartMetadataModelImport, + HTTPMethod: "POST", + HTTPPath: "/", } - if invalidParams.Len() > 0 { - return invalidParams + if input == nil { + input = &StartMetadataModelImportInput{} } - return nil -} - -// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. -func (s *CancelReplicationTaskAssessmentRunInput) SetReplicationTaskAssessmentRunArn(v string) *CancelReplicationTaskAssessmentRunInput { - s.ReplicationTaskAssessmentRunArn = &v - return s -} - -type CancelReplicationTaskAssessmentRunOutput struct { - _ struct{} `type:"structure"` - // The ReplicationTaskAssessmentRun object for the canceled assessment run. - ReplicationTaskAssessmentRun *ReplicationTaskAssessmentRun `type:"structure"` + output = &StartMetadataModelImportOutput{} + req = c.newRequest(op, input, output) + return } -// String returns the string representation. +// StartMetadataModelImport API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CancelReplicationTaskAssessmentRunOutput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Loads the metadata for all the dependent database objects of the parent object. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CancelReplicationTaskAssessmentRunOutput) GoString() string { - return s.String() -} - -// SetReplicationTaskAssessmentRun sets the ReplicationTaskAssessmentRun field's value. -func (s *CancelReplicationTaskAssessmentRunOutput) SetReplicationTaskAssessmentRun(v *ReplicationTaskAssessmentRun) *CancelReplicationTaskAssessmentRunOutput { - s.ReplicationTaskAssessmentRun = v - return s -} - -// The SSL certificate that can be used to encrypt connections between the endpoints -// and the replication instance. -type Certificate struct { - _ struct{} `type:"structure"` - - // The Amazon Resource Name (ARN) for the certificate. - CertificateArn *string `type:"string"` - - // The date that the certificate was created. - CertificateCreationDate *time.Time `type:"timestamp"` - - // A customer-assigned name for the certificate. 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. - CertificateIdentifier *string `type:"string"` - - // The owner of the certificate. - CertificateOwner *string `type:"string"` - - // The contents of a .pem file, which contains an X.509 certificate. - CertificatePem *string `type:"string"` - - // The location of an imported Oracle Wallet certificate for use with SSL. Example: - // filebase64("${path.root}/rds-ca-2019-root.sso") - // CertificateWallet is automatically base64 encoded/decoded by the SDK. - CertificateWallet []byte `type:"blob"` - - // The key length of the cryptographic algorithm being used. - KeyLength *int64 `type:"integer"` - - // The signing algorithm for the certificate. - SigningAlgorithm *string `type:"string"` - - // The beginning date that the certificate is valid. - ValidFromDate *time.Time `type:"timestamp"` - - // The final date that the certificate is valid. - ValidToDate *time.Time `type:"timestamp"` -} - -// String returns the string representation. +// This operation uses your project's Amazon S3 bucket as a metadata cache to +// improve performance. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s Certificate) String() string { - return awsutil.Prettify(s) +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartMetadataModelImport for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartMetadataModelImport +func (c *DatabaseMigrationService) StartMetadataModelImport(input *StartMetadataModelImportInput) (*StartMetadataModelImportOutput, error) { + req, out := c.StartMetadataModelImportRequest(input) + return out, req.Send() } -// GoString returns the string representation. +// StartMetadataModelImportWithContext is the same as StartMetadataModelImport with the addition of +// the ability to pass a context and additional request options. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s Certificate) GoString() string { - return s.String() +// See StartMetadataModelImport for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartMetadataModelImportWithContext(ctx aws.Context, input *StartMetadataModelImportInput, opts ...request.Option) (*StartMetadataModelImportOutput, error) { + req, out := c.StartMetadataModelImportRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// SetCertificateArn sets the CertificateArn field's value. -func (s *Certificate) SetCertificateArn(v string) *Certificate { - s.CertificateArn = &v - return s -} +const opStartRecommendations = "StartRecommendations" -// SetCertificateCreationDate sets the CertificateCreationDate field's value. -func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate { - s.CertificateCreationDate = &v - return s -} +// StartRecommendationsRequest generates a "aws/request.Request" representing the +// client's request for the StartRecommendations operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartRecommendations for more information on using the StartRecommendations +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartRecommendationsRequest method. +// req, resp := client.StartRecommendationsRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartRecommendations +func (c *DatabaseMigrationService) StartRecommendationsRequest(input *StartRecommendationsInput) (req *request.Request, output *StartRecommendationsOutput) { + op := &request.Operation{ + Name: opStartRecommendations, + HTTPMethod: "POST", + HTTPPath: "/", + } -// SetCertificateIdentifier sets the CertificateIdentifier field's value. -func (s *Certificate) SetCertificateIdentifier(v string) *Certificate { - s.CertificateIdentifier = &v - return s -} + if input == nil { + input = &StartRecommendationsInput{} + } -// SetCertificateOwner sets the CertificateOwner field's value. -func (s *Certificate) SetCertificateOwner(v string) *Certificate { - s.CertificateOwner = &v - return s + output = &StartRecommendationsOutput{} + req = c.newRequest(op, input, output) + req.Handlers.Unmarshal.Swap(jsonrpc.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler) + return } -// SetCertificatePem sets the CertificatePem field's value. -func (s *Certificate) SetCertificatePem(v string) *Certificate { - s.CertificatePem = &v - return s +// StartRecommendations API operation for AWS Database Migration Service. +// +// Starts the analysis of your source database to provide recommendations of +// target engines. +// +// You can create recommendations for multiple source databases using BatchStartRecommendations +// (https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html). +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartRecommendations for usage and error information. +// +// Returned Error Types: +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartRecommendations +func (c *DatabaseMigrationService) StartRecommendations(input *StartRecommendationsInput) (*StartRecommendationsOutput, error) { + req, out := c.StartRecommendationsRequest(input) + return out, req.Send() } -// SetCertificateWallet sets the CertificateWallet field's value. -func (s *Certificate) SetCertificateWallet(v []byte) *Certificate { - s.CertificateWallet = v - return s +// StartRecommendationsWithContext is the same as StartRecommendations with the addition of +// the ability to pass a context and additional request options. +// +// See StartRecommendations for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartRecommendationsWithContext(ctx aws.Context, input *StartRecommendationsInput, opts ...request.Option) (*StartRecommendationsOutput, error) { + req, out := c.StartRecommendationsRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// SetKeyLength sets the KeyLength field's value. -func (s *Certificate) SetKeyLength(v int64) *Certificate { - s.KeyLength = &v - return s -} +const opStartReplication = "StartReplication" -// SetSigningAlgorithm sets the SigningAlgorithm field's value. -func (s *Certificate) SetSigningAlgorithm(v string) *Certificate { - s.SigningAlgorithm = &v - return s -} +// StartReplicationRequest generates a "aws/request.Request" representing the +// client's request for the StartReplication operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartReplication for more information on using the StartReplication +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartReplicationRequest method. +// req, resp := client.StartReplicationRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication +func (c *DatabaseMigrationService) StartReplicationRequest(input *StartReplicationInput) (req *request.Request, output *StartReplicationOutput) { + op := &request.Operation{ + Name: opStartReplication, + HTTPMethod: "POST", + HTTPPath: "/", + } -// SetValidFromDate sets the ValidFromDate field's value. -func (s *Certificate) SetValidFromDate(v time.Time) *Certificate { - s.ValidFromDate = &v - return s -} + if input == nil { + input = &StartReplicationInput{} + } -// SetValidToDate sets the ValidToDate field's value. -func (s *Certificate) SetValidToDate(v time.Time) *Certificate { - s.ValidToDate = &v - return s + output = &StartReplicationOutput{} + req = c.newRequest(op, input, output) + return } -// Describes the last Fleet Advisor collector health check. -type CollectorHealthCheck struct { - _ struct{} `type:"structure"` - - // The status of the Fleet Advisor collector. - CollectorStatus *string `type:"string" enum:"CollectorStatus"` - - // Whether the local collector can access its Amazon S3 bucket. - LocalCollectorS3Access *bool `type:"boolean"` - - // Whether the role that you provided when creating the Fleet Advisor collector - // has sufficient permissions to access the Fleet Advisor web collector. - WebCollectorGrantedRoleBasedAccess *bool `type:"boolean"` - - // Whether the web collector can access its Amazon S3 bucket. - WebCollectorS3Access *bool `type:"boolean"` -} - -// String returns the string representation. +// StartReplication API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CollectorHealthCheck) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// For a given DMS Serverless replication configuration, DMS connects to the +// source endpoint and collects the metadata to analyze the replication workload. +// Using this metadata, DMS then computes and provisions the required capacity +// and starts replicating to the target endpoint using the server resources +// that DMS has provisioned for the DMS Serverless replication. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CollectorHealthCheck) GoString() string { - return s.String() -} - -// SetCollectorStatus sets the CollectorStatus field's value. -func (s *CollectorHealthCheck) SetCollectorStatus(v string) *CollectorHealthCheck { - s.CollectorStatus = &v - return s +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartReplication for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication +func (c *DatabaseMigrationService) StartReplication(input *StartReplicationInput) (*StartReplicationOutput, error) { + req, out := c.StartReplicationRequest(input) + return out, req.Send() } -// SetLocalCollectorS3Access sets the LocalCollectorS3Access field's value. -func (s *CollectorHealthCheck) SetLocalCollectorS3Access(v bool) *CollectorHealthCheck { - s.LocalCollectorS3Access = &v - return s +// StartReplicationWithContext is the same as StartReplication with the addition of +// the ability to pass a context and additional request options. +// +// See StartReplication for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartReplicationWithContext(ctx aws.Context, input *StartReplicationInput, opts ...request.Option) (*StartReplicationOutput, error) { + req, out := c.StartReplicationRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// SetWebCollectorGrantedRoleBasedAccess sets the WebCollectorGrantedRoleBasedAccess field's value. -func (s *CollectorHealthCheck) SetWebCollectorGrantedRoleBasedAccess(v bool) *CollectorHealthCheck { - s.WebCollectorGrantedRoleBasedAccess = &v - return s -} +const opStartReplicationTask = "StartReplicationTask" -// SetWebCollectorS3Access sets the WebCollectorS3Access field's value. -func (s *CollectorHealthCheck) SetWebCollectorS3Access(v bool) *CollectorHealthCheck { - s.WebCollectorS3Access = &v - return s -} +// StartReplicationTaskRequest generates a "aws/request.Request" representing the +// client's request for the StartReplicationTask operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartReplicationTask for more information on using the StartReplicationTask +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartReplicationTaskRequest method. +// req, resp := client.StartReplicationTaskRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask +func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput) { + op := &request.Operation{ + Name: opStartReplicationTask, + HTTPMethod: "POST", + HTTPPath: "/", + } -// The specified collector doesn't exist. -type CollectorNotFoundFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + if input == nil { + input = &StartReplicationTaskInput{} + } - Message_ *string `locationName:"message" type:"string"` + output = &StartReplicationTaskOutput{} + req = c.newRequest(op, input, output) + return } -// String returns the string representation. +// StartReplicationTask API operation for AWS Database Migration Service. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CollectorNotFoundFault) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. +// Starts the replication task. // -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s CollectorNotFoundFault) GoString() string { - return s.String() +// For more information about DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) +// in the Database Migration Service User Guide. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartReplicationTask for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask +func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error) { + req, out := c.StartReplicationTaskRequest(input) + return out, req.Send() } -func newErrorCollectorNotFoundFault(v protocol.ResponseMetadata) error { - return &CollectorNotFoundFault{ - RespMetadata: v, - } +// StartReplicationTaskWithContext is the same as StartReplicationTask with the addition of +// the ability to pass a context and additional request options. +// +// See StartReplicationTask for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartReplicationTaskWithContext(ctx aws.Context, input *StartReplicationTaskInput, opts ...request.Option) (*StartReplicationTaskOutput, error) { + req, out := c.StartReplicationTaskRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() } -// Code returns the exception type name. -func (s *CollectorNotFoundFault) Code() string { - return "CollectorNotFoundFault" -} +const opStartReplicationTaskAssessment = "StartReplicationTaskAssessment" -// Message returns the exception's message. -func (s *CollectorNotFoundFault) Message() string { - if s.Message_ != nil { - return *s.Message_ +// StartReplicationTaskAssessmentRequest generates a "aws/request.Request" representing the +// client's request for the StartReplicationTaskAssessment operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartReplicationTaskAssessment for more information on using the StartReplicationTaskAssessment +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartReplicationTaskAssessmentRequest method. +// req, resp := client.StartReplicationTaskAssessmentRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment +func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRequest(input *StartReplicationTaskAssessmentInput) (req *request.Request, output *StartReplicationTaskAssessmentOutput) { + op := &request.Operation{ + Name: opStartReplicationTaskAssessment, + HTTPMethod: "POST", + HTTPPath: "/", } - return "" -} - -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *CollectorNotFoundFault) OrigErr() error { - return nil -} - -func (s *CollectorNotFoundFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) -} -// Status code returns the HTTP status code for the request's response error. -func (s *CollectorNotFoundFault) StatusCode() int { - return s.RespMetadata.StatusCode -} + if input == nil { + input = &StartReplicationTaskAssessmentInput{} + } -// RequestID returns the service's response RequestID for request. -func (s *CollectorNotFoundFault) RequestID() string { - return s.RespMetadata.RequestID + output = &StartReplicationTaskAssessmentOutput{} + req = c.newRequest(op, input, output) + return } -// Describes a Fleet Advisor collector. -type CollectorResponse struct { - _ struct{} `type:"structure"` - +// StartReplicationTaskAssessment API operation for AWS Database Migration Service. +// +// Starts the replication task assessment for unsupported data types in the +// source database. +// +// You can only use this operation for a task if the following conditions are +// true: +// +// - The task must be in the stopped state. +// +// - The task must have successful connections to the source and target. +// +// If either of these conditions are not met, an InvalidResourceStateFault error +// will result. +// +// For information about DMS task assessments, see Creating a task assessment +// report (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html) +// in the Database Migration Service User Guide. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartReplicationTaskAssessment for usage and error information. +// +// Returned Error Types: +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment +func (c *DatabaseMigrationService) StartReplicationTaskAssessment(input *StartReplicationTaskAssessmentInput) (*StartReplicationTaskAssessmentOutput, error) { + req, out := c.StartReplicationTaskAssessmentRequest(input) + return out, req.Send() +} + +// StartReplicationTaskAssessmentWithContext is the same as StartReplicationTaskAssessment with the addition of +// the ability to pass a context and additional request options. +// +// See StartReplicationTaskAssessment for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartReplicationTaskAssessmentWithContext(ctx aws.Context, input *StartReplicationTaskAssessmentInput, opts ...request.Option) (*StartReplicationTaskAssessmentOutput, error) { + req, out := c.StartReplicationTaskAssessmentRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opStartReplicationTaskAssessmentRun = "StartReplicationTaskAssessmentRun" + +// StartReplicationTaskAssessmentRunRequest generates a "aws/request.Request" representing the +// client's request for the StartReplicationTaskAssessmentRun operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StartReplicationTaskAssessmentRun for more information on using the StartReplicationTaskAssessmentRun +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StartReplicationTaskAssessmentRunRequest method. +// req, resp := client.StartReplicationTaskAssessmentRunRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun +func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRunRequest(input *StartReplicationTaskAssessmentRunInput) (req *request.Request, output *StartReplicationTaskAssessmentRunOutput) { + op := &request.Operation{ + Name: opStartReplicationTaskAssessmentRun, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &StartReplicationTaskAssessmentRunInput{} + } + + output = &StartReplicationTaskAssessmentRunOutput{} + req = c.newRequest(op, input, output) + return +} + +// StartReplicationTaskAssessmentRun API operation for AWS Database Migration Service. +// +// Starts a new premigration assessment run for one or more individual assessments +// of a migration task. +// +// The assessments that you can specify depend on the source and target database +// engine and the migration type defined for the given task. To run this operation, +// your migration task must already be created. After you run this operation, +// you can review the status of each individual assessment. You can also run +// the migration task manually after the assessment run and its individual assessments +// complete. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StartReplicationTaskAssessmentRun for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - KMSAccessDeniedFault +// The ciphertext references a key that doesn't exist or that the DMS account +// doesn't have access to. +// +// - KMSDisabledFault +// The specified KMS key isn't enabled. +// +// - KMSFault +// An Key Management Service (KMS) error is preventing access to KMS. +// +// - KMSInvalidStateFault +// The state of the specified KMS resource isn't valid for this request. +// +// - KMSNotFoundFault +// The specified KMS entity or resource can't be found. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - S3AccessDeniedFault +// Insufficient privileges are preventing access to an Amazon S3 object. +// +// - S3ResourceNotFoundFault +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +// +// - ResourceAlreadyExistsFault +// The resource you are attempting to create already exists. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun +func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRun(input *StartReplicationTaskAssessmentRunInput) (*StartReplicationTaskAssessmentRunOutput, error) { + req, out := c.StartReplicationTaskAssessmentRunRequest(input) + return out, req.Send() +} + +// StartReplicationTaskAssessmentRunWithContext is the same as StartReplicationTaskAssessmentRun with the addition of +// the ability to pass a context and additional request options. +// +// See StartReplicationTaskAssessmentRun for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRunWithContext(ctx aws.Context, input *StartReplicationTaskAssessmentRunInput, opts ...request.Option) (*StartReplicationTaskAssessmentRunOutput, error) { + req, out := c.StartReplicationTaskAssessmentRunRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opStopReplication = "StopReplication" + +// StopReplicationRequest generates a "aws/request.Request" representing the +// client's request for the StopReplication operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StopReplication for more information on using the StopReplication +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StopReplicationRequest method. +// req, resp := client.StopReplicationRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication +func (c *DatabaseMigrationService) StopReplicationRequest(input *StopReplicationInput) (req *request.Request, output *StopReplicationOutput) { + op := &request.Operation{ + Name: opStopReplication, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &StopReplicationInput{} + } + + output = &StopReplicationOutput{} + req = c.newRequest(op, input, output) + return +} + +// StopReplication API operation for AWS Database Migration Service. +// +// For a given DMS Serverless replication configuration, DMS stops any and all +// ongoing DMS Serverless replications. This command doesn't deprovision the +// stopped replications. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StopReplication for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication +func (c *DatabaseMigrationService) StopReplication(input *StopReplicationInput) (*StopReplicationOutput, error) { + req, out := c.StopReplicationRequest(input) + return out, req.Send() +} + +// StopReplicationWithContext is the same as StopReplication with the addition of +// the ability to pass a context and additional request options. +// +// See StopReplication for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StopReplicationWithContext(ctx aws.Context, input *StopReplicationInput, opts ...request.Option) (*StopReplicationOutput, error) { + req, out := c.StopReplicationRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opStopReplicationTask = "StopReplicationTask" + +// StopReplicationTaskRequest generates a "aws/request.Request" representing the +// client's request for the StopReplicationTask operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See StopReplicationTask for more information on using the StopReplicationTask +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the StopReplicationTaskRequest method. +// req, resp := client.StopReplicationTaskRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask +func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput) { + op := &request.Operation{ + Name: opStopReplicationTask, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &StopReplicationTaskInput{} + } + + output = &StopReplicationTaskOutput{} + req = c.newRequest(op, input, output) + return +} + +// StopReplicationTask API operation for AWS Database Migration Service. +// +// Stops the replication task. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation StopReplicationTask for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask +func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error) { + req, out := c.StopReplicationTaskRequest(input) + return out, req.Send() +} + +// StopReplicationTaskWithContext is the same as StopReplicationTask with the addition of +// the ability to pass a context and additional request options. +// +// See StopReplicationTask for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) StopReplicationTaskWithContext(ctx aws.Context, input *StopReplicationTaskInput, opts ...request.Option) (*StopReplicationTaskOutput, error) { + req, out := c.StopReplicationTaskRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opTestConnection = "TestConnection" + +// TestConnectionRequest generates a "aws/request.Request" representing the +// client's request for the TestConnection operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See TestConnection for more information on using the TestConnection +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the TestConnectionRequest method. +// req, resp := client.TestConnectionRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection +func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput) { + op := &request.Operation{ + Name: opTestConnection, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &TestConnectionInput{} + } + + output = &TestConnectionOutput{} + req = c.newRequest(op, input, output) + return +} + +// TestConnection API operation for AWS Database Migration Service. +// +// Tests the connection between the replication instance and the endpoint. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation TestConnection for usage and error information. +// +// Returned Error Types: +// +// - ResourceNotFoundFault +// The resource could not be found. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// - KMSKeyNotAccessibleFault +// DMS cannot access the KMS key. +// +// - ResourceQuotaExceededFault +// The quota for this resource quota has been exceeded. +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection +func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error) { + req, out := c.TestConnectionRequest(input) + return out, req.Send() +} + +// TestConnectionWithContext is the same as TestConnection with the addition of +// the ability to pass a context and additional request options. +// +// See TestConnection for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error) { + req, out := c.TestConnectionRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +const opUpdateSubscriptionsToEventBridge = "UpdateSubscriptionsToEventBridge" + +// UpdateSubscriptionsToEventBridgeRequest generates a "aws/request.Request" representing the +// client's request for the UpdateSubscriptionsToEventBridge operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See UpdateSubscriptionsToEventBridge for more information on using the UpdateSubscriptionsToEventBridge +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the UpdateSubscriptionsToEventBridgeRequest method. +// req, resp := client.UpdateSubscriptionsToEventBridgeRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/UpdateSubscriptionsToEventBridge +func (c *DatabaseMigrationService) UpdateSubscriptionsToEventBridgeRequest(input *UpdateSubscriptionsToEventBridgeInput) (req *request.Request, output *UpdateSubscriptionsToEventBridgeOutput) { + op := &request.Operation{ + Name: opUpdateSubscriptionsToEventBridge, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &UpdateSubscriptionsToEventBridgeInput{} + } + + output = &UpdateSubscriptionsToEventBridgeOutput{} + req = c.newRequest(op, input, output) + return +} + +// UpdateSubscriptionsToEventBridge API operation for AWS Database Migration Service. +// +// Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts +// them to corresponding Amazon EventBridge rules. By default, this operation +// migrates subscriptions only when all your replication instance versions are +// 3.4.6 or higher. If any replication instances are from versions earlier than +// 3.4.6, the operation raises an error and tells you to upgrade these instances +// to version 3.4.6 or higher. To enable migration regardless of version, set +// the Force option to true. However, if you don't upgrade instances earlier +// than version 3.4.6, some types of events might not be available when you +// use Amazon EventBridge. +// +// To call this operation, make sure that you have certain permissions added +// to your user account. For more information, see Migrating event subscriptions +// to Amazon EventBridge (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge) +// in the Amazon Web Services Database Migration Service User Guide. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for AWS Database Migration Service's +// API operation UpdateSubscriptionsToEventBridge for usage and error information. +// +// Returned Error Types: +// +// - AccessDeniedFault +// DMS was denied access to the endpoint. Check that the role is correctly configured. +// +// - InvalidResourceStateFault +// The resource is in a state that prevents it from being used for database +// migration. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/UpdateSubscriptionsToEventBridge +func (c *DatabaseMigrationService) UpdateSubscriptionsToEventBridge(input *UpdateSubscriptionsToEventBridgeInput) (*UpdateSubscriptionsToEventBridgeOutput, error) { + req, out := c.UpdateSubscriptionsToEventBridgeRequest(input) + return out, req.Send() +} + +// UpdateSubscriptionsToEventBridgeWithContext is the same as UpdateSubscriptionsToEventBridge with the addition of +// the ability to pass a context and additional request options. +// +// See UpdateSubscriptionsToEventBridge for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *DatabaseMigrationService) UpdateSubscriptionsToEventBridgeWithContext(ctx aws.Context, input *UpdateSubscriptionsToEventBridgeInput, opts ...request.Option) (*UpdateSubscriptionsToEventBridgeOutput, error) { + req, out := c.UpdateSubscriptionsToEventBridgeRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +// DMS was denied access to the endpoint. Check that the role is correctly configured. +type AccessDeniedFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AccessDeniedFault) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AccessDeniedFault) GoString() string { + return s.String() +} + +func newErrorAccessDeniedFault(v protocol.ResponseMetadata) error { + return &AccessDeniedFault{ + RespMetadata: v, + } +} + +// Code returns the exception type name. +func (s *AccessDeniedFault) Code() string { + return "AccessDeniedFault" +} + +// Message returns the exception's message. +func (s *AccessDeniedFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} + +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *AccessDeniedFault) OrigErr() error { + return nil +} + +func (s *AccessDeniedFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} + +// Status code returns the HTTP status code for the request's response error. +func (s *AccessDeniedFault) StatusCode() int { + return s.RespMetadata.StatusCode +} + +// RequestID returns the service's response RequestID for request. +func (s *AccessDeniedFault) RequestID() string { + return s.RespMetadata.RequestID +} + +// Describes a quota for an Amazon Web Services account, for example the number +// of replication instances allowed. +type AccountQuota struct { + _ struct{} `type:"structure"` + + // The name of the DMS quota for this Amazon Web Services account. + AccountQuotaName *string `type:"string"` + + // The maximum allowed value for the quota. + Max *int64 `type:"long"` + + // The amount currently used toward the quota maximum. + Used *int64 `type:"long"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AccountQuota) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AccountQuota) GoString() string { + return s.String() +} + +// SetAccountQuotaName sets the AccountQuotaName field's value. +func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota { + s.AccountQuotaName = &v + return s +} + +// SetMax sets the Max field's value. +func (s *AccountQuota) SetMax(v int64) *AccountQuota { + s.Max = &v + return s +} + +// SetUsed sets the Used field's value. +func (s *AccountQuota) SetUsed(v int64) *AccountQuota { + s.Used = &v + return s +} + +// Associates a set of tags with an DMS resource. +type AddTagsToResourceInput struct { + _ struct{} `type:"structure"` + + // Identifies the DMS resource to which tags should be added. The value for + // this parameter is an Amazon Resource Name (ARN). + // + // For DMS, you can tag a replication instance, an endpoint, or a replication + // task. + // + // ResourceArn is a required field + ResourceArn *string `type:"string" required:"true"` + + // One or more tags to be assigned to the resource. + // + // Tags is a required field + Tags []*Tag `type:"list" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AddTagsToResourceInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AddTagsToResourceInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *AddTagsToResourceInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "AddTagsToResourceInput"} + if s.ResourceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ResourceArn")) + } + if s.Tags == nil { + invalidParams.Add(request.NewErrParamRequired("Tags")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetResourceArn sets the ResourceArn field's value. +func (s *AddTagsToResourceInput) SetResourceArn(v string) *AddTagsToResourceInput { + s.ResourceArn = &v + return s +} + +// SetTags sets the Tags field's value. +func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput { + s.Tags = v + return s +} + +type AddTagsToResourceOutput struct { + _ struct{} `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AddTagsToResourceOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AddTagsToResourceOutput) GoString() string { + return s.String() +} + +type ApplyPendingMaintenanceActionInput struct { + _ struct{} `type:"structure"` + + // The pending maintenance action to apply to this resource. + // + // Valid values: os-upgrade, system-update, db-upgrade + // + // ApplyAction is a required field + ApplyAction *string `type:"string" required:"true"` + + // A value that specifies the type of opt-in request, or undoes an opt-in request. + // You can't undo an opt-in request of type immediate. + // + // Valid values: + // + // * immediate - Apply the maintenance action immediately. + // + // * next-maintenance - Apply the maintenance action during the next maintenance + // window for the resource. + // + // * undo-opt-in - Cancel any existing next-maintenance opt-in requests. + // + // OptInType is a required field + OptInType *string `type:"string" required:"true"` + + // The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance + // action applies to. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ApplyPendingMaintenanceActionInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ApplyPendingMaintenanceActionInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *ApplyPendingMaintenanceActionInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ApplyPendingMaintenanceActionInput"} + if s.ApplyAction == nil { + invalidParams.Add(request.NewErrParamRequired("ApplyAction")) + } + if s.OptInType == nil { + invalidParams.Add(request.NewErrParamRequired("OptInType")) + } + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetApplyAction sets the ApplyAction field's value. +func (s *ApplyPendingMaintenanceActionInput) SetApplyAction(v string) *ApplyPendingMaintenanceActionInput { + s.ApplyAction = &v + return s +} + +// SetOptInType sets the OptInType field's value. +func (s *ApplyPendingMaintenanceActionInput) SetOptInType(v string) *ApplyPendingMaintenanceActionInput { + s.OptInType = &v + return s +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *ApplyPendingMaintenanceActionInput) SetReplicationInstanceArn(v string) *ApplyPendingMaintenanceActionInput { + s.ReplicationInstanceArn = &v + return s +} + +type ApplyPendingMaintenanceActionOutput struct { + _ struct{} `type:"structure"` + + // The DMS resource that the pending maintenance action will be applied to. + ResourcePendingMaintenanceActions *ResourcePendingMaintenanceActions `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ApplyPendingMaintenanceActionOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ApplyPendingMaintenanceActionOutput) GoString() string { + return s.String() +} + +// SetResourcePendingMaintenanceActions sets the ResourcePendingMaintenanceActions field's value. +func (s *ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions(v *ResourcePendingMaintenanceActions) *ApplyPendingMaintenanceActionOutput { + s.ResourcePendingMaintenanceActions = v + return s +} + +// The name of an Availability Zone for use during database migration. AvailabilityZone +// is an optional parameter to the CreateReplicationInstance (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html) +// operation, and it’s value relates to the Amazon Web Services Region of +// an endpoint. For example, the availability zone of an endpoint in the us-east-1 +// region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d. +type AvailabilityZone struct { + _ struct{} `type:"structure"` + + // The name of the Availability Zone. + Name *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AvailabilityZone) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AvailabilityZone) GoString() string { + return s.String() +} + +// SetName sets the Name field's value. +func (s *AvailabilityZone) SetName(v string) *AvailabilityZone { + s.Name = &v + return s +} + +// Provides information about the errors that occurred during the analysis of +// the source database. +type BatchStartRecommendationsErrorEntry struct { + _ struct{} `type:"structure"` + + // The code of an error that occurred during the analysis of the source database. + Code *string `type:"string"` + + // The identifier of the source database. + DatabaseId *string `type:"string"` + + // The information about the error. + Message *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s BatchStartRecommendationsErrorEntry) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s BatchStartRecommendationsErrorEntry) GoString() string { + return s.String() +} + +// SetCode sets the Code field's value. +func (s *BatchStartRecommendationsErrorEntry) SetCode(v string) *BatchStartRecommendationsErrorEntry { + s.Code = &v + return s +} + +// SetDatabaseId sets the DatabaseId field's value. +func (s *BatchStartRecommendationsErrorEntry) SetDatabaseId(v string) *BatchStartRecommendationsErrorEntry { + s.DatabaseId = &v + return s +} + +// SetMessage sets the Message field's value. +func (s *BatchStartRecommendationsErrorEntry) SetMessage(v string) *BatchStartRecommendationsErrorEntry { + s.Message = &v + return s +} + +type BatchStartRecommendationsInput struct { + _ struct{} `type:"structure"` + + // Provides information about source databases to analyze. After this analysis, + // Fleet Advisor recommends target engines for each source database. + Data []*StartRecommendationsRequestEntry `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s BatchStartRecommendationsInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s BatchStartRecommendationsInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *BatchStartRecommendationsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "BatchStartRecommendationsInput"} + if s.Data != nil { + for i, v := range s.Data { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Data", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetData sets the Data field's value. +func (s *BatchStartRecommendationsInput) SetData(v []*StartRecommendationsRequestEntry) *BatchStartRecommendationsInput { + s.Data = v + return s +} + +type BatchStartRecommendationsOutput struct { + _ struct{} `type:"structure"` + + // A list with error details about the analysis of each source database. + ErrorEntries []*BatchStartRecommendationsErrorEntry `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s BatchStartRecommendationsOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s BatchStartRecommendationsOutput) GoString() string { + return s.String() +} + +// SetErrorEntries sets the ErrorEntries field's value. +func (s *BatchStartRecommendationsOutput) SetErrorEntries(v []*BatchStartRecommendationsErrorEntry) *BatchStartRecommendationsOutput { + s.ErrorEntries = v + return s +} + +type CancelReplicationTaskAssessmentRunInput struct { + _ struct{} `type:"structure"` + + // Amazon Resource Name (ARN) of the premigration assessment run to be canceled. + // + // ReplicationTaskAssessmentRunArn is a required field + ReplicationTaskAssessmentRunArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CancelReplicationTaskAssessmentRunInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CancelReplicationTaskAssessmentRunInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CancelReplicationTaskAssessmentRunInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CancelReplicationTaskAssessmentRunInput"} + if s.ReplicationTaskAssessmentRunArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskAssessmentRunArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. +func (s *CancelReplicationTaskAssessmentRunInput) SetReplicationTaskAssessmentRunArn(v string) *CancelReplicationTaskAssessmentRunInput { + s.ReplicationTaskAssessmentRunArn = &v + return s +} + +type CancelReplicationTaskAssessmentRunOutput struct { + _ struct{} `type:"structure"` + + // The ReplicationTaskAssessmentRun object for the canceled assessment run. + ReplicationTaskAssessmentRun *ReplicationTaskAssessmentRun `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CancelReplicationTaskAssessmentRunOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CancelReplicationTaskAssessmentRunOutput) GoString() string { + return s.String() +} + +// SetReplicationTaskAssessmentRun sets the ReplicationTaskAssessmentRun field's value. +func (s *CancelReplicationTaskAssessmentRunOutput) SetReplicationTaskAssessmentRun(v *ReplicationTaskAssessmentRun) *CancelReplicationTaskAssessmentRunOutput { + s.ReplicationTaskAssessmentRun = v + return s +} + +// The SSL certificate that can be used to encrypt connections between the endpoints +// and the replication instance. +type Certificate struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) for the certificate. + CertificateArn *string `type:"string"` + + // The date that the certificate was created. + CertificateCreationDate *time.Time `type:"timestamp"` + + // A customer-assigned name for the certificate. 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. + CertificateIdentifier *string `type:"string"` + + // The owner of the certificate. + CertificateOwner *string `type:"string"` + + // The contents of a .pem file, which contains an X.509 certificate. + CertificatePem *string `type:"string"` + + // The location of an imported Oracle Wallet certificate for use with SSL. Example: + // filebase64("${path.root}/rds-ca-2019-root.sso") + // CertificateWallet is automatically base64 encoded/decoded by the SDK. + CertificateWallet []byte `type:"blob"` + + // The key length of the cryptographic algorithm being used. + KeyLength *int64 `type:"integer"` + + // The signing algorithm for the certificate. + SigningAlgorithm *string `type:"string"` + + // The beginning date that the certificate is valid. + ValidFromDate *time.Time `type:"timestamp"` + + // The final date that the certificate is valid. + ValidToDate *time.Time `type:"timestamp"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s Certificate) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s Certificate) GoString() string { + return s.String() +} + +// SetCertificateArn sets the CertificateArn field's value. +func (s *Certificate) SetCertificateArn(v string) *Certificate { + s.CertificateArn = &v + return s +} + +// SetCertificateCreationDate sets the CertificateCreationDate field's value. +func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate { + s.CertificateCreationDate = &v + return s +} + +// SetCertificateIdentifier sets the CertificateIdentifier field's value. +func (s *Certificate) SetCertificateIdentifier(v string) *Certificate { + s.CertificateIdentifier = &v + return s +} + +// SetCertificateOwner sets the CertificateOwner field's value. +func (s *Certificate) SetCertificateOwner(v string) *Certificate { + s.CertificateOwner = &v + return s +} + +// SetCertificatePem sets the CertificatePem field's value. +func (s *Certificate) SetCertificatePem(v string) *Certificate { + s.CertificatePem = &v + return s +} + +// SetCertificateWallet sets the CertificateWallet field's value. +func (s *Certificate) SetCertificateWallet(v []byte) *Certificate { + s.CertificateWallet = v + return s +} + +// SetKeyLength sets the KeyLength field's value. +func (s *Certificate) SetKeyLength(v int64) *Certificate { + s.KeyLength = &v + return s +} + +// SetSigningAlgorithm sets the SigningAlgorithm field's value. +func (s *Certificate) SetSigningAlgorithm(v string) *Certificate { + s.SigningAlgorithm = &v + return s +} + +// SetValidFromDate sets the ValidFromDate field's value. +func (s *Certificate) SetValidFromDate(v time.Time) *Certificate { + s.ValidFromDate = &v + return s +} + +// SetValidToDate sets the ValidToDate field's value. +func (s *Certificate) SetValidToDate(v time.Time) *Certificate { + s.ValidToDate = &v + return s +} + +// Describes the last Fleet Advisor collector health check. +type CollectorHealthCheck struct { + _ struct{} `type:"structure"` + + // The status of the Fleet Advisor collector. + CollectorStatus *string `type:"string" enum:"CollectorStatus"` + + // Whether the local collector can access its Amazon S3 bucket. + LocalCollectorS3Access *bool `type:"boolean"` + + // Whether the role that you provided when creating the Fleet Advisor collector + // has sufficient permissions to access the Fleet Advisor web collector. + WebCollectorGrantedRoleBasedAccess *bool `type:"boolean"` + + // Whether the web collector can access its Amazon S3 bucket. + WebCollectorS3Access *bool `type:"boolean"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorHealthCheck) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorHealthCheck) GoString() string { + return s.String() +} + +// SetCollectorStatus sets the CollectorStatus field's value. +func (s *CollectorHealthCheck) SetCollectorStatus(v string) *CollectorHealthCheck { + s.CollectorStatus = &v + return s +} + +// SetLocalCollectorS3Access sets the LocalCollectorS3Access field's value. +func (s *CollectorHealthCheck) SetLocalCollectorS3Access(v bool) *CollectorHealthCheck { + s.LocalCollectorS3Access = &v + return s +} + +// SetWebCollectorGrantedRoleBasedAccess sets the WebCollectorGrantedRoleBasedAccess field's value. +func (s *CollectorHealthCheck) SetWebCollectorGrantedRoleBasedAccess(v bool) *CollectorHealthCheck { + s.WebCollectorGrantedRoleBasedAccess = &v + return s +} + +// SetWebCollectorS3Access sets the WebCollectorS3Access field's value. +func (s *CollectorHealthCheck) SetWebCollectorS3Access(v bool) *CollectorHealthCheck { + s.WebCollectorS3Access = &v + return s +} + +// The specified collector doesn't exist. +type CollectorNotFoundFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorNotFoundFault) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorNotFoundFault) GoString() string { + return s.String() +} + +func newErrorCollectorNotFoundFault(v protocol.ResponseMetadata) error { + return &CollectorNotFoundFault{ + RespMetadata: v, + } +} + +// Code returns the exception type name. +func (s *CollectorNotFoundFault) Code() string { + return "CollectorNotFoundFault" +} + +// Message returns the exception's message. +func (s *CollectorNotFoundFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} + +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *CollectorNotFoundFault) OrigErr() error { + return nil +} + +func (s *CollectorNotFoundFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} + +// Status code returns the HTTP status code for the request's response error. +func (s *CollectorNotFoundFault) StatusCode() int { + return s.RespMetadata.StatusCode +} + +// RequestID returns the service's response RequestID for request. +func (s *CollectorNotFoundFault) RequestID() string { + return s.RespMetadata.RequestID +} + +// Describes a Fleet Advisor collector. +type CollectorResponse struct { + _ struct{} `type:"structure"` + // Describes the last Fleet Advisor collector health check. CollectorHealthCheck *CollectorHealthCheck `type:"structure"` - // The name of the Fleet Advisor collector . - CollectorName *string `type:"string"` + // The name of the Fleet Advisor collector . + CollectorName *string `type:"string"` + + // The reference ID of the Fleet Advisor collector. + CollectorReferencedId *string `type:"string"` + + // The version of your Fleet Advisor collector, in semantic versioning format, + // for example 1.0.2 + CollectorVersion *string `type:"string"` + + // The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z + CreatedDate *string `type:"string"` + + // A summary description of the Fleet Advisor collector. + Description *string `type:"string"` + + // Describes a Fleet Advisor collector inventory. + InventoryData *InventoryData `type:"structure"` + + // The timestamp of the last time the collector received data, in the following + // format: 2022-01-24T19:04:02.596113Z + LastDataReceived *string `type:"string"` + + // The timestamp when DMS last modified the collector, in the following format: + // 2022-01-24T19:04:02.596113Z + ModifiedDate *string `type:"string"` + + // The timestamp when DMS registered the collector, in the following format: + // 2022-01-24T19:04:02.596113Z + RegisteredDate *string `type:"string"` + + // The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory + // metadata. + S3BucketName *string `type:"string"` + + // The IAM role that grants permissions to access the specified Amazon S3 bucket. + ServiceAccessRoleArn *string `type:"string"` + + // Whether the collector version is up to date. + VersionStatus *string `type:"string" enum:"VersionStatus"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorResponse) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorResponse) GoString() string { + return s.String() +} + +// SetCollectorHealthCheck sets the CollectorHealthCheck field's value. +func (s *CollectorResponse) SetCollectorHealthCheck(v *CollectorHealthCheck) *CollectorResponse { + s.CollectorHealthCheck = v + return s +} + +// SetCollectorName sets the CollectorName field's value. +func (s *CollectorResponse) SetCollectorName(v string) *CollectorResponse { + s.CollectorName = &v + return s +} + +// SetCollectorReferencedId sets the CollectorReferencedId field's value. +func (s *CollectorResponse) SetCollectorReferencedId(v string) *CollectorResponse { + s.CollectorReferencedId = &v + return s +} + +// SetCollectorVersion sets the CollectorVersion field's value. +func (s *CollectorResponse) SetCollectorVersion(v string) *CollectorResponse { + s.CollectorVersion = &v + return s +} + +// SetCreatedDate sets the CreatedDate field's value. +func (s *CollectorResponse) SetCreatedDate(v string) *CollectorResponse { + s.CreatedDate = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *CollectorResponse) SetDescription(v string) *CollectorResponse { + s.Description = &v + return s +} + +// SetInventoryData sets the InventoryData field's value. +func (s *CollectorResponse) SetInventoryData(v *InventoryData) *CollectorResponse { + s.InventoryData = v + return s +} + +// SetLastDataReceived sets the LastDataReceived field's value. +func (s *CollectorResponse) SetLastDataReceived(v string) *CollectorResponse { + s.LastDataReceived = &v + return s +} + +// SetModifiedDate sets the ModifiedDate field's value. +func (s *CollectorResponse) SetModifiedDate(v string) *CollectorResponse { + s.ModifiedDate = &v + return s +} + +// SetRegisteredDate sets the RegisteredDate field's value. +func (s *CollectorResponse) SetRegisteredDate(v string) *CollectorResponse { + s.RegisteredDate = &v + return s +} + +// SetS3BucketName sets the S3BucketName field's value. +func (s *CollectorResponse) SetS3BucketName(v string) *CollectorResponse { + s.S3BucketName = &v + return s +} + +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *CollectorResponse) SetServiceAccessRoleArn(v string) *CollectorResponse { + s.ServiceAccessRoleArn = &v + return s +} + +// SetVersionStatus sets the VersionStatus field's value. +func (s *CollectorResponse) SetVersionStatus(v string) *CollectorResponse { + s.VersionStatus = &v + return s +} + +// Briefly describes a Fleet Advisor collector. +type CollectorShortInfoResponse struct { + _ struct{} `type:"structure"` + + // The name of the Fleet Advisor collector. + CollectorName *string `type:"string"` + + // The reference ID of the Fleet Advisor collector. + CollectorReferencedId *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorShortInfoResponse) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CollectorShortInfoResponse) GoString() string { + return s.String() +} + +// SetCollectorName sets the CollectorName field's value. +func (s *CollectorShortInfoResponse) SetCollectorName(v string) *CollectorShortInfoResponse { + s.CollectorName = &v + return s +} + +// SetCollectorReferencedId sets the CollectorReferencedId field's value. +func (s *CollectorShortInfoResponse) SetCollectorReferencedId(v string) *CollectorShortInfoResponse { + s.CollectorReferencedId = &v + return s +} + +// Configuration parameters for provisioning an DMS Serverless replication. +type ComputeConfig struct { + _ struct{} `type:"structure"` + + // The Availability Zone where the DMS Serverless replication using this configuration + // will run. The default value is a random, system-chosen Availability Zone + // in the configuration's Amazon Web Services Region, for example, "us-west-2". + // You can't set this parameter if the MultiAZ parameter is set to true. + AvailabilityZone *string `type:"string"` + + // A list of custom DNS name servers supported for the DMS Serverless replication + // to access your source or target database. This list overrides the default + // name servers supported by the DMS Serverless replication. You can specify + // a comma-separated list of internet addresses for up to four DNS name servers. + // For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4" + DnsNameServers *string `type:"string"` + + // An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used + // to encrypt the data during DMS Serverless replication. + // + // If you don't specify a value for the KmsKeyId parameter, DMS uses your default + // encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyId *string `type:"string"` + + // Specifies the maximum value of the DMS capacity units (DCUs) for which a + // given DMS Serverless replication can be provisioned. A single DCU is 2GB + // of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values + // includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the maximum value + // that you can specify for DMS Serverless is 384. The MaxCapacityUnits parameter + // is the only DCU parameter you are required to specify. + MaxCapacityUnits *int64 `type:"integer"` + + // Specifies the minimum value of the DMS capacity units (DCUs) for which a + // given DMS Serverless replication can be provisioned. A single DCU is 2GB + // of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values + // includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the minimum DCU + // value that you can specify for DMS Serverless is 2. You don't have to specify + // a value for the MinCapacityUnits parameter. If you don't set this value, + // DMS scans the current activity of available source tables to identify an + // optimum setting for this parameter. If there is no current source activity + // or DMS can't otherwise identify a more appropriate value, it sets this parameter + // to the minimum DCU value allowed, 2. + MinCapacityUnits *int64 `type:"integer"` + + // Specifies whether the DMS Serverless replication is a Multi-AZ deployment. + // You can't set the AvailabilityZone parameter if the MultiAZ parameter is + // set to true. + MultiAZ *bool `type:"boolean"` + + // The weekly time range during which system maintenance can occur for the DMS + // Serverless replication, in Universal Coordinated Time (UTC). The format is + // ddd:hh24:mi-ddd:hh24:mi. + // + // The default is a 30-minute window selected at random from an 8-hour block + // of time per Amazon Web Services Region. This maintenance occurs on a random + // day of the week. Valid values for days of the week include Mon, Tue, Wed, + // Thu, Fri, Sat, and Sun. + // + // Constraints include a minimum 30-minute window. + PreferredMaintenanceWindow *string `type:"string"` + + // Specifies a subnet group identifier to associate with the DMS Serverless + // replication. + ReplicationSubnetGroupId *string `type:"string"` + + // Specifies the virtual private cloud (VPC) security group to use with the + // DMS Serverless replication. The VPC security group must work with the VPC + // containing the replication. + VpcSecurityGroupIds []*string `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ComputeConfig) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ComputeConfig) GoString() string { + return s.String() +} + +// SetAvailabilityZone sets the AvailabilityZone field's value. +func (s *ComputeConfig) SetAvailabilityZone(v string) *ComputeConfig { + s.AvailabilityZone = &v + return s +} + +// SetDnsNameServers sets the DnsNameServers field's value. +func (s *ComputeConfig) SetDnsNameServers(v string) *ComputeConfig { + s.DnsNameServers = &v + return s +} + +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *ComputeConfig) SetKmsKeyId(v string) *ComputeConfig { + s.KmsKeyId = &v + return s +} + +// SetMaxCapacityUnits sets the MaxCapacityUnits field's value. +func (s *ComputeConfig) SetMaxCapacityUnits(v int64) *ComputeConfig { + s.MaxCapacityUnits = &v + return s +} + +// SetMinCapacityUnits sets the MinCapacityUnits field's value. +func (s *ComputeConfig) SetMinCapacityUnits(v int64) *ComputeConfig { + s.MinCapacityUnits = &v + return s +} + +// SetMultiAZ sets the MultiAZ field's value. +func (s *ComputeConfig) SetMultiAZ(v bool) *ComputeConfig { + s.MultiAZ = &v + return s +} + +// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. +func (s *ComputeConfig) SetPreferredMaintenanceWindow(v string) *ComputeConfig { + s.PreferredMaintenanceWindow = &v + return s +} + +// SetReplicationSubnetGroupId sets the ReplicationSubnetGroupId field's value. +func (s *ComputeConfig) SetReplicationSubnetGroupId(v string) *ComputeConfig { + s.ReplicationSubnetGroupId = &v + return s +} + +// SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value. +func (s *ComputeConfig) SetVpcSecurityGroupIds(v []*string) *ComputeConfig { + s.VpcSecurityGroupIds = v + return s +} + +// Status of the connection between an endpoint and a replication instance, +// including Amazon Resource Names (ARNs) and the last error message issued. +type Connection struct { + _ struct{} `type:"structure"` + + // The ARN string that uniquely identifies the endpoint. + EndpointArn *string `type:"string"` + + // The identifier of the endpoint. 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. + EndpointIdentifier *string `type:"string"` + + // The error message when the connection last failed. + LastFailureMessage *string `type:"string"` + + // The ARN of the replication instance. + ReplicationInstanceArn *string `type:"string"` + + // The replication instance identifier. This parameter is stored as a lowercase + // string. + ReplicationInstanceIdentifier *string `type:"string"` + + // The connection status. This parameter can return one of the following values: + // + // * "successful" + // + // * "testing" + // + // * "failed" + // + // * "deleting" + Status *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s Connection) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s Connection) GoString() string { + return s.String() +} + +// SetEndpointArn sets the EndpointArn field's value. +func (s *Connection) SetEndpointArn(v string) *Connection { + s.EndpointArn = &v + return s +} + +// SetEndpointIdentifier sets the EndpointIdentifier field's value. +func (s *Connection) SetEndpointIdentifier(v string) *Connection { + s.EndpointIdentifier = &v + return s +} + +// SetLastFailureMessage sets the LastFailureMessage field's value. +func (s *Connection) SetLastFailureMessage(v string) *Connection { + s.LastFailureMessage = &v + return s +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *Connection) SetReplicationInstanceArn(v string) *Connection { + s.ReplicationInstanceArn = &v + return s +} + +// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. +func (s *Connection) SetReplicationInstanceIdentifier(v string) *Connection { + s.ReplicationInstanceIdentifier = &v + return s +} + +// SetStatus sets the Status field's value. +func (s *Connection) SetStatus(v string) *Connection { + s.Status = &v + return s +} + +type CreateDataProviderInput struct { + _ struct{} `type:"structure"` + + // A user-friendly name for the data provider. + DataProviderName *string `type:"string"` + + // A user-friendly description of the data provider. + Description *string `type:"string"` + + // The type of database engine for the data provider. Valid values include "aurora", + // "aurora_postgresql", "mysql", "oracle", "postgres", and "sqlserver". A value + // of "aurora" represents Amazon Aurora MySQL-Compatible Edition. + // + // Engine is a required field + Engine *string `type:"string" required:"true"` + + // The settings in JSON format for a data provider. + // + // Settings is a required field + Settings *DataProviderSettings `type:"structure" required:"true"` + + // One or more tags to be assigned to the data provider. + Tags []*Tag `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateDataProviderInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateDataProviderInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateDataProviderInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateDataProviderInput"} + if s.Engine == nil { + invalidParams.Add(request.NewErrParamRequired("Engine")) + } + if s.Settings == nil { + invalidParams.Add(request.NewErrParamRequired("Settings")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDataProviderName sets the DataProviderName field's value. +func (s *CreateDataProviderInput) SetDataProviderName(v string) *CreateDataProviderInput { + s.DataProviderName = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *CreateDataProviderInput) SetDescription(v string) *CreateDataProviderInput { + s.Description = &v + return s +} + +// SetEngine sets the Engine field's value. +func (s *CreateDataProviderInput) SetEngine(v string) *CreateDataProviderInput { + s.Engine = &v + return s +} + +// SetSettings sets the Settings field's value. +func (s *CreateDataProviderInput) SetSettings(v *DataProviderSettings) *CreateDataProviderInput { + s.Settings = v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateDataProviderInput) SetTags(v []*Tag) *CreateDataProviderInput { + s.Tags = v + return s +} + +type CreateDataProviderOutput struct { + _ struct{} `type:"structure"` + + // The data provider that was created. + DataProvider *DataProvider `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateDataProviderOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateDataProviderOutput) GoString() string { + return s.String() +} + +// SetDataProvider sets the DataProvider field's value. +func (s *CreateDataProviderOutput) SetDataProvider(v *DataProvider) *CreateDataProviderOutput { + s.DataProvider = v + return s +} + +type CreateEndpointInput struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) for the certificate. + CertificateArn *string `type:"string"` + + // The name of the endpoint database. For a MySQL source or target endpoint, + // do not specify DatabaseName. To migrate to a specific database, use this + // setting and targetDbType. + DatabaseName *string `type:"string"` + + // The settings in JSON format for the DMS transfer type of source endpoint. + // + // Possible settings include the following: + // + // * ServiceAccessRoleArn - The Amazon Resource Name (ARN) used by the service + // access IAM role. The role must allow the iam:PassRole action. + // + // * BucketName - The name of the S3 bucket to use. + // + // Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string,BucketName=string + // + // JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", + // "BucketName": "string", } + DmsTransferSettings *DmsTransferSettings `type:"structure"` + + // Provides information that defines a DocumentDB endpoint. + DocDbSettings *DocDbSettings `type:"structure"` + + // Settings in JSON format for the target Amazon DynamoDB endpoint. For information + // about other available settings, see Using Object Mapping to Migrate Data + // to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping) + // in the Database Migration Service User Guide. + DynamoDbSettings *DynamoDbSettings `type:"structure"` + + // Settings in JSON format for the target OpenSearch endpoint. For more information + // about the available settings, see Extra Connection Attributes When Using + // OpenSearch as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration) + // in the Database Migration Service User Guide. + ElasticsearchSettings *ElasticsearchSettings `type:"structure"` + + // 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. + // + // EndpointIdentifier is a required field + EndpointIdentifier *string `type:"string" required:"true"` + + // The type of endpoint. Valid values are source and target. + // + // EndpointType is a required field + EndpointType *string `type:"string" required:"true" enum:"ReplicationEndpointTypeValue"` + + // The type of engine for the endpoint. Valid values, depending on the EndpointType + // value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", + // "opensearch", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", + // "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", "neptune", + // and "babelfish". + // + // EngineName is a required field + EngineName *string `type:"string" required:"true"` + + // The external table definition. + ExternalTableDefinition *string `type:"string"` + + // Additional attributes associated with the connection. Each attribute is specified + // as a name-value pair associated by an equal sign (=). Multiple attributes + // are separated by a semicolon (;) with no additional white space. For information + // on the attributes available for connecting your source or target endpoint, + // see Working with DMS Endpoints (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html) + // in the Database Migration Service User Guide. + ExtraConnectionAttributes *string `type:"string"` + + // Settings in JSON format for the source GCP MySQL endpoint. + GcpMySQLSettings *GcpMySQLSettings `type:"structure"` + + // Settings in JSON format for the source IBM Db2 LUW endpoint. For information + // about other available settings, see Extra connection attributes when using + // Db2 LUW as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib) + // in the Database Migration Service User Guide. + IBMDb2Settings *IBMDb2Settings `type:"structure"` + + // Settings in JSON format for the target Apache Kafka endpoint. For more information + // about the available settings, see Using object mapping to migrate data to + // a Kafka topic (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping) + // in the Database Migration Service User Guide. + KafkaSettings *KafkaSettings `type:"structure"` + + // Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. + // For more information about the available settings, see Using object mapping + // to migrate data to a Kinesis data stream (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping) + // in the Database Migration Service User Guide. + KinesisSettings *KinesisSettings `type:"structure"` + + // An KMS key identifier that is used to encrypt the connection parameters for + // the endpoint. + // + // If you don't specify a value for the KmsKeyId parameter, then DMS uses your + // default encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyId *string `type:"string"` + + // Settings in JSON format for the source and target Microsoft SQL Server endpoint. + // For information about other available settings, see Extra connection attributes + // when using SQL Server as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib) + // and Extra connection attributes when using SQL Server as a target for DMS + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib) + // in the Database Migration Service User Guide. + MicrosoftSQLServerSettings *MicrosoftSQLServerSettings `type:"structure"` + + // Settings in JSON format for the source MongoDB endpoint. For more information + // about the available settings, see Endpoint configuration settings when using + // MongoDB as a source for Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration) + // in the Database Migration Service User Guide. + MongoDbSettings *MongoDbSettings `type:"structure"` + + // Settings in JSON format for the source and target MySQL endpoint. For information + // about other available settings, see Extra connection attributes when using + // MySQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib) + // and Extra connection attributes when using a MySQL-compatible database as + // a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib) + // in the Database Migration Service User Guide. + MySQLSettings *MySQLSettings `type:"structure"` + + // Settings in JSON format for the target Amazon Neptune endpoint. For more + // information about the available settings, see Specifying graph-mapping rules + // using Gremlin and R2RML for Amazon Neptune as a target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings) + // in the Database Migration Service User Guide. + NeptuneSettings *NeptuneSettings `type:"structure"` + + // Settings in JSON format for the source and target Oracle endpoint. For information + // about other available settings, see Extra connection attributes when using + // Oracle as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib) + // and Extra connection attributes when using Oracle as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib) + // in the Database Migration Service User Guide. + OracleSettings *OracleSettings `type:"structure"` + + // The password to be used to log in to the endpoint database. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by CreateEndpointInput's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // The port used by the endpoint database. + Port *int64 `type:"integer"` + + // Settings in JSON format for the source and target PostgreSQL endpoint. For + // information about other available settings, see Extra connection attributes + // when using PostgreSQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib) + // and Extra connection attributes when using PostgreSQL as a target for DMS + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib) + // in the Database Migration Service User Guide. + PostgreSQLSettings *PostgreSQLSettings `type:"structure"` + + // Settings in JSON format for the target Redis endpoint. + RedisSettings *RedisSettings `type:"structure"` + + // Provides information that defines an Amazon Redshift endpoint. + RedshiftSettings *RedshiftSettings `type:"structure"` + + // A friendly name for the resource identifier at the end of the EndpointArn + // response parameter that is returned in the created Endpoint object. The value + // for this parameter can have up to 31 characters. It can contain only ASCII + // letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain + // two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. + // For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. + // If you don't specify a ResourceIdentifier value, DMS generates a default + // identifier value for the end of EndpointArn. + ResourceIdentifier *string `type:"string"` + + // Settings in JSON format for the target Amazon S3 endpoint. For more information + // about the available settings, see Extra Connection Attributes When Using + // Amazon S3 as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring) + // in the Database Migration Service User Guide. + S3Settings *S3Settings `type:"structure"` + + // The name of the server where the endpoint database resides. + ServerName *string `type:"string"` + + // The Amazon Resource Name (ARN) for the service access role that you want + // to use to create the endpoint. The role must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` + + // The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default + // is none + SslMode *string `type:"string" enum:"DmsSslModeValue"` + + // Settings in JSON format for the source and target SAP ASE endpoint. For information + // about other available settings, see Extra connection attributes when using + // SAP ASE as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib) + // and Extra connection attributes when using SAP ASE as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib) + // in the Database Migration Service User Guide. + SybaseSettings *SybaseSettings `type:"structure"` + + // One or more tags to be assigned to the endpoint. + Tags []*Tag `type:"list"` + + // Settings in JSON format for the target Amazon Timestream endpoint. + TimestreamSettings *TimestreamSettings `type:"structure"` + + // The user name to be used to log in to the endpoint database. + Username *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEndpointInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEndpointInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateEndpointInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateEndpointInput"} + if s.EndpointIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointIdentifier")) + } + if s.EndpointType == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointType")) + } + if s.EngineName == nil { + invalidParams.Add(request.NewErrParamRequired("EngineName")) + } + if s.DynamoDbSettings != nil { + if err := s.DynamoDbSettings.Validate(); err != nil { + invalidParams.AddNested("DynamoDbSettings", err.(request.ErrInvalidParams)) + } + } + if s.ElasticsearchSettings != nil { + if err := s.ElasticsearchSettings.Validate(); err != nil { + invalidParams.AddNested("ElasticsearchSettings", err.(request.ErrInvalidParams)) + } + } + if s.NeptuneSettings != nil { + if err := s.NeptuneSettings.Validate(); err != nil { + invalidParams.AddNested("NeptuneSettings", err.(request.ErrInvalidParams)) + } + } + if s.RedisSettings != nil { + if err := s.RedisSettings.Validate(); err != nil { + invalidParams.AddNested("RedisSettings", err.(request.ErrInvalidParams)) + } + } + if s.TimestreamSettings != nil { + if err := s.TimestreamSettings.Validate(); err != nil { + invalidParams.AddNested("TimestreamSettings", err.(request.ErrInvalidParams)) + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetCertificateArn sets the CertificateArn field's value. +func (s *CreateEndpointInput) SetCertificateArn(v string) *CreateEndpointInput { + s.CertificateArn = &v + return s +} + +// SetDatabaseName sets the DatabaseName field's value. +func (s *CreateEndpointInput) SetDatabaseName(v string) *CreateEndpointInput { + s.DatabaseName = &v + return s +} + +// SetDmsTransferSettings sets the DmsTransferSettings field's value. +func (s *CreateEndpointInput) SetDmsTransferSettings(v *DmsTransferSettings) *CreateEndpointInput { + s.DmsTransferSettings = v + return s +} + +// SetDocDbSettings sets the DocDbSettings field's value. +func (s *CreateEndpointInput) SetDocDbSettings(v *DocDbSettings) *CreateEndpointInput { + s.DocDbSettings = v + return s +} + +// SetDynamoDbSettings sets the DynamoDbSettings field's value. +func (s *CreateEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *CreateEndpointInput { + s.DynamoDbSettings = v + return s +} + +// SetElasticsearchSettings sets the ElasticsearchSettings field's value. +func (s *CreateEndpointInput) SetElasticsearchSettings(v *ElasticsearchSettings) *CreateEndpointInput { + s.ElasticsearchSettings = v + return s +} + +// SetEndpointIdentifier sets the EndpointIdentifier field's value. +func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput { + s.EndpointIdentifier = &v + return s +} + +// SetEndpointType sets the EndpointType field's value. +func (s *CreateEndpointInput) SetEndpointType(v string) *CreateEndpointInput { + s.EndpointType = &v + return s +} + +// SetEngineName sets the EngineName field's value. +func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput { + s.EngineName = &v + return s +} + +// SetExternalTableDefinition sets the ExternalTableDefinition field's value. +func (s *CreateEndpointInput) SetExternalTableDefinition(v string) *CreateEndpointInput { + s.ExternalTableDefinition = &v + return s +} + +// SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value. +func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput { + s.ExtraConnectionAttributes = &v + return s +} + +// SetGcpMySQLSettings sets the GcpMySQLSettings field's value. +func (s *CreateEndpointInput) SetGcpMySQLSettings(v *GcpMySQLSettings) *CreateEndpointInput { + s.GcpMySQLSettings = v + return s +} + +// SetIBMDb2Settings sets the IBMDb2Settings field's value. +func (s *CreateEndpointInput) SetIBMDb2Settings(v *IBMDb2Settings) *CreateEndpointInput { + s.IBMDb2Settings = v + return s +} + +// SetKafkaSettings sets the KafkaSettings field's value. +func (s *CreateEndpointInput) SetKafkaSettings(v *KafkaSettings) *CreateEndpointInput { + s.KafkaSettings = v + return s +} + +// SetKinesisSettings sets the KinesisSettings field's value. +func (s *CreateEndpointInput) SetKinesisSettings(v *KinesisSettings) *CreateEndpointInput { + s.KinesisSettings = v + return s +} + +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput { + s.KmsKeyId = &v + return s +} + +// SetMicrosoftSQLServerSettings sets the MicrosoftSQLServerSettings field's value. +func (s *CreateEndpointInput) SetMicrosoftSQLServerSettings(v *MicrosoftSQLServerSettings) *CreateEndpointInput { + s.MicrosoftSQLServerSettings = v + return s +} + +// SetMongoDbSettings sets the MongoDbSettings field's value. +func (s *CreateEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *CreateEndpointInput { + s.MongoDbSettings = v + return s +} + +// SetMySQLSettings sets the MySQLSettings field's value. +func (s *CreateEndpointInput) SetMySQLSettings(v *MySQLSettings) *CreateEndpointInput { + s.MySQLSettings = v + return s +} + +// SetNeptuneSettings sets the NeptuneSettings field's value. +func (s *CreateEndpointInput) SetNeptuneSettings(v *NeptuneSettings) *CreateEndpointInput { + s.NeptuneSettings = v + return s +} + +// SetOracleSettings sets the OracleSettings field's value. +func (s *CreateEndpointInput) SetOracleSettings(v *OracleSettings) *CreateEndpointInput { + s.OracleSettings = v + return s +} + +// SetPassword sets the Password field's value. +func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput { + s.Password = &v + return s +} + +// SetPort sets the Port field's value. +func (s *CreateEndpointInput) SetPort(v int64) *CreateEndpointInput { + s.Port = &v + return s +} + +// SetPostgreSQLSettings sets the PostgreSQLSettings field's value. +func (s *CreateEndpointInput) SetPostgreSQLSettings(v *PostgreSQLSettings) *CreateEndpointInput { + s.PostgreSQLSettings = v + return s +} + +// SetRedisSettings sets the RedisSettings field's value. +func (s *CreateEndpointInput) SetRedisSettings(v *RedisSettings) *CreateEndpointInput { + s.RedisSettings = v + return s +} + +// SetRedshiftSettings sets the RedshiftSettings field's value. +func (s *CreateEndpointInput) SetRedshiftSettings(v *RedshiftSettings) *CreateEndpointInput { + s.RedshiftSettings = v + return s +} + +// SetResourceIdentifier sets the ResourceIdentifier field's value. +func (s *CreateEndpointInput) SetResourceIdentifier(v string) *CreateEndpointInput { + s.ResourceIdentifier = &v + return s +} + +// SetS3Settings sets the S3Settings field's value. +func (s *CreateEndpointInput) SetS3Settings(v *S3Settings) *CreateEndpointInput { + s.S3Settings = v + return s +} + +// SetServerName sets the ServerName field's value. +func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput { + s.ServerName = &v + return s +} + +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *CreateEndpointInput) SetServiceAccessRoleArn(v string) *CreateEndpointInput { + s.ServiceAccessRoleArn = &v + return s +} + +// SetSslMode sets the SslMode field's value. +func (s *CreateEndpointInput) SetSslMode(v string) *CreateEndpointInput { + s.SslMode = &v + return s +} + +// SetSybaseSettings sets the SybaseSettings field's value. +func (s *CreateEndpointInput) SetSybaseSettings(v *SybaseSettings) *CreateEndpointInput { + s.SybaseSettings = v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput { + s.Tags = v + return s +} + +// SetTimestreamSettings sets the TimestreamSettings field's value. +func (s *CreateEndpointInput) SetTimestreamSettings(v *TimestreamSettings) *CreateEndpointInput { + s.TimestreamSettings = v + return s +} + +// SetUsername sets the Username field's value. +func (s *CreateEndpointInput) SetUsername(v string) *CreateEndpointInput { + s.Username = &v + return s +} + +type CreateEndpointOutput struct { + _ struct{} `type:"structure"` + + // The endpoint that was created. + Endpoint *Endpoint `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEndpointOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEndpointOutput) GoString() string { + return s.String() +} + +// SetEndpoint sets the Endpoint field's value. +func (s *CreateEndpointOutput) SetEndpoint(v *Endpoint) *CreateEndpointOutput { + s.Endpoint = v + return s +} + +type CreateEventSubscriptionInput struct { + _ struct{} `type:"structure"` + + // A Boolean value; set to true to activate the subscription, or set to false + // to create the subscription but not activate it. + Enabled *bool `type:"boolean"` + + // A list of event categories for a source type that you want to subscribe to. + // For more information, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) + // in the Database Migration Service User Guide. + EventCategories []*string `type:"list"` + + // The Amazon Resource Name (ARN) of the Amazon SNS topic created for event + // notification. The ARN is created by Amazon SNS when you create a topic and + // subscribe to it. + // + // SnsTopicArn is a required field + SnsTopicArn *string `type:"string" required:"true"` + + // A list of identifiers for which DMS provides notification events. + // + // If you don't specify a value, notifications are provided for all sources. + // + // If you specify multiple values, they must be of the same type. For example, + // if you specify a database instance ID, then all of the other values must + // be database instance IDs. + SourceIds []*string `type:"list"` + + // The type of DMS resource that generates the events. For example, if you want + // to be notified of events generated by a replication instance, you set this + // parameter to replication-instance. If this value isn't specified, all events + // are returned. + // + // Valid values: replication-instance | replication-task + SourceType *string `type:"string"` + + // The name of the DMS event notification subscription. This name must be less + // than 255 characters. + // + // SubscriptionName is a required field + SubscriptionName *string `type:"string" required:"true"` + + // One or more tags to be assigned to the event subscription. + Tags []*Tag `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEventSubscriptionInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEventSubscriptionInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateEventSubscriptionInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateEventSubscriptionInput"} + if s.SnsTopicArn == nil { + invalidParams.Add(request.NewErrParamRequired("SnsTopicArn")) + } + if s.SubscriptionName == nil { + invalidParams.Add(request.NewErrParamRequired("SubscriptionName")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetEnabled sets the Enabled field's value. +func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput { + s.Enabled = &v + return s +} + +// SetEventCategories sets the EventCategories field's value. +func (s *CreateEventSubscriptionInput) SetEventCategories(v []*string) *CreateEventSubscriptionInput { + s.EventCategories = v + return s +} + +// SetSnsTopicArn sets the SnsTopicArn field's value. +func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput { + s.SnsTopicArn = &v + return s +} + +// SetSourceIds sets the SourceIds field's value. +func (s *CreateEventSubscriptionInput) SetSourceIds(v []*string) *CreateEventSubscriptionInput { + s.SourceIds = v + return s +} + +// SetSourceType sets the SourceType field's value. +func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput { + s.SourceType = &v + return s +} + +// SetSubscriptionName sets the SubscriptionName field's value. +func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput { + s.SubscriptionName = &v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateEventSubscriptionInput) SetTags(v []*Tag) *CreateEventSubscriptionInput { + s.Tags = v + return s +} + +type CreateEventSubscriptionOutput struct { + _ struct{} `type:"structure"` + + // The event subscription that was created. + EventSubscription *EventSubscription `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEventSubscriptionOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateEventSubscriptionOutput) GoString() string { + return s.String() +} + +// SetEventSubscription sets the EventSubscription field's value. +func (s *CreateEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *CreateEventSubscriptionOutput { + s.EventSubscription = v + return s +} + +type CreateFleetAdvisorCollectorInput struct { + _ struct{} `type:"structure"` + + // The name of your Fleet Advisor collector (for example, sample-collector). + // + // CollectorName is a required field + CollectorName *string `type:"string" required:"true"` + + // A summary description of your Fleet Advisor collector. + Description *string `type:"string"` + + // The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory + // metadata. + // + // S3BucketName is a required field + S3BucketName *string `type:"string" required:"true"` + + // The IAM role that grants permissions to access the specified Amazon S3 bucket. + // + // ServiceAccessRoleArn is a required field + ServiceAccessRoleArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateFleetAdvisorCollectorInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateFleetAdvisorCollectorInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateFleetAdvisorCollectorInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateFleetAdvisorCollectorInput"} + if s.CollectorName == nil { + invalidParams.Add(request.NewErrParamRequired("CollectorName")) + } + if s.S3BucketName == nil { + invalidParams.Add(request.NewErrParamRequired("S3BucketName")) + } + if s.ServiceAccessRoleArn == nil { + invalidParams.Add(request.NewErrParamRequired("ServiceAccessRoleArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetCollectorName sets the CollectorName field's value. +func (s *CreateFleetAdvisorCollectorInput) SetCollectorName(v string) *CreateFleetAdvisorCollectorInput { + s.CollectorName = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *CreateFleetAdvisorCollectorInput) SetDescription(v string) *CreateFleetAdvisorCollectorInput { + s.Description = &v + return s +} + +// SetS3BucketName sets the S3BucketName field's value. +func (s *CreateFleetAdvisorCollectorInput) SetS3BucketName(v string) *CreateFleetAdvisorCollectorInput { + s.S3BucketName = &v + return s +} + +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *CreateFleetAdvisorCollectorInput) SetServiceAccessRoleArn(v string) *CreateFleetAdvisorCollectorInput { + s.ServiceAccessRoleArn = &v + return s +} + +type CreateFleetAdvisorCollectorOutput struct { + _ struct{} `type:"structure"` + + // The name of the new Fleet Advisor collector. + CollectorName *string `type:"string"` + + // The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5 + CollectorReferencedId *string `type:"string"` + + // A summary description of the Fleet Advisor collector. + Description *string `type:"string"` + + // The Amazon S3 bucket that the collector uses to store inventory metadata. + S3BucketName *string `type:"string"` + + // The IAM role that grants permissions to access the specified Amazon S3 bucket. + ServiceAccessRoleArn *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateFleetAdvisorCollectorOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateFleetAdvisorCollectorOutput) GoString() string { + return s.String() +} + +// SetCollectorName sets the CollectorName field's value. +func (s *CreateFleetAdvisorCollectorOutput) SetCollectorName(v string) *CreateFleetAdvisorCollectorOutput { + s.CollectorName = &v + return s +} + +// SetCollectorReferencedId sets the CollectorReferencedId field's value. +func (s *CreateFleetAdvisorCollectorOutput) SetCollectorReferencedId(v string) *CreateFleetAdvisorCollectorOutput { + s.CollectorReferencedId = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *CreateFleetAdvisorCollectorOutput) SetDescription(v string) *CreateFleetAdvisorCollectorOutput { + s.Description = &v + return s +} + +// SetS3BucketName sets the S3BucketName field's value. +func (s *CreateFleetAdvisorCollectorOutput) SetS3BucketName(v string) *CreateFleetAdvisorCollectorOutput { + s.S3BucketName = &v + return s +} + +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *CreateFleetAdvisorCollectorOutput) SetServiceAccessRoleArn(v string) *CreateFleetAdvisorCollectorOutput { + s.ServiceAccessRoleArn = &v + return s +} + +type CreateInstanceProfileInput struct { + _ struct{} `type:"structure"` + + // The Availability Zone where the instance profile will be created. The default + // value is a random, system-chosen Availability Zone in the Amazon Web Services + // Region where your data provider is created, for examplem us-east-1d. + AvailabilityZone *string `type:"string"` + + // A user-friendly description of the instance profile. + Description *string `type:"string"` + + // A user-friendly name for the instance profile. + InstanceProfileName *string `type:"string"` + + // The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the + // connection parameters for the instance profile. + // + // If you don't specify a value for the KmsKeyArn parameter, then DMS uses your + // default encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyArn *string `type:"string"` + + // Specifies the network type for the instance profile. A value of IPV4 represents + // an instance profile with IPv4 network type and only supports IPv4 addressing. + // A value of IPV6 represents an instance profile with IPv6 network type and + // only supports IPv6 addressing. A value of DUAL represents an instance profile + // with dual network type that supports IPv4 and IPv6 addressing. + NetworkType *string `type:"string"` + + // Specifies the accessibility options for the instance profile. A value of + // true represents an instance profile with a public IP address. A value of + // false represents an instance profile with a private IP address. The default + // value is true. + PubliclyAccessible *bool `type:"boolean"` + + // A subnet group to associate with the instance profile. + SubnetGroupIdentifier *string `type:"string"` + + // One or more tags to be assigned to the instance profile. + Tags []*Tag `type:"list"` + + // Specifies the VPC security group names to be used with the instance profile. + // The VPC security group must work with the VPC containing the instance profile. + VpcSecurityGroups []*string `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateInstanceProfileInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateInstanceProfileInput) GoString() string { + return s.String() +} + +// SetAvailabilityZone sets the AvailabilityZone field's value. +func (s *CreateInstanceProfileInput) SetAvailabilityZone(v string) *CreateInstanceProfileInput { + s.AvailabilityZone = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *CreateInstanceProfileInput) SetDescription(v string) *CreateInstanceProfileInput { + s.Description = &v + return s +} + +// SetInstanceProfileName sets the InstanceProfileName field's value. +func (s *CreateInstanceProfileInput) SetInstanceProfileName(v string) *CreateInstanceProfileInput { + s.InstanceProfileName = &v + return s +} + +// SetKmsKeyArn sets the KmsKeyArn field's value. +func (s *CreateInstanceProfileInput) SetKmsKeyArn(v string) *CreateInstanceProfileInput { + s.KmsKeyArn = &v + return s +} + +// SetNetworkType sets the NetworkType field's value. +func (s *CreateInstanceProfileInput) SetNetworkType(v string) *CreateInstanceProfileInput { + s.NetworkType = &v + return s +} + +// SetPubliclyAccessible sets the PubliclyAccessible field's value. +func (s *CreateInstanceProfileInput) SetPubliclyAccessible(v bool) *CreateInstanceProfileInput { + s.PubliclyAccessible = &v + return s +} + +// SetSubnetGroupIdentifier sets the SubnetGroupIdentifier field's value. +func (s *CreateInstanceProfileInput) SetSubnetGroupIdentifier(v string) *CreateInstanceProfileInput { + s.SubnetGroupIdentifier = &v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateInstanceProfileInput) SetTags(v []*Tag) *CreateInstanceProfileInput { + s.Tags = v + return s +} + +// SetVpcSecurityGroups sets the VpcSecurityGroups field's value. +func (s *CreateInstanceProfileInput) SetVpcSecurityGroups(v []*string) *CreateInstanceProfileInput { + s.VpcSecurityGroups = v + return s +} + +type CreateInstanceProfileOutput struct { + _ struct{} `type:"structure"` + + // The instance profile that was created. + InstanceProfile *InstanceProfile `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateInstanceProfileOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateInstanceProfileOutput) GoString() string { + return s.String() +} + +// SetInstanceProfile sets the InstanceProfile field's value. +func (s *CreateInstanceProfileOutput) SetInstanceProfile(v *InstanceProfile) *CreateInstanceProfileOutput { + s.InstanceProfile = v + return s +} + +type CreateMigrationProjectInput struct { + _ struct{} `type:"structure"` + + // A user-friendly description of the migration project. + Description *string `type:"string"` + + // The identifier of the associated instance profile. 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. + // + // InstanceProfileIdentifier is a required field + InstanceProfileIdentifier *string `type:"string" required:"true"` + + // A user-friendly name for the migration project. + MigrationProjectName *string `type:"string"` + + // The schema conversion application attributes, including the Amazon S3 bucket + // name and Amazon S3 role ARN. + SchemaConversionApplicationAttributes *SCApplicationAttributes `type:"structure"` + + // Information about the source data provider, including the name, ARN, and + // Secrets Manager parameters. + // + // SourceDataProviderDescriptors is a required field + SourceDataProviderDescriptors []*DataProviderDescriptorDefinition `type:"list" required:"true"` + + // One or more tags to be assigned to the migration project. + Tags []*Tag `type:"list"` + + // Information about the target data provider, including the name, ARN, and + // Amazon Web Services Secrets Manager parameters. + // + // TargetDataProviderDescriptors is a required field + TargetDataProviderDescriptors []*DataProviderDescriptorDefinition `type:"list" required:"true"` + + // The settings in JSON format for migration rules. Migration rules make it + // possible for you to change the object names according to the rules that you + // specify. For example, you can change an object name to lowercase or uppercase, + // add or remove a prefix or suffix, or rename objects. + TransformationRules *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateMigrationProjectInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateMigrationProjectInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateMigrationProjectInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateMigrationProjectInput"} + if s.InstanceProfileIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("InstanceProfileIdentifier")) + } + if s.SourceDataProviderDescriptors == nil { + invalidParams.Add(request.NewErrParamRequired("SourceDataProviderDescriptors")) + } + if s.TargetDataProviderDescriptors == nil { + invalidParams.Add(request.NewErrParamRequired("TargetDataProviderDescriptors")) + } + if s.SourceDataProviderDescriptors != nil { + for i, v := range s.SourceDataProviderDescriptors { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "SourceDataProviderDescriptors", i), err.(request.ErrInvalidParams)) + } + } + } + if s.TargetDataProviderDescriptors != nil { + for i, v := range s.TargetDataProviderDescriptors { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "TargetDataProviderDescriptors", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDescription sets the Description field's value. +func (s *CreateMigrationProjectInput) SetDescription(v string) *CreateMigrationProjectInput { + s.Description = &v + return s +} + +// SetInstanceProfileIdentifier sets the InstanceProfileIdentifier field's value. +func (s *CreateMigrationProjectInput) SetInstanceProfileIdentifier(v string) *CreateMigrationProjectInput { + s.InstanceProfileIdentifier = &v + return s +} + +// SetMigrationProjectName sets the MigrationProjectName field's value. +func (s *CreateMigrationProjectInput) SetMigrationProjectName(v string) *CreateMigrationProjectInput { + s.MigrationProjectName = &v + return s +} + +// SetSchemaConversionApplicationAttributes sets the SchemaConversionApplicationAttributes field's value. +func (s *CreateMigrationProjectInput) SetSchemaConversionApplicationAttributes(v *SCApplicationAttributes) *CreateMigrationProjectInput { + s.SchemaConversionApplicationAttributes = v + return s +} + +// SetSourceDataProviderDescriptors sets the SourceDataProviderDescriptors field's value. +func (s *CreateMigrationProjectInput) SetSourceDataProviderDescriptors(v []*DataProviderDescriptorDefinition) *CreateMigrationProjectInput { + s.SourceDataProviderDescriptors = v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateMigrationProjectInput) SetTags(v []*Tag) *CreateMigrationProjectInput { + s.Tags = v + return s +} + +// SetTargetDataProviderDescriptors sets the TargetDataProviderDescriptors field's value. +func (s *CreateMigrationProjectInput) SetTargetDataProviderDescriptors(v []*DataProviderDescriptorDefinition) *CreateMigrationProjectInput { + s.TargetDataProviderDescriptors = v + return s +} + +// SetTransformationRules sets the TransformationRules field's value. +func (s *CreateMigrationProjectInput) SetTransformationRules(v string) *CreateMigrationProjectInput { + s.TransformationRules = &v + return s +} + +type CreateMigrationProjectOutput struct { + _ struct{} `type:"structure"` + + // The migration project that was created. + MigrationProject *MigrationProject `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateMigrationProjectOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateMigrationProjectOutput) GoString() string { + return s.String() +} + +// SetMigrationProject sets the MigrationProject field's value. +func (s *CreateMigrationProjectOutput) SetMigrationProject(v *MigrationProject) *CreateMigrationProjectOutput { + s.MigrationProject = v + return s +} + +type CreateReplicationConfigInput struct { + _ struct{} `type:"structure"` + + // Configuration parameters for provisioning an DMS Serverless replication. + // + // ComputeConfig is a required field + ComputeConfig *ComputeConfig `type:"structure" required:"true"` + + // A unique identifier that you want to use to create a ReplicationConfigArn + // that is returned as part of the output from this action. You can then pass + // this output ReplicationConfigArn as the value of the ReplicationConfigArn + // option for other actions to identify both DMS Serverless replications and + // replication configurations that you want those actions to operate on. For + // some actions, you can also use either this unique identifier or a corresponding + // ARN in action filters to identify the specific replication and replication + // configuration to operate on. + // + // ReplicationConfigIdentifier is a required field + ReplicationConfigIdentifier *string `type:"string" required:"true"` + + // Optional JSON settings for DMS Serverless replications that are provisioned + // using this replication configuration. For example, see Change processing + // tuning settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html). + ReplicationSettings *string `type:"string"` + + // The type of DMS Serverless replication to provision using this replication + // configuration. + // + // Possible values: + // + // * "full-load" + // + // * "cdc" + // + // * "full-load-and-cdc" + // + // ReplicationType is a required field + ReplicationType *string `type:"string" required:"true" enum:"MigrationTypeValue"` + + // Optional unique value or name that you set for a given resource that can + // be used to construct an Amazon Resource Name (ARN) for that resource. For + // more information, see Fine-grained access control using resource names and + // tags (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess). + ResourceIdentifier *string `type:"string"` + + // The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless + // replication configuration. + // + // SourceEndpointArn is a required field + SourceEndpointArn *string `type:"string" required:"true"` + + // Optional JSON settings for specifying supplemental data. For more information, + // see Specifying supplemental data for task settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html). + SupplementalSettings *string `type:"string"` + + // JSON table mappings for DMS Serverless replications that are provisioned + // using this replication configuration. For more information, see Specifying + // table selection and transformations rules using JSON (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html). + // + // TableMappings is a required field + TableMappings *string `type:"string" required:"true"` + + // One or more optional tags associated with resources used by the DMS Serverless + // replication. For more information, see Tagging resources in Database Migration + // Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html). + Tags []*Tag `type:"list"` + + // The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless + // replication configuration. + // + // TargetEndpointArn is a required field + TargetEndpointArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationConfigInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationConfigInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateReplicationConfigInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateReplicationConfigInput"} + if s.ComputeConfig == nil { + invalidParams.Add(request.NewErrParamRequired("ComputeConfig")) + } + if s.ReplicationConfigIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationConfigIdentifier")) + } + if s.ReplicationType == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationType")) + } + if s.SourceEndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("SourceEndpointArn")) + } + if s.TableMappings == nil { + invalidParams.Add(request.NewErrParamRequired("TableMappings")) + } + if s.TargetEndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("TargetEndpointArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetComputeConfig sets the ComputeConfig field's value. +func (s *CreateReplicationConfigInput) SetComputeConfig(v *ComputeConfig) *CreateReplicationConfigInput { + s.ComputeConfig = v + return s +} + +// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. +func (s *CreateReplicationConfigInput) SetReplicationConfigIdentifier(v string) *CreateReplicationConfigInput { + s.ReplicationConfigIdentifier = &v + return s +} + +// SetReplicationSettings sets the ReplicationSettings field's value. +func (s *CreateReplicationConfigInput) SetReplicationSettings(v string) *CreateReplicationConfigInput { + s.ReplicationSettings = &v + return s +} + +// SetReplicationType sets the ReplicationType field's value. +func (s *CreateReplicationConfigInput) SetReplicationType(v string) *CreateReplicationConfigInput { + s.ReplicationType = &v + return s +} + +// SetResourceIdentifier sets the ResourceIdentifier field's value. +func (s *CreateReplicationConfigInput) SetResourceIdentifier(v string) *CreateReplicationConfigInput { + s.ResourceIdentifier = &v + return s +} + +// SetSourceEndpointArn sets the SourceEndpointArn field's value. +func (s *CreateReplicationConfigInput) SetSourceEndpointArn(v string) *CreateReplicationConfigInput { + s.SourceEndpointArn = &v + return s +} + +// SetSupplementalSettings sets the SupplementalSettings field's value. +func (s *CreateReplicationConfigInput) SetSupplementalSettings(v string) *CreateReplicationConfigInput { + s.SupplementalSettings = &v + return s +} + +// SetTableMappings sets the TableMappings field's value. +func (s *CreateReplicationConfigInput) SetTableMappings(v string) *CreateReplicationConfigInput { + s.TableMappings = &v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateReplicationConfigInput) SetTags(v []*Tag) *CreateReplicationConfigInput { + s.Tags = v + return s +} + +// SetTargetEndpointArn sets the TargetEndpointArn field's value. +func (s *CreateReplicationConfigInput) SetTargetEndpointArn(v string) *CreateReplicationConfigInput { + s.TargetEndpointArn = &v + return s +} + +type CreateReplicationConfigOutput struct { + _ struct{} `type:"structure"` + + // Configuration parameters returned from the DMS Serverless replication after + // it is created. + ReplicationConfig *ReplicationConfig `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationConfigOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationConfigOutput) GoString() string { + return s.String() +} + +// SetReplicationConfig sets the ReplicationConfig field's value. +func (s *CreateReplicationConfigOutput) SetReplicationConfig(v *ReplicationConfig) *CreateReplicationConfigOutput { + s.ReplicationConfig = v + return s +} + +type CreateReplicationInstanceInput struct { + _ struct{} `type:"structure"` + + // The amount of storage (in gigabytes) to be initially allocated for the replication + // instance. + AllocatedStorage *int64 `type:"integer"` + + // A value that indicates whether minor engine upgrades are applied automatically + // to the replication instance during the maintenance window. This parameter + // defaults to true. + // + // Default: true + // + // When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine + // version when you create a replication instance. For example, if you set EngineVersion + // to a lower version number than the current default version, DMS uses the + // default version. + // + // If AutoMinorVersionUpgrade isn’t enabled when you create a replication + // instance, DMS uses the engine version specified by the EngineVersion parameter. + AutoMinorVersionUpgrade *bool `type:"boolean"` + + // The Availability Zone where the replication instance will be created. The + // default value is a random, system-chosen Availability Zone in the endpoint's + // Amazon Web Services Region, for example: us-east-1d. + AvailabilityZone *string `type:"string"` + + // A list of custom DNS name servers supported for the replication instance + // to access your on-premise source or target database. This list overrides + // the default name servers supported by the replication instance. You can specify + // a comma-separated list of internet addresses for up to four on-premise DNS + // name servers. For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4" + DnsNameServers *string `type:"string"` + + // The engine version number of the replication instance. + // + // If an engine version number is not specified when a replication instance + // is created, the default is the latest engine version available. + EngineVersion *string `type:"string"` + + // An KMS key identifier that is used to encrypt the data on the replication + // instance. + // + // If you don't specify a value for the KmsKeyId parameter, then DMS uses your + // default encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyId *string `type:"string"` + + // Specifies whether the replication instance is a Multi-AZ deployment. You + // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set + // to true. + MultiAZ *bool `type:"boolean"` + + // The type of IP address protocol used by a replication instance, such as IPv4 + // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only + // is not yet supported. + NetworkType *string `type:"string"` + + // The weekly time range during which system maintenance can occur, in Universal + // Coordinated Time (UTC). + // + // Format: ddd:hh24:mi-ddd:hh24:mi + // + // Default: A 30-minute window selected at random from an 8-hour block of time + // per Amazon Web Services Region, occurring on a random day of the week. + // + // Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun + // + // Constraints: Minimum 30-minute window. + PreferredMaintenanceWindow *string `type:"string"` + + // Specifies the accessibility options for the replication instance. A value + // of true represents an instance with a public IP address. A value of false + // represents an instance with a private IP address. The default value is true. + PubliclyAccessible *bool `type:"boolean"` + + // The compute and memory capacity of the replication instance as defined for + // the specified replication instance class. For example to specify the instance + // class dms.c4.large, set this parameter to "dms.c4.large". + // + // For more information on the settings and capacities for the available replication + // instance classes, see Choosing the right DMS replication instance (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html); + // and, Selecting the best size for a replication instance (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.SizingReplicationInstance.html). + // + // ReplicationInstanceClass is a required field + ReplicationInstanceClass *string `type:"string" required:"true"` + + // The replication instance identifier. This parameter is stored as a lowercase + // string. + // + // Constraints: + // + // * Must contain 1-63 alphanumeric characters or hyphens. + // + // * First character must be a letter. + // + // * Can't end with a hyphen or contain two consecutive hyphens. + // + // Example: myrepinstance + // + // ReplicationInstanceIdentifier is a required field + ReplicationInstanceIdentifier *string `type:"string" required:"true"` + + // A subnet group to associate with the replication instance. + ReplicationSubnetGroupIdentifier *string `type:"string"` + + // A friendly name for the resource identifier at the end of the EndpointArn + // response parameter that is returned in the created Endpoint object. The value + // for this parameter can have up to 31 characters. It can contain only ASCII + // letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain + // two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. + // For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. + // If you don't specify a ResourceIdentifier value, DMS generates a default + // identifier value for the end of EndpointArn. + ResourceIdentifier *string `type:"string"` + + // One or more tags to be assigned to the replication instance. + Tags []*Tag `type:"list"` + + // Specifies the VPC security group to be used with the replication instance. + // The VPC security group must work with the VPC containing the replication + // instance. + VpcSecurityGroupIds []*string `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationInstanceInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationInstanceInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateReplicationInstanceInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateReplicationInstanceInput"} + if s.ReplicationInstanceClass == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceClass")) + } + if s.ReplicationInstanceIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetAllocatedStorage sets the AllocatedStorage field's value. +func (s *CreateReplicationInstanceInput) SetAllocatedStorage(v int64) *CreateReplicationInstanceInput { + s.AllocatedStorage = &v + return s +} + +// SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value. +func (s *CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateReplicationInstanceInput { + s.AutoMinorVersionUpgrade = &v + return s +} + +// SetAvailabilityZone sets the AvailabilityZone field's value. +func (s *CreateReplicationInstanceInput) SetAvailabilityZone(v string) *CreateReplicationInstanceInput { + s.AvailabilityZone = &v + return s +} + +// SetDnsNameServers sets the DnsNameServers field's value. +func (s *CreateReplicationInstanceInput) SetDnsNameServers(v string) *CreateReplicationInstanceInput { + s.DnsNameServers = &v + return s +} + +// SetEngineVersion sets the EngineVersion field's value. +func (s *CreateReplicationInstanceInput) SetEngineVersion(v string) *CreateReplicationInstanceInput { + s.EngineVersion = &v + return s +} + +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *CreateReplicationInstanceInput) SetKmsKeyId(v string) *CreateReplicationInstanceInput { + s.KmsKeyId = &v + return s +} + +// SetMultiAZ sets the MultiAZ field's value. +func (s *CreateReplicationInstanceInput) SetMultiAZ(v bool) *CreateReplicationInstanceInput { + s.MultiAZ = &v + return s +} + +// SetNetworkType sets the NetworkType field's value. +func (s *CreateReplicationInstanceInput) SetNetworkType(v string) *CreateReplicationInstanceInput { + s.NetworkType = &v + return s +} + +// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. +func (s *CreateReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateReplicationInstanceInput { + s.PreferredMaintenanceWindow = &v + return s +} + +// SetPubliclyAccessible sets the PubliclyAccessible field's value. +func (s *CreateReplicationInstanceInput) SetPubliclyAccessible(v bool) *CreateReplicationInstanceInput { + s.PubliclyAccessible = &v + return s +} + +// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. +func (s *CreateReplicationInstanceInput) SetReplicationInstanceClass(v string) *CreateReplicationInstanceInput { + s.ReplicationInstanceClass = &v + return s +} + +// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. +func (s *CreateReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *CreateReplicationInstanceInput { + s.ReplicationInstanceIdentifier = &v + return s +} + +// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. +func (s *CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationInstanceInput { + s.ReplicationSubnetGroupIdentifier = &v + return s +} + +// SetResourceIdentifier sets the ResourceIdentifier field's value. +func (s *CreateReplicationInstanceInput) SetResourceIdentifier(v string) *CreateReplicationInstanceInput { + s.ResourceIdentifier = &v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateReplicationInstanceInput) SetTags(v []*Tag) *CreateReplicationInstanceInput { + s.Tags = v + return s +} + +// SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value. +func (s *CreateReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateReplicationInstanceInput { + s.VpcSecurityGroupIds = v + return s +} + +type CreateReplicationInstanceOutput struct { + _ struct{} `type:"structure"` + + // The replication instance that was created. + ReplicationInstance *ReplicationInstance `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationInstanceOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationInstanceOutput) GoString() string { + return s.String() +} + +// SetReplicationInstance sets the ReplicationInstance field's value. +func (s *CreateReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *CreateReplicationInstanceOutput { + s.ReplicationInstance = v + return s +} + +type CreateReplicationSubnetGroupInput struct { + _ struct{} `type:"structure"` + + // The description for the subnet group. + // + // ReplicationSubnetGroupDescription is a required field + ReplicationSubnetGroupDescription *string `type:"string" required:"true"` + + // The name for the replication subnet group. This value is stored as a lowercase + // string. + // + // Constraints: Must contain no more than 255 alphanumeric characters, periods, + // spaces, underscores, or hyphens. Must not be "default". + // + // Example: mySubnetgroup + // + // ReplicationSubnetGroupIdentifier is a required field + ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` + + // One or more subnet IDs to be assigned to the subnet group. + // + // SubnetIds is a required field + SubnetIds []*string `type:"list" required:"true"` + + // One or more tags to be assigned to the subnet group. + Tags []*Tag `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationSubnetGroupInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationSubnetGroupInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateReplicationSubnetGroupInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateReplicationSubnetGroupInput"} + if s.ReplicationSubnetGroupDescription == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupDescription")) + } + if s.ReplicationSubnetGroupIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupIdentifier")) + } + if s.SubnetIds == nil { + invalidParams.Add(request.NewErrParamRequired("SubnetIds")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value. +func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *CreateReplicationSubnetGroupInput { + s.ReplicationSubnetGroupDescription = &v + return s +} + +// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. +func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationSubnetGroupInput { + s.ReplicationSubnetGroupIdentifier = &v + return s +} + +// SetSubnetIds sets the SubnetIds field's value. +func (s *CreateReplicationSubnetGroupInput) SetSubnetIds(v []*string) *CreateReplicationSubnetGroupInput { + s.SubnetIds = v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateReplicationSubnetGroupInput) SetTags(v []*Tag) *CreateReplicationSubnetGroupInput { + s.Tags = v + return s +} + +type CreateReplicationSubnetGroupOutput struct { + _ struct{} `type:"structure"` + + // The replication subnet group that was created. + ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationSubnetGroupOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationSubnetGroupOutput) GoString() string { + return s.String() +} + +// SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value. +func (s *CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *CreateReplicationSubnetGroupOutput { + s.ReplicationSubnetGroup = v + return s +} + +type CreateReplicationTaskInput struct { + _ struct{} `type:"structure"` + + // Indicates when you want a change data capture (CDC) operation to start. Use + // either CdcStartPosition or CdcStartTime to specify when you want a CDC operation + // to start. Specifying both values results in an error. + // + // The value can be in date, checkpoint, or LSN/SCN format. + // + // Date Example: --cdc-start-position “2018-03-08T12:12:12” + // + // Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" + // + // LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” + // + // When you use this task setting with a source PostgreSQL database, a logical + // replication slot should already be created and associated with the source + // endpoint. You can verify this by setting the slotName extra connection attribute + // to the name of this logical replication slot. For more information, see Extra + // Connection Attributes When Using PostgreSQL as a Source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib). + CdcStartPosition *string `type:"string"` + + // Indicates the start time for a change data capture (CDC) operation. Use either + // CdcStartTime or CdcStartPosition to specify when you want a CDC operation + // to start. Specifying both values results in an error. + // + // Timestamp Example: --cdc-start-time “2018-03-08T12:12:12” + CdcStartTime *time.Time `type:"timestamp"` + + // Indicates when you want a change data capture (CDC) operation to stop. The + // value can be either server time or commit time. + // + // Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” + // + // Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“ + CdcStopPosition *string `type:"string"` + + // The migration type. Valid values: full-load | cdc | full-load-and-cdc + // + // MigrationType is a required field + MigrationType *string `type:"string" required:"true" enum:"MigrationTypeValue"` + + // The Amazon Resource Name (ARN) of a replication instance. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` + + // An identifier for the replication task. + // + // Constraints: + // + // * Must contain 1-255 alphanumeric characters or hyphens. + // + // * First character must be a letter. + // + // * Cannot end with a hyphen or contain two consecutive hyphens. + // + // ReplicationTaskIdentifier is a required field + ReplicationTaskIdentifier *string `type:"string" required:"true"` + + // Overall settings for the task, in JSON format. For more information, see + // Specifying Task Settings for Database Migration Service Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html) + // in the Database Migration Service User Guide. + ReplicationTaskSettings *string `type:"string"` + + // A friendly name for the resource identifier at the end of the EndpointArn + // response parameter that is returned in the created Endpoint object. The value + // for this parameter can have up to 31 characters. It can contain only ASCII + // letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain + // two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. + // For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. + // If you don't specify a ResourceIdentifier value, DMS generates a default + // identifier value for the end of EndpointArn. + ResourceIdentifier *string `type:"string"` + + // An Amazon Resource Name (ARN) that uniquely identifies the source endpoint. + // + // SourceEndpointArn is a required field + SourceEndpointArn *string `type:"string" required:"true"` + + // The table mappings for the task, in JSON format. For more information, see + // Using Table Mapping to Specify Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html) + // in the Database Migration Service User Guide. + // + // TableMappings is a required field + TableMappings *string `type:"string" required:"true"` + + // One or more tags to be assigned to the replication task. + Tags []*Tag `type:"list"` + + // An Amazon Resource Name (ARN) that uniquely identifies the target endpoint. + // + // TargetEndpointArn is a required field + TargetEndpointArn *string `type:"string" required:"true"` + + // Supplemental information that the task requires to migrate the data for certain + // source and target endpoints. For more information, see Specifying Supplemental + // Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) + // in the Database Migration Service User Guide. + TaskData *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationTaskInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationTaskInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *CreateReplicationTaskInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "CreateReplicationTaskInput"} + if s.MigrationType == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationType")) + } + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } + if s.ReplicationTaskIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskIdentifier")) + } + if s.SourceEndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("SourceEndpointArn")) + } + if s.TableMappings == nil { + invalidParams.Add(request.NewErrParamRequired("TableMappings")) + } + if s.TargetEndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("TargetEndpointArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetCdcStartPosition sets the CdcStartPosition field's value. +func (s *CreateReplicationTaskInput) SetCdcStartPosition(v string) *CreateReplicationTaskInput { + s.CdcStartPosition = &v + return s +} + +// SetCdcStartTime sets the CdcStartTime field's value. +func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput { + s.CdcStartTime = &v + return s +} + +// SetCdcStopPosition sets the CdcStopPosition field's value. +func (s *CreateReplicationTaskInput) SetCdcStopPosition(v string) *CreateReplicationTaskInput { + s.CdcStopPosition = &v + return s +} + +// SetMigrationType sets the MigrationType field's value. +func (s *CreateReplicationTaskInput) SetMigrationType(v string) *CreateReplicationTaskInput { + s.MigrationType = &v + return s +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput { + s.ReplicationInstanceArn = &v + return s +} + +// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. +func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput { + s.ReplicationTaskIdentifier = &v + return s +} + +// SetReplicationTaskSettings sets the ReplicationTaskSettings field's value. +func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput { + s.ReplicationTaskSettings = &v + return s +} + +// SetResourceIdentifier sets the ResourceIdentifier field's value. +func (s *CreateReplicationTaskInput) SetResourceIdentifier(v string) *CreateReplicationTaskInput { + s.ResourceIdentifier = &v + return s +} + +// SetSourceEndpointArn sets the SourceEndpointArn field's value. +func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput { + s.SourceEndpointArn = &v + return s +} + +// SetTableMappings sets the TableMappings field's value. +func (s *CreateReplicationTaskInput) SetTableMappings(v string) *CreateReplicationTaskInput { + s.TableMappings = &v + return s +} + +// SetTags sets the Tags field's value. +func (s *CreateReplicationTaskInput) SetTags(v []*Tag) *CreateReplicationTaskInput { + s.Tags = v + return s +} + +// SetTargetEndpointArn sets the TargetEndpointArn field's value. +func (s *CreateReplicationTaskInput) SetTargetEndpointArn(v string) *CreateReplicationTaskInput { + s.TargetEndpointArn = &v + return s +} + +// SetTaskData sets the TaskData field's value. +func (s *CreateReplicationTaskInput) SetTaskData(v string) *CreateReplicationTaskInput { + s.TaskData = &v + return s +} + +type CreateReplicationTaskOutput struct { + _ struct{} `type:"structure"` + + // The replication task that was created. + ReplicationTask *ReplicationTask `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationTaskOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s CreateReplicationTaskOutput) GoString() string { + return s.String() +} + +// SetReplicationTask sets the ReplicationTask field's value. +func (s *CreateReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *CreateReplicationTaskOutput { + s.ReplicationTask = v + return s +} + +// Provides information that defines a data provider. +type DataProvider struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the data provider. + DataProviderArn *string `type:"string"` + + // The time the data provider was created. + DataProviderCreationTime *time.Time `type:"timestamp" timestampFormat:"iso8601"` + + // The name of the data provider. + DataProviderName *string `type:"string"` + + // 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. + Description *string `type:"string"` + + // The type of database engine for the data provider. Valid values include "aurora", + // "aurora_postgresql", "mysql", "oracle", "postgres", and "sqlserver". A value + // of "aurora" represents Amazon Aurora MySQL-Compatible Edition. + Engine *string `type:"string"` + + // The settings in JSON format for a data provider. + Settings *DataProviderSettings `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProvider) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProvider) GoString() string { + return s.String() +} + +// SetDataProviderArn sets the DataProviderArn field's value. +func (s *DataProvider) SetDataProviderArn(v string) *DataProvider { + s.DataProviderArn = &v + return s +} + +// SetDataProviderCreationTime sets the DataProviderCreationTime field's value. +func (s *DataProvider) SetDataProviderCreationTime(v time.Time) *DataProvider { + s.DataProviderCreationTime = &v + return s +} + +// SetDataProviderName sets the DataProviderName field's value. +func (s *DataProvider) SetDataProviderName(v string) *DataProvider { + s.DataProviderName = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *DataProvider) SetDescription(v string) *DataProvider { + s.Description = &v + return s +} + +// SetEngine sets the Engine field's value. +func (s *DataProvider) SetEngine(v string) *DataProvider { + s.Engine = &v + return s +} + +// SetSettings sets the Settings field's value. +func (s *DataProvider) SetSettings(v *DataProviderSettings) *DataProvider { + s.Settings = v + return s +} + +// Information about a data provider. +type DataProviderDescriptor struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) of the data provider. + DataProviderArn *string `type:"string"` + + // The user-friendly name of the data provider. + DataProviderName *string `type:"string"` + + // The ARN of the role used to access Amazon Web Services Secrets Manager. + SecretsManagerAccessRoleArn *string `type:"string"` + + // The identifier of the Amazon Web Services Secrets Manager Secret used to + // store access credentials for the data provider. + SecretsManagerSecretId *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProviderDescriptor) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProviderDescriptor) GoString() string { + return s.String() +} + +// SetDataProviderArn sets the DataProviderArn field's value. +func (s *DataProviderDescriptor) SetDataProviderArn(v string) *DataProviderDescriptor { + s.DataProviderArn = &v + return s +} + +// SetDataProviderName sets the DataProviderName field's value. +func (s *DataProviderDescriptor) SetDataProviderName(v string) *DataProviderDescriptor { + s.DataProviderName = &v + return s +} + +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *DataProviderDescriptor) SetSecretsManagerAccessRoleArn(v string) *DataProviderDescriptor { + s.SecretsManagerAccessRoleArn = &v + return s +} + +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *DataProviderDescriptor) SetSecretsManagerSecretId(v string) *DataProviderDescriptor { + s.SecretsManagerSecretId = &v + return s +} + +// Information about a data provider. +type DataProviderDescriptorDefinition struct { + _ struct{} `type:"structure"` + + // The name or Amazon Resource Name (ARN) of the data provider. + // + // DataProviderIdentifier is a required field + DataProviderIdentifier *string `type:"string" required:"true"` + + // The ARN of the role used to access Amazon Web Services Secrets Manager. + SecretsManagerAccessRoleArn *string `type:"string"` + + // The identifier of the Amazon Web Services Secrets Manager Secret used to + // store access credentials for the data provider. + SecretsManagerSecretId *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProviderDescriptorDefinition) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProviderDescriptorDefinition) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DataProviderDescriptorDefinition) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DataProviderDescriptorDefinition"} + if s.DataProviderIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("DataProviderIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDataProviderIdentifier sets the DataProviderIdentifier field's value. +func (s *DataProviderDescriptorDefinition) SetDataProviderIdentifier(v string) *DataProviderDescriptorDefinition { + s.DataProviderIdentifier = &v + return s +} + +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *DataProviderDescriptorDefinition) SetSecretsManagerAccessRoleArn(v string) *DataProviderDescriptorDefinition { + s.SecretsManagerAccessRoleArn = &v + return s +} + +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *DataProviderDescriptorDefinition) SetSecretsManagerSecretId(v string) *DataProviderDescriptorDefinition { + s.SecretsManagerSecretId = &v + return s +} + +// Provides information that defines a data provider. +type DataProviderSettings struct { + _ struct{} `type:"structure"` + + // Provides information that defines a Microsoft SQL Server data provider. + MicrosoftSqlServerSettings *MicrosoftSqlServerDataProviderSettings `type:"structure"` + + // Provides information that defines a MySQL data provider. + MySqlSettings *MySqlDataProviderSettings `type:"structure"` + + // Provides information that defines an Oracle data provider. + OracleSettings *OracleDataProviderSettings `type:"structure"` + + // Provides information that defines a PostgreSQL data provider. + PostgreSqlSettings *PostgreSqlDataProviderSettings `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProviderSettings) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DataProviderSettings) GoString() string { + return s.String() +} + +// SetMicrosoftSqlServerSettings sets the MicrosoftSqlServerSettings field's value. +func (s *DataProviderSettings) SetMicrosoftSqlServerSettings(v *MicrosoftSqlServerDataProviderSettings) *DataProviderSettings { + s.MicrosoftSqlServerSettings = v + return s +} + +// SetMySqlSettings sets the MySqlSettings field's value. +func (s *DataProviderSettings) SetMySqlSettings(v *MySqlDataProviderSettings) *DataProviderSettings { + s.MySqlSettings = v + return s +} + +// SetOracleSettings sets the OracleSettings field's value. +func (s *DataProviderSettings) SetOracleSettings(v *OracleDataProviderSettings) *DataProviderSettings { + s.OracleSettings = v + return s +} + +// SetPostgreSqlSettings sets the PostgreSqlSettings field's value. +func (s *DataProviderSettings) SetPostgreSqlSettings(v *PostgreSqlDataProviderSettings) *DataProviderSettings { + s.PostgreSqlSettings = v + return s +} + +// Describes an inventory database instance for a Fleet Advisor collector. +type DatabaseInstanceSoftwareDetailsResponse struct { + _ struct{} `type:"structure"` + + // The database engine of a database in a Fleet Advisor collector inventory, + // for example Microsoft SQL Server. + Engine *string `type:"string"` + + // The database engine edition of a database in a Fleet Advisor collector inventory, + // for example Express. + EngineEdition *string `type:"string"` + + // The database engine version of a database in a Fleet Advisor collector inventory, + // for example 2019. + EngineVersion *string `type:"string"` + + // The operating system architecture of the database. + OsArchitecture *int64 `type:"integer"` + + // The service pack level of the database. + ServicePack *string `type:"string"` + + // The support level of the database, for example Mainstream support. + SupportLevel *string `type:"string"` + + // Information about the database engine software, for example Mainstream support + // ends on November 14th, 2024. + Tooltip *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DatabaseInstanceSoftwareDetailsResponse) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DatabaseInstanceSoftwareDetailsResponse) GoString() string { + return s.String() +} + +// SetEngine sets the Engine field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetEngine(v string) *DatabaseInstanceSoftwareDetailsResponse { + s.Engine = &v + return s +} + +// SetEngineEdition sets the EngineEdition field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetEngineEdition(v string) *DatabaseInstanceSoftwareDetailsResponse { + s.EngineEdition = &v + return s +} + +// SetEngineVersion sets the EngineVersion field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetEngineVersion(v string) *DatabaseInstanceSoftwareDetailsResponse { + s.EngineVersion = &v + return s +} + +// SetOsArchitecture sets the OsArchitecture field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetOsArchitecture(v int64) *DatabaseInstanceSoftwareDetailsResponse { + s.OsArchitecture = &v + return s +} + +// SetServicePack sets the ServicePack field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetServicePack(v string) *DatabaseInstanceSoftwareDetailsResponse { + s.ServicePack = &v + return s +} + +// SetSupportLevel sets the SupportLevel field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetSupportLevel(v string) *DatabaseInstanceSoftwareDetailsResponse { + s.SupportLevel = &v + return s +} + +// SetTooltip sets the Tooltip field's value. +func (s *DatabaseInstanceSoftwareDetailsResponse) SetTooltip(v string) *DatabaseInstanceSoftwareDetailsResponse { + s.Tooltip = &v + return s +} + +// Describes a database in a Fleet Advisor collector inventory. +type DatabaseResponse struct { + _ struct{} `type:"structure"` + + // A list of collectors associated with the database. + Collectors []*CollectorShortInfoResponse `type:"list"` + + // The ID of a database in a Fleet Advisor collector inventory. + DatabaseId *string `type:"string"` + + // The name of a database in a Fleet Advisor collector inventory. + DatabaseName *string `type:"string"` + + // The IP address of a database in a Fleet Advisor collector inventory. + IpAddress *string `type:"string"` + + // The number of schemas in a Fleet Advisor collector inventory database. + NumberOfSchemas *int64 `type:"long"` + + // The server name of a database in a Fleet Advisor collector inventory. + Server *ServerShortInfoResponse `type:"structure"` + + // The software details of a database in a Fleet Advisor collector inventory, + // such as database engine and version. + SoftwareDetails *DatabaseInstanceSoftwareDetailsResponse `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DatabaseResponse) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DatabaseResponse) GoString() string { + return s.String() +} + +// SetCollectors sets the Collectors field's value. +func (s *DatabaseResponse) SetCollectors(v []*CollectorShortInfoResponse) *DatabaseResponse { + s.Collectors = v + return s +} + +// SetDatabaseId sets the DatabaseId field's value. +func (s *DatabaseResponse) SetDatabaseId(v string) *DatabaseResponse { + s.DatabaseId = &v + return s +} + +// SetDatabaseName sets the DatabaseName field's value. +func (s *DatabaseResponse) SetDatabaseName(v string) *DatabaseResponse { + s.DatabaseName = &v + return s +} + +// SetIpAddress sets the IpAddress field's value. +func (s *DatabaseResponse) SetIpAddress(v string) *DatabaseResponse { + s.IpAddress = &v + return s +} + +// SetNumberOfSchemas sets the NumberOfSchemas field's value. +func (s *DatabaseResponse) SetNumberOfSchemas(v int64) *DatabaseResponse { + s.NumberOfSchemas = &v + return s +} + +// SetServer sets the Server field's value. +func (s *DatabaseResponse) SetServer(v *ServerShortInfoResponse) *DatabaseResponse { + s.Server = v + return s +} + +// SetSoftwareDetails sets the SoftwareDetails field's value. +func (s *DatabaseResponse) SetSoftwareDetails(v *DatabaseInstanceSoftwareDetailsResponse) *DatabaseResponse { + s.SoftwareDetails = v + return s +} + +// Describes a database in a Fleet Advisor collector inventory. +type DatabaseShortInfoResponse struct { + _ struct{} `type:"structure"` + + // The database engine of a database in a Fleet Advisor collector inventory, + // for example PostgreSQL. + DatabaseEngine *string `type:"string"` + + // The ID of a database in a Fleet Advisor collector inventory. + DatabaseId *string `type:"string"` + + // The IP address of a database in a Fleet Advisor collector inventory. + DatabaseIpAddress *string `type:"string"` + + // The name of a database in a Fleet Advisor collector inventory. + DatabaseName *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DatabaseShortInfoResponse) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DatabaseShortInfoResponse) GoString() string { + return s.String() +} + +// SetDatabaseEngine sets the DatabaseEngine field's value. +func (s *DatabaseShortInfoResponse) SetDatabaseEngine(v string) *DatabaseShortInfoResponse { + s.DatabaseEngine = &v + return s +} + +// SetDatabaseId sets the DatabaseId field's value. +func (s *DatabaseShortInfoResponse) SetDatabaseId(v string) *DatabaseShortInfoResponse { + s.DatabaseId = &v + return s +} + +// SetDatabaseIpAddress sets the DatabaseIpAddress field's value. +func (s *DatabaseShortInfoResponse) SetDatabaseIpAddress(v string) *DatabaseShortInfoResponse { + s.DatabaseIpAddress = &v + return s +} + +// SetDatabaseName sets the DatabaseName field's value. +func (s *DatabaseShortInfoResponse) SetDatabaseName(v string) *DatabaseShortInfoResponse { + s.DatabaseName = &v + return s +} + +// Provides error information about a schema conversion operation. +type DefaultErrorDetails struct { + _ struct{} `type:"structure"` + + // The error message. + Message *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DefaultErrorDetails) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DefaultErrorDetails) GoString() string { + return s.String() +} + +// SetMessage sets the Message field's value. +func (s *DefaultErrorDetails) SetMessage(v string) *DefaultErrorDetails { + s.Message = &v + return s +} + +type DeleteCertificateInput struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) of the certificate. + // + // CertificateArn is a required field + CertificateArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteCertificateInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteCertificateInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteCertificateInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteCertificateInput"} + if s.CertificateArn == nil { + invalidParams.Add(request.NewErrParamRequired("CertificateArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetCertificateArn sets the CertificateArn field's value. +func (s *DeleteCertificateInput) SetCertificateArn(v string) *DeleteCertificateInput { + s.CertificateArn = &v + return s +} + +type DeleteCertificateOutput struct { + _ struct{} `type:"structure"` + + // The Secure Sockets Layer (SSL) certificate. + Certificate *Certificate `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteCertificateOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteCertificateOutput) GoString() string { + return s.String() +} + +// SetCertificate sets the Certificate field's value. +func (s *DeleteCertificateOutput) SetCertificate(v *Certificate) *DeleteCertificateOutput { + s.Certificate = v + return s +} + +type DeleteConnectionInput struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // + // EndpointArn is a required field + EndpointArn *string `type:"string" required:"true"` + + // The Amazon Resource Name (ARN) of the replication instance. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteConnectionInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteConnectionInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteConnectionInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteConnectionInput"} + if s.EndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointArn")) + } + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetEndpointArn sets the EndpointArn field's value. +func (s *DeleteConnectionInput) SetEndpointArn(v string) *DeleteConnectionInput { + s.EndpointArn = &v + return s +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *DeleteConnectionInput) SetReplicationInstanceArn(v string) *DeleteConnectionInput { + s.ReplicationInstanceArn = &v + return s +} + +type DeleteConnectionOutput struct { + _ struct{} `type:"structure"` + + // The connection that is being deleted. + Connection *Connection `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteConnectionOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteConnectionOutput) GoString() string { + return s.String() +} + +// SetConnection sets the Connection field's value. +func (s *DeleteConnectionOutput) SetConnection(v *Connection) *DeleteConnectionOutput { + s.Connection = v + return s +} + +type DeleteDataProviderInput struct { + _ struct{} `type:"structure"` + + // The identifier of the data provider to delete. + // + // DataProviderIdentifier is a required field + DataProviderIdentifier *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteDataProviderInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteDataProviderInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteDataProviderInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteDataProviderInput"} + if s.DataProviderIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("DataProviderIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDataProviderIdentifier sets the DataProviderIdentifier field's value. +func (s *DeleteDataProviderInput) SetDataProviderIdentifier(v string) *DeleteDataProviderInput { + s.DataProviderIdentifier = &v + return s +} + +type DeleteDataProviderOutput struct { + _ struct{} `type:"structure"` + + // The data provider that was deleted. + DataProvider *DataProvider `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteDataProviderOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteDataProviderOutput) GoString() string { + return s.String() +} + +// SetDataProvider sets the DataProvider field's value. +func (s *DeleteDataProviderOutput) SetDataProvider(v *DataProvider) *DeleteDataProviderOutput { + s.DataProvider = v + return s +} + +type DeleteEndpointInput struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // + // EndpointArn is a required field + EndpointArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEndpointInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEndpointInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteEndpointInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteEndpointInput"} + if s.EndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetEndpointArn sets the EndpointArn field's value. +func (s *DeleteEndpointInput) SetEndpointArn(v string) *DeleteEndpointInput { + s.EndpointArn = &v + return s +} + +type DeleteEndpointOutput struct { + _ struct{} `type:"structure"` + + // The endpoint that was deleted. + Endpoint *Endpoint `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEndpointOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEndpointOutput) GoString() string { + return s.String() +} + +// SetEndpoint sets the Endpoint field's value. +func (s *DeleteEndpointOutput) SetEndpoint(v *Endpoint) *DeleteEndpointOutput { + s.Endpoint = v + return s +} + +type DeleteEventSubscriptionInput struct { + _ struct{} `type:"structure"` + + // The name of the DMS event notification subscription to be deleted. + // + // SubscriptionName is a required field + SubscriptionName *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEventSubscriptionInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEventSubscriptionInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteEventSubscriptionInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteEventSubscriptionInput"} + if s.SubscriptionName == nil { + invalidParams.Add(request.NewErrParamRequired("SubscriptionName")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetSubscriptionName sets the SubscriptionName field's value. +func (s *DeleteEventSubscriptionInput) SetSubscriptionName(v string) *DeleteEventSubscriptionInput { + s.SubscriptionName = &v + return s +} + +type DeleteEventSubscriptionOutput struct { + _ struct{} `type:"structure"` + + // The event subscription that was deleted. + EventSubscription *EventSubscription `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEventSubscriptionOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteEventSubscriptionOutput) GoString() string { + return s.String() +} + +// SetEventSubscription sets the EventSubscription field's value. +func (s *DeleteEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *DeleteEventSubscriptionOutput { + s.EventSubscription = v + return s +} + +type DeleteFleetAdvisorCollectorInput struct { + _ struct{} `type:"structure"` + + // The reference ID of the Fleet Advisor collector to delete. + // + // CollectorReferencedId is a required field + CollectorReferencedId *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorCollectorInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorCollectorInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteFleetAdvisorCollectorInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteFleetAdvisorCollectorInput"} + if s.CollectorReferencedId == nil { + invalidParams.Add(request.NewErrParamRequired("CollectorReferencedId")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetCollectorReferencedId sets the CollectorReferencedId field's value. +func (s *DeleteFleetAdvisorCollectorInput) SetCollectorReferencedId(v string) *DeleteFleetAdvisorCollectorInput { + s.CollectorReferencedId = &v + return s +} + +type DeleteFleetAdvisorCollectorOutput struct { + _ struct{} `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorCollectorOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorCollectorOutput) GoString() string { + return s.String() +} + +type DeleteFleetAdvisorDatabasesInput struct { + _ struct{} `type:"structure"` + + // The IDs of the Fleet Advisor collector databases to delete. + // + // DatabaseIds is a required field + DatabaseIds []*string `type:"list" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorDatabasesInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorDatabasesInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteFleetAdvisorDatabasesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteFleetAdvisorDatabasesInput"} + if s.DatabaseIds == nil { + invalidParams.Add(request.NewErrParamRequired("DatabaseIds")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDatabaseIds sets the DatabaseIds field's value. +func (s *DeleteFleetAdvisorDatabasesInput) SetDatabaseIds(v []*string) *DeleteFleetAdvisorDatabasesInput { + s.DatabaseIds = v + return s +} + +type DeleteFleetAdvisorDatabasesOutput struct { + _ struct{} `type:"structure"` + + // The IDs of the databases that the operation deleted. + DatabaseIds []*string `type:"list"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorDatabasesOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteFleetAdvisorDatabasesOutput) GoString() string { + return s.String() +} + +// SetDatabaseIds sets the DatabaseIds field's value. +func (s *DeleteFleetAdvisorDatabasesOutput) SetDatabaseIds(v []*string) *DeleteFleetAdvisorDatabasesOutput { + s.DatabaseIds = v + return s +} + +type DeleteInstanceProfileInput struct { + _ struct{} `type:"structure"` + + // The identifier of the instance profile to delete. + // + // InstanceProfileIdentifier is a required field + InstanceProfileIdentifier *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteInstanceProfileInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteInstanceProfileInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteInstanceProfileInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteInstanceProfileInput"} + if s.InstanceProfileIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("InstanceProfileIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetInstanceProfileIdentifier sets the InstanceProfileIdentifier field's value. +func (s *DeleteInstanceProfileInput) SetInstanceProfileIdentifier(v string) *DeleteInstanceProfileInput { + s.InstanceProfileIdentifier = &v + return s +} + +type DeleteInstanceProfileOutput struct { + _ struct{} `type:"structure"` + + // The instance profile that was deleted. + InstanceProfile *InstanceProfile `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteInstanceProfileOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteInstanceProfileOutput) GoString() string { + return s.String() +} + +// SetInstanceProfile sets the InstanceProfile field's value. +func (s *DeleteInstanceProfileOutput) SetInstanceProfile(v *InstanceProfile) *DeleteInstanceProfileOutput { + s.InstanceProfile = v + return s +} + +type DeleteMigrationProjectInput struct { + _ struct{} `type:"structure"` + + // The name or Amazon Resource Name (ARN) of the migration project to delete. + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteMigrationProjectInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteMigrationProjectInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteMigrationProjectInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteMigrationProjectInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DeleteMigrationProjectInput) SetMigrationProjectIdentifier(v string) *DeleteMigrationProjectInput { + s.MigrationProjectIdentifier = &v + return s +} + +type DeleteMigrationProjectOutput struct { + _ struct{} `type:"structure"` + + // The migration project that was deleted. + MigrationProject *MigrationProject `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteMigrationProjectOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteMigrationProjectOutput) GoString() string { + return s.String() +} + +// SetMigrationProject sets the MigrationProject field's value. +func (s *DeleteMigrationProjectOutput) SetMigrationProject(v *MigrationProject) *DeleteMigrationProjectOutput { + s.MigrationProject = v + return s +} + +type DeleteReplicationConfigInput struct { + _ struct{} `type:"structure"` + + // The replication config to delete. + // + // ReplicationConfigArn is a required field + ReplicationConfigArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationConfigInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationConfigInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteReplicationConfigInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationConfigInput"} + if s.ReplicationConfigArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *DeleteReplicationConfigInput) SetReplicationConfigArn(v string) *DeleteReplicationConfigInput { + s.ReplicationConfigArn = &v + return s +} + +type DeleteReplicationConfigOutput struct { + _ struct{} `type:"structure"` + + // Configuration parameters returned for the DMS Serverless replication after + // it is deleted. + ReplicationConfig *ReplicationConfig `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationConfigOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationConfigOutput) GoString() string { + return s.String() +} + +// SetReplicationConfig sets the ReplicationConfig field's value. +func (s *DeleteReplicationConfigOutput) SetReplicationConfig(v *ReplicationConfig) *DeleteReplicationConfigOutput { + s.ReplicationConfig = v + return s +} + +type DeleteReplicationInstanceInput struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) of the replication instance to be deleted. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationInstanceInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationInstanceInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteReplicationInstanceInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationInstanceInput"} + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *DeleteReplicationInstanceInput) SetReplicationInstanceArn(v string) *DeleteReplicationInstanceInput { + s.ReplicationInstanceArn = &v + return s +} + +type DeleteReplicationInstanceOutput struct { + _ struct{} `type:"structure"` + + // The replication instance that was deleted. + ReplicationInstance *ReplicationInstance `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationInstanceOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationInstanceOutput) GoString() string { + return s.String() +} + +// SetReplicationInstance sets the ReplicationInstance field's value. +func (s *DeleteReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *DeleteReplicationInstanceOutput { + s.ReplicationInstance = v + return s +} + +type DeleteReplicationSubnetGroupInput struct { + _ struct{} `type:"structure"` + + // The subnet group name of the replication instance. + // + // ReplicationSubnetGroupIdentifier is a required field + ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationSubnetGroupInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationSubnetGroupInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteReplicationSubnetGroupInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationSubnetGroupInput"} + if s.ReplicationSubnetGroupIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. +func (s *DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *DeleteReplicationSubnetGroupInput { + s.ReplicationSubnetGroupIdentifier = &v + return s +} + +type DeleteReplicationSubnetGroupOutput struct { + _ struct{} `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationSubnetGroupOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationSubnetGroupOutput) GoString() string { + return s.String() +} + +type DeleteReplicationTaskAssessmentRunInput struct { + _ struct{} `type:"structure"` + + // Amazon Resource Name (ARN) of the premigration assessment run to be deleted. + // + // ReplicationTaskAssessmentRunArn is a required field + ReplicationTaskAssessmentRunArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationTaskAssessmentRunInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationTaskAssessmentRunInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteReplicationTaskAssessmentRunInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationTaskAssessmentRunInput"} + if s.ReplicationTaskAssessmentRunArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskAssessmentRunArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. +func (s *DeleteReplicationTaskAssessmentRunInput) SetReplicationTaskAssessmentRunArn(v string) *DeleteReplicationTaskAssessmentRunInput { + s.ReplicationTaskAssessmentRunArn = &v + return s +} + +type DeleteReplicationTaskAssessmentRunOutput struct { + _ struct{} `type:"structure"` - // The reference ID of the Fleet Advisor collector. - CollectorReferencedId *string `type:"string"` + // The ReplicationTaskAssessmentRun object for the deleted assessment run. + ReplicationTaskAssessmentRun *ReplicationTaskAssessmentRun `type:"structure"` +} - // The version of your Fleet Advisor collector, in semantic versioning format, - // for example 1.0.2 - CollectorVersion *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationTaskAssessmentRunOutput) String() string { + return awsutil.Prettify(s) +} - // The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z - CreatedDate *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationTaskAssessmentRunOutput) GoString() string { + return s.String() +} - // A summary description of the Fleet Advisor collector. - Description *string `type:"string"` +// SetReplicationTaskAssessmentRun sets the ReplicationTaskAssessmentRun field's value. +func (s *DeleteReplicationTaskAssessmentRunOutput) SetReplicationTaskAssessmentRun(v *ReplicationTaskAssessmentRun) *DeleteReplicationTaskAssessmentRunOutput { + s.ReplicationTaskAssessmentRun = v + return s +} - // Describes a Fleet Advisor collector inventory. - InventoryData *InventoryData `type:"structure"` +type DeleteReplicationTaskInput struct { + _ struct{} `type:"structure"` - // The timestamp of the last time the collector received data, in the following - // format: 2022-01-24T19:04:02.596113Z - LastDataReceived *string `type:"string"` + // The Amazon Resource Name (ARN) of the replication task to be deleted. + // + // ReplicationTaskArn is a required field + ReplicationTaskArn *string `type:"string" required:"true"` +} - // The timestamp when DMS last modified the collector, in the following format: - // 2022-01-24T19:04:02.596113Z - ModifiedDate *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationTaskInput) String() string { + return awsutil.Prettify(s) +} - // The timestamp when DMS registered the collector, in the following format: - // 2022-01-24T19:04:02.596113Z - RegisteredDate *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeleteReplicationTaskInput) GoString() string { + return s.String() +} - // The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory - // metadata. - S3BucketName *string `type:"string"` +// Validate inspects the fields of the type to determine if they are valid. +func (s *DeleteReplicationTaskInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationTaskInput"} + if s.ReplicationTaskArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) + } - // The IAM role that grants permissions to access the specified Amazon S3 bucket. - ServiceAccessRoleArn *string `type:"string"` + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} - // Whether the collector version is up to date. - VersionStatus *string `type:"string" enum:"VersionStatus"` +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *DeleteReplicationTaskInput) SetReplicationTaskArn(v string) *DeleteReplicationTaskInput { + s.ReplicationTaskArn = &v + return s +} + +type DeleteReplicationTaskOutput struct { + _ struct{} `type:"structure"` + + // The deleted replication task. + ReplicationTask *ReplicationTask `type:"structure"` } // String returns the string representation. @@ -9490,7 +16513,7 @@ type CollectorResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CollectorResponse) String() string { +func (s DeleteReplicationTaskOutput) String() string { return awsutil.Prettify(s) } @@ -9499,97 +16522,197 @@ func (s CollectorResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CollectorResponse) GoString() string { +func (s DeleteReplicationTaskOutput) GoString() string { return s.String() } -// SetCollectorHealthCheck sets the CollectorHealthCheck field's value. -func (s *CollectorResponse) SetCollectorHealthCheck(v *CollectorHealthCheck) *CollectorResponse { - s.CollectorHealthCheck = v +// SetReplicationTask sets the ReplicationTask field's value. +func (s *DeleteReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *DeleteReplicationTaskOutput { + s.ReplicationTask = v return s } -// SetCollectorName sets the CollectorName field's value. -func (s *CollectorResponse) SetCollectorName(v string) *CollectorResponse { - s.CollectorName = &v - return s +type DescribeAccountAttributesInput struct { + _ struct{} `type:"structure"` } -// SetCollectorReferencedId sets the CollectorReferencedId field's value. -func (s *CollectorResponse) SetCollectorReferencedId(v string) *CollectorResponse { - s.CollectorReferencedId = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeAccountAttributesInput) String() string { + return awsutil.Prettify(s) } -// SetCollectorVersion sets the CollectorVersion field's value. -func (s *CollectorResponse) SetCollectorVersion(v string) *CollectorResponse { - s.CollectorVersion = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeAccountAttributesInput) GoString() string { + return s.String() } -// SetCreatedDate sets the CreatedDate field's value. -func (s *CollectorResponse) SetCreatedDate(v string) *CollectorResponse { - s.CreatedDate = &v +type DescribeAccountAttributesOutput struct { + _ struct{} `type:"structure"` + + // Account quota information. + AccountQuotas []*AccountQuota `type:"list"` + + // A unique DMS identifier for an account in a particular Amazon Web Services + // Region. The value of this identifier has the following format: c99999999999. + // DMS uses this identifier to name artifacts. For example, DMS uses this identifier + // to name the default Amazon S3 bucket for storing task assessment reports + // in a given Amazon Web Services Region. The format of this S3 bucket name + // is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example + // name for this default S3 bucket: dms-111122223333-c44445555666. + // + // DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and + // later. + UniqueAccountIdentifier *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeAccountAttributesOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeAccountAttributesOutput) GoString() string { + return s.String() +} + +// SetAccountQuotas sets the AccountQuotas field's value. +func (s *DescribeAccountAttributesOutput) SetAccountQuotas(v []*AccountQuota) *DescribeAccountAttributesOutput { + s.AccountQuotas = v return s } -// SetDescription sets the Description field's value. -func (s *CollectorResponse) SetDescription(v string) *CollectorResponse { - s.Description = &v +// SetUniqueAccountIdentifier sets the UniqueAccountIdentifier field's value. +func (s *DescribeAccountAttributesOutput) SetUniqueAccountIdentifier(v string) *DescribeAccountAttributesOutput { + s.UniqueAccountIdentifier = &v return s } -// SetInventoryData sets the InventoryData field's value. -func (s *CollectorResponse) SetInventoryData(v *InventoryData) *CollectorResponse { - s.InventoryData = v +type DescribeApplicableIndividualAssessmentsInput struct { + _ struct{} `type:"structure"` + + // Optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // Maximum number of records to include in the response. If more records exist + // than the specified MaxRecords value, a pagination token called a marker is + // included in the response so that the remaining results can be retrieved. + MaxRecords *int64 `type:"integer"` + + // Name of the migration type that each provided individual assessment must + // support. + MigrationType *string `type:"string" enum:"MigrationTypeValue"` + + // ARN of a replication instance on which you want to base the default list + // of individual assessments. + ReplicationInstanceArn *string `type:"string"` + + // Amazon Resource Name (ARN) of a migration task on which you want to base + // the default list of individual assessments. + ReplicationTaskArn *string `type:"string"` + + // Name of a database engine that the specified replication instance supports + // as a source. + SourceEngineName *string `type:"string"` + + // Name of a database engine that the specified replication instance supports + // as a target. + TargetEngineName *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeApplicableIndividualAssessmentsInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeApplicableIndividualAssessmentsInput) GoString() string { + return s.String() +} + +// SetMarker sets the Marker field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetMarker(v string) *DescribeApplicableIndividualAssessmentsInput { + s.Marker = &v return s } -// SetLastDataReceived sets the LastDataReceived field's value. -func (s *CollectorResponse) SetLastDataReceived(v string) *CollectorResponse { - s.LastDataReceived = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetMaxRecords(v int64) *DescribeApplicableIndividualAssessmentsInput { + s.MaxRecords = &v return s } -// SetModifiedDate sets the ModifiedDate field's value. -func (s *CollectorResponse) SetModifiedDate(v string) *CollectorResponse { - s.ModifiedDate = &v +// SetMigrationType sets the MigrationType field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetMigrationType(v string) *DescribeApplicableIndividualAssessmentsInput { + s.MigrationType = &v return s } -// SetRegisteredDate sets the RegisteredDate field's value. -func (s *CollectorResponse) SetRegisteredDate(v string) *CollectorResponse { - s.RegisteredDate = &v +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetReplicationInstanceArn(v string) *DescribeApplicableIndividualAssessmentsInput { + s.ReplicationInstanceArn = &v return s } -// SetS3BucketName sets the S3BucketName field's value. -func (s *CollectorResponse) SetS3BucketName(v string) *CollectorResponse { - s.S3BucketName = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetReplicationTaskArn(v string) *DescribeApplicableIndividualAssessmentsInput { + s.ReplicationTaskArn = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *CollectorResponse) SetServiceAccessRoleArn(v string) *CollectorResponse { - s.ServiceAccessRoleArn = &v +// SetSourceEngineName sets the SourceEngineName field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetSourceEngineName(v string) *DescribeApplicableIndividualAssessmentsInput { + s.SourceEngineName = &v return s } -// SetVersionStatus sets the VersionStatus field's value. -func (s *CollectorResponse) SetVersionStatus(v string) *CollectorResponse { - s.VersionStatus = &v +// SetTargetEngineName sets the TargetEngineName field's value. +func (s *DescribeApplicableIndividualAssessmentsInput) SetTargetEngineName(v string) *DescribeApplicableIndividualAssessmentsInput { + s.TargetEngineName = &v return s } -// Briefly describes a Fleet Advisor collector. -type CollectorShortInfoResponse struct { +type DescribeApplicableIndividualAssessmentsOutput struct { _ struct{} `type:"structure"` - // The name of the Fleet Advisor collector. - CollectorName *string `type:"string"` + // List of names for the individual assessments supported by the premigration + // assessment run that you start based on the specified request parameters. + // For more information on the available individual assessments, including compatibility + // with different migration task configurations, see Working with premigration + // assessment runs (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html) + // in the Database Migration Service User Guide. + IndividualAssessmentNames []*string `type:"list"` - // The reference ID of the Fleet Advisor collector. - CollectorReferencedId *string `type:"string"` + // Pagination token returned for you to pass to a subsequent request. If you + // pass this token as the Marker value in a subsequent request, the response + // includes only records beyond the marker, up to the value specified in the + // request by MaxRecords. + Marker *string `type:"string"` } // String returns the string representation. @@ -9597,7 +16720,7 @@ type CollectorShortInfoResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CollectorShortInfoResponse) String() string { +func (s DescribeApplicableIndividualAssessmentsOutput) String() string { return awsutil.Prettify(s) } @@ -9606,95 +16729,40 @@ func (s CollectorShortInfoResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CollectorShortInfoResponse) GoString() string { +func (s DescribeApplicableIndividualAssessmentsOutput) GoString() string { return s.String() } -// SetCollectorName sets the CollectorName field's value. -func (s *CollectorShortInfoResponse) SetCollectorName(v string) *CollectorShortInfoResponse { - s.CollectorName = &v +// SetIndividualAssessmentNames sets the IndividualAssessmentNames field's value. +func (s *DescribeApplicableIndividualAssessmentsOutput) SetIndividualAssessmentNames(v []*string) *DescribeApplicableIndividualAssessmentsOutput { + s.IndividualAssessmentNames = v return s } -// SetCollectorReferencedId sets the CollectorReferencedId field's value. -func (s *CollectorShortInfoResponse) SetCollectorReferencedId(v string) *CollectorShortInfoResponse { - s.CollectorReferencedId = &v +// SetMarker sets the Marker field's value. +func (s *DescribeApplicableIndividualAssessmentsOutput) SetMarker(v string) *DescribeApplicableIndividualAssessmentsOutput { + s.Marker = &v return s } -// Configuration parameters for provisioning an DMS Serverless replication. -type ComputeConfig struct { +type DescribeCertificatesInput struct { _ struct{} `type:"structure"` - // The Availability Zone where the DMS Serverless replication using this configuration - // will run. The default value is a random, system-chosen Availability Zone - // in the configuration's Amazon Web Services Region, for example, "us-west-2". - // You can't set this parameter if the MultiAZ parameter is set to true. - AvailabilityZone *string `type:"string"` - - // A list of custom DNS name servers supported for the DMS Serverless replication - // to access your source or target database. This list overrides the default - // name servers supported by the DMS Serverless replication. You can specify - // a comma-separated list of internet addresses for up to four DNS name servers. - // For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4" - DnsNameServers *string `type:"string"` - - // An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used - // to encrypt the data during DMS Serverless replication. - // - // If you don't specify a value for the KmsKeyId parameter, DMS uses your default - // encryption key. - // - // KMS creates the default encryption key for your Amazon Web Services account. - // Your Amazon Web Services account has a different default encryption key for - // each Amazon Web Services Region. - KmsKeyId *string `type:"string"` - - // Specifies the maximum value of the DMS capacity units (DCUs) for which a - // given DMS Serverless replication can be provisioned. A single DCU is 2GB - // of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values - // includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the maximum value - // that you can specify for DMS Serverless is 384. The MaxCapacityUnits parameter - // is the only DCU parameter you are required to specify. - MaxCapacityUnits *int64 `type:"integer"` - - // Specifies the minimum value of the DMS capacity units (DCUs) for which a - // given DMS Serverless replication can be provisioned. A single DCU is 2GB - // of RAM, with 2 DCUs as the minimum value allowed. The list of valid DCU values - // includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the minimum DCU - // value that you can specify for DMS Serverless is 2. You don't have to specify - // a value for the MinCapacityUnits parameter. If you don't set this value, - // DMS scans the current activity of available source tables to identify an - // optimum setting for this parameter. If there is no current source activity - // or DMS can't otherwise identify a more appropriate value, it sets this parameter - // to the minimum DCU value allowed, 2. - MinCapacityUnits *int64 `type:"integer"` + // Filters applied to the certificates described in the form of key-value pairs. + // Valid values are certificate-arn and certificate-id. + Filters []*Filter `type:"list"` - // Specifies whether the DMS Serverless replication is a Multi-AZ deployment. - // You can't set the AvailabilityZone parameter if the MultiAZ parameter is - // set to true. - MultiAZ *bool `type:"boolean"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // The weekly time range during which system maintenance can occur for the DMS - // Serverless replication, in Universal Coordinated Time (UTC). The format is - // ddd:hh24:mi-ddd:hh24:mi. - // - // The default is a 30-minute window selected at random from an 8-hour block - // of time per Amazon Web Services Region. This maintenance occurs on a random - // day of the week. Valid values for days of the week include Mon, Tue, Wed, - // Thu, Fri, Sat, and Sun. + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // Constraints include a minimum 30-minute window. - PreferredMaintenanceWindow *string `type:"string"` - - // Specifies a subnet group identifier to associate with the DMS Serverless - // replication. - ReplicationSubnetGroupId *string `type:"string"` - - // Specifies the virtual private cloud (VPC) security group to use with the - // DMS Serverless replication. The VPC security group must work with the VPC - // containing the replication. - VpcSecurityGroupIds []*string `type:"list"` + // Default: 10 + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -9702,7 +16770,7 @@ type ComputeConfig struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ComputeConfig) String() string { +func (s DescribeCertificatesInput) String() string { return awsutil.Prettify(s) } @@ -9711,97 +16779,110 @@ func (s ComputeConfig) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ComputeConfig) GoString() string { +func (s DescribeCertificatesInput) GoString() string { return s.String() } -// SetAvailabilityZone sets the AvailabilityZone field's value. -func (s *ComputeConfig) SetAvailabilityZone(v string) *ComputeConfig { - s.AvailabilityZone = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeCertificatesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeCertificatesInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetDnsNameServers sets the DnsNameServers field's value. -func (s *ComputeConfig) SetDnsNameServers(v string) *ComputeConfig { - s.DnsNameServers = &v +// SetFilters sets the Filters field's value. +func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput { + s.Filters = v return s } -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *ComputeConfig) SetKmsKeyId(v string) *ComputeConfig { - s.KmsKeyId = &v +// SetMarker sets the Marker field's value. +func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput { + s.Marker = &v return s } -// SetMaxCapacityUnits sets the MaxCapacityUnits field's value. -func (s *ComputeConfig) SetMaxCapacityUnits(v int64) *ComputeConfig { - s.MaxCapacityUnits = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput { + s.MaxRecords = &v return s } -// SetMinCapacityUnits sets the MinCapacityUnits field's value. -func (s *ComputeConfig) SetMinCapacityUnits(v int64) *ComputeConfig { - s.MinCapacityUnits = &v - return s +type DescribeCertificatesOutput struct { + _ struct{} `type:"structure"` + + // The Secure Sockets Layer (SSL) certificates associated with the replication + // instance. + Certificates []*Certificate `type:"list"` + + // The pagination token. + Marker *string `type:"string"` } -// SetMultiAZ sets the MultiAZ field's value. -func (s *ComputeConfig) SetMultiAZ(v bool) *ComputeConfig { - s.MultiAZ = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeCertificatesOutput) String() string { + return awsutil.Prettify(s) } -// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. -func (s *ComputeConfig) SetPreferredMaintenanceWindow(v string) *ComputeConfig { - s.PreferredMaintenanceWindow = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeCertificatesOutput) GoString() string { + return s.String() } -// SetReplicationSubnetGroupId sets the ReplicationSubnetGroupId field's value. -func (s *ComputeConfig) SetReplicationSubnetGroupId(v string) *ComputeConfig { - s.ReplicationSubnetGroupId = &v +// SetCertificates sets the Certificates field's value. +func (s *DescribeCertificatesOutput) SetCertificates(v []*Certificate) *DescribeCertificatesOutput { + s.Certificates = v return s } -// SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value. -func (s *ComputeConfig) SetVpcSecurityGroupIds(v []*string) *ComputeConfig { - s.VpcSecurityGroupIds = v +// SetMarker sets the Marker field's value. +func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput { + s.Marker = &v return s } -// Status of the connection between an endpoint and a replication instance, -// including Amazon Resource Names (ARNs) and the last error message issued. -type Connection struct { - _ struct{} `type:"structure"` - - // The ARN string that uniquely identifies the endpoint. - EndpointArn *string `type:"string"` - - // The identifier of the endpoint. 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. - EndpointIdentifier *string `type:"string"` - - // The error message when the connection last failed. - LastFailureMessage *string `type:"string"` - - // The ARN of the replication instance. - ReplicationInstanceArn *string `type:"string"` - - // The replication instance identifier. This parameter is stored as a lowercase - // string. - ReplicationInstanceIdentifier *string `type:"string"` +type DescribeConnectionsInput struct { + _ struct{} `type:"structure"` - // The connection status. This parameter can return one of the following values: - // - // * "successful" + // The filters applied to the connection. // - // * "testing" + // Valid filter names: endpoint-arn | replication-instance-arn + Filters []*Filter `type:"list"` + + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // * "failed" + // Default: 100 // - // * "deleting" - Status *string `type:"string"` + // Constraints: Minimum 20, maximum 100. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -9809,7 +16890,7 @@ type Connection struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Connection) String() string { +func (s DescribeConnectionsInput) String() string { return awsutil.Prettify(s) } @@ -9818,252 +16899,98 @@ func (s Connection) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Connection) GoString() string { +func (s DescribeConnectionsInput) GoString() string { return s.String() } -// SetEndpointArn sets the EndpointArn field's value. -func (s *Connection) SetEndpointArn(v string) *Connection { - s.EndpointArn = &v - return s -} - -// SetEndpointIdentifier sets the EndpointIdentifier field's value. -func (s *Connection) SetEndpointIdentifier(v string) *Connection { - s.EndpointIdentifier = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeConnectionsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeConnectionsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } -// SetLastFailureMessage sets the LastFailureMessage field's value. -func (s *Connection) SetLastFailureMessage(v string) *Connection { - s.LastFailureMessage = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *Connection) SetReplicationInstanceArn(v string) *Connection { - s.ReplicationInstanceArn = &v +// SetFilters sets the Filters field's value. +func (s *DescribeConnectionsInput) SetFilters(v []*Filter) *DescribeConnectionsInput { + s.Filters = v return s } -// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. -func (s *Connection) SetReplicationInstanceIdentifier(v string) *Connection { - s.ReplicationInstanceIdentifier = &v +// SetMarker sets the Marker field's value. +func (s *DescribeConnectionsInput) SetMarker(v string) *DescribeConnectionsInput { + s.Marker = &v return s } -// SetStatus sets the Status field's value. -func (s *Connection) SetStatus(v string) *Connection { - s.Status = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeConnectionsInput) SetMaxRecords(v int64) *DescribeConnectionsInput { + s.MaxRecords = &v return s } -type CreateEndpointInput struct { +type DescribeConnectionsOutput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) for the certificate. - CertificateArn *string `type:"string"` - - // The name of the endpoint database. For a MySQL source or target endpoint, - // do not specify DatabaseName. To migrate to a specific database, use this - // setting and targetDbType. - DatabaseName *string `type:"string"` - - // The settings in JSON format for the DMS transfer type of source endpoint. - // - // Possible settings include the following: - // - // * ServiceAccessRoleArn - The Amazon Resource Name (ARN) used by the service - // access IAM role. The role must allow the iam:PassRole action. - // - // * BucketName - The name of the S3 bucket to use. - // - // Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string,BucketName=string - // - // JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", - // "BucketName": "string", } - DmsTransferSettings *DmsTransferSettings `type:"structure"` - - // Provides information that defines a DocumentDB endpoint. - DocDbSettings *DocDbSettings `type:"structure"` - - // Settings in JSON format for the target Amazon DynamoDB endpoint. For information - // about other available settings, see Using Object Mapping to Migrate Data - // to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping) - // in the Database Migration Service User Guide. - DynamoDbSettings *DynamoDbSettings `type:"structure"` - - // Settings in JSON format for the target OpenSearch endpoint. For more information - // about the available settings, see Extra Connection Attributes When Using - // OpenSearch as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration) - // in the Database Migration Service User Guide. - ElasticsearchSettings *ElasticsearchSettings `type:"structure"` - - // 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. - // - // EndpointIdentifier is a required field - EndpointIdentifier *string `type:"string" required:"true"` - - // The type of endpoint. Valid values are source and target. - // - // EndpointType is a required field - EndpointType *string `type:"string" required:"true" enum:"ReplicationEndpointTypeValue"` - - // The type of engine for the endpoint. Valid values, depending on the EndpointType - // value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", - // "opensearch", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", - // "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", "neptune", - // and "babelfish". - // - // EngineName is a required field - EngineName *string `type:"string" required:"true"` - - // The external table definition. - ExternalTableDefinition *string `type:"string"` - - // Additional attributes associated with the connection. Each attribute is specified - // as a name-value pair associated by an equal sign (=). Multiple attributes - // are separated by a semicolon (;) with no additional white space. For information - // on the attributes available for connecting your source or target endpoint, - // see Working with DMS Endpoints (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html) - // in the Database Migration Service User Guide. - ExtraConnectionAttributes *string `type:"string"` - - // Settings in JSON format for the source GCP MySQL endpoint. - GcpMySQLSettings *GcpMySQLSettings `type:"structure"` - - // Settings in JSON format for the source IBM Db2 LUW endpoint. For information - // about other available settings, see Extra connection attributes when using - // Db2 LUW as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib) - // in the Database Migration Service User Guide. - IBMDb2Settings *IBMDb2Settings `type:"structure"` - - // Settings in JSON format for the target Apache Kafka endpoint. For more information - // about the available settings, see Using object mapping to migrate data to - // a Kafka topic (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping) - // in the Database Migration Service User Guide. - KafkaSettings *KafkaSettings `type:"structure"` - - // Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. - // For more information about the available settings, see Using object mapping - // to migrate data to a Kinesis data stream (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping) - // in the Database Migration Service User Guide. - KinesisSettings *KinesisSettings `type:"structure"` - - // An KMS key identifier that is used to encrypt the connection parameters for - // the endpoint. - // - // If you don't specify a value for the KmsKeyId parameter, then DMS uses your - // default encryption key. - // - // KMS creates the default encryption key for your Amazon Web Services account. - // Your Amazon Web Services account has a different default encryption key for - // each Amazon Web Services Region. - KmsKeyId *string `type:"string"` - - // Settings in JSON format for the source and target Microsoft SQL Server endpoint. - // For information about other available settings, see Extra connection attributes - // when using SQL Server as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib) - // and Extra connection attributes when using SQL Server as a target for DMS - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib) - // in the Database Migration Service User Guide. - MicrosoftSQLServerSettings *MicrosoftSQLServerSettings `type:"structure"` - - // Settings in JSON format for the source MongoDB endpoint. For more information - // about the available settings, see Endpoint configuration settings when using - // MongoDB as a source for Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration) - // in the Database Migration Service User Guide. - MongoDbSettings *MongoDbSettings `type:"structure"` - - // Settings in JSON format for the source and target MySQL endpoint. For information - // about other available settings, see Extra connection attributes when using - // MySQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib) - // and Extra connection attributes when using a MySQL-compatible database as - // a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib) - // in the Database Migration Service User Guide. - MySQLSettings *MySQLSettings `type:"structure"` - - // Settings in JSON format for the target Amazon Neptune endpoint. For more - // information about the available settings, see Specifying graph-mapping rules - // using Gremlin and R2RML for Amazon Neptune as a target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings) - // in the Database Migration Service User Guide. - NeptuneSettings *NeptuneSettings `type:"structure"` - - // Settings in JSON format for the source and target Oracle endpoint. For information - // about other available settings, see Extra connection attributes when using - // Oracle as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib) - // and Extra connection attributes when using Oracle as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib) - // in the Database Migration Service User Guide. - OracleSettings *OracleSettings `type:"structure"` - - // The password to be used to log in to the endpoint database. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by CreateEndpointInput's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` - - // The port used by the endpoint database. - Port *int64 `type:"integer"` - - // Settings in JSON format for the source and target PostgreSQL endpoint. For - // information about other available settings, see Extra connection attributes - // when using PostgreSQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib) - // and Extra connection attributes when using PostgreSQL as a target for DMS - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib) - // in the Database Migration Service User Guide. - PostgreSQLSettings *PostgreSQLSettings `type:"structure"` - - // Settings in JSON format for the target Redis endpoint. - RedisSettings *RedisSettings `type:"structure"` - - // Provides information that defines an Amazon Redshift endpoint. - RedshiftSettings *RedshiftSettings `type:"structure"` - - // A friendly name for the resource identifier at the end of the EndpointArn - // response parameter that is returned in the created Endpoint object. The value - // for this parameter can have up to 31 characters. It can contain only ASCII - // letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain - // two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. - // For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. - // If you don't specify a ResourceIdentifier value, DMS generates a default - // identifier value for the end of EndpointArn. - ResourceIdentifier *string `type:"string"` - - // Settings in JSON format for the target Amazon S3 endpoint. For more information - // about the available settings, see Extra Connection Attributes When Using - // Amazon S3 as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring) - // in the Database Migration Service User Guide. - S3Settings *S3Settings `type:"structure"` + // A description of the connections. + Connections []*Connection `type:"list"` - // The name of the server where the endpoint database resides. - ServerName *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` +} - // The Amazon Resource Name (ARN) for the service access role that you want - // to use to create the endpoint. The role must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeConnectionsOutput) String() string { + return awsutil.Prettify(s) +} - // The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default - // is none - SslMode *string `type:"string" enum:"DmsSslModeValue"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeConnectionsOutput) GoString() string { + return s.String() +} - // Settings in JSON format for the source and target SAP ASE endpoint. For information - // about other available settings, see Extra connection attributes when using - // SAP ASE as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib) - // and Extra connection attributes when using SAP ASE as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib) - // in the Database Migration Service User Guide. - SybaseSettings *SybaseSettings `type:"structure"` +// SetConnections sets the Connections field's value. +func (s *DescribeConnectionsOutput) SetConnections(v []*Connection) *DescribeConnectionsOutput { + s.Connections = v + return s +} - // One or more tags to be assigned to the endpoint. - Tags []*Tag `type:"list"` +// SetMarker sets the Marker field's value. +func (s *DescribeConnectionsOutput) SetMarker(v string) *DescribeConnectionsOutput { + s.Marker = &v + return s +} - // Settings in JSON format for the target Amazon Timestream endpoint. - TimestreamSettings *TimestreamSettings `type:"structure"` +type DescribeConversionConfigurationInput struct { + _ struct{} `type:"structure"` - // The user name to be used to log in to the endpoint database. - Username *string `type:"string"` + // The name or Amazon Resource Name (ARN) for the schema conversion project + // to describe. + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -10071,7 +16998,7 @@ type CreateEndpointInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEndpointInput) String() string { +func (s DescribeConversionConfigurationInput) String() string { return awsutil.Prettify(s) } @@ -10080,46 +17007,15 @@ func (s CreateEndpointInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEndpointInput) GoString() string { +func (s DescribeConversionConfigurationInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateEndpointInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateEndpointInput"} - if s.EndpointIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointIdentifier")) - } - if s.EndpointType == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointType")) - } - if s.EngineName == nil { - invalidParams.Add(request.NewErrParamRequired("EngineName")) - } - if s.DynamoDbSettings != nil { - if err := s.DynamoDbSettings.Validate(); err != nil { - invalidParams.AddNested("DynamoDbSettings", err.(request.ErrInvalidParams)) - } - } - if s.ElasticsearchSettings != nil { - if err := s.ElasticsearchSettings.Validate(); err != nil { - invalidParams.AddNested("ElasticsearchSettings", err.(request.ErrInvalidParams)) - } - } - if s.NeptuneSettings != nil { - if err := s.NeptuneSettings.Validate(); err != nil { - invalidParams.AddNested("NeptuneSettings", err.(request.ErrInvalidParams)) - } - } - if s.RedisSettings != nil { - if err := s.RedisSettings.Validate(); err != nil { - invalidParams.AddNested("RedisSettings", err.(request.ErrInvalidParams)) - } - } - if s.TimestreamSettings != nil { - if err := s.TimestreamSettings.Validate(); err != nil { - invalidParams.AddNested("TimestreamSettings", err.(request.ErrInvalidParams)) - } +func (s *DescribeConversionConfigurationInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeConversionConfigurationInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) } if invalidParams.Len() > 0 { @@ -10128,221 +17024,257 @@ func (s *CreateEndpointInput) Validate() error { return nil } -// SetCertificateArn sets the CertificateArn field's value. -func (s *CreateEndpointInput) SetCertificateArn(v string) *CreateEndpointInput { - s.CertificateArn = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeConversionConfigurationInput) SetMigrationProjectIdentifier(v string) *DescribeConversionConfigurationInput { + s.MigrationProjectIdentifier = &v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *CreateEndpointInput) SetDatabaseName(v string) *CreateEndpointInput { - s.DatabaseName = &v - return s -} +type DescribeConversionConfigurationOutput struct { + _ struct{} `type:"structure"` -// SetDmsTransferSettings sets the DmsTransferSettings field's value. -func (s *CreateEndpointInput) SetDmsTransferSettings(v *DmsTransferSettings) *CreateEndpointInput { - s.DmsTransferSettings = v - return s -} + // The configuration parameters for the schema conversion project. + ConversionConfiguration *string `type:"string"` -// SetDocDbSettings sets the DocDbSettings field's value. -func (s *CreateEndpointInput) SetDocDbSettings(v *DocDbSettings) *CreateEndpointInput { - s.DocDbSettings = v - return s + // The name or Amazon Resource Name (ARN) for the schema conversion project. + MigrationProjectIdentifier *string `type:"string"` } -// SetDynamoDbSettings sets the DynamoDbSettings field's value. -func (s *CreateEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *CreateEndpointInput { - s.DynamoDbSettings = v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeConversionConfigurationOutput) String() string { + return awsutil.Prettify(s) } -// SetElasticsearchSettings sets the ElasticsearchSettings field's value. -func (s *CreateEndpointInput) SetElasticsearchSettings(v *ElasticsearchSettings) *CreateEndpointInput { - s.ElasticsearchSettings = v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeConversionConfigurationOutput) GoString() string { + return s.String() } -// SetEndpointIdentifier sets the EndpointIdentifier field's value. -func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput { - s.EndpointIdentifier = &v +// SetConversionConfiguration sets the ConversionConfiguration field's value. +func (s *DescribeConversionConfigurationOutput) SetConversionConfiguration(v string) *DescribeConversionConfigurationOutput { + s.ConversionConfiguration = &v return s } -// SetEndpointType sets the EndpointType field's value. -func (s *CreateEndpointInput) SetEndpointType(v string) *CreateEndpointInput { - s.EndpointType = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeConversionConfigurationOutput) SetMigrationProjectIdentifier(v string) *DescribeConversionConfigurationOutput { + s.MigrationProjectIdentifier = &v return s } -// SetEngineName sets the EngineName field's value. -func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput { - s.EngineName = &v - return s -} +type DescribeDataProvidersInput struct { + _ struct{} `type:"structure"` -// SetExternalTableDefinition sets the ExternalTableDefinition field's value. -func (s *CreateEndpointInput) SetExternalTableDefinition(v string) *CreateEndpointInput { - s.ExternalTableDefinition = &v - return s -} + // Filters applied to the data providers described in the form of key-value + // pairs. + Filters []*Filter `type:"list"` -// SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value. -func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput { - s.ExtraConnectionAttributes = &v - return s -} + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` -// SetGcpMySQLSettings sets the GcpMySQLSettings field's value. -func (s *CreateEndpointInput) SetGcpMySQLSettings(v *GcpMySQLSettings) *CreateEndpointInput { - s.GcpMySQLSettings = v - return s + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` } -// SetIBMDb2Settings sets the IBMDb2Settings field's value. -func (s *CreateEndpointInput) SetIBMDb2Settings(v *IBMDb2Settings) *CreateEndpointInput { - s.IBMDb2Settings = v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeDataProvidersInput) String() string { + return awsutil.Prettify(s) } -// SetKafkaSettings sets the KafkaSettings field's value. -func (s *CreateEndpointInput) SetKafkaSettings(v *KafkaSettings) *CreateEndpointInput { - s.KafkaSettings = v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeDataProvidersInput) GoString() string { + return s.String() } -// SetKinesisSettings sets the KinesisSettings field's value. -func (s *CreateEndpointInput) SetKinesisSettings(v *KinesisSettings) *CreateEndpointInput { - s.KinesisSettings = v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeDataProvidersInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeDataProvidersInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput { - s.KmsKeyId = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetMicrosoftSQLServerSettings sets the MicrosoftSQLServerSettings field's value. -func (s *CreateEndpointInput) SetMicrosoftSQLServerSettings(v *MicrosoftSQLServerSettings) *CreateEndpointInput { - s.MicrosoftSQLServerSettings = v +// SetFilters sets the Filters field's value. +func (s *DescribeDataProvidersInput) SetFilters(v []*Filter) *DescribeDataProvidersInput { + s.Filters = v return s } -// SetMongoDbSettings sets the MongoDbSettings field's value. -func (s *CreateEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *CreateEndpointInput { - s.MongoDbSettings = v +// SetMarker sets the Marker field's value. +func (s *DescribeDataProvidersInput) SetMarker(v string) *DescribeDataProvidersInput { + s.Marker = &v return s } -// SetMySQLSettings sets the MySQLSettings field's value. -func (s *CreateEndpointInput) SetMySQLSettings(v *MySQLSettings) *CreateEndpointInput { - s.MySQLSettings = v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeDataProvidersInput) SetMaxRecords(v int64) *DescribeDataProvidersInput { + s.MaxRecords = &v return s } -// SetNeptuneSettings sets the NeptuneSettings field's value. -func (s *CreateEndpointInput) SetNeptuneSettings(v *NeptuneSettings) *CreateEndpointInput { - s.NeptuneSettings = v - return s +type DescribeDataProvidersOutput struct { + _ struct{} `type:"structure"` + + // A description of data providers. + DataProviders []*DataProvider `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` } -// SetOracleSettings sets the OracleSettings field's value. -func (s *CreateEndpointInput) SetOracleSettings(v *OracleSettings) *CreateEndpointInput { - s.OracleSettings = v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeDataProvidersOutput) String() string { + return awsutil.Prettify(s) } -// SetPassword sets the Password field's value. -func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput { - s.Password = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeDataProvidersOutput) GoString() string { + return s.String() } -// SetPort sets the Port field's value. -func (s *CreateEndpointInput) SetPort(v int64) *CreateEndpointInput { - s.Port = &v +// SetDataProviders sets the DataProviders field's value. +func (s *DescribeDataProvidersOutput) SetDataProviders(v []*DataProvider) *DescribeDataProvidersOutput { + s.DataProviders = v return s } -// SetPostgreSQLSettings sets the PostgreSQLSettings field's value. -func (s *CreateEndpointInput) SetPostgreSQLSettings(v *PostgreSQLSettings) *CreateEndpointInput { - s.PostgreSQLSettings = v +// SetMarker sets the Marker field's value. +func (s *DescribeDataProvidersOutput) SetMarker(v string) *DescribeDataProvidersOutput { + s.Marker = &v return s } -// SetRedisSettings sets the RedisSettings field's value. -func (s *CreateEndpointInput) SetRedisSettings(v *RedisSettings) *CreateEndpointInput { - s.RedisSettings = v - return s -} +type DescribeEndpointSettingsInput struct { + _ struct{} `type:"structure"` -// SetRedshiftSettings sets the RedshiftSettings field's value. -func (s *CreateEndpointInput) SetRedshiftSettings(v *RedshiftSettings) *CreateEndpointInput { - s.RedshiftSettings = v - return s -} + // The database engine used for your source or target endpoint. + // + // EngineName is a required field + EngineName *string `type:"string" required:"true"` -// SetResourceIdentifier sets the ResourceIdentifier field's value. -func (s *CreateEndpointInput) SetResourceIdentifier(v string) *CreateEndpointInput { - s.ResourceIdentifier = &v - return s -} + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` -// SetS3Settings sets the S3Settings field's value. -func (s *CreateEndpointInput) SetS3Settings(v *S3Settings) *CreateEndpointInput { - s.S3Settings = v - return s + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + MaxRecords *int64 `type:"integer"` } -// SetServerName sets the ServerName field's value. -func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput { - s.ServerName = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeEndpointSettingsInput) String() string { + return awsutil.Prettify(s) } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *CreateEndpointInput) SetServiceAccessRoleArn(v string) *CreateEndpointInput { - s.ServiceAccessRoleArn = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeEndpointSettingsInput) GoString() string { + return s.String() } -// SetSslMode sets the SslMode field's value. -func (s *CreateEndpointInput) SetSslMode(v string) *CreateEndpointInput { - s.SslMode = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeEndpointSettingsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeEndpointSettingsInput"} + if s.EngineName == nil { + invalidParams.Add(request.NewErrParamRequired("EngineName")) + } -// SetSybaseSettings sets the SybaseSettings field's value. -func (s *CreateEndpointInput) SetSybaseSettings(v *SybaseSettings) *CreateEndpointInput { - s.SybaseSettings = v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetTags sets the Tags field's value. -func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput { - s.Tags = v +// SetEngineName sets the EngineName field's value. +func (s *DescribeEndpointSettingsInput) SetEngineName(v string) *DescribeEndpointSettingsInput { + s.EngineName = &v return s } -// SetTimestreamSettings sets the TimestreamSettings field's value. -func (s *CreateEndpointInput) SetTimestreamSettings(v *TimestreamSettings) *CreateEndpointInput { - s.TimestreamSettings = v +// SetMarker sets the Marker field's value. +func (s *DescribeEndpointSettingsInput) SetMarker(v string) *DescribeEndpointSettingsInput { + s.Marker = &v return s } -// SetUsername sets the Username field's value. -func (s *CreateEndpointInput) SetUsername(v string) *CreateEndpointInput { - s.Username = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeEndpointSettingsInput) SetMaxRecords(v int64) *DescribeEndpointSettingsInput { + s.MaxRecords = &v return s } -type CreateEndpointOutput struct { +type DescribeEndpointSettingsOutput struct { _ struct{} `type:"structure"` - // The endpoint that was created. - Endpoint *Endpoint `type:"structure"` + // Descriptions of the endpoint settings available for your source or target + // database engine. + EndpointSettings []*EndpointSetting `type:"list"` + + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` } // String returns the string representation. @@ -10350,7 +17282,7 @@ type CreateEndpointOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEndpointOutput) String() string { +func (s DescribeEndpointSettingsOutput) String() string { return awsutil.Prettify(s) } @@ -10359,60 +17291,43 @@ func (s CreateEndpointOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEndpointOutput) GoString() string { +func (s DescribeEndpointSettingsOutput) GoString() string { return s.String() } -// SetEndpoint sets the Endpoint field's value. -func (s *CreateEndpointOutput) SetEndpoint(v *Endpoint) *CreateEndpointOutput { - s.Endpoint = v +// SetEndpointSettings sets the EndpointSettings field's value. +func (s *DescribeEndpointSettingsOutput) SetEndpointSettings(v []*EndpointSetting) *DescribeEndpointSettingsOutput { + s.EndpointSettings = v return s } -type CreateEventSubscriptionInput struct { - _ struct{} `type:"structure"` - - // A Boolean value; set to true to activate the subscription, or set to false - // to create the subscription but not activate it. - Enabled *bool `type:"boolean"` +// SetMarker sets the Marker field's value. +func (s *DescribeEndpointSettingsOutput) SetMarker(v string) *DescribeEndpointSettingsOutput { + s.Marker = &v + return s +} - // A list of event categories for a source type that you want to subscribe to. - // For more information, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) - // in the Database Migration Service User Guide. - EventCategories []*string `type:"list"` +type DescribeEndpointTypesInput struct { + _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the Amazon SNS topic created for event - // notification. The ARN is created by Amazon SNS when you create a topic and - // subscribe to it. + // Filters applied to the endpoint types. // - // SnsTopicArn is a required field - SnsTopicArn *string `type:"string" required:"true"` + // Valid filter names: engine-name | endpoint-type + Filters []*Filter `type:"list"` - // A list of identifiers for which DMS provides notification events. - // - // If you don't specify a value, notifications are provided for all sources. - // - // If you specify multiple values, they must be of the same type. For example, - // if you specify a database instance ID, then all of the other values must - // be database instance IDs. - SourceIds []*string `type:"list"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // The type of DMS resource that generates the events. For example, if you want - // to be notified of events generated by a replication instance, you set this - // parameter to replication-instance. If this value isn't specified, all events - // are returned. + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // Valid values: replication-instance | replication-task - SourceType *string `type:"string"` - - // The name of the DMS event notification subscription. This name must be less - // than 255 characters. + // Default: 100 // - // SubscriptionName is a required field - SubscriptionName *string `type:"string" required:"true"` - - // One or more tags to be assigned to the event subscription. - Tags []*Tag `type:"list"` + // Constraints: Minimum 20, maximum 100. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -10420,7 +17335,7 @@ type CreateEventSubscriptionInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEventSubscriptionInput) String() string { +func (s DescribeEndpointTypesInput) String() string { return awsutil.Prettify(s) } @@ -10429,18 +17344,22 @@ func (s CreateEventSubscriptionInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEventSubscriptionInput) GoString() string { +func (s DescribeEndpointTypesInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateEventSubscriptionInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateEventSubscriptionInput"} - if s.SnsTopicArn == nil { - invalidParams.Add(request.NewErrParamRequired("SnsTopicArn")) - } - if s.SubscriptionName == nil { - invalidParams.Add(request.NewErrParamRequired("SubscriptionName")) +func (s *DescribeEndpointTypesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeEndpointTypesInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -10449,53 +17368,34 @@ func (s *CreateEventSubscriptionInput) Validate() error { return nil } -// SetEnabled sets the Enabled field's value. -func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput { - s.Enabled = &v - return s -} - -// SetEventCategories sets the EventCategories field's value. -func (s *CreateEventSubscriptionInput) SetEventCategories(v []*string) *CreateEventSubscriptionInput { - s.EventCategories = v - return s -} - -// SetSnsTopicArn sets the SnsTopicArn field's value. -func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput { - s.SnsTopicArn = &v - return s -} - -// SetSourceIds sets the SourceIds field's value. -func (s *CreateEventSubscriptionInput) SetSourceIds(v []*string) *CreateEventSubscriptionInput { - s.SourceIds = v - return s -} - -// SetSourceType sets the SourceType field's value. -func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput { - s.SourceType = &v +// SetFilters sets the Filters field's value. +func (s *DescribeEndpointTypesInput) SetFilters(v []*Filter) *DescribeEndpointTypesInput { + s.Filters = v return s } -// SetSubscriptionName sets the SubscriptionName field's value. -func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput { - s.SubscriptionName = &v +// SetMarker sets the Marker field's value. +func (s *DescribeEndpointTypesInput) SetMarker(v string) *DescribeEndpointTypesInput { + s.Marker = &v return s } -// SetTags sets the Tags field's value. -func (s *CreateEventSubscriptionInput) SetTags(v []*Tag) *CreateEventSubscriptionInput { - s.Tags = v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeEndpointTypesInput) SetMaxRecords(v int64) *DescribeEndpointTypesInput { + s.MaxRecords = &v return s } -type CreateEventSubscriptionOutput struct { +type DescribeEndpointTypesOutput struct { _ struct{} `type:"structure"` - // The event subscription that was created. - EventSubscription *EventSubscription `type:"structure"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The types of endpoints that are supported. + SupportedEndpointTypes []*SupportedEndpointType `type:"list"` } // String returns the string representation. @@ -10503,7 +17403,7 @@ type CreateEventSubscriptionOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEventSubscriptionOutput) String() string { +func (s DescribeEndpointTypesOutput) String() string { return awsutil.Prettify(s) } @@ -10512,37 +17412,43 @@ func (s CreateEventSubscriptionOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateEventSubscriptionOutput) GoString() string { +func (s DescribeEndpointTypesOutput) GoString() string { return s.String() } -// SetEventSubscription sets the EventSubscription field's value. -func (s *CreateEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *CreateEventSubscriptionOutput { - s.EventSubscription = v +// SetMarker sets the Marker field's value. +func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput { + s.Marker = &v return s } -type CreateFleetAdvisorCollectorInput struct { +// SetSupportedEndpointTypes sets the SupportedEndpointTypes field's value. +func (s *DescribeEndpointTypesOutput) SetSupportedEndpointTypes(v []*SupportedEndpointType) *DescribeEndpointTypesOutput { + s.SupportedEndpointTypes = v + return s +} + +type DescribeEndpointsInput struct { _ struct{} `type:"structure"` - // The name of your Fleet Advisor collector (for example, sample-collector). + // Filters applied to the endpoints. // - // CollectorName is a required field - CollectorName *string `type:"string" required:"true"` + // Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name + Filters []*Filter `type:"list"` - // A summary description of your Fleet Advisor collector. - Description *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory - // metadata. + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // S3BucketName is a required field - S3BucketName *string `type:"string" required:"true"` - - // The IAM role that grants permissions to access the specified Amazon S3 bucket. + // Default: 100 // - // ServiceAccessRoleArn is a required field - ServiceAccessRoleArn *string `type:"string" required:"true"` + // Constraints: Minimum 20, maximum 100. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -10550,7 +17456,7 @@ type CreateFleetAdvisorCollectorInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateFleetAdvisorCollectorInput) String() string { +func (s DescribeEndpointsInput) String() string { return awsutil.Prettify(s) } @@ -10559,21 +17465,22 @@ func (s CreateFleetAdvisorCollectorInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateFleetAdvisorCollectorInput) GoString() string { +func (s DescribeEndpointsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateFleetAdvisorCollectorInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateFleetAdvisorCollectorInput"} - if s.CollectorName == nil { - invalidParams.Add(request.NewErrParamRequired("CollectorName")) - } - if s.S3BucketName == nil { - invalidParams.Add(request.NewErrParamRequired("S3BucketName")) - } - if s.ServiceAccessRoleArn == nil { - invalidParams.Add(request.NewErrParamRequired("ServiceAccessRoleArn")) +func (s *DescribeEndpointsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeEndpointsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -10582,47 +17489,34 @@ func (s *CreateFleetAdvisorCollectorInput) Validate() error { return nil } -// SetCollectorName sets the CollectorName field's value. -func (s *CreateFleetAdvisorCollectorInput) SetCollectorName(v string) *CreateFleetAdvisorCollectorInput { - s.CollectorName = &v - return s -} - -// SetDescription sets the Description field's value. -func (s *CreateFleetAdvisorCollectorInput) SetDescription(v string) *CreateFleetAdvisorCollectorInput { - s.Description = &v +// SetFilters sets the Filters field's value. +func (s *DescribeEndpointsInput) SetFilters(v []*Filter) *DescribeEndpointsInput { + s.Filters = v return s } -// SetS3BucketName sets the S3BucketName field's value. -func (s *CreateFleetAdvisorCollectorInput) SetS3BucketName(v string) *CreateFleetAdvisorCollectorInput { - s.S3BucketName = &v +// SetMarker sets the Marker field's value. +func (s *DescribeEndpointsInput) SetMarker(v string) *DescribeEndpointsInput { + s.Marker = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *CreateFleetAdvisorCollectorInput) SetServiceAccessRoleArn(v string) *CreateFleetAdvisorCollectorInput { - s.ServiceAccessRoleArn = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeEndpointsInput) SetMaxRecords(v int64) *DescribeEndpointsInput { + s.MaxRecords = &v return s } -type CreateFleetAdvisorCollectorOutput struct { +type DescribeEndpointsOutput struct { _ struct{} `type:"structure"` - // The name of the new Fleet Advisor collector. - CollectorName *string `type:"string"` - - // The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5 - CollectorReferencedId *string `type:"string"` - - // A summary description of the Fleet Advisor collector. - Description *string `type:"string"` - - // The Amazon S3 bucket that the collector uses to store inventory metadata. - S3BucketName *string `type:"string"` + // Endpoint description. + Endpoints []*Endpoint `type:"list"` - // The IAM role that grants permissions to access the specified Amazon S3 bucket. - ServiceAccessRoleArn *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` } // String returns the string representation. @@ -10630,7 +17524,7 @@ type CreateFleetAdvisorCollectorOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateFleetAdvisorCollectorOutput) String() string { +func (s DescribeEndpointsOutput) String() string { return awsutil.Prettify(s) } @@ -10639,112 +17533,119 @@ func (s CreateFleetAdvisorCollectorOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateFleetAdvisorCollectorOutput) GoString() string { +func (s DescribeEndpointsOutput) GoString() string { return s.String() } -// SetCollectorName sets the CollectorName field's value. -func (s *CreateFleetAdvisorCollectorOutput) SetCollectorName(v string) *CreateFleetAdvisorCollectorOutput { - s.CollectorName = &v +// SetEndpoints sets the Endpoints field's value. +func (s *DescribeEndpointsOutput) SetEndpoints(v []*Endpoint) *DescribeEndpointsOutput { + s.Endpoints = v return s } -// SetCollectorReferencedId sets the CollectorReferencedId field's value. -func (s *CreateFleetAdvisorCollectorOutput) SetCollectorReferencedId(v string) *CreateFleetAdvisorCollectorOutput { - s.CollectorReferencedId = &v +// SetMarker sets the Marker field's value. +func (s *DescribeEndpointsOutput) SetMarker(v string) *DescribeEndpointsOutput { + s.Marker = &v return s } -// SetDescription sets the Description field's value. -func (s *CreateFleetAdvisorCollectorOutput) SetDescription(v string) *CreateFleetAdvisorCollectorOutput { - s.Description = &v - return s +type DescribeEngineVersionsInput struct { + _ struct{} `type:"structure"` + + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + MaxRecords *int64 `type:"integer"` } -// SetS3BucketName sets the S3BucketName field's value. -func (s *CreateFleetAdvisorCollectorOutput) SetS3BucketName(v string) *CreateFleetAdvisorCollectorOutput { - s.S3BucketName = &v +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeEngineVersionsInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeEngineVersionsInput) GoString() string { + return s.String() +} + +// SetMarker sets the Marker field's value. +func (s *DescribeEngineVersionsInput) SetMarker(v string) *DescribeEngineVersionsInput { + s.Marker = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *CreateFleetAdvisorCollectorOutput) SetServiceAccessRoleArn(v string) *CreateFleetAdvisorCollectorOutput { - s.ServiceAccessRoleArn = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeEngineVersionsInput) SetMaxRecords(v int64) *DescribeEngineVersionsInput { + s.MaxRecords = &v return s } -type CreateReplicationConfigInput struct { +type DescribeEngineVersionsOutput struct { _ struct{} `type:"structure"` - // Configuration parameters for provisioning an DMS Serverless replication. - // - // ComputeConfig is a required field - ComputeConfig *ComputeConfig `type:"structure" required:"true"` - - // A unique identifier that you want to use to create a ReplicationConfigArn - // that is returned as part of the output from this action. You can then pass - // this output ReplicationConfigArn as the value of the ReplicationConfigArn - // option for other actions to identify both DMS Serverless replications and - // replication configurations that you want those actions to operate on. For - // some actions, you can also use either this unique identifier or a corresponding - // ARN in action filters to identify the specific replication and replication - // configuration to operate on. - // - // ReplicationConfigIdentifier is a required field - ReplicationConfigIdentifier *string `type:"string" required:"true"` + // Returned EngineVersion objects that describe the replication instance engine + // versions used in the project. + EngineVersions []*EngineVersion `type:"list"` - // Optional JSON settings for DMS Serverless replications that are provisioned - // using this replication configuration. For example, see Change processing - // tuning settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html). - ReplicationSettings *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` +} - // The type of DMS Serverless replication to provision using this replication - // configuration. - // - // Possible values: - // - // * "full-load" - // - // * "cdc" - // - // * "full-load-and-cdc" - // - // ReplicationType is a required field - ReplicationType *string `type:"string" required:"true" enum:"MigrationTypeValue"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeEngineVersionsOutput) String() string { + return awsutil.Prettify(s) +} - // Optional unique value or name that you set for a given resource that can - // be used to construct an Amazon Resource Name (ARN) for that resource. For - // more information, see Fine-grained access control using resource names and - // tags (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess). - ResourceIdentifier *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeEngineVersionsOutput) GoString() string { + return s.String() +} - // The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless - // replication configuration. - // - // SourceEndpointArn is a required field - SourceEndpointArn *string `type:"string" required:"true"` +// SetEngineVersions sets the EngineVersions field's value. +func (s *DescribeEngineVersionsOutput) SetEngineVersions(v []*EngineVersion) *DescribeEngineVersionsOutput { + s.EngineVersions = v + return s +} - // Optional JSON settings for specifying supplemental data. For more information, - // see Specifying supplemental data for task settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html). - SupplementalSettings *string `type:"string"` +// SetMarker sets the Marker field's value. +func (s *DescribeEngineVersionsOutput) SetMarker(v string) *DescribeEngineVersionsOutput { + s.Marker = &v + return s +} - // JSON table mappings for DMS Serverless replications that are provisioned - // using this replication configuration. For more information, see Specifying - // table selection and transformations rules using JSON (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html). - // - // TableMappings is a required field - TableMappings *string `type:"string" required:"true"` +type DescribeEventCategoriesInput struct { + _ struct{} `type:"structure"` - // One or more optional tags associated with resources used by the DMS Serverless - // replication. For more information, see Tagging resources in Database Migration - // Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html). - Tags []*Tag `type:"list"` + // Filters applied to the event categories. + Filters []*Filter `type:"list"` - // The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless - // replication configuration. + // The type of DMS resource that generates events. // - // TargetEndpointArn is a required field - TargetEndpointArn *string `type:"string" required:"true"` + // Valid values: replication-instance | replication-task + SourceType *string `type:"string"` } // String returns the string representation. @@ -10752,7 +17653,7 @@ type CreateReplicationConfigInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationConfigInput) String() string { +func (s DescribeEventCategoriesInput) String() string { return awsutil.Prettify(s) } @@ -10761,30 +17662,22 @@ func (s CreateReplicationConfigInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationConfigInput) GoString() string { +func (s DescribeEventCategoriesInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateReplicationConfigInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateReplicationConfigInput"} - if s.ComputeConfig == nil { - invalidParams.Add(request.NewErrParamRequired("ComputeConfig")) - } - if s.ReplicationConfigIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationConfigIdentifier")) - } - if s.ReplicationType == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationType")) - } - if s.SourceEndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("SourceEndpointArn")) - } - if s.TableMappings == nil { - invalidParams.Add(request.NewErrParamRequired("TableMappings")) - } - if s.TargetEndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("TargetEndpointArn")) +func (s *DescribeEventCategoriesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeEventCategoriesInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -10793,72 +17686,23 @@ func (s *CreateReplicationConfigInput) Validate() error { return nil } -// SetComputeConfig sets the ComputeConfig field's value. -func (s *CreateReplicationConfigInput) SetComputeConfig(v *ComputeConfig) *CreateReplicationConfigInput { - s.ComputeConfig = v - return s -} - -// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. -func (s *CreateReplicationConfigInput) SetReplicationConfigIdentifier(v string) *CreateReplicationConfigInput { - s.ReplicationConfigIdentifier = &v - return s -} - -// SetReplicationSettings sets the ReplicationSettings field's value. -func (s *CreateReplicationConfigInput) SetReplicationSettings(v string) *CreateReplicationConfigInput { - s.ReplicationSettings = &v - return s -} - -// SetReplicationType sets the ReplicationType field's value. -func (s *CreateReplicationConfigInput) SetReplicationType(v string) *CreateReplicationConfigInput { - s.ReplicationType = &v - return s -} - -// SetResourceIdentifier sets the ResourceIdentifier field's value. -func (s *CreateReplicationConfigInput) SetResourceIdentifier(v string) *CreateReplicationConfigInput { - s.ResourceIdentifier = &v - return s -} - -// SetSourceEndpointArn sets the SourceEndpointArn field's value. -func (s *CreateReplicationConfigInput) SetSourceEndpointArn(v string) *CreateReplicationConfigInput { - s.SourceEndpointArn = &v - return s -} - -// SetSupplementalSettings sets the SupplementalSettings field's value. -func (s *CreateReplicationConfigInput) SetSupplementalSettings(v string) *CreateReplicationConfigInput { - s.SupplementalSettings = &v - return s -} - -// SetTableMappings sets the TableMappings field's value. -func (s *CreateReplicationConfigInput) SetTableMappings(v string) *CreateReplicationConfigInput { - s.TableMappings = &v - return s -} - -// SetTags sets the Tags field's value. -func (s *CreateReplicationConfigInput) SetTags(v []*Tag) *CreateReplicationConfigInput { - s.Tags = v +// SetFilters sets the Filters field's value. +func (s *DescribeEventCategoriesInput) SetFilters(v []*Filter) *DescribeEventCategoriesInput { + s.Filters = v return s } -// SetTargetEndpointArn sets the TargetEndpointArn field's value. -func (s *CreateReplicationConfigInput) SetTargetEndpointArn(v string) *CreateReplicationConfigInput { - s.TargetEndpointArn = &v +// SetSourceType sets the SourceType field's value. +func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput { + s.SourceType = &v return s } -type CreateReplicationConfigOutput struct { +type DescribeEventCategoriesOutput struct { _ struct{} `type:"structure"` - // Configuration parameters returned from the DMS Serverless replication after - // it is created. - ReplicationConfig *ReplicationConfig `type:"structure"` + // A list of event categories. + EventCategoryGroupList []*EventCategoryGroup `type:"list"` } // String returns the string representation. @@ -10866,7 +17710,7 @@ type CreateReplicationConfigOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationConfigOutput) String() string { +func (s DescribeEventCategoriesOutput) String() string { return awsutil.Prettify(s) } @@ -10875,142 +17719,40 @@ func (s CreateReplicationConfigOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationConfigOutput) GoString() string { +func (s DescribeEventCategoriesOutput) GoString() string { return s.String() } -// SetReplicationConfig sets the ReplicationConfig field's value. -func (s *CreateReplicationConfigOutput) SetReplicationConfig(v *ReplicationConfig) *CreateReplicationConfigOutput { - s.ReplicationConfig = v +// SetEventCategoryGroupList sets the EventCategoryGroupList field's value. +func (s *DescribeEventCategoriesOutput) SetEventCategoryGroupList(v []*EventCategoryGroup) *DescribeEventCategoriesOutput { + s.EventCategoryGroupList = v return s } -type CreateReplicationInstanceInput struct { +type DescribeEventSubscriptionsInput struct { _ struct{} `type:"structure"` - // The amount of storage (in gigabytes) to be initially allocated for the replication - // instance. - AllocatedStorage *int64 `type:"integer"` - - // A value that indicates whether minor engine upgrades are applied automatically - // to the replication instance during the maintenance window. This parameter - // defaults to true. - // - // Default: true - // - // When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine - // version when you create a replication instance. For example, if you set EngineVersion - // to a lower version number than the current default version, DMS uses the - // default version. - // - // If AutoMinorVersionUpgrade isn’t enabled when you create a replication - // instance, DMS uses the engine version specified by the EngineVersion parameter. - AutoMinorVersionUpgrade *bool `type:"boolean"` - - // The Availability Zone where the replication instance will be created. The - // default value is a random, system-chosen Availability Zone in the endpoint's - // Amazon Web Services Region, for example: us-east-1d. - AvailabilityZone *string `type:"string"` - - // A list of custom DNS name servers supported for the replication instance - // to access your on-premise source or target database. This list overrides - // the default name servers supported by the replication instance. You can specify - // a comma-separated list of internet addresses for up to four on-premise DNS - // name servers. For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4" - DnsNameServers *string `type:"string"` - - // The engine version number of the replication instance. - // - // If an engine version number is not specified when a replication instance - // is created, the default is the latest engine version available. - EngineVersion *string `type:"string"` - - // An KMS key identifier that is used to encrypt the data on the replication - // instance. - // - // If you don't specify a value for the KmsKeyId parameter, then DMS uses your - // default encryption key. - // - // KMS creates the default encryption key for your Amazon Web Services account. - // Your Amazon Web Services account has a different default encryption key for - // each Amazon Web Services Region. - KmsKeyId *string `type:"string"` - - // Specifies whether the replication instance is a Multi-AZ deployment. You - // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set - // to true. - MultiAZ *bool `type:"boolean"` - - // The type of IP address protocol used by a replication instance, such as IPv4 - // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only - // is not yet supported. - NetworkType *string `type:"string"` - - // The weekly time range during which system maintenance can occur, in Universal - // Coordinated Time (UTC). - // - // Format: ddd:hh24:mi-ddd:hh24:mi - // - // Default: A 30-minute window selected at random from an 8-hour block of time - // per Amazon Web Services Region, occurring on a random day of the week. - // - // Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun - // - // Constraints: Minimum 30-minute window. - PreferredMaintenanceWindow *string `type:"string"` - - // Specifies the accessibility options for the replication instance. A value - // of true represents an instance with a public IP address. A value of false - // represents an instance with a private IP address. The default value is true. - PubliclyAccessible *bool `type:"boolean"` - - // The compute and memory capacity of the replication instance as defined for - // the specified replication instance class. For example to specify the instance - // class dms.c4.large, set this parameter to "dms.c4.large". - // - // For more information on the settings and capacities for the available replication - // instance classes, see Choosing the right DMS replication instance (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html); - // and, Selecting the best size for a replication instance (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.SizingReplicationInstance.html). - // - // ReplicationInstanceClass is a required field - ReplicationInstanceClass *string `type:"string" required:"true"` - - // The replication instance identifier. This parameter is stored as a lowercase - // string. - // - // Constraints: - // - // * Must contain 1-63 alphanumeric characters or hyphens. - // - // * First character must be a letter. - // - // * Can't end with a hyphen or contain two consecutive hyphens. - // - // Example: myrepinstance + // Filters applied to event subscriptions. // - // ReplicationInstanceIdentifier is a required field - ReplicationInstanceIdentifier *string `type:"string" required:"true"` - - // A subnet group to associate with the replication instance. - ReplicationSubnetGroupIdentifier *string `type:"string"` + // Valid filter names: event-subscription-arn | event-subscription-id + Filters []*Filter `type:"list"` - // A friendly name for the resource identifier at the end of the EndpointArn - // response parameter that is returned in the created Endpoint object. The value - // for this parameter can have up to 31 characters. It can contain only ASCII - // letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain - // two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. - // For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. - // If you don't specify a ResourceIdentifier value, DMS generates a default - // identifier value for the end of EndpointArn. - ResourceIdentifier *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // One or more tags to be assigned to the replication instance. - Tags []*Tag `type:"list"` + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + // + // Default: 100 + // + // Constraints: Minimum 20, maximum 100. + MaxRecords *int64 `type:"integer"` - // Specifies the VPC security group to be used with the replication instance. - // The VPC security group must work with the VPC containing the replication - // instance. - VpcSecurityGroupIds []*string `type:"list"` + // The name of the DMS event subscription to be described. + SubscriptionName *string `type:"string"` } // String returns the string representation. @@ -11018,7 +17760,7 @@ type CreateReplicationInstanceInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationInstanceInput) String() string { +func (s DescribeEventSubscriptionsInput) String() string { return awsutil.Prettify(s) } @@ -11027,18 +17769,22 @@ func (s CreateReplicationInstanceInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationInstanceInput) GoString() string { +func (s DescribeEventSubscriptionsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateReplicationInstanceInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateReplicationInstanceInput"} - if s.ReplicationInstanceClass == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceClass")) - } - if s.ReplicationInstanceIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceIdentifier")) +func (s *DescribeEventSubscriptionsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeEventSubscriptionsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -11047,107 +17793,40 @@ func (s *CreateReplicationInstanceInput) Validate() error { return nil } -// SetAllocatedStorage sets the AllocatedStorage field's value. -func (s *CreateReplicationInstanceInput) SetAllocatedStorage(v int64) *CreateReplicationInstanceInput { - s.AllocatedStorage = &v - return s -} - -// SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value. -func (s *CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateReplicationInstanceInput { - s.AutoMinorVersionUpgrade = &v - return s -} - -// SetAvailabilityZone sets the AvailabilityZone field's value. -func (s *CreateReplicationInstanceInput) SetAvailabilityZone(v string) *CreateReplicationInstanceInput { - s.AvailabilityZone = &v - return s -} - -// SetDnsNameServers sets the DnsNameServers field's value. -func (s *CreateReplicationInstanceInput) SetDnsNameServers(v string) *CreateReplicationInstanceInput { - s.DnsNameServers = &v - return s -} - -// SetEngineVersion sets the EngineVersion field's value. -func (s *CreateReplicationInstanceInput) SetEngineVersion(v string) *CreateReplicationInstanceInput { - s.EngineVersion = &v - return s -} - -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *CreateReplicationInstanceInput) SetKmsKeyId(v string) *CreateReplicationInstanceInput { - s.KmsKeyId = &v - return s -} - -// SetMultiAZ sets the MultiAZ field's value. -func (s *CreateReplicationInstanceInput) SetMultiAZ(v bool) *CreateReplicationInstanceInput { - s.MultiAZ = &v - return s -} - -// SetNetworkType sets the NetworkType field's value. -func (s *CreateReplicationInstanceInput) SetNetworkType(v string) *CreateReplicationInstanceInput { - s.NetworkType = &v - return s -} - -// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. -func (s *CreateReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateReplicationInstanceInput { - s.PreferredMaintenanceWindow = &v - return s -} - -// SetPubliclyAccessible sets the PubliclyAccessible field's value. -func (s *CreateReplicationInstanceInput) SetPubliclyAccessible(v bool) *CreateReplicationInstanceInput { - s.PubliclyAccessible = &v - return s -} - -// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. -func (s *CreateReplicationInstanceInput) SetReplicationInstanceClass(v string) *CreateReplicationInstanceInput { - s.ReplicationInstanceClass = &v - return s -} - -// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. -func (s *CreateReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *CreateReplicationInstanceInput { - s.ReplicationInstanceIdentifier = &v - return s -} - -// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. -func (s *CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationInstanceInput { - s.ReplicationSubnetGroupIdentifier = &v +// SetFilters sets the Filters field's value. +func (s *DescribeEventSubscriptionsInput) SetFilters(v []*Filter) *DescribeEventSubscriptionsInput { + s.Filters = v return s } -// SetResourceIdentifier sets the ResourceIdentifier field's value. -func (s *CreateReplicationInstanceInput) SetResourceIdentifier(v string) *CreateReplicationInstanceInput { - s.ResourceIdentifier = &v +// SetMarker sets the Marker field's value. +func (s *DescribeEventSubscriptionsInput) SetMarker(v string) *DescribeEventSubscriptionsInput { + s.Marker = &v return s } -// SetTags sets the Tags field's value. -func (s *CreateReplicationInstanceInput) SetTags(v []*Tag) *CreateReplicationInstanceInput { - s.Tags = v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeEventSubscriptionsInput) SetMaxRecords(v int64) *DescribeEventSubscriptionsInput { + s.MaxRecords = &v return s } -// SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value. -func (s *CreateReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateReplicationInstanceInput { - s.VpcSecurityGroupIds = v +// SetSubscriptionName sets the SubscriptionName field's value. +func (s *DescribeEventSubscriptionsInput) SetSubscriptionName(v string) *DescribeEventSubscriptionsInput { + s.SubscriptionName = &v return s } -type CreateReplicationInstanceOutput struct { +type DescribeEventSubscriptionsOutput struct { _ struct{} `type:"structure"` - // The replication instance that was created. - ReplicationInstance *ReplicationInstance `type:"structure"` + // A list of event subscriptions. + EventSubscriptionsList []*EventSubscription `type:"list"` + + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` } // String returns the string representation. @@ -11155,7 +17834,7 @@ type CreateReplicationInstanceOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationInstanceOutput) String() string { +func (s DescribeEventSubscriptionsOutput) String() string { return awsutil.Prettify(s) } @@ -11164,42 +17843,61 @@ func (s CreateReplicationInstanceOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationInstanceOutput) GoString() string { +func (s DescribeEventSubscriptionsOutput) GoString() string { return s.String() } -// SetReplicationInstance sets the ReplicationInstance field's value. -func (s *CreateReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *CreateReplicationInstanceOutput { - s.ReplicationInstance = v +// SetEventSubscriptionsList sets the EventSubscriptionsList field's value. +func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []*EventSubscription) *DescribeEventSubscriptionsOutput { + s.EventSubscriptionsList = v return s } -type CreateReplicationSubnetGroupInput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput { + s.Marker = &v + return s +} + +type DescribeEventsInput struct { _ struct{} `type:"structure"` - // The description for the subnet group. - // - // ReplicationSubnetGroupDescription is a required field - ReplicationSubnetGroupDescription *string `type:"string" required:"true"` + // The duration of the events to be listed. + Duration *int64 `type:"integer"` - // The name for the replication subnet group. This value is stored as a lowercase - // string. - // - // Constraints: Must contain no more than 255 alphanumeric characters, periods, - // spaces, underscores, or hyphens. Must not be "default". + // The end time for the events to be listed. + EndTime *time.Time `type:"timestamp"` + + // A list of event categories for the source type that you've chosen. + EventCategories []*string `type:"list"` + + // Filters applied to events. The only valid filter is replication-instance-id. + Filters []*Filter `type:"list"` + + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // Example: mySubnetgroup + // Default: 100 // - // ReplicationSubnetGroupIdentifier is a required field - ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` + // Constraints: Minimum 20, maximum 100. + MaxRecords *int64 `type:"integer"` - // One or more subnet IDs to be assigned to the subnet group. + // The identifier of an event source. + SourceIdentifier *string `type:"string"` + + // The type of DMS resource that generates events. // - // SubnetIds is a required field - SubnetIds []*string `type:"list" required:"true"` + // Valid values: replication-instance | replication-task + SourceType *string `type:"string" enum:"SourceType"` - // One or more tags to be assigned to the subnet group. - Tags []*Tag `type:"list"` + // The start time for the events to be listed. + StartTime *time.Time `type:"timestamp"` } // String returns the string representation. @@ -11207,7 +17905,7 @@ type CreateReplicationSubnetGroupInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationSubnetGroupInput) String() string { +func (s DescribeEventsInput) String() string { return awsutil.Prettify(s) } @@ -11216,58 +17914,94 @@ func (s CreateReplicationSubnetGroupInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationSubnetGroupInput) GoString() string { +func (s DescribeEventsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateReplicationSubnetGroupInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateReplicationSubnetGroupInput"} - if s.ReplicationSubnetGroupDescription == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupDescription")) - } - if s.ReplicationSubnetGroupIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupIdentifier")) +func (s *DescribeEventsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeEventsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } - if s.SubnetIds == nil { - invalidParams.Add(request.NewErrParamRequired("SubnetIds")) + + if invalidParams.Len() > 0 { + return invalidParams } + return nil +} + +// SetDuration sets the Duration field's value. +func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput { + s.Duration = &v + return s +} + +// SetEndTime sets the EndTime field's value. +func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput { + s.EndTime = &v + return s +} + +// SetEventCategories sets the EventCategories field's value. +func (s *DescribeEventsInput) SetEventCategories(v []*string) *DescribeEventsInput { + s.EventCategories = v + return s +} + +// SetFilters sets the Filters field's value. +func (s *DescribeEventsInput) SetFilters(v []*Filter) *DescribeEventsInput { + s.Filters = v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetMarker sets the Marker field's value. +func (s *DescribeEventsInput) SetMarker(v string) *DescribeEventsInput { + s.Marker = &v + return s } -// SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value. -func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *CreateReplicationSubnetGroupInput { - s.ReplicationSubnetGroupDescription = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput { + s.MaxRecords = &v return s } -// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. -func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationSubnetGroupInput { - s.ReplicationSubnetGroupIdentifier = &v +// SetSourceIdentifier sets the SourceIdentifier field's value. +func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput { + s.SourceIdentifier = &v return s } -// SetSubnetIds sets the SubnetIds field's value. -func (s *CreateReplicationSubnetGroupInput) SetSubnetIds(v []*string) *CreateReplicationSubnetGroupInput { - s.SubnetIds = v +// SetSourceType sets the SourceType field's value. +func (s *DescribeEventsInput) SetSourceType(v string) *DescribeEventsInput { + s.SourceType = &v return s } -// SetTags sets the Tags field's value. -func (s *CreateReplicationSubnetGroupInput) SetTags(v []*Tag) *CreateReplicationSubnetGroupInput { - s.Tags = v +// SetStartTime sets the StartTime field's value. +func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput { + s.StartTime = &v return s } -type CreateReplicationSubnetGroupOutput struct { +type DescribeEventsOutput struct { _ struct{} `type:"structure"` - // The replication subnet group that was created. - ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` + // The events described. + Events []*Event `type:"list"` + + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` } // String returns the string representation. @@ -11275,7 +18009,7 @@ type CreateReplicationSubnetGroupOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationSubnetGroupOutput) String() string { +func (s DescribeEventsOutput) String() string { return awsutil.Prettify(s) } @@ -11284,116 +18018,48 @@ func (s CreateReplicationSubnetGroupOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationSubnetGroupOutput) GoString() string { +func (s DescribeEventsOutput) GoString() string { return s.String() } -// SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value. -func (s *CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *CreateReplicationSubnetGroupOutput { - s.ReplicationSubnetGroup = v +// SetEvents sets the Events field's value. +func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput { + s.Events = v return s } -type CreateReplicationTaskInput struct { - _ struct{} `type:"structure"` - - // Indicates when you want a change data capture (CDC) operation to start. Use - // either CdcStartPosition or CdcStartTime to specify when you want a CDC operation - // to start. Specifying both values results in an error. - // - // The value can be in date, checkpoint, or LSN/SCN format. - // - // Date Example: --cdc-start-position “2018-03-08T12:12:12” - // - // Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" - // - // LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” - // - // When you use this task setting with a source PostgreSQL database, a logical - // replication slot should already be created and associated with the source - // endpoint. You can verify this by setting the slotName extra connection attribute - // to the name of this logical replication slot. For more information, see Extra - // Connection Attributes When Using PostgreSQL as a Source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib). - CdcStartPosition *string `type:"string"` - - // Indicates the start time for a change data capture (CDC) operation. Use either - // CdcStartTime or CdcStartPosition to specify when you want a CDC operation - // to start. Specifying both values results in an error. - // - // Timestamp Example: --cdc-start-time “2018-03-08T12:12:12” - CdcStartTime *time.Time `type:"timestamp"` - - // Indicates when you want a change data capture (CDC) operation to stop. The - // value can be either server time or commit time. - // - // Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” - // - // Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“ - CdcStopPosition *string `type:"string"` - - // The migration type. Valid values: full-load | cdc | full-load-and-cdc - // - // MigrationType is a required field - MigrationType *string `type:"string" required:"true" enum:"MigrationTypeValue"` - - // The Amazon Resource Name (ARN) of a replication instance. - // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` - - // An identifier for the replication task. - // - // Constraints: - // - // * Must contain 1-255 alphanumeric characters or hyphens. - // - // * First character must be a letter. - // - // * Cannot end with a hyphen or contain two consecutive hyphens. - // - // ReplicationTaskIdentifier is a required field - ReplicationTaskIdentifier *string `type:"string" required:"true"` - - // Overall settings for the task, in JSON format. For more information, see - // Specifying Task Settings for Database Migration Service Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html) - // in the Database Migration Service User Guide. - ReplicationTaskSettings *string `type:"string"` +// SetMarker sets the Marker field's value. +func (s *DescribeEventsOutput) SetMarker(v string) *DescribeEventsOutput { + s.Marker = &v + return s +} - // A friendly name for the resource identifier at the end of the EndpointArn - // response parameter that is returned in the created Endpoint object. The value - // for this parameter can have up to 31 characters. It can contain only ASCII - // letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain - // two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. - // For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. - // If you don't specify a ResourceIdentifier value, DMS generates a default - // identifier value for the end of EndpointArn. - ResourceIdentifier *string `type:"string"` +type DescribeExtensionPackAssociationsInput struct { + _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies the source endpoint. - // - // SourceEndpointArn is a required field - SourceEndpointArn *string `type:"string" required:"true"` + // Filters applied to the extension pack associations described in the form + // of key-value pairs. + Filters []*Filter `type:"list"` - // The table mappings for the task, in JSON format. For more information, see - // Using Table Mapping to Specify Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html) - // in the Database Migration Service User Guide. + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // TableMappings is a required field - TableMappings *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` - // One or more tags to be assigned to the replication task. - Tags []*Tag `type:"list"` + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` - // An Amazon Resource Name (ARN) that uniquely identifies the target endpoint. + // The name or Amazon Resource Name (ARN) for the migration project. // - // TargetEndpointArn is a required field - TargetEndpointArn *string `type:"string" required:"true"` - - // Supplemental information that the task requires to migrate the data for certain - // source and target endpoints. For more information, see Specifying Supplemental - // Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) - // in the Database Migration Service User Guide. - TaskData *string `type:"string"` + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -11401,7 +18067,7 @@ type CreateReplicationTaskInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationTaskInput) String() string { +func (s DescribeExtensionPackAssociationsInput) String() string { return awsutil.Prettify(s) } @@ -11410,30 +18076,25 @@ func (s CreateReplicationTaskInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationTaskInput) GoString() string { +func (s DescribeExtensionPackAssociationsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *CreateReplicationTaskInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "CreateReplicationTaskInput"} - if s.MigrationType == nil { - invalidParams.Add(request.NewErrParamRequired("MigrationType")) - } - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) - } - if s.ReplicationTaskIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskIdentifier")) - } - if s.SourceEndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("SourceEndpointArn")) +func (s *DescribeExtensionPackAssociationsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeExtensionPackAssociationsInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) } - if s.TableMappings == nil { - invalidParams.Add(request.NewErrParamRequired("TableMappings")) - } - if s.TargetEndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("TargetEndpointArn")) + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -11442,89 +18103,46 @@ func (s *CreateReplicationTaskInput) Validate() error { return nil } -// SetCdcStartPosition sets the CdcStartPosition field's value. -func (s *CreateReplicationTaskInput) SetCdcStartPosition(v string) *CreateReplicationTaskInput { - s.CdcStartPosition = &v - return s -} - -// SetCdcStartTime sets the CdcStartTime field's value. -func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput { - s.CdcStartTime = &v - return s -} - -// SetCdcStopPosition sets the CdcStopPosition field's value. -func (s *CreateReplicationTaskInput) SetCdcStopPosition(v string) *CreateReplicationTaskInput { - s.CdcStopPosition = &v - return s -} - -// SetMigrationType sets the MigrationType field's value. -func (s *CreateReplicationTaskInput) SetMigrationType(v string) *CreateReplicationTaskInput { - s.MigrationType = &v - return s -} - -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput { - s.ReplicationInstanceArn = &v - return s -} - -// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. -func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput { - s.ReplicationTaskIdentifier = &v - return s -} - -// SetReplicationTaskSettings sets the ReplicationTaskSettings field's value. -func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput { - s.ReplicationTaskSettings = &v - return s -} - -// SetResourceIdentifier sets the ResourceIdentifier field's value. -func (s *CreateReplicationTaskInput) SetResourceIdentifier(v string) *CreateReplicationTaskInput { - s.ResourceIdentifier = &v - return s -} - -// SetSourceEndpointArn sets the SourceEndpointArn field's value. -func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput { - s.SourceEndpointArn = &v - return s -} - -// SetTableMappings sets the TableMappings field's value. -func (s *CreateReplicationTaskInput) SetTableMappings(v string) *CreateReplicationTaskInput { - s.TableMappings = &v +// SetFilters sets the Filters field's value. +func (s *DescribeExtensionPackAssociationsInput) SetFilters(v []*Filter) *DescribeExtensionPackAssociationsInput { + s.Filters = v return s } -// SetTags sets the Tags field's value. -func (s *CreateReplicationTaskInput) SetTags(v []*Tag) *CreateReplicationTaskInput { - s.Tags = v +// SetMarker sets the Marker field's value. +func (s *DescribeExtensionPackAssociationsInput) SetMarker(v string) *DescribeExtensionPackAssociationsInput { + s.Marker = &v return s } -// SetTargetEndpointArn sets the TargetEndpointArn field's value. -func (s *CreateReplicationTaskInput) SetTargetEndpointArn(v string) *CreateReplicationTaskInput { - s.TargetEndpointArn = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeExtensionPackAssociationsInput) SetMaxRecords(v int64) *DescribeExtensionPackAssociationsInput { + s.MaxRecords = &v return s } -// SetTaskData sets the TaskData field's value. -func (s *CreateReplicationTaskInput) SetTaskData(v string) *CreateReplicationTaskInput { - s.TaskData = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeExtensionPackAssociationsInput) SetMigrationProjectIdentifier(v string) *DescribeExtensionPackAssociationsInput { + s.MigrationProjectIdentifier = &v return s } -type CreateReplicationTaskOutput struct { +type DescribeExtensionPackAssociationsOutput struct { _ struct{} `type:"structure"` - // The replication task that was created. - ReplicationTask *ReplicationTask `type:"structure"` + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of extension pack associations for the specified migration + // project. + Requests []*SchemaConversionRequest `type:"list"` } // String returns the string representation. @@ -11532,7 +18150,7 @@ type CreateReplicationTaskOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationTaskOutput) String() string { +func (s DescribeExtensionPackAssociationsOutput) String() string { return awsutil.Prettify(s) } @@ -11541,44 +18159,44 @@ func (s CreateReplicationTaskOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s CreateReplicationTaskOutput) GoString() string { +func (s DescribeExtensionPackAssociationsOutput) GoString() string { return s.String() } -// SetReplicationTask sets the ReplicationTask field's value. -func (s *CreateReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *CreateReplicationTaskOutput { - s.ReplicationTask = v +// SetMarker sets the Marker field's value. +func (s *DescribeExtensionPackAssociationsOutput) SetMarker(v string) *DescribeExtensionPackAssociationsOutput { + s.Marker = &v return s } -// Describes an inventory database instance for a Fleet Advisor collector. -type DatabaseInstanceSoftwareDetailsResponse struct { - _ struct{} `type:"structure"` - - // The database engine of a database in a Fleet Advisor collector inventory, - // for example Microsoft SQL Server. - Engine *string `type:"string"` - - // The database engine edition of a database in a Fleet Advisor collector inventory, - // for example Express. - EngineEdition *string `type:"string"` - - // The database engine version of a database in a Fleet Advisor collector inventory, - // for example 2019. - EngineVersion *string `type:"string"` +// SetRequests sets the Requests field's value. +func (s *DescribeExtensionPackAssociationsOutput) SetRequests(v []*SchemaConversionRequest) *DescribeExtensionPackAssociationsOutput { + s.Requests = v + return s +} - // The operating system architecture of the database. - OsArchitecture *int64 `type:"integer"` +type DescribeFleetAdvisorCollectorsInput struct { + _ struct{} `type:"structure"` - // The service pack level of the database. - ServicePack *string `type:"string"` + // If you specify any of the following filters, the output includes information + // for only those collectors that meet the filter criteria: + // + // * collector-referenced-id – The ID of the collector agent, for example + // d4610ac5-e323-4ad9-bc50-eaf7249dfe9d. + // + // * collector-name – The name of the collector agent. + // + // An example is: describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d" + Filters []*Filter `type:"list"` - // The support level of the database, for example Mainstream support. - SupportLevel *string `type:"string"` + // Sets the maximum number of records returned in the response. + MaxRecords *int64 `type:"integer"` - // Information about the database engine software, for example Mainstream support - // ends on November 14th, 2024. - Tooltip *string `type:"string"` + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11586,7 +18204,7 @@ type DatabaseInstanceSoftwareDetailsResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DatabaseInstanceSoftwareDetailsResponse) String() string { +func (s DescribeFleetAdvisorCollectorsInput) String() string { return awsutil.Prettify(s) } @@ -11595,77 +18213,60 @@ func (s DatabaseInstanceSoftwareDetailsResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DatabaseInstanceSoftwareDetailsResponse) GoString() string { +func (s DescribeFleetAdvisorCollectorsInput) GoString() string { return s.String() } -// SetEngine sets the Engine field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetEngine(v string) *DatabaseInstanceSoftwareDetailsResponse { - s.Engine = &v - return s -} - -// SetEngineEdition sets the EngineEdition field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetEngineEdition(v string) *DatabaseInstanceSoftwareDetailsResponse { - s.EngineEdition = &v - return s -} - -// SetEngineVersion sets the EngineVersion field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetEngineVersion(v string) *DatabaseInstanceSoftwareDetailsResponse { - s.EngineVersion = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeFleetAdvisorCollectorsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorCollectorsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } -// SetOsArchitecture sets the OsArchitecture field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetOsArchitecture(v int64) *DatabaseInstanceSoftwareDetailsResponse { - s.OsArchitecture = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetServicePack sets the ServicePack field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetServicePack(v string) *DatabaseInstanceSoftwareDetailsResponse { - s.ServicePack = &v +// SetFilters sets the Filters field's value. +func (s *DescribeFleetAdvisorCollectorsInput) SetFilters(v []*Filter) *DescribeFleetAdvisorCollectorsInput { + s.Filters = v return s } -// SetSupportLevel sets the SupportLevel field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetSupportLevel(v string) *DatabaseInstanceSoftwareDetailsResponse { - s.SupportLevel = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeFleetAdvisorCollectorsInput) SetMaxRecords(v int64) *DescribeFleetAdvisorCollectorsInput { + s.MaxRecords = &v return s } -// SetTooltip sets the Tooltip field's value. -func (s *DatabaseInstanceSoftwareDetailsResponse) SetTooltip(v string) *DatabaseInstanceSoftwareDetailsResponse { - s.Tooltip = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorCollectorsInput) SetNextToken(v string) *DescribeFleetAdvisorCollectorsInput { + s.NextToken = &v return s } -// Describes a database in a Fleet Advisor collector inventory. -type DatabaseResponse struct { +type DescribeFleetAdvisorCollectorsOutput struct { _ struct{} `type:"structure"` - // A list of collectors associated with the database. - Collectors []*CollectorShortInfoResponse `type:"list"` - - // The ID of a database in a Fleet Advisor collector inventory. - DatabaseId *string `type:"string"` - - // The name of a database in a Fleet Advisor collector inventory. - DatabaseName *string `type:"string"` - - // The IP address of a database in a Fleet Advisor collector inventory. - IpAddress *string `type:"string"` - - // The number of schemas in a Fleet Advisor collector inventory database. - NumberOfSchemas *int64 `type:"long"` - - // The server name of a database in a Fleet Advisor collector inventory. - Server *ServerShortInfoResponse `type:"structure"` + // Provides descriptions of the Fleet Advisor collectors, including the collectors' + // name and ID, and the latest inventory data. + Collectors []*CollectorResponse `type:"list"` - // The software details of a database in a Fleet Advisor collector inventory, - // such as database engine and version. - SoftwareDetails *DatabaseInstanceSoftwareDetailsResponse `type:"structure"` + // If NextToken is returned, there are more results available. The value of + // NextToken is a unique pagination token for each page. Make the call again + // using the returned token to retrieve the next page. Keep all other arguments + // unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11673,7 +18274,7 @@ type DatabaseResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DatabaseResponse) String() string { +func (s DescribeFleetAdvisorCollectorsOutput) String() string { return awsutil.Prettify(s) } @@ -11682,68 +18283,121 @@ func (s DatabaseResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DatabaseResponse) GoString() string { +func (s DescribeFleetAdvisorCollectorsOutput) GoString() string { return s.String() } // SetCollectors sets the Collectors field's value. -func (s *DatabaseResponse) SetCollectors(v []*CollectorShortInfoResponse) *DatabaseResponse { +func (s *DescribeFleetAdvisorCollectorsOutput) SetCollectors(v []*CollectorResponse) *DescribeFleetAdvisorCollectorsOutput { s.Collectors = v return s } -// SetDatabaseId sets the DatabaseId field's value. -func (s *DatabaseResponse) SetDatabaseId(v string) *DatabaseResponse { - s.DatabaseId = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorCollectorsOutput) SetNextToken(v string) *DescribeFleetAdvisorCollectorsOutput { + s.NextToken = &v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *DatabaseResponse) SetDatabaseName(v string) *DatabaseResponse { - s.DatabaseName = &v - return s +type DescribeFleetAdvisorDatabasesInput struct { + _ struct{} `type:"structure"` + + // If you specify any of the following filters, the output includes information + // for only those databases that meet the filter criteria: + // + // * database-id – The ID of the database. + // + // * database-name – The name of the database. + // + // * database-engine – The name of the database engine. + // + // * server-ip-address – The IP address of the database server. + // + // * database-ip-address – The IP address of the database. + // + // * collector-name – The name of the associated Fleet Advisor collector. + // + // An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45" + Filters []*Filter `type:"list"` + + // Sets the maximum number of records returned in the response. + MaxRecords *int64 `type:"integer"` + + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } -// SetIpAddress sets the IpAddress field's value. -func (s *DatabaseResponse) SetIpAddress(v string) *DatabaseResponse { - s.IpAddress = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeFleetAdvisorDatabasesInput) String() string { + return awsutil.Prettify(s) } -// SetNumberOfSchemas sets the NumberOfSchemas field's value. -func (s *DatabaseResponse) SetNumberOfSchemas(v int64) *DatabaseResponse { - s.NumberOfSchemas = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DescribeFleetAdvisorDatabasesInput) GoString() string { + return s.String() } -// SetServer sets the Server field's value. -func (s *DatabaseResponse) SetServer(v *ServerShortInfoResponse) *DatabaseResponse { - s.Server = v +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeFleetAdvisorDatabasesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorDatabasesInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetFilters sets the Filters field's value. +func (s *DescribeFleetAdvisorDatabasesInput) SetFilters(v []*Filter) *DescribeFleetAdvisorDatabasesInput { + s.Filters = v + return s +} + +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeFleetAdvisorDatabasesInput) SetMaxRecords(v int64) *DescribeFleetAdvisorDatabasesInput { + s.MaxRecords = &v return s } -// SetSoftwareDetails sets the SoftwareDetails field's value. -func (s *DatabaseResponse) SetSoftwareDetails(v *DatabaseInstanceSoftwareDetailsResponse) *DatabaseResponse { - s.SoftwareDetails = v +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorDatabasesInput) SetNextToken(v string) *DescribeFleetAdvisorDatabasesInput { + s.NextToken = &v return s } -// Describes a database in a Fleet Advisor collector inventory. -type DatabaseShortInfoResponse struct { +type DescribeFleetAdvisorDatabasesOutput struct { _ struct{} `type:"structure"` - // The database engine of a database in a Fleet Advisor collector inventory, - // for example PostgreSQL. - DatabaseEngine *string `type:"string"` - - // The ID of a database in a Fleet Advisor collector inventory. - DatabaseId *string `type:"string"` - - // The IP address of a database in a Fleet Advisor collector inventory. - DatabaseIpAddress *string `type:"string"` + // Provides descriptions of the Fleet Advisor collector databases, including + // the database's collector, ID, and name. + Databases []*DatabaseResponse `type:"list"` - // The name of a database in a Fleet Advisor collector inventory. - DatabaseName *string `type:"string"` + // If NextToken is returned, there are more results available. The value of + // NextToken is a unique pagination token for each page. Make the call again + // using the returned token to retrieve the next page. Keep all other arguments + // unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11751,7 +18405,7 @@ type DatabaseShortInfoResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DatabaseShortInfoResponse) String() string { +func (s DescribeFleetAdvisorDatabasesOutput) String() string { return awsutil.Prettify(s) } @@ -11760,41 +18414,33 @@ func (s DatabaseShortInfoResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DatabaseShortInfoResponse) GoString() string { +func (s DescribeFleetAdvisorDatabasesOutput) GoString() string { return s.String() } -// SetDatabaseEngine sets the DatabaseEngine field's value. -func (s *DatabaseShortInfoResponse) SetDatabaseEngine(v string) *DatabaseShortInfoResponse { - s.DatabaseEngine = &v - return s -} - -// SetDatabaseId sets the DatabaseId field's value. -func (s *DatabaseShortInfoResponse) SetDatabaseId(v string) *DatabaseShortInfoResponse { - s.DatabaseId = &v - return s -} - -// SetDatabaseIpAddress sets the DatabaseIpAddress field's value. -func (s *DatabaseShortInfoResponse) SetDatabaseIpAddress(v string) *DatabaseShortInfoResponse { - s.DatabaseIpAddress = &v +// SetDatabases sets the Databases field's value. +func (s *DescribeFleetAdvisorDatabasesOutput) SetDatabases(v []*DatabaseResponse) *DescribeFleetAdvisorDatabasesOutput { + s.Databases = v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *DatabaseShortInfoResponse) SetDatabaseName(v string) *DatabaseShortInfoResponse { - s.DatabaseName = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorDatabasesOutput) SetNextToken(v string) *DescribeFleetAdvisorDatabasesOutput { + s.NextToken = &v return s } -type DeleteCertificateInput struct { +type DescribeFleetAdvisorLsaAnalysisInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the certificate. - // - // CertificateArn is a required field - CertificateArn *string `type:"string" required:"true"` + // Sets the maximum number of records returned in the response. + MaxRecords *int64 `type:"integer"` + + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11802,7 +18448,7 @@ type DeleteCertificateInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteCertificateInput) String() string { +func (s DescribeFleetAdvisorLsaAnalysisInput) String() string { return awsutil.Prettify(s) } @@ -11811,34 +18457,33 @@ func (s DeleteCertificateInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteCertificateInput) GoString() string { +func (s DescribeFleetAdvisorLsaAnalysisInput) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteCertificateInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteCertificateInput"} - if s.CertificateArn == nil { - invalidParams.Add(request.NewErrParamRequired("CertificateArn")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeFleetAdvisorLsaAnalysisInput) SetMaxRecords(v int64) *DescribeFleetAdvisorLsaAnalysisInput { + s.MaxRecords = &v + return s } -// SetCertificateArn sets the CertificateArn field's value. -func (s *DeleteCertificateInput) SetCertificateArn(v string) *DeleteCertificateInput { - s.CertificateArn = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorLsaAnalysisInput) SetNextToken(v string) *DescribeFleetAdvisorLsaAnalysisInput { + s.NextToken = &v return s } -type DeleteCertificateOutput struct { +type DescribeFleetAdvisorLsaAnalysisOutput struct { _ struct{} `type:"structure"` - // The Secure Sockets Layer (SSL) certificate. - Certificate *Certificate `type:"structure"` + // A list of FleetAdvisorLsaAnalysisResponse objects. + Analysis []*FleetAdvisorLsaAnalysisResponse `type:"list"` + + // If NextToken is returned, there are more results available. The value of + // NextToken is a unique pagination token for each page. Make the call again + // using the returned token to retrieve the next page. Keep all other arguments + // unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11846,7 +18491,7 @@ type DeleteCertificateOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteCertificateOutput) String() string { +func (s DescribeFleetAdvisorLsaAnalysisOutput) String() string { return awsutil.Prettify(s) } @@ -11855,28 +18500,41 @@ func (s DeleteCertificateOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteCertificateOutput) GoString() string { +func (s DescribeFleetAdvisorLsaAnalysisOutput) GoString() string { return s.String() } -// SetCertificate sets the Certificate field's value. -func (s *DeleteCertificateOutput) SetCertificate(v *Certificate) *DeleteCertificateOutput { - s.Certificate = v +// SetAnalysis sets the Analysis field's value. +func (s *DescribeFleetAdvisorLsaAnalysisOutput) SetAnalysis(v []*FleetAdvisorLsaAnalysisResponse) *DescribeFleetAdvisorLsaAnalysisOutput { + s.Analysis = v return s } -type DeleteConnectionInput struct { +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorLsaAnalysisOutput) SetNextToken(v string) *DescribeFleetAdvisorLsaAnalysisOutput { + s.NextToken = &v + return s +} + +type DescribeFleetAdvisorSchemaObjectSummaryInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // If you specify any of the following filters, the output includes information + // for only those schema objects that meet the filter criteria: // - // EndpointArn is a required field - EndpointArn *string `type:"string" required:"true"` - - // The Amazon Resource Name (ARN) of the replication instance. + // * schema-id – The ID of the schema, for example d4610ac5-e323-4ad9-bc50-eaf7249dfe9d. // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` + // Example: describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50" + Filters []*Filter `type:"list"` + + // Sets the maximum number of records returned in the response. + MaxRecords *int64 `type:"integer"` + + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11884,7 +18542,7 @@ type DeleteConnectionInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteConnectionInput) String() string { +func (s DescribeFleetAdvisorSchemaObjectSummaryInput) String() string { return awsutil.Prettify(s) } @@ -11893,18 +18551,22 @@ func (s DeleteConnectionInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteConnectionInput) GoString() string { +func (s DescribeFleetAdvisorSchemaObjectSummaryInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteConnectionInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteConnectionInput"} - if s.EndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointArn")) - } - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) +func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorSchemaObjectSummaryInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -11913,23 +18575,35 @@ func (s *DeleteConnectionInput) Validate() error { return nil } -// SetEndpointArn sets the EndpointArn field's value. -func (s *DeleteConnectionInput) SetEndpointArn(v string) *DeleteConnectionInput { - s.EndpointArn = &v +// SetFilters sets the Filters field's value. +func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) SetFilters(v []*Filter) *DescribeFleetAdvisorSchemaObjectSummaryInput { + s.Filters = v return s } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *DeleteConnectionInput) SetReplicationInstanceArn(v string) *DeleteConnectionInput { - s.ReplicationInstanceArn = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) SetMaxRecords(v int64) *DescribeFleetAdvisorSchemaObjectSummaryInput { + s.MaxRecords = &v return s } -type DeleteConnectionOutput struct { +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) SetNextToken(v string) *DescribeFleetAdvisorSchemaObjectSummaryInput { + s.NextToken = &v + return s +} + +type DescribeFleetAdvisorSchemaObjectSummaryOutput struct { _ struct{} `type:"structure"` - // The connection that is being deleted. - Connection *Connection `type:"structure"` + // A collection of FleetAdvisorSchemaObjectResponse objects. + FleetAdvisorSchemaObjects []*FleetAdvisorSchemaObjectResponse `type:"list"` + + // If NextToken is returned, there are more results available. The value of + // NextToken is a unique pagination token for each page. Make the call again + // using the returned token to retrieve the next page. Keep all other arguments + // unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11937,7 +18611,7 @@ type DeleteConnectionOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteConnectionOutput) String() string { +func (s DescribeFleetAdvisorSchemaObjectSummaryOutput) String() string { return awsutil.Prettify(s) } @@ -11946,23 +18620,57 @@ func (s DeleteConnectionOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteConnectionOutput) GoString() string { +func (s DescribeFleetAdvisorSchemaObjectSummaryOutput) GoString() string { return s.String() } -// SetConnection sets the Connection field's value. -func (s *DeleteConnectionOutput) SetConnection(v *Connection) *DeleteConnectionOutput { - s.Connection = v +// SetFleetAdvisorSchemaObjects sets the FleetAdvisorSchemaObjects field's value. +func (s *DescribeFleetAdvisorSchemaObjectSummaryOutput) SetFleetAdvisorSchemaObjects(v []*FleetAdvisorSchemaObjectResponse) *DescribeFleetAdvisorSchemaObjectSummaryOutput { + s.FleetAdvisorSchemaObjects = v return s } -type DeleteEndpointInput struct { +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorSchemaObjectSummaryOutput) SetNextToken(v string) *DescribeFleetAdvisorSchemaObjectSummaryOutput { + s.NextToken = &v + return s +} + +type DescribeFleetAdvisorSchemasInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // If you specify any of the following filters, the output includes information + // for only those schemas that meet the filter criteria: // - // EndpointArn is a required field - EndpointArn *string `type:"string" required:"true"` + // * complexity – The schema's complexity, for example Simple. + // + // * database-id – The ID of the schema's database. + // + // * database-ip-address – The IP address of the schema's database. + // + // * database-name – The name of the schema's database. + // + // * database-engine – The name of the schema database's engine. + // + // * original-schema-name – The name of the schema's database's main schema. + // + // * schema-id – The ID of the schema, for example 15. + // + // * schema-name – The name of the schema. + // + // * server-ip-address – The IP address of the schema database's server. + // + // An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50" + Filters []*Filter `type:"list"` + + // Sets the maximum number of records returned in the response. + MaxRecords *int64 `type:"integer"` + + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -11970,7 +18678,7 @@ type DeleteEndpointInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEndpointInput) String() string { +func (s DescribeFleetAdvisorSchemasInput) String() string { return awsutil.Prettify(s) } @@ -11979,15 +18687,22 @@ func (s DeleteEndpointInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEndpointInput) GoString() string { +func (s DescribeFleetAdvisorSchemasInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteEndpointInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteEndpointInput"} - if s.EndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointArn")) +func (s *DescribeFleetAdvisorSchemasInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorSchemasInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -11996,17 +18711,35 @@ func (s *DeleteEndpointInput) Validate() error { return nil } -// SetEndpointArn sets the EndpointArn field's value. -func (s *DeleteEndpointInput) SetEndpointArn(v string) *DeleteEndpointInput { - s.EndpointArn = &v +// SetFilters sets the Filters field's value. +func (s *DescribeFleetAdvisorSchemasInput) SetFilters(v []*Filter) *DescribeFleetAdvisorSchemasInput { + s.Filters = v return s } -type DeleteEndpointOutput struct { +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeFleetAdvisorSchemasInput) SetMaxRecords(v int64) *DescribeFleetAdvisorSchemasInput { + s.MaxRecords = &v + return s +} + +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorSchemasInput) SetNextToken(v string) *DescribeFleetAdvisorSchemasInput { + s.NextToken = &v + return s +} + +type DescribeFleetAdvisorSchemasOutput struct { _ struct{} `type:"structure"` - // The endpoint that was deleted. - Endpoint *Endpoint `type:"structure"` + // A collection of SchemaResponse objects. + FleetAdvisorSchemas []*SchemaResponse `type:"list"` + + // If NextToken is returned, there are more results available. The value of + // NextToken is a unique pagination token for each page. Make the call again + // using the returned token to retrieve the next page. Keep all other arguments + // unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -12014,7 +18747,7 @@ type DeleteEndpointOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEndpointOutput) String() string { +func (s DescribeFleetAdvisorSchemasOutput) String() string { return awsutil.Prettify(s) } @@ -12023,23 +18756,43 @@ func (s DeleteEndpointOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEndpointOutput) GoString() string { +func (s DescribeFleetAdvisorSchemasOutput) GoString() string { return s.String() } -// SetEndpoint sets the Endpoint field's value. -func (s *DeleteEndpointOutput) SetEndpoint(v *Endpoint) *DeleteEndpointOutput { - s.Endpoint = v +// SetFleetAdvisorSchemas sets the FleetAdvisorSchemas field's value. +func (s *DescribeFleetAdvisorSchemasOutput) SetFleetAdvisorSchemas(v []*SchemaResponse) *DescribeFleetAdvisorSchemasOutput { + s.FleetAdvisorSchemas = v return s } -type DeleteEventSubscriptionInput struct { +// SetNextToken sets the NextToken field's value. +func (s *DescribeFleetAdvisorSchemasOutput) SetNextToken(v string) *DescribeFleetAdvisorSchemasOutput { + s.NextToken = &v + return s +} + +type DescribeInstanceProfilesInput struct { _ struct{} `type:"structure"` - // The name of the DMS event notification subscription to be deleted. + // Filters applied to the instance profiles described in the form of key-value + // pairs. + Filters []*Filter `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // SubscriptionName is a required field - SubscriptionName *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -12047,7 +18800,7 @@ type DeleteEventSubscriptionInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEventSubscriptionInput) String() string { +func (s DescribeInstanceProfilesInput) String() string { return awsutil.Prettify(s) } @@ -12056,15 +18809,22 @@ func (s DeleteEventSubscriptionInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEventSubscriptionInput) GoString() string { +func (s DescribeInstanceProfilesInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteEventSubscriptionInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteEventSubscriptionInput"} - if s.SubscriptionName == nil { - invalidParams.Add(request.NewErrParamRequired("SubscriptionName")) +func (s *DescribeInstanceProfilesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeInstanceProfilesInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -12073,17 +18833,39 @@ func (s *DeleteEventSubscriptionInput) Validate() error { return nil } -// SetSubscriptionName sets the SubscriptionName field's value. -func (s *DeleteEventSubscriptionInput) SetSubscriptionName(v string) *DeleteEventSubscriptionInput { - s.SubscriptionName = &v +// SetFilters sets the Filters field's value. +func (s *DescribeInstanceProfilesInput) SetFilters(v []*Filter) *DescribeInstanceProfilesInput { + s.Filters = v return s } -type DeleteEventSubscriptionOutput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeInstanceProfilesInput) SetMarker(v string) *DescribeInstanceProfilesInput { + s.Marker = &v + return s +} + +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeInstanceProfilesInput) SetMaxRecords(v int64) *DescribeInstanceProfilesInput { + s.MaxRecords = &v + return s +} + +type DescribeInstanceProfilesOutput struct { _ struct{} `type:"structure"` - // The event subscription that was deleted. - EventSubscription *EventSubscription `type:"structure"` + // A description of instance profiles. + InstanceProfiles []*InstanceProfile `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` } // String returns the string representation. @@ -12091,7 +18873,7 @@ type DeleteEventSubscriptionOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEventSubscriptionOutput) String() string { +func (s DescribeInstanceProfilesOutput) String() string { return awsutil.Prettify(s) } @@ -12100,23 +18882,48 @@ func (s DeleteEventSubscriptionOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteEventSubscriptionOutput) GoString() string { +func (s DescribeInstanceProfilesOutput) GoString() string { return s.String() } -// SetEventSubscription sets the EventSubscription field's value. -func (s *DeleteEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *DeleteEventSubscriptionOutput { - s.EventSubscription = v +// SetInstanceProfiles sets the InstanceProfiles field's value. +func (s *DescribeInstanceProfilesOutput) SetInstanceProfiles(v []*InstanceProfile) *DescribeInstanceProfilesOutput { + s.InstanceProfiles = v return s } -type DeleteFleetAdvisorCollectorInput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeInstanceProfilesOutput) SetMarker(v string) *DescribeInstanceProfilesOutput { + s.Marker = &v + return s +} + +type DescribeMetadataModelAssessmentsInput struct { _ struct{} `type:"structure"` - // The reference ID of the Fleet Advisor collector to delete. + // Filters applied to the metadata model assessments described in the form of + // key-value pairs. + Filters []*Filter `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // CollectorReferencedId is a required field - CollectorReferencedId *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` + + // The name or Amazon Resource Name (ARN) of the migration project. + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -12124,7 +18931,7 @@ type DeleteFleetAdvisorCollectorInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteFleetAdvisorCollectorInput) String() string { +func (s DescribeMetadataModelAssessmentsInput) String() string { return awsutil.Prettify(s) } @@ -12133,15 +18940,25 @@ func (s DeleteFleetAdvisorCollectorInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteFleetAdvisorCollectorInput) GoString() string { +func (s DescribeMetadataModelAssessmentsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteFleetAdvisorCollectorInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteFleetAdvisorCollectorInput"} - if s.CollectorReferencedId == nil { - invalidParams.Add(request.NewErrParamRequired("CollectorReferencedId")) +func (s *DescribeMetadataModelAssessmentsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeMetadataModelAssessmentsInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -12150,41 +18967,46 @@ func (s *DeleteFleetAdvisorCollectorInput) Validate() error { return nil } -// SetCollectorReferencedId sets the CollectorReferencedId field's value. -func (s *DeleteFleetAdvisorCollectorInput) SetCollectorReferencedId(v string) *DeleteFleetAdvisorCollectorInput { - s.CollectorReferencedId = &v +// SetFilters sets the Filters field's value. +func (s *DescribeMetadataModelAssessmentsInput) SetFilters(v []*Filter) *DescribeMetadataModelAssessmentsInput { + s.Filters = v return s } -type DeleteFleetAdvisorCollectorOutput struct { - _ struct{} `type:"structure"` +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelAssessmentsInput) SetMarker(v string) *DescribeMetadataModelAssessmentsInput { + s.Marker = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DeleteFleetAdvisorCollectorOutput) String() string { - return awsutil.Prettify(s) +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeMetadataModelAssessmentsInput) SetMaxRecords(v int64) *DescribeMetadataModelAssessmentsInput { + s.MaxRecords = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DeleteFleetAdvisorCollectorOutput) GoString() string { - return s.String() +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeMetadataModelAssessmentsInput) SetMigrationProjectIdentifier(v string) *DescribeMetadataModelAssessmentsInput { + s.MigrationProjectIdentifier = &v + return s } -type DeleteFleetAdvisorDatabasesInput struct { +type DescribeMetadataModelAssessmentsOutput struct { _ struct{} `type:"structure"` - // The IDs of the Fleet Advisor collector databases to delete. + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // DatabaseIds is a required field - DatabaseIds []*string `type:"list" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of metadata model assessments for the specified migration + // project. + Requests []*SchemaConversionRequest `type:"list"` } // String returns the string representation. @@ -12192,7 +19014,7 @@ type DeleteFleetAdvisorDatabasesInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteFleetAdvisorDatabasesInput) String() string { +func (s DescribeMetadataModelAssessmentsOutput) String() string { return awsutil.Prettify(s) } @@ -12201,67 +19023,48 @@ func (s DeleteFleetAdvisorDatabasesInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteFleetAdvisorDatabasesInput) GoString() string { +func (s DescribeMetadataModelAssessmentsOutput) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteFleetAdvisorDatabasesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteFleetAdvisorDatabasesInput"} - if s.DatabaseIds == nil { - invalidParams.Add(request.NewErrParamRequired("DatabaseIds")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelAssessmentsOutput) SetMarker(v string) *DescribeMetadataModelAssessmentsOutput { + s.Marker = &v + return s } -// SetDatabaseIds sets the DatabaseIds field's value. -func (s *DeleteFleetAdvisorDatabasesInput) SetDatabaseIds(v []*string) *DeleteFleetAdvisorDatabasesInput { - s.DatabaseIds = v +// SetRequests sets the Requests field's value. +func (s *DescribeMetadataModelAssessmentsOutput) SetRequests(v []*SchemaConversionRequest) *DescribeMetadataModelAssessmentsOutput { + s.Requests = v return s } -type DeleteFleetAdvisorDatabasesOutput struct { +type DescribeMetadataModelConversionsInput struct { _ struct{} `type:"structure"` - // The IDs of the databases that the operation deleted. - DatabaseIds []*string `type:"list"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DeleteFleetAdvisorDatabasesOutput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DeleteFleetAdvisorDatabasesOutput) GoString() string { - return s.String() -} + // Filters applied to the metadata model conversions described in the form of + // key-value pairs. + Filters []*Filter `type:"list"` -// SetDatabaseIds sets the DatabaseIds field's value. -func (s *DeleteFleetAdvisorDatabasesOutput) SetDatabaseIds(v []*string) *DeleteFleetAdvisorDatabasesOutput { - s.DatabaseIds = v - return s -} + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` -type DeleteReplicationConfigInput struct { - _ struct{} `type:"structure"` + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` - // The replication config to delete. + // The migration project name or Amazon Resource Name (ARN). // - // ReplicationConfigArn is a required field - ReplicationConfigArn *string `type:"string" required:"true"` + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -12269,7 +19072,7 @@ type DeleteReplicationConfigInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationConfigInput) String() string { +func (s DescribeMetadataModelConversionsInput) String() string { return awsutil.Prettify(s) } @@ -12278,15 +19081,25 @@ func (s DeleteReplicationConfigInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationConfigInput) GoString() string { +func (s DescribeMetadataModelConversionsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteReplicationConfigInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationConfigInput"} - if s.ReplicationConfigArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) +func (s *DescribeMetadataModelConversionsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeMetadataModelConversionsInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -12295,18 +19108,45 @@ func (s *DeleteReplicationConfigInput) Validate() error { return nil } -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *DeleteReplicationConfigInput) SetReplicationConfigArn(v string) *DeleteReplicationConfigInput { - s.ReplicationConfigArn = &v +// SetFilters sets the Filters field's value. +func (s *DescribeMetadataModelConversionsInput) SetFilters(v []*Filter) *DescribeMetadataModelConversionsInput { + s.Filters = v return s } -type DeleteReplicationConfigOutput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelConversionsInput) SetMarker(v string) *DescribeMetadataModelConversionsInput { + s.Marker = &v + return s +} + +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeMetadataModelConversionsInput) SetMaxRecords(v int64) *DescribeMetadataModelConversionsInput { + s.MaxRecords = &v + return s +} + +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeMetadataModelConversionsInput) SetMigrationProjectIdentifier(v string) *DescribeMetadataModelConversionsInput { + s.MigrationProjectIdentifier = &v + return s +} + +type DescribeMetadataModelConversionsOutput struct { _ struct{} `type:"structure"` - // Configuration parameters returned for the DMS Serverless replication after - // it is deleted. - ReplicationConfig *ReplicationConfig `type:"structure"` + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of metadata model conversions. + Requests []*SchemaConversionRequest `type:"list"` } // String returns the string representation. @@ -12314,7 +19154,7 @@ type DeleteReplicationConfigOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationConfigOutput) String() string { +func (s DescribeMetadataModelConversionsOutput) String() string { return awsutil.Prettify(s) } @@ -12323,23 +19163,48 @@ func (s DeleteReplicationConfigOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationConfigOutput) GoString() string { +func (s DescribeMetadataModelConversionsOutput) GoString() string { return s.String() } -// SetReplicationConfig sets the ReplicationConfig field's value. -func (s *DeleteReplicationConfigOutput) SetReplicationConfig(v *ReplicationConfig) *DeleteReplicationConfigOutput { - s.ReplicationConfig = v +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelConversionsOutput) SetMarker(v string) *DescribeMetadataModelConversionsOutput { + s.Marker = &v return s } -type DeleteReplicationInstanceInput struct { +// SetRequests sets the Requests field's value. +func (s *DescribeMetadataModelConversionsOutput) SetRequests(v []*SchemaConversionRequest) *DescribeMetadataModelConversionsOutput { + s.Requests = v + return s +} + +type DescribeMetadataModelExportsAsScriptInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the replication instance to be deleted. + // Filters applied to the metadata model exports described in the form of key-value + // pairs. + Filters []*Filter `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -12347,7 +19212,7 @@ type DeleteReplicationInstanceInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationInstanceInput) String() string { +func (s DescribeMetadataModelExportsAsScriptInput) String() string { return awsutil.Prettify(s) } @@ -12356,15 +19221,25 @@ func (s DeleteReplicationInstanceInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationInstanceInput) GoString() string { +func (s DescribeMetadataModelExportsAsScriptInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteReplicationInstanceInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationInstanceInput"} - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) +func (s *DescribeMetadataModelExportsAsScriptInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeMetadataModelExportsAsScriptInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -12373,17 +19248,45 @@ func (s *DeleteReplicationInstanceInput) Validate() error { return nil } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *DeleteReplicationInstanceInput) SetReplicationInstanceArn(v string) *DeleteReplicationInstanceInput { - s.ReplicationInstanceArn = &v +// SetFilters sets the Filters field's value. +func (s *DescribeMetadataModelExportsAsScriptInput) SetFilters(v []*Filter) *DescribeMetadataModelExportsAsScriptInput { + s.Filters = v return s } -type DeleteReplicationInstanceOutput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelExportsAsScriptInput) SetMarker(v string) *DescribeMetadataModelExportsAsScriptInput { + s.Marker = &v + return s +} + +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeMetadataModelExportsAsScriptInput) SetMaxRecords(v int64) *DescribeMetadataModelExportsAsScriptInput { + s.MaxRecords = &v + return s +} + +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeMetadataModelExportsAsScriptInput) SetMigrationProjectIdentifier(v string) *DescribeMetadataModelExportsAsScriptInput { + s.MigrationProjectIdentifier = &v + return s +} + +type DescribeMetadataModelExportsAsScriptOutput struct { _ struct{} `type:"structure"` - // The replication instance that was deleted. - ReplicationInstance *ReplicationInstance `type:"structure"` + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of metadata model exports. + Requests []*SchemaConversionRequest `type:"list"` } // String returns the string representation. @@ -12391,7 +19294,7 @@ type DeleteReplicationInstanceOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationInstanceOutput) String() string { +func (s DescribeMetadataModelExportsAsScriptOutput) String() string { return awsutil.Prettify(s) } @@ -12400,23 +19303,48 @@ func (s DeleteReplicationInstanceOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationInstanceOutput) GoString() string { +func (s DescribeMetadataModelExportsAsScriptOutput) GoString() string { return s.String() } -// SetReplicationInstance sets the ReplicationInstance field's value. -func (s *DeleteReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *DeleteReplicationInstanceOutput { - s.ReplicationInstance = v +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelExportsAsScriptOutput) SetMarker(v string) *DescribeMetadataModelExportsAsScriptOutput { + s.Marker = &v return s } -type DeleteReplicationSubnetGroupInput struct { +// SetRequests sets the Requests field's value. +func (s *DescribeMetadataModelExportsAsScriptOutput) SetRequests(v []*SchemaConversionRequest) *DescribeMetadataModelExportsAsScriptOutput { + s.Requests = v + return s +} + +type DescribeMetadataModelExportsToTargetInput struct { _ struct{} `type:"structure"` - // The subnet group name of the replication instance. + // Filters applied to the metadata model exports described in the form of key-value + // pairs. + Filters []*Filter `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // ReplicationSubnetGroupIdentifier is a required field - ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -12424,7 +19352,7 @@ type DeleteReplicationSubnetGroupInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationSubnetGroupInput) String() string { +func (s DescribeMetadataModelExportsToTargetInput) String() string { return awsutil.Prettify(s) } @@ -12433,15 +19361,25 @@ func (s DeleteReplicationSubnetGroupInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationSubnetGroupInput) GoString() string { +func (s DescribeMetadataModelExportsToTargetInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteReplicationSubnetGroupInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationSubnetGroupInput"} - if s.ReplicationSubnetGroupIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupIdentifier")) +func (s *DescribeMetadataModelExportsToTargetInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeMetadataModelExportsToTargetInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -12450,14 +19388,45 @@ func (s *DeleteReplicationSubnetGroupInput) Validate() error { return nil } -// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. -func (s *DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *DeleteReplicationSubnetGroupInput { - s.ReplicationSubnetGroupIdentifier = &v +// SetFilters sets the Filters field's value. +func (s *DescribeMetadataModelExportsToTargetInput) SetFilters(v []*Filter) *DescribeMetadataModelExportsToTargetInput { + s.Filters = v return s } -type DeleteReplicationSubnetGroupOutput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelExportsToTargetInput) SetMarker(v string) *DescribeMetadataModelExportsToTargetInput { + s.Marker = &v + return s +} + +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeMetadataModelExportsToTargetInput) SetMaxRecords(v int64) *DescribeMetadataModelExportsToTargetInput { + s.MaxRecords = &v + return s +} + +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeMetadataModelExportsToTargetInput) SetMigrationProjectIdentifier(v string) *DescribeMetadataModelExportsToTargetInput { + s.MigrationProjectIdentifier = &v + return s +} + +type DescribeMetadataModelExportsToTargetOutput struct { _ struct{} `type:"structure"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of metadata model exports. + Requests []*SchemaConversionRequest `type:"list"` } // String returns the string representation. @@ -12465,7 +19434,7 @@ type DeleteReplicationSubnetGroupOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationSubnetGroupOutput) String() string { +func (s DescribeMetadataModelExportsToTargetOutput) String() string { return awsutil.Prettify(s) } @@ -12474,17 +19443,46 @@ func (s DeleteReplicationSubnetGroupOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationSubnetGroupOutput) GoString() string { +func (s DescribeMetadataModelExportsToTargetOutput) GoString() string { return s.String() } -type DeleteReplicationTaskAssessmentRunInput struct { +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelExportsToTargetOutput) SetMarker(v string) *DescribeMetadataModelExportsToTargetOutput { + s.Marker = &v + return s +} + +// SetRequests sets the Requests field's value. +func (s *DescribeMetadataModelExportsToTargetOutput) SetRequests(v []*SchemaConversionRequest) *DescribeMetadataModelExportsToTargetOutput { + s.Requests = v + return s +} + +type DescribeMetadataModelImportsInput struct { _ struct{} `type:"structure"` - // Amazon Resource Name (ARN) of the premigration assessment run to be deleted. + // Filters applied to the metadata model imports described in the form of key-value + // pairs. + Filters []*Filter `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // ReplicationTaskAssessmentRunArn is a required field - ReplicationTaskAssessmentRunArn *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of metadata model imports. + MaxRecords *int64 `type:"integer"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -12492,7 +19490,7 @@ type DeleteReplicationTaskAssessmentRunInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationTaskAssessmentRunInput) String() string { +func (s DescribeMetadataModelImportsInput) String() string { return awsutil.Prettify(s) } @@ -12501,15 +19499,25 @@ func (s DeleteReplicationTaskAssessmentRunInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationTaskAssessmentRunInput) GoString() string { +func (s DescribeMetadataModelImportsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteReplicationTaskAssessmentRunInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationTaskAssessmentRunInput"} - if s.ReplicationTaskAssessmentRunArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskAssessmentRunArn")) +func (s *DescribeMetadataModelImportsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeMetadataModelImportsInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -12518,50 +19526,45 @@ func (s *DeleteReplicationTaskAssessmentRunInput) Validate() error { return nil } -// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. -func (s *DeleteReplicationTaskAssessmentRunInput) SetReplicationTaskAssessmentRunArn(v string) *DeleteReplicationTaskAssessmentRunInput { - s.ReplicationTaskAssessmentRunArn = &v +// SetFilters sets the Filters field's value. +func (s *DescribeMetadataModelImportsInput) SetFilters(v []*Filter) *DescribeMetadataModelImportsInput { + s.Filters = v return s } -type DeleteReplicationTaskAssessmentRunOutput struct { - _ struct{} `type:"structure"` - - // The ReplicationTaskAssessmentRun object for the deleted assessment run. - ReplicationTaskAssessmentRun *ReplicationTaskAssessmentRun `type:"structure"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DeleteReplicationTaskAssessmentRunOutput) String() string { - return awsutil.Prettify(s) +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelImportsInput) SetMarker(v string) *DescribeMetadataModelImportsInput { + s.Marker = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DeleteReplicationTaskAssessmentRunOutput) GoString() string { - return s.String() +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeMetadataModelImportsInput) SetMaxRecords(v int64) *DescribeMetadataModelImportsInput { + s.MaxRecords = &v + return s } - -// SetReplicationTaskAssessmentRun sets the ReplicationTaskAssessmentRun field's value. -func (s *DeleteReplicationTaskAssessmentRunOutput) SetReplicationTaskAssessmentRun(v *ReplicationTaskAssessmentRun) *DeleteReplicationTaskAssessmentRunOutput { - s.ReplicationTaskAssessmentRun = v + +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *DescribeMetadataModelImportsInput) SetMigrationProjectIdentifier(v string) *DescribeMetadataModelImportsInput { + s.MigrationProjectIdentifier = &v return s } -type DeleteReplicationTaskInput struct { +type DescribeMetadataModelImportsOutput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the replication task to be deleted. + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // ReplicationTaskArn is a required field - ReplicationTaskArn *string `type:"string" required:"true"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A paginated list of metadata model imports. + Requests []*SchemaConversionRequest `type:"list"` } // String returns the string representation. @@ -12569,7 +19572,7 @@ type DeleteReplicationTaskInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationTaskInput) String() string { +func (s DescribeMetadataModelImportsOutput) String() string { return awsutil.Prettify(s) } @@ -12578,34 +19581,43 @@ func (s DeleteReplicationTaskInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationTaskInput) GoString() string { +func (s DescribeMetadataModelImportsOutput) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DeleteReplicationTaskInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DeleteReplicationTaskInput"} - if s.ReplicationTaskArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetMarker sets the Marker field's value. +func (s *DescribeMetadataModelImportsOutput) SetMarker(v string) *DescribeMetadataModelImportsOutput { + s.Marker = &v + return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *DeleteReplicationTaskInput) SetReplicationTaskArn(v string) *DeleteReplicationTaskInput { - s.ReplicationTaskArn = &v +// SetRequests sets the Requests field's value. +func (s *DescribeMetadataModelImportsOutput) SetRequests(v []*SchemaConversionRequest) *DescribeMetadataModelImportsOutput { + s.Requests = v return s } -type DeleteReplicationTaskOutput struct { +type DescribeMigrationProjectsInput struct { _ struct{} `type:"structure"` - // The deleted replication task. - ReplicationTask *ReplicationTask `type:"structure"` + // Filters applied to the migration projects described in the form of key-value + // pairs. + Filters []*Filter `type:"list"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, DMS includes a pagination token + // in the response so that you can retrieve the remaining results. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -12613,7 +19625,7 @@ type DeleteReplicationTaskOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationTaskOutput) String() string { +func (s DescribeMigrationProjectsInput) String() string { return awsutil.Prettify(s) } @@ -12622,55 +19634,63 @@ func (s DeleteReplicationTaskOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DeleteReplicationTaskOutput) GoString() string { +func (s DescribeMigrationProjectsInput) GoString() string { return s.String() } -// SetReplicationTask sets the ReplicationTask field's value. -func (s *DeleteReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *DeleteReplicationTaskOutput { - s.ReplicationTask = v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeMigrationProjectsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeMigrationProjectsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -type DescribeAccountAttributesInput struct { - _ struct{} `type:"structure"` +// SetFilters sets the Filters field's value. +func (s *DescribeMigrationProjectsInput) SetFilters(v []*Filter) *DescribeMigrationProjectsInput { + s.Filters = v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeAccountAttributesInput) String() string { - return awsutil.Prettify(s) +// SetMarker sets the Marker field's value. +func (s *DescribeMigrationProjectsInput) SetMarker(v string) *DescribeMigrationProjectsInput { + s.Marker = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeAccountAttributesInput) GoString() string { - return s.String() +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeMigrationProjectsInput) SetMaxRecords(v int64) *DescribeMigrationProjectsInput { + s.MaxRecords = &v + return s } -type DescribeAccountAttributesOutput struct { +type DescribeMigrationProjectsOutput struct { _ struct{} `type:"structure"` - // Account quota information. - AccountQuotas []*AccountQuota `type:"list"` - - // A unique DMS identifier for an account in a particular Amazon Web Services - // Region. The value of this identifier has the following format: c99999999999. - // DMS uses this identifier to name artifacts. For example, DMS uses this identifier - // to name the default Amazon S3 bucket for storing task assessment reports - // in a given Amazon Web Services Region. The format of this S3 bucket name - // is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example - // name for this default S3 bucket: dms-111122223333-c44445555666. + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. // - // DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and - // later. - UniqueAccountIdentifier *string `type:"string"` + // If Marker is returned by a previous response, there are more results available. + // The value of Marker is a unique pagination token for each page. To retrieve + // the next page, make the call again using the returned token and keeping all + // other arguments unchanged. + Marker *string `type:"string"` + + // A description of migration projects. + MigrationProjects []*MigrationProject `type:"list"` } // String returns the string representation. @@ -12678,7 +19698,7 @@ type DescribeAccountAttributesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeAccountAttributesOutput) String() string { +func (s DescribeMigrationProjectsOutput) String() string { return awsutil.Prettify(s) } @@ -12687,54 +19707,38 @@ func (s DescribeAccountAttributesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeAccountAttributesOutput) GoString() string { +func (s DescribeMigrationProjectsOutput) GoString() string { return s.String() } -// SetAccountQuotas sets the AccountQuotas field's value. -func (s *DescribeAccountAttributesOutput) SetAccountQuotas(v []*AccountQuota) *DescribeAccountAttributesOutput { - s.AccountQuotas = v +// SetMarker sets the Marker field's value. +func (s *DescribeMigrationProjectsOutput) SetMarker(v string) *DescribeMigrationProjectsOutput { + s.Marker = &v return s } -// SetUniqueAccountIdentifier sets the UniqueAccountIdentifier field's value. -func (s *DescribeAccountAttributesOutput) SetUniqueAccountIdentifier(v string) *DescribeAccountAttributesOutput { - s.UniqueAccountIdentifier = &v +// SetMigrationProjects sets the MigrationProjects field's value. +func (s *DescribeMigrationProjectsOutput) SetMigrationProjects(v []*MigrationProject) *DescribeMigrationProjectsOutput { + s.MigrationProjects = v return s } -type DescribeApplicableIndividualAssessmentsInput struct { +type DescribeOrderableReplicationInstancesInput struct { _ struct{} `type:"structure"` - // Optional pagination token provided by a previous request. If this parameter + // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` - // Maximum number of records to include in the response. If more records exist - // than the specified MaxRecords value, a pagination token called a marker is - // included in the response so that the remaining results can be retrieved. + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + // + // Default: 100 + // + // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` - - // Name of the migration type that each provided individual assessment must - // support. - MigrationType *string `type:"string" enum:"MigrationTypeValue"` - - // ARN of a replication instance on which you want to base the default list - // of individual assessments. - ReplicationInstanceArn *string `type:"string"` - - // Amazon Resource Name (ARN) of a migration task on which you want to base - // the default list of individual assessments. - ReplicationTaskArn *string `type:"string"` - - // Name of a database engine that the specified replication instance supports - // as a source. - SourceEngineName *string `type:"string"` - - // Name of a database engine that the specified replication instance supports - // as a target. - TargetEngineName *string `type:"string"` } // String returns the string representation. @@ -12742,7 +19746,7 @@ type DescribeApplicableIndividualAssessmentsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeApplicableIndividualAssessmentsInput) String() string { +func (s DescribeOrderableReplicationInstancesInput) String() string { return awsutil.Prettify(s) } @@ -12751,68 +19755,32 @@ func (s DescribeApplicableIndividualAssessmentsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeApplicableIndividualAssessmentsInput) GoString() string { +func (s DescribeOrderableReplicationInstancesInput) GoString() string { return s.String() } // SetMarker sets the Marker field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetMarker(v string) *DescribeApplicableIndividualAssessmentsInput { +func (s *DescribeOrderableReplicationInstancesInput) SetMarker(v string) *DescribeOrderableReplicationInstancesInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetMaxRecords(v int64) *DescribeApplicableIndividualAssessmentsInput { +func (s *DescribeOrderableReplicationInstancesInput) SetMaxRecords(v int64) *DescribeOrderableReplicationInstancesInput { s.MaxRecords = &v return s } -// SetMigrationType sets the MigrationType field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetMigrationType(v string) *DescribeApplicableIndividualAssessmentsInput { - s.MigrationType = &v - return s -} - -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetReplicationInstanceArn(v string) *DescribeApplicableIndividualAssessmentsInput { - s.ReplicationInstanceArn = &v - return s -} - -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetReplicationTaskArn(v string) *DescribeApplicableIndividualAssessmentsInput { - s.ReplicationTaskArn = &v - return s -} - -// SetSourceEngineName sets the SourceEngineName field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetSourceEngineName(v string) *DescribeApplicableIndividualAssessmentsInput { - s.SourceEngineName = &v - return s -} - -// SetTargetEngineName sets the TargetEngineName field's value. -func (s *DescribeApplicableIndividualAssessmentsInput) SetTargetEngineName(v string) *DescribeApplicableIndividualAssessmentsInput { - s.TargetEngineName = &v - return s -} - -type DescribeApplicableIndividualAssessmentsOutput struct { +type DescribeOrderableReplicationInstancesOutput struct { _ struct{} `type:"structure"` - // List of names for the individual assessments supported by the premigration - // assessment run that you start based on the specified request parameters. - // For more information on the available individual assessments, including compatibility - // with different migration task configurations, see Working with premigration - // assessment runs (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html) - // in the Database Migration Service User Guide. - IndividualAssessmentNames []*string `type:"list"` - - // Pagination token returned for you to pass to a subsequent request. If you - // pass this token as the Marker value in a subsequent request, the response - // includes only records beyond the marker, up to the value specified in the - // request by MaxRecords. + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. Marker *string `type:"string"` + + // The order-able replication instances available. + OrderableReplicationInstances []*OrderableReplicationInstance `type:"list"` } // String returns the string representation. @@ -12820,7 +19788,7 @@ type DescribeApplicableIndividualAssessmentsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeApplicableIndividualAssessmentsOutput) String() string { +func (s DescribeOrderableReplicationInstancesOutput) String() string { return awsutil.Prettify(s) } @@ -12829,27 +19797,25 @@ func (s DescribeApplicableIndividualAssessmentsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeApplicableIndividualAssessmentsOutput) GoString() string { +func (s DescribeOrderableReplicationInstancesOutput) GoString() string { return s.String() } -// SetIndividualAssessmentNames sets the IndividualAssessmentNames field's value. -func (s *DescribeApplicableIndividualAssessmentsOutput) SetIndividualAssessmentNames(v []*string) *DescribeApplicableIndividualAssessmentsOutput { - s.IndividualAssessmentNames = v +// SetMarker sets the Marker field's value. +func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput { + s.Marker = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeApplicableIndividualAssessmentsOutput) SetMarker(v string) *DescribeApplicableIndividualAssessmentsOutput { - s.Marker = &v +// SetOrderableReplicationInstances sets the OrderableReplicationInstances field's value. +func (s *DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances(v []*OrderableReplicationInstance) *DescribeOrderableReplicationInstancesOutput { + s.OrderableReplicationInstances = v return s } -type DescribeCertificatesInput struct { +type DescribePendingMaintenanceActionsInput struct { _ struct{} `type:"structure"` - // Filters applied to the certificates described in the form of key-value pairs. - // Valid values are certificate-arn and certificate-id. Filters []*Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter @@ -12861,8 +19827,13 @@ type DescribeCertificatesInput struct { // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // - // Default: 10 + // Default: 100 + // + // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` + + // The Amazon Resource Name (ARN) of the replication instance. + ReplicationInstanceArn *string `type:"string"` } // String returns the string representation. @@ -12870,7 +19841,7 @@ type DescribeCertificatesInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeCertificatesInput) String() string { +func (s DescribePendingMaintenanceActionsInput) String() string { return awsutil.Prettify(s) } @@ -12879,13 +19850,13 @@ func (s DescribeCertificatesInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeCertificatesInput) GoString() string { +func (s DescribePendingMaintenanceActionsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeCertificatesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeCertificatesInput"} +func (s *DescribePendingMaintenanceActionsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribePendingMaintenanceActionsInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -12904,32 +19875,39 @@ func (s *DescribeCertificatesInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput { +func (s *DescribePendingMaintenanceActionsInput) SetFilters(v []*Filter) *DescribePendingMaintenanceActionsInput { s.Filters = v return s } // SetMarker sets the Marker field's value. -func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput { +func (s *DescribePendingMaintenanceActionsInput) SetMarker(v string) *DescribePendingMaintenanceActionsInput { s.Marker = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput { - s.MaxRecords = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribePendingMaintenanceActionsInput) SetMaxRecords(v int64) *DescribePendingMaintenanceActionsInput { + s.MaxRecords = &v + return s +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *DescribePendingMaintenanceActionsInput) SetReplicationInstanceArn(v string) *DescribePendingMaintenanceActionsInput { + s.ReplicationInstanceArn = &v return s } -type DescribeCertificatesOutput struct { +type DescribePendingMaintenanceActionsOutput struct { _ struct{} `type:"structure"` - // The Secure Sockets Layer (SSL) certificates associated with the replication - // instance. - Certificates []*Certificate `type:"list"` - - // The pagination token. + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. Marker *string `type:"string"` + + // The pending maintenance action. + PendingMaintenanceActions []*ResourcePendingMaintenanceActions `type:"list"` } // String returns the string representation. @@ -12937,7 +19915,7 @@ type DescribeCertificatesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeCertificatesOutput) String() string { +func (s DescribePendingMaintenanceActionsOutput) String() string { return awsutil.Prettify(s) } @@ -12946,43 +19924,42 @@ func (s DescribeCertificatesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeCertificatesOutput) GoString() string { +func (s DescribePendingMaintenanceActionsOutput) GoString() string { return s.String() } -// SetCertificates sets the Certificates field's value. -func (s *DescribeCertificatesOutput) SetCertificates(v []*Certificate) *DescribeCertificatesOutput { - s.Certificates = v +// SetMarker sets the Marker field's value. +func (s *DescribePendingMaintenanceActionsOutput) SetMarker(v string) *DescribePendingMaintenanceActionsOutput { + s.Marker = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput { - s.Marker = &v +// SetPendingMaintenanceActions sets the PendingMaintenanceActions field's value. +func (s *DescribePendingMaintenanceActionsOutput) SetPendingMaintenanceActions(v []*ResourcePendingMaintenanceActions) *DescribePendingMaintenanceActionsOutput { + s.PendingMaintenanceActions = v return s } -type DescribeConnectionsInput struct { +type DescribeRecommendationLimitationsInput struct { _ struct{} `type:"structure"` - // The filters applied to the connection. - // - // Valid filter names: endpoint-arn | replication-instance-arn + // Filters applied to the limitations described in the form of key-value pairs. Filters []*Filter `type:"list"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 - // - // Constraints: Minimum 20, maximum 100. + // exist than the specified MaxRecords value, Fleet Advisor includes a pagination + // token in the response so that you can retrieve the remaining results. MaxRecords *int64 `type:"integer"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -12990,7 +19967,7 @@ type DescribeConnectionsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeConnectionsInput) String() string { +func (s DescribeRecommendationLimitationsInput) String() string { return awsutil.Prettify(s) } @@ -12999,13 +19976,13 @@ func (s DescribeConnectionsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeConnectionsInput) GoString() string { +func (s DescribeRecommendationLimitationsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeConnectionsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeConnectionsInput"} +func (s *DescribeRecommendationLimitationsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeRecommendationLimitationsInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -13024,33 +20001,35 @@ func (s *DescribeConnectionsInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeConnectionsInput) SetFilters(v []*Filter) *DescribeConnectionsInput { +func (s *DescribeRecommendationLimitationsInput) SetFilters(v []*Filter) *DescribeRecommendationLimitationsInput { s.Filters = v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeConnectionsInput) SetMarker(v string) *DescribeConnectionsInput { - s.Marker = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeRecommendationLimitationsInput) SetMaxRecords(v int64) *DescribeRecommendationLimitationsInput { + s.MaxRecords = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeConnectionsInput) SetMaxRecords(v int64) *DescribeConnectionsInput { - s.MaxRecords = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeRecommendationLimitationsInput) SetNextToken(v string) *DescribeRecommendationLimitationsInput { + s.NextToken = &v return s } -type DescribeConnectionsOutput struct { +type DescribeRecommendationLimitationsOutput struct { _ struct{} `type:"structure"` - // A description of the connections. - Connections []*Connection `type:"list"` + // The list of limitations for recommendations of target Amazon Web Services + // engines. + Limitations []*Limitation `type:"list"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The unique pagination token returned for you to pass to a subsequent request. + // Fleet Advisor returns this token when the number of records in the response + // is greater than the MaxRecords value. To retrieve the next page, make the + // call again using the returned token and keeping all other arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -13058,7 +20037,7 @@ type DescribeConnectionsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeConnectionsOutput) String() string { +func (s DescribeRecommendationLimitationsOutput) String() string { return awsutil.Prettify(s) } @@ -13067,39 +20046,43 @@ func (s DescribeConnectionsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeConnectionsOutput) GoString() string { +func (s DescribeRecommendationLimitationsOutput) GoString() string { return s.String() } -// SetConnections sets the Connections field's value. -func (s *DescribeConnectionsOutput) SetConnections(v []*Connection) *DescribeConnectionsOutput { - s.Connections = v +// SetLimitations sets the Limitations field's value. +func (s *DescribeRecommendationLimitationsOutput) SetLimitations(v []*Limitation) *DescribeRecommendationLimitationsOutput { + s.Limitations = v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeConnectionsOutput) SetMarker(v string) *DescribeConnectionsOutput { - s.Marker = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeRecommendationLimitationsOutput) SetNextToken(v string) *DescribeRecommendationLimitationsOutput { + s.NextToken = &v return s } -type DescribeEndpointSettingsInput struct { +type DescribeRecommendationsInput struct { _ struct{} `type:"structure"` - // The database engine used for your source or target endpoint. - // - // EngineName is a required field - EngineName *string `type:"string" required:"true"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // Filters applied to the target engine recommendations described in the form + // of key-value pairs. + Filters []*Filter `type:"list"` // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. + // exist than the specified MaxRecords value, Fleet Advisor includes a pagination + // token in the response so that you can retrieve the remaining results. MaxRecords *int64 `type:"integer"` + + // Specifies the unique pagination token that makes it possible to display the + // next page of results. If this parameter is specified, the response includes + // only records beyond the marker, up to the value specified by MaxRecords. + // + // If NextToken is returned by a previous response, there are more results available. + // The value of NextToken is a unique pagination token for each page. Make the + // call again using the returned token to retrieve the next page. Keep all other + // arguments unchanged. + NextToken *string `type:"string"` } // String returns the string representation. @@ -13107,7 +20090,7 @@ type DescribeEndpointSettingsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointSettingsInput) String() string { +func (s DescribeRecommendationsInput) String() string { return awsutil.Prettify(s) } @@ -13116,15 +20099,22 @@ func (s DescribeEndpointSettingsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointSettingsInput) GoString() string { +func (s DescribeRecommendationsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeEndpointSettingsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeEndpointSettingsInput"} - if s.EngineName == nil { - invalidParams.Add(request.NewErrParamRequired("EngineName")) +func (s *DescribeRecommendationsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeRecommendationsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -13133,35 +20123,36 @@ func (s *DescribeEndpointSettingsInput) Validate() error { return nil } -// SetEngineName sets the EngineName field's value. -func (s *DescribeEndpointSettingsInput) SetEngineName(v string) *DescribeEndpointSettingsInput { - s.EngineName = &v +// SetFilters sets the Filters field's value. +func (s *DescribeRecommendationsInput) SetFilters(v []*Filter) *DescribeRecommendationsInput { + s.Filters = v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeEndpointSettingsInput) SetMarker(v string) *DescribeEndpointSettingsInput { - s.Marker = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeRecommendationsInput) SetMaxRecords(v int64) *DescribeRecommendationsInput { + s.MaxRecords = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeEndpointSettingsInput) SetMaxRecords(v int64) *DescribeEndpointSettingsInput { - s.MaxRecords = &v +// SetNextToken sets the NextToken field's value. +func (s *DescribeRecommendationsInput) SetNextToken(v string) *DescribeRecommendationsInput { + s.NextToken = &v return s } -type DescribeEndpointSettingsOutput struct { +type DescribeRecommendationsOutput struct { _ struct{} `type:"structure"` - // Descriptions of the endpoint settings available for your source or target - // database engine. - EndpointSettings []*EndpointSetting `type:"list"` + // The unique pagination token returned for you to pass to a subsequent request. + // Fleet Advisor returns this token when the number of records in the response + // is greater than the MaxRecords value. To retrieve the next page, make the + // call again using the returned token and keeping all other arguments unchanged. + NextToken *string `type:"string"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The list of recommendations of target engines that Fleet Advisor created + // for the source database. + Recommendations []*Recommendation `type:"list"` } // String returns the string representation. @@ -13169,7 +20160,7 @@ type DescribeEndpointSettingsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointSettingsOutput) String() string { +func (s DescribeRecommendationsOutput) String() string { return awsutil.Prettify(s) } @@ -13178,43 +20169,29 @@ func (s DescribeEndpointSettingsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointSettingsOutput) GoString() string { +func (s DescribeRecommendationsOutput) GoString() string { return s.String() } -// SetEndpointSettings sets the EndpointSettings field's value. -func (s *DescribeEndpointSettingsOutput) SetEndpointSettings(v []*EndpointSetting) *DescribeEndpointSettingsOutput { - s.EndpointSettings = v +// SetNextToken sets the NextToken field's value. +func (s *DescribeRecommendationsOutput) SetNextToken(v string) *DescribeRecommendationsOutput { + s.NextToken = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeEndpointSettingsOutput) SetMarker(v string) *DescribeEndpointSettingsOutput { - s.Marker = &v +// SetRecommendations sets the Recommendations field's value. +func (s *DescribeRecommendationsOutput) SetRecommendations(v []*Recommendation) *DescribeRecommendationsOutput { + s.Recommendations = v return s } -type DescribeEndpointTypesInput struct { +type DescribeRefreshSchemasStatusInput struct { _ struct{} `type:"structure"` - // Filters applied to the endpoint types. - // - // Valid filter names: engine-name | endpoint-type - Filters []*Filter `type:"list"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` + // EndpointArn is a required field + EndpointArn *string `type:"string" required:"true"` } // String returns the string representation. @@ -13222,7 +20199,7 @@ type DescribeEndpointTypesInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointTypesInput) String() string { +func (s DescribeRefreshSchemasStatusInput) String() string { return awsutil.Prettify(s) } @@ -13231,22 +20208,15 @@ func (s DescribeEndpointTypesInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointTypesInput) GoString() string { +func (s DescribeRefreshSchemasStatusInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeEndpointTypesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeEndpointTypesInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } +func (s *DescribeRefreshSchemasStatusInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeRefreshSchemasStatusInput"} + if s.EndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointArn")) } if invalidParams.Len() > 0 { @@ -13255,34 +20225,17 @@ func (s *DescribeEndpointTypesInput) Validate() error { return nil } -// SetFilters sets the Filters field's value. -func (s *DescribeEndpointTypesInput) SetFilters(v []*Filter) *DescribeEndpointTypesInput { - s.Filters = v - return s -} - -// SetMarker sets the Marker field's value. -func (s *DescribeEndpointTypesInput) SetMarker(v string) *DescribeEndpointTypesInput { - s.Marker = &v - return s -} - -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeEndpointTypesInput) SetMaxRecords(v int64) *DescribeEndpointTypesInput { - s.MaxRecords = &v +// SetEndpointArn sets the EndpointArn field's value. +func (s *DescribeRefreshSchemasStatusInput) SetEndpointArn(v string) *DescribeRefreshSchemasStatusInput { + s.EndpointArn = &v return s } -type DescribeEndpointTypesOutput struct { +type DescribeRefreshSchemasStatusOutput struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - - // The types of endpoints that are supported. - SupportedEndpointTypes []*SupportedEndpointType `type:"list"` + // The status of the schema. + RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` } // String returns the string representation. @@ -13290,7 +20243,7 @@ type DescribeEndpointTypesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointTypesOutput) String() string { +func (s DescribeRefreshSchemasStatusOutput) String() string { return awsutil.Prettify(s) } @@ -13299,28 +20252,20 @@ func (s DescribeEndpointTypesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointTypesOutput) GoString() string { +func (s DescribeRefreshSchemasStatusOutput) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput { - s.Marker = &v - return s -} - -// SetSupportedEndpointTypes sets the SupportedEndpointTypes field's value. -func (s *DescribeEndpointTypesOutput) SetSupportedEndpointTypes(v []*SupportedEndpointType) *DescribeEndpointTypesOutput { - s.SupportedEndpointTypes = v +// SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value. +func (s *DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *DescribeRefreshSchemasStatusOutput { + s.RefreshSchemasStatus = v return s } -type DescribeEndpointsInput struct { +type DescribeReplicationConfigsInput struct { _ struct{} `type:"structure"` - // Filters applied to the endpoints. - // - // Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name + // Filters applied to the replication configs. Filters []*Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter @@ -13331,10 +20276,6 @@ type DescribeEndpointsInput struct { // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 - // - // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` } @@ -13343,7 +20284,7 @@ type DescribeEndpointsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointsInput) String() string { +func (s DescribeReplicationConfigsInput) String() string { return awsutil.Prettify(s) } @@ -13352,13 +20293,13 @@ func (s DescribeEndpointsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointsInput) GoString() string { +func (s DescribeReplicationConfigsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeEndpointsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeEndpointsInput"} +func (s *DescribeReplicationConfigsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationConfigsInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -13377,33 +20318,34 @@ func (s *DescribeEndpointsInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeEndpointsInput) SetFilters(v []*Filter) *DescribeEndpointsInput { +func (s *DescribeReplicationConfigsInput) SetFilters(v []*Filter) *DescribeReplicationConfigsInput { s.Filters = v return s } // SetMarker sets the Marker field's value. -func (s *DescribeEndpointsInput) SetMarker(v string) *DescribeEndpointsInput { +func (s *DescribeReplicationConfigsInput) SetMarker(v string) *DescribeReplicationConfigsInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeEndpointsInput) SetMaxRecords(v int64) *DescribeEndpointsInput { +func (s *DescribeReplicationConfigsInput) SetMaxRecords(v int64) *DescribeReplicationConfigsInput { s.MaxRecords = &v return s } -type DescribeEndpointsOutput struct { +type DescribeReplicationConfigsOutput struct { _ struct{} `type:"structure"` - // Endpoint description. - Endpoints []*Endpoint `type:"list"` - // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` + + // Returned configuration parameters that describe each provisioned DMS Serverless + // replication. + ReplicationConfigs []*ReplicationConfig `type:"list"` } // String returns the string representation. @@ -13411,7 +20353,7 @@ type DescribeEndpointsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointsOutput) String() string { +func (s DescribeReplicationConfigsOutput) String() string { return awsutil.Prettify(s) } @@ -13420,23 +20362,23 @@ func (s DescribeEndpointsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEndpointsOutput) GoString() string { +func (s DescribeReplicationConfigsOutput) GoString() string { return s.String() } -// SetEndpoints sets the Endpoints field's value. -func (s *DescribeEndpointsOutput) SetEndpoints(v []*Endpoint) *DescribeEndpointsOutput { - s.Endpoints = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationConfigsOutput) SetMarker(v string) *DescribeReplicationConfigsOutput { + s.Marker = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeEndpointsOutput) SetMarker(v string) *DescribeEndpointsOutput { - s.Marker = &v +// SetReplicationConfigs sets the ReplicationConfigs field's value. +func (s *DescribeReplicationConfigsOutput) SetReplicationConfigs(v []*ReplicationConfig) *DescribeReplicationConfigsOutput { + s.ReplicationConfigs = v return s } -type DescribeEngineVersionsInput struct { +type DescribeReplicationInstanceTaskLogsInput struct { _ struct{} `type:"structure"` // An optional pagination token provided by a previous request. If this parameter @@ -13447,7 +20389,16 @@ type DescribeEngineVersionsInput struct { // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. + // + // Default: 100 + // + // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` + + // The Amazon Resource Name (ARN) of the replication instance. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` } // String returns the string representation. @@ -13455,7 +20406,7 @@ type DescribeEngineVersionsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEngineVersionsInput) String() string { +func (s DescribeReplicationInstanceTaskLogsInput) String() string { return awsutil.Prettify(s) } @@ -13464,33 +20415,55 @@ func (s DescribeEngineVersionsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEngineVersionsInput) GoString() string { +func (s DescribeReplicationInstanceTaskLogsInput) GoString() string { return s.String() } +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeReplicationInstanceTaskLogsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationInstanceTaskLogsInput"} + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + // SetMarker sets the Marker field's value. -func (s *DescribeEngineVersionsInput) SetMarker(v string) *DescribeEngineVersionsInput { +func (s *DescribeReplicationInstanceTaskLogsInput) SetMarker(v string) *DescribeReplicationInstanceTaskLogsInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeEngineVersionsInput) SetMaxRecords(v int64) *DescribeEngineVersionsInput { +func (s *DescribeReplicationInstanceTaskLogsInput) SetMaxRecords(v int64) *DescribeReplicationInstanceTaskLogsInput { s.MaxRecords = &v return s } -type DescribeEngineVersionsOutput struct { - _ struct{} `type:"structure"` +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *DescribeReplicationInstanceTaskLogsInput) SetReplicationInstanceArn(v string) *DescribeReplicationInstanceTaskLogsInput { + s.ReplicationInstanceArn = &v + return s +} - // Returned EngineVersion objects that describe the replication instance engine - // versions used in the project. - EngineVersions []*EngineVersion `type:"list"` +type DescribeReplicationInstanceTaskLogsOutput struct { + _ struct{} `type:"structure"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` + + // The Amazon Resource Name (ARN) of the replication instance. + ReplicationInstanceArn *string `type:"string"` + + // An array of replication task log metadata. Each member of the array contains + // the replication task name, ARN, and task log size (in bytes). + ReplicationInstanceTaskLogs []*ReplicationInstanceTaskLog `type:"list"` } // String returns the string representation. @@ -13498,7 +20471,7 @@ type DescribeEngineVersionsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEngineVersionsOutput) String() string { +func (s DescribeReplicationInstanceTaskLogsOutput) String() string { return awsutil.Prettify(s) } @@ -13507,32 +20480,50 @@ func (s DescribeEngineVersionsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEngineVersionsOutput) GoString() string { +func (s DescribeReplicationInstanceTaskLogsOutput) GoString() string { return s.String() } -// SetEngineVersions sets the EngineVersions field's value. -func (s *DescribeEngineVersionsOutput) SetEngineVersions(v []*EngineVersion) *DescribeEngineVersionsOutput { - s.EngineVersions = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationInstanceTaskLogsOutput) SetMarker(v string) *DescribeReplicationInstanceTaskLogsOutput { + s.Marker = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeEngineVersionsOutput) SetMarker(v string) *DescribeEngineVersionsOutput { - s.Marker = &v +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *DescribeReplicationInstanceTaskLogsOutput) SetReplicationInstanceArn(v string) *DescribeReplicationInstanceTaskLogsOutput { + s.ReplicationInstanceArn = &v return s } -type DescribeEventCategoriesInput struct { +// SetReplicationInstanceTaskLogs sets the ReplicationInstanceTaskLogs field's value. +func (s *DescribeReplicationInstanceTaskLogsOutput) SetReplicationInstanceTaskLogs(v []*ReplicationInstanceTaskLog) *DescribeReplicationInstanceTaskLogsOutput { + s.ReplicationInstanceTaskLogs = v + return s +} + +type DescribeReplicationInstancesInput struct { _ struct{} `type:"structure"` - // Filters applied to the event categories. + // Filters applied to replication instances. + // + // Valid filter names: replication-instance-arn | replication-instance-id | + // replication-instance-class | engine-version Filters []*Filter `type:"list"` - // The type of DMS resource that generates events. + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // Valid values: replication-instance | replication-task - SourceType *string `type:"string"` + // Default: 100 + // + // Constraints: Minimum 20, maximum 100. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -13540,7 +20531,7 @@ type DescribeEventCategoriesInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventCategoriesInput) String() string { +func (s DescribeReplicationInstancesInput) String() string { return awsutil.Prettify(s) } @@ -13549,13 +20540,13 @@ func (s DescribeEventCategoriesInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventCategoriesInput) GoString() string { +func (s DescribeReplicationInstancesInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeEventCategoriesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeEventCategoriesInput"} +func (s *DescribeReplicationInstancesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationInstancesInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -13574,22 +20565,33 @@ func (s *DescribeEventCategoriesInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeEventCategoriesInput) SetFilters(v []*Filter) *DescribeEventCategoriesInput { +func (s *DescribeReplicationInstancesInput) SetFilters(v []*Filter) *DescribeReplicationInstancesInput { s.Filters = v return s } -// SetSourceType sets the SourceType field's value. -func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput { - s.SourceType = &v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationInstancesInput) SetMarker(v string) *DescribeReplicationInstancesInput { + s.Marker = &v return s } -type DescribeEventCategoriesOutput struct { +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeReplicationInstancesInput) SetMaxRecords(v int64) *DescribeReplicationInstancesInput { + s.MaxRecords = &v + return s +} + +type DescribeReplicationInstancesOutput struct { _ struct{} `type:"structure"` - // A list of event categories. - EventCategoryGroupList []*EventCategoryGroup `type:"list"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The replication instances described. + ReplicationInstances []*ReplicationInstance `type:"list"` } // String returns the string representation. @@ -13597,7 +20599,7 @@ type DescribeEventCategoriesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventCategoriesOutput) String() string { +func (s DescribeReplicationInstancesOutput) String() string { return awsutil.Prettify(s) } @@ -13606,22 +20608,28 @@ func (s DescribeEventCategoriesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventCategoriesOutput) GoString() string { +func (s DescribeReplicationInstancesOutput) GoString() string { return s.String() } -// SetEventCategoryGroupList sets the EventCategoryGroupList field's value. -func (s *DescribeEventCategoriesOutput) SetEventCategoryGroupList(v []*EventCategoryGroup) *DescribeEventCategoriesOutput { - s.EventCategoryGroupList = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput { + s.Marker = &v return s } -type DescribeEventSubscriptionsInput struct { +// SetReplicationInstances sets the ReplicationInstances field's value. +func (s *DescribeReplicationInstancesOutput) SetReplicationInstances(v []*ReplicationInstance) *DescribeReplicationInstancesOutput { + s.ReplicationInstances = v + return s +} + +type DescribeReplicationSubnetGroupsInput struct { _ struct{} `type:"structure"` - // Filters applied to event subscriptions. + // Filters applied to replication subnet groups. // - // Valid filter names: event-subscription-arn | event-subscription-id + // Valid filter names: replication-subnet-group-id Filters []*Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter @@ -13637,9 +20645,6 @@ type DescribeEventSubscriptionsInput struct { // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` - - // The name of the DMS event subscription to be described. - SubscriptionName *string `type:"string"` } // String returns the string representation. @@ -13647,7 +20652,7 @@ type DescribeEventSubscriptionsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventSubscriptionsInput) String() string { +func (s DescribeReplicationSubnetGroupsInput) String() string { return awsutil.Prettify(s) } @@ -13656,13 +20661,13 @@ func (s DescribeEventSubscriptionsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventSubscriptionsInput) GoString() string { +func (s DescribeReplicationSubnetGroupsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeEventSubscriptionsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeEventSubscriptionsInput"} +func (s *DescribeReplicationSubnetGroupsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationSubnetGroupsInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -13681,39 +20686,33 @@ func (s *DescribeEventSubscriptionsInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeEventSubscriptionsInput) SetFilters(v []*Filter) *DescribeEventSubscriptionsInput { +func (s *DescribeReplicationSubnetGroupsInput) SetFilters(v []*Filter) *DescribeReplicationSubnetGroupsInput { s.Filters = v return s } // SetMarker sets the Marker field's value. -func (s *DescribeEventSubscriptionsInput) SetMarker(v string) *DescribeEventSubscriptionsInput { +func (s *DescribeReplicationSubnetGroupsInput) SetMarker(v string) *DescribeReplicationSubnetGroupsInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeEventSubscriptionsInput) SetMaxRecords(v int64) *DescribeEventSubscriptionsInput { +func (s *DescribeReplicationSubnetGroupsInput) SetMaxRecords(v int64) *DescribeReplicationSubnetGroupsInput { s.MaxRecords = &v return s } -// SetSubscriptionName sets the SubscriptionName field's value. -func (s *DescribeEventSubscriptionsInput) SetSubscriptionName(v string) *DescribeEventSubscriptionsInput { - s.SubscriptionName = &v - return s -} - -type DescribeEventSubscriptionsOutput struct { +type DescribeReplicationSubnetGroupsOutput struct { _ struct{} `type:"structure"` - // A list of event subscriptions. - EventSubscriptionsList []*EventSubscription `type:"list"` - // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` + + // A description of the replication subnet groups. + ReplicationSubnetGroups []*ReplicationSubnetGroup `type:"list"` } // String returns the string representation. @@ -13721,7 +20720,7 @@ type DescribeEventSubscriptionsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventSubscriptionsOutput) String() string { +func (s DescribeReplicationSubnetGroupsOutput) String() string { return awsutil.Prettify(s) } @@ -13730,35 +20729,26 @@ func (s DescribeEventSubscriptionsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventSubscriptionsOutput) GoString() string { +func (s DescribeReplicationSubnetGroupsOutput) GoString() string { return s.String() } -// SetEventSubscriptionsList sets the EventSubscriptionsList field's value. -func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []*EventSubscription) *DescribeEventSubscriptionsOutput { - s.EventSubscriptionsList = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput { + s.Marker = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput { - s.Marker = &v +// SetReplicationSubnetGroups sets the ReplicationSubnetGroups field's value. +func (s *DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups(v []*ReplicationSubnetGroup) *DescribeReplicationSubnetGroupsOutput { + s.ReplicationSubnetGroups = v return s } -type DescribeEventsInput struct { +type DescribeReplicationTableStatisticsInput struct { _ struct{} `type:"structure"` - // The duration of the events to be listed. - Duration *int64 `type:"integer"` - - // The end time for the events to be listed. - EndTime *time.Time `type:"timestamp"` - - // A list of event categories for the source type that you've chosen. - EventCategories []*string `type:"list"` - - // Filters applied to events. The only valid filter is replication-instance-id. + // Filters applied to the replication table statistics. Filters []*Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter @@ -13769,22 +20759,12 @@ type DescribeEventsInput struct { // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 - // - // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` - // The identifier of an event source. - SourceIdentifier *string `type:"string"` - - // The type of DMS resource that generates events. + // The replication config to describe. // - // Valid values: replication-instance | replication-task - SourceType *string `type:"string" enum:"SourceType"` - - // The start time for the events to be listed. - StartTime *time.Time `type:"timestamp"` + // ReplicationConfigArn is a required field + ReplicationConfigArn *string `type:"string" required:"true"` } // String returns the string representation. @@ -13792,7 +20772,7 @@ type DescribeEventsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventsInput) String() string { +func (s DescribeReplicationTableStatisticsInput) String() string { return awsutil.Prettify(s) } @@ -13801,13 +20781,16 @@ func (s DescribeEventsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventsInput) GoString() string { +func (s DescribeReplicationTableStatisticsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeEventsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeEventsInput"} +func (s *DescribeReplicationTableStatisticsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTableStatisticsInput"} + if s.ReplicationConfigArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) + } if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -13825,70 +20808,44 @@ func (s *DescribeEventsInput) Validate() error { return nil } -// SetDuration sets the Duration field's value. -func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput { - s.Duration = &v - return s -} - -// SetEndTime sets the EndTime field's value. -func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput { - s.EndTime = &v - return s -} - -// SetEventCategories sets the EventCategories field's value. -func (s *DescribeEventsInput) SetEventCategories(v []*string) *DescribeEventsInput { - s.EventCategories = v - return s -} - // SetFilters sets the Filters field's value. -func (s *DescribeEventsInput) SetFilters(v []*Filter) *DescribeEventsInput { +func (s *DescribeReplicationTableStatisticsInput) SetFilters(v []*Filter) *DescribeReplicationTableStatisticsInput { s.Filters = v return s } // SetMarker sets the Marker field's value. -func (s *DescribeEventsInput) SetMarker(v string) *DescribeEventsInput { +func (s *DescribeReplicationTableStatisticsInput) SetMarker(v string) *DescribeReplicationTableStatisticsInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput { +func (s *DescribeReplicationTableStatisticsInput) SetMaxRecords(v int64) *DescribeReplicationTableStatisticsInput { s.MaxRecords = &v return s } -// SetSourceIdentifier sets the SourceIdentifier field's value. -func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput { - s.SourceIdentifier = &v - return s -} - -// SetSourceType sets the SourceType field's value. -func (s *DescribeEventsInput) SetSourceType(v string) *DescribeEventsInput { - s.SourceType = &v - return s -} - -// SetStartTime sets the StartTime field's value. -func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput { - s.StartTime = &v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *DescribeReplicationTableStatisticsInput) SetReplicationConfigArn(v string) *DescribeReplicationTableStatisticsInput { + s.ReplicationConfigArn = &v return s } -type DescribeEventsOutput struct { +type DescribeReplicationTableStatisticsOutput struct { _ struct{} `type:"structure"` - // The events described. - Events []*Event `type:"list"` - // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` + + // The Amazon Resource Name of the replication config. + ReplicationConfigArn *string `type:"string"` + + // Returns table statistics on the replication, including table name, rows inserted, + // rows updated, and rows deleted. + ReplicationTableStatistics []*TableStatistics `type:"list"` } // String returns the string representation. @@ -13896,7 +20853,7 @@ type DescribeEventsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventsOutput) String() string { +func (s DescribeReplicationTableStatisticsOutput) String() string { return awsutil.Prettify(s) } @@ -13905,44 +20862,49 @@ func (s DescribeEventsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeEventsOutput) GoString() string { +func (s DescribeReplicationTableStatisticsOutput) GoString() string { return s.String() } -// SetEvents sets the Events field's value. -func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput { - s.Events = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTableStatisticsOutput) SetMarker(v string) *DescribeReplicationTableStatisticsOutput { + s.Marker = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeEventsOutput) SetMarker(v string) *DescribeEventsOutput { - s.Marker = &v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *DescribeReplicationTableStatisticsOutput) SetReplicationConfigArn(v string) *DescribeReplicationTableStatisticsOutput { + s.ReplicationConfigArn = &v return s } -type DescribeFleetAdvisorCollectorsInput struct { +// SetReplicationTableStatistics sets the ReplicationTableStatistics field's value. +func (s *DescribeReplicationTableStatisticsOutput) SetReplicationTableStatistics(v []*TableStatistics) *DescribeReplicationTableStatisticsOutput { + s.ReplicationTableStatistics = v + return s +} + +type DescribeReplicationTaskAssessmentResultsInput struct { _ struct{} `type:"structure"` - // If you specify any of the following filters, the output includes information - // for only those collectors that meet the filter criteria: - // - // * collector-referenced-id – The ID of the collector agent, for example - // d4610ac5-e323-4ad9-bc50-eaf7249dfe9d. + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. // - // * collector-name – The name of the collector agent. + // Default: 100 // - // An example is: describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d" - Filters []*Filter `type:"list"` - - // Sets the maximum number of records returned in the response. + // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // The Amazon Resource Name (ARN) string that uniquely identifies the task. + // When this input parameter is specified, the API returns only one result and + // ignore the values of the MaxRecords and Marker parameters. + ReplicationTaskArn *string `type:"string"` } // String returns the string representation. @@ -13950,7 +20912,7 @@ type DescribeFleetAdvisorCollectorsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorCollectorsInput) String() string { +func (s DescribeReplicationTaskAssessmentResultsInput) String() string { return awsutil.Prettify(s) } @@ -13959,60 +20921,41 @@ func (s DescribeFleetAdvisorCollectorsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorCollectorsInput) GoString() string { +func (s DescribeReplicationTaskAssessmentResultsInput) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeFleetAdvisorCollectorsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorCollectorsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} - -// SetFilters sets the Filters field's value. -func (s *DescribeFleetAdvisorCollectorsInput) SetFilters(v []*Filter) *DescribeFleetAdvisorCollectorsInput { - s.Filters = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTaskAssessmentResultsInput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsInput { + s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeFleetAdvisorCollectorsInput) SetMaxRecords(v int64) *DescribeFleetAdvisorCollectorsInput { +func (s *DescribeReplicationTaskAssessmentResultsInput) SetMaxRecords(v int64) *DescribeReplicationTaskAssessmentResultsInput { s.MaxRecords = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorCollectorsInput) SetNextToken(v string) *DescribeFleetAdvisorCollectorsInput { - s.NextToken = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *DescribeReplicationTaskAssessmentResultsInput) SetReplicationTaskArn(v string) *DescribeReplicationTaskAssessmentResultsInput { + s.ReplicationTaskArn = &v return s } -type DescribeFleetAdvisorCollectorsOutput struct { +type DescribeReplicationTaskAssessmentResultsOutput struct { _ struct{} `type:"structure"` - // Provides descriptions of the Fleet Advisor collectors, including the collectors' - // name and ID, and the latest inventory data. - Collectors []*CollectorResponse `type:"list"` + // - The Amazon S3 bucket where the task assessment report is located. + BucketName *string `type:"string"` - // If NextToken is returned, there are more results available. The value of - // NextToken is a unique pagination token for each page. Make the call again - // using the returned token to retrieve the next page. Keep all other arguments - // unchanged. - NextToken *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The task assessment report. + ReplicationTaskAssessmentResults []*ReplicationTaskAssessmentResult `type:"list"` } // String returns the string representation. @@ -14020,7 +20963,7 @@ type DescribeFleetAdvisorCollectorsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorCollectorsOutput) String() string { +func (s DescribeReplicationTaskAssessmentResultsOutput) String() string { return awsutil.Prettify(s) } @@ -14029,51 +20972,47 @@ func (s DescribeFleetAdvisorCollectorsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorCollectorsOutput) GoString() string { +func (s DescribeReplicationTaskAssessmentResultsOutput) GoString() string { return s.String() } -// SetCollectors sets the Collectors field's value. -func (s *DescribeFleetAdvisorCollectorsOutput) SetCollectors(v []*CollectorResponse) *DescribeFleetAdvisorCollectorsOutput { - s.Collectors = v +// SetBucketName sets the BucketName field's value. +func (s *DescribeReplicationTaskAssessmentResultsOutput) SetBucketName(v string) *DescribeReplicationTaskAssessmentResultsOutput { + s.BucketName = &v + return s +} + +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTaskAssessmentResultsOutput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsOutput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorCollectorsOutput) SetNextToken(v string) *DescribeFleetAdvisorCollectorsOutput { - s.NextToken = &v +// SetReplicationTaskAssessmentResults sets the ReplicationTaskAssessmentResults field's value. +func (s *DescribeReplicationTaskAssessmentResultsOutput) SetReplicationTaskAssessmentResults(v []*ReplicationTaskAssessmentResult) *DescribeReplicationTaskAssessmentResultsOutput { + s.ReplicationTaskAssessmentResults = v return s } -type DescribeFleetAdvisorDatabasesInput struct { +type DescribeReplicationTaskAssessmentRunsInput struct { _ struct{} `type:"structure"` - // If you specify any of the following filters, the output includes information - // for only those databases that meet the filter criteria: - // - // * database-id – The ID of the database. - // - // * database-name – The name of the database. - // - // * database-engine – The name of the database engine. - // - // * server-ip-address – The IP address of the database server. - // - // * database-ip-address – The IP address of the database. - // - // * collector-name – The name of the associated Fleet Advisor collector. + // Filters applied to the premigration assessment runs described in the form + // of key-value pairs. // - // An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45" + // Valid filter names: replication-task-assessment-run-arn, replication-task-arn, + // replication-instance-arn, status Filters []*Filter `type:"list"` - // Sets the maximum number of records returned in the response. - MaxRecords *int64 `type:"integer"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -14081,7 +21020,7 @@ type DescribeFleetAdvisorDatabasesInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorDatabasesInput) String() string { +func (s DescribeReplicationTaskAssessmentRunsInput) String() string { return awsutil.Prettify(s) } @@ -14090,13 +21029,13 @@ func (s DescribeFleetAdvisorDatabasesInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorDatabasesInput) GoString() string { +func (s DescribeReplicationTaskAssessmentRunsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeFleetAdvisorDatabasesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorDatabasesInput"} +func (s *DescribeReplicationTaskAssessmentRunsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTaskAssessmentRunsInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -14115,35 +21054,34 @@ func (s *DescribeFleetAdvisorDatabasesInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeFleetAdvisorDatabasesInput) SetFilters(v []*Filter) *DescribeFleetAdvisorDatabasesInput { +func (s *DescribeReplicationTaskAssessmentRunsInput) SetFilters(v []*Filter) *DescribeReplicationTaskAssessmentRunsInput { s.Filters = v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeFleetAdvisorDatabasesInput) SetMaxRecords(v int64) *DescribeFleetAdvisorDatabasesInput { - s.MaxRecords = &v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTaskAssessmentRunsInput) SetMarker(v string) *DescribeReplicationTaskAssessmentRunsInput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorDatabasesInput) SetNextToken(v string) *DescribeFleetAdvisorDatabasesInput { - s.NextToken = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeReplicationTaskAssessmentRunsInput) SetMaxRecords(v int64) *DescribeReplicationTaskAssessmentRunsInput { + s.MaxRecords = &v return s } -type DescribeFleetAdvisorDatabasesOutput struct { +type DescribeReplicationTaskAssessmentRunsOutput struct { _ struct{} `type:"structure"` - // Provides descriptions of the Fleet Advisor collector databases, including - // the database's collector, ID, and name. - Databases []*DatabaseResponse `type:"list"` + // A pagination token returned for you to pass to a subsequent request. If you + // pass this token as the Marker value in a subsequent request, the response + // includes only records beyond the marker, up to the value specified in the + // request by MaxRecords. + Marker *string `type:"string"` - // If NextToken is returned, there are more results available. The value of - // NextToken is a unique pagination token for each page. Make the call again - // using the returned token to retrieve the next page. Keep all other arguments - // unchanged. - NextToken *string `type:"string"` + // One or more premigration assessment runs as specified by Filters. + ReplicationTaskAssessmentRuns []*ReplicationTaskAssessmentRun `type:"list"` } // String returns the string representation. @@ -14151,7 +21089,7 @@ type DescribeFleetAdvisorDatabasesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorDatabasesOutput) String() string { +func (s DescribeReplicationTaskAssessmentRunsOutput) String() string { return awsutil.Prettify(s) } @@ -14160,33 +21098,41 @@ func (s DescribeFleetAdvisorDatabasesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorDatabasesOutput) GoString() string { +func (s DescribeReplicationTaskAssessmentRunsOutput) GoString() string { return s.String() } -// SetDatabases sets the Databases field's value. -func (s *DescribeFleetAdvisorDatabasesOutput) SetDatabases(v []*DatabaseResponse) *DescribeFleetAdvisorDatabasesOutput { - s.Databases = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTaskAssessmentRunsOutput) SetMarker(v string) *DescribeReplicationTaskAssessmentRunsOutput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorDatabasesOutput) SetNextToken(v string) *DescribeFleetAdvisorDatabasesOutput { - s.NextToken = &v +// SetReplicationTaskAssessmentRuns sets the ReplicationTaskAssessmentRuns field's value. +func (s *DescribeReplicationTaskAssessmentRunsOutput) SetReplicationTaskAssessmentRuns(v []*ReplicationTaskAssessmentRun) *DescribeReplicationTaskAssessmentRunsOutput { + s.ReplicationTaskAssessmentRuns = v return s } -type DescribeFleetAdvisorLsaAnalysisInput struct { +type DescribeReplicationTaskIndividualAssessmentsInput struct { _ struct{} `type:"structure"` - // Sets the maximum number of records returned in the response. - MaxRecords *int64 `type:"integer"` + // Filters applied to the individual assessments described in the form of key-value + // pairs. + // + // Valid filter names: replication-task-assessment-run-arn, replication-task-arn, + // status + Filters []*Filter `type:"list"` - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -14194,7 +21140,7 @@ type DescribeFleetAdvisorLsaAnalysisInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorLsaAnalysisInput) String() string { +func (s DescribeReplicationTaskIndividualAssessmentsInput) String() string { return awsutil.Prettify(s) } @@ -14203,33 +21149,59 @@ func (s DescribeFleetAdvisorLsaAnalysisInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorLsaAnalysisInput) GoString() string { +func (s DescribeReplicationTaskIndividualAssessmentsInput) GoString() string { return s.String() } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeFleetAdvisorLsaAnalysisInput) SetMaxRecords(v int64) *DescribeFleetAdvisorLsaAnalysisInput { - s.MaxRecords = &v +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeReplicationTaskIndividualAssessmentsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTaskIndividualAssessmentsInput"} + if s.Filters != nil { + for i, v := range s.Filters { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) + } + } + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetFilters sets the Filters field's value. +func (s *DescribeReplicationTaskIndividualAssessmentsInput) SetFilters(v []*Filter) *DescribeReplicationTaskIndividualAssessmentsInput { + s.Filters = v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorLsaAnalysisInput) SetNextToken(v string) *DescribeFleetAdvisorLsaAnalysisInput { - s.NextToken = &v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTaskIndividualAssessmentsInput) SetMarker(v string) *DescribeReplicationTaskIndividualAssessmentsInput { + s.Marker = &v return s } -type DescribeFleetAdvisorLsaAnalysisOutput struct { +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeReplicationTaskIndividualAssessmentsInput) SetMaxRecords(v int64) *DescribeReplicationTaskIndividualAssessmentsInput { + s.MaxRecords = &v + return s +} + +type DescribeReplicationTaskIndividualAssessmentsOutput struct { _ struct{} `type:"structure"` - // A list of FleetAdvisorLsaAnalysisResponse objects. - Analysis []*FleetAdvisorLsaAnalysisResponse `type:"list"` + // A pagination token returned for you to pass to a subsequent request. If you + // pass this token as the Marker value in a subsequent request, the response + // includes only records beyond the marker, up to the value specified in the + // request by MaxRecords. + Marker *string `type:"string"` - // If NextToken is returned, there are more results available. The value of - // NextToken is a unique pagination token for each page. Make the call again - // using the returned token to retrieve the next page. Keep all other arguments - // unchanged. - NextToken *string `type:"string"` + // One or more individual assessments as specified by Filters. + ReplicationTaskIndividualAssessments []*ReplicationTaskIndividualAssessment `type:"list"` } // String returns the string representation. @@ -14237,7 +21209,7 @@ type DescribeFleetAdvisorLsaAnalysisOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorLsaAnalysisOutput) String() string { +func (s DescribeReplicationTaskIndividualAssessmentsOutput) String() string { return awsutil.Prettify(s) } @@ -14246,41 +21218,49 @@ func (s DescribeFleetAdvisorLsaAnalysisOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorLsaAnalysisOutput) GoString() string { +func (s DescribeReplicationTaskIndividualAssessmentsOutput) GoString() string { return s.String() } -// SetAnalysis sets the Analysis field's value. -func (s *DescribeFleetAdvisorLsaAnalysisOutput) SetAnalysis(v []*FleetAdvisorLsaAnalysisResponse) *DescribeFleetAdvisorLsaAnalysisOutput { - s.Analysis = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTaskIndividualAssessmentsOutput) SetMarker(v string) *DescribeReplicationTaskIndividualAssessmentsOutput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorLsaAnalysisOutput) SetNextToken(v string) *DescribeFleetAdvisorLsaAnalysisOutput { - s.NextToken = &v +// SetReplicationTaskIndividualAssessments sets the ReplicationTaskIndividualAssessments field's value. +func (s *DescribeReplicationTaskIndividualAssessmentsOutput) SetReplicationTaskIndividualAssessments(v []*ReplicationTaskIndividualAssessment) *DescribeReplicationTaskIndividualAssessmentsOutput { + s.ReplicationTaskIndividualAssessments = v return s } -type DescribeFleetAdvisorSchemaObjectSummaryInput struct { +type DescribeReplicationTasksInput struct { _ struct{} `type:"structure"` - // If you specify any of the following filters, the output includes information - // for only those schema objects that meet the filter criteria: - // - // * schema-id – The ID of the schema, for example d4610ac5-e323-4ad9-bc50-eaf7249dfe9d. + // Filters applied to replication tasks. // - // Example: describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50" + // Valid filter names: replication-task-arn | replication-task-id | migration-type + // | endpoint-arn | replication-instance-arn Filters []*Filter `type:"list"` - // Sets the maximum number of records returned in the response. + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` + + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + // + // Default: 100 + // + // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // An option to set to avoid returning information about settings. Use this + // to reduce overhead when setting information is too large. To use this option, + // choose true; otherwise, choose false (the default). + WithoutSettings *bool `type:"boolean"` } // String returns the string representation. @@ -14288,7 +21268,7 @@ type DescribeFleetAdvisorSchemaObjectSummaryInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemaObjectSummaryInput) String() string { +func (s DescribeReplicationTasksInput) String() string { return awsutil.Prettify(s) } @@ -14297,13 +21277,13 @@ func (s DescribeFleetAdvisorSchemaObjectSummaryInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemaObjectSummaryInput) GoString() string { +func (s DescribeReplicationTasksInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorSchemaObjectSummaryInput"} +func (s *DescribeReplicationTasksInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTasksInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -14322,34 +21302,39 @@ func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) SetFilters(v []*Filter) *DescribeFleetAdvisorSchemaObjectSummaryInput { +func (s *DescribeReplicationTasksInput) SetFilters(v []*Filter) *DescribeReplicationTasksInput { s.Filters = v return s } +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTasksInput) SetMarker(v string) *DescribeReplicationTasksInput { + s.Marker = &v + return s +} + // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) SetMaxRecords(v int64) *DescribeFleetAdvisorSchemaObjectSummaryInput { +func (s *DescribeReplicationTasksInput) SetMaxRecords(v int64) *DescribeReplicationTasksInput { s.MaxRecords = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorSchemaObjectSummaryInput) SetNextToken(v string) *DescribeFleetAdvisorSchemaObjectSummaryInput { - s.NextToken = &v +// SetWithoutSettings sets the WithoutSettings field's value. +func (s *DescribeReplicationTasksInput) SetWithoutSettings(v bool) *DescribeReplicationTasksInput { + s.WithoutSettings = &v return s } -type DescribeFleetAdvisorSchemaObjectSummaryOutput struct { +type DescribeReplicationTasksOutput struct { _ struct{} `type:"structure"` - // A collection of FleetAdvisorSchemaObjectResponse objects. - FleetAdvisorSchemaObjects []*FleetAdvisorSchemaObjectResponse `type:"list"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // If NextToken is returned, there are more results available. The value of - // NextToken is a unique pagination token for each page. Make the call again - // using the returned token to retrieve the next page. Keep all other arguments - // unchanged. - NextToken *string `type:"string"` + // A description of the replication tasks. + ReplicationTasks []*ReplicationTask `type:"list"` } // String returns the string representation. @@ -14357,7 +21342,7 @@ type DescribeFleetAdvisorSchemaObjectSummaryOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemaObjectSummaryOutput) String() string { +func (s DescribeReplicationTasksOutput) String() string { return awsutil.Prettify(s) } @@ -14366,57 +21351,37 @@ func (s DescribeFleetAdvisorSchemaObjectSummaryOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemaObjectSummaryOutput) GoString() string { +func (s DescribeReplicationTasksOutput) GoString() string { return s.String() } -// SetFleetAdvisorSchemaObjects sets the FleetAdvisorSchemaObjects field's value. -func (s *DescribeFleetAdvisorSchemaObjectSummaryOutput) SetFleetAdvisorSchemaObjects(v []*FleetAdvisorSchemaObjectResponse) *DescribeFleetAdvisorSchemaObjectSummaryOutput { - s.FleetAdvisorSchemaObjects = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorSchemaObjectSummaryOutput) SetNextToken(v string) *DescribeFleetAdvisorSchemaObjectSummaryOutput { - s.NextToken = &v +// SetReplicationTasks sets the ReplicationTasks field's value. +func (s *DescribeReplicationTasksOutput) SetReplicationTasks(v []*ReplicationTask) *DescribeReplicationTasksOutput { + s.ReplicationTasks = v return s } -type DescribeFleetAdvisorSchemasInput struct { +type DescribeReplicationsInput struct { _ struct{} `type:"structure"` - // If you specify any of the following filters, the output includes information - // for only those schemas that meet the filter criteria: - // - // * complexity – The schema's complexity, for example Simple. - // - // * database-id – The ID of the schema's database. - // - // * database-ip-address – The IP address of the schema's database. - // - // * database-name – The name of the schema's database. - // - // * database-engine – The name of the schema database's engine. - // - // * original-schema-name – The name of the schema's database's main schema. - // - // * schema-id – The ID of the schema, for example 15. - // - // * schema-name – The name of the schema. - // - // * server-ip-address – The IP address of the schema database's server. - // - // An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50" + // Filters applied to the replications. Filters []*Filter `type:"list"` - // Sets the maximum number of records returned in the response. - MaxRecords *int64 `type:"integer"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // The maximum number of records to include in the response. If more records + // exist than the specified MaxRecords value, a pagination token called a marker + // is included in the response so that the remaining results can be retrieved. + MaxRecords *int64 `type:"integer"` } // String returns the string representation. @@ -14424,7 +21389,7 @@ type DescribeFleetAdvisorSchemasInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemasInput) String() string { +func (s DescribeReplicationsInput) String() string { return awsutil.Prettify(s) } @@ -14433,13 +21398,13 @@ func (s DescribeFleetAdvisorSchemasInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemasInput) GoString() string { +func (s DescribeReplicationsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeFleetAdvisorSchemasInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeFleetAdvisorSchemasInput"} +func (s *DescribeReplicationsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationsInput"} if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -14458,34 +21423,33 @@ func (s *DescribeFleetAdvisorSchemasInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribeFleetAdvisorSchemasInput) SetFilters(v []*Filter) *DescribeFleetAdvisorSchemasInput { +func (s *DescribeReplicationsInput) SetFilters(v []*Filter) *DescribeReplicationsInput { s.Filters = v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeFleetAdvisorSchemasInput) SetMaxRecords(v int64) *DescribeFleetAdvisorSchemasInput { - s.MaxRecords = &v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationsInput) SetMarker(v string) *DescribeReplicationsInput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorSchemasInput) SetNextToken(v string) *DescribeFleetAdvisorSchemasInput { - s.NextToken = &v +// SetMaxRecords sets the MaxRecords field's value. +func (s *DescribeReplicationsInput) SetMaxRecords(v int64) *DescribeReplicationsInput { + s.MaxRecords = &v return s } -type DescribeFleetAdvisorSchemasOutput struct { +type DescribeReplicationsOutput struct { _ struct{} `type:"structure"` - // A collection of SchemaResponse objects. - FleetAdvisorSchemas []*SchemaResponse `type:"list"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // If NextToken is returned, there are more results available. The value of - // NextToken is a unique pagination token for each page. Make the call again - // using the returned token to retrieve the next page. Keep all other arguments - // unchanged. - NextToken *string `type:"string"` + // The replication descriptions. + Replications []*Replication `type:"list"` } // String returns the string representation. @@ -14493,7 +21457,7 @@ type DescribeFleetAdvisorSchemasOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemasOutput) String() string { +func (s DescribeReplicationsOutput) String() string { return awsutil.Prettify(s) } @@ -14502,25 +21466,30 @@ func (s DescribeFleetAdvisorSchemasOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeFleetAdvisorSchemasOutput) GoString() string { +func (s DescribeReplicationsOutput) GoString() string { return s.String() } -// SetFleetAdvisorSchemas sets the FleetAdvisorSchemas field's value. -func (s *DescribeFleetAdvisorSchemasOutput) SetFleetAdvisorSchemas(v []*SchemaResponse) *DescribeFleetAdvisorSchemasOutput { - s.FleetAdvisorSchemas = v +// SetMarker sets the Marker field's value. +func (s *DescribeReplicationsOutput) SetMarker(v string) *DescribeReplicationsOutput { + s.Marker = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeFleetAdvisorSchemasOutput) SetNextToken(v string) *DescribeFleetAdvisorSchemasOutput { - s.NextToken = &v +// SetReplications sets the Replications field's value. +func (s *DescribeReplicationsOutput) SetReplications(v []*Replication) *DescribeReplicationsOutput { + s.Replications = v return s } -type DescribeOrderableReplicationInstancesInput struct { +type DescribeSchemasInput struct { _ struct{} `type:"structure"` + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // + // EndpointArn is a required field + EndpointArn *string `type:"string" required:"true"` + // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. @@ -14541,7 +21510,7 @@ type DescribeOrderableReplicationInstancesInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeOrderableReplicationInstancesInput) String() string { +func (s DescribeSchemasInput) String() string { return awsutil.Prettify(s) } @@ -14550,23 +21519,42 @@ func (s DescribeOrderableReplicationInstancesInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeOrderableReplicationInstancesInput) GoString() string { +func (s DescribeSchemasInput) GoString() string { return s.String() } +// Validate inspects the fields of the type to determine if they are valid. +func (s *DescribeSchemasInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeSchemasInput"} + if s.EndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetEndpointArn sets the EndpointArn field's value. +func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput { + s.EndpointArn = &v + return s +} + // SetMarker sets the Marker field's value. -func (s *DescribeOrderableReplicationInstancesInput) SetMarker(v string) *DescribeOrderableReplicationInstancesInput { +func (s *DescribeSchemasInput) SetMarker(v string) *DescribeSchemasInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeOrderableReplicationInstancesInput) SetMaxRecords(v int64) *DescribeOrderableReplicationInstancesInput { +func (s *DescribeSchemasInput) SetMaxRecords(v int64) *DescribeSchemasInput { s.MaxRecords = &v return s } -type DescribeOrderableReplicationInstancesOutput struct { +type DescribeSchemasOutput struct { _ struct{} `type:"structure"` // An optional pagination token provided by a previous request. If this parameter @@ -14574,8 +21562,8 @@ type DescribeOrderableReplicationInstancesOutput struct { // the value specified by MaxRecords. Marker *string `type:"string"` - // The order-able replication instances available. - OrderableReplicationInstances []*OrderableReplicationInstance `type:"list"` + // The described schema. + Schemas []*string `type:"list"` } // String returns the string representation. @@ -14583,7 +21571,7 @@ type DescribeOrderableReplicationInstancesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeOrderableReplicationInstancesOutput) String() string { +func (s DescribeSchemasOutput) String() string { return awsutil.Prettify(s) } @@ -14592,25 +21580,31 @@ func (s DescribeOrderableReplicationInstancesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeOrderableReplicationInstancesOutput) GoString() string { +func (s DescribeSchemasOutput) GoString() string { return s.String() } // SetMarker sets the Marker field's value. -func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput { +func (s *DescribeSchemasOutput) SetMarker(v string) *DescribeSchemasOutput { s.Marker = &v return s } -// SetOrderableReplicationInstances sets the OrderableReplicationInstances field's value. -func (s *DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances(v []*OrderableReplicationInstance) *DescribeOrderableReplicationInstancesOutput { - s.OrderableReplicationInstances = v +// SetSchemas sets the Schemas field's value. +func (s *DescribeSchemasOutput) SetSchemas(v []*string) *DescribeSchemasOutput { + s.Schemas = v return s } -type DescribePendingMaintenanceActionsInput struct { +type DescribeTableStatisticsInput struct { _ struct{} `type:"structure"` + // Filters applied to table statistics. + // + // Valid filter names: schema-name | table-name | table-state + // + // A combination of filters creates an AND condition where each record matches + // all specified filters. Filters []*Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter @@ -14624,11 +21618,13 @@ type DescribePendingMaintenanceActionsInput struct { // // Default: 100 // - // Constraints: Minimum 20, maximum 100. + // Constraints: Minimum 20, maximum 500. MaxRecords *int64 `type:"integer"` - // The Amazon Resource Name (ARN) of the replication instance. - ReplicationInstanceArn *string `type:"string"` + // The Amazon Resource Name (ARN) of the replication task. + // + // ReplicationTaskArn is a required field + ReplicationTaskArn *string `type:"string" required:"true"` } // String returns the string representation. @@ -14636,7 +21632,7 @@ type DescribePendingMaintenanceActionsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribePendingMaintenanceActionsInput) String() string { +func (s DescribeTableStatisticsInput) String() string { return awsutil.Prettify(s) } @@ -14645,13 +21641,16 @@ func (s DescribePendingMaintenanceActionsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribePendingMaintenanceActionsInput) GoString() string { +func (s DescribeTableStatisticsInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribePendingMaintenanceActionsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribePendingMaintenanceActionsInput"} +func (s *DescribeTableStatisticsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DescribeTableStatisticsInput"} + if s.ReplicationTaskArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) + } if s.Filters != nil { for i, v := range s.Filters { if v == nil { @@ -14670,91 +21669,42 @@ func (s *DescribePendingMaintenanceActionsInput) Validate() error { } // SetFilters sets the Filters field's value. -func (s *DescribePendingMaintenanceActionsInput) SetFilters(v []*Filter) *DescribePendingMaintenanceActionsInput { +func (s *DescribeTableStatisticsInput) SetFilters(v []*Filter) *DescribeTableStatisticsInput { s.Filters = v return s } // SetMarker sets the Marker field's value. -func (s *DescribePendingMaintenanceActionsInput) SetMarker(v string) *DescribePendingMaintenanceActionsInput { +func (s *DescribeTableStatisticsInput) SetMarker(v string) *DescribeTableStatisticsInput { s.Marker = &v return s } // SetMaxRecords sets the MaxRecords field's value. -func (s *DescribePendingMaintenanceActionsInput) SetMaxRecords(v int64) *DescribePendingMaintenanceActionsInput { +func (s *DescribeTableStatisticsInput) SetMaxRecords(v int64) *DescribeTableStatisticsInput { s.MaxRecords = &v return s } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *DescribePendingMaintenanceActionsInput) SetReplicationInstanceArn(v string) *DescribePendingMaintenanceActionsInput { - s.ReplicationInstanceArn = &v - return s -} - -type DescribePendingMaintenanceActionsOutput struct { - _ struct{} `type:"structure"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - - // The pending maintenance action. - PendingMaintenanceActions []*ResourcePendingMaintenanceActions `type:"list"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribePendingMaintenanceActionsOutput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribePendingMaintenanceActionsOutput) GoString() string { - return s.String() -} - -// SetMarker sets the Marker field's value. -func (s *DescribePendingMaintenanceActionsOutput) SetMarker(v string) *DescribePendingMaintenanceActionsOutput { - s.Marker = &v - return s -} - -// SetPendingMaintenanceActions sets the PendingMaintenanceActions field's value. -func (s *DescribePendingMaintenanceActionsOutput) SetPendingMaintenanceActions(v []*ResourcePendingMaintenanceActions) *DescribePendingMaintenanceActionsOutput { - s.PendingMaintenanceActions = v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *DescribeTableStatisticsInput) SetReplicationTaskArn(v string) *DescribeTableStatisticsInput { + s.ReplicationTaskArn = &v return s } -type DescribeRecommendationLimitationsInput struct { +type DescribeTableStatisticsOutput struct { _ struct{} `type:"structure"` - // Filters applied to the limitations described in the form of key-value pairs. - Filters []*Filter `type:"list"` + // An optional pagination token provided by a previous request. If this parameter + // is specified, the response includes only records beyond the marker, up to + // the value specified by MaxRecords. + Marker *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, Fleet Advisor includes a pagination - // token in the response so that you can retrieve the remaining results. - MaxRecords *int64 `type:"integer"` + // The Amazon Resource Name (ARN) of the replication task. + ReplicationTaskArn *string `type:"string"` - // Specifies the unique pagination token that makes it possible to display the - // next page of results. If this parameter is specified, the response includes - // only records beyond the marker, up to the value specified by MaxRecords. - // - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // The table statistics. + TableStatistics []*TableStatistics `type:"list"` } // String returns the string representation. @@ -14762,7 +21712,7 @@ type DescribeRecommendationLimitationsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRecommendationLimitationsInput) String() string { +func (s DescribeTableStatisticsOutput) String() string { return awsutil.Prettify(s) } @@ -14771,60 +21721,38 @@ func (s DescribeRecommendationLimitationsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRecommendationLimitationsInput) GoString() string { +func (s DescribeTableStatisticsOutput) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeRecommendationLimitationsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeRecommendationLimitationsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} - -// SetFilters sets the Filters field's value. -func (s *DescribeRecommendationLimitationsInput) SetFilters(v []*Filter) *DescribeRecommendationLimitationsInput { - s.Filters = v +// SetMarker sets the Marker field's value. +func (s *DescribeTableStatisticsOutput) SetMarker(v string) *DescribeTableStatisticsOutput { + s.Marker = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeRecommendationLimitationsInput) SetMaxRecords(v int64) *DescribeRecommendationLimitationsInput { - s.MaxRecords = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *DescribeTableStatisticsOutput) SetReplicationTaskArn(v string) *DescribeTableStatisticsOutput { + s.ReplicationTaskArn = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeRecommendationLimitationsInput) SetNextToken(v string) *DescribeRecommendationLimitationsInput { - s.NextToken = &v +// SetTableStatistics sets the TableStatistics field's value. +func (s *DescribeTableStatisticsOutput) SetTableStatistics(v []*TableStatistics) *DescribeTableStatisticsOutput { + s.TableStatistics = v return s } -type DescribeRecommendationLimitationsOutput struct { +// The settings in JSON format for the DMS Transfer type source endpoint. +type DmsTransferSettings struct { _ struct{} `type:"structure"` - // The list of limitations for recommendations of target Amazon Web Services - // engines. - Limitations []*Limitation `type:"list"` + // The name of the S3 bucket to use. + BucketName *string `type:"string"` - // The unique pagination token returned for you to pass to a subsequent request. - // Fleet Advisor returns this token when the number of records in the response - // is greater than the MaxRecords value. To retrieve the next page, make the - // call again using the returned token and keeping all other arguments unchanged. - NextToken *string `type:"string"` + // The Amazon Resource Name (ARN) used by the service access IAM role. The role + // must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` } // String returns the string representation. @@ -14832,7 +21760,7 @@ type DescribeRecommendationLimitationsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRecommendationLimitationsOutput) String() string { +func (s DmsTransferSettings) String() string { return awsutil.Prettify(s) } @@ -14841,43 +21769,105 @@ func (s DescribeRecommendationLimitationsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRecommendationLimitationsOutput) GoString() string { +func (s DmsTransferSettings) GoString() string { return s.String() } -// SetLimitations sets the Limitations field's value. -func (s *DescribeRecommendationLimitationsOutput) SetLimitations(v []*Limitation) *DescribeRecommendationLimitationsOutput { - s.Limitations = v +// SetBucketName sets the BucketName field's value. +func (s *DmsTransferSettings) SetBucketName(v string) *DmsTransferSettings { + s.BucketName = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeRecommendationLimitationsOutput) SetNextToken(v string) *DescribeRecommendationLimitationsOutput { - s.NextToken = &v +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *DmsTransferSettings) SetServiceAccessRoleArn(v string) *DmsTransferSettings { + s.ServiceAccessRoleArn = &v return s } -type DescribeRecommendationsInput struct { +// Provides information that defines a DocumentDB endpoint. +type DocDbSettings struct { _ struct{} `type:"structure"` - // Filters applied to the target engine recommendations described in the form - // of key-value pairs. - Filters []*Filter `type:"list"` + // The database name on the DocumentDB source endpoint. + DatabaseName *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, Fleet Advisor includes a pagination - // token in the response so that you can retrieve the remaining results. - MaxRecords *int64 `type:"integer"` + // Indicates the number of documents to preview to determine the document organization. + // Use this setting when NestingLevel is set to "one". + // + // Must be a positive value greater than 0. Default value is 1000. + DocsToInvestigate *int64 `type:"integer"` - // Specifies the unique pagination token that makes it possible to display the - // next page of results. If this parameter is specified, the response includes - // only records beyond the marker, up to the value specified by MaxRecords. + // Specifies the document ID. Use this setting when NestingLevel is set to "none". // - // If NextToken is returned by a previous response, there are more results available. - // The value of NextToken is a unique pagination token for each page. Make the - // call again using the returned token to retrieve the next page. Keep all other - // arguments unchanged. - NextToken *string `type:"string"` + // Default value is "false". + ExtractDocId *bool `type:"boolean"` + + // The KMS key identifier that is used to encrypt the content on the replication + // instance. If you don't specify a value for the KmsKeyId parameter, then DMS + // uses your default encryption key. KMS creates the default encryption key + // for your Amazon Web Services account. Your Amazon Web Services account has + // a different default encryption key for each Amazon Web Services Region. + KmsKeyId *string `type:"string"` + + // Specifies either document or table mode. + // + // Default value is "none". Specify "none" to use document mode. Specify "one" + // to use table mode. + NestingLevel *string `type:"string" enum:"NestingLevelValue"` + + // The password for the user account you use to access the DocumentDB source + // endpoint. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by DocDbSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // The port value for the DocumentDB source endpoint. + Port *int64 `type:"integer"` + + // If true, DMS replicates data to shard collections. DMS only uses this setting + // if the target endpoint is a DocumentDB elastic cluster. + // + // When this setting is true, note the following: + // + // * You must set TargetTablePrepMode to nothing. + // + // * DMS automatically sets useUpdateLookup to false. + ReplicateShardCollections *bool `type:"boolean"` + + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the DocumentDB endpoint. + // + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` + + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the DocumentDB endpoint connection details. + SecretsManagerSecretId *string `type:"string"` + + // The name of the server on the DocumentDB source endpoint. + ServerName *string `type:"string"` + + // If true, DMS retrieves the entire document from the DocumentDB source during + // migration. This may cause a migration failure if the server response exceeds + // bandwidth limits. To fetch only updates and deletes during migration, set + // this parameter to false. + UseUpdateLookUp *bool `type:"boolean"` + + // The user name you use to access the DocumentDB source endpoint. + Username *string `type:"string"` } // String returns the string representation. @@ -14885,7 +21875,7 @@ type DescribeRecommendationsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRecommendationsInput) String() string { +func (s DocDbSettings) String() string { return awsutil.Prettify(s) } @@ -14894,99 +21884,98 @@ func (s DescribeRecommendationsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRecommendationsInput) GoString() string { +func (s DocDbSettings) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeRecommendationsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeRecommendationsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } +// SetDatabaseName sets the DatabaseName field's value. +func (s *DocDbSettings) SetDatabaseName(v string) *DocDbSettings { + s.DatabaseName = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetDocsToInvestigate sets the DocsToInvestigate field's value. +func (s *DocDbSettings) SetDocsToInvestigate(v int64) *DocDbSettings { + s.DocsToInvestigate = &v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeRecommendationsInput) SetFilters(v []*Filter) *DescribeRecommendationsInput { - s.Filters = v +// SetExtractDocId sets the ExtractDocId field's value. +func (s *DocDbSettings) SetExtractDocId(v bool) *DocDbSettings { + s.ExtractDocId = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeRecommendationsInput) SetMaxRecords(v int64) *DescribeRecommendationsInput { - s.MaxRecords = &v +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *DocDbSettings) SetKmsKeyId(v string) *DocDbSettings { + s.KmsKeyId = &v return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeRecommendationsInput) SetNextToken(v string) *DescribeRecommendationsInput { - s.NextToken = &v +// SetNestingLevel sets the NestingLevel field's value. +func (s *DocDbSettings) SetNestingLevel(v string) *DocDbSettings { + s.NestingLevel = &v return s } -type DescribeRecommendationsOutput struct { - _ struct{} `type:"structure"` +// SetPassword sets the Password field's value. +func (s *DocDbSettings) SetPassword(v string) *DocDbSettings { + s.Password = &v + return s +} - // The unique pagination token returned for you to pass to a subsequent request. - // Fleet Advisor returns this token when the number of records in the response - // is greater than the MaxRecords value. To retrieve the next page, make the - // call again using the returned token and keeping all other arguments unchanged. - NextToken *string `type:"string"` +// SetPort sets the Port field's value. +func (s *DocDbSettings) SetPort(v int64) *DocDbSettings { + s.Port = &v + return s +} + +// SetReplicateShardCollections sets the ReplicateShardCollections field's value. +func (s *DocDbSettings) SetReplicateShardCollections(v bool) *DocDbSettings { + s.ReplicateShardCollections = &v + return s +} - // The list of recommendations of target engines that Fleet Advisor created - // for the source database. - Recommendations []*Recommendation `type:"list"` +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *DocDbSettings) SetSecretsManagerAccessRoleArn(v string) *DocDbSettings { + s.SecretsManagerAccessRoleArn = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeRecommendationsOutput) String() string { - return awsutil.Prettify(s) +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *DocDbSettings) SetSecretsManagerSecretId(v string) *DocDbSettings { + s.SecretsManagerSecretId = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeRecommendationsOutput) GoString() string { - return s.String() +// SetServerName sets the ServerName field's value. +func (s *DocDbSettings) SetServerName(v string) *DocDbSettings { + s.ServerName = &v + return s } -// SetNextToken sets the NextToken field's value. -func (s *DescribeRecommendationsOutput) SetNextToken(v string) *DescribeRecommendationsOutput { - s.NextToken = &v +// SetUseUpdateLookUp sets the UseUpdateLookUp field's value. +func (s *DocDbSettings) SetUseUpdateLookUp(v bool) *DocDbSettings { + s.UseUpdateLookUp = &v return s } -// SetRecommendations sets the Recommendations field's value. -func (s *DescribeRecommendationsOutput) SetRecommendations(v []*Recommendation) *DescribeRecommendationsOutput { - s.Recommendations = v +// SetUsername sets the Username field's value. +func (s *DocDbSettings) SetUsername(v string) *DocDbSettings { + s.Username = &v return s } -type DescribeRefreshSchemasStatusInput struct { +// Provides the Amazon Resource Name (ARN) of the Identity and Access Management +// (IAM) role used to define an Amazon DynamoDB target endpoint. +type DynamoDbSettings struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // The Amazon Resource Name (ARN) used by the service to access the IAM role. + // The role must allow the iam:PassRole action. // - // EndpointArn is a required field - EndpointArn *string `type:"string" required:"true"` + // ServiceAccessRoleArn is a required field + ServiceAccessRoleArn *string `type:"string" required:"true"` } // String returns the string representation. @@ -14994,7 +21983,7 @@ type DescribeRefreshSchemasStatusInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRefreshSchemasStatusInput) String() string { +func (s DynamoDbSettings) String() string { return awsutil.Prettify(s) } @@ -15003,15 +21992,15 @@ func (s DescribeRefreshSchemasStatusInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeRefreshSchemasStatusInput) GoString() string { +func (s DynamoDbSettings) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeRefreshSchemasStatusInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeRefreshSchemasStatusInput"} - if s.EndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointArn")) +func (s *DynamoDbSettings) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "DynamoDbSettings"} + if s.ServiceAccessRoleArn == nil { + invalidParams.Add(request.NewErrParamRequired("ServiceAccessRoleArn")) } if invalidParams.Len() > 0 { @@ -15020,58 +22009,45 @@ func (s *DescribeRefreshSchemasStatusInput) Validate() error { return nil } -// SetEndpointArn sets the EndpointArn field's value. -func (s *DescribeRefreshSchemasStatusInput) SetEndpointArn(v string) *DescribeRefreshSchemasStatusInput { - s.EndpointArn = &v +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *DynamoDbSettings) SetServiceAccessRoleArn(v string) *DynamoDbSettings { + s.ServiceAccessRoleArn = &v return s } -type DescribeRefreshSchemasStatusOutput struct { +// Provides information that defines an OpenSearch endpoint. +type ElasticsearchSettings struct { _ struct{} `type:"structure"` - // The status of the schema. - RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeRefreshSchemasStatusOutput) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeRefreshSchemasStatusOutput) GoString() string { - return s.String() -} - -// SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value. -func (s *DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *DescribeRefreshSchemasStatusOutput { - s.RefreshSchemasStatus = v - return s -} + // The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol + // (http/https) is not specified. + // + // EndpointUri is a required field + EndpointUri *string `type:"string" required:"true"` -type DescribeReplicationConfigsInput struct { - _ struct{} `type:"structure"` + // The maximum number of seconds for which DMS retries failed API requests to + // the OpenSearch cluster. + ErrorRetryDuration *int64 `type:"integer"` - // Filters applied to the replication configs. - Filters []*Filter `type:"list"` + // The maximum percentage of records that can fail to be written before a full + // load operation stops. + // + // To avoid early failure, this counter is only effective after 1000 records + // are transferred. OpenSearch also has the concept of error monitoring during + // the last 10 minutes of an Observation Window. If transfer of all records + // fail in the last 10 minutes, the full load operation stops. + FullLoadErrorPercentage *int64 `type:"integer"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The Amazon Resource Name (ARN) used by the service to access the IAM role. + // The role must allow the iam:PassRole action. + // + // ServiceAccessRoleArn is a required field + ServiceAccessRoleArn *string `type:"string" required:"true"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - MaxRecords *int64 `type:"integer"` + // Set this option to true for DMS to migrate documentation using the documentation + // type _doc. OpenSearch and an Elasticsearch cluster only support the _doc + // documentation type in versions 7. x and later. The default value is false. + UseNewMappingType *bool `type:"boolean"` } // String returns the string representation. @@ -15079,7 +22055,7 @@ type DescribeReplicationConfigsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationConfigsInput) String() string { +func (s ElasticsearchSettings) String() string { return awsutil.Prettify(s) } @@ -15088,22 +22064,18 @@ func (s DescribeReplicationConfigsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationConfigsInput) GoString() string { +func (s ElasticsearchSettings) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationConfigsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationConfigsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } +func (s *ElasticsearchSettings) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ElasticsearchSettings"} + if s.EndpointUri == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointUri")) + } + if s.ServiceAccessRoleArn == nil { + invalidParams.Add(request.NewErrParamRequired("ServiceAccessRoleArn")) } if invalidParams.Len() > 0 { @@ -15112,153 +22084,188 @@ func (s *DescribeReplicationConfigsInput) Validate() error { return nil } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationConfigsInput) SetFilters(v []*Filter) *DescribeReplicationConfigsInput { - s.Filters = v +// SetEndpointUri sets the EndpointUri field's value. +func (s *ElasticsearchSettings) SetEndpointUri(v string) *ElasticsearchSettings { + s.EndpointUri = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationConfigsInput) SetMarker(v string) *DescribeReplicationConfigsInput { - s.Marker = &v +// SetErrorRetryDuration sets the ErrorRetryDuration field's value. +func (s *ElasticsearchSettings) SetErrorRetryDuration(v int64) *ElasticsearchSettings { + s.ErrorRetryDuration = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationConfigsInput) SetMaxRecords(v int64) *DescribeReplicationConfigsInput { - s.MaxRecords = &v +// SetFullLoadErrorPercentage sets the FullLoadErrorPercentage field's value. +func (s *ElasticsearchSettings) SetFullLoadErrorPercentage(v int64) *ElasticsearchSettings { + s.FullLoadErrorPercentage = &v return s } -type DescribeReplicationConfigsOutput struct { +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *ElasticsearchSettings) SetServiceAccessRoleArn(v string) *ElasticsearchSettings { + s.ServiceAccessRoleArn = &v + return s +} + +// SetUseNewMappingType sets the UseNewMappingType field's value. +func (s *ElasticsearchSettings) SetUseNewMappingType(v bool) *ElasticsearchSettings { + s.UseNewMappingType = &v + return s +} + +// Describes an endpoint of a database instance in response to operations such +// as the following: +// +// - CreateEndpoint +// +// - DescribeEndpoint +// +// - ModifyEndpoint +type Endpoint struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The Amazon Resource Name (ARN) used for SSL connection to the endpoint. + CertificateArn *string `type:"string"` - // Returned configuration parameters that describe each provisioned DMS Serverless - // replication. - ReplicationConfigs []*ReplicationConfig `type:"list"` -} + // The name of the database at the endpoint. + DatabaseName *string `type:"string"` + + // The settings for the DMS Transfer type source. For more information, see + // the DmsTransferSettings structure. + DmsTransferSettings *DmsTransferSettings `type:"structure"` + + // Provides information that defines a DocumentDB endpoint. + DocDbSettings *DocDbSettings `type:"structure"` + + // The settings for the DynamoDB target endpoint. For more information, see + // the DynamoDBSettings structure. + DynamoDbSettings *DynamoDbSettings `type:"structure"` + + // The settings for the OpenSearch source endpoint. For more information, see + // the ElasticsearchSettings structure. + ElasticsearchSettings *ElasticsearchSettings `type:"structure"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + EndpointArn *string `type:"string"` + + // 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. + EndpointIdentifier *string `type:"string"` + + // The type of endpoint. Valid values are source and target. + EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` + + // The expanded name for the engine name. For example, if the EngineName parameter + // is "aurora", this value would be "Amazon Aurora MySQL". + EngineDisplayName *string `type:"string"` + + // The database engine name. Valid values, depending on the EndpointType, include + // "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", + // "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", + // "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", + // and "babelfish". + EngineName *string `type:"string"` + + // Value returned by a call to CreateEndpoint that can be used for cross-account + // validation. Use it on a subsequent call to CreateEndpoint to create the endpoint + // with a cross-account. + ExternalId *string `type:"string"` -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationConfigsOutput) String() string { - return awsutil.Prettify(s) -} + // The external table definition. + ExternalTableDefinition *string `type:"string"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationConfigsOutput) GoString() string { - return s.String() -} + // Additional connection attributes used to connect to the endpoint. + ExtraConnectionAttributes *string `type:"string"` -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationConfigsOutput) SetMarker(v string) *DescribeReplicationConfigsOutput { - s.Marker = &v - return s -} + // Settings in JSON format for the source GCP MySQL endpoint. + GcpMySQLSettings *GcpMySQLSettings `type:"structure"` -// SetReplicationConfigs sets the ReplicationConfigs field's value. -func (s *DescribeReplicationConfigsOutput) SetReplicationConfigs(v []*ReplicationConfig) *DescribeReplicationConfigsOutput { - s.ReplicationConfigs = v - return s -} + // The settings for the IBM Db2 LUW source endpoint. For more information, see + // the IBMDb2Settings structure. + IBMDb2Settings *IBMDb2Settings `type:"structure"` -type DescribeReplicationInstanceTaskLogsInput struct { - _ struct{} `type:"structure"` + // The settings for the Apache Kafka target endpoint. For more information, + // see the KafkaSettings structure. + KafkaSettings *KafkaSettings `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The settings for the Amazon Kinesis target endpoint. For more information, + // see the KinesisSettings structure. + KinesisSettings *KinesisSettings `type:"structure"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. + // An KMS key identifier that is used to encrypt the connection parameters for + // the endpoint. // - // Default: 100 + // If you don't specify a value for the KmsKeyId parameter, then DMS uses your + // default encryption key. // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyId *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication instance. - // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` -} + // The settings for the Microsoft SQL Server source and target endpoint. For + // more information, see the MicrosoftSQLServerSettings structure. + MicrosoftSQLServerSettings *MicrosoftSQLServerSettings `type:"structure"` -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationInstanceTaskLogsInput) String() string { - return awsutil.Prettify(s) -} + // The settings for the MongoDB source endpoint. For more information, see the + // MongoDbSettings structure. + MongoDbSettings *MongoDbSettings `type:"structure"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationInstanceTaskLogsInput) GoString() string { - return s.String() -} + // The settings for the MySQL source and target endpoint. For more information, + // see the MySQLSettings structure. + MySQLSettings *MySQLSettings `type:"structure"` -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationInstanceTaskLogsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationInstanceTaskLogsInput"} - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) - } + // The settings for the Amazon Neptune target endpoint. For more information, + // see the NeptuneSettings structure. + NeptuneSettings *NeptuneSettings `type:"structure"` - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} + // The settings for the Oracle source and target endpoint. For more information, + // see the OracleSettings structure. + OracleSettings *OracleSettings `type:"structure"` -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationInstanceTaskLogsInput) SetMarker(v string) *DescribeReplicationInstanceTaskLogsInput { - s.Marker = &v - return s -} + // The port value used to access the endpoint. + Port *int64 `type:"integer"` -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationInstanceTaskLogsInput) SetMaxRecords(v int64) *DescribeReplicationInstanceTaskLogsInput { - s.MaxRecords = &v - return s -} + // The settings for the PostgreSQL source and target endpoint. For more information, + // see the PostgreSQLSettings structure. + PostgreSQLSettings *PostgreSQLSettings `type:"structure"` -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *DescribeReplicationInstanceTaskLogsInput) SetReplicationInstanceArn(v string) *DescribeReplicationInstanceTaskLogsInput { - s.ReplicationInstanceArn = &v - return s -} + // The settings for the Redis target endpoint. For more information, see the + // RedisSettings structure. + RedisSettings *RedisSettings `type:"structure"` -type DescribeReplicationInstanceTaskLogsOutput struct { - _ struct{} `type:"structure"` + // Settings for the Amazon Redshift endpoint. + RedshiftSettings *RedshiftSettings `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The settings for the S3 target endpoint. For more information, see the S3Settings + // structure. + S3Settings *S3Settings `type:"structure"` - // The Amazon Resource Name (ARN) of the replication instance. - ReplicationInstanceArn *string `type:"string"` + // The name of the server at the endpoint. + ServerName *string `type:"string"` - // An array of replication task log metadata. Each member of the array contains - // the replication task name, ARN, and task log size (in bytes). - ReplicationInstanceTaskLogs []*ReplicationInstanceTaskLog `type:"list"` + // The Amazon Resource Name (ARN) used by the service to access the IAM role. + // The role must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` + + // The SSL mode used to connect to the endpoint. The default value is none. + SslMode *string `type:"string" enum:"DmsSslModeValue"` + + // The status of the endpoint. + Status *string `type:"string"` + + // The settings for the SAP ASE source and target endpoint. For more information, + // see the SybaseSettings structure. + SybaseSettings *SybaseSettings `type:"structure"` + + // The settings for the Amazon Timestream target endpoint. For more information, + // see the TimestreamSettings structure. + TimestreamSettings *TimestreamSettings `type:"structure"` + + // The user name used to connect to the endpoint. + Username *string `type:"string"` } // String returns the string representation. @@ -15266,7 +22273,7 @@ type DescribeReplicationInstanceTaskLogsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationInstanceTaskLogsOutput) String() string { +func (s Endpoint) String() string { return awsutil.Prettify(s) } @@ -15275,291 +22282,258 @@ func (s DescribeReplicationInstanceTaskLogsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationInstanceTaskLogsOutput) GoString() string { +func (s Endpoint) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationInstanceTaskLogsOutput) SetMarker(v string) *DescribeReplicationInstanceTaskLogsOutput { - s.Marker = &v +// SetCertificateArn sets the CertificateArn field's value. +func (s *Endpoint) SetCertificateArn(v string) *Endpoint { + s.CertificateArn = &v return s } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *DescribeReplicationInstanceTaskLogsOutput) SetReplicationInstanceArn(v string) *DescribeReplicationInstanceTaskLogsOutput { - s.ReplicationInstanceArn = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *Endpoint) SetDatabaseName(v string) *Endpoint { + s.DatabaseName = &v return s } -// SetReplicationInstanceTaskLogs sets the ReplicationInstanceTaskLogs field's value. -func (s *DescribeReplicationInstanceTaskLogsOutput) SetReplicationInstanceTaskLogs(v []*ReplicationInstanceTaskLog) *DescribeReplicationInstanceTaskLogsOutput { - s.ReplicationInstanceTaskLogs = v +// SetDmsTransferSettings sets the DmsTransferSettings field's value. +func (s *Endpoint) SetDmsTransferSettings(v *DmsTransferSettings) *Endpoint { + s.DmsTransferSettings = v return s } -type DescribeReplicationInstancesInput struct { - _ struct{} `type:"structure"` - - // Filters applied to replication instances. - // - // Valid filter names: replication-instance-arn | replication-instance-id | - // replication-instance-class | engine-version - Filters []*Filter `type:"list"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 - // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` +// SetDocDbSettings sets the DocDbSettings field's value. +func (s *Endpoint) SetDocDbSettings(v *DocDbSettings) *Endpoint { + s.DocDbSettings = v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationInstancesInput) String() string { - return awsutil.Prettify(s) +// SetDynamoDbSettings sets the DynamoDbSettings field's value. +func (s *Endpoint) SetDynamoDbSettings(v *DynamoDbSettings) *Endpoint { + s.DynamoDbSettings = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationInstancesInput) GoString() string { - return s.String() +// SetElasticsearchSettings sets the ElasticsearchSettings field's value. +func (s *Endpoint) SetElasticsearchSettings(v *ElasticsearchSettings) *Endpoint { + s.ElasticsearchSettings = v + return s } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationInstancesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationInstancesInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } +// SetEndpointArn sets the EndpointArn field's value. +func (s *Endpoint) SetEndpointArn(v string) *Endpoint { + s.EndpointArn = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetEndpointIdentifier sets the EndpointIdentifier field's value. +func (s *Endpoint) SetEndpointIdentifier(v string) *Endpoint { + s.EndpointIdentifier = &v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationInstancesInput) SetFilters(v []*Filter) *DescribeReplicationInstancesInput { - s.Filters = v +// SetEndpointType sets the EndpointType field's value. +func (s *Endpoint) SetEndpointType(v string) *Endpoint { + s.EndpointType = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationInstancesInput) SetMarker(v string) *DescribeReplicationInstancesInput { - s.Marker = &v +// SetEngineDisplayName sets the EngineDisplayName field's value. +func (s *Endpoint) SetEngineDisplayName(v string) *Endpoint { + s.EngineDisplayName = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationInstancesInput) SetMaxRecords(v int64) *DescribeReplicationInstancesInput { - s.MaxRecords = &v +// SetEngineName sets the EngineName field's value. +func (s *Endpoint) SetEngineName(v string) *Endpoint { + s.EngineName = &v return s } -type DescribeReplicationInstancesOutput struct { - _ struct{} `type:"structure"` +// SetExternalId sets the ExternalId field's value. +func (s *Endpoint) SetExternalId(v string) *Endpoint { + s.ExternalId = &v + return s +} - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` +// SetExternalTableDefinition sets the ExternalTableDefinition field's value. +func (s *Endpoint) SetExternalTableDefinition(v string) *Endpoint { + s.ExternalTableDefinition = &v + return s +} - // The replication instances described. - ReplicationInstances []*ReplicationInstance `type:"list"` +// SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value. +func (s *Endpoint) SetExtraConnectionAttributes(v string) *Endpoint { + s.ExtraConnectionAttributes = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationInstancesOutput) String() string { - return awsutil.Prettify(s) +// SetGcpMySQLSettings sets the GcpMySQLSettings field's value. +func (s *Endpoint) SetGcpMySQLSettings(v *GcpMySQLSettings) *Endpoint { + s.GcpMySQLSettings = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationInstancesOutput) GoString() string { - return s.String() +// SetIBMDb2Settings sets the IBMDb2Settings field's value. +func (s *Endpoint) SetIBMDb2Settings(v *IBMDb2Settings) *Endpoint { + s.IBMDb2Settings = v + return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput { - s.Marker = &v +// SetKafkaSettings sets the KafkaSettings field's value. +func (s *Endpoint) SetKafkaSettings(v *KafkaSettings) *Endpoint { + s.KafkaSettings = v return s } -// SetReplicationInstances sets the ReplicationInstances field's value. -func (s *DescribeReplicationInstancesOutput) SetReplicationInstances(v []*ReplicationInstance) *DescribeReplicationInstancesOutput { - s.ReplicationInstances = v +// SetKinesisSettings sets the KinesisSettings field's value. +func (s *Endpoint) SetKinesisSettings(v *KinesisSettings) *Endpoint { + s.KinesisSettings = v return s } -type DescribeReplicationSubnetGroupsInput struct { - _ struct{} `type:"structure"` +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *Endpoint) SetKmsKeyId(v string) *Endpoint { + s.KmsKeyId = &v + return s +} - // Filters applied to replication subnet groups. - // - // Valid filter names: replication-subnet-group-id - Filters []*Filter `type:"list"` +// SetMicrosoftSQLServerSettings sets the MicrosoftSQLServerSettings field's value. +func (s *Endpoint) SetMicrosoftSQLServerSettings(v *MicrosoftSQLServerSettings) *Endpoint { + s.MicrosoftSQLServerSettings = v + return s +} - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` +// SetMongoDbSettings sets the MongoDbSettings field's value. +func (s *Endpoint) SetMongoDbSettings(v *MongoDbSettings) *Endpoint { + s.MongoDbSettings = v + return s +} - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 - // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` +// SetMySQLSettings sets the MySQLSettings field's value. +func (s *Endpoint) SetMySQLSettings(v *MySQLSettings) *Endpoint { + s.MySQLSettings = v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationSubnetGroupsInput) String() string { - return awsutil.Prettify(s) +// SetNeptuneSettings sets the NeptuneSettings field's value. +func (s *Endpoint) SetNeptuneSettings(v *NeptuneSettings) *Endpoint { + s.NeptuneSettings = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationSubnetGroupsInput) GoString() string { - return s.String() +// SetOracleSettings sets the OracleSettings field's value. +func (s *Endpoint) SetOracleSettings(v *OracleSettings) *Endpoint { + s.OracleSettings = v + return s } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationSubnetGroupsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationSubnetGroupsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } +// SetPort sets the Port field's value. +func (s *Endpoint) SetPort(v int64) *Endpoint { + s.Port = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetPostgreSQLSettings sets the PostgreSQLSettings field's value. +func (s *Endpoint) SetPostgreSQLSettings(v *PostgreSQLSettings) *Endpoint { + s.PostgreSQLSettings = v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationSubnetGroupsInput) SetFilters(v []*Filter) *DescribeReplicationSubnetGroupsInput { - s.Filters = v +// SetRedisSettings sets the RedisSettings field's value. +func (s *Endpoint) SetRedisSettings(v *RedisSettings) *Endpoint { + s.RedisSettings = v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationSubnetGroupsInput) SetMarker(v string) *DescribeReplicationSubnetGroupsInput { - s.Marker = &v +// SetRedshiftSettings sets the RedshiftSettings field's value. +func (s *Endpoint) SetRedshiftSettings(v *RedshiftSettings) *Endpoint { + s.RedshiftSettings = v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationSubnetGroupsInput) SetMaxRecords(v int64) *DescribeReplicationSubnetGroupsInput { - s.MaxRecords = &v +// SetS3Settings sets the S3Settings field's value. +func (s *Endpoint) SetS3Settings(v *S3Settings) *Endpoint { + s.S3Settings = v return s } -type DescribeReplicationSubnetGroupsOutput struct { - _ struct{} `type:"structure"` +// SetServerName sets the ServerName field's value. +func (s *Endpoint) SetServerName(v string) *Endpoint { + s.ServerName = &v + return s +} - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *Endpoint) SetServiceAccessRoleArn(v string) *Endpoint { + s.ServiceAccessRoleArn = &v + return s +} - // A description of the replication subnet groups. - ReplicationSubnetGroups []*ReplicationSubnetGroup `type:"list"` +// SetSslMode sets the SslMode field's value. +func (s *Endpoint) SetSslMode(v string) *Endpoint { + s.SslMode = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationSubnetGroupsOutput) String() string { - return awsutil.Prettify(s) +// SetStatus sets the Status field's value. +func (s *Endpoint) SetStatus(v string) *Endpoint { + s.Status = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationSubnetGroupsOutput) GoString() string { - return s.String() +// SetSybaseSettings sets the SybaseSettings field's value. +func (s *Endpoint) SetSybaseSettings(v *SybaseSettings) *Endpoint { + s.SybaseSettings = v + return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput { - s.Marker = &v +// SetTimestreamSettings sets the TimestreamSettings field's value. +func (s *Endpoint) SetTimestreamSettings(v *TimestreamSettings) *Endpoint { + s.TimestreamSettings = v return s } -// SetReplicationSubnetGroups sets the ReplicationSubnetGroups field's value. -func (s *DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups(v []*ReplicationSubnetGroup) *DescribeReplicationSubnetGroupsOutput { - s.ReplicationSubnetGroups = v +// SetUsername sets the Username field's value. +func (s *Endpoint) SetUsername(v string) *Endpoint { + s.Username = &v return s } -type DescribeReplicationTableStatisticsInput struct { - _ struct{} `type:"structure"` +// Endpoint settings. +type EndpointSetting struct { + _ struct{} `type:"structure"` + + // The relevance or validity of an endpoint setting for an engine name and its + // endpoint type. + Applicability *string `type:"string"` + + // The default value of the endpoint setting if no value is specified using + // CreateEndpoint or ModifyEndpoint. + DefaultValue *string `type:"string"` + + // Enumerated values to use for this endpoint. + EnumValues []*string `type:"list"` + + // The maximum value of an endpoint setting that is of type int. + IntValueMax *int64 `type:"integer"` - // Filters applied to the replication table statistics. - Filters []*Filter `type:"list"` + // The minimum value of an endpoint setting that is of type int. + IntValueMin *int64 `type:"integer"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The name that you want to give the endpoint settings. + Name *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - MaxRecords *int64 `type:"integer"` + // A value that marks this endpoint setting as sensitive. + Sensitive *bool `type:"boolean"` - // The replication config to describe. - // - // ReplicationConfigArn is a required field - ReplicationConfigArn *string `type:"string" required:"true"` + // The type of endpoint. Valid values are source and target. + Type *string `type:"string" enum:"EndpointSettingTypeValue"` + + // The unit of measure for this endpoint setting. + Units *string `type:"string"` } // String returns the string representation. @@ -15567,7 +22541,7 @@ type DescribeReplicationTableStatisticsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTableStatisticsInput) String() string { +func (s EndpointSetting) String() string { return awsutil.Prettify(s) } @@ -15576,71 +22550,94 @@ func (s DescribeReplicationTableStatisticsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTableStatisticsInput) GoString() string { +func (s EndpointSetting) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationTableStatisticsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTableStatisticsInput"} - if s.ReplicationConfigArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) - } - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } +// SetApplicability sets the Applicability field's value. +func (s *EndpointSetting) SetApplicability(v string) *EndpointSetting { + s.Applicability = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetDefaultValue sets the DefaultValue field's value. +func (s *EndpointSetting) SetDefaultValue(v string) *EndpointSetting { + s.DefaultValue = &v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationTableStatisticsInput) SetFilters(v []*Filter) *DescribeReplicationTableStatisticsInput { - s.Filters = v +// SetEnumValues sets the EnumValues field's value. +func (s *EndpointSetting) SetEnumValues(v []*string) *EndpointSetting { + s.EnumValues = v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTableStatisticsInput) SetMarker(v string) *DescribeReplicationTableStatisticsInput { - s.Marker = &v +// SetIntValueMax sets the IntValueMax field's value. +func (s *EndpointSetting) SetIntValueMax(v int64) *EndpointSetting { + s.IntValueMax = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationTableStatisticsInput) SetMaxRecords(v int64) *DescribeReplicationTableStatisticsInput { - s.MaxRecords = &v +// SetIntValueMin sets the IntValueMin field's value. +func (s *EndpointSetting) SetIntValueMin(v int64) *EndpointSetting { + s.IntValueMin = &v return s } -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *DescribeReplicationTableStatisticsInput) SetReplicationConfigArn(v string) *DescribeReplicationTableStatisticsInput { - s.ReplicationConfigArn = &v +// SetName sets the Name field's value. +func (s *EndpointSetting) SetName(v string) *EndpointSetting { + s.Name = &v return s } -type DescribeReplicationTableStatisticsOutput struct { +// SetSensitive sets the Sensitive field's value. +func (s *EndpointSetting) SetSensitive(v bool) *EndpointSetting { + s.Sensitive = &v + return s +} + +// SetType sets the Type field's value. +func (s *EndpointSetting) SetType(v string) *EndpointSetting { + s.Type = &v + return s +} + +// SetUnits sets the Units field's value. +func (s *EndpointSetting) SetUnits(v string) *EndpointSetting { + s.Units = &v + return s +} + +// Provides information about a replication instance version. +type EngineVersion struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The date when the replication instance will be automatically upgraded. This + // setting only applies if the auto-minor-version setting is enabled. + AutoUpgradeDate *time.Time `type:"timestamp"` - // The Amazon Resource Name of the replication config. - ReplicationConfigArn *string `type:"string"` + // The list of valid replication instance versions that you can upgrade to. + AvailableUpgrades []*string `type:"list"` - // Returns table statistics on the replication, including table name, rows inserted, - // rows updated, and rows deleted. - ReplicationTableStatistics []*TableStatistics `type:"list"` + // The date when the replication instance version will be deprecated and can + // no longer be requested. + DeprecationDate *time.Time `type:"timestamp"` + + // The date when the replication instance will have a version upgrade forced. + ForceUpgradeDate *time.Time `type:"timestamp"` + + // The date when the replication instance version became publicly available. + LaunchDate *time.Time `type:"timestamp"` + + // The lifecycle status of the replication instance version. Valid values are + // DEPRECATED, DEFAULT_VERSION, and ACTIVE. + Lifecycle *string `type:"string"` + + // The release status of the replication instance version. + ReleaseStatus *string `type:"string" enum:"ReleaseStatusValues"` + + // The version number of the replication instance. + Version *string `type:"string"` } // String returns the string representation. @@ -15648,7 +22645,7 @@ type DescribeReplicationTableStatisticsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTableStatisticsOutput) String() string { +func (s EngineVersion) String() string { return awsutil.Prettify(s) } @@ -15657,100 +22654,64 @@ func (s DescribeReplicationTableStatisticsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTableStatisticsOutput) GoString() string { +func (s EngineVersion) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTableStatisticsOutput) SetMarker(v string) *DescribeReplicationTableStatisticsOutput { - s.Marker = &v +// SetAutoUpgradeDate sets the AutoUpgradeDate field's value. +func (s *EngineVersion) SetAutoUpgradeDate(v time.Time) *EngineVersion { + s.AutoUpgradeDate = &v return s } -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *DescribeReplicationTableStatisticsOutput) SetReplicationConfigArn(v string) *DescribeReplicationTableStatisticsOutput { - s.ReplicationConfigArn = &v +// SetAvailableUpgrades sets the AvailableUpgrades field's value. +func (s *EngineVersion) SetAvailableUpgrades(v []*string) *EngineVersion { + s.AvailableUpgrades = v return s } -// SetReplicationTableStatistics sets the ReplicationTableStatistics field's value. -func (s *DescribeReplicationTableStatisticsOutput) SetReplicationTableStatistics(v []*TableStatistics) *DescribeReplicationTableStatisticsOutput { - s.ReplicationTableStatistics = v +// SetDeprecationDate sets the DeprecationDate field's value. +func (s *EngineVersion) SetDeprecationDate(v time.Time) *EngineVersion { + s.DeprecationDate = &v return s } -type DescribeReplicationTaskAssessmentResultsInput struct { - _ struct{} `type:"structure"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 - // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` - - // The Amazon Resource Name (ARN) string that uniquely identifies the task. - // When this input parameter is specified, the API returns only one result and - // ignore the values of the MaxRecords and Marker parameters. - ReplicationTaskArn *string `type:"string"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentResultsInput) String() string { - return awsutil.Prettify(s) +// SetForceUpgradeDate sets the ForceUpgradeDate field's value. +func (s *EngineVersion) SetForceUpgradeDate(v time.Time) *EngineVersion { + s.ForceUpgradeDate = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentResultsInput) GoString() string { - return s.String() +// SetLaunchDate sets the LaunchDate field's value. +func (s *EngineVersion) SetLaunchDate(v time.Time) *EngineVersion { + s.LaunchDate = &v + return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTaskAssessmentResultsInput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsInput { - s.Marker = &v +// SetLifecycle sets the Lifecycle field's value. +func (s *EngineVersion) SetLifecycle(v string) *EngineVersion { + s.Lifecycle = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationTaskAssessmentResultsInput) SetMaxRecords(v int64) *DescribeReplicationTaskAssessmentResultsInput { - s.MaxRecords = &v +// SetReleaseStatus sets the ReleaseStatus field's value. +func (s *EngineVersion) SetReleaseStatus(v string) *EngineVersion { + s.ReleaseStatus = &v return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *DescribeReplicationTaskAssessmentResultsInput) SetReplicationTaskArn(v string) *DescribeReplicationTaskAssessmentResultsInput { - s.ReplicationTaskArn = &v +// SetVersion sets the Version field's value. +func (s *EngineVersion) SetVersion(v string) *EngineVersion { + s.Version = &v return s } -type DescribeReplicationTaskAssessmentResultsOutput struct { +// Provides error information about a project. +type ErrorDetails struct { _ struct{} `type:"structure"` - // - The Amazon S3 bucket where the task assessment report is located. - BucketName *string `type:"string"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` - - // The task assessment report. - ReplicationTaskAssessmentResults []*ReplicationTaskAssessmentResult `type:"list"` + // Error information about a project. + DefaultErrorDetails *DefaultErrorDetails `locationName:"defaultErrorDetails" type:"structure"` } // String returns the string representation. @@ -15758,7 +22719,7 @@ type DescribeReplicationTaskAssessmentResultsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentResultsOutput) String() string { +func (s ErrorDetails) String() string { return awsutil.Prettify(s) } @@ -15767,47 +22728,38 @@ func (s DescribeReplicationTaskAssessmentResultsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentResultsOutput) GoString() string { +func (s ErrorDetails) GoString() string { return s.String() } -// SetBucketName sets the BucketName field's value. -func (s *DescribeReplicationTaskAssessmentResultsOutput) SetBucketName(v string) *DescribeReplicationTaskAssessmentResultsOutput { - s.BucketName = &v - return s -} - -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTaskAssessmentResultsOutput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsOutput { - s.Marker = &v - return s -} - -// SetReplicationTaskAssessmentResults sets the ReplicationTaskAssessmentResults field's value. -func (s *DescribeReplicationTaskAssessmentResultsOutput) SetReplicationTaskAssessmentResults(v []*ReplicationTaskAssessmentResult) *DescribeReplicationTaskAssessmentResultsOutput { - s.ReplicationTaskAssessmentResults = v +// SetDefaultErrorDetails sets the DefaultErrorDetails field's value. +func (s *ErrorDetails) SetDefaultErrorDetails(v *DefaultErrorDetails) *ErrorDetails { + s.DefaultErrorDetails = v return s } -type DescribeReplicationTaskAssessmentRunsInput struct { +// Describes an identifiable significant activity that affects a replication +// instance or task. This object can provide the message, the available event +// categories, the date and source of the event, and the DMS resource type. +type Event struct { _ struct{} `type:"structure"` - // Filters applied to the premigration assessment runs described in the form - // of key-value pairs. - // - // Valid filter names: replication-task-assessment-run-arn, replication-task-arn, - // replication-instance-arn, status - Filters []*Filter `type:"list"` + // The date of the event. + Date *time.Time `type:"timestamp"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The event categories available for the specified source type. + EventCategories []*string `type:"list"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - MaxRecords *int64 `type:"integer"` + // The event message. + Message *string `type:"string"` + + // The identifier of an event source. + SourceIdentifier *string `type:"string"` + + // The type of DMS resource that generates events. + // + // Valid values: replication-instance | endpoint | replication-task + SourceType *string `type:"string" enum:"SourceType"` } // String returns the string representation. @@ -15815,7 +22767,7 @@ type DescribeReplicationTaskAssessmentRunsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentRunsInput) String() string { +func (s Event) String() string { return awsutil.Prettify(s) } @@ -15824,59 +22776,55 @@ func (s DescribeReplicationTaskAssessmentRunsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentRunsInput) GoString() string { +func (s Event) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationTaskAssessmentRunsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTaskAssessmentRunsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } +// SetDate sets the Date field's value. +func (s *Event) SetDate(v time.Time) *Event { + s.Date = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetEventCategories sets the EventCategories field's value. +func (s *Event) SetEventCategories(v []*string) *Event { + s.EventCategories = v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationTaskAssessmentRunsInput) SetFilters(v []*Filter) *DescribeReplicationTaskAssessmentRunsInput { - s.Filters = v +// SetMessage sets the Message field's value. +func (s *Event) SetMessage(v string) *Event { + s.Message = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTaskAssessmentRunsInput) SetMarker(v string) *DescribeReplicationTaskAssessmentRunsInput { - s.Marker = &v +// SetSourceIdentifier sets the SourceIdentifier field's value. +func (s *Event) SetSourceIdentifier(v string) *Event { + s.SourceIdentifier = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationTaskAssessmentRunsInput) SetMaxRecords(v int64) *DescribeReplicationTaskAssessmentRunsInput { - s.MaxRecords = &v +// SetSourceType sets the SourceType field's value. +func (s *Event) SetSourceType(v string) *Event { + s.SourceType = &v return s } -type DescribeReplicationTaskAssessmentRunsOutput struct { +// Lists categories of events subscribed to, and generated by, the applicable +// DMS resource type. This data type appears in response to the DescribeEventCategories +// (https://docs.aws.amazon.com/dms/latest/APIReference/API_EventCategoryGroup.html) +// action. +type EventCategoryGroup struct { _ struct{} `type:"structure"` - // A pagination token returned for you to pass to a subsequent request. If you - // pass this token as the Marker value in a subsequent request, the response - // includes only records beyond the marker, up to the value specified in the - // request by MaxRecords. - Marker *string `type:"string"` + // A list of event categories from a source type that you've chosen. + EventCategories []*string `type:"list"` - // One or more premigration assessment runs as specified by Filters. - ReplicationTaskAssessmentRuns []*ReplicationTaskAssessmentRun `type:"list"` + // The type of DMS resource that generates events. + // + // Valid values: replication-instance | replication-server | security-group + // | replication-task + SourceType *string `type:"string"` } // String returns the string representation. @@ -15884,7 +22832,7 @@ type DescribeReplicationTaskAssessmentRunsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentRunsOutput) String() string { +func (s EventCategoryGroup) String() string { return awsutil.Prettify(s) } @@ -15893,41 +22841,66 @@ func (s DescribeReplicationTaskAssessmentRunsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskAssessmentRunsOutput) GoString() string { +func (s EventCategoryGroup) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTaskAssessmentRunsOutput) SetMarker(v string) *DescribeReplicationTaskAssessmentRunsOutput { - s.Marker = &v +// SetEventCategories sets the EventCategories field's value. +func (s *EventCategoryGroup) SetEventCategories(v []*string) *EventCategoryGroup { + s.EventCategories = v return s } -// SetReplicationTaskAssessmentRuns sets the ReplicationTaskAssessmentRuns field's value. -func (s *DescribeReplicationTaskAssessmentRunsOutput) SetReplicationTaskAssessmentRuns(v []*ReplicationTaskAssessmentRun) *DescribeReplicationTaskAssessmentRunsOutput { - s.ReplicationTaskAssessmentRuns = v +// SetSourceType sets the SourceType field's value. +func (s *EventCategoryGroup) SetSourceType(v string) *EventCategoryGroup { + s.SourceType = &v return s } -type DescribeReplicationTaskIndividualAssessmentsInput struct { +// Describes an event notification subscription created by the CreateEventSubscription +// operation. +type EventSubscription struct { _ struct{} `type:"structure"` - // Filters applied to the individual assessments described in the form of key-value - // pairs. + // The DMS event notification subscription Id. + CustSubscriptionId *string `type:"string"` + + // The Amazon Web Services customer account associated with the DMS event notification + // subscription. + CustomerAwsId *string `type:"string"` + + // Boolean value that indicates if the event subscription is enabled. + Enabled *bool `type:"boolean"` + + // A lists of event categories. + EventCategoriesList []*string `type:"list"` + + // The topic ARN of the DMS event notification subscription. + SnsTopicArn *string `type:"string"` + + // A list of source Ids for the event subscription. + SourceIdsList []*string `type:"list"` + + // The type of DMS resource that generates events. // - // Valid filter names: replication-task-assessment-run-arn, replication-task-arn, - // status - Filters []*Filter `type:"list"` + // Valid values: replication-instance | replication-server | security-group + // | replication-task + SourceType *string `type:"string"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The status of the DMS event notification subscription. + // + // Constraints: + // + // Can be one of the following: creating | modifying | deleting | active | no-permission + // | topic-not-exist + // + // The status "no-permission" indicates that DMS no longer has permission to + // post to the SNS topic. The status "topic-not-exist" indicates that the topic + // was deleted after the subscription was created. + Status *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - MaxRecords *int64 `type:"integer"` + // The time the DMS event notification subscription was created. + SubscriptionCreationTime *string `type:"string"` } // String returns the string representation. @@ -15935,7 +22908,7 @@ type DescribeReplicationTaskIndividualAssessmentsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskIndividualAssessmentsInput) String() string { +func (s EventSubscription) String() string { return awsutil.Prettify(s) } @@ -15944,118 +22917,82 @@ func (s DescribeReplicationTaskIndividualAssessmentsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTaskIndividualAssessmentsInput) GoString() string { +func (s EventSubscription) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationTaskIndividualAssessmentsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTaskIndividualAssessmentsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetCustSubscriptionId sets the CustSubscriptionId field's value. +func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription { + s.CustSubscriptionId = &v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationTaskIndividualAssessmentsInput) SetFilters(v []*Filter) *DescribeReplicationTaskIndividualAssessmentsInput { - s.Filters = v +// SetCustomerAwsId sets the CustomerAwsId field's value. +func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription { + s.CustomerAwsId = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTaskIndividualAssessmentsInput) SetMarker(v string) *DescribeReplicationTaskIndividualAssessmentsInput { - s.Marker = &v +// SetEnabled sets the Enabled field's value. +func (s *EventSubscription) SetEnabled(v bool) *EventSubscription { + s.Enabled = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationTaskIndividualAssessmentsInput) SetMaxRecords(v int64) *DescribeReplicationTaskIndividualAssessmentsInput { - s.MaxRecords = &v +// SetEventCategoriesList sets the EventCategoriesList field's value. +func (s *EventSubscription) SetEventCategoriesList(v []*string) *EventSubscription { + s.EventCategoriesList = v return s } -type DescribeReplicationTaskIndividualAssessmentsOutput struct { - _ struct{} `type:"structure"` - - // A pagination token returned for you to pass to a subsequent request. If you - // pass this token as the Marker value in a subsequent request, the response - // includes only records beyond the marker, up to the value specified in the - // request by MaxRecords. - Marker *string `type:"string"` - - // One or more individual assessments as specified by Filters. - ReplicationTaskIndividualAssessments []*ReplicationTaskIndividualAssessment `type:"list"` +// SetSnsTopicArn sets the SnsTopicArn field's value. +func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription { + s.SnsTopicArn = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationTaskIndividualAssessmentsOutput) String() string { - return awsutil.Prettify(s) +// SetSourceIdsList sets the SourceIdsList field's value. +func (s *EventSubscription) SetSourceIdsList(v []*string) *EventSubscription { + s.SourceIdsList = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DescribeReplicationTaskIndividualAssessmentsOutput) GoString() string { - return s.String() +// SetSourceType sets the SourceType field's value. +func (s *EventSubscription) SetSourceType(v string) *EventSubscription { + s.SourceType = &v + return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTaskIndividualAssessmentsOutput) SetMarker(v string) *DescribeReplicationTaskIndividualAssessmentsOutput { - s.Marker = &v +// SetStatus sets the Status field's value. +func (s *EventSubscription) SetStatus(v string) *EventSubscription { + s.Status = &v return s } -// SetReplicationTaskIndividualAssessments sets the ReplicationTaskIndividualAssessments field's value. -func (s *DescribeReplicationTaskIndividualAssessmentsOutput) SetReplicationTaskIndividualAssessments(v []*ReplicationTaskIndividualAssessment) *DescribeReplicationTaskIndividualAssessmentsOutput { - s.ReplicationTaskIndividualAssessments = v +// SetSubscriptionCreationTime sets the SubscriptionCreationTime field's value. +func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription { + s.SubscriptionCreationTime = &v return s } -type DescribeReplicationTasksInput struct { +type ExportMetadataModelAssessmentInput struct { _ struct{} `type:"structure"` - // Filters applied to replication tasks. - // - // Valid filter names: replication-task-arn | replication-task-id | migration-type - // | endpoint-arn | replication-instance-arn - Filters []*Filter `type:"list"` + // The file format of the assessment file. + AssessmentReportTypes []*string `min:"1" type:"list" enum:"AssessmentReportType"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The name of the assessment file to create in your Amazon S3 bucket. + FileName *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 + // The migration project name or Amazon Resource Name (ARN). // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` - // An option to set to avoid returning information about settings. Use this - // to reduce overhead when setting information is too large. To use this option, - // choose true; otherwise, choose false (the default). - WithoutSettings *bool `type:"boolean"` + // A value that specifies the database objects to assess. + // + // SelectionRules is a required field + SelectionRules *string `type:"string" required:"true"` } // String returns the string representation. @@ -16063,7 +23000,7 @@ type DescribeReplicationTasksInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTasksInput) String() string { +func (s ExportMetadataModelAssessmentInput) String() string { return awsutil.Prettify(s) } @@ -16072,22 +23009,21 @@ func (s DescribeReplicationTasksInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTasksInput) GoString() string { +func (s ExportMetadataModelAssessmentInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationTasksInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationTasksInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } +func (s *ExportMetadataModelAssessmentInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ExportMetadataModelAssessmentInput"} + if s.AssessmentReportTypes != nil && len(s.AssessmentReportTypes) < 1 { + invalidParams.Add(request.NewErrParamMinLen("AssessmentReportTypes", 1)) + } + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.SelectionRules == nil { + invalidParams.Add(request.NewErrParamRequired("SelectionRules")) } if invalidParams.Len() > 0 { @@ -16096,40 +23032,38 @@ func (s *DescribeReplicationTasksInput) Validate() error { return nil } -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationTasksInput) SetFilters(v []*Filter) *DescribeReplicationTasksInput { - s.Filters = v +// SetAssessmentReportTypes sets the AssessmentReportTypes field's value. +func (s *ExportMetadataModelAssessmentInput) SetAssessmentReportTypes(v []*string) *ExportMetadataModelAssessmentInput { + s.AssessmentReportTypes = v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTasksInput) SetMarker(v string) *DescribeReplicationTasksInput { - s.Marker = &v +// SetFileName sets the FileName field's value. +func (s *ExportMetadataModelAssessmentInput) SetFileName(v string) *ExportMetadataModelAssessmentInput { + s.FileName = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationTasksInput) SetMaxRecords(v int64) *DescribeReplicationTasksInput { - s.MaxRecords = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *ExportMetadataModelAssessmentInput) SetMigrationProjectIdentifier(v string) *ExportMetadataModelAssessmentInput { + s.MigrationProjectIdentifier = &v return s } -// SetWithoutSettings sets the WithoutSettings field's value. -func (s *DescribeReplicationTasksInput) SetWithoutSettings(v bool) *DescribeReplicationTasksInput { - s.WithoutSettings = &v +// SetSelectionRules sets the SelectionRules field's value. +func (s *ExportMetadataModelAssessmentInput) SetSelectionRules(v string) *ExportMetadataModelAssessmentInput { + s.SelectionRules = &v return s } -type DescribeReplicationTasksOutput struct { +type ExportMetadataModelAssessmentOutput struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The Amazon S3 details for an assessment exported in CSV format. + CsvReport *ExportMetadataModelAssessmentResultEntry `type:"structure"` - // A description of the replication tasks. - ReplicationTasks []*ReplicationTask `type:"list"` + // The Amazon S3 details for an assessment exported in PDF format. + PdfReport *ExportMetadataModelAssessmentResultEntry `type:"structure"` } // String returns the string representation. @@ -16137,7 +23071,7 @@ type DescribeReplicationTasksOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTasksOutput) String() string { +func (s ExportMetadataModelAssessmentOutput) String() string { return awsutil.Prettify(s) } @@ -16146,37 +23080,31 @@ func (s DescribeReplicationTasksOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationTasksOutput) GoString() string { +func (s ExportMetadataModelAssessmentOutput) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput { - s.Marker = &v +// SetCsvReport sets the CsvReport field's value. +func (s *ExportMetadataModelAssessmentOutput) SetCsvReport(v *ExportMetadataModelAssessmentResultEntry) *ExportMetadataModelAssessmentOutput { + s.CsvReport = v return s } -// SetReplicationTasks sets the ReplicationTasks field's value. -func (s *DescribeReplicationTasksOutput) SetReplicationTasks(v []*ReplicationTask) *DescribeReplicationTasksOutput { - s.ReplicationTasks = v +// SetPdfReport sets the PdfReport field's value. +func (s *ExportMetadataModelAssessmentOutput) SetPdfReport(v *ExportMetadataModelAssessmentResultEntry) *ExportMetadataModelAssessmentOutput { + s.PdfReport = v return s } -type DescribeReplicationsInput struct { +// Provides information about an exported metadata model assessment. +type ExportMetadataModelAssessmentResultEntry struct { _ struct{} `type:"structure"` - // Filters applied to the replications. - Filters []*Filter `type:"list"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The URL for the object containing the exported metadata model assessment. + ObjectURL *string `type:"string"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - MaxRecords *int64 `type:"integer"` + // The object key for the object containing the exported metadata model assessment. + S3ObjectKey *string `type:"string"` } // String returns the string representation. @@ -16184,7 +23112,7 @@ type DescribeReplicationsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationsInput) String() string { +func (s ExportMetadataModelAssessmentResultEntry) String() string { return awsutil.Prettify(s) } @@ -16193,58 +23121,32 @@ func (s DescribeReplicationsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationsInput) GoString() string { +func (s ExportMetadataModelAssessmentResultEntry) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeReplicationsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeReplicationsInput"} - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} - -// SetFilters sets the Filters field's value. -func (s *DescribeReplicationsInput) SetFilters(v []*Filter) *DescribeReplicationsInput { - s.Filters = v - return s -} - -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationsInput) SetMarker(v string) *DescribeReplicationsInput { - s.Marker = &v +// SetObjectURL sets the ObjectURL field's value. +func (s *ExportMetadataModelAssessmentResultEntry) SetObjectURL(v string) *ExportMetadataModelAssessmentResultEntry { + s.ObjectURL = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeReplicationsInput) SetMaxRecords(v int64) *DescribeReplicationsInput { - s.MaxRecords = &v +// SetS3ObjectKey sets the S3ObjectKey field's value. +func (s *ExportMetadataModelAssessmentResultEntry) SetS3ObjectKey(v string) *ExportMetadataModelAssessmentResultEntry { + s.S3ObjectKey = &v return s } -type DescribeReplicationsOutput struct { +// Provides information about a metadata model assessment exported to SQL. +type ExportSqlDetails struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The URL for the object containing the exported metadata model assessment. + ObjectURL *string `type:"string"` - // The replication descriptions. - Replications []*Replication `type:"list"` + // The Amazon S3 object key for the object containing the exported metadata + // model assessment. + S3ObjectKey *string `type:"string"` } // String returns the string representation. @@ -16252,7 +23154,7 @@ type DescribeReplicationsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationsOutput) String() string { +func (s ExportSqlDetails) String() string { return awsutil.Prettify(s) } @@ -16261,43 +23163,39 @@ func (s DescribeReplicationsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeReplicationsOutput) GoString() string { +func (s ExportSqlDetails) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeReplicationsOutput) SetMarker(v string) *DescribeReplicationsOutput { - s.Marker = &v +// SetObjectURL sets the ObjectURL field's value. +func (s *ExportSqlDetails) SetObjectURL(v string) *ExportSqlDetails { + s.ObjectURL = &v return s } -// SetReplications sets the Replications field's value. -func (s *DescribeReplicationsOutput) SetReplications(v []*Replication) *DescribeReplicationsOutput { - s.Replications = v +// SetS3ObjectKey sets the S3ObjectKey field's value. +func (s *ExportSqlDetails) SetS3ObjectKey(v string) *ExportSqlDetails { + s.S3ObjectKey = &v return s } -type DescribeSchemasInput struct { +// Identifies the name and value of a filter object. This filter is used to +// limit the number and type of DMS objects that are returned for a particular +// Describe* call or similar operation. Filters are used as an optional parameter +// for certain API operations. +type Filter struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // The name of the filter as specified for a Describe* or similar operation. // - // EndpointArn is a required field - EndpointArn *string `type:"string" required:"true"` - - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // Name is a required field + Name *string `type:"string" required:"true"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. - // - // Default: 100 + // The filter value, which can specify one or more values used to narrow the + // returned results. // - // Constraints: Minimum 20, maximum 100. - MaxRecords *int64 `type:"integer"` + // Values is a required field + Values []*string `type:"list" required:"true"` } // String returns the string representation. @@ -16305,7 +23203,7 @@ type DescribeSchemasInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeSchemasInput) String() string { +func (s Filter) String() string { return awsutil.Prettify(s) } @@ -16314,15 +23212,18 @@ func (s DescribeSchemasInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeSchemasInput) GoString() string { +func (s Filter) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeSchemasInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeSchemasInput"} - if s.EndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointArn")) +func (s *Filter) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "Filter"} + if s.Name == nil { + invalidParams.Add(request.NewErrParamRequired("Name")) + } + if s.Values == nil { + invalidParams.Add(request.NewErrParamRequired("Values")) } if invalidParams.Len() > 0 { @@ -16331,34 +23232,28 @@ func (s *DescribeSchemasInput) Validate() error { return nil } -// SetEndpointArn sets the EndpointArn field's value. -func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput { - s.EndpointArn = &v - return s -} - -// SetMarker sets the Marker field's value. -func (s *DescribeSchemasInput) SetMarker(v string) *DescribeSchemasInput { - s.Marker = &v +// SetName sets the Name field's value. +func (s *Filter) SetName(v string) *Filter { + s.Name = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeSchemasInput) SetMaxRecords(v int64) *DescribeSchemasInput { - s.MaxRecords = &v +// SetValues sets the Values field's value. +func (s *Filter) SetValues(v []*string) *Filter { + s.Values = v return s } -type DescribeSchemasOutput struct { +// Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor +// collector. +type FleetAdvisorLsaAnalysisResponse struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The ID of an LSA analysis run by a Fleet Advisor collector. + LsaAnalysisId *string `type:"string"` - // The described schema. - Schemas []*string `type:"list"` + // The status of an LSA analysis run by a Fleet Advisor collector. + Status *string `type:"string"` } // String returns the string representation. @@ -16366,7 +23261,7 @@ type DescribeSchemasOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeSchemasOutput) String() string { +func (s FleetAdvisorLsaAnalysisResponse) String() string { return awsutil.Prettify(s) } @@ -16375,51 +23270,51 @@ func (s DescribeSchemasOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeSchemasOutput) GoString() string { +func (s FleetAdvisorLsaAnalysisResponse) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeSchemasOutput) SetMarker(v string) *DescribeSchemasOutput { - s.Marker = &v +// SetLsaAnalysisId sets the LsaAnalysisId field's value. +func (s *FleetAdvisorLsaAnalysisResponse) SetLsaAnalysisId(v string) *FleetAdvisorLsaAnalysisResponse { + s.LsaAnalysisId = &v return s } -// SetSchemas sets the Schemas field's value. -func (s *DescribeSchemasOutput) SetSchemas(v []*string) *DescribeSchemasOutput { - s.Schemas = v +// SetStatus sets the Status field's value. +func (s *FleetAdvisorLsaAnalysisResponse) SetStatus(v string) *FleetAdvisorLsaAnalysisResponse { + s.Status = &v return s } -type DescribeTableStatisticsInput struct { +// Describes a schema object in a Fleet Advisor collector inventory. +type FleetAdvisorSchemaObjectResponse struct { _ struct{} `type:"structure"` - // Filters applied to table statistics. - // - // Valid filter names: schema-name | table-name | table-state - // - // A combination of filters creates an AND condition where each record matches - // all specified filters. - Filters []*Filter `type:"list"` + // The number of lines of code in a schema object in a Fleet Advisor collector + // inventory. + CodeLineCount *int64 `type:"long"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // The size level of the code in a schema object in a Fleet Advisor collector + // inventory. + CodeSize *int64 `type:"long"` - // The maximum number of records to include in the response. If more records - // exist than the specified MaxRecords value, a pagination token called a marker - // is included in the response so that the remaining results can be retrieved. + // The number of objects in a schema object in a Fleet Advisor collector inventory. + NumberOfObjects *int64 `type:"long"` + + // The type of the schema object, as reported by the database engine. Examples + // include the following: // - // Default: 100 + // * function + // + // * trigger + // + // * SYSTEM_TABLE // - // Constraints: Minimum 20, maximum 500. - MaxRecords *int64 `type:"integer"` + // * QUEUE + ObjectType *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication task. - // - // ReplicationTaskArn is a required field - ReplicationTaskArn *string `type:"string" required:"true"` + // The ID of a schema object in a Fleet Advisor collector inventory. + SchemaId *string `type:"string"` } // String returns the string representation. @@ -16427,7 +23322,7 @@ type DescribeTableStatisticsInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeTableStatisticsInput) String() string { +func (s FleetAdvisorSchemaObjectResponse) String() string { return awsutil.Prettify(s) } @@ -16436,70 +23331,137 @@ func (s DescribeTableStatisticsInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeTableStatisticsInput) GoString() string { +func (s FleetAdvisorSchemaObjectResponse) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *DescribeTableStatisticsInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DescribeTableStatisticsInput"} - if s.ReplicationTaskArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) - } - if s.Filters != nil { - for i, v := range s.Filters { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Filters", i), err.(request.ErrInvalidParams)) - } - } - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetCodeLineCount sets the CodeLineCount field's value. +func (s *FleetAdvisorSchemaObjectResponse) SetCodeLineCount(v int64) *FleetAdvisorSchemaObjectResponse { + s.CodeLineCount = &v + return s } -// SetFilters sets the Filters field's value. -func (s *DescribeTableStatisticsInput) SetFilters(v []*Filter) *DescribeTableStatisticsInput { - s.Filters = v +// SetCodeSize sets the CodeSize field's value. +func (s *FleetAdvisorSchemaObjectResponse) SetCodeSize(v int64) *FleetAdvisorSchemaObjectResponse { + s.CodeSize = &v return s } -// SetMarker sets the Marker field's value. -func (s *DescribeTableStatisticsInput) SetMarker(v string) *DescribeTableStatisticsInput { - s.Marker = &v +// SetNumberOfObjects sets the NumberOfObjects field's value. +func (s *FleetAdvisorSchemaObjectResponse) SetNumberOfObjects(v int64) *FleetAdvisorSchemaObjectResponse { + s.NumberOfObjects = &v return s } -// SetMaxRecords sets the MaxRecords field's value. -func (s *DescribeTableStatisticsInput) SetMaxRecords(v int64) *DescribeTableStatisticsInput { - s.MaxRecords = &v +// SetObjectType sets the ObjectType field's value. +func (s *FleetAdvisorSchemaObjectResponse) SetObjectType(v string) *FleetAdvisorSchemaObjectResponse { + s.ObjectType = &v return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *DescribeTableStatisticsInput) SetReplicationTaskArn(v string) *DescribeTableStatisticsInput { - s.ReplicationTaskArn = &v +// SetSchemaId sets the SchemaId field's value. +func (s *FleetAdvisorSchemaObjectResponse) SetSchemaId(v string) *FleetAdvisorSchemaObjectResponse { + s.SchemaId = &v return s } -type DescribeTableStatisticsOutput struct { +// Settings in JSON format for the source GCP MySQL endpoint. +type GcpMySQLSettings struct { _ struct{} `type:"structure"` - // An optional pagination token provided by a previous request. If this parameter - // is specified, the response includes only records beyond the marker, up to - // the value specified by MaxRecords. - Marker *string `type:"string"` + // Specifies a script to run immediately after DMS connects to the endpoint. + // The migration task continues running regardless if the SQL statement succeeds + // or fails. + // + // For this parameter, provide the code of the script itself, not the name of + // a file containing the script. + AfterConnectScript *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication task. - ReplicationTaskArn *string `type:"string"` + // 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. + CleanSourceMetadataOnMismatch *bool `type:"boolean"` - // The table statistics. - TableStatistics []*TableStatistics `type:"list"` + // Database name for the endpoint. For a MySQL source or target endpoint, don't + // explicitly specify the database using the DatabaseName request parameter + // on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName + // when you create or modify a MySQL endpoint replicates all the task tables + // to this single database. For MySQL endpoints, you specify the database only + // when you specify the schema in the table-mapping rules of the DMS task. + DatabaseName *string `type:"string"` + + // Specifies how often to check the binary log for new changes/events when the + // database is idle. The default is five seconds. + // + // Example: eventsPollInterval=5; + // + // In the example, DMS checks for changes in the binary logs every five seconds. + EventsPollInterval *int64 `type:"integer"` + + // Specifies the maximum size (in KB) of any .csv file used to transfer data + // to a MySQL-compatible database. + // + // Example: maxFileSize=512 + MaxFileSize *int64 `type:"integer"` + + // 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. + // + // Example: parallelLoadThreads=1 + ParallelLoadThreads *int64 `type:"integer"` + + // Endpoint connection password. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by GcpMySQLSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // Endpoint TCP port. + Port *int64 `type:"integer"` + + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the MySQL endpoint. + // + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` + + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the MySQL endpoint connection details. + SecretsManagerSecretId *string `type:"string"` + + // The MySQL host name. + ServerName *string `type:"string"` + + // Specifies the time zone for the source MySQL database. + // + // Example: serverTimezone=US/Pacific; + // + // Note: Do not enclose time zones in single quotes. + ServerTimezone *string `type:"string"` + + // Specifies where to migrate source tables on the target, either to a single + // database or multiple databases. + // + // Example: targetDbType=MULTIPLE_DATABASES + TargetDbType *string `type:"string" enum:"TargetDbType"` + + // Endpoint connection user name. + Username *string `type:"string"` } // String returns the string representation. @@ -16507,7 +23469,7 @@ type DescribeTableStatisticsOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeTableStatisticsOutput) String() string { +func (s GcpMySQLSettings) String() string { return awsutil.Prettify(s) } @@ -16516,127 +23478,123 @@ func (s DescribeTableStatisticsOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DescribeTableStatisticsOutput) GoString() string { +func (s GcpMySQLSettings) GoString() string { return s.String() } -// SetMarker sets the Marker field's value. -func (s *DescribeTableStatisticsOutput) SetMarker(v string) *DescribeTableStatisticsOutput { - s.Marker = &v +// SetAfterConnectScript sets the AfterConnectScript field's value. +func (s *GcpMySQLSettings) SetAfterConnectScript(v string) *GcpMySQLSettings { + s.AfterConnectScript = &v return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *DescribeTableStatisticsOutput) SetReplicationTaskArn(v string) *DescribeTableStatisticsOutput { - s.ReplicationTaskArn = &v +// SetCleanSourceMetadataOnMismatch sets the CleanSourceMetadataOnMismatch field's value. +func (s *GcpMySQLSettings) SetCleanSourceMetadataOnMismatch(v bool) *GcpMySQLSettings { + s.CleanSourceMetadataOnMismatch = &v return s } -// SetTableStatistics sets the TableStatistics field's value. -func (s *DescribeTableStatisticsOutput) SetTableStatistics(v []*TableStatistics) *DescribeTableStatisticsOutput { - s.TableStatistics = v +// SetDatabaseName sets the DatabaseName field's value. +func (s *GcpMySQLSettings) SetDatabaseName(v string) *GcpMySQLSettings { + s.DatabaseName = &v return s } -// The settings in JSON format for the DMS Transfer type source endpoint. -type DmsTransferSettings struct { - _ struct{} `type:"structure"` +// SetEventsPollInterval sets the EventsPollInterval field's value. +func (s *GcpMySQLSettings) SetEventsPollInterval(v int64) *GcpMySQLSettings { + s.EventsPollInterval = &v + return s +} - // The name of the S3 bucket to use. - BucketName *string `type:"string"` +// SetMaxFileSize sets the MaxFileSize field's value. +func (s *GcpMySQLSettings) SetMaxFileSize(v int64) *GcpMySQLSettings { + s.MaxFileSize = &v + return s +} - // The Amazon Resource Name (ARN) used by the service access IAM role. The role - // must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` +// SetParallelLoadThreads sets the ParallelLoadThreads field's value. +func (s *GcpMySQLSettings) SetParallelLoadThreads(v int64) *GcpMySQLSettings { + s.ParallelLoadThreads = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DmsTransferSettings) String() string { - return awsutil.Prettify(s) +// SetPassword sets the Password field's value. +func (s *GcpMySQLSettings) SetPassword(v string) *GcpMySQLSettings { + s.Password = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s DmsTransferSettings) GoString() string { - return s.String() +// SetPort sets the Port field's value. +func (s *GcpMySQLSettings) SetPort(v int64) *GcpMySQLSettings { + s.Port = &v + return s } -// SetBucketName sets the BucketName field's value. -func (s *DmsTransferSettings) SetBucketName(v string) *DmsTransferSettings { - s.BucketName = &v +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *GcpMySQLSettings) SetSecretsManagerAccessRoleArn(v string) *GcpMySQLSettings { + s.SecretsManagerAccessRoleArn = &v + return s +} + +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *GcpMySQLSettings) SetSecretsManagerSecretId(v string) *GcpMySQLSettings { + s.SecretsManagerSecretId = &v + return s +} + +// SetServerName sets the ServerName field's value. +func (s *GcpMySQLSettings) SetServerName(v string) *GcpMySQLSettings { + s.ServerName = &v + return s +} + +// SetServerTimezone sets the ServerTimezone field's value. +func (s *GcpMySQLSettings) SetServerTimezone(v string) *GcpMySQLSettings { + s.ServerTimezone = &v + return s +} + +// SetTargetDbType sets the TargetDbType field's value. +func (s *GcpMySQLSettings) SetTargetDbType(v string) *GcpMySQLSettings { + s.TargetDbType = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *DmsTransferSettings) SetServiceAccessRoleArn(v string) *DmsTransferSettings { - s.ServiceAccessRoleArn = &v +// SetUsername sets the Username field's value. +func (s *GcpMySQLSettings) SetUsername(v string) *GcpMySQLSettings { + s.Username = &v return s } -// Provides information that defines a DocumentDB endpoint. -type DocDbSettings struct { +// Provides information that defines an IBM Db2 LUW endpoint. +type IBMDb2Settings struct { _ struct{} `type:"structure"` - // The database name on the DocumentDB source endpoint. - DatabaseName *string `type:"string"` - - // Indicates the number of documents to preview to determine the document organization. - // Use this setting when NestingLevel is set to "one". - // - // Must be a positive value greater than 0. Default value is 1000. - DocsToInvestigate *int64 `type:"integer"` - - // Specifies the document ID. Use this setting when NestingLevel is set to "none". - // - // Default value is "false". - ExtractDocId *bool `type:"boolean"` + // For ongoing replication (CDC), use CurrentLSN to specify a log sequence number + // (LSN) where you want the replication to start. + CurrentLsn *string `type:"string"` - // The KMS key identifier that is used to encrypt the content on the replication - // instance. If you don't specify a value for the KmsKeyId parameter, then DMS - // uses your default encryption key. KMS creates the default encryption key - // for your Amazon Web Services account. Your Amazon Web Services account has - // a different default encryption key for each Amazon Web Services Region. - KmsKeyId *string `type:"string"` + // Database name for the endpoint. + DatabaseName *string `type:"string"` - // Specifies either document or table mode. - // - // Default value is "none". Specify "none" to use document mode. Specify "one" - // to use table mode. - NestingLevel *string `type:"string" enum:"NestingLevelValue"` + // Maximum number of bytes per read, as a NUMBER value. The default is 64 KB. + MaxKBytesPerRead *int64 `type:"integer"` - // The password for the user account you use to access the DocumentDB source - // endpoint. + // Endpoint connection password. // // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by DocDbSettings's + // replaced with "sensitive" in string returned by IBMDb2Settings's // String and GoString methods. Password *string `type:"string" sensitive:"true"` - // The port value for the DocumentDB source endpoint. + // Endpoint TCP port. The default value is 50000. Port *int64 `type:"integer"` - // If true, DMS replicates data to shard collections. DMS only uses this setting - // if the target endpoint is a DocumentDB elastic cluster. - // - // When this setting is true, note the following: - // - // * You must set TargetTablePrepMode to nothing. - // - // * DMS automatically sets useUpdateLookup to false. - ReplicateShardCollections *bool `type:"boolean"` - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as // the trusted entity and grants the required permissions to access the value // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the DocumentDB endpoint. + // access to the Db2 LUW endpoint. // // You can specify one of two sets of values for these permissions. You can // specify the values for this setting and SecretsManagerSecretId. Or you can @@ -16649,19 +23607,16 @@ type DocDbSettings struct { SecretsManagerAccessRoleArn *string `type:"string"` // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the DocumentDB endpoint connection details. + // contains the Db2 LUW endpoint connection details. SecretsManagerSecretId *string `type:"string"` - // The name of the server on the DocumentDB source endpoint. + // Fully qualified domain name of the endpoint. ServerName *string `type:"string"` - // If true, DMS retrieves the entire document from the DocumentDB source during - // migration. This may cause a migration failure if the server response exceeds - // bandwidth limits. To fetch only updates and deletes during migration, set - // this parameter to false. - UseUpdateLookUp *bool `type:"boolean"` + // Enables ongoing replication (CDC) as a BOOLEAN value. The default is true. + SetDataCaptureChanges *bool `type:"boolean"` - // The user name you use to access the DocumentDB source endpoint. + // Endpoint connection user name. Username *string `type:"string"` } @@ -16670,7 +23625,7 @@ type DocDbSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DocDbSettings) String() string { +func (s IBMDb2Settings) String() string { return awsutil.Prettify(s) } @@ -16679,98 +23634,97 @@ func (s DocDbSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DocDbSettings) GoString() string { +func (s IBMDb2Settings) GoString() string { return s.String() } -// SetDatabaseName sets the DatabaseName field's value. -func (s *DocDbSettings) SetDatabaseName(v string) *DocDbSettings { - s.DatabaseName = &v - return s -} - -// SetDocsToInvestigate sets the DocsToInvestigate field's value. -func (s *DocDbSettings) SetDocsToInvestigate(v int64) *DocDbSettings { - s.DocsToInvestigate = &v - return s -} - -// SetExtractDocId sets the ExtractDocId field's value. -func (s *DocDbSettings) SetExtractDocId(v bool) *DocDbSettings { - s.ExtractDocId = &v +// SetCurrentLsn sets the CurrentLsn field's value. +func (s *IBMDb2Settings) SetCurrentLsn(v string) *IBMDb2Settings { + s.CurrentLsn = &v return s } -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *DocDbSettings) SetKmsKeyId(v string) *DocDbSettings { - s.KmsKeyId = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *IBMDb2Settings) SetDatabaseName(v string) *IBMDb2Settings { + s.DatabaseName = &v return s } -// SetNestingLevel sets the NestingLevel field's value. -func (s *DocDbSettings) SetNestingLevel(v string) *DocDbSettings { - s.NestingLevel = &v +// SetMaxKBytesPerRead sets the MaxKBytesPerRead field's value. +func (s *IBMDb2Settings) SetMaxKBytesPerRead(v int64) *IBMDb2Settings { + s.MaxKBytesPerRead = &v return s } // SetPassword sets the Password field's value. -func (s *DocDbSettings) SetPassword(v string) *DocDbSettings { +func (s *IBMDb2Settings) SetPassword(v string) *IBMDb2Settings { s.Password = &v return s } // SetPort sets the Port field's value. -func (s *DocDbSettings) SetPort(v int64) *DocDbSettings { +func (s *IBMDb2Settings) SetPort(v int64) *IBMDb2Settings { s.Port = &v return s } -// SetReplicateShardCollections sets the ReplicateShardCollections field's value. -func (s *DocDbSettings) SetReplicateShardCollections(v bool) *DocDbSettings { - s.ReplicateShardCollections = &v - return s -} - // SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *DocDbSettings) SetSecretsManagerAccessRoleArn(v string) *DocDbSettings { +func (s *IBMDb2Settings) SetSecretsManagerAccessRoleArn(v string) *IBMDb2Settings { s.SecretsManagerAccessRoleArn = &v return s } // SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *DocDbSettings) SetSecretsManagerSecretId(v string) *DocDbSettings { +func (s *IBMDb2Settings) SetSecretsManagerSecretId(v string) *IBMDb2Settings { s.SecretsManagerSecretId = &v return s } // SetServerName sets the ServerName field's value. -func (s *DocDbSettings) SetServerName(v string) *DocDbSettings { +func (s *IBMDb2Settings) SetServerName(v string) *IBMDb2Settings { s.ServerName = &v return s } -// SetUseUpdateLookUp sets the UseUpdateLookUp field's value. -func (s *DocDbSettings) SetUseUpdateLookUp(v bool) *DocDbSettings { - s.UseUpdateLookUp = &v +// SetSetDataCaptureChanges sets the SetDataCaptureChanges field's value. +func (s *IBMDb2Settings) SetSetDataCaptureChanges(v bool) *IBMDb2Settings { + s.SetDataCaptureChanges = &v return s } // SetUsername sets the Username field's value. -func (s *DocDbSettings) SetUsername(v string) *DocDbSettings { +func (s *IBMDb2Settings) SetUsername(v string) *IBMDb2Settings { s.Username = &v return s } -// Provides the Amazon Resource Name (ARN) of the Identity and Access Management -// (IAM) role used to define an Amazon DynamoDB target endpoint. -type DynamoDbSettings struct { +type ImportCertificateInput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) used by the service to access the IAM role. - // The role must allow the iam:PassRole action. + // A customer-assigned name for the certificate. 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. // - // ServiceAccessRoleArn is a required field - ServiceAccessRoleArn *string `type:"string" required:"true"` + // CertificateIdentifier is a required field + CertificateIdentifier *string `type:"string" required:"true"` + + // The contents of a .pem file, which contains an X.509 certificate. + // + // CertificatePem is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by ImportCertificateInput's + // String and GoString methods. + CertificatePem *string `type:"string" sensitive:"true"` + + // The location of an imported Oracle Wallet certificate for use with SSL. Provide + // the name of a .sso file using the fileb:// prefix. You can't provide the + // certificate inline. + // + // Example: filebase64("${path.root}/rds-ca-2019-root.sso") + // CertificateWallet is automatically base64 encoded/decoded by the SDK. + CertificateWallet []byte `type:"blob"` + + // The tags associated with the certificate. + Tags []*Tag `type:"list"` } // String returns the string representation. @@ -16778,7 +23732,7 @@ type DynamoDbSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DynamoDbSettings) String() string { +func (s ImportCertificateInput) String() string { return awsutil.Prettify(s) } @@ -16787,15 +23741,15 @@ func (s DynamoDbSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s DynamoDbSettings) GoString() string { +func (s ImportCertificateInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *DynamoDbSettings) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "DynamoDbSettings"} - if s.ServiceAccessRoleArn == nil { - invalidParams.Add(request.NewErrParamRequired("ServiceAccessRoleArn")) +func (s *ImportCertificateInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ImportCertificateInput"} + if s.CertificateIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("CertificateIdentifier")) } if invalidParams.Len() > 0 { @@ -16804,45 +23758,114 @@ func (s *DynamoDbSettings) Validate() error { return nil } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *DynamoDbSettings) SetServiceAccessRoleArn(v string) *DynamoDbSettings { - s.ServiceAccessRoleArn = &v +// SetCertificateIdentifier sets the CertificateIdentifier field's value. +func (s *ImportCertificateInput) SetCertificateIdentifier(v string) *ImportCertificateInput { + s.CertificateIdentifier = &v return s } -// Provides information that defines an OpenSearch endpoint. -type ElasticsearchSettings struct { +// SetCertificatePem sets the CertificatePem field's value. +func (s *ImportCertificateInput) SetCertificatePem(v string) *ImportCertificateInput { + s.CertificatePem = &v + return s +} + +// SetCertificateWallet sets the CertificateWallet field's value. +func (s *ImportCertificateInput) SetCertificateWallet(v []byte) *ImportCertificateInput { + s.CertificateWallet = v + return s +} + +// SetTags sets the Tags field's value. +func (s *ImportCertificateInput) SetTags(v []*Tag) *ImportCertificateInput { + s.Tags = v + return s +} + +type ImportCertificateOutput struct { _ struct{} `type:"structure"` - // The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol - // (http/https) is not specified. - // - // EndpointUri is a required field - EndpointUri *string `type:"string" required:"true"` + // The certificate to be uploaded. + Certificate *Certificate `type:"structure"` +} - // The maximum number of seconds for which DMS retries failed API requests to - // the OpenSearch cluster. - ErrorRetryDuration *int64 `type:"integer"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ImportCertificateOutput) String() string { + return awsutil.Prettify(s) +} - // The maximum percentage of records that can fail to be written before a full - // load operation stops. - // - // To avoid early failure, this counter is only effective after 1000 records - // are transferred. OpenSearch also has the concept of error monitoring during - // the last 10 minutes of an Observation Window. If transfer of all records - // fail in the last 10 minutes, the full load operation stops. - FullLoadErrorPercentage *int64 `type:"integer"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ImportCertificateOutput) GoString() string { + return s.String() +} + +// SetCertificate sets the Certificate field's value. +func (s *ImportCertificateOutput) SetCertificate(v *Certificate) *ImportCertificateOutput { + s.Certificate = v + return s +} + +// Provides information that defines an instance profile. +type InstanceProfile struct { + _ struct{} `type:"structure"` + + // The Availability Zone where the instance profile runs. + AvailabilityZone *string `type:"string"` + + // A description of the instance profile. 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. + Description *string `type:"string"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the instance + // profile. + InstanceProfileArn *string `type:"string"` + + // The time the instance profile was created. + InstanceProfileCreationTime *time.Time `type:"timestamp" timestampFormat:"iso8601"` + + // The user-friendly name for the instance profile. + InstanceProfileName *string `type:"string"` - // The Amazon Resource Name (ARN) used by the service to access the IAM role. - // The role must allow the iam:PassRole action. + // The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the + // connection parameters for the instance profile. // - // ServiceAccessRoleArn is a required field - ServiceAccessRoleArn *string `type:"string" required:"true"` + // If you don't specify a value for the KmsKeyArn parameter, then DMS uses your + // default encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyArn *string `type:"string"` - // Set this option to true for DMS to migrate documentation using the documentation - // type _doc. OpenSearch and an Elasticsearch cluster only support the _doc - // documentation type in versions 7. x and later. The default value is false. - UseNewMappingType *bool `type:"boolean"` + // Specifies the network type for the instance profile. A value of IPV4 represents + // an instance profile with IPv4 network type and only supports IPv4 addressing. + // A value of IPV6 represents an instance profile with IPv6 network type and + // only supports IPv6 addressing. A value of DUAL represents an instance profile + // with dual network type that supports IPv4 and IPv6 addressing. + NetworkType *string `type:"string"` + + // Specifies the accessibility options for the instance profile. A value of + // true represents an instance profile with a public IP address. A value of + // false represents an instance profile with a private IP address. The default + // value is true. + PubliclyAccessible *bool `type:"boolean"` + + // The identifier of the subnet group that is associated with the instance profile. + SubnetGroupIdentifier *string `type:"string"` + + // The VPC security groups that are used with the instance profile. The VPC + // security group must work with the VPC containing the instance profile. + VpcSecurityGroups []*string `type:"list"` } // String returns the string representation. @@ -16850,7 +23873,7 @@ type ElasticsearchSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ElasticsearchSettings) String() string { +func (s InstanceProfile) String() string { return awsutil.Prettify(s) } @@ -16859,208 +23882,140 @@ func (s ElasticsearchSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ElasticsearchSettings) GoString() string { +func (s InstanceProfile) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ElasticsearchSettings) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ElasticsearchSettings"} - if s.EndpointUri == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointUri")) - } - if s.ServiceAccessRoleArn == nil { - invalidParams.Add(request.NewErrParamRequired("ServiceAccessRoleArn")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetAvailabilityZone sets the AvailabilityZone field's value. +func (s *InstanceProfile) SetAvailabilityZone(v string) *InstanceProfile { + s.AvailabilityZone = &v + return s } -// SetEndpointUri sets the EndpointUri field's value. -func (s *ElasticsearchSettings) SetEndpointUri(v string) *ElasticsearchSettings { - s.EndpointUri = &v +// SetDescription sets the Description field's value. +func (s *InstanceProfile) SetDescription(v string) *InstanceProfile { + s.Description = &v return s } -// SetErrorRetryDuration sets the ErrorRetryDuration field's value. -func (s *ElasticsearchSettings) SetErrorRetryDuration(v int64) *ElasticsearchSettings { - s.ErrorRetryDuration = &v +// SetInstanceProfileArn sets the InstanceProfileArn field's value. +func (s *InstanceProfile) SetInstanceProfileArn(v string) *InstanceProfile { + s.InstanceProfileArn = &v return s } -// SetFullLoadErrorPercentage sets the FullLoadErrorPercentage field's value. -func (s *ElasticsearchSettings) SetFullLoadErrorPercentage(v int64) *ElasticsearchSettings { - s.FullLoadErrorPercentage = &v +// SetInstanceProfileCreationTime sets the InstanceProfileCreationTime field's value. +func (s *InstanceProfile) SetInstanceProfileCreationTime(v time.Time) *InstanceProfile { + s.InstanceProfileCreationTime = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *ElasticsearchSettings) SetServiceAccessRoleArn(v string) *ElasticsearchSettings { - s.ServiceAccessRoleArn = &v +// SetInstanceProfileName sets the InstanceProfileName field's value. +func (s *InstanceProfile) SetInstanceProfileName(v string) *InstanceProfile { + s.InstanceProfileName = &v return s } -// SetUseNewMappingType sets the UseNewMappingType field's value. -func (s *ElasticsearchSettings) SetUseNewMappingType(v bool) *ElasticsearchSettings { - s.UseNewMappingType = &v +// SetKmsKeyArn sets the KmsKeyArn field's value. +func (s *InstanceProfile) SetKmsKeyArn(v string) *InstanceProfile { + s.KmsKeyArn = &v return s } -// Describes an endpoint of a database instance in response to operations such -// as the following: -// -// - CreateEndpoint -// -// - DescribeEndpoint -// -// - ModifyEndpoint -type Endpoint struct { - _ struct{} `type:"structure"` - - // The Amazon Resource Name (ARN) used for SSL connection to the endpoint. - CertificateArn *string `type:"string"` - - // The name of the database at the endpoint. - DatabaseName *string `type:"string"` - - // The settings for the DMS Transfer type source. For more information, see - // the DmsTransferSettings structure. - DmsTransferSettings *DmsTransferSettings `type:"structure"` - - // Provides information that defines a DocumentDB endpoint. - DocDbSettings *DocDbSettings `type:"structure"` - - // The settings for the DynamoDB target endpoint. For more information, see - // the DynamoDBSettings structure. - DynamoDbSettings *DynamoDbSettings `type:"structure"` - - // The settings for the OpenSearch source endpoint. For more information, see - // the ElasticsearchSettings structure. - ElasticsearchSettings *ElasticsearchSettings `type:"structure"` - - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. - EndpointArn *string `type:"string"` - - // 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. - EndpointIdentifier *string `type:"string"` - - // The type of endpoint. Valid values are source and target. - EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` - - // The expanded name for the engine name. For example, if the EngineName parameter - // is "aurora", this value would be "Amazon Aurora MySQL". - EngineDisplayName *string `type:"string"` - - // The database engine name. Valid values, depending on the EndpointType, include - // "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", - // "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", - // "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", - // and "babelfish". - EngineName *string `type:"string"` - - // Value returned by a call to CreateEndpoint that can be used for cross-account - // validation. Use it on a subsequent call to CreateEndpoint to create the endpoint - // with a cross-account. - ExternalId *string `type:"string"` - - // The external table definition. - ExternalTableDefinition *string `type:"string"` - - // Additional connection attributes used to connect to the endpoint. - ExtraConnectionAttributes *string `type:"string"` - - // Settings in JSON format for the source GCP MySQL endpoint. - GcpMySQLSettings *GcpMySQLSettings `type:"structure"` - - // The settings for the IBM Db2 LUW source endpoint. For more information, see - // the IBMDb2Settings structure. - IBMDb2Settings *IBMDb2Settings `type:"structure"` - - // The settings for the Apache Kafka target endpoint. For more information, - // see the KafkaSettings structure. - KafkaSettings *KafkaSettings `type:"structure"` - - // The settings for the Amazon Kinesis target endpoint. For more information, - // see the KinesisSettings structure. - KinesisSettings *KinesisSettings `type:"structure"` - - // An KMS key identifier that is used to encrypt the connection parameters for - // the endpoint. - // - // If you don't specify a value for the KmsKeyId parameter, then DMS uses your - // default encryption key. - // - // KMS creates the default encryption key for your Amazon Web Services account. - // Your Amazon Web Services account has a different default encryption key for - // each Amazon Web Services Region. - KmsKeyId *string `type:"string"` - - // The settings for the Microsoft SQL Server source and target endpoint. For - // more information, see the MicrosoftSQLServerSettings structure. - MicrosoftSQLServerSettings *MicrosoftSQLServerSettings `type:"structure"` - - // The settings for the MongoDB source endpoint. For more information, see the - // MongoDbSettings structure. - MongoDbSettings *MongoDbSettings `type:"structure"` +// SetNetworkType sets the NetworkType field's value. +func (s *InstanceProfile) SetNetworkType(v string) *InstanceProfile { + s.NetworkType = &v + return s +} - // The settings for the MySQL source and target endpoint. For more information, - // see the MySQLSettings structure. - MySQLSettings *MySQLSettings `type:"structure"` +// SetPubliclyAccessible sets the PubliclyAccessible field's value. +func (s *InstanceProfile) SetPubliclyAccessible(v bool) *InstanceProfile { + s.PubliclyAccessible = &v + return s +} - // The settings for the Amazon Neptune target endpoint. For more information, - // see the NeptuneSettings structure. - NeptuneSettings *NeptuneSettings `type:"structure"` +// SetSubnetGroupIdentifier sets the SubnetGroupIdentifier field's value. +func (s *InstanceProfile) SetSubnetGroupIdentifier(v string) *InstanceProfile { + s.SubnetGroupIdentifier = &v + return s +} - // The settings for the Oracle source and target endpoint. For more information, - // see the OracleSettings structure. - OracleSettings *OracleSettings `type:"structure"` +// SetVpcSecurityGroups sets the VpcSecurityGroups field's value. +func (s *InstanceProfile) SetVpcSecurityGroups(v []*string) *InstanceProfile { + s.VpcSecurityGroups = v + return s +} - // The port value used to access the endpoint. - Port *int64 `type:"integer"` +// There are not enough resources allocated to the database migration. +type InsufficientResourceCapacityFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The settings for the PostgreSQL source and target endpoint. For more information, - // see the PostgreSQLSettings structure. - PostgreSQLSettings *PostgreSQLSettings `type:"structure"` + Message_ *string `locationName:"message" type:"string"` +} - // The settings for the Redis target endpoint. For more information, see the - // RedisSettings structure. - RedisSettings *RedisSettings `type:"structure"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InsufficientResourceCapacityFault) String() string { + return awsutil.Prettify(s) +} - // Settings for the Amazon Redshift endpoint. - RedshiftSettings *RedshiftSettings `type:"structure"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InsufficientResourceCapacityFault) GoString() string { + return s.String() +} - // The settings for the S3 target endpoint. For more information, see the S3Settings - // structure. - S3Settings *S3Settings `type:"structure"` +func newErrorInsufficientResourceCapacityFault(v protocol.ResponseMetadata) error { + return &InsufficientResourceCapacityFault{ + RespMetadata: v, + } +} - // The name of the server at the endpoint. - ServerName *string `type:"string"` +// Code returns the exception type name. +func (s *InsufficientResourceCapacityFault) Code() string { + return "InsufficientResourceCapacityFault" +} - // The Amazon Resource Name (ARN) used by the service to access the IAM role. - // The role must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` +// Message returns the exception's message. +func (s *InsufficientResourceCapacityFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} - // The SSL mode used to connect to the endpoint. The default value is none. - SslMode *string `type:"string" enum:"DmsSslModeValue"` +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *InsufficientResourceCapacityFault) OrigErr() error { + return nil +} - // The status of the endpoint. - Status *string `type:"string"` +func (s *InsufficientResourceCapacityFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} - // The settings for the SAP ASE source and target endpoint. For more information, - // see the SybaseSettings structure. - SybaseSettings *SybaseSettings `type:"structure"` +// Status code returns the HTTP status code for the request's response error. +func (s *InsufficientResourceCapacityFault) StatusCode() int { + return s.RespMetadata.StatusCode +} - // The settings for the Amazon Timestream target endpoint. For more information, - // see the TimestreamSettings structure. - TimestreamSettings *TimestreamSettings `type:"structure"` +// RequestID returns the service's response RequestID for request. +func (s *InsufficientResourceCapacityFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The user name used to connect to the endpoint. - Username *string `type:"string"` +// The certificate was not valid. +type InvalidCertificateFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17068,7 +24023,7 @@ type Endpoint struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Endpoint) String() string { +func (s InvalidCertificateFault) String() string { return awsutil.Prettify(s) } @@ -17077,258 +24032,250 @@ func (s Endpoint) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Endpoint) GoString() string { +func (s InvalidCertificateFault) GoString() string { return s.String() } -// SetCertificateArn sets the CertificateArn field's value. -func (s *Endpoint) SetCertificateArn(v string) *Endpoint { - s.CertificateArn = &v - return s +func newErrorInvalidCertificateFault(v protocol.ResponseMetadata) error { + return &InvalidCertificateFault{ + RespMetadata: v, + } } -// SetDatabaseName sets the DatabaseName field's value. -func (s *Endpoint) SetDatabaseName(v string) *Endpoint { - s.DatabaseName = &v - return s +// Code returns the exception type name. +func (s *InvalidCertificateFault) Code() string { + return "InvalidCertificateFault" } -// SetDmsTransferSettings sets the DmsTransferSettings field's value. -func (s *Endpoint) SetDmsTransferSettings(v *DmsTransferSettings) *Endpoint { - s.DmsTransferSettings = v - return s +// Message returns the exception's message. +func (s *InvalidCertificateFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetDocDbSettings sets the DocDbSettings field's value. -func (s *Endpoint) SetDocDbSettings(v *DocDbSettings) *Endpoint { - s.DocDbSettings = v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *InvalidCertificateFault) OrigErr() error { + return nil } -// SetDynamoDbSettings sets the DynamoDbSettings field's value. -func (s *Endpoint) SetDynamoDbSettings(v *DynamoDbSettings) *Endpoint { - s.DynamoDbSettings = v - return s +func (s *InvalidCertificateFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetElasticsearchSettings sets the ElasticsearchSettings field's value. -func (s *Endpoint) SetElasticsearchSettings(v *ElasticsearchSettings) *Endpoint { - s.ElasticsearchSettings = v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *InvalidCertificateFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetEndpointArn sets the EndpointArn field's value. -func (s *Endpoint) SetEndpointArn(v string) *Endpoint { - s.EndpointArn = &v - return s +// RequestID returns the service's response RequestID for request. +func (s *InvalidCertificateFault) RequestID() string { + return s.RespMetadata.RequestID } -// SetEndpointIdentifier sets the EndpointIdentifier field's value. -func (s *Endpoint) SetEndpointIdentifier(v string) *Endpoint { - s.EndpointIdentifier = &v - return s +// The action or operation requested isn't valid. +type InvalidOperationFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` } -// SetEndpointType sets the EndpointType field's value. -func (s *Endpoint) SetEndpointType(v string) *Endpoint { - s.EndpointType = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InvalidOperationFault) String() string { + return awsutil.Prettify(s) } -// SetEngineDisplayName sets the EngineDisplayName field's value. -func (s *Endpoint) SetEngineDisplayName(v string) *Endpoint { - s.EngineDisplayName = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InvalidOperationFault) GoString() string { + return s.String() } -// SetEngineName sets the EngineName field's value. -func (s *Endpoint) SetEngineName(v string) *Endpoint { - s.EngineName = &v - return s +func newErrorInvalidOperationFault(v protocol.ResponseMetadata) error { + return &InvalidOperationFault{ + RespMetadata: v, + } } -// SetExternalId sets the ExternalId field's value. -func (s *Endpoint) SetExternalId(v string) *Endpoint { - s.ExternalId = &v - return s +// Code returns the exception type name. +func (s *InvalidOperationFault) Code() string { + return "InvalidOperationFault" } -// SetExternalTableDefinition sets the ExternalTableDefinition field's value. -func (s *Endpoint) SetExternalTableDefinition(v string) *Endpoint { - s.ExternalTableDefinition = &v - return s +// Message returns the exception's message. +func (s *InvalidOperationFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value. -func (s *Endpoint) SetExtraConnectionAttributes(v string) *Endpoint { - s.ExtraConnectionAttributes = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *InvalidOperationFault) OrigErr() error { + return nil } -// SetGcpMySQLSettings sets the GcpMySQLSettings field's value. -func (s *Endpoint) SetGcpMySQLSettings(v *GcpMySQLSettings) *Endpoint { - s.GcpMySQLSettings = v - return s +func (s *InvalidOperationFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetIBMDb2Settings sets the IBMDb2Settings field's value. -func (s *Endpoint) SetIBMDb2Settings(v *IBMDb2Settings) *Endpoint { - s.IBMDb2Settings = v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *InvalidOperationFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetKafkaSettings sets the KafkaSettings field's value. -func (s *Endpoint) SetKafkaSettings(v *KafkaSettings) *Endpoint { - s.KafkaSettings = v - return s +// RequestID returns the service's response RequestID for request. +func (s *InvalidOperationFault) RequestID() string { + return s.RespMetadata.RequestID } -// SetKinesisSettings sets the KinesisSettings field's value. -func (s *Endpoint) SetKinesisSettings(v *KinesisSettings) *Endpoint { - s.KinesisSettings = v - return s +// The resource is in a state that prevents it from being used for database +// migration. +type InvalidResourceStateFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` } -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *Endpoint) SetKmsKeyId(v string) *Endpoint { - s.KmsKeyId = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InvalidResourceStateFault) String() string { + return awsutil.Prettify(s) } -// SetMicrosoftSQLServerSettings sets the MicrosoftSQLServerSettings field's value. -func (s *Endpoint) SetMicrosoftSQLServerSettings(v *MicrosoftSQLServerSettings) *Endpoint { - s.MicrosoftSQLServerSettings = v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InvalidResourceStateFault) GoString() string { + return s.String() } -// SetMongoDbSettings sets the MongoDbSettings field's value. -func (s *Endpoint) SetMongoDbSettings(v *MongoDbSettings) *Endpoint { - s.MongoDbSettings = v - return s +func newErrorInvalidResourceStateFault(v protocol.ResponseMetadata) error { + return &InvalidResourceStateFault{ + RespMetadata: v, + } } -// SetMySQLSettings sets the MySQLSettings field's value. -func (s *Endpoint) SetMySQLSettings(v *MySQLSettings) *Endpoint { - s.MySQLSettings = v - return s +// Code returns the exception type name. +func (s *InvalidResourceStateFault) Code() string { + return "InvalidResourceStateFault" } -// SetNeptuneSettings sets the NeptuneSettings field's value. -func (s *Endpoint) SetNeptuneSettings(v *NeptuneSettings) *Endpoint { - s.NeptuneSettings = v - return s +// Message returns the exception's message. +func (s *InvalidResourceStateFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetOracleSettings sets the OracleSettings field's value. -func (s *Endpoint) SetOracleSettings(v *OracleSettings) *Endpoint { - s.OracleSettings = v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *InvalidResourceStateFault) OrigErr() error { + return nil } -// SetPort sets the Port field's value. -func (s *Endpoint) SetPort(v int64) *Endpoint { - s.Port = &v - return s +func (s *InvalidResourceStateFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetPostgreSQLSettings sets the PostgreSQLSettings field's value. -func (s *Endpoint) SetPostgreSQLSettings(v *PostgreSQLSettings) *Endpoint { - s.PostgreSQLSettings = v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *InvalidResourceStateFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetRedisSettings sets the RedisSettings field's value. -func (s *Endpoint) SetRedisSettings(v *RedisSettings) *Endpoint { - s.RedisSettings = v - return s +// RequestID returns the service's response RequestID for request. +func (s *InvalidResourceStateFault) RequestID() string { + return s.RespMetadata.RequestID } -// SetRedshiftSettings sets the RedshiftSettings field's value. -func (s *Endpoint) SetRedshiftSettings(v *RedshiftSettings) *Endpoint { - s.RedshiftSettings = v - return s +// The subnet provided isn't valid. +type InvalidSubnet struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` } -// SetS3Settings sets the S3Settings field's value. -func (s *Endpoint) SetS3Settings(v *S3Settings) *Endpoint { - s.S3Settings = v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InvalidSubnet) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InvalidSubnet) GoString() string { + return s.String() } -// SetServerName sets the ServerName field's value. -func (s *Endpoint) SetServerName(v string) *Endpoint { - s.ServerName = &v - return s +func newErrorInvalidSubnet(v protocol.ResponseMetadata) error { + return &InvalidSubnet{ + RespMetadata: v, + } } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *Endpoint) SetServiceAccessRoleArn(v string) *Endpoint { - s.ServiceAccessRoleArn = &v - return s +// Code returns the exception type name. +func (s *InvalidSubnet) Code() string { + return "InvalidSubnet" } -// SetSslMode sets the SslMode field's value. -func (s *Endpoint) SetSslMode(v string) *Endpoint { - s.SslMode = &v - return s +// Message returns the exception's message. +func (s *InvalidSubnet) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetStatus sets the Status field's value. -func (s *Endpoint) SetStatus(v string) *Endpoint { - s.Status = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *InvalidSubnet) OrigErr() error { + return nil } -// SetSybaseSettings sets the SybaseSettings field's value. -func (s *Endpoint) SetSybaseSettings(v *SybaseSettings) *Endpoint { - s.SybaseSettings = v - return s +func (s *InvalidSubnet) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetTimestreamSettings sets the TimestreamSettings field's value. -func (s *Endpoint) SetTimestreamSettings(v *TimestreamSettings) *Endpoint { - s.TimestreamSettings = v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *InvalidSubnet) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetUsername sets the Username field's value. -func (s *Endpoint) SetUsername(v string) *Endpoint { - s.Username = &v - return s +// RequestID returns the service's response RequestID for request. +func (s *InvalidSubnet) RequestID() string { + return s.RespMetadata.RequestID } -// Endpoint settings. -type EndpointSetting struct { +// Describes a Fleet Advisor collector inventory. +type InventoryData struct { _ struct{} `type:"structure"` - // The relevance or validity of an endpoint setting for an engine name and its - // endpoint type. - Applicability *string `type:"string"` - - // The default value of the endpoint setting if no value is specified using - // CreateEndpoint or ModifyEndpoint. - DefaultValue *string `type:"string"` - - // Enumerated values to use for this endpoint. - EnumValues []*string `type:"list"` - - // The maximum value of an endpoint setting that is of type int. - IntValueMax *int64 `type:"integer"` - - // The minimum value of an endpoint setting that is of type int. - IntValueMin *int64 `type:"integer"` - - // The name that you want to give the endpoint settings. - Name *string `type:"string"` - - // A value that marks this endpoint setting as sensitive. - Sensitive *bool `type:"boolean"` - - // The type of endpoint. Valid values are source and target. - Type *string `type:"string" enum:"EndpointSettingTypeValue"` + // The number of databases in the Fleet Advisor collector inventory. + NumberOfDatabases *int64 `type:"integer"` - // The unit of measure for this endpoint setting. - Units *string `type:"string"` + // The number of schemas in the Fleet Advisor collector inventory. + NumberOfSchemas *int64 `type:"integer"` } // String returns the string representation. @@ -17336,7 +24283,7 @@ type EndpointSetting struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EndpointSetting) String() string { +func (s InventoryData) String() string { return awsutil.Prettify(s) } @@ -17345,94 +24292,93 @@ func (s EndpointSetting) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EndpointSetting) GoString() string { +func (s InventoryData) GoString() string { return s.String() } -// SetApplicability sets the Applicability field's value. -func (s *EndpointSetting) SetApplicability(v string) *EndpointSetting { - s.Applicability = &v +// SetNumberOfDatabases sets the NumberOfDatabases field's value. +func (s *InventoryData) SetNumberOfDatabases(v int64) *InventoryData { + s.NumberOfDatabases = &v return s } -// SetDefaultValue sets the DefaultValue field's value. -func (s *EndpointSetting) SetDefaultValue(v string) *EndpointSetting { - s.DefaultValue = &v +// SetNumberOfSchemas sets the NumberOfSchemas field's value. +func (s *InventoryData) SetNumberOfSchemas(v int64) *InventoryData { + s.NumberOfSchemas = &v return s } -// SetEnumValues sets the EnumValues field's value. -func (s *EndpointSetting) SetEnumValues(v []*string) *EndpointSetting { - s.EnumValues = v - return s -} +// The ciphertext references a key that doesn't exist or that the DMS account +// doesn't have access to. +type KMSAccessDeniedFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` -// SetIntValueMax sets the IntValueMax field's value. -func (s *EndpointSetting) SetIntValueMax(v int64) *EndpointSetting { - s.IntValueMax = &v - return s + Message_ *string `locationName:"message" type:"string"` } -// SetIntValueMin sets the IntValueMin field's value. -func (s *EndpointSetting) SetIntValueMin(v int64) *EndpointSetting { - s.IntValueMin = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s KMSAccessDeniedFault) String() string { + return awsutil.Prettify(s) } -// SetName sets the Name field's value. -func (s *EndpointSetting) SetName(v string) *EndpointSetting { - s.Name = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s KMSAccessDeniedFault) GoString() string { + return s.String() } -// SetSensitive sets the Sensitive field's value. -func (s *EndpointSetting) SetSensitive(v bool) *EndpointSetting { - s.Sensitive = &v - return s +func newErrorKMSAccessDeniedFault(v protocol.ResponseMetadata) error { + return &KMSAccessDeniedFault{ + RespMetadata: v, + } } -// SetType sets the Type field's value. -func (s *EndpointSetting) SetType(v string) *EndpointSetting { - s.Type = &v - return s +// Code returns the exception type name. +func (s *KMSAccessDeniedFault) Code() string { + return "KMSAccessDeniedFault" } -// SetUnits sets the Units field's value. -func (s *EndpointSetting) SetUnits(v string) *EndpointSetting { - s.Units = &v - return s +// Message returns the exception's message. +func (s *KMSAccessDeniedFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// Provides information about a replication instance version. -type EngineVersion struct { - _ struct{} `type:"structure"` - - // The date when the replication instance will be automatically upgraded. This - // setting only applies if the auto-minor-version setting is enabled. - AutoUpgradeDate *time.Time `type:"timestamp"` - - // The list of valid replication instance versions that you can upgrade to. - AvailableUpgrades []*string `type:"list"` - - // The date when the replication instance version will be deprecated and can - // no longer be requested. - DeprecationDate *time.Time `type:"timestamp"` +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSAccessDeniedFault) OrigErr() error { + return nil +} - // The date when the replication instance will have a version upgrade forced. - ForceUpgradeDate *time.Time `type:"timestamp"` +func (s *KMSAccessDeniedFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} - // The date when the replication instance version became publicly available. - LaunchDate *time.Time `type:"timestamp"` +// Status code returns the HTTP status code for the request's response error. +func (s *KMSAccessDeniedFault) StatusCode() int { + return s.RespMetadata.StatusCode +} - // The lifecycle status of the replication instance version. Valid values are - // DEPRECATED, DEFAULT_VERSION, and ACTIVE. - Lifecycle *string `type:"string"` +// RequestID returns the service's response RequestID for request. +func (s *KMSAccessDeniedFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The release status of the replication instance version. - ReleaseStatus *string `type:"string" enum:"ReleaseStatusValues"` +// The specified KMS key isn't enabled. +type KMSDisabledFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The version number of the replication instance. - Version *string `type:"string"` + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17440,7 +24386,7 @@ type EngineVersion struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EngineVersion) String() string { +func (s KMSDisabledFault) String() string { return awsutil.Prettify(s) } @@ -17449,80 +24395,54 @@ func (s EngineVersion) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EngineVersion) GoString() string { +func (s KMSDisabledFault) GoString() string { return s.String() } -// SetAutoUpgradeDate sets the AutoUpgradeDate field's value. -func (s *EngineVersion) SetAutoUpgradeDate(v time.Time) *EngineVersion { - s.AutoUpgradeDate = &v - return s -} - -// SetAvailableUpgrades sets the AvailableUpgrades field's value. -func (s *EngineVersion) SetAvailableUpgrades(v []*string) *EngineVersion { - s.AvailableUpgrades = v - return s -} - -// SetDeprecationDate sets the DeprecationDate field's value. -func (s *EngineVersion) SetDeprecationDate(v time.Time) *EngineVersion { - s.DeprecationDate = &v - return s -} - -// SetForceUpgradeDate sets the ForceUpgradeDate field's value. -func (s *EngineVersion) SetForceUpgradeDate(v time.Time) *EngineVersion { - s.ForceUpgradeDate = &v - return s -} - -// SetLaunchDate sets the LaunchDate field's value. -func (s *EngineVersion) SetLaunchDate(v time.Time) *EngineVersion { - s.LaunchDate = &v - return s -} - -// SetLifecycle sets the Lifecycle field's value. -func (s *EngineVersion) SetLifecycle(v string) *EngineVersion { - s.Lifecycle = &v - return s +func newErrorKMSDisabledFault(v protocol.ResponseMetadata) error { + return &KMSDisabledFault{ + RespMetadata: v, + } } -// SetReleaseStatus sets the ReleaseStatus field's value. -func (s *EngineVersion) SetReleaseStatus(v string) *EngineVersion { - s.ReleaseStatus = &v - return s +// Code returns the exception type name. +func (s *KMSDisabledFault) Code() string { + return "KMSDisabledFault" } -// SetVersion sets the Version field's value. -func (s *EngineVersion) SetVersion(v string) *EngineVersion { - s.Version = &v - return s +// Message returns the exception's message. +func (s *KMSDisabledFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// Describes an identifiable significant activity that affects a replication -// instance or task. This object can provide the message, the available event -// categories, the date and source of the event, and the DMS resource type. -type Event struct { - _ struct{} `type:"structure"` +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSDisabledFault) OrigErr() error { + return nil +} - // The date of the event. - Date *time.Time `type:"timestamp"` +func (s *KMSDisabledFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} - // The event categories available for the specified source type. - EventCategories []*string `type:"list"` +// Status code returns the HTTP status code for the request's response error. +func (s *KMSDisabledFault) StatusCode() int { + return s.RespMetadata.StatusCode +} - // The event message. - Message *string `type:"string"` +// RequestID returns the service's response RequestID for request. +func (s *KMSDisabledFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The identifier of an event source. - SourceIdentifier *string `type:"string"` +// An Key Management Service (KMS) error is preventing access to KMS. +type KMSFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The type of DMS resource that generates events. - // - // Valid values: replication-instance | endpoint | replication-task - SourceType *string `type:"string" enum:"SourceType"` + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17530,7 +24450,7 @@ type Event struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Event) String() string { +func (s KMSFault) String() string { return awsutil.Prettify(s) } @@ -17539,55 +24459,54 @@ func (s Event) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Event) GoString() string { +func (s KMSFault) GoString() string { return s.String() } -// SetDate sets the Date field's value. -func (s *Event) SetDate(v time.Time) *Event { - s.Date = &v - return s +func newErrorKMSFault(v protocol.ResponseMetadata) error { + return &KMSFault{ + RespMetadata: v, + } } -// SetEventCategories sets the EventCategories field's value. -func (s *Event) SetEventCategories(v []*string) *Event { - s.EventCategories = v - return s +// Code returns the exception type name. +func (s *KMSFault) Code() string { + return "KMSFault" } -// SetMessage sets the Message field's value. -func (s *Event) SetMessage(v string) *Event { - s.Message = &v - return s +// Message returns the exception's message. +func (s *KMSFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetSourceIdentifier sets the SourceIdentifier field's value. -func (s *Event) SetSourceIdentifier(v string) *Event { - s.SourceIdentifier = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSFault) OrigErr() error { + return nil } -// SetSourceType sets the SourceType field's value. -func (s *Event) SetSourceType(v string) *Event { - s.SourceType = &v - return s +func (s *KMSFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// Lists categories of events subscribed to, and generated by, the applicable -// DMS resource type. This data type appears in response to the DescribeEventCategories -// (https://docs.aws.amazon.com/dms/latest/APIReference/API_EventCategoryGroup.html) -// action. -type EventCategoryGroup struct { - _ struct{} `type:"structure"` +// Status code returns the HTTP status code for the request's response error. +func (s *KMSFault) StatusCode() int { + return s.RespMetadata.StatusCode +} - // A list of event categories from a source type that you've chosen. - EventCategories []*string `type:"list"` +// RequestID returns the service's response RequestID for request. +func (s *KMSFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The type of DMS resource that generates events. - // - // Valid values: replication-instance | replication-server | security-group - // | replication-task - SourceType *string `type:"string"` +// The state of the specified KMS resource isn't valid for this request. +type KMSInvalidStateFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17595,7 +24514,7 @@ type EventCategoryGroup struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EventCategoryGroup) String() string { +func (s KMSInvalidStateFault) String() string { return awsutil.Prettify(s) } @@ -17604,66 +24523,54 @@ func (s EventCategoryGroup) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EventCategoryGroup) GoString() string { +func (s KMSInvalidStateFault) GoString() string { return s.String() } -// SetEventCategories sets the EventCategories field's value. -func (s *EventCategoryGroup) SetEventCategories(v []*string) *EventCategoryGroup { - s.EventCategories = v - return s +func newErrorKMSInvalidStateFault(v protocol.ResponseMetadata) error { + return &KMSInvalidStateFault{ + RespMetadata: v, + } } -// SetSourceType sets the SourceType field's value. -func (s *EventCategoryGroup) SetSourceType(v string) *EventCategoryGroup { - s.SourceType = &v - return s +// Code returns the exception type name. +func (s *KMSInvalidStateFault) Code() string { + return "KMSInvalidStateFault" } -// Describes an event notification subscription created by the CreateEventSubscription -// operation. -type EventSubscription struct { - _ struct{} `type:"structure"` - - // The DMS event notification subscription Id. - CustSubscriptionId *string `type:"string"` - - // The Amazon Web Services customer account associated with the DMS event notification - // subscription. - CustomerAwsId *string `type:"string"` - - // Boolean value that indicates if the event subscription is enabled. - Enabled *bool `type:"boolean"` +// Message returns the exception's message. +func (s *KMSInvalidStateFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} - // A lists of event categories. - EventCategoriesList []*string `type:"list"` +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSInvalidStateFault) OrigErr() error { + return nil +} - // The topic ARN of the DMS event notification subscription. - SnsTopicArn *string `type:"string"` +func (s *KMSInvalidStateFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} - // A list of source Ids for the event subscription. - SourceIdsList []*string `type:"list"` +// Status code returns the HTTP status code for the request's response error. +func (s *KMSInvalidStateFault) StatusCode() int { + return s.RespMetadata.StatusCode +} - // The type of DMS resource that generates events. - // - // Valid values: replication-instance | replication-server | security-group - // | replication-task - SourceType *string `type:"string"` +// RequestID returns the service's response RequestID for request. +func (s *KMSInvalidStateFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The status of the DMS event notification subscription. - // - // Constraints: - // - // Can be one of the following: creating | modifying | deleting | active | no-permission - // | topic-not-exist - // - // The status "no-permission" indicates that DMS no longer has permission to - // post to the SNS topic. The status "topic-not-exist" indicates that the topic - // was deleted after the subscription was created. - Status *string `type:"string"` +// DMS cannot access the KMS key. +type KMSKeyNotAccessibleFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The time the DMS event notification subscription was created. - SubscriptionCreationTime *string `type:"string"` + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17671,7 +24578,7 @@ type EventSubscription struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EventSubscription) String() string { +func (s KMSKeyNotAccessibleFault) String() string { return awsutil.Prettify(s) } @@ -17680,81 +24587,54 @@ func (s EventSubscription) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s EventSubscription) GoString() string { +func (s KMSKeyNotAccessibleFault) GoString() string { return s.String() } -// SetCustSubscriptionId sets the CustSubscriptionId field's value. -func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription { - s.CustSubscriptionId = &v - return s -} - -// SetCustomerAwsId sets the CustomerAwsId field's value. -func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription { - s.CustomerAwsId = &v - return s -} - -// SetEnabled sets the Enabled field's value. -func (s *EventSubscription) SetEnabled(v bool) *EventSubscription { - s.Enabled = &v - return s +func newErrorKMSKeyNotAccessibleFault(v protocol.ResponseMetadata) error { + return &KMSKeyNotAccessibleFault{ + RespMetadata: v, + } } -// SetEventCategoriesList sets the EventCategoriesList field's value. -func (s *EventSubscription) SetEventCategoriesList(v []*string) *EventSubscription { - s.EventCategoriesList = v - return s +// Code returns the exception type name. +func (s *KMSKeyNotAccessibleFault) Code() string { + return "KMSKeyNotAccessibleFault" } -// SetSnsTopicArn sets the SnsTopicArn field's value. -func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription { - s.SnsTopicArn = &v - return s +// Message returns the exception's message. +func (s *KMSKeyNotAccessibleFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetSourceIdsList sets the SourceIdsList field's value. -func (s *EventSubscription) SetSourceIdsList(v []*string) *EventSubscription { - s.SourceIdsList = v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSKeyNotAccessibleFault) OrigErr() error { + return nil } -// SetSourceType sets the SourceType field's value. -func (s *EventSubscription) SetSourceType(v string) *EventSubscription { - s.SourceType = &v - return s +func (s *KMSKeyNotAccessibleFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetStatus sets the Status field's value. -func (s *EventSubscription) SetStatus(v string) *EventSubscription { - s.Status = &v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *KMSKeyNotAccessibleFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetSubscriptionCreationTime sets the SubscriptionCreationTime field's value. -func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription { - s.SubscriptionCreationTime = &v - return s +// RequestID returns the service's response RequestID for request. +func (s *KMSKeyNotAccessibleFault) RequestID() string { + return s.RespMetadata.RequestID } -// Identifies the name and value of a filter object. This filter is used to -// limit the number and type of DMS objects that are returned for a particular -// Describe* call or similar operation. Filters are used as an optional parameter -// for certain API operations. -type Filter struct { - _ struct{} `type:"structure"` - - // The name of the filter as specified for a Describe* or similar operation. - // - // Name is a required field - Name *string `type:"string" required:"true"` +// The specified KMS entity or resource can't be found. +type KMSNotFoundFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The filter value, which can specify one or more values used to narrow the - // returned results. - // - // Values is a required field - Values []*string `type:"list" required:"true"` + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17762,7 +24642,7 @@ type Filter struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Filter) String() string { +func (s KMSNotFoundFault) String() string { return awsutil.Prettify(s) } @@ -17771,48 +24651,54 @@ func (s Filter) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Filter) GoString() string { +func (s KMSNotFoundFault) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *Filter) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "Filter"} - if s.Name == nil { - invalidParams.Add(request.NewErrParamRequired("Name")) - } - if s.Values == nil { - invalidParams.Add(request.NewErrParamRequired("Values")) +func newErrorKMSNotFoundFault(v protocol.ResponseMetadata) error { + return &KMSNotFoundFault{ + RespMetadata: v, } +} - if invalidParams.Len() > 0 { - return invalidParams +// Code returns the exception type name. +func (s *KMSNotFoundFault) Code() string { + return "KMSNotFoundFault" +} + +// Message returns the exception's message. +func (s *KMSNotFoundFault) Message() string { + if s.Message_ != nil { + return *s.Message_ } + return "" +} + +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSNotFoundFault) OrigErr() error { return nil } -// SetName sets the Name field's value. -func (s *Filter) SetName(v string) *Filter { - s.Name = &v - return s +func (s *KMSNotFoundFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetValues sets the Values field's value. -func (s *Filter) SetValues(v []*string) *Filter { - s.Values = v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *KMSNotFoundFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor -// collector. -type FleetAdvisorLsaAnalysisResponse struct { - _ struct{} `type:"structure"` +// RequestID returns the service's response RequestID for request. +func (s *KMSNotFoundFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The ID of an LSA analysis run by a Fleet Advisor collector. - LsaAnalysisId *string `type:"string"` +// This request triggered KMS request throttling. +type KMSThrottlingFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The status of an LSA analysis run by a Fleet Advisor collector. - Status *string `type:"string"` + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -17820,7 +24706,7 @@ type FleetAdvisorLsaAnalysisResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s FleetAdvisorLsaAnalysisResponse) String() string { +func (s KMSThrottlingFault) String() string { return awsutil.Prettify(s) } @@ -17829,51 +24715,160 @@ func (s FleetAdvisorLsaAnalysisResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s FleetAdvisorLsaAnalysisResponse) GoString() string { +func (s KMSThrottlingFault) GoString() string { return s.String() } -// SetLsaAnalysisId sets the LsaAnalysisId field's value. -func (s *FleetAdvisorLsaAnalysisResponse) SetLsaAnalysisId(v string) *FleetAdvisorLsaAnalysisResponse { - s.LsaAnalysisId = &v - return s +func newErrorKMSThrottlingFault(v protocol.ResponseMetadata) error { + return &KMSThrottlingFault{ + RespMetadata: v, + } } -// SetStatus sets the Status field's value. -func (s *FleetAdvisorLsaAnalysisResponse) SetStatus(v string) *FleetAdvisorLsaAnalysisResponse { - s.Status = &v - return s +// Code returns the exception type name. +func (s *KMSThrottlingFault) Code() string { + return "KMSThrottlingFault" } -// Describes a schema object in a Fleet Advisor collector inventory. -type FleetAdvisorSchemaObjectResponse struct { +// Message returns the exception's message. +func (s *KMSThrottlingFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} + +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *KMSThrottlingFault) OrigErr() error { + return nil +} + +func (s *KMSThrottlingFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} + +// Status code returns the HTTP status code for the request's response error. +func (s *KMSThrottlingFault) StatusCode() int { + return s.RespMetadata.StatusCode +} + +// RequestID returns the service's response RequestID for request. +func (s *KMSThrottlingFault) RequestID() string { + return s.RespMetadata.RequestID +} + +// Provides information that describes an Apache Kafka endpoint. This information +// includes the output format of records applied to the endpoint and details +// of transaction and control table data information. +type KafkaSettings struct { _ struct{} `type:"structure"` - // The number of lines of code in a schema object in a Fleet Advisor collector - // inventory. - CodeLineCount *int64 `type:"long"` + // A comma-separated list of one or more broker locations in your Kafka cluster + // that host your Kafka instance. Specify each broker location in the form broker-hostname-or-ip:port + // . For example, "ec2-12-345-678-901.compute-1.amazonaws.com:2345". For more + // information and examples of specifying a list of broker locations, see Using + // Apache Kafka as a target for Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html) + // in the Database Migration Service User Guide. + Broker *string `type:"string"` - // The size level of the code in a schema object in a Fleet Advisor collector - // inventory. - CodeSize *int64 `type:"long"` + // Shows detailed control information for table definition, column definition, + // and table and column changes in the Kafka message output. The default is + // false. + IncludeControlDetails *bool `type:"boolean"` - // The number of objects in a schema object in a Fleet Advisor collector inventory. - NumberOfObjects *int64 `type:"long"` + // Include NULL and empty columns for records migrated to the endpoint. The + // default is false. + IncludeNullAndEmpty *bool `type:"boolean"` - // The type of the schema object, as reported by the database engine. Examples - // include the following: - // - // * function - // - // * trigger + // Shows the partition value within the Kafka message output unless the partition + // type is schema-table-type. The default is false. + IncludePartitionValue *bool `type:"boolean"` + + // Includes any data definition language (DDL) operations that change the table + // in the control data, such as rename-table, drop-table, add-column, drop-column, + // and rename-column. The default is false. + IncludeTableAlterOperations *bool `type:"boolean"` + + // Provides detailed transaction information from the source database. This + // information includes a commit timestamp, a log position, and values for transaction_id, + // previous transaction_id, and transaction_record_id (the record offset within + // a transaction). The default is false. + IncludeTransactionDetails *bool `type:"boolean"` + + // The output format for the records created on the endpoint. The message format + // is JSON (default) or JSON_UNFORMATTED (a single line with no tab). + MessageFormat *string `type:"string" enum:"MessageFormatValue"` + + // The maximum size in bytes for records created on the endpoint The default + // is 1,000,000. + MessageMaxBytes *int64 `type:"integer"` + + // Set this optional parameter to true to avoid adding a '0x' prefix to raw + // data in hexadecimal format. For example, by default, DMS adds a '0x' prefix + // to the LOB column type in hexadecimal format moving from an Oracle source + // to a Kafka target. Use the NoHexPrefix endpoint setting to enable migration + // of RAW data type columns without adding the '0x' prefix. + NoHexPrefix *bool `type:"boolean"` + + // Prefixes schema and table names to partition values, when the partition type + // is primary-key-type. Doing this increases data distribution among Kafka partitions. + // For example, suppose that a SysBench schema has thousands of tables and each + // table has only limited range for a primary key. In this case, the same primary + // key is sent from thousands of tables to the same partition, which causes + // throttling. The default is false. + PartitionIncludeSchemaTable *bool `type:"boolean"` + + // For SASL/SSL authentication, DMS supports the SCRAM-SHA-512 mechanism by + // default. DMS versions 3.5.0 and later also support the PLAIN mechanism. To + // use the PLAIN mechanism, set this parameter to PLAIN. + SaslMechanism *string `type:"string" enum:"KafkaSaslMechanism"` + + // The secure password you created when you first set up your MSK cluster to + // validate a client identity and make an encrypted connection between server + // and client using SASL-SSL authentication. // - // * SYSTEM_TABLE + // SaslPassword is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by KafkaSettings's + // String and GoString methods. + SaslPassword *string `type:"string" sensitive:"true"` + + // The secure user name you created when you first set up your MSK cluster to + // validate a client identity and make an encrypted connection between server + // and client using SASL-SSL authentication. + SaslUsername *string `type:"string"` + + // Set secure connection to a Kafka target endpoint using Transport Layer Security + // (TLS). Options include ssl-encryption, ssl-authentication, and sasl-ssl. + // sasl-ssl requires SaslUsername and SaslPassword. + SecurityProtocol *string `type:"string" enum:"KafkaSecurityProtocol"` + + // The Amazon Resource Name (ARN) for the private certificate authority (CA) + // cert that DMS uses to securely connect to your Kafka target endpoint. + SslCaCertificateArn *string `type:"string"` + + // The Amazon Resource Name (ARN) of the client certificate used to securely + // connect to a Kafka target endpoint. + SslClientCertificateArn *string `type:"string"` + + // The Amazon Resource Name (ARN) for the client private key used to securely + // connect to a Kafka target endpoint. + SslClientKeyArn *string `type:"string"` + + // The password for the client private key used to securely connect to a Kafka + // target endpoint. // - // * QUEUE - ObjectType *string `type:"string"` + // SslClientKeyPassword is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by KafkaSettings's + // String and GoString methods. + SslClientKeyPassword *string `type:"string" sensitive:"true"` - // The ID of a schema object in a Fleet Advisor collector inventory. - SchemaId *string `type:"string"` + // Sets hostname verification for the certificate. This setting is supported + // in DMS version 3.5.1 and later. + SslEndpointIdentificationAlgorithm *string `type:"string" enum:"KafkaSslEndpointIdentificationAlgorithm"` + + // The topic to which you migrate the data. If you don't specify a topic, DMS + // specifies "kafka-default-topic" as the migration topic. + Topic *string `type:"string"` } // String returns the string representation. @@ -17881,7 +24876,7 @@ type FleetAdvisorSchemaObjectResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s FleetAdvisorSchemaObjectResponse) String() string { +func (s KafkaSettings) String() string { return awsutil.Prettify(s) } @@ -17890,137 +24885,185 @@ func (s FleetAdvisorSchemaObjectResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s FleetAdvisorSchemaObjectResponse) GoString() string { +func (s KafkaSettings) GoString() string { return s.String() } -// SetCodeLineCount sets the CodeLineCount field's value. -func (s *FleetAdvisorSchemaObjectResponse) SetCodeLineCount(v int64) *FleetAdvisorSchemaObjectResponse { - s.CodeLineCount = &v +// SetBroker sets the Broker field's value. +func (s *KafkaSettings) SetBroker(v string) *KafkaSettings { + s.Broker = &v return s } -// SetCodeSize sets the CodeSize field's value. -func (s *FleetAdvisorSchemaObjectResponse) SetCodeSize(v int64) *FleetAdvisorSchemaObjectResponse { - s.CodeSize = &v +// SetIncludeControlDetails sets the IncludeControlDetails field's value. +func (s *KafkaSettings) SetIncludeControlDetails(v bool) *KafkaSettings { + s.IncludeControlDetails = &v return s } -// SetNumberOfObjects sets the NumberOfObjects field's value. -func (s *FleetAdvisorSchemaObjectResponse) SetNumberOfObjects(v int64) *FleetAdvisorSchemaObjectResponse { - s.NumberOfObjects = &v +// SetIncludeNullAndEmpty sets the IncludeNullAndEmpty field's value. +func (s *KafkaSettings) SetIncludeNullAndEmpty(v bool) *KafkaSettings { + s.IncludeNullAndEmpty = &v return s } -// SetObjectType sets the ObjectType field's value. -func (s *FleetAdvisorSchemaObjectResponse) SetObjectType(v string) *FleetAdvisorSchemaObjectResponse { - s.ObjectType = &v +// SetIncludePartitionValue sets the IncludePartitionValue field's value. +func (s *KafkaSettings) SetIncludePartitionValue(v bool) *KafkaSettings { + s.IncludePartitionValue = &v return s } -// SetSchemaId sets the SchemaId field's value. -func (s *FleetAdvisorSchemaObjectResponse) SetSchemaId(v string) *FleetAdvisorSchemaObjectResponse { - s.SchemaId = &v +// SetIncludeTableAlterOperations sets the IncludeTableAlterOperations field's value. +func (s *KafkaSettings) SetIncludeTableAlterOperations(v bool) *KafkaSettings { + s.IncludeTableAlterOperations = &v return s } -// Settings in JSON format for the source GCP MySQL endpoint. -type GcpMySQLSettings struct { - _ struct{} `type:"structure"` +// SetIncludeTransactionDetails sets the IncludeTransactionDetails field's value. +func (s *KafkaSettings) SetIncludeTransactionDetails(v bool) *KafkaSettings { + s.IncludeTransactionDetails = &v + return s +} - // Specifies a script to run immediately after DMS connects to the endpoint. - // The migration task continues running regardless if the SQL statement succeeds - // or fails. - // - // For this parameter, provide the code of the script itself, not the name of - // a file containing the script. - AfterConnectScript *string `type:"string"` +// SetMessageFormat sets the MessageFormat field's value. +func (s *KafkaSettings) SetMessageFormat(v string) *KafkaSettings { + s.MessageFormat = &v + return s +} - // 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. - CleanSourceMetadataOnMismatch *bool `type:"boolean"` +// SetMessageMaxBytes sets the MessageMaxBytes field's value. +func (s *KafkaSettings) SetMessageMaxBytes(v int64) *KafkaSettings { + s.MessageMaxBytes = &v + return s +} - // Database name for the endpoint. For a MySQL source or target endpoint, don't - // explicitly specify the database using the DatabaseName request parameter - // on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName - // when you create or modify a MySQL endpoint replicates all the task tables - // to this single database. For MySQL endpoints, you specify the database only - // when you specify the schema in the table-mapping rules of the DMS task. - DatabaseName *string `type:"string"` +// SetNoHexPrefix sets the NoHexPrefix field's value. +func (s *KafkaSettings) SetNoHexPrefix(v bool) *KafkaSettings { + s.NoHexPrefix = &v + return s +} - // Specifies how often to check the binary log for new changes/events when the - // database is idle. The default is five seconds. - // - // Example: eventsPollInterval=5; - // - // In the example, DMS checks for changes in the binary logs every five seconds. - EventsPollInterval *int64 `type:"integer"` +// SetPartitionIncludeSchemaTable sets the PartitionIncludeSchemaTable field's value. +func (s *KafkaSettings) SetPartitionIncludeSchemaTable(v bool) *KafkaSettings { + s.PartitionIncludeSchemaTable = &v + return s +} - // Specifies the maximum size (in KB) of any .csv file used to transfer data - // to a MySQL-compatible database. - // - // Example: maxFileSize=512 - MaxFileSize *int64 `type:"integer"` +// SetSaslMechanism sets the SaslMechanism field's value. +func (s *KafkaSettings) SetSaslMechanism(v string) *KafkaSettings { + s.SaslMechanism = &v + return s +} - // 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. - // - // Example: parallelLoadThreads=1 - ParallelLoadThreads *int64 `type:"integer"` +// SetSaslPassword sets the SaslPassword field's value. +func (s *KafkaSettings) SetSaslPassword(v string) *KafkaSettings { + s.SaslPassword = &v + return s +} - // Endpoint connection password. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by GcpMySQLSettings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` +// SetSaslUsername sets the SaslUsername field's value. +func (s *KafkaSettings) SetSaslUsername(v string) *KafkaSettings { + s.SaslUsername = &v + return s +} - // Endpoint TCP port. - Port *int64 `type:"integer"` +// SetSecurityProtocol sets the SecurityProtocol field's value. +func (s *KafkaSettings) SetSecurityProtocol(v string) *KafkaSettings { + s.SecurityProtocol = &v + return s +} - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the MySQL endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` +// SetSslCaCertificateArn sets the SslCaCertificateArn field's value. +func (s *KafkaSettings) SetSslCaCertificateArn(v string) *KafkaSettings { + s.SslCaCertificateArn = &v + return s +} - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the MySQL endpoint connection details. - SecretsManagerSecretId *string `type:"string"` +// SetSslClientCertificateArn sets the SslClientCertificateArn field's value. +func (s *KafkaSettings) SetSslClientCertificateArn(v string) *KafkaSettings { + s.SslClientCertificateArn = &v + return s +} - // The MySQL host name. - ServerName *string `type:"string"` +// SetSslClientKeyArn sets the SslClientKeyArn field's value. +func (s *KafkaSettings) SetSslClientKeyArn(v string) *KafkaSettings { + s.SslClientKeyArn = &v + return s +} - // Specifies the time zone for the source MySQL database. - // - // Example: serverTimezone=US/Pacific; - // - // Note: Do not enclose time zones in single quotes. - ServerTimezone *string `type:"string"` +// SetSslClientKeyPassword sets the SslClientKeyPassword field's value. +func (s *KafkaSettings) SetSslClientKeyPassword(v string) *KafkaSettings { + s.SslClientKeyPassword = &v + return s +} + +// SetSslEndpointIdentificationAlgorithm sets the SslEndpointIdentificationAlgorithm field's value. +func (s *KafkaSettings) SetSslEndpointIdentificationAlgorithm(v string) *KafkaSettings { + s.SslEndpointIdentificationAlgorithm = &v + return s +} + +// SetTopic sets the Topic field's value. +func (s *KafkaSettings) SetTopic(v string) *KafkaSettings { + s.Topic = &v + return s +} + +// Provides information that describes an Amazon Kinesis Data Stream endpoint. +// This information includes the output format of records applied to the endpoint +// and details of transaction and control table data information. +type KinesisSettings struct { + _ struct{} `type:"structure"` + + // Shows detailed control information for table definition, column definition, + // and table and column changes in the Kinesis message output. The default is + // false. + IncludeControlDetails *bool `type:"boolean"` + + // Include NULL and empty columns for records migrated to the endpoint. The + // default is false. + IncludeNullAndEmpty *bool `type:"boolean"` + + // Shows the partition value within the Kinesis message output, unless the partition + // type is schema-table-type. The default is false. + IncludePartitionValue *bool `type:"boolean"` + + // Includes any data definition language (DDL) operations that change the table + // in the control data, such as rename-table, drop-table, add-column, drop-column, + // and rename-column. The default is false. + IncludeTableAlterOperations *bool `type:"boolean"` + + // Provides detailed transaction information from the source database. This + // information includes a commit timestamp, a log position, and values for transaction_id, + // previous transaction_id, and transaction_record_id (the record offset within + // a transaction). The default is false. + IncludeTransactionDetails *bool `type:"boolean"` + + // The output format for the records created on the endpoint. The message format + // is JSON (default) or JSON_UNFORMATTED (a single line with no tab). + MessageFormat *string `type:"string" enum:"MessageFormatValue"` + + // Set this optional parameter to true to avoid adding a '0x' prefix to raw + // data in hexadecimal format. For example, by default, DMS adds a '0x' prefix + // to the LOB column type in hexadecimal format moving from an Oracle source + // to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable + // migration of RAW data type columns without adding the '0x' prefix. + NoHexPrefix *bool `type:"boolean"` + + // Prefixes schema and table names to partition values, when the partition type + // is primary-key-type. Doing this increases data distribution among Kinesis + // shards. For example, suppose that a SysBench schema has thousands of tables + // and each table has only limited range for a primary key. In this case, the + // same primary key is sent from thousands of tables to the same shard, which + // causes throttling. The default is false. + PartitionIncludeSchemaTable *bool `type:"boolean"` - // Specifies where to migrate source tables on the target, either to a single - // database or multiple databases. - // - // Example: targetDbType=MULTIPLE_DATABASES - TargetDbType *string `type:"string" enum:"TargetDbType"` + // The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to + // the Kinesis data stream. The role must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` - // Endpoint connection user name. - Username *string `type:"string"` + // The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint. + StreamArn *string `type:"string"` } // String returns the string representation. @@ -18028,7 +25071,7 @@ type GcpMySQLSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s GcpMySQLSettings) String() string { +func (s KinesisSettings) String() string { return awsutil.Prettify(s) } @@ -18037,146 +25080,106 @@ func (s GcpMySQLSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s GcpMySQLSettings) GoString() string { +func (s KinesisSettings) GoString() string { return s.String() } -// SetAfterConnectScript sets the AfterConnectScript field's value. -func (s *GcpMySQLSettings) SetAfterConnectScript(v string) *GcpMySQLSettings { - s.AfterConnectScript = &v - return s -} - -// SetCleanSourceMetadataOnMismatch sets the CleanSourceMetadataOnMismatch field's value. -func (s *GcpMySQLSettings) SetCleanSourceMetadataOnMismatch(v bool) *GcpMySQLSettings { - s.CleanSourceMetadataOnMismatch = &v - return s -} - -// SetDatabaseName sets the DatabaseName field's value. -func (s *GcpMySQLSettings) SetDatabaseName(v string) *GcpMySQLSettings { - s.DatabaseName = &v - return s -} - -// SetEventsPollInterval sets the EventsPollInterval field's value. -func (s *GcpMySQLSettings) SetEventsPollInterval(v int64) *GcpMySQLSettings { - s.EventsPollInterval = &v - return s -} - -// SetMaxFileSize sets the MaxFileSize field's value. -func (s *GcpMySQLSettings) SetMaxFileSize(v int64) *GcpMySQLSettings { - s.MaxFileSize = &v +// SetIncludeControlDetails sets the IncludeControlDetails field's value. +func (s *KinesisSettings) SetIncludeControlDetails(v bool) *KinesisSettings { + s.IncludeControlDetails = &v return s } -// SetParallelLoadThreads sets the ParallelLoadThreads field's value. -func (s *GcpMySQLSettings) SetParallelLoadThreads(v int64) *GcpMySQLSettings { - s.ParallelLoadThreads = &v +// SetIncludeNullAndEmpty sets the IncludeNullAndEmpty field's value. +func (s *KinesisSettings) SetIncludeNullAndEmpty(v bool) *KinesisSettings { + s.IncludeNullAndEmpty = &v return s } -// SetPassword sets the Password field's value. -func (s *GcpMySQLSettings) SetPassword(v string) *GcpMySQLSettings { - s.Password = &v +// SetIncludePartitionValue sets the IncludePartitionValue field's value. +func (s *KinesisSettings) SetIncludePartitionValue(v bool) *KinesisSettings { + s.IncludePartitionValue = &v return s } -// SetPort sets the Port field's value. -func (s *GcpMySQLSettings) SetPort(v int64) *GcpMySQLSettings { - s.Port = &v +// SetIncludeTableAlterOperations sets the IncludeTableAlterOperations field's value. +func (s *KinesisSettings) SetIncludeTableAlterOperations(v bool) *KinesisSettings { + s.IncludeTableAlterOperations = &v return s } -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *GcpMySQLSettings) SetSecretsManagerAccessRoleArn(v string) *GcpMySQLSettings { - s.SecretsManagerAccessRoleArn = &v +// SetIncludeTransactionDetails sets the IncludeTransactionDetails field's value. +func (s *KinesisSettings) SetIncludeTransactionDetails(v bool) *KinesisSettings { + s.IncludeTransactionDetails = &v return s } -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *GcpMySQLSettings) SetSecretsManagerSecretId(v string) *GcpMySQLSettings { - s.SecretsManagerSecretId = &v +// SetMessageFormat sets the MessageFormat field's value. +func (s *KinesisSettings) SetMessageFormat(v string) *KinesisSettings { + s.MessageFormat = &v return s } -// SetServerName sets the ServerName field's value. -func (s *GcpMySQLSettings) SetServerName(v string) *GcpMySQLSettings { - s.ServerName = &v +// SetNoHexPrefix sets the NoHexPrefix field's value. +func (s *KinesisSettings) SetNoHexPrefix(v bool) *KinesisSettings { + s.NoHexPrefix = &v return s } -// SetServerTimezone sets the ServerTimezone field's value. -func (s *GcpMySQLSettings) SetServerTimezone(v string) *GcpMySQLSettings { - s.ServerTimezone = &v +// SetPartitionIncludeSchemaTable sets the PartitionIncludeSchemaTable field's value. +func (s *KinesisSettings) SetPartitionIncludeSchemaTable(v bool) *KinesisSettings { + s.PartitionIncludeSchemaTable = &v return s } -// SetTargetDbType sets the TargetDbType field's value. -func (s *GcpMySQLSettings) SetTargetDbType(v string) *GcpMySQLSettings { - s.TargetDbType = &v +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *KinesisSettings) SetServiceAccessRoleArn(v string) *KinesisSettings { + s.ServiceAccessRoleArn = &v return s } -// SetUsername sets the Username field's value. -func (s *GcpMySQLSettings) SetUsername(v string) *GcpMySQLSettings { - s.Username = &v +// SetStreamArn sets the StreamArn field's value. +func (s *KinesisSettings) SetStreamArn(v string) *KinesisSettings { + s.StreamArn = &v return s } -// Provides information that defines an IBM Db2 LUW endpoint. -type IBMDb2Settings struct { +// Provides information about the limitations of target Amazon Web Services +// engines. +// +// Your source database might include features that the target Amazon Web Services +// engine doesn't support. Fleet Advisor lists these features as limitations. +// You should consider these limitations during database migration. For each +// limitation, Fleet Advisor recommends an action that you can take to address +// or avoid this limitation. +type Limitation struct { _ struct{} `type:"structure"` - // For ongoing replication (CDC), use CurrentLSN to specify a log sequence number - // (LSN) where you want the replication to start. - CurrentLsn *string `type:"string"` - - // Database name for the endpoint. - DatabaseName *string `type:"string"` - - // Maximum number of bytes per read, as a NUMBER value. The default is 64 KB. - MaxKBytesPerRead *int64 `type:"integer"` - - // Endpoint connection password. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by IBMDb2Settings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` - - // Endpoint TCP port. The default value is 50000. - Port *int64 `type:"integer"` + // The identifier of the source database. + DatabaseId *string `type:"string"` - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the Db2 LUW endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` + // A description of the limitation. Provides additional information about the + // limitation, and includes recommended actions that you can take to address + // or avoid this limitation. + Description *string `type:"string"` - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the Db2 LUW endpoint connection details. - SecretsManagerSecretId *string `type:"string"` + // The name of the target engine that Fleet Advisor should use in the target + // engine recommendation. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", + // "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql". + EngineName *string `type:"string"` - // Fully qualified domain name of the endpoint. - ServerName *string `type:"string"` + // The impact of the limitation. You can use this parameter to prioritize limitations + // that you want to address. Valid values include "Blocker", "High", "Medium", + // and "Low". + Impact *string `type:"string"` - // Enables ongoing replication (CDC) as a BOOLEAN value. The default is true. - SetDataCaptureChanges *bool `type:"boolean"` + // The name of the limitation. Describes unsupported database features, migration + // action items, and other limitations. + Name *string `type:"string"` - // Endpoint connection user name. - Username *string `type:"string"` + // The type of the limitation, such as action required, upgrade required, and + // limited feature. + Type *string `type:"string"` } // String returns the string representation. @@ -18184,7 +25187,7 @@ type IBMDb2Settings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s IBMDb2Settings) String() string { +func (s Limitation) String() string { return awsutil.Prettify(s) } @@ -18193,97 +25196,59 @@ func (s IBMDb2Settings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s IBMDb2Settings) GoString() string { +func (s Limitation) GoString() string { return s.String() } -// SetCurrentLsn sets the CurrentLsn field's value. -func (s *IBMDb2Settings) SetCurrentLsn(v string) *IBMDb2Settings { - s.CurrentLsn = &v - return s -} - -// SetDatabaseName sets the DatabaseName field's value. -func (s *IBMDb2Settings) SetDatabaseName(v string) *IBMDb2Settings { - s.DatabaseName = &v - return s -} - -// SetMaxKBytesPerRead sets the MaxKBytesPerRead field's value. -func (s *IBMDb2Settings) SetMaxKBytesPerRead(v int64) *IBMDb2Settings { - s.MaxKBytesPerRead = &v - return s -} - -// SetPassword sets the Password field's value. -func (s *IBMDb2Settings) SetPassword(v string) *IBMDb2Settings { - s.Password = &v - return s -} - -// SetPort sets the Port field's value. -func (s *IBMDb2Settings) SetPort(v int64) *IBMDb2Settings { - s.Port = &v - return s -} - -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *IBMDb2Settings) SetSecretsManagerAccessRoleArn(v string) *IBMDb2Settings { - s.SecretsManagerAccessRoleArn = &v +// SetDatabaseId sets the DatabaseId field's value. +func (s *Limitation) SetDatabaseId(v string) *Limitation { + s.DatabaseId = &v return s } -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *IBMDb2Settings) SetSecretsManagerSecretId(v string) *IBMDb2Settings { - s.SecretsManagerSecretId = &v +// SetDescription sets the Description field's value. +func (s *Limitation) SetDescription(v string) *Limitation { + s.Description = &v return s } -// SetServerName sets the ServerName field's value. -func (s *IBMDb2Settings) SetServerName(v string) *IBMDb2Settings { - s.ServerName = &v +// SetEngineName sets the EngineName field's value. +func (s *Limitation) SetEngineName(v string) *Limitation { + s.EngineName = &v return s } -// SetSetDataCaptureChanges sets the SetDataCaptureChanges field's value. -func (s *IBMDb2Settings) SetSetDataCaptureChanges(v bool) *IBMDb2Settings { - s.SetDataCaptureChanges = &v +// SetImpact sets the Impact field's value. +func (s *Limitation) SetImpact(v string) *Limitation { + s.Impact = &v return s } -// SetUsername sets the Username field's value. -func (s *IBMDb2Settings) SetUsername(v string) *IBMDb2Settings { - s.Username = &v +// SetName sets the Name field's value. +func (s *Limitation) SetName(v string) *Limitation { + s.Name = &v return s } -type ImportCertificateInput struct { - _ struct{} `type:"structure"` - - // A customer-assigned name for the certificate. 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. - // - // CertificateIdentifier is a required field - CertificateIdentifier *string `type:"string" required:"true"` - - // The contents of a .pem file, which contains an X.509 certificate. - // - // CertificatePem is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by ImportCertificateInput's - // String and GoString methods. - CertificatePem *string `type:"string" sensitive:"true"` +// SetType sets the Type field's value. +func (s *Limitation) SetType(v string) *Limitation { + s.Type = &v + return s +} - // The location of an imported Oracle Wallet certificate for use with SSL. Provide - // the name of a .sso file using the fileb:// prefix. You can't provide the - // certificate inline. - // - // Example: filebase64("${path.root}/rds-ca-2019-root.sso") - // CertificateWallet is automatically base64 encoded/decoded by the SDK. - CertificateWallet []byte `type:"blob"` +type ListTagsForResourceInput struct { + _ struct{} `type:"structure"` - // The tags associated with the certificate. - Tags []*Tag `type:"list"` + // The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource + // to list tags for. This returns a list of keys (names of tags) created for + // the resource and their associated tag values. + ResourceArn *string `type:"string"` + + // List of ARNs that identify multiple DMS resources that you want to list tags + // for. This returns a list of keys (tag names) and their associated tag values. + // It also returns each tag's associated ResourceArn value, which is the ARN + // of the resource for which each listed tag is created. + ResourceArnList []*string `type:"list"` } // String returns the string representation. @@ -18291,7 +25256,7 @@ type ImportCertificateInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ImportCertificateInput) String() string { +func (s ListTagsForResourceInput) String() string { return awsutil.Prettify(s) } @@ -18300,52 +25265,27 @@ func (s ImportCertificateInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ImportCertificateInput) GoString() string { +func (s ListTagsForResourceInput) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ImportCertificateInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ImportCertificateInput"} - if s.CertificateIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("CertificateIdentifier")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} - -// SetCertificateIdentifier sets the CertificateIdentifier field's value. -func (s *ImportCertificateInput) SetCertificateIdentifier(v string) *ImportCertificateInput { - s.CertificateIdentifier = &v - return s -} - -// SetCertificatePem sets the CertificatePem field's value. -func (s *ImportCertificateInput) SetCertificatePem(v string) *ImportCertificateInput { - s.CertificatePem = &v - return s -} - -// SetCertificateWallet sets the CertificateWallet field's value. -func (s *ImportCertificateInput) SetCertificateWallet(v []byte) *ImportCertificateInput { - s.CertificateWallet = v +// SetResourceArn sets the ResourceArn field's value. +func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput { + s.ResourceArn = &v return s } -// SetTags sets the Tags field's value. -func (s *ImportCertificateInput) SetTags(v []*Tag) *ImportCertificateInput { - s.Tags = v +// SetResourceArnList sets the ResourceArnList field's value. +func (s *ListTagsForResourceInput) SetResourceArnList(v []*string) *ListTagsForResourceInput { + s.ResourceArnList = v return s } -type ImportCertificateOutput struct { +type ListTagsForResourceOutput struct { _ struct{} `type:"structure"` - // The certificate to be uploaded. - Certificate *Certificate `type:"structure"` + // A list of tags for the resource. + TagList []*Tag `type:"list"` } // String returns the string representation. @@ -18353,7 +25293,7 @@ type ImportCertificateOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ImportCertificateOutput) String() string { +func (s ListTagsForResourceOutput) String() string { return awsutil.Prettify(s) } @@ -18362,22 +25302,119 @@ func (s ImportCertificateOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ImportCertificateOutput) GoString() string { +func (s ListTagsForResourceOutput) GoString() string { return s.String() } -// SetCertificate sets the Certificate field's value. -func (s *ImportCertificateOutput) SetCertificate(v *Certificate) *ImportCertificateOutput { - s.Certificate = v +// SetTagList sets the TagList field's value. +func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput { + s.TagList = v return s } -// There are not enough resources allocated to the database migration. -type InsufficientResourceCapacityFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +// Provides information that defines a Microsoft SQL Server endpoint. +type MicrosoftSQLServerSettings struct { + _ struct{} `type:"structure"` - Message_ *string `locationName:"message" type:"string"` + // The maximum size of the packets (in bytes) used to transfer data using BCP. + BcpPacketSize *int64 `type:"integer"` + + // Specifies a file group for the DMS internal tables. When the replication + // task starts, all the internal DMS control tables (awsdms_ apply_exception, + // awsdms_apply, awsdms_changes) are created for the specified file group. + ControlTablesFileGroup *string `type:"string"` + + // Database name for the endpoint. + DatabaseName *string `type:"string"` + + // Forces LOB lookup on inline LOB. + ForceLobLookup *bool `type:"boolean"` + + // Endpoint connection password. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by MicrosoftSQLServerSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // Endpoint TCP port. + Port *int64 `type:"integer"` + + // Cleans and recreates table metadata information on the replication instance + // when a mismatch occurs. An example is a situation where running an alter + // DDL statement on a table might result in different information about the + // table cached in the replication instance. + QuerySingleAlwaysOnNode *bool `type:"boolean"` + + // When this attribute is set to Y, DMS only reads changes from transaction + // log backups and doesn't read from the active transaction log file during + // ongoing replication. Setting this parameter to Y enables you to control active + // transaction log file growth during full load and ongoing replication tasks. + // However, it can add some source latency to ongoing replication. + ReadBackupOnly *bool `type:"boolean"` + + // Use this attribute to minimize the need to access the backup log and enable + // DMS to prevent truncation using one of the following two methods. + // + // Start transactions in the database: This is the default method. When this + // method is used, DMS prevents TLOG truncation by mimicking a transaction in + // the database. As long as such a transaction is open, changes that appear + // after the transaction started aren't truncated. If you need Microsoft Replication + // to be enabled in your database, then you must choose this method. + // + // Exclusively use sp_repldone within a single task: When this method is used, + // DMS reads the changes and then uses sp_repldone to mark the TLOG transactions + // as ready for truncation. Although this method doesn't involve any transactional + // activities, it can only be used when Microsoft Replication isn't running. + // Also, when using this method, only one DMS task can access the database at + // any given time. Therefore, if you need to run parallel DMS tasks against + // the same database, use the default method. + SafeguardPolicy *string `type:"string" enum:"SafeguardPolicy"` + + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the SQL Server endpoint. + // + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` + + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the SQL Server endpoint connection details. + SecretsManagerSecretId *string `type:"string"` + + // Fully qualified domain name of the endpoint. For an Amazon RDS SQL Server + // instance, this is the output of DescribeDBInstances (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), + // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address + // field. + ServerName *string `type:"string"` + + // Indicates the mode used to fetch CDC data. + TlogAccessMode *string `type:"string" enum:"TlogAccessMode"` + + // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and + // NCHAR data types during migration. The default value is true. + TrimSpaceInChar *bool `type:"boolean"` + + // Use this to attribute to transfer data for full-load operations using BCP. + // When the target table contains an identity column that does not exist in + // the source table, you must disable the use BCP for loading table option. + UseBcpFullLoad *bool `type:"boolean"` + + // When this attribute is set to Y, DMS processes third-party transaction log + // backups if they are created in native format. + UseThirdPartyBackupDevice *bool `type:"boolean"` + + // Endpoint connection user name. + Username *string `type:"string"` } // String returns the string representation. @@ -18385,7 +25422,7 @@ type InsufficientResourceCapacityFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InsufficientResourceCapacityFault) String() string { +func (s MicrosoftSQLServerSettings) String() string { return awsutil.Prettify(s) } @@ -18394,118 +25431,131 @@ func (s InsufficientResourceCapacityFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InsufficientResourceCapacityFault) GoString() string { +func (s MicrosoftSQLServerSettings) GoString() string { return s.String() } -func newErrorInsufficientResourceCapacityFault(v protocol.ResponseMetadata) error { - return &InsufficientResourceCapacityFault{ - RespMetadata: v, - } +// SetBcpPacketSize sets the BcpPacketSize field's value. +func (s *MicrosoftSQLServerSettings) SetBcpPacketSize(v int64) *MicrosoftSQLServerSettings { + s.BcpPacketSize = &v + return s } -// Code returns the exception type name. -func (s *InsufficientResourceCapacityFault) Code() string { - return "InsufficientResourceCapacityFault" +// SetControlTablesFileGroup sets the ControlTablesFileGroup field's value. +func (s *MicrosoftSQLServerSettings) SetControlTablesFileGroup(v string) *MicrosoftSQLServerSettings { + s.ControlTablesFileGroup = &v + return s } -// Message returns the exception's message. -func (s *InsufficientResourceCapacityFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetDatabaseName sets the DatabaseName field's value. +func (s *MicrosoftSQLServerSettings) SetDatabaseName(v string) *MicrosoftSQLServerSettings { + s.DatabaseName = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *InsufficientResourceCapacityFault) OrigErr() error { - return nil +// SetForceLobLookup sets the ForceLobLookup field's value. +func (s *MicrosoftSQLServerSettings) SetForceLobLookup(v bool) *MicrosoftSQLServerSettings { + s.ForceLobLookup = &v + return s } -func (s *InsufficientResourceCapacityFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetPassword sets the Password field's value. +func (s *MicrosoftSQLServerSettings) SetPassword(v string) *MicrosoftSQLServerSettings { + s.Password = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *InsufficientResourceCapacityFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetPort sets the Port field's value. +func (s *MicrosoftSQLServerSettings) SetPort(v int64) *MicrosoftSQLServerSettings { + s.Port = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *InsufficientResourceCapacityFault) RequestID() string { - return s.RespMetadata.RequestID +// SetQuerySingleAlwaysOnNode sets the QuerySingleAlwaysOnNode field's value. +func (s *MicrosoftSQLServerSettings) SetQuerySingleAlwaysOnNode(v bool) *MicrosoftSQLServerSettings { + s.QuerySingleAlwaysOnNode = &v + return s } -// The certificate was not valid. -type InvalidCertificateFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +// SetReadBackupOnly sets the ReadBackupOnly field's value. +func (s *MicrosoftSQLServerSettings) SetReadBackupOnly(v bool) *MicrosoftSQLServerSettings { + s.ReadBackupOnly = &v + return s +} - Message_ *string `locationName:"message" type:"string"` +// SetSafeguardPolicy sets the SafeguardPolicy field's value. +func (s *MicrosoftSQLServerSettings) SetSafeguardPolicy(v string) *MicrosoftSQLServerSettings { + s.SafeguardPolicy = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s InvalidCertificateFault) String() string { - return awsutil.Prettify(s) +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *MicrosoftSQLServerSettings) SetSecretsManagerAccessRoleArn(v string) *MicrosoftSQLServerSettings { + s.SecretsManagerAccessRoleArn = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s InvalidCertificateFault) GoString() string { - return s.String() +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *MicrosoftSQLServerSettings) SetSecretsManagerSecretId(v string) *MicrosoftSQLServerSettings { + s.SecretsManagerSecretId = &v + return s } -func newErrorInvalidCertificateFault(v protocol.ResponseMetadata) error { - return &InvalidCertificateFault{ - RespMetadata: v, - } +// SetServerName sets the ServerName field's value. +func (s *MicrosoftSQLServerSettings) SetServerName(v string) *MicrosoftSQLServerSettings { + s.ServerName = &v + return s } -// Code returns the exception type name. -func (s *InvalidCertificateFault) Code() string { - return "InvalidCertificateFault" +// SetTlogAccessMode sets the TlogAccessMode field's value. +func (s *MicrosoftSQLServerSettings) SetTlogAccessMode(v string) *MicrosoftSQLServerSettings { + s.TlogAccessMode = &v + return s } -// Message returns the exception's message. -func (s *InvalidCertificateFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetTrimSpaceInChar sets the TrimSpaceInChar field's value. +func (s *MicrosoftSQLServerSettings) SetTrimSpaceInChar(v bool) *MicrosoftSQLServerSettings { + s.TrimSpaceInChar = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *InvalidCertificateFault) OrigErr() error { - return nil +// SetUseBcpFullLoad sets the UseBcpFullLoad field's value. +func (s *MicrosoftSQLServerSettings) SetUseBcpFullLoad(v bool) *MicrosoftSQLServerSettings { + s.UseBcpFullLoad = &v + return s } -func (s *InvalidCertificateFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetUseThirdPartyBackupDevice sets the UseThirdPartyBackupDevice field's value. +func (s *MicrosoftSQLServerSettings) SetUseThirdPartyBackupDevice(v bool) *MicrosoftSQLServerSettings { + s.UseThirdPartyBackupDevice = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *InvalidCertificateFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetUsername sets the Username field's value. +func (s *MicrosoftSQLServerSettings) SetUsername(v string) *MicrosoftSQLServerSettings { + s.Username = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *InvalidCertificateFault) RequestID() string { - return s.RespMetadata.RequestID -} +// Provides information that defines a Microsoft SQL Server data provider. +type MicrosoftSqlServerDataProviderSettings struct { + _ struct{} `type:"structure"` -// The action or operation requested isn't valid. -type InvalidOperationFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + // The Amazon Resource Name (ARN) of the certificate used for SSL connection. + CertificateArn *string `type:"string"` - Message_ *string `locationName:"message" type:"string"` + // The database name on the Microsoft SQL Server data provider. + DatabaseName *string `type:"string"` + + // The port value for the Microsoft SQL Server data provider. + Port *int64 `type:"integer"` + + // The name of the Microsoft SQL Server server. + ServerName *string `type:"string"` + + // The SSL mode used to connect to the Microsoft SQL Server data provider. The + // default value is none. + SslMode *string `type:"string" enum:"DmsSslModeValue"` } // String returns the string representation. @@ -18513,7 +25563,7 @@ type InvalidOperationFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InvalidOperationFault) String() string { +func (s MicrosoftSqlServerDataProviderSettings) String() string { return awsutil.Prettify(s) } @@ -18522,55 +25572,80 @@ func (s InvalidOperationFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InvalidOperationFault) GoString() string { +func (s MicrosoftSqlServerDataProviderSettings) GoString() string { return s.String() } -func newErrorInvalidOperationFault(v protocol.ResponseMetadata) error { - return &InvalidOperationFault{ - RespMetadata: v, - } +// SetCertificateArn sets the CertificateArn field's value. +func (s *MicrosoftSqlServerDataProviderSettings) SetCertificateArn(v string) *MicrosoftSqlServerDataProviderSettings { + s.CertificateArn = &v + return s } -// Code returns the exception type name. -func (s *InvalidOperationFault) Code() string { - return "InvalidOperationFault" +// SetDatabaseName sets the DatabaseName field's value. +func (s *MicrosoftSqlServerDataProviderSettings) SetDatabaseName(v string) *MicrosoftSqlServerDataProviderSettings { + s.DatabaseName = &v + return s } -// Message returns the exception's message. -func (s *InvalidOperationFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetPort sets the Port field's value. +func (s *MicrosoftSqlServerDataProviderSettings) SetPort(v int64) *MicrosoftSqlServerDataProviderSettings { + s.Port = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *InvalidOperationFault) OrigErr() error { - return nil +// SetServerName sets the ServerName field's value. +func (s *MicrosoftSqlServerDataProviderSettings) SetServerName(v string) *MicrosoftSqlServerDataProviderSettings { + s.ServerName = &v + return s } -func (s *InvalidOperationFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetSslMode sets the SslMode field's value. +func (s *MicrosoftSqlServerDataProviderSettings) SetSslMode(v string) *MicrosoftSqlServerDataProviderSettings { + s.SslMode = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *InvalidOperationFault) StatusCode() int { - return s.RespMetadata.StatusCode -} +// Provides information that defines a migration project. +type MigrationProject struct { + _ struct{} `type:"structure"` -// RequestID returns the service's response RequestID for request. -func (s *InvalidOperationFault) RequestID() string { - return s.RespMetadata.RequestID -} + // A user-friendly description of the migration project. + Description *string `type:"string"` -// The resource is in a state that prevents it from being used for database -// migration. -type InvalidResourceStateFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + // The Amazon Resource Name (ARN) of the instance profile for your migration + // project. + InstanceProfileArn *string `type:"string"` - Message_ *string `locationName:"message" type:"string"` + // The name of the associated instance profile. + InstanceProfileName *string `type:"string"` + + // The ARN string that uniquely identifies the migration project. + MigrationProjectArn *string `type:"string"` + + // The time when the migration project was created. + MigrationProjectCreationTime *time.Time `type:"timestamp" timestampFormat:"iso8601"` + + // The name of the migration project. + MigrationProjectName *string `type:"string"` + + // The schema conversion application attributes, including the Amazon S3 bucket + // name and Amazon S3 role ARN. + SchemaConversionApplicationAttributes *SCApplicationAttributes `type:"structure"` + + // Information about the source data provider, including the name or ARN, and + // Secrets Manager parameters. + SourceDataProviderDescriptors []*DataProviderDescriptor `type:"list"` + + // Information about the target data provider, including the name or ARN, and + // Secrets Manager parameters. + TargetDataProviderDescriptors []*DataProviderDescriptor `type:"list"` + + // The settings in JSON format for migration rules. Migration rules make it + // possible for you to change the object names according to the rules that you + // specify. For example, you can change an object name to lowercase or uppercase, + // add or remove a prefix or suffix, or rename objects. + TransformationRules *string `type:"string"` } // String returns the string representation. @@ -18578,7 +25653,7 @@ type InvalidResourceStateFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InvalidResourceStateFault) String() string { +func (s MigrationProject) String() string { return awsutil.Prettify(s) } @@ -18587,54 +25662,82 @@ func (s InvalidResourceStateFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InvalidResourceStateFault) GoString() string { +func (s MigrationProject) GoString() string { return s.String() } -func newErrorInvalidResourceStateFault(v protocol.ResponseMetadata) error { - return &InvalidResourceStateFault{ - RespMetadata: v, - } +// SetDescription sets the Description field's value. +func (s *MigrationProject) SetDescription(v string) *MigrationProject { + s.Description = &v + return s } -// Code returns the exception type name. -func (s *InvalidResourceStateFault) Code() string { - return "InvalidResourceStateFault" +// SetInstanceProfileArn sets the InstanceProfileArn field's value. +func (s *MigrationProject) SetInstanceProfileArn(v string) *MigrationProject { + s.InstanceProfileArn = &v + return s } -// Message returns the exception's message. -func (s *InvalidResourceStateFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetInstanceProfileName sets the InstanceProfileName field's value. +func (s *MigrationProject) SetInstanceProfileName(v string) *MigrationProject { + s.InstanceProfileName = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *InvalidResourceStateFault) OrigErr() error { - return nil +// SetMigrationProjectArn sets the MigrationProjectArn field's value. +func (s *MigrationProject) SetMigrationProjectArn(v string) *MigrationProject { + s.MigrationProjectArn = &v + return s } -func (s *InvalidResourceStateFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetMigrationProjectCreationTime sets the MigrationProjectCreationTime field's value. +func (s *MigrationProject) SetMigrationProjectCreationTime(v time.Time) *MigrationProject { + s.MigrationProjectCreationTime = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *InvalidResourceStateFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetMigrationProjectName sets the MigrationProjectName field's value. +func (s *MigrationProject) SetMigrationProjectName(v string) *MigrationProject { + s.MigrationProjectName = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *InvalidResourceStateFault) RequestID() string { - return s.RespMetadata.RequestID +// SetSchemaConversionApplicationAttributes sets the SchemaConversionApplicationAttributes field's value. +func (s *MigrationProject) SetSchemaConversionApplicationAttributes(v *SCApplicationAttributes) *MigrationProject { + s.SchemaConversionApplicationAttributes = v + return s } -// The subnet provided isn't valid. -type InvalidSubnet struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +// SetSourceDataProviderDescriptors sets the SourceDataProviderDescriptors field's value. +func (s *MigrationProject) SetSourceDataProviderDescriptors(v []*DataProviderDescriptor) *MigrationProject { + s.SourceDataProviderDescriptors = v + return s +} - Message_ *string `locationName:"message" type:"string"` +// SetTargetDataProviderDescriptors sets the TargetDataProviderDescriptors field's value. +func (s *MigrationProject) SetTargetDataProviderDescriptors(v []*DataProviderDescriptor) *MigrationProject { + s.TargetDataProviderDescriptors = v + return s +} + +// SetTransformationRules sets the TransformationRules field's value. +func (s *MigrationProject) SetTransformationRules(v string) *MigrationProject { + s.TransformationRules = &v + return s +} + +type ModifyConversionConfigurationInput struct { + _ struct{} `type:"structure"` + + // The new conversion configuration. + // + // ConversionConfiguration is a required field + ConversionConfiguration *string `type:"string" required:"true"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } // String returns the string representation. @@ -18642,7 +25745,7 @@ type InvalidSubnet struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InvalidSubnet) String() string { +func (s ModifyConversionConfigurationInput) String() string { return awsutil.Prettify(s) } @@ -18651,57 +25754,43 @@ func (s InvalidSubnet) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InvalidSubnet) GoString() string { +func (s ModifyConversionConfigurationInput) GoString() string { return s.String() } -func newErrorInvalidSubnet(v protocol.ResponseMetadata) error { - return &InvalidSubnet{ - RespMetadata: v, +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyConversionConfigurationInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyConversionConfigurationInput"} + if s.ConversionConfiguration == nil { + invalidParams.Add(request.NewErrParamRequired("ConversionConfiguration")) } -} - -// Code returns the exception type name. -func (s *InvalidSubnet) Code() string { - return "InvalidSubnet" -} - -// Message returns the exception's message. -func (s *InvalidSubnet) Message() string { - if s.Message_ != nil { - return *s.Message_ + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) } - return "" -} -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *InvalidSubnet) OrigErr() error { + if invalidParams.Len() > 0 { + return invalidParams + } return nil } -func (s *InvalidSubnet) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) -} - -// Status code returns the HTTP status code for the request's response error. -func (s *InvalidSubnet) StatusCode() int { - return s.RespMetadata.StatusCode +// SetConversionConfiguration sets the ConversionConfiguration field's value. +func (s *ModifyConversionConfigurationInput) SetConversionConfiguration(v string) *ModifyConversionConfigurationInput { + s.ConversionConfiguration = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *InvalidSubnet) RequestID() string { - return s.RespMetadata.RequestID +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *ModifyConversionConfigurationInput) SetMigrationProjectIdentifier(v string) *ModifyConversionConfigurationInput { + s.MigrationProjectIdentifier = &v + return s } -// Describes a Fleet Advisor collector inventory. -type InventoryData struct { +type ModifyConversionConfigurationOutput struct { _ struct{} `type:"structure"` - // The number of databases in the Fleet Advisor collector inventory. - NumberOfDatabases *int64 `type:"integer"` - - // The number of schemas in the Fleet Advisor collector inventory. - NumberOfSchemas *int64 `type:"integer"` + // The name or Amazon Resource Name (ARN) of the modified configuration. + MigrationProjectIdentifier *string `type:"string"` } // String returns the string representation. @@ -18709,7 +25798,7 @@ type InventoryData struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InventoryData) String() string { +func (s ModifyConversionConfigurationOutput) String() string { return awsutil.Prettify(s) } @@ -18718,29 +25807,51 @@ func (s InventoryData) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s InventoryData) GoString() string { +func (s ModifyConversionConfigurationOutput) GoString() string { return s.String() } -// SetNumberOfDatabases sets the NumberOfDatabases field's value. -func (s *InventoryData) SetNumberOfDatabases(v int64) *InventoryData { - s.NumberOfDatabases = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *ModifyConversionConfigurationOutput) SetMigrationProjectIdentifier(v string) *ModifyConversionConfigurationOutput { + s.MigrationProjectIdentifier = &v return s } -// SetNumberOfSchemas sets the NumberOfSchemas field's value. -func (s *InventoryData) SetNumberOfSchemas(v int64) *InventoryData { - s.NumberOfSchemas = &v - return s -} +type ModifyDataProviderInput struct { + _ struct{} `type:"structure"` + + // 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. + // + // DataProviderIdentifier is a required field + DataProviderIdentifier *string `type:"string" required:"true"` + + // The name of the data provider. + DataProviderName *string `type:"string"` -// The ciphertext references a key that doesn't exist or that the DMS account -// doesn't have access to. -type KMSAccessDeniedFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + // A user-friendly description of the data provider. + Description *string `type:"string"` - Message_ *string `locationName:"message" type:"string"` + // The type of database engine for the data provider. Valid values include "aurora", + // "aurora_postgresql", "mysql", "oracle", "postgres", and "sqlserver". A value + // of "aurora" represents Amazon Aurora MySQL-Compatible Edition. + Engine *string `type:"string"` + + // If this attribute is Y, the current call to ModifyDataProvider replaces all + // existing data provider settings with the exact settings that you specify + // in this call. If this attribute is N, the current call to ModifyDataProvider + // does two things: + // + // * It replaces any data provider settings that already exist with new values, + // for settings with the same names. + // + // * It creates new data provider settings that you specify in the call, + // for settings with different names. + ExactSettings *bool `type:"boolean"` + + // The settings in JSON format for a data provider. + Settings *DataProviderSettings `type:"structure"` } // String returns the string representation. @@ -18748,7 +25859,7 @@ type KMSAccessDeniedFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSAccessDeniedFault) String() string { +func (s ModifyDataProviderInput) String() string { return awsutil.Prettify(s) } @@ -18757,54 +25868,64 @@ func (s KMSAccessDeniedFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSAccessDeniedFault) GoString() string { +func (s ModifyDataProviderInput) GoString() string { return s.String() } -func newErrorKMSAccessDeniedFault(v protocol.ResponseMetadata) error { - return &KMSAccessDeniedFault{ - RespMetadata: v, +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyDataProviderInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyDataProviderInput"} + if s.DataProviderIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("DataProviderIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams } + return nil } -// Code returns the exception type name. -func (s *KMSAccessDeniedFault) Code() string { - return "KMSAccessDeniedFault" +// SetDataProviderIdentifier sets the DataProviderIdentifier field's value. +func (s *ModifyDataProviderInput) SetDataProviderIdentifier(v string) *ModifyDataProviderInput { + s.DataProviderIdentifier = &v + return s } -// Message returns the exception's message. -func (s *KMSAccessDeniedFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetDataProviderName sets the DataProviderName field's value. +func (s *ModifyDataProviderInput) SetDataProviderName(v string) *ModifyDataProviderInput { + s.DataProviderName = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSAccessDeniedFault) OrigErr() error { - return nil +// SetDescription sets the Description field's value. +func (s *ModifyDataProviderInput) SetDescription(v string) *ModifyDataProviderInput { + s.Description = &v + return s } -func (s *KMSAccessDeniedFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetEngine sets the Engine field's value. +func (s *ModifyDataProviderInput) SetEngine(v string) *ModifyDataProviderInput { + s.Engine = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *KMSAccessDeniedFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetExactSettings sets the ExactSettings field's value. +func (s *ModifyDataProviderInput) SetExactSettings(v bool) *ModifyDataProviderInput { + s.ExactSettings = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *KMSAccessDeniedFault) RequestID() string { - return s.RespMetadata.RequestID +// SetSettings sets the Settings field's value. +func (s *ModifyDataProviderInput) SetSettings(v *DataProviderSettings) *ModifyDataProviderInput { + s.Settings = v + return s } -// The specified KMS key isn't enabled. -type KMSDisabledFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +type ModifyDataProviderOutput struct { + _ struct{} `type:"structure"` - Message_ *string `locationName:"message" type:"string"` + // The data provider that was modified. + DataProvider *DataProvider `type:"structure"` } // String returns the string representation. @@ -18812,7 +25933,7 @@ type KMSDisabledFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSDisabledFault) String() string { +func (s ModifyDataProviderOutput) String() string { return awsutil.Prettify(s) } @@ -18821,54 +25942,217 @@ func (s KMSDisabledFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSDisabledFault) GoString() string { +func (s ModifyDataProviderOutput) GoString() string { return s.String() } -func newErrorKMSDisabledFault(v protocol.ResponseMetadata) error { - return &KMSDisabledFault{ - RespMetadata: v, - } +// SetDataProvider sets the DataProvider field's value. +func (s *ModifyDataProviderOutput) SetDataProvider(v *DataProvider) *ModifyDataProviderOutput { + s.DataProvider = v + return s } -// Code returns the exception type name. -func (s *KMSDisabledFault) Code() string { - return "KMSDisabledFault" -} +type ModifyEndpointInput struct { + _ struct{} `type:"structure"` -// Message returns the exception's message. -func (s *KMSDisabledFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" -} + // The Amazon Resource Name (ARN) of the certificate used for SSL connection. + CertificateArn *string `type:"string"` + + // The name of the endpoint database. For a MySQL source or target endpoint, + // do not specify DatabaseName. + DatabaseName *string `type:"string"` + + // The settings in JSON format for the DMS transfer type of source endpoint. + // + // Attributes include the following: + // + // * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service + // access IAM role. The role must allow the iam:PassRole action. + // + // * BucketName - The name of the S3 bucket to use. + // + // Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string + // ,BucketName=string + // + // JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", + // "BucketName": "string"} + DmsTransferSettings *DmsTransferSettings `type:"structure"` + + // Settings in JSON format for the source DocumentDB endpoint. For more information + // about the available settings, see the configuration properties section in + // Using DocumentDB as a Target for Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html) + // in the Database Migration Service User Guide. + DocDbSettings *DocDbSettings `type:"structure"` + + // Settings in JSON format for the target Amazon DynamoDB endpoint. For information + // about other available settings, see Using Object Mapping to Migrate Data + // to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping) + // in the Database Migration Service User Guide. + DynamoDbSettings *DynamoDbSettings `type:"structure"` + + // Settings in JSON format for the target OpenSearch endpoint. For more information + // about the available settings, see Extra Connection Attributes When Using + // OpenSearch as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration) + // in the Database Migration Service User Guide. + ElasticsearchSettings *ElasticsearchSettings `type:"structure"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // + // EndpointArn is a required field + EndpointArn *string `type:"string" required:"true"` + + // 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. + EndpointIdentifier *string `type:"string"` + + // The type of endpoint. Valid values are source and target. + EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` + + // The database engine name. Valid values, depending on the EndpointType, include + // "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", + // "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", + // "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", + // and "babelfish". + EngineName *string `type:"string"` + + // If this attribute is Y, the current call to ModifyEndpoint replaces all existing + // endpoint settings with the exact settings that you specify in this call. + // If this attribute is N, the current call to ModifyEndpoint does two things: + // + // * It replaces any endpoint settings that already exist with new values, + // for settings with the same names. + // + // * It creates new endpoint settings that you specify in the call, for settings + // with different names. + // + // For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' + // ..., the endpoint has the following endpoint settings: '{"a":1}'. If you + // then call modify-endpoint ... --endpoint-settings '{"b":2}' ... for the same + // endpoint, the endpoint has the following settings: '{"a":1,"b":2}'. + // + // However, suppose that you follow this with a call to modify-endpoint ... + // --endpoint-settings '{"b":2}' --exact-settings ... for that same endpoint + // again. Then the endpoint has the following settings: '{"b":2}'. All existing + // settings are replaced with the exact settings that you specify. + ExactSettings *bool `type:"boolean"` + + // The external table definition. + ExternalTableDefinition *string `type:"string"` + + // Additional attributes associated with the connection. To reset this parameter, + // pass the empty string ("") as an argument. + ExtraConnectionAttributes *string `type:"string"` + + // Settings in JSON format for the source GCP MySQL endpoint. + GcpMySQLSettings *GcpMySQLSettings `type:"structure"` + + // Settings in JSON format for the source IBM Db2 LUW endpoint. For information + // about other available settings, see Extra connection attributes when using + // Db2 LUW as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib) + // in the Database Migration Service User Guide. + IBMDb2Settings *IBMDb2Settings `type:"structure"` + + // Settings in JSON format for the target Apache Kafka endpoint. For more information + // about the available settings, see Using object mapping to migrate data to + // a Kafka topic (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping) + // in the Database Migration Service User Guide. + KafkaSettings *KafkaSettings `type:"structure"` + + // Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. + // For more information about the available settings, see Using object mapping + // to migrate data to a Kinesis data stream (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping) + // in the Database Migration Service User Guide. + KinesisSettings *KinesisSettings `type:"structure"` + + // Settings in JSON format for the source and target Microsoft SQL Server endpoint. + // For information about other available settings, see Extra connection attributes + // when using SQL Server as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib) + // and Extra connection attributes when using SQL Server as a target for DMS + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib) + // in the Database Migration Service User Guide. + MicrosoftSQLServerSettings *MicrosoftSQLServerSettings `type:"structure"` + + // Settings in JSON format for the source MongoDB endpoint. For more information + // about the available settings, see the configuration properties section in + // Endpoint configuration settings when using MongoDB as a source for Database + // Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration) + // in the Database Migration Service User Guide. + MongoDbSettings *MongoDbSettings `type:"structure"` + + // Settings in JSON format for the source and target MySQL endpoint. For information + // about other available settings, see Extra connection attributes when using + // MySQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib) + // and Extra connection attributes when using a MySQL-compatible database as + // a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib) + // in the Database Migration Service User Guide. + MySQLSettings *MySQLSettings `type:"structure"` + + // Settings in JSON format for the target Amazon Neptune endpoint. For more + // information about the available settings, see Specifying graph-mapping rules + // using Gremlin and R2RML for Amazon Neptune as a target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings) + // in the Database Migration Service User Guide. + NeptuneSettings *NeptuneSettings `type:"structure"` + + // Settings in JSON format for the source and target Oracle endpoint. For information + // about other available settings, see Extra connection attributes when using + // Oracle as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib) + // and Extra connection attributes when using Oracle as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib) + // in the Database Migration Service User Guide. + OracleSettings *OracleSettings `type:"structure"` + + // The password to be used to login to the endpoint database. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by ModifyEndpointInput's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // The port used by the endpoint database. + Port *int64 `type:"integer"` + + // Settings in JSON format for the source and target PostgreSQL endpoint. For + // information about other available settings, see Extra connection attributes + // when using PostgreSQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib) + // and Extra connection attributes when using PostgreSQL as a target for DMS + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib) + // in the Database Migration Service User Guide. + PostgreSQLSettings *PostgreSQLSettings `type:"structure"` + + // Settings in JSON format for the Redis target endpoint. + RedisSettings *RedisSettings `type:"structure"` + + // Provides information that defines an Amazon Redshift endpoint. + RedshiftSettings *RedshiftSettings `type:"structure"` + + // Settings in JSON format for the target Amazon S3 endpoint. For more information + // about the available settings, see Extra Connection Attributes When Using + // Amazon S3 as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring) + // in the Database Migration Service User Guide. + S3Settings *S3Settings `type:"structure"` -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSDisabledFault) OrigErr() error { - return nil -} + // The name of the server where the endpoint database resides. + ServerName *string `type:"string"` -func (s *KMSDisabledFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) -} + // The Amazon Resource Name (ARN) for the IAM role you want to use to modify + // the endpoint. The role must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` -// Status code returns the HTTP status code for the request's response error. -func (s *KMSDisabledFault) StatusCode() int { - return s.RespMetadata.StatusCode -} + // The SSL mode used to connect to the endpoint. The default value is none. + SslMode *string `type:"string" enum:"DmsSslModeValue"` -// RequestID returns the service's response RequestID for request. -func (s *KMSDisabledFault) RequestID() string { - return s.RespMetadata.RequestID -} + // Settings in JSON format for the source and target SAP ASE endpoint. For information + // about other available settings, see Extra connection attributes when using + // SAP ASE as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib) + // and Extra connection attributes when using SAP ASE as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib) + // in the Database Migration Service User Guide. + SybaseSettings *SybaseSettings `type:"structure"` -// An Key Management Service (KMS) error is preventing access to KMS. -type KMSFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + // Settings in JSON format for the target Amazon Timestream endpoint. + TimestreamSettings *TimestreamSettings `type:"structure"` - Message_ *string `locationName:"message" type:"string"` + // The user name to be used to login to the endpoint database. + Username *string `type:"string"` } // String returns the string representation. @@ -18876,7 +26160,7 @@ type KMSFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSFault) String() string { +func (s ModifyEndpointInput) String() string { return awsutil.Prettify(s) } @@ -18885,246 +26169,257 @@ func (s KMSFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSFault) GoString() string { +func (s ModifyEndpointInput) GoString() string { return s.String() } -func newErrorKMSFault(v protocol.ResponseMetadata) error { - return &KMSFault{ - RespMetadata: v, +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyEndpointInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyEndpointInput"} + if s.EndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointArn")) } -} - -// Code returns the exception type name. -func (s *KMSFault) Code() string { - return "KMSFault" -} - -// Message returns the exception's message. -func (s *KMSFault) Message() string { - if s.Message_ != nil { - return *s.Message_ + if s.DynamoDbSettings != nil { + if err := s.DynamoDbSettings.Validate(); err != nil { + invalidParams.AddNested("DynamoDbSettings", err.(request.ErrInvalidParams)) + } + } + if s.ElasticsearchSettings != nil { + if err := s.ElasticsearchSettings.Validate(); err != nil { + invalidParams.AddNested("ElasticsearchSettings", err.(request.ErrInvalidParams)) + } + } + if s.NeptuneSettings != nil { + if err := s.NeptuneSettings.Validate(); err != nil { + invalidParams.AddNested("NeptuneSettings", err.(request.ErrInvalidParams)) + } + } + if s.RedisSettings != nil { + if err := s.RedisSettings.Validate(); err != nil { + invalidParams.AddNested("RedisSettings", err.(request.ErrInvalidParams)) + } + } + if s.TimestreamSettings != nil { + if err := s.TimestreamSettings.Validate(); err != nil { + invalidParams.AddNested("TimestreamSettings", err.(request.ErrInvalidParams)) + } } - return "" -} -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSFault) OrigErr() error { + if invalidParams.Len() > 0 { + return invalidParams + } return nil } -func (s *KMSFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetCertificateArn sets the CertificateArn field's value. +func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput { + s.CertificateArn = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *KMSFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetDatabaseName sets the DatabaseName field's value. +func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput { + s.DatabaseName = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *KMSFault) RequestID() string { - return s.RespMetadata.RequestID +// SetDmsTransferSettings sets the DmsTransferSettings field's value. +func (s *ModifyEndpointInput) SetDmsTransferSettings(v *DmsTransferSettings) *ModifyEndpointInput { + s.DmsTransferSettings = v + return s } -// The state of the specified KMS resource isn't valid for this request. -type KMSInvalidStateFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - - Message_ *string `locationName:"message" type:"string"` +// SetDocDbSettings sets the DocDbSettings field's value. +func (s *ModifyEndpointInput) SetDocDbSettings(v *DocDbSettings) *ModifyEndpointInput { + s.DocDbSettings = v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s KMSInvalidStateFault) String() string { - return awsutil.Prettify(s) +// SetDynamoDbSettings sets the DynamoDbSettings field's value. +func (s *ModifyEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *ModifyEndpointInput { + s.DynamoDbSettings = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s KMSInvalidStateFault) GoString() string { - return s.String() +// SetElasticsearchSettings sets the ElasticsearchSettings field's value. +func (s *ModifyEndpointInput) SetElasticsearchSettings(v *ElasticsearchSettings) *ModifyEndpointInput { + s.ElasticsearchSettings = v + return s } -func newErrorKMSInvalidStateFault(v protocol.ResponseMetadata) error { - return &KMSInvalidStateFault{ - RespMetadata: v, - } +// SetEndpointArn sets the EndpointArn field's value. +func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput { + s.EndpointArn = &v + return s } -// Code returns the exception type name. -func (s *KMSInvalidStateFault) Code() string { - return "KMSInvalidStateFault" +// SetEndpointIdentifier sets the EndpointIdentifier field's value. +func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput { + s.EndpointIdentifier = &v + return s } -// Message returns the exception's message. -func (s *KMSInvalidStateFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetEndpointType sets the EndpointType field's value. +func (s *ModifyEndpointInput) SetEndpointType(v string) *ModifyEndpointInput { + s.EndpointType = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSInvalidStateFault) OrigErr() error { - return nil +// SetEngineName sets the EngineName field's value. +func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput { + s.EngineName = &v + return s } -func (s *KMSInvalidStateFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetExactSettings sets the ExactSettings field's value. +func (s *ModifyEndpointInput) SetExactSettings(v bool) *ModifyEndpointInput { + s.ExactSettings = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *KMSInvalidStateFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetExternalTableDefinition sets the ExternalTableDefinition field's value. +func (s *ModifyEndpointInput) SetExternalTableDefinition(v string) *ModifyEndpointInput { + s.ExternalTableDefinition = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *KMSInvalidStateFault) RequestID() string { - return s.RespMetadata.RequestID +// SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value. +func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput { + s.ExtraConnectionAttributes = &v + return s } -// DMS cannot access the KMS key. -type KMSKeyNotAccessibleFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - - Message_ *string `locationName:"message" type:"string"` +// SetGcpMySQLSettings sets the GcpMySQLSettings field's value. +func (s *ModifyEndpointInput) SetGcpMySQLSettings(v *GcpMySQLSettings) *ModifyEndpointInput { + s.GcpMySQLSettings = v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s KMSKeyNotAccessibleFault) String() string { - return awsutil.Prettify(s) +// SetIBMDb2Settings sets the IBMDb2Settings field's value. +func (s *ModifyEndpointInput) SetIBMDb2Settings(v *IBMDb2Settings) *ModifyEndpointInput { + s.IBMDb2Settings = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s KMSKeyNotAccessibleFault) GoString() string { - return s.String() +// SetKafkaSettings sets the KafkaSettings field's value. +func (s *ModifyEndpointInput) SetKafkaSettings(v *KafkaSettings) *ModifyEndpointInput { + s.KafkaSettings = v + return s } -func newErrorKMSKeyNotAccessibleFault(v protocol.ResponseMetadata) error { - return &KMSKeyNotAccessibleFault{ - RespMetadata: v, - } +// SetKinesisSettings sets the KinesisSettings field's value. +func (s *ModifyEndpointInput) SetKinesisSettings(v *KinesisSettings) *ModifyEndpointInput { + s.KinesisSettings = v + return s } -// Code returns the exception type name. -func (s *KMSKeyNotAccessibleFault) Code() string { - return "KMSKeyNotAccessibleFault" +// SetMicrosoftSQLServerSettings sets the MicrosoftSQLServerSettings field's value. +func (s *ModifyEndpointInput) SetMicrosoftSQLServerSettings(v *MicrosoftSQLServerSettings) *ModifyEndpointInput { + s.MicrosoftSQLServerSettings = v + return s } -// Message returns the exception's message. -func (s *KMSKeyNotAccessibleFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetMongoDbSettings sets the MongoDbSettings field's value. +func (s *ModifyEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *ModifyEndpointInput { + s.MongoDbSettings = v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSKeyNotAccessibleFault) OrigErr() error { - return nil +// SetMySQLSettings sets the MySQLSettings field's value. +func (s *ModifyEndpointInput) SetMySQLSettings(v *MySQLSettings) *ModifyEndpointInput { + s.MySQLSettings = v + return s } -func (s *KMSKeyNotAccessibleFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetNeptuneSettings sets the NeptuneSettings field's value. +func (s *ModifyEndpointInput) SetNeptuneSettings(v *NeptuneSettings) *ModifyEndpointInput { + s.NeptuneSettings = v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *KMSKeyNotAccessibleFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetOracleSettings sets the OracleSettings field's value. +func (s *ModifyEndpointInput) SetOracleSettings(v *OracleSettings) *ModifyEndpointInput { + s.OracleSettings = v + return s } -// RequestID returns the service's response RequestID for request. -func (s *KMSKeyNotAccessibleFault) RequestID() string { - return s.RespMetadata.RequestID +// SetPassword sets the Password field's value. +func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput { + s.Password = &v + return s } -// The specified KMS entity or resource can't be found. -type KMSNotFoundFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +// SetPort sets the Port field's value. +func (s *ModifyEndpointInput) SetPort(v int64) *ModifyEndpointInput { + s.Port = &v + return s +} - Message_ *string `locationName:"message" type:"string"` +// SetPostgreSQLSettings sets the PostgreSQLSettings field's value. +func (s *ModifyEndpointInput) SetPostgreSQLSettings(v *PostgreSQLSettings) *ModifyEndpointInput { + s.PostgreSQLSettings = v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s KMSNotFoundFault) String() string { - return awsutil.Prettify(s) +// SetRedisSettings sets the RedisSettings field's value. +func (s *ModifyEndpointInput) SetRedisSettings(v *RedisSettings) *ModifyEndpointInput { + s.RedisSettings = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s KMSNotFoundFault) GoString() string { - return s.String() +// SetRedshiftSettings sets the RedshiftSettings field's value. +func (s *ModifyEndpointInput) SetRedshiftSettings(v *RedshiftSettings) *ModifyEndpointInput { + s.RedshiftSettings = v + return s } -func newErrorKMSNotFoundFault(v protocol.ResponseMetadata) error { - return &KMSNotFoundFault{ - RespMetadata: v, - } +// SetS3Settings sets the S3Settings field's value. +func (s *ModifyEndpointInput) SetS3Settings(v *S3Settings) *ModifyEndpointInput { + s.S3Settings = v + return s } -// Code returns the exception type name. -func (s *KMSNotFoundFault) Code() string { - return "KMSNotFoundFault" +// SetServerName sets the ServerName field's value. +func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput { + s.ServerName = &v + return s } -// Message returns the exception's message. -func (s *KMSNotFoundFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *ModifyEndpointInput) SetServiceAccessRoleArn(v string) *ModifyEndpointInput { + s.ServiceAccessRoleArn = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSNotFoundFault) OrigErr() error { - return nil +// SetSslMode sets the SslMode field's value. +func (s *ModifyEndpointInput) SetSslMode(v string) *ModifyEndpointInput { + s.SslMode = &v + return s } -func (s *KMSNotFoundFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetSybaseSettings sets the SybaseSettings field's value. +func (s *ModifyEndpointInput) SetSybaseSettings(v *SybaseSettings) *ModifyEndpointInput { + s.SybaseSettings = v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *KMSNotFoundFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetTimestreamSettings sets the TimestreamSettings field's value. +func (s *ModifyEndpointInput) SetTimestreamSettings(v *TimestreamSettings) *ModifyEndpointInput { + s.TimestreamSettings = v + return s } -// RequestID returns the service's response RequestID for request. -func (s *KMSNotFoundFault) RequestID() string { - return s.RespMetadata.RequestID +// SetUsername sets the Username field's value. +func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput { + s.Username = &v + return s } -// This request triggered KMS request throttling. -type KMSThrottlingFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +type ModifyEndpointOutput struct { + _ struct{} `type:"structure"` - Message_ *string `locationName:"message" type:"string"` + // The modified endpoint. + Endpoint *Endpoint `type:"structure"` } // String returns the string representation. @@ -19132,7 +26427,7 @@ type KMSThrottlingFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSThrottlingFault) String() string { +func (s ModifyEndpointOutput) String() string { return awsutil.Prettify(s) } @@ -19141,160 +26436,41 @@ func (s KMSThrottlingFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KMSThrottlingFault) GoString() string { +func (s ModifyEndpointOutput) GoString() string { return s.String() } -func newErrorKMSThrottlingFault(v protocol.ResponseMetadata) error { - return &KMSThrottlingFault{ - RespMetadata: v, - } -} - -// Code returns the exception type name. -func (s *KMSThrottlingFault) Code() string { - return "KMSThrottlingFault" -} - -// Message returns the exception's message. -func (s *KMSThrottlingFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" -} - -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *KMSThrottlingFault) OrigErr() error { - return nil -} - -func (s *KMSThrottlingFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) -} - -// Status code returns the HTTP status code for the request's response error. -func (s *KMSThrottlingFault) StatusCode() int { - return s.RespMetadata.StatusCode -} - -// RequestID returns the service's response RequestID for request. -func (s *KMSThrottlingFault) RequestID() string { - return s.RespMetadata.RequestID +// SetEndpoint sets the Endpoint field's value. +func (s *ModifyEndpointOutput) SetEndpoint(v *Endpoint) *ModifyEndpointOutput { + s.Endpoint = v + return s } -// Provides information that describes an Apache Kafka endpoint. This information -// includes the output format of records applied to the endpoint and details -// of transaction and control table data information. -type KafkaSettings struct { +type ModifyEventSubscriptionInput struct { _ struct{} `type:"structure"` - // A comma-separated list of one or more broker locations in your Kafka cluster - // that host your Kafka instance. Specify each broker location in the form broker-hostname-or-ip:port - // . For example, "ec2-12-345-678-901.compute-1.amazonaws.com:2345". For more - // information and examples of specifying a list of broker locations, see Using - // Apache Kafka as a target for Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html) - // in the Database Migration Service User Guide. - Broker *string `type:"string"` - - // Shows detailed control information for table definition, column definition, - // and table and column changes in the Kafka message output. The default is - // false. - IncludeControlDetails *bool `type:"boolean"` - - // Include NULL and empty columns for records migrated to the endpoint. The - // default is false. - IncludeNullAndEmpty *bool `type:"boolean"` - - // Shows the partition value within the Kafka message output unless the partition - // type is schema-table-type. The default is false. - IncludePartitionValue *bool `type:"boolean"` - - // Includes any data definition language (DDL) operations that change the table - // in the control data, such as rename-table, drop-table, add-column, drop-column, - // and rename-column. The default is false. - IncludeTableAlterOperations *bool `type:"boolean"` - - // Provides detailed transaction information from the source database. This - // information includes a commit timestamp, a log position, and values for transaction_id, - // previous transaction_id, and transaction_record_id (the record offset within - // a transaction). The default is false. - IncludeTransactionDetails *bool `type:"boolean"` - - // The output format for the records created on the endpoint. The message format - // is JSON (default) or JSON_UNFORMATTED (a single line with no tab). - MessageFormat *string `type:"string" enum:"MessageFormatValue"` - - // The maximum size in bytes for records created on the endpoint The default - // is 1,000,000. - MessageMaxBytes *int64 `type:"integer"` - - // Set this optional parameter to true to avoid adding a '0x' prefix to raw - // data in hexadecimal format. For example, by default, DMS adds a '0x' prefix - // to the LOB column type in hexadecimal format moving from an Oracle source - // to a Kafka target. Use the NoHexPrefix endpoint setting to enable migration - // of RAW data type columns without adding the '0x' prefix. - NoHexPrefix *bool `type:"boolean"` - - // Prefixes schema and table names to partition values, when the partition type - // is primary-key-type. Doing this increases data distribution among Kafka partitions. - // For example, suppose that a SysBench schema has thousands of tables and each - // table has only limited range for a primary key. In this case, the same primary - // key is sent from thousands of tables to the same partition, which causes - // throttling. The default is false. - PartitionIncludeSchemaTable *bool `type:"boolean"` - - // For SASL/SSL authentication, DMS supports the SCRAM-SHA-512 mechanism by - // default. DMS versions 3.5.0 and later also support the PLAIN mechanism. To - // use the PLAIN mechanism, set this parameter to PLAIN. - SaslMechanism *string `type:"string" enum:"KafkaSaslMechanism"` - - // The secure password you created when you first set up your MSK cluster to - // validate a client identity and make an encrypted connection between server - // and client using SASL-SSL authentication. - // - // SaslPassword is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by KafkaSettings's - // String and GoString methods. - SaslPassword *string `type:"string" sensitive:"true"` - - // The secure user name you created when you first set up your MSK cluster to - // validate a client identity and make an encrypted connection between server - // and client using SASL-SSL authentication. - SaslUsername *string `type:"string"` - - // Set secure connection to a Kafka target endpoint using Transport Layer Security - // (TLS). Options include ssl-encryption, ssl-authentication, and sasl-ssl. - // sasl-ssl requires SaslUsername and SaslPassword. - SecurityProtocol *string `type:"string" enum:"KafkaSecurityProtocol"` - - // The Amazon Resource Name (ARN) for the private certificate authority (CA) - // cert that DMS uses to securely connect to your Kafka target endpoint. - SslCaCertificateArn *string `type:"string"` - - // The Amazon Resource Name (ARN) of the client certificate used to securely - // connect to a Kafka target endpoint. - SslClientCertificateArn *string `type:"string"` + // A Boolean value; set to true to activate the subscription. + Enabled *bool `type:"boolean"` - // The Amazon Resource Name (ARN) for the client private key used to securely - // connect to a Kafka target endpoint. - SslClientKeyArn *string `type:"string"` + // A list of event categories for a source type that you want to subscribe to. + // Use the DescribeEventCategories action to see a list of event categories. + EventCategories []*string `type:"list"` - // The password for the client private key used to securely connect to a Kafka - // target endpoint. - // - // SslClientKeyPassword is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by KafkaSettings's - // String and GoString methods. - SslClientKeyPassword *string `type:"string" sensitive:"true"` + // The Amazon Resource Name (ARN) of the Amazon SNS topic created for event + // notification. The ARN is created by Amazon SNS when you create a topic and + // subscribe to it. + SnsTopicArn *string `type:"string"` - // Sets hostname verification for the certificate. This setting is supported - // in DMS version 3.5.1 and later. - SslEndpointIdentificationAlgorithm *string `type:"string" enum:"KafkaSslEndpointIdentificationAlgorithm"` + // The type of DMS resource that generates the events you want to subscribe + // to. + // + // Valid values: replication-instance | replication-task + SourceType *string `type:"string"` - // The topic to which you migrate the data. If you don't specify a topic, DMS - // specifies "kafka-default-topic" as the migration topic. - Topic *string `type:"string"` + // The name of the DMS event notification subscription to be modified. + // + // SubscriptionName is a required field + SubscriptionName *string `type:"string" required:"true"` } // String returns the string representation. @@ -19302,7 +26478,7 @@ type KafkaSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KafkaSettings) String() string { +func (s ModifyEventSubscriptionInput) String() string { return awsutil.Prettify(s) } @@ -19311,185 +26487,287 @@ func (s KafkaSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KafkaSettings) GoString() string { +func (s ModifyEventSubscriptionInput) GoString() string { return s.String() } -// SetBroker sets the Broker field's value. -func (s *KafkaSettings) SetBroker(v string) *KafkaSettings { - s.Broker = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyEventSubscriptionInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyEventSubscriptionInput"} + if s.SubscriptionName == nil { + invalidParams.Add(request.NewErrParamRequired("SubscriptionName")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetIncludeControlDetails sets the IncludeControlDetails field's value. -func (s *KafkaSettings) SetIncludeControlDetails(v bool) *KafkaSettings { - s.IncludeControlDetails = &v +// SetEnabled sets the Enabled field's value. +func (s *ModifyEventSubscriptionInput) SetEnabled(v bool) *ModifyEventSubscriptionInput { + s.Enabled = &v return s } -// SetIncludeNullAndEmpty sets the IncludeNullAndEmpty field's value. -func (s *KafkaSettings) SetIncludeNullAndEmpty(v bool) *KafkaSettings { - s.IncludeNullAndEmpty = &v +// SetEventCategories sets the EventCategories field's value. +func (s *ModifyEventSubscriptionInput) SetEventCategories(v []*string) *ModifyEventSubscriptionInput { + s.EventCategories = v return s } -// SetIncludePartitionValue sets the IncludePartitionValue field's value. -func (s *KafkaSettings) SetIncludePartitionValue(v bool) *KafkaSettings { - s.IncludePartitionValue = &v +// SetSnsTopicArn sets the SnsTopicArn field's value. +func (s *ModifyEventSubscriptionInput) SetSnsTopicArn(v string) *ModifyEventSubscriptionInput { + s.SnsTopicArn = &v return s } -// SetIncludeTableAlterOperations sets the IncludeTableAlterOperations field's value. -func (s *KafkaSettings) SetIncludeTableAlterOperations(v bool) *KafkaSettings { - s.IncludeTableAlterOperations = &v +// SetSourceType sets the SourceType field's value. +func (s *ModifyEventSubscriptionInput) SetSourceType(v string) *ModifyEventSubscriptionInput { + s.SourceType = &v return s } -// SetIncludeTransactionDetails sets the IncludeTransactionDetails field's value. -func (s *KafkaSettings) SetIncludeTransactionDetails(v bool) *KafkaSettings { - s.IncludeTransactionDetails = &v +// SetSubscriptionName sets the SubscriptionName field's value. +func (s *ModifyEventSubscriptionInput) SetSubscriptionName(v string) *ModifyEventSubscriptionInput { + s.SubscriptionName = &v return s } -// SetMessageFormat sets the MessageFormat field's value. -func (s *KafkaSettings) SetMessageFormat(v string) *KafkaSettings { - s.MessageFormat = &v - return s +type ModifyEventSubscriptionOutput struct { + _ struct{} `type:"structure"` + + // The modified event subscription. + EventSubscription *EventSubscription `type:"structure"` } -// SetMessageMaxBytes sets the MessageMaxBytes field's value. -func (s *KafkaSettings) SetMessageMaxBytes(v int64) *KafkaSettings { - s.MessageMaxBytes = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyEventSubscriptionOutput) String() string { + return awsutil.Prettify(s) } -// SetNoHexPrefix sets the NoHexPrefix field's value. -func (s *KafkaSettings) SetNoHexPrefix(v bool) *KafkaSettings { - s.NoHexPrefix = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyEventSubscriptionOutput) GoString() string { + return s.String() } -// SetPartitionIncludeSchemaTable sets the PartitionIncludeSchemaTable field's value. -func (s *KafkaSettings) SetPartitionIncludeSchemaTable(v bool) *KafkaSettings { - s.PartitionIncludeSchemaTable = &v +// SetEventSubscription sets the EventSubscription field's value. +func (s *ModifyEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *ModifyEventSubscriptionOutput { + s.EventSubscription = v return s } -// SetSaslMechanism sets the SaslMechanism field's value. -func (s *KafkaSettings) SetSaslMechanism(v string) *KafkaSettings { - s.SaslMechanism = &v - return s +type ModifyInstanceProfileInput struct { + _ struct{} `type:"structure"` + + // The Availability Zone where the instance profile runs. + AvailabilityZone *string `type:"string"` + + // A user-friendly description for the instance profile. + Description *string `type:"string"` + + // The identifier of the instance profile. 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. + // + // InstanceProfileIdentifier is a required field + InstanceProfileIdentifier *string `type:"string" required:"true"` + + // A user-friendly name for the instance profile. + InstanceProfileName *string `type:"string"` + + // The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the + // connection parameters for the instance profile. + // + // If you don't specify a value for the KmsKeyArn parameter, then DMS uses your + // default encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyArn *string `type:"string"` + + // Specifies the network type for the instance profile. A value of IPV4 represents + // an instance profile with IPv4 network type and only supports IPv4 addressing. + // A value of IPV6 represents an instance profile with IPv6 network type and + // only supports IPv6 addressing. A value of DUAL represents an instance profile + // with dual network type that supports IPv4 and IPv6 addressing. + NetworkType *string `type:"string"` + + // Specifies the accessibility options for the instance profile. A value of + // true represents an instance profile with a public IP address. A value of + // false represents an instance profile with a private IP address. The default + // value is true. + PubliclyAccessible *bool `type:"boolean"` + + // A subnet group to associate with the instance profile. + SubnetGroupIdentifier *string `type:"string"` + + // Specifies the VPC security groups to be used with the instance profile. The + // VPC security group must work with the VPC containing the instance profile. + VpcSecurityGroups []*string `type:"list"` } -// SetSaslPassword sets the SaslPassword field's value. -func (s *KafkaSettings) SetSaslPassword(v string) *KafkaSettings { - s.SaslPassword = &v +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceProfileInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceProfileInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyInstanceProfileInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyInstanceProfileInput"} + if s.InstanceProfileIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("InstanceProfileIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetAvailabilityZone sets the AvailabilityZone field's value. +func (s *ModifyInstanceProfileInput) SetAvailabilityZone(v string) *ModifyInstanceProfileInput { + s.AvailabilityZone = &v return s } -// SetSaslUsername sets the SaslUsername field's value. -func (s *KafkaSettings) SetSaslUsername(v string) *KafkaSettings { - s.SaslUsername = &v +// SetDescription sets the Description field's value. +func (s *ModifyInstanceProfileInput) SetDescription(v string) *ModifyInstanceProfileInput { + s.Description = &v return s } -// SetSecurityProtocol sets the SecurityProtocol field's value. -func (s *KafkaSettings) SetSecurityProtocol(v string) *KafkaSettings { - s.SecurityProtocol = &v +// SetInstanceProfileIdentifier sets the InstanceProfileIdentifier field's value. +func (s *ModifyInstanceProfileInput) SetInstanceProfileIdentifier(v string) *ModifyInstanceProfileInput { + s.InstanceProfileIdentifier = &v return s } -// SetSslCaCertificateArn sets the SslCaCertificateArn field's value. -func (s *KafkaSettings) SetSslCaCertificateArn(v string) *KafkaSettings { - s.SslCaCertificateArn = &v +// SetInstanceProfileName sets the InstanceProfileName field's value. +func (s *ModifyInstanceProfileInput) SetInstanceProfileName(v string) *ModifyInstanceProfileInput { + s.InstanceProfileName = &v return s } -// SetSslClientCertificateArn sets the SslClientCertificateArn field's value. -func (s *KafkaSettings) SetSslClientCertificateArn(v string) *KafkaSettings { - s.SslClientCertificateArn = &v +// SetKmsKeyArn sets the KmsKeyArn field's value. +func (s *ModifyInstanceProfileInput) SetKmsKeyArn(v string) *ModifyInstanceProfileInput { + s.KmsKeyArn = &v return s } -// SetSslClientKeyArn sets the SslClientKeyArn field's value. -func (s *KafkaSettings) SetSslClientKeyArn(v string) *KafkaSettings { - s.SslClientKeyArn = &v +// SetNetworkType sets the NetworkType field's value. +func (s *ModifyInstanceProfileInput) SetNetworkType(v string) *ModifyInstanceProfileInput { + s.NetworkType = &v return s } -// SetSslClientKeyPassword sets the SslClientKeyPassword field's value. -func (s *KafkaSettings) SetSslClientKeyPassword(v string) *KafkaSettings { - s.SslClientKeyPassword = &v +// SetPubliclyAccessible sets the PubliclyAccessible field's value. +func (s *ModifyInstanceProfileInput) SetPubliclyAccessible(v bool) *ModifyInstanceProfileInput { + s.PubliclyAccessible = &v return s } -// SetSslEndpointIdentificationAlgorithm sets the SslEndpointIdentificationAlgorithm field's value. -func (s *KafkaSettings) SetSslEndpointIdentificationAlgorithm(v string) *KafkaSettings { - s.SslEndpointIdentificationAlgorithm = &v +// SetSubnetGroupIdentifier sets the SubnetGroupIdentifier field's value. +func (s *ModifyInstanceProfileInput) SetSubnetGroupIdentifier(v string) *ModifyInstanceProfileInput { + s.SubnetGroupIdentifier = &v return s } -// SetTopic sets the Topic field's value. -func (s *KafkaSettings) SetTopic(v string) *KafkaSettings { - s.Topic = &v +// SetVpcSecurityGroups sets the VpcSecurityGroups field's value. +func (s *ModifyInstanceProfileInput) SetVpcSecurityGroups(v []*string) *ModifyInstanceProfileInput { + s.VpcSecurityGroups = v return s } -// Provides information that describes an Amazon Kinesis Data Stream endpoint. -// This information includes the output format of records applied to the endpoint -// and details of transaction and control table data information. -type KinesisSettings struct { +type ModifyInstanceProfileOutput struct { _ struct{} `type:"structure"` - // Shows detailed control information for table definition, column definition, - // and table and column changes in the Kinesis message output. The default is - // false. - IncludeControlDetails *bool `type:"boolean"` + // The instance profile that was modified. + InstanceProfile *InstanceProfile `type:"structure"` +} - // Include NULL and empty columns for records migrated to the endpoint. The - // default is false. - IncludeNullAndEmpty *bool `type:"boolean"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceProfileOutput) String() string { + return awsutil.Prettify(s) +} - // Shows the partition value within the Kinesis message output, unless the partition - // type is schema-table-type. The default is false. - IncludePartitionValue *bool `type:"boolean"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceProfileOutput) GoString() string { + return s.String() +} - // Includes any data definition language (DDL) operations that change the table - // in the control data, such as rename-table, drop-table, add-column, drop-column, - // and rename-column. The default is false. - IncludeTableAlterOperations *bool `type:"boolean"` +// SetInstanceProfile sets the InstanceProfile field's value. +func (s *ModifyInstanceProfileOutput) SetInstanceProfile(v *InstanceProfile) *ModifyInstanceProfileOutput { + s.InstanceProfile = v + return s +} - // Provides detailed transaction information from the source database. This - // information includes a commit timestamp, a log position, and values for transaction_id, - // previous transaction_id, and transaction_record_id (the record offset within - // a transaction). The default is false. - IncludeTransactionDetails *bool `type:"boolean"` +type ModifyMigrationProjectInput struct { + _ struct{} `type:"structure"` + + // A user-friendly description of the migration project. + Description *string `type:"string"` + + // The name or Amazon Resource Name (ARN) for the instance profile. + InstanceProfileIdentifier *string `type:"string"` + + // The identifier of the migration project. 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. + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` - // The output format for the records created on the endpoint. The message format - // is JSON (default) or JSON_UNFORMATTED (a single line with no tab). - MessageFormat *string `type:"string" enum:"MessageFormatValue"` + // A user-friendly name for the migration project. + MigrationProjectName *string `type:"string"` - // Set this optional parameter to true to avoid adding a '0x' prefix to raw - // data in hexadecimal format. For example, by default, DMS adds a '0x' prefix - // to the LOB column type in hexadecimal format moving from an Oracle source - // to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable - // migration of RAW data type columns without adding the '0x' prefix. - NoHexPrefix *bool `type:"boolean"` + // The schema conversion application attributes, including the Amazon S3 bucket + // name and Amazon S3 role ARN. + SchemaConversionApplicationAttributes *SCApplicationAttributes `type:"structure"` - // Prefixes schema and table names to partition values, when the partition type - // is primary-key-type. Doing this increases data distribution among Kinesis - // shards. For example, suppose that a SysBench schema has thousands of tables - // and each table has only limited range for a primary key. In this case, the - // same primary key is sent from thousands of tables to the same shard, which - // causes throttling. The default is false. - PartitionIncludeSchemaTable *bool `type:"boolean"` + // Information about the source data provider, including the name, ARN, and + // Amazon Web Services Secrets Manager parameters. + SourceDataProviderDescriptors []*DataProviderDescriptorDefinition `type:"list"` - // The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to - // the Kinesis data stream. The role must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` + // Information about the target data provider, including the name, ARN, and + // Amazon Web Services Secrets Manager parameters. + TargetDataProviderDescriptors []*DataProviderDescriptorDefinition `type:"list"` - // The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint. - StreamArn *string `type:"string"` + // The settings in JSON format for migration rules. Migration rules make it + // possible for you to change the object names according to the rules that you + // specify. For example, you can change an object name to lowercase or uppercase, + // add or remove a prefix or suffix, or rename objects. + TransformationRules *string `type:"string"` } // String returns the string representation. @@ -19497,7 +26775,7 @@ type KinesisSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KinesisSettings) String() string { +func (s ModifyMigrationProjectInput) String() string { return awsutil.Prettify(s) } @@ -19506,106 +26784,96 @@ func (s KinesisSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s KinesisSettings) GoString() string { +func (s ModifyMigrationProjectInput) GoString() string { return s.String() } -// SetIncludeControlDetails sets the IncludeControlDetails field's value. -func (s *KinesisSettings) SetIncludeControlDetails(v bool) *KinesisSettings { - s.IncludeControlDetails = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyMigrationProjectInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyMigrationProjectInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.SourceDataProviderDescriptors != nil { + for i, v := range s.SourceDataProviderDescriptors { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "SourceDataProviderDescriptors", i), err.(request.ErrInvalidParams)) + } + } + } + if s.TargetDataProviderDescriptors != nil { + for i, v := range s.TargetDataProviderDescriptors { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "TargetDataProviderDescriptors", i), err.(request.ErrInvalidParams)) + } + } + } -// SetIncludeNullAndEmpty sets the IncludeNullAndEmpty field's value. -func (s *KinesisSettings) SetIncludeNullAndEmpty(v bool) *KinesisSettings { - s.IncludeNullAndEmpty = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetIncludePartitionValue sets the IncludePartitionValue field's value. -func (s *KinesisSettings) SetIncludePartitionValue(v bool) *KinesisSettings { - s.IncludePartitionValue = &v +// SetDescription sets the Description field's value. +func (s *ModifyMigrationProjectInput) SetDescription(v string) *ModifyMigrationProjectInput { + s.Description = &v return s } -// SetIncludeTableAlterOperations sets the IncludeTableAlterOperations field's value. -func (s *KinesisSettings) SetIncludeTableAlterOperations(v bool) *KinesisSettings { - s.IncludeTableAlterOperations = &v +// SetInstanceProfileIdentifier sets the InstanceProfileIdentifier field's value. +func (s *ModifyMigrationProjectInput) SetInstanceProfileIdentifier(v string) *ModifyMigrationProjectInput { + s.InstanceProfileIdentifier = &v return s } -// SetIncludeTransactionDetails sets the IncludeTransactionDetails field's value. -func (s *KinesisSettings) SetIncludeTransactionDetails(v bool) *KinesisSettings { - s.IncludeTransactionDetails = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *ModifyMigrationProjectInput) SetMigrationProjectIdentifier(v string) *ModifyMigrationProjectInput { + s.MigrationProjectIdentifier = &v return s } -// SetMessageFormat sets the MessageFormat field's value. -func (s *KinesisSettings) SetMessageFormat(v string) *KinesisSettings { - s.MessageFormat = &v +// SetMigrationProjectName sets the MigrationProjectName field's value. +func (s *ModifyMigrationProjectInput) SetMigrationProjectName(v string) *ModifyMigrationProjectInput { + s.MigrationProjectName = &v return s } -// SetNoHexPrefix sets the NoHexPrefix field's value. -func (s *KinesisSettings) SetNoHexPrefix(v bool) *KinesisSettings { - s.NoHexPrefix = &v +// SetSchemaConversionApplicationAttributes sets the SchemaConversionApplicationAttributes field's value. +func (s *ModifyMigrationProjectInput) SetSchemaConversionApplicationAttributes(v *SCApplicationAttributes) *ModifyMigrationProjectInput { + s.SchemaConversionApplicationAttributes = v return s } -// SetPartitionIncludeSchemaTable sets the PartitionIncludeSchemaTable field's value. -func (s *KinesisSettings) SetPartitionIncludeSchemaTable(v bool) *KinesisSettings { - s.PartitionIncludeSchemaTable = &v +// SetSourceDataProviderDescriptors sets the SourceDataProviderDescriptors field's value. +func (s *ModifyMigrationProjectInput) SetSourceDataProviderDescriptors(v []*DataProviderDescriptorDefinition) *ModifyMigrationProjectInput { + s.SourceDataProviderDescriptors = v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *KinesisSettings) SetServiceAccessRoleArn(v string) *KinesisSettings { - s.ServiceAccessRoleArn = &v +// SetTargetDataProviderDescriptors sets the TargetDataProviderDescriptors field's value. +func (s *ModifyMigrationProjectInput) SetTargetDataProviderDescriptors(v []*DataProviderDescriptorDefinition) *ModifyMigrationProjectInput { + s.TargetDataProviderDescriptors = v return s } -// SetStreamArn sets the StreamArn field's value. -func (s *KinesisSettings) SetStreamArn(v string) *KinesisSettings { - s.StreamArn = &v +// SetTransformationRules sets the TransformationRules field's value. +func (s *ModifyMigrationProjectInput) SetTransformationRules(v string) *ModifyMigrationProjectInput { + s.TransformationRules = &v return s } -// Provides information about the limitations of target Amazon Web Services -// engines. -// -// Your source database might include features that the target Amazon Web Services -// engine doesn't support. Fleet Advisor lists these features as limitations. -// You should consider these limitations during database migration. For each -// limitation, Fleet Advisor recommends an action that you can take to address -// or avoid this limitation. -type Limitation struct { +type ModifyMigrationProjectOutput struct { _ struct{} `type:"structure"` - // The identifier of the source database. - DatabaseId *string `type:"string"` - - // A description of the limitation. Provides additional information about the - // limitation, and includes recommended actions that you can take to address - // or avoid this limitation. - Description *string `type:"string"` - - // The name of the target engine that Fleet Advisor should use in the target - // engine recommendation. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", - // "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql". - EngineName *string `type:"string"` - - // The impact of the limitation. You can use this parameter to prioritize limitations - // that you want to address. Valid values include "Blocker", "High", "Medium", - // and "Low". - Impact *string `type:"string"` - - // The name of the limitation. Describes unsupported database features, migration - // action items, and other limitations. - Name *string `type:"string"` - - // The type of the limitation, such as action required, upgrade required, and - // limited feature. - Type *string `type:"string"` + // The migration project that was modified. + MigrationProject *MigrationProject `type:"structure"` } // String returns the string representation. @@ -19613,7 +26881,7 @@ type Limitation struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Limitation) String() string { +func (s ModifyMigrationProjectOutput) String() string { return awsutil.Prettify(s) } @@ -19622,59 +26890,49 @@ func (s Limitation) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Limitation) GoString() string { +func (s ModifyMigrationProjectOutput) GoString() string { return s.String() } -// SetDatabaseId sets the DatabaseId field's value. -func (s *Limitation) SetDatabaseId(v string) *Limitation { - s.DatabaseId = &v +// SetMigrationProject sets the MigrationProject field's value. +func (s *ModifyMigrationProjectOutput) SetMigrationProject(v *MigrationProject) *ModifyMigrationProjectOutput { + s.MigrationProject = v return s } -// SetDescription sets the Description field's value. -func (s *Limitation) SetDescription(v string) *Limitation { - s.Description = &v - return s -} +type ModifyReplicationConfigInput struct { + _ struct{} `type:"structure"` -// SetEngineName sets the EngineName field's value. -func (s *Limitation) SetEngineName(v string) *Limitation { - s.EngineName = &v - return s -} + // Configuration parameters for provisioning an DMS Serverless replication. + ComputeConfig *ComputeConfig `type:"structure"` -// SetImpact sets the Impact field's value. -func (s *Limitation) SetImpact(v string) *Limitation { - s.Impact = &v - return s -} + // The Amazon Resource Name of the replication to modify. + // + // ReplicationConfigArn is a required field + ReplicationConfigArn *string `type:"string" required:"true"` -// SetName sets the Name field's value. -func (s *Limitation) SetName(v string) *Limitation { - s.Name = &v - return s -} + // The new replication config to apply to the replication. + ReplicationConfigIdentifier *string `type:"string"` -// SetType sets the Type field's value. -func (s *Limitation) SetType(v string) *Limitation { - s.Type = &v - return s -} + // The settings for the replication. + ReplicationSettings *string `type:"string"` -type ListTagsForResourceInput struct { - _ struct{} `type:"structure"` + // The type of replication. + ReplicationType *string `type:"string" enum:"MigrationTypeValue"` - // The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource - // to list tags for. This returns a list of keys (names of tags) created for - // the resource and their associated tag values. - ResourceArn *string `type:"string"` + // The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless + // replication configuration. + SourceEndpointArn *string `type:"string"` - // List of ARNs that identify multiple DMS resources that you want to list tags - // for. This returns a list of keys (tag names) and their associated tag values. - // It also returns each tag's associated ResourceArn value, which is the ARN - // of the resource for which each listed tag is created. - ResourceArnList []*string `type:"list"` + // Additional settings for the replication. + SupplementalSettings *string `type:"string"` + + // Table mappings specified in the replication. + TableMappings *string `type:"string"` + + // The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless + // replication configuration. + TargetEndpointArn *string `type:"string"` } // String returns the string representation. @@ -19682,7 +26940,7 @@ type ListTagsForResourceInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ListTagsForResourceInput) String() string { +func (s ModifyReplicationConfigInput) String() string { return awsutil.Prettify(s) } @@ -19691,27 +26949,82 @@ func (s ListTagsForResourceInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ListTagsForResourceInput) GoString() string { +func (s ModifyReplicationConfigInput) GoString() string { return s.String() } -// SetResourceArn sets the ResourceArn field's value. -func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput { - s.ResourceArn = &v +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyReplicationConfigInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationConfigInput"} + if s.ReplicationConfigArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetComputeConfig sets the ComputeConfig field's value. +func (s *ModifyReplicationConfigInput) SetComputeConfig(v *ComputeConfig) *ModifyReplicationConfigInput { + s.ComputeConfig = v return s } -// SetResourceArnList sets the ResourceArnList field's value. -func (s *ListTagsForResourceInput) SetResourceArnList(v []*string) *ListTagsForResourceInput { - s.ResourceArnList = v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *ModifyReplicationConfigInput) SetReplicationConfigArn(v string) *ModifyReplicationConfigInput { + s.ReplicationConfigArn = &v return s } -type ListTagsForResourceOutput struct { +// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. +func (s *ModifyReplicationConfigInput) SetReplicationConfigIdentifier(v string) *ModifyReplicationConfigInput { + s.ReplicationConfigIdentifier = &v + return s +} + +// SetReplicationSettings sets the ReplicationSettings field's value. +func (s *ModifyReplicationConfigInput) SetReplicationSettings(v string) *ModifyReplicationConfigInput { + s.ReplicationSettings = &v + return s +} + +// SetReplicationType sets the ReplicationType field's value. +func (s *ModifyReplicationConfigInput) SetReplicationType(v string) *ModifyReplicationConfigInput { + s.ReplicationType = &v + return s +} + +// SetSourceEndpointArn sets the SourceEndpointArn field's value. +func (s *ModifyReplicationConfigInput) SetSourceEndpointArn(v string) *ModifyReplicationConfigInput { + s.SourceEndpointArn = &v + return s +} + +// SetSupplementalSettings sets the SupplementalSettings field's value. +func (s *ModifyReplicationConfigInput) SetSupplementalSettings(v string) *ModifyReplicationConfigInput { + s.SupplementalSettings = &v + return s +} + +// SetTableMappings sets the TableMappings field's value. +func (s *ModifyReplicationConfigInput) SetTableMappings(v string) *ModifyReplicationConfigInput { + s.TableMappings = &v + return s +} + +// SetTargetEndpointArn sets the TargetEndpointArn field's value. +func (s *ModifyReplicationConfigInput) SetTargetEndpointArn(v string) *ModifyReplicationConfigInput { + s.TargetEndpointArn = &v + return s +} + +type ModifyReplicationConfigOutput struct { _ struct{} `type:"structure"` - // A list of tags for the resource. - TagList []*Tag `type:"list"` + // Information about the serverless replication config that was modified. + ReplicationConfig *ReplicationConfig `type:"structure"` } // String returns the string representation. @@ -19719,7 +27032,7 @@ type ListTagsForResourceOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ListTagsForResourceOutput) String() string { +func (s ModifyReplicationConfigOutput) String() string { return awsutil.Prettify(s) } @@ -19728,119 +27041,112 @@ func (s ListTagsForResourceOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ListTagsForResourceOutput) GoString() string { +func (s ModifyReplicationConfigOutput) GoString() string { return s.String() } -// SetTagList sets the TagList field's value. -func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput { - s.TagList = v +// SetReplicationConfig sets the ReplicationConfig field's value. +func (s *ModifyReplicationConfigOutput) SetReplicationConfig(v *ReplicationConfig) *ModifyReplicationConfigOutput { + s.ReplicationConfig = v return s } -// Provides information that defines a Microsoft SQL Server endpoint. -type MicrosoftSQLServerSettings struct { +type ModifyReplicationInstanceInput struct { _ struct{} `type:"structure"` - // The maximum size of the packets (in bytes) used to transfer data using BCP. - BcpPacketSize *int64 `type:"integer"` - - // Specifies a file group for the DMS internal tables. When the replication - // task starts, all the internal DMS control tables (awsdms_ apply_exception, - // awsdms_apply, awsdms_changes) are created for the specified file group. - ControlTablesFileGroup *string `type:"string"` - - // Database name for the endpoint. - DatabaseName *string `type:"string"` - - // Forces LOB lookup on inline LOB. - ForceLobLookup *bool `type:"boolean"` + // The amount of storage (in gigabytes) to be allocated for the replication + // instance. + AllocatedStorage *int64 `type:"integer"` - // Endpoint connection password. + // Indicates that major version upgrades are allowed. Changing this parameter + // does not result in an outage, and the change is asynchronously applied as + // soon as possible. // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by MicrosoftSQLServerSettings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` - - // Endpoint TCP port. - Port *int64 `type:"integer"` - - // Cleans and recreates table metadata information on the replication instance - // when a mismatch occurs. An example is a situation where running an alter - // DDL statement on a table might result in different information about the - // table cached in the replication instance. - QuerySingleAlwaysOnNode *bool `type:"boolean"` + // This parameter must be set to true when specifying a value for the EngineVersion + // parameter that is a different major version than the replication instance's + // current version. + AllowMajorVersionUpgrade *bool `type:"boolean"` - // When this attribute is set to Y, DMS only reads changes from transaction - // log backups and doesn't read from the active transaction log file during - // ongoing replication. Setting this parameter to Y enables you to control active - // transaction log file growth during full load and ongoing replication tasks. - // However, it can add some source latency to ongoing replication. - ReadBackupOnly *bool `type:"boolean"` + // Indicates whether the changes should be applied immediately or during the + // next maintenance window. + ApplyImmediately *bool `type:"boolean"` - // Use this attribute to minimize the need to access the backup log and enable - // DMS to prevent truncation using one of the following two methods. + // A value that indicates that minor version upgrades are applied automatically + // to the replication instance during the maintenance window. Changing this + // parameter doesn't result in an outage, except in the case described following. + // The change is asynchronously applied as soon as possible. // - // Start transactions in the database: This is the default method. When this - // method is used, DMS prevents TLOG truncation by mimicking a transaction in - // the database. As long as such a transaction is open, changes that appear - // after the transaction started aren't truncated. If you need Microsoft Replication - // to be enabled in your database, then you must choose this method. + // An outage does result if these factors apply: // - // Exclusively use sp_repldone within a single task: When this method is used, - // DMS reads the changes and then uses sp_repldone to mark the TLOG transactions - // as ready for truncation. Although this method doesn't involve any transactional - // activities, it can only be used when Microsoft Replication isn't running. - // Also, when using this method, only one DMS task can access the database at - // any given time. Therefore, if you need to run parallel DMS tasks against - // the same database, use the default method. - SafeguardPolicy *string `type:"string" enum:"SafeguardPolicy"` + // * This parameter is set to true during the maintenance window. + // + // * A newer minor version is available. + // + // * DMS has enabled automatic patching for the given engine version. + // + // When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine + // version when you modify a replication instance. For example, if you set EngineVersion + // to a lower version number than the current default version, DMS uses the + // default version. + // + // If AutoMinorVersionUpgrade isn’t enabled when you modify a replication + // instance, DMS uses the engine version specified by the EngineVersion parameter. + AutoMinorVersionUpgrade *bool `type:"boolean"` - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the SQL Server endpoint. + // The engine version number of the replication instance. // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` + // When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade + // to true. + EngineVersion *string `type:"string"` - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the SQL Server endpoint connection details. - SecretsManagerSecretId *string `type:"string"` + // Specifies whether the replication instance is a Multi-AZ deployment. You + // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set + // to true. + MultiAZ *bool `type:"boolean"` - // Fully qualified domain name of the endpoint. For an Amazon RDS SQL Server - // instance, this is the output of DescribeDBInstances (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), - // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address - // field. - ServerName *string `type:"string"` + // The type of IP address protocol used by a replication instance, such as IPv4 + // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only + // is not yet supported. + NetworkType *string `type:"string"` - // Indicates the mode used to fetch CDC data. - TlogAccessMode *string `type:"string" enum:"TlogAccessMode"` + // The weekly time range (in UTC) during which system maintenance can occur, + // which might result in an outage. Changing this parameter does not result + // in an outage, except in the following situation, and the change is asynchronously + // applied as soon as possible. If moving this window to the current time, there + // must be at least 30 minutes between the current time and end of the window + // to ensure pending changes are applied. + // + // Default: Uses existing setting + // + // Format: ddd:hh24:mi-ddd:hh24:mi + // + // Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun + // + // Constraints: Must be at least 30 minutes + PreferredMaintenanceWindow *string `type:"string"` - // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and - // NCHAR data types during migration. The default value is true. - TrimSpaceInChar *bool `type:"boolean"` + // The Amazon Resource Name (ARN) of the replication instance. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` - // Use this to attribute to transfer data for full-load operations using BCP. - // When the target table contains an identity column that does not exist in - // the source table, you must disable the use BCP for loading table option. - UseBcpFullLoad *bool `type:"boolean"` + // The compute and memory capacity of the replication instance as defined for + // the specified replication instance class. For example to specify the instance + // class dms.c4.large, set this parameter to "dms.c4.large". + // + // For more information on the settings and capacities for the available replication + // instance classes, see Selecting the right DMS replication instance for your + // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). + ReplicationInstanceClass *string `type:"string"` - // When this attribute is set to Y, DMS processes third-party transaction log - // backups if they are created in native format. - UseThirdPartyBackupDevice *bool `type:"boolean"` + // The replication instance identifier. This parameter is stored as a lowercase + // string. + ReplicationInstanceIdentifier *string `type:"string"` - // Endpoint connection user name. - Username *string `type:"string"` + // Specifies the VPC security group to be used with the replication instance. + // The VPC security group must work with the VPC containing the replication + // instance. + VpcSecurityGroupIds []*string `type:"list"` } // String returns the string representation. @@ -19848,7 +27154,7 @@ type MicrosoftSQLServerSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MicrosoftSQLServerSettings) String() string { +func (s ModifyReplicationInstanceInput) String() string { return awsutil.Prettify(s) } @@ -19857,313 +27163,141 @@ func (s MicrosoftSQLServerSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MicrosoftSQLServerSettings) GoString() string { +func (s ModifyReplicationInstanceInput) GoString() string { return s.String() } -// SetBcpPacketSize sets the BcpPacketSize field's value. -func (s *MicrosoftSQLServerSettings) SetBcpPacketSize(v int64) *MicrosoftSQLServerSettings { - s.BcpPacketSize = &v - return s -} - -// SetControlTablesFileGroup sets the ControlTablesFileGroup field's value. -func (s *MicrosoftSQLServerSettings) SetControlTablesFileGroup(v string) *MicrosoftSQLServerSettings { - s.ControlTablesFileGroup = &v - return s -} - -// SetDatabaseName sets the DatabaseName field's value. -func (s *MicrosoftSQLServerSettings) SetDatabaseName(v string) *MicrosoftSQLServerSettings { - s.DatabaseName = &v - return s -} - -// SetForceLobLookup sets the ForceLobLookup field's value. -func (s *MicrosoftSQLServerSettings) SetForceLobLookup(v bool) *MicrosoftSQLServerSettings { - s.ForceLobLookup = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyReplicationInstanceInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationInstanceInput"} + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } -// SetPassword sets the Password field's value. -func (s *MicrosoftSQLServerSettings) SetPassword(v string) *MicrosoftSQLServerSettings { - s.Password = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetPort sets the Port field's value. -func (s *MicrosoftSQLServerSettings) SetPort(v int64) *MicrosoftSQLServerSettings { - s.Port = &v +// SetAllocatedStorage sets the AllocatedStorage field's value. +func (s *ModifyReplicationInstanceInput) SetAllocatedStorage(v int64) *ModifyReplicationInstanceInput { + s.AllocatedStorage = &v return s } -// SetQuerySingleAlwaysOnNode sets the QuerySingleAlwaysOnNode field's value. -func (s *MicrosoftSQLServerSettings) SetQuerySingleAlwaysOnNode(v bool) *MicrosoftSQLServerSettings { - s.QuerySingleAlwaysOnNode = &v +// SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value. +func (s *ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyReplicationInstanceInput { + s.AllowMajorVersionUpgrade = &v return s } -// SetReadBackupOnly sets the ReadBackupOnly field's value. -func (s *MicrosoftSQLServerSettings) SetReadBackupOnly(v bool) *MicrosoftSQLServerSettings { - s.ReadBackupOnly = &v +// SetApplyImmediately sets the ApplyImmediately field's value. +func (s *ModifyReplicationInstanceInput) SetApplyImmediately(v bool) *ModifyReplicationInstanceInput { + s.ApplyImmediately = &v return s } -// SetSafeguardPolicy sets the SafeguardPolicy field's value. -func (s *MicrosoftSQLServerSettings) SetSafeguardPolicy(v string) *MicrosoftSQLServerSettings { - s.SafeguardPolicy = &v +// SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value. +func (s *ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyReplicationInstanceInput { + s.AutoMinorVersionUpgrade = &v return s } -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *MicrosoftSQLServerSettings) SetSecretsManagerAccessRoleArn(v string) *MicrosoftSQLServerSettings { - s.SecretsManagerAccessRoleArn = &v +// SetEngineVersion sets the EngineVersion field's value. +func (s *ModifyReplicationInstanceInput) SetEngineVersion(v string) *ModifyReplicationInstanceInput { + s.EngineVersion = &v return s } -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *MicrosoftSQLServerSettings) SetSecretsManagerSecretId(v string) *MicrosoftSQLServerSettings { - s.SecretsManagerSecretId = &v +// SetMultiAZ sets the MultiAZ field's value. +func (s *ModifyReplicationInstanceInput) SetMultiAZ(v bool) *ModifyReplicationInstanceInput { + s.MultiAZ = &v return s } -// SetServerName sets the ServerName field's value. -func (s *MicrosoftSQLServerSettings) SetServerName(v string) *MicrosoftSQLServerSettings { - s.ServerName = &v +// SetNetworkType sets the NetworkType field's value. +func (s *ModifyReplicationInstanceInput) SetNetworkType(v string) *ModifyReplicationInstanceInput { + s.NetworkType = &v return s } -// SetTlogAccessMode sets the TlogAccessMode field's value. -func (s *MicrosoftSQLServerSettings) SetTlogAccessMode(v string) *MicrosoftSQLServerSettings { - s.TlogAccessMode = &v +// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. +func (s *ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyReplicationInstanceInput { + s.PreferredMaintenanceWindow = &v return s } -// SetTrimSpaceInChar sets the TrimSpaceInChar field's value. -func (s *MicrosoftSQLServerSettings) SetTrimSpaceInChar(v bool) *MicrosoftSQLServerSettings { - s.TrimSpaceInChar = &v +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *ModifyReplicationInstanceInput) SetReplicationInstanceArn(v string) *ModifyReplicationInstanceInput { + s.ReplicationInstanceArn = &v return s } -// SetUseBcpFullLoad sets the UseBcpFullLoad field's value. -func (s *MicrosoftSQLServerSettings) SetUseBcpFullLoad(v bool) *MicrosoftSQLServerSettings { - s.UseBcpFullLoad = &v +// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. +func (s *ModifyReplicationInstanceInput) SetReplicationInstanceClass(v string) *ModifyReplicationInstanceInput { + s.ReplicationInstanceClass = &v return s } -// SetUseThirdPartyBackupDevice sets the UseThirdPartyBackupDevice field's value. -func (s *MicrosoftSQLServerSettings) SetUseThirdPartyBackupDevice(v bool) *MicrosoftSQLServerSettings { - s.UseThirdPartyBackupDevice = &v +// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. +func (s *ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *ModifyReplicationInstanceInput { + s.ReplicationInstanceIdentifier = &v return s } -// SetUsername sets the Username field's value. -func (s *MicrosoftSQLServerSettings) SetUsername(v string) *MicrosoftSQLServerSettings { - s.Username = &v +// SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value. +func (s *ModifyReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyReplicationInstanceInput { + s.VpcSecurityGroupIds = v return s } -type ModifyEndpointInput struct { +type ModifyReplicationInstanceOutput struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the certificate used for SSL connection. - CertificateArn *string `type:"string"` - - // The name of the endpoint database. For a MySQL source or target endpoint, - // do not specify DatabaseName. - DatabaseName *string `type:"string"` - - // The settings in JSON format for the DMS transfer type of source endpoint. - // - // Attributes include the following: - // - // * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service - // access IAM role. The role must allow the iam:PassRole action. - // - // * BucketName - The name of the S3 bucket to use. - // - // Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string - // ,BucketName=string - // - // JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", - // "BucketName": "string"} - DmsTransferSettings *DmsTransferSettings `type:"structure"` - - // Settings in JSON format for the source DocumentDB endpoint. For more information - // about the available settings, see the configuration properties section in - // Using DocumentDB as a Target for Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html) - // in the Database Migration Service User Guide. - DocDbSettings *DocDbSettings `type:"structure"` - - // Settings in JSON format for the target Amazon DynamoDB endpoint. For information - // about other available settings, see Using Object Mapping to Migrate Data - // to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping) - // in the Database Migration Service User Guide. - DynamoDbSettings *DynamoDbSettings `type:"structure"` - - // Settings in JSON format for the target OpenSearch endpoint. For more information - // about the available settings, see Extra Connection Attributes When Using - // OpenSearch as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration) - // in the Database Migration Service User Guide. - ElasticsearchSettings *ElasticsearchSettings `type:"structure"` - - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. - // - // EndpointArn is a required field - EndpointArn *string `type:"string" required:"true"` - - // 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. - EndpointIdentifier *string `type:"string"` - - // The type of endpoint. Valid values are source and target. - EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` - - // The database engine name. Valid values, depending on the EndpointType, include - // "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", - // "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", - // "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", - // and "babelfish". - EngineName *string `type:"string"` - - // If this attribute is Y, the current call to ModifyEndpoint replaces all existing - // endpoint settings with the exact settings that you specify in this call. - // If this attribute is N, the current call to ModifyEndpoint does two things: - // - // * It replaces any endpoint settings that already exist with new values, - // for settings with the same names. - // - // * It creates new endpoint settings that you specify in the call, for settings - // with different names. - // - // For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' - // ..., the endpoint has the following endpoint settings: '{"a":1}'. If you - // then call modify-endpoint ... --endpoint-settings '{"b":2}' ... for the same - // endpoint, the endpoint has the following settings: '{"a":1,"b":2}'. - // - // However, suppose that you follow this with a call to modify-endpoint ... - // --endpoint-settings '{"b":2}' --exact-settings ... for that same endpoint - // again. Then the endpoint has the following settings: '{"b":2}'. All existing - // settings are replaced with the exact settings that you specify. - ExactSettings *bool `type:"boolean"` - - // The external table definition. - ExternalTableDefinition *string `type:"string"` - - // Additional attributes associated with the connection. To reset this parameter, - // pass the empty string ("") as an argument. - ExtraConnectionAttributes *string `type:"string"` - - // Settings in JSON format for the source GCP MySQL endpoint. - GcpMySQLSettings *GcpMySQLSettings `type:"structure"` - - // Settings in JSON format for the source IBM Db2 LUW endpoint. For information - // about other available settings, see Extra connection attributes when using - // Db2 LUW as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib) - // in the Database Migration Service User Guide. - IBMDb2Settings *IBMDb2Settings `type:"structure"` - - // Settings in JSON format for the target Apache Kafka endpoint. For more information - // about the available settings, see Using object mapping to migrate data to - // a Kafka topic (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping) - // in the Database Migration Service User Guide. - KafkaSettings *KafkaSettings `type:"structure"` - - // Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. - // For more information about the available settings, see Using object mapping - // to migrate data to a Kinesis data stream (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping) - // in the Database Migration Service User Guide. - KinesisSettings *KinesisSettings `type:"structure"` + // The modified replication instance. + ReplicationInstance *ReplicationInstance `type:"structure"` +} - // Settings in JSON format for the source and target Microsoft SQL Server endpoint. - // For information about other available settings, see Extra connection attributes - // when using SQL Server as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib) - // and Extra connection attributes when using SQL Server as a target for DMS - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib) - // in the Database Migration Service User Guide. - MicrosoftSQLServerSettings *MicrosoftSQLServerSettings `type:"structure"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyReplicationInstanceOutput) String() string { + return awsutil.Prettify(s) +} - // Settings in JSON format for the source MongoDB endpoint. For more information - // about the available settings, see the configuration properties section in - // Endpoint configuration settings when using MongoDB as a source for Database - // Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration) - // in the Database Migration Service User Guide. - MongoDbSettings *MongoDbSettings `type:"structure"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyReplicationInstanceOutput) GoString() string { + return s.String() +} - // Settings in JSON format for the source and target MySQL endpoint. For information - // about other available settings, see Extra connection attributes when using - // MySQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib) - // and Extra connection attributes when using a MySQL-compatible database as - // a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib) - // in the Database Migration Service User Guide. - MySQLSettings *MySQLSettings `type:"structure"` +// SetReplicationInstance sets the ReplicationInstance field's value. +func (s *ModifyReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *ModifyReplicationInstanceOutput { + s.ReplicationInstance = v + return s +} - // Settings in JSON format for the target Amazon Neptune endpoint. For more - // information about the available settings, see Specifying graph-mapping rules - // using Gremlin and R2RML for Amazon Neptune as a target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings) - // in the Database Migration Service User Guide. - NeptuneSettings *NeptuneSettings `type:"structure"` +type ModifyReplicationSubnetGroupInput struct { + _ struct{} `type:"structure"` - // Settings in JSON format for the source and target Oracle endpoint. For information - // about other available settings, see Extra connection attributes when using - // Oracle as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib) - // and Extra connection attributes when using Oracle as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib) - // in the Database Migration Service User Guide. - OracleSettings *OracleSettings `type:"structure"` + // A description for the replication instance subnet group. + ReplicationSubnetGroupDescription *string `type:"string"` - // The password to be used to login to the endpoint database. + // The name of the replication instance subnet group. // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by ModifyEndpointInput's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` - - // The port used by the endpoint database. - Port *int64 `type:"integer"` - - // Settings in JSON format for the source and target PostgreSQL endpoint. For - // information about other available settings, see Extra connection attributes - // when using PostgreSQL as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib) - // and Extra connection attributes when using PostgreSQL as a target for DMS - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib) - // in the Database Migration Service User Guide. - PostgreSQLSettings *PostgreSQLSettings `type:"structure"` - - // Settings in JSON format for the Redis target endpoint. - RedisSettings *RedisSettings `type:"structure"` - - // Provides information that defines an Amazon Redshift endpoint. - RedshiftSettings *RedshiftSettings `type:"structure"` - - // Settings in JSON format for the target Amazon S3 endpoint. For more information - // about the available settings, see Extra Connection Attributes When Using - // Amazon S3 as a Target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring) - // in the Database Migration Service User Guide. - S3Settings *S3Settings `type:"structure"` - - // The name of the server where the endpoint database resides. - ServerName *string `type:"string"` - - // The Amazon Resource Name (ARN) for the IAM role you want to use to modify - // the endpoint. The role must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` - - // The SSL mode used to connect to the endpoint. The default value is none. - SslMode *string `type:"string" enum:"DmsSslModeValue"` - - // Settings in JSON format for the source and target SAP ASE endpoint. For information - // about other available settings, see Extra connection attributes when using - // SAP ASE as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib) - // and Extra connection attributes when using SAP ASE as a target for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib) - // in the Database Migration Service User Guide. - SybaseSettings *SybaseSettings `type:"structure"` - - // Settings in JSON format for the target Amazon Timestream endpoint. - TimestreamSettings *TimestreamSettings `type:"structure"` + // ReplicationSubnetGroupIdentifier is a required field + ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` - // The user name to be used to login to the endpoint database. - Username *string `type:"string"` + // A list of subnet IDs. + // + // SubnetIds is a required field + SubnetIds []*string `type:"list" required:"true"` } // String returns the string representation. @@ -20171,7 +27305,7 @@ type ModifyEndpointInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyEndpointInput) String() string { +func (s ModifyReplicationSubnetGroupInput) String() string { return awsutil.Prettify(s) } @@ -20180,40 +27314,18 @@ func (s ModifyEndpointInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyEndpointInput) GoString() string { +func (s ModifyReplicationSubnetGroupInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *ModifyEndpointInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ModifyEndpointInput"} - if s.EndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointArn")) - } - if s.DynamoDbSettings != nil { - if err := s.DynamoDbSettings.Validate(); err != nil { - invalidParams.AddNested("DynamoDbSettings", err.(request.ErrInvalidParams)) - } - } - if s.ElasticsearchSettings != nil { - if err := s.ElasticsearchSettings.Validate(); err != nil { - invalidParams.AddNested("ElasticsearchSettings", err.(request.ErrInvalidParams)) - } - } - if s.NeptuneSettings != nil { - if err := s.NeptuneSettings.Validate(); err != nil { - invalidParams.AddNested("NeptuneSettings", err.(request.ErrInvalidParams)) - } - } - if s.RedisSettings != nil { - if err := s.RedisSettings.Validate(); err != nil { - invalidParams.AddNested("RedisSettings", err.(request.ErrInvalidParams)) - } +func (s *ModifyReplicationSubnetGroupInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationSubnetGroupInput"} + if s.ReplicationSubnetGroupIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupIdentifier")) } - if s.TimestreamSettings != nil { - if err := s.TimestreamSettings.Validate(); err != nil { - invalidParams.AddNested("TimestreamSettings", err.(request.ErrInvalidParams)) - } + if s.SubnetIds == nil { + invalidParams.Add(request.NewErrParamRequired("SubnetIds")) } if invalidParams.Len() > 0 { @@ -20222,215 +27334,217 @@ func (s *ModifyEndpointInput) Validate() error { return nil } -// SetCertificateArn sets the CertificateArn field's value. -func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput { - s.CertificateArn = &v - return s -} - -// SetDatabaseName sets the DatabaseName field's value. -func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput { - s.DatabaseName = &v - return s -} - -// SetDmsTransferSettings sets the DmsTransferSettings field's value. -func (s *ModifyEndpointInput) SetDmsTransferSettings(v *DmsTransferSettings) *ModifyEndpointInput { - s.DmsTransferSettings = v - return s -} - -// SetDocDbSettings sets the DocDbSettings field's value. -func (s *ModifyEndpointInput) SetDocDbSettings(v *DocDbSettings) *ModifyEndpointInput { - s.DocDbSettings = v +// SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value. +func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *ModifyReplicationSubnetGroupInput { + s.ReplicationSubnetGroupDescription = &v return s } -// SetDynamoDbSettings sets the DynamoDbSettings field's value. -func (s *ModifyEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *ModifyEndpointInput { - s.DynamoDbSettings = v +// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. +func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *ModifyReplicationSubnetGroupInput { + s.ReplicationSubnetGroupIdentifier = &v return s } -// SetElasticsearchSettings sets the ElasticsearchSettings field's value. -func (s *ModifyEndpointInput) SetElasticsearchSettings(v *ElasticsearchSettings) *ModifyEndpointInput { - s.ElasticsearchSettings = v +// SetSubnetIds sets the SubnetIds field's value. +func (s *ModifyReplicationSubnetGroupInput) SetSubnetIds(v []*string) *ModifyReplicationSubnetGroupInput { + s.SubnetIds = v return s } -// SetEndpointArn sets the EndpointArn field's value. -func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput { - s.EndpointArn = &v - return s -} +type ModifyReplicationSubnetGroupOutput struct { + _ struct{} `type:"structure"` -// SetEndpointIdentifier sets the EndpointIdentifier field's value. -func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput { - s.EndpointIdentifier = &v - return s + // The modified replication subnet group. + ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` } -// SetEndpointType sets the EndpointType field's value. -func (s *ModifyEndpointInput) SetEndpointType(v string) *ModifyEndpointInput { - s.EndpointType = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyReplicationSubnetGroupOutput) String() string { + return awsutil.Prettify(s) } -// SetEngineName sets the EngineName field's value. -func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput { - s.EngineName = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyReplicationSubnetGroupOutput) GoString() string { + return s.String() } -// SetExactSettings sets the ExactSettings field's value. -func (s *ModifyEndpointInput) SetExactSettings(v bool) *ModifyEndpointInput { - s.ExactSettings = &v +// SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value. +func (s *ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ModifyReplicationSubnetGroupOutput { + s.ReplicationSubnetGroup = v return s } -// SetExternalTableDefinition sets the ExternalTableDefinition field's value. -func (s *ModifyEndpointInput) SetExternalTableDefinition(v string) *ModifyEndpointInput { - s.ExternalTableDefinition = &v - return s -} +type ModifyReplicationTaskInput struct { + _ struct{} `type:"structure"` -// SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value. -func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput { - s.ExtraConnectionAttributes = &v - return s -} + // Indicates when you want a change data capture (CDC) operation to start. Use + // either CdcStartPosition or CdcStartTime to specify when you want a CDC operation + // to start. Specifying both values results in an error. + // + // The value can be in date, checkpoint, or LSN/SCN format. + // + // Date Example: --cdc-start-position “2018-03-08T12:12:12” + // + // Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" + // + // LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” + // + // When you use this task setting with a source PostgreSQL database, a logical + // replication slot should already be created and associated with the source + // endpoint. You can verify this by setting the slotName extra connection attribute + // to the name of this logical replication slot. For more information, see Extra + // Connection Attributes When Using PostgreSQL as a Source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib). + CdcStartPosition *string `type:"string"` -// SetGcpMySQLSettings sets the GcpMySQLSettings field's value. -func (s *ModifyEndpointInput) SetGcpMySQLSettings(v *GcpMySQLSettings) *ModifyEndpointInput { - s.GcpMySQLSettings = v - return s -} + // Indicates the start time for a change data capture (CDC) operation. Use either + // CdcStartTime or CdcStartPosition to specify when you want a CDC operation + // to start. Specifying both values results in an error. + // + // Timestamp Example: --cdc-start-time “2018-03-08T12:12:12” + CdcStartTime *time.Time `type:"timestamp"` -// SetIBMDb2Settings sets the IBMDb2Settings field's value. -func (s *ModifyEndpointInput) SetIBMDb2Settings(v *IBMDb2Settings) *ModifyEndpointInput { - s.IBMDb2Settings = v - return s -} + // Indicates when you want a change data capture (CDC) operation to stop. The + // value can be either server time or commit time. + // + // Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” + // + // Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“ + CdcStopPosition *string `type:"string"` -// SetKafkaSettings sets the KafkaSettings field's value. -func (s *ModifyEndpointInput) SetKafkaSettings(v *KafkaSettings) *ModifyEndpointInput { - s.KafkaSettings = v - return s -} + // The migration type. Valid values: full-load | cdc | full-load-and-cdc + MigrationType *string `type:"string" enum:"MigrationTypeValue"` -// SetKinesisSettings sets the KinesisSettings field's value. -func (s *ModifyEndpointInput) SetKinesisSettings(v *KinesisSettings) *ModifyEndpointInput { - s.KinesisSettings = v - return s -} + // The Amazon Resource Name (ARN) of the replication task. + // + // ReplicationTaskArn is a required field + ReplicationTaskArn *string `type:"string" required:"true"` -// SetMicrosoftSQLServerSettings sets the MicrosoftSQLServerSettings field's value. -func (s *ModifyEndpointInput) SetMicrosoftSQLServerSettings(v *MicrosoftSQLServerSettings) *ModifyEndpointInput { - s.MicrosoftSQLServerSettings = v - return s -} + // The replication task identifier. + // + // Constraints: + // + // * Must contain 1-255 alphanumeric characters or hyphens. + // + // * First character must be a letter. + // + // * Cannot end with a hyphen or contain two consecutive hyphens. + ReplicationTaskIdentifier *string `type:"string"` -// SetMongoDbSettings sets the MongoDbSettings field's value. -func (s *ModifyEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *ModifyEndpointInput { - s.MongoDbSettings = v - return s -} + // JSON file that contains settings for the task, such as task metadata settings. + ReplicationTaskSettings *string `type:"string"` -// SetMySQLSettings sets the MySQLSettings field's value. -func (s *ModifyEndpointInput) SetMySQLSettings(v *MySQLSettings) *ModifyEndpointInput { - s.MySQLSettings = v - return s -} + // When using the CLI or boto3, provide the path of the JSON file that contains + // the table mappings. Precede the path with file://. For example, --table-mappings + // file://mappingfile.json. When working with the DMS API, provide the JSON + // as the parameter value. + TableMappings *string `type:"string"` -// SetNeptuneSettings sets the NeptuneSettings field's value. -func (s *ModifyEndpointInput) SetNeptuneSettings(v *NeptuneSettings) *ModifyEndpointInput { - s.NeptuneSettings = v - return s + // Supplemental information that the task requires to migrate the data for certain + // source and target endpoints. For more information, see Specifying Supplemental + // Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) + // in the Database Migration Service User Guide. + TaskData *string `type:"string"` } -// SetOracleSettings sets the OracleSettings field's value. -func (s *ModifyEndpointInput) SetOracleSettings(v *OracleSettings) *ModifyEndpointInput { - s.OracleSettings = v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyReplicationTaskInput) String() string { + return awsutil.Prettify(s) } -// SetPassword sets the Password field's value. -func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput { - s.Password = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyReplicationTaskInput) GoString() string { + return s.String() } -// SetPort sets the Port field's value. -func (s *ModifyEndpointInput) SetPort(v int64) *ModifyEndpointInput { - s.Port = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyReplicationTaskInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationTaskInput"} + if s.ReplicationTaskArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) + } -// SetPostgreSQLSettings sets the PostgreSQLSettings field's value. -func (s *ModifyEndpointInput) SetPostgreSQLSettings(v *PostgreSQLSettings) *ModifyEndpointInput { - s.PostgreSQLSettings = v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetRedisSettings sets the RedisSettings field's value. -func (s *ModifyEndpointInput) SetRedisSettings(v *RedisSettings) *ModifyEndpointInput { - s.RedisSettings = v +// SetCdcStartPosition sets the CdcStartPosition field's value. +func (s *ModifyReplicationTaskInput) SetCdcStartPosition(v string) *ModifyReplicationTaskInput { + s.CdcStartPosition = &v return s } -// SetRedshiftSettings sets the RedshiftSettings field's value. -func (s *ModifyEndpointInput) SetRedshiftSettings(v *RedshiftSettings) *ModifyEndpointInput { - s.RedshiftSettings = v +// SetCdcStartTime sets the CdcStartTime field's value. +func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput { + s.CdcStartTime = &v return s } -// SetS3Settings sets the S3Settings field's value. -func (s *ModifyEndpointInput) SetS3Settings(v *S3Settings) *ModifyEndpointInput { - s.S3Settings = v +// SetCdcStopPosition sets the CdcStopPosition field's value. +func (s *ModifyReplicationTaskInput) SetCdcStopPosition(v string) *ModifyReplicationTaskInput { + s.CdcStopPosition = &v return s } -// SetServerName sets the ServerName field's value. -func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput { - s.ServerName = &v +// SetMigrationType sets the MigrationType field's value. +func (s *ModifyReplicationTaskInput) SetMigrationType(v string) *ModifyReplicationTaskInput { + s.MigrationType = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *ModifyEndpointInput) SetServiceAccessRoleArn(v string) *ModifyEndpointInput { - s.ServiceAccessRoleArn = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput { + s.ReplicationTaskArn = &v return s } -// SetSslMode sets the SslMode field's value. -func (s *ModifyEndpointInput) SetSslMode(v string) *ModifyEndpointInput { - s.SslMode = &v +// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. +func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput { + s.ReplicationTaskIdentifier = &v return s } -// SetSybaseSettings sets the SybaseSettings field's value. -func (s *ModifyEndpointInput) SetSybaseSettings(v *SybaseSettings) *ModifyEndpointInput { - s.SybaseSettings = v +// SetReplicationTaskSettings sets the ReplicationTaskSettings field's value. +func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput { + s.ReplicationTaskSettings = &v return s } -// SetTimestreamSettings sets the TimestreamSettings field's value. -func (s *ModifyEndpointInput) SetTimestreamSettings(v *TimestreamSettings) *ModifyEndpointInput { - s.TimestreamSettings = v +// SetTableMappings sets the TableMappings field's value. +func (s *ModifyReplicationTaskInput) SetTableMappings(v string) *ModifyReplicationTaskInput { + s.TableMappings = &v return s } -// SetUsername sets the Username field's value. -func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput { - s.Username = &v +// SetTaskData sets the TaskData field's value. +func (s *ModifyReplicationTaskInput) SetTaskData(v string) *ModifyReplicationTaskInput { + s.TaskData = &v return s } -type ModifyEndpointOutput struct { +type ModifyReplicationTaskOutput struct { _ struct{} `type:"structure"` - // The modified endpoint. - Endpoint *Endpoint `type:"structure"` + // The replication task that was modified. + ReplicationTask *ReplicationTask `type:"structure"` } // String returns the string representation. @@ -20438,7 +27552,7 @@ type ModifyEndpointOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyEndpointOutput) String() string { +func (s ModifyReplicationTaskOutput) String() string { return awsutil.Prettify(s) } @@ -20447,41 +27561,117 @@ func (s ModifyEndpointOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyEndpointOutput) GoString() string { +func (s ModifyReplicationTaskOutput) GoString() string { return s.String() } -// SetEndpoint sets the Endpoint field's value. -func (s *ModifyEndpointOutput) SetEndpoint(v *Endpoint) *ModifyEndpointOutput { - s.Endpoint = v +// SetReplicationTask sets the ReplicationTask field's value. +func (s *ModifyReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *ModifyReplicationTaskOutput { + s.ReplicationTask = v return s } -type ModifyEventSubscriptionInput struct { +// Provides information that defines a MongoDB endpoint. +type MongoDbSettings struct { _ struct{} `type:"structure"` - // A Boolean value; set to true to activate the subscription. - Enabled *bool `type:"boolean"` + // The authentication mechanism you use to access the MongoDB source endpoint. + // + // For the default value, in MongoDB version 2.x, "default" is "mongodb_cr". + // For MongoDB version 3.x or later, "default" is "scram_sha_1". This setting + // isn't used when AuthType is set to "no". + AuthMechanism *string `type:"string" enum:"AuthMechanismValue"` - // A list of event categories for a source type that you want to subscribe to. - // Use the DescribeEventCategories action to see a list of event categories. - EventCategories []*string `type:"list"` + // The MongoDB database name. This setting isn't used when AuthType is set to + // "no". + // + // The default is "admin". + AuthSource *string `type:"string"` - // The Amazon Resource Name (ARN) of the Amazon SNS topic created for event - // notification. The ARN is created by Amazon SNS when you create a topic and - // subscribe to it. - SnsTopicArn *string `type:"string"` + // The authentication type you use to access the MongoDB source endpoint. + // + // When when set to "no", user name and password parameters are not used and + // can be empty. + AuthType *string `type:"string" enum:"AuthTypeValue"` - // The type of DMS resource that generates the events you want to subscribe - // to. + // The database name on the MongoDB source endpoint. + DatabaseName *string `type:"string"` + + // Indicates the number of documents to preview to determine the document organization. + // Use this setting when NestingLevel is set to "one". // - // Valid values: replication-instance | replication-task - SourceType *string `type:"string"` + // Must be a positive value greater than 0. Default value is 1000. + DocsToInvestigate *string `type:"string"` - // The name of the DMS event notification subscription to be modified. + // Specifies the document ID. Use this setting when NestingLevel is set to "none". // - // SubscriptionName is a required field - SubscriptionName *string `type:"string" required:"true"` + // Default value is "false". + ExtractDocId *string `type:"string"` + + // The KMS key identifier that is used to encrypt the content on the replication + // instance. If you don't specify a value for the KmsKeyId parameter, then DMS + // uses your default encryption key. KMS creates the default encryption key + // for your Amazon Web Services account. Your Amazon Web Services account has + // a different default encryption key for each Amazon Web Services Region. + KmsKeyId *string `type:"string"` + + // Specifies either document or table mode. + // + // Default value is "none". Specify "none" to use document mode. Specify "one" + // to use table mode. + NestingLevel *string `type:"string" enum:"NestingLevelValue"` + + // The password for the user account you use to access the MongoDB source endpoint. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by MongoDbSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // The port value for the MongoDB source endpoint. + Port *int64 `type:"integer"` + + // If true, DMS replicates data to shard collections. DMS only uses this setting + // if the target endpoint is a DocumentDB elastic cluster. + // + // When this setting is true, note the following: + // + // * You must set TargetTablePrepMode to nothing. + // + // * DMS automatically sets useUpdateLookup to false. + ReplicateShardCollections *bool `type:"boolean"` + + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the MongoDB endpoint. + // + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` + + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the MongoDB endpoint connection details. + SecretsManagerSecretId *string `type:"string"` + + // The name of the server on the MongoDB source endpoint. + ServerName *string `type:"string"` + + // If true, DMS retrieves the entire document from the MongoDB source during + // migration. This may cause a migration failure if the server response exceeds + // bandwidth limits. To fetch only updates and deletes during migration, set + // this parameter to false. + UseUpdateLookUp *bool `type:"boolean"` + + // The user name you use to access the MongoDB source endpoint. + Username *string `type:"string"` } // String returns the string representation. @@ -20489,7 +27679,7 @@ type ModifyEventSubscriptionInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyEventSubscriptionInput) String() string { +func (s MongoDbSettings) String() string { return awsutil.Prettify(s) } @@ -20498,117 +27688,118 @@ func (s ModifyEventSubscriptionInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyEventSubscriptionInput) GoString() string { +func (s MongoDbSettings) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ModifyEventSubscriptionInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ModifyEventSubscriptionInput"} - if s.SubscriptionName == nil { - invalidParams.Add(request.NewErrParamRequired("SubscriptionName")) - } +// SetAuthMechanism sets the AuthMechanism field's value. +func (s *MongoDbSettings) SetAuthMechanism(v string) *MongoDbSettings { + s.AuthMechanism = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetAuthSource sets the AuthSource field's value. +func (s *MongoDbSettings) SetAuthSource(v string) *MongoDbSettings { + s.AuthSource = &v + return s } -// SetEnabled sets the Enabled field's value. -func (s *ModifyEventSubscriptionInput) SetEnabled(v bool) *ModifyEventSubscriptionInput { - s.Enabled = &v +// SetAuthType sets the AuthType field's value. +func (s *MongoDbSettings) SetAuthType(v string) *MongoDbSettings { + s.AuthType = &v return s } -// SetEventCategories sets the EventCategories field's value. -func (s *ModifyEventSubscriptionInput) SetEventCategories(v []*string) *ModifyEventSubscriptionInput { - s.EventCategories = v +// SetDatabaseName sets the DatabaseName field's value. +func (s *MongoDbSettings) SetDatabaseName(v string) *MongoDbSettings { + s.DatabaseName = &v + return s +} + +// SetDocsToInvestigate sets the DocsToInvestigate field's value. +func (s *MongoDbSettings) SetDocsToInvestigate(v string) *MongoDbSettings { + s.DocsToInvestigate = &v + return s +} + +// SetExtractDocId sets the ExtractDocId field's value. +func (s *MongoDbSettings) SetExtractDocId(v string) *MongoDbSettings { + s.ExtractDocId = &v + return s +} + +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *MongoDbSettings) SetKmsKeyId(v string) *MongoDbSettings { + s.KmsKeyId = &v + return s +} + +// SetNestingLevel sets the NestingLevel field's value. +func (s *MongoDbSettings) SetNestingLevel(v string) *MongoDbSettings { + s.NestingLevel = &v + return s +} + +// SetPassword sets the Password field's value. +func (s *MongoDbSettings) SetPassword(v string) *MongoDbSettings { + s.Password = &v return s } -// SetSnsTopicArn sets the SnsTopicArn field's value. -func (s *ModifyEventSubscriptionInput) SetSnsTopicArn(v string) *ModifyEventSubscriptionInput { - s.SnsTopicArn = &v +// SetPort sets the Port field's value. +func (s *MongoDbSettings) SetPort(v int64) *MongoDbSettings { + s.Port = &v return s } -// SetSourceType sets the SourceType field's value. -func (s *ModifyEventSubscriptionInput) SetSourceType(v string) *ModifyEventSubscriptionInput { - s.SourceType = &v +// SetReplicateShardCollections sets the ReplicateShardCollections field's value. +func (s *MongoDbSettings) SetReplicateShardCollections(v bool) *MongoDbSettings { + s.ReplicateShardCollections = &v return s } -// SetSubscriptionName sets the SubscriptionName field's value. -func (s *ModifyEventSubscriptionInput) SetSubscriptionName(v string) *ModifyEventSubscriptionInput { - s.SubscriptionName = &v +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *MongoDbSettings) SetSecretsManagerAccessRoleArn(v string) *MongoDbSettings { + s.SecretsManagerAccessRoleArn = &v return s } -type ModifyEventSubscriptionOutput struct { - _ struct{} `type:"structure"` - - // The modified event subscription. - EventSubscription *EventSubscription `type:"structure"` +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *MongoDbSettings) SetSecretsManagerSecretId(v string) *MongoDbSettings { + s.SecretsManagerSecretId = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ModifyEventSubscriptionOutput) String() string { - return awsutil.Prettify(s) +// SetServerName sets the ServerName field's value. +func (s *MongoDbSettings) SetServerName(v string) *MongoDbSettings { + s.ServerName = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ModifyEventSubscriptionOutput) GoString() string { - return s.String() +// SetUseUpdateLookUp sets the UseUpdateLookUp field's value. +func (s *MongoDbSettings) SetUseUpdateLookUp(v bool) *MongoDbSettings { + s.UseUpdateLookUp = &v + return s } -// SetEventSubscription sets the EventSubscription field's value. -func (s *ModifyEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *ModifyEventSubscriptionOutput { - s.EventSubscription = v +// SetUsername sets the Username field's value. +func (s *MongoDbSettings) SetUsername(v string) *MongoDbSettings { + s.Username = &v return s } -type ModifyReplicationConfigInput struct { +type MoveReplicationTaskInput struct { _ struct{} `type:"structure"` - // Configuration parameters for provisioning an DMS Serverless replication. - ComputeConfig *ComputeConfig `type:"structure"` - - // The Amazon Resource Name of the replication to modify. + // The Amazon Resource Name (ARN) of the task that you want to move. // - // ReplicationConfigArn is a required field - ReplicationConfigArn *string `type:"string" required:"true"` - - // The new replication config to apply to the replication. - ReplicationConfigIdentifier *string `type:"string"` - - // The settings for the replication. - ReplicationSettings *string `type:"string"` - - // The type of replication. - ReplicationType *string `type:"string" enum:"MigrationTypeValue"` - - // The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless - // replication configuration. - SourceEndpointArn *string `type:"string"` - - // Additional settings for the replication. - SupplementalSettings *string `type:"string"` - - // Table mappings specified in the replication. - TableMappings *string `type:"string"` + // ReplicationTaskArn is a required field + ReplicationTaskArn *string `type:"string" required:"true"` - // The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless - // replication configuration. - TargetEndpointArn *string `type:"string"` + // The ARN of the replication instance where you want to move the task to. + // + // TargetReplicationInstanceArn is a required field + TargetReplicationInstanceArn *string `type:"string" required:"true"` } // String returns the string representation. @@ -20616,7 +27807,7 @@ type ModifyReplicationConfigInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationConfigInput) String() string { +func (s MoveReplicationTaskInput) String() string { return awsutil.Prettify(s) } @@ -20625,15 +27816,18 @@ func (s ModifyReplicationConfigInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationConfigInput) GoString() string { +func (s MoveReplicationTaskInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *ModifyReplicationConfigInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationConfigInput"} - if s.ReplicationConfigArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) +func (s *MoveReplicationTaskInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "MoveReplicationTaskInput"} + if s.ReplicationTaskArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) + } + if s.TargetReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("TargetReplicationInstanceArn")) } if invalidParams.Len() > 0 { @@ -20642,65 +27836,23 @@ func (s *ModifyReplicationConfigInput) Validate() error { return nil } -// SetComputeConfig sets the ComputeConfig field's value. -func (s *ModifyReplicationConfigInput) SetComputeConfig(v *ComputeConfig) *ModifyReplicationConfigInput { - s.ComputeConfig = v - return s -} - -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *ModifyReplicationConfigInput) SetReplicationConfigArn(v string) *ModifyReplicationConfigInput { - s.ReplicationConfigArn = &v - return s -} - -// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. -func (s *ModifyReplicationConfigInput) SetReplicationConfigIdentifier(v string) *ModifyReplicationConfigInput { - s.ReplicationConfigIdentifier = &v - return s -} - -// SetReplicationSettings sets the ReplicationSettings field's value. -func (s *ModifyReplicationConfigInput) SetReplicationSettings(v string) *ModifyReplicationConfigInput { - s.ReplicationSettings = &v - return s -} - -// SetReplicationType sets the ReplicationType field's value. -func (s *ModifyReplicationConfigInput) SetReplicationType(v string) *ModifyReplicationConfigInput { - s.ReplicationType = &v - return s -} - -// SetSourceEndpointArn sets the SourceEndpointArn field's value. -func (s *ModifyReplicationConfigInput) SetSourceEndpointArn(v string) *ModifyReplicationConfigInput { - s.SourceEndpointArn = &v - return s -} - -// SetSupplementalSettings sets the SupplementalSettings field's value. -func (s *ModifyReplicationConfigInput) SetSupplementalSettings(v string) *ModifyReplicationConfigInput { - s.SupplementalSettings = &v - return s -} - -// SetTableMappings sets the TableMappings field's value. -func (s *ModifyReplicationConfigInput) SetTableMappings(v string) *ModifyReplicationConfigInput { - s.TableMappings = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *MoveReplicationTaskInput) SetReplicationTaskArn(v string) *MoveReplicationTaskInput { + s.ReplicationTaskArn = &v return s } -// SetTargetEndpointArn sets the TargetEndpointArn field's value. -func (s *ModifyReplicationConfigInput) SetTargetEndpointArn(v string) *ModifyReplicationConfigInput { - s.TargetEndpointArn = &v +// SetTargetReplicationInstanceArn sets the TargetReplicationInstanceArn field's value. +func (s *MoveReplicationTaskInput) SetTargetReplicationInstanceArn(v string) *MoveReplicationTaskInput { + s.TargetReplicationInstanceArn = &v return s } -type ModifyReplicationConfigOutput struct { +type MoveReplicationTaskOutput struct { _ struct{} `type:"structure"` - // Information about the serverless replication config that was modified. - ReplicationConfig *ReplicationConfig `type:"structure"` + // The replication task that was moved. + ReplicationTask *ReplicationTask `type:"structure"` } // String returns the string representation. @@ -20708,7 +27860,7 @@ type ModifyReplicationConfigOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationConfigOutput) String() string { +func (s MoveReplicationTaskOutput) String() string { return awsutil.Prettify(s) } @@ -20717,112 +27869,122 @@ func (s ModifyReplicationConfigOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationConfigOutput) GoString() string { +func (s MoveReplicationTaskOutput) GoString() string { return s.String() } -// SetReplicationConfig sets the ReplicationConfig field's value. -func (s *ModifyReplicationConfigOutput) SetReplicationConfig(v *ReplicationConfig) *ModifyReplicationConfigOutput { - s.ReplicationConfig = v +// SetReplicationTask sets the ReplicationTask field's value. +func (s *MoveReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *MoveReplicationTaskOutput { + s.ReplicationTask = v return s } -type ModifyReplicationInstanceInput struct { +// Provides information that defines a MySQL endpoint. +type MySQLSettings struct { _ struct{} `type:"structure"` - // The amount of storage (in gigabytes) to be allocated for the replication - // instance. - AllocatedStorage *int64 `type:"integer"` - - // Indicates that major version upgrades are allowed. Changing this parameter - // does not result in an outage, and the change is asynchronously applied as - // soon as possible. + // Specifies a script to run immediately after DMS connects to the endpoint. + // The migration task continues running regardless if the SQL statement succeeds + // or fails. // - // This parameter must be set to true when specifying a value for the EngineVersion - // parameter that is a different major version than the replication instance's - // current version. - AllowMajorVersionUpgrade *bool `type:"boolean"` + // For this parameter, provide the code of the script itself, not the name of + // a file containing the script. + AfterConnectScript *string `type:"string"` - // Indicates whether the changes should be applied immediately or during the - // next maintenance window. - ApplyImmediately *bool `type:"boolean"` + // 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. + CleanSourceMetadataOnMismatch *bool `type:"boolean"` - // A value that indicates that minor version upgrades are applied automatically - // to the replication instance during the maintenance window. Changing this - // parameter doesn't result in an outage, except in the case described following. - // The change is asynchronously applied as soon as possible. - // - // An outage does result if these factors apply: + // Database name for the endpoint. For a MySQL source or target endpoint, don't + // explicitly specify the database using the DatabaseName request parameter + // on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName + // when you create or modify a MySQL endpoint replicates all the task tables + // to this single database. For MySQL endpoints, you specify the database only + // when you specify the schema in the table-mapping rules of the DMS task. + DatabaseName *string `type:"string"` + + // Specifies how often to check the binary log for new changes/events when the + // database is idle. The default is five seconds. // - // * This parameter is set to true during the maintenance window. + // Example: eventsPollInterval=5; // - // * A newer minor version is available. + // In the example, DMS checks for changes in the binary logs every five seconds. + EventsPollInterval *int64 `type:"integer"` + + // Specifies the maximum size (in KB) of any .csv file used to transfer data + // to a MySQL-compatible database. // - // * DMS has enabled automatic patching for the given engine version. + // Example: maxFileSize=512 + MaxFileSize *int64 `type:"integer"` + + // 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. // - // When AutoMinorVersionUpgrade is enabled, DMS uses the current default engine - // version when you modify a replication instance. For example, if you set EngineVersion - // to a lower version number than the current default version, DMS uses the - // default version. + // Example: parallelLoadThreads=1 + ParallelLoadThreads *int64 `type:"integer"` + + // Endpoint connection password. // - // If AutoMinorVersionUpgrade isn’t enabled when you modify a replication - // instance, DMS uses the engine version specified by the EngineVersion parameter. - AutoMinorVersionUpgrade *bool `type:"boolean"` + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by MySQLSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` + + // Endpoint TCP port. + Port *int64 `type:"integer"` - // The engine version number of the replication instance. + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the MySQL endpoint. // - // When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade - // to true. - EngineVersion *string `type:"string"` - - // Specifies whether the replication instance is a Multi-AZ deployment. You - // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set - // to true. - MultiAZ *bool `type:"boolean"` + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` - // The type of IP address protocol used by a replication instance, such as IPv4 - // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only - // is not yet supported. - NetworkType *string `type:"string"` + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the MySQL endpoint connection details. + SecretsManagerSecretId *string `type:"string"` - // The weekly time range (in UTC) during which system maintenance can occur, - // which might result in an outage. Changing this parameter does not result - // in an outage, except in the following situation, and the change is asynchronously - // applied as soon as possible. If moving this window to the current time, there - // must be at least 30 minutes between the current time and end of the window - // to ensure pending changes are applied. - // - // Default: Uses existing setting - // - // Format: ddd:hh24:mi-ddd:hh24:mi + // The host name of the endpoint database. // - // Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun + // For an Amazon RDS MySQL instance, this is the output of DescribeDBInstances + // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), + // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address + // field. // - // Constraints: Must be at least 30 minutes - PreferredMaintenanceWindow *string `type:"string"` + // For an Aurora MySQL instance, this is the output of DescribeDBClusters (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html), + // in the Endpoint field. + ServerName *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication instance. + // Specifies the time zone for the source MySQL database. // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` - - // The compute and memory capacity of the replication instance as defined for - // the specified replication instance class. For example to specify the instance - // class dms.c4.large, set this parameter to "dms.c4.large". + // Example: serverTimezone=US/Pacific; // - // For more information on the settings and capacities for the available replication - // instance classes, see Selecting the right DMS replication instance for your - // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). - ReplicationInstanceClass *string `type:"string"` + // Note: Do not enclose time zones in single quotes. + ServerTimezone *string `type:"string"` - // The replication instance identifier. This parameter is stored as a lowercase - // string. - ReplicationInstanceIdentifier *string `type:"string"` + // Specifies where to migrate source tables on the target, either to a single + // database or multiple databases. If you specify SPECIFIC_DATABASE, specify + // the database name using the DatabaseName parameter of the Endpoint object. + // + // Example: targetDbType=MULTIPLE_DATABASES + TargetDbType *string `type:"string" enum:"TargetDbType"` - // Specifies the VPC security group to be used with the replication instance. - // The VPC security group must work with the VPC containing the replication - // instance. - VpcSecurityGroupIds []*string `type:"list"` + // Endpoint connection user name. + Username *string `type:"string"` } // String returns the string representation. @@ -20830,7 +27992,7 @@ type ModifyReplicationInstanceInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationInstanceInput) String() string { +func (s MySQLSettings) String() string { return awsutil.Prettify(s) } @@ -20839,100 +28001,110 @@ func (s ModifyReplicationInstanceInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationInstanceInput) GoString() string { +func (s MySQLSettings) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ModifyReplicationInstanceInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationInstanceInput"} - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) - } +// SetAfterConnectScript sets the AfterConnectScript field's value. +func (s *MySQLSettings) SetAfterConnectScript(v string) *MySQLSettings { + s.AfterConnectScript = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetCleanSourceMetadataOnMismatch sets the CleanSourceMetadataOnMismatch field's value. +func (s *MySQLSettings) SetCleanSourceMetadataOnMismatch(v bool) *MySQLSettings { + s.CleanSourceMetadataOnMismatch = &v + return s } -// SetAllocatedStorage sets the AllocatedStorage field's value. -func (s *ModifyReplicationInstanceInput) SetAllocatedStorage(v int64) *ModifyReplicationInstanceInput { - s.AllocatedStorage = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *MySQLSettings) SetDatabaseName(v string) *MySQLSettings { + s.DatabaseName = &v return s } -// SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value. -func (s *ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyReplicationInstanceInput { - s.AllowMajorVersionUpgrade = &v +// SetEventsPollInterval sets the EventsPollInterval field's value. +func (s *MySQLSettings) SetEventsPollInterval(v int64) *MySQLSettings { + s.EventsPollInterval = &v return s } -// SetApplyImmediately sets the ApplyImmediately field's value. -func (s *ModifyReplicationInstanceInput) SetApplyImmediately(v bool) *ModifyReplicationInstanceInput { - s.ApplyImmediately = &v +// SetMaxFileSize sets the MaxFileSize field's value. +func (s *MySQLSettings) SetMaxFileSize(v int64) *MySQLSettings { + s.MaxFileSize = &v return s } -// SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value. -func (s *ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyReplicationInstanceInput { - s.AutoMinorVersionUpgrade = &v +// SetParallelLoadThreads sets the ParallelLoadThreads field's value. +func (s *MySQLSettings) SetParallelLoadThreads(v int64) *MySQLSettings { + s.ParallelLoadThreads = &v return s } -// SetEngineVersion sets the EngineVersion field's value. -func (s *ModifyReplicationInstanceInput) SetEngineVersion(v string) *ModifyReplicationInstanceInput { - s.EngineVersion = &v +// SetPassword sets the Password field's value. +func (s *MySQLSettings) SetPassword(v string) *MySQLSettings { + s.Password = &v return s } -// SetMultiAZ sets the MultiAZ field's value. -func (s *ModifyReplicationInstanceInput) SetMultiAZ(v bool) *ModifyReplicationInstanceInput { - s.MultiAZ = &v +// SetPort sets the Port field's value. +func (s *MySQLSettings) SetPort(v int64) *MySQLSettings { + s.Port = &v return s } -// SetNetworkType sets the NetworkType field's value. -func (s *ModifyReplicationInstanceInput) SetNetworkType(v string) *ModifyReplicationInstanceInput { - s.NetworkType = &v +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *MySQLSettings) SetSecretsManagerAccessRoleArn(v string) *MySQLSettings { + s.SecretsManagerAccessRoleArn = &v return s } -// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. -func (s *ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyReplicationInstanceInput { - s.PreferredMaintenanceWindow = &v +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *MySQLSettings) SetSecretsManagerSecretId(v string) *MySQLSettings { + s.SecretsManagerSecretId = &v return s } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *ModifyReplicationInstanceInput) SetReplicationInstanceArn(v string) *ModifyReplicationInstanceInput { - s.ReplicationInstanceArn = &v +// SetServerName sets the ServerName field's value. +func (s *MySQLSettings) SetServerName(v string) *MySQLSettings { + s.ServerName = &v return s } -// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. -func (s *ModifyReplicationInstanceInput) SetReplicationInstanceClass(v string) *ModifyReplicationInstanceInput { - s.ReplicationInstanceClass = &v +// SetServerTimezone sets the ServerTimezone field's value. +func (s *MySQLSettings) SetServerTimezone(v string) *MySQLSettings { + s.ServerTimezone = &v return s } -// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. -func (s *ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *ModifyReplicationInstanceInput { - s.ReplicationInstanceIdentifier = &v +// SetTargetDbType sets the TargetDbType field's value. +func (s *MySQLSettings) SetTargetDbType(v string) *MySQLSettings { + s.TargetDbType = &v return s } -// SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value. -func (s *ModifyReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyReplicationInstanceInput { - s.VpcSecurityGroupIds = v +// SetUsername sets the Username field's value. +func (s *MySQLSettings) SetUsername(v string) *MySQLSettings { + s.Username = &v return s } -type ModifyReplicationInstanceOutput struct { +// Provides information that defines a MySQL data provider. +type MySqlDataProviderSettings struct { _ struct{} `type:"structure"` - // The modified replication instance. - ReplicationInstance *ReplicationInstance `type:"structure"` + // The Amazon Resource Name (ARN) of the certificate used for SSL connection. + CertificateArn *string `type:"string"` + + // The port value for the MySQL data provider. + Port *int64 `type:"integer"` + + // The name of the MySQL server. + ServerName *string `type:"string"` + + // The SSL mode used to connect to the MySQL data provider. The default value + // is none. + SslMode *string `type:"string" enum:"DmsSslModeValue"` } // String returns the string representation. @@ -20940,7 +28112,7 @@ type ModifyReplicationInstanceOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationInstanceOutput) String() string { +func (s MySqlDataProviderSettings) String() string { return awsutil.Prettify(s) } @@ -20949,31 +28121,79 @@ func (s ModifyReplicationInstanceOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationInstanceOutput) GoString() string { +func (s MySqlDataProviderSettings) GoString() string { return s.String() } -// SetReplicationInstance sets the ReplicationInstance field's value. -func (s *ModifyReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *ModifyReplicationInstanceOutput { - s.ReplicationInstance = v +// SetCertificateArn sets the CertificateArn field's value. +func (s *MySqlDataProviderSettings) SetCertificateArn(v string) *MySqlDataProviderSettings { + s.CertificateArn = &v return s } -type ModifyReplicationSubnetGroupInput struct { +// SetPort sets the Port field's value. +func (s *MySqlDataProviderSettings) SetPort(v int64) *MySqlDataProviderSettings { + s.Port = &v + return s +} + +// SetServerName sets the ServerName field's value. +func (s *MySqlDataProviderSettings) SetServerName(v string) *MySqlDataProviderSettings { + s.ServerName = &v + return s +} + +// SetSslMode sets the SslMode field's value. +func (s *MySqlDataProviderSettings) SetSslMode(v string) *MySqlDataProviderSettings { + s.SslMode = &v + return s +} + +// Provides information that defines an Amazon Neptune endpoint. +type NeptuneSettings struct { _ struct{} `type:"structure"` - // A description for the replication instance subnet group. - ReplicationSubnetGroupDescription *string `type:"string"` + // 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. + ErrorRetryDuration *int64 `type:"integer"` - // The name of the replication instance subnet group. + // If you want Identity and Access Management (IAM) authorization enabled for + // this endpoint, set this parameter to true. Then attach the appropriate IAM + // policy document to your service role specified by ServiceAccessRoleArn. The + // default is false. + IamAuthEnabled *bool `type:"boolean"` + + // 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. + MaxFileSize *int64 `type:"integer"` + + // The number of times for DMS to retry a bulk load of migrated graph data to + // the Neptune target database before raising an error. The default is 5. + MaxRetryCount *int64 `type:"integer"` + + // A folder path where you want DMS to store migrated graph data in the S3 bucket + // specified by S3BucketName // - // ReplicationSubnetGroupIdentifier is a required field - ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` + // S3BucketFolder is a required field + S3BucketFolder *string `type:"string" required:"true"` - // A list of subnet IDs. + // The name of the Amazon S3 bucket where DMS can temporarily store migrated + // graph data in .csv files before bulk-loading it to the Neptune target database. + // DMS maps the SQL source data to graph data before storing it in these .csv + // files. // - // SubnetIds is a required field - SubnetIds []*string `type:"list" required:"true"` + // S3BucketName is a required field + S3BucketName *string `type:"string" required:"true"` + + // The Amazon Resource Name (ARN) of the service role that you created for the + // Neptune target endpoint. The role must allow the iam:PassRole action. For + // more information, see Creating an IAM Service Role for Accessing Amazon Neptune + // as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole) + // in the Database Migration Service User Guide. + ServiceAccessRoleArn *string `type:"string"` } // String returns the string representation. @@ -20981,7 +28201,7 @@ type ModifyReplicationSubnetGroupInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationSubnetGroupInput) String() string { +func (s NeptuneSettings) String() string { return awsutil.Prettify(s) } @@ -20990,18 +28210,18 @@ func (s ModifyReplicationSubnetGroupInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationSubnetGroupInput) GoString() string { +func (s NeptuneSettings) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *ModifyReplicationSubnetGroupInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationSubnetGroupInput"} - if s.ReplicationSubnetGroupIdentifier == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationSubnetGroupIdentifier")) +func (s *NeptuneSettings) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "NeptuneSettings"} + if s.S3BucketFolder == nil { + invalidParams.Add(request.NewErrParamRequired("S3BucketFolder")) } - if s.SubnetIds == nil { - invalidParams.Add(request.NewErrParamRequired("SubnetIds")) + if s.S3BucketName == nil { + invalidParams.Add(request.NewErrParamRequired("S3BucketName")) } if invalidParams.Len() > 0 { @@ -21010,29 +28230,93 @@ func (s *ModifyReplicationSubnetGroupInput) Validate() error { return nil } -// SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value. -func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *ModifyReplicationSubnetGroupInput { - s.ReplicationSubnetGroupDescription = &v +// SetErrorRetryDuration sets the ErrorRetryDuration field's value. +func (s *NeptuneSettings) SetErrorRetryDuration(v int64) *NeptuneSettings { + s.ErrorRetryDuration = &v return s } -// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. -func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *ModifyReplicationSubnetGroupInput { - s.ReplicationSubnetGroupIdentifier = &v +// SetIamAuthEnabled sets the IamAuthEnabled field's value. +func (s *NeptuneSettings) SetIamAuthEnabled(v bool) *NeptuneSettings { + s.IamAuthEnabled = &v return s } -// SetSubnetIds sets the SubnetIds field's value. -func (s *ModifyReplicationSubnetGroupInput) SetSubnetIds(v []*string) *ModifyReplicationSubnetGroupInput { - s.SubnetIds = v +// SetMaxFileSize sets the MaxFileSize field's value. +func (s *NeptuneSettings) SetMaxFileSize(v int64) *NeptuneSettings { + s.MaxFileSize = &v return s } -type ModifyReplicationSubnetGroupOutput struct { +// SetMaxRetryCount sets the MaxRetryCount field's value. +func (s *NeptuneSettings) SetMaxRetryCount(v int64) *NeptuneSettings { + s.MaxRetryCount = &v + return s +} + +// SetS3BucketFolder sets the S3BucketFolder field's value. +func (s *NeptuneSettings) SetS3BucketFolder(v string) *NeptuneSettings { + s.S3BucketFolder = &v + return s +} + +// SetS3BucketName sets the S3BucketName field's value. +func (s *NeptuneSettings) SetS3BucketName(v string) *NeptuneSettings { + s.S3BucketName = &v + return s +} + +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *NeptuneSettings) SetServiceAccessRoleArn(v string) *NeptuneSettings { + s.ServiceAccessRoleArn = &v + return s +} + +// Provides information that defines an Oracle data provider. +type OracleDataProviderSettings struct { _ struct{} `type:"structure"` - // The modified replication subnet group. - ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` + // The address of your Oracle Automatic Storage Management (ASM) server. You + // can set this value from the asm_server value. You set asm_server as part + // of the extra connection attribute string to access an Oracle server with + // Binary Reader that uses ASM. For more information, see Configuration for + // change data capture (CDC) on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). + AsmServer *string `type:"string"` + + // The Amazon Resource Name (ARN) of the certificate used for SSL connection. + CertificateArn *string `type:"string"` + + // The database name on the Oracle data provider. + DatabaseName *string `type:"string"` + + // The port value for the Oracle data provider. + Port *int64 `type:"integer"` + + // The ARN of the IAM role that provides access to the secret in Secrets Manager + // that contains the Oracle ASM connection details. + SecretsManagerOracleAsmAccessRoleArn *string `type:"string"` + + // The identifier of the secret in Secrets Manager that contains the Oracle + // ASM connection details. + // + // Required only if your data provider uses the Oracle ASM server. + SecretsManagerOracleAsmSecretId *string `type:"string"` + + // The ARN of the IAM role that provides access to the secret in Secrets Manager + // that contains the TDE password. + SecretsManagerSecurityDbEncryptionAccessRoleArn *string `type:"string"` + + // The identifier of the secret in Secrets Manager that contains the transparent + // data encryption (TDE) password. DMS requires this password to access Oracle + // redo logs encrypted by TDE using Binary Reader. + SecretsManagerSecurityDbEncryptionSecretId *string `type:"string"` + + // The name of the Oracle server. + ServerName *string `type:"string"` + + // The SSL mode used to connect to the Oracle data provider. The default value + // is none. + SslMode *string `type:"string" enum:"DmsSslModeValue"` } // String returns the string representation. @@ -21040,7 +28324,7 @@ type ModifyReplicationSubnetGroupOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationSubnetGroupOutput) String() string { +func (s OracleDataProviderSettings) String() string { return awsutil.Prettify(s) } @@ -21049,86 +28333,382 @@ func (s ModifyReplicationSubnetGroupOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationSubnetGroupOutput) GoString() string { +func (s OracleDataProviderSettings) GoString() string { return s.String() } -// SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value. -func (s *ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ModifyReplicationSubnetGroupOutput { - s.ReplicationSubnetGroup = v +// SetAsmServer sets the AsmServer field's value. +func (s *OracleDataProviderSettings) SetAsmServer(v string) *OracleDataProviderSettings { + s.AsmServer = &v return s } -type ModifyReplicationTaskInput struct { +// SetCertificateArn sets the CertificateArn field's value. +func (s *OracleDataProviderSettings) SetCertificateArn(v string) *OracleDataProviderSettings { + s.CertificateArn = &v + return s +} + +// SetDatabaseName sets the DatabaseName field's value. +func (s *OracleDataProviderSettings) SetDatabaseName(v string) *OracleDataProviderSettings { + s.DatabaseName = &v + return s +} + +// SetPort sets the Port field's value. +func (s *OracleDataProviderSettings) SetPort(v int64) *OracleDataProviderSettings { + s.Port = &v + return s +} + +// SetSecretsManagerOracleAsmAccessRoleArn sets the SecretsManagerOracleAsmAccessRoleArn field's value. +func (s *OracleDataProviderSettings) SetSecretsManagerOracleAsmAccessRoleArn(v string) *OracleDataProviderSettings { + s.SecretsManagerOracleAsmAccessRoleArn = &v + return s +} + +// SetSecretsManagerOracleAsmSecretId sets the SecretsManagerOracleAsmSecretId field's value. +func (s *OracleDataProviderSettings) SetSecretsManagerOracleAsmSecretId(v string) *OracleDataProviderSettings { + s.SecretsManagerOracleAsmSecretId = &v + return s +} + +// SetSecretsManagerSecurityDbEncryptionAccessRoleArn sets the SecretsManagerSecurityDbEncryptionAccessRoleArn field's value. +func (s *OracleDataProviderSettings) SetSecretsManagerSecurityDbEncryptionAccessRoleArn(v string) *OracleDataProviderSettings { + s.SecretsManagerSecurityDbEncryptionAccessRoleArn = &v + return s +} + +// SetSecretsManagerSecurityDbEncryptionSecretId sets the SecretsManagerSecurityDbEncryptionSecretId field's value. +func (s *OracleDataProviderSettings) SetSecretsManagerSecurityDbEncryptionSecretId(v string) *OracleDataProviderSettings { + s.SecretsManagerSecurityDbEncryptionSecretId = &v + return s +} + +// SetServerName sets the ServerName field's value. +func (s *OracleDataProviderSettings) SetServerName(v string) *OracleDataProviderSettings { + s.ServerName = &v + return s +} + +// SetSslMode sets the SslMode field's value. +func (s *OracleDataProviderSettings) SetSslMode(v string) *OracleDataProviderSettings { + s.SslMode = &v + return s +} + +// Provides information that defines an Oracle endpoint. +type OracleSettings struct { _ struct{} `type:"structure"` - // Indicates when you want a change data capture (CDC) operation to start. Use - // either CdcStartPosition or CdcStartTime to specify when you want a CDC operation - // to start. Specifying both values results in an error. + // Set this attribute to false in order to use the Binary Reader to capture + // change data for an Amazon RDS for Oracle as the source. This tells the DMS + // instance to not access redo logs through any specified path prefix replacement + // using direct file access. + AccessAlternateDirectly *bool `type:"boolean"` + + // Set this attribute to set up table-level supplemental logging for the Oracle + // database. This attribute enables PRIMARY KEY supplemental logging on all + // tables selected for a migration task. + // + // If you use this option, you still need to enable database-level supplemental + // logging. + AddSupplementalLogging *bool `type:"boolean"` + + // Set this attribute with ArchivedLogDestId in a primary/ standby setup. This + // attribute is useful in the case of a switchover. In this case, DMS needs + // to know which destination to get archive redo logs from to read changes. + // This need arises because the previous primary instance is now a standby instance + // after switchover. + // + // Although DMS supports the use of the Oracle RESETLOGS option to open the + // database, never use RESETLOGS unless necessary. For additional information + // about RESETLOGS, see RMAN Data Repair Concepts (https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B) + // in the Oracle Database Backup and Recovery User's Guide. + AdditionalArchivedLogDestId *int64 `type:"integer"` + + // Set this attribute to true to enable replication of Oracle tables containing + // columns that are nested tables or defined types. + AllowSelectNestedTables *bool `type:"boolean"` + + // Specifies the ID of the destination for the archived redo logs. This value + // should be the same as a number in the dest_id column of the v$archived_log + // view. If you work with an additional redo log destination, use the AdditionalArchivedLogDestId + // option to specify the additional destination ID. Doing this improves performance + // by ensuring that the correct logs are accessed from the outset. + ArchivedLogDestId *int64 `type:"integer"` + + // When this field is set to Y, DMS only accesses the archived redo logs. If + // the archived redo logs are stored on Automatic Storage Management (ASM) only, + // the DMS user account needs to be granted ASM privileges. + ArchivedLogsOnly *bool `type:"boolean"` + + // For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) + // password. You can set this value from the asm_user_password value. You set + // this value as part of the comma-separated value that you set to the Password + // request parameter when you create the endpoint to access transaction logs + // using Binary Reader. For more information, see Configuration for change data + // capture (CDC) on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). + // + // AsmPassword is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by OracleSettings's + // String and GoString methods. + AsmPassword *string `type:"string" sensitive:"true"` + + // For an Oracle source endpoint, your ASM server address. You can set this + // value from the asm_server value. You set asm_server as part of the extra + // connection attribute string to access an Oracle server with Binary Reader + // that uses ASM. For more information, see Configuration for change data capture + // (CDC) on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). + AsmServer *string `type:"string"` + + // For an Oracle source endpoint, your ASM user name. You can set this value + // from the asm_user value. You set asm_user as part of the extra connection + // attribute string to access an Oracle server with Binary Reader that uses + // ASM. For more information, see Configuration for change data capture (CDC) + // on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). + AsmUser *string `type:"string"` + + // Specifies whether the length of a character column is in bytes or in characters. + // To indicate that the character column length is in characters, set this attribute + // to CHAR. Otherwise, the character column length is in bytes. + // + // Example: charLengthSemantics=CHAR; + CharLengthSemantics *string `type:"string" enum:"CharLengthSemantics"` + + // When true, converts timestamps with the timezone datatype to their UTC value. + ConvertTimestampWithZoneToUTC *bool `type:"boolean"` + + // Database name for the endpoint. + DatabaseName *string `type:"string"` + + // When set to true, this attribute helps to increase the commit rate on the + // Oracle target database by writing directly to tables and not writing a trail + // to database logs. + DirectPathNoLog *bool `type:"boolean"` + + // When set to true, this attribute specifies a parallel load when useDirectPathFullLoad + // is set to Y. This attribute also only applies when you use the DMS parallel + // load feature. Note that the target table cannot have any constraints or indexes. + DirectPathParallelLoad *bool `type:"boolean"` + + // Set this attribute to enable homogenous tablespace replication and create + // existing tables or indexes under the same tablespace on the target. + EnableHomogenousTablespace *bool `type:"boolean"` + + // Specifies the IDs of one more destinations for one or more archived redo + // logs. These IDs are the values of the dest_id column in the v$archived_log + // view. Use this setting with the archivedLogDestId extra connection attribute + // in a primary-to-single setup or a primary-to-multiple-standby setup. + // + // This setting is useful in a switchover when you use an Oracle Data Guard + // database as a source. In this case, DMS needs information about what destination + // to get archive redo logs from to read changes. DMS needs this because after + // the switchover the previous primary is a standby instance. For example, in + // a primary-to-single standby setup you might apply the following settings. + // + // archivedLogDestId=1; ExtraArchivedLogDestIds=[2] + // + // In a primary-to-multiple-standby setup, you might apply the following settings. + // + // archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4] + // + // Although DMS supports the use of the Oracle RESETLOGS option to open the + // database, never use RESETLOGS unless it's necessary. For more information + // about RESETLOGS, see RMAN Data Repair Concepts (https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B) + // in the Oracle Database Backup and Recovery User's Guide. + ExtraArchivedLogDestIds []*int64 `type:"list"` + + // When set to true, this attribute causes a task to fail if the actual size + // of an LOB column is greater than the specified LobMaxSize. // - // The value can be in date, checkpoint, or LSN/SCN format. + // If a task is set to limited LOB mode and this option is set to true, the + // task fails instead of truncating the LOB data. + FailTasksOnLobTruncation *bool `type:"boolean"` + + // Specifies the number scale. You can select a scale up to 38, or you can select + // FLOAT. By default, the NUMBER data type is converted to precision 38, scale + // 10. // - // Date Example: --cdc-start-position “2018-03-08T12:12:12” + // Example: numberDataTypeScale=12 + NumberDatatypeScale *int64 `type:"integer"` + + // The timeframe in minutes to check for open transactions for a CDC-only task. // - // Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" + // You can specify an integer value between 0 (the default) and 240 (the maximum). // - // LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” + // This parameter is only valid in DMS version 3.5.0 and later. DMS supports + // a window of up to 9.5 hours including the value for OpenTransactionWindow. + OpenTransactionWindow *int64 `type:"integer"` + + // Set this string attribute to the required value in order to use the Binary + // Reader to capture change data for an Amazon RDS for Oracle as the source. + // This value specifies the default Oracle root used to access the redo logs. + OraclePathPrefix *string `type:"string"` + + // Set this attribute to change the number of threads that DMS configures to + // perform a change data capture (CDC) load using Oracle Automatic Storage Management + // (ASM). You can specify an integer value between 2 (the default) and 8 (the + // maximum). Use this attribute together with the readAheadBlocks attribute. + ParallelAsmReadThreads *int64 `type:"integer"` + + // Endpoint connection password. // - // When you use this task setting with a source PostgreSQL database, a logical - // replication slot should already be created and associated with the source - // endpoint. You can verify this by setting the slotName extra connection attribute - // to the name of this logical replication slot. For more information, see Extra - // Connection Attributes When Using PostgreSQL as a Source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib). - CdcStartPosition *string `type:"string"` + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by OracleSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` - // Indicates the start time for a change data capture (CDC) operation. Use either - // CdcStartTime or CdcStartPosition to specify when you want a CDC operation - // to start. Specifying both values results in an error. + // Endpoint TCP port. + Port *int64 `type:"integer"` + + // Set this attribute to change the number of read-ahead blocks that DMS configures + // to perform a change data capture (CDC) load using Oracle Automatic Storage + // Management (ASM). You can specify an integer value between 1000 (the default) + // and 200,000 (the maximum). + ReadAheadBlocks *int64 `type:"integer"` + + // When set to true, this attribute supports tablespace replication. + ReadTableSpaceName *bool `type:"boolean"` + + // Set this attribute to true in order to use the Binary Reader to capture change + // data for an Amazon RDS for Oracle as the source. This setting tells DMS instance + // to replace the default Oracle root with the specified usePathPrefix setting + // to access the redo logs. + ReplacePathPrefix *bool `type:"boolean"` + + // Specifies the number of seconds that the system waits before resending a + // query. // - // Timestamp Example: --cdc-start-time “2018-03-08T12:12:12” - CdcStartTime *time.Time `type:"timestamp"` + // Example: retryInterval=6; + RetryInterval *int64 `type:"integer"` - // Indicates when you want a change data capture (CDC) operation to stop. The - // value can be either server time or commit time. + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the Oracle endpoint. // - // Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` + + // Required only if your Oracle endpoint uses Automatic Storage Management (ASM). + // The full ARN of the IAM role that specifies DMS as the trusted entity and + // grants the required permissions to access the SecretsManagerOracleAsmSecret. + // This SecretsManagerOracleAsmSecret has the secret value that allows access + // to the Oracle ASM of the endpoint. // - // Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“ - CdcStopPosition *string `type:"string"` + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerOracleAsmSecretId. + // Or you can specify clear-text values for AsmUserName, AsmPassword, and AsmServerName. + // You can't specify both. For more information on creating this SecretsManagerOracleAsmSecret + // and the SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId + // required to access it, see Using secrets to access Database Migration Service + // resources (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerOracleAsmAccessRoleArn *string `type:"string"` - // The migration type. Valid values: full-load | cdc | full-load-and-cdc - MigrationType *string `type:"string" enum:"MigrationTypeValue"` + // Required only if your Oracle endpoint uses Automatic Storage Management (ASM). + // The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret + // that contains the Oracle ASM connection details for the Oracle endpoint. + SecretsManagerOracleAsmSecretId *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication task. - // - // ReplicationTaskArn is a required field - ReplicationTaskArn *string `type:"string" required:"true"` + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the Oracle endpoint connection details. + SecretsManagerSecretId *string `type:"string"` - // The replication task identifier. - // - // Constraints: + // For an Oracle source endpoint, the transparent data encryption (TDE) password + // required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary + // Reader. It is also the TDE_Password part of the comma-separated value you + // set to the Password request parameter when you create the endpoint. The SecurityDbEncryptian + // setting is related to this SecurityDbEncryptionName setting. For more information, + // see Supported encryption methods for using Oracle as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption) + // in the Database Migration Service User Guide. // - // * Must contain 1-255 alphanumeric characters or hyphens. + // SecurityDbEncryption is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by OracleSettings's + // String and GoString methods. + SecurityDbEncryption *string `type:"string" sensitive:"true"` + + // For an Oracle source endpoint, the name of a key used for the transparent + // data encryption (TDE) of the columns and tablespaces in an Oracle source + // database that is encrypted using TDE. The key value is the value of the SecurityDbEncryption + // setting. For more information on setting the key name value of SecurityDbEncryptionName, + // see the information and example for setting the securityDbEncryptionName + // extra connection attribute in Supported encryption methods for using Oracle + // as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption) + // in the Database Migration Service User Guide. + SecurityDbEncryptionName *string `type:"string"` + + // Fully qualified domain name of the endpoint. // - // * First character must be a letter. + // For an Amazon RDS Oracle instance, this is the output of DescribeDBInstances + // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), + // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address + // field. + ServerName *string `type:"string"` + + // Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default, + // DMS calls the SDO2GEOJSON custom function if present and accessible. Or you + // can create your own custom function that mimics the operation of SDOGEOJSON + // and set SpatialDataOptionToGeoJsonFunctionName to call it instead. + SpatialDataOptionToGeoJsonFunctionName *string `type:"string"` + + // Use this attribute to specify a time in minutes for the delay in standby + // sync. If the source is an Oracle Active Data Guard standby database, use + // this attribute to specify the time lag between primary and standby databases. // - // * Cannot end with a hyphen or contain two consecutive hyphens. - ReplicationTaskIdentifier *string `type:"string"` + // In DMS, you can create an Oracle CDC task that uses an Active Data Guard + // standby instance as a source for replicating ongoing changes. Doing this + // eliminates the need to connect to an active database that might be in production. + StandbyDelayTime *int64 `type:"integer"` - // JSON file that contains settings for the task, such as task metadata settings. - ReplicationTaskSettings *string `type:"string"` + // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and + // NCHAR data types during migration. The default value is true. + TrimSpaceInChar *bool `type:"boolean"` - // When using the CLI or boto3, provide the path of the JSON file that contains - // the table mappings. Precede the path with file://. For example, --table-mappings - // file://mappingfile.json. When working with the DMS API, provide the JSON - // as the parameter value. - TableMappings *string `type:"string"` + // Set this attribute to true in order to use the Binary Reader to capture change + // data for an Amazon RDS for Oracle as the source. This tells the DMS instance + // to use any specified prefix replacement to access all online redo logs. + UseAlternateFolderForOnline *bool `type:"boolean"` - // Supplemental information that the task requires to migrate the data for certain - // source and target endpoints. For more information, see Specifying Supplemental - // Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) - // in the Database Migration Service User Guide. - TaskData *string `type:"string"` + // Set this attribute to Y to capture change data using the Binary Reader utility. + // Set UseLogminerReader to N to set this attribute to Y. To use Binary Reader + // with Amazon RDS for Oracle as the source, you set additional attributes. + // For more information about using this setting with Oracle Automatic Storage + // Management (ASM), see Using Oracle LogMiner or DMS Binary Reader for CDC + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC). + UseBFile *bool `type:"boolean"` + + // Set this attribute to Y to have DMS use a direct path full load. Specify + // this value to use the direct path protocol in the Oracle Call Interface (OCI). + // By using this OCI protocol, you can bulk-load Oracle target tables during + // a full load. + UseDirectPathFullLoad *bool `type:"boolean"` + + // Set this attribute to Y to capture change data using the Oracle LogMiner + // utility (the default). Set this attribute to N if you want to access the + // redo logs as a binary file. When you set UseLogminerReader to N, also set + // UseBfile to Y. For more information on this setting and using Oracle ASM, + // see Using Oracle LogMiner or DMS Binary Reader for CDC (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC) + // in the DMS User Guide. + UseLogminerReader *bool `type:"boolean"` + + // Set this string attribute to the required value in order to use the Binary + // Reader to capture change data for an Amazon RDS for Oracle as the source. + // This value specifies the path prefix used to replace the default Oracle root + // to access the redo logs. + UsePathPrefix *string `type:"string"` + + // Endpoint connection user name. + Username *string `type:"string"` } // String returns the string representation. @@ -21136,7 +28716,7 @@ type ModifyReplicationTaskInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationTaskInput) String() string { +func (s OracleSettings) String() string { return awsutil.Prettify(s) } @@ -21145,337 +28725,313 @@ func (s ModifyReplicationTaskInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ModifyReplicationTaskInput) GoString() string { +func (s OracleSettings) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ModifyReplicationTaskInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ModifyReplicationTaskInput"} - if s.ReplicationTaskArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) - } +// SetAccessAlternateDirectly sets the AccessAlternateDirectly field's value. +func (s *OracleSettings) SetAccessAlternateDirectly(v bool) *OracleSettings { + s.AccessAlternateDirectly = &v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetAddSupplementalLogging sets the AddSupplementalLogging field's value. +func (s *OracleSettings) SetAddSupplementalLogging(v bool) *OracleSettings { + s.AddSupplementalLogging = &v + return s } -// SetCdcStartPosition sets the CdcStartPosition field's value. -func (s *ModifyReplicationTaskInput) SetCdcStartPosition(v string) *ModifyReplicationTaskInput { - s.CdcStartPosition = &v +// SetAdditionalArchivedLogDestId sets the AdditionalArchivedLogDestId field's value. +func (s *OracleSettings) SetAdditionalArchivedLogDestId(v int64) *OracleSettings { + s.AdditionalArchivedLogDestId = &v + return s +} + +// SetAllowSelectNestedTables sets the AllowSelectNestedTables field's value. +func (s *OracleSettings) SetAllowSelectNestedTables(v bool) *OracleSettings { + s.AllowSelectNestedTables = &v + return s +} + +// SetArchivedLogDestId sets the ArchivedLogDestId field's value. +func (s *OracleSettings) SetArchivedLogDestId(v int64) *OracleSettings { + s.ArchivedLogDestId = &v return s } -// SetCdcStartTime sets the CdcStartTime field's value. -func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput { - s.CdcStartTime = &v +// SetArchivedLogsOnly sets the ArchivedLogsOnly field's value. +func (s *OracleSettings) SetArchivedLogsOnly(v bool) *OracleSettings { + s.ArchivedLogsOnly = &v return s } -// SetCdcStopPosition sets the CdcStopPosition field's value. -func (s *ModifyReplicationTaskInput) SetCdcStopPosition(v string) *ModifyReplicationTaskInput { - s.CdcStopPosition = &v +// SetAsmPassword sets the AsmPassword field's value. +func (s *OracleSettings) SetAsmPassword(v string) *OracleSettings { + s.AsmPassword = &v return s } -// SetMigrationType sets the MigrationType field's value. -func (s *ModifyReplicationTaskInput) SetMigrationType(v string) *ModifyReplicationTaskInput { - s.MigrationType = &v +// SetAsmServer sets the AsmServer field's value. +func (s *OracleSettings) SetAsmServer(v string) *OracleSettings { + s.AsmServer = &v return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput { - s.ReplicationTaskArn = &v +// SetAsmUser sets the AsmUser field's value. +func (s *OracleSettings) SetAsmUser(v string) *OracleSettings { + s.AsmUser = &v return s } -// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. -func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput { - s.ReplicationTaskIdentifier = &v +// SetCharLengthSemantics sets the CharLengthSemantics field's value. +func (s *OracleSettings) SetCharLengthSemantics(v string) *OracleSettings { + s.CharLengthSemantics = &v return s } -// SetReplicationTaskSettings sets the ReplicationTaskSettings field's value. -func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput { - s.ReplicationTaskSettings = &v +// SetConvertTimestampWithZoneToUTC sets the ConvertTimestampWithZoneToUTC field's value. +func (s *OracleSettings) SetConvertTimestampWithZoneToUTC(v bool) *OracleSettings { + s.ConvertTimestampWithZoneToUTC = &v return s } -// SetTableMappings sets the TableMappings field's value. -func (s *ModifyReplicationTaskInput) SetTableMappings(v string) *ModifyReplicationTaskInput { - s.TableMappings = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *OracleSettings) SetDatabaseName(v string) *OracleSettings { + s.DatabaseName = &v return s } -// SetTaskData sets the TaskData field's value. -func (s *ModifyReplicationTaskInput) SetTaskData(v string) *ModifyReplicationTaskInput { - s.TaskData = &v +// SetDirectPathNoLog sets the DirectPathNoLog field's value. +func (s *OracleSettings) SetDirectPathNoLog(v bool) *OracleSettings { + s.DirectPathNoLog = &v return s } -type ModifyReplicationTaskOutput struct { - _ struct{} `type:"structure"` - - // The replication task that was modified. - ReplicationTask *ReplicationTask `type:"structure"` +// SetDirectPathParallelLoad sets the DirectPathParallelLoad field's value. +func (s *OracleSettings) SetDirectPathParallelLoad(v bool) *OracleSettings { + s.DirectPathParallelLoad = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ModifyReplicationTaskOutput) String() string { - return awsutil.Prettify(s) +// SetEnableHomogenousTablespace sets the EnableHomogenousTablespace field's value. +func (s *OracleSettings) SetEnableHomogenousTablespace(v bool) *OracleSettings { + s.EnableHomogenousTablespace = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ModifyReplicationTaskOutput) GoString() string { - return s.String() +// SetExtraArchivedLogDestIds sets the ExtraArchivedLogDestIds field's value. +func (s *OracleSettings) SetExtraArchivedLogDestIds(v []*int64) *OracleSettings { + s.ExtraArchivedLogDestIds = v + return s } -// SetReplicationTask sets the ReplicationTask field's value. -func (s *ModifyReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *ModifyReplicationTaskOutput { - s.ReplicationTask = v +// SetFailTasksOnLobTruncation sets the FailTasksOnLobTruncation field's value. +func (s *OracleSettings) SetFailTasksOnLobTruncation(v bool) *OracleSettings { + s.FailTasksOnLobTruncation = &v return s } -// Provides information that defines a MongoDB endpoint. -type MongoDbSettings struct { - _ struct{} `type:"structure"` - - // The authentication mechanism you use to access the MongoDB source endpoint. - // - // For the default value, in MongoDB version 2.x, "default" is "mongodb_cr". - // For MongoDB version 3.x or later, "default" is "scram_sha_1". This setting - // isn't used when AuthType is set to "no". - AuthMechanism *string `type:"string" enum:"AuthMechanismValue"` - - // The MongoDB database name. This setting isn't used when AuthType is set to - // "no". - // - // The default is "admin". - AuthSource *string `type:"string"` - - // The authentication type you use to access the MongoDB source endpoint. - // - // When when set to "no", user name and password parameters are not used and - // can be empty. - AuthType *string `type:"string" enum:"AuthTypeValue"` - - // The database name on the MongoDB source endpoint. - DatabaseName *string `type:"string"` - - // Indicates the number of documents to preview to determine the document organization. - // Use this setting when NestingLevel is set to "one". - // - // Must be a positive value greater than 0. Default value is 1000. - DocsToInvestigate *string `type:"string"` - - // Specifies the document ID. Use this setting when NestingLevel is set to "none". - // - // Default value is "false". - ExtractDocId *string `type:"string"` - - // The KMS key identifier that is used to encrypt the content on the replication - // instance. If you don't specify a value for the KmsKeyId parameter, then DMS - // uses your default encryption key. KMS creates the default encryption key - // for your Amazon Web Services account. Your Amazon Web Services account has - // a different default encryption key for each Amazon Web Services Region. - KmsKeyId *string `type:"string"` - - // Specifies either document or table mode. - // - // Default value is "none". Specify "none" to use document mode. Specify "one" - // to use table mode. - NestingLevel *string `type:"string" enum:"NestingLevelValue"` - - // The password for the user account you use to access the MongoDB source endpoint. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by MongoDbSettings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` +// SetNumberDatatypeScale sets the NumberDatatypeScale field's value. +func (s *OracleSettings) SetNumberDatatypeScale(v int64) *OracleSettings { + s.NumberDatatypeScale = &v + return s +} - // The port value for the MongoDB source endpoint. - Port *int64 `type:"integer"` +// SetOpenTransactionWindow sets the OpenTransactionWindow field's value. +func (s *OracleSettings) SetOpenTransactionWindow(v int64) *OracleSettings { + s.OpenTransactionWindow = &v + return s +} - // If true, DMS replicates data to shard collections. DMS only uses this setting - // if the target endpoint is a DocumentDB elastic cluster. - // - // When this setting is true, note the following: - // - // * You must set TargetTablePrepMode to nothing. - // - // * DMS automatically sets useUpdateLookup to false. - ReplicateShardCollections *bool `type:"boolean"` +// SetOraclePathPrefix sets the OraclePathPrefix field's value. +func (s *OracleSettings) SetOraclePathPrefix(v string) *OracleSettings { + s.OraclePathPrefix = &v + return s +} - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the MongoDB endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` +// SetParallelAsmReadThreads sets the ParallelAsmReadThreads field's value. +func (s *OracleSettings) SetParallelAsmReadThreads(v int64) *OracleSettings { + s.ParallelAsmReadThreads = &v + return s +} - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the MongoDB endpoint connection details. - SecretsManagerSecretId *string `type:"string"` +// SetPassword sets the Password field's value. +func (s *OracleSettings) SetPassword(v string) *OracleSettings { + s.Password = &v + return s +} - // The name of the server on the MongoDB source endpoint. - ServerName *string `type:"string"` +// SetPort sets the Port field's value. +func (s *OracleSettings) SetPort(v int64) *OracleSettings { + s.Port = &v + return s +} - // If true, DMS retrieves the entire document from the MongoDB source during - // migration. This may cause a migration failure if the server response exceeds - // bandwidth limits. To fetch only updates and deletes during migration, set - // this parameter to false. - UseUpdateLookUp *bool `type:"boolean"` +// SetReadAheadBlocks sets the ReadAheadBlocks field's value. +func (s *OracleSettings) SetReadAheadBlocks(v int64) *OracleSettings { + s.ReadAheadBlocks = &v + return s +} - // The user name you use to access the MongoDB source endpoint. - Username *string `type:"string"` +// SetReadTableSpaceName sets the ReadTableSpaceName field's value. +func (s *OracleSettings) SetReadTableSpaceName(v bool) *OracleSettings { + s.ReadTableSpaceName = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s MongoDbSettings) String() string { - return awsutil.Prettify(s) +// SetReplacePathPrefix sets the ReplacePathPrefix field's value. +func (s *OracleSettings) SetReplacePathPrefix(v bool) *OracleSettings { + s.ReplacePathPrefix = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s MongoDbSettings) GoString() string { - return s.String() +// SetRetryInterval sets the RetryInterval field's value. +func (s *OracleSettings) SetRetryInterval(v int64) *OracleSettings { + s.RetryInterval = &v + return s } -// SetAuthMechanism sets the AuthMechanism field's value. -func (s *MongoDbSettings) SetAuthMechanism(v string) *MongoDbSettings { - s.AuthMechanism = &v +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *OracleSettings) SetSecretsManagerAccessRoleArn(v string) *OracleSettings { + s.SecretsManagerAccessRoleArn = &v return s } -// SetAuthSource sets the AuthSource field's value. -func (s *MongoDbSettings) SetAuthSource(v string) *MongoDbSettings { - s.AuthSource = &v +// SetSecretsManagerOracleAsmAccessRoleArn sets the SecretsManagerOracleAsmAccessRoleArn field's value. +func (s *OracleSettings) SetSecretsManagerOracleAsmAccessRoleArn(v string) *OracleSettings { + s.SecretsManagerOracleAsmAccessRoleArn = &v return s } -// SetAuthType sets the AuthType field's value. -func (s *MongoDbSettings) SetAuthType(v string) *MongoDbSettings { - s.AuthType = &v +// SetSecretsManagerOracleAsmSecretId sets the SecretsManagerOracleAsmSecretId field's value. +func (s *OracleSettings) SetSecretsManagerOracleAsmSecretId(v string) *OracleSettings { + s.SecretsManagerOracleAsmSecretId = &v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *MongoDbSettings) SetDatabaseName(v string) *MongoDbSettings { - s.DatabaseName = &v +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *OracleSettings) SetSecretsManagerSecretId(v string) *OracleSettings { + s.SecretsManagerSecretId = &v return s } -// SetDocsToInvestigate sets the DocsToInvestigate field's value. -func (s *MongoDbSettings) SetDocsToInvestigate(v string) *MongoDbSettings { - s.DocsToInvestigate = &v +// SetSecurityDbEncryption sets the SecurityDbEncryption field's value. +func (s *OracleSettings) SetSecurityDbEncryption(v string) *OracleSettings { + s.SecurityDbEncryption = &v return s } -// SetExtractDocId sets the ExtractDocId field's value. -func (s *MongoDbSettings) SetExtractDocId(v string) *MongoDbSettings { - s.ExtractDocId = &v +// SetSecurityDbEncryptionName sets the SecurityDbEncryptionName field's value. +func (s *OracleSettings) SetSecurityDbEncryptionName(v string) *OracleSettings { + s.SecurityDbEncryptionName = &v return s } -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *MongoDbSettings) SetKmsKeyId(v string) *MongoDbSettings { - s.KmsKeyId = &v +// SetServerName sets the ServerName field's value. +func (s *OracleSettings) SetServerName(v string) *OracleSettings { + s.ServerName = &v return s } -// SetNestingLevel sets the NestingLevel field's value. -func (s *MongoDbSettings) SetNestingLevel(v string) *MongoDbSettings { - s.NestingLevel = &v +// SetSpatialDataOptionToGeoJsonFunctionName sets the SpatialDataOptionToGeoJsonFunctionName field's value. +func (s *OracleSettings) SetSpatialDataOptionToGeoJsonFunctionName(v string) *OracleSettings { + s.SpatialDataOptionToGeoJsonFunctionName = &v return s } -// SetPassword sets the Password field's value. -func (s *MongoDbSettings) SetPassword(v string) *MongoDbSettings { - s.Password = &v +// SetStandbyDelayTime sets the StandbyDelayTime field's value. +func (s *OracleSettings) SetStandbyDelayTime(v int64) *OracleSettings { + s.StandbyDelayTime = &v return s } -// SetPort sets the Port field's value. -func (s *MongoDbSettings) SetPort(v int64) *MongoDbSettings { - s.Port = &v +// SetTrimSpaceInChar sets the TrimSpaceInChar field's value. +func (s *OracleSettings) SetTrimSpaceInChar(v bool) *OracleSettings { + s.TrimSpaceInChar = &v return s } -// SetReplicateShardCollections sets the ReplicateShardCollections field's value. -func (s *MongoDbSettings) SetReplicateShardCollections(v bool) *MongoDbSettings { - s.ReplicateShardCollections = &v +// SetUseAlternateFolderForOnline sets the UseAlternateFolderForOnline field's value. +func (s *OracleSettings) SetUseAlternateFolderForOnline(v bool) *OracleSettings { + s.UseAlternateFolderForOnline = &v return s } -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *MongoDbSettings) SetSecretsManagerAccessRoleArn(v string) *MongoDbSettings { - s.SecretsManagerAccessRoleArn = &v +// SetUseBFile sets the UseBFile field's value. +func (s *OracleSettings) SetUseBFile(v bool) *OracleSettings { + s.UseBFile = &v return s } -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *MongoDbSettings) SetSecretsManagerSecretId(v string) *MongoDbSettings { - s.SecretsManagerSecretId = &v +// SetUseDirectPathFullLoad sets the UseDirectPathFullLoad field's value. +func (s *OracleSettings) SetUseDirectPathFullLoad(v bool) *OracleSettings { + s.UseDirectPathFullLoad = &v return s } -// SetServerName sets the ServerName field's value. -func (s *MongoDbSettings) SetServerName(v string) *MongoDbSettings { - s.ServerName = &v +// SetUseLogminerReader sets the UseLogminerReader field's value. +func (s *OracleSettings) SetUseLogminerReader(v bool) *OracleSettings { + s.UseLogminerReader = &v return s } -// SetUseUpdateLookUp sets the UseUpdateLookUp field's value. -func (s *MongoDbSettings) SetUseUpdateLookUp(v bool) *MongoDbSettings { - s.UseUpdateLookUp = &v +// SetUsePathPrefix sets the UsePathPrefix field's value. +func (s *OracleSettings) SetUsePathPrefix(v string) *OracleSettings { + s.UsePathPrefix = &v return s } // SetUsername sets the Username field's value. -func (s *MongoDbSettings) SetUsername(v string) *MongoDbSettings { +func (s *OracleSettings) SetUsername(v string) *OracleSettings { s.Username = &v return s } -type MoveReplicationTaskInput struct { +// In response to the DescribeOrderableReplicationInstances operation, this +// object describes an available replication instance. This description includes +// the replication instance's type, engine version, and allocated storage. +type OrderableReplicationInstance struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) of the task that you want to move. + // List of Availability Zones for this replication instance. + AvailabilityZones []*string `type:"list"` + + // The default amount of storage (in gigabytes) that is allocated for the replication + // instance. + DefaultAllocatedStorage *int64 `type:"integer"` + + // The version of the replication engine. + EngineVersion *string `type:"string"` + + // The amount of storage (in gigabytes) that is allocated for the replication + // instance. + IncludedAllocatedStorage *int64 `type:"integer"` + + // The minimum amount of storage (in gigabytes) that can be allocated for the + // replication instance. + MaxAllocatedStorage *int64 `type:"integer"` + + // The minimum amount of storage (in gigabytes) that can be allocated for the + // replication instance. + MinAllocatedStorage *int64 `type:"integer"` + + // The value returned when the specified EngineVersion of the replication instance + // is in Beta or test mode. This indicates some features might not work as expected. // - // ReplicationTaskArn is a required field - ReplicationTaskArn *string `type:"string" required:"true"` + // DMS supports the ReleaseStatus parameter in versions 3.1.4 and later. + ReleaseStatus *string `type:"string" enum:"ReleaseStatusValues"` - // The ARN of the replication instance where you want to move the task to. + // The compute and memory capacity of the replication instance as defined for + // the specified replication instance class. For example to specify the instance + // class dms.c4.large, set this parameter to "dms.c4.large". // - // TargetReplicationInstanceArn is a required field - TargetReplicationInstanceArn *string `type:"string" required:"true"` + // For more information on the settings and capacities for the available replication + // instance classes, see Selecting the right DMS replication instance for your + // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). + ReplicationInstanceClass *string `type:"string"` + + // The type of storage used by the replication instance. + StorageType *string `type:"string"` } // String returns the string representation. @@ -21483,7 +29039,7 @@ type MoveReplicationTaskInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MoveReplicationTaskInput) String() string { +func (s OrderableReplicationInstance) String() string { return awsutil.Prettify(s) } @@ -21492,43 +29048,98 @@ func (s MoveReplicationTaskInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MoveReplicationTaskInput) GoString() string { +func (s OrderableReplicationInstance) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *MoveReplicationTaskInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "MoveReplicationTaskInput"} - if s.ReplicationTaskArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) - } - if s.TargetReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("TargetReplicationInstanceArn")) - } +// SetAvailabilityZones sets the AvailabilityZones field's value. +func (s *OrderableReplicationInstance) SetAvailabilityZones(v []*string) *OrderableReplicationInstance { + s.AvailabilityZones = v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetDefaultAllocatedStorage sets the DefaultAllocatedStorage field's value. +func (s *OrderableReplicationInstance) SetDefaultAllocatedStorage(v int64) *OrderableReplicationInstance { + s.DefaultAllocatedStorage = &v + return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *MoveReplicationTaskInput) SetReplicationTaskArn(v string) *MoveReplicationTaskInput { - s.ReplicationTaskArn = &v +// SetEngineVersion sets the EngineVersion field's value. +func (s *OrderableReplicationInstance) SetEngineVersion(v string) *OrderableReplicationInstance { + s.EngineVersion = &v return s } -// SetTargetReplicationInstanceArn sets the TargetReplicationInstanceArn field's value. -func (s *MoveReplicationTaskInput) SetTargetReplicationInstanceArn(v string) *MoveReplicationTaskInput { - s.TargetReplicationInstanceArn = &v +// SetIncludedAllocatedStorage sets the IncludedAllocatedStorage field's value. +func (s *OrderableReplicationInstance) SetIncludedAllocatedStorage(v int64) *OrderableReplicationInstance { + s.IncludedAllocatedStorage = &v return s } -type MoveReplicationTaskOutput struct { +// SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value. +func (s *OrderableReplicationInstance) SetMaxAllocatedStorage(v int64) *OrderableReplicationInstance { + s.MaxAllocatedStorage = &v + return s +} + +// SetMinAllocatedStorage sets the MinAllocatedStorage field's value. +func (s *OrderableReplicationInstance) SetMinAllocatedStorage(v int64) *OrderableReplicationInstance { + s.MinAllocatedStorage = &v + return s +} + +// SetReleaseStatus sets the ReleaseStatus field's value. +func (s *OrderableReplicationInstance) SetReleaseStatus(v string) *OrderableReplicationInstance { + s.ReleaseStatus = &v + return s +} + +// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. +func (s *OrderableReplicationInstance) SetReplicationInstanceClass(v string) *OrderableReplicationInstance { + s.ReplicationInstanceClass = &v + return s +} + +// SetStorageType sets the StorageType field's value. +func (s *OrderableReplicationInstance) SetStorageType(v string) *OrderableReplicationInstance { + s.StorageType = &v + return s +} + +// Describes a maintenance action pending for an DMS resource, including when +// and how it will be applied. This data type is a response element to the DescribePendingMaintenanceActions +// operation. +type PendingMaintenanceAction struct { _ struct{} `type:"structure"` - // The replication task that was moved. - ReplicationTask *ReplicationTask `type:"structure"` + // The type of pending maintenance action that is available for the resource. + Action *string `type:"string"` + + // The date of the maintenance window when the action is to be applied. The + // maintenance action is applied to the resource during its first maintenance + // window after this date. If this date is specified, any next-maintenance opt-in + // requests are ignored. + AutoAppliedAfterDate *time.Time `type:"timestamp"` + + // The effective date when the pending maintenance action will be applied to + // the resource. This date takes into account opt-in requests received from + // the ApplyPendingMaintenanceAction API operation, and also the AutoAppliedAfterDate + // and ForcedApplyDate parameter values. This value is blank if an opt-in request + // has not been received and nothing has been specified for AutoAppliedAfterDate + // or ForcedApplyDate. + CurrentApplyDate *time.Time `type:"timestamp"` + + // A description providing more detail about the maintenance action. + Description *string `type:"string"` + + // The date when the maintenance action will be automatically applied. The maintenance + // action is applied to the resource on this date regardless of the maintenance + // window for the resource. If this date is specified, any immediate opt-in + // requests are ignored. + ForcedApplyDate *time.Time `type:"timestamp"` + + // The type of opt-in request that has been received for the resource. + OptInStatus *string `type:"string"` } // String returns the string representation. @@ -21536,89 +29147,147 @@ type MoveReplicationTaskOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MoveReplicationTaskOutput) String() string { +func (s PendingMaintenanceAction) String() string { return awsutil.Prettify(s) } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s MoveReplicationTaskOutput) GoString() string { - return s.String() +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s PendingMaintenanceAction) GoString() string { + return s.String() +} + +// SetAction sets the Action field's value. +func (s *PendingMaintenanceAction) SetAction(v string) *PendingMaintenanceAction { + s.Action = &v + return s +} + +// SetAutoAppliedAfterDate sets the AutoAppliedAfterDate field's value. +func (s *PendingMaintenanceAction) SetAutoAppliedAfterDate(v time.Time) *PendingMaintenanceAction { + s.AutoAppliedAfterDate = &v + return s +} + +// SetCurrentApplyDate sets the CurrentApplyDate field's value. +func (s *PendingMaintenanceAction) SetCurrentApplyDate(v time.Time) *PendingMaintenanceAction { + s.CurrentApplyDate = &v + return s +} + +// SetDescription sets the Description field's value. +func (s *PendingMaintenanceAction) SetDescription(v string) *PendingMaintenanceAction { + s.Description = &v + return s +} + +// SetForcedApplyDate sets the ForcedApplyDate field's value. +func (s *PendingMaintenanceAction) SetForcedApplyDate(v time.Time) *PendingMaintenanceAction { + s.ForcedApplyDate = &v + return s } -// SetReplicationTask sets the ReplicationTask field's value. -func (s *MoveReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *MoveReplicationTaskOutput { - s.ReplicationTask = v +// SetOptInStatus sets the OptInStatus field's value. +func (s *PendingMaintenanceAction) SetOptInStatus(v string) *PendingMaintenanceAction { + s.OptInStatus = &v return s } -// Provides information that defines a MySQL endpoint. -type MySQLSettings struct { +// Provides information that defines a PostgreSQL endpoint. +type PostgreSQLSettings struct { _ struct{} `type:"structure"` - // Specifies a script to run immediately after DMS connects to the endpoint. - // The migration task continues running regardless if the SQL statement succeeds - // or fails. + // For use with change data capture (CDC) only, this attribute has DMS bypass + // foreign keys and user triggers to reduce the time it takes to bulk load data. // - // For this parameter, provide the code of the script itself, not the name of - // a file containing the script. + // Example: afterConnectScript=SET session_replication_role='replica' AfterConnectScript *string `type:"string"` - // 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. - CleanSourceMetadataOnMismatch *bool `type:"boolean"` + // The Babelfish for Aurora PostgreSQL database name for the endpoint. + BabelfishDatabaseName *string `type:"string"` - // Database name for the endpoint. For a MySQL source or target endpoint, don't - // explicitly specify the database using the DatabaseName request parameter - // on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName - // when you create or modify a MySQL endpoint replicates all the task tables - // to this single database. For MySQL endpoints, you specify the database only - // when you specify the schema in the table-mapping rules of the DMS task. + // To capture DDL events, DMS creates various artifacts in the PostgreSQL database + // when the task starts. You can later remove these artifacts. + // + // If this value is set to N, you don't have to create tables or triggers on + // the source database. + CaptureDdls *bool `type:"boolean"` + + // Specifies the default behavior of the replication's handling of PostgreSQL- + // compatible endpoints that require some additional configuration, such as + // Babelfish endpoints. + DatabaseMode *string `type:"string" enum:"DatabaseMode"` + + // Database name for the endpoint. DatabaseName *string `type:"string"` - // Specifies how often to check the binary log for new changes/events when the - // database is idle. The default is five seconds. + // The schema in which the operational DDL database artifacts are created. // - // Example: eventsPollInterval=5; + // Example: ddlArtifactsSchema=xyzddlschema; + DdlArtifactsSchema *string `type:"string"` + + // Sets the client statement timeout for the PostgreSQL instance, in seconds. + // The default value is 60 seconds. // - // In the example, DMS checks for changes in the binary logs every five seconds. - EventsPollInterval *int64 `type:"integer"` + // Example: executeTimeout=100; + ExecuteTimeout *int64 `type:"integer"` + + // When set to true, this value causes a task to fail if the actual size of + // a LOB column is greater than the specified LobMaxSize. + // + // If task is set to Limited LOB mode and this option is set to true, the task + // fails instead of truncating the LOB data. + FailTasksOnLobTruncation *bool `type:"boolean"` + + // The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By + // doing this, it prevents idle logical replication slots from holding onto + // old WAL logs, which can result in storage full situations on the source. + // This heartbeat keeps restart_lsn moving and prevents storage full scenarios. + HeartbeatEnable *bool `type:"boolean"` + + // Sets the WAL heartbeat frequency (in minutes). + HeartbeatFrequency *int64 `type:"integer"` + + // Sets the schema in which the heartbeat artifacts are created. + HeartbeatSchema *string `type:"string"` + + // When true, lets PostgreSQL migrate the boolean type as boolean. By default, + // PostgreSQL migrates booleans as varchar(5). + MapBooleanAsBoolean *bool `type:"boolean"` + + // When true, DMS migrates JSONB values as CLOB. + MapJsonbAsClob *bool `type:"boolean"` + + // When true, DMS migrates LONG values as VARCHAR. + MapLongVarcharAs *string `type:"string" enum:"LongVarcharMappingType"` // Specifies the maximum size (in KB) of any .csv file used to transfer data - // to a MySQL-compatible database. + // to PostgreSQL. // // Example: maxFileSize=512 MaxFileSize *int64 `type:"integer"` - // 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. - // - // Example: parallelLoadThreads=1 - ParallelLoadThreads *int64 `type:"integer"` - // Endpoint connection password. // // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by MySQLSettings's + // replaced with "sensitive" in string returned by PostgreSQLSettings's // String and GoString methods. Password *string `type:"string" sensitive:"true"` - // Endpoint TCP port. + // Specifies the plugin to use to create a replication slot. + PluginName *string `type:"string" enum:"PluginNameValue"` + + // Endpoint TCP port. The default is 5432. Port *int64 `type:"integer"` // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as // the trusted entity and grants the required permissions to access the value // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the MySQL endpoint. + // access to the PostgreSQL endpoint. // // You can specify one of two sets of values for these permissions. You can // specify the values for this setting and SecretsManagerSecretId. Or you can @@ -21631,33 +29300,42 @@ type MySQLSettings struct { SecretsManagerAccessRoleArn *string `type:"string"` // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the MySQL endpoint connection details. + // contains the PostgreSQL endpoint connection details. SecretsManagerSecretId *string `type:"string"` // The host name of the endpoint database. // - // For an Amazon RDS MySQL instance, this is the output of DescribeDBInstances + // For an Amazon RDS PostgreSQL instance, this is the output of DescribeDBInstances // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address // field. // - // For an Aurora MySQL instance, this is the output of DescribeDBClusters (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html), + // For an Aurora PostgreSQL instance, this is the output of DescribeDBClusters + // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html), // in the Endpoint field. ServerName *string `type:"string"` - // Specifies the time zone for the source MySQL database. + // Sets the name of a previously created logical replication slot for a change + // data capture (CDC) load of the PostgreSQL source instance. // - // Example: serverTimezone=US/Pacific; + // When used with the CdcStartPosition request parameter for the DMS API , this + // attribute also makes it possible to use native CDC start points. DMS verifies + // that the specified logical replication slot exists before starting the CDC + // load task. It also verifies that the task was created with a valid setting + // of CdcStartPosition. If the specified slot doesn't exist or the task doesn't + // have a valid CdcStartPosition setting, DMS raises an error. // - // Note: Do not enclose time zones in single quotes. - ServerTimezone *string `type:"string"` + // For more information about setting the CdcStartPosition request parameter, + // see Determining a CDC native start point (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native) + // in the Database Migration Service User Guide. For more information about + // using CdcStartPosition, see CreateReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html), + // StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html), + // and ModifyReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html). + SlotName *string `type:"string"` - // Specifies where to migrate source tables on the target, either to a single - // database or multiple databases. If you specify SPECIFIC_DATABASE, specify - // the database name using the DatabaseName parameter of the Endpoint object. - // - // Example: targetDbType=MULTIPLE_DATABASES - TargetDbType *string `type:"string" enum:"TargetDbType"` + // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and + // NCHAR data types during migration. The default value is true. + TrimSpaceInChar *bool `type:"boolean"` // Endpoint connection user name. Username *string `type:"string"` @@ -21668,7 +29346,7 @@ type MySQLSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MySQLSettings) String() string { +func (s PostgreSQLSettings) String() string { return awsutil.Prettify(s) } @@ -21677,139 +29355,173 @@ func (s MySQLSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s MySQLSettings) GoString() string { +func (s PostgreSQLSettings) GoString() string { return s.String() } // SetAfterConnectScript sets the AfterConnectScript field's value. -func (s *MySQLSettings) SetAfterConnectScript(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetAfterConnectScript(v string) *PostgreSQLSettings { s.AfterConnectScript = &v return s } -// SetCleanSourceMetadataOnMismatch sets the CleanSourceMetadataOnMismatch field's value. -func (s *MySQLSettings) SetCleanSourceMetadataOnMismatch(v bool) *MySQLSettings { - s.CleanSourceMetadataOnMismatch = &v +// SetBabelfishDatabaseName sets the BabelfishDatabaseName field's value. +func (s *PostgreSQLSettings) SetBabelfishDatabaseName(v string) *PostgreSQLSettings { + s.BabelfishDatabaseName = &v + return s +} + +// SetCaptureDdls sets the CaptureDdls field's value. +func (s *PostgreSQLSettings) SetCaptureDdls(v bool) *PostgreSQLSettings { + s.CaptureDdls = &v + return s +} + +// SetDatabaseMode sets the DatabaseMode field's value. +func (s *PostgreSQLSettings) SetDatabaseMode(v string) *PostgreSQLSettings { + s.DatabaseMode = &v return s } // SetDatabaseName sets the DatabaseName field's value. -func (s *MySQLSettings) SetDatabaseName(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetDatabaseName(v string) *PostgreSQLSettings { s.DatabaseName = &v return s } -// SetEventsPollInterval sets the EventsPollInterval field's value. -func (s *MySQLSettings) SetEventsPollInterval(v int64) *MySQLSettings { - s.EventsPollInterval = &v +// SetDdlArtifactsSchema sets the DdlArtifactsSchema field's value. +func (s *PostgreSQLSettings) SetDdlArtifactsSchema(v string) *PostgreSQLSettings { + s.DdlArtifactsSchema = &v return s } -// SetMaxFileSize sets the MaxFileSize field's value. -func (s *MySQLSettings) SetMaxFileSize(v int64) *MySQLSettings { - s.MaxFileSize = &v +// SetExecuteTimeout sets the ExecuteTimeout field's value. +func (s *PostgreSQLSettings) SetExecuteTimeout(v int64) *PostgreSQLSettings { + s.ExecuteTimeout = &v return s } -// SetParallelLoadThreads sets the ParallelLoadThreads field's value. -func (s *MySQLSettings) SetParallelLoadThreads(v int64) *MySQLSettings { - s.ParallelLoadThreads = &v +// SetFailTasksOnLobTruncation sets the FailTasksOnLobTruncation field's value. +func (s *PostgreSQLSettings) SetFailTasksOnLobTruncation(v bool) *PostgreSQLSettings { + s.FailTasksOnLobTruncation = &v + return s +} + +// SetHeartbeatEnable sets the HeartbeatEnable field's value. +func (s *PostgreSQLSettings) SetHeartbeatEnable(v bool) *PostgreSQLSettings { + s.HeartbeatEnable = &v + return s +} + +// SetHeartbeatFrequency sets the HeartbeatFrequency field's value. +func (s *PostgreSQLSettings) SetHeartbeatFrequency(v int64) *PostgreSQLSettings { + s.HeartbeatFrequency = &v + return s +} + +// SetHeartbeatSchema sets the HeartbeatSchema field's value. +func (s *PostgreSQLSettings) SetHeartbeatSchema(v string) *PostgreSQLSettings { + s.HeartbeatSchema = &v + return s +} + +// SetMapBooleanAsBoolean sets the MapBooleanAsBoolean field's value. +func (s *PostgreSQLSettings) SetMapBooleanAsBoolean(v bool) *PostgreSQLSettings { + s.MapBooleanAsBoolean = &v + return s +} + +// SetMapJsonbAsClob sets the MapJsonbAsClob field's value. +func (s *PostgreSQLSettings) SetMapJsonbAsClob(v bool) *PostgreSQLSettings { + s.MapJsonbAsClob = &v + return s +} + +// SetMapLongVarcharAs sets the MapLongVarcharAs field's value. +func (s *PostgreSQLSettings) SetMapLongVarcharAs(v string) *PostgreSQLSettings { + s.MapLongVarcharAs = &v + return s +} + +// SetMaxFileSize sets the MaxFileSize field's value. +func (s *PostgreSQLSettings) SetMaxFileSize(v int64) *PostgreSQLSettings { + s.MaxFileSize = &v return s } // SetPassword sets the Password field's value. -func (s *MySQLSettings) SetPassword(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetPassword(v string) *PostgreSQLSettings { s.Password = &v return s } +// SetPluginName sets the PluginName field's value. +func (s *PostgreSQLSettings) SetPluginName(v string) *PostgreSQLSettings { + s.PluginName = &v + return s +} + // SetPort sets the Port field's value. -func (s *MySQLSettings) SetPort(v int64) *MySQLSettings { +func (s *PostgreSQLSettings) SetPort(v int64) *PostgreSQLSettings { s.Port = &v return s } // SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *MySQLSettings) SetSecretsManagerAccessRoleArn(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetSecretsManagerAccessRoleArn(v string) *PostgreSQLSettings { s.SecretsManagerAccessRoleArn = &v return s } // SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *MySQLSettings) SetSecretsManagerSecretId(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetSecretsManagerSecretId(v string) *PostgreSQLSettings { s.SecretsManagerSecretId = &v return s } // SetServerName sets the ServerName field's value. -func (s *MySQLSettings) SetServerName(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetServerName(v string) *PostgreSQLSettings { s.ServerName = &v return s } -// SetServerTimezone sets the ServerTimezone field's value. -func (s *MySQLSettings) SetServerTimezone(v string) *MySQLSettings { - s.ServerTimezone = &v +// SetSlotName sets the SlotName field's value. +func (s *PostgreSQLSettings) SetSlotName(v string) *PostgreSQLSettings { + s.SlotName = &v return s } -// SetTargetDbType sets the TargetDbType field's value. -func (s *MySQLSettings) SetTargetDbType(v string) *MySQLSettings { - s.TargetDbType = &v +// SetTrimSpaceInChar sets the TrimSpaceInChar field's value. +func (s *PostgreSQLSettings) SetTrimSpaceInChar(v bool) *PostgreSQLSettings { + s.TrimSpaceInChar = &v return s } // SetUsername sets the Username field's value. -func (s *MySQLSettings) SetUsername(v string) *MySQLSettings { +func (s *PostgreSQLSettings) SetUsername(v string) *PostgreSQLSettings { s.Username = &v return s } -// Provides information that defines an Amazon Neptune endpoint. -type NeptuneSettings struct { +// Provides information that defines a PostgreSQL data provider. +type PostgreSqlDataProviderSettings struct { _ struct{} `type:"structure"` - // 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. - ErrorRetryDuration *int64 `type:"integer"` - - // If you want Identity and Access Management (IAM) authorization enabled for - // this endpoint, set this parameter to true. Then attach the appropriate IAM - // policy document to your service role specified by ServiceAccessRoleArn. The - // default is false. - IamAuthEnabled *bool `type:"boolean"` - - // 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. - MaxFileSize *int64 `type:"integer"` + // The Amazon Resource Name (ARN) of the certificate used for SSL connection. + CertificateArn *string `type:"string"` - // The number of times for DMS to retry a bulk load of migrated graph data to - // the Neptune target database before raising an error. The default is 5. - MaxRetryCount *int64 `type:"integer"` + // The database name on the PostgreSQL data provider. + DatabaseName *string `type:"string"` - // A folder path where you want DMS to store migrated graph data in the S3 bucket - // specified by S3BucketName - // - // S3BucketFolder is a required field - S3BucketFolder *string `type:"string" required:"true"` + // The port value for the PostgreSQL data provider. + Port *int64 `type:"integer"` - // The name of the Amazon S3 bucket where DMS can temporarily store migrated - // graph data in .csv files before bulk-loading it to the Neptune target database. - // DMS maps the SQL source data to graph data before storing it in these .csv - // files. - // - // S3BucketName is a required field - S3BucketName *string `type:"string" required:"true"` + // The name of the PostgreSQL server. + ServerName *string `type:"string"` - // The Amazon Resource Name (ARN) of the service role that you created for the - // Neptune target endpoint. The role must allow the iam:PassRole action. For - // more information, see Creating an IAM Service Role for Accessing Amazon Neptune - // as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole) - // in the Database Migration Service User Guide. - ServiceAccessRoleArn *string `type:"string"` + // The SSL mode used to connect to the PostgreSQL data provider. The default + // value is none. + SslMode *string `type:"string" enum:"DmsSslModeValue"` } // String returns the string representation. @@ -21817,7 +29529,7 @@ type NeptuneSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s NeptuneSettings) String() string { +func (s PostgreSqlDataProviderSettings) String() string { return awsutil.Prettify(s) } @@ -21826,380 +29538,160 @@ func (s NeptuneSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s NeptuneSettings) GoString() string { +func (s PostgreSqlDataProviderSettings) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *NeptuneSettings) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "NeptuneSettings"} - if s.S3BucketFolder == nil { - invalidParams.Add(request.NewErrParamRequired("S3BucketFolder")) - } - if s.S3BucketName == nil { - invalidParams.Add(request.NewErrParamRequired("S3BucketName")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} - -// SetErrorRetryDuration sets the ErrorRetryDuration field's value. -func (s *NeptuneSettings) SetErrorRetryDuration(v int64) *NeptuneSettings { - s.ErrorRetryDuration = &v - return s -} - -// SetIamAuthEnabled sets the IamAuthEnabled field's value. -func (s *NeptuneSettings) SetIamAuthEnabled(v bool) *NeptuneSettings { - s.IamAuthEnabled = &v - return s -} - -// SetMaxFileSize sets the MaxFileSize field's value. -func (s *NeptuneSettings) SetMaxFileSize(v int64) *NeptuneSettings { - s.MaxFileSize = &v - return s -} - -// SetMaxRetryCount sets the MaxRetryCount field's value. -func (s *NeptuneSettings) SetMaxRetryCount(v int64) *NeptuneSettings { - s.MaxRetryCount = &v - return s -} - -// SetS3BucketFolder sets the S3BucketFolder field's value. -func (s *NeptuneSettings) SetS3BucketFolder(v string) *NeptuneSettings { - s.S3BucketFolder = &v +// SetCertificateArn sets the CertificateArn field's value. +func (s *PostgreSqlDataProviderSettings) SetCertificateArn(v string) *PostgreSqlDataProviderSettings { + s.CertificateArn = &v return s } -// SetS3BucketName sets the S3BucketName field's value. -func (s *NeptuneSettings) SetS3BucketName(v string) *NeptuneSettings { - s.S3BucketName = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *PostgreSqlDataProviderSettings) SetDatabaseName(v string) *PostgreSqlDataProviderSettings { + s.DatabaseName = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *NeptuneSettings) SetServiceAccessRoleArn(v string) *NeptuneSettings { - s.ServiceAccessRoleArn = &v +// SetPort sets the Port field's value. +func (s *PostgreSqlDataProviderSettings) SetPort(v int64) *PostgreSqlDataProviderSettings { + s.Port = &v return s } -// Provides information that defines an Oracle endpoint. -type OracleSettings struct { - _ struct{} `type:"structure"` - - // Set this attribute to false in order to use the Binary Reader to capture - // change data for an Amazon RDS for Oracle as the source. This tells the DMS - // instance to not access redo logs through any specified path prefix replacement - // using direct file access. - AccessAlternateDirectly *bool `type:"boolean"` - - // Set this attribute to set up table-level supplemental logging for the Oracle - // database. This attribute enables PRIMARY KEY supplemental logging on all - // tables selected for a migration task. - // - // If you use this option, you still need to enable database-level supplemental - // logging. - AddSupplementalLogging *bool `type:"boolean"` - - // Set this attribute with ArchivedLogDestId in a primary/ standby setup. This - // attribute is useful in the case of a switchover. In this case, DMS needs - // to know which destination to get archive redo logs from to read changes. - // This need arises because the previous primary instance is now a standby instance - // after switchover. - // - // Although DMS supports the use of the Oracle RESETLOGS option to open the - // database, never use RESETLOGS unless necessary. For additional information - // about RESETLOGS, see RMAN Data Repair Concepts (https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B) - // in the Oracle Database Backup and Recovery User's Guide. - AdditionalArchivedLogDestId *int64 `type:"integer"` - - // Set this attribute to true to enable replication of Oracle tables containing - // columns that are nested tables or defined types. - AllowSelectNestedTables *bool `type:"boolean"` - - // Specifies the ID of the destination for the archived redo logs. This value - // should be the same as a number in the dest_id column of the v$archived_log - // view. If you work with an additional redo log destination, use the AdditionalArchivedLogDestId - // option to specify the additional destination ID. Doing this improves performance - // by ensuring that the correct logs are accessed from the outset. - ArchivedLogDestId *int64 `type:"integer"` - - // When this field is set to Y, DMS only accesses the archived redo logs. If - // the archived redo logs are stored on Automatic Storage Management (ASM) only, - // the DMS user account needs to be granted ASM privileges. - ArchivedLogsOnly *bool `type:"boolean"` - - // For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) - // password. You can set this value from the asm_user_password value. You set - // this value as part of the comma-separated value that you set to the Password - // request parameter when you create the endpoint to access transaction logs - // using Binary Reader. For more information, see Configuration for change data - // capture (CDC) on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). - // - // AsmPassword is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by OracleSettings's - // String and GoString methods. - AsmPassword *string `type:"string" sensitive:"true"` - - // For an Oracle source endpoint, your ASM server address. You can set this - // value from the asm_server value. You set asm_server as part of the extra - // connection attribute string to access an Oracle server with Binary Reader - // that uses ASM. For more information, see Configuration for change data capture - // (CDC) on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). - AsmServer *string `type:"string"` - - // For an Oracle source endpoint, your ASM user name. You can set this value - // from the asm_user value. You set asm_user as part of the extra connection - // attribute string to access an Oracle server with Binary Reader that uses - // ASM. For more information, see Configuration for change data capture (CDC) - // on an Oracle source database (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration). - AsmUser *string `type:"string"` - - // Specifies whether the length of a character column is in bytes or in characters. - // To indicate that the character column length is in characters, set this attribute - // to CHAR. Otherwise, the character column length is in bytes. - // - // Example: charLengthSemantics=CHAR; - CharLengthSemantics *string `type:"string" enum:"CharLengthSemantics"` - - // When true, converts timestamps with the timezone datatype to their UTC value. - ConvertTimestampWithZoneToUTC *bool `type:"boolean"` - - // Database name for the endpoint. - DatabaseName *string `type:"string"` - - // When set to true, this attribute helps to increase the commit rate on the - // Oracle target database by writing directly to tables and not writing a trail - // to database logs. - DirectPathNoLog *bool `type:"boolean"` - - // When set to true, this attribute specifies a parallel load when useDirectPathFullLoad - // is set to Y. This attribute also only applies when you use the DMS parallel - // load feature. Note that the target table cannot have any constraints or indexes. - DirectPathParallelLoad *bool `type:"boolean"` - - // Set this attribute to enable homogenous tablespace replication and create - // existing tables or indexes under the same tablespace on the target. - EnableHomogenousTablespace *bool `type:"boolean"` - - // Specifies the IDs of one more destinations for one or more archived redo - // logs. These IDs are the values of the dest_id column in the v$archived_log - // view. Use this setting with the archivedLogDestId extra connection attribute - // in a primary-to-single setup or a primary-to-multiple-standby setup. - // - // This setting is useful in a switchover when you use an Oracle Data Guard - // database as a source. In this case, DMS needs information about what destination - // to get archive redo logs from to read changes. DMS needs this because after - // the switchover the previous primary is a standby instance. For example, in - // a primary-to-single standby setup you might apply the following settings. - // - // archivedLogDestId=1; ExtraArchivedLogDestIds=[2] - // - // In a primary-to-multiple-standby setup, you might apply the following settings. - // - // archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4] - // - // Although DMS supports the use of the Oracle RESETLOGS option to open the - // database, never use RESETLOGS unless it's necessary. For more information - // about RESETLOGS, see RMAN Data Repair Concepts (https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B) - // in the Oracle Database Backup and Recovery User's Guide. - ExtraArchivedLogDestIds []*int64 `type:"list"` - - // When set to true, this attribute causes a task to fail if the actual size - // of an LOB column is greater than the specified LobMaxSize. - // - // If a task is set to limited LOB mode and this option is set to true, the - // task fails instead of truncating the LOB data. - FailTasksOnLobTruncation *bool `type:"boolean"` - - // Specifies the number scale. You can select a scale up to 38, or you can select - // FLOAT. By default, the NUMBER data type is converted to precision 38, scale - // 10. - // - // Example: numberDataTypeScale=12 - NumberDatatypeScale *int64 `type:"integer"` +// SetServerName sets the ServerName field's value. +func (s *PostgreSqlDataProviderSettings) SetServerName(v string) *PostgreSqlDataProviderSettings { + s.ServerName = &v + return s +} - // The timeframe in minutes to check for open transactions for a CDC-only task. - // - // You can specify an integer value between 0 (the default) and 240 (the maximum). - // - // This parameter is only valid in DMS version 3.5.0 and later. DMS supports - // a window of up to 9.5 hours including the value for OpenTransactionWindow. - OpenTransactionWindow *int64 `type:"integer"` +// SetSslMode sets the SslMode field's value. +func (s *PostgreSqlDataProviderSettings) SetSslMode(v string) *PostgreSqlDataProviderSettings { + s.SslMode = &v + return s +} - // Set this string attribute to the required value in order to use the Binary - // Reader to capture change data for an Amazon RDS for Oracle as the source. - // This value specifies the default Oracle root used to access the redo logs. - OraclePathPrefix *string `type:"string"` +// Information about provisioning resources for an DMS serverless replication. +type ProvisionData struct { + _ struct{} `type:"structure"` - // Set this attribute to change the number of threads that DMS configures to - // perform a change data capture (CDC) load using Oracle Automatic Storage Management - // (ASM). You can specify an integer value between 2 (the default) and 8 (the - // maximum). Use this attribute together with the readAheadBlocks attribute. - ParallelAsmReadThreads *int64 `type:"integer"` + // The timestamp when provisioning became available. + DateNewProvisioningDataAvailable *time.Time `type:"timestamp"` - // Endpoint connection password. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by OracleSettings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` + // The timestamp when DMS provisioned replication resources. + DateProvisioned *time.Time `type:"timestamp"` - // Endpoint TCP port. - Port *int64 `type:"integer"` + // Whether the new provisioning is available to the replication. + IsNewProvisioningAvailable *bool `type:"boolean"` - // Set this attribute to change the number of read-ahead blocks that DMS configures - // to perform a change data capture (CDC) load using Oracle Automatic Storage - // Management (ASM). You can specify an integer value between 1000 (the default) - // and 200,000 (the maximum). - ReadAheadBlocks *int64 `type:"integer"` + // The current provisioning state + ProvisionState *string `type:"string"` - // When set to true, this attribute supports tablespace replication. - ReadTableSpaceName *bool `type:"boolean"` + // The number of capacity units the replication is using. + ProvisionedCapacityUnits *int64 `type:"integer"` - // Set this attribute to true in order to use the Binary Reader to capture change - // data for an Amazon RDS for Oracle as the source. This setting tells DMS instance - // to replace the default Oracle root with the specified usePathPrefix setting - // to access the redo logs. - ReplacePathPrefix *bool `type:"boolean"` + // A message describing the reason that DMS provisioned new resources for the + // serverless replication. + ReasonForNewProvisioningData *string `type:"string"` +} - // Specifies the number of seconds that the system waits before resending a - // query. - // - // Example: retryInterval=6; - RetryInterval *int64 `type:"integer"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ProvisionData) String() string { + return awsutil.Prettify(s) +} - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the Oracle endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ProvisionData) GoString() string { + return s.String() +} - // Required only if your Oracle endpoint uses Automatic Storage Management (ASM). - // The full ARN of the IAM role that specifies DMS as the trusted entity and - // grants the required permissions to access the SecretsManagerOracleAsmSecret. - // This SecretsManagerOracleAsmSecret has the secret value that allows access - // to the Oracle ASM of the endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerOracleAsmSecretId. - // Or you can specify clear-text values for AsmUserName, AsmPassword, and AsmServerName. - // You can't specify both. For more information on creating this SecretsManagerOracleAsmSecret - // and the SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId - // required to access it, see Using secrets to access Database Migration Service - // resources (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerOracleAsmAccessRoleArn *string `type:"string"` +// SetDateNewProvisioningDataAvailable sets the DateNewProvisioningDataAvailable field's value. +func (s *ProvisionData) SetDateNewProvisioningDataAvailable(v time.Time) *ProvisionData { + s.DateNewProvisioningDataAvailable = &v + return s +} - // Required only if your Oracle endpoint uses Automatic Storage Management (ASM). - // The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret - // that contains the Oracle ASM connection details for the Oracle endpoint. - SecretsManagerOracleAsmSecretId *string `type:"string"` +// SetDateProvisioned sets the DateProvisioned field's value. +func (s *ProvisionData) SetDateProvisioned(v time.Time) *ProvisionData { + s.DateProvisioned = &v + return s +} - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the Oracle endpoint connection details. - SecretsManagerSecretId *string `type:"string"` +// SetIsNewProvisioningAvailable sets the IsNewProvisioningAvailable field's value. +func (s *ProvisionData) SetIsNewProvisioningAvailable(v bool) *ProvisionData { + s.IsNewProvisioningAvailable = &v + return s +} - // For an Oracle source endpoint, the transparent data encryption (TDE) password - // required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary - // Reader. It is also the TDE_Password part of the comma-separated value you - // set to the Password request parameter when you create the endpoint. The SecurityDbEncryptian - // setting is related to this SecurityDbEncryptionName setting. For more information, - // see Supported encryption methods for using Oracle as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption) - // in the Database Migration Service User Guide. - // - // SecurityDbEncryption is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by OracleSettings's - // String and GoString methods. - SecurityDbEncryption *string `type:"string" sensitive:"true"` +// SetProvisionState sets the ProvisionState field's value. +func (s *ProvisionData) SetProvisionState(v string) *ProvisionData { + s.ProvisionState = &v + return s +} - // For an Oracle source endpoint, the name of a key used for the transparent - // data encryption (TDE) of the columns and tablespaces in an Oracle source - // database that is encrypted using TDE. The key value is the value of the SecurityDbEncryption - // setting. For more information on setting the key name value of SecurityDbEncryptionName, - // see the information and example for setting the securityDbEncryptionName - // extra connection attribute in Supported encryption methods for using Oracle - // as a source for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption) - // in the Database Migration Service User Guide. - SecurityDbEncryptionName *string `type:"string"` +// SetProvisionedCapacityUnits sets the ProvisionedCapacityUnits field's value. +func (s *ProvisionData) SetProvisionedCapacityUnits(v int64) *ProvisionData { + s.ProvisionedCapacityUnits = &v + return s +} - // Fully qualified domain name of the endpoint. - // - // For an Amazon RDS Oracle instance, this is the output of DescribeDBInstances - // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), - // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address - // field. - ServerName *string `type:"string"` +// SetReasonForNewProvisioningData sets the ReasonForNewProvisioningData field's value. +func (s *ProvisionData) SetReasonForNewProvisioningData(v string) *ProvisionData { + s.ReasonForNewProvisioningData = &v + return s +} - // Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default, - // DMS calls the SDO2GEOJSON custom function if present and accessible. Or you - // can create your own custom function that mimics the operation of SDOGEOJSON - // and set SpatialDataOptionToGeoJsonFunctionName to call it instead. - SpatialDataOptionToGeoJsonFunctionName *string `type:"string"` +// Provides information that describes the configuration of the recommended +// target engine on Amazon RDS. +type RdsConfiguration struct { + _ struct{} `type:"structure"` - // Use this attribute to specify a time in minutes for the delay in standby - // sync. If the source is an Oracle Active Data Guard standby database, use - // this attribute to specify the time lag between primary and standby databases. - // - // In DMS, you can create an Oracle CDC task that uses an Active Data Guard - // standby instance as a source for replicating ongoing changes. Doing this - // eliminates the need to connect to an active database that might be in production. - StandbyDelayTime *int64 `type:"integer"` + // Describes the deployment option for the recommended Amazon RDS DB instance. + // The deployment options include Multi-AZ and Single-AZ deployments. Valid + // values include "MULTI_AZ" and "SINGLE_AZ". + DeploymentOption *string `type:"string"` - // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and - // NCHAR data types during migration. The default value is true. - TrimSpaceInChar *bool `type:"boolean"` + // Describes the recommended target Amazon RDS engine edition. + EngineEdition *string `type:"string"` - // Set this attribute to true in order to use the Binary Reader to capture change - // data for an Amazon RDS for Oracle as the source. This tells the DMS instance - // to use any specified prefix replacement to access all online redo logs. - UseAlternateFolderForOnline *bool `type:"boolean"` + // Describes the recommended target Amazon RDS engine version. + EngineVersion *string `type:"string"` - // Set this attribute to Y to capture change data using the Binary Reader utility. - // Set UseLogminerReader to N to set this attribute to Y. To use Binary Reader - // with Amazon RDS for Oracle as the source, you set additional attributes. - // For more information about using this setting with Oracle Automatic Storage - // Management (ASM), see Using Oracle LogMiner or DMS Binary Reader for CDC - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC). - UseBFile *bool `type:"boolean"` + // Describes the memory on the recommended Amazon RDS DB instance that meets + // your requirements. + InstanceMemory *float64 `type:"double"` - // Set this attribute to Y to have DMS use a direct path full load. Specify - // this value to use the direct path protocol in the Oracle Call Interface (OCI). - // By using this OCI protocol, you can bulk-load Oracle target tables during - // a full load. - UseDirectPathFullLoad *bool `type:"boolean"` + // Describes the recommended target Amazon RDS instance type. + InstanceType *string `type:"string"` - // Set this attribute to Y to capture change data using the Oracle LogMiner - // utility (the default). Set this attribute to N if you want to access the - // redo logs as a binary file. When you set UseLogminerReader to N, also set - // UseBfile to Y. For more information on this setting and using Oracle ASM, - // see Using Oracle LogMiner or DMS Binary Reader for CDC (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC) - // in the DMS User Guide. - UseLogminerReader *bool `type:"boolean"` + // Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS + // DB instance that meets your requirements. + InstanceVcpu *float64 `type:"double"` - // Set this string attribute to the required value in order to use the Binary - // Reader to capture change data for an Amazon RDS for Oracle as the source. - // This value specifies the path prefix used to replace the default Oracle root - // to access the redo logs. - UsePathPrefix *string `type:"string"` + // Describes the number of I/O operations completed each second (IOPS) on the + // recommended Amazon RDS DB instance that meets your requirements. + StorageIops *int64 `type:"integer"` - // Endpoint connection user name. - Username *string `type:"string"` + // Describes the storage size of the recommended Amazon RDS DB instance that + // meets your requirements. + StorageSize *int64 `type:"integer"` + + // Describes the storage type of the recommended Amazon RDS DB instance that + // meets your requirements. + // + // Amazon RDS provides three storage types: General Purpose SSD (also known + // as gp2 and gp3), Provisioned IOPS SSD (also known as io1), and magnetic (also + // known as standard). + StorageType *string `type:"string"` } // String returns the string representation. @@ -22207,7 +29699,7 @@ type OracleSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s OracleSettings) String() string { +func (s RdsConfiguration) String() string { return awsutil.Prettify(s) } @@ -22216,313 +29708,339 @@ func (s OracleSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s OracleSettings) GoString() string { +func (s RdsConfiguration) GoString() string { return s.String() } -// SetAccessAlternateDirectly sets the AccessAlternateDirectly field's value. -func (s *OracleSettings) SetAccessAlternateDirectly(v bool) *OracleSettings { - s.AccessAlternateDirectly = &v +// SetDeploymentOption sets the DeploymentOption field's value. +func (s *RdsConfiguration) SetDeploymentOption(v string) *RdsConfiguration { + s.DeploymentOption = &v return s } -// SetAddSupplementalLogging sets the AddSupplementalLogging field's value. -func (s *OracleSettings) SetAddSupplementalLogging(v bool) *OracleSettings { - s.AddSupplementalLogging = &v +// SetEngineEdition sets the EngineEdition field's value. +func (s *RdsConfiguration) SetEngineEdition(v string) *RdsConfiguration { + s.EngineEdition = &v return s } -// SetAdditionalArchivedLogDestId sets the AdditionalArchivedLogDestId field's value. -func (s *OracleSettings) SetAdditionalArchivedLogDestId(v int64) *OracleSettings { - s.AdditionalArchivedLogDestId = &v +// SetEngineVersion sets the EngineVersion field's value. +func (s *RdsConfiguration) SetEngineVersion(v string) *RdsConfiguration { + s.EngineVersion = &v return s } -// SetAllowSelectNestedTables sets the AllowSelectNestedTables field's value. -func (s *OracleSettings) SetAllowSelectNestedTables(v bool) *OracleSettings { - s.AllowSelectNestedTables = &v +// SetInstanceMemory sets the InstanceMemory field's value. +func (s *RdsConfiguration) SetInstanceMemory(v float64) *RdsConfiguration { + s.InstanceMemory = &v return s } -// SetArchivedLogDestId sets the ArchivedLogDestId field's value. -func (s *OracleSettings) SetArchivedLogDestId(v int64) *OracleSettings { - s.ArchivedLogDestId = &v +// SetInstanceType sets the InstanceType field's value. +func (s *RdsConfiguration) SetInstanceType(v string) *RdsConfiguration { + s.InstanceType = &v return s } -// SetArchivedLogsOnly sets the ArchivedLogsOnly field's value. -func (s *OracleSettings) SetArchivedLogsOnly(v bool) *OracleSettings { - s.ArchivedLogsOnly = &v +// SetInstanceVcpu sets the InstanceVcpu field's value. +func (s *RdsConfiguration) SetInstanceVcpu(v float64) *RdsConfiguration { + s.InstanceVcpu = &v return s } -// SetAsmPassword sets the AsmPassword field's value. -func (s *OracleSettings) SetAsmPassword(v string) *OracleSettings { - s.AsmPassword = &v +// SetStorageIops sets the StorageIops field's value. +func (s *RdsConfiguration) SetStorageIops(v int64) *RdsConfiguration { + s.StorageIops = &v return s } -// SetAsmServer sets the AsmServer field's value. -func (s *OracleSettings) SetAsmServer(v string) *OracleSettings { - s.AsmServer = &v +// SetStorageSize sets the StorageSize field's value. +func (s *RdsConfiguration) SetStorageSize(v int64) *RdsConfiguration { + s.StorageSize = &v return s } -// SetAsmUser sets the AsmUser field's value. -func (s *OracleSettings) SetAsmUser(v string) *OracleSettings { - s.AsmUser = &v +// SetStorageType sets the StorageType field's value. +func (s *RdsConfiguration) SetStorageType(v string) *RdsConfiguration { + s.StorageType = &v return s } -// SetCharLengthSemantics sets the CharLengthSemantics field's value. -func (s *OracleSettings) SetCharLengthSemantics(v string) *OracleSettings { - s.CharLengthSemantics = &v - return s -} +// Provides information that describes a recommendation of a target engine on +// Amazon RDS. +type RdsRecommendation struct { + _ struct{} `type:"structure"` -// SetConvertTimestampWithZoneToUTC sets the ConvertTimestampWithZoneToUTC field's value. -func (s *OracleSettings) SetConvertTimestampWithZoneToUTC(v bool) *OracleSettings { - s.ConvertTimestampWithZoneToUTC = &v - return s -} + // Supplemental information about the requirements to the recommended target + // database on Amazon RDS. + RequirementsToTarget *RdsRequirements `type:"structure"` -// SetDatabaseName sets the DatabaseName field's value. -func (s *OracleSettings) SetDatabaseName(v string) *OracleSettings { - s.DatabaseName = &v - return s + // Supplemental information about the configuration of the recommended target + // database on Amazon RDS. + TargetConfiguration *RdsConfiguration `type:"structure"` } -// SetDirectPathNoLog sets the DirectPathNoLog field's value. -func (s *OracleSettings) SetDirectPathNoLog(v bool) *OracleSettings { - s.DirectPathNoLog = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RdsRecommendation) String() string { + return awsutil.Prettify(s) } -// SetDirectPathParallelLoad sets the DirectPathParallelLoad field's value. -func (s *OracleSettings) SetDirectPathParallelLoad(v bool) *OracleSettings { - s.DirectPathParallelLoad = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RdsRecommendation) GoString() string { + return s.String() } -// SetEnableHomogenousTablespace sets the EnableHomogenousTablespace field's value. -func (s *OracleSettings) SetEnableHomogenousTablespace(v bool) *OracleSettings { - s.EnableHomogenousTablespace = &v +// SetRequirementsToTarget sets the RequirementsToTarget field's value. +func (s *RdsRecommendation) SetRequirementsToTarget(v *RdsRequirements) *RdsRecommendation { + s.RequirementsToTarget = v return s } -// SetExtraArchivedLogDestIds sets the ExtraArchivedLogDestIds field's value. -func (s *OracleSettings) SetExtraArchivedLogDestIds(v []*int64) *OracleSettings { - s.ExtraArchivedLogDestIds = v +// SetTargetConfiguration sets the TargetConfiguration field's value. +func (s *RdsRecommendation) SetTargetConfiguration(v *RdsConfiguration) *RdsRecommendation { + s.TargetConfiguration = v return s } -// SetFailTasksOnLobTruncation sets the FailTasksOnLobTruncation field's value. -func (s *OracleSettings) SetFailTasksOnLobTruncation(v bool) *OracleSettings { - s.FailTasksOnLobTruncation = &v - return s -} +// Provides information that describes the requirements to the target engine +// on Amazon RDS. +type RdsRequirements struct { + _ struct{} `type:"structure"` -// SetNumberDatatypeScale sets the NumberDatatypeScale field's value. -func (s *OracleSettings) SetNumberDatatypeScale(v int64) *OracleSettings { - s.NumberDatatypeScale = &v - return s -} + // The required deployment option for the Amazon RDS DB instance. Valid values + // include "MULTI_AZ" for Multi-AZ deployments and "SINGLE_AZ" for Single-AZ + // deployments. + DeploymentOption *string `type:"string"` -// SetOpenTransactionWindow sets the OpenTransactionWindow field's value. -func (s *OracleSettings) SetOpenTransactionWindow(v int64) *OracleSettings { - s.OpenTransactionWindow = &v - return s -} + // The required target Amazon RDS engine edition. + EngineEdition *string `type:"string"` -// SetOraclePathPrefix sets the OraclePathPrefix field's value. -func (s *OracleSettings) SetOraclePathPrefix(v string) *OracleSettings { - s.OraclePathPrefix = &v - return s -} + // The required target Amazon RDS engine version. + EngineVersion *string `type:"string"` -// SetParallelAsmReadThreads sets the ParallelAsmReadThreads field's value. -func (s *OracleSettings) SetParallelAsmReadThreads(v int64) *OracleSettings { - s.ParallelAsmReadThreads = &v - return s -} + // The required memory on the Amazon RDS DB instance. + InstanceMemory *float64 `type:"double"` -// SetPassword sets the Password field's value. -func (s *OracleSettings) SetPassword(v string) *OracleSettings { - s.Password = &v - return s -} + // The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance. + InstanceVcpu *float64 `type:"double"` -// SetPort sets the Port field's value. -func (s *OracleSettings) SetPort(v int64) *OracleSettings { - s.Port = &v - return s + // The required number of I/O operations completed each second (IOPS) on your + // Amazon RDS DB instance. + StorageIops *int64 `type:"integer"` + + // The required Amazon RDS DB instance storage size. + StorageSize *int64 `type:"integer"` } -// SetReadAheadBlocks sets the ReadAheadBlocks field's value. -func (s *OracleSettings) SetReadAheadBlocks(v int64) *OracleSettings { - s.ReadAheadBlocks = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RdsRequirements) String() string { + return awsutil.Prettify(s) } -// SetReadTableSpaceName sets the ReadTableSpaceName field's value. -func (s *OracleSettings) SetReadTableSpaceName(v bool) *OracleSettings { - s.ReadTableSpaceName = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RdsRequirements) GoString() string { + return s.String() } -// SetReplacePathPrefix sets the ReplacePathPrefix field's value. -func (s *OracleSettings) SetReplacePathPrefix(v bool) *OracleSettings { - s.ReplacePathPrefix = &v +// SetDeploymentOption sets the DeploymentOption field's value. +func (s *RdsRequirements) SetDeploymentOption(v string) *RdsRequirements { + s.DeploymentOption = &v return s } -// SetRetryInterval sets the RetryInterval field's value. -func (s *OracleSettings) SetRetryInterval(v int64) *OracleSettings { - s.RetryInterval = &v +// SetEngineEdition sets the EngineEdition field's value. +func (s *RdsRequirements) SetEngineEdition(v string) *RdsRequirements { + s.EngineEdition = &v return s } -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *OracleSettings) SetSecretsManagerAccessRoleArn(v string) *OracleSettings { - s.SecretsManagerAccessRoleArn = &v +// SetEngineVersion sets the EngineVersion field's value. +func (s *RdsRequirements) SetEngineVersion(v string) *RdsRequirements { + s.EngineVersion = &v return s } -// SetSecretsManagerOracleAsmAccessRoleArn sets the SecretsManagerOracleAsmAccessRoleArn field's value. -func (s *OracleSettings) SetSecretsManagerOracleAsmAccessRoleArn(v string) *OracleSettings { - s.SecretsManagerOracleAsmAccessRoleArn = &v +// SetInstanceMemory sets the InstanceMemory field's value. +func (s *RdsRequirements) SetInstanceMemory(v float64) *RdsRequirements { + s.InstanceMemory = &v return s } -// SetSecretsManagerOracleAsmSecretId sets the SecretsManagerOracleAsmSecretId field's value. -func (s *OracleSettings) SetSecretsManagerOracleAsmSecretId(v string) *OracleSettings { - s.SecretsManagerOracleAsmSecretId = &v +// SetInstanceVcpu sets the InstanceVcpu field's value. +func (s *RdsRequirements) SetInstanceVcpu(v float64) *RdsRequirements { + s.InstanceVcpu = &v return s } -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *OracleSettings) SetSecretsManagerSecretId(v string) *OracleSettings { - s.SecretsManagerSecretId = &v +// SetStorageIops sets the StorageIops field's value. +func (s *RdsRequirements) SetStorageIops(v int64) *RdsRequirements { + s.StorageIops = &v return s } -// SetSecurityDbEncryption sets the SecurityDbEncryption field's value. -func (s *OracleSettings) SetSecurityDbEncryption(v string) *OracleSettings { - s.SecurityDbEncryption = &v +// SetStorageSize sets the StorageSize field's value. +func (s *RdsRequirements) SetStorageSize(v int64) *RdsRequirements { + s.StorageSize = &v return s } -// SetSecurityDbEncryptionName sets the SecurityDbEncryptionName field's value. -func (s *OracleSettings) SetSecurityDbEncryptionName(v string) *OracleSettings { - s.SecurityDbEncryptionName = &v - return s +type RebootReplicationInstanceInput struct { + _ struct{} `type:"structure"` + + // If this parameter is true, the reboot is conducted through a Multi-AZ failover. + // If the instance isn't configured for Multi-AZ, then you can't specify true. + // ( --force-planned-failover and --force-failover can't both be set to true.) + ForceFailover *bool `type:"boolean"` + + // If this parameter is true, the reboot is conducted through a planned Multi-AZ + // failover where resources are released and cleaned up prior to conducting + // the failover. If the instance isn''t configured for Multi-AZ, then you can't + // specify true. ( --force-planned-failover and --force-failover can't both + // be set to true.) + ForcePlannedFailover *bool `type:"boolean"` + + // The Amazon Resource Name (ARN) of the replication instance. + // + // ReplicationInstanceArn is a required field + ReplicationInstanceArn *string `type:"string" required:"true"` } -// SetServerName sets the ServerName field's value. -func (s *OracleSettings) SetServerName(v string) *OracleSettings { - s.ServerName = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RebootReplicationInstanceInput) String() string { + return awsutil.Prettify(s) } -// SetSpatialDataOptionToGeoJsonFunctionName sets the SpatialDataOptionToGeoJsonFunctionName field's value. -func (s *OracleSettings) SetSpatialDataOptionToGeoJsonFunctionName(v string) *OracleSettings { - s.SpatialDataOptionToGeoJsonFunctionName = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RebootReplicationInstanceInput) GoString() string { + return s.String() } -// SetStandbyDelayTime sets the StandbyDelayTime field's value. -func (s *OracleSettings) SetStandbyDelayTime(v int64) *OracleSettings { - s.StandbyDelayTime = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *RebootReplicationInstanceInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "RebootReplicationInstanceInput"} + if s.ReplicationInstanceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetTrimSpaceInChar sets the TrimSpaceInChar field's value. -func (s *OracleSettings) SetTrimSpaceInChar(v bool) *OracleSettings { - s.TrimSpaceInChar = &v +// SetForceFailover sets the ForceFailover field's value. +func (s *RebootReplicationInstanceInput) SetForceFailover(v bool) *RebootReplicationInstanceInput { + s.ForceFailover = &v return s } -// SetUseAlternateFolderForOnline sets the UseAlternateFolderForOnline field's value. -func (s *OracleSettings) SetUseAlternateFolderForOnline(v bool) *OracleSettings { - s.UseAlternateFolderForOnline = &v +// SetForcePlannedFailover sets the ForcePlannedFailover field's value. +func (s *RebootReplicationInstanceInput) SetForcePlannedFailover(v bool) *RebootReplicationInstanceInput { + s.ForcePlannedFailover = &v return s } -// SetUseBFile sets the UseBFile field's value. -func (s *OracleSettings) SetUseBFile(v bool) *OracleSettings { - s.UseBFile = &v +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *RebootReplicationInstanceInput) SetReplicationInstanceArn(v string) *RebootReplicationInstanceInput { + s.ReplicationInstanceArn = &v return s } -// SetUseDirectPathFullLoad sets the UseDirectPathFullLoad field's value. -func (s *OracleSettings) SetUseDirectPathFullLoad(v bool) *OracleSettings { - s.UseDirectPathFullLoad = &v - return s +type RebootReplicationInstanceOutput struct { + _ struct{} `type:"structure"` + + // The replication instance that is being rebooted. + ReplicationInstance *ReplicationInstance `type:"structure"` } -// SetUseLogminerReader sets the UseLogminerReader field's value. -func (s *OracleSettings) SetUseLogminerReader(v bool) *OracleSettings { - s.UseLogminerReader = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RebootReplicationInstanceOutput) String() string { + return awsutil.Prettify(s) } -// SetUsePathPrefix sets the UsePathPrefix field's value. -func (s *OracleSettings) SetUsePathPrefix(v string) *OracleSettings { - s.UsePathPrefix = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RebootReplicationInstanceOutput) GoString() string { + return s.String() } -// SetUsername sets the Username field's value. -func (s *OracleSettings) SetUsername(v string) *OracleSettings { - s.Username = &v +// SetReplicationInstance sets the ReplicationInstance field's value. +func (s *RebootReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *RebootReplicationInstanceOutput { + s.ReplicationInstance = v return s } -// In response to the DescribeOrderableReplicationInstances operation, this -// object describes an available replication instance. This description includes -// the replication instance's type, engine version, and allocated storage. -type OrderableReplicationInstance struct { +// Provides information that describes a recommendation of a target engine. +// +// A recommendation is a set of possible Amazon Web Services target engines +// that you can choose to migrate your source on-premises database. In this +// set, Fleet Advisor suggests a single target engine as the right sized migration +// destination. To determine this rightsized migration destination, Fleet Advisor +// uses the inventory metadata and metrics from data collector. You can use +// recommendations before the start of migration to save costs and reduce risks. +// +// With recommendations, you can explore different target options and compare +// metrics, so you can make an informed decision when you choose the migration +// target. +type Recommendation struct { _ struct{} `type:"structure"` - // List of Availability Zones for this replication instance. - AvailabilityZones []*string `type:"list"` - - // The default amount of storage (in gigabytes) that is allocated for the replication - // instance. - DefaultAllocatedStorage *int64 `type:"integer"` - - // The version of the replication engine. - EngineVersion *string `type:"string"` + // The date when Fleet Advisor created the target engine recommendation. + CreatedDate *string `type:"string"` - // The amount of storage (in gigabytes) that is allocated for the replication - // instance. - IncludedAllocatedStorage *int64 `type:"integer"` + // The recommendation of a target engine for the specified source database. + Data *RecommendationData `type:"structure"` - // The minimum amount of storage (in gigabytes) that can be allocated for the - // replication instance. - MaxAllocatedStorage *int64 `type:"integer"` + // The identifier of the source database for which Fleet Advisor provided this + // recommendation. + DatabaseId *string `type:"string"` - // The minimum amount of storage (in gigabytes) that can be allocated for the - // replication instance. - MinAllocatedStorage *int64 `type:"integer"` + // The name of the target engine. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", + // "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql". + EngineName *string `type:"string"` - // The value returned when the specified EngineVersion of the replication instance - // is in Beta or test mode. This indicates some features might not work as expected. - // - // DMS supports the ReleaseStatus parameter in versions 3.1.4 and later. - ReleaseStatus *string `type:"string" enum:"ReleaseStatusValues"` + // Indicates that this target is the rightsized migration destination. + Preferred *bool `type:"boolean"` - // The compute and memory capacity of the replication instance as defined for - // the specified replication instance class. For example to specify the instance - // class dms.c4.large, set this parameter to "dms.c4.large". - // - // For more information on the settings and capacities for the available replication - // instance classes, see Selecting the right DMS replication instance for your - // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). - ReplicationInstanceClass *string `type:"string"` + // The settings in JSON format for the preferred target engine parameters. These + // parameters include capacity, resource utilization, and the usage type (production, + // development, or testing). + Settings *RecommendationSettings `type:"structure"` - // The type of storage used by the replication instance. - StorageType *string `type:"string"` + // The status of the target engine recommendation. Valid values include "alternate", + // "in-progress", "not-viable", and "recommended". + Status *string `type:"string"` } // String returns the string representation. @@ -22530,7 +30048,7 @@ type OrderableReplicationInstance struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s OrderableReplicationInstance) String() string { +func (s Recommendation) String() string { return awsutil.Prettify(s) } @@ -22539,98 +30057,58 @@ func (s OrderableReplicationInstance) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s OrderableReplicationInstance) GoString() string { +func (s Recommendation) GoString() string { return s.String() } -// SetAvailabilityZones sets the AvailabilityZones field's value. -func (s *OrderableReplicationInstance) SetAvailabilityZones(v []*string) *OrderableReplicationInstance { - s.AvailabilityZones = v - return s -} - -// SetDefaultAllocatedStorage sets the DefaultAllocatedStorage field's value. -func (s *OrderableReplicationInstance) SetDefaultAllocatedStorage(v int64) *OrderableReplicationInstance { - s.DefaultAllocatedStorage = &v - return s -} - -// SetEngineVersion sets the EngineVersion field's value. -func (s *OrderableReplicationInstance) SetEngineVersion(v string) *OrderableReplicationInstance { - s.EngineVersion = &v +// SetCreatedDate sets the CreatedDate field's value. +func (s *Recommendation) SetCreatedDate(v string) *Recommendation { + s.CreatedDate = &v return s } -// SetIncludedAllocatedStorage sets the IncludedAllocatedStorage field's value. -func (s *OrderableReplicationInstance) SetIncludedAllocatedStorage(v int64) *OrderableReplicationInstance { - s.IncludedAllocatedStorage = &v +// SetData sets the Data field's value. +func (s *Recommendation) SetData(v *RecommendationData) *Recommendation { + s.Data = v return s } -// SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value. -func (s *OrderableReplicationInstance) SetMaxAllocatedStorage(v int64) *OrderableReplicationInstance { - s.MaxAllocatedStorage = &v +// SetDatabaseId sets the DatabaseId field's value. +func (s *Recommendation) SetDatabaseId(v string) *Recommendation { + s.DatabaseId = &v return s } -// SetMinAllocatedStorage sets the MinAllocatedStorage field's value. -func (s *OrderableReplicationInstance) SetMinAllocatedStorage(v int64) *OrderableReplicationInstance { - s.MinAllocatedStorage = &v +// SetEngineName sets the EngineName field's value. +func (s *Recommendation) SetEngineName(v string) *Recommendation { + s.EngineName = &v return s } -// SetReleaseStatus sets the ReleaseStatus field's value. -func (s *OrderableReplicationInstance) SetReleaseStatus(v string) *OrderableReplicationInstance { - s.ReleaseStatus = &v +// SetPreferred sets the Preferred field's value. +func (s *Recommendation) SetPreferred(v bool) *Recommendation { + s.Preferred = &v return s } -// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. -func (s *OrderableReplicationInstance) SetReplicationInstanceClass(v string) *OrderableReplicationInstance { - s.ReplicationInstanceClass = &v +// SetSettings sets the Settings field's value. +func (s *Recommendation) SetSettings(v *RecommendationSettings) *Recommendation { + s.Settings = v return s } -// SetStorageType sets the StorageType field's value. -func (s *OrderableReplicationInstance) SetStorageType(v string) *OrderableReplicationInstance { - s.StorageType = &v +// SetStatus sets the Status field's value. +func (s *Recommendation) SetStatus(v string) *Recommendation { + s.Status = &v return s } -// Describes a maintenance action pending for an DMS resource, including when -// and how it will be applied. This data type is a response element to the DescribePendingMaintenanceActions -// operation. -type PendingMaintenanceAction struct { +// Provides information about the target engine for the specified source database. +type RecommendationData struct { _ struct{} `type:"structure"` - - // The type of pending maintenance action that is available for the resource. - Action *string `type:"string"` - - // The date of the maintenance window when the action is to be applied. The - // maintenance action is applied to the resource during its first maintenance - // window after this date. If this date is specified, any next-maintenance opt-in - // requests are ignored. - AutoAppliedAfterDate *time.Time `type:"timestamp"` - - // The effective date when the pending maintenance action will be applied to - // the resource. This date takes into account opt-in requests received from - // the ApplyPendingMaintenanceAction API operation, and also the AutoAppliedAfterDate - // and ForcedApplyDate parameter values. This value is blank if an opt-in request - // has not been received and nothing has been specified for AutoAppliedAfterDate - // or ForcedApplyDate. - CurrentApplyDate *time.Time `type:"timestamp"` - - // A description providing more detail about the maintenance action. - Description *string `type:"string"` - - // The date when the maintenance action will be automatically applied. The maintenance - // action is applied to the resource on this date regardless of the maintenance - // window for the resource. If this date is specified, any immediate opt-in - // requests are ignored. - ForcedApplyDate *time.Time `type:"timestamp"` - - // The type of opt-in request that has been received for the resource. - OptInStatus *string `type:"string"` + + // The recommendation of a target Amazon RDS database engine. + RdsEngine *RdsRecommendation `type:"structure"` } // String returns the string representation. @@ -22638,7 +30116,7 @@ type PendingMaintenanceAction struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s PendingMaintenanceAction) String() string { +func (s RecommendationData) String() string { return awsutil.Prettify(s) } @@ -22647,189 +30125,34 @@ func (s PendingMaintenanceAction) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s PendingMaintenanceAction) GoString() string { +func (s RecommendationData) GoString() string { return s.String() } -// SetAction sets the Action field's value. -func (s *PendingMaintenanceAction) SetAction(v string) *PendingMaintenanceAction { - s.Action = &v - return s -} - -// SetAutoAppliedAfterDate sets the AutoAppliedAfterDate field's value. -func (s *PendingMaintenanceAction) SetAutoAppliedAfterDate(v time.Time) *PendingMaintenanceAction { - s.AutoAppliedAfterDate = &v - return s -} - -// SetCurrentApplyDate sets the CurrentApplyDate field's value. -func (s *PendingMaintenanceAction) SetCurrentApplyDate(v time.Time) *PendingMaintenanceAction { - s.CurrentApplyDate = &v - return s -} - -// SetDescription sets the Description field's value. -func (s *PendingMaintenanceAction) SetDescription(v string) *PendingMaintenanceAction { - s.Description = &v - return s -} - -// SetForcedApplyDate sets the ForcedApplyDate field's value. -func (s *PendingMaintenanceAction) SetForcedApplyDate(v time.Time) *PendingMaintenanceAction { - s.ForcedApplyDate = &v - return s -} - -// SetOptInStatus sets the OptInStatus field's value. -func (s *PendingMaintenanceAction) SetOptInStatus(v string) *PendingMaintenanceAction { - s.OptInStatus = &v +// SetRdsEngine sets the RdsEngine field's value. +func (s *RecommendationData) SetRdsEngine(v *RdsRecommendation) *RecommendationData { + s.RdsEngine = v return s } -// Provides information that defines a PostgreSQL endpoint. -type PostgreSQLSettings struct { +// Provides information about the required target engine settings. +type RecommendationSettings struct { _ struct{} `type:"structure"` - // For use with change data capture (CDC) only, this attribute has DMS bypass - // foreign keys and user triggers to reduce the time it takes to bulk load data. - // - // Example: afterConnectScript=SET session_replication_role='replica' - AfterConnectScript *string `type:"string"` - - // The Babelfish for Aurora PostgreSQL database name for the endpoint. - BabelfishDatabaseName *string `type:"string"` - - // To capture DDL events, DMS creates various artifacts in the PostgreSQL database - // when the task starts. You can later remove these artifacts. - // - // If this value is set to N, you don't have to create tables or triggers on - // the source database. - CaptureDdls *bool `type:"boolean"` - - // Specifies the default behavior of the replication's handling of PostgreSQL- - // compatible endpoints that require some additional configuration, such as - // Babelfish endpoints. - DatabaseMode *string `type:"string" enum:"DatabaseMode"` - - // Database name for the endpoint. - DatabaseName *string `type:"string"` - - // The schema in which the operational DDL database artifacts are created. - // - // Example: ddlArtifactsSchema=xyzddlschema; - DdlArtifactsSchema *string `type:"string"` - - // Sets the client statement timeout for the PostgreSQL instance, in seconds. - // The default value is 60 seconds. - // - // Example: executeTimeout=100; - ExecuteTimeout *int64 `type:"integer"` - - // When set to true, this value causes a task to fail if the actual size of - // a LOB column is greater than the specified LobMaxSize. - // - // If task is set to Limited LOB mode and this option is set to true, the task - // fails instead of truncating the LOB data. - FailTasksOnLobTruncation *bool `type:"boolean"` - - // The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By - // doing this, it prevents idle logical replication slots from holding onto - // old WAL logs, which can result in storage full situations on the source. - // This heartbeat keeps restart_lsn moving and prevents storage full scenarios. - HeartbeatEnable *bool `type:"boolean"` - - // Sets the WAL heartbeat frequency (in minutes). - HeartbeatFrequency *int64 `type:"integer"` - - // Sets the schema in which the heartbeat artifacts are created. - HeartbeatSchema *string `type:"string"` - - // When true, lets PostgreSQL migrate the boolean type as boolean. By default, - // PostgreSQL migrates booleans as varchar(5). - MapBooleanAsBoolean *bool `type:"boolean"` - - // When true, DMS migrates JSONB values as CLOB. - MapJsonbAsClob *bool `type:"boolean"` - - // When true, DMS migrates LONG values as VARCHAR. - MapLongVarcharAs *string `type:"string" enum:"LongVarcharMappingType"` - - // Specifies the maximum size (in KB) of any .csv file used to transfer data - // to PostgreSQL. - // - // Example: maxFileSize=512 - MaxFileSize *int64 `type:"integer"` - - // Endpoint connection password. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by PostgreSQLSettings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` - - // Specifies the plugin to use to create a replication slot. - PluginName *string `type:"string" enum:"PluginNameValue"` - - // Endpoint TCP port. The default is 5432. - Port *int64 `type:"integer"` - - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the PostgreSQL endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` - - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the PostgreSQL endpoint connection details. - SecretsManagerSecretId *string `type:"string"` - - // The host name of the endpoint database. - // - // For an Amazon RDS PostgreSQL instance, this is the output of DescribeDBInstances - // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html), - // in the Endpoint (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html).Address - // field. + // The size of your target instance. Fleet Advisor calculates this value based + // on your data collection type, such as total capacity and resource utilization. + // Valid values include "total-capacity" and "utilization". // - // For an Aurora PostgreSQL instance, this is the output of DescribeDBClusters - // (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html), - // in the Endpoint field. - ServerName *string `type:"string"` + // InstanceSizingType is a required field + InstanceSizingType *string `type:"string" required:"true"` - // Sets the name of a previously created logical replication slot for a change - // data capture (CDC) load of the PostgreSQL source instance. - // - // When used with the CdcStartPosition request parameter for the DMS API , this - // attribute also makes it possible to use native CDC start points. DMS verifies - // that the specified logical replication slot exists before starting the CDC - // load task. It also verifies that the task was created with a valid setting - // of CdcStartPosition. If the specified slot doesn't exist or the task doesn't - // have a valid CdcStartPosition setting, DMS raises an error. + // The deployment option for your target engine. For production databases, Fleet + // Advisor chooses Multi-AZ deployment. For development or test databases, Fleet + // Advisor chooses Single-AZ deployment. Valid values include "development" + // and "production". // - // For more information about setting the CdcStartPosition request parameter, - // see Determining a CDC native start point (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native) - // in the Database Migration Service User Guide. For more information about - // using CdcStartPosition, see CreateReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html), - // StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html), - // and ModifyReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html). - SlotName *string `type:"string"` - - // Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and - // NCHAR data types during migration. The default value is true. - TrimSpaceInChar *bool `type:"boolean"` - - // Endpoint connection user name. - Username *string `type:"string"` + // WorkloadType is a required field + WorkloadType *string `type:"string" required:"true"` } // String returns the string representation. @@ -22837,7 +30160,7 @@ type PostgreSQLSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s PostgreSQLSettings) String() string { +func (s RecommendationSettings) String() string { return awsutil.Prettify(s) } @@ -22846,274 +30169,356 @@ func (s PostgreSQLSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s PostgreSQLSettings) GoString() string { +func (s RecommendationSettings) GoString() string { return s.String() } -// SetAfterConnectScript sets the AfterConnectScript field's value. -func (s *PostgreSQLSettings) SetAfterConnectScript(v string) *PostgreSQLSettings { - s.AfterConnectScript = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *RecommendationSettings) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "RecommendationSettings"} + if s.InstanceSizingType == nil { + invalidParams.Add(request.NewErrParamRequired("InstanceSizingType")) + } + if s.WorkloadType == nil { + invalidParams.Add(request.NewErrParamRequired("WorkloadType")) + } -// SetBabelfishDatabaseName sets the BabelfishDatabaseName field's value. -func (s *PostgreSQLSettings) SetBabelfishDatabaseName(v string) *PostgreSQLSettings { - s.BabelfishDatabaseName = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetCaptureDdls sets the CaptureDdls field's value. -func (s *PostgreSQLSettings) SetCaptureDdls(v bool) *PostgreSQLSettings { - s.CaptureDdls = &v +// SetInstanceSizingType sets the InstanceSizingType field's value. +func (s *RecommendationSettings) SetInstanceSizingType(v string) *RecommendationSettings { + s.InstanceSizingType = &v return s } -// SetDatabaseMode sets the DatabaseMode field's value. -func (s *PostgreSQLSettings) SetDatabaseMode(v string) *PostgreSQLSettings { - s.DatabaseMode = &v +// SetWorkloadType sets the WorkloadType field's value. +func (s *RecommendationSettings) SetWorkloadType(v string) *RecommendationSettings { + s.WorkloadType = &v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *PostgreSQLSettings) SetDatabaseName(v string) *PostgreSQLSettings { - s.DatabaseName = &v - return s -} +// Provides information that defines a Redis target endpoint. +type RedisSettings struct { + _ struct{} `type:"structure"` -// SetDdlArtifactsSchema sets the DdlArtifactsSchema field's value. -func (s *PostgreSQLSettings) SetDdlArtifactsSchema(v string) *PostgreSQLSettings { - s.DdlArtifactsSchema = &v - return s -} + // The password provided with the auth-role and auth-token options of the AuthType + // setting for a Redis target endpoint. + // + // AuthPassword is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by RedisSettings's + // String and GoString methods. + AuthPassword *string `type:"string" sensitive:"true"` + + // The type of authentication to perform when connecting to a Redis target. + // Options include none, auth-token, and auth-role. The auth-token option requires + // an AuthPassword value to be provided. The auth-role option requires AuthUserName + // and AuthPassword values to be provided. + AuthType *string `type:"string" enum:"RedisAuthTypeValue"` -// SetExecuteTimeout sets the ExecuteTimeout field's value. -func (s *PostgreSQLSettings) SetExecuteTimeout(v int64) *PostgreSQLSettings { - s.ExecuteTimeout = &v - return s -} + // The user name provided with the auth-role option of the AuthType setting + // for a Redis target endpoint. + AuthUserName *string `type:"string"` -// SetFailTasksOnLobTruncation sets the FailTasksOnLobTruncation field's value. -func (s *PostgreSQLSettings) SetFailTasksOnLobTruncation(v bool) *PostgreSQLSettings { - s.FailTasksOnLobTruncation = &v - return s -} + // Transmission Control Protocol (TCP) port for the endpoint. + // + // Port is a required field + Port *int64 `type:"integer" required:"true"` -// SetHeartbeatEnable sets the HeartbeatEnable field's value. -func (s *PostgreSQLSettings) SetHeartbeatEnable(v bool) *PostgreSQLSettings { - s.HeartbeatEnable = &v - return s -} + // Fully qualified domain name of the endpoint. + // + // ServerName is a required field + ServerName *string `type:"string" required:"true"` -// SetHeartbeatFrequency sets the HeartbeatFrequency field's value. -func (s *PostgreSQLSettings) SetHeartbeatFrequency(v int64) *PostgreSQLSettings { - s.HeartbeatFrequency = &v - return s -} + // The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS + // uses to connect to your Redis target endpoint. + SslCaCertificateArn *string `type:"string"` -// SetHeartbeatSchema sets the HeartbeatSchema field's value. -func (s *PostgreSQLSettings) SetHeartbeatSchema(v string) *PostgreSQLSettings { - s.HeartbeatSchema = &v - return s + // The connection to a Redis target endpoint using Transport Layer Security + // (TLS). Valid values include plaintext and ssl-encryption. The default is + // ssl-encryption. The ssl-encryption option makes an encrypted connection. + // Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate + // authority (CA) using the SslCaCertificateArn setting. If an ARN isn't given + // for a CA, DMS uses the Amazon root CA. + // + // The plaintext option doesn't provide Transport Layer Security (TLS) encryption + // for traffic between endpoint and database. + SslSecurityProtocol *string `type:"string" enum:"SslSecurityProtocolValue"` } -// SetMapBooleanAsBoolean sets the MapBooleanAsBoolean field's value. -func (s *PostgreSQLSettings) SetMapBooleanAsBoolean(v bool) *PostgreSQLSettings { - s.MapBooleanAsBoolean = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RedisSettings) String() string { + return awsutil.Prettify(s) } -// SetMapJsonbAsClob sets the MapJsonbAsClob field's value. -func (s *PostgreSQLSettings) SetMapJsonbAsClob(v bool) *PostgreSQLSettings { - s.MapJsonbAsClob = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RedisSettings) GoString() string { + return s.String() } -// SetMapLongVarcharAs sets the MapLongVarcharAs field's value. -func (s *PostgreSQLSettings) SetMapLongVarcharAs(v string) *PostgreSQLSettings { - s.MapLongVarcharAs = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *RedisSettings) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "RedisSettings"} + if s.Port == nil { + invalidParams.Add(request.NewErrParamRequired("Port")) + } + if s.ServerName == nil { + invalidParams.Add(request.NewErrParamRequired("ServerName")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetMaxFileSize sets the MaxFileSize field's value. -func (s *PostgreSQLSettings) SetMaxFileSize(v int64) *PostgreSQLSettings { - s.MaxFileSize = &v +// SetAuthPassword sets the AuthPassword field's value. +func (s *RedisSettings) SetAuthPassword(v string) *RedisSettings { + s.AuthPassword = &v return s } -// SetPassword sets the Password field's value. -func (s *PostgreSQLSettings) SetPassword(v string) *PostgreSQLSettings { - s.Password = &v +// SetAuthType sets the AuthType field's value. +func (s *RedisSettings) SetAuthType(v string) *RedisSettings { + s.AuthType = &v return s } -// SetPluginName sets the PluginName field's value. -func (s *PostgreSQLSettings) SetPluginName(v string) *PostgreSQLSettings { - s.PluginName = &v +// SetAuthUserName sets the AuthUserName field's value. +func (s *RedisSettings) SetAuthUserName(v string) *RedisSettings { + s.AuthUserName = &v return s } // SetPort sets the Port field's value. -func (s *PostgreSQLSettings) SetPort(v int64) *PostgreSQLSettings { +func (s *RedisSettings) SetPort(v int64) *RedisSettings { s.Port = &v return s } -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *PostgreSQLSettings) SetSecretsManagerAccessRoleArn(v string) *PostgreSQLSettings { - s.SecretsManagerAccessRoleArn = &v - return s -} - -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *PostgreSQLSettings) SetSecretsManagerSecretId(v string) *PostgreSQLSettings { - s.SecretsManagerSecretId = &v - return s -} - // SetServerName sets the ServerName field's value. -func (s *PostgreSQLSettings) SetServerName(v string) *PostgreSQLSettings { +func (s *RedisSettings) SetServerName(v string) *RedisSettings { s.ServerName = &v return s } -// SetSlotName sets the SlotName field's value. -func (s *PostgreSQLSettings) SetSlotName(v string) *PostgreSQLSettings { - s.SlotName = &v - return s -} - -// SetTrimSpaceInChar sets the TrimSpaceInChar field's value. -func (s *PostgreSQLSettings) SetTrimSpaceInChar(v bool) *PostgreSQLSettings { - s.TrimSpaceInChar = &v +// SetSslCaCertificateArn sets the SslCaCertificateArn field's value. +func (s *RedisSettings) SetSslCaCertificateArn(v string) *RedisSettings { + s.SslCaCertificateArn = &v return s } -// SetUsername sets the Username field's value. -func (s *PostgreSQLSettings) SetUsername(v string) *PostgreSQLSettings { - s.Username = &v +// SetSslSecurityProtocol sets the SslSecurityProtocol field's value. +func (s *RedisSettings) SetSslSecurityProtocol(v string) *RedisSettings { + s.SslSecurityProtocol = &v return s } -// Information about provisioning resources for an DMS serverless replication. -type ProvisionData struct { +// Provides information that defines an Amazon Redshift endpoint. +type RedshiftSettings struct { _ struct{} `type:"structure"` - // The timestamp when provisioning became available. - DateNewProvisioningDataAvailable *time.Time `type:"timestamp"` + // A value that indicates to allow any date format, including invalid formats + // such as 00/00/00 00:00:00, to be loaded without generating an error. You + // can choose true or false (the default). + // + // This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE + // with the DATEFORMAT parameter. If the date format for the data doesn't match + // the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that + // field. + AcceptAnyDate *bool `type:"boolean"` - // The timestamp when DMS provisioned replication resources. - DateProvisioned *time.Time `type:"timestamp"` + // Code to run after connecting. This parameter should contain the code itself, + // not the name of a file containing the code. + AfterConnectScript *string `type:"string"` - // Whether the new provisioning is available to the replication. - IsNewProvisioningAvailable *bool `type:"boolean"` + // An S3 folder where the comma-separated-value (.csv) files are stored before + // being uploaded to the target Redshift cluster. + // + // For full load mode, DMS converts source records into .csv files and loads + // them to the BucketFolder/TableID path. DMS uses the Redshift COPY command + // to upload the .csv files to the target table. The files are deleted once + // the COPY operation has finished. For more information, see COPY (https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html) + // in the Amazon Redshift Database Developer Guide. + // + // For change-data-capture (CDC) mode, DMS creates a NetChanges table, and loads + // the .csv files to this BucketFolder/NetChangesTableID path. + BucketFolder *string `type:"string"` - // The current provisioning state - ProvisionState *string `type:"string"` + // The name of the intermediate S3 bucket used to store .csv files before uploading + // data to Redshift. + BucketName *string `type:"string"` - // The number of capacity units the replication is using. - ProvisionedCapacityUnits *int64 `type:"integer"` + // If Amazon Redshift is configured to support case sensitive schema names, + // set CaseSensitiveNames to true. The default is false. + CaseSensitiveNames *bool `type:"boolean"` - // A message describing the reason that DMS provisioned new resources for the - // serverless replication. - ReasonForNewProvisioningData *string `type:"string"` -} + // If you set CompUpdate to true Amazon Redshift applies automatic compression + // if the table is empty. This applies even if the table columns already have + // encodings other than RAW. If you set CompUpdate to false, automatic compression + // is disabled and existing column encodings aren't changed. The default is + // true. + CompUpdate *bool `type:"boolean"` -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ProvisionData) String() string { - return awsutil.Prettify(s) -} + // A value that sets the amount of time to wait (in milliseconds) before timing + // out, beginning from when you initially establish a connection. + ConnectionTimeout *int64 `type:"integer"` + + // The name of the Amazon Redshift data warehouse (service) that you are working + // with. + DatabaseName *string `type:"string"` + + // The date format that you are using. Valid values are auto (case-sensitive), + // your date format string enclosed in quotes, or NULL. If this parameter is + // left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes + // most strings, even some that aren't supported when you use a date format + // string. + // + // If your date and time values use formats different from each other, set this + // to auto. + DateFormat *string `type:"string"` + + // A value that specifies whether DMS should migrate empty CHAR and VARCHAR + // fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. + // The default is false. + EmptyAsNull *bool `type:"boolean"` + + // The type of server-side encryption that you want to use for your data. This + // encryption type is part of the endpoint settings or the extra connections + // attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. + // + // For the ModifyEndpoint operation, you can change the existing value of the + // EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the + // existing value from SSE_S3 to SSE_KMS. + // + // To use SSE_S3, create an Identity and Access Management (IAM) role with a + // policy that allows "arn:aws:s3:::*" to use the following actions: "s3:PutObject", + // "s3:ListBucket" + EncryptionMode *string `type:"string" enum:"EncryptionModeValue"` + + // This setting is only valid for a full-load migration task. Set ExplicitIds + // to true to have tables with IDENTITY columns override their auto-generated + // values with explicit values loaded from the source data files used to populate + // the tables. The default is false. + ExplicitIds *bool `type:"boolean"` + + // The number of threads used to upload a single file. This parameter accepts + // a value from 1 through 64. It defaults to 10. + // + // The number of parallel streams used to upload a single .csv file to an S3 + // bucket using S3 Multipart Upload. For more information, see Multipart upload + // overview (https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html). + // + // FileTransferUploadStreams accepts a value from 1 through 64. It defaults + // to 10. + FileTransferUploadStreams *int64 `type:"integer"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ProvisionData) GoString() string { - return s.String() -} + // The amount of time to wait (in milliseconds) before timing out of operations + // performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, + // and UPDATE. + LoadTimeout *int64 `type:"integer"` -// SetDateNewProvisioningDataAvailable sets the DateNewProvisioningDataAvailable field's value. -func (s *ProvisionData) SetDateNewProvisioningDataAvailable(v time.Time) *ProvisionData { - s.DateNewProvisioningDataAvailable = &v - return s -} + // When true, lets Redshift migrate the boolean type as boolean. By default, + // Redshift migrates booleans as varchar(1). + MapBooleanAsBoolean *bool `type:"boolean"` -// SetDateProvisioned sets the DateProvisioned field's value. -func (s *ProvisionData) SetDateProvisioned(v time.Time) *ProvisionData { - s.DateProvisioned = &v - return s -} + // The maximum size (in KB) of any .csv file used to load data on an S3 bucket + // and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB). + MaxFileSize *int64 `type:"integer"` -// SetIsNewProvisioningAvailable sets the IsNewProvisioningAvailable field's value. -func (s *ProvisionData) SetIsNewProvisioningAvailable(v bool) *ProvisionData { - s.IsNewProvisioningAvailable = &v - return s -} + // The password for the user named in the username property. + // + // Password is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by RedshiftSettings's + // String and GoString methods. + Password *string `type:"string" sensitive:"true"` -// SetProvisionState sets the ProvisionState field's value. -func (s *ProvisionData) SetProvisionState(v string) *ProvisionData { - s.ProvisionState = &v - return s -} + // The port number for Amazon Redshift. The default value is 5439. + Port *int64 `type:"integer"` -// SetProvisionedCapacityUnits sets the ProvisionedCapacityUnits field's value. -func (s *ProvisionData) SetProvisionedCapacityUnits(v int64) *ProvisionData { - s.ProvisionedCapacityUnits = &v - return s -} + // A value that specifies to remove surrounding quotation marks from strings + // in the incoming data. All characters within the quotation marks, including + // delimiters, are retained. Choose true to remove quotation marks. The default + // is false. + RemoveQuotes *bool `type:"boolean"` -// SetReasonForNewProvisioningData sets the ReasonForNewProvisioningData field's value. -func (s *ProvisionData) SetReasonForNewProvisioningData(v string) *ProvisionData { - s.ReasonForNewProvisioningData = &v - return s -} + // A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, + // substituting the specified characters instead. The default is "?". + ReplaceChars *string `type:"string"` -// Provides information that describes the configuration of the recommended -// target engine on Amazon RDS. -type RdsConfiguration struct { - _ struct{} `type:"structure"` + // A list of characters that you want to replace. Use with ReplaceChars. + ReplaceInvalidChars *string `type:"string"` - // Describes the deployment option for the recommended Amazon RDS DB instance. - // The deployment options include Multi-AZ and Single-AZ deployments. Valid - // values include "MULTI_AZ" and "SINGLE_AZ". - DeploymentOption *string `type:"string"` + // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as + // the trusted entity and grants the required permissions to access the value + // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret + // has the value of the Amazon Web Services Secrets Manager secret that allows + // access to the Amazon Redshift endpoint. + // + // You can specify one of two sets of values for these permissions. You can + // specify the values for this setting and SecretsManagerSecretId. Or you can + // specify clear-text values for UserName, Password, ServerName, and Port. You + // can't specify both. For more information on creating this SecretsManagerSecret + // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to + // access it, see Using secrets to access Database Migration Service resources + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) + // in the Database Migration Service User Guide. + SecretsManagerAccessRoleArn *string `type:"string"` - // Describes the recommended target Amazon RDS engine edition. - EngineEdition *string `type:"string"` + // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that + // contains the Amazon Redshift endpoint connection details. + SecretsManagerSecretId *string `type:"string"` - // Describes the recommended target Amazon RDS engine version. - EngineVersion *string `type:"string"` + // The name of the Amazon Redshift cluster you are using. + ServerName *string `type:"string"` - // Describes the memory on the recommended Amazon RDS DB instance that meets - // your requirements. - InstanceMemory *float64 `type:"double"` + // The KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide + // this key ID. The key that you use needs an attached policy that enables IAM + // user permissions and allows use of the key. + ServerSideEncryptionKmsKeyId *string `type:"string"` - // Describes the recommended target Amazon RDS instance type. - InstanceType *string `type:"string"` + // The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon + // Redshift service. The role must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` - // Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS - // DB instance that meets your requirements. - InstanceVcpu *float64 `type:"double"` + // The time format that you want to use. Valid values are auto (case-sensitive), + // 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. + // Using auto recognizes most strings, even some that aren't supported when + // you use a time format string. + // + // If your date and time values use formats different from each other, set this + // parameter to auto. + TimeFormat *string `type:"string"` - // Describes the number of I/O operations completed each second (IOPS) on the - // recommended Amazon RDS DB instance that meets your requirements. - StorageIops *int64 `type:"integer"` + // A value that specifies to remove the trailing white space characters from + // a VARCHAR string. This parameter applies only to columns with a VARCHAR data + // type. Choose true to remove unneeded white space. The default is false. + TrimBlanks *bool `type:"boolean"` - // Describes the storage size of the recommended Amazon RDS DB instance that - // meets your requirements. - StorageSize *int64 `type:"integer"` + // A value that specifies to truncate data in columns to the appropriate number + // of characters, so that the data fits in the column. This parameter applies + // only to columns with a VARCHAR or CHAR data type, and rows with a size of + // 4 MB or less. Choose true to truncate data. The default is false. + TruncateColumns *bool `type:"boolean"` - // Describes the storage type of the recommended Amazon RDS DB instance that - // meets your requirements. - // - // Amazon RDS provides three storage types: General Purpose SSD (also known - // as gp2 and gp3), Provisioned IOPS SSD (also known as io1), and magnetic (also - // known as standard). - StorageType *string `type:"string"` + // An Amazon Redshift user name for a registered user. + Username *string `type:"string"` + + // The size (in KB) of the in-memory file write buffer used when generating + // .csv files on the local disk at the DMS replication instance. The default + // value is 1000 (buffer size is 1000KB). + WriteBufferSize *int64 `type:"integer"` } // String returns the string representation. @@ -23121,7 +30526,7 @@ type RdsConfiguration struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RdsConfiguration) String() string { +func (s RedshiftSettings) String() string { return awsutil.Prettify(s) } @@ -23130,212 +30535,203 @@ func (s RdsConfiguration) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RdsConfiguration) GoString() string { +func (s RedshiftSettings) GoString() string { return s.String() } -// SetDeploymentOption sets the DeploymentOption field's value. -func (s *RdsConfiguration) SetDeploymentOption(v string) *RdsConfiguration { - s.DeploymentOption = &v +// SetAcceptAnyDate sets the AcceptAnyDate field's value. +func (s *RedshiftSettings) SetAcceptAnyDate(v bool) *RedshiftSettings { + s.AcceptAnyDate = &v return s } -// SetEngineEdition sets the EngineEdition field's value. -func (s *RdsConfiguration) SetEngineEdition(v string) *RdsConfiguration { - s.EngineEdition = &v +// SetAfterConnectScript sets the AfterConnectScript field's value. +func (s *RedshiftSettings) SetAfterConnectScript(v string) *RedshiftSettings { + s.AfterConnectScript = &v return s } -// SetEngineVersion sets the EngineVersion field's value. -func (s *RdsConfiguration) SetEngineVersion(v string) *RdsConfiguration { - s.EngineVersion = &v +// SetBucketFolder sets the BucketFolder field's value. +func (s *RedshiftSettings) SetBucketFolder(v string) *RedshiftSettings { + s.BucketFolder = &v return s } -// SetInstanceMemory sets the InstanceMemory field's value. -func (s *RdsConfiguration) SetInstanceMemory(v float64) *RdsConfiguration { - s.InstanceMemory = &v +// SetBucketName sets the BucketName field's value. +func (s *RedshiftSettings) SetBucketName(v string) *RedshiftSettings { + s.BucketName = &v return s } -// SetInstanceType sets the InstanceType field's value. -func (s *RdsConfiguration) SetInstanceType(v string) *RdsConfiguration { - s.InstanceType = &v +// SetCaseSensitiveNames sets the CaseSensitiveNames field's value. +func (s *RedshiftSettings) SetCaseSensitiveNames(v bool) *RedshiftSettings { + s.CaseSensitiveNames = &v return s } -// SetInstanceVcpu sets the InstanceVcpu field's value. -func (s *RdsConfiguration) SetInstanceVcpu(v float64) *RdsConfiguration { - s.InstanceVcpu = &v +// SetCompUpdate sets the CompUpdate field's value. +func (s *RedshiftSettings) SetCompUpdate(v bool) *RedshiftSettings { + s.CompUpdate = &v return s } -// SetStorageIops sets the StorageIops field's value. -func (s *RdsConfiguration) SetStorageIops(v int64) *RdsConfiguration { - s.StorageIops = &v +// SetConnectionTimeout sets the ConnectionTimeout field's value. +func (s *RedshiftSettings) SetConnectionTimeout(v int64) *RedshiftSettings { + s.ConnectionTimeout = &v return s } -// SetStorageSize sets the StorageSize field's value. -func (s *RdsConfiguration) SetStorageSize(v int64) *RdsConfiguration { - s.StorageSize = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *RedshiftSettings) SetDatabaseName(v string) *RedshiftSettings { + s.DatabaseName = &v return s } -// SetStorageType sets the StorageType field's value. -func (s *RdsConfiguration) SetStorageType(v string) *RdsConfiguration { - s.StorageType = &v +// SetDateFormat sets the DateFormat field's value. +func (s *RedshiftSettings) SetDateFormat(v string) *RedshiftSettings { + s.DateFormat = &v return s } -// Provides information that describes a recommendation of a target engine on -// Amazon RDS. -type RdsRecommendation struct { - _ struct{} `type:"structure"` - - // Supplemental information about the requirements to the recommended target - // database on Amazon RDS. - RequirementsToTarget *RdsRequirements `type:"structure"` +// SetEmptyAsNull sets the EmptyAsNull field's value. +func (s *RedshiftSettings) SetEmptyAsNull(v bool) *RedshiftSettings { + s.EmptyAsNull = &v + return s +} - // Supplemental information about the configuration of the recommended target - // database on Amazon RDS. - TargetConfiguration *RdsConfiguration `type:"structure"` +// SetEncryptionMode sets the EncryptionMode field's value. +func (s *RedshiftSettings) SetEncryptionMode(v string) *RedshiftSettings { + s.EncryptionMode = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RdsRecommendation) String() string { - return awsutil.Prettify(s) +// SetExplicitIds sets the ExplicitIds field's value. +func (s *RedshiftSettings) SetExplicitIds(v bool) *RedshiftSettings { + s.ExplicitIds = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RdsRecommendation) GoString() string { - return s.String() +// SetFileTransferUploadStreams sets the FileTransferUploadStreams field's value. +func (s *RedshiftSettings) SetFileTransferUploadStreams(v int64) *RedshiftSettings { + s.FileTransferUploadStreams = &v + return s } -// SetRequirementsToTarget sets the RequirementsToTarget field's value. -func (s *RdsRecommendation) SetRequirementsToTarget(v *RdsRequirements) *RdsRecommendation { - s.RequirementsToTarget = v +// SetLoadTimeout sets the LoadTimeout field's value. +func (s *RedshiftSettings) SetLoadTimeout(v int64) *RedshiftSettings { + s.LoadTimeout = &v return s } -// SetTargetConfiguration sets the TargetConfiguration field's value. -func (s *RdsRecommendation) SetTargetConfiguration(v *RdsConfiguration) *RdsRecommendation { - s.TargetConfiguration = v +// SetMapBooleanAsBoolean sets the MapBooleanAsBoolean field's value. +func (s *RedshiftSettings) SetMapBooleanAsBoolean(v bool) *RedshiftSettings { + s.MapBooleanAsBoolean = &v return s } -// Provides information that describes the requirements to the target engine -// on Amazon RDS. -type RdsRequirements struct { - _ struct{} `type:"structure"` - - // The required deployment option for the Amazon RDS DB instance. Valid values - // include "MULTI_AZ" for Multi-AZ deployments and "SINGLE_AZ" for Single-AZ - // deployments. - DeploymentOption *string `type:"string"` +// SetMaxFileSize sets the MaxFileSize field's value. +func (s *RedshiftSettings) SetMaxFileSize(v int64) *RedshiftSettings { + s.MaxFileSize = &v + return s +} - // The required target Amazon RDS engine edition. - EngineEdition *string `type:"string"` +// SetPassword sets the Password field's value. +func (s *RedshiftSettings) SetPassword(v string) *RedshiftSettings { + s.Password = &v + return s +} - // The required target Amazon RDS engine version. - EngineVersion *string `type:"string"` +// SetPort sets the Port field's value. +func (s *RedshiftSettings) SetPort(v int64) *RedshiftSettings { + s.Port = &v + return s +} - // The required memory on the Amazon RDS DB instance. - InstanceMemory *float64 `type:"double"` +// SetRemoveQuotes sets the RemoveQuotes field's value. +func (s *RedshiftSettings) SetRemoveQuotes(v bool) *RedshiftSettings { + s.RemoveQuotes = &v + return s +} - // The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance. - InstanceVcpu *float64 `type:"double"` +// SetReplaceChars sets the ReplaceChars field's value. +func (s *RedshiftSettings) SetReplaceChars(v string) *RedshiftSettings { + s.ReplaceChars = &v + return s +} - // The required number of I/O operations completed each second (IOPS) on your - // Amazon RDS DB instance. - StorageIops *int64 `type:"integer"` +// SetReplaceInvalidChars sets the ReplaceInvalidChars field's value. +func (s *RedshiftSettings) SetReplaceInvalidChars(v string) *RedshiftSettings { + s.ReplaceInvalidChars = &v + return s +} - // The required Amazon RDS DB instance storage size. - StorageSize *int64 `type:"integer"` +// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. +func (s *RedshiftSettings) SetSecretsManagerAccessRoleArn(v string) *RedshiftSettings { + s.SecretsManagerAccessRoleArn = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RdsRequirements) String() string { - return awsutil.Prettify(s) +// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. +func (s *RedshiftSettings) SetSecretsManagerSecretId(v string) *RedshiftSettings { + s.SecretsManagerSecretId = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RdsRequirements) GoString() string { - return s.String() +// SetServerName sets the ServerName field's value. +func (s *RedshiftSettings) SetServerName(v string) *RedshiftSettings { + s.ServerName = &v + return s } -// SetDeploymentOption sets the DeploymentOption field's value. -func (s *RdsRequirements) SetDeploymentOption(v string) *RdsRequirements { - s.DeploymentOption = &v +// SetServerSideEncryptionKmsKeyId sets the ServerSideEncryptionKmsKeyId field's value. +func (s *RedshiftSettings) SetServerSideEncryptionKmsKeyId(v string) *RedshiftSettings { + s.ServerSideEncryptionKmsKeyId = &v return s } -// SetEngineEdition sets the EngineEdition field's value. -func (s *RdsRequirements) SetEngineEdition(v string) *RdsRequirements { - s.EngineEdition = &v +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *RedshiftSettings) SetServiceAccessRoleArn(v string) *RedshiftSettings { + s.ServiceAccessRoleArn = &v return s } -// SetEngineVersion sets the EngineVersion field's value. -func (s *RdsRequirements) SetEngineVersion(v string) *RdsRequirements { - s.EngineVersion = &v +// SetTimeFormat sets the TimeFormat field's value. +func (s *RedshiftSettings) SetTimeFormat(v string) *RedshiftSettings { + s.TimeFormat = &v return s } -// SetInstanceMemory sets the InstanceMemory field's value. -func (s *RdsRequirements) SetInstanceMemory(v float64) *RdsRequirements { - s.InstanceMemory = &v +// SetTrimBlanks sets the TrimBlanks field's value. +func (s *RedshiftSettings) SetTrimBlanks(v bool) *RedshiftSettings { + s.TrimBlanks = &v return s } -// SetInstanceVcpu sets the InstanceVcpu field's value. -func (s *RdsRequirements) SetInstanceVcpu(v float64) *RdsRequirements { - s.InstanceVcpu = &v +// SetTruncateColumns sets the TruncateColumns field's value. +func (s *RedshiftSettings) SetTruncateColumns(v bool) *RedshiftSettings { + s.TruncateColumns = &v return s } -// SetStorageIops sets the StorageIops field's value. -func (s *RdsRequirements) SetStorageIops(v int64) *RdsRequirements { - s.StorageIops = &v +// SetUsername sets the Username field's value. +func (s *RedshiftSettings) SetUsername(v string) *RedshiftSettings { + s.Username = &v return s } -// SetStorageSize sets the StorageSize field's value. -func (s *RdsRequirements) SetStorageSize(v int64) *RdsRequirements { - s.StorageSize = &v +// SetWriteBufferSize sets the WriteBufferSize field's value. +func (s *RedshiftSettings) SetWriteBufferSize(v int64) *RedshiftSettings { + s.WriteBufferSize = &v return s } -type RebootReplicationInstanceInput struct { +type RefreshSchemasInput struct { _ struct{} `type:"structure"` - // If this parameter is true, the reboot is conducted through a Multi-AZ failover. - // If the instance isn't configured for Multi-AZ, then you can't specify true. - // ( --force-planned-failover and --force-failover can't both be set to true.) - ForceFailover *bool `type:"boolean"` - - // If this parameter is true, the reboot is conducted through a planned Multi-AZ - // failover where resources are released and cleaned up prior to conducting - // the failover. If the instance isn''t configured for Multi-AZ, then you can't - // specify true. ( --force-planned-failover and --force-failover can't both - // be set to true.) - ForcePlannedFailover *bool `type:"boolean"` + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // + // EndpointArn is a required field + EndpointArn *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the replication instance. // @@ -23348,7 +30744,7 @@ type RebootReplicationInstanceInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RebootReplicationInstanceInput) String() string { +func (s RefreshSchemasInput) String() string { return awsutil.Prettify(s) } @@ -23357,13 +30753,16 @@ func (s RebootReplicationInstanceInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RebootReplicationInstanceInput) GoString() string { +func (s RefreshSchemasInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *RebootReplicationInstanceInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "RebootReplicationInstanceInput"} +func (s *RefreshSchemasInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "RefreshSchemasInput"} + if s.EndpointArn == nil { + invalidParams.Add(request.NewErrParamRequired("EndpointArn")) + } if s.ReplicationInstanceArn == nil { invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) } @@ -23374,29 +30773,23 @@ func (s *RebootReplicationInstanceInput) Validate() error { return nil } -// SetForceFailover sets the ForceFailover field's value. -func (s *RebootReplicationInstanceInput) SetForceFailover(v bool) *RebootReplicationInstanceInput { - s.ForceFailover = &v - return s -} - -// SetForcePlannedFailover sets the ForcePlannedFailover field's value. -func (s *RebootReplicationInstanceInput) SetForcePlannedFailover(v bool) *RebootReplicationInstanceInput { - s.ForcePlannedFailover = &v +// SetEndpointArn sets the EndpointArn field's value. +func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput { + s.EndpointArn = &v return s } // SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *RebootReplicationInstanceInput) SetReplicationInstanceArn(v string) *RebootReplicationInstanceInput { +func (s *RefreshSchemasInput) SetReplicationInstanceArn(v string) *RefreshSchemasInput { s.ReplicationInstanceArn = &v return s } -type RebootReplicationInstanceOutput struct { +type RefreshSchemasOutput struct { _ struct{} `type:"structure"` - // The replication instance that is being rebooted. - ReplicationInstance *ReplicationInstance `type:"structure"` + // The status of the refreshed schema. + RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` } // String returns the string representation. @@ -23404,7 +30797,7 @@ type RebootReplicationInstanceOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RebootReplicationInstanceOutput) String() string { +func (s RefreshSchemasOutput) String() string { return awsutil.Prettify(s) } @@ -23413,56 +30806,102 @@ func (s RebootReplicationInstanceOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RebootReplicationInstanceOutput) GoString() string { +func (s RefreshSchemasOutput) GoString() string { return s.String() } -// SetReplicationInstance sets the ReplicationInstance field's value. -func (s *RebootReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *RebootReplicationInstanceOutput { - s.ReplicationInstance = v +// SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value. +func (s *RefreshSchemasOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *RefreshSchemasOutput { + s.RefreshSchemasStatus = v return s } -// Provides information that describes a recommendation of a target engine. +// Provides information that describes status of a schema at an endpoint specified +// by the DescribeRefreshSchemaStatus operation. +type RefreshSchemasStatus struct { + _ struct{} `type:"structure"` + + // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + EndpointArn *string `type:"string"` + + // The last failure message for the schema. + LastFailureMessage *string `type:"string"` + + // The date the schema was last refreshed. + LastRefreshDate *time.Time `type:"timestamp"` + + // The Amazon Resource Name (ARN) of the replication instance. + ReplicationInstanceArn *string `type:"string"` + + // The status of the schema. + Status *string `type:"string" enum:"RefreshSchemasStatusTypeValue"` +} + +// String returns the string representation. // -// A recommendation is a set of possible Amazon Web Services target engines -// that you can choose to migrate your source on-premises database. In this -// set, Fleet Advisor suggests a single target engine as the right sized migration -// destination. To determine this rightsized migration destination, Fleet Advisor -// uses the inventory metadata and metrics from data collector. You can use -// recommendations before the start of migration to save costs and reduce risks. +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RefreshSchemasStatus) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. // -// With recommendations, you can explore different target options and compare -// metrics, so you can make an informed decision when you choose the migration -// target. -type Recommendation struct { - _ struct{} `type:"structure"` +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RefreshSchemasStatus) GoString() string { + return s.String() +} - // The date when Fleet Advisor created the target engine recommendation. - CreatedDate *string `type:"string"` +// SetEndpointArn sets the EndpointArn field's value. +func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus { + s.EndpointArn = &v + return s +} - // The recommendation of a target engine for the specified source database. - Data *RecommendationData `type:"structure"` +// SetLastFailureMessage sets the LastFailureMessage field's value. +func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus { + s.LastFailureMessage = &v + return s +} + +// SetLastRefreshDate sets the LastRefreshDate field's value. +func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus { + s.LastRefreshDate = &v + return s +} + +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus { + s.ReplicationInstanceArn = &v + return s +} - // The identifier of the source database for which Fleet Advisor provided this - // recommendation. - DatabaseId *string `type:"string"` +// SetStatus sets the Status field's value. +func (s *RefreshSchemasStatus) SetStatus(v string) *RefreshSchemasStatus { + s.Status = &v + return s +} - // The name of the target engine. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", - // "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql". - EngineName *string `type:"string"` +type ReloadReplicationTablesInput struct { + _ struct{} `type:"structure"` - // Indicates that this target is the rightsized migration destination. - Preferred *bool `type:"boolean"` + // Options for reload. Specify data-reload to reload the data and re-validate + // it if validation is enabled. Specify validate-only to re-validate the table. + // This option applies only when validation is enabled for the replication. + ReloadOption *string `type:"string" enum:"ReloadOptionValue"` - // The settings in JSON format for the preferred target engine parameters. These - // parameters include capacity, resource utilization, and the usage type (production, - // development, or testing). - Settings *RecommendationSettings `type:"structure"` + // The Amazon Resource Name of the replication config for which to reload tables. + // + // ReplicationConfigArn is a required field + ReplicationConfigArn *string `type:"string" required:"true"` - // The status of the target engine recommendation. Valid values include "alternate", - // "in-progress", "not-viable", and "recommended". - Status *string `type:"string"` + // The list of tables to reload. + // + // TablesToReload is a required field + TablesToReload []*TableToReload `type:"list" required:"true"` } // String returns the string representation. @@ -23470,7 +30909,7 @@ type Recommendation struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Recommendation) String() string { +func (s ReloadReplicationTablesInput) String() string { return awsutil.Prettify(s) } @@ -23479,58 +30918,59 @@ func (s Recommendation) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Recommendation) GoString() string { +func (s ReloadReplicationTablesInput) GoString() string { return s.String() } -// SetCreatedDate sets the CreatedDate field's value. -func (s *Recommendation) SetCreatedDate(v string) *Recommendation { - s.CreatedDate = &v - return s -} - -// SetData sets the Data field's value. -func (s *Recommendation) SetData(v *RecommendationData) *Recommendation { - s.Data = v - return s -} - -// SetDatabaseId sets the DatabaseId field's value. -func (s *Recommendation) SetDatabaseId(v string) *Recommendation { - s.DatabaseId = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *ReloadReplicationTablesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ReloadReplicationTablesInput"} + if s.ReplicationConfigArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) + } + if s.TablesToReload == nil { + invalidParams.Add(request.NewErrParamRequired("TablesToReload")) + } + if s.TablesToReload != nil { + for i, v := range s.TablesToReload { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "TablesToReload", i), err.(request.ErrInvalidParams)) + } + } + } -// SetEngineName sets the EngineName field's value. -func (s *Recommendation) SetEngineName(v string) *Recommendation { - s.EngineName = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetPreferred sets the Preferred field's value. -func (s *Recommendation) SetPreferred(v bool) *Recommendation { - s.Preferred = &v +// SetReloadOption sets the ReloadOption field's value. +func (s *ReloadReplicationTablesInput) SetReloadOption(v string) *ReloadReplicationTablesInput { + s.ReloadOption = &v return s } -// SetSettings sets the Settings field's value. -func (s *Recommendation) SetSettings(v *RecommendationSettings) *Recommendation { - s.Settings = v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *ReloadReplicationTablesInput) SetReplicationConfigArn(v string) *ReloadReplicationTablesInput { + s.ReplicationConfigArn = &v return s } -// SetStatus sets the Status field's value. -func (s *Recommendation) SetStatus(v string) *Recommendation { - s.Status = &v +// SetTablesToReload sets the TablesToReload field's value. +func (s *ReloadReplicationTablesInput) SetTablesToReload(v []*TableToReload) *ReloadReplicationTablesInput { + s.TablesToReload = v return s } -// Provides information about the target engine for the specified source database. -type RecommendationData struct { +type ReloadReplicationTablesOutput struct { _ struct{} `type:"structure"` - // The recommendation of a target Amazon RDS database engine. - RdsEngine *RdsRecommendation `type:"structure"` + // The Amazon Resource Name of the replication config for which to reload tables. + ReplicationConfigArn *string `type:"string"` } // String returns the string representation. @@ -23538,7 +30978,7 @@ type RecommendationData struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RecommendationData) String() string { +func (s ReloadReplicationTablesOutput) String() string { return awsutil.Prettify(s) } @@ -23547,34 +30987,37 @@ func (s RecommendationData) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RecommendationData) GoString() string { +func (s ReloadReplicationTablesOutput) GoString() string { return s.String() } -// SetRdsEngine sets the RdsEngine field's value. -func (s *RecommendationData) SetRdsEngine(v *RdsRecommendation) *RecommendationData { - s.RdsEngine = v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *ReloadReplicationTablesOutput) SetReplicationConfigArn(v string) *ReloadReplicationTablesOutput { + s.ReplicationConfigArn = &v return s } -// Provides information about the required target engine settings. -type RecommendationSettings struct { +type ReloadTablesInput struct { _ struct{} `type:"structure"` - // The size of your target instance. Fleet Advisor calculates this value based - // on your data collection type, such as total capacity and resource utilization. - // Valid values include "total-capacity" and "utilization". + // Options for reload. Specify data-reload to reload the data and re-validate + // it if validation is enabled. Specify validate-only to re-validate the table. + // This option applies only when validation is enabled for the task. // - // InstanceSizingType is a required field - InstanceSizingType *string `type:"string" required:"true"` + // Valid values: data-reload, validate-only + // + // Default value is data-reload. + ReloadOption *string `type:"string" enum:"ReloadOptionValue"` - // The deployment option for your target engine. For production databases, Fleet - // Advisor chooses Multi-AZ deployment. For development or test databases, Fleet - // Advisor chooses Single-AZ deployment. Valid values include "development" - // and "production". + // The Amazon Resource Name (ARN) of the replication task. // - // WorkloadType is a required field - WorkloadType *string `type:"string" required:"true"` + // ReplicationTaskArn is a required field + ReplicationTaskArn *string `type:"string" required:"true"` + + // The name and schema of the table to be reloaded. + // + // TablesToReload is a required field + TablesToReload []*TableToReload `type:"list" required:"true"` } // String returns the string representation. @@ -23582,7 +31025,7 @@ type RecommendationSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RecommendationSettings) String() string { +func (s ReloadTablesInput) String() string { return awsutil.Prettify(s) } @@ -23591,18 +31034,28 @@ func (s RecommendationSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RecommendationSettings) GoString() string { +func (s ReloadTablesInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *RecommendationSettings) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "RecommendationSettings"} - if s.InstanceSizingType == nil { - invalidParams.Add(request.NewErrParamRequired("InstanceSizingType")) +func (s *ReloadTablesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ReloadTablesInput"} + if s.ReplicationTaskArn == nil { + invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) } - if s.WorkloadType == nil { - invalidParams.Add(request.NewErrParamRequired("WorkloadType")) + if s.TablesToReload == nil { + invalidParams.Add(request.NewErrParamRequired("TablesToReload")) + } + if s.TablesToReload != nil { + for i, v := range s.TablesToReload { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "TablesToReload", i), err.(request.ErrInvalidParams)) + } + } } if invalidParams.Len() > 0 { @@ -23611,64 +31064,69 @@ func (s *RecommendationSettings) Validate() error { return nil } -// SetInstanceSizingType sets the InstanceSizingType field's value. -func (s *RecommendationSettings) SetInstanceSizingType(v string) *RecommendationSettings { - s.InstanceSizingType = &v +// SetReloadOption sets the ReloadOption field's value. +func (s *ReloadTablesInput) SetReloadOption(v string) *ReloadTablesInput { + s.ReloadOption = &v return s } -// SetWorkloadType sets the WorkloadType field's value. -func (s *RecommendationSettings) SetWorkloadType(v string) *RecommendationSettings { - s.WorkloadType = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *ReloadTablesInput) SetReplicationTaskArn(v string) *ReloadTablesInput { + s.ReplicationTaskArn = &v return s } -// Provides information that defines a Redis target endpoint. -type RedisSettings struct { - _ struct{} `type:"structure"` +// SetTablesToReload sets the TablesToReload field's value. +func (s *ReloadTablesInput) SetTablesToReload(v []*TableToReload) *ReloadTablesInput { + s.TablesToReload = v + return s +} - // The password provided with the auth-role and auth-token options of the AuthType - // setting for a Redis target endpoint. - // - // AuthPassword is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by RedisSettings's - // String and GoString methods. - AuthPassword *string `type:"string" sensitive:"true"` +type ReloadTablesOutput struct { + _ struct{} `type:"structure"` - // The type of authentication to perform when connecting to a Redis target. - // Options include none, auth-token, and auth-role. The auth-token option requires - // an AuthPassword value to be provided. The auth-role option requires AuthUserName - // and AuthPassword values to be provided. - AuthType *string `type:"string" enum:"RedisAuthTypeValue"` + // The Amazon Resource Name (ARN) of the replication task. + ReplicationTaskArn *string `type:"string"` +} - // The user name provided with the auth-role option of the AuthType setting - // for a Redis target endpoint. - AuthUserName *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReloadTablesOutput) String() string { + return awsutil.Prettify(s) +} - // Transmission Control Protocol (TCP) port for the endpoint. - // - // Port is a required field - Port *int64 `type:"integer" required:"true"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReloadTablesOutput) GoString() string { + return s.String() +} - // Fully qualified domain name of the endpoint. - // - // ServerName is a required field - ServerName *string `type:"string" required:"true"` +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *ReloadTablesOutput) SetReplicationTaskArn(v string) *ReloadTablesOutput { + s.ReplicationTaskArn = &v + return s +} - // The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS - // uses to connect to your Redis target endpoint. - SslCaCertificateArn *string `type:"string"` +// Removes one or more tags from an DMS resource. +type RemoveTagsFromResourceInput struct { + _ struct{} `type:"structure"` - // The connection to a Redis target endpoint using Transport Layer Security - // (TLS). Valid values include plaintext and ssl-encryption. The default is - // ssl-encryption. The ssl-encryption option makes an encrypted connection. - // Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate - // authority (CA) using the SslCaCertificateArn setting. If an ARN isn't given - // for a CA, DMS uses the Amazon root CA. + // An DMS resource from which you want to remove tag(s). The value for this + // parameter is an Amazon Resource Name (ARN). // - // The plaintext option doesn't provide Transport Layer Security (TLS) encryption - // for traffic between endpoint and database. - SslSecurityProtocol *string `type:"string" enum:"SslSecurityProtocolValue"` + // ResourceArn is a required field + ResourceArn *string `type:"string" required:"true"` + + // The tag key (name) of the tag to be removed. + // + // TagKeys is a required field + TagKeys []*string `type:"list" required:"true"` } // String returns the string representation. @@ -23676,7 +31134,7 @@ type RedisSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RedisSettings) String() string { +func (s RemoveTagsFromResourceInput) String() string { return awsutil.Prettify(s) } @@ -23685,18 +31143,18 @@ func (s RedisSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RedisSettings) GoString() string { +func (s RemoveTagsFromResourceInput) GoString() string { return s.String() } // Validate inspects the fields of the type to determine if they are valid. -func (s *RedisSettings) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "RedisSettings"} - if s.Port == nil { - invalidParams.Add(request.NewErrParamRequired("Port")) +func (s *RemoveTagsFromResourceInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "RemoveTagsFromResourceInput"} + if s.ResourceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ResourceArn")) } - if s.ServerName == nil { - invalidParams.Add(request.NewErrParamRequired("ServerName")) + if s.TagKeys == nil { + invalidParams.Add(request.NewErrParamRequired("TagKeys")) } if invalidParams.Len() > 0 { @@ -23705,242 +31163,141 @@ func (s *RedisSettings) Validate() error { return nil } -// SetAuthPassword sets the AuthPassword field's value. -func (s *RedisSettings) SetAuthPassword(v string) *RedisSettings { - s.AuthPassword = &v - return s -} - -// SetAuthType sets the AuthType field's value. -func (s *RedisSettings) SetAuthType(v string) *RedisSettings { - s.AuthType = &v - return s -} - -// SetAuthUserName sets the AuthUserName field's value. -func (s *RedisSettings) SetAuthUserName(v string) *RedisSettings { - s.AuthUserName = &v +// SetResourceArn sets the ResourceArn field's value. +func (s *RemoveTagsFromResourceInput) SetResourceArn(v string) *RemoveTagsFromResourceInput { + s.ResourceArn = &v return s } -// SetPort sets the Port field's value. -func (s *RedisSettings) SetPort(v int64) *RedisSettings { - s.Port = &v +// SetTagKeys sets the TagKeys field's value. +func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput { + s.TagKeys = v return s } -// SetServerName sets the ServerName field's value. -func (s *RedisSettings) SetServerName(v string) *RedisSettings { - s.ServerName = &v - return s +type RemoveTagsFromResourceOutput struct { + _ struct{} `type:"structure"` } -// SetSslCaCertificateArn sets the SslCaCertificateArn field's value. -func (s *RedisSettings) SetSslCaCertificateArn(v string) *RedisSettings { - s.SslCaCertificateArn = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RemoveTagsFromResourceOutput) String() string { + return awsutil.Prettify(s) } -// SetSslSecurityProtocol sets the SslSecurityProtocol field's value. -func (s *RedisSettings) SetSslSecurityProtocol(v string) *RedisSettings { - s.SslSecurityProtocol = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RemoveTagsFromResourceOutput) GoString() string { + return s.String() } -// Provides information that defines an Amazon Redshift endpoint. -type RedshiftSettings struct { +// Provides information that describes a serverless replication created by the +// CreateReplication operation. +type Replication struct { _ struct{} `type:"structure"` - // A value that indicates to allow any date format, including invalid formats - // such as 00/00/00 00:00:00, to be loaded without generating an error. You - // can choose true or false (the default). - // - // This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE - // with the DATEFORMAT parameter. If the date format for the data doesn't match - // the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that - // field. - AcceptAnyDate *bool `type:"boolean"` - - // Code to run after connecting. This parameter should contain the code itself, - // not the name of a file containing the code. - AfterConnectScript *string `type:"string"` - - // An S3 folder where the comma-separated-value (.csv) files are stored before - // being uploaded to the target Redshift cluster. - // - // For full load mode, DMS converts source records into .csv files and loads - // them to the BucketFolder/TableID path. DMS uses the Redshift COPY command - // to upload the .csv files to the target table. The files are deleted once - // the COPY operation has finished. For more information, see COPY (https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html) - // in the Amazon Redshift Database Developer Guide. - // - // For change-data-capture (CDC) mode, DMS creates a NetChanges table, and loads - // the .csv files to this BucketFolder/NetChangesTableID path. - BucketFolder *string `type:"string"` - - // The name of the intermediate S3 bucket used to store .csv files before uploading - // data to Redshift. - BucketName *string `type:"string"` - - // If Amazon Redshift is configured to support case sensitive schema names, - // set CaseSensitiveNames to true. The default is false. - CaseSensitiveNames *bool `type:"boolean"` - - // If you set CompUpdate to true Amazon Redshift applies automatic compression - // if the table is empty. This applies even if the table columns already have - // encodings other than RAW. If you set CompUpdate to false, automatic compression - // is disabled and existing column encodings aren't changed. The default is - // true. - CompUpdate *bool `type:"boolean"` - - // A value that sets the amount of time to wait (in milliseconds) before timing - // out, beginning from when you initially establish a connection. - ConnectionTimeout *int64 `type:"integer"` - - // The name of the Amazon Redshift data warehouse (service) that you are working - // with. - DatabaseName *string `type:"string"` - - // The date format that you are using. Valid values are auto (case-sensitive), - // your date format string enclosed in quotes, or NULL. If this parameter is - // left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes - // most strings, even some that aren't supported when you use a date format - // string. - // - // If your date and time values use formats different from each other, set this - // to auto. - DateFormat *string `type:"string"` - - // A value that specifies whether DMS should migrate empty CHAR and VARCHAR - // fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. - // The default is false. - EmptyAsNull *bool `type:"boolean"` - - // The type of server-side encryption that you want to use for your data. This - // encryption type is part of the endpoint settings or the extra connections - // attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. - // - // For the ModifyEndpoint operation, you can change the existing value of the - // EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the - // existing value from SSE_S3 to SSE_KMS. - // - // To use SSE_S3, create an Identity and Access Management (IAM) role with a - // policy that allows "arn:aws:s3:::*" to use the following actions: "s3:PutObject", - // "s3:ListBucket" - EncryptionMode *string `type:"string" enum:"EncryptionModeValue"` - - // This setting is only valid for a full-load migration task. Set ExplicitIds - // to true to have tables with IDENTITY columns override their auto-generated - // values with explicit values loaded from the source data files used to populate - // the tables. The default is false. - ExplicitIds *bool `type:"boolean"` - - // The number of threads used to upload a single file. This parameter accepts - // a value from 1 through 64. It defaults to 10. - // - // The number of parallel streams used to upload a single .csv file to an S3 - // bucket using S3 Multipart Upload. For more information, see Multipart upload - // overview (https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html). - // - // FileTransferUploadStreams accepts a value from 1 through 64. It defaults - // to 10. - FileTransferUploadStreams *int64 `type:"integer"` - - // The amount of time to wait (in milliseconds) before timing out of operations - // performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, - // and UPDATE. - LoadTimeout *int64 `type:"integer"` + // Indicates the start time for a change data capture (CDC) operation. Use either + // CdcStartTime or CdcStartPosition to specify when you want a CDC operation + // to start. Specifying both values results in an error. + CdcStartPosition *string `type:"string"` - // When true, lets Redshift migrate the boolean type as boolean. By default, - // Redshift migrates booleans as varchar(1). - MapBooleanAsBoolean *bool `type:"boolean"` + // Indicates the start time for a change data capture (CDC) operation. Use either + // CdcStartTime or CdcStartPosition to specify when you want a CDC operation + // to start. Specifying both values results in an error. + CdcStartTime *time.Time `type:"timestamp"` - // The maximum size (in KB) of any .csv file used to load data on an S3 bucket - // and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB). - MaxFileSize *int64 `type:"integer"` + // Indicates when you want a change data capture (CDC) operation to stop. The + // value can be either server time or commit time. + CdcStopPosition *string `type:"string"` - // The password for the user named in the username property. - // - // Password is a sensitive parameter and its value will be - // replaced with "sensitive" in string returned by RedshiftSettings's - // String and GoString methods. - Password *string `type:"string" sensitive:"true"` + // Error and other information about why a serverless replication failed. + FailureMessages []*string `type:"list"` - // The port number for Amazon Redshift. The default value is 5439. - Port *int64 `type:"integer"` + // Information about provisioning resources for an DMS serverless replication. + ProvisionData *ProvisionData `type:"structure"` - // A value that specifies to remove surrounding quotation marks from strings - // in the incoming data. All characters within the quotation marks, including - // delimiters, are retained. Choose true to remove quotation marks. The default - // is false. - RemoveQuotes *bool `type:"boolean"` + // Indicates the last checkpoint that occurred during a change data capture + // (CDC) operation. You can provide this value to the CdcStartPosition parameter + // to start a CDC operation that begins at that checkpoint. + RecoveryCheckpoint *string `type:"string"` - // A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, - // substituting the specified characters instead. The default is "?". - ReplaceChars *string `type:"string"` + // The Amazon Resource Name for the ReplicationConfig associated with the replication. + ReplicationConfigArn *string `type:"string"` - // A list of characters that you want to replace. Use with ReplaceChars. - ReplaceInvalidChars *string `type:"string"` + // The identifier for the ReplicationConfig associated with the replication. + ReplicationConfigIdentifier *string `type:"string"` - // The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as - // the trusted entity and grants the required permissions to access the value - // in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret - // has the value of the Amazon Web Services Secrets Manager secret that allows - // access to the Amazon Redshift endpoint. - // - // You can specify one of two sets of values for these permissions. You can - // specify the values for this setting and SecretsManagerSecretId. Or you can - // specify clear-text values for UserName, Password, ServerName, and Port. You - // can't specify both. For more information on creating this SecretsManagerSecret - // and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to - // access it, see Using secrets to access Database Migration Service resources - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager) - // in the Database Migration Service User Guide. - SecretsManagerAccessRoleArn *string `type:"string"` + // The time the serverless replication was created. + ReplicationCreateTime *time.Time `type:"timestamp"` - // The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that - // contains the Amazon Redshift endpoint connection details. - SecretsManagerSecretId *string `type:"string"` + // The timestamp when replication was last stopped. + ReplicationLastStopTime *time.Time `type:"timestamp"` - // The name of the Amazon Redshift cluster you are using. - ServerName *string `type:"string"` + // This object provides a collection of statistics about a serverless replication. + ReplicationStats *ReplicationStats `type:"structure"` - // The KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide - // this key ID. The key that you use needs an attached policy that enables IAM - // user permissions and allows use of the key. - ServerSideEncryptionKmsKeyId *string `type:"string"` + // The type of the serverless replication. + ReplicationType *string `type:"string" enum:"MigrationTypeValue"` - // The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon - // Redshift service. The role must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` + // The time the serverless replication was updated. + ReplicationUpdateTime *time.Time `type:"timestamp"` - // The time format that you want to use. Valid values are auto (case-sensitive), - // 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. - // Using auto recognizes most strings, even some that aren't supported when - // you use a time format string. - // - // If your date and time values use formats different from each other, set this - // parameter to auto. - TimeFormat *string `type:"string"` + // The Amazon Resource Name for an existing Endpoint the serverless replication + // uses for its data source. + SourceEndpointArn *string `type:"string"` - // A value that specifies to remove the trailing white space characters from - // a VARCHAR string. This parameter applies only to columns with a VARCHAR data - // type. Choose true to remove unneeded white space. The default is false. - TrimBlanks *bool `type:"boolean"` + // The replication type. + StartReplicationType *string `type:"string"` - // A value that specifies to truncate data in columns to the appropriate number - // of characters, so that the data fits in the column. This parameter applies - // only to columns with a VARCHAR or CHAR data type, and rows with a size of - // 4 MB or less. Choose true to truncate data. The default is false. - TruncateColumns *bool `type:"boolean"` + // The current status of the serverless replication. + Status *string `type:"string"` - // An Amazon Redshift user name for a registered user. - Username *string `type:"string"` + // The reason the replication task was stopped. This response parameter can + // return one of the following values: + // + // * "Stop Reason NORMAL" + // + // * "Stop Reason RECOVERABLE_ERROR" + // + // * "Stop Reason FATAL_ERROR" + // + // * "Stop Reason FULL_LOAD_ONLY_FINISHED" + // + // * "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with + // cached changes not applied + // + // * "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with + // cached changes applied + // + // * "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" + // + // * "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after + // DDL applied + // + // * "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" + // + // * "Stop Reason STOPPED_DUE_TO_LOW_DISK" + // + // * "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for + // stopping task + // + // * "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for + // stopping task + // + // * "Stop Reason RECONFIGURATION_RESTART" + // + // * "Stop Reason RECYCLE_TASK" + StopReason *string `type:"string"` - // The size (in KB) of the in-memory file write buffer used when generating - // .csv files on the local disk at the DMS replication instance. The default - // value is 1000 (buffer size is 1000KB). - WriteBufferSize *int64 `type:"integer"` + // The Amazon Resource Name for an existing Endpoint the serverless replication + // uses for its data target. + TargetEndpointArn *string `type:"string"` } // String returns the string representation. @@ -23948,7 +31305,7 @@ type RedshiftSettings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RedshiftSettings) String() string { +func (s Replication) String() string { return awsutil.Prettify(s) } @@ -23957,306 +31314,392 @@ func (s RedshiftSettings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RedshiftSettings) GoString() string { +func (s Replication) GoString() string { return s.String() } -// SetAcceptAnyDate sets the AcceptAnyDate field's value. -func (s *RedshiftSettings) SetAcceptAnyDate(v bool) *RedshiftSettings { - s.AcceptAnyDate = &v +// SetCdcStartPosition sets the CdcStartPosition field's value. +func (s *Replication) SetCdcStartPosition(v string) *Replication { + s.CdcStartPosition = &v return s } -// SetAfterConnectScript sets the AfterConnectScript field's value. -func (s *RedshiftSettings) SetAfterConnectScript(v string) *RedshiftSettings { - s.AfterConnectScript = &v +// SetCdcStartTime sets the CdcStartTime field's value. +func (s *Replication) SetCdcStartTime(v time.Time) *Replication { + s.CdcStartTime = &v return s } -// SetBucketFolder sets the BucketFolder field's value. -func (s *RedshiftSettings) SetBucketFolder(v string) *RedshiftSettings { - s.BucketFolder = &v +// SetCdcStopPosition sets the CdcStopPosition field's value. +func (s *Replication) SetCdcStopPosition(v string) *Replication { + s.CdcStopPosition = &v return s } -// SetBucketName sets the BucketName field's value. -func (s *RedshiftSettings) SetBucketName(v string) *RedshiftSettings { - s.BucketName = &v +// SetFailureMessages sets the FailureMessages field's value. +func (s *Replication) SetFailureMessages(v []*string) *Replication { + s.FailureMessages = v return s } -// SetCaseSensitiveNames sets the CaseSensitiveNames field's value. -func (s *RedshiftSettings) SetCaseSensitiveNames(v bool) *RedshiftSettings { - s.CaseSensitiveNames = &v +// SetProvisionData sets the ProvisionData field's value. +func (s *Replication) SetProvisionData(v *ProvisionData) *Replication { + s.ProvisionData = v return s } -// SetCompUpdate sets the CompUpdate field's value. -func (s *RedshiftSettings) SetCompUpdate(v bool) *RedshiftSettings { - s.CompUpdate = &v +// SetRecoveryCheckpoint sets the RecoveryCheckpoint field's value. +func (s *Replication) SetRecoveryCheckpoint(v string) *Replication { + s.RecoveryCheckpoint = &v return s } -// SetConnectionTimeout sets the ConnectionTimeout field's value. -func (s *RedshiftSettings) SetConnectionTimeout(v int64) *RedshiftSettings { - s.ConnectionTimeout = &v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *Replication) SetReplicationConfigArn(v string) *Replication { + s.ReplicationConfigArn = &v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *RedshiftSettings) SetDatabaseName(v string) *RedshiftSettings { - s.DatabaseName = &v +// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. +func (s *Replication) SetReplicationConfigIdentifier(v string) *Replication { + s.ReplicationConfigIdentifier = &v return s } -// SetDateFormat sets the DateFormat field's value. -func (s *RedshiftSettings) SetDateFormat(v string) *RedshiftSettings { - s.DateFormat = &v +// SetReplicationCreateTime sets the ReplicationCreateTime field's value. +func (s *Replication) SetReplicationCreateTime(v time.Time) *Replication { + s.ReplicationCreateTime = &v return s } -// SetEmptyAsNull sets the EmptyAsNull field's value. -func (s *RedshiftSettings) SetEmptyAsNull(v bool) *RedshiftSettings { - s.EmptyAsNull = &v +// SetReplicationLastStopTime sets the ReplicationLastStopTime field's value. +func (s *Replication) SetReplicationLastStopTime(v time.Time) *Replication { + s.ReplicationLastStopTime = &v return s } -// SetEncryptionMode sets the EncryptionMode field's value. -func (s *RedshiftSettings) SetEncryptionMode(v string) *RedshiftSettings { - s.EncryptionMode = &v +// SetReplicationStats sets the ReplicationStats field's value. +func (s *Replication) SetReplicationStats(v *ReplicationStats) *Replication { + s.ReplicationStats = v return s } -// SetExplicitIds sets the ExplicitIds field's value. -func (s *RedshiftSettings) SetExplicitIds(v bool) *RedshiftSettings { - s.ExplicitIds = &v +// SetReplicationType sets the ReplicationType field's value. +func (s *Replication) SetReplicationType(v string) *Replication { + s.ReplicationType = &v return s } -// SetFileTransferUploadStreams sets the FileTransferUploadStreams field's value. -func (s *RedshiftSettings) SetFileTransferUploadStreams(v int64) *RedshiftSettings { - s.FileTransferUploadStreams = &v +// SetReplicationUpdateTime sets the ReplicationUpdateTime field's value. +func (s *Replication) SetReplicationUpdateTime(v time.Time) *Replication { + s.ReplicationUpdateTime = &v return s } -// SetLoadTimeout sets the LoadTimeout field's value. -func (s *RedshiftSettings) SetLoadTimeout(v int64) *RedshiftSettings { - s.LoadTimeout = &v +// SetSourceEndpointArn sets the SourceEndpointArn field's value. +func (s *Replication) SetSourceEndpointArn(v string) *Replication { + s.SourceEndpointArn = &v return s } -// SetMapBooleanAsBoolean sets the MapBooleanAsBoolean field's value. -func (s *RedshiftSettings) SetMapBooleanAsBoolean(v bool) *RedshiftSettings { - s.MapBooleanAsBoolean = &v +// SetStartReplicationType sets the StartReplicationType field's value. +func (s *Replication) SetStartReplicationType(v string) *Replication { + s.StartReplicationType = &v return s } -// SetMaxFileSize sets the MaxFileSize field's value. -func (s *RedshiftSettings) SetMaxFileSize(v int64) *RedshiftSettings { - s.MaxFileSize = &v +// SetStatus sets the Status field's value. +func (s *Replication) SetStatus(v string) *Replication { + s.Status = &v return s } -// SetPassword sets the Password field's value. -func (s *RedshiftSettings) SetPassword(v string) *RedshiftSettings { - s.Password = &v +// SetStopReason sets the StopReason field's value. +func (s *Replication) SetStopReason(v string) *Replication { + s.StopReason = &v return s } -// SetPort sets the Port field's value. -func (s *RedshiftSettings) SetPort(v int64) *RedshiftSettings { - s.Port = &v +// SetTargetEndpointArn sets the TargetEndpointArn field's value. +func (s *Replication) SetTargetEndpointArn(v string) *Replication { + s.TargetEndpointArn = &v return s } -// SetRemoveQuotes sets the RemoveQuotes field's value. -func (s *RedshiftSettings) SetRemoveQuotes(v bool) *RedshiftSettings { - s.RemoveQuotes = &v - return s +// This object provides configuration information about a serverless replication. +type ReplicationConfig struct { + _ struct{} `type:"structure"` + + // Configuration parameters for provisioning an DMS serverless replication. + ComputeConfig *ComputeConfig `type:"structure"` + + // The Amazon Resource Name (ARN) of this DMS Serverless replication configuration. + ReplicationConfigArn *string `type:"string"` + + // The time the serverless replication config was created. + ReplicationConfigCreateTime *time.Time `type:"timestamp"` + + // The identifier for the ReplicationConfig associated with the replication. + ReplicationConfigIdentifier *string `type:"string"` + + // The time the serverless replication config was updated. + ReplicationConfigUpdateTime *time.Time `type:"timestamp"` + + // Configuration parameters for an DMS serverless replication. + ReplicationSettings *string `type:"string"` + + // The type of the replication. + ReplicationType *string `type:"string" enum:"MigrationTypeValue"` + + // The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless + // replication configuration. + SourceEndpointArn *string `type:"string"` + + // Additional parameters for an DMS serverless replication. + SupplementalSettings *string `type:"string"` + + // Table mappings specified in the replication. + TableMappings *string `type:"string"` + + // The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless + // replication configuration. + TargetEndpointArn *string `type:"string"` } -// SetReplaceChars sets the ReplaceChars field's value. -func (s *RedshiftSettings) SetReplaceChars(v string) *RedshiftSettings { - s.ReplaceChars = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReplicationConfig) String() string { + return awsutil.Prettify(s) } -// SetReplaceInvalidChars sets the ReplaceInvalidChars field's value. -func (s *RedshiftSettings) SetReplaceInvalidChars(v string) *RedshiftSettings { - s.ReplaceInvalidChars = &v +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReplicationConfig) GoString() string { + return s.String() +} + +// SetComputeConfig sets the ComputeConfig field's value. +func (s *ReplicationConfig) SetComputeConfig(v *ComputeConfig) *ReplicationConfig { + s.ComputeConfig = v return s } -// SetSecretsManagerAccessRoleArn sets the SecretsManagerAccessRoleArn field's value. -func (s *RedshiftSettings) SetSecretsManagerAccessRoleArn(v string) *RedshiftSettings { - s.SecretsManagerAccessRoleArn = &v +// SetReplicationConfigArn sets the ReplicationConfigArn field's value. +func (s *ReplicationConfig) SetReplicationConfigArn(v string) *ReplicationConfig { + s.ReplicationConfigArn = &v return s } -// SetSecretsManagerSecretId sets the SecretsManagerSecretId field's value. -func (s *RedshiftSettings) SetSecretsManagerSecretId(v string) *RedshiftSettings { - s.SecretsManagerSecretId = &v +// SetReplicationConfigCreateTime sets the ReplicationConfigCreateTime field's value. +func (s *ReplicationConfig) SetReplicationConfigCreateTime(v time.Time) *ReplicationConfig { + s.ReplicationConfigCreateTime = &v return s } -// SetServerName sets the ServerName field's value. -func (s *RedshiftSettings) SetServerName(v string) *RedshiftSettings { - s.ServerName = &v +// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. +func (s *ReplicationConfig) SetReplicationConfigIdentifier(v string) *ReplicationConfig { + s.ReplicationConfigIdentifier = &v return s } -// SetServerSideEncryptionKmsKeyId sets the ServerSideEncryptionKmsKeyId field's value. -func (s *RedshiftSettings) SetServerSideEncryptionKmsKeyId(v string) *RedshiftSettings { - s.ServerSideEncryptionKmsKeyId = &v +// SetReplicationConfigUpdateTime sets the ReplicationConfigUpdateTime field's value. +func (s *ReplicationConfig) SetReplicationConfigUpdateTime(v time.Time) *ReplicationConfig { + s.ReplicationConfigUpdateTime = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *RedshiftSettings) SetServiceAccessRoleArn(v string) *RedshiftSettings { - s.ServiceAccessRoleArn = &v +// SetReplicationSettings sets the ReplicationSettings field's value. +func (s *ReplicationConfig) SetReplicationSettings(v string) *ReplicationConfig { + s.ReplicationSettings = &v return s } -// SetTimeFormat sets the TimeFormat field's value. -func (s *RedshiftSettings) SetTimeFormat(v string) *RedshiftSettings { - s.TimeFormat = &v +// SetReplicationType sets the ReplicationType field's value. +func (s *ReplicationConfig) SetReplicationType(v string) *ReplicationConfig { + s.ReplicationType = &v return s } -// SetTrimBlanks sets the TrimBlanks field's value. -func (s *RedshiftSettings) SetTrimBlanks(v bool) *RedshiftSettings { - s.TrimBlanks = &v +// SetSourceEndpointArn sets the SourceEndpointArn field's value. +func (s *ReplicationConfig) SetSourceEndpointArn(v string) *ReplicationConfig { + s.SourceEndpointArn = &v return s } -// SetTruncateColumns sets the TruncateColumns field's value. -func (s *RedshiftSettings) SetTruncateColumns(v bool) *RedshiftSettings { - s.TruncateColumns = &v +// SetSupplementalSettings sets the SupplementalSettings field's value. +func (s *ReplicationConfig) SetSupplementalSettings(v string) *ReplicationConfig { + s.SupplementalSettings = &v return s } -// SetUsername sets the Username field's value. -func (s *RedshiftSettings) SetUsername(v string) *RedshiftSettings { - s.Username = &v +// SetTableMappings sets the TableMappings field's value. +func (s *ReplicationConfig) SetTableMappings(v string) *ReplicationConfig { + s.TableMappings = &v return s } -// SetWriteBufferSize sets the WriteBufferSize field's value. -func (s *RedshiftSettings) SetWriteBufferSize(v int64) *RedshiftSettings { - s.WriteBufferSize = &v +// SetTargetEndpointArn sets the TargetEndpointArn field's value. +func (s *ReplicationConfig) SetTargetEndpointArn(v string) *ReplicationConfig { + s.TargetEndpointArn = &v return s } -type RefreshSchemasInput struct { +// Provides information that defines a replication instance. +type ReplicationInstance struct { _ struct{} `type:"structure"` - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. + // The amount of storage (in gigabytes) that is allocated for the replication + // instance. + AllocatedStorage *int64 `type:"integer"` + + // Boolean value indicating if minor version upgrades will be automatically + // applied to the instance. + AutoMinorVersionUpgrade *bool `type:"boolean"` + + // The Availability Zone for the instance. + AvailabilityZone *string `type:"string"` + + // The DNS name servers supported for the replication instance to access your + // on-premise source or target database. + DnsNameServers *string `type:"string"` + + // The engine version number of the replication instance. // - // EndpointArn is a required field - EndpointArn *string `type:"string" required:"true"` + // If an engine version number is not specified when a replication instance + // is created, the default is the latest engine version available. + // + // When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade + // to true. + EngineVersion *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication instance. + // The expiration date of the free replication instance that is part of the + // Free DMS program. + FreeUntil *time.Time `type:"timestamp"` + + // The time the replication instance was created. + InstanceCreateTime *time.Time `type:"timestamp"` + + // An KMS key identifier that is used to encrypt the data on the replication + // instance. // - // ReplicationInstanceArn is a required field - ReplicationInstanceArn *string `type:"string" required:"true"` -} + // If you don't specify a value for the KmsKeyId parameter, then DMS uses your + // default encryption key. + // + // KMS creates the default encryption key for your Amazon Web Services account. + // Your Amazon Web Services account has a different default encryption key for + // each Amazon Web Services Region. + KmsKeyId *string `type:"string"` -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RefreshSchemasInput) String() string { - return awsutil.Prettify(s) -} + // Specifies whether the replication instance is a Multi-AZ deployment. You + // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set + // to true. + MultiAZ *bool `type:"boolean"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RefreshSchemasInput) GoString() string { - return s.String() -} + // The type of IP address protocol used by a replication instance, such as IPv4 + // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only + // is not yet supported. + NetworkType *string `type:"string"` -// Validate inspects the fields of the type to determine if they are valid. -func (s *RefreshSchemasInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "RefreshSchemasInput"} - if s.EndpointArn == nil { - invalidParams.Add(request.NewErrParamRequired("EndpointArn")) - } - if s.ReplicationInstanceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationInstanceArn")) - } + // The pending modification values. + PendingModifiedValues *ReplicationPendingModifiedValues `type:"structure"` - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} + // The maintenance window times for the replication instance. Any pending upgrades + // to the replication instance are performed during this time. + PreferredMaintenanceWindow *string `type:"string"` -// SetEndpointArn sets the EndpointArn field's value. -func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput { - s.EndpointArn = &v - return s -} + // Specifies the accessibility options for the replication instance. A value + // of true represents an instance with a public IP address. A value of false + // represents an instance with a private IP address. The default value is true. + PubliclyAccessible *bool `type:"boolean"` -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *RefreshSchemasInput) SetReplicationInstanceArn(v string) *RefreshSchemasInput { - s.ReplicationInstanceArn = &v - return s -} + // The Amazon Resource Name (ARN) of the replication instance. + ReplicationInstanceArn *string `type:"string"` -type RefreshSchemasOutput struct { - _ struct{} `type:"structure"` + // The compute and memory capacity of the replication instance as defined for + // the specified replication instance class. It is a required parameter, although + // a default value is pre-selected in the DMS console. + // + // For more information on the settings and capacities for the available replication + // instance classes, see Selecting the right DMS replication instance for your + // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). + ReplicationInstanceClass *string `type:"string"` - // The status of the refreshed schema. - RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` -} + // The replication instance identifier is a required parameter. This parameter + // is stored as a lowercase string. + // + // Constraints: + // + // * Must contain 1-63 alphanumeric characters or hyphens. + // + // * First character must be a letter. + // + // * Cannot end with a hyphen or contain two consecutive hyphens. + // + // Example: myrepinstance + ReplicationInstanceIdentifier *string `type:"string"` -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RefreshSchemasOutput) String() string { - return awsutil.Prettify(s) -} + // One or more IPv6 addresses for the replication instance. + ReplicationInstanceIpv6Addresses []*string `type:"list"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RefreshSchemasOutput) GoString() string { - return s.String() -} + // The private IP address of the replication instance. + // + // Deprecated: ReplicationInstancePrivateIpAddress has been deprecated + ReplicationInstancePrivateIpAddress *string `deprecated:"true" type:"string"` -// SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value. -func (s *RefreshSchemasOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *RefreshSchemasOutput { - s.RefreshSchemasStatus = v - return s -} + // One or more private IP addresses for the replication instance. + ReplicationInstancePrivateIpAddresses []*string `type:"list"` -// Provides information that describes status of a schema at an endpoint specified -// by the DescribeRefreshSchemaStatus operation. -type RefreshSchemasStatus struct { - _ struct{} `type:"structure"` + // The public IP address of the replication instance. + // + // Deprecated: ReplicationInstancePublicIpAddress has been deprecated + ReplicationInstancePublicIpAddress *string `deprecated:"true" type:"string"` - // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. - EndpointArn *string `type:"string"` + // One or more public IP addresses for the replication instance. + ReplicationInstancePublicIpAddresses []*string `type:"list"` - // The last failure message for the schema. - LastFailureMessage *string `type:"string"` + // The status of the replication instance. The possible return values include: + // + // * "available" + // + // * "creating" + // + // * "deleted" + // + // * "deleting" + // + // * "failed" + // + // * "modifying" + // + // * "upgrading" + // + // * "rebooting" + // + // * "resetting-master-credentials" + // + // * "storage-full" + // + // * "incompatible-credentials" + // + // * "incompatible-network" + // + // * "maintenance" + ReplicationInstanceStatus *string `type:"string"` - // The date the schema was last refreshed. - LastRefreshDate *time.Time `type:"timestamp"` + // The subnet group for the replication instance. + ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` - // The Amazon Resource Name (ARN) of the replication instance. - ReplicationInstanceArn *string `type:"string"` + // The Availability Zone of the standby replication instance in a Multi-AZ deployment. + SecondaryAvailabilityZone *string `type:"string"` - // The status of the schema. - Status *string `type:"string" enum:"RefreshSchemasStatusTypeValue"` + // The VPC security group for the instance. + VpcSecurityGroups []*VpcSecurityGroupMembership `type:"list"` } // String returns the string representation. @@ -24264,7 +31707,7 @@ type RefreshSchemasStatus struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RefreshSchemasStatus) String() string { +func (s ReplicationInstance) String() string { return awsutil.Prettify(s) } @@ -24273,242 +31716,172 @@ func (s RefreshSchemasStatus) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RefreshSchemasStatus) GoString() string { +func (s ReplicationInstance) GoString() string { return s.String() } -// SetEndpointArn sets the EndpointArn field's value. -func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus { - s.EndpointArn = &v +// SetAllocatedStorage sets the AllocatedStorage field's value. +func (s *ReplicationInstance) SetAllocatedStorage(v int64) *ReplicationInstance { + s.AllocatedStorage = &v return s } -// SetLastFailureMessage sets the LastFailureMessage field's value. -func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus { - s.LastFailureMessage = &v +// SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value. +func (s *ReplicationInstance) SetAutoMinorVersionUpgrade(v bool) *ReplicationInstance { + s.AutoMinorVersionUpgrade = &v return s } -// SetLastRefreshDate sets the LastRefreshDate field's value. -func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus { - s.LastRefreshDate = &v +// SetAvailabilityZone sets the AvailabilityZone field's value. +func (s *ReplicationInstance) SetAvailabilityZone(v string) *ReplicationInstance { + s.AvailabilityZone = &v return s } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus { - s.ReplicationInstanceArn = &v +// SetDnsNameServers sets the DnsNameServers field's value. +func (s *ReplicationInstance) SetDnsNameServers(v string) *ReplicationInstance { + s.DnsNameServers = &v return s } -// SetStatus sets the Status field's value. -func (s *RefreshSchemasStatus) SetStatus(v string) *RefreshSchemasStatus { - s.Status = &v +// SetEngineVersion sets the EngineVersion field's value. +func (s *ReplicationInstance) SetEngineVersion(v string) *ReplicationInstance { + s.EngineVersion = &v return s } -type ReloadReplicationTablesInput struct { - _ struct{} `type:"structure"` - - // Options for reload. Specify data-reload to reload the data and re-validate - // it if validation is enabled. Specify validate-only to re-validate the table. - // This option applies only when validation is enabled for the replication. - ReloadOption *string `type:"string" enum:"ReloadOptionValue"` - - // The Amazon Resource Name of the replication config for which to reload tables. - // - // ReplicationConfigArn is a required field - ReplicationConfigArn *string `type:"string" required:"true"` - - // The list of tables to reload. - // - // TablesToReload is a required field - TablesToReload []*TableToReload `type:"list" required:"true"` +// SetFreeUntil sets the FreeUntil field's value. +func (s *ReplicationInstance) SetFreeUntil(v time.Time) *ReplicationInstance { + s.FreeUntil = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReloadReplicationTablesInput) String() string { - return awsutil.Prettify(s) +// SetInstanceCreateTime sets the InstanceCreateTime field's value. +func (s *ReplicationInstance) SetInstanceCreateTime(v time.Time) *ReplicationInstance { + s.InstanceCreateTime = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReloadReplicationTablesInput) GoString() string { - return s.String() +// SetKmsKeyId sets the KmsKeyId field's value. +func (s *ReplicationInstance) SetKmsKeyId(v string) *ReplicationInstance { + s.KmsKeyId = &v + return s } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ReloadReplicationTablesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ReloadReplicationTablesInput"} - if s.ReplicationConfigArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationConfigArn")) - } - if s.TablesToReload == nil { - invalidParams.Add(request.NewErrParamRequired("TablesToReload")) - } - if s.TablesToReload != nil { - for i, v := range s.TablesToReload { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "TablesToReload", i), err.(request.ErrInvalidParams)) - } - } - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetMultiAZ sets the MultiAZ field's value. +func (s *ReplicationInstance) SetMultiAZ(v bool) *ReplicationInstance { + s.MultiAZ = &v + return s } -// SetReloadOption sets the ReloadOption field's value. -func (s *ReloadReplicationTablesInput) SetReloadOption(v string) *ReloadReplicationTablesInput { - s.ReloadOption = &v +// SetNetworkType sets the NetworkType field's value. +func (s *ReplicationInstance) SetNetworkType(v string) *ReplicationInstance { + s.NetworkType = &v return s } -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *ReloadReplicationTablesInput) SetReplicationConfigArn(v string) *ReloadReplicationTablesInput { - s.ReplicationConfigArn = &v +// SetPendingModifiedValues sets the PendingModifiedValues field's value. +func (s *ReplicationInstance) SetPendingModifiedValues(v *ReplicationPendingModifiedValues) *ReplicationInstance { + s.PendingModifiedValues = v return s } -// SetTablesToReload sets the TablesToReload field's value. -func (s *ReloadReplicationTablesInput) SetTablesToReload(v []*TableToReload) *ReloadReplicationTablesInput { - s.TablesToReload = v +// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. +func (s *ReplicationInstance) SetPreferredMaintenanceWindow(v string) *ReplicationInstance { + s.PreferredMaintenanceWindow = &v return s } -type ReloadReplicationTablesOutput struct { - _ struct{} `type:"structure"` - - // The Amazon Resource Name of the replication config for which to reload tables. - ReplicationConfigArn *string `type:"string"` +// SetPubliclyAccessible sets the PubliclyAccessible field's value. +func (s *ReplicationInstance) SetPubliclyAccessible(v bool) *ReplicationInstance { + s.PubliclyAccessible = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReloadReplicationTablesOutput) String() string { - return awsutil.Prettify(s) +// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. +func (s *ReplicationInstance) SetReplicationInstanceArn(v string) *ReplicationInstance { + s.ReplicationInstanceArn = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReloadReplicationTablesOutput) GoString() string { - return s.String() +// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. +func (s *ReplicationInstance) SetReplicationInstanceClass(v string) *ReplicationInstance { + s.ReplicationInstanceClass = &v + return s } -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *ReloadReplicationTablesOutput) SetReplicationConfigArn(v string) *ReloadReplicationTablesOutput { - s.ReplicationConfigArn = &v +// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. +func (s *ReplicationInstance) SetReplicationInstanceIdentifier(v string) *ReplicationInstance { + s.ReplicationInstanceIdentifier = &v return s } -type ReloadTablesInput struct { - _ struct{} `type:"structure"` - - // Options for reload. Specify data-reload to reload the data and re-validate - // it if validation is enabled. Specify validate-only to re-validate the table. - // This option applies only when validation is enabled for the task. - // - // Valid values: data-reload, validate-only - // - // Default value is data-reload. - ReloadOption *string `type:"string" enum:"ReloadOptionValue"` - - // The Amazon Resource Name (ARN) of the replication task. - // - // ReplicationTaskArn is a required field - ReplicationTaskArn *string `type:"string" required:"true"` +// SetReplicationInstanceIpv6Addresses sets the ReplicationInstanceIpv6Addresses field's value. +func (s *ReplicationInstance) SetReplicationInstanceIpv6Addresses(v []*string) *ReplicationInstance { + s.ReplicationInstanceIpv6Addresses = v + return s +} - // The name and schema of the table to be reloaded. - // - // TablesToReload is a required field - TablesToReload []*TableToReload `type:"list" required:"true"` +// SetReplicationInstancePrivateIpAddress sets the ReplicationInstancePrivateIpAddress field's value. +func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddress(v string) *ReplicationInstance { + s.ReplicationInstancePrivateIpAddress = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReloadTablesInput) String() string { - return awsutil.Prettify(s) +// SetReplicationInstancePrivateIpAddresses sets the ReplicationInstancePrivateIpAddresses field's value. +func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddresses(v []*string) *ReplicationInstance { + s.ReplicationInstancePrivateIpAddresses = v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReloadTablesInput) GoString() string { - return s.String() +// SetReplicationInstancePublicIpAddress sets the ReplicationInstancePublicIpAddress field's value. +func (s *ReplicationInstance) SetReplicationInstancePublicIpAddress(v string) *ReplicationInstance { + s.ReplicationInstancePublicIpAddress = &v + return s } -// Validate inspects the fields of the type to determine if they are valid. -func (s *ReloadTablesInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "ReloadTablesInput"} - if s.ReplicationTaskArn == nil { - invalidParams.Add(request.NewErrParamRequired("ReplicationTaskArn")) - } - if s.TablesToReload == nil { - invalidParams.Add(request.NewErrParamRequired("TablesToReload")) - } - if s.TablesToReload != nil { - for i, v := range s.TablesToReload { - if v == nil { - continue - } - if err := v.Validate(); err != nil { - invalidParams.AddNested(fmt.Sprintf("%s[%v]", "TablesToReload", i), err.(request.ErrInvalidParams)) - } - } - } +// SetReplicationInstancePublicIpAddresses sets the ReplicationInstancePublicIpAddresses field's value. +func (s *ReplicationInstance) SetReplicationInstancePublicIpAddresses(v []*string) *ReplicationInstance { + s.ReplicationInstancePublicIpAddresses = v + return s +} - if invalidParams.Len() > 0 { - return invalidParams - } - return nil +// SetReplicationInstanceStatus sets the ReplicationInstanceStatus field's value. +func (s *ReplicationInstance) SetReplicationInstanceStatus(v string) *ReplicationInstance { + s.ReplicationInstanceStatus = &v + return s } -// SetReloadOption sets the ReloadOption field's value. -func (s *ReloadTablesInput) SetReloadOption(v string) *ReloadTablesInput { - s.ReloadOption = &v +// SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value. +func (s *ReplicationInstance) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ReplicationInstance { + s.ReplicationSubnetGroup = v return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ReloadTablesInput) SetReplicationTaskArn(v string) *ReloadTablesInput { - s.ReplicationTaskArn = &v +// SetSecondaryAvailabilityZone sets the SecondaryAvailabilityZone field's value. +func (s *ReplicationInstance) SetSecondaryAvailabilityZone(v string) *ReplicationInstance { + s.SecondaryAvailabilityZone = &v return s } -// SetTablesToReload sets the TablesToReload field's value. -func (s *ReloadTablesInput) SetTablesToReload(v []*TableToReload) *ReloadTablesInput { - s.TablesToReload = v +// SetVpcSecurityGroups sets the VpcSecurityGroups field's value. +func (s *ReplicationInstance) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *ReplicationInstance { + s.VpcSecurityGroups = v return s } -type ReloadTablesOutput struct { +// Contains metadata for a replication instance task log. +type ReplicationInstanceTaskLog struct { _ struct{} `type:"structure"` + // The size, in bytes, of the replication task log. + ReplicationInstanceTaskLogSize *int64 `type:"long"` + // The Amazon Resource Name (ARN) of the replication task. ReplicationTaskArn *string `type:"string"` + + // The name of the replication task. + ReplicationTaskName *string `type:"string"` } // String returns the string representation. @@ -24516,7 +31889,7 @@ type ReloadTablesOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReloadTablesOutput) String() string { +func (s ReplicationInstanceTaskLog) String() string { return awsutil.Prettify(s) } @@ -24525,30 +31898,58 @@ func (s ReloadTablesOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReloadTablesOutput) GoString() string { +func (s ReplicationInstanceTaskLog) GoString() string { return s.String() } +// SetReplicationInstanceTaskLogSize sets the ReplicationInstanceTaskLogSize field's value. +func (s *ReplicationInstanceTaskLog) SetReplicationInstanceTaskLogSize(v int64) *ReplicationInstanceTaskLog { + s.ReplicationInstanceTaskLogSize = &v + return s +} + // SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ReloadTablesOutput) SetReplicationTaskArn(v string) *ReloadTablesOutput { +func (s *ReplicationInstanceTaskLog) SetReplicationTaskArn(v string) *ReplicationInstanceTaskLog { s.ReplicationTaskArn = &v return s } -// Removes one or more tags from an DMS resource. -type RemoveTagsFromResourceInput struct { +// SetReplicationTaskName sets the ReplicationTaskName field's value. +func (s *ReplicationInstanceTaskLog) SetReplicationTaskName(v string) *ReplicationInstanceTaskLog { + s.ReplicationTaskName = &v + return s +} + +// Provides information about the values of pending modifications to a replication +// instance. This data type is an object of the ReplicationInstance (https://docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationInstance.html) +// user-defined data type. +type ReplicationPendingModifiedValues struct { _ struct{} `type:"structure"` - // An DMS resource from which you want to remove tag(s). The value for this - // parameter is an Amazon Resource Name (ARN). - // - // ResourceArn is a required field - ResourceArn *string `type:"string" required:"true"` + // The amount of storage (in gigabytes) that is allocated for the replication + // instance. + AllocatedStorage *int64 `type:"integer"` - // The tag key (name) of the tag to be removed. + // The engine version number of the replication instance. + EngineVersion *string `type:"string"` + + // Specifies whether the replication instance is a Multi-AZ deployment. You + // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set + // to true. + MultiAZ *bool `type:"boolean"` + + // The type of IP address protocol used by a replication instance, such as IPv4 + // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only + // is not yet supported. + NetworkType *string `type:"string"` + + // The compute and memory capacity of the replication instance as defined for + // the specified replication instance class. // - // TagKeys is a required field - TagKeys []*string `type:"list" required:"true"` + // For more information on the settings and capacities for the available replication + // instance classes, see Selecting the right DMS replication instance for your + // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). + ReplicationInstanceClass *string `type:"string"` } // String returns the string representation. @@ -24556,7 +31957,7 @@ type RemoveTagsFromResourceInput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RemoveTagsFromResourceInput) String() string { +func (s ReplicationPendingModifiedValues) String() string { return awsutil.Prettify(s) } @@ -24565,161 +31966,77 @@ func (s RemoveTagsFromResourceInput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RemoveTagsFromResourceInput) GoString() string { +func (s ReplicationPendingModifiedValues) GoString() string { return s.String() } -// Validate inspects the fields of the type to determine if they are valid. -func (s *RemoveTagsFromResourceInput) Validate() error { - invalidParams := request.ErrInvalidParams{Context: "RemoveTagsFromResourceInput"} - if s.ResourceArn == nil { - invalidParams.Add(request.NewErrParamRequired("ResourceArn")) - } - if s.TagKeys == nil { - invalidParams.Add(request.NewErrParamRequired("TagKeys")) - } - - if invalidParams.Len() > 0 { - return invalidParams - } - return nil -} - -// SetResourceArn sets the ResourceArn field's value. -func (s *RemoveTagsFromResourceInput) SetResourceArn(v string) *RemoveTagsFromResourceInput { - s.ResourceArn = &v +// SetAllocatedStorage sets the AllocatedStorage field's value. +func (s *ReplicationPendingModifiedValues) SetAllocatedStorage(v int64) *ReplicationPendingModifiedValues { + s.AllocatedStorage = &v return s } -// SetTagKeys sets the TagKeys field's value. -func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput { - s.TagKeys = v +// SetEngineVersion sets the EngineVersion field's value. +func (s *ReplicationPendingModifiedValues) SetEngineVersion(v string) *ReplicationPendingModifiedValues { + s.EngineVersion = &v return s } -type RemoveTagsFromResourceOutput struct { - _ struct{} `type:"structure"` +// SetMultiAZ sets the MultiAZ field's value. +func (s *ReplicationPendingModifiedValues) SetMultiAZ(v bool) *ReplicationPendingModifiedValues { + s.MultiAZ = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RemoveTagsFromResourceOutput) String() string { - return awsutil.Prettify(s) +// SetNetworkType sets the NetworkType field's value. +func (s *ReplicationPendingModifiedValues) SetNetworkType(v string) *ReplicationPendingModifiedValues { + s.NetworkType = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RemoveTagsFromResourceOutput) GoString() string { - return s.String() +// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. +func (s *ReplicationPendingModifiedValues) SetReplicationInstanceClass(v string) *ReplicationPendingModifiedValues { + s.ReplicationInstanceClass = &v + return s } -// Provides information that describes a serverless replication created by the -// CreateReplication operation. -type Replication struct { +// This object provides a collection of statistics about a serverless replication. +type ReplicationStats struct { _ struct{} `type:"structure"` - // Indicates the start time for a change data capture (CDC) operation. Use either - // CdcStartTime or CdcStartPosition to specify when you want a CDC operation - // to start. Specifying both values results in an error. - CdcStartPosition *string `type:"string"` - - // Indicates the start time for a change data capture (CDC) operation. Use either - // CdcStartTime or CdcStartPosition to specify when you want a CDC operation - // to start. Specifying both values results in an error. - CdcStartTime *time.Time `type:"timestamp"` - - // Indicates when you want a change data capture (CDC) operation to stop. The - // value can be either server time or commit time. - CdcStopPosition *string `type:"string"` - - // Error and other information about why a serverless replication failed. - FailureMessages []*string `type:"list"` - - // Information about provisioning resources for an DMS serverless replication. - ProvisionData *ProvisionData `type:"structure"` - - // Indicates the last checkpoint that occurred during a change data capture - // (CDC) operation. You can provide this value to the CdcStartPosition parameter - // to start a CDC operation that begins at that checkpoint. - RecoveryCheckpoint *string `type:"string"` - - // The Amazon Resource Name for the ReplicationConfig associated with the replication. - ReplicationConfigArn *string `type:"string"` - - // The identifier for the ReplicationConfig associated with the replication. - ReplicationConfigIdentifier *string `type:"string"` - - // The time the serverless replication was created. - ReplicationCreateTime *time.Time `type:"timestamp"` - - // The timestamp when replication was last stopped. - ReplicationLastStopTime *time.Time `type:"timestamp"` - - // This object provides a collection of statistics about a serverless replication. - ReplicationStats *ReplicationStats `type:"structure"` - - // The type of the serverless replication. - ReplicationType *string `type:"string" enum:"MigrationTypeValue"` - - // The time the serverless replication was updated. - ReplicationUpdateTime *time.Time `type:"timestamp"` + // The elapsed time of the replication, in milliseconds. + ElapsedTimeMillis *int64 `type:"long"` - // The Amazon Resource Name for an existing Endpoint the serverless replication - // uses for its data source. - SourceEndpointArn *string `type:"string"` + // The date the replication was started either with a fresh start or a target + // reload. + FreshStartDate *time.Time `type:"timestamp"` - // The replication type. - StartReplicationType *string `type:"string"` + // The date the replication full load was finished. + FullLoadFinishDate *time.Time `type:"timestamp"` - // The current status of the serverless replication. - Status *string `type:"string"` + // The percent complete for the full load serverless replication. + FullLoadProgressPercent *int64 `type:"integer"` - // The reason the replication task was stopped. This response parameter can - // return one of the following values: - // - // * "Stop Reason NORMAL" - // - // * "Stop Reason RECOVERABLE_ERROR" - // - // * "Stop Reason FATAL_ERROR" - // - // * "Stop Reason FULL_LOAD_ONLY_FINISHED" - // - // * "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with - // cached changes not applied - // - // * "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with - // cached changes applied - // - // * "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" - // - // * "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after - // DDL applied - // - // * "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" - // - // * "Stop Reason STOPPED_DUE_TO_LOW_DISK" - // - // * "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for - // stopping task - // - // * "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for - // stopping task - // - // * "Stop Reason RECONFIGURATION_RESTART" - // - // * "Stop Reason RECYCLE_TASK" - StopReason *string `type:"string"` + // The date the replication full load was started. + FullLoadStartDate *time.Time `type:"timestamp"` - // The Amazon Resource Name for an existing Endpoint the serverless replication - // uses for its data target. - TargetEndpointArn *string `type:"string"` + // The date the replication is scheduled to start. + StartDate *time.Time `type:"timestamp"` + + // The date the replication was stopped. + StopDate *time.Time `type:"timestamp"` + + // The number of errors that have occured for this replication. + TablesErrored *int64 `type:"integer"` + + // The number of tables loaded for this replication. + TablesLoaded *int64 `type:"integer"` + + // The number of tables currently loading for this replication. + TablesLoading *int64 `type:"integer"` + + // The number of tables queued for this replication. + TablesQueued *int64 `type:"integer"` } // String returns the string representation. @@ -24727,7 +32044,7 @@ type Replication struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Replication) String() string { +func (s ReplicationStats) String() string { return awsutil.Prettify(s) } @@ -24736,156 +32053,100 @@ func (s Replication) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s Replication) GoString() string { +func (s ReplicationStats) GoString() string { return s.String() } -// SetCdcStartPosition sets the CdcStartPosition field's value. -func (s *Replication) SetCdcStartPosition(v string) *Replication { - s.CdcStartPosition = &v - return s -} - -// SetCdcStartTime sets the CdcStartTime field's value. -func (s *Replication) SetCdcStartTime(v time.Time) *Replication { - s.CdcStartTime = &v - return s -} - -// SetCdcStopPosition sets the CdcStopPosition field's value. -func (s *Replication) SetCdcStopPosition(v string) *Replication { - s.CdcStopPosition = &v - return s -} - -// SetFailureMessages sets the FailureMessages field's value. -func (s *Replication) SetFailureMessages(v []*string) *Replication { - s.FailureMessages = v - return s -} - -// SetProvisionData sets the ProvisionData field's value. -func (s *Replication) SetProvisionData(v *ProvisionData) *Replication { - s.ProvisionData = v - return s -} - -// SetRecoveryCheckpoint sets the RecoveryCheckpoint field's value. -func (s *Replication) SetRecoveryCheckpoint(v string) *Replication { - s.RecoveryCheckpoint = &v - return s -} - -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *Replication) SetReplicationConfigArn(v string) *Replication { - s.ReplicationConfigArn = &v - return s -} - -// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. -func (s *Replication) SetReplicationConfigIdentifier(v string) *Replication { - s.ReplicationConfigIdentifier = &v +// SetElapsedTimeMillis sets the ElapsedTimeMillis field's value. +func (s *ReplicationStats) SetElapsedTimeMillis(v int64) *ReplicationStats { + s.ElapsedTimeMillis = &v return s } -// SetReplicationCreateTime sets the ReplicationCreateTime field's value. -func (s *Replication) SetReplicationCreateTime(v time.Time) *Replication { - s.ReplicationCreateTime = &v +// SetFreshStartDate sets the FreshStartDate field's value. +func (s *ReplicationStats) SetFreshStartDate(v time.Time) *ReplicationStats { + s.FreshStartDate = &v return s } -// SetReplicationLastStopTime sets the ReplicationLastStopTime field's value. -func (s *Replication) SetReplicationLastStopTime(v time.Time) *Replication { - s.ReplicationLastStopTime = &v +// SetFullLoadFinishDate sets the FullLoadFinishDate field's value. +func (s *ReplicationStats) SetFullLoadFinishDate(v time.Time) *ReplicationStats { + s.FullLoadFinishDate = &v return s } -// SetReplicationStats sets the ReplicationStats field's value. -func (s *Replication) SetReplicationStats(v *ReplicationStats) *Replication { - s.ReplicationStats = v +// SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value. +func (s *ReplicationStats) SetFullLoadProgressPercent(v int64) *ReplicationStats { + s.FullLoadProgressPercent = &v return s } -// SetReplicationType sets the ReplicationType field's value. -func (s *Replication) SetReplicationType(v string) *Replication { - s.ReplicationType = &v +// SetFullLoadStartDate sets the FullLoadStartDate field's value. +func (s *ReplicationStats) SetFullLoadStartDate(v time.Time) *ReplicationStats { + s.FullLoadStartDate = &v return s } -// SetReplicationUpdateTime sets the ReplicationUpdateTime field's value. -func (s *Replication) SetReplicationUpdateTime(v time.Time) *Replication { - s.ReplicationUpdateTime = &v +// SetStartDate sets the StartDate field's value. +func (s *ReplicationStats) SetStartDate(v time.Time) *ReplicationStats { + s.StartDate = &v return s } -// SetSourceEndpointArn sets the SourceEndpointArn field's value. -func (s *Replication) SetSourceEndpointArn(v string) *Replication { - s.SourceEndpointArn = &v +// SetStopDate sets the StopDate field's value. +func (s *ReplicationStats) SetStopDate(v time.Time) *ReplicationStats { + s.StopDate = &v return s } -// SetStartReplicationType sets the StartReplicationType field's value. -func (s *Replication) SetStartReplicationType(v string) *Replication { - s.StartReplicationType = &v +// SetTablesErrored sets the TablesErrored field's value. +func (s *ReplicationStats) SetTablesErrored(v int64) *ReplicationStats { + s.TablesErrored = &v return s } -// SetStatus sets the Status field's value. -func (s *Replication) SetStatus(v string) *Replication { - s.Status = &v +// SetTablesLoaded sets the TablesLoaded field's value. +func (s *ReplicationStats) SetTablesLoaded(v int64) *ReplicationStats { + s.TablesLoaded = &v return s } -// SetStopReason sets the StopReason field's value. -func (s *Replication) SetStopReason(v string) *Replication { - s.StopReason = &v +// SetTablesLoading sets the TablesLoading field's value. +func (s *ReplicationStats) SetTablesLoading(v int64) *ReplicationStats { + s.TablesLoading = &v return s } -// SetTargetEndpointArn sets the TargetEndpointArn field's value. -func (s *Replication) SetTargetEndpointArn(v string) *Replication { - s.TargetEndpointArn = &v +// SetTablesQueued sets the TablesQueued field's value. +func (s *ReplicationStats) SetTablesQueued(v int64) *ReplicationStats { + s.TablesQueued = &v return s } -// This object provides configuration information about a serverless replication. -type ReplicationConfig struct { +// Describes a subnet group in response to a request by the DescribeReplicationSubnetGroups +// operation. +type ReplicationSubnetGroup struct { _ struct{} `type:"structure"` - // Configuration parameters for provisioning an DMS serverless replication. - ComputeConfig *ComputeConfig `type:"structure"` - - // The Amazon Resource Name (ARN) of this DMS Serverless replication configuration. - ReplicationConfigArn *string `type:"string"` - - // The time the serverless replication config was created. - ReplicationConfigCreateTime *time.Time `type:"timestamp"` - - // The identifier for the ReplicationConfig associated with the replication. - ReplicationConfigIdentifier *string `type:"string"` - - // The time the serverless replication config was updated. - ReplicationConfigUpdateTime *time.Time `type:"timestamp"` - - // Configuration parameters for an DMS serverless replication. - ReplicationSettings *string `type:"string"` + // A description for the replication subnet group. + ReplicationSubnetGroupDescription *string `type:"string"` - // The type of the replication. - ReplicationType *string `type:"string" enum:"MigrationTypeValue"` + // The identifier of the replication instance subnet group. + ReplicationSubnetGroupIdentifier *string `type:"string"` - // The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless - // replication configuration. - SourceEndpointArn *string `type:"string"` + // The status of the subnet group. + SubnetGroupStatus *string `type:"string"` - // Additional parameters for an DMS serverless replication. - SupplementalSettings *string `type:"string"` + // The subnets that are in the subnet group. + Subnets []*Subnet `type:"list"` - // Table mappings specified in the replication. - TableMappings *string `type:"string"` + // The IP addressing protocol supported by the subnet group. This is used by + // a replication instance with values such as IPv4 only or Dual-stack that supports + // both IPv4 and IPv6 addressing. IPv6 only is not yet supported. + SupportedNetworkTypes []*string `type:"list"` - // The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless - // replication configuration. - TargetEndpointArn *string `type:"string"` + // The ID of the VPC. + VpcId *string `type:"string"` } // String returns the string representation. @@ -24893,7 +32154,7 @@ type ReplicationConfig struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationConfig) String() string { +func (s ReplicationSubnetGroup) String() string { return awsutil.Prettify(s) } @@ -24902,226 +32163,298 @@ func (s ReplicationConfig) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationConfig) GoString() string { +func (s ReplicationSubnetGroup) GoString() string { return s.String() } -// SetComputeConfig sets the ComputeConfig field's value. -func (s *ReplicationConfig) SetComputeConfig(v *ComputeConfig) *ReplicationConfig { - s.ComputeConfig = v +// SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value. +func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupDescription(v string) *ReplicationSubnetGroup { + s.ReplicationSubnetGroupDescription = &v return s } -// SetReplicationConfigArn sets the ReplicationConfigArn field's value. -func (s *ReplicationConfig) SetReplicationConfigArn(v string) *ReplicationConfig { - s.ReplicationConfigArn = &v +// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. +func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier(v string) *ReplicationSubnetGroup { + s.ReplicationSubnetGroupIdentifier = &v return s } -// SetReplicationConfigCreateTime sets the ReplicationConfigCreateTime field's value. -func (s *ReplicationConfig) SetReplicationConfigCreateTime(v time.Time) *ReplicationConfig { - s.ReplicationConfigCreateTime = &v +// SetSubnetGroupStatus sets the SubnetGroupStatus field's value. +func (s *ReplicationSubnetGroup) SetSubnetGroupStatus(v string) *ReplicationSubnetGroup { + s.SubnetGroupStatus = &v return s } -// SetReplicationConfigIdentifier sets the ReplicationConfigIdentifier field's value. -func (s *ReplicationConfig) SetReplicationConfigIdentifier(v string) *ReplicationConfig { - s.ReplicationConfigIdentifier = &v +// SetSubnets sets the Subnets field's value. +func (s *ReplicationSubnetGroup) SetSubnets(v []*Subnet) *ReplicationSubnetGroup { + s.Subnets = v return s } -// SetReplicationConfigUpdateTime sets the ReplicationConfigUpdateTime field's value. -func (s *ReplicationConfig) SetReplicationConfigUpdateTime(v time.Time) *ReplicationConfig { - s.ReplicationConfigUpdateTime = &v +// SetSupportedNetworkTypes sets the SupportedNetworkTypes field's value. +func (s *ReplicationSubnetGroup) SetSupportedNetworkTypes(v []*string) *ReplicationSubnetGroup { + s.SupportedNetworkTypes = v return s } -// SetReplicationSettings sets the ReplicationSettings field's value. -func (s *ReplicationConfig) SetReplicationSettings(v string) *ReplicationConfig { - s.ReplicationSettings = &v +// SetVpcId sets the VpcId field's value. +func (s *ReplicationSubnetGroup) SetVpcId(v string) *ReplicationSubnetGroup { + s.VpcId = &v return s } -// SetReplicationType sets the ReplicationType field's value. -func (s *ReplicationConfig) SetReplicationType(v string) *ReplicationConfig { - s.ReplicationType = &v - return s +// The replication subnet group does not cover enough Availability Zones (AZs). +// Edit the replication subnet group and add more AZs. +type ReplicationSubnetGroupDoesNotCoverEnoughAZs struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReplicationSubnetGroupDoesNotCoverEnoughAZs) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReplicationSubnetGroupDoesNotCoverEnoughAZs) GoString() string { + return s.String() +} + +func newErrorReplicationSubnetGroupDoesNotCoverEnoughAZs(v protocol.ResponseMetadata) error { + return &ReplicationSubnetGroupDoesNotCoverEnoughAZs{ + RespMetadata: v, + } +} + +// Code returns the exception type name. +func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) Code() string { + return "ReplicationSubnetGroupDoesNotCoverEnoughAZs" +} + +// Message returns the exception's message. +func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetSourceEndpointArn sets the SourceEndpointArn field's value. -func (s *ReplicationConfig) SetSourceEndpointArn(v string) *ReplicationConfig { - s.SourceEndpointArn = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) OrigErr() error { + return nil } -// SetSupplementalSettings sets the SupplementalSettings field's value. -func (s *ReplicationConfig) SetSupplementalSettings(v string) *ReplicationConfig { - s.SupplementalSettings = &v - return s +func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetTableMappings sets the TableMappings field's value. -func (s *ReplicationConfig) SetTableMappings(v string) *ReplicationConfig { - s.TableMappings = &v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetTargetEndpointArn sets the TargetEndpointArn field's value. -func (s *ReplicationConfig) SetTargetEndpointArn(v string) *ReplicationConfig { - s.TargetEndpointArn = &v - return s +// RequestID returns the service's response RequestID for request. +func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) RequestID() string { + return s.RespMetadata.RequestID } -// Provides information that defines a replication instance. -type ReplicationInstance struct { +// Provides information that describes a replication task created by the CreateReplicationTask +// operation. +type ReplicationTask struct { _ struct{} `type:"structure"` - // The amount of storage (in gigabytes) that is allocated for the replication - // instance. - AllocatedStorage *int64 `type:"integer"` - - // Boolean value indicating if minor version upgrades will be automatically - // applied to the instance. - AutoMinorVersionUpgrade *bool `type:"boolean"` - - // The Availability Zone for the instance. - AvailabilityZone *string `type:"string"` - - // The DNS name servers supported for the replication instance to access your - // on-premise source or target database. - DnsNameServers *string `type:"string"` - - // The engine version number of the replication instance. + // Indicates when you want a change data capture (CDC) operation to start. Use + // either CdcStartPosition or CdcStartTime to specify when you want the CDC + // operation to start. Specifying both values results in an error. // - // If an engine version number is not specified when a replication instance - // is created, the default is the latest engine version available. + // The value can be in date, checkpoint, or LSN/SCN format. // - // When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade - // to true. - EngineVersion *string `type:"string"` - - // The expiration date of the free replication instance that is part of the - // Free DMS program. - FreeUntil *time.Time `type:"timestamp"` - - // The time the replication instance was created. - InstanceCreateTime *time.Time `type:"timestamp"` - - // An KMS key identifier that is used to encrypt the data on the replication - // instance. + // Date Example: --cdc-start-position “2018-03-08T12:12:12” // - // If you don't specify a value for the KmsKeyId parameter, then DMS uses your - // default encryption key. + // Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" // - // KMS creates the default encryption key for your Amazon Web Services account. - // Your Amazon Web Services account has a different default encryption key for - // each Amazon Web Services Region. - KmsKeyId *string `type:"string"` - - // Specifies whether the replication instance is a Multi-AZ deployment. You - // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set - // to true. - MultiAZ *bool `type:"boolean"` + // LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” + CdcStartPosition *string `type:"string"` - // The type of IP address protocol used by a replication instance, such as IPv4 - // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only - // is not yet supported. - NetworkType *string `type:"string"` + // Indicates when you want a change data capture (CDC) operation to stop. The + // value can be either server time or commit time. + // + // Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” + // + // Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“ + CdcStopPosition *string `type:"string"` - // The pending modification values. - PendingModifiedValues *ReplicationPendingModifiedValues `type:"structure"` + // The last error (failure) message generated for the replication task. + LastFailureMessage *string `type:"string"` - // The maintenance window times for the replication instance. Any pending upgrades - // to the replication instance are performed during this time. - PreferredMaintenanceWindow *string `type:"string"` + // The type of migration. + MigrationType *string `type:"string" enum:"MigrationTypeValue"` - // Specifies the accessibility options for the replication instance. A value - // of true represents an instance with a public IP address. A value of false - // represents an instance with a private IP address. The default value is true. - PubliclyAccessible *bool `type:"boolean"` + // Indicates the last checkpoint that occurred during a change data capture + // (CDC) operation. You can provide this value to the CdcStartPosition parameter + // to start a CDC operation that begins at that checkpoint. + RecoveryCheckpoint *string `type:"string"` - // The Amazon Resource Name (ARN) of the replication instance. + // The ARN of the replication instance. ReplicationInstanceArn *string `type:"string"` - // The compute and memory capacity of the replication instance as defined for - // the specified replication instance class. It is a required parameter, although - // a default value is pre-selected in the DMS console. - // - // For more information on the settings and capacities for the available replication - // instance classes, see Selecting the right DMS replication instance for your - // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). - ReplicationInstanceClass *string `type:"string"` + // The Amazon Resource Name (ARN) of the replication task. + ReplicationTaskArn *string `type:"string"` - // The replication instance identifier is a required parameter. This parameter - // is stored as a lowercase string. + // The date the replication task was created. + ReplicationTaskCreationDate *time.Time `type:"timestamp"` + + // The user-assigned replication task identifier or name. // // Constraints: // - // * Must contain 1-63 alphanumeric characters or hyphens. + // * Must contain 1-255 alphanumeric characters or hyphens. // // * First character must be a letter. // // * Cannot end with a hyphen or contain two consecutive hyphens. - // - // Example: myrepinstance - ReplicationInstanceIdentifier *string `type:"string"` + ReplicationTaskIdentifier *string `type:"string"` - // One or more IPv6 addresses for the replication instance. - ReplicationInstanceIpv6Addresses []*string `type:"list"` + // The settings for the replication task. + ReplicationTaskSettings *string `type:"string"` - // The private IP address of the replication instance. - // - // Deprecated: ReplicationInstancePrivateIpAddress has been deprecated - ReplicationInstancePrivateIpAddress *string `deprecated:"true" type:"string"` + // The date the replication task is scheduled to start. + ReplicationTaskStartDate *time.Time `type:"timestamp"` - // One or more private IP addresses for the replication instance. - ReplicationInstancePrivateIpAddresses []*string `type:"list"` + // The statistics for the task, including elapsed time, tables loaded, and table + // errors. + ReplicationTaskStats *ReplicationTaskStats `type:"structure"` - // The public IP address of the replication instance. - // - // Deprecated: ReplicationInstancePublicIpAddress has been deprecated - ReplicationInstancePublicIpAddress *string `deprecated:"true" type:"string"` + // The Amazon Resource Name (ARN) that uniquely identifies the endpoint. + SourceEndpointArn *string `type:"string"` - // One or more public IP addresses for the replication instance. - ReplicationInstancePublicIpAddresses []*string `type:"list"` + // The status of the replication task. This response parameter can return one + // of the following values: + // + // * "moving" – The task is being moved in response to running the MoveReplicationTask + // (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) + // operation. + // + // * "creating" – The task is being created in response to running the + // CreateReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html) + // operation. + // + // * "deleting" – The task is being deleted in response to running the + // DeleteReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html) + // operation. + // + // * "failed" – The task failed to successfully complete the database migration + // in response to running the StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) + // operation. + // + // * "failed-move" – The task failed to move in response to running the + // MoveReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) + // operation. + // + // * "modifying" – The task definition is being modified in response to + // running the ModifyReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html) + // operation. + // + // * "ready" – The task is in a ready state where it can respond to other + // task operations, such as StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) + // or DeleteReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html). + // + // * "running" – The task is performing a database migration in response + // to running the StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) + // operation. + // + // * "starting" – The task is preparing to perform a database migration + // in response to running the StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) + // operation. + // + // * "stopped" – The task has stopped in response to running the StopReplicationTask + // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html) + // operation. + // + // * "stopping" – The task is preparing to stop in response to running + // the StopReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html) + // operation. + // + // * "testing" – The database migration specified for this task is being + // tested in response to running either the StartReplicationTaskAssessmentRun + // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html) + // or the StartReplicationTaskAssessment (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html) + // operation. StartReplicationTaskAssessmentRun (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html) + // is an improved premigration task assessment operation. The StartReplicationTaskAssessment + // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html) + // operation assesses data type compatibility only between the source and + // target database of a given migration task. In contrast, StartReplicationTaskAssessmentRun + // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html) + // enables you to specify a variety of premigration task assessments in addition + // to data type compatibility. These assessments include ones for the validity + // of primary key definitions and likely issues with database migration performance, + // among others. + Status *string `type:"string"` - // The status of the replication instance. The possible return values include: + // The reason the replication task was stopped. This response parameter can + // return one of the following values: // - // * "available" + // * "Stop Reason NORMAL" // - // * "creating" + // * "Stop Reason RECOVERABLE_ERROR" // - // * "deleted" + // * "Stop Reason FATAL_ERROR" // - // * "deleting" + // * "Stop Reason FULL_LOAD_ONLY_FINISHED" // - // * "failed" + // * "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with + // cached changes not applied // - // * "modifying" + // * "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with + // cached changes applied // - // * "upgrading" + // * "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" // - // * "rebooting" + // * "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after + // DDL applied // - // * "resetting-master-credentials" + // * "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" + // + // * "Stop Reason STOPPED_DUE_TO_LOW_DISK" // - // * "storage-full" + // * "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for + // stopping task // - // * "incompatible-credentials" + // * "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for + // stopping task // - // * "incompatible-network" + // * "Stop Reason RECONFIGURATION_RESTART" // - // * "maintenance" - ReplicationInstanceStatus *string `type:"string"` + // * "Stop Reason RECYCLE_TASK" + StopReason *string `type:"string"` - // The subnet group for the replication instance. - ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` + // Table mappings specified in the task. + TableMappings *string `type:"string"` - // The Availability Zone of the standby replication instance in a Multi-AZ deployment. - SecondaryAvailabilityZone *string `type:"string"` + // The ARN that uniquely identifies the endpoint. + TargetEndpointArn *string `type:"string"` - // The VPC security group for the instance. - VpcSecurityGroups []*VpcSecurityGroupMembership `type:"list"` + // The ARN of the replication instance to which this task is moved in response + // to running the MoveReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) + // operation. Otherwise, this response parameter isn't a member of the ReplicationTask + // object. + TargetReplicationInstanceArn *string `type:"string"` + + // Supplemental information that the task requires to migrate the data for certain + // source and target endpoints. For more information, see Specifying Supplemental + // Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) + // in the Database Migration Service User Guide. + TaskData *string `type:"string"` } // String returns the string representation. @@ -25129,7 +32462,7 @@ type ReplicationInstance struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationInstance) String() string { +func (s ReplicationTask) String() string { return awsutil.Prettify(s) } @@ -25138,240 +32471,155 @@ func (s ReplicationInstance) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationInstance) GoString() string { +func (s ReplicationTask) GoString() string { return s.String() } -// SetAllocatedStorage sets the AllocatedStorage field's value. -func (s *ReplicationInstance) SetAllocatedStorage(v int64) *ReplicationInstance { - s.AllocatedStorage = &v - return s -} - -// SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value. -func (s *ReplicationInstance) SetAutoMinorVersionUpgrade(v bool) *ReplicationInstance { - s.AutoMinorVersionUpgrade = &v - return s -} - -// SetAvailabilityZone sets the AvailabilityZone field's value. -func (s *ReplicationInstance) SetAvailabilityZone(v string) *ReplicationInstance { - s.AvailabilityZone = &v - return s -} - -// SetDnsNameServers sets the DnsNameServers field's value. -func (s *ReplicationInstance) SetDnsNameServers(v string) *ReplicationInstance { - s.DnsNameServers = &v - return s -} - -// SetEngineVersion sets the EngineVersion field's value. -func (s *ReplicationInstance) SetEngineVersion(v string) *ReplicationInstance { - s.EngineVersion = &v - return s -} - -// SetFreeUntil sets the FreeUntil field's value. -func (s *ReplicationInstance) SetFreeUntil(v time.Time) *ReplicationInstance { - s.FreeUntil = &v - return s -} - -// SetInstanceCreateTime sets the InstanceCreateTime field's value. -func (s *ReplicationInstance) SetInstanceCreateTime(v time.Time) *ReplicationInstance { - s.InstanceCreateTime = &v - return s -} - -// SetKmsKeyId sets the KmsKeyId field's value. -func (s *ReplicationInstance) SetKmsKeyId(v string) *ReplicationInstance { - s.KmsKeyId = &v - return s -} - -// SetMultiAZ sets the MultiAZ field's value. -func (s *ReplicationInstance) SetMultiAZ(v bool) *ReplicationInstance { - s.MultiAZ = &v +// SetCdcStartPosition sets the CdcStartPosition field's value. +func (s *ReplicationTask) SetCdcStartPosition(v string) *ReplicationTask { + s.CdcStartPosition = &v return s } -// SetNetworkType sets the NetworkType field's value. -func (s *ReplicationInstance) SetNetworkType(v string) *ReplicationInstance { - s.NetworkType = &v +// SetCdcStopPosition sets the CdcStopPosition field's value. +func (s *ReplicationTask) SetCdcStopPosition(v string) *ReplicationTask { + s.CdcStopPosition = &v return s } -// SetPendingModifiedValues sets the PendingModifiedValues field's value. -func (s *ReplicationInstance) SetPendingModifiedValues(v *ReplicationPendingModifiedValues) *ReplicationInstance { - s.PendingModifiedValues = v +// SetLastFailureMessage sets the LastFailureMessage field's value. +func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask { + s.LastFailureMessage = &v return s } -// SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value. -func (s *ReplicationInstance) SetPreferredMaintenanceWindow(v string) *ReplicationInstance { - s.PreferredMaintenanceWindow = &v +// SetMigrationType sets the MigrationType field's value. +func (s *ReplicationTask) SetMigrationType(v string) *ReplicationTask { + s.MigrationType = &v return s } -// SetPubliclyAccessible sets the PubliclyAccessible field's value. -func (s *ReplicationInstance) SetPubliclyAccessible(v bool) *ReplicationInstance { - s.PubliclyAccessible = &v +// SetRecoveryCheckpoint sets the RecoveryCheckpoint field's value. +func (s *ReplicationTask) SetRecoveryCheckpoint(v string) *ReplicationTask { + s.RecoveryCheckpoint = &v return s } // SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *ReplicationInstance) SetReplicationInstanceArn(v string) *ReplicationInstance { +func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask { s.ReplicationInstanceArn = &v return s } -// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. -func (s *ReplicationInstance) SetReplicationInstanceClass(v string) *ReplicationInstance { - s.ReplicationInstanceClass = &v - return s -} - -// SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value. -func (s *ReplicationInstance) SetReplicationInstanceIdentifier(v string) *ReplicationInstance { - s.ReplicationInstanceIdentifier = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask { + s.ReplicationTaskArn = &v return s } -// SetReplicationInstanceIpv6Addresses sets the ReplicationInstanceIpv6Addresses field's value. -func (s *ReplicationInstance) SetReplicationInstanceIpv6Addresses(v []*string) *ReplicationInstance { - s.ReplicationInstanceIpv6Addresses = v +// SetReplicationTaskCreationDate sets the ReplicationTaskCreationDate field's value. +func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask { + s.ReplicationTaskCreationDate = &v return s } -// SetReplicationInstancePrivateIpAddress sets the ReplicationInstancePrivateIpAddress field's value. -func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddress(v string) *ReplicationInstance { - s.ReplicationInstancePrivateIpAddress = &v +// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. +func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask { + s.ReplicationTaskIdentifier = &v return s } -// SetReplicationInstancePrivateIpAddresses sets the ReplicationInstancePrivateIpAddresses field's value. -func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddresses(v []*string) *ReplicationInstance { - s.ReplicationInstancePrivateIpAddresses = v +// SetReplicationTaskSettings sets the ReplicationTaskSettings field's value. +func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask { + s.ReplicationTaskSettings = &v return s } -// SetReplicationInstancePublicIpAddress sets the ReplicationInstancePublicIpAddress field's value. -func (s *ReplicationInstance) SetReplicationInstancePublicIpAddress(v string) *ReplicationInstance { - s.ReplicationInstancePublicIpAddress = &v +// SetReplicationTaskStartDate sets the ReplicationTaskStartDate field's value. +func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask { + s.ReplicationTaskStartDate = &v return s } -// SetReplicationInstancePublicIpAddresses sets the ReplicationInstancePublicIpAddresses field's value. -func (s *ReplicationInstance) SetReplicationInstancePublicIpAddresses(v []*string) *ReplicationInstance { - s.ReplicationInstancePublicIpAddresses = v +// SetReplicationTaskStats sets the ReplicationTaskStats field's value. +func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask { + s.ReplicationTaskStats = v return s } -// SetReplicationInstanceStatus sets the ReplicationInstanceStatus field's value. -func (s *ReplicationInstance) SetReplicationInstanceStatus(v string) *ReplicationInstance { - s.ReplicationInstanceStatus = &v +// SetSourceEndpointArn sets the SourceEndpointArn field's value. +func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask { + s.SourceEndpointArn = &v return s } -// SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value. -func (s *ReplicationInstance) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ReplicationInstance { - s.ReplicationSubnetGroup = v +// SetStatus sets the Status field's value. +func (s *ReplicationTask) SetStatus(v string) *ReplicationTask { + s.Status = &v return s } -// SetSecondaryAvailabilityZone sets the SecondaryAvailabilityZone field's value. -func (s *ReplicationInstance) SetSecondaryAvailabilityZone(v string) *ReplicationInstance { - s.SecondaryAvailabilityZone = &v +// SetStopReason sets the StopReason field's value. +func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask { + s.StopReason = &v return s } -// SetVpcSecurityGroups sets the VpcSecurityGroups field's value. -func (s *ReplicationInstance) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *ReplicationInstance { - s.VpcSecurityGroups = v +// SetTableMappings sets the TableMappings field's value. +func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask { + s.TableMappings = &v return s } -// Contains metadata for a replication instance task log. -type ReplicationInstanceTaskLog struct { - _ struct{} `type:"structure"` - - // The size, in bytes, of the replication task log. - ReplicationInstanceTaskLogSize *int64 `type:"long"` - - // The Amazon Resource Name (ARN) of the replication task. - ReplicationTaskArn *string `type:"string"` - - // The name of the replication task. - ReplicationTaskName *string `type:"string"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationInstanceTaskLog) String() string { - return awsutil.Prettify(s) -} - -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationInstanceTaskLog) GoString() string { - return s.String() -} - -// SetReplicationInstanceTaskLogSize sets the ReplicationInstanceTaskLogSize field's value. -func (s *ReplicationInstanceTaskLog) SetReplicationInstanceTaskLogSize(v int64) *ReplicationInstanceTaskLog { - s.ReplicationInstanceTaskLogSize = &v +// SetTargetEndpointArn sets the TargetEndpointArn field's value. +func (s *ReplicationTask) SetTargetEndpointArn(v string) *ReplicationTask { + s.TargetEndpointArn = &v return s } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ReplicationInstanceTaskLog) SetReplicationTaskArn(v string) *ReplicationInstanceTaskLog { - s.ReplicationTaskArn = &v +// SetTargetReplicationInstanceArn sets the TargetReplicationInstanceArn field's value. +func (s *ReplicationTask) SetTargetReplicationInstanceArn(v string) *ReplicationTask { + s.TargetReplicationInstanceArn = &v return s } -// SetReplicationTaskName sets the ReplicationTaskName field's value. -func (s *ReplicationInstanceTaskLog) SetReplicationTaskName(v string) *ReplicationInstanceTaskLog { - s.ReplicationTaskName = &v +// SetTaskData sets the TaskData field's value. +func (s *ReplicationTask) SetTaskData(v string) *ReplicationTask { + s.TaskData = &v return s } -// Provides information about the values of pending modifications to a replication -// instance. This data type is an object of the ReplicationInstance (https://docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationInstance.html) -// user-defined data type. -type ReplicationPendingModifiedValues struct { +// The task assessment report in JSON format. +type ReplicationTaskAssessmentResult struct { _ struct{} `type:"structure"` - // The amount of storage (in gigabytes) that is allocated for the replication - // instance. - AllocatedStorage *int64 `type:"integer"` + // The task assessment results in JSON format. + // + // The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn + // in the request. + AssessmentResults *string `type:"string"` - // The engine version number of the replication instance. - EngineVersion *string `type:"string"` + // The file containing the results of the task assessment. + AssessmentResultsFile *string `type:"string"` + + // The status of the task assessment. + AssessmentStatus *string `type:"string"` + + // The Amazon Resource Name (ARN) of the replication task. + ReplicationTaskArn *string `type:"string"` - // Specifies whether the replication instance is a Multi-AZ deployment. You - // can't set the AvailabilityZone parameter if the Multi-AZ parameter is set - // to true. - MultiAZ *bool `type:"boolean"` + // The replication task identifier of the task on which the task assessment + // was run. + ReplicationTaskIdentifier *string `type:"string"` - // The type of IP address protocol used by a replication instance, such as IPv4 - // only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only - // is not yet supported. - NetworkType *string `type:"string"` + // The date the task assessment was completed. + ReplicationTaskLastAssessmentDate *time.Time `type:"timestamp"` - // The compute and memory capacity of the replication instance as defined for - // the specified replication instance class. + // The URL of the S3 object containing the task assessment results. // - // For more information on the settings and capacities for the available replication - // instance classes, see Selecting the right DMS replication instance for your - // migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). - ReplicationInstanceClass *string `type:"string"` + // The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn + // in the request. + S3ObjectUrl *string `type:"string"` } // String returns the string representation. @@ -25379,7 +32627,7 @@ type ReplicationPendingModifiedValues struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationPendingModifiedValues) String() string { +func (s ReplicationTaskAssessmentResult) String() string { return awsutil.Prettify(s) } @@ -25388,77 +32636,129 @@ func (s ReplicationPendingModifiedValues) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationPendingModifiedValues) GoString() string { +func (s ReplicationTaskAssessmentResult) GoString() string { return s.String() } -// SetAllocatedStorage sets the AllocatedStorage field's value. -func (s *ReplicationPendingModifiedValues) SetAllocatedStorage(v int64) *ReplicationPendingModifiedValues { - s.AllocatedStorage = &v +// SetAssessmentResults sets the AssessmentResults field's value. +func (s *ReplicationTaskAssessmentResult) SetAssessmentResults(v string) *ReplicationTaskAssessmentResult { + s.AssessmentResults = &v return s } -// SetEngineVersion sets the EngineVersion field's value. -func (s *ReplicationPendingModifiedValues) SetEngineVersion(v string) *ReplicationPendingModifiedValues { - s.EngineVersion = &v +// SetAssessmentResultsFile sets the AssessmentResultsFile field's value. +func (s *ReplicationTaskAssessmentResult) SetAssessmentResultsFile(v string) *ReplicationTaskAssessmentResult { + s.AssessmentResultsFile = &v return s } -// SetMultiAZ sets the MultiAZ field's value. -func (s *ReplicationPendingModifiedValues) SetMultiAZ(v bool) *ReplicationPendingModifiedValues { - s.MultiAZ = &v +// SetAssessmentStatus sets the AssessmentStatus field's value. +func (s *ReplicationTaskAssessmentResult) SetAssessmentStatus(v string) *ReplicationTaskAssessmentResult { + s.AssessmentStatus = &v return s } -// SetNetworkType sets the NetworkType field's value. -func (s *ReplicationPendingModifiedValues) SetNetworkType(v string) *ReplicationPendingModifiedValues { - s.NetworkType = &v +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *ReplicationTaskAssessmentResult) SetReplicationTaskArn(v string) *ReplicationTaskAssessmentResult { + s.ReplicationTaskArn = &v return s } -// SetReplicationInstanceClass sets the ReplicationInstanceClass field's value. -func (s *ReplicationPendingModifiedValues) SetReplicationInstanceClass(v string) *ReplicationPendingModifiedValues { - s.ReplicationInstanceClass = &v +// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. +func (s *ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier(v string) *ReplicationTaskAssessmentResult { + s.ReplicationTaskIdentifier = &v return s } -// This object provides a collection of statistics about a serverless replication. -type ReplicationStats struct { +// SetReplicationTaskLastAssessmentDate sets the ReplicationTaskLastAssessmentDate field's value. +func (s *ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate(v time.Time) *ReplicationTaskAssessmentResult { + s.ReplicationTaskLastAssessmentDate = &v + return s +} + +// SetS3ObjectUrl sets the S3ObjectUrl field's value. +func (s *ReplicationTaskAssessmentResult) SetS3ObjectUrl(v string) *ReplicationTaskAssessmentResult { + s.S3ObjectUrl = &v + return s +} + +// Provides information that describes a premigration assessment run that you +// have started using the StartReplicationTaskAssessmentRun operation. +// +// Some of the information appears based on other operations that can return +// the ReplicationTaskAssessmentRun object. +type ReplicationTaskAssessmentRun struct { _ struct{} `type:"structure"` - // The elapsed time of the replication, in milliseconds. - ElapsedTimeMillis *int64 `type:"long"` + // Indication of the completion progress for the individual assessments specified + // to run. + AssessmentProgress *ReplicationTaskAssessmentRunProgress `type:"structure"` - // The date the replication was started either with a fresh start or a target - // reload. - FreshStartDate *time.Time `type:"timestamp"` + // Unique name of the assessment run. + AssessmentRunName *string `type:"string"` - // The date the replication full load was finished. - FullLoadFinishDate *time.Time `type:"timestamp"` + // Last message generated by an individual assessment failure. + LastFailureMessage *string `type:"string"` - // The percent complete for the full load serverless replication. - FullLoadProgressPercent *int64 `type:"integer"` + // ARN of the migration task associated with this premigration assessment run. + ReplicationTaskArn *string `type:"string"` - // The date the replication full load was started. - FullLoadStartDate *time.Time `type:"timestamp"` + // Amazon Resource Name (ARN) of this assessment run. + ReplicationTaskAssessmentRunArn *string `type:"string"` - // The date the replication is scheduled to start. - StartDate *time.Time `type:"timestamp"` + // Date on which the assessment run was created using the StartReplicationTaskAssessmentRun + // operation. + ReplicationTaskAssessmentRunCreationDate *time.Time `type:"timestamp"` - // The date the replication was stopped. - StopDate *time.Time `type:"timestamp"` + // Encryption mode used to encrypt the assessment run results. + ResultEncryptionMode *string `type:"string"` - // The number of errors that have occured for this replication. - TablesErrored *int64 `type:"integer"` + // ARN of the KMS encryption key used to encrypt the assessment run results. + ResultKmsKeyArn *string `type:"string"` - // The number of tables loaded for this replication. - TablesLoaded *int64 `type:"integer"` + // Amazon S3 bucket where DMS stores the results of this assessment run. + ResultLocationBucket *string `type:"string"` - // The number of tables currently loading for this replication. - TablesLoading *int64 `type:"integer"` + // Folder in an Amazon S3 bucket where DMS stores the results of this assessment + // run. + ResultLocationFolder *string `type:"string"` - // The number of tables queued for this replication. - TablesQueued *int64 `type:"integer"` + // ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun + // operation. The role must allow the iam:PassRole action. + ServiceAccessRoleArn *string `type:"string"` + + // Assessment run status. + // + // This status can have one of the following values: + // + // * "cancelling" – The assessment run was canceled by the CancelReplicationTaskAssessmentRun + // operation. + // + // * "deleting" – The assessment run was deleted by the DeleteReplicationTaskAssessmentRun + // operation. + // + // * "failed" – At least one individual assessment completed with a failed + // status. + // + // * "error-provisioning" – An internal error occurred while resources + // were provisioned (during provisioning status). + // + // * "error-executing" – An internal error occurred while individual assessments + // ran (during running status). + // + // * "invalid state" – The assessment run is in an unknown state. + // + // * "passed" – All individual assessments have completed, and none has + // a failed status. + // + // * "provisioning" – Resources required to run individual assessments + // are being provisioned. + // + // * "running" – Individual assessments are being run. + // + // * "starting" – The assessment run is starting, but resources are not + // yet being provisioned for individual assessments. + Status *string `type:"string"` } // String returns the string representation. @@ -25466,7 +32766,7 @@ type ReplicationStats struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationStats) String() string { +func (s ReplicationTaskAssessmentRun) String() string { return awsutil.Prettify(s) } @@ -25475,163 +32775,92 @@ func (s ReplicationStats) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationStats) GoString() string { +func (s ReplicationTaskAssessmentRun) GoString() string { return s.String() } -// SetElapsedTimeMillis sets the ElapsedTimeMillis field's value. -func (s *ReplicationStats) SetElapsedTimeMillis(v int64) *ReplicationStats { - s.ElapsedTimeMillis = &v - return s -} - -// SetFreshStartDate sets the FreshStartDate field's value. -func (s *ReplicationStats) SetFreshStartDate(v time.Time) *ReplicationStats { - s.FreshStartDate = &v - return s -} - -// SetFullLoadFinishDate sets the FullLoadFinishDate field's value. -func (s *ReplicationStats) SetFullLoadFinishDate(v time.Time) *ReplicationStats { - s.FullLoadFinishDate = &v - return s -} - -// SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value. -func (s *ReplicationStats) SetFullLoadProgressPercent(v int64) *ReplicationStats { - s.FullLoadProgressPercent = &v - return s -} - -// SetFullLoadStartDate sets the FullLoadStartDate field's value. -func (s *ReplicationStats) SetFullLoadStartDate(v time.Time) *ReplicationStats { - s.FullLoadStartDate = &v - return s -} - -// SetStartDate sets the StartDate field's value. -func (s *ReplicationStats) SetStartDate(v time.Time) *ReplicationStats { - s.StartDate = &v - return s -} - -// SetStopDate sets the StopDate field's value. -func (s *ReplicationStats) SetStopDate(v time.Time) *ReplicationStats { - s.StopDate = &v - return s -} - -// SetTablesErrored sets the TablesErrored field's value. -func (s *ReplicationStats) SetTablesErrored(v int64) *ReplicationStats { - s.TablesErrored = &v - return s -} - -// SetTablesLoaded sets the TablesLoaded field's value. -func (s *ReplicationStats) SetTablesLoaded(v int64) *ReplicationStats { - s.TablesLoaded = &v +// SetAssessmentProgress sets the AssessmentProgress field's value. +func (s *ReplicationTaskAssessmentRun) SetAssessmentProgress(v *ReplicationTaskAssessmentRunProgress) *ReplicationTaskAssessmentRun { + s.AssessmentProgress = v return s } -// SetTablesLoading sets the TablesLoading field's value. -func (s *ReplicationStats) SetTablesLoading(v int64) *ReplicationStats { - s.TablesLoading = &v +// SetAssessmentRunName sets the AssessmentRunName field's value. +func (s *ReplicationTaskAssessmentRun) SetAssessmentRunName(v string) *ReplicationTaskAssessmentRun { + s.AssessmentRunName = &v return s } -// SetTablesQueued sets the TablesQueued field's value. -func (s *ReplicationStats) SetTablesQueued(v int64) *ReplicationStats { - s.TablesQueued = &v +// SetLastFailureMessage sets the LastFailureMessage field's value. +func (s *ReplicationTaskAssessmentRun) SetLastFailureMessage(v string) *ReplicationTaskAssessmentRun { + s.LastFailureMessage = &v return s } - -// Describes a subnet group in response to a request by the DescribeReplicationSubnetGroups -// operation. -type ReplicationSubnetGroup struct { - _ struct{} `type:"structure"` - - // A description for the replication subnet group. - ReplicationSubnetGroupDescription *string `type:"string"` - - // The identifier of the replication instance subnet group. - ReplicationSubnetGroupIdentifier *string `type:"string"` - - // The status of the subnet group. - SubnetGroupStatus *string `type:"string"` - - // The subnets that are in the subnet group. - Subnets []*Subnet `type:"list"` - - // The IP addressing protocol supported by the subnet group. This is used by - // a replication instance with values such as IPv4 only or Dual-stack that supports - // both IPv4 and IPv6 addressing. IPv6 only is not yet supported. - SupportedNetworkTypes []*string `type:"list"` - - // The ID of the VPC. - VpcId *string `type:"string"` + +// SetReplicationTaskArn sets the ReplicationTaskArn field's value. +func (s *ReplicationTaskAssessmentRun) SetReplicationTaskArn(v string) *ReplicationTaskAssessmentRun { + s.ReplicationTaskArn = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationSubnetGroup) String() string { - return awsutil.Prettify(s) +// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. +func (s *ReplicationTaskAssessmentRun) SetReplicationTaskAssessmentRunArn(v string) *ReplicationTaskAssessmentRun { + s.ReplicationTaskAssessmentRunArn = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationSubnetGroup) GoString() string { - return s.String() +// SetReplicationTaskAssessmentRunCreationDate sets the ReplicationTaskAssessmentRunCreationDate field's value. +func (s *ReplicationTaskAssessmentRun) SetReplicationTaskAssessmentRunCreationDate(v time.Time) *ReplicationTaskAssessmentRun { + s.ReplicationTaskAssessmentRunCreationDate = &v + return s } -// SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value. -func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupDescription(v string) *ReplicationSubnetGroup { - s.ReplicationSubnetGroupDescription = &v +// SetResultEncryptionMode sets the ResultEncryptionMode field's value. +func (s *ReplicationTaskAssessmentRun) SetResultEncryptionMode(v string) *ReplicationTaskAssessmentRun { + s.ResultEncryptionMode = &v return s } -// SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value. -func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier(v string) *ReplicationSubnetGroup { - s.ReplicationSubnetGroupIdentifier = &v +// SetResultKmsKeyArn sets the ResultKmsKeyArn field's value. +func (s *ReplicationTaskAssessmentRun) SetResultKmsKeyArn(v string) *ReplicationTaskAssessmentRun { + s.ResultKmsKeyArn = &v return s } -// SetSubnetGroupStatus sets the SubnetGroupStatus field's value. -func (s *ReplicationSubnetGroup) SetSubnetGroupStatus(v string) *ReplicationSubnetGroup { - s.SubnetGroupStatus = &v +// SetResultLocationBucket sets the ResultLocationBucket field's value. +func (s *ReplicationTaskAssessmentRun) SetResultLocationBucket(v string) *ReplicationTaskAssessmentRun { + s.ResultLocationBucket = &v return s } -// SetSubnets sets the Subnets field's value. -func (s *ReplicationSubnetGroup) SetSubnets(v []*Subnet) *ReplicationSubnetGroup { - s.Subnets = v +// SetResultLocationFolder sets the ResultLocationFolder field's value. +func (s *ReplicationTaskAssessmentRun) SetResultLocationFolder(v string) *ReplicationTaskAssessmentRun { + s.ResultLocationFolder = &v return s } -// SetSupportedNetworkTypes sets the SupportedNetworkTypes field's value. -func (s *ReplicationSubnetGroup) SetSupportedNetworkTypes(v []*string) *ReplicationSubnetGroup { - s.SupportedNetworkTypes = v +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *ReplicationTaskAssessmentRun) SetServiceAccessRoleArn(v string) *ReplicationTaskAssessmentRun { + s.ServiceAccessRoleArn = &v return s } -// SetVpcId sets the VpcId field's value. -func (s *ReplicationSubnetGroup) SetVpcId(v string) *ReplicationSubnetGroup { - s.VpcId = &v +// SetStatus sets the Status field's value. +func (s *ReplicationTaskAssessmentRun) SetStatus(v string) *ReplicationTaskAssessmentRun { + s.Status = &v return s } -// The replication subnet group does not cover enough Availability Zones (AZs). -// Edit the replication subnet group and add more AZs. -type ReplicationSubnetGroupDoesNotCoverEnoughAZs struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +// The progress values reported by the AssessmentProgress response element. +type ReplicationTaskAssessmentRunProgress struct { + _ struct{} `type:"structure"` - Message_ *string `locationName:"message" type:"string"` + // The number of individual assessments that have completed, successfully or + // not. + IndividualAssessmentCompletedCount *int64 `type:"integer"` + + // The number of individual assessments that are specified to run. + IndividualAssessmentCount *int64 `type:"integer"` } // String returns the string representation. @@ -25639,7 +32868,7 @@ type ReplicationSubnetGroupDoesNotCoverEnoughAZs struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationSubnetGroupDoesNotCoverEnoughAZs) String() string { +func (s ReplicationTaskAssessmentRunProgress) String() string { return awsutil.Prettify(s) } @@ -25648,235 +32877,146 @@ func (s ReplicationSubnetGroupDoesNotCoverEnoughAZs) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationSubnetGroupDoesNotCoverEnoughAZs) GoString() string { +func (s ReplicationTaskAssessmentRunProgress) GoString() string { return s.String() } -func newErrorReplicationSubnetGroupDoesNotCoverEnoughAZs(v protocol.ResponseMetadata) error { - return &ReplicationSubnetGroupDoesNotCoverEnoughAZs{ - RespMetadata: v, - } -} - -// Code returns the exception type name. -func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) Code() string { - return "ReplicationSubnetGroupDoesNotCoverEnoughAZs" -} - -// Message returns the exception's message. -func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" -} - -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) OrigErr() error { - return nil -} - -func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) -} - -// Status code returns the HTTP status code for the request's response error. -func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) StatusCode() int { - return s.RespMetadata.StatusCode -} - -// RequestID returns the service's response RequestID for request. -func (s *ReplicationSubnetGroupDoesNotCoverEnoughAZs) RequestID() string { - return s.RespMetadata.RequestID +// SetIndividualAssessmentCompletedCount sets the IndividualAssessmentCompletedCount field's value. +func (s *ReplicationTaskAssessmentRunProgress) SetIndividualAssessmentCompletedCount(v int64) *ReplicationTaskAssessmentRunProgress { + s.IndividualAssessmentCompletedCount = &v + return s } -// Provides information that describes a replication task created by the CreateReplicationTask -// operation. -type ReplicationTask struct { - _ struct{} `type:"structure"` - - // Indicates when you want a change data capture (CDC) operation to start. Use - // either CdcStartPosition or CdcStartTime to specify when you want the CDC - // operation to start. Specifying both values results in an error. - // - // The value can be in date, checkpoint, or LSN/SCN format. - // - // Date Example: --cdc-start-position “2018-03-08T12:12:12” - // - // Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" - // - // LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” - CdcStartPosition *string `type:"string"` - - // Indicates when you want a change data capture (CDC) operation to stop. The - // value can be either server time or commit time. - // - // Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” - // - // Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“ - CdcStopPosition *string `type:"string"` - - // The last error (failure) message generated for the replication task. - LastFailureMessage *string `type:"string"` - - // The type of migration. - MigrationType *string `type:"string" enum:"MigrationTypeValue"` - - // Indicates the last checkpoint that occurred during a change data capture - // (CDC) operation. You can provide this value to the CdcStartPosition parameter - // to start a CDC operation that begins at that checkpoint. - RecoveryCheckpoint *string `type:"string"` - - // The ARN of the replication instance. - ReplicationInstanceArn *string `type:"string"` - - // The Amazon Resource Name (ARN) of the replication task. - ReplicationTaskArn *string `type:"string"` - - // The date the replication task was created. - ReplicationTaskCreationDate *time.Time `type:"timestamp"` - - // The user-assigned replication task identifier or name. - // - // Constraints: - // - // * Must contain 1-255 alphanumeric characters or hyphens. - // - // * First character must be a letter. - // - // * Cannot end with a hyphen or contain two consecutive hyphens. - ReplicationTaskIdentifier *string `type:"string"` - - // The settings for the replication task. - ReplicationTaskSettings *string `type:"string"` - - // The date the replication task is scheduled to start. - ReplicationTaskStartDate *time.Time `type:"timestamp"` - - // The statistics for the task, including elapsed time, tables loaded, and table - // errors. - ReplicationTaskStats *ReplicationTaskStats `type:"structure"` - - // The Amazon Resource Name (ARN) that uniquely identifies the endpoint. - SourceEndpointArn *string `type:"string"` - - // The status of the replication task. This response parameter can return one - // of the following values: - // - // * "moving" – The task is being moved in response to running the MoveReplicationTask - // (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) - // operation. - // - // * "creating" – The task is being created in response to running the - // CreateReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html) - // operation. - // - // * "deleting" – The task is being deleted in response to running the - // DeleteReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html) - // operation. - // - // * "failed" – The task failed to successfully complete the database migration - // in response to running the StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) - // operation. - // - // * "failed-move" – The task failed to move in response to running the - // MoveReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) - // operation. - // - // * "modifying" – The task definition is being modified in response to - // running the ModifyReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html) - // operation. - // - // * "ready" – The task is in a ready state where it can respond to other - // task operations, such as StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) - // or DeleteReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html). - // - // * "running" – The task is performing a database migration in response - // to running the StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) - // operation. - // - // * "starting" – The task is preparing to perform a database migration - // in response to running the StartReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html) - // operation. - // - // * "stopped" – The task has stopped in response to running the StopReplicationTask - // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html) - // operation. - // - // * "stopping" – The task is preparing to stop in response to running - // the StopReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html) - // operation. - // - // * "testing" – The database migration specified for this task is being - // tested in response to running either the StartReplicationTaskAssessmentRun - // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html) - // or the StartReplicationTaskAssessment (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html) - // operation. StartReplicationTaskAssessmentRun (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html) - // is an improved premigration task assessment operation. The StartReplicationTaskAssessment - // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html) - // operation assesses data type compatibility only between the source and - // target database of a given migration task. In contrast, StartReplicationTaskAssessmentRun - // (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html) - // enables you to specify a variety of premigration task assessments in addition - // to data type compatibility. These assessments include ones for the validity - // of primary key definitions and likely issues with database migration performance, - // among others. - Status *string `type:"string"` +// SetIndividualAssessmentCount sets the IndividualAssessmentCount field's value. +func (s *ReplicationTaskAssessmentRunProgress) SetIndividualAssessmentCount(v int64) *ReplicationTaskAssessmentRunProgress { + s.IndividualAssessmentCount = &v + return s +} - // The reason the replication task was stopped. This response parameter can - // return one of the following values: - // - // * "Stop Reason NORMAL" - // - // * "Stop Reason RECOVERABLE_ERROR" - // - // * "Stop Reason FATAL_ERROR" - // - // * "Stop Reason FULL_LOAD_ONLY_FINISHED" - // - // * "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with - // cached changes not applied - // - // * "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with - // cached changes applied - // - // * "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" +// Provides information that describes an individual assessment from a premigration +// assessment run. +type ReplicationTaskIndividualAssessment struct { + _ struct{} `type:"structure"` + + // Name of this individual assessment. + IndividualAssessmentName *string `type:"string"` + + // ARN of the premigration assessment run that is created to run this individual + // assessment. + ReplicationTaskAssessmentRunArn *string `type:"string"` + + // Amazon Resource Name (ARN) of this individual assessment. + ReplicationTaskIndividualAssessmentArn *string `type:"string"` + + // Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun + // operation. + ReplicationTaskIndividualAssessmentStartDate *time.Time `type:"timestamp"` + + // Individual assessment status. // - // * "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after - // DDL applied + // This status can have one of the following values: // - // * "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" + // * "cancelled" // - // * "Stop Reason STOPPED_DUE_TO_LOW_DISK" + // * "error" // - // * "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for - // stopping task + // * "failed" // - // * "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for - // stopping task + // * "passed" // - // * "Stop Reason RECONFIGURATION_RESTART" + // * "pending" // - // * "Stop Reason RECYCLE_TASK" - StopReason *string `type:"string"` + // * "running" + Status *string `type:"string"` +} - // Table mappings specified in the task. - TableMappings *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReplicationTaskIndividualAssessment) String() string { + return awsutil.Prettify(s) +} - // The ARN that uniquely identifies the endpoint. - TargetEndpointArn *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ReplicationTaskIndividualAssessment) GoString() string { + return s.String() +} - // The ARN of the replication instance to which this task is moved in response - // to running the MoveReplicationTask (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) - // operation. Otherwise, this response parameter isn't a member of the ReplicationTask - // object. - TargetReplicationInstanceArn *string `type:"string"` +// SetIndividualAssessmentName sets the IndividualAssessmentName field's value. +func (s *ReplicationTaskIndividualAssessment) SetIndividualAssessmentName(v string) *ReplicationTaskIndividualAssessment { + s.IndividualAssessmentName = &v + return s +} - // Supplemental information that the task requires to migrate the data for certain - // source and target endpoints. For more information, see Specifying Supplemental - // Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) - // in the Database Migration Service User Guide. - TaskData *string `type:"string"` +// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. +func (s *ReplicationTaskIndividualAssessment) SetReplicationTaskAssessmentRunArn(v string) *ReplicationTaskIndividualAssessment { + s.ReplicationTaskAssessmentRunArn = &v + return s +} + +// SetReplicationTaskIndividualAssessmentArn sets the ReplicationTaskIndividualAssessmentArn field's value. +func (s *ReplicationTaskIndividualAssessment) SetReplicationTaskIndividualAssessmentArn(v string) *ReplicationTaskIndividualAssessment { + s.ReplicationTaskIndividualAssessmentArn = &v + return s +} + +// SetReplicationTaskIndividualAssessmentStartDate sets the ReplicationTaskIndividualAssessmentStartDate field's value. +func (s *ReplicationTaskIndividualAssessment) SetReplicationTaskIndividualAssessmentStartDate(v time.Time) *ReplicationTaskIndividualAssessment { + s.ReplicationTaskIndividualAssessmentStartDate = &v + return s +} + +// SetStatus sets the Status field's value. +func (s *ReplicationTaskIndividualAssessment) SetStatus(v string) *ReplicationTaskIndividualAssessment { + s.Status = &v + return s +} + +// In response to a request by the DescribeReplicationTasks operation, this +// object provides a collection of statistics about a replication task. +type ReplicationTaskStats struct { + _ struct{} `type:"structure"` + + // The elapsed time of the task, in milliseconds. + ElapsedTimeMillis *int64 `type:"long"` + + // The date the replication task was started either with a fresh start or a + // target reload. + FreshStartDate *time.Time `type:"timestamp"` + + // The date the replication task full load was completed. + FullLoadFinishDate *time.Time `type:"timestamp"` + + // The percent complete for the full load migration task. + FullLoadProgressPercent *int64 `type:"integer"` + + // The date the replication task full load was started. + FullLoadStartDate *time.Time `type:"timestamp"` + + // The date the replication task was started either with a fresh start or a + // resume. For more information, see StartReplicationTaskType (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType). + StartDate *time.Time `type:"timestamp"` + + // The date the replication task was stopped. + StopDate *time.Time `type:"timestamp"` + + // The number of errors that have occurred during this task. + TablesErrored *int64 `type:"integer"` + + // The number of tables loaded for this task. + TablesLoaded *int64 `type:"integer"` + + // The number of tables currently loading for this task. + TablesLoading *int64 `type:"integer"` + + // The number of tables queued for this task. + TablesQueued *int64 `type:"integer"` } // String returns the string representation. @@ -25884,7 +33024,7 @@ type ReplicationTask struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTask) String() string { +func (s ReplicationTaskStats) String() string { return awsutil.Prettify(s) } @@ -25893,155 +33033,218 @@ func (s ReplicationTask) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTask) GoString() string { +func (s ReplicationTaskStats) GoString() string { return s.String() } -// SetCdcStartPosition sets the CdcStartPosition field's value. -func (s *ReplicationTask) SetCdcStartPosition(v string) *ReplicationTask { - s.CdcStartPosition = &v +// SetElapsedTimeMillis sets the ElapsedTimeMillis field's value. +func (s *ReplicationTaskStats) SetElapsedTimeMillis(v int64) *ReplicationTaskStats { + s.ElapsedTimeMillis = &v return s } -// SetCdcStopPosition sets the CdcStopPosition field's value. -func (s *ReplicationTask) SetCdcStopPosition(v string) *ReplicationTask { - s.CdcStopPosition = &v +// SetFreshStartDate sets the FreshStartDate field's value. +func (s *ReplicationTaskStats) SetFreshStartDate(v time.Time) *ReplicationTaskStats { + s.FreshStartDate = &v + return s +} + +// SetFullLoadFinishDate sets the FullLoadFinishDate field's value. +func (s *ReplicationTaskStats) SetFullLoadFinishDate(v time.Time) *ReplicationTaskStats { + s.FullLoadFinishDate = &v + return s +} + +// SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value. +func (s *ReplicationTaskStats) SetFullLoadProgressPercent(v int64) *ReplicationTaskStats { + s.FullLoadProgressPercent = &v + return s +} + +// SetFullLoadStartDate sets the FullLoadStartDate field's value. +func (s *ReplicationTaskStats) SetFullLoadStartDate(v time.Time) *ReplicationTaskStats { + s.FullLoadStartDate = &v + return s +} + +// SetStartDate sets the StartDate field's value. +func (s *ReplicationTaskStats) SetStartDate(v time.Time) *ReplicationTaskStats { + s.StartDate = &v + return s +} + +// SetStopDate sets the StopDate field's value. +func (s *ReplicationTaskStats) SetStopDate(v time.Time) *ReplicationTaskStats { + s.StopDate = &v + return s +} + +// SetTablesErrored sets the TablesErrored field's value. +func (s *ReplicationTaskStats) SetTablesErrored(v int64) *ReplicationTaskStats { + s.TablesErrored = &v + return s +} + +// SetTablesLoaded sets the TablesLoaded field's value. +func (s *ReplicationTaskStats) SetTablesLoaded(v int64) *ReplicationTaskStats { + s.TablesLoaded = &v + return s +} + +// SetTablesLoading sets the TablesLoading field's value. +func (s *ReplicationTaskStats) SetTablesLoading(v int64) *ReplicationTaskStats { + s.TablesLoading = &v + return s +} + +// SetTablesQueued sets the TablesQueued field's value. +func (s *ReplicationTaskStats) SetTablesQueued(v int64) *ReplicationTaskStats { + s.TablesQueued = &v return s } -// SetLastFailureMessage sets the LastFailureMessage field's value. -func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask { - s.LastFailureMessage = &v - return s +// The resource you are attempting to create already exists. +type ResourceAlreadyExistsFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` + + ResourceArn *string `locationName:"resourceArn" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ResourceAlreadyExistsFault) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ResourceAlreadyExistsFault) GoString() string { + return s.String() +} + +func newErrorResourceAlreadyExistsFault(v protocol.ResponseMetadata) error { + return &ResourceAlreadyExistsFault{ + RespMetadata: v, + } } -// SetMigrationType sets the MigrationType field's value. -func (s *ReplicationTask) SetMigrationType(v string) *ReplicationTask { - s.MigrationType = &v - return s +// Code returns the exception type name. +func (s *ResourceAlreadyExistsFault) Code() string { + return "ResourceAlreadyExistsFault" } -// SetRecoveryCheckpoint sets the RecoveryCheckpoint field's value. -func (s *ReplicationTask) SetRecoveryCheckpoint(v string) *ReplicationTask { - s.RecoveryCheckpoint = &v - return s +// Message returns the exception's message. +func (s *ResourceAlreadyExistsFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetReplicationInstanceArn sets the ReplicationInstanceArn field's value. -func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask { - s.ReplicationInstanceArn = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *ResourceAlreadyExistsFault) OrigErr() error { + return nil } -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask { - s.ReplicationTaskArn = &v - return s +func (s *ResourceAlreadyExistsFault) Error() string { + return fmt.Sprintf("%s: %s\n%s", s.Code(), s.Message(), s.String()) } -// SetReplicationTaskCreationDate sets the ReplicationTaskCreationDate field's value. -func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask { - s.ReplicationTaskCreationDate = &v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *ResourceAlreadyExistsFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. -func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask { - s.ReplicationTaskIdentifier = &v - return s +// RequestID returns the service's response RequestID for request. +func (s *ResourceAlreadyExistsFault) RequestID() string { + return s.RespMetadata.RequestID } -// SetReplicationTaskSettings sets the ReplicationTaskSettings field's value. -func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask { - s.ReplicationTaskSettings = &v - return s +// The resource could not be found. +type ResourceNotFoundFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + + Message_ *string `locationName:"message" type:"string"` } -// SetReplicationTaskStartDate sets the ReplicationTaskStartDate field's value. -func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask { - s.ReplicationTaskStartDate = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ResourceNotFoundFault) String() string { + return awsutil.Prettify(s) } -// SetReplicationTaskStats sets the ReplicationTaskStats field's value. -func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask { - s.ReplicationTaskStats = v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ResourceNotFoundFault) GoString() string { + return s.String() } -// SetSourceEndpointArn sets the SourceEndpointArn field's value. -func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask { - s.SourceEndpointArn = &v - return s +func newErrorResourceNotFoundFault(v protocol.ResponseMetadata) error { + return &ResourceNotFoundFault{ + RespMetadata: v, + } } -// SetStatus sets the Status field's value. -func (s *ReplicationTask) SetStatus(v string) *ReplicationTask { - s.Status = &v - return s +// Code returns the exception type name. +func (s *ResourceNotFoundFault) Code() string { + return "ResourceNotFoundFault" } -// SetStopReason sets the StopReason field's value. -func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask { - s.StopReason = &v - return s +// Message returns the exception's message. +func (s *ResourceNotFoundFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetTableMappings sets the TableMappings field's value. -func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask { - s.TableMappings = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *ResourceNotFoundFault) OrigErr() error { + return nil } -// SetTargetEndpointArn sets the TargetEndpointArn field's value. -func (s *ReplicationTask) SetTargetEndpointArn(v string) *ReplicationTask { - s.TargetEndpointArn = &v - return s +func (s *ResourceNotFoundFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetTargetReplicationInstanceArn sets the TargetReplicationInstanceArn field's value. -func (s *ReplicationTask) SetTargetReplicationInstanceArn(v string) *ReplicationTask { - s.TargetReplicationInstanceArn = &v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *ResourceNotFoundFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// SetTaskData sets the TaskData field's value. -func (s *ReplicationTask) SetTaskData(v string) *ReplicationTask { - s.TaskData = &v - return s +// RequestID returns the service's response RequestID for request. +func (s *ResourceNotFoundFault) RequestID() string { + return s.RespMetadata.RequestID } -// The task assessment report in JSON format. -type ReplicationTaskAssessmentResult struct { +// Identifies an DMS resource and any pending actions for it. +type ResourcePendingMaintenanceActions struct { _ struct{} `type:"structure"` - // The task assessment results in JSON format. - // - // The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn - // in the request. - AssessmentResults *string `type:"string"` - - // The file containing the results of the task assessment. - AssessmentResultsFile *string `type:"string"` - - // The status of the task assessment. - AssessmentStatus *string `type:"string"` - - // The Amazon Resource Name (ARN) of the replication task. - ReplicationTaskArn *string `type:"string"` - - // The replication task identifier of the task on which the task assessment - // was run. - ReplicationTaskIdentifier *string `type:"string"` - - // The date the task assessment was completed. - ReplicationTaskLastAssessmentDate *time.Time `type:"timestamp"` + // Detailed information about the pending maintenance action. + PendingMaintenanceActionDetails []*PendingMaintenanceAction `type:"list"` - // The URL of the S3 object containing the task assessment results. - // - // The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn - // in the request. - S3ObjectUrl *string `type:"string"` + // The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance + // action applies to. For information about creating an ARN, see Constructing + // an Amazon Resource Name (ARN) for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html) + // in the DMS documentation. + ResourceIdentifier *string `type:"string"` } // String returns the string representation. @@ -26049,7 +33252,7 @@ type ReplicationTaskAssessmentResult struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTaskAssessmentResult) String() string { +func (s ResourcePendingMaintenanceActions) String() string { return awsutil.Prettify(s) } @@ -26058,128 +33261,115 @@ func (s ReplicationTaskAssessmentResult) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTaskAssessmentResult) GoString() string { +func (s ResourcePendingMaintenanceActions) GoString() string { return s.String() } -// SetAssessmentResults sets the AssessmentResults field's value. -func (s *ReplicationTaskAssessmentResult) SetAssessmentResults(v string) *ReplicationTaskAssessmentResult { - s.AssessmentResults = &v +// SetPendingMaintenanceActionDetails sets the PendingMaintenanceActionDetails field's value. +func (s *ResourcePendingMaintenanceActions) SetPendingMaintenanceActionDetails(v []*PendingMaintenanceAction) *ResourcePendingMaintenanceActions { + s.PendingMaintenanceActionDetails = v return s } -// SetAssessmentResultsFile sets the AssessmentResultsFile field's value. -func (s *ReplicationTaskAssessmentResult) SetAssessmentResultsFile(v string) *ReplicationTaskAssessmentResult { - s.AssessmentResultsFile = &v +// SetResourceIdentifier sets the ResourceIdentifier field's value. +func (s *ResourcePendingMaintenanceActions) SetResourceIdentifier(v string) *ResourcePendingMaintenanceActions { + s.ResourceIdentifier = &v return s } -// SetAssessmentStatus sets the AssessmentStatus field's value. -func (s *ReplicationTaskAssessmentResult) SetAssessmentStatus(v string) *ReplicationTaskAssessmentResult { - s.AssessmentStatus = &v - return s -} +// The quota for this resource quota has been exceeded. +type ResourceQuotaExceededFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ReplicationTaskAssessmentResult) SetReplicationTaskArn(v string) *ReplicationTaskAssessmentResult { - s.ReplicationTaskArn = &v - return s + Message_ *string `locationName:"message" type:"string"` } -// SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value. -func (s *ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier(v string) *ReplicationTaskAssessmentResult { - s.ReplicationTaskIdentifier = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ResourceQuotaExceededFault) String() string { + return awsutil.Prettify(s) } -// SetReplicationTaskLastAssessmentDate sets the ReplicationTaskLastAssessmentDate field's value. -func (s *ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate(v time.Time) *ReplicationTaskAssessmentResult { - s.ReplicationTaskLastAssessmentDate = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ResourceQuotaExceededFault) GoString() string { + return s.String() } -// SetS3ObjectUrl sets the S3ObjectUrl field's value. -func (s *ReplicationTaskAssessmentResult) SetS3ObjectUrl(v string) *ReplicationTaskAssessmentResult { - s.S3ObjectUrl = &v - return s +func newErrorResourceQuotaExceededFault(v protocol.ResponseMetadata) error { + return &ResourceQuotaExceededFault{ + RespMetadata: v, + } } -// Provides information that describes a premigration assessment run that you -// have started using the StartReplicationTaskAssessmentRun operation. -// -// Some of the information appears based on other operations that can return -// the ReplicationTaskAssessmentRun object. -type ReplicationTaskAssessmentRun struct { - _ struct{} `type:"structure"` - - // Indication of the completion progress for the individual assessments specified - // to run. - AssessmentProgress *ReplicationTaskAssessmentRunProgress `type:"structure"` +// Code returns the exception type name. +func (s *ResourceQuotaExceededFault) Code() string { + return "ResourceQuotaExceededFault" +} - // Unique name of the assessment run. - AssessmentRunName *string `type:"string"` +// Message returns the exception's message. +func (s *ResourceQuotaExceededFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} - // Last message generated by an individual assessment failure. - LastFailureMessage *string `type:"string"` +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *ResourceQuotaExceededFault) OrigErr() error { + return nil +} - // ARN of the migration task associated with this premigration assessment run. - ReplicationTaskArn *string `type:"string"` +func (s *ResourceQuotaExceededFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} - // Amazon Resource Name (ARN) of this assessment run. - ReplicationTaskAssessmentRunArn *string `type:"string"` +// Status code returns the HTTP status code for the request's response error. +func (s *ResourceQuotaExceededFault) StatusCode() int { + return s.RespMetadata.StatusCode +} - // Date on which the assessment run was created using the StartReplicationTaskAssessmentRun - // operation. - ReplicationTaskAssessmentRunCreationDate *time.Time `type:"timestamp"` +// RequestID returns the service's response RequestID for request. +func (s *ResourceQuotaExceededFault) RequestID() string { + return s.RespMetadata.RequestID +} - // Encryption mode used to encrypt the assessment run results. - ResultEncryptionMode *string `type:"string"` +type RunFleetAdvisorLsaAnalysisInput struct { + _ struct{} `type:"structure"` +} - // ARN of the KMS encryption key used to encrypt the assessment run results. - ResultKmsKeyArn *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RunFleetAdvisorLsaAnalysisInput) String() string { + return awsutil.Prettify(s) +} - // Amazon S3 bucket where DMS stores the results of this assessment run. - ResultLocationBucket *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RunFleetAdvisorLsaAnalysisInput) GoString() string { + return s.String() +} - // Folder in an Amazon S3 bucket where DMS stores the results of this assessment - // run. - ResultLocationFolder *string `type:"string"` +type RunFleetAdvisorLsaAnalysisOutput struct { + _ struct{} `type:"structure"` - // ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun - // operation. The role must allow the iam:PassRole action. - ServiceAccessRoleArn *string `type:"string"` + // The ID of the LSA analysis run. + LsaAnalysisId *string `type:"string"` - // Assessment run status. - // - // This status can have one of the following values: - // - // * "cancelling" – The assessment run was canceled by the CancelReplicationTaskAssessmentRun - // operation. - // - // * "deleting" – The assessment run was deleted by the DeleteReplicationTaskAssessmentRun - // operation. - // - // * "failed" – At least one individual assessment completed with a failed - // status. - // - // * "error-provisioning" – An internal error occurred while resources - // were provisioned (during provisioning status). - // - // * "error-executing" – An internal error occurred while individual assessments - // ran (during running status). - // - // * "invalid state" – The assessment run is in an unknown state. - // - // * "passed" – All individual assessments have completed, and none has - // a failed status. - // - // * "provisioning" – Resources required to run individual assessments - // are being provisioned. - // - // * "running" – Individual assessments are being run. - // - // * "starting" – The assessment run is starting, but resources are not - // yet being provisioned for individual assessments. + // The status of the LSA analysis, for example COMPLETED. Status *string `type:"string"` } @@ -26188,7 +33378,7 @@ type ReplicationTaskAssessmentRun struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTaskAssessmentRun) String() string { +func (s RunFleetAdvisorLsaAnalysisOutput) String() string { return awsutil.Prettify(s) } @@ -26197,92 +33387,92 @@ func (s ReplicationTaskAssessmentRun) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTaskAssessmentRun) GoString() string { +func (s RunFleetAdvisorLsaAnalysisOutput) GoString() string { return s.String() } -// SetAssessmentProgress sets the AssessmentProgress field's value. -func (s *ReplicationTaskAssessmentRun) SetAssessmentProgress(v *ReplicationTaskAssessmentRunProgress) *ReplicationTaskAssessmentRun { - s.AssessmentProgress = v +// SetLsaAnalysisId sets the LsaAnalysisId field's value. +func (s *RunFleetAdvisorLsaAnalysisOutput) SetLsaAnalysisId(v string) *RunFleetAdvisorLsaAnalysisOutput { + s.LsaAnalysisId = &v return s } -// SetAssessmentRunName sets the AssessmentRunName field's value. -func (s *ReplicationTaskAssessmentRun) SetAssessmentRunName(v string) *ReplicationTaskAssessmentRun { - s.AssessmentRunName = &v +// SetStatus sets the Status field's value. +func (s *RunFleetAdvisorLsaAnalysisOutput) SetStatus(v string) *RunFleetAdvisorLsaAnalysisOutput { + s.Status = &v return s } -// SetLastFailureMessage sets the LastFailureMessage field's value. -func (s *ReplicationTaskAssessmentRun) SetLastFailureMessage(v string) *ReplicationTaskAssessmentRun { - s.LastFailureMessage = &v - return s -} +// Insufficient privileges are preventing access to an Amazon S3 object. +type S3AccessDeniedFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` -// SetReplicationTaskArn sets the ReplicationTaskArn field's value. -func (s *ReplicationTaskAssessmentRun) SetReplicationTaskArn(v string) *ReplicationTaskAssessmentRun { - s.ReplicationTaskArn = &v - return s + Message_ *string `locationName:"message" type:"string"` } -// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. -func (s *ReplicationTaskAssessmentRun) SetReplicationTaskAssessmentRunArn(v string) *ReplicationTaskAssessmentRun { - s.ReplicationTaskAssessmentRunArn = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s S3AccessDeniedFault) String() string { + return awsutil.Prettify(s) } -// SetReplicationTaskAssessmentRunCreationDate sets the ReplicationTaskAssessmentRunCreationDate field's value. -func (s *ReplicationTaskAssessmentRun) SetReplicationTaskAssessmentRunCreationDate(v time.Time) *ReplicationTaskAssessmentRun { - s.ReplicationTaskAssessmentRunCreationDate = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s S3AccessDeniedFault) GoString() string { + return s.String() } -// SetResultEncryptionMode sets the ResultEncryptionMode field's value. -func (s *ReplicationTaskAssessmentRun) SetResultEncryptionMode(v string) *ReplicationTaskAssessmentRun { - s.ResultEncryptionMode = &v - return s +func newErrorS3AccessDeniedFault(v protocol.ResponseMetadata) error { + return &S3AccessDeniedFault{ + RespMetadata: v, + } } -// SetResultKmsKeyArn sets the ResultKmsKeyArn field's value. -func (s *ReplicationTaskAssessmentRun) SetResultKmsKeyArn(v string) *ReplicationTaskAssessmentRun { - s.ResultKmsKeyArn = &v - return s +// Code returns the exception type name. +func (s *S3AccessDeniedFault) Code() string { + return "S3AccessDeniedFault" } -// SetResultLocationBucket sets the ResultLocationBucket field's value. -func (s *ReplicationTaskAssessmentRun) SetResultLocationBucket(v string) *ReplicationTaskAssessmentRun { - s.ResultLocationBucket = &v - return s +// Message returns the exception's message. +func (s *S3AccessDeniedFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" } -// SetResultLocationFolder sets the ResultLocationFolder field's value. -func (s *ReplicationTaskAssessmentRun) SetResultLocationFolder(v string) *ReplicationTaskAssessmentRun { - s.ResultLocationFolder = &v - return s +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *S3AccessDeniedFault) OrigErr() error { + return nil } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *ReplicationTaskAssessmentRun) SetServiceAccessRoleArn(v string) *ReplicationTaskAssessmentRun { - s.ServiceAccessRoleArn = &v - return s +func (s *S3AccessDeniedFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } -// SetStatus sets the Status field's value. -func (s *ReplicationTaskAssessmentRun) SetStatus(v string) *ReplicationTaskAssessmentRun { - s.Status = &v - return s +// Status code returns the HTTP status code for the request's response error. +func (s *S3AccessDeniedFault) StatusCode() int { + return s.RespMetadata.StatusCode } -// The progress values reported by the AssessmentProgress response element. -type ReplicationTaskAssessmentRunProgress struct { - _ struct{} `type:"structure"` +// RequestID returns the service's response RequestID for request. +func (s *S3AccessDeniedFault) RequestID() string { + return s.RespMetadata.RequestID +} - // The number of individual assessments that have completed, successfully or - // not. - IndividualAssessmentCompletedCount *int64 `type:"integer"` +// A specified Amazon S3 bucket, bucket folder, or other object can't be found. +type S3ResourceNotFoundFault struct { + _ struct{} `type:"structure"` + RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The number of individual assessments that are specified to run. - IndividualAssessmentCount *int64 `type:"integer"` + Message_ *string `locationName:"message" type:"string"` } // String returns the string representation. @@ -26290,7 +33480,7 @@ type ReplicationTaskAssessmentRunProgress struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTaskAssessmentRunProgress) String() string { +func (s S3ResourceNotFoundFault) String() string { return awsutil.Prettify(s) } @@ -26299,240 +33489,475 @@ func (s ReplicationTaskAssessmentRunProgress) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ReplicationTaskAssessmentRunProgress) GoString() string { +func (s S3ResourceNotFoundFault) GoString() string { return s.String() } -// SetIndividualAssessmentCompletedCount sets the IndividualAssessmentCompletedCount field's value. -func (s *ReplicationTaskAssessmentRunProgress) SetIndividualAssessmentCompletedCount(v int64) *ReplicationTaskAssessmentRunProgress { - s.IndividualAssessmentCompletedCount = &v - return s +func newErrorS3ResourceNotFoundFault(v protocol.ResponseMetadata) error { + return &S3ResourceNotFoundFault{ + RespMetadata: v, + } } -// SetIndividualAssessmentCount sets the IndividualAssessmentCount field's value. -func (s *ReplicationTaskAssessmentRunProgress) SetIndividualAssessmentCount(v int64) *ReplicationTaskAssessmentRunProgress { - s.IndividualAssessmentCount = &v - return s +// Code returns the exception type name. +func (s *S3ResourceNotFoundFault) Code() string { + return "S3ResourceNotFoundFault" } -// Provides information that describes an individual assessment from a premigration -// assessment run. -type ReplicationTaskIndividualAssessment struct { +// Message returns the exception's message. +func (s *S3ResourceNotFoundFault) Message() string { + if s.Message_ != nil { + return *s.Message_ + } + return "" +} + +// OrigErr always returns nil, satisfies awserr.Error interface. +func (s *S3ResourceNotFoundFault) OrigErr() error { + return nil +} + +func (s *S3ResourceNotFoundFault) Error() string { + return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +} + +// Status code returns the HTTP status code for the request's response error. +func (s *S3ResourceNotFoundFault) StatusCode() int { + return s.RespMetadata.StatusCode +} + +// RequestID returns the service's response RequestID for request. +func (s *S3ResourceNotFoundFault) RequestID() string { + return s.RespMetadata.RequestID +} + +// Settings for exporting data to Amazon S3. +type S3Settings struct { _ struct{} `type:"structure"` - // Name of this individual assessment. - IndividualAssessmentName *string `type:"string"` + // An optional parameter that, when set to true or y, you can use to add column + // name information to the .csv output file. + // + // The default value is false. Valid values are true, false, y, and n. + AddColumnName *bool `type:"boolean"` - // ARN of the premigration assessment run that is created to run this individual - // assessment. - ReplicationTaskAssessmentRunArn *string `type:"string"` + // Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding + // on string data. The default value is false. + AddTrailingPaddingCharacter *bool `type:"boolean"` - // Amazon Resource Name (ARN) of this individual assessment. - ReplicationTaskIndividualAssessmentArn *string `type:"string"` + // An optional parameter to set a folder name in the S3 bucket. If provided, + // tables are created in the path bucketFolder/schema_name/table_name/. If this + // parameter isn't specified, then the path used is schema_name/table_name/. + BucketFolder *string `type:"string"` - // Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun - // operation. - ReplicationTaskIndividualAssessmentStartDate *time.Time `type:"timestamp"` + // The name of the S3 bucket. + BucketName *string `type:"string"` - // Individual assessment status. + // A value that enables DMS to specify a predefined (canned) access control + // list for objects created in an Amazon S3 bucket as .csv or .parquet files. + // For more information about Amazon S3 canned ACLs, see Canned ACL (http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) + // in the Amazon S3 Developer Guide. // - // This status can have one of the following values: + // The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, + // PUBLIC_READ_WRITE, AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, + // and BUCKET_OWNER_FULL_CONTROL. + CannedAclForObjects *string `type:"string" enum:"CannedAclForObjectsValue"` + + // A value that enables a change data capture (CDC) load to write INSERT and + // UPDATE operations to .csv or .parquet (columnar storage) output files. The + // default setting is false, but when CdcInsertsAndUpdates is set to true or + // y, only INSERTs and UPDATEs from the source database are migrated to the + // .csv or .parquet file. // - // * "cancelled" + // DMS supports the use of the .parquet files in versions 3.4.7 and later. // - // * "error" + // How these INSERTs and UPDATEs are recorded depends on the value of the IncludeOpForFullLoad + // parameter. If IncludeOpForFullLoad is set to true, the first field of every + // CDC record is set to either I or U to indicate INSERT and UPDATE operations + // at the source. But if IncludeOpForFullLoad is set to false, CDC records are + // written without an indication of INSERT or UPDATE operations at the source. + // For more information about how these settings work together, see Indicating + // Source DB Operations in Migrated S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps) + // in the Database Migration Service User Guide.. // - // * "failed" + // DMS supports the use of the CdcInsertsAndUpdates parameter in versions 3.3.1 + // and later. // - // * "passed" + // CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the + // same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true + // for the same endpoint, but not both. + CdcInsertsAndUpdates *bool `type:"boolean"` + + // A value that enables a change data capture (CDC) load to write only INSERT + // operations to .csv or columnar storage (.parquet) output files. By default + // (the false setting), the first field in a .csv or .parquet record contains + // the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether + // the row was inserted, updated, or deleted at the source database for a CDC + // load to the target. // - // * "pending" + // If CdcInsertsOnly is set to true or y, only INSERTs from the source database + // are migrated to the .csv or .parquet file. For .csv format only, how these + // INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad + // is set to true, the first field of every CDC record is set to I to indicate + // the INSERT operation at the source. If IncludeOpForFullLoad is set to false, + // every CDC record is written without a first field to indicate the INSERT + // operation at the source. For more information about how these settings work + // together, see Indicating Source DB Operations in Migrated S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps) + // in the Database Migration Service User Guide.. // - // * "running" - Status *string `type:"string"` -} - -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationTaskIndividualAssessment) String() string { - return awsutil.Prettify(s) -} + // DMS supports the interaction described preceding between the CdcInsertsOnly + // and IncludeOpForFullLoad parameters in versions 3.1.4 and later. + // + // CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the + // same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true + // for the same endpoint, but not both. + CdcInsertsOnly *bool `type:"boolean"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationTaskIndividualAssessment) GoString() string { - return s.String() -} + // Maximum length of the interval, defined in seconds, after which to output + // a file to Amazon S3. + // + // When CdcMaxBatchInterval and CdcMinFileSize are both specified, the file + // write is triggered by whichever parameter condition is met first within an + // DMS CloudFormation template. + // + // The default value is 60 seconds. + CdcMaxBatchInterval *int64 `type:"integer"` -// SetIndividualAssessmentName sets the IndividualAssessmentName field's value. -func (s *ReplicationTaskIndividualAssessment) SetIndividualAssessmentName(v string) *ReplicationTaskIndividualAssessment { - s.IndividualAssessmentName = &v - return s -} + // Minimum file size, defined in kilobytes, to reach for a file output to Amazon + // S3. + // + // When CdcMinFileSize and CdcMaxBatchInterval are both specified, the file + // write is triggered by whichever parameter condition is met first within an + // DMS CloudFormation template. + // + // The default value is 32 MB. + CdcMinFileSize *int64 `type:"integer"` -// SetReplicationTaskAssessmentRunArn sets the ReplicationTaskAssessmentRunArn field's value. -func (s *ReplicationTaskIndividualAssessment) SetReplicationTaskAssessmentRunArn(v string) *ReplicationTaskIndividualAssessment { - s.ReplicationTaskAssessmentRunArn = &v - return s -} + // Specifies the folder path of CDC files. For an S3 source, this setting is + // required if a task captures change data; otherwise, it's optional. If CdcPath + // is set, DMS reads CDC files from this path and replicates the data changes + // to the target endpoint. For an S3 target if you set PreserveTransactions + // (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions) + // to true, DMS verifies that you have set this parameter to a folder path on + // your S3 target where DMS can save the transaction order for the CDC load. + // DMS creates this CDC folder path in either your S3 target working directory + // or the S3 target location specified by BucketFolder (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder) + // and BucketName (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName). + // + // For example, if you specify CdcPath as MyChangedData, and you specify BucketName + // as MyTargetBucket but do not specify BucketFolder, DMS creates the CDC folder + // path following: MyTargetBucket/MyChangedData. + // + // If you specify the same CdcPath, and you specify BucketName as MyTargetBucket + // and BucketFolder as MyTargetData, DMS creates the CDC folder path following: + // MyTargetBucket/MyTargetData/MyChangedData. + // + // For more information on CDC including transaction order on an S3 target, + // see Capturing data changes (CDC) including transaction order on the S3 target + // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath). + // + // This setting is supported in DMS versions 3.4.2 and later. + CdcPath *string `type:"string"` -// SetReplicationTaskIndividualAssessmentArn sets the ReplicationTaskIndividualAssessmentArn field's value. -func (s *ReplicationTaskIndividualAssessment) SetReplicationTaskIndividualAssessmentArn(v string) *ReplicationTaskIndividualAssessment { - s.ReplicationTaskIndividualAssessmentArn = &v - return s -} + // An optional parameter to use GZIP to compress the target files. Set to GZIP + // to compress the target files. Either set this parameter to NONE (the default) + // or don't use it to leave the files uncompressed. This parameter applies to + // both .csv and .parquet file formats. + CompressionType *string `type:"string" enum:"CompressionTypeValue"` -// SetReplicationTaskIndividualAssessmentStartDate sets the ReplicationTaskIndividualAssessmentStartDate field's value. -func (s *ReplicationTaskIndividualAssessment) SetReplicationTaskIndividualAssessmentStartDate(v time.Time) *ReplicationTaskIndividualAssessment { - s.ReplicationTaskIndividualAssessmentStartDate = &v - return s -} + // The delimiter used to separate columns in the .csv file for both source and + // target. The default is a comma. + CsvDelimiter *string `type:"string"` -// SetStatus sets the Status field's value. -func (s *ReplicationTaskIndividualAssessment) SetStatus(v string) *ReplicationTaskIndividualAssessment { - s.Status = &v - return s -} + // This setting only applies if your Amazon S3 output files during a change + // data capture (CDC) load are written in .csv format. If UseCsvNoSupValue (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue) + // is set to true, specify a string value that you want DMS to use for all columns + // not included in the supplemental log. If you do not specify a string value, + // DMS uses the null value for these columns regardless of the UseCsvNoSupValue + // setting. + // + // This setting is supported in DMS versions 3.4.1 and later. + CsvNoSupValue *string `type:"string"` -// In response to a request by the DescribeReplicationTasks operation, this -// object provides a collection of statistics about a replication task. -type ReplicationTaskStats struct { - _ struct{} `type:"structure"` + // An optional parameter that specifies how DMS treats null values. While handling + // the null value, you can use this parameter to pass a user-defined string + // as null when writing to the target. For example, when target columns are + // not nullable, you can use this option to differentiate between the empty + // string value and the null value. So, if you set this parameter value to the + // empty string ("" or ''), DMS treats the empty string as the null value instead + // of NULL. + // + // The default value is NULL. Valid values include any valid string. + CsvNullValue *string `type:"string"` - // The elapsed time of the task, in milliseconds. - ElapsedTimeMillis *int64 `type:"long"` + // The delimiter used to separate rows in the .csv file for both source and + // target. The default is a carriage return (\n). + CsvRowDelimiter *string `type:"string"` - // The date the replication task was started either with a fresh start or a - // target reload. - FreshStartDate *time.Time `type:"timestamp"` + // The format of the data that you want to use for output. You can choose one + // of the following: + // + // * csv : This is a row-based file format with comma-separated values (.csv). + // + // * parquet : Apache Parquet (.parquet) is a columnar storage file format + // that features efficient compression and provides faster query response. + DataFormat *string `type:"string" enum:"DataFormatValue"` - // The date the replication task full load was completed. - FullLoadFinishDate *time.Time `type:"timestamp"` + // The size of one data page in bytes. This parameter defaults to 1024 * 1024 + // bytes (1 MiB). This number is used for .parquet file format only. + DataPageSize *int64 `type:"integer"` - // The percent complete for the full load migration task. - FullLoadProgressPercent *int64 `type:"integer"` + // Specifies a date separating delimiter to use during folder partitioning. + // The default value is SLASH. Use this parameter when DatePartitionedEnabled + // is set to true. + DatePartitionDelimiter *string `type:"string" enum:"DatePartitionDelimiterValue"` - // The date the replication task full load was started. - FullLoadStartDate *time.Time `type:"timestamp"` + // When set to true, this parameter partitions S3 bucket folders based on transaction + // commit dates. The default value is false. For more information about date-based + // folder partitioning, see Using date-based folder partitioning (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning). + DatePartitionEnabled *bool `type:"boolean"` - // The date the replication task was started either with a fresh start or a - // resume. For more information, see StartReplicationTaskType (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType). - StartDate *time.Time `type:"timestamp"` + // Identifies the sequence of the date format to use during folder partitioning. + // The default value is YYYYMMDD. Use this parameter when DatePartitionedEnabled + // is set to true. + DatePartitionSequence *string `type:"string" enum:"DatePartitionSequenceValue"` - // The date the replication task was stopped. - StopDate *time.Time `type:"timestamp"` + // When creating an S3 target endpoint, set DatePartitionTimezone 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 DatePartitionedEnabled + // is set to true, as shown in the following example. + // + // s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH", + // "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"Asia/Seoul", + // "BucketName": "dms-nattarat-test"}' + DatePartitionTimezone *string `type:"string"` - // The number of errors that have occurred during this task. - TablesErrored *int64 `type:"integer"` + // The maximum size of an encoded dictionary page of a column. If the dictionary + // page exceeds this, this column is stored using an encoding type of PLAIN. + // This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of + // a dictionary page before it reverts to PLAIN encoding. This size is used + // for .parquet file format only. + DictPageSizeLimit *int64 `type:"integer"` - // The number of tables loaded for this task. - TablesLoaded *int64 `type:"integer"` + // A value that enables statistics for Parquet pages and row groups. Choose + // true to enable statistics, false to disable. Statistics include NULL, DISTINCT, + // MAX, and MIN values. This parameter defaults to true. This value is used + // for .parquet file format only. + EnableStatistics *bool `type:"boolean"` - // The number of tables currently loading for this task. - TablesLoading *int64 `type:"integer"` + // The type of encoding you are using: + // + // * RLE_DICTIONARY uses a combination of bit-packing and run-length encoding + // to store repeated values more efficiently. This is the default. + // + // * PLAIN doesn't use encoding at all. Values are stored as they are. + // + // * PLAIN_DICTIONARY builds a dictionary of the values encountered in a + // given column. The dictionary is stored in a dictionary page for each column + // chunk. + EncodingType *string `type:"string" enum:"EncodingTypeValue"` - // The number of tables queued for this task. - TablesQueued *int64 `type:"integer"` -} + // The type of server-side encryption that you want to use for your data. This + // encryption type is part of the endpoint settings or the extra connections + // attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. + // + // For the ModifyEndpoint operation, you can change the existing value of the + // EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the + // existing value from SSE_S3 to SSE_KMS. + // + // To use SSE_S3, you need an Identity and Access Management (IAM) role with + // permission to allow "arn:aws:s3:::dms-*" to use the following actions: + // + // * s3:CreateBucket + // + // * s3:ListBucket + // + // * s3:DeleteBucket + // + // * s3:GetBucketLocation + // + // * s3:GetObject + // + // * s3:PutObject + // + // * s3:DeleteObject + // + // * s3:GetObjectVersion + // + // * s3:GetBucketPolicy + // + // * s3:PutBucketPolicy + // + // * s3:DeleteBucketPolicy + EncryptionMode *string `type:"string" enum:"EncryptionModeValue"` -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationTaskStats) String() string { - return awsutil.Prettify(s) -} + // To specify a bucket owner and prevent sniping, you can use the ExpectedBucketOwner + // endpoint setting. + // + // Example: --s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}' + // + // 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. + ExpectedBucketOwner *string `type:"string"` -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ReplicationTaskStats) GoString() string { - return s.String() -} + // Specifies how tables are defined in the S3 source files only. + ExternalTableDefinition *string `type:"string"` -// SetElapsedTimeMillis sets the ElapsedTimeMillis field's value. -func (s *ReplicationTaskStats) SetElapsedTimeMillis(v int64) *ReplicationTaskStats { - s.ElapsedTimeMillis = &v - return s -} + // When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog + // lets you use Athena to query your data. + GlueCatalogGeneration *bool `type:"boolean"` -// SetFreshStartDate sets the FreshStartDate field's value. -func (s *ReplicationTaskStats) SetFreshStartDate(v time.Time) *ReplicationTaskStats { - s.FreshStartDate = &v - return s -} + // When this value is set to 1, DMS ignores the first row header in a .csv file. + // A value of 1 turns on the feature; a value of 0 turns off the feature. + // + // The default is 0. + IgnoreHeaderRows *int64 `type:"integer"` -// SetFullLoadFinishDate sets the FullLoadFinishDate field's value. -func (s *ReplicationTaskStats) SetFullLoadFinishDate(v time.Time) *ReplicationTaskStats { - s.FullLoadFinishDate = &v - return s -} + // A value that enables a full load to write INSERT operations to the comma-separated + // value (.csv) or .parquet output files only to indicate how the rows were + // added to the source database. + // + // DMS supports the IncludeOpForFullLoad parameter in versions 3.1.4 and later. + // + // DMS supports the use of the .parquet files with the IncludeOpForFullLoad + // parameter in versions 3.4.7 and later. + // + // For full load, records can only be inserted. By default (the false setting), + // no information is recorded in these output files for a full load to indicate + // that the rows were inserted at the source database. If IncludeOpForFullLoad + // is set to true or y, the INSERT is recorded as an I annotation in the first + // field of the .csv file. This allows the format of your target records from + // a full load to be consistent with the target records from a CDC load. + // + // This setting works together with the CdcInsertsOnly and the CdcInsertsAndUpdates + // parameters for output to .csv files only. For more information about how + // these settings work together, see Indicating Source DB Operations in Migrated + // S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps) + // in the Database Migration Service User Guide.. + IncludeOpForFullLoad *bool `type:"boolean"` -// SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value. -func (s *ReplicationTaskStats) SetFullLoadProgressPercent(v int64) *ReplicationTaskStats { - s.FullLoadProgressPercent = &v - return s -} + // A value that specifies the maximum size (in KB) of any .csv file to be created + // while migrating to an S3 target during full load. + // + // The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576. + MaxFileSize *int64 `type:"integer"` -// SetFullLoadStartDate sets the FullLoadStartDate field's value. -func (s *ReplicationTaskStats) SetFullLoadStartDate(v time.Time) *ReplicationTaskStats { - s.FullLoadStartDate = &v - return s -} + // A value that specifies the precision of any TIMESTAMP column values that + // are written to an Amazon S3 object file in .parquet format. + // + // DMS supports the ParquetTimestampInMillisecond parameter in versions 3.1.4 + // and later. + // + // When ParquetTimestampInMillisecond is set to true or y, DMS writes all TIMESTAMP + // columns in a .parquet formatted file with millisecond precision. Otherwise, + // DMS writes them with microsecond precision. + // + // Currently, Amazon Athena and Glue can handle only millisecond precision for + // TIMESTAMP values. Set this parameter to true for S3 endpoint object files + // that are .parquet formatted only if you plan to query or process the data + // with Athena or Glue. + // + // DMS writes any TIMESTAMP column values written to an S3 file in .csv format + // with microsecond precision. + // + // Setting ParquetTimestampInMillisecond has no effect on the string format + // of the timestamp column value that is inserted by setting the TimestampColumnName + // parameter. + ParquetTimestampInMillisecond *bool `type:"boolean"` -// SetStartDate sets the StartDate field's value. -func (s *ReplicationTaskStats) SetStartDate(v time.Time) *ReplicationTaskStats { - s.StartDate = &v - return s -} + // The version of the Apache Parquet format that you want to use: parquet_1_0 + // (the default) or parquet_2_0. + ParquetVersion *string `type:"string" enum:"ParquetVersionValue"` -// SetStopDate sets the StopDate field's value. -func (s *ReplicationTaskStats) SetStopDate(v time.Time) *ReplicationTaskStats { - s.StopDate = &v - return s -} + // If set to true, DMS saves the transaction order for a change data capture + // (CDC) load on the Amazon S3 target specified by CdcPath (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath). + // For more information, see Capturing data changes (CDC) including transaction + // order on the S3 target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath). + // + // This setting is supported in DMS versions 3.4.2 and later. + PreserveTransactions *bool `type:"boolean"` -// SetTablesErrored sets the TablesErrored field's value. -func (s *ReplicationTaskStats) SetTablesErrored(v int64) *ReplicationTaskStats { - s.TablesErrored = &v - return s -} + // For an S3 source, when this value is set to true or y, each leading double + // quotation mark has to be followed by an ending double quotation mark. This + // formatting complies with RFC 4180. When this value is set to false or n, + // string literals are copied to the target as is. In this case, a delimiter + // (row or column) signals the end of the field. Thus, you can't use a delimiter + // as part of the string, because it signals the end of the value. + // + // For an S3 target, an optional parameter used to set behavior to comply with + // RFC 4180 for data migrated to Amazon S3 using .csv file format only. When + // this value is set to true or y using Amazon S3 as a target, if the data has + // quotation marks or newline characters in it, DMS encloses the entire column + // with an additional pair of double quotation marks ("). Every quotation mark + // within the data is repeated twice. + // + // The default value is true. Valid values include true, false, y, and n. + Rfc4180 *bool `type:"boolean"` -// SetTablesLoaded sets the TablesLoaded field's value. -func (s *ReplicationTaskStats) SetTablesLoaded(v int64) *ReplicationTaskStats { - s.TablesLoaded = &v - return s -} + // The number of rows in a row group. A smaller row group size provides faster + // reads. But as the number of row groups grows, the slower writes become. This + // parameter defaults to 10,000 rows. This number is used for .parquet file + // format only. + // + // If you choose a value larger than the maximum, RowGroupLength is set to the + // max row group length in bytes (64 * 1024 * 1024). + RowGroupLength *int64 `type:"integer"` -// SetTablesLoading sets the TablesLoading field's value. -func (s *ReplicationTaskStats) SetTablesLoading(v int64) *ReplicationTaskStats { - s.TablesLoading = &v - return s -} + // If you are using SSE_KMS for the EncryptionMode, provide the KMS key ID. + // The key that you use needs an attached policy that enables Identity and Access + // Management (IAM) user permissions and allows use of the key. + // + // Here is a CLI example: aws dms create-endpoint --endpoint-identifier value + // --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value + ServerSideEncryptionKmsKeyId *string `type:"string"` -// SetTablesQueued sets the TablesQueued field's value. -func (s *ReplicationTaskStats) SetTablesQueued(v int64) *ReplicationTaskStats { - s.TablesQueued = &v - return s -} + // The Amazon Resource Name (ARN) used by the service to access the IAM role. + // The role must allow the iam:PassRole action. It is a required parameter that + // enables DMS to write and read objects from an S3 bucket. + ServiceAccessRoleArn *string `type:"string"` -// The resource you are attempting to create already exists. -type ResourceAlreadyExistsFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + // A value that when nonblank causes DMS to add a column with timestamp information + // to the endpoint data for an Amazon S3 target. + // + // DMS supports the TimestampColumnName parameter in versions 3.1.4 and later. + // + // DMS includes an additional STRING column in the .csv or .parquet object files + // of your migrated data when you set TimestampColumnName to a nonblank value. + // + // For a full load, each row of this timestamp column contains a timestamp for + // when the data was transferred from the source to the target by DMS. + // + // For a change data capture (CDC) load, each row of the timestamp column contains + // the timestamp for the commit of that row in the source database. + // + // The string format for this timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. + // By default, the precision of this value is in microseconds. For a CDC load, + // the rounding of the precision depends on the commit timestamp supported by + // DMS for the source database. + // + // When the AddColumnName parameter is set to true, DMS also includes a name + // for the timestamp column that you set with TimestampColumnName. + TimestampColumnName *string `type:"string"` - Message_ *string `locationName:"message" type:"string"` + // This setting applies if the S3 output files during a change data capture + // (CDC) load are written in .csv format. If set to true for columns not included + // in the supplemental log, DMS uses the value specified by CsvNoSupValue (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue). + // If not set or set to false, DMS uses the null value for these columns. + // + // This setting is supported in DMS versions 3.4.1 and later. + UseCsvNoSupValue *bool `type:"boolean"` - ResourceArn *string `locationName:"resourceArn" type:"string"` + // When set to true, this parameter uses the task start time as the timestamp + // column value instead of the time data is written to target. For full load, + // when useTaskStartTimeForFullLoadTimestamp is set to true, each row of the + // timestamp column contains the task start time. For CDC loads, each row of + // the timestamp column contains the transaction commit time. + // + // When useTaskStartTimeForFullLoadTimestamp is set to false, the full load + // timestamp in the timestamp column increments with the time data arrives at + // the target. + UseTaskStartTimeForFullLoadTimestamp *bool `type:"boolean"` } // String returns the string representation. @@ -26540,7 +33965,7 @@ type ResourceAlreadyExistsFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ResourceAlreadyExistsFault) String() string { +func (s S3Settings) String() string { return awsutil.Prettify(s) } @@ -26549,250 +33974,266 @@ func (s ResourceAlreadyExistsFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ResourceAlreadyExistsFault) GoString() string { +func (s S3Settings) GoString() string { return s.String() } -func newErrorResourceAlreadyExistsFault(v protocol.ResponseMetadata) error { - return &ResourceAlreadyExistsFault{ - RespMetadata: v, - } +// SetAddColumnName sets the AddColumnName field's value. +func (s *S3Settings) SetAddColumnName(v bool) *S3Settings { + s.AddColumnName = &v + return s } -// Code returns the exception type name. -func (s *ResourceAlreadyExistsFault) Code() string { - return "ResourceAlreadyExistsFault" +// SetAddTrailingPaddingCharacter sets the AddTrailingPaddingCharacter field's value. +func (s *S3Settings) SetAddTrailingPaddingCharacter(v bool) *S3Settings { + s.AddTrailingPaddingCharacter = &v + return s } -// Message returns the exception's message. -func (s *ResourceAlreadyExistsFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetBucketFolder sets the BucketFolder field's value. +func (s *S3Settings) SetBucketFolder(v string) *S3Settings { + s.BucketFolder = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *ResourceAlreadyExistsFault) OrigErr() error { - return nil +// SetBucketName sets the BucketName field's value. +func (s *S3Settings) SetBucketName(v string) *S3Settings { + s.BucketName = &v + return s } -func (s *ResourceAlreadyExistsFault) Error() string { - return fmt.Sprintf("%s: %s\n%s", s.Code(), s.Message(), s.String()) +// SetCannedAclForObjects sets the CannedAclForObjects field's value. +func (s *S3Settings) SetCannedAclForObjects(v string) *S3Settings { + s.CannedAclForObjects = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *ResourceAlreadyExistsFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetCdcInsertsAndUpdates sets the CdcInsertsAndUpdates field's value. +func (s *S3Settings) SetCdcInsertsAndUpdates(v bool) *S3Settings { + s.CdcInsertsAndUpdates = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *ResourceAlreadyExistsFault) RequestID() string { - return s.RespMetadata.RequestID +// SetCdcInsertsOnly sets the CdcInsertsOnly field's value. +func (s *S3Settings) SetCdcInsertsOnly(v bool) *S3Settings { + s.CdcInsertsOnly = &v + return s } -// The resource could not be found. -type ResourceNotFoundFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +// SetCdcMaxBatchInterval sets the CdcMaxBatchInterval field's value. +func (s *S3Settings) SetCdcMaxBatchInterval(v int64) *S3Settings { + s.CdcMaxBatchInterval = &v + return s +} - Message_ *string `locationName:"message" type:"string"` +// SetCdcMinFileSize sets the CdcMinFileSize field's value. +func (s *S3Settings) SetCdcMinFileSize(v int64) *S3Settings { + s.CdcMinFileSize = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ResourceNotFoundFault) String() string { - return awsutil.Prettify(s) +// SetCdcPath sets the CdcPath field's value. +func (s *S3Settings) SetCdcPath(v string) *S3Settings { + s.CdcPath = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ResourceNotFoundFault) GoString() string { - return s.String() +// SetCompressionType sets the CompressionType field's value. +func (s *S3Settings) SetCompressionType(v string) *S3Settings { + s.CompressionType = &v + return s } -func newErrorResourceNotFoundFault(v protocol.ResponseMetadata) error { - return &ResourceNotFoundFault{ - RespMetadata: v, - } +// SetCsvDelimiter sets the CsvDelimiter field's value. +func (s *S3Settings) SetCsvDelimiter(v string) *S3Settings { + s.CsvDelimiter = &v + return s } -// Code returns the exception type name. -func (s *ResourceNotFoundFault) Code() string { - return "ResourceNotFoundFault" +// SetCsvNoSupValue sets the CsvNoSupValue field's value. +func (s *S3Settings) SetCsvNoSupValue(v string) *S3Settings { + s.CsvNoSupValue = &v + return s } -// Message returns the exception's message. -func (s *ResourceNotFoundFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetCsvNullValue sets the CsvNullValue field's value. +func (s *S3Settings) SetCsvNullValue(v string) *S3Settings { + s.CsvNullValue = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *ResourceNotFoundFault) OrigErr() error { - return nil +// SetCsvRowDelimiter sets the CsvRowDelimiter field's value. +func (s *S3Settings) SetCsvRowDelimiter(v string) *S3Settings { + s.CsvRowDelimiter = &v + return s } -func (s *ResourceNotFoundFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetDataFormat sets the DataFormat field's value. +func (s *S3Settings) SetDataFormat(v string) *S3Settings { + s.DataFormat = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *ResourceNotFoundFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetDataPageSize sets the DataPageSize field's value. +func (s *S3Settings) SetDataPageSize(v int64) *S3Settings { + s.DataPageSize = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *ResourceNotFoundFault) RequestID() string { - return s.RespMetadata.RequestID +// SetDatePartitionDelimiter sets the DatePartitionDelimiter field's value. +func (s *S3Settings) SetDatePartitionDelimiter(v string) *S3Settings { + s.DatePartitionDelimiter = &v + return s } -// Identifies an DMS resource and any pending actions for it. -type ResourcePendingMaintenanceActions struct { - _ struct{} `type:"structure"` +// SetDatePartitionEnabled sets the DatePartitionEnabled field's value. +func (s *S3Settings) SetDatePartitionEnabled(v bool) *S3Settings { + s.DatePartitionEnabled = &v + return s +} - // Detailed information about the pending maintenance action. - PendingMaintenanceActionDetails []*PendingMaintenanceAction `type:"list"` +// SetDatePartitionSequence sets the DatePartitionSequence field's value. +func (s *S3Settings) SetDatePartitionSequence(v string) *S3Settings { + s.DatePartitionSequence = &v + return s +} - // The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance - // action applies to. For information about creating an ARN, see Constructing - // an Amazon Resource Name (ARN) for DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html) - // in the DMS documentation. - ResourceIdentifier *string `type:"string"` +// SetDatePartitionTimezone sets the DatePartitionTimezone field's value. +func (s *S3Settings) SetDatePartitionTimezone(v string) *S3Settings { + s.DatePartitionTimezone = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ResourcePendingMaintenanceActions) String() string { - return awsutil.Prettify(s) +// SetDictPageSizeLimit sets the DictPageSizeLimit field's value. +func (s *S3Settings) SetDictPageSizeLimit(v int64) *S3Settings { + s.DictPageSizeLimit = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ResourcePendingMaintenanceActions) GoString() string { - return s.String() +// SetEnableStatistics sets the EnableStatistics field's value. +func (s *S3Settings) SetEnableStatistics(v bool) *S3Settings { + s.EnableStatistics = &v + return s } -// SetPendingMaintenanceActionDetails sets the PendingMaintenanceActionDetails field's value. -func (s *ResourcePendingMaintenanceActions) SetPendingMaintenanceActionDetails(v []*PendingMaintenanceAction) *ResourcePendingMaintenanceActions { - s.PendingMaintenanceActionDetails = v +// SetEncodingType sets the EncodingType field's value. +func (s *S3Settings) SetEncodingType(v string) *S3Settings { + s.EncodingType = &v return s } -// SetResourceIdentifier sets the ResourceIdentifier field's value. -func (s *ResourcePendingMaintenanceActions) SetResourceIdentifier(v string) *ResourcePendingMaintenanceActions { - s.ResourceIdentifier = &v +// SetEncryptionMode sets the EncryptionMode field's value. +func (s *S3Settings) SetEncryptionMode(v string) *S3Settings { + s.EncryptionMode = &v + return s +} + +// SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. +func (s *S3Settings) SetExpectedBucketOwner(v string) *S3Settings { + s.ExpectedBucketOwner = &v + return s +} + +// SetExternalTableDefinition sets the ExternalTableDefinition field's value. +func (s *S3Settings) SetExternalTableDefinition(v string) *S3Settings { + s.ExternalTableDefinition = &v + return s +} + +// SetGlueCatalogGeneration sets the GlueCatalogGeneration field's value. +func (s *S3Settings) SetGlueCatalogGeneration(v bool) *S3Settings { + s.GlueCatalogGeneration = &v return s } -// The quota for this resource quota has been exceeded. -type ResourceQuotaExceededFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - - Message_ *string `locationName:"message" type:"string"` +// SetIgnoreHeaderRows sets the IgnoreHeaderRows field's value. +func (s *S3Settings) SetIgnoreHeaderRows(v int64) *S3Settings { + s.IgnoreHeaderRows = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ResourceQuotaExceededFault) String() string { - return awsutil.Prettify(s) +// SetIncludeOpForFullLoad sets the IncludeOpForFullLoad field's value. +func (s *S3Settings) SetIncludeOpForFullLoad(v bool) *S3Settings { + s.IncludeOpForFullLoad = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s ResourceQuotaExceededFault) GoString() string { - return s.String() +// SetMaxFileSize sets the MaxFileSize field's value. +func (s *S3Settings) SetMaxFileSize(v int64) *S3Settings { + s.MaxFileSize = &v + return s } -func newErrorResourceQuotaExceededFault(v protocol.ResponseMetadata) error { - return &ResourceQuotaExceededFault{ - RespMetadata: v, - } +// SetParquetTimestampInMillisecond sets the ParquetTimestampInMillisecond field's value. +func (s *S3Settings) SetParquetTimestampInMillisecond(v bool) *S3Settings { + s.ParquetTimestampInMillisecond = &v + return s } -// Code returns the exception type name. -func (s *ResourceQuotaExceededFault) Code() string { - return "ResourceQuotaExceededFault" +// SetParquetVersion sets the ParquetVersion field's value. +func (s *S3Settings) SetParquetVersion(v string) *S3Settings { + s.ParquetVersion = &v + return s } -// Message returns the exception's message. -func (s *ResourceQuotaExceededFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" +// SetPreserveTransactions sets the PreserveTransactions field's value. +func (s *S3Settings) SetPreserveTransactions(v bool) *S3Settings { + s.PreserveTransactions = &v + return s } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *ResourceQuotaExceededFault) OrigErr() error { - return nil +// SetRfc4180 sets the Rfc4180 field's value. +func (s *S3Settings) SetRfc4180(v bool) *S3Settings { + s.Rfc4180 = &v + return s } -func (s *ResourceQuotaExceededFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetRowGroupLength sets the RowGroupLength field's value. +func (s *S3Settings) SetRowGroupLength(v int64) *S3Settings { + s.RowGroupLength = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *ResourceQuotaExceededFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetServerSideEncryptionKmsKeyId sets the ServerSideEncryptionKmsKeyId field's value. +func (s *S3Settings) SetServerSideEncryptionKmsKeyId(v string) *S3Settings { + s.ServerSideEncryptionKmsKeyId = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *ResourceQuotaExceededFault) RequestID() string { - return s.RespMetadata.RequestID +// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. +func (s *S3Settings) SetServiceAccessRoleArn(v string) *S3Settings { + s.ServiceAccessRoleArn = &v + return s } -type RunFleetAdvisorLsaAnalysisInput struct { - _ struct{} `type:"structure"` +// SetTimestampColumnName sets the TimestampColumnName field's value. +func (s *S3Settings) SetTimestampColumnName(v string) *S3Settings { + s.TimestampColumnName = &v + return s } -// String returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RunFleetAdvisorLsaAnalysisInput) String() string { - return awsutil.Prettify(s) +// SetUseCsvNoSupValue sets the UseCsvNoSupValue field's value. +func (s *S3Settings) SetUseCsvNoSupValue(v bool) *S3Settings { + s.UseCsvNoSupValue = &v + return s } -// GoString returns the string representation. -// -// API parameter values that are decorated as "sensitive" in the API will not -// be included in the string output. The member name will be present, but the -// value will be replaced with "sensitive". -func (s RunFleetAdvisorLsaAnalysisInput) GoString() string { - return s.String() +// SetUseTaskStartTimeForFullLoadTimestamp sets the UseTaskStartTimeForFullLoadTimestamp field's value. +func (s *S3Settings) SetUseTaskStartTimeForFullLoadTimestamp(v bool) *S3Settings { + s.UseTaskStartTimeForFullLoadTimestamp = &v + return s } -type RunFleetAdvisorLsaAnalysisOutput struct { +// Provides information that defines a schema conversion application. +type SCApplicationAttributes struct { _ struct{} `type:"structure"` - // The ID of the LSA analysis run. - LsaAnalysisId *string `type:"string"` + // The path for the Amazon S3 bucket that the application uses for exporting + // assessment reports. + S3BucketPath *string `type:"string"` - // The status of the LSA analysis, for example COMPLETED. - Status *string `type:"string"` + // The ARN for the role the application uses to access its Amazon S3 bucket. + S3BucketRoleArn *string `type:"string"` } // String returns the string representation. @@ -26800,7 +34241,7 @@ type RunFleetAdvisorLsaAnalysisOutput struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RunFleetAdvisorLsaAnalysisOutput) String() string { +func (s SCApplicationAttributes) String() string { return awsutil.Prettify(s) } @@ -26809,24 +34250,24 @@ func (s RunFleetAdvisorLsaAnalysisOutput) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s RunFleetAdvisorLsaAnalysisOutput) GoString() string { +func (s SCApplicationAttributes) GoString() string { return s.String() } -// SetLsaAnalysisId sets the LsaAnalysisId field's value. -func (s *RunFleetAdvisorLsaAnalysisOutput) SetLsaAnalysisId(v string) *RunFleetAdvisorLsaAnalysisOutput { - s.LsaAnalysisId = &v +// SetS3BucketPath sets the S3BucketPath field's value. +func (s *SCApplicationAttributes) SetS3BucketPath(v string) *SCApplicationAttributes { + s.S3BucketPath = &v return s } -// SetStatus sets the Status field's value. -func (s *RunFleetAdvisorLsaAnalysisOutput) SetStatus(v string) *RunFleetAdvisorLsaAnalysisOutput { - s.Status = &v +// SetS3BucketRoleArn sets the S3BucketRoleArn field's value. +func (s *SCApplicationAttributes) SetS3BucketRoleArn(v string) *SCApplicationAttributes { + s.S3BucketRoleArn = &v return s } -// Insufficient privileges are preventing access to an Amazon S3 object. -type S3AccessDeniedFault struct { +// The SNS topic is invalid. +type SNSInvalidTopicFault struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -26838,7 +34279,7 @@ type S3AccessDeniedFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s S3AccessDeniedFault) String() string { +func (s SNSInvalidTopicFault) String() string { return awsutil.Prettify(s) } @@ -26847,23 +34288,23 @@ func (s S3AccessDeniedFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s S3AccessDeniedFault) GoString() string { +func (s SNSInvalidTopicFault) GoString() string { return s.String() } -func newErrorS3AccessDeniedFault(v protocol.ResponseMetadata) error { - return &S3AccessDeniedFault{ +func newErrorSNSInvalidTopicFault(v protocol.ResponseMetadata) error { + return &SNSInvalidTopicFault{ RespMetadata: v, } } // Code returns the exception type name. -func (s *S3AccessDeniedFault) Code() string { - return "S3AccessDeniedFault" +func (s *SNSInvalidTopicFault) Code() string { + return "SNSInvalidTopicFault" } // Message returns the exception's message. -func (s *S3AccessDeniedFault) Message() string { +func (s *SNSInvalidTopicFault) Message() string { if s.Message_ != nil { return *s.Message_ } @@ -26871,26 +34312,26 @@ func (s *S3AccessDeniedFault) Message() string { } // OrigErr always returns nil, satisfies awserr.Error interface. -func (s *S3AccessDeniedFault) OrigErr() error { +func (s *SNSInvalidTopicFault) OrigErr() error { return nil } -func (s *S3AccessDeniedFault) Error() string { +func (s *SNSInvalidTopicFault) Error() string { return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } // Status code returns the HTTP status code for the request's response error. -func (s *S3AccessDeniedFault) StatusCode() int { +func (s *SNSInvalidTopicFault) StatusCode() int { return s.RespMetadata.StatusCode } // RequestID returns the service's response RequestID for request. -func (s *S3AccessDeniedFault) RequestID() string { +func (s *SNSInvalidTopicFault) RequestID() string { return s.RespMetadata.RequestID } -// A specified Amazon S3 bucket, bucket folder, or other object can't be found. -type S3ResourceNotFoundFault struct { +// You are not authorized for the SNS subscription. +type SNSNoAuthorizationFault struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` @@ -26902,7 +34343,7 @@ type S3ResourceNotFoundFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s S3ResourceNotFoundFault) String() string { +func (s SNSNoAuthorizationFault) String() string { return awsutil.Prettify(s) } @@ -26911,23 +34352,23 @@ func (s S3ResourceNotFoundFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s S3ResourceNotFoundFault) GoString() string { +func (s SNSNoAuthorizationFault) GoString() string { return s.String() } -func newErrorS3ResourceNotFoundFault(v protocol.ResponseMetadata) error { - return &S3ResourceNotFoundFault{ +func newErrorSNSNoAuthorizationFault(v protocol.ResponseMetadata) error { + return &SNSNoAuthorizationFault{ RespMetadata: v, } } // Code returns the exception type name. -func (s *S3ResourceNotFoundFault) Code() string { - return "S3ResourceNotFoundFault" +func (s *SNSNoAuthorizationFault) Code() string { + return "SNSNoAuthorizationFault" } // Message returns the exception's message. -func (s *S3ResourceNotFoundFault) Message() string { +func (s *SNSNoAuthorizationFault) Message() string { if s.Message_ != nil { return *s.Message_ } @@ -26935,451 +34376,216 @@ func (s *S3ResourceNotFoundFault) Message() string { } // OrigErr always returns nil, satisfies awserr.Error interface. -func (s *S3ResourceNotFoundFault) OrigErr() error { +func (s *SNSNoAuthorizationFault) OrigErr() error { return nil } -func (s *S3ResourceNotFoundFault) Error() string { +func (s *SNSNoAuthorizationFault) Error() string { return fmt.Sprintf("%s: %s", s.Code(), s.Message()) } // Status code returns the HTTP status code for the request's response error. -func (s *S3ResourceNotFoundFault) StatusCode() int { +func (s *SNSNoAuthorizationFault) StatusCode() int { return s.RespMetadata.StatusCode } // RequestID returns the service's response RequestID for request. -func (s *S3ResourceNotFoundFault) RequestID() string { +func (s *SNSNoAuthorizationFault) RequestID() string { return s.RespMetadata.RequestID } -// Settings for exporting data to Amazon S3. -type S3Settings struct { +// Provides information about a schema conversion action. +type SchemaConversionRequest struct { _ struct{} `type:"structure"` - // An optional parameter that, when set to true or y, you can use to add column - // name information to the .csv output file. - // - // The default value is false. Valid values are true, false, y, and n. - AddColumnName *bool `type:"boolean"` - - // Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding - // on string data. The default value is false. - AddTrailingPaddingCharacter *bool `type:"boolean"` - - // An optional parameter to set a folder name in the S3 bucket. If provided, - // tables are created in the path bucketFolder/schema_name/table_name/. If this - // parameter isn't specified, then the path used is schema_name/table_name/. - BucketFolder *string `type:"string"` - - // The name of the S3 bucket. - BucketName *string `type:"string"` - - // A value that enables DMS to specify a predefined (canned) access control - // list for objects created in an Amazon S3 bucket as .csv or .parquet files. - // For more information about Amazon S3 canned ACLs, see Canned ACL (http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) - // in the Amazon S3 Developer Guide. - // - // The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, - // PUBLIC_READ_WRITE, AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, - // and BUCKET_OWNER_FULL_CONTROL. - CannedAclForObjects *string `type:"string" enum:"CannedAclForObjectsValue"` - - // A value that enables a change data capture (CDC) load to write INSERT and - // UPDATE operations to .csv or .parquet (columnar storage) output files. The - // default setting is false, but when CdcInsertsAndUpdates is set to true or - // y, only INSERTs and UPDATEs from the source database are migrated to the - // .csv or .parquet file. - // - // DMS supports the use of the .parquet files in versions 3.4.7 and later. - // - // How these INSERTs and UPDATEs are recorded depends on the value of the IncludeOpForFullLoad - // parameter. If IncludeOpForFullLoad is set to true, the first field of every - // CDC record is set to either I or U to indicate INSERT and UPDATE operations - // at the source. But if IncludeOpForFullLoad is set to false, CDC records are - // written without an indication of INSERT or UPDATE operations at the source. - // For more information about how these settings work together, see Indicating - // Source DB Operations in Migrated S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps) - // in the Database Migration Service User Guide.. - // - // DMS supports the use of the CdcInsertsAndUpdates parameter in versions 3.3.1 - // and later. - // - // CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the - // same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true - // for the same endpoint, but not both. - CdcInsertsAndUpdates *bool `type:"boolean"` - - // A value that enables a change data capture (CDC) load to write only INSERT - // operations to .csv or columnar storage (.parquet) output files. By default - // (the false setting), the first field in a .csv or .parquet record contains - // the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether - // the row was inserted, updated, or deleted at the source database for a CDC - // load to the target. - // - // If CdcInsertsOnly is set to true or y, only INSERTs from the source database - // are migrated to the .csv or .parquet file. For .csv format only, how these - // INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad - // is set to true, the first field of every CDC record is set to I to indicate - // the INSERT operation at the source. If IncludeOpForFullLoad is set to false, - // every CDC record is written without a first field to indicate the INSERT - // operation at the source. For more information about how these settings work - // together, see Indicating Source DB Operations in Migrated S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps) - // in the Database Migration Service User Guide.. - // - // DMS supports the interaction described preceding between the CdcInsertsOnly - // and IncludeOpForFullLoad parameters in versions 3.1.4 and later. - // - // CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the - // same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true - // for the same endpoint, but not both. - CdcInsertsOnly *bool `type:"boolean"` + // Provides error information about a project. + Error *ErrorDetails `type:"structure"` - // Maximum length of the interval, defined in seconds, after which to output - // a file to Amazon S3. - // - // When CdcMaxBatchInterval and CdcMinFileSize are both specified, the file - // write is triggered by whichever parameter condition is met first within an - // DMS CloudFormation template. - // - // The default value is 60 seconds. - CdcMaxBatchInterval *int64 `type:"integer"` + // Provides information about a metadata model assessment exported to SQL. + ExportSqlDetails *ExportSqlDetails `type:"structure"` - // Minimum file size, defined in kilobytes, to reach for a file output to Amazon - // S3. - // - // When CdcMinFileSize and CdcMaxBatchInterval are both specified, the file - // write is triggered by whichever parameter condition is met first within an - // DMS CloudFormation template. - // - // The default value is 32 MB. - CdcMinFileSize *int64 `type:"integer"` + // The migration project ARN. + MigrationProjectArn *string `type:"string"` - // Specifies the folder path of CDC files. For an S3 source, this setting is - // required if a task captures change data; otherwise, it's optional. If CdcPath - // is set, DMS reads CDC files from this path and replicates the data changes - // to the target endpoint. For an S3 target if you set PreserveTransactions - // (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions) - // to true, DMS verifies that you have set this parameter to a folder path on - // your S3 target where DMS can save the transaction order for the CDC load. - // DMS creates this CDC folder path in either your S3 target working directory - // or the S3 target location specified by BucketFolder (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder) - // and BucketName (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName). - // - // For example, if you specify CdcPath as MyChangedData, and you specify BucketName - // as MyTargetBucket but do not specify BucketFolder, DMS creates the CDC folder - // path following: MyTargetBucket/MyChangedData. - // - // If you specify the same CdcPath, and you specify BucketName as MyTargetBucket - // and BucketFolder as MyTargetData, DMS creates the CDC folder path following: - // MyTargetBucket/MyTargetData/MyChangedData. - // - // For more information on CDC including transaction order on an S3 target, - // see Capturing data changes (CDC) including transaction order on the S3 target - // (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath). - // - // This setting is supported in DMS versions 3.4.2 and later. - CdcPath *string `type:"string"` + // The identifier for the schema conversion action. + RequestIdentifier *string `type:"string"` - // An optional parameter to use GZIP to compress the target files. Set to GZIP - // to compress the target files. Either set this parameter to NONE (the default) - // or don't use it to leave the files uncompressed. This parameter applies to - // both .csv and .parquet file formats. - CompressionType *string `type:"string" enum:"CompressionTypeValue"` + // The schema conversion action status. + Status *string `type:"string"` +} - // The delimiter used to separate columns in the .csv file for both source and - // target. The default is a comma. - CsvDelimiter *string `type:"string"` +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s SchemaConversionRequest) String() string { + return awsutil.Prettify(s) +} - // This setting only applies if your Amazon S3 output files during a change - // data capture (CDC) load are written in .csv format. If UseCsvNoSupValue (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue) - // is set to true, specify a string value that you want DMS to use for all columns - // not included in the supplemental log. If you do not specify a string value, - // DMS uses the null value for these columns regardless of the UseCsvNoSupValue - // setting. - // - // This setting is supported in DMS versions 3.4.1 and later. - CsvNoSupValue *string `type:"string"` +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s SchemaConversionRequest) GoString() string { + return s.String() +} - // An optional parameter that specifies how DMS treats null values. While handling - // the null value, you can use this parameter to pass a user-defined string - // as null when writing to the target. For example, when target columns are - // not nullable, you can use this option to differentiate between the empty - // string value and the null value. So, if you set this parameter value to the - // empty string ("" or ''), DMS treats the empty string as the null value instead - // of NULL. - // - // The default value is NULL. Valid values include any valid string. - CsvNullValue *string `type:"string"` +// SetError sets the Error field's value. +func (s *SchemaConversionRequest) SetError(v *ErrorDetails) *SchemaConversionRequest { + s.Error = v + return s +} - // The delimiter used to separate rows in the .csv file for both source and - // target. The default is a carriage return (\n). - CsvRowDelimiter *string `type:"string"` +// SetExportSqlDetails sets the ExportSqlDetails field's value. +func (s *SchemaConversionRequest) SetExportSqlDetails(v *ExportSqlDetails) *SchemaConversionRequest { + s.ExportSqlDetails = v + return s +} - // The format of the data that you want to use for output. You can choose one - // of the following: - // - // * csv : This is a row-based file format with comma-separated values (.csv). - // - // * parquet : Apache Parquet (.parquet) is a columnar storage file format - // that features efficient compression and provides faster query response. - DataFormat *string `type:"string" enum:"DataFormatValue"` +// SetMigrationProjectArn sets the MigrationProjectArn field's value. +func (s *SchemaConversionRequest) SetMigrationProjectArn(v string) *SchemaConversionRequest { + s.MigrationProjectArn = &v + return s +} - // The size of one data page in bytes. This parameter defaults to 1024 * 1024 - // bytes (1 MiB). This number is used for .parquet file format only. - DataPageSize *int64 `type:"integer"` +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *SchemaConversionRequest) SetRequestIdentifier(v string) *SchemaConversionRequest { + s.RequestIdentifier = &v + return s +} - // Specifies a date separating delimiter to use during folder partitioning. - // The default value is SLASH. Use this parameter when DatePartitionedEnabled - // is set to true. - DatePartitionDelimiter *string `type:"string" enum:"DatePartitionDelimiterValue"` +// SetStatus sets the Status field's value. +func (s *SchemaConversionRequest) SetStatus(v string) *SchemaConversionRequest { + s.Status = &v + return s +} - // When set to true, this parameter partitions S3 bucket folders based on transaction - // commit dates. The default value is false. For more information about date-based - // folder partitioning, see Using date-based folder partitioning (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning). - DatePartitionEnabled *bool `type:"boolean"` +// Describes a schema in a Fleet Advisor collector inventory. +type SchemaResponse struct { + _ struct{} `type:"structure"` - // Identifies the sequence of the date format to use during folder partitioning. - // The default value is YYYYMMDD. Use this parameter when DatePartitionedEnabled - // is set to true. - DatePartitionSequence *string `type:"string" enum:"DatePartitionSequenceValue"` + // The number of lines of code in a schema in a Fleet Advisor collector inventory. + CodeLineCount *int64 `type:"long"` - // When creating an S3 target endpoint, set DatePartitionTimezone 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 DatePartitionedEnabled - // is set to true, as shown in the following example. - // - // s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH", - // "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"Asia/Seoul", - // "BucketName": "dms-nattarat-test"}' - DatePartitionTimezone *string `type:"string"` + // The size level of the code in a schema in a Fleet Advisor collector inventory. + CodeSize *int64 `type:"long"` - // The maximum size of an encoded dictionary page of a column. If the dictionary - // page exceeds this, this column is stored using an encoding type of PLAIN. - // This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of - // a dictionary page before it reverts to PLAIN encoding. This size is used - // for .parquet file format only. - DictPageSizeLimit *int64 `type:"integer"` + // The complexity level of the code in a schema in a Fleet Advisor collector + // inventory. + Complexity *string `type:"string"` - // A value that enables statistics for Parquet pages and row groups. Choose - // true to enable statistics, false to disable. Statistics include NULL, DISTINCT, - // MAX, and MIN values. This parameter defaults to true. This value is used - // for .parquet file format only. - EnableStatistics *bool `type:"boolean"` + // The database for a schema in a Fleet Advisor collector inventory. + DatabaseInstance *DatabaseShortInfoResponse `type:"structure"` - // The type of encoding you are using: - // - // * RLE_DICTIONARY uses a combination of bit-packing and run-length encoding - // to store repeated values more efficiently. This is the default. - // - // * PLAIN doesn't use encoding at all. Values are stored as they are. - // - // * PLAIN_DICTIONARY builds a dictionary of the values encountered in a - // given column. The dictionary is stored in a dictionary page for each column - // chunk. - EncodingType *string `type:"string" enum:"EncodingTypeValue"` + // Describes a schema in a Fleet Advisor collector inventory. + OriginalSchema *SchemaShortInfoResponse `type:"structure"` - // The type of server-side encryption that you want to use for your data. This - // encryption type is part of the endpoint settings or the extra connections - // attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS. - // - // For the ModifyEndpoint operation, you can change the existing value of the - // EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the - // existing value from SSE_S3 to SSE_KMS. - // - // To use SSE_S3, you need an Identity and Access Management (IAM) role with - // permission to allow "arn:aws:s3:::dms-*" to use the following actions: - // - // * s3:CreateBucket - // - // * s3:ListBucket - // - // * s3:DeleteBucket - // - // * s3:GetBucketLocation - // - // * s3:GetObject - // - // * s3:PutObject - // - // * s3:DeleteObject - // - // * s3:GetObjectVersion - // - // * s3:GetBucketPolicy - // - // * s3:PutBucketPolicy - // - // * s3:DeleteBucketPolicy - EncryptionMode *string `type:"string" enum:"EncryptionModeValue"` + // The ID of a schema in a Fleet Advisor collector inventory. + SchemaId *string `type:"string"` - // To specify a bucket owner and prevent sniping, you can use the ExpectedBucketOwner - // endpoint setting. - // - // Example: --s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}' - // - // 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. - ExpectedBucketOwner *string `type:"string"` + // The name of a schema in a Fleet Advisor collector inventory. + SchemaName *string `type:"string"` - // Specifies how tables are defined in the S3 source files only. - ExternalTableDefinition *string `type:"string"` + // The database server for a schema in a Fleet Advisor collector inventory. + Server *ServerShortInfoResponse `type:"structure"` - // When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog - // lets you use Athena to query your data. - GlueCatalogGeneration *bool `type:"boolean"` + // The similarity value for a schema in a Fleet Advisor collector inventory. + // A higher similarity value indicates that a schema is likely to be a duplicate. + Similarity *float64 `type:"double"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s SchemaResponse) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s SchemaResponse) GoString() string { + return s.String() +} + +// SetCodeLineCount sets the CodeLineCount field's value. +func (s *SchemaResponse) SetCodeLineCount(v int64) *SchemaResponse { + s.CodeLineCount = &v + return s +} + +// SetCodeSize sets the CodeSize field's value. +func (s *SchemaResponse) SetCodeSize(v int64) *SchemaResponse { + s.CodeSize = &v + return s +} - // When this value is set to 1, DMS ignores the first row header in a .csv file. - // A value of 1 turns on the feature; a value of 0 turns off the feature. - // - // The default is 0. - IgnoreHeaderRows *int64 `type:"integer"` +// SetComplexity sets the Complexity field's value. +func (s *SchemaResponse) SetComplexity(v string) *SchemaResponse { + s.Complexity = &v + return s +} - // A value that enables a full load to write INSERT operations to the comma-separated - // value (.csv) or .parquet output files only to indicate how the rows were - // added to the source database. - // - // DMS supports the IncludeOpForFullLoad parameter in versions 3.1.4 and later. - // - // DMS supports the use of the .parquet files with the IncludeOpForFullLoad - // parameter in versions 3.4.7 and later. - // - // For full load, records can only be inserted. By default (the false setting), - // no information is recorded in these output files for a full load to indicate - // that the rows were inserted at the source database. If IncludeOpForFullLoad - // is set to true or y, the INSERT is recorded as an I annotation in the first - // field of the .csv file. This allows the format of your target records from - // a full load to be consistent with the target records from a CDC load. - // - // This setting works together with the CdcInsertsOnly and the CdcInsertsAndUpdates - // parameters for output to .csv files only. For more information about how - // these settings work together, see Indicating Source DB Operations in Migrated - // S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps) - // in the Database Migration Service User Guide.. - IncludeOpForFullLoad *bool `type:"boolean"` +// SetDatabaseInstance sets the DatabaseInstance field's value. +func (s *SchemaResponse) SetDatabaseInstance(v *DatabaseShortInfoResponse) *SchemaResponse { + s.DatabaseInstance = v + return s +} - // A value that specifies the maximum size (in KB) of any .csv file to be created - // while migrating to an S3 target during full load. - // - // The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576. - MaxFileSize *int64 `type:"integer"` +// SetOriginalSchema sets the OriginalSchema field's value. +func (s *SchemaResponse) SetOriginalSchema(v *SchemaShortInfoResponse) *SchemaResponse { + s.OriginalSchema = v + return s +} - // A value that specifies the precision of any TIMESTAMP column values that - // are written to an Amazon S3 object file in .parquet format. - // - // DMS supports the ParquetTimestampInMillisecond parameter in versions 3.1.4 - // and later. - // - // When ParquetTimestampInMillisecond is set to true or y, DMS writes all TIMESTAMP - // columns in a .parquet formatted file with millisecond precision. Otherwise, - // DMS writes them with microsecond precision. - // - // Currently, Amazon Athena and Glue can handle only millisecond precision for - // TIMESTAMP values. Set this parameter to true for S3 endpoint object files - // that are .parquet formatted only if you plan to query or process the data - // with Athena or Glue. - // - // DMS writes any TIMESTAMP column values written to an S3 file in .csv format - // with microsecond precision. - // - // Setting ParquetTimestampInMillisecond has no effect on the string format - // of the timestamp column value that is inserted by setting the TimestampColumnName - // parameter. - ParquetTimestampInMillisecond *bool `type:"boolean"` +// SetSchemaId sets the SchemaId field's value. +func (s *SchemaResponse) SetSchemaId(v string) *SchemaResponse { + s.SchemaId = &v + return s +} - // The version of the Apache Parquet format that you want to use: parquet_1_0 - // (the default) or parquet_2_0. - ParquetVersion *string `type:"string" enum:"ParquetVersionValue"` +// SetSchemaName sets the SchemaName field's value. +func (s *SchemaResponse) SetSchemaName(v string) *SchemaResponse { + s.SchemaName = &v + return s +} - // If set to true, DMS saves the transaction order for a change data capture - // (CDC) load on the Amazon S3 target specified by CdcPath (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath). - // For more information, see Capturing data changes (CDC) including transaction - // order on the S3 target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath). - // - // This setting is supported in DMS versions 3.4.2 and later. - PreserveTransactions *bool `type:"boolean"` +// SetServer sets the Server field's value. +func (s *SchemaResponse) SetServer(v *ServerShortInfoResponse) *SchemaResponse { + s.Server = v + return s +} - // For an S3 source, when this value is set to true or y, each leading double - // quotation mark has to be followed by an ending double quotation mark. This - // formatting complies with RFC 4180. When this value is set to false or n, - // string literals are copied to the target as is. In this case, a delimiter - // (row or column) signals the end of the field. Thus, you can't use a delimiter - // as part of the string, because it signals the end of the value. - // - // For an S3 target, an optional parameter used to set behavior to comply with - // RFC 4180 for data migrated to Amazon S3 using .csv file format only. When - // this value is set to true or y using Amazon S3 as a target, if the data has - // quotation marks or newline characters in it, DMS encloses the entire column - // with an additional pair of double quotation marks ("). Every quotation mark - // within the data is repeated twice. - // - // The default value is true. Valid values include true, false, y, and n. - Rfc4180 *bool `type:"boolean"` +// SetSimilarity sets the Similarity field's value. +func (s *SchemaResponse) SetSimilarity(v float64) *SchemaResponse { + s.Similarity = &v + return s +} - // The number of rows in a row group. A smaller row group size provides faster - // reads. But as the number of row groups grows, the slower writes become. This - // parameter defaults to 10,000 rows. This number is used for .parquet file - // format only. - // - // If you choose a value larger than the maximum, RowGroupLength is set to the - // max row group length in bytes (64 * 1024 * 1024). - RowGroupLength *int64 `type:"integer"` +// Describes a schema in a Fleet Advisor collector inventory. +type SchemaShortInfoResponse struct { + _ struct{} `type:"structure"` - // If you are using SSE_KMS for the EncryptionMode, provide the KMS key ID. - // The key that you use needs an attached policy that enables Identity and Access - // Management (IAM) user permissions and allows use of the key. - // - // Here is a CLI example: aws dms create-endpoint --endpoint-identifier value - // --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value - ServerSideEncryptionKmsKeyId *string `type:"string"` + // The ID of a database in a Fleet Advisor collector inventory. + DatabaseId *string `type:"string"` - // The Amazon Resource Name (ARN) used by the service to access the IAM role. - // The role must allow the iam:PassRole action. It is a required parameter that - // enables DMS to write and read objects from an S3 bucket. - ServiceAccessRoleArn *string `type:"string"` + // The IP address of a database in a Fleet Advisor collector inventory. + DatabaseIpAddress *string `type:"string"` - // A value that when nonblank causes DMS to add a column with timestamp information - // to the endpoint data for an Amazon S3 target. - // - // DMS supports the TimestampColumnName parameter in versions 3.1.4 and later. - // - // DMS includes an additional STRING column in the .csv or .parquet object files - // of your migrated data when you set TimestampColumnName to a nonblank value. - // - // For a full load, each row of this timestamp column contains a timestamp for - // when the data was transferred from the source to the target by DMS. - // - // For a change data capture (CDC) load, each row of the timestamp column contains - // the timestamp for the commit of that row in the source database. - // - // The string format for this timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS. - // By default, the precision of this value is in microseconds. For a CDC load, - // the rounding of the precision depends on the commit timestamp supported by - // DMS for the source database. - // - // When the AddColumnName parameter is set to true, DMS also includes a name - // for the timestamp column that you set with TimestampColumnName. - TimestampColumnName *string `type:"string"` + // The name of a database in a Fleet Advisor collector inventory. + DatabaseName *string `type:"string"` - // This setting applies if the S3 output files during a change data capture - // (CDC) load are written in .csv format. If set to true for columns not included - // in the supplemental log, DMS uses the value specified by CsvNoSupValue (https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue). - // If not set or set to false, DMS uses the null value for these columns. - // - // This setting is supported in DMS versions 3.4.1 and later. - UseCsvNoSupValue *bool `type:"boolean"` + // The ID of a schema in a Fleet Advisor collector inventory. + SchemaId *string `type:"string"` - // When set to true, this parameter uses the task start time as the timestamp - // column value instead of the time data is written to target. For full load, - // when useTaskStartTimeForFullLoadTimestamp is set to true, each row of the - // timestamp column contains the task start time. For CDC loads, each row of - // the timestamp column contains the transaction commit time. - // - // When useTaskStartTimeForFullLoadTimestamp is set to false, the full load - // timestamp in the timestamp column increments with the time data arrives at - // the target. - UseTaskStartTimeForFullLoadTimestamp *bool `type:"boolean"` + // The name of a schema in a Fleet Advisor collector inventory. + SchemaName *string `type:"string"` } // String returns the string representation. @@ -27387,7 +34593,7 @@ type S3Settings struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s S3Settings) String() string { +func (s SchemaShortInfoResponse) String() string { return awsutil.Prettify(s) } @@ -27396,262 +34602,369 @@ func (s S3Settings) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s S3Settings) GoString() string { +func (s SchemaShortInfoResponse) GoString() string { return s.String() } -// SetAddColumnName sets the AddColumnName field's value. -func (s *S3Settings) SetAddColumnName(v bool) *S3Settings { - s.AddColumnName = &v +// SetDatabaseId sets the DatabaseId field's value. +func (s *SchemaShortInfoResponse) SetDatabaseId(v string) *SchemaShortInfoResponse { + s.DatabaseId = &v return s } -// SetAddTrailingPaddingCharacter sets the AddTrailingPaddingCharacter field's value. -func (s *S3Settings) SetAddTrailingPaddingCharacter(v bool) *S3Settings { - s.AddTrailingPaddingCharacter = &v +// SetDatabaseIpAddress sets the DatabaseIpAddress field's value. +func (s *SchemaShortInfoResponse) SetDatabaseIpAddress(v string) *SchemaShortInfoResponse { + s.DatabaseIpAddress = &v return s } -// SetBucketFolder sets the BucketFolder field's value. -func (s *S3Settings) SetBucketFolder(v string) *S3Settings { - s.BucketFolder = &v +// SetDatabaseName sets the DatabaseName field's value. +func (s *SchemaShortInfoResponse) SetDatabaseName(v string) *SchemaShortInfoResponse { + s.DatabaseName = &v return s } -// SetBucketName sets the BucketName field's value. -func (s *S3Settings) SetBucketName(v string) *S3Settings { - s.BucketName = &v +// SetSchemaId sets the SchemaId field's value. +func (s *SchemaShortInfoResponse) SetSchemaId(v string) *SchemaShortInfoResponse { + s.SchemaId = &v return s } -// SetCannedAclForObjects sets the CannedAclForObjects field's value. -func (s *S3Settings) SetCannedAclForObjects(v string) *S3Settings { - s.CannedAclForObjects = &v +// SetSchemaName sets the SchemaName field's value. +func (s *SchemaShortInfoResponse) SetSchemaName(v string) *SchemaShortInfoResponse { + s.SchemaName = &v return s } -// SetCdcInsertsAndUpdates sets the CdcInsertsAndUpdates field's value. -func (s *S3Settings) SetCdcInsertsAndUpdates(v bool) *S3Settings { - s.CdcInsertsAndUpdates = &v - return s +// Describes a server in a Fleet Advisor collector inventory. +type ServerShortInfoResponse struct { + _ struct{} `type:"structure"` + + // The IP address of a server in a Fleet Advisor collector inventory. + IpAddress *string `type:"string"` + + // The ID of a server in a Fleet Advisor collector inventory. + ServerId *string `type:"string"` + + // The name address of a server in a Fleet Advisor collector inventory. + ServerName *string `type:"string"` } -// SetCdcInsertsOnly sets the CdcInsertsOnly field's value. -func (s *S3Settings) SetCdcInsertsOnly(v bool) *S3Settings { - s.CdcInsertsOnly = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ServerShortInfoResponse) String() string { + return awsutil.Prettify(s) } -// SetCdcMaxBatchInterval sets the CdcMaxBatchInterval field's value. -func (s *S3Settings) SetCdcMaxBatchInterval(v int64) *S3Settings { - s.CdcMaxBatchInterval = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ServerShortInfoResponse) GoString() string { + return s.String() } -// SetCdcMinFileSize sets the CdcMinFileSize field's value. -func (s *S3Settings) SetCdcMinFileSize(v int64) *S3Settings { - s.CdcMinFileSize = &v +// SetIpAddress sets the IpAddress field's value. +func (s *ServerShortInfoResponse) SetIpAddress(v string) *ServerShortInfoResponse { + s.IpAddress = &v return s } -// SetCdcPath sets the CdcPath field's value. -func (s *S3Settings) SetCdcPath(v string) *S3Settings { - s.CdcPath = &v +// SetServerId sets the ServerId field's value. +func (s *ServerShortInfoResponse) SetServerId(v string) *ServerShortInfoResponse { + s.ServerId = &v return s } -// SetCompressionType sets the CompressionType field's value. -func (s *S3Settings) SetCompressionType(v string) *S3Settings { - s.CompressionType = &v +// SetServerName sets the ServerName field's value. +func (s *ServerShortInfoResponse) SetServerName(v string) *ServerShortInfoResponse { + s.ServerName = &v return s } -// SetCsvDelimiter sets the CsvDelimiter field's value. -func (s *S3Settings) SetCsvDelimiter(v string) *S3Settings { - s.CsvDelimiter = &v - return s -} +type StartExtensionPackAssociationInput struct { + _ struct{} `type:"structure"` -// SetCsvNoSupValue sets the CsvNoSupValue field's value. -func (s *S3Settings) SetCsvNoSupValue(v string) *S3Settings { - s.CsvNoSupValue = &v - return s + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` } -// SetCsvNullValue sets the CsvNullValue field's value. -func (s *S3Settings) SetCsvNullValue(v string) *S3Settings { - s.CsvNullValue = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartExtensionPackAssociationInput) String() string { + return awsutil.Prettify(s) } -// SetCsvRowDelimiter sets the CsvRowDelimiter field's value. -func (s *S3Settings) SetCsvRowDelimiter(v string) *S3Settings { - s.CsvRowDelimiter = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartExtensionPackAssociationInput) GoString() string { + return s.String() } -// SetDataFormat sets the DataFormat field's value. -func (s *S3Settings) SetDataFormat(v string) *S3Settings { - s.DataFormat = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *StartExtensionPackAssociationInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "StartExtensionPackAssociationInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetDataPageSize sets the DataPageSize field's value. -func (s *S3Settings) SetDataPageSize(v int64) *S3Settings { - s.DataPageSize = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *StartExtensionPackAssociationInput) SetMigrationProjectIdentifier(v string) *StartExtensionPackAssociationInput { + s.MigrationProjectIdentifier = &v return s } -// SetDatePartitionDelimiter sets the DatePartitionDelimiter field's value. -func (s *S3Settings) SetDatePartitionDelimiter(v string) *S3Settings { - s.DatePartitionDelimiter = &v - return s +type StartExtensionPackAssociationOutput struct { + _ struct{} `type:"structure"` + + // The identifier for the request operation. + RequestIdentifier *string `type:"string"` } -// SetDatePartitionEnabled sets the DatePartitionEnabled field's value. -func (s *S3Settings) SetDatePartitionEnabled(v bool) *S3Settings { - s.DatePartitionEnabled = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartExtensionPackAssociationOutput) String() string { + return awsutil.Prettify(s) } -// SetDatePartitionSequence sets the DatePartitionSequence field's value. -func (s *S3Settings) SetDatePartitionSequence(v string) *S3Settings { - s.DatePartitionSequence = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartExtensionPackAssociationOutput) GoString() string { + return s.String() } -// SetDatePartitionTimezone sets the DatePartitionTimezone field's value. -func (s *S3Settings) SetDatePartitionTimezone(v string) *S3Settings { - s.DatePartitionTimezone = &v +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *StartExtensionPackAssociationOutput) SetRequestIdentifier(v string) *StartExtensionPackAssociationOutput { + s.RequestIdentifier = &v return s } -// SetDictPageSizeLimit sets the DictPageSizeLimit field's value. -func (s *S3Settings) SetDictPageSizeLimit(v int64) *S3Settings { - s.DictPageSizeLimit = &v - return s +type StartMetadataModelAssessmentInput struct { + _ struct{} `type:"structure"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` + + // A value that specifies the database objects to assess. + // + // SelectionRules is a required field + SelectionRules *string `type:"string" required:"true"` } -// SetEnableStatistics sets the EnableStatistics field's value. -func (s *S3Settings) SetEnableStatistics(v bool) *S3Settings { - s.EnableStatistics = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelAssessmentInput) String() string { + return awsutil.Prettify(s) } -// SetEncodingType sets the EncodingType field's value. -func (s *S3Settings) SetEncodingType(v string) *S3Settings { - s.EncodingType = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelAssessmentInput) GoString() string { + return s.String() } -// SetEncryptionMode sets the EncryptionMode field's value. -func (s *S3Settings) SetEncryptionMode(v string) *S3Settings { - s.EncryptionMode = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *StartMetadataModelAssessmentInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "StartMetadataModelAssessmentInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.SelectionRules == nil { + invalidParams.Add(request.NewErrParamRequired("SelectionRules")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. -func (s *S3Settings) SetExpectedBucketOwner(v string) *S3Settings { - s.ExpectedBucketOwner = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *StartMetadataModelAssessmentInput) SetMigrationProjectIdentifier(v string) *StartMetadataModelAssessmentInput { + s.MigrationProjectIdentifier = &v return s } -// SetExternalTableDefinition sets the ExternalTableDefinition field's value. -func (s *S3Settings) SetExternalTableDefinition(v string) *S3Settings { - s.ExternalTableDefinition = &v +// SetSelectionRules sets the SelectionRules field's value. +func (s *StartMetadataModelAssessmentInput) SetSelectionRules(v string) *StartMetadataModelAssessmentInput { + s.SelectionRules = &v return s } -// SetGlueCatalogGeneration sets the GlueCatalogGeneration field's value. -func (s *S3Settings) SetGlueCatalogGeneration(v bool) *S3Settings { - s.GlueCatalogGeneration = &v - return s +type StartMetadataModelAssessmentOutput struct { + _ struct{} `type:"structure"` + + // The identifier for the assessment operation. + RequestIdentifier *string `type:"string"` } -// SetIgnoreHeaderRows sets the IgnoreHeaderRows field's value. -func (s *S3Settings) SetIgnoreHeaderRows(v int64) *S3Settings { - s.IgnoreHeaderRows = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelAssessmentOutput) String() string { + return awsutil.Prettify(s) } -// SetIncludeOpForFullLoad sets the IncludeOpForFullLoad field's value. -func (s *S3Settings) SetIncludeOpForFullLoad(v bool) *S3Settings { - s.IncludeOpForFullLoad = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelAssessmentOutput) GoString() string { + return s.String() } -// SetMaxFileSize sets the MaxFileSize field's value. -func (s *S3Settings) SetMaxFileSize(v int64) *S3Settings { - s.MaxFileSize = &v +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *StartMetadataModelAssessmentOutput) SetRequestIdentifier(v string) *StartMetadataModelAssessmentOutput { + s.RequestIdentifier = &v return s } -// SetParquetTimestampInMillisecond sets the ParquetTimestampInMillisecond field's value. -func (s *S3Settings) SetParquetTimestampInMillisecond(v bool) *S3Settings { - s.ParquetTimestampInMillisecond = &v - return s +type StartMetadataModelConversionInput struct { + _ struct{} `type:"structure"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` + + // A value that specifies the database objects to convert. + // + // SelectionRules is a required field + SelectionRules *string `type:"string" required:"true"` } -// SetParquetVersion sets the ParquetVersion field's value. -func (s *S3Settings) SetParquetVersion(v string) *S3Settings { - s.ParquetVersion = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelConversionInput) String() string { + return awsutil.Prettify(s) } -// SetPreserveTransactions sets the PreserveTransactions field's value. -func (s *S3Settings) SetPreserveTransactions(v bool) *S3Settings { - s.PreserveTransactions = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelConversionInput) GoString() string { + return s.String() } -// SetRfc4180 sets the Rfc4180 field's value. -func (s *S3Settings) SetRfc4180(v bool) *S3Settings { - s.Rfc4180 = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *StartMetadataModelConversionInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "StartMetadataModelConversionInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.SelectionRules == nil { + invalidParams.Add(request.NewErrParamRequired("SelectionRules")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetRowGroupLength sets the RowGroupLength field's value. -func (s *S3Settings) SetRowGroupLength(v int64) *S3Settings { - s.RowGroupLength = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *StartMetadataModelConversionInput) SetMigrationProjectIdentifier(v string) *StartMetadataModelConversionInput { + s.MigrationProjectIdentifier = &v return s } -// SetServerSideEncryptionKmsKeyId sets the ServerSideEncryptionKmsKeyId field's value. -func (s *S3Settings) SetServerSideEncryptionKmsKeyId(v string) *S3Settings { - s.ServerSideEncryptionKmsKeyId = &v +// SetSelectionRules sets the SelectionRules field's value. +func (s *StartMetadataModelConversionInput) SetSelectionRules(v string) *StartMetadataModelConversionInput { + s.SelectionRules = &v return s } -// SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value. -func (s *S3Settings) SetServiceAccessRoleArn(v string) *S3Settings { - s.ServiceAccessRoleArn = &v - return s +type StartMetadataModelConversionOutput struct { + _ struct{} `type:"structure"` + + // The identifier for the conversion operation. + RequestIdentifier *string `type:"string"` } -// SetTimestampColumnName sets the TimestampColumnName field's value. -func (s *S3Settings) SetTimestampColumnName(v string) *S3Settings { - s.TimestampColumnName = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelConversionOutput) String() string { + return awsutil.Prettify(s) } -// SetUseCsvNoSupValue sets the UseCsvNoSupValue field's value. -func (s *S3Settings) SetUseCsvNoSupValue(v bool) *S3Settings { - s.UseCsvNoSupValue = &v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelConversionOutput) GoString() string { + return s.String() } -// SetUseTaskStartTimeForFullLoadTimestamp sets the UseTaskStartTimeForFullLoadTimestamp field's value. -func (s *S3Settings) SetUseTaskStartTimeForFullLoadTimestamp(v bool) *S3Settings { - s.UseTaskStartTimeForFullLoadTimestamp = &v +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *StartMetadataModelConversionOutput) SetRequestIdentifier(v string) *StartMetadataModelConversionOutput { + s.RequestIdentifier = &v return s } -// The SNS topic is invalid. -type SNSInvalidTopicFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +type StartMetadataModelExportAsScriptInput struct { + _ struct{} `type:"structure"` + + // The name of the model file to create in the Amazon S3 bucket. + FileName *string `type:"string"` + + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` + + // Whether to export the metadata model from the source or the target. + // + // Origin is a required field + Origin *string `type:"string" required:"true" enum:"OriginTypeValue"` - Message_ *string `locationName:"message" type:"string"` + // A value that specifies the database objects to export. + // + // SelectionRules is a required field + SelectionRules *string `type:"string" required:"true"` } // String returns the string representation. @@ -27659,7 +34972,7 @@ type SNSInvalidTopicFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SNSInvalidTopicFault) String() string { +func (s StartMetadataModelExportAsScriptInput) String() string { return awsutil.Prettify(s) } @@ -27668,54 +34981,58 @@ func (s SNSInvalidTopicFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SNSInvalidTopicFault) GoString() string { +func (s StartMetadataModelExportAsScriptInput) GoString() string { return s.String() } -func newErrorSNSInvalidTopicFault(v protocol.ResponseMetadata) error { - return &SNSInvalidTopicFault{ - RespMetadata: v, +// Validate inspects the fields of the type to determine if they are valid. +func (s *StartMetadataModelExportAsScriptInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "StartMetadataModelExportAsScriptInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Origin == nil { + invalidParams.Add(request.NewErrParamRequired("Origin")) + } + if s.SelectionRules == nil { + invalidParams.Add(request.NewErrParamRequired("SelectionRules")) } -} - -// Code returns the exception type name. -func (s *SNSInvalidTopicFault) Code() string { - return "SNSInvalidTopicFault" -} -// Message returns the exception's message. -func (s *SNSInvalidTopicFault) Message() string { - if s.Message_ != nil { - return *s.Message_ + if invalidParams.Len() > 0 { + return invalidParams } - return "" + return nil } -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *SNSInvalidTopicFault) OrigErr() error { - return nil +// SetFileName sets the FileName field's value. +func (s *StartMetadataModelExportAsScriptInput) SetFileName(v string) *StartMetadataModelExportAsScriptInput { + s.FileName = &v + return s } -func (s *SNSInvalidTopicFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *StartMetadataModelExportAsScriptInput) SetMigrationProjectIdentifier(v string) *StartMetadataModelExportAsScriptInput { + s.MigrationProjectIdentifier = &v + return s } -// Status code returns the HTTP status code for the request's response error. -func (s *SNSInvalidTopicFault) StatusCode() int { - return s.RespMetadata.StatusCode +// SetOrigin sets the Origin field's value. +func (s *StartMetadataModelExportAsScriptInput) SetOrigin(v string) *StartMetadataModelExportAsScriptInput { + s.Origin = &v + return s } -// RequestID returns the service's response RequestID for request. -func (s *SNSInvalidTopicFault) RequestID() string { - return s.RespMetadata.RequestID +// SetSelectionRules sets the SelectionRules field's value. +func (s *StartMetadataModelExportAsScriptInput) SetSelectionRules(v string) *StartMetadataModelExportAsScriptInput { + s.SelectionRules = &v + return s } -// You are not authorized for the SNS subscription. -type SNSNoAuthorizationFault struct { - _ struct{} `type:"structure"` - RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` +type StartMetadataModelExportAsScriptOutput struct { + _ struct{} `type:"structure"` - Message_ *string `locationName:"message" type:"string"` + // The identifier for the export operation. + RequestIdentifier *string `type:"string"` } // String returns the string representation. @@ -27723,7 +35040,7 @@ type SNSNoAuthorizationFault struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SNSNoAuthorizationFault) String() string { +func (s StartMetadataModelExportAsScriptOutput) String() string { return awsutil.Prettify(s) } @@ -27732,80 +35049,33 @@ func (s SNSNoAuthorizationFault) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SNSNoAuthorizationFault) GoString() string { +func (s StartMetadataModelExportAsScriptOutput) GoString() string { return s.String() } -func newErrorSNSNoAuthorizationFault(v protocol.ResponseMetadata) error { - return &SNSNoAuthorizationFault{ - RespMetadata: v, - } -} - -// Code returns the exception type name. -func (s *SNSNoAuthorizationFault) Code() string { - return "SNSNoAuthorizationFault" -} - -// Message returns the exception's message. -func (s *SNSNoAuthorizationFault) Message() string { - if s.Message_ != nil { - return *s.Message_ - } - return "" -} - -// OrigErr always returns nil, satisfies awserr.Error interface. -func (s *SNSNoAuthorizationFault) OrigErr() error { - return nil -} - -func (s *SNSNoAuthorizationFault) Error() string { - return fmt.Sprintf("%s: %s", s.Code(), s.Message()) -} - -// Status code returns the HTTP status code for the request's response error. -func (s *SNSNoAuthorizationFault) StatusCode() int { - return s.RespMetadata.StatusCode -} - -// RequestID returns the service's response RequestID for request. -func (s *SNSNoAuthorizationFault) RequestID() string { - return s.RespMetadata.RequestID +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *StartMetadataModelExportAsScriptOutput) SetRequestIdentifier(v string) *StartMetadataModelExportAsScriptOutput { + s.RequestIdentifier = &v + return s } -// Describes a schema in a Fleet Advisor collector inventory. -type SchemaResponse struct { +type StartMetadataModelExportToTargetInput struct { _ struct{} `type:"structure"` - // The number of lines of code in a schema in a Fleet Advisor collector inventory. - CodeLineCount *int64 `type:"long"` - - // The size level of the code in a schema in a Fleet Advisor collector inventory. - CodeSize *int64 `type:"long"` - - // The complexity level of the code in a schema in a Fleet Advisor collector - // inventory. - Complexity *string `type:"string"` - - // The database for a schema in a Fleet Advisor collector inventory. - DatabaseInstance *DatabaseShortInfoResponse `type:"structure"` - - // Describes a schema in a Fleet Advisor collector inventory. - OriginalSchema *SchemaShortInfoResponse `type:"structure"` - - // The ID of a schema in a Fleet Advisor collector inventory. - SchemaId *string `type:"string"` - - // The name of a schema in a Fleet Advisor collector inventory. - SchemaName *string `type:"string"` + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` - // The database server for a schema in a Fleet Advisor collector inventory. - Server *ServerShortInfoResponse `type:"structure"` + // Whether to overwrite the migration project extension pack. An extension pack + // is an add-on module that emulates functions present in a source database + // that are required when converting objects to the target database. + OverwriteExtensionPack *bool `type:"boolean"` - // The similarity value for a schema in a Fleet Advisor collector inventory. - // A higher similarity value indicates that a schema is likely to be a duplicate. - Similarity *float64 `type:"double"` + // A value that specifies the database objects to export. + // + // SelectionRules is a required field + SelectionRules *string `type:"string" required:"true"` } // String returns the string representation. @@ -27813,7 +35083,7 @@ type SchemaResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SchemaResponse) String() string { +func (s StartMetadataModelExportToTargetInput) String() string { return awsutil.Prettify(s) } @@ -27822,82 +35092,95 @@ func (s SchemaResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SchemaResponse) GoString() string { +func (s StartMetadataModelExportToTargetInput) GoString() string { return s.String() } -// SetCodeLineCount sets the CodeLineCount field's value. -func (s *SchemaResponse) SetCodeLineCount(v int64) *SchemaResponse { - s.CodeLineCount = &v - return s -} +// Validate inspects the fields of the type to determine if they are valid. +func (s *StartMetadataModelExportToTargetInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "StartMetadataModelExportToTargetInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.SelectionRules == nil { + invalidParams.Add(request.NewErrParamRequired("SelectionRules")) + } -// SetCodeSize sets the CodeSize field's value. -func (s *SchemaResponse) SetCodeSize(v int64) *SchemaResponse { - s.CodeSize = &v - return s + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetComplexity sets the Complexity field's value. -func (s *SchemaResponse) SetComplexity(v string) *SchemaResponse { - s.Complexity = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *StartMetadataModelExportToTargetInput) SetMigrationProjectIdentifier(v string) *StartMetadataModelExportToTargetInput { + s.MigrationProjectIdentifier = &v return s } -// SetDatabaseInstance sets the DatabaseInstance field's value. -func (s *SchemaResponse) SetDatabaseInstance(v *DatabaseShortInfoResponse) *SchemaResponse { - s.DatabaseInstance = v +// SetOverwriteExtensionPack sets the OverwriteExtensionPack field's value. +func (s *StartMetadataModelExportToTargetInput) SetOverwriteExtensionPack(v bool) *StartMetadataModelExportToTargetInput { + s.OverwriteExtensionPack = &v return s } -// SetOriginalSchema sets the OriginalSchema field's value. -func (s *SchemaResponse) SetOriginalSchema(v *SchemaShortInfoResponse) *SchemaResponse { - s.OriginalSchema = v +// SetSelectionRules sets the SelectionRules field's value. +func (s *StartMetadataModelExportToTargetInput) SetSelectionRules(v string) *StartMetadataModelExportToTargetInput { + s.SelectionRules = &v return s } -// SetSchemaId sets the SchemaId field's value. -func (s *SchemaResponse) SetSchemaId(v string) *SchemaResponse { - s.SchemaId = &v - return s +type StartMetadataModelExportToTargetOutput struct { + _ struct{} `type:"structure"` + + // The identifier for the export operation. + RequestIdentifier *string `type:"string"` } -// SetSchemaName sets the SchemaName field's value. -func (s *SchemaResponse) SetSchemaName(v string) *SchemaResponse { - s.SchemaName = &v - return s +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelExportToTargetOutput) String() string { + return awsutil.Prettify(s) } -// SetServer sets the Server field's value. -func (s *SchemaResponse) SetServer(v *ServerShortInfoResponse) *SchemaResponse { - s.Server = v - return s +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s StartMetadataModelExportToTargetOutput) GoString() string { + return s.String() } -// SetSimilarity sets the Similarity field's value. -func (s *SchemaResponse) SetSimilarity(v float64) *SchemaResponse { - s.Similarity = &v +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *StartMetadataModelExportToTargetOutput) SetRequestIdentifier(v string) *StartMetadataModelExportToTargetOutput { + s.RequestIdentifier = &v return s } -// Describes a schema in a Fleet Advisor collector inventory. -type SchemaShortInfoResponse struct { +type StartMetadataModelImportInput struct { _ struct{} `type:"structure"` - // The ID of a database in a Fleet Advisor collector inventory. - DatabaseId *string `type:"string"` - - // The IP address of a database in a Fleet Advisor collector inventory. - DatabaseIpAddress *string `type:"string"` + // The migration project name or Amazon Resource Name (ARN). + // + // MigrationProjectIdentifier is a required field + MigrationProjectIdentifier *string `type:"string" required:"true"` - // The name of a database in a Fleet Advisor collector inventory. - DatabaseName *string `type:"string"` + // Whether to load metadata to the source or target database. + // + // Origin is a required field + Origin *string `type:"string" required:"true" enum:"OriginTypeValue"` - // The ID of a schema in a Fleet Advisor collector inventory. - SchemaId *string `type:"string"` + // If true, DMS loads metadata for the specified objects from the source database. + Refresh *bool `type:"boolean"` - // The name of a schema in a Fleet Advisor collector inventory. - SchemaName *string `type:"string"` + // A value that specifies the database objects to import. + // + // SelectionRules is a required field + SelectionRules *string `type:"string" required:"true"` } // String returns the string representation. @@ -27905,7 +35188,7 @@ type SchemaShortInfoResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SchemaShortInfoResponse) String() string { +func (s StartMetadataModelImportInput) String() string { return awsutil.Prettify(s) } @@ -27914,52 +35197,58 @@ func (s SchemaShortInfoResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s SchemaShortInfoResponse) GoString() string { +func (s StartMetadataModelImportInput) GoString() string { return s.String() } -// SetDatabaseId sets the DatabaseId field's value. -func (s *SchemaShortInfoResponse) SetDatabaseId(v string) *SchemaShortInfoResponse { - s.DatabaseId = &v - return s +// Validate inspects the fields of the type to determine if they are valid. +func (s *StartMetadataModelImportInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "StartMetadataModelImportInput"} + if s.MigrationProjectIdentifier == nil { + invalidParams.Add(request.NewErrParamRequired("MigrationProjectIdentifier")) + } + if s.Origin == nil { + invalidParams.Add(request.NewErrParamRequired("Origin")) + } + if s.SelectionRules == nil { + invalidParams.Add(request.NewErrParamRequired("SelectionRules")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil } -// SetDatabaseIpAddress sets the DatabaseIpAddress field's value. -func (s *SchemaShortInfoResponse) SetDatabaseIpAddress(v string) *SchemaShortInfoResponse { - s.DatabaseIpAddress = &v +// SetMigrationProjectIdentifier sets the MigrationProjectIdentifier field's value. +func (s *StartMetadataModelImportInput) SetMigrationProjectIdentifier(v string) *StartMetadataModelImportInput { + s.MigrationProjectIdentifier = &v return s } -// SetDatabaseName sets the DatabaseName field's value. -func (s *SchemaShortInfoResponse) SetDatabaseName(v string) *SchemaShortInfoResponse { - s.DatabaseName = &v +// SetOrigin sets the Origin field's value. +func (s *StartMetadataModelImportInput) SetOrigin(v string) *StartMetadataModelImportInput { + s.Origin = &v return s } -// SetSchemaId sets the SchemaId field's value. -func (s *SchemaShortInfoResponse) SetSchemaId(v string) *SchemaShortInfoResponse { - s.SchemaId = &v +// SetRefresh sets the Refresh field's value. +func (s *StartMetadataModelImportInput) SetRefresh(v bool) *StartMetadataModelImportInput { + s.Refresh = &v return s } -// SetSchemaName sets the SchemaName field's value. -func (s *SchemaShortInfoResponse) SetSchemaName(v string) *SchemaShortInfoResponse { - s.SchemaName = &v +// SetSelectionRules sets the SelectionRules field's value. +func (s *StartMetadataModelImportInput) SetSelectionRules(v string) *StartMetadataModelImportInput { + s.SelectionRules = &v return s } -// Describes a server in a Fleet Advisor collector inventory. -type ServerShortInfoResponse struct { +type StartMetadataModelImportOutput struct { _ struct{} `type:"structure"` - // The IP address of a server in a Fleet Advisor collector inventory. - IpAddress *string `type:"string"` - - // The ID of a server in a Fleet Advisor collector inventory. - ServerId *string `type:"string"` - - // The name address of a server in a Fleet Advisor collector inventory. - ServerName *string `type:"string"` + // The identifier for the import operation. + RequestIdentifier *string `type:"string"` } // String returns the string representation. @@ -27967,7 +35256,7 @@ type ServerShortInfoResponse struct { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ServerShortInfoResponse) String() string { +func (s StartMetadataModelImportOutput) String() string { return awsutil.Prettify(s) } @@ -27976,25 +35265,13 @@ func (s ServerShortInfoResponse) String() string { // API parameter values that are decorated as "sensitive" in the API will not // be included in the string output. The member name will be present, but the // value will be replaced with "sensitive". -func (s ServerShortInfoResponse) GoString() string { +func (s StartMetadataModelImportOutput) GoString() string { return s.String() } -// SetIpAddress sets the IpAddress field's value. -func (s *ServerShortInfoResponse) SetIpAddress(v string) *ServerShortInfoResponse { - s.IpAddress = &v - return s -} - -// SetServerId sets the ServerId field's value. -func (s *ServerShortInfoResponse) SetServerId(v string) *ServerShortInfoResponse { - s.ServerId = &v - return s -} - -// SetServerName sets the ServerName field's value. -func (s *ServerShortInfoResponse) SetServerName(v string) *ServerShortInfoResponse { - s.ServerName = &v +// SetRequestIdentifier sets the RequestIdentifier field's value. +func (s *StartMetadataModelImportOutput) SetRequestIdentifier(v string) *StartMetadataModelImportOutput { + s.RequestIdentifier = &v return s } @@ -29998,6 +37275,22 @@ func (s *VpcSecurityGroupMembership) SetVpcSecurityGroupId(v string) *VpcSecurit return s } +const ( + // AssessmentReportTypePdf is a AssessmentReportType enum value + AssessmentReportTypePdf = "pdf" + + // AssessmentReportTypeCsv is a AssessmentReportType enum value + AssessmentReportTypeCsv = "csv" +) + +// AssessmentReportType_Values returns all elements of the AssessmentReportType enum +func AssessmentReportType_Values() []string { + return []string{ + AssessmentReportTypePdf, + AssessmentReportTypeCsv, + } +} + const ( // AuthMechanismValueDefault is a AuthMechanismValue enum value AuthMechanismValueDefault = "default" @@ -30422,6 +37715,22 @@ func NestingLevelValue_Values() []string { } } +const ( + // OriginTypeValueSource is a OriginTypeValue enum value + OriginTypeValueSource = "SOURCE" + + // OriginTypeValueTarget is a OriginTypeValue enum value + OriginTypeValueTarget = "TARGET" +) + +// OriginTypeValue_Values returns all elements of the OriginTypeValue enum +func OriginTypeValue_Values() []string { + return []string{ + OriginTypeValueSource, + OriginTypeValueTarget, + } +} + const ( // ParquetVersionValueParquet10 is a ParquetVersionValue enum value ParquetVersionValueParquet10 = "parquet-1-0" diff --git a/service/databasemigrationservice/databasemigrationserviceiface/interface.go b/service/databasemigrationservice/databasemigrationserviceiface/interface.go index 969d047d308..72de1834997 100644 --- a/service/databasemigrationservice/databasemigrationserviceiface/interface.go +++ b/service/databasemigrationservice/databasemigrationserviceiface/interface.go @@ -76,6 +76,10 @@ type DatabaseMigrationServiceAPI interface { CancelReplicationTaskAssessmentRunWithContext(aws.Context, *databasemigrationservice.CancelReplicationTaskAssessmentRunInput, ...request.Option) (*databasemigrationservice.CancelReplicationTaskAssessmentRunOutput, error) CancelReplicationTaskAssessmentRunRequest(*databasemigrationservice.CancelReplicationTaskAssessmentRunInput) (*request.Request, *databasemigrationservice.CancelReplicationTaskAssessmentRunOutput) + CreateDataProvider(*databasemigrationservice.CreateDataProviderInput) (*databasemigrationservice.CreateDataProviderOutput, error) + CreateDataProviderWithContext(aws.Context, *databasemigrationservice.CreateDataProviderInput, ...request.Option) (*databasemigrationservice.CreateDataProviderOutput, error) + CreateDataProviderRequest(*databasemigrationservice.CreateDataProviderInput) (*request.Request, *databasemigrationservice.CreateDataProviderOutput) + CreateEndpoint(*databasemigrationservice.CreateEndpointInput) (*databasemigrationservice.CreateEndpointOutput, error) CreateEndpointWithContext(aws.Context, *databasemigrationservice.CreateEndpointInput, ...request.Option) (*databasemigrationservice.CreateEndpointOutput, error) CreateEndpointRequest(*databasemigrationservice.CreateEndpointInput) (*request.Request, *databasemigrationservice.CreateEndpointOutput) @@ -88,6 +92,14 @@ type DatabaseMigrationServiceAPI interface { CreateFleetAdvisorCollectorWithContext(aws.Context, *databasemigrationservice.CreateFleetAdvisorCollectorInput, ...request.Option) (*databasemigrationservice.CreateFleetAdvisorCollectorOutput, error) CreateFleetAdvisorCollectorRequest(*databasemigrationservice.CreateFleetAdvisorCollectorInput) (*request.Request, *databasemigrationservice.CreateFleetAdvisorCollectorOutput) + CreateInstanceProfile(*databasemigrationservice.CreateInstanceProfileInput) (*databasemigrationservice.CreateInstanceProfileOutput, error) + CreateInstanceProfileWithContext(aws.Context, *databasemigrationservice.CreateInstanceProfileInput, ...request.Option) (*databasemigrationservice.CreateInstanceProfileOutput, error) + CreateInstanceProfileRequest(*databasemigrationservice.CreateInstanceProfileInput) (*request.Request, *databasemigrationservice.CreateInstanceProfileOutput) + + CreateMigrationProject(*databasemigrationservice.CreateMigrationProjectInput) (*databasemigrationservice.CreateMigrationProjectOutput, error) + CreateMigrationProjectWithContext(aws.Context, *databasemigrationservice.CreateMigrationProjectInput, ...request.Option) (*databasemigrationservice.CreateMigrationProjectOutput, error) + CreateMigrationProjectRequest(*databasemigrationservice.CreateMigrationProjectInput) (*request.Request, *databasemigrationservice.CreateMigrationProjectOutput) + CreateReplicationConfig(*databasemigrationservice.CreateReplicationConfigInput) (*databasemigrationservice.CreateReplicationConfigOutput, error) CreateReplicationConfigWithContext(aws.Context, *databasemigrationservice.CreateReplicationConfigInput, ...request.Option) (*databasemigrationservice.CreateReplicationConfigOutput, error) CreateReplicationConfigRequest(*databasemigrationservice.CreateReplicationConfigInput) (*request.Request, *databasemigrationservice.CreateReplicationConfigOutput) @@ -112,6 +124,10 @@ type DatabaseMigrationServiceAPI interface { DeleteConnectionWithContext(aws.Context, *databasemigrationservice.DeleteConnectionInput, ...request.Option) (*databasemigrationservice.DeleteConnectionOutput, error) DeleteConnectionRequest(*databasemigrationservice.DeleteConnectionInput) (*request.Request, *databasemigrationservice.DeleteConnectionOutput) + DeleteDataProvider(*databasemigrationservice.DeleteDataProviderInput) (*databasemigrationservice.DeleteDataProviderOutput, error) + DeleteDataProviderWithContext(aws.Context, *databasemigrationservice.DeleteDataProviderInput, ...request.Option) (*databasemigrationservice.DeleteDataProviderOutput, error) + DeleteDataProviderRequest(*databasemigrationservice.DeleteDataProviderInput) (*request.Request, *databasemigrationservice.DeleteDataProviderOutput) + DeleteEndpoint(*databasemigrationservice.DeleteEndpointInput) (*databasemigrationservice.DeleteEndpointOutput, error) DeleteEndpointWithContext(aws.Context, *databasemigrationservice.DeleteEndpointInput, ...request.Option) (*databasemigrationservice.DeleteEndpointOutput, error) DeleteEndpointRequest(*databasemigrationservice.DeleteEndpointInput) (*request.Request, *databasemigrationservice.DeleteEndpointOutput) @@ -128,6 +144,14 @@ type DatabaseMigrationServiceAPI interface { DeleteFleetAdvisorDatabasesWithContext(aws.Context, *databasemigrationservice.DeleteFleetAdvisorDatabasesInput, ...request.Option) (*databasemigrationservice.DeleteFleetAdvisorDatabasesOutput, error) DeleteFleetAdvisorDatabasesRequest(*databasemigrationservice.DeleteFleetAdvisorDatabasesInput) (*request.Request, *databasemigrationservice.DeleteFleetAdvisorDatabasesOutput) + DeleteInstanceProfile(*databasemigrationservice.DeleteInstanceProfileInput) (*databasemigrationservice.DeleteInstanceProfileOutput, error) + DeleteInstanceProfileWithContext(aws.Context, *databasemigrationservice.DeleteInstanceProfileInput, ...request.Option) (*databasemigrationservice.DeleteInstanceProfileOutput, error) + DeleteInstanceProfileRequest(*databasemigrationservice.DeleteInstanceProfileInput) (*request.Request, *databasemigrationservice.DeleteInstanceProfileOutput) + + DeleteMigrationProject(*databasemigrationservice.DeleteMigrationProjectInput) (*databasemigrationservice.DeleteMigrationProjectOutput, error) + DeleteMigrationProjectWithContext(aws.Context, *databasemigrationservice.DeleteMigrationProjectInput, ...request.Option) (*databasemigrationservice.DeleteMigrationProjectOutput, error) + DeleteMigrationProjectRequest(*databasemigrationservice.DeleteMigrationProjectInput) (*request.Request, *databasemigrationservice.DeleteMigrationProjectOutput) + DeleteReplicationConfig(*databasemigrationservice.DeleteReplicationConfigInput) (*databasemigrationservice.DeleteReplicationConfigOutput, error) DeleteReplicationConfigWithContext(aws.Context, *databasemigrationservice.DeleteReplicationConfigInput, ...request.Option) (*databasemigrationservice.DeleteReplicationConfigOutput, error) DeleteReplicationConfigRequest(*databasemigrationservice.DeleteReplicationConfigInput) (*request.Request, *databasemigrationservice.DeleteReplicationConfigOutput) @@ -173,6 +197,17 @@ type DatabaseMigrationServiceAPI interface { DescribeConnectionsPages(*databasemigrationservice.DescribeConnectionsInput, func(*databasemigrationservice.DescribeConnectionsOutput, bool) bool) error DescribeConnectionsPagesWithContext(aws.Context, *databasemigrationservice.DescribeConnectionsInput, func(*databasemigrationservice.DescribeConnectionsOutput, bool) bool, ...request.Option) error + DescribeConversionConfiguration(*databasemigrationservice.DescribeConversionConfigurationInput) (*databasemigrationservice.DescribeConversionConfigurationOutput, error) + DescribeConversionConfigurationWithContext(aws.Context, *databasemigrationservice.DescribeConversionConfigurationInput, ...request.Option) (*databasemigrationservice.DescribeConversionConfigurationOutput, error) + DescribeConversionConfigurationRequest(*databasemigrationservice.DescribeConversionConfigurationInput) (*request.Request, *databasemigrationservice.DescribeConversionConfigurationOutput) + + DescribeDataProviders(*databasemigrationservice.DescribeDataProvidersInput) (*databasemigrationservice.DescribeDataProvidersOutput, error) + DescribeDataProvidersWithContext(aws.Context, *databasemigrationservice.DescribeDataProvidersInput, ...request.Option) (*databasemigrationservice.DescribeDataProvidersOutput, error) + DescribeDataProvidersRequest(*databasemigrationservice.DescribeDataProvidersInput) (*request.Request, *databasemigrationservice.DescribeDataProvidersOutput) + + DescribeDataProvidersPages(*databasemigrationservice.DescribeDataProvidersInput, func(*databasemigrationservice.DescribeDataProvidersOutput, bool) bool) error + DescribeDataProvidersPagesWithContext(aws.Context, *databasemigrationservice.DescribeDataProvidersInput, func(*databasemigrationservice.DescribeDataProvidersOutput, bool) bool, ...request.Option) error + DescribeEndpointSettings(*databasemigrationservice.DescribeEndpointSettingsInput) (*databasemigrationservice.DescribeEndpointSettingsOutput, error) DescribeEndpointSettingsWithContext(aws.Context, *databasemigrationservice.DescribeEndpointSettingsInput, ...request.Option) (*databasemigrationservice.DescribeEndpointSettingsOutput, error) DescribeEndpointSettingsRequest(*databasemigrationservice.DescribeEndpointSettingsInput) (*request.Request, *databasemigrationservice.DescribeEndpointSettingsOutput) @@ -219,6 +254,13 @@ type DatabaseMigrationServiceAPI interface { DescribeEventsPages(*databasemigrationservice.DescribeEventsInput, func(*databasemigrationservice.DescribeEventsOutput, bool) bool) error DescribeEventsPagesWithContext(aws.Context, *databasemigrationservice.DescribeEventsInput, func(*databasemigrationservice.DescribeEventsOutput, bool) bool, ...request.Option) error + DescribeExtensionPackAssociations(*databasemigrationservice.DescribeExtensionPackAssociationsInput) (*databasemigrationservice.DescribeExtensionPackAssociationsOutput, error) + DescribeExtensionPackAssociationsWithContext(aws.Context, *databasemigrationservice.DescribeExtensionPackAssociationsInput, ...request.Option) (*databasemigrationservice.DescribeExtensionPackAssociationsOutput, error) + DescribeExtensionPackAssociationsRequest(*databasemigrationservice.DescribeExtensionPackAssociationsInput) (*request.Request, *databasemigrationservice.DescribeExtensionPackAssociationsOutput) + + DescribeExtensionPackAssociationsPages(*databasemigrationservice.DescribeExtensionPackAssociationsInput, func(*databasemigrationservice.DescribeExtensionPackAssociationsOutput, bool) bool) error + DescribeExtensionPackAssociationsPagesWithContext(aws.Context, *databasemigrationservice.DescribeExtensionPackAssociationsInput, func(*databasemigrationservice.DescribeExtensionPackAssociationsOutput, bool) bool, ...request.Option) error + DescribeFleetAdvisorCollectors(*databasemigrationservice.DescribeFleetAdvisorCollectorsInput) (*databasemigrationservice.DescribeFleetAdvisorCollectorsOutput, error) DescribeFleetAdvisorCollectorsWithContext(aws.Context, *databasemigrationservice.DescribeFleetAdvisorCollectorsInput, ...request.Option) (*databasemigrationservice.DescribeFleetAdvisorCollectorsOutput, error) DescribeFleetAdvisorCollectorsRequest(*databasemigrationservice.DescribeFleetAdvisorCollectorsInput) (*request.Request, *databasemigrationservice.DescribeFleetAdvisorCollectorsOutput) @@ -254,6 +296,55 @@ type DatabaseMigrationServiceAPI interface { DescribeFleetAdvisorSchemasPages(*databasemigrationservice.DescribeFleetAdvisorSchemasInput, func(*databasemigrationservice.DescribeFleetAdvisorSchemasOutput, bool) bool) error DescribeFleetAdvisorSchemasPagesWithContext(aws.Context, *databasemigrationservice.DescribeFleetAdvisorSchemasInput, func(*databasemigrationservice.DescribeFleetAdvisorSchemasOutput, bool) bool, ...request.Option) error + DescribeInstanceProfiles(*databasemigrationservice.DescribeInstanceProfilesInput) (*databasemigrationservice.DescribeInstanceProfilesOutput, error) + DescribeInstanceProfilesWithContext(aws.Context, *databasemigrationservice.DescribeInstanceProfilesInput, ...request.Option) (*databasemigrationservice.DescribeInstanceProfilesOutput, error) + DescribeInstanceProfilesRequest(*databasemigrationservice.DescribeInstanceProfilesInput) (*request.Request, *databasemigrationservice.DescribeInstanceProfilesOutput) + + DescribeInstanceProfilesPages(*databasemigrationservice.DescribeInstanceProfilesInput, func(*databasemigrationservice.DescribeInstanceProfilesOutput, bool) bool) error + DescribeInstanceProfilesPagesWithContext(aws.Context, *databasemigrationservice.DescribeInstanceProfilesInput, func(*databasemigrationservice.DescribeInstanceProfilesOutput, bool) bool, ...request.Option) error + + DescribeMetadataModelAssessments(*databasemigrationservice.DescribeMetadataModelAssessmentsInput) (*databasemigrationservice.DescribeMetadataModelAssessmentsOutput, error) + DescribeMetadataModelAssessmentsWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelAssessmentsInput, ...request.Option) (*databasemigrationservice.DescribeMetadataModelAssessmentsOutput, error) + DescribeMetadataModelAssessmentsRequest(*databasemigrationservice.DescribeMetadataModelAssessmentsInput) (*request.Request, *databasemigrationservice.DescribeMetadataModelAssessmentsOutput) + + DescribeMetadataModelAssessmentsPages(*databasemigrationservice.DescribeMetadataModelAssessmentsInput, func(*databasemigrationservice.DescribeMetadataModelAssessmentsOutput, bool) bool) error + DescribeMetadataModelAssessmentsPagesWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelAssessmentsInput, func(*databasemigrationservice.DescribeMetadataModelAssessmentsOutput, bool) bool, ...request.Option) error + + DescribeMetadataModelConversions(*databasemigrationservice.DescribeMetadataModelConversionsInput) (*databasemigrationservice.DescribeMetadataModelConversionsOutput, error) + DescribeMetadataModelConversionsWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelConversionsInput, ...request.Option) (*databasemigrationservice.DescribeMetadataModelConversionsOutput, error) + DescribeMetadataModelConversionsRequest(*databasemigrationservice.DescribeMetadataModelConversionsInput) (*request.Request, *databasemigrationservice.DescribeMetadataModelConversionsOutput) + + DescribeMetadataModelConversionsPages(*databasemigrationservice.DescribeMetadataModelConversionsInput, func(*databasemigrationservice.DescribeMetadataModelConversionsOutput, bool) bool) error + DescribeMetadataModelConversionsPagesWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelConversionsInput, func(*databasemigrationservice.DescribeMetadataModelConversionsOutput, bool) bool, ...request.Option) error + + DescribeMetadataModelExportsAsScript(*databasemigrationservice.DescribeMetadataModelExportsAsScriptInput) (*databasemigrationservice.DescribeMetadataModelExportsAsScriptOutput, error) + DescribeMetadataModelExportsAsScriptWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelExportsAsScriptInput, ...request.Option) (*databasemigrationservice.DescribeMetadataModelExportsAsScriptOutput, error) + DescribeMetadataModelExportsAsScriptRequest(*databasemigrationservice.DescribeMetadataModelExportsAsScriptInput) (*request.Request, *databasemigrationservice.DescribeMetadataModelExportsAsScriptOutput) + + DescribeMetadataModelExportsAsScriptPages(*databasemigrationservice.DescribeMetadataModelExportsAsScriptInput, func(*databasemigrationservice.DescribeMetadataModelExportsAsScriptOutput, bool) bool) error + DescribeMetadataModelExportsAsScriptPagesWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelExportsAsScriptInput, func(*databasemigrationservice.DescribeMetadataModelExportsAsScriptOutput, bool) bool, ...request.Option) error + + DescribeMetadataModelExportsToTarget(*databasemigrationservice.DescribeMetadataModelExportsToTargetInput) (*databasemigrationservice.DescribeMetadataModelExportsToTargetOutput, error) + DescribeMetadataModelExportsToTargetWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelExportsToTargetInput, ...request.Option) (*databasemigrationservice.DescribeMetadataModelExportsToTargetOutput, error) + DescribeMetadataModelExportsToTargetRequest(*databasemigrationservice.DescribeMetadataModelExportsToTargetInput) (*request.Request, *databasemigrationservice.DescribeMetadataModelExportsToTargetOutput) + + DescribeMetadataModelExportsToTargetPages(*databasemigrationservice.DescribeMetadataModelExportsToTargetInput, func(*databasemigrationservice.DescribeMetadataModelExportsToTargetOutput, bool) bool) error + DescribeMetadataModelExportsToTargetPagesWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelExportsToTargetInput, func(*databasemigrationservice.DescribeMetadataModelExportsToTargetOutput, bool) bool, ...request.Option) error + + DescribeMetadataModelImports(*databasemigrationservice.DescribeMetadataModelImportsInput) (*databasemigrationservice.DescribeMetadataModelImportsOutput, error) + DescribeMetadataModelImportsWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelImportsInput, ...request.Option) (*databasemigrationservice.DescribeMetadataModelImportsOutput, error) + DescribeMetadataModelImportsRequest(*databasemigrationservice.DescribeMetadataModelImportsInput) (*request.Request, *databasemigrationservice.DescribeMetadataModelImportsOutput) + + DescribeMetadataModelImportsPages(*databasemigrationservice.DescribeMetadataModelImportsInput, func(*databasemigrationservice.DescribeMetadataModelImportsOutput, bool) bool) error + DescribeMetadataModelImportsPagesWithContext(aws.Context, *databasemigrationservice.DescribeMetadataModelImportsInput, func(*databasemigrationservice.DescribeMetadataModelImportsOutput, bool) bool, ...request.Option) error + + DescribeMigrationProjects(*databasemigrationservice.DescribeMigrationProjectsInput) (*databasemigrationservice.DescribeMigrationProjectsOutput, error) + DescribeMigrationProjectsWithContext(aws.Context, *databasemigrationservice.DescribeMigrationProjectsInput, ...request.Option) (*databasemigrationservice.DescribeMigrationProjectsOutput, error) + DescribeMigrationProjectsRequest(*databasemigrationservice.DescribeMigrationProjectsInput) (*request.Request, *databasemigrationservice.DescribeMigrationProjectsOutput) + + DescribeMigrationProjectsPages(*databasemigrationservice.DescribeMigrationProjectsInput, func(*databasemigrationservice.DescribeMigrationProjectsOutput, bool) bool) error + DescribeMigrationProjectsPagesWithContext(aws.Context, *databasemigrationservice.DescribeMigrationProjectsInput, func(*databasemigrationservice.DescribeMigrationProjectsOutput, bool) bool, ...request.Option) error + DescribeOrderableReplicationInstances(*databasemigrationservice.DescribeOrderableReplicationInstancesInput) (*databasemigrationservice.DescribeOrderableReplicationInstancesOutput, error) DescribeOrderableReplicationInstancesWithContext(aws.Context, *databasemigrationservice.DescribeOrderableReplicationInstancesInput, ...request.Option) (*databasemigrationservice.DescribeOrderableReplicationInstancesOutput, error) DescribeOrderableReplicationInstancesRequest(*databasemigrationservice.DescribeOrderableReplicationInstancesInput) (*request.Request, *databasemigrationservice.DescribeOrderableReplicationInstancesOutput) @@ -370,6 +461,10 @@ type DatabaseMigrationServiceAPI interface { DescribeTableStatisticsPages(*databasemigrationservice.DescribeTableStatisticsInput, func(*databasemigrationservice.DescribeTableStatisticsOutput, bool) bool) error DescribeTableStatisticsPagesWithContext(aws.Context, *databasemigrationservice.DescribeTableStatisticsInput, func(*databasemigrationservice.DescribeTableStatisticsOutput, bool) bool, ...request.Option) error + ExportMetadataModelAssessment(*databasemigrationservice.ExportMetadataModelAssessmentInput) (*databasemigrationservice.ExportMetadataModelAssessmentOutput, error) + ExportMetadataModelAssessmentWithContext(aws.Context, *databasemigrationservice.ExportMetadataModelAssessmentInput, ...request.Option) (*databasemigrationservice.ExportMetadataModelAssessmentOutput, error) + ExportMetadataModelAssessmentRequest(*databasemigrationservice.ExportMetadataModelAssessmentInput) (*request.Request, *databasemigrationservice.ExportMetadataModelAssessmentOutput) + ImportCertificate(*databasemigrationservice.ImportCertificateInput) (*databasemigrationservice.ImportCertificateOutput, error) ImportCertificateWithContext(aws.Context, *databasemigrationservice.ImportCertificateInput, ...request.Option) (*databasemigrationservice.ImportCertificateOutput, error) ImportCertificateRequest(*databasemigrationservice.ImportCertificateInput) (*request.Request, *databasemigrationservice.ImportCertificateOutput) @@ -378,6 +473,14 @@ type DatabaseMigrationServiceAPI interface { ListTagsForResourceWithContext(aws.Context, *databasemigrationservice.ListTagsForResourceInput, ...request.Option) (*databasemigrationservice.ListTagsForResourceOutput, error) ListTagsForResourceRequest(*databasemigrationservice.ListTagsForResourceInput) (*request.Request, *databasemigrationservice.ListTagsForResourceOutput) + ModifyConversionConfiguration(*databasemigrationservice.ModifyConversionConfigurationInput) (*databasemigrationservice.ModifyConversionConfigurationOutput, error) + ModifyConversionConfigurationWithContext(aws.Context, *databasemigrationservice.ModifyConversionConfigurationInput, ...request.Option) (*databasemigrationservice.ModifyConversionConfigurationOutput, error) + ModifyConversionConfigurationRequest(*databasemigrationservice.ModifyConversionConfigurationInput) (*request.Request, *databasemigrationservice.ModifyConversionConfigurationOutput) + + ModifyDataProvider(*databasemigrationservice.ModifyDataProviderInput) (*databasemigrationservice.ModifyDataProviderOutput, error) + ModifyDataProviderWithContext(aws.Context, *databasemigrationservice.ModifyDataProviderInput, ...request.Option) (*databasemigrationservice.ModifyDataProviderOutput, error) + ModifyDataProviderRequest(*databasemigrationservice.ModifyDataProviderInput) (*request.Request, *databasemigrationservice.ModifyDataProviderOutput) + ModifyEndpoint(*databasemigrationservice.ModifyEndpointInput) (*databasemigrationservice.ModifyEndpointOutput, error) ModifyEndpointWithContext(aws.Context, *databasemigrationservice.ModifyEndpointInput, ...request.Option) (*databasemigrationservice.ModifyEndpointOutput, error) ModifyEndpointRequest(*databasemigrationservice.ModifyEndpointInput) (*request.Request, *databasemigrationservice.ModifyEndpointOutput) @@ -386,6 +489,14 @@ type DatabaseMigrationServiceAPI interface { ModifyEventSubscriptionWithContext(aws.Context, *databasemigrationservice.ModifyEventSubscriptionInput, ...request.Option) (*databasemigrationservice.ModifyEventSubscriptionOutput, error) ModifyEventSubscriptionRequest(*databasemigrationservice.ModifyEventSubscriptionInput) (*request.Request, *databasemigrationservice.ModifyEventSubscriptionOutput) + ModifyInstanceProfile(*databasemigrationservice.ModifyInstanceProfileInput) (*databasemigrationservice.ModifyInstanceProfileOutput, error) + ModifyInstanceProfileWithContext(aws.Context, *databasemigrationservice.ModifyInstanceProfileInput, ...request.Option) (*databasemigrationservice.ModifyInstanceProfileOutput, error) + ModifyInstanceProfileRequest(*databasemigrationservice.ModifyInstanceProfileInput) (*request.Request, *databasemigrationservice.ModifyInstanceProfileOutput) + + ModifyMigrationProject(*databasemigrationservice.ModifyMigrationProjectInput) (*databasemigrationservice.ModifyMigrationProjectOutput, error) + ModifyMigrationProjectWithContext(aws.Context, *databasemigrationservice.ModifyMigrationProjectInput, ...request.Option) (*databasemigrationservice.ModifyMigrationProjectOutput, error) + ModifyMigrationProjectRequest(*databasemigrationservice.ModifyMigrationProjectInput) (*request.Request, *databasemigrationservice.ModifyMigrationProjectOutput) + ModifyReplicationConfig(*databasemigrationservice.ModifyReplicationConfigInput) (*databasemigrationservice.ModifyReplicationConfigOutput, error) ModifyReplicationConfigWithContext(aws.Context, *databasemigrationservice.ModifyReplicationConfigInput, ...request.Option) (*databasemigrationservice.ModifyReplicationConfigOutput, error) ModifyReplicationConfigRequest(*databasemigrationservice.ModifyReplicationConfigInput) (*request.Request, *databasemigrationservice.ModifyReplicationConfigOutput) @@ -430,6 +541,30 @@ type DatabaseMigrationServiceAPI interface { RunFleetAdvisorLsaAnalysisWithContext(aws.Context, *databasemigrationservice.RunFleetAdvisorLsaAnalysisInput, ...request.Option) (*databasemigrationservice.RunFleetAdvisorLsaAnalysisOutput, error) RunFleetAdvisorLsaAnalysisRequest(*databasemigrationservice.RunFleetAdvisorLsaAnalysisInput) (*request.Request, *databasemigrationservice.RunFleetAdvisorLsaAnalysisOutput) + StartExtensionPackAssociation(*databasemigrationservice.StartExtensionPackAssociationInput) (*databasemigrationservice.StartExtensionPackAssociationOutput, error) + StartExtensionPackAssociationWithContext(aws.Context, *databasemigrationservice.StartExtensionPackAssociationInput, ...request.Option) (*databasemigrationservice.StartExtensionPackAssociationOutput, error) + StartExtensionPackAssociationRequest(*databasemigrationservice.StartExtensionPackAssociationInput) (*request.Request, *databasemigrationservice.StartExtensionPackAssociationOutput) + + StartMetadataModelAssessment(*databasemigrationservice.StartMetadataModelAssessmentInput) (*databasemigrationservice.StartMetadataModelAssessmentOutput, error) + StartMetadataModelAssessmentWithContext(aws.Context, *databasemigrationservice.StartMetadataModelAssessmentInput, ...request.Option) (*databasemigrationservice.StartMetadataModelAssessmentOutput, error) + StartMetadataModelAssessmentRequest(*databasemigrationservice.StartMetadataModelAssessmentInput) (*request.Request, *databasemigrationservice.StartMetadataModelAssessmentOutput) + + StartMetadataModelConversion(*databasemigrationservice.StartMetadataModelConversionInput) (*databasemigrationservice.StartMetadataModelConversionOutput, error) + StartMetadataModelConversionWithContext(aws.Context, *databasemigrationservice.StartMetadataModelConversionInput, ...request.Option) (*databasemigrationservice.StartMetadataModelConversionOutput, error) + StartMetadataModelConversionRequest(*databasemigrationservice.StartMetadataModelConversionInput) (*request.Request, *databasemigrationservice.StartMetadataModelConversionOutput) + + StartMetadataModelExportAsScript(*databasemigrationservice.StartMetadataModelExportAsScriptInput) (*databasemigrationservice.StartMetadataModelExportAsScriptOutput, error) + StartMetadataModelExportAsScriptWithContext(aws.Context, *databasemigrationservice.StartMetadataModelExportAsScriptInput, ...request.Option) (*databasemigrationservice.StartMetadataModelExportAsScriptOutput, error) + StartMetadataModelExportAsScriptRequest(*databasemigrationservice.StartMetadataModelExportAsScriptInput) (*request.Request, *databasemigrationservice.StartMetadataModelExportAsScriptOutput) + + StartMetadataModelExportToTarget(*databasemigrationservice.StartMetadataModelExportToTargetInput) (*databasemigrationservice.StartMetadataModelExportToTargetOutput, error) + StartMetadataModelExportToTargetWithContext(aws.Context, *databasemigrationservice.StartMetadataModelExportToTargetInput, ...request.Option) (*databasemigrationservice.StartMetadataModelExportToTargetOutput, error) + StartMetadataModelExportToTargetRequest(*databasemigrationservice.StartMetadataModelExportToTargetInput) (*request.Request, *databasemigrationservice.StartMetadataModelExportToTargetOutput) + + StartMetadataModelImport(*databasemigrationservice.StartMetadataModelImportInput) (*databasemigrationservice.StartMetadataModelImportOutput, error) + StartMetadataModelImportWithContext(aws.Context, *databasemigrationservice.StartMetadataModelImportInput, ...request.Option) (*databasemigrationservice.StartMetadataModelImportOutput, error) + StartMetadataModelImportRequest(*databasemigrationservice.StartMetadataModelImportInput) (*request.Request, *databasemigrationservice.StartMetadataModelImportOutput) + StartRecommendations(*databasemigrationservice.StartRecommendationsInput) (*databasemigrationservice.StartRecommendationsOutput, error) StartRecommendationsWithContext(aws.Context, *databasemigrationservice.StartRecommendationsInput, ...request.Option) (*databasemigrationservice.StartRecommendationsOutput, error) StartRecommendationsRequest(*databasemigrationservice.StartRecommendationsInput) (*request.Request, *databasemigrationservice.StartRecommendationsOutput) diff --git a/service/ec2/api.go b/service/ec2/api.go index 062b4df3ffa..f9de38875d4 100644 --- a/service/ec2/api.go +++ b/service/ec2/api.go @@ -72923,6 +72923,21 @@ type CreateNetworkInterfaceInput struct { // it is UnauthorizedOperation. DryRun *bool `locationName:"dryRun" type:"boolean"` + // If you’re creating a network interface in a dual-stack or IPv6-only subnet, + // you have the option to assign a primary IPv6 IP address. A primary IPv6 address + // is an IPv6 GUA address associated with an ENI that you have enabled to use + // a primary IPv6 address. Use this option if the instance that this ENI will + // be attached to relies on its IPv6 address not changing. Amazon Web Services + // will automatically assign an IPv6 address associated with the ENI attached + // to your instance to be the primary IPv6 address. Once you enable an IPv6 + // GUA address to be a primary IPv6, you cannot disable it. When you enable + // an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made + // the primary IPv6 address until the instance is terminated or the network + // interface is detached. If you have multiple IPv6 addresses associated with + // an ENI attached to your instance and you enable a primary IPv6 address, the + // first IPv6 GUA address associated with the ENI becomes the primary IPv6 address. + EnablePrimaryIpv6 *bool `type:"boolean"` + // The IDs of one or more security groups. Groups []*string `locationName:"SecurityGroupId" locationNameList:"SecurityGroupId" type:"list"` @@ -73060,6 +73075,12 @@ func (s *CreateNetworkInterfaceInput) SetDryRun(v bool) *CreateNetworkInterfaceI return s } +// SetEnablePrimaryIpv6 sets the EnablePrimaryIpv6 field's value. +func (s *CreateNetworkInterfaceInput) SetEnablePrimaryIpv6(v bool) *CreateNetworkInterfaceInput { + s.EnablePrimaryIpv6 = &v + return s +} + // SetGroups sets the Groups field's value. func (s *CreateNetworkInterfaceInput) SetGroups(v []*string) *CreateNetworkInterfaceInput { s.Groups = v @@ -112880,8 +112901,7 @@ type EbsBlockDevice struct { // The ARN of the Outpost on which the snapshot is stored. // - // This parameter is only supported on BlockDeviceMapping objects called by - // CreateImage (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html). + // This parameter is not supported when using CreateImage (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html). OutpostArn *string `locationName:"outpostArn" type:"string"` // The ID of the snapshot. @@ -130058,6 +130078,13 @@ type InstanceIpv6Address struct { // The IPv6 address. Ipv6Address *string `locationName:"ipv6Address" type:"string"` + + // Determines if an IPv6 address associated with a network interface is the + // primary IPv6 address. When you enable an IPv6 GUA address to be a primary + // IPv6, the first IPv6 GUA will be made the primary IPv6 address until the + // instance is terminated or the network interface is detached. For more information, + // see RunInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html). + IsPrimaryIpv6 *bool `locationName:"isPrimaryIpv6" type:"boolean"` } // String returns the string representation. @@ -130084,6 +130111,12 @@ func (s *InstanceIpv6Address) SetIpv6Address(v string) *InstanceIpv6Address { return s } +// SetIsPrimaryIpv6 sets the IsPrimaryIpv6 field's value. +func (s *InstanceIpv6Address) SetIsPrimaryIpv6(v bool) *InstanceIpv6Address { + s.IsPrimaryIpv6 = &v + return s +} + // Describes an IPv6 address. type InstanceIpv6AddressRequest struct { _ struct{} `type:"structure"` @@ -130922,6 +130955,13 @@ type InstanceNetworkInterfaceSpecification struct { // specify a network interface ID in a launch specification. NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"` + // The primary IPv6 address of the network interface. When you enable an IPv6 + // GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary + // IPv6 address until the instance is terminated or the network interface is + // detached. For more information about primary IPv6 addresses, see RunInstances + // (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html). + PrimaryIpv6 *bool `type:"boolean"` + // The private IPv4 address of the network interface. Applies only if creating // a network interface when launching an instance. You cannot specify this option // if you're launching more than one instance in a RunInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) @@ -131054,6 +131094,12 @@ func (s *InstanceNetworkInterfaceSpecification) SetNetworkInterfaceId(v string) return s } +// SetPrimaryIpv6 sets the PrimaryIpv6 field's value. +func (s *InstanceNetworkInterfaceSpecification) SetPrimaryIpv6(v bool) *InstanceNetworkInterfaceSpecification { + s.PrimaryIpv6 = &v + return s +} + // SetPrivateIpAddress sets the PrivateIpAddress field's value. func (s *InstanceNetworkInterfaceSpecification) SetPrivateIpAddress(v string) *InstanceNetworkInterfaceSpecification { s.PrivateIpAddress = &v @@ -137434,6 +137480,13 @@ type LaunchTemplateInstanceNetworkInterfaceSpecification struct { // The ID of the network interface. NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"` + // The primary IPv6 address of the network interface. When you enable an IPv6 + // GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary + // IPv6 address until the instance is terminated or the network interface is + // detached. For more information about primary IPv6 addresses, see RunInstances + // (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html). + PrimaryIpv6 *bool `locationName:"primaryIpv6" type:"boolean"` + // The primary private IPv4 address of the network interface. PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"` @@ -137555,6 +137608,12 @@ func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetNetworkInterfac return s } +// SetPrimaryIpv6 sets the PrimaryIpv6 field's value. +func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetPrimaryIpv6(v bool) *LaunchTemplateInstanceNetworkInterfaceSpecification { + s.PrimaryIpv6 = &v + return s +} + // SetPrivateIpAddress sets the PrivateIpAddress field's value. func (s *LaunchTemplateInstanceNetworkInterfaceSpecification) SetPrivateIpAddress(v string) *LaunchTemplateInstanceNetworkInterfaceSpecification { s.PrivateIpAddress = &v @@ -137648,6 +137707,13 @@ type LaunchTemplateInstanceNetworkInterfaceSpecificationRequest struct { // The ID of the network interface. NetworkInterfaceId *string `type:"string"` + // The primary IPv6 address of the network interface. When you enable an IPv6 + // GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary + // IPv6 address until the instance is terminated or the network interface is + // detached. For more information about primary IPv6 addresses, see RunInstances + // (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html). + PrimaryIpv6 *bool `type:"boolean"` + // The primary private IPv4 address of the network interface. PrivateIpAddress *string `type:"string"` @@ -137769,6 +137835,12 @@ func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetNetworkI return s } +// SetPrimaryIpv6 sets the PrimaryIpv6 field's value. +func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetPrimaryIpv6(v bool) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest { + s.PrimaryIpv6 = &v + return s +} + // SetPrivateIpAddress sets the PrivateIpAddress field's value. func (s *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest) SetPrivateIpAddress(v string) *LaunchTemplateInstanceNetworkInterfaceSpecificationRequest { s.PrivateIpAddress = &v @@ -144423,6 +144495,21 @@ type ModifyNetworkInterfaceAttributeInput struct { // attached to the instance. EnaSrdSpecification *EnaSrdSpecification `type:"structure"` + // If you’re modifying a network interface in a dual-stack or IPv6-only subnet, + // you have the option to assign a primary IPv6 IP address. A primary IPv6 address + // is an IPv6 GUA address associated with an ENI that you have enabled to use + // a primary IPv6 address. Use this option if the instance that this ENI will + // be attached to relies on its IPv6 address not changing. Amazon Web Services + // will automatically assign an IPv6 address associated with the ENI attached + // to your instance to be the primary IPv6 address. Once you enable an IPv6 + // GUA address to be a primary IPv6, you cannot disable it. When you enable + // an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made + // the primary IPv6 address until the instance is terminated or the network + // interface is detached. If you have multiple IPv6 addresses associated with + // an ENI attached to your instance and you enable a primary IPv6 address, the + // first IPv6 GUA address associated with the ENI becomes the primary IPv6 address. + EnablePrimaryIpv6 *bool `type:"boolean"` + // Changes the security groups for the network interface. The new set of groups // you specify replaces the current set. You must specify at least one group, // even if it's just the default security group in the VPC. You must specify @@ -144498,6 +144585,12 @@ func (s *ModifyNetworkInterfaceAttributeInput) SetEnaSrdSpecification(v *EnaSrdS return s } +// SetEnablePrimaryIpv6 sets the EnablePrimaryIpv6 field's value. +func (s *ModifyNetworkInterfaceAttributeInput) SetEnablePrimaryIpv6(v bool) *ModifyNetworkInterfaceAttributeInput { + s.EnablePrimaryIpv6 = &v + return s +} + // SetGroups sets the Groups field's value. func (s *ModifyNetworkInterfaceAttributeInput) SetGroups(v []*string) *ModifyNetworkInterfaceAttributeInput { s.Groups = v @@ -151911,6 +152004,13 @@ type NetworkInterfaceIpv6Address struct { // The IPv6 address. Ipv6Address *string `locationName:"ipv6Address" type:"string"` + + // Determines if an IPv6 address associated with a network interface is the + // primary IPv6 address. When you enable an IPv6 GUA address to be a primary + // IPv6, the first IPv6 GUA will be made the primary IPv6 address until the + // instance is terminated or the network interface is detached. For more information, + // see ModifyNetworkInterfaceAttribute (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyNetworkInterfaceAttribute.html). + IsPrimaryIpv6 *bool `locationName:"isPrimaryIpv6" type:"boolean"` } // String returns the string representation. @@ -151937,6 +152037,12 @@ func (s *NetworkInterfaceIpv6Address) SetIpv6Address(v string) *NetworkInterface return s } +// SetIsPrimaryIpv6 sets the IsPrimaryIpv6 field's value. +func (s *NetworkInterfaceIpv6Address) SetIsPrimaryIpv6(v bool) *NetworkInterfaceIpv6Address { + s.IsPrimaryIpv6 = &v + return s +} + // Describes a permission for a network interface. type NetworkInterfacePermission struct { _ struct{} `type:"structure"` @@ -164029,6 +164135,21 @@ type RunInstancesInput struct { // are considered current customers and will be able to continue using the service. ElasticInferenceAccelerators []*ElasticInferenceAccelerator `locationName:"ElasticInferenceAccelerator" locationNameList:"item" type:"list"` + // If you’re launching an instance into a dual-stack or IPv6-only subnet, + // you can enable assigning a primary IPv6 address. A primary IPv6 address is + // an IPv6 GUA address associated with an ENI that you have enabled to use a + // primary IPv6 address. Use this option if an instance relies on its IPv6 address + // not changing. When you launch the instance, Amazon Web Services will automatically + // assign an IPv6 address associated with the ENI attached to your instance + // to be the primary IPv6 address. Once you enable an IPv6 GUA address to be + // a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address + // to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address + // until the instance is terminated or the network interface is detached. If + // you have multiple IPv6 addresses associated with an ENI attached to your + // instance and you enable a primary IPv6 address, the first IPv6 GUA address + // associated with the ENI becomes the primary IPv6 address. + EnablePrimaryIpv6 *bool `type:"boolean"` + // Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. // For more information, see What is Amazon Web Services Nitro Enclaves? (https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) // in the Amazon Web Services Nitro Enclaves User Guide. @@ -164366,6 +164487,12 @@ func (s *RunInstancesInput) SetElasticInferenceAccelerators(v []*ElasticInferenc return s } +// SetEnablePrimaryIpv6 sets the EnablePrimaryIpv6 field's value. +func (s *RunInstancesInput) SetEnablePrimaryIpv6(v bool) *RunInstancesInput { + s.EnablePrimaryIpv6 = &v + return s +} + // SetEnclaveOptions sets the EnclaveOptions field's value. func (s *RunInstancesInput) SetEnclaveOptions(v *EnclaveOptionsRequest) *RunInstancesInput { s.EnclaveOptions = v diff --git a/service/sagemaker/api.go b/service/sagemaker/api.go index 5ef57900b76..c18bc0f01b5 100644 --- a/service/sagemaker/api.go +++ b/service/sagemaker/api.go @@ -124527,6 +124527,9 @@ const ( // TrainingInstanceTypeMlTrn1n32xlarge is a TrainingInstanceType enum value TrainingInstanceTypeMlTrn1n32xlarge = "ml.trn1n.32xlarge" + + // TrainingInstanceTypeMlP548xlarge is a TrainingInstanceType enum value + TrainingInstanceTypeMlP548xlarge = "ml.p5.48xlarge" ) // TrainingInstanceType_Values returns all elements of the TrainingInstanceType enum @@ -124582,6 +124585,7 @@ func TrainingInstanceType_Values() []string { TrainingInstanceTypeMlTrn12xlarge, TrainingInstanceTypeMlTrn132xlarge, TrainingInstanceTypeMlTrn1n32xlarge, + TrainingInstanceTypeMlP548xlarge, } }