@aws-sdk/client-cloudwatch 3.335.0 → 3.338.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/CloudWatchClient.js +2 -1
- package/dist-cjs/commands/DeleteAlarmsCommand.js +2 -1
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -1
- package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -1
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -1
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -1
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -1
- package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -1
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -1
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -1
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -1
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +2 -1
- package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -1
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +2 -1
- package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -1
- package/dist-cjs/commands/GetDashboardCommand.js +2 -1
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -1
- package/dist-cjs/commands/GetMetricDataCommand.js +2 -1
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -1
- package/dist-cjs/commands/GetMetricStreamCommand.js +2 -1
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -1
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -1
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +2 -1
- package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -1
- package/dist-cjs/commands/ListMetricsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -1
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +2 -1
- package/dist-cjs/commands/PutDashboardCommand.js +2 -1
- package/dist-cjs/commands/PutInsightRuleCommand.js +2 -1
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +2 -1
- package/dist-cjs/commands/PutMetricAlarmCommand.js +2 -1
- package/dist-cjs/commands/PutMetricDataCommand.js +2 -1
- package/dist-cjs/commands/PutMetricStreamCommand.js +2 -1
- package/dist-cjs/commands/SetAlarmStateCommand.js +2 -1
- package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -1
- package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CloudWatchServiceException.js +2 -1
- package/dist-es/CloudWatchClient.js +1 -0
- package/dist-es/commands/DeleteAlarmsCommand.js +1 -0
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +1 -0
- package/dist-es/commands/DeleteDashboardsCommand.js +1 -0
- package/dist-es/commands/DeleteInsightRulesCommand.js +1 -0
- package/dist-es/commands/DeleteMetricStreamCommand.js +1 -0
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +1 -0
- package/dist-es/commands/DescribeAlarmsCommand.js +1 -0
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +1 -0
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +1 -0
- package/dist-es/commands/DescribeInsightRulesCommand.js +1 -0
- package/dist-es/commands/DisableAlarmActionsCommand.js +1 -0
- package/dist-es/commands/DisableInsightRulesCommand.js +1 -0
- package/dist-es/commands/EnableAlarmActionsCommand.js +1 -0
- package/dist-es/commands/EnableInsightRulesCommand.js +1 -0
- package/dist-es/commands/GetDashboardCommand.js +1 -0
- package/dist-es/commands/GetInsightRuleReportCommand.js +1 -0
- package/dist-es/commands/GetMetricDataCommand.js +1 -0
- package/dist-es/commands/GetMetricStatisticsCommand.js +1 -0
- package/dist-es/commands/GetMetricStreamCommand.js +1 -0
- package/dist-es/commands/GetMetricWidgetImageCommand.js +1 -0
- package/dist-es/commands/ListDashboardsCommand.js +1 -0
- package/dist-es/commands/ListManagedInsightRulesCommand.js +1 -0
- package/dist-es/commands/ListMetricStreamsCommand.js +1 -0
- package/dist-es/commands/ListMetricsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutAnomalyDetectorCommand.js +1 -0
- package/dist-es/commands/PutCompositeAlarmCommand.js +1 -0
- package/dist-es/commands/PutDashboardCommand.js +1 -0
- package/dist-es/commands/PutInsightRuleCommand.js +1 -0
- package/dist-es/commands/PutManagedInsightRulesCommand.js +1 -0
- package/dist-es/commands/PutMetricAlarmCommand.js +1 -0
- package/dist-es/commands/PutMetricDataCommand.js +1 -0
- package/dist-es/commands/PutMetricStreamCommand.js +1 -0
- package/dist-es/commands/SetAlarmStateCommand.js +1 -0
- package/dist-es/commands/StartMetricStreamsCommand.js +1 -0
- package/dist-es/commands/StopMetricStreamsCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CloudWatchServiceException.js +1 -0
- package/dist-types/CloudWatchClient.d.ts +3 -3
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +4 -0
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +4 -0
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +4 -0
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +4 -0
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +4 -0
- package/dist-types/commands/GetDashboardCommand.d.ts +4 -0
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +4 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +4 -0
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/GetMetricStreamCommand.d.ts +4 -0
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +4 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +4 -0
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +4 -0
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +4 -0
- package/dist-types/commands/ListMetricsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +4 -0
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +4 -0
- package/dist-types/commands/PutDashboardCommand.d.ts +4 -0
- package/dist-types/commands/PutInsightRuleCommand.d.ts +4 -0
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +4 -0
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +4 -0
- package/dist-types/commands/PutMetricDataCommand.d.ts +4 -0
- package/dist-types/commands/PutMetricStreamCommand.d.ts +4 -0
- package/dist-types/commands/SetAlarmStateCommand.d.ts +4 -0
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +4 -0
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/index.d.ts +19 -2
- package/dist-types/models/CloudWatchServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CloudWatchClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAlarmsCommand, se_DescribeAlarmsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAlarmsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAlarmsForMetricCommand, se_DescribeAlarmsForMetricCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAlarmsForMetricCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAnomalyDetectorsCommand, se_DescribeAnomalyDetectorsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAnomalyDetectorsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeInsightRulesCommand, se_DescribeInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeInsightRulesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DisableAlarmActionsCommand, se_DisableAlarmActionsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DisableAlarmActionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DisableInsightRulesCommand, se_DisableInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DisableInsightRulesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_EnableAlarmActionsCommand, se_EnableAlarmActionsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class EnableAlarmActionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_EnableInsightRulesCommand, se_EnableInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class EnableInsightRulesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetDashboardCommand, se_GetDashboardCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetDashboardCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetInsightRuleReportCommand, se_GetInsightRuleReportCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetInsightRuleReportCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetMetricDataCommand, se_GetMetricDataCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetMetricDataCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetMetricStatisticsCommand, se_GetMetricStatisticsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetMetricStatisticsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetMetricStreamCommand, se_GetMetricStreamCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetMetricStreamCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetMetricWidgetImageCommand, se_GetMetricWidgetImageCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetMetricWidgetImageCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListDashboardsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListManagedInsightRulesCommand, se_ListManagedInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListManagedInsightRulesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListMetricStreamsCommand, se_ListMetricStreamsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListMetricStreamsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListMetricsCommand, se_ListMetricsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListMetricsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutAnomalyDetectorCommand, se_PutAnomalyDetectorCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutAnomalyDetectorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutCompositeAlarmCommand, se_PutCompositeAlarmCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutCompositeAlarmCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutDashboardCommand, se_PutDashboardCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutDashboardCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutInsightRuleCommand, se_PutInsightRuleCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutInsightRuleCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutManagedInsightRulesCommand, se_PutManagedInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutManagedInsightRulesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutMetricAlarmCommand, se_PutMetricAlarmCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutMetricAlarmCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutMetricDataCommand, se_PutMetricDataCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutMetricDataCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutMetricStreamCommand, se_PutMetricStreamCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutMetricStreamCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_SetAlarmStateCommand, se_SetAlarmStateCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class SetAlarmStateCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StartMetricStreamsCommand, se_StartMetricStreamsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StartMetricStreamsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StopMetricStreamsCommand, se_StopMetricStreamsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StopMetricStreamsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./CloudWatch";
|
|
2
1
|
export * from "./CloudWatchClient";
|
|
2
|
+
export * from "./CloudWatch";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
6
5
|
export * from "./waiters";
|
|
6
|
+
export * from "./models";
|
|
7
7
|
export { CloudWatchServiceException } from "./models/CloudWatchServiceException";
|
|
@@ -47,6 +47,7 @@ import { StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput } from ".
|
|
|
47
47
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
48
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
49
49
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
50
|
+
export { __Client };
|
|
50
51
|
/**
|
|
51
52
|
* @public
|
|
52
53
|
*/
|
|
@@ -161,7 +162,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
161
162
|
/**
|
|
162
163
|
* @public
|
|
163
164
|
*/
|
|
164
|
-
type CloudWatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
165
|
+
export type CloudWatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
165
166
|
/**
|
|
166
167
|
* @public
|
|
167
168
|
*
|
|
@@ -172,7 +173,7 @@ export interface CloudWatchClientConfig extends CloudWatchClientConfigType {
|
|
|
172
173
|
/**
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
|
-
type CloudWatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
176
|
+
export type CloudWatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
176
177
|
/**
|
|
177
178
|
* @public
|
|
178
179
|
*
|
|
@@ -209,4 +210,3 @@ export declare class CloudWatchClient extends __Client<__HttpHandlerOptions, Ser
|
|
|
209
210
|
*/
|
|
210
211
|
destroy(): void;
|
|
211
212
|
}
|
|
212
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DeleteAlarmsInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DisableAlarmActionsInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { EnableAlarmActionsInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
5
|
import { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|