@aws-sdk/client-database-migration-service 3.299.0 → 3.301.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 +10 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +5 -0
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +334 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +26 -0
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +14 -0
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +21 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +5 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +12 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +12 -0
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +4 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +13 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +13 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +327 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -0
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +11 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +4 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +5 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +4 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +10 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +7 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +15 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +7 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +3 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -0
- package/package.json +8 -8
|
@@ -33,6 +33,333 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
33
33
|
* import { DatabaseMigrationServiceClient, ModifyEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
34
|
* // const { DatabaseMigrationServiceClient, ModifyEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
35
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // ModifyEndpointMessage
|
|
37
|
+
* EndpointArn: "STRING_VALUE", // required
|
|
38
|
+
* EndpointIdentifier: "STRING_VALUE",
|
|
39
|
+
* EndpointType: "source" || "target",
|
|
40
|
+
* EngineName: "STRING_VALUE",
|
|
41
|
+
* Username: "STRING_VALUE",
|
|
42
|
+
* Password: "STRING_VALUE",
|
|
43
|
+
* ServerName: "STRING_VALUE",
|
|
44
|
+
* Port: Number("int"),
|
|
45
|
+
* DatabaseName: "STRING_VALUE",
|
|
46
|
+
* ExtraConnectionAttributes: "STRING_VALUE",
|
|
47
|
+
* CertificateArn: "STRING_VALUE",
|
|
48
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
49
|
+
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
50
|
+
* ExternalTableDefinition: "STRING_VALUE",
|
|
51
|
+
* DynamoDbSettings: { // DynamoDbSettings
|
|
52
|
+
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* S3Settings: { // S3Settings
|
|
55
|
+
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
56
|
+
* ExternalTableDefinition: "STRING_VALUE",
|
|
57
|
+
* CsvRowDelimiter: "STRING_VALUE",
|
|
58
|
+
* CsvDelimiter: "STRING_VALUE",
|
|
59
|
+
* BucketFolder: "STRING_VALUE",
|
|
60
|
+
* BucketName: "STRING_VALUE",
|
|
61
|
+
* CompressionType: "none" || "gzip",
|
|
62
|
+
* EncryptionMode: "sse-s3" || "sse-kms",
|
|
63
|
+
* ServerSideEncryptionKmsKeyId: "STRING_VALUE",
|
|
64
|
+
* DataFormat: "csv" || "parquet",
|
|
65
|
+
* EncodingType: "plain" || "plain-dictionary" || "rle-dictionary",
|
|
66
|
+
* DictPageSizeLimit: Number("int"),
|
|
67
|
+
* RowGroupLength: Number("int"),
|
|
68
|
+
* DataPageSize: Number("int"),
|
|
69
|
+
* ParquetVersion: "parquet-1-0" || "parquet-2-0",
|
|
70
|
+
* EnableStatistics: true || false,
|
|
71
|
+
* IncludeOpForFullLoad: true || false,
|
|
72
|
+
* CdcInsertsOnly: true || false,
|
|
73
|
+
* TimestampColumnName: "STRING_VALUE",
|
|
74
|
+
* ParquetTimestampInMillisecond: true || false,
|
|
75
|
+
* CdcInsertsAndUpdates: true || false,
|
|
76
|
+
* DatePartitionEnabled: true || false,
|
|
77
|
+
* DatePartitionSequence: "YYYYMMDD" || "YYYYMMDDHH" || "YYYYMM" || "MMYYYYDD" || "DDMMYYYY",
|
|
78
|
+
* DatePartitionDelimiter: "SLASH" || "UNDERSCORE" || "DASH" || "NONE",
|
|
79
|
+
* UseCsvNoSupValue: true || false,
|
|
80
|
+
* CsvNoSupValue: "STRING_VALUE",
|
|
81
|
+
* PreserveTransactions: true || false,
|
|
82
|
+
* CdcPath: "STRING_VALUE",
|
|
83
|
+
* UseTaskStartTimeForFullLoadTimestamp: true || false,
|
|
84
|
+
* CannedAclForObjects: "none" || "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
|
|
85
|
+
* AddColumnName: true || false,
|
|
86
|
+
* CdcMaxBatchInterval: Number("int"),
|
|
87
|
+
* CdcMinFileSize: Number("int"),
|
|
88
|
+
* CsvNullValue: "STRING_VALUE",
|
|
89
|
+
* IgnoreHeaderRows: Number("int"),
|
|
90
|
+
* MaxFileSize: Number("int"),
|
|
91
|
+
* Rfc4180: true || false,
|
|
92
|
+
* DatePartitionTimezone: "STRING_VALUE",
|
|
93
|
+
* AddTrailingPaddingCharacter: true || false,
|
|
94
|
+
* ExpectedBucketOwner: "STRING_VALUE",
|
|
95
|
+
* GlueCatalogGeneration: true || false,
|
|
96
|
+
* },
|
|
97
|
+
* DmsTransferSettings: { // DmsTransferSettings
|
|
98
|
+
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
99
|
+
* BucketName: "STRING_VALUE",
|
|
100
|
+
* },
|
|
101
|
+
* MongoDbSettings: { // MongoDbSettings
|
|
102
|
+
* Username: "STRING_VALUE",
|
|
103
|
+
* Password: "STRING_VALUE",
|
|
104
|
+
* ServerName: "STRING_VALUE",
|
|
105
|
+
* Port: Number("int"),
|
|
106
|
+
* DatabaseName: "STRING_VALUE",
|
|
107
|
+
* AuthType: "no" || "password",
|
|
108
|
+
* AuthMechanism: "default" || "mongodb_cr" || "scram_sha_1",
|
|
109
|
+
* NestingLevel: "none" || "one",
|
|
110
|
+
* ExtractDocId: "STRING_VALUE",
|
|
111
|
+
* DocsToInvestigate: "STRING_VALUE",
|
|
112
|
+
* AuthSource: "STRING_VALUE",
|
|
113
|
+
* KmsKeyId: "STRING_VALUE",
|
|
114
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
115
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
116
|
+
* },
|
|
117
|
+
* KinesisSettings: { // KinesisSettings
|
|
118
|
+
* StreamArn: "STRING_VALUE",
|
|
119
|
+
* MessageFormat: "json" || "json-unformatted",
|
|
120
|
+
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
121
|
+
* IncludeTransactionDetails: true || false,
|
|
122
|
+
* IncludePartitionValue: true || false,
|
|
123
|
+
* PartitionIncludeSchemaTable: true || false,
|
|
124
|
+
* IncludeTableAlterOperations: true || false,
|
|
125
|
+
* IncludeControlDetails: true || false,
|
|
126
|
+
* IncludeNullAndEmpty: true || false,
|
|
127
|
+
* NoHexPrefix: true || false,
|
|
128
|
+
* },
|
|
129
|
+
* KafkaSettings: { // KafkaSettings
|
|
130
|
+
* Broker: "STRING_VALUE",
|
|
131
|
+
* Topic: "STRING_VALUE",
|
|
132
|
+
* MessageFormat: "json" || "json-unformatted",
|
|
133
|
+
* IncludeTransactionDetails: true || false,
|
|
134
|
+
* IncludePartitionValue: true || false,
|
|
135
|
+
* PartitionIncludeSchemaTable: true || false,
|
|
136
|
+
* IncludeTableAlterOperations: true || false,
|
|
137
|
+
* IncludeControlDetails: true || false,
|
|
138
|
+
* MessageMaxBytes: Number("int"),
|
|
139
|
+
* IncludeNullAndEmpty: true || false,
|
|
140
|
+
* SecurityProtocol: "plaintext" || "ssl-authentication" || "ssl-encryption" || "sasl-ssl",
|
|
141
|
+
* SslClientCertificateArn: "STRING_VALUE",
|
|
142
|
+
* SslClientKeyArn: "STRING_VALUE",
|
|
143
|
+
* SslClientKeyPassword: "STRING_VALUE",
|
|
144
|
+
* SslCaCertificateArn: "STRING_VALUE",
|
|
145
|
+
* SaslUsername: "STRING_VALUE",
|
|
146
|
+
* SaslPassword: "STRING_VALUE",
|
|
147
|
+
* NoHexPrefix: true || false,
|
|
148
|
+
* SaslMechanism: "scram-sha-512" || "plain",
|
|
149
|
+
* },
|
|
150
|
+
* ElasticsearchSettings: { // ElasticsearchSettings
|
|
151
|
+
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
152
|
+
* EndpointUri: "STRING_VALUE", // required
|
|
153
|
+
* FullLoadErrorPercentage: Number("int"),
|
|
154
|
+
* ErrorRetryDuration: Number("int"),
|
|
155
|
+
* UseNewMappingType: true || false,
|
|
156
|
+
* },
|
|
157
|
+
* NeptuneSettings: { // NeptuneSettings
|
|
158
|
+
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
159
|
+
* S3BucketName: "STRING_VALUE", // required
|
|
160
|
+
* S3BucketFolder: "STRING_VALUE", // required
|
|
161
|
+
* ErrorRetryDuration: Number("int"),
|
|
162
|
+
* MaxFileSize: Number("int"),
|
|
163
|
+
* MaxRetryCount: Number("int"),
|
|
164
|
+
* IamAuthEnabled: true || false,
|
|
165
|
+
* },
|
|
166
|
+
* RedshiftSettings: { // RedshiftSettings
|
|
167
|
+
* AcceptAnyDate: true || false,
|
|
168
|
+
* AfterConnectScript: "STRING_VALUE",
|
|
169
|
+
* BucketFolder: "STRING_VALUE",
|
|
170
|
+
* BucketName: "STRING_VALUE",
|
|
171
|
+
* CaseSensitiveNames: true || false,
|
|
172
|
+
* CompUpdate: true || false,
|
|
173
|
+
* ConnectionTimeout: Number("int"),
|
|
174
|
+
* DatabaseName: "STRING_VALUE",
|
|
175
|
+
* DateFormat: "STRING_VALUE",
|
|
176
|
+
* EmptyAsNull: true || false,
|
|
177
|
+
* EncryptionMode: "sse-s3" || "sse-kms",
|
|
178
|
+
* ExplicitIds: true || false,
|
|
179
|
+
* FileTransferUploadStreams: Number("int"),
|
|
180
|
+
* LoadTimeout: Number("int"),
|
|
181
|
+
* MaxFileSize: Number("int"),
|
|
182
|
+
* Password: "STRING_VALUE",
|
|
183
|
+
* Port: Number("int"),
|
|
184
|
+
* RemoveQuotes: true || false,
|
|
185
|
+
* ReplaceInvalidChars: "STRING_VALUE",
|
|
186
|
+
* ReplaceChars: "STRING_VALUE",
|
|
187
|
+
* ServerName: "STRING_VALUE",
|
|
188
|
+
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
189
|
+
* ServerSideEncryptionKmsKeyId: "STRING_VALUE",
|
|
190
|
+
* TimeFormat: "STRING_VALUE",
|
|
191
|
+
* TrimBlanks: true || false,
|
|
192
|
+
* TruncateColumns: true || false,
|
|
193
|
+
* Username: "STRING_VALUE",
|
|
194
|
+
* WriteBufferSize: Number("int"),
|
|
195
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
196
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
197
|
+
* MapBooleanAsBoolean: true || false,
|
|
198
|
+
* },
|
|
199
|
+
* PostgreSQLSettings: { // PostgreSQLSettings
|
|
200
|
+
* AfterConnectScript: "STRING_VALUE",
|
|
201
|
+
* CaptureDdls: true || false,
|
|
202
|
+
* MaxFileSize: Number("int"),
|
|
203
|
+
* DatabaseName: "STRING_VALUE",
|
|
204
|
+
* DdlArtifactsSchema: "STRING_VALUE",
|
|
205
|
+
* ExecuteTimeout: Number("int"),
|
|
206
|
+
* FailTasksOnLobTruncation: true || false,
|
|
207
|
+
* HeartbeatEnable: true || false,
|
|
208
|
+
* HeartbeatSchema: "STRING_VALUE",
|
|
209
|
+
* HeartbeatFrequency: Number("int"),
|
|
210
|
+
* Password: "STRING_VALUE",
|
|
211
|
+
* Port: Number("int"),
|
|
212
|
+
* ServerName: "STRING_VALUE",
|
|
213
|
+
* Username: "STRING_VALUE",
|
|
214
|
+
* SlotName: "STRING_VALUE",
|
|
215
|
+
* PluginName: "no-preference" || "test-decoding" || "pglogical",
|
|
216
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
217
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
218
|
+
* TrimSpaceInChar: true || false,
|
|
219
|
+
* MapBooleanAsBoolean: true || false,
|
|
220
|
+
* },
|
|
221
|
+
* MySQLSettings: { // MySQLSettings
|
|
222
|
+
* AfterConnectScript: "STRING_VALUE",
|
|
223
|
+
* CleanSourceMetadataOnMismatch: true || false,
|
|
224
|
+
* DatabaseName: "STRING_VALUE",
|
|
225
|
+
* EventsPollInterval: Number("int"),
|
|
226
|
+
* TargetDbType: "specific-database" || "multiple-databases",
|
|
227
|
+
* MaxFileSize: Number("int"),
|
|
228
|
+
* ParallelLoadThreads: Number("int"),
|
|
229
|
+
* Password: "STRING_VALUE",
|
|
230
|
+
* Port: Number("int"),
|
|
231
|
+
* ServerName: "STRING_VALUE",
|
|
232
|
+
* ServerTimezone: "STRING_VALUE",
|
|
233
|
+
* Username: "STRING_VALUE",
|
|
234
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
235
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
236
|
+
* },
|
|
237
|
+
* OracleSettings: { // OracleSettings
|
|
238
|
+
* AddSupplementalLogging: true || false,
|
|
239
|
+
* ArchivedLogDestId: Number("int"),
|
|
240
|
+
* AdditionalArchivedLogDestId: Number("int"),
|
|
241
|
+
* ExtraArchivedLogDestIds: [ // IntegerList
|
|
242
|
+
* Number("int"),
|
|
243
|
+
* ],
|
|
244
|
+
* AllowSelectNestedTables: true || false,
|
|
245
|
+
* ParallelAsmReadThreads: Number("int"),
|
|
246
|
+
* ReadAheadBlocks: Number("int"),
|
|
247
|
+
* AccessAlternateDirectly: true || false,
|
|
248
|
+
* UseAlternateFolderForOnline: true || false,
|
|
249
|
+
* OraclePathPrefix: "STRING_VALUE",
|
|
250
|
+
* UsePathPrefix: "STRING_VALUE",
|
|
251
|
+
* ReplacePathPrefix: true || false,
|
|
252
|
+
* EnableHomogenousTablespace: true || false,
|
|
253
|
+
* DirectPathNoLog: true || false,
|
|
254
|
+
* ArchivedLogsOnly: true || false,
|
|
255
|
+
* AsmPassword: "STRING_VALUE",
|
|
256
|
+
* AsmServer: "STRING_VALUE",
|
|
257
|
+
* AsmUser: "STRING_VALUE",
|
|
258
|
+
* CharLengthSemantics: "default" || "char" || "byte",
|
|
259
|
+
* DatabaseName: "STRING_VALUE",
|
|
260
|
+
* DirectPathParallelLoad: true || false,
|
|
261
|
+
* FailTasksOnLobTruncation: true || false,
|
|
262
|
+
* NumberDatatypeScale: Number("int"),
|
|
263
|
+
* Password: "STRING_VALUE",
|
|
264
|
+
* Port: Number("int"),
|
|
265
|
+
* ReadTableSpaceName: true || false,
|
|
266
|
+
* RetryInterval: Number("int"),
|
|
267
|
+
* SecurityDbEncryption: "STRING_VALUE",
|
|
268
|
+
* SecurityDbEncryptionName: "STRING_VALUE",
|
|
269
|
+
* ServerName: "STRING_VALUE",
|
|
270
|
+
* SpatialDataOptionToGeoJsonFunctionName: "STRING_VALUE",
|
|
271
|
+
* StandbyDelayTime: Number("int"),
|
|
272
|
+
* Username: "STRING_VALUE",
|
|
273
|
+
* UseBFile: true || false,
|
|
274
|
+
* UseDirectPathFullLoad: true || false,
|
|
275
|
+
* UseLogminerReader: true || false,
|
|
276
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
277
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
278
|
+
* SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
279
|
+
* SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
280
|
+
* TrimSpaceInChar: true || false,
|
|
281
|
+
* ConvertTimestampWithZoneToUTC: true || false,
|
|
282
|
+
* },
|
|
283
|
+
* SybaseSettings: { // SybaseSettings
|
|
284
|
+
* DatabaseName: "STRING_VALUE",
|
|
285
|
+
* Password: "STRING_VALUE",
|
|
286
|
+
* Port: Number("int"),
|
|
287
|
+
* ServerName: "STRING_VALUE",
|
|
288
|
+
* Username: "STRING_VALUE",
|
|
289
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
290
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
291
|
+
* },
|
|
292
|
+
* MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
|
|
293
|
+
* Port: Number("int"),
|
|
294
|
+
* BcpPacketSize: Number("int"),
|
|
295
|
+
* DatabaseName: "STRING_VALUE",
|
|
296
|
+
* ControlTablesFileGroup: "STRING_VALUE",
|
|
297
|
+
* Password: "STRING_VALUE",
|
|
298
|
+
* QuerySingleAlwaysOnNode: true || false,
|
|
299
|
+
* ReadBackupOnly: true || false,
|
|
300
|
+
* SafeguardPolicy: "rely-on-sql-server-replication-agent" || "exclusive-automatic-truncation" || "shared-automatic-truncation",
|
|
301
|
+
* ServerName: "STRING_VALUE",
|
|
302
|
+
* Username: "STRING_VALUE",
|
|
303
|
+
* UseBcpFullLoad: true || false,
|
|
304
|
+
* UseThirdPartyBackupDevice: true || false,
|
|
305
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
306
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
307
|
+
* TrimSpaceInChar: true || false,
|
|
308
|
+
* TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
|
|
309
|
+
* ForceLobLookup: true || false,
|
|
310
|
+
* },
|
|
311
|
+
* IBMDb2Settings: { // IBMDb2Settings
|
|
312
|
+
* DatabaseName: "STRING_VALUE",
|
|
313
|
+
* Password: "STRING_VALUE",
|
|
314
|
+
* Port: Number("int"),
|
|
315
|
+
* ServerName: "STRING_VALUE",
|
|
316
|
+
* SetDataCaptureChanges: true || false,
|
|
317
|
+
* CurrentLsn: "STRING_VALUE",
|
|
318
|
+
* MaxKBytesPerRead: Number("int"),
|
|
319
|
+
* Username: "STRING_VALUE",
|
|
320
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
321
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
322
|
+
* },
|
|
323
|
+
* DocDbSettings: { // DocDbSettings
|
|
324
|
+
* Username: "STRING_VALUE",
|
|
325
|
+
* Password: "STRING_VALUE",
|
|
326
|
+
* ServerName: "STRING_VALUE",
|
|
327
|
+
* Port: Number("int"),
|
|
328
|
+
* DatabaseName: "STRING_VALUE",
|
|
329
|
+
* NestingLevel: "none" || "one",
|
|
330
|
+
* ExtractDocId: true || false,
|
|
331
|
+
* DocsToInvestigate: Number("int"),
|
|
332
|
+
* KmsKeyId: "STRING_VALUE",
|
|
333
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
334
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
335
|
+
* },
|
|
336
|
+
* RedisSettings: { // RedisSettings
|
|
337
|
+
* ServerName: "STRING_VALUE", // required
|
|
338
|
+
* Port: Number("int"), // required
|
|
339
|
+
* SslSecurityProtocol: "plaintext" || "ssl-encryption",
|
|
340
|
+
* AuthType: "none" || "auth-role" || "auth-token",
|
|
341
|
+
* AuthUserName: "STRING_VALUE",
|
|
342
|
+
* AuthPassword: "STRING_VALUE",
|
|
343
|
+
* SslCaCertificateArn: "STRING_VALUE",
|
|
344
|
+
* },
|
|
345
|
+
* ExactSettings: true || false,
|
|
346
|
+
* GcpMySQLSettings: { // GcpMySQLSettings
|
|
347
|
+
* AfterConnectScript: "STRING_VALUE",
|
|
348
|
+
* CleanSourceMetadataOnMismatch: true || false,
|
|
349
|
+
* DatabaseName: "STRING_VALUE",
|
|
350
|
+
* EventsPollInterval: Number("int"),
|
|
351
|
+
* TargetDbType: "specific-database" || "multiple-databases",
|
|
352
|
+
* MaxFileSize: Number("int"),
|
|
353
|
+
* ParallelLoadThreads: Number("int"),
|
|
354
|
+
* Password: "STRING_VALUE",
|
|
355
|
+
* Port: Number("int"),
|
|
356
|
+
* ServerName: "STRING_VALUE",
|
|
357
|
+
* ServerTimezone: "STRING_VALUE",
|
|
358
|
+
* Username: "STRING_VALUE",
|
|
359
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
360
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
361
|
+
* },
|
|
362
|
+
* };
|
|
36
363
|
* const command = new ModifyEndpointCommand(input);
|
|
37
364
|
* const response = await client.send(command);
|
|
38
365
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
+
* const input = { // ModifyEventSubscriptionMessage
|
|
30
|
+
* SubscriptionName: "STRING_VALUE", // required
|
|
31
|
+
* SnsTopicArn: "STRING_VALUE",
|
|
32
|
+
* SourceType: "STRING_VALUE",
|
|
33
|
+
* EventCategories: [ // EventCategoriesList
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* Enabled: true || false,
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ModifyEventSubscriptionCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -29,6 +29,22 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, ModifyReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, ModifyReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
+
* const input = { // ModifyReplicationInstanceMessage
|
|
33
|
+
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
34
|
+
* AllocatedStorage: Number("int"),
|
|
35
|
+
* ApplyImmediately: true || false,
|
|
36
|
+
* ReplicationInstanceClass: "STRING_VALUE",
|
|
37
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
41
|
+
* MultiAZ: true || false,
|
|
42
|
+
* EngineVersion: "STRING_VALUE",
|
|
43
|
+
* AllowMajorVersionUpgrade: true || false,
|
|
44
|
+
* AutoMinorVersionUpgrade: true || false,
|
|
45
|
+
* ReplicationInstanceIdentifier: "STRING_VALUE",
|
|
46
|
+
* NetworkType: "STRING_VALUE",
|
|
47
|
+
* };
|
|
32
48
|
* const command = new ModifyReplicationInstanceCommand(input);
|
|
33
49
|
* const response = await client.send(command);
|
|
34
50
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, ModifyReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, ModifyReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
+
* const input = { // ModifyReplicationSubnetGroupMessage
|
|
30
|
+
* ReplicationSubnetGroupIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* ReplicationSubnetGroupDescription: "STRING_VALUE",
|
|
32
|
+
* SubnetIds: [ // SubnetIdentifierList // required
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ModifyReplicationSubnetGroupCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -29,6 +29,17 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, ModifyReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, ModifyReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
+
* const input = { // ModifyReplicationTaskMessage
|
|
33
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
34
|
+
* ReplicationTaskIdentifier: "STRING_VALUE",
|
|
35
|
+
* MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
36
|
+
* TableMappings: "STRING_VALUE",
|
|
37
|
+
* ReplicationTaskSettings: "STRING_VALUE",
|
|
38
|
+
* CdcStartTime: new Date("TIMESTAMP"),
|
|
39
|
+
* CdcStartPosition: "STRING_VALUE",
|
|
40
|
+
* CdcStopPosition: "STRING_VALUE",
|
|
41
|
+
* TaskData: "STRING_VALUE",
|
|
42
|
+
* };
|
|
32
43
|
* const command = new ModifyReplicationTaskCommand(input);
|
|
33
44
|
* const response = await client.send(command);
|
|
34
45
|
* ```
|
|
@@ -29,6 +29,10 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, MoveReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, MoveReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
+
* const input = { // MoveReplicationTaskMessage
|
|
33
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
34
|
+
* TargetReplicationInstanceArn: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
32
36
|
* const command = new MoveReplicationTaskCommand(input);
|
|
33
37
|
* const response = await client.send(command);
|
|
34
38
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, RebootReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, RebootReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
+
* const input = { // RebootReplicationInstanceMessage
|
|
31
|
+
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
32
|
+
* ForceFailover: true || false,
|
|
33
|
+
* ForcePlannedFailover: true || false,
|
|
34
|
+
* };
|
|
30
35
|
* const command = new RebootReplicationInstanceCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -28,6 +28,10 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, RefreshSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, RefreshSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
+
* const input = { // RefreshSchemasMessage
|
|
32
|
+
* EndpointArn: "STRING_VALUE", // required
|
|
33
|
+
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
31
35
|
* const command = new RefreshSchemasCommand(input);
|
|
32
36
|
* const response = await client.send(command);
|
|
33
37
|
* ```
|
|
@@ -28,6 +28,16 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, ReloadTablesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, ReloadTablesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
+
* const input = { // ReloadTablesMessage
|
|
32
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
33
|
+
* TablesToReload: [ // TableListToReload // required
|
|
34
|
+
* { // TableToReload
|
|
35
|
+
* SchemaName: "STRING_VALUE", // required
|
|
36
|
+
* TableName: "STRING_VALUE", // required
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* ReloadOption: "data-reload" || "validate-only",
|
|
40
|
+
* };
|
|
31
41
|
* const command = new ReloadTablesCommand(input);
|
|
32
42
|
* const response = await client.send(command);
|
|
33
43
|
* ```
|
|
@@ -31,6 +31,12 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
31
31
|
* import { DatabaseMigrationServiceClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
32
32
|
* // const { DatabaseMigrationServiceClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
33
33
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
34
|
+
* const input = { // RemoveTagsFromResourceMessage
|
|
35
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
36
|
+
* TagKeys: [ // KeyList // required
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* };
|
|
34
40
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
35
41
|
* const response = await client.send(command);
|
|
36
42
|
* ```
|
|
@@ -26,6 +26,7 @@ export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisor
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, RunFleetAdvisorLsaAnalysisCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, RunFleetAdvisorLsaAnalysisCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
+
* const input = {};
|
|
29
30
|
* const command = new RunFleetAdvisorLsaAnalysisCommand(input);
|
|
30
31
|
* const response = await client.send(command);
|
|
31
32
|
* ```
|
|
@@ -28,6 +28,13 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, StartRecommendationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, StartRecommendationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
+
* const input = { // StartRecommendationsRequest
|
|
32
|
+
* DatabaseId: "STRING_VALUE", // required
|
|
33
|
+
* Settings: { // RecommendationSettings
|
|
34
|
+
* InstanceSizingType: "STRING_VALUE", // required
|
|
35
|
+
* WorkloadType: "STRING_VALUE", // required
|
|
36
|
+
* },
|
|
37
|
+
* };
|
|
31
38
|
* const command = new StartRecommendationsCommand(input);
|
|
32
39
|
* const response = await client.send(command);
|
|
33
40
|
* ```
|
|
@@ -40,6 +40,9 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
|
|
|
40
40
|
* import { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
41
41
|
* // const { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
42
42
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
43
|
+
* const input = { // StartReplicationTaskAssessmentMessage
|
|
44
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
45
|
+
* };
|
|
43
46
|
* const command = new StartReplicationTaskAssessmentCommand(input);
|
|
44
47
|
* const response = await client.send(command);
|
|
45
48
|
* ```
|
|
@@ -32,6 +32,21 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
|
|
|
32
32
|
* import { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
33
33
|
* // const { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
34
34
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
35
|
+
* const input = { // StartReplicationTaskAssessmentRunMessage
|
|
36
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
37
|
+
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
38
|
+
* ResultLocationBucket: "STRING_VALUE", // required
|
|
39
|
+
* ResultLocationFolder: "STRING_VALUE",
|
|
40
|
+
* ResultEncryptionMode: "STRING_VALUE",
|
|
41
|
+
* ResultKmsKeyArn: "STRING_VALUE",
|
|
42
|
+
* AssessmentRunName: "STRING_VALUE", // required
|
|
43
|
+
* IncludeOnly: [ // IncludeTestList
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* Exclude: [ // ExcludeTestList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
35
50
|
* const command = new StartReplicationTaskAssessmentRunCommand(input);
|
|
36
51
|
* const response = await client.send(command);
|
|
37
52
|
* ```
|
|
@@ -29,6 +29,13 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, StartReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, StartReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
+
* const input = { // StartReplicationTaskMessage
|
|
33
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
34
|
+
* StartReplicationTaskType: "start-replication" || "resume-processing" || "reload-target", // required
|
|
35
|
+
* CdcStartTime: new Date("TIMESTAMP"),
|
|
36
|
+
* CdcStartPosition: "STRING_VALUE",
|
|
37
|
+
* CdcStopPosition: "STRING_VALUE",
|
|
38
|
+
* };
|
|
32
39
|
* const command = new StartReplicationTaskCommand(input);
|
|
33
40
|
* const response = await client.send(command);
|
|
34
41
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, StopReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, StopReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
+
* const input = { // StopReplicationTaskMessage
|
|
30
|
+
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopReplicationTaskCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, TestConnectionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, TestConnectionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
+
* const input = { // TestConnectionMessage
|
|
30
|
+
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
31
|
+
* EndpointArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new TestConnectionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -34,6 +34,9 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
|
|
|
34
34
|
* import { DatabaseMigrationServiceClient, UpdateSubscriptionsToEventBridgeCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
35
35
|
* // const { DatabaseMigrationServiceClient, UpdateSubscriptionsToEventBridgeCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
36
36
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
37
|
+
* const input = { // UpdateSubscriptionsToEventBridgeMessage
|
|
38
|
+
* ForceMove: true || false,
|
|
39
|
+
* };
|
|
37
40
|
* const command = new UpdateSubscriptionsToEventBridgeCommand(input);
|
|
38
41
|
* const response = await client.send(command);
|
|
39
42
|
* ```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"@aws-sdk/util-waiter": "3.296.0",
|
|
57
57
|
"tslib": "^2.5.0"
|