@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
@@ -135,34 +135,34 @@ declare const DescribeReplicationInstancesCommand_base: {
135
135
  * @throws {@link DatabaseMigrationServiceServiceException}
136
136
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
137
137
  *
138
- * @public
138
+ *
139
139
  * @example Describe replication instances
140
140
  * ```javascript
141
141
  * // Returns the status of the refresh-schemas operation.
142
142
  * const input = {
143
- * "Filters": [
143
+ * Filters: [
144
144
  * {
145
- * "Name": "string",
146
- * "Values": [
145
+ * Name: "string",
146
+ * Values: [
147
147
  * "string",
148
148
  * "string"
149
149
  * ]
150
150
  * }
151
151
  * ],
152
- * "Marker": "",
153
- * "MaxRecords": 123
152
+ * Marker: "",
153
+ * MaxRecords: 123
154
154
  * };
155
155
  * const command = new DescribeReplicationInstancesCommand(input);
156
156
  * const response = await client.send(command);
157
- * /* response ==
157
+ * /* response is
158
158
  * {
159
- * "Marker": "",
160
- * "ReplicationInstances": []
159
+ * Marker: "",
160
+ * ReplicationInstances: []
161
161
  * }
162
162
  * *\/
163
- * // example id: describe-replication-instances-1481755443952
164
163
  * ```
165
164
  *
165
+ * @public
166
166
  */
167
167
  export declare class DescribeReplicationInstancesCommand extends DescribeReplicationInstancesCommand_base {
168
168
  /** @internal type navigation helper, not in runtime. */
@@ -86,34 +86,34 @@ declare const DescribeReplicationSubnetGroupsCommand_base: {
86
86
  * @throws {@link DatabaseMigrationServiceServiceException}
87
87
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
88
88
  *
89
- * @public
89
+ *
90
90
  * @example Describe replication subnet groups
91
91
  * ```javascript
92
92
  * // Returns information about the replication subnet groups.
93
93
  * const input = {
94
- * "Filters": [
94
+ * Filters: [
95
95
  * {
96
- * "Name": "string",
97
- * "Values": [
96
+ * Name: "string",
97
+ * Values: [
98
98
  * "string",
99
99
  * "string"
100
100
  * ]
101
101
  * }
102
102
  * ],
103
- * "Marker": "",
104
- * "MaxRecords": 123
103
+ * Marker: "",
104
+ * MaxRecords: 123
105
105
  * };
106
106
  * const command = new DescribeReplicationSubnetGroupsCommand(input);
107
107
  * const response = await client.send(command);
108
- * /* response ==
108
+ * /* response is
109
109
  * {
110
- * "Marker": "",
111
- * "ReplicationSubnetGroups": []
110
+ * Marker: "",
111
+ * ReplicationSubnetGroups: []
112
112
  * }
113
113
  * *\/
114
- * // example id: describe-replication-subnet-groups-1481755621284
115
114
  * ```
116
115
  *
116
+ * @public
117
117
  */
118
118
  export declare class DescribeReplicationSubnetGroupsCommand extends DescribeReplicationSubnetGroupsCommand_base {
119
119
  /** @internal type navigation helper, not in runtime. */
@@ -99,6 +99,7 @@ declare const DescribeReplicationTableStatisticsCommand_base: {
99
99
  * @throws {@link DatabaseMigrationServiceServiceException}
100
100
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class DescribeReplicationTableStatisticsCommand extends DescribeReplicationTableStatisticsCommand_base {
@@ -74,6 +74,7 @@ declare const DescribeReplicationTaskAssessmentResultsCommand_base: {
74
74
  * @throws {@link DatabaseMigrationServiceServiceException}
75
75
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class DescribeReplicationTaskAssessmentResultsCommand extends DescribeReplicationTaskAssessmentResultsCommand_base {
@@ -102,6 +102,7 @@ declare const DescribeReplicationTaskAssessmentRunsCommand_base: {
102
102
  * @throws {@link DatabaseMigrationServiceServiceException}
103
103
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DescribeReplicationTaskAssessmentRunsCommand extends DescribeReplicationTaskAssessmentRunsCommand_base {
@@ -77,6 +77,7 @@ declare const DescribeReplicationTaskIndividualAssessmentsCommand_base: {
77
77
  * @throws {@link DatabaseMigrationServiceServiceException}
78
78
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends DescribeReplicationTaskIndividualAssessmentsCommand_base {
@@ -103,34 +103,34 @@ declare const DescribeReplicationTasksCommand_base: {
103
103
  * @throws {@link DatabaseMigrationServiceServiceException}
104
104
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
105
105
  *
106
- * @public
106
+ *
107
107
  * @example Describe replication tasks
108
108
  * ```javascript
109
109
  * // Returns information about replication tasks for your account in the current region.
110
110
  * const input = {
111
- * "Filters": [
111
+ * Filters: [
112
112
  * {
113
- * "Name": "string",
114
- * "Values": [
113
+ * Name: "string",
114
+ * Values: [
115
115
  * "string",
116
116
  * "string"
117
117
  * ]
118
118
  * }
119
119
  * ],
120
- * "Marker": "",
121
- * "MaxRecords": 123
120
+ * Marker: "",
121
+ * MaxRecords: 123
122
122
  * };
123
123
  * const command = new DescribeReplicationTasksCommand(input);
124
124
  * const response = await client.send(command);
125
- * /* response ==
125
+ * /* response is
126
126
  * {
127
- * "Marker": "",
128
- * "ReplicationTasks": []
127
+ * Marker: "",
128
+ * ReplicationTasks: []
129
129
  * }
130
130
  * *\/
131
- * // example id: describe-replication-tasks-1481755777563
132
131
  * ```
133
132
  *
133
+ * @public
134
134
  */
135
135
  export declare class DescribeReplicationTasksCommand extends DescribeReplicationTasksCommand_base {
136
136
  /** @internal type navigation helper, not in runtime. */
@@ -136,6 +136,7 @@ declare const DescribeReplicationsCommand_base: {
136
136
  * @throws {@link DatabaseMigrationServiceServiceException}
137
137
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class DescribeReplicationsCommand extends DescribeReplicationsCommand_base {
@@ -66,26 +66,26 @@ declare const DescribeSchemasCommand_base: {
66
66
  * @throws {@link DatabaseMigrationServiceServiceException}
67
67
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
68
68
  *
69
- * @public
69
+ *
70
70
  * @example Describe schemas
71
71
  * ```javascript
72
72
  * // Returns information about the schema for the specified endpoint.
73
73
  * const input = {
74
- * "EndpointArn": "",
75
- * "Marker": "",
76
- * "MaxRecords": 123
74
+ * EndpointArn: "",
75
+ * Marker: "",
76
+ * MaxRecords: 123
77
77
  * };
78
78
  * const command = new DescribeSchemasCommand(input);
79
79
  * const response = await client.send(command);
80
- * /* response ==
80
+ * /* response is
81
81
  * {
82
- * "Marker": "",
83
- * "Schemas": []
82
+ * Marker: "",
83
+ * Schemas: []
84
84
  * }
85
85
  * *\/
86
- * // example id: describe-schemas-1481755933924
87
86
  * ```
88
87
  *
88
+ * @public
89
89
  */
90
90
  export declare class DescribeSchemasCommand extends DescribeSchemasCommand_base {
91
91
  /** @internal type navigation helper, not in runtime. */
@@ -106,27 +106,27 @@ declare const DescribeTableStatisticsCommand_base: {
106
106
  * @throws {@link DatabaseMigrationServiceServiceException}
107
107
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
108
108
  *
109
- * @public
109
+ *
110
110
  * @example Describe table statistics
111
111
  * ```javascript
112
112
  * // Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
113
113
  * const input = {
114
- * "Marker": "",
115
- * "MaxRecords": 123,
116
- * "ReplicationTaskArn": ""
114
+ * Marker: "",
115
+ * MaxRecords: 123,
116
+ * ReplicationTaskArn: ""
117
117
  * };
118
118
  * const command = new DescribeTableStatisticsCommand(input);
119
119
  * const response = await client.send(command);
120
- * /* response ==
120
+ * /* response is
121
121
  * {
122
- * "Marker": "",
123
- * "ReplicationTaskArn": "",
124
- * "TableStatistics": []
122
+ * Marker: "",
123
+ * ReplicationTaskArn: "",
124
+ * TableStatistics: []
125
125
  * }
126
126
  * *\/
127
- * // example id: describe-table-statistics-1481756071890
128
127
  * ```
129
128
  *
129
+ * @public
130
130
  */
131
131
  export declare class DescribeTableStatisticsCommand extends DescribeTableStatisticsCommand_base {
132
132
  /** @internal type navigation helper, not in runtime. */
@@ -70,35 +70,35 @@ declare const ExportMetadataModelAssessmentCommand_base: {
70
70
  * @throws {@link DatabaseMigrationServiceServiceException}
71
71
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
72
72
  *
73
- * @public
73
+ *
74
74
  * @example Export Metadata Model Assessment
75
75
  * ```javascript
76
76
  * // Saves a copy of a database migration assessment report to your S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.
77
77
  * const input = {
78
- * "AssessmentReportTypes": [
78
+ * AssessmentReportTypes: [
79
79
  * "pdf"
80
80
  * ],
81
- * "FileName": "file",
82
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
83
- * "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-a1b2c3d4e5f6.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
81
+ * FileName: "file",
82
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
83
+ * SelectionRules: `{"rules": [{"rule-type": "selection","rule-id": "1","rule-name": "1","object-locator": {"server-name": "aurora-pg.cluster-a1b2c3d4e5f6.us-east-1.rds.amazonaws.com", "schema-name": "schema1", "table-name": "Cities"},"rule-action": "explicit"} ]}`
84
84
  * };
85
85
  * const command = new ExportMetadataModelAssessmentCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "CsvReport": {
90
- * "ObjectURL": "url",
91
- * "S3ObjectKey": "object-name"
89
+ * CsvReport: {
90
+ * ObjectURL: "url",
91
+ * S3ObjectKey: "object-name"
92
92
  * },
93
- * "PdfReport": {
94
- * "ObjectURL": "url",
95
- * "S3ObjectKey": "object-name"
93
+ * PdfReport: {
94
+ * ObjectURL: "url",
95
+ * S3ObjectKey: "object-name"
96
96
  * }
97
97
  * }
98
98
  * *\/
99
- * // example id: export-metadata-model-assessment-1689720309558
100
99
  * ```
101
100
  *
101
+ * @public
102
102
  */
103
103
  export declare class ExportMetadataModelAssessmentCommand extends ExportMetadataModelAssessmentCommand_base {
104
104
  /** @internal type navigation helper, not in runtime. */
@@ -83,24 +83,24 @@ declare const ImportCertificateCommand_base: {
83
83
  * @throws {@link DatabaseMigrationServiceServiceException}
84
84
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
85
85
  *
86
- * @public
86
+ *
87
87
  * @example Import certificate
88
88
  * ```javascript
89
89
  * // Uploads the specified certificate.
90
90
  * const input = {
91
- * "CertificateIdentifier": "",
92
- * "CertificatePem": ""
91
+ * CertificateIdentifier: "",
92
+ * CertificatePem: ""
93
93
  * };
94
94
  * const command = new ImportCertificateCommand(input);
95
95
  * const response = await client.send(command);
96
- * /* response ==
96
+ * /* response is
97
97
  * {
98
- * "Certificate": {}
98
+ * Certificate: { /* empty *\/ }
99
99
  * }
100
100
  * *\/
101
- * // example id: import-certificate-1481756197206
102
101
  * ```
103
102
  *
103
+ * @public
104
104
  */
105
105
  export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
106
106
  /** @internal type navigation helper, not in runtime. */
@@ -73,23 +73,23 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link DatabaseMigrationServiceServiceException}
74
74
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
75
75
  *
76
- * @public
76
+ *
77
77
  * @example List tags for resource
78
78
  * ```javascript
79
79
  * // Lists all tags for an AWS DMS resource.
80
80
  * const input = {
81
- * "ResourceArn": ""
81
+ * ResourceArn: ""
82
82
  * };
83
83
  * const command = new ListTagsForResourceCommand(input);
84
84
  * const response = await client.send(command);
85
- * /* response ==
85
+ * /* response is
86
86
  * {
87
- * "TagList": []
87
+ * TagList: []
88
88
  * }
89
89
  * *\/
90
- * // example id: list-tags-for-resource-1481761095501
91
90
  * ```
92
91
  *
92
+ * @public
93
93
  */
94
94
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
95
95
  /** @internal type navigation helper, not in runtime. */
@@ -61,24 +61,24 @@ declare const ModifyConversionConfigurationCommand_base: {
61
61
  * @throws {@link DatabaseMigrationServiceServiceException}
62
62
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
63
63
  *
64
- * @public
64
+ *
65
65
  * @example Modify Conversion Configuration
66
66
  * ```javascript
67
67
  * // Modifies the specified schema conversion configuration using the provided parameters.
68
68
  * const input = {
69
- * "ConversionConfiguration": "{\"Common project settings\":{\"ShowSeverityLevelInSql\":\"CRITICAL\"},\"ORACLE_TO_POSTGRESQL\" : {\"ToTimeZone\":false,\"LastDayBuiltinFunctionOracle\":false, \"NextDayBuiltinFunctionOracle\":false,\"ConvertProceduresToFunction\":false,\"NvlBuiltinFunctionOracle\":false,\"DbmsAssertBuiltinFunctionOracle\":false}}",
70
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
69
+ * ConversionConfiguration: `{"Common project settings":{"ShowSeverityLevelInSql":"CRITICAL"},"ORACLE_TO_POSTGRESQL" : {"ToTimeZone":false,"LastDayBuiltinFunctionOracle":false, "NextDayBuiltinFunctionOracle":false,"ConvertProceduresToFunction":false,"NvlBuiltinFunctionOracle":false,"DbmsAssertBuiltinFunctionOracle":false}}`,
70
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
71
71
  * };
72
72
  * const command = new ModifyConversionConfigurationCommand(input);
73
73
  * const response = await client.send(command);
74
- * /* response ==
74
+ * /* response is
75
75
  * {
76
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
76
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
77
77
  * }
78
78
  * *\/
79
- * // example id: modify-conversion-configuration-1689720529855
80
79
  * ```
81
80
  *
81
+ * @public
82
82
  */
83
83
  export declare class ModifyConversionConfigurationCommand extends ModifyConversionConfigurationCommand_base {
84
84
  /** @internal type navigation helper, not in runtime. */
@@ -129,6 +129,7 @@ declare const ModifyDataMigrationCommand_base: {
129
129
  * @throws {@link DatabaseMigrationServiceServiceException}
130
130
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class ModifyDataMigrationCommand extends ModifyDataMigrationCommand_base {
@@ -233,47 +233,47 @@ declare const ModifyDataProviderCommand_base: {
233
233
  * @throws {@link DatabaseMigrationServiceServiceException}
234
234
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
235
235
  *
236
- * @public
236
+ *
237
237
  * @example Modify Data Provider
238
238
  * ```javascript
239
239
  * // Modifies the specified data provider using the provided settings.
240
240
  * const input = {
241
- * "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
242
- * "DataProviderName": "new-name",
243
- * "Description": "description",
244
- * "Engine": "sqlserver",
245
- * "Settings": {
246
- * "MicrosoftSqlServerSettings": {
247
- * "DatabaseName": "DatabaseName",
248
- * "Port": 11112,
249
- * "ServerName": "ServerName2",
250
- * "SslMode": "none"
241
+ * DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
242
+ * DataProviderName: "new-name",
243
+ * Description: "description",
244
+ * Engine: "sqlserver",
245
+ * Settings: {
246
+ * MicrosoftSqlServerSettings: {
247
+ * DatabaseName: "DatabaseName",
248
+ * Port: 11112,
249
+ * ServerName: "ServerName2",
250
+ * SslMode: "none"
251
251
  * }
252
252
  * }
253
253
  * };
254
254
  * const command = new ModifyDataProviderCommand(input);
255
255
  * const response = await client.send(command);
256
- * /* response ==
256
+ * /* response is
257
257
  * {
258
- * "DataProvider": {
259
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
260
- * "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
261
- * "DataProviderName": "my-target-data-provider",
262
- * "Engine": "postgres",
263
- * "Settings": {
264
- * "PostgreSqlSettings": {
265
- * "DatabaseName": "target",
266
- * "Port": 5432,
267
- * "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
268
- * "SslMode": "none"
258
+ * DataProvider: {
259
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
260
+ * DataProviderCreationTime: "2023-05-12T10:50:41.988561Z",
261
+ * DataProviderName: "my-target-data-provider",
262
+ * Engine: "postgres",
263
+ * Settings: {
264
+ * PostgreSqlSettings: {
265
+ * DatabaseName: "target",
266
+ * Port: 5432,
267
+ * ServerName: "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
268
+ * SslMode: "none"
269
269
  * }
270
270
  * }
271
271
  * }
272
272
  * }
273
273
  * *\/
274
- * // example id: modify-data-provider-1689720700567
275
274
  * ```
276
275
  *
276
+ * @public
277
277
  */
278
278
  export declare class ModifyDataProviderCommand extends ModifyDataProviderCommand_base {
279
279
  /** @internal type navigation helper, not in runtime. */
@@ -784,34 +784,34 @@ declare const ModifyEndpointCommand_base: {
784
784
  * @throws {@link DatabaseMigrationServiceServiceException}
785
785
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
786
786
  *
787
- * @public
787
+ *
788
788
  * @example Modify endpoint
789
789
  * ```javascript
790
790
  * // Modifies the specified endpoint.
791
791
  * const input = {
792
- * "CertificateArn": "",
793
- * "DatabaseName": "",
794
- * "EndpointArn": "",
795
- * "EndpointIdentifier": "",
796
- * "EndpointType": "source",
797
- * "EngineName": "",
798
- * "ExtraConnectionAttributes": "",
799
- * "Password": "",
800
- * "Port": 123,
801
- * "ServerName": "",
802
- * "SslMode": "require",
803
- * "Username": ""
792
+ * CertificateArn: "",
793
+ * DatabaseName: "",
794
+ * EndpointArn: "",
795
+ * EndpointIdentifier: "",
796
+ * EndpointType: "source",
797
+ * EngineName: "",
798
+ * ExtraConnectionAttributes: "",
799
+ * Password: "",
800
+ * Port: 123,
801
+ * ServerName: "",
802
+ * SslMode: "require",
803
+ * Username: ""
804
804
  * };
805
805
  * const command = new ModifyEndpointCommand(input);
806
806
  * const response = await client.send(command);
807
- * /* response ==
807
+ * /* response is
808
808
  * {
809
- * "Endpoint": {}
809
+ * Endpoint: { /* empty *\/ }
810
810
  * }
811
811
  * *\/
812
- * // example id: modify-endpoint-1481761649937
813
812
  * ```
814
813
  *
814
+ * @public
815
815
  */
816
816
  export declare class ModifyEndpointCommand extends ModifyEndpointCommand_base {
817
817
  /** @internal type navigation helper, not in runtime. */
@@ -105,6 +105,7 @@ declare const ModifyEventSubscriptionCommand_base: {
105
105
  * @throws {@link DatabaseMigrationServiceServiceException}
106
106
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
@@ -104,42 +104,42 @@ declare const ModifyInstanceProfileCommand_base: {
104
104
  * @throws {@link DatabaseMigrationServiceServiceException}
105
105
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
106
106
  *
107
- * @public
107
+ *
108
108
  * @example Modify Instance Profile
109
109
  * ```javascript
110
110
  * // Modifies the specified instance profile using the provided parameters.
111
111
  * const input = {
112
- * "AvailabilityZone": "",
113
- * "Description": "",
114
- * "InstanceProfileIdentifier": "",
115
- * "InstanceProfileName": "",
116
- * "KmsKeyArn": "",
117
- * "NetworkType": "",
118
- * "PubliclyAccessible": true,
119
- * "SubnetGroupIdentifier": "",
120
- * "VpcSecurityGroups": []
112
+ * AvailabilityZone: "",
113
+ * Description: "",
114
+ * InstanceProfileIdentifier: "",
115
+ * InstanceProfileName: "",
116
+ * KmsKeyArn: "",
117
+ * NetworkType: "",
118
+ * PubliclyAccessible: true,
119
+ * SubnetGroupIdentifier: "",
120
+ * VpcSecurityGroups: []
121
121
  * };
122
122
  * const command = new ModifyInstanceProfileCommand(input);
123
123
  * const response = await client.send(command);
124
- * /* response ==
124
+ * /* response is
125
125
  * {
126
- * "InstanceProfile": {
127
- * "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
128
- * "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
129
- * "InstanceProfileName": "my-instance-profile",
130
- * "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
131
- * "PubliclyAccessible": true,
132
- * "SubnetGroupIdentifier": "public-subnets",
133
- * "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
134
- * "VpcSecurityGroups": [
126
+ * InstanceProfile: {
127
+ * InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
128
+ * InstanceProfileCreationTime: "2022-12-16T09:44:43.543246Z",
129
+ * InstanceProfileName: "my-instance-profile",
130
+ * KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
131
+ * PubliclyAccessible: true,
132
+ * SubnetGroupIdentifier: "public-subnets",
133
+ * VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
134
+ * VpcSecurityGroups: [
135
135
  * "sg-0123456"
136
136
  * ]
137
137
  * }
138
138
  * }
139
139
  * *\/
140
- * // example id: modify-instance-profile-1689724223329
141
140
  * ```
142
141
  *
142
+ * @public
143
143
  */
144
144
  export declare class ModifyInstanceProfileCommand extends ModifyInstanceProfileCommand_base {
145
145
  /** @internal type navigation helper, not in runtime. */