@aws-sdk/client-elasticache 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 (109) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/ElastiCacheClient.js +13 -13
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
  4. package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
  5. package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +3 -3
  6. package/dist-cjs/commands/BatchStopUpdateActionCommand.js +3 -3
  7. package/dist-cjs/commands/CompleteMigrationCommand.js +3 -3
  8. package/dist-cjs/commands/CopySnapshotCommand.js +3 -3
  9. package/dist-cjs/commands/CreateCacheClusterCommand.js +3 -3
  10. package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +3 -3
  11. package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +3 -3
  12. package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +3 -3
  13. package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +3 -3
  14. package/dist-cjs/commands/CreateReplicationGroupCommand.js +3 -3
  15. package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
  16. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  17. package/dist-cjs/commands/CreateUserGroupCommand.js +3 -3
  18. package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
  19. package/dist-cjs/commands/DecreaseReplicaCountCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteCacheClusterCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteReplicationGroupCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteUserGroupCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeCacheClustersCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeCacheParametersCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeUpdateActionsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeUserGroupsCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeUsersCommand.js +3 -3
  46. package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
  47. package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
  48. package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
  49. package/dist-cjs/commands/IncreaseReplicaCountCommand.js +3 -3
  50. package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-cjs/commands/ModifyCacheClusterCommand.js +3 -3
  53. package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +3 -3
  54. package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +3 -3
  55. package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
  56. package/dist-cjs/commands/ModifyReplicationGroupCommand.js +3 -3
  57. package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
  58. package/dist-cjs/commands/ModifyUserCommand.js +3 -3
  59. package/dist-cjs/commands/ModifyUserGroupCommand.js +3 -3
  60. package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
  61. package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
  62. package/dist-cjs/commands/RebootCacheClusterCommand.js +3 -3
  63. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
  64. package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +3 -3
  65. package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
  66. package/dist-cjs/commands/StartMigrationCommand.js +3 -3
  67. package/dist-cjs/commands/TestFailoverCommand.js +3 -3
  68. package/dist-cjs/endpoints.js +1 -1
  69. package/dist-cjs/protocols/Aws_query.js +568 -568
  70. package/dist-cjs/runtimeConfig.browser.js +4 -4
  71. package/dist-cjs/runtimeConfig.js +9 -9
  72. package/dist-cjs/runtimeConfig.native.js +1 -1
  73. package/dist-cjs/waiters/waitForCacheClusterAvailable.js +3 -3
  74. package/dist-cjs/waiters/waitForCacheClusterDeleted.js +3 -3
  75. package/dist-cjs/waiters/waitForReplicationGroupAvailable.js +3 -3
  76. package/dist-cjs/waiters/waitForReplicationGroupDeleted.js +3 -3
  77. package/dist-es/ElastiCache.js +65 -65
  78. package/dist-es/pagination/DescribeCacheClustersPaginator.js +4 -4
  79. package/dist-es/pagination/DescribeCacheEngineVersionsPaginator.js +4 -4
  80. package/dist-es/pagination/DescribeCacheParameterGroupsPaginator.js +4 -4
  81. package/dist-es/pagination/DescribeCacheParametersPaginator.js +4 -4
  82. package/dist-es/pagination/DescribeCacheSecurityGroupsPaginator.js +4 -4
  83. package/dist-es/pagination/DescribeCacheSubnetGroupsPaginator.js +4 -4
  84. package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +4 -4
  85. package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
  86. package/dist-es/pagination/DescribeGlobalReplicationGroupsPaginator.js +4 -4
  87. package/dist-es/pagination/DescribeReplicationGroupsPaginator.js +4 -4
  88. package/dist-es/pagination/DescribeReservedCacheNodesOfferingsPaginator.js +4 -4
  89. package/dist-es/pagination/DescribeReservedCacheNodesPaginator.js +4 -4
  90. package/dist-es/pagination/DescribeServiceUpdatesPaginator.js +4 -4
  91. package/dist-es/pagination/DescribeSnapshotsPaginator.js +4 -4
  92. package/dist-es/pagination/DescribeUpdateActionsPaginator.js +4 -4
  93. package/dist-es/pagination/DescribeUserGroupsPaginator.js +4 -4
  94. package/dist-es/pagination/DescribeUsersPaginator.js +4 -4
  95. package/dist-es/protocols/Aws_query.js +108 -108
  96. package/dist-es/waiters/waitForCacheClusterAvailable.js +5 -5
  97. package/dist-es/waiters/waitForCacheClusterDeleted.js +7 -7
  98. package/dist-es/waiters/waitForReplicationGroupAvailable.js +2 -2
  99. package/dist-es/waiters/waitForReplicationGroupDeleted.js +2 -2
  100. package/dist-types/ElastiCacheClient.d.ts +2 -2
  101. package/dist-types/models/models_0.d.ts +2 -34
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  103. package/dist-types/runtimeConfig.d.ts +1 -1
  104. package/dist-types/runtimeConfig.native.d.ts +3 -3
  105. package/dist-types/ts3.4/ElastiCacheClient.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  109. 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 DescribeCacheParametersCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeCacheParametersCommand(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.describeCacheParameters.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeCacheParameters.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 paginateDescribeCacheParameters(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeCacheSecurityGroupsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeCacheSecurityGroupsCommand(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.describeCacheSecurityGroups.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeCacheSecurityGroups.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 paginateDescribeCacheSecurityGroups(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeCacheSubnetGroupsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeCacheSubnetGroupsCommand(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.describeCacheSubnetGroups.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeCacheSubnetGroups.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 paginateDescribeCacheSubnetGroups(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeEngineDefaultParametersCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEngineDefaultParametersCommand(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.describeEngineDefaultParameters.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeEngineDefaultParameters.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 paginateDescribeEngineDefaultParameters(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 ElastiCache)) 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 ElastiCacheClient)) 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 DescribeGlobalReplicationGroupsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeGlobalReplicationGroupsCommand(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.describeGlobalReplicationGroups.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeGlobalReplicationGroups.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 paginateDescribeGlobalReplicationGroups(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeReplicationGroupsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReplicationGroupsCommand(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.describeReplicationGroups.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReplicationGroups.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 paginateDescribeReplicationGroups(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeReservedCacheNodesOfferingsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReservedCacheNodesOfferingsCommand(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.describeReservedCacheNodesOfferings.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReservedCacheNodesOfferings.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 paginateDescribeReservedCacheNodesOfferings(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeReservedCacheNodesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReservedCacheNodesCommand(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.describeReservedCacheNodes.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeReservedCacheNodes.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 paginateDescribeReservedCacheNodes(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeServiceUpdatesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeServiceUpdatesCommand(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.describeServiceUpdates.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeServiceUpdates.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 paginateDescribeServiceUpdates(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeSnapshotsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeSnapshotsCommand(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.describeSnapshots.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeSnapshots.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 paginateDescribeSnapshots(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeUpdateActionsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeUpdateActionsCommand(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.describeUpdateActions.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeUpdateActions.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 paginateDescribeUpdateActions(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeUserGroupsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeUserGroupsCommand(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.describeUserGroups.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeUserGroups.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 paginateDescribeUserGroups(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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 DescribeUsersCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeUsersCommand(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.describeUsers.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeUsers.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 paginateDescribeUsers(config, input) {
48
48
  input.Marker = token;
49
49
  input["MaxRecords"] = config.pageSize;
50
50
  if (!(config.client instanceof ElastiCache)) 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 ElastiCacheClient)) 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];