@aws-sdk/client-billingconductor 3.168.0 → 3.170.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 (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Billingconductor.d.ts +574 -155
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +310 -103
  4. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1176 -1074
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  56. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { UpdateBillingGroupInput, UpdateBillingGroupOutput } from "../models/models_0";
5
- export interface UpdateBillingGroupCommandInput extends UpdateBillingGroupInput {
6
- }
7
- export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBillingGroupCommand extends $Command<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: UpdateBillingGroupCommandInput;
12
- constructor(input: UpdateBillingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ UpdateBillingGroupInput,
15
+ UpdateBillingGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateBillingGroupCommandInput
18
+ extends UpdateBillingGroupInput {}
19
+ export interface UpdateBillingGroupCommandOutput
20
+ extends UpdateBillingGroupOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateBillingGroupCommand extends $Command<
24
+ UpdateBillingGroupCommandInput,
25
+ UpdateBillingGroupCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateBillingGroupCommandInput;
29
+ constructor(input: UpdateBillingGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { UpdateCustomLineItemInput, UpdateCustomLineItemOutput } from "../models/models_0";
5
- export interface UpdateCustomLineItemCommandInput extends UpdateCustomLineItemInput {
6
- }
7
- export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCustomLineItemCommand extends $Command<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: UpdateCustomLineItemCommandInput;
12
- constructor(input: UpdateCustomLineItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ UpdateCustomLineItemInput,
15
+ UpdateCustomLineItemOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateCustomLineItemCommandInput
18
+ extends UpdateCustomLineItemInput {}
19
+ export interface UpdateCustomLineItemCommandOutput
20
+ extends UpdateCustomLineItemOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateCustomLineItemCommand extends $Command<
24
+ UpdateCustomLineItemCommandInput,
25
+ UpdateCustomLineItemCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateCustomLineItemCommandInput;
29
+ constructor(input: UpdateCustomLineItemCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateCustomLineItemCommandInput,
37
+ UpdateCustomLineItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { UpdatePricingPlanInput, UpdatePricingPlanOutput } from "../models/models_0";
5
- export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {
6
- }
7
- export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: UpdatePricingPlanCommandInput;
12
- constructor(input: UpdatePricingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ UpdatePricingPlanInput,
15
+ UpdatePricingPlanOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {}
18
+ export interface UpdatePricingPlanCommandOutput
19
+ extends UpdatePricingPlanOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdatePricingPlanCommand extends $Command<
23
+ UpdatePricingPlanCommandInput,
24
+ UpdatePricingPlanCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePricingPlanCommandInput;
28
+ constructor(input: UpdatePricingPlanCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { UpdatePricingRuleInput, UpdatePricingRuleOutput } from "../models/models_0";
5
- export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {
6
- }
7
- export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePricingRuleCommand extends $Command<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: UpdatePricingRuleCommandInput;
12
- constructor(input: UpdatePricingRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ UpdatePricingRuleInput,
15
+ UpdatePricingRuleOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {}
18
+ export interface UpdatePricingRuleCommandOutput
19
+ extends UpdatePricingRuleOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdatePricingRuleCommand extends $Command<
23
+ UpdatePricingRuleCommandInput,
24
+ UpdatePricingRuleCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePricingRuleCommandInput;
28
+ constructor(input: UpdatePricingRuleCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,30 +1,30 @@
1
- export * from "./AssociateAccountsCommand";
2
- export * from "./AssociatePricingRulesCommand";
3
- export * from "./BatchAssociateResourcesToCustomLineItemCommand";
4
- export * from "./BatchDisassociateResourcesFromCustomLineItemCommand";
5
- export * from "./CreateBillingGroupCommand";
6
- export * from "./CreateCustomLineItemCommand";
7
- export * from "./CreatePricingPlanCommand";
8
- export * from "./CreatePricingRuleCommand";
9
- export * from "./DeleteBillingGroupCommand";
10
- export * from "./DeleteCustomLineItemCommand";
11
- export * from "./DeletePricingPlanCommand";
12
- export * from "./DeletePricingRuleCommand";
13
- export * from "./DisassociateAccountsCommand";
14
- export * from "./DisassociatePricingRulesCommand";
15
- export * from "./ListAccountAssociationsCommand";
16
- export * from "./ListBillingGroupCostReportsCommand";
17
- export * from "./ListBillingGroupsCommand";
18
- export * from "./ListCustomLineItemsCommand";
19
- export * from "./ListPricingPlansAssociatedWithPricingRuleCommand";
20
- export * from "./ListPricingPlansCommand";
21
- export * from "./ListPricingRulesAssociatedToPricingPlanCommand";
22
- export * from "./ListPricingRulesCommand";
23
- export * from "./ListResourcesAssociatedToCustomLineItemCommand";
24
- export * from "./ListTagsForResourceCommand";
25
- export * from "./TagResourceCommand";
26
- export * from "./UntagResourceCommand";
27
- export * from "./UpdateBillingGroupCommand";
28
- export * from "./UpdateCustomLineItemCommand";
29
- export * from "./UpdatePricingPlanCommand";
30
- export * from "./UpdatePricingRuleCommand";
1
+ export * from "./AssociateAccountsCommand";
2
+ export * from "./AssociatePricingRulesCommand";
3
+ export * from "./BatchAssociateResourcesToCustomLineItemCommand";
4
+ export * from "./BatchDisassociateResourcesFromCustomLineItemCommand";
5
+ export * from "./CreateBillingGroupCommand";
6
+ export * from "./CreateCustomLineItemCommand";
7
+ export * from "./CreatePricingPlanCommand";
8
+ export * from "./CreatePricingRuleCommand";
9
+ export * from "./DeleteBillingGroupCommand";
10
+ export * from "./DeleteCustomLineItemCommand";
11
+ export * from "./DeletePricingPlanCommand";
12
+ export * from "./DeletePricingRuleCommand";
13
+ export * from "./DisassociateAccountsCommand";
14
+ export * from "./DisassociatePricingRulesCommand";
15
+ export * from "./ListAccountAssociationsCommand";
16
+ export * from "./ListBillingGroupCostReportsCommand";
17
+ export * from "./ListBillingGroupsCommand";
18
+ export * from "./ListCustomLineItemsCommand";
19
+ export * from "./ListPricingPlansAssociatedWithPricingRuleCommand";
20
+ export * from "./ListPricingPlansCommand";
21
+ export * from "./ListPricingRulesAssociatedToPricingPlanCommand";
22
+ export * from "./ListPricingRulesCommand";
23
+ export * from "./ListResourcesAssociatedToCustomLineItemCommand";
24
+ export * from "./ListTagsForResourceCommand";
25
+ export * from "./TagResourceCommand";
26
+ export * from "./UntagResourceCommand";
27
+ export * from "./UpdateBillingGroupCommand";
28
+ export * from "./UpdateCustomLineItemCommand";
29
+ export * from "./UpdatePricingPlanCommand";
30
+ export * from "./UpdatePricingRuleCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Billingconductor";
2
- export * from "./BillingconductorClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { BillingconductorServiceException } from "./models/BillingconductorServiceException";
1
+ export * from "./Billingconductor";
2
+ export * from "./BillingconductorClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { BillingconductorServiceException } from "./models/BillingconductorServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class BillingconductorServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class BillingconductorServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";