@aws-sdk/client-cloudwatch 3.362.0 → 3.369.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/CloudWatch.js +1 -1
- package/dist-cjs/CloudWatchClient.js +5 -5
- package/dist-cjs/commands/DeleteAlarmsCommand.js +3 -3
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +3 -3
- package/dist-cjs/commands/DeleteDashboardsCommand.js +3 -3
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +3 -3
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +3 -3
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +3 -3
- package/dist-cjs/commands/DescribeAlarmsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +3 -3
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +3 -3
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +3 -3
- package/dist-cjs/commands/DisableInsightRulesCommand.js +3 -3
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +3 -3
- package/dist-cjs/commands/EnableInsightRulesCommand.js +3 -3
- package/dist-cjs/commands/GetDashboardCommand.js +3 -3
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +3 -3
- package/dist-cjs/commands/GetMetricDataCommand.js +3 -3
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +3 -3
- package/dist-cjs/commands/GetMetricStreamCommand.js +3 -3
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +3 -3
- package/dist-cjs/commands/ListMetricStreamsCommand.js +3 -3
- package/dist-cjs/commands/ListMetricsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +3 -3
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +3 -3
- package/dist-cjs/commands/PutDashboardCommand.js +3 -3
- package/dist-cjs/commands/PutInsightRuleCommand.js +3 -3
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +3 -3
- package/dist-cjs/commands/PutMetricAlarmCommand.js +3 -3
- package/dist-cjs/commands/PutMetricDataCommand.js +3 -3
- package/dist-cjs/commands/PutMetricStreamCommand.js +3 -3
- package/dist-cjs/commands/SetAlarmStateCommand.js +3 -3
- package/dist-cjs/commands/StartMetricStreamsCommand.js +3 -3
- package/dist-cjs/commands/StopMetricStreamsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/models/CloudWatchServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-cjs/waiters/waitForAlarmExists.js +1 -1
- package/dist-cjs/waiters/waitForCompositeAlarmExists.js +1 -1
- package/dist-es/CloudWatch.js +1 -1
- package/dist-es/CloudWatchClient.js +5 -5
- package/dist-es/commands/DeleteAlarmsCommand.js +3 -3
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardsCommand.js +3 -3
- package/dist-es/commands/DeleteInsightRulesCommand.js +3 -3
- package/dist-es/commands/DeleteMetricStreamCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmsCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -3
- package/dist-es/commands/DescribeInsightRulesCommand.js +3 -3
- package/dist-es/commands/DisableAlarmActionsCommand.js +3 -3
- package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
- package/dist-es/commands/EnableAlarmActionsCommand.js +3 -3
- package/dist-es/commands/EnableInsightRulesCommand.js +3 -3
- package/dist-es/commands/GetDashboardCommand.js +3 -3
- package/dist-es/commands/GetInsightRuleReportCommand.js +3 -3
- package/dist-es/commands/GetMetricDataCommand.js +3 -3
- package/dist-es/commands/GetMetricStatisticsCommand.js +3 -3
- package/dist-es/commands/GetMetricStreamCommand.js +3 -3
- package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListManagedInsightRulesCommand.js +3 -3
- package/dist-es/commands/ListMetricStreamsCommand.js +3 -3
- package/dist-es/commands/ListMetricsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -3
- package/dist-es/commands/PutCompositeAlarmCommand.js +3 -3
- package/dist-es/commands/PutDashboardCommand.js +3 -3
- package/dist-es/commands/PutInsightRuleCommand.js +3 -3
- package/dist-es/commands/PutManagedInsightRulesCommand.js +3 -3
- package/dist-es/commands/PutMetricAlarmCommand.js +3 -3
- package/dist-es/commands/PutMetricDataCommand.js +3 -3
- package/dist-es/commands/PutMetricStreamCommand.js +3 -3
- package/dist-es/commands/SetAlarmStateCommand.js +3 -3
- package/dist-es/commands/StartMetricStreamsCommand.js +3 -3
- package/dist-es/commands/StopMetricStreamsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/CloudWatchServiceException.js +1 -1
- package/dist-es/protocols/Aws_query.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-es/waiters/waitForAlarmExists.js +1 -1
- package/dist-es/waiters/waitForCompositeAlarmExists.js +1 -1
- package/dist-types/CloudWatch.d.ts +1 -1
- package/dist-types/CloudWatchClient.d.ts +8 -8
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -3
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -3
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -3
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -3
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -3
- package/dist-types/commands/GetDashboardCommand.d.ts +3 -3
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -3
- package/dist-types/commands/GetMetricDataCommand.d.ts +3 -3
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -3
- package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -3
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -3
- package/dist-types/commands/ListMetricsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -3
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -3
- package/dist-types/commands/PutDashboardCommand.d.ts +3 -3
- package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -3
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -3
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +3 -3
- package/dist-types/commands/PutMetricDataCommand.d.ts +3 -3
- package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -3
- package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -3
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -3
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/CloudWatchServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeAlarmHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAlarmsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAnomalyDetectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInsightRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedInsightRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetricStreamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetricsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/CloudWatch.d.ts +1 -1
- package/dist-types/ts3.4/CloudWatchClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +1 -1
- package/dist-types/waiters/waitForAlarmExists.d.ts +1 -1
- package/dist-types/waiters/waitForCompositeAlarmExists.d.ts +1 -1
- package/package.json +35 -34
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_DisableInsightRulesCommand = exports.de_DisableAlarmActionsCommand = exports.de_DescribeInsightRulesCommand = exports.de_DescribeAnomalyDetectorsCommand = exports.de_DescribeAlarmsForMetricCommand = exports.de_DescribeAlarmsCommand = exports.de_DescribeAlarmHistoryCommand = exports.de_DeleteMetricStreamCommand = exports.de_DeleteInsightRulesCommand = exports.de_DeleteDashboardsCommand = exports.de_DeleteAnomalyDetectorCommand = exports.de_DeleteAlarmsCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StopMetricStreamsCommand = exports.se_StartMetricStreamsCommand = exports.se_SetAlarmStateCommand = exports.se_PutMetricStreamCommand = exports.se_PutMetricDataCommand = exports.se_PutMetricAlarmCommand = exports.se_PutManagedInsightRulesCommand = exports.se_PutInsightRuleCommand = exports.se_PutDashboardCommand = exports.se_PutCompositeAlarmCommand = exports.se_PutAnomalyDetectorCommand = exports.se_ListTagsForResourceCommand = exports.se_ListMetricStreamsCommand = exports.se_ListMetricsCommand = exports.se_ListManagedInsightRulesCommand = exports.se_ListDashboardsCommand = exports.se_GetMetricWidgetImageCommand = exports.se_GetMetricStreamCommand = exports.se_GetMetricStatisticsCommand = exports.se_GetMetricDataCommand = exports.se_GetInsightRuleReportCommand = exports.se_GetDashboardCommand = exports.se_EnableInsightRulesCommand = exports.se_EnableAlarmActionsCommand = exports.se_DisableInsightRulesCommand = exports.se_DisableAlarmActionsCommand = exports.se_DescribeInsightRulesCommand = exports.se_DescribeAnomalyDetectorsCommand = exports.se_DescribeAlarmsForMetricCommand = exports.se_DescribeAlarmsCommand = exports.se_DescribeAlarmHistoryCommand = exports.se_DeleteMetricStreamCommand = exports.se_DeleteInsightRulesCommand = exports.se_DeleteDashboardsCommand = exports.se_DeleteAnomalyDetectorCommand = exports.se_DeleteAlarmsCommand = void 0;
|
|
4
4
|
exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StopMetricStreamsCommand = exports.de_StartMetricStreamsCommand = exports.de_SetAlarmStateCommand = exports.de_PutMetricStreamCommand = exports.de_PutMetricDataCommand = exports.de_PutMetricAlarmCommand = exports.de_PutManagedInsightRulesCommand = exports.de_PutInsightRuleCommand = exports.de_PutDashboardCommand = exports.de_PutCompositeAlarmCommand = exports.de_PutAnomalyDetectorCommand = exports.de_ListTagsForResourceCommand = exports.de_ListMetricStreamsCommand = exports.de_ListMetricsCommand = exports.de_ListManagedInsightRulesCommand = exports.de_ListDashboardsCommand = exports.de_GetMetricWidgetImageCommand = exports.de_GetMetricStreamCommand = exports.de_GetMetricStatisticsCommand = exports.de_GetMetricDataCommand = exports.de_GetInsightRuleReportCommand = exports.de_GetDashboardCommand = exports.de_EnableInsightRulesCommand = exports.de_EnableAlarmActionsCommand = void 0;
|
|
5
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
8
8
|
const CloudWatchServiceException_1 = require("../models/CloudWatchServiceException");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
|
-
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
|
-
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
+
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
+
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
12
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
13
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
7
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
|
-
const hash_node_1 = require("@aws-sdk/hash-node");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
|
-
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
|
-
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
|
-
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
8
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const hash_node_1 = require("@smithy/hash-node");
|
|
11
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
|
+
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
15
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
16
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@
|
|
18
|
-
const util_defaults_mode_node_1 = require("@
|
|
19
|
-
const smithy_client_2 = require("@
|
|
17
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
+
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
5
|
-
const url_parser_1 = require("@
|
|
6
|
-
const util_base64_1 = require("@
|
|
7
|
-
const util_utf8_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const url_parser_1 = require("@smithy/url-parser");
|
|
6
|
+
const util_base64_1 = require("@smithy/util-base64");
|
|
7
|
+
const util_utf8_1 = require("@smithy/util-utf8");
|
|
8
8
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
9
9
|
const getRuntimeConfig = (config) => ({
|
|
10
10
|
apiVersion: "2010-08-01",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilAlarmExists = exports.waitForAlarmExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeAlarmsCommand_1 = require("../commands/DescribeAlarmsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilCompositeAlarmExists = exports.waitForCompositeAlarmExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeAlarmsCommand_1 = require("../commands/DescribeAlarmsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
package/dist-es/CloudWatch.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudWatchClient } from "./CloudWatchClient";
|
|
3
3
|
import { DeleteAlarmsCommand, } from "./commands/DeleteAlarmsCommand";
|
|
4
4
|
import { DeleteAnomalyDetectorCommand, } from "./commands/DeleteAnomalyDetectorCommand";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
-
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
4
1
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
7
|
-
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
8
4
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
5
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import {
|
|
6
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
13
|
export { __Client };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteAlarmsCommand, se_DeleteAlarmsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAlarmsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteAnomalyDetectorCommand, se_DeleteAnomalyDetectorCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAnomalyDetectorCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteDashboardsCommand, se_DeleteDashboardsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDashboardsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteInsightRulesCommand, se_DeleteInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteInsightRulesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteMetricStreamCommand, se_DeleteMetricStreamCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMetricStreamCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeAlarmHistoryCommand, se_DescribeAlarmHistoryCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAlarmHistoryCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeAlarmsCommand, se_DescribeAlarmsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAlarmsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeAlarmsForMetricCommand, se_DescribeAlarmsForMetricCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAlarmsForMetricCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeAnomalyDetectorsCommand, se_DescribeAnomalyDetectorsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAnomalyDetectorsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeInsightRulesCommand, se_DescribeInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeInsightRulesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DisableAlarmActionsCommand, se_DisableAlarmActionsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableAlarmActionsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DisableInsightRulesCommand, se_DisableInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableInsightRulesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_EnableAlarmActionsCommand, se_EnableAlarmActionsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableAlarmActionsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_EnableInsightRulesCommand, se_EnableInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableInsightRulesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetDashboardCommand, se_GetDashboardCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDashboardCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetInsightRuleReportCommand, se_GetInsightRuleReportCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetInsightRuleReportCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetMetricDataCommand, se_GetMetricDataCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMetricDataCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetMetricStatisticsCommand, se_GetMetricStatisticsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMetricStatisticsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetMetricStreamCommand, se_GetMetricStreamCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMetricStreamCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetMetricWidgetImageCommand, se_GetMetricWidgetImageCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMetricWidgetImageCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDashboardsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ListManagedInsightRulesCommand, se_ListManagedInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListManagedInsightRulesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ListMetricStreamsCommand, se_ListMetricStreamsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMetricStreamsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ListMetricsCommand, se_ListMetricsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMetricsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutAnomalyDetectorCommand, se_PutAnomalyDetectorCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAnomalyDetectorCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutCompositeAlarmCommand, se_PutCompositeAlarmCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutCompositeAlarmCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutDashboardCommand, se_PutDashboardCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutDashboardCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutInsightRuleCommand, se_PutInsightRuleCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutInsightRuleCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutManagedInsightRulesCommand, se_PutManagedInsightRulesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutManagedInsightRulesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutMetricAlarmCommand, se_PutMetricAlarmCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutMetricAlarmCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutMetricDataCommand, se_PutMetricDataCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutMetricDataCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_PutMetricStreamCommand, se_PutMetricStreamCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutMetricStreamCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_SetAlarmStateCommand, se_SetAlarmStateCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetAlarmStateCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StartMetricStreamsCommand, se_StartMetricStreamsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartMetricStreamsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_StopMetricStreamsCommand, se_StopMetricStreamsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopMetricStreamsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class CloudWatchServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
1
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
+
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { XMLParser } from "fast-xml-parser";
|
|
4
4
|
import { CloudWatchServiceException as __BaseException } from "../models/CloudWatchServiceException";
|
|
5
5
|
import { ConcurrentModificationException, DashboardInvalidInputError, DashboardNotFoundError, InternalServiceFault, InvalidFormatFault, InvalidNextToken, InvalidParameterCombinationException, InvalidParameterValueException, LimitExceededException, LimitExceededFault, MissingRequiredParameterException, ResourceNotFound, ResourceNotFoundException, } from "../models/models_0";
|