@aws-sdk/client-database-migration-service 3.321.1 → 3.326.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/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +18 -0
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +12 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +22 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +334 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +20 -0
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +10 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +66 -0
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +23 -0
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +17 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +334 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +20 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +8 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +66 -0
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +22 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +337 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +34 -0
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +12 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +34 -0
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +21 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +41 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +12 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +69 -0
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +41 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +9 -0
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +34 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +17 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +334 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +20 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +66 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +23 -0
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +66 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +12 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +7 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +4 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +38 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +22 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +38 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -0
- package/package.json +16 -16
|
@@ -49,6 +49,42 @@ export interface CreateReplicationTaskCommandOutput extends CreateReplicationTas
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateReplicationTaskCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateReplicationTaskResponse
|
|
53
|
+
* // ReplicationTask: { // ReplicationTask
|
|
54
|
+
* // ReplicationTaskIdentifier: "STRING_VALUE",
|
|
55
|
+
* // SourceEndpointArn: "STRING_VALUE",
|
|
56
|
+
* // TargetEndpointArn: "STRING_VALUE",
|
|
57
|
+
* // ReplicationInstanceArn: "STRING_VALUE",
|
|
58
|
+
* // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
59
|
+
* // TableMappings: "STRING_VALUE",
|
|
60
|
+
* // ReplicationTaskSettings: "STRING_VALUE",
|
|
61
|
+
* // Status: "STRING_VALUE",
|
|
62
|
+
* // LastFailureMessage: "STRING_VALUE",
|
|
63
|
+
* // StopReason: "STRING_VALUE",
|
|
64
|
+
* // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
|
|
65
|
+
* // ReplicationTaskStartDate: new Date("TIMESTAMP"),
|
|
66
|
+
* // CdcStartPosition: "STRING_VALUE",
|
|
67
|
+
* // CdcStopPosition: "STRING_VALUE",
|
|
68
|
+
* // RecoveryCheckpoint: "STRING_VALUE",
|
|
69
|
+
* // ReplicationTaskArn: "STRING_VALUE",
|
|
70
|
+
* // ReplicationTaskStats: { // ReplicationTaskStats
|
|
71
|
+
* // FullLoadProgressPercent: Number("int"),
|
|
72
|
+
* // ElapsedTimeMillis: Number("long"),
|
|
73
|
+
* // TablesLoaded: Number("int"),
|
|
74
|
+
* // TablesLoading: Number("int"),
|
|
75
|
+
* // TablesQueued: Number("int"),
|
|
76
|
+
* // TablesErrored: Number("int"),
|
|
77
|
+
* // FreshStartDate: new Date("TIMESTAMP"),
|
|
78
|
+
* // StartDate: new Date("TIMESTAMP"),
|
|
79
|
+
* // StopDate: new Date("TIMESTAMP"),
|
|
80
|
+
* // FullLoadStartDate: new Date("TIMESTAMP"),
|
|
81
|
+
* // FullLoadFinishDate: new Date("TIMESTAMP"),
|
|
82
|
+
* // },
|
|
83
|
+
* // TaskData: "STRING_VALUE",
|
|
84
|
+
* // TargetReplicationInstanceArn: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
52
88
|
* ```
|
|
53
89
|
*
|
|
54
90
|
* @param CreateReplicationTaskCommandInput - {@link CreateReplicationTaskCommandInput}
|
|
@@ -76,6 +112,8 @@ export interface CreateReplicationTaskCommandOutput extends CreateReplicationTas
|
|
|
76
112
|
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
77
113
|
* <p>The quota for this resource quota has been exceeded.</p>
|
|
78
114
|
*
|
|
115
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
79
117
|
*
|
|
80
118
|
* @example Create replication task
|
|
81
119
|
* ```javascript
|
|
@@ -31,6 +31,21 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateRespons
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCertificateCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteCertificateResponse
|
|
35
|
+
* // Certificate: { // Certificate
|
|
36
|
+
* // CertificateIdentifier: "STRING_VALUE",
|
|
37
|
+
* // CertificateCreationDate: new Date("TIMESTAMP"),
|
|
38
|
+
* // CertificatePem: "STRING_VALUE",
|
|
39
|
+
* // CertificateWallet: "BLOB_VALUE",
|
|
40
|
+
* // CertificateArn: "STRING_VALUE",
|
|
41
|
+
* // CertificateOwner: "STRING_VALUE",
|
|
42
|
+
* // ValidFromDate: new Date("TIMESTAMP"),
|
|
43
|
+
* // ValidToDate: new Date("TIMESTAMP"),
|
|
44
|
+
* // SigningAlgorithm: "STRING_VALUE",
|
|
45
|
+
* // KeyLength: Number("int"),
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
34
49
|
* ```
|
|
35
50
|
*
|
|
36
51
|
* @param DeleteCertificateCommandInput - {@link DeleteCertificateCommandInput}
|
|
@@ -45,6 +60,8 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateRespons
|
|
|
45
60
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
46
61
|
* <p>The resource could not be found.</p>
|
|
47
62
|
*
|
|
63
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
48
65
|
*
|
|
49
66
|
* @example Delete Certificate
|
|
50
67
|
* ```javascript
|
|
@@ -32,6 +32,17 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteConnectionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteConnectionResponse
|
|
36
|
+
* // Connection: { // Connection
|
|
37
|
+
* // ReplicationInstanceArn: "STRING_VALUE",
|
|
38
|
+
* // EndpointArn: "STRING_VALUE",
|
|
39
|
+
* // Status: "STRING_VALUE",
|
|
40
|
+
* // LastFailureMessage: "STRING_VALUE",
|
|
41
|
+
* // EndpointIdentifier: "STRING_VALUE",
|
|
42
|
+
* // ReplicationInstanceIdentifier: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
35
46
|
* ```
|
|
36
47
|
*
|
|
37
48
|
* @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
|
|
@@ -50,6 +61,8 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
50
61
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
51
62
|
* <p>The resource could not be found.</p>
|
|
52
63
|
*
|
|
64
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
53
66
|
*
|
|
54
67
|
* @example Delete Connection
|
|
55
68
|
* ```javascript
|
|
@@ -36,6 +36,338 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteEndpointCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteEndpointResponse
|
|
40
|
+
* // Endpoint: { // Endpoint
|
|
41
|
+
* // EndpointIdentifier: "STRING_VALUE",
|
|
42
|
+
* // EndpointType: "source" || "target",
|
|
43
|
+
* // EngineName: "STRING_VALUE",
|
|
44
|
+
* // EngineDisplayName: "STRING_VALUE",
|
|
45
|
+
* // Username: "STRING_VALUE",
|
|
46
|
+
* // ServerName: "STRING_VALUE",
|
|
47
|
+
* // Port: Number("int"),
|
|
48
|
+
* // DatabaseName: "STRING_VALUE",
|
|
49
|
+
* // ExtraConnectionAttributes: "STRING_VALUE",
|
|
50
|
+
* // Status: "STRING_VALUE",
|
|
51
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
52
|
+
* // EndpointArn: "STRING_VALUE",
|
|
53
|
+
* // CertificateArn: "STRING_VALUE",
|
|
54
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
55
|
+
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
56
|
+
* // ExternalTableDefinition: "STRING_VALUE",
|
|
57
|
+
* // ExternalId: "STRING_VALUE",
|
|
58
|
+
* // DynamoDbSettings: { // DynamoDbSettings
|
|
59
|
+
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
60
|
+
* // },
|
|
61
|
+
* // S3Settings: { // S3Settings
|
|
62
|
+
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
63
|
+
* // ExternalTableDefinition: "STRING_VALUE",
|
|
64
|
+
* // CsvRowDelimiter: "STRING_VALUE",
|
|
65
|
+
* // CsvDelimiter: "STRING_VALUE",
|
|
66
|
+
* // BucketFolder: "STRING_VALUE",
|
|
67
|
+
* // BucketName: "STRING_VALUE",
|
|
68
|
+
* // CompressionType: "none" || "gzip",
|
|
69
|
+
* // EncryptionMode: "sse-s3" || "sse-kms",
|
|
70
|
+
* // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
|
|
71
|
+
* // DataFormat: "csv" || "parquet",
|
|
72
|
+
* // EncodingType: "plain" || "plain-dictionary" || "rle-dictionary",
|
|
73
|
+
* // DictPageSizeLimit: Number("int"),
|
|
74
|
+
* // RowGroupLength: Number("int"),
|
|
75
|
+
* // DataPageSize: Number("int"),
|
|
76
|
+
* // ParquetVersion: "parquet-1-0" || "parquet-2-0",
|
|
77
|
+
* // EnableStatistics: true || false,
|
|
78
|
+
* // IncludeOpForFullLoad: true || false,
|
|
79
|
+
* // CdcInsertsOnly: true || false,
|
|
80
|
+
* // TimestampColumnName: "STRING_VALUE",
|
|
81
|
+
* // ParquetTimestampInMillisecond: true || false,
|
|
82
|
+
* // CdcInsertsAndUpdates: true || false,
|
|
83
|
+
* // DatePartitionEnabled: true || false,
|
|
84
|
+
* // DatePartitionSequence: "YYYYMMDD" || "YYYYMMDDHH" || "YYYYMM" || "MMYYYYDD" || "DDMMYYYY",
|
|
85
|
+
* // DatePartitionDelimiter: "SLASH" || "UNDERSCORE" || "DASH" || "NONE",
|
|
86
|
+
* // UseCsvNoSupValue: true || false,
|
|
87
|
+
* // CsvNoSupValue: "STRING_VALUE",
|
|
88
|
+
* // PreserveTransactions: true || false,
|
|
89
|
+
* // CdcPath: "STRING_VALUE",
|
|
90
|
+
* // UseTaskStartTimeForFullLoadTimestamp: true || false,
|
|
91
|
+
* // CannedAclForObjects: "none" || "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
|
|
92
|
+
* // AddColumnName: true || false,
|
|
93
|
+
* // CdcMaxBatchInterval: Number("int"),
|
|
94
|
+
* // CdcMinFileSize: Number("int"),
|
|
95
|
+
* // CsvNullValue: "STRING_VALUE",
|
|
96
|
+
* // IgnoreHeaderRows: Number("int"),
|
|
97
|
+
* // MaxFileSize: Number("int"),
|
|
98
|
+
* // Rfc4180: true || false,
|
|
99
|
+
* // DatePartitionTimezone: "STRING_VALUE",
|
|
100
|
+
* // AddTrailingPaddingCharacter: true || false,
|
|
101
|
+
* // ExpectedBucketOwner: "STRING_VALUE",
|
|
102
|
+
* // GlueCatalogGeneration: true || false,
|
|
103
|
+
* // },
|
|
104
|
+
* // DmsTransferSettings: { // DmsTransferSettings
|
|
105
|
+
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
106
|
+
* // BucketName: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // MongoDbSettings: { // MongoDbSettings
|
|
109
|
+
* // Username: "STRING_VALUE",
|
|
110
|
+
* // Password: "STRING_VALUE",
|
|
111
|
+
* // ServerName: "STRING_VALUE",
|
|
112
|
+
* // Port: Number("int"),
|
|
113
|
+
* // DatabaseName: "STRING_VALUE",
|
|
114
|
+
* // AuthType: "no" || "password",
|
|
115
|
+
* // AuthMechanism: "default" || "mongodb_cr" || "scram_sha_1",
|
|
116
|
+
* // NestingLevel: "none" || "one",
|
|
117
|
+
* // ExtractDocId: "STRING_VALUE",
|
|
118
|
+
* // DocsToInvestigate: "STRING_VALUE",
|
|
119
|
+
* // AuthSource: "STRING_VALUE",
|
|
120
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
121
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
122
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // KinesisSettings: { // KinesisSettings
|
|
125
|
+
* // StreamArn: "STRING_VALUE",
|
|
126
|
+
* // MessageFormat: "json" || "json-unformatted",
|
|
127
|
+
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
128
|
+
* // IncludeTransactionDetails: true || false,
|
|
129
|
+
* // IncludePartitionValue: true || false,
|
|
130
|
+
* // PartitionIncludeSchemaTable: true || false,
|
|
131
|
+
* // IncludeTableAlterOperations: true || false,
|
|
132
|
+
* // IncludeControlDetails: true || false,
|
|
133
|
+
* // IncludeNullAndEmpty: true || false,
|
|
134
|
+
* // NoHexPrefix: true || false,
|
|
135
|
+
* // },
|
|
136
|
+
* // KafkaSettings: { // KafkaSettings
|
|
137
|
+
* // Broker: "STRING_VALUE",
|
|
138
|
+
* // Topic: "STRING_VALUE",
|
|
139
|
+
* // MessageFormat: "json" || "json-unformatted",
|
|
140
|
+
* // IncludeTransactionDetails: true || false,
|
|
141
|
+
* // IncludePartitionValue: true || false,
|
|
142
|
+
* // PartitionIncludeSchemaTable: true || false,
|
|
143
|
+
* // IncludeTableAlterOperations: true || false,
|
|
144
|
+
* // IncludeControlDetails: true || false,
|
|
145
|
+
* // MessageMaxBytes: Number("int"),
|
|
146
|
+
* // IncludeNullAndEmpty: true || false,
|
|
147
|
+
* // SecurityProtocol: "plaintext" || "ssl-authentication" || "ssl-encryption" || "sasl-ssl",
|
|
148
|
+
* // SslClientCertificateArn: "STRING_VALUE",
|
|
149
|
+
* // SslClientKeyArn: "STRING_VALUE",
|
|
150
|
+
* // SslClientKeyPassword: "STRING_VALUE",
|
|
151
|
+
* // SslCaCertificateArn: "STRING_VALUE",
|
|
152
|
+
* // SaslUsername: "STRING_VALUE",
|
|
153
|
+
* // SaslPassword: "STRING_VALUE",
|
|
154
|
+
* // NoHexPrefix: true || false,
|
|
155
|
+
* // SaslMechanism: "scram-sha-512" || "plain",
|
|
156
|
+
* // },
|
|
157
|
+
* // ElasticsearchSettings: { // ElasticsearchSettings
|
|
158
|
+
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
159
|
+
* // EndpointUri: "STRING_VALUE", // required
|
|
160
|
+
* // FullLoadErrorPercentage: Number("int"),
|
|
161
|
+
* // ErrorRetryDuration: Number("int"),
|
|
162
|
+
* // UseNewMappingType: true || false,
|
|
163
|
+
* // },
|
|
164
|
+
* // NeptuneSettings: { // NeptuneSettings
|
|
165
|
+
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
166
|
+
* // S3BucketName: "STRING_VALUE", // required
|
|
167
|
+
* // S3BucketFolder: "STRING_VALUE", // required
|
|
168
|
+
* // ErrorRetryDuration: Number("int"),
|
|
169
|
+
* // MaxFileSize: Number("int"),
|
|
170
|
+
* // MaxRetryCount: Number("int"),
|
|
171
|
+
* // IamAuthEnabled: true || false,
|
|
172
|
+
* // },
|
|
173
|
+
* // RedshiftSettings: { // RedshiftSettings
|
|
174
|
+
* // AcceptAnyDate: true || false,
|
|
175
|
+
* // AfterConnectScript: "STRING_VALUE",
|
|
176
|
+
* // BucketFolder: "STRING_VALUE",
|
|
177
|
+
* // BucketName: "STRING_VALUE",
|
|
178
|
+
* // CaseSensitiveNames: true || false,
|
|
179
|
+
* // CompUpdate: true || false,
|
|
180
|
+
* // ConnectionTimeout: Number("int"),
|
|
181
|
+
* // DatabaseName: "STRING_VALUE",
|
|
182
|
+
* // DateFormat: "STRING_VALUE",
|
|
183
|
+
* // EmptyAsNull: true || false,
|
|
184
|
+
* // EncryptionMode: "sse-s3" || "sse-kms",
|
|
185
|
+
* // ExplicitIds: true || false,
|
|
186
|
+
* // FileTransferUploadStreams: Number("int"),
|
|
187
|
+
* // LoadTimeout: Number("int"),
|
|
188
|
+
* // MaxFileSize: Number("int"),
|
|
189
|
+
* // Password: "STRING_VALUE",
|
|
190
|
+
* // Port: Number("int"),
|
|
191
|
+
* // RemoveQuotes: true || false,
|
|
192
|
+
* // ReplaceInvalidChars: "STRING_VALUE",
|
|
193
|
+
* // ReplaceChars: "STRING_VALUE",
|
|
194
|
+
* // ServerName: "STRING_VALUE",
|
|
195
|
+
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
196
|
+
* // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
|
|
197
|
+
* // TimeFormat: "STRING_VALUE",
|
|
198
|
+
* // TrimBlanks: true || false,
|
|
199
|
+
* // TruncateColumns: true || false,
|
|
200
|
+
* // Username: "STRING_VALUE",
|
|
201
|
+
* // WriteBufferSize: Number("int"),
|
|
202
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
203
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
204
|
+
* // MapBooleanAsBoolean: true || false,
|
|
205
|
+
* // },
|
|
206
|
+
* // PostgreSQLSettings: { // PostgreSQLSettings
|
|
207
|
+
* // AfterConnectScript: "STRING_VALUE",
|
|
208
|
+
* // CaptureDdls: true || false,
|
|
209
|
+
* // MaxFileSize: Number("int"),
|
|
210
|
+
* // DatabaseName: "STRING_VALUE",
|
|
211
|
+
* // DdlArtifactsSchema: "STRING_VALUE",
|
|
212
|
+
* // ExecuteTimeout: Number("int"),
|
|
213
|
+
* // FailTasksOnLobTruncation: true || false,
|
|
214
|
+
* // HeartbeatEnable: true || false,
|
|
215
|
+
* // HeartbeatSchema: "STRING_VALUE",
|
|
216
|
+
* // HeartbeatFrequency: Number("int"),
|
|
217
|
+
* // Password: "STRING_VALUE",
|
|
218
|
+
* // Port: Number("int"),
|
|
219
|
+
* // ServerName: "STRING_VALUE",
|
|
220
|
+
* // Username: "STRING_VALUE",
|
|
221
|
+
* // SlotName: "STRING_VALUE",
|
|
222
|
+
* // PluginName: "no-preference" || "test-decoding" || "pglogical",
|
|
223
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
224
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
225
|
+
* // TrimSpaceInChar: true || false,
|
|
226
|
+
* // MapBooleanAsBoolean: true || false,
|
|
227
|
+
* // },
|
|
228
|
+
* // MySQLSettings: { // MySQLSettings
|
|
229
|
+
* // AfterConnectScript: "STRING_VALUE",
|
|
230
|
+
* // CleanSourceMetadataOnMismatch: true || false,
|
|
231
|
+
* // DatabaseName: "STRING_VALUE",
|
|
232
|
+
* // EventsPollInterval: Number("int"),
|
|
233
|
+
* // TargetDbType: "specific-database" || "multiple-databases",
|
|
234
|
+
* // MaxFileSize: Number("int"),
|
|
235
|
+
* // ParallelLoadThreads: Number("int"),
|
|
236
|
+
* // Password: "STRING_VALUE",
|
|
237
|
+
* // Port: Number("int"),
|
|
238
|
+
* // ServerName: "STRING_VALUE",
|
|
239
|
+
* // ServerTimezone: "STRING_VALUE",
|
|
240
|
+
* // Username: "STRING_VALUE",
|
|
241
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
242
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
243
|
+
* // },
|
|
244
|
+
* // OracleSettings: { // OracleSettings
|
|
245
|
+
* // AddSupplementalLogging: true || false,
|
|
246
|
+
* // ArchivedLogDestId: Number("int"),
|
|
247
|
+
* // AdditionalArchivedLogDestId: Number("int"),
|
|
248
|
+
* // ExtraArchivedLogDestIds: [ // IntegerList
|
|
249
|
+
* // Number("int"),
|
|
250
|
+
* // ],
|
|
251
|
+
* // AllowSelectNestedTables: true || false,
|
|
252
|
+
* // ParallelAsmReadThreads: Number("int"),
|
|
253
|
+
* // ReadAheadBlocks: Number("int"),
|
|
254
|
+
* // AccessAlternateDirectly: true || false,
|
|
255
|
+
* // UseAlternateFolderForOnline: true || false,
|
|
256
|
+
* // OraclePathPrefix: "STRING_VALUE",
|
|
257
|
+
* // UsePathPrefix: "STRING_VALUE",
|
|
258
|
+
* // ReplacePathPrefix: true || false,
|
|
259
|
+
* // EnableHomogenousTablespace: true || false,
|
|
260
|
+
* // DirectPathNoLog: true || false,
|
|
261
|
+
* // ArchivedLogsOnly: true || false,
|
|
262
|
+
* // AsmPassword: "STRING_VALUE",
|
|
263
|
+
* // AsmServer: "STRING_VALUE",
|
|
264
|
+
* // AsmUser: "STRING_VALUE",
|
|
265
|
+
* // CharLengthSemantics: "default" || "char" || "byte",
|
|
266
|
+
* // DatabaseName: "STRING_VALUE",
|
|
267
|
+
* // DirectPathParallelLoad: true || false,
|
|
268
|
+
* // FailTasksOnLobTruncation: true || false,
|
|
269
|
+
* // NumberDatatypeScale: Number("int"),
|
|
270
|
+
* // Password: "STRING_VALUE",
|
|
271
|
+
* // Port: Number("int"),
|
|
272
|
+
* // ReadTableSpaceName: true || false,
|
|
273
|
+
* // RetryInterval: Number("int"),
|
|
274
|
+
* // SecurityDbEncryption: "STRING_VALUE",
|
|
275
|
+
* // SecurityDbEncryptionName: "STRING_VALUE",
|
|
276
|
+
* // ServerName: "STRING_VALUE",
|
|
277
|
+
* // SpatialDataOptionToGeoJsonFunctionName: "STRING_VALUE",
|
|
278
|
+
* // StandbyDelayTime: Number("int"),
|
|
279
|
+
* // Username: "STRING_VALUE",
|
|
280
|
+
* // UseBFile: true || false,
|
|
281
|
+
* // UseDirectPathFullLoad: true || false,
|
|
282
|
+
* // UseLogminerReader: true || false,
|
|
283
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
284
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
285
|
+
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
286
|
+
* // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
287
|
+
* // TrimSpaceInChar: true || false,
|
|
288
|
+
* // ConvertTimestampWithZoneToUTC: true || false,
|
|
289
|
+
* // },
|
|
290
|
+
* // SybaseSettings: { // SybaseSettings
|
|
291
|
+
* // DatabaseName: "STRING_VALUE",
|
|
292
|
+
* // Password: "STRING_VALUE",
|
|
293
|
+
* // Port: Number("int"),
|
|
294
|
+
* // ServerName: "STRING_VALUE",
|
|
295
|
+
* // Username: "STRING_VALUE",
|
|
296
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
297
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
298
|
+
* // },
|
|
299
|
+
* // MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
|
|
300
|
+
* // Port: Number("int"),
|
|
301
|
+
* // BcpPacketSize: Number("int"),
|
|
302
|
+
* // DatabaseName: "STRING_VALUE",
|
|
303
|
+
* // ControlTablesFileGroup: "STRING_VALUE",
|
|
304
|
+
* // Password: "STRING_VALUE",
|
|
305
|
+
* // QuerySingleAlwaysOnNode: true || false,
|
|
306
|
+
* // ReadBackupOnly: true || false,
|
|
307
|
+
* // SafeguardPolicy: "rely-on-sql-server-replication-agent" || "exclusive-automatic-truncation" || "shared-automatic-truncation",
|
|
308
|
+
* // ServerName: "STRING_VALUE",
|
|
309
|
+
* // Username: "STRING_VALUE",
|
|
310
|
+
* // UseBcpFullLoad: true || false,
|
|
311
|
+
* // UseThirdPartyBackupDevice: true || false,
|
|
312
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
313
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
314
|
+
* // TrimSpaceInChar: true || false,
|
|
315
|
+
* // TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
|
|
316
|
+
* // ForceLobLookup: true || false,
|
|
317
|
+
* // },
|
|
318
|
+
* // IBMDb2Settings: { // IBMDb2Settings
|
|
319
|
+
* // DatabaseName: "STRING_VALUE",
|
|
320
|
+
* // Password: "STRING_VALUE",
|
|
321
|
+
* // Port: Number("int"),
|
|
322
|
+
* // ServerName: "STRING_VALUE",
|
|
323
|
+
* // SetDataCaptureChanges: true || false,
|
|
324
|
+
* // CurrentLsn: "STRING_VALUE",
|
|
325
|
+
* // MaxKBytesPerRead: Number("int"),
|
|
326
|
+
* // Username: "STRING_VALUE",
|
|
327
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
328
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
329
|
+
* // },
|
|
330
|
+
* // DocDbSettings: { // DocDbSettings
|
|
331
|
+
* // Username: "STRING_VALUE",
|
|
332
|
+
* // Password: "STRING_VALUE",
|
|
333
|
+
* // ServerName: "STRING_VALUE",
|
|
334
|
+
* // Port: Number("int"),
|
|
335
|
+
* // DatabaseName: "STRING_VALUE",
|
|
336
|
+
* // NestingLevel: "none" || "one",
|
|
337
|
+
* // ExtractDocId: true || false,
|
|
338
|
+
* // DocsToInvestigate: Number("int"),
|
|
339
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
340
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
341
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
342
|
+
* // },
|
|
343
|
+
* // RedisSettings: { // RedisSettings
|
|
344
|
+
* // ServerName: "STRING_VALUE", // required
|
|
345
|
+
* // Port: Number("int"), // required
|
|
346
|
+
* // SslSecurityProtocol: "plaintext" || "ssl-encryption",
|
|
347
|
+
* // AuthType: "none" || "auth-role" || "auth-token",
|
|
348
|
+
* // AuthUserName: "STRING_VALUE",
|
|
349
|
+
* // AuthPassword: "STRING_VALUE",
|
|
350
|
+
* // SslCaCertificateArn: "STRING_VALUE",
|
|
351
|
+
* // },
|
|
352
|
+
* // GcpMySQLSettings: { // GcpMySQLSettings
|
|
353
|
+
* // AfterConnectScript: "STRING_VALUE",
|
|
354
|
+
* // CleanSourceMetadataOnMismatch: true || false,
|
|
355
|
+
* // DatabaseName: "STRING_VALUE",
|
|
356
|
+
* // EventsPollInterval: Number("int"),
|
|
357
|
+
* // TargetDbType: "specific-database" || "multiple-databases",
|
|
358
|
+
* // MaxFileSize: Number("int"),
|
|
359
|
+
* // ParallelLoadThreads: Number("int"),
|
|
360
|
+
* // Password: "STRING_VALUE",
|
|
361
|
+
* // Port: Number("int"),
|
|
362
|
+
* // ServerName: "STRING_VALUE",
|
|
363
|
+
* // ServerTimezone: "STRING_VALUE",
|
|
364
|
+
* // Username: "STRING_VALUE",
|
|
365
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
366
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
367
|
+
* // },
|
|
368
|
+
* // },
|
|
369
|
+
* // };
|
|
370
|
+
*
|
|
39
371
|
* ```
|
|
40
372
|
*
|
|
41
373
|
* @param DeleteEndpointCommandInput - {@link DeleteEndpointCommandInput}
|
|
@@ -50,6 +382,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
50
382
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
51
383
|
* <p>The resource could not be found.</p>
|
|
52
384
|
*
|
|
385
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
386
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
53
387
|
*
|
|
54
388
|
* @example Delete Endpoint
|
|
55
389
|
* ```javascript
|
|
@@ -31,6 +31,24 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEventSubscriptionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteEventSubscriptionResponse
|
|
35
|
+
* // EventSubscription: { // EventSubscription
|
|
36
|
+
* // CustomerAwsId: "STRING_VALUE",
|
|
37
|
+
* // CustSubscriptionId: "STRING_VALUE",
|
|
38
|
+
* // SnsTopicArn: "STRING_VALUE",
|
|
39
|
+
* // Status: "STRING_VALUE",
|
|
40
|
+
* // SubscriptionCreationTime: "STRING_VALUE",
|
|
41
|
+
* // SourceType: "STRING_VALUE",
|
|
42
|
+
* // SourceIdsList: [ // SourceIdsList
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // EventCategoriesList: [ // EventCategoriesList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // Enabled: true || false,
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
34
52
|
* ```
|
|
35
53
|
*
|
|
36
54
|
* @param DeleteEventSubscriptionCommandInput - {@link DeleteEventSubscriptionCommandInput}
|
|
@@ -45,6 +63,8 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
45
63
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
46
64
|
* <p>The resource could not be found.</p>
|
|
47
65
|
*
|
|
66
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
48
68
|
*
|
|
49
69
|
*/
|
|
50
70
|
export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBear
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFleetAdvisorCollectorCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteFleetAdvisorCollectorCommandInput - {@link DeleteFleetAdvisorCollectorCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBear
|
|
|
45
47
|
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
46
48
|
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
47
49
|
*
|
|
50
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
48
52
|
*
|
|
49
53
|
*/
|
|
50
54
|
export declare class DeleteFleetAdvisorCollectorCommand extends $Command<DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -33,6 +33,12 @@ export interface DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdv
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteFleetAdvisorDatabasesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteFleetAdvisorDatabasesResponse
|
|
37
|
+
* // DatabaseIds: [ // StringList
|
|
38
|
+
* // "STRING_VALUE",
|
|
39
|
+
* // ],
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
36
42
|
* ```
|
|
37
43
|
*
|
|
38
44
|
* @param DeleteFleetAdvisorDatabasesCommandInput - {@link DeleteFleetAdvisorDatabasesCommandInput}
|
|
@@ -47,6 +53,8 @@ export interface DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdv
|
|
|
47
53
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
48
54
|
* <p>The resource could not be found.</p>
|
|
49
55
|
*
|
|
56
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
50
58
|
*
|
|
51
59
|
*/
|
|
52
60
|
export declare class DeleteFleetAdvisorDatabasesCommand extends $Command<DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -36,6 +36,70 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteReplicationInstanceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteReplicationInstanceResponse
|
|
40
|
+
* // ReplicationInstance: { // ReplicationInstance
|
|
41
|
+
* // ReplicationInstanceIdentifier: "STRING_VALUE",
|
|
42
|
+
* // ReplicationInstanceClass: "STRING_VALUE",
|
|
43
|
+
* // ReplicationInstanceStatus: "STRING_VALUE",
|
|
44
|
+
* // AllocatedStorage: Number("int"),
|
|
45
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
47
|
+
* // { // VpcSecurityGroupMembership
|
|
48
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
53
|
+
* // ReplicationSubnetGroup: { // ReplicationSubnetGroup
|
|
54
|
+
* // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
|
|
55
|
+
* // ReplicationSubnetGroupDescription: "STRING_VALUE",
|
|
56
|
+
* // VpcId: "STRING_VALUE",
|
|
57
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
58
|
+
* // Subnets: [ // SubnetList
|
|
59
|
+
* // { // Subnet
|
|
60
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
61
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
62
|
+
* // Name: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // SupportedNetworkTypes: [ // StringList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
71
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
72
|
+
* // PendingModifiedValues: { // ReplicationPendingModifiedValues
|
|
73
|
+
* // ReplicationInstanceClass: "STRING_VALUE",
|
|
74
|
+
* // AllocatedStorage: Number("int"),
|
|
75
|
+
* // MultiAZ: true || false,
|
|
76
|
+
* // EngineVersion: "STRING_VALUE",
|
|
77
|
+
* // NetworkType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // MultiAZ: true || false,
|
|
80
|
+
* // EngineVersion: "STRING_VALUE",
|
|
81
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
82
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
83
|
+
* // ReplicationInstanceArn: "STRING_VALUE",
|
|
84
|
+
* // ReplicationInstancePublicIpAddress: "STRING_VALUE",
|
|
85
|
+
* // ReplicationInstancePrivateIpAddress: "STRING_VALUE",
|
|
86
|
+
* // ReplicationInstancePublicIpAddresses: [ // ReplicationInstancePublicIpAddressList
|
|
87
|
+
* // "STRING_VALUE",
|
|
88
|
+
* // ],
|
|
89
|
+
* // ReplicationInstancePrivateIpAddresses: [ // ReplicationInstancePrivateIpAddressList
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
92
|
+
* // ReplicationInstanceIpv6Addresses: [ // ReplicationInstanceIpv6AddressList
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // PubliclyAccessible: true || false,
|
|
96
|
+
* // SecondaryAvailabilityZone: "STRING_VALUE",
|
|
97
|
+
* // FreeUntil: new Date("TIMESTAMP"),
|
|
98
|
+
* // DnsNameServers: "STRING_VALUE",
|
|
99
|
+
* // NetworkType: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
39
103
|
* ```
|
|
40
104
|
*
|
|
41
105
|
* @param DeleteReplicationInstanceCommandInput - {@link DeleteReplicationInstanceCommandInput}
|
|
@@ -50,6 +114,8 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
|
|
|
50
114
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
51
115
|
* <p>The resource could not be found.</p>
|
|
52
116
|
*
|
|
117
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
118
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
53
119
|
*
|
|
54
120
|
* @example Delete Replication Instance
|
|
55
121
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteReplicationSubnetGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteReplicationSubnetGroupCommandInput - {@link DeleteReplicationSubnetGroupCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
|
|
|
45
47
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
46
48
|
* <p>The resource could not be found.</p>
|
|
47
49
|
*
|
|
50
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
48
52
|
*
|
|
49
53
|
* @example Delete Replication Subnet Group
|
|
50
54
|
* ```javascript
|