@aws-sdk/client-bcm-data-exports 3.987.0 → 3.989.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.
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BCMDataExportsServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class BCMDataExportsServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, BCMDataExportsServiceException.prototype);
10
+ }
11
+ }
12
+ exports.BCMDataExportsServiceException = BCMDataExportsServiceException;
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = void 0;
4
+ const BCMDataExportsServiceException_1 = require("./BCMDataExportsServiceException");
5
+ class InternalServerException extends BCMDataExportsServiceException_1.BCMDataExportsServiceException {
6
+ name = "InternalServerException";
7
+ $fault = "server";
8
+ Message;
9
+ constructor(opts) {
10
+ super({
11
+ name: "InternalServerException",
12
+ $fault: "server",
13
+ ...opts,
14
+ });
15
+ Object.setPrototypeOf(this, InternalServerException.prototype);
16
+ this.Message = opts.Message;
17
+ }
18
+ }
19
+ exports.InternalServerException = InternalServerException;
20
+ class ServiceQuotaExceededException extends BCMDataExportsServiceException_1.BCMDataExportsServiceException {
21
+ name = "ServiceQuotaExceededException";
22
+ $fault = "client";
23
+ Message;
24
+ ResourceId;
25
+ ResourceType;
26
+ QuotaCode;
27
+ ServiceCode;
28
+ constructor(opts) {
29
+ super({
30
+ name: "ServiceQuotaExceededException",
31
+ $fault: "client",
32
+ ...opts,
33
+ });
34
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
35
+ this.Message = opts.Message;
36
+ this.ResourceId = opts.ResourceId;
37
+ this.ResourceType = opts.ResourceType;
38
+ this.QuotaCode = opts.QuotaCode;
39
+ this.ServiceCode = opts.ServiceCode;
40
+ }
41
+ }
42
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
43
+ class ThrottlingException extends BCMDataExportsServiceException_1.BCMDataExportsServiceException {
44
+ name = "ThrottlingException";
45
+ $fault = "client";
46
+ Message;
47
+ QuotaCode;
48
+ ServiceCode;
49
+ constructor(opts) {
50
+ super({
51
+ name: "ThrottlingException",
52
+ $fault: "client",
53
+ ...opts,
54
+ });
55
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
56
+ this.Message = opts.Message;
57
+ this.QuotaCode = opts.QuotaCode;
58
+ this.ServiceCode = opts.ServiceCode;
59
+ }
60
+ }
61
+ exports.ThrottlingException = ThrottlingException;
62
+ class ValidationException extends BCMDataExportsServiceException_1.BCMDataExportsServiceException {
63
+ name = "ValidationException";
64
+ $fault = "client";
65
+ Message;
66
+ Reason;
67
+ Fields;
68
+ constructor(opts) {
69
+ super({
70
+ name: "ValidationException",
71
+ $fault: "client",
72
+ ...opts,
73
+ });
74
+ Object.setPrototypeOf(this, ValidationException.prototype);
75
+ this.Message = opts.Message;
76
+ this.Reason = opts.Reason;
77
+ this.Fields = opts.Fields;
78
+ }
79
+ }
80
+ exports.ValidationException = ValidationException;
81
+ class ResourceNotFoundException extends BCMDataExportsServiceException_1.BCMDataExportsServiceException {
82
+ name = "ResourceNotFoundException";
83
+ $fault = "client";
84
+ Message;
85
+ ResourceId;
86
+ ResourceType;
87
+ constructor(opts) {
88
+ super({
89
+ name: "ResourceNotFoundException",
90
+ $fault: "client",
91
+ ...opts,
92
+ });
93
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
94
+ this.Message = opts.Message;
95
+ this.ResourceId = opts.ResourceId;
96
+ this.ResourceType = opts.ResourceType;
97
+ }
98
+ }
99
+ exports.ResourceNotFoundException = ResourceNotFoundException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2023-11-26",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.bcmdataexports",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2023-11-26",
33
35
  serviceTarget: "AWSBillingAndCostManagementDataExports",
