@aws-sdk/client-database-migration-service 3.296.0 → 3.297.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.
Files changed (101) hide show
  1. package/dist-types/DatabaseMigrationService.d.ts +70 -0
  2. package/dist-types/DatabaseMigrationServiceClient.d.ts +24 -4
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  4. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeCertificatesCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeEndpointsCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeSchemasCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +16 -0
  52. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +16 -0
  56. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +16 -0
  58. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +16 -0
  59. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +16 -0
  60. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +16 -0
  61. package/dist-types/commands/RefreshSchemasCommand.d.ts +16 -0
  62. package/dist-types/commands/ReloadTablesCommand.d.ts +16 -0
  63. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +16 -0
  65. package/dist-types/commands/StartRecommendationsCommand.d.ts +16 -0
  66. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +16 -0
  67. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +16 -0
  68. package/dist-types/commands/StartReplicationTaskCommand.d.ts +16 -0
  69. package/dist-types/commands/StopReplicationTaskCommand.d.ts +16 -0
  70. package/dist-types/commands/TestConnectionCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +16 -0
  72. package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +416 -17
  74. package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +3 -0
  85. package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +3 -0
  86. package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +3 -0
  87. package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeSchemasPaginator.d.ts +3 -0
  99. package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>DMS was denied access to the endpoint. Check that the
5
6
  * role is correctly configured.</p>
6
7
  */
@@ -13,6 +14,7 @@ export declare class AccessDeniedFault extends __BaseException {
13
14
  constructor(opts: __ExceptionOptionType<AccessDeniedFault, __BaseException>);
14
15
  }
15
16
  /**
17
+ * @public
16
18
  * <p>Describes a quota for an Amazon Web Services account, for example the number of replication instances
17
19
  * allowed.</p>
18
20
  */
@@ -31,6 +33,7 @@ export interface AccountQuota {
31
33
  Max?: number;
32
34
  }
33
35
  /**
36
+ * @public
34
37
  * <p>A user-defined key-value pair that describes metadata added to an DMS resource and
35
38
  * that is used by operations such as the following:</p>
36
39
  * <ul>
@@ -56,14 +59,14 @@ export interface Tag {
56
59
  * <p>A key is the required name of the tag. The string value can be 1-128 Unicode characters
57
60
  * in length and can't be prefixed with "aws:" or "dms:". The string can only contain
58
61
  * only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java
59
- * regular expressions: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").</p>
62
+ * regular expressions: "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
60
63
  */
61
64
  Key?: string;
62
65
  /**
63
66
  * <p>A value is the optional value of the tag. The string value can be 1-256 Unicode
64
67
  * characters in length and can't be prefixed with "aws:" or "dms:". The string can only
65
68
  * contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-'
66
- * (Java regular expressions: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").</p>
69
+ * (Java regular expressions: "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
67
70
  */
68
71
  Value?: string;
69
72
  /**
@@ -72,6 +75,7 @@ export interface Tag {
72
75
  ResourceArn?: string;
73
76
  }
74
77
  /**
78
+ * @public
75
79
  * <p>Associates a set of tags with an DMS resource.</p>
76
80
  */
