@aws-sdk/client-billingconductor 3.911.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.
Files changed (44) hide show
  1. package/README.md +1 -13
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +14 -0
  4. package/dist-es/endpoint/ruleset.js +1 -1
  5. package/dist-es/models/models_0.js +7 -0
  6. package/dist-es/protocols/Aws_restJson1.js +6 -0
  7. package/dist-types/Billingconductor.d.ts +1 -13
  8. package/dist-types/BillingconductorClient.d.ts +1 -13
  9. package/dist-types/commands/AssociateAccountsCommand.d.ts +8 -17
  10. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +8 -15
  11. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +10 -18
  12. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +9 -16
  13. package/dist-types/commands/CreateBillingGroupCommand.d.ts +7 -14
  14. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +15 -18
  15. package/dist-types/commands/CreatePricingPlanCommand.d.ts +8 -15
  16. package/dist-types/commands/CreatePricingRuleCommand.d.ts +9 -16
  17. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +5 -10
  18. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +6 -12
  19. package/dist-types/commands/DeletePricingPlanCommand.d.ts +6 -11
  20. package/dist-types/commands/DeletePricingRuleCommand.d.ts +5 -9
  21. package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -11
  22. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +7 -14
  23. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +7 -12
  24. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +6 -13
  25. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +6 -11
  26. package/dist-types/commands/ListBillingGroupsCommand.d.ts +7 -11
  27. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +13 -12
  28. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +15 -17
  29. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -12
  30. package/dist-types/commands/ListPricingPlansCommand.d.ts +5 -9
  31. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -12
  32. package/dist-types/commands/ListPricingRulesCommand.d.ts +7 -12
  33. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +8 -14
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
  35. package/dist-types/commands/TagResourceCommand.d.ts +6 -12
  36. package/dist-types/commands/UntagResourceCommand.d.ts +6 -12
  37. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +9 -15
  38. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +13 -19
  39. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +7 -13
  40. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +10 -17
  41. package/dist-types/index.d.ts +1 -13
  42. package/dist-types/models/models_0.d.ts +287 -637
  43. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  44. package/package.json +1 -1
@@ -27,9 +27,7 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * A list of the pricing plans that are associated with a pricing rule.
32
- * </p>
30
+ * <p> A list of the pricing plans that are associated with a pricing rule. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -64,23 +62,19 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
64
62
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
65
63
  *
66
64
  * @throws {@link AccessDeniedException} (client fault)
67
- * <p>You do not have sufficient access to perform this action.
68
- * </p>
65
+ * <p>You do not have sufficient access to perform this action. </p>
69
66
  *
70
67
  * @throws {@link InternalServerException} (server fault)
71
- * <p>An unexpected error occurred while processing a request.
72
- * </p>
68
+ * <p>An unexpected error occurred while processing a request. </p>
73
69
  *
74
70
  * @throws {@link ResourceNotFoundException} (client fault)
75
- * <p>The request references a resource that doesn't exist.
76
- * </p>
71
+ * <p>The request references a resource that doesn't exist. </p>
77
72
  *
78
73
  * @throws {@link ThrottlingException} (client fault)
79
- * <p>The request was denied due to request throttling.
80
- * </p>
74
+ * <p>The request was denied due to request throttling. </p>
81
75
  *
82
76
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
77
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
84
78
  *
85
79
  * @throws {@link BillingconductorServiceException}
