@aws-sdk/client-billingconductor 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Billingconductor.d.ts +109 -144
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +3 -8
  25. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +3 -8
  29. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +3 -8
  31. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  40. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  41. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  42. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  43. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  44. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  50. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  52. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -140,10 +137,7 @@ import {
140
137
  ListTagsForResourceCommandInput,
141
138
  ListTagsForResourceCommandOutput,
142
139
  } from "./commands/ListTagsForResourceCommand";
143
- import {
144
- TagResourceCommandInput,
145
- TagResourceCommandOutput,
146
- } from "./commands/TagResourceCommand";
140
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
147
141
  import {
148
142
  UntagResourceCommandInput,
149
143
  UntagResourceCommandOutput,
@@ -237,8 +231,7 @@ export type ServiceOutputTypes =
237
231
  | UpdateCustomLineItemCommandOutput
238
232
  | UpdatePricingPlanCommandOutput
239
233
  | UpdatePricingRuleCommandOutput;
240
- export interface ClientDefaults
241
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
234
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
242
235
  requestHandler?: __HttpHandlerUserInput;
243
236
  sha256?: __ChecksumConstructor | __HashConstructor;
244
237
  urlParser?: __UrlParser;
@@ -274,8 +267,7 @@ export type BillingconductorClientConfigType = Partial<
274
267
  EndpointInputConfig<EndpointParameters> &
275
268
  HttpAuthSchemeInputConfig &
276
269
  ClientInputEndpointParameters;
277
- export interface BillingconductorClientConfig
278
- extends BillingconductorClientConfigType {}
270
+ export interface BillingconductorClientConfig extends BillingconductorClientConfigType {}
279
271
  export type BillingconductorClientResolvedConfigType =
280
272
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
281
273
  Required<ClientDefaults> &
@@ -287,8 +279,7 @@ export type BillingconductorClientResolvedConfigType =
287
279
  EndpointResolvedConfig<EndpointParameters> &
288
280
  HttpAuthSchemeResolvedConfig &
289
281
  ClientResolvedEndpointParameters;
290
- export interface BillingconductorClientResolvedConfig
291
- extends BillingconductorClientResolvedConfigType {}
282
+ export interface BillingconductorClientResolvedConfig extends BillingconductorClientResolvedConfigType {}
292
283
  export declare class BillingconductorClient extends __Client<
293
284
  __HttpHandlerOptions,
294
285
  ServiceInputTypes,
@@ -296,10 +287,6 @@ export declare class BillingconductorClient extends __Client<
296
287
  BillingconductorClientResolvedConfig
297
288
  > {
298
289
  readonly config: BillingconductorClientResolvedConfig;
299
- constructor(
300
- ...[
301
- configuration,
302
- ]: __CheckOptionalClientConfig<BillingconductorClientConfig>
303
- );
290
+ constructor(...[configuration]: __CheckOptionalClientConfig<BillingconductorClientConfig>);
304
291
  destroy(): void;
305
292
  }
@@ -7,17 +7,10 @@ import { BillingconductorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: BillingconductorHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: BillingconductorHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): BillingconductorHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { BillingconductorClientResolvedConfig } from "../BillingconductorClient";
15
- export interface BillingconductorHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface BillingconductorHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface BillingconductorHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- BillingconductorClientResolvedConfig,
22
- HandlerExecutionContext,
23
- BillingconductorHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface BillingconductorHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ BillingconductorClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ BillingconductorHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultBillingconductorHttpAuthSchemeParametersProvider: (
27
25
  config: BillingconductorClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<BillingconductorHttpAuthSchemeParameters>;
31
- export interface BillingconductorHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<BillingconductorHttpAuthSchemeParameters> {}
29
+ export interface BillingconductorHttpAuthSchemeProvider extends HttpAuthSchemeProvider<BillingconductorHttpAuthSchemeParameters> {}
33
30
  export declare const defaultBillingconductorHttpAuthSchemeProvider: BillingconductorHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: BillingconductorHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: BillingconductorHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./BillingconductorClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  BillingconductorClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateAccountsInput,
4
- AssociateAccountsOutput,
5
- } from "../models/models_0";
2
+ import { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AssociateAccountsCommandInput extends AssociateAccountsInput {}
8
- export interface AssociateAccountsCommandOutput
9
- extends AssociateAccountsOutput,
10
- __MetadataBearer {}
5
+ export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput, __MetadataBearer {}
11
6
  declare const AssociateAccountsCommand_base: {
12
7
  new (
13
- input: AssociateAccountsCommandInput
8
+ input: AssociateAccountsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AssociateAccountsCommandInput,
16
11
  AssociateAccountsCommandOutput,
@@ -19,7 +14,7 @@ declare const AssociateAccountsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AssociateAccountsCommandInput
17
+ input: AssociateAccountsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AssociateAccountsCommandInput,
25
20
  AssociateAccountsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociatePricingRulesInput,
4
- AssociatePricingRulesOutput,
5
- } from "../models/models_0";
2
+ import { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociatePricingRulesCommandInput
8
- extends AssociatePricingRulesInput {}
4
+ export interface AssociatePricingRulesCommandInput extends AssociatePricingRulesInput {}
9
5
  export interface AssociatePricingRulesCommandOutput
10
- extends AssociatePricingRulesOutput,
11
- __MetadataBearer {}
6
+ extends AssociatePricingRulesOutput, __MetadataBearer {}
12
7
  declare const AssociatePricingRulesCommand_base: {
13
8
  new (
14
- input: AssociatePricingRulesCommandInput
9
+ input: AssociatePricingRulesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociatePricingRulesCommandInput,
17
12
  AssociatePricingRulesCommandOutput,
@@ -20,7 +15,7 @@ declare const AssociatePricingRulesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AssociatePricingRulesCommandInput
18
+ input: AssociatePricingRulesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AssociatePricingRulesCommandInput,
26
21
  AssociatePricingRulesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchAssociateResourcesToCustomLineItemOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchAssociateResourcesToCustomLineItemCommandInput
8
- extends BatchAssociateResourcesToCustomLineItemInput {}
7
+ export interface BatchAssociateResourcesToCustomLineItemCommandInput extends BatchAssociateResourcesToCustomLineItemInput {}
9
8
  export interface BatchAssociateResourcesToCustomLineItemCommandOutput
10
- extends BatchAssociateResourcesToCustomLineItemOutput,
11
- __MetadataBearer {}
9
+ extends BatchAssociateResourcesToCustomLineItemOutput, __MetadataBearer {}
12
10
  declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
13
11
  new (
14
- input: BatchAssociateResourcesToCustomLineItemCommandInput
12
+ input: BatchAssociateResourcesToCustomLineItemCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchAssociateResourcesToCustomLineItemCommandInput,
17
15
  BatchAssociateResourcesToCustomLineItemCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchAssociateResourcesToCustomLineItemCommandInput
21
+ input: BatchAssociateResourcesToCustomLineItemCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchAssociateResourcesToCustomLineItemCommandInput,
26
24
  BatchAssociateResourcesToCustomLineItemCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchDisassociateResourcesFromCustomLineItemOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchDisassociateResourcesFromCustomLineItemCommandInput
8
- extends BatchDisassociateResourcesFromCustomLineItemInput {}
7
+ export interface BatchDisassociateResourcesFromCustomLineItemCommandInput extends BatchDisassociateResourcesFromCustomLineItemInput {}
9
8
  export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput
10
- extends BatchDisassociateResourcesFromCustomLineItemOutput,
11
- __MetadataBearer {}
9
+ extends BatchDisassociateResourcesFromCustomLineItemOutput, __MetadataBearer {}
12
10
  declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
13
11
  new (
14
- input: BatchDisassociateResourcesFromCustomLineItemCommandInput
12
+ input: BatchDisassociateResourcesFromCustomLineItemCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchDisassociateResourcesFromCustomLineItemCommandInput,
17
15
  BatchDisassociateResourcesFromCustomLineItemCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchDisassociateResourcesFromCustomLineItemCommandInput
21
+ input: BatchDisassociateResourcesFromCustomLineItemCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchDisassociateResourcesFromCustomLineItemCommandInput,
26
24
  BatchDisassociateResourcesFromCustomLineItemCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateBillingGroupInput,
4
- CreateBillingGroupOutput,
5
- } from "../models/models_0";
2
+ import { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateBillingGroupCommandInput
8
- extends CreateBillingGroupInput {}
4
+ export interface CreateBillingGroupCommandInput extends CreateBillingGroupInput {}
9
5
  export interface CreateBillingGroupCommandOutput
10
- extends CreateBillingGroupOutput,
11
- __MetadataBearer {}
6
+ extends CreateBillingGroupOutput, __MetadataBearer {}
12
7
  declare const CreateBillingGroupCommand_base: {
13
8
  new (
14
- input: CreateBillingGroupCommandInput
9
+ input: CreateBillingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateBillingGroupCommandInput,
17
12
  CreateBillingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateBillingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateBillingGroupCommandInput
18
+ input: CreateBillingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateBillingGroupCommandInput,
26
21
  CreateBillingGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateCustomLineItemInput,
4
- CreateCustomLineItemOutput,
5
- } from "../models/models_0";
2
+ import { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateCustomLineItemCommandInput
8
- extends CreateCustomLineItemInput {}
4
+ export interface CreateCustomLineItemCommandInput extends CreateCustomLineItemInput {}
9
5
  export interface CreateCustomLineItemCommandOutput
10
- extends CreateCustomLineItemOutput,
11
- __MetadataBearer {}
6
+ extends CreateCustomLineItemOutput, __MetadataBearer {}
12
7
  declare const CreateCustomLineItemCommand_base: {
13
8
  new (
14
- input: CreateCustomLineItemCommandInput
9
+ input: CreateCustomLineItemCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateCustomLineItemCommandInput,
17
12
  CreateCustomLineItemCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateCustomLineItemCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateCustomLineItemCommandInput
18
+ input: CreateCustomLineItemCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateCustomLineItemCommandInput,
26
21
  CreateCustomLineItemCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreatePricingPlanInput,
4
- CreatePricingPlanOutput,
5
- } from "../models/models_0";
2
+ import { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {}
8
- export interface CreatePricingPlanCommandOutput
9
- extends CreatePricingPlanOutput,
10
- __MetadataBearer {}
5
+ export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput, __MetadataBearer {}
11
6
  declare const CreatePricingPlanCommand_base: {
12
7
  new (
13
- input: CreatePricingPlanCommandInput
8
+ input: CreatePricingPlanCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreatePricingPlanCommandInput,
16
11
  CreatePricingPlanCommandOutput,
@@ -19,7 +14,7 @@ declare const CreatePricingPlanCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreatePricingPlanCommandInput
17
+ input: CreatePricingPlanCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreatePricingPlanCommandInput,
25
20
  CreatePricingPlanCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreatePricingRuleInput,
4
- CreatePricingRuleOutput,
5
- } from "../models/models_0";
2
+ import { CreatePricingRuleInput, CreatePricingRuleOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {}
8
- export interface CreatePricingRuleCommandOutput
9
- extends CreatePricingRuleOutput,
10
- __MetadataBearer {}
5
+ export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput, __MetadataBearer {}
11
6
  declare const CreatePricingRuleCommand_base: {
12
7
  new (
13
- input: CreatePricingRuleCommandInput
8
+ input: CreatePricingRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreatePricingRuleCommandInput,
16
11
  CreatePricingRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const CreatePricingRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreatePricingRuleCommandInput
17
+ input: CreatePricingRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreatePricingRuleCommandInput,
25
20
  CreatePricingRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteBillingGroupInput,
4
- DeleteBillingGroupOutput,
5
- } from "../models/models_0";
2
+ import { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteBillingGroupCommandInput
8
- extends DeleteBillingGroupInput {}
4
+ export interface DeleteBillingGroupCommandInput extends DeleteBillingGroupInput {}
9
5
  export interface DeleteBillingGroupCommandOutput
10
- extends DeleteBillingGroupOutput,
11
- __MetadataBearer {}
6
+ extends DeleteBillingGroupOutput, __MetadataBearer {}
12
7
  declare const DeleteBillingGroupCommand_base: {
13
8
  new (
14
- input: DeleteBillingGroupCommandInput
9
+ input: DeleteBillingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteBillingGroupCommandInput,
17
12
  DeleteBillingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteBillingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteBillingGroupCommandInput
18
+ input: DeleteBillingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteBillingGroupCommandInput,
26
21
  DeleteBillingGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteCustomLineItemInput,
4
- DeleteCustomLineItemOutput,
5
- } from "../models/models_0";
2
+ import { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteCustomLineItemCommandInput
8
- extends DeleteCustomLineItemInput {}
4
+ export interface DeleteCustomLineItemCommandInput extends DeleteCustomLineItemInput {}
9
5
  export interface DeleteCustomLineItemCommandOutput
10
- extends DeleteCustomLineItemOutput,
11
- __MetadataBearer {}
6
+ extends DeleteCustomLineItemOutput, __MetadataBearer {}
12
7
  declare const DeleteCustomLineItemCommand_base: {
13
8
  new (
14
- input: DeleteCustomLineItemCommandInput
9
+ input: DeleteCustomLineItemCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteCustomLineItemCommandInput,
17
12
  DeleteCustomLineItemCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteCustomLineItemCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteCustomLineItemCommandInput
18
+ input: DeleteCustomLineItemCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteCustomLineItemCommandInput,
26
21
  DeleteCustomLineItemCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePricingPlanInput,
4
- DeletePricingPlanOutput,
5
- } from "../models/models_0";
2
+ import { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {}
8
- export interface DeletePricingPlanCommandOutput
9
- extends DeletePricingPlanOutput,
10
- __MetadataBearer {}
5
+ export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput, __MetadataBearer {}
11
6
  declare const DeletePricingPlanCommand_base: {
12
7
  new (
13
- input: DeletePricingPlanCommandInput
8
+ input: DeletePricingPlanCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeletePricingPlanCommandInput,
16
11
  DeletePricingPlanCommandOutput,
@@ -19,7 +14,7 @@ declare const DeletePricingPlanCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeletePricingPlanCommandInput
17
+ input: DeletePricingPlanCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeletePricingPlanCommandInput,
25
20
  DeletePricingPlanCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePricingRuleInput,
4
- DeletePricingRuleOutput,
5
- } from "../models/models_0";
2
+ import { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {}
8
- export interface DeletePricingRuleCommandOutput
9
- extends DeletePricingRuleOutput,
10
- __MetadataBearer {}
5
+ export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput, __MetadataBearer {}
11
6
  declare const DeletePricingRuleCommand_base: {
12
7
  new (
13
- input: DeletePricingRuleCommandInput
8
+ input: DeletePricingRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeletePricingRuleCommandInput,
16
11
  DeletePricingRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const DeletePricingRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeletePricingRuleCommandInput
17
+ input: DeletePricingRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeletePricingRuleCommandInput,
25
20
  DeletePricingRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DisassociateAccountsInput,
4
- DisassociateAccountsOutput,
5
- } from "../models/models_0";
2
+ import { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DisassociateAccountsCommandInput
8
- extends DisassociateAccountsInput {}
4
+ export interface DisassociateAccountsCommandInput extends DisassociateAccountsInput {}
9
5
  export interface DisassociateAccountsCommandOutput
10
- extends DisassociateAccountsOutput,
11
- __MetadataBearer {}
6
+ extends DisassociateAccountsOutput, __MetadataBearer {}
12
7
  declare const DisassociateAccountsCommand_base: {
13
8
  new (
14
- input: DisassociateAccountsCommandInput
9
+ input: DisassociateAccountsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DisassociateAccountsCommandInput,
17
12
  DisassociateAccountsCommandOutput,
@@ -20,7 +15,7 @@ declare const DisassociateAccountsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DisassociateAccountsCommandInput
18
+ input: DisassociateAccountsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DisassociateAccountsCommandInput,
26
21
  DisassociateAccountsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DisassociatePricingRulesInput,
4
- DisassociatePricingRulesOutput,
5
- } from "../models/models_0";
2
+ import { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DisassociatePricingRulesCommandInput
8
- extends DisassociatePricingRulesInput {}
4
+ export interface DisassociatePricingRulesCommandInput extends DisassociatePricingRulesInput {}
9
5
  export interface DisassociatePricingRulesCommandOutput
10
- extends DisassociatePricingRulesOutput,
11
- __MetadataBearer {}
6
+ extends DisassociatePricingRulesOutput, __MetadataBearer {}
12
7
  declare const DisassociatePricingRulesCommand_base: {
13
8
  new (
14
- input: DisassociatePricingRulesCommandInput
9
+ input: DisassociatePricingRulesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DisassociatePricingRulesCommandInput,
17
12
  DisassociatePricingRulesCommandOutput,
@@ -20,7 +15,7 @@ declare const DisassociatePricingRulesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DisassociatePricingRulesCommandInput
18
+ input: DisassociatePricingRulesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DisassociatePricingRulesCommandInput,
26
21
  DisassociatePricingRulesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetBillingGroupCostReportOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetBillingGroupCostReportCommandInput
8
- extends GetBillingGroupCostReportInput {}
7
+ export interface GetBillingGroupCostReportCommandInput extends GetBillingGroupCostReportInput {}
9
8
  export interface GetBillingGroupCostReportCommandOutput
10
- extends GetBillingGroupCostReportOutput,
11
- __MetadataBearer {}
9
+ extends GetBillingGroupCostReportOutput, __MetadataBearer {}
12
10
  declare const GetBillingGroupCostReportCommand_base: {
13
11
  new (
14
- input: GetBillingGroupCostReportCommandInput
12
+ input: GetBillingGroupCostReportCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetBillingGroupCostReportCommandInput,
17
15
  GetBillingGroupCostReportCommandOutput,
@@ -20,7 +18,7 @@ declare const GetBillingGroupCostReportCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetBillingGroupCostReportCommandInput
21
+ input: GetBillingGroupCostReportCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetBillingGroupCostReportCommandInput,
26
24
  GetBillingGroupCostReportCommandOutput,