@aws-sdk/client-database-migration-service 3.299.0 → 3.300.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 (70) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -0
  2. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +5 -0
  3. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +11 -0
  4. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -0
  5. package/dist-types/commands/CreateEndpointCommand.d.ts +334 -0
  6. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +19 -0
  7. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +26 -0
  9. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +14 -0
  10. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +21 -0
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -0
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -0
  16. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +5 -0
  17. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +3 -0
  21. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +9 -0
  23. package/dist-types/commands/DescribeCertificatesCommand.d.ts +12 -0
  24. package/dist-types/commands/DescribeConnectionsCommand.d.ts +12 -0
  25. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +5 -0
  26. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +12 -0
  27. package/dist-types/commands/DescribeEndpointsCommand.d.ts +12 -0
  28. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +13 -0
  30. package/dist-types/commands/DescribeEventsCommand.d.ts +20 -0
  31. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +12 -0
  32. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +12 -0
  33. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +12 -0
  35. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +12 -0
  36. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +4 -0
  37. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +13 -0
  38. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +12 -0
  39. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +12 -0
  40. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -0
  41. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +5 -0
  42. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +12 -0
  43. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +12 -0
  44. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +5 -0
  45. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +12 -0
  46. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +12 -0
  47. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +13 -0
  48. package/dist-types/commands/DescribeSchemasCommand.d.ts +5 -0
  49. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +13 -0
  50. package/dist-types/commands/ImportCertificateCommand.d.ts +12 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/ModifyEndpointCommand.d.ts +327 -0
  53. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
  54. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +16 -0
  55. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -0
  56. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +11 -0
  57. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +4 -0
  58. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +5 -0
  59. package/dist-types/commands/RefreshSchemasCommand.d.ts +4 -0
  60. package/dist-types/commands/ReloadTablesCommand.d.ts +10 -0
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  62. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
  63. package/dist-types/commands/StartRecommendationsCommand.d.ts +7 -0
  64. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -0
  65. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +15 -0
  66. package/dist-types/commands/StartReplicationTaskCommand.d.ts +7 -0
  67. package/dist-types/commands/StopReplicationTaskCommand.d.ts +3 -0
  68. package/dist-types/commands/TestConnectionCommand.d.ts +4 -0
  69. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -0
  70. package/package.json +8 -8
@@ -40,6 +40,15 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
40
40
  * import { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
41
41
  * // const { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
42
42
  * const client = new DatabaseMigrationServiceClient(config);
43
+ * const input = {
44
+ * ReplicationTaskArn: "STRING_VALUE",
45
+ * ReplicationInstanceArn: "STRING_VALUE",
46
+ * SourceEngineName: "STRING_VALUE",
47
+ * TargetEngineName: "STRING_VALUE",
48
+ * MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
49
+ * MaxRecords: Number("int"),
50
+ * Marker: "STRING_VALUE",
51
+ * };
43
52
  * const command = new DescribeApplicableIndividualAssessmentsCommand(input);
44
53
  * const response = await client.send(command);
45
54
  * ```
@@ -26,6 +26,18 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR
26
26
  * import { DatabaseMigrationServiceClient, DescribeCertificatesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeCertificatesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * Marker: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeCertificatesCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -27,6 +27,18 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
27
27
  * import { DatabaseMigrationServiceClient, DescribeConnectionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeConnectionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * Marker: "STRING_VALUE",
41
+ * };
30
42
  * const command = new DescribeConnectionsCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -27,6 +27,11 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
27
27
  * import { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * EngineName: "STRING_VALUE", // required
32
+ * MaxRecords: Number("int"),
33
+ * Marker: "STRING_VALUE",
34
+ * };
30
35
  * const command = new DescribeEndpointSettingsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,18 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType
26
26
  * import { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * Marker: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeEndpointTypesCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,18 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
26
26
  * import { DatabaseMigrationServiceClient, DescribeEndpointsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeEndpointsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * Marker: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeEndpointsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -30,6 +30,17 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
30
30
  * import { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
31
31
  * // const { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
32
32
  * const client = new DatabaseMigrationServiceClient(config);
33
+ * const input = {
34
+ * SourceType: "STRING_VALUE",
35
+ * Filters: [
36
+ * {
37
+ * Name: "STRING_VALUE", // required
38
+ * Values: [ // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * },
42
+ * ],
43
+ * };
33
44
  * const command = new DescribeEventCategoriesCommand(input);
34
45
  * const response = await client.send(command);
35
46
  * ```
@@ -31,6 +31,19 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
31
31
  * import { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = {
35
+ * SubscriptionName: "STRING_VALUE",
36
+ * Filters: [
37
+ * {
38
+ * Name: "STRING_VALUE", // required
39
+ * Values: [ // required
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * },
43
+ * ],
44
+ * MaxRecords: Number("int"),
45
+ * Marker: "STRING_VALUE",
46
+ * };
34
47
  * const command = new DescribeEventSubscriptionsCommand(input);
35
48
  * const response = await client.send(command);
36
49
  * ```
@@ -30,6 +30,26 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
30
30
  * import { DatabaseMigrationServiceClient, DescribeEventsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
31
31
  * // const { DatabaseMigrationServiceClient, DescribeEventsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
32
32
  * const client = new DatabaseMigrationServiceClient(config);
33
+ * const input = {
34
+ * SourceIdentifier: "STRING_VALUE",
35
+ * SourceType: "replication-instance",
36
+ * StartTime: new Date("TIMESTAMP"),
37
+ * EndTime: new Date("TIMESTAMP"),
38
+ * Duration: Number("int"),
39
+ * EventCategories: [
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * Filters: [
43
+ * {
44
+ * Name: "STRING_VALUE", // required
45
+ * Values: [ // required
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * },
49
+ * ],
50
+ * MaxRecords: Number("int"),
51
+ * Marker: "STRING_VALUE",
52
+ * };
33
53
  * const command = new DescribeEventsCommand(input);
34
54
  * const response = await client.send(command);
35
55
  * ```
@@ -26,6 +26,18 @@ export interface DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFle
26
26
  * import { DatabaseMigrationServiceClient, DescribeFleetAdvisorCollectorsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorCollectorsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeFleetAdvisorCollectorsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,18 @@ export interface DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFlee
26
26
  * import { DatabaseMigrationServiceClient, DescribeFleetAdvisorDatabasesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorDatabasesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeFleetAdvisorDatabasesCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -27,6 +27,10 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
27
27
  * import { DatabaseMigrationServiceClient, DescribeFleetAdvisorLsaAnalysisCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorLsaAnalysisCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * MaxRecords: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new DescribeFleetAdvisorLsaAnalysisCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,18 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
27
27
  * import { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemaObjectSummaryCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemaObjectSummaryCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * NextToken: "STRING_VALUE",
41
+ * };
30
42
  * const command = new DescribeFleetAdvisorSchemaObjectSummaryCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -26,6 +26,18 @@ export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
26
26
  * import { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeFleetAdvisorSchemasCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -27,6 +27,10 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
27
27
  * import { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * MaxRecords: Number("int"),
32
+ * Marker: "STRING_VALUE",
33
+ * };
30
34
  * const command = new DescribeOrderableReplicationInstancesCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,19 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
26
26
  * import { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * ReplicationInstanceArn: "STRING_VALUE",
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * Marker: "STRING_VALUE",
40
+ * MaxRecords: Number("int"),
41
+ * };
29
42
  * const command = new DescribePendingMaintenanceActionsCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -27,6 +27,18 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
27
27
  * import { DatabaseMigrationServiceClient, DescribeRecommendationLimitationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeRecommendationLimitationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * NextToken: "STRING_VALUE",
41
+ * };
30
42
  * const command = new DescribeRecommendationLimitationsCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -27,6 +27,18 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
27
27
  * import { DatabaseMigrationServiceClient, DescribeRecommendationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeRecommendationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * NextToken: "STRING_VALUE",
41
+ * };
30
42
  * const command = new DescribeRecommendationsCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -26,6 +26,9 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
26
26
  * import { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * EndpointArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeRefreshSchemasStatusCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
26
26
  * import { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * ReplicationInstanceArn: "STRING_VALUE", // required
31
+ * MaxRecords: Number("int"),
32
+ * Marker: "STRING_VALUE",
33
+ * };
29
34
  * const command = new DescribeReplicationInstanceTaskLogsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,18 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
27
27
  * import { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * Marker: "STRING_VALUE",
41
+ * };
30
42
  * const command = new DescribeReplicationInstancesCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -26,6 +26,18 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
26
26
  * import { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * Filters: [
31
+ * {
32
+ * Name: "STRING_VALUE", // required
33
+ * Values: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * ],
38
+ * MaxRecords: Number("int"),
39
+ * Marker: "STRING_VALUE",
40
+ * };
29
41
  * const command = new DescribeReplicationSubnetGroupsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -31,6 +31,11 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
31
31
  * import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = {
35
+ * ReplicationTaskArn: "STRING_VALUE",
36
+ * MaxRecords: Number("int"),
37
+ * Marker: "STRING_VALUE",
38
+ * };
34
39
  * const command = new DescribeReplicationTaskAssessmentResultsCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -34,6 +34,18 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
34
34
  * import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
35
35
  * // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
36
36
  * const client = new DatabaseMigrationServiceClient(config);
37
+ * const input = {
38
+ * Filters: [
39
+ * {
40
+ * Name: "STRING_VALUE", // required
41
+ * Values: [ // required
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * },
45
+ * ],
46
+ * MaxRecords: Number("int"),
47
+ * Marker: "STRING_VALUE",
48
+ * };
37
49
  * const command = new DescribeReplicationTaskAssessmentRunsCommand(input);
38
50
  * const response = await client.send(command);
39
51
  * ```
@@ -28,6 +28,18 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
28
28
  * import { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
29
29
  * // const { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
30
30
  * const client = new DatabaseMigrationServiceClient(config);
31
+ * const input = {
32
+ * Filters: [
33
+ * {
34
+ * Name: "STRING_VALUE", // required
35
+ * Values: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * MaxRecords: Number("int"),
41
+ * Marker: "STRING_VALUE",
42
+ * };
31
43
  * const command = new DescribeReplicationTaskIndividualAssessmentsCommand(input);
32
44
  * const response = await client.send(command);
33
45
  * ```
@@ -27,6 +27,19 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
27
27
  * import { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * Filters: [
32
+ * {
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * Marker: "STRING_VALUE",
41
+ * WithoutSettings: true || false,
42
+ * };
30
43
  * const command = new DescribeReplicationTasksCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```
@@ -27,6 +27,11 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
27
27
  * import { DatabaseMigrationServiceClient, DescribeSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
28
28
  * // const { DatabaseMigrationServiceClient, DescribeSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
29
29
  * const client = new DatabaseMigrationServiceClient(config);
30
+ * const input = {
31
+ * EndpointArn: "STRING_VALUE", // required
32
+ * MaxRecords: Number("int"),
33
+ * Marker: "STRING_VALUE",
34
+ * };
30
35
  * const command = new DescribeSchemasCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -30,6 +30,19 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati
30
30
  * import { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
31
31
  * // const { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
32
32
  * const client = new DatabaseMigrationServiceClient(config);
33
+ * const input = {
34
+ * ReplicationTaskArn: "STRING_VALUE", // required
35
+ * MaxRecords: Number("int"),
36
+ * Marker: "STRING_VALUE",
37
+ * Filters: [
38
+ * {
39
+ * Name: "STRING_VALUE", // required
40
+ * Values: [ // required
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * },
44
+ * ],
45
+ * };
33
46
  * const command = new DescribeTableStatisticsCommand(input);
34
47
  * const response = await client.send(command);
35
48
  * ```
@@ -26,6 +26,18 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
26
26
  * import { DatabaseMigrationServiceClient, ImportCertificateCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, ImportCertificateCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = {
30
+ * CertificateIdentifier: "STRING_VALUE", // required
31
+ * CertificatePem: "STRING_VALUE",
32
+ * CertificateWallet: "BLOB_VALUE",
33
+ * Tags: [
34
+ * {
35
+ * Key: "STRING_VALUE",
36
+ * Value: "STRING_VALUE",
37
+ * ResourceArn: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * };
29
41
  * const command = new ImportCertificateCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -30,6 +30,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
30
30
  * import { DatabaseMigrationServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
31
31
  * // const { DatabaseMigrationServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
32
32
  * const client = new DatabaseMigrationServiceClient(config);
33
+ * const input = {
34
+ * ResourceArn: "STRING_VALUE",
35
+ * ResourceArnList: [
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * };
33
39
  * const command = new ListTagsForResourceCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```