@aws-sdk/client-cloudwatch 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.
Files changed (59) hide show
  1. package/dist-cjs/index.js +541 -369
  2. package/dist-cjs/runtimeConfig.shared.js +8 -6
  3. package/dist-es/commands/DeleteAlarmsCommand.js +2 -2
  4. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -2
  5. package/dist-es/commands/DeleteDashboardsCommand.js +2 -2
  6. package/dist-es/commands/DeleteInsightRulesCommand.js +2 -2
  7. package/dist-es/commands/DeleteMetricStreamCommand.js +2 -2
  8. package/dist-es/commands/DescribeAlarmContributorsCommand.js +2 -2
  9. package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -2
  10. package/dist-es/commands/DescribeAlarmsCommand.js +2 -2
  11. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -2
  12. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -2
  13. package/dist-es/commands/DescribeInsightRulesCommand.js +2 -2
  14. package/dist-es/commands/DisableAlarmActionsCommand.js +2 -2
  15. package/dist-es/commands/DisableInsightRulesCommand.js +2 -2
  16. package/dist-es/commands/EnableAlarmActionsCommand.js +2 -2
  17. package/dist-es/commands/EnableInsightRulesCommand.js +2 -2
  18. package/dist-es/commands/GetDashboardCommand.js +2 -2
  19. package/dist-es/commands/GetInsightRuleReportCommand.js +2 -2
  20. package/dist-es/commands/GetMetricDataCommand.js +2 -2
  21. package/dist-es/commands/GetMetricStatisticsCommand.js +2 -2
  22. package/dist-es/commands/GetMetricStreamCommand.js +2 -2
  23. package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -2
  24. package/dist-es/commands/ListDashboardsCommand.js +2 -2
  25. package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -2
  26. package/dist-es/commands/ListMetricStreamsCommand.js +2 -2
  27. package/dist-es/commands/ListMetricsCommand.js +2 -2
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -2
  30. package/dist-es/commands/PutCompositeAlarmCommand.js +2 -2
  31. package/dist-es/commands/PutDashboardCommand.js +2 -2
  32. package/dist-es/commands/PutInsightRuleCommand.js +2 -2
  33. package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -2
  34. package/dist-es/commands/PutMetricAlarmCommand.js +2 -2
  35. package/dist-es/commands/PutMetricDataCommand.js +2 -2
  36. package/dist-es/commands/PutMetricStreamCommand.js +2 -2
  37. package/dist-es/commands/SetAlarmStateCommand.js +2 -2
  38. package/dist-es/commands/StartMetricStreamsCommand.js +2 -2
  39. package/dist-es/commands/StopMetricStreamsCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.shared.js +8 -6
  44. package/dist-es/schemas/schemas_0.js +323 -314
  45. package/dist-types/CloudWatchClient.d.ts +1 -10
  46. package/dist-types/index.d.ts +1 -0
  47. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  48. package/dist-types/runtimeConfig.d.ts +6 -2
  49. package/dist-types/runtimeConfig.native.d.ts +6 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  51. package/dist-types/schemas/schemas_0.d.ts +164 -218
  52. package/dist-types/ts3.4/CloudWatchClient.d.ts +0 -4
  53. package/dist-types/ts3.4/index.d.ts +1 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +163 -218
  59. package/package.json +36 -36
package/dist-cjs/index.js CHANGED
@@ -113,14 +113,14 @@ class CloudWatchClient extends smithyClient.Client {
113
113
  }
114
114
  }
115
115
 
116
- let CloudWatchServiceException$1 = class CloudWatchServiceException extends smithyClient.ServiceException {
116
+ class CloudWatchServiceException extends smithyClient.ServiceException {
117
117
  constructor(options) {
118
118
  super(options);
119
119
  Object.setPrototypeOf(this, CloudWatchServiceException.prototype);
120
120
  }
121
- };
121
+ }
122
122
 
123
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends CloudWatchServiceException$1 {
123
+ class ConcurrentModificationException extends CloudWatchServiceException {
124
124
  name = "ConcurrentModificationException";
125
125
  $fault = "client";
126
126
  Message;
@@ -133,8 +133,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
133
133
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
134
134
  this.Message = opts.Message;
135
135
  }
136
- };
137
- let ConflictException$1 = class ConflictException extends CloudWatchServiceException$1 {
136
+ }
137
+ class ConflictException extends CloudWatchServiceException {
138
138
  name = "ConflictException";
139
139
  $fault = "client";
140
140
  Message;
@@ -147,8 +147,8 @@ let ConflictException$1 = class ConflictException extends CloudWatchServiceExcep
147
147
  Object.setPrototypeOf(this, ConflictException.prototype);
148
148
  this.Message = opts.Message;
149
149
  }
150
- };
151
- let DashboardInvalidInputError$1 = class DashboardInvalidInputError extends CloudWatchServiceException$1 {
150
+ }
151
+ class DashboardInvalidInputError extends CloudWatchServiceException {
152
152
  name = "DashboardInvalidInputError";
153
153
  $fault = "client";
154
154
  dashboardValidationMessages;
@@ -161,8 +161,8 @@ let DashboardInvalidInputError$1 = class DashboardInvalidInputError extends Clou
161
161
  Object.setPrototypeOf(this, DashboardInvalidInputError.prototype);
162
162
  this.dashboardValidationMessages = opts.dashboardValidationMessages;
163
163
  }
164
- };
165
- let DashboardNotFoundError$1 = class DashboardNotFoundError extends CloudWatchServiceException$1 {
164
+ }
165
+ class DashboardNotFoundError extends CloudWatchServiceException {
166
166
  name = "DashboardNotFoundError";
167
167
  $fault = "client";
168
168
  constructor(opts) {
@@ -173,8 +173,8 @@ let DashboardNotFoundError$1 = class DashboardNotFoundError extends CloudWatchSe
173
173
  });
174
174
  Object.setPrototypeOf(this, DashboardNotFoundError.prototype);
175
175
  }
176
- };
177
- let ResourceNotFound$1 = class ResourceNotFound extends CloudWatchServiceException$1 {
176
+ }
177
+ class ResourceNotFound extends CloudWatchServiceException {
178
178
  name = "ResourceNotFound";
179
179
  $fault = "client";
180
180
  constructor(opts) {
@@ -185,8 +185,8 @@ let ResourceNotFound$1 = class ResourceNotFound extends CloudWatchServiceExcepti
185
185
  });
186
186
  Object.setPrototypeOf(this, ResourceNotFound.prototype);
187
187
  }
188
- };
189
- let InternalServiceFault$1 = class InternalServiceFault extends CloudWatchServiceException$1 {
188
+ }
189
+ class InternalServiceFault extends CloudWatchServiceException {
190
190
  name = "InternalServiceFault";
191
191
  $fault = "server";
192
192
  Message;
@@ -199,8 +199,8 @@ let InternalServiceFault$1 = class InternalServiceFault extends CloudWatchServic
199
199
  Object.setPrototypeOf(this, InternalServiceFault.prototype);
200
200
  this.Message = opts.Message;
201
201
  }
202
- };
203
- let InvalidParameterCombinationException$1 = class InvalidParameterCombinationException extends CloudWatchServiceException$1 {
202
+ }
203
+ class InvalidParameterCombinationException extends CloudWatchServiceException {
204
204
  name = "InvalidParameterCombinationException";
205
205
  $fault = "client";
206
206
  constructor(opts) {
@@ -211,8 +211,8 @@ let InvalidParameterCombinationException$1 = class InvalidParameterCombinationEx
211
211
  });
212
212
  Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
213
213
  }
214
- };
215
- let InvalidParameterValueException$1 = class InvalidParameterValueException extends CloudWatchServiceException$1 {
214
+ }
215
+ class InvalidParameterValueException extends CloudWatchServiceException {
216
216
  name = "InvalidParameterValueException";
217
217
  $fault = "client";
218
218
  constructor(opts) {
@@ -223,8 +223,8 @@ let InvalidParameterValueException$1 = class InvalidParameterValueException exte
223
223
  });
224
224
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
225
225
  }
226
- };
227
- let MissingRequiredParameterException$1 = class MissingRequiredParameterException extends CloudWatchServiceException$1 {
226
+ }
227
+ class MissingRequiredParameterException extends CloudWatchServiceException {
228
228
  name = "MissingRequiredParameterException";
229
229
  $fault = "client";
230
230
  constructor(opts) {
@@ -235,8 +235,8 @@ let MissingRequiredParameterException$1 = class MissingRequiredParameterExceptio
235
235
  });
236
236
  Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
237
237
  }
238
- };
239
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudWatchServiceException$1 {
238
+ }
239
+ class ResourceNotFoundException extends CloudWatchServiceException {
240
240
  name = "ResourceNotFoundException";
241
241
  $fault = "client";
242
242
  ResourceType;
@@ -253,8 +253,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudW
253
253
  this.ResourceId = opts.ResourceId;
254
254
  this.Message = opts.Message;
255
255
  }
256
- };
257
- let InvalidNextToken$1 = class InvalidNextToken extends CloudWatchServiceException$1 {
256
+ }
257
+ class InvalidNextToken extends CloudWatchServiceException {
258
258
  name = "InvalidNextToken";
259
259
  $fault = "client";
260
260
  constructor(opts) {
@@ -265,8 +265,8 @@ let InvalidNextToken$1 = class InvalidNextToken extends CloudWatchServiceExcepti
265
265
  });
266
266
  Object.setPrototypeOf(this, InvalidNextToken.prototype);
267
267
  }
268
- };
269
- let LimitExceededException$1 = class LimitExceededException extends CloudWatchServiceException$1 {
268
+ }
269
+ class LimitExceededException extends CloudWatchServiceException {
270
270
  name = "LimitExceededException";
271
271
  $fault = "client";
272
272
  Message;
@@ -279,8 +279,8 @@ let LimitExceededException$1 = class LimitExceededException extends CloudWatchSe
279
279
  Object.setPrototypeOf(this, LimitExceededException.prototype);
280
280
  this.Message = opts.Message;
281
281
  }
282
- };
283
- let LimitExceededFault$1 = class LimitExceededFault extends CloudWatchServiceException$1 {
282
+ }
283
+ class LimitExceededFault extends CloudWatchServiceException {
284
284
  name = "LimitExceededFault";
285
285
  $fault = "client";
286
286
  constructor(opts) {
@@ -291,8 +291,8 @@ let LimitExceededFault$1 = class LimitExceededFault extends CloudWatchServiceExc
291
291
  });
292
292
  Object.setPrototypeOf(this, LimitExceededFault.prototype);
293
293
  }
294
- };
295
- let InvalidFormatFault$1 = class InvalidFormatFault extends CloudWatchServiceException$1 {
294
+ }
295
+ class InvalidFormatFault extends CloudWatchServiceException {
296
296
  name = "InvalidFormatFault";
297
297
  $fault = "client";
298
298
  constructor(opts) {
@@ -303,7 +303,7 @@ let InvalidFormatFault$1 = class InvalidFormatFault extends CloudWatchServiceExc
303
303
  });
304
304
  Object.setPrototypeOf(this, InvalidFormatFault.prototype);
305
305
  }
306
- };
306
+ }
307
307
 
308
308
  const _A = "Average";
309
309
  const _AA = "AlarmActions";
@@ -657,8 +657,8 @@ const _m = "message";
657
657
  const _s = "server";
658
658
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatch";
659
659
  const n0 = "com.amazonaws.cloudwatch";
