@aws-sdk/client-dax 3.651.1 → 3.654.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 (43) hide show
  1. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateParameterGroupCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateSubnetGroupCommand.d.ts +11 -0
  4. package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteParameterGroupCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeEventsCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +11 -0
  14. package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +11 -0
  15. package/dist-types/commands/ListTagsCommand.d.ts +11 -0
  16. package/dist-types/commands/RebootNodeCommand.d.ts +11 -0
  17. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  18. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  19. package/dist-types/commands/UpdateClusterCommand.d.ts +11 -0
  20. package/dist-types/commands/UpdateParameterGroupCommand.d.ts +11 -0
  21. package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +11 -0
  22. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +12 -1
  43. package/package.json +35 -35
@@ -188,4 +188,15 @@ declare const CreateClusterCommand_base: {
188
188
  * @public
189
189
  */
190
190
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
191
+ /** @internal type navigation helper, not in runtime. */
192
+ protected static __types: {
193
+ api: {
194
+ input: CreateClusterRequest;
195
+ output: CreateClusterResponse;
196
+ };
197
+ sdk: {
198
+ input: CreateClusterCommandInput;
199
+ output: CreateClusterCommandOutput;
200
+ };
201
+ };
191
202
  }
@@ -80,4 +80,15 @@ declare const CreateParameterGroupCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreateParameterGroupCommand extends CreateParameterGroupCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreateParameterGroupRequest;
87
+ output: CreateParameterGroupResponse;
88
+ };
89
+ sdk: {
90
+ input: CreateParameterGroupCommandInput;
91
+ output: CreateParameterGroupCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -88,4 +88,15 @@ declare const CreateSubnetGroupCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateSubnetGroupCommand extends CreateSubnetGroupCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateSubnetGroupRequest;
95
+ output: CreateSubnetGroupResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateSubnetGroupCommandInput;
99
+ output: CreateSubnetGroupCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -140,4 +140,15 @@ declare const DecreaseReplicationFactorCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class DecreaseReplicationFactorCommand extends DecreaseReplicationFactorCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: DecreaseReplicationFactorRequest;
147
+ output: DecreaseReplicationFactorResponse;
148
+ };
149
+ sdk: {
150
+ input: DecreaseReplicationFactorCommandInput;
151
+ output: DecreaseReplicationFactorCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -131,4 +131,15 @@ declare const DeleteClusterCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: DeleteClusterRequest;
138
+ output: DeleteClusterResponse;
139
+ };
140
+ sdk: {
141
+ input: DeleteClusterCommandInput;
142
+ output: DeleteClusterCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -73,4 +73,15 @@ declare const DeleteParameterGroupCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteParameterGroupCommand extends DeleteParameterGroupCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteParameterGroupRequest;
80
+ output: DeleteParameterGroupResponse;
81
+ };
82
+ sdk: {
83
+ input: DeleteParameterGroupCommandInput;
84
+ output: DeleteParameterGroupCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -71,4 +71,15 @@ declare const DeleteSubnetGroupCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteSubnetGroupCommand extends DeleteSubnetGroupCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteSubnetGroupRequest;
78
+ output: DeleteSubnetGroupResponse;
79
+ };
80
+ sdk: {
81
+ input: DeleteSubnetGroupCommandInput;
82
+ output: DeleteSubnetGroupCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -142,4 +142,15 @@ declare const DescribeClustersCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: DescribeClustersRequest;
149
+ output: DescribeClustersResponse;
150
+ };
151
+ sdk: {
152
+ input: DescribeClustersCommandInput;
153
+ output: DescribeClustersCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -87,4 +87,15 @@ declare const DescribeDefaultParametersCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DescribeDefaultParametersRequest;
94
+ output: DescribeDefaultParametersResponse;
95
+ };
96
+ sdk: {
97
+ input: DescribeDefaultParametersCommandInput;
98
+ output: DescribeDefaultParametersCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -84,4 +84,15 @@ declare const DescribeEventsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribeEventsRequest;
91
+ output: DescribeEventsResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribeEventsCommandInput;
95
+ output: DescribeEventsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -80,4 +80,15 @@ declare const DescribeParameterGroupsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeParameterGroupsRequest;
87
+ output: DescribeParameterGroupsResponse;
88
+ };
89
+ sdk: {
90
+ input: DescribeParameterGroupsCommandInput;
91
+ output: DescribeParameterGroupsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -91,4 +91,15 @@ declare const DescribeParametersCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribeParametersRequest;
98
+ output: DescribeParametersResponse;
99
+ };
100
+ sdk: {
101
+ input: DescribeParametersCommandInput;
102
+ output: DescribeParametersCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -82,4 +82,15 @@ declare const DescribeSubnetGroupsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DescribeSubnetGroupsCommand extends DescribeSubnetGroupsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DescribeSubnetGroupsRequest;
89
+ output: DescribeSubnetGroupsResponse;
90
+ };
91
+ sdk: {
92
+ input: DescribeSubnetGroupsCommandInput;
93
+ output: DescribeSubnetGroupsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -146,4 +146,15 @@ declare const IncreaseReplicationFactorCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: IncreaseReplicationFactorRequest;
153
+ output: IncreaseReplicationFactorResponse;
154
+ };
155
+ sdk: {
156
+ input: IncreaseReplicationFactorCommandInput;
157
+ output: IncreaseReplicationFactorCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -84,4 +84,15 @@ declare const ListTagsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListTagsCommand extends ListTagsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListTagsRequest;
91
+ output: ListTagsResponse;
92
+ };
93
+ sdk: {
94
+ input: ListTagsCommandInput;
95
+ output: ListTagsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -137,4 +137,15 @@ declare const RebootNodeCommand_base: {
137
137
  * @public
138
138
  */
139
139
  export declare class RebootNodeCommand extends RebootNodeCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: RebootNodeRequest;
144
+ output: RebootNodeResponse;
145
+ };
146
+ sdk: {
147
+ input: RebootNodeCommandInput;
148
+ output: RebootNodeCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -91,4 +91,15 @@ declare const TagResourceCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class TagResourceCommand extends TagResourceCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: TagResourceRequest;
98
+ output: TagResourceResponse;
99
+ };
100
+ sdk: {
101
+ input: TagResourceCommandInput;
102
+ output: TagResourceCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -88,4 +88,15 @@ declare const UntagResourceCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UntagResourceRequest;
95
+ output: UntagResourceResponse;
96
+ };
97
+ sdk: {
98
+ input: UntagResourceCommandInput;
99
+ output: UntagResourceCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -143,4 +143,15 @@ declare const UpdateClusterCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: UpdateClusterRequest;
150
+ output: UpdateClusterResponse;
151
+ };
152
+ sdk: {
153
+ input: UpdateClusterCommandInput;
154
+ output: UpdateClusterCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -83,4 +83,15 @@ declare const UpdateParameterGroupCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UpdateParameterGroupCommand extends UpdateParameterGroupCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateParameterGroupRequest;
90
+ output: UpdateParameterGroupResponse;
91
+ };
92
+ sdk: {
93
+ input: UpdateParameterGroupCommandInput;
94
+ output: UpdateParameterGroupCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -88,4 +88,15 @@ declare const UpdateSubnetGroupCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class UpdateSubnetGroupCommand extends UpdateSubnetGroupCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UpdateSubnetGroupRequest;
95
+ output: UpdateSubnetGroupResponse;
96
+ };
97
+ sdk: {
98
+ input: UpdateSubnetGroupCommandInput;
99
+ output: UpdateSubnetGroupCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -36,4 +36,15 @@ declare const CreateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
39
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterRequest;
43
+ output: CreateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterCommandInput;
47
+ output: CreateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateParameterGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateParameterGroupCommand extends CreateParameterGroupCommand_base {}
40
+ export declare class CreateParameterGroupCommand extends CreateParameterGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateParameterGroupRequest;
44
+ output: CreateParameterGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateParameterGroupCommandInput;
48
+ output: CreateParameterGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateSubnetGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateSubnetGroupCommand extends CreateSubnetGroupCommand_base {}
40
+ export declare class CreateSubnetGroupCommand extends CreateSubnetGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSubnetGroupRequest;
44
+ output: CreateSubnetGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateSubnetGroupCommandInput;
48
+ output: CreateSubnetGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DecreaseReplicationFactorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DecreaseReplicationFactorCommand extends DecreaseReplicationFactorCommand_base {}
40
+ export declare class DecreaseReplicationFactorCommand extends DecreaseReplicationFactorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DecreaseReplicationFactorRequest;
44
+ output: DecreaseReplicationFactorResponse;
45
+ };
46
+ sdk: {
47
+ input: DecreaseReplicationFactorCommandInput;
48
+ output: DecreaseReplicationFactorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
39
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteClusterRequest;
43
+ output: DeleteClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteClusterCommandInput;
47
+ output: DeleteClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteParameterGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteParameterGroupCommand extends DeleteParameterGroupCommand_base {}
40
+ export declare class DeleteParameterGroupCommand extends DeleteParameterGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteParameterGroupRequest;
44
+ output: DeleteParameterGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteParameterGroupCommandInput;
48
+ output: DeleteParameterGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteSubnetGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteSubnetGroupCommand extends DeleteSubnetGroupCommand_base {}
40
+ export declare class DeleteSubnetGroupCommand extends DeleteSubnetGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteSubnetGroupRequest;
44
+ output: DeleteSubnetGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteSubnetGroupCommandInput;
48
+ output: DeleteSubnetGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeClustersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClustersCommand extends DescribeClustersCommand_base {}
39
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClustersRequest;
43
+ output: DescribeClustersResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeClustersCommandInput;
47
+ output: DescribeClustersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeDefaultParametersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {}
40
+ export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDefaultParametersRequest;
44
+ output: DescribeDefaultParametersResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDefaultParametersCommandInput;
48
+ output: DescribeDefaultParametersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeEventsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeEventsCommand extends DescribeEventsCommand_base {}
39
+ export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeEventsRequest;
43
+ output: DescribeEventsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeEventsCommandInput;
47
+ output: DescribeEventsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeParameterGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {}
40
+ export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeParameterGroupsRequest;
44
+ output: DescribeParameterGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeParameterGroupsCommandInput;
48
+ output: DescribeParameterGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeParametersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeParametersCommand extends DescribeParametersCommand_base {}
40
+ export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeParametersRequest;
44
+ output: DescribeParametersResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeParametersCommandInput;
48
+ output: DescribeParametersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSubnetGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSubnetGroupsCommand extends DescribeSubnetGroupsCommand_base {}
40
+ export declare class DescribeSubnetGroupsCommand extends DescribeSubnetGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSubnetGroupsRequest;
44
+ output: DescribeSubnetGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSubnetGroupsCommandInput;
48
+ output: DescribeSubnetGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const IncreaseReplicationFactorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base {}
40
+ export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: IncreaseReplicationFactorRequest;
44
+ output: IncreaseReplicationFactorResponse;
45
+ };
46
+ sdk: {
47
+ input: IncreaseReplicationFactorCommandInput;
48
+ output: IncreaseReplicationFactorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListTagsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTagsCommand extends ListTagsCommand_base {}
36
+ export declare class ListTagsCommand extends ListTagsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTagsRequest;
40
+ output: ListTagsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTagsCommandInput;
44
+ output: ListTagsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const RebootNodeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RebootNodeCommand extends RebootNodeCommand_base {}
36
+ export declare class RebootNodeCommand extends RebootNodeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RebootNodeRequest;
40
+ output: RebootNodeResponse;
41
+ };
42
+ sdk: {
43
+ input: RebootNodeCommandInput;
44
+ output: RebootNodeCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: TagResourceResponse;
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: UntagResourceResponse;
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateClusterCommand extends UpdateClusterCommand_base {}
39
+ export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateClusterRequest;
43
+ output: UpdateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateClusterCommandInput;
47
+ output: UpdateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateParameterGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateParameterGroupCommand extends UpdateParameterGroupCommand_base {}
40
+ export declare class UpdateParameterGroupCommand extends UpdateParameterGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateParameterGroupRequest;
44
+ output: UpdateParameterGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateParameterGroupCommandInput;
48
+ output: UpdateParameterGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateSubnetGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateSubnetGroupCommand extends UpdateSubnetGroupCommand_base {}
40
+ export declare class UpdateSubnetGroupCommand extends UpdateSubnetGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateSubnetGroupRequest;
44
+ output: UpdateSubnetGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateSubnetGroupCommandInput;
48
+ output: UpdateSubnetGroupCommandOutput;
49
+ };
50
+ };
51
+ }
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.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-dax",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },