@aws-sdk/client-bcm-dashboards 3.1075.0 → 3.1077.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
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultBCMDashboardsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CreateDashboard$, CreateScheduledReport$, DeleteDashboard$, DeleteScheduledReport$, ExecuteScheduledReport$, GetDashboard$, GetResourcePolicy$, GetScheduledReport$, ListDashboards$, ListScheduledReports$, ListTagsForResource$, TagResource$, UntagResource$, UpdateDashboard$, UpdateScheduledReport$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { BCMDashboardsServiceException } = require("./models/BCMDashboardsServiceException");
18
- exports.BCMDashboardsServiceException = BCMDashboardsServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultBCMDashboardsHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "bcm-dashboards",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultBCMDashboardsHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -29,6 +66,773 @@ const commonParams = {
29
66
  Region: { type: "builtInParams", name: "region" },
30
67
  };
31
68
 
69
+ var version = "3.1076.0";
70
+ var packageInfo = {
71
+ version: version};
72
+
73
+ const a = "isSet", b = { "ref": "Endpoint" }, c = { "authSchemes": [{ "name": "sigv4", "signingRegion": "{PartitionResult#implicitGlobalRegion}" }] }, d = [{ "ref": "Region" }];
74
+ const _data = {
75
+ conditions: [
76
+ [a, [b]],
77
+ [a, d],
78
+ ["aws.partition", d, "PartitionResult"],
79
+ ["booleanEquals", [{ ref: "UseFIPS" }, true]]
80
+ ],
81
+ results: [
82
+ [-1],
83
+ [-1, "Invalid Configuration: FIPS and custom endpoint are not supported"],
84
+ [b, {}],
85
+ ["https://bcm-dashboards-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", c],
86
+ ["https://bcm-dashboards.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", c],
87
+ [-1, "Invalid Configuration: Missing Region"]
88
+ ]
89
+ };
90
+ const root = 2;
91
+ const r = 100_000_000;
92
+ const nodes = new Int32Array([
93
+ -1, 1, -1,
94
+ 0, 6, 3,
95
+ 1, 4, r + 5,
96
+ 2, 5, r + 5,
97
+ 3, r + 3, r + 4,
98
+ 3, r + 1, r + 2,
99
+ ]);
100
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
101
+
102
+ const cache = new EndpointCache({
103
+ size: 50,
104
+ params: ["Endpoint", "Region", "UseFIPS"],
105
+ });
106
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
107
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
108
+ endpointParams: endpointParams,
109
+ logger: context.logger,
110
+ }));
111
+ };
112
+ customEndpointFunctions.aws = awsEndpointFunctions;
113
+
114
+ class BCMDashboardsServiceException extends ServiceException {
115
+ constructor(options) {
116
+ super(options);
117
+ Object.setPrototypeOf(this, BCMDashboardsServiceException.prototype);
118
+ }
119
+ }
120
+
121
+ class AccessDeniedException extends BCMDashboardsServiceException {
122
+ name = "AccessDeniedException";
123
+ $fault = "client";
124
+ constructor(opts) {
125
+ super({
126
+ name: "AccessDeniedException",
127
+ $fault: "client",
128
+ ...opts,
129
+ });
130
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
+ }
132
+ }
133
+ class InternalServerException extends BCMDashboardsServiceException {
134
+ name = "InternalServerException";
135
+ $fault = "server";
136
+ constructor(opts) {
137
+ super({
138
+ name: "InternalServerException",
139
+ $fault: "server",
140
+ ...opts,
141
+ });
142
+ Object.setPrototypeOf(this, InternalServerException.prototype);
143
+ }
144
+ }
145
+ class ServiceQuotaExceededException extends BCMDashboardsServiceException {
146
+ name = "ServiceQuotaExceededException";
147
+ $fault = "client";
148
+ constructor(opts) {
149
+ super({
150
+ name: "ServiceQuotaExceededException",
151
+ $fault: "client",
152
+ ...opts,
153
+ });
154
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
155
+ }
156
+ }
157
+ class ThrottlingException extends BCMDashboardsServiceException {
158
+ name = "ThrottlingException";
159
+ $fault = "client";
160
+ constructor(opts) {
161
+ super({
162
+ name: "ThrottlingException",
163
+ $fault: "client",
164
+ ...opts,
165
+ });
166
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
167
+ }
168
+ }
169
+ class ValidationException extends BCMDashboardsServiceException {
170
+ name = "ValidationException";
171
+ $fault = "client";
172
+ constructor(opts) {
173
+ super({
174
+ name: "ValidationException",
175
+ $fault: "client",
176
+ ...opts,
177
+ });
178
+ Object.setPrototypeOf(this, ValidationException.prototype);
179
+ }
180
+ }
181
+ class ConflictException extends BCMDashboardsServiceException {
182
+ name = "ConflictException";
183
+ $fault = "client";
184
+ constructor(opts) {
185
+ super({
186
+ name: "ConflictException",
187
+ $fault: "client",
188
+ ...opts,
189
+ });
190
+ Object.setPrototypeOf(this, ConflictException.prototype);
191
+ }
192
+ }
193
+ class ResourceNotFoundException extends BCMDashboardsServiceException {
194
+ name = "ResourceNotFoundException";
195
+ $fault = "client";
196
+ constructor(opts) {
197
+ super({
198
+ name: "ResourceNotFoundException",
199
+ $fault: "client",
200
+ ...opts,
201
+ });
202
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
203
+ }
204
+ }
205
+
206
+ const _ADE = "AccessDeniedException";
207
+ const _CAUQ = "CostAndUsageQuery";
208
+ const _CCV = "CostCategoryValues";
209
+ const _CD = "CreateDashboard";
210
+ const _CDR = "CreateDashboardRequest";
211
+ const _CDRr = "CreateDashboardResponse";
212
+ const _CE = "ConflictException";
213
+ const _CSR = "CreateScheduledReport";
214
+ const _CSRR = "CreateScheduledReportRequest";
215
+ const _CSRRr = "CreateScheduledReportResponse";
216
+ const _DC = "DisplayConfig";
217
+ const _DD = "DeleteDashboard";
218
+ const _DDR = "DeleteDashboardRequest";
219
+ const _DDRe = "DeleteDashboardResponse";
220
+ const _DR = "DashboardReference";
221
+ const _DRL = "DashboardReferenceList";
222
+ const _DSR = "DeleteScheduledReport";
223
+ const _DSRR = "DeleteScheduledReportRequest";
224
+ const _DSRRe = "DeleteScheduledReportResponse";
225
+ const _DTR = "DateTimeRange";
226
+ const _DTV = "DateTimeValue";
227
+ const _DV = "DimensionValues";
228
+ const _E = "Expression";
229
+ const _ESR = "ExecuteScheduledReport";
230
+ const _ESRR = "ExecuteScheduledReportRequest";
231
+ const _ESRRx = "ExecuteScheduledReportResponse";
232
+ const _Ex = "Expressions";
233
+ const _GD = "GroupDefinition";
234
+ const _GDC = "GraphDisplayConfig";
235
+ const _GDCM = "GraphDisplayConfigMap";
236
+ const _GDR = "GetDashboardRequest";
237
+ const _GDRe = "GetDashboardResponse";
238
+ const _GDe = "GetDashboard";
239
+ const _GDr = "GroupDefinitions";
240
+ const _GRP = "GetResourcePolicy";
241
+ const _GRPR = "GetResourcePolicyRequest";
242
+ const _GRPRe = "GetResourcePolicyResponse";
243
+ const _GSR = "GetScheduledReport";
244
+ const _GSRR = "GetScheduledReportRequest";
245
+ const _GSRRe = "GetScheduledReportResponse";
246
+ const _HS = "HealthStatus";
247
+ const _ISE = "InternalServerException";
248
+ const _LD = "ListDashboards";
249
+ const _LDR = "ListDashboardsRequest";
250
+ const _LDRi = "ListDashboardsResponse";
251
+ const _LSR = "ListScheduledReports";
252
+ const _LSRR = "ListScheduledReportsRequest";
253
+ const _LSRRi = "ListScheduledReportsResponse";
254
+ const _LTFR = "ListTagsForResource";
255
+ const _LTFRR = "ListTagsForResourceRequest";
256
+ const _LTFRRi = "ListTagsForResourceResponse";
257
+ const _QP = "QueryParameters";
258
+ const _RCQ = "ReservationCoverageQuery";
259
+ const _RNFE = "ResourceNotFoundException";
260
+ const _RT = "ResourceTag";
261
+ const _RTL = "ResourceTagList";
262
+ const _RUQ = "ReservationUtilizationQuery";
263
+ const _SC = "ScheduleConfig";
264
+ const _SP = "SchedulePeriod";
265
+ const _SPCQ = "SavingsPlansCoverageQuery";
266
+ const _SPUQ = "SavingsPlansUtilizationQuery";
267
+ const _SQEE = "ServiceQuotaExceededException";
268
+ const _SR = "ScheduledReport";
269
+ const _SRI = "ScheduledReportInput";
270
+ const _SRS = "ScheduledReportSummary";
271
+ const _SRSL = "ScheduledReportSummaryList";
272
+ const _TDCS = "TableDisplayConfigStruct";
273
+ const _TE = "ThrottlingException";
274
+ const _TR = "TagResource";
275
+ const _TRR = "TagResourceRequest";
276
+ const _TRRa = "TagResourceResponse";
277
+ const _TV = "TagValues";
278
+ const _UD = "UpdateDashboard";
279
+ const _UDR = "UpdateDashboardRequest";
280
+ const _UDRp = "UpdateDashboardResponse";
281
+ const _UR = "UntagResource";
282
+ const _URR = "UntagResourceRequest";
283
+ const _URRn = "UntagResourceResponse";
284
+ const _USR = "UpdateScheduledReport";
285
+ const _USRR = "UpdateScheduledReportRequest";
286
+ const _USRRp = "UpdateScheduledReportResponse";
287
+ const _VE = "ValidationException";
288
+ const _W = "Widget";
289
+ const _WC = "WidgetConfig";
290
+ const _WCL = "WidgetConfigList";
291
+ const _WL = "WidgetList";
292
+ const _XACT = "X-Amzn-Client-Token";
293
+ const _a = "arn";
294
+ const _an = "and";
295
+ const _c = "client";
296
+ const _cA = "createdAt";
297
+ const _cAU = "costAndUsage";
298
+ const _cC = "costCategories";
299
+ const _cT = "clientToken";
300
+ const _cWDRO = "clearWidgetDateRangeOverride";
301
+ const _cWI = "clearWidgetIds";
302
+ const _co = "configs";
303
+ const _d = "description";
304
+ const _dA = "dashboardArn";
305
+ const _dC = "displayConfig";
306
+ const _dR = "dryRun";
307
+ const _da = "dashboards";
308
+ const _di = "dimensions";
309
+ const _e = "error";
310
+ const _eT = "endTime";
311
+ const _eTx = "executionTriggered";
312
+ const _f = "filter";
313
+ const _g = "granularity";
314
+ const _gB = "groupBy";
315
+ const _gr = "graph";
316
+ const _h = "height";
317
+ const _hE = "httpError";
318
+ const _hH = "httpHeader";
319
+ const _hO = "horizontalOffset";
320
+ const _hS = "healthStatus";
321
+ const _i = "id";
322
+ const _iT = "idempotencyToken";
323
+ const _k = "key";
324
+ const _lEA = "lastExecutionAt";
325
+ const _lRA = "lastRefreshedAt";
326
+ const _m = "message";
327
+ const _mO = "matchOptions";
328
+ const _mR = "maxResults";
329
+ const _me = "metrics";
330
+ const _n = "name";
331
+ const _nT = "nextToken";
332
+ const _no = "not";
333
+ const _o = "or";
334
+ const _pD = "policyDocument";
335
+ const _qP = "queryParameters";
336
+ const _rA = "resourceArn";
337
+ const _rC = "reservationCoverage";
338
+ const _rT = "resourceTags";
339
+ const _rTK = "resourceTagKeys";
340
+ const _rU = "reservationUtilization";
341
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bcmdashboards";
342
+ const _sC = "statusCode";
343
+ const _sCc = "scheduleConfig";
344
+ const _sE = "scheduleExpression";
345
+ const _sETZ = "scheduleExpressionTimeZone";
346
+ const _sP = "schedulePeriod";
347
+ const _sPC = "savingsPlansCoverage";
348
+ const _sPU = "savingsPlansUtilization";
349
+ const _sR = "scheduledReport";
350
+ const _sRERA = "scheduledReportExecutionRoleArn";
351
+ const _sRc = "scheduledReports";
352
+ const _sRt = "statusReasons";
353
+ const _sT = "startTime";
354
+ const _se = "server";
355
+ const _st = "state";
356
+ const _t = "type";
357
+ const _tR = "timeRange";
358
+ const _ta = "tags";
359
+ const _tab = "table";
360
+ const _ti = "title";
361
+ const _uA = "updatedAt";
362
+ const _v = "values";
363
+ const _vT = "visualType";
364
+ const _va = "value";
365
+ const _w = "widgets";
366
+ const _wDRO = "widgetDateRangeOverride";
367
+ const _wI = "widgetIds";
368
+ const _wi = "width";
369
+ const n0 = "com.amazonaws.bcmdashboards";
370
+ const _s_registry = TypeRegistry.for(_s);
371
+ var BCMDashboardsServiceException$ = [-3, _s, "BCMDashboardsServiceException", 0, [], []];
372
+ _s_registry.registerError(BCMDashboardsServiceException$, BCMDashboardsServiceException);
373
+ const n0_registry = TypeRegistry.for(n0);
374
+ var AccessDeniedException$ = [-3, n0, _ADE,
375
+ { [_e]: _c, [_hE]: 403 },
376
+ [_m],
377
+ [0], 1
378
+ ];
379
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
380
+ var ConflictException$ = [-3, n0, _CE,
381
+ { [_e]: _c, [_hE]: 409 },
382
+ [_m],
383
+ [0], 1
384
+ ];
385
+ n0_registry.registerError(ConflictException$, ConflictException);
386
+ var InternalServerException$ = [-3, n0, _ISE,
387
+ { [_e]: _se, [_hE]: 500 },
388
+ [_m],
389
+ [0], 1
390
+ ];
391
+ n0_registry.registerError(InternalServerException$, InternalServerException);
392
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
393
+ { [_e]: _c, [_hE]: 404 },
394
+ [_m],
395
+ [0], 1
396
+ ];
397
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
398
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
399
+ { [_e]: _c, [_hE]: 402 },
400
+ [_m],
401
+ [0], 1
402
+ ];
403
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
404
+ var ThrottlingException$ = [-3, n0, _TE,
405
+ { [_e]: _c, [_hE]: 429 },
406
+ [_m],
407
+ [0], 1
408
+ ];
409
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
410
+ var ValidationException$ = [-3, n0, _VE,
411
+ { [_e]: _c, [_hE]: 400 },
412
+ [_m],
413
+ [0], 1
414
+ ];
415
+ n0_registry.registerError(ValidationException$, ValidationException);
416
+ const errorTypeRegistries = [
417
+ _s_registry,
418
+ n0_registry,
419
+ ];
420
+ var CostAndUsageQuery$ = [3, n0, _CAUQ,
421
+ 0,
422
+ [_me, _tR, _g, _gB, _f],
423
+ [64 | 0, () => DateTimeRange$, 0, () => GroupDefinitions, () => Expression$], 3
424
+ ];
425
+ var CostCategoryValues$ = [3, n0, _CCV,
426
+ 0,
427
+ [_k, _v, _mO],
428
+ [0, 64 | 0, 64 | 0]
429
+ ];
430
+ var CreateDashboardRequest$ = [3, n0, _CDR,
431
+ 0,
432
+ [_n, _w, _d, _rT],
433
+ [0, () => WidgetList, 0, () => ResourceTagList], 2
434
+ ];
435
+ var CreateDashboardResponse$ = [3, n0, _CDRr,
436
+ 0,
437
+ [_a],
438
+ [0], 1
439
+ ];
440
+ var CreateScheduledReportRequest$ = [3, n0, _CSRR,
441
+ 0,
442
+ [_sR, _rT, _cT],
443
+ [() => ScheduledReportInput$, () => ResourceTagList, [0, { [_hH]: _XACT, [_iT]: 1 }]], 1
444
+ ];
445
+ var CreateScheduledReportResponse$ = [3, n0, _CSRRr,
446
+ 0,
447
+ [_a],
448
+ [0], 1
449
+ ];
450
+ var DashboardReference$ = [3, n0, _DR,
451
+ 0,
452
+ [_a, _n, _t, _cA, _uA, _d],
453
+ [0, 0, 0, 4, 4, 0], 5
454
+ ];
455
+ var DateTimeRange$ = [3, n0, _DTR,
456
+ 0,
457
+ [_sT, _eT],
458
+ [() => DateTimeValue$, () => DateTimeValue$], 2
459
+ ];
460
+ var DateTimeValue$ = [3, n0, _DTV,
461
+ 0,
462
+ [_t, _va],
463
+ [0, 0], 2
464
+ ];
465
+ var DeleteDashboardRequest$ = [3, n0, _DDR,
466
+ 0,
467
+ [_a],
468
+ [0], 1
469
+ ];
470
+ var DeleteDashboardResponse$ = [3, n0, _DDRe,
471
+ 0,
472
+ [_a],
473
+ [0], 1
474
+ ];
475
+ var DeleteScheduledReportRequest$ = [3, n0, _DSRR,
476
+ 0,
477
+ [_a],
478
+ [0], 1
479
+ ];
480
+ var DeleteScheduledReportResponse$ = [3, n0, _DSRRe,
481
+ 0,
482
+ [_a],
483
+ [0], 1
484
+ ];
485
+ var DimensionValues$ = [3, n0, _DV,
486
+ 0,
487
+ [_k, _v, _mO],
488
+ [0, 64 | 0, 64 | 0], 2
489
+ ];
490
+ var ExecuteScheduledReportRequest$ = [3, n0, _ESRR,
491
+ 0,
492
+ [_a, _cT, _dR],
493
+ [0, [0, { [_hH]: _XACT, [_iT]: 1 }], 2], 1
494
+ ];
495
+ var ExecuteScheduledReportResponse$ = [3, n0, _ESRRx,
496
+ 0,
497
+ [_hS, _eTx],
498
+ [() => HealthStatus$, 2]
499
+ ];
500
+ var Expression$ = [3, n0, _E,
501
+ 0,
502
+ [_o, _an, _no, _di, _ta, _cC],
503
+ [() => Expressions, () => Expressions, () => Expression$, () => DimensionValues$, () => TagValues$, () => CostCategoryValues$]
504
+ ];
505
+ var GetDashboardRequest$ = [3, n0, _GDR,
506
+ 0,
507
+ [_a],
508
+ [0], 1
509
+ ];
510
+ var GetDashboardResponse$ = [3, n0, _GDRe,
511
+ 0,
512
+ [_a, _n, _t, _w, _cA, _uA, _d],
513
+ [0, 0, 0, () => WidgetList, 4, 4, 0], 6
514
+ ];
515
+ var GetResourcePolicyRequest$ = [3, n0, _GRPR,
516
+ 0,
517
+ [_rA],
518
+ [0], 1
519
+ ];
520
+ var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
521
+ 0,
522
+ [_rA, _pD],
523
+ [0, 0], 2
524
+ ];
525
+ var GetScheduledReportRequest$ = [3, n0, _GSRR,
526
+ 0,
527
+ [_a],
528
+ [0], 1
529
+ ];
530
+ var GetScheduledReportResponse$ = [3, n0, _GSRRe,
531
+ 0,
532
+ [_sR],
533
+ [() => ScheduledReport$], 1
534
+ ];
535
+ var GraphDisplayConfig$ = [3, n0, _GDC,
536
+ 0,
537
+ [_vT],
538
+ [0], 1
539
+ ];
540
+ var GroupDefinition$ = [3, n0, _GD,
541
+ 0,
542
+ [_k, _t],
543
+ [0, 0], 1
544
+ ];
545
+ var HealthStatus$ = [3, n0, _HS,
546
+ 0,
547
+ [_sC, _lRA, _sRt],
548
+ [0, 4, 64 | 0], 1
549
+ ];
550
+ var ListDashboardsRequest$ = [3, n0, _LDR,
551
+ 0,
552
+ [_mR, _nT],
553
+ [1, 0]
554
+ ];
555
+ var ListDashboardsResponse$ = [3, n0, _LDRi,
556
+ 0,
557
+ [_da, _nT],
558
+ [() => DashboardReferenceList, 0], 1
559
+ ];
560
+ var ListScheduledReportsRequest$ = [3, n0, _LSRR,
561
+ 0,
562
+ [_nT, _mR],
563
+ [0, 1]
564
+ ];
565
+ var ListScheduledReportsResponse$ = [3, n0, _LSRRi,
566
+ 0,
567
+ [_sRc, _nT],
568
+ [() => ScheduledReportSummaryList, 0], 1
569
+ ];
570
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
571
+ 0,
572
+ [_rA],
573
+ [0], 1
574
+ ];
575
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
576
+ 0,
577
+ [_rT],
578
+ [() => ResourceTagList]
579
+ ];
580
+ var ReservationCoverageQuery$ = [3, n0, _RCQ,
581
+ 0,
582
+ [_tR, _gB, _g, _f, _me],
583
+ [() => DateTimeRange$, () => GroupDefinitions, 0, () => Expression$, 64 | 0], 1
584
+ ];
585
+ var ReservationUtilizationQuery$ = [3, n0, _RUQ,
586
+ 0,
587
+ [_tR, _gB, _g, _f],
588
+ [() => DateTimeRange$, () => GroupDefinitions, 0, () => Expression$], 1
589
+ ];
590
+ var ResourceTag$ = [3, n0, _RT,
591
+ 0,
592
+ [_k, _va],
593
+ [0, 0], 2
594
+ ];
595
+ var SavingsPlansCoverageQuery$ = [3, n0, _SPCQ,
596
+ 0,
597
+ [_tR, _me, _g, _gB, _f],
598
+ [() => DateTimeRange$, 64 | 0, 0, () => GroupDefinitions, () => Expression$], 1
599
+ ];
600
+ var SavingsPlansUtilizationQuery$ = [3, n0, _SPUQ,
601
+ 0,
602
+ [_tR, _g, _f],
603
+ [() => DateTimeRange$, 0, () => Expression$], 1
604
+ ];
605
+ var ScheduleConfig$ = [3, n0, _SC,
606
+ 0,
607
+ [_sE, _sETZ, _sP, _st],
608
+ [0, 0, () => SchedulePeriod$, 0]
609
+ ];
610
+ var ScheduledReport$ = [3, n0, _SR,
611
+ 0,
612
+ [_n, _dA, _sRERA, _sCc, _a, _d, _wI, _wDRO, _cA, _uA, _lEA, _hS],
613
+ [0, 0, 0, () => ScheduleConfig$, 0, 0, 64 | 0, () => DateTimeRange$, 4, 4, 4, () => HealthStatus$], 4
614
+ ];
615
+ var ScheduledReportInput$ = [3, n0, _SRI,
616
+ 0,
617
+ [_n, _dA, _sRERA, _sCc, _d, _wI, _wDRO],
618
+ [0, 0, 0, () => ScheduleConfig$, 0, 64 | 0, () => DateTimeRange$], 4
619
+ ];
620
+ var ScheduledReportSummary$ = [3, n0, _SRS,
621
+ 0,
622
+ [_a, _n, _dA, _sE, _st, _hS, _sETZ, _wI],
623
+ [0, 0, 0, 0, 0, () => HealthStatus$, 0, 64 | 0], 6
624
+ ];
625
+ var SchedulePeriod$ = [3, n0, _SP,
626
+ 0,
627
+ [_sT, _eT],
628
+ [4, 4]
629
+ ];
630
+ var TableDisplayConfigStruct$ = [3, n0, _TDCS,
631
+ 0,
632
+ [],
633
+ []
634
+ ];
635
+ var TagResourceRequest$ = [3, n0, _TRR,
636
+ 0,
637
+ [_rA, _rT],
638
+ [0, () => ResourceTagList], 2
639
+ ];
640
+ var TagResourceResponse$ = [3, n0, _TRRa,
641
+ 0,
642
+ [],
643
+ []
644
+ ];
645
+ var TagValues$ = [3, n0, _TV,
646
+ 0,
647
+ [_k, _v, _mO],
648
+ [0, 64 | 0, 64 | 0]
649
+ ];
650
+ var UntagResourceRequest$ = [3, n0, _URR,
651
+ 0,
652
+ [_rA, _rTK],
653
+ [0, 64 | 0], 2
654
+ ];
655
+ var UntagResourceResponse$ = [3, n0, _URRn,
656
+ 0,
657
+ [],
658
+ []
659
+ ];
660
+ var UpdateDashboardRequest$ = [3, n0, _UDR,
661
+ 0,
662
+ [_a, _n, _d, _w],
663
+ [0, 0, 0, () => WidgetList], 2
664
+ ];
665
+ var UpdateDashboardResponse$ = [3, n0, _UDRp,
666
+ 0,
667
+ [_a],
668
+ [0], 1
669
+ ];
670
+ var UpdateScheduledReportRequest$ = [3, n0, _USRR,
671
+ 0,
672
+ [_a, _n, _d, _dA, _sRERA, _sCc, _wI, _wDRO, _cWI, _cWDRO],
673
+ [0, 0, 0, 0, 0, () => ScheduleConfig$, 64 | 0, () => DateTimeRange$, 2, 2], 1
674
+ ];
675
+ var UpdateScheduledReportResponse$ = [3, n0, _USRRp,
676
+ 0,
677
+ [_a],
678
+ [0], 1
679
+ ];
680
+ var Widget$ = [3, n0, _W,
681
+ 0,
682
+ [_ti, _co, _i, _d, _wi, _h, _hO],
683
+ [0, () => WidgetConfigList, 0, 0, 1, 1, 1], 2
684
+ ];
685
+ var WidgetConfig$ = [3, n0, _WC,
686
+ 0,
687
+ [_qP, _dC],
688
+ [() => QueryParameters$, () => DisplayConfig$], 2
689
+ ];
690
+ var DashboardReferenceList = [1, n0, _DRL,
691
+ 0, () => DashboardReference$
692
+ ];
693
+ var Expressions = [1, n0, _Ex,
694
+ 0, () => Expression$
695
+ ];
696
+ var GroupDefinitions = [1, n0, _GDr,
697
+ 0, () => GroupDefinition$
698
+ ];
699
+ var ResourceTagList = [1, n0, _RTL,
700
+ 0, () => ResourceTag$
701
+ ];
702
+ var ScheduledReportSummaryList = [1, n0, _SRSL,
703
+ 0, () => ScheduledReportSummary$
704
+ ];
705
+ var WidgetConfigList = [1, n0, _WCL,
706
+ 0, () => WidgetConfig$
707
+ ];
708
+ var WidgetList = [1, n0, _WL,
709
+ 0, () => Widget$
710
+ ];
711
+ var GraphDisplayConfigMap = [2, n0, _GDCM,
712
+ 0, 0, () => GraphDisplayConfig$
713
+ ];
714
+ var DisplayConfig$ = [4, n0, _DC,
715
+ 0,
716
+ [_gr, _tab],
717
+ [() => GraphDisplayConfigMap, () => TableDisplayConfigStruct$]
718
+ ];
719
+ var QueryParameters$ = [4, n0, _QP,
720
+ 0,
721
+ [_cAU, _sPC, _sPU, _rC, _rU],
722
+ [() => CostAndUsageQuery$, () => SavingsPlansCoverageQuery$, () => SavingsPlansUtilizationQuery$, () => ReservationCoverageQuery$, () => ReservationUtilizationQuery$]
723
+ ];
724
+ var CreateDashboard$ = [9, n0, _CD,
725
+ 0, () => CreateDashboardRequest$, () => CreateDashboardResponse$
726
+ ];
727
+ var CreateScheduledReport$ = [9, n0, _CSR,
728
+ 0, () => CreateScheduledReportRequest$, () => CreateScheduledReportResponse$
729
+ ];
730
+ var DeleteDashboard$ = [9, n0, _DD,
731
+ 0, () => DeleteDashboardRequest$, () => DeleteDashboardResponse$
732
+ ];
733
+ var DeleteScheduledReport$ = [9, n0, _DSR,
734
+ 0, () => DeleteScheduledReportRequest$, () => DeleteScheduledReportResponse$
735
+ ];
736
+ var ExecuteScheduledReport$ = [9, n0, _ESR,
737
+ 0, () => ExecuteScheduledReportRequest$, () => ExecuteScheduledReportResponse$
738
+ ];
739
+ var GetDashboard$ = [9, n0, _GDe,
740
+ 0, () => GetDashboardRequest$, () => GetDashboardResponse$
741
+ ];
742
+ var GetResourcePolicy$ = [9, n0, _GRP,
743
+ 0, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
744
+ ];
745
+ var GetScheduledReport$ = [9, n0, _GSR,
746
+ 0, () => GetScheduledReportRequest$, () => GetScheduledReportResponse$
747
+ ];
748
+ var ListDashboards$ = [9, n0, _LD,
749
+ 0, () => ListDashboardsRequest$, () => ListDashboardsResponse$
750
+ ];
751
+ var ListScheduledReports$ = [9, n0, _LSR,
752
+ 0, () => ListScheduledReportsRequest$, () => ListScheduledReportsResponse$
753
+ ];
754
+ var ListTagsForResource$ = [9, n0, _LTFR,
755
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
756
+ ];
757
+ var TagResource$ = [9, n0, _TR,
758
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
759
+ ];
760
+ var UntagResource$ = [9, n0, _UR,
761
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
762
+ ];
763
+ var UpdateDashboard$ = [9, n0, _UD,
764
+ 0, () => UpdateDashboardRequest$, () => UpdateDashboardResponse$
765
+ ];
766
+ var UpdateScheduledReport$ = [9, n0, _USR,
767
+ 0, () => UpdateScheduledReportRequest$, () => UpdateScheduledReportResponse$
768
+ ];
769
+
770
+ const getRuntimeConfig$1 = (config) => {
771
+ return {
772
+ apiVersion: "2025-08-18",
773
+ base64Decoder: config?.base64Decoder ?? fromBase64,
774
+ base64Encoder: config?.base64Encoder ?? toBase64,
775
+ disableHostPrefix: config?.disableHostPrefix ?? false,
776
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
777
+ extensions: config?.extensions ?? [],
778
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultBCMDashboardsHttpAuthSchemeProvider,
779
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
780
+ {
781
+ schemeId: "aws.auth#sigv4",
782
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
783
+ signer: new AwsSdkSigV4Signer(),
784
+ },
785
+ ],
786
+ logger: config?.logger ?? new NoOpLogger(),
787
+ protocol: config?.protocol ?? AwsJson1_0Protocol,
788
+ protocolSettings: config?.protocolSettings ?? {
789
+ defaultNamespace: "com.amazonaws.bcmdashboards",
790
+ errorTypeRegistries,
791
+ version: "2025-08-18",
792
+ serviceTarget: "AWSBCMDashboardsService",
793
+ },
794
+ serviceId: config?.serviceId ?? "BCM Dashboards",
795
+ sha256: config?.sha256 ?? Sha256,
796
+ urlParser: config?.urlParser ?? parseUrl,
797
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
798
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
799
+ };
800
+ };
801
+
802
+ const getRuntimeConfig = (config) => {
803
+ emitWarningIfUnsupportedVersion(process.version);
804
+ const defaultsMode = resolveDefaultsModeConfig(config);
805
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
806
+ const clientSharedValues = getRuntimeConfig$1(config);
807
+ emitWarningIfUnsupportedVersion$1(process.version);
808
+ const loaderConfig = {
809
+ profile: config?.profile,
810
+ logger: clientSharedValues.logger,
811
+ };
812
+ return {
813
+ ...clientSharedValues,
814
+ ...config,
815
+ runtime: "node",
816
+ defaultsMode,
817
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
818
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
819
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
820
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
821
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
822
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
823
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
824
+ retryMode: config?.retryMode ??
825
+ loadConfig({
826
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
827
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
828
+ }, config),
829
+ streamCollector: config?.streamCollector ?? streamCollector,
830
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
831
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
832
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
833
+ };
834
+ };
835
+
32
836
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
33
837
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
34
838
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -409,33 +1213,121 @@ const DashboardType = {
409
1213
  CUSTOM: "CUSTOM",
410
1214
  };
411
1215
 
1216
+ exports.AccessDeniedException = AccessDeniedException;
1217
+ exports.AccessDeniedException$ = AccessDeniedException$;
412
1218
  exports.BCMDashboards = BCMDashboards;
413
1219
  exports.BCMDashboardsClient = BCMDashboardsClient;
1220
+ exports.BCMDashboardsServiceException = BCMDashboardsServiceException;
1221
+ exports.BCMDashboardsServiceException$ = BCMDashboardsServiceException$;
1222
+ exports.ConflictException = ConflictException;
1223
+ exports.ConflictException$ = ConflictException$;
1224
+ exports.CostAndUsageQuery$ = CostAndUsageQuery$;
1225
+ exports.CostCategoryValues$ = CostCategoryValues$;
1226
+ exports.CreateDashboard$ = CreateDashboard$;
414
1227
  exports.CreateDashboardCommand = CreateDashboardCommand;
1228
+ exports.CreateDashboardRequest$ = CreateDashboardRequest$;
1229
+ exports.CreateDashboardResponse$ = CreateDashboardResponse$;
1230
+ exports.CreateScheduledReport$ = CreateScheduledReport$;
415
1231
  exports.CreateScheduledReportCommand = CreateScheduledReportCommand;
1232
+ exports.CreateScheduledReportRequest$ = CreateScheduledReportRequest$;
1233
+ exports.CreateScheduledReportResponse$ = CreateScheduledReportResponse$;
1234
+ exports.DashboardReference$ = DashboardReference$;
416
1235
  exports.DashboardType = DashboardType;
