@aws-sdk/client-cloudwatch 3.49.0 → 3.50.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 (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +26 -26
  3. package/dist-types/ts3.4/CloudWatch.d.ts +0 -185
  4. package/dist-types/ts3.4/CloudWatchClient.d.ts +0 -109
  5. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +0 -36
  42. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  43. package/dist-types/ts3.4/index.d.ts +0 -6
  44. package/dist-types/ts3.4/models/index.d.ts +0 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -1392
  46. package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +0 -4
  47. package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +0 -4
  48. package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +0 -4
  49. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  51. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +0 -4
  52. package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +0 -4
  53. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +0 -4
  54. package/dist-types/ts3.4/pagination/index.d.ts +0 -8
  55. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -110
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  60. package/dist-types/ts3.4/waiters/index.d.ts +0 -2
  61. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +0 -7
  62. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +0 -7
@@ -1,17 +0,0 @@
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 { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0";
5
- export interface DisableInsightRulesCommandInput extends DisableInsightRulesInput {
6
- }
7
- export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableInsightRulesCommand extends $Command<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DisableInsightRulesCommandInput;
12
- constructor(input: DisableInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { EnableAlarmActionsInput } from "../models/models_0";
5
- export interface EnableAlarmActionsCommandInput extends EnableAlarmActionsInput {
6
- }
7
- export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableAlarmActionsCommand extends $Command<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: EnableAlarmActionsCommandInput;
12
- constructor(input: EnableAlarmActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0";
5
- export interface EnableInsightRulesCommandInput extends EnableInsightRulesInput {
6
- }
7
- export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableInsightRulesCommand extends $Command<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: EnableInsightRulesCommandInput;
12
- constructor(input: EnableInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
5
- export interface GetDashboardCommandInput extends GetDashboardInput {
6
- }
7
- export interface GetDashboardCommandOutput extends GetDashboardOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDashboardCommand extends $Command<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: GetDashboardCommandInput;
12
- constructor(input: GetDashboardCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDashboardCommandInput, GetDashboardCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0";
5
- export interface GetInsightRuleReportCommandInput extends GetInsightRuleReportInput {
6
- }
7
- export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInsightRuleReportCommand extends $Command<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: GetInsightRuleReportCommandInput;
12
- constructor(input: GetInsightRuleReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
5
- export interface GetMetricDataCommandInput extends GetMetricDataInput {
6
- }
7
- export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMetricDataCommand extends $Command<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: GetMetricDataCommandInput;
12
- constructor(input: GetMetricDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricDataCommandInput, GetMetricDataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0";
5
- export interface GetMetricStatisticsCommandInput extends GetMetricStatisticsInput {
6
- }
7
- export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMetricStatisticsCommand extends $Command<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: GetMetricStatisticsCommandInput;
12
- constructor(input: GetMetricStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0";
5
- export interface GetMetricStreamCommandInput extends GetMetricStreamInput {
6
- }
7
- export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMetricStreamCommand extends $Command<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: GetMetricStreamCommandInput;
12
- constructor(input: GetMetricStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricStreamCommandInput, GetMetricStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0";
5
- export interface GetMetricWidgetImageCommandInput extends GetMetricWidgetImageInput {
6
- }
7
- export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMetricWidgetImageCommand extends $Command<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: GetMetricWidgetImageCommandInput;
12
- constructor(input: GetMetricWidgetImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
5
- export interface ListDashboardsCommandInput extends ListDashboardsInput {
6
- }
7
- export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: ListDashboardsCommandInput;
12
- constructor(input: ListDashboardsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
5
- export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {
6
- }
7
- export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMetricStreamsCommand extends $Command<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: ListMetricStreamsCommandInput;
12
- constructor(input: ListMetricStreamsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
5
- export interface ListMetricsCommandInput extends ListMetricsInput {
6
- }
7
- export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMetricsCommand extends $Command<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: ListMetricsCommandInput;
12
- constructor(input: ListMetricsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricsCommandInput, ListMetricsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
5
- export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput {
6
- }
7
- export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutAnomalyDetectorCommand extends $Command<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutAnomalyDetectorCommandInput;
12
- constructor(input: PutAnomalyDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutCompositeAlarmInput } from "../models/models_0";
5
- export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {
6
- }
7
- export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutCompositeAlarmCommand extends $Command<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutCompositeAlarmCommandInput;
12
- constructor(input: PutCompositeAlarmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
5
- export interface PutDashboardCommandInput extends PutDashboardInput {
6
- }
7
- export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutDashboardCommand extends $Command<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutDashboardCommandInput;
12
- constructor(input: PutDashboardCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDashboardCommandInput, PutDashboardCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
5
- export interface PutInsightRuleCommandInput extends PutInsightRuleInput {
6
- }
7
- export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutInsightRuleCommand extends $Command<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutInsightRuleCommandInput;
12
- constructor(input: PutInsightRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutInsightRuleCommandInput, PutInsightRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutMetricAlarmInput } from "../models/models_0";
5
- export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {
6
- }
7
- export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutMetricAlarmCommand extends $Command<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutMetricAlarmCommandInput;
12
- constructor(input: PutMetricAlarmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutMetricDataInput } from "../models/models_0";
5
- export interface PutMetricDataCommandInput extends PutMetricDataInput {
6
- }
7
- export interface PutMetricDataCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutMetricDataCommand extends $Command<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutMetricDataCommandInput;
12
- constructor(input: PutMetricDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricDataCommandInput, PutMetricDataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
5
- export interface PutMetricStreamCommandInput extends PutMetricStreamInput {
6
- }
7
- export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutMetricStreamCommand extends $Command<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutMetricStreamCommandInput;
12
- constructor(input: PutMetricStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricStreamCommandInput, PutMetricStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { SetAlarmStateInput } from "../models/models_0";
5
- export interface SetAlarmStateCommandInput extends SetAlarmStateInput {
6
- }
7
- export interface SetAlarmStateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetAlarmStateCommand extends $Command<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: SetAlarmStateCommandInput;
12
- constructor(input: SetAlarmStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetAlarmStateCommandInput, SetAlarmStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
5
- export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput {
6
- }
7
- export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartMetricStreamsCommand extends $Command<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: StartMetricStreamsCommandInput;
12
- constructor(input: StartMetricStreamsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
5
- export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {
6
- }
7
- export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopMetricStreamsCommand extends $Command<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: StopMetricStreamsCommandInput;
12
- constructor(input: StopMetricStreamsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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,17 +0,0 @@
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,36 +0,0 @@
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 "./ListMetricStreamsCommand";
23
- export * from "./ListMetricsCommand";
24
- export * from "./ListTagsForResourceCommand";
25
- export * from "./PutAnomalyDetectorCommand";
26
- export * from "./PutCompositeAlarmCommand";
27
- export * from "./PutDashboardCommand";
28
- export * from "./PutInsightRuleCommand";
29
- export * from "./PutMetricAlarmCommand";
30
- export * from "./PutMetricDataCommand";
31
- export * from "./PutMetricStreamCommand";
32
- export * from "./SetAlarmStateCommand";
33
- export * from "./StartMetricStreamsCommand";
34
- export * from "./StopMetricStreamsCommand";
35
- export * from "./TagResourceCommand";
36
- export * from "./UntagResourceCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +0,0 @@
1
- export * from "./CloudWatch";
2
- export * from "./CloudWatchClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
@@ -1 +0,0 @@
1
- export * from "./models_0";