@aws-sdk/client-compute-optimizer-automation 3.1077.0 → 3.1079.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 (77) hide show
  1. package/dist-cjs/index.js +31 -233
  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-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteAutomationRuleCommand.d.ts +3 -8
  31. package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
  32. package/dist-types/commands/GetAutomationEventCommand.d.ts +3 -8
  33. package/dist-types/commands/GetAutomationRuleCommand.d.ts +3 -8
  34. package/dist-types/commands/GetEnrollmentConfigurationCommand.d.ts +3 -8
  35. package/dist-types/commands/ListAccountsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListAutomationEventStepsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListAutomationEventSummariesCommand.d.ts +3 -8
  38. package/dist-types/commands/ListAutomationEventsCommand.d.ts +3 -8
  39. package/dist-types/commands/ListAutomationRulePreviewCommand.d.ts +3 -8
  40. package/dist-types/commands/ListAutomationRulePreviewSummariesCommand.d.ts +3 -8
  41. package/dist-types/commands/ListAutomationRulesCommand.d.ts +3 -8
  42. package/dist-types/commands/ListRecommendedActionSummariesCommand.d.ts +3 -8
  43. package/dist-types/commands/ListRecommendedActionsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/RollbackAutomationEventCommand.d.ts +3 -8
  46. package/dist-types/commands/StartAutomationEventCommand.d.ts +3 -8
  47. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdateAutomationRuleCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdateEnrollmentConfigurationCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateAutomationRuleCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DeleteAutomationRuleCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetAutomationEventCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetAutomationRuleCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetEnrollmentConfigurationCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListAutomationEventStepsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListAutomationEventSummariesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListAutomationEventsCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListAutomationRulePreviewCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListAutomationRulePreviewSummariesCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListRecommendedActionSummariesCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListRecommendedActionsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/RollbackAutomationEventCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/StartAutomationEventCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UpdateAutomationRuleCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdateEnrollmentConfigurationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { ListRecommendedActionSummariesRequest, ListRecommendedActionSummariesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRecommendedActionSummariesCommandInput extends ListRecommen
22
19
  export interface ListRecommendedActionSummariesCommandOutput extends ListRecommendedActionSummariesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRecommendedActionSummariesCommand_base: {
25
- new (input: ListRecommendedActionSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRecommendedActionSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRecommendedActionSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRecommendedActionSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Provides a summary of recommended actions based on specified filters. </p> <note> <p>Management accounts and delegated administrators can retrieve recommended actions that include associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { ListRecommendedActionsRequest, ListRecommendedActionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRecommendedActionsCommandInput extends ListRecommendedActio
22
19
  export interface ListRecommendedActionsCommandOutput extends ListRecommendedActionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRecommendedActionsCommand_base: {
25
- new (input: ListRecommendedActionsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRecommendedActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRecommendedActionsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRecommendedActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the recommended actions based that match specified filters. </p> <note> <p>Management accounts and delegated administrators can retrieve recommended actions that include associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the tags for a specified resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { RollbackAutomationEventRequest, RollbackAutomationEventResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RollbackAutomationEventCommandInput extends RollbackAutomationE
22
19
  export interface RollbackAutomationEventCommandOutput extends RollbackAutomationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RollbackAutomationEventCommand_base: {
25
- new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Initiates a rollback for a completed automation event. </p> <note> <p>Management accounts and delegated administrators can only initiate a rollback for events belonging to associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { StartAutomationEventRequest, StartAutomationEventResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartAutomationEventCommandInput extends StartAutomationEventRe
22
19
  export interface StartAutomationEventCommandOutput extends StartAutomationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartAutomationEventCommand_base: {
25
- new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Initiates a one-time, on-demand automation for the specified recommended action. </p> <note> <p>Management accounts and delegated administrators can only initiate recommended actions for associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Adds tags to the specified resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Removes tags from the specified resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { UpdateAutomationRuleRequest, UpdateAutomationRuleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAutomationRuleCommandInput extends UpdateAutomationRuleRe
22
19
  export interface UpdateAutomationRuleCommandOutput extends UpdateAutomationRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAutomationRuleCommand_base: {
25
- new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates an existing automation rule. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
4
2
  import type { UpdateEnrollmentConfigurationRequest, UpdateEnrollmentConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEnrollmentConfigurationCommandInput extends UpdateEnrollm
22
19
  export interface UpdateEnrollmentConfigurationCommandOutput extends UpdateEnrollmentConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEnrollmentConfigurationCommand_base: {
25
- new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates your account’s Compute Optimizer Automation enrollment configuration. </p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ComputeOptimizerAutomationExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ComputeOptimizerAutomationClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ComputeOptimizerAutomationClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ComputeOptimizerAutomationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ComputeOptimizerAutomationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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
  AssociateAccountsRequest,
10
4
  AssociateAccountsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateAccountsCommandInput
15
8
  extends AssociateAccountsRequest {}
16
9
  export interface AssociateAccountsCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateAccountsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateAccountsCommandInput,
24
17
  AssociateAccountsCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateAccountsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateAccountsCommandInput,
33
26
  AssociateAccountsCommandOutput,
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 AssociateAccountsCommand extends AssociateAccountsCommand_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
  CreateAutomationRuleRequest,
10
4
  CreateAutomationRuleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAutomationRuleCommandInput
15
8
  extends CreateAutomationRuleRequest {}
16
9
  export interface CreateAutomationRuleCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAutomationRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAutomationRuleCommandInput,
24
17
  CreateAutomationRuleCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAutomationRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAutomationRuleCommandInput,
33
26
  CreateAutomationRuleCommandOutput,
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 CreateAutomationRuleCommand extends CreateAutomationRuleCommand_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
  DeleteAutomationRuleRequest,
10
4
  DeleteAutomationRuleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteAutomationRuleCommandInput
15
8
  extends DeleteAutomationRuleRequest {}
16
9
  export interface DeleteAutomationRuleCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteAutomationRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteAutomationRuleCommandInput,
24
17
  DeleteAutomationRuleCommandOutput,
25
- ComputeOptimizerAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComputeOptimizerAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteAutomationRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteAutomationRuleCommandInput,
33
26
  DeleteAutomationRuleCommandOutput,
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 DeleteAutomationRuleCommand extends DeleteAutomationRuleCommand_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
  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: {