@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,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutMetricStreamInput,
|
|
4
|
-
PutMetricStreamOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutMetricStreamCommandInput extends PutMetricStreamInput {}
|
|
8
|
-
export interface PutMetricStreamCommandOutput
|
|
9
|
-
extends PutMetricStreamOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {}
|
|
11
6
|
declare const PutMetricStreamCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutMetricStreamCommandInput
|
|
8
|
+
input: PutMetricStreamCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutMetricStreamCommandInput,
|
|
16
11
|
PutMetricStreamCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutMetricStreamCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutMetricStreamCommandInput
|
|
17
|
+
input: PutMetricStreamCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutMetricStreamCommandInput,
|
|
25
20
|
PutMetricStreamCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface SetAlarmStateCommandInput extends SetAlarmStateInput {}
|
|
|
5
5
|
export interface SetAlarmStateCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const SetAlarmStateCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: SetAlarmStateCommandInput
|
|
8
|
+
input: SetAlarmStateCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SetAlarmStateCommandInput,
|
|
11
11
|
SetAlarmStateCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const SetAlarmStateCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: SetAlarmStateCommandInput
|
|
17
|
+
input: SetAlarmStateCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
SetAlarmStateCommandInput,
|
|
20
20
|
SetAlarmStateCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMetricStreamsInput,
|
|
4
|
-
StartMetricStreamsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartMetricStreamsCommandInput
|
|
8
|
-
extends StartMetricStreamsInput {}
|
|
4
|
+
export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput {}
|
|
9
5
|
export interface StartMetricStreamsCommandOutput
|
|
10
|
-
extends StartMetricStreamsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartMetricStreamsOutput, __MetadataBearer {}
|
|
12
7
|
declare const StartMetricStreamsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartMetricStreamsCommandInput
|
|
9
|
+
input: StartMetricStreamsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartMetricStreamsCommandInput,
|
|
17
12
|
StartMetricStreamsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartMetricStreamsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartMetricStreamsCommandInput
|
|
18
|
+
input: StartMetricStreamsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartMetricStreamsCommandInput,
|
|
26
21
|
StartMetricStreamsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartOTelEnrichmentInput,
|
|
4
|
-
StartOTelEnrichmentOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartOTelEnrichmentInput, StartOTelEnrichmentOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartOTelEnrichmentCommandInput
|
|
8
|
-
extends StartOTelEnrichmentInput {}
|
|
4
|
+
export interface StartOTelEnrichmentCommandInput extends StartOTelEnrichmentInput {}
|
|
9
5
|
export interface StartOTelEnrichmentCommandOutput
|
|
10
|
-
extends StartOTelEnrichmentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartOTelEnrichmentOutput, __MetadataBearer {}
|
|
12
7
|
declare const StartOTelEnrichmentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartOTelEnrichmentCommandInput
|
|
9
|
+
input: StartOTelEnrichmentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartOTelEnrichmentCommandInput,
|
|
17
12
|
StartOTelEnrichmentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopMetricStreamsInput,
|
|
4
|
-
StopMetricStreamsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {}
|
|
8
|
-
export interface StopMetricStreamsCommandOutput
|
|
9
|
-
extends StopMetricStreamsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {}
|
|
11
6
|
declare const StopMetricStreamsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StopMetricStreamsCommandInput
|
|
8
|
+
input: StopMetricStreamsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StopMetricStreamsCommandInput,
|
|
16
11
|
StopMetricStreamsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StopMetricStreamsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StopMetricStreamsCommandInput
|
|
17
|
+
input: StopMetricStreamsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StopMetricStreamsCommandInput,
|
|
25
20
|
StopMetricStreamsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopOTelEnrichmentInput,
|
|
4
|
-
StopOTelEnrichmentOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopOTelEnrichmentInput, StopOTelEnrichmentOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopOTelEnrichmentCommandInput
|
|
8
|
-
extends StopOTelEnrichmentInput {}
|
|
4
|
+
export interface StopOTelEnrichmentCommandInput extends StopOTelEnrichmentInput {}
|
|
9
5
|
export interface StopOTelEnrichmentCommandOutput
|
|
10
|
-
extends StopOTelEnrichmentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopOTelEnrichmentOutput, __MetadataBearer {}
|
|
12
7
|
declare const StopOTelEnrichmentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopOTelEnrichmentCommandInput
|
|
9
|
+
input: StopOTelEnrichmentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopOTelEnrichmentCommandInput,
|
|
17
12
|
StopOTelEnrichmentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CloudWatchExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -3,8 +3,7 @@ export declare const ActionsSuppressedBy: {
|
|
|
3
3
|
readonly ExtensionPeriod: "ExtensionPeriod";
|
|
4
4
|
readonly WaitPeriod: "WaitPeriod";
|
|
5
5
|
};
|
|
6
|
-
export type ActionsSuppressedBy =
|
|
7
|
-
(typeof ActionsSuppressedBy)[keyof typeof ActionsSuppressedBy];
|
|
6
|
+
export type ActionsSuppressedBy = (typeof ActionsSuppressedBy)[keyof typeof ActionsSuppressedBy];
|
|
8
7
|
export declare const AlarmType: {
|
|
9
8
|
readonly CompositeAlarm: "CompositeAlarm";
|
|
10
9
|
readonly LogAlarm: "LogAlarm";
|
|
@@ -18,15 +17,13 @@ export declare const HistoryItemType: {
|
|
|
18
17
|
readonly ConfigurationUpdate: "ConfigurationUpdate";
|
|
19
18
|
readonly StateUpdate: "StateUpdate";
|
|
20
19
|
};
|
|
21
|
-
export type HistoryItemType =
|
|
22
|
-
(typeof HistoryItemType)[keyof typeof HistoryItemType];
|
|
20
|
+
export type HistoryItemType = (typeof HistoryItemType)[keyof typeof HistoryItemType];
|
|
23
21
|
export declare const AlarmMuteRuleStatus: {
|
|
24
22
|
readonly ACTIVE: "ACTIVE";
|
|
25
23
|
readonly EXPIRED: "EXPIRED";
|
|
26
24
|
readonly SCHEDULED: "SCHEDULED";
|
|
27
25
|
};
|
|
28
|
-
export type AlarmMuteRuleStatus =
|
|
29
|
-
(typeof AlarmMuteRuleStatus)[keyof typeof AlarmMuteRuleStatus];
|
|
26
|
+
export type AlarmMuteRuleStatus = (typeof AlarmMuteRuleStatus)[keyof typeof AlarmMuteRuleStatus];
|
|
30
27
|
export declare const StandardUnit: {
|
|
31
28
|
readonly Bits: "Bits";
|
|
32
29
|
readonly Bits_Second: "Bits/Second";
|
|
@@ -68,8 +65,7 @@ export declare const AnomalyDetectorType: {
|
|
|
68
65
|
readonly METRIC_MATH: "METRIC_MATH";
|
|
69
66
|
readonly SINGLE_METRIC: "SINGLE_METRIC";
|
|
70
67
|
};
|
|
71
|
-
export type AnomalyDetectorType =
|
|
72
|
-
(typeof AnomalyDetectorType)[keyof typeof AnomalyDetectorType];
|
|
68
|
+
export type AnomalyDetectorType = (typeof AnomalyDetectorType)[keyof typeof AnomalyDetectorType];
|
|
73
69
|
export declare const ComparisonOperator: {
|
|
74
70
|
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
75
71
|
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
@@ -79,8 +75,7 @@ export declare const ComparisonOperator: {
|
|
|
79
75
|
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
80
76
|
readonly LessThanThreshold: "LessThanThreshold";
|
|
81
77
|
};
|
|
82
|
-
export type ComparisonOperator =
|
|
83
|
-
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
78
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
84
79
|
export declare const StateValue: {
|
|
85
80
|
readonly ALARM: "ALARM";
|
|
86
81
|
readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
|
|
@@ -97,8 +92,7 @@ export declare const EvaluationState: {
|
|
|
97
92
|
readonly EVALUATION_FAILURE: "EVALUATION_FAILURE";
|
|
98
93
|
readonly PARTIAL_DATA: "PARTIAL_DATA";
|
|
99
94
|
};
|
|
100
|
-
export type EvaluationState =
|
|
101
|
-
(typeof EvaluationState)[keyof typeof EvaluationState];
|
|
95
|
+
export type EvaluationState = (typeof EvaluationState)[keyof typeof EvaluationState];
|
|
102
96
|
export declare const Statistic: {
|
|
103
97
|
readonly Average: "Average";
|
|
104
98
|
readonly Maximum: "Maximum";
|
|
@@ -125,10 +119,8 @@ export declare const OTelEnrichmentStatus: {
|
|
|
125
119
|
readonly RUNNING: "Running";
|
|
126
120
|
readonly STOPPED: "Stopped";
|
|
127
121
|
};
|
|
128
|
-
export type OTelEnrichmentStatus =
|
|
129
|
-
(typeof OTelEnrichmentStatus)[keyof typeof OTelEnrichmentStatus];
|
|
122
|
+
export type OTelEnrichmentStatus = (typeof OTelEnrichmentStatus)[keyof typeof OTelEnrichmentStatus];
|
|
130
123
|
export declare const RecentlyActive: {
|
|
131
124
|
readonly PT3H: "PT3H";
|
|
132
125
|
};
|
|
133
|
-
export type RecentlyActive =
|
|
134
|
-
(typeof RecentlyActive)[keyof typeof RecentlyActive];
|
|
126
|
+
export type RecentlyActive = (typeof RecentlyActive)[keyof typeof RecentlyActive];
|
|
@@ -11,25 +11,19 @@ export declare class KmsAccessDeniedException extends __BaseException {
|
|
|
11
11
|
readonly name: "KmsAccessDeniedException";
|
|
12
12
|
readonly $fault: "client";
|
|
13
13
|
Message: string | undefined;
|
|
14
|
-
constructor(
|
|
15
|
-
opts: __ExceptionOptionType<KmsAccessDeniedException, __BaseException>
|
|
16
|
-
);
|
|
14
|
+
constructor(opts: __ExceptionOptionType<KmsAccessDeniedException, __BaseException>);
|
|
17
15
|
}
|
|
18
16
|
export declare class KmsKeyDisabledException extends __BaseException {
|
|
19
17
|
readonly name: "KmsKeyDisabledException";
|
|
20
18
|
readonly $fault: "client";
|
|
21
19
|
Message: string | undefined;
|
|
22
|
-
constructor(
|
|
23
|
-
opts: __ExceptionOptionType<KmsKeyDisabledException, __BaseException>
|
|
24
|
-
);
|
|
20
|
+
constructor(opts: __ExceptionOptionType<KmsKeyDisabledException, __BaseException>);
|
|
25
21
|
}
|
|
26
22
|
export declare class KmsKeyNotFoundException extends __BaseException {
|
|
27
23
|
readonly name: "KmsKeyNotFoundException";
|
|
28
24
|
readonly $fault: "client";
|
|
29
25
|
Message: string | undefined;
|
|
30
|
-
constructor(
|
|
31
|
-
opts: __ExceptionOptionType<KmsKeyNotFoundException, __BaseException>
|
|
32
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<KmsKeyNotFoundException, __BaseException>);
|
|
33
27
|
}
|
|
34
28
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
35
29
|
readonly name: "ResourceNotFoundException";
|
|
@@ -37,35 +31,24 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
37
31
|
ResourceType?: string | undefined;
|
|
38
32
|
ResourceId?: string | undefined;
|
|
39
33
|
Message?: string | undefined;
|
|
40
|
-
constructor(
|
|
41
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
42
|
-
);
|
|
34
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
43
35
|
}
|
|
44
36
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
45
37
|
readonly name: "ConcurrentModificationException";
|
|
46
38
|
readonly $fault: "client";
|
|
47
39
|
Message?: string | undefined;
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<
|
|
50
|
-
ConcurrentModificationException,
|
|
51
|
-
__BaseException
|
|
52
|
-
>
|
|
53
|
-
);
|
|
40
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
54
41
|
}
|
|
55
42
|
export declare class DashboardInvalidInputError extends __BaseException {
|
|
56
43
|
readonly name: "DashboardInvalidInputError";
|
|
57
44
|
readonly $fault: "client";
|
|
58
45
|
dashboardValidationMessages?: DashboardValidationMessage[] | undefined;
|
|
59
|
-
constructor(
|
|
60
|
-
opts: __ExceptionOptionType<DashboardInvalidInputError, __BaseException>
|
|
61
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<DashboardInvalidInputError, __BaseException>);
|
|
62
47
|
}
|
|
63
48
|
export declare class DashboardNotFoundError extends __BaseException {
|
|
64
49
|
readonly name: "DashboardNotFoundError";
|
|
65
50
|
readonly $fault: "client";
|
|
66
|
-
constructor(
|
|
67
|
-
opts: __ExceptionOptionType<DashboardNotFoundError, __BaseException>
|
|
68
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<DashboardNotFoundError, __BaseException>);
|
|
69
52
|
}
|
|
70
53
|
export declare class ResourceConflict extends __BaseException {
|
|
71
54
|
readonly name: "ResourceConflict";
|
|
@@ -81,36 +64,22 @@ export declare class InternalServiceFault extends __BaseException {
|
|
|
81
64
|
readonly name: "InternalServiceFault";
|
|
82
65
|
readonly $fault: "server";
|
|
83
66
|
Message?: string | undefined;
|
|
84
|
-
constructor(
|
|
85
|
-
opts: __ExceptionOptionType<InternalServiceFault, __BaseException>
|
|
86
|
-
);
|
|
67
|
+
constructor(opts: __ExceptionOptionType<InternalServiceFault, __BaseException>);
|
|
87
68
|
}
|
|
88
69
|
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
89
70
|
readonly name: "InvalidParameterCombinationException";
|
|
90
71
|
readonly $fault: "client";
|
|
91
|
-
constructor(
|
|
92
|
-
opts: __ExceptionOptionType<
|
|
93
|
-
InvalidParameterCombinationException,
|
|
94
|
-
__BaseException
|
|
95
|
-
>
|
|
96
|
-
);
|
|
72
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
|
|
97
73
|
}
|
|
98
74
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
99
75
|
readonly name: "InvalidParameterValueException";
|
|
100
76
|
readonly $fault: "client";
|
|
101
|
-
constructor(
|
|
102
|
-
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
103
|
-
);
|
|
77
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
104
78
|
}
|
|
105
79
|
export declare class MissingRequiredParameterException extends __BaseException {
|
|
106
80
|
readonly name: "MissingRequiredParameterException";
|
|
107
81
|
readonly $fault: "client";
|
|
108
|
-
constructor(
|
|
109
|
-
opts: __ExceptionOptionType<
|
|
110
|
-
MissingRequiredParameterException,
|
|
111
|
-
__BaseException
|
|
112
|
-
>
|
|
113
|
-
);
|
|
82
|
+
constructor(opts: __ExceptionOptionType<MissingRequiredParameterException, __BaseException>);
|
|
114
83
|
}
|
|
115
84
|
export declare class InvalidNextToken extends __BaseException {
|
|
116
85
|
readonly name: "InvalidNextToken";
|
|
@@ -121,9 +90,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
121
90
|
readonly name: "LimitExceededException";
|
|
122
91
|
readonly $fault: "client";
|
|
123
92
|
Message?: string | undefined;
|
|
124
|
-
constructor(
|
|
125
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
126
|
-
);
|
|
93
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
127
94
|
}
|
|
128
95
|
export declare class LimitExceededFault extends __BaseException {
|
|
129
96
|
readonly name: "LimitExceededFault";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { CloudWatchClient } from "../CloudWatchClient";
|
|
3
|
-
export interface CloudWatchPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface CloudWatchPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: CloudWatchClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMetricsCommandInput,
|
|
4
|
-
ListMetricsCommandOutput,
|
|
5
|
-
} from "../commands/ListMetricsCommand";
|
|
2
|
+
import { ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand";
|
|
6
3
|
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListMetrics: (
|
|
8
5
|
config: CloudWatchPaginationConfiguration,
|
|
@@ -8,30 +8,18 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
|
-
disableRequestCompression:
|
|
18
|
-
| boolean
|
|
19
|
-
| import("@smithy/types").Provider<boolean>;
|
|
15
|
+
disableRequestCompression: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
16
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
17
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
|
|
24
|
-
| RequestHandler;
|
|
25
|
-
requestMinCompressionSizeBytes:
|
|
26
|
-
| number
|
|
27
|
-
| import("@smithy/types").Provider<number>;
|
|
18
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
19
|
+
requestMinCompressionSizeBytes: number | import("@smithy/types").Provider<number>;
|
|
28
20
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
29
21
|
streamCollector: (
|
|
30
|
-
stream:
|
|
31
|
-
| import("stream").Readable
|
|
32
|
-
| import("stream/web").ReadableStream
|
|
33
|
-
| ReadableStream
|
|
34
|
-
| Blob
|
|
22
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
35
23
|
) => Promise<Uint8Array>;
|
|
36
24
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
37
25
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -59,13 +47,8 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
59
47
|
logger: import("@smithy/types").Logger;
|
|
60
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
61
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
62
|
-
userAgentAppId?:
|
|
63
|
-
|
|
64
|
-
| undefined
|
|
65
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
66
|
-
retryStrategy?:
|
|
67
|
-
| import("@smithy/types").RetryStrategy
|
|
68
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
51
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
69
52
|
endpoint?:
|
|
70
53
|
| ((
|
|
71
54
|
| string
|
|
@@ -87,7 +70,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
87
70
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
88
71
|
context?: {
|
|
89
72
|
logger?: import("@smithy/types").Logger;
|
|
90
|
-
}
|
|
73
|
+
},
|
|
91
74
|
) => import("@smithy/types").EndpointV2;
|
|
92
75
|
tls?: boolean;
|
|
93
76
|
serviceConfiguredEndpoint?: never;
|
|
@@ -100,13 +83,13 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
100
83
|
signer?:
|
|
101
84
|
| import("@smithy/types").RequestSigner
|
|
102
85
|
| ((
|
|
103
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
86
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
104
87
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
105
88
|
signingEscapePath?: boolean;
|
|
106
89
|
systemClockOffset?: number;
|
|
107
90
|
signingRegion?: string;
|
|
108
91
|
signerConstructor?: new (
|
|
109
92
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
110
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
93
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
111
94
|
) => import("@smithy/types").RequestSigner;
|
|
112
95
|
};
|
|
@@ -10,29 +10,19 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
|
-
disableRequestCompression:
|
|
19
|
-
| boolean
|
|
20
|
-
| import("@smithy/types").Provider<boolean>;
|
|
18
|
+
disableRequestCompression: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
22
20
|
region: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
requestHandler:
|
|
24
|
-
|
|
25
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
26
|
-
requestMinCompressionSizeBytes:
|
|
27
|
-
| number
|
|
28
|
-
| import("@smithy/types").Provider<number>;
|
|
21
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
22
|
+
requestMinCompressionSizeBytes: number | import("@smithy/types").Provider<number>;
|
|
29
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
30
24
|
streamCollector: (
|
|
31
|
-
stream:
|
|
32
|
-
| import("stream").Readable
|
|
33
|
-
| import("stream/web").ReadableStream
|
|
34
|
-
| ReadableStream
|
|
35
|
-
| Blob
|
|
25
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
36
26
|
) => Promise<Uint8Array>;
|
|
37
27
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
38
28
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -59,9 +49,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
59
49
|
logger: import("@smithy/types").Logger;
|
|
60
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
61
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
53
|
endpoint?:
|
|
66
54
|
| ((
|
|
67
55
|
| string
|
|
@@ -83,7 +71,7 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
83
71
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
72
|
context?: {
|
|
85
73
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
74
|
+
},
|
|
87
75
|
) => import("@smithy/types").EndpointV2;
|
|
88
76
|
tls?: boolean;
|
|
89
77
|
serviceConfiguredEndpoint?: never;
|
|
@@ -95,13 +83,13 @@ export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
|
95
83
|
signer?:
|
|
96
84
|
| import("@smithy/types").RequestSigner
|
|
97
85
|
| ((
|
|
98
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
86
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
99
87
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
100
88
|
signingEscapePath?: boolean;
|
|
101
89
|
systemClockOffset?: number;
|
|
102
90
|
signingRegion?: string;
|
|
103
91
|
signerConstructor?: new (
|
|
104
92
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
105
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
93
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
106
94
|
) => import("@smithy/types").RequestSigner;
|
|
107
95
|
};
|