@aws-sdk/client-cloudwatch 3.1022.0 → 3.1024.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 (33) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +47 -0
  3. package/dist-cjs/schemas/schemas_0.js +73 -8
  4. package/dist-es/CloudWatch.js +6 -0
  5. package/dist-es/commands/GetOTelEnrichmentCommand.js +16 -0
  6. package/dist-es/commands/StartOTelEnrichmentCommand.js +16 -0
  7. package/dist-es/commands/StopOTelEnrichmentCommand.js +16 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/models/enums.js +4 -0
  10. package/dist-es/schemas/schemas_0.js +69 -4
  11. package/dist-types/CloudWatch.d.ts +24 -0
  12. package/dist-types/CloudWatchClient.d.ts +5 -2
  13. package/dist-types/commands/DescribeAlarmsCommand.d.ts +8 -0
  14. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +8 -0
  15. package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +75 -0
  16. package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +1 -1
  17. package/dist-types/commands/PutMetricAlarmCommand.d.ts +13 -4
  18. package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +77 -0
  19. package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +73 -0
  20. package/dist-types/commands/index.d.ts +3 -0
  21. package/dist-types/models/enums.d.ts +12 -0
  22. package/dist-types/models/models_0.d.ts +150 -10
  23. package/dist-types/schemas/schemas_0.d.ts +12 -1
  24. package/dist-types/ts3.4/CloudWatch.d.ts +54 -0
  25. package/dist-types/ts3.4/CloudWatchClient.d.ts +18 -0
  26. package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +50 -0
  27. package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +51 -0
  29. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  30. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +37 -2
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  33. package/package.json +1 -1
package/README.md CHANGED
@@ -415,6 +415,13 @@ GetMetricWidgetImage
415
415
  </details>
416
416
  <details>
417
417
  <summary>
418
+ GetOTelEnrichment
419
+ </summary>
420
+
421
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch/command/GetOTelEnrichmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch/Interface/GetOTelEnrichmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch/Interface/GetOTelEnrichmentCommandOutput/)
422
+ </details>
423
+ <details>
424
+ <summary>
418
425
  ListAlarmMuteRules
419
426
  </summary>
420
427
 
@@ -534,6 +541,13 @@ StartMetricStreams
534
541
  </details>
535
542
  <details>
536
543
  <summary>
544
+ StartOTelEnrichment
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch/command/StartOTelEnrichmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch/Interface/StartOTelEnrichmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch/Interface/StartOTelEnrichmentCommandOutput/)
548
+ </details>
549
+ <details>
550
+ <summary>
537
551
  StopMetricStreams
538
552
  </summary>
539
553
 
@@ -541,6 +555,13 @@ StopMetricStreams
541
555
  </details>
542
556
  <details>
543
557
  <summary>
558
+ StopOTelEnrichment
559
+ </summary>
560
+
561
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch/command/StopOTelEnrichmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch/Interface/StopOTelEnrichmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch/Interface/StopOTelEnrichmentCommandOutput/)
562
+ </details>
563
+ <details>
564
+ <summary>
544
565
  TagResource
545
566
  </summary>
546
567
 
package/dist-cjs/index.js CHANGED
@@ -392,6 +392,18 @@ class GetMetricWidgetImageCommand extends smithyClient.Command
392
392
  .build() {
393
393
  }
394
394
 
395
+ class GetOTelEnrichmentCommand extends smithyClient.Command
396
+ .classBuilder()
397
+ .ep(commonParams)
398
+ .m(function (Command, cs, config, o) {
399
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
400
+ })
401
+ .s("GraniteServiceVersion20100801", "GetOTelEnrichment", {})
402
+ .n("CloudWatchClient", "GetOTelEnrichmentCommand")
403
+ .sc(schemas_0.GetOTelEnrichment$)
404
+ .build() {
405
+ }
406
+
395
407
  class ListAlarmMuteRulesCommand extends smithyClient.Command
396
408
  .classBuilder()
397
409
  .ep(commonParams)
@@ -601,6 +613,18 @@ class StartMetricStreamsCommand extends smithyClient.Command
601
613
  .build() {
602
614
  }
603
615
 
616
+ class StartOTelEnrichmentCommand extends smithyClient.Command
617
+ .classBuilder()
618
+ .ep(commonParams)
619
+ .m(function (Command, cs, config, o) {
620
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
621
+ })
622
+ .s("GraniteServiceVersion20100801", "StartOTelEnrichment", {})
623
+ .n("CloudWatchClient", "StartOTelEnrichmentCommand")
624
+ .sc(schemas_0.StartOTelEnrichment$)
625
+ .build() {
626
+ }
627
+
604
628
  class StopMetricStreamsCommand extends smithyClient.Command
605
629
  .classBuilder()
606
630
  .ep(commonParams)
@@ -613,6 +637,18 @@ class StopMetricStreamsCommand extends smithyClient.Command
613
637
  .build() {
614
638
  }
615
639
 
640
+ class StopOTelEnrichmentCommand extends smithyClient.Command
641
+ .classBuilder()
642
+ .ep(commonParams)
643
+ .m(function (Command, cs, config, o) {
644
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
645
+ })
646
+ .s("GraniteServiceVersion20100801", "StopOTelEnrichment", {})
647
+ .n("CloudWatchClient", "StopOTelEnrichmentCommand")
648
+ .sc(schemas_0.StopOTelEnrichment$)
649
+ .build() {
650
+ }
651
+
616
652
  class TagResourceCommand extends smithyClient.Command
617
653
  .classBuilder()
618
654
  .ep(commonParams)
@@ -768,6 +804,7 @@ const commands = {
768
804
  GetMetricStatisticsCommand,
769
805
  GetMetricStreamCommand,
770
806
  GetMetricWidgetImageCommand,
807
+ GetOTelEnrichmentCommand,
771
808
  ListAlarmMuteRulesCommand,
772
809
  ListDashboardsCommand,
773
810
  ListManagedInsightRulesCommand,
@@ -785,7 +822,9 @@ const commands = {
785
822
  PutMetricStreamCommand,
786
823
  SetAlarmStateCommand,
787
824
  StartMetricStreamsCommand,
825
+ StartOTelEnrichmentCommand,
788
826
  StopMetricStreamsCommand,
827
+ StopOTelEnrichmentCommand,
789
828
  TagResourceCommand,
790
829
  UntagResourceCommand,
791
830
  };
@@ -910,6 +949,10 @@ const MetricStreamOutputFormat = {
910
949
  OPEN_TELEMETRY_0_7: "opentelemetry0.7",
911
950
  OPEN_TELEMETRY_1_0: "opentelemetry1.0",
912
951
  };
952
+ const OTelEnrichmentStatus = {
953
+ RUNNING: "Running",
954
+ STOPPED: "Stopped",
955
+ };
913
956
  const RecentlyActive = {
914
957
  PT3H: "PT3H",
915
958
  };
@@ -949,6 +992,7 @@ exports.GetMetricDataCommand = GetMetricDataCommand;
949
992
  exports.GetMetricStatisticsCommand = GetMetricStatisticsCommand;
950
993
  exports.GetMetricStreamCommand = GetMetricStreamCommand;
951
994
  exports.GetMetricWidgetImageCommand = GetMetricWidgetImageCommand;
995
+ exports.GetOTelEnrichmentCommand = GetOTelEnrichmentCommand;
952
996
  exports.HistoryItemType = HistoryItemType;
953
997
  exports.ListAlarmMuteRulesCommand = ListAlarmMuteRulesCommand;
954
998
  exports.ListDashboardsCommand = ListDashboardsCommand;
@@ -957,6 +1001,7 @@ exports.ListMetricStreamsCommand = ListMetricStreamsCommand;
957
1001
  exports.ListMetricsCommand = ListMetricsCommand;
958
1002
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
959
1003
  exports.MetricStreamOutputFormat = MetricStreamOutputFormat;
1004
+ exports.OTelEnrichmentStatus = OTelEnrichmentStatus;
960
1005
  exports.PutAlarmMuteRuleCommand = PutAlarmMuteRuleCommand;
961
1006
  exports.PutAnomalyDetectorCommand = PutAnomalyDetectorCommand;
962
1007
  exports.PutCompositeAlarmCommand = PutCompositeAlarmCommand;
@@ -971,10 +1016,12 @@ exports.ScanBy = ScanBy;
971
1016
  exports.SetAlarmStateCommand = SetAlarmStateCommand;
972
1017
  exports.StandardUnit = StandardUnit;
973
1018
  exports.StartMetricStreamsCommand = StartMetricStreamsCommand;
1019
+ exports.StartOTelEnrichmentCommand = StartOTelEnrichmentCommand;
974
1020
  exports.StateValue = StateValue;
975
1021
  exports.Statistic = Statistic;
976
1022
  exports.StatusCode = StatusCode;
977
1023
  exports.StopMetricStreamsCommand = StopMetricStreamsCommand;
1024
+ exports.StopOTelEnrichmentCommand = StopOTelEnrichmentCommand;
978
1025
  exports.TagResourceCommand = TagResourceCommand;
979
1026
  exports.UntagResourceCommand = UntagResourceCommand;
980
1027
  exports.paginateDescribeAlarmHistory = paginateDescribeAlarmHistory;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableAlarmActionsInput$ = exports.DimensionFilter$ = exports.Dimension$ = exports.DescribeInsightRulesOutput$ = exports.DescribeInsightRulesInput$ = exports.DescribeAnomalyDetectorsOutput$ = exports.DescribeAnomalyDetectorsInput$ = exports.DescribeAlarmsOutput$ = exports.DescribeAlarmsInput$ = exports.DescribeAlarmsForMetricOutput$ = exports.DescribeAlarmsForMetricInput$ = exports.DescribeAlarmHistoryOutput$ = exports.DescribeAlarmHistoryInput$ = exports.DescribeAlarmContributorsOutput$ = exports.DescribeAlarmContributorsInput$ = exports.DeleteMetricStreamOutput$ = exports.DeleteMetricStreamInput$ = exports.DeleteInsightRulesOutput$ = exports.DeleteInsightRulesInput$ = exports.DeleteDashboardsOutput$ = exports.DeleteDashboardsInput$ = exports.DeleteAnomalyDetectorOutput$ = exports.DeleteAnomalyDetectorInput$ = exports.DeleteAlarmsInput$ = exports.DeleteAlarmMuteRuleInput$ = exports.Datapoint$ = exports.DashboardValidationMessage$ = exports.DashboardEntry$ = exports.CompositeAlarm$ = exports.AnomalyDetectorConfiguration$ = exports.AnomalyDetector$ = exports.AlarmMuteRuleSummary$ = exports.AlarmHistoryItem$ = exports.AlarmContributor$ = exports.errorTypeRegistries = exports.ResourceNotFoundException$ = exports.ResourceNotFound$ = exports.MissingRequiredParameterException$ = exports.LimitExceededFault$ = exports.LimitExceededException$ = exports.InvalidParameterValueException$ = exports.InvalidParameterCombinationException$ = exports.InvalidNextToken$ = exports.InvalidFormatFault$ = exports.InternalServiceFault$ = exports.DashboardNotFoundError$ = exports.DashboardInvalidInputError$ = exports.ConflictException$ = exports.ConcurrentModificationException$ = exports.CloudWatchServiceException$ = void 0;
4
- exports.MetricStat$ = exports.MetricMathAnomalyDetector$ = exports.MetricDatum$ = exports.MetricDataResult$ = exports.MetricDataQuery$ = exports.MetricCharacteristics$ = exports.MetricAlarm$ = exports.Metric$ = exports.MessageData$ = exports.ManagedRuleState$ = exports.ManagedRuleDescription$ = exports.ManagedRule$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListMetricStreamsOutput$ = exports.ListMetricStreamsInput$ = exports.ListMetricsOutput$ = exports.ListMetricsInput$ = exports.ListManagedInsightRulesOutput$ = exports.ListManagedInsightRulesInput$ = exports.ListDashboardsOutput$ = exports.ListDashboardsInput$ = exports.ListAlarmMuteRulesOutput$ = exports.ListAlarmMuteRulesInput$ = exports.LabelOptions$ = exports.InsightRuleMetricDatapoint$ = exports.InsightRuleContributorDatapoint$ = exports.InsightRuleContributor$ = exports.InsightRule$ = exports.GetMetricWidgetImageOutput$ = exports.GetMetricWidgetImageInput$ = exports.GetMetricStreamOutput$ = exports.GetMetricStreamInput$ = exports.GetMetricStatisticsOutput$ = exports.GetMetricStatisticsInput$ = exports.GetMetricDataOutput$ = exports.GetMetricDataInput$ = exports.GetInsightRuleReportOutput$ = exports.GetInsightRuleReportInput$ = exports.GetDashboardOutput$ = exports.GetDashboardInput$ = exports.GetAlarmMuteRuleOutput$ = exports.GetAlarmMuteRuleInput$ = exports.EntityMetricData$ = exports.Entity$ = exports.EnableInsightRulesOutput$ = exports.EnableInsightRulesInput$ = exports.EnableAlarmActionsInput$ = exports.DisableInsightRulesOutput$ = exports.DisableInsightRulesInput$ = void 0;
5
- exports.EnableAlarmActions$ = exports.DisableInsightRules$ = exports.DisableAlarmActions$ = exports.DescribeInsightRules$ = exports.DescribeAnomalyDetectors$ = exports.DescribeAlarmsForMetric$ = exports.DescribeAlarms$ = exports.DescribeAlarmHistory$ = exports.DescribeAlarmContributors$ = exports.DeleteMetricStream$ = exports.DeleteInsightRules$ = exports.DeleteDashboards$ = exports.DeleteAnomalyDetector$ = exports.DeleteAlarms$ = exports.DeleteAlarmMuteRule$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StopMetricStreamsOutput$ = exports.StopMetricStreamsInput$ = exports.StatisticSet$ = exports.StartMetricStreamsOutput$ = exports.StartMetricStreamsInput$ = exports.SingleMetricAnomalyDetector$ = exports.SetAlarmStateInput$ = exports.Schedule$ = exports.Rule$ = exports.Range$ = exports.PutMetricStreamOutput$ = exports.PutMetricStreamInput$ = exports.PutMetricDataInput$ = exports.PutMetricAlarmInput$ = exports.PutManagedInsightRulesOutput$ = exports.PutManagedInsightRulesInput$ = exports.PutInsightRuleOutput$ = exports.PutInsightRuleInput$ = exports.PutDashboardOutput$ = exports.PutDashboardInput$ = exports.PutCompositeAlarmInput$ = exports.PutAnomalyDetectorOutput$ = exports.PutAnomalyDetectorInput$ = exports.PutAlarmMuteRuleInput$ = exports.PartialFailure$ = exports.MuteTargets$ = exports.MetricStreamStatisticsMetric$ = exports.MetricStreamStatisticsConfiguration$ = exports.MetricStreamFilter$ = exports.MetricStreamEntry$ = void 0;
6
- exports.UntagResource$ = exports.TagResource$ = exports.StopMetricStreams$ = exports.StartMetricStreams$ = exports.SetAlarmState$ = exports.PutMetricStream$ = exports.PutMetricData$ = exports.PutMetricAlarm$ = exports.PutManagedInsightRules$ = exports.PutInsightRule$ = exports.PutDashboard$ = exports.PutCompositeAlarm$ = exports.PutAnomalyDetector$ = exports.PutAlarmMuteRule$ = exports.ListTagsForResource$ = exports.ListMetricStreams$ = exports.ListMetrics$ = exports.ListManagedInsightRules$ = exports.ListDashboards$ = exports.ListAlarmMuteRules$ = exports.GetMetricWidgetImage$ = exports.GetMetricStream$ = exports.GetMetricStatistics$ = exports.GetMetricData$ = exports.GetInsightRuleReport$ = exports.GetDashboard$ = exports.GetAlarmMuteRule$ = exports.EnableInsightRules$ = void 0;
3
+ exports.DimensionFilter$ = exports.Dimension$ = exports.DescribeInsightRulesOutput$ = exports.DescribeInsightRulesInput$ = exports.DescribeAnomalyDetectorsOutput$ = exports.DescribeAnomalyDetectorsInput$ = exports.DescribeAlarmsOutput$ = exports.DescribeAlarmsInput$ = exports.DescribeAlarmsForMetricOutput$ = exports.DescribeAlarmsForMetricInput$ = exports.DescribeAlarmHistoryOutput$ = exports.DescribeAlarmHistoryInput$ = exports.DescribeAlarmContributorsOutput$ = exports.DescribeAlarmContributorsInput$ = exports.DeleteMetricStreamOutput$ = exports.DeleteMetricStreamInput$ = exports.DeleteInsightRulesOutput$ = exports.DeleteInsightRulesInput$ = exports.DeleteDashboardsOutput$ = exports.DeleteDashboardsInput$ = exports.DeleteAnomalyDetectorOutput$ = exports.DeleteAnomalyDetectorInput$ = exports.DeleteAlarmsInput$ = exports.DeleteAlarmMuteRuleInput$ = exports.Datapoint$ = exports.DashboardValidationMessage$ = exports.DashboardEntry$ = exports.CompositeAlarm$ = exports.AnomalyDetectorConfiguration$ = exports.AnomalyDetector$ = exports.AlarmPromQLCriteria$ = exports.AlarmMuteRuleSummary$ = exports.AlarmHistoryItem$ = exports.AlarmContributor$ = exports.errorTypeRegistries = exports.ResourceNotFoundException$ = exports.ResourceNotFound$ = exports.MissingRequiredParameterException$ = exports.LimitExceededFault$ = exports.LimitExceededException$ = exports.InvalidParameterValueException$ = exports.InvalidParameterCombinationException$ = exports.InvalidNextToken$ = exports.InvalidFormatFault$ = exports.InternalServiceFault$ = exports.DashboardNotFoundError$ = exports.DashboardInvalidInputError$ = exports.ConflictException$ = exports.ConcurrentModificationException$ = exports.CloudWatchServiceException$ = void 0;
4
+ exports.MetricDataResult$ = exports.MetricDataQuery$ = exports.MetricCharacteristics$ = exports.MetricAlarm$ = exports.Metric$ = exports.MessageData$ = exports.ManagedRuleState$ = exports.ManagedRuleDescription$ = exports.ManagedRule$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListMetricStreamsOutput$ = exports.ListMetricStreamsInput$ = exports.ListMetricsOutput$ = exports.ListMetricsInput$ = exports.ListManagedInsightRulesOutput$ = exports.ListManagedInsightRulesInput$ = exports.ListDashboardsOutput$ = exports.ListDashboardsInput$ = exports.ListAlarmMuteRulesOutput$ = exports.ListAlarmMuteRulesInput$ = exports.LabelOptions$ = exports.InsightRuleMetricDatapoint$ = exports.InsightRuleContributorDatapoint$ = exports.InsightRuleContributor$ = exports.InsightRule$ = exports.GetOTelEnrichmentOutput$ = exports.GetOTelEnrichmentInput$ = exports.GetMetricWidgetImageOutput$ = exports.GetMetricWidgetImageInput$ = exports.GetMetricStreamOutput$ = exports.GetMetricStreamInput$ = exports.GetMetricStatisticsOutput$ = exports.GetMetricStatisticsInput$ = exports.GetMetricDataOutput$ = exports.GetMetricDataInput$ = exports.GetInsightRuleReportOutput$ = exports.GetInsightRuleReportInput$ = exports.GetDashboardOutput$ = exports.GetDashboardInput$ = exports.GetAlarmMuteRuleOutput$ = exports.GetAlarmMuteRuleInput$ = exports.EntityMetricData$ = exports.Entity$ = exports.EnableInsightRulesOutput$ = exports.EnableInsightRulesInput$ = exports.EnableAlarmActionsInput$ = exports.DisableInsightRulesOutput$ = exports.DisableInsightRulesInput$ = exports.DisableAlarmActionsInput$ = void 0;
5
+ exports.DescribeAlarmContributors$ = exports.DeleteMetricStream$ = exports.DeleteInsightRules$ = exports.DeleteDashboards$ = exports.DeleteAnomalyDetector$ = exports.DeleteAlarms$ = exports.DeleteAlarmMuteRule$ = exports.EvaluationCriteria$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StopOTelEnrichmentOutput$ = exports.StopOTelEnrichmentInput$ = exports.StopMetricStreamsOutput$ = exports.StopMetricStreamsInput$ = exports.StatisticSet$ = exports.StartOTelEnrichmentOutput$ = exports.StartOTelEnrichmentInput$ = exports.StartMetricStreamsOutput$ = exports.StartMetricStreamsInput$ = exports.SingleMetricAnomalyDetector$ = exports.SetAlarmStateInput$ = exports.Schedule$ = exports.Rule$ = exports.Range$ = exports.PutMetricStreamOutput$ = exports.PutMetricStreamInput$ = exports.PutMetricDataInput$ = exports.PutMetricAlarmInput$ = exports.PutManagedInsightRulesOutput$ = exports.PutManagedInsightRulesInput$ = exports.PutInsightRuleOutput$ = exports.PutInsightRuleInput$ = exports.PutDashboardOutput$ = exports.PutDashboardInput$ = exports.PutCompositeAlarmInput$ = exports.PutAnomalyDetectorOutput$ = exports.PutAnomalyDetectorInput$ = exports.PutAlarmMuteRuleInput$ = exports.PartialFailure$ = exports.MuteTargets$ = exports.MetricStreamStatisticsMetric$ = exports.MetricStreamStatisticsConfiguration$ = exports.MetricStreamFilter$ = exports.MetricStreamEntry$ = exports.MetricStat$ = exports.MetricMathAnomalyDetector$ = exports.MetricDatum$ = void 0;
6
+ exports.UntagResource$ = exports.TagResource$ = exports.StopOTelEnrichment$ = exports.StopMetricStreams$ = exports.StartOTelEnrichment$ = exports.StartMetricStreams$ = exports.SetAlarmState$ = exports.PutMetricStream$ = exports.PutMetricData$ = exports.PutMetricAlarm$ = exports.PutManagedInsightRules$ = exports.PutInsightRule$ = exports.PutDashboard$ = exports.PutCompositeAlarm$ = exports.PutAnomalyDetector$ = exports.PutAlarmMuteRule$ = exports.ListTagsForResource$ = exports.ListMetricStreams$ = exports.ListMetrics$ = exports.ListManagedInsightRules$ = exports.ListDashboards$ = exports.ListAlarmMuteRules$ = exports.GetOTelEnrichment$ = exports.GetMetricWidgetImage$ = exports.GetMetricStream$ = exports.GetMetricStatistics$ = exports.GetMetricData$ = exports.GetInsightRuleReport$ = exports.GetDashboard$ = exports.GetAlarmMuteRule$ = exports.EnableInsightRules$ = exports.EnableAlarmActions$ = exports.DisableInsightRules$ = exports.DisableAlarmActions$ = exports.DescribeInsightRules$ = exports.DescribeAnomalyDetectors$ = exports.DescribeAlarmsForMetric$ = exports.DescribeAlarms$ = exports.DescribeAlarmHistory$ = void 0;
7
7
  const _A = "Average";
8
8
  const _AA = "AlarmActions";
9
9
  const _AAV = "ApproximateAggregateValue";
@@ -32,6 +32,7 @@ const _ANP = "AlarmNamePrefix";
32
32
  const _ANl = "AlarmNames";
33
33
  const _AOTL = "ApplyOnTransformedLogs";
34
34
  const _AP = "ActionPrefix";
35
+ const _APQLC = "AlarmPromQLCriteria";
35
36
  const _AR = "AlarmRule";
36
37
  const _AS = "ActionsSuppressor";
37
38
  const _ASB = "ActionsSuppressedBy";
@@ -125,9 +126,11 @@ const _Du = "Duration";
125
126
  const _E = "Entity";
126
127
  const _EAA = "EnableAlarmActions";
127
128
  const _EAAI = "EnableAlarmActionsInput";
129
+ const _EC = "EvaluationCriteria";
128
130
  const _ED = "ExpireDate";
129
131
  const _EDn = "EndDate";
130
132
  const _EF = "ExcludeFilters";
133
+ const _EI = "EvaluationInterval";
131
134
  const _EIR = "EnableInsightRules";
132
135
  const _EIRI = "EnableInsightRulesInput";
133
136
  const _EIRO = "EnableInsightRulesOutput";
@@ -169,6 +172,9 @@ const _GMSe = "GetMetricStream";
169
172
  const _GMWI = "GetMetricWidgetImage";
170
173
  const _GMWII = "GetMetricWidgetImageInput";
171
174
  const _GMWIO = "GetMetricWidgetImageOutput";
175
+ const _GOTE = "GetOTelEnrichment";
176
+ const _GOTEI = "GetOTelEnrichmentInput";
177
+ const _GOTEO = "GetOTelEnrichmentOutput";
172
178
  const _HD = "HistoryData";
173
179
  const _HIT = "HistoryItemType";
174
180
  const _HS = "HistorySummary";
@@ -301,7 +307,10 @@ const _PMS = "PutMetricStream";
301
307
  const _PMSI = "PutMetricStreamInput";
302
308
  const _PMSO = "PutMetricStreamOutput";
303
309
  const _POAN = "ParentsOfAlarmName";
310
+ const _PP = "PendingPeriod";
311
+ const _PQLC = "PromQLCriteria";
304
312
  const _PS = "PeriodicSpikes";
313
+ const _Q = "Query";
305
314
  const _R = "Rule";
306
315
  const _RA = "RoleArn";
307
316
  const _RARN = "ResourceARN";
@@ -313,6 +322,7 @@ const _RN = "RuleNames";
313
322
  const _RNF = "ResourceNotFound";
314
323
  const _RNFE = "ResourceNotFoundException";
315
324
  const _RNu = "RuleName";
325
+ const _RP = "RecoveryPeriod";
316
326
  const _RS = "RuleState";
317
327
  const _RT = "ResourceType";
318
328
  const _Ra = "Range";
@@ -332,6 +342,12 @@ const _SMSIt = "StopMetricStreamsInput";
332
342
  const _SMSO = "StartMetricStreamsOutput";
333
343
  const _SMSOt = "StopMetricStreamsOutput";
334
344
  const _SMSt = "StopMetricStreams";
345
+ const _SOTE = "StartOTelEnrichment";
346
+ const _SOTEI = "StartOTelEnrichmentInput";
347
+ const _SOTEIt = "StopOTelEnrichmentInput";
348
+ const _SOTEO = "StartOTelEnrichmentOutput";
349
+ const _SOTEOt = "StopOTelEnrichmentOutput";
350
+ const _SOTEt = "StopOTelEnrichment";
335
351
  const _SR = "StateReason";
336
352
  const _SRD = "StateReasonData";
337
353
  const _SRt = "StorageResolution";
@@ -490,6 +506,11 @@ exports.AlarmMuteRuleSummary$ = [3, n0, _AMRS,
490
506
  [_AMRA, _ED, _S, _MT, _LUT],
491
507
  [0, 4, 0, 0, 4]
492
508
  ];
509
+ exports.AlarmPromQLCriteria$ = [3, n0, _APQLC,
510
+ 0,
511
+ [_Q, _PP, _RP],
512
+ [0, 1, 1], 1
513
+ ];
493
514
  exports.AnomalyDetector$ = [3, n0, _AD,
494
515
  0,
495
516
  [_N, _MN, _D, _St, _C, _SV, _MC, _SMAD, _MMAD],
@@ -750,6 +771,16 @@ exports.GetMetricWidgetImageOutput$ = [3, n0, _GMWIO,
750
771
  [_MWI],
751
772
  [21]
752
773
  ];
774
+ exports.GetOTelEnrichmentInput$ = [3, n0, _GOTEI,
775
+ 0,
776
+ [],
777
+ []
778
+ ];
779
+ exports.GetOTelEnrichmentOutput$ = [3, n0, _GOTEO,
780
+ 0,
781
+ [_S],
782
+ [0], 1
783
+ ];
753
784
  exports.InsightRule$ = [3, n0, _IRn,
754
785
  0,
755
786
  [_Na, _State, _Sc, _Def, _MRan, _AOTL],
@@ -862,8 +893,8 @@ exports.Metric$ = [3, n0, _Met,
862
893
  ];
863
894
  exports.MetricAlarm$ = [3, n0, _MAe,
864
895
  0,
865
- [_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT],
866
- [0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4]
896
+ [_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT, _EC, _EI],
897
+ [0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4, () => exports.EvaluationCriteria$, 1]
867
898
  ];
868
899
  exports.MetricCharacteristics$ = [3, n0, _MC,
869
900
  0,
@@ -977,8 +1008,8 @@ exports.PutManagedInsightRulesOutput$ = [3, n0, _PMIRO,
977
1008
  ];
978
1009
  exports.PutMetricAlarmInput$ = [3, n0, _PMAI,
979
1010
  0,
980
- [_AN, _EP, _CO, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _DTA, _Th, _TMD, _ELSCP, _Me, _Ta, _TMI],
981
- [0, 1, 0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 0, 0, () => MetricDataQueries, () => TagList, 0], 3
1011
+ [_AN, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _Ta, _TMI, _EC, _EI],
1012
+ [0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, () => TagList, 0, () => exports.EvaluationCriteria$, 1], 1
982
1013
  ];
983
1014
  exports.PutMetricDataInput$ = [3, n0, _PMDI,
984
1015
  0,
@@ -1030,6 +1061,16 @@ exports.StartMetricStreamsOutput$ = [3, n0, _SMSO,
1030
1061
  [],
1031
1062
  []
1032
1063
  ];
1064
+ exports.StartOTelEnrichmentInput$ = [3, n0, _SOTEI,
1065
+ 0,
1066
+ [],
1067
+ []
1068
+ ];
1069
+ exports.StartOTelEnrichmentOutput$ = [3, n0, _SOTEO,
1070
+ 0,
1071
+ [],
1072
+ []
1073
+ ];
1033
1074
  exports.StatisticSet$ = [3, n0, _SS,
1034
1075
  0,
1035
1076
  [_SC, _Su, _Mi, _Ma],
@@ -1045,6 +1086,16 @@ exports.StopMetricStreamsOutput$ = [3, n0, _SMSOt,
1045
1086
  [],
1046
1087
  []
1047
1088
  ];
1089
+ exports.StopOTelEnrichmentInput$ = [3, n0, _SOTEIt,
1090
+ 0,
1091
+ [],
1092
+ []
1093
+ ];
1094
+ exports.StopOTelEnrichmentOutput$ = [3, n0, _SOTEOt,
1095
+ 0,
1096
+ [],
1097
+ []
1098
+ ];
1048
1099
  exports.Tag$ = [3, n0, _Tag,
1049
1100
  0,
1050
1101
  [_Ke, _V],
@@ -1187,6 +1238,11 @@ var ContributorAttributes = 128 | 0;
1187
1238
  var DatapointValueMap = 128 | 1;
1188
1239
  var EntityAttributesMap = 128 | 0;
1189
1240
  var EntityKeyAttributesMap = 128 | 0;
1241
+ exports.EvaluationCriteria$ = [4, n0, _EC,
1242
+ 0,
1243
+ [_PQLC],
1244
+ [() => exports.AlarmPromQLCriteria$]
1245
+ ];
1190
1246
  exports.DeleteAlarmMuteRule$ = [9, n0, _DAMR,
1191
1247
  0, () => exports.DeleteAlarmMuteRuleInput$, () => __Unit
1192
1248
  ];
@@ -1256,6 +1312,9 @@ exports.GetMetricStream$ = [9, n0, _GMSe,
1256
1312
  exports.GetMetricWidgetImage$ = [9, n0, _GMWI,
1257
1313
  0, () => exports.GetMetricWidgetImageInput$, () => exports.GetMetricWidgetImageOutput$
1258
1314
  ];
1315
+ exports.GetOTelEnrichment$ = [9, n0, _GOTE,
1316
+ 0, () => exports.GetOTelEnrichmentInput$, () => exports.GetOTelEnrichmentOutput$
1317
+ ];
1259
1318
  exports.ListAlarmMuteRules$ = [9, n0, _LAMR,
1260
1319
  0, () => exports.ListAlarmMuteRulesInput$, () => exports.ListAlarmMuteRulesOutput$
1261
1320
  ];
@@ -1307,9 +1366,15 @@ exports.SetAlarmState$ = [9, n0, _SAS,
1307
1366
  exports.StartMetricStreams$ = [9, n0, _SMS,
1308
1367
  0, () => exports.StartMetricStreamsInput$, () => exports.StartMetricStreamsOutput$
1309
1368
  ];
1369
+ exports.StartOTelEnrichment$ = [9, n0, _SOTE,
1370
+ 0, () => exports.StartOTelEnrichmentInput$, () => exports.StartOTelEnrichmentOutput$
1371
+ ];
1310
1372
  exports.StopMetricStreams$ = [9, n0, _SMSt,
1311
1373
  0, () => exports.StopMetricStreamsInput$, () => exports.StopMetricStreamsOutput$
1312
1374
  ];
1375
+ exports.StopOTelEnrichment$ = [9, n0, _SOTEt,
1376
+ 0, () => exports.StopOTelEnrichmentInput$, () => exports.StopOTelEnrichmentOutput$
1377
+ ];
1313
1378
  exports.TagResource$ = [9, n0, _TR,
1314
1379
  0, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
1315
1380
  ];
@@ -23,6 +23,7 @@ import { GetMetricDataCommand, } from "./commands/GetMetricDataCommand";
23
23
  import { GetMetricStatisticsCommand, } from "./commands/GetMetricStatisticsCommand";
24
24
  import { GetMetricStreamCommand, } from "./commands/GetMetricStreamCommand";
25
25
  import { GetMetricWidgetImageCommand, } from "./commands/GetMetricWidgetImageCommand";
26
+ import { GetOTelEnrichmentCommand, } from "./commands/GetOTelEnrichmentCommand";
26
27
  import { ListAlarmMuteRulesCommand, } from "./commands/ListAlarmMuteRulesCommand";
27
28
  import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
28
29
  import { ListManagedInsightRulesCommand, } from "./commands/ListManagedInsightRulesCommand";
@@ -40,7 +41,9 @@ import { PutMetricDataCommand, } from "./commands/PutMetricDataCommand";
40
41
  import { PutMetricStreamCommand, } from "./commands/PutMetricStreamCommand";
41
42
  import { SetAlarmStateCommand, } from "./commands/SetAlarmStateCommand";
42
43
  import { StartMetricStreamsCommand, } from "./commands/StartMetricStreamsCommand";
44
+ import { StartOTelEnrichmentCommand, } from "./commands/StartOTelEnrichmentCommand";
43
45
  import { StopMetricStreamsCommand, } from "./commands/StopMetricStreamsCommand";
46
+ import { StopOTelEnrichmentCommand, } from "./commands/StopOTelEnrichmentCommand";
44
47
  import { TagResourceCommand, } from "./commands/TagResourceCommand";
45
48
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
46
49
  import { paginateDescribeAlarmHistory } from "./pagination/DescribeAlarmHistoryPaginator";
@@ -80,6 +83,7 @@ const commands = {
80
83
  GetMetricStatisticsCommand,
81
84
  GetMetricStreamCommand,
82
85
  GetMetricWidgetImageCommand,
86
+ GetOTelEnrichmentCommand,
83
87
  ListAlarmMuteRulesCommand,
84
88
  ListDashboardsCommand,
85
89
  ListManagedInsightRulesCommand,
@@ -97,7 +101,9 @@ const commands = {
97
101
  PutMetricStreamCommand,
98
102
  SetAlarmStateCommand,
99
103
  StartMetricStreamsCommand,
104
+ StartOTelEnrichmentCommand,
100
105
  StopMetricStreamsCommand,
106
+ StopOTelEnrichmentCommand,
101
107
  TagResourceCommand,
102
108
  UntagResourceCommand,
103
109
  };
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetOTelEnrichment$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetOTelEnrichmentCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("GraniteServiceVersion20100801", "GetOTelEnrichment", {})
13
+ .n("CloudWatchClient", "GetOTelEnrichmentCommand")
14
+ .sc(GetOTelEnrichment$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StartOTelEnrichment$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StartOTelEnrichmentCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("GraniteServiceVersion20100801", "StartOTelEnrichment", {})
13
+ .n("CloudWatchClient", "StartOTelEnrichmentCommand")
14
+ .sc(StartOTelEnrichment$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StopOTelEnrichment$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StopOTelEnrichmentCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("GraniteServiceVersion20100801", "StopOTelEnrichment", {})
13
+ .n("CloudWatchClient", "StopOTelEnrichmentCommand")
14
+ .sc(StopOTelEnrichment$)
15
+ .build() {
16
+ }
@@ -21,6 +21,7 @@ export * from "./GetMetricDataCommand";
21
21
  export * from "./GetMetricStatisticsCommand";
22
22
  export * from "./GetMetricStreamCommand";
23
23
  export * from "./GetMetricWidgetImageCommand";
24
+ export * from "./GetOTelEnrichmentCommand";
24
25
  export * from "./ListAlarmMuteRulesCommand";
25
26
  export * from "./ListDashboardsCommand";
26
27
  export * from "./ListManagedInsightRulesCommand";
@@ -38,6 +39,8 @@ export * from "./PutMetricDataCommand";
38
39
  export * from "./PutMetricStreamCommand";
39
40
  export * from "./SetAlarmStateCommand";
40
41
  export * from "./StartMetricStreamsCommand";
42
+ export * from "./StartOTelEnrichmentCommand";
41
43
  export * from "./StopMetricStreamsCommand";
44
+ export * from "./StopOTelEnrichmentCommand";
42
45
  export * from "./TagResourceCommand";
43
46
  export * from "./UntagResourceCommand";
@@ -98,6 +98,10 @@ export const MetricStreamOutputFormat = {
98
98
  OPEN_TELEMETRY_0_7: "opentelemetry0.7",
99
99
  OPEN_TELEMETRY_1_0: "opentelemetry1.0",
100
100
  };
101
+ export const OTelEnrichmentStatus = {
102
+ RUNNING: "Running",
103
+ STOPPED: "Stopped",
104
+ };
101
105
  export const RecentlyActive = {
102
106
  PT3H: "PT3H",
103
107
  };
@@ -26,6 +26,7 @@ const _ANP = "AlarmNamePrefix";
26
26
  const _ANl = "AlarmNames";
27
27
  const _AOTL = "ApplyOnTransformedLogs";
28
28
  const _AP = "ActionPrefix";
29
+ const _APQLC = "AlarmPromQLCriteria";
29
30
  const _AR = "AlarmRule";
30
31
  const _AS = "ActionsSuppressor";
31
32
  const _ASB = "ActionsSuppressedBy";
@@ -119,9 +120,11 @@ const _Du = "Duration";
119
120
  const _E = "Entity";
120
121
  const _EAA = "EnableAlarmActions";
121
122
  const _EAAI = "EnableAlarmActionsInput";
123
+ const _EC = "EvaluationCriteria";
122
124
  const _ED = "ExpireDate";
123
125
  const _EDn = "EndDate";
124
126
  const _EF = "ExcludeFilters";
127
+ const _EI = "EvaluationInterval";
125
128
  const _EIR = "EnableInsightRules";
126
129
  const _EIRI = "EnableInsightRulesInput";
127
130
  const _EIRO = "EnableInsightRulesOutput";
@@ -163,6 +166,9 @@ const _GMSe = "GetMetricStream";
163
166
  const _GMWI = "GetMetricWidgetImage";
164
167
  const _GMWII = "GetMetricWidgetImageInput";
165
168
  const _GMWIO = "GetMetricWidgetImageOutput";
169
+ const _GOTE = "GetOTelEnrichment";
170
+ const _GOTEI = "GetOTelEnrichmentInput";
171
+ const _GOTEO = "GetOTelEnrichmentOutput";
166
172
  const _HD = "HistoryData";
167
173
  const _HIT = "HistoryItemType";
168
174
  const _HS = "HistorySummary";
@@ -295,7 +301,10 @@ const _PMS = "PutMetricStream";
295
301
  const _PMSI = "PutMetricStreamInput";
296
302
  const _PMSO = "PutMetricStreamOutput";
297
303
  const _POAN = "ParentsOfAlarmName";
304
+ const _PP = "PendingPeriod";
305
+ const _PQLC = "PromQLCriteria";
298
306
  const _PS = "PeriodicSpikes";
307
+ const _Q = "Query";
299
308
  const _R = "Rule";
300
309
  const _RA = "RoleArn";
301
310
  const _RARN = "ResourceARN";
@@ -307,6 +316,7 @@ const _RN = "RuleNames";
307
316
  const _RNF = "ResourceNotFound";
308
317
  const _RNFE = "ResourceNotFoundException";
309
318
  const _RNu = "RuleName";
319
+ const _RP = "RecoveryPeriod";
310
320
  const _RS = "RuleState";
311
321
  const _RT = "ResourceType";
312
322
  const _Ra = "Range";
@@ -326,6 +336,12 @@ const _SMSIt = "StopMetricStreamsInput";
326
336
  const _SMSO = "StartMetricStreamsOutput";
327
337
  const _SMSOt = "StopMetricStreamsOutput";
328
338
  const _SMSt = "StopMetricStreams";
339
+ const _SOTE = "StartOTelEnrichment";
340
+ const _SOTEI = "StartOTelEnrichmentInput";
341
+ const _SOTEIt = "StopOTelEnrichmentInput";
342
+ const _SOTEO = "StartOTelEnrichmentOutput";
343
+ const _SOTEOt = "StopOTelEnrichmentOutput";
344
+ const _SOTEt = "StopOTelEnrichment";
329
345
  const _SR = "StateReason";
330
346
  const _SRD = "StateReasonData";
331
347
  const _SRt = "StorageResolution";
@@ -484,6 +500,11 @@ export var AlarmMuteRuleSummary$ = [3, n0, _AMRS,
484
500
  [_AMRA, _ED, _S, _MT, _LUT],
485
501
  [0, 4, 0, 0, 4]
486
502
  ];
503
+ export var AlarmPromQLCriteria$ = [3, n0, _APQLC,
504
+ 0,
505
+ [_Q, _PP, _RP],
506
+ [0, 1, 1], 1
507
+ ];
487
508
  export var AnomalyDetector$ = [3, n0, _AD,
488
509
  0,
489
510
  [_N, _MN, _D, _St, _C, _SV, _MC, _SMAD, _MMAD],
@@ -744,6 +765,16 @@ export var GetMetricWidgetImageOutput$ = [3, n0, _GMWIO,
744
765
  [_MWI],
745
766
  [21]
746
767
  ];
768
+ export var GetOTelEnrichmentInput$ = [3, n0, _GOTEI,
769
+ 0,
770
+ [],
771
+ []
772
+ ];
773
+ export var GetOTelEnrichmentOutput$ = [3, n0, _GOTEO,
774
+ 0,
775
+ [_S],
776
+ [0], 1
777
+ ];
747
778
  export var InsightRule$ = [3, n0, _IRn,
748
779
  0,
749
780
  [_Na, _State, _Sc, _Def, _MRan, _AOTL],
@@ -856,8 +887,8 @@ export var Metric$ = [3, n0, _Met,
856
887
  ];
857
888
  export var MetricAlarm$ = [3, n0, _MAe,
858
889
  0,
859
- [_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT],
860
- [0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4]
890
+ [_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT, _EC, _EI],
891
+ [0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4, () => EvaluationCriteria$, 1]
861
892
  ];
862
893
  export var MetricCharacteristics$ = [3, n0, _MC,
863
894
  0,
@@ -971,8 +1002,8 @@ export var PutManagedInsightRulesOutput$ = [3, n0, _PMIRO,
971
1002
  ];
972
1003
  export var PutMetricAlarmInput$ = [3, n0, _PMAI,
973
1004
  0,
974
- [_AN, _EP, _CO, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _DTA, _Th, _TMD, _ELSCP, _Me, _Ta, _TMI],
975
- [0, 1, 0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 0, 0, () => MetricDataQueries, () => TagList, 0], 3
1005
+ [_AN, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _Ta, _TMI, _EC, _EI],
1006
+ [0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, () => TagList, 0, () => EvaluationCriteria$, 1], 1
976
1007
  ];
977
1008
  export var PutMetricDataInput$ = [3, n0, _PMDI,
978
1009
  0,
@@ -1024,6 +1055,16 @@ export var StartMetricStreamsOutput$ = [3, n0, _SMSO,
1024
1055
  [],
1025
1056
  []
1026
1057
  ];
1058
+ export var StartOTelEnrichmentInput$ = [3, n0, _SOTEI,
1059
+ 0,
1060
+ [],
1061
+ []
1062
+ ];
1063
+ export var StartOTelEnrichmentOutput$ = [3, n0, _SOTEO,
1064
+ 0,
1065
+ [],
1066
+ []
1067
+ ];
1027
1068
  export var StatisticSet$ = [3, n0, _SS,
1028
1069
  0,
1029
1070
  [_SC, _Su, _Mi, _Ma],
@@ -1039,6 +1080,16 @@ export var StopMetricStreamsOutput$ = [3, n0, _SMSOt,
1039
1080
  [],
1040
1081
  []
1041
1082
  ];
1083
+ export var StopOTelEnrichmentInput$ = [3, n0, _SOTEIt,
1084
+ 0,
1085
+ [],
1086
+ []
1087
+ ];
1088
+ export var StopOTelEnrichmentOutput$ = [3, n0, _SOTEOt,
1089
+ 0,
1090
+ [],
1091
+ []
1092
+ ];
1042
1093
  export var Tag$ = [3, n0, _Tag,
1043
1094
  0,
1044
1095
  [_Ke, _V],
@@ -1181,6 +1232,11 @@ var ContributorAttributes = 128 | 0;
1181
1232
  var DatapointValueMap = 128 | 1;
1182
1233
  var EntityAttributesMap = 128 | 0;
1183
1234
  var EntityKeyAttributesMap = 128 | 0;
1235
+ export var EvaluationCriteria$ = [4, n0, _EC,
1236
+ 0,
1237
+ [_PQLC],
1238
+ [() => AlarmPromQLCriteria$]
1239
+ ];
1184
1240
  export var DeleteAlarmMuteRule$ = [9, n0, _DAMR,
1185
1241
  0, () => DeleteAlarmMuteRuleInput$, () => __Unit
1186
1242
  ];
@@ -1250,6 +1306,9 @@ export var GetMetricStream$ = [9, n0, _GMSe,
1250
1306
  export var GetMetricWidgetImage$ = [9, n0, _GMWI,
1251
1307
  0, () => GetMetricWidgetImageInput$, () => GetMetricWidgetImageOutput$
1252
1308
  ];
1309
+ export var GetOTelEnrichment$ = [9, n0, _GOTE,
1310
+ 0, () => GetOTelEnrichmentInput$, () => GetOTelEnrichmentOutput$
1311
+ ];
1253
1312
  export var ListAlarmMuteRules$ = [9, n0, _LAMR,
1254
1313
  0, () => ListAlarmMuteRulesInput$, () => ListAlarmMuteRulesOutput$
1255
1314
  ];
@@ -1301,9 +1360,15 @@ export var SetAlarmState$ = [9, n0, _SAS,
1301
1360
  export var StartMetricStreams$ = [9, n0, _SMS,
1302
1361
  0, () => StartMetricStreamsInput$, () => StartMetricStreamsOutput$
1303
1362
  ];
1363
+ export var StartOTelEnrichment$ = [9, n0, _SOTE,
1364
+ 0, () => StartOTelEnrichmentInput$, () => StartOTelEnrichmentOutput$
1365
+ ];
1304
1366
  export var StopMetricStreams$ = [9, n0, _SMSt,
1305
1367
  0, () => StopMetricStreamsInput$, () => StopMetricStreamsOutput$
1306
1368
  ];
1369
+ export var StopOTelEnrichment$ = [9, n0, _SOTEt,
1370
+ 0, () => StopOTelEnrichmentInput$, () => StopOTelEnrichmentOutput$
1371
+ ];
1307
1372
  export var TagResource$ = [9, n0, _TR,
1308
1373
  0, () => TagResourceInput$, () => TagResourceOutput$
1309
1374
  ];