1236
+ exports.DateTimeRange$ = DateTimeRange$;
417
1237
  exports.DateTimeType = DateTimeType;
1238
+ exports.DateTimeValue$ = DateTimeValue$;
1239
+ exports.DeleteDashboard$ = DeleteDashboard$;
418
1240
  exports.DeleteDashboardCommand = DeleteDashboardCommand;
1241
+ exports.DeleteDashboardRequest$ = DeleteDashboardRequest$;
1242
+ exports.DeleteDashboardResponse$ = DeleteDashboardResponse$;
1243
+ exports.DeleteScheduledReport$ = DeleteScheduledReport$;
419
1244
  exports.DeleteScheduledReportCommand = DeleteScheduledReportCommand;
1245
+ exports.DeleteScheduledReportRequest$ = DeleteScheduledReportRequest$;
1246
+ exports.DeleteScheduledReportResponse$ = DeleteScheduledReportResponse$;
420
1247
  exports.Dimension = Dimension;
1248
+ exports.DimensionValues$ = DimensionValues$;
1249
+ exports.DisplayConfig$ = DisplayConfig$;
1250
+ exports.ExecuteScheduledReport$ = ExecuteScheduledReport$;
421
1251
  exports.ExecuteScheduledReportCommand = ExecuteScheduledReportCommand;
