@aws-sdk/client-taxsettings 3.682.0 → 3.686.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/README.md +25 -1
- package/dist-cjs/TaxSettings.js +6 -0
- package/dist-cjs/commands/DeleteSupplementalTaxRegistrationCommand.js +26 -0
- package/dist-cjs/commands/ListSupplementalTaxRegistrationsCommand.js +27 -0
- package/dist-cjs/commands/PutSupplementalTaxRegistrationCommand.js +27 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +24 -1
- package/dist-cjs/pagination/ListSupplementalTaxRegistrationsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +87 -1
- package/dist-es/TaxSettings.js +6 -0
- package/dist-es/commands/DeleteSupplementalTaxRegistrationCommand.js +22 -0
- package/dist-es/commands/ListSupplementalTaxRegistrationsCommand.js +23 -0
- package/dist-es/commands/PutSupplementalTaxRegistrationCommand.js +23 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +19 -0
- package/dist-es/pagination/ListSupplementalTaxRegistrationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +80 -0
- package/dist-types/TaxSettings.d.ts +22 -0
- package/dist-types/TaxSettingsClient.d.ts +5 -2
- package/dist-types/commands/BatchPutTaxRegistrationCommand.d.ts +17 -14
- package/dist-types/commands/DeleteSupplementalTaxRegistrationCommand.d.ts +84 -0
- package/dist-types/commands/GetTaxRegistrationCommand.d.ts +4 -2
- package/dist-types/commands/ListSupplementalTaxRegistrationsCommand.d.ts +103 -0
- package/dist-types/commands/ListTaxRegistrationsCommand.d.ts +4 -2
- package/dist-types/commands/PutSupplementalTaxRegistrationCommand.d.ts +98 -0
- package/dist-types/commands/PutTaxRegistrationCommand.d.ts +17 -14
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +223 -9
- package/dist-types/pagination/ListSupplementalTaxRegistrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/TaxSettings.d.ts +58 -0
- package/dist-types/ts3.4/TaxSettingsClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteSupplementalTaxRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSupplementalTaxRegistrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutSupplementalTaxRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -4
- package/dist-types/ts3.4/pagination/ListSupplementalTaxRegistrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListSupplementalTaxRegistrationsRequest,
|
|
5
|
+
ListSupplementalTaxRegistrationsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
TaxSettingsClientResolvedConfig,
|
|
11
|
+
} from "../TaxSettingsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListSupplementalTaxRegistrationsCommandInput
|
|
15
|
+
extends ListSupplementalTaxRegistrationsRequest {}
|
|
16
|
+
export interface ListSupplementalTaxRegistrationsCommandOutput
|
|
17
|
+
extends ListSupplementalTaxRegistrationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListSupplementalTaxRegistrationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListSupplementalTaxRegistrationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListSupplementalTaxRegistrationsCommandInput,
|
|
24
|
+
ListSupplementalTaxRegistrationsCommandOutput,
|
|
25
|
+
TaxSettingsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListSupplementalTaxRegistrationsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListSupplementalTaxRegistrationsCommandInput,
|
|
33
|
+
ListSupplementalTaxRegistrationsCommandOutput,
|
|
34
|
+
TaxSettingsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListSupplementalTaxRegistrationsCommand extends ListSupplementalTaxRegistrationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSupplementalTaxRegistrationsRequest;
|
|
44
|
+
output: ListSupplementalTaxRegistrationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSupplementalTaxRegistrationsCommandInput;
|
|
48
|
+
output: ListSupplementalTaxRegistrationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
PutSupplementalTaxRegistrationRequest,
|
|
5
|
+
PutSupplementalTaxRegistrationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
TaxSettingsClientResolvedConfig,
|
|
11
|
+
} from "../TaxSettingsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PutSupplementalTaxRegistrationCommandInput
|
|
15
|
+
extends PutSupplementalTaxRegistrationRequest {}
|
|
16
|
+
export interface PutSupplementalTaxRegistrationCommandOutput
|
|
17
|
+
extends PutSupplementalTaxRegistrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PutSupplementalTaxRegistrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PutSupplementalTaxRegistrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PutSupplementalTaxRegistrationCommandInput,
|
|
24
|
+
PutSupplementalTaxRegistrationCommandOutput,
|
|
25
|
+
TaxSettingsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: PutSupplementalTaxRegistrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PutSupplementalTaxRegistrationCommandInput,
|
|
33
|
+
PutSupplementalTaxRegistrationCommandOutput,
|
|
34
|
+
TaxSettingsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PutSupplementalTaxRegistrationCommand extends PutSupplementalTaxRegistrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutSupplementalTaxRegistrationRequest;
|
|
44
|
+
output: PutSupplementalTaxRegistrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutSupplementalTaxRegistrationCommandInput;
|
|
48
|
+
output: PutSupplementalTaxRegistrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export * from "./BatchDeleteTaxRegistrationCommand";
|
|
2
2
|
export * from "./BatchPutTaxRegistrationCommand";
|
|
3
|
+
export * from "./DeleteSupplementalTaxRegistrationCommand";
|
|
3
4
|
export * from "./DeleteTaxRegistrationCommand";
|
|
4
5
|
export * from "./GetTaxRegistrationCommand";
|
|
5
6
|
export * from "./GetTaxRegistrationDocumentCommand";
|
|
7
|
+
export * from "./ListSupplementalTaxRegistrationsCommand";
|
|
6
8
|
export * from "./ListTaxRegistrationsCommand";
|
|
9
|
+
export * from "./PutSupplementalTaxRegistrationCommand";
|
|
7
10
|
export * from "./PutTaxRegistrationCommand";
|
|
@@ -91,7 +91,9 @@ export declare const MalaysiaServiceTaxCode: {
|
|
|
91
91
|
export type MalaysiaServiceTaxCode =
|
|
92
92
|
(typeof MalaysiaServiceTaxCode)[keyof typeof MalaysiaServiceTaxCode];
|
|
93
93
|
export interface MalaysiaAdditionalInfo {
|
|
94
|
-
serviceTaxCodes
|
|
94
|
+
serviceTaxCodes?: MalaysiaServiceTaxCode[];
|
|
95
|
+
taxInformationNumber?: string;
|
|
96
|
+
businessRegistrationNumber?: string;
|
|
95
97
|
}
|
|
96
98
|
export interface PolandAdditionalInfo {
|
|
97
99
|
individualRegistrationNumber?: string;
|
|
@@ -176,7 +178,9 @@ export declare const TaxRegistrationType: {
|
|
|
176
178
|
readonly CNPJ: "CNPJ";
|
|
177
179
|
readonly CPF: "CPF";
|
|
178
180
|
readonly GST: "GST";
|
|
181
|
+
readonly NRIC: "NRIC";
|
|
179
182
|
readonly SST: "SST";
|
|
183
|
+
readonly TIN: "TIN";
|
|
180
184
|
readonly VAT: "VAT";
|
|
181
185
|
};
|
|
182
186
|
export type TaxRegistrationType =
|
|
@@ -312,10 +316,10 @@ export interface BatchPutTaxRegistrationResponse {
|
|
|
312
316
|
status?: TaxRegistrationStatus;
|
|
313
317
|
errors: BatchPutTaxRegistrationError[] | undefined;
|
|
314
318
|
}
|
|
315
|
-
export interface
|
|
316
|
-
|
|
319
|
+
export interface DeleteSupplementalTaxRegistrationRequest {
|
|
320
|
+
authorityId: string | undefined;
|
|
317
321
|
}
|
|
318
|
-
export interface
|
|
322
|
+
export interface DeleteSupplementalTaxRegistrationResponse {}
|
|
319
323
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
320
324
|
readonly name: "ResourceNotFoundException";
|
|
321
325
|
readonly $fault: "client";
|
|
@@ -324,6 +328,10 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
324
328
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
325
329
|
);
|
|
326
330
|
}
|
|
331
|
+
export interface DeleteTaxRegistrationRequest {
|
|
332
|
+
accountId?: string;
|
|
333
|
+
}
|
|
334
|
+
export interface DeleteTaxRegistrationResponse {}
|
|
327
335
|
export interface DestinationS3Location {
|
|
328
336
|
bucket: string | undefined;
|
|
329
337
|
prefix?: string;
|
|
@@ -352,6 +360,27 @@ export interface GetTaxRegistrationDocumentRequest {
|
|
|
352
360
|
export interface GetTaxRegistrationDocumentResponse {
|
|
353
361
|
destinationFilePath?: string;
|
|
354
362
|
}
|
|
363
|
+
export interface ListSupplementalTaxRegistrationsRequest {
|
|
364
|
+
maxResults?: number;
|
|
365
|
+
nextToken?: string;
|
|
366
|
+
}
|
|
367
|
+
export declare const SupplementalTaxRegistrationType: {
|
|
368
|
+
readonly VAT: "VAT";
|
|
369
|
+
};
|
|
370
|
+
export type SupplementalTaxRegistrationType =
|
|
371
|
+
(typeof SupplementalTaxRegistrationType)[keyof typeof SupplementalTaxRegistrationType];
|
|
372
|
+
export interface SupplementalTaxRegistration {
|
|
373
|
+
registrationId: string | undefined;
|
|
374
|
+
registrationType: SupplementalTaxRegistrationType | undefined;
|
|
375
|
+
legalName: string | undefined;
|
|
376
|
+
address: Address | undefined;
|
|
377
|
+
authorityId: string | undefined;
|
|
378
|
+
status: TaxRegistrationStatus | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface ListSupplementalTaxRegistrationsResponse {
|
|
381
|
+
taxRegistrations: SupplementalTaxRegistration[] | undefined;
|
|
382
|
+
nextToken?: string;
|
|
383
|
+
}
|
|
355
384
|
export interface ListTaxRegistrationsRequest {
|
|
356
385
|
maxResults?: number;
|
|
357
386
|
nextToken?: string;
|
|
@@ -360,6 +389,19 @@ export interface ListTaxRegistrationsResponse {
|
|
|
360
389
|
accountDetails: AccountDetails[] | undefined;
|
|
361
390
|
nextToken?: string;
|
|
362
391
|
}
|
|
392
|
+
export interface SupplementalTaxRegistrationEntry {
|
|
393
|
+
registrationId: string | undefined;
|
|
394
|
+
registrationType: SupplementalTaxRegistrationType | undefined;
|
|
395
|
+
legalName: string | undefined;
|
|
396
|
+
address: Address | undefined;
|
|
397
|
+
}
|
|
398
|
+
export interface PutSupplementalTaxRegistrationRequest {
|
|
399
|
+
taxRegistrationEntry: SupplementalTaxRegistrationEntry | undefined;
|
|
400
|
+
}
|
|
401
|
+
export interface PutSupplementalTaxRegistrationResponse {
|
|
402
|
+
authorityId: string | undefined;
|
|
403
|
+
status: TaxRegistrationStatus | undefined;
|
|
404
|
+
}
|
|
363
405
|
export interface PutTaxRegistrationRequest {
|
|
364
406
|
accountId?: string;
|
|
365
407
|
taxRegistrationEntry: TaxRegistrationEntry | undefined;
|
|
@@ -400,9 +442,21 @@ export declare const TaxRegistrationFilterSensitiveLog: (
|
|
|
400
442
|
export declare const GetTaxRegistrationResponseFilterSensitiveLog: (
|
|
401
443
|
obj: GetTaxRegistrationResponse
|
|
402
444
|
) => any;
|
|
445
|
+
export declare const SupplementalTaxRegistrationFilterSensitiveLog: (
|
|
446
|
+
obj: SupplementalTaxRegistration
|
|
447
|
+
) => any;
|
|
448
|
+
export declare const ListSupplementalTaxRegistrationsResponseFilterSensitiveLog: (
|
|
449
|
+
obj: ListSupplementalTaxRegistrationsResponse
|
|
450
|
+
) => any;
|
|
403
451
|
export declare const ListTaxRegistrationsResponseFilterSensitiveLog: (
|
|
404
452
|
obj: ListTaxRegistrationsResponse
|
|
405
453
|
) => any;
|
|
454
|
+
export declare const SupplementalTaxRegistrationEntryFilterSensitiveLog: (
|
|
455
|
+
obj: SupplementalTaxRegistrationEntry
|
|
456
|
+
) => any;
|
|
457
|
+
export declare const PutSupplementalTaxRegistrationRequestFilterSensitiveLog: (
|
|
458
|
+
obj: PutSupplementalTaxRegistrationRequest
|
|
459
|
+
) => any;
|
|
406
460
|
export declare const PutTaxRegistrationRequestFilterSensitiveLog: (
|
|
407
461
|
obj: PutTaxRegistrationRequest
|
|
408
462
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSupplementalTaxRegistrationsCommandInput,
|
|
4
|
+
ListSupplementalTaxRegistrationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSupplementalTaxRegistrationsCommand";
|
|
6
|
+
import { TaxSettingsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSupplementalTaxRegistrations: (
|
|
8
|
+
config: TaxSettingsPaginationConfiguration,
|
|
9
|
+
input: ListSupplementalTaxRegistrationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSupplementalTaxRegistrationsCommandOutput>;
|
|
@@ -11,6 +11,10 @@ import {
|
|
|
11
11
|
BatchPutTaxRegistrationCommandInput,
|
|
12
12
|
BatchPutTaxRegistrationCommandOutput,
|
|
13
13
|
} from "../commands/BatchPutTaxRegistrationCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteSupplementalTaxRegistrationCommandInput,
|
|
16
|
+
DeleteSupplementalTaxRegistrationCommandOutput,
|
|
17
|
+
} from "../commands/DeleteSupplementalTaxRegistrationCommand";
|
|
14
18
|
import {
|
|
15
19
|
DeleteTaxRegistrationCommandInput,
|
|
16
20
|
DeleteTaxRegistrationCommandOutput,
|
|
@@ -23,10 +27,18 @@ import {
|
|
|
23
27
|
GetTaxRegistrationDocumentCommandInput,
|
|
24
28
|
GetTaxRegistrationDocumentCommandOutput,
|
|
25
29
|
} from "../commands/GetTaxRegistrationDocumentCommand";
|
|
30
|
+
import {
|
|
31
|
+
ListSupplementalTaxRegistrationsCommandInput,
|
|
32
|
+
ListSupplementalTaxRegistrationsCommandOutput,
|
|
33
|
+
} from "../commands/ListSupplementalTaxRegistrationsCommand";
|
|
26
34
|
import {
|
|
27
35
|
ListTaxRegistrationsCommandInput,
|
|
28
36
|
ListTaxRegistrationsCommandOutput,
|
|
29
37
|
} from "../commands/ListTaxRegistrationsCommand";
|
|
38
|
+
import {
|
|
39
|
+
PutSupplementalTaxRegistrationCommandInput,
|
|
40
|
+
PutSupplementalTaxRegistrationCommandOutput,
|
|
41
|
+
} from "../commands/PutSupplementalTaxRegistrationCommand";
|
|
30
42
|
import {
|
|
31
43
|
PutTaxRegistrationCommandInput,
|
|
32
44
|
PutTaxRegistrationCommandOutput,
|
|
@@ -39,6 +51,10 @@ export declare const se_BatchPutTaxRegistrationCommand: (
|
|
|
39
51
|
input: BatchPutTaxRegistrationCommandInput,
|
|
40
52
|
context: __SerdeContext
|
|
41
53
|
) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const se_DeleteSupplementalTaxRegistrationCommand: (
|
|
55
|
+
input: DeleteSupplementalTaxRegistrationCommandInput,
|
|
56
|
+
context: __SerdeContext
|
|
57
|
+
) => Promise<__HttpRequest>;
|
|
42
58
|
export declare const se_DeleteTaxRegistrationCommand: (
|
|
43
59
|
input: DeleteTaxRegistrationCommandInput,
|
|
44
60
|
context: __SerdeContext
|
|
@@ -51,10 +67,18 @@ export declare const se_GetTaxRegistrationDocumentCommand: (
|
|
|
51
67
|
input: GetTaxRegistrationDocumentCommandInput,
|
|
52
68
|
context: __SerdeContext
|
|
53
69
|
) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const se_ListSupplementalTaxRegistrationsCommand: (
|
|
71
|
+
input: ListSupplementalTaxRegistrationsCommandInput,
|
|
72
|
+
context: __SerdeContext
|
|
73
|
+
) => Promise<__HttpRequest>;
|
|
54
74
|
export declare const se_ListTaxRegistrationsCommand: (
|
|
55
75
|
input: ListTaxRegistrationsCommandInput,
|
|
56
76
|
context: __SerdeContext
|
|
57
77
|
) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const se_PutSupplementalTaxRegistrationCommand: (
|
|
79
|
+
input: PutSupplementalTaxRegistrationCommandInput,
|
|
80
|
+
context: __SerdeContext
|
|
81
|
+
) => Promise<__HttpRequest>;
|
|
58
82
|
export declare const se_PutTaxRegistrationCommand: (
|
|
59
83
|
input: PutTaxRegistrationCommandInput,
|
|
60
84
|
context: __SerdeContext
|
|
@@ -67,6 +91,10 @@ export declare const de_BatchPutTaxRegistrationCommand: (
|
|
|
67
91
|
output: __HttpResponse,
|
|
68
92
|
context: __SerdeContext
|
|
69
93
|
) => Promise<BatchPutTaxRegistrationCommandOutput>;
|
|
94
|
+
export declare const de_DeleteSupplementalTaxRegistrationCommand: (
|
|
95
|
+
output: __HttpResponse,
|
|
96
|
+
context: __SerdeContext
|
|
97
|
+
) => Promise<DeleteSupplementalTaxRegistrationCommandOutput>;
|
|
70
98
|
export declare const de_DeleteTaxRegistrationCommand: (
|
|
71
99
|
output: __HttpResponse,
|
|
72
100
|
context: __SerdeContext
|
|
@@ -79,10 +107,18 @@ export declare const de_GetTaxRegistrationDocumentCommand: (
|
|
|
79
107
|
output: __HttpResponse,
|
|
80
108
|
context: __SerdeContext
|
|
81
109
|
) => Promise<GetTaxRegistrationDocumentCommandOutput>;
|
|
110
|
+
export declare const de_ListSupplementalTaxRegistrationsCommand: (
|
|
111
|
+
output: __HttpResponse,
|
|
112
|
+
context: __SerdeContext
|
|
113
|
+
) => Promise<ListSupplementalTaxRegistrationsCommandOutput>;
|
|
82
114
|
export declare const de_ListTaxRegistrationsCommand: (
|
|
83
115
|
output: __HttpResponse,
|
|
84
116
|
context: __SerdeContext
|
|
85
117
|
) => Promise<ListTaxRegistrationsCommandOutput>;
|
|
118
|
+
export declare const de_PutSupplementalTaxRegistrationCommand: (
|
|
119
|
+
output: __HttpResponse,
|
|
120
|
+
context: __SerdeContext
|
|
121
|
+
) => Promise<PutSupplementalTaxRegistrationCommandOutput>;
|
|
86
122
|
export declare const de_PutTaxRegistrationCommand: (
|
|
87
123
|
output: __HttpResponse,
|
|
88
124
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-taxsettings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Taxsettings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.686.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.686.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.686.0",
|
|
25
|
+
"@aws-sdk/core": "3.686.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.686.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.686.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.686.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.686.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.686.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.686.0",
|
|
32
|
+
"@aws-sdk/types": "3.686.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.686.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.686.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.686.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.10",
|
|
37
|
+
"@smithy/core": "^2.5.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.0.0",
|
|
39
|
+
"@smithy/hash-node": "^3.0.8",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.8",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.10",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.1",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.25",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.8",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.8",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.9",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.5",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.5",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.2",
|
|
50
|
+
"@smithy/types": "^3.6.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.8",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.25",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.25",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.4",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.8",
|
|
59
|
+
"@smithy/util-retry": "^3.0.8",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|