@aws-sdk/client-invoicing 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +25 -173
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetInvoiceProfileCommand.js +2 -14
- package/dist-es/commands/CreateInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/CreateProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/DeleteInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/DeleteProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/GetInvoicePDFCommand.js +2 -14
- package/dist-es/commands/GetInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/GetProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/ListInvoiceSummariesCommand.js +2 -14
- package/dist-es/commands/ListInvoiceUnitsCommand.js +2 -14
- package/dist-es/commands/ListProcurementPortalPreferencesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutProcurementPortalPreferenceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateInvoiceUnitCommand.js +2 -14
- package/dist-es/commands/UpdateProcurementPortalPreferenceStatusCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetInvoiceProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/CreateProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/GetInvoicePDFCommand.d.ts +3 -8
- package/dist-types/commands/GetInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/GetProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/ListInvoiceSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListInvoiceUnitsCommand.d.ts +3 -8
- package/dist-types/commands/ListProcurementPortalPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutProcurementPortalPreferenceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInvoiceUnitCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetInvoiceProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInvoicePDFCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInvoiceSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInvoiceUnitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProcurementPortalPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutProcurementPortalPreferenceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInvoiceUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProcurementPortalPreferenceStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { BatchGetInvoiceProfileRequest, BatchGetInvoiceProfileResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetInvoiceProfileCommandInput extends BatchGetInvoiceProfi
|
|
|
22
19
|
export interface BatchGetInvoiceProfileCommandOutput extends BatchGetInvoiceProfileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetInvoiceProfileCommand_base: {
|
|
25
|
-
new (input: BatchGetInvoiceProfileCommandInput): import("@smithy/core/client").CommandImpl<BatchGetInvoiceProfileCommandInput, BatchGetInvoiceProfileCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetInvoiceProfileCommandInput): import("@smithy/core/client").CommandImpl<BatchGetInvoiceProfileCommandInput, BatchGetInvoiceProfileCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetInvoiceProfileCommandInput): import("@smithy/core/client").CommandImpl<BatchGetInvoiceProfileCommandInput, BatchGetInvoiceProfileCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetInvoiceProfileCommandInput): import("@smithy/core/client").CommandImpl<BatchGetInvoiceProfileCommandInput, BatchGetInvoiceProfileCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This gets the invoice profile associated with a set of accounts. The accounts must be linked accounts under the requester management account organization.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { CreateInvoiceUnitRequest, CreateInvoiceUnitResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateInvoiceUnitCommandInput extends CreateInvoiceUnitRequest
|
|
|
22
19
|
export interface CreateInvoiceUnitCommandOutput extends CreateInvoiceUnitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateInvoiceUnitCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<CreateInvoiceUnitCommandInput, CreateInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<CreateInvoiceUnitCommandInput, CreateInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This creates a new invoice unit with the provided definition.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { CreateProcurementPortalPreferenceRequest, CreateProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProcurementPortalPreferenceCommandInput extends CreatePro
|
|
|
22
19
|
export interface CreateProcurementPortalPreferenceCommandOutput extends CreateProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProcurementPortalPreferenceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<CreateProcurementPortalPreferenceCommandInput, CreateProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<CreateProcurementPortalPreferenceCommandInput, CreateProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { DeleteInvoiceUnitRequest, DeleteInvoiceUnitResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteInvoiceUnitCommandInput extends DeleteInvoiceUnitRequest
|
|
|
22
19
|
export interface DeleteInvoiceUnitCommandOutput extends DeleteInvoiceUnitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteInvoiceUnitCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<DeleteInvoiceUnitCommandInput, DeleteInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<DeleteInvoiceUnitCommandInput, DeleteInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This deletes an invoice unit with the provided invoice unit ARN. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { DeleteProcurementPortalPreferenceRequest, DeleteProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteProcurementPortalPreferenceCommandInput extends DeletePro
|
|
|
22
19
|
export interface DeleteProcurementPortalPreferenceCommandOutput extends DeleteProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteProcurementPortalPreferenceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<DeleteProcurementPortalPreferenceCommandInput, DeleteProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<DeleteProcurementPortalPreferenceCommandInput, DeleteProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { GetInvoicePDFRequest, GetInvoicePDFResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetInvoicePDFCommandInput extends GetInvoicePDFRequest {
|
|
|
22
19
|
export interface GetInvoicePDFCommandOutput extends GetInvoicePDFResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetInvoicePDFCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetInvoicePDFCommandInput): import("@smithy/core/client").CommandImpl<GetInvoicePDFCommandInput, GetInvoicePDFCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetInvoicePDFCommandInput): import("@smithy/core/client").CommandImpl<GetInvoicePDFCommandInput, GetInvoicePDFCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { GetInvoiceUnitRequest, GetInvoiceUnitResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetInvoiceUnitCommandInput extends GetInvoiceUnitRequest {
|
|
|
22
19
|
export interface GetInvoiceUnitCommandOutput extends GetInvoiceUnitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetInvoiceUnitCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<GetInvoiceUnitCommandInput, GetInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<GetInvoiceUnitCommandInput, GetInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This retrieves the invoice unit definition.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { GetProcurementPortalPreferenceRequest, GetProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetProcurementPortalPreferenceCommandInput extends GetProcureme
|
|
|
22
19
|
export interface GetProcurementPortalPreferenceCommandOutput extends GetProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetProcurementPortalPreferenceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<GetProcurementPortalPreferenceCommandInput, GetProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<GetProcurementPortalPreferenceCommandInput, GetProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { ListInvoiceSummariesRequest, ListInvoiceSummariesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListInvoiceSummariesCommandInput extends ListInvoiceSummariesRe
|
|
|
22
19
|
export interface ListInvoiceSummariesCommandOutput extends ListInvoiceSummariesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInvoiceSummariesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListInvoiceSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListInvoiceSummariesCommandInput, ListInvoiceSummariesCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListInvoiceSummariesCommandInput): import("@smithy/core/client").CommandImpl<ListInvoiceSummariesCommandInput, ListInvoiceSummariesCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves your invoice details programmatically, without line item details.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { ListInvoiceUnitsRequest, ListInvoiceUnitsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListInvoiceUnitsCommandInput extends ListInvoiceUnitsRequest {
|
|
|
22
19
|
export interface ListInvoiceUnitsCommandOutput extends ListInvoiceUnitsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInvoiceUnitsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListInvoiceUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListInvoiceUnitsCommandInput, ListInvoiceUnitsCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListInvoiceUnitsCommandInput]): import("@smithy/core/client").CommandImpl<ListInvoiceUnitsCommandInput, ListInvoiceUnitsCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This fetches a list of all invoice unit definitions for a given account, as of the provided <code>AsOf</code> date.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { ListProcurementPortalPreferencesRequest, ListProcurementPortalPreferencesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListProcurementPortalPreferencesCommandInput extends ListProcur
|
|
|
22
19
|
export interface ListProcurementPortalPreferencesCommandOutput extends ListProcurementPortalPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListProcurementPortalPreferencesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListProcurementPortalPreferencesCommandInput): import("@smithy/core/client").CommandImpl<ListProcurementPortalPreferencesCommandInput, ListProcurementPortalPreferencesCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListProcurementPortalPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<ListProcurementPortalPreferencesCommandInput, ListProcurementPortalPreferencesCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags for a resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { PutProcurementPortalPreferenceRequest, PutProcurementPortalPreferenceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutProcurementPortalPreferenceCommandInput extends PutProcureme
|
|
|
22
19
|
export interface PutProcurementPortalPreferenceCommandOutput extends PutProcurementPortalPreferenceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutProcurementPortalPreferenceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<PutProcurementPortalPreferenceCommandInput, PutProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutProcurementPortalPreferenceCommandInput): import("@smithy/core/client").CommandImpl<PutProcurementPortalPreferenceCommandInput, PutProcurementPortalPreferenceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a tag to a resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Removes a tag from a resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { UpdateInvoiceUnitRequest, UpdateInvoiceUnitResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateInvoiceUnitCommandInput extends UpdateInvoiceUnitRequest
|
|
|
22
19
|
export interface UpdateInvoiceUnitCommandOutput extends UpdateInvoiceUnitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateInvoiceUnitCommand_base: {
|
|
25
|
-
new (input: UpdateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvoiceUnitCommandInput, UpdateInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvoiceUnitCommandInput, UpdateInvoiceUnitCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvoiceUnitCommandInput, UpdateInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateInvoiceUnitCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvoiceUnitCommandInput, UpdateInvoiceUnitCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InvoicingClient";
|
|
4
2
|
import type { UpdateProcurementPortalPreferenceStatusRequest, UpdateProcurementPortalPreferenceStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateProcurementPortalPreferenceStatusCommandInput extends Upd
|
|
|
22
19
|
export interface UpdateProcurementPortalPreferenceStatusCommandOutput extends UpdateProcurementPortalPreferenceStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProcurementPortalPreferenceStatusCommand_base: {
|
|
25
|
-
new (input: UpdateProcurementPortalPreferenceStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateProcurementPortalPreferenceStatusCommandInput, UpdateProcurementPortalPreferenceStatusCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProcurementPortalPreferenceStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateProcurementPortalPreferenceStatusCommandInput, UpdateProcurementPortalPreferenceStatusCommandOutput, InvoicingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProcurementPortalPreferenceStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateProcurementPortalPreferenceStatusCommandInput, UpdateProcurementPortalPreferenceStatusCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProcurementPortalPreferenceStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateProcurementPortalPreferenceStatusCommandInput, UpdateProcurementPortalPreferenceStatusCommandOutput, import("..").InvoicingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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 the status of a procurement portal preference, including the activation state of e-invoice delivery and purchase order retrieval features.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { InvoicingExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
InvoicingClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./InvoicingClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
InvoicingClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
InvoicingClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
InvoicingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../InvoicingClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchGetInvoiceProfileRequest,
|
|
10
4
|
BatchGetInvoiceProfileResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchGetInvoiceProfileCommandInput
|
|
15
8
|
extends BatchGetInvoiceProfileRequest {}
|
|
16
9
|
export interface BatchGetInvoiceProfileCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchGetInvoiceProfileCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchGetInvoiceProfileCommandInput,
|
|
24
17
|
BatchGetInvoiceProfileCommandOutput,
|
|
25
|
-
InvoicingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").InvoicingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchGetInvoiceProfileCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchGetInvoiceProfileCommandInput,
|
|
33
26
|
BatchGetInvoiceProfileCommandOutput,
|
|
34
|
-
InvoicingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").InvoicingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchGetInvoiceProfileCommand extends BatchGetInvoiceProfileCommand_base {
|
|
43
34
|
protected static __types: {
|