660
- var AlarmContributor = [3, n0, _AC, 0, [_CI, _CA, _SR, _STT], [0, 128 | 0, 0, 4]];
661
- var AlarmHistoryItem = [
660
+ var AlarmContributor$ = [3, n0, _AC, 0, [_CI, _CA, _SR, _STT], [0, 128 | 0, 0, 4]];
661
+ var AlarmHistoryItem$ = [
662
662
  3,
663
663
  n0,
664
664
  _AHI,
@@ -666,7 +666,7 @@ var AlarmHistoryItem = [
666
666
  [_AN, _ACI, _AT, _T, _HIT, _HS, _HD, _ACA],
667
667
  [0, 0, 0, 4, 0, 0, 0, 128 | 0],
668
668
  ];
669
- var AnomalyDetector = [
669
+ var AnomalyDetector$ = [
670
670
  3,
671
671
  n0,
672
672
  _AD,
@@ -677,14 +677,14 @@ var AnomalyDetector = [
677
677
  0,
678
678
  () => Dimensions,
679
679
  0,
680
- () => AnomalyDetectorConfiguration,
680
+ () => AnomalyDetectorConfiguration$,
681
681
  0,
682
- () => MetricCharacteristics,
683
- () => SingleMetricAnomalyDetector,
684
- () => MetricMathAnomalyDetector,
682
+ () => MetricCharacteristics$,
683
+ () => SingleMetricAnomalyDetector$,
684
+ () => MetricMathAnomalyDetector$,
685
685
  ],
686
686
  ];
687
- var AnomalyDetectorConfiguration = [
687
+ var AnomalyDetectorConfiguration$ = [
688
688
  3,
689
689
  n0,
690
690
  _ADC,
@@ -692,7 +692,7 @@ var AnomalyDetectorConfiguration = [
692
692
  [_ETR, _MT],
693
693
  [() => AnomalyDetectorExcludedTimeRanges, 0],
694
694
  ];
695
- var CompositeAlarm = [
695
+ var CompositeAlarm$ = [
696
696
  3,
697
697
  n0,
698
698
  _CAo,
@@ -700,7 +700,7 @@ var CompositeAlarm = [
700
700
  [_AE, _AA, _AAl, _ACUT, _ADl, _AN, _AR, _IDA, _OKA, _SR, _SRD, _SUT, _SV, _STT, _ASB, _ASR, _AS, _ASWP, _ASEP],
701
701
  [2, 64 | 0, 0, 4, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 4, 0, 4, 0, 0, 0, 1, 1],
702
702
  ];
703
- var ConcurrentModificationException = [
703
+ var ConcurrentModificationException$ = [
704
704
  -3,
705
705
  n0,
706
706
  _CME,
@@ -708,11 +708,11 @@ var ConcurrentModificationException = [
708
708
  [_M],
709
709
  [0],
710
710
  ];
711
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
712
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
713
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
714
- var DashboardEntry = [3, n0, _DE, 0, [_DN, _DA, _LM, _Si], [0, 0, 4, 1]];
715
- var DashboardInvalidInputError = [
711
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
712
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
713
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
714
+ var DashboardEntry$ = [3, n0, _DE, 0, [_DN, _DA, _LM, _Si], [0, 0, 4, 1]];
715
+ var DashboardInvalidInputError$ = [
716
716
  -3,
717
717
  n0,
718
718
  _DIIE,
@@ -720,8 +720,8 @@ var DashboardInvalidInputError = [
720
720
  [_m, _dVM],
721
721
  [0, () => DashboardValidationMessages],
722
722
  ];
723
- schema.TypeRegistry.for(n0).registerError(DashboardInvalidInputError, DashboardInvalidInputError$1);
724
- var DashboardNotFoundError = [
723
+ schema.TypeRegistry.for(n0).registerError(DashboardInvalidInputError$, DashboardInvalidInputError);
724
+ var DashboardNotFoundError$ = [
725
725
  -3,
726
726
  n0,
727
727
  _DNFE,
@@ -729,9 +729,9 @@ var DashboardNotFoundError = [
729
729
  [_m],
730
730
  [0],
731
731
  ];
732
- schema.TypeRegistry.for(n0).registerError(DashboardNotFoundError, DashboardNotFoundError$1);
733
- var DashboardValidationMessage = [3, n0, _DVM, 0, [_DP, _M], [0, 0]];
734
- var Datapoint = [
732
+ schema.TypeRegistry.for(n0).registerError(DashboardNotFoundError$, DashboardNotFoundError);
733
+ var DashboardValidationMessage$ = [3, n0, _DVM, 0, [_DP, _M], [0, 0]];
734
+ var Datapoint$ = [
735
735
  3,
736
736
  n0,
737
737
  _Da,
@@ -739,24 +739,24 @@ var Datapoint = [
739
739
  [_T, _SC, _A, _Su, _Mi, _Ma, _U, _ES],
740
740
  [4, 1, 1, 1, 1, 1, 0, 128 | 1],
741
741
  ];
742
- var DeleteAlarmsInput = [3, n0, _DAI, 0, [_ANl], [64 | 0]];
743
- var DeleteAnomalyDetectorInput = [
742
+ var DeleteAlarmsInput$ = [3, n0, _DAI, 0, [_ANl], [64 | 0]];
743
+ var DeleteAnomalyDetectorInput$ = [
744
744
  3,
745
745
  n0,
746
746
  _DADI,
747
747
  0,
748
748
  [_N, _MN, _D, _S, _SMAD, _MMAD],
749
- [0, 0, () => Dimensions, 0, () => SingleMetricAnomalyDetector, () => MetricMathAnomalyDetector],
750
- ];
751
- var DeleteAnomalyDetectorOutput = [3, n0, _DADO, 0, [], []];
752
- var DeleteDashboardsInput = [3, n0, _DDI, 0, [_DNa], [64 | 0]];
753
- var DeleteDashboardsOutput = [3, n0, _DDO, 0, [], []];
754
- var DeleteInsightRulesInput = [3, n0, _DIRI, 0, [_RN], [64 | 0]];
755
- var DeleteInsightRulesOutput = [3, n0, _DIRO, 0, [_F], [() => BatchFailures]];
756
- var DeleteMetricStreamInput = [3, n0, _DMSI, 0, [_Na], [0]];
757
- var DeleteMetricStreamOutput = [3, n0, _DMSO, 0, [], []];
758
- var DescribeAlarmContributorsInput = [3, n0, _DACI, 0, [_AN, _NT], [0, 0]];
759
- var DescribeAlarmContributorsOutput = [
749
+ [0, 0, () => Dimensions, 0, () => SingleMetricAnomalyDetector$, () => MetricMathAnomalyDetector$],
750
+ ];
751
+ var DeleteAnomalyDetectorOutput$ = [3, n0, _DADO, 0, [], []];
752
+ var DeleteDashboardsInput$ = [3, n0, _DDI, 0, [_DNa], [64 | 0]];
753
+ var DeleteDashboardsOutput$ = [3, n0, _DDO, 0, [], []];
754
+ var DeleteInsightRulesInput$ = [3, n0, _DIRI, 0, [_RN], [64 | 0]];
755
+ var DeleteInsightRulesOutput$ = [3, n0, _DIRO, 0, [_F], [() => BatchFailures]];
756
+ var DeleteMetricStreamInput$ = [3, n0, _DMSI, 0, [_Na], [0]];
757
+ var DeleteMetricStreamOutput$ = [3, n0, _DMSO, 0, [], []];
758
+ var DescribeAlarmContributorsInput$ = [3, n0, _DACI, 0, [_AN, _NT], [0, 0]];
759
+ var DescribeAlarmContributorsOutput$ = [
760
760
  3,
761
761
  n0,
762
762
  _DACO,
@@ -764,7 +764,7 @@ var DescribeAlarmContributorsOutput = [
764
764
  [_ACl, _NT],
765
765
  [() => AlarmContributors, 0],
766
766
  ];
767
- var DescribeAlarmHistoryInput = [
767
+ var DescribeAlarmHistoryInput$ = [
768
768
  3,
769
769
  n0,
770
770
  _DAHI,
@@ -772,7 +772,7 @@ var DescribeAlarmHistoryInput = [
772
772
  [_AN, _ACI, _ATl, _HIT, _SD, _ED, _MR, _NT, _SB],
773
773
  [0, 0, 64 | 0, 0, 4, 4, 1, 0, 0],
774
774
  ];
775
- var DescribeAlarmHistoryOutput = [
775
+ var DescribeAlarmHistoryOutput$ = [
776
776
  3,
777
777
  n0,
778
778
  _DAHO,
@@ -780,7 +780,7 @@ var DescribeAlarmHistoryOutput = [
780
780
  [_AHIl, _NT],
781
781
  [() => AlarmHistoryItems, 0],
782
782
  ];
783
- var DescribeAlarmsForMetricInput = [
783
+ var DescribeAlarmsForMetricInput$ = [
784
784
  3,
785
785
  n0,
786
786
  _DAFMI,
@@ -788,8 +788,8 @@ var DescribeAlarmsForMetricInput = [
788
788
  [_MN, _N, _St, _ESx, _D, _P, _U],
789
789
  [0, 0, 0, 0, () => Dimensions, 1, 0],
790
790
  ];
791
- var DescribeAlarmsForMetricOutput = [3, n0, _DAFMO, 0, [_MA], [() => MetricAlarms]];
792
- var DescribeAlarmsInput = [
791
+ var DescribeAlarmsForMetricOutput$ = [3, n0, _DAFMO, 0, [_MA], [() => MetricAlarms]];
792
+ var DescribeAlarmsInput$ = [
793
793
  3,
794
794
  n0,
795
795
  _DAIe,
@@ -797,7 +797,7 @@ var DescribeAlarmsInput = [
797
797
  [_ANl, _ANP, _ATl, _COAN, _POAN, _SV, _AP, _MR, _NT],
798
798
  [64 | 0, 0, 64 | 0, 0, 0, 0, 0, 1, 0],
799
799
  ];
800
- var DescribeAlarmsOutput = [
800
+ var DescribeAlarmsOutput$ = [
801
801
  3,
802
802
  n0,
803
803
  _DAO,
@@ -805,7 +805,7 @@ var DescribeAlarmsOutput = [
805
805
  [_CAom, _MA, _NT],
806
806
  [() => CompositeAlarms, () => MetricAlarms, 0],
807
807
  ];
808
- var DescribeAnomalyDetectorsInput = [
808
+ var DescribeAnomalyDetectorsInput$ = [
809
809
  3,
810
810
  n0,
811
811
  _DADIe,
@@ -813,7 +813,7 @@ var DescribeAnomalyDetectorsInput = [
813
813
  [_NT, _MRa, _N, _MN, _D, _ADT],
814
814
  [0, 1, 0, 0, () => Dimensions, 64 | 0],
815
815
  ];
816
- var DescribeAnomalyDetectorsOutput = [
816
+ var DescribeAnomalyDetectorsOutput$ = [
817
817
  3,
818
818
  n0,
819
819
  _DADOe,
@@ -821,21 +821,21 @@ var DescribeAnomalyDetectorsOutput = [
821
821
  [_ADn, _NT],
822
822
  [() => AnomalyDetectors, 0],
823
823
  ];
824
- var DescribeInsightRulesInput = [3, n0, _DIRIe, 0, [_NT, _MRa], [0, 1]];
825
- var DescribeInsightRulesOutput = [3, n0, _DIROe, 0, [_NT, _IR], [0, () => InsightRules]];
826
- var Dimension = [3, n0, _Di, 0, [_Na, _V], [0, 0]];
827
- var DimensionFilter = [3, n0, _DF, 0, [_Na, _V], [0, 0]];
828
- var DisableAlarmActionsInput = [3, n0, _DAAI, 0, [_ANl], [64 | 0]];
829
- var DisableInsightRulesInput = [3, n0, _DIRIi, 0, [_RN], [64 | 0]];
830
- var DisableInsightRulesOutput = [3, n0, _DIROi, 0, [_F], [() => BatchFailures]];
831
- var EnableAlarmActionsInput = [3, n0, _EAAI, 0, [_ANl], [64 | 0]];
832
- var EnableInsightRulesInput = [3, n0, _EIRI, 0, [_RN], [64 | 0]];
833
- var EnableInsightRulesOutput = [3, n0, _EIRO, 0, [_F], [() => BatchFailures]];
834
- var Entity = [3, n0, _E, 0, [_KA, _At], [128 | 0, 128 | 0]];
835
- var EntityMetricData = [3, n0, _EMD, 0, [_E, _MD], [() => Entity, () => MetricData]];
836
- var GetDashboardInput = [3, n0, _GDI, 0, [_DN], [0]];
837
- var GetDashboardOutput = [3, n0, _GDO, 0, [_DA, _DB, _DN], [0, 0, 0]];
838
- var GetInsightRuleReportInput = [
824
+ var DescribeInsightRulesInput$ = [3, n0, _DIRIe, 0, [_NT, _MRa], [0, 1]];
825
+ var DescribeInsightRulesOutput$ = [3, n0, _DIROe, 0, [_NT, _IR], [0, () => InsightRules]];
826
+ var Dimension$ = [3, n0, _Di, 0, [_Na, _V], [0, 0]];
827
+ var DimensionFilter$ = [3, n0, _DF, 0, [_Na, _V], [0, 0]];
828
+ var DisableAlarmActionsInput$ = [3, n0, _DAAI, 0, [_ANl], [64 | 0]];
829
+ var DisableInsightRulesInput$ = [3, n0, _DIRIi, 0, [_RN], [64 | 0]];
830
+ var DisableInsightRulesOutput$ = [3, n0, _DIROi, 0, [_F], [() => BatchFailures]];
831
+ var EnableAlarmActionsInput$ = [3, n0, _EAAI, 0, [_ANl], [64 | 0]];
832
+ var EnableInsightRulesInput$ = [3, n0, _EIRI, 0, [_RN], [64 | 0]];
833
+ var EnableInsightRulesOutput$ = [3, n0, _EIRO, 0, [_F], [() => BatchFailures]];
834
+ var Entity$ = [3, n0, _E, 0, [_KA, _At], [128 | 0, 128 | 0]];
835
+ var EntityMetricData$ = [3, n0, _EMD, 0, [_E, _MD], [() => Entity$, () => MetricData]];
836
+ var GetDashboardInput$ = [3, n0, _GDI, 0, [_DN], [0]];
837
+ var GetDashboardOutput$ = [3, n0, _GDO, 0, [_DA, _DB, _DN], [0, 0, 0]];
838
+ var GetInsightRuleReportInput$ = [
839
839
  3,
840
840
  n0,
841
841
  _GIRRI,
@@ -843,7 +843,7 @@ var GetInsightRuleReportInput = [
843
843
  [_RNu, _ST, _ET, _P, _MCC, _Me, _OB],
844
844
  [0, 4, 4, 1, 1, 64 | 0, 0],
845
845
  ];
846
- var GetInsightRuleReportOutput = [
846
+ var GetInsightRuleReportOutput$ = [
847
847
  3,
848
848
  n0,
849
849
  _GIRRO,
@@ -851,15 +851,15 @@ var GetInsightRuleReportOutput = [
851
851
  [_KL, _ASg, _AV, _AUC, _Co, _MDe],
852
852
  [64 | 0, 0, 1, 1, () => InsightRuleContributors, () => InsightRuleMetricDatapoints],
853
853
  ];
854
- var GetMetricDataInput = [
854
+ var GetMetricDataInput$ = [
855
855
  3,
856
856
  n0,
857
857
  _GMDI,
858
858
  0,
859
859
  [_MDQ, _ST, _ET, _NT, _SB, _MDa, _LO],
860
- [() => MetricDataQueries, 4, 4, 0, 0, 1, () => LabelOptions],
860
+ [() => MetricDataQueries, 4, 4, 0, 0, 1, () => LabelOptions$],
861
861
  ];
862
- var GetMetricDataOutput = [
862
+ var GetMetricDataOutput$ = [
863
863
  3,
864
864
  n0,
865
865
  _GMDO,
@@ -867,7 +867,7 @@ var GetMetricDataOutput = [
867
867
  [_MDR, _NT, _Mes],
868
868
  [() => MetricDataResults, 0, () => MetricDataResultMessages],
869
869
  ];
870
- var GetMetricStatisticsInput = [
870
+ var GetMetricStatisticsInput$ = [
871
871
  3,
872
872
  n0,
873
873
  _GMSI,
@@ -875,9 +875,9 @@ var GetMetricStatisticsInput = [
875
875
  [_N, _MN, _D, _ST, _ET, _P, _Sta, _ES, _U],
876
876
  [0, 0, () => Dimensions, 4, 4, 1, 64 | 0, 64 | 0, 0],
877
877
  ];
878
- var GetMetricStatisticsOutput = [3, n0, _GMSO, 0, [_L, _Dat], [0, () => Datapoints]];
879
- var GetMetricStreamInput = [3, n0, _GMSIe, 0, [_Na], [0]];
880
- var GetMetricStreamOutput = [
878
+ var GetMetricStatisticsOutput$ = [3, n0, _GMSO, 0, [_L, _Dat], [0, () => Datapoints]];
879
+ var GetMetricStreamInput$ = [3, n0, _GMSIe, 0, [_Na], [0]];
880
+ var GetMetricStreamOutput$ = [
881
881
  3,
882
882
  n0,
883
883
  _GMSOe,
@@ -898,9 +898,9 @@ var GetMetricStreamOutput = [
898
898
  2,
899
899
  ],
900
900
  ];
901
- var GetMetricWidgetImageInput = [3, n0, _GMWII, 0, [_MW, _OF], [0, 0]];
902
- var GetMetricWidgetImageOutput = [3, n0, _GMWIO, 0, [_MWI], [21]];
903
- var InsightRule = [
901
+ var GetMetricWidgetImageInput$ = [3, n0, _GMWII, 0, [_MW, _OF], [0, 0]];
902
+ var GetMetricWidgetImageOutput$ = [3, n0, _GMWIO, 0, [_MWI], [21]];
903
+ var InsightRule$ = [
904
904
  3,
905
905
  n0,
906
906
  _IRn,
@@ -908,7 +908,7 @@ var InsightRule = [
908
908
  [_Na, _Stat, _Sc, _De, _MRan, _AOTL],
909
909
  [0, 0, 0, 0, 2, 2],
910
910
  ];
911
- var InsightRuleContributor = [
911
+ var InsightRuleContributor$ = [
912
912
  3,
913
913
  n0,
914
914
  _IRC,
@@ -916,8 +916,8 @@ var InsightRuleContributor = [
916
916
  [_K, _AAV, _Dat],
917
917
  [64 | 0, 1, () => InsightRuleContributorDatapoints],
918
918
  ];
919
- var InsightRuleContributorDatapoint = [3, n0, _IRCD, 0, [_T, _AVp], [4, 1]];
920
- var InsightRuleMetricDatapoint = [
919
+ var InsightRuleContributorDatapoint$ = [3, n0, _IRCD, 0, [_T, _AVp], [4, 1]];
920
+ var InsightRuleMetricDatapoint$ = [
921
921
  3,
922
922
  n0,
923
923
  _IRMD,
@@ -925,7 +925,7 @@ var InsightRuleMetricDatapoint = [
925
925
  [_T, _UC, _MCV, _SC, _A, _Su, _Mi, _Ma],
926
926
  [4, 1, 1, 1, 1, 1, 1, 1],
927
927
  ];
928
- var InternalServiceFault = [
928
+ var InternalServiceFault$ = [
929
929
  -3,
930
930
  n0,
931
931
  _ISF,
@@ -933,8 +933,8 @@ var InternalServiceFault = [
933
933
  [_M],
934
934
  [0],
935
935
  ];
936
- schema.TypeRegistry.for(n0).registerError(InternalServiceFault, InternalServiceFault$1);
937
- var InvalidFormatFault = [
936
+ schema.TypeRegistry.for(n0).registerError(InternalServiceFault$, InternalServiceFault);
937
+ var InvalidFormatFault$ = [
938
938
  -3,
939
939
  n0,
940
940
  _IFF,
@@ -942,8 +942,8 @@ var InvalidFormatFault = [
942
942
  [_m],
943
943
  [0],
944
944
  ];
945
- schema.TypeRegistry.for(n0).registerError(InvalidFormatFault, InvalidFormatFault$1);
946
- var InvalidNextToken = [
945
+ schema.TypeRegistry.for(n0).registerError(InvalidFormatFault$, InvalidFormatFault);
946
+ var InvalidNextToken$ = [
947
947
  -3,
948
948
  n0,
949
949
  _INT,
@@ -951,8 +951,8 @@ var InvalidNextToken = [
951
951
  [_m],
952
952
  [0],
953
953
  ];
954
- schema.TypeRegistry.for(n0).registerError(InvalidNextToken, InvalidNextToken$1);
955
- var InvalidParameterCombinationException = [
954
+ schema.TypeRegistry.for(n0).registerError(InvalidNextToken$, InvalidNextToken);
955
+ var InvalidParameterCombinationException$ = [
956
956
  -3,
957
957
  n0,
958
958
  _IPCE,
@@ -960,8 +960,8 @@ var InvalidParameterCombinationException = [
960
960
  [_m],
961
961
  [0],
962
962
  ];
963
- schema.TypeRegistry.for(n0).registerError(InvalidParameterCombinationException, InvalidParameterCombinationException$1);
964
- var InvalidParameterValueException = [
963
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
964
+ var InvalidParameterValueException$ = [
965
965
  -3,
966
966
  n0,
967
967
  _IPVE,
@@ -969,9 +969,9 @@ var InvalidParameterValueException = [
969
969
  [_m],
970
970
  [0],
971
971
  ];
972
- schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException, InvalidParameterValueException$1);
973
- var LabelOptions = [3, n0, _LO, 0, [_Ti], [0]];
974
- var LimitExceededException = [
972
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
973
+ var LabelOptions$ = [3, n0, _LO, 0, [_Ti], [0]];
974
+ var LimitExceededException$ = [
975
975
  -3,
976
976
  n0,
977
977
  _LEE,
@@ -979,8 +979,8 @@ var LimitExceededException = [
979
979
  [_M],
980
980
  [0],
981
981
  ];
982
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
983
- var LimitExceededFault = [
982
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
983
+ var LimitExceededFault$ = [
984
984
  -3,
985
985
  n0,
986
986
  _LEF,
@@ -988,11 +988,11 @@ var LimitExceededFault = [
988
988
  [_m],
989
989
  [0],
990
990
  ];
991
- schema.TypeRegistry.for(n0).registerError(LimitExceededFault, LimitExceededFault$1);
992
- var ListDashboardsInput = [3, n0, _LDI, 0, [_DNP, _NT], [0, 0]];
993
- var ListDashboardsOutput = [3, n0, _LDO, 0, [_DEa, _NT], [() => DashboardEntries, 0]];
994
- var ListManagedInsightRulesInput = [3, n0, _LMIRI, 0, [_RARN, _NT, _MRa], [0, 0, 1]];
995
- var ListManagedInsightRulesOutput = [
991
+ schema.TypeRegistry.for(n0).registerError(LimitExceededFault$, LimitExceededFault);
992
+ var ListDashboardsInput$ = [3, n0, _LDI, 0, [_DNP, _NT], [0, 0]];
993
+ var ListDashboardsOutput$ = [3, n0, _LDO, 0, [_DEa, _NT], [() => DashboardEntries, 0]];
994
+ var ListManagedInsightRulesInput$ = [3, n0, _LMIRI, 0, [_RARN, _NT, _MRa], [0, 0, 1]];
995
+ var ListManagedInsightRulesOutput$ = [
996
996
  3,
997
997
  n0,
998
998
  _LMIRO,
@@ -1000,7 +1000,7 @@ var ListManagedInsightRulesOutput = [
1000
1000
  [_MRana, _NT],
1001
1001
  [() => ManagedRuleDescriptions, 0],
1002
1002
  ];
1003
- var ListMetricsInput = [
1003
+ var ListMetricsInput$ = [
1004
1004
  3,
1005
1005
  n0,
1006
1006
  _LMI,
@@ -1008,9 +1008,9 @@ var ListMetricsInput = [
1008
1008
  [_N, _MN, _D, _NT, _RAe, _ILA, _OA],
1009
1009
  [0, 0, () => DimensionFilters, 0, 0, 2, 0],
1010
1010
  ];
1011
- var ListMetricsOutput = [3, n0, _LMO, 0, [_Me, _NT, _OAw], [() => Metrics, 0, 64 | 0]];
1012
- var ListMetricStreamsInput = [3, n0, _LMSI, 0, [_NT, _MRa], [0, 1]];
1013
- var ListMetricStreamsOutput = [
1011
+ var ListMetricsOutput$ = [3, n0, _LMO, 0, [_Me, _NT, _OAw], [() => Metrics, 0, 64 | 0]];
1012
+ var ListMetricStreamsInput$ = [3, n0, _LMSI, 0, [_NT, _MRa], [0, 1]];
1013
+ var ListMetricStreamsOutput$ = [
1014
1014
  3,
1015
1015
  n0,
1016
1016
  _LMSO,
@@ -1018,21 +1018,21 @@ var ListMetricStreamsOutput = [
1018
1018
  [_NT, _En],
1019
1019
  [0, () => MetricStreamEntries],
1020
1020
  ];
1021
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN], [0]];
1022
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta], [() => TagList]];
1023
- var ManagedRule = [3, n0, _MRan, 0, [_TN, _RARN, _Ta], [0, 0, () => TagList]];
1024
- var ManagedRuleDescription = [
1021
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RARN], [0]];
1022
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_Ta], [() => TagList]];
1023
+ var ManagedRule$ = [3, n0, _MRan, 0, [_TN, _RARN, _Ta], [0, 0, () => TagList]];
1024
+ var ManagedRuleDescription$ = [
1025
1025
  3,
1026
1026
  n0,
1027
1027
  _MRD,
1028
1028
  0,
1029
1029
  [_TN, _RARN, _RS],
1030
- [0, 0, () => ManagedRuleState],
1030
+ [0, 0, () => ManagedRuleState$],
1031
1031
  ];
1032
- var ManagedRuleState = [3, n0, _MRS, 0, [_RNu, _Stat], [0, 0]];
1033
- var MessageData = [3, n0, _MDes, 0, [_Cod, _V], [0, 0]];
1034
- var Metric = [3, n0, _Met, 0, [_N, _MN, _D], [0, 0, () => Dimensions]];
1035
- var MetricAlarm = [
1032
+ var ManagedRuleState$ = [3, n0, _MRS, 0, [_RNu, _Stat], [0, 0]];
1033
+ var MessageData$ = [3, n0, _MDes, 0, [_Cod, _V], [0, 0]];
1034
+ var Metric$ = [3, n0, _Met, 0, [_N, _MN, _D], [0, 0, () => Dimensions]];
1035
+ var MetricAlarm$ = [
1036
1036
  3,
1037
1037
  n0,
1038
1038
  _MAe,
@@ -1100,16 +1100,16 @@ var MetricAlarm = [
1100
1100
  4,
1101
1101
  ],
1102
1102
  ];
1103
- var MetricCharacteristics = [3, n0, _MC, 0, [_PS], [2]];
1104
- var MetricDataQuery = [
1103
+ var MetricCharacteristics$ = [3, n0, _MC, 0, [_PS], [2]];
1104
+ var MetricDataQuery$ = [
1105
1105
  3,
1106
1106
  n0,
1107
1107
  _MDQe,
1108
1108
  0,
1109
1109
  [_I, _MS, _Ex, _L, _RD, _P, _AI],
1110
- [0, () => MetricStat, 0, 0, 2, 1, 0],
1110
+ [0, () => MetricStat$, 0, 0, 2, 1, 0],
1111
1111
  ];
1112
- var MetricDataResult = [
1112
+ var MetricDataResult$ = [
1113
1113
  3,
1114
1114
  n0,
1115
1115
  _MDRe,
@@ -1117,17 +1117,17 @@ var MetricDataResult = [
1117
1117
  [_I, _L, _Tim, _Va, _SCta, _Mes],
1118
1118
  [0, 0, 64 | 4, 64 | 1, 0, () => MetricDataResultMessages],
1119
1119
  ];
1120
- var MetricDatum = [
1120
+ var MetricDatum$ = [
1121
1121
  3,
1122
1122
  n0,
1123
1123
  _MDet,
1124
1124
  0,
1125
1125
  [_MN, _D, _T, _V, _SVt, _Va, _Cou, _U, _SRt],
1126
- [0, () => Dimensions, 4, 1, () => StatisticSet, 64 | 1, 64 | 1, 0, 1],
1126
+ [0, () => Dimensions, 4, 1, () => StatisticSet$, 64 | 1, 64 | 1, 0, 1],
1127
1127
  ];
1128
- var MetricMathAnomalyDetector = [3, n0, _MMAD, 0, [_MDQ], [() => MetricDataQueries]];
1129
- var MetricStat = [3, n0, _MS, 0, [_Met, _P, _S, _U], [() => Metric, 1, 0, 0]];
1130
- var MetricStreamEntry = [
1128
+ var MetricMathAnomalyDetector$ = [3, n0, _MMAD, 0, [_MDQ], [() => MetricDataQueries]];
1129
+ var MetricStat$ = [3, n0, _MS, 0, [_Met, _P, _S, _U], [() => Metric$, 1, 0, 0]];
1130
+ var MetricStreamEntry$ = [
1131
1131
  3,
1132
1132
  n0,
1133
1133
  _MSE,
@@ -1135,8 +1135,8 @@ var MetricStreamEntry = [
1135
1135
  [_Ar, _CD, _LUD, _Na, _FA, _Stat, _OF],
1136
1136
  [0, 4, 4, 0, 0, 0, 0],
1137
1137
  ];
1138
- var MetricStreamFilter = [3, n0, _MSF, 0, [_N, _MNe], [0, 64 | 0]];
1139
- var MetricStreamStatisticsConfiguration = [
1138
+ var MetricStreamFilter$ = [3, n0, _MSF, 0, [_N, _MNe], [0, 64 | 0]];
1139
+ var MetricStreamStatisticsConfiguration$ = [
1140
1140
  3,
1141
1141
  n0,
1142
1142
  _MSSC,
@@ -1144,8 +1144,8 @@ var MetricStreamStatisticsConfiguration = [
1144
1144
  [_IM, _ASd],
1145
1145
  [() => MetricStreamStatisticsIncludeMetrics, 64 | 0],
1146
1146
  ];
1147
- var MetricStreamStatisticsMetric = [3, n0, _MSSM, 0, [_N, _MN], [0, 0]];
1148
- var MissingRequiredParameterException = [
1147
+ var MetricStreamStatisticsMetric$ = [3, n0, _MSSM, 0, [_N, _MN], [0, 0]];
1148
+ var MissingRequiredParameterException$ = [
1149
1149
  -3,
1150
1150
  n0,
1151
1151
  _MRPE,
@@ -1153,9 +1153,9 @@ var MissingRequiredParameterException = [
1153
1153
  [_m],
1154
1154
  [0],
1155
1155
  ];
1156
- schema.TypeRegistry.for(n0).registerError(MissingRequiredParameterException, MissingRequiredParameterException$1);
1157
- var PartialFailure = [3, n0, _PF, 0, [_FR, _ETx, _FC, _FD], [0, 0, 0, 0]];
1158
- var PutAnomalyDetectorInput = [
1156
+ schema.TypeRegistry.for(n0).registerError(MissingRequiredParameterException$, MissingRequiredParameterException);
1157
+ var PartialFailure$ = [3, n0, _PF, 0, [_FR, _ETx, _FC, _FD], [0, 0, 0, 0]];
1158
+ var PutAnomalyDetectorInput$ = [
1159
1159
  3,
1160
1160
  n0,
1161
1161
  _PADI,
@@ -1166,14 +1166,14 @@ var PutAnomalyDetectorInput = [
1166
1166
  0,
1167
1167
  () => Dimensions,
1168
1168
  0,
1169
- () => AnomalyDetectorConfiguration,
1170
- () => MetricCharacteristics,
1171
- () => SingleMetricAnomalyDetector,
1172
- () => MetricMathAnomalyDetector,
1169
+ () => AnomalyDetectorConfiguration$,
1170
+ () => MetricCharacteristics$,
1171
+ () => SingleMetricAnomalyDetector$,
1172
+ () => MetricMathAnomalyDetector$,
1173
1173
  ],
1174
1174
  ];
1175
- var PutAnomalyDetectorOutput = [3, n0, _PADO, 0, [], []];
1176
- var PutCompositeAlarmInput = [
1175
+ var PutAnomalyDetectorOutput$ = [3, n0, _PADO, 0, [], []];
1176
+ var PutCompositeAlarmInput$ = [
1177
1177
  3,
1178
1178
  n0,
1179
1179
  _PCAI,
@@ -1181,9 +1181,9 @@ var PutCompositeAlarmInput = [
1181
1181
  [_AE, _AA, _ADl, _AN, _AR, _IDA, _OKA, _Ta, _AS, _ASWP, _ASEP],
1182
1182
  [2, 64 | 0, 0, 0, 0, 64 | 0, 64 | 0, () => TagList, 0, 1, 1],
1183
1183
  ];
1184
- var PutDashboardInput = [3, n0, _PDI, 0, [_DN, _DB], [0, 0]];
1185
- var PutDashboardOutput = [3, n0, _PDO, 0, [_DVMa], [() => DashboardValidationMessages]];
1186
- var PutInsightRuleInput = [
1184
+ var PutDashboardInput$ = [3, n0, _PDI, 0, [_DN, _DB], [0, 0]];
1185
+ var PutDashboardOutput$ = [3, n0, _PDO, 0, [_DVMa], [() => DashboardValidationMessages]];
1186
+ var PutInsightRuleInput$ = [
1187
1187
  3,
1188
1188
  n0,
1189
1189
  _PIRI,
@@ -1191,10 +1191,10 @@ var PutInsightRuleInput = [
1191
1191
  [_RNu, _RS, _RDu, _Ta, _AOTL],
1192
1192
  [0, 0, 0, () => TagList, 2],
1193
1193
  ];
1194
- var PutInsightRuleOutput = [3, n0, _PIRO, 0, [], []];
1195
- var PutManagedInsightRulesInput = [3, n0, _PMIRI, 0, [_MRana], [() => ManagedRules]];
1196
- var PutManagedInsightRulesOutput = [3, n0, _PMIRO, 0, [_F], [() => BatchFailures]];
1197
- var PutMetricAlarmInput = [
1194
+ var PutInsightRuleOutput$ = [3, n0, _PIRO, 0, [], []];
1195
+ var PutManagedInsightRulesInput$ = [3, n0, _PMIRI, 0, [_MRana], [() => ManagedRules]];
1196
+ var PutManagedInsightRulesOutput$ = [3, n0, _PMIRO, 0, [_F], [() => BatchFailures]];
1197
+ var PutMetricAlarmInput$ = [
1198
1198
  3,
1199
1199
  n0,
1200
1200
  _PMAI,
@@ -1225,7 +1225,7 @@ var PutMetricAlarmInput = [
1225
1225
  0,
1226
1226
  ],
1227
1227
  ];
1228
- var PutMetricDataInput = [
1228
+ var PutMetricDataInput$ = [
1229
1229
  3,
1230
1230
  n0,
1231
1231
  _PMDI,
@@ -1233,7 +1233,7 @@ var PutMetricDataInput = [
1233
1233
  [_N, _MD, _EMD, _SEV],
1234
1234
  [0, () => MetricData, () => EntityMetricDataList, 2],
1235
1235
  ];
1236
- var PutMetricStreamInput = [
1236
+ var PutMetricStreamInput$ = [
1237
1237
  3,
1238
1238
  n0,
1239
1239
  _PMSI,
@@ -1251,9 +1251,9 @@ var PutMetricStreamInput = [
1251
1251
  2,
1252
1252
  ],
1253
1253
  ];
1254
- var PutMetricStreamOutput = [3, n0, _PMSO, 0, [_Ar], [0]];
1255
- var Range = [3, n0, _R, 0, [_ST, _ET], [4, 4]];
1256
- var ResourceNotFound = [
1254
+ var PutMetricStreamOutput$ = [3, n0, _PMSO, 0, [_Ar], [0]];
1255
+ var Range$ = [3, n0, _R, 0, [_ST, _ET], [4, 4]];
1256
+ var ResourceNotFound$ = [
1257
1257
  -3,
1258
1258
  n0,
1259
1259
  _RNF,
@@ -1261,8 +1261,8 @@ var ResourceNotFound = [
1261
1261
  [_m],
1262
1262
  [0],
1263
1263
  ];
1264
- schema.TypeRegistry.for(n0).registerError(ResourceNotFound, ResourceNotFound$1);
1265
- var ResourceNotFoundException = [
1264
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
1265
+ var ResourceNotFoundException$ = [
1266
1266
  -3,
1267
1267
  n0,
1268
1268
  _RNFE,
@@ -1270,9 +1270,9 @@ var ResourceNotFoundException = [
1270
1270
  [_RT, _RI, _M],
1271
1271
  [0, 0, 0],
1272
1272
  ];
1273
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1274
- var SetAlarmStateInput = [3, n0, _SASI, 0, [_AN, _SV, _SR, _SRD], [0, 0, 0, 0]];
1275
- var SingleMetricAnomalyDetector = [
1273
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1274
+ var SetAlarmStateInput$ = [3, n0, _SASI, 0, [_AN, _SV, _SR, _SRD], [0, 0, 0, 0]];
1275
+ var SingleMetricAnomalyDetector$ = [
1276
1276
  3,
1277
1277
  n0,
1278
1278
  _SMAD,
@@ -1280,287 +1280,296 @@ var SingleMetricAnomalyDetector = [
1280
1280
  [_AI, _N, _MN, _D, _S],
1281
1281
  [0, 0, 0, () => Dimensions, 0],
1282
1282
  ];
1283
- var StartMetricStreamsInput = [3, n0, _SMSI, 0, [_Nam], [64 | 0]];
1284
- var StartMetricStreamsOutput = [3, n0, _SMSO, 0, [], []];
1285
- var StatisticSet = [3, n0, _SS, 0, [_SC, _Su, _Mi, _Ma], [1, 1, 1, 1]];
1286
- var StopMetricStreamsInput = [3, n0, _SMSIt, 0, [_Nam], [64 | 0]];
1287
- var StopMetricStreamsOutput = [3, n0, _SMSOt, 0, [], []];
1288
- var Tag = [3, n0, _Tag, 0, [_Ke, _V], [0, 0]];
1289
- var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _Ta], [0, () => TagList]];
1290
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1291
- var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
1292
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1283
+ var StartMetricStreamsInput$ = [3, n0, _SMSI, 0, [_Nam], [64 | 0]];
1284
+ var StartMetricStreamsOutput$ = [3, n0, _SMSO, 0, [], []];
1285
+ var StatisticSet$ = [3, n0, _SS, 0, [_SC, _Su, _Mi, _Ma], [1, 1, 1, 1]];
1286
+ var StopMetricStreamsInput$ = [3, n0, _SMSIt, 0, [_Nam], [64 | 0]];
1287
+ var StopMetricStreamsOutput$ = [3, n0, _SMSOt, 0, [], []];
1288
+ var Tag$ = [3, n0, _Tag, 0, [_Ke, _V], [0, 0]];
1289
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _Ta], [0, () => TagList]];
1290
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
1291
+ var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
1292
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
1293
1293
  var __Unit = "unit";
1294
- var CloudWatchServiceException = [-3, _sm, "CloudWatchServiceException", 0, [], []];
1295
- schema.TypeRegistry.for(_sm).registerError(CloudWatchServiceException, CloudWatchServiceException$1);
1296
- var AlarmContributors = [1, n0, _ACl, 0, () => AlarmContributor];
1297
- var AlarmHistoryItems = [1, n0, _AHIl, 0, () => AlarmHistoryItem];
1298
- var AnomalyDetectorExcludedTimeRanges = [1, n0, _ADETR, 0, () => Range];
1299
- var AnomalyDetectors = [1, n0, _ADn, 0, () => AnomalyDetector];
1300
- var BatchFailures = [1, n0, _BF, 0, () => PartialFailure];
1301
- var CompositeAlarms = [1, n0, _CAom, 0, () => CompositeAlarm];
1302
- var DashboardEntries = [1, n0, _DEa, 0, () => DashboardEntry];
1303
- var DashboardValidationMessages = [1, n0, _DVMa, 0, () => DashboardValidationMessage];
1304
- var Datapoints = [1, n0, _Dat, 0, () => Datapoint];
1305
- var DimensionFilters = [1, n0, _DFi, 0, () => DimensionFilter];
1306
- var Dimensions = [1, n0, _D, 0, () => Dimension];
1307
- var EntityMetricDataList = [1, n0, _EMDL, 0, () => EntityMetricData];
1308
- var InsightRuleContributorDatapoints = [
1309
- 1,
1310
- n0,
1311
- _IRCDn,
1312
- 0,
1313
- () => InsightRuleContributorDatapoint,
1314
- ];
1315
- var InsightRuleContributors = [1, n0, _IRCn, 0, () => InsightRuleContributor];
1316
- var InsightRuleMetricDatapoints = [1, n0, _IRMDn, 0, () => InsightRuleMetricDatapoint];
1317
- var InsightRules = [1, n0, _IR, 0, () => InsightRule];
1318
- var ManagedRuleDescriptions = [1, n0, _MRDa, 0, () => ManagedRuleDescription];
1319
- var ManagedRules = [1, n0, _MRana, 0, () => ManagedRule];
1320
- var MetricAlarms = [1, n0, _MA, 0, () => MetricAlarm];
1321
- var MetricData = [1, n0, _MD, 0, () => MetricDatum];
1322
- var MetricDataQueries = [1, n0, _MDQ, 0, () => MetricDataQuery];
1323
- var MetricDataResultMessages = [1, n0, _MDRM, 0, () => MessageData];
1324
- var MetricDataResults = [1, n0, _MDR, 0, () => MetricDataResult];
1325
- var Metrics = [1, n0, _Me, 0, () => Metric];
1326
- var MetricStreamEntries = [1, n0, _MSEe, 0, () => MetricStreamEntry];
1327
- var MetricStreamFilters = [1, n0, _MSFe, 0, () => MetricStreamFilter];
1294
+ var CloudWatchServiceException$ = [-3, _sm, "CloudWatchServiceException", 0, [], []];
1295
+ schema.TypeRegistry.for(_sm).registerError(CloudWatchServiceException$, CloudWatchServiceException);
1296
+ var AlarmContributors = [1, n0, _ACl, 0, () => AlarmContributor$];
1297
+ var AlarmHistoryItems = [1, n0, _AHIl, 0, () => AlarmHistoryItem$];
1298
+ var AnomalyDetectorExcludedTimeRanges = [1, n0, _ADETR, 0, () => Range$];
1299
+ var AnomalyDetectors = [1, n0, _ADn, 0, () => AnomalyDetector$];
1300
+ var BatchFailures = [1, n0, _BF, 0, () => PartialFailure$];
1301
+ var CompositeAlarms = [1, n0, _CAom, 0, () => CompositeAlarm$];
1302
+ var DashboardEntries = [1, n0, _DEa, 0, () => DashboardEntry$];
1303
+ var DashboardValidationMessages = [1, n0, _DVMa, 0, () => DashboardValidationMessage$];
1304
+ var Datapoints = [1, n0, _Dat, 0, () => Datapoint$];
1305
+ var DimensionFilters = [1, n0, _DFi, 0, () => DimensionFilter$];
1306
+ var Dimensions = [1, n0, _D, 0, () => Dimension$];
1307
+ var EntityMetricDataList = [1, n0, _EMDL, 0, () => EntityMetricData$];
1308
+ var InsightRuleContributorDatapoints = [1, n0, _IRCDn, 0, () => InsightRuleContributorDatapoint$];
1309
+ var InsightRuleContributors = [1, n0, _IRCn, 0, () => InsightRuleContributor$];
1310
+ var InsightRuleMetricDatapoints = [1, n0, _IRMDn, 0, () => InsightRuleMetricDatapoint$];
1311
+ var InsightRules = [1, n0, _IR, 0, () => InsightRule$];
1312
+ var ManagedRuleDescriptions = [1, n0, _MRDa, 0, () => ManagedRuleDescription$];
1313
+ var ManagedRules = [1, n0, _MRana, 0, () => ManagedRule$];
1314
+ var MetricAlarms = [1, n0, _MA, 0, () => MetricAlarm$];
1315
+ var MetricData = [1, n0, _MD, 0, () => MetricDatum$];
1316
+ var MetricDataQueries = [1, n0, _MDQ, 0, () => MetricDataQuery$];
1317
+ var MetricDataResultMessages = [1, n0, _MDRM, 0, () => MessageData$];
1318
+ var MetricDataResults = [1, n0, _MDR, 0, () => MetricDataResult$];
1319
+ var Metrics = [1, n0, _Me, 0, () => Metric$];
1320
+ var MetricStreamEntries = [1, n0, _MSEe, 0, () => MetricStreamEntry$];
1321
+ var MetricStreamFilters = [1, n0, _MSFe, 0, () => MetricStreamFilter$];
1328
1322
  var MetricStreamStatisticsConfigurations = [
1329
1323
  1,
1330
1324
  n0,
1331
1325
  _MSSCe,
1332
1326
  0,
1333
- () => MetricStreamStatisticsConfiguration,
1334
- ];
1335
- var MetricStreamStatisticsIncludeMetrics = [
1336
- 1,
1337
- n0,
1338
- _MSSIM,
1339
- 0,
1340
- () => MetricStreamStatisticsMetric,
1327
+ () => MetricStreamStatisticsConfiguration$,
1341
1328
  ];
1342
- var TagList = [1, n0, _TL, 0, () => Tag];
1343
- var DeleteAlarms = [9, n0, _DAe, 0, () => DeleteAlarmsInput, () => __Unit];
1344
- var DeleteAnomalyDetector = [
1329
+ var MetricStreamStatisticsIncludeMetrics = [1, n0, _MSSIM, 0, () => MetricStreamStatisticsMetric$];
1330
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1331
+ var DeleteAlarms$ = [9, n0, _DAe, 0, () => DeleteAlarmsInput$, () => __Unit];
1332
+ var DeleteAnomalyDetector$ = [
1345
1333
  9,
1346
1334
  n0,
1347
1335
  _DAD,
1348
1336
  0,
1349
- () => DeleteAnomalyDetectorInput,
1350
- () => DeleteAnomalyDetectorOutput,
1337
+ () => DeleteAnomalyDetectorInput$,
1338
+ () => DeleteAnomalyDetectorOutput$,
1351
1339
  ];
1352
- var DeleteDashboards = [
1340
+ var DeleteDashboards$ = [
1353
1341
  9,
1354
1342
  n0,
1355
1343
  _DD,
1356
1344
  0,
1357
- () => DeleteDashboardsInput,
1358
- () => DeleteDashboardsOutput,
1345
+ () => DeleteDashboardsInput$,
1346
+ () => DeleteDashboardsOutput$,
1359
1347
  ];
1360
- var DeleteInsightRules = [
1348
+ var DeleteInsightRules$ = [
1361
1349
  9,
1362
1350
  n0,
1363
1351
  _DIR,
1364
1352
  0,
1365
- () => DeleteInsightRulesInput,
1366
- () => DeleteInsightRulesOutput,
1353
+ () => DeleteInsightRulesInput$,
1354
+ () => DeleteInsightRulesOutput$,
1367
1355
  ];
1368
- var DeleteMetricStream = [
1356
+ var DeleteMetricStream$ = [
1369
1357
  9,
1370
1358
  n0,
1371
1359
  _DMS,
1372
1360
  0,
1373
- () => DeleteMetricStreamInput,
1374
- () => DeleteMetricStreamOutput,
1361
+ () => DeleteMetricStreamInput$,
1362
+ () => DeleteMetricStreamOutput$,
1375
1363
  ];
1376
- var DescribeAlarmContributors = [
1364
+ var DescribeAlarmContributors$ = [
1377
1365
  9,
1378
1366
  n0,
1379
1367
  _DAC,
1380
1368
  0,
1381
- () => DescribeAlarmContributorsInput,
1382
- () => DescribeAlarmContributorsOutput,
1369
+ () => DescribeAlarmContributorsInput$,
1370
+ () => DescribeAlarmContributorsOutput$,
1383
1371
  ];
1384
- var DescribeAlarmHistory = [
1372
+ var DescribeAlarmHistory$ = [
1385
1373
  9,
1386
1374
  n0,
1387
1375
  _DAH,
1388
1376
  0,
1389
- () => DescribeAlarmHistoryInput,
1390
- () => DescribeAlarmHistoryOutput,
1377
+ () => DescribeAlarmHistoryInput$,
1378
+ () => DescribeAlarmHistoryOutput$,
1391
1379
  ];
1392
- var DescribeAlarms = [
1380
+ var DescribeAlarms$ = [
1393
1381
  9,
1394
1382
  n0,
1395
1383
  _DAes,
1396
1384
  0,
1397
- () => DescribeAlarmsInput,
1398
- () => DescribeAlarmsOutput,
1385
+ () => DescribeAlarmsInput$,
1386
+ () => DescribeAlarmsOutput$,
1399
1387
  ];
1400
- var DescribeAlarmsForMetric = [
1388
+ var DescribeAlarmsForMetric$ = [
1401
1389
  9,
1402
1390
  n0,
1403
1391
  _DAFM,
1404
1392
  0,
1405
- () => DescribeAlarmsForMetricInput,
1406
- () => DescribeAlarmsForMetricOutput,
1393
+ () => DescribeAlarmsForMetricInput$,
1394
+ () => DescribeAlarmsForMetricOutput$,
1407
1395
  ];
1408
- var DescribeAnomalyDetectors = [
1396
+ var DescribeAnomalyDetectors$ = [
1409
1397
  9,
1410
1398
  n0,
1411
1399
  _DADe,
1412
1400
  0,
1413
- () => DescribeAnomalyDetectorsInput,
1414
- () => DescribeAnomalyDetectorsOutput,
1401
+ () => DescribeAnomalyDetectorsInput$,
1402
+ () => DescribeAnomalyDetectorsOutput$,
1415
1403
  ];
1416
- var DescribeInsightRules = [
1404
+ var DescribeInsightRules$ = [
1417
1405
  9,
1418
1406
  n0,
1419
1407
  _DIRe,
1420
1408
  0,
1421
- () => DescribeInsightRulesInput,
1422
- () => DescribeInsightRulesOutput,
1409
+ () => DescribeInsightRulesInput$,
1410
+ () => DescribeInsightRulesOutput$,
1423
1411
  ];
1424
- var DisableAlarmActions = [9, n0, _DAA, 0, () => DisableAlarmActionsInput, () => __Unit];
1425
- var DisableInsightRules = [
1412
+ var DisableAlarmActions$ = [
1413
+ 9,
1414
+ n0,
1415
+ _DAA,
1416
+ 0,
1417
+ () => DisableAlarmActionsInput$,
1418
+ () => __Unit,
1419
+ ];
1420
+ var DisableInsightRules$ = [
1426
1421
  9,
1427
1422
  n0,
1428
1423
  _DIRi,
1429
1424
  0,
1430
- () => DisableInsightRulesInput,
1431
- () => DisableInsightRulesOutput,
1425
+ () => DisableInsightRulesInput$,
1426
+ () => DisableInsightRulesOutput$,
1432
1427
  ];
1433
- var EnableAlarmActions = [9, n0, _EAA, 0, () => EnableAlarmActionsInput, () => __Unit];
1434
- var EnableInsightRules = [
1428
+ var EnableAlarmActions$ = [9, n0, _EAA, 0, () => EnableAlarmActionsInput$, () => __Unit];
1429
+ var EnableInsightRules$ = [
1435
1430
  9,
1436
1431
  n0,
1437
1432
  _EIR,
1438
1433
  0,
1439
- () => EnableInsightRulesInput,
1440
- () => EnableInsightRulesOutput,
1434
+ () => EnableInsightRulesInput$,
1435
+ () => EnableInsightRulesOutput$,
1441
1436
  ];
1442
- var GetDashboard = [9, n0, _GD, 0, () => GetDashboardInput, () => GetDashboardOutput];
1443
- var GetInsightRuleReport = [
1437
+ var GetDashboard$ = [9, n0, _GD, 0, () => GetDashboardInput$, () => GetDashboardOutput$];
1438
+ var GetInsightRuleReport$ = [
1444
1439
  9,
1445
1440
  n0,
1446
1441
  _GIRR,
1447
1442
  0,
1448
- () => GetInsightRuleReportInput,
1449
- () => GetInsightRuleReportOutput,
1443
+ () => GetInsightRuleReportInput$,
1444
+ () => GetInsightRuleReportOutput$,
1445
+ ];
1446
+ var GetMetricData$ = [
1447
+ 9,
1448
+ n0,
1449
+ _GMD,
1450
+ 0,
1451
+ () => GetMetricDataInput$,
1452
+ () => GetMetricDataOutput$,
1450
1453
  ];
1451
- var GetMetricData = [9, n0, _GMD, 0, () => GetMetricDataInput, () => GetMetricDataOutput];
1452
- var GetMetricStatistics = [
1454
+ var GetMetricStatistics$ = [
1453
1455
  9,
1454
1456
  n0,
1455
1457
  _GMS,
1456
1458
  0,
1457
- () => GetMetricStatisticsInput,
1458
- () => GetMetricStatisticsOutput,
1459
+ () => GetMetricStatisticsInput$,
1460
+ () => GetMetricStatisticsOutput$,
1459
1461
  ];
1460
- var GetMetricStream = [
1462
+ var GetMetricStream$ = [
1461
1463
  9,
1462
1464
  n0,
1463
1465
  _GMSe,
1464
1466
  0,
1465
- () => GetMetricStreamInput,
1466
- () => GetMetricStreamOutput,
1467
+ () => GetMetricStreamInput$,
1468
+ () => GetMetricStreamOutput$,
1467
1469
  ];
1468
- var GetMetricWidgetImage = [
1470
+ var GetMetricWidgetImage$ = [
1469
1471
  9,
1470
1472
  n0,
1471
1473
  _GMWI,
1472
1474
  0,
1473
- () => GetMetricWidgetImageInput,
1474
- () => GetMetricWidgetImageOutput,
1475
+ () => GetMetricWidgetImageInput$,
1476
+ () => GetMetricWidgetImageOutput$,
1475
1477
  ];
1476
- var ListDashboards = [
1478
+ var ListDashboards$ = [
1477
1479
  9,
1478
1480
  n0,
1479
1481
  _LD,
1480
1482
  0,
1481
- () => ListDashboardsInput,
1482
- () => ListDashboardsOutput,
1483
+ () => ListDashboardsInput$,
1484
+ () => ListDashboardsOutput$,
1483
1485
  ];
1484
- var ListManagedInsightRules = [
1486
+ var ListManagedInsightRules$ = [
1485
1487
  9,
1486
1488
  n0,
1487
1489
  _LMIR,
1488
1490
  0,
1489
- () => ListManagedInsightRulesInput,
1490
- () => ListManagedInsightRulesOutput,
1491
+ () => ListManagedInsightRulesInput$,
1492
+ () => ListManagedInsightRulesOutput$,
1491
1493
  ];
1492
- var ListMetrics = [9, n0, _LMi, 0, () => ListMetricsInput, () => ListMetricsOutput];
1493
- var ListMetricStreams = [
1494
+ var ListMetrics$ = [9, n0, _LMi, 0, () => ListMetricsInput$, () => ListMetricsOutput$];
1495
+ var ListMetricStreams$ = [
1494
1496
  9,
1495
1497
  n0,
1496
1498
  _LMS,
1497
1499
  0,
1498
- () => ListMetricStreamsInput,
1499
- () => ListMetricStreamsOutput,
1500
+ () => ListMetricStreamsInput$,
1501
+ () => ListMetricStreamsOutput$,
1500
1502
  ];
1501
- var ListTagsForResource = [
1503
+ var ListTagsForResource$ = [
1502
1504
  9,
1503
1505
  n0,
1504
1506
  _LTFR,
1505
1507
  0,
1506
- () => ListTagsForResourceInput,
1507
- () => ListTagsForResourceOutput,
1508
+ () => ListTagsForResourceInput$,
1509
+ () => ListTagsForResourceOutput$,
1508
1510
  ];
1509
- var PutAnomalyDetector = [
1511
+ var PutAnomalyDetector$ = [
1510
1512
  9,
1511
1513
  n0,
1512
1514
  _PAD,
1513
1515
  0,
1514
- () => PutAnomalyDetectorInput,
1515
- () => PutAnomalyDetectorOutput,
1516
+ () => PutAnomalyDetectorInput$,
1517
+ () => PutAnomalyDetectorOutput$,
1516
1518
  ];
1517
- var PutCompositeAlarm = [9, n0, _PCA, 0, () => PutCompositeAlarmInput, () => __Unit];
1518
- var PutDashboard = [9, n0, _PD, 0, () => PutDashboardInput, () => PutDashboardOutput];
1519
- var PutInsightRule = [
1519
+ var PutCompositeAlarm$ = [9, n0, _PCA, 0, () => PutCompositeAlarmInput$, () => __Unit];
1520
+ var PutDashboard$ = [9, n0, _PD, 0, () => PutDashboardInput$, () => PutDashboardOutput$];
1521
+ var PutInsightRule$ = [
1520
1522
  9,
1521
1523
  n0,
1522
1524
  _PIR,
1523
1525
  0,
1524
- () => PutInsightRuleInput,
1525
- () => PutInsightRuleOutput,
1526
+ () => PutInsightRuleInput$,
1527
+ () => PutInsightRuleOutput$,
1526
1528
  ];
1527
- var PutManagedInsightRules = [
1529
+ var PutManagedInsightRules$ = [
1528
1530
  9,
1529
1531
  n0,
1530
1532
  _PMIR,
1531
1533
  0,
1532
- () => PutManagedInsightRulesInput,
1533
- () => PutManagedInsightRulesOutput,
1534
+ () => PutManagedInsightRulesInput$,
1535
+ () => PutManagedInsightRulesOutput$,
1534
1536
  ];
1535
- var PutMetricAlarm = [9, n0, _PMA, 0, () => PutMetricAlarmInput, () => __Unit];
1536
- var PutMetricData = [9, n0, _PMD, 0, () => PutMetricDataInput, () => __Unit];
1537
- var PutMetricStream = [
1537
+ var PutMetricAlarm$ = [9, n0, _PMA, 0, () => PutMetricAlarmInput$, () => __Unit];
1538
+ var PutMetricData$ = [9, n0, _PMD, 0, () => PutMetricDataInput$, () => __Unit];
1539
+ var PutMetricStream$ = [
1538
1540
  9,
1539
1541
  n0,
1540
1542
  _PMS,
1541
1543
  0,
1542
- () => PutMetricStreamInput,
1543
- () => PutMetricStreamOutput,
1544
+ () => PutMetricStreamInput$,
1545
+ () => PutMetricStreamOutput$,
1544
1546
  ];
1545
- var SetAlarmState = [9, n0, _SAS, 0, () => SetAlarmStateInput, () => __Unit];
1546
- var StartMetricStreams = [
1547
+ var SetAlarmState$ = [9, n0, _SAS, 0, () => SetAlarmStateInput$, () => __Unit];
1548
+ var StartMetricStreams$ = [
1547
1549
  9,
1548
1550
  n0,
1549
1551
  _SMS,
1550
1552
  0,
1551
- () => StartMetricStreamsInput,
1552
- () => StartMetricStreamsOutput,
1553
+ () => StartMetricStreamsInput$,
1554
+ () => StartMetricStreamsOutput$,
1553
1555
  ];
1554
- var StopMetricStreams = [
1556
+ var StopMetricStreams$ = [
1555
1557
  9,
1556
1558
  n0,
1557
1559
  _SMSt,
1558
1560
  0,
1559
- () => StopMetricStreamsInput,
1560
- () => StopMetricStreamsOutput,
1561
+ () => StopMetricStreamsInput$,
1562
+ () => StopMetricStreamsOutput$,
1563
+ ];
1564
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
1565
+ var UntagResource$ = [
1566
+ 9,
1567
+ n0,
1568
+ _UR,
1569
+ 0,
1570
+ () => UntagResourceInput$,
1571
+ () => UntagResourceOutput$,
1561
1572
  ];
1562
- var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
1563
- var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
1564
1573
 
1565
1574
  class DeleteAlarmsCommand extends smithyClient.Command
1566
1575
  .classBuilder()
@@ -1570,7 +1579,7 @@ class DeleteAlarmsCommand extends smithyClient.Command
1570
1579
  })
1571
1580
  .s("GraniteServiceVersion20100801", "DeleteAlarms", {})
1572
1581
  .n("CloudWatchClient", "DeleteAlarmsCommand")
1573
- .sc(DeleteAlarms)
1582
+ .sc(DeleteAlarms$)
1574
1583
  .build() {
1575
1584
  }
1576
1585
 
@@ -1582,7 +1591,7 @@ class DeleteAnomalyDetectorCommand extends smithyClient.Command
1582
1591
  })
1583
1592
  .s("GraniteServiceVersion20100801", "DeleteAnomalyDetector", {})
1584
1593
  .n("CloudWatchClient", "DeleteAnomalyDetectorCommand")
1585
- .sc(DeleteAnomalyDetector)
1594
+ .sc(DeleteAnomalyDetector$)
1586
1595
  .build() {
1587
1596
  }
1588
1597
 
@@ -1594,7 +1603,7 @@ class DeleteDashboardsCommand extends smithyClient.Command
1594
1603
  })
1595
1604
  .s("GraniteServiceVersion20100801", "DeleteDashboards", {})
1596
1605
  .n("CloudWatchClient", "DeleteDashboardsCommand")
1597
- .sc(DeleteDashboards)
1606
+ .sc(DeleteDashboards$)
1598
1607
  .build() {
1599
1608
  }
1600
1609
 
@@ -1606,7 +1615,7 @@ class DeleteInsightRulesCommand extends smithyClient.Command
1606
1615
  })
1607
1616
  .s("GraniteServiceVersion20100801", "DeleteInsightRules", {})
1608
1617
  .n("CloudWatchClient", "DeleteInsightRulesCommand")
1609
- .sc(DeleteInsightRules)
1618
+ .sc(DeleteInsightRules$)
1610
1619
  .build() {
1611
1620
  }
1612
1621
 
@@ -1618,7 +1627,7 @@ class DeleteMetricStreamCommand extends smithyClient.Command
1618
1627
  })
1619
1628
  .s("GraniteServiceVersion20100801", "DeleteMetricStream", {})
1620
1629
  .n("CloudWatchClient", "DeleteMetricStreamCommand")
1621
- .sc(DeleteMetricStream)
1630
+ .sc(DeleteMetricStream$)
1622
1631
  .build() {
1623
1632
  }
1624
1633
 
@@ -1630,7 +1639,7 @@ class DescribeAlarmContributorsCommand extends smithyClient.Command
1630
1639
  })
1631
1640
  .s("GraniteServiceVersion20100801", "DescribeAlarmContributors", {})
1632
1641
  .n("CloudWatchClient", "DescribeAlarmContributorsCommand")
1633
- .sc(DescribeAlarmContributors)
1642
+ .sc(DescribeAlarmContributors$)
1634
1643
  .build() {
1635
1644
  }
1636
1645
 
@@ -1642,7 +1651,7 @@ class DescribeAlarmHistoryCommand extends smithyClient.Command
1642
1651
  })
1643
1652
  .s("GraniteServiceVersion20100801", "DescribeAlarmHistory", {})
1644
1653
  .n("CloudWatchClient", "DescribeAlarmHistoryCommand")
1645
- .sc(DescribeAlarmHistory)
1654
+ .sc(DescribeAlarmHistory$)
1646
1655
  .build() {
1647
1656
  }
1648
1657
 
@@ -1654,7 +1663,7 @@ class DescribeAlarmsCommand extends smithyClient.Command
1654
1663
  })
1655
1664
  .s("GraniteServiceVersion20100801", "DescribeAlarms", {})
1656
1665
  .n("CloudWatchClient", "DescribeAlarmsCommand")
1657
- .sc(DescribeAlarms)
1666
+ .sc(DescribeAlarms$)
1658
1667
  .build() {
1659
1668
  }
1660
1669
 
@@ -1666,7 +1675,7 @@ class DescribeAlarmsForMetricCommand extends smithyClient.Command
1666
1675
  })
1667
1676
  .s("GraniteServiceVersion20100801", "DescribeAlarmsForMetric", {})
1668
1677
  .n("CloudWatchClient", "DescribeAlarmsForMetricCommand")
1669
- .sc(DescribeAlarmsForMetric)
1678
+ .sc(DescribeAlarmsForMetric$)
1670
1679
  .build() {
1671
1680
  }
1672
1681
 
@@ -1678,7 +1687,7 @@ class DescribeAnomalyDetectorsCommand extends smithyClient.Command
1678
1687
  })
1679
1688
  .s("GraniteServiceVersion20100801", "DescribeAnomalyDetectors", {})
1680
1689
  .n("CloudWatchClient", "DescribeAnomalyDetectorsCommand")
1681
- .sc(DescribeAnomalyDetectors)
1690
+ .sc(DescribeAnomalyDetectors$)
1682
1691
  .build() {
1683
1692
  }
1684
1693
 
@@ -1690,7 +1699,7 @@ class DescribeInsightRulesCommand extends smithyClient.Command
1690
1699
  })
1691
1700
  .s("GraniteServiceVersion20100801", "DescribeInsightRules", {})
1692
1701
  .n("CloudWatchClient", "DescribeInsightRulesCommand")
1693
- .sc(DescribeInsightRules)
1702
+ .sc(DescribeInsightRules$)
1694
1703
  .build() {
1695
1704
  }
1696
1705
 
@@ -1702,7 +1711,7 @@ class DisableAlarmActionsCommand extends smithyClient.Command
1702
1711
  })
1703
1712
  .s("GraniteServiceVersion20100801", "DisableAlarmActions", {})
1704
1713
  .n("CloudWatchClient", "DisableAlarmActionsCommand")
1705
- .sc(DisableAlarmActions)
1714
+ .sc(DisableAlarmActions$)
1706
1715
  .build() {
1707
1716
  }
1708
1717
 
@@ -1714,7 +1723,7 @@ class DisableInsightRulesCommand extends smithyClient.Command
1714
1723
  })
1715
1724
  .s("GraniteServiceVersion20100801", "DisableInsightRules", {})
1716
1725
  .n("CloudWatchClient", "DisableInsightRulesCommand")
1717
- .sc(DisableInsightRules)
1726
+ .sc(DisableInsightRules$)
1718
1727
  .build() {
1719
1728
  }
1720
1729
 
@@ -1726,7 +1735,7 @@ class EnableAlarmActionsCommand extends smithyClient.Command
1726
1735
  })
1727
1736
  .s("GraniteServiceVersion20100801", "EnableAlarmActions", {})
1728
1737
  .n("CloudWatchClient", "EnableAlarmActionsCommand")
1729
- .sc(EnableAlarmActions)
1738
+ .sc(EnableAlarmActions$)
1730
1739
  .build() {
1731
1740
  }
1732
1741
 
@@ -1738,7 +1747,7 @@ class EnableInsightRulesCommand extends smithyClient.Command
1738
1747
  })
1739
1748
  .s("GraniteServiceVersion20100801", "EnableInsightRules", {})
1740
1749
  .n("CloudWatchClient", "EnableInsightRulesCommand")
1741
- .sc(EnableInsightRules)
1750
+ .sc(EnableInsightRules$)
1742
1751
  .build() {
1743
1752
  }
1744
1753
 
@@ -1750,7 +1759,7 @@ class GetDashboardCommand extends smithyClient.Command
1750
1759
  })
1751
1760
  .s("GraniteServiceVersion20100801", "GetDashboard", {})
1752
1761
  .n("CloudWatchClient", "GetDashboardCommand")
1753
- .sc(GetDashboard)
1762
+ .sc(GetDashboard$)
1754
1763
  .build() {
1755
1764
  }
1756
1765
 
@@ -1762,7 +1771,7 @@ class GetInsightRuleReportCommand extends smithyClient.Command
1762
1771
  })
1763
1772
  .s("GraniteServiceVersion20100801", "GetInsightRuleReport", {})
1764
1773
  .n("CloudWatchClient", "GetInsightRuleReportCommand")
1765
- .sc(GetInsightRuleReport)
1774
+ .sc(GetInsightRuleReport$)
1766
1775
  .build() {
1767
1776
  }
1768
1777
 
@@ -1774,7 +1783,7 @@ class GetMetricDataCommand extends smithyClient.Command
1774
1783
  })
1775
1784
  .s("GraniteServiceVersion20100801", "GetMetricData", {})
1776
1785
  .n("CloudWatchClient", "GetMetricDataCommand")
1777
- .sc(GetMetricData)
1786
+ .sc(GetMetricData$)
1778
1787
  .build() {
1779
1788
  }
1780
1789
 
@@ -1786,7 +1795,7 @@ class GetMetricStatisticsCommand extends smithyClient.Command
1786
1795
  })
1787
1796
  .s("GraniteServiceVersion20100801", "GetMetricStatistics", {})
1788
1797
  .n("CloudWatchClient", "GetMetricStatisticsCommand")
1789
- .sc(GetMetricStatistics)
1798
+ .sc(GetMetricStatistics$)
1790
1799
  .build() {
1791
1800
  }
1792
1801
 
@@ -1798,7 +1807,7 @@ class GetMetricStreamCommand extends smithyClient.Command
1798
1807
  })
1799
1808
  .s("GraniteServiceVersion20100801", "GetMetricStream", {})
1800
1809
  .n("CloudWatchClient", "GetMetricStreamCommand")
1801
- .sc(GetMetricStream)
1810
+ .sc(GetMetricStream$)
1802
1811
  .build() {
1803
1812
  }
1804
1813
 
@@ -1810,7 +1819,7 @@ class GetMetricWidgetImageCommand extends smithyClient.Command
1810
1819
  })
1811
1820
  .s("GraniteServiceVersion20100801", "GetMetricWidgetImage", {})
1812
1821
  .n("CloudWatchClient", "GetMetricWidgetImageCommand")
1813
- .sc(GetMetricWidgetImage)
1822
+ .sc(GetMetricWidgetImage$)
1814
1823
  .build() {
1815
1824
  }
1816
1825
 
@@ -1822,7 +1831,7 @@ class ListDashboardsCommand extends smithyClient.Command
1822
1831
  })
1823
1832
  .s("GraniteServiceVersion20100801", "ListDashboards", {})
1824
1833
  .n("CloudWatchClient", "ListDashboardsCommand")
1825
- .sc(ListDashboards)
1834
+ .sc(ListDashboards$)
1826
1835
  .build() {
1827
1836
  }
1828
1837
 
@@ -1834,7 +1843,7 @@ class ListManagedInsightRulesCommand extends smithyClient.Command
1834
1843
  })
1835
1844
  .s("GraniteServiceVersion20100801", "ListManagedInsightRules", {})
1836
1845
  .n("CloudWatchClient", "ListManagedInsightRulesCommand")
1837
- .sc(ListManagedInsightRules)
1846
+ .sc(ListManagedInsightRules$)
1838
1847
  .build() {
1839
1848
  }
1840
1849
 
@@ -1846,7 +1855,7 @@ class ListMetricsCommand extends smithyClient.Command
1846
1855
  })
1847
1856
  .s("GraniteServiceVersion20100801", "ListMetrics", {})
1848
1857
  .n("CloudWatchClient", "ListMetricsCommand")
1849
- .sc(ListMetrics)
1858
+ .sc(ListMetrics$)
1850
1859
  .build() {
1851
1860
  }
1852
1861
 
@@ -1858,7 +1867,7 @@ class ListMetricStreamsCommand extends smithyClient.Command
1858
1867
  })
1859
1868
  .s("GraniteServiceVersion20100801", "ListMetricStreams", {})
1860
1869
  .n("CloudWatchClient", "ListMetricStreamsCommand")
1861
- .sc(ListMetricStreams)
1870
+ .sc(ListMetricStreams$)
1862
1871
  .build() {
1863
1872
  }
1864
1873
 
@@ -1870,7 +1879,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1870
1879
  })
1871
1880
  .s("GraniteServiceVersion20100801", "ListTagsForResource", {})
1872
1881
  .n("CloudWatchClient", "ListTagsForResourceCommand")
1873
- .sc(ListTagsForResource)
1882
+ .sc(ListTagsForResource$)
1874
1883
  .build() {
1875
1884
  }
1876
1885
 
@@ -1882,7 +1891,7 @@ class PutAnomalyDetectorCommand extends smithyClient.Command
1882
1891
  })
1883
1892
  .s("GraniteServiceVersion20100801", "PutAnomalyDetector", {})
1884
1893
  .n("CloudWatchClient", "PutAnomalyDetectorCommand")
1885
- .sc(PutAnomalyDetector)
1894
+ .sc(PutAnomalyDetector$)
1886
1895
  .build() {
1887
1896
  }
1888
1897
 
@@ -1894,7 +1903,7 @@ class PutCompositeAlarmCommand extends smithyClient.Command
1894
1903
  })
1895
1904
  .s("GraniteServiceVersion20100801", "PutCompositeAlarm", {})
1896
1905
  .n("CloudWatchClient", "PutCompositeAlarmCommand")
1897
- .sc(PutCompositeAlarm)
1906
+ .sc(PutCompositeAlarm$)
1898
1907
  .build() {
1899
1908
  }
1900
1909
 
@@ -1906,7 +1915,7 @@ class PutDashboardCommand extends smithyClient.Command
1906
1915
  })
1907
1916
  .s("GraniteServiceVersion20100801", "PutDashboard", {})
1908
1917
  .n("CloudWatchClient", "PutDashboardCommand")
1909
- .sc(PutDashboard)
1918
+ .sc(PutDashboard$)
1910
1919
  .build() {
1911
1920
  }
1912
1921
 
@@ -1918,7 +1927,7 @@ class PutInsightRuleCommand extends smithyClient.Command
1918
1927
  })
1919
1928
  .s("GraniteServiceVersion20100801", "PutInsightRule", {})
1920
1929
  .n("CloudWatchClient", "PutInsightRuleCommand")
1921
- .sc(PutInsightRule)
1930
+ .sc(PutInsightRule$)
1922
1931
  .build() {
1923
1932
  }
1924
1933
 
@@ -1930,7 +1939,7 @@ class PutManagedInsightRulesCommand extends smithyClient.Command
1930
1939
  })
1931
1940
  .s("GraniteServiceVersion20100801", "PutManagedInsightRules", {})
1932
1941
  .n("CloudWatchClient", "PutManagedInsightRulesCommand")
1933
- .sc(PutManagedInsightRules)
1942
+ .sc(PutManagedInsightRules$)
1934
1943
  .build() {
1935
1944
  }
1936
1945
 
@@ -1942,7 +1951,7 @@ class PutMetricAlarmCommand extends smithyClient.Command
1942
1951
  })
1943
1952
  .s("GraniteServiceVersion20100801", "PutMetricAlarm", {})
1944
1953
  .n("CloudWatchClient", "PutMetricAlarmCommand")
1945
- .sc(PutMetricAlarm)
1954
+ .sc(PutMetricAlarm$)
1946
1955
  .build() {
1947
1956
  }
1948
1957
 
@@ -1959,7 +1968,7 @@ class PutMetricDataCommand extends smithyClient.Command
1959
1968
  })
1960
1969
  .s("GraniteServiceVersion20100801", "PutMetricData", {})
1961
1970
  .n("CloudWatchClient", "PutMetricDataCommand")
1962
- .sc(PutMetricData)
1971
+ .sc(PutMetricData$)
1963
1972
  .build() {
1964
1973
  }
1965
1974
 
@@ -1971,7 +1980,7 @@ class PutMetricStreamCommand extends smithyClient.Command
1971
1980
  })
1972
1981
  .s("GraniteServiceVersion20100801", "PutMetricStream", {})
1973
1982
  .n("CloudWatchClient", "PutMetricStreamCommand")
1974
- .sc(PutMetricStream)
1983
+ .sc(PutMetricStream$)
1975
1984
  .build() {
1976
1985
  }
1977
1986
 
@@ -1983,7 +1992,7 @@ class SetAlarmStateCommand extends smithyClient.Command
1983
1992
  })
1984
1993
  .s("GraniteServiceVersion20100801", "SetAlarmState", {})
1985
1994
  .n("CloudWatchClient", "SetAlarmStateCommand")
1986
- .sc(SetAlarmState)
1995
+ .sc(SetAlarmState$)
1987
1996
  .build() {
1988
1997
  }
1989
1998
 
@@ -1995,7 +2004,7 @@ class StartMetricStreamsCommand extends smithyClient.Command
1995
2004
  })
1996
2005
  .s("GraniteServiceVersion20100801", "StartMetricStreams", {})
1997
2006
  .n("CloudWatchClient", "StartMetricStreamsCommand")
1998
- .sc(StartMetricStreams)
2007
+ .sc(StartMetricStreams$)
1999
2008
  .build() {
2000
2009
  }
2001
2010
 
@@ -2007,7 +2016,7 @@ class StopMetricStreamsCommand extends smithyClient.Command
2007
2016
  })
2008
2017
  .s("GraniteServiceVersion20100801", "StopMetricStreams", {})
2009
2018
  .n("CloudWatchClient", "StopMetricStreamsCommand")
2010
- .sc(StopMetricStreams)
2019
+ .sc(StopMetricStreams$)
2011
2020
  .build() {
2012
2021
  }
2013
2022
 
@@ -2019,7 +2028,7 @@ class TagResourceCommand extends smithyClient.Command
2019
2028
  })
2020
2029
  .s("GraniteServiceVersion20100801", "TagResource", {})
2021
2030
  .n("CloudWatchClient", "TagResourceCommand")
2022
- .sc(TagResource)
2031
+ .sc(TagResource$)
2023
2032
  .build() {
2024
2033
  }
2025
2034
 
@@ -2031,7 +2040,7 @@ class UntagResourceCommand extends smithyClient.Command
2031
2040
  })
2032
2041
  .s("GraniteServiceVersion20100801", "UntagResource", {})
2033
2042
  .n("CloudWatchClient", "UntagResourceCommand")
2034
- .sc(UntagResource)
2043
+ .sc(UntagResource$)
2035
2044
  .build() {
2036
2045
  }
2037
2046
 
@@ -2266,75 +2275,238 @@ Object.defineProperty(exports, "__Client", {
2266
2275
  get: function () { return smithyClient.Client; }
2267
2276
  });
2268
2277
  exports.ActionsSuppressedBy = ActionsSuppressedBy;
2278
+ exports.AlarmContributor$ = AlarmContributor$;
2279
+ exports.AlarmHistoryItem$ = AlarmHistoryItem$;
2269
2280
  exports.AlarmType = AlarmType;
2281
+ exports.AnomalyDetector$ = AnomalyDetector$;
2282
+ exports.AnomalyDetectorConfiguration$ = AnomalyDetectorConfiguration$;
2270
2283
  exports.AnomalyDetectorStateValue = AnomalyDetectorStateValue;
2271
2284
  exports.AnomalyDetectorType = AnomalyDetectorType;
2272
2285
  exports.CloudWatch = CloudWatch;
2273
2286
  exports.CloudWatchClient = CloudWatchClient;
2274
- exports.CloudWatchServiceException = CloudWatchServiceException$1;
2287
+ exports.CloudWatchServiceException = CloudWatchServiceException;
2288
+ exports.CloudWatchServiceException$ = CloudWatchServiceException$;
2275
2289
  exports.ComparisonOperator = ComparisonOperator;
2276
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
2277
- exports.ConflictException = ConflictException$1;
2278
- exports.DashboardInvalidInputError = DashboardInvalidInputError$1;
2279
- exports.DashboardNotFoundError = DashboardNotFoundError$1;
2290
+ exports.CompositeAlarm$ = CompositeAlarm$;
2291
+ exports.ConcurrentModificationException = ConcurrentModificationException;
2292
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
2293
+ exports.ConflictException = ConflictException;
2294
+ exports.ConflictException$ = ConflictException$;
2295
+ exports.DashboardEntry$ = DashboardEntry$;
2296
+ exports.DashboardInvalidInputError = DashboardInvalidInputError;
2297
+ exports.DashboardInvalidInputError$ = DashboardInvalidInputError$;
2298
+ exports.DashboardNotFoundError = DashboardNotFoundError;
2299
+ exports.DashboardNotFoundError$ = DashboardNotFoundError$;
2300
+ exports.DashboardValidationMessage$ = DashboardValidationMessage$;
2301
+ exports.Datapoint$ = Datapoint$;
2302
+ exports.DeleteAlarms$ = DeleteAlarms$;
2280
2303
  exports.DeleteAlarmsCommand = DeleteAlarmsCommand;
2304
+ exports.DeleteAlarmsInput$ = DeleteAlarmsInput$;
2305
+ exports.DeleteAnomalyDetector$ = DeleteAnomalyDetector$;
2281
2306
  exports.DeleteAnomalyDetectorCommand = DeleteAnomalyDetectorCommand;
2307
+ exports.DeleteAnomalyDetectorInput$ = DeleteAnomalyDetectorInput$;
2308
+ exports.DeleteAnomalyDetectorOutput$ = DeleteAnomalyDetectorOutput$;
2309
+ exports.DeleteDashboards$ = DeleteDashboards$;
2282
2310
  exports.DeleteDashboardsCommand = DeleteDashboardsCommand;
2311
+ exports.DeleteDashboardsInput$ = DeleteDashboardsInput$;
2312
+ exports.DeleteDashboardsOutput$ = DeleteDashboardsOutput$;
2313
+ exports.DeleteInsightRules$ = DeleteInsightRules$;
2283
2314
  exports.DeleteInsightRulesCommand = DeleteInsightRulesCommand;
2315
+ exports.DeleteInsightRulesInput$ = DeleteInsightRulesInput$;
2316
+ exports.DeleteInsightRulesOutput$ = DeleteInsightRulesOutput$;
2317
+ exports.DeleteMetricStream$ = DeleteMetricStream$;
2284
2318
  exports.DeleteMetricStreamCommand = DeleteMetricStreamCommand;
2319
+ exports.DeleteMetricStreamInput$ = DeleteMetricStreamInput$;
2320
+ exports.DeleteMetricStreamOutput$ = DeleteMetricStreamOutput$;
2321
+ exports.DescribeAlarmContributors$ = DescribeAlarmContributors$;
2285
2322
  exports.DescribeAlarmContributorsCommand = DescribeAlarmContributorsCommand;
2323
+ exports.DescribeAlarmContributorsInput$ = DescribeAlarmContributorsInput$;
2324
+ exports.DescribeAlarmContributorsOutput$ = DescribeAlarmContributorsOutput$;
2325
+ exports.DescribeAlarmHistory$ = DescribeAlarmHistory$;
2286
2326
  exports.DescribeAlarmHistoryCommand = DescribeAlarmHistoryCommand;
2327
+ exports.DescribeAlarmHistoryInput$ = DescribeAlarmHistoryInput$;
2328
+ exports.DescribeAlarmHistoryOutput$ = DescribeAlarmHistoryOutput$;
2329
+ exports.DescribeAlarms$ = DescribeAlarms$;
2287
2330
  exports.DescribeAlarmsCommand = DescribeAlarmsCommand;
2331
+ exports.DescribeAlarmsForMetric$ = DescribeAlarmsForMetric$;
2288
2332
  exports.DescribeAlarmsForMetricCommand = DescribeAlarmsForMetricCommand;
2333
+ exports.DescribeAlarmsForMetricInput$ = DescribeAlarmsForMetricInput$;
2334
+ exports.DescribeAlarmsForMetricOutput$ = DescribeAlarmsForMetricOutput$;
2335
+ exports.DescribeAlarmsInput$ = DescribeAlarmsInput$;
2336
+ exports.DescribeAlarmsOutput$ = DescribeAlarmsOutput$;
2337
+ exports.DescribeAnomalyDetectors$ = DescribeAnomalyDetectors$;
2289
2338
  exports.DescribeAnomalyDetectorsCommand = DescribeAnomalyDetectorsCommand;
2339
+ exports.DescribeAnomalyDetectorsInput$ = DescribeAnomalyDetectorsInput$;
2340
+ exports.DescribeAnomalyDetectorsOutput$ = DescribeAnomalyDetectorsOutput$;
2341
+ exports.DescribeInsightRules$ = DescribeInsightRules$;
2290
2342
  exports.DescribeInsightRulesCommand = DescribeInsightRulesCommand;
2343
+ exports.DescribeInsightRulesInput$ = DescribeInsightRulesInput$;
2344
+ exports.DescribeInsightRulesOutput$ = DescribeInsightRulesOutput$;
2345
+ exports.Dimension$ = Dimension$;
2346
+ exports.DimensionFilter$ = DimensionFilter$;
2347
+ exports.DisableAlarmActions$ = DisableAlarmActions$;
2291
2348
  exports.DisableAlarmActionsCommand = DisableAlarmActionsCommand;
2349
+ exports.DisableAlarmActionsInput$ = DisableAlarmActionsInput$;
2350
+ exports.DisableInsightRules$ = DisableInsightRules$;
2292
2351
  exports.DisableInsightRulesCommand = DisableInsightRulesCommand;
2352
+ exports.DisableInsightRulesInput$ = DisableInsightRulesInput$;
2353
+ exports.DisableInsightRulesOutput$ = DisableInsightRulesOutput$;
2354
+ exports.EnableAlarmActions$ = EnableAlarmActions$;
2293
2355
  exports.EnableAlarmActionsCommand = EnableAlarmActionsCommand;
2356
+ exports.EnableAlarmActionsInput$ = EnableAlarmActionsInput$;
2357
+ exports.EnableInsightRules$ = EnableInsightRules$;
2294
2358
  exports.EnableInsightRulesCommand = EnableInsightRulesCommand;
2359
+ exports.EnableInsightRulesInput$ = EnableInsightRulesInput$;
2360
+ exports.EnableInsightRulesOutput$ = EnableInsightRulesOutput$;
2361
+ exports.Entity$ = Entity$;
2362
+ exports.EntityMetricData$ = EntityMetricData$;
2295
2363
  exports.EvaluationState = EvaluationState;
2364
+ exports.GetDashboard$ = GetDashboard$;
2296
2365
  exports.GetDashboardCommand = GetDashboardCommand;
2366
+ exports.GetDashboardInput$ = GetDashboardInput$;
2367
+ exports.GetDashboardOutput$ = GetDashboardOutput$;
2368
+ exports.GetInsightRuleReport$ = GetInsightRuleReport$;
2297
2369
  exports.GetInsightRuleReportCommand = GetInsightRuleReportCommand;
2370
+ exports.GetInsightRuleReportInput$ = GetInsightRuleReportInput$;
2371
+ exports.GetInsightRuleReportOutput$ = GetInsightRuleReportOutput$;
2372
+ exports.GetMetricData$ = GetMetricData$;
2298
2373
  exports.GetMetricDataCommand = GetMetricDataCommand;
2374
+ exports.GetMetricDataInput$ = GetMetricDataInput$;
2375
+ exports.GetMetricDataOutput$ = GetMetricDataOutput$;
2376
+ exports.GetMetricStatistics$ = GetMetricStatistics$;
2299
2377
  exports.GetMetricStatisticsCommand = GetMetricStatisticsCommand;
2378
+ exports.GetMetricStatisticsInput$ = GetMetricStatisticsInput$;
2379
+ exports.GetMetricStatisticsOutput$ = GetMetricStatisticsOutput$;
2380
+ exports.GetMetricStream$ = GetMetricStream$;
2300
2381
  exports.GetMetricStreamCommand = GetMetricStreamCommand;
2382
+ exports.GetMetricStreamInput$ = GetMetricStreamInput$;
2383
+ exports.GetMetricStreamOutput$ = GetMetricStreamOutput$;
2384
+ exports.GetMetricWidgetImage$ = GetMetricWidgetImage$;
2301
2385
  exports.GetMetricWidgetImageCommand = GetMetricWidgetImageCommand;
2386
+ exports.GetMetricWidgetImageInput$ = GetMetricWidgetImageInput$;
2387
+ exports.GetMetricWidgetImageOutput$ = GetMetricWidgetImageOutput$;
2302
2388
  exports.HistoryItemType = HistoryItemType;
2303
- exports.InternalServiceFault = InternalServiceFault$1;
2304
- exports.InvalidFormatFault = InvalidFormatFault$1;
2305
- exports.InvalidNextToken = InvalidNextToken$1;
2306
- exports.InvalidParameterCombinationException = InvalidParameterCombinationException$1;
2307
- exports.InvalidParameterValueException = InvalidParameterValueException$1;
2308
- exports.LimitExceededException = LimitExceededException$1;
2309
- exports.LimitExceededFault = LimitExceededFault$1;
2389
+ exports.InsightRule$ = InsightRule$;
2390
+ exports.InsightRuleContributor$ = InsightRuleContributor$;
2391
+ exports.InsightRuleContributorDatapoint$ = InsightRuleContributorDatapoint$;
2392
+ exports.InsightRuleMetricDatapoint$ = InsightRuleMetricDatapoint$;
2393
+ exports.InternalServiceFault = InternalServiceFault;
2394
+ exports.InternalServiceFault$ = InternalServiceFault$;
2395
+ exports.InvalidFormatFault = InvalidFormatFault;
2396
+ exports.InvalidFormatFault$ = InvalidFormatFault$;
2397
+ exports.InvalidNextToken = InvalidNextToken;
2398
+ exports.InvalidNextToken$ = InvalidNextToken$;
2399
+ exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
2400
+ exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
2401
+ exports.InvalidParameterValueException = InvalidParameterValueException;
2402
+ exports.InvalidParameterValueException$ = InvalidParameterValueException$;
2403
+ exports.LabelOptions$ = LabelOptions$;
2404
+ exports.LimitExceededException = LimitExceededException;
2405
+ exports.LimitExceededException$ = LimitExceededException$;
2406
+ exports.LimitExceededFault = LimitExceededFault;
2407
+ exports.LimitExceededFault$ = LimitExceededFault$;
2408
+ exports.ListDashboards$ = ListDashboards$;
2310
2409
  exports.ListDashboardsCommand = ListDashboardsCommand;
2410
+ exports.ListDashboardsInput$ = ListDashboardsInput$;
2411
+ exports.ListDashboardsOutput$ = ListDashboardsOutput$;
2412
+ exports.ListManagedInsightRules$ = ListManagedInsightRules$;
2311
2413
  exports.ListManagedInsightRulesCommand = ListManagedInsightRulesCommand;
2414
+ exports.ListManagedInsightRulesInput$ = ListManagedInsightRulesInput$;
2415
+ exports.ListManagedInsightRulesOutput$ = ListManagedInsightRulesOutput$;
2416
+ exports.ListMetricStreams$ = ListMetricStreams$;
2312
2417
  exports.ListMetricStreamsCommand = ListMetricStreamsCommand;
2418
+ exports.ListMetricStreamsInput$ = ListMetricStreamsInput$;
2419
+ exports.ListMetricStreamsOutput$ = ListMetricStreamsOutput$;
2420
+ exports.ListMetrics$ = ListMetrics$;
2313
2421
  exports.ListMetricsCommand = ListMetricsCommand;
2422
+ exports.ListMetricsInput$ = ListMetricsInput$;
2423
+ exports.ListMetricsOutput$ = ListMetricsOutput$;
2424
+ exports.ListTagsForResource$ = ListTagsForResource$;
2314
2425
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2426
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
2427
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
2428
+ exports.ManagedRule$ = ManagedRule$;
2429
+ exports.ManagedRuleDescription$ = ManagedRuleDescription$;
2430
+ exports.ManagedRuleState$ = ManagedRuleState$;
2431
+ exports.MessageData$ = MessageData$;
2432
+ exports.Metric$ = Metric$;
2433
+ exports.MetricAlarm$ = MetricAlarm$;
2434
+ exports.MetricCharacteristics$ = MetricCharacteristics$;
2435
+ exports.MetricDataQuery$ = MetricDataQuery$;
2436
+ exports.MetricDataResult$ = MetricDataResult$;
2437
+ exports.MetricDatum$ = MetricDatum$;
2438
+ exports.MetricMathAnomalyDetector$ = MetricMathAnomalyDetector$;
2439
+ exports.MetricStat$ = MetricStat$;
2440
+ exports.MetricStreamEntry$ = MetricStreamEntry$;
2441
+ exports.MetricStreamFilter$ = MetricStreamFilter$;
2315
2442
  exports.MetricStreamOutputFormat = MetricStreamOutputFormat;
2316
- exports.MissingRequiredParameterException = MissingRequiredParameterException$1;
2443
+ exports.MetricStreamStatisticsConfiguration$ = MetricStreamStatisticsConfiguration$;
2444
+ exports.MetricStreamStatisticsMetric$ = MetricStreamStatisticsMetric$;
2445
+ exports.MissingRequiredParameterException = MissingRequiredParameterException;
2446
+ exports.MissingRequiredParameterException$ = MissingRequiredParameterException$;
2447
+ exports.PartialFailure$ = PartialFailure$;
2448
+ exports.PutAnomalyDetector$ = PutAnomalyDetector$;
2317
2449
  exports.PutAnomalyDetectorCommand = PutAnomalyDetectorCommand;
2450
+ exports.PutAnomalyDetectorInput$ = PutAnomalyDetectorInput$;
2451
+ exports.PutAnomalyDetectorOutput$ = PutAnomalyDetectorOutput$;
2452
+ exports.PutCompositeAlarm$ = PutCompositeAlarm$;
2318
2453
  exports.PutCompositeAlarmCommand = PutCompositeAlarmCommand;
2454
+ exports.PutCompositeAlarmInput$ = PutCompositeAlarmInput$;
2455
+ exports.PutDashboard$ = PutDashboard$;
2319
2456
  exports.PutDashboardCommand = PutDashboardCommand;
2457
+ exports.PutDashboardInput$ = PutDashboardInput$;
2458
+ exports.PutDashboardOutput$ = PutDashboardOutput$;
2459
+ exports.PutInsightRule$ = PutInsightRule$;
2320
2460
  exports.PutInsightRuleCommand = PutInsightRuleCommand;
2461
+ exports.PutInsightRuleInput$ = PutInsightRuleInput$;
2462
+ exports.PutInsightRuleOutput$ = PutInsightRuleOutput$;
2463
+ exports.PutManagedInsightRules$ = PutManagedInsightRules$;
2321
2464
  exports.PutManagedInsightRulesCommand = PutManagedInsightRulesCommand;
2465
+ exports.PutManagedInsightRulesInput$ = PutManagedInsightRulesInput$;
2466
+ exports.PutManagedInsightRulesOutput$ = PutManagedInsightRulesOutput$;
2467
+ exports.PutMetricAlarm$ = PutMetricAlarm$;
2322
2468
  exports.PutMetricAlarmCommand = PutMetricAlarmCommand;
2469
+ exports.PutMetricAlarmInput$ = PutMetricAlarmInput$;
2470
+ exports.PutMetricData$ = PutMetricData$;
2323
2471
  exports.PutMetricDataCommand = PutMetricDataCommand;
2472
+ exports.PutMetricDataInput$ = PutMetricDataInput$;
2473
+ exports.PutMetricStream$ = PutMetricStream$;
2324
2474
  exports.PutMetricStreamCommand = PutMetricStreamCommand;
2475
+ exports.PutMetricStreamInput$ = PutMetricStreamInput$;
2476
+ exports.PutMetricStreamOutput$ = PutMetricStreamOutput$;
2477
+ exports.Range$ = Range$;
2325
2478
  exports.RecentlyActive = RecentlyActive;
2326
- exports.ResourceNotFound = ResourceNotFound$1;
2327
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2479
+ exports.ResourceNotFound = ResourceNotFound;
2480
+ exports.ResourceNotFound$ = ResourceNotFound$;
2481
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2482
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2328
2483
  exports.ScanBy = ScanBy;
2484
+ exports.SetAlarmState$ = SetAlarmState$;
2329
2485
  exports.SetAlarmStateCommand = SetAlarmStateCommand;
2486
+ exports.SetAlarmStateInput$ = SetAlarmStateInput$;
2487
+ exports.SingleMetricAnomalyDetector$ = SingleMetricAnomalyDetector$;
2330
2488
  exports.StandardUnit = StandardUnit;
2489
+ exports.StartMetricStreams$ = StartMetricStreams$;
2331
2490
  exports.StartMetricStreamsCommand = StartMetricStreamsCommand;
2491
+ exports.StartMetricStreamsInput$ = StartMetricStreamsInput$;
2492
+ exports.StartMetricStreamsOutput$ = StartMetricStreamsOutput$;
2332
2493
  exports.StateValue = StateValue;
2333
2494
  exports.Statistic = Statistic;
2495
+ exports.StatisticSet$ = StatisticSet$;
2334
2496
  exports.StatusCode = StatusCode;
2497
+ exports.StopMetricStreams$ = StopMetricStreams$;
2335
2498
  exports.StopMetricStreamsCommand = StopMetricStreamsCommand;
2499
+ exports.StopMetricStreamsInput$ = StopMetricStreamsInput$;
2500
+ exports.StopMetricStreamsOutput$ = StopMetricStreamsOutput$;
2501
+ exports.Tag$ = Tag$;
2502
+ exports.TagResource$ = TagResource$;
2336
2503
  exports.TagResourceCommand = TagResourceCommand;
2504
+ exports.TagResourceInput$ = TagResourceInput$;
2505
+ exports.TagResourceOutput$ = TagResourceOutput$;
2506
+ exports.UntagResource$ = UntagResource$;
2337
2507
  exports.UntagResourceCommand = UntagResourceCommand;
2508
+ exports.UntagResourceInput$ = UntagResourceInput$;
2509
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
2338
2510
  exports.paginateDescribeAlarmHistory = paginateDescribeAlarmHistory;
2339
2511
  exports.paginateDescribeAlarms = paginateDescribeAlarms;
2340
2512
  exports.paginateDescribeAnomalyDetectors = paginateDescribeAnomalyDetectors;