@aws-sdk/client-billingconductor 3.194.0 → 3.197.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.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/BillingconductorClient.js +11 -8
- package/dist-cjs/commands/AssociateAccountsCommand.js +10 -0
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +10 -0
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +10 -0
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +10 -0
- package/dist-cjs/commands/CreateBillingGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +10 -0
- package/dist-cjs/commands/CreatePricingPlanCommand.js +10 -0
- package/dist-cjs/commands/CreatePricingRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +10 -0
- package/dist-cjs/commands/DeletePricingPlanCommand.js +10 -0
- package/dist-cjs/commands/DeletePricingRuleCommand.js +10 -0
- package/dist-cjs/commands/DisassociateAccountsCommand.js +10 -0
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +10 -0
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +10 -0
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +10 -0
- package/dist-cjs/commands/ListBillingGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomLineItemsCommand.js +10 -0
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +10 -0
- package/dist-cjs/commands/ListPricingPlansCommand.js +10 -0
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +10 -0
- package/dist-cjs/commands/ListPricingRulesCommand.js +10 -0
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateBillingGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomLineItemCommand.js +10 -0
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +10 -0
- package/dist-cjs/commands/UpdatePricingRuleCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +594 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/BillingconductorClient.js +12 -9
- package/dist-es/commands/AssociateAccountsCommand.js +10 -0
- package/dist-es/commands/AssociatePricingRulesCommand.js +10 -0
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +10 -0
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +10 -0
- package/dist-es/commands/CreateBillingGroupCommand.js +10 -0
- package/dist-es/commands/CreateCustomLineItemCommand.js +10 -0
- package/dist-es/commands/CreatePricingPlanCommand.js +10 -0
- package/dist-es/commands/CreatePricingRuleCommand.js +10 -0
- package/dist-es/commands/DeleteBillingGroupCommand.js +10 -0
- package/dist-es/commands/DeleteCustomLineItemCommand.js +10 -0
- package/dist-es/commands/DeletePricingPlanCommand.js +10 -0
- package/dist-es/commands/DeletePricingRuleCommand.js +10 -0
- package/dist-es/commands/DisassociateAccountsCommand.js +10 -0
- package/dist-es/commands/DisassociatePricingRulesCommand.js +10 -0
- package/dist-es/commands/ListAccountAssociationsCommand.js +10 -0
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +10 -0
- package/dist-es/commands/ListBillingGroupsCommand.js +10 -0
- package/dist-es/commands/ListCustomLineItemsCommand.js +10 -0
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +10 -0
- package/dist-es/commands/ListPricingPlansCommand.js +10 -0
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +10 -0
- package/dist-es/commands/ListPricingRulesCommand.js +10 -0
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateBillingGroupCommand.js +10 -0
- package/dist-es/commands/UpdateCustomLineItemCommand.js +10 -0
- package/dist-es/commands/UpdatePricingPlanCommand.js +10 -0
- package/dist-es/commands/UpdatePricingRuleCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +591 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/BillingconductorClient.d.ts +6 -9
- package/dist-types/commands/AssociateAccountsCommand.d.ts +2 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +2 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +2 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +2 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +2 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +2 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +2 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +2 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +2 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/BillingconductorClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -144
- package/dist-es/endpoints.js +0 -140
- package/dist-types/endpoints.d.ts +0 -2
- 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
|
-
|
|
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
|
-
|
|
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,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Endpoint,
|
|
3
|
+
EndpointParameters as __EndpointParameters,
|
|
4
|
+
EndpointV2,
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@aws-sdk/types";
|
|
7
|
+
export interface ClientInputEndpointParameters {
|
|
8
|
+
region?: string | Provider<string>;
|
|
9
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
11
|
+
endpoint?:
|
|
12
|
+
| string
|
|
13
|
+
| Provider<string>
|
|
14
|
+
| Endpoint
|
|
15
|
+
| Provider<Endpoint>
|
|
16
|
+
| EndpointV2
|
|
17
|
+
| Provider<EndpointV2>;
|
|
18
|
+
}
|
|
19
|
+
export declare type ClientResolvedEndpointParameters =
|
|
20
|
+
ClientInputEndpointParameters & {
|
|
21
|
+
defaultSigningName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
24
|
+
options: T & ClientInputEndpointParameters
|
|
25
|
+
) => T &
|
|
26
|
+
ClientInputEndpointParameters & {
|
|
27
|
+
defaultSigningName: string;
|
|
28
|
+
};
|
|
29
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
+
Region?: string;
|
|
31
|
+
UseDualStack?: boolean;
|
|
32
|
+
UseFIPS?: boolean;
|
|
33
|
+
Endpoint?: string;
|
|
34
|
+
}
|
|
@@ -38,12 +38,31 @@ 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
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
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
|
+
(
|
|
50
|
+
| string
|
|
51
|
+
| import("@aws-sdk/types").Provider<string>
|
|
52
|
+
| import("@aws-sdk/types").Endpoint
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
54
|
+
| import("@aws-sdk/types").EndpointV2
|
|
55
|
+
| import("@aws-sdk/types").Provider<
|
|
56
|
+
import("@aws-sdk/types").EndpointV2
|
|
57
|
+
>
|
|
58
|
+
))
|
|
46
59
|
| undefined;
|
|
60
|
+
endpointProvider: (
|
|
61
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
62
|
+
context?: {
|
|
63
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
64
|
+
}
|
|
65
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
66
|
tls?: boolean | undefined;
|
|
48
67
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
68
|
credentials?:
|
|
@@ -38,12 +38,31 @@ 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
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
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
|
+
(
|
|
50
|
+
| string
|
|
51
|
+
| import("@aws-sdk/types").Provider<string>
|
|
52
|
+
| import("@aws-sdk/types").Endpoint
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
54
|
+
| import("@aws-sdk/types").EndpointV2
|
|
55
|
+
| import("@aws-sdk/types").Provider<
|
|
56
|
+
import("@aws-sdk/types").EndpointV2
|
|
57
|
+
>
|
|
58
|
+
))
|
|
46
59
|
| undefined;
|
|
60
|
+
endpointProvider: (
|
|
61
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
62
|
+
context?: {
|
|
63
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
64
|
+
}
|
|
65
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
47
66
|
tls?: boolean | undefined;
|
|
48
67
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
68
|
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
|
>;
|
|
@@ -44,7 +43,15 @@ export declare const getRuntimeConfig: (
|
|
|
44
43
|
| string
|
|
45
44
|
| import("@aws-sdk/types").Endpoint
|
|
46
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>
|
|
47
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
48
55
|
tls?: boolean | undefined;
|
|
49
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
50
57
|
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
|
};
|