@aws-sdk/client-compute-optimizer-automation 3.1076.0 → 3.1078.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 (89) hide show
  1. package/dist-cjs/index.js +34 -235
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAccountsCommand.js +2 -14
  4. package/dist-es/commands/CreateAutomationRuleCommand.js +2 -14
  5. package/dist-es/commands/DeleteAutomationRuleCommand.js +2 -14
  6. package/dist-es/commands/DisassociateAccountsCommand.js +2 -14
  7. package/dist-es/commands/GetAutomationEventCommand.js +2 -14
  8. package/dist-es/commands/GetAutomationRuleCommand.js +2 -14
  9. package/dist-es/commands/GetEnrollmentConfigurationCommand.js +2 -14
  10. package/dist-es/commands/ListAccountsCommand.js +2 -14
  11. package/dist-es/commands/ListAutomationEventStepsCommand.js +2 -14
  12. package/dist-es/commands/ListAutomationEventSummariesCommand.js +2 -14
  13. package/dist-es/commands/ListAutomationEventsCommand.js +2 -14
  14. package/dist-es/commands/ListAutomationRulePreviewCommand.js +2 -14
  15. package/dist-es/commands/ListAutomationRulePreviewSummariesCommand.js +2 -14
  16. package/dist-es/commands/ListAutomationRulesCommand.js +2 -14
  17. package/dist-es/commands/ListRecommendedActionSummariesCommand.js +2 -14
  18. package/dist-es/commands/ListRecommendedActionsCommand.js +2 -14
  19. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  20. package/dist-es/commands/RollbackAutomationEventCommand.js +2 -14
  21. package/dist-es/commands/StartAutomationEventCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UntagResourceCommand.js +2 -14
  24. package/dist-es/commands/UpdateAutomationRuleCommand.js +2 -14
  25. package/dist-es/commands/UpdateEnrollmentConfigurationCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.browser.js +0 -2
  28. package/dist-es/runtimeConfig.js +1 -2
  29. package/dist-es/runtimeConfig.native.js +0 -2
  30. package/dist-es/runtimeConfig.shared.js +2 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteAutomationRuleCommand.d.ts +3 -8
  35. package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
  36. package/dist-types/commands/GetAutomationEventCommand.d.ts +3 -8
  37. package/dist-types/commands/GetAutomationRuleCommand.d.ts +3 -8
  38. package/dist-types/commands/GetEnrollmentConfigurationCommand.d.ts +3 -8
  39. package/dist-types/commands/ListAccountsCommand.d.ts +3 -8
  40. package/dist-types/commands/ListAutomationEventStepsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListAutomationEventSummariesCommand.d.ts +3 -8
  42. package/dist-types/commands/ListAutomationEventsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListAutomationRulePreviewCommand.d.ts +3 -8
  44. package/dist-types/commands/ListAutomationRulePreviewSummariesCommand.d.ts +3 -8
  45. package/dist-types/commands/ListAutomationRulesCommand.d.ts +3 -8
  46. package/dist-types/commands/ListRecommendedActionSummariesCommand.d.ts +3 -8
  47. package/dist-types/commands/ListRecommendedActionsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/RollbackAutomationEventCommand.d.ts +3 -8
  50. package/dist-types/commands/StartAutomationEventCommand.d.ts +3 -8
  51. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateAutomationRuleCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateEnrollmentConfigurationCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  57. package/dist-types/runtimeConfig.d.ts +1 -1
  58. package/dist-types/runtimeConfig.native.d.ts +1 -1
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateAutomationRuleCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteAutomationRuleCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetAutomationEventCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetAutomationRuleCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetEnrollmentConfigurationCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListAutomationEventStepsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListAutomationEventSummariesCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListAutomationEventsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListAutomationRulePreviewCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListAutomationRulePreviewSummariesCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListRecommendedActionSummariesCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListRecommendedActionsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/RollbackAutomationEventCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/StartAutomationEventCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UpdateAutomationRuleCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateEnrollmentConfigurationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/index.d.ts +1 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  89. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  DisassociateAccountsRequest,
10
4
  DisassociateAccountsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateAccountsCommandInput
15
8
  extends DisassociateAccountsRequest {}
16
9
  export interface DisassociateAccountsCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateAccountsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateAccountsCommandInput,
24
17
  DisassociateAccountsCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateAccountsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateAccountsCommandInput,
33
26
  DisassociateAccountsCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  GetAutomationEventRequest,
10
4
  GetAutomationEventResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAutomationEventCommandInput
15
8
  extends GetAutomationEventRequest {}
16
9
  export interface GetAutomationEventCommandOutput
@@ -22,22 +15,20 @@ declare const GetAutomationEventCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetAutomationEventCommandInput,
24
17
  GetAutomationEventCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetAutomationEventCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetAutomationEventCommandInput,
33
26
  GetAutomationEventCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetAutomationEventCommand extends GetAutomationEventCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  GetAutomationRuleRequest,
10
4
  GetAutomationRuleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAutomationRuleCommandInput
15
8
  extends GetAutomationRuleRequest {}
16
9
  export interface GetAutomationRuleCommandOutput
@@ -22,22 +15,20 @@ declare const GetAutomationRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetAutomationRuleCommandInput,
24
17
  GetAutomationRuleCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetAutomationRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetAutomationRuleCommandInput,
33
26
  GetAutomationRuleCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetAutomationRuleCommand extends GetAutomationRuleCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  GetEnrollmentConfigurationRequest,
10
4
  GetEnrollmentConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEnrollmentConfigurationCommandInput
15
8
  extends GetEnrollmentConfigurationRequest {}
16
9
  export interface GetEnrollmentConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetEnrollmentConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetEnrollmentConfigurationCommandInput,
24
17
  GetEnrollmentConfigurationCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetEnrollmentConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetEnrollmentConfigurationCommandInput,
33
26
  GetEnrollmentConfigurationCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetEnrollmentConfigurationCommand extends GetEnrollmentConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListAccountsCommandInput extends ListAccountsRequest {}
12
5
  export interface ListAccountsCommandOutput
13
6
  extends ListAccountsResponse,
@@ -18,22 +11,20 @@ declare const ListAccountsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListAccountsCommandInput,
20
13
  ListAccountsCommandOutput,
21
- ComputeOptimizerAutomationClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListAccountsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListAccountsCommandInput,
29
22
  ListAccountsCommandOutput,
30
- ComputeOptimizerAutomationClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListAccountsCommand extends ListAccountsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListAutomationEventStepsRequest,
10
4
  ListAutomationEventStepsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAutomationEventStepsCommandInput
15
8
  extends ListAutomationEventStepsRequest {}
16
9
  export interface ListAutomationEventStepsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAutomationEventStepsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAutomationEventStepsCommandInput,
24
17
  ListAutomationEventStepsCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAutomationEventStepsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAutomationEventStepsCommandInput,
33
26
  ListAutomationEventStepsCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAutomationEventStepsCommand extends ListAutomationEventStepsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListAutomationEventSummariesRequest,
10
4
  ListAutomationEventSummariesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAutomationEventSummariesCommandInput
15
8
  extends ListAutomationEventSummariesRequest {}
16
9
  export interface ListAutomationEventSummariesCommandOutput
@@ -22,22 +15,20 @@ declare const ListAutomationEventSummariesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAutomationEventSummariesCommandInput,
24
17
  ListAutomationEventSummariesCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListAutomationEventSummariesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAutomationEventSummariesCommandInput,
33
26
  ListAutomationEventSummariesCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAutomationEventSummariesCommand extends ListAutomationEventSummariesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListAutomationEventsRequest,
10
4
  ListAutomationEventsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAutomationEventsCommandInput
15
8
  extends ListAutomationEventsRequest {}
16
9
  export interface ListAutomationEventsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAutomationEventsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAutomationEventsCommandInput,
24
17
  ListAutomationEventsCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListAutomationEventsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAutomationEventsCommandInput,
33
26
  ListAutomationEventsCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAutomationEventsCommand extends ListAutomationEventsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListAutomationRulePreviewRequest,
10
4
  ListAutomationRulePreviewResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAutomationRulePreviewCommandInput
15
8
  extends ListAutomationRulePreviewRequest {}
16
9
  export interface ListAutomationRulePreviewCommandOutput
@@ -22,22 +15,20 @@ declare const ListAutomationRulePreviewCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAutomationRulePreviewCommandInput,
24
17
  ListAutomationRulePreviewCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAutomationRulePreviewCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAutomationRulePreviewCommandInput,
33
26
  ListAutomationRulePreviewCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAutomationRulePreviewCommand extends ListAutomationRulePreviewCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListAutomationRulePreviewSummariesRequest,
10
4
  ListAutomationRulePreviewSummariesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAutomationRulePreviewSummariesCommandInput
15
8
  extends ListAutomationRulePreviewSummariesRequest {}
16
9
  export interface ListAutomationRulePreviewSummariesCommandOutput
@@ -22,22 +15,20 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAutomationRulePreviewSummariesCommandInput,
24
17
  ListAutomationRulePreviewSummariesCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAutomationRulePreviewSummariesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAutomationRulePreviewSummariesCommandInput,
33
26
  ListAutomationRulePreviewSummariesCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAutomationRulePreviewSummariesCommand extends ListAutomationRulePreviewSummariesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListAutomationRulesRequest,
10
4
  ListAutomationRulesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAutomationRulesCommandInput
15
8
  extends ListAutomationRulesRequest {}
16
9
  export interface ListAutomationRulesCommandOutput
@@ -22,22 +15,20 @@ declare const ListAutomationRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAutomationRulesCommandInput,
24
17
  ListAutomationRulesCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListAutomationRulesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAutomationRulesCommandInput,
33
26
  ListAutomationRulesCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAutomationRulesCommand extends ListAutomationRulesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListRecommendedActionSummariesRequest,
10
4
  ListRecommendedActionSummariesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRecommendedActionSummariesCommandInput
15
8
  extends ListRecommendedActionSummariesRequest {}
16
9
  export interface ListRecommendedActionSummariesCommandOutput
@@ -22,22 +15,20 @@ declare const ListRecommendedActionSummariesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRecommendedActionSummariesCommandInput,
24
17
  ListRecommendedActionSummariesCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListRecommendedActionSummariesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRecommendedActionSummariesCommandInput,
33
26
  ListRecommendedActionSummariesCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListRecommendedActionSummariesCommand extends ListRecommendedActionSummariesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListRecommendedActionsRequest,
10
4
  ListRecommendedActionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRecommendedActionsCommandInput
15
8
  extends ListRecommendedActionsRequest {}
16
9
  export interface ListRecommendedActionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListRecommendedActionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRecommendedActionsCommandInput,
24
17
  ListRecommendedActionsCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListRecommendedActionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRecommendedActionsCommandInput,
33
26
  ListRecommendedActionsCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListRecommendedActionsCommand extends ListRecommendedActionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ComputeOptimizerAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComputeOptimizerAutomationClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- ComputeOptimizerAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {