@aws-sdk/client-cloudwatch 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
- package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAlarmHistoryCommandInput,
|
|
4
|
+
DescribeAlarmHistoryCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAlarmHistoryCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAlarmHistory(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: DescribeAlarmHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAlarmHistoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAlarmsCommandInput,
|
|
4
|
+
DescribeAlarmsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAlarmsCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAlarms(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: DescribeAlarmsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAlarmsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAnomalyDetectorsCommandInput,
|
|
4
|
+
DescribeAnomalyDetectorsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAnomalyDetectorsCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAnomalyDetectors(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: DescribeAnomalyDetectorsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAnomalyDetectorsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeInsightRulesCommandInput,
|
|
4
|
+
DescribeInsightRulesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeInsightRulesCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeInsightRules(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: DescribeInsightRulesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeInsightRulesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetMetricDataCommandInput,
|
|
4
|
+
GetMetricDataCommandOutput,
|
|
5
|
+
} from "../commands/GetMetricDataCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetMetricData(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: GetMetricDataCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetMetricDataCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { CloudWatch } from "../CloudWatch";
|
|
3
|
-
import { CloudWatchClient } from "../CloudWatchClient";
|
|
4
|
-
export interface CloudWatchPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { CloudWatch } from "../CloudWatch";
|
|
3
|
+
import { CloudWatchClient } from "../CloudWatchClient";
|
|
4
|
+
export interface CloudWatchPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: CloudWatch | CloudWatchClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDashboardsCommandInput,
|
|
4
|
+
ListDashboardsCommandOutput,
|
|
5
|
+
} from "../commands/ListDashboardsCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDashboards(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: ListDashboardsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDashboardsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListManagedInsightRulesCommandInput,
|
|
4
|
+
ListManagedInsightRulesCommandOutput,
|
|
5
|
+
} from "../commands/ListManagedInsightRulesCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListManagedInsightRules(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: ListManagedInsightRulesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListManagedInsightRulesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMetricStreamsCommandInput,
|
|
4
|
+
ListMetricStreamsCommandOutput,
|
|
5
|
+
} from "../commands/ListMetricStreamsCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMetricStreams(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: ListMetricStreamsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMetricStreamsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMetricsCommandInput,
|
|
4
|
+
ListMetricsCommandOutput,
|
|
5
|
+
} from "../commands/ListMetricsCommand";
|
|
6
|
+
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMetrics(
|
|
8
|
+
config: CloudWatchPaginationConfiguration,
|
|
9
|
+
input: ListMetricsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMetricsCommandOutput>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./DescribeAlarmHistoryPaginator";
|
|
2
|
-
export * from "./DescribeAlarmsPaginator";
|
|
3
|
-
export * from "./DescribeAnomalyDetectorsPaginator";
|
|
4
|
-
export * from "./DescribeInsightRulesPaginator";
|
|
5
|
-
export * from "./GetMetricDataPaginator";
|
|
6
|
-
export * from "./Interfaces";
|
|
7
|
-
export * from "./ListDashboardsPaginator";
|
|
8
|
-
export * from "./ListManagedInsightRulesPaginator";
|
|
9
|
-
export * from "./ListMetricStreamsPaginator";
|
|
10
|
-
export * from "./ListMetricsPaginator";
|
|
1
|
+
export * from "./DescribeAlarmHistoryPaginator";
|
|
2
|
+
export * from "./DescribeAlarmsPaginator";
|
|
3
|
+
export * from "./DescribeAnomalyDetectorsPaginator";
|
|
4
|
+
export * from "./DescribeInsightRulesPaginator";
|
|
5
|
+
export * from "./GetMetricDataPaginator";
|
|
6
|
+
export * from "./Interfaces";
|
|
7
|
+
export * from "./ListDashboardsPaginator";
|
|
8
|
+
export * from "./ListManagedInsightRulesPaginator";
|
|
9
|
+
export * from "./ListMetricStreamsPaginator";
|
|
10
|
+
export * from "./ListMetricsPaginator";
|