@aws-sdk/client-cloudwatch 3.169.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
  3. package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
  4. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
  17. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  44. package/dist-types/ts3.4/index.d.ts +7 -7
  45. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
  48. package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  59. package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceInput {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceInput {}
15
+ export interface UntagResourceCommandOutput
16
+ extends UntagResourceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UntagResourceCommand extends $Command<
20
+ UntagResourceCommandInput,
21
+ UntagResourceCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: UntagResourceCommandInput;
25
+ constructor(input: UntagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,38 +1,38 @@
1
- export * from "./DeleteAlarmsCommand";
2
- export * from "./DeleteAnomalyDetectorCommand";
3
- export * from "./DeleteDashboardsCommand";
4
- export * from "./DeleteInsightRulesCommand";
5
- export * from "./DeleteMetricStreamCommand";
6
- export * from "./DescribeAlarmHistoryCommand";
7
- export * from "./DescribeAlarmsCommand";
8
- export * from "./DescribeAlarmsForMetricCommand";
9
- export * from "./DescribeAnomalyDetectorsCommand";
10
- export * from "./DescribeInsightRulesCommand";
11
- export * from "./DisableAlarmActionsCommand";
12
- export * from "./DisableInsightRulesCommand";
13
- export * from "./EnableAlarmActionsCommand";
14
- export * from "./EnableInsightRulesCommand";
15
- export * from "./GetDashboardCommand";
16
- export * from "./GetInsightRuleReportCommand";
17
- export * from "./GetMetricDataCommand";
18
- export * from "./GetMetricStatisticsCommand";
19
- export * from "./GetMetricStreamCommand";
20
- export * from "./GetMetricWidgetImageCommand";
21
- export * from "./ListDashboardsCommand";
22
- export * from "./ListManagedInsightRulesCommand";
23
- export * from "./ListMetricStreamsCommand";
24
- export * from "./ListMetricsCommand";
25
- export * from "./ListTagsForResourceCommand";
26
- export * from "./PutAnomalyDetectorCommand";
27
- export * from "./PutCompositeAlarmCommand";
28
- export * from "./PutDashboardCommand";
29
- export * from "./PutInsightRuleCommand";
30
- export * from "./PutManagedInsightRulesCommand";
31
- export * from "./PutMetricAlarmCommand";
32
- export * from "./PutMetricDataCommand";
33
- export * from "./PutMetricStreamCommand";
34
- export * from "./SetAlarmStateCommand";
35
- export * from "./StartMetricStreamsCommand";
36
- export * from "./StopMetricStreamsCommand";
37
- export * from "./TagResourceCommand";
38
- export * from "./UntagResourceCommand";
1
+ export * from "./DeleteAlarmsCommand";
2
+ export * from "./DeleteAnomalyDetectorCommand";
3
+ export * from "./DeleteDashboardsCommand";
4
+ export * from "./DeleteInsightRulesCommand";
5
+ export * from "./DeleteMetricStreamCommand";
6
+ export * from "./DescribeAlarmHistoryCommand";
7
+ export * from "./DescribeAlarmsCommand";
8
+ export * from "./DescribeAlarmsForMetricCommand";
9
+ export * from "./DescribeAnomalyDetectorsCommand";
10
+ export * from "./DescribeInsightRulesCommand";
11
+ export * from "./DisableAlarmActionsCommand";
12
+ export * from "./DisableInsightRulesCommand";
13
+ export * from "./EnableAlarmActionsCommand";
14
+ export * from "./EnableInsightRulesCommand";
15
+ export * from "./GetDashboardCommand";
16
+ export * from "./GetInsightRuleReportCommand";
17
+ export * from "./GetMetricDataCommand";
18
+ export * from "./GetMetricStatisticsCommand";
19
+ export * from "./GetMetricStreamCommand";
20
+ export * from "./GetMetricWidgetImageCommand";
21
+ export * from "./ListDashboardsCommand";
22
+ export * from "./ListManagedInsightRulesCommand";
23
+ export * from "./ListMetricStreamsCommand";
24
+ export * from "./ListMetricsCommand";
25
+ export * from "./ListTagsForResourceCommand";
26
+ export * from "./PutAnomalyDetectorCommand";
27
+ export * from "./PutCompositeAlarmCommand";
28
+ export * from "./PutDashboardCommand";
29
+ export * from "./PutInsightRuleCommand";
30
+ export * from "./PutManagedInsightRulesCommand";
31
+ export * from "./PutMetricAlarmCommand";
32
+ export * from "./PutMetricDataCommand";
33
+ export * from "./PutMetricStreamCommand";
34
+ export * from "./SetAlarmStateCommand";
35
+ export * from "./StartMetricStreamsCommand";
36
+ export * from "./StopMetricStreamsCommand";
37
+ export * from "./TagResourceCommand";
38
+ export * from "./UntagResourceCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./CloudWatch";
2
- export * from "./CloudWatchClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { CloudWatchServiceException } from "./models/CloudWatchServiceException";
1
+ export * from "./CloudWatch";
2
+ export * from "./CloudWatchClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { CloudWatchServiceException } from "./models/CloudWatchServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class CloudWatchServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class CloudWatchServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";