@aws-sdk/client-cloudcontrol 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudControl.d.ts +148 -45
- package/dist-types/ts3.4/CloudControlClient.d.ts +178 -81
- package/dist-types/ts3.4/commands/CancelResourceRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetResourceRequestStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudControlServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +460 -393
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListResourceRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForResourceRequestSuccess.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,393 +1,460 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CloudControlServiceException as __BaseException } from "./CloudControlServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AlreadyExistsException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
export interface CancelResourceRequestOutput {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export declare class
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}
|
|
291
|
-
export interface
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
export interface
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
export
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CloudControlServiceException as __BaseException } from "./CloudControlServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
5
|
+
readonly name: "AlreadyExistsException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message?: string;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
export interface CancelResourceRequestInput {
|
|
14
|
+
RequestToken: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare enum HandlerErrorCode {
|
|
17
|
+
ACCESS_DENIED = "AccessDenied",
|
|
18
|
+
ALREADY_EXISTS = "AlreadyExists",
|
|
19
|
+
GENERAL_SERVICE_EXCEPTION = "GeneralServiceException",
|
|
20
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
21
|
+
INVALID_CREDENTIALS = "InvalidCredentials",
|
|
22
|
+
INVALID_REQUEST = "InvalidRequest",
|
|
23
|
+
NETWORK_FAILURE = "NetworkFailure",
|
|
24
|
+
NOT_FOUND = "NotFound",
|
|
25
|
+
NOT_STABILIZED = "NotStabilized",
|
|
26
|
+
NOT_UPDATABLE = "NotUpdatable",
|
|
27
|
+
RESOURCE_CONFLICT = "ResourceConflict",
|
|
28
|
+
SERVICE_INTERNAL_ERROR = "ServiceInternalError",
|
|
29
|
+
SERVICE_LIMIT_EXCEEDED = "ServiceLimitExceeded",
|
|
30
|
+
SERVICE_TIMEOUT = "ServiceTimeout",
|
|
31
|
+
THROTTLING = "Throttling",
|
|
32
|
+
}
|
|
33
|
+
export declare enum Operation {
|
|
34
|
+
CREATE = "CREATE",
|
|
35
|
+
DELETE = "DELETE",
|
|
36
|
+
UPDATE = "UPDATE",
|
|
37
|
+
}
|
|
38
|
+
export declare enum OperationStatus {
|
|
39
|
+
CANCEL_COMPLETE = "CANCEL_COMPLETE",
|
|
40
|
+
CANCEL_IN_PROGRESS = "CANCEL_IN_PROGRESS",
|
|
41
|
+
FAILED = "FAILED",
|
|
42
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
43
|
+
PENDING = "PENDING",
|
|
44
|
+
SUCCESS = "SUCCESS",
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface ProgressEvent {
|
|
48
|
+
TypeName?: string;
|
|
49
|
+
|
|
50
|
+
Identifier?: string;
|
|
51
|
+
|
|
52
|
+
RequestToken?: string;
|
|
53
|
+
|
|
54
|
+
Operation?: Operation | string;
|
|
55
|
+
|
|
56
|
+
OperationStatus?: OperationStatus | string;
|
|
57
|
+
|
|
58
|
+
EventTime?: Date;
|
|
59
|
+
|
|
60
|
+
ResourceModel?: string;
|
|
61
|
+
|
|
62
|
+
StatusMessage?: string;
|
|
63
|
+
|
|
64
|
+
ErrorCode?: HandlerErrorCode | string;
|
|
65
|
+
|
|
66
|
+
RetryAfter?: Date;
|
|
67
|
+
}
|
|
68
|
+
export interface CancelResourceRequestOutput {
|
|
69
|
+
ProgressEvent?: ProgressEvent;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
73
|
+
readonly name: "ConcurrentModificationException";
|
|
74
|
+
readonly $fault: "server";
|
|
75
|
+
Message?: string;
|
|
76
|
+
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<
|
|
79
|
+
ConcurrentModificationException,
|
|
80
|
+
__BaseException
|
|
81
|
+
>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export declare class RequestTokenNotFoundException extends __BaseException {
|
|
86
|
+
readonly name: "RequestTokenNotFoundException";
|
|
87
|
+
readonly $fault: "client";
|
|
88
|
+
Message?: string;
|
|
89
|
+
|
|
90
|
+
constructor(
|
|
91
|
+
opts: __ExceptionOptionType<RequestTokenNotFoundException, __BaseException>
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export declare class ClientTokenConflictException extends __BaseException {
|
|
96
|
+
readonly name: "ClientTokenConflictException";
|
|
97
|
+
readonly $fault: "client";
|
|
98
|
+
Message?: string;
|
|
99
|
+
|
|
100
|
+
constructor(
|
|
101
|
+
opts: __ExceptionOptionType<ClientTokenConflictException, __BaseException>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export declare class ConcurrentOperationException extends __BaseException {
|
|
106
|
+
readonly name: "ConcurrentOperationException";
|
|
107
|
+
readonly $fault: "client";
|
|
108
|
+
Message?: string;
|
|
109
|
+
|
|
110
|
+
constructor(
|
|
111
|
+
opts: __ExceptionOptionType<ConcurrentOperationException, __BaseException>
|
|
112
|
+
);
|
|
113
|
+
}
|
|
114
|
+
export interface CreateResourceInput {
|
|
115
|
+
TypeName: string | undefined;
|
|
116
|
+
|
|
117
|
+
TypeVersionId?: string;
|
|
118
|
+
|
|
119
|
+
RoleArn?: string;
|
|
120
|
+
|
|
121
|
+
ClientToken?: string;
|
|
122
|
+
|
|
123
|
+
DesiredState: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface CreateResourceOutput {
|
|
126
|
+
ProgressEvent?: ProgressEvent;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export declare class GeneralServiceException extends __BaseException {
|
|
130
|
+
readonly name: "GeneralServiceException";
|
|
131
|
+
readonly $fault: "client";
|
|
132
|
+
Message?: string;
|
|
133
|
+
|
|
134
|
+
constructor(
|
|
135
|
+
opts: __ExceptionOptionType<GeneralServiceException, __BaseException>
|
|
136
|
+
);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export declare class HandlerFailureException extends __BaseException {
|
|
140
|
+
readonly name: "HandlerFailureException";
|
|
141
|
+
readonly $fault: "server";
|
|
142
|
+
Message?: string;
|
|
143
|
+
|
|
144
|
+
constructor(
|
|
145
|
+
opts: __ExceptionOptionType<HandlerFailureException, __BaseException>
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export declare class HandlerInternalFailureException extends __BaseException {
|
|
150
|
+
readonly name: "HandlerInternalFailureException";
|
|
151
|
+
readonly $fault: "server";
|
|
152
|
+
Message?: string;
|
|
153
|
+
|
|
154
|
+
constructor(
|
|
155
|
+
opts: __ExceptionOptionType<
|
|
156
|
+
HandlerInternalFailureException,
|
|
157
|
+
__BaseException
|
|
158
|
+
>
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export declare class InvalidCredentialsException extends __BaseException {
|
|
163
|
+
readonly name: "InvalidCredentialsException";
|
|
164
|
+
readonly $fault: "client";
|
|
165
|
+
Message?: string;
|
|
166
|
+
|
|
167
|
+
constructor(
|
|
168
|
+
opts: __ExceptionOptionType<InvalidCredentialsException, __BaseException>
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
173
|
+
readonly name: "InvalidRequestException";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
Message?: string;
|
|
176
|
+
|
|
177
|
+
constructor(
|
|
178
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
179
|
+
);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export declare class NetworkFailureException extends __BaseException {
|
|
183
|
+
readonly name: "NetworkFailureException";
|
|
184
|
+
readonly $fault: "server";
|
|
185
|
+
Message?: string;
|
|
186
|
+
|
|
187
|
+
constructor(
|
|
188
|
+
opts: __ExceptionOptionType<NetworkFailureException, __BaseException>
|
|
189
|
+
);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export declare class NotStabilizedException extends __BaseException {
|
|
193
|
+
readonly name: "NotStabilizedException";
|
|
194
|
+
readonly $fault: "client";
|
|
195
|
+
Message?: string;
|
|
196
|
+
|
|
197
|
+
constructor(
|
|
198
|
+
opts: __ExceptionOptionType<NotStabilizedException, __BaseException>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export declare class NotUpdatableException extends __BaseException {
|
|
203
|
+
readonly name: "NotUpdatableException";
|
|
204
|
+
readonly $fault: "client";
|
|
205
|
+
Message?: string;
|
|
206
|
+
|
|
207
|
+
constructor(
|
|
208
|
+
opts: __ExceptionOptionType<NotUpdatableException, __BaseException>
|
|
209
|
+
);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export declare class PrivateTypeException extends __BaseException {
|
|
213
|
+
readonly name: "PrivateTypeException";
|
|
214
|
+
readonly $fault: "client";
|
|
215
|
+
Message?: string;
|
|
216
|
+
|
|
217
|
+
constructor(
|
|
218
|
+
opts: __ExceptionOptionType<PrivateTypeException, __BaseException>
|
|
219
|
+
);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export declare class ResourceConflictException extends __BaseException {
|
|
223
|
+
readonly name: "ResourceConflictException";
|
|
224
|
+
readonly $fault: "client";
|
|
225
|
+
Message?: string;
|
|
226
|
+
|
|
227
|
+
constructor(
|
|
228
|
+
opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
|
|
229
|
+
);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
233
|
+
readonly name: "ResourceNotFoundException";
|
|
234
|
+
readonly $fault: "client";
|
|
235
|
+
Message?: string;
|
|
236
|
+
|
|
237
|
+
constructor(
|
|
238
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
239
|
+
);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export declare class ServiceInternalErrorException extends __BaseException {
|
|
243
|
+
readonly name: "ServiceInternalErrorException";
|
|
244
|
+
readonly $fault: "server";
|
|
245
|
+
Message?: string;
|
|
246
|
+
|
|
247
|
+
constructor(
|
|
248
|
+
opts: __ExceptionOptionType<ServiceInternalErrorException, __BaseException>
|
|
249
|
+
);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export declare class ServiceLimitExceededException extends __BaseException {
|
|
253
|
+
readonly name: "ServiceLimitExceededException";
|
|
254
|
+
readonly $fault: "client";
|
|
255
|
+
Message?: string;
|
|
256
|
+
|
|
257
|
+
constructor(
|
|
258
|
+
opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>
|
|
259
|
+
);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export declare class ThrottlingException extends __BaseException {
|
|
263
|
+
readonly name: "ThrottlingException";
|
|
264
|
+
readonly $fault: "client";
|
|
265
|
+
Message?: string;
|
|
266
|
+
|
|
267
|
+
constructor(
|
|
268
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
269
|
+
);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export declare class TypeNotFoundException extends __BaseException {
|
|
273
|
+
readonly name: "TypeNotFoundException";
|
|
274
|
+
readonly $fault: "client";
|
|
275
|
+
Message?: string;
|
|
276
|
+
|
|
277
|
+
constructor(
|
|
278
|
+
opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export declare class UnsupportedActionException extends __BaseException {
|
|
283
|
+
readonly name: "UnsupportedActionException";
|
|
284
|
+
readonly $fault: "client";
|
|
285
|
+
Message?: string;
|
|
286
|
+
|
|
287
|
+
constructor(
|
|
288
|
+
opts: __ExceptionOptionType<UnsupportedActionException, __BaseException>
|
|
289
|
+
);
|
|
290
|
+
}
|
|
291
|
+
export interface DeleteResourceInput {
|
|
292
|
+
TypeName: string | undefined;
|
|
293
|
+
|
|
294
|
+
TypeVersionId?: string;
|
|
295
|
+
|
|
296
|
+
RoleArn?: string;
|
|
297
|
+
|
|
298
|
+
ClientToken?: string;
|
|
299
|
+
|
|
300
|
+
Identifier: string | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface DeleteResourceOutput {
|
|
303
|
+
ProgressEvent?: ProgressEvent;
|
|
304
|
+
}
|
|
305
|
+
export interface GetResourceInput {
|
|
306
|
+
TypeName: string | undefined;
|
|
307
|
+
|
|
308
|
+
TypeVersionId?: string;
|
|
309
|
+
|
|
310
|
+
RoleArn?: string;
|
|
311
|
+
|
|
312
|
+
Identifier: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export interface ResourceDescription {
|
|
316
|
+
Identifier?: string;
|
|
317
|
+
|
|
318
|
+
Properties?: string;
|
|
319
|
+
}
|
|
320
|
+
export interface GetResourceOutput {
|
|
321
|
+
TypeName?: string;
|
|
322
|
+
|
|
323
|
+
ResourceDescription?: ResourceDescription;
|
|
324
|
+
}
|
|
325
|
+
export interface GetResourceRequestStatusInput {
|
|
326
|
+
RequestToken: string | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface GetResourceRequestStatusOutput {
|
|
329
|
+
ProgressEvent?: ProgressEvent;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export interface ResourceRequestStatusFilter {
|
|
333
|
+
Operations?: (Operation | string)[];
|
|
334
|
+
|
|
335
|
+
OperationStatuses?: (OperationStatus | string)[];
|
|
336
|
+
}
|
|
337
|
+
export interface ListResourceRequestsInput {
|
|
338
|
+
MaxResults?: number;
|
|
339
|
+
|
|
340
|
+
NextToken?: string;
|
|
341
|
+
|
|
342
|
+
ResourceRequestStatusFilter?: ResourceRequestStatusFilter;
|
|
343
|
+
}
|
|
344
|
+
export interface ListResourceRequestsOutput {
|
|
345
|
+
ResourceRequestStatusSummaries?: ProgressEvent[];
|
|
346
|
+
|
|
347
|
+
NextToken?: string;
|
|
348
|
+
}
|
|
349
|
+
export interface ListResourcesInput {
|
|
350
|
+
TypeName: string | undefined;
|
|
351
|
+
|
|
352
|
+
TypeVersionId?: string;
|
|
353
|
+
|
|
354
|
+
RoleArn?: string;
|
|
355
|
+
|
|
356
|
+
NextToken?: string;
|
|
357
|
+
|
|
358
|
+
MaxResults?: number;
|
|
359
|
+
|
|
360
|
+
ResourceModel?: string;
|
|
361
|
+
}
|
|
362
|
+
export interface ListResourcesOutput {
|
|
363
|
+
TypeName?: string;
|
|
364
|
+
|
|
365
|
+
ResourceDescriptions?: ResourceDescription[];
|
|
366
|
+
|
|
367
|
+
NextToken?: string;
|
|
368
|
+
}
|
|
369
|
+
export interface UpdateResourceInput {
|
|
370
|
+
TypeName: string | undefined;
|
|
371
|
+
|
|
372
|
+
TypeVersionId?: string;
|
|
373
|
+
|
|
374
|
+
RoleArn?: string;
|
|
375
|
+
|
|
376
|
+
ClientToken?: string;
|
|
377
|
+
|
|
378
|
+
Identifier: string | undefined;
|
|
379
|
+
|
|
380
|
+
PatchDocument: string | undefined;
|
|
381
|
+
}
|
|
382
|
+
export interface UpdateResourceOutput {
|
|
383
|
+
ProgressEvent?: ProgressEvent;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export declare const CancelResourceRequestInputFilterSensitiveLog: (
|
|
387
|
+
obj: CancelResourceRequestInput
|
|
388
|
+
) => any;
|
|
389
|
+
|
|
390
|
+
export declare const ProgressEventFilterSensitiveLog: (
|
|
391
|
+
obj: ProgressEvent
|
|
392
|
+
) => any;
|
|
393
|
+
|
|
394
|
+
export declare const CancelResourceRequestOutputFilterSensitiveLog: (
|
|
395
|
+
obj: CancelResourceRequestOutput
|
|
396
|
+
) => any;
|
|
397
|
+
|
|
398
|
+
export declare const CreateResourceInputFilterSensitiveLog: (
|
|
399
|
+
obj: CreateResourceInput
|
|
400
|
+
) => any;
|
|
401
|
+
|
|
402
|
+
export declare const CreateResourceOutputFilterSensitiveLog: (
|
|
403
|
+
obj: CreateResourceOutput
|
|
404
|
+
) => any;
|
|
405
|
+
|
|
406
|
+
export declare const DeleteResourceInputFilterSensitiveLog: (
|
|
407
|
+
obj: DeleteResourceInput
|
|
408
|
+
) => any;
|
|
409
|
+
|
|
410
|
+
export declare const DeleteResourceOutputFilterSensitiveLog: (
|
|
411
|
+
obj: DeleteResourceOutput
|
|
412
|
+
) => any;
|
|
413
|
+
|
|
414
|
+
export declare const GetResourceInputFilterSensitiveLog: (
|
|
415
|
+
obj: GetResourceInput
|
|
416
|
+
) => any;
|
|
417
|
+
|
|
418
|
+
export declare const ResourceDescriptionFilterSensitiveLog: (
|
|
419
|
+
obj: ResourceDescription
|
|
420
|
+
) => any;
|
|
421
|
+
|
|
422
|
+
export declare const GetResourceOutputFilterSensitiveLog: (
|
|
423
|
+
obj: GetResourceOutput
|
|
424
|
+
) => any;
|
|
425
|
+
|
|
426
|
+
export declare const GetResourceRequestStatusInputFilterSensitiveLog: (
|
|
427
|
+
obj: GetResourceRequestStatusInput
|
|
428
|
+
) => any;
|
|
429
|
+
|
|
430
|
+
export declare const GetResourceRequestStatusOutputFilterSensitiveLog: (
|
|
431
|
+
obj: GetResourceRequestStatusOutput
|
|
432
|
+
) => any;
|
|
433
|
+
|
|
434
|
+
export declare const ResourceRequestStatusFilterFilterSensitiveLog: (
|
|
435
|
+
obj: ResourceRequestStatusFilter
|
|
436
|
+
) => any;
|
|
437
|
+
|
|
438
|
+
export declare const ListResourceRequestsInputFilterSensitiveLog: (
|
|
439
|
+
obj: ListResourceRequestsInput
|
|
440
|
+
) => any;
|
|
441
|
+
|
|
442
|
+
export declare const ListResourceRequestsOutputFilterSensitiveLog: (
|
|
443
|
+
obj: ListResourceRequestsOutput
|
|
444
|
+
) => any;
|
|
445
|
+
|
|
446
|
+
export declare const ListResourcesInputFilterSensitiveLog: (
|
|
447
|
+
obj: ListResourcesInput
|
|
448
|
+
) => any;
|
|
449
|
+
|
|
450
|
+
export declare const ListResourcesOutputFilterSensitiveLog: (
|
|
451
|
+
obj: ListResourcesOutput
|
|
452
|
+
) => any;
|
|
453
|
+
|
|
454
|
+
export declare const UpdateResourceInputFilterSensitiveLog: (
|
|
455
|
+
obj: UpdateResourceInput
|
|
456
|
+
) => any;
|
|
457
|
+
|
|
458
|
+
export declare const UpdateResourceOutputFilterSensitiveLog: (
|
|
459
|
+
obj: UpdateResourceOutput
|
|
460
|
+
) => any;
|