@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.
- package/dist-cjs/index.js +31 -233
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAccountsCommand.js +2 -14
- package/dist-es/commands/CreateAutomationRuleCommand.js +2 -14
- package/dist-es/commands/DeleteAutomationRuleCommand.js +2 -14
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -14
- package/dist-es/commands/GetAutomationEventCommand.js +2 -14
- package/dist-es/commands/GetAutomationRuleCommand.js +2 -14
- package/dist-es/commands/GetEnrollmentConfigurationCommand.js +2 -14
- package/dist-es/commands/ListAccountsCommand.js +2 -14
- package/dist-es/commands/ListAutomationEventStepsCommand.js +2 -14
- package/dist-es/commands/ListAutomationEventSummariesCommand.js +2 -14
- package/dist-es/commands/ListAutomationEventsCommand.js +2 -14
- package/dist-es/commands/ListAutomationRulePreviewCommand.js +2 -14
- package/dist-es/commands/ListAutomationRulePreviewSummariesCommand.js +2 -14
- package/dist-es/commands/ListAutomationRulesCommand.js +2 -14
- package/dist-es/commands/ListRecommendedActionSummariesCommand.js +2 -14
- package/dist-es/commands/ListRecommendedActionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RollbackAutomationEventCommand.js +2 -14
- package/dist-es/commands/StartAutomationEventCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAutomationRuleCommand.js +2 -14
- package/dist-es/commands/UpdateEnrollmentConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAutomationRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
- package/dist-types/commands/GetAutomationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetAutomationRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetEnrollmentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListAutomationEventStepsCommand.d.ts +3 -8
- package/dist-types/commands/ListAutomationEventSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListAutomationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListAutomationRulePreviewCommand.d.ts +3 -8
- package/dist-types/commands/ListAutomationRulePreviewSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendedActionSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendedActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RollbackAutomationEventCommand.d.ts +3 -8
- package/dist-types/commands/StartAutomationEventCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAutomationRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnrollmentConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAutomationRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAutomationRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutomationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutomationRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnrollmentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutomationEventStepsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutomationEventSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutomationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutomationRulePreviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutomationRulePreviewSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendedActionSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendedActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RollbackAutomationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAutomationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAutomationRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnrollmentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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";
|
|
@@ -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>
|
|
@@ -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 { ListAutomationRulePreviewRequest, ListAutomationRulePreviewResponse } 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 ListAutomationRulePreviewCommandInput extends ListAutomationRul
|
|
|
22
19
|
export interface ListAutomationRulePreviewCommandOutput extends ListAutomationRulePreviewResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAutomationRulePreviewCommand_base: {
|
|
25
|
-
new (input: ListAutomationRulePreviewCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewCommandInput, ListAutomationRulePreviewCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAutomationRulePreviewCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewCommandInput, ListAutomationRulePreviewCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAutomationRulePreviewCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewCommandInput, ListAutomationRulePreviewCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAutomationRulePreviewCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewCommandInput, ListAutomationRulePreviewCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a preview of the recommended actions that match your Automation rule's configuration and 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 { ListAutomationRulePreviewSummariesRequest, ListAutomationRulePreviewSummariesResponse } 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 ListAutomationRulePreviewSummariesCommandInput extends ListAuto
|
|
|
22
19
|
export interface ListAutomationRulePreviewSummariesCommandOutput extends ListAutomationRulePreviewSummariesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAutomationRulePreviewSummariesCommand_base: {
|
|
25
|
-
new (input: ListAutomationRulePreviewSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewSummariesCommandInput, ListAutomationRulePreviewSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAutomationRulePreviewSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewSummariesCommandInput, ListAutomationRulePreviewSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAutomationRulePreviewSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewSummariesCommandInput, ListAutomationRulePreviewSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAutomationRulePreviewSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulePreviewSummariesCommandInput, ListAutomationRulePreviewSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a summary of the recommended actions that match your rule preview configuration and 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 { ListAutomationRulesRequest, ListAutomationRulesResponse } 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 ListAutomationRulesCommandInput extends ListAutomationRulesRequ
|
|
|
22
19
|
export interface ListAutomationRulesCommandOutput extends ListAutomationRulesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAutomationRulesCommand_base: {
|
|
25
|
-
new (input: ListAutomationRulesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAutomationRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAutomationRulesCommandInput): import("@smithy/core/client").CommandImpl<ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAutomationRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the automation rules that match specified filters. </p>
|