@aws-sdk/client-elasticache 3.929.0 → 3.930.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 (96) hide show
  1. package/dist-cjs/index.js +4583 -9250
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElastiCacheClient.js +2 -0
  4. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  5. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -9
  6. package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -9
  7. package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -9
  8. package/dist-es/commands/CompleteMigrationCommand.js +3 -9
  9. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +3 -9
  10. package/dist-es/commands/CopySnapshotCommand.js +3 -9
  11. package/dist-es/commands/CreateCacheClusterCommand.js +3 -9
  12. package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -9
  15. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateReplicationGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateServerlessCacheCommand.js +3 -9
  18. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +3 -9
  19. package/dist-es/commands/CreateSnapshotCommand.js +3 -9
  20. package/dist-es/commands/CreateUserCommand.js +3 -9
  21. package/dist-es/commands/CreateUserGroupCommand.js +3 -9
  22. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
  23. package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -9
  24. package/dist-es/commands/DeleteCacheClusterCommand.js +3 -9
  25. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +3 -9
  28. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -9
  29. package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteServerlessCacheCommand.js +3 -9
  31. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +3 -9
  32. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  33. package/dist-es/commands/DeleteUserCommand.js +3 -9
  34. package/dist-es/commands/DeleteUserGroupCommand.js +3 -9
  35. package/dist-es/commands/DescribeCacheClustersCommand.js +3 -9
  36. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -9
  37. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -9
  38. package/dist-es/commands/DescribeCacheParametersCommand.js +3 -9
  39. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -9
  40. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -9
  41. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
  42. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  43. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -9
  44. package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -9
  45. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -9
  46. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -9
  47. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +3 -9
  48. package/dist-es/commands/DescribeServerlessCachesCommand.js +3 -9
  49. package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -9
  50. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -9
  51. package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -9
  52. package/dist-es/commands/DescribeUserGroupsCommand.js +3 -9
  53. package/dist-es/commands/DescribeUsersCommand.js +3 -9
  54. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -9
  55. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +3 -9
  56. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -9
  57. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
  58. package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -9
  59. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -9
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  61. package/dist-es/commands/ModifyCacheClusterCommand.js +3 -9
  62. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -9
  63. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -9
  64. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -9
  65. package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -9
  66. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -9
  67. package/dist-es/commands/ModifyServerlessCacheCommand.js +3 -9
  68. package/dist-es/commands/ModifyUserCommand.js +3 -9
  69. package/dist-es/commands/ModifyUserGroupCommand.js +3 -9
  70. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -9
  71. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -9
  72. package/dist-es/commands/RebootCacheClusterCommand.js +3 -9
  73. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  74. package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -9
  75. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -9
  76. package/dist-es/commands/StartMigrationCommand.js +3 -9
  77. package/dist-es/commands/TestFailoverCommand.js +3 -9
  78. package/dist-es/commands/TestMigrationCommand.js +3 -9
  79. package/dist-es/runtimeConfig.shared.js +7 -0
  80. package/dist-es/schemas/schemas_0.js +4578 -0
  81. package/dist-types/ElastiCacheClient.d.ts +10 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +440 -0
  87. package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +445 -0
  93. package/package.json +34 -34
  94. package/dist-es/protocols/Aws_query.js +0 -8861
  95. package/dist-types/protocols/Aws_query.d.ts +0 -677
  96. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -905
@@ -1,677 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/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 { CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput } from "../commands/CopyServerlessCacheSnapshotCommand";
9
- import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
10
- import { CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput } from "../commands/CreateCacheClusterCommand";
11
- import { CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput } from "../commands/CreateCacheParameterGroupCommand";
12
- import { CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput } from "../commands/CreateCacheSecurityGroupCommand";
13
- import { CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput } from "../commands/CreateCacheSubnetGroupCommand";
14
- import { CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput } from "../commands/CreateGlobalReplicationGroupCommand";
15
- import { CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput } from "../commands/CreateReplicationGroupCommand";
16
- import { CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput } from "../commands/CreateServerlessCacheCommand";
17
- import { CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput } from "../commands/CreateServerlessCacheSnapshotCommand";
18
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
19
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
20
- import { CreateUserGroupCommandInput, CreateUserGroupCommandOutput } from "../commands/CreateUserGroupCommand";
21
- import { DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "../commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
22
- import { DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput } from "../commands/DecreaseReplicaCountCommand";
23
- import { DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput } from "../commands/DeleteCacheClusterCommand";
24
- import { DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput } from "../commands/DeleteCacheParameterGroupCommand";
25
- import { DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput } from "../commands/DeleteCacheSecurityGroupCommand";
26
- import { DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput } from "../commands/DeleteCacheSubnetGroupCommand";
27
- import { DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput } from "../commands/DeleteGlobalReplicationGroupCommand";
28
- import { DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput } from "../commands/DeleteReplicationGroupCommand";
29
- import { DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput } from "../commands/DeleteServerlessCacheCommand";
30
- import { DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput } from "../commands/DeleteServerlessCacheSnapshotCommand";
31
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
32
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
33
- import { DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput } from "../commands/DeleteUserGroupCommand";
34
- import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "../commands/DescribeCacheClustersCommand";
35
- import { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "../commands/DescribeCacheEngineVersionsCommand";
36
- import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "../commands/DescribeCacheParameterGroupsCommand";
37
- import { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "../commands/DescribeCacheParametersCommand";
38
- import { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "../commands/DescribeCacheSecurityGroupsCommand";
39
- import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "../commands/DescribeCacheSubnetGroupsCommand";
40
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
41
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
42
- import { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "../commands/DescribeGlobalReplicationGroupsCommand";
43
- import { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "../commands/DescribeReplicationGroupsCommand";
44
- import { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "../commands/DescribeReservedCacheNodesCommand";
45
- import { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "../commands/DescribeReservedCacheNodesOfferingsCommand";
46
- import { DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput } from "../commands/DescribeServerlessCachesCommand";
47
- import { DescribeServerlessCacheSnapshotsCommandInput, DescribeServerlessCacheSnapshotsCommandOutput } from "../commands/DescribeServerlessCacheSnapshotsCommand";
48
- import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "../commands/DescribeServiceUpdatesCommand";
49
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
50
- import { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "../commands/DescribeUpdateActionsCommand";
51
- import { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "../commands/DescribeUserGroupsCommand";
52
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
53
- import { DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput } from "../commands/DisassociateGlobalReplicationGroupCommand";
54
- import { ExportServerlessCacheSnapshotCommandInput, ExportServerlessCacheSnapshotCommandOutput } from "../commands/ExportServerlessCacheSnapshotCommand";
55
- import { FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput } from "../commands/FailoverGlobalReplicationGroupCommand";
56
- import { IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "../commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
57
- import { IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput } from "../commands/IncreaseReplicaCountCommand";
58
- import { ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput } from "../commands/ListAllowedNodeTypeModificationsCommand";
59
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
60
- import { ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput } from "../commands/ModifyCacheClusterCommand";
61
- import { ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput } from "../commands/ModifyCacheParameterGroupCommand";
62
- import { ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput } from "../commands/ModifyCacheSubnetGroupCommand";
63
- import { ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput } from "../commands/ModifyGlobalReplicationGroupCommand";
64
- import { ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput } from "../commands/ModifyReplicationGroupCommand";
65
- import { ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput } from "../commands/ModifyReplicationGroupShardConfigurationCommand";
66
- import { ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput } from "../commands/ModifyServerlessCacheCommand";
67
- import { ModifyUserCommandInput, ModifyUserCommandOutput } from "../commands/ModifyUserCommand";
68
- import { ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput } from "../commands/ModifyUserGroupCommand";
69
- import { PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput } from "../commands/PurchaseReservedCacheNodesOfferingCommand";
70
- import { RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "../commands/RebalanceSlotsInGlobalReplicationGroupCommand";
71
- import { RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput } from "../commands/RebootCacheClusterCommand";
72
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
73
- import { ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput } from "../commands/ResetCacheParameterGroupCommand";
74
- import { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput } from "../commands/RevokeCacheSecurityGroupIngressCommand";
75
- import { StartMigrationCommandInput, StartMigrationCommandOutput } from "../commands/StartMigrationCommand";
76
- import { TestFailoverCommandInput, TestFailoverCommandOutput } from "../commands/TestFailoverCommand";
77
- import { TestMigrationCommandInput, TestMigrationCommandOutput } from "../commands/TestMigrationCommand";
78
- /**
79
- * serializeAws_queryAddTagsToResourceCommand
80
- */
81
- export declare const se_AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_queryAuthorizeCacheSecurityGroupIngressCommand
84
- */
85
- export declare const se_AuthorizeCacheSecurityGroupIngressCommand: (input: AuthorizeCacheSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_queryBatchApplyUpdateActionCommand
88
- */
89
- export declare const se_BatchApplyUpdateActionCommand: (input: BatchApplyUpdateActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_queryBatchStopUpdateActionCommand
92
- */
93
- export declare const se_BatchStopUpdateActionCommand: (input: BatchStopUpdateActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_queryCompleteMigrationCommand
96
- */
97
- export declare const se_CompleteMigrationCommand: (input: CompleteMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_queryCopyServerlessCacheSnapshotCommand
100
- */
101
- export declare const se_CopyServerlessCacheSnapshotCommand: (input: CopyServerlessCacheSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_queryCopySnapshotCommand
104
- */
105
- export declare const se_CopySnapshotCommand: (input: CopySnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_queryCreateCacheClusterCommand
108
- */
109
- export declare const se_CreateCacheClusterCommand: (input: CreateCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_queryCreateCacheParameterGroupCommand
112
- */
113
- export declare const se_CreateCacheParameterGroupCommand: (input: CreateCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_queryCreateCacheSecurityGroupCommand
116
- */
117
- export declare const se_CreateCacheSecurityGroupCommand: (input: CreateCacheSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_queryCreateCacheSubnetGroupCommand
120
- */
121
- export declare const se_CreateCacheSubnetGroupCommand: (input: CreateCacheSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_queryCreateGlobalReplicationGroupCommand
124
- */
125
- export declare const se_CreateGlobalReplicationGroupCommand: (input: CreateGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_queryCreateReplicationGroupCommand
128
- */
129
- export declare const se_CreateReplicationGroupCommand: (input: CreateReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_queryCreateServerlessCacheCommand
132
- */
133
- export declare const se_CreateServerlessCacheCommand: (input: CreateServerlessCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_queryCreateServerlessCacheSnapshotCommand
136
- */
137
- export declare const se_CreateServerlessCacheSnapshotCommand: (input: CreateServerlessCacheSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_queryCreateSnapshotCommand
140
- */
141
- export declare const se_CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_queryCreateUserCommand
144
- */
145
- export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_queryCreateUserGroupCommand
148
- */
149
- export declare const se_CreateUserGroupCommand: (input: CreateUserGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand
152
- */
153
- export declare const se_DecreaseNodeGroupsInGlobalReplicationGroupCommand: (input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_queryDecreaseReplicaCountCommand
156
- */
157
- export declare const se_DecreaseReplicaCountCommand: (input: DecreaseReplicaCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_queryDeleteCacheClusterCommand
160
- */
161
- export declare const se_DeleteCacheClusterCommand: (input: DeleteCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_queryDeleteCacheParameterGroupCommand
164
- */
165
- export declare const se_DeleteCacheParameterGroupCommand: (input: DeleteCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_queryDeleteCacheSecurityGroupCommand
168
- */
169
- export declare const se_DeleteCacheSecurityGroupCommand: (input: DeleteCacheSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_queryDeleteCacheSubnetGroupCommand
172
- */
173
- export declare const se_DeleteCacheSubnetGroupCommand: (input: DeleteCacheSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_queryDeleteGlobalReplicationGroupCommand
176
- */
177
- export declare const se_DeleteGlobalReplicationGroupCommand: (input: DeleteGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_queryDeleteReplicationGroupCommand
180
- */
181
- export declare const se_DeleteReplicationGroupCommand: (input: DeleteReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_queryDeleteServerlessCacheCommand
184
- */
185
- export declare const se_DeleteServerlessCacheCommand: (input: DeleteServerlessCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_queryDeleteServerlessCacheSnapshotCommand
188
- */
189
- export declare const se_DeleteServerlessCacheSnapshotCommand: (input: DeleteServerlessCacheSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_queryDeleteSnapshotCommand
192
- */
193
- export declare const se_DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_queryDeleteUserCommand
196
- */
197
- export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_queryDeleteUserGroupCommand
200
- */
201
- export declare const se_DeleteUserGroupCommand: (input: DeleteUserGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_queryDescribeCacheClustersCommand
204
- */
205
- export declare const se_DescribeCacheClustersCommand: (input: DescribeCacheClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_queryDescribeCacheEngineVersionsCommand
208
- */
209
- export declare const se_DescribeCacheEngineVersionsCommand: (input: DescribeCacheEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_queryDescribeCacheParameterGroupsCommand
212
- */
213
- export declare const se_DescribeCacheParameterGroupsCommand: (input: DescribeCacheParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_queryDescribeCacheParametersCommand
216
- */
217
- export declare const se_DescribeCacheParametersCommand: (input: DescribeCacheParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_queryDescribeCacheSecurityGroupsCommand
220
- */
221
- export declare const se_DescribeCacheSecurityGroupsCommand: (input: DescribeCacheSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_queryDescribeCacheSubnetGroupsCommand
224
- */
225
- export declare const se_DescribeCacheSubnetGroupsCommand: (input: DescribeCacheSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_queryDescribeEngineDefaultParametersCommand
228
- */
229
- export declare const se_DescribeEngineDefaultParametersCommand: (input: DescribeEngineDefaultParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_queryDescribeEventsCommand
232
- */
233
- export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_queryDescribeGlobalReplicationGroupsCommand
236
- */
237
- export declare const se_DescribeGlobalReplicationGroupsCommand: (input: DescribeGlobalReplicationGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_queryDescribeReplicationGroupsCommand
240
- */
241
- export declare const se_DescribeReplicationGroupsCommand: (input: DescribeReplicationGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_queryDescribeReservedCacheNodesCommand
244
- */
245
- export declare const se_DescribeReservedCacheNodesCommand: (input: DescribeReservedCacheNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_queryDescribeReservedCacheNodesOfferingsCommand
248
- */
249
- export declare const se_DescribeReservedCacheNodesOfferingsCommand: (input: DescribeReservedCacheNodesOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_queryDescribeServerlessCachesCommand
252
- */
253
- export declare const se_DescribeServerlessCachesCommand: (input: DescribeServerlessCachesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_queryDescribeServerlessCacheSnapshotsCommand
256
- */
257
- export declare const se_DescribeServerlessCacheSnapshotsCommand: (input: DescribeServerlessCacheSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_queryDescribeServiceUpdatesCommand
260
- */
261
- export declare const se_DescribeServiceUpdatesCommand: (input: DescribeServiceUpdatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_queryDescribeSnapshotsCommand
264
- */
265
- export declare const se_DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_queryDescribeUpdateActionsCommand
268
- */
269
- export declare const se_DescribeUpdateActionsCommand: (input: DescribeUpdateActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_queryDescribeUserGroupsCommand
272
- */
273
- export declare const se_DescribeUserGroupsCommand: (input: DescribeUserGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_queryDescribeUsersCommand
276
- */
277
- export declare const se_DescribeUsersCommand: (input: DescribeUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_queryDisassociateGlobalReplicationGroupCommand
280
- */
281
- export declare const se_DisassociateGlobalReplicationGroupCommand: (input: DisassociateGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_queryExportServerlessCacheSnapshotCommand
284
- */
285
- export declare const se_ExportServerlessCacheSnapshotCommand: (input: ExportServerlessCacheSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_queryFailoverGlobalReplicationGroupCommand
288
- */
289
- export declare const se_FailoverGlobalReplicationGroupCommand: (input: FailoverGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupCommand
292
- */
293
- export declare const se_IncreaseNodeGroupsInGlobalReplicationGroupCommand: (input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_queryIncreaseReplicaCountCommand
296
- */
297
- export declare const se_IncreaseReplicaCountCommand: (input: IncreaseReplicaCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_queryListAllowedNodeTypeModificationsCommand
300
- */
301
- export declare const se_ListAllowedNodeTypeModificationsCommand: (input: ListAllowedNodeTypeModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_queryListTagsForResourceCommand
304
- */
305
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_queryModifyCacheClusterCommand
308
- */
309
- export declare const se_ModifyCacheClusterCommand: (input: ModifyCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_queryModifyCacheParameterGroupCommand
312
- */
313
- export declare const se_ModifyCacheParameterGroupCommand: (input: ModifyCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_queryModifyCacheSubnetGroupCommand
316
- */
317
- export declare const se_ModifyCacheSubnetGroupCommand: (input: ModifyCacheSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_queryModifyGlobalReplicationGroupCommand
320
- */
321
- export declare const se_ModifyGlobalReplicationGroupCommand: (input: ModifyGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_queryModifyReplicationGroupCommand
324
- */
325
- export declare const se_ModifyReplicationGroupCommand: (input: ModifyReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_queryModifyReplicationGroupShardConfigurationCommand
328
- */
329
- export declare const se_ModifyReplicationGroupShardConfigurationCommand: (input: ModifyReplicationGroupShardConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_queryModifyServerlessCacheCommand
332
- */
333
- export declare const se_ModifyServerlessCacheCommand: (input: ModifyServerlessCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_queryModifyUserCommand
336
- */
337
- export declare const se_ModifyUserCommand: (input: ModifyUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_queryModifyUserGroupCommand
340
- */
341
- export declare const se_ModifyUserGroupCommand: (input: ModifyUserGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_queryPurchaseReservedCacheNodesOfferingCommand
344
- */
345
- export declare const se_PurchaseReservedCacheNodesOfferingCommand: (input: PurchaseReservedCacheNodesOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand
348
- */
349
- export declare const se_RebalanceSlotsInGlobalReplicationGroupCommand: (input: RebalanceSlotsInGlobalReplicationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_queryRebootCacheClusterCommand
352
- */
353
- export declare const se_RebootCacheClusterCommand: (input: RebootCacheClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_queryRemoveTagsFromResourceCommand
356
- */
357
- export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_queryResetCacheParameterGroupCommand
360
- */
361
- export declare const se_ResetCacheParameterGroupCommand: (input: ResetCacheParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_queryRevokeCacheSecurityGroupIngressCommand
364
- */
365
- export declare const se_RevokeCacheSecurityGroupIngressCommand: (input: RevokeCacheSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_queryStartMigrationCommand
368
- */
369
- export declare const se_StartMigrationCommand: (input: StartMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_queryTestFailoverCommand
372
- */
373
- export declare const se_TestFailoverCommand: (input: TestFailoverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_queryTestMigrationCommand
376
- */
377
- export declare const se_TestMigrationCommand: (input: TestMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * deserializeAws_queryAddTagsToResourceCommand
380
- */
381
- export declare const de_AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
382
- /**
383
- * deserializeAws_queryAuthorizeCacheSecurityGroupIngressCommand
384
- */
385
- export declare const de_AuthorizeCacheSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeCacheSecurityGroupIngressCommandOutput>;
386
- /**
387
- * deserializeAws_queryBatchApplyUpdateActionCommand
388
- */
389
- export declare const de_BatchApplyUpdateActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchApplyUpdateActionCommandOutput>;
390
- /**
391
- * deserializeAws_queryBatchStopUpdateActionCommand
392
- */
393
- export declare const de_BatchStopUpdateActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopUpdateActionCommandOutput>;
394
- /**
395
- * deserializeAws_queryCompleteMigrationCommand
396
- */
397
- export declare const de_CompleteMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteMigrationCommandOutput>;
398
- /**
399
- * deserializeAws_queryCopyServerlessCacheSnapshotCommand
400
- */
401
- export declare const de_CopyServerlessCacheSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyServerlessCacheSnapshotCommandOutput>;
402
- /**
403
- * deserializeAws_queryCopySnapshotCommand
404
- */
405
- export declare const de_CopySnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotCommandOutput>;
406
- /**
407
- * deserializeAws_queryCreateCacheClusterCommand
408
- */
409
- export declare const de_CreateCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheClusterCommandOutput>;
410
- /**
411
- * deserializeAws_queryCreateCacheParameterGroupCommand
412
- */
413
- export declare const de_CreateCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheParameterGroupCommandOutput>;
414
- /**
415
- * deserializeAws_queryCreateCacheSecurityGroupCommand
416
- */
417
- export declare const de_CreateCacheSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheSecurityGroupCommandOutput>;
418
- /**
419
- * deserializeAws_queryCreateCacheSubnetGroupCommand
420
- */
421
- export declare const de_CreateCacheSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCacheSubnetGroupCommandOutput>;
422
- /**
423
- * deserializeAws_queryCreateGlobalReplicationGroupCommand
424
- */
425
- export declare const de_CreateGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalReplicationGroupCommandOutput>;
426
- /**
427
- * deserializeAws_queryCreateReplicationGroupCommand
428
- */
429
- export declare const de_CreateReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationGroupCommandOutput>;
430
- /**
431
- * deserializeAws_queryCreateServerlessCacheCommand
432
- */
433
- export declare const de_CreateServerlessCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerlessCacheCommandOutput>;
434
- /**
435
- * deserializeAws_queryCreateServerlessCacheSnapshotCommand
436
- */
437
- export declare const de_CreateServerlessCacheSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerlessCacheSnapshotCommandOutput>;
438
- /**
439
- * deserializeAws_queryCreateSnapshotCommand
440
- */
441
- export declare const de_CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
442
- /**
443
- * deserializeAws_queryCreateUserCommand
444
- */
445
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
446
- /**
447
- * deserializeAws_queryCreateUserGroupCommand
448
- */
449
- export declare const de_CreateUserGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserGroupCommandOutput>;
450
- /**
451
- * deserializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand
452
- */
453
- export declare const de_DecreaseNodeGroupsInGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
454
- /**
455
- * deserializeAws_queryDecreaseReplicaCountCommand
456
- */
457
- export declare const de_DecreaseReplicaCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseReplicaCountCommandOutput>;
458
- /**
459
- * deserializeAws_queryDeleteCacheClusterCommand
460
- */
461
- export declare const de_DeleteCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheClusterCommandOutput>;
462
- /**
463
- * deserializeAws_queryDeleteCacheParameterGroupCommand
464
- */
465
- export declare const de_DeleteCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheParameterGroupCommandOutput>;
466
- /**
467
- * deserializeAws_queryDeleteCacheSecurityGroupCommand
468
- */
469
- export declare const de_DeleteCacheSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheSecurityGroupCommandOutput>;
470
- /**
471
- * deserializeAws_queryDeleteCacheSubnetGroupCommand
472
- */
473
- export declare const de_DeleteCacheSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCacheSubnetGroupCommandOutput>;
474
- /**
475
- * deserializeAws_queryDeleteGlobalReplicationGroupCommand
476
- */
477
- export declare const de_DeleteGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalReplicationGroupCommandOutput>;
478
- /**
479
- * deserializeAws_queryDeleteReplicationGroupCommand
480
- */
481
- export declare const de_DeleteReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationGroupCommandOutput>;
482
- /**
483
- * deserializeAws_queryDeleteServerlessCacheCommand
484
- */
485
- export declare const de_DeleteServerlessCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerlessCacheCommandOutput>;
486
- /**
487
- * deserializeAws_queryDeleteServerlessCacheSnapshotCommand
488
- */
489
- export declare const de_DeleteServerlessCacheSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerlessCacheSnapshotCommandOutput>;
490
- /**
491
- * deserializeAws_queryDeleteSnapshotCommand
492
- */
493
- export declare const de_DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
494
- /**
495
- * deserializeAws_queryDeleteUserCommand
496
- */
497
- export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
498
- /**
499
- * deserializeAws_queryDeleteUserGroupCommand
500
- */
501
- export declare const de_DeleteUserGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserGroupCommandOutput>;
502
- /**
503
- * deserializeAws_queryDescribeCacheClustersCommand
504
- */
505
- export declare const de_DescribeCacheClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheClustersCommandOutput>;
506
- /**
507
- * deserializeAws_queryDescribeCacheEngineVersionsCommand
508
- */
509
- export declare const de_DescribeCacheEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheEngineVersionsCommandOutput>;
510
- /**
511
- * deserializeAws_queryDescribeCacheParameterGroupsCommand
512
- */
513
- export declare const de_DescribeCacheParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheParameterGroupsCommandOutput>;
514
- /**
515
- * deserializeAws_queryDescribeCacheParametersCommand
516
- */
517
- export declare const de_DescribeCacheParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheParametersCommandOutput>;
518
- /**
519
- * deserializeAws_queryDescribeCacheSecurityGroupsCommand
520
- */
521
- export declare const de_DescribeCacheSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheSecurityGroupsCommandOutput>;
522
- /**
523
- * deserializeAws_queryDescribeCacheSubnetGroupsCommand
524
- */
525
- export declare const de_DescribeCacheSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheSubnetGroupsCommandOutput>;
526
- /**
527
- * deserializeAws_queryDescribeEngineDefaultParametersCommand
528
- */
529
- export declare const de_DescribeEngineDefaultParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineDefaultParametersCommandOutput>;
530
- /**
531
- * deserializeAws_queryDescribeEventsCommand
532
- */
533
- export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
534
- /**
535
- * deserializeAws_queryDescribeGlobalReplicationGroupsCommand
536
- */
537
- export declare const de_DescribeGlobalReplicationGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalReplicationGroupsCommandOutput>;
538
- /**
539
- * deserializeAws_queryDescribeReplicationGroupsCommand
540
- */
541
- export declare const de_DescribeReplicationGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationGroupsCommandOutput>;
542
- /**
543
- * deserializeAws_queryDescribeReservedCacheNodesCommand
544
- */
545
- export declare const de_DescribeReservedCacheNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedCacheNodesCommandOutput>;
546
- /**
547
- * deserializeAws_queryDescribeReservedCacheNodesOfferingsCommand
548
- */
549
- export declare const de_DescribeReservedCacheNodesOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedCacheNodesOfferingsCommandOutput>;
550
- /**
551
- * deserializeAws_queryDescribeServerlessCachesCommand
552
- */
553
- export declare const de_DescribeServerlessCachesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerlessCachesCommandOutput>;
554
- /**
555
- * deserializeAws_queryDescribeServerlessCacheSnapshotsCommand
556
- */
557
- export declare const de_DescribeServerlessCacheSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerlessCacheSnapshotsCommandOutput>;
558
- /**
559
- * deserializeAws_queryDescribeServiceUpdatesCommand
560
- */
561
- export declare const de_DescribeServiceUpdatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceUpdatesCommandOutput>;
562
- /**
563
- * deserializeAws_queryDescribeSnapshotsCommand
564
- */
565
- export declare const de_DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
566
- /**
567
- * deserializeAws_queryDescribeUpdateActionsCommand
568
- */
569
- export declare const de_DescribeUpdateActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateActionsCommandOutput>;
570
- /**
571
- * deserializeAws_queryDescribeUserGroupsCommand
572
- */
573
- export declare const de_DescribeUserGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserGroupsCommandOutput>;
574
- /**
575
- * deserializeAws_queryDescribeUsersCommand
576
- */
577
- export declare const de_DescribeUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsersCommandOutput>;
578
- /**
579
- * deserializeAws_queryDisassociateGlobalReplicationGroupCommand
580
- */
581
- export declare const de_DisassociateGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGlobalReplicationGroupCommandOutput>;
582
- /**
583
- * deserializeAws_queryExportServerlessCacheSnapshotCommand
584
- */
585
- export declare const de_ExportServerlessCacheSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportServerlessCacheSnapshotCommandOutput>;
586
- /**
587
- * deserializeAws_queryFailoverGlobalReplicationGroupCommand
588
- */
589
- export declare const de_FailoverGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverGlobalReplicationGroupCommandOutput>;
590
- /**
591
- * deserializeAws_queryIncreaseNodeGroupsInGlobalReplicationGroupCommand
592
- */
593
- export declare const de_IncreaseNodeGroupsInGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
594
- /**
595
- * deserializeAws_queryIncreaseReplicaCountCommand
596
- */
597
- export declare const de_IncreaseReplicaCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseReplicaCountCommandOutput>;
598
- /**
599
- * deserializeAws_queryListAllowedNodeTypeModificationsCommand
600
- */
601
- export declare const de_ListAllowedNodeTypeModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAllowedNodeTypeModificationsCommandOutput>;
602
- /**
603
- * deserializeAws_queryListTagsForResourceCommand
604
- */
605
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
606
- /**
607
- * deserializeAws_queryModifyCacheClusterCommand
608
- */
609
- export declare const de_ModifyCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCacheClusterCommandOutput>;
610
- /**
611
- * deserializeAws_queryModifyCacheParameterGroupCommand
612
- */
613
- export declare const de_ModifyCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCacheParameterGroupCommandOutput>;
614
- /**
615
- * deserializeAws_queryModifyCacheSubnetGroupCommand
616
- */
617
- export declare const de_ModifyCacheSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCacheSubnetGroupCommandOutput>;
618
- /**
619
- * deserializeAws_queryModifyGlobalReplicationGroupCommand
620
- */
621
- export declare const de_ModifyGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyGlobalReplicationGroupCommandOutput>;
622
- /**
623
- * deserializeAws_queryModifyReplicationGroupCommand
624
- */
625
- export declare const de_ModifyReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReplicationGroupCommandOutput>;
626
- /**
627
- * deserializeAws_queryModifyReplicationGroupShardConfigurationCommand
628
- */
629
- export declare const de_ModifyReplicationGroupShardConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReplicationGroupShardConfigurationCommandOutput>;
630
- /**
631
- * deserializeAws_queryModifyServerlessCacheCommand
632
- */
633
- export declare const de_ModifyServerlessCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyServerlessCacheCommandOutput>;
634
- /**
635
- * deserializeAws_queryModifyUserCommand
636
- */
637
- export declare const de_ModifyUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyUserCommandOutput>;
638
- /**
639
- * deserializeAws_queryModifyUserGroupCommand
640
- */
641
- export declare const de_ModifyUserGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyUserGroupCommandOutput>;
642
- /**
643
- * deserializeAws_queryPurchaseReservedCacheNodesOfferingCommand
644
- */
645
- export declare const de_PurchaseReservedCacheNodesOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedCacheNodesOfferingCommandOutput>;
646
- /**
647
- * deserializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand
648
- */
649
- export declare const de_RebalanceSlotsInGlobalReplicationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
650
- /**
651
- * deserializeAws_queryRebootCacheClusterCommand
652
- */
653
- export declare const de_RebootCacheClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootCacheClusterCommandOutput>;
654
- /**
655
- * deserializeAws_queryRemoveTagsFromResourceCommand
656
- */
657
- export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
658
- /**
659
- * deserializeAws_queryResetCacheParameterGroupCommand
660
- */
661
- export declare const de_ResetCacheParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetCacheParameterGroupCommandOutput>;
662
- /**
663
- * deserializeAws_queryRevokeCacheSecurityGroupIngressCommand
664
- */
665
- export declare const de_RevokeCacheSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeCacheSecurityGroupIngressCommandOutput>;
666
- /**
667
- * deserializeAws_queryStartMigrationCommand
668
- */
669
- export declare const de_StartMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMigrationCommandOutput>;
670
- /**
671
- * deserializeAws_queryTestFailoverCommand
672
- */
673
- export declare const de_TestFailoverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestFailoverCommandOutput>;
674
- /**
675
- * deserializeAws_queryTestMigrationCommand
676
- */
677
- export declare const de_TestMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestMigrationCommandOutput>;