@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
|
@@ -27,13 +27,7 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
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
|
-
* </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>
|
|
30
|
+
* <p> 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. </p> <note> <p>The <code>BatchUpdateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:UpdateWorkloadEstimateUsage</code> in your policies.</p> </note>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -153,39 +147,25 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
|
|
|
153
147
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
154
148
|
*
|
|
155
149
|
* @throws {@link DataUnavailableException} (client fault)
|
|
156
|
-
* <p>
|
|
157
|
-
* The requested data is currently unavailable.
|
|
158
|
-
* </p>
|
|
150
|
+
* <p> The requested data is currently unavailable. </p>
|
|
159
151
|
*
|
|
160
152
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
161
|
-
* <p>
|
|
162
|
-
* The specified resource was not found.
|
|
163
|
-
* </p>
|
|
153
|
+
* <p> The specified resource was not found. </p>
|
|
164
154
|
*
|
|
165
155
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
166
|
-
* <p>
|
|
167
|
-
* The request would cause you to exceed your service quota.
|
|
168
|
-
* </p>
|
|
156
|
+
* <p> The request would cause you to exceed your service quota. </p>
|
|
169
157
|
*
|
|
170
158
|
* @throws {@link AccessDeniedException} (client fault)
|
|
171
|
-
* <p>
|
|
172
|
-
* You do not have sufficient access to perform this action.
|
|
173
|
-
* </p>
|
|
159
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
174
160
|
*
|
|
175
161
|
* @throws {@link InternalServerException} (server fault)
|
|
176
|
-
* <p>
|
|
177
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
178
|
-
* </p>
|
|
162
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
179
163
|
*
|
|
180
164
|
* @throws {@link ThrottlingException} (client fault)
|
|
181
|
-
* <p>
|
|
182
|
-
* The request was denied due to request throttling.
|
|
183
|
-
* </p>
|
|
165
|
+
* <p> The request was denied due to request throttling. </p>
|
|
184
166
|
*
|
|
185
167
|
* @throws {@link ValidationException} (client fault)
|
|
186
|
-
* <p>
|
|
187
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
188
|
-
* </p>
|
|
168
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
189
169
|
*
|
|
190
170
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
191
171
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const CreateBillEstimateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Create a Bill estimate from a Bill scenario. In the Bill scenario you can model usage addition, usage changes, and usage removal. You can also model commitment addition and commitment removal. After all changes in a Bill scenario is made satisfactorily, you can call this API with a Bill scenario ID to generate the Bill estimate. Bill estimate calculates the pre-tax cost for your consolidated billing family, incorporating all modeled usage and commitments alongside existing usage and commitments from your most recent completed anniversary bill, with any applicable discounts applied.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Create a Bill estimate from a Bill scenario. In the Bill scenario you can model usage addition, usage changes, and usage removal. You can also model commitment addition and commitment removal. After all changes in a Bill scenario is made satisfactorily, you can call this API with a Bill scenario ID to generate the Bill estimate. Bill estimate calculates the pre-tax cost for your consolidated billing family, incorporating all modeled usage and commitments alongside existing usage and commitments from your most recent completed anniversary bill, with any applicable discounts applied. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -92,39 +90,25 @@ declare const CreateBillEstimateCommand_base: {
|
|
|
92
90
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
93
91
|
*
|
|
94
92
|
* @throws {@link ConflictException} (client fault)
|
|
95
|
-
* <p>
|
|
96
|
-
* The request could not be processed because of conflict in the current state of the resource.
|
|
97
|
-
* </p>
|
|
93
|
+
* <p> The request could not be processed because of conflict in the current state of the resource. </p>
|
|
98
94
|
*
|
|
99
95
|
* @throws {@link DataUnavailableException} (client fault)
|
|
100
|
-
* <p>
|
|
101
|
-
* The requested data is currently unavailable.
|
|
102
|
-
* </p>
|
|
96
|
+
* <p> The requested data is currently unavailable. </p>
|
|
103
97
|
*
|
|
104
98
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
|
-
* <p>
|
|
106
|
-
* The specified resource was not found.
|
|
107
|
-
* </p>
|
|
99
|
+
* <p> The specified resource was not found. </p>
|
|
108
100
|
*
|
|
109
101
|
* @throws {@link AccessDeniedException} (client fault)
|
|
110
|
-
* <p>
|
|
111
|
-
* You do not have sufficient access to perform this action.
|
|
112
|
-
* </p>
|
|
102
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
113
103
|
*
|
|
114
104
|
* @throws {@link InternalServerException} (server fault)
|
|
115
|
-
* <p>
|
|
116
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
117
|
-
* </p>
|
|
105
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
118
106
|
*
|
|
119
107
|
* @throws {@link ThrottlingException} (client fault)
|
|
120
|
-
* <p>
|
|
121
|
-
* The request was denied due to request throttling.
|
|
122
|
-
* </p>
|
|
108
|
+
* <p> The request was denied due to request throttling. </p>
|
|
123
109
|
*
|
|
124
110
|
* @throws {@link ValidationException} (client fault)
|
|
125
|
-
* <p>
|
|
126
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
127
|
-
* </p>
|
|
111
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
128
112
|
*
|
|
129
113
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
130
114
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const CreateBillScenarioCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Creates a new bill scenario to model potential changes to Amazon Web Services usage and costs.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Creates a new bill scenario to model potential changes to Amazon Web Services usage and costs. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -67,39 +65,25 @@ declare const CreateBillScenarioCommand_base: {
|
|
|
67
65
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link ConflictException} (client fault)
|
|
70
|
-
* <p>
|
|
71
|
-
* The request could not be processed because of conflict in the current state of the resource.
|
|
72
|
-
* </p>
|
|
68
|
+
* <p> The request could not be processed because of conflict in the current state of the resource. </p>
|
|
73
69
|
*
|
|
74
70
|
* @throws {@link DataUnavailableException} (client fault)
|
|
75
|
-
* <p>
|
|
76
|
-
* The requested data is currently unavailable.
|
|
77
|
-
* </p>
|
|
71
|
+
* <p> The requested data is currently unavailable. </p>
|
|
78
72
|
*
|
|
79
73
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
80
|
-
* <p>
|
|
81
|
-
* The request would cause you to exceed your service quota.
|
|
82
|
-
* </p>
|
|
74
|
+
* <p> The request would cause you to exceed your service quota. </p>
|
|
83
75
|
*
|
|
84
76
|
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
-
* <p>
|
|
86
|
-
* You do not have sufficient access to perform this action.
|
|
87
|
-
* </p>
|
|
77
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
88
78
|
*
|
|
89
79
|
* @throws {@link InternalServerException} (server fault)
|
|
90
|
-
* <p>
|
|
91
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
92
|
-
* </p>
|
|
80
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
93
81
|
*
|
|
94
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
95
|
-
* <p>
|
|
96
|
-
* The request was denied due to request throttling.
|
|
97
|
-
* </p>
|
|
83
|
+
* <p> The request was denied due to request throttling. </p>
|
|
98
84
|
*
|
|
99
85
|
* @throws {@link ValidationException} (client fault)
|
|
100
|
-
* <p>
|
|
101
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
102
|
-
* </p>
|
|
86
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
103
87
|
*
|
|
104
88
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
105
89
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const CreateWorkloadEstimateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Creates a new workload estimate to model costs for a specific workload.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Creates a new workload estimate to model costs for a specific workload. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -39,7 +37,7 @@ declare const CreateWorkloadEstimateCommand_base: {
|
|
|
39
37
|
* const input = { // CreateWorkloadEstimateRequest
|
|
40
38
|
* name: "STRING_VALUE", // required
|
|
41
39
|
* clientToken: "STRING_VALUE",
|
|
42
|
-
* rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
|
|
40
|
+
* rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
43
41
|
* tags: { // Tags
|
|
44
42
|
* "<keys>": "STRING_VALUE",
|
|
45
43
|
* },
|
|
@@ -51,7 +49,7 @@ declare const CreateWorkloadEstimateCommand_base: {
|
|
|
51
49
|
* // name: "STRING_VALUE",
|
|
52
50
|
* // createdAt: new Date("TIMESTAMP"),
|
|
53
51
|
* // expiresAt: new Date("TIMESTAMP"),
|
|
54
|
-
* // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
|
|
52
|
+
* // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
55
53
|
* // rateTimestamp: new Date("TIMESTAMP"),
|
|
56
54
|
* // status: "UPDATING" || "VALID" || "INVALID" || "ACTION_NEEDED",
|
|
57
55
|
* // totalCost: Number("double"),
|
|
@@ -68,39 +66,25 @@ declare const CreateWorkloadEstimateCommand_base: {
|
|
|
68
66
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
69
67
|
*
|
|
70
68
|
* @throws {@link ConflictException} (client fault)
|
|
71
|
-
* <p>
|
|
72
|
-
* The request could not be processed because of conflict in the current state of the resource.
|
|
73
|
-
* </p>
|
|
69
|
+
* <p> The request could not be processed because of conflict in the current state of the resource. </p>
|
|
74
70
|
*
|
|
75
71
|
* @throws {@link DataUnavailableException} (client fault)
|
|
76
|
-
* <p>
|
|
77
|
-
* The requested data is currently unavailable.
|
|
78
|
-
* </p>
|
|
72
|
+
* <p> The requested data is currently unavailable. </p>
|
|
79
73
|
*
|
|
80
74
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
81
|
-
* <p>
|
|
82
|
-
* The request would cause you to exceed your service quota.
|
|
83
|
-
* </p>
|
|
75
|
+
* <p> The request would cause you to exceed your service quota. </p>
|
|
84
76
|
*
|
|
85
77
|
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
-
* <p>
|
|
87
|
-
* You do not have sufficient access to perform this action.
|
|
88
|
-
* </p>
|
|
78
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
89
79
|
*
|
|
90
80
|
* @throws {@link InternalServerException} (server fault)
|
|
91
|
-
* <p>
|
|
92
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
93
|
-
* </p>
|
|
81
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
94
82
|
*
|
|
95
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
96
|
-
* <p>
|
|
97
|
-
* The request was denied due to request throttling.
|
|
98
|
-
* </p>
|
|
84
|
+
* <p> The request was denied due to request throttling. </p>
|
|
99
85
|
*
|
|
100
86
|
* @throws {@link ValidationException} (client fault)
|
|
101
|
-
* <p>
|
|
102
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
103
|
-
* </p>
|
|
87
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
104
88
|
*
|
|
105
89
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
106
90
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteBillEstimateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Deletes an existing bill estimate.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Deletes an existing bill estimate. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -52,34 +50,22 @@ declare const DeleteBillEstimateCommand_base: {
|
|
|
52
50
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
53
51
|
*
|
|
54
52
|
* @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>
|
|
53
|
+
* <p> The request could not be processed because of conflict in the current state of the resource. </p>
|
|
58
54
|
*
|
|
59
55
|
* @throws {@link DataUnavailableException} (client fault)
|
|
60
|
-
* <p>
|
|
61
|
-
* The requested data is currently unavailable.
|
|
62
|
-
* </p>
|
|
56
|
+
* <p> The requested data is currently unavailable. </p>
|
|
63
57
|
*
|
|
64
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
* <p>
|
|
66
|
-
* You do not have sufficient access to perform this action.
|
|
67
|
-
* </p>
|
|
59
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
68
60
|
*
|
|
69
61
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>
|
|
71
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
72
|
-
* </p>
|
|
62
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
73
63
|
*
|
|
74
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>
|
|
76
|
-
* The request was denied due to request throttling.
|
|
77
|
-
* </p>
|
|
65
|
+
* <p> The request was denied due to request throttling. </p>
|
|
78
66
|
*
|
|
79
67
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>
|
|
81
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
82
|
-
* </p>
|
|
68
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
83
69
|
*
|
|
84
70
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
85
71
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteBillScenarioCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Deletes an existing bill scenario.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Deletes an existing bill scenario. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -52,34 +50,22 @@ declare const DeleteBillScenarioCommand_base: {
|
|
|
52
50
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
53
51
|
*
|
|
54
52
|
* @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>
|
|
53
|
+
* <p> The request could not be processed because of conflict in the current state of the resource. </p>
|
|
58
54
|
*
|
|
59
55
|
* @throws {@link DataUnavailableException} (client fault)
|
|
60
|
-
* <p>
|
|
61
|
-
* The requested data is currently unavailable.
|
|
62
|
-
* </p>
|
|
56
|
+
* <p> The requested data is currently unavailable. </p>
|
|
63
57
|
*
|
|
64
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
* <p>
|
|
66
|
-
* You do not have sufficient access to perform this action.
|
|
67
|
-
* </p>
|
|
59
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
68
60
|
*
|
|
69
61
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>
|
|
71
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
72
|
-
* </p>
|
|
62
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
73
63
|
*
|
|
74
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>
|
|
76
|
-
* The request was denied due to request throttling.
|
|
77
|
-
* </p>
|
|
65
|
+
* <p> The request was denied due to request throttling. </p>
|
|
78
66
|
*
|
|
79
67
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>
|
|
81
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
82
|
-
* </p>
|
|
68
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
83
69
|
*
|
|
84
70
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
85
71
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteWorkloadEstimateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Deletes an existing workload estimate.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Deletes an existing workload estimate. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -52,29 +50,19 @@ declare const DeleteWorkloadEstimateCommand_base: {
|
|
|
52
50
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
53
51
|
*
|
|
54
52
|
* @throws {@link DataUnavailableException} (client fault)
|
|
55
|
-
* <p>
|
|
56
|
-
* The requested data is currently unavailable.
|
|
57
|
-
* </p>
|
|
53
|
+
* <p> The requested data is currently unavailable. </p>
|
|
58
54
|
*
|
|
59
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
* <p>
|
|
61
|
-
* You do not have sufficient access to perform this action.
|
|
62
|
-
* </p>
|
|
56
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
63
57
|
*
|
|
64
58
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>
|
|
66
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
67
|
-
* </p>
|
|
59
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
68
60
|
*
|
|
69
61
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>
|
|
71
|
-
* The request was denied due to request throttling.
|
|
72
|
-
* </p>
|
|
62
|
+
* <p> The request was denied due to request throttling. </p>
|
|
73
63
|
*
|
|
74
64
|
* @throws {@link ValidationException} (client fault)
|
|
75
|
-
* <p>
|
|
76
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
77
|
-
* </p>
|
|
65
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
78
66
|
*
|
|
79
67
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
80
68
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const GetBillEstimateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Retrieves details of a specific bill estimate.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Retrieves details of a specific bill estimate. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -87,34 +85,22 @@ declare const GetBillEstimateCommand_base: {
|
|
|
87
85
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
88
86
|
*
|
|
89
87
|
* @throws {@link DataUnavailableException} (client fault)
|
|
90
|
-
* <p>
|
|
91
|
-
* The requested data is currently unavailable.
|
|
92
|
-
* </p>
|
|
88
|
+
* <p> The requested data is currently unavailable. </p>
|
|
93
89
|
*
|
|
94
90
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
95
|
-
* <p>
|
|
96
|
-
* The specified resource was not found.
|
|
97
|
-
* </p>
|
|
91
|
+
* <p> The specified resource was not found. </p>
|
|
98
92
|
*
|
|
99
93
|
* @throws {@link AccessDeniedException} (client fault)
|
|
100
|
-
* <p>
|
|
101
|
-
* You do not have sufficient access to perform this action.
|
|
102
|
-
* </p>
|
|
94
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
103
95
|
*
|
|
104
96
|
* @throws {@link InternalServerException} (server fault)
|
|
105
|
-
* <p>
|
|
106
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
107
|
-
* </p>
|
|
97
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
108
98
|
*
|
|
109
99
|
* @throws {@link ThrottlingException} (client fault)
|
|
110
|
-
* <p>
|
|
111
|
-
* The request was denied due to request throttling.
|
|
112
|
-
* </p>
|
|
100
|
+
* <p> The request was denied due to request throttling. </p>
|
|
113
101
|
*
|
|
114
102
|
* @throws {@link ValidationException} (client fault)
|
|
115
|
-
* <p>
|
|
116
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
117
|
-
* </p>
|
|
103
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
118
104
|
*
|
|
119
105
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
120
106
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const GetBillScenarioCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Retrieves details of a specific bill scenario.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Retrieves details of a specific bill scenario. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -63,34 +61,22 @@ declare const GetBillScenarioCommand_base: {
|
|
|
63
61
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link DataUnavailableException} (client fault)
|
|
66
|
-
* <p>
|
|
67
|
-
* The requested data is currently unavailable.
|
|
68
|
-
* </p>
|
|
64
|
+
* <p> The requested data is currently unavailable. </p>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
-
* <p>
|
|
72
|
-
* The specified resource was not found.
|
|
73
|
-
* </p>
|
|
67
|
+
* <p> The specified resource was not found. </p>
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
-
* <p>
|
|
77
|
-
* You do not have sufficient access to perform this action.
|
|
78
|
-
* </p>
|
|
70
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
79
71
|
*
|
|
80
72
|
* @throws {@link InternalServerException} (server fault)
|
|
81
|
-
* <p>
|
|
82
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
83
|
-
* </p>
|
|
73
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
84
74
|
*
|
|
85
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
-
* <p>
|
|
87
|
-
* The request was denied due to request throttling.
|
|
88
|
-
* </p>
|
|
76
|
+
* <p> The request was denied due to request throttling. </p>
|
|
89
77
|
*
|
|
90
78
|
* @throws {@link ValidationException} (client fault)
|
|
91
|
-
* <p>
|
|
92
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
93
|
-
* </p>
|
|
79
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
94
80
|
*
|
|
95
81
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
96
82
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const GetPreferencesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Retrieves the current preferences for Pricing Calculator.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Retrieves the current preferences for Pricing Calculator. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -41,13 +39,13 @@ declare const GetPreferencesCommand_base: {
|
|
|
41
39
|
* const response = await client.send(command);
|
|
42
40
|
* // { // GetPreferencesResponse
|
|
43
41
|
* // managementAccountRateTypeSelections: [ // RateTypes
|
|
44
|
-
* // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
|
|
42
|
+
* // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
45
43
|
* // ],
|
|
46
44
|
* // memberAccountRateTypeSelections: [
|
|
47
|
-
* // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
|
|
45
|
+
* // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
48
46
|
* // ],
|
|
49
47
|
* // standaloneAccountRateTypeSelections: [
|
|
50
|
-
* // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
|
|
48
|
+
* // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
51
49
|
* // ],
|
|
52
50
|
* // };
|
|
53
51
|
*
|
|
@@ -60,29 +58,19 @@ declare const GetPreferencesCommand_base: {
|
|
|
60
58
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link DataUnavailableException} (client fault)
|
|
63
|
-
* <p>
|
|
64
|
-
* The requested data is currently unavailable.
|
|
65
|
-
* </p>
|
|
61
|
+
* <p> The requested data is currently unavailable. </p>
|
|
66
62
|
*
|
|
67
63
|
* @throws {@link AccessDeniedException} (client fault)
|
|
68
|
-
* <p>
|
|
69
|
-
* You do not have sufficient access to perform this action.
|
|
70
|
-
* </p>
|
|
64
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
71
65
|
*
|
|
72
66
|
* @throws {@link InternalServerException} (server fault)
|
|
73
|
-
* <p>
|
|
74
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
75
|
-
* </p>
|
|
67
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
76
68
|
*
|
|
77
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
-
* <p>
|
|
79
|
-
* The request was denied due to request throttling.
|
|
80
|
-
* </p>
|
|
70
|
+
* <p> The request was denied due to request throttling. </p>
|
|
81
71
|
*
|
|
82
72
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>
|
|
84
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
85
|
-
* </p>
|
|
73
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
86
74
|
*
|
|
87
75
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
88
76
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
@@ -27,9 +27,7 @@ declare const GetWorkloadEstimateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Retrieves details of a specific workload estimate.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Retrieves details of a specific workload estimate. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -46,7 +44,7 @@ declare const GetWorkloadEstimateCommand_base: {
|
|
|
46
44
|
* // name: "STRING_VALUE",
|
|
47
45
|
* // createdAt: new Date("TIMESTAMP"),
|
|
48
46
|
* // expiresAt: new Date("TIMESTAMP"),
|
|
49
|
-
* // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
|
|
47
|
+
* // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
50
48
|
* // rateTimestamp: new Date("TIMESTAMP"),
|
|
51
49
|
* // status: "UPDATING" || "VALID" || "INVALID" || "ACTION_NEEDED",
|
|
52
50
|
* // totalCost: Number("double"),
|
|
@@ -63,34 +61,22 @@ declare const GetWorkloadEstimateCommand_base: {
|
|
|
63
61
|
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link DataUnavailableException} (client fault)
|
|
66
|
-
* <p>
|
|
67
|
-
* The requested data is currently unavailable.
|
|
68
|
-
* </p>
|
|
64
|
+
* <p> The requested data is currently unavailable. </p>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
-
* <p>
|
|
72
|
-
* The specified resource was not found.
|
|
73
|
-
* </p>
|
|
67
|
+
* <p> The specified resource was not found. </p>
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
-
* <p>
|
|
77
|
-
* You do not have sufficient access to perform this action.
|
|
78
|
-
* </p>
|
|
70
|
+
* <p> You do not have sufficient access to perform this action. </p>
|
|
79
71
|
*
|
|
80
72
|
* @throws {@link InternalServerException} (server fault)
|
|
81
|
-
* <p>
|
|
82
|
-
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
83
|
-
* </p>
|
|
73
|
+
* <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
|
|
84
74
|
*
|
|
85
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
-
* <p>
|
|
87
|
-
* The request was denied due to request throttling.
|
|
88
|
-
* </p>
|
|
76
|
+
* <p> The request was denied due to request throttling. </p>
|
|
89
77
|
*
|
|
90
78
|
* @throws {@link ValidationException} (client fault)
|
|
91
|
-
* <p>
|
|
92
|
-
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
93
|
-
* </p>
|
|
79
|
+
* <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
|
|
94
80
|
*
|
|
95
81
|
* @throws {@link BCMPricingCalculatorServiceException}
|
|
96
82
|
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|