@aws-sdk/client-billingconductor 3.194.0 → 3.196.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 (152) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/BillingconductorClient.js +11 -8
  3. package/dist-cjs/commands/AssociateAccountsCommand.js +10 -0
  4. package/dist-cjs/commands/AssociatePricingRulesCommand.js +10 -0
  5. package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +10 -0
  6. package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +10 -0
  7. package/dist-cjs/commands/CreateBillingGroupCommand.js +10 -0
  8. package/dist-cjs/commands/CreateCustomLineItemCommand.js +10 -0
  9. package/dist-cjs/commands/CreatePricingPlanCommand.js +10 -0
  10. package/dist-cjs/commands/CreatePricingRuleCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteBillingGroupCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteCustomLineItemCommand.js +10 -0
  13. package/dist-cjs/commands/DeletePricingPlanCommand.js +10 -0
  14. package/dist-cjs/commands/DeletePricingRuleCommand.js +10 -0
  15. package/dist-cjs/commands/DisassociateAccountsCommand.js +10 -0
  16. package/dist-cjs/commands/DisassociatePricingRulesCommand.js +10 -0
  17. package/dist-cjs/commands/ListAccountAssociationsCommand.js +10 -0
  18. package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +10 -0
  19. package/dist-cjs/commands/ListBillingGroupsCommand.js +10 -0
  20. package/dist-cjs/commands/ListCustomLineItemsCommand.js +10 -0
  21. package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +10 -0
  22. package/dist-cjs/commands/ListPricingPlansCommand.js +10 -0
  23. package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +10 -0
  24. package/dist-cjs/commands/ListPricingRulesCommand.js +10 -0
  25. package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +10 -0
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  27. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  28. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  29. package/dist-cjs/commands/UpdateBillingGroupCommand.js +10 -0
  30. package/dist-cjs/commands/UpdateCustomLineItemCommand.js +10 -0
  31. package/dist-cjs/commands/UpdatePricingPlanCommand.js +10 -0
  32. package/dist-cjs/commands/UpdatePricingRuleCommand.js +10 -0
  33. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  34. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  35. package/dist-cjs/endpoint/ruleset.js +594 -0
  36. package/dist-cjs/runtimeConfig.shared.js +3 -3
  37. package/dist-es/BillingconductorClient.js +12 -9
  38. package/dist-es/commands/AssociateAccountsCommand.js +10 -0
  39. package/dist-es/commands/AssociatePricingRulesCommand.js +10 -0
  40. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +10 -0
  41. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +10 -0
  42. package/dist-es/commands/CreateBillingGroupCommand.js +10 -0
  43. package/dist-es/commands/CreateCustomLineItemCommand.js +10 -0
  44. package/dist-es/commands/CreatePricingPlanCommand.js +10 -0
  45. package/dist-es/commands/CreatePricingRuleCommand.js +10 -0
  46. package/dist-es/commands/DeleteBillingGroupCommand.js +10 -0
  47. package/dist-es/commands/DeleteCustomLineItemCommand.js +10 -0
  48. package/dist-es/commands/DeletePricingPlanCommand.js +10 -0
  49. package/dist-es/commands/DeletePricingRuleCommand.js +10 -0
  50. package/dist-es/commands/DisassociateAccountsCommand.js +10 -0
  51. package/dist-es/commands/DisassociatePricingRulesCommand.js +10 -0
  52. package/dist-es/commands/ListAccountAssociationsCommand.js +10 -0
  53. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +10 -0
  54. package/dist-es/commands/ListBillingGroupsCommand.js +10 -0
  55. package/dist-es/commands/ListCustomLineItemsCommand.js +10 -0
  56. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +10 -0
  57. package/dist-es/commands/ListPricingPlansCommand.js +10 -0
  58. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +10 -0
  59. package/dist-es/commands/ListPricingRulesCommand.js +10 -0
  60. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +10 -0
  61. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  62. package/dist-es/commands/TagResourceCommand.js +10 -0
  63. package/dist-es/commands/UntagResourceCommand.js +10 -0
  64. package/dist-es/commands/UpdateBillingGroupCommand.js +10 -0
  65. package/dist-es/commands/UpdateCustomLineItemCommand.js +10 -0
  66. package/dist-es/commands/UpdatePricingPlanCommand.js +10 -0
  67. package/dist-es/commands/UpdatePricingRuleCommand.js +10 -0
  68. package/dist-es/endpoint/EndpointParameters.js +8 -0
  69. package/dist-es/endpoint/endpointResolver.js +8 -0
  70. package/dist-es/endpoint/ruleset.js +591 -0
  71. package/dist-es/runtimeConfig.shared.js +2 -2
  72. package/dist-types/BillingconductorClient.d.ts +6 -9
  73. package/dist-types/commands/AssociateAccountsCommand.d.ts +2 -0
  74. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +2 -0
  75. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -0
  76. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -0
  77. package/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -0
  78. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +2 -0
  79. package/dist-types/commands/CreatePricingPlanCommand.d.ts +2 -0
  80. package/dist-types/commands/CreatePricingRuleCommand.d.ts +2 -0
  81. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -0
  82. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +2 -0
  83. package/dist-types/commands/DeletePricingPlanCommand.d.ts +2 -0
  84. package/dist-types/commands/DeletePricingRuleCommand.d.ts +2 -0
  85. package/dist-types/commands/DisassociateAccountsCommand.d.ts +2 -0
  86. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +2 -0
  87. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -0
  88. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +2 -0
  89. package/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -0
  90. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +2 -0
  91. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -0
  92. package/dist-types/commands/ListPricingPlansCommand.d.ts +2 -0
  93. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -0
  94. package/dist-types/commands/ListPricingRulesCommand.d.ts +2 -0
  95. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  97. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  98. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  99. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -0
  100. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +2 -0
  101. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -0
  102. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +2 -0
  103. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  104. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  105. package/dist-types/endpoint/ruleset.d.ts +2 -0
  106. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  107. package/dist-types/runtimeConfig.d.ts +4 -2
  108. package/dist-types/runtimeConfig.native.d.ts +4 -2
  109. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  110. package/dist-types/ts3.4/BillingconductorClient.d.ts +15 -8
  111. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +2 -0
  112. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +2 -0
  113. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -0
  114. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -0
  115. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +2 -0
  116. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +2 -0
  117. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +2 -0
  118. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +2 -0
  119. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +2 -0
  120. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +2 -0
  121. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +2 -0
  122. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +2 -0
  123. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +2 -0
  124. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +2 -0
  125. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +2 -0
  126. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +2 -0
  127. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +2 -0
  128. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +2 -0
  129. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  142. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  143. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  144. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  145. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  146. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  147. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  148. package/package.json +5 -3
  149. package/dist-cjs/endpoints.js +0 -144
  150. package/dist-es/endpoints.js +0 -140
  151. package/dist-types/endpoints.d.ts +0 -2
  152. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
10
11
  import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
11
12
  import { BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput } from "./commands/BatchAssociateResourcesToCustomLineItemCommand";
@@ -36,6 +37,7 @@ import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from
36
37
  import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } from "./commands/UpdateCustomLineItemCommand";
37
38
  import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
38
39
  import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
40
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
39
41
  export declare type ServiceInputTypes = AssociateAccountsCommandInput | AssociatePricingRulesCommandInput | BatchAssociateResourcesToCustomLineItemCommandInput | BatchDisassociateResourcesFromCustomLineItemCommandInput | CreateBillingGroupCommandInput | CreateCustomLineItemCommandInput | CreatePricingPlanCommandInput | CreatePricingRuleCommandInput | DeleteBillingGroupCommandInput | DeleteCustomLineItemCommandInput | DeletePricingPlanCommandInput | DeletePricingRuleCommandInput | DisassociateAccountsCommandInput | DisassociatePricingRulesCommandInput | ListAccountAssociationsCommandInput | ListBillingGroupCostReportsCommandInput | ListBillingGroupsCommandInput | ListCustomLineItemsCommandInput | ListPricingPlansAssociatedWithPricingRuleCommandInput | ListPricingPlansCommandInput | ListPricingRulesAssociatedToPricingPlanCommandInput | ListPricingRulesCommandInput | ListResourcesAssociatedToCustomLineItemCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBillingGroupCommandInput | UpdateCustomLineItemCommandInput | UpdatePricingPlanCommandInput | UpdatePricingRuleCommandInput;
40
42
  export declare type ServiceOutputTypes = AssociateAccountsCommandOutput | AssociatePricingRulesCommandOutput | BatchAssociateResourcesToCustomLineItemCommandOutput | BatchDisassociateResourcesFromCustomLineItemCommandOutput | CreateBillingGroupCommandOutput | CreateCustomLineItemCommandOutput | CreatePricingPlanCommandOutput | CreatePricingRuleCommandOutput | DeleteBillingGroupCommandOutput | DeleteCustomLineItemCommandOutput | DeletePricingPlanCommandOutput | DeletePricingRuleCommandOutput | DisassociateAccountsCommandOutput | DisassociatePricingRulesCommandOutput | ListAccountAssociationsCommandOutput | ListBillingGroupCostReportsCommandOutput | ListBillingGroupsCommandOutput | ListCustomLineItemsCommandOutput | ListPricingPlansAssociatedWithPricingRuleCommandOutput | ListPricingPlansCommandOutput | ListPricingRulesAssociatedToPricingPlanCommandOutput | ListPricingRulesCommandOutput | ListResourcesAssociatedToCustomLineItemCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBillingGroupCommandOutput | UpdateCustomLineItemCommandOutput | UpdatePricingPlanCommandOutput | UpdatePricingRuleCommandOutput;
41
43
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -128,11 +130,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
128
130
  * @internal
129
131
  */
130
132
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
131
- /**
132
- * Fetch related hostname, signing name or signing region with given region.
133
- * @internal
134
- */
135
- regionInfoProvider?: RegionInfoProvider;
136
133
  /**
137
134
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
138
135
  * @internal
@@ -143,13 +140,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
143
140
  */
144
141
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
145
142
  }
146
- declare type BillingconductorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
143
+ declare type BillingconductorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
147
144
  /**
148
145
  * The configuration interface of BillingconductorClient class constructor that set the region, credentials and other options.
149
146
  */
150
147
  export interface BillingconductorClientConfig extends BillingconductorClientConfigType {
151
148
  }
152
- declare type BillingconductorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
149
+ declare type BillingconductorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
153
150
  /**
154
151
  * The resolved configuration interface of BillingconductorClient class. This is resolved and normalized from the {@link BillingconductorClientConfig | constructor configuration interface}.
155
152
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -28,6 +29,7 @@ export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput,
28
29
  */
29
30
  export declare class AssociateAccountsCommand extends $Command<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, BillingconductorClientResolvedConfig> {
30
31
  readonly input: AssociateAccountsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: AssociateAccountsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface AssociatePricingRulesCommandOutput extends AssociatePricingRule
26
27
  */
27
28
  export declare class AssociatePricingRulesCommand extends $Command<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: AssociatePricingRulesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: AssociatePricingRulesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends Ba
27
28
  */
28
29
  export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Command<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput exten
27
28
  */
28
29
  export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutpu
27
28
  */
28
29
  export declare class CreateBillingGroupCommand extends $Command<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: CreateBillingGroupCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateBillingGroupCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemO
27
28
  */
28
29
  export declare class CreateCustomLineItemCommand extends $Command<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: CreateCustomLineItemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateCustomLineItemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput,
26
27
  */
27
28
  export declare class CreatePricingPlanCommand extends $Command<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: CreatePricingPlanCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreatePricingPlanCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput,
27
28
  */
28
29
  export declare class CreatePricingRuleCommand extends $Command<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: CreatePricingRuleCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreatePricingRuleCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutpu
27
28
  */
28
29
  export declare class DeleteBillingGroupCommand extends $Command<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: DeleteBillingGroupCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteBillingGroupCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemO
27
28
  */
28
29
  export declare class DeleteCustomLineItemCommand extends $Command<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: DeleteCustomLineItemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteCustomLineItemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput,
26
27
  */
27
28
  export declare class DeletePricingPlanCommand extends $Command<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: DeletePricingPlanCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeletePricingPlanCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -25,6 +26,7 @@ export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput,
25
26
  */
26
27
  export declare class DeletePricingRuleCommand extends $Command<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
27
28
  readonly input: DeletePricingRuleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeletePricingRuleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -25,6 +26,7 @@ export interface DisassociateAccountsCommandOutput extends DisassociateAccountsO
25
26
  */
26
27
  export declare class DisassociateAccountsCommand extends $Command<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig> {
27
28
  readonly input: DisassociateAccountsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateAccountsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface DisassociatePricingRulesCommandOutput extends DisassociatePrici
27
28
  */
28
29
  export declare class DisassociatePricingRulesCommand extends $Command<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: DisassociatePricingRulesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DisassociatePricingRulesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -33,6 +34,7 @@ export interface ListAccountAssociationsCommandOutput extends ListAccountAssocia
33
34
  */
34
35
  export declare class ListAccountAssociationsCommand extends $Command<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig> {
35
36
  readonly input: ListAccountAssociationsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: ListAccountAssociationsCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGro
26
27
  */
27
28
  export declare class ListBillingGroupCostReportsCommand extends $Command<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: ListBillingGroupCostReportsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListBillingGroupCostReportsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -25,6 +26,7 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput,
25
26
  */
26
27
  export declare class ListBillingGroupsCommand extends $Command<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig> {
27
28
  readonly input: ListBillingGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListBillingGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOut
27
28
  */
28
29
  export declare class ListCustomLineItemsCommand extends $Command<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: ListCustomLineItemsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListCustomLineItemsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends
27
28
  */
28
29
  export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, _
26
27
  */
27
28
  export declare class ListPricingPlansCommand extends $Command<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: ListPricingPlansCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListPricingPlansCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends Li
27
28
  */
28
29
  export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Command<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, _
27
28
  */
28
29
  export declare class ListPricingRulesCommand extends $Command<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: ListPricingRulesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListPricingRulesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends Li
27
28
  */
28
29
  export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Command<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
28
  */
28
29
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: ListTagsForResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTagsForResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
28
  */
28
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: TagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: TagResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
28
  */
28
29
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: UntagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UntagResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutpu
26
27
  */
27
28
  export declare class UpdateBillingGroupCommand extends $Command<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: UpdateBillingGroupCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateBillingGroupCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemO
27
28
  */
28
29
  export declare class UpdateCustomLineItemCommand extends $Command<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: UpdateCustomLineItemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateCustomLineItemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -26,6 +27,7 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput,
26
27
  */
27
28
  export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
28
29
  readonly input: UpdatePricingPlanCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdatePricingPlanCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
@@ -27,6 +28,7 @@ export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput,
27
28
  */
28
29
  export declare class UpdatePricingRuleCommand extends $Command<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
29
30
  readonly input: UpdatePricingRuleCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdatePricingRuleCommandInput);
31
33
  /**
32
34
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { BillingconductorClientConfig } from "./BillingconductorClient";
6
6
  export declare const getRuntimeConfig: (config: BillingconductorClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };