@aws-sdk/client-cloudwatch 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/CloudWatch.d.ts +169 -183
- package/dist-types/ts3.4/CloudWatchClient.d.ts +10 -34
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +12 -45
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -28
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -22
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -28
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAlarmMuteRuleExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLogAlarmExists.d.ts +3 -5
- package/package.json +40 -40
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { EnableAlarmActionsInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface EnableAlarmActionsCommandInput
|
|
5
|
-
extends EnableAlarmActionsInput {}
|
|
4
|
+
export interface EnableAlarmActionsCommandInput extends EnableAlarmActionsInput {}
|
|
6
5
|
export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const EnableAlarmActionsCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: EnableAlarmActionsCommandInput
|
|
8
|
+
input: EnableAlarmActionsCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
EnableAlarmActionsCommandInput,
|
|
12
11
|
EnableAlarmActionsCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const EnableAlarmActionsCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: EnableAlarmActionsCommandInput
|
|
17
|
+
input: EnableAlarmActionsCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
EnableAlarmActionsCommandInput,
|
|
21
20
|
EnableAlarmActionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
EnableInsightRulesInput,
|
|
4
|
-
EnableInsightRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface EnableInsightRulesCommandInput
|
|
8
|
-
extends EnableInsightRulesInput {}
|
|
4
|
+
export interface EnableInsightRulesCommandInput extends EnableInsightRulesInput {}
|
|
9
5
|
export interface EnableInsightRulesCommandOutput
|
|
10
|
-
extends EnableInsightRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EnableInsightRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const EnableInsightRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: EnableInsightRulesCommandInput
|
|
9
|
+
input: EnableInsightRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
EnableInsightRulesCommandInput,
|
|
17
12
|
EnableInsightRulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const EnableInsightRulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: EnableInsightRulesCommandInput
|
|
18
|
+
input: EnableInsightRulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
EnableInsightRulesCommandInput,
|
|
26
21
|
EnableInsightRulesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAlarmMuteRuleInput,
|
|
4
|
-
GetAlarmMuteRuleOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAlarmMuteRuleInput, GetAlarmMuteRuleOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetAlarmMuteRuleCommandInput extends GetAlarmMuteRuleInput {}
|
|
8
|
-
export interface GetAlarmMuteRuleCommandOutput
|
|
9
|
-
extends GetAlarmMuteRuleOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAlarmMuteRuleCommandOutput extends GetAlarmMuteRuleOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetAlarmMuteRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetAlarmMuteRuleCommandInput
|
|
8
|
+
input: GetAlarmMuteRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetAlarmMuteRuleCommandInput,
|
|
16
11
|
GetAlarmMuteRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetAlarmMuteRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetAlarmMuteRuleCommandInput
|
|
17
|
+
input: GetAlarmMuteRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetAlarmMuteRuleCommandInput,
|
|
25
20
|
GetAlarmMuteRuleCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDashboardCommandInput extends GetDashboardInput {}
|
|
5
|
-
export interface GetDashboardCommandOutput
|
|
6
|
-
extends GetDashboardOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDashboardCommandOutput extends GetDashboardOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetDashboardCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDashboardCommandInput
|
|
8
|
+
input: GetDashboardCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDashboardCommandInput,
|
|
13
11
|
GetDashboardCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDashboardCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDashboardCommandInput
|
|
17
|
+
input: GetDashboardCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDashboardCommandInput,
|
|
22
20
|
GetDashboardCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDatasetInput, GetDatasetOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDatasetCommandInput extends GetDatasetInput {}
|
|
5
|
-
export interface GetDatasetCommandOutput
|
|
6
|
-
extends GetDatasetOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDatasetCommandOutput extends GetDatasetOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetDatasetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDatasetCommandInput
|
|
8
|
+
input: GetDatasetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDatasetCommandInput,
|
|
13
11
|
GetDatasetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDatasetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDatasetCommandInput
|
|
17
|
+
input: GetDatasetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDatasetCommandInput,
|
|
22
20
|
GetDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInsightRuleReportInput,
|
|
4
|
-
GetInsightRuleReportOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInsightRuleReportCommandInput
|
|
8
|
-
extends GetInsightRuleReportInput {}
|
|
4
|
+
export interface GetInsightRuleReportCommandInput extends GetInsightRuleReportInput {}
|
|
9
5
|
export interface GetInsightRuleReportCommandOutput
|
|
10
|
-
extends GetInsightRuleReportOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetInsightRuleReportOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetInsightRuleReportCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetInsightRuleReportCommandInput
|
|
9
|
+
input: GetInsightRuleReportCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetInsightRuleReportCommandInput,
|
|
17
12
|
GetInsightRuleReportCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetInsightRuleReportCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetInsightRuleReportCommandInput
|
|
18
|
+
input: GetInsightRuleReportCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetInsightRuleReportCommandInput,
|
|
26
21
|
GetInsightRuleReportCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetMetricDataCommandInput extends GetMetricDataInput {}
|
|
5
|
-
export interface GetMetricDataCommandOutput
|
|
6
|
-
extends GetMetricDataOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetMetricDataCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetMetricDataCommandInput
|
|
8
|
+
input: GetMetricDataCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetMetricDataCommandInput,
|
|
13
11
|
GetMetricDataCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetMetricDataCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetMetricDataCommandInput
|
|
17
|
+
input: GetMetricDataCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetMetricDataCommandInput,
|
|
22
20
|
GetMetricDataCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMetricStatisticsInput,
|
|
4
|
-
GetMetricStatisticsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMetricStatisticsCommandInput
|
|
8
|
-
extends GetMetricStatisticsInput {}
|
|
4
|
+
export interface GetMetricStatisticsCommandInput extends GetMetricStatisticsInput {}
|
|
9
5
|
export interface GetMetricStatisticsCommandOutput
|
|
10
|
-
extends GetMetricStatisticsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetMetricStatisticsOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetMetricStatisticsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetMetricStatisticsCommandInput
|
|
9
|
+
input: GetMetricStatisticsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetMetricStatisticsCommandInput,
|
|
17
12
|
GetMetricStatisticsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetMetricStatisticsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetMetricStatisticsCommandInput
|
|
18
|
+
input: GetMetricStatisticsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetMetricStatisticsCommandInput,
|
|
26
21
|
GetMetricStatisticsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMetricStreamInput,
|
|
4
|
-
GetMetricStreamOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetMetricStreamCommandInput extends GetMetricStreamInput {}
|
|
8
|
-
export interface GetMetricStreamCommandOutput
|
|
9
|
-
extends GetMetricStreamOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetMetricStreamCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetMetricStreamCommandInput
|
|
8
|
+
input: GetMetricStreamCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetMetricStreamCommandInput,
|
|
16
11
|
GetMetricStreamCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetMetricStreamCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetMetricStreamCommandInput
|
|
17
|
+
input: GetMetricStreamCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetMetricStreamCommandInput,
|
|
25
20
|
GetMetricStreamCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMetricWidgetImageInput,
|
|
4
|
-
GetMetricWidgetImageOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMetricWidgetImageCommandInput
|
|
8
|
-
extends GetMetricWidgetImageInput {}
|
|
4
|
+
export interface GetMetricWidgetImageCommandInput extends GetMetricWidgetImageInput {}
|
|
9
5
|
export interface GetMetricWidgetImageCommandOutput
|
|
10
|
-
extends GetMetricWidgetImageOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetMetricWidgetImageOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetMetricWidgetImageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetMetricWidgetImageCommandInput
|
|
9
|
+
input: GetMetricWidgetImageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetMetricWidgetImageCommandInput,
|
|
17
12
|
GetMetricWidgetImageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetMetricWidgetImageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetMetricWidgetImageCommandInput
|
|
18
|
+
input: GetMetricWidgetImageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetMetricWidgetImageCommandInput,
|
|
26
21
|
GetMetricWidgetImageCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetOTelEnrichmentInput,
|
|
4
|
-
GetOTelEnrichmentOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetOTelEnrichmentInput, GetOTelEnrichmentOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetOTelEnrichmentCommandInput extends GetOTelEnrichmentInput {}
|
|
8
|
-
export interface GetOTelEnrichmentCommandOutput
|
|
9
|
-
extends GetOTelEnrichmentOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetOTelEnrichmentCommandOutput extends GetOTelEnrichmentOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetOTelEnrichmentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetOTelEnrichmentCommandInput
|
|
8
|
+
input: GetOTelEnrichmentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetOTelEnrichmentCommandInput,
|
|
16
11
|
GetOTelEnrichmentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAlarmMuteRulesInput,
|
|
4
|
-
ListAlarmMuteRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAlarmMuteRulesInput, ListAlarmMuteRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAlarmMuteRulesCommandInput
|
|
8
|
-
extends ListAlarmMuteRulesInput {}
|
|
4
|
+
export interface ListAlarmMuteRulesCommandInput extends ListAlarmMuteRulesInput {}
|
|
9
5
|
export interface ListAlarmMuteRulesCommandOutput
|
|
10
|
-
extends ListAlarmMuteRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAlarmMuteRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListAlarmMuteRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAlarmMuteRulesCommandInput
|
|
9
|
+
input: ListAlarmMuteRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAlarmMuteRulesCommandInput,
|
|
17
12
|
ListAlarmMuteRulesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDashboardsCommandInput extends ListDashboardsInput {}
|
|
5
|
-
export interface ListDashboardsCommandOutput
|
|
6
|
-
extends ListDashboardsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListDashboardsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDashboardsCommandInput
|
|
8
|
+
input: ListDashboardsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDashboardsCommandInput,
|
|
13
11
|
ListDashboardsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListManagedInsightRulesInput,
|
|
4
|
-
ListManagedInsightRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListManagedInsightRulesCommandInput
|
|
8
|
-
extends ListManagedInsightRulesInput {}
|
|
4
|
+
export interface ListManagedInsightRulesCommandInput extends ListManagedInsightRulesInput {}
|
|
9
5
|
export interface ListManagedInsightRulesCommandOutput
|
|
10
|
-
extends ListManagedInsightRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListManagedInsightRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListManagedInsightRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListManagedInsightRulesCommandInput
|
|
9
|
+
input: ListManagedInsightRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListManagedInsightRulesCommandInput,
|
|
17
12
|
ListManagedInsightRulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListManagedInsightRulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListManagedInsightRulesCommandInput
|
|
18
|
+
input: ListManagedInsightRulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListManagedInsightRulesCommandInput,
|
|
26
21
|
ListManagedInsightRulesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMetricStreamsInput,
|
|
4
|
-
ListMetricStreamsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {}
|
|
8
|
-
export interface ListMetricStreamsCommandOutput
|
|
9
|
-
extends ListMetricStreamsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListMetricStreamsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListMetricStreamsCommandInput
|
|
8
|
+
input: ListMetricStreamsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListMetricStreamsCommandInput,
|
|
16
11
|
ListMetricStreamsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListMetricsCommandInput extends ListMetricsInput {}
|
|
5
|
-
export interface ListMetricsCommandOutput
|
|
6
|
-
extends ListMetricsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListMetricsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListMetricsCommandInput
|
|
8
|
+
input: ListMetricsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListMetricsCommandInput,
|
|
13
11
|
ListMetricsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutAlarmMuteRuleCommandInput extends PutAlarmMuteRuleInput {}
|
|
|
5
5
|
export interface PutAlarmMuteRuleCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutAlarmMuteRuleCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutAlarmMuteRuleCommandInput
|
|
8
|
+
input: PutAlarmMuteRuleCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutAlarmMuteRuleCommandInput,
|
|
11
11
|
PutAlarmMuteRuleCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutAlarmMuteRuleCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutAlarmMuteRuleCommandInput
|
|
17
|
+
input: PutAlarmMuteRuleCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutAlarmMuteRuleCommandInput,
|
|
20
20
|
PutAlarmMuteRuleCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutAnomalyDetectorInput,
|
|
4
|
-
PutAnomalyDetectorOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutAnomalyDetectorCommandInput
|
|
8
|
-
extends PutAnomalyDetectorInput {}
|
|
4
|
+
export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput {}
|
|
9
5
|
export interface PutAnomalyDetectorCommandOutput
|
|
10
|
-
extends PutAnomalyDetectorOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutAnomalyDetectorOutput, __MetadataBearer {}
|
|
12
7
|
declare const PutAnomalyDetectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutAnomalyDetectorCommandInput
|
|
9
|
+
input: PutAnomalyDetectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutAnomalyDetectorCommandInput,
|
|
17
12
|
PutAnomalyDetectorCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {}
|
|
|
5
5
|
export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutCompositeAlarmCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutCompositeAlarmCommandInput
|
|
8
|
+
input: PutCompositeAlarmCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutCompositeAlarmCommandInput,
|
|
11
11
|
PutCompositeAlarmCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutCompositeAlarmCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutCompositeAlarmCommandInput
|
|
17
|
+
input: PutCompositeAlarmCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutCompositeAlarmCommandInput,
|
|
20
20
|
PutCompositeAlarmCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutDashboardCommandInput extends PutDashboardInput {}
|
|
5
|
-
export interface PutDashboardCommandOutput
|
|
6
|
-
extends PutDashboardOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {}
|
|
8
6
|
declare const PutDashboardCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutDashboardCommandInput
|
|
8
|
+
input: PutDashboardCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutDashboardCommandInput,
|
|
13
11
|
PutDashboardCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutDashboardCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutDashboardCommandInput
|
|
17
|
+
input: PutDashboardCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutDashboardCommandInput,
|
|
22
20
|
PutDashboardCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutInsightRuleCommandInput extends PutInsightRuleInput {}
|
|
5
|
-
export interface PutInsightRuleCommandOutput
|
|
6
|
-
extends PutInsightRuleOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {}
|
|
8
6
|
declare const PutInsightRuleCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutInsightRuleCommandInput
|
|
8
|
+
input: PutInsightRuleCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutInsightRuleCommandInput,
|
|
13
11
|
PutInsightRuleCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutInsightRuleCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutInsightRuleCommandInput
|
|
17
|
+
input: PutInsightRuleCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutInsightRuleCommandInput,
|
|
22
20
|
PutInsightRuleCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutLogAlarmCommandInput extends PutLogAlarmInput {}
|
|
|
5
5
|
export interface PutLogAlarmCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutLogAlarmCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutLogAlarmCommandInput
|
|
8
|
+
input: PutLogAlarmCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutLogAlarmCommandInput,
|
|
11
11
|
PutLogAlarmCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutLogAlarmCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutLogAlarmCommandInput
|
|
17
|
+
input: PutLogAlarmCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutLogAlarmCommandInput,
|
|
20
20
|
PutLogAlarmCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutManagedInsightRulesInput,
|
|
4
|
-
PutManagedInsightRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutManagedInsightRulesCommandInput
|
|
8
|
-
extends PutManagedInsightRulesInput {}
|
|
4
|
+
export interface PutManagedInsightRulesCommandInput extends PutManagedInsightRulesInput {}
|
|
9
5
|
export interface PutManagedInsightRulesCommandOutput
|
|
10
|
-
extends PutManagedInsightRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutManagedInsightRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const PutManagedInsightRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutManagedInsightRulesCommandInput
|
|
9
|
+
input: PutManagedInsightRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutManagedInsightRulesCommandInput,
|
|
17
12
|
PutManagedInsightRulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutManagedInsightRulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutManagedInsightRulesCommandInput
|
|
18
|
+
input: PutManagedInsightRulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutManagedInsightRulesCommandInput,
|
|
26
21
|
PutManagedInsightRulesCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {}
|
|
|
5
5
|
export interface PutMetricAlarmCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutMetricAlarmCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutMetricAlarmCommandInput
|
|
8
|
+
input: PutMetricAlarmCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutMetricAlarmCommandInput,
|
|
11
11
|
PutMetricAlarmCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutMetricAlarmCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutMetricAlarmCommandInput
|
|
17
|
+
input: PutMetricAlarmCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutMetricAlarmCommandInput,
|
|
20
20
|
PutMetricAlarmCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutMetricDataCommandInput extends PutMetricDataInput {}
|
|
|
5
5
|
export interface PutMetricDataCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutMetricDataCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutMetricDataCommandInput
|
|
8
|
+
input: PutMetricDataCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutMetricDataCommandInput,
|
|
11
11
|
PutMetricDataCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutMetricDataCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutMetricDataCommandInput
|
|
17
|
+
input: PutMetricDataCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutMetricDataCommandInput,
|
|
20
20
|
PutMetricDataCommandOutput,
|