@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,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
|
+
DeleteInsightRulesInput,
|
|
15
|
+
DeleteInsightRulesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteInsightRulesCommandInput
|
|
18
|
+
extends DeleteInsightRulesInput {}
|
|
19
|
+
export interface DeleteInsightRulesCommandOutput
|
|
20
|
+
extends DeleteInsightRulesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteInsightRulesCommand extends $Command<
|
|
24
|
+
DeleteInsightRulesCommandInput,
|
|
25
|
+
DeleteInsightRulesCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteInsightRulesCommandInput;
|
|
29
|
+
constructor(input: DeleteInsightRulesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DeleteMetricStreamInput,
|
|
15
|
+
DeleteMetricStreamOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteMetricStreamCommandInput
|
|
18
|
+
extends DeleteMetricStreamInput {}
|
|
19
|
+
export interface DeleteMetricStreamCommandOutput
|
|
20
|
+
extends DeleteMetricStreamOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteMetricStreamCommand extends $Command<
|
|
24
|
+
DeleteMetricStreamCommandInput,
|
|
25
|
+
DeleteMetricStreamCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteMetricStreamCommandInput;
|
|
29
|
+
constructor(input: DeleteMetricStreamCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
DescribeAlarmHistoryInput,
|
|
15
|
+
DescribeAlarmHistoryOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAlarmHistoryCommandInput
|
|
18
|
+
extends DescribeAlarmHistoryInput {}
|
|
19
|
+
export interface DescribeAlarmHistoryCommandOutput
|
|
20
|
+
extends DescribeAlarmHistoryOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAlarmHistoryCommand extends $Command<
|
|
24
|
+
DescribeAlarmHistoryCommandInput,
|
|
25
|
+
DescribeAlarmHistoryCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAlarmHistoryCommandInput;
|
|
29
|
+
constructor(input: DescribeAlarmHistoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAlarmHistoryCommandInput,
|
|
37
|
+
DescribeAlarmHistoryCommandOutput
|
|
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 { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
|
|
15
|
+
export interface DescribeAlarmsCommandOutput
|
|
16
|
+
extends DescribeAlarmsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeAlarmsCommand extends $Command<
|
|
20
|
+
DescribeAlarmsCommandInput,
|
|
21
|
+
DescribeAlarmsCommandOutput,
|
|
22
|
+
CloudWatchClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeAlarmsCommandInput;
|
|
25
|
+
constructor(input: DescribeAlarmsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput>;
|
|
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
|
+
DescribeAlarmsForMetricInput,
|
|
15
|
+
DescribeAlarmsForMetricOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAlarmsForMetricCommandInput
|
|
18
|
+
extends DescribeAlarmsForMetricInput {}
|
|
19
|
+
export interface DescribeAlarmsForMetricCommandOutput
|
|
20
|
+
extends DescribeAlarmsForMetricOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAlarmsForMetricCommand extends $Command<
|
|
24
|
+
DescribeAlarmsForMetricCommandInput,
|
|
25
|
+
DescribeAlarmsForMetricCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAlarmsForMetricCommandInput;
|
|
29
|
+
constructor(input: DescribeAlarmsForMetricCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAlarmsForMetricCommandInput,
|
|
37
|
+
DescribeAlarmsForMetricCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeAnomalyDetectorsInput,
|
|
15
|
+
DescribeAnomalyDetectorsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAnomalyDetectorsCommandInput
|
|
18
|
+
extends DescribeAnomalyDetectorsInput {}
|
|
19
|
+
export interface DescribeAnomalyDetectorsCommandOutput
|
|
20
|
+
extends DescribeAnomalyDetectorsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAnomalyDetectorsCommand extends $Command<
|
|
24
|
+
DescribeAnomalyDetectorsCommandInput,
|
|
25
|
+
DescribeAnomalyDetectorsCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAnomalyDetectorsCommandInput;
|
|
29
|
+
constructor(input: DescribeAnomalyDetectorsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAnomalyDetectorsCommandInput,
|
|
37
|
+
DescribeAnomalyDetectorsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeInsightRulesInput,
|
|
15
|
+
DescribeInsightRulesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInsightRulesCommandInput
|
|
18
|
+
extends DescribeInsightRulesInput {}
|
|
19
|
+
export interface DescribeInsightRulesCommandOutput
|
|
20
|
+
extends DescribeInsightRulesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInsightRulesCommand extends $Command<
|
|
24
|
+
DescribeInsightRulesCommandInput,
|
|
25
|
+
DescribeInsightRulesCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInsightRulesCommandInput;
|
|
29
|
+
constructor(input: DescribeInsightRulesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInsightRulesCommandInput,
|
|
37
|
+
DescribeInsightRulesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { DisableAlarmActionsInput } from "../models/models_0";
|
|
14
|
+
export interface DisableAlarmActionsCommandInput
|
|
15
|
+
extends DisableAlarmActionsInput {}
|
|
16
|
+
export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DisableAlarmActionsCommand extends $Command<
|
|
19
|
+
DisableAlarmActionsCommandInput,
|
|
20
|
+
DisableAlarmActionsCommandOutput,
|
|
21
|
+
CloudWatchClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisableAlarmActionsCommandInput;
|
|
24
|
+
constructor(input: DisableAlarmActionsCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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
|
+
DisableInsightRulesInput,
|
|
15
|
+
DisableInsightRulesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisableInsightRulesCommandInput
|
|
18
|
+
extends DisableInsightRulesInput {}
|
|
19
|
+
export interface DisableInsightRulesCommandOutput
|
|
20
|
+
extends DisableInsightRulesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableInsightRulesCommand extends $Command<
|
|
24
|
+
DisableInsightRulesCommandInput,
|
|
25
|
+
DisableInsightRulesCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableInsightRulesCommandInput;
|
|
29
|
+
constructor(input: DisableInsightRulesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { EnableAlarmActionsInput } from "../models/models_0";
|
|
14
|
+
export interface EnableAlarmActionsCommandInput
|
|
15
|
+
extends EnableAlarmActionsInput {}
|
|
16
|
+
export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class EnableAlarmActionsCommand extends $Command<
|
|
19
|
+
EnableAlarmActionsCommandInput,
|
|
20
|
+
EnableAlarmActionsCommandOutput,
|
|
21
|
+
CloudWatchClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableAlarmActionsCommandInput;
|
|
24
|
+
constructor(input: EnableAlarmActionsCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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
|
+
EnableInsightRulesInput,
|
|
15
|
+
EnableInsightRulesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface EnableInsightRulesCommandInput
|
|
18
|
+
extends EnableInsightRulesInput {}
|
|
19
|
+
export interface EnableInsightRulesCommandOutput
|
|
20
|
+
extends EnableInsightRulesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableInsightRulesCommand extends $Command<
|
|
24
|
+
EnableInsightRulesCommandInput,
|
|
25
|
+
EnableInsightRulesCommandOutput,
|
|
26
|
+
CloudWatchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableInsightRulesCommandInput;
|
|
29
|
+
constructor(input: EnableInsightRulesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|