@aws-sdk/client-cloudcontrol 3.1075.0 → 3.1076.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.
@@ -1,407 +0,0 @@
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 = "smithy.ts.sdk.synthetic.com.amazonaws.cloudcontrol";
88
- const _se = "server";
89
- const n0 = "com.amazonaws.cloudcontrol";
90
- const { TypeRegistry } = require("@smithy/core/schema");
91
- const { CloudControlServiceException } = require("../models/CloudControlServiceException");
92
- const { AlreadyExistsException, ClientTokenConflictException, ConcurrentModificationException, ConcurrentOperationException, GeneralServiceException, HandlerFailureException, HandlerInternalFailureException, InvalidCredentialsException, InvalidRequestException, NetworkFailureException, NotStabilizedException, NotUpdatableException, PrivateTypeException, RequestTokenNotFoundException, ResourceConflictException, ResourceNotFoundException, ServiceInternalErrorException, ServiceLimitExceededException, ThrottlingException, TypeNotFoundException, UnsupportedActionException } = require("../models/errors");
93
- const _s_registry = TypeRegistry.for(_s);
94
- const CloudControlServiceException$ = [-3, _s, "CloudControlServiceException", 0, [], []];
95
- exports.CloudControlServiceException$ = CloudControlServiceException$;
96
- _s_registry.registerError(CloudControlServiceException$, CloudControlServiceException);
97
- const n0_registry = TypeRegistry.for(n0);
98
- const AlreadyExistsException$ = [-3, n0, _AEE,
99
- { [_aQE]: [`AlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
100
- [_M],
101
- [0]
102
- ];
103
- exports.AlreadyExistsException$ = AlreadyExistsException$;
104
- n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
105
- const ClientTokenConflictException$ = [-3, n0, _CTCE,
106
- { [_aQE]: [`ClientTokenConflictException`, 409], [_e]: _c, [_hE]: 409 },
107
- [_M],
108
- [0]
109
- ];
110
- exports.ClientTokenConflictException$ = ClientTokenConflictException$;
111
- n0_registry.registerError(ClientTokenConflictException$, ClientTokenConflictException);
112
- const ConcurrentModificationException$ = [-3, n0, _CME,
113
- { [_aQE]: [`ConcurrentModificationException`, 500], [_e]: _se, [_hE]: 500 },
114
- [_M],
115
- [0]
116
- ];
117
- exports.ConcurrentModificationException$ = ConcurrentModificationException$;
118
- n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
119
- const ConcurrentOperationException$ = [-3, n0, _COE,
120
- { [_aQE]: [`ConcurrentOperationException`, 409], [_e]: _c, [_hE]: 409 },
121
- [_M],
122
- [0]
123
- ];
124
- exports.ConcurrentOperationException$ = ConcurrentOperationException$;
125
- n0_registry.registerError(ConcurrentOperationException$, ConcurrentOperationException);
126
- const GeneralServiceException$ = [-3, n0, _GSE,
127
- { [_aQE]: [`GeneralServiceException`, 400], [_e]: _c, [_hE]: 400 },
128
- [_M],
129
- [0]
130
- ];
131
- exports.GeneralServiceException$ = GeneralServiceException$;
132
- n0_registry.registerError(GeneralServiceException$, GeneralServiceException);
133
- const HandlerFailureException$ = [-3, n0, _HFE,
134
- { [_aQE]: [`HandlerFailureException`, 502], [_e]: _se, [_hE]: 502 },
135
- [_M],
136
- [0]
137
- ];
138
- exports.HandlerFailureException$ = HandlerFailureException$;
139
- n0_registry.registerError(HandlerFailureException$, HandlerFailureException);
140
- const HandlerInternalFailureException$ = [-3, n0, _HIFE,
141
- { [_aQE]: [`HandlerInternalFailureException`, 502], [_e]: _se, [_hE]: 502 },
142
- [_M],
143
- [0]
144
- ];
145
- exports.HandlerInternalFailureException$ = HandlerInternalFailureException$;
146
- n0_registry.registerError(HandlerInternalFailureException$, HandlerInternalFailureException);
147
- const InvalidCredentialsException$ = [-3, n0, _ICE,
148
- { [_aQE]: [`InvalidCredentialsException`, 401], [_e]: _c, [_hE]: 401 },
149
- [_M],
150
- [0]
151
- ];
152
- exports.InvalidCredentialsException$ = InvalidCredentialsException$;
153
- n0_registry.registerError(InvalidCredentialsException$, InvalidCredentialsException);
154
- const InvalidRequestException$ = [-3, n0, _IRE,
155
- { [_aQE]: [`InvalidRequestException`, 400], [_e]: _c, [_hE]: 400 },
156
- [_M],
157
- [0]
158
- ];
159
- exports.InvalidRequestException$ = InvalidRequestException$;
160
- n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
161
- const NetworkFailureException$ = [-3, n0, _NFE,
162
- { [_aQE]: [`NetworkFailureException`, 502], [_e]: _se, [_hE]: 502 },
163
- [_M],
164
- [0]
165
- ];
166
- exports.NetworkFailureException$ = NetworkFailureException$;
167
- n0_registry.registerError(NetworkFailureException$, NetworkFailureException);
168
- const NotStabilizedException$ = [-3, n0, _NSE,
169
- { [_aQE]: [`NotStabilizedException`, 400], [_e]: _c, [_hE]: 400 },
170
- [_M],
171
- [0]
172
- ];
173
- exports.NotStabilizedException$ = NotStabilizedException$;
174
- n0_registry.registerError(NotStabilizedException$, NotStabilizedException);
175
- const NotUpdatableException$ = [-3, n0, _NUE,
176
- { [_aQE]: [`NotUpdatableException`, 400], [_e]: _c, [_hE]: 400 },
177
- [_M],
178
- [0]
179
- ];
180
- exports.NotUpdatableException$ = NotUpdatableException$;
181
- n0_registry.registerError(NotUpdatableException$, NotUpdatableException);
182
- const PrivateTypeException$ = [-3, n0, _PTE,
183
- { [_aQE]: [`PrivateTypeException`, 400], [_e]: _c, [_hE]: 400 },
184
- [_M],
185
- [0]
186
- ];
187
- exports.PrivateTypeException$ = PrivateTypeException$;
188
- n0_registry.registerError(PrivateTypeException$, PrivateTypeException);
189
- const RequestTokenNotFoundException$ = [-3, n0, _RTNFE,
190
- { [_aQE]: [`RequestTokenNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
191
- [_M],
192
- [0]
193
- ];
194
- exports.RequestTokenNotFoundException$ = RequestTokenNotFoundException$;
195
- n0_registry.registerError(RequestTokenNotFoundException$, RequestTokenNotFoundException);
196
- const ResourceConflictException$ = [-3, n0, _RCE,
197
- { [_aQE]: [`ResourceConflictException`, 409], [_e]: _c, [_hE]: 409 },
198
- [_M],
199
- [0]
200
- ];
201
- exports.ResourceConflictException$ = ResourceConflictException$;
202
- n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
203
- const ResourceNotFoundException$ = [-3, n0, _RNFE,
204
- { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
205
- [_M],
206
- [0]
207
- ];
208
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
209
- n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
210
- const ServiceInternalErrorException$ = [-3, n0, _SIEE,
211
- { [_aQE]: [`ServiceInternalErrorException`, 502], [_e]: _se, [_hE]: 502 },
212
- [_M],
213
- [0]
214
- ];
215
- exports.ServiceInternalErrorException$ = ServiceInternalErrorException$;
216
- n0_registry.registerError(ServiceInternalErrorException$, ServiceInternalErrorException);
217
- const ServiceLimitExceededException$ = [-3, n0, _SLEE,
218
- { [_aQE]: [`ServiceLimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
219
- [_M],
220
- [0]
221
- ];
222
- exports.ServiceLimitExceededException$ = ServiceLimitExceededException$;
223
- n0_registry.registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
224
- const ThrottlingException$ = [-3, n0, _TE,
225
- { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
226
- [_M],
227
- [0]
228
- ];
229
- exports.ThrottlingException$ = ThrottlingException$;
230
- n0_registry.registerError(ThrottlingException$, ThrottlingException);
231
- const TypeNotFoundException$ = [-3, n0, _TNFE,
232
- { [_aQE]: [`TypeNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
233
- [_M],
234
- [0]
235
- ];
236
- exports.TypeNotFoundException$ = TypeNotFoundException$;
237
- n0_registry.registerError(TypeNotFoundException$, TypeNotFoundException);
238
- const UnsupportedActionException$ = [-3, n0, _UAE,
239
- { [_aQE]: [`UnsupportedActionException`, 405], [_e]: _c, [_hE]: 405 },
240
- [_M],
241
- [0]
242
- ];
243
- exports.UnsupportedActionException$ = UnsupportedActionException$;
244
- n0_registry.registerError(UnsupportedActionException$, UnsupportedActionException);
245
- exports.errorTypeRegistries = [
246
- _s_registry,
247
- n0_registry,
248
- ];
249
- var PatchDocument = [0, n0, _PD, 8, 0];
250
- var Properties = [0, n0, _P, 8, 0];
251
- const CancelResourceRequestInput$ = [3, n0, _CRRI,
252
- 0,
253
- [_RT],
254
- [0], 1
255
- ];
256
- exports.CancelResourceRequestInput$ = CancelResourceRequestInput$;
257
- const CancelResourceRequestOutput$ = [3, n0, _CRRO,
258
- 0,
259
- [_PE],
260
- [[() => ProgressEvent$, 0]]
261
- ];
262
- exports.CancelResourceRequestOutput$ = CancelResourceRequestOutput$;
263
- const CreateResourceInput$ = [3, n0, _CRI,
264
- 0,
265
- [_TN, _DS, _TVI, _RA, _CT],
266
- [0, [() => Properties, 0], 0, 0, [0, 4]], 2
267
- ];
268
- exports.CreateResourceInput$ = CreateResourceInput$;
269
- const CreateResourceOutput$ = [3, n0, _CRO,
270
- 0,
271
- [_PE],
272
- [[() => ProgressEvent$, 0]]
273
- ];
274
- exports.CreateResourceOutput$ = CreateResourceOutput$;
275
- const DeleteResourceInput$ = [3, n0, _DRI,
276
- 0,
277
- [_TN, _I, _TVI, _RA, _CT],
278
- [0, 0, 0, 0, [0, 4]], 2
279
- ];
280
- exports.DeleteResourceInput$ = DeleteResourceInput$;
281
- const DeleteResourceOutput$ = [3, n0, _DRO,
282
- 0,
283
- [_PE],
284
- [[() => ProgressEvent$, 0]]
285
- ];
286
- exports.DeleteResourceOutput$ = DeleteResourceOutput$;
287
- const GetResourceInput$ = [3, n0, _GRI,
288
- 0,
289
- [_TN, _I, _TVI, _RA],
290
- [0, 0, 0, 0], 2
291
- ];
292
- exports.GetResourceInput$ = GetResourceInput$;
293
- const GetResourceOutput$ = [3, n0, _GRO,
294
- 0,
295
- [_TN, _RD],
296
- [0, [() => ResourceDescription$, 0]]
297
- ];
298
- exports.GetResourceOutput$ = GetResourceOutput$;
299
- const GetResourceRequestStatusInput$ = [3, n0, _GRRSI,
300
- 0,
301
- [_RT],
302
- [0], 1
303
- ];
304
- exports.GetResourceRequestStatusInput$ = GetResourceRequestStatusInput$;
305
- const GetResourceRequestStatusOutput$ = [3, n0, _GRRSO,
306
- 0,
307
- [_PE, _HPE],
308
- [[() => ProgressEvent$, 0], () => HooksProgressEvent]
309
- ];
310
- exports.GetResourceRequestStatusOutput$ = GetResourceRequestStatusOutput$;
311
- const HookProgressEvent$ = [3, n0, _HPEo,
312
- 0,
313
- [_HTN, _HTVI, _HTA, _IP, _HS, _HET, _HSM, _FM],
314
- [0, 0, 0, 0, 0, 4, 0, 0]
315
- ];
316
- exports.HookProgressEvent$ = HookProgressEvent$;
317
- const ListResourceRequestsInput$ = [3, n0, _LRRI,
318
- 0,
319
- [_MR, _NT, _RRSF],
320
- [1, 0, () => ResourceRequestStatusFilter$]
321
- ];
322
- exports.ListResourceRequestsInput$ = ListResourceRequestsInput$;
323
- const ListResourceRequestsOutput$ = [3, n0, _LRRO,
324
- 0,
325
- [_RRSS, _NT],
326
- [[() => ResourceRequestStatusSummaries, 0], 0]
327
- ];
328
- exports.ListResourceRequestsOutput$ = ListResourceRequestsOutput$;
329
- const ListResourcesInput$ = [3, n0, _LRI,
330
- 0,
331
- [_TN, _TVI, _RA, _NT, _MR, _RM],
332
- [0, 0, 0, 0, 1, [() => Properties, 0]], 1
333
- ];
334
- exports.ListResourcesInput$ = ListResourcesInput$;
335
- const ListResourcesOutput$ = [3, n0, _LRO,
336
- 0,
337
- [_TN, _RDe, _NT],
338
- [0, [() => ResourceDescriptions, 0], 0]
339
- ];
340
- exports.ListResourcesOutput$ = ListResourcesOutput$;
341
- const ProgressEvent$ = [3, n0, _PE,
342
- 0,
343
- [_TN, _I, _RT, _HRT, _O, _OS, _ET, _RM, _SM, _EC, _RAe],
344
- [0, 0, 0, 0, 0, 0, 4, [() => Properties, 0], 0, 0, 4]
345
- ];
346
- exports.ProgressEvent$ = ProgressEvent$;
347
- const ResourceDescription$ = [3, n0, _RD,
348
- 0,
349
- [_I, _P],
350
- [0, [() => Properties, 0]]
351
- ];
352
- exports.ResourceDescription$ = ResourceDescription$;
353
- const ResourceRequestStatusFilter$ = [3, n0, _RRSF,
354
- 0,
355
- [_Op, _OSp],
356
- [64 | 0, 64 | 0]
357
- ];
358
- exports.ResourceRequestStatusFilter$ = ResourceRequestStatusFilter$;
359
- const UpdateResourceInput$ = [3, n0, _URI,
360
- 0,
361
- [_TN, _I, _PD, _TVI, _RA, _CT],
362
- [0, 0, [() => PatchDocument, 0], 0, 0, [0, 4]], 3
363
- ];
364
- exports.UpdateResourceInput$ = UpdateResourceInput$;
365
- const UpdateResourceOutput$ = [3, n0, _URO,
366
- 0,
367
- [_PE],
368
- [[() => ProgressEvent$, 0]]
369
- ];
370
- exports.UpdateResourceOutput$ = UpdateResourceOutput$;
371
- var HooksProgressEvent = [1, n0, _HPE,
372
- 0, () => HookProgressEvent$
373
- ];
374
- var Operations = 64 | 0;
375
- var OperationStatuses = 64 | 0;
376
- var ResourceDescriptions = [1, n0, _RDe,
377
- 0, [() => ResourceDescription$,
378
- 0]
379
- ];
380
- var ResourceRequestStatusSummaries = [1, n0, _RRSS,
381
- 0, [() => ProgressEvent$,
382
- 0]
383
- ];
384
- exports.CancelResourceRequest$ = [9, n0, _CRR,
385
- 2, () => CancelResourceRequestInput$, () => CancelResourceRequestOutput$
386
- ];
387
- exports.CreateResource$ = [9, n0, _CR,
388
- 0, () => CreateResourceInput$, () => CreateResourceOutput$
389
- ];
390
- exports.DeleteResource$ = [9, n0, _DR,
391
- 0, () => DeleteResourceInput$, () => DeleteResourceOutput$
392
- ];
393
- exports.GetResource$ = [9, n0, _GR,
394
- 0, () => GetResourceInput$, () => GetResourceOutput$
395
- ];
396
- exports.GetResourceRequestStatus$ = [9, n0, _GRRS,
397
- 0, () => GetResourceRequestStatusInput$, () => GetResourceRequestStatusOutput$
398
- ];
399
- exports.ListResourceRequests$ = [9, n0, _LRR,
400
- 0, () => ListResourceRequestsInput$, () => ListResourceRequestsOutput$
401
- ];
402
- exports.ListResources$ = [9, n0, _LR,
403
- 0, () => ListResourcesInput$, () => ListResourcesOutput$
404
- ];
405
- exports.UpdateResource$ = [9, n0, _UR,
406
- 0, () => UpdateResourceInput$, () => UpdateResourceOutput$
407
- ];