@aws-sdk/client-invoicing 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 (37) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Invoicing.d.ts +55 -76
  3. package/dist-types/ts3.4/InvoicingClient.d.ts +6 -18
  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/BatchGetInvoiceProfileCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateInvoiceUnitCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateProcurementPortalPreferenceCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/DeleteInvoiceUnitCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteProcurementPortalPreferenceCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/GetInvoicePDFCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/GetInvoiceUnitCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/GetProcurementPortalPreferenceCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/ListInvoiceSummariesCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/ListInvoiceUnitsCommand.d.ts +3 -8
  17. package/dist-types/ts3.4/commands/ListProcurementPortalPreferencesCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/PutProcurementPortalPreferenceCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/UpdateInvoiceUnitCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  25. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  26. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  28. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  29. package/dist-types/ts3.4/models/models_0.d.ts +8 -24
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  35. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  37. package/package.json +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  DeleteProcurementPortalPreferenceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteProcurementPortalPreferenceCommandInput
8
- extends DeleteProcurementPortalPreferenceRequest {}
7
+ export interface DeleteProcurementPortalPreferenceCommandInput extends DeleteProcurementPortalPreferenceRequest {}
9
8
  export interface DeleteProcurementPortalPreferenceCommandOutput
10
- extends DeleteProcurementPortalPreferenceResponse,
11
- __MetadataBearer {}
9
+ extends DeleteProcurementPortalPreferenceResponse, __MetadataBearer {}
12
10
  declare const DeleteProcurementPortalPreferenceCommand_base: {
13
11
  new (
14
- input: DeleteProcurementPortalPreferenceCommandInput
12
+ input: DeleteProcurementPortalPreferenceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteProcurementPortalPreferenceCommandInput,
17
15
  DeleteProcurementPortalPreferenceCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteProcurementPortalPreferenceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteProcurementPortalPreferenceCommandInput
21
+ input: DeleteProcurementPortalPreferenceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteProcurementPortalPreferenceCommandInput,
26
24
  DeleteProcurementPortalPreferenceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetInvoicePDFRequest,
4
- GetInvoicePDFResponse,
5
- } from "../models/models_0";
2
+ import { GetInvoicePDFRequest, GetInvoicePDFResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetInvoicePDFCommandInput extends GetInvoicePDFRequest {}
8
- export interface GetInvoicePDFCommandOutput
9
- extends GetInvoicePDFResponse,
10
- __MetadataBearer {}
5
+ export interface GetInvoicePDFCommandOutput extends GetInvoicePDFResponse, __MetadataBearer {}
11
6
  declare const GetInvoicePDFCommand_base: {
12
7
  new (
13
- input: GetInvoicePDFCommandInput
8
+ input: GetInvoicePDFCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetInvoicePDFCommandInput,
16
11
  GetInvoicePDFCommandOutput,
@@ -19,7 +14,7 @@ declare const GetInvoicePDFCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetInvoicePDFCommandInput
17
+ input: GetInvoicePDFCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetInvoicePDFCommandInput,
25
20
  GetInvoicePDFCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetInvoiceUnitRequest,
4
- GetInvoiceUnitResponse,
5
- } from "../models/models_0";
2
+ import { GetInvoiceUnitRequest, GetInvoiceUnitResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetInvoiceUnitCommandInput extends GetInvoiceUnitRequest {}
8
- export interface GetInvoiceUnitCommandOutput
9
- extends GetInvoiceUnitResponse,
10
- __MetadataBearer {}
5
+ export interface GetInvoiceUnitCommandOutput extends GetInvoiceUnitResponse, __MetadataBearer {}
11
6
  declare const GetInvoiceUnitCommand_base: {
12
7
  new (
13
- input: GetInvoiceUnitCommandInput
8
+ input: GetInvoiceUnitCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetInvoiceUnitCommandInput,
16
11
  GetInvoiceUnitCommandOutput,
@@ -19,7 +14,7 @@ declare const GetInvoiceUnitCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetInvoiceUnitCommandInput
17
+ input: GetInvoiceUnitCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetInvoiceUnitCommandInput,
25
20
  GetInvoiceUnitCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetProcurementPortalPreferenceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetProcurementPortalPreferenceCommandInput
8
- extends GetProcurementPortalPreferenceRequest {}
7
+ export interface GetProcurementPortalPreferenceCommandInput extends GetProcurementPortalPreferenceRequest {}
9
8
  export interface GetProcurementPortalPreferenceCommandOutput
10
- extends GetProcurementPortalPreferenceResponse,
11
- __MetadataBearer {}
9
+ extends GetProcurementPortalPreferenceResponse, __MetadataBearer {}
12
10
  declare const GetProcurementPortalPreferenceCommand_base: {
13
11
  new (
14
- input: GetProcurementPortalPreferenceCommandInput
12
+ input: GetProcurementPortalPreferenceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetProcurementPortalPreferenceCommandInput,
17
15
  GetProcurementPortalPreferenceCommandOutput,
@@ -20,7 +18,7 @@ declare const GetProcurementPortalPreferenceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetProcurementPortalPreferenceCommandInput
21
+ input: GetProcurementPortalPreferenceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetProcurementPortalPreferenceCommandInput,
26
24
  GetProcurementPortalPreferenceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListInvoiceSummariesRequest,
4
- ListInvoiceSummariesResponse,
5
- } from "../models/models_0";
2
+ import { ListInvoiceSummariesRequest, ListInvoiceSummariesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListInvoiceSummariesCommandInput
8
- extends ListInvoiceSummariesRequest {}
4
+ export interface ListInvoiceSummariesCommandInput extends ListInvoiceSummariesRequest {}
9
5
  export interface ListInvoiceSummariesCommandOutput
10
- extends ListInvoiceSummariesResponse,
11
- __MetadataBearer {}
6
+ extends ListInvoiceSummariesResponse, __MetadataBearer {}
12
7
  declare const ListInvoiceSummariesCommand_base: {
13
8
  new (
14
- input: ListInvoiceSummariesCommandInput
9
+ input: ListInvoiceSummariesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListInvoiceSummariesCommandInput,
17
12
  ListInvoiceSummariesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListInvoiceSummariesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListInvoiceSummariesCommandInput
18
+ input: ListInvoiceSummariesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListInvoiceSummariesCommandInput,
26
21
  ListInvoiceSummariesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListInvoiceUnitsRequest,
4
- ListInvoiceUnitsResponse,
5
- } from "../models/models_0";
2
+ import { ListInvoiceUnitsRequest, ListInvoiceUnitsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListInvoiceUnitsCommandInput extends ListInvoiceUnitsRequest {}
8
- export interface ListInvoiceUnitsCommandOutput
9
- extends ListInvoiceUnitsResponse,
10
- __MetadataBearer {}
5
+ export interface ListInvoiceUnitsCommandOutput extends ListInvoiceUnitsResponse, __MetadataBearer {}
11
6
  declare const ListInvoiceUnitsCommand_base: {
12
7
  new (
13
- input: ListInvoiceUnitsCommandInput
8
+ input: ListInvoiceUnitsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListInvoiceUnitsCommandInput,
16
11
  ListInvoiceUnitsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListProcurementPortalPreferencesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListProcurementPortalPreferencesCommandInput
8
- extends ListProcurementPortalPreferencesRequest {}
7
+ export interface ListProcurementPortalPreferencesCommandInput extends ListProcurementPortalPreferencesRequest {}
9
8
  export interface ListProcurementPortalPreferencesCommandOutput
10
- extends ListProcurementPortalPreferencesResponse,
11
- __MetadataBearer {}
9
+ extends ListProcurementPortalPreferencesResponse, __MetadataBearer {}
12
10
  declare const ListProcurementPortalPreferencesCommand_base: {
13
11
  new (
14
- input: ListProcurementPortalPreferencesCommandInput
12
+ input: ListProcurementPortalPreferencesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListProcurementPortalPreferencesCommandInput,
17
15
  ListProcurementPortalPreferencesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutProcurementPortalPreferenceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutProcurementPortalPreferenceCommandInput
8
- extends PutProcurementPortalPreferenceRequest {}
7
+ export interface PutProcurementPortalPreferenceCommandInput extends PutProcurementPortalPreferenceRequest {}
9
8
  export interface PutProcurementPortalPreferenceCommandOutput
10
- extends PutProcurementPortalPreferenceResponse,
11
- __MetadataBearer {}
9
+ extends PutProcurementPortalPreferenceResponse, __MetadataBearer {}
12
10
  declare const PutProcurementPortalPreferenceCommand_base: {
13
11
  new (
14
- input: PutProcurementPortalPreferenceCommandInput
12
+ input: PutProcurementPortalPreferenceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutProcurementPortalPreferenceCommandInput,
17
15
  PutProcurementPortalPreferenceCommandOutput,
@@ -20,7 +18,7 @@ declare const PutProcurementPortalPreferenceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutProcurementPortalPreferenceCommandInput
21
+ input: PutProcurementPortalPreferenceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutProcurementPortalPreferenceCommandInput,
26
24
  PutProcurementPortalPreferenceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateInvoiceUnitRequest,
4
- UpdateInvoiceUnitResponse,
5
- } from "../models/models_0";
2
+ import { UpdateInvoiceUnitRequest, UpdateInvoiceUnitResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateInvoiceUnitCommandInput
8
- extends UpdateInvoiceUnitRequest {}
4
+ export interface UpdateInvoiceUnitCommandInput extends UpdateInvoiceUnitRequest {}
9
5
  export interface UpdateInvoiceUnitCommandOutput
10
- extends UpdateInvoiceUnitResponse,
11
- __MetadataBearer {}
6
+ extends UpdateInvoiceUnitResponse, __MetadataBearer {}
12
7
  declare const UpdateInvoiceUnitCommand_base: {
13
8
  new (
14
- input: UpdateInvoiceUnitCommandInput
9
+ input: UpdateInvoiceUnitCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateInvoiceUnitCommandInput,
17
12
  UpdateInvoiceUnitCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateInvoiceUnitCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateInvoiceUnitCommandInput
18
+ input: UpdateInvoiceUnitCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateInvoiceUnitCommandInput,
26
21
  UpdateInvoiceUnitCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateProcurementPortalPreferenceStatusResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateProcurementPortalPreferenceStatusCommandInput
8
- extends UpdateProcurementPortalPreferenceStatusRequest {}
7
+ export interface UpdateProcurementPortalPreferenceStatusCommandInput extends UpdateProcurementPortalPreferenceStatusRequest {}
9
8
  export interface UpdateProcurementPortalPreferenceStatusCommandOutput
10
- extends UpdateProcurementPortalPreferenceStatusResponse,
11
- __MetadataBearer {}
9
+ extends UpdateProcurementPortalPreferenceStatusResponse, __MetadataBearer {}
12
10
  declare const UpdateProcurementPortalPreferenceStatusCommand_base: {
13
11
  new (
14
- input: UpdateProcurementPortalPreferenceStatusCommandInput
12
+ input: UpdateProcurementPortalPreferenceStatusCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateProcurementPortalPreferenceStatusCommandInput,
17
15
  UpdateProcurementPortalPreferenceStatusCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateProcurementPortalPreferenceStatusCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateProcurementPortalPreferenceStatusCommandInput
21
+ input: UpdateProcurementPortalPreferenceStatusCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateProcurementPortalPreferenceStatusCommandInput,
26
24
  UpdateProcurementPortalPreferenceStatusCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface InvoicingExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -71,8 +71,7 @@ export type ProcurementPortalName =
71
71
  export declare const SupplierDomain: {
72
72
  readonly NetworkID: "NetworkID";
73
73
  };
74
- export type SupplierDomain =
75
- (typeof SupplierDomain)[keyof typeof SupplierDomain];
74
+ export type SupplierDomain = (typeof SupplierDomain)[keyof typeof SupplierDomain];
76
75
  export declare const EinvoiceDeliveryStatus: {
77
76
  readonly DELIVERED: "DELIVERED";
78
77
  readonly NOT_DELIVERED: "NOT_DELIVERED";
@@ -101,8 +100,7 @@ export declare const InvoiceFrequency: {
101
100
  readonly ONE_TIME: "ONE_TIME";
102
101
  readonly RECURRING: "RECURRING";
103
102
  };
104
- export type InvoiceFrequency =
105
- (typeof InvoiceFrequency)[keyof typeof InvoiceFrequency];
103
+ export type InvoiceFrequency = (typeof InvoiceFrequency)[keyof typeof InvoiceFrequency];
106
104
  export declare const InvoiceType: {
107
105
  readonly CREDIT_MEMO: "CREDIT_MEMO";
108
106
  readonly INVOICE: "INVOICE";
@@ -119,8 +117,7 @@ export declare const TaxAuthorityStatus: {
119
117
  readonly CANCELLED: "CANCELLED";
120
118
  readonly ISSUED: "ISSUED";
121
119
  };
122
- export type TaxAuthorityStatus =
123
- (typeof TaxAuthorityStatus)[keyof typeof TaxAuthorityStatus];
120
+ export type TaxAuthorityStatus = (typeof TaxAuthorityStatus)[keyof typeof TaxAuthorityStatus];
124
121
  export declare const ListInvoiceSummariesResourceType: {
125
122
  readonly ACCOUNT_ID: "ACCOUNT_ID";
126
123
  readonly INVOICE_ID: "INVOICE_ID";
@@ -6,32 +6,24 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
8
  resourceName?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class InternalServerException extends __BaseException {
14
12
  readonly name: "InternalServerException";
15
13
  readonly $fault: "server";
16
14
  retryAfterSeconds?: number | undefined;
17
- constructor(
18
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
19
- );
15
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
20
16
  }
21
17
  export declare class ResourceNotFoundException extends __BaseException {
22
18
  readonly name: "ResourceNotFoundException";
23
19
  readonly $fault: "client";
24
20
  resourceName?: string | undefined;
25
- constructor(
26
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
27
- );
21
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
28
22
  }
29
23
  export declare class ThrottlingException extends __BaseException {
30
24
  readonly name: "ThrottlingException";
31
25
  readonly $fault: "client";
32
- constructor(
33
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
34
- );
26
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
35
27
  }
36
28
  export declare class ValidationException extends __BaseException {
37
29
  readonly name: "ValidationException";
@@ -39,9 +31,7 @@ export declare class ValidationException extends __BaseException {
39
31
  resourceName?: string | undefined;
40
32
  reason?: ValidationExceptionReason | undefined;
41
33
  fieldList?: ValidationExceptionField[] | undefined;
42
- constructor(
43
- opts: __ExceptionOptionType<ValidationException, __BaseException>
44
- );
34
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
45
35
  }
46
36
  export declare class ConflictException extends __BaseException {
47
37
  readonly name: "ConflictException";
@@ -53,7 +43,5 @@ export declare class ConflictException extends __BaseException {
53
43
  export declare class ServiceQuotaExceededException extends __BaseException {
54
44
  readonly name: "ServiceQuotaExceededException";
55
45
  readonly $fault: "client";
56
- constructor(
57
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
58
- );
46
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
59
47
  }
@@ -114,9 +114,7 @@ export interface PurchaseOrderDataSource {
114
114
  }
115
115
  export interface EinvoiceDeliveryPreference {
116
116
  EinvoiceDeliveryDocumentTypes: EinvoiceDeliveryDocumentType[] | undefined;
117
- EinvoiceDeliveryAttachmentTypes?:
118
- | EinvoiceDeliveryAttachmentType[]
119
- | undefined;
117
+ EinvoiceDeliveryAttachmentTypes?: EinvoiceDeliveryAttachmentType[] | undefined;
120
118
  Protocol: Protocol | undefined;
121
119
  PurchaseOrderDataSources: PurchaseOrderDataSource[] | undefined;
122
120
  ConnectionTestingMethod: ConnectionTestingMethod | undefined;
@@ -247,13 +245,9 @@ export interface ProcurementPortalPreference {
247
245
  EinvoiceDeliveryPreference?: EinvoiceDeliveryPreference | undefined;
248
246
  PurchaseOrderRetrievalEnabled: boolean | undefined;
249
247
  Contacts?: Contact[] | undefined;
250
- EinvoiceDeliveryPreferenceStatus?:
251
- | ProcurementPortalPreferenceStatus
252
- | undefined;
248
+ EinvoiceDeliveryPreferenceStatus?: ProcurementPortalPreferenceStatus | undefined;
253
249
  EinvoiceDeliveryPreferenceStatusReason?: string | undefined;
254
- PurchaseOrderRetrievalPreferenceStatus?:
255
- | ProcurementPortalPreferenceStatus
256
- | undefined;
250
+ PurchaseOrderRetrievalPreferenceStatus?: ProcurementPortalPreferenceStatus | undefined;
257
251
  PurchaseOrderRetrievalPreferenceStatusReason?: string | undefined;
258
252
  Version: number | undefined;
259
253
  CreateDate: Date | undefined;
@@ -345,22 +339,16 @@ export interface ProcurementPortalPreferenceSummary {
345
339
  Selector?: ProcurementPortalPreferenceSelector | undefined;
346
340
  EinvoiceDeliveryEnabled: boolean | undefined;
347
341
  PurchaseOrderRetrievalEnabled: boolean | undefined;
348
- EinvoiceDeliveryPreferenceStatus?:
349
- | ProcurementPortalPreferenceStatus
350
- | undefined;
342
+ EinvoiceDeliveryPreferenceStatus?: ProcurementPortalPreferenceStatus | undefined;
351
343
  EinvoiceDeliveryPreferenceStatusReason?: string | undefined;
352
- PurchaseOrderRetrievalPreferenceStatus?:
353
- | ProcurementPortalPreferenceStatus
354
- | undefined;
344
+ PurchaseOrderRetrievalPreferenceStatus?: ProcurementPortalPreferenceStatus | undefined;
355
345
  PurchaseOrderRetrievalPreferenceStatusReason?: string | undefined;
356
346
  Version: number | undefined;
357
347
  CreateDate: Date | undefined;
358
348
  LastUpdateDate: Date | undefined;
359
349
  }
360
350
  export interface ListProcurementPortalPreferencesResponse {
361
- ProcurementPortalPreferences?:
362
- | ProcurementPortalPreferenceSummary[]
363
- | undefined;
351
+ ProcurementPortalPreferences?: ProcurementPortalPreferenceSummary[] | undefined;
364
352
  NextToken?: string | undefined;
365
353
  }
366
354
  export interface ListTagsForResourceRequest {
@@ -406,13 +394,9 @@ export interface UpdateInvoiceUnitResponse {
406
394
  }
407
395
  export interface UpdateProcurementPortalPreferenceStatusRequest {
408
396
  ProcurementPortalPreferenceArn: string | undefined;
409
- EinvoiceDeliveryPreferenceStatus?:
410
- | ProcurementPortalPreferenceStatus
411
- | undefined;
397
+ EinvoiceDeliveryPreferenceStatus?: ProcurementPortalPreferenceStatus | undefined;
412
398
  EinvoiceDeliveryPreferenceStatusReason?: string | undefined;
413
- PurchaseOrderRetrievalPreferenceStatus?:
414
- | ProcurementPortalPreferenceStatus
415
- | undefined;
399
+ PurchaseOrderRetrievalPreferenceStatus?: ProcurementPortalPreferenceStatus | undefined;
416
400
  PurchaseOrderRetrievalPreferenceStatusReason?: string | undefined;
417
401
  ClientToken?: string | undefined;
418
402
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { InvoicingClient } from "../InvoicingClient";
3
- export interface InvoicingPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface InvoicingPaginationConfiguration extends PaginationConfiguration {
5
4
  client: InvoicingClient;
6
5
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };