@aws-sdk/client-bcm-pricing-calculator 3.817.0 → 3.821.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/README.md +1 -12
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/BCMPricingCalculator.d.ts +1 -12
- package/dist-types/BCMPricingCalculatorClient.d.ts +1 -12
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +8 -28
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +9 -31
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +9 -31
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +8 -33
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +9 -34
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +8 -31
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +8 -28
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +9 -31
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +8 -28
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +8 -24
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +8 -24
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +10 -26
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +7 -21
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +7 -21
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -18
- package/dist-types/commands/GetBillEstimateCommand.d.ts +7 -21
- package/dist-types/commands/GetBillScenarioCommand.d.ts +7 -21
- package/dist-types/commands/GetPreferencesCommand.d.ts +9 -21
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +8 -22
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -21
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -21
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -21
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +7 -21
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -18
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -21
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -21
- package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -18
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -18
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -21
- package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +7 -19
- package/dist-types/commands/TagResourceCommand.d.ts +7 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -18
- package/dist-types/commands/UpdateBillEstimateCommand.d.ts +8 -24
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +8 -24
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +13 -27
- package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +9 -25
- package/dist-types/index.d.ts +1 -12
- package/dist-types/models/models_0.d.ts +516 -1585
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +33 -33
|
@@ -643,6 +643,7 @@ export interface UpdateBillScenarioResponse {
|
|
|
643
643
|
export interface GetPreferencesRequest {}
|
|
644
644
|
export declare const RateType: {
|
|
645
645
|
readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
|
|
646
|
+
readonly AFTER_DISCOUNTS_AND_COMMITMENTS: "AFTER_DISCOUNTS_AND_COMMITMENTS";
|
|
646
647
|
readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
|
|
647
648
|
};
|
|
648
649
|
export type RateType = (typeof RateType)[keyof typeof RateType];
|
|
@@ -679,6 +680,7 @@ export interface UpdatePreferencesResponse {
|
|
|
679
680
|
}
|
|
680
681
|
export declare const WorkloadEstimateRateType: {
|
|
681
682
|
readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
|
|
683
|
+
readonly AFTER_DISCOUNTS_AND_COMMITMENTS: "AFTER_DISCOUNTS_AND_COMMITMENTS";
|
|
682
684
|
readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
|
|
683
685
|
};
|
|
684
686
|
export type WorkloadEstimateRateType =
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bcm-pricing-calculator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bcm Pricing Calculator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.821.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.1.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.1.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.1.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.821.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.821.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.821.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
|
+
"@aws-sdk/types": "3.821.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.821.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
+
"@smithy/core": "^3.5.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
|
+
"@smithy/hash-node": "^4.0.4",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.10",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.8",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.4",
|
|
44
|
+
"@smithy/node-config-provider": "^4.1.3",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.6",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.4.1",
|
|
48
|
+
"@smithy/types": "^4.3.1",
|
|
49
|
+
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.17",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.17",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.6",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.4",
|
|
57
|
+
"@smithy/util-retry": "^4.0.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|