@aws-sdk/client-billingconductor 3.928.0 → 3.930.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/dist-cjs/index.js +1531 -1689
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BillingconductorClient.js +2 -0
- package/dist-es/commands/AssociateAccountsCommand.js +3 -9
- package/dist-es/commands/AssociatePricingRulesCommand.js +3 -9
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +3 -9
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +3 -9
- package/dist-es/commands/CreateBillingGroupCommand.js +3 -10
- package/dist-es/commands/CreateCustomLineItemCommand.js +3 -10
- package/dist-es/commands/CreatePricingPlanCommand.js +3 -10
- package/dist-es/commands/CreatePricingRuleCommand.js +3 -10
- package/dist-es/commands/DeleteBillingGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCustomLineItemCommand.js +3 -9
- package/dist-es/commands/DeletePricingPlanCommand.js +3 -9
- package/dist-es/commands/DeletePricingRuleCommand.js +3 -9
- package/dist-es/commands/DisassociateAccountsCommand.js +3 -9
- package/dist-es/commands/DisassociatePricingRulesCommand.js +3 -9
- package/dist-es/commands/GetBillingGroupCostReportCommand.js +3 -9
- package/dist-es/commands/ListAccountAssociationsCommand.js +3 -10
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +3 -9
- package/dist-es/commands/ListBillingGroupsCommand.js +3 -10
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +3 -10
- package/dist-es/commands/ListCustomLineItemsCommand.js +3 -10
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +3 -9
- package/dist-es/commands/ListPricingPlansCommand.js +3 -10
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +3 -9
- package/dist-es/commands/ListPricingRulesCommand.js +3 -10
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateBillingGroupCommand.js +3 -10
- package/dist-es/commands/UpdateCustomLineItemCommand.js +3 -10
- package/dist-es/commands/UpdatePricingPlanCommand.js +3 -10
- package/dist-es/commands/UpdatePricingRuleCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -135
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1464 -0
- package/dist-types/BillingconductorClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -104
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +193 -0
- package/dist-types/ts3.4/BillingconductorClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +199 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1288
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, 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 "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
|
|
11
11
|
import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
|
|
@@ -173,6 +173,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
173
173
|
* Optional extensions
|
|
174
174
|
*/
|
|
175
175
|
extensions?: RuntimeExtension[];
|
|
176
|
+
/**
|
|
177
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
178
|
+
* may be overridden. A default will always be set by the client.
|
|
179
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
180
|
+
* the client.
|
|
181
|
+
* @alpha
|
|
182
|
+
*
|
|
183
|
+
*/
|
|
184
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
176
185
|
/**
|
|
177
186
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
178
187
|
*/
|
|
@@ -2732,107 +2732,3 @@ export interface UntagResourceRequest {
|
|
|
2732
2732
|
*/
|
|
2733
2733
|
export interface UntagResourceResponse {
|
|
2734
2734
|
}
|
|
2735
|
-
/**
|
|
2736
|
-
* @internal
|
|
2737
|
-
*/
|
|
2738
|
-
export declare const AccountAssociationsListElementFilterSensitiveLog: (obj: AccountAssociationsListElement) => any;
|
|
2739
|
-
/**
|
|
2740
|
-
* @internal
|
|
2741
|
-
*/
|
|
2742
|
-
export declare const CreateBillingGroupInputFilterSensitiveLog: (obj: CreateBillingGroupInput) => any;
|
|
2743
|
-
/**
|
|
2744
|
-
* @internal
|
|
2745
|
-
*/
|
|
2746
|
-
export declare const BillingGroupListElementFilterSensitiveLog: (obj: BillingGroupListElement) => any;
|
|
2747
|
-
/**
|
|
2748
|
-
* @internal
|
|
2749
|
-
*/
|
|
2750
|
-
export declare const ListBillingGroupsOutputFilterSensitiveLog: (obj: ListBillingGroupsOutput) => any;
|
|
2751
|
-
/**
|
|
2752
|
-
* @internal
|
|
2753
|
-
*/
|
|
2754
|
-
export declare const UpdateBillingGroupInputFilterSensitiveLog: (obj: UpdateBillingGroupInput) => any;
|
|
2755
|
-
/**
|
|
2756
|
-
* @internal
|
|
2757
|
-
*/
|
|
2758
|
-
export declare const UpdateBillingGroupOutputFilterSensitiveLog: (obj: UpdateBillingGroupOutput) => any;
|
|
2759
|
-
/**
|
|
2760
|
-
* @internal
|
|
2761
|
-
*/
|
|
2762
|
-
export declare const CreateCustomLineItemInputFilterSensitiveLog: (obj: CreateCustomLineItemInput) => any;
|
|
2763
|
-
/**
|
|
2764
|
-
* @internal
|
|
2765
|
-
*/
|
|
2766
|
-
export declare const ListCustomLineItemsFilterFilterSensitiveLog: (obj: ListCustomLineItemsFilter) => any;
|
|
2767
|
-
/**
|
|
2768
|
-
* @internal
|
|
2769
|
-
*/
|
|
2770
|
-
export declare const ListCustomLineItemsInputFilterSensitiveLog: (obj: ListCustomLineItemsInput) => any;
|
|
2771
|
-
/**
|
|
2772
|
-
* @internal
|
|
2773
|
-
*/
|
|
2774
|
-
export declare const CustomLineItemListElementFilterSensitiveLog: (obj: CustomLineItemListElement) => any;
|
|
2775
|
-
/**
|
|
2776
|
-
* @internal
|
|
2777
|
-
*/
|
|
2778
|
-
export declare const ListCustomLineItemsOutputFilterSensitiveLog: (obj: ListCustomLineItemsOutput) => any;
|
|
2779
|
-
/**
|
|
2780
|
-
* @internal
|
|
2781
|
-
*/
|
|
2782
|
-
export declare const CustomLineItemVersionListElementFilterSensitiveLog: (obj: CustomLineItemVersionListElement) => any;
|
|
2783
|
-
/**
|
|
2784
|
-
* @internal
|
|
2785
|
-
*/
|
|
2786
|
-
export declare const ListCustomLineItemVersionsOutputFilterSensitiveLog: (obj: ListCustomLineItemVersionsOutput) => any;
|
|
2787
|
-
/**
|
|
2788
|
-
* @internal
|
|
2789
|
-
*/
|
|
2790
|
-
export declare const UpdateCustomLineItemInputFilterSensitiveLog: (obj: UpdateCustomLineItemInput) => any;
|
|
2791
|
-
/**
|
|
2792
|
-
* @internal
|
|
2793
|
-
*/
|
|
2794
|
-
export declare const UpdateCustomLineItemOutputFilterSensitiveLog: (obj: UpdateCustomLineItemOutput) => any;
|
|
2795
|
-
/**
|
|
2796
|
-
* @internal
|
|
2797
|
-
*/
|
|
2798
|
-
export declare const ListAccountAssociationsOutputFilterSensitiveLog: (obj: ListAccountAssociationsOutput) => any;
|
|
2799
|
-
/**
|
|
2800
|
-
* @internal
|
|
2801
|
-
*/
|
|
2802
|
-
export declare const CreatePricingPlanInputFilterSensitiveLog: (obj: CreatePricingPlanInput) => any;
|
|
2803
|
-
/**
|
|
2804
|
-
* @internal
|
|
2805
|
-
*/
|
|
2806
|
-
export declare const PricingPlanListElementFilterSensitiveLog: (obj: PricingPlanListElement) => any;
|
|
2807
|
-
/**
|
|
2808
|
-
* @internal
|
|
2809
|
-
*/
|
|
2810
|
-
export declare const ListPricingPlansOutputFilterSensitiveLog: (obj: ListPricingPlansOutput) => any;
|
|
2811
|
-
/**
|
|
2812
|
-
* @internal
|
|
2813
|
-
*/
|
|
2814
|
-
export declare const UpdatePricingPlanInputFilterSensitiveLog: (obj: UpdatePricingPlanInput) => any;
|
|
2815
|
-
/**
|
|
2816
|
-
* @internal
|
|
2817
|
-
*/
|
|
2818
|
-
export declare const UpdatePricingPlanOutputFilterSensitiveLog: (obj: UpdatePricingPlanOutput) => any;
|
|
2819
|
-
/**
|
|
2820
|
-
* @internal
|
|
2821
|
-
*/
|
|
2822
|
-
export declare const CreatePricingRuleInputFilterSensitiveLog: (obj: CreatePricingRuleInput) => any;
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
export declare const PricingRuleListElementFilterSensitiveLog: (obj: PricingRuleListElement) => any;
|
|
2827
|
-
/**
|
|
2828
|
-
* @internal
|
|
2829
|
-
*/
|
|
2830
|
-
export declare const ListPricingRulesOutputFilterSensitiveLog: (obj: ListPricingRulesOutput) => any;
|
|
2831
|
-
/**
|
|
2832
|
-
* @internal
|
|
2833
|
-
*/
|
|
2834
|
-
export declare const UpdatePricingRuleInputFilterSensitiveLog: (obj: UpdatePricingRuleInput) => any;
|
|
2835
|
-
/**
|
|
2836
|
-
* @internal
|
|
2837
|
-
*/
|
|
2838
|
-
export declare const UpdatePricingRuleOutputFilterSensitiveLog: (obj: UpdatePricingRuleOutput) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BillingconductorHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccountEmail: StaticSimpleSchema;
|
|
3
|
+
export declare var AccountName: StaticSimpleSchema;
|
|
4
|
+
export declare var BillingGroupDescription: StaticSimpleSchema;
|
|
5
|
+
export declare var BillingGroupName: StaticSimpleSchema;
|
|
6
|
+
export declare var CustomLineItemDescription: StaticSimpleSchema;
|
|
7
|
+
export declare var CustomLineItemName: StaticSimpleSchema;
|
|
8
|
+
export declare var PricingPlanDescription: StaticSimpleSchema;
|
|
9
|
+
export declare var PricingPlanName: StaticSimpleSchema;
|
|
10
|
+
export declare var PricingRuleDescription: StaticSimpleSchema;
|
|
11
|
+
export declare var PricingRuleName: StaticSimpleSchema;
|
|
12
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
13
|
+
export declare var AccountAssociationsListElement: StaticStructureSchema;
|
|
14
|
+
export declare var AccountGrouping: StaticStructureSchema;
|
|
15
|
+
export declare var AssociateAccountsInput: StaticStructureSchema;
|
|
16
|
+
export declare var AssociateAccountsOutput: StaticStructureSchema;
|
|
17
|
+
export declare var AssociatePricingRulesInput: StaticStructureSchema;
|
|
18
|
+
export declare var AssociatePricingRulesOutput: StaticStructureSchema;
|
|
19
|
+
export declare var AssociateResourceError: StaticStructureSchema;
|
|
20
|
+
export declare var AssociateResourceResponseElement: StaticStructureSchema;
|
|
21
|
+
export declare var Attribute: StaticStructureSchema;
|
|
22
|
+
export declare var BatchAssociateResourcesToCustomLineItemInput: StaticStructureSchema;
|
|
23
|
+
export declare var BatchAssociateResourcesToCustomLineItemOutput: StaticStructureSchema;
|
|
24
|
+
export declare var BatchDisassociateResourcesFromCustomLineItemInput: StaticStructureSchema;
|
|
25
|
+
export declare var BatchDisassociateResourcesFromCustomLineItemOutput: StaticStructureSchema;
|
|
26
|
+
export declare var BillingGroupCostReportElement: StaticStructureSchema;
|
|
27
|
+
export declare var BillingGroupCostReportResultElement: StaticStructureSchema;
|
|
28
|
+
export declare var BillingGroupListElement: StaticStructureSchema;
|
|
29
|
+
export declare var BillingPeriodRange: StaticStructureSchema;
|
|
30
|
+
export declare var ComputationPreference: StaticStructureSchema;
|
|
31
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
32
|
+
export declare var CreateBillingGroupInput: StaticStructureSchema;
|
|
33
|
+
export declare var CreateBillingGroupOutput: StaticStructureSchema;
|
|
34
|
+
export declare var CreateCustomLineItemInput: StaticStructureSchema;
|
|
35
|
+
export declare var CreateCustomLineItemOutput: StaticStructureSchema;
|
|
36
|
+
export declare var CreateFreeTierConfig: StaticStructureSchema;
|
|
37
|
+
export declare var CreatePricingPlanInput: StaticStructureSchema;
|
|
38
|
+
export declare var CreatePricingPlanOutput: StaticStructureSchema;
|
|
39
|
+
export declare var CreatePricingRuleInput: StaticStructureSchema;
|
|
40
|
+
export declare var CreatePricingRuleOutput: StaticStructureSchema;
|
|
41
|
+
export declare var CreateTieringInput: StaticStructureSchema;
|
|
42
|
+
export declare var CustomLineItemBillingPeriodRange: StaticStructureSchema;
|
|
43
|
+
export declare var CustomLineItemChargeDetails: StaticStructureSchema;
|
|
44
|
+
export declare var CustomLineItemFlatChargeDetails: StaticStructureSchema;
|
|
45
|
+
export declare var CustomLineItemListElement: StaticStructureSchema;
|
|
46
|
+
export declare var CustomLineItemPercentageChargeDetails: StaticStructureSchema;
|
|
47
|
+
export declare var CustomLineItemVersionListElement: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteBillingGroupInput: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteBillingGroupOutput: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteCustomLineItemInput: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteCustomLineItemOutput: StaticStructureSchema;
|
|
52
|
+
export declare var DeletePricingPlanInput: StaticStructureSchema;
|
|
53
|
+
export declare var DeletePricingPlanOutput: StaticStructureSchema;
|
|
54
|
+
export declare var DeletePricingRuleInput: StaticStructureSchema;
|
|
55
|
+
export declare var DeletePricingRuleOutput: StaticStructureSchema;
|
|
56
|
+
export declare var DisassociateAccountsInput: StaticStructureSchema;
|
|
57
|
+
export declare var DisassociateAccountsOutput: StaticStructureSchema;
|
|
58
|
+
export declare var DisassociatePricingRulesInput: StaticStructureSchema;
|
|
59
|
+
export declare var DisassociatePricingRulesOutput: StaticStructureSchema;
|
|
60
|
+
export declare var DisassociateResourceResponseElement: StaticStructureSchema;
|
|
61
|
+
export declare var FreeTierConfig: StaticStructureSchema;
|
|
62
|
+
export declare var GetBillingGroupCostReportInput: StaticStructureSchema;
|
|
63
|
+
export declare var GetBillingGroupCostReportOutput: StaticStructureSchema;
|
|
64
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
65
|
+
export declare var LineItemFilter: StaticStructureSchema;
|
|
66
|
+
export declare var ListAccountAssociationsFilter: StaticStructureSchema;
|
|
67
|
+
export declare var ListAccountAssociationsInput: StaticStructureSchema;
|
|
68
|
+
export declare var ListAccountAssociationsOutput: StaticStructureSchema;
|
|
69
|
+
export declare var ListBillingGroupAccountGrouping: StaticStructureSchema;
|
|
70
|
+
export declare var ListBillingGroupCostReportsFilter: StaticStructureSchema;
|
|
71
|
+
export declare var ListBillingGroupCostReportsInput: StaticStructureSchema;
|
|
72
|
+
export declare var ListBillingGroupCostReportsOutput: StaticStructureSchema;
|
|
73
|
+
export declare var ListBillingGroupsFilter: StaticStructureSchema;
|
|
74
|
+
export declare var ListBillingGroupsInput: StaticStructureSchema;
|
|
75
|
+
export declare var ListBillingGroupsOutput: StaticStructureSchema;
|
|
76
|
+
export declare var ListCustomLineItemChargeDetails: StaticStructureSchema;
|
|
77
|
+
export declare var ListCustomLineItemFlatChargeDetails: StaticStructureSchema;
|
|
78
|
+
export declare var ListCustomLineItemPercentageChargeDetails: StaticStructureSchema;
|
|
79
|
+
export declare var ListCustomLineItemsFilter: StaticStructureSchema;
|
|
80
|
+
export declare var ListCustomLineItemsInput: StaticStructureSchema;
|
|
81
|
+
export declare var ListCustomLineItemsOutput: StaticStructureSchema;
|
|
82
|
+
export declare var ListCustomLineItemVersionsBillingPeriodRangeFilter: StaticStructureSchema;
|
|
83
|
+
export declare var ListCustomLineItemVersionsFilter: StaticStructureSchema;
|
|
84
|
+
export declare var ListCustomLineItemVersionsInput: StaticStructureSchema;
|
|
85
|
+
export declare var ListCustomLineItemVersionsOutput: StaticStructureSchema;
|
|
86
|
+
export declare var ListPricingPlansAssociatedWithPricingRuleInput: StaticStructureSchema;
|
|
87
|
+
export declare var ListPricingPlansAssociatedWithPricingRuleOutput: StaticStructureSchema;
|
|
88
|
+
export declare var ListPricingPlansFilter: StaticStructureSchema;
|
|
89
|
+
export declare var ListPricingPlansInput: StaticStructureSchema;
|
|
90
|
+
export declare var ListPricingPlansOutput: StaticStructureSchema;
|
|
91
|
+
export declare var ListPricingRulesAssociatedToPricingPlanInput: StaticStructureSchema;
|
|
92
|
+
export declare var ListPricingRulesAssociatedToPricingPlanOutput: StaticStructureSchema;
|
|
93
|
+
export declare var ListPricingRulesFilter: StaticStructureSchema;
|
|
94
|
+
export declare var ListPricingRulesInput: StaticStructureSchema;
|
|
95
|
+
export declare var ListPricingRulesOutput: StaticStructureSchema;
|
|
96
|
+
export declare var ListResourcesAssociatedToCustomLineItemFilter: StaticStructureSchema;
|
|
97
|
+
export declare var ListResourcesAssociatedToCustomLineItemInput: StaticStructureSchema;
|
|
98
|
+
export declare var ListResourcesAssociatedToCustomLineItemOutput: StaticStructureSchema;
|
|
99
|
+
export declare var ListResourcesAssociatedToCustomLineItemResponseElement: StaticStructureSchema;
|
|
100
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
101
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
102
|
+
export declare var PresentationObject: StaticStructureSchema;
|
|
103
|
+
export declare var PricingPlanListElement: StaticStructureSchema;
|
|
104
|
+
export declare var PricingRuleListElement: StaticStructureSchema;
|
|
105
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
106
|
+
export declare var ServiceLimitExceededException: StaticErrorSchema;
|
|
107
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
108
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
109
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
110
|
+
export declare var Tiering: StaticStructureSchema;
|
|
111
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
112
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
113
|
+
export declare var UpdateBillingGroupAccountGrouping: StaticStructureSchema;
|
|
114
|
+
export declare var UpdateBillingGroupInput: StaticStructureSchema;
|
|
115
|
+
export declare var UpdateBillingGroupOutput: StaticStructureSchema;
|
|
116
|
+
export declare var UpdateCustomLineItemChargeDetails: StaticStructureSchema;
|
|
117
|
+
export declare var UpdateCustomLineItemFlatChargeDetails: StaticStructureSchema;
|
|
118
|
+
export declare var UpdateCustomLineItemInput: StaticStructureSchema;
|
|
119
|
+
export declare var UpdateCustomLineItemOutput: StaticStructureSchema;
|
|
120
|
+
export declare var UpdateCustomLineItemPercentageChargeDetails: StaticStructureSchema;
|
|
121
|
+
export declare var UpdateFreeTierConfig: StaticStructureSchema;
|
|
122
|
+
export declare var UpdatePricingPlanInput: StaticStructureSchema;
|
|
123
|
+
export declare var UpdatePricingPlanOutput: StaticStructureSchema;
|
|
124
|
+
export declare var UpdatePricingRuleInput: StaticStructureSchema;
|
|
125
|
+
export declare var UpdatePricingRuleOutput: StaticStructureSchema;
|
|
126
|
+
export declare var UpdateTieringInput: StaticStructureSchema;
|
|
127
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
128
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
129
|
+
export declare var __Unit: "unit";
|
|
130
|
+
export declare var BillingconductorServiceException: StaticErrorSchema;
|
|
131
|
+
export declare var AccountAssociationsList: StaticListSchema;
|
|
132
|
+
export declare var AccountIdFilterList: number;
|
|
133
|
+
export declare var AccountIdList: number;
|
|
134
|
+
export declare var AssociateResourcesResponseList: StaticListSchema;
|
|
135
|
+
export declare var AttributesList: StaticListSchema;
|
|
136
|
+
export declare var BillingGroupArnList: number;
|
|
137
|
+
export declare var BillingGroupCostReportList: StaticListSchema;
|
|
138
|
+
export declare var BillingGroupCostReportResultsList: StaticListSchema;
|
|
139
|
+
export declare var BillingGroupList: StaticListSchema;
|
|
140
|
+
export declare var BillingGroupStatusList: number;
|
|
141
|
+
export declare var CustomLineItemArns: number;
|
|
142
|
+
export declare var CustomLineItemAssociationsList: number;
|
|
143
|
+
export declare var CustomLineItemBatchAssociationsList: number;
|
|
144
|
+
export declare var CustomLineItemBatchDisassociationsList: number;
|
|
145
|
+
export declare var CustomLineItemList: StaticListSchema;
|
|
146
|
+
export declare var CustomLineItemNameList: StaticListSchema;
|
|
147
|
+
export declare var CustomLineItemVersionList: StaticListSchema;
|
|
148
|
+
export declare var DisassociateResourcesResponseList: StaticListSchema;
|
|
149
|
+
export declare var GroupByAttributesList: number;
|
|
150
|
+
export declare var LineItemFiltersList: StaticListSchema;
|
|
151
|
+
export declare var LineItemFilterValuesList: number;
|
|
152
|
+
export declare var ListResourcesAssociatedToCustomLineItemResponseList: StaticListSchema;
|
|
153
|
+
export declare var PricingPlanArns: number;
|
|
154
|
+
export declare var PricingPlanList: StaticListSchema;
|
|
155
|
+
export declare var PricingRuleArns: number;
|
|
156
|
+
export declare var PricingRuleArnsInput: number;
|
|
157
|
+
export declare var PricingRuleArnsNonEmptyInput: number;
|
|
158
|
+
export declare var PricingRuleList: StaticListSchema;
|
|
159
|
+
export declare var TagKeyList: number;
|
|
160
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
161
|
+
export declare var TagMap: number;
|
|
162
|
+
export declare var AssociateAccounts: StaticOperationSchema;
|
|
163
|
+
export declare var AssociatePricingRules: StaticOperationSchema;
|
|
164
|
+
export declare var BatchAssociateResourcesToCustomLineItem: StaticOperationSchema;
|
|
165
|
+
export declare var BatchDisassociateResourcesFromCustomLineItem: StaticOperationSchema;
|
|
166
|
+
export declare var CreateBillingGroup: StaticOperationSchema;
|
|
167
|
+
export declare var CreateCustomLineItem: StaticOperationSchema;
|
|
168
|
+
export declare var CreatePricingPlan: StaticOperationSchema;
|
|
169
|
+
export declare var CreatePricingRule: StaticOperationSchema;
|
|
170
|
+
export declare var DeleteBillingGroup: StaticOperationSchema;
|
|
171
|
+
export declare var DeleteCustomLineItem: StaticOperationSchema;
|
|
172
|
+
export declare var DeletePricingPlan: StaticOperationSchema;
|
|
173
|
+
export declare var DeletePricingRule: StaticOperationSchema;
|
|
174
|
+
export declare var DisassociateAccounts: StaticOperationSchema;
|
|
175
|
+
export declare var DisassociatePricingRules: StaticOperationSchema;
|
|
176
|
+
export declare var GetBillingGroupCostReport: StaticOperationSchema;
|
|
177
|
+
export declare var ListAccountAssociations: StaticOperationSchema;
|
|
178
|
+
export declare var ListBillingGroupCostReports: StaticOperationSchema;
|
|
179
|
+
export declare var ListBillingGroups: StaticOperationSchema;
|
|
180
|
+
export declare var ListCustomLineItems: StaticOperationSchema;
|
|
181
|
+
export declare var ListCustomLineItemVersions: StaticOperationSchema;
|
|
182
|
+
export declare var ListPricingPlans: StaticOperationSchema;
|
|
183
|
+
export declare var ListPricingPlansAssociatedWithPricingRule: StaticOperationSchema;
|
|
184
|
+
export declare var ListPricingRules: StaticOperationSchema;
|
|
185
|
+
export declare var ListPricingRulesAssociatedToPricingPlan: StaticOperationSchema;
|
|
186
|
+
export declare var ListResourcesAssociatedToCustomLineItem: StaticOperationSchema;
|
|
187
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
188
|
+
export declare var TagResource: StaticOperationSchema;
|
|
189
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
190
|
+
export declare var UpdateBillingGroup: StaticOperationSchema;
|
|
191
|
+
export declare var UpdateCustomLineItem: StaticOperationSchema;
|
|
192
|
+
export declare var UpdatePricingPlan: StaticOperationSchema;
|
|
193
|
+
export declare var UpdatePricingRule: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -270,6 +273,7 @@ export interface ClientDefaults
|
|
|
270
273
|
retryMode?: string | __Provider<string>;
|
|
271
274
|
logger?: __Logger;
|
|
272
275
|
extensions?: RuntimeExtension[];
|
|
276
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
273
277
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
274
278
|
}
|
|
275
279
|
export type BillingconductorClientConfigType = Partial<
|
|
@@ -795,81 +795,3 @@ export interface UntagResourceRequest {
|
|
|
795
795
|
TagKeys: string[] | undefined;
|
|
796
796
|
}
|
|
797
797
|
export interface UntagResourceResponse {}
|
|
798
|
-
export declare const AccountAssociationsListElementFilterSensitiveLog: (
|
|
799
|
-
obj: AccountAssociationsListElement
|
|
800
|
-
) => any;
|
|
801
|
-
export declare const CreateBillingGroupInputFilterSensitiveLog: (
|
|
802
|
-
obj: CreateBillingGroupInput
|
|
803
|
-
) => any;
|
|
804
|
-
export declare const BillingGroupListElementFilterSensitiveLog: (
|
|
805
|
-
obj: BillingGroupListElement
|
|
806
|
-
) => any;
|
|
807
|
-
export declare const ListBillingGroupsOutputFilterSensitiveLog: (
|
|
808
|
-
obj: ListBillingGroupsOutput
|
|
809
|
-
) => any;
|
|
810
|
-
export declare const UpdateBillingGroupInputFilterSensitiveLog: (
|
|
811
|
-
obj: UpdateBillingGroupInput
|
|
812
|
-
) => any;
|
|
813
|
-
export declare const UpdateBillingGroupOutputFilterSensitiveLog: (
|
|
814
|
-
obj: UpdateBillingGroupOutput
|
|
815
|
-
) => any;
|
|
816
|
-
export declare const CreateCustomLineItemInputFilterSensitiveLog: (
|
|
817
|
-
obj: CreateCustomLineItemInput
|
|
818
|
-
) => any;
|
|
819
|
-
export declare const ListCustomLineItemsFilterFilterSensitiveLog: (
|
|
820
|
-
obj: ListCustomLineItemsFilter
|
|
821
|
-
) => any;
|
|
822
|
-
export declare const ListCustomLineItemsInputFilterSensitiveLog: (
|
|
823
|
-
obj: ListCustomLineItemsInput
|
|
824
|
-
) => any;
|
|
825
|
-
export declare const CustomLineItemListElementFilterSensitiveLog: (
|
|
826
|
-
obj: CustomLineItemListElement
|
|
827
|
-
) => any;
|
|
828
|
-
export declare const ListCustomLineItemsOutputFilterSensitiveLog: (
|
|
829
|
-
obj: ListCustomLineItemsOutput
|
|
830
|
-
) => any;
|
|
831
|
-
export declare const CustomLineItemVersionListElementFilterSensitiveLog: (
|
|
832
|
-
obj: CustomLineItemVersionListElement
|
|
833
|
-
) => any;
|
|
834
|
-
export declare const ListCustomLineItemVersionsOutputFilterSensitiveLog: (
|
|
835
|
-
obj: ListCustomLineItemVersionsOutput
|
|
836
|
-
) => any;
|
|
837
|
-
export declare const UpdateCustomLineItemInputFilterSensitiveLog: (
|
|
838
|
-
obj: UpdateCustomLineItemInput
|
|
839
|
-
) => any;
|
|
840
|
-
export declare const UpdateCustomLineItemOutputFilterSensitiveLog: (
|
|
841
|
-
obj: UpdateCustomLineItemOutput
|
|
842
|
-
) => any;
|
|
843
|
-
export declare const ListAccountAssociationsOutputFilterSensitiveLog: (
|
|
844
|
-
obj: ListAccountAssociationsOutput
|
|
845
|
-
) => any;
|
|
846
|
-
export declare const CreatePricingPlanInputFilterSensitiveLog: (
|
|
847
|
-
obj: CreatePricingPlanInput
|
|
848
|
-
) => any;
|
|
849
|
-
export declare const PricingPlanListElementFilterSensitiveLog: (
|
|
850
|
-
obj: PricingPlanListElement
|
|
851
|
-
) => any;
|
|
852
|
-
export declare const ListPricingPlansOutputFilterSensitiveLog: (
|
|
853
|
-
obj: ListPricingPlansOutput
|
|
854
|
-
) => any;
|
|
855
|
-
export declare const UpdatePricingPlanInputFilterSensitiveLog: (
|
|
856
|
-
obj: UpdatePricingPlanInput
|
|
857
|
-
) => any;
|
|
858
|
-
export declare const UpdatePricingPlanOutputFilterSensitiveLog: (
|
|
859
|
-
obj: UpdatePricingPlanOutput
|
|
860
|
-
) => any;
|
|
861
|
-
export declare const CreatePricingRuleInputFilterSensitiveLog: (
|
|
862
|
-
obj: CreatePricingRuleInput
|
|
863
|
-
) => any;
|
|
864
|
-
export declare const PricingRuleListElementFilterSensitiveLog: (
|
|
865
|
-
obj: PricingRuleListElement
|
|
866
|
-
) => any;
|
|
867
|
-
export declare const ListPricingRulesOutputFilterSensitiveLog: (
|
|
868
|
-
obj: ListPricingRulesOutput
|
|
869
|
-
) => any;
|
|
870
|
-
export declare const UpdatePricingRuleInputFilterSensitiveLog: (
|
|
871
|
-
obj: UpdatePricingRuleInput
|
|
872
|
-
) => any;
|
|
873
|
-
export declare const UpdatePricingRuleOutputFilterSensitiveLog: (
|
|
874
|
-
obj: UpdatePricingRuleOutput
|
|
875
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BillingconductorHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|