@aws-sdk/client-bcm-pricing-calculator 3.948.0 → 3.953.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 +574 -391
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/CreateBillEstimateCommand.js +2 -2
- package/dist-es/commands/CreateBillScenarioCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/DeleteBillEstimateCommand.js +2 -2
- package/dist-es/commands/DeleteBillScenarioCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/GetBillEstimateCommand.js +2 -2
- package/dist-es/commands/GetBillScenarioCommand.js +2 -2
- package/dist-es/commands/GetPreferencesCommand.js +2 -2
- package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimatesCommand.js +2 -2
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillScenariosCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBillEstimateCommand.js +2 -2
- package/dist-es/commands/UpdateBillScenarioCommand.js +2 -2
- package/dist-es/commands/UpdatePreferencesCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +381 -366
- package/dist-types/BCMPricingCalculatorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +169 -220
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +168 -221
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.bcmpricingcalculator",
|
|
32
|
+
version: "2024-06-19",
|
|
33
|
+
serviceTarget: "AWSBCMPricingCalculator",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "BCM Pricing Calculator",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchCreateBillScenarioCommitmentModification } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchCreateBillScenarioCommitmentModification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchCreateBillScenarioCommitmentModificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchCreateBillScenarioCommitmentModificationCommand extends $Comma
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchCreateBillScenarioCommitmentModification", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioCommitmentModificationCommand")
|
|
14
|
-
.sc(BatchCreateBillScenarioCommitmentModification)
|
|
14
|
+
.sc(BatchCreateBillScenarioCommitmentModification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchCreateBillScenarioUsageModification } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchCreateBillScenarioUsageModification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchCreateBillScenarioUsageModificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchCreateBillScenarioUsageModificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchCreateBillScenarioUsageModification", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioUsageModificationCommand")
|
|
14
|
-
.sc(BatchCreateBillScenarioUsageModification)
|
|
14
|
+
.sc(BatchCreateBillScenarioUsageModification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchCreateWorkloadEstimateUsage } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchCreateWorkloadEstimateUsage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchCreateWorkloadEstimateUsageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchCreateWorkloadEstimateUsageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchCreateWorkloadEstimateUsage", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchCreateWorkloadEstimateUsageCommand")
|
|
14
|
-
.sc(BatchCreateWorkloadEstimateUsage)
|
|
14
|
+
.sc(BatchCreateWorkloadEstimateUsage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDeleteBillScenarioCommitmentModification } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteBillScenarioCommitmentModification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteBillScenarioCommitmentModificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteBillScenarioCommitmentModificationCommand extends $Comma
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchDeleteBillScenarioCommitmentModification", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioCommitmentModificationCommand")
|
|
14
|
-
.sc(BatchDeleteBillScenarioCommitmentModification)
|
|
14
|
+
.sc(BatchDeleteBillScenarioCommitmentModification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDeleteBillScenarioUsageModification } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteBillScenarioUsageModification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteBillScenarioUsageModificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteBillScenarioUsageModificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchDeleteBillScenarioUsageModification", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioUsageModificationCommand")
|
|
14
|
-
.sc(BatchDeleteBillScenarioUsageModification)
|
|
14
|
+
.sc(BatchDeleteBillScenarioUsageModification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDeleteWorkloadEstimateUsage } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteWorkloadEstimateUsage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteWorkloadEstimateUsageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteWorkloadEstimateUsageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchDeleteWorkloadEstimateUsage", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchDeleteWorkloadEstimateUsageCommand")
|
|
14
|
-
.sc(BatchDeleteWorkloadEstimateUsage)
|
|
14
|
+
.sc(BatchDeleteWorkloadEstimateUsage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchUpdateBillScenarioCommitmentModification } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateBillScenarioCommitmentModification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateBillScenarioCommitmentModificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateBillScenarioCommitmentModificationCommand extends $Comma
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchUpdateBillScenarioCommitmentModification", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioCommitmentModificationCommand")
|
|
14
|
-
.sc(BatchUpdateBillScenarioCommitmentModification)
|
|
14
|
+
.sc(BatchUpdateBillScenarioCommitmentModification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchUpdateBillScenarioUsageModification } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateBillScenarioUsageModification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateBillScenarioUsageModificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateBillScenarioUsageModificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchUpdateBillScenarioUsageModification", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioUsageModificationCommand")
|
|
14
|
-
.sc(BatchUpdateBillScenarioUsageModification)
|
|
14
|
+
.sc(BatchUpdateBillScenarioUsageModification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchUpdateWorkloadEstimateUsage } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateWorkloadEstimateUsage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateWorkloadEstimateUsageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateWorkloadEstimateUsageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "BatchUpdateWorkloadEstimateUsage", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "BatchUpdateWorkloadEstimateUsageCommand")
|
|
14
|
-
.sc(BatchUpdateWorkloadEstimateUsage)
|
|
14
|
+
.sc(BatchUpdateWorkloadEstimateUsage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBillEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBillEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBillEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBillEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "CreateBillEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "CreateBillEstimateCommand")
|
|
14
|
-
.sc(CreateBillEstimate)
|
|
14
|
+
.sc(CreateBillEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBillScenario } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBillScenario$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBillScenarioCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBillScenarioCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "CreateBillScenario", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "CreateBillScenarioCommand")
|
|
14
|
-
.sc(CreateBillScenario)
|
|
14
|
+
.sc(CreateBillScenario$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWorkloadEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWorkloadEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWorkloadEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWorkloadEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "CreateWorkloadEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "CreateWorkloadEstimateCommand")
|
|
14
|
-
.sc(CreateWorkloadEstimate)
|
|
14
|
+
.sc(CreateWorkloadEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteBillEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBillEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBillEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBillEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "DeleteBillEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "DeleteBillEstimateCommand")
|
|
14
|
-
.sc(DeleteBillEstimate)
|
|
14
|
+
.sc(DeleteBillEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteBillScenario } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBillScenario$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBillScenarioCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBillScenarioCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "DeleteBillScenario", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "DeleteBillScenarioCommand")
|
|
14
|
-
.sc(DeleteBillScenario)
|
|
14
|
+
.sc(DeleteBillScenario$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWorkloadEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWorkloadEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWorkloadEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWorkloadEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "DeleteWorkloadEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "DeleteWorkloadEstimateCommand")
|
|
14
|
-
.sc(DeleteWorkloadEstimate)
|
|
14
|
+
.sc(DeleteWorkloadEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetBillEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { GetBillEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetBillEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetBillEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "GetBillEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "GetBillEstimateCommand")
|
|
14
|
-
.sc(GetBillEstimate)
|
|
14
|
+
.sc(GetBillEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetBillScenario } from "../schemas/schemas_0";
|
|
4
|
+
import { GetBillScenario$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetBillScenarioCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetBillScenarioCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "GetBillScenario", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "GetBillScenarioCommand")
|
|
14
|
-
.sc(GetBillScenario)
|
|
14
|
+
.sc(GetBillScenario$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPreferences } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPreferences$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPreferencesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPreferencesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "GetPreferences", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "GetPreferencesCommand")
|
|
14
|
-
.sc(GetPreferences)
|
|
14
|
+
.sc(GetPreferences$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetWorkloadEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { GetWorkloadEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetWorkloadEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetWorkloadEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "GetWorkloadEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "GetWorkloadEstimateCommand")
|
|
14
|
-
.sc(GetWorkloadEstimate)
|
|
14
|
+
.sc(GetWorkloadEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillEstimateCommitments } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillEstimateCommitments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillEstimateCommitmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillEstimateCommitmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillEstimateCommitments", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillEstimateCommitmentsCommand")
|
|
14
|
-
.sc(ListBillEstimateCommitments)
|
|
14
|
+
.sc(ListBillEstimateCommitments$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillEstimateInputCommitmentModifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillEstimateInputCommitmentModifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillEstimateInputCommitmentModificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillEstimateInputCommitmentModificationsCommand extends $Comman
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillEstimateInputCommitmentModifications", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillEstimateInputCommitmentModificationsCommand")
|
|
14
|
-
.sc(ListBillEstimateInputCommitmentModifications)
|
|
14
|
+
.sc(ListBillEstimateInputCommitmentModifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillEstimateInputUsageModifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillEstimateInputUsageModifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillEstimateInputUsageModificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillEstimateInputUsageModificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillEstimateInputUsageModifications", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillEstimateInputUsageModificationsCommand")
|
|
14
|
-
.sc(ListBillEstimateInputUsageModifications)
|
|
14
|
+
.sc(ListBillEstimateInputUsageModifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillEstimateLineItems } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillEstimateLineItems$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillEstimateLineItemsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillEstimateLineItemsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillEstimateLineItems", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillEstimateLineItemsCommand")
|
|
14
|
-
.sc(ListBillEstimateLineItems)
|
|
14
|
+
.sc(ListBillEstimateLineItems$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillEstimates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillEstimates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillEstimatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillEstimatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillEstimates", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillEstimatesCommand")
|
|
14
|
-
.sc(ListBillEstimates)
|
|
14
|
+
.sc(ListBillEstimates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillScenarioCommitmentModifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillScenarioCommitmentModifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillScenarioCommitmentModificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillScenarioCommitmentModificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillScenarioCommitmentModifications", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillScenarioCommitmentModificationsCommand")
|
|
14
|
-
.sc(ListBillScenarioCommitmentModifications)
|
|
14
|
+
.sc(ListBillScenarioCommitmentModifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillScenarioUsageModifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillScenarioUsageModifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillScenarioUsageModificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillScenarioUsageModificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillScenarioUsageModifications", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillScenarioUsageModificationsCommand")
|
|
14
|
-
.sc(ListBillScenarioUsageModifications)
|
|
14
|
+
.sc(ListBillScenarioUsageModifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBillScenarios } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBillScenarios$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBillScenariosCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBillScenariosCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListBillScenarios", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListBillScenariosCommand")
|
|
14
|
-
.sc(ListBillScenarios)
|
|
14
|
+
.sc(ListBillScenarios$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListTagsForResource", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListWorkloadEstimateUsage } from "../schemas/schemas_0";
|
|
4
|
+
import { ListWorkloadEstimateUsage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListWorkloadEstimateUsageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListWorkloadEstimateUsageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListWorkloadEstimateUsage", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListWorkloadEstimateUsageCommand")
|
|
14
|
-
.sc(ListWorkloadEstimateUsage)
|
|
14
|
+
.sc(ListWorkloadEstimateUsage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListWorkloadEstimates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListWorkloadEstimates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListWorkloadEstimatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListWorkloadEstimatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "ListWorkloadEstimates", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "ListWorkloadEstimatesCommand")
|
|
14
|
-
.sc(ListWorkloadEstimates)
|
|
14
|
+
.sc(ListWorkloadEstimates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "TagResource", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "UntagResource", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateBillEstimate } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateBillEstimate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateBillEstimateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateBillEstimateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "UpdateBillEstimate", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "UpdateBillEstimateCommand")
|
|
14
|
-
.sc(UpdateBillEstimate)
|
|
14
|
+
.sc(UpdateBillEstimate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateBillScenario } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateBillScenario$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateBillScenarioCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateBillScenarioCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBCMPricingCalculator", "UpdateBillScenario", {})
|
|
13
13
|
.n("BCMPricingCalculatorClient", "UpdateBillScenarioCommand")
|
|
14
|
-
.sc(UpdateBillScenario)
|
|
14
|
+
.sc(UpdateBillScenario$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|