@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.
- package/dist-cjs/index.js +34 -235
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { ListRecommendedActionSummariesRequest, ListRecommendedActionSummariesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRecommendedActionSummariesCommandInput extends ListRecommen
|
|
|
22
19
|
export interface ListRecommendedActionSummariesCommandOutput extends ListRecommendedActionSummariesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRecommendedActionSummariesCommand_base: {
|
|
25
|
-
new (input: ListRecommendedActionSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRecommendedActionSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRecommendedActionSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRecommendedActionSummariesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionSummariesCommandInput, ListRecommendedActionSummariesCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Provides a summary of recommended actions based on specified filters. </p> <note> <p>Management accounts and delegated administrators can retrieve recommended actions that include associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { ListRecommendedActionsRequest, ListRecommendedActionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRecommendedActionsCommandInput extends ListRecommendedActio
|
|
|
22
19
|
export interface ListRecommendedActionsCommandOutput extends ListRecommendedActionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRecommendedActionsCommand_base: {
|
|
25
|
-
new (input: ListRecommendedActionsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRecommendedActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRecommendedActionsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRecommendedActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendedActionsCommandInput, ListRecommendedActionsCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the recommended actions based that match specified filters. </p> <note> <p>Management accounts and delegated administrators can retrieve recommended actions that include associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the tags for a specified resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { RollbackAutomationEventRequest, RollbackAutomationEventResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RollbackAutomationEventCommandInput extends RollbackAutomationE
|
|
|
22
19
|
export interface RollbackAutomationEventCommandOutput extends RollbackAutomationEventResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RollbackAutomationEventCommand_base: {
|
|
25
|
-
new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RollbackAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<RollbackAutomationEventCommandInput, RollbackAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Initiates a rollback for a completed automation event. </p> <note> <p>Management accounts and delegated administrators can only initiate a rollback for events belonging to associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { StartAutomationEventRequest, StartAutomationEventResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartAutomationEventCommandInput extends StartAutomationEventRe
|
|
|
22
19
|
export interface StartAutomationEventCommandOutput extends StartAutomationEventResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartAutomationEventCommand_base: {
|
|
25
|
-
new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartAutomationEventCommandInput): import("@smithy/core/client").CommandImpl<StartAutomationEventCommandInput, StartAutomationEventCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Initiates a one-time, on-demand automation for the specified recommended action. </p> <note> <p>Management accounts and delegated administrators can only initiate recommended actions for associated member accounts. You can associate a member account using <code>AssociateAccounts</code>.</p> </note>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Adds tags to the specified resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Removes tags from the specified resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { UpdateAutomationRuleRequest, UpdateAutomationRuleResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAutomationRuleCommandInput extends UpdateAutomationRuleRe
|
|
|
22
19
|
export interface UpdateAutomationRuleCommandOutput extends UpdateAutomationRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAutomationRuleCommand_base: {
|
|
25
|
-
new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAutomationRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateAutomationRuleCommandInput, UpdateAutomationRuleCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an existing automation rule. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerAutomationClient";
|
|
4
2
|
import type { UpdateEnrollmentConfigurationRequest, UpdateEnrollmentConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateEnrollmentConfigurationCommandInput extends UpdateEnrollm
|
|
|
22
19
|
export interface UpdateEnrollmentConfigurationCommandOutput extends UpdateEnrollmentConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEnrollmentConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, ComputeOptimizerAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateEnrollmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentConfigurationCommandInput, UpdateEnrollmentConfigurationCommandOutput, import("..").ComputeOptimizerAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates your account’s Compute Optimizer Automation enrollment configuration. </p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ComputeOptimizerAutomationExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClient
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClient
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClient
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClient
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { ComputeOptimizerAutomationClientConfig } from "./ComputeOptimizerA
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClient
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: ComputeOptimizerAutomationClient
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ComputeOptimizerAutomationClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ComputeOptimizerAutomationClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ComputeOptimizerAutomationClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComputeOptimizerAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
AssociateAccountsRequest,
|
|
10
4
|
AssociateAccountsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateAccountsCommandInput
|
|
15
8
|
extends AssociateAccountsRequest {}
|
|
16
9
|
export interface AssociateAccountsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateAccountsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateAccountsCommandInput,
|
|
24
17
|
AssociateAccountsCommandOutput,
|
|
25
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComputeOptimizerAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateAccountsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateAccountsCommandInput,
|
|
33
26
|
AssociateAccountsCommandOutput,
|
|
34
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComputeOptimizerAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateAccountsCommand extends AssociateAccountsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComputeOptimizerAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateAutomationRuleRequest,
|
|
10
4
|
CreateAutomationRuleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateAutomationRuleCommandInput
|
|
15
8
|
extends CreateAutomationRuleRequest {}
|
|
16
9
|
export interface CreateAutomationRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateAutomationRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateAutomationRuleCommandInput,
|
|
24
17
|
CreateAutomationRuleCommandOutput,
|
|
25
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComputeOptimizerAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateAutomationRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateAutomationRuleCommandInput,
|
|
33
26
|
CreateAutomationRuleCommandOutput,
|
|
34
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComputeOptimizerAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateAutomationRuleCommand extends CreateAutomationRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ComputeOptimizerAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAutomationRuleRequest,
|
|
10
4
|
DeleteAutomationRuleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAutomationRuleCommandInput
|
|
15
8
|
extends DeleteAutomationRuleRequest {}
|
|
16
9
|
export interface DeleteAutomationRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteAutomationRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteAutomationRuleCommandInput,
|
|
24
17
|
DeleteAutomationRuleCommandOutput,
|
|
25
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ComputeOptimizerAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteAutomationRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteAutomationRuleCommandInput,
|
|
33
26
|
DeleteAutomationRuleCommandOutput,
|
|
34
|
-
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ComputeOptimizerAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteAutomationRuleCommand extends DeleteAutomationRuleCommand_base {
|
|
43
34
|
protected static __types: {
|