@aws-sdk/client-elasticache 3.169.0 → 3.171.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 (104) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElastiCache.d.ts +1157 -330
  3. package/dist-types/ts3.4/ElastiCacheClient.d.ts +494 -138
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
  53. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +7 -7
  72. package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2281 -2920
  75. package/dist-types/ts3.4/pagination/DescribeCacheClustersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeCacheEngineVersionsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeCacheParameterGroupsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeCacheParametersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/DescribeReplicationGroupsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/DescribeServiceUpdatesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribeUpdateActionsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/DescribeUserGroupsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  93. package/dist-types/ts3.4/pagination/index.d.ts +18 -18
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +785 -197
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  100. package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +11 -7
  104. package/package.json +35 -35
@@ -1,197 +1,785 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
4
- import { AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput } from "../commands/AuthorizeCacheSecurityGroupIngressCommand";
5
- import { BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput } from "../commands/BatchApplyUpdateActionCommand";
6
- import { BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput } from "../commands/BatchStopUpdateActionCommand";
7
- import { CompleteMigrationCommandInput, CompleteMigrationCommandOutput } from "../commands/CompleteMigrationCommand";
8
- import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
9
- import { CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput } from "../commands/CreateCacheClusterCommand";
10
- import { CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput } from "../commands/CreateCacheParameterGroupCommand";
11
- import { CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput } from "../commands/CreateCacheSecurityGroupCommand";
12
- import { CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput } from "../commands/CreateCacheSubnetGroupCommand";
13
- import { CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput } from "../commands/CreateGlobalReplicationGroupCommand";
14
- import { CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput } from "../commands/CreateReplicationGroupCommand";
15
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
16
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
17
- import { CreateUserGroupCommandInput, CreateUserGroupCommandOutput } from "../commands/CreateUserGroupCommand";
18
- import { DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "../commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
19
- import { DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput } from "../commands/DecreaseReplicaCountCommand";
20
- import { DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput } from "../commands/DeleteCacheClusterCommand";
21
- import { DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput } from "../commands/DeleteCacheParameterGroupCommand";
22
- import { DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput } from "../commands/DeleteCacheSecurityGroupCommand";
23
- import { DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput } from "../commands/DeleteCacheSubnetGroupCommand";
24
- import { DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput } from "../commands/DeleteGlobalReplicationGroupCommand";
25
- import { DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput } from "../commands/DeleteReplicationGroupCommand";
26
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
27
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
28
- import { DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput } from "../commands/DeleteUserGroupCommand";
29
- import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "../commands/DescribeCacheClustersCommand";
30
- import { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "../commands/DescribeCacheEngineVersionsCommand";
31
- import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "../commands/DescribeCacheParameterGroupsCommand";
32
- import { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "../commands/DescribeCacheParametersCommand";
33
- import { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "../commands/DescribeCacheSecurityGroupsCommand";
34
- import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "../commands/DescribeCacheSubnetGroupsCommand";
35
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
36
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
37
- import { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "../commands/DescribeGlobalReplicationGroupsCommand";
38
- import { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "../commands/DescribeReplicationGroupsCommand";
39
- import { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "../commands/DescribeReservedCacheNodesCommand";
40
- import { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "../commands/DescribeReservedCacheNodesOfferingsCommand";
41
- import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "../commands/DescribeServiceUpdatesCommand";
42
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
43
- import { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "../commands/DescribeUpdateActionsCommand";
44
- import { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "../commands/DescribeUserGroupsCommand";
45
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
46
- import { DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput } from "../commands/DisassociateGlobalReplicationGroupCommand";
47
- import { FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput } from "../commands/FailoverGlobalReplicationGroupCommand";
48
- import { IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "../commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
49
- import { IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput } from "../commands/IncreaseReplicaCountCommand";
50
- import { ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput } from "../commands/ListAllowedNodeTypeModificationsCommand";
51
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
52
- import { ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput } from "../commands/ModifyCacheClusterCommand";
53
- import { ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput } from "../commands/ModifyCacheParameterGroupCommand";
54
- import { ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput } from "../commands/ModifyCacheSubnetGroupCommand";
55
- import { ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput } from "../commands/ModifyGlobalReplicationGroupCommand";
56
- import { ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput } from "../commands/ModifyReplicationGroupCommand";
57
- import { ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput } from "../commands/ModifyReplicationGroupShardConfigurationCommand";
58
- import { ModifyUserCommandInput, ModifyUserCommandOutput } from "../commands/ModifyUserCommand";
59
- import { ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput } from "../commands/ModifyUserGroupCommand";
60
- import { PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput } from "../commands/PurchaseReservedCacheNodesOfferingCommand";
61
- import { RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "../commands/RebalanceSlotsInGlobalReplicationGroupCommand";
62
- import { RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput } from "../commands/RebootCacheClusterCommand";
63
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
64
- import { ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput } from "../commands/ResetCacheParameterGroupCommand";
65
- import { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput } from "../commands/RevokeCacheSecurityGroupIngressCommand";
66
- import { StartMigrationCommandInput, StartMigrationCommandOutput } from "../commands/StartMigrationCommand";
67
- import { TestFailoverCommandInput, TestFailoverCommandOutput } from "../commands/TestFailoverCommand";
68
- export declare const serializeAws_queryAddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_queryAuthorizeCacheSecurityGroupIngressCommand: (input: AuthorizeCacheSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_queryBatchApplyUpdateActionCommand: (input: BatchApplyUpdateActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_queryBatchStopUpdateActionCommand: (input: BatchStopUpdateActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_queryCompleteMigrationCommand: (input: CompleteMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_queryCopySnapshotCommand: (input: CopySnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_queryCreateCacheClusterCommand: (input: CreateCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_queryCreateCacheParameterGroupCommand: (input: CreateCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_queryCreateCacheSecurityGroupCommand: (input: CreateCacheSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_queryCreateCacheSubnetGroupCommand: (input: CreateCacheSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_queryCreateGlobalReplicationGroupCommand: (input: CreateGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_queryCreateReplicationGroupCommand: (input: CreateReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_queryCreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_queryCreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_queryCreateUserGroupCommand: (input: CreateUserGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand: (input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_queryDecreaseReplicaCountCommand: (input: DecreaseReplicaCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_queryDeleteCacheClusterCommand: (input: DeleteCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_queryDeleteCacheParameterGroupCommand: (input: DeleteCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_queryDeleteCacheSecurityGroupCommand: (input: DeleteCacheSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_queryDeleteCacheSubnetGroupCommand: (input: DeleteCacheSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_queryDeleteGlobalReplicationGroupCommand: (input: DeleteGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_queryDeleteReplicationGroupCommand: (input: DeleteReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_queryDeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_queryDeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_queryDeleteUserGroupCommand: (input: DeleteUserGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_queryDescribeCacheClustersCommand: (input: DescribeCacheClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_queryDescribeCacheEngineVersionsCommand: (input: DescribeCacheEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_queryDescribeCacheParameterGroupsCommand: (input: DescribeCacheParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_queryDescribeCacheParametersCommand: (input: DescribeCacheParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_queryDescribeCacheSecurityGroupsCommand: (input: DescribeCacheSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_queryDescribeCacheSubnetGroupsCommand: (input: DescribeCacheSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_queryDescribeEngineDefaultParametersCommand: (input: DescribeEngineDefaultParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_queryDescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_queryDescribeGlobalReplicationGroupsCommand: (input: DescribeGlobalReplicationGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_queryDescribeReplicationGroupsCommand: (input: DescribeReplicationGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_queryDescribeReservedCacheNodesCommand: (input: DescribeReservedCacheNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_queryDescribeReservedCacheNodesOfferingsCommand: (input: DescribeReservedCacheNodesOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_queryDescribeServiceUpdatesCommand: (input: DescribeServiceUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_queryDescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_queryDescribeUpdateActionsCommand: (input: DescribeUpdateActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_queryDescribeUserGroupsCommand: (input: DescribeUserGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_queryDescribeUsersCommand: (input: DescribeUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_queryDisassociateGlobalReplicationGroupCommand: (input: DisassociateGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_queryFailoverGlobalReplicationGroupCommand: (input: FailoverGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupCommand: (input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_queryIncreaseReplicaCountCommand: (input: IncreaseReplicaCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_queryListAllowedNodeTypeModificationsCommand: (input: ListAllowedNodeTypeModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_queryModifyCacheClusterCommand: (input: ModifyCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_queryModifyCacheParameterGroupCommand: (input: ModifyCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_queryModifyCacheSubnetGroupCommand: (input: ModifyCacheSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_queryModifyGlobalReplicationGroupCommand: (input: ModifyGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_queryModifyReplicationGroupCommand: (input: ModifyReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_queryModifyReplicationGroupShardConfigurationCommand: (input: ModifyReplicationGroupShardConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_queryModifyUserCommand: (input: ModifyUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_queryModifyUserGroupCommand: (input: ModifyUserGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_queryPurchaseReservedCacheNodesOfferingCommand: (input: PurchaseReservedCacheNodesOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand: (input: RebalanceSlotsInGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_queryRebootCacheClusterCommand: (input: RebootCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_queryRemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_queryResetCacheParameterGroupCommand: (input: ResetCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_queryRevokeCacheSecurityGroupIngressCommand: (input: RevokeCacheSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_queryStartMigrationCommand: (input: StartMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_queryTestFailoverCommand: (input: TestFailoverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const deserializeAws_queryAddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
134
- export declare const deserializeAws_queryAuthorizeCacheSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeCacheSecurityGroupIngressCommandOutput>;
135
- export declare const deserializeAws_queryBatchApplyUpdateActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchApplyUpdateActionCommandOutput>;
136
- export declare const deserializeAws_queryBatchStopUpdateActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopUpdateActionCommandOutput>;
137
- export declare const deserializeAws_queryCompleteMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteMigrationCommandOutput>;
138
- export declare const deserializeAws_queryCopySnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotCommandOutput>;
139
- export declare const deserializeAws_queryCreateCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheClusterCommandOutput>;
140
- export declare const deserializeAws_queryCreateCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheParameterGroupCommandOutput>;
141
- export declare const deserializeAws_queryCreateCacheSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheSecurityGroupCommandOutput>;
142
- export declare const deserializeAws_queryCreateCacheSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheSubnetGroupCommandOutput>;
143
- export declare const deserializeAws_queryCreateGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalReplicationGroupCommandOutput>;
144
- export declare const deserializeAws_queryCreateReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationGroupCommandOutput>;
145
- export declare const deserializeAws_queryCreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
146
- export declare const deserializeAws_queryCreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
147
- export declare const deserializeAws_queryCreateUserGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserGroupCommandOutput>;
148
- export declare const deserializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
149
- export declare const deserializeAws_queryDecreaseReplicaCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseReplicaCountCommandOutput>;
150
- export declare const deserializeAws_queryDeleteCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheClusterCommandOutput>;
151
- export declare const deserializeAws_queryDeleteCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheParameterGroupCommandOutput>;
152
- export declare const deserializeAws_queryDeleteCacheSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheSecurityGroupCommandOutput>;
153
- export declare const deserializeAws_queryDeleteCacheSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheSubnetGroupCommandOutput>;
154
- export declare const deserializeAws_queryDeleteGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalReplicationGroupCommandOutput>;
155
- export declare const deserializeAws_queryDeleteReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationGroupCommandOutput>;
156
- export declare const deserializeAws_queryDeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
157
- export declare const deserializeAws_queryDeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
158
- export declare const deserializeAws_queryDeleteUserGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserGroupCommandOutput>;
159
- export declare const deserializeAws_queryDescribeCacheClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheClustersCommandOutput>;
160
- export declare const deserializeAws_queryDescribeCacheEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheEngineVersionsCommandOutput>;
161
- export declare const deserializeAws_queryDescribeCacheParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheParameterGroupsCommandOutput>;
162
- export declare const deserializeAws_queryDescribeCacheParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheParametersCommandOutput>;
163
- export declare const deserializeAws_queryDescribeCacheSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheSecurityGroupsCommandOutput>;
164
- export declare const deserializeAws_queryDescribeCacheSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheSubnetGroupsCommandOutput>;
165
- export declare const deserializeAws_queryDescribeEngineDefaultParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineDefaultParametersCommandOutput>;
166
- export declare const deserializeAws_queryDescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
167
- export declare const deserializeAws_queryDescribeGlobalReplicationGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalReplicationGroupsCommandOutput>;
168
- export declare const deserializeAws_queryDescribeReplicationGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationGroupsCommandOutput>;
169
- export declare const deserializeAws_queryDescribeReservedCacheNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedCacheNodesCommandOutput>;
170
- export declare const deserializeAws_queryDescribeReservedCacheNodesOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedCacheNodesOfferingsCommandOutput>;
171
- export declare const deserializeAws_queryDescribeServiceUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceUpdatesCommandOutput>;
172
- export declare const deserializeAws_queryDescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
173
- export declare const deserializeAws_queryDescribeUpdateActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateActionsCommandOutput>;
174
- export declare const deserializeAws_queryDescribeUserGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserGroupsCommandOutput>;
175
- export declare const deserializeAws_queryDescribeUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsersCommandOutput>;
176
- export declare const deserializeAws_queryDisassociateGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGlobalReplicationGroupCommandOutput>;
177
- export declare const deserializeAws_queryFailoverGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverGlobalReplicationGroupCommandOutput>;
178
- export declare const deserializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
179
- export declare const deserializeAws_queryIncreaseReplicaCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseReplicaCountCommandOutput>;
180
- export declare const deserializeAws_queryListAllowedNodeTypeModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAllowedNodeTypeModificationsCommandOutput>;
181
- export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
182
- export declare const deserializeAws_queryModifyCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCacheClusterCommandOutput>;
183
- export declare const deserializeAws_queryModifyCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCacheParameterGroupCommandOutput>;
184
- export declare const deserializeAws_queryModifyCacheSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCacheSubnetGroupCommandOutput>;
185
- export declare const deserializeAws_queryModifyGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyGlobalReplicationGroupCommandOutput>;
186
- export declare const deserializeAws_queryModifyReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReplicationGroupCommandOutput>;
187
- export declare const deserializeAws_queryModifyReplicationGroupShardConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReplicationGroupShardConfigurationCommandOutput>;
188
- export declare const deserializeAws_queryModifyUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyUserCommandOutput>;
189
- export declare const deserializeAws_queryModifyUserGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyUserGroupCommandOutput>;
190
- export declare const deserializeAws_queryPurchaseReservedCacheNodesOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedCacheNodesOfferingCommandOutput>;
191
- export declare const deserializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
192
- export declare const deserializeAws_queryRebootCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootCacheClusterCommandOutput>;
193
- export declare const deserializeAws_queryRemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
194
- export declare const deserializeAws_queryResetCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetCacheParameterGroupCommandOutput>;
195
- export declare const deserializeAws_queryRevokeCacheSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeCacheSecurityGroupIngressCommandOutput>;
196
- export declare const deserializeAws_queryStartMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMigrationCommandOutput>;
197
- export declare const deserializeAws_queryTestFailoverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestFailoverCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddTagsToResourceCommandInput,
8
+ AddTagsToResourceCommandOutput,
9
+ } from "../commands/AddTagsToResourceCommand";
10
+ import {
11
+ AuthorizeCacheSecurityGroupIngressCommandInput,
12
+ AuthorizeCacheSecurityGroupIngressCommandOutput,
13
+ } from "../commands/AuthorizeCacheSecurityGroupIngressCommand";
14
+ import {
15
+ BatchApplyUpdateActionCommandInput,
16
+ BatchApplyUpdateActionCommandOutput,
17
+ } from "../commands/BatchApplyUpdateActionCommand";
18
+ import {
19
+ BatchStopUpdateActionCommandInput,
20
+ BatchStopUpdateActionCommandOutput,
21
+ } from "../commands/BatchStopUpdateActionCommand";
22
+ import {
23
+ CompleteMigrationCommandInput,
24
+ CompleteMigrationCommandOutput,
25
+ } from "../commands/CompleteMigrationCommand";
26
+ import {
27
+ CopySnapshotCommandInput,
28
+ CopySnapshotCommandOutput,
29
+ } from "../commands/CopySnapshotCommand";
30
+ import {
31
+ CreateCacheClusterCommandInput,
32
+ CreateCacheClusterCommandOutput,
33
+ } from "../commands/CreateCacheClusterCommand";
34
+ import {
35
+ CreateCacheParameterGroupCommandInput,
36
+ CreateCacheParameterGroupCommandOutput,
37
+ } from "../commands/CreateCacheParameterGroupCommand";
38
+ import {
39
+ CreateCacheSecurityGroupCommandInput,
40
+ CreateCacheSecurityGroupCommandOutput,
41
+ } from "../commands/CreateCacheSecurityGroupCommand";
42
+ import {
43
+ CreateCacheSubnetGroupCommandInput,
44
+ CreateCacheSubnetGroupCommandOutput,
45
+ } from "../commands/CreateCacheSubnetGroupCommand";
46
+ import {
47
+ CreateGlobalReplicationGroupCommandInput,
48
+ CreateGlobalReplicationGroupCommandOutput,
49
+ } from "../commands/CreateGlobalReplicationGroupCommand";
50
+ import {
51
+ CreateReplicationGroupCommandInput,
52
+ CreateReplicationGroupCommandOutput,
53
+ } from "../commands/CreateReplicationGroupCommand";
54
+ import {
55
+ CreateSnapshotCommandInput,
56
+ CreateSnapshotCommandOutput,
57
+ } from "../commands/CreateSnapshotCommand";
58
+ import {
59
+ CreateUserCommandInput,
60
+ CreateUserCommandOutput,
61
+ } from "../commands/CreateUserCommand";
62
+ import {
63
+ CreateUserGroupCommandInput,
64
+ CreateUserGroupCommandOutput,
65
+ } from "../commands/CreateUserGroupCommand";
66
+ import {
67
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
68
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
69
+ } from "../commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
70
+ import {
71
+ DecreaseReplicaCountCommandInput,
72
+ DecreaseReplicaCountCommandOutput,
73
+ } from "../commands/DecreaseReplicaCountCommand";
74
+ import {
75
+ DeleteCacheClusterCommandInput,
76
+ DeleteCacheClusterCommandOutput,
77
+ } from "../commands/DeleteCacheClusterCommand";
78
+ import {
79
+ DeleteCacheParameterGroupCommandInput,
80
+ DeleteCacheParameterGroupCommandOutput,
81
+ } from "../commands/DeleteCacheParameterGroupCommand";
82
+ import {
83
+ DeleteCacheSecurityGroupCommandInput,
84
+ DeleteCacheSecurityGroupCommandOutput,
85
+ } from "../commands/DeleteCacheSecurityGroupCommand";
86
+ import {
87
+ DeleteCacheSubnetGroupCommandInput,
88
+ DeleteCacheSubnetGroupCommandOutput,
89
+ } from "../commands/DeleteCacheSubnetGroupCommand";
90
+ import {
91
+ DeleteGlobalReplicationGroupCommandInput,
92
+ DeleteGlobalReplicationGroupCommandOutput,
93
+ } from "../commands/DeleteGlobalReplicationGroupCommand";
94
+ import {
95
+ DeleteReplicationGroupCommandInput,
96
+ DeleteReplicationGroupCommandOutput,
97
+ } from "../commands/DeleteReplicationGroupCommand";
98
+ import {
99
+ DeleteSnapshotCommandInput,
100
+ DeleteSnapshotCommandOutput,
101
+ } from "../commands/DeleteSnapshotCommand";
102
+ import {
103
+ DeleteUserCommandInput,
104
+ DeleteUserCommandOutput,
105
+ } from "../commands/DeleteUserCommand";
106
+ import {
107
+ DeleteUserGroupCommandInput,
108
+ DeleteUserGroupCommandOutput,
109
+ } from "../commands/DeleteUserGroupCommand";
110
+ import {
111
+ DescribeCacheClustersCommandInput,
112
+ DescribeCacheClustersCommandOutput,
113
+ } from "../commands/DescribeCacheClustersCommand";
114
+ import {
115
+ DescribeCacheEngineVersionsCommandInput,
116
+ DescribeCacheEngineVersionsCommandOutput,
117
+ } from "../commands/DescribeCacheEngineVersionsCommand";
118
+ import {
119
+ DescribeCacheParameterGroupsCommandInput,
120
+ DescribeCacheParameterGroupsCommandOutput,
121
+ } from "../commands/DescribeCacheParameterGroupsCommand";
122
+ import {
123
+ DescribeCacheParametersCommandInput,
124
+ DescribeCacheParametersCommandOutput,
125
+ } from "../commands/DescribeCacheParametersCommand";
126
+ import {
127
+ DescribeCacheSecurityGroupsCommandInput,
128
+ DescribeCacheSecurityGroupsCommandOutput,
129
+ } from "../commands/DescribeCacheSecurityGroupsCommand";
130
+ import {
131
+ DescribeCacheSubnetGroupsCommandInput,
132
+ DescribeCacheSubnetGroupsCommandOutput,
133
+ } from "../commands/DescribeCacheSubnetGroupsCommand";
134
+ import {
135
+ DescribeEngineDefaultParametersCommandInput,
136
+ DescribeEngineDefaultParametersCommandOutput,
137
+ } from "../commands/DescribeEngineDefaultParametersCommand";
138
+ import {
139
+ DescribeEventsCommandInput,
140
+ DescribeEventsCommandOutput,
141
+ } from "../commands/DescribeEventsCommand";
142
+ import {
143
+ DescribeGlobalReplicationGroupsCommandInput,
144
+ DescribeGlobalReplicationGroupsCommandOutput,
145
+ } from "../commands/DescribeGlobalReplicationGroupsCommand";
146
+ import {
147
+ DescribeReplicationGroupsCommandInput,
148
+ DescribeReplicationGroupsCommandOutput,
149
+ } from "../commands/DescribeReplicationGroupsCommand";
150
+ import {
151
+ DescribeReservedCacheNodesCommandInput,
152
+ DescribeReservedCacheNodesCommandOutput,
153
+ } from "../commands/DescribeReservedCacheNodesCommand";
154
+ import {
155
+ DescribeReservedCacheNodesOfferingsCommandInput,
156
+ DescribeReservedCacheNodesOfferingsCommandOutput,
157
+ } from "../commands/DescribeReservedCacheNodesOfferingsCommand";
158
+ import {
159
+ DescribeServiceUpdatesCommandInput,
160
+ DescribeServiceUpdatesCommandOutput,
161
+ } from "../commands/DescribeServiceUpdatesCommand";
162
+ import {
163
+ DescribeSnapshotsCommandInput,
164
+ DescribeSnapshotsCommandOutput,
165
+ } from "../commands/DescribeSnapshotsCommand";
166
+ import {
167
+ DescribeUpdateActionsCommandInput,
168
+ DescribeUpdateActionsCommandOutput,
169
+ } from "../commands/DescribeUpdateActionsCommand";
170
+ import {
171
+ DescribeUserGroupsCommandInput,
172
+ DescribeUserGroupsCommandOutput,
173
+ } from "../commands/DescribeUserGroupsCommand";
174
+ import {
175
+ DescribeUsersCommandInput,
176
+ DescribeUsersCommandOutput,
177
+ } from "../commands/DescribeUsersCommand";
178
+ import {
179
+ DisassociateGlobalReplicationGroupCommandInput,
180
+ DisassociateGlobalReplicationGroupCommandOutput,
181
+ } from "../commands/DisassociateGlobalReplicationGroupCommand";
182
+ import {
183
+ FailoverGlobalReplicationGroupCommandInput,
184
+ FailoverGlobalReplicationGroupCommandOutput,
185
+ } from "../commands/FailoverGlobalReplicationGroupCommand";
186
+ import {
187
+ IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
188
+ IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
189
+ } from "../commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
190
+ import {
191
+ IncreaseReplicaCountCommandInput,
192
+ IncreaseReplicaCountCommandOutput,
193
+ } from "../commands/IncreaseReplicaCountCommand";
194
+ import {
195
+ ListAllowedNodeTypeModificationsCommandInput,
196
+ ListAllowedNodeTypeModificationsCommandOutput,
197
+ } from "../commands/ListAllowedNodeTypeModificationsCommand";
198
+ import {
199
+ ListTagsForResourceCommandInput,
200
+ ListTagsForResourceCommandOutput,
201
+ } from "../commands/ListTagsForResourceCommand";
202
+ import {
203
+ ModifyCacheClusterCommandInput,
204
+ ModifyCacheClusterCommandOutput,
205
+ } from "../commands/ModifyCacheClusterCommand";
206
+ import {
207
+ ModifyCacheParameterGroupCommandInput,
208
+ ModifyCacheParameterGroupCommandOutput,
209
+ } from "../commands/ModifyCacheParameterGroupCommand";
210
+ import {
211
+ ModifyCacheSubnetGroupCommandInput,
212
+ ModifyCacheSubnetGroupCommandOutput,
213
+ } from "../commands/ModifyCacheSubnetGroupCommand";
214
+ import {
215
+ ModifyGlobalReplicationGroupCommandInput,
216
+ ModifyGlobalReplicationGroupCommandOutput,
217
+ } from "../commands/ModifyGlobalReplicationGroupCommand";
218
+ import {
219
+ ModifyReplicationGroupCommandInput,
220
+ ModifyReplicationGroupCommandOutput,
221
+ } from "../commands/ModifyReplicationGroupCommand";
222
+ import {
223
+ ModifyReplicationGroupShardConfigurationCommandInput,
224
+ ModifyReplicationGroupShardConfigurationCommandOutput,
225
+ } from "../commands/ModifyReplicationGroupShardConfigurationCommand";
226
+ import {
227
+ ModifyUserCommandInput,
228
+ ModifyUserCommandOutput,
229
+ } from "../commands/ModifyUserCommand";
230
+ import {
231
+ ModifyUserGroupCommandInput,
232
+ ModifyUserGroupCommandOutput,
233
+ } from "../commands/ModifyUserGroupCommand";
234
+ import {
235
+ PurchaseReservedCacheNodesOfferingCommandInput,
236
+ PurchaseReservedCacheNodesOfferingCommandOutput,
237
+ } from "../commands/PurchaseReservedCacheNodesOfferingCommand";
238
+ import {
239
+ RebalanceSlotsInGlobalReplicationGroupCommandInput,
240
+ RebalanceSlotsInGlobalReplicationGroupCommandOutput,
241
+ } from "../commands/RebalanceSlotsInGlobalReplicationGroupCommand";
242
+ import {
243
+ RebootCacheClusterCommandInput,
244
+ RebootCacheClusterCommandOutput,
245
+ } from "../commands/RebootCacheClusterCommand";
246
+ import {
247
+ RemoveTagsFromResourceCommandInput,
248
+ RemoveTagsFromResourceCommandOutput,
249
+ } from "../commands/RemoveTagsFromResourceCommand";
250
+ import {
251
+ ResetCacheParameterGroupCommandInput,
252
+ ResetCacheParameterGroupCommandOutput,
253
+ } from "../commands/ResetCacheParameterGroupCommand";
254
+ import {
255
+ RevokeCacheSecurityGroupIngressCommandInput,
256
+ RevokeCacheSecurityGroupIngressCommandOutput,
257
+ } from "../commands/RevokeCacheSecurityGroupIngressCommand";
258
+ import {
259
+ StartMigrationCommandInput,
260
+ StartMigrationCommandOutput,
261
+ } from "../commands/StartMigrationCommand";
262
+ import {
263
+ TestFailoverCommandInput,
264
+ TestFailoverCommandOutput,
265
+ } from "../commands/TestFailoverCommand";
266
+ export declare const serializeAws_queryAddTagsToResourceCommand: (
267
+ input: AddTagsToResourceCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_queryAuthorizeCacheSecurityGroupIngressCommand: (
271
+ input: AuthorizeCacheSecurityGroupIngressCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_queryBatchApplyUpdateActionCommand: (
275
+ input: BatchApplyUpdateActionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_queryBatchStopUpdateActionCommand: (
279
+ input: BatchStopUpdateActionCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_queryCompleteMigrationCommand: (
283
+ input: CompleteMigrationCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_queryCopySnapshotCommand: (
287
+ input: CopySnapshotCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_queryCreateCacheClusterCommand: (
291
+ input: CreateCacheClusterCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_queryCreateCacheParameterGroupCommand: (
295
+ input: CreateCacheParameterGroupCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_queryCreateCacheSecurityGroupCommand: (
299
+ input: CreateCacheSecurityGroupCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_queryCreateCacheSubnetGroupCommand: (
303
+ input: CreateCacheSubnetGroupCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_queryCreateGlobalReplicationGroupCommand: (
307
+ input: CreateGlobalReplicationGroupCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_queryCreateReplicationGroupCommand: (
311
+ input: CreateReplicationGroupCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_queryCreateSnapshotCommand: (
315
+ input: CreateSnapshotCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_queryCreateUserCommand: (
319
+ input: CreateUserCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_queryCreateUserGroupCommand: (
323
+ input: CreateUserGroupCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand: (
327
+ input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_queryDecreaseReplicaCountCommand: (
331
+ input: DecreaseReplicaCountCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_queryDeleteCacheClusterCommand: (
335
+ input: DeleteCacheClusterCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_queryDeleteCacheParameterGroupCommand: (
339
+ input: DeleteCacheParameterGroupCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_queryDeleteCacheSecurityGroupCommand: (
343
+ input: DeleteCacheSecurityGroupCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_queryDeleteCacheSubnetGroupCommand: (
347
+ input: DeleteCacheSubnetGroupCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_queryDeleteGlobalReplicationGroupCommand: (
351
+ input: DeleteGlobalReplicationGroupCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_queryDeleteReplicationGroupCommand: (
355
+ input: DeleteReplicationGroupCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_queryDeleteSnapshotCommand: (
359
+ input: DeleteSnapshotCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_queryDeleteUserCommand: (
363
+ input: DeleteUserCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_queryDeleteUserGroupCommand: (
367
+ input: DeleteUserGroupCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_queryDescribeCacheClustersCommand: (
371
+ input: DescribeCacheClustersCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_queryDescribeCacheEngineVersionsCommand: (
375
+ input: DescribeCacheEngineVersionsCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_queryDescribeCacheParameterGroupsCommand: (
379
+ input: DescribeCacheParameterGroupsCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_queryDescribeCacheParametersCommand: (
383
+ input: DescribeCacheParametersCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_queryDescribeCacheSecurityGroupsCommand: (
387
+ input: DescribeCacheSecurityGroupsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_queryDescribeCacheSubnetGroupsCommand: (
391
+ input: DescribeCacheSubnetGroupsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_queryDescribeEngineDefaultParametersCommand: (
395
+ input: DescribeEngineDefaultParametersCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_queryDescribeEventsCommand: (
399
+ input: DescribeEventsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_queryDescribeGlobalReplicationGroupsCommand: (
403
+ input: DescribeGlobalReplicationGroupsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_queryDescribeReplicationGroupsCommand: (
407
+ input: DescribeReplicationGroupsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_queryDescribeReservedCacheNodesCommand: (
411
+ input: DescribeReservedCacheNodesCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_queryDescribeReservedCacheNodesOfferingsCommand: (
415
+ input: DescribeReservedCacheNodesOfferingsCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_queryDescribeServiceUpdatesCommand: (
419
+ input: DescribeServiceUpdatesCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_queryDescribeSnapshotsCommand: (
423
+ input: DescribeSnapshotsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_queryDescribeUpdateActionsCommand: (
427
+ input: DescribeUpdateActionsCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_queryDescribeUserGroupsCommand: (
431
+ input: DescribeUserGroupsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_queryDescribeUsersCommand: (
435
+ input: DescribeUsersCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_queryDisassociateGlobalReplicationGroupCommand: (
439
+ input: DisassociateGlobalReplicationGroupCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_queryFailoverGlobalReplicationGroupCommand: (
443
+ input: FailoverGlobalReplicationGroupCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupCommand: (
447
+ input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_queryIncreaseReplicaCountCommand: (
451
+ input: IncreaseReplicaCountCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_queryListAllowedNodeTypeModificationsCommand: (
455
+ input: ListAllowedNodeTypeModificationsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_queryListTagsForResourceCommand: (
459
+ input: ListTagsForResourceCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_queryModifyCacheClusterCommand: (
463
+ input: ModifyCacheClusterCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_queryModifyCacheParameterGroupCommand: (
467
+ input: ModifyCacheParameterGroupCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_queryModifyCacheSubnetGroupCommand: (
471
+ input: ModifyCacheSubnetGroupCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_queryModifyGlobalReplicationGroupCommand: (
475
+ input: ModifyGlobalReplicationGroupCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_queryModifyReplicationGroupCommand: (
479
+ input: ModifyReplicationGroupCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_queryModifyReplicationGroupShardConfigurationCommand: (
483
+ input: ModifyReplicationGroupShardConfigurationCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_queryModifyUserCommand: (
487
+ input: ModifyUserCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_queryModifyUserGroupCommand: (
491
+ input: ModifyUserGroupCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_queryPurchaseReservedCacheNodesOfferingCommand: (
495
+ input: PurchaseReservedCacheNodesOfferingCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand: (
499
+ input: RebalanceSlotsInGlobalReplicationGroupCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_queryRebootCacheClusterCommand: (
503
+ input: RebootCacheClusterCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_queryRemoveTagsFromResourceCommand: (
507
+ input: RemoveTagsFromResourceCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_queryResetCacheParameterGroupCommand: (
511
+ input: ResetCacheParameterGroupCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_queryRevokeCacheSecurityGroupIngressCommand: (
515
+ input: RevokeCacheSecurityGroupIngressCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_queryStartMigrationCommand: (
519
+ input: StartMigrationCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_queryTestFailoverCommand: (
523
+ input: TestFailoverCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const deserializeAws_queryAddTagsToResourceCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<AddTagsToResourceCommandOutput>;
530
+ export declare const deserializeAws_queryAuthorizeCacheSecurityGroupIngressCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<AuthorizeCacheSecurityGroupIngressCommandOutput>;
534
+ export declare const deserializeAws_queryBatchApplyUpdateActionCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<BatchApplyUpdateActionCommandOutput>;
538
+ export declare const deserializeAws_queryBatchStopUpdateActionCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<BatchStopUpdateActionCommandOutput>;
542
+ export declare const deserializeAws_queryCompleteMigrationCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CompleteMigrationCommandOutput>;
546
+ export declare const deserializeAws_queryCopySnapshotCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CopySnapshotCommandOutput>;
550
+ export declare const deserializeAws_queryCreateCacheClusterCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateCacheClusterCommandOutput>;
554
+ export declare const deserializeAws_queryCreateCacheParameterGroupCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreateCacheParameterGroupCommandOutput>;
558
+ export declare const deserializeAws_queryCreateCacheSecurityGroupCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<CreateCacheSecurityGroupCommandOutput>;
562
+ export declare const deserializeAws_queryCreateCacheSubnetGroupCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<CreateCacheSubnetGroupCommandOutput>;
566
+ export declare const deserializeAws_queryCreateGlobalReplicationGroupCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<CreateGlobalReplicationGroupCommandOutput>;
570
+ export declare const deserializeAws_queryCreateReplicationGroupCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<CreateReplicationGroupCommandOutput>;
574
+ export declare const deserializeAws_queryCreateSnapshotCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<CreateSnapshotCommandOutput>;
578
+ export declare const deserializeAws_queryCreateUserCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<CreateUserCommandOutput>;
582
+ export declare const deserializeAws_queryCreateUserGroupCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<CreateUserGroupCommandOutput>;
586
+ export declare const deserializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
590
+ export declare const deserializeAws_queryDecreaseReplicaCountCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DecreaseReplicaCountCommandOutput>;
594
+ export declare const deserializeAws_queryDeleteCacheClusterCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DeleteCacheClusterCommandOutput>;
598
+ export declare const deserializeAws_queryDeleteCacheParameterGroupCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DeleteCacheParameterGroupCommandOutput>;
602
+ export declare const deserializeAws_queryDeleteCacheSecurityGroupCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DeleteCacheSecurityGroupCommandOutput>;
606
+ export declare const deserializeAws_queryDeleteCacheSubnetGroupCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DeleteCacheSubnetGroupCommandOutput>;
610
+ export declare const deserializeAws_queryDeleteGlobalReplicationGroupCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DeleteGlobalReplicationGroupCommandOutput>;
614
+ export declare const deserializeAws_queryDeleteReplicationGroupCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DeleteReplicationGroupCommandOutput>;
618
+ export declare const deserializeAws_queryDeleteSnapshotCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DeleteSnapshotCommandOutput>;
622
+ export declare const deserializeAws_queryDeleteUserCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DeleteUserCommandOutput>;
626
+ export declare const deserializeAws_queryDeleteUserGroupCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DeleteUserGroupCommandOutput>;
630
+ export declare const deserializeAws_queryDescribeCacheClustersCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeCacheClustersCommandOutput>;
634
+ export declare const deserializeAws_queryDescribeCacheEngineVersionsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DescribeCacheEngineVersionsCommandOutput>;
638
+ export declare const deserializeAws_queryDescribeCacheParameterGroupsCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DescribeCacheParameterGroupsCommandOutput>;
642
+ export declare const deserializeAws_queryDescribeCacheParametersCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeCacheParametersCommandOutput>;
646
+ export declare const deserializeAws_queryDescribeCacheSecurityGroupsCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DescribeCacheSecurityGroupsCommandOutput>;
650
+ export declare const deserializeAws_queryDescribeCacheSubnetGroupsCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DescribeCacheSubnetGroupsCommandOutput>;
654
+ export declare const deserializeAws_queryDescribeEngineDefaultParametersCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DescribeEngineDefaultParametersCommandOutput>;
658
+ export declare const deserializeAws_queryDescribeEventsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DescribeEventsCommandOutput>;
662
+ export declare const deserializeAws_queryDescribeGlobalReplicationGroupsCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DescribeGlobalReplicationGroupsCommandOutput>;
666
+ export declare const deserializeAws_queryDescribeReplicationGroupsCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DescribeReplicationGroupsCommandOutput>;
670
+ export declare const deserializeAws_queryDescribeReservedCacheNodesCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DescribeReservedCacheNodesCommandOutput>;
674
+ export declare const deserializeAws_queryDescribeReservedCacheNodesOfferingsCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DescribeReservedCacheNodesOfferingsCommandOutput>;
678
+ export declare const deserializeAws_queryDescribeServiceUpdatesCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DescribeServiceUpdatesCommandOutput>;
682
+ export declare const deserializeAws_queryDescribeSnapshotsCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DescribeSnapshotsCommandOutput>;
686
+ export declare const deserializeAws_queryDescribeUpdateActionsCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DescribeUpdateActionsCommandOutput>;
690
+ export declare const deserializeAws_queryDescribeUserGroupsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DescribeUserGroupsCommandOutput>;
694
+ export declare const deserializeAws_queryDescribeUsersCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<DescribeUsersCommandOutput>;
698
+ export declare const deserializeAws_queryDisassociateGlobalReplicationGroupCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<DisassociateGlobalReplicationGroupCommandOutput>;
702
+ export declare const deserializeAws_queryFailoverGlobalReplicationGroupCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<FailoverGlobalReplicationGroupCommandOutput>;
706
+ export declare const deserializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
710
+ export declare const deserializeAws_queryIncreaseReplicaCountCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<IncreaseReplicaCountCommandOutput>;
714
+ export declare const deserializeAws_queryListAllowedNodeTypeModificationsCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListAllowedNodeTypeModificationsCommandOutput>;
718
+ export declare const deserializeAws_queryListTagsForResourceCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListTagsForResourceCommandOutput>;
722
+ export declare const deserializeAws_queryModifyCacheClusterCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ModifyCacheClusterCommandOutput>;
726
+ export declare const deserializeAws_queryModifyCacheParameterGroupCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ModifyCacheParameterGroupCommandOutput>;
730
+ export declare const deserializeAws_queryModifyCacheSubnetGroupCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ModifyCacheSubnetGroupCommandOutput>;
734
+ export declare const deserializeAws_queryModifyGlobalReplicationGroupCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ModifyGlobalReplicationGroupCommandOutput>;
738
+ export declare const deserializeAws_queryModifyReplicationGroupCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ModifyReplicationGroupCommandOutput>;
742
+ export declare const deserializeAws_queryModifyReplicationGroupShardConfigurationCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ModifyReplicationGroupShardConfigurationCommandOutput>;
746
+ export declare const deserializeAws_queryModifyUserCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<ModifyUserCommandOutput>;
750
+ export declare const deserializeAws_queryModifyUserGroupCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<ModifyUserGroupCommandOutput>;
754
+ export declare const deserializeAws_queryPurchaseReservedCacheNodesOfferingCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<PurchaseReservedCacheNodesOfferingCommandOutput>;
758
+ export declare const deserializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
762
+ export declare const deserializeAws_queryRebootCacheClusterCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<RebootCacheClusterCommandOutput>;
766
+ export declare const deserializeAws_queryRemoveTagsFromResourceCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<RemoveTagsFromResourceCommandOutput>;
770
+ export declare const deserializeAws_queryResetCacheParameterGroupCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<ResetCacheParameterGroupCommandOutput>;
774
+ export declare const deserializeAws_queryRevokeCacheSecurityGroupIngressCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<RevokeCacheSecurityGroupIngressCommandOutput>;
778
+ export declare const deserializeAws_queryStartMigrationCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<StartMigrationCommandOutput>;
782
+ export declare const deserializeAws_queryTestFailoverCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<TestFailoverCommandOutput>;