@aws-sdk/client-cloudwatch 3.170.0 → 3.178.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 (53) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/CloudWatch.d.ts +0 -38
  6. package/dist-types/ts3.4/CloudWatchClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +0 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -441
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  51. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +0 -2
  52. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +0 -2
  53. package/package.json +27 -27
@@ -19,7 +19,6 @@ export interface GetInsightRuleReportCommandInput
19
19
  export interface GetInsightRuleReportCommandOutput
20
20
  extends GetInsightRuleReportOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetInsightRuleReportCommand extends $Command<
24
23
  GetInsightRuleReportCommandInput,
25
24
  GetInsightRuleReportCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetInsightRuleReportCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetInsightRuleReportCommandInput;
29
28
  constructor(input: GetInsightRuleReportCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetMetricDataCommandInput extends GetMetricDataInput {}
15
15
  export interface GetMetricDataCommandOutput
16
16
  extends GetMetricDataOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetMetricDataCommand extends $Command<
20
19
  GetMetricDataCommandInput,
21
20
  GetMetricDataCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetMetricDataCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetMetricDataCommandInput;
25
24
  constructor(input: GetMetricDataCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetMetricStatisticsCommandInput
19
19
  export interface GetMetricStatisticsCommandOutput
20
20
  extends GetMetricStatisticsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetMetricStatisticsCommand extends $Command<
24
23
  GetMetricStatisticsCommandInput,
25
24
  GetMetricStatisticsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetMetricStatisticsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetMetricStatisticsCommandInput;
29
28
  constructor(input: GetMetricStatisticsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetMetricStreamCommandInput extends GetMetricStreamInput {}
18
18
  export interface GetMetricStreamCommandOutput
19
19
  extends GetMetricStreamOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetMetricStreamCommand extends $Command<
23
22
  GetMetricStreamCommandInput,
24
23
  GetMetricStreamCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetMetricStreamCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetMetricStreamCommandInput;
28
27
  constructor(input: GetMetricStreamCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetMetricWidgetImageCommandInput
19
19
  export interface GetMetricWidgetImageCommandOutput
20
20
  extends GetMetricWidgetImageOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetMetricWidgetImageCommand extends $Command<
24
23
  GetMetricWidgetImageCommandInput,
25
24
  GetMetricWidgetImageCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetMetricWidgetImageCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetMetricWidgetImageCommandInput;
29
28
  constructor(input: GetMetricWidgetImageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListDashboardsCommandInput extends ListDashboardsInput {}
15
15
  export interface ListDashboardsCommandOutput
16
16
  extends ListDashboardsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListDashboardsCommand extends $Command<
20
19
  ListDashboardsCommandInput,
21
20
  ListDashboardsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListDashboardsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListDashboardsCommandInput;
25
24
  constructor(input: ListDashboardsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListManagedInsightRulesCommandInput
19
19
  export interface ListManagedInsightRulesCommandOutput
20
20
  extends ListManagedInsightRulesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListManagedInsightRulesCommand extends $Command<
24
23
  ListManagedInsightRulesCommandInput,
25
24
  ListManagedInsightRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListManagedInsightRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListManagedInsightRulesCommandInput;
29
28
  constructor(input: ListManagedInsightRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {}
18
18
  export interface ListMetricStreamsCommandOutput
19
19
  extends ListMetricStreamsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListMetricStreamsCommand extends $Command<
23
22
  ListMetricStreamsCommandInput,
24
23
  ListMetricStreamsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListMetricStreamsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListMetricStreamsCommandInput;
28
27
  constructor(input: ListMetricStreamsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListMetricsCommandInput extends ListMetricsInput {}
15
15
  export interface ListMetricsCommandOutput
16
16
  extends ListMetricsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListMetricsCommand extends $Command<
20
19
  ListMetricsCommandInput,
21
20
  ListMetricsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListMetricsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListMetricsCommandInput;
25
24
  constructor(input: ListMetricsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutAnomalyDetectorCommandInput
19
19
  export interface PutAnomalyDetectorCommandOutput
20
20
  extends PutAnomalyDetectorOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutAnomalyDetectorCommand extends $Command<
24
23
  PutAnomalyDetectorCommandInput,
25
24
  PutAnomalyDetectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutAnomalyDetectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutAnomalyDetectorCommandInput;
29
28
  constructor(input: PutAnomalyDetectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { PutCompositeAlarmInput } from "../models/models_0";
14
14
  export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {}
15
15
  export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class PutCompositeAlarmCommand extends $Command<
18
17
  PutCompositeAlarmCommandInput,
19
18
  PutCompositeAlarmCommandOutput,
@@ -21,7 +20,6 @@ export declare class PutCompositeAlarmCommand extends $Command<
21
20
  > {
22
21
  readonly input: PutCompositeAlarmCommandInput;
23
22
  constructor(input: PutCompositeAlarmCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutDashboardCommandInput extends PutDashboardInput {}
15
15
  export interface PutDashboardCommandOutput
16
16
  extends PutDashboardOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutDashboardCommand extends $Command<
20
19
  PutDashboardCommandInput,
21
20
  PutDashboardCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutDashboardCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutDashboardCommandInput;
25
24
  constructor(input: PutDashboardCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutInsightRuleCommandInput extends PutInsightRuleInput {}
15
15
  export interface PutInsightRuleCommandOutput
16
16
  extends PutInsightRuleOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutInsightRuleCommand extends $Command<
20
19
  PutInsightRuleCommandInput,
21
20
  PutInsightRuleCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutInsightRuleCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutInsightRuleCommandInput;
25
24
  constructor(input: PutInsightRuleCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutManagedInsightRulesCommandInput
19
19
  export interface PutManagedInsightRulesCommandOutput
20
20
  extends PutManagedInsightRulesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutManagedInsightRulesCommand extends $Command<
24
23
  PutManagedInsightRulesCommandInput,
25
24
  PutManagedInsightRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutManagedInsightRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutManagedInsightRulesCommandInput;
29
28
  constructor(input: PutManagedInsightRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { PutMetricAlarmInput } from "../models/models_0";
14
14
  export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {}
15
15
  export interface PutMetricAlarmCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class PutMetricAlarmCommand extends $Command<
18
17
  PutMetricAlarmCommandInput,
19
18
  PutMetricAlarmCommandOutput,
@@ -21,7 +20,6 @@ export declare class PutMetricAlarmCommand extends $Command<
21
20
  > {
22
21
  readonly input: PutMetricAlarmCommandInput;
23
22
  constructor(input: PutMetricAlarmCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: CloudWatchClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { PutMetricDataInput } from "../models/models_0";
14
14
  export interface PutMetricDataCommandInput extends PutMetricDataInput {}
15
15
  export interface PutMetricDataCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class PutMetricDataCommand extends $Command<
18
17
  PutMetricDataCommandInput,
19
18
  PutMetricDataCommandOutput,
@@ -21,7 +20,6 @@ export declare class PutMetricDataCommand extends $Command<
21
20
  > {
22
21
  readonly input: PutMetricDataCommandInput;
23
22
  constructor(input: PutMetricDataCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: CloudWatchClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {}
18
18
  export interface PutMetricStreamCommandOutput
19
19
  extends PutMetricStreamOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PutMetricStreamCommand extends $Command<
23
22
  PutMetricStreamCommandInput,
24
23
  PutMetricStreamCommandOutput,
@@ -26,7 +25,6 @@ export declare class PutMetricStreamCommand extends $Command<
26
25
  > {
27
26
  readonly input: PutMetricStreamCommandInput;
28
27
  constructor(input: PutMetricStreamCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CloudWatchClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { SetAlarmStateInput } from "../models/models_0";
14
14
  export interface SetAlarmStateCommandInput extends SetAlarmStateInput {}
15
15
  export interface SetAlarmStateCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class SetAlarmStateCommand extends $Command<
18
17
  SetAlarmStateCommandInput,
19
18
  SetAlarmStateCommandOutput,
@@ -21,7 +20,6 @@ export declare class SetAlarmStateCommand extends $Command<
21
20
  > {
22
21
  readonly input: SetAlarmStateCommandInput;
23
22
  constructor(input: SetAlarmStateCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartMetricStreamsCommandInput
19
19
  export interface StartMetricStreamsCommandOutput
20
20
  extends StartMetricStreamsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartMetricStreamsCommand extends $Command<
24
23
  StartMetricStreamsCommandInput,
25
24
  StartMetricStreamsCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartMetricStreamsCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartMetricStreamsCommandInput;
29
28
  constructor(input: StartMetricStreamsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {}
18
18
  export interface StopMetricStreamsCommandOutput
19
19
  extends StopMetricStreamsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class StopMetricStreamsCommand extends $Command<
23
22
  StopMetricStreamsCommandInput,
24
23
  StopMetricStreamsCommandOutput,
@@ -26,7 +25,6 @@ export declare class StopMetricStreamsCommand extends $Command<
26
25
  > {
27
26
  readonly input: StopMetricStreamsCommandInput;
28
27
  constructor(input: StopMetricStreamsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
15
15
  export interface UntagResourceCommandOutput
16
16
  extends UntagResourceOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UntagResourceCommand extends $Command<
20
19
  UntagResourceCommandInput,
21
20
  UntagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: UntagResourceCommandInput;
25
24
  constructor(input: UntagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class CloudWatchServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }