@aws-sdk/client-billingconductor 3.910.0 → 3.912.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 -13
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +14 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +6 -0
- package/dist-types/Billingconductor.d.ts +1 -13
- package/dist-types/BillingconductorClient.d.ts +1 -13
- package/dist-types/commands/AssociateAccountsCommand.d.ts +8 -17
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +8 -15
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +10 -18
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +9 -16
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +7 -14
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +15 -18
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +8 -15
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +9 -16
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +5 -10
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +6 -12
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +6 -11
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +5 -9
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -11
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +7 -14
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +7 -12
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +6 -13
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +6 -11
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +7 -11
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +13 -12
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +15 -17
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -12
- package/dist-types/commands/ListPricingPlansCommand.d.ts +5 -9
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -12
- package/dist-types/commands/ListPricingRulesCommand.d.ts +7 -12
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +8 -14
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
- package/dist-types/commands/TagResourceCommand.d.ts +6 -12
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -12
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +9 -15
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +13 -19
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +7 -13
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +10 -17
- package/dist-types/index.d.ts +1 -13
- package/dist-types/models/models_0.d.ts +287 -637
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/package.json +5 -5
|
@@ -27,8 +27,7 @@ declare const CreatePricingPlanCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
|
31
|
-
* </p>
|
|
30
|
+
* <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups. </p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -63,31 +62,25 @@ declare const CreatePricingPlanCommand_base: {
|
|
|
63
62
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
64
63
|
*
|
|
65
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
-
* <p>You do not have sufficient access to perform this action.
|
|
67
|
-
* </p>
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link ConflictException} (client fault)
|
|
70
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
71
|
-
* </p>
|
|
68
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
72
69
|
*
|
|
73
70
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
* <p>An unexpected error occurred while processing a request.
|
|
75
|
-
* </p>
|
|
71
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
76
72
|
*
|
|
77
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
-
* <p>The request references a resource that doesn't exist.
|
|
79
|
-
* </p>
|
|
74
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
80
75
|
*
|
|
81
76
|
* @throws {@link ServiceLimitExceededException} (client fault)
|
|
82
|
-
* <p>The request would cause a service limit to exceed.
|
|
83
|
-
* </p>
|
|
77
|
+
* <p>The request would cause a service limit to exceed. </p>
|
|
84
78
|
*
|
|
85
79
|
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
-
* <p>The request was denied due to request throttling.
|
|
87
|
-
* </p>
|
|
80
|
+
* <p>The request was denied due to request throttling. </p>
|
|
88
81
|
*
|
|
89
82
|
* @throws {@link ValidationException} (client fault)
|
|
90
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
83
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
91
84
|
*
|
|
92
85
|
* @throws {@link BillingconductorServiceException}
|
|
93
86
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,9 +27,7 @@ declare const CreatePricingRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -42,8 +40,8 @@ declare const CreatePricingRuleCommand_base: {
|
|
|
42
40
|
* ClientToken: "STRING_VALUE",
|
|
43
41
|
* Name: "STRING_VALUE", // required
|
|
44
42
|
* Description: "STRING_VALUE",
|
|
45
|
-
* Scope: "
|
|
46
|
-
* Type: "
|
|
43
|
+
* Scope: "GLOBAL" || "SERVICE" || "BILLING_ENTITY" || "SKU", // required
|
|
44
|
+
* Type: "MARKUP" || "DISCOUNT" || "TIERING", // required
|
|
47
45
|
* ModifierPercentage: Number("double"),
|
|
48
46
|
* Service: "STRING_VALUE",
|
|
49
47
|
* Tags: { // TagMap
|
|
@@ -73,27 +71,22 @@ declare const CreatePricingRuleCommand_base: {
|
|
|
73
71
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
74
72
|
*
|
|
75
73
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
-
* <p>You do not have sufficient access to perform this action.
|
|
77
|
-
* </p>
|
|
74
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
78
75
|
*
|
|
79
76
|
* @throws {@link ConflictException} (client fault)
|
|
80
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
81
|
-
* </p>
|
|
77
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
82
78
|
*
|
|
83
79
|
* @throws {@link InternalServerException} (server fault)
|
|
84
|
-
* <p>An unexpected error occurred while processing a request.
|
|
85
|
-
* </p>
|
|
80
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
86
81
|
*
|
|
87
82
|
* @throws {@link ServiceLimitExceededException} (client fault)
|
|
88
|
-
* <p>The request would cause a service limit to exceed.
|
|
89
|
-
* </p>
|
|
83
|
+
* <p>The request would cause a service limit to exceed. </p>
|
|
90
84
|
*
|
|
91
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
92
|
-
* <p>The request was denied due to request throttling.
|
|
93
|
-
* </p>
|
|
86
|
+
* <p>The request was denied due to request throttling. </p>
|
|
94
87
|
*
|
|
95
88
|
* @throws {@link ValidationException} (client fault)
|
|
96
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
89
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
97
90
|
*
|
|
98
91
|
* @throws {@link BillingconductorServiceException}
|
|
99
92
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteBillingGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Deletes a billing group.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Deletes a billing group. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -56,19 +54,16 @@ declare const DeleteBillingGroupCommand_base: {
|
|
|
56
54
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
57
55
|
*
|
|
58
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
-
* <p>You do not have sufficient access to perform this action.
|
|
60
|
-
* </p>
|
|
57
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
61
58
|
*
|
|
62
59
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
* <p>An unexpected error occurred while processing a request.
|
|
64
|
-
* </p>
|
|
60
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
65
61
|
*
|
|
66
62
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
* <p>The request was denied due to request throttling.
|
|
68
|
-
* </p>
|
|
63
|
+
* <p>The request was denied due to request throttling. </p>
|
|
69
64
|
*
|
|
70
65
|
* @throws {@link ValidationException} (client fault)
|
|
71
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
66
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link BillingconductorServiceException}
|
|
74
69
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DeleteCustomLineItemCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Deletes the custom line item identified by the given ARN in the current, or previous billing period.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Deletes the custom line item identified by the given ARN in the current, or previous billing period. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -60,23 +58,19 @@ declare const DeleteCustomLineItemCommand_base: {
|
|
|
60
58
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
-
* <p>You do not have sufficient access to perform this action.
|
|
64
|
-
* </p>
|
|
61
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
65
62
|
*
|
|
66
63
|
* @throws {@link ConflictException} (client fault)
|
|
67
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
68
|
-
* </p>
|
|
64
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link InternalServerException} (server fault)
|
|
71
|
-
* <p>An unexpected error occurred while processing a request.
|
|
72
|
-
* </p>
|
|
67
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
73
68
|
*
|
|
74
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>The request was denied due to request throttling.
|
|
76
|
-
* </p>
|
|
70
|
+
* <p>The request was denied due to request throttling. </p>
|
|
77
71
|
*
|
|
78
72
|
* @throws {@link ValidationException} (client fault)
|
|
79
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
73
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
80
74
|
*
|
|
81
75
|
* @throws {@link BillingconductorServiceException}
|
|
82
76
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,8 +27,7 @@ declare const DeletePricingPlanCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to
|
|
31
|
-
* delete successfully.</p>
|
|
30
|
+
* <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -55,23 +54,19 @@ declare const DeletePricingPlanCommand_base: {
|
|
|
55
54
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>You do not have sufficient access to perform this action.
|
|
59
|
-
* </p>
|
|
57
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
63
|
-
* </p>
|
|
60
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>An unexpected error occurred while processing a request.
|
|
67
|
-
* </p>
|
|
63
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>The request was denied due to request throttling.
|
|
71
|
-
* </p>
|
|
66
|
+
* <p>The request was denied due to request throttling. </p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
69
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
75
70
|
*
|
|
76
71
|
* @throws {@link BillingconductorServiceException}
|
|
77
72
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -54,23 +54,19 @@ declare const DeletePricingRuleCommand_base: {
|
|
|
54
54
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
-
* <p>You do not have sufficient access to perform this action.
|
|
58
|
-
* </p>
|
|
57
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
59
58
|
*
|
|
60
59
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
62
|
-
* </p>
|
|
60
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
63
61
|
*
|
|
64
62
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>An unexpected error occurred while processing a request.
|
|
66
|
-
* </p>
|
|
63
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
67
64
|
*
|
|
68
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* <p>The request was denied due to request throttling.
|
|
70
|
-
* </p>
|
|
66
|
+
* <p>The request was denied due to request throttling. </p>
|
|
71
67
|
*
|
|
72
68
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
69
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
74
70
|
*
|
|
75
71
|
* @throws {@link BillingconductorServiceException}
|
|
76
72
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -57,27 +57,22 @@ declare const DisassociateAccountsCommand_base: {
|
|
|
57
57
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
* <p>You do not have sufficient access to perform this action.
|
|
61
|
-
* </p>
|
|
60
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link ConflictException} (client fault)
|
|
64
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
65
|
-
* </p>
|
|
63
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
66
64
|
*
|
|
67
65
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>An unexpected error occurred while processing a request.
|
|
69
|
-
* </p>
|
|
66
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
70
67
|
*
|
|
71
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
-
* <p>The request references a resource that doesn't exist.
|
|
73
|
-
* </p>
|
|
69
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
74
70
|
*
|
|
75
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
-
* <p>The request was denied due to request throttling.
|
|
77
|
-
* </p>
|
|
72
|
+
* <p>The request was denied due to request throttling. </p>
|
|
78
73
|
*
|
|
79
74
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
75
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
81
76
|
*
|
|
82
77
|
* @throws {@link BillingconductorServiceException}
|
|
83
78
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,9 +27,7 @@ declare const DisassociatePricingRulesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Disassociates a list of pricing rules from a pricing plan.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Disassociates a list of pricing rules from a pricing plan. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -59,27 +57,22 @@ declare const DisassociatePricingRulesCommand_base: {
|
|
|
59
57
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
-
* <p>You do not have sufficient access to perform this action.
|
|
63
|
-
* </p>
|
|
60
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link ConflictException} (client fault)
|
|
66
|
-
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
67
|
-
* </p>
|
|
63
|
+
* <p>You can cause an inconsistent state by updating or deleting a resource. </p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>An unexpected error occurred while processing a request.
|
|
71
|
-
* </p>
|
|
66
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
-
* <p>The request references a resource that doesn't exist.
|
|
75
|
-
* </p>
|
|
69
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
76
70
|
*
|
|
77
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
-
* <p>The request was denied due to request throttling.
|
|
79
|
-
* </p>
|
|
72
|
+
* <p>The request was denied due to request throttling. </p>
|
|
80
73
|
*
|
|
81
74
|
* @throws {@link ValidationException} (client fault)
|
|
82
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
75
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
83
76
|
*
|
|
84
77
|
* @throws {@link BillingconductorServiceException}
|
|
85
78
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,8 +27,7 @@ declare const GetBillingGroupCostReportCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves the margin summary report, which includes the Amazon Web Services cost and charged
|
|
31
|
-
* amount (pro forma cost) by Amazon Web Service for a specific billing group.</p>
|
|
30
|
+
* <p>Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Services service for a specific billing group.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -44,7 +43,7 @@ declare const GetBillingGroupCostReportCommand_base: {
|
|
|
44
43
|
* ExclusiveEndBillingPeriod: "STRING_VALUE", // required
|
|
45
44
|
* },
|
|
46
45
|
* GroupBy: [ // GroupByAttributesList
|
|
47
|
-
* "
|
|
46
|
+
* "PRODUCT_NAME" || "BILLING_PERIOD",
|
|
48
47
|
* ],
|
|
49
48
|
* MaxResults: Number("int"),
|
|
50
49
|
* NextToken: "STRING_VALUE",
|
|
@@ -80,23 +79,19 @@ declare const GetBillingGroupCostReportCommand_base: {
|
|
|
80
79
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
81
80
|
*
|
|
82
81
|
* @throws {@link AccessDeniedException} (client fault)
|
|
83
|
-
* <p>You do not have sufficient access to perform this action.
|
|
84
|
-
* </p>
|
|
82
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
85
83
|
*
|
|
86
84
|
* @throws {@link InternalServerException} (server fault)
|
|
87
|
-
* <p>An unexpected error occurred while processing a request.
|
|
88
|
-
* </p>
|
|
85
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
89
86
|
*
|
|
90
87
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
|
-
* <p>The request references a resource that doesn't exist.
|
|
92
|
-
* </p>
|
|
88
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
93
89
|
*
|
|
94
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
95
|
-
* <p>The request was denied due to request throttling.
|
|
96
|
-
* </p>
|
|
91
|
+
* <p>The request was denied due to request throttling. </p>
|
|
97
92
|
*
|
|
98
93
|
* @throws {@link ValidationException} (client fault)
|
|
99
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
94
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
100
95
|
*
|
|
101
96
|
* @throws {@link BillingconductorServiceException}
|
|
102
97
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,10 +27,7 @@ declare const ListAccountAssociationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p> This is a paginated call to list linked accounts that are linked to the payer account for
|
|
31
|
-
* the specified time period. If no information is provided, the current billing period is used.
|
|
32
|
-
* The response will optionally include the billing group that's associated with the linked
|
|
33
|
-
* account.</p>
|
|
30
|
+
* <p> This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -73,23 +70,19 @@ declare const ListAccountAssociationsCommand_base: {
|
|
|
73
70
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
74
71
|
*
|
|
75
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
-
* <p>You do not have sufficient access to perform this action.
|
|
77
|
-
* </p>
|
|
73
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
78
74
|
*
|
|
79
75
|
* @throws {@link InternalServerException} (server fault)
|
|
80
|
-
* <p>An unexpected error occurred while processing a request.
|
|
81
|
-
* </p>
|
|
76
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
82
77
|
*
|
|
83
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
|
-
* <p>The request references a resource that doesn't exist.
|
|
85
|
-
* </p>
|
|
79
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
86
80
|
*
|
|
87
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
-
* <p>The request was denied due to request throttling.
|
|
89
|
-
* </p>
|
|
82
|
+
* <p>The request was denied due to request throttling. </p>
|
|
90
83
|
*
|
|
91
84
|
* @throws {@link ValidationException} (client fault)
|
|
92
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
85
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
93
86
|
*
|
|
94
87
|
* @throws {@link BillingconductorServiceException}
|
|
95
88
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,8 +27,7 @@ declare const ListBillingGroupCostReportsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated
|
|
31
|
-
* Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
|
|
30
|
+
* <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -72,23 +71,19 @@ declare const ListBillingGroupCostReportsCommand_base: {
|
|
|
72
71
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
73
72
|
*
|
|
74
73
|
* @throws {@link AccessDeniedException} (client fault)
|
|
75
|
-
* <p>You do not have sufficient access to perform this action.
|
|
76
|
-
* </p>
|
|
74
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
77
75
|
*
|
|
78
76
|
* @throws {@link InternalServerException} (server fault)
|
|
79
|
-
* <p>An unexpected error occurred while processing a request.
|
|
80
|
-
* </p>
|
|
77
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
81
78
|
*
|
|
82
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
|
-
* <p>The request references a resource that doesn't exist.
|
|
84
|
-
* </p>
|
|
80
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
85
81
|
*
|
|
86
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
87
|
-
* <p>The request was denied due to request throttling.
|
|
88
|
-
* </p>
|
|
83
|
+
* <p>The request was denied due to request throttling. </p>
|
|
89
84
|
*
|
|
90
85
|
* @throws {@link ValidationException} (client fault)
|
|
91
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
86
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
92
87
|
*
|
|
93
88
|
* @throws {@link BillingconductorServiceException}
|
|
94
89
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -46,7 +46,7 @@ declare const ListBillingGroupsCommand_base: {
|
|
|
46
46
|
* ],
|
|
47
47
|
* PricingPlan: "STRING_VALUE",
|
|
48
48
|
* Statuses: [ // BillingGroupStatusList
|
|
49
|
-
* "
|
|
49
|
+
* "ACTIVE" || "PRIMARY_ACCOUNT_MISSING",
|
|
50
50
|
* ],
|
|
51
51
|
* AutoAssociate: true || false,
|
|
52
52
|
* },
|
|
@@ -66,7 +66,7 @@ declare const ListBillingGroupsCommand_base: {
|
|
|
66
66
|
* // Size: Number("long"),
|
|
67
67
|
* // CreationTime: Number("long"),
|
|
68
68
|
* // LastModifiedTime: Number("long"),
|
|
69
|
-
* // Status: "
|
|
69
|
+
* // Status: "ACTIVE" || "PRIMARY_ACCOUNT_MISSING",
|
|
70
70
|
* // StatusReason: "STRING_VALUE",
|
|
71
71
|
* // AccountGrouping: { // ListBillingGroupAccountGrouping
|
|
72
72
|
* // AutoAssociate: true || false,
|
|
@@ -85,23 +85,19 @@ declare const ListBillingGroupsCommand_base: {
|
|
|
85
85
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link AccessDeniedException} (client fault)
|
|
88
|
-
* <p>You do not have sufficient access to perform this action.
|
|
89
|
-
* </p>
|
|
88
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
90
89
|
*
|
|
91
90
|
* @throws {@link InternalServerException} (server fault)
|
|
92
|
-
* <p>An unexpected error occurred while processing a request.
|
|
93
|
-
* </p>
|
|
91
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
94
92
|
*
|
|
95
93
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
|
-
* <p>The request references a resource that doesn't exist.
|
|
97
|
-
* </p>
|
|
94
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
98
95
|
*
|
|
99
96
|
* @throws {@link ThrottlingException} (client fault)
|
|
100
|
-
* <p>The request was denied due to request throttling.
|
|
101
|
-
* </p>
|
|
97
|
+
* <p>The request was denied due to request throttling. </p>
|
|
102
98
|
*
|
|
103
99
|
* @throws {@link ValidationException} (client fault)
|
|
104
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
100
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
105
101
|
*
|
|
106
102
|
* @throws {@link BillingconductorServiceException}
|
|
107
103
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -60,18 +60,18 @@ declare const ListCustomLineItemVersionsCommand_base: {
|
|
|
60
60
|
* // Percentage: { // ListCustomLineItemPercentageChargeDetails
|
|
61
61
|
* // PercentageValue: Number("double"), // required
|
|
62
62
|
* // },
|
|
63
|
-
* // Type: "
|
|
63
|
+
* // Type: "CREDIT" || "FEE", // required
|
|
64
64
|
* // LineItemFilters: [ // LineItemFiltersList
|
|
65
65
|
* // { // LineItemFilter
|
|
66
|
-
* // Attribute: "
|
|
67
|
-
* // MatchOption: "
|
|
66
|
+
* // Attribute: "LINE_ITEM_TYPE", // required
|
|
67
|
+
* // MatchOption: "NOT_EQUAL", // required
|
|
68
68
|
* // Values: [ // LineItemFilterValuesList // required
|
|
69
|
-
* // "
|
|
69
|
+
* // "SAVINGS_PLAN_NEGATION",
|
|
70
70
|
* // ],
|
|
71
71
|
* // },
|
|
72
72
|
* // ],
|
|
73
73
|
* // },
|
|
74
|
-
* // CurrencyCode: "
|
|
74
|
+
* // CurrencyCode: "USD" || "CNY",
|
|
75
75
|
* // Description: "STRING_VALUE",
|
|
76
76
|
* // ProductCode: "STRING_VALUE",
|
|
77
77
|
* // BillingGroupArn: "STRING_VALUE",
|
|
@@ -83,6 +83,10 @@ declare const ListCustomLineItemVersionsCommand_base: {
|
|
|
83
83
|
* // Arn: "STRING_VALUE",
|
|
84
84
|
* // StartTime: Number("long"),
|
|
85
85
|
* // AccountId: "STRING_VALUE",
|
|
86
|
+
* // ComputationRule: "CONSOLIDATED",
|
|
87
|
+
* // PresentationDetails: { // PresentationObject
|
|
88
|
+
* // Service: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
86
90
|
* // },
|
|
87
91
|
* // ],
|
|
88
92
|
* // NextToken: "STRING_VALUE",
|
|
@@ -97,19 +101,16 @@ declare const ListCustomLineItemVersionsCommand_base: {
|
|
|
97
101
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
98
102
|
*
|
|
99
103
|
* @throws {@link AccessDeniedException} (client fault)
|
|
100
|
-
* <p>You do not have sufficient access to perform this action.
|
|
101
|
-
* </p>
|
|
104
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
102
105
|
*
|
|
103
106
|
* @throws {@link InternalServerException} (server fault)
|
|
104
|
-
* <p>An unexpected error occurred while processing a request.
|
|
105
|
-
* </p>
|
|
107
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
106
108
|
*
|
|
107
109
|
* @throws {@link ThrottlingException} (client fault)
|
|
108
|
-
* <p>The request was denied due to request throttling.
|
|
109
|
-
* </p>
|
|
110
|
+
* <p>The request was denied due to request throttling. </p>
|
|
110
111
|
*
|
|
111
112
|
* @throws {@link ValidationException} (client fault)
|
|
112
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
113
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
113
114
|
*
|
|
114
115
|
* @throws {@link BillingconductorServiceException}
|
|
115
116
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
@@ -27,9 +27,7 @@ declare const ListCustomLineItemsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used. </p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -71,18 +69,18 @@ declare const ListCustomLineItemsCommand_base: {
|
|
|
71
69
|
* // Percentage: { // ListCustomLineItemPercentageChargeDetails
|
|
72
70
|
* // PercentageValue: Number("double"), // required
|
|
73
71
|
* // },
|
|
74
|
-
* // Type: "
|
|
72
|
+
* // Type: "CREDIT" || "FEE", // required
|
|
75
73
|
* // LineItemFilters: [ // LineItemFiltersList
|
|
76
74
|
* // { // LineItemFilter
|
|
77
|
-
* // Attribute: "
|
|
78
|
-
* // MatchOption: "
|
|
75
|
+
* // Attribute: "LINE_ITEM_TYPE", // required
|
|
76
|
+
* // MatchOption: "NOT_EQUAL", // required
|
|
79
77
|
* // Values: [ // LineItemFilterValuesList // required
|
|
80
|
-
* // "
|
|
78
|
+
* // "SAVINGS_PLAN_NEGATION",
|
|
81
79
|
* // ],
|
|
82
80
|
* // },
|
|
83
81
|
* // ],
|
|
84
82
|
* // },
|
|
85
|
-
* // CurrencyCode: "
|
|
83
|
+
* // CurrencyCode: "USD" || "CNY",
|
|
86
84
|
* // Description: "STRING_VALUE",
|
|
87
85
|
* // ProductCode: "STRING_VALUE",
|
|
88
86
|
* // BillingGroupArn: "STRING_VALUE",
|
|
@@ -90,6 +88,10 @@ declare const ListCustomLineItemsCommand_base: {
|
|
|
90
88
|
* // LastModifiedTime: Number("long"),
|
|
91
89
|
* // AssociationSize: Number("long"),
|
|
92
90
|
* // AccountId: "STRING_VALUE",
|
|
91
|
+
* // ComputationRule: "CONSOLIDATED",
|
|
92
|
+
* // PresentationDetails: { // PresentationObject
|
|
93
|
+
* // Service: "STRING_VALUE", // required
|
|
94
|
+
* // },
|
|
93
95
|
* // },
|
|
94
96
|
* // ],
|
|
95
97
|
* // NextToken: "STRING_VALUE",
|
|
@@ -104,23 +106,19 @@ declare const ListCustomLineItemsCommand_base: {
|
|
|
104
106
|
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
105
107
|
*
|
|
106
108
|
* @throws {@link AccessDeniedException} (client fault)
|
|
107
|
-
* <p>You do not have sufficient access to perform this action.
|
|
108
|
-
* </p>
|
|
109
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
109
110
|
*
|
|
110
111
|
* @throws {@link InternalServerException} (server fault)
|
|
111
|
-
* <p>An unexpected error occurred while processing a request.
|
|
112
|
-
* </p>
|
|
112
|
+
* <p>An unexpected error occurred while processing a request. </p>
|
|
113
113
|
*
|
|
114
114
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
115
|
-
* <p>The request references a resource that doesn't exist.
|
|
116
|
-
* </p>
|
|
115
|
+
* <p>The request references a resource that doesn't exist. </p>
|
|
117
116
|
*
|
|
118
117
|
* @throws {@link ThrottlingException} (client fault)
|
|
119
|
-
* <p>The request was denied due to request throttling.
|
|
120
|
-
* </p>
|
|
118
|
+
* <p>The request was denied due to request throttling. </p>
|
|
121
119
|
*
|
|
122
120
|
* @throws {@link ValidationException} (client fault)
|
|
123
|
-
* <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
|
|
121
|
+
* <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
|
|
124
122
|
*
|
|
125
123
|
* @throws {@link BillingconductorServiceException}
|
|
126
124
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|