@aws-sdk/client-bcm-pricing-calculator 3.734.0 → 3.741.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.
@@ -30,6 +30,10 @@ declare const BatchCreateBillScenarioCommitmentModificationCommand_base: {
30
30
  * <p>
31
31
  * Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.
32
32
  * </p>
33
+ * <note>
34
+ * <p>The <code>BatchCreateBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
35
+ * include the permission <code>bcm-pricing-calculator:CreateBillScenarioCommitmentModification</code> in your policies.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -30,6 +30,10 @@ declare const BatchCreateBillScenarioUsageModificationCommand_base: {
30
30
  * <p>
31
31
  * Create Amazon Web Services service usage that you want to model in a Bill Scenario.
32
32
  * </p>
33
+ * <note>
34
+ * <p>The <code>BatchCreateBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
35
+ * include the permission <code>bcm-pricing-calculator:CreateBillScenarioUsageModification</code> in your policies.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -30,6 +30,10 @@ declare const BatchCreateWorkloadEstimateUsageCommand_base: {
30
30
  * <p>
31
31
  * Create Amazon Web Services service usage that you want to model in a Workload Estimate.
32
32
  * </p>
33
+ * <note>
34
+ * <p>The <code>BatchCreateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
35
+ * include the permission <code>bcm-pricing-calculator:CreateWorkloadEstimateUsage</code> in your policies.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -35,6 +35,10 @@ declare const BatchDeleteBillScenarioCommitmentModificationCommand_base: {
35
35
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioUsageModification.html">
36
36
  * BatchCreateBillScenarioCommitmentModification</a> operation.
37
37
  * </p>
38
+ * <note>
39
+ * <p>The <code>BatchDeleteBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
40
+ * include the permission <code>bcm-pricing-calculator:DeleteBillScenarioCommitmentModification</code> in your policies.</p>
41
+ * </note>
38
42
  * @example
39
43
  * Use a bare-bones client and the command you need to make an API call.
40
44
  * ```javascript
@@ -67,6 +71,11 @@ declare const BatchDeleteBillScenarioCommitmentModificationCommand_base: {
67
71
  * @see {@link BatchDeleteBillScenarioCommitmentModificationCommandOutput} for command's `response` shape.
68
72
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
69
73
  *
74
+ * @throws {@link ConflictException} (client fault)
75
+ * <p>
76
+ * The request could not be processed because of conflict in the current state of the resource.
77
+ * </p>
78
+ *
70
79
  * @throws {@link DataUnavailableException} (client fault)
71
80
  * <p>
72
81
  * The requested data is currently unavailable.
@@ -33,6 +33,10 @@ declare const BatchDeleteBillScenarioUsageModificationCommand_base: {
33
33
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioUsageModification.html">
34
34
  * BatchUpdateBillScenarioUsageModification</a>.
35
35
  * </p>
36
+ * <note>
37
+ * <p>The <code>BatchDeleteBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
38
+ * include the permission <code>bcm-pricing-calculator:DeleteBillScenarioUsageModification</code> in your policies.</p>
39
+ * </note>
36
40
  * @example
37
41
  * Use a bare-bones client and the command you need to make an API call.
38
42
  * ```javascript
@@ -65,6 +69,11 @@ declare const BatchDeleteBillScenarioUsageModificationCommand_base: {
65
69
  * @see {@link BatchDeleteBillScenarioUsageModificationCommandOutput} for command's `response` shape.
66
70
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
67
71
  *
72
+ * @throws {@link ConflictException} (client fault)
73
+ * <p>
74
+ * The request could not be processed because of conflict in the current state of the resource.
75
+ * </p>
76
+ *
68
77
  * @throws {@link DataUnavailableException} (client fault)
69
78
  * <p>
70
79
  * The requested data is currently unavailable.
@@ -33,6 +33,10 @@ declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
33
33
  * <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateWorkloadEstimateUsage.html">
34
34
  * BatchUpdateWorkloadEstimateUsage</a>.
35
35
  * </p>
36
+ * <note>
37
+ * <p>The <code>BatchDeleteWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
38
+ * include the permission <code>bcm-pricing-calculator:DeleteWorkloadEstimateUsage</code> in your policies.</p>
39
+ * </note>
36
40
  * @example
37
41
  * Use a bare-bones client and the command you need to make an API call.
38
42
  * ```javascript
@@ -30,6 +30,10 @@ declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
30
30
  * <p>
31
31
  * Update a newly added or existing commitment. You can update the commitment group based on a commitment ID and a Bill scenario ID.
32
32
  * </p>
33
+ * <note>
34
+ * <p>The <code>BatchUpdateBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
35
+ * include the permission <code>bcm-pricing-calculator:UpdateBillScenarioCommitmentModification</code> in your policies.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -88,6 +92,11 @@ declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
88
92
  * @see {@link BatchUpdateBillScenarioCommitmentModificationCommandOutput} for command's `response` shape.
89
93
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
90
94
  *
95
+ * @throws {@link ConflictException} (client fault)
96
+ * <p>
97
+ * The request could not be processed because of conflict in the current state of the resource.
98
+ * </p>
99
+ *
91
100
  * @throws {@link DataUnavailableException} (client fault)
92
101
  * <p>
93
102
  * The requested data is currently unavailable.
@@ -30,6 +30,10 @@ declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
30
30
  * <p>
31
31
  * Update a newly added or existing usage lines. You can update the usage amounts, usage hour, and usage group based on a usage ID and a Bill scenario ID.
32
32
  * </p>
33
+ * <note>
34
+ * <p>The <code>BatchUpdateBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
35
+ * include the permission <code>bcm-pricing-calculator:UpdateBillScenarioUsageModification</code> in your policies.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -154,6 +158,11 @@ declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
154
158
  * @see {@link BatchUpdateBillScenarioUsageModificationCommandOutput} for command's `response` shape.
155
159
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
156
160
  *
161
+ * @throws {@link ConflictException} (client fault)
162
+ * <p>
163
+ * The request could not be processed because of conflict in the current state of the resource.
164
+ * </p>
165
+ *
157
166
  * @throws {@link DataUnavailableException} (client fault)
158
167
  * <p>
159
168
  * The requested data is currently unavailable.
@@ -30,6 +30,10 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
30
30
  * <p>
31
31
  * Update a newly added or existing usage lines. You can update the usage amounts and usage group based on a usage ID and a Workload estimate ID.
32
32
  * </p>
33
+ * <note>
34
+ * <p>The <code>BatchUpdateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals,
35
+ * include the permission <code>bcm-pricing-calculator:UpdateWorkloadEstimateUsage</code> in your policies.</p>
36
+ * </note>
33
37
  * @example
34
38
  * Use a bare-bones client and the command you need to make an API call.
35
39
  * ```javascript
@@ -51,6 +51,11 @@ declare const DeleteBillScenarioCommand_base: {
51
51
  * @see {@link DeleteBillScenarioCommandOutput} for command's `response` shape.
52
52
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
53
53
  *
54
+ * @throws {@link ConflictException} (client fault)
55
+ * <p>
56
+ * The request could not be processed because of conflict in the current state of the resource.
57
+ * </p>
58
+ *
54
59
  * @throws {@link DataUnavailableException} (client fault)
55
60
  * <p>
56
61
  * The requested data is currently unavailable.
@@ -1352,14 +1352,14 @@ export interface ListBillEstimatesRequest {
1352
1352
  filters?: ListBillEstimatesFilter[] | undefined;
1353
1353
  /**
1354
1354
  * <p>
1355
- * Filter bill estimates based on their creation date.
1355
+ * Filter bill estimates based on the creation date.
1356
1356
  * </p>
1357
1357
  * @public
1358
1358
  */
1359
1359
  createdAtFilter?: FilterTimestamp | undefined;
1360
1360
  /**
1361
1361
  * <p>
1362
- * Filter bill estimates based on their expiration date.
1362
+ * Filter bill estimates based on the expiration date.
1363
1363
  * </p>
1364
1364
  * @public
1365
1365
  */
@@ -2495,14 +2495,14 @@ export interface ListBillScenariosRequest {
2495
2495
  filters?: ListBillScenariosFilter[] | undefined;
2496
2496
  /**
2497
2497
  * <p>
2498
- * Filter bill scenarios based on their creation date.
2498
+ * Filter bill scenarios based on the creation date.
2499
2499
  * </p>
2500
2500
  * @public
2501
2501
  */
2502
2502
  createdAtFilter?: FilterTimestamp | undefined;
2503
2503
  /**
2504
2504
  * <p>
2505
- * Filter bill scenarios based on their expiration date.
2505
+ * Filter bill scenarios based on the expiration date.
2506
2506
  * </p>
2507
2507
  * @public
2508
2508
  */
@@ -3111,14 +3111,14 @@ export interface ListWorkloadEstimatesFilter {
3111
3111
  export interface ListWorkloadEstimatesRequest {
3112
3112
  /**
3113
3113
  * <p>
3114
- * Filter workload estimates based on their creation date.
3114
+ * Filter workload estimates based on the creation date.
3115
3115
  * </p>
3116
3116
  * @public
3117
3117
  */
3118
3118
  createdAtFilter?: FilterTimestamp | undefined;
3119
3119
  /**
3120
3120
  * <p>
3121
- * Filter workload estimates based on their expiration date.
3121
+ * Filter workload estimates based on the expiration date.
3122
3122
  * </p>
3123
3123
  * @public
3124
3124
  */
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.734.0",
4
+ "version": "3.741.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.734.0",
24
+ "@aws-sdk/credential-provider-node": "3.741.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",