34
36
  },
@@ -0,0 +1,416 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetExport$ = exports.GetExecution$ = exports.DeleteExport$ = exports.CreateExport$ = exports.ValidationExceptionField$ = exports.UpdateExportResponse$ = exports.UpdateExportRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.TablePropertyDescription$ = exports.Table$ = exports.S3OutputConfigurations$ = exports.S3Destination$ = exports.ResourceTag$ = exports.RefreshCadence$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListTablesResponse$ = exports.ListTablesRequest$ = exports.ListExportsResponse$ = exports.ListExportsRequest$ = exports.ListExecutionsResponse$ = exports.ListExecutionsRequest$ = exports.GetTableResponse$ = exports.GetTableRequest$ = exports.GetExportResponse$ = exports.GetExportRequest$ = exports.GetExecutionResponse$ = exports.GetExecutionRequest$ = exports.ExportStatus$ = exports.ExportReference$ = exports.Export$ = exports.ExecutionStatus$ = exports.ExecutionReference$ = exports.DestinationConfigurations$ = exports.DeleteExportResponse$ = exports.DeleteExportRequest$ = exports.DataQuery$ = exports.CreateExportResponse$ = exports.CreateExportRequest$ = exports.Column$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.BCMDataExportsServiceException$ = void 0;
4
+ exports.UpdateExport$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListTables$ = exports.ListExports$ = exports.ListExecutions$ = exports.GetTable$ = void 0;
5
+ const _C = "Column";
6
+ const _CA = "CreatedAt";
7
+ const _CAo = "CompletedAt";
8
+ const _CE = "CreateExport";
9
+ const _CER = "CreateExportRequest";
10
+ const _CERr = "CreateExportResponse";
11
+ const _CL = "ColumnList";
12
+ const _Co = "Compression";
13
+ const _D = "Description";
14
+ const _DC = "DestinationConfigurations";
15
+ const _DE = "DeleteExport";
16
+ const _DER = "DeleteExportRequest";
17
+ const _DERe = "DeleteExportResponse";
18
+ const _DQ = "DataQuery";
19
+ const _DV = "DefaultValue";
20
+ const _E = "Export";
21
+ const _EA = "ExportArn";
22
+ const _EI = "ExecutionId";
23
+ const _EN = "ExportName";
24
+ const _ER = "ExecutionReference";
25
+ const _ERL = "ExecutionReferenceList";
26
+ const _ERLx = "ExportReferenceList";
27
+ const _ERx = "ExportReference";
28
+ const _ES = "ExecutionStatus";
29
+ const _ESx = "ExportStatus";
30
+ const _Ex = "Executions";
31
+ const _Exp = "Exports";
32
+ const _F = "Fields";
33
+ const _Fo = "Format";
34
+ const _Fr = "Frequency";
35
+ const _GE = "GetExecution";
36
+ const _GER = "GetExecutionRequest";
37
+ const _GERe = "GetExecutionResponse";
38
+ const _GERet = "GetExportRequest";
39
+ const _GERetx = "GetExportResponse";
40
+ const _GEe = "GetExport";
41
+ const _GT = "GetTable";
42
+ const _GTR = "GetTableRequest";
43
+ const _GTRe = "GetTableResponse";
44
+ const _ISE = "InternalServerException";
45
+ const _K = "Key";
46
+ const _LE = "ListExecutions";
47
+ const _LER = "ListExecutionsRequest";
48
+ const _LERi = "ListExecutionsResponse";
49
+ const _LERis = "ListExportsRequest";
50
+ const _LERist = "ListExportsResponse";
51
+ const _LEi = "ListExports";
52
+ const _LRA = "LastRefreshedAt";
53
+ const _LT = "ListTables";
54
+ const _LTFR = "ListTagsForResource";
55
+ const _LTFRR = "ListTagsForResourceRequest";
56
+ const _LTFRRi = "ListTagsForResourceResponse";
57
+ const _LTR = "ListTablesRequest";
58
+ const _LTRi = "ListTablesResponse";
59
+ const _LUA = "LastUpdatedAt";
60
+ const _M = "Message";
61
+ const _MR = "MaxResults";
62
+ const _N = "Name";
63
+ const _NT = "NextToken";
64
+ const _O = "Overwrite";
65
+ const _OT = "OutputType";
66
+ const _QC = "QuotaCode";
67
+ const _QS = "QueryStatement";
68
+ const _R = "Reason";
69
+ const _RA = "ResourceArn";
70
+ const _RC = "RefreshCadence";
71
+ const _RI = "ResourceId";
72
+ const _RNFE = "ResourceNotFoundException";
73
+ const _RT = "ResourceType";
74
+ const _RTK = "ResourceTagKeys";
75
+ const _RTL = "ResourceTagList";
76
+ const _RTe = "ResourceTags";
77
+ const _RTes = "ResourceTag";
78
+ const _S = "Schema";
79
+ const _SB = "S3Bucket";
80
+ const _SC = "ServiceCode";
81
+ const _SCt = "StatusCode";
82
+ const _SD = "S3Destination";
83
+ const _SOC = "S3OutputConfigurations";
84
+ const _SP = "S3Prefix";
85
+ const _SQEE = "ServiceQuotaExceededException";
86
+ const _SR = "StatusReason";
87
+ const _SRe = "S3Region";
88
+ const _T = "Type";
89
+ const _TC = "TableConfigurations";
90
+ const _TE = "ThrottlingException";
91
+ const _TL = "TableList";
92
+ const _TN = "TableName";
93
+ const _TP = "TableProperties";
94
+ const _TPD = "TablePropertyDescription";
95
+ const _TPDL = "TablePropertyDescriptionList";
96
+ const _TR = "TagResource";
97
+ const _TRR = "TagResourceRequest";
98
+ const _TRRa = "TagResourceResponse";
99
+ const _Ta = "Tables";
100
+ const _Tab = "Table";
101
+ const _UE = "UpdateExport";
102
+ const _UER = "UpdateExportRequest";
103
+ const _UERp = "UpdateExportResponse";
104
+ const _UR = "UntagResource";
105
+ const _URR = "UntagResourceRequest";
106
+ const _URRn = "UntagResourceResponse";
107
+ const _V = "Value";
108
+ const _VE = "ValidationException";
109
+ const _VEF = "ValidationExceptionField";
110
+ const _VEFL = "ValidationExceptionFieldList";
111
+ const _VV = "ValidValues";
112
+ const _c = "client";
113
+ const _e = "error";
114
+ const _hE = "httpError";
115
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bcmdataexports";
116
+ const _se = "server";
117
+ const n0 = "com.amazonaws.bcmdataexports";
118
+ const schema_1 = require("@smithy/core/schema");
119
+ const BCMDataExportsServiceException_1 = require("../models/BCMDataExportsServiceException");
120
+ const errors_1 = require("../models/errors");
121
+ const _s_registry = schema_1.TypeRegistry.for(_s);
122
+ exports.BCMDataExportsServiceException$ = [-3, _s, "BCMDataExportsServiceException", 0, [], []];
123
+ _s_registry.registerError(exports.BCMDataExportsServiceException$, BCMDataExportsServiceException_1.BCMDataExportsServiceException);
124
+ const n0_registry = schema_1.TypeRegistry.for(n0);
125
+ exports.InternalServerException$ = [-3, n0, _ISE,
126
+ { [_e]: _se, [_hE]: 500 },
127
+ [_M],
128
+ [0], 1
129
+ ];
130
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
131
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
132
+ { [_e]: _c, [_hE]: 404 },
133
+ [_M, _RI, _RT],
134
+ [0, 0, 0], 3
135
+ ];
136
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
137
+ exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
138
+ { [_e]: _c, [_hE]: 402 },
139
+ [_M, _QC, _SC, _RI, _RT],
140
+ [0, 0, 0, 0, 0], 3
141
+ ];
142
+ n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
143
+ exports.ThrottlingException$ = [-3, n0, _TE,
144
+ { [_e]: _c, [_hE]: 429 },
145
+ [_M, _QC, _SC],
146
+ [0, 0, 0], 1
147
+ ];
148
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
149
+ exports.ValidationException$ = [-3, n0, _VE,
150
+ { [_e]: _c, [_hE]: 400 },
151
+ [_M, _R, _F],
152
+ [0, 0, () => ValidationExceptionFieldList], 1
153
+ ];
154
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
155
+ exports.errorTypeRegistries = [
156
+ _s_registry,
157
+ n0_registry,
158
+ ];
159
+ exports.Column$ = [3, n0, _C,
160
+ 0,
161
+ [_N, _T, _D],
162
+ [0, 0, 0]
163
+ ];
164
+ exports.CreateExportRequest$ = [3, n0, _CER,
165
+ 0,
166
+ [_E, _RTe],
167
+ [() => exports.Export$, () => ResourceTagList], 1
168
+ ];
169
+ exports.CreateExportResponse$ = [3, n0, _CERr,
170
+ 0,
171
+ [_EA],
172
+ [0]
173
+ ];
174
+ exports.DataQuery$ = [3, n0, _DQ,
175
+ 0,
176
+ [_QS, _TC],
177
+ [0, [2, n0, _TC, 0, 0, 128 | 0]], 1
178
+ ];
179
+ exports.DeleteExportRequest$ = [3, n0, _DER,
180
+ 0,
181
+ [_EA],
182
+ [0], 1
183
+ ];
184
+ exports.DeleteExportResponse$ = [3, n0, _DERe,
185
+ 0,
186
+ [_EA],
187
+ [0]
188
+ ];
189
+ exports.DestinationConfigurations$ = [3, n0, _DC,
190
+ 0,
191
+ [_SD],
192
+ [() => exports.S3Destination$], 1
193
+ ];
194
+ exports.ExecutionReference$ = [3, n0, _ER,
195
+ 0,
196
+ [_EI, _ES],
197
+ [0, () => exports.ExecutionStatus$], 2
198
+ ];
199
+ exports.ExecutionStatus$ = [3, n0, _ES,
200
+ 0,
201
+ [_SCt, _SR, _CA, _CAo, _LUA],
202
+ [0, 0, 5, 5, 5]
203
+ ];
204
+ exports.Export$ = [3, n0, _E,
205
+ 0,
206
+ [_N, _DQ, _DC, _RC, _EA, _D],
207
+ [0, () => exports.DataQuery$, () => exports.DestinationConfigurations$, () => exports.RefreshCadence$, 0, 0], 4
208
+ ];
209
+ exports.ExportReference$ = [3, n0, _ERx,
210
+ 0,
211
+ [_EA, _EN, _ESx],
212
+ [0, 0, () => exports.ExportStatus$], 3
213
+ ];
214
+ exports.ExportStatus$ = [3, n0, _ESx,
215
+ 0,
216
+ [_SCt, _SR, _CA, _LUA, _LRA],
217
+ [0, 0, 5, 5, 5]
218
+ ];
219
+ exports.GetExecutionRequest$ = [3, n0, _GER,
220
+ 0,
221
+ [_EA, _EI],
222
+ [0, 0], 2
223
+ ];
224
+ exports.GetExecutionResponse$ = [3, n0, _GERe,
225
+ 0,
226
+ [_EI, _E, _ES],
227
+ [0, () => exports.Export$, () => exports.ExecutionStatus$]
228
+ ];
229
+ exports.GetExportRequest$ = [3, n0, _GERet,
230
+ 0,
231
+ [_EA],
232
+ [0], 1
233
+ ];
234
+ exports.GetExportResponse$ = [3, n0, _GERetx,
235
+ 0,
236
+ [_E, _ESx],
237
+ [() => exports.Export$, () => exports.ExportStatus$]
238
+ ];
239
+ exports.GetTableRequest$ = [3, n0, _GTR,
240
+ 0,
241
+ [_TN, _TP],
242
+ [0, 128 | 0], 1
243
+ ];
244
+ exports.GetTableResponse$ = [3, n0, _GTRe,
245
+ 0,
246
+ [_TN, _D, _TP, _S],
247
+ [0, 0, 128 | 0, () => ColumnList]
248
+ ];
249
+ exports.ListExecutionsRequest$ = [3, n0, _LER,
250
+ 0,
251
+ [_EA, _MR, _NT],
252
+ [0, 1, 0], 1
253
+ ];
254
+ exports.ListExecutionsResponse$ = [3, n0, _LERi,
255
+ 0,
256
+ [_Ex, _NT],
257
+ [() => ExecutionReferenceList, 0]
258
+ ];
259
+ exports.ListExportsRequest$ = [3, n0, _LERis,
260
+ 0,
261
+ [_MR, _NT],
262
+ [1, 0]
263
+ ];
264
+ exports.ListExportsResponse$ = [3, n0, _LERist,
265
+ 0,
266
+ [_Exp, _NT],
267
+ [() => ExportReferenceList, 0]
268
+ ];
269
+ exports.ListTablesRequest$ = [3, n0, _LTR,
270
+ 0,
271
+ [_NT, _MR],
272
+ [0, 1]
273
+ ];
274
+ exports.ListTablesResponse$ = [3, n0, _LTRi,
275
+ 0,
276
+ [_Ta, _NT],
277
+ [() => TableList, 0]
278
+ ];
279
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
280
+ 0,
281
+ [_RA, _MR, _NT],
282
+ [0, 1, 0], 1
283
+ ];
284
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
285
+ 0,
286
+ [_RTe, _NT],
287
+ [() => ResourceTagList, 0]
288
+ ];
289
+ exports.RefreshCadence$ = [3, n0, _RC,
290
+ 0,
291
+ [_Fr],
292
+ [0], 1
293
+ ];
294
+ exports.ResourceTag$ = [3, n0, _RTes,
295
+ 0,
296
+ [_K, _V],
297
+ [0, 0], 2
298
+ ];
299
+ exports.S3Destination$ = [3, n0, _SD,
300
+ 0,
301
+ [_SB, _SP, _SRe, _SOC],
302
+ [0, 0, 0, () => exports.S3OutputConfigurations$], 4
303
+ ];
304
+ exports.S3OutputConfigurations$ = [3, n0, _SOC,
305
+ 0,
306
+ [_OT, _Fo, _Co, _O],
307
+ [0, 0, 0, 0], 4
308
+ ];
309
+ exports.Table$ = [3, n0, _Tab,
310
+ 0,
311
+ [_TN, _D, _TP],
312
+ [0, 0, () => TablePropertyDescriptionList]
313
+ ];
314
+ exports.TablePropertyDescription$ = [3, n0, _TPD,
315
+ 0,
316
+ [_N, _VV, _DV, _D],
317
+ [0, 64 | 0, 0, 0]
318
+ ];
319
+ exports.TagResourceRequest$ = [3, n0, _TRR,
320
+ 0,
321
+ [_RA, _RTe],
322
+ [0, () => ResourceTagList], 2
323
+ ];
324
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
325
+ 0,
326
+ [],
327
+ []
328
+ ];
329
+ exports.UntagResourceRequest$ = [3, n0, _URR,
330
+ 0,
331
+ [_RA, _RTK],
332
+ [0, 64 | 0], 2
333
+ ];
334
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
335
+ 0,
336
+ [],
337
+ []
338
+ ];
339
+ exports.UpdateExportRequest$ = [3, n0, _UER,
340
+ 0,
341
+ [_EA, _E],
342
+ [0, () => exports.Export$], 2
343
+ ];
344
+ exports.UpdateExportResponse$ = [3, n0, _UERp,
345
+ 0,
346
+ [_EA],
347
+ [0]
348
+ ];
349
+ exports.ValidationExceptionField$ = [3, n0, _VEF,
350
+ 0,
351
+ [_N, _M],
352
+ [0, 0], 2
353
+ ];
354
+ var ColumnList = [1, n0, _CL,
355
+ 0, () => exports.Column$
356
+ ];
357
+ var ExecutionReferenceList = [1, n0, _ERL,
358
+ 0, () => exports.ExecutionReference$
359
+ ];
360
+ var ExportReferenceList = [1, n0, _ERLx,
361
+ 0, () => exports.ExportReference$
362
+ ];
363
+ var GenericStringList = 64 | 0;
364
+ var ResourceTagKeyList = 64 | 0;
365
+ var ResourceTagList = [1, n0, _RTL,
366
+ 0, () => exports.ResourceTag$
367
+ ];
368
+ var TableList = [1, n0, _TL,
369
+ 0, () => exports.Table$
370
+ ];
371
+ var TablePropertyDescriptionList = [1, n0, _TPDL,
372
+ 0, () => exports.TablePropertyDescription$
373
+ ];
374
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
375
+ 0, () => exports.ValidationExceptionField$
376
+ ];
377
+ var TableConfigurations = [2, n0, _TC,
378
+ 0, 0, 128 | 0
379
+ ];
380
+ var TableProperties = 128 | 0;
381
+ exports.CreateExport$ = [9, n0, _CE,
382
+ 0, () => exports.CreateExportRequest$, () => exports.CreateExportResponse$
383
+ ];
384
+ exports.DeleteExport$ = [9, n0, _DE,
385
+ 2, () => exports.DeleteExportRequest$, () => exports.DeleteExportResponse$
386
+ ];
387
+ exports.GetExecution$ = [9, n0, _GE,
388
+ 0, () => exports.GetExecutionRequest$, () => exports.GetExecutionResponse$
389
+ ];
390
+ exports.GetExport$ = [9, n0, _GEe,
391
+ 0, () => exports.GetExportRequest$, () => exports.GetExportResponse$
392
+ ];
393
+ exports.GetTable$ = [9, n0, _GT,
394
+ 0, () => exports.GetTableRequest$, () => exports.GetTableResponse$
395
+ ];
396
+ exports.ListExecutions$ = [9, n0, _LE,
397
+ 0, () => exports.ListExecutionsRequest$, () => exports.ListExecutionsResponse$
398
+ ];
399
+ exports.ListExports$ = [9, n0, _LEi,
400
+ 0, () => exports.ListExportsRequest$, () => exports.ListExportsResponse$
401
+ ];
402
+ exports.ListTables$ = [9, n0, _LT,
403
+ 0, () => exports.ListTablesRequest$, () => exports.ListTablesResponse$
404
+ ];
405
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
406
+ 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
407
+ ];
408
+ exports.TagResource$ = [9, n0, _TR,
409
+ 0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
410
+ ];
411
+ exports.UntagResource$ = [9, n0, _UR,
412
+ 0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
413
+ ];
414
+ exports.UpdateExport$ = [9, n0, _UE,
415
+ 0, () => exports.UpdateExportRequest$, () => exports.UpdateExportResponse$
416
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultBCMDataExportsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2023-11-26",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.bcmdataexports",
30
+ errorTypeRegistries,
29
31
  version: "2023-11-26",
30
32
  serviceTarget: "AWSBillingAndCostManagementDataExports",
31
33
  },