@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.
Files changed (45) hide show
  1. package/README.md +1 -12
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-es/models/models_0.js +2 -0
  4. package/dist-types/BCMPricingCalculator.d.ts +1 -12
  5. package/dist-types/BCMPricingCalculatorClient.d.ts +1 -12
  6. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +8 -28
  7. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +9 -31
  8. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +9 -31
  9. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +8 -33
  10. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +9 -34
  11. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +8 -31
  12. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +8 -28
  13. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +9 -31
  14. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +8 -28
  15. package/dist-types/commands/CreateBillEstimateCommand.d.ts +8 -24
  16. package/dist-types/commands/CreateBillScenarioCommand.d.ts +8 -24
  17. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +10 -26
  18. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +7 -21
  19. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +7 -21
  20. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -18
  21. package/dist-types/commands/GetBillEstimateCommand.d.ts +7 -21
  22. package/dist-types/commands/GetBillScenarioCommand.d.ts +7 -21
  23. package/dist-types/commands/GetPreferencesCommand.d.ts +9 -21
  24. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +8 -22
  25. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -21
  26. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -21
  27. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -21
  28. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +7 -21
  29. package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -18
  30. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -21
  31. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -21
  32. package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -18
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -18
  34. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -21
  35. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +7 -19
  36. package/dist-types/commands/TagResourceCommand.d.ts +7 -21
  37. package/dist-types/commands/UntagResourceCommand.d.ts +6 -18
  38. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +8 -24
  39. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +8 -24
  40. package/dist-types/commands/UpdatePreferencesCommand.d.ts +13 -27
  41. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +9 -25
  42. package/dist-types/index.d.ts +1 -12
  43. package/dist-types/models/models_0.d.ts +516 -1585
  44. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  45. package/package.json +33 -33
@@ -27,9 +27,7 @@ declare const UntagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Removes one or more tags from a specified resource.
32
- * </p>
30
+ * <p> Removes one or more tags from a specified resource. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -55,29 +53,19 @@ declare const UntagResourceCommand_base: {
55
53
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
56
54
  *
57
55
  * @throws {@link ResourceNotFoundException} (client fault)
58
- * <p>
59
- * The specified resource was not found.
60
- * </p>
56
+ * <p> The specified resource was not found. </p>
61
57
  *
62
58
  * @throws {@link AccessDeniedException} (client fault)
63
- * <p>
64
- * You do not have sufficient access to perform this action.
65
- * </p>
59
+ * <p> You do not have sufficient access to perform this action. </p>
66
60
  *
67
61
  * @throws {@link InternalServerException} (server fault)
68
- * <p>
69
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
70
- * </p>
62
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
71
63
  *
72
64
  * @throws {@link ThrottlingException} (client fault)
73
- * <p>
74
- * The request was denied due to request throttling.
75
- * </p>
65
+ * <p> The request was denied due to request throttling. </p>
76
66
  *
77
67
  * @throws {@link ValidationException} (client fault)
78
- * <p>
79
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
80
- * </p>
68
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
81
69
  *
82
70
  * @throws {@link BCMPricingCalculatorServiceException}
83
71
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const UpdateBillEstimateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates an existing bill estimate.
32
- * </p>
30
+ * <p> Updates 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
@@ -89,39 +87,25 @@ declare const UpdateBillEstimateCommand_base: {
89
87
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
90
88
  *
91
89
  * @throws {@link ConflictException} (client fault)
92
- * <p>
93
- * The request could not be processed because of conflict in the current state of the resource.
94
- * </p>
90
+ * <p> The request could not be processed because of conflict in the current state of the resource. </p>
95
91
  *
96
92
  * @throws {@link DataUnavailableException} (client fault)
97
- * <p>
98
- * The requested data is currently unavailable.
99
- * </p>
93
+ * <p> The requested data is currently unavailable. </p>
100
94
  *
101
95
  * @throws {@link ResourceNotFoundException} (client fault)
102
- * <p>
103
- * The specified resource was not found.
104
- * </p>
96
+ * <p> The specified resource was not found. </p>
105
97
  *
106
98
  * @throws {@link AccessDeniedException} (client fault)
107
- * <p>
108
- * You do not have sufficient access to perform this action.
109
- * </p>
99
+ * <p> You do not have sufficient access to perform this action. </p>
110
100
  *
111
101
  * @throws {@link InternalServerException} (server fault)
112
- * <p>
113
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
114
- * </p>
102
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
115
103
  *
116
104
  * @throws {@link ThrottlingException} (client fault)
117
- * <p>
118
- * The request was denied due to request throttling.
119
- * </p>
105
+ * <p> The request was denied due to request throttling. </p>
120
106
  *
121
107
  * @throws {@link ValidationException} (client fault)
122
- * <p>
123
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
124
- * </p>
108
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
125
109
  *
126
110
  * @throws {@link BCMPricingCalculatorServiceException}
127
111
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const UpdateBillScenarioCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates an existing bill scenario.
32
- * </p>
30
+ * <p> Updates 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
@@ -65,39 +63,25 @@ declare const UpdateBillScenarioCommand_base: {
65
63
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
66
64
  *
67
65
  * @throws {@link ConflictException} (client fault)
68
- * <p>
69
- * The request could not be processed because of conflict in the current state of the resource.
70
- * </p>
66
+ * <p> The request could not be processed because of conflict in the current state of the resource. </p>
71
67
  *
72
68
  * @throws {@link DataUnavailableException} (client fault)
73
- * <p>
74
- * The requested data is currently unavailable.
75
- * </p>
69
+ * <p> The requested data is currently unavailable. </p>
76
70
  *
77
71
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>
79
- * The specified resource was not found.
80
- * </p>
72
+ * <p> The specified resource was not found. </p>
81
73
  *
82
74
  * @throws {@link AccessDeniedException} (client fault)
83
- * <p>
84
- * You do not have sufficient access to perform this action.
85
- * </p>
75
+ * <p> You do not have sufficient access to perform this action. </p>
86
76
  *
87
77
  * @throws {@link InternalServerException} (server fault)
88
- * <p>
89
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
90
- * </p>
78
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
91
79
  *
92
80
  * @throws {@link ThrottlingException} (client fault)
93
- * <p>
94
- * The request was denied due to request throttling.
95
- * </p>
81
+ * <p> The request was denied due to request throttling. </p>
96
82
  *
97
83
  * @throws {@link ValidationException} (client fault)
98
- * <p>
99
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
100
- * </p>
84
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
101
85
  *
102
86
  * @throws {@link BCMPricingCalculatorServiceException}
103
87
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const UpdatePreferencesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates the preferences for Pricing Calculator.
32
- * </p>
30
+ * <p> Updates the 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
@@ -38,26 +36,26 @@ declare const UpdatePreferencesCommand_base: {
38
36
  * const client = new BCMPricingCalculatorClient(config);
39
37
  * const input = { // UpdatePreferencesRequest
40
38
  * managementAccountRateTypeSelections: [ // RateTypes
41
- * "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
39
+ * "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
42
40
  * ],
43
41
  * memberAccountRateTypeSelections: [
44
- * "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
42
+ * "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
45
43
  * ],
46
44
  * standaloneAccountRateTypeSelections: [
47
- * "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
45
+ * "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
48
46
  * ],
49
47
  * };
50
48
  * const command = new UpdatePreferencesCommand(input);
51
49
  * const response = await client.send(command);
52
50
  * // { // UpdatePreferencesResponse
53
51
  * // managementAccountRateTypeSelections: [ // RateTypes
54
- * // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
52
+ * // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
55
53
  * // ],
56
54
  * // memberAccountRateTypeSelections: [
57
- * // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
55
+ * // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
58
56
  * // ],
59
57
  * // standaloneAccountRateTypeSelections: [
60
- * // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
58
+ * // "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
61
59
  * // ],
62
60
  * // };
63
61
  *
@@ -70,34 +68,22 @@ declare const UpdatePreferencesCommand_base: {
70
68
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
71
69
  *
72
70
  * @throws {@link DataUnavailableException} (client fault)
73
- * <p>
74
- * The requested data is currently unavailable.
75
- * </p>
71
+ * <p> The requested data is currently unavailable. </p>
76
72
  *
77
73
  * @throws {@link ServiceQuotaExceededException} (client fault)
78
- * <p>
79
- * The request would cause you to exceed your service quota.
80
- * </p>
74
+ * <p> The request would cause you to exceed your service quota. </p>
81
75
  *
82
76
  * @throws {@link AccessDeniedException} (client fault)
83
- * <p>
84
- * You do not have sufficient access to perform this action.
85
- * </p>
77
+ * <p> You do not have sufficient access to perform this action. </p>
86
78
  *
87
79
  * @throws {@link InternalServerException} (server fault)
88
- * <p>
89
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
90
- * </p>
80
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
91
81
  *
92
82
  * @throws {@link ThrottlingException} (client fault)
93
- * <p>
94
- * The request was denied due to request throttling.
95
- * </p>
83
+ * <p> The request was denied due to request throttling. </p>
96
84
  *
97
85
  * @throws {@link ValidationException} (client fault)
98
- * <p>
99
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
100
- * </p>
86
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
101
87
  *
102
88
  * @throws {@link BCMPricingCalculatorServiceException}
103
89
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const UpdateWorkloadEstimateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates an existing workload estimate.
32
- * </p>
30
+ * <p> Updates 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
@@ -48,7 +46,7 @@ declare const UpdateWorkloadEstimateCommand_base: {
48
46
  * // name: "STRING_VALUE",
49
47
  * // createdAt: new Date("TIMESTAMP"),
50
48
  * // expiresAt: new Date("TIMESTAMP"),
51
- * // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
49
+ * // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
52
50
  * // rateTimestamp: new Date("TIMESTAMP"),
53
51
  * // status: "UPDATING" || "VALID" || "INVALID" || "ACTION_NEEDED",
54
52
  * // totalCost: Number("double"),
@@ -65,39 +63,25 @@ declare const UpdateWorkloadEstimateCommand_base: {
65
63
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
66
64
  *
67
65
  * @throws {@link ConflictException} (client fault)
68
- * <p>
69
- * The request could not be processed because of conflict in the current state of the resource.
70
- * </p>
66
+ * <p> The request could not be processed because of conflict in the current state of the resource. </p>
71
67
  *
72
68
  * @throws {@link DataUnavailableException} (client fault)
73
- * <p>
74
- * The requested data is currently unavailable.
75
- * </p>
69
+ * <p> The requested data is currently unavailable. </p>
76
70
  *
77
71
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>
79
- * The specified resource was not found.
80
- * </p>
72
+ * <p> The specified resource was not found. </p>
81
73
  *
82
74
  * @throws {@link AccessDeniedException} (client fault)
83
- * <p>
84
- * You do not have sufficient access to perform this action.
85
- * </p>
75
+ * <p> You do not have sufficient access to perform this action. </p>
86
76
  *
87
77
  * @throws {@link InternalServerException} (server fault)
88
- * <p>
89
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
90
- * </p>
78
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
91
79
  *
92
80
  * @throws {@link ThrottlingException} (client fault)
93
- * <p>
94
- * The request was denied due to request throttling.
95
- * </p>
81
+ * <p> The request was denied due to request throttling. </p>
96
82
  *
97
83
  * @throws {@link ValidationException} (client fault)
98
- * <p>
99
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
100
- * </p>
84
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
101
85
  *
102
86
  * @throws {@link BCMPricingCalculatorServiceException}
103
87
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -1,16 +1,5 @@
1
1
  /**
2
- * <p>
3
- * You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use. You can model usage and commitments such as Savings Plans and
4
- * Reserved Instances, and generate estimated costs using your discounts and benefit sharing preferences.
5
- * </p>
6
- * <p>The Pricing Calculator API provides the following endpoint:</p>
7
- * <ul>
8
- * <li>
9
- * <p>
10
- * <code>https://bcm-pricing-calculator.us-east-1.api.aws</code>
11
- * </p>
12
- * </li>
13
- * </ul>
2
+ * <p> You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use. You can model usage and commitments such as Savings Plans and Reserved Instances, and generate estimated costs using your discounts and benefit sharing preferences. </p> <p>The Pricing Calculator API provides the following endpoint:</p> <ul> <li> <p> <code>https://bcm-pricing-calculator.us-east-1.api.aws</code> </p> </li> </ul>
14
3
  *
15
4
  * @packageDocumentation
16
5
  */