@aws-sdk/client-bcm-data-exports 3.948.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.
- package/dist-cjs/index.js +210 -111
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateExportCommand.js +2 -2
- package/dist-es/commands/DeleteExportCommand.js +2 -2
- package/dist-es/commands/GetExecutionCommand.js +2 -2
- package/dist-es/commands/GetExportCommand.js +2 -2
- package/dist-es/commands/GetTableCommand.js +2 -2
- package/dist-es/commands/ListExecutionsCommand.js +2 -2
- package/dist-es/commands/ListExportsCommand.js +2 -2
- package/dist-es/commands/ListTablesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateExportCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +129 -87
- package/dist-types/BCMDataExportsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +58 -69
- package/dist-types/ts3.4/BCMDataExportsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +57 -70
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -108,14 +108,14 @@ class BCMDataExportsClient extends smithyClient.Client {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
class BCMDataExportsServiceException extends smithyClient.ServiceException {
|
|
112
112
|
constructor(options) {
|
|
113
113
|
super(options);
|
|
114
114
|
Object.setPrototypeOf(this, BCMDataExportsServiceException.prototype);
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
}
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
class InternalServerException extends BCMDataExportsServiceException {
|
|
119
119
|
name = "InternalServerException";
|
|
120
120
|
$fault = "server";
|
|
121
121
|
Message;
|
|
@@ -128,8 +128,8 @@ let InternalServerException$1 = class InternalServerException extends BCMDataExp
|
|
|
128
128
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
129
129
|
this.Message = opts.Message;
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ServiceQuotaExceededException extends BCMDataExportsServiceException {
|
|
133
133
|
name = "ServiceQuotaExceededException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
Message;
|
|
@@ -150,8 +150,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
150
150
|
this.QuotaCode = opts.QuotaCode;
|
|
151
151
|
this.ServiceCode = opts.ServiceCode;
|
|
152
152
|
}
|
|
153
|
-
}
|
|
154
|
-
|
|
153
|
+
}
|
|
154
|
+
class ThrottlingException extends BCMDataExportsServiceException {
|
|
155
155
|
name = "ThrottlingException";
|
|
156
156
|
$fault = "client";
|
|
157
157
|
Message;
|
|
@@ -168,8 +168,8 @@ let ThrottlingException$1 = class ThrottlingException extends BCMDataExportsServ
|
|
|
168
168
|
this.QuotaCode = opts.QuotaCode;
|
|
169
169
|
this.ServiceCode = opts.ServiceCode;
|
|
170
170
|
}
|
|
171
|
-
}
|
|
172
|
-
|
|
171
|
+
}
|
|
172
|
+
class ValidationException extends BCMDataExportsServiceException {
|
|
173
173
|
name = "ValidationException";
|
|
174
174
|
$fault = "client";
|
|
175
175
|
Message;
|
|
@@ -186,8 +186,8 @@ let ValidationException$1 = class ValidationException extends BCMDataExportsServ
|
|
|
186
186
|
this.Reason = opts.Reason;
|
|
187
187
|
this.Fields = opts.Fields;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class ResourceNotFoundException extends BCMDataExportsServiceException {
|
|
191
191
|
name = "ResourceNotFoundException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -204,7 +204,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends BCMDat
|
|
|
204
204
|
this.ResourceId = opts.ResourceId;
|
|
205
205
|
this.ResourceType = opts.ResourceType;
|
|
206
206
|
}
|
|
207
|
-
}
|
|
207
|
+
}
|
|
208
208
|
|
|
209
209
|
const _C = "Column";
|
|
210
210
|
const _CA = "CreatedAt";
|
|
@@ -319,52 +319,52 @@ const _hE = "httpError";
|
|
|
319
319
|
const _s = "server";
|
|
320
320
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bcmdataexports";
|
|
321
321
|
const n0 = "com.amazonaws.bcmdataexports";
|
|
322
|
-
var Column = [3, n0, _C, 0, [_N, _T, _D], [0, 0, 0]];
|
|
323
|
-
var CreateExportRequest = [
|
|
322
|
+
var Column$ = [3, n0, _C, 0, [_N, _T, _D], [0, 0, 0]];
|
|
323
|
+
var CreateExportRequest$ = [
|
|
324
324
|
3,
|
|
325
325
|
n0,
|
|
326
326
|
_CER,
|
|
327
327
|
0,
|
|
328
328
|
[_E, _RT],
|
|
329
|
-
[() => Export
|
|
329
|
+
[() => Export$, () => ResourceTagList],
|
|
330
330
|
];
|
|
331
|
-
var CreateExportResponse = [3, n0, _CERr, 0, [_EA], [0]];
|
|
332
|
-
var DataQuery = [3, n0, _DQ, 0, [_QS, _TC], [0, [2, n0, _TC, 0, 0, 128 | 0]]];
|
|
333
|
-
var DeleteExportRequest = [3, n0, _DER, 0, [_EA], [0]];
|
|
334
|
-
var DeleteExportResponse = [3, n0, _DERe, 0, [_EA], [0]];
|
|
335
|
-
var DestinationConfigurations = [3, n0, _DC, 0, [_SD], [() => S3Destination]];
|
|
336
|
-
var ExecutionReference = [3, n0, _ER, 0, [_EI, _ES], [0, () => ExecutionStatus]];
|
|
337
|
-
var ExecutionStatus = [3, n0, _ES, 0, [_SC, _SR, _CA, _CAo, _LUA], [0, 0, 5, 5, 5]];
|
|
338
|
-
var Export = [
|
|
331
|
+
var CreateExportResponse$ = [3, n0, _CERr, 0, [_EA], [0]];
|
|
332
|
+
var DataQuery$ = [3, n0, _DQ, 0, [_QS, _TC], [0, [2, n0, _TC, 0, 0, 128 | 0]]];
|
|
333
|
+
var DeleteExportRequest$ = [3, n0, _DER, 0, [_EA], [0]];
|
|
334
|
+
var DeleteExportResponse$ = [3, n0, _DERe, 0, [_EA], [0]];
|
|
335
|
+
var DestinationConfigurations$ = [3, n0, _DC, 0, [_SD], [() => S3Destination$]];
|
|
336
|
+
var ExecutionReference$ = [3, n0, _ER, 0, [_EI, _ES], [0, () => ExecutionStatus$]];
|
|
337
|
+
var ExecutionStatus$ = [3, n0, _ES, 0, [_SC, _SR, _CA, _CAo, _LUA], [0, 0, 5, 5, 5]];
|
|
338
|
+
var Export$ = [
|
|
339
339
|
3,
|
|
340
340
|
n0,
|
|
341
341
|
_E,
|
|
342
342
|
0,
|
|
343
343
|
[_EA, _N, _D, _DQ, _DC, _RC],
|
|
344
|
-
[0, 0, 0, () => DataQuery
|
|
344
|
+
[0, 0, 0, () => DataQuery$, () => DestinationConfigurations$, () => RefreshCadence$],
|
|
345
345
|
];
|
|
346
|
-
var ExportReference = [3, n0, _ERx, 0, [_EA, _EN, _ESx], [0, 0, () => ExportStatus]];
|
|
347
|
-
var ExportStatus = [3, n0, _ESx, 0, [_SC, _SR, _CA, _LUA, _LRA], [0, 0, 5, 5, 5]];
|
|
348
|
-
var GetExecutionRequest = [3, n0, _GER, 0, [_EA, _EI], [0, 0]];
|
|
349
|
-
var GetExecutionResponse = [
|
|
346
|
+
var ExportReference$ = [3, n0, _ERx, 0, [_EA, _EN, _ESx], [0, 0, () => ExportStatus$]];
|
|
347
|
+
var ExportStatus$ = [3, n0, _ESx, 0, [_SC, _SR, _CA, _LUA, _LRA], [0, 0, 5, 5, 5]];
|
|
348
|
+
var GetExecutionRequest$ = [3, n0, _GER, 0, [_EA, _EI], [0, 0]];
|
|
349
|
+
var GetExecutionResponse$ = [
|
|
350
350
|
3,
|
|
351
351
|
n0,
|
|
352
352
|
_GERe,
|
|
353
353
|
0,
|
|
354
354
|
[_EI, _E, _ES],
|
|
355
|
-
[0, () => Export
|
|
355
|
+
[0, () => Export$, () => ExecutionStatus$],
|
|
356
356
|
];
|
|
357
|
-
var GetExportRequest = [3, n0, _GERet, 0, [_EA], [0]];
|
|
358
|
-
var GetExportResponse = [
|
|
357
|
+
var GetExportRequest$ = [3, n0, _GERet, 0, [_EA], [0]];
|
|
358
|
+
var GetExportResponse$ = [
|
|
359
359
|
3,
|
|
360
360
|
n0,
|
|
361
361
|
_GERetx,
|
|
362
362
|
0,
|
|
363
363
|
[_E, _ESx],
|
|
364
|
-
[() => Export
|
|
364
|
+
[() => Export$, () => ExportStatus$],
|
|
365
365
|
];
|
|
366
|
-
var GetTableRequest = [3, n0, _GTR, 0, [_TN, _TP], [0, 128 | 0]];
|
|
367
|
-
var GetTableResponse = [
|
|
366
|
+
var GetTableRequest$ = [3, n0, _GTR, 0, [_TN, _TP], [0, 128 | 0]];
|
|
367
|
+
var GetTableResponse$ = [
|
|
368
368
|
3,
|
|
369
369
|
n0,
|
|
370
370
|
_GTRe,
|
|
@@ -372,10 +372,10 @@ var GetTableResponse = [
|
|
|
372
372
|
[_TN, _D, _TP, _S],
|
|
373
373
|
[0, 0, 128 | 0, () => ColumnList],
|
|
374
374
|
];
|
|
375
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
376
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
377
|
-
var ListExecutionsRequest = [3, n0, _LER, 0, [_EA, _MR, _NT], [0, 1, 0]];
|
|
378
|
-
var ListExecutionsResponse = [
|
|
375
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
376
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
377
|
+
var ListExecutionsRequest$ = [3, n0, _LER, 0, [_EA, _MR, _NT], [0, 1, 0]];
|
|
378
|
+
var ListExecutionsResponse$ = [
|
|
379
379
|
3,
|
|
380
380
|
n0,
|
|
381
381
|
_LERi,
|
|
@@ -383,8 +383,8 @@ var ListExecutionsResponse = [
|
|
|
383
383
|
[_Ex, _NT],
|
|
384
384
|
[() => ExecutionReferenceList, 0],
|
|
385
385
|
];
|
|
386
|
-
var ListExportsRequest = [3, n0, _LERis, 0, [_MR, _NT], [1, 0]];
|
|
387
|
-
var ListExportsResponse = [
|
|
386
|
+
var ListExportsRequest$ = [3, n0, _LERis, 0, [_MR, _NT], [1, 0]];
|
|
387
|
+
var ListExportsResponse$ = [
|
|
388
388
|
3,
|
|
389
389
|
n0,
|
|
390
390
|
_LERist,
|
|
@@ -392,10 +392,10 @@ var ListExportsResponse = [
|
|
|
392
392
|
[_Exp, _NT],
|
|
393
393
|
[() => ExportReferenceList, 0],
|
|
394
394
|
];
|
|
395
|
-
var ListTablesRequest = [3, n0, _LTR, 0, [_NT, _MR], [0, 1]];
|
|
396
|
-
var ListTablesResponse = [3, n0, _LTRi, 0, [_Ta, _NT], [() => TableList, 0]];
|
|
397
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
|
|
398
|
-
var ListTagsForResourceResponse = [
|
|
395
|
+
var ListTablesRequest$ = [3, n0, _LTR, 0, [_NT, _MR], [0, 1]];
|
|
396
|
+
var ListTablesResponse$ = [3, n0, _LTRi, 0, [_Ta, _NT], [() => TableList, 0]];
|
|
397
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
|
|
398
|
+
var ListTagsForResourceResponse$ = [
|
|
399
399
|
3,
|
|
400
400
|
n0,
|
|
401
401
|
_LTFRRi,
|
|
@@ -403,8 +403,8 @@ var ListTagsForResourceResponse = [
|
|
|
403
403
|
[_RT, _NT],
|
|
404
404
|
[() => ResourceTagList, 0],
|
|
405
405
|
];
|
|
406
|
-
var RefreshCadence = [3, n0, _RC, 0, [_F], [0]];
|
|
407
|
-
var ResourceNotFoundException = [
|
|
406
|
+
var RefreshCadence$ = [3, n0, _RC, 0, [_F], [0]];
|
|
407
|
+
var ResourceNotFoundException$ = [
|
|
408
408
|
-3,
|
|
409
409
|
n0,
|
|
410
410
|
_RNFE,
|
|
@@ -412,18 +412,18 @@ var ResourceNotFoundException = [
|
|
|
412
412
|
[_M, _RI, _RTe],
|
|
413
413
|
[0, 0, 0],
|
|
414
414
|
];
|
|
415
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
416
|
-
var ResourceTag = [3, n0, _RTes, 0, [_K, _V], [0, 0]];
|
|
417
|
-
var S3Destination = [
|
|
415
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
416
|
+
var ResourceTag$ = [3, n0, _RTes, 0, [_K, _V], [0, 0]];
|
|
417
|
+
var S3Destination$ = [
|
|
418
418
|
3,
|
|
419
419
|
n0,
|
|
420
420
|
_SD,
|
|
421
421
|
0,
|
|
422
422
|
[_SB, _SP, _SRe, _SOC],
|
|
423
|
-
[0, 0, 0, () => S3OutputConfigurations],
|
|
423
|
+
[0, 0, 0, () => S3OutputConfigurations$],
|
|
424
424
|
];
|
|
425
|
-
var S3OutputConfigurations = [3, n0, _SOC, 0, [_OT, _Fo, _Co, _O], [0, 0, 0, 0]];
|
|
426
|
-
var ServiceQuotaExceededException = [
|
|
425
|
+
var S3OutputConfigurations$ = [3, n0, _SOC, 0, [_OT, _Fo, _Co, _O], [0, 0, 0, 0]];
|
|
426
|
+
var ServiceQuotaExceededException$ = [
|
|
427
427
|
-3,
|
|
428
428
|
n0,
|
|
429
429
|
_SQEE,
|
|
@@ -431,18 +431,25 @@ var ServiceQuotaExceededException = [
|
|
|
431
431
|
[_M, _RI, _RTe, _QC, _SCe],
|
|
432
432
|
[0, 0, 0, 0, 0],
|
|
433
433
|
];
|
|
434
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
435
|
-
var Table = [3, n0, _Tab, 0, [_TN, _D, _TP], [0, 0, () => TablePropertyDescriptionList]];
|
|
436
|
-
var TablePropertyDescription = [3, n0, _TPD, 0, [_N, _VV, _DV, _D], [0, 64 | 0, 0, 0]];
|
|
437
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _RT], [0, () => ResourceTagList]];
|
|
438
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
439
|
-
var ThrottlingException = [
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
434
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
435
|
+
var Table$ = [3, n0, _Tab, 0, [_TN, _D, _TP], [0, 0, () => TablePropertyDescriptionList]];
|
|
436
|
+
var TablePropertyDescription$ = [3, n0, _TPD, 0, [_N, _VV, _DV, _D], [0, 64 | 0, 0, 0]];
|
|
437
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _RT], [0, () => ResourceTagList]];
|
|
438
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
439
|
+
var ThrottlingException$ = [
|
|
440
|
+
-3,
|
|
441
|
+
n0,
|
|
442
|
+
_TE,
|
|
443
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
444
|
+
[_M, _QC, _SCe],
|
|
445
|
+
[0, 0, 0],
|
|
446
|
+
];
|
|
447
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
448
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _RTK], [0, 64 | 0]];
|
|
449
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
450
|
+
var UpdateExportRequest$ = [3, n0, _UER, 0, [_EA, _E], [0, () => Export$]];
|
|
451
|
+
var UpdateExportResponse$ = [3, n0, _UERp, 0, [_EA], [0]];
|
|
452
|
+
var ValidationException$ = [
|
|
446
453
|
-3,
|
|
447
454
|
n0,
|
|
448
455
|
_VE,
|
|
@@ -450,50 +457,85 @@ var ValidationException = [
|
|
|
450
457
|
[_M, _R, _Fi],
|
|
451
458
|
[0, 0, () => ValidationExceptionFieldList],
|
|
452
459
|
];
|
|
453
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
454
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
|
|
455
|
-
var BCMDataExportsServiceException = [-3, _sm, "BCMDataExportsServiceException", 0, [], []];
|
|
456
|
-
schema.TypeRegistry.for(_sm).registerError(BCMDataExportsServiceException
|
|
457
|
-
var ColumnList = [1, n0, _CL, 0, () => Column];
|
|
458
|
-
var ExecutionReferenceList = [1, n0, _ERL, 0, () => ExecutionReference];
|
|
459
|
-
var ExportReferenceList = [1, n0, _ERLx, 0, () => ExportReference];
|
|
460
|
-
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
|
|
461
|
-
var TableList = [1, n0, _TL, 0, () => Table];
|
|
462
|
-
var TablePropertyDescriptionList = [1, n0, _TPDL, 0, () => TablePropertyDescription];
|
|
463
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
464
|
-
var CreateExport = [
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
460
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
461
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
|
|
462
|
+
var BCMDataExportsServiceException$ = [-3, _sm, "BCMDataExportsServiceException", 0, [], []];
|
|
463
|
+
schema.TypeRegistry.for(_sm).registerError(BCMDataExportsServiceException$, BCMDataExportsServiceException);
|
|
464
|
+
var ColumnList = [1, n0, _CL, 0, () => Column$];
|
|
465
|
+
var ExecutionReferenceList = [1, n0, _ERL, 0, () => ExecutionReference$];
|
|
466
|
+
var ExportReferenceList = [1, n0, _ERLx, 0, () => ExportReference$];
|
|
467
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
|
|
468
|
+
var TableList = [1, n0, _TL, 0, () => Table$];
|
|
469
|
+
var TablePropertyDescriptionList = [1, n0, _TPDL, 0, () => TablePropertyDescription$];
|
|
470
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
471
|
+
var CreateExport$ = [
|
|
472
|
+
9,
|
|
473
|
+
n0,
|
|
474
|
+
_CE,
|
|
475
|
+
0,
|
|
476
|
+
() => CreateExportRequest$,
|
|
477
|
+
() => CreateExportResponse$,
|
|
478
|
+
];
|
|
479
|
+
var DeleteExport$ = [
|
|
480
|
+
9,
|
|
481
|
+
n0,
|
|
482
|
+
_DE,
|
|
483
|
+
2,
|
|
484
|
+
() => DeleteExportRequest$,
|
|
485
|
+
() => DeleteExportResponse$,
|
|
486
|
+
];
|
|
487
|
+
var GetExecution$ = [
|
|
488
|
+
9,
|
|
489
|
+
n0,
|
|
490
|
+
_GE,
|
|
491
|
+
0,
|
|
492
|
+
() => GetExecutionRequest$,
|
|
493
|
+
() => GetExecutionResponse$,
|
|
494
|
+
];
|
|
495
|
+
var GetExport$ = [9, n0, _GEe, 0, () => GetExportRequest$, () => GetExportResponse$];
|
|
496
|
+
var GetTable$ = [9, n0, _GT, 0, () => GetTableRequest$, () => GetTableResponse$];
|
|
497
|
+
var ListExecutions$ = [
|
|
470
498
|
9,
|
|
471
499
|
n0,
|
|
472
500
|
_LE,
|
|
473
501
|
0,
|
|
474
|
-
() => ListExecutionsRequest
|
|
475
|
-
() => ListExecutionsResponse
|
|
502
|
+
() => ListExecutionsRequest$,
|
|
503
|
+
() => ListExecutionsResponse$,
|
|
476
504
|
];
|
|
477
|
-
var ListExports = [
|
|
478
|
-
|
|
479
|
-
|
|
505
|
+
var ListExports$ = [
|
|
506
|
+
9,
|
|
507
|
+
n0,
|
|
508
|
+
_LEi,
|
|
509
|
+
0,
|
|
510
|
+
() => ListExportsRequest$,
|
|
511
|
+
() => ListExportsResponse$,
|
|
512
|
+
];
|
|
513
|
+
var ListTables$ = [9, n0, _LT, 0, () => ListTablesRequest$, () => ListTablesResponse$];
|
|
514
|
+
var ListTagsForResource$ = [
|
|
480
515
|
9,
|
|
481
516
|
n0,
|
|
482
517
|
_LTFR,
|
|
483
518
|
0,
|
|
484
|
-
() => ListTagsForResourceRequest
|
|
485
|
-
() => ListTagsForResourceResponse
|
|
519
|
+
() => ListTagsForResourceRequest$,
|
|
520
|
+
() => ListTagsForResourceResponse$,
|
|
486
521
|
];
|
|
487
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
488
|
-
var UntagResource = [
|
|
522
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
523
|
+
var UntagResource$ = [
|
|
489
524
|
9,
|
|
490
525
|
n0,
|
|
491
526
|
_UR,
|
|
492
527
|
0,
|
|
493
|
-
() => UntagResourceRequest
|
|
494
|
-
() => UntagResourceResponse
|
|
528
|
+
() => UntagResourceRequest$,
|
|
529
|
+
() => UntagResourceResponse$,
|
|
530
|
+
];
|
|
531
|
+
var UpdateExport$ = [
|
|
532
|
+
9,
|
|
533
|
+
n0,
|
|
534
|
+
_UE,
|
|
535
|
+
0,
|
|
536
|
+
() => UpdateExportRequest$,
|
|
537
|
+
() => UpdateExportResponse$,
|
|
495
538
|
];
|
|
496
|
-
var UpdateExport = [9, n0, _UE, 0, () => UpdateExportRequest, () => UpdateExportResponse];
|
|
497
539
|
|
|
498
540
|
class CreateExportCommand extends smithyClient.Command
|
|
499
541
|
.classBuilder()
|
|
@@ -503,7 +545,7 @@ class CreateExportCommand extends smithyClient.Command
|
|
|
503
545
|
})
|
|
504
546
|
.s("AWSBillingAndCostManagementDataExports", "CreateExport", {})
|
|
505
547
|
.n("BCMDataExportsClient", "CreateExportCommand")
|
|
506
|
-
.sc(CreateExport)
|
|
548
|
+
.sc(CreateExport$)
|
|
507
549
|
.build() {
|
|
508
550
|
}
|
|
509
551
|
|
|
@@ -515,7 +557,7 @@ class DeleteExportCommand extends smithyClient.Command
|
|
|
515
557
|
})
|
|
516
558
|
.s("AWSBillingAndCostManagementDataExports", "DeleteExport", {})
|
|
517
559
|
.n("BCMDataExportsClient", "DeleteExportCommand")
|
|
518
|
-
.sc(DeleteExport)
|
|
560
|
+
.sc(DeleteExport$)
|
|
519
561
|
.build() {
|
|
520
562
|
}
|
|
521
563
|
|
|
@@ -527,7 +569,7 @@ class GetExecutionCommand extends smithyClient.Command
|
|
|
527
569
|
})
|
|
528
570
|
.s("AWSBillingAndCostManagementDataExports", "GetExecution", {})
|
|
529
571
|
.n("BCMDataExportsClient", "GetExecutionCommand")
|
|
530
|
-
.sc(GetExecution)
|
|
572
|
+
.sc(GetExecution$)
|
|
531
573
|
.build() {
|
|
532
574
|
}
|
|
533
575
|
|
|
@@ -539,7 +581,7 @@ class GetExportCommand extends smithyClient.Command
|
|
|
539
581
|
})
|
|
540
582
|
.s("AWSBillingAndCostManagementDataExports", "GetExport", {})
|
|
541
583
|
.n("BCMDataExportsClient", "GetExportCommand")
|
|
542
|
-
.sc(GetExport)
|
|
584
|
+
.sc(GetExport$)
|
|
543
585
|
.build() {
|
|
544
586
|
}
|
|
545
587
|
|
|
@@ -551,7 +593,7 @@ class GetTableCommand extends smithyClient.Command
|
|
|
551
593
|
})
|
|
552
594
|
.s("AWSBillingAndCostManagementDataExports", "GetTable", {})
|
|
553
595
|
.n("BCMDataExportsClient", "GetTableCommand")
|
|
554
|
-
.sc(GetTable)
|
|
596
|
+
.sc(GetTable$)
|
|
555
597
|
.build() {
|
|
556
598
|
}
|
|
557
599
|
|
|
@@ -563,7 +605,7 @@ class ListExecutionsCommand extends smithyClient.Command
|
|
|
563
605
|
})
|
|
564
606
|
.s("AWSBillingAndCostManagementDataExports", "ListExecutions", {})
|
|
565
607
|
.n("BCMDataExportsClient", "ListExecutionsCommand")
|
|
566
|
-
.sc(ListExecutions)
|
|
608
|
+
.sc(ListExecutions$)
|
|
567
609
|
.build() {
|
|
568
610
|
}
|
|
569
611
|
|
|
@@ -575,7 +617,7 @@ class ListExportsCommand extends smithyClient.Command
|
|
|
575
617
|
})
|
|
576
618
|
.s("AWSBillingAndCostManagementDataExports", "ListExports", {})
|
|
577
619
|
.n("BCMDataExportsClient", "ListExportsCommand")
|
|
578
|
-
.sc(ListExports)
|
|
620
|
+
.sc(ListExports$)
|
|
579
621
|
.build() {
|
|
580
622
|
}
|
|
581
623
|
|
|
@@ -587,7 +629,7 @@ class ListTablesCommand extends smithyClient.Command
|
|
|
587
629
|
})
|
|
588
630
|
.s("AWSBillingAndCostManagementDataExports", "ListTables", {})
|
|
589
631
|
.n("BCMDataExportsClient", "ListTablesCommand")
|
|
590
|
-
.sc(ListTables)
|
|
632
|
+
.sc(ListTables$)
|
|
591
633
|
.build() {
|
|
592
634
|
}
|
|
593
635
|
|
|
@@ -599,7 +641,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
599
641
|
})
|
|
600
642
|
.s("AWSBillingAndCostManagementDataExports", "ListTagsForResource", {})
|
|
601
643
|
.n("BCMDataExportsClient", "ListTagsForResourceCommand")
|
|
602
|
-
.sc(ListTagsForResource)
|
|
644
|
+
.sc(ListTagsForResource$)
|
|
603
645
|
.build() {
|
|
604
646
|
}
|
|
605
647
|
|
|
@@ -611,7 +653,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
611
653
|
})
|
|
612
654
|
.s("AWSBillingAndCostManagementDataExports", "TagResource", {})
|
|
613
655
|
.n("BCMDataExportsClient", "TagResourceCommand")
|
|
614
|
-
.sc(TagResource)
|
|
656
|
+
.sc(TagResource$)
|
|
615
657
|
.build() {
|
|
616
658
|
}
|
|
617
659
|
|
|
@@ -623,7 +665,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
623
665
|
})
|
|
624
666
|
.s("AWSBillingAndCostManagementDataExports", "UntagResource", {})
|
|
625
667
|
.n("BCMDataExportsClient", "UntagResourceCommand")
|
|
626
|
-
.sc(UntagResource)
|
|
668
|
+
.sc(UntagResource$)
|
|
627
669
|
.build() {
|
|
628
670
|
}
|
|
629
671
|
|
|
@@ -635,7 +677,7 @@ class UpdateExportCommand extends smithyClient.Command
|
|
|
635
677
|
})
|
|
636
678
|
.s("AWSBillingAndCostManagementDataExports", "UpdateExport", {})
|
|
637
679
|
.n("BCMDataExportsClient", "UpdateExportCommand")
|
|
638
|
-
.sc(UpdateExport)
|
|
680
|
+
.sc(UpdateExport$)
|
|
639
681
|
.build() {
|
|
640
682
|
}
|
|
641
683
|
|
|
@@ -716,32 +758,89 @@ Object.defineProperty(exports, "__Client", {
|
|
|
716
758
|
});
|
|
717
759
|
exports.BCMDataExports = BCMDataExports;
|
|
718
760
|
exports.BCMDataExportsClient = BCMDataExportsClient;
|
|
719
|
-
exports.BCMDataExportsServiceException = BCMDataExportsServiceException
|
|
761
|
+
exports.BCMDataExportsServiceException = BCMDataExportsServiceException;
|
|
762
|
+
exports.BCMDataExportsServiceException$ = BCMDataExportsServiceException$;
|
|
763
|
+
exports.Column$ = Column$;
|
|
720
764
|
exports.CompressionOption = CompressionOption;
|
|
765
|
+
exports.CreateExport$ = CreateExport$;
|
|
721
766
|
exports.CreateExportCommand = CreateExportCommand;
|
|
767
|
+
exports.CreateExportRequest$ = CreateExportRequest$;
|
|
768
|
+
exports.CreateExportResponse$ = CreateExportResponse$;
|
|
769
|
+
exports.DataQuery$ = DataQuery$;
|
|
770
|
+
exports.DeleteExport$ = DeleteExport$;
|
|
722
771
|
exports.DeleteExportCommand = DeleteExportCommand;
|
|
772
|
+
exports.DeleteExportRequest$ = DeleteExportRequest$;
|
|
773
|
+
exports.DeleteExportResponse$ = DeleteExportResponse$;
|
|
774
|
+
exports.DestinationConfigurations$ = DestinationConfigurations$;
|
|
775
|
+
exports.ExecutionReference$ = ExecutionReference$;
|
|
776
|
+
exports.ExecutionStatus$ = ExecutionStatus$;
|
|
723
777
|
exports.ExecutionStatusCode = ExecutionStatusCode;
|
|
724
778
|
exports.ExecutionStatusReason = ExecutionStatusReason;
|
|
779
|
+
exports.Export$ = Export$;
|
|
780
|
+
exports.ExportReference$ = ExportReference$;
|
|
781
|
+
exports.ExportStatus$ = ExportStatus$;
|
|
725
782
|
exports.ExportStatusCode = ExportStatusCode;
|
|
726
783
|
exports.FormatOption = FormatOption;
|
|
727
784
|
exports.FrequencyOption = FrequencyOption;
|
|
785
|
+
exports.GetExecution$ = GetExecution$;
|
|
728
786
|
exports.GetExecutionCommand = GetExecutionCommand;
|
|
787
|
+
exports.GetExecutionRequest$ = GetExecutionRequest$;
|
|
788
|
+
exports.GetExecutionResponse$ = GetExecutionResponse$;
|
|
789
|
+
exports.GetExport$ = GetExport$;
|
|
729
790
|
exports.GetExportCommand = GetExportCommand;
|
|
791
|
+
exports.GetExportRequest$ = GetExportRequest$;
|
|
792
|
+
exports.GetExportResponse$ = GetExportResponse$;
|
|
793
|
+
exports.GetTable$ = GetTable$;
|
|
730
794
|
exports.GetTableCommand = GetTableCommand;
|
|
731
|
-
exports.
|
|
795
|
+
exports.GetTableRequest$ = GetTableRequest$;
|
|
796
|
+
exports.GetTableResponse$ = GetTableResponse$;
|
|
797
|
+
exports.InternalServerException = InternalServerException;
|
|
798
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
799
|
+
exports.ListExecutions$ = ListExecutions$;
|
|
732
800
|
exports.ListExecutionsCommand = ListExecutionsCommand;
|
|
801
|
+
exports.ListExecutionsRequest$ = ListExecutionsRequest$;
|
|
802
|
+
exports.ListExecutionsResponse$ = ListExecutionsResponse$;
|
|
803
|
+
exports.ListExports$ = ListExports$;
|
|
733
804
|
exports.ListExportsCommand = ListExportsCommand;
|
|
805
|
+
exports.ListExportsRequest$ = ListExportsRequest$;
|
|
806
|
+
exports.ListExportsResponse$ = ListExportsResponse$;
|
|
807
|
+
exports.ListTables$ = ListTables$;
|
|
734
808
|
exports.ListTablesCommand = ListTablesCommand;
|
|
809
|
+
exports.ListTablesRequest$ = ListTablesRequest$;
|
|
810
|
+
exports.ListTablesResponse$ = ListTablesResponse$;
|
|
811
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
735
812
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
813
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
814
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
736
815
|
exports.OverwriteOption = OverwriteOption;
|
|
737
|
-
exports.
|
|
816
|
+
exports.RefreshCadence$ = RefreshCadence$;
|
|
817
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
818
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
819
|
+
exports.ResourceTag$ = ResourceTag$;
|
|
820
|
+
exports.S3Destination$ = S3Destination$;
|
|
821
|
+
exports.S3OutputConfigurations$ = S3OutputConfigurations$;
|
|
738
822
|
exports.S3OutputType = S3OutputType;
|
|
739
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException
|
|
823
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
824
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
825
|
+
exports.Table$ = Table$;
|
|
826
|
+
exports.TablePropertyDescription$ = TablePropertyDescription$;
|
|
827
|
+
exports.TagResource$ = TagResource$;
|
|
740
828
|
exports.TagResourceCommand = TagResourceCommand;
|
|
741
|
-
exports.
|
|
829
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
830
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
831
|
+
exports.ThrottlingException = ThrottlingException;
|
|
832
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
833
|
+
exports.UntagResource$ = UntagResource$;
|
|
742
834
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
835
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
836
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
837
|
+
exports.UpdateExport$ = UpdateExport$;
|
|
743
838
|
exports.UpdateExportCommand = UpdateExportCommand;
|
|
744
|
-
exports.
|
|
839
|
+
exports.UpdateExportRequest$ = UpdateExportRequest$;
|
|
840
|
+
exports.UpdateExportResponse$ = UpdateExportResponse$;
|
|
841
|
+
exports.ValidationException = ValidationException;
|
|
842
|
+
exports.ValidationException$ = ValidationException$;
|
|
843
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
745
844
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
746
845
|
exports.paginateListExecutions = paginateListExecutions;
|
|
747
846
|
exports.paginateListExports = paginateListExports;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.bcmdataexports",
|
|
32
|
+
version: "2023-11-26",
|
|
33
|
+
serviceTarget: "AWSBillingAndCostManagementDataExports",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "BCM Data Exports",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateExport } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateExport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateExportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateExportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBillingAndCostManagementDataExports", "CreateExport", {})
|
|
13
13
|
.n("BCMDataExportsClient", "CreateExportCommand")
|
|
14
|
-
.sc(CreateExport)
|
|
14
|
+
.sc(CreateExport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteExport } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteExport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteExportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteExportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBillingAndCostManagementDataExports", "DeleteExport", {})
|
|
13
13
|
.n("BCMDataExportsClient", "DeleteExportCommand")
|
|
14
|
-
.sc(DeleteExport)
|
|
14
|
+
.sc(DeleteExport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { GetExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBillingAndCostManagementDataExports", "GetExecution", {})
|
|
13
13
|
.n("BCMDataExportsClient", "GetExecutionCommand")
|
|
14
|
-
.sc(GetExecution)
|
|
14
|
+
.sc(GetExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetExport } from "../schemas/schemas_0";
|
|
4
|
+
import { GetExport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetExportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetExportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBillingAndCostManagementDataExports", "GetExport", {})
|
|
13
13
|
.n("BCMDataExportsClient", "GetExportCommand")
|
|
14
|
-
.sc(GetExport)
|
|
14
|
+
.sc(GetExport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|