@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
- package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|