@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 { 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
+ 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 { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
14
+ export interface GetDashboardCommandInput extends GetDashboardInput {}
15
+ export interface GetDashboardCommandOutput
16
+ extends GetDashboardOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetDashboardCommand extends $Command<
20
+ GetDashboardCommandInput,
21
+ GetDashboardCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: GetDashboardCommandInput;
25
+ constructor(input: GetDashboardCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDashboardCommandInput, GetDashboardCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+ 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 {
14
+ GetInsightRuleReportInput,
15
+ GetInsightRuleReportOutput,
16
+ } from "../models/models_0";
17
+ export interface GetInsightRuleReportCommandInput
18
+ extends GetInsightRuleReportInput {}
19
+ export interface GetInsightRuleReportCommandOutput
20
+ extends GetInsightRuleReportOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInsightRuleReportCommand extends $Command<
24
+ GetInsightRuleReportCommandInput,
25
+ GetInsightRuleReportCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: GetInsightRuleReportCommandInput;
29
+ constructor(input: GetInsightRuleReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetInsightRuleReportCommandInput,
37
+ GetInsightRuleReportCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+ 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 { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
14
+ export interface GetMetricDataCommandInput extends GetMetricDataInput {}
15
+ export interface GetMetricDataCommandOutput
16
+ extends GetMetricDataOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetMetricDataCommand extends $Command<
20
+ GetMetricDataCommandInput,
21
+ GetMetricDataCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: GetMetricDataCommandInput;
25
+ constructor(input: GetMetricDataCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetMetricDataCommandInput, GetMetricDataCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
+ 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 {
14
+ GetMetricStatisticsInput,
15
+ GetMetricStatisticsOutput,
16
+ } from "../models/models_0";
17
+ export interface GetMetricStatisticsCommandInput
18
+ extends GetMetricStatisticsInput {}
19
+ export interface GetMetricStatisticsCommandOutput
20
+ extends GetMetricStatisticsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetMetricStatisticsCommand extends $Command<
24
+ GetMetricStatisticsCommandInput,
25
+ GetMetricStatisticsCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: GetMetricStatisticsCommandInput;
29
+ constructor(input: GetMetricStatisticsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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
+ 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 {
14
+ GetMetricStreamInput,
15
+ GetMetricStreamOutput,
16
+ } from "../models/models_0";
17
+ export interface GetMetricStreamCommandInput extends GetMetricStreamInput {}
18
+ export interface GetMetricStreamCommandOutput
19
+ extends GetMetricStreamOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetMetricStreamCommand extends $Command<
23
+ GetMetricStreamCommandInput,
24
+ GetMetricStreamCommandOutput,
25
+ CloudWatchClientResolvedConfig
26
+ > {
27
+ readonly input: GetMetricStreamCommandInput;
28
+ constructor(input: GetMetricStreamCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudWatchClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMetricStreamCommandInput, GetMetricStreamCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
+ 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 {
14
+ GetMetricWidgetImageInput,
15
+ GetMetricWidgetImageOutput,
16
+ } from "../models/models_0";
17
+ export interface GetMetricWidgetImageCommandInput
18
+ extends GetMetricWidgetImageInput {}
19
+ export interface GetMetricWidgetImageCommandOutput
20
+ extends GetMetricWidgetImageOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetMetricWidgetImageCommand extends $Command<
24
+ GetMetricWidgetImageCommandInput,
25
+ GetMetricWidgetImageCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: GetMetricWidgetImageCommandInput;
29
+ constructor(input: GetMetricWidgetImageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetMetricWidgetImageCommandInput,
37
+ GetMetricWidgetImageCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+ 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 { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
14
+ export interface ListDashboardsCommandInput extends ListDashboardsInput {}
15
+ export interface ListDashboardsCommandOutput
16
+ extends ListDashboardsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListDashboardsCommand extends $Command<
20
+ ListDashboardsCommandInput,
21
+ ListDashboardsCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: ListDashboardsCommandInput;
25
+ constructor(input: ListDashboardsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0";
5
- export interface ListManagedInsightRulesCommandInput extends ListManagedInsightRulesInput {
6
- }
7
- export interface ListManagedInsightRulesCommandOutput extends ListManagedInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListManagedInsightRulesCommand extends $Command<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: ListManagedInsightRulesCommandInput;
12
- constructor(input: ListManagedInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput>;
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 {
14
+ ListManagedInsightRulesInput,
15
+ ListManagedInsightRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListManagedInsightRulesCommandInput
18
+ extends ListManagedInsightRulesInput {}
19
+ export interface ListManagedInsightRulesCommandOutput
20
+ extends ListManagedInsightRulesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListManagedInsightRulesCommand extends $Command<
24
+ ListManagedInsightRulesCommandInput,
25
+ ListManagedInsightRulesCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: ListManagedInsightRulesCommandInput;
29
+ constructor(input: ListManagedInsightRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListManagedInsightRulesCommandInput,
37
+ ListManagedInsightRulesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
+ 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 {
14
+ ListMetricStreamsInput,
15
+ ListMetricStreamsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {}
18
+ export interface ListMetricStreamsCommandOutput
19
+ extends ListMetricStreamsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListMetricStreamsCommand extends $Command<
23
+ ListMetricStreamsCommandInput,
24
+ ListMetricStreamsCommandOutput,
25
+ CloudWatchClientResolvedConfig
26
+ > {
27
+ readonly input: ListMetricStreamsCommandInput;
28
+ constructor(input: ListMetricStreamsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudWatchClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
+ 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 { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
14
+ export interface ListMetricsCommandInput extends ListMetricsInput {}
15
+ export interface ListMetricsCommandOutput
16
+ extends ListMetricsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListMetricsCommand extends $Command<
20
+ ListMetricsCommandInput,
21
+ ListMetricsCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: ListMetricsCommandInput;
25
+ constructor(input: ListMetricsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListMetricsCommandInput, ListMetricsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
+ 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 {
14
+ ListTagsForResourceInput,
15
+ ListTagsForResourceOutput,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceInput {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }