@aws-sdk/client-mediastore 3.952.0 → 3.953.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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +248 -166
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/CreateContainerCommand.js +2 -2
  4. package/dist-es/commands/DeleteContainerCommand.js +2 -2
  5. package/dist-es/commands/DeleteContainerPolicyCommand.js +2 -2
  6. package/dist-es/commands/DeleteCorsPolicyCommand.js +2 -2
  7. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -2
  8. package/dist-es/commands/DeleteMetricPolicyCommand.js +2 -2
  9. package/dist-es/commands/DescribeContainerCommand.js +2 -2
  10. package/dist-es/commands/GetContainerPolicyCommand.js +2 -2
  11. package/dist-es/commands/GetCorsPolicyCommand.js +2 -2
  12. package/dist-es/commands/GetLifecyclePolicyCommand.js +2 -2
  13. package/dist-es/commands/GetMetricPolicyCommand.js +2 -2
  14. package/dist-es/commands/ListContainersCommand.js +2 -2
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-es/commands/PutContainerPolicyCommand.js +2 -2
  17. package/dist-es/commands/PutCorsPolicyCommand.js +2 -2
  18. package/dist-es/commands/PutLifecyclePolicyCommand.js +2 -2
  19. package/dist-es/commands/PutMetricPolicyCommand.js +2 -2
  20. package/dist-es/commands/StartAccessLoggingCommand.js +2 -2
  21. package/dist-es/commands/StopAccessLoggingCommand.js +2 -2
  22. package/dist-es/commands/TagResourceCommand.js +2 -2
  23. package/dist-es/commands/UntagResourceCommand.js +2 -2
  24. package/dist-es/index.js +1 -0
  25. package/dist-es/runtimeConfig.shared.js +7 -6
  26. package/dist-es/schemas/schemas_0.js +138 -131
  27. package/dist-types/MediaStoreClient.d.ts +1 -10
  28. package/dist-types/index.d.ts +1 -0
  29. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  30. package/dist-types/runtimeConfig.d.ts +6 -2
  31. package/dist-types/runtimeConfig.native.d.ts +6 -2
  32. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  33. package/dist-types/schemas/schemas_0.d.ts +76 -85
  34. package/dist-types/ts3.4/MediaStoreClient.d.ts +0 -4
  35. package/dist-types/ts3.4/index.d.ts +1 -0
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  40. package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -85
  41. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class MediaStoreClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MediaStoreServiceException$1 = class MediaStoreServiceException extends smithyClient.ServiceException {
113
+ class MediaStoreServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MediaStoreServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ContainerInUseException$1 = class ContainerInUseException extends MediaStoreServiceException$1 {
120
+ class ContainerInUseException extends MediaStoreServiceException {
121
121
  name = "ContainerInUseException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let ContainerInUseException$1 = class ContainerInUseException extends MediaStore
130
130
  Object.setPrototypeOf(this, ContainerInUseException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ContainerNotFoundException$1 = class ContainerNotFoundException extends MediaStoreServiceException$1 {
133
+ }
134
+ class ContainerNotFoundException extends MediaStoreServiceException {
135
135
  name = "ContainerNotFoundException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let ContainerNotFoundException$1 = class ContainerNotFoundException extends Medi
144
144
  Object.setPrototypeOf(this, ContainerNotFoundException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let CorsPolicyNotFoundException$1 = class CorsPolicyNotFoundException extends MediaStoreServiceException$1 {
147
+ }
148
+ class CorsPolicyNotFoundException extends MediaStoreServiceException {
149
149
  name = "CorsPolicyNotFoundException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let CorsPolicyNotFoundException$1 = class CorsPolicyNotFoundException extends Me
158
158
  Object.setPrototypeOf(this, CorsPolicyNotFoundException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let InternalServerError$1 = class InternalServerError extends MediaStoreServiceException$1 {
161
+ }
162
+ class InternalServerError extends MediaStoreServiceException {
163
163
  name = "InternalServerError";
164
164
  $fault = "server";
165
165
  Message;
@@ -172,8 +172,8 @@ let InternalServerError$1 = class InternalServerError extends MediaStoreServiceE
172
172
  Object.setPrototypeOf(this, InternalServerError.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let LimitExceededException$1 = class LimitExceededException extends MediaStoreServiceException$1 {
175
+ }
176
+ class LimitExceededException extends MediaStoreServiceException {
177
177
  name = "LimitExceededException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let LimitExceededException$1 = class LimitExceededException extends MediaStoreSe
186
186
  Object.setPrototypeOf(this, LimitExceededException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let PolicyNotFoundException$1 = class PolicyNotFoundException extends MediaStoreServiceException$1 {
189
+ }
190
+ class PolicyNotFoundException extends MediaStoreServiceException {
191
191
  name = "PolicyNotFoundException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,7 +200,7 @@ let PolicyNotFoundException$1 = class PolicyNotFoundException extends MediaStore
200
200
  Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
203
+ }
204
204
 
205
205
  const _AH = "AllowedHeaders";
206
206
  const _ALE = "AccessLoggingEnabled";
@@ -311,14 +311,14 @@ const _e = "error";
311
311
  const _s = "server";
312
312
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mediastore";
313
313
  const n0 = "com.amazonaws.mediastore";
314
- var Container = [3, n0, _C, 0, [_E, _CT, _ARN, _N, _S, _ALE], [0, 4, 0, 0, 0, 2]];
315
- var ContainerInUseException = [-3, n0, _CIUE, { [_e]: _c }, [_M], [0]];
316
- schema.TypeRegistry.for(n0).registerError(ContainerInUseException, ContainerInUseException$1);
317
- var ContainerNotFoundException = [-3, n0, _CNFE, { [_e]: _c }, [_M], [0]];
318
- schema.TypeRegistry.for(n0).registerError(ContainerNotFoundException, ContainerNotFoundException$1);
319
- var CorsPolicyNotFoundException = [-3, n0, _CPNFE, { [_e]: _c }, [_M], [0]];
320
- schema.TypeRegistry.for(n0).registerError(CorsPolicyNotFoundException, CorsPolicyNotFoundException$1);
321
- var CorsRule = [
314
+ var Container$ = [3, n0, _C, 0, [_E, _CT, _ARN, _N, _S, _ALE], [0, 4, 0, 0, 0, 2]];
315
+ var ContainerInUseException$ = [-3, n0, _CIUE, { [_e]: _c }, [_M], [0]];
316
+ schema.TypeRegistry.for(n0).registerError(ContainerInUseException$, ContainerInUseException);
317
+ var ContainerNotFoundException$ = [-3, n0, _CNFE, { [_e]: _c }, [_M], [0]];
318
+ schema.TypeRegistry.for(n0).registerError(ContainerNotFoundException$, ContainerNotFoundException);
319
+ var CorsPolicyNotFoundException$ = [-3, n0, _CPNFE, { [_e]: _c }, [_M], [0]];
320
+ schema.TypeRegistry.for(n0).registerError(CorsPolicyNotFoundException$, CorsPolicyNotFoundException);
321
+ var CorsRule$ = [
322
322
  3,
323
323
  n0,
324
324
  _CR,
@@ -326,217 +326,224 @@ var CorsRule = [
326
326
  [_AO, _AM, _AH, _MAS, _EH],
327
327
  [64 | 0, 64 | 0, 64 | 0, 1, 64 | 0],
328
328
  ];
329
- var CreateContainerInput = [3, n0, _CCI, 0, [_CN, _T], [0, () => TagList]];
330
- var CreateContainerOutput = [3, n0, _CCO, 0, [_C], [() => Container]];
331
- var DeleteContainerInput = [3, n0, _DCI, 0, [_CN], [0]];
332
- var DeleteContainerOutput = [3, n0, _DCO, 0, [], []];
333
- var DeleteContainerPolicyInput = [3, n0, _DCPI, 0, [_CN], [0]];
334
- var DeleteContainerPolicyOutput = [3, n0, _DCPO, 0, [], []];
335
- var DeleteCorsPolicyInput = [3, n0, _DCPIe, 0, [_CN], [0]];
336
- var DeleteCorsPolicyOutput = [3, n0, _DCPOe, 0, [], []];
337
- var DeleteLifecyclePolicyInput = [3, n0, _DLPI, 0, [_CN], [0]];
338
- var DeleteLifecyclePolicyOutput = [3, n0, _DLPO, 0, [], []];
339
- var DeleteMetricPolicyInput = [3, n0, _DMPI, 0, [_CN], [0]];
340
- var DeleteMetricPolicyOutput = [3, n0, _DMPO, 0, [], []];
341
- var DescribeContainerInput = [3, n0, _DCIe, 0, [_CN], [0]];
342
- var DescribeContainerOutput = [3, n0, _DCOe, 0, [_C], [() => Container]];
343
- var GetContainerPolicyInput = [3, n0, _GCPI, 0, [_CN], [0]];
344
- var GetContainerPolicyOutput = [3, n0, _GCPO, 0, [_P], [0]];
345
- var GetCorsPolicyInput = [3, n0, _GCPIe, 0, [_CN], [0]];
346
- var GetCorsPolicyOutput = [3, n0, _GCPOe, 0, [_CP], [() => CorsPolicy]];
347
- var GetLifecyclePolicyInput = [3, n0, _GLPI, 0, [_CN], [0]];
348
- var GetLifecyclePolicyOutput = [3, n0, _GLPO, 0, [_LP], [0]];
349
- var GetMetricPolicyInput = [3, n0, _GMPI, 0, [_CN], [0]];
350
- var GetMetricPolicyOutput = [3, n0, _GMPO, 0, [_MP], [() => MetricPolicy]];
351
- var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
352
- schema.TypeRegistry.for(n0).registerError(InternalServerError, InternalServerError$1);
353
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
354
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
355
- var ListContainersInput = [3, n0, _LCI, 0, [_NT, _MR], [0, 1]];
356
- var ListContainersOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ContainerList, 0]];
357
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_R], [0]];
358
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
359
- var MetricPolicy = [3, n0, _MP, 0, [_CLM, _MPR], [0, () => MetricPolicyRules]];
360
- var MetricPolicyRule = [3, n0, _MPRe, 0, [_OG, _OGN], [0, 0]];
361
- var PolicyNotFoundException = [-3, n0, _PNFE, { [_e]: _c }, [_M], [0]];
362
- schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException, PolicyNotFoundException$1);
363
- var PutContainerPolicyInput = [3, n0, _PCPI, 0, [_CN, _P], [0, 0]];
364
- var PutContainerPolicyOutput = [3, n0, _PCPO, 0, [], []];
365
- var PutCorsPolicyInput = [3, n0, _PCPIu, 0, [_CN, _CP], [0, () => CorsPolicy]];
366
- var PutCorsPolicyOutput = [3, n0, _PCPOu, 0, [], []];
367
- var PutLifecyclePolicyInput = [3, n0, _PLPI, 0, [_CN, _LP], [0, 0]];
368
- var PutLifecyclePolicyOutput = [3, n0, _PLPO, 0, [], []];
369
- var PutMetricPolicyInput = [3, n0, _PMPI, 0, [_CN, _MP], [0, () => MetricPolicy]];
370
- var PutMetricPolicyOutput = [3, n0, _PMPO, 0, [], []];
371
- var StartAccessLoggingInput = [3, n0, _SALI, 0, [_CN], [0]];
372
- var StartAccessLoggingOutput = [3, n0, _SALO, 0, [], []];
373
- var StopAccessLoggingInput = [3, n0, _SALIt, 0, [_CN], [0]];
374
- var StopAccessLoggingOutput = [3, n0, _SALOt, 0, [], []];
375
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
376
- var TagResourceInput = [3, n0, _TRI, 0, [_R, _T], [0, () => TagList]];
377
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
378
- var UntagResourceInput = [3, n0, _URI, 0, [_R, _TK], [0, 64 | 0]];
379
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
380
- var MediaStoreServiceException = [-3, _sm, "MediaStoreServiceException", 0, [], []];
381
- schema.TypeRegistry.for(_sm).registerError(MediaStoreServiceException, MediaStoreServiceException$1);
382
- var ContainerList = [1, n0, _CL, 0, () => Container];
383
- var CorsPolicy = [1, n0, _CP, 0, () => CorsRule];
384
- var MetricPolicyRules = [1, n0, _MPR, 0, () => MetricPolicyRule];
385
- var TagList = [1, n0, _TL, 0, () => Tag];
386
- var CreateContainer = [
329
+ var CreateContainerInput$ = [3, n0, _CCI, 0, [_CN, _T], [0, () => TagList]];
330
+ var CreateContainerOutput$ = [3, n0, _CCO, 0, [_C], [() => Container$]];
331
+ var DeleteContainerInput$ = [3, n0, _DCI, 0, [_CN], [0]];
332
+ var DeleteContainerOutput$ = [3, n0, _DCO, 0, [], []];
333
+ var DeleteContainerPolicyInput$ = [3, n0, _DCPI, 0, [_CN], [0]];
334
+ var DeleteContainerPolicyOutput$ = [3, n0, _DCPO, 0, [], []];
335
+ var DeleteCorsPolicyInput$ = [3, n0, _DCPIe, 0, [_CN], [0]];
336
+ var DeleteCorsPolicyOutput$ = [3, n0, _DCPOe, 0, [], []];
337
+ var DeleteLifecyclePolicyInput$ = [3, n0, _DLPI, 0, [_CN], [0]];
338
+ var DeleteLifecyclePolicyOutput$ = [3, n0, _DLPO, 0, [], []];
339
+ var DeleteMetricPolicyInput$ = [3, n0, _DMPI, 0, [_CN], [0]];
340
+ var DeleteMetricPolicyOutput$ = [3, n0, _DMPO, 0, [], []];
341
+ var DescribeContainerInput$ = [3, n0, _DCIe, 0, [_CN], [0]];
342
+ var DescribeContainerOutput$ = [3, n0, _DCOe, 0, [_C], [() => Container$]];
343
+ var GetContainerPolicyInput$ = [3, n0, _GCPI, 0, [_CN], [0]];
344
+ var GetContainerPolicyOutput$ = [3, n0, _GCPO, 0, [_P], [0]];
345
+ var GetCorsPolicyInput$ = [3, n0, _GCPIe, 0, [_CN], [0]];
346
+ var GetCorsPolicyOutput$ = [3, n0, _GCPOe, 0, [_CP], [() => CorsPolicy]];
347
+ var GetLifecyclePolicyInput$ = [3, n0, _GLPI, 0, [_CN], [0]];
348
+ var GetLifecyclePolicyOutput$ = [3, n0, _GLPO, 0, [_LP], [0]];
349
+ var GetMetricPolicyInput$ = [3, n0, _GMPI, 0, [_CN], [0]];
350
+ var GetMetricPolicyOutput$ = [3, n0, _GMPO, 0, [_MP], [() => MetricPolicy$]];
351
+ var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
352
+ schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
353
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
354
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
355
+ var ListContainersInput$ = [3, n0, _LCI, 0, [_NT, _MR], [0, 1]];
356
+ var ListContainersOutput$ = [3, n0, _LCO, 0, [_Co, _NT], [() => ContainerList, 0]];
357
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_R], [0]];
358
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
359
+ var MetricPolicy$ = [3, n0, _MP, 0, [_CLM, _MPR], [0, () => MetricPolicyRules]];
360
+ var MetricPolicyRule$ = [3, n0, _MPRe, 0, [_OG, _OGN], [0, 0]];
361
+ var PolicyNotFoundException$ = [-3, n0, _PNFE, { [_e]: _c }, [_M], [0]];
362
+ schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
363
+ var PutContainerPolicyInput$ = [3, n0, _PCPI, 0, [_CN, _P], [0, 0]];
364
+ var PutContainerPolicyOutput$ = [3, n0, _PCPO, 0, [], []];
365
+ var PutCorsPolicyInput$ = [3, n0, _PCPIu, 0, [_CN, _CP], [0, () => CorsPolicy]];
366
+ var PutCorsPolicyOutput$ = [3, n0, _PCPOu, 0, [], []];
367
+ var PutLifecyclePolicyInput$ = [3, n0, _PLPI, 0, [_CN, _LP], [0, 0]];
368
+ var PutLifecyclePolicyOutput$ = [3, n0, _PLPO, 0, [], []];
369
+ var PutMetricPolicyInput$ = [3, n0, _PMPI, 0, [_CN, _MP], [0, () => MetricPolicy$]];
370
+ var PutMetricPolicyOutput$ = [3, n0, _PMPO, 0, [], []];
371
+ var StartAccessLoggingInput$ = [3, n0, _SALI, 0, [_CN], [0]];
372
+ var StartAccessLoggingOutput$ = [3, n0, _SALO, 0, [], []];
373
+ var StopAccessLoggingInput$ = [3, n0, _SALIt, 0, [_CN], [0]];
374
+ var StopAccessLoggingOutput$ = [3, n0, _SALOt, 0, [], []];
375
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
376
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_R, _T], [0, () => TagList]];
377
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
378
+ var UntagResourceInput$ = [3, n0, _URI, 0, [_R, _TK], [0, 64 | 0]];
379
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
380
+ var MediaStoreServiceException$ = [-3, _sm, "MediaStoreServiceException", 0, [], []];
381
+ schema.TypeRegistry.for(_sm).registerError(MediaStoreServiceException$, MediaStoreServiceException);
382
+ var ContainerList = [1, n0, _CL, 0, () => Container$];
383
+ var CorsPolicy = [1, n0, _CP, 0, () => CorsRule$];
384
+ var MetricPolicyRules = [1, n0, _MPR, 0, () => MetricPolicyRule$];
385
+ var TagList = [1, n0, _TL, 0, () => Tag$];
386
+ var CreateContainer$ = [
387
387
  9,
388
388
  n0,
389
389
  _CC,
390
390
  0,
391
- () => CreateContainerInput,
392
- () => CreateContainerOutput,
391
+ () => CreateContainerInput$,
392
+ () => CreateContainerOutput$,
393
393
  ];
394
- var DeleteContainer = [
394
+ var DeleteContainer$ = [
395
395
  9,
396
396
  n0,
397
397
  _DC,
398
398
  0,
399
- () => DeleteContainerInput,
400
- () => DeleteContainerOutput,
399
+ () => DeleteContainerInput$,
400
+ () => DeleteContainerOutput$,
401
401
  ];
402
- var DeleteContainerPolicy = [
402
+ var DeleteContainerPolicy$ = [
403
403
  9,
404
404
  n0,
405
405
  _DCP,
406
406
  0,
407
- () => DeleteContainerPolicyInput,
408
- () => DeleteContainerPolicyOutput,
407
+ () => DeleteContainerPolicyInput$,
408
+ () => DeleteContainerPolicyOutput$,
409
409
  ];
410
- var DeleteCorsPolicy = [
410
+ var DeleteCorsPolicy$ = [
411
411
  9,
412
412
  n0,
413
413
  _DCPe,
414
414
  0,
415
- () => DeleteCorsPolicyInput,
416
- () => DeleteCorsPolicyOutput,
415
+ () => DeleteCorsPolicyInput$,
416
+ () => DeleteCorsPolicyOutput$,
417
417
  ];
418
- var DeleteLifecyclePolicy = [
418
+ var DeleteLifecyclePolicy$ = [
419
419
  9,
420
420
  n0,
421
421
  _DLP,
422
422
  0,
423
- () => DeleteLifecyclePolicyInput,
424
- () => DeleteLifecyclePolicyOutput,
423
+ () => DeleteLifecyclePolicyInput$,
424
+ () => DeleteLifecyclePolicyOutput$,
425
425
  ];
426
- var DeleteMetricPolicy = [
426
+ var DeleteMetricPolicy$ = [
427
427
  9,
428
428
  n0,
429
429
  _DMP,
430
430
  0,
431
- () => DeleteMetricPolicyInput,
432
- () => DeleteMetricPolicyOutput,
431
+ () => DeleteMetricPolicyInput$,
432
+ () => DeleteMetricPolicyOutput$,
433
433
  ];
434
- var DescribeContainer = [
434
+ var DescribeContainer$ = [
435
435
  9,
436
436
  n0,
437
437
  _DCe,
438
438
  0,
439
- () => DescribeContainerInput,
440
- () => DescribeContainerOutput,
439
+ () => DescribeContainerInput$,
440
+ () => DescribeContainerOutput$,
441
441
  ];
442
- var GetContainerPolicy = [
442
+ var GetContainerPolicy$ = [
443
443
  9,
444
444
  n0,
445
445
  _GCP,
446
446
  0,
447
- () => GetContainerPolicyInput,
448
- () => GetContainerPolicyOutput,
447
+ () => GetContainerPolicyInput$,
448
+ () => GetContainerPolicyOutput$,
449
449
  ];
450
- var GetCorsPolicy = [
450
+ var GetCorsPolicy$ = [
451
451
  9,
452
452
  n0,
453
453
  _GCPe,
454
454
  0,
455
- () => GetCorsPolicyInput,
456
- () => GetCorsPolicyOutput,
455
+ () => GetCorsPolicyInput$,
456
+ () => GetCorsPolicyOutput$,
457
457
  ];
458
- var GetLifecyclePolicy = [
458
+ var GetLifecyclePolicy$ = [
459
459
  9,
460
460
  n0,
461
461
  _GLP,
462
462
  0,
463
- () => GetLifecyclePolicyInput,
464
- () => GetLifecyclePolicyOutput,
463
+ () => GetLifecyclePolicyInput$,
464
+ () => GetLifecyclePolicyOutput$,
465
465
  ];
466
- var GetMetricPolicy = [
466
+ var GetMetricPolicy$ = [
467
467
  9,
468
468
  n0,
469
469
  _GMP,
470
470
  0,
471
- () => GetMetricPolicyInput,
472
- () => GetMetricPolicyOutput,
471
+ () => GetMetricPolicyInput$,
472
+ () => GetMetricPolicyOutput$,
473
473
  ];
474
- var ListContainers = [
474
+ var ListContainers$ = [
475
475
  9,
476
476
  n0,
477
477
  _LC,
478
478
  0,
479
- () => ListContainersInput,
480
- () => ListContainersOutput,
479
+ () => ListContainersInput$,
480
+ () => ListContainersOutput$,
481
481
  ];
482
- var ListTagsForResource = [
482
+ var ListTagsForResource$ = [
483
483
  9,
484
484
  n0,
485
485
  _LTFR,
486
486
  0,
487
- () => ListTagsForResourceInput,
488
- () => ListTagsForResourceOutput,
487
+ () => ListTagsForResourceInput$,
488
+ () => ListTagsForResourceOutput$,
489
489
  ];
490
- var PutContainerPolicy = [
490
+ var PutContainerPolicy$ = [
491
491
  9,
492
492
  n0,
493
493
  _PCP,
494
494
  0,
495
- () => PutContainerPolicyInput,
496
- () => PutContainerPolicyOutput,
495
+ () => PutContainerPolicyInput$,
496
+ () => PutContainerPolicyOutput$,
497
497
  ];
498
- var PutCorsPolicy = [
498
+ var PutCorsPolicy$ = [
499
499
  9,
500
500
  n0,
501
501
  _PCPu,
502
502
  0,
503
- () => PutCorsPolicyInput,
504
- () => PutCorsPolicyOutput,
503
+ () => PutCorsPolicyInput$,
504
+ () => PutCorsPolicyOutput$,
505
505
  ];
506
- var PutLifecyclePolicy = [
506
+ var PutLifecyclePolicy$ = [
507
507
  9,
508
508
  n0,
509
509
  _PLP,
510
510
  0,
511
- () => PutLifecyclePolicyInput,
512
- () => PutLifecyclePolicyOutput,
511
+ () => PutLifecyclePolicyInput$,
512
+ () => PutLifecyclePolicyOutput$,
513
513
  ];
514
- var PutMetricPolicy = [
514
+ var PutMetricPolicy$ = [
515
515
  9,
516
516
  n0,
517
517
  _PMP,
518
518
  0,
519
- () => PutMetricPolicyInput,
520
- () => PutMetricPolicyOutput,
519
+ () => PutMetricPolicyInput$,
520
+ () => PutMetricPolicyOutput$,
521
521
  ];
522
- var StartAccessLogging = [
522
+ var StartAccessLogging$ = [
523
523
  9,
524
524
  n0,
525
525
  _SAL,
526
526
  0,
527
- () => StartAccessLoggingInput,
528
- () => StartAccessLoggingOutput,
527
+ () => StartAccessLoggingInput$,
528
+ () => StartAccessLoggingOutput$,
529
529
  ];
530
- var StopAccessLogging = [
530
+ var StopAccessLogging$ = [
531
531
  9,
532
532
  n0,
533
533
  _SALt,
534
534
  0,
535
- () => StopAccessLoggingInput,
536
- () => StopAccessLoggingOutput,
535
+ () => StopAccessLoggingInput$,
536
+ () => StopAccessLoggingOutput$,
537
+ ];
538
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
539
+ var UntagResource$ = [
540
+ 9,
541
+ n0,
542
+ _UR,
543
+ 0,
544
+ () => UntagResourceInput$,
545
+ () => UntagResourceOutput$,
537
546
  ];
538
- var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
539
- var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
540
547
 
541
548
  class CreateContainerCommand extends smithyClient.Command
542
549
  .classBuilder()
@@ -546,7 +553,7 @@ class CreateContainerCommand extends smithyClient.Command
546
553
  })
547
554
  .s("MediaStore_20170901", "CreateContainer", {})
548
555
  .n("MediaStoreClient", "CreateContainerCommand")
549
- .sc(CreateContainer)
556
+ .sc(CreateContainer$)
550
557
  .build() {
551
558
  }
552
559
 
@@ -558,7 +565,7 @@ class DeleteContainerCommand extends smithyClient.Command
558
565
  })
559
566
  .s("MediaStore_20170901", "DeleteContainer", {})
560
567
  .n("MediaStoreClient", "DeleteContainerCommand")
561
- .sc(DeleteContainer)
568
+ .sc(DeleteContainer$)
562
569
  .build() {
563
570
  }
564
571
 
@@ -570,7 +577,7 @@ class DeleteContainerPolicyCommand extends smithyClient.Command
570
577
  })
571
578
  .s("MediaStore_20170901", "DeleteContainerPolicy", {})
572
579
  .n("MediaStoreClient", "DeleteContainerPolicyCommand")
573
- .sc(DeleteContainerPolicy)
580
+ .sc(DeleteContainerPolicy$)
574
581
  .build() {
575
582
  }
576
583
 
@@ -582,7 +589,7 @@ class DeleteCorsPolicyCommand extends smithyClient.Command
582
589
  })
583
590
  .s("MediaStore_20170901", "DeleteCorsPolicy", {})
584
591
  .n("MediaStoreClient", "DeleteCorsPolicyCommand")
585
- .sc(DeleteCorsPolicy)
592
+ .sc(DeleteCorsPolicy$)
586
593
  .build() {
587
594
  }
588
595
 
@@ -594,7 +601,7 @@ class DeleteLifecyclePolicyCommand extends smithyClient.Command
594
601
  })
595
602
  .s("MediaStore_20170901", "DeleteLifecyclePolicy", {})
596
603
  .n("MediaStoreClient", "DeleteLifecyclePolicyCommand")
597
- .sc(DeleteLifecyclePolicy)
604
+ .sc(DeleteLifecyclePolicy$)
598
605
  .build() {
599
606
  }
600
607
 
@@ -606,7 +613,7 @@ class DeleteMetricPolicyCommand extends smithyClient.Command
606
613
  })
607
614
  .s("MediaStore_20170901", "DeleteMetricPolicy", {})
608
615
  .n("MediaStoreClient", "DeleteMetricPolicyCommand")
609
- .sc(DeleteMetricPolicy)
616
+ .sc(DeleteMetricPolicy$)
610
617
  .build() {
611
618
  }
612
619
 
@@ -618,7 +625,7 @@ class DescribeContainerCommand extends smithyClient.Command
618
625
  })
619
626
  .s("MediaStore_20170901", "DescribeContainer", {})
620
627
  .n("MediaStoreClient", "DescribeContainerCommand")
621
- .sc(DescribeContainer)
628
+ .sc(DescribeContainer$)
622
629
  .build() {
623
630
  }
624
631
 
@@ -630,7 +637,7 @@ class GetContainerPolicyCommand extends smithyClient.Command
630
637
  })
631
638
  .s("MediaStore_20170901", "GetContainerPolicy", {})
632
639
  .n("MediaStoreClient", "GetContainerPolicyCommand")
633
- .sc(GetContainerPolicy)
640
+ .sc(GetContainerPolicy$)
634
641
  .build() {
635
642
  }
636
643
 
@@ -642,7 +649,7 @@ class GetCorsPolicyCommand extends smithyClient.Command
642
649
  })
643
650
  .s("MediaStore_20170901", "GetCorsPolicy", {})
644
651
  .n("MediaStoreClient", "GetCorsPolicyCommand")
645
- .sc(GetCorsPolicy)
652
+ .sc(GetCorsPolicy$)
646
653
  .build() {
647
654
  }
648
655
 
@@ -654,7 +661,7 @@ class GetLifecyclePolicyCommand extends smithyClient.Command
654
661
  })
655
662
  .s("MediaStore_20170901", "GetLifecyclePolicy", {})
656
663
  .n("MediaStoreClient", "GetLifecyclePolicyCommand")
657
- .sc(GetLifecyclePolicy)
664
+ .sc(GetLifecyclePolicy$)
658
665
  .build() {
659
666
  }
660
667
 
@@ -666,7 +673,7 @@ class GetMetricPolicyCommand extends smithyClient.Command
666
673
  })
667
674
  .s("MediaStore_20170901", "GetMetricPolicy", {})
668
675
  .n("MediaStoreClient", "GetMetricPolicyCommand")
669
- .sc(GetMetricPolicy)
676
+ .sc(GetMetricPolicy$)
670
677
  .build() {
671
678
  }
672
679
 
@@ -678,7 +685,7 @@ class ListContainersCommand extends smithyClient.Command
678
685
  })
679
686
  .s("MediaStore_20170901", "ListContainers", {})
680
687
  .n("MediaStoreClient", "ListContainersCommand")
681
- .sc(ListContainers)
688
+ .sc(ListContainers$)
682
689
  .build() {
683
690
  }
684
691
 
@@ -690,7 +697,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
690
697
  })
691
698
  .s("MediaStore_20170901", "ListTagsForResource", {})
692
699
  .n("MediaStoreClient", "ListTagsForResourceCommand")
693
- .sc(ListTagsForResource)
700
+ .sc(ListTagsForResource$)
694
701
  .build() {
695
702
  }
696
703
 
@@ -702,7 +709,7 @@ class PutContainerPolicyCommand extends smithyClient.Command
702
709
  })
703
710
  .s("MediaStore_20170901", "PutContainerPolicy", {})
704
711
  .n("MediaStoreClient", "PutContainerPolicyCommand")
705
- .sc(PutContainerPolicy)
712
+ .sc(PutContainerPolicy$)
706
713
  .build() {
707
714
  }
708
715
 
@@ -714,7 +721,7 @@ class PutCorsPolicyCommand extends smithyClient.Command
714
721
  })
715
722
  .s("MediaStore_20170901", "PutCorsPolicy", {})
716
723
  .n("MediaStoreClient", "PutCorsPolicyCommand")
717
- .sc(PutCorsPolicy)
724
+ .sc(PutCorsPolicy$)
718
725
  .build() {
719
726
  }
720
727
 
@@ -726,7 +733,7 @@ class PutLifecyclePolicyCommand extends smithyClient.Command
726
733
  })
727
734
  .s("MediaStore_20170901", "PutLifecyclePolicy", {})
728
735
  .n("MediaStoreClient", "PutLifecyclePolicyCommand")
729
- .sc(PutLifecyclePolicy)
736
+ .sc(PutLifecyclePolicy$)
730
737
  .build() {
731
738
  }
732
739
 
@@ -738,7 +745,7 @@ class PutMetricPolicyCommand extends smithyClient.Command
738
745
  })
739
746
  .s("MediaStore_20170901", "PutMetricPolicy", {})
740
747
  .n("MediaStoreClient", "PutMetricPolicyCommand")
741
- .sc(PutMetricPolicy)
748
+ .sc(PutMetricPolicy$)
742
749
  .build() {
743
750
  }
744
751
 
@@ -750,7 +757,7 @@ class StartAccessLoggingCommand extends smithyClient.Command
750
757
  })
751
758
  .s("MediaStore_20170901", "StartAccessLogging", {})
752
759
  .n("MediaStoreClient", "StartAccessLoggingCommand")
753
- .sc(StartAccessLogging)
760
+ .sc(StartAccessLogging$)
754
761
  .build() {
755
762
  }
756
763
 
@@ -762,7 +769,7 @@ class StopAccessLoggingCommand extends smithyClient.Command
762
769
  })
763
770
  .s("MediaStore_20170901", "StopAccessLogging", {})
764
771
  .n("MediaStoreClient", "StopAccessLoggingCommand")
765
- .sc(StopAccessLogging)
772
+ .sc(StopAccessLogging$)
766
773
  .build() {
767
774
  }
768
775
 
@@ -774,7 +781,7 @@ class TagResourceCommand extends smithyClient.Command
774
781
  })
775
782
  .s("MediaStore_20170901", "TagResource", {})
776
783
  .n("MediaStoreClient", "TagResourceCommand")
777
- .sc(TagResource)
784
+ .sc(TagResource$)
778
785
  .build() {
779
786
  }
780
787
 
@@ -786,7 +793,7 @@ class UntagResourceCommand extends smithyClient.Command
786
793
  })
787
794
  .s("MediaStore_20170901", "UntagResource", {})
788
795
  .n("MediaStoreClient", "UntagResourceCommand")
789
- .sc(UntagResource)
796
+ .sc(UntagResource$)
790
797
  .build() {
791
798
  }
792
799
 
@@ -843,37 +850,112 @@ Object.defineProperty(exports, "__Client", {
843
850
  enumerable: true,
844
851
  get: function () { return smithyClient.Client; }
845
852
  });
846
- exports.ContainerInUseException = ContainerInUseException$1;
853
+ exports.Container$ = Container$;
854
+ exports.ContainerInUseException = ContainerInUseException;
855
+ exports.ContainerInUseException$ = ContainerInUseException$;
847
856
  exports.ContainerLevelMetrics = ContainerLevelMetrics;
848
- exports.ContainerNotFoundException = ContainerNotFoundException$1;
857
+ exports.ContainerNotFoundException = ContainerNotFoundException;
858
+ exports.ContainerNotFoundException$ = ContainerNotFoundException$;
849
859
  exports.ContainerStatus = ContainerStatus;
850
- exports.CorsPolicyNotFoundException = CorsPolicyNotFoundException$1;
860
+ exports.CorsPolicyNotFoundException = CorsPolicyNotFoundException;
861
+ exports.CorsPolicyNotFoundException$ = CorsPolicyNotFoundException$;
862
+ exports.CorsRule$ = CorsRule$;
863
+ exports.CreateContainer$ = CreateContainer$;
851
864
  exports.CreateContainerCommand = CreateContainerCommand;
865
+ exports.CreateContainerInput$ = CreateContainerInput$;
866
+ exports.CreateContainerOutput$ = CreateContainerOutput$;
867
+ exports.DeleteContainer$ = DeleteContainer$;
852
868
  exports.DeleteContainerCommand = DeleteContainerCommand;
869
+ exports.DeleteContainerInput$ = DeleteContainerInput$;
870
+ exports.DeleteContainerOutput$ = DeleteContainerOutput$;
871
+ exports.DeleteContainerPolicy$ = DeleteContainerPolicy$;
853
872
  exports.DeleteContainerPolicyCommand = DeleteContainerPolicyCommand;
873
+ exports.DeleteContainerPolicyInput$ = DeleteContainerPolicyInput$;
874
+ exports.DeleteContainerPolicyOutput$ = DeleteContainerPolicyOutput$;
875
+ exports.DeleteCorsPolicy$ = DeleteCorsPolicy$;
854
876
  exports.DeleteCorsPolicyCommand = DeleteCorsPolicyCommand;
877
+ exports.DeleteCorsPolicyInput$ = DeleteCorsPolicyInput$;
878
+ exports.DeleteCorsPolicyOutput$ = DeleteCorsPolicyOutput$;
879
+ exports.DeleteLifecyclePolicy$ = DeleteLifecyclePolicy$;
855
880
  exports.DeleteLifecyclePolicyCommand = DeleteLifecyclePolicyCommand;
881
+ exports.DeleteLifecyclePolicyInput$ = DeleteLifecyclePolicyInput$;
882
+ exports.DeleteLifecyclePolicyOutput$ = DeleteLifecyclePolicyOutput$;
883
+ exports.DeleteMetricPolicy$ = DeleteMetricPolicy$;
856
884
  exports.DeleteMetricPolicyCommand = DeleteMetricPolicyCommand;
885
+ exports.DeleteMetricPolicyInput$ = DeleteMetricPolicyInput$;
886
+ exports.DeleteMetricPolicyOutput$ = DeleteMetricPolicyOutput$;
887
+ exports.DescribeContainer$ = DescribeContainer$;
857
888
  exports.DescribeContainerCommand = DescribeContainerCommand;
889
+ exports.DescribeContainerInput$ = DescribeContainerInput$;
890
+ exports.DescribeContainerOutput$ = DescribeContainerOutput$;
891
+ exports.GetContainerPolicy$ = GetContainerPolicy$;
858
892
  exports.GetContainerPolicyCommand = GetContainerPolicyCommand;
893
+ exports.GetContainerPolicyInput$ = GetContainerPolicyInput$;
894
+ exports.GetContainerPolicyOutput$ = GetContainerPolicyOutput$;
895
+ exports.GetCorsPolicy$ = GetCorsPolicy$;
859
896
  exports.GetCorsPolicyCommand = GetCorsPolicyCommand;
897
+ exports.GetCorsPolicyInput$ = GetCorsPolicyInput$;
898
+ exports.GetCorsPolicyOutput$ = GetCorsPolicyOutput$;
899
+ exports.GetLifecyclePolicy$ = GetLifecyclePolicy$;
860
900
  exports.GetLifecyclePolicyCommand = GetLifecyclePolicyCommand;
901
+ exports.GetLifecyclePolicyInput$ = GetLifecyclePolicyInput$;
902
+ exports.GetLifecyclePolicyOutput$ = GetLifecyclePolicyOutput$;
903
+ exports.GetMetricPolicy$ = GetMetricPolicy$;
861
904
  exports.GetMetricPolicyCommand = GetMetricPolicyCommand;
862
- exports.InternalServerError = InternalServerError$1;
863
- exports.LimitExceededException = LimitExceededException$1;
905
+ exports.GetMetricPolicyInput$ = GetMetricPolicyInput$;
906
+ exports.GetMetricPolicyOutput$ = GetMetricPolicyOutput$;
907
+ exports.InternalServerError = InternalServerError;
908
+ exports.InternalServerError$ = InternalServerError$;
909
+ exports.LimitExceededException = LimitExceededException;
910
+ exports.LimitExceededException$ = LimitExceededException$;
911
+ exports.ListContainers$ = ListContainers$;
864
912
  exports.ListContainersCommand = ListContainersCommand;
913
+ exports.ListContainersInput$ = ListContainersInput$;
914
+ exports.ListContainersOutput$ = ListContainersOutput$;
915
+ exports.ListTagsForResource$ = ListTagsForResource$;
865
916
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
917
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
918
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
866
919
  exports.MediaStore = MediaStore;
867
920
  exports.MediaStoreClient = MediaStoreClient;
868
- exports.MediaStoreServiceException = MediaStoreServiceException$1;
921
+ exports.MediaStoreServiceException = MediaStoreServiceException;
922
+ exports.MediaStoreServiceException$ = MediaStoreServiceException$;
869
923
  exports.MethodName = MethodName;
870
- exports.PolicyNotFoundException = PolicyNotFoundException$1;
924
+ exports.MetricPolicy$ = MetricPolicy$;
925
+ exports.MetricPolicyRule$ = MetricPolicyRule$;
926
+ exports.PolicyNotFoundException = PolicyNotFoundException;
927
+ exports.PolicyNotFoundException$ = PolicyNotFoundException$;
928
+ exports.PutContainerPolicy$ = PutContainerPolicy$;
871
929
  exports.PutContainerPolicyCommand = PutContainerPolicyCommand;
930
+ exports.PutContainerPolicyInput$ = PutContainerPolicyInput$;
931
+ exports.PutContainerPolicyOutput$ = PutContainerPolicyOutput$;
932
+ exports.PutCorsPolicy$ = PutCorsPolicy$;
872
933
  exports.PutCorsPolicyCommand = PutCorsPolicyCommand;
934
+ exports.PutCorsPolicyInput$ = PutCorsPolicyInput$;
935
+ exports.PutCorsPolicyOutput$ = PutCorsPolicyOutput$;
936
+ exports.PutLifecyclePolicy$ = PutLifecyclePolicy$;
873
937
  exports.PutLifecyclePolicyCommand = PutLifecyclePolicyCommand;
938
+ exports.PutLifecyclePolicyInput$ = PutLifecyclePolicyInput$;
939
+ exports.PutLifecyclePolicyOutput$ = PutLifecyclePolicyOutput$;
940
+ exports.PutMetricPolicy$ = PutMetricPolicy$;
874
941
  exports.PutMetricPolicyCommand = PutMetricPolicyCommand;
942
+ exports.PutMetricPolicyInput$ = PutMetricPolicyInput$;
943
+ exports.PutMetricPolicyOutput$ = PutMetricPolicyOutput$;
944
+ exports.StartAccessLogging$ = StartAccessLogging$;
875
945
  exports.StartAccessLoggingCommand = StartAccessLoggingCommand;
946
+ exports.StartAccessLoggingInput$ = StartAccessLoggingInput$;
947
+ exports.StartAccessLoggingOutput$ = StartAccessLoggingOutput$;
948
+ exports.StopAccessLogging$ = StopAccessLogging$;
876
949
  exports.StopAccessLoggingCommand = StopAccessLoggingCommand;
950
+ exports.StopAccessLoggingInput$ = StopAccessLoggingInput$;
951
+ exports.StopAccessLoggingOutput$ = StopAccessLoggingOutput$;
952
+ exports.Tag$ = Tag$;
953
+ exports.TagResource$ = TagResource$;
877
954
  exports.TagResourceCommand = TagResourceCommand;
955
+ exports.TagResourceInput$ = TagResourceInput$;
956
+ exports.TagResourceOutput$ = TagResourceOutput$;
957
+ exports.UntagResource$ = UntagResource$;
878
958
  exports.UntagResourceCommand = UntagResourceCommand;
959
+ exports.UntagResourceInput$ = UntagResourceInput$;
960
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
879
961
  exports.paginateListContainers = paginateListContainers;