@aws-sdk/client-bcm-dashboards 3.952.0 → 3.954.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
@@ -108,14 +108,14 @@ class BCMDashboardsClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let BCMDashboardsServiceException$1 = class BCMDashboardsServiceException extends smithyClient.ServiceException {
111
+ class BCMDashboardsServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, BCMDashboardsServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends BCMDashboardsServiceException$1 {
118
+ class AccessDeniedException extends BCMDashboardsServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  constructor(opts) {
@@ -126,8 +126,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends BCMDashboardsS
126
126
  });
127
127
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
128
128
  }
129
- };
130
- let InternalServerException$1 = class InternalServerException extends BCMDashboardsServiceException$1 {
129
+ }
130
+ class InternalServerException extends BCMDashboardsServiceException {
131
131
  name = "InternalServerException";
132
132
  $fault = "server";
133
133
  constructor(opts) {
@@ -138,8 +138,8 @@ let InternalServerException$1 = class InternalServerException extends BCMDashboa
138
138
  });
139
139
  Object.setPrototypeOf(this, InternalServerException.prototype);
140
140
  }
141
- };
142
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends BCMDashboardsServiceException$1 {
141
+ }
142
+ class ServiceQuotaExceededException extends BCMDashboardsServiceException {
143
143
  name = "ServiceQuotaExceededException";
144
144
  $fault = "client";
145
145
  constructor(opts) {
@@ -150,8 +150,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
150
150
  });
151
151
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
152
152
  }
153
- };
154
- let ThrottlingException$1 = class ThrottlingException extends BCMDashboardsServiceException$1 {
153
+ }
154
+ class ThrottlingException extends BCMDashboardsServiceException {
155
155
  name = "ThrottlingException";
156
156
  $fault = "client";
157
157
  constructor(opts) {
@@ -162,8 +162,8 @@ let ThrottlingException$1 = class ThrottlingException extends BCMDashboardsServi
162
162
  });
163
163
  Object.setPrototypeOf(this, ThrottlingException.prototype);
164
164
  }
165
- };
166
- let ValidationException$1 = class ValidationException extends BCMDashboardsServiceException$1 {
165
+ }
166
+ class ValidationException extends BCMDashboardsServiceException {
167
167
  name = "ValidationException";
168
168
  $fault = "client";
169
169
  constructor(opts) {
@@ -174,8 +174,8 @@ let ValidationException$1 = class ValidationException extends BCMDashboardsServi
174
174
  });
175
175
  Object.setPrototypeOf(this, ValidationException.prototype);
176
176
  }
177
- };
178
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends BCMDashboardsServiceException$1 {
177
+ }
178
+ class ResourceNotFoundException extends BCMDashboardsServiceException {
179
179
  name = "ResourceNotFoundException";
180
180
  $fault = "client";
181
181
  constructor(opts) {
@@ -186,7 +186,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends BCMDas
186
186
  });
187
187
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
188
188
  }
189
- };
189
+ }
190
190
 
191
191
  const _ADE = "AccessDeniedException";
192
192
  const _CAUQ = "CostAndUsageQuery";
@@ -301,18 +301,18 @@ const _va = "value";
301
301
  const _w = "widgets";
302
302
  const _wi = "width";
303
303
  const n0 = "com.amazonaws.bcmdashboards";
304
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
305
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
306
- var CostAndUsageQuery = [
304
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
305
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
306
+ var CostAndUsageQuery$ = [
307
307
  3,
308
308
  n0,
309
309
  _CAUQ,
310
310
  0,
311
311
  [_me, _tR, _g, _gB, _f],
312
- [64 | 0, () => DateTimeRange, 0, () => GroupDefinitions, () => Expression],
312
+ [64 | 0, () => DateTimeRange$, 0, () => GroupDefinitions, () => Expression$],
313
313
  ];
314
- var CostCategoryValues = [3, n0, _CCV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
315
- var CreateDashboardRequest = [
314
+ var CostCategoryValues$ = [3, n0, _CCV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
315
+ var CreateDashboardRequest$ = [
316
316
  3,
317
317
  n0,
318
318
  _CDR,
@@ -320,21 +320,21 @@ var CreateDashboardRequest = [
320
320
  [_n, _d, _w, _rT],
321
321
  [0, 0, () => WidgetList, () => ResourceTagList],
322
322
  ];
323
- var CreateDashboardResponse = [3, n0, _CDRr, 0, [_a], [0]];
324
- var DashboardReference = [3, n0, _DR, 0, [_a, _n, _d, _t, _cA, _uA], [0, 0, 0, 0, 4, 4]];
325
- var DateTimeRange = [
323
+ var CreateDashboardResponse$ = [3, n0, _CDRr, 0, [_a], [0]];
324
+ var DashboardReference$ = [3, n0, _DR, 0, [_a, _n, _d, _t, _cA, _uA], [0, 0, 0, 0, 4, 4]];
325
+ var DateTimeRange$ = [
326
326
  3,
327
327
  n0,
328
328
  _DTR,
329
329
  0,
330
330
  [_sT, _eT],
331
- [() => DateTimeValue, () => DateTimeValue],
331
+ [() => DateTimeValue$, () => DateTimeValue$],
332
332
  ];
333
- var DateTimeValue = [3, n0, _DTV, 0, [_t, _va], [0, 0]];
334
- var DeleteDashboardRequest = [3, n0, _DDR, 0, [_a], [0]];
335
- var DeleteDashboardResponse = [3, n0, _DDRe, 0, [_a], [0]];
336
- var DimensionValues = [3, n0, _DV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
337
- var Expression = [
333
+ var DateTimeValue$ = [3, n0, _DTV, 0, [_t, _va], [0, 0]];
334
+ var DeleteDashboardRequest$ = [3, n0, _DDR, 0, [_a], [0]];
335
+ var DeleteDashboardResponse$ = [3, n0, _DDRe, 0, [_a], [0]];
336
+ var DimensionValues$ = [3, n0, _DV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
337
+ var Expression$ = [
338
338
  3,
339
339
  n0,
340
340
  _E,
@@ -343,14 +343,14 @@ var Expression = [
343
343
  [
344
344
  () => Expressions,
345
345
  () => Expressions,
346
- () => Expression,
347
- () => DimensionValues,
348
- () => TagValues,
349
- () => CostCategoryValues,
346
+ () => Expression$,
347
+ () => DimensionValues$,
348
+ () => TagValues$,
349
+ () => CostCategoryValues$,
350
350
  ],
351
351
  ];
352
- var GetDashboardRequest = [3, n0, _GDR, 0, [_a], [0]];
353
- var GetDashboardResponse = [
352
+ var GetDashboardRequest$ = [3, n0, _GDR, 0, [_a], [0]];
353
+ var GetDashboardResponse$ = [
354
354
  3,
355
355
  n0,
356
356
  _GDRe,
@@ -358,14 +358,14 @@ var GetDashboardResponse = [
358
358
  [_a, _n, _d, _t, _w, _cA, _uA],
359
359
  [0, 0, 0, 0, () => WidgetList, 4, 4],
360
360
  ];
361
- var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_rA], [0]];
362
- var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_rA, _pD], [0, 0]];
363
- var GraphDisplayConfig = [3, n0, _GDC, 0, [_vT], [0]];
364
- var GroupDefinition = [3, n0, _GD, 0, [_k, _t], [0, 0]];
365
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
366
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
367
- var ListDashboardsRequest = [3, n0, _LDR, 0, [_mR, _nT], [1, 0]];
368
- var ListDashboardsResponse = [
361
+ var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_rA], [0]];
362
+ var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_rA, _pD], [0, 0]];
363
+ var GraphDisplayConfig$ = [3, n0, _GDC, 0, [_vT], [0]];
364
+ var GroupDefinition$ = [3, n0, _GD, 0, [_k, _t], [0, 0]];
365
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
366
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
367
+ var ListDashboardsRequest$ = [3, n0, _LDR, 0, [_mR, _nT], [1, 0]];
368
+ var ListDashboardsResponse$ = [
369
369
  3,
370
370
  n0,
371
371
  _LDRi,
@@ -373,54 +373,54 @@ var ListDashboardsResponse = [
373
373
  [_da, _nT],
374
374
  [() => DashboardReferenceList, 0],
375
375
  ];
376
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
377
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_rT], [() => ResourceTagList]];
378
- var ReservationCoverageQuery = [
376
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
377
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_rT], [() => ResourceTagList]];
378
+ var ReservationCoverageQuery$ = [
379
379
  3,
380
380
  n0,
381
381
  _RCQ,
382
382
  0,
383
383
  [_tR, _gB, _g, _f, _me],
384
- [() => DateTimeRange, () => GroupDefinitions, 0, () => Expression, 64 | 0],
384
+ [() => DateTimeRange$, () => GroupDefinitions, 0, () => Expression$, 64 | 0],
385
385
  ];
386
- var ReservationUtilizationQuery = [
386
+ var ReservationUtilizationQuery$ = [
387
387
  3,
388
388
  n0,
389
389
  _RUQ,
390
390
  0,
391
391
  [_tR, _gB, _g, _f],
392
- [() => DateTimeRange, () => GroupDefinitions, 0, () => Expression],
392
+ [() => DateTimeRange$, () => GroupDefinitions, 0, () => Expression$],
393
393
  ];
394
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
395
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
396
- var ResourceTag = [3, n0, _RT, 0, [_k, _va], [0, 0]];
397
- var SavingsPlansCoverageQuery = [
394
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
395
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
396
+ var ResourceTag$ = [3, n0, _RT, 0, [_k, _va], [0, 0]];
397
+ var SavingsPlansCoverageQuery$ = [
398
398
  3,
399
399
  n0,
400
400
  _SPCQ,
401
401
  0,
402
402
  [_tR, _me, _g, _gB, _f],
403
- [() => DateTimeRange, 64 | 0, 0, () => GroupDefinitions, () => Expression],
403
+ [() => DateTimeRange$, 64 | 0, 0, () => GroupDefinitions, () => Expression$],
404
404
  ];
405
- var SavingsPlansUtilizationQuery = [
405
+ var SavingsPlansUtilizationQuery$ = [
406
406
  3,
407
407
  n0,
408
408
  _SPUQ,
409
409
  0,
410
410
  [_tR, _g, _f],
411
- [() => DateTimeRange, 0, () => Expression],
411
+ [() => DateTimeRange$, 0, () => Expression$],
412
412
  ];
413
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
414
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
415
- var TableDisplayConfigStruct = [3, n0, _TDCS, 0, [], []];
416
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _rT], [0, () => ResourceTagList]];
417
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
418
- var TagValues = [3, n0, _TV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
419
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
420
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
421
- var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _rTK], [0, 64 | 0]];
422
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
423
- var UpdateDashboardRequest = [
413
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
414
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
415
+ var TableDisplayConfigStruct$ = [3, n0, _TDCS, 0, [], []];
416
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _rT], [0, () => ResourceTagList]];
417
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
418
+ var TagValues$ = [3, n0, _TV, 0, [_k, _v, _mO], [0, 64 | 0, 64 | 0]];
419
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
420
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
421
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _rTK], [0, 64 | 0]];
422
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
423
+ var UpdateDashboardRequest$ = [
424
424
  3,
425
425
  n0,
426
426
  _UDR,
@@ -428,10 +428,10 @@ var UpdateDashboardRequest = [
428
428
  [_a, _n, _d, _w],
429
429
  [0, 0, 0, () => WidgetList],
430
430
  ];
431
- var UpdateDashboardResponse = [3, n0, _UDRp, 0, [_a], [0]];
432
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
433
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
434
- var Widget = [
431
+ var UpdateDashboardResponse$ = [3, n0, _UDRp, 0, [_a], [0]];
432
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
433
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
434
+ var Widget$ = [
435
435
  3,
436
436
  n0,
437
437
  _W,
@@ -439,109 +439,109 @@ var Widget = [
439
439
  [_ti, _d, _wi, _h, _hO, _co],
440
440
  [0, 0, 1, 1, 1, () => WidgetConfigList],
441
441
  ];
442
- var WidgetConfig = [
442
+ var WidgetConfig$ = [
443
443
  3,
444
444
  n0,
445
445
  _WC,
446
446
  0,
447
447
  [_qP, _dC],
448
- [() => QueryParameters, () => DisplayConfig],
448
+ [() => QueryParameters$, () => DisplayConfig$],
449
449
  ];
450
- var BCMDashboardsServiceException = [-3, _sm, "BCMDashboardsServiceException", 0, [], []];
451
- schema.TypeRegistry.for(_sm).registerError(BCMDashboardsServiceException, BCMDashboardsServiceException$1);
452
- var DashboardReferenceList = [1, n0, _DRL, 0, () => DashboardReference];
453
- var Expressions = [1, n0, _Ex, 0, () => Expression];
454
- var GroupDefinitions = [1, n0, _GDr, 0, () => GroupDefinition];
455
- var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
456
- var WidgetConfigList = [1, n0, _WCL, 0, () => WidgetConfig];
457
- var WidgetList = [1, n0, _WL, 0, () => Widget];
458
- var GraphDisplayConfigMap = [2, n0, _GDCM, 0, 0, () => GraphDisplayConfig];
459
- var DisplayConfig = [
450
+ var BCMDashboardsServiceException$ = [-3, _sm, "BCMDashboardsServiceException", 0, [], []];
451
+ schema.TypeRegistry.for(_sm).registerError(BCMDashboardsServiceException$, BCMDashboardsServiceException);
452
+ var DashboardReferenceList = [1, n0, _DRL, 0, () => DashboardReference$];
453
+ var Expressions = [1, n0, _Ex, 0, () => Expression$];
454
+ var GroupDefinitions = [1, n0, _GDr, 0, () => GroupDefinition$];
455
+ var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
456
+ var WidgetConfigList = [1, n0, _WCL, 0, () => WidgetConfig$];
457
+ var WidgetList = [1, n0, _WL, 0, () => Widget$];
458
+ var GraphDisplayConfigMap = [2, n0, _GDCM, 0, 0, () => GraphDisplayConfig$];
459
+ var DisplayConfig$ = [
460
460
  3,
461
461
  n0,
462
462
  _DC,
463
463
  0,
464
464
  [_gr, _tab],
465
- [() => GraphDisplayConfigMap, () => TableDisplayConfigStruct],
465
+ [() => GraphDisplayConfigMap, () => TableDisplayConfigStruct$],
466
466
  ];
467
- var QueryParameters = [
467
+ var QueryParameters$ = [
468
468
  3,
469
469
  n0,
470
470
  _QP,
471
471
  0,
472
472
  [_cAU, _sPC, _sPU, _rC, _rU],
473
473
  [
474
- () => CostAndUsageQuery,
475
- () => SavingsPlansCoverageQuery,
476
- () => SavingsPlansUtilizationQuery,
477
- () => ReservationCoverageQuery,
478
- () => ReservationUtilizationQuery,
474
+ () => CostAndUsageQuery$,
475
+ () => SavingsPlansCoverageQuery$,
476
+ () => SavingsPlansUtilizationQuery$,
477
+ () => ReservationCoverageQuery$,
478
+ () => ReservationUtilizationQuery$,
479
479
  ],
480
480
  ];
481
- var CreateDashboard = [
481
+ var CreateDashboard$ = [
482
482
  9,
483
483
  n0,
484
484
  _CD,
485
485
  0,
486
- () => CreateDashboardRequest,
487
- () => CreateDashboardResponse,
486
+ () => CreateDashboardRequest$,
487
+ () => CreateDashboardResponse$,
488
488
  ];
489
- var DeleteDashboard = [
489
+ var DeleteDashboard$ = [
490
490
  9,
491
491
  n0,
492
492
  _DD,
493
493
  0,
494
- () => DeleteDashboardRequest,
495
- () => DeleteDashboardResponse,
494
+ () => DeleteDashboardRequest$,
495
+ () => DeleteDashboardResponse$,
496
496
  ];
497
- var GetDashboard = [
497
+ var GetDashboard$ = [
498
498
  9,
499
499
  n0,
500
500
  _GDe,
501
501
  0,
502
- () => GetDashboardRequest,
503
- () => GetDashboardResponse,
502
+ () => GetDashboardRequest$,
503
+ () => GetDashboardResponse$,
504
504
  ];
505
- var GetResourcePolicy = [
505
+ var GetResourcePolicy$ = [
506
506
  9,
507
507
  n0,
508
508
  _GRP,
509
509
  0,
510
- () => GetResourcePolicyRequest,
511
- () => GetResourcePolicyResponse,
510
+ () => GetResourcePolicyRequest$,
511
+ () => GetResourcePolicyResponse$,
512
512
  ];
513
- var ListDashboards = [
513
+ var ListDashboards$ = [
514
514
  9,
515
515
  n0,
516
516
  _LD,
517
517
  0,
518
- () => ListDashboardsRequest,
519
- () => ListDashboardsResponse,
518
+ () => ListDashboardsRequest$,
519
+ () => ListDashboardsResponse$,
520
520
  ];
521
- var ListTagsForResource = [
521
+ var ListTagsForResource$ = [
522
522
  9,
523
523
  n0,
524
524
  _LTFR,
525
525
  0,
526
- () => ListTagsForResourceRequest,
527
- () => ListTagsForResourceResponse,
526
+ () => ListTagsForResourceRequest$,
527
+ () => ListTagsForResourceResponse$,
528
528
  ];
529
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
530
- var UntagResource = [
529
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
530
+ var UntagResource$ = [
531
531
  9,
532
532
  n0,
533
533
  _UR,
534
534
  0,
535
- () => UntagResourceRequest,
536
- () => UntagResourceResponse,
535
+ () => UntagResourceRequest$,
536
+ () => UntagResourceResponse$,
537
537
  ];
538
- var UpdateDashboard = [
538
+ var UpdateDashboard$ = [
539
539
  9,
540
540
  n0,
541
541
  _UD,
542
542
  0,
543
- () => UpdateDashboardRequest,
544
- () => UpdateDashboardResponse,
543
+ () => UpdateDashboardRequest$,
544
+ () => UpdateDashboardResponse$,
545
545
  ];
546
546
 
547
547
  class CreateDashboardCommand extends smithyClient.Command
@@ -552,7 +552,7 @@ class CreateDashboardCommand extends smithyClient.Command
552
552
  })
553
553
  .s("AWSBCMDashboardsService", "CreateDashboard", {})
554
554
  .n("BCMDashboardsClient", "CreateDashboardCommand")
555
- .sc(CreateDashboard)
555
+ .sc(CreateDashboard$)
556
556
  .build() {
557
557
  }
558
558
 
@@ -564,7 +564,7 @@ class DeleteDashboardCommand extends smithyClient.Command
564
564
  })
565
565
  .s("AWSBCMDashboardsService", "DeleteDashboard", {})
566
566
  .n("BCMDashboardsClient", "DeleteDashboardCommand")
567
- .sc(DeleteDashboard)
567
+ .sc(DeleteDashboard$)
568
568
  .build() {
569
569
  }
570
570
 
@@ -576,7 +576,7 @@ class GetDashboardCommand extends smithyClient.Command
576
576
  })
577
577
  .s("AWSBCMDashboardsService", "GetDashboard", {})
578
578
  .n("BCMDashboardsClient", "GetDashboardCommand")
579
- .sc(GetDashboard)
579
+ .sc(GetDashboard$)
580
580
  .build() {
581
581
  }
582
582
 
@@ -588,7 +588,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
588
588
  })
589
589
  .s("AWSBCMDashboardsService", "GetResourcePolicy", {})
590
590
  .n("BCMDashboardsClient", "GetResourcePolicyCommand")
591
- .sc(GetResourcePolicy)
591
+ .sc(GetResourcePolicy$)
592
592
  .build() {
593
593
  }
594
594
 
@@ -600,7 +600,7 @@ class ListDashboardsCommand extends smithyClient.Command
600
600
  })
601
601
  .s("AWSBCMDashboardsService", "ListDashboards", {})
602
602
  .n("BCMDashboardsClient", "ListDashboardsCommand")
603
- .sc(ListDashboards)
603
+ .sc(ListDashboards$)
604
604
  .build() {
605
605
  }
606
606
 
@@ -612,7 +612,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
612
612
  })
613
613
  .s("AWSBCMDashboardsService", "ListTagsForResource", {})
614
614
  .n("BCMDashboardsClient", "ListTagsForResourceCommand")
615
- .sc(ListTagsForResource)
615
+ .sc(ListTagsForResource$)
616
616
  .build() {
617
617
  }
618
618
 
@@ -624,7 +624,7 @@ class TagResourceCommand extends smithyClient.Command
624
624
  })
625
625
  .s("AWSBCMDashboardsService", "TagResource", {})
626
626
  .n("BCMDashboardsClient", "TagResourceCommand")
627
- .sc(TagResource)
627
+ .sc(TagResource$)
628
628
  .build() {
629
629
  }
630
630
 
@@ -636,7 +636,7 @@ class UntagResourceCommand extends smithyClient.Command
636
636
  })
637
637
  .s("AWSBCMDashboardsService", "UntagResource", {})
638
638
  .n("BCMDashboardsClient", "UntagResourceCommand")
639
- .sc(UntagResource)
639
+ .sc(UntagResource$)
640
640
  .build() {
641
641
  }
642
642
 
@@ -648,7 +648,7 @@ class UpdateDashboardCommand extends smithyClient.Command
648
648
  })
649
649
  .s("AWSBCMDashboardsService", "UpdateDashboard", {})
650
650
  .n("BCMDashboardsClient", "UpdateDashboardCommand")
651
- .sc(UpdateDashboard)
651
+ .sc(UpdateDashboard$)
652
652
  .build() {
653
653
  }
654
654
 
@@ -751,30 +751,84 @@ Object.defineProperty(exports, "__Client", {
751
751
  enumerable: true,
752
752
  get: function () { return smithyClient.Client; }
753
753
  });
