@aws-sdk/client-bcm-data-exports 3.986.0 → 3.988.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var BCMDataExportsServiceException = require('./models/BCMDataExportsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -108,502 +111,6 @@ class BCMDataExportsClient extends smithyClient.Client {
108
111
  }
109
112
  }
110
113
 
111
- class BCMDataExportsServiceException extends smithyClient.ServiceException {
112
- constructor(options) {
113
- super(options);
114
- Object.setPrototypeOf(this, BCMDataExportsServiceException.prototype);
115
- }
116
- }
117
-
118
- class InternalServerException extends BCMDataExportsServiceException {
119
- name = "InternalServerException";
120
- $fault = "server";
121
- Message;
122
- constructor(opts) {
123
- super({
124
- name: "InternalServerException",
125
- $fault: "server",
126
- ...opts,
127
- });
128
- Object.setPrototypeOf(this, InternalServerException.prototype);
129
- this.Message = opts.Message;
130
- }
131
- }
132
- class ServiceQuotaExceededException extends BCMDataExportsServiceException {
133
- name = "ServiceQuotaExceededException";
134
- $fault = "client";
135
- Message;
136
- ResourceId;
137
- ResourceType;
138
- QuotaCode;
139
- ServiceCode;
140
- constructor(opts) {
141
- super({
142
- name: "ServiceQuotaExceededException",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
147
- this.Message = opts.Message;
148
- this.ResourceId = opts.ResourceId;
149
- this.ResourceType = opts.ResourceType;
150
- this.QuotaCode = opts.QuotaCode;
151
- this.ServiceCode = opts.ServiceCode;
152
- }
153
- }
154
- class ThrottlingException extends BCMDataExportsServiceException {
155
- name = "ThrottlingException";
156
- $fault = "client";
157
- Message;
158
- QuotaCode;
159
- ServiceCode;
160
- constructor(opts) {
161
- super({
162
- name: "ThrottlingException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- Object.setPrototypeOf(this, ThrottlingException.prototype);
167
- this.Message = opts.Message;
168
- this.QuotaCode = opts.QuotaCode;
169
- this.ServiceCode = opts.ServiceCode;
170
- }
171
- }
172
- class ValidationException extends BCMDataExportsServiceException {
173
- name = "ValidationException";
174
- $fault = "client";
175
- Message;
176
- Reason;
177
- Fields;
178
- constructor(opts) {
179
- super({
180
- name: "ValidationException",
181
- $fault: "client",
182
- ...opts,
183
- });
184
- Object.setPrototypeOf(this, ValidationException.prototype);
185
- this.Message = opts.Message;
186
- this.Reason = opts.Reason;
187
- this.Fields = opts.Fields;
188
- }
189
- }
190
- class ResourceNotFoundException extends BCMDataExportsServiceException {
191
- name = "ResourceNotFoundException";
192
- $fault = "client";
193
- Message;
194
- ResourceId;
195
- ResourceType;
196
- constructor(opts) {
197
- super({
198
- name: "ResourceNotFoundException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
203
- this.Message = opts.Message;
204
- this.ResourceId = opts.ResourceId;
205
- this.ResourceType = opts.ResourceType;
206
- }
207
- }
208
-
209
- const _C = "Column";
210
- const _CA = "CreatedAt";
211
- const _CAo = "CompletedAt";
212
- const _CE = "CreateExport";
213
- const _CER = "CreateExportRequest";
214
- const _CERr = "CreateExportResponse";
215
- const _CL = "ColumnList";
216
- const _Co = "Compression";
217
- const _D = "Description";
218
- const _DC = "DestinationConfigurations";
219
- const _DE = "DeleteExport";
220
- const _DER = "DeleteExportRequest";
221
- const _DERe = "DeleteExportResponse";
222
- const _DQ = "DataQuery";
223
- const _DV = "DefaultValue";
224
- const _E = "Export";
225
- const _EA = "ExportArn";
226
- const _EI = "ExecutionId";
227
- const _EN = "ExportName";
228
- const _ER = "ExecutionReference";
229
- const _ERL = "ExecutionReferenceList";
230
- const _ERLx = "ExportReferenceList";
231
- const _ERx = "ExportReference";
232
- const _ES = "ExecutionStatus";
233
- const _ESx = "ExportStatus";
234
- const _Ex = "Executions";
235
- const _Exp = "Exports";
236
- const _F = "Frequency";
237
- const _Fi = "Fields";
238
- const _Fo = "Format";
239
- const _GE = "GetExecution";
240
- const _GER = "GetExecutionRequest";
241
- const _GERe = "GetExecutionResponse";
242
- const _GERet = "GetExportRequest";
243
- const _GERetx = "GetExportResponse";
244
- const _GEe = "GetExport";
245
- const _GT = "GetTable";
246
- const _GTR = "GetTableRequest";
247
- const _GTRe = "GetTableResponse";
248
- const _ISE = "InternalServerException";
249
- const _K = "Key";
250
- const _LE = "ListExecutions";
251
- const _LER = "ListExecutionsRequest";
252
- const _LERi = "ListExecutionsResponse";
253
- const _LERis = "ListExportsRequest";
254
- const _LERist = "ListExportsResponse";
255
- const _LEi = "ListExports";
256
- const _LRA = "LastRefreshedAt";
257
- const _LT = "ListTables";
258
- const _LTFR = "ListTagsForResource";
259
- const _LTFRR = "ListTagsForResourceRequest";
260
- const _LTFRRi = "ListTagsForResourceResponse";
261
- const _LTR = "ListTablesRequest";
262
- const _LTRi = "ListTablesResponse";
263
- const _LUA = "LastUpdatedAt";
264
- const _M = "Message";
265
- const _MR = "MaxResults";
266
- const _N = "Name";
267
- const _NT = "NextToken";
268
- const _O = "Overwrite";
269
- const _OT = "OutputType";
270
- const _QC = "QuotaCode";
271
- const _QS = "QueryStatement";
272
- const _R = "Reason";
273
- const _RA = "ResourceArn";
274
- const _RC = "RefreshCadence";
275
- const _RI = "ResourceId";
276
- const _RNFE = "ResourceNotFoundException";
277
- const _RT = "ResourceTags";
278
- const _RTK = "ResourceTagKeys";
279
- const _RTL = "ResourceTagList";
280
- const _RTe = "ResourceType";
281
- const _RTes = "ResourceTag";
282
- const _S = "Schema";
283
- const _SB = "S3Bucket";
284
- const _SC = "StatusCode";
285
- const _SCe = "ServiceCode";
286
- const _SD = "S3Destination";
287
- const _SOC = "S3OutputConfigurations";
288
- const _SP = "S3Prefix";
289
- const _SQEE = "ServiceQuotaExceededException";
290
- const _SR = "StatusReason";
291
- const _SRe = "S3Region";
292
- const _T = "Type";
293
- const _TC = "TableConfigurations";
294
- const _TE = "ThrottlingException";
295
- const _TL = "TableList";
296
- const _TN = "TableName";
297
- const _TP = "TableProperties";
298
- const _TPD = "TablePropertyDescription";
299
- const _TPDL = "TablePropertyDescriptionList";
300
- const _TR = "TagResource";
301
- const _TRR = "TagResourceRequest";
302
- const _TRRa = "TagResourceResponse";
303
- const _Ta = "Tables";
304
- const _Tab = "Table";
305
- const _UE = "UpdateExport";
306
- const _UER = "UpdateExportRequest";
307
- const _UERp = "UpdateExportResponse";
308
- const _UR = "UntagResource";
309
- const _URR = "UntagResourceRequest";
310
- const _URRn = "UntagResourceResponse";
311
- const _V = "Value";
312
- const _VE = "ValidationException";
313
- const _VEF = "ValidationExceptionField";
314
- const _VEFL = "ValidationExceptionFieldList";
315
- const _VV = "ValidValues";
316
- const _c = "client";
317
- const _e = "error";
318
- const _hE = "httpError";
319
- const _s = "server";
320
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bcmdataexports";
321
- const n0 = "com.amazonaws.bcmdataexports";
322
- var Column$ = [3, n0, _C,
323
- 0,
324
- [_N, _T, _D],
325
- [0, 0, 0]
326
- ];
327
- var CreateExportRequest$ = [3, n0, _CER,
328
- 0,
329
- [_E, _RT],
330
- [() => Export$, () => ResourceTagList], 1
331
- ];
332
- var CreateExportResponse$ = [3, n0, _CERr,
333
- 0,
334
- [_EA],
335
- [0]
336
- ];
337
- var DataQuery$ = [3, n0, _DQ,
338
- 0,
339
- [_QS, _TC],
340
- [0, [2, n0, _TC, 0, 0, 128 | 0]], 1
341
- ];
342
- var DeleteExportRequest$ = [3, n0, _DER,
343
- 0,
344
- [_EA],
345
- [0], 1
346
- ];
347
- var DeleteExportResponse$ = [3, n0, _DERe,
348
- 0,
349
- [_EA],
350
- [0]
351
- ];
352
- var DestinationConfigurations$ = [3, n0, _DC,
353
- 0,
354
- [_SD],
355
- [() => S3Destination$], 1
356
- ];
357
- var ExecutionReference$ = [3, n0, _ER,
358
- 0,
359
- [_EI, _ES],
360
- [0, () => ExecutionStatus$], 2
361
- ];
362
- var ExecutionStatus$ = [3, n0, _ES,
363
- 0,
364
- [_SC, _SR, _CA, _CAo, _LUA],
365
- [0, 0, 5, 5, 5]
366
- ];
367
- var Export$ = [3, n0, _E,
368
- 0,
369
- [_N, _DQ, _DC, _RC, _EA, _D],
370
- [0, () => DataQuery$, () => DestinationConfigurations$, () => RefreshCadence$, 0, 0], 4
371
- ];
372
- var ExportReference$ = [3, n0, _ERx,
373
- 0,
374
- [_EA, _EN, _ESx],
375
- [0, 0, () => ExportStatus$], 3
376
- ];
377
- var ExportStatus$ = [3, n0, _ESx,
378
- 0,
379
- [_SC, _SR, _CA, _LUA, _LRA],
380
- [0, 0, 5, 5, 5]
381
- ];
382
- var GetExecutionRequest$ = [3, n0, _GER,
383
- 0,
384
- [_EA, _EI],
385
- [0, 0], 2
386
- ];
387
- var GetExecutionResponse$ = [3, n0, _GERe,
388
- 0,
389
- [_EI, _E, _ES],
390
- [0, () => Export$, () => ExecutionStatus$]
391
- ];
392
- var GetExportRequest$ = [3, n0, _GERet,
393
- 0,
394
- [_EA],
395
- [0], 1
396
- ];
397
- var GetExportResponse$ = [3, n0, _GERetx,
398
- 0,
399
- [_E, _ESx],
400
- [() => Export$, () => ExportStatus$]
401
- ];
402
- var GetTableRequest$ = [3, n0, _GTR,
403
- 0,
404
- [_TN, _TP],
405
- [0, 128 | 0], 1
406
- ];
407
- var GetTableResponse$ = [3, n0, _GTRe,
408
- 0,
409
- [_TN, _D, _TP, _S],
410
- [0, 0, 128 | 0, () => ColumnList]
411
- ];
412
- var InternalServerException$ = [-3, n0, _ISE,
413
- { [_e]: _s, [_hE]: 500 },
414
- [_M],
415
- [0], 1
416
- ];
417
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
418
- var ListExecutionsRequest$ = [3, n0, _LER,
419
- 0,
420
- [_EA, _MR, _NT],
421
- [0, 1, 0], 1
422
- ];
423
- var ListExecutionsResponse$ = [3, n0, _LERi,
424
- 0,
425
- [_Ex, _NT],
426
- [() => ExecutionReferenceList, 0]
427
- ];
428
- var ListExportsRequest$ = [3, n0, _LERis,
429
- 0,
430
- [_MR, _NT],
431
- [1, 0]
432
- ];
433
- var ListExportsResponse$ = [3, n0, _LERist,
434
- 0,
435
- [_Exp, _NT],
436
- [() => ExportReferenceList, 0]
437
- ];
438
- var ListTablesRequest$ = [3, n0, _LTR,
439
- 0,
440
- [_NT, _MR],
441
- [0, 1]
442
- ];
443
- var ListTablesResponse$ = [3, n0, _LTRi,
444
- 0,
445
- [_Ta, _NT],
446
- [() => TableList, 0]
447
- ];
448
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
449
- 0,
450
- [_RA, _MR, _NT],
451
- [0, 1, 0], 1
452
- ];
453
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
454
- 0,
455
- [_RT, _NT],
456
- [() => ResourceTagList, 0]
457
- ];
458
- var RefreshCadence$ = [3, n0, _RC,
459
- 0,
460
- [_F],
461
- [0], 1
462
- ];
463
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
464
- { [_e]: _c, [_hE]: 404 },
465
- [_M, _RI, _RTe],
466
- [0, 0, 0], 3
467
- ];
468
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
469
- var ResourceTag$ = [3, n0, _RTes,
470
- 0,
471
- [_K, _V],
472
- [0, 0], 2
473
- ];
474
- var S3Destination$ = [3, n0, _SD,
475
- 0,
476
- [_SB, _SP, _SRe, _SOC],
477
- [0, 0, 0, () => S3OutputConfigurations$], 4
478
- ];
479
- var S3OutputConfigurations$ = [3, n0, _SOC,
480
- 0,
481
- [_OT, _Fo, _Co, _O],
482
- [0, 0, 0, 0], 4
483
- ];
484
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
485
- { [_e]: _c, [_hE]: 402 },
486
- [_M, _QC, _SCe, _RI, _RTe],
487
- [0, 0, 0, 0, 0], 3
488
- ];
489
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
490
- var Table$ = [3, n0, _Tab,
491
- 0,
492
- [_TN, _D, _TP],
493
- [0, 0, () => TablePropertyDescriptionList]
494
- ];
495
- var TablePropertyDescription$ = [3, n0, _TPD,
496
- 0,
497
- [_N, _VV, _DV, _D],
498
- [0, 64 | 0, 0, 0]
499
- ];
500
- var TagResourceRequest$ = [3, n0, _TRR,
501
- 0,
502
- [_RA, _RT],
503
- [0, () => ResourceTagList], 2
504
- ];
505
- var TagResourceResponse$ = [3, n0, _TRRa,
506
- 0,
507
- [],
508
- []
509
- ];
510
- var ThrottlingException$ = [-3, n0, _TE,
511
- { [_e]: _c, [_hE]: 429 },
512
- [_M, _QC, _SCe],
513
- [0, 0, 0], 1
514
- ];
515
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
516
- var UntagResourceRequest$ = [3, n0, _URR,
517
- 0,
518
- [_RA, _RTK],
519
- [0, 64 | 0], 2
520
- ];
521
- var UntagResourceResponse$ = [3, n0, _URRn,
522
- 0,
523
- [],
524
- []
525
- ];
526
- var UpdateExportRequest$ = [3, n0, _UER,
527
- 0,
528
- [_EA, _E],
529
- [0, () => Export$], 2
530
- ];
531
- var UpdateExportResponse$ = [3, n0, _UERp,
532
- 0,
533
- [_EA],
534
- [0]
535
- ];
536
- var ValidationException$ = [-3, n0, _VE,
537
- { [_e]: _c, [_hE]: 400 },
538
- [_M, _R, _Fi],
539
- [0, 0, () => ValidationExceptionFieldList], 1
540
- ];
541
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
542
- var ValidationExceptionField$ = [3, n0, _VEF,
543
- 0,
544
- [_N, _M],
545
- [0, 0], 2
546
- ];
547
- var BCMDataExportsServiceException$ = [-3, _sm, "BCMDataExportsServiceException", 0, [], []];
548
- schema.TypeRegistry.for(_sm).registerError(BCMDataExportsServiceException$, BCMDataExportsServiceException);
549
- var ColumnList = [1, n0, _CL,
550
- 0, () => Column$
551
- ];
552
- var ExecutionReferenceList = [1, n0, _ERL,
553
- 0, () => ExecutionReference$
554
- ];
555
- var ExportReferenceList = [1, n0, _ERLx,
556
- 0, () => ExportReference$
557
- ];
558
- var ResourceTagList = [1, n0, _RTL,
559
- 0, () => ResourceTag$
560
- ];
561
- var TableList = [1, n0, _TL,
562
- 0, () => Table$
563
- ];
564
- var TablePropertyDescriptionList = [1, n0, _TPDL,
565
- 0, () => TablePropertyDescription$
566
- ];
567
- var ValidationExceptionFieldList = [1, n0, _VEFL,
568
- 0, () => ValidationExceptionField$
569
- ];
570
- var CreateExport$ = [9, n0, _CE,
571
- 0, () => CreateExportRequest$, () => CreateExportResponse$
572
- ];
573
- var DeleteExport$ = [9, n0, _DE,
574
- 2, () => DeleteExportRequest$, () => DeleteExportResponse$
575
- ];
576
- var GetExecution$ = [9, n0, _GE,
577
- 0, () => GetExecutionRequest$, () => GetExecutionResponse$
578
- ];
579
- var GetExport$ = [9, n0, _GEe,
580
- 0, () => GetExportRequest$, () => GetExportResponse$
581
- ];
582
- var GetTable$ = [9, n0, _GT,
583
- 0, () => GetTableRequest$, () => GetTableResponse$
584
- ];
585
- var ListExecutions$ = [9, n0, _LE,
586
- 0, () => ListExecutionsRequest$, () => ListExecutionsResponse$
587
- ];
588
- var ListExports$ = [9, n0, _LEi,
589
- 0, () => ListExportsRequest$, () => ListExportsResponse$
590
- ];
591
- var ListTables$ = [9, n0, _LT,
592
- 0, () => ListTablesRequest$, () => ListTablesResponse$
593
- ];
594
- var ListTagsForResource$ = [9, n0, _LTFR,
595
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
596
- ];
597
- var TagResource$ = [9, n0, _TR,
598
- 0, () => TagResourceRequest$, () => TagResourceResponse$
599
- ];
600
- var UntagResource$ = [9, n0, _UR,
601
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
602
- ];
603
- var UpdateExport$ = [9, n0, _UE,
604
- 0, () => UpdateExportRequest$, () => UpdateExportResponse$
605
- ];
606
-
607
114
  class CreateExportCommand extends smithyClient.Command
608
115
  .classBuilder()
609
116
  .ep(commonParams)
@@ -612,7 +119,7 @@ class CreateExportCommand extends smithyClient.Command
612
119
  })
613
120
  .s("AWSBillingAndCostManagementDataExports", "CreateExport", {})
614
121
  .n("BCMDataExportsClient", "CreateExportCommand")
615
- .sc(CreateExport$)
122
+ .sc(schemas_0.CreateExport$)
616
123
  .build() {
617
124
  }
618
125
 
@@ -624,7 +131,7 @@ class DeleteExportCommand extends smithyClient.Command
624
131
  })
625
132
  .s("AWSBillingAndCostManagementDataExports", "DeleteExport", {})
626
133
  .n("BCMDataExportsClient", "DeleteExportCommand")
627
- .sc(DeleteExport$)
134
+ .sc(schemas_0.DeleteExport$)
628
135
  .build() {
629
136
  }
630
137
 
@@ -636,7 +143,7 @@ class GetExecutionCommand extends smithyClient.Command
636
143
  })
637
144
  .s("AWSBillingAndCostManagementDataExports", "GetExecution", {})
638
145
  .n("BCMDataExportsClient", "GetExecutionCommand")
639
- .sc(GetExecution$)
146
+ .sc(schemas_0.GetExecution$)
640
147
  .build() {
641
148
  }
642
149
 
@@ -648,7 +155,7 @@ class GetExportCommand extends smithyClient.Command
648
155
  })
649
156
  .s("AWSBillingAndCostManagementDataExports", "GetExport", {})
650
157
  .n("BCMDataExportsClient", "GetExportCommand")
651
- .sc(GetExport$)
158
+ .sc(schemas_0.GetExport$)
652
159
  .build() {
653
160
  }
654
161
 
@@ -660,7 +167,7 @@ class GetTableCommand extends smithyClient.Command
660
167
  })
661
168
  .s("AWSBillingAndCostManagementDataExports", "GetTable", {})
662
169
  .n("BCMDataExportsClient", "GetTableCommand")
663
- .sc(GetTable$)
170
+ .sc(schemas_0.GetTable$)
664
171
  .build() {
665
172
  }
666
173
 
@@ -672,7 +179,7 @@ class ListExecutionsCommand extends smithyClient.Command
672
179
  })
673
180
  .s("AWSBillingAndCostManagementDataExports", "ListExecutions", {})
674
181
  .n("BCMDataExportsClient", "ListExecutionsCommand")
675
- .sc(ListExecutions$)
182
+ .sc(schemas_0.ListExecutions$)
676
183
  .build() {
677
184
  }
678
185
 
@@ -684,7 +191,7 @@ class ListExportsCommand extends smithyClient.Command
684
191
  })
685
192
  .s("AWSBillingAndCostManagementDataExports", "ListExports", {})
