@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
@@ -139,6 +139,7 @@ declare const StartReplicationCommand_base: {
139
139
  * @throws {@link DatabaseMigrationServiceServiceException}
140
140
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
141
141
  *
142
+ *
142
143
  * @public
143
144
  */
144
145
  export declare class StartReplicationCommand extends StartReplicationCommand_base {
@@ -106,6 +106,7 @@ declare const StartReplicationTaskAssessmentCommand_base: {
106
106
  * @throws {@link DatabaseMigrationServiceServiceException}
107
107
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class StartReplicationTaskAssessmentCommand extends StartReplicationTaskAssessmentCommand_base {
@@ -142,6 +142,7 @@ declare const StartReplicationTaskAssessmentRunCommand_base: {
142
142
  * @throws {@link DatabaseMigrationServiceServiceException}
143
143
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
144
144
  *
145
+ *
145
146
  * @public
146
147
  */
147
148
  export declare class StartReplicationTaskAssessmentRunCommand extends StartReplicationTaskAssessmentRunCommand_base {
@@ -103,36 +103,36 @@ declare const StartReplicationTaskCommand_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 Start replication task
108
108
  * ```javascript
109
109
  * // Starts the replication task.
110
110
  * const input = {
111
- * "CdcStartTime": "2016-12-14T13:33:20Z",
112
- * "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
113
- * "StartReplicationTaskType": "start-replication"
111
+ * CdcStartTime: "2016-12-14T13:33:20Z",
112
+ * ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
113
+ * StartReplicationTaskType: "start-replication"
114
114
  * };
115
115
  * const command = new StartReplicationTaskCommand(input);
116
116
  * const response = await client.send(command);
117
- * /* response ==
117
+ * /* response is
118
118
  * {
119
- * "ReplicationTask": {
120
- * "MigrationType": "full-load",
121
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
122
- * "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
123
- * "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
124
- * "ReplicationTaskIdentifier": "task1",
125
- * "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}}",
126
- * "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
127
- * "Status": "creating",
128
- * "TableMappings": "file://mappingfile.json",
129
- * "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
119
+ * ReplicationTask: {
120
+ * MigrationType: "full-load",
121
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
122
+ * ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
123
+ * ReplicationTaskCreationDate: "2016-12-14T18:25:43Z",
124
+ * ReplicationTaskIdentifier: "task1",
125
+ * 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}}`,
126
+ * SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
127
+ * Status: "creating",
128
+ * TableMappings: "file://mappingfile.json",
129
+ * TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
130
130
  * }
131
131
  * }
132
132
  * *\/
133
- * // example id: start-replication-task-1481762706778
134
133
  * ```
135
134
  *
135
+ * @public
136
136
  */
137
137
  export declare class StartReplicationTaskCommand extends StartReplicationTaskCommand_base {
138
138
  /** @internal type navigation helper, not in runtime. */
@@ -110,6 +110,7 @@ declare const StopDataMigrationCommand_base: {
110
110
  * @throws {@link DatabaseMigrationServiceServiceException}
111
111
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class StopDataMigrationCommand extends StopDataMigrationCommand_base {
@@ -132,6 +132,7 @@ declare const StopReplicationCommand_base: {
132
132
  * @throws {@link DatabaseMigrationServiceServiceException}
133
133
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
134
134
  *
135
+ *
135
136
  * @public
136
137
  */
137
138
  export declare class StopReplicationCommand extends StopReplicationCommand_base {
@@ -92,34 +92,34 @@ declare const StopReplicationTaskCommand_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 Stop replication task
97
97
  * ```javascript
98
98
  * // Stops the replication task.
99
99
  * const input = {
100
- * "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
100
+ * ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
101
101
  * };
102
102
  * const command = new StopReplicationTaskCommand(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: stop-replication-task-1481762924947
121
120
  * ```
122
121
  *
122
+ * @public
123
123
  */
124
124
  export declare class StopReplicationTaskCommand extends StopReplicationTaskCommand_base {
125
125
  /** @internal type navigation helper, not in runtime. */
@@ -78,24 +78,24 @@ declare const TestConnectionCommand_base: {
78
78
  * @throws {@link DatabaseMigrationServiceServiceException}
79
79
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
80
80
  *
81
- * @public
81
+ *
82
82
  * @example Test conection
83
83
  * ```javascript
84
84
  * // Tests the connection between the replication instance and the endpoint.
85
85
  * const input = {
86
- * "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
87
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
86
+ * EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
87
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
88
88
  * };
89
89
  * const command = new TestConnectionCommand(input);
90
90
  * const response = await client.send(command);
91
- * /* response ==
91
+ * /* response is
92
92
  * {
93
- * "Connection": {}
93
+ * Connection: { /* empty *\/ }
94
94
  * }
95
95
  * *\/
96
- * // example id: test-conection-1481763017636
97
96
  * ```
98
97
  *
98
+ * @public
99
99
  */
100
100
  export declare class TestConnectionCommand extends TestConnectionCommand_base {
101
101
  /** @internal type navigation helper, not in runtime. */
@@ -71,6 +71,7 @@ declare const UpdateSubscriptionsToEventBridgeCommand_base: {
71
71
  * @throws {@link DatabaseMigrationServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class UpdateSubscriptionsToEventBridgeCommand extends UpdateSubscriptionsToEventBridgeCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-database-migration-service",
3
3
  "description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
4
- "version": "3.774.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.2",
59
+ "@smithy/util-waiter": "^4.0.3",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {