@aws-sdk/client-dax 3.306.0 → 3.310.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 (47) hide show
  1. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  2. package/dist-cjs/commands/CreateParameterGroupCommand.js +2 -2
  3. package/dist-cjs/commands/CreateSubnetGroupCommand.js +2 -2
  4. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteParameterGroupCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteSubnetGroupCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeDefaultParametersCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeParameterGroupsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeParametersCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +2 -2
  14. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  16. package/dist-cjs/commands/RebootNodeCommand.js +2 -2
  17. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateParameterGroupCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateSubnetGroupCommand.js +2 -2
  22. package/dist-cjs/protocols/Aws_json1_1.js +505 -523
  23. package/dist-es/commands/CreateClusterCommand.js +3 -3
  24. package/dist-es/commands/CreateParameterGroupCommand.js +3 -3
  25. package/dist-es/commands/CreateSubnetGroupCommand.js +3 -3
  26. package/dist-es/commands/DecreaseReplicationFactorCommand.js +3 -3
  27. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  28. package/dist-es/commands/DeleteParameterGroupCommand.js +3 -3
  29. package/dist-es/commands/DeleteSubnetGroupCommand.js +3 -3
  30. package/dist-es/commands/DescribeClustersCommand.js +3 -3
  31. package/dist-es/commands/DescribeDefaultParametersCommand.js +3 -3
  32. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  33. package/dist-es/commands/DescribeParameterGroupsCommand.js +3 -3
  34. package/dist-es/commands/DescribeParametersCommand.js +3 -3
  35. package/dist-es/commands/DescribeSubnetGroupsCommand.js +3 -3
  36. package/dist-es/commands/IncreaseReplicationFactorCommand.js +3 -3
  37. package/dist-es/commands/ListTagsCommand.js +3 -3
  38. package/dist-es/commands/RebootNodeCommand.js +3 -3
  39. package/dist-es/commands/TagResourceCommand.js +3 -3
  40. package/dist-es/commands/UntagResourceCommand.js +3 -3
  41. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  42. package/dist-es/commands/UpdateParameterGroupCommand.js +3 -3
  43. package/dist-es/commands/UpdateSubnetGroupCommand.js +3 -3
  44. package/dist-es/protocols/Aws_json1_1.js +462 -480
  45. package/dist-types/protocols/Aws_json1_1.d.ts +168 -42
  46. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +42 -42
  47. package/package.json +35 -35
@@ -21,45 +21,171 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
21
21
  import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
22
22
  import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "../commands/UpdateParameterGroupCommand";
23
23
  import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "../commands/UpdateSubnetGroupCommand";
24
- export declare const serializeAws_json1_1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1CreateParameterGroupCommand: (input: CreateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1CreateSubnetGroupCommand: (input: CreateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1DecreaseReplicationFactorCommand: (input: DecreaseReplicationFactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1DeleteParameterGroupCommand: (input: DeleteParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DeleteSubnetGroupCommand: (input: DeleteSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeDefaultParametersCommand: (input: DescribeDefaultParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DescribeParameterGroupsCommand: (input: DescribeParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1DescribeParametersCommand: (input: DescribeParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1DescribeSubnetGroupsCommand: (input: DescribeSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1IncreaseReplicationFactorCommand: (input: IncreaseReplicationFactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1RebootNodeCommand: (input: RebootNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1UpdateParameterGroupCommand: (input: UpdateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1UpdateSubnetGroupCommand: (input: UpdateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const deserializeAws_json1_1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
46
- export declare const deserializeAws_json1_1CreateParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParameterGroupCommandOutput>;
47
- export declare const deserializeAws_json1_1CreateSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubnetGroupCommandOutput>;
48
- export declare const deserializeAws_json1_1DecreaseReplicationFactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseReplicationFactorCommandOutput>;
49
- export declare const deserializeAws_json1_1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
50
- export declare const deserializeAws_json1_1DeleteParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParameterGroupCommandOutput>;
51
- export declare const deserializeAws_json1_1DeleteSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubnetGroupCommandOutput>;
52
- export declare const deserializeAws_json1_1DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
53
- export declare const deserializeAws_json1_1DescribeDefaultParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultParametersCommandOutput>;
54
- export declare const deserializeAws_json1_1DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
55
- export declare const deserializeAws_json1_1DescribeParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParameterGroupsCommandOutput>;
56
- export declare const deserializeAws_json1_1DescribeParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParametersCommandOutput>;
57
- export declare const deserializeAws_json1_1DescribeSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubnetGroupsCommandOutput>;
58
- export declare const deserializeAws_json1_1IncreaseReplicationFactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseReplicationFactorCommandOutput>;
59
- export declare const deserializeAws_json1_1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
60
- export declare const deserializeAws_json1_1RebootNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootNodeCommandOutput>;
61
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
62
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
63
- export declare const deserializeAws_json1_1UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
64
- export declare const deserializeAws_json1_1UpdateParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateParameterGroupCommandOutput>;
65
- export declare const deserializeAws_json1_1UpdateSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubnetGroupCommandOutput>;
24
+ /**
25
+ * serializeAws_json1_1CreateClusterCommand
26
+ */
27
+ export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
+ /**
29
+ * serializeAws_json1_1CreateParameterGroupCommand
30
+ */
31
+ export declare const se_CreateParameterGroupCommand: (input: CreateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_json1_1CreateSubnetGroupCommand
34
+ */
35
+ export declare const se_CreateSubnetGroupCommand: (input: CreateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_json1_1DecreaseReplicationFactorCommand
38
+ */
39
+ export declare const se_DecreaseReplicationFactorCommand: (input: DecreaseReplicationFactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_json1_1DeleteClusterCommand
42
+ */
43
+ export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_json1_1DeleteParameterGroupCommand
46
+ */
47
+ export declare const se_DeleteParameterGroupCommand: (input: DeleteParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_json1_1DeleteSubnetGroupCommand
50
+ */
51
+ export declare const se_DeleteSubnetGroupCommand: (input: DeleteSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_json1_1DescribeClustersCommand
54
+ */
55
+ export declare const se_DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_1DescribeDefaultParametersCommand
58
+ */
59
+ export declare const se_DescribeDefaultParametersCommand: (input: DescribeDefaultParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_1DescribeEventsCommand
62
+ */
63
+ export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_1DescribeParameterGroupsCommand
66
+ */
67
+ export declare const se_DescribeParameterGroupsCommand: (input: DescribeParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_json1_1DescribeParametersCommand
70
+ */
71
+ export declare const se_DescribeParametersCommand: (input: DescribeParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_1DescribeSubnetGroupsCommand
74
+ */
75
+ export declare const se_DescribeSubnetGroupsCommand: (input: DescribeSubnetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_1IncreaseReplicationFactorCommand
78
+ */
79
+ export declare const se_IncreaseReplicationFactorCommand: (input: IncreaseReplicationFactorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_1ListTagsCommand
82
+ */
83
+ export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_1RebootNodeCommand
86
+ */
87
+ export declare const se_RebootNodeCommand: (input: RebootNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_1TagResourceCommand
90
+ */
91
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_1UntagResourceCommand
94
+ */
95
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_1UpdateClusterCommand
98
+ */
99
+ export declare const se_UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_1UpdateParameterGroupCommand
102
+ */
103
+ export declare const se_UpdateParameterGroupCommand: (input: UpdateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_1UpdateSubnetGroupCommand
106
+ */
107
+ export declare const se_UpdateSubnetGroupCommand: (input: UpdateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * deserializeAws_json1_1CreateClusterCommand
110
+ */
111
+ export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
112
+ /**
113
+ * deserializeAws_json1_1CreateParameterGroupCommand
114
+ */
115
+ export declare const de_CreateParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParameterGroupCommandOutput>;
116
+ /**
117
+ * deserializeAws_json1_1CreateSubnetGroupCommand
118
+ */
119
+ export declare const de_CreateSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubnetGroupCommandOutput>;
120
+ /**
121
+ * deserializeAws_json1_1DecreaseReplicationFactorCommand
122
+ */
123
+ export declare const de_DecreaseReplicationFactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseReplicationFactorCommandOutput>;
124
+ /**
125
+ * deserializeAws_json1_1DeleteClusterCommand
126
+ */
127
+ export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
128
+ /**
129
+ * deserializeAws_json1_1DeleteParameterGroupCommand
130
+ */
131
+ export declare const de_DeleteParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteParameterGroupCommandOutput>;
132
+ /**
133
+ * deserializeAws_json1_1DeleteSubnetGroupCommand
134
+ */
135
+ export declare const de_DeleteSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubnetGroupCommandOutput>;
136
+ /**
137
+ * deserializeAws_json1_1DescribeClustersCommand
138
+ */
139
+ export declare const de_DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
140
+ /**
141
+ * deserializeAws_json1_1DescribeDefaultParametersCommand
142
+ */
143
+ export declare const de_DescribeDefaultParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultParametersCommandOutput>;
144
+ /**
145
+ * deserializeAws_json1_1DescribeEventsCommand
146
+ */
147
+ export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
148
+ /**
149
+ * deserializeAws_json1_1DescribeParameterGroupsCommand
150
+ */
151
+ export declare const de_DescribeParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParameterGroupsCommandOutput>;
152
+ /**
153
+ * deserializeAws_json1_1DescribeParametersCommand
154
+ */
155
+ export declare const de_DescribeParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeParametersCommandOutput>;
156
+ /**
157
+ * deserializeAws_json1_1DescribeSubnetGroupsCommand
158
+ */
159
+ export declare const de_DescribeSubnetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubnetGroupsCommandOutput>;
160
+ /**
161
+ * deserializeAws_json1_1IncreaseReplicationFactorCommand
162
+ */
163
+ export declare const de_IncreaseReplicationFactorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseReplicationFactorCommandOutput>;
164
+ /**
165
+ * deserializeAws_json1_1ListTagsCommand
166
+ */
167
+ export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
168
+ /**
169
+ * deserializeAws_json1_1RebootNodeCommand
170
+ */
171
+ export declare const de_RebootNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootNodeCommandOutput>;
172
+ /**
173
+ * deserializeAws_json1_1TagResourceCommand
174
+ */
175
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
176
+ /**
177
+ * deserializeAws_json1_1UntagResourceCommand
178
+ */
179
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
180
+ /**
181
+ * deserializeAws_json1_1UpdateClusterCommand
182
+ */
183
+ export declare const de_UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
184
+ /**
185
+ * deserializeAws_json1_1UpdateParameterGroupCommand
186
+ */
187
+ export declare const de_UpdateParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateParameterGroupCommandOutput>;
188
+ /**
189
+ * deserializeAws_json1_1UpdateSubnetGroupCommand
190
+ */
191
+ export declare const de_UpdateSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubnetGroupCommandOutput>;
@@ -87,171 +87,171 @@ import {
87
87
  UpdateSubnetGroupCommandInput,
88
88
  UpdateSubnetGroupCommandOutput,
89
89
  } from "../commands/UpdateSubnetGroupCommand";
90
- export declare const serializeAws_json1_1CreateClusterCommand: (
90
+ export declare const se_CreateClusterCommand: (
91
91
  input: CreateClusterCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1CreateParameterGroupCommand: (
94
+ export declare const se_CreateParameterGroupCommand: (
95
95
  input: CreateParameterGroupCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1CreateSubnetGroupCommand: (
98
+ export declare const se_CreateSubnetGroupCommand: (
99
99
  input: CreateSubnetGroupCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DecreaseReplicationFactorCommand: (
102
+ export declare const se_DecreaseReplicationFactorCommand: (
103
103
  input: DecreaseReplicationFactorCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DeleteClusterCommand: (
106
+ export declare const se_DeleteClusterCommand: (
107
107
  input: DeleteClusterCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1DeleteParameterGroupCommand: (
110
+ export declare const se_DeleteParameterGroupCommand: (
111
111
  input: DeleteParameterGroupCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DeleteSubnetGroupCommand: (
114
+ export declare const se_DeleteSubnetGroupCommand: (
115
115
  input: DeleteSubnetGroupCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DescribeClustersCommand: (
118
+ export declare const se_DescribeClustersCommand: (
119
119
  input: DescribeClustersCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DescribeDefaultParametersCommand: (
122
+ export declare const se_DescribeDefaultParametersCommand: (
123
123
  input: DescribeDefaultParametersCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DescribeEventsCommand: (
126
+ export declare const se_DescribeEventsCommand: (
127
127
  input: DescribeEventsCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DescribeParameterGroupsCommand: (
130
+ export declare const se_DescribeParameterGroupsCommand: (
131
131
  input: DescribeParameterGroupsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DescribeParametersCommand: (
134
+ export declare const se_DescribeParametersCommand: (
135
135
  input: DescribeParametersCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1DescribeSubnetGroupsCommand: (
138
+ export declare const se_DescribeSubnetGroupsCommand: (
139
139
  input: DescribeSubnetGroupsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1IncreaseReplicationFactorCommand: (
142
+ export declare const se_IncreaseReplicationFactorCommand: (
143
143
  input: IncreaseReplicationFactorCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1ListTagsCommand: (
146
+ export declare const se_ListTagsCommand: (
147
147
  input: ListTagsCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1RebootNodeCommand: (
150
+ export declare const se_RebootNodeCommand: (
151
151
  input: RebootNodeCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1TagResourceCommand: (
154
+ export declare const se_TagResourceCommand: (
155
155
  input: TagResourceCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1UntagResourceCommand: (
158
+ export declare const se_UntagResourceCommand: (
159
159
  input: UntagResourceCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1UpdateClusterCommand: (
162
+ export declare const se_UpdateClusterCommand: (
163
163
  input: UpdateClusterCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1UpdateParameterGroupCommand: (
166
+ export declare const se_UpdateParameterGroupCommand: (
167
167
  input: UpdateParameterGroupCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1UpdateSubnetGroupCommand: (
170
+ export declare const se_UpdateSubnetGroupCommand: (
171
171
  input: UpdateSubnetGroupCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const deserializeAws_json1_1CreateClusterCommand: (
174
+ export declare const de_CreateClusterCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<CreateClusterCommandOutput>;
178
- export declare const deserializeAws_json1_1CreateParameterGroupCommand: (
178
+ export declare const de_CreateParameterGroupCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<CreateParameterGroupCommandOutput>;
182
- export declare const deserializeAws_json1_1CreateSubnetGroupCommand: (
182
+ export declare const de_CreateSubnetGroupCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<CreateSubnetGroupCommandOutput>;
186
- export declare const deserializeAws_json1_1DecreaseReplicationFactorCommand: (
186
+ export declare const de_DecreaseReplicationFactorCommand: (
187
187
  output: __HttpResponse,
188
188
  context: __SerdeContext
189
189
  ) => Promise<DecreaseReplicationFactorCommandOutput>;
190
- export declare const deserializeAws_json1_1DeleteClusterCommand: (
190
+ export declare const de_DeleteClusterCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<DeleteClusterCommandOutput>;
194
- export declare const deserializeAws_json1_1DeleteParameterGroupCommand: (
194
+ export declare const de_DeleteParameterGroupCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<DeleteParameterGroupCommandOutput>;
198
- export declare const deserializeAws_json1_1DeleteSubnetGroupCommand: (
198
+ export declare const de_DeleteSubnetGroupCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<DeleteSubnetGroupCommandOutput>;
202
- export declare const deserializeAws_json1_1DescribeClustersCommand: (
202
+ export declare const de_DescribeClustersCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<DescribeClustersCommandOutput>;
206
- export declare const deserializeAws_json1_1DescribeDefaultParametersCommand: (
206
+ export declare const de_DescribeDefaultParametersCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<DescribeDefaultParametersCommandOutput>;
210
- export declare const deserializeAws_json1_1DescribeEventsCommand: (
210
+ export declare const de_DescribeEventsCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<DescribeEventsCommandOutput>;
214
- export declare const deserializeAws_json1_1DescribeParameterGroupsCommand: (
214
+ export declare const de_DescribeParameterGroupsCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<DescribeParameterGroupsCommandOutput>;
218
- export declare const deserializeAws_json1_1DescribeParametersCommand: (
218
+ export declare const de_DescribeParametersCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<DescribeParametersCommandOutput>;
222
- export declare const deserializeAws_json1_1DescribeSubnetGroupsCommand: (
222
+ export declare const de_DescribeSubnetGroupsCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DescribeSubnetGroupsCommandOutput>;
226
- export declare const deserializeAws_json1_1IncreaseReplicationFactorCommand: (
226
+ export declare const de_IncreaseReplicationFactorCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<IncreaseReplicationFactorCommandOutput>;
230
- export declare const deserializeAws_json1_1ListTagsCommand: (
230
+ export declare const de_ListTagsCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<ListTagsCommandOutput>;
234
- export declare const deserializeAws_json1_1RebootNodeCommand: (
234
+ export declare const de_RebootNodeCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<RebootNodeCommandOutput>;
238
- export declare const deserializeAws_json1_1TagResourceCommand: (
238
+ export declare const de_TagResourceCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<TagResourceCommandOutput>;
242
- export declare const deserializeAws_json1_1UntagResourceCommand: (
242
+ export declare const de_UntagResourceCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<UntagResourceCommandOutput>;
246
- export declare const deserializeAws_json1_1UpdateClusterCommand: (
246
+ export declare const de_UpdateClusterCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<UpdateClusterCommandOutput>;
250
- export declare const deserializeAws_json1_1UpdateParameterGroupCommand: (
250
+ export declare const de_UpdateParameterGroupCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<UpdateParameterGroupCommandOutput>;
254
- export declare const deserializeAws_json1_1UpdateSubnetGroupCommand: (
254
+ export declare const de_UpdateSubnetGroupCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<UpdateSubnetGroupCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dax",
3
3
  "description": "AWS SDK for JavaScript Dax Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",