@aws-sdk/client-cloudwatch 3.1076.0 → 3.1078.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 (175) hide show
  1. package/dist-cjs/index.js +189 -612
  2. package/dist-es/commandBuilder.js +12 -0
  3. package/dist-es/commands/AssociateDatasetKmsKeyCommand.js +2 -14
  4. package/dist-es/commands/DeleteAlarmMuteRuleCommand.js +2 -14
  5. package/dist-es/commands/DeleteAlarmsCommand.js +2 -14
  6. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -14
  7. package/dist-es/commands/DeleteDashboardsCommand.js +2 -14
  8. package/dist-es/commands/DeleteInsightRulesCommand.js +2 -14
  9. package/dist-es/commands/DeleteMetricStreamCommand.js +2 -14
  10. package/dist-es/commands/DescribeAlarmContributorsCommand.js +2 -14
  11. package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -14
  12. package/dist-es/commands/DescribeAlarmsCommand.js +2 -14
  13. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -14
  14. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -14
  15. package/dist-es/commands/DescribeInsightRulesCommand.js +2 -14
  16. package/dist-es/commands/DisableAlarmActionsCommand.js +2 -14
  17. package/dist-es/commands/DisableInsightRulesCommand.js +2 -14
  18. package/dist-es/commands/DisassociateDatasetKmsKeyCommand.js +2 -14
  19. package/dist-es/commands/EnableAlarmActionsCommand.js +2 -14
  20. package/dist-es/commands/EnableInsightRulesCommand.js +2 -14
  21. package/dist-es/commands/GetAlarmMuteRuleCommand.js +2 -14
  22. package/dist-es/commands/GetDashboardCommand.js +2 -14
  23. package/dist-es/commands/GetDatasetCommand.js +2 -14
  24. package/dist-es/commands/GetInsightRuleReportCommand.js +2 -14
  25. package/dist-es/commands/GetMetricDataCommand.js +2 -14
  26. package/dist-es/commands/GetMetricStatisticsCommand.js +2 -14
  27. package/dist-es/commands/GetMetricStreamCommand.js +2 -14
  28. package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -14
  29. package/dist-es/commands/GetOTelEnrichmentCommand.js +2 -14
  30. package/dist-es/commands/ListAlarmMuteRulesCommand.js +2 -14
  31. package/dist-es/commands/ListDashboardsCommand.js +2 -14
  32. package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -14
  33. package/dist-es/commands/ListMetricStreamsCommand.js +2 -14
  34. package/dist-es/commands/ListMetricsCommand.js +2 -14
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  36. package/dist-es/commands/PutAlarmMuteRuleCommand.js +2 -14
  37. package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -14
  38. package/dist-es/commands/PutCompositeAlarmCommand.js +2 -14
  39. package/dist-es/commands/PutDashboardCommand.js +2 -14
  40. package/dist-es/commands/PutInsightRuleCommand.js +2 -14
  41. package/dist-es/commands/PutLogAlarmCommand.js +2 -14
  42. package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -14
  43. package/dist-es/commands/PutMetricAlarmCommand.js +2 -14
  44. package/dist-es/commands/PutMetricDataCommand.js +2 -20
  45. package/dist-es/commands/PutMetricStreamCommand.js +2 -14
  46. package/dist-es/commands/SetAlarmStateCommand.js +2 -14
  47. package/dist-es/commands/StartMetricStreamsCommand.js +2 -14
  48. package/dist-es/commands/StartOTelEnrichmentCommand.js +2 -14
  49. package/dist-es/commands/StopMetricStreamsCommand.js +2 -14
  50. package/dist-es/commands/StopOTelEnrichmentCommand.js +2 -14
  51. package/dist-es/commands/TagResourceCommand.js +2 -14
  52. package/dist-es/commands/UntagResourceCommand.js +2 -14
  53. package/dist-es/index.js +1 -0
  54. package/dist-es/runtimeConfig.browser.js +0 -2
  55. package/dist-es/runtimeConfig.js +1 -2
  56. package/dist-es/runtimeConfig.native.js +0 -2
  57. package/dist-es/runtimeConfig.shared.js +2 -0
  58. package/dist-es/schemas/schemas_0.js +22 -4
  59. package/dist-types/commandBuilder.d.ts +22 -0
  60. package/dist-types/commands/AssociateDatasetKmsKeyCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteAlarmsCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeAlarmsCommand.d.ts +9 -8
  70. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +9 -8
  71. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -8
  73. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -8
  74. package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -8
  75. package/dist-types/commands/DisassociateDatasetKmsKeyCommand.d.ts +3 -8
  76. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -8
  77. package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -8
  78. package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +3 -8
  79. package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
  80. package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
  81. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -8
  82. package/dist-types/commands/GetMetricDataCommand.d.ts +3 -8
  83. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -8
  84. package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -8
  85. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -8
  86. package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +3 -8
  87. package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListMetricsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +3 -8
  94. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
  95. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -8
  96. package/dist-types/commands/PutDashboardCommand.d.ts +3 -8
  97. package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -8
  98. package/dist-types/commands/PutLogAlarmCommand.d.ts +3 -8
  99. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -8
  100. package/dist-types/commands/PutMetricAlarmCommand.d.ts +9 -8
  101. package/dist-types/commands/PutMetricDataCommand.d.ts +3 -8
  102. package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -8
  103. package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -8
  104. package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -8
  105. package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +3 -8
  106. package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -8
  107. package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +3 -8
  108. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  109. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  110. package/dist-types/index.d.ts +1 -0
  111. package/dist-types/models/models_0.d.ts +116 -0
  112. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  113. package/dist-types/runtimeConfig.d.ts +1 -1
  114. package/dist-types/runtimeConfig.native.d.ts +1 -1
  115. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  116. package/dist-types/schemas/schemas_0.d.ts +3 -0
  117. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  118. package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/index.d.ts +1 -0
  169. package/dist-types/ts3.4/models/models_0.d.ts +32 -0
  170. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  171. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  172. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  173. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  174. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  175. package/package.json +10 -12
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { PutMetricDataInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutMetricDataCommandInput extends PutMetricDataInput {
22
19
  export interface PutMetricDataCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutMetricDataCommand_base: {
25
- new (input: PutMetricDataCommandInput): import("@smithy/core/client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutMetricDataCommandInput): import("@smithy/core/client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutMetricDataCommandInput): import("@smithy/core/client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutMetricDataCommandInput): import("@smithy/core/client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Publishes metric data to Amazon CloudWatch. CloudWatch associates the data with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {
22
19
  export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutMetricStreamCommand_base: {
25
- new (input: PutMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates a metric stream. Metric streams can automatically stream CloudWatch
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { SetAlarmStateInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetAlarmStateCommandInput extends SetAlarmStateInput {
22
19
  export interface SetAlarmStateCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const SetAlarmStateCommand_base: {
25
- new (input: SetAlarmStateCommandInput): import("@smithy/core/client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetAlarmStateCommandInput): import("@smithy/core/client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetAlarmStateCommandInput): import("@smithy/core/client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetAlarmStateCommandInput): import("@smithy/core/client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Temporarily sets the state of an alarm for testing purposes. When the updated state
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput
22
19
  export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartMetricStreamsCommand_base: {
25
- new (input: StartMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the streaming of metrics for one or more of your metric streams.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { StartOTelEnrichmentInput, StartOTelEnrichmentOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartOTelEnrichmentCommandInput extends StartOTelEnrichmentInpu
22
19
  export interface StartOTelEnrichmentCommandOutput extends StartOTelEnrichmentOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartOTelEnrichmentCommand_base: {
25
- new (input: StartOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StartOTelEnrichmentCommandInput, StartOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StartOTelEnrichmentCommandInput, StartOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StartOTelEnrichmentCommandInput, StartOTelEnrichmentCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [StartOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StartOTelEnrichmentCommandInput, StartOTelEnrichmentCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables enrichment and PromQL access for CloudWatch vended metrics for <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html">supported Amazon Web Services resources</a> in the account. Once enabled,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {
22
19
  export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StopMetricStreamsCommand_base: {
25
- new (input: StopMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops the streaming of metrics for one or more of your metric streams.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { StopOTelEnrichmentInput, StopOTelEnrichmentOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopOTelEnrichmentCommandInput extends StopOTelEnrichmentInput
22
19
  export interface StopOTelEnrichmentCommandOutput extends StopOTelEnrichmentOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StopOTelEnrichmentCommand_base: {
25
- new (input: StopOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StopOTelEnrichmentCommandInput, StopOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StopOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StopOTelEnrichmentCommandInput, StopOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StopOTelEnrichmentCommandInput, StopOTelEnrichmentCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [StopOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StopOTelEnrichmentCommandInput, StopOTelEnrichmentCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disables enrichment and PromQL access for CloudWatch vended metrics for <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html">supported Amazon Web Services resources</a> in the account. After disabling,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from the specified resource. Currently, alarms, dashboards,
@@ -59,6 +59,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
59
59
  export type { RuntimeExtension } from "./runtimeExtensions";
60
60
  export type { CloudWatchExtensionConfiguration } from "./extensionConfiguration";
61
61
  export * from "./commands";
62
+ export { Command as $Command } from "@smithy/core/client";
62
63
  export * from "./schemas/schemas_0";
63
64
  export * from "./pagination";
64
65
  export * from "./waiters";
@@ -1426,6 +1426,98 @@ export declare namespace EvaluationCriteria {
1426
1426
  _: (name: string, value: any) => T;
1427
1427
  }
1428
1428
  }
1429
+ /**
1430
+ * <p>An evaluation window that advances each time the alarm is evaluated, forming a rolling
1431
+ * time window. This is the default evaluation window. A sliding window has no additional
1432
+ * configuration options.</p>
1433
+ * <p>Choose a sliding window when you need the fastest detection and the calendar
1434
+ * boundaries of the data don't matter, such as for continuous performance, latency, or
1435
+ * resource-exhaustion monitoring.</p>
1436
+ * @public
1437
+ */
1438
+ export interface SlidingWindow {
1439
+ }
1440
+ /**
1441
+ * <p>An evaluation window that aligns the evaluated range to fixed clock boundaries that
1442
+ * match the alarm's period, such as the top of the hour, midnight, or the start of the
1443
+ * calendar week, optionally in a specific time zone.</p>
1444
+ * <p>When you use a wall clock window, the alarm's period must be 1 minute (60 seconds),
1445
+ * 5 minutes (300 seconds), 1 hour (3,600 seconds), 1 day (86,400 seconds), or 1 week
1446
+ * (604,800 seconds). Other period values aren't supported with a wall clock window.</p>
1447
+ * <p>Choose a wall clock window when your monitoring is tied to a business or calendar
1448
+ * period, such as daily reports, batch jobs, or backups, or when you want alarm
1449
+ * evaluations to match the periods shown on a metric dashboard.</p>
1450
+ * @public
1451
+ */
1452
+ export interface WallClockWindow {
1453
+ /**
1454
+ * <p>The time zone to use when the alarm aligns the evaluation window to clock boundaries.
1455
+ * You can specify an IANA time zone name (for example, <code>America/New_York</code>), a
1456
+ * fixed UTC offset (for example, <code>+05:30</code>), or an offset-prefixed identifier
1457
+ * (for example, <code>UTC+05:30</code>). The offset must be aligned to a multiple of
1458
+ * 5 minutes. If you don't specify a time zone, CloudWatch uses
1459
+ * <code>UTC</code>.</p>
1460
+ * <p>The time zone affects window alignment for all periods, including periods of one
1461
+ * hour or shorter.</p>
1462
+ * @public
1463
+ */
1464
+ Timezone?: string | undefined;
1465
+ }
1466
+ /**
1467
+ * <p>The evaluation window that an alarm uses to select the range of metric data that it
1468
+ * evaluates each time it runs. This is a union type. Set exactly one of its members,
1469
+ * <code>SlidingWindow</code> or <code>WallClockWindow</code>. If you don't set
1470
+ * <code>EvaluationWindow</code>, the alarm uses a <code>SlidingWindow</code> by
1471
+ * default.</p>
1472
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/alarm-evaluation-window.html">Alarm
1473
+ * evaluation windows</a> in the <i>CloudWatch User
1474
+ * Guide</i>.</p>
1475
+ * @public
1476
+ */
1477
+ export type EvaluationWindow = EvaluationWindow.SlidingWindowMember | EvaluationWindow.WallClockWindowMember | EvaluationWindow.$UnknownMember;
1478
+ /**
1479
+ * @public
1480
+ */
1481
+ export declare namespace EvaluationWindow {
1482
+ /**
1483
+ * <p>A wall clock window, which aligns the evaluated range to fixed clock boundaries that
1484
+ * match the alarm's period, such as the top of the hour, midnight, or the start of the
1485
+ * calendar week.</p>
1486
+ * @public
1487
+ */
1488
+ interface WallClockWindowMember {
1489
+ WallClockWindow: WallClockWindow;
1490
+ SlidingWindow?: never;
1491
+ $unknown?: never;
1492
+ }
1493
+ /**
1494
+ * <p>A sliding window, which advances each time the alarm is evaluated, forming a rolling
1495
+ * time window. This is the default evaluation window.</p>
1496
+ * @public
1497
+ */
1498
+ interface SlidingWindowMember {
1499
+ WallClockWindow?: never;
1500
+ SlidingWindow: SlidingWindow;
1501
+ $unknown?: never;
1502
+ }
1503
+ /**
1504
+ * @public
1505
+ */
1506
+ interface $UnknownMember {
1507
+ WallClockWindow?: never;
1508
+ SlidingWindow?: never;
1509
+ $unknown: [string, any];
1510
+ }
1511
+ /**
1512
+ * @deprecated unused in schema-serde mode.
1513
+ *
1514
+ */
1515
+ interface Visitor<T> {
1516
+ WallClockWindow: (value: WallClockWindow) => T;
1517
+ SlidingWindow: (value: SlidingWindow) => T;
1518
+ _: (name: string, value: any) => T;
1519
+ }
1520
+ }
1429
1521
  /**
1430
1522
  * <p>The details about a metric alarm.</p>
1431
1523
  * @public
@@ -1613,6 +1705,15 @@ export interface MetricAlarm {
1613
1705
  * @public
1614
1706
  */
1615
1707
  StateTransitionedTimestamp?: Date | undefined;
1708
+ /**
1709
+ * <p>The evaluation window that the alarm uses to select the range of metric data that it
1710
+ * evaluates. This is either a sliding window or a wall clock window. For more information,
1711
+ * see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/alarm-evaluation-window.html">Alarm
1712
+ * evaluation windows</a> in the <i>CloudWatch User
1713
+ * Guide</i>.</p>
1714
+ * @public
1715
+ */
1716
+ EvaluationWindow?: EvaluationWindow | undefined;
1616
1717
  /**
1617
1718
  * <p>The evaluation criteria for the alarm.</p>
1618
1719
  * @public
@@ -5008,6 +5109,21 @@ export interface PutMetricAlarmInput {
5008
5109
  * @public
5009
5110
  */
5010
5111
  ThresholdMetricId?: string | undefined;
5112
+ /**
5113
+ * <p>The evaluation window that the alarm uses to select the range of metric data that it
5114
+ * evaluates. Specify either a sliding window or a wall clock window. If you omit this
5115
+ * parameter, the alarm uses a sliding window.</p>
5116
+ * <p>A sliding window advances each time the alarm is evaluated, forming a rolling time
5117
+ * window. A wall clock window aligns the evaluated range to fixed clock boundaries, such
5118
+ * as the top of the hour or the start of the day.</p>
5119
+ * <p>You can use <code>EvaluationWindow</code> with any type of metric alarm except alarms
5120
+ * that are based on a PromQL query.</p>
5121
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/alarm-evaluation-window.html">Alarm
5122
+ * evaluation windows</a> in the <i>CloudWatch User
5123
+ * Guide</i>.</p>
5124
+ * @public
5125
+ */
5126
+ EvaluationWindow?: EvaluationWindow | undefined;
5011
5127
  /**
5012
5128
  * <p>The evaluation criteria for the alarm. For each <code>PutMetricAlarm</code>
5013
5129
  * operation, you must specify either <code>MetricName</code>, a <code>Metrics</code>
@@ -15,7 +15,6 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
15
15
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
16
16
  requestMinCompressionSizeBytes: number | import("@smithy/types").Provider<number>;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
- sha256: import("@smithy/types").HashConstructor;
19
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
20
19
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
21
20
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -16,7 +16,6 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
16
16
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
17
17
  requestMinCompressionSizeBytes: number | import("@smithy/types").Provider<number>;
18
18
  retryMode: string | import("@smithy/types").Provider<string>;
19
- sha256: import("@smithy/types").HashConstructor;
20
19
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
21
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -28,6 +27,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
28
27
  [setting: string]: unknown;
29
28
  };
30
29
  apiVersion: string;
30
+ sha256: import("@smithy/types").HashConstructor;
31
31
  urlParser: import("@smithy/types").UrlParser;
32
32
  base64Decoder: import("@smithy/types").Decoder;
33
33
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { CloudWatchClientConfig } from "./CloudWatchClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -147,6 +147,7 @@ export declare var ScheduleConfiguration$: StaticStructureSchema;
147
147
  export declare var ScheduledQueryConfiguration$: StaticStructureSchema;
148
148
  export declare var SetAlarmStateInput$: StaticStructureSchema;
149
149
  export declare var SingleMetricAnomalyDetector$: StaticStructureSchema;
150
+ export declare var SlidingWindow$: StaticStructureSchema;
150
151
  export declare var StartMetricStreamsInput$: StaticStructureSchema;
151
152
  export declare var StartMetricStreamsOutput$: StaticStructureSchema;
152
153
  export declare var StartOTelEnrichmentInput$: StaticStructureSchema;
@@ -161,7 +162,9 @@ export declare var TagResourceInput$: StaticStructureSchema;
161
162
  export declare var TagResourceOutput$: StaticStructureSchema;
162
163
  export declare var UntagResourceInput$: StaticStructureSchema;
163
164
  export declare var UntagResourceOutput$: StaticStructureSchema;
165
+ export declare var WallClockWindow$: StaticStructureSchema;
164
166
  export declare var EvaluationCriteria$: StaticUnionSchema;
167
+ export declare var EvaluationWindow$: StaticUnionSchema;
165
168
  export declare var AssociateDatasetKmsKey$: StaticOperationSchema;
166
169
  export declare var DeleteAlarmMuteRule$: StaticOperationSchema;
167
170
  export declare var DeleteAlarms$: StaticOperationSchema;
@@ -0,0 +1,52 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CloudWatchClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CloudWatchClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CloudWatchClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CloudWatchClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
47
+ export declare const _mw1: (
48
+ Command: any,
49
+ cs: any,
50
+ config: any,
51
+ o: any
52
+ ) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  AssociateDatasetKmsKeyInput,
10
4
  AssociateDatasetKmsKeyOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateDatasetKmsKeyCommandInput
15
8
  extends AssociateDatasetKmsKeyInput {}
16
9
  export interface AssociateDatasetKmsKeyCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateDatasetKmsKeyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateDatasetKmsKeyCommandInput,
24
17
  AssociateDatasetKmsKeyCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateDatasetKmsKeyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateDatasetKmsKeyCommandInput,
33
26
  AssociateDatasetKmsKeyCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateDatasetKmsKeyCommand extends AssociateDatasetKmsKeyCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import { DeleteAlarmMuteRuleInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAlarmMuteRuleCommandInput
12
5
  extends DeleteAlarmMuteRuleInput {}
13
6
  export interface DeleteAlarmMuteRuleCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteAlarmMuteRuleCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteAlarmMuteRuleCommandInput,
19
12
  DeleteAlarmMuteRuleCommandOutput,
20
- CloudWatchClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").CloudWatchClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteAlarmMuteRuleCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteAlarmMuteRuleCommandInput,
28
21
  DeleteAlarmMuteRuleCommandOutput,
29
- CloudWatchClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").CloudWatchClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteAlarmMuteRuleCommand extends DeleteAlarmMuteRuleCommand_base {
38
29
  protected static __types: {