1252
+ exports.ExecuteScheduledReportRequest$ = ExecuteScheduledReportRequest$;
1253
+ exports.ExecuteScheduledReportResponse$ = ExecuteScheduledReportResponse$;
1254
+ exports.Expression$ = Expression$;
1255
+ exports.GetDashboard$ = GetDashboard$;
422
1256
  exports.GetDashboardCommand = GetDashboardCommand;
1257
+ exports.GetDashboardRequest$ = GetDashboardRequest$;
1258
+ exports.GetDashboardResponse$ = GetDashboardResponse$;
1259
+ exports.GetResourcePolicy$ = GetResourcePolicy$;
423
1260
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1261
+ exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
1262
+ exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
1263
+ exports.GetScheduledReport$ = GetScheduledReport$;
424
1264
  exports.GetScheduledReportCommand = GetScheduledReportCommand;
1265
+ exports.GetScheduledReportRequest$ = GetScheduledReportRequest$;
1266
+ exports.GetScheduledReportResponse$ = GetScheduledReportResponse$;
425
1267
  exports.Granularity = Granularity;
1268
+ exports.GraphDisplayConfig$ = GraphDisplayConfig$;
1269
+ exports.GroupDefinition$ = GroupDefinition$;
426
1270
  exports.GroupDefinitionType = GroupDefinitionType;
1271
+ exports.HealthStatus$ = HealthStatus$;
427
1272
  exports.HealthStatusCode = HealthStatusCode;
1273
+ exports.InternalServerException = InternalServerException;
1274
+ exports.InternalServerException$ = InternalServerException$;
1275
+ exports.ListDashboards$ = ListDashboards$;
428
1276
  exports.ListDashboardsCommand = ListDashboardsCommand;
1277
+ exports.ListDashboardsRequest$ = ListDashboardsRequest$;
1278
+ exports.ListDashboardsResponse$ = ListDashboardsResponse$;
1279
+ exports.ListScheduledReports$ = ListScheduledReports$;
429
1280
  exports.ListScheduledReportsCommand = ListScheduledReportsCommand;
1281
+ exports.ListScheduledReportsRequest$ = ListScheduledReportsRequest$;
1282
+ exports.ListScheduledReportsResponse$ = ListScheduledReportsResponse$;
1283
+ exports.ListTagsForResource$ = ListTagsForResource$;
430
1284
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1285
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1286
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
431
1287
  exports.MatchOption = MatchOption;
432
1288
  exports.MetricName = MetricName;
1289
+ exports.QueryParameters$ = QueryParameters$;
1290
+ exports.ReservationCoverageQuery$ = ReservationCoverageQuery$;
1291
+ exports.ReservationUtilizationQuery$ = ReservationUtilizationQuery$;
1292
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1293
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1294
+ exports.ResourceTag$ = ResourceTag$;
1295
+ exports.SavingsPlansCoverageQuery$ = SavingsPlansCoverageQuery$;
1296
+ exports.SavingsPlansUtilizationQuery$ = SavingsPlansUtilizationQuery$;
1297
+ exports.ScheduleConfig$ = ScheduleConfig$;
1298
+ exports.SchedulePeriod$ = SchedulePeriod$;
433
1299
  exports.ScheduleState = ScheduleState;
1300
+ exports.ScheduledReport$ = ScheduledReport$;
1301
+ exports.ScheduledReportInput$ = ScheduledReportInput$;
1302
+ exports.ScheduledReportSummary$ = ScheduledReportSummary$;
1303
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1304
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
434
1305
  exports.StatusReason = StatusReason;
1306
+ exports.TableDisplayConfigStruct$ = TableDisplayConfigStruct$;
1307
+ exports.TagResource$ = TagResource$;
435
1308
  exports.TagResourceCommand = TagResourceCommand;
1309
+ exports.TagResourceRequest$ = TagResourceRequest$;
1310
+ exports.TagResourceResponse$ = TagResourceResponse$;
1311
+ exports.TagValues$ = TagValues$;
1312
+ exports.ThrottlingException = ThrottlingException;
1313
+ exports.ThrottlingException$ = ThrottlingException$;
1314
+ exports.UntagResource$ = UntagResource$;
436
1315
  exports.UntagResourceCommand = UntagResourceCommand;
1316
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1317
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1318
+ exports.UpdateDashboard$ = UpdateDashboard$;
437
1319
  exports.UpdateDashboardCommand = UpdateDashboardCommand;
1320
+ exports.UpdateDashboardRequest$ = UpdateDashboardRequest$;
1321
+ exports.UpdateDashboardResponse$ = UpdateDashboardResponse$;
1322
+ exports.UpdateScheduledReport$ = UpdateScheduledReport$;
438
1323
  exports.UpdateScheduledReportCommand = UpdateScheduledReportCommand;
1324
+ exports.UpdateScheduledReportRequest$ = UpdateScheduledReportRequest$;
1325
+ exports.UpdateScheduledReportResponse$ = UpdateScheduledReportResponse$;
1326
+ exports.ValidationException = ValidationException;
1327
+ exports.ValidationException$ = ValidationException$;
439
1328
  exports.VisualType = VisualType;
1329
+ exports.Widget$ = Widget$;
1330
+ exports.WidgetConfig$ = WidgetConfig$;
1331
+ exports.errorTypeRegistries = errorTypeRegistries;
440
1332
  exports.paginateListDashboards = paginateListDashboards;
441
1333
  exports.paginateListScheduledReports = paginateListScheduledReports;