754
- exports.AccessDeniedException = AccessDeniedException$1;
754
+ exports.AccessDeniedException = AccessDeniedException;
755
+ exports.AccessDeniedException$ = AccessDeniedException$;
755
756
  exports.BCMDashboards = BCMDashboards;
756
757
  exports.BCMDashboardsClient = BCMDashboardsClient;
757
- exports.BCMDashboardsServiceException = BCMDashboardsServiceException$1;
758
+ exports.BCMDashboardsServiceException = BCMDashboardsServiceException;
759
+ exports.BCMDashboardsServiceException$ = BCMDashboardsServiceException$;
760
+ exports.CostAndUsageQuery$ = CostAndUsageQuery$;
761
+ exports.CostCategoryValues$ = CostCategoryValues$;
762
+ exports.CreateDashboard$ = CreateDashboard$;
758
763
  exports.CreateDashboardCommand = CreateDashboardCommand;
764
+ exports.CreateDashboardRequest$ = CreateDashboardRequest$;
765
+ exports.CreateDashboardResponse$ = CreateDashboardResponse$;
766
+ exports.DashboardReference$ = DashboardReference$;
759
767
  exports.DashboardType = DashboardType;
768
+ exports.DateTimeRange$ = DateTimeRange$;
760
769
  exports.DateTimeType = DateTimeType;
