@aws-sdk/client-bcm-pricing-calculator 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/BCMPricingCalculator.d.ts +119 -182
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBillScenarioRequest,
|
|
4
|
-
GetBillScenarioResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBillScenarioRequest, GetBillScenarioResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBillScenarioCommandInput extends GetBillScenarioRequest {}
|
|
8
|
-
export interface GetBillScenarioCommandOutput
|
|
9
|
-
extends GetBillScenarioResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBillScenarioCommandOutput extends GetBillScenarioResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetBillScenarioCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBillScenarioCommandInput
|
|
8
|
+
input: GetBillScenarioCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBillScenarioCommandInput,
|
|
16
11
|
GetBillScenarioCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBillScenarioCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBillScenarioCommandInput
|
|
17
|
+
input: GetBillScenarioCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBillScenarioCommandInput,
|
|
25
20
|
GetBillScenarioCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPreferencesRequest,
|
|
4
|
-
GetPreferencesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPreferencesRequest, GetPreferencesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetPreferencesCommandInput extends GetPreferencesRequest {}
|
|
8
|
-
export interface GetPreferencesCommandOutput
|
|
9
|
-
extends GetPreferencesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPreferencesCommandOutput extends GetPreferencesResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetPreferencesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetPreferencesCommandInput
|
|
8
|
+
input: GetPreferencesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetPreferencesCommandInput,
|
|
16
11
|
GetPreferencesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetWorkloadEstimateRequest,
|
|
4
|
-
GetWorkloadEstimateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetWorkloadEstimateRequest, GetWorkloadEstimateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetWorkloadEstimateCommandInput
|
|
8
|
-
extends GetWorkloadEstimateRequest {}
|
|
4
|
+
export interface GetWorkloadEstimateCommandInput extends GetWorkloadEstimateRequest {}
|
|
9
5
|
export interface GetWorkloadEstimateCommandOutput
|
|
10
|
-
extends GetWorkloadEstimateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetWorkloadEstimateResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetWorkloadEstimateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetWorkloadEstimateCommandInput
|
|
9
|
+
input: GetWorkloadEstimateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetWorkloadEstimateCommandInput,
|
|
17
12
|
GetWorkloadEstimateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetWorkloadEstimateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetWorkloadEstimateCommandInput
|
|
18
|
+
input: GetWorkloadEstimateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetWorkloadEstimateCommandInput,
|
|
26
21
|
GetWorkloadEstimateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBillEstimateCommitmentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillEstimateCommitmentsCommandInput
|
|
8
|
-
extends ListBillEstimateCommitmentsRequest {}
|
|
7
|
+
export interface ListBillEstimateCommitmentsCommandInput extends ListBillEstimateCommitmentsRequest {}
|
|
9
8
|
export interface ListBillEstimateCommitmentsCommandOutput
|
|
10
|
-
extends ListBillEstimateCommitmentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBillEstimateCommitmentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBillEstimateCommitmentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBillEstimateCommitmentsCommandInput
|
|
12
|
+
input: ListBillEstimateCommitmentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBillEstimateCommitmentsCommandInput,
|
|
17
15
|
ListBillEstimateCommitmentsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBillEstimateCommitmentsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBillEstimateCommitmentsCommandInput
|
|
21
|
+
input: ListBillEstimateCommitmentsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBillEstimateCommitmentsCommandInput,
|
|
26
24
|
ListBillEstimateCommitmentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBillEstimateInputCommitmentModificationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillEstimateInputCommitmentModificationsCommandInput
|
|
8
|
-
extends ListBillEstimateInputCommitmentModificationsRequest {}
|
|
7
|
+
export interface ListBillEstimateInputCommitmentModificationsCommandInput extends ListBillEstimateInputCommitmentModificationsRequest {}
|
|
9
8
|
export interface ListBillEstimateInputCommitmentModificationsCommandOutput
|
|
10
|
-
extends ListBillEstimateInputCommitmentModificationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBillEstimateInputCommitmentModificationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBillEstimateInputCommitmentModificationsCommandInput
|
|
12
|
+
input: ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
17
15
|
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBillEstimateInputCommitmentModificationsCommandInput
|
|
21
|
+
input: ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
26
24
|
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBillEstimateInputUsageModificationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillEstimateInputUsageModificationsCommandInput
|
|
8
|
-
extends ListBillEstimateInputUsageModificationsRequest {}
|
|
7
|
+
export interface ListBillEstimateInputUsageModificationsCommandInput extends ListBillEstimateInputUsageModificationsRequest {}
|
|
9
8
|
export interface ListBillEstimateInputUsageModificationsCommandOutput
|
|
10
|
-
extends ListBillEstimateInputUsageModificationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBillEstimateInputUsageModificationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBillEstimateInputUsageModificationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBillEstimateInputUsageModificationsCommandInput
|
|
12
|
+
input: ListBillEstimateInputUsageModificationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBillEstimateInputUsageModificationsCommandInput,
|
|
17
15
|
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBillEstimateInputUsageModificationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBillEstimateInputUsageModificationsCommandInput
|
|
21
|
+
input: ListBillEstimateInputUsageModificationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBillEstimateInputUsageModificationsCommandInput,
|
|
26
24
|
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBillEstimateLineItemsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillEstimateLineItemsCommandInput
|
|
8
|
-
extends ListBillEstimateLineItemsRequest {}
|
|
7
|
+
export interface ListBillEstimateLineItemsCommandInput extends ListBillEstimateLineItemsRequest {}
|
|
9
8
|
export interface ListBillEstimateLineItemsCommandOutput
|
|
10
|
-
extends ListBillEstimateLineItemsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBillEstimateLineItemsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBillEstimateLineItemsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBillEstimateLineItemsCommandInput
|
|
12
|
+
input: ListBillEstimateLineItemsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBillEstimateLineItemsCommandInput,
|
|
17
15
|
ListBillEstimateLineItemsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBillEstimateLineItemsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBillEstimateLineItemsCommandInput
|
|
21
|
+
input: ListBillEstimateLineItemsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBillEstimateLineItemsCommandInput,
|
|
26
24
|
ListBillEstimateLineItemsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListBillEstimatesRequest,
|
|
4
|
-
ListBillEstimatesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListBillEstimatesRequest, ListBillEstimatesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillEstimatesCommandInput
|
|
8
|
-
extends ListBillEstimatesRequest {}
|
|
4
|
+
export interface ListBillEstimatesCommandInput extends ListBillEstimatesRequest {}
|
|
9
5
|
export interface ListBillEstimatesCommandOutput
|
|
10
|
-
extends ListBillEstimatesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListBillEstimatesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListBillEstimatesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListBillEstimatesCommandInput
|
|
9
|
+
input: ListBillEstimatesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListBillEstimatesCommandInput,
|
|
17
12
|
ListBillEstimatesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBillScenarioCommitmentModificationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillScenarioCommitmentModificationsCommandInput
|
|
8
|
-
extends ListBillScenarioCommitmentModificationsRequest {}
|
|
7
|
+
export interface ListBillScenarioCommitmentModificationsCommandInput extends ListBillScenarioCommitmentModificationsRequest {}
|
|
9
8
|
export interface ListBillScenarioCommitmentModificationsCommandOutput
|
|
10
|
-
extends ListBillScenarioCommitmentModificationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBillScenarioCommitmentModificationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBillScenarioCommitmentModificationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBillScenarioCommitmentModificationsCommandInput
|
|
12
|
+
input: ListBillScenarioCommitmentModificationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBillScenarioCommitmentModificationsCommandInput,
|
|
17
15
|
ListBillScenarioCommitmentModificationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBillScenarioCommitmentModificationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBillScenarioCommitmentModificationsCommandInput
|
|
21
|
+
input: ListBillScenarioCommitmentModificationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBillScenarioCommitmentModificationsCommandInput,
|
|
26
24
|
ListBillScenarioCommitmentModificationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListBillScenarioUsageModificationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillScenarioUsageModificationsCommandInput
|
|
8
|
-
extends ListBillScenarioUsageModificationsRequest {}
|
|
7
|
+
export interface ListBillScenarioUsageModificationsCommandInput extends ListBillScenarioUsageModificationsRequest {}
|
|
9
8
|
export interface ListBillScenarioUsageModificationsCommandOutput
|
|
10
|
-
extends ListBillScenarioUsageModificationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListBillScenarioUsageModificationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListBillScenarioUsageModificationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListBillScenarioUsageModificationsCommandInput
|
|
12
|
+
input: ListBillScenarioUsageModificationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListBillScenarioUsageModificationsCommandInput,
|
|
17
15
|
ListBillScenarioUsageModificationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListBillScenarioUsageModificationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListBillScenarioUsageModificationsCommandInput
|
|
21
|
+
input: ListBillScenarioUsageModificationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListBillScenarioUsageModificationsCommandInput,
|
|
26
24
|
ListBillScenarioUsageModificationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListBillScenariosRequest,
|
|
4
|
-
ListBillScenariosResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListBillScenariosRequest, ListBillScenariosResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListBillScenariosCommandInput
|
|
8
|
-
extends ListBillScenariosRequest {}
|
|
4
|
+
export interface ListBillScenariosCommandInput extends ListBillScenariosRequest {}
|
|
9
5
|
export interface ListBillScenariosCommandOutput
|
|
10
|
-
extends ListBillScenariosResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListBillScenariosResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListBillScenariosCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListBillScenariosCommandInput
|
|
9
|
+
input: ListBillScenariosCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListBillScenariosCommandInput,
|
|
17
12
|
ListBillScenariosCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListWorkloadEstimateUsageResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListWorkloadEstimateUsageCommandInput
|
|
8
|
-
extends ListWorkloadEstimateUsageRequest {}
|
|
7
|
+
export interface ListWorkloadEstimateUsageCommandInput extends ListWorkloadEstimateUsageRequest {}
|
|
9
8
|
export interface ListWorkloadEstimateUsageCommandOutput
|
|
10
|
-
extends ListWorkloadEstimateUsageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListWorkloadEstimateUsageResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListWorkloadEstimateUsageCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListWorkloadEstimateUsageCommandInput
|
|
12
|
+
input: ListWorkloadEstimateUsageCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListWorkloadEstimateUsageCommandInput,
|
|
17
15
|
ListWorkloadEstimateUsageCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListWorkloadEstimateUsageCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListWorkloadEstimateUsageCommandInput
|
|
21
|
+
input: ListWorkloadEstimateUsageCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListWorkloadEstimateUsageCommandInput,
|
|
26
24
|
ListWorkloadEstimateUsageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListWorkloadEstimatesRequest,
|
|
4
|
-
ListWorkloadEstimatesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListWorkloadEstimatesRequest, ListWorkloadEstimatesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListWorkloadEstimatesCommandInput
|
|
8
|
-
extends ListWorkloadEstimatesRequest {}
|
|
4
|
+
export interface ListWorkloadEstimatesCommandInput extends ListWorkloadEstimatesRequest {}
|
|
9
5
|
export interface ListWorkloadEstimatesCommandOutput
|
|
10
|
-
extends ListWorkloadEstimatesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListWorkloadEstimatesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListWorkloadEstimatesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListWorkloadEstimatesCommandInput
|
|
9
|
+
input: ListWorkloadEstimatesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListWorkloadEstimatesCommandInput,
|
|
17
12
|
ListWorkloadEstimatesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateBillEstimateRequest,
|
|
4
|
-
UpdateBillEstimateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateBillEstimateRequest, UpdateBillEstimateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateBillEstimateCommandInput
|
|
8
|
-
extends UpdateBillEstimateRequest {}
|
|
4
|
+
export interface UpdateBillEstimateCommandInput extends UpdateBillEstimateRequest {}
|
|
9
5
|
export interface UpdateBillEstimateCommandOutput
|
|
10
|
-
extends UpdateBillEstimateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateBillEstimateResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateBillEstimateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateBillEstimateCommandInput
|
|
9
|
+
input: UpdateBillEstimateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateBillEstimateCommandInput,
|
|
17
12
|
UpdateBillEstimateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateBillEstimateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateBillEstimateCommandInput
|
|
18
|
+
input: UpdateBillEstimateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateBillEstimateCommandInput,
|
|
26
21
|
UpdateBillEstimateCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateBillScenarioRequest,
|
|
4
|
-
UpdateBillScenarioResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateBillScenarioRequest, UpdateBillScenarioResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateBillScenarioCommandInput
|
|
8
|
-
extends UpdateBillScenarioRequest {}
|
|
4
|
+
export interface UpdateBillScenarioCommandInput extends UpdateBillScenarioRequest {}
|
|
9
5
|
export interface UpdateBillScenarioCommandOutput
|
|
10
|
-
extends UpdateBillScenarioResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateBillScenarioResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateBillScenarioCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateBillScenarioCommandInput
|
|
9
|
+
input: UpdateBillScenarioCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateBillScenarioCommandInput,
|
|
17
12
|
UpdateBillScenarioCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateBillScenarioCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateBillScenarioCommandInput
|
|
18
|
+
input: UpdateBillScenarioCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateBillScenarioCommandInput,
|
|
26
21
|
UpdateBillScenarioCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePreferencesRequest,
|
|
4
|
-
UpdatePreferencesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePreferencesRequest, UpdatePreferencesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePreferencesCommandInput
|
|
8
|
-
extends UpdatePreferencesRequest {}
|
|
4
|
+
export interface UpdatePreferencesCommandInput extends UpdatePreferencesRequest {}
|
|
9
5
|
export interface UpdatePreferencesCommandOutput
|
|
10
|
-
extends UpdatePreferencesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePreferencesResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePreferencesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePreferencesCommandInput
|
|
9
|
+
input: UpdatePreferencesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePreferencesCommandInput,
|
|
17
12
|
UpdatePreferencesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateWorkloadEstimateRequest,
|
|
4
|
-
UpdateWorkloadEstimateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateWorkloadEstimateRequest, UpdateWorkloadEstimateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateWorkloadEstimateCommandInput
|
|
8
|
-
extends UpdateWorkloadEstimateRequest {}
|
|
4
|
+
export interface UpdateWorkloadEstimateCommandInput extends UpdateWorkloadEstimateRequest {}
|
|
9
5
|
export interface UpdateWorkloadEstimateCommandOutput
|
|
10
|
-
extends UpdateWorkloadEstimateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateWorkloadEstimateResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateWorkloadEstimateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateWorkloadEstimateCommandInput
|
|
9
|
+
input: UpdateWorkloadEstimateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateWorkloadEstimateCommandInput,
|
|
17
12
|
UpdateWorkloadEstimateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateWorkloadEstimateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateWorkloadEstimateCommandInput
|
|
18
|
+
input: UpdateWorkloadEstimateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateWorkloadEstimateCommandInput,
|
|
26
21
|
UpdateWorkloadEstimateCommandOutput,
|
|
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
22
22
|
defaultSigningName: string;
|
|
23
23
|
};
|
|
24
24
|
export declare const resolveClientEndpointParameters: <T>(
|
|
25
|
-
options: T & ClientInputEndpointParameters
|
|
25
|
+
options: T & ClientInputEndpointParameters,
|
|
26
26
|
) => T & ClientResolvedEndpointParameters;
|
|
27
27
|
export declare const commonParams: {
|
|
28
28
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface BCMPricingCalculatorExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -37,8 +37,7 @@ export declare const ListUsageFilterName: {
|
|
|
37
37
|
readonly USAGE_GROUP: "USAGE_GROUP";
|
|
38
38
|
readonly USAGE_TYPE: "USAGE_TYPE";
|
|
39
39
|
};
|
|
40
|
-
export type ListUsageFilterName =
|
|
41
|
-
(typeof ListUsageFilterName)[keyof typeof ListUsageFilterName];
|
|
40
|
+
export type ListUsageFilterName = (typeof ListUsageFilterName)[keyof typeof ListUsageFilterName];
|
|
42
41
|
export declare const ListBillEstimateLineItemsFilterName: {
|
|
43
42
|
readonly LINE_ITEM_TYPE: "LINE_ITEM_TYPE";
|
|
44
43
|
readonly LOCATION: "LOCATION";
|
|
@@ -54,8 +53,7 @@ export declare const BillEstimateStatus: {
|
|
|
54
53
|
readonly FAILED: "FAILED";
|
|
55
54
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
56
55
|
};
|
|
57
|
-
export type BillEstimateStatus =
|
|
58
|
-
(typeof BillEstimateStatus)[keyof typeof BillEstimateStatus];
|
|
56
|
+
export type BillEstimateStatus = (typeof BillEstimateStatus)[keyof typeof BillEstimateStatus];
|
|
59
57
|
export declare const GroupSharingPreferenceEnum: {
|
|
60
58
|
readonly OPEN: "OPEN";
|
|
61
59
|
readonly PRIORITIZED: "PRIORITIZED";
|
|
@@ -97,8 +95,7 @@ export declare const BillScenarioStatus: {
|
|
|
97
95
|
readonly READY: "READY";
|
|
98
96
|
readonly STALE: "STALE";
|
|
99
97
|
};
|
|
100
|
-
export type BillScenarioStatus =
|
|
101
|
-
(typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];
|
|
98
|
+
export type BillScenarioStatus = (typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];
|
|
102
99
|
export declare const BatchCreateBillScenarioUsageModificationErrorCode: {
|
|
103
100
|
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
104
101
|
readonly CONFLICT: "CONFLICT";
|