@aws-sdk/client-compute-optimizer-automation 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/ComputeOptimizerAutomationServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ComputeOptimizerAutomation.js +1 -1
- package/dist-es/ComputeOptimizerAutomationClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAccountsCommand.js +2 -2
- package/dist-es/commands/CreateAutomationRuleCommand.js +2 -2
- package/dist-es/commands/DeleteAutomationRuleCommand.js +2 -2
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -2
- package/dist-es/commands/GetAutomationEventCommand.js +2 -2
- package/dist-es/commands/GetAutomationRuleCommand.js +2 -2
- package/dist-es/commands/GetEnrollmentConfigurationCommand.js +2 -2
- package/dist-es/commands/ListAccountsCommand.js +2 -2
- package/dist-es/commands/ListAutomationEventStepsCommand.js +2 -2
- package/dist-es/commands/ListAutomationEventSummariesCommand.js +2 -2
- package/dist-es/commands/ListAutomationEventsCommand.js +2 -2
- package/dist-es/commands/ListAutomationRulePreviewCommand.js +2 -2
- package/dist-es/commands/ListAutomationRulePreviewSummariesCommand.js +2 -2
- package/dist-es/commands/ListAutomationRulesCommand.js +2 -2
- package/dist-es/commands/ListRecommendedActionSummariesCommand.js +2 -2
- package/dist-es/commands/ListRecommendedActionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RollbackAutomationEventCommand.js +2 -2
- package/dist-es/commands/StartAutomationEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAutomationRuleCommand.js +2 -2
- package/dist-es/commands/UpdateEnrollmentConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ComputeOptimizerAutomationServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ComputeOptimizerAutomationClient.d.ts +5 -5
- package/dist-types/commands/AssociateAccountsCommand.d.ts +6 -4
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutomationRuleCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomationEventCommand.d.ts +6 -4
- package/dist-types/commands/GetAutomationRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetEnrollmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountsCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomationEventStepsCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomationEventSummariesCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomationEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomationRulePreviewCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomationRulePreviewSummariesCommand.d.ts +6 -4
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendedActionSummariesCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendedActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RollbackAutomationEventCommand.d.ts +6 -4
- package/dist-types/commands/StartAutomationEventCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutomationRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnrollmentConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ComputeOptimizerAutomationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ComputeOptimizerAutomationClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAutomationRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutomationRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomationEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutomationRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnrollmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomationEventStepsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomationEventSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomationEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomationRulePreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomationRulePreviewSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendedActionSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendedActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RollbackAutomationEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartAutomationEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutomationRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnrollmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ComputeOptimizerAutomationServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetAutomationRuleCommandOutput
|
|
|
19
19
|
declare const GetAutomationRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAutomationRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAutomationRuleCommandInput,
|
|
24
24
|
GetAutomationRuleCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAutomationRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetAutomationRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAutomationRuleCommandInput,
|
|
33
33
|
GetAutomationRuleCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAutomationRuleCommand extends GetAutomationRuleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetEnrollmentConfigurationCommandOutput
|
|
|
19
19
|
declare const GetEnrollmentConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetEnrollmentConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetEnrollmentConfigurationCommandInput,
|
|
24
24
|
GetEnrollmentConfigurationCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetEnrollmentConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetEnrollmentConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetEnrollmentConfigurationCommandInput,
|
|
33
33
|
GetEnrollmentConfigurationCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetEnrollmentConfigurationCommand extends GetEnrollmentConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListAccountsCommandOutput
|
|
|
15
15
|
declare const ListAccountsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListAccountsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListAccountsCommandInput,
|
|
20
20
|
ListAccountsCommandOutput,
|
|
21
21
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListAccountsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListAccountsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListAccountsCommandInput,
|
|
29
29
|
ListAccountsCommandOutput,
|
|
30
30
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAutomationEventStepsCommandOutput
|
|
|
19
19
|
declare const ListAutomationEventStepsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAutomationEventStepsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAutomationEventStepsCommandInput,
|
|
24
24
|
ListAutomationEventStepsCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAutomationEventStepsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAutomationEventStepsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAutomationEventStepsCommandInput,
|
|
33
33
|
ListAutomationEventStepsCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAutomationEventStepsCommand extends ListAutomationEventStepsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAutomationEventSummariesCommandOutput
|
|
|
19
19
|
declare const ListAutomationEventSummariesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAutomationEventSummariesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAutomationEventSummariesCommandInput,
|
|
24
24
|
ListAutomationEventSummariesCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAutomationEventSummariesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAutomationEventSummariesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAutomationEventSummariesCommandInput,
|
|
33
33
|
ListAutomationEventSummariesCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAutomationEventSummariesCommand extends ListAutomationEventSummariesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAutomationEventsCommandOutput
|
|
|
19
19
|
declare const ListAutomationEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAutomationEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAutomationEventsCommandInput,
|
|
24
24
|
ListAutomationEventsCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAutomationEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAutomationEventsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAutomationEventsCommandInput,
|
|
33
33
|
ListAutomationEventsCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAutomationEventsCommand extends ListAutomationEventsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAutomationRulePreviewCommandOutput
|
|
|
19
19
|
declare const ListAutomationRulePreviewCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAutomationRulePreviewCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAutomationRulePreviewCommandInput,
|
|
24
24
|
ListAutomationRulePreviewCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAutomationRulePreviewCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAutomationRulePreviewCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAutomationRulePreviewCommandInput,
|
|
33
33
|
ListAutomationRulePreviewCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAutomationRulePreviewCommand extends ListAutomationRulePreviewCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAutomationRulePreviewSummariesCommandOutput
|
|
|
19
19
|
declare const ListAutomationRulePreviewSummariesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAutomationRulePreviewSummariesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAutomationRulePreviewSummariesCommandInput,
|
|
24
24
|
ListAutomationRulePreviewSummariesCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAutomationRulePreviewSummariesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAutomationRulePreviewSummariesCommandInput,
|
|
33
33
|
ListAutomationRulePreviewSummariesCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAutomationRulePreviewSummariesCommand extends ListAutomationRulePreviewSummariesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAutomationRulesCommandOutput
|
|
|
19
19
|
declare const ListAutomationRulesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAutomationRulesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAutomationRulesCommandInput,
|
|
24
24
|
ListAutomationRulesCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAutomationRulesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAutomationRulesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAutomationRulesCommandInput,
|
|
33
33
|
ListAutomationRulesCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAutomationRulesCommand extends ListAutomationRulesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRecommendedActionSummariesCommandOutput
|
|
|
19
19
|
declare const ListRecommendedActionSummariesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRecommendedActionSummariesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRecommendedActionSummariesCommandInput,
|
|
24
24
|
ListRecommendedActionSummariesCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRecommendedActionSummariesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListRecommendedActionSummariesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRecommendedActionSummariesCommandInput,
|
|
33
33
|
ListRecommendedActionSummariesCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRecommendedActionSummariesCommand extends ListRecommendedActionSummariesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRecommendedActionsCommandOutput
|
|
|
19
19
|
declare const ListRecommendedActionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRecommendedActionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRecommendedActionsCommandInput,
|
|
24
24
|
ListRecommendedActionsCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRecommendedActionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListRecommendedActionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRecommendedActionsCommandInput,
|
|
33
33
|
ListRecommendedActionsCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRecommendedActionsCommand extends ListRecommendedActionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RollbackAutomationEventCommandOutput
|
|
|
19
19
|
declare const RollbackAutomationEventCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RollbackAutomationEventCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RollbackAutomationEventCommandInput,
|
|
24
24
|
RollbackAutomationEventCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RollbackAutomationEventCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RollbackAutomationEventCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RollbackAutomationEventCommandInput,
|
|
33
33
|
RollbackAutomationEventCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RollbackAutomationEventCommand extends RollbackAutomationEventCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartAutomationEventCommandOutput
|
|
|
19
19
|
declare const StartAutomationEventCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartAutomationEventCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartAutomationEventCommandInput,
|
|
24
24
|
StartAutomationEventCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartAutomationEventCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartAutomationEventCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartAutomationEventCommandInput,
|
|
33
33
|
StartAutomationEventCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartAutomationEventCommand extends StartAutomationEventCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateAutomationRuleCommandOutput
|
|
|
19
19
|
declare const UpdateAutomationRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAutomationRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAutomationRuleCommandInput,
|
|
24
24
|
UpdateAutomationRuleCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAutomationRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateAutomationRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAutomationRuleCommandInput,
|
|
33
33
|
UpdateAutomationRuleCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateAutomationRuleCommand extends UpdateAutomationRuleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateEnrollmentConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdateEnrollmentConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateEnrollmentConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateEnrollmentConfigurationCommandInput,
|
|
24
24
|
UpdateEnrollmentConfigurationCommandOutput,
|
|
25
25
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateEnrollmentConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateEnrollmentConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateEnrollmentConfigurationCommandInput,
|
|
33
33
|
UpdateEnrollmentConfigurationCommandOutput,
|
|
34
34
|
ComputeOptimizerAutomationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateEnrollmentConfigurationCommand extends UpdateEnrollmentConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ComputeOptimizerAutomationExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ComputeOptimizerAutomationServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ComputeOptimizerAutomationServiceException as __BaseException } from "./ComputeOptimizerAutomationServiceException";
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|