@aws-sdk/client-cloudcontrol 3.926.0 → 3.928.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 +593 -747
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudControlClient.js +2 -0
- package/dist-es/commands/CancelResourceRequestCommand.js +3 -10
- package/dist-es/commands/CreateResourceCommand.js +3 -10
- package/dist-es/commands/DeleteResourceCommand.js +3 -10
- package/dist-es/commands/GetResourceCommand.js +3 -10
- package/dist-es/commands/GetResourceRequestStatusCommand.js +3 -10
- package/dist-es/commands/ListResourceRequestsCommand.js +3 -10
- package/dist-es/commands/ListResourcesCommand.js +3 -10
- package/dist-es/commands/UpdateResourceCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -59
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +514 -0
- package/dist-types/CloudControlClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +58 -0
- package/dist-types/ts3.4/CloudControlClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -561
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -74
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -101
|
@@ -0,0 +1,514 @@
|
|
|
1
|
+
const _AEE = "AlreadyExistsException";
|
|
2
|
+
const _CME = "ConcurrentModificationException";
|
|
3
|
+
const _COE = "ConcurrentOperationException";
|
|
4
|
+
const _CR = "CreateResource";
|
|
5
|
+
const _CRI = "CreateResourceInput";
|
|
6
|
+
const _CRO = "CreateResourceOutput";
|
|
7
|
+
const _CRR = "CancelResourceRequest";
|
|
8
|
+
const _CRRI = "CancelResourceRequestInput";
|
|
9
|
+
const _CRRO = "CancelResourceRequestOutput";
|
|
10
|
+
const _CT = "ClientToken";
|
|
11
|
+
const _CTCE = "ClientTokenConflictException";
|
|
12
|
+
const _DR = "DeleteResource";
|
|
13
|
+
const _DRI = "DeleteResourceInput";
|
|
14
|
+
const _DRO = "DeleteResourceOutput";
|
|
15
|
+
const _DS = "DesiredState";
|
|
16
|
+
const _EC = "ErrorCode";
|
|
17
|
+
const _ET = "EventTime";
|
|
18
|
+
const _FM = "FailureMode";
|
|
19
|
+
const _GR = "GetResource";
|
|
20
|
+
const _GRI = "GetResourceInput";
|
|
21
|
+
const _GRO = "GetResourceOutput";
|
|
22
|
+
const _GRRS = "GetResourceRequestStatus";
|
|
23
|
+
const _GRRSI = "GetResourceRequestStatusInput";
|
|
24
|
+
const _GRRSO = "GetResourceRequestStatusOutput";
|
|
25
|
+
const _GSE = "GeneralServiceException";
|
|
26
|
+
const _HET = "HookEventTime";
|
|
27
|
+
const _HFE = "HandlerFailureException";
|
|
28
|
+
const _HIFE = "HandlerInternalFailureException";
|
|
29
|
+
const _HPE = "HooksProgressEvent";
|
|
30
|
+
const _HPEo = "HookProgressEvent";
|
|
31
|
+
const _HRT = "HooksRequestToken";
|
|
32
|
+
const _HS = "HookStatus";
|
|
33
|
+
const _HSM = "HookStatusMessage";
|
|
34
|
+
const _HTA = "HookTypeArn";
|
|
35
|
+
const _HTN = "HookTypeName";
|
|
36
|
+
const _HTVI = "HookTypeVersionId";
|
|
37
|
+
const _I = "Identifier";
|
|
38
|
+
const _ICE = "InvalidCredentialsException";
|
|
39
|
+
const _IP = "InvocationPoint";
|
|
40
|
+
const _IRE = "InvalidRequestException";
|
|
41
|
+
const _LR = "ListResources";
|
|
42
|
+
const _LRI = "ListResourcesInput";
|
|
43
|
+
const _LRO = "ListResourcesOutput";
|
|
44
|
+
const _LRR = "ListResourceRequests";
|
|
45
|
+
const _LRRI = "ListResourceRequestsInput";
|
|
46
|
+
const _LRRO = "ListResourceRequestsOutput";
|
|
47
|
+
const _M = "Message";
|
|
48
|
+
const _MR = "MaxResults";
|
|
49
|
+
const _NFE = "NetworkFailureException";
|
|
50
|
+
const _NSE = "NotStabilizedException";
|
|
51
|
+
const _NT = "NextToken";
|
|
52
|
+
const _NUE = "NotUpdatableException";
|
|
53
|
+
const _O = "Operation";
|
|
54
|
+
const _OS = "OperationStatus";
|
|
55
|
+
const _OSp = "OperationStatuses";
|
|
56
|
+
const _Op = "Operations";
|
|
57
|
+
const _P = "Properties";
|
|
58
|
+
const _PD = "PatchDocument";
|
|
59
|
+
const _PE = "ProgressEvent";
|
|
60
|
+
const _PTE = "PrivateTypeException";
|
|
61
|
+
const _RA = "RoleArn";
|
|
62
|
+
const _RAe = "RetryAfter";
|
|
63
|
+
const _RCE = "ResourceConflictException";
|
|
64
|
+
const _RD = "ResourceDescription";
|
|
65
|
+
const _RDe = "ResourceDescriptions";
|
|
66
|
+
const _RM = "ResourceModel";
|
|
67
|
+
const _RNFE = "ResourceNotFoundException";
|
|
68
|
+
const _RRSF = "ResourceRequestStatusFilter";
|
|
69
|
+
const _RRSS = "ResourceRequestStatusSummaries";
|
|
70
|
+
const _RT = "RequestToken";
|
|
71
|
+
const _RTNFE = "RequestTokenNotFoundException";
|
|
72
|
+
const _SIEE = "ServiceInternalErrorException";
|
|
73
|
+
const _SLEE = "ServiceLimitExceededException";
|
|
74
|
+
const _SM = "StatusMessage";
|
|
75
|
+
const _TE = "ThrottlingException";
|
|
76
|
+
const _TN = "TypeName";
|
|
77
|
+
const _TNFE = "TypeNotFoundException";
|
|
78
|
+
const _TVI = "TypeVersionId";
|
|
79
|
+
const _UAE = "UnsupportedActionException";
|
|
80
|
+
const _UR = "UpdateResource";
|
|
81
|
+
const _URI = "UpdateResourceInput";
|
|
82
|
+
const _URO = "UpdateResourceOutput";
|
|
83
|
+
const _aQE = "awsQueryError";
|
|
84
|
+
const _c = "client";
|
|
85
|
+
const _e = "error";
|
|
86
|
+
const _hE = "httpError";
|
|
87
|
+
const _s = "server";
|
|
88
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudcontrol";
|
|
89
|
+
const n0 = "com.amazonaws.cloudcontrol";
|
|
90
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
91
|
+
import { CloudControlServiceException as __CloudControlServiceException } from "../models/CloudControlServiceException";
|
|
92
|
+
import { AlreadyExistsException as __AlreadyExistsException, ClientTokenConflictException as __ClientTokenConflictException, ConcurrentModificationException as __ConcurrentModificationException, ConcurrentOperationException as __ConcurrentOperationException, GeneralServiceException as __GeneralServiceException, HandlerFailureException as __HandlerFailureException, HandlerInternalFailureException as __HandlerInternalFailureException, InvalidCredentialsException as __InvalidCredentialsException, InvalidRequestException as __InvalidRequestException, NetworkFailureException as __NetworkFailureException, NotStabilizedException as __NotStabilizedException, NotUpdatableException as __NotUpdatableException, PrivateTypeException as __PrivateTypeException, RequestTokenNotFoundException as __RequestTokenNotFoundException, ResourceConflictException as __ResourceConflictException, ResourceNotFoundException as __ResourceNotFoundException, ServiceInternalErrorException as __ServiceInternalErrorException, ServiceLimitExceededException as __ServiceLimitExceededException, ThrottlingException as __ThrottlingException, TypeNotFoundException as __TypeNotFoundException, UnsupportedActionException as __UnsupportedActionException, } from "../models/index";
|
|
93
|
+
export var PatchDocument = [0, n0, _PD, 8, 0];
|
|
94
|
+
export var Properties = [0, n0, _P, 8, 0];
|
|
95
|
+
export var AlreadyExistsException = [
|
|
96
|
+
-3,
|
|
97
|
+
n0,
|
|
98
|
+
_AEE,
|
|
99
|
+
{
|
|
100
|
+
[_e]: _c,
|
|
101
|
+
[_hE]: 400,
|
|
102
|
+
[_aQE]: [`AlreadyExistsException`, 400],
|
|
103
|
+
},
|
|
104
|
+
[_M],
|
|
105
|
+
[0],
|
|
106
|
+
];
|
|
107
|
+
TypeRegistry.for(n0).registerError(AlreadyExistsException, __AlreadyExistsException);
|
|
108
|
+
export var CancelResourceRequestInput = [3, n0, _CRRI, 0, [_RT], [0]];
|
|
109
|
+
export var CancelResourceRequestOutput = [3, n0, _CRRO, 0, [_PE], [[() => ProgressEvent, 0]]];
|
|
110
|
+
export var ClientTokenConflictException = [
|
|
111
|
+
-3,
|
|
112
|
+
n0,
|
|
113
|
+
_CTCE,
|
|
114
|
+
{
|
|
115
|
+
[_e]: _c,
|
|
116
|
+
[_hE]: 409,
|
|
117
|
+
[_aQE]: [`ClientTokenConflictException`, 409],
|
|
118
|
+
},
|
|
119
|
+
[_M],
|
|
120
|
+
[0],
|
|
121
|
+
];
|
|
122
|
+
TypeRegistry.for(n0).registerError(ClientTokenConflictException, __ClientTokenConflictException);
|
|
123
|
+
export var ConcurrentModificationException = [
|
|
124
|
+
-3,
|
|
125
|
+
n0,
|
|
126
|
+
_CME,
|
|
127
|
+
{
|
|
128
|
+
[_e]: _s,
|
|
129
|
+
[_hE]: 500,
|
|
130
|
+
[_aQE]: [`ConcurrentModificationException`, 500],
|
|
131
|
+
},
|
|
132
|
+
[_M],
|
|
133
|
+
[0],
|
|
134
|
+
];
|
|
135
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
136
|
+
export var ConcurrentOperationException = [
|
|
137
|
+
-3,
|
|
138
|
+
n0,
|
|
139
|
+
_COE,
|
|
140
|
+
{
|
|
141
|
+
[_e]: _c,
|
|
142
|
+
[_hE]: 409,
|
|
143
|
+
[_aQE]: [`ConcurrentOperationException`, 409],
|
|
144
|
+
},
|
|
145
|
+
[_M],
|
|
146
|
+
[0],
|
|
147
|
+
];
|
|
148
|
+
TypeRegistry.for(n0).registerError(ConcurrentOperationException, __ConcurrentOperationException);
|
|
149
|
+
export var CreateResourceInput = [
|
|
150
|
+
3,
|
|
151
|
+
n0,
|
|
152
|
+
_CRI,
|
|
153
|
+
0,
|
|
154
|
+
[_TN, _TVI, _RA, _CT, _DS],
|
|
155
|
+
[0, 0, 0, [0, 4], [() => Properties, 0]],
|
|
156
|
+
];
|
|
157
|
+
export var CreateResourceOutput = [3, n0, _CRO, 0, [_PE], [[() => ProgressEvent, 0]]];
|
|
158
|
+
export var DeleteResourceInput = [
|
|
159
|
+
3,
|
|
160
|
+
n0,
|
|
161
|
+
_DRI,
|
|
162
|
+
0,
|
|
163
|
+
[_TN, _TVI, _RA, _CT, _I],
|
|
164
|
+
[0, 0, 0, [0, 4], 0],
|
|
165
|
+
];
|
|
166
|
+
export var DeleteResourceOutput = [3, n0, _DRO, 0, [_PE], [[() => ProgressEvent, 0]]];
|
|
167
|
+
export var GeneralServiceException = [
|
|
168
|
+
-3,
|
|
169
|
+
n0,
|
|
170
|
+
_GSE,
|
|
171
|
+
{
|
|
172
|
+
[_e]: _c,
|
|
173
|
+
[_hE]: 400,
|
|
174
|
+
[_aQE]: [`GeneralServiceException`, 400],
|
|
175
|
+
},
|
|
176
|
+
[_M],
|
|
177
|
+
[0],
|
|
178
|
+
];
|
|
179
|
+
TypeRegistry.for(n0).registerError(GeneralServiceException, __GeneralServiceException);
|
|
180
|
+
export var GetResourceInput = [3, n0, _GRI, 0, [_TN, _TVI, _RA, _I], [0, 0, 0, 0]];
|
|
181
|
+
export var GetResourceOutput = [3, n0, _GRO, 0, [_TN, _RD], [0, [() => ResourceDescription, 0]]];
|
|
182
|
+
export var GetResourceRequestStatusInput = [3, n0, _GRRSI, 0, [_RT], [0]];
|
|
183
|
+
export var GetResourceRequestStatusOutput = [
|
|
184
|
+
3,
|
|
185
|
+
n0,
|
|
186
|
+
_GRRSO,
|
|
187
|
+
0,
|
|
188
|
+
[_PE, _HPE],
|
|
189
|
+
[[() => ProgressEvent, 0], () => HooksProgressEvent],
|
|
190
|
+
];
|
|
191
|
+
export var HandlerFailureException = [
|
|
192
|
+
-3,
|
|
193
|
+
n0,
|
|
194
|
+
_HFE,
|
|
195
|
+
{
|
|
196
|
+
[_e]: _s,
|
|
197
|
+
[_hE]: 502,
|
|
198
|
+
[_aQE]: [`HandlerFailureException`, 502],
|
|
199
|
+
},
|
|
200
|
+
[_M],
|
|
201
|
+
[0],
|
|
202
|
+
];
|
|
203
|
+
TypeRegistry.for(n0).registerError(HandlerFailureException, __HandlerFailureException);
|
|
204
|
+
export var HandlerInternalFailureException = [
|
|
205
|
+
-3,
|
|
206
|
+
n0,
|
|
207
|
+
_HIFE,
|
|
208
|
+
{
|
|
209
|
+
[_e]: _s,
|
|
210
|
+
[_hE]: 502,
|
|
211
|
+
[_aQE]: [`HandlerInternalFailureException`, 502],
|
|
212
|
+
},
|
|
213
|
+
[_M],
|
|
214
|
+
[0],
|
|
215
|
+
];
|
|
216
|
+
TypeRegistry.for(n0).registerError(HandlerInternalFailureException, __HandlerInternalFailureException);
|
|
217
|
+
export var HookProgressEvent = [
|
|
218
|
+
3,
|
|
219
|
+
n0,
|
|
220
|
+
_HPEo,
|
|
221
|
+
0,
|
|
222
|
+
[_HTN, _HTVI, _HTA, _IP, _HS, _HET, _HSM, _FM],
|
|
223
|
+
[0, 0, 0, 0, 0, 4, 0, 0],
|
|
224
|
+
];
|
|
225
|
+
export var InvalidCredentialsException = [
|
|
226
|
+
-3,
|
|
227
|
+
n0,
|
|
228
|
+
_ICE,
|
|
229
|
+
{
|
|
230
|
+
[_e]: _c,
|
|
231
|
+
[_hE]: 401,
|
|
232
|
+
[_aQE]: [`InvalidCredentialsException`, 401],
|
|
233
|
+
},
|
|
234
|
+
[_M],
|
|
235
|
+
[0],
|
|
236
|
+
];
|
|
237
|
+
TypeRegistry.for(n0).registerError(InvalidCredentialsException, __InvalidCredentialsException);
|
|
238
|
+
export var InvalidRequestException = [
|
|
239
|
+
-3,
|
|
240
|
+
n0,
|
|
241
|
+
_IRE,
|
|
242
|
+
{
|
|
243
|
+
[_e]: _c,
|
|
244
|
+
[_hE]: 400,
|
|
245
|
+
[_aQE]: [`InvalidRequestException`, 400],
|
|
246
|
+
},
|
|
247
|
+
[_M],
|
|
248
|
+
[0],
|
|
249
|
+
];
|
|
250
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
251
|
+
export var ListResourceRequestsInput = [
|
|
252
|
+
3,
|
|
253
|
+
n0,
|
|
254
|
+
_LRRI,
|
|
255
|
+
0,
|
|
256
|
+
[_MR, _NT, _RRSF],
|
|
257
|
+
[1, 0, () => ResourceRequestStatusFilter],
|
|
258
|
+
];
|
|
259
|
+
export var ListResourceRequestsOutput = [
|
|
260
|
+
3,
|
|
261
|
+
n0,
|
|
262
|
+
_LRRO,
|
|
263
|
+
0,
|
|
264
|
+
[_RRSS, _NT],
|
|
265
|
+
[[() => ResourceRequestStatusSummaries, 0], 0],
|
|
266
|
+
];
|
|
267
|
+
export var ListResourcesInput = [
|
|
268
|
+
3,
|
|
269
|
+
n0,
|
|
270
|
+
_LRI,
|
|
271
|
+
0,
|
|
272
|
+
[_TN, _TVI, _RA, _NT, _MR, _RM],
|
|
273
|
+
[0, 0, 0, 0, 1, [() => Properties, 0]],
|
|
274
|
+
];
|
|
275
|
+
export var ListResourcesOutput = [
|
|
276
|
+
3,
|
|
277
|
+
n0,
|
|
278
|
+
_LRO,
|
|
279
|
+
0,
|
|
280
|
+
[_TN, _RDe, _NT],
|
|
281
|
+
[0, [() => ResourceDescriptions, 0], 0],
|
|
282
|
+
];
|
|
283
|
+
export var NetworkFailureException = [
|
|
284
|
+
-3,
|
|
285
|
+
n0,
|
|
286
|
+
_NFE,
|
|
287
|
+
{
|
|
288
|
+
[_e]: _s,
|
|
289
|
+
[_hE]: 502,
|
|
290
|
+
[_aQE]: [`NetworkFailureException`, 502],
|
|
291
|
+
},
|
|
292
|
+
[_M],
|
|
293
|
+
[0],
|
|
294
|
+
];
|
|
295
|
+
TypeRegistry.for(n0).registerError(NetworkFailureException, __NetworkFailureException);
|
|
296
|
+
export var NotStabilizedException = [
|
|
297
|
+
-3,
|
|
298
|
+
n0,
|
|
299
|
+
_NSE,
|
|
300
|
+
{
|
|
301
|
+
[_e]: _c,
|
|
302
|
+
[_hE]: 400,
|
|
303
|
+
[_aQE]: [`NotStabilizedException`, 400],
|
|
304
|
+
},
|
|
305
|
+
[_M],
|
|
306
|
+
[0],
|
|
307
|
+
];
|
|
308
|
+
TypeRegistry.for(n0).registerError(NotStabilizedException, __NotStabilizedException);
|
|
309
|
+
export var NotUpdatableException = [
|
|
310
|
+
-3,
|
|
311
|
+
n0,
|
|
312
|
+
_NUE,
|
|
313
|
+
{
|
|
314
|
+
[_e]: _c,
|
|
315
|
+
[_hE]: 400,
|
|
316
|
+
[_aQE]: [`NotUpdatableException`, 400],
|
|
317
|
+
},
|
|
318
|
+
[_M],
|
|
319
|
+
[0],
|
|
320
|
+
];
|
|
321
|
+
TypeRegistry.for(n0).registerError(NotUpdatableException, __NotUpdatableException);
|
|
322
|
+
export var PrivateTypeException = [
|
|
323
|
+
-3,
|
|
324
|
+
n0,
|
|
325
|
+
_PTE,
|
|
326
|
+
{
|
|
327
|
+
[_e]: _c,
|
|
328
|
+
[_hE]: 400,
|
|
329
|
+
[_aQE]: [`PrivateTypeException`, 400],
|
|
330
|
+
},
|
|
331
|
+
[_M],
|
|
332
|
+
[0],
|
|
333
|
+
];
|
|
334
|
+
TypeRegistry.for(n0).registerError(PrivateTypeException, __PrivateTypeException);
|
|
335
|
+
export var ProgressEvent = [
|
|
336
|
+
3,
|
|
337
|
+
n0,
|
|
338
|
+
_PE,
|
|
339
|
+
0,
|
|
340
|
+
[_TN, _I, _RT, _HRT, _O, _OS, _ET, _RM, _SM, _EC, _RAe],
|
|
341
|
+
[0, 0, 0, 0, 0, 0, 4, [() => Properties, 0], 0, 0, 4],
|
|
342
|
+
];
|
|
343
|
+
export var RequestTokenNotFoundException = [
|
|
344
|
+
-3,
|
|
345
|
+
n0,
|
|
346
|
+
_RTNFE,
|
|
347
|
+
{
|
|
348
|
+
[_e]: _c,
|
|
349
|
+
[_hE]: 404,
|
|
350
|
+
[_aQE]: [`RequestTokenNotFoundException`, 404],
|
|
351
|
+
},
|
|
352
|
+
[_M],
|
|
353
|
+
[0],
|
|
354
|
+
];
|
|
355
|
+
TypeRegistry.for(n0).registerError(RequestTokenNotFoundException, __RequestTokenNotFoundException);
|
|
356
|
+
export var ResourceConflictException = [
|
|
357
|
+
-3,
|
|
358
|
+
n0,
|
|
359
|
+
_RCE,
|
|
360
|
+
{
|
|
361
|
+
[_e]: _c,
|
|
362
|
+
[_hE]: 409,
|
|
363
|
+
[_aQE]: [`ResourceConflictException`, 409],
|
|
364
|
+
},
|
|
365
|
+
[_M],
|
|
366
|
+
[0],
|
|
367
|
+
];
|
|
368
|
+
TypeRegistry.for(n0).registerError(ResourceConflictException, __ResourceConflictException);
|
|
369
|
+
export var ResourceDescription = [3, n0, _RD, 0, [_I, _P], [0, [() => Properties, 0]]];
|
|
370
|
+
export var ResourceNotFoundException = [
|
|
371
|
+
-3,
|
|
372
|
+
n0,
|
|
373
|
+
_RNFE,
|
|
374
|
+
{
|
|
375
|
+
[_e]: _c,
|
|
376
|
+
[_hE]: 404,
|
|
377
|
+
[_aQE]: [`ResourceNotFoundException`, 404],
|
|
378
|
+
},
|
|
379
|
+
[_M],
|
|
380
|
+
[0],
|
|
381
|
+
];
|
|
382
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
383
|
+
export var ResourceRequestStatusFilter = [3, n0, _RRSF, 0, [_Op, _OSp], [64 | 0, 64 | 0]];
|
|
384
|
+
export var ServiceInternalErrorException = [
|
|
385
|
+
-3,
|
|
386
|
+
n0,
|
|
387
|
+
_SIEE,
|
|
388
|
+
{
|
|
389
|
+
[_e]: _s,
|
|
390
|
+
[_hE]: 502,
|
|
391
|
+
[_aQE]: [`ServiceInternalErrorException`, 502],
|
|
392
|
+
},
|
|
393
|
+
[_M],
|
|
394
|
+
[0],
|
|
395
|
+
];
|
|
396
|
+
TypeRegistry.for(n0).registerError(ServiceInternalErrorException, __ServiceInternalErrorException);
|
|
397
|
+
export var ServiceLimitExceededException = [
|
|
398
|
+
-3,
|
|
399
|
+
n0,
|
|
400
|
+
_SLEE,
|
|
401
|
+
{
|
|
402
|
+
[_e]: _c,
|
|
403
|
+
[_hE]: 400,
|
|
404
|
+
[_aQE]: [`ServiceLimitExceededException`, 400],
|
|
405
|
+
},
|
|
406
|
+
[_M],
|
|
407
|
+
[0],
|
|
408
|
+
];
|
|
409
|
+
TypeRegistry.for(n0).registerError(ServiceLimitExceededException, __ServiceLimitExceededException);
|
|
410
|
+
export var ThrottlingException = [
|
|
411
|
+
-3,
|
|
412
|
+
n0,
|
|
413
|
+
_TE,
|
|
414
|
+
{
|
|
415
|
+
[_e]: _c,
|
|
416
|
+
[_hE]: 429,
|
|
417
|
+
[_aQE]: [`ThrottlingException`, 429],
|
|
418
|
+
},
|
|
419
|
+
[_M],
|
|
420
|
+
[0],
|
|
421
|
+
];
|
|
422
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
423
|
+
export var TypeNotFoundException = [
|
|
424
|
+
-3,
|
|
425
|
+
n0,
|
|
426
|
+
_TNFE,
|
|
427
|
+
{
|
|
428
|
+
[_e]: _c,
|
|
429
|
+
[_hE]: 404,
|
|
430
|
+
[_aQE]: [`TypeNotFoundException`, 404],
|
|
431
|
+
},
|
|
432
|
+
[_M],
|
|
433
|
+
[0],
|
|
434
|
+
];
|
|
435
|
+
TypeRegistry.for(n0).registerError(TypeNotFoundException, __TypeNotFoundException);
|
|
436
|
+
export var UnsupportedActionException = [
|
|
437
|
+
-3,
|
|
438
|
+
n0,
|
|
439
|
+
_UAE,
|
|
440
|
+
{
|
|
441
|
+
[_e]: _c,
|
|
442
|
+
[_hE]: 405,
|
|
443
|
+
[_aQE]: [`UnsupportedActionException`, 405],
|
|
444
|
+
},
|
|
445
|
+
[_M],
|
|
446
|
+
[0],
|
|
447
|
+
];
|
|
448
|
+
TypeRegistry.for(n0).registerError(UnsupportedActionException, __UnsupportedActionException);
|
|
449
|
+
export var UpdateResourceInput = [
|
|
450
|
+
3,
|
|
451
|
+
n0,
|
|
452
|
+
_URI,
|
|
453
|
+
0,
|
|
454
|
+
[_TN, _TVI, _RA, _CT, _I, _PD],
|
|
455
|
+
[0, 0, 0, [0, 4], 0, [() => PatchDocument, 0]],
|
|
456
|
+
];
|
|
457
|
+
export var UpdateResourceOutput = [3, n0, _URO, 0, [_PE], [[() => ProgressEvent, 0]]];
|
|
458
|
+
export var CloudControlServiceException = [-3, _sm, "CloudControlServiceException", 0, [], []];
|
|
459
|
+
TypeRegistry.for(_sm).registerError(CloudControlServiceException, __CloudControlServiceException);
|
|
460
|
+
export var HooksProgressEvent = [1, n0, _HPE, 0, () => HookProgressEvent];
|
|
461
|
+
export var Operations = 64 | 0;
|
|
462
|
+
export var OperationStatuses = 64 | 0;
|
|
463
|
+
export var ResourceDescriptions = [1, n0, _RDe, 0, [() => ResourceDescription, 0]];
|
|
464
|
+
export var ResourceRequestStatusSummaries = [1, n0, _RRSS, 0, [() => ProgressEvent, 0]];
|
|
465
|
+
export var CancelResourceRequest = [
|
|
466
|
+
9,
|
|
467
|
+
n0,
|
|
468
|
+
_CRR,
|
|
469
|
+
2,
|
|
470
|
+
() => CancelResourceRequestInput,
|
|
471
|
+
() => CancelResourceRequestOutput,
|
|
472
|
+
];
|
|
473
|
+
export var CreateResource = [
|
|
474
|
+
9,
|
|
475
|
+
n0,
|
|
476
|
+
_CR,
|
|
477
|
+
0,
|
|
478
|
+
() => CreateResourceInput,
|
|
479
|
+
() => CreateResourceOutput,
|
|
480
|
+
];
|
|
481
|
+
export var DeleteResource = [
|
|
482
|
+
9,
|
|
483
|
+
n0,
|
|
484
|
+
_DR,
|
|
485
|
+
0,
|
|
486
|
+
() => DeleteResourceInput,
|
|
487
|
+
() => DeleteResourceOutput,
|
|
488
|
+
];
|
|
489
|
+
export var GetResource = [9, n0, _GR, 0, () => GetResourceInput, () => GetResourceOutput];
|
|
490
|
+
export var GetResourceRequestStatus = [
|
|
491
|
+
9,
|
|
492
|
+
n0,
|
|
493
|
+
_GRRS,
|
|
494
|
+
0,
|
|
495
|
+
() => GetResourceRequestStatusInput,
|
|
496
|
+
() => GetResourceRequestStatusOutput,
|
|
497
|
+
];
|
|
498
|
+
export var ListResourceRequests = [
|
|
499
|
+
9,
|
|
500
|
+
n0,
|
|
501
|
+
_LRR,
|
|
502
|
+
0,
|
|
503
|
+
() => ListResourceRequestsInput,
|
|
504
|
+
() => ListResourceRequestsOutput,
|
|
505
|
+
];
|
|
506
|
+
export var ListResources = [9, n0, _LR, 0, () => ListResourcesInput, () => ListResourcesOutput];
|
|
507
|
+
export var UpdateResource = [
|
|
508
|
+
9,
|
|
509
|
+
n0,
|
|
510
|
+
_UR,
|
|
511
|
+
0,
|
|
512
|
+
() => UpdateResourceInput,
|
|
513
|
+
() => UpdateResourceOutput,
|
|
514
|
+
];
|
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput } from "./commands/CancelResourceRequestCommand";
|
|
11
11
|
import { CreateResourceCommandInput, CreateResourceCommandOutput } from "./commands/CreateResourceCommand";
|
|
@@ -149,6 +149,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
149
149
|
* Optional extensions
|
|
150
150
|
*/
|
|
151
151
|
extensions?: RuntimeExtension[];
|
|
152
|
+
/**
|
|
153
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
154
|
+
* may be overridden. A default will always be set by the client.
|
|
155
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
156
|
+
* the client.
|
|
157
|
+
* @alpha
|
|
158
|
+
*
|
|
159
|
+
*/
|
|
160
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
152
161
|
/**
|
|
153
162
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
154
163
|
*/
|
|
@@ -1074,55 +1074,3 @@ export interface UpdateResourceOutput {
|
|
|
1074
1074
|
*/
|
|
1075
1075
|
ProgressEvent?: ProgressEvent | undefined;
|
|
1076
1076
|
}
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
export declare const ProgressEventFilterSensitiveLog: (obj: ProgressEvent) => any;
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
export declare const CancelResourceRequestOutputFilterSensitiveLog: (obj: CancelResourceRequestOutput) => any;
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
export declare const CreateResourceInputFilterSensitiveLog: (obj: CreateResourceInput) => any;
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
export declare const CreateResourceOutputFilterSensitiveLog: (obj: CreateResourceOutput) => any;
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
|
-
export declare const DeleteResourceOutputFilterSensitiveLog: (obj: DeleteResourceOutput) => any;
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
export declare const ResourceDescriptionFilterSensitiveLog: (obj: ResourceDescription) => any;
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
export declare const GetResourceOutputFilterSensitiveLog: (obj: GetResourceOutput) => any;
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
export declare const GetResourceRequestStatusOutputFilterSensitiveLog: (obj: GetResourceRequestStatusOutput) => any;
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
export declare const ListResourceRequestsOutputFilterSensitiveLog: (obj: ListResourceRequestsOutput) => any;
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
export declare const ListResourcesInputFilterSensitiveLog: (obj: ListResourcesInput) => any;
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
|
-
export declare const ListResourcesOutputFilterSensitiveLog: (obj: ListResourcesOutput) => any;
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
export declare const UpdateResourceInputFilterSensitiveLog: (obj: UpdateResourceInput) => any;
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
export declare const UpdateResourceOutputFilterSensitiveLog: (obj: UpdateResourceOutput) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudControlHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var PatchDocument: StaticSimpleSchema;
|
|
3
|
+
export declare var Properties: StaticSimpleSchema;
|
|
4
|
+
export declare var AlreadyExistsException: StaticErrorSchema;
|
|
5
|
+
export declare var CancelResourceRequestInput: StaticStructureSchema;
|
|
6
|
+
export declare var CancelResourceRequestOutput: StaticStructureSchema;
|
|
7
|
+
export declare var ClientTokenConflictException: StaticErrorSchema;
|
|
8
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
9
|
+
export declare var ConcurrentOperationException: StaticErrorSchema;
|
|
10
|
+
export declare var CreateResourceInput: StaticStructureSchema;
|
|
11
|
+
export declare var CreateResourceOutput: StaticStructureSchema;
|
|
12
|
+
export declare var DeleteResourceInput: StaticStructureSchema;
|
|
13
|
+
export declare var DeleteResourceOutput: StaticStructureSchema;
|
|
14
|
+
export declare var GeneralServiceException: StaticErrorSchema;
|
|
15
|
+
export declare var GetResourceInput: StaticStructureSchema;
|
|
16
|
+
export declare var GetResourceOutput: StaticStructureSchema;
|
|
17
|
+
export declare var GetResourceRequestStatusInput: StaticStructureSchema;
|
|
18
|
+
export declare var GetResourceRequestStatusOutput: StaticStructureSchema;
|
|
19
|
+
export declare var HandlerFailureException: StaticErrorSchema;
|
|
20
|
+
export declare var HandlerInternalFailureException: StaticErrorSchema;
|
|
21
|
+
export declare var HookProgressEvent: StaticStructureSchema;
|
|
22
|
+
export declare var InvalidCredentialsException: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
24
|
+
export declare var ListResourceRequestsInput: StaticStructureSchema;
|
|
25
|
+
export declare var ListResourceRequestsOutput: StaticStructureSchema;
|
|
26
|
+
export declare var ListResourcesInput: StaticStructureSchema;
|
|
27
|
+
export declare var ListResourcesOutput: StaticStructureSchema;
|
|
28
|
+
export declare var NetworkFailureException: StaticErrorSchema;
|
|
29
|
+
export declare var NotStabilizedException: StaticErrorSchema;
|
|
30
|
+
export declare var NotUpdatableException: StaticErrorSchema;
|
|
31
|
+
export declare var PrivateTypeException: StaticErrorSchema;
|
|
32
|
+
export declare var ProgressEvent: StaticStructureSchema;
|
|
33
|
+
export declare var RequestTokenNotFoundException: StaticErrorSchema;
|
|
34
|
+
export declare var ResourceConflictException: StaticErrorSchema;
|
|
35
|
+
export declare var ResourceDescription: StaticStructureSchema;
|
|
36
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
37
|
+
export declare var ResourceRequestStatusFilter: StaticStructureSchema;
|
|
38
|
+
export declare var ServiceInternalErrorException: StaticErrorSchema;
|
|
39
|
+
export declare var ServiceLimitExceededException: StaticErrorSchema;
|
|
40
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
41
|
+
export declare var TypeNotFoundException: StaticErrorSchema;
|
|
42
|
+
export declare var UnsupportedActionException: StaticErrorSchema;
|
|
43
|
+
export declare var UpdateResourceInput: StaticStructureSchema;
|
|
44
|
+
export declare var UpdateResourceOutput: StaticStructureSchema;
|
|
45
|
+
export declare var CloudControlServiceException: StaticErrorSchema;
|
|
46
|
+
export declare var HooksProgressEvent: StaticListSchema;
|
|
47
|
+
export declare var Operations: number;
|
|
48
|
+
export declare var OperationStatuses: number;
|
|
49
|
+
export declare var ResourceDescriptions: StaticListSchema;
|
|
50
|
+
export declare var ResourceRequestStatusSummaries: StaticListSchema;
|
|
51
|
+
export declare var CancelResourceRequest: StaticOperationSchema;
|
|
52
|
+
export declare var CreateResource: StaticOperationSchema;
|
|
53
|
+
export declare var DeleteResource: StaticOperationSchema;
|
|
54
|
+
export declare var GetResource: StaticOperationSchema;
|
|
55
|
+
export declare var GetResourceRequestStatus: StaticOperationSchema;
|
|
56
|
+
export declare var ListResourceRequests: StaticOperationSchema;
|
|
57
|
+
export declare var ListResources: StaticOperationSchema;
|
|
58
|
+
export declare var UpdateResource: StaticOperationSchema;
|