@aws-sdk/client-database-migration-service 3.774.0 → 3.777.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/DatabaseMigrationServiceClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
  8. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
  9. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateDataMigrationCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateDataProviderCommand.d.ts +26 -26
  13. package/dist-types/commands/CreateEndpointCommand.d.ts +28 -28
  14. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +21 -21
  17. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +40 -40
  18. package/dist-types/commands/CreateReplicationConfigCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +52 -52
  20. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +10 -10
  21. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +25 -25
  22. package/dist-types/commands/DeleteCertificateCommand.d.ts +5 -5
  23. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -6
  24. package/dist-types/commands/DeleteDataMigrationCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteDataProviderCommand.d.ts +15 -15
  26. package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -15
  27. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -13
  31. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +23 -23
  32. package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -40
  34. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +7 -4
  35. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +15 -15
  37. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +14 -14
  38. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeCertificatesCommand.d.ts +10 -10
  40. package/dist-types/commands/DescribeConnectionsCommand.d.ts +15 -15
  41. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +6 -6
  42. package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +20 -20
  44. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -0
  45. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +10 -10
  46. package/dist-types/commands/DescribeEndpointsCommand.d.ts +10 -10
  47. package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +1 -0
  48. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  49. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +14 -14
  52. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +1 -0
  57. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +17 -17
  58. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +14 -14
  59. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +14 -14
  60. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +14 -14
  61. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +14 -14
  62. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +14 -14
  63. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +28 -28
  64. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +7 -7
  65. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
  66. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +1 -0
  67. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +1 -0
  68. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +5 -5
  69. package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +1 -0
  70. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -0
  71. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +10 -10
  72. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +10 -10
  73. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -0
  74. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -0
  75. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -0
  76. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -0
  77. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +10 -10
  78. package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -0
  79. package/dist-types/commands/DescribeSchemasCommand.d.ts +8 -8
  80. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +9 -9
  81. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +13 -13
  82. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -6
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -5
  84. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +6 -6
  85. package/dist-types/commands/ModifyDataMigrationCommand.d.ts +1 -0
  86. package/dist-types/commands/ModifyDataProviderCommand.d.ts +24 -24
  87. package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -16
  88. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
  89. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +21 -21
  90. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +37 -37
  91. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -0
  92. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +48 -48
  93. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -7
  94. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -0
  95. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -0
  96. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -0
  97. package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -6
  98. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -0
  99. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -0
  100. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
  101. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
  102. package/dist-types/commands/StartDataMigrationCommand.d.ts +1 -0
  103. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +5 -5
  104. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +7 -7
  105. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +6 -6
  106. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +8 -8
  107. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +7 -7
  108. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +8 -8
  109. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -0
  110. package/dist-types/commands/StartReplicationCommand.d.ts +1 -0
  111. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -0
  112. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -0
  113. package/dist-types/commands/StartReplicationTaskCommand.d.ts +17 -17
  114. package/dist-types/commands/StopDataMigrationCommand.d.ts +1 -0
  115. package/dist-types/commands/StopReplicationCommand.d.ts +1 -0
  116. package/dist-types/commands/StopReplicationTaskCommand.d.ts +15 -15
  117. package/dist-types/commands/TestConnectionCommand.d.ts +6 -6
  118. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -0
  119. package/package.json +34 -34
