@aws-sdk/client-database-migration-service 3.53.0 → 3.55.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 (107) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/DatabaseMigrationServiceClient.js +13 -13
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
  4. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  5. package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
  6. package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
  7. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateReplicationInstanceCommand.js +3 -3
  9. package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +3 -3
  10. package/dist-cjs/commands/CreateReplicationTaskCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteReplicationTaskCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeConnectionsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEndpointTypesCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
  30. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeReplicationTasksCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeSchemasCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeTableStatisticsCommand.js +3 -3
  41. package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  43. package/dist-cjs/commands/ModifyEndpointCommand.js +3 -3
  44. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
  45. package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +3 -3
  46. package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
  47. package/dist-cjs/commands/ModifyReplicationTaskCommand.js +3 -3
  48. package/dist-cjs/commands/MoveReplicationTaskCommand.js +3 -3
  49. package/dist-cjs/commands/RebootReplicationInstanceCommand.js +3 -3
  50. package/dist-cjs/commands/RefreshSchemasCommand.js +3 -3
  51. package/dist-cjs/commands/ReloadTablesCommand.js +3 -3
  52. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
  53. package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +3 -3
  54. package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
  55. package/dist-cjs/commands/StartReplicationTaskCommand.js +3 -3
  56. package/dist-cjs/commands/StopReplicationTaskCommand.js +3 -3
  57. package/dist-cjs/commands/TestConnectionCommand.js +3 -3
  58. package/dist-cjs/endpoints.js +1 -1
  59. package/dist-cjs/protocols/Aws_json1_1.js +583 -583
  60. package/dist-cjs/runtimeConfig.browser.js +4 -4
  61. package/dist-cjs/runtimeConfig.js +9 -9
  62. package/dist-cjs/runtimeConfig.native.js +1 -1
  63. package/dist-cjs/waiters/waitForEndpointDeleted.js +3 -3
  64. package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +3 -3
  65. package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +3 -3
  66. package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +3 -3
  67. package/dist-cjs/waiters/waitForReplicationTaskReady.js +3 -3
  68. package/dist-cjs/waiters/waitForReplicationTaskRunning.js +3 -3
  69. package/dist-cjs/waiters/waitForReplicationTaskStopped.js +3 -3
  70. package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +3 -3
  71. package/dist-es/DatabaseMigrationService.js +55 -55
  72. package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +4 -4
  73. package/dist-es/pagination/DescribeCertificatesPaginator.js +4 -4
  74. package/dist-es/pagination/DescribeConnectionsPaginator.js +4 -4
  75. package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +4 -4
  76. package/dist-es/pagination/DescribeEndpointTypesPaginator.js +4 -4
  77. package/dist-es/pagination/DescribeEndpointsPaginator.js +4 -4
  78. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +4 -4
  79. package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
  80. package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +4 -4
  81. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +4 -4
  82. package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +4 -4
  83. package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +4 -4
  84. package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +4 -4
  85. package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +4 -4
  86. package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +4 -4
  87. package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +4 -4
  88. package/dist-es/pagination/DescribeReplicationTasksPaginator.js +4 -4
  89. package/dist-es/pagination/DescribeSchemasPaginator.js +4 -4
  90. package/dist-es/pagination/DescribeTableStatisticsPaginator.js +4 -4
  91. package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
  92. package/dist-es/waiters/waitForReplicationInstanceAvailable.js +5 -5
  93. package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
  94. package/dist-es/waiters/waitForReplicationTaskDeleted.js +5 -5
  95. package/dist-es/waiters/waitForReplicationTaskReady.js +9 -9
  96. package/dist-es/waiters/waitForReplicationTaskRunning.js +9 -9
  97. package/dist-es/waiters/waitForReplicationTaskStopped.js +8 -8
  98. package/dist-es/waiters/waitForTestConnectionSucceeds.js +2 -2
  99. package/dist-types/DatabaseMigrationServiceClient.d.ts +2 -2
  100. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/runtimeConfig.d.ts +1 -1
  102. package/dist-types/runtimeConfig.native.d.ts +3 -3
  103. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +2 -2
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  107. package/package.json +35 -35
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEndpointsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEndpointsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeEndpoints.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeEndpoints.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeEndpoints(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEventSubscriptionsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEventSubscriptionsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeEventSubscriptions.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeEventSubscriptions.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeEventSubscriptions(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEventsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEventsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeEvents.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeEvents.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeEvents(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeOrderableReplicationInstancesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeOrderableReplicationInstancesCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeOrderableReplicationInstances.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeOrderableReplicationInstances.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeOrderableReplicationInstances(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribePendingMaintenanceActionsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribePendingMaintenanceActionsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describePendingMaintenanceActions.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describePendingMaintenanceActions.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribePendingMaintenanceActions(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationInstanceTaskLogsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationInstanceTaskLogsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationInstanceTaskLogs.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationInstanceTaskLogs.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationInstanceTaskLogs(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationInstancesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationInstancesCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationInstances.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationInstances.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationInstances(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationSubnetGroupsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationSubnetGroupsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationSubnetGroups.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationSubnetGroups.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationSubnetGroups(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTaskAssessmentResultsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTaskAssessmentResultsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationTaskAssessmentResults.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationTaskAssessmentResults.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationTaskAssessmentResults(config, input)
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTaskAssessmentRunsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTaskAssessmentRunsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationTaskAssessmentRuns.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationTaskAssessmentRuns.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationTaskAssessmentRuns(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTaskIndividualAssessmentsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTaskIndividualAssessmentsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationTaskIndividualAssessments.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationTaskIndividualAssessments.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationTaskIndividualAssessments(config, inp
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTasksCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationTasksCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeReplicationTasks.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationTasks.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeReplicationTasks(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeSchemasCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeSchemasCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeSchemas.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeSchemas.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeSchemas(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTableStatisticsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTableStatisticsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeTableStatistics.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeTableStatistics.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeTableStatistics(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof DatabaseMigrationService)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof DatabaseMigrationServiceClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Endpoints)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Endpoints), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.Status;
20
20
  });
@@ -39,7 +39,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
39
39
  catch (e) { }
40
40
  try {
41
41
  returnComparator = function () {
42
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Endpoints)));
42
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Endpoints), false));
43
43
  var projection_3 = flat_1.map(function (element_2) {
44
44
  return element_2.Status;
45
45
  });
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.ReplicationInstanceStatus;
20
20
  });
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
41
41
  catch (e) { }
42
42
  try {
43
43
  returnComparator = function () {
44
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances)));
44
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances), false));
45
45
  var projection_3 = flat_1.map(function (element_2) {
46
46
  return element_2.ReplicationInstanceStatus;
47
47
  });
@@ -66,7 +66,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
66
66
  catch (e) { }
67
67
  try {
68
68
  returnComparator = function () {
69
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances)));
69
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances), false));
70
70
  var projection_3 = flat_1.map(function (element_2) {
71
71
  return element_2.ReplicationInstanceStatus;
72
72
  });
@@ -91,7 +91,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
91
91
  catch (e) { }
92
92
  try {
93
93
  returnComparator = function () {
94
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances)));
94
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances), false));
95
95
  var projection_3 = flat_1.map(function (element_2) {
96
96
  return element_2.ReplicationInstanceStatus;
97
97
  });
@@ -116,7 +116,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
116
116
  catch (e) { }
117
117
  try {
118
118
  returnComparator = function () {
119
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances)));
119
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances), false));
120
120
  var projection_3 = flat_1.map(function (element_2) {
121
121
  return element_2.ReplicationInstanceStatus;
122
122
  });
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationInstances), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.ReplicationInstanceStatus;
20
20
  });
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.Status;
20
20
  });
@@ -39,7 +39,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
39
39
  catch (e) { }
40
40
  try {
41
41
  returnComparator = function () {
42
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
42
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
43
43
  var projection_3 = flat_1.map(function (element_2) {
44
44
  return element_2.Status;
45
45
  });
@@ -64,7 +64,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
64
64
  catch (e) { }
65
65
  try {
66
66
  returnComparator = function () {
67
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
67
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
68
68
  var projection_3 = flat_1.map(function (element_2) {
69
69
  return element_2.Status;
70
70
  });
@@ -89,7 +89,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
89
89
  catch (e) { }
90
90
  try {
91
91
  returnComparator = function () {
92
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
92
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
93
93
  var projection_3 = flat_1.map(function (element_2) {
94
94
  return element_2.Status;
95
95
  });
@@ -114,7 +114,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
114
114
  catch (e) { }
115
115
  try {
116
116
  returnComparator = function () {
117
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
117
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
118
118
  var projection_3 = flat_1.map(function (element_2) {
119
119
  return element_2.Status;
120
120
  });