@aws-sdk/client-billingconductor 3.1087.0 → 3.1089.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 (52) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Billingconductor.d.ts +109 -144
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +3 -8
  25. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +3 -8
  29. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +3 -8
  31. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  40. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  41. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  42. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  43. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  44. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  50. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  52. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAccountAssociationsInput,
4
- ListAccountAssociationsOutput,
5
- } from "../models/models_0";
2
+ import { ListAccountAssociationsInput, ListAccountAssociationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListAccountAssociationsCommandInput
8
- extends ListAccountAssociationsInput {}
4
+ export interface ListAccountAssociationsCommandInput extends ListAccountAssociationsInput {}
9
5
  export interface ListAccountAssociationsCommandOutput
10
- extends ListAccountAssociationsOutput,
11
- __MetadataBearer {}
6
+ extends ListAccountAssociationsOutput, __MetadataBearer {}
12
7
  declare const ListAccountAssociationsCommand_base: {
13
8
  new (
14
- input: ListAccountAssociationsCommandInput
9
+ input: ListAccountAssociationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListAccountAssociationsCommandInput,
17
12
  ListAccountAssociationsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListBillingGroupCostReportsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListBillingGroupCostReportsCommandInput
8
- extends ListBillingGroupCostReportsInput {}
7
+ export interface ListBillingGroupCostReportsCommandInput extends ListBillingGroupCostReportsInput {}
9
8
  export interface ListBillingGroupCostReportsCommandOutput
10
- extends ListBillingGroupCostReportsOutput,
11
- __MetadataBearer {}
9
+ extends ListBillingGroupCostReportsOutput, __MetadataBearer {}
12
10
  declare const ListBillingGroupCostReportsCommand_base: {
13
11
  new (
14
- input: ListBillingGroupCostReportsCommandInput
12
+ input: ListBillingGroupCostReportsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListBillingGroupCostReportsCommandInput,
17
15
  ListBillingGroupCostReportsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListBillingGroupsInput,
4
- ListBillingGroupsOutput,
5
- } from "../models/models_0";
2
+ import { ListBillingGroupsInput, ListBillingGroupsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {}
8
- export interface ListBillingGroupsCommandOutput
9
- extends ListBillingGroupsOutput,
10
- __MetadataBearer {}
5
+ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput, __MetadataBearer {}
11
6
  declare const ListBillingGroupsCommand_base: {
12
7
  new (
13
- input: ListBillingGroupsCommandInput
8
+ input: ListBillingGroupsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListBillingGroupsCommandInput,
16
11
  ListBillingGroupsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListCustomLineItemVersionsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListCustomLineItemVersionsCommandInput
8
- extends ListCustomLineItemVersionsInput {}
7
+ export interface ListCustomLineItemVersionsCommandInput extends ListCustomLineItemVersionsInput {}
9
8
  export interface ListCustomLineItemVersionsCommandOutput
10
- extends ListCustomLineItemVersionsOutput,
11
- __MetadataBearer {}
9
+ extends ListCustomLineItemVersionsOutput, __MetadataBearer {}
12
10
  declare const ListCustomLineItemVersionsCommand_base: {
13
11
  new (
14
- input: ListCustomLineItemVersionsCommandInput
12
+ input: ListCustomLineItemVersionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListCustomLineItemVersionsCommandInput,
17
15
  ListCustomLineItemVersionsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListCustomLineItemVersionsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListCustomLineItemVersionsCommandInput
21
+ input: ListCustomLineItemVersionsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListCustomLineItemVersionsCommandInput,
26
24
  ListCustomLineItemVersionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListCustomLineItemsInput,
4
- ListCustomLineItemsOutput,
5
- } from "../models/models_0";
2
+ import { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListCustomLineItemsCommandInput
8
- extends ListCustomLineItemsInput {}
4
+ export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInput {}
9
5
  export interface ListCustomLineItemsCommandOutput
10
- extends ListCustomLineItemsOutput,
11
- __MetadataBearer {}
6
+ extends ListCustomLineItemsOutput, __MetadataBearer {}
12
7
  declare const ListCustomLineItemsCommand_base: {
13
8
  new (
14
- input: ListCustomLineItemsCommandInput
9
+ input: ListCustomLineItemsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListCustomLineItemsCommandInput,
17
12
  ListCustomLineItemsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPricingPlansAssociatedWithPricingRuleOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListPricingPlansAssociatedWithPricingRuleCommandInput
8
- extends ListPricingPlansAssociatedWithPricingRuleInput {}
7
+ export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends ListPricingPlansAssociatedWithPricingRuleInput {}
9
8
  export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput
10
- extends ListPricingPlansAssociatedWithPricingRuleOutput,
11
- __MetadataBearer {}
9
+ extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {}
12
10
  declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
13
11
  new (
14
- input: ListPricingPlansAssociatedWithPricingRuleCommandInput
12
+ input: ListPricingPlansAssociatedWithPricingRuleCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
17
15
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPricingPlansAssociatedWithPricingRuleCommandInput
21
+ input: ListPricingPlansAssociatedWithPricingRuleCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
26
24
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPricingPlansInput,
4
- ListPricingPlansOutput,
5
- } from "../models/models_0";
2
+ import { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListPricingPlansCommandInput extends ListPricingPlansInput {}
8
- export interface ListPricingPlansCommandOutput
9
- extends ListPricingPlansOutput,
10
- __MetadataBearer {}
5
+ export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {}
11
6
  declare const ListPricingPlansCommand_base: {
12
7
  new (
13
- input: ListPricingPlansCommandInput
8
+ input: ListPricingPlansCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListPricingPlansCommandInput,
16
11
  ListPricingPlansCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPricingRulesAssociatedToPricingPlanOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListPricingRulesAssociatedToPricingPlanCommandInput
8
- extends ListPricingRulesAssociatedToPricingPlanInput {}
7
+ export interface ListPricingRulesAssociatedToPricingPlanCommandInput extends ListPricingRulesAssociatedToPricingPlanInput {}
9
8
  export interface ListPricingRulesAssociatedToPricingPlanCommandOutput
10
- extends ListPricingRulesAssociatedToPricingPlanOutput,
11
- __MetadataBearer {}
9
+ extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {}
12
10
  declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
13
11
  new (
14
- input: ListPricingRulesAssociatedToPricingPlanCommandInput
12
+ input: ListPricingRulesAssociatedToPricingPlanCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPricingRulesAssociatedToPricingPlanCommandInput,
17
15
  ListPricingRulesAssociatedToPricingPlanCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPricingRulesAssociatedToPricingPlanCommandInput
21
+ input: ListPricingRulesAssociatedToPricingPlanCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPricingRulesAssociatedToPricingPlanCommandInput,
26
24
  ListPricingRulesAssociatedToPricingPlanCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPricingRulesInput,
4
- ListPricingRulesOutput,
5
- } from "../models/models_0";
2
+ import { ListPricingRulesInput, ListPricingRulesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListPricingRulesCommandInput extends ListPricingRulesInput {}
8
- export interface ListPricingRulesCommandOutput
9
- extends ListPricingRulesOutput,
10
- __MetadataBearer {}
5
+ export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {}
11
6
  declare const ListPricingRulesCommand_base: {
12
7
  new (
13
- input: ListPricingRulesCommandInput
8
+ input: ListPricingRulesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListPricingRulesCommandInput,
16
11
  ListPricingRulesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListResourcesAssociatedToCustomLineItemOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListResourcesAssociatedToCustomLineItemCommandInput
8
- extends ListResourcesAssociatedToCustomLineItemInput {}
7
+ export interface ListResourcesAssociatedToCustomLineItemCommandInput extends ListResourcesAssociatedToCustomLineItemInput {}
9
8
  export interface ListResourcesAssociatedToCustomLineItemCommandOutput
10
- extends ListResourcesAssociatedToCustomLineItemOutput,
11
- __MetadataBearer {}
9
+ extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {}
12
10
  declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
13
11
  new (
14
- input: ListResourcesAssociatedToCustomLineItemCommandInput
12
+ input: ListResourcesAssociatedToCustomLineItemCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListResourcesAssociatedToCustomLineItemCommandInput,
17
15
  ListResourcesAssociatedToCustomLineItemCommandOutput,
@@ -20,7 +18,7 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListResourcesAssociatedToCustomLineItemCommandInput
21
+ input: ListResourcesAssociatedToCustomLineItemCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListResourcesAssociatedToCustomLineItemCommandInput,
26
24
  ListResourcesAssociatedToCustomLineItemCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateBillingGroupInput,
4
- UpdateBillingGroupOutput,
5
- } from "../models/models_0";
2
+ import { UpdateBillingGroupInput, UpdateBillingGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateBillingGroupCommandInput
8
- extends UpdateBillingGroupInput {}
4
+ export interface UpdateBillingGroupCommandInput extends UpdateBillingGroupInput {}
9
5
  export interface UpdateBillingGroupCommandOutput
10
- extends UpdateBillingGroupOutput,
11
- __MetadataBearer {}
6
+ extends UpdateBillingGroupOutput, __MetadataBearer {}
12
7
  declare const UpdateBillingGroupCommand_base: {
13
8
  new (
14
- input: UpdateBillingGroupCommandInput
9
+ input: UpdateBillingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateBillingGroupCommandInput,
17
12
  UpdateBillingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateBillingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateBillingGroupCommandInput
18
+ input: UpdateBillingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateBillingGroupCommandInput,
26
21
  UpdateBillingGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateCustomLineItemInput,
4
- UpdateCustomLineItemOutput,
5
- } from "../models/models_0";
2
+ import { UpdateCustomLineItemInput, UpdateCustomLineItemOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateCustomLineItemCommandInput
8
- extends UpdateCustomLineItemInput {}
4
+ export interface UpdateCustomLineItemCommandInput extends UpdateCustomLineItemInput {}
9
5
  export interface UpdateCustomLineItemCommandOutput
10
- extends UpdateCustomLineItemOutput,
11
- __MetadataBearer {}
6
+ extends UpdateCustomLineItemOutput, __MetadataBearer {}
12
7
  declare const UpdateCustomLineItemCommand_base: {
13
8
  new (
14
- input: UpdateCustomLineItemCommandInput
9
+ input: UpdateCustomLineItemCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateCustomLineItemCommandInput,
17
12
  UpdateCustomLineItemCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateCustomLineItemCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateCustomLineItemCommandInput
18
+ input: UpdateCustomLineItemCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateCustomLineItemCommandInput,
26
21
  UpdateCustomLineItemCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdatePricingPlanInput,
4
- UpdatePricingPlanOutput,
5
- } from "../models/models_0";
2
+ import { UpdatePricingPlanInput, UpdatePricingPlanOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {}
8
- export interface UpdatePricingPlanCommandOutput
9
- extends UpdatePricingPlanOutput,
10
- __MetadataBearer {}
5
+ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput, __MetadataBearer {}
11
6
  declare const UpdatePricingPlanCommand_base: {
12
7
  new (
13
- input: UpdatePricingPlanCommandInput
8
+ input: UpdatePricingPlanCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdatePricingPlanCommandInput,
16
11
  UpdatePricingPlanCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdatePricingPlanCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdatePricingPlanCommandInput
17
+ input: UpdatePricingPlanCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdatePricingPlanCommandInput,
25
20
  UpdatePricingPlanCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdatePricingRuleInput,
4
- UpdatePricingRuleOutput,
5
- } from "../models/models_0";
2
+ import { UpdatePricingRuleInput, UpdatePricingRuleOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {}
8
- export interface UpdatePricingRuleCommandOutput
9
- extends UpdatePricingRuleOutput,
10
- __MetadataBearer {}
5
+ export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput, __MetadataBearer {}
11
6
  declare const UpdatePricingRuleCommand_base: {
12
7
  new (
13
- input: UpdatePricingRuleCommandInput
8
+ input: UpdatePricingRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdatePricingRuleCommandInput,
16
11
  UpdatePricingRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdatePricingRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdatePricingRuleCommandInput
17
+ input: UpdatePricingRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdatePricingRuleCommandInput,
25
20
  UpdatePricingRuleCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface BillingconductorExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -90,8 +90,7 @@ export declare const BillingGroupType: {
90
90
  readonly STANDARD: "STANDARD";
91
91
  readonly TRANSFER_BILLING: "TRANSFER_BILLING";
92
92
  };
93
- export type BillingGroupType =
94
- (typeof BillingGroupType)[keyof typeof BillingGroupType];
93
+ export type BillingGroupType = (typeof BillingGroupType)[keyof typeof BillingGroupType];
95
94
  export declare const SearchOption: {
96
95
  readonly STARTS_WITH: "STARTS_WITH";
97
96
  };
@@ -101,8 +100,7 @@ export declare const BillingGroupStatus: {
101
100
  readonly PENDING: "PENDING";
102
101
  readonly PRIMARY_ACCOUNT_MISSING: "PRIMARY_ACCOUNT_MISSING";
103
102
  };
104
- export type BillingGroupStatus =
105
- (typeof BillingGroupStatus)[keyof typeof BillingGroupStatus];
103
+ export type BillingGroupStatus = (typeof BillingGroupStatus)[keyof typeof BillingGroupStatus];
106
104
  export declare const LineItemFilterAttributeName: {
107
105
  readonly LINE_ITEM_TYPE: "LINE_ITEM_TYPE";
108
106
  readonly SERVICE: "SERVICE";
@@ -117,20 +115,17 @@ export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
117
115
  export declare const LineItemFilterValue: {
118
116
  readonly SAVINGS_PLAN_NEGATION: "SAVINGS_PLAN_NEGATION";
119
117
  };
120
- export type LineItemFilterValue =
121
- (typeof LineItemFilterValue)[keyof typeof LineItemFilterValue];
118
+ export type LineItemFilterValue = (typeof LineItemFilterValue)[keyof typeof LineItemFilterValue];
122
119
  export declare const CustomLineItemType: {
123
120
  readonly CREDIT: "CREDIT";
124
121
  readonly FEE: "FEE";
125
122
  };
126
- export type CustomLineItemType =
127
- (typeof CustomLineItemType)[keyof typeof CustomLineItemType];
123
+ export type CustomLineItemType = (typeof CustomLineItemType)[keyof typeof CustomLineItemType];
128
124
  export declare const ComputationRuleEnum: {
129
125
  readonly CONSOLIDATED: "CONSOLIDATED";
130
126
  readonly ITEMIZED: "ITEMIZED";
131
127
  };
132
- export type ComputationRuleEnum =
133
- (typeof ComputationRuleEnum)[keyof typeof ComputationRuleEnum];
128
+ export type ComputationRuleEnum = (typeof ComputationRuleEnum)[keyof typeof ComputationRuleEnum];
134
129
  export declare const CurrencyCode: {
135
130
  readonly CNY: "CNY";
136
131
  readonly USD: "USD";
@@ -146,20 +141,17 @@ export declare const GroupByAttributeName: {
146
141
  readonly BILLING_PERIOD: "BILLING_PERIOD";
147
142
  readonly PRODUCT_NAME: "PRODUCT_NAME";
148
143
  };
149
- export type GroupByAttributeName =
150
- (typeof GroupByAttributeName)[keyof typeof GroupByAttributeName];
144
+ export type GroupByAttributeName = (typeof GroupByAttributeName)[keyof typeof GroupByAttributeName];
151
145
  export declare const PricingRuleScope: {
152
146
  readonly BILLING_ENTITY: "BILLING_ENTITY";
153
147
  readonly GLOBAL: "GLOBAL";
154
148
  readonly SERVICE: "SERVICE";
155
149
  readonly SKU: "SKU";
156
150
  };
157
- export type PricingRuleScope =
158
- (typeof PricingRuleScope)[keyof typeof PricingRuleScope];
151
+ export type PricingRuleScope = (typeof PricingRuleScope)[keyof typeof PricingRuleScope];
159
152
  export declare const PricingRuleType: {
160
153
  readonly DISCOUNT: "DISCOUNT";
161
154
  readonly MARKUP: "MARKUP";
162
155
  readonly TIERING: "TIERING";
163
156
  };
164
- export type PricingRuleType =
165
- (typeof PricingRuleType)[keyof typeof PricingRuleType];
157
+ export type PricingRuleType = (typeof PricingRuleType)[keyof typeof PricingRuleType];
@@ -6,9 +6,7 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
8
  Message: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class ConflictException extends __BaseException {
14
12
  readonly name: "ConflictException";
@@ -24,9 +22,7 @@ export declare class InternalServerException extends __BaseException {
24
22
  readonly $fault: "server";
25
23
  Message: string | undefined;
26
24
  RetryAfterSeconds?: number | undefined;
27
- constructor(
28
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
29
- );
25
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
30
26
  }
31
27
  export declare class ResourceNotFoundException extends __BaseException {
32
28
  readonly name: "ResourceNotFoundException";
@@ -34,9 +30,7 @@ export declare class ResourceNotFoundException extends __BaseException {
34
30
  Message: string | undefined;
35
31
  ResourceId: string | undefined;
36
32
  ResourceType: string | undefined;
37
- constructor(
38
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
39
- );
33
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
40
34
  }
41
35
  export declare class ServiceLimitExceededException extends __BaseException {
42
36
  readonly name: "ServiceLimitExceededException";
@@ -46,18 +40,14 @@ export declare class ServiceLimitExceededException extends __BaseException {
46
40
  ResourceType?: string | undefined;
47
41
  LimitCode: string | undefined;
48
42
  ServiceCode: string | undefined;
49
- constructor(
50
- opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>
51
- );
43
+ constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
52
44
  }
53
45
  export declare class ThrottlingException extends __BaseException {
54
46
  readonly name: "ThrottlingException";
55
47
  readonly $fault: "client";
56
48
  Message: string | undefined;
57
49
  RetryAfterSeconds?: number | undefined;
58
- constructor(
59
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
60
- );
50
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
61
51
  }
62
52
  export declare class ValidationException extends __BaseException {
63
53
  readonly name: "ValidationException";
@@ -65,7 +55,5 @@ export declare class ValidationException extends __BaseException {
65
55
  Message: string | undefined;
66
56
  Reason?: ValidationExceptionReason | undefined;
67
57
  Fields?: ValidationExceptionField[] | undefined;
68
- constructor(
69
- opts: __ExceptionOptionType<ValidationException, __BaseException>
70
- );
58
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
71
59
  }