86
80
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,8 +27,7 @@ declare const ListPricingPlansCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.
31
- * </p>
30
+ * <p>A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used. </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -73,19 +72,16 @@ declare const ListPricingPlansCommand_base: {
73
72
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
74
73
  *
75
74
  * @throws {@link AccessDeniedException} (client fault)
76
- * <p>You do not have sufficient access to perform this action.
77
- * </p>
75
+ * <p>You do not have sufficient access to perform this action. </p>
78
76
  *
79
77
  * @throws {@link InternalServerException} (server fault)
80
- * <p>An unexpected error occurred while processing a request.
81
- * </p>
78
+ * <p>An unexpected error occurred while processing a request. </p>
82
79
  *
83
80
  * @throws {@link ThrottlingException} (client fault)
84
- * <p>The request was denied due to request throttling.
85
- * </p>
81
+ * <p>The request was denied due to request throttling. </p>
86
82
  *
87
83
  * @throws {@link ValidationException} (client fault)
88
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
84
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
89
85
  *
90
86
  * @throws {@link BillingconductorServiceException}
91
87
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the pricing rules that are associated with a pricing plan.
32
- * </p>
30
+ * <p> Lists the pricing rules that are associated with 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
@@ -64,23 +62,19 @@ declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
64
62
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
65
63
  *
66
64
  * @throws {@link AccessDeniedException} (client fault)
67
- * <p>You do not have sufficient access to perform this action.
68
- * </p>
65
+ * <p>You do not have sufficient access to perform this action. </p>
69
66
  *
70
67
  * @throws {@link InternalServerException} (server fault)
71
- * <p>An unexpected error occurred while processing a request.
72
- * </p>
68
+ * <p>An unexpected error occurred while processing a request. </p>
73
69
  *
74
70
  * @throws {@link ResourceNotFoundException} (client fault)
75
- * <p>The request references a resource that doesn't exist.
76
- * </p>
71
+ * <p>The request references a resource that doesn't exist. </p>
77
72
  *
78
73
  * @throws {@link ThrottlingException} (client fault)
79
- * <p>The request was denied due to request throttling.
80
- * </p>
74
+ * <p>The request was denied due to request throttling. </p>
81
75
  *
82
76
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
77
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
84
78
  *
85
79
  * @throws {@link BillingconductorServiceException}
86
80
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const ListPricingRulesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
32
- * </p>
30
+ * <p> Describes a pricing rule that can be associated to a pricing plan, or 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
@@ -57,8 +55,8 @@ declare const ListPricingRulesCommand_base: {
57
55
  * // Name: "STRING_VALUE",
58
56
  * // Arn: "STRING_VALUE",
59
57
  * // Description: "STRING_VALUE",
60
- * // Scope: "STRING_VALUE",
61
- * // Type: "STRING_VALUE",
58
+ * // Scope: "GLOBAL" || "SERVICE" || "BILLING_ENTITY" || "SKU",
59
+ * // Type: "MARKUP" || "DISCOUNT" || "TIERING",
62
60
  * // ModifierPercentage: Number("double"),
63
61
  * // Service: "STRING_VALUE",
64
62
  * // AssociatedPricingPlanCount: Number("long"),
@@ -86,19 +84,16 @@ declare const ListPricingRulesCommand_base: {
86
84
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
87
85
  *
88
86
  * @throws {@link AccessDeniedException} (client fault)
89
- * <p>You do not have sufficient access to perform this action.
90
- * </p>
87
+ * <p>You do not have sufficient access to perform this action. </p>
91
88
  *
92
89
  * @throws {@link InternalServerException} (server fault)
93
- * <p>An unexpected error occurred while processing a request.
94
- * </p>
90
+ * <p>An unexpected error occurred while processing a request. </p>
95
91
  *
96
92
  * @throws {@link ThrottlingException} (client fault)
97
- * <p>The request was denied due to request throttling.
98
- * </p>
93
+ * <p>The request was denied due to request throttling. </p>
99
94
  *
100
95
  * @throws {@link ValidationException} (client fault)
101
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
96
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
102
97
  *
103
98
  * @throws {@link BillingconductorServiceException}
104
99
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * List the resources that are associated to a custom line item.
32
- * </p>
30
+ * <p> List the resources that are associated to a custom line item. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -44,7 +42,7 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
44
42
  * MaxResults: Number("int"),
45
43
  * NextToken: "STRING_VALUE",
46
44
  * Filters: { // ListResourcesAssociatedToCustomLineItemFilter
47
- * Relationship: "STRING_VALUE",
45
+ * Relationship: "PARENT" || "CHILD",
48
46
  * },
49
47
  * };
50
48
  * const command = new ListResourcesAssociatedToCustomLineItemCommand(input);
@@ -54,7 +52,7 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
54
52
  * // AssociatedResources: [ // ListResourcesAssociatedToCustomLineItemResponseList
55
53
  * // { // ListResourcesAssociatedToCustomLineItemResponseElement
56
54
  * // Arn: "STRING_VALUE",
57
- * // Relationship: "STRING_VALUE",
55
+ * // Relationship: "PARENT" || "CHILD",
58
56
  * // EndBillingPeriod: "STRING_VALUE",
59
57
  * // },
60
58
  * // ],
@@ -70,23 +68,19 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
70
68
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
71
69
  *
72
70
  * @throws {@link AccessDeniedException} (client fault)
73
- * <p>You do not have sufficient access to perform this action.
74
- * </p>
71
+ * <p>You do not have sufficient access to perform this action. </p>
75
72
  *
76
73
  * @throws {@link InternalServerException} (server fault)
77
- * <p>An unexpected error occurred while processing a request.
78
- * </p>
74
+ * <p>An unexpected error occurred while processing a request. </p>
79
75
  *
80
76
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>The request references a resource that doesn't exist.
82
- * </p>
77
+ * <p>The request references a resource that doesn't exist. </p>
83
78
  *
84
79
  * @throws {@link ThrottlingException} (client fault)
85
- * <p>The request was denied due to request throttling.
86
- * </p>
80
+ * <p>The request was denied due to request throttling. </p>
87
81
  *
88
82
  * @throws {@link ValidationException} (client fault)
89
- * <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>
90
84
  *
91
85
  * @throws {@link BillingconductorServiceException}
92
86
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * A list the tags for a resource.
32
- * </p>
30
+ * <p> A list the tags for a 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
@@ -58,23 +56,19 @@ declare const ListTagsForResourceCommand_base: {
58
56
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
59
57
  *
60
58
  * @throws {@link AccessDeniedException} (client fault)
61
- * <p>You do not have sufficient access to perform this action.
62
- * </p>
59
+ * <p>You do not have sufficient access to perform this action. </p>
63
60
  *
64
61
  * @throws {@link InternalServerException} (server fault)
65
- * <p>An unexpected error occurred while processing a request.
66
- * </p>
62
+ * <p>An unexpected error occurred while processing a request. </p>
67
63
  *
68
64
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The request references a resource that doesn't exist.
70
- * </p>
65
+ * <p>The request references a resource that doesn't exist. </p>
71
66
  *
72
67
  * @throws {@link ThrottlingException} (client fault)
73
- * <p>The request was denied due to request throttling.
74
- * </p>
68
+ * <p>The request was denied due to request throttling. </p>
75
69
  *
76
70
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
71
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
78
72
  *
79
73
  * @throws {@link BillingconductorServiceException}
80
74
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const TagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>.
31
- * If existing tags on a resource are not specified in the request parameters, they are not
32
- * changed. </p>
30
+ * <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags on a resource are not specified in the request parameters, they are not changed. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -57,23 +55,19 @@ declare const TagResourceCommand_base: {
57
55
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
58
56
  *
59
57
  * @throws {@link AccessDeniedException} (client fault)
60
- * <p>You do not have sufficient access to perform this action.
61
- * </p>
58
+ * <p>You do not have sufficient access to perform this action. </p>
62
59
  *
63
60
  * @throws {@link InternalServerException} (server fault)
64
- * <p>An unexpected error occurred while processing a request.
65
- * </p>
61
+ * <p>An unexpected error occurred while processing a request. </p>
66
62
  *
67
63
  * @throws {@link ResourceNotFoundException} (client fault)
68
- * <p>The request references a resource that doesn't exist.
69
- * </p>
64
+ * <p>The request references a resource that doesn't exist. </p>
70
65
  *
71
66
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>The request was denied due to request throttling.
73
- * </p>
67
+ * <p>The request was denied due to request throttling. </p>
74
68
  *
75
69
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
70
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
77
71
  *
78
72
  * @throws {@link BillingconductorServiceException}
79
73
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const UntagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Deletes specified tags from a resource.
32
- * </p>
30
+ * <p> Deletes specified tags from a 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
@@ -57,23 +55,19 @@ declare const UntagResourceCommand_base: {
57
55
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
58
56
  *
59
57
  * @throws {@link AccessDeniedException} (client fault)
60
- * <p>You do not have sufficient access to perform this action.
61
- * </p>
58
+ * <p>You do not have sufficient access to perform this action. </p>
62
59
  *
63
60
  * @throws {@link InternalServerException} (server fault)
64
- * <p>An unexpected error occurred while processing a request.
65
- * </p>
61
+ * <p>An unexpected error occurred while processing a request. </p>
66
62
  *
67
63
  * @throws {@link ResourceNotFoundException} (client fault)
68
- * <p>The request references a resource that doesn't exist.
69
- * </p>
64
+ * <p>The request references a resource that doesn't exist. </p>
70
65
  *
71
66
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>The request was denied due to request throttling.
73
- * </p>
67
+ * <p>The request was denied due to request throttling. </p>
74
68
  *
75
69
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
70
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
77
71
  *
78
72
  * @throws {@link BillingconductorServiceException}
79
73
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,8 +27,7 @@ declare const UpdateBillingGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This updates an existing billing group.
31
- * </p>
30
+ * <p>This updates an existing 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
@@ -40,7 +39,7 @@ declare const UpdateBillingGroupCommand_base: {
40
39
  * const input = { // UpdateBillingGroupInput
41
40
  * Arn: "STRING_VALUE", // required
42
41
  * Name: "STRING_VALUE",
43
- * Status: "STRING_VALUE",
42
+ * Status: "ACTIVE" || "PRIMARY_ACCOUNT_MISSING",
44
43
  * ComputationPreference: { // ComputationPreference
45
44
  * PricingPlanArn: "STRING_VALUE", // required
46
45
  * },
@@ -59,7 +58,7 @@ declare const UpdateBillingGroupCommand_base: {
59
58
  * // PricingPlanArn: "STRING_VALUE",
60
59
  * // Size: Number("long"),
61
60
  * // LastModifiedTime: Number("long"),
62
- * // Status: "STRING_VALUE",
61
+ * // Status: "ACTIVE" || "PRIMARY_ACCOUNT_MISSING",
63
62
  * // StatusReason: "STRING_VALUE",
64
63
  * // AccountGrouping: { // UpdateBillingGroupAccountGrouping
65
64
  * // AutoAssociate: true || false,
@@ -75,27 +74,22 @@ declare const UpdateBillingGroupCommand_base: {
75
74
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
76
75
  *
77
76
  * @throws {@link AccessDeniedException} (client fault)
78
- * <p>You do not have sufficient access to perform this action.
79
- * </p>
77
+ * <p>You do not have sufficient access to perform this action. </p>
80
78
  *
81
79
  * @throws {@link ConflictException} (client fault)
82
- * <p>You can cause an inconsistent state by updating or deleting a resource.
83
- * </p>
80
+ * <p>You can cause an inconsistent state by updating or deleting a resource. </p>
84
81
  *
85
82
  * @throws {@link InternalServerException} (server fault)
86
- * <p>An unexpected error occurred while processing a request.
87
- * </p>
83
+ * <p>An unexpected error occurred while processing a request. </p>
88
84
  *
89
85
  * @throws {@link ResourceNotFoundException} (client fault)
90
- * <p>The request references a resource that doesn't exist.
91
- * </p>
86
+ * <p>The request references a resource that doesn't exist. </p>
92
87
  *
93
88
  * @throws {@link ThrottlingException} (client fault)
94
- * <p>The request was denied due to request throttling.
95
- * </p>
89
+ * <p>The request was denied due to request throttling. </p>
96
90
  *
97
91
  * @throws {@link ValidationException} (client fault)
98
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
92
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
99
93
  *
100
94
  * @throws {@link BillingconductorServiceException}
101
95
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const UpdateCustomLineItemCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Update an existing custom line item in the current or previous billing period.
32
- * </p>
30
+ * <p> Update an existing custom line item 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
@@ -51,10 +49,10 @@ declare const UpdateCustomLineItemCommand_base: {
51
49
  * },
52
50
  * LineItemFilters: [ // LineItemFiltersList
53
51
  * { // LineItemFilter
54
- * Attribute: "STRING_VALUE", // required
55
- * MatchOption: "STRING_VALUE", // required
52
+ * Attribute: "LINE_ITEM_TYPE", // required
53
+ * MatchOption: "NOT_EQUAL", // required
56
54
  * Values: [ // LineItemFilterValuesList // required
57
- * "STRING_VALUE",
55
+ * "SAVINGS_PLAN_NEGATION",
58
56
  * ],
59
57
  * },
60
58
  * ],
@@ -78,13 +76,13 @@ declare const UpdateCustomLineItemCommand_base: {
78
76
  * // Percentage: { // ListCustomLineItemPercentageChargeDetails
79
77
  * // PercentageValue: Number("double"), // required
80
78
  * // },
81
- * // Type: "STRING_VALUE", // required
79
+ * // Type: "CREDIT" || "FEE", // required
82
80
  * // LineItemFilters: [ // LineItemFiltersList
83
81
  * // { // LineItemFilter
84
- * // Attribute: "STRING_VALUE", // required
85
- * // MatchOption: "STRING_VALUE", // required
82
+ * // Attribute: "LINE_ITEM_TYPE", // required
83
+ * // MatchOption: "NOT_EQUAL", // required
86
84
  * // Values: [ // LineItemFilterValuesList // required
87
- * // "STRING_VALUE",
85
+ * // "SAVINGS_PLAN_NEGATION",
88
86
  * // ],
89
87
  * // },
90
88
  * // ],
@@ -102,23 +100,19 @@ declare const UpdateCustomLineItemCommand_base: {
102
100
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
103
101
  *
104
102
  * @throws {@link AccessDeniedException} (client fault)
105
- * <p>You do not have sufficient access to perform this action.
106
- * </p>
103
+ * <p>You do not have sufficient access to perform this action. </p>
107
104
  *
108
105
  * @throws {@link InternalServerException} (server fault)
109
- * <p>An unexpected error occurred while processing a request.
110
- * </p>
106
+ * <p>An unexpected error occurred while processing a request. </p>
111
107
  *
112
108
  * @throws {@link ResourceNotFoundException} (client fault)
113
- * <p>The request references a resource that doesn't exist.
114
- * </p>
109
+ * <p>The request references a resource that doesn't exist. </p>
115
110
  *
116
111
  * @throws {@link ThrottlingException} (client fault)
117
- * <p>The request was denied due to request throttling.
118
- * </p>
112
+ * <p>The request was denied due to request throttling. </p>
119
113
  *
120
114
  * @throws {@link ValidationException} (client fault)
121
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
115
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
122
116
  *
123
117
  * @throws {@link BillingconductorServiceException}
124
118
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,8 +27,7 @@ declare const UpdatePricingPlanCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This updates an existing pricing plan.
31
- * </p>
30
+ * <p>This updates an existing pricing plan. </p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -61,27 +60,22 @@ declare const UpdatePricingPlanCommand_base: {
61
60
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
62
61
  *
63
62
  * @throws {@link AccessDeniedException} (client fault)
64
- * <p>You do not have sufficient access to perform this action.
65
- * </p>
63
+ * <p>You do not have sufficient access to perform this action. </p>
66
64
  *
67
65
  * @throws {@link ConflictException} (client fault)
68
- * <p>You can cause an inconsistent state by updating or deleting a resource.
69
- * </p>
66
+ * <p>You can cause an inconsistent state by updating or deleting a resource. </p>
70
67
  *
71
68
  * @throws {@link InternalServerException} (server fault)
72
- * <p>An unexpected error occurred while processing a request.
73
- * </p>
69
+ * <p>An unexpected error occurred while processing a request. </p>
74
70
  *
75
71
  * @throws {@link ResourceNotFoundException} (client fault)
76
- * <p>The request references a resource that doesn't exist.
77
- * </p>
72
+ * <p>The request references a resource that doesn't exist. </p>
78
73
  *
79
74
  * @throws {@link ThrottlingException} (client fault)
80
- * <p>The request was denied due to request throttling.
81
- * </p>
75
+ * <p>The request was denied due to request throttling. </p>
82
76
  *
83
77
  * @throws {@link ValidationException} (client fault)
84
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
78
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
85
79
  *
86
80
  * @throws {@link BillingconductorServiceException}
87
81
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -27,9 +27,7 @@ declare const UpdatePricingRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Updates an existing pricing rule.
32
- * </p>
30
+ * <p> Updates an existing pricing rule. </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,7 +40,7 @@ declare const UpdatePricingRuleCommand_base: {
42
40
  * Arn: "STRING_VALUE", // required
43
41
  * Name: "STRING_VALUE",
44
42
  * Description: "STRING_VALUE",
45
- * Type: "STRING_VALUE",
43
+ * Type: "MARKUP" || "DISCOUNT" || "TIERING",
46
44
  * ModifierPercentage: Number("double"),
47
45
  * Tiering: { // UpdateTieringInput
48
46
  * FreeTier: { // UpdateFreeTierConfig
@@ -56,8 +54,8 @@ declare const UpdatePricingRuleCommand_base: {
56
54
  * // Arn: "STRING_VALUE",
57
55
  * // Name: "STRING_VALUE",
58
56
  * // Description: "STRING_VALUE",
59
- * // Scope: "STRING_VALUE",
60
- * // Type: "STRING_VALUE",
57
+ * // Scope: "GLOBAL" || "SERVICE" || "BILLING_ENTITY" || "SKU",
58
+ * // Type: "MARKUP" || "DISCOUNT" || "TIERING",
61
59
  * // ModifierPercentage: Number("double"),
62
60
  * // Service: "STRING_VALUE",
63
61
  * // AssociatedPricingPlanCount: Number("long"),
@@ -81,27 +79,22 @@ declare const UpdatePricingRuleCommand_base: {
81
79
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
82
80
  *
83
81
  * @throws {@link AccessDeniedException} (client fault)
84
- * <p>You do not have sufficient access to perform this action.
85
- * </p>
82
+ * <p>You do not have sufficient access to perform this action. </p>
86
83
  *
87
84
  * @throws {@link ConflictException} (client fault)
88
- * <p>You can cause an inconsistent state by updating or deleting a resource.
89
- * </p>
85
+ * <p>You can cause an inconsistent state by updating or deleting a resource. </p>
90
86
  *
91
87
  * @throws {@link InternalServerException} (server fault)
92
- * <p>An unexpected error occurred while processing a request.
93
- * </p>
88
+ * <p>An unexpected error occurred while processing a request. </p>
94
89
  *
95
90
  * @throws {@link ResourceNotFoundException} (client fault)
96
- * <p>The request references a resource that doesn't exist.
97
- * </p>
91
+ * <p>The request references a resource that doesn't exist. </p>
98
92
  *
99
93
  * @throws {@link ThrottlingException} (client fault)
100
- * <p>The request was denied due to request throttling.
101
- * </p>
94
+ * <p>The request was denied due to request throttling. </p>
102
95
  *
103
96
  * @throws {@link ValidationException} (client fault)
104
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
97
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
105
98
  *
106
99
  * @throws {@link BillingconductorServiceException}
107
100
  * <p>Base exception class for all service exceptions from Billingconductor service.</p>
@@ -1,17 +1,5 @@
1
1
  /**
2
- * <p>Amazon Web Services Billing Conductor is a fully managed service that you can use to
3
- * customize a <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions">proforma</a> version of your billing data each month, to accurately show or chargeback
4
- * your end customers. Amazon Web Services Billing Conductor doesn't change the way you're billed
5
- * by Amazon Web Services each month by design. Instead, it provides you with a mechanism to
6
- * configure, generate, and display rates to certain customers over a given billing period. You
7
- * can also analyze the difference between the rates you apply to your accounting groupings
8
- * relative to your actual rates from Amazon Web Services. As a result of your Amazon Web Services
9
- * Billing Conductor configuration, the payer account can also see the custom rate applied on the
10
- * billing details page of the <a href="https://console.aws.amazon.com/billing">Amazon Web Services Billing
11
- * console</a>, or configure a cost and usage report per billing group.</p>
12
- * <p>This documentation shows how you can configure Amazon Web Services Billing Conductor using its
13
- * API. For more information about using the <a href="https://console.aws.amazon.com/billingconductor/">Amazon Web Services
14
- * Billing Conductor</a> user interface, see the <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html"> Amazon Web Services Billing Conductor User Guide</a>.</p>
2
+ * <p>Billing Conductor is a fully managed service that you can use to customize a <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions">pro forma</a> version of your billing data each month, to accurately show or chargeback your end customers. Billing Conductor doesn't change the way you're billed by Amazon Web Services each month by design. Instead, it provides you with a mechanism to configure, generate, and display rates to certain customers over a given billing period. You can also analyze the difference between the rates you apply to your accounting groupings relative to your actual rates from Amazon Web Services. As a result of your Billing Conductor configuration, the payer account can also see the custom rate applied on the billing details page of the <a href="https://console.aws.amazon.com/billing">Billing console</a>, or configure a cost and usage report per billing group.</p> <p>This documentation shows how you can configure Billing Conductor by using its API. For more information about using the <a href="https://console.aws.amazon.com/billingconductor/">Billing Conductor</a> user interface, see the <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html"> Billing Conductor User Guide</a>.</p>
15
3
  *
16
4
  * @packageDocumentation
17
5
  */