@aws-sdk/client-invoicing 3.1044.0 → 3.1046.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 (93) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +90 -51
  5. package/dist-cjs/models/InvoicingServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +19 -8
  10. package/dist-es/Invoicing.js +1 -1
  11. package/dist-es/InvoicingClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/BatchGetInvoiceProfileCommand.js +2 -2
  14. package/dist-es/commands/CreateInvoiceUnitCommand.js +2 -2
  15. package/dist-es/commands/CreateProcurementPortalPreferenceCommand.js +2 -2
  16. package/dist-es/commands/DeleteInvoiceUnitCommand.js +2 -2
  17. package/dist-es/commands/DeleteProcurementPortalPreferenceCommand.js +2 -2
  18. package/dist-es/commands/GetInvoicePDFCommand.js +2 -2
  19. package/dist-es/commands/GetInvoiceUnitCommand.js +2 -2
  20. package/dist-es/commands/GetProcurementPortalPreferenceCommand.js +2 -2
  21. package/dist-es/commands/ListInvoiceSummariesCommand.js +2 -2
  22. package/dist-es/commands/ListInvoiceUnitsCommand.js +2 -2
  23. package/dist-es/commands/ListProcurementPortalPreferencesCommand.js +2 -2
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-es/commands/PutProcurementPortalPreferenceCommand.js +2 -2
  26. package/dist-es/commands/TagResourceCommand.js +2 -2
  27. package/dist-es/commands/UntagResourceCommand.js +2 -2
  28. package/dist-es/commands/UpdateInvoiceUnitCommand.js +2 -2
  29. package/dist-es/commands/UpdateProcurementPortalPreferenceStatusCommand.js +2 -2
  30. package/dist-es/endpoint/bdd.js +1 -1
  31. package/dist-es/endpoint/endpointResolver.js +1 -1
  32. package/dist-es/models/InvoicingServiceException.js +1 -1
  33. package/dist-es/models/enums.js +33 -0
  34. package/dist-es/runtimeConfig.browser.js +4 -6
  35. package/dist-es/runtimeConfig.js +4 -8
  36. package/dist-es/runtimeConfig.shared.js +3 -4
  37. package/dist-es/runtimeExtensions.js +2 -2
  38. package/dist-es/schemas/schemas_0.js +19 -8
  39. package/dist-types/InvoicingClient.d.ts +5 -5
  40. package/dist-types/commands/BatchGetInvoiceProfileCommand.d.ts +6 -4
  41. package/dist-types/commands/CreateInvoiceUnitCommand.d.ts +6 -4
  42. package/dist-types/commands/CreateProcurementPortalPreferenceCommand.d.ts +7 -5
  43. package/dist-types/commands/DeleteInvoiceUnitCommand.d.ts +6 -4
  44. package/dist-types/commands/DeleteProcurementPortalPreferenceCommand.d.ts +7 -5
  45. package/dist-types/commands/GetInvoicePDFCommand.d.ts +10 -4
  46. package/dist-types/commands/GetInvoiceUnitCommand.d.ts +6 -4
  47. package/dist-types/commands/GetProcurementPortalPreferenceCommand.d.ts +7 -5
  48. package/dist-types/commands/ListInvoiceSummariesCommand.d.ts +188 -5
  49. package/dist-types/commands/ListInvoiceUnitsCommand.d.ts +6 -4
  50. package/dist-types/commands/ListProcurementPortalPreferencesCommand.d.ts +7 -5
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  52. package/dist-types/commands/PutProcurementPortalPreferenceCommand.d.ts +7 -5
  53. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  54. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  55. package/dist-types/commands/UpdateInvoiceUnitCommand.d.ts +6 -4
  56. package/dist-types/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +7 -5
  57. package/dist-types/endpoint/bdd.d.ts +1 -1
  58. package/dist-types/extensionConfiguration.d.ts +1 -1
  59. package/dist-types/models/InvoicingServiceException.d.ts +1 -1
  60. package/dist-types/models/enums.d.ts +89 -0
  61. package/dist-types/models/errors.d.ts +1 -1
  62. package/dist-types/models/models_0.d.ts +63 -3
  63. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  64. package/dist-types/runtimeConfig.d.ts +2 -2
  65. package/dist-types/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/ts3.4/InvoicingClient.d.ts +8 -14
  67. package/dist-types/ts3.4/commands/BatchGetInvoiceProfileCommand.d.ts +6 -4
  68. package/dist-types/ts3.4/commands/CreateInvoiceUnitCommand.d.ts +6 -4
  69. package/dist-types/ts3.4/commands/CreateProcurementPortalPreferenceCommand.d.ts +6 -4
  70. package/dist-types/ts3.4/commands/DeleteInvoiceUnitCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/DeleteProcurementPortalPreferenceCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/GetInvoicePDFCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/GetInvoiceUnitCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/GetProcurementPortalPreferenceCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/ListInvoiceSummariesCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/ListInvoiceUnitsCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/ListProcurementPortalPreferencesCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/PutProcurementPortalPreferenceCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/UpdateInvoiceUnitCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  85. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  86. package/dist-types/ts3.4/models/InvoicingServiceException.d.ts +1 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +44 -0
  88. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  89. package/dist-types/ts3.4/models/models_0.d.ts +19 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  93. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetInvoicePDFCommandOutput
18
18
  declare const GetInvoicePDFCommand_base: {
19
19
  new (
20
20
  input: GetInvoicePDFCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetInvoicePDFCommandInput,
23
23
  GetInvoicePDFCommandOutput,
24
24
  InvoicingClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetInvoicePDFCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetInvoicePDFCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetInvoicePDFCommandInput,
32
32
  GetInvoicePDFCommandOutput,
33
33
  InvoicingClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetInvoicePDFCommand extends GetInvoicePDFCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetInvoiceUnitCommandOutput
18
18
  declare const GetInvoiceUnitCommand_base: {
19
19
  new (
20
20
  input: GetInvoiceUnitCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetInvoiceUnitCommandInput,
23
23
  GetInvoiceUnitCommandOutput,
24
24
  InvoicingClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetInvoiceUnitCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetInvoiceUnitCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetInvoiceUnitCommandInput,
32
32
  GetInvoiceUnitCommandOutput,
33
33
  InvoicingClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetInvoiceUnitCommand extends GetInvoiceUnitCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetProcurementPortalPreferenceCommandOutput
19
19
  declare const GetProcurementPortalPreferenceCommand_base: {
20
20
  new (
21
21
  input: GetProcurementPortalPreferenceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetProcurementPortalPreferenceCommandInput,
24
24
  GetProcurementPortalPreferenceCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetProcurementPortalPreferenceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetProcurementPortalPreferenceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetProcurementPortalPreferenceCommandInput,
33
33
  GetProcurementPortalPreferenceCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetProcurementPortalPreferenceCommand extends GetProcurementPortalPreferenceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListInvoiceSummariesCommandOutput
19
19
  declare const ListInvoiceSummariesCommand_base: {
20
20
  new (
21
21
  input: ListInvoiceSummariesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListInvoiceSummariesCommandInput,
24
24
  ListInvoiceSummariesCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListInvoiceSummariesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListInvoiceSummariesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListInvoiceSummariesCommandInput,
33
33
  ListInvoiceSummariesCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListInvoiceSummariesCommand extends ListInvoiceSummariesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListInvoiceUnitsCommandOutput
18
18
  declare const ListInvoiceUnitsCommand_base: {
19
19
  new (
20
20
  input: ListInvoiceUnitsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListInvoiceUnitsCommandInput,
23
23
  ListInvoiceUnitsCommandOutput,
24
24
  InvoicingClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListInvoiceUnitsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListInvoiceUnitsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListInvoiceUnitsCommandInput,
32
32
  ListInvoiceUnitsCommandOutput,
33
33
  InvoicingClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListInvoiceUnitsCommand extends ListInvoiceUnitsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListProcurementPortalPreferencesCommandOutput
19
19
  declare const ListProcurementPortalPreferencesCommand_base: {
20
20
  new (
21
21
  input: ListProcurementPortalPreferencesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListProcurementPortalPreferencesCommandInput,
24
24
  ListProcurementPortalPreferencesCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListProcurementPortalPreferencesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListProcurementPortalPreferencesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListProcurementPortalPreferencesCommandInput,
33
33
  ListProcurementPortalPreferencesCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListProcurementPortalPreferencesCommand extends ListProcurementPortalPreferencesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface PutProcurementPortalPreferenceCommandOutput
19
19
  declare const PutProcurementPortalPreferenceCommand_base: {
20
20
  new (
21
21
  input: PutProcurementPortalPreferenceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PutProcurementPortalPreferenceCommandInput,
24
24
  PutProcurementPortalPreferenceCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PutProcurementPortalPreferenceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PutProcurementPortalPreferenceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PutProcurementPortalPreferenceCommandInput,
33
33
  PutProcurementPortalPreferenceCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class PutProcurementPortalPreferenceCommand extends PutProcurementPortalPreferenceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  InvoicingClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  InvoicingClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
18
18
  declare const UntagResourceCommand_base: {
19
19
  new (
20
20
  input: UntagResourceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UntagResourceCommandInput,
23
23
  UntagResourceCommandOutput,
24
24
  InvoicingClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UntagResourceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,
33
33
  InvoicingClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateInvoiceUnitCommandOutput
19
19
  declare const UpdateInvoiceUnitCommand_base: {
20
20
  new (
21
21
  input: UpdateInvoiceUnitCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateInvoiceUnitCommandInput,
24
24
  UpdateInvoiceUnitCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateInvoiceUnitCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateInvoiceUnitCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateInvoiceUnitCommandInput,
33
33
  UpdateInvoiceUnitCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateInvoiceUnitCommand extends UpdateInvoiceUnitCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InvoicingClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateProcurementPortalPreferenceStatusCommandOutput
19
19
  declare const UpdateProcurementPortalPreferenceStatusCommand_base: {
20
20
  new (
21
21
  input: UpdateProcurementPortalPreferenceStatusCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateProcurementPortalPreferenceStatusCommandInput,
24
24
  UpdateProcurementPortalPreferenceStatusCommandOutput,
25
25
  InvoicingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateProcurementPortalPreferenceStatusCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateProcurementPortalPreferenceStatusCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateProcurementPortalPreferenceStatusCommandInput,
33
33
  UpdateProcurementPortalPreferenceStatusCommandOutput,
34
34
  InvoicingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateProcurementPortalPreferenceStatusCommand extends UpdateProcurementPortalPreferenceStatusCommand_base {
41
43
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ 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
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class InvoicingServiceException extends __ServiceException {
@@ -16,6 +16,17 @@ export declare const ValidationExceptionReason: {
16
16
  };
17
17
  export type ValidationExceptionReason =
18
18
  (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
19
+ export declare const BillingEntity: {
20
+ readonly AWS: "AWS";
21
+ readonly AWS_MARKETPLACE: "AWS_MARKETPLACE";
22
+ };
23
+ export type BillingEntity = (typeof BillingEntity)[keyof typeof BillingEntity];
24
+ export declare const BillType: {
25
+ readonly ANNIVERSARY: "ANNIVERSARY";
26
+ readonly PURCHASE: "PURCHASE";
27
+ readonly REFUND: "REFUND";
28
+ };
29
+ export type BillType = (typeof BillType)[keyof typeof BillType];
19
30
  export declare const BuyerDomain: {
20
31
  readonly NetworkID: "NetworkID";
21
32
  };
@@ -62,6 +73,20 @@ export declare const SupplierDomain: {
62
73
  };
63
74
  export type SupplierDomain =
64
75
  (typeof SupplierDomain)[keyof typeof SupplierDomain];
76
+ export declare const EinvoiceDeliveryStatus: {
77
+ readonly DELIVERED: "DELIVERED";
78
+ readonly NOT_DELIVERED: "NOT_DELIVERED";
79
+ };
80
+ export type EinvoiceDeliveryStatus =
81
+ (typeof EinvoiceDeliveryStatus)[keyof typeof EinvoiceDeliveryStatus];
82
+ export declare const SupplementalDocumentType: {
83
+ readonly GOVERNMENT_INVOICE: "GOVERNMENT_INVOICE";
84
+ readonly PAYMENT_RECEIPT: "PAYMENT_RECEIPT";
85
+ readonly SUPPLEMENT: "SUPPLEMENT";
86
+ readonly TAX_E_INVOICE: "TAX_E_INVOICE";
87
+ };
88
+ export type SupplementalDocumentType =
89
+ (typeof SupplementalDocumentType)[keyof typeof SupplementalDocumentType];
65
90
  export declare const ProcurementPortalPreferenceStatus: {
66
91
  readonly ACTIVE: "ACTIVE";
67
92
  readonly PENDING_VERIFICATION: "PENDING_VERIFICATION";
@@ -72,11 +97,30 @@ export declare const ProcurementPortalPreferenceStatus: {
72
97
  };
73
98
  export type ProcurementPortalPreferenceStatus =
74
99
  (typeof ProcurementPortalPreferenceStatus)[keyof typeof ProcurementPortalPreferenceStatus];
100
+ export declare const InvoiceFrequency: {
101
+ readonly ONE_TIME: "ONE_TIME";
102
+ readonly RECURRING: "RECURRING";
103
+ };
104
+ export type InvoiceFrequency =
105
+ (typeof InvoiceFrequency)[keyof typeof InvoiceFrequency];
75
106
  export declare const InvoiceType: {
76
107
  readonly CREDIT_MEMO: "CREDIT_MEMO";
77
108
  readonly INVOICE: "INVOICE";
109
+ readonly PAYMENT_RECEIPT: "PAYMENT_RECEIPT";
78
110
  };
79
111
  export type InvoiceType = (typeof InvoiceType)[keyof typeof InvoiceType];
112
+ export declare const ReceiverRole: {
113
+ readonly BUYER: "BUYER";
114
+ readonly RESELLER: "RESELLER";
115
+ readonly SELLER: "SELLER";
116
+ };
117
+ export type ReceiverRole = (typeof ReceiverRole)[keyof typeof ReceiverRole];
118
+ export declare const TaxAuthorityStatus: {
119
+ readonly CANCELLED: "CANCELLED";
120
+ readonly ISSUED: "ISSUED";
121
+ };
122
+ export type TaxAuthorityStatus =
123
+ (typeof TaxAuthorityStatus)[keyof typeof TaxAuthorityStatus];
80
124
  export declare const ListInvoiceSummariesResourceType: {
81
125
  readonly ACCOUNT_ID: "ACCOUNT_ID";
82
126
  readonly INVOICE_ID: "INVOICE_ID";
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ValidationExceptionReason } from "./enums";
3
3
  import { InvoicingServiceException as __BaseException } from "./InvoicingServiceException";
4
4
  import { ValidationExceptionField } from "./models_0";
@@ -1,15 +1,22 @@
1
1
  import {
2
+ BillingEntity,
3
+ BillType,
2
4
  BuyerDomain,
3
5
  ConnectionTestingMethod,
4
6
  EinvoiceDeliveryAttachmentType,
5
7
  EinvoiceDeliveryDocumentType,
8
+ EinvoiceDeliveryStatus,
9
+ InvoiceFrequency,
6
10
  InvoiceType,
7
11
  ListInvoiceSummariesResourceType,
8
12
  ProcurementPortalName,
9
13
  ProcurementPortalPreferenceStatus,
10
14
  Protocol,
11
15
  PurchaseOrderDataSourceType,
16
+ ReceiverRole,
17
+ SupplementalDocumentType,
12
18
  SupplierDomain,
19
+ TaxAuthorityStatus,
13
20
  } from "./enums";
14
21
  export interface DiscountsBreakdownAmount {
15
22
  Description?: string | undefined;
@@ -169,6 +176,7 @@ export interface DeleteProcurementPortalPreferenceResponse {
169
176
  }
170
177
  export interface Entity {
171
178
  InvoicingEntity?: string | undefined;
179
+ BillingEntity?: BillingEntity | undefined;
172
180
  }
173
181
  export interface Filters {
174
182
  Names?: string[] | undefined;
@@ -180,6 +188,8 @@ export interface GetInvoicePDFRequest {
180
188
  InvoiceId: string | undefined;
181
189
  }
182
190
  export interface SupplementalDocument {
191
+ DocumentType?: SupplementalDocumentType | undefined;
192
+ DocumentId?: string | undefined;
183
193
  DocumentUrl?: string | undefined;
184
194
  DocumentUrlExpirationDate?: Date | undefined;
185
195
  }
@@ -261,11 +271,19 @@ export interface InvoiceSummary {
261
271
  InvoiceId?: string | undefined;
262
272
  IssuedDate?: Date | undefined;
263
273
  DueDate?: Date | undefined;
274
+ BillSourceAccounts?: string[] | undefined;
275
+ BillSourceAccountsTotalCount?: number | undefined;
276
+ ReceiverRole?: ReceiverRole | undefined;
264
277
  Entity?: Entity | undefined;
265
278
  BillingPeriod?: BillingPeriod | undefined;
279
+ InvoiceFrequency?: InvoiceFrequency | undefined;
280
+ BillType?: BillType | undefined;
266
281
  InvoiceType?: InvoiceType | undefined;
282
+ CommercialInvoiceId?: string | undefined;
267
283
  OriginalInvoiceId?: string | undefined;
268
284
  PurchaseOrderNumber?: string | undefined;
285
+ EinvoiceDeliveryStatus?: EinvoiceDeliveryStatus | undefined;
286
+ TaxAuthorityStatus?: TaxAuthorityStatus | undefined;
269
287
  BaseCurrencyAmount?: InvoiceCurrencyAmount | undefined;
270
288
  TaxCurrencyAmount?: InvoiceCurrencyAmount | undefined;
271
289
  PaymentCurrencyAmount?: InvoiceCurrencyAmount | undefined;
@@ -274,6 +292,7 @@ export interface InvoiceSummariesFilter {
274
292
  TimeInterval?: DateInterval | undefined;
275
293
  BillingPeriod?: BillingPeriod | undefined;
276
294
  InvoicingEntity?: string | undefined;
295
+ ReceiverRole?: ReceiverRole | undefined;
277
296
  }
278
297
  export interface InvoiceSummariesSelector {
279
298
  ResourceType: ListInvoiceSummariesResourceType | undefined;
@@ -3,7 +3,7 @@ import { InvoicingClientConfig } from "./InvoicingClient";
3
3
  export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<any>;
19
19
  requestHandler:
20
- | import("@smithy/protocol-http").HttpHandler<any>
20
+ | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
@@ -3,7 +3,7 @@ import { InvoicingClientConfig } from "./InvoicingClient";
3
3
  export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
19
19
  region: string | import("@smithy/types").Provider<string>;
20
20
  requestHandler:
21
21
  | RequestHandler
22
- | import("@smithy/protocol-http").HttpHandler<any>;
22
+ | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
24
  sha256: import("@smithy/types").HashConstructor;
25
25
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
6
6
  | import("@smithy/types").NodeHttpHandlerOptions
7
7
  | import("@smithy/types").FetchHttpHandlerOptions
8
8
  | Record<string, unknown>
9
- | import("@smithy/protocol-http").HttpHandler<any>
9
+ | import("@smithy/core/protocols").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean;
12
12
  protocol:
@@ -46,9 +46,9 @@ export declare const getRuntimeConfig: (config: InvoicingClientConfig) => {
46
46
  logger: import("@smithy/types").Logger;
47
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
48
48
  defaultsMode:
49
- | import("@smithy/smithy-client").DefaultsMode
49
+ | import("@smithy/core/client").DefaultsMode
50
50
  | import("@smithy/types").Provider<
51
- import("@smithy/smithy-client").DefaultsMode
51
+ import("@smithy/core/client").DefaultsMode
52
52
  >;
53
53
  customUserAgent?: string | import("@smithy/types").UserAgent;
54
54
  userAgentAppId?: