@aws-sdk/client-cloudwatch 3.1086.0 → 3.1088.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 (73) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudWatch.d.ts +169 -183
  3. package/dist-types/ts3.4/CloudWatchClient.d.ts +10 -34
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
  7. package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -4
  9. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +2 -2
  10. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +2 -4
  17. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +3 -4
  21. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +3 -8
  34. package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +3 -8
  38. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +2 -2
  41. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +2 -2
  46. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +2 -2
  48. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +2 -2
  49. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +2 -2
  51. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  58. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  59. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  60. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  61. package/dist-types/ts3.4/models/errors.d.ts +12 -45
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  63. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +1 -4
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -28
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -22
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -28
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  68. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  69. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +3 -5
  70. package/dist-types/ts3.4/waiters/waitForAlarmMuteRuleExists.d.ts +3 -5
  71. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +3 -5
  72. package/dist-types/ts3.4/waiters/waitForLogAlarmExists.d.ts +3 -5
  73. package/package.json +41 -41
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1085.0";
73
+ var version = "3.1087.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76