77
81
  export interface AddTagsToResourceMessage {
@@ -86,11 +90,13 @@ export interface AddTagsToResourceMessage {
86
90
  Tags: Tag[] | undefined;
87
91
  }
88
92
  /**
93
+ * @public
89
94
  * <p></p>
90
95
  */
91
96
  export interface AddTagsToResourceResponse {
92
97
  }
93
98
  /**
99
+ * @public
94
100
  * <p>The resource could not be found.</p>
95
101
  */
96
102
  export declare class ResourceNotFoundFault extends __BaseException {
@@ -102,6 +108,7 @@ export declare class ResourceNotFoundFault extends __BaseException {
102
108
  constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
103
109
  }
104
110
  /**
111
+ * @public
105
112
  * <p></p>
106
113
  */
107
114
  export interface ApplyPendingMaintenanceActionMessage {
@@ -140,6 +147,7 @@ export interface ApplyPendingMaintenanceActionMessage {
140
147
  OptInType: string | undefined;
141
148
  }
142
149
  /**
150
+ * @public
143
151
  * <p>Describes a maintenance action pending for an DMS resource, including when and how
144
152
  * it will be applied. This data type is a response element to the
145
153
  * <code>DescribePendingMaintenanceActions</code> operation.</p>
@@ -182,6 +190,7 @@ export interface PendingMaintenanceAction {
182
190
  Description?: string;
183
191
  }
184
192
  /**
193
+ * @public
185
194
  * <p>Identifies an DMS resource and any pending actions for it.</p>
186
195
  */
187
196
  export interface ResourcePendingMaintenanceActions {
@@ -197,6 +206,7 @@ export interface ResourcePendingMaintenanceActions {
197
206
  PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
198
207
  }
199
208
  /**
209
+ * @public
200
210
  * <p></p>
201
211
  */
202
212
  export interface ApplyPendingMaintenanceActionResponse {
@@ -206,6 +216,7 @@ export interface ApplyPendingMaintenanceActionResponse {
206
216
  ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
207
217
  }
208
218
  /**
219
+ * @public
209
220
  * <p>Provides information about the required target engine settings.</p>
210
221
  */
211
222
  export interface RecommendationSettings {
@@ -224,6 +235,7 @@ export interface RecommendationSettings {
224
235
  WorkloadType: string | undefined;
225
236
  }
226
237
  /**
238
+ * @public
227
239
  * <p>Provides information about the source database to analyze and provide target
228
240
  * recommendations according to the specified requirements.</p>
229
241
  */
@@ -237,6 +249,9 @@ export interface StartRecommendationsRequestEntry {
237
249
  */
238
250
  Settings: RecommendationSettings | undefined;
239
251
  }
252
+ /**
253
+ * @public
254
+ */
240
255
  export interface BatchStartRecommendationsRequest {
241
256
  /**
242
257
  * <p>Provides information about source databases to analyze. After this analysis, Fleet
@@ -245,6 +260,7 @@ export interface BatchStartRecommendationsRequest {
245
260
  Data?: StartRecommendationsRequestEntry[];
246
261
  }
247
262
  /**
263
+ * @public
248
264
  * <p>Provides information about the errors that occurred during the analysis of the source
249
265
  * database.</p>
250
266
  */
@@ -262,6 +278,9 @@ export interface BatchStartRecommendationsErrorEntry {
262
278
  */
263
279
  Code?: string;
264
280
  }
281
+ /**
282
+ * @public
283
+ */
265
284
  export interface BatchStartRecommendationsResponse {
266
285
  /**
267
286
  * <p>A list with error details about the analysis of each source database.</p>
@@ -269,6 +288,7 @@ export interface BatchStartRecommendationsResponse {
269
288
  ErrorEntries?: BatchStartRecommendationsErrorEntry[];
270
289
  }
271
290
  /**
291
+ * @public
272
292
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
273
293
  */
274
294
  export declare class InvalidResourceStateFault extends __BaseException {
@@ -280,6 +300,7 @@ export declare class InvalidResourceStateFault extends __BaseException {
280
300
  constructor(opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>);
281
301
  }
282
302
  /**
303
+ * @public
283
304
  * <p></p>
284
305
  */
285
306
  export interface CancelReplicationTaskAssessmentRunMessage {
@@ -289,6 +310,7 @@ export interface CancelReplicationTaskAssessmentRunMessage {
289
310
  ReplicationTaskAssessmentRunArn: string | undefined;
290
311
  }
291
312
  /**
313
+ * @public
292
314
  * <p>The progress values reported by the <code>AssessmentProgress</code> response
293
315
  * element.</p>
294
316
  */
@@ -303,6 +325,7 @@ export interface ReplicationTaskAssessmentRunProgress {
303
325
  IndividualAssessmentCompletedCount?: number;
304
326
  }
305
327
  /**
328
+ * @public
306
329
  * <p>Provides information that describes a premigration assessment run that you have started
307
330
  * using the <code>StartReplicationTaskAssessmentRun</code> operation.</p>
308
331
  * <p>Some of the information appears based on other operations that can return the
@@ -415,6 +438,7 @@ export interface ReplicationTaskAssessmentRun {
415
438
  AssessmentRunName?: string;
416
439
  }
417
440
  /**
441
+ * @public
418
442
  * <p></p>
419
443
  */
420
444
  export interface CancelReplicationTaskAssessmentRunResponse {
@@ -425,6 +449,7 @@ export interface CancelReplicationTaskAssessmentRunResponse {
425
449
  ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
426
450
  }
427
451
  /**
452
+ * @public
428
453
  * <p> The settings in JSON format for the DMS Transfer type source endpoint. </p>
429
454
  */
430
455
  export interface DmsTransferSettings {
@@ -437,11 +462,15 @@ export interface DmsTransferSettings {
437
462
  */
438
463
  BucketName?: string;
439
464
  }
465
+ /**
466
+ * @public
467
+ */
440
468
  export declare enum NestingLevelValue {
441
469
  NONE = "none",
442
470
  ONE = "one"
443
471
  }
444
472
  /**
473
+ * @public
445
474
  * <p>Provides information that defines a DocumentDB endpoint.</p>
446
475
  */
447
476
  export interface DocDbSettings {
@@ -517,6 +546,7 @@ export interface DocDbSettings {
517
546
  SecretsManagerSecretId?: string;
518
547
  }
519
548
  /**
549
+ * @public
520
550
  * <p>Provides the Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
521
551
  * role used to define an Amazon DynamoDB target endpoint.</p>
522
552
  */
@@ -527,6 +557,7 @@ export interface DynamoDbSettings {
527
557
  ServiceAccessRoleArn: string | undefined;
528
558
  }
529
559
  /**
560
+ * @public
530
561
  * <p>Provides information that defines an OpenSearch endpoint.</p>
531
562
  */
532
563
  export interface ElasticsearchSettings {
@@ -560,15 +591,22 @@ export interface ElasticsearchSettings {
560
591
  */
561
592
  UseNewMappingType?: boolean;
562
593
  }
594
+ /**
595
+ * @public
596
+ */
563
597
  export declare enum ReplicationEndpointTypeValue {
564
598
  SOURCE = "source",
565
599
  TARGET = "target"
566
600
  }
601
+ /**
602
+ * @public
603
+ */
567
604
  export declare enum TargetDbType {
568
605
  MULTIPLE_DATABASES = "multiple-databases",
569
606
  SPECIFIC_DATABASE = "specific-database"
570
607
  }
571
608
  /**
609
+ * @public
572
610
  * <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
573
611
  */
574
612
  export interface GcpMySQLSettings {
@@ -670,6 +708,7 @@ export interface GcpMySQLSettings {
670
708
  SecretsManagerSecretId?: string;
671
709
  }
672
710
  /**
711
+ * @public
673
712
  * <p>Provides information that defines an IBM Db2 LUW endpoint.</p>
674
713
  */
675
714
  export interface IBMDb2Settings {
@@ -733,14 +772,23 @@ export interface IBMDb2Settings {
733
772
  */
734
773
  SecretsManagerSecretId?: string;
735
774
  }
775
+ /**
776
+ * @public
777
+ */
736
778
  export declare enum MessageFormatValue {
737
779
  JSON = "json",
738
780
  JSON_UNFORMATTED = "json-unformatted"
739
781
  }
782
+ /**
783
+ * @public
784
+ */
740
785
  export declare enum KafkaSaslMechanism {
741
786
  PLAIN = "plain",
742
787
  SCRAM_SHA_512 = "scram-sha-512"
743
788
  }
789
+ /**
790
+ * @public
791
+ */
744
792
  export declare enum KafkaSecurityProtocol {
745
793
  PLAINTEXT = "plaintext",
746
794
  SASL_SSL = "sasl-ssl",
@@ -748,6 +796,7 @@ export declare enum KafkaSecurityProtocol {
748
796
  SSL_ENCRYPTION = "ssl-encryption"
749
797
  }
750
798
  /**
799
+ * @public
751
800
  * <p>Provides information that describes an Apache Kafka endpoint. This
752
801
  * information includes the output format of records applied to the endpoint and details of
753
802
  * transaction and control table data information.</p>
@@ -867,6 +916,7 @@ export interface KafkaSettings {
867
916
  SaslMechanism?: KafkaSaslMechanism | string;
868
917
  }
869
918
  /**
919
+ * @public
870
920
  * <p>Provides information that describes an Amazon Kinesis Data Stream endpoint. This
871
921
  * information includes the output format of records applied to the endpoint and details of
872
922
  * transaction and control table data information.</p>
@@ -932,11 +982,17 @@ export interface KinesisSettings {
932
982
  */
933
983
  NoHexPrefix?: boolean;
934
984
  }
985
+ /**
986
+ * @public
987
+ */
935
988
  export declare enum SafeguardPolicy {
936
989
  EXCLUSIVE_AUTOMATIC_TRUNCATION = "exclusive-automatic-truncation",
937
990
  RELY_ON_SQL_SERVER_REPLICATION_AGENT = "rely-on-sql-server-replication-agent",
938
991
  SHARED_AUTOMATIC_TRUNCATION = "shared-automatic-truncation"
939
992
  }
993
+ /**
994
+ * @public
995
+ */
940
996
  export declare enum TlogAccessMode {
941
997
  BackupOnly = "BackupOnly",
942
998
  PreferBackup = "PreferBackup",
@@ -944,6 +1000,7 @@ export declare enum TlogAccessMode {
944
1000
  TlogOnly = "TlogOnly"
945
1001
  }
946
1002
  /**
1003
+ * @public
947
1004
  * <p>Provides information that defines a Microsoft SQL Server endpoint.</p>
948
1005
  */
949
1006
  export interface MicrosoftSQLServerSettings {
@@ -1071,16 +1128,23 @@ export interface MicrosoftSQLServerSettings {
1071
1128
  */
1072
1129
  ForceLobLookup?: boolean;
1073
1130
  }
1131
+ /**
1132
+ * @public
1133
+ */
1074
1134
  export declare enum AuthMechanismValue {
1075
1135
  DEFAULT = "default",
1076
1136
  MONGODB_CR = "mongodb_cr",
1077
1137
  SCRAM_SHA_1 = "scram_sha_1"
1078
1138
  }
1139
+ /**
1140
+ * @public
1141
+ */
1079
1142
  export declare enum AuthTypeValue {
1080
1143
  NO = "no",
1081
1144
  PASSWORD = "password"
1082
1145
  }
1083
1146
  /**
1147
+ * @public
1084
1148
  * <p>Provides information that defines a MongoDB endpoint.</p>
1085
1149
  */
1086
1150
  export interface MongoDbSettings {
@@ -1175,6 +1239,7 @@ export interface MongoDbSettings {
1175
1239
  SecretsManagerSecretId?: string;
1176
1240
  }
1177
1241
  /**
1242
+ * @public
1178
1243
  * <p>Provides information that defines a MySQL endpoint.</p>
1179
1244
  */
1180
1245
  export interface MySQLSettings {
@@ -1291,6 +1356,7 @@ export interface MySQLSettings {
1291
1356
  SecretsManagerSecretId?: string;
1292
1357
  }
1293
1358
  /**
1359
+ * @public
1294
1360
  * <p>Provides information that defines an Amazon Neptune endpoint.</p>
1295
1361
  */
1296
1362
  export interface NeptuneSettings {
@@ -1339,12 +1405,16 @@ export interface NeptuneSettings {
1339
1405
  */
1340
1406
  IamAuthEnabled?: boolean;
1341
1407
  }
1408
+ /**
1409
+ * @public
1410
+ */
1342
1411
  export declare enum CharLengthSemantics {
1343
1412
  BYTE = "byte",
1344
1413
  CHAR = "char",
1345
1414
  DEFAULT = "default"
1346
1415
  }
1347
1416
  /**
1417
+ * @public
1348
1418
  * <p>Provides information that defines an Oracle endpoint.</p>
1349
1419
  */
1350
1420
  export interface OracleSettings {
@@ -1695,12 +1765,16 @@ export interface OracleSettings {
1695
1765
  */
1696
1766
  ConvertTimestampWithZoneToUTC?: boolean;
1697
1767
  }
1768
+ /**
1769
+ * @public
1770
+ */
1698
1771
  export declare enum PluginNameValue {
1699
1772
  NO_PREFERENCE = "no-preference",
1700
1773
  PGLOGICAL = "pglogical",
1701
1774
  TEST_DECODING = "test-decoding"
1702
1775
  }
1703
1776
  /**
1777
+ * @public
1704
1778
  * <p>Provides information that defines a PostgreSQL endpoint.</p>
1705
1779
  */
1706
1780
  export interface PostgreSQLSettings {
@@ -1848,16 +1922,23 @@ export interface PostgreSQLSettings {
1848
1922
  */
1849
1923
  MapBooleanAsBoolean?: boolean;
1850
1924
  }
1925
+ /**
1926
+ * @public
1927
+ */
1851
1928
  export declare enum RedisAuthTypeValue {
1852
1929
  AUTH_ROLE = "auth-role",
1853
1930
  AUTH_TOKEN = "auth-token",
1854
1931
  NONE = "none"
1855
1932
  }
1933
+ /**
1934
+ * @public
1935
+ */
1856
1936
  export declare enum SslSecurityProtocolValue {
1857
1937
  PLAINTEXT = "plaintext",
1858
1938
  SSL_ENCRYPTION = "ssl-encryption"
1859
1939
  }
1860
1940
  /**
1941
+ * @public
1861
1942
  * <p>Provides information that defines a Redis target endpoint.</p>
1862
1943
  */
1863
1944
  export interface RedisSettings {
@@ -1905,11 +1986,15 @@ export interface RedisSettings {
1905
1986
  */
1906
1987
  SslCaCertificateArn?: string;
1907
1988
  }
1989
+ /**
1990
+ * @public
1991
+ */
1908
1992
  export declare enum EncryptionModeValue {
1909
1993
  SSE_KMS = "sse-kms",
1910
1994
  SSE_S3 = "sse-s3"
1911
1995
  }
1912
1996
  /**
1997
+ * @public
1913
1998
  * <p>Provides information that defines an Amazon Redshift endpoint.</p>
1914
1999
  */
1915
2000
  export interface RedshiftSettings {
@@ -2128,6 +2213,9 @@ export interface RedshiftSettings {
2128
2213
  */
2129
2214
  MapBooleanAsBoolean?: boolean;
2130
2215
  }
2216
+ /**
2217
+ * @public
2218
+ */
2131
2219
  export declare enum CannedAclForObjectsValue {
2132
2220
  AUTHENTICATED_READ = "authenticated-read",
2133
2221
  AWS_EXEC_READ = "aws-exec-read",
@@ -2138,20 +2226,32 @@ export declare enum CannedAclForObjectsValue {
2138
2226
  PUBLIC_READ = "public-read",
2139
2227
  PUBLIC_READ_WRITE = "public-read-write"
2140
2228
  }
2229
+ /**
2230
+ * @public
2231
+ */
2141
2232
  export declare enum CompressionTypeValue {
2142
2233
  GZIP = "gzip",
2143
2234
  NONE = "none"
2144
2235
  }
2236
+ /**
2237
+ * @public
2238
+ */
2145
2239
  export declare enum DataFormatValue {
2146
2240
  CSV = "csv",
2147
2241
  PARQUET = "parquet"
2148
2242
  }
2243
+ /**
2244
+ * @public
2245
+ */
2149
2246
  export declare enum DatePartitionDelimiterValue {
2150
2247
  DASH = "DASH",
2151
2248
  NONE = "NONE",
2152
2249
  SLASH = "SLASH",
2153
2250
  UNDERSCORE = "UNDERSCORE"
2154
2251
  }
2252
+ /**
2253
+ * @public
2254
+ */
2155
2255
  export declare enum DatePartitionSequenceValue {
2156
2256
  DDMMYYYY = "DDMMYYYY",
2157
2257
  MMYYYYDD = "MMYYYYDD",
@@ -2159,16 +2259,23 @@ export declare enum DatePartitionSequenceValue {
2159
2259
  YYYYMMDD = "YYYYMMDD",
2160
2260
  YYYYMMDDHH = "YYYYMMDDHH"
2161
2261
  }
2262
+ /**
2263
+ * @public
2264
+ */
2162
2265
  export declare enum EncodingTypeValue {
2163
2266
  PLAIN = "plain",
2164
2267
  PLAIN_DICTIONARY = "plain-dictionary",
2165
2268
  RLE_DICTIONARY = "rle-dictionary"
2166
2269
  }
2270
+ /**
2271
+ * @public
2272
+ */
2167
2273
  export declare enum ParquetVersionValue {
2168
2274
  PARQUET_1_0 = "parquet-1-0",
2169
2275
  PARQUET_2_0 = "parquet-2-0"
2170
2276
  }
2171
2277
  /**
2278
+ * @public
2172
2279
  * <p>Settings for exporting data to Amazon S3. </p>
2173
2280
  */
2174
2281
  export interface S3Settings {
@@ -2668,10 +2775,10 @@ export interface S3Settings {
2668
2775
  * Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>, as shown in the
2669
2776
  * following example.</p>
2670
2777
  * <p>
2671
- * <code>s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
2778
+ * <code>s3-settings='\{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
2672
2779
  * "DatePartitionDelimiter": "SLASH",
2673
2780
  * "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
2674
- * "dms-nattarat-test"}'</code>
2781
+ * "dms-nattarat-test"\}'</code>
2675
2782
  * </p>
2676
2783
  */
2677
2784
  DatePartitionTimezone?: string;
@@ -2683,7 +2790,7 @@ export interface S3Settings {
2683
2790
  /**
2684
2791
  * <p>To specify a bucket owner and prevent sniping, you can use the
2685
2792
  * <code>ExpectedBucketOwner</code> endpoint setting. </p>
2686
- * <p>Example: <code>--s3-settings='{"ExpectedBucketOwner": "<i>AWS_Account_ID</i>"}'</code>
2793
+ * <p>Example: <code>--s3-settings='\{"ExpectedBucketOwner": "<i>AWS_Account_ID</i>"\}'</code>
2687
2794
  * </p>
2688
2795
  * <p>When you make a request to test a connection or perform a migration, S3 checks the account
2689
2796
  * ID of the bucket owner against the specified parameter.</p>
@@ -2695,6 +2802,9 @@ export interface S3Settings {
2695
2802
  */
2696
2803
  GlueCatalogGeneration?: boolean;
2697
2804
  }
2805
+ /**
2806
+ * @public
2807
+ */
2698
2808
  export declare enum DmsSslModeValue {
2699
2809
  NONE = "none",
2700
2810
  REQUIRE = "require",
@@ -2702,6 +2812,7 @@ export declare enum DmsSslModeValue {
2702
2812
  VERIFY_FULL = "verify-full"
2703
2813
  }
2704
2814
  /**
2815
+ * @public
2705
2816
  * <p>Provides information that defines a SAP ASE endpoint.</p>
2706
2817
  */
2707
2818
  export interface SybaseSettings {
@@ -2750,6 +2861,7 @@ export interface SybaseSettings {
2750
2861
  SecretsManagerSecretId?: string;
2751
2862
  }
2752
2863
  /**
2864
+ * @public
2753
2865
  * <p></p>
2754
2866
  */
2755
2867
  export interface CreateEndpointMessage {
@@ -2867,8 +2979,8 @@ export interface CreateEndpointMessage {
2867
2979
  * <p>Shorthand syntax for these settings is as follows:
2868
2980
  * <code>ServiceAccessRoleArn=string,BucketName=string</code>
2869
2981
  * </p>
2870
- * <p>JSON syntax for these settings is as follows: <code>{ "ServiceAccessRoleArn":
2871
- * "string", "BucketName": "string", } </code>
2982
+ * <p>JSON syntax for these settings is as follows: <code>\{ "ServiceAccessRoleArn":
2983
+ * "string", "BucketName": "string", \} </code>
2872
2984
  * </p>
2873
2985
  */
2874
2986
  DmsTransferSettings?: DmsTransferSettings;
@@ -2992,6 +3104,7 @@ export interface CreateEndpointMessage {
2992
3104
  GcpMySQLSettings?: GcpMySQLSettings;
2993
3105
  }
2994
3106
  /**
3107
+ * @public
2995
3108
  * <p>Describes an endpoint of a database instance in response to operations such as the
2996
3109
  * following:</p>
2997
3110
  * <ul>
@@ -3187,6 +3300,7 @@ export interface Endpoint {
3187
3300
  GcpMySQLSettings?: GcpMySQLSettings;
3188
3301
  }
3189
3302
  /**
3303
+ * @public
3190
3304
  * <p></p>
3191
3305
  */
3192
3306
  export interface CreateEndpointResponse {
@@ -3196,6 +3310,7 @@ export interface CreateEndpointResponse {
3196
3310
  Endpoint?: Endpoint;
3197
3311
  }
3198
3312
  /**
3313
+ * @public
3199
3314
  * <p>DMS cannot access the KMS key.</p>
3200
3315
  */
3201
3316
  export declare class KMSKeyNotAccessibleFault extends __BaseException {
@@ -3207,6 +3322,7 @@ export declare class KMSKeyNotAccessibleFault extends __BaseException {
3207
3322
  constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
3208
3323
  }
3209
3324
  /**
3325
+ * @public
3210
3326
  * <p>The resource you are attempting to create already exists.</p>
3211
3327
  */
3212
3328
  export declare class ResourceAlreadyExistsFault extends __BaseException {
@@ -3219,6 +3335,7 @@ export declare class ResourceAlreadyExistsFault extends __BaseException {
3219
3335
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsFault, __BaseException>);
3220
3336
  }
3221
3337
  /**
3338
+ * @public
3222
3339
  * <p>The quota for this resource quota has been exceeded.</p>
3223
3340
  */
3224
3341
  export declare class ResourceQuotaExceededFault extends __BaseException {
@@ -3230,6 +3347,7 @@ export declare class ResourceQuotaExceededFault extends __BaseException {
3230
3347
  constructor(opts: __ExceptionOptionType<ResourceQuotaExceededFault, __BaseException>);
3231
3348
  }
3232
3349
  /**
3350
+ * @public
3233
3351
  * <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
3234
3352
  */
3235
3353
  export declare class S3AccessDeniedFault extends __BaseException {
@@ -3241,6 +3359,7 @@ export declare class S3AccessDeniedFault extends __BaseException {
3241
3359
  constructor(opts: __ExceptionOptionType<S3AccessDeniedFault, __BaseException>);
3242
3360
  }
3243
3361
  /**
3362
+ * @public
3244
3363
  * <p></p>
3245
3364
  */
3246
3365
  export interface CreateEventSubscriptionMessage {
@@ -3289,6 +3408,7 @@ export interface CreateEventSubscriptionMessage {
3289
3408
  Tags?: Tag[];
3290
3409
  }
3291
3410
  /**
3411
+ * @public
3292
3412
  * <p>Describes an event notification subscription created by the <code>CreateEventSubscription</code>
3293
3413
  * operation.</p>
3294
3414
  */
@@ -3340,6 +3460,7 @@ export interface EventSubscription {
3340
3460
  Enabled?: boolean;
3341
3461
  }
3342
3462
  /**
3463
+ * @public
3343
3464
  * <p></p>
3344
3465
  */
3345
3466
  export interface CreateEventSubscriptionResponse {
@@ -3349,6 +3470,7 @@ export interface CreateEventSubscriptionResponse {
3349
3470
  EventSubscription?: EventSubscription;
3350
3471
  }
3351
3472
  /**
3473
+ * @public
3352
3474
  * <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
3353
3475
  */
3354
3476
  export declare class KMSAccessDeniedFault extends __BaseException {
@@ -3360,6 +3482,7 @@ export declare class KMSAccessDeniedFault extends __BaseException {
3360
3482
  constructor(opts: __ExceptionOptionType<KMSAccessDeniedFault, __BaseException>);
3361
3483
  }
3362
3484
  /**
3485
+ * @public
3363
3486
  * <p>The specified KMS key isn't enabled.</p>
3364
3487
  */
3365
3488
  export declare class KMSDisabledFault extends __BaseException {
@@ -3371,6 +3494,7 @@ export declare class KMSDisabledFault extends __BaseException {
3371
3494
  constructor(opts: __ExceptionOptionType<KMSDisabledFault, __BaseException>);
3372
3495
  }
3373
3496
  /**
3497
+ * @public
3374
3498
  * <p>The state of the specified KMS resource isn't valid for this request.</p>
3375
3499
  */
3376
3500
  export declare class KMSInvalidStateFault extends __BaseException {
@@ -3382,6 +3506,7 @@ export declare class KMSInvalidStateFault extends __BaseException {
3382
3506
  constructor(opts: __ExceptionOptionType<KMSInvalidStateFault, __BaseException>);
3383
3507
  }
3384
3508
  /**
3509
+ * @public
3385
3510
  * <p>The specified KMS entity or resource can't be found.</p>
3386
3511
  */
3387
3512
  export declare class KMSNotFoundFault extends __BaseException {
@@ -3393,6 +3518,7 @@ export declare class KMSNotFoundFault extends __BaseException {
3393
3518
  constructor(opts: __ExceptionOptionType<KMSNotFoundFault, __BaseException>);
3394
3519
  }
3395
3520
  /**
3521
+ * @public
3396
3522
  * <p>This request triggered KMS request throttling.</p>
3397
3523
  */
3398
3524
  export declare class KMSThrottlingFault extends __BaseException {
@@ -3404,6 +3530,7 @@ export declare class KMSThrottlingFault extends __BaseException {
3404
3530
  constructor(opts: __ExceptionOptionType<KMSThrottlingFault, __BaseException>);
3405
3531
  }
3406
3532
  /**
3533
+ * @public
3407
3534
  * <p>The SNS topic is invalid.</p>
3408
3535
  */
3409
3536
  export declare class SNSInvalidTopicFault extends __BaseException {
@@ -3415,6 +3542,7 @@ export declare class SNSInvalidTopicFault extends __BaseException {
3415
3542
  constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
3416
3543
  }
3417
3544
  /**
3545
+ * @public
3418
3546
  * <p>You are not authorized for the SNS subscription.</p>
3419
3547
  */
3420
3548
  export declare class SNSNoAuthorizationFault extends __BaseException {
@@ -3425,6 +3553,9 @@ export declare class SNSNoAuthorizationFault extends __BaseException {
3425
3553
  */
3426
3554
  constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
3427
3555
  }
3556
+ /**
3557
+ * @public
3558
+ */
3428
3559
  export interface CreateFleetAdvisorCollectorRequest {
3429
3560
  /**
3430
3561
  * <p>The name of your Fleet Advisor collector (for example, <code>sample-collector</code>).</p>
@@ -3443,6 +3574,9 @@ export interface CreateFleetAdvisorCollectorRequest {
3443
3574
  */
3444
3575
  S3BucketName: string | undefined;
3445
3576
  }
3577
+ /**
3578
+ * @public
3579
+ */
3446
3580
  export interface CreateFleetAdvisorCollectorResponse {
3447
3581
  /**
3448
3582
  * <p>The unique ID of the new Fleet Advisor collector, for example:
@@ -3468,6 +3602,7 @@ export interface CreateFleetAdvisorCollectorResponse {
3468
3602
  S3BucketName?: string;
3469
3603
  }
3470
3604
  /**
3605
+ * @public
3471
3606
  * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
3472
3607
  * found.</p>
3473
3608
  */
@@ -3480,6 +3615,7 @@ export declare class S3ResourceNotFoundFault extends __BaseException {
3480
3615
  constructor(opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>);
3481
3616
  }
3482
3617
  /**
3618
+ * @public
3483
3619
  * <p></p>
3484
3620
  */
3485
3621
  export interface CreateReplicationInstanceMessage {
@@ -3619,6 +3755,7 @@ export interface CreateReplicationInstanceMessage {
3619
3755
  NetworkType?: string;
3620
3756
  }
3621
3757
  /**
3758
+ * @public
3622
3759
  * <p>Provides information about the values of pending modifications to a replication
3623
3760
  * instance. This data type is an object of the
3624
3761
  * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationInstance.html">
@@ -3659,6 +3796,7 @@ export interface ReplicationPendingModifiedValues {
3659
3796
  NetworkType?: string;
3660
3797
  }
3661
3798
  /**
3799
+ * @public
3662
3800
  * <p>The name of an Availability Zone for use during database migration.
3663
3801
  * <code>AvailabilityZone</code> is an optional parameter to the <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html">
3664
3802
  * <code>CreateReplicationInstance</code>
@@ -3673,6 +3811,7 @@ export interface AvailabilityZone {
3673
3811
  Name?: string;
3674
3812
  }
3675
3813
  /**
3814
+ * @public
3676
3815
  * <p>In response to a request by the <code>DescribeReplicationSubnetGroups</code> operation,
3677
3816
  * this object identifies a subnet by its given Availability Zone, subnet identifier, and
3678
3817
  * status.</p>
@@ -3692,6 +3831,7 @@ export interface Subnet {
3692
3831
  SubnetStatus?: string;
3693
3832
  }
3694
3833
  /**
3834
+ * @public
3695
3835
  * <p>Describes a subnet group in response to a request by the
3696
3836
  * <code>DescribeReplicationSubnetGroups</code> operation.</p>
3697
3837
  */
@@ -3724,6 +3864,7 @@ export interface ReplicationSubnetGroup {
3724
3864
  SupportedNetworkTypes?: string[];
3725
3865
  }
3726
3866
  /**
3867
+ * @public
3727
3868
  * <p>Describes the status of a security group associated with the virtual private cloud (VPC)
3728
3869
  * hosting your replication and DB instances.</p>
3729
3870
  */
@@ -3738,6 +3879,7 @@ export interface VpcSecurityGroupMembership {
3738
3879
  Status?: string;
3739
3880
  }
3740
3881
  /**
3882
+ * @public
3741
3883
  * <p>Provides information that defines a replication instance.</p>
3742
3884
  */
3743
3885
  export interface ReplicationInstance {
@@ -3956,6 +4098,7 @@ export interface ReplicationInstance {
3956
4098
  NetworkType?: string;
3957
4099
  }
3958
4100
  /**
4101
+ * @public
3959
4102
  * <p></p>
3960
4103
  */
3961
4104
  export interface CreateReplicationInstanceResponse {
@@ -3965,6 +4108,7 @@ export interface CreateReplicationInstanceResponse {
3965
4108
  ReplicationInstance?: ReplicationInstance;
3966
4109
  }
3967
4110
  /**
4111
+ * @public
3968
4112
  * <p>There are not enough resources allocated to the database migration.</p>
3969
4113
  */
3970
4114
  export declare class InsufficientResourceCapacityFault extends __BaseException {
@@ -3976,6 +4120,7 @@ export declare class InsufficientResourceCapacityFault extends __BaseException {
3976
4120
  constructor(opts: __ExceptionOptionType<InsufficientResourceCapacityFault, __BaseException>);
3977
4121
  }
3978
4122
  /**
4123
+ * @public
3979
4124
  * <p>The subnet provided is invalid.</p>
3980
4125
  */
3981
4126
  export declare class InvalidSubnet extends __BaseException {
@@ -3987,6 +4132,7 @@ export declare class InvalidSubnet extends __BaseException {
3987
4132
  constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
3988
4133
  }
3989
4134
  /**
4135
+ * @public
3990
4136
  * <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
3991
4137
  */
3992
4138
  export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
@@ -3998,6 +4144,7 @@ export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseE
3998
4144
  constructor(opts: __ExceptionOptionType<ReplicationSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
3999
4145
  }
4000
4146
  /**
4147
+ * @public
4001
4148
  * <p>The storage quota has been exceeded.</p>
4002
4149
  */
4003
4150
  export declare class StorageQuotaExceededFault extends __BaseException {
@@ -4009,6 +4156,7 @@ export declare class StorageQuotaExceededFault extends __BaseException {
4009
4156
  constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
4010
4157
  }
4011
4158
  /**
4159
+ * @public
4012
4160
  * <p></p>
4013
4161
  */
4014
4162
  export interface CreateReplicationSubnetGroupMessage {
@@ -4035,6 +4183,7 @@ export interface CreateReplicationSubnetGroupMessage {
4035
4183
  Tags?: Tag[];
4036
4184
  }
4037
4185
  /**
4186
+ * @public
4038
4187
  * <p></p>
4039
4188
  */
4040
4189
  export interface CreateReplicationSubnetGroupResponse {
@@ -4043,12 +4192,16 @@ export interface CreateReplicationSubnetGroupResponse {
4043
4192
  */
4044
4193
  ReplicationSubnetGroup?: ReplicationSubnetGroup;
4045
4194
  }
4195
+ /**
4196
+ * @public
4197
+ */
4046
4198
  export declare enum MigrationTypeValue {
4047
4199
  CDC = "cdc",
4048
4200
  FULL_LOAD = "full-load",
4049
4201
  FULL_LOAD_AND_CDC = "full-load-and-cdc"
4050
4202
  }
4051
4203
  /**
4204
+ * @public
4052
4205
  * <p></p>
4053
4206
  */
4054
4207
  export interface CreateReplicationTaskMessage {
@@ -4155,6 +4308,7 @@ export interface CreateReplicationTaskMessage {
4155
4308
  ResourceIdentifier?: string;
4156
4309
  }
4157
4310
  /**
4311
+ * @public
4158
4312
  * <p>In response to a request by the <code>DescribeReplicationTasks</code> operation, this object provides
4159
4313
  * a collection of statistics about a replication task.</p>
4160
4314
  */
@@ -4206,6 +4360,7 @@ export interface ReplicationTaskStats {
4206
4360
  FullLoadFinishDate?: Date;
4207
4361
  }
4208
4362
  /**
4363
+ * @public
4209
4364
  * <p>Provides information that describes a replication task created by the
4210
4365
  * <code>CreateReplicationTask</code> operation.</p>
4211
4366
  */
@@ -4497,6 +4652,7 @@ export interface ReplicationTask {
4497
4652
  TargetReplicationInstanceArn?: string;
4498
4653
  }
4499
4654
  /**
4655
+ * @public
4500
4656
  * <p></p>
4501
4657
  */
4502
4658
  export interface CreateReplicationTaskResponse {
@@ -4505,6 +4661,9 @@ export interface CreateReplicationTaskResponse {
4505
4661
  */
4506
4662
  ReplicationTask?: ReplicationTask;
4507
4663
  }
4664
+ /**
4665
+ * @public
4666
+ */
4508
4667
  export interface DeleteCertificateMessage {
4509
4668
  /**
4510
4669
  * <p>The Amazon Resource Name (ARN) of the certificate.</p>
@@ -4512,6 +4671,7 @@ export interface DeleteCertificateMessage {
4512
4671
  CertificateArn: string | undefined;
4513
4672
  }
4514
4673
  /**
4674
+ * @public
4515
4675
  * <p>The SSL certificate that can be used to encrypt connections between the endpoints and
4516
4676
  * the replication instance.</p>
4517
4677
  */
@@ -4531,7 +4691,7 @@ export interface Certificate {
4531
4691
  */
4532
4692
  CertificatePem?: string;
4533
4693
  /**
4534
- * <p>The location of an imported Oracle Wallet certificate for use with SSL. Example: <code>filebase64("${path.root}/rds-ca-2019-root.sso")</code>
4694
+ * <p>The location of an imported Oracle Wallet certificate for use with SSL. Example: <code>filebase64("$\{path.root\}/rds-ca-2019-root.sso")</code>
4535
4695
  * </p>
4536
4696
  */
4537
4697
  CertificateWallet?: Uint8Array;
@@ -4560,6 +4720,9 @@ export interface Certificate {
4560
4720
  */
4561
4721
  KeyLength?: number;
4562
4722
  }
4723
+ /**
4724
+ * @public
4725
+ */
4563
4726
  export interface DeleteCertificateResponse {
4564
4727
  /**
4565
4728
  * <p>The Secure Sockets Layer (SSL) certificate.</p>
@@ -4567,6 +4730,7 @@ export interface DeleteCertificateResponse {
4567
4730
  Certificate?: Certificate;
4568
4731
  }
4569
4732
  /**
4733
+ * @public
4570
4734
  * <p></p>
4571
4735
  */
4572
4736
  export interface DeleteConnectionMessage {
@@ -4580,6 +4744,7 @@ export interface DeleteConnectionMessage {
4580
4744
  ReplicationInstanceArn: string | undefined;
4581
4745
  }
4582
4746
  /**
4747
+ * @public
4583
4748
  * <p>Status of the connection between an endpoint and a replication instance, including
4584
4749
  * Amazon Resource Names (ARNs) and the last error message issued.</p>
4585
4750
  */
@@ -4635,6 +4800,7 @@ export interface Connection {
4635
4800
  ReplicationInstanceIdentifier?: string;
4636
4801
  }
4637
4802
  /**
4803
+ * @public
4638
4804
  * <p></p>
4639
4805
  */
4640
4806
  export interface DeleteConnectionResponse {
@@ -4644,6 +4810,7 @@ export interface DeleteConnectionResponse {
4644
4810
  Connection?: Connection;
4645
4811
  }
4646
4812
  /**
4813
+ * @public
4647
4814
  * <p></p>
4648
4815
  */
4649
4816
  export interface DeleteEndpointMessage {
@@ -4653,6 +4820,7 @@ export interface DeleteEndpointMessage {
4653
4820
  EndpointArn: string | undefined;
4654
4821
  }
4655
4822
  /**
4823
+ * @public
4656
4824
  * <p></p>
4657
4825
  */
4658
4826
  export interface DeleteEndpointResponse {
@@ -4662,6 +4830,7 @@ export interface DeleteEndpointResponse {
4662
4830
  Endpoint?: Endpoint;
4663
4831
  }
4664
4832
  /**
4833
+ * @public
4665
4834
  * <p></p>
4666
4835
  */
4667
4836
  export interface DeleteEventSubscriptionMessage {
@@ -4671,6 +4840,7 @@ export interface DeleteEventSubscriptionMessage {
4671
4840
  SubscriptionName: string | undefined;
4672
4841
  }
4673
4842
  /**
4843
+ * @public
4674
4844
  * <p></p>
4675
4845
  */
4676
4846
  export interface DeleteEventSubscriptionResponse {
@@ -4680,6 +4850,7 @@ export interface DeleteEventSubscriptionResponse {
4680
4850
  EventSubscription?: EventSubscription;
4681
4851
  }
4682
4852
  /**
4853
+ * @public
4683
4854
  * <p>The specified collector doesn't exist.</p>
4684
4855
  */
4685
4856
  export declare class CollectorNotFoundFault extends __BaseException {
@@ -4690,18 +4861,27 @@ export declare class CollectorNotFoundFault extends __BaseException {
4690
4861
  */
4691
4862
  constructor(opts: __ExceptionOptionType<CollectorNotFoundFault, __BaseException>);
4692
4863
  }
4864
+ /**
4865
+ * @public
4866
+ */
4693
4867
  export interface DeleteCollectorRequest {
4694
4868
  /**
4695
4869
  * <p>The reference ID of the Fleet Advisor collector to delete.</p>
4696
4870
  */
4697
4871
  CollectorReferencedId: string | undefined;
4698
4872
  }
4873
+ /**
4874
+ * @public
4875
+ */
4699
4876
  export interface DeleteFleetAdvisorDatabasesRequest {
4700
4877
  /**
4701
4878
  * <p>The IDs of the Fleet Advisor collector databases to delete.</p>
4702
4879
  */
4703
4880
  DatabaseIds: string[] | undefined;
4704
4881
  }
4882
+ /**
4883
+ * @public
4884
+ */
4705
4885
  export interface DeleteFleetAdvisorDatabasesResponse {
4706
4886
  /**
4707
4887
  * <p>The IDs of the databases that the operation deleted.</p>
@@ -4709,6 +4889,7 @@ export interface DeleteFleetAdvisorDatabasesResponse {
4709
4889
  DatabaseIds?: string[];
4710
4890
  }
4711
4891
  /**
4892
+ * @public
4712
4893
  * <p>The action or operation requested isn't valid.</p>
4713
4894
  */
4714
4895
  export declare class InvalidOperationFault extends __BaseException {
@@ -4720,6 +4901,7 @@ export declare class InvalidOperationFault extends __BaseException {
4720
4901
  constructor(opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>);
4721
4902
  }
4722
4903
  /**
4904
+ * @public
4723
4905
  * <p></p>
4724
4906
  */
4725
4907
  export interface DeleteReplicationInstanceMessage {
@@ -4729,6 +4911,7 @@ export interface DeleteReplicationInstanceMessage {
4729
4911
  ReplicationInstanceArn: string | undefined;
4730
4912
  }
4731
4913
  /**
4914
+ * @public
4732
4915
  * <p></p>
4733
4916
  */
4734
4917
  export interface DeleteReplicationInstanceResponse {
@@ -4738,6 +4921,7 @@ export interface DeleteReplicationInstanceResponse {
4738
4921
  ReplicationInstance?: ReplicationInstance;
4739
4922
  }
4740
4923
  /**
4924
+ * @public
4741
4925
  * <p></p>
4742
4926
  */
4743
4927
  export interface DeleteReplicationSubnetGroupMessage {
@@ -4747,11 +4931,13 @@ export interface DeleteReplicationSubnetGroupMessage {
4747
4931
  ReplicationSubnetGroupIdentifier: string | undefined;
4748
4932
  }
4749
4933
  /**
4934
+ * @public
4750
4935
  * <p></p>
4751
4936
  */
4752
4937
  export interface DeleteReplicationSubnetGroupResponse {
4753
4938
  }
4754
4939
  /**
4940
+ * @public
4755
4941
  * <p></p>
4756
4942
  */
4757
4943
  export interface DeleteReplicationTaskMessage {
@@ -4761,6 +4947,7 @@ export interface DeleteReplicationTaskMessage {
4761
4947
  ReplicationTaskArn: string | undefined;
4762
4948
  }
4763
4949
  /**
4950
+ * @public
4764
4951
  * <p></p>
4765
4952
  */
4766
4953
  export interface DeleteReplicationTaskResponse {
@@ -4770,6 +4957,7 @@ export interface DeleteReplicationTaskResponse {
4770
4957
  ReplicationTask?: ReplicationTask;
4771
4958
  }
4772
4959
  /**
4960
+ * @public
4773
4961
  * <p></p>
4774
4962
  */
4775
4963
  export interface DeleteReplicationTaskAssessmentRunMessage {
@@ -4779,6 +4967,7 @@ export interface DeleteReplicationTaskAssessmentRunMessage {
4779
4967
  ReplicationTaskAssessmentRunArn: string | undefined;
4780
4968
  }
4781
4969
  /**
4970
+ * @public
4782
4971
  * <p></p>
4783
4972
  */
4784
4973
  export interface DeleteReplicationTaskAssessmentRunResponse {
@@ -4789,11 +4978,13 @@ export interface DeleteReplicationTaskAssessmentRunResponse {
4789
4978
  ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
4790
4979
  }
4791
4980
  /**
4981
+ * @public
4792
4982
  * <p></p>
4793
4983
  */
4794
4984
  export interface DescribeAccountAttributesMessage {
4795
4985
  }
4796
4986
  /**
4987
+ * @public
4797
4988
  * <p></p>
4798
4989
  */
4799
4990
  export interface DescribeAccountAttributesResponse {
@@ -4818,6 +5009,7 @@ export interface DescribeAccountAttributesResponse {
4818
5009
  UniqueAccountIdentifier?: string;
4819
5010
  }
4820
5011
  /**
5012
+ * @public
4821
5013
  * <p></p>
4822
5014
  */
4823
5015
  export interface DescribeApplicableIndividualAssessmentsMessage {
@@ -4857,6 +5049,7 @@ export interface DescribeApplicableIndividualAssessmentsMessage {
4857
5049
  Marker?: string;
4858
5050
  }
4859
5051
  /**
5052
+ * @public
4860
5053
  * <p></p>
4861
5054
  */
4862
5055
  export interface DescribeApplicableIndividualAssessmentsResponse {
@@ -4878,6 +5071,7 @@ export interface DescribeApplicableIndividualAssessmentsResponse {
4878
5071
  Marker?: string;
4879
5072
  }
4880
5073
  /**
5074
+ * @public
4881
5075
  * <p>Identifies the name and value of a filter object. This filter is used to limit the
4882
5076
  * number and type of DMS objects that are returned for a particular
4883
5077
  * <code>Describe*</code> call or similar operation. Filters are used as an optional
@@ -4894,6 +5088,9 @@ export interface Filter {
4894
5088
  */
4895
5089
  Values: string[] | undefined;
4896
5090
  }
5091
+ /**
5092
+ * @public
5093
+ */
4897
5094
  export interface DescribeCertificatesMessage {
4898
5095
  /**
4899
5096
  * <p>Filters applied to the certificates described in the form of key-value pairs.
@@ -4914,6 +5111,9 @@ export interface DescribeCertificatesMessage {
4914
5111
  */
4915
5112
  Marker?: string;
4916
5113
  }
5114
+ /**
5115
+ * @public
5116
+ */
4917
5117
  export interface DescribeCertificatesResponse {
4918
5118
  /**
4919
5119
  * <p>The pagination token.</p>
@@ -4926,6 +5126,7 @@ export interface DescribeCertificatesResponse {
4926
5126
  Certificates?: Certificate[];
4927
5127
  }
4928
5128
  /**
5129
+ * @public
4929
5130
  * <p></p>
4930
5131
  */
4931
5132
  export interface DescribeConnectionsMessage {
@@ -4950,6 +5151,7 @@ export interface DescribeConnectionsMessage {
4950
5151
  Marker?: string;
4951
5152
  }
4952
5153
  /**
5154
+ * @public
4953
5155
  * <p></p>
4954
5156
  */
4955
5157
  export interface DescribeConnectionsResponse {
@@ -4965,6 +5167,7 @@ export interface DescribeConnectionsResponse {
4965
5167
  Connections?: Connection[];
4966
5168
  }
4967
5169
  /**
5170
+ * @public
4968
5171
  * <p></p>
4969
5172
  */
4970
5173
  export interface DescribeEndpointsMessage {
@@ -4989,6 +5192,7 @@ export interface DescribeEndpointsMessage {
4989
5192
  Marker?: string;
4990
5193
  }
4991
5194
  /**
5195
+ * @public
4992
5196
  * <p></p>
4993
5197
  */
4994
5198
  export interface DescribeEndpointsResponse {
@@ -5003,6 +5207,9 @@ export interface DescribeEndpointsResponse {
5003
5207
  */
5004
5208
  Endpoints?: Endpoint[];
5005
5209
  }
5210
+ /**
5211
+ * @public
5212
+ */
5006
5213
  export interface DescribeEndpointSettingsMessage {
5007
5214
  /**
5008
5215
  * <p>The databse engine used for your source or target endpoint.</p>
@@ -5020,6 +5227,9 @@ export interface DescribeEndpointSettingsMessage {
5020
5227
  */
5021
5228
  Marker?: string;
5022
5229
  }
5230
+ /**
5231
+ * @public
5232
+ */
5023
5233
  export declare enum EndpointSettingTypeValue {
5024
5234
  BOOLEAN = "boolean",
5025
5235
  ENUM = "enum",
@@ -5027,6 +5237,7 @@ export declare enum EndpointSettingTypeValue {
5027
5237
  STRING = "string"
5028
5238
  }
5029
5239
  /**
5240
+ * @public
5030
5241
  * <p>Endpoint settings.</p>
5031
5242
  */
5032
5243
  export interface EndpointSetting {
@@ -5067,6 +5278,9 @@ export interface EndpointSetting {
5067
5278
  */
5068
5279
  DefaultValue?: string;
5069
5280
  }
5281
+ /**
5282
+ * @public
5283
+ */
5070
5284
  export interface DescribeEndpointSettingsResponse {
5071
5285
  /**
5072
5286
  * <p>An optional pagination token provided by a previous request. If this parameter is specified,
@@ -5079,6 +5293,7 @@ export interface DescribeEndpointSettingsResponse {
5079
5293
  EndpointSettings?: EndpointSetting[];
5080
5294
  }
5081
5295
  /**
5296
+ * @public
5082
5297
  * <p></p>
5083
5298
  */
5084
5299
  export interface DescribeEndpointTypesMessage {
@@ -5103,6 +5318,7 @@ export interface DescribeEndpointTypesMessage {
5103
5318
  Marker?: string;
5104
5319
  }
5105
5320
  /**
5321
+ * @public
5106
5322
  * <p>Provides information about types of supported endpoints in response to a request by the
5107
5323
  * <code>DescribeEndpointTypes</code> operation. This information includes the type of
5108
5324
  * endpoint, the database engine name, and whether change data capture (CDC) is
@@ -5139,6 +5355,7 @@ export interface SupportedEndpointType {
5139
5355
  EngineDisplayName?: string;
5140
5356
  }
5141
5357
  /**
5358
+ * @public
5142
5359
  * <p></p>
5143
5360
  */
5144
5361
  export interface DescribeEndpointTypesResponse {
@@ -5154,6 +5371,7 @@ export interface DescribeEndpointTypesResponse {
5154
5371
  SupportedEndpointTypes?: SupportedEndpointType[];
5155
5372
  }
5156
5373
  /**
5374
+ * @public
5157
5375
  * <p></p>
5158
5376
  */
5159
5377
  export interface DescribeEventCategoriesMessage {
@@ -5168,6 +5386,7 @@ export interface DescribeEventCategoriesMessage {
5168
5386
  Filters?: Filter[];
5169
5387
  }
5170
5388
  /**
5389
+ * @public
5171
5390
  * <p>Lists categories of events subscribed to, and generated by, the applicable DMS
5172
5391
  * resource type. This data type appears in response to the
5173
5392
  * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_EventCategoryGroup.html">
@@ -5188,6 +5407,7 @@ export interface EventCategoryGroup {
5188
5407
  EventCategories?: string[];
5189
5408
  }
5190
5409
  /**
5410
+ * @public
5191
5411
  * <p></p>
5192
5412
  */
5193
5413
  export interface DescribeEventCategoriesResponse {
@@ -5196,10 +5416,14 @@ export interface DescribeEventCategoriesResponse {
5196
5416
  */
5197
5417
  EventCategoryGroupList?: EventCategoryGroup[];
5198
5418
  }
5419
+ /**
5420
+ * @public
5421
+ */
5199
5422
  export declare enum SourceType {
5200
5423
  replication_instance = "replication-instance"
5201
5424
  }
5202
5425
  /**
5426
+ * @public
5203
5427
  * <p></p>
5204
5428
  */
5205
5429
  export interface DescribeEventsMessage {
@@ -5248,6 +5472,7 @@ export interface DescribeEventsMessage {
5248
5472
  Marker?: string;
5249
5473
  }
5250
5474
  /**
5475
+ * @public
5251
5476
  * <p>Describes an identifiable significant activity that affects a replication instance or
5252
5477
  * task. This object can provide the message, the available event categories, the date and
5253
5478
  * source of the event, and the DMS resource type.</p>
@@ -5276,6 +5501,7 @@ export interface Event {
5276
5501
  Date?: Date;
5277
5502
  }
5278
5503
  /**
5504
+ * @public
5279
5505
  * <p></p>
5280
5506
  */
5281
5507
  export interface DescribeEventsResponse {
@@ -5291,6 +5517,7 @@ export interface DescribeEventsResponse {
5291
5517
  Events?: Event[];
5292
5518
  }
5293
5519
  /**
5520
+ * @public
5294
5521
  * <p></p>
5295
5522
  */
5296
5523
  export interface DescribeEventSubscriptionsMessage {
@@ -5319,6 +5546,7 @@ export interface DescribeEventSubscriptionsMessage {
5319
5546
  Marker?: string;
5320
5547
  }
5321
5548
  /**
5549
+ * @public
5322
5550
  * <p></p>
5323
5551
  */
5324
5552
  export interface DescribeEventSubscriptionsResponse {
@@ -5333,6 +5561,9 @@ export interface DescribeEventSubscriptionsResponse {
5333
5561
  */
5334
5562
  EventSubscriptionsList?: EventSubscription[];
5335
5563
  }
5564
+ /**
5565
+ * @public
5566
+ */
5336
5567
  export interface DescribeFleetAdvisorCollectorsRequest {
5337
5568
  /**
5338
5569
  * <p> If you specify any of the following filters, the output includes information for only
@@ -5365,11 +5596,15 @@ export interface DescribeFleetAdvisorCollectorsRequest {
5365
5596
  */
5366
5597
  NextToken?: string;
5367
5598
  }
5599
+ /**
5600
+ * @public
5601
+ */
5368
5602
  export declare enum CollectorStatus {
5369
5603
  ACTIVE = "ACTIVE",
5370
5604
  UNREGISTERED = "UNREGISTERED"
5371
5605
  }
5372
5606
  /**
5607
+ * @public
5373
5608
  * <p>Describes the last Fleet Advisor collector health check.</p>
5374
5609
  */
5375
5610
  export interface CollectorHealthCheck {
@@ -5392,6 +5627,7 @@ export interface CollectorHealthCheck {
5392
5627
  WebCollectorGrantedRoleBasedAccess?: boolean;
5393
5628
  }
5394
5629
  /**
5630
+ * @public
5395
5631
  * <p>Describes a Fleet Advisor collector inventory.</p>
5396
5632
  */
5397
5633
  export interface InventoryData {
@@ -5404,12 +5640,16 @@ export interface InventoryData {
5404
5640
  */
5405
5641
  NumberOfSchemas?: number;
5406
5642
  }
5643
+ /**
5644
+ * @public
5645
+ */
5407
5646
  export declare enum VersionStatus {
5408
5647
  OUTDATED = "OUTDATED",
5409
5648
  UNSUPPORTED = "UNSUPPORTED",
5410
5649
  UP_TO_DATE = "UP_TO_DATE"
5411
5650
  }
5412
5651
  /**
5652
+ * @public
5413
5653
  * <p>Describes a Fleet Advisor collector.</p>
5414
5654
  */
5415
5655
  export interface CollectorResponse {
@@ -5476,6 +5716,9 @@ export interface CollectorResponse {
5476
5716
  */
5477
5717
  InventoryData?: InventoryData;
5478
5718
  }
5719
+ /**
5720
+ * @public
5721
+ */
5479
5722
  export interface DescribeFleetAdvisorCollectorsResponse {
5480
5723
  /**
5481
5724
  * <p>Provides descriptions of the Fleet Advisor collectors, including the collectors' name
@@ -5490,6 +5733,9 @@ export interface DescribeFleetAdvisorCollectorsResponse {
5490
5733
  */
5491
5734
  NextToken?: string;
5492
5735
  }
5736
+ /**
5737
+ * @public
5738
+ */
5493
5739
  export interface DescribeFleetAdvisorDatabasesRequest {
5494
5740
  /**
5495
5741
  * <p> If you specify any of the following filters, the output includes information for only
@@ -5540,6 +5786,7 @@ export interface DescribeFleetAdvisorDatabasesRequest {
5540
5786
  NextToken?: string;
5541
5787
  }
5542
5788
  /**
5789
+ * @public
5543
5790
  * <p>Briefly describes a Fleet Advisor collector.</p>
5544
5791
  */
5545
5792
  export interface CollectorShortInfoResponse {
@@ -5553,6 +5800,7 @@ export interface CollectorShortInfoResponse {
5553
5800
  CollectorName?: string;
5554
5801
  }
5555
5802
  /**
5803
+ * @public
5556
5804
  * <p>Describes a server in a Fleet Advisor collector inventory.</p>
5557
5805
  */
5558
5806
  export interface ServerShortInfoResponse {
@@ -5570,6 +5818,7 @@ export interface ServerShortInfoResponse {
5570
5818
  ServerName?: string;
5571
5819
  }
5572
5820
  /**
5821
+ * @public
5573
5822
  * <p>Describes an inventory database instance for a Fleet Advisor collector.</p>
5574
5823
  */
5575
5824
  export interface DatabaseInstanceSoftwareDetailsResponse {
@@ -5607,6 +5856,7 @@ export interface DatabaseInstanceSoftwareDetailsResponse {
5607
5856
  Tooltip?: string;
5608
5857
  }
5609
5858
  /**
5859
+ * @public
5610
5860
  * <p>Describes a database in a Fleet Advisor collector inventory.</p>
5611
5861
  */
5612
5862
  export interface DatabaseResponse {
@@ -5640,6 +5890,9 @@ export interface DatabaseResponse {
5640
5890
  */
5641
5891
  Collectors?: CollectorShortInfoResponse[];
5642
5892
  }
5893
+ /**
5894
+ * @public
5895
+ */
5643
5896
  export interface DescribeFleetAdvisorDatabasesResponse {
5644
5897
  /**
5645
5898
  * <p>Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID,
@@ -5654,6 +5907,9 @@ export interface DescribeFleetAdvisorDatabasesResponse {
5654
5907
  */
5655
5908
  NextToken?: string;
5656
5909
  }
5910
+ /**
5911
+ * @public
5912
+ */
5657
5913
  export interface DescribeFleetAdvisorLsaAnalysisRequest {
5658
5914
  /**
5659
5915
  * <p>Sets the maximum number of records returned in the response.</p>
@@ -5668,6 +5924,7 @@ export interface DescribeFleetAdvisorLsaAnalysisRequest {
5668
5924
  NextToken?: string;
5669
5925
  }
5670
5926
  /**
5927
+ * @public
5671
5928
  * <p>Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor collector.</p>
5672
5929
  */
5673
5930
  export interface FleetAdvisorLsaAnalysisResponse {
@@ -5680,6 +5937,9 @@ export interface FleetAdvisorLsaAnalysisResponse {
5680
5937
  */
5681
5938
  Status?: string;
5682
5939
  }
5940
+ /**
5941
+ * @public
5942
+ */
5683
5943
  export interface DescribeFleetAdvisorLsaAnalysisResponse {
5684
5944
  /**
5685
5945
  * <p>A list of <code>FleetAdvisorLsaAnalysisResponse</code> objects.</p>
@@ -5693,6 +5953,9 @@ export interface DescribeFleetAdvisorLsaAnalysisResponse {
5693
5953
  */
5694
5954
  NextToken?: string;
5695
5955
  }
5956
+ /**
5957
+ * @public
5958
+ */
5696
5959
  export interface DescribeFleetAdvisorSchemaObjectSummaryRequest {
5697
5960
  /**
5698
5961
  * <p> If you specify any of the following filters, the output includes information for only
@@ -5722,6 +5985,7 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryRequest {
5722
5985
  NextToken?: string;
5723
5986
  }
5724
5987
  /**
5988
+ * @public
5725
5989
  * <p>Describes a schema object in a Fleet Advisor collector inventory.</p>
5726
5990
  */
5727
5991
  export interface FleetAdvisorSchemaObjectResponse {
@@ -5769,6 +6033,9 @@ export interface FleetAdvisorSchemaObjectResponse {
5769
6033
  */
5770
6034
  CodeSize?: number;
5771
6035
  }
6036
+ /**
6037
+ * @public
6038
+ */
5772
6039
  export interface DescribeFleetAdvisorSchemaObjectSummaryResponse {
5773
6040
  /**
5774
6041
  * <p>A collection of <code>FleetAdvisorSchemaObjectResponse</code> objects.</p>
@@ -5782,6 +6049,9 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryResponse {
5782
6049
  */
5783
6050
  NextToken?: string;
5784
6051
  }
6052
+ /**
6053
+ * @public
6054
+ */
5785
6055
  export interface DescribeFleetAdvisorSchemasRequest {
5786
6056
  /**
5787
6057
  * <p> If you specify any of the following filters, the output includes information for only
@@ -5848,6 +6118,7 @@ export interface DescribeFleetAdvisorSchemasRequest {
5848
6118
  NextToken?: string;
5849
6119
  }
5850
6120
  /**
6121
+ * @public
5851
6122
  * <p>Describes a database in a Fleet Advisor collector inventory.</p>
5852
6123
  */
5853
6124
  export interface DatabaseShortInfoResponse {
@@ -5870,6 +6141,7 @@ export interface DatabaseShortInfoResponse {
5870
6141
  DatabaseEngine?: string;
5871
6142
  }
5872
6143
  /**
6144
+ * @public
5873
6145
  * <p>Describes a schema in a Fleet Advisor collector inventory.</p>
5874
6146
  */
5875
6147
  export interface SchemaShortInfoResponse {
@@ -5895,6 +6167,7 @@ export interface SchemaShortInfoResponse {
5895
6167
  DatabaseIpAddress?: string;
5896
6168
  }
5897
6169
  /**
6170
+ * @public
5898
6171
  * <p>Describes a schema in a Fleet Advisor collector inventory.</p>
5899
6172
  */
5900
6173
  export interface SchemaResponse {
@@ -5936,6 +6209,9 @@ export interface SchemaResponse {
5936
6209
  */
5937
6210
  Similarity?: number;
5938
6211
  }
6212
+ /**
6213
+ * @public
6214
+ */
5939
6215
  export interface DescribeFleetAdvisorSchemasResponse {
5940
6216
  /**
5941
6217
  * <p>A collection of <code>SchemaResponse</code> objects.</p>
@@ -5950,6 +6226,7 @@ export interface DescribeFleetAdvisorSchemasResponse {
5950
6226
  NextToken?: string;
5951
6227
  }
5952
6228
  /**
6229
+ * @public
5953
6230
  * <p></p>
5954
6231
  */
5955
6232
  export interface DescribeOrderableReplicationInstancesMessage {
@@ -5968,11 +6245,15 @@ export interface DescribeOrderableReplicationInstancesMessage {
5968
6245
  */
5969
6246
  Marker?: string;
5970
6247
  }
6248
+ /**
6249
+ * @public
6250
+ */
5971
6251
  export declare enum ReleaseStatusValues {
5972
6252
  BETA = "beta",
5973
6253
  PROD = "prod"
5974
6254
  }
5975
6255
  /**
6256
+ * @public
5976
6257
  * <p>In response to the <code>DescribeOrderableReplicationInstances</code> operation, this
5977
6258
  * object describes an available replication instance. This description includes the
5978
6259
  * replication instance's type, engine version, and allocated storage.</p>
@@ -6029,6 +6310,7 @@ export interface OrderableReplicationInstance {
6029
6310
  ReleaseStatus?: ReleaseStatusValues | string;
6030
6311
  }
6031
6312
  /**
6313
+ * @public
6032
6314
  * <p></p>
6033
6315
  */
6034
6316
  export interface DescribeOrderableReplicationInstancesResponse {
@@ -6044,6 +6326,7 @@ export interface DescribeOrderableReplicationInstancesResponse {
6044
6326
  Marker?: string;
6045
6327
  }
6046
6328
  /**
6329
+ * @public
6047
6330
  * <p></p>
6048
6331
  */
6049
6332
  export interface DescribePendingMaintenanceActionsMessage {
@@ -6071,6 +6354,7 @@ export interface DescribePendingMaintenanceActionsMessage {
6071
6354
  MaxRecords?: number;
6072
6355
  }
6073
6356
  /**
6357
+ * @public
6074
6358
  * <p></p>
6075
6359
  */
6076
6360
  export interface DescribePendingMaintenanceActionsResponse {
@@ -6085,6 +6369,9 @@ export interface DescribePendingMaintenanceActionsResponse {
6085
6369
  */
6086
6370
  Marker?: string;
6087
6371
  }
6372
+ /**
6373
+ * @public
6374
+ */
6088
6375
  export interface DescribeRecommendationLimitationsRequest {
6089
6376
  /**
6090
6377
  * <p>Filters applied to the limitations described in the form of key-value pairs.</p>
@@ -6108,6 +6395,7 @@ export interface DescribeRecommendationLimitationsRequest {
6108
6395
  NextToken?: string;
6109
6396
  }
6110
6397
  /**
6398
+ * @public
6111
6399
  * <p>Provides information about the limitations of target Amazon Web Services engines.</p>
6112
6400
  * <p>Your source database might include features that the target Amazon Web Services engine doesn't
6113
6401
  * support. Fleet Advisor lists these features as limitations. You should consider these
@@ -6150,6 +6438,9 @@ export interface Limitation {
6150
6438
  */
6151
6439
  Type?: string;
6152
6440
  }
6441
+ /**
6442
+ * @public
6443
+ */
6153
6444
  export interface DescribeRecommendationLimitationsResponse {
6154
6445
  /**
6155
6446
  * <p>The unique pagination token returned for you to pass to a subsequent request. Fleet
@@ -6163,6 +6454,9 @@ export interface DescribeRecommendationLimitationsResponse {
6163
6454
  */
6164
6455
  Limitations?: Limitation[];
6165
6456
  }
6457
+ /**
6458
+ * @public
6459
+ */
6166
6460
  export interface DescribeRecommendationsRequest {
6167
6461
  /**
6168
6462
  * <p>Filters applied to the target engine recommendations described in the form of
@@ -6187,6 +6481,7 @@ export interface DescribeRecommendationsRequest {
6187
6481
  NextToken?: string;
6188
6482
  }
6189
6483
  /**
6484
+ * @public
6190
6485
  * <p>Provides information that describes the requirements to the target engine on
6191
6486
  * Amazon RDS.</p>
6192
6487
  */
@@ -6220,6 +6515,7 @@ export interface RdsRequirements {
6220
6515
  DeploymentOption?: string;
6221
6516
  }
6222
6517
  /**
6518
+ * @public
6223
6519
  * <p>Provides information that describes the configuration of the recommended target engine
6224
6520
  * on Amazon RDS.</p>
6225
6521
  */
@@ -6267,6 +6563,7 @@ export interface RdsConfiguration {
6267
6563
  DeploymentOption?: string;
6268
6564
  }
6269
6565
  /**
6566
+ * @public
6270
6567
  * <p>Provides information that describes a recommendation of a target engine on
6271
6568
  * Amazon RDS.</p>
6272
6569
  */
@@ -6283,6 +6580,7 @@ export interface RdsRecommendation {
6283
6580
  TargetConfiguration?: RdsConfiguration;
6284
6581
  }
6285
6582
  /**
6583
+ * @public
6286
6584
  * <p>Provides information about the target engine for the specified source database.</p>
6287
6585
  */
6288
6586
  export interface RecommendationData {
@@ -6292,6 +6590,7 @@ export interface RecommendationData {
6292
6590
  RdsEngine?: RdsRecommendation;
6293
6591
  }
6294
6592
  /**
6593
+ * @public
6295
6594
  * <p>Provides information that describes a recommendation of a target engine.</p>
6296
6595
  * <p>A <i>recommendation</i> is a set of possible Amazon Web Services target engines that
6297
6596
  * you can choose to migrate your source on-premises database. In this set, Fleet Advisor
@@ -6340,6 +6639,9 @@ export interface Recommendation {
6340
6639
  */
6341
6640
  Data?: RecommendationData;
6342
6641
  }
6642
+ /**
6643
+ * @public
6644
+ */
6343
6645
  export interface DescribeRecommendationsResponse {
6344
6646
  /**
6345
6647
  * <p>The unique pagination token returned for you to pass to a subsequent request. Fleet
@@ -6355,6 +6657,7 @@ export interface DescribeRecommendationsResponse {
6355
6657
  Recommendations?: Recommendation[];
6356
6658
  }
6357
6659
  /**
6660
+ * @public
6358
6661
  * <p></p>
6359
6662
  */
6360
6663
  export interface DescribeRefreshSchemasStatusMessage {
@@ -6363,12 +6666,16 @@ export interface DescribeRefreshSchemasStatusMessage {
6363
6666
  */
6364
6667
  EndpointArn: string | undefined;
6365
6668
  }
6669
+ /**
6670
+ * @public
6671
+ */
6366
6672
  export declare enum RefreshSchemasStatusTypeValue {
6367
6673
  FAILED = "failed",
6368
6674
  REFRESHING = "refreshing",
6369
6675
  SUCCESSFUL = "successful"
6370
6676
  }
6371
6677
  /**
6678
+ * @public
6372
6679
  * <p>Provides information that describes status of a schema at an endpoint specified by the
6373
6680
  * <code>DescribeRefreshSchemaStatus</code> operation.</p>
6374
6681
  */
@@ -6395,6 +6702,7 @@ export interface RefreshSchemasStatus {
6395
6702
  LastFailureMessage?: string;
6396
6703
  }
6397
6704
  /**
6705
+ * @public
6398
6706
  * <p></p>
6399
6707
  */
6400
6708
  export interface DescribeRefreshSchemasStatusResponse {
@@ -6404,6 +6712,7 @@ export interface DescribeRefreshSchemasStatusResponse {
6404
6712
  RefreshSchemasStatus?: RefreshSchemasStatus;
6405
6713
  }
6406
6714
  /**
6715
+ * @public
6407
6716
  * <p></p>
6408
6717
  */
6409
6718
  export interface DescribeReplicationInstancesMessage {
@@ -6429,6 +6738,7 @@ export interface DescribeReplicationInstancesMessage {
6429
6738
  Marker?: string;
6430
6739
  }
6431
6740
  /**
6741
+ * @public
6432
6742
  * <p></p>
6433
6743
  */
6434
6744
  export interface DescribeReplicationInstancesResponse {
@@ -6443,6 +6753,9 @@ export interface DescribeReplicationInstancesResponse {
6443
6753
  */
6444
6754
  ReplicationInstances?: ReplicationInstance[];
6445
6755
  }
6756
+ /**
6757
+ * @public
6758
+ */
6446
6759
  export interface DescribeReplicationInstanceTaskLogsMessage {
6447
6760
  /**
6448
6761
  * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
@@ -6464,6 +6777,7 @@ export interface DescribeReplicationInstanceTaskLogsMessage {
6464
6777
  Marker?: string;
6465
6778
  }
6466
6779
  /**
6780
+ * @public
6467
6781
  * <p>Contains metadata for a replication instance task log.</p>
6468
6782
  */
6469
6783
  export interface ReplicationInstanceTaskLog {
@@ -6480,6 +6794,9 @@ export interface ReplicationInstanceTaskLog {
6480
6794
  */
6481
6795
  ReplicationInstanceTaskLogSize?: number;
6482
6796
  }
6797
+ /**
6798
+ * @public
6799
+ */
6483
6800
  export interface DescribeReplicationInstanceTaskLogsResponse {
6484
6801
  /**
6485
6802
  * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
@@ -6498,6 +6815,7 @@ export interface DescribeReplicationInstanceTaskLogsResponse {
6498
6815
  Marker?: string;
6499
6816
  }
6500
6817
  /**
6818
+ * @public
6501
6819
  * <p></p>
6502
6820
  */
6503
6821
  export interface DescribeReplicationSubnetGroupsMessage {
@@ -6522,6 +6840,7 @@ export interface DescribeReplicationSubnetGroupsMessage {
6522
6840
  Marker?: string;
6523
6841
  }
6524
6842
  /**
6843
+ * @public
6525
6844
  * <p></p>
6526
6845
  */
6527
6846
  export interface DescribeReplicationSubnetGroupsResponse {
@@ -6537,6 +6856,7 @@ export interface DescribeReplicationSubnetGroupsResponse {
6537
6856
  ReplicationSubnetGroups?: ReplicationSubnetGroup[];
6538
6857
  }
6539
6858
  /**
6859
+ * @public
6540
6860
  * <p></p>
6541
6861
  */
6542
6862
  export interface DescribeReplicationTaskAssessmentResultsMessage {
@@ -6562,6 +6882,7 @@ export interface DescribeReplicationTaskAssessmentResultsMessage {
6562
6882
  Marker?: string;
6563
6883
  }
6564
6884
  /**
6885
+ * @public
6565
6886
  * <p> The task assessment report in JSON format. </p>
6566
6887
  */
6567
6888
  export interface ReplicationTaskAssessmentResult {
@@ -6600,6 +6921,7 @@ export interface ReplicationTaskAssessmentResult {
6600
6921
  S3ObjectUrl?: string;
6601
6922
  }
6602
6923
  /**
6924
+ * @public
6603
6925
  * <p></p>
6604
6926
  */
6605
6927
  export interface DescribeReplicationTaskAssessmentResultsResponse {
@@ -6619,6 +6941,7 @@ export interface DescribeReplicationTaskAssessmentResultsResponse {
6619
6941
  ReplicationTaskAssessmentResults?: ReplicationTaskAssessmentResult[];
6620
6942
  }
6621
6943
  /**
6944
+ * @public
6622
6945
  * <p></p>
6623
6946
  */
6624
6947
  export interface DescribeReplicationTaskAssessmentRunsMessage {
@@ -6643,6 +6966,7 @@ export interface DescribeReplicationTaskAssessmentRunsMessage {
6643
6966
  Marker?: string;
6644
6967
  }
6645
6968
  /**
6969
+ * @public
6646
6970
  * <p></p>
6647
6971
  */
6648
6972
  export interface DescribeReplicationTaskAssessmentRunsResponse {
@@ -6659,6 +6983,7 @@ export interface DescribeReplicationTaskAssessmentRunsResponse {
6659
6983
  ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[];
6660
6984
  }
6661
6985
  /**
6986
+ * @public
6662
6987
  * <p></p>
6663
6988
  */
6664
6989
  export interface DescribeReplicationTaskIndividualAssessmentsMessage {
@@ -6684,6 +7009,7 @@ export interface DescribeReplicationTaskIndividualAssessmentsMessage {
6684
7009
  Marker?: string;
6685
7010
  }
6686
7011
  /**
7012
+ * @public
6687
7013
  * <p>Provides information that describes an individual assessment from a premigration
6688
7014
  * assessment run.</p>
6689
7015
  */
@@ -6745,6 +7071,7 @@ export interface ReplicationTaskIndividualAssessment {
6745
7071
  ReplicationTaskIndividualAssessmentStartDate?: Date;
6746
7072
  }
6747
7073
  /**
7074
+ * @public
6748
7075
  * <p></p>
6749
7076
  */
6750
7077
  export interface DescribeReplicationTaskIndividualAssessmentsResponse {
@@ -6761,6 +7088,7 @@ export interface DescribeReplicationTaskIndividualAssessmentsResponse {
6761
7088
  ReplicationTaskIndividualAssessments?: ReplicationTaskIndividualAssessment[];
6762
7089
  }
6763
7090
  /**
7091
+ * @public
6764
7092
  * <p></p>
6765
7093
  */
6766
7094
  export interface DescribeReplicationTasksMessage {
@@ -6792,6 +7120,7 @@ export interface DescribeReplicationTasksMessage {
6792
7120
  WithoutSettings?: boolean;
6793
7121
  }
6794
7122
  /**
7123
+ * @public
6795
7124
  * <p></p>
6796
7125
  */
6797
7126
  export interface DescribeReplicationTasksResponse {
@@ -6807,6 +7136,7 @@ export interface DescribeReplicationTasksResponse {
6807
7136
  ReplicationTasks?: ReplicationTask[];
6808
7137
  }
6809
7138
  /**
7139
+ * @public
6810
7140
  * <p></p>
6811
7141
  */
6812
7142
  export interface DescribeSchemasMessage {
@@ -6830,6 +7160,7 @@ export interface DescribeSchemasMessage {
6830
7160
  Marker?: string;
6831
7161
  }
6832
7162
  /**
7163
+ * @public
6833
7164
  * <p></p>
6834
7165
  */
6835
7166
  export interface DescribeSchemasResponse {
@@ -6845,6 +7176,7 @@ export interface DescribeSchemasResponse {
6845
7176
  Schemas?: string[];
6846
7177
  }
6847
7178
  /**
7179
+ * @public
6848
7180
  * <p></p>
6849
7181
  */
6850
7182
  export interface DescribeTableStatisticsMessage {
@@ -6875,6 +7207,7 @@ export interface DescribeTableStatisticsMessage {
6875
7207
  Filters?: Filter[];
6876
7208
  }
6877
7209
  /**
7210
+ * @public
6878
7211
  * <p>Provides a collection of table statistics in response to a request by the
6879
7212
  * <code>DescribeTableStatistics</code> operation.</p>
6880
7213
  */
@@ -7021,6 +7354,7 @@ export interface TableStatistics {
7021
7354
  ValidationStateDetails?: string;
7022
7355
  }
7023
7356
  /**
7357
+ * @public
7024
7358
  * <p></p>
7025
7359
  */
7026
7360
  export interface DescribeTableStatisticsResponse {
@@ -7039,6 +7373,9 @@ export interface DescribeTableStatisticsResponse {
7039
7373
  */
7040
7374
  Marker?: string;
7041
7375
  }
7376
+ /**
7377
+ * @public
7378
+ */
7042
7379
  export interface ImportCertificateMessage {
7043
7380
  /**
7044
7381
  * <p>A customer-assigned name for the certificate. Identifiers must begin with a letter and
@@ -7053,7 +7390,7 @@ export interface ImportCertificateMessage {
7053
7390
  /**
7054
7391
  * <p>The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a <code>.sso</code> file
7055
7392
  * using the <code>fileb://</code> prefix. You can't provide the certificate inline.</p>
7056
- * <p>Example: <code>filebase64("${path.root}/rds-ca-2019-root.sso")</code>
7393
+ * <p>Example: <code>filebase64("$\{path.root\}/rds-ca-2019-root.sso")</code>
7057
7394
  * </p>
7058
7395
  */
7059
7396
  CertificateWallet?: Uint8Array;
@@ -7062,6 +7399,9 @@ export interface ImportCertificateMessage {
7062
7399
  */
7063
7400
  Tags?: Tag[];
7064
7401
  }
7402
+ /**
7403
+ * @public
7404
+ */
7065
7405
  export interface ImportCertificateResponse {
7066
7406
  /**
7067
7407
  * <p>The certificate to be uploaded.</p>
@@ -7069,6 +7409,7 @@ export interface ImportCertificateResponse {
7069
7409
  Certificate?: Certificate;
7070
7410
  }
7071
7411
  /**
7412
+ * @public
7072
7413
  * <p>The certificate was not valid.</p>
7073
7414
  */
7074
7415
  export declare class InvalidCertificateFault extends __BaseException {
@@ -7080,6 +7421,7 @@ export declare class InvalidCertificateFault extends __BaseException {
7080
7421
  constructor(opts: __ExceptionOptionType<InvalidCertificateFault, __BaseException>);
7081
7422
  }
7082
7423
  /**
7424
+ * @public
7083
7425
  * <p></p>
7084
7426
  */
7085
7427
  export interface ListTagsForResourceMessage {
@@ -7098,6 +7440,7 @@ export interface ListTagsForResourceMessage {
7098
7440
  ResourceArnList?: string[];
7099
7441
  }
7100
7442
  /**
7443
+ * @public
7101
7444
  * <p></p>
7102
7445
  */
7103
7446
  export interface ListTagsForResourceResponse {
@@ -7107,6 +7450,7 @@ export interface ListTagsForResourceResponse {
7107
7450
  TagList?: Tag[];
7108
7451
  }
7109
7452
  /**
7453
+ * @public
7110
7454
  * <p></p>
7111
7455
  */
7112
7456
  export interface ModifyEndpointMessage {
@@ -7207,8 +7551,8 @@ export interface ModifyEndpointMessage {
7207
7551
  * <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string
7208
7552
  * ,BucketName=string</code>
7209
7553
  * </p>
7210
- * <p>JSON syntax for these settings is as follows: <code>{ "ServiceAccessRoleArn": "string",
7211
- * "BucketName": "string"} </code>
7554
+ * <p>JSON syntax for these settings is as follows: <code>\{ "ServiceAccessRoleArn": "string",
7555
+ * "BucketName": "string"\} </code>
7212
7556
  * </p>
7213
7557
  */
7214
7558
  DmsTransferSettings?: DmsTransferSettings;
@@ -7331,13 +7675,13 @@ export interface ModifyEndpointMessage {
7331
7675
  * names. </p>
7332
7676
  * </li>
7333
7677
  * </ul>
7334
- * <p>For example, if you call <code>create-endpoint ... --endpoint-settings '{"a":1}'
7335
- * ...</code>, the endpoint has the following endpoint settings: <code>'{"a":1}'</code>. If
7336
- * you then call <code>modify-endpoint ... --endpoint-settings '{"b":2}' ...</code> for the
7337
- * same endpoint, the endpoint has the following settings: <code>'{"a":1,"b":2}'</code>. </p>
7678
+ * <p>For example, if you call <code>create-endpoint ... --endpoint-settings '\{"a":1\}'
7679
+ * ...</code>, the endpoint has the following endpoint settings: <code>'\{"a":1\}'</code>. If
7680
+ * you then call <code>modify-endpoint ... --endpoint-settings '\{"b":2\}' ...</code> for the
7681
+ * same endpoint, the endpoint has the following settings: <code>'\{"a":1,"b":2\}'</code>. </p>
7338
7682
  * <p>However, suppose that you follow this with a call to <code>modify-endpoint ...
7339
- * --endpoint-settings '{"b":2}' --exact-settings ...</code> for that same endpoint again.
7340
- * Then the endpoint has the following settings: <code>'{"b":2}'</code>. All existing settings
7683
+ * --endpoint-settings '\{"b":2\}' --exact-settings ...</code> for that same endpoint again.
7684
+ * Then the endpoint has the following settings: <code>'\{"b":2\}'</code>. All existing settings
7341
7685
  * are replaced with the exact settings that you specify. </p>
7342
7686
  */
7343
7687
  ExactSettings?: boolean;
@@ -7347,6 +7691,7 @@ export interface ModifyEndpointMessage {
7347
7691
  GcpMySQLSettings?: GcpMySQLSettings;
7348
7692
  }
7349
7693
  /**
7694
+ * @public
7350
7695
  * <p></p>
7351
7696
  */
7352
7697
  export interface ModifyEndpointResponse {
@@ -7356,6 +7701,7 @@ export interface ModifyEndpointResponse {
7356
7701
  Endpoint?: Endpoint;
7357
7702
  }
7358
7703
  /**
7704
+ * @public
7359
7705
  * <p></p>
7360
7706
  */
7361
7707
  export interface ModifyEventSubscriptionMessage {
@@ -7385,6 +7731,7 @@ export interface ModifyEventSubscriptionMessage {
7385
7731
  Enabled?: boolean;
7386
7732
  }
7387
7733
  /**
7734
+ * @public
7388
7735
  * <p></p>
7389
7736
  */
7390
7737
  export interface ModifyEventSubscriptionResponse {
@@ -7394,6 +7741,7 @@ export interface ModifyEventSubscriptionResponse {
7394
7741
  EventSubscription?: EventSubscription;
7395
7742
  }
7396
7743
  /**
7744
+ * @public
7397
7745
  * <p></p>
7398
7746
  */
7399
7747
  export interface ModifyReplicationInstanceMessage {
@@ -7496,6 +7844,7 @@ export interface ModifyReplicationInstanceMessage {
7496
7844
  NetworkType?: string;
7497
7845
  }
7498
7846
  /**
7847
+ * @public
7499
7848
  * <p></p>
7500
7849
  */
7501
7850
  export interface ModifyReplicationInstanceResponse {
@@ -7505,6 +7854,7 @@ export interface ModifyReplicationInstanceResponse {
7505
7854
  ReplicationInstance?: ReplicationInstance;
7506
7855
  }
7507
7856
  /**
7857
+ * @public
7508
7858
  * <p>An upgrade dependency is preventing the database migration.</p>
7509
7859
  */
7510
7860
  export declare class UpgradeDependencyFailureFault extends __BaseException {
@@ -7516,6 +7866,7 @@ export declare class UpgradeDependencyFailureFault extends __BaseException {
7516
7866
  constructor(opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>);
7517
7867
  }
7518
7868
  /**
7869
+ * @public
7519
7870
  * <p></p>
7520
7871
  */
7521
7872
  export interface ModifyReplicationSubnetGroupMessage {
@@ -7533,6 +7884,7 @@ export interface ModifyReplicationSubnetGroupMessage {
7533
7884
  SubnetIds: string[] | undefined;
7534
7885
  }
7535
7886
  /**
7887
+ * @public
7536
7888
  * <p></p>
7537
7889
  */
7538
7890
  export interface ModifyReplicationSubnetGroupResponse {
@@ -7542,6 +7894,7 @@ export interface ModifyReplicationSubnetGroupResponse {
7542
7894
  ReplicationSubnetGroup?: ReplicationSubnetGroup;
7543
7895
  }
7544
7896
  /**
7897
+ * @public
7545
7898
  * <p>The specified subnet is already in use.</p>
7546
7899
  */
7547
7900
  export declare class SubnetAlreadyInUse extends __BaseException {
@@ -7553,6 +7906,7 @@ export declare class SubnetAlreadyInUse extends __BaseException {
7553
7906
  constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
7554
7907
  }
7555
7908
  /**
7909
+ * @public
7556
7910
  * <p></p>
7557
7911
  */
7558
7912
  export interface ModifyReplicationTaskMessage {
@@ -7634,6 +7988,7 @@ export interface ModifyReplicationTaskMessage {
7634
7988
  TaskData?: string;
7635
7989
  }
7636
7990
  /**
7991
+ * @public
7637
7992
  * <p></p>
7638
7993
  */
7639
7994
  export interface ModifyReplicationTaskResponse {
@@ -7643,6 +7998,7 @@ export interface ModifyReplicationTaskResponse {
7643
7998
  ReplicationTask?: ReplicationTask;
7644
7999
  }
7645
8000
  /**
8001
+ * @public
7646
8002
  * <p></p>
7647
8003
  */
7648
8004
  export interface MoveReplicationTaskMessage {
@@ -7656,6 +8012,7 @@ export interface MoveReplicationTaskMessage {
7656
8012
  TargetReplicationInstanceArn: string | undefined;
7657
8013
  }
7658
8014
  /**
8015
+ * @public
7659
8016
  * <p></p>
7660
8017
  */
7661
8018
  export interface MoveReplicationTaskResponse {
@@ -7664,6 +8021,9 @@ export interface MoveReplicationTaskResponse {
7664
8021
  */
7665
8022
  ReplicationTask?: ReplicationTask;
7666
8023
  }
8024
+ /**
8025
+ * @public
8026
+ */
7667
8027
  export interface RebootReplicationInstanceMessage {
7668
8028
  /**
7669
8029
  * <p>The Amazon Resource Name (ARN) of the replication instance.</p>
@@ -7683,6 +8043,9 @@ export interface RebootReplicationInstanceMessage {
7683
8043
  */
7684
8044
  ForcePlannedFailover?: boolean;
7685
8045
  }
8046
+ /**
8047
+ * @public
8048
+ */
7686
8049
  export interface RebootReplicationInstanceResponse {
7687
8050
  /**
7688
8051
  * <p>The replication instance that is being rebooted. </p>
@@ -7690,6 +8053,7 @@ export interface RebootReplicationInstanceResponse {
7690
8053
  ReplicationInstance?: ReplicationInstance;
7691
8054
  }
7692
8055
  /**
8056
+ * @public
7693
8057
  * <p></p>
7694
8058
  */
7695
8059
  export interface RefreshSchemasMessage {
@@ -7703,6 +8067,7 @@ export interface RefreshSchemasMessage {
7703
8067
  ReplicationInstanceArn: string | undefined;
7704
8068
  }
7705
8069
  /**
8070
+ * @public
7706
8071
  * <p></p>
7707
8072
  */
7708
8073
  export interface RefreshSchemasResponse {
@@ -7711,11 +8076,15 @@ export interface RefreshSchemasResponse {
7711
8076
  */
7712
8077
  RefreshSchemasStatus?: RefreshSchemasStatus;
7713
8078
  }
8079
+ /**
8080
+ * @public
8081
+ */
7714
8082
  export declare enum ReloadOptionValue {
7715
8083
  DATA_RELOAD = "data-reload",
7716
8084
  VALIDATE_ONLY = "validate-only"
7717
8085
  }
7718
8086
  /**
8087
+ * @public
7719
8088
  * <p>Provides the name of the schema and table to be reloaded.</p>
7720
8089
  */
7721
8090
  export interface TableToReload {
@@ -7728,6 +8097,9 @@ export interface TableToReload {
7728
8097
  */
7729
8098
  TableName: string | undefined;
7730
8099
  }
8100
+ /**
8101
+ * @public
8102
+ */
7731
8103
  export interface ReloadTablesMessage {
7732
8104
  /**
7733
8105
  * <p>The Amazon Resource Name (ARN) of the replication task. </p>
@@ -7746,6 +8118,9 @@ export interface ReloadTablesMessage {
7746
8118
  */
7747
8119
  ReloadOption?: ReloadOptionValue | string;
7748
8120
  }
8121
+ /**
8122
+ * @public
8123
+ */
7749
8124
  export interface ReloadTablesResponse {
7750
8125
  /**
7751
8126
  * <p>The Amazon Resource Name (ARN) of the replication task. </p>
@@ -7753,6 +8128,7 @@ export interface ReloadTablesResponse {
7753
8128
  ReplicationTaskArn?: string;
7754
8129
  }
7755
8130
  /**
8131
+ * @public
7756
8132
  * <p>Removes one or more tags from an DMS resource.</p>
7757
8133
  */
7758
8134
  export interface RemoveTagsFromResourceMessage {
@@ -7766,10 +8142,14 @@ export interface RemoveTagsFromResourceMessage {
7766
8142
  TagKeys: string[] | undefined;
7767
8143
  }
7768
8144
  /**
8145
+ * @public
7769
8146
  * <p></p>
7770
8147
  */
7771
8148
  export interface RemoveTagsFromResourceResponse {
7772
8149
  }
8150
+ /**
8151
+ * @public
8152
+ */
7773
8153
  export interface RunFleetAdvisorLsaAnalysisResponse {
7774
8154
  /**
7775
8155
  * <p>The ID of the LSA analysis run.</p>
@@ -7780,6 +8160,9 @@ export interface RunFleetAdvisorLsaAnalysisResponse {
7780
8160
  */
7781
8161
  Status?: string;
7782
8162
  }
8163
+ /**
8164
+ * @public
8165
+ */
7783
8166
  export interface StartRecommendationsRequest {
7784
8167
  /**
7785
8168
  * <p>The identifier of the source database to analyze and provide recommendations
@@ -7796,12 +8179,16 @@ export interface StartRecommendationsRequest {
7796
8179
  */
7797
8180
  Settings: RecommendationSettings | undefined;
7798
8181
  }
8182
+ /**
8183
+ * @public
8184
+ */
7799
8185
  export declare enum StartReplicationTaskTypeValue {
7800
8186
  RELOAD_TARGET = "reload-target",
7801
8187
  RESUME_PROCESSING = "resume-processing",
7802
8188
  START_REPLICATION = "start-replication"
7803
8189
  }
7804
8190
  /**
8191
+ * @public
7805
8192
  * <p></p>
7806
8193
  */
7807
8194
  export interface StartReplicationTaskMessage {
@@ -7857,6 +8244,7 @@ export interface StartReplicationTaskMessage {
7857
8244
  CdcStopPosition?: string;
7858
8245
  }
7859
8246
  /**
8247
+ * @public
7860
8248
  * <p></p>
7861
8249
  */
7862
8250
  export interface StartReplicationTaskResponse {
@@ -7866,6 +8254,7 @@ export interface StartReplicationTaskResponse {
7866
8254
  ReplicationTask?: ReplicationTask;
7867
8255
  }
7868
8256
  /**
8257
+ * @public
7869
8258
  * <p></p>
7870
8259
  */
7871
8260
  export interface StartReplicationTaskAssessmentMessage {
@@ -7875,6 +8264,7 @@ export interface StartReplicationTaskAssessmentMessage {
7875
8264
  ReplicationTaskArn: string | undefined;
7876
8265
  }
7877
8266
  /**
8267
+ * @public
7878
8268
  * <p></p>
7879
8269
  */
7880
8270
  export interface StartReplicationTaskAssessmentResponse {
@@ -7884,6 +8274,7 @@ export interface StartReplicationTaskAssessmentResponse {
7884
8274
  ReplicationTask?: ReplicationTask;
7885
8275
  }
7886
8276
  /**
8277
+ * @public
7887
8278
  * <p>An Key Management Service (KMS) error is preventing access to KMS.</p>
7888
8279
  */
7889
8280
  export declare class KMSFault extends __BaseException {
@@ -7895,6 +8286,7 @@ export declare class KMSFault extends __BaseException {
7895
8286
  constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
7896
8287
  }
7897
8288
  /**
8289
+ * @public
7898
8290
  * <p></p>
7899
8291
  */
7900
8292
  export interface StartReplicationTaskAssessmentRunMessage {
@@ -7977,6 +8369,7 @@ export interface StartReplicationTaskAssessmentRunMessage {
7977
8369
  Exclude?: string[];
7978
8370
  }
7979
8371
  /**
8372
+ * @public
7980
8373
  * <p></p>
7981
8374
  */
7982
8375
  export interface StartReplicationTaskAssessmentRunResponse {
@@ -7986,6 +8379,7 @@ export interface StartReplicationTaskAssessmentRunResponse {
7986
8379
  ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
7987
8380
  }
7988
8381
  /**
8382
+ * @public
7989
8383
  * <p></p>
7990
8384
  */
7991
8385
  export interface StopReplicationTaskMessage {
@@ -7995,6 +8389,7 @@ export interface StopReplicationTaskMessage {
7995
8389
  ReplicationTaskArn: string | undefined;
7996
8390
  }
7997
8391
  /**
8392
+ * @public
7998
8393
  * <p></p>
7999
8394
  */
8000
8395
  export interface StopReplicationTaskResponse {
@@ -8004,6 +8399,7 @@ export interface StopReplicationTaskResponse {
8004
8399
  ReplicationTask?: ReplicationTask;
8005
8400
  }
8006
8401
  /**
8402
+ * @public
8007
8403
  * <p></p>
8008
8404
  */
8009
8405
  export interface TestConnectionMessage {
@@ -8017,6 +8413,7 @@ export interface TestConnectionMessage {
8017
8413
  EndpointArn: string | undefined;
8018
8414
  }
8019
8415
  /**
8416
+ * @public
8020
8417
  * <p></p>
8021
8418
  */
8022
8419
  export interface TestConnectionResponse {
@@ -8026,6 +8423,7 @@ export interface TestConnectionResponse {
8026
8423
  Connection?: Connection;
8027
8424
  }
8028
8425
  /**
8426
+ * @public
8029
8427
  * <p></p>
8030
8428
  */
8031
8429
  export interface UpdateSubscriptionsToEventBridgeMessage {
@@ -8039,6 +8437,7 @@ export interface UpdateSubscriptionsToEventBridgeMessage {
8039
8437
  ForceMove?: boolean;
8040
8438
  }
8041
8439
  /**
8440
+ * @public
8042
8441
  * <p></p>
8043
8442
  */
8044
8443
  export interface UpdateSubscriptionsToEventBridgeResponse {