770
+ exports.DateTimeValue$ = DateTimeValue$;
771
+ exports.DeleteDashboard$ = DeleteDashboard$;
761
772
  exports.DeleteDashboardCommand = DeleteDashboardCommand;
773
+ exports.DeleteDashboardRequest$ = DeleteDashboardRequest$;
774
+ exports.DeleteDashboardResponse$ = DeleteDashboardResponse$;
762
775
  exports.Dimension = Dimension;
776
+ exports.DimensionValues$ = DimensionValues$;
777
+ exports.DisplayConfig$ = DisplayConfig$;
778
+ exports.Expression$ = Expression$;
779
+ exports.GetDashboard$ = GetDashboard$;
763
780
  exports.GetDashboardCommand = GetDashboardCommand;
781
+ exports.GetDashboardRequest$ = GetDashboardRequest$;
782
+ exports.GetDashboardResponse$ = GetDashboardResponse$;
783
+ exports.GetResourcePolicy$ = GetResourcePolicy$;
764
784
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
785
+ exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
786
+ exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
765
787
  exports.Granularity = Granularity;
788
+ exports.GraphDisplayConfig$ = GraphDisplayConfig$;
789
+ exports.GroupDefinition$ = GroupDefinition$;
766
790
  exports.GroupDefinitionType = GroupDefinitionType;
767
- exports.InternalServerException = InternalServerException$1;
791
+ exports.InternalServerException = InternalServerException;
792
+ exports.InternalServerException$ = InternalServerException$;
793
+ exports.ListDashboards$ = ListDashboards$;
768
794
  exports.ListDashboardsCommand = ListDashboardsCommand;
795
+ exports.ListDashboardsRequest$ = ListDashboardsRequest$;
796
+ exports.ListDashboardsResponse$ = ListDashboardsResponse$;
797
+ exports.ListTagsForResource$ = ListTagsForResource$;
769
798
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
799
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
800
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
770
801
  exports.MatchOption = MatchOption;
771
802
  exports.MetricName = MetricName;
772
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
773
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
803
+ exports.QueryParameters$ = QueryParameters$;
804
+ exports.ReservationCoverageQuery$ = ReservationCoverageQuery$;
805
+ exports.ReservationUtilizationQuery$ = ReservationUtilizationQuery$;
806
+ exports.ResourceNotFoundException = ResourceNotFoundException;
807
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
808
+ exports.ResourceTag$ = ResourceTag$;
809
+ exports.SavingsPlansCoverageQuery$ = SavingsPlansCoverageQuery$;
810
+ exports.SavingsPlansUtilizationQuery$ = SavingsPlansUtilizationQuery$;
811
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
812
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
813
+ exports.TableDisplayConfigStruct$ = TableDisplayConfigStruct$;
814
+ exports.TagResource$ = TagResource$;
774
815
  exports.TagResourceCommand = TagResourceCommand;
775
- exports.ThrottlingException = ThrottlingException$1;
816
+ exports.TagResourceRequest$ = TagResourceRequest$;
817
+ exports.TagResourceResponse$ = TagResourceResponse$;
818
+ exports.TagValues$ = TagValues$;
819
+ exports.ThrottlingException = ThrottlingException;
820
+ exports.ThrottlingException$ = ThrottlingException$;
821
+ exports.UntagResource$ = UntagResource$;
776
822
  exports.UntagResourceCommand = UntagResourceCommand;
823
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
824
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
825
+ exports.UpdateDashboard$ = UpdateDashboard$;
777
826
  exports.UpdateDashboardCommand = UpdateDashboardCommand;
778
- exports.ValidationException = ValidationException$1;
827
+ exports.UpdateDashboardRequest$ = UpdateDashboardRequest$;
828
+ exports.UpdateDashboardResponse$ = UpdateDashboardResponse$;
829
+ exports.ValidationException = ValidationException;
830
+ exports.ValidationException$ = ValidationException$;
779
831
  exports.VisualType = VisualType;
832
+ exports.Widget$ = Widget$;
833
+ exports.WidgetConfig$ = WidgetConfig$;
780
834
  exports.paginateListDashboards = paginateListDashboards;
@@ -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
- new protocols_1.AwsJson1_0Protocol({
31
- defaultNamespace: "com.amazonaws.bcmdashboards",
32
- serviceTarget: "AWSBCMDashboardsService",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.bcmdashboards",
32
+ version: "2025-08-18",
33
+ serviceTarget: "AWSBCMDashboardsService",
34
+ },
35
35
  serviceId: config?.serviceId ?? "BCM Dashboards",
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 { CreateDashboard } from "../schemas/schemas_0";
4
+ import { CreateDashboard$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateDashboardCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateDashboardCommand extends $Command
11
11
  })
12
12
  .s("AWSBCMDashboardsService", "CreateDashboard", {})
13
13
  .n("BCMDashboardsClient", "CreateDashboardCommand")
14
- .sc(CreateDashboard)
14
+ .sc(CreateDashboard$)
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 { DeleteDashboard } from "../schemas/schemas_0";
4
+ import { DeleteDashboard$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteDashboardCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteDashboardCommand extends $Command
11
11
  })
12
12
  .s("AWSBCMDashboardsService", "DeleteDashboard", {})
13
13
  .n("BCMDashboardsClient", "DeleteDashboardCommand")
14
- .sc(DeleteDashboard)
14
+ .sc(DeleteDashboard$)
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 { GetDashboard } from "../schemas/schemas_0";
4
+ import { GetDashboard$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDashboardCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDashboardCommand extends $Command
11
11
  })
12
12
  .s("AWSBCMDashboardsService", "GetDashboard", {})
13
13
  .n("BCMDashboardsClient", "GetDashboardCommand")
14
- .sc(GetDashboard)
14
+ .sc(GetDashboard$)
15
15
  .build() {
16
16
  }