@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 { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
5
- export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput {
6
- }
7
- export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutAnomalyDetectorCommand extends $Command<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutAnomalyDetectorCommandInput;
12
- constructor(input: PutAnomalyDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput>;
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
+ PutAnomalyDetectorInput,
15
+ PutAnomalyDetectorOutput,
16
+ } from "../models/models_0";
17
+ export interface PutAnomalyDetectorCommandInput
18
+ extends PutAnomalyDetectorInput {}
19
+ export interface PutAnomalyDetectorCommandOutput
20
+ extends PutAnomalyDetectorOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutAnomalyDetectorCommand extends $Command<
24
+ PutAnomalyDetectorCommandInput,
25
+ PutAnomalyDetectorCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: PutAnomalyDetectorCommandInput;
29
+ constructor(input: PutAnomalyDetectorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,32 @@
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 { PutCompositeAlarmInput } from "../models/models_0";
5
- export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {
6
- }
7
- export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutCompositeAlarmCommand extends $Command<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutCompositeAlarmCommandInput;
12
- constructor(input: PutCompositeAlarmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput>;
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 { PutCompositeAlarmInput } from "../models/models_0";
14
+ export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {}
15
+ export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class PutCompositeAlarmCommand extends $Command<
18
+ PutCompositeAlarmCommandInput,
19
+ PutCompositeAlarmCommandOutput,
20
+ CloudWatchClientResolvedConfig
21
+ > {
22
+ readonly input: PutCompositeAlarmCommandInput;
23
+ constructor(input: PutCompositeAlarmCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudWatchClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
5
- export interface PutDashboardCommandInput extends PutDashboardInput {
6
- }
7
- export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutDashboardCommand extends $Command<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutDashboardCommandInput;
12
- constructor(input: PutDashboardCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDashboardCommandInput, PutDashboardCommandOutput>;
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 { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
14
+ export interface PutDashboardCommandInput extends PutDashboardInput {}
15
+ export interface PutDashboardCommandOutput
16
+ extends PutDashboardOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutDashboardCommand extends $Command<
20
+ PutDashboardCommandInput,
21
+ PutDashboardCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: PutDashboardCommandInput;
25
+ constructor(input: PutDashboardCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutDashboardCommandInput, PutDashboardCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
5
- export interface PutInsightRuleCommandInput extends PutInsightRuleInput {
6
- }
7
- export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutInsightRuleCommand extends $Command<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutInsightRuleCommandInput;
12
- constructor(input: PutInsightRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutInsightRuleCommandInput, PutInsightRuleCommandOutput>;
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 { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
14
+ export interface PutInsightRuleCommandInput extends PutInsightRuleInput {}
15
+ export interface PutInsightRuleCommandOutput
16
+ extends PutInsightRuleOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutInsightRuleCommand extends $Command<
20
+ PutInsightRuleCommandInput,
21
+ PutInsightRuleCommandOutput,
22
+ CloudWatchClientResolvedConfig
23
+ > {
24
+ readonly input: PutInsightRuleCommandInput;
25
+ constructor(input: PutInsightRuleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CloudWatchClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutInsightRuleCommandInput, PutInsightRuleCommandOutput>;
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 { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0";
5
- export interface PutManagedInsightRulesCommandInput extends PutManagedInsightRulesInput {
6
- }
7
- export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutManagedInsightRulesCommand extends $Command<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutManagedInsightRulesCommandInput;
12
- constructor(input: PutManagedInsightRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput>;
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
+ PutManagedInsightRulesInput,
15
+ PutManagedInsightRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface PutManagedInsightRulesCommandInput
18
+ extends PutManagedInsightRulesInput {}
19
+ export interface PutManagedInsightRulesCommandOutput
20
+ extends PutManagedInsightRulesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutManagedInsightRulesCommand extends $Command<
24
+ PutManagedInsightRulesCommandInput,
25
+ PutManagedInsightRulesCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: PutManagedInsightRulesCommandInput;
29
+ constructor(input: PutManagedInsightRulesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutManagedInsightRulesCommandInput,
37
+ PutManagedInsightRulesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
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 { PutMetricAlarmInput } from "../models/models_0";
5
- export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {
6
- }
7
- export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutMetricAlarmCommand extends $Command<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutMetricAlarmCommandInput;
12
- constructor(input: PutMetricAlarmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput>;
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 { PutMetricAlarmInput } from "../models/models_0";
14
+ export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {}
15
+ export interface PutMetricAlarmCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class PutMetricAlarmCommand extends $Command<
18
+ PutMetricAlarmCommandInput,
19
+ PutMetricAlarmCommandOutput,
20
+ CloudWatchClientResolvedConfig
21
+ > {
22
+ readonly input: PutMetricAlarmCommandInput;
23
+ constructor(input: PutMetricAlarmCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudWatchClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { PutMetricDataInput } from "../models/models_0";
5
- export interface PutMetricDataCommandInput extends PutMetricDataInput {
6
- }
7
- export interface PutMetricDataCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutMetricDataCommand extends $Command<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutMetricDataCommandInput;
12
- constructor(input: PutMetricDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricDataCommandInput, PutMetricDataCommandOutput>;
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 { PutMetricDataInput } from "../models/models_0";
14
+ export interface PutMetricDataCommandInput extends PutMetricDataInput {}
15
+ export interface PutMetricDataCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class PutMetricDataCommand extends $Command<
18
+ PutMetricDataCommandInput,
19
+ PutMetricDataCommandOutput,
20
+ CloudWatchClientResolvedConfig
21
+ > {
22
+ readonly input: PutMetricDataCommandInput;
23
+ constructor(input: PutMetricDataCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudWatchClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<PutMetricDataCommandInput, PutMetricDataCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
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 { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
5
- export interface PutMetricStreamCommandInput extends PutMetricStreamInput {
6
- }
7
- export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutMetricStreamCommand extends $Command<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: PutMetricStreamCommandInput;
12
- constructor(input: PutMetricStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricStreamCommandInput, PutMetricStreamCommandOutput>;
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
+ PutMetricStreamInput,
15
+ PutMetricStreamOutput,
16
+ } from "../models/models_0";
17
+ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {}
18
+ export interface PutMetricStreamCommandOutput
19
+ extends PutMetricStreamOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PutMetricStreamCommand extends $Command<
23
+ PutMetricStreamCommandInput,
24
+ PutMetricStreamCommandOutput,
25
+ CloudWatchClientResolvedConfig
26
+ > {
27
+ readonly input: PutMetricStreamCommandInput;
28
+ constructor(input: PutMetricStreamCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudWatchClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutMetricStreamCommandInput, PutMetricStreamCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
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 { SetAlarmStateInput } from "../models/models_0";
5
- export interface SetAlarmStateCommandInput extends SetAlarmStateInput {
6
- }
7
- export interface SetAlarmStateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetAlarmStateCommand extends $Command<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: SetAlarmStateCommandInput;
12
- constructor(input: SetAlarmStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetAlarmStateCommandInput, SetAlarmStateCommandOutput>;
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 { SetAlarmStateInput } from "../models/models_0";
14
+ export interface SetAlarmStateCommandInput extends SetAlarmStateInput {}
15
+ export interface SetAlarmStateCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class SetAlarmStateCommand extends $Command<
18
+ SetAlarmStateCommandInput,
19
+ SetAlarmStateCommandOutput,
20
+ CloudWatchClientResolvedConfig
21
+ > {
22
+ readonly input: SetAlarmStateCommandInput;
23
+ constructor(input: SetAlarmStateCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudWatchClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SetAlarmStateCommandInput, SetAlarmStateCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
5
- export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput {
6
- }
7
- export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartMetricStreamsCommand extends $Command<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: StartMetricStreamsCommandInput;
12
- constructor(input: StartMetricStreamsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput>;
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
+ StartMetricStreamsInput,
15
+ StartMetricStreamsOutput,
16
+ } from "../models/models_0";
17
+ export interface StartMetricStreamsCommandInput
18
+ extends StartMetricStreamsInput {}
19
+ export interface StartMetricStreamsCommandOutput
20
+ extends StartMetricStreamsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartMetricStreamsCommand extends $Command<
24
+ StartMetricStreamsCommandInput,
25
+ StartMetricStreamsCommandOutput,
26
+ CloudWatchClientResolvedConfig
27
+ > {
28
+ readonly input: StartMetricStreamsCommandInput;
29
+ constructor(input: StartMetricStreamsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CloudWatchClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
5
- export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {
6
- }
7
- export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopMetricStreamsCommand extends $Command<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
11
- readonly input: StopMetricStreamsCommandInput;
12
- constructor(input: StopMetricStreamsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput>;
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
+ StopMetricStreamsInput,
15
+ StopMetricStreamsOutput,
16
+ } from "../models/models_0";
17
+ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {}
18
+ export interface StopMetricStreamsCommandOutput
19
+ extends StopMetricStreamsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class StopMetricStreamsCommand extends $Command<
23
+ StopMetricStreamsCommandInput,
24
+ StopMetricStreamsCommandOutput,
25
+ CloudWatchClientResolvedConfig
26
+ > {
27
+ readonly input: StopMetricStreamsCommandInput;
28
+ constructor(input: StopMetricStreamsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CloudWatchClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }