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