@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
@@ -82,40 +82,40 @@ declare const DescribeExtensionPackAssociationsCommand_base: {
82
82
  * @throws {@link DatabaseMigrationServiceServiceException}
83
83
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
84
84
  *
85
- * @public
85
+ *
86
86
  * @example Describe Extension Pack Associations
87
87
  * ```javascript
88
88
  * // Returns a paginated list of extension pack associations for the specified migration project.
89
89
  * const input = {
90
- * "Filters": [
90
+ * Filters: [
91
91
  * {
92
- * "Name": "instance-profile-identifier",
93
- * "Values": [
92
+ * Name: "instance-profile-identifier",
93
+ * Values: [
94
94
  * "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
95
95
  * ]
96
96
  * }
97
97
  * ],
98
- * "Marker": "0123456789abcdefghijklmnopqrs",
99
- * "MaxRecords": 20,
100
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
98
+ * Marker: "0123456789abcdefghijklmnopqrs",
99
+ * MaxRecords: 20,
100
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
101
101
  * };
102
102
  * const command = new DescribeExtensionPackAssociationsCommand(input);
103
103
  * const response = await client.send(command);
104
- * /* response ==
104
+ * /* response is
105
105
  * {
106
- * "Marker": "0123456789abcdefghijklmnopqrs",
107
- * "Requests": [
106
+ * Marker: "0123456789abcdefghijklmnopqrs",
107
+ * Requests: [
108
108
  * {
109
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
110
- * "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
111
- * "Status": "SUCCESS"
109
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
110
+ * RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
111
+ * Status: "SUCCESS"
112
112
  * }
113
113
  * ]
114
114
  * }
115
115
  * *\/
116
- * // example id: describe-extension-pack-associations-1689718322580
117
116
  * ```
118
117
  *
118
+ * @public
119
119
  */
120
120
  export declare class DescribeExtensionPackAssociationsCommand extends DescribeExtensionPackAssociationsCommand_base {
121
121
  /** @internal type navigation helper, not in runtime. */
@@ -91,6 +91,7 @@ declare const DescribeFleetAdvisorCollectorsCommand_base: {
91
91
  * @throws {@link DatabaseMigrationServiceServiceException}
92
92
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeFleetAdvisorCollectorsCommand extends DescribeFleetAdvisorCollectorsCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeFleetAdvisorDatabasesCommand_base: {
94
94
  * @throws {@link DatabaseMigrationServiceServiceException}
95
95
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeFleetAdvisorDatabasesCommand extends DescribeFleetAdvisorDatabasesCommand_base {
@@ -65,6 +65,7 @@ declare const DescribeFleetAdvisorLsaAnalysisCommand_base: {
65
65
  * @throws {@link DatabaseMigrationServiceServiceException}
66
66
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DescribeFleetAdvisorLsaAnalysisCommand extends DescribeFleetAdvisorLsaAnalysisCommand_base {
@@ -76,6 +76,7 @@ declare const DescribeFleetAdvisorSchemaObjectSummaryCommand_base: {
76
76
  * @throws {@link DatabaseMigrationServiceServiceException}
77
77
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DescribeFleetAdvisorSchemaObjectSummaryCommand extends DescribeFleetAdvisorSchemaObjectSummaryCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeFleetAdvisorSchemasCommand_base: {
94
94
  * @throws {@link DatabaseMigrationServiceServiceException}
95
95
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeFleetAdvisorSchemasCommand extends DescribeFleetAdvisorSchemasCommand_base {
@@ -90,43 +90,43 @@ declare const DescribeInstanceProfilesCommand_base: {
90
90
  * @throws {@link DatabaseMigrationServiceServiceException}
91
91
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
92
92
  *
93
- * @public
93
+ *
94
94
  * @example Describe Instance Profiles
95
95
  * ```javascript
96
96
  * // Returns a paginated list of instance profiles for your account in the current region.
97
97
  * const input = {
98
- * "Filters": [
98
+ * Filters: [
99
99
  * {
100
- * "Name": "instance-profile-identifier",
101
- * "Values": [
100
+ * Name: "instance-profile-identifier",
101
+ * Values: [
102
102
  * "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
103
103
  * ]
104
104
  * }
105
105
  * ],
106
- * "Marker": "0123456789abcdefghijklmnopqrs",
107
- * "MaxRecords": 20
106
+ * Marker: "0123456789abcdefghijklmnopqrs",
107
+ * MaxRecords: 20
108
108
  * };
109
109
  * const command = new DescribeInstanceProfilesCommand(input);
110
110
  * const response = await client.send(command);
111
- * /* response ==
111
+ * /* response is
112
112
  * {
113
- * "InstanceProfiles": [
113
+ * InstanceProfiles: [
114
114
  * {
115
- * "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
116
- * "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
117
- * "InstanceProfileName": "my-instance-profile",
118
- * "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
119
- * "PubliclyAccessible": true,
120
- * "SubnetGroupIdentifier": "public-subnets",
121
- * "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8"
115
+ * InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
116
+ * InstanceProfileCreationTime: "2022-12-16T09:44:43.543246Z",
117
+ * InstanceProfileName: "my-instance-profile",
118
+ * KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
119
+ * PubliclyAccessible: true,
120
+ * SubnetGroupIdentifier: "public-subnets",
121
+ * VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8"
122
122
  * }
123
123
  * ],
124
- * "Marker": "0123456789abcdefghijklmnopqrs"
124
+ * Marker: "0123456789abcdefghijklmnopqrs"
125
125
  * }
126
126
  * *\/
127
- * // example id: describe-instance-profiles-1689718406840
128
127
  * ```
129
128
  *
129
+ * @public
130
130
  */
131
131
  export declare class DescribeInstanceProfilesCommand extends DescribeInstanceProfilesCommand_base {
132
132
  /** @internal type navigation helper, not in runtime. */
@@ -84,40 +84,40 @@ declare const DescribeMetadataModelAssessmentsCommand_base: {
84
84
  * @throws {@link DatabaseMigrationServiceServiceException}
85
85
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
86
86
  *
87
- * @public
87
+ *
88
88
  * @example Describe Metadata Model Assessments
89
89
  * ```javascript
90
90
  * // Returns a paginated list of metadata model assessments for your account in the current region.
91
91
  * const input = {
92
- * "Filters": [
92
+ * Filters: [
93
93
  * {
94
- * "Name": "my-migration-project",
95
- * "Values": [
94
+ * Name: "my-migration-project",
95
+ * Values: [
96
96
  * "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
97
97
  * ]
98
98
  * }
99
99
  * ],
100
- * "Marker": "0123456789abcdefghijklmnopqrs",
101
- * "MaxRecords": 20,
102
- * "MigrationProjectIdentifier": ""
100
+ * Marker: "0123456789abcdefghijklmnopqrs",
101
+ * MaxRecords: 20,
102
+ * MigrationProjectIdentifier: ""
103
103
  * };
104
104
  * const command = new DescribeMetadataModelAssessmentsCommand(input);
105
105
  * const response = await client.send(command);
106
- * /* response ==
106
+ * /* response is
107
107
  * {
108
- * "Marker": "ASDLKJASDJKHDFHGDNBGDASKJHGFK",
109
- * "Requests": [
108
+ * Marker: "ASDLKJASDJKHDFHGDNBGDASKJHGFK",
109
+ * Requests: [
110
110
  * {
111
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
112
- * "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
113
- * "Status": "SUCCESS"
111
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
112
+ * RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
113
+ * Status: "SUCCESS"
114
114
  * }
115
115
  * ]
116
116
  * }
117
117
  * *\/
118
- * // example id: describe-metadata-model-assessments-1689718702303
119
118
  * ```
120
119
  *
120
+ * @public
121
121
  */
122
122
  export declare class DescribeMetadataModelAssessmentsCommand extends DescribeMetadataModelAssessmentsCommand_base {
123
123
  /** @internal type navigation helper, not in runtime. */
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelConversionsCommand_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 Describe Metadata Model Conversions
88
88
  * ```javascript
89
89
  * // Returns a paginated list of metadata model conversions for a migration project.
90
90
  * const input = {
91
- * "Filters": [
91
+ * Filters: [
92
92
  * {
93
- * "Name": "request-id",
94
- * "Values": [
93
+ * Name: "request-id",
94
+ * Values: [
95
95
  * "01234567-89ab-cdef-0123-456789abcdef"
96
96
  * ]
97
97
  * }
98
98
  * ],
99
- * "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
100
- * "MaxRecords": 123,
101
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
99
+ * Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
100
+ * MaxRecords: 123,
101
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
102
102
  * };
103
103
  * const command = new DescribeMetadataModelConversionsCommand(input);
104
104
  * const response = await client.send(command);
105
- * /* response ==
105
+ * /* response is
106
106
  * {
107
- * "Marker": "0123456789abcdefghijklmnopqrs",
108
- * "Requests": [
107
+ * Marker: "0123456789abcdefghijklmnopqrs",
108
+ * Requests: [
109
109
  * {
110
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
- * "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
112
- * "Status": "SUCCESS"
110
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
+ * RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
112
+ * Status: "SUCCESS"
113
113
  * }
114
114
  * ]
115
115
  * }
116
116
  * *\/
117
- * // example id: describe-metadata-model-conversions-1689719021495
118
117
  * ```
119
118
  *
119
+ * @public
120
120
  */
121
121
  export declare class DescribeMetadataModelConversionsCommand extends DescribeMetadataModelConversionsCommand_base {
122
122
  /** @internal type navigation helper, not in runtime. */
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelExportsAsScriptCommand_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 Describe Metadata Model Exports As Script
88
88
  * ```javascript
89
89
  * // Returns a paginated list of metadata model exports.
90
90
  * const input = {
91
- * "Filters": [
91
+ * Filters: [
92
92
  * {
93
- * "Name": "request-id",
94
- * "Values": [
93
+ * Name: "request-id",
94
+ * Values: [
95
95
  * "01234567-89ab-cdef-0123-456789abcdef"
96
96
  * ]
97
97
  * }
98
98
  * ],
99
- * "Marker": "0123456789abcdefghijklmnopqrs",
100
- * "MaxRecords": 20,
101
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
99
+ * Marker: "0123456789abcdefghijklmnopqrs",
100
+ * MaxRecords: 20,
101
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
102
102
  * };
103
103
  * const command = new DescribeMetadataModelExportsAsScriptCommand(input);
104
104
  * const response = await client.send(command);
105
- * /* response ==
105
+ * /* response is
106
106
  * {
107
- * "Marker": "0123456789abcdefghijklmnopqrs",
108
- * "Requests": [
107
+ * Marker: "0123456789abcdefghijklmnopqrs",
108
+ * Requests: [
109
109
  * {
110
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
- * "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
112
- * "Status": "SUCCESS"
110
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
+ * RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
112
+ * Status: "SUCCESS"
113
113
  * }
114
114
  * ]
115
115
  * }
116
116
  * *\/
117
- * // example id: describe-metadata-model-exports-as-script-1689719253938
118
117
  * ```
119
118
  *
119
+ * @public
120
120
  */
121
121
  export declare class DescribeMetadataModelExportsAsScriptCommand extends DescribeMetadataModelExportsAsScriptCommand_base {
122
122
  /** @internal type navigation helper, not in runtime. */
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelExportsToTargetCommand_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 Describe Metadata Model Exports To Target
88
88
  * ```javascript
89
89
  * // Returns a paginated list of metadata model exports.
90
90
  * const input = {
91
- * "Filters": [
91
+ * Filters: [
92
92
  * {
93
- * "Name": "request-id",
94
- * "Values": [
93
+ * Name: "request-id",
94
+ * Values: [
95
95
  * "01234567-89ab-cdef-0123-456789abcdef"
96
96
  * ]
97
97
  * }
98
98
  * ],
99
- * "Marker": "0123456789abcdefghijklmnopqrs",
100
- * "MaxRecords": 20,
101
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
99
+ * Marker: "0123456789abcdefghijklmnopqrs",
100
+ * MaxRecords: 20,
101
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
102
102
  * };
103
103
  * const command = new DescribeMetadataModelExportsToTargetCommand(input);
104
104
  * const response = await client.send(command);
105
- * /* response ==
105
+ * /* response is
106
106
  * {
107
- * "Marker": "0123456789abcdefghijklmnopqrs",
108
- * "Requests": [
107
+ * Marker: "0123456789abcdefghijklmnopqrs",
108
+ * Requests: [
109
109
  * {
110
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
- * "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
112
- * "Status": "SUCCESS"
110
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
+ * RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
112
+ * Status: "SUCCESS"
113
113
  * }
114
114
  * ]
115
115
  * }
116
116
  * *\/
117
- * // example id: describe-metadata-model-exports-to-target-1689719484750
118
117
  * ```
119
118
  *
119
+ * @public
120
120
  */
121
121
  export declare class DescribeMetadataModelExportsToTargetCommand extends DescribeMetadataModelExportsToTargetCommand_base {
122
122
  /** @internal type navigation helper, not in runtime. */
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelImportsCommand_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 Describe Metadata Model Imports
88
88
  * ```javascript
89
89
  * // Returns a paginated list of metadata model imports.
90
90
  * const input = {
91
- * "Filters": [
91
+ * Filters: [
92
92
  * {
93
- * "Name": "request-id",
94
- * "Values": [
93
+ * Name: "request-id",
94
+ * Values: [
95
95
  * "01234567-89ab-cdef-0123-456789abcdef"
96
96
  * ]
97
97
  * }
98
98
  * ],
99
- * "Marker": "0123456789abcdefghijklmnopqrs",
100
- * "MaxRecords": 20,
101
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
99
+ * Marker: "0123456789abcdefghijklmnopqrs",
100
+ * MaxRecords: 20,
101
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
102
102
  * };
103
103
  * const command = new DescribeMetadataModelImportsCommand(input);
104
104
  * const response = await client.send(command);
105
- * /* response ==
105
+ * /* response is
106
106
  * {
107
- * "Marker": "0123456789abcdefghijklmnopqrs",
108
- * "Requests": [
107
+ * Marker: "0123456789abcdefghijklmnopqrs",
108
+ * Requests: [
109
109
  * {
110
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
- * "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
112
- * "Status": "SUCCESS"
110
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
111
+ * RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
112
+ * Status: "SUCCESS"
113
113
  * }
114
114
  * ]
115
115
  * }
116
116
  * *\/
117
- * // example id: describe-metadata-model-imports-1689719771322
118
117
  * ```
119
118
  *
119
+ * @public
120
120
  */
121
121
  export declare class DescribeMetadataModelImportsCommand extends DescribeMetadataModelImportsCommand_base {
122
122
  /** @internal type navigation helper, not in runtime. */
@@ -105,61 +105,61 @@ declare const DescribeMigrationProjectsCommand_base: {
105
105
  * @throws {@link DatabaseMigrationServiceServiceException}
106
106
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
107
107
  *
108
- * @public
108
+ *
109
109
  * @example Describe Migration Projects
110
110
  * ```javascript
111
111
  * // Returns a paginated list of migration projects for your account in the current region.
112
112
  * const input = {
113
- * "Filters": [
113
+ * Filters: [
114
114
  * {
115
- * "Name": "migration-project-identifier",
116
- * "Values": [
115
+ * Name: "migration-project-identifier",
116
+ * Values: [
117
117
  * "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901"
118
118
  * ]
119
119
  * }
120
120
  * ],
121
- * "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
122
- * "MaxRecords": 20
121
+ * Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
122
+ * MaxRecords: 20
123
123
  * };
124
124
  * const command = new DescribeMigrationProjectsCommand(input);
125
125
  * const response = await client.send(command);
126
- * /* response ==
126
+ * /* response is
127
127
  * {
128
- * "Marker": "0123456789abcdefghijklmnopqrs",
129
- * "MigrationProjects": [
128
+ * Marker: "0123456789abcdefghijklmnopqrs",
129
+ * MigrationProjects: [
130
130
  * {
131
- * "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
132
- * "InstanceProfileName": "my-instance-profile",
133
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
134
- * "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
135
- * "MigrationProjectName": "my-migration-project",
136
- * "SchemaConversionApplicationAttributes": {
137
- * "S3BucketPath": "my-s3-bucket/my_folder",
138
- * "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
131
+ * InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
132
+ * InstanceProfileName: "my-instance-profile",
133
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
134
+ * MigrationProjectCreationTime: "2023-04-19T11:45:15.805253Z",
135
+ * MigrationProjectName: "my-migration-project",
136
+ * SchemaConversionApplicationAttributes: {
137
+ * S3BucketPath: "my-s3-bucket/my_folder",
138
+ * S3BucketRoleArn: "arn:aws:iam::012345678901:role/my-s3role"
139
139
  * },
140
- * "SourceDataProviderDescriptors": [
140
+ * SourceDataProviderDescriptors: [
141
141
  * {
142
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
143
- * "DataProviderName": "all-source-oracle-12",
144
- * "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
145
- * "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-012345"
142
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
143
+ * DataProviderName: "all-source-oracle-12",
144
+ * SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
145
+ * SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-012345"
146
146
  * }
147
147
  * ],
148
- * "TargetDataProviderDescriptors": [
148
+ * TargetDataProviderDescriptors: [
149
149
  * {
150
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
151
- * "DataProviderName": "my-data-provider",
152
- * "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/dmytbon-admin-access",
153
- * "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-012345"
150
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
151
+ * DataProviderName: "my-data-provider",
152
+ * SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/dmytbon-admin-access",
153
+ * SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-012345"
154
154
  * }
155
155
  * ]
156
156
  * }
157
157
  * ]
158
158
  * }
159
159
  * *\/
160
- * // example id: describe-migration-projects-1689719912075
161
160
  * ```
162
161
  *
162
+ * @public
163
163
  */
164
164
  export declare class DescribeMigrationProjectsCommand extends DescribeMigrationProjectsCommand_base {
165
165
  /** @internal type navigation helper, not in runtime. */
@@ -71,25 +71,25 @@ declare const DescribeOrderableReplicationInstancesCommand_base: {
71
71
  * @throws {@link DatabaseMigrationServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
73
73
  *
74
- * @public
74
+ *
75
75
  * @example Describe orderable replication instances
76
76
  * ```javascript
77
77
  * // Returns information about the replication instance types that can be created in the specified region.
78
78
  * const input = {
79
- * "Marker": "",
80
- * "MaxRecords": 123
79
+ * Marker: "",
80
+ * MaxRecords: 123
81
81
  * };
82
82
  * const command = new DescribeOrderableReplicationInstancesCommand(input);
83
83
  * const response = await client.send(command);
84
- * /* response ==
84
+ * /* response is
85
85
  * {
86
- * "Marker": "",
87
- * "OrderableReplicationInstances": []
86
+ * Marker: "",
87
+ * OrderableReplicationInstances: []
88
88
  * }
89
89
  * *\/
90
- * // example id: describe-orderable-replication-instances-1481755123669
91
90
  * ```
92
91
  *
92
+ * @public
93
93
  */
94
94
  export declare class DescribeOrderableReplicationInstancesCommand extends DescribeOrderableReplicationInstancesCommand_base {
95
95
  /** @internal type navigation helper, not in runtime. */
@@ -83,6 +83,7 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
83
83
  * @throws {@link DatabaseMigrationServiceServiceException}
84
84
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
@@ -81,6 +81,7 @@ declare const DescribeRecommendationLimitationsCommand_base: {
81
81
  * @throws {@link DatabaseMigrationServiceServiceException}
82
82
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DescribeRecommendationLimitationsCommand extends DescribeRecommendationLimitationsCommand_base {
@@ -108,6 +108,7 @@ declare const DescribeRecommendationsCommand_base: {
108
108
  * @throws {@link DatabaseMigrationServiceServiceException}
109
109
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class DescribeRecommendationsCommand extends DescribeRecommendationsCommand_base {
@@ -66,23 +66,23 @@ declare const DescribeRefreshSchemasStatusCommand_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 refresh schema status
71
71
  * ```javascript
72
72
  * // Returns the status of the refresh-schemas operation.
73
73
  * const input = {
74
- * "EndpointArn": ""
74
+ * EndpointArn: ""
75
75
  * };
76
76
  * const command = new DescribeRefreshSchemasStatusCommand(input);
77
77
  * const response = await client.send(command);
78
- * /* response ==
78
+ * /* response is
79
79
  * {
80
- * "RefreshSchemasStatus": {}
80
+ * RefreshSchemasStatus: { /* empty *\/ }
81
81
  * }
82
82
  * *\/
83
- * // example id: describe-refresh-schema-status-1481755303497
84
83
  * ```
85
84
  *
85
+ * @public
86
86
  */
87
87
  export declare class DescribeRefreshSchemasStatusCommand extends DescribeRefreshSchemasStatusCommand_base {
88
88
  /** @internal type navigation helper, not in runtime. */
@@ -94,6 +94,7 @@ declare const DescribeReplicationConfigsCommand_base: {
94
94
  * @throws {@link DatabaseMigrationServiceServiceException}
95
95
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeReplicationConfigsCommand extends DescribeReplicationConfigsCommand_base {
@@ -70,6 +70,7 @@ declare const DescribeReplicationInstanceTaskLogsCommand_base: {
70
70
  * @throws {@link DatabaseMigrationServiceServiceException}
71
71
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DescribeReplicationInstanceTaskLogsCommand extends DescribeReplicationInstanceTaskLogsCommand_base {