@aws-sdk/client-cloudwatch 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
  3. package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
  4. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
  17. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  44. package/dist-types/ts3.4/index.d.ts +7 -7
  45. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
  48. package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  59. package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
5
- export interface DeleteInsightRulesCommandInput extends DeleteInsightRulesInput {
6
- }
7
- export interface DeleteInsightRulesCommandOutput extends DeleteInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInsightRulesCommand extends $Command<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DeleteInsightRulesCommandInput;
12
- constructor(input: DeleteInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DeleteInsightRulesInput,
15
+ DeleteInsightRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteInsightRulesCommandInput
18
+ extends DeleteInsightRulesInput {}
19
+ export interface DeleteInsightRulesCommandOutput
20
+ extends DeleteInsightRulesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteInsightRulesCommand extends $Command<
24
+ DeleteInsightRulesCommandInput,
25
+ DeleteInsightRulesCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteInsightRulesCommandInput;
29
+ constructor(input: DeleteInsightRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0";
5
- export interface DeleteMetricStreamCommandInput extends DeleteMetricStreamInput {
6
- }
7
- export interface DeleteMetricStreamCommandOutput extends DeleteMetricStreamOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMetricStreamCommand extends $Command<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DeleteMetricStreamCommandInput;
12
- constructor(input: DeleteMetricStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DeleteMetricStreamInput,
15
+ DeleteMetricStreamOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteMetricStreamCommandInput
18
+ extends DeleteMetricStreamInput {}
19
+ export interface DeleteMetricStreamCommandOutput
20
+ extends DeleteMetricStreamOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteMetricStreamCommand extends $Command<
24
+ DeleteMetricStreamCommandInput,
25
+ DeleteMetricStreamCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteMetricStreamCommandInput;
29
+ constructor(input: DeleteMetricStreamCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0";
5
- export interface DescribeAlarmHistoryCommandInput extends DescribeAlarmHistoryInput {
6
- }
7
- export interface DescribeAlarmHistoryCommandOutput extends DescribeAlarmHistoryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAlarmHistoryCommand extends $Command<DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DescribeAlarmHistoryCommandInput;
12
- constructor(input: DescribeAlarmHistoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DescribeAlarmHistoryInput,
15
+ DescribeAlarmHistoryOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeAlarmHistoryCommandInput
18
+ extends DescribeAlarmHistoryInput {}
19
+ export interface DescribeAlarmHistoryCommandOutput
20
+ extends DescribeAlarmHistoryOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAlarmHistoryCommand extends $Command<
24
+ DescribeAlarmHistoryCommandInput,
25
+ DescribeAlarmHistoryCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAlarmHistoryCommandInput;
29
+ constructor(input: DescribeAlarmHistoryCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAlarmHistoryCommandInput,
37
+ DescribeAlarmHistoryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
5
- export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {
6
- }
7
- export interface DescribeAlarmsCommandOutput extends DescribeAlarmsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAlarmsCommand extends $Command<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DescribeAlarmsCommandInput;
12
- constructor(input: DescribeAlarmsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
14
+ export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
15
+ export interface DescribeAlarmsCommandOutput
16
+ extends DescribeAlarmsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeAlarmsCommand extends $Command<
20
+ DescribeAlarmsCommandInput,
21
+ DescribeAlarmsCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeAlarmsCommandInput;
25
+ constructor(input: DescribeAlarmsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0";
5
- export interface DescribeAlarmsForMetricCommandInput extends DescribeAlarmsForMetricInput {
6
- }
7
- export interface DescribeAlarmsForMetricCommandOutput extends DescribeAlarmsForMetricOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAlarmsForMetricCommand extends $Command<DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DescribeAlarmsForMetricCommandInput;
12
- constructor(input: DescribeAlarmsForMetricCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DescribeAlarmsForMetricInput,
15
+ DescribeAlarmsForMetricOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeAlarmsForMetricCommandInput
18
+ extends DescribeAlarmsForMetricInput {}
19
+ export interface DescribeAlarmsForMetricCommandOutput
20
+ extends DescribeAlarmsForMetricOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAlarmsForMetricCommand extends $Command<
24
+ DescribeAlarmsForMetricCommandInput,
25
+ DescribeAlarmsForMetricCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAlarmsForMetricCommandInput;
29
+ constructor(input: DescribeAlarmsForMetricCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAlarmsForMetricCommandInput,
37
+ DescribeAlarmsForMetricCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
5
- export interface DescribeAnomalyDetectorsCommandInput extends DescribeAnomalyDetectorsInput {
6
- }
7
- export interface DescribeAnomalyDetectorsCommandOutput extends DescribeAnomalyDetectorsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAnomalyDetectorsCommand extends $Command<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DescribeAnomalyDetectorsCommandInput;
12
- constructor(input: DescribeAnomalyDetectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DescribeAnomalyDetectorsInput,
15
+ DescribeAnomalyDetectorsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeAnomalyDetectorsCommandInput
18
+ extends DescribeAnomalyDetectorsInput {}
19
+ export interface DescribeAnomalyDetectorsCommandOutput
20
+ extends DescribeAnomalyDetectorsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAnomalyDetectorsCommand extends $Command<
24
+ DescribeAnomalyDetectorsCommandInput,
25
+ DescribeAnomalyDetectorsCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAnomalyDetectorsCommandInput;
29
+ constructor(input: DescribeAnomalyDetectorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAnomalyDetectorsCommandInput,
37
+ DescribeAnomalyDetectorsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
5
- export interface DescribeInsightRulesCommandInput extends DescribeInsightRulesInput {
6
- }
7
- export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeInsightRulesCommand extends $Command<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DescribeInsightRulesCommandInput;
12
- constructor(input: DescribeInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DescribeInsightRulesInput,
15
+ DescribeInsightRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeInsightRulesCommandInput
18
+ extends DescribeInsightRulesInput {}
19
+ export interface DescribeInsightRulesCommandOutput
20
+ extends DescribeInsightRulesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeInsightRulesCommand extends $Command<
24
+ DescribeInsightRulesCommandInput,
25
+ DescribeInsightRulesCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeInsightRulesCommandInput;
29
+ constructor(input: DescribeInsightRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeInsightRulesCommandInput,
37
+ DescribeInsightRulesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DisableAlarmActionsInput } from "../models/models_0";
5
- export interface DisableAlarmActionsCommandInput extends DisableAlarmActionsInput {
6
- }
7
- export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisableAlarmActionsCommand extends $Command<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DisableAlarmActionsCommandInput;
12
- constructor(input: DisableAlarmActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import { DisableAlarmActionsInput } from "../models/models_0";
14
+ export interface DisableAlarmActionsCommandInput
15
+ extends DisableAlarmActionsInput {}
16
+ export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DisableAlarmActionsCommand extends $Command<
19
+ DisableAlarmActionsCommandInput,
20
+ DisableAlarmActionsCommandOutput,
21
+ CloudWatchClientResolvedConfig
22
+ > {
23
+ readonly input: DisableAlarmActionsCommandInput;
24
+ constructor(input: DisableAlarmActionsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: CloudWatchClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0";
5
- export interface DisableInsightRulesCommandInput extends DisableInsightRulesInput {
6
- }
7
- export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableInsightRulesCommand extends $Command<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: DisableInsightRulesCommandInput;
12
- constructor(input: DisableInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ DisableInsightRulesInput,
15
+ DisableInsightRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface DisableInsightRulesCommandInput
18
+ extends DisableInsightRulesInput {}
19
+ export interface DisableInsightRulesCommandOutput
20
+ extends DisableInsightRulesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisableInsightRulesCommand extends $Command<
24
+ DisableInsightRulesCommandInput,
25
+ DisableInsightRulesCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: DisableInsightRulesCommandInput;
29
+ constructor(input: DisableInsightRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { EnableAlarmActionsInput } from "../models/models_0";
5
- export interface EnableAlarmActionsCommandInput extends EnableAlarmActionsInput {
6
- }
7
- export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableAlarmActionsCommand extends $Command<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: EnableAlarmActionsCommandInput;
12
- constructor(input: EnableAlarmActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import { EnableAlarmActionsInput } from "../models/models_0";
14
+ export interface EnableAlarmActionsCommandInput
15
+ extends EnableAlarmActionsInput {}
16
+ export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class EnableAlarmActionsCommand extends $Command<
19
+ EnableAlarmActionsCommandInput,
20
+ EnableAlarmActionsCommandOutput,
21
+ CloudWatchClientResolvedConfig
22
+ > {
23
+ readonly input: EnableAlarmActionsCommandInput;
24
+ constructor(input: EnableAlarmActionsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: CloudWatchClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0";
5
- export interface EnableInsightRulesCommandInput extends EnableInsightRulesInput {
6
- }
7
- export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableInsightRulesCommand extends $Command<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: EnableInsightRulesCommandInput;
12
- constructor(input: EnableInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudWatchClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudWatchClient";
13
+ import {
14
+ EnableInsightRulesInput,
15
+ EnableInsightRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface EnableInsightRulesCommandInput
18
+ extends EnableInsightRulesInput {}
19
+ export interface EnableInsightRulesCommandOutput
20
+ extends EnableInsightRulesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EnableInsightRulesCommand extends $Command<
24
+ EnableInsightRulesCommandInput,
25
+ EnableInsightRulesCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: EnableInsightRulesCommandInput;
29
+ constructor(input: EnableInsightRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }