@aws-sdk/client-billingconductor 3.193.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 +19 -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,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -162,6 +163,11 @@ import {
162
163
  UpdatePricingRuleCommandInput,
163
164
  UpdatePricingRuleCommandOutput,
164
165
  } from "./commands/UpdatePricingRuleCommand";
166
+ import {
167
+ ClientInputEndpointParameters,
168
+ ClientResolvedEndpointParameters,
169
+ EndpointParameters,
170
+ } from "./endpoint/EndpointParameters";
165
171
  export declare type ServiceInputTypes =
166
172
  | AssociateAccountsCommandInput
167
173
  | AssociatePricingRulesCommandInput
@@ -245,7 +251,6 @@ export interface ClientDefaults
245
251
  serviceId?: string;
246
252
  region?: string | __Provider<string>;
247
253
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
248
- regionInfoProvider?: RegionInfoProvider;
249
254
  defaultUserAgentProvider?: Provider<__UserAgent>;
250
255
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
251
256
  }
@@ -254,22 +259,24 @@ declare type BillingconductorClientConfigType = Partial<
254
259
  > &
255
260
  ClientDefaults &
256
261
  RegionInputConfig &
257
- EndpointsInputConfig &
262
+ EndpointInputConfig<EndpointParameters> &
258
263
  RetryInputConfig &
259
264
  HostHeaderInputConfig &
260
265
  AwsAuthInputConfig &
261
- UserAgentInputConfig;
266
+ UserAgentInputConfig &
267
+ ClientInputEndpointParameters;
262
268
  export interface BillingconductorClientConfig
263
269
  extends BillingconductorClientConfigType {}
264
270
  declare type BillingconductorClientResolvedConfigType =
265
271
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
266
272
  Required<ClientDefaults> &
267
273
  RegionResolvedConfig &
268
- EndpointsResolvedConfig &
274
+ EndpointResolvedConfig<EndpointParameters> &
269
275
  RetryResolvedConfig &
270
276
  HostHeaderResolvedConfig &
271
277
  AwsAuthResolvedConfig &
272
- UserAgentResolvedConfig;
278
+ UserAgentResolvedConfig &
279
+ ClientResolvedEndpointParameters;
273
280
  export interface BillingconductorClientResolvedConfig
274
281
  extends BillingconductorClientResolvedConfigType {}
275
282
  export declare class BillingconductorClient extends __Client<
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class AssociateAccountsCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: AssociateAccountsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: AssociateAccountsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociatePricingRulesCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociatePricingRulesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociatePricingRulesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Com
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateBillingGroupCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateBillingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateBillingGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateCustomLineItemCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateCustomLineItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateCustomLineItemCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreatePricingPlanCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreatePricingPlanCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreatePricingPlanCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreatePricingRuleCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreatePricingRuleCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreatePricingRuleCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteBillingGroupCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteBillingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteBillingGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteCustomLineItemCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteCustomLineItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCustomLineItemCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeletePricingPlanCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeletePricingPlanCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeletePricingPlanCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeletePricingRuleCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeletePricingRuleCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeletePricingRuleCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociateAccountsCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociateAccountsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateAccountsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociatePricingRulesCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociatePricingRulesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociatePricingRulesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAccountAssociationsCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAccountAssociationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAccountAssociationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListBillingGroupCostReportsCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListBillingGroupCostReportsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListBillingGroupCostReportsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListBillingGroupsCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListBillingGroupsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListBillingGroupsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListCustomLineItemsCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListCustomLineItemsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListCustomLineItemsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $C
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListPricingPlansCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListPricingPlansCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListPricingPlansCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Com
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListPricingRulesCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListPricingRulesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListPricingRulesCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Com
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
21
22
  BillingconductorClientResolvedConfig
22
23
  > {
23
24
  readonly input: TagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: TagResourceCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: UntagResourceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UntagResourceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateBillingGroupCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateBillingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateBillingGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateCustomLineItemCommand extends $Command<
25
26
  BillingconductorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateCustomLineItemCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomLineItemCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UpdatePricingPlanCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: UpdatePricingPlanCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UpdatePricingPlanCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UpdatePricingRuleCommand extends $Command<
24
25
  BillingconductorClientResolvedConfig
25
26
  > {
26
27
  readonly input: UpdatePricingRuleCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UpdatePricingRuleCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region?: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
38
38
  disableHostPrefix: boolean;
39
39
  logger: import("@aws-sdk/types").Logger;
40
40
  serviceId: string;
41
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
41
  endpoint?:
43
- | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
42
+ | ((
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | import("@aws-sdk/types").EndpointV2
47
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
48
+ ) &
49
+ (string | import("@aws-sdk/types").Provider<string>))
46
50
  | undefined;
51
+ endpointProvider: (
52
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
53
+ context?: {
54
+ logger?: import("@aws-sdk/types").Logger | undefined;
55
+ }
56
+ ) => import("@aws-sdk/types").EndpointV2;
47
57
  tls?: boolean | undefined;
48
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
59
  credentials?:
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
38
38
  disableHostPrefix: boolean;
39
39
  logger: import("@aws-sdk/types").Logger;
40
40
  serviceId: string;
41
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
41
  endpoint?:
43
- | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
42
+ | ((
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | import("@aws-sdk/types").EndpointV2
47
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
48
+ ) &
49
+ (string | import("@aws-sdk/types").Provider<string>))
46
50
  | undefined;
51
+ endpointProvider: (
52
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
53
+ context?: {
54
+ logger?: import("@aws-sdk/types").Logger | undefined;
55
+ }
56
+ ) => import("@aws-sdk/types").EndpointV2;
47
57
  tls?: boolean | undefined;
48
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
59
  credentials?:
@@ -31,7 +31,6 @@ export declare const getRuntimeConfig: (
31
31
  credentialDefaultProvider: (
32
32
  input: any
33
33
  ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
34
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
35
34
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
36
35
  import("@aws-sdk/types").UserAgent
37
36
  >;
@@ -42,9 +41,21 @@ export declare const getRuntimeConfig: (
42
41
  >;
43
42
  endpoint?:
44
43
  | string
45
- | import("@aws-sdk/types").Endpoint
46
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
45
+ import("@aws-sdk/types").Provider<string>)
46
+ | (import("@aws-sdk/types").Endpoint &
47
+ import("@aws-sdk/types").Provider<string>)
48
+ | (import("@aws-sdk/types").EndpointV2 &
49
+ import("@aws-sdk/types").Provider<string>)
50
+ | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
51
+ import("@aws-sdk/types").Provider<string>)
47
52
  | undefined;
53
+ endpointProvider: (
54
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
55
+ context?: {
56
+ logger?: import("@aws-sdk/types").Logger | undefined;
57
+ }
58
+ ) => import("@aws-sdk/types").EndpointV2;
48
59
  tls?: boolean | undefined;
49
60
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
50
61
  credentials?:
@@ -5,8 +5,13 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  apiVersion: string;
7
7
  disableHostPrefix: boolean;
8
+ endpointProvider: (
9
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
+ context?: {
11
+ logger?: __Logger | undefined;
12
+ }
13
+ ) => import("@aws-sdk/types").EndpointV2;
8
14
  logger: __Logger;
9
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
10
15
  serviceId: string;
11
16
  urlParser: import("@aws-sdk/types").UrlParser;
12
17
  };