@aws-sdk/client-taxsettings 3.750.0 → 3.756.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-types/commands/BatchGetTaxExemptionsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutTaxRegistrationCommand.d.ts +13 -0
- package/dist-types/commands/GetTaxExemptionTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetTaxRegistrationCommand.d.ts +13 -0
- package/dist-types/commands/ListTaxExemptionsCommand.d.ts +1 -2
- package/dist-types/commands/ListTaxRegistrationsCommand.d.ts +13 -0
- package/dist-types/commands/PutTaxExemptionCommand.d.ts +4 -4
- package/dist-types/commands/PutTaxRegistrationCommand.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +92 -3
- package/dist-types/ts3.4/models/models_0.d.ts +19 -0
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ declare const BatchGetTaxExemptionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Get the active tax exemptions for a given list of accounts.
|
|
30
|
+
* <p>Get the active tax exemptions for a given list of accounts. The IAM action is <code>tax:GetExemptions</code>.
|
|
31
31
|
* </p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -295,6 +295,19 @@ declare const BatchPutTaxRegistrationCommand_base: {
|
|
|
295
295
|
* saudiArabiaAdditionalInfo: { // SaudiArabiaAdditionalInfo
|
|
296
296
|
* taxRegistrationNumberType: "TaxRegistrationNumber" || "TaxIdentificationNumber" || "CommercialRegistrationNumber",
|
|
297
297
|
* },
|
|
298
|
+
* vietnamAdditionalInfo: { // VietnamAdditionalInfo
|
|
299
|
+
* enterpriseIdentificationNumber: "STRING_VALUE",
|
|
300
|
+
* electronicTransactionCodeNumber: "STRING_VALUE",
|
|
301
|
+
* paymentVoucherNumber: "STRING_VALUE",
|
|
302
|
+
* paymentVoucherNumberDate: "STRING_VALUE",
|
|
303
|
+
* },
|
|
304
|
+
* egyptAdditionalInfo: { // EgyptAdditionalInfo
|
|
305
|
+
* uniqueIdentificationNumber: "STRING_VALUE",
|
|
306
|
+
* uniqueIdentificationNumberExpirationDate: "STRING_VALUE",
|
|
307
|
+
* },
|
|
308
|
+
* greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
309
|
+
* contractingAuthorityCode: "STRING_VALUE",
|
|
310
|
+
* },
|
|
298
311
|
* },
|
|
299
312
|
* verificationDetails: { // VerificationDetails
|
|
300
313
|
* dateOfBirth: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const GetTaxExemptionTypesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Get supported tax exemption types.
|
|
30
|
+
* <p>Get supported tax exemption types. The IAM action is <code>tax:GetExemptions</code>.
|
|
31
31
|
* </p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -120,6 +120,19 @@ declare const GetTaxRegistrationCommand_base: {
|
|
|
120
120
|
* // indiaAdditionalInfo: { // IndiaAdditionalInfo
|
|
121
121
|
* // pan: "STRING_VALUE",
|
|
122
122
|
* // },
|
|
123
|
+
* // vietnamAdditionalInfo: { // VietnamAdditionalInfo
|
|
124
|
+
* // enterpriseIdentificationNumber: "STRING_VALUE",
|
|
125
|
+
* // electronicTransactionCodeNumber: "STRING_VALUE",
|
|
126
|
+
* // paymentVoucherNumber: "STRING_VALUE",
|
|
127
|
+
* // paymentVoucherNumberDate: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // egyptAdditionalInfo: { // EgyptAdditionalInfo
|
|
130
|
+
* // uniqueIdentificationNumber: "STRING_VALUE",
|
|
131
|
+
* // uniqueIdentificationNumberExpirationDate: "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
134
|
+
* // contractingAuthorityCode: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
123
136
|
* // },
|
|
124
137
|
* // legalAddress: { // Address
|
|
125
138
|
* // addressLine1: "STRING_VALUE", // required
|
|
@@ -27,8 +27,7 @@ declare const ListTaxExemptionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves the tax exemption of accounts listed in a consolidated billing family.
|
|
31
|
-
* </p>
|
|
30
|
+
* <p>Retrieves the tax exemption of accounts listed in a consolidated billing family. The IAM action is <code>tax:GetExemptions</code>.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -126,6 +126,19 @@ declare const ListTaxRegistrationsCommand_base: {
|
|
|
126
126
|
* // indiaAdditionalInfo: { // IndiaAdditionalInfo
|
|
127
127
|
* // pan: "STRING_VALUE",
|
|
128
128
|
* // },
|
|
129
|
+
* // vietnamAdditionalInfo: { // VietnamAdditionalInfo
|
|
130
|
+
* // enterpriseIdentificationNumber: "STRING_VALUE",
|
|
131
|
+
* // electronicTransactionCodeNumber: "STRING_VALUE",
|
|
132
|
+
* // paymentVoucherNumber: "STRING_VALUE",
|
|
133
|
+
* // paymentVoucherNumberDate: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // egyptAdditionalInfo: { // EgyptAdditionalInfo
|
|
136
|
+
* // uniqueIdentificationNumber: "STRING_VALUE",
|
|
137
|
+
* // uniqueIdentificationNumberExpirationDate: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
140
|
+
* // contractingAuthorityCode: "STRING_VALUE",
|
|
141
|
+
* // },
|
|
129
142
|
* // },
|
|
130
143
|
* // jurisdiction: { // Jurisdiction
|
|
131
144
|
* // stateOrRegion: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const PutTaxExemptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds the tax exemption for a single account or all accounts listed in a consolidated billing family.
|
|
30
|
+
* <p>Adds the tax exemption for a single account or all accounts listed in a consolidated billing family. The IAM action is <code>tax:UpdateExemptions</code>.
|
|
31
31
|
* </p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,15 +64,15 @@ declare const PutTaxExemptionCommand_base: {
|
|
|
64
64
|
* @see {@link TaxSettingsClientResolvedConfig | config} for TaxSettingsClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
-
* <p>The access is denied for the Amazon Web
|
|
67
|
+
* <p>The access is denied for the Amazon Web ServicesSupport API.
|
|
68
68
|
* </p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link AttachmentUploadException} (client fault)
|
|
71
|
-
* <p>Failed to upload the tax exemption document to Amazon Web
|
|
71
|
+
* <p>Failed to upload the tax exemption document to Amazon Web ServicesSupport case.
|
|
72
72
|
* </p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link CaseCreationLimitExceededException} (client fault)
|
|
75
|
-
* <p>You've exceeded the Amazon Web
|
|
75
|
+
* <p>You've exceeded the Amazon Web ServicesSupport case creation limit for your account.
|
|
76
76
|
* </p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link InternalServerException} (server fault)
|
|
@@ -292,6 +292,19 @@ declare const PutTaxRegistrationCommand_base: {
|
|
|
292
292
|
* saudiArabiaAdditionalInfo: { // SaudiArabiaAdditionalInfo
|
|
293
293
|
* taxRegistrationNumberType: "TaxRegistrationNumber" || "TaxIdentificationNumber" || "CommercialRegistrationNumber",
|
|
294
294
|
* },
|
|
295
|
+
* vietnamAdditionalInfo: { // VietnamAdditionalInfo
|
|
296
|
+
* enterpriseIdentificationNumber: "STRING_VALUE",
|
|
297
|
+
* electronicTransactionCodeNumber: "STRING_VALUE",
|
|
298
|
+
* paymentVoucherNumber: "STRING_VALUE",
|
|
299
|
+
* paymentVoucherNumberDate: "STRING_VALUE",
|
|
300
|
+
* },
|
|
301
|
+
* egyptAdditionalInfo: { // EgyptAdditionalInfo
|
|
302
|
+
* uniqueIdentificationNumber: "STRING_VALUE",
|
|
303
|
+
* uniqueIdentificationNumberExpirationDate: "STRING_VALUE",
|
|
304
|
+
* },
|
|
305
|
+
* greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
306
|
+
* contractingAuthorityCode: "STRING_VALUE",
|
|
307
|
+
* },
|
|
295
308
|
* },
|
|
296
309
|
* verificationDetails: { // VerificationDetails
|
|
297
310
|
* dateOfBirth: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { TaxSettingsServiceException as __BaseException } from "./TaxSettingsServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>The access is denied for the Amazon Web
|
|
4
|
+
* <p>The access is denied for the Amazon Web ServicesSupport API.
|
|
5
5
|
* </p>
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -227,6 +227,22 @@ export interface CanadaAdditionalInfo {
|
|
|
227
227
|
*/
|
|
228
228
|
isResellerAccount?: boolean | undefined;
|
|
229
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* <p>Additional tax information to specify for a TRN in Egypt.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
export interface EgyptAdditionalInfo {
|
|
235
|
+
/**
|
|
236
|
+
* <p>The unique identification number provided by the Egypt Tax Authority.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
uniqueIdentificationNumber?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The expiration date of the unique identification number provided by the Egypt Tax Authority.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
uniqueIdentificationNumberExpirationDate?: string | undefined;
|
|
245
|
+
}
|
|
230
246
|
/**
|
|
231
247
|
* <p> Additional tax information associated with your TRN in Estonia.</p>
|
|
232
248
|
* @public
|
|
@@ -267,6 +283,18 @@ export interface GeorgiaAdditionalInfo {
|
|
|
267
283
|
*/
|
|
268
284
|
personType: PersonType | undefined;
|
|
269
285
|
}
|
|
286
|
+
/**
|
|
287
|
+
* <p>Additional tax information to specify for a TRN in Greece.
|
|
288
|
+
* </p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
export interface GreeceAdditionalInfo {
|
|
292
|
+
/**
|
|
293
|
+
* <p>The code of contracting authority for e-invoicing.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
contractingAuthorityCode?: string | undefined;
|
|
297
|
+
}
|
|
270
298
|
/**
|
|
271
299
|
* <p>
|
|
272
300
|
* Additional tax information in India.
|
|
@@ -607,6 +635,32 @@ export interface UkraineAdditionalInfo {
|
|
|
607
635
|
*/
|
|
608
636
|
ukraineTrnType: UkraineTrnType | undefined;
|
|
609
637
|
}
|
|
638
|
+
/**
|
|
639
|
+
* <p>Additional tax information to specify for a TRN in Vietnam.</p>
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
export interface VietnamAdditionalInfo {
|
|
643
|
+
/**
|
|
644
|
+
* <p>The enterprise identification number for tax registration.</p>
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
enterpriseIdentificationNumber?: string | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* <p>The electronic transaction code number on the tax return document.</p>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
electronicTransactionCodeNumber?: string | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* <p>The payment voucher number on the tax return payment document.</p>
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
paymentVoucherNumber?: string | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* <p>The date on the tax return payment document.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
paymentVoucherNumberDate?: string | undefined;
|
|
663
|
+
}
|
|
610
664
|
/**
|
|
611
665
|
* <p> Additional tax information associated with your TRN. The Tax Settings API returns
|
|
612
666
|
* country-specific information in the response when any additional information is present with
|
|
@@ -708,6 +762,24 @@ export interface AdditionalInfoResponse {
|
|
|
708
762
|
* @public
|
|
709
763
|
*/
|
|
710
764
|
indiaAdditionalInfo?: IndiaAdditionalInfo | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>Additional tax information to specify for a TRN in Vietnam.
|
|
767
|
+
* </p>
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
vietnamAdditionalInfo?: VietnamAdditionalInfo | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* <p>Additional tax information to specify for a TRN in Egypt.
|
|
773
|
+
* </p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
egyptAdditionalInfo?: EgyptAdditionalInfo | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* <p>Additional tax information to specify for a TRN in Greece.
|
|
779
|
+
* </p>
|
|
780
|
+
* @public
|
|
781
|
+
*/
|
|
782
|
+
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
711
783
|
}
|
|
712
784
|
/**
|
|
713
785
|
* @public
|
|
@@ -951,9 +1023,26 @@ export interface AdditionalInfoRequest {
|
|
|
951
1023
|
* @public
|
|
952
1024
|
*/
|
|
953
1025
|
saudiArabiaAdditionalInfo?: SaudiArabiaAdditionalInfo | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>Additional tax information to specify for a TRN in Vietnam.
|
|
1028
|
+
* </p>
|
|
1029
|
+
* @public
|
|
1030
|
+
*/
|
|
1031
|
+
vietnamAdditionalInfo?: VietnamAdditionalInfo | undefined;
|
|
1032
|
+
/**
|
|
1033
|
+
* <p>Additional tax information to specify for a TRN in Egypt.
|
|
1034
|
+
* </p>
|
|
1035
|
+
* @public
|
|
1036
|
+
*/
|
|
1037
|
+
egyptAdditionalInfo?: EgyptAdditionalInfo | undefined;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>Additional tax information to specify for a TRN in Greece.</p>
|
|
1040
|
+
* @public
|
|
1041
|
+
*/
|
|
1042
|
+
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
954
1043
|
}
|
|
955
1044
|
/**
|
|
956
|
-
* <p>Failed to upload the tax exemption document to Amazon Web
|
|
1045
|
+
* <p>Failed to upload the tax exemption document to Amazon Web ServicesSupport case.
|
|
957
1046
|
* </p>
|
|
958
1047
|
* @public
|
|
959
1048
|
*/
|
|
@@ -1465,7 +1554,7 @@ export interface BatchPutTaxRegistrationResponse {
|
|
|
1465
1554
|
errors: BatchPutTaxRegistrationError[] | undefined;
|
|
1466
1555
|
}
|
|
1467
1556
|
/**
|
|
1468
|
-
* <p>You've exceeded the Amazon Web
|
|
1557
|
+
* <p>You've exceeded the Amazon Web ServicesSupport case creation limit for your account.
|
|
1469
1558
|
* </p>
|
|
1470
1559
|
* @public
|
|
1471
1560
|
*/
|
|
@@ -49,6 +49,10 @@ export interface CanadaAdditionalInfo {
|
|
|
49
49
|
canadaRetailSalesTaxNumber?: string | undefined;
|
|
50
50
|
isResellerAccount?: boolean | undefined;
|
|
51
51
|
}
|
|
52
|
+
export interface EgyptAdditionalInfo {
|
|
53
|
+
uniqueIdentificationNumber?: string | undefined;
|
|
54
|
+
uniqueIdentificationNumberExpirationDate?: string | undefined;
|
|
55
|
+
}
|
|
52
56
|
export interface EstoniaAdditionalInfo {
|
|
53
57
|
registryCommercialCode: string | undefined;
|
|
54
58
|
}
|
|
@@ -61,6 +65,9 @@ export type PersonType = (typeof PersonType)[keyof typeof PersonType];
|
|
|
61
65
|
export interface GeorgiaAdditionalInfo {
|
|
62
66
|
personType: PersonType | undefined;
|
|
63
67
|
}
|
|
68
|
+
export interface GreeceAdditionalInfo {
|
|
69
|
+
contractingAuthorityCode?: string | undefined;
|
|
70
|
+
}
|
|
64
71
|
export interface IndiaAdditionalInfo {
|
|
65
72
|
pan?: string | undefined;
|
|
66
73
|
}
|
|
@@ -163,6 +170,12 @@ export type UkraineTrnType =
|
|
|
163
170
|
export interface UkraineAdditionalInfo {
|
|
164
171
|
ukraineTrnType: UkraineTrnType | undefined;
|
|
165
172
|
}
|
|
173
|
+
export interface VietnamAdditionalInfo {
|
|
174
|
+
enterpriseIdentificationNumber?: string | undefined;
|
|
175
|
+
electronicTransactionCodeNumber?: string | undefined;
|
|
176
|
+
paymentVoucherNumber?: string | undefined;
|
|
177
|
+
paymentVoucherNumberDate?: string | undefined;
|
|
178
|
+
}
|
|
166
179
|
export interface AdditionalInfoResponse {
|
|
167
180
|
malaysiaAdditionalInfo?: MalaysiaAdditionalInfo | undefined;
|
|
168
181
|
israelAdditionalInfo?: IsraelAdditionalInfo | undefined;
|
|
@@ -180,6 +193,9 @@ export interface AdditionalInfoResponse {
|
|
|
180
193
|
polandAdditionalInfo?: PolandAdditionalInfo | undefined;
|
|
181
194
|
saudiArabiaAdditionalInfo?: SaudiArabiaAdditionalInfo | undefined;
|
|
182
195
|
indiaAdditionalInfo?: IndiaAdditionalInfo | undefined;
|
|
196
|
+
vietnamAdditionalInfo?: VietnamAdditionalInfo | undefined;
|
|
197
|
+
egyptAdditionalInfo?: EgyptAdditionalInfo | undefined;
|
|
198
|
+
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
183
199
|
}
|
|
184
200
|
export declare const TaxRegistrationType: {
|
|
185
201
|
readonly CNPJ: "CNPJ";
|
|
@@ -242,6 +258,9 @@ export interface AdditionalInfoRequest {
|
|
|
242
258
|
ukraineAdditionalInfo?: UkraineAdditionalInfo | undefined;
|
|
243
259
|
polandAdditionalInfo?: PolandAdditionalInfo | undefined;
|
|
244
260
|
saudiArabiaAdditionalInfo?: SaudiArabiaAdditionalInfo | undefined;
|
|
261
|
+
vietnamAdditionalInfo?: VietnamAdditionalInfo | undefined;
|
|
262
|
+
egyptAdditionalInfo?: EgyptAdditionalInfo | undefined;
|
|
263
|
+
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
245
264
|
}
|
|
246
265
|
export declare class AttachmentUploadException extends __BaseException {
|
|
247
266
|
readonly name: "AttachmentUploadException";
|
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.756.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",
|