@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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +90 -51
- package/dist-cjs/models/InvoicingServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +19 -8
- package/dist-es/Invoicing.js +1 -1
- package/dist-es/InvoicingClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetInvoiceProfileCommand.js +2 -2
- package/dist-es/commands/CreateInvoiceUnitCommand.js +2 -2
- package/dist-es/commands/CreateProcurementPortalPreferenceCommand.js +2 -2
- package/dist-es/commands/DeleteInvoiceUnitCommand.js +2 -2
- package/dist-es/commands/DeleteProcurementPortalPreferenceCommand.js +2 -2
- package/dist-es/commands/GetInvoicePDFCommand.js +2 -2
- package/dist-es/commands/GetInvoiceUnitCommand.js +2 -2
- package/dist-es/commands/GetProcurementPortalPreferenceCommand.js +2 -2
- package/dist-es/commands/ListInvoiceSummariesCommand.js +2 -2
- package/dist-es/commands/ListInvoiceUnitsCommand.js +2 -2
- package/dist-es/commands/ListProcurementPortalPreferencesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutProcurementPortalPreferenceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateInvoiceUnitCommand.js +2 -2
- package/dist-es/commands/UpdateProcurementPortalPreferenceStatusCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/InvoicingServiceException.js +1 -1
- package/dist-es/models/enums.js +33 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +19 -8
- package/dist-types/InvoicingClient.d.ts +5 -5
- package/dist-types/commands/BatchGetInvoiceProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/commands/CreateProcurementPortalPreferenceCommand.d.ts +7 -5
- package/dist-types/commands/DeleteInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProcurementPortalPreferenceCommand.d.ts +7 -5
- package/dist-types/commands/GetInvoicePDFCommand.d.ts +10 -4
- package/dist-types/commands/GetInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/commands/GetProcurementPortalPreferenceCommand.d.ts +7 -5
- package/dist-types/commands/ListInvoiceSummariesCommand.d.ts +188 -5
- package/dist-types/commands/ListInvoiceUnitsCommand.d.ts +6 -4
- package/dist-types/commands/ListProcurementPortalPreferencesCommand.d.ts +7 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutProcurementPortalPreferenceCommand.d.ts +7 -5
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +7 -5
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/InvoicingServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +89 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +63 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/InvoicingClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetInvoiceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProcurementPortalPreferenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProcurementPortalPreferenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInvoicePDFCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProcurementPortalPreferenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvoiceSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvoiceUnitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProcurementPortalPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutProcurementPortalPreferenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInvoiceUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/InvoicingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +44 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +19 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { CreateInvoiceUnitRequest, CreateInvoiceUnitResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateInvoiceUnitCommandInput extends CreateInvoiceUnitRequest
|
|
|
22
22
|
export interface CreateInvoiceUnitCommandOutput extends CreateInvoiceUnitResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInvoiceUnitCommand_base: {
|
|
25
|
-
new (input: CreateInvoiceUnitCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateInvoiceUnitCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<CreateInvoiceUnitCommandInput, CreateInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<CreateInvoiceUnitCommandInput, CreateInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This creates a new invoice unit with the provided definition.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { CreateProcurementPortalPreferenceRequest, CreateProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
@@ -22,12 +22,14 @@ export interface CreateProcurementPortalPreferenceCommandInput extends CreatePro
|
|
|
22
22
|
export interface CreateProcurementPortalPreferenceCommandOutput extends CreateProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateProcurementPortalPreferenceCommand_base: {
|
|
25
|
-
new (input: CreateProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<CreateProcurementPortalPreferenceCommandInput, CreateProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<CreateProcurementPortalPreferenceCommandInput, CreateProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
|
-
* <p>Creates a procurement portal preference configuration for e-invoice delivery and purchase order retrieval. This preference defines how invoices are delivered to a procurement portal and how purchase orders are retrieved.</p>
|
|
32
|
+
* <p> <i> <b>This feature API is subject to changing at any time. For more information, see the <a href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> (Betas and Previews).</b> </i> </p> <p>Creates a procurement portal preference configuration for e-invoice delivery and purchase order retrieval. This preference defines how invoices are delivered to a procurement portal and how purchase orders are retrieved.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { DeleteInvoiceUnitRequest, DeleteInvoiceUnitResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInvoiceUnitCommandInput extends DeleteInvoiceUnitRequest
|
|
|
22
22
|
export interface DeleteInvoiceUnitCommandOutput extends DeleteInvoiceUnitResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInvoiceUnitCommand_base: {
|
|
25
|
-
new (input: DeleteInvoiceUnitCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInvoiceUnitCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<DeleteInvoiceUnitCommandInput, DeleteInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<DeleteInvoiceUnitCommandInput, DeleteInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This deletes an invoice unit with the provided invoice unit ARN. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { DeleteProcurementPortalPreferenceRequest, DeleteProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
@@ -22,12 +22,14 @@ export interface DeleteProcurementPortalPreferenceCommandInput extends DeletePro
|
|
|
22
22
|
export interface DeleteProcurementPortalPreferenceCommandOutput extends DeleteProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProcurementPortalPreferenceCommand_base: {
|
|
25
|
-
new (input: DeleteProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<DeleteProcurementPortalPreferenceCommandInput, DeleteProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<DeleteProcurementPortalPreferenceCommandInput, DeleteProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
|
-
* <p>Deletes an existing procurement portal preference. This action cannot be undone. Active e-invoice delivery and PO retrieval configurations will be terminated.</p>
|
|
32
|
+
* <p> <i> <b>This feature API is subject to changing at any time. For more information, see the <a href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> (Betas and Previews).</b> </i> </p> <p>Deletes an existing procurement portal preference. This action cannot be undone. Active e-invoice delivery and PO retrieval configurations will be terminated.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { GetInvoicePDFRequest, GetInvoicePDFResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInvoicePDFCommandInput extends GetInvoicePDFRequest {
|
|
|
22
22
|
export interface GetInvoicePDFCommandOutput extends GetInvoicePDFResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInvoicePDFCommand_base: {
|
|
25
|
-
new (input: GetInvoicePDFCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInvoicePDFCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInvoicePDFCommandInput): import("@smithy/core/client").CommandImpl<GetInvoicePDFCommandInput, GetInvoicePDFCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInvoicePDFCommandInput): import("@smithy/core/client").CommandImpl<GetInvoicePDFCommandInput, GetInvoicePDFCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a URL to download the invoice document and supplemental documents associated with an invoice. The URLs are pre-signed and have expiration time. For special cases like Brazil, where Amazon Web Services generated invoice identifiers and government provided identifiers do not match, use the Amazon Web Services generated invoice identifier when making API requests. To grant IAM permission to use this operation, the caller needs the <code>invoicing:GetInvoicePDF</code> policy action.</p>
|
|
@@ -48,6 +50,8 @@ declare const GetInvoicePDFCommand_base: {
|
|
|
48
50
|
* // DocumentUrlExpirationDate: new Date("TIMESTAMP"),
|
|
49
51
|
* // SupplementalDocuments: [ // SupplementalDocuments
|
|
50
52
|
* // { // SupplementalDocument
|
|
53
|
+
* // DocumentType: "GOVERNMENT_INVOICE" || "TAX_E_INVOICE" || "PAYMENT_RECEIPT" || "SUPPLEMENT",
|
|
54
|
+
* // DocumentId: "STRING_VALUE",
|
|
51
55
|
* // DocumentUrl: "STRING_VALUE",
|
|
52
56
|
* // DocumentUrlExpirationDate: new Date("TIMESTAMP"),
|
|
53
57
|
* // },
|
|
@@ -118,6 +122,8 @@ declare const GetInvoicePDFCommand_base: {
|
|
|
118
122
|
* InvoiceId: "abc123",
|
|
119
123
|
* SupplementalDocuments: [
|
|
120
124
|
* {
|
|
125
|
+
* DocumentId: "supp-doc-1",
|
|
126
|
+
* DocumentType: "TAX_E_INVOICE",
|
|
121
127
|
* DocumentUrl: "https://abcd123.com?securityTokenForSupplementalDoc",
|
|
122
128
|
* DocumentUrlExpirationDate: "2025-04-01T01:00:00.000Z"
|
|
123
129
|
* }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { GetInvoiceUnitRequest, GetInvoiceUnitResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInvoiceUnitCommandInput extends GetInvoiceUnitRequest {
|
|
|
22
22
|
export interface GetInvoiceUnitCommandOutput extends GetInvoiceUnitResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInvoiceUnitCommand_base: {
|
|
25
|
-
new (input: GetInvoiceUnitCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInvoiceUnitCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<GetInvoiceUnitCommandInput, GetInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<GetInvoiceUnitCommandInput, GetInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This retrieves the invoice unit definition.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { GetProcurementPortalPreferenceRequest, GetProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
@@ -22,12 +22,14 @@ export interface GetProcurementPortalPreferenceCommandInput extends GetProcureme
|
|
|
22
22
|
export interface GetProcurementPortalPreferenceCommandOutput extends GetProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProcurementPortalPreferenceCommand_base: {
|
|
25
|
-
new (input: GetProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<GetProcurementPortalPreferenceCommandInput, GetProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<GetProcurementPortalPreferenceCommandInput, GetProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
|
-
* <p>Retrieves the details of a specific procurement portal preference configuration.</p>
|
|
32
|
+
* <p> <i> <b>This feature API is subject to changing at any time. For more information, see the <a href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> (Betas and Previews).</b> </i> </p> <p>Retrieves the details of a specific procurement portal preference configuration.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { ListInvoiceSummariesRequest, ListInvoiceSummariesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInvoiceSummariesCommandInput extends ListInvoiceSummariesRe
|
|
|
22
22
|
export interface ListInvoiceSummariesCommandOutput extends ListInvoiceSummariesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInvoiceSummariesCommand_base: {
|
|
25
|
-
new (input: ListInvoiceSummariesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListInvoiceSummariesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListInvoiceSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListInvoiceSummariesCommandInput, ListInvoiceSummariesCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListInvoiceSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListInvoiceSummariesCommandInput, ListInvoiceSummariesCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves your invoice details programmatically, without line item details.</p>
|
|
@@ -51,6 +53,7 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
51
53
|
* Year: Number("int"), // required
|
|
52
54
|
* },
|
|
53
55
|
* InvoicingEntity: "STRING_VALUE",
|
|
56
|
+
* ReceiverRole: "SELLER" || "RESELLER" || "BUYER",
|
|
54
57
|
* },
|
|
55
58
|
* NextToken: "STRING_VALUE",
|
|
56
59
|
* MaxResults: Number("int"),
|
|
@@ -64,16 +67,27 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
64
67
|
* // InvoiceId: "STRING_VALUE",
|
|
65
68
|
* // IssuedDate: new Date("TIMESTAMP"),
|
|
66
69
|
* // DueDate: new Date("TIMESTAMP"),
|
|
70
|
+
* // BillSourceAccounts: [ // BillSourceAccountList
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // BillSourceAccountsTotalCount: Number("int"),
|
|
74
|
+
* // ReceiverRole: "SELLER" || "RESELLER" || "BUYER",
|
|
67
75
|
* // Entity: { // Entity
|
|
68
76
|
* // InvoicingEntity: "STRING_VALUE",
|
|
77
|
+
* // BillingEntity: "AWS" || "AWS_MARKETPLACE",
|
|
69
78
|
* // },
|
|
70
79
|
* // BillingPeriod: { // BillingPeriod
|
|
71
80
|
* // Month: Number("int"), // required
|
|
72
81
|
* // Year: Number("int"), // required
|
|
73
82
|
* // },
|
|
74
|
-
* //
|
|
83
|
+
* // InvoiceFrequency: "ONE_TIME" || "RECURRING",
|
|
84
|
+
* // BillType: "ANNIVERSARY" || "PURCHASE" || "REFUND",
|
|
85
|
+
* // InvoiceType: "INVOICE" || "CREDIT_MEMO" || "PAYMENT_RECEIPT",
|
|
86
|
+
* // CommercialInvoiceId: "STRING_VALUE",
|
|
75
87
|
* // OriginalInvoiceId: "STRING_VALUE",
|
|
76
88
|
* // PurchaseOrderNumber: "STRING_VALUE",
|
|
89
|
+
* // EinvoiceDeliveryStatus: "DELIVERED" || "NOT_DELIVERED",
|
|
90
|
+
* // TaxAuthorityStatus: "ISSUED" || "CANCELLED",
|
|
77
91
|
* // BaseCurrencyAmount: { // InvoiceCurrencyAmount
|
|
78
92
|
* // TotalAmount: "STRING_VALUE",
|
|
79
93
|
* // TotalAmountBeforeTax: "STRING_VALUE",
|
|
@@ -265,17 +279,27 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
265
279
|
* TotalAmount: "1.00",
|
|
266
280
|
* TotalAmountBeforeTax: "1.00"
|
|
267
281
|
* },
|
|
282
|
+
* BillSourceAccounts: [
|
|
283
|
+
* "111111111111"
|
|
284
|
+
* ],
|
|
285
|
+
* BillSourceAccountsTotalCount: 1,
|
|
286
|
+
* BillType: "ANNIVERSARY",
|
|
268
287
|
* BillingPeriod: {
|
|
269
288
|
* Month: 1,
|
|
270
289
|
* Year: 2025
|
|
271
290
|
* },
|
|
291
|
+
* CommercialInvoiceId: "2222222222",
|
|
272
292
|
* DueDate: "2025-04-01T01:00:00.000Z",
|
|
293
|
+
* EinvoiceDeliveryStatus: "DELIVERED",
|
|
273
294
|
* Entity: {
|
|
295
|
+
* BillingEntity: "AWS",
|
|
274
296
|
* InvoicingEntity: "Amazon Web Services, Inc."
|
|
275
297
|
* },
|
|
298
|
+
* InvoiceFrequency: "RECURRING",
|
|
276
299
|
* InvoiceId: "1111111111",
|
|
277
300
|
* InvoiceType: "INVOICE",
|
|
278
301
|
* IssuedDate: "2025-04-01T01:00:00.000Z",
|
|
302
|
+
* OriginalInvoiceId: "1111111111",
|
|
279
303
|
* PaymentCurrencyAmount: {
|
|
280
304
|
* AmountBreakdown: {
|
|
281
305
|
* Discounts: {
|
|
@@ -302,6 +326,9 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
302
326
|
* TotalAmount: "1.00",
|
|
303
327
|
* TotalAmountBeforeTax: "1.00"
|
|
304
328
|
* },
|
|
329
|
+
* PurchaseOrderNumber: "PO-12345",
|
|
330
|
+
* ReceiverRole: "BUYER",
|
|
331
|
+
* TaxAuthorityStatus: "ISSUED",
|
|
305
332
|
* TaxCurrencyAmount: {
|
|
306
333
|
* AmountBreakdown: {
|
|
307
334
|
* Discounts: {
|
|
@@ -370,14 +397,22 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
370
397
|
* TotalAmount: "1.00",
|
|
371
398
|
* TotalAmountBeforeTax: "1.00"
|
|
372
399
|
* },
|
|
400
|
+
* BillSourceAccounts: [
|
|
401
|
+
* "111111111111"
|
|
402
|
+
* ],
|
|
403
|
+
* BillSourceAccountsTotalCount: 1,
|
|
404
|
+
* BillType: "ANNIVERSARY",
|
|
373
405
|
* BillingPeriod: {
|
|
374
406
|
* Month: 1,
|
|
375
407
|
* Year: 2025
|
|
376
408
|
* },
|
|
377
409
|
* DueDate: "2025-04-01T01:00:00.000Z",
|
|
410
|
+
* EinvoiceDeliveryStatus: "DELIVERED",
|
|
378
411
|
* Entity: {
|
|
412
|
+
* BillingEntity: "AWS",
|
|
379
413
|
* InvoicingEntity: "Amazon Web Services, Inc."
|
|
380
414
|
* },
|
|
415
|
+
* InvoiceFrequency: "RECURRING",
|
|
381
416
|
* InvoiceId: "1111111111",
|
|
382
417
|
* InvoiceType: "INVOICE",
|
|
383
418
|
* IssuedDate: "2025-04-01T01:00:00.000Z",
|
|
@@ -407,6 +442,8 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
407
442
|
* TotalAmount: "1.00",
|
|
408
443
|
* TotalAmountBeforeTax: "1.00"
|
|
409
444
|
* },
|
|
445
|
+
* ReceiverRole: "BUYER",
|
|
446
|
+
* TaxAuthorityStatus: "ISSUED",
|
|
410
447
|
* TaxCurrencyAmount: {
|
|
411
448
|
* AmountBreakdown: {
|
|
412
449
|
* Discounts: {
|
|
@@ -475,14 +512,22 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
475
512
|
* TotalAmount: "1.00",
|
|
476
513
|
* TotalAmountBeforeTax: "1.00"
|
|
477
514
|
* },
|
|
515
|
+
* BillSourceAccounts: [
|
|
516
|
+
* "111111111111"
|
|
517
|
+
* ],
|
|
518
|
+
* BillSourceAccountsTotalCount: 1,
|
|
519
|
+
* BillType: "ANNIVERSARY",
|
|
478
520
|
* BillingPeriod: {
|
|
479
521
|
* Month: 1,
|
|
480
522
|
* Year: 2025
|
|
481
523
|
* },
|
|
482
524
|
* DueDate: "2025-04-01T01:00:00.000Z",
|
|
525
|
+
* EinvoiceDeliveryStatus: "DELIVERED",
|
|
483
526
|
* Entity: {
|
|
527
|
+
* BillingEntity: "AWS",
|
|
484
528
|
* InvoicingEntity: "Amazon Web Services, Inc."
|
|
485
529
|
* },
|
|
530
|
+
* InvoiceFrequency: "RECURRING",
|
|
486
531
|
* InvoiceId: "1111111111",
|
|
487
532
|
* InvoiceType: "INVOICE",
|
|
488
533
|
* IssuedDate: "2025-04-01T01:00:00.000Z",
|
|
@@ -512,6 +557,124 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
512
557
|
* TotalAmount: "1.00",
|
|
513
558
|
* TotalAmountBeforeTax: "1.00"
|
|
514
559
|
* },
|
|
560
|
+
* ReceiverRole: "BUYER",
|
|
561
|
+
* TaxAuthorityStatus: "ISSUED",
|
|
562
|
+
* TaxCurrencyAmount: {
|
|
563
|
+
* AmountBreakdown: {
|
|
564
|
+
* Discounts: {
|
|
565
|
+
* TotalAmount: "1.00"
|
|
566
|
+
* },
|
|
567
|
+
* SubTotalAmount: "1.00",
|
|
568
|
+
* Taxes: {
|
|
569
|
+
* Breakdown: [
|
|
570
|
+
* {
|
|
571
|
+
* Amount: "1",
|
|
572
|
+
* Description: "VAT",
|
|
573
|
+
* Rate: "1.0"
|
|
574
|
+
* }
|
|
575
|
+
* ],
|
|
576
|
+
* TotalAmount: "1.00"
|
|
577
|
+
* }
|
|
578
|
+
* },
|
|
579
|
+
* CurrencyCode: "USD",
|
|
580
|
+
* CurrencyExchangeDetails: {
|
|
581
|
+
* Rate: "1.0",
|
|
582
|
+
* SourceCurrencyCode: "USD",
|
|
583
|
+
* TargetCurrencyCode: "USD"
|
|
584
|
+
* },
|
|
585
|
+
* TotalAmount: "1.00",
|
|
586
|
+
* TotalAmountBeforeTax: "1.00"
|
|
587
|
+
* }
|
|
588
|
+
* }
|
|
589
|
+
* ]
|
|
590
|
+
* }
|
|
591
|
+
* *\/
|
|
592
|
+
* ```
|
|
593
|
+
*
|
|
594
|
+
* @example ListInvoiceSummaries filtered by ReceiverRole
|
|
595
|
+
* ```javascript
|
|
596
|
+
* //
|
|
597
|
+
* const input = {
|
|
598
|
+
* Filter: {
|
|
599
|
+
* ReceiverRole: "SELLER",
|
|
600
|
+
* TimeInterval: {
|
|
601
|
+
* EndDate: 1751328000,
|
|
602
|
+
* StartDate: 1748736000
|
|
603
|
+
* }
|
|
604
|
+
* },
|
|
605
|
+
* Selector: {
|
|
606
|
+
* ResourceType: "ACCOUNT_ID",
|
|
607
|
+
* Value: "111111111111"
|
|
608
|
+
* }
|
|
609
|
+
* };
|
|
610
|
+
* const command = new ListInvoiceSummariesCommand(input);
|
|
611
|
+
* const response = await client.send(command);
|
|
612
|
+
* /* response is
|
|
613
|
+
* {
|
|
614
|
+
* InvoiceSummaries: [
|
|
615
|
+
* {
|
|
616
|
+
* AccountId: "111111111111",
|
|
617
|
+
* BaseCurrencyAmount: {
|
|
618
|
+
* AmountBreakdown: {
|
|
619
|
+
* Discounts: {
|
|
620
|
+
* TotalAmount: "1.00"
|
|
621
|
+
* },
|
|
622
|
+
* SubTotalAmount: "1.00",
|
|
623
|
+
* Taxes: {
|
|
624
|
+
* TotalAmount: "1.00"
|
|
625
|
+
* }
|
|
626
|
+
* },
|
|
627
|
+
* CurrencyCode: "USD",
|
|
628
|
+
* TotalAmount: "1.00",
|
|
629
|
+
* TotalAmountBeforeTax: "1.00"
|
|
630
|
+
* },
|
|
631
|
+
* BillSourceAccounts: [
|
|
632
|
+
* "222222222222"
|
|
633
|
+
* ],
|
|
634
|
+
* BillSourceAccountsTotalCount: 1,
|
|
635
|
+
* BillType: "ANNIVERSARY",
|
|
636
|
+
* BillingPeriod: {
|
|
637
|
+
* Month: 6,
|
|
638
|
+
* Year: 2025
|
|
639
|
+
* },
|
|
640
|
+
* DueDate: "2025-07-15T01:00:00.000Z",
|
|
641
|
+
* EinvoiceDeliveryStatus: "DELIVERED",
|
|
642
|
+
* Entity: {
|
|
643
|
+
* BillingEntity: "AWS_MARKETPLACE",
|
|
644
|
+
* InvoicingEntity: "Amazon Web Services, Inc."
|
|
645
|
+
* },
|
|
646
|
+
* InvoiceFrequency: "RECURRING",
|
|
647
|
+
* InvoiceId: "1111111111",
|
|
648
|
+
* InvoiceType: "INVOICE",
|
|
649
|
+
* IssuedDate: "2025-06-15T01:00:00.000Z",
|
|
650
|
+
* PaymentCurrencyAmount: {
|
|
651
|
+
* AmountBreakdown: {
|
|
652
|
+
* Discounts: {
|
|
653
|
+
* TotalAmount: "1.00"
|
|
654
|
+
* },
|
|
655
|
+
* SubTotalAmount: "1.00",
|
|
656
|
+
* Taxes: {
|
|
657
|
+
* Breakdown: [
|
|
658
|
+
* {
|
|
659
|
+
* Amount: "1",
|
|
660
|
+
* Description: "VAT",
|
|
661
|
+
* Rate: "1.0"
|
|
662
|
+
* }
|
|
663
|
+
* ],
|
|
664
|
+
* TotalAmount: "1.00"
|
|
665
|
+
* }
|
|
666
|
+
* },
|
|
667
|
+
* CurrencyCode: "USD",
|
|
668
|
+
* CurrencyExchangeDetails: {
|
|
669
|
+
* Rate: "1.0",
|
|
670
|
+
* SourceCurrencyCode: "USD",
|
|
671
|
+
* TargetCurrencyCode: "USD"
|
|
672
|
+
* },
|
|
673
|
+
* TotalAmount: "1.00",
|
|
674
|
+
* TotalAmountBeforeTax: "1.00"
|
|
675
|
+
* },
|
|
676
|
+
* ReceiverRole: "SELLER",
|
|
677
|
+
* TaxAuthorityStatus: "ISSUED",
|
|
515
678
|
* TaxCurrencyAmount: {
|
|
516
679
|
* AmountBreakdown: {
|
|
517
680
|
* Discounts: {
|
|
@@ -581,14 +744,22 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
581
744
|
* TotalAmount: "1.00",
|
|
582
745
|
* TotalAmountBeforeTax: "1.00"
|
|
583
746
|
* },
|
|
747
|
+
* BillSourceAccounts: [
|
|
748
|
+
* "111111111111"
|
|
749
|
+
* ],
|
|
750
|
+
* BillSourceAccountsTotalCount: 1,
|
|
751
|
+
* BillType: "ANNIVERSARY",
|
|
584
752
|
* BillingPeriod: {
|
|
585
753
|
* Month: 1,
|
|
586
754
|
* Year: 2025
|
|
587
755
|
* },
|
|
588
756
|
* DueDate: "2025-04-01T01:00:00.000Z",
|
|
757
|
+
* EinvoiceDeliveryStatus: "DELIVERED",
|
|
589
758
|
* Entity: {
|
|
759
|
+
* BillingEntity: "AWS",
|
|
590
760
|
* InvoicingEntity: "Amazon Web Services, Inc."
|
|
591
761
|
* },
|
|
762
|
+
* InvoiceFrequency: "RECURRING",
|
|
592
763
|
* InvoiceId: "1111111111",
|
|
593
764
|
* InvoiceType: "INVOICE",
|
|
594
765
|
* IssuedDate: "2025-04-01T01:00:00.000Z",
|
|
@@ -618,6 +789,8 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
618
789
|
* TotalAmount: "1.00",
|
|
619
790
|
* TotalAmountBeforeTax: "1.00"
|
|
620
791
|
* },
|
|
792
|
+
* ReceiverRole: "BUYER",
|
|
793
|
+
* TaxAuthorityStatus: "ISSUED",
|
|
621
794
|
* TaxCurrencyAmount: {
|
|
622
795
|
* AmountBreakdown: {
|
|
623
796
|
* Discounts: {
|
|
@@ -688,14 +861,22 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
688
861
|
* TotalAmount: "1.00",
|
|
689
862
|
* TotalAmountBeforeTax: "1.00"
|
|
690
863
|
* },
|
|
864
|
+
* BillSourceAccounts: [
|
|
865
|
+
* "111111111111"
|
|
866
|
+
* ],
|
|
867
|
+
* BillSourceAccountsTotalCount: 1,
|
|
868
|
+
* BillType: "ANNIVERSARY",
|
|
691
869
|
* BillingPeriod: {
|
|
692
870
|
* Month: 1,
|
|
693
871
|
* Year: 2025
|
|
694
872
|
* },
|
|
695
873
|
* DueDate: "2025-04-01T01:00:00.000Z",
|
|
874
|
+
* EinvoiceDeliveryStatus: "DELIVERED",
|
|
696
875
|
* Entity: {
|
|
876
|
+
* BillingEntity: "AWS",
|
|
697
877
|
* InvoicingEntity: "Amazon Web Services, Inc."
|
|
698
878
|
* },
|
|
879
|
+
* InvoiceFrequency: "RECURRING",
|
|
699
880
|
* InvoiceId: "1111111111",
|
|
700
881
|
* InvoiceType: "INVOICE",
|
|
701
882
|
* IssuedDate: "2025-04-01T01:00:00.000Z",
|
|
@@ -725,6 +906,8 @@ declare const ListInvoiceSummariesCommand_base: {
|
|
|
725
906
|
* TotalAmount: "1.00",
|
|
726
907
|
* TotalAmountBeforeTax: "1.00"
|
|
727
908
|
* },
|
|
909
|
+
* ReceiverRole: "BUYER",
|
|
910
|
+
* TaxAuthorityStatus: "ISSUED",
|
|
728
911
|
* TaxCurrencyAmount: {
|
|
729
912
|
* AmountBreakdown: {
|
|
730
913
|
* Discounts: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { ListInvoiceUnitsRequest, ListInvoiceUnitsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInvoiceUnitsCommandInput extends ListInvoiceUnitsRequest {
|
|
|
22
22
|
export interface ListInvoiceUnitsCommandOutput extends ListInvoiceUnitsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInvoiceUnitsCommand_base: {
|
|
25
|
-
new (input: ListInvoiceUnitsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListInvoiceUnitsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListInvoiceUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListInvoiceUnitsCommandInput, ListInvoiceUnitsCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListInvoiceUnitsCommandInput]): import("@smithy/core/client").CommandImpl<ListInvoiceUnitsCommandInput, ListInvoiceUnitsCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This fetches a list of all invoice unit definitions for a given account, as of the provided <code>AsOf</code> date.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { ListProcurementPortalPreferencesRequest, ListProcurementPortalPreferencesResponse } from "../models/models_0";
|
|
@@ -22,12 +22,14 @@ export interface ListProcurementPortalPreferencesCommandInput extends ListProcur
|
|
|
22
22
|
export interface ListProcurementPortalPreferencesCommandOutput extends ListProcurementPortalPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProcurementPortalPreferencesCommand_base: {
|
|
25
|
-
new (input: ListProcurementPortalPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProcurementPortalPreferencesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProcurementPortalPreferencesCommandInput): import("@smithy/core/client").CommandImpl<ListProcurementPortalPreferencesCommandInput, ListProcurementPortalPreferencesCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProcurementPortalPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<ListProcurementPortalPreferencesCommandInput, ListProcurementPortalPreferencesCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
|
-
* <p>Retrieves a list of procurement portal preferences associated with the Amazon Web Services account.</p>
|
|
32
|
+
* <p> <i> <b>This feature API is subject to changing at any time. For more information, see the <a href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> (Betas and Previews).</b> </i> </p> <p>Retrieves a list of procurement portal preferences associated with the Amazon Web Services account.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags for a resource. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
4
|
import type { PutProcurementPortalPreferenceRequest, PutProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
@@ -22,12 +22,14 @@ export interface PutProcurementPortalPreferenceCommandInput extends PutProcureme
|
|
|
22
22
|
export interface PutProcurementPortalPreferenceCommandOutput extends PutProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutProcurementPortalPreferenceCommand_base: {
|
|
25
|
-
new (input: PutProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutProcurementPortalPreferenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<PutProcurementPortalPreferenceCommandInput, PutProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<PutProcurementPortalPreferenceCommandInput, PutProcurementPortalPreferenceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
|
-
* <p>Updates an existing procurement portal preference configuration. This operation can modify settings for e-invoice delivery and purchase order retrieval.</p>
|
|
32
|
+
* <p> <i> <b>This feature API is subject to changing at any time. For more information, see the <a href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> (Betas and Previews).</b> </i> </p> <p>Updates an existing procurement portal preference configuration. This operation can modify settings for e-invoice delivery and purchase order retrieval.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|