@aws-sdk/client-dax 3.933.0 → 3.935.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.
- package/dist-cjs/index.js +34 -33
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +33 -0
- package/dist-es/models/errors.js +337 -0
- package/dist-es/models/models_0.js +1 -370
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +89 -0
- package/dist-types/models/errors.d.ts +352 -0
- package/dist-types/models/models_0.d.ts +1 -441
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +41 -0
- package/dist-types/ts3.4/models/errors.d.ts +212 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -253
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DAXServiceException as __BaseException } from "./DAXServiceException";
|
|
3
|
+
export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
4
|
+
readonly name: "ClusterAlreadyExistsFault";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<ClusterAlreadyExistsFault, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class ClusterQuotaForCustomerExceededFault extends __BaseException {
|
|
11
|
+
readonly name: "ClusterQuotaForCustomerExceededFault";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
constructor(
|
|
14
|
+
opts: __ExceptionOptionType<
|
|
15
|
+
ClusterQuotaForCustomerExceededFault,
|
|
16
|
+
__BaseException
|
|
17
|
+
>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
21
|
+
readonly name: "InsufficientClusterCapacityFault";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
constructor(
|
|
24
|
+
opts: __ExceptionOptionType<
|
|
25
|
+
InsufficientClusterCapacityFault,
|
|
26
|
+
__BaseException
|
|
27
|
+
>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
export declare class InvalidClusterStateFault extends __BaseException {
|
|
31
|
+
readonly name: "InvalidClusterStateFault";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
constructor(
|
|
34
|
+
opts: __ExceptionOptionType<InvalidClusterStateFault, __BaseException>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
38
|
+
readonly name: "InvalidParameterCombinationException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
constructor(
|
|
41
|
+
opts: __ExceptionOptionType<
|
|
42
|
+
InvalidParameterCombinationException,
|
|
43
|
+
__BaseException
|
|
44
|
+
>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
export declare class InvalidParameterGroupStateFault extends __BaseException {
|
|
48
|
+
readonly name: "InvalidParameterGroupStateFault";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
constructor(
|
|
51
|
+
opts: __ExceptionOptionType<
|
|
52
|
+
InvalidParameterGroupStateFault,
|
|
53
|
+
__BaseException
|
|
54
|
+
>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
58
|
+
readonly name: "InvalidParameterValueException";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
constructor(
|
|
61
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
65
|
+
readonly name: "InvalidVPCNetworkStateFault";
|
|
66
|
+
readonly $fault: "client";
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
export declare class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
72
|
+
readonly name: "NodeQuotaForClusterExceededFault";
|
|
73
|
+
readonly $fault: "client";
|
|
74
|
+
constructor(
|
|
75
|
+
opts: __ExceptionOptionType<
|
|
76
|
+
NodeQuotaForClusterExceededFault,
|
|
77
|
+
__BaseException
|
|
78
|
+
>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
82
|
+
readonly name: "NodeQuotaForCustomerExceededFault";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
constructor(
|
|
85
|
+
opts: __ExceptionOptionType<
|
|
86
|
+
NodeQuotaForCustomerExceededFault,
|
|
87
|
+
__BaseException
|
|
88
|
+
>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
export declare class ParameterGroupNotFoundFault extends __BaseException {
|
|
92
|
+
readonly name: "ParameterGroupNotFoundFault";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
constructor(
|
|
95
|
+
opts: __ExceptionOptionType<ParameterGroupNotFoundFault, __BaseException>
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
99
|
+
readonly name: "ServiceLinkedRoleNotFoundFault";
|
|
100
|
+
readonly $fault: "client";
|
|
101
|
+
constructor(
|
|
102
|
+
opts: __ExceptionOptionType<ServiceLinkedRoleNotFoundFault, __BaseException>
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
106
|
+
readonly name: "ServiceQuotaExceededException";
|
|
107
|
+
readonly $fault: "client";
|
|
108
|
+
constructor(
|
|
109
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
110
|
+
);
|
|
111
|
+
}
|
|
112
|
+
export declare class SubnetGroupNotFoundFault extends __BaseException {
|
|
113
|
+
readonly name: "SubnetGroupNotFoundFault";
|
|
114
|
+
readonly $fault: "client";
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<SubnetGroupNotFoundFault, __BaseException>
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
export declare class TagQuotaPerResourceExceeded extends __BaseException {
|
|
120
|
+
readonly name: "TagQuotaPerResourceExceeded";
|
|
121
|
+
readonly $fault: "client";
|
|
122
|
+
constructor(
|
|
123
|
+
opts: __ExceptionOptionType<TagQuotaPerResourceExceeded, __BaseException>
|
|
124
|
+
);
|
|
125
|
+
}
|
|
126
|
+
export declare class ParameterGroupAlreadyExistsFault extends __BaseException {
|
|
127
|
+
readonly name: "ParameterGroupAlreadyExistsFault";
|
|
128
|
+
readonly $fault: "client";
|
|
129
|
+
constructor(
|
|
130
|
+
opts: __ExceptionOptionType<
|
|
131
|
+
ParameterGroupAlreadyExistsFault,
|
|
132
|
+
__BaseException
|
|
133
|
+
>
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
export declare class ParameterGroupQuotaExceededFault extends __BaseException {
|
|
137
|
+
readonly name: "ParameterGroupQuotaExceededFault";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
constructor(
|
|
140
|
+
opts: __ExceptionOptionType<
|
|
141
|
+
ParameterGroupQuotaExceededFault,
|
|
142
|
+
__BaseException
|
|
143
|
+
>
|
|
144
|
+
);
|
|
145
|
+
}
|
|
146
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
147
|
+
readonly name: "InvalidSubnet";
|
|
148
|
+
readonly $fault: "client";
|
|
149
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
150
|
+
}
|
|
151
|
+
export declare class SubnetGroupAlreadyExistsFault extends __BaseException {
|
|
152
|
+
readonly name: "SubnetGroupAlreadyExistsFault";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
constructor(
|
|
155
|
+
opts: __ExceptionOptionType<SubnetGroupAlreadyExistsFault, __BaseException>
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
export declare class SubnetGroupQuotaExceededFault extends __BaseException {
|
|
159
|
+
readonly name: "SubnetGroupQuotaExceededFault";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
constructor(
|
|
162
|
+
opts: __ExceptionOptionType<SubnetGroupQuotaExceededFault, __BaseException>
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
export declare class SubnetNotAllowedFault extends __BaseException {
|
|
166
|
+
readonly name: "SubnetNotAllowedFault";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
constructor(
|
|
169
|
+
opts: __ExceptionOptionType<SubnetNotAllowedFault, __BaseException>
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
export declare class SubnetQuotaExceededFault extends __BaseException {
|
|
173
|
+
readonly name: "SubnetQuotaExceededFault";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<SubnetQuotaExceededFault, __BaseException>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
export declare class ClusterNotFoundFault extends __BaseException {
|
|
180
|
+
readonly name: "ClusterNotFoundFault";
|
|
181
|
+
readonly $fault: "client";
|
|
182
|
+
constructor(
|
|
183
|
+
opts: __ExceptionOptionType<ClusterNotFoundFault, __BaseException>
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
export declare class NodeNotFoundFault extends __BaseException {
|
|
187
|
+
readonly name: "NodeNotFoundFault";
|
|
188
|
+
readonly $fault: "client";
|
|
189
|
+
constructor(opts: __ExceptionOptionType<NodeNotFoundFault, __BaseException>);
|
|
190
|
+
}
|
|
191
|
+
export declare class SubnetGroupInUseFault extends __BaseException {
|
|
192
|
+
readonly name: "SubnetGroupInUseFault";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<SubnetGroupInUseFault, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export declare class InvalidARNFault extends __BaseException {
|
|
199
|
+
readonly name: "InvalidARNFault";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
constructor(opts: __ExceptionOptionType<InvalidARNFault, __BaseException>);
|
|
202
|
+
}
|
|
203
|
+
export declare class TagNotFoundFault extends __BaseException {
|
|
204
|
+
readonly name: "TagNotFoundFault";
|
|
205
|
+
readonly $fault: "client";
|
|
206
|
+
constructor(opts: __ExceptionOptionType<TagNotFoundFault, __BaseException>);
|
|
207
|
+
}
|
|
208
|
+
export declare class SubnetInUse extends __BaseException {
|
|
209
|
+
readonly name: "SubnetInUse";
|
|
210
|
+
readonly $fault: "client";
|
|
211
|
+
constructor(opts: __ExceptionOptionType<SubnetInUse, __BaseException>);
|
|
212
|
+
}
|
|
@@ -1,34 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare class ClusterQuotaForCustomerExceededFault extends __BaseException {
|
|
11
|
-
readonly name: "ClusterQuotaForCustomerExceededFault";
|
|
12
|
-
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<
|
|
15
|
-
ClusterQuotaForCustomerExceededFault,
|
|
16
|
-
__BaseException
|
|
17
|
-
>
|
|
18
|
-
);
|
|
19
|
-
}
|
|
20
|
-
export declare const ClusterEndpointEncryptionType: {
|
|
21
|
-
readonly NONE: "NONE";
|
|
22
|
-
readonly TLS: "TLS";
|
|
23
|
-
};
|
|
24
|
-
export type ClusterEndpointEncryptionType =
|
|
25
|
-
(typeof ClusterEndpointEncryptionType)[keyof typeof ClusterEndpointEncryptionType];
|
|
26
|
-
export declare const NetworkType: {
|
|
27
|
-
readonly DUAL_STACK: "dual_stack";
|
|
28
|
-
readonly IPV4: "ipv4";
|
|
29
|
-
readonly IPV6: "ipv6";
|
|
30
|
-
};
|
|
31
|
-
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
1
|
+
import {
|
|
2
|
+
ChangeType,
|
|
3
|
+
ClusterEndpointEncryptionType,
|
|
4
|
+
IsModifiable,
|
|
5
|
+
NetworkType,
|
|
6
|
+
ParameterType,
|
|
7
|
+
SourceType,
|
|
8
|
+
SSEStatus,
|
|
9
|
+
} from "./enums";
|
|
32
10
|
export interface SSESpecification {
|
|
33
11
|
Enabled: boolean | undefined;
|
|
34
12
|
}
|
|
@@ -79,13 +57,6 @@ export interface SecurityGroupMembership {
|
|
|
79
57
|
SecurityGroupIdentifier?: string | undefined;
|
|
80
58
|
Status?: string | undefined;
|
|
81
59
|
}
|
|
82
|
-
export declare const SSEStatus: {
|
|
83
|
-
readonly DISABLED: "DISABLED";
|
|
84
|
-
readonly DISABLING: "DISABLING";
|
|
85
|
-
readonly ENABLED: "ENABLED";
|
|
86
|
-
readonly ENABLING: "ENABLING";
|
|
87
|
-
};
|
|
88
|
-
export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
|
|
89
60
|
export interface SSEDescription {
|
|
90
61
|
Status?: SSEStatus | undefined;
|
|
91
62
|
}
|
|
@@ -113,112 +84,6 @@ export interface Cluster {
|
|
|
113
84
|
export interface CreateClusterResponse {
|
|
114
85
|
Cluster?: Cluster | undefined;
|
|
115
86
|
}
|
|
116
|
-
export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
117
|
-
readonly name: "InsufficientClusterCapacityFault";
|
|
118
|
-
readonly $fault: "client";
|
|
119
|
-
constructor(
|
|
120
|
-
opts: __ExceptionOptionType<
|
|
121
|
-
InsufficientClusterCapacityFault,
|
|
122
|
-
__BaseException
|
|
123
|
-
>
|
|
124
|
-
);
|
|
125
|
-
}
|
|
126
|
-
export declare class InvalidClusterStateFault extends __BaseException {
|
|
127
|
-
readonly name: "InvalidClusterStateFault";
|
|
128
|
-
readonly $fault: "client";
|
|
129
|
-
constructor(
|
|
130
|
-
opts: __ExceptionOptionType<InvalidClusterStateFault, __BaseException>
|
|
131
|
-
);
|
|
132
|
-
}
|
|
133
|
-
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
134
|
-
readonly name: "InvalidParameterCombinationException";
|
|
135
|
-
readonly $fault: "client";
|
|
136
|
-
constructor(
|
|
137
|
-
opts: __ExceptionOptionType<
|
|
138
|
-
InvalidParameterCombinationException,
|
|
139
|
-
__BaseException
|
|
140
|
-
>
|
|
141
|
-
);
|
|
142
|
-
}
|
|
143
|
-
export declare class InvalidParameterGroupStateFault extends __BaseException {
|
|
144
|
-
readonly name: "InvalidParameterGroupStateFault";
|
|
145
|
-
readonly $fault: "client";
|
|
146
|
-
constructor(
|
|
147
|
-
opts: __ExceptionOptionType<
|
|
148
|
-
InvalidParameterGroupStateFault,
|
|
149
|
-
__BaseException
|
|
150
|
-
>
|
|
151
|
-
);
|
|
152
|
-
}
|
|
153
|
-
export declare class InvalidParameterValueException extends __BaseException {
|
|
154
|
-
readonly name: "InvalidParameterValueException";
|
|
155
|
-
readonly $fault: "client";
|
|
156
|
-
constructor(
|
|
157
|
-
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
158
|
-
);
|
|
159
|
-
}
|
|
160
|
-
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
161
|
-
readonly name: "InvalidVPCNetworkStateFault";
|
|
162
|
-
readonly $fault: "client";
|
|
163
|
-
constructor(
|
|
164
|
-
opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
|
|
165
|
-
);
|
|
166
|
-
}
|
|
167
|
-
export declare class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
168
|
-
readonly name: "NodeQuotaForClusterExceededFault";
|
|
169
|
-
readonly $fault: "client";
|
|
170
|
-
constructor(
|
|
171
|
-
opts: __ExceptionOptionType<
|
|
172
|
-
NodeQuotaForClusterExceededFault,
|
|
173
|
-
__BaseException
|
|
174
|
-
>
|
|
175
|
-
);
|
|
176
|
-
}
|
|
177
|
-
export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
178
|
-
readonly name: "NodeQuotaForCustomerExceededFault";
|
|
179
|
-
readonly $fault: "client";
|
|
180
|
-
constructor(
|
|
181
|
-
opts: __ExceptionOptionType<
|
|
182
|
-
NodeQuotaForCustomerExceededFault,
|
|
183
|
-
__BaseException
|
|
184
|
-
>
|
|
185
|
-
);
|
|
186
|
-
}
|
|
187
|
-
export declare class ParameterGroupNotFoundFault extends __BaseException {
|
|
188
|
-
readonly name: "ParameterGroupNotFoundFault";
|
|
189
|
-
readonly $fault: "client";
|
|
190
|
-
constructor(
|
|
191
|
-
opts: __ExceptionOptionType<ParameterGroupNotFoundFault, __BaseException>
|
|
192
|
-
);
|
|
193
|
-
}
|
|
194
|
-
export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
195
|
-
readonly name: "ServiceLinkedRoleNotFoundFault";
|
|
196
|
-
readonly $fault: "client";
|
|
197
|
-
constructor(
|
|
198
|
-
opts: __ExceptionOptionType<ServiceLinkedRoleNotFoundFault, __BaseException>
|
|
199
|
-
);
|
|
200
|
-
}
|
|
201
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
202
|
-
readonly name: "ServiceQuotaExceededException";
|
|
203
|
-
readonly $fault: "client";
|
|
204
|
-
constructor(
|
|
205
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
206
|
-
);
|
|
207
|
-
}
|
|
208
|
-
export declare class SubnetGroupNotFoundFault extends __BaseException {
|
|
209
|
-
readonly name: "SubnetGroupNotFoundFault";
|
|
210
|
-
readonly $fault: "client";
|
|
211
|
-
constructor(
|
|
212
|
-
opts: __ExceptionOptionType<SubnetGroupNotFoundFault, __BaseException>
|
|
213
|
-
);
|
|
214
|
-
}
|
|
215
|
-
export declare class TagQuotaPerResourceExceeded extends __BaseException {
|
|
216
|
-
readonly name: "TagQuotaPerResourceExceeded";
|
|
217
|
-
readonly $fault: "client";
|
|
218
|
-
constructor(
|
|
219
|
-
opts: __ExceptionOptionType<TagQuotaPerResourceExceeded, __BaseException>
|
|
220
|
-
);
|
|
221
|
-
}
|
|
222
87
|
export interface CreateParameterGroupRequest {
|
|
223
88
|
ParameterGroupName: string | undefined;
|
|
224
89
|
Description?: string | undefined;
|
|
@@ -230,26 +95,6 @@ export interface ParameterGroup {
|
|
|
230
95
|
export interface CreateParameterGroupResponse {
|
|
231
96
|
ParameterGroup?: ParameterGroup | undefined;
|
|
232
97
|
}
|
|
233
|
-
export declare class ParameterGroupAlreadyExistsFault extends __BaseException {
|
|
234
|
-
readonly name: "ParameterGroupAlreadyExistsFault";
|
|
235
|
-
readonly $fault: "client";
|
|
236
|
-
constructor(
|
|
237
|
-
opts: __ExceptionOptionType<
|
|
238
|
-
ParameterGroupAlreadyExistsFault,
|
|
239
|
-
__BaseException
|
|
240
|
-
>
|
|
241
|
-
);
|
|
242
|
-
}
|
|
243
|
-
export declare class ParameterGroupQuotaExceededFault extends __BaseException {
|
|
244
|
-
readonly name: "ParameterGroupQuotaExceededFault";
|
|
245
|
-
readonly $fault: "client";
|
|
246
|
-
constructor(
|
|
247
|
-
opts: __ExceptionOptionType<
|
|
248
|
-
ParameterGroupQuotaExceededFault,
|
|
249
|
-
__BaseException
|
|
250
|
-
>
|
|
251
|
-
);
|
|
252
|
-
}
|
|
253
98
|
export interface CreateSubnetGroupRequest {
|
|
254
99
|
SubnetGroupName: string | undefined;
|
|
255
100
|
Description?: string | undefined;
|
|
@@ -270,46 +115,6 @@ export interface SubnetGroup {
|
|
|
270
115
|
export interface CreateSubnetGroupResponse {
|
|
271
116
|
SubnetGroup?: SubnetGroup | undefined;
|
|
272
117
|
}
|
|
273
|
-
export declare class InvalidSubnet extends __BaseException {
|
|
274
|
-
readonly name: "InvalidSubnet";
|
|
275
|
-
readonly $fault: "client";
|
|
276
|
-
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
277
|
-
}
|
|
278
|
-
export declare class SubnetGroupAlreadyExistsFault extends __BaseException {
|
|
279
|
-
readonly name: "SubnetGroupAlreadyExistsFault";
|
|
280
|
-
readonly $fault: "client";
|
|
281
|
-
constructor(
|
|
282
|
-
opts: __ExceptionOptionType<SubnetGroupAlreadyExistsFault, __BaseException>
|
|
283
|
-
);
|
|
284
|
-
}
|
|
285
|
-
export declare class SubnetGroupQuotaExceededFault extends __BaseException {
|
|
286
|
-
readonly name: "SubnetGroupQuotaExceededFault";
|
|
287
|
-
readonly $fault: "client";
|
|
288
|
-
constructor(
|
|
289
|
-
opts: __ExceptionOptionType<SubnetGroupQuotaExceededFault, __BaseException>
|
|
290
|
-
);
|
|
291
|
-
}
|
|
292
|
-
export declare class SubnetNotAllowedFault extends __BaseException {
|
|
293
|
-
readonly name: "SubnetNotAllowedFault";
|
|
294
|
-
readonly $fault: "client";
|
|
295
|
-
constructor(
|
|
296
|
-
opts: __ExceptionOptionType<SubnetNotAllowedFault, __BaseException>
|
|
297
|
-
);
|
|
298
|
-
}
|
|
299
|
-
export declare class SubnetQuotaExceededFault extends __BaseException {
|
|
300
|
-
readonly name: "SubnetQuotaExceededFault";
|
|
301
|
-
readonly $fault: "client";
|
|
302
|
-
constructor(
|
|
303
|
-
opts: __ExceptionOptionType<SubnetQuotaExceededFault, __BaseException>
|
|
304
|
-
);
|
|
305
|
-
}
|
|
306
|
-
export declare class ClusterNotFoundFault extends __BaseException {
|
|
307
|
-
readonly name: "ClusterNotFoundFault";
|
|
308
|
-
readonly $fault: "client";
|
|
309
|
-
constructor(
|
|
310
|
-
opts: __ExceptionOptionType<ClusterNotFoundFault, __BaseException>
|
|
311
|
-
);
|
|
312
|
-
}
|
|
313
118
|
export interface DecreaseReplicationFactorRequest {
|
|
314
119
|
ClusterName: string | undefined;
|
|
315
120
|
NewReplicationFactor: number | undefined;
|
|
@@ -319,11 +124,6 @@ export interface DecreaseReplicationFactorRequest {
|
|
|
319
124
|
export interface DecreaseReplicationFactorResponse {
|
|
320
125
|
Cluster?: Cluster | undefined;
|
|
321
126
|
}
|
|
322
|
-
export declare class NodeNotFoundFault extends __BaseException {
|
|
323
|
-
readonly name: "NodeNotFoundFault";
|
|
324
|
-
readonly $fault: "client";
|
|
325
|
-
constructor(opts: __ExceptionOptionType<NodeNotFoundFault, __BaseException>);
|
|
326
|
-
}
|
|
327
127
|
export interface DeleteClusterRequest {
|
|
328
128
|
ClusterName: string | undefined;
|
|
329
129
|
}
|
|
@@ -342,13 +142,6 @@ export interface DeleteSubnetGroupRequest {
|
|
|
342
142
|
export interface DeleteSubnetGroupResponse {
|
|
343
143
|
DeletionMessage?: string | undefined;
|
|
344
144
|
}
|
|
345
|
-
export declare class SubnetGroupInUseFault extends __BaseException {
|
|
346
|
-
readonly name: "SubnetGroupInUseFault";
|
|
347
|
-
readonly $fault: "client";
|
|
348
|
-
constructor(
|
|
349
|
-
opts: __ExceptionOptionType<SubnetGroupInUseFault, __BaseException>
|
|
350
|
-
);
|
|
351
|
-
}
|
|
352
145
|
export interface DescribeClustersRequest {
|
|
353
146
|
ClusterNames?: string[] | undefined;
|
|
354
147
|
MaxResults?: number | undefined;
|
|
@@ -362,26 +155,10 @@ export interface DescribeDefaultParametersRequest {
|
|
|
362
155
|
MaxResults?: number | undefined;
|
|
363
156
|
NextToken?: string | undefined;
|
|
364
157
|
}
|
|
365
|
-
export declare const ChangeType: {
|
|
366
|
-
readonly IMMEDIATE: "IMMEDIATE";
|
|
367
|
-
readonly REQUIRES_REBOOT: "REQUIRES_REBOOT";
|
|
368
|
-
};
|
|
369
|
-
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
370
|
-
export declare const IsModifiable: {
|
|
371
|
-
readonly CONDITIONAL: "CONDITIONAL";
|
|
372
|
-
readonly FALSE: "FALSE";
|
|
373
|
-
readonly TRUE: "TRUE";
|
|
374
|
-
};
|
|
375
|
-
export type IsModifiable = (typeof IsModifiable)[keyof typeof IsModifiable];
|
|
376
158
|
export interface NodeTypeSpecificValue {
|
|
377
159
|
NodeType?: string | undefined;
|
|
378
160
|
Value?: string | undefined;
|
|
379
161
|
}
|
|
380
|
-
export declare const ParameterType: {
|
|
381
|
-
readonly DEFAULT: "DEFAULT";
|
|
382
|
-
readonly NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC";
|
|
383
|
-
};
|
|
384
|
-
export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
|
|
385
162
|
export interface Parameter {
|
|
386
163
|
ParameterName?: string | undefined;
|
|
387
164
|
ParameterType?: ParameterType | undefined;
|
|
@@ -398,12 +175,6 @@ export interface DescribeDefaultParametersResponse {
|
|
|
398
175
|
NextToken?: string | undefined;
|
|
399
176
|
Parameters?: Parameter[] | undefined;
|
|
400
177
|
}
|
|
401
|
-
export declare const SourceType: {
|
|
402
|
-
readonly CLUSTER: "CLUSTER";
|
|
403
|
-
readonly PARAMETER_GROUP: "PARAMETER_GROUP";
|
|
404
|
-
readonly SUBNET_GROUP: "SUBNET_GROUP";
|
|
405
|
-
};
|
|
406
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
407
178
|
export interface DescribeEventsRequest {
|
|
408
179
|
SourceName?: string | undefined;
|
|
409
180
|
SourceType?: SourceType | undefined;
|
|
@@ -459,11 +230,6 @@ export interface IncreaseReplicationFactorRequest {
|
|
|
459
230
|
export interface IncreaseReplicationFactorResponse {
|
|
460
231
|
Cluster?: Cluster | undefined;
|
|
461
232
|
}
|
|
462
|
-
export declare class InvalidARNFault extends __BaseException {
|
|
463
|
-
readonly name: "InvalidARNFault";
|
|
464
|
-
readonly $fault: "client";
|
|
465
|
-
constructor(opts: __ExceptionOptionType<InvalidARNFault, __BaseException>);
|
|
466
|
-
}
|
|
467
233
|
export interface ListTagsRequest {
|
|
468
234
|
ResourceName: string | undefined;
|
|
469
235
|
NextToken?: string | undefined;
|
|
@@ -486,11 +252,6 @@ export interface TagResourceRequest {
|
|
|
486
252
|
export interface TagResourceResponse {
|
|
487
253
|
Tags?: Tag[] | undefined;
|
|
488
254
|
}
|
|
489
|
-
export declare class TagNotFoundFault extends __BaseException {
|
|
490
|
-
readonly name: "TagNotFoundFault";
|
|
491
|
-
readonly $fault: "client";
|
|
492
|
-
constructor(opts: __ExceptionOptionType<TagNotFoundFault, __BaseException>);
|
|
493
|
-
}
|
|
494
255
|
export interface UntagResourceRequest {
|
|
495
256
|
ResourceName: string | undefined;
|
|
496
257
|
TagKeys: string[] | undefined;
|
|
@@ -521,11 +282,6 @@ export interface UpdateParameterGroupRequest {
|
|
|
521
282
|
export interface UpdateParameterGroupResponse {
|
|
522
283
|
ParameterGroup?: ParameterGroup | undefined;
|
|
523
284
|
}
|
|
524
|
-
export declare class SubnetInUse extends __BaseException {
|
|
525
|
-
readonly name: "SubnetInUse";
|
|
526
|
-
readonly $fault: "client";
|
|
527
|
-
constructor(opts: __ExceptionOptionType<SubnetInUse, __BaseException>);
|
|
528
|
-
}
|
|
529
285
|
export interface UpdateSubnetGroupRequest {
|
|
530
286
|
SubnetGroupName: string | undefined;
|
|
531
287
|
Description?: string | undefined;
|
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.
|
|
4
|
+
"version": "3.935.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,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|