@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,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRecommendedActionSummaries$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRecommendedActionSummariesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "ListRecommendedActionSummaries", {})
13
- .n("ComputeOptimizerAutomationClient", "ListRecommendedActionSummariesCommand")
14
- .sc(ListRecommendedActionSummaries$)
15
- .build() {
3
+ export class ListRecommendedActionSummariesCommand extends command(_ep0, _mw0, "ListRecommendedActionSummaries", ListRecommendedActionSummaries$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRecommendedActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRecommendedActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "ListRecommendedActions", {})
13
- .n("ComputeOptimizerAutomationClient", "ListRecommendedActionsCommand")
14
- .sc(ListRecommendedActions$)
15
- .build() {
3
+ export class ListRecommendedActionsCommand extends command(_ep0, _mw0, "ListRecommendedActions", ListRecommendedActions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "ListTagsForResource", {})
13
- .n("ComputeOptimizerAutomationClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RollbackAutomationEvent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RollbackAutomationEventCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "RollbackAutomationEvent", {})
13
- .n("ComputeOptimizerAutomationClient", "RollbackAutomationEventCommand")
14
- .sc(RollbackAutomationEvent$)
15
- .build() {
3
+ export class RollbackAutomationEventCommand extends command(_ep0, _mw0, "RollbackAutomationEvent", RollbackAutomationEvent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartAutomationEvent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartAutomationEventCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "StartAutomationEvent", {})
13
- .n("ComputeOptimizerAutomationClient", "StartAutomationEventCommand")
14
- .sc(StartAutomationEvent$)
15
- .build() {
3
+ export class StartAutomationEventCommand extends command(_ep0, _mw0, "StartAutomationEvent", StartAutomationEvent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "TagResource", {})
13
- .n("ComputeOptimizerAutomationClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "UntagResource", {})
13
- .n("ComputeOptimizerAutomationClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAutomationRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAutomationRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "UpdateAutomationRule", {})
13
- .n("ComputeOptimizerAutomationClient", "UpdateAutomationRuleCommand")
14
- .sc(UpdateAutomationRule$)
15
- .build() {
3
+ export class UpdateAutomationRuleCommand extends command(_ep0, _mw0, "UpdateAutomationRule", UpdateAutomationRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateEnrollmentConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateEnrollmentConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComputeOptimizerAutomationService", "UpdateEnrollmentConfiguration", {})
13
- .n("ComputeOptimizerAutomationClient", "UpdateEnrollmentConfigurationCommand")
14
- .sc(UpdateEnrollmentConfiguration$)
15
- .build() {
3
+ export class UpdateEnrollmentConfigurationCommand extends command(_ep0, _mw0, "UpdateEnrollmentConfiguration", UpdateEnrollmentConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ComputeOptimizerAutomationClient";
2
2
  export * from "./ComputeOptimizerAutomation";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "ComputeOptimizerAutomationService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Compute Optimizer Automation",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ComputeOptimizerAutomationClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AssociateAccountsRequest, AssociateAccountsResponse } 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 AssociateAccountsCommandInput extends AssociateAccountsRequest
22
19
  export interface AssociateAccountsCommandOutput extends AssociateAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateAccountsCommand_base: {
25
- new (input: AssociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates one or more member accounts with your organization's management account, enabling centralized implementation of optimization actions across those accounts. Once associated, the management account (or a delegated administrator) can apply recommended actions to the member account. When you associate a member account, its organization rule mode is automatically set to "Any allowed," which permits the management account to create Automation rules that automatically apply actions to that account. If the member account has not previously enabled the Automation feature, the association process automatically enables it.</p> <note> <p>Only the management account or a delegated administrator can perform this action.</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 { CreateAutomationRuleRequest, CreateAutomationRuleResponse } 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 CreateAutomationRuleCommandInput extends CreateAutomationRuleRe
22
19
  export interface CreateAutomationRuleCommandOutput extends CreateAutomationRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAutomationRuleCommand_base: {
25
- new (input: CreateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a new automation rule to apply recommended actions to resources based on specified criteria. </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 { DeleteAutomationRuleRequest, DeleteAutomationRuleResponse } 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 DeleteAutomationRuleCommandInput extends DeleteAutomationRuleRe
22
19
  export interface DeleteAutomationRuleCommandOutput extends DeleteAutomationRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAutomationRuleCommand_base: {
25
- new (input: DeleteAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutomationRuleCommandInput, DeleteAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutomationRuleCommandInput, DeleteAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutomationRuleCommandInput, DeleteAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAutomationRuleCommandInput, DeleteAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes 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 { DisassociateAccountsRequest, DisassociateAccountsResponse } 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 DisassociateAccountsCommandInput extends DisassociateAccountsRe
22
19
  export interface DisassociateAccountsCommandOutput extends DisassociateAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateAccountsCommand_base: {
25
- new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Disassociates member accounts from your organization's management account, removing centralized automation capabilities. Once disassociated, organization rules no longer apply to the member account, and the management account (or delegated administrator) cannot create Automation rules for that account. </p> <note> <p>Only the management account or a delegated administrator can perform this action.</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 { GetAutomationEventRequest, GetAutomationEventResponse } 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 GetAutomationEventCommandInput extends GetAutomationEventReques
22
19
  export interface GetAutomationEventCommandOutput extends GetAutomationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAutomationEventCommand_base: {
25
- new (input: GetAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationEventCommandInput, GetAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationEventCommandInput, GetAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationEventCommandInput, GetAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationEventCommandInput, GetAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Retrieves details about a specific automation event. </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 { GetAutomationRuleRequest, GetAutomationRuleResponse } 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 GetAutomationRuleCommandInput extends GetAutomationRuleRequest
22
19
  export interface GetAutomationRuleCommandOutput extends GetAutomationRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAutomationRuleCommand_base: {
25
- new (input: GetAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationRuleCommandInput, GetAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationRuleCommandInput, GetAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationRuleCommandInput, GetAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<GetAutomationRuleCommandInput, GetAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Retrieves details about a specific 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 { GetEnrollmentConfigurationRequest, GetEnrollmentConfigurationResponse } 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 GetEnrollmentConfigurationCommandInput extends GetEnrollmentCon
22
19
  export interface GetEnrollmentConfigurationCommandOutput extends GetEnrollmentConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEnrollmentConfigurationCommand_base: {
25
- new (input: GetEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentConfigurationCommandInput, GetEnrollmentConfigurationCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEnrollmentConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentConfigurationCommandInput, GetEnrollmentConfigurationCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentConfigurationCommandInput, GetEnrollmentConfigurationCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetEnrollmentConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentConfigurationCommandInput, GetEnrollmentConfigurationCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Retrieves the current enrollment configuration for Compute Optimizer Automation. </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 { ListAccountsRequest, ListAccountsResponse } 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 ListAccountsCommandInput extends ListAccountsRequest {
22
19
  export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAccountsCommand_base: {
25
- new (input: ListAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the accounts in your organization that are enrolled in Compute Optimizer and whether they have enabled Automation. </p> <note> <p>Only the management account or a delegated administrator can perform this action.</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 { ListAutomationEventStepsRequest, ListAutomationEventStepsResponse } 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 ListAutomationEventStepsCommandInput extends ListAutomationEven
22
19
  export interface ListAutomationEventStepsCommandOutput extends ListAutomationEventStepsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAutomationEventStepsCommand_base: {
25
- new (input: ListAutomationEventStepsCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventStepsCommandInput, ListAutomationEventStepsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAutomationEventStepsCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventStepsCommandInput, ListAutomationEventStepsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAutomationEventStepsCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventStepsCommandInput, ListAutomationEventStepsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAutomationEventStepsCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventStepsCommandInput, ListAutomationEventStepsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the steps for a specific automation event. You can only list steps for events created within the past year. </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 { ListAutomationEventSummariesRequest, ListAutomationEventSummariesResponse } 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 ListAutomationEventSummariesCommandInput extends ListAutomation
22
19
  export interface ListAutomationEventSummariesCommandOutput extends ListAutomationEventSummariesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAutomationEventSummariesCommand_base: {
25
- new (input: ListAutomationEventSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventSummariesCommandInput, ListAutomationEventSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAutomationEventSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListAutomationEventSummariesCommandInput, ListAutomationEventSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAutomationEventSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventSummariesCommandInput, ListAutomationEventSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAutomationEventSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListAutomationEventSummariesCommandInput, ListAutomationEventSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a summary of automation events based on specified filters. Only events created within the past year will be included in the summary. </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 { ListAutomationEventsRequest, ListAutomationEventsResponse } 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 ListAutomationEventsCommandInput extends ListAutomationEventsRe
22
19
  export interface ListAutomationEventsCommandOutput extends ListAutomationEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAutomationEventsCommand_base: {
25
- new (input: ListAutomationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventsCommandInput, ListAutomationEventsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAutomationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutomationEventsCommandInput, ListAutomationEventsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAutomationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationEventsCommandInput, ListAutomationEventsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAutomationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutomationEventsCommandInput, ListAutomationEventsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists automation events based on specified filters. You can retrieve events that were created within the past year. </p>