686
193
  .n("BCMDataExportsClient", "ListExportsCommand")
687
- .sc(ListExports$)
194
+ .sc(schemas_0.ListExports$)
688
195
  .build() {
689
196
  }
690
197
 
@@ -696,7 +203,7 @@ class ListTablesCommand extends smithyClient.Command
696
203
  })
697
204
  .s("AWSBillingAndCostManagementDataExports", "ListTables", {})
698
205
  .n("BCMDataExportsClient", "ListTablesCommand")
699
- .sc(ListTables$)
206
+ .sc(schemas_0.ListTables$)
700
207
  .build() {
701
208
  }
702
209
 
@@ -708,7 +215,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
708
215
  })
709
216
  .s("AWSBillingAndCostManagementDataExports", "ListTagsForResource", {})
710
217
  .n("BCMDataExportsClient", "ListTagsForResourceCommand")
711
- .sc(ListTagsForResource$)
218
+ .sc(schemas_0.ListTagsForResource$)
712
219
  .build() {
713
220
  }
714
221
 
@@ -720,7 +227,7 @@ class TagResourceCommand extends smithyClient.Command
720
227
  })
721
228
  .s("AWSBillingAndCostManagementDataExports", "TagResource", {})
722
229
  .n("BCMDataExportsClient", "TagResourceCommand")
723
- .sc(TagResource$)
230
+ .sc(schemas_0.TagResource$)
724
231
  .build() {
725
232
  }
726
233
 
@@ -732,7 +239,7 @@ class UntagResourceCommand extends smithyClient.Command
732
239
  })
733
240
  .s("AWSBillingAndCostManagementDataExports", "UntagResource", {})
734
241
  .n("BCMDataExportsClient", "UntagResourceCommand")
735
- .sc(UntagResource$)
242
+ .sc(schemas_0.UntagResource$)
736
243
  .build() {
737
244
  }
738
245
 
@@ -744,7 +251,7 @@ class UpdateExportCommand extends smithyClient.Command
744
251
  })
745
252
  .s("AWSBillingAndCostManagementDataExports", "UpdateExport", {})
746
253
  .n("BCMDataExportsClient", "UpdateExportCommand")
747
- .sc(UpdateExport$)
254
+ .sc(schemas_0.UpdateExport$)
748
255
  .build() {
749
256
  }
750
257
 
@@ -828,92 +335,45 @@ Object.defineProperty(exports, "__Client", {
828
335
  enumerable: true,
829
336
  get: function () { return smithyClient.Client; }
830
337
  });
338
+ Object.defineProperty(exports, "BCMDataExportsServiceException", {
339
+ enumerable: true,
340
+ get: function () { return BCMDataExportsServiceException.BCMDataExportsServiceException; }
341
+ });
831
342
  exports.BCMDataExports = BCMDataExports;
832
343
  exports.BCMDataExportsClient = BCMDataExportsClient;
833
- exports.BCMDataExportsServiceException = BCMDataExportsServiceException;
834
- exports.BCMDataExportsServiceException$ = BCMDataExportsServiceException$;
835
- exports.Column$ = Column$;
836
344
  exports.CompressionOption = CompressionOption;
837
- exports.CreateExport$ = CreateExport$;
838
345
  exports.CreateExportCommand = CreateExportCommand;
839
- exports.CreateExportRequest$ = CreateExportRequest$;
840
- exports.CreateExportResponse$ = CreateExportResponse$;
841
- exports.DataQuery$ = DataQuery$;
842
- exports.DeleteExport$ = DeleteExport$;
843
346
  exports.DeleteExportCommand = DeleteExportCommand;
844
- exports.DeleteExportRequest$ = DeleteExportRequest$;
845
- exports.DeleteExportResponse$ = DeleteExportResponse$;
846
- exports.DestinationConfigurations$ = DestinationConfigurations$;
847
- exports.ExecutionReference$ = ExecutionReference$;
848
- exports.ExecutionStatus$ = ExecutionStatus$;
849
347
  exports.ExecutionStatusCode = ExecutionStatusCode;
850
348
  exports.ExecutionStatusReason = ExecutionStatusReason;
851
- exports.Export$ = Export$;
852
- exports.ExportReference$ = ExportReference$;
853
- exports.ExportStatus$ = ExportStatus$;
854
349
  exports.ExportStatusCode = ExportStatusCode;
855
350
  exports.FormatOption = FormatOption;
856
351
  exports.FrequencyOption = FrequencyOption;
857
- exports.GetExecution$ = GetExecution$;
858
352
  exports.GetExecutionCommand = GetExecutionCommand;
859
- exports.GetExecutionRequest$ = GetExecutionRequest$;
860
- exports.GetExecutionResponse$ = GetExecutionResponse$;
861
- exports.GetExport$ = GetExport$;
862
353
  exports.GetExportCommand = GetExportCommand;
863
- exports.GetExportRequest$ = GetExportRequest$;
864
- exports.GetExportResponse$ = GetExportResponse$;
865
- exports.GetTable$ = GetTable$;
866
354
  exports.GetTableCommand = GetTableCommand;
867
- exports.GetTableRequest$ = GetTableRequest$;
868
- exports.GetTableResponse$ = GetTableResponse$;
869
- exports.InternalServerException = InternalServerException;
870
- exports.InternalServerException$ = InternalServerException$;
871
- exports.ListExecutions$ = ListExecutions$;
872
355
  exports.ListExecutionsCommand = ListExecutionsCommand;
873
- exports.ListExecutionsRequest$ = ListExecutionsRequest$;
874
- exports.ListExecutionsResponse$ = ListExecutionsResponse$;
875
- exports.ListExports$ = ListExports$;
876
356
  exports.ListExportsCommand = ListExportsCommand;
877
- exports.ListExportsRequest$ = ListExportsRequest$;
878
- exports.ListExportsResponse$ = ListExportsResponse$;
879
- exports.ListTables$ = ListTables$;
880
357
  exports.ListTablesCommand = ListTablesCommand;
881
- exports.ListTablesRequest$ = ListTablesRequest$;
882
- exports.ListTablesResponse$ = ListTablesResponse$;
883
- exports.ListTagsForResource$ = ListTagsForResource$;
884
358
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
885
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
886
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
887
359
  exports.OverwriteOption = OverwriteOption;
888
- exports.RefreshCadence$ = RefreshCadence$;
889
- exports.ResourceNotFoundException = ResourceNotFoundException;
890
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
891
- exports.ResourceTag$ = ResourceTag$;
892
- exports.S3Destination$ = S3Destination$;
893
- exports.S3OutputConfigurations$ = S3OutputConfigurations$;
894
360
  exports.S3OutputType = S3OutputType;
895
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
896
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
897
- exports.Table$ = Table$;
898
- exports.TablePropertyDescription$ = TablePropertyDescription$;
899
- exports.TagResource$ = TagResource$;
900
361
  exports.TagResourceCommand = TagResourceCommand;
901
- exports.TagResourceRequest$ = TagResourceRequest$;
902
- exports.TagResourceResponse$ = TagResourceResponse$;
903
- exports.ThrottlingException = ThrottlingException;
904
- exports.ThrottlingException$ = ThrottlingException$;
905
- exports.UntagResource$ = UntagResource$;
906
362
  exports.UntagResourceCommand = UntagResourceCommand;
907
- exports.UntagResourceRequest$ = UntagResourceRequest$;
908
- exports.UntagResourceResponse$ = UntagResourceResponse$;
909
- exports.UpdateExport$ = UpdateExport$;
910
363
  exports.UpdateExportCommand = UpdateExportCommand;
911
- exports.UpdateExportRequest$ = UpdateExportRequest$;
912
- exports.UpdateExportResponse$ = UpdateExportResponse$;
913
- exports.ValidationException = ValidationException;
914
- exports.ValidationException$ = ValidationException$;
915
- exports.ValidationExceptionField$ = ValidationExceptionField$;
916
364
  exports.ValidationExceptionReason = ValidationExceptionReason;
917
365
  exports.paginateListExecutions = paginateListExecutions;
918
366
  exports.paginateListExports = paginateListExports;
919
367
  exports.paginateListTables = paginateListTables;
368
+ Object.keys(schemas_0).forEach(function (k) {
369
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
370
+ enumerable: true,
371
+ get: function () { return schemas_0[k]; }
372
+ });
373
+ });
374
+ Object.keys(errors).forEach(function (k) {
375
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
376
+ enumerable: true,
377
+ get: function () { return errors[k]; }
378
+ });
379
+ });