@aws-sdk/client-cloudwatch 3.1076.0 → 3.1078.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/dist-cjs/index.js +189 -612
- package/dist-es/commandBuilder.js +12 -0
- package/dist-es/commands/AssociateDatasetKmsKeyCommand.js +2 -14
- package/dist-es/commands/DeleteAlarmMuteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -14
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteDashboardsCommand.js +2 -14
- package/dist-es/commands/DeleteInsightRulesCommand.js +2 -14
- package/dist-es/commands/DeleteMetricStreamCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmContributorsCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmsCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -14
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -14
- package/dist-es/commands/DescribeInsightRulesCommand.js +2 -14
- package/dist-es/commands/DisableAlarmActionsCommand.js +2 -14
- package/dist-es/commands/DisableInsightRulesCommand.js +2 -14
- package/dist-es/commands/DisassociateDatasetKmsKeyCommand.js +2 -14
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -14
- package/dist-es/commands/EnableInsightRulesCommand.js +2 -14
- package/dist-es/commands/GetAlarmMuteRuleCommand.js +2 -14
- package/dist-es/commands/GetDashboardCommand.js +2 -14
- package/dist-es/commands/GetDatasetCommand.js +2 -14
- package/dist-es/commands/GetInsightRuleReportCommand.js +2 -14
- package/dist-es/commands/GetMetricDataCommand.js +2 -14
- package/dist-es/commands/GetMetricStatisticsCommand.js +2 -14
- package/dist-es/commands/GetMetricStreamCommand.js +2 -14
- package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -14
- package/dist-es/commands/GetOTelEnrichmentCommand.js +2 -14
- package/dist-es/commands/ListAlarmMuteRulesCommand.js +2 -14
- package/dist-es/commands/ListDashboardsCommand.js +2 -14
- package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -14
- package/dist-es/commands/ListMetricStreamsCommand.js +2 -14
- package/dist-es/commands/ListMetricsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAlarmMuteRuleCommand.js +2 -14
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/PutCompositeAlarmCommand.js +2 -14
- package/dist-es/commands/PutDashboardCommand.js +2 -14
- package/dist-es/commands/PutInsightRuleCommand.js +2 -14
- package/dist-es/commands/PutLogAlarmCommand.js +2 -14
- package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -14
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -14
- package/dist-es/commands/PutMetricDataCommand.js +2 -20
- package/dist-es/commands/PutMetricStreamCommand.js +2 -14
- package/dist-es/commands/SetAlarmStateCommand.js +2 -14
- package/dist-es/commands/StartMetricStreamsCommand.js +2 -14
- package/dist-es/commands/StartOTelEnrichmentCommand.js +2 -14
- package/dist-es/commands/StopMetricStreamsCommand.js +2 -14
- package/dist-es/commands/StopOTelEnrichmentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +22 -4
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AssociateDatasetKmsKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +9 -8
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +9 -8
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -8
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDatasetKmsKeyCommand.d.ts +3 -8
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -8
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
- package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -8
- package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -8
- package/dist-types/commands/PutDashboardCommand.d.ts +3 -8
- package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutLogAlarmCommand.d.ts +3 -8
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +9 -8
- package/dist-types/commands/PutMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -8
- package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -8
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -8
- package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -8
- package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +116 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +10 -12
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import { DeleteAlarmsInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteAlarmsCommandInput extends DeleteAlarmsInput {}
|
|
12
5
|
export interface DeleteAlarmsCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteAlarmsCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteAlarmsCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteAlarmsCommandInput,
|
|
18
11
|
DeleteAlarmsCommandOutput,
|
|
19
|
-
CloudWatchClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteAlarmsCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteAlarmsCommandInput,
|
|
27
20
|
DeleteAlarmsCommandOutput,
|
|
28
|
-
CloudWatchClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAnomalyDetectorInput,
|
|
10
4
|
DeleteAnomalyDetectorOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAnomalyDetectorCommandInput
|
|
15
8
|
extends DeleteAnomalyDetectorInput {}
|
|
16
9
|
export interface DeleteAnomalyDetectorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteAnomalyDetectorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteAnomalyDetectorCommandInput,
|
|
24
17
|
DeleteAnomalyDetectorCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteAnomalyDetectorCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteAnomalyDetectorCommandInput,
|
|
33
26
|
DeleteAnomalyDetectorCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteDashboardsInput,
|
|
10
4
|
DeleteDashboardsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDashboardsCommandInput extends DeleteDashboardsInput {}
|
|
15
8
|
export interface DeleteDashboardsCommandOutput
|
|
16
9
|
extends DeleteDashboardsOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteDashboardsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteDashboardsCommandInput,
|
|
23
16
|
DeleteDashboardsCommandOutput,
|
|
24
|
-
CloudWatchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteDashboardsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteDashboardsCommandInput,
|
|
32
25
|
DeleteDashboardsCommandOutput,
|
|
33
|
-
CloudWatchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteDashboardsCommand extends DeleteDashboardsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteInsightRulesInput,
|
|
10
4
|
DeleteInsightRulesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteInsightRulesCommandInput
|
|
15
8
|
extends DeleteInsightRulesInput {}
|
|
16
9
|
export interface DeleteInsightRulesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteInsightRulesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteInsightRulesCommandInput,
|
|
24
17
|
DeleteInsightRulesCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteInsightRulesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteInsightRulesCommandInput,
|
|
33
26
|
DeleteInsightRulesCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteInsightRulesCommand extends DeleteInsightRulesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteMetricStreamInput,
|
|
10
4
|
DeleteMetricStreamOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteMetricStreamCommandInput
|
|
15
8
|
extends DeleteMetricStreamInput {}
|
|
16
9
|
export interface DeleteMetricStreamCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteMetricStreamCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteMetricStreamCommandInput,
|
|
24
17
|
DeleteMetricStreamCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteMetricStreamCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteMetricStreamCommandInput,
|
|
33
26
|
DeleteMetricStreamCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteMetricStreamCommand extends DeleteMetricStreamCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAlarmContributorsInput,
|
|
10
4
|
DescribeAlarmContributorsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAlarmContributorsCommandInput
|
|
15
8
|
extends DescribeAlarmContributorsInput {}
|
|
16
9
|
export interface DescribeAlarmContributorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAlarmContributorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAlarmContributorsCommandInput,
|
|
24
17
|
DescribeAlarmContributorsCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAlarmContributorsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAlarmContributorsCommandInput,
|
|
33
26
|
DescribeAlarmContributorsCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAlarmContributorsCommand extends DescribeAlarmContributorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAlarmHistoryInput,
|
|
10
4
|
DescribeAlarmHistoryOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAlarmHistoryCommandInput
|
|
15
8
|
extends DescribeAlarmHistoryInput {}
|
|
16
9
|
export interface DescribeAlarmHistoryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAlarmHistoryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAlarmHistoryCommandInput,
|
|
24
17
|
DescribeAlarmHistoryCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAlarmHistoryCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAlarmHistoryCommandInput,
|
|
33
26
|
DescribeAlarmHistoryCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAlarmHistoryCommand extends DescribeAlarmHistoryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
|
|
12
5
|
export interface DescribeAlarmsCommandOutput
|
|
13
6
|
extends DescribeAlarmsOutput,
|
|
@@ -18,22 +11,20 @@ declare const DescribeAlarmsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeAlarmsCommandInput,
|
|
20
13
|
DescribeAlarmsCommandOutput,
|
|
21
|
-
CloudWatchClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [DescribeAlarmsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeAlarmsCommandInput,
|
|
29
22
|
DescribeAlarmsCommandOutput,
|
|
30
|
-
CloudWatchClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeAlarmsCommand extends DescribeAlarmsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAlarmsForMetricInput,
|
|
10
4
|
DescribeAlarmsForMetricOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAlarmsForMetricCommandInput
|
|
15
8
|
extends DescribeAlarmsForMetricInput {}
|
|
16
9
|
export interface DescribeAlarmsForMetricCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAlarmsForMetricCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAlarmsForMetricCommandInput,
|
|
24
17
|
DescribeAlarmsForMetricCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAlarmsForMetricCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAlarmsForMetricCommandInput,
|
|
33
26
|
DescribeAlarmsForMetricCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAlarmsForMetricCommand extends DescribeAlarmsForMetricCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAnomalyDetectorsInput,
|
|
10
4
|
DescribeAnomalyDetectorsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAnomalyDetectorsCommandInput
|
|
15
8
|
extends DescribeAnomalyDetectorsInput {}
|
|
16
9
|
export interface DescribeAnomalyDetectorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAnomalyDetectorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAnomalyDetectorsCommandInput,
|
|
24
17
|
DescribeAnomalyDetectorsCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAnomalyDetectorsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAnomalyDetectorsCommandInput,
|
|
33
26
|
DescribeAnomalyDetectorsCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAnomalyDetectorsCommand extends DescribeAnomalyDetectorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeInsightRulesInput,
|
|
10
4
|
DescribeInsightRulesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeInsightRulesCommandInput
|
|
15
8
|
extends DescribeInsightRulesInput {}
|
|
16
9
|
export interface DescribeInsightRulesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeInsightRulesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeInsightRulesCommandInput,
|
|
24
17
|
DescribeInsightRulesCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeInsightRulesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeInsightRulesCommandInput,
|
|
33
26
|
DescribeInsightRulesCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import { DisableAlarmActionsInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DisableAlarmActionsCommandInput
|
|
12
5
|
extends DisableAlarmActionsInput {}
|
|
13
6
|
export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DisableAlarmActionsCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DisableAlarmActionsCommandInput,
|
|
19
12
|
DisableAlarmActionsCommandOutput,
|
|
20
|
-
CloudWatchClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DisableAlarmActionsCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DisableAlarmActionsCommandInput,
|
|
28
21
|
DisableAlarmActionsCommandOutput,
|
|
29
|
-
CloudWatchClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DisableAlarmActionsCommand extends DisableAlarmActionsCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DisableInsightRulesInput,
|
|
10
4
|
DisableInsightRulesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisableInsightRulesCommandInput
|
|
15
8
|
extends DisableInsightRulesInput {}
|
|
16
9
|
export interface DisableInsightRulesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisableInsightRulesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisableInsightRulesCommandInput,
|
|
24
17
|
DisableInsightRulesCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisableInsightRulesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisableInsightRulesCommandInput,
|
|
33
26
|
DisableInsightRulesCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchClient";
|
|
8
2
|
import {
|
|
9
3
|
DisassociateDatasetKmsKeyInput,
|
|
10
4
|
DisassociateDatasetKmsKeyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisassociateDatasetKmsKeyCommandInput
|
|
15
8
|
extends DisassociateDatasetKmsKeyInput {}
|
|
16
9
|
export interface DisassociateDatasetKmsKeyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateDatasetKmsKeyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateDatasetKmsKeyCommandInput,
|
|
24
17
|
DisassociateDatasetKmsKeyCommandOutput,
|
|
25
|
-
CloudWatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociateDatasetKmsKeyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateDatasetKmsKeyCommandInput,
|
|
33
26
|
DisassociateDatasetKmsKeyCommandOutput,
|
|
34
|
-
CloudWatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisassociateDatasetKmsKeyCommand extends DisassociateDatasetKmsKeyCommand_base {
|
|
43
34
|
protected static __types: {
|