@aws-sdk/client-database-migration-service 3.362.0 → 3.368.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.
- package/README.md +72 -0
- package/dist-cjs/DatabaseMigrationService.js +19 -1
- package/dist-cjs/DatabaseMigrationServiceClient.js +5 -5
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-cjs/commands/BatchStartRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateFleetAdvisorCollectorCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteFleetAdvisorCollectorCommand.js +3 -3
- package/dist-cjs/commands/DeleteFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorCollectorsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +3 -3
- package/dist-cjs/commands/DescribeFleetAdvisorSchemasCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRecommendationLimitationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationConfigsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTableStatisticsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeSchemasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js +3 -3
- package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/MoveReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/RefreshSchemasCommand.js +3 -3
- package/dist-cjs/commands/ReloadReplicationTablesCommand.js +46 -0
- package/dist-cjs/commands/ReloadTablesCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/RunFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-cjs/commands/StartRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationCommand.js +46 -0
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/StopReplicationCommand.js +46 -0
- package/dist-cjs/commands/StopReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/TestConnectionCommand.js +3 -3
- package/dist-cjs/commands/UpdateSubscriptionsToEventBridgeCommand.js +3 -3
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +30 -21
- package/dist-cjs/pagination/DescribeReplicationConfigsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationTableStatisticsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +566 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-cjs/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +1 -1
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskReady.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js +1 -1
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js +1 -1
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +1 -1
- package/dist-es/DatabaseMigrationService.js +19 -1
- package/dist-es/DatabaseMigrationServiceClient.js +5 -5
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-es/commands/BatchStartRecommendationsCommand.js +3 -3
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigCommand.js +42 -0
- package/dist-es/commands/CreateReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +3 -3
- package/dist-es/commands/CreateReplicationTaskCommand.js +3 -3
- package/dist-es/commands/DeleteCertificateCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +3 -3
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationConfigCommand.js +42 -0
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationTaskCommand.js +3 -3
- package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
- package/dist-es/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionsCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointTypesCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +3 -3
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +3 -3
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationLimitationsCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationsCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationTasksCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationsCommand.js +42 -0
- package/dist-es/commands/DescribeSchemasCommand.js +3 -3
- package/dist-es/commands/DescribeTableStatisticsCommand.js +3 -3
- package/dist-es/commands/ImportCertificateCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyEndpointCommand.js +3 -3
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationConfigCommand.js +42 -0
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationTaskCommand.js +3 -3
- package/dist-es/commands/MoveReplicationTaskCommand.js +3 -3
- package/dist-es/commands/RebootReplicationInstanceCommand.js +3 -3
- package/dist-es/commands/RefreshSchemasCommand.js +3 -3
- package/dist-es/commands/ReloadReplicationTablesCommand.js +42 -0
- package/dist-es/commands/ReloadTablesCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +3 -3
- package/dist-es/commands/StartRecommendationsCommand.js +3 -3
- package/dist-es/commands/StartReplicationCommand.js +42 -0
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +3 -3
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-es/commands/StartReplicationTaskCommand.js +3 -3
- package/dist-es/commands/StopReplicationCommand.js +42 -0
- package/dist-es/commands/StopReplicationTaskCommand.js +3 -3
- package/dist-es/commands/TestConnectionCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +3 -3
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +1 -1
- package/dist-es/models/models_0.js +27 -18
- package/dist-es/pagination/DescribeReplicationConfigsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationTableStatisticsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +544 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +1 -1
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskReady.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskRunning.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskStopped.js +1 -1
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +1 -1
- package/dist-types/DatabaseMigrationService.d.ts +64 -1
- package/dist-types/DatabaseMigrationServiceClient.d.ts +19 -10
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointCommand.d.ts +33 -3
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +8 -4
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointCommand.d.ts +18 -3
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +109 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +18 -3
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +5 -3
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +129 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +3 -3
- package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ModifyEndpointCommand.d.ts +33 -3
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +4 -4
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/commands/RefreshSchemasCommand.d.ts +3 -3
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +89 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/StartRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationCommand.d.ts +130 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/StopReplicationCommand.d.ts +124 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/TestConnectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1236 -345
- package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +160 -1
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +73 -21
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchStartRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeRecommendationLimitationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +236 -48
- package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeReplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskReady.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +1 -1
- package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +1 -1
- package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
- package/package.json +32 -31
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
|
|
3
|
+
exports.se_DescribeReplicationTaskAssessmentRunsCommand = exports.se_DescribeReplicationTaskAssessmentResultsCommand = exports.se_DescribeReplicationTableStatisticsCommand = exports.se_DescribeReplicationSubnetGroupsCommand = exports.se_DescribeReplicationsCommand = exports.se_DescribeReplicationInstanceTaskLogsCommand = exports.se_DescribeReplicationInstancesCommand = exports.se_DescribeReplicationConfigsCommand = exports.se_DescribeRefreshSchemasStatusCommand = exports.se_DescribeRecommendationsCommand = exports.se_DescribeRecommendationLimitationsCommand = exports.se_DescribePendingMaintenanceActionsCommand = exports.se_DescribeOrderableReplicationInstancesCommand = exports.se_DescribeFleetAdvisorSchemasCommand = exports.se_DescribeFleetAdvisorSchemaObjectSummaryCommand = exports.se_DescribeFleetAdvisorLsaAnalysisCommand = exports.se_DescribeFleetAdvisorDatabasesCommand = exports.se_DescribeFleetAdvisorCollectorsCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEndpointTypesCommand = exports.se_DescribeEndpointSettingsCommand = exports.se_DescribeEndpointsCommand = exports.se_DescribeConnectionsCommand = exports.se_DescribeCertificatesCommand = exports.se_DescribeApplicableIndividualAssessmentsCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeleteReplicationTaskAssessmentRunCommand = exports.se_DeleteReplicationTaskCommand = exports.se_DeleteReplicationSubnetGroupCommand = exports.se_DeleteReplicationInstanceCommand = exports.se_DeleteReplicationConfigCommand = exports.se_DeleteFleetAdvisorDatabasesCommand = exports.se_DeleteFleetAdvisorCollectorCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteEndpointCommand = exports.se_DeleteConnectionCommand = exports.se_DeleteCertificateCommand = exports.se_CreateReplicationTaskCommand = exports.se_CreateReplicationSubnetGroupCommand = exports.se_CreateReplicationInstanceCommand = exports.se_CreateReplicationConfigCommand = exports.se_CreateFleetAdvisorCollectorCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateEndpointCommand = exports.se_CancelReplicationTaskAssessmentRunCommand = exports.se_BatchStartRecommendationsCommand = exports.se_ApplyPendingMaintenanceActionCommand = exports.se_AddTagsToResourceCommand = void 0;
|
|
4
|
+
exports.de_DeleteReplicationTaskAssessmentRunCommand = exports.de_DeleteReplicationTaskCommand = exports.de_DeleteReplicationSubnetGroupCommand = exports.de_DeleteReplicationInstanceCommand = exports.de_DeleteReplicationConfigCommand = exports.de_DeleteFleetAdvisorDatabasesCommand = exports.de_DeleteFleetAdvisorCollectorCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteEndpointCommand = exports.de_DeleteConnectionCommand = exports.de_DeleteCertificateCommand = exports.de_CreateReplicationTaskCommand = exports.de_CreateReplicationSubnetGroupCommand = exports.de_CreateReplicationInstanceCommand = exports.de_CreateReplicationConfigCommand = exports.de_CreateFleetAdvisorCollectorCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateEndpointCommand = exports.de_CancelReplicationTaskAssessmentRunCommand = exports.de_BatchStartRecommendationsCommand = exports.de_ApplyPendingMaintenanceActionCommand = exports.de_AddTagsToResourceCommand = exports.se_UpdateSubscriptionsToEventBridgeCommand = exports.se_TestConnectionCommand = exports.se_StopReplicationTaskCommand = exports.se_StopReplicationCommand = exports.se_StartReplicationTaskAssessmentRunCommand = exports.se_StartReplicationTaskAssessmentCommand = exports.se_StartReplicationTaskCommand = exports.se_StartReplicationCommand = exports.se_StartRecommendationsCommand = exports.se_RunFleetAdvisorLsaAnalysisCommand = exports.se_RemoveTagsFromResourceCommand = exports.se_ReloadTablesCommand = exports.se_ReloadReplicationTablesCommand = exports.se_RefreshSchemasCommand = exports.se_RebootReplicationInstanceCommand = exports.se_MoveReplicationTaskCommand = exports.se_ModifyReplicationTaskCommand = exports.se_ModifyReplicationSubnetGroupCommand = exports.se_ModifyReplicationInstanceCommand = exports.se_ModifyReplicationConfigCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyEndpointCommand = exports.se_ListTagsForResourceCommand = exports.se_ImportCertificateCommand = exports.se_DescribeTableStatisticsCommand = exports.se_DescribeSchemasCommand = exports.se_DescribeReplicationTasksCommand = exports.se_DescribeReplicationTaskIndividualAssessmentsCommand = void 0;
|
|
5
|
+
exports.de_StartReplicationTaskCommand = exports.de_StartReplicationCommand = exports.de_StartRecommendationsCommand = exports.de_RunFleetAdvisorLsaAnalysisCommand = exports.de_RemoveTagsFromResourceCommand = exports.de_ReloadTablesCommand = exports.de_ReloadReplicationTablesCommand = exports.de_RefreshSchemasCommand = exports.de_RebootReplicationInstanceCommand = exports.de_MoveReplicationTaskCommand = exports.de_ModifyReplicationTaskCommand = exports.de_ModifyReplicationSubnetGroupCommand = exports.de_ModifyReplicationInstanceCommand = exports.de_ModifyReplicationConfigCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyEndpointCommand = exports.de_ListTagsForResourceCommand = exports.de_ImportCertificateCommand = exports.de_DescribeTableStatisticsCommand = exports.de_DescribeSchemasCommand = exports.de_DescribeReplicationTasksCommand = exports.de_DescribeReplicationTaskIndividualAssessmentsCommand = exports.de_DescribeReplicationTaskAssessmentRunsCommand = exports.de_DescribeReplicationTaskAssessmentResultsCommand = exports.de_DescribeReplicationTableStatisticsCommand = exports.de_DescribeReplicationSubnetGroupsCommand = exports.de_DescribeReplicationsCommand = exports.de_DescribeReplicationInstanceTaskLogsCommand = exports.de_DescribeReplicationInstancesCommand = exports.de_DescribeReplicationConfigsCommand = exports.de_DescribeRefreshSchemasStatusCommand = exports.de_DescribeRecommendationsCommand = exports.de_DescribeRecommendationLimitationsCommand = exports.de_DescribePendingMaintenanceActionsCommand = exports.de_DescribeOrderableReplicationInstancesCommand = exports.de_DescribeFleetAdvisorSchemasCommand = exports.de_DescribeFleetAdvisorSchemaObjectSummaryCommand = exports.de_DescribeFleetAdvisorLsaAnalysisCommand = exports.de_DescribeFleetAdvisorDatabasesCommand = exports.de_DescribeFleetAdvisorCollectorsCommand = exports.de_DescribeEventSubscriptionsCommand = exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEndpointTypesCommand = exports.de_DescribeEndpointSettingsCommand = exports.de_DescribeEndpointsCommand = exports.de_DescribeConnectionsCommand = exports.de_DescribeCertificatesCommand = exports.de_DescribeApplicableIndividualAssessmentsCommand = exports.de_DescribeAccountAttributesCommand = void 0;
|
|
6
|
+
exports.de_UpdateSubscriptionsToEventBridgeCommand = exports.de_TestConnectionCommand = exports.de_StopReplicationTaskCommand = exports.de_StopReplicationCommand = exports.de_StartReplicationTaskAssessmentRunCommand = exports.de_StartReplicationTaskAssessmentCommand = void 0;
|
|
7
7
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
8
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
9
|
const DatabaseMigrationServiceServiceException_1 = require("../models/DatabaseMigrationServiceServiceException");
|
|
9
10
|
const models_0_1 = require("../models/models_0");
|
|
10
11
|
const se_AddTagsToResourceCommand = async (input, context) => {
|
|
@@ -56,6 +57,13 @@ const se_CreateFleetAdvisorCollectorCommand = async (input, context) => {
|
|
|
56
57
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
57
58
|
};
|
|
58
59
|
exports.se_CreateFleetAdvisorCollectorCommand = se_CreateFleetAdvisorCollectorCommand;
|
|
60
|
+
const se_CreateReplicationConfigCommand = async (input, context) => {
|
|
61
|
+
const headers = sharedHeaders("CreateReplicationConfig");
|
|
62
|
+
let body;
|
|
63
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
64
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
65
|
+
};
|
|
66
|
+
exports.se_CreateReplicationConfigCommand = se_CreateReplicationConfigCommand;
|
|
59
67
|
const se_CreateReplicationInstanceCommand = async (input, context) => {
|
|
60
68
|
const headers = sharedHeaders("CreateReplicationInstance");
|
|
61
69
|
let body;
|
|
@@ -119,6 +127,13 @@ const se_DeleteFleetAdvisorDatabasesCommand = async (input, context) => {
|
|
|
119
127
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
120
128
|
};
|
|
121
129
|
exports.se_DeleteFleetAdvisorDatabasesCommand = se_DeleteFleetAdvisorDatabasesCommand;
|
|
130
|
+
const se_DeleteReplicationConfigCommand = async (input, context) => {
|
|
131
|
+
const headers = sharedHeaders("DeleteReplicationConfig");
|
|
132
|
+
let body;
|
|
133
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
134
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
135
|
+
};
|
|
136
|
+
exports.se_DeleteReplicationConfigCommand = se_DeleteReplicationConfigCommand;
|
|
122
137
|
const se_DeleteReplicationInstanceCommand = async (input, context) => {
|
|
123
138
|
const headers = sharedHeaders("DeleteReplicationInstance");
|
|
124
139
|
let body;
|
|
@@ -287,6 +302,13 @@ const se_DescribeRefreshSchemasStatusCommand = async (input, context) => {
|
|
|
287
302
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
288
303
|
};
|
|
289
304
|
exports.se_DescribeRefreshSchemasStatusCommand = se_DescribeRefreshSchemasStatusCommand;
|
|
305
|
+
const se_DescribeReplicationConfigsCommand = async (input, context) => {
|
|
306
|
+
const headers = sharedHeaders("DescribeReplicationConfigs");
|
|
307
|
+
let body;
|
|
308
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
309
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
310
|
+
};
|
|
311
|
+
exports.se_DescribeReplicationConfigsCommand = se_DescribeReplicationConfigsCommand;
|
|
290
312
|
const se_DescribeReplicationInstancesCommand = async (input, context) => {
|
|
291
313
|
const headers = sharedHeaders("DescribeReplicationInstances");
|
|
292
314
|
let body;
|
|
@@ -301,6 +323,13 @@ const se_DescribeReplicationInstanceTaskLogsCommand = async (input, context) =>
|
|
|
301
323
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
302
324
|
};
|
|
303
325
|
exports.se_DescribeReplicationInstanceTaskLogsCommand = se_DescribeReplicationInstanceTaskLogsCommand;
|
|
326
|
+
const se_DescribeReplicationsCommand = async (input, context) => {
|
|
327
|
+
const headers = sharedHeaders("DescribeReplications");
|
|
328
|
+
let body;
|
|
329
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
330
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
331
|
+
};
|
|
332
|
+
exports.se_DescribeReplicationsCommand = se_DescribeReplicationsCommand;
|
|
304
333
|
const se_DescribeReplicationSubnetGroupsCommand = async (input, context) => {
|
|
305
334
|
const headers = sharedHeaders("DescribeReplicationSubnetGroups");
|
|
306
335
|
let body;
|
|
@@ -308,6 +337,13 @@ const se_DescribeReplicationSubnetGroupsCommand = async (input, context) => {
|
|
|
308
337
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
309
338
|
};
|
|
310
339
|
exports.se_DescribeReplicationSubnetGroupsCommand = se_DescribeReplicationSubnetGroupsCommand;
|
|
340
|
+
const se_DescribeReplicationTableStatisticsCommand = async (input, context) => {
|
|
341
|
+
const headers = sharedHeaders("DescribeReplicationTableStatistics");
|
|
342
|
+
let body;
|
|
343
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
344
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
345
|
+
};
|
|
346
|
+
exports.se_DescribeReplicationTableStatisticsCommand = se_DescribeReplicationTableStatisticsCommand;
|
|
311
347
|
const se_DescribeReplicationTaskAssessmentResultsCommand = async (input, context) => {
|
|
312
348
|
const headers = sharedHeaders("DescribeReplicationTaskAssessmentResults");
|
|
313
349
|
let body;
|
|
@@ -378,6 +414,13 @@ const se_ModifyEventSubscriptionCommand = async (input, context) => {
|
|
|
378
414
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
379
415
|
};
|
|
380
416
|
exports.se_ModifyEventSubscriptionCommand = se_ModifyEventSubscriptionCommand;
|
|
417
|
+
const se_ModifyReplicationConfigCommand = async (input, context) => {
|
|
418
|
+
const headers = sharedHeaders("ModifyReplicationConfig");
|
|
419
|
+
let body;
|
|
420
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
421
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
422
|
+
};
|
|
423
|
+
exports.se_ModifyReplicationConfigCommand = se_ModifyReplicationConfigCommand;
|
|
381
424
|
const se_ModifyReplicationInstanceCommand = async (input, context) => {
|
|
382
425
|
const headers = sharedHeaders("ModifyReplicationInstance");
|
|
383
426
|
let body;
|
|
@@ -420,6 +463,13 @@ const se_RefreshSchemasCommand = async (input, context) => {
|
|
|
420
463
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
421
464
|
};
|
|
422
465
|
exports.se_RefreshSchemasCommand = se_RefreshSchemasCommand;
|
|
466
|
+
const se_ReloadReplicationTablesCommand = async (input, context) => {
|
|
467
|
+
const headers = sharedHeaders("ReloadReplicationTables");
|
|
468
|
+
let body;
|
|
469
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
470
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
471
|
+
};
|
|
472
|
+
exports.se_ReloadReplicationTablesCommand = se_ReloadReplicationTablesCommand;
|
|
423
473
|
const se_ReloadTablesCommand = async (input, context) => {
|
|
424
474
|
const headers = sharedHeaders("ReloadTables");
|
|
425
475
|
let body;
|
|
@@ -447,6 +497,13 @@ const se_StartRecommendationsCommand = async (input, context) => {
|
|
|
447
497
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
448
498
|
};
|
|
449
499
|
exports.se_StartRecommendationsCommand = se_StartRecommendationsCommand;
|
|
500
|
+
const se_StartReplicationCommand = async (input, context) => {
|
|
501
|
+
const headers = sharedHeaders("StartReplication");
|
|
502
|
+
let body;
|
|
503
|
+
body = JSON.stringify(se_StartReplicationMessage(input, context));
|
|
504
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
505
|
+
};
|
|
506
|
+
exports.se_StartReplicationCommand = se_StartReplicationCommand;
|
|
450
507
|
const se_StartReplicationTaskCommand = async (input, context) => {
|
|
451
508
|
const headers = sharedHeaders("StartReplicationTask");
|
|
452
509
|
let body;
|
|
@@ -468,6 +525,13 @@ const se_StartReplicationTaskAssessmentRunCommand = async (input, context) => {
|
|
|
468
525
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
469
526
|
};
|
|
470
527
|
exports.se_StartReplicationTaskAssessmentRunCommand = se_StartReplicationTaskAssessmentRunCommand;
|
|
528
|
+
const se_StopReplicationCommand = async (input, context) => {
|
|
529
|
+
const headers = sharedHeaders("StopReplication");
|
|
530
|
+
let body;
|
|
531
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
532
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
533
|
+
};
|
|
534
|
+
exports.se_StopReplicationCommand = se_StopReplicationCommand;
|
|
471
535
|
const se_StopReplicationTaskCommand = async (input, context) => {
|
|
472
536
|
const headers = sharedHeaders("StopReplicationTask");
|
|
473
537
|
let body;
|
|
@@ -789,6 +853,60 @@ const de_CreateFleetAdvisorCollectorCommandError = async (output, context) => {
|
|
|
789
853
|
});
|
|
790
854
|
}
|
|
791
855
|
};
|
|
856
|
+
const de_CreateReplicationConfigCommand = async (output, context) => {
|
|
857
|
+
if (output.statusCode >= 300) {
|
|
858
|
+
return de_CreateReplicationConfigCommandError(output, context);
|
|
859
|
+
}
|
|
860
|
+
const data = await parseBody(output.body, context);
|
|
861
|
+
let contents = {};
|
|
862
|
+
contents = de_CreateReplicationConfigResponse(data, context);
|
|
863
|
+
const response = {
|
|
864
|
+
$metadata: deserializeMetadata(output),
|
|
865
|
+
...contents,
|
|
866
|
+
};
|
|
867
|
+
return response;
|
|
868
|
+
};
|
|
869
|
+
exports.de_CreateReplicationConfigCommand = de_CreateReplicationConfigCommand;
|
|
870
|
+
const de_CreateReplicationConfigCommandError = async (output, context) => {
|
|
871
|
+
const parsedOutput = {
|
|
872
|
+
...output,
|
|
873
|
+
body: await parseErrorBody(output.body, context),
|
|
874
|
+
};
|
|
875
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
876
|
+
switch (errorCode) {
|
|
877
|
+
case "AccessDeniedFault":
|
|
878
|
+
case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
|
|
879
|
+
throw await de_AccessDeniedFaultRes(parsedOutput, context);
|
|
880
|
+
case "InvalidResourceStateFault":
|
|
881
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
882
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
883
|
+
case "InvalidSubnet":
|
|
884
|
+
case "com.amazonaws.databasemigrationservice#InvalidSubnet":
|
|
885
|
+
throw await de_InvalidSubnetRes(parsedOutput, context);
|
|
886
|
+
case "KMSKeyNotAccessibleFault":
|
|
887
|
+
case "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault":
|
|
888
|
+
throw await de_KMSKeyNotAccessibleFaultRes(parsedOutput, context);
|
|
889
|
+
case "ReplicationSubnetGroupDoesNotCoverEnoughAZs":
|
|
890
|
+
case "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs":
|
|
891
|
+
throw await de_ReplicationSubnetGroupDoesNotCoverEnoughAZsRes(parsedOutput, context);
|
|
892
|
+
case "ResourceAlreadyExistsFault":
|
|
893
|
+
case "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault":
|
|
894
|
+
throw await de_ResourceAlreadyExistsFaultRes(parsedOutput, context);
|
|
895
|
+
case "ResourceNotFoundFault":
|
|
896
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
897
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
898
|
+
case "ResourceQuotaExceededFault":
|
|
899
|
+
case "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault":
|
|
900
|
+
throw await de_ResourceQuotaExceededFaultRes(parsedOutput, context);
|
|
901
|
+
default:
|
|
902
|
+
const parsedBody = parsedOutput.body;
|
|
903
|
+
return throwDefaultError({
|
|
904
|
+
output,
|
|
905
|
+
parsedBody,
|
|
906
|
+
errorCode,
|
|
907
|
+
});
|
|
908
|
+
}
|
|
909
|
+
};
|
|
792
910
|
const de_CreateReplicationInstanceCommand = async (output, context) => {
|
|
793
911
|
if (output.statusCode >= 300) {
|
|
794
912
|
return de_CreateReplicationInstanceCommandError(output, context);
|
|
@@ -1161,6 +1279,45 @@ const de_DeleteFleetAdvisorDatabasesCommandError = async (output, context) => {
|
|
|
1161
1279
|
});
|
|
1162
1280
|
}
|
|
1163
1281
|
};
|
|
1282
|
+
const de_DeleteReplicationConfigCommand = async (output, context) => {
|
|
1283
|
+
if (output.statusCode >= 300) {
|
|
1284
|
+
return de_DeleteReplicationConfigCommandError(output, context);
|
|
1285
|
+
}
|
|
1286
|
+
const data = await parseBody(output.body, context);
|
|
1287
|
+
let contents = {};
|
|
1288
|
+
contents = de_DeleteReplicationConfigResponse(data, context);
|
|
1289
|
+
const response = {
|
|
1290
|
+
$metadata: deserializeMetadata(output),
|
|
1291
|
+
...contents,
|
|
1292
|
+
};
|
|
1293
|
+
return response;
|
|
1294
|
+
};
|
|
1295
|
+
exports.de_DeleteReplicationConfigCommand = de_DeleteReplicationConfigCommand;
|
|
1296
|
+
const de_DeleteReplicationConfigCommandError = async (output, context) => {
|
|
1297
|
+
const parsedOutput = {
|
|
1298
|
+
...output,
|
|
1299
|
+
body: await parseErrorBody(output.body, context),
|
|
1300
|
+
};
|
|
1301
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1302
|
+
switch (errorCode) {
|
|
1303
|
+
case "AccessDeniedFault":
|
|
1304
|
+
case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
|
|
1305
|
+
throw await de_AccessDeniedFaultRes(parsedOutput, context);
|
|
1306
|
+
case "InvalidResourceStateFault":
|
|
1307
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
1308
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
1309
|
+
case "ResourceNotFoundFault":
|
|
1310
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
1311
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
1312
|
+
default:
|
|
1313
|
+
const parsedBody = parsedOutput.body;
|
|
1314
|
+
return throwDefaultError({
|
|
1315
|
+
output,
|
|
1316
|
+
parsedBody,
|
|
1317
|
+
errorCode,
|
|
1318
|
+
});
|
|
1319
|
+
}
|
|
1320
|
+
};
|
|
1164
1321
|
const de_DeleteReplicationInstanceCommand = async (output, context) => {
|
|
1165
1322
|
if (output.statusCode >= 300) {
|
|
1166
1323
|
return de_DeleteReplicationInstanceCommandError(output, context);
|
|
@@ -1947,6 +2104,39 @@ const de_DescribeRefreshSchemasStatusCommandError = async (output, context) => {
|
|
|
1947
2104
|
});
|
|
1948
2105
|
}
|
|
1949
2106
|
};
|
|
2107
|
+
const de_DescribeReplicationConfigsCommand = async (output, context) => {
|
|
2108
|
+
if (output.statusCode >= 300) {
|
|
2109
|
+
return de_DescribeReplicationConfigsCommandError(output, context);
|
|
2110
|
+
}
|
|
2111
|
+
const data = await parseBody(output.body, context);
|
|
2112
|
+
let contents = {};
|
|
2113
|
+
contents = de_DescribeReplicationConfigsResponse(data, context);
|
|
2114
|
+
const response = {
|
|
2115
|
+
$metadata: deserializeMetadata(output),
|
|
2116
|
+
...contents,
|
|
2117
|
+
};
|
|
2118
|
+
return response;
|
|
2119
|
+
};
|
|
2120
|
+
exports.de_DescribeReplicationConfigsCommand = de_DescribeReplicationConfigsCommand;
|
|
2121
|
+
const de_DescribeReplicationConfigsCommandError = async (output, context) => {
|
|
2122
|
+
const parsedOutput = {
|
|
2123
|
+
...output,
|
|
2124
|
+
body: await parseErrorBody(output.body, context),
|
|
2125
|
+
};
|
|
2126
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2127
|
+
switch (errorCode) {
|
|
2128
|
+
case "ResourceNotFoundFault":
|
|
2129
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
2130
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
2131
|
+
default:
|
|
2132
|
+
const parsedBody = parsedOutput.body;
|
|
2133
|
+
return throwDefaultError({
|
|
2134
|
+
output,
|
|
2135
|
+
parsedBody,
|
|
2136
|
+
errorCode,
|
|
2137
|
+
});
|
|
2138
|
+
}
|
|
2139
|
+
};
|
|
1950
2140
|
const de_DescribeReplicationInstancesCommand = async (output, context) => {
|
|
1951
2141
|
if (output.statusCode >= 300) {
|
|
1952
2142
|
return de_DescribeReplicationInstancesCommandError(output, context);
|
|
@@ -2016,6 +2206,39 @@ const de_DescribeReplicationInstanceTaskLogsCommandError = async (output, contex
|
|
|
2016
2206
|
});
|
|
2017
2207
|
}
|
|
2018
2208
|
};
|
|
2209
|
+
const de_DescribeReplicationsCommand = async (output, context) => {
|
|
2210
|
+
if (output.statusCode >= 300) {
|
|
2211
|
+
return de_DescribeReplicationsCommandError(output, context);
|
|
2212
|
+
}
|
|
2213
|
+
const data = await parseBody(output.body, context);
|
|
2214
|
+
let contents = {};
|
|
2215
|
+
contents = de_DescribeReplicationsResponse(data, context);
|
|
2216
|
+
const response = {
|
|
2217
|
+
$metadata: deserializeMetadata(output),
|
|
2218
|
+
...contents,
|
|
2219
|
+
};
|
|
2220
|
+
return response;
|
|
2221
|
+
};
|
|
2222
|
+
exports.de_DescribeReplicationsCommand = de_DescribeReplicationsCommand;
|
|
2223
|
+
const de_DescribeReplicationsCommandError = async (output, context) => {
|
|
2224
|
+
const parsedOutput = {
|
|
2225
|
+
...output,
|
|
2226
|
+
body: await parseErrorBody(output.body, context),
|
|
2227
|
+
};
|
|
2228
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2229
|
+
switch (errorCode) {
|
|
2230
|
+
case "ResourceNotFoundFault":
|
|
2231
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
2232
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
2233
|
+
default:
|
|
2234
|
+
const parsedBody = parsedOutput.body;
|
|
2235
|
+
return throwDefaultError({
|
|
2236
|
+
output,
|
|
2237
|
+
parsedBody,
|
|
2238
|
+
errorCode,
|
|
2239
|
+
});
|
|
2240
|
+
}
|
|
2241
|
+
};
|
|
2019
2242
|
const de_DescribeReplicationSubnetGroupsCommand = async (output, context) => {
|
|
2020
2243
|
if (output.statusCode >= 300) {
|
|
2021
2244
|
return de_DescribeReplicationSubnetGroupsCommandError(output, context);
|
|
@@ -2049,6 +2272,42 @@ const de_DescribeReplicationSubnetGroupsCommandError = async (output, context) =
|
|
|
2049
2272
|
});
|
|
2050
2273
|
}
|
|
2051
2274
|
};
|
|
2275
|
+
const de_DescribeReplicationTableStatisticsCommand = async (output, context) => {
|
|
2276
|
+
if (output.statusCode >= 300) {
|
|
2277
|
+
return de_DescribeReplicationTableStatisticsCommandError(output, context);
|
|
2278
|
+
}
|
|
2279
|
+
const data = await parseBody(output.body, context);
|
|
2280
|
+
let contents = {};
|
|
2281
|
+
contents = de_DescribeReplicationTableStatisticsResponse(data, context);
|
|
2282
|
+
const response = {
|
|
2283
|
+
$metadata: deserializeMetadata(output),
|
|
2284
|
+
...contents,
|
|
2285
|
+
};
|
|
2286
|
+
return response;
|
|
2287
|
+
};
|
|
2288
|
+
exports.de_DescribeReplicationTableStatisticsCommand = de_DescribeReplicationTableStatisticsCommand;
|
|
2289
|
+
const de_DescribeReplicationTableStatisticsCommandError = async (output, context) => {
|
|
2290
|
+
const parsedOutput = {
|
|
2291
|
+
...output,
|
|
2292
|
+
body: await parseErrorBody(output.body, context),
|
|
2293
|
+
};
|
|
2294
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2295
|
+
switch (errorCode) {
|
|
2296
|
+
case "InvalidResourceStateFault":
|
|
2297
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
2298
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
2299
|
+
case "ResourceNotFoundFault":
|
|
2300
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
2301
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
2302
|
+
default:
|
|
2303
|
+
const parsedBody = parsedOutput.body;
|
|
2304
|
+
return throwDefaultError({
|
|
2305
|
+
output,
|
|
2306
|
+
parsedBody,
|
|
2307
|
+
errorCode,
|
|
2308
|
+
});
|
|
2309
|
+
}
|
|
2310
|
+
};
|
|
2052
2311
|
const de_DescribeReplicationTaskAssessmentResultsCommand = async (output, context) => {
|
|
2053
2312
|
if (output.statusCode >= 300) {
|
|
2054
2313
|
return de_DescribeReplicationTaskAssessmentResultsCommandError(output, context);
|
|
@@ -2427,6 +2686,54 @@ const de_ModifyEventSubscriptionCommandError = async (output, context) => {
|
|
|
2427
2686
|
});
|
|
2428
2687
|
}
|
|
2429
2688
|
};
|
|
2689
|
+
const de_ModifyReplicationConfigCommand = async (output, context) => {
|
|
2690
|
+
if (output.statusCode >= 300) {
|
|
2691
|
+
return de_ModifyReplicationConfigCommandError(output, context);
|
|
2692
|
+
}
|
|
2693
|
+
const data = await parseBody(output.body, context);
|
|
2694
|
+
let contents = {};
|
|
2695
|
+
contents = de_ModifyReplicationConfigResponse(data, context);
|
|
2696
|
+
const response = {
|
|
2697
|
+
$metadata: deserializeMetadata(output),
|
|
2698
|
+
...contents,
|
|
2699
|
+
};
|
|
2700
|
+
return response;
|
|
2701
|
+
};
|
|
2702
|
+
exports.de_ModifyReplicationConfigCommand = de_ModifyReplicationConfigCommand;
|
|
2703
|
+
const de_ModifyReplicationConfigCommandError = async (output, context) => {
|
|
2704
|
+
const parsedOutput = {
|
|
2705
|
+
...output,
|
|
2706
|
+
body: await parseErrorBody(output.body, context),
|
|
2707
|
+
};
|
|
2708
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2709
|
+
switch (errorCode) {
|
|
2710
|
+
case "AccessDeniedFault":
|
|
2711
|
+
case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
|
|
2712
|
+
throw await de_AccessDeniedFaultRes(parsedOutput, context);
|
|
2713
|
+
case "InvalidResourceStateFault":
|
|
2714
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
2715
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
2716
|
+
case "InvalidSubnet":
|
|
2717
|
+
case "com.amazonaws.databasemigrationservice#InvalidSubnet":
|
|
2718
|
+
throw await de_InvalidSubnetRes(parsedOutput, context);
|
|
2719
|
+
case "KMSKeyNotAccessibleFault":
|
|
2720
|
+
case "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault":
|
|
2721
|
+
throw await de_KMSKeyNotAccessibleFaultRes(parsedOutput, context);
|
|
2722
|
+
case "ReplicationSubnetGroupDoesNotCoverEnoughAZs":
|
|
2723
|
+
case "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs":
|
|
2724
|
+
throw await de_ReplicationSubnetGroupDoesNotCoverEnoughAZsRes(parsedOutput, context);
|
|
2725
|
+
case "ResourceNotFoundFault":
|
|
2726
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
2727
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
2728
|
+
default:
|
|
2729
|
+
const parsedBody = parsedOutput.body;
|
|
2730
|
+
return throwDefaultError({
|
|
2731
|
+
output,
|
|
2732
|
+
parsedBody,
|
|
2733
|
+
errorCode,
|
|
2734
|
+
});
|
|
2735
|
+
}
|
|
2736
|
+
};
|
|
2430
2737
|
const de_ModifyReplicationInstanceCommand = async (output, context) => {
|
|
2431
2738
|
if (output.statusCode >= 300) {
|
|
2432
2739
|
return de_ModifyReplicationInstanceCommandError(output, context);
|
|
@@ -2691,6 +2998,42 @@ const de_RefreshSchemasCommandError = async (output, context) => {
|
|
|
2691
2998
|
});
|
|
2692
2999
|
}
|
|
2693
3000
|
};
|
|
3001
|
+
const de_ReloadReplicationTablesCommand = async (output, context) => {
|
|
3002
|
+
if (output.statusCode >= 300) {
|
|
3003
|
+
return de_ReloadReplicationTablesCommandError(output, context);
|
|
3004
|
+
}
|
|
3005
|
+
const data = await parseBody(output.body, context);
|
|
3006
|
+
let contents = {};
|
|
3007
|
+
contents = (0, smithy_client_1._json)(data);
|
|
3008
|
+
const response = {
|
|
3009
|
+
$metadata: deserializeMetadata(output),
|
|
3010
|
+
...contents,
|
|
3011
|
+
};
|
|
3012
|
+
return response;
|
|
3013
|
+
};
|
|
3014
|
+
exports.de_ReloadReplicationTablesCommand = de_ReloadReplicationTablesCommand;
|
|
3015
|
+
const de_ReloadReplicationTablesCommandError = async (output, context) => {
|
|
3016
|
+
const parsedOutput = {
|
|
3017
|
+
...output,
|
|
3018
|
+
body: await parseErrorBody(output.body, context),
|
|
3019
|
+
};
|
|
3020
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3021
|
+
switch (errorCode) {
|
|
3022
|
+
case "InvalidResourceStateFault":
|
|
3023
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
3024
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
3025
|
+
case "ResourceNotFoundFault":
|
|
3026
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
3027
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
3028
|
+
default:
|
|
3029
|
+
const parsedBody = parsedOutput.body;
|
|
3030
|
+
return throwDefaultError({
|
|
3031
|
+
output,
|
|
3032
|
+
parsedBody,
|
|
3033
|
+
errorCode,
|
|
3034
|
+
});
|
|
3035
|
+
}
|
|
3036
|
+
};
|
|
2694
3037
|
const de_ReloadTablesCommand = async (output, context) => {
|
|
2695
3038
|
if (output.statusCode >= 300) {
|
|
2696
3039
|
return de_ReloadTablesCommandError(output, context);
|
|
@@ -2832,6 +3175,45 @@ const de_StartRecommendationsCommandError = async (output, context) => {
|
|
|
2832
3175
|
});
|
|
2833
3176
|
}
|
|
2834
3177
|
};
|
|
3178
|
+
const de_StartReplicationCommand = async (output, context) => {
|
|
3179
|
+
if (output.statusCode >= 300) {
|
|
3180
|
+
return de_StartReplicationCommandError(output, context);
|
|
3181
|
+
}
|
|
3182
|
+
const data = await parseBody(output.body, context);
|
|
3183
|
+
let contents = {};
|
|
3184
|
+
contents = de_StartReplicationResponse(data, context);
|
|
3185
|
+
const response = {
|
|
3186
|
+
$metadata: deserializeMetadata(output),
|
|
3187
|
+
...contents,
|
|
3188
|
+
};
|
|
3189
|
+
return response;
|
|
3190
|
+
};
|
|
3191
|
+
exports.de_StartReplicationCommand = de_StartReplicationCommand;
|
|
3192
|
+
const de_StartReplicationCommandError = async (output, context) => {
|
|
3193
|
+
const parsedOutput = {
|
|
3194
|
+
...output,
|
|
3195
|
+
body: await parseErrorBody(output.body, context),
|
|
3196
|
+
};
|
|
3197
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3198
|
+
switch (errorCode) {
|
|
3199
|
+
case "AccessDeniedFault":
|
|
3200
|
+
case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
|
|
3201
|
+
throw await de_AccessDeniedFaultRes(parsedOutput, context);
|
|
3202
|
+
case "InvalidResourceStateFault":
|
|
3203
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
3204
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
3205
|
+
case "ResourceNotFoundFault":
|
|
3206
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
3207
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
3208
|
+
default:
|
|
3209
|
+
const parsedBody = parsedOutput.body;
|
|
3210
|
+
return throwDefaultError({
|
|
3211
|
+
output,
|
|
3212
|
+
parsedBody,
|
|
3213
|
+
errorCode,
|
|
3214
|
+
});
|
|
3215
|
+
}
|
|
3216
|
+
};
|
|
2835
3217
|
const de_StartReplicationTaskCommand = async (output, context) => {
|
|
2836
3218
|
if (output.statusCode >= 300) {
|
|
2837
3219
|
return de_StartReplicationTaskCommandError(output, context);
|
|
@@ -2973,6 +3355,45 @@ const de_StartReplicationTaskAssessmentRunCommandError = async (output, context)
|
|
|
2973
3355
|
});
|
|
2974
3356
|
}
|
|
2975
3357
|
};
|
|
3358
|
+
const de_StopReplicationCommand = async (output, context) => {
|
|
3359
|
+
if (output.statusCode >= 300) {
|
|
3360
|
+
return de_StopReplicationCommandError(output, context);
|
|
3361
|
+
}
|
|
3362
|
+
const data = await parseBody(output.body, context);
|
|
3363
|
+
let contents = {};
|
|
3364
|
+
contents = de_StopReplicationResponse(data, context);
|
|
3365
|
+
const response = {
|
|
3366
|
+
$metadata: deserializeMetadata(output),
|
|
3367
|
+
...contents,
|
|
3368
|
+
};
|
|
3369
|
+
return response;
|
|
3370
|
+
};
|
|
3371
|
+
exports.de_StopReplicationCommand = de_StopReplicationCommand;
|
|
3372
|
+
const de_StopReplicationCommandError = async (output, context) => {
|
|
3373
|
+
const parsedOutput = {
|
|
3374
|
+
...output,
|
|
3375
|
+
body: await parseErrorBody(output.body, context),
|
|
3376
|
+
};
|
|
3377
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3378
|
+
switch (errorCode) {
|
|
3379
|
+
case "AccessDeniedFault":
|
|
3380
|
+
case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
|
|
3381
|
+
throw await de_AccessDeniedFaultRes(parsedOutput, context);
|
|
3382
|
+
case "InvalidResourceStateFault":
|
|
3383
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
3384
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
3385
|
+
case "ResourceNotFoundFault":
|
|
3386
|
+
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
3387
|
+
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
3388
|
+
default:
|
|
3389
|
+
const parsedBody = parsedOutput.body;
|
|
3390
|
+
return throwDefaultError({
|
|
3391
|
+
output,
|
|
3392
|
+
parsedBody,
|
|
3393
|
+
errorCode,
|
|
3394
|
+
});
|
|
3395
|
+
}
|
|
3396
|
+
};
|
|
2976
3397
|
const de_StopReplicationTaskCommand = async (output, context) => {
|
|
2977
3398
|
if (output.statusCode >= 300) {
|
|
2978
3399
|
return de_StopReplicationTaskCommandError(output, context);
|
|
@@ -3366,6 +3787,15 @@ const se_ModifyReplicationTaskMessage = (input, context) => {
|
|
|
3366
3787
|
TaskData: [],
|
|
3367
3788
|
});
|
|
3368
3789
|
};
|
|
3790
|
+
const se_StartReplicationMessage = (input, context) => {
|
|
3791
|
+
return (0, smithy_client_1.take)(input, {
|
|
3792
|
+
CdcStartPosition: [],
|
|
3793
|
+
CdcStartTime: (_) => Math.round(_.getTime() / 1000),
|
|
3794
|
+
CdcStopPosition: [],
|
|
3795
|
+
ReplicationConfigArn: [],
|
|
3796
|
+
StartReplicationType: [],
|
|
3797
|
+
});
|
|
3798
|
+
};
|
|
3369
3799
|
const se_StartReplicationTaskMessage = (input, context) => {
|
|
3370
3800
|
return (0, smithy_client_1.take)(input, {
|
|
3371
3801
|
CdcStartPosition: [],
|
|
@@ -3407,6 +3837,11 @@ const de_CertificateList = (output, context) => {
|
|
|
3407
3837
|
});
|
|
3408
3838
|
return retVal;
|
|
3409
3839
|
};
|
|
3840
|
+
const de_CreateReplicationConfigResponse = (output, context) => {
|
|
3841
|
+
return (0, smithy_client_1.take)(output, {
|
|
3842
|
+
ReplicationConfig: (_) => de_ReplicationConfig(_, context),
|
|
3843
|
+
});
|
|
3844
|
+
};
|
|
3410
3845
|
const de_CreateReplicationInstanceResponse = (output, context) => {
|
|
3411
3846
|
return (0, smithy_client_1.take)(output, {
|
|
3412
3847
|
ReplicationInstance: (_) => de_ReplicationInstance(_, context),
|
|
@@ -3422,6 +3857,11 @@ const de_DeleteCertificateResponse = (output, context) => {
|
|
|
3422
3857
|
Certificate: (_) => de_Certificate(_, context),
|
|
3423
3858
|
});
|
|
3424
3859
|
};
|
|
3860
|
+
const de_DeleteReplicationConfigResponse = (output, context) => {
|
|
3861
|
+
return (0, smithy_client_1.take)(output, {
|
|
3862
|
+
ReplicationConfig: (_) => de_ReplicationConfig(_, context),
|
|
3863
|
+
});
|
|
3864
|
+
};
|
|
3425
3865
|
const de_DeleteReplicationInstanceResponse = (output, context) => {
|
|
3426
3866
|
return (0, smithy_client_1.take)(output, {
|
|
3427
3867
|
ReplicationInstance: (_) => de_ReplicationInstance(_, context),
|
|
@@ -3472,12 +3912,31 @@ const de_DescribeRefreshSchemasStatusResponse = (output, context) => {
|
|
|
3472
3912
|
RefreshSchemasStatus: (_) => de_RefreshSchemasStatus(_, context),
|
|
3473
3913
|
});
|
|
3474
3914
|
};
|
|
3915
|
+
const de_DescribeReplicationConfigsResponse = (output, context) => {
|
|
3916
|
+
return (0, smithy_client_1.take)(output, {
|
|
3917
|
+
Marker: smithy_client_1.expectString,
|
|
3918
|
+
ReplicationConfigs: (_) => de_ReplicationConfigList(_, context),
|
|
3919
|
+
});
|
|
3920
|
+
};
|
|
3475
3921
|
const de_DescribeReplicationInstancesResponse = (output, context) => {
|
|
3476
3922
|
return (0, smithy_client_1.take)(output, {
|
|
3477
3923
|
Marker: smithy_client_1.expectString,
|
|
3478
3924
|
ReplicationInstances: (_) => de_ReplicationInstanceList(_, context),
|
|
3479
3925
|
});
|
|
3480
3926
|
};
|
|
3927
|
+
const de_DescribeReplicationsResponse = (output, context) => {
|
|
3928
|
+
return (0, smithy_client_1.take)(output, {
|
|
3929
|
+
Marker: smithy_client_1.expectString,
|
|
3930
|
+
Replications: (_) => de_ReplicationList(_, context),
|
|
3931
|
+
});
|
|
3932
|
+
};
|
|
3933
|
+
const de_DescribeReplicationTableStatisticsResponse = (output, context) => {
|
|
3934
|
+
return (0, smithy_client_1.take)(output, {
|
|
3935
|
+
Marker: smithy_client_1.expectString,
|
|
3936
|
+
ReplicationConfigArn: smithy_client_1.expectString,
|
|
3937
|
+
ReplicationTableStatistics: (_) => de_ReplicationTableStatisticsList(_, context),
|
|
3938
|
+
});
|
|
3939
|
+
};
|
|
3481
3940
|
const de_DescribeReplicationTaskAssessmentResultsResponse = (output, context) => {
|
|
3482
3941
|
return (0, smithy_client_1.take)(output, {
|
|
3483
3942
|
BucketName: smithy_client_1.expectString,
|
|
@@ -3540,6 +3999,11 @@ const de_ImportCertificateResponse = (output, context) => {
|
|
|
3540
3999
|
Certificate: (_) => de_Certificate(_, context),
|
|
3541
4000
|
});
|
|
3542
4001
|
};
|
|
4002
|
+
const de_ModifyReplicationConfigResponse = (output, context) => {
|
|
4003
|
+
return (0, smithy_client_1.take)(output, {
|
|
4004
|
+
ReplicationConfig: (_) => de_ReplicationConfig(_, context),
|
|
4005
|
+
});
|
|
4006
|
+
};
|
|
3543
4007
|
const de_ModifyReplicationInstanceResponse = (output, context) => {
|
|
3544
4008
|
return (0, smithy_client_1.take)(output, {
|
|
3545
4009
|
ReplicationInstance: (_) => de_ReplicationInstance(_, context),
|
|
@@ -3581,10 +4045,21 @@ const de_PendingMaintenanceActions = (output, context) => {
|
|
|
3581
4045
|
});
|
|
3582
4046
|
return retVal;
|
|
3583
4047
|
};
|
|
4048
|
+
const de_ProvisionData = (output, context) => {
|
|
4049
|
+
return (0, smithy_client_1.take)(output, {
|
|
4050
|
+
DateNewProvisioningDataAvailable: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4051
|
+
DateProvisioned: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4052
|
+
IsNewProvisioningAvailable: smithy_client_1.expectBoolean,
|
|
4053
|
+
ProvisionState: smithy_client_1.expectString,
|
|
4054
|
+
ProvisionedCapacityUnits: smithy_client_1.expectInt32,
|
|
4055
|
+
ReasonForNewProvisioningData: smithy_client_1.expectString,
|
|
4056
|
+
});
|
|
4057
|
+
};
|
|
3584
4058
|
const de_RdsConfiguration = (output, context) => {
|
|
3585
4059
|
return (0, smithy_client_1.take)(output, {
|
|
3586
4060
|
DeploymentOption: smithy_client_1.expectString,
|
|
3587
4061
|
EngineEdition: smithy_client_1.expectString,
|
|
4062
|
+
EngineVersion: smithy_client_1.expectString,
|
|
3588
4063
|
InstanceMemory: smithy_client_1.limitedParseDouble,
|
|
3589
4064
|
InstanceType: smithy_client_1.expectString,
|
|
3590
4065
|
InstanceVcpu: smithy_client_1.limitedParseDouble,
|
|
@@ -3603,6 +4078,7 @@ const de_RdsRequirements = (output, context) => {
|
|
|
3603
4078
|
return (0, smithy_client_1.take)(output, {
|
|
3604
4079
|
DeploymentOption: smithy_client_1.expectString,
|
|
3605
4080
|
EngineEdition: smithy_client_1.expectString,
|
|
4081
|
+
EngineVersion: smithy_client_1.expectString,
|
|
3606
4082
|
InstanceMemory: smithy_client_1.limitedParseDouble,
|
|
3607
4083
|
InstanceVcpu: smithy_client_1.limitedParseDouble,
|
|
3608
4084
|
StorageIops: smithy_client_1.expectInt32,
|
|
@@ -3652,6 +4128,51 @@ const de_RefreshSchemasStatus = (output, context) => {
|
|
|
3652
4128
|
Status: smithy_client_1.expectString,
|
|
3653
4129
|
});
|
|
3654
4130
|
};
|
|
4131
|
+
const de_Replication = (output, context) => {
|
|
4132
|
+
return (0, smithy_client_1.take)(output, {
|
|
4133
|
+
CdcStartPosition: smithy_client_1.expectString,
|
|
4134
|
+
CdcStartTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4135
|
+
CdcStopPosition: smithy_client_1.expectString,
|
|
4136
|
+
FailureMessages: smithy_client_1._json,
|
|
4137
|
+
ProvisionData: (_) => de_ProvisionData(_, context),
|
|
4138
|
+
RecoveryCheckpoint: smithy_client_1.expectString,
|
|
4139
|
+
ReplicationConfigArn: smithy_client_1.expectString,
|
|
4140
|
+
ReplicationConfigIdentifier: smithy_client_1.expectString,
|
|
4141
|
+
ReplicationCreateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4142
|
+
ReplicationLastStopTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4143
|
+
ReplicationStats: (_) => de_ReplicationStats(_, context),
|
|
4144
|
+
ReplicationType: smithy_client_1.expectString,
|
|
4145
|
+
ReplicationUpdateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4146
|
+
SourceEndpointArn: smithy_client_1.expectString,
|
|
4147
|
+
StartReplicationType: smithy_client_1.expectString,
|
|
4148
|
+
Status: smithy_client_1.expectString,
|
|
4149
|
+
StopReason: smithy_client_1.expectString,
|
|
4150
|
+
TargetEndpointArn: smithy_client_1.expectString,
|
|
4151
|
+
});
|
|
4152
|
+
};
|
|
4153
|
+
const de_ReplicationConfig = (output, context) => {
|
|
4154
|
+
return (0, smithy_client_1.take)(output, {
|
|
4155
|
+
ComputeConfig: smithy_client_1._json,
|
|
4156
|
+
ReplicationConfigArn: smithy_client_1.expectString,
|
|
4157
|
+
ReplicationConfigCreateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4158
|
+
ReplicationConfigIdentifier: smithy_client_1.expectString,
|
|
4159
|
+
ReplicationConfigUpdateTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4160
|
+
ReplicationSettings: smithy_client_1.expectString,
|
|
4161
|
+
ReplicationType: smithy_client_1.expectString,
|
|
4162
|
+
SourceEndpointArn: smithy_client_1.expectString,
|
|
4163
|
+
SupplementalSettings: smithy_client_1.expectString,
|
|
4164
|
+
TableMappings: smithy_client_1.expectString,
|
|
4165
|
+
TargetEndpointArn: smithy_client_1.expectString,
|
|
4166
|
+
});
|
|
4167
|
+
};
|
|
4168
|
+
const de_ReplicationConfigList = (output, context) => {
|
|
4169
|
+
const retVal = (output || [])
|
|
4170
|
+
.filter((e) => e != null)
|
|
4171
|
+
.map((entry) => {
|
|
4172
|
+
return de_ReplicationConfig(entry, context);
|
|
4173
|
+
});
|
|
4174
|
+
return retVal;
|
|
4175
|
+
};
|
|
3655
4176
|
const de_ReplicationInstance = (output, context) => {
|
|
3656
4177
|
return (0, smithy_client_1.take)(output, {
|
|
3657
4178
|
AllocatedStorage: smithy_client_1.expectInt32,
|
|
@@ -3689,6 +4210,37 @@ const de_ReplicationInstanceList = (output, context) => {
|
|
|
3689
4210
|
});
|
|
3690
4211
|
return retVal;
|
|
3691
4212
|
};
|
|
4213
|
+
const de_ReplicationList = (output, context) => {
|
|
4214
|
+
const retVal = (output || [])
|
|
4215
|
+
.filter((e) => e != null)
|
|
4216
|
+
.map((entry) => {
|
|
4217
|
+
return de_Replication(entry, context);
|
|
4218
|
+
});
|
|
4219
|
+
return retVal;
|
|
4220
|
+
};
|
|
4221
|
+
const de_ReplicationStats = (output, context) => {
|
|
4222
|
+
return (0, smithy_client_1.take)(output, {
|
|
4223
|
+
ElapsedTimeMillis: smithy_client_1.expectLong,
|
|
4224
|
+
FreshStartDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4225
|
+
FullLoadFinishDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4226
|
+
FullLoadProgressPercent: smithy_client_1.expectInt32,
|
|
4227
|
+
FullLoadStartDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4228
|
+
StartDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4229
|
+
StopDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4230
|
+
TablesErrored: smithy_client_1.expectInt32,
|
|
4231
|
+
TablesLoaded: smithy_client_1.expectInt32,
|
|
4232
|
+
TablesLoading: smithy_client_1.expectInt32,
|
|
4233
|
+
TablesQueued: smithy_client_1.expectInt32,
|
|
4234
|
+
});
|
|
4235
|
+
};
|
|
4236
|
+
const de_ReplicationTableStatisticsList = (output, context) => {
|
|
4237
|
+
const retVal = (output || [])
|
|
4238
|
+
.filter((e) => e != null)
|
|
4239
|
+
.map((entry) => {
|
|
4240
|
+
return de_TableStatistics(entry, context);
|
|
4241
|
+
});
|
|
4242
|
+
return retVal;
|
|
4243
|
+
};
|
|
3692
4244
|
const de_ReplicationTask = (output, context) => {
|
|
3693
4245
|
return (0, smithy_client_1.take)(output, {
|
|
3694
4246
|
CdcStartPosition: smithy_client_1.expectString,
|
|
@@ -3814,6 +4366,11 @@ const de_SchemaResponse = (output, context) => {
|
|
|
3814
4366
|
Similarity: smithy_client_1.limitedParseDouble,
|
|
3815
4367
|
});
|
|
3816
4368
|
};
|
|
4369
|
+
const de_StartReplicationResponse = (output, context) => {
|
|
4370
|
+
return (0, smithy_client_1.take)(output, {
|
|
4371
|
+
Replication: (_) => de_Replication(_, context),
|
|
4372
|
+
});
|
|
4373
|
+
};
|
|
3817
4374
|
const de_StartReplicationTaskAssessmentResponse = (output, context) => {
|
|
3818
4375
|
return (0, smithy_client_1.take)(output, {
|
|
3819
4376
|
ReplicationTask: (_) => de_ReplicationTask(_, context),
|
|
@@ -3829,6 +4386,11 @@ const de_StartReplicationTaskResponse = (output, context) => {
|
|
|
3829
4386
|
ReplicationTask: (_) => de_ReplicationTask(_, context),
|
|
3830
4387
|
});
|
|
3831
4388
|
};
|
|
4389
|
+
const de_StopReplicationResponse = (output, context) => {
|
|
4390
|
+
return (0, smithy_client_1.take)(output, {
|
|
4391
|
+
Replication: (_) => de_Replication(_, context),
|
|
4392
|
+
});
|
|
4393
|
+
};
|
|
3832
4394
|
const de_StopReplicationTaskResponse = (output, context) => {
|
|
3833
4395
|
return (0, smithy_client_1.take)(output, {
|
|
3834
4396
|
ReplicationTask: (_) => de_ReplicationTask(_, context),
|