@@ -130,73 +130,73 @@ declare const DeleteReplicationInstanceCommand_base: {
130
130
  * @throws {@link DatabaseMigrationServiceServiceException}
131
131
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
132
132
  *
133
- * @public
133
+ *
134
134
  * @example Delete Replication Instance
135
135
  * ```javascript
136
136
  * // Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.
137
- * //
138
- * //
137
+ *
138
+ *
139
139
  * const input = {
140
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
140
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
141
141
  * };
142
142
  * const command = new DeleteReplicationInstanceCommand(input);
143
143
  * const response = await client.send(command);
144
- * /* response ==
144
+ * /* response is
145
145
  * {
146
- * "ReplicationInstance": {
147
- * "AllocatedStorage": 5,
148
- * "AutoMinorVersionUpgrade": true,
149
- * "EngineVersion": "1.5.0",
150
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
151
- * "PendingModifiedValues": {},
152
- * "PreferredMaintenanceWindow": "sun:06:00-sun:14:00",
153
- * "PubliclyAccessible": true,
154
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
155
- * "ReplicationInstanceClass": "dms.t2.micro",
156
- * "ReplicationInstanceIdentifier": "test-rep-1",
157
- * "ReplicationInstanceStatus": "creating",
158
- * "ReplicationSubnetGroup": {
159
- * "ReplicationSubnetGroupDescription": "default",
160
- * "ReplicationSubnetGroupIdentifier": "default",
161
- * "SubnetGroupStatus": "Complete",
162
- * "Subnets": [
146
+ * ReplicationInstance: {
147
+ * AllocatedStorage: 5,
148
+ * AutoMinorVersionUpgrade: true,
149
+ * EngineVersion: "1.5.0",
150
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
151
+ * PendingModifiedValues: { /* empty *\/ },
152
+ * PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
153
+ * PubliclyAccessible: true,
154
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
155
+ * ReplicationInstanceClass: "dms.t2.micro",
156
+ * ReplicationInstanceIdentifier: "test-rep-1",
157
+ * ReplicationInstanceStatus: "creating",
158
+ * ReplicationSubnetGroup: {
159
+ * ReplicationSubnetGroupDescription: "default",
160
+ * ReplicationSubnetGroupIdentifier: "default",
161
+ * SubnetGroupStatus: "Complete",
162
+ * Subnets: [
163
163
  * {
164
- * "SubnetAvailabilityZone": {
165
- * "Name": "us-east-1d"
164
+ * SubnetAvailabilityZone: {
165
+ * Name: "us-east-1d"
166
166
  * },
167
- * "SubnetIdentifier": "subnet-f6dd91af",
168
- * "SubnetStatus": "Active"
167
+ * SubnetIdentifier: "subnet-f6dd91af",
168
+ * SubnetStatus: "Active"
169
169
  * },
170
170
  * {
171
- * "SubnetAvailabilityZone": {
172
- * "Name": "us-east-1b"
171
+ * SubnetAvailabilityZone: {
172
+ * Name: "us-east-1b"
173
173
  * },
174
- * "SubnetIdentifier": "subnet-3605751d",
175
- * "SubnetStatus": "Active"
174
+ * SubnetIdentifier: "subnet-3605751d",
175
+ * SubnetStatus: "Active"
176
176
  * },
177
177
  * {
178
- * "SubnetAvailabilityZone": {
179
- * "Name": "us-east-1c"
178
+ * SubnetAvailabilityZone: {
179
+ * Name: "us-east-1c"
180
180
  * },
181
- * "SubnetIdentifier": "subnet-c2daefb5",
182
- * "SubnetStatus": "Active"
181
+ * SubnetIdentifier: "subnet-c2daefb5",
182
+ * SubnetStatus: "Active"
183
183
  * },
184
184
  * {
185
- * "SubnetAvailabilityZone": {
186
- * "Name": "us-east-1e"
185
+ * SubnetAvailabilityZone: {
186
+ * Name: "us-east-1e"
187
187
  * },
188
- * "SubnetIdentifier": "subnet-85e90cb8",
189
- * "SubnetStatus": "Active"
188
+ * SubnetIdentifier: "subnet-85e90cb8",
189
+ * SubnetStatus: "Active"
190
190
  * }
191
191
  * ],
192
- * "VpcId": "vpc-6741a603"
192
+ * VpcId: "vpc-6741a603"
193
193
  * }
194
194
  * }
195
195
  * }
196
196
  * *\/
197
- * // example id: delete-replication-instance-1481752552839
198
197
  * ```
199
198
  *
199
+ * @public
200
200
  */
201
201
  export declare class DeleteReplicationInstanceCommand extends DeleteReplicationInstanceCommand_base {
202
202
  /** @internal type navigation helper, not in runtime. */
@@ -62,18 +62,21 @@ declare const DeleteReplicationSubnetGroupCommand_base: {
62
62
  * @throws {@link DatabaseMigrationServiceServiceException}
63
63
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
64
64
  *
65
- * @public
65
+ *
66
66
  * @example Delete Replication Subnet Group
67
67
  * ```javascript
68
68
  * // Deletes a replication subnet group.
69
69
  * const input = {
70
- * "ReplicationSubnetGroupIdentifier": "us-west-2ab-vpc-215ds366"
70
+ * ReplicationSubnetGroupIdentifier: "us-west-2ab-vpc-215ds366"
71
71
  * };
72
72
  * const command = new DeleteReplicationSubnetGroupCommand(input);
73
- * await client.send(command);
74
- * // example id: delete-replication-subnet-group-1481752728597
73
+ * const response = await client.send(command);
74
+ * /* response is
75
+ * { /* empty *\/ }
76
+ * *\/
75
77
  * ```
76
78
  *
79
+ * @public
77
80
  */
78
81
  export declare class DeleteReplicationSubnetGroupCommand extends DeleteReplicationSubnetGroupCommand_base {
79
82
  /** @internal type navigation helper, not in runtime. */
@@ -92,6 +92,7 @@ declare const DeleteReplicationTaskAssessmentRunCommand_base: {
92
92
  * @throws {@link DatabaseMigrationServiceServiceException}
93
93
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeleteReplicationTaskAssessmentRunCommand extends DeleteReplicationTaskAssessmentRunCommand_base {
@@ -92,34 +92,34 @@ declare const DeleteReplicationTaskCommand_base: {
92
92
  * @throws {@link DatabaseMigrationServiceServiceException}
93
93
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
94
94
  *
95
- * @public
95
+ *
96
96
  * @example Delete Replication Task
97
97
  * ```javascript
98
98
  * // Deletes the specified replication task.
99
99
  * const input = {
100
- * "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
100
+ * ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
101
101
  * };
102
102
  * const command = new DeleteReplicationTaskCommand(input);
103
103
  * const response = await client.send(command);
104
- * /* response ==
104
+ * /* response is
105
105
  * {
106
- * "ReplicationTask": {
107
- * "MigrationType": "full-load",
108
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
109
- * "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
110
- * "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
111
- * "ReplicationTaskIdentifier": "task1",
112
- * "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
113
- * "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
114
- * "Status": "creating",
115
- * "TableMappings": "file://mappingfile.json",
116
- * "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
106
+ * ReplicationTask: {
107
+ * MigrationType: "full-load",
108
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
109
+ * ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
110
+ * ReplicationTaskCreationDate: "2016-12-14T18:25:43Z",
111
+ * ReplicationTaskIdentifier: "task1",
112
+ * ReplicationTaskSettings: `{"TargetMetadata":{"TargetSchema":"","SupportLobs":true,"FullLobMode":true,"LobChunkSize":64,"LimitedSizeLobMode":false,"LobMaxSize":0},"FullLoadSettings":{"FullLoadEnabled":true,"ApplyChangesEnabled":false,"TargetTablePrepMode":"DROP_AND_CREATE","CreatePkAfterFullLoad":false,"StopTaskCachedChangesApplied":false,"StopTaskCachedChangesNotApplied":false,"ResumeEnabled":false,"ResumeMinTableSize":100000,"ResumeOnlyClusteredPKTables":true,"MaxFullLoadSubTasks":8,"TransactionConsistencyTimeout":600,"CommitRate":10000},"Logging":{"EnableLogging":false}}`,
113
+ * SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
114
+ * Status: "creating",
115
+ * TableMappings: "file://mappingfile.json",
116
+ * TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
117
117
  * }
118
118
  * }
119
119
  * *\/
120
- * // example id: delete-replication-task-1481752903506
121
120
  * ```
122
121
  *
122
+ * @public
123
123
  */
124
124
  export declare class DeleteReplicationTaskCommand extends DeleteReplicationTaskCommand_base {
125
125
  /** @internal type navigation helper, not in runtime. */
@@ -65,37 +65,37 @@ declare const DescribeAccountAttributesCommand_base: {
65
65
  * @throws {@link DatabaseMigrationServiceServiceException}
66
66
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
67
67
  *
68
- * @public
68
+ *
69
69
  * @example Describe acount attributes
70
70
  * ```javascript
71
71
  * // Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.
72
- * const input = {};
72
+ * const input = { /* empty *\/ };
73
73
  * const command = new DescribeAccountAttributesCommand(input);
74
74
  * const response = await client.send(command);
75
- * /* response ==
75
+ * /* response is
76
76
  * {
77
- * "AccountQuotas": [
77
+ * AccountQuotas: [
78
78
  * {
79
- * "AccountQuotaName": "ReplicationInstances",
80
- * "Max": 20,
81
- * "Used": 0
79
+ * AccountQuotaName: "ReplicationInstances",
80
+ * Max: 20,
81
+ * Used: 0
82
82
  * },
83
83
  * {
84
- * "AccountQuotaName": "AllocatedStorage",
85
- * "Max": 20,
86
- * "Used": 0
84
+ * AccountQuotaName: "AllocatedStorage",
85
+ * Max: 20,
86
+ * Used: 0
87
87
  * },
88
88
  * {
89
- * "AccountQuotaName": "Endpoints",
90
- * "Max": 20,
91
- * "Used": 0
89
+ * AccountQuotaName: "Endpoints",
90
+ * Max: 20,
91
+ * Used: 0
92
92
  * }
93
93
  * ]
94
94
  * }
95
95
  * *\/
96
- * // example id: describe-acount-attributes-1481753085663
97
96
  * ```
98
97
  *
98
+ * @public
99
99
  */
100
100
  export declare class DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_base {
101
101
  /** @internal type navigation helper, not in runtime. */
@@ -89,6 +89,7 @@ declare const DescribeApplicableIndividualAssessmentsCommand_base: {
89
89
  * @throws {@link DatabaseMigrationServiceServiceException}
90
90
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DescribeApplicableIndividualAssessmentsCommand extends DescribeApplicableIndividualAssessmentsCommand_base {
@@ -80,34 +80,34 @@ declare const DescribeCertificatesCommand_base: {
80
80
  * @throws {@link DatabaseMigrationServiceServiceException}
81
81
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
82
82
  *
83
- * @public
83
+ *
84
84
  * @example Describe certificates
85
85
  * ```javascript
86
86
  * // Provides a description of the certificate.
87
87
  * const input = {
88
- * "Filters": [
88
+ * Filters: [
89
89
  * {
90
- * "Name": "string",
91
- * "Values": [
90
+ * Name: "string",
91
+ * Values: [
92
92
  * "string",
93
93
  * "string"
94
94
  * ]
95
95
  * }
96
96
  * ],
97
- * "Marker": "",
98
- * "MaxRecords": 123
97
+ * Marker: "",
98
+ * MaxRecords: 123
99
99
  * };
100
100
  * const command = new DescribeCertificatesCommand(input);
101
101
  * const response = await client.send(command);
102
- * /* response ==
102
+ * /* response is
103
103
  * {
104
- * "Certificates": [],
105
- * "Marker": ""
104
+ * Certificates: [],
105
+ * Marker: ""
106
106
  * }
107
107
  * *\/
108
- * // example id: describe-certificates-1481753186244
109
108
  * ```
110
109
  *
110
+ * @public
111
111
  */
112
112
  export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
113
113
  /** @internal type navigation helper, not in runtime. */
@@ -77,42 +77,42 @@ declare const DescribeConnectionsCommand_base: {
77
77
  * @throws {@link DatabaseMigrationServiceServiceException}
78
78
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
79
79
  *
80
- * @public
80
+ *
81
81
  * @example Describe connections
82
82
  * ```javascript
83
83
  * // Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
84
84
  * const input = {
85
- * "Filters": [
85
+ * Filters: [
86
86
  * {
87
- * "Name": "string",
88
- * "Values": [
87
+ * Name: "string",
88
+ * Values: [
89
89
  * "string",
90
90
  * "string"
91
91
  * ]
92
92
  * }
93
93
  * ],
94
- * "Marker": "",
95
- * "MaxRecords": 123
94
+ * Marker: "",
95
+ * MaxRecords: 123
96
96
  * };
97
97
  * const command = new DescribeConnectionsCommand(input);
98
98
  * const response = await client.send(command);
99
- * /* response ==
99
+ * /* response is
100
100
  * {
101
- * "Connections": [
101
+ * Connections: [
102
102
  * {
103
- * "EndpointArn": "arn:aws:dms:us-east-arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
104
- * "EndpointIdentifier": "testsrc1",
105
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
106
- * "ReplicationInstanceIdentifier": "test",
107
- * "Status": "successful"
103
+ * EndpointArn: "arn:aws:dms:us-east-arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
104
+ * EndpointIdentifier: "testsrc1",
105
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
106
+ * ReplicationInstanceIdentifier: "test",
107
+ * Status: "successful"
108
108
  * }
109
109
  * ],
110
- * "Marker": ""
110
+ * Marker: ""
111
111
  * }
112
112
  * *\/
113
- * // example id: describe-connections-1481754477953
114
113
  * ```
115
114
  *
115
+ * @public
116
116
  */
117
117
  export declare class DescribeConnectionsCommand extends DescribeConnectionsCommand_base {
118
118
  /** @internal type navigation helper, not in runtime. */
@@ -58,24 +58,24 @@ declare const DescribeConversionConfigurationCommand_base: {
58
58
  * @throws {@link DatabaseMigrationServiceServiceException}
59
59
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
60
60
  *
61
- * @public
61
+ *
62
62
  * @example Describe Conversion Configuration
63
63
  * ```javascript
64
64
  * // Returns configuration parameters for a schema conversion project.
65
65
  * const input = {
66
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
66
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
67
67
  * };
68
68
  * const command = new DescribeConversionConfigurationCommand(input);
69
69
  * const response = await client.send(command);
70
- * /* response ==
70
+ * /* response is
71
71
  * {
72
- * "ConversionConfiguration": "{\"Common project settings\":{\"ShowSeverityLevelInSql\":\"CRITICAL\"},\"ORACLE_TO_POSTGRESQL\" : {\"ToTimeZone\":false,\"LastDayBuiltinFunctionOracle\":false, \"NextDayBuiltinFunctionOracle\":false,\"ConvertProceduresToFunction\":false,\"NvlBuiltinFunctionOracle\":false,\"DbmsAssertBuiltinFunctionOracle\":false}}",
73
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
72
+ * ConversionConfiguration: `{"Common project settings":{"ShowSeverityLevelInSql":"CRITICAL"},"ORACLE_TO_POSTGRESQL" : {"ToTimeZone":false,"LastDayBuiltinFunctionOracle":false, "NextDayBuiltinFunctionOracle":false,"ConvertProceduresToFunction":false,"NvlBuiltinFunctionOracle":false,"DbmsAssertBuiltinFunctionOracle":false}}`,
73
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
74
74
  * }
75
75
  * *\/
76
- * // example id: describe-conversion-configuration-1689717690907
77
76
  * ```
78
77
  *
78
+ * @public
79
79
  */
80
80
  export declare class DescribeConversionConfigurationCommand extends DescribeConversionConfigurationCommand_base {
81
81
  /** @internal type navigation helper, not in runtime. */
@@ -124,6 +124,7 @@ declare const DescribeDataMigrationsCommand_base: {
124
124
  * @throws {@link DatabaseMigrationServiceServiceException}
125
125
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class DescribeDataMigrationsCommand extends DescribeDataMigrationsCommand_base {
@@ -159,48 +159,48 @@ declare const DescribeDataProvidersCommand_base: {
159
159
  * @throws {@link DatabaseMigrationServiceServiceException}
160
160
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
161
161
  *
162
- * @public
162
+ *
163
163
  * @example Describe Data Providers
164
164
  * ```javascript
165
165
  * //
166
166
  * const input = {
167
- * "Filters": [
167
+ * Filters: [
168
168
  * {
169
- * "Name": "data-provider-identifier",
170
- * "Values": [
169
+ * Name: "data-provider-identifier",
170
+ * Values: [
171
171
  * "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
172
172
  * ]
173
173
  * }
174
174
  * ],
175
- * "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
176
- * "MaxRecords": 20
175
+ * Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
176
+ * MaxRecords: 20
177
177
  * };
178
178
  * const command = new DescribeDataProvidersCommand(input);
179
179
  * const response = await client.send(command);
180
- * /* response ==
180
+ * /* response is
181
181
  * {
182
- * "DataProviders": [
182
+ * DataProviders: [
183
183
  * {
184
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
185
- * "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
186
- * "DataProviderName": "my-target-data-provider",
187
- * "Engine": "postgres",
188
- * "Settings": {
189
- * "PostgreSqlSettings": {
190
- * "DatabaseName": "target",
191
- * "Port": 5432,
192
- * "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
193
- * "SslMode": "none"
184
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
185
+ * DataProviderCreationTime: "2023-05-12T10:50:41.988561Z",
186
+ * DataProviderName: "my-target-data-provider",
187
+ * Engine: "postgres",
188
+ * Settings: {
189
+ * PostgreSqlSettings: {
190
+ * DatabaseName: "target",
191
+ * Port: 5432,
192
+ * ServerName: "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
193
+ * SslMode: "none"
194
194
  * }
195
195
  * }
196
196
  * }
197
197
  * ],
198
- * "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
198
+ * Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
199
199
  * }
200
200
  * *\/
201
- * // example id: describe-data-providers-1689725897156
202
201
  * ```
203
202
  *
203
+ * @public
204
204
  */
205
205
  export declare class DescribeDataProvidersCommand extends DescribeDataProvidersCommand_base {
206
206
  /** @internal type navigation helper, not in runtime. */
@@ -72,6 +72,7 @@ declare const DescribeEndpointSettingsCommand_base: {
72
72
  * @throws {@link DatabaseMigrationServiceServiceException}
73
73
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DescribeEndpointSettingsCommand extends DescribeEndpointSettingsCommand_base {
@@ -72,34 +72,34 @@ declare const DescribeEndpointTypesCommand_base: {
72
72
  * @throws {@link DatabaseMigrationServiceServiceException}
73
73
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
74
74
  *
75
- * @public
75
+ *
76
76
  * @example Describe endpoint types
77
77
  * ```javascript
78
78
  * // Returns information about the type of endpoints available.
79
79
  * const input = {
80
- * "Filters": [
80
+ * Filters: [
81
81
  * {
82
- * "Name": "string",
83
- * "Values": [
82
+ * Name: "string",
83
+ * Values: [
84
84
  * "string",
85
85
  * "string"
86
86
  * ]
87
87
  * }
88
88
  * ],
89
- * "Marker": "",
90
- * "MaxRecords": 123
89
+ * Marker: "",
90
+ * MaxRecords: 123
91
91
  * };
92
92
  * const command = new DescribeEndpointTypesCommand(input);
93
93
  * const response = await client.send(command);
94
- * /* response ==
94
+ * /* response is
95
95
  * {
96
- * "Marker": "",
97
- * "SupportedEndpointTypes": []
96
+ * Marker: "",
97
+ * SupportedEndpointTypes: []
98
98
  * }
99
99
  * *\/
100
- * // example id: describe-endpoint-types-1481754742591
101
100
  * ```
102
101
  *
102
+ * @public
103
103
  */
104
104
  export declare class DescribeEndpointTypesCommand extends DescribeEndpointTypesCommand_base {
105
105
  /** @internal type navigation helper, not in runtime. */
@@ -424,34 +424,34 @@ declare const DescribeEndpointsCommand_base: {
424
424
  * @throws {@link DatabaseMigrationServiceServiceException}
425
425
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
426
426
  *
427
- * @public
427
+ *
428
428
  * @example Describe endpoints
429
429
  * ```javascript
430
430
  * // Returns information about the endpoints for your account in the current region.
431
431
  * const input = {
432
- * "Filters": [
432
+ * Filters: [
433
433
  * {
434
- * "Name": "string",
435
- * "Values": [
434
+ * Name: "string",
435
+ * Values: [
436
436
  * "string",
437
437
  * "string"
438
438
  * ]
439
439
  * }
440
440
  * ],
441
- * "Marker": "",
442
- * "MaxRecords": 123
441
+ * Marker: "",
442
+ * MaxRecords: 123
443
443
  * };
444
444
  * const command = new DescribeEndpointsCommand(input);
445
445
  * const response = await client.send(command);
446
- * /* response ==
446
+ * /* response is
447
447
  * {
448
- * "Endpoints": [],
449
- * "Marker": ""
448
+ * Endpoints: [],
449
+ * Marker: ""
450
450
  * }
451
451
  * *\/
452
- * // example id: describe-endpoints-1481754926060
453
452
  * ```
454
453
  *
454
+ * @public
455
455
  */
456
456
  export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
457
457
  /** @internal type navigation helper, not in runtime. */
@@ -69,6 +69,7 @@ declare const DescribeEngineVersionsCommand_base: {
69
69
  * @throws {@link DatabaseMigrationServiceServiceException}
70
70
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DescribeEngineVersionsCommand extends DescribeEngineVersionsCommand_base {
@@ -72,6 +72,7 @@ declare const DescribeEventCategoriesCommand_base: {
72
72
  * @throws {@link DatabaseMigrationServiceServiceException}
73
73
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
@@ -89,6 +89,7 @@ declare const DescribeEventSubscriptionsCommand_base: {
89
89
  * @throws {@link DatabaseMigrationServiceServiceException}
90
90
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
@@ -85,6 +85,7 @@ declare const DescribeEventsCommand_base: {
85
85
  * @throws {@link DatabaseMigrationServiceServiceException}
86
86
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {