@aws-sdk/client-database-migration-service 3.382.0 → 3.384.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +216 -0
- package/dist-cjs/DatabaseMigrationService.js +54 -0
- package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
- package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
- package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
- package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +61 -83
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +10 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
- package/dist-es/DatabaseMigrationService.js +54 -0
- package/dist-es/commands/CreateDataProviderCommand.js +42 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
- package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
- package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
- package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
- package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +57 -76
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
- package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
- package/dist-es/pagination/index.js +10 -1
- package/dist-es/protocols/Aws_json1_1.js +1647 -270
- package/dist-types/DatabaseMigrationService.d.ts +189 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2419 -2006
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +374 -236
- package/dist-types/ts3.4/models/models_1.d.ts +312 -0
- package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1322 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
|
+
import { ComputeConfig, Connection, DataProviderDescriptorDefinition, EventSubscription, InstanceProfile, MigrationProject, MigrationTypeValue, RecommendationSettings, RefreshSchemasStatus, Replication, ReplicationConfig, ReplicationInstance, ReplicationSubnetGroup, ReplicationTask, ReplicationTaskAssessmentRun, SCApplicationAttributes } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p></p>
|
|
7
|
+
*/
|
|
8
|
+
export interface ModifyEventSubscriptionMessage {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>The name of the DMS event notification subscription to be modified.</p>
|
|
12
|
+
*/
|
|
13
|
+
SubscriptionName: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
|
|
17
|
+
* The ARN is created by Amazon SNS when you create a topic and subscribe to it.</p>
|
|
18
|
+
*/
|
|
19
|
+
SnsTopicArn?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p> The type of DMS resource that generates the events you want to subscribe to. </p>
|
|
23
|
+
* <p>Valid values: replication-instance | replication-task</p>
|
|
24
|
+
*/
|
|
25
|
+
SourceType?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* <p> A list of event categories for a source type that you want to subscribe to. Use the
|
|
29
|
+
* <code>DescribeEventCategories</code> action to see a list of event categories. </p>
|
|
30
|
+
*/
|
|
31
|
+
EventCategories?: string[];
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p> A Boolean value; set to <b>true</b> to activate the
|
|
35
|
+
* subscription. </p>
|
|
36
|
+
*/
|
|
37
|
+
Enabled?: boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* <p></p>
|
|
42
|
+
*/
|
|
43
|
+
export interface ModifyEventSubscriptionResponse {
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* <p>The modified event subscription.</p>
|
|
47
|
+
*/
|
|
48
|
+
EventSubscription?: EventSubscription;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface ModifyInstanceProfileMessage {
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
* <p>The identifier of the instance profile. Identifiers must begin with a letter and must contain
|
|
57
|
+
* only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive
|
|
58
|
+
* hyphens.</p>
|
|
59
|
+
*/
|
|
60
|
+
InstanceProfileIdentifier: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* <p>The Availability Zone where the instance profile runs.</p>
|
|
64
|
+
*/
|
|
65
|
+
AvailabilityZone?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt
|
|
69
|
+
* the connection parameters for the instance profile.</p>
|
|
70
|
+
* <p>If you don't specify a value for the <code>KmsKeyArn</code> parameter, then
|
|
71
|
+
* DMS uses your default encryption key.</p>
|
|
72
|
+
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a
|
|
73
|
+
* different default encryption key for each Amazon Web Services Region.</p>
|
|
74
|
+
*/
|
|
75
|
+
KmsKeyArn?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* <p>Specifies the accessibility options for the instance profile. A value of
|
|
79
|
+
* <code>true</code> represents an instance profile with a public IP address. A value of
|
|
80
|
+
* <code>false</code> represents an instance profile with a private IP address. The default value
|
|
81
|
+
* is <code>true</code>.</p>
|
|
82
|
+
*/
|
|
83
|
+
PubliclyAccessible?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* <p>Specifies the network type for the instance profile. A value of <code>IPV4</code>
|
|
87
|
+
* represents an instance profile with IPv4 network type and only supports IPv4 addressing.
|
|
88
|
+
* A value of <code>IPV6</code> represents an instance profile with IPv6 network type
|
|
89
|
+
* and only supports IPv6 addressing. A value of <code>DUAL</code> represents an instance
|
|
90
|
+
* profile with dual network type that supports IPv4 and IPv6 addressing.</p>
|
|
91
|
+
*/
|
|
92
|
+
NetworkType?: string;
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
* <p>A user-friendly name for the instance profile.</p>
|
|
96
|
+
*/
|
|
97
|
+
InstanceProfileName?: string;
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
* <p>A user-friendly description for the instance profile.</p>
|
|
101
|
+
*/
|
|
102
|
+
Description?: string;
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
* <p>A subnet group to associate with the instance profile.</p>
|
|
106
|
+
*/
|
|
107
|
+
SubnetGroupIdentifier?: string;
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
* <p>Specifies the VPC security groups to be used with the instance profile.
|
|
111
|
+
* The VPC security group must work with the VPC containing the instance profile.</p>
|
|
112
|
+
*/
|
|
113
|
+
VpcSecurityGroups?: string[];
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export interface ModifyInstanceProfileResponse {
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
* <p>The instance profile that was modified.</p>
|
|
122
|
+
*/
|
|
123
|
+
InstanceProfile?: InstanceProfile;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export interface ModifyMigrationProjectMessage {
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
* <p>The identifier of the migration project. Identifiers must begin with a letter
|
|
132
|
+
* and must contain only ASCII letters, digits, and hyphens. They can't end with
|
|
133
|
+
* a hyphen, or contain two consecutive hyphens.</p>
|
|
134
|
+
*/
|
|
135
|
+
MigrationProjectIdentifier: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
* <p>A user-friendly name for the migration project.</p>
|
|
139
|
+
*/
|
|
140
|
+
MigrationProjectName?: string;
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
* <p>Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.</p>
|
|
144
|
+
*/
|
|
145
|
+
SourceDataProviderDescriptors?: DataProviderDescriptorDefinition[];
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* <p>Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.</p>
|
|
149
|
+
*/
|
|
150
|
+
TargetDataProviderDescriptors?: DataProviderDescriptorDefinition[];
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* <p>The name or Amazon Resource Name (ARN) for the instance profile.</p>
|
|
154
|
+
*/
|
|
155
|
+
InstanceProfileIdentifier?: string;
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
* <p>The settings in JSON format for migration rules. Migration rules make it possible for you to change
|
|
159
|
+
* the object names according to the rules that you specify. For example, you can change an object name
|
|
160
|
+
* to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.</p>
|
|
161
|
+
*/
|
|
162
|
+
TransformationRules?: string;
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
* <p>A user-friendly description of the migration project.</p>
|
|
166
|
+
*/
|
|
167
|
+
Description?: string;
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
* <p>The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.</p>
|
|
171
|
+
*/
|
|
172
|
+
SchemaConversionApplicationAttributes?: SCApplicationAttributes;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export interface ModifyMigrationProjectResponse {
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
* <p>The migration project that was modified.</p>
|
|
181
|
+
*/
|
|
182
|
+
MigrationProject?: MigrationProject;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
* <p></p>
|
|
187
|
+
*/
|
|
188
|
+
export interface ModifyReplicationConfigMessage {
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
* <p>The Amazon Resource Name of the replication to modify.</p>
|
|
192
|
+
*/
|
|
193
|
+
ReplicationConfigArn: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
* <p>The new replication config to apply to the replication.</p>
|
|
197
|
+
*/
|
|
198
|
+
ReplicationConfigIdentifier?: string;
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
* <p>The type of replication.</p>
|
|
202
|
+
*/
|
|
203
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
* <p>Table mappings specified in the replication.</p>
|
|
207
|
+
*/
|
|
208
|
+
TableMappings?: string;
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* <p>The settings for the replication.</p>
|
|
212
|
+
*/
|
|
213
|
+
ReplicationSettings?: string;
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
* <p>Additional settings for the replication.</p>
|
|
217
|
+
*/
|
|
218
|
+
SupplementalSettings?: string;
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
* <p>Configuration parameters for provisioning an DMS Serverless replication.</p>
|
|
222
|
+
*/
|
|
223
|
+
ComputeConfig?: ComputeConfig;
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
* <p>The Amazon Resource Name (ARN) of the source endpoint for
|
|
227
|
+
* this DMS serverless replication configuration.</p>
|
|
228
|
+
*/
|
|
229
|
+
SourceEndpointArn?: string;
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
* <p>The Amazon Resource Name (ARN) of the target endpoint for
|
|
233
|
+
* this DMS serverless replication configuration.</p>
|
|
234
|
+
*/
|
|
235
|
+
TargetEndpointArn?: string;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export interface ModifyReplicationConfigResponse {
|
|
241
|
+
/**
|
|
242
|
+
* @public
|
|
243
|
+
* <p>Information about the serverless replication config that was modified.</p>
|
|
244
|
+
*/
|
|
245
|
+
ReplicationConfig?: ReplicationConfig;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* <p></p>
|
|
250
|
+
*/
|
|
251
|
+
export interface ModifyReplicationInstanceMessage {
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
255
|
+
*/
|
|
256
|
+
ReplicationInstanceArn: string | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
* <p>The amount of storage (in gigabytes) to be allocated for the replication
|
|
260
|
+
* instance.</p>
|
|
261
|
+
*/
|
|
262
|
+
AllocatedStorage?: number;
|
|
263
|
+
/**
|
|
264
|
+
* @public
|
|
265
|
+
* <p>Indicates whether the changes should be applied immediately or during the next
|
|
266
|
+
* maintenance window.</p>
|
|
267
|
+
*/
|
|
268
|
+
ApplyImmediately?: boolean;
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
* <p>The compute and memory capacity of the replication instance as defined for the specified
|
|
272
|
+
* replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>"dms.c4.large"</code>.</p>
|
|
273
|
+
* <p>For more information on the settings and capacities for the available replication instance classes, see
|
|
274
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth">
|
|
275
|
+
* Selecting the right DMS replication instance for your migration</a>.
|
|
276
|
+
* </p>
|
|
277
|
+
*/
|
|
278
|
+
ReplicationInstanceClass?: string;
|
|
279
|
+
/**
|
|
280
|
+
* @public
|
|
281
|
+
* <p> Specifies the VPC security group to be used with the replication instance. The VPC
|
|
282
|
+
* security group must work with the VPC containing the replication instance. </p>
|
|
283
|
+
*/
|
|
284
|
+
VpcSecurityGroupIds?: string[];
|
|
285
|
+
/**
|
|
286
|
+
* @public
|
|
287
|
+
* <p>The weekly time range (in UTC) during which system maintenance can occur, which might
|
|
288
|
+
* result in an outage. Changing this parameter does not result in an outage, except in the
|
|
289
|
+
* following situation, and the change is asynchronously applied as soon as possible. If
|
|
290
|
+
* moving this window to the current time, there must be at least 30 minutes between the
|
|
291
|
+
* current time and end of the window to ensure pending changes are applied.</p>
|
|
292
|
+
* <p>Default: Uses existing setting</p>
|
|
293
|
+
* <p>Format: ddd:hh24:mi-ddd:hh24:mi</p>
|
|
294
|
+
* <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>
|
|
295
|
+
* <p>Constraints: Must be at least 30 minutes</p>
|
|
296
|
+
*/
|
|
297
|
+
PreferredMaintenanceWindow?: string;
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
* <p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
|
|
301
|
+
* <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to
|
|
302
|
+
* <code>true</code>. </p>
|
|
303
|
+
*/
|
|
304
|
+
MultiAZ?: boolean;
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
* <p>The engine version number of the replication instance.</p>
|
|
308
|
+
* <p>When modifying a major engine version of an instance, also set
|
|
309
|
+
* <code>AllowMajorVersionUpgrade</code> to <code>true</code>.</p>
|
|
310
|
+
*/
|
|
311
|
+
EngineVersion?: string;
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
* <p>Indicates that major version upgrades are allowed. Changing this parameter does not
|
|
315
|
+
* result in an outage, and the change is asynchronously applied as soon as possible.</p>
|
|
316
|
+
* <p>This parameter must be set to <code>true</code> when specifying a value for the
|
|
317
|
+
* <code>EngineVersion</code> parameter that is a different major version than the
|
|
318
|
+
* replication instance's current version.</p>
|
|
319
|
+
*/
|
|
320
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
321
|
+
/**
|
|
322
|
+
* @public
|
|
323
|
+
* <p>A value that indicates that minor version upgrades are applied automatically to the
|
|
324
|
+
* replication instance during the maintenance window. Changing this parameter doesn't result
|
|
325
|
+
* in an outage, except in the case described following. The change is asynchronously applied
|
|
326
|
+
* as soon as possible. </p>
|
|
327
|
+
* <p>An outage does result if these factors apply: </p>
|
|
328
|
+
* <ul>
|
|
329
|
+
* <li>
|
|
330
|
+
* <p>This parameter is set to <code>true</code> during the maintenance window.</p>
|
|
331
|
+
* </li>
|
|
332
|
+
* <li>
|
|
333
|
+
* <p>A newer minor version is available. </p>
|
|
334
|
+
* </li>
|
|
335
|
+
* <li>
|
|
336
|
+
* <p>DMS has enabled automatic patching for the given engine version. </p>
|
|
337
|
+
* </li>
|
|
338
|
+
* </ul>
|
|
339
|
+
* <p>When <code>AutoMinorVersionUpgrade</code> is enabled, DMS uses the current default
|
|
340
|
+
* engine version when you modify a replication instance. For example, if you set
|
|
341
|
+
* <code>EngineVersion</code> to a lower version number than the current default version,
|
|
342
|
+
* DMS uses the default version.</p>
|
|
343
|
+
* <p>If <code>AutoMinorVersionUpgrade</code>
|
|
344
|
+
* <i>isn’t</i> enabled when you modify a replication instance, DMS uses the
|
|
345
|
+
* engine version specified by the <code>EngineVersion</code> parameter.</p>
|
|
346
|
+
*/
|
|
347
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
* <p>The replication instance identifier. This parameter is stored as a lowercase
|
|
351
|
+
* string.</p>
|
|
352
|
+
*/
|
|
353
|
+
ReplicationInstanceIdentifier?: string;
|
|
354
|
+
/**
|
|
355
|
+
* @public
|
|
356
|
+
* <p>The type of IP address protocol used by a replication instance,
|
|
357
|
+
* such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing.
|
|
358
|
+
* IPv6 only is not yet supported.</p>
|
|
359
|
+
*/
|
|
360
|
+
NetworkType?: string;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
* <p></p>
|
|
365
|
+
*/
|
|
366
|
+
export interface ModifyReplicationInstanceResponse {
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* <p>The modified replication instance.</p>
|
|
370
|
+
*/
|
|
371
|
+
ReplicationInstance?: ReplicationInstance;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* @public
|
|
375
|
+
* <p>An upgrade dependency is preventing the database migration.</p>
|
|
376
|
+
*/
|
|
377
|
+
export declare class UpgradeDependencyFailureFault extends __BaseException {
|
|
378
|
+
readonly name: "UpgradeDependencyFailureFault";
|
|
379
|
+
readonly $fault: "client";
|
|
380
|
+
/**
|
|
381
|
+
* @internal
|
|
382
|
+
*/
|
|
383
|
+
constructor(opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>);
|
|
384
|
+
}
|
|
385
|
+
/**
|
|
386
|
+
* @public
|
|
387
|
+
* <p></p>
|
|
388
|
+
*/
|
|
389
|
+
export interface ModifyReplicationSubnetGroupMessage {
|
|
390
|
+
/**
|
|
391
|
+
* @public
|
|
392
|
+
* <p>The name of the replication instance subnet group.</p>
|
|
393
|
+
*/
|
|
394
|
+
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* @public
|
|
397
|
+
* <p>A description for the replication instance subnet group.</p>
|
|
398
|
+
*/
|
|
399
|
+
ReplicationSubnetGroupDescription?: string;
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
* <p>A list of subnet IDs.</p>
|
|
403
|
+
*/
|
|
404
|
+
SubnetIds: string[] | undefined;
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
* <p></p>
|
|
409
|
+
*/
|
|
410
|
+
export interface ModifyReplicationSubnetGroupResponse {
|
|
411
|
+
/**
|
|
412
|
+
* @public
|
|
413
|
+
* <p>The modified replication subnet group.</p>
|
|
414
|
+
*/
|
|
415
|
+
ReplicationSubnetGroup?: ReplicationSubnetGroup;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
* <p>The specified subnet is already in use.</p>
|
|
420
|
+
*/
|
|
421
|
+
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
422
|
+
readonly name: "SubnetAlreadyInUse";
|
|
423
|
+
readonly $fault: "client";
|
|
424
|
+
/**
|
|
425
|
+
* @internal
|
|
426
|
+
*/
|
|
427
|
+
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* @public
|
|
431
|
+
* <p></p>
|
|
432
|
+
*/
|
|
433
|
+
export interface ModifyReplicationTaskMessage {
|
|
434
|
+
/**
|
|
435
|
+
* @public
|
|
436
|
+
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
437
|
+
*/
|
|
438
|
+
ReplicationTaskArn: string | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* @public
|
|
441
|
+
* <p>The replication task identifier.</p>
|
|
442
|
+
* <p>Constraints:</p>
|
|
443
|
+
* <ul>
|
|
444
|
+
* <li>
|
|
445
|
+
* <p>Must contain 1-255 alphanumeric characters or hyphens.</p>
|
|
446
|
+
* </li>
|
|
447
|
+
* <li>
|
|
448
|
+
* <p>First character must be a letter.</p>
|
|
449
|
+
* </li>
|
|
450
|
+
* <li>
|
|
451
|
+
* <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>
|
|
452
|
+
* </li>
|
|
453
|
+
* </ul>
|
|
454
|
+
*/
|
|
455
|
+
ReplicationTaskIdentifier?: string;
|
|
456
|
+
/**
|
|
457
|
+
* @public
|
|
458
|
+
* <p>The migration type. Valid values: <code>full-load</code> | <code>cdc</code> | <code>full-load-and-cdc</code>
|
|
459
|
+
* </p>
|
|
460
|
+
*/
|
|
461
|
+
MigrationType?: MigrationTypeValue | string;
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
* <p>When using the CLI or boto3, provide the path of the JSON file that contains the
|
|
465
|
+
* table mappings. Precede the path with <code>file://</code>. For example,
|
|
466
|
+
* <code>--table-mappings file://mappingfile.json</code>. When working with the DMS API,
|
|
467
|
+
* provide the JSON as the parameter value.
|
|
468
|
+
* </p>
|
|
469
|
+
*/
|
|
470
|
+
TableMappings?: string;
|
|
471
|
+
/**
|
|
472
|
+
* @public
|
|
473
|
+
* <p>JSON file that contains settings for the task, such as task metadata settings.</p>
|
|
474
|
+
*/
|
|
475
|
+
ReplicationTaskSettings?: string;
|
|
476
|
+
/**
|
|
477
|
+
* @public
|
|
478
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
479
|
+
* CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.
|
|
480
|
+
* Specifying both values results in an error.</p>
|
|
481
|
+
* <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>
|
|
482
|
+
*/
|
|
483
|
+
CdcStartTime?: Date;
|
|
484
|
+
/**
|
|
485
|
+
* @public
|
|
486
|
+
* <p>Indicates when you want a change data capture (CDC) operation to start. Use either
|
|
487
|
+
* CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
|
|
488
|
+
* Specifying both values results in an error.</p>
|
|
489
|
+
* <p> The value can be in date, checkpoint, or LSN/SCN format.</p>
|
|
490
|
+
* <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p>
|
|
491
|
+
* <p>Checkpoint Example: --cdc-start-position
|
|
492
|
+
* "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</p>
|
|
493
|
+
* <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>
|
|
494
|
+
* <note>
|
|
495
|
+
* <p>When you use this task setting with a source PostgreSQL database, a logical
|
|
496
|
+
* replication slot should already be created and associated with the source endpoint. You
|
|
497
|
+
* can verify this by setting the <code>slotName</code> extra connection attribute to the
|
|
498
|
+
* name of this logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra Connection Attributes When Using PostgreSQL as a Source
|
|
499
|
+
* for DMS</a>.</p>
|
|
500
|
+
* </note>
|
|
501
|
+
*/
|
|
502
|
+
CdcStartPosition?: string;
|
|
503
|
+
/**
|
|
504
|
+
* @public
|
|
505
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
506
|
+
* either server time or commit time.</p>
|
|
507
|
+
* <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p>
|
|
508
|
+
* <p>Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“</p>
|
|
509
|
+
*/
|
|
510
|
+
CdcStopPosition?: string;
|
|
511
|
+
/**
|
|
512
|
+
* @public
|
|
513
|
+
* <p>Supplemental information that the task requires to migrate the data for certain source and target endpoints.
|
|
514
|
+
* For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">Specifying Supplemental Data for Task Settings</a> in the
|
|
515
|
+
* <i>Database Migration Service User Guide.</i>
|
|
516
|
+
* </p>
|
|
517
|
+
*/
|
|
518
|
+
TaskData?: string;
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* @public
|
|
522
|
+
* <p></p>
|
|
523
|
+
*/
|
|
524
|
+
export interface ModifyReplicationTaskResponse {
|
|
525
|
+
/**
|
|
526
|
+
* @public
|
|
527
|
+
* <p>The replication task that was modified.</p>
|
|
528
|
+
*/
|
|
529
|
+
ReplicationTask?: ReplicationTask;
|
|
530
|
+
}
|
|
531
|
+
/**
|
|
532
|
+
* @public
|
|
533
|
+
* <p></p>
|
|
534
|
+
*/
|
|
535
|
+
export interface MoveReplicationTaskMessage {
|
|
536
|
+
/**
|
|
537
|
+
* @public
|
|
538
|
+
* <p>The Amazon Resource Name (ARN) of the task that you want to move.</p>
|
|
539
|
+
*/
|
|
540
|
+
ReplicationTaskArn: string | undefined;
|
|
541
|
+
/**
|
|
542
|
+
* @public
|
|
543
|
+
* <p>The ARN of the replication instance where you want to move the task to.</p>
|
|
544
|
+
*/
|
|
545
|
+
TargetReplicationInstanceArn: string | undefined;
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
* <p></p>
|
|
550
|
+
*/
|
|
551
|
+
export interface MoveReplicationTaskResponse {
|
|
552
|
+
/**
|
|
553
|
+
* @public
|
|
554
|
+
* <p>The replication task that was moved.</p>
|
|
555
|
+
*/
|
|
556
|
+
ReplicationTask?: ReplicationTask;
|
|
557
|
+
}
|
|
558
|
+
/**
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
export interface RebootReplicationInstanceMessage {
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
565
|
+
*/
|
|
566
|
+
ReplicationInstanceArn: string | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* @public
|
|
569
|
+
* <p>If this parameter is <code>true</code>, the reboot is conducted through a Multi-AZ
|
|
570
|
+
* failover. If the instance isn't configured for Multi-AZ, then you can't specify
|
|
571
|
+
* <code>true</code>. ( <code>--force-planned-failover</code> and <code>--force-failover</code> can't both be set to <code>true</code>.)</p>
|
|
572
|
+
*/
|
|
573
|
+
ForceFailover?: boolean;
|
|
574
|
+
/**
|
|
575
|
+
* @public
|
|
576
|
+
* <p>If this parameter is <code>true</code>, the reboot is conducted through a planned Multi-AZ failover
|
|
577
|
+
* where resources are released and cleaned up prior to conducting the failover.
|
|
578
|
+
* If the instance isn''t configured for Multi-AZ, then you can't specify <code>true</code>.
|
|
579
|
+
* ( <code>--force-planned-failover</code> and <code>--force-failover</code> can't both be set to <code>true</code>.)</p>
|
|
580
|
+
*/
|
|
581
|
+
ForcePlannedFailover?: boolean;
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
export interface RebootReplicationInstanceResponse {
|
|
587
|
+
/**
|
|
588
|
+
* @public
|
|
589
|
+
* <p>The replication instance that is being rebooted. </p>
|
|
590
|
+
*/
|
|
591
|
+
ReplicationInstance?: ReplicationInstance;
|
|
592
|
+
}
|
|
593
|
+
/**
|
|
594
|
+
* @public
|
|
595
|
+
* <p></p>
|
|
596
|
+
*/
|
|
597
|
+
export interface RefreshSchemasMessage {
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
|
|
601
|
+
*/
|
|
602
|
+
EndpointArn: string | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
606
|
+
*/
|
|
607
|
+
ReplicationInstanceArn: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
/**
|
|
610
|
+
* @public
|
|
611
|
+
* <p></p>
|
|
612
|
+
*/
|
|
613
|
+
export interface RefreshSchemasResponse {
|
|
614
|
+
/**
|
|
615
|
+
* @public
|
|
616
|
+
* <p>The status of the refreshed schema.</p>
|
|
617
|
+
*/
|
|
618
|
+
RefreshSchemasStatus?: RefreshSchemasStatus;
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* @public
|
|
622
|
+
* @enum
|
|
623
|
+
*/
|
|
624
|
+
export declare const ReloadOptionValue: {
|
|
625
|
+
readonly DATA_RELOAD: "data-reload";
|
|
626
|
+
readonly VALIDATE_ONLY: "validate-only";
|
|
627
|
+
};
|
|
628
|
+
/**
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
631
|
+
export type ReloadOptionValue = (typeof ReloadOptionValue)[keyof typeof ReloadOptionValue];
|
|
632
|
+
/**
|
|
633
|
+
* @public
|
|
634
|
+
* <p>Provides the name of the schema and table to be reloaded.</p>
|
|
635
|
+
*/
|
|
636
|
+
export interface TableToReload {
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
* <p>The schema name of the table to be reloaded.</p>
|
|
640
|
+
*/
|
|
641
|
+
SchemaName: string | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* @public
|
|
644
|
+
* <p>The table name of the table to be reloaded.</p>
|
|
645
|
+
*/
|
|
646
|
+
TableName: string | undefined;
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* @public
|
|
650
|
+
* <p></p>
|
|
651
|
+
*/
|
|
652
|
+
export interface ReloadReplicationTablesMessage {
|
|
653
|
+
/**
|
|
654
|
+
* @public
|
|
655
|
+
* <p>The Amazon Resource Name of the replication config for which to reload tables.</p>
|
|
656
|
+
*/
|
|
657
|
+
ReplicationConfigArn: string | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* @public
|
|
660
|
+
* <p>The list of tables to reload.</p>
|
|
661
|
+
*/
|
|
662
|
+
TablesToReload: TableToReload[] | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* @public
|
|
665
|
+
* <p>Options for reload. Specify <code>data-reload</code> to reload the data and re-validate
|
|
666
|
+
* it if validation is enabled. Specify <code>validate-only</code> to re-validate the table.
|
|
667
|
+
* This option applies only when validation is enabled for the replication. </p>
|
|
668
|
+
*/
|
|
669
|
+
ReloadOption?: ReloadOptionValue | string;
|
|
670
|
+
}
|
|
671
|
+
/**
|
|
672
|
+
* @public
|
|
673
|
+
* <p></p>
|
|
674
|
+
*/
|
|
675
|
+
export interface ReloadReplicationTablesResponse {
|
|
676
|
+
/**
|
|
677
|
+
* @public
|
|
678
|
+
* <p>The Amazon Resource Name of the replication config for which to reload tables.</p>
|
|
679
|
+
*/
|
|
680
|
+
ReplicationConfigArn?: string;
|
|
681
|
+
}
|
|
682
|
+
/**
|
|
683
|
+
* @public
|
|
684
|
+
*/
|
|
685
|
+
export interface ReloadTablesMessage {
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
* <p>The Amazon Resource Name (ARN) of the replication task. </p>
|
|
689
|
+
*/
|
|
690
|
+
ReplicationTaskArn: string | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* @public
|
|
693
|
+
* <p>The name and schema of the table to be reloaded. </p>
|
|
694
|
+
*/
|
|
695
|
+
TablesToReload: TableToReload[] | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* @public
|
|
698
|
+
* <p>Options for reload. Specify <code>data-reload</code> to reload the data and re-validate
|
|
699
|
+
* it if validation is enabled. Specify <code>validate-only</code> to re-validate the table.
|
|
700
|
+
* This option applies only when validation is enabled for the task. </p>
|
|
701
|
+
* <p>Valid values: data-reload, validate-only</p>
|
|
702
|
+
* <p>Default value is data-reload.</p>
|
|
703
|
+
*/
|
|
704
|
+
ReloadOption?: ReloadOptionValue | string;
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
export interface ReloadTablesResponse {
|
|
710
|
+
/**
|
|
711
|
+
* @public
|
|
712
|
+
* <p>The Amazon Resource Name (ARN) of the replication task. </p>
|
|
713
|
+
*/
|
|
714
|
+
ReplicationTaskArn?: string;
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* @public
|
|
718
|
+
* <p>Removes one or more tags from an DMS resource.</p>
|
|
719
|
+
*/
|
|
720
|
+
export interface RemoveTagsFromResourceMessage {
|
|
721
|
+
/**
|
|
722
|
+
* @public
|
|
723
|
+
* <p>An DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).</p>
|
|
724
|
+
*/
|
|
725
|
+
ResourceArn: string | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
* <p>The tag key (name) of the tag to be removed.</p>
|
|
729
|
+
*/
|
|
730
|
+
TagKeys: string[] | undefined;
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
* <p></p>
|
|
735
|
+
*/
|
|
736
|
+
export interface RemoveTagsFromResourceResponse {
|
|
737
|
+
}
|
|
738
|
+
/**
|
|
739
|
+
* @public
|
|
740
|
+
*/
|
|
741
|
+
export interface RunFleetAdvisorLsaAnalysisResponse {
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
* <p>The ID of the LSA analysis run.</p>
|
|
745
|
+
*/
|
|
746
|
+
LsaAnalysisId?: string;
|
|
747
|
+
/**
|
|
748
|
+
* @public
|
|
749
|
+
* <p>The status of the LSA analysis, for example <code>COMPLETED</code>.</p>
|
|
750
|
+
*/
|
|
751
|
+
Status?: string;
|
|
752
|
+
}
|
|
753
|
+
/**
|
|
754
|
+
* @public
|
|
755
|
+
*/
|
|
756
|
+
export interface StartExtensionPackAssociationMessage {
|
|
757
|
+
/**
|
|
758
|
+
* @public
|
|
759
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
760
|
+
*/
|
|
761
|
+
MigrationProjectIdentifier: string | undefined;
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
export interface StartExtensionPackAssociationResponse {
|
|
767
|
+
/**
|
|
768
|
+
* @public
|
|
769
|
+
* <p>The identifier for the request operation.</p>
|
|
770
|
+
*/
|
|
771
|
+
RequestIdentifier?: string;
|
|
772
|
+
}
|
|
773
|
+
/**
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
export interface StartMetadataModelAssessmentMessage {
|
|
777
|
+
/**
|
|
778
|
+
* @public
|
|
779
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
780
|
+
*/
|
|
781
|
+
MigrationProjectIdentifier: string | undefined;
|
|
782
|
+
/**
|
|
783
|
+
* @public
|
|
784
|
+
* <p>A value that specifies the database objects to assess.</p>
|
|
785
|
+
*/
|
|
786
|
+
SelectionRules: string | undefined;
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* @public
|
|
790
|
+
*/
|
|
791
|
+
export interface StartMetadataModelAssessmentResponse {
|
|
792
|
+
/**
|
|
793
|
+
* @public
|
|
794
|
+
* <p>The identifier for the assessment operation.</p>
|
|
795
|
+
*/
|
|
796
|
+
RequestIdentifier?: string;
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
export interface StartMetadataModelConversionMessage {
|
|
802
|
+
/**
|
|
803
|
+
* @public
|
|
804
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
805
|
+
*/
|
|
806
|
+
MigrationProjectIdentifier: string | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* @public
|
|
809
|
+
* <p>A value that specifies the database objects to convert.</p>
|
|
810
|
+
*/
|
|
811
|
+
SelectionRules: string | undefined;
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* @public
|
|
815
|
+
*/
|
|
816
|
+
export interface StartMetadataModelConversionResponse {
|
|
817
|
+
/**
|
|
818
|
+
* @public
|
|
819
|
+
* <p>The identifier for the conversion operation.</p>
|
|
820
|
+
*/
|
|
821
|
+
RequestIdentifier?: string;
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* @public
|
|
825
|
+
* @enum
|
|
826
|
+
*/
|
|
827
|
+
export declare const OriginTypeValue: {
|
|
828
|
+
readonly SOURCE: "SOURCE";
|
|
829
|
+
readonly TARGET: "TARGET";
|
|
830
|
+
};
|
|
831
|
+
/**
|
|
832
|
+
* @public
|
|
833
|
+
*/
|
|
834
|
+
export type OriginTypeValue = (typeof OriginTypeValue)[keyof typeof OriginTypeValue];
|
|
835
|
+
/**
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
export interface StartMetadataModelExportAsScriptMessage {
|
|
839
|
+
/**
|
|
840
|
+
* @public
|
|
841
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
842
|
+
*/
|
|
843
|
+
MigrationProjectIdentifier: string | undefined;
|
|
844
|
+
/**
|
|
845
|
+
* @public
|
|
846
|
+
* <p>A value that specifies the database objects to export.</p>
|
|
847
|
+
*/
|
|
848
|
+
SelectionRules: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* @public
|
|
851
|
+
* <p>Whether to export the metadata model from the source or the target.</p>
|
|
852
|
+
*/
|
|
853
|
+
Origin: OriginTypeValue | string | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* @public
|
|
856
|
+
* <p>The name of the model file to create in the Amazon S3 bucket.</p>
|
|
857
|
+
*/
|
|
858
|
+
FileName?: string;
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
export interface StartMetadataModelExportAsScriptResponse {
|
|
864
|
+
/**
|
|
865
|
+
* @public
|
|
866
|
+
* <p>The identifier for the export operation.</p>
|
|
867
|
+
*/
|
|
868
|
+
RequestIdentifier?: string;
|
|
869
|
+
}
|
|
870
|
+
/**
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
export interface StartMetadataModelExportToTargetMessage {
|
|
874
|
+
/**
|
|
875
|
+
* @public
|
|
876
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
877
|
+
*/
|
|
878
|
+
MigrationProjectIdentifier: string | undefined;
|
|
879
|
+
/**
|
|
880
|
+
* @public
|
|
881
|
+
* <p>A value that specifies the database objects to export.</p>
|
|
882
|
+
*/
|
|
883
|
+
SelectionRules: string | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* @public
|
|
886
|
+
* <p>Whether to overwrite the migration project extension pack. An extension pack is an add-on module
|
|
887
|
+
* that emulates functions present in a source database that are required when converting objects
|
|
888
|
+
* to the target database.</p>
|
|
889
|
+
*/
|
|
890
|
+
OverwriteExtensionPack?: boolean;
|
|
891
|
+
}
|
|
892
|
+
/**
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
export interface StartMetadataModelExportToTargetResponse {
|
|
896
|
+
/**
|
|
897
|
+
* @public
|
|
898
|
+
* <p>The identifier for the export operation.</p>
|
|
899
|
+
*/
|
|
900
|
+
RequestIdentifier?: string;
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
export interface StartMetadataModelImportMessage {
|
|
906
|
+
/**
|
|
907
|
+
* @public
|
|
908
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
909
|
+
*/
|
|
910
|
+
MigrationProjectIdentifier: string | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* @public
|
|
913
|
+
* <p>A value that specifies the database objects to import.</p>
|
|
914
|
+
*/
|
|
915
|
+
SelectionRules: string | undefined;
|
|
916
|
+
/**
|
|
917
|
+
* @public
|
|
918
|
+
* <p>Whether to load metadata to the source or target database.</p>
|
|
919
|
+
*/
|
|
920
|
+
Origin: OriginTypeValue | string | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* @public
|
|
923
|
+
* <p>If <code>true</code>, DMS loads metadata for the specified objects from the source database.</p>
|
|
924
|
+
*/
|
|
925
|
+
Refresh?: boolean;
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
export interface StartMetadataModelImportResponse {
|
|
931
|
+
/**
|
|
932
|
+
* @public
|
|
933
|
+
* <p>The identifier for the import operation.</p>
|
|
934
|
+
*/
|
|
935
|
+
RequestIdentifier?: string;
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
export interface StartRecommendationsRequest {
|
|
941
|
+
/**
|
|
942
|
+
* @public
|
|
943
|
+
* <p>The identifier of the source database to analyze and provide recommendations
|
|
944
|
+
* for.</p>
|
|
945
|
+
*/
|
|
946
|
+
DatabaseId: string | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* @public
|
|
949
|
+
* <p>The settings in JSON format that Fleet Advisor uses to determine target engine
|
|
950
|
+
* recommendations. These parameters include target instance sizing and availability and
|
|
951
|
+
* durability settings. For target instance sizing, Fleet Advisor supports the following
|
|
952
|
+
* two options: total capacity and resource utilization. For availability and durability,
|
|
953
|
+
* Fleet Advisor supports the following two options: production (Multi-AZ deployments) and
|
|
954
|
+
* Dev/Test (Single-AZ deployments).</p>
|
|
955
|
+
*/
|
|
956
|
+
Settings: RecommendationSettings | undefined;
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* @public
|
|
960
|
+
* <p></p>
|
|
961
|
+
*/
|
|
962
|
+
export interface StartReplicationMessage {
|
|
963
|
+
/**
|
|
964
|
+
* @public
|
|
965
|
+
* <p>The Amazon Resource Name of the replication for which to start replication.</p>
|
|
966
|
+
*/
|
|
967
|
+
ReplicationConfigArn: string | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* @public
|
|
970
|
+
* <p>The replication type.</p>
|
|
971
|
+
*/
|
|
972
|
+
StartReplicationType: string | undefined;
|
|
973
|
+
/**
|
|
974
|
+
* @public
|
|
975
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either <code>CdcStartTime</code>
|
|
976
|
+
* or <code>CdcStartPosition</code> to specify when you want a CDC operation to start. Specifying both values results in an error.</p>
|
|
977
|
+
*/
|
|
978
|
+
CdcStartTime?: Date;
|
|
979
|
+
/**
|
|
980
|
+
* @public
|
|
981
|
+
* <p>Indicates when you want a change data capture (CDC) operation to start. Use either
|
|
982
|
+
* <code>CdcStartPosition</code> or <code>CdcStartTime</code> to specify when you want a
|
|
983
|
+
* CDC operation to start. Specifying both values results in an error.</p>
|
|
984
|
+
* <p>The value can be in date, checkpoint, or LSN/SCN format.</p>
|
|
985
|
+
*/
|
|
986
|
+
CdcStartPosition?: string;
|
|
987
|
+
/**
|
|
988
|
+
* @public
|
|
989
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
990
|
+
* either server time or commit time.</p>
|
|
991
|
+
*/
|
|
992
|
+
CdcStopPosition?: string;
|
|
993
|
+
}
|
|
994
|
+
/**
|
|
995
|
+
* @public
|
|
996
|
+
* <p></p>
|
|
997
|
+
*/
|
|
998
|
+
export interface StartReplicationResponse {
|
|
999
|
+
/**
|
|
1000
|
+
* @public
|
|
1001
|
+
* <p>The replication that DMS started.</p>
|
|
1002
|
+
*/
|
|
1003
|
+
Replication?: Replication;
|
|
1004
|
+
}
|
|
1005
|
+
/**
|
|
1006
|
+
* @public
|
|
1007
|
+
* @enum
|
|
1008
|
+
*/
|
|
1009
|
+
export declare const StartReplicationTaskTypeValue: {
|
|
1010
|
+
readonly RELOAD_TARGET: "reload-target";
|
|
1011
|
+
readonly RESUME_PROCESSING: "resume-processing";
|
|
1012
|
+
readonly START_REPLICATION: "start-replication";
|
|
1013
|
+
};
|
|
1014
|
+
/**
|
|
1015
|
+
* @public
|
|
1016
|
+
*/
|
|
1017
|
+
export type StartReplicationTaskTypeValue = (typeof StartReplicationTaskTypeValue)[keyof typeof StartReplicationTaskTypeValue];
|
|
1018
|
+
/**
|
|
1019
|
+
* @public
|
|
1020
|
+
* <p></p>
|
|
1021
|
+
*/
|
|
1022
|
+
export interface StartReplicationTaskMessage {
|
|
1023
|
+
/**
|
|
1024
|
+
* @public
|
|
1025
|
+
* <p>The Amazon Resource Name (ARN) of the replication task to be started.</p>
|
|
1026
|
+
*/
|
|
1027
|
+
ReplicationTaskArn: string | undefined;
|
|
1028
|
+
/**
|
|
1029
|
+
* @public
|
|
1030
|
+
* <p>The type of replication task to start.</p>
|
|
1031
|
+
* <p>When the migration type is <code>full-load</code> or <code>full-load-and-cdc</code>, the only valid value
|
|
1032
|
+
* for the first run of the task is <code>start-replication</code>. This option will start the migration.</p>
|
|
1033
|
+
* <p>You can also use <a>ReloadTables</a> to reload specific tables that failed during migration instead
|
|
1034
|
+
* of restarting the task.</p>
|
|
1035
|
+
* <p>The <code>resume-processing</code> option isn't applicable for a full-load task,
|
|
1036
|
+
* because you can't resume partially loaded tables during the full load phase.</p>
|
|
1037
|
+
* <p>For a <code>full-load-and-cdc</code> task, DMS migrates table data, and then applies data changes
|
|
1038
|
+
* that occur on the source. To load all the tables again, and start capturing source changes,
|
|
1039
|
+
* use <code>reload-target</code>. Otherwise use <code>resume-processing</code>, to replicate the
|
|
1040
|
+
* changes from the last stop position.</p>
|
|
1041
|
+
*/
|
|
1042
|
+
StartReplicationTaskType: StartReplicationTaskTypeValue | string | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* @public
|
|
1045
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
1046
|
+
* CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.
|
|
1047
|
+
* Specifying both values results in an error.</p>
|
|
1048
|
+
* <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>
|
|
1049
|
+
*/
|
|
1050
|
+
CdcStartTime?: Date;
|
|
1051
|
+
/**
|
|
1052
|
+
* @public
|
|
1053
|
+
* <p>Indicates when you want a change data capture (CDC) operation to start. Use either
|
|
1054
|
+
* CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
|
|
1055
|
+
* Specifying both values results in an error.</p>
|
|
1056
|
+
* <p> The value can be in date, checkpoint, or LSN/SCN format.</p>
|
|
1057
|
+
* <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p>
|
|
1058
|
+
* <p>Checkpoint Example: --cdc-start-position
|
|
1059
|
+
* "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</p>
|
|
1060
|
+
* <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>
|
|
1061
|
+
* <note>
|
|
1062
|
+
* <p>When you use this task setting with a source PostgreSQL database, a logical
|
|
1063
|
+
* replication slot should already be created and associated with the source endpoint. You
|
|
1064
|
+
* can verify this by setting the <code>slotName</code> extra connection attribute to the
|
|
1065
|
+
* name of this logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra Connection Attributes When Using PostgreSQL as a Source
|
|
1066
|
+
* for DMS</a>.</p>
|
|
1067
|
+
* </note>
|
|
1068
|
+
*/
|
|
1069
|
+
CdcStartPosition?: string;
|
|
1070
|
+
/**
|
|
1071
|
+
* @public
|
|
1072
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
1073
|
+
* either server time or commit time.</p>
|
|
1074
|
+
* <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p>
|
|
1075
|
+
* <p>Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12“</p>
|
|
1076
|
+
*/
|
|
1077
|
+
CdcStopPosition?: string;
|
|
1078
|
+
}
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
* <p></p>
|
|
1082
|
+
*/
|
|
1083
|
+
export interface StartReplicationTaskResponse {
|
|
1084
|
+
/**
|
|
1085
|
+
* @public
|
|
1086
|
+
* <p>The replication task started.</p>
|
|
1087
|
+
*/
|
|
1088
|
+
ReplicationTask?: ReplicationTask;
|
|
1089
|
+
}
|
|
1090
|
+
/**
|
|
1091
|
+
* @public
|
|
1092
|
+
* <p></p>
|
|
1093
|
+
*/
|
|
1094
|
+
export interface StartReplicationTaskAssessmentMessage {
|
|
1095
|
+
/**
|
|
1096
|
+
* @public
|
|
1097
|
+
* <p> The Amazon Resource Name (ARN) of the replication task. </p>
|
|
1098
|
+
*/
|
|
1099
|
+
ReplicationTaskArn: string | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
* @public
|
|
1103
|
+
* <p></p>
|
|
1104
|
+
*/
|
|
1105
|
+
export interface StartReplicationTaskAssessmentResponse {
|
|
1106
|
+
/**
|
|
1107
|
+
* @public
|
|
1108
|
+
* <p> The assessed replication task. </p>
|
|
1109
|
+
*/
|
|
1110
|
+
ReplicationTask?: ReplicationTask;
|
|
1111
|
+
}
|
|
1112
|
+
/**
|
|
1113
|
+
* @public
|
|
1114
|
+
* <p>An Key Management Service (KMS) error is preventing access to KMS.</p>
|
|
1115
|
+
*/
|
|
1116
|
+
export declare class KMSFault extends __BaseException {
|
|
1117
|
+
readonly name: "KMSFault";
|
|
1118
|
+
readonly $fault: "client";
|
|
1119
|
+
/**
|
|
1120
|
+
* @internal
|
|
1121
|
+
*/
|
|
1122
|
+
constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
|
|
1123
|
+
}
|
|
1124
|
+
/**
|
|
1125
|
+
* @public
|
|
1126
|
+
* <p></p>
|
|
1127
|
+
*/
|
|
1128
|
+
export interface StartReplicationTaskAssessmentRunMessage {
|
|
1129
|
+
/**
|
|
1130
|
+
* @public
|
|
1131
|
+
* <p>Amazon Resource Name (ARN) of the migration task associated with the premigration
|
|
1132
|
+
* assessment run that you want to start.</p>
|
|
1133
|
+
*/
|
|
1134
|
+
ReplicationTaskArn: string | undefined;
|
|
1135
|
+
/**
|
|
1136
|
+
* @public
|
|
1137
|
+
* <p>ARN of the service role needed to start the assessment run. The role must allow the <code>iam:PassRole</code> action.</p>
|
|
1138
|
+
*/
|
|
1139
|
+
ServiceAccessRoleArn: string | undefined;
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
* <p>Amazon S3 bucket where you want DMS to store the results of this assessment
|
|
1143
|
+
* run.</p>
|
|
1144
|
+
*/
|
|
1145
|
+
ResultLocationBucket: string | undefined;
|
|
1146
|
+
/**
|
|
1147
|
+
* @public
|
|
1148
|
+
* <p>Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment
|
|
1149
|
+
* run.</p>
|
|
1150
|
+
*/
|
|
1151
|
+
ResultLocationFolder?: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* @public
|
|
1154
|
+
* <p>Encryption mode that you can specify to encrypt the results of this assessment run. If
|
|
1155
|
+
* you don't specify this request parameter, DMS stores the assessment run results
|
|
1156
|
+
* without encryption. You can specify one of the options following:</p>
|
|
1157
|
+
* <ul>
|
|
1158
|
+
* <li>
|
|
1159
|
+
* <p>
|
|
1160
|
+
* <code>"SSE_S3"</code> – The server-side encryption provided as a default by
|
|
1161
|
+
* Amazon S3.</p>
|
|
1162
|
+
* </li>
|
|
1163
|
+
* <li>
|
|
1164
|
+
* <p>
|
|
1165
|
+
* <code>"SSE_KMS"</code> – Key Management Service (KMS) encryption.
|
|
1166
|
+
* This encryption can use either a custom KMS encryption key that you specify or the
|
|
1167
|
+
* default KMS encryption key that DMS provides.</p>
|
|
1168
|
+
* </li>
|
|
1169
|
+
* </ul>
|
|
1170
|
+
*/
|
|
1171
|
+
ResultEncryptionMode?: string;
|
|
1172
|
+
/**
|
|
1173
|
+
* @public
|
|
1174
|
+
* <p>ARN of a custom KMS encryption key that you specify when you set
|
|
1175
|
+
* <code>ResultEncryptionMode</code> to <code>"SSE_KMS</code>".</p>
|
|
1176
|
+
*/
|
|
1177
|
+
ResultKmsKeyArn?: string;
|
|
1178
|
+
/**
|
|
1179
|
+
* @public
|
|
1180
|
+
* <p>Unique name to identify the assessment run.</p>
|
|
1181
|
+
*/
|
|
1182
|
+
AssessmentRunName: string | undefined;
|
|
1183
|
+
/**
|
|
1184
|
+
* @public
|
|
1185
|
+
* <p>Space-separated list of names for specific individual assessments that you want to
|
|
1186
|
+
* include. These names come from the default list of individual assessments that DMS
|
|
1187
|
+
* supports for the associated migration task. This task is specified by
|
|
1188
|
+
* <code>ReplicationTaskArn</code>.</p>
|
|
1189
|
+
* <note>
|
|
1190
|
+
* <p>You can't set a value for <code>IncludeOnly</code> if you also set a value for
|
|
1191
|
+
* <code>Exclude</code> in the API operation. </p>
|
|
1192
|
+
* <p>To identify the names of the default individual assessments that DMS
|
|
1193
|
+
* supports for the associated migration task, run the
|
|
1194
|
+
* <code>DescribeApplicableIndividualAssessments</code> operation using its own
|
|
1195
|
+
* <code>ReplicationTaskArn</code> request parameter.</p>
|
|
1196
|
+
* </note>
|
|
1197
|
+
*/
|
|
1198
|
+
IncludeOnly?: string[];
|
|
1199
|
+
/**
|
|
1200
|
+
* @public
|
|
1201
|
+
* <p>Space-separated list of names for specific individual assessments that you want to
|
|
1202
|
+
* exclude. These names come from the default list of individual assessments that DMS
|
|
1203
|
+
* supports for the associated migration task. This task is specified by
|
|
1204
|
+
* <code>ReplicationTaskArn</code>.</p>
|
|
1205
|
+
* <note>
|
|
1206
|
+
* <p>You can't set a value for <code>Exclude</code> if you also set a value for
|
|
1207
|
+
* <code>IncludeOnly</code> in the API operation.</p>
|
|
1208
|
+
* <p>To identify the names of the default individual assessments that DMS
|
|
1209
|
+
* supports for the associated migration task, run the
|
|
1210
|
+
* <code>DescribeApplicableIndividualAssessments</code> operation using its own
|
|
1211
|
+
* <code>ReplicationTaskArn</code> request parameter.</p>
|
|
1212
|
+
* </note>
|
|
1213
|
+
*/
|
|
1214
|
+
Exclude?: string[];
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* @public
|
|
1218
|
+
* <p></p>
|
|
1219
|
+
*/
|
|
1220
|
+
export interface StartReplicationTaskAssessmentRunResponse {
|
|
1221
|
+
/**
|
|
1222
|
+
* @public
|
|
1223
|
+
* <p>The premigration assessment run that was started.</p>
|
|
1224
|
+
*/
|
|
1225
|
+
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
* <p></p>
|
|
1230
|
+
*/
|
|
1231
|
+
export interface StopReplicationMessage {
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
* <p>The Amazon Resource Name of the replication to stop.</p>
|
|
1235
|
+
*/
|
|
1236
|
+
ReplicationConfigArn: string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
export interface StopReplicationResponse {
|
|
1242
|
+
/**
|
|
1243
|
+
* @public
|
|
1244
|
+
* <p>The replication that DMS stopped.</p>
|
|
1245
|
+
*/
|
|
1246
|
+
Replication?: Replication;
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* @public
|
|
1250
|
+
* <p></p>
|
|
1251
|
+
*/
|
|
1252
|
+
export interface StopReplicationTaskMessage {
|
|
1253
|
+
/**
|
|
1254
|
+
* @public
|
|
1255
|
+
* <p>The Amazon Resource Name(ARN) of the replication task to be stopped.</p>
|
|
1256
|
+
*/
|
|
1257
|
+
ReplicationTaskArn: string | undefined;
|
|
1258
|
+
}
|
|
1259
|
+
/**
|
|
1260
|
+
* @public
|
|
1261
|
+
* <p></p>
|
|
1262
|
+
*/
|
|
1263
|
+
export interface StopReplicationTaskResponse {
|
|
1264
|
+
/**
|
|
1265
|
+
* @public
|
|
1266
|
+
* <p>The replication task stopped.</p>
|
|
1267
|
+
*/
|
|
1268
|
+
ReplicationTask?: ReplicationTask;
|
|
1269
|
+
}
|
|
1270
|
+
/**
|
|
1271
|
+
* @public
|
|
1272
|
+
* <p></p>
|
|
1273
|
+
*/
|
|
1274
|
+
export interface TestConnectionMessage {
|
|
1275
|
+
/**
|
|
1276
|
+
* @public
|
|
1277
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
1278
|
+
*/
|
|
1279
|
+
ReplicationInstanceArn: string | undefined;
|
|
1280
|
+
/**
|
|
1281
|
+
* @public
|
|
1282
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
|
|
1283
|
+
*/
|
|
1284
|
+
EndpointArn: string | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
/**
|
|
1287
|
+
* @public
|
|
1288
|
+
* <p></p>
|
|
1289
|
+
*/
|
|
1290
|
+
export interface TestConnectionResponse {
|
|
1291
|
+
/**
|
|
1292
|
+
* @public
|
|
1293
|
+
* <p>The connection tested.</p>
|
|
1294
|
+
*/
|
|
1295
|
+
Connection?: Connection;
|
|
1296
|
+
}
|
|
1297
|
+
/**
|
|
1298
|
+
* @public
|
|
1299
|
+
* <p></p>
|
|
1300
|
+
*/
|
|
1301
|
+
export interface UpdateSubscriptionsToEventBridgeMessage {
|
|
1302
|
+
/**
|
|
1303
|
+
* @public
|
|
1304
|
+
* <p>When set to true, this operation migrates DMS subscriptions for Amazon SNS
|
|
1305
|
+
* notifications no matter what your replication instance version is. If not set or set to
|
|
1306
|
+
* false, this operation runs only when all your replication instances are from DMS
|
|
1307
|
+
* version 3.4.6 or higher.
|
|
1308
|
+
* </p>
|
|
1309
|
+
*/
|
|
1310
|
+
ForceMove?: boolean;
|
|
1311
|
+
}
|
|
1312
|
+
/**
|
|
1313
|
+
* @public
|
|
1314
|
+
* <p></p>
|
|
1315
|
+
*/
|
|
1316
|
+
export interface UpdateSubscriptionsToEventBridgeResponse {
|
|
1317
|
+
/**
|
|
1318
|
+
* @public
|
|
1319
|
+
* <p>A string that indicates how many event subscriptions were migrated and how many remain to be migrated.</p>
|
|
1320
|
+
*/
|
|
1321
|
+
Result?: string;
|
|
1322
|
+
}
|