@aws-sdk/client-taxsettings 3.934.0 → 3.935.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 +100 -99
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +99 -0
- package/dist-es/models/errors.js +95 -0
- package/dist-es/models/models_0.js +1 -194
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +251 -0
- package/dist-types/models/errors.d.ts +117 -0
- package/dist-types/models/models_0.d.ts +1 -366
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +134 -0
- package/dist-types/ts3.4/models/errors.d.ts +59 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -191
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TaxSettingsServiceException as __BaseException } from "./TaxSettingsServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* <p>The access is denied for the Amazon Web ServicesSupport API.
|
|
5
|
-
* </p>
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
-
readonly name: "AccessDeniedException";
|
|
10
|
-
readonly $fault: "client";
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
|
-
}
|
|
1
|
+
import { AddressRoleType, EntityExemptionAccountStatus, HeritageStatus, IndonesiaTaxRegistrationNumberType, Industries, IsraelCustomerType, IsraelDealerType, MalaysiaServiceTaxCode, PersonType, RegistrationType, SaudiArabiaTaxRegistrationNumberType, Sector, SupplementalTaxRegistrationType, TaxRegistrationNumberType, TaxRegistrationStatus, TaxRegistrationType, UkraineTrnType, UzbekistanTaxRegistrationNumberType } from "./enums";
|
|
16
2
|
/**
|
|
17
3
|
* <p> The details of the address associated with the TRN information. </p>
|
|
18
4
|
* @public
|
|
@@ -67,19 +53,6 @@ export interface Address {
|
|
|
67
53
|
*/
|
|
68
54
|
countryCode: string | undefined;
|
|
69
55
|
}
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
* @enum
|
|
73
|
-
*/
|
|
74
|
-
export declare const AddressRoleType: {
|
|
75
|
-
readonly BILLING_ADDRESS: "BillingAddress";
|
|
76
|
-
readonly CONTACT_ADDRESS: "ContactAddress";
|
|
77
|
-
readonly TAX_ADDRESS: "TaxAddress";
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
export type AddressRoleType = (typeof AddressRoleType)[keyof typeof AddressRoleType];
|
|
83
56
|
/**
|
|
84
57
|
* <p>The jurisdiction details of the TRN information of the customers. This doesn't contain
|
|
85
58
|
* full legal address, and contains only country code and state/region/province. </p>
|
|
@@ -255,19 +228,6 @@ export interface EstoniaAdditionalInfo {
|
|
|
255
228
|
*/
|
|
256
229
|
registryCommercialCode: string | undefined;
|
|
257
230
|
}
|
|
258
|
-
/**
|
|
259
|
-
* @public
|
|
260
|
-
* @enum
|
|
261
|
-
*/
|
|
262
|
-
export declare const PersonType: {
|
|
263
|
-
readonly BUSINESS: "Business";
|
|
264
|
-
readonly LEGAL_PERSON: "Legal Person";
|
|
265
|
-
readonly PHYSICAL_PERSON: "Physical Person";
|
|
266
|
-
};
|
|
267
|
-
/**
|
|
268
|
-
* @public
|
|
269
|
-
*/
|
|
270
|
-
export type PersonType = (typeof PersonType)[keyof typeof PersonType];
|
|
271
231
|
/**
|
|
272
232
|
* <p>
|
|
273
233
|
* Additional tax information associated with your TRN in Georgia.
|
|
@@ -310,20 +270,6 @@ export interface IndiaAdditionalInfo {
|
|
|
310
270
|
*/
|
|
311
271
|
pan?: string | undefined;
|
|
312
272
|
}
|
|
313
|
-
/**
|
|
314
|
-
* @public
|
|
315
|
-
* @enum
|
|
316
|
-
*/
|
|
317
|
-
export declare const IndonesiaTaxRegistrationNumberType: {
|
|
318
|
-
readonly NIK: "NIK";
|
|
319
|
-
readonly NITKU: "NITKU";
|
|
320
|
-
readonly NPWP: "NPWP";
|
|
321
|
-
readonly PASSPORT_NUMBER: "PassportNumber";
|
|
322
|
-
};
|
|
323
|
-
/**
|
|
324
|
-
* @public
|
|
325
|
-
*/
|
|
326
|
-
export type IndonesiaTaxRegistrationNumberType = (typeof IndonesiaTaxRegistrationNumberType)[keyof typeof IndonesiaTaxRegistrationNumberType];
|
|
327
273
|
/**
|
|
328
274
|
* <p>Additional tax information associated with your TRN in Indonesia.</p>
|
|
329
275
|
* @public
|
|
@@ -345,30 +291,6 @@ export interface IndonesiaAdditionalInfo {
|
|
|
345
291
|
*/
|
|
346
292
|
decisionNumber?: string | undefined;
|
|
347
293
|
}
|
|
348
|
-
/**
|
|
349
|
-
* @public
|
|
350
|
-
* @enum
|
|
351
|
-
*/
|
|
352
|
-
export declare const IsraelCustomerType: {
|
|
353
|
-
readonly BUSINESS: "Business";
|
|
354
|
-
readonly INDIVIDUAL: "Individual";
|
|
355
|
-
};
|
|
356
|
-
/**
|
|
357
|
-
* @public
|
|
358
|
-
*/
|
|
359
|
-
export type IsraelCustomerType = (typeof IsraelCustomerType)[keyof typeof IsraelCustomerType];
|
|
360
|
-
/**
|
|
361
|
-
* @public
|
|
362
|
-
* @enum
|
|
363
|
-
*/
|
|
364
|
-
export declare const IsraelDealerType: {
|
|
365
|
-
readonly AUTHORIZED: "Authorized";
|
|
366
|
-
readonly NON_AUTHORIZED: "Non-authorized";
|
|
367
|
-
};
|
|
368
|
-
/**
|
|
369
|
-
* @public
|
|
370
|
-
*/
|
|
371
|
-
export type IsraelDealerType = (typeof IsraelDealerType)[keyof typeof IsraelDealerType];
|
|
372
294
|
/**
|
|
373
295
|
* <p> Additional tax information associated with your TRN in Israel.</p>
|
|
374
296
|
* @public
|
|
@@ -435,20 +357,6 @@ export interface KenyaAdditionalInfo {
|
|
|
435
357
|
*/
|
|
436
358
|
personType: PersonType | undefined;
|
|
437
359
|
}
|
|
438
|
-
/**
|
|
439
|
-
* @public
|
|
440
|
-
* @enum
|
|
441
|
-
*/
|
|
442
|
-
export declare const MalaysiaServiceTaxCode: {
|
|
443
|
-
readonly CONSULTANCY: "Consultancy";
|
|
444
|
-
readonly DIGITAL_SVC_ELECTRONIC_MEDIUM: "Digital Service And Electronic Medium";
|
|
445
|
-
readonly IT_SERVICES: "IT Services";
|
|
446
|
-
readonly TRAINING_OR_COACHING: "Training Or Coaching";
|
|
447
|
-
};
|
|
448
|
-
/**
|
|
449
|
-
* @public
|
|
450
|
-
*/
|
|
451
|
-
export type MalaysiaServiceTaxCode = (typeof MalaysiaServiceTaxCode)[keyof typeof MalaysiaServiceTaxCode];
|
|
452
360
|
/**
|
|
453
361
|
* <p> Additional tax information associated with your TRN in Malaysia.</p>
|
|
454
362
|
* @public
|
|
@@ -499,18 +407,6 @@ export interface PolandAdditionalInfo {
|
|
|
499
407
|
*/
|
|
500
408
|
isGroupVatEnabled?: boolean | undefined;
|
|
501
409
|
}
|
|
502
|
-
/**
|
|
503
|
-
* @public
|
|
504
|
-
* @enum
|
|
505
|
-
*/
|
|
506
|
-
export declare const TaxRegistrationNumberType: {
|
|
507
|
-
readonly LOCAL_REGISTRATION_NUMBER: "LocalRegistrationNumber";
|
|
508
|
-
readonly TAX_REGISTRATION_NUMBER: "TaxRegistrationNumber";
|
|
509
|
-
};
|
|
510
|
-
/**
|
|
511
|
-
* @public
|
|
512
|
-
*/
|
|
513
|
-
export type TaxRegistrationNumberType = (typeof TaxRegistrationNumberType)[keyof typeof TaxRegistrationNumberType];
|
|
514
410
|
/**
|
|
515
411
|
* <p>Additional tax information to specify for a TRN in Romania.
|
|
516
412
|
* </p>
|
|
@@ -525,19 +421,6 @@ export interface RomaniaAdditionalInfo {
|
|
|
525
421
|
*/
|
|
526
422
|
taxRegistrationNumberType: TaxRegistrationNumberType | undefined;
|
|
527
423
|
}
|
|
528
|
-
/**
|
|
529
|
-
* @public
|
|
530
|
-
* @enum
|
|
531
|
-
*/
|
|
532
|
-
export declare const SaudiArabiaTaxRegistrationNumberType: {
|
|
533
|
-
readonly COMMERCIAL_REGISTRATION_NUMBER: "CommercialRegistrationNumber";
|
|
534
|
-
readonly TAX_IDENTIFICATION_NUMBER: "TaxIdentificationNumber";
|
|
535
|
-
readonly TAX_REGISTRATION_NUMBER: "TaxRegistrationNumber";
|
|
536
|
-
};
|
|
537
|
-
/**
|
|
538
|
-
* @public
|
|
539
|
-
*/
|
|
540
|
-
export type SaudiArabiaTaxRegistrationNumberType = (typeof SaudiArabiaTaxRegistrationNumberType)[keyof typeof SaudiArabiaTaxRegistrationNumberType];
|
|
541
424
|
/**
|
|
542
425
|
* <p>
|
|
543
426
|
* Additional tax information associated with your TRN in Saudi Arabia.
|
|
@@ -574,18 +457,6 @@ export interface SouthKoreaAdditionalInfo {
|
|
|
574
457
|
*/
|
|
575
458
|
itemOfBusiness: string | undefined;
|
|
576
459
|
}
|
|
577
|
-
/**
|
|
578
|
-
* @public
|
|
579
|
-
* @enum
|
|
580
|
-
*/
|
|
581
|
-
export declare const RegistrationType: {
|
|
582
|
-
readonly INTRA_EU: "Intra-EU";
|
|
583
|
-
readonly LOCAL: "Local";
|
|
584
|
-
};
|
|
585
|
-
/**
|
|
586
|
-
* @public
|
|
587
|
-
*/
|
|
588
|
-
export type RegistrationType = (typeof RegistrationType)[keyof typeof RegistrationType];
|
|
589
460
|
/**
|
|
590
461
|
* <p>Additional tax information associated with your TRN in Spain.</p>
|
|
591
462
|
* @public
|
|
@@ -597,22 +468,6 @@ export interface SpainAdditionalInfo {
|
|
|
597
468
|
*/
|
|
598
469
|
registrationType: RegistrationType | undefined;
|
|
599
470
|
}
|
|
600
|
-
/**
|
|
601
|
-
* @public
|
|
602
|
-
* @enum
|
|
603
|
-
*/
|
|
604
|
-
export declare const Industries: {
|
|
605
|
-
readonly BANKS: "Banks";
|
|
606
|
-
readonly CIRCULATING_ORG: "CirculatingOrg";
|
|
607
|
-
readonly DEVELOPMENT_AGENCIES: "DevelopmentAgencies";
|
|
608
|
-
readonly INSURANCE: "Insurance";
|
|
609
|
-
readonly PENSION_AND_BENEFIT_FUNDS: "PensionAndBenefitFunds";
|
|
610
|
-
readonly PROFESSIONAL_ORG: "ProfessionalOrg";
|
|
611
|
-
};
|
|
612
|
-
/**
|
|
613
|
-
* @public
|
|
614
|
-
*/
|
|
615
|
-
export type Industries = (typeof Industries)[keyof typeof Industries];
|
|
616
471
|
/**
|
|
617
472
|
* <p>Additional tax information associated with your TRN in Turkey.</p>
|
|
618
473
|
* @public
|
|
@@ -643,18 +498,6 @@ export interface TurkeyAdditionalInfo {
|
|
|
643
498
|
*/
|
|
644
499
|
industries?: Industries | undefined;
|
|
645
500
|
}
|
|
646
|
-
/**
|
|
647
|
-
* @public
|
|
648
|
-
* @enum
|
|
649
|
-
*/
|
|
650
|
-
export declare const UkraineTrnType: {
|
|
651
|
-
readonly BUSINESS: "Business";
|
|
652
|
-
readonly INDIVIDUAL: "Individual";
|
|
653
|
-
};
|
|
654
|
-
/**
|
|
655
|
-
* @public
|
|
656
|
-
*/
|
|
657
|
-
export type UkraineTrnType = (typeof UkraineTrnType)[keyof typeof UkraineTrnType];
|
|
658
501
|
/**
|
|
659
502
|
* <p>
|
|
660
503
|
* Additional tax information associated with your TRN in Ukraine.
|
|
@@ -670,18 +513,6 @@ export interface UkraineAdditionalInfo {
|
|
|
670
513
|
*/
|
|
671
514
|
ukraineTrnType: UkraineTrnType | undefined;
|
|
672
515
|
}
|
|
673
|
-
/**
|
|
674
|
-
* @public
|
|
675
|
-
* @enum
|
|
676
|
-
*/
|
|
677
|
-
export declare const UzbekistanTaxRegistrationNumberType: {
|
|
678
|
-
readonly BUSINESS: "Business";
|
|
679
|
-
readonly INDIVIDUAL: "Individual";
|
|
680
|
-
};
|
|
681
|
-
/**
|
|
682
|
-
* @public
|
|
683
|
-
*/
|
|
684
|
-
export type UzbekistanTaxRegistrationNumberType = (typeof UzbekistanTaxRegistrationNumberType)[keyof typeof UzbekistanTaxRegistrationNumberType];
|
|
685
516
|
/**
|
|
686
517
|
* <p>
|
|
687
518
|
* Additional tax information to specify for a TRN in Uzbekistan.
|
|
@@ -862,50 +693,6 @@ export interface AdditionalInfoResponse {
|
|
|
862
693
|
*/
|
|
863
694
|
uzbekistanAdditionalInfo?: UzbekistanAdditionalInfo | undefined;
|
|
864
695
|
}
|
|
865
|
-
/**
|
|
866
|
-
* @public
|
|
867
|
-
* @enum
|
|
868
|
-
*/
|
|
869
|
-
export declare const TaxRegistrationType: {
|
|
870
|
-
readonly CNPJ: "CNPJ";
|
|
871
|
-
readonly CPF: "CPF";
|
|
872
|
-
readonly GST: "GST";
|
|
873
|
-
readonly NRIC: "NRIC";
|
|
874
|
-
readonly SST: "SST";
|
|
875
|
-
readonly TIN: "TIN";
|
|
876
|
-
readonly VAT: "VAT";
|
|
877
|
-
};
|
|
878
|
-
/**
|
|
879
|
-
* @public
|
|
880
|
-
*/
|
|
881
|
-
export type TaxRegistrationType = (typeof TaxRegistrationType)[keyof typeof TaxRegistrationType];
|
|
882
|
-
/**
|
|
883
|
-
* @public
|
|
884
|
-
* @enum
|
|
885
|
-
*/
|
|
886
|
-
export declare const Sector: {
|
|
887
|
-
readonly BUSINESS: "Business";
|
|
888
|
-
readonly INDIVIDUAL: "Individual";
|
|
889
|
-
readonly PUBLIC_INSTITUTIONS: "Government";
|
|
890
|
-
};
|
|
891
|
-
/**
|
|
892
|
-
* @public
|
|
893
|
-
*/
|
|
894
|
-
export type Sector = (typeof Sector)[keyof typeof Sector];
|
|
895
|
-
/**
|
|
896
|
-
* @public
|
|
897
|
-
* @enum
|
|
898
|
-
*/
|
|
899
|
-
export declare const TaxRegistrationStatus: {
|
|
900
|
-
readonly DELETED: "Deleted";
|
|
901
|
-
readonly PENDING: "Pending";
|
|
902
|
-
readonly REJECTED: "Rejected";
|
|
903
|
-
readonly VERIFIED: "Verified";
|
|
904
|
-
};
|
|
905
|
-
/**
|
|
906
|
-
* @public
|
|
907
|
-
*/
|
|
908
|
-
export type TaxRegistrationStatus = (typeof TaxRegistrationStatus)[keyof typeof TaxRegistrationStatus];
|
|
909
696
|
/**
|
|
910
697
|
* <p>The metadata for your tax document.</p>
|
|
911
698
|
* @public
|
|
@@ -1135,19 +922,6 @@ export interface AdditionalInfoRequest {
|
|
|
1135
922
|
*/
|
|
1136
923
|
uzbekistanAdditionalInfo?: UzbekistanAdditionalInfo | undefined;
|
|
1137
924
|
}
|
|
1138
|
-
/**
|
|
1139
|
-
* <p>Failed to upload the tax exemption document to Amazon Web ServicesSupport case.
|
|
1140
|
-
* </p>
|
|
1141
|
-
* @public
|
|
1142
|
-
*/
|
|
1143
|
-
export declare class AttachmentUploadException extends __BaseException {
|
|
1144
|
-
readonly name: "AttachmentUploadException";
|
|
1145
|
-
readonly $fault: "client";
|
|
1146
|
-
/**
|
|
1147
|
-
* @internal
|
|
1148
|
-
*/
|
|
1149
|
-
constructor(opts: __ExceptionOptionType<AttachmentUploadException, __BaseException>);
|
|
1150
|
-
}
|
|
1151
925
|
/**
|
|
1152
926
|
* <p>The address domain associate with the tax information.
|
|
1153
927
|
* </p>
|
|
@@ -1213,55 +987,6 @@ export interface BatchDeleteTaxRegistrationResponse {
|
|
|
1213
987
|
*/
|
|
1214
988
|
errors: BatchDeleteTaxRegistrationError[] | undefined;
|
|
1215
989
|
}
|
|
1216
|
-
/**
|
|
1217
|
-
* <p>The exception when the input is creating conflict with the given state.</p>
|
|
1218
|
-
* @public
|
|
1219
|
-
*/
|
|
1220
|
-
export declare class ConflictException extends __BaseException {
|
|
1221
|
-
readonly name: "ConflictException";
|
|
1222
|
-
readonly $fault: "client";
|
|
1223
|
-
/**
|
|
1224
|
-
* <p>409</p>
|
|
1225
|
-
* @public
|
|
1226
|
-
*/
|
|
1227
|
-
errorCode: string | undefined;
|
|
1228
|
-
/**
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
1231
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1232
|
-
}
|
|
1233
|
-
/**
|
|
1234
|
-
* <p>The exception thrown when an unexpected error occurs when processing a request.</p>
|
|
1235
|
-
* @public
|
|
1236
|
-
*/
|
|
1237
|
-
export declare class InternalServerException extends __BaseException {
|
|
1238
|
-
readonly name: "InternalServerException";
|
|
1239
|
-
readonly $fault: "server";
|
|
1240
|
-
/**
|
|
1241
|
-
* <p>500</p>
|
|
1242
|
-
* @public
|
|
1243
|
-
*/
|
|
1244
|
-
errorCode: string | undefined;
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
1249
|
-
}
|
|
1250
|
-
/**
|
|
1251
|
-
* @public
|
|
1252
|
-
* @enum
|
|
1253
|
-
*/
|
|
1254
|
-
export declare const ValidationExceptionErrorCode: {
|
|
1255
|
-
readonly EXPIRED_TOKEN: "ExpiredToken";
|
|
1256
|
-
readonly FIELD_VALIDATION_FAILED: "FieldValidationFailed";
|
|
1257
|
-
readonly INVALID_TOKEN: "InvalidToken";
|
|
1258
|
-
readonly MALFORMED_TOKEN: "MalformedToken";
|
|
1259
|
-
readonly MISSING_INPUT: "MissingInput";
|
|
1260
|
-
};
|
|
1261
|
-
/**
|
|
1262
|
-
* @public
|
|
1263
|
-
*/
|
|
1264
|
-
export type ValidationExceptionErrorCode = (typeof ValidationExceptionErrorCode)[keyof typeof ValidationExceptionErrorCode];
|
|
1265
990
|
/**
|
|
1266
991
|
* <p>The information about the specified parameter in the request that caused an error.</p>
|
|
1267
992
|
* @public
|
|
@@ -1273,29 +998,6 @@ export interface ValidationExceptionField {
|
|
|
1273
998
|
*/
|
|
1274
999
|
name: string | undefined;
|
|
1275
1000
|
}
|
|
1276
|
-
/**
|
|
1277
|
-
* <p>The exception when the input doesn't pass validation for at least one of the input
|
|
1278
|
-
* parameters. </p>
|
|
1279
|
-
* @public
|
|
1280
|
-
*/
|
|
1281
|
-
export declare class ValidationException extends __BaseException {
|
|
1282
|
-
readonly name: "ValidationException";
|
|
1283
|
-
readonly $fault: "client";
|
|
1284
|
-
/**
|
|
1285
|
-
* <p>400</p>
|
|
1286
|
-
* @public
|
|
1287
|
-
*/
|
|
1288
|
-
errorCode: ValidationExceptionErrorCode | undefined;
|
|
1289
|
-
/**
|
|
1290
|
-
* <p>400</p>
|
|
1291
|
-
* @public
|
|
1292
|
-
*/
|
|
1293
|
-
fieldList?: ValidationExceptionField[] | undefined;
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
1298
|
-
}
|
|
1299
1001
|
/**
|
|
1300
1002
|
* @public
|
|
1301
1003
|
*/
|
|
@@ -1308,20 +1010,6 @@ export interface BatchGetTaxExemptionsRequest {
|
|
|
1308
1010
|
*/
|
|
1309
1011
|
accountIds: string[] | undefined;
|
|
1310
1012
|
}
|
|
1311
|
-
/**
|
|
1312
|
-
* @public
|
|
1313
|
-
* @enum
|
|
1314
|
-
*/
|
|
1315
|
-
export declare const EntityExemptionAccountStatus: {
|
|
1316
|
-
readonly Expired: "Expired";
|
|
1317
|
-
readonly None: "None";
|
|
1318
|
-
readonly Pending: "Pending";
|
|
1319
|
-
readonly Valid: "Valid";
|
|
1320
|
-
};
|
|
1321
|
-
/**
|
|
1322
|
-
* @public
|
|
1323
|
-
*/
|
|
1324
|
-
export type EntityExemptionAccountStatus = (typeof EntityExemptionAccountStatus)[keyof typeof EntityExemptionAccountStatus];
|
|
1325
1013
|
/**
|
|
1326
1014
|
* <p>The tax exemption type.
|
|
1327
1015
|
* </p>
|
|
@@ -1438,23 +1126,6 @@ export interface BatchGetTaxExemptionsResponse {
|
|
|
1438
1126
|
*/
|
|
1439
1127
|
failedAccounts?: string[] | undefined;
|
|
1440
1128
|
}
|
|
1441
|
-
/**
|
|
1442
|
-
* <p>The exception thrown when the input doesn't have a resource associated to it.</p>
|
|
1443
|
-
* @public
|
|
1444
|
-
*/
|
|
1445
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
1446
|
-
readonly name: "ResourceNotFoundException";
|
|
1447
|
-
readonly $fault: "client";
|
|
1448
|
-
/**
|
|
1449
|
-
* <p>404</p>
|
|
1450
|
-
* @public
|
|
1451
|
-
*/
|
|
1452
|
-
errorCode: string | undefined;
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
1457
|
-
}
|
|
1458
1129
|
/**
|
|
1459
1130
|
* <p>The tax registration document.
|
|
1460
1131
|
* </p>
|
|
@@ -1647,19 +1318,6 @@ export interface BatchPutTaxRegistrationResponse {
|
|
|
1647
1318
|
*/
|
|
1648
1319
|
errors: BatchPutTaxRegistrationError[] | undefined;
|
|
1649
1320
|
}
|
|
1650
|
-
/**
|
|
1651
|
-
* <p>You've exceeded the Amazon Web ServicesSupport case creation limit for your account.
|
|
1652
|
-
* </p>
|
|
1653
|
-
* @public
|
|
1654
|
-
*/
|
|
1655
|
-
export declare class CaseCreationLimitExceededException extends __BaseException {
|
|
1656
|
-
readonly name: "CaseCreationLimitExceededException";
|
|
1657
|
-
readonly $fault: "client";
|
|
1658
|
-
/**
|
|
1659
|
-
* @internal
|
|
1660
|
-
*/
|
|
1661
|
-
constructor(opts: __ExceptionOptionType<CaseCreationLimitExceededException, __BaseException>);
|
|
1662
|
-
}
|
|
1663
1321
|
/**
|
|
1664
1322
|
* @public
|
|
1665
1323
|
*/
|
|
@@ -1750,18 +1408,6 @@ export interface GetTaxExemptionTypesResponse {
|
|
|
1750
1408
|
*/
|
|
1751
1409
|
export interface GetTaxInheritanceRequest {
|
|
1752
1410
|
}
|
|
1753
|
-
/**
|
|
1754
|
-
* @public
|
|
1755
|
-
* @enum
|
|
1756
|
-
*/
|
|
1757
|
-
export declare const HeritageStatus: {
|
|
1758
|
-
readonly OptIn: "OptIn";
|
|
1759
|
-
readonly OptOut: "OptOut";
|
|
1760
|
-
};
|
|
1761
|
-
/**
|
|
1762
|
-
* @public
|
|
1763
|
-
*/
|
|
1764
|
-
export type HeritageStatus = (typeof HeritageStatus)[keyof typeof HeritageStatus];
|
|
1765
1411
|
/**
|
|
1766
1412
|
* @public
|
|
1767
1413
|
*/
|
|
@@ -1897,17 +1543,6 @@ export interface ListSupplementalTaxRegistrationsRequest {
|
|
|
1897
1543
|
*/
|
|
1898
1544
|
nextToken?: string | undefined;
|
|
1899
1545
|
}
|
|
1900
|
-
/**
|
|
1901
|
-
* @public
|
|
1902
|
-
* @enum
|
|
1903
|
-
*/
|
|
1904
|
-
export declare const SupplementalTaxRegistrationType: {
|
|
1905
|
-
readonly VAT: "VAT";
|
|
1906
|
-
};
|
|
1907
|
-
/**
|
|
1908
|
-
* @public
|
|
1909
|
-
*/
|
|
1910
|
-
export type SupplementalTaxRegistrationType = (typeof SupplementalTaxRegistrationType)[keyof typeof SupplementalTaxRegistrationType];
|
|
1911
1546
|
/**
|
|
1912
1547
|
* <p>
|
|
1913
1548
|
* Supplemental TRN details.
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { TaxSettingsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { TaxSettingsServiceException } from "./models/TaxSettingsServiceException";
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export declare const AddressRoleType: {
|
|
2
|
+
readonly BILLING_ADDRESS: "BillingAddress";
|
|
3
|
+
readonly CONTACT_ADDRESS: "ContactAddress";
|
|
4
|
+
readonly TAX_ADDRESS: "TaxAddress";
|
|
5
|
+
};
|
|
6
|
+
export type AddressRoleType =
|
|
7
|
+
(typeof AddressRoleType)[keyof typeof AddressRoleType];
|
|
8
|
+
export declare const PersonType: {
|
|
9
|
+
readonly BUSINESS: "Business";
|
|
10
|
+
readonly LEGAL_PERSON: "Legal Person";
|
|
11
|
+
readonly PHYSICAL_PERSON: "Physical Person";
|
|
12
|
+
};
|
|
13
|
+
export type PersonType = (typeof PersonType)[keyof typeof PersonType];
|
|
14
|
+
export declare const IndonesiaTaxRegistrationNumberType: {
|
|
15
|
+
readonly NIK: "NIK";
|
|
16
|
+
readonly NITKU: "NITKU";
|
|
17
|
+
readonly NPWP: "NPWP";
|
|
18
|
+
readonly PASSPORT_NUMBER: "PassportNumber";
|
|
19
|
+
};
|
|
20
|
+
export type IndonesiaTaxRegistrationNumberType =
|
|
21
|
+
(typeof IndonesiaTaxRegistrationNumberType)[keyof typeof IndonesiaTaxRegistrationNumberType];
|
|
22
|
+
export declare const IsraelCustomerType: {
|
|
23
|
+
readonly BUSINESS: "Business";
|
|
24
|
+
readonly INDIVIDUAL: "Individual";
|
|
25
|
+
};
|
|
26
|
+
export type IsraelCustomerType =
|
|
27
|
+
(typeof IsraelCustomerType)[keyof typeof IsraelCustomerType];
|
|
28
|
+
export declare const IsraelDealerType: {
|
|
29
|
+
readonly AUTHORIZED: "Authorized";
|
|
30
|
+
readonly NON_AUTHORIZED: "Non-authorized";
|
|
31
|
+
};
|
|
32
|
+
export type IsraelDealerType =
|
|
33
|
+
(typeof IsraelDealerType)[keyof typeof IsraelDealerType];
|
|
34
|
+
export declare const MalaysiaServiceTaxCode: {
|
|
35
|
+
readonly CONSULTANCY: "Consultancy";
|
|
36
|
+
readonly DIGITAL_SVC_ELECTRONIC_MEDIUM: "Digital Service And Electronic Medium";
|
|
37
|
+
readonly IT_SERVICES: "IT Services";
|
|
38
|
+
readonly TRAINING_OR_COACHING: "Training Or Coaching";
|
|
39
|
+
};
|
|
40
|
+
export type MalaysiaServiceTaxCode =
|
|
41
|
+
(typeof MalaysiaServiceTaxCode)[keyof typeof MalaysiaServiceTaxCode];
|
|
42
|
+
export declare const TaxRegistrationNumberType: {
|
|
43
|
+
readonly LOCAL_REGISTRATION_NUMBER: "LocalRegistrationNumber";
|
|
44
|
+
readonly TAX_REGISTRATION_NUMBER: "TaxRegistrationNumber";
|
|
45
|
+
};
|
|
46
|
+
export type TaxRegistrationNumberType =
|
|
47
|
+
(typeof TaxRegistrationNumberType)[keyof typeof TaxRegistrationNumberType];
|
|
48
|
+
export declare const SaudiArabiaTaxRegistrationNumberType: {
|
|
49
|
+
readonly COMMERCIAL_REGISTRATION_NUMBER: "CommercialRegistrationNumber";
|
|
50
|
+
readonly TAX_IDENTIFICATION_NUMBER: "TaxIdentificationNumber";
|
|
51
|
+
readonly TAX_REGISTRATION_NUMBER: "TaxRegistrationNumber";
|
|
52
|
+
};
|
|
53
|
+
export type SaudiArabiaTaxRegistrationNumberType =
|
|
54
|
+
(typeof SaudiArabiaTaxRegistrationNumberType)[keyof typeof SaudiArabiaTaxRegistrationNumberType];
|
|
55
|
+
export declare const RegistrationType: {
|
|
56
|
+
readonly INTRA_EU: "Intra-EU";
|
|
57
|
+
readonly LOCAL: "Local";
|
|
58
|
+
};
|
|
59
|
+
export type RegistrationType =
|
|
60
|
+
(typeof RegistrationType)[keyof typeof RegistrationType];
|
|
61
|
+
export declare const Industries: {
|
|
62
|
+
readonly BANKS: "Banks";
|
|
63
|
+
readonly CIRCULATING_ORG: "CirculatingOrg";
|
|
64
|
+
readonly DEVELOPMENT_AGENCIES: "DevelopmentAgencies";
|
|
65
|
+
readonly INSURANCE: "Insurance";
|
|
66
|
+
readonly PENSION_AND_BENEFIT_FUNDS: "PensionAndBenefitFunds";
|
|
67
|
+
readonly PROFESSIONAL_ORG: "ProfessionalOrg";
|
|
68
|
+
};
|
|
69
|
+
export type Industries = (typeof Industries)[keyof typeof Industries];
|
|
70
|
+
export declare const UkraineTrnType: {
|
|
71
|
+
readonly BUSINESS: "Business";
|
|
72
|
+
readonly INDIVIDUAL: "Individual";
|
|
73
|
+
};
|
|
74
|
+
export type UkraineTrnType =
|
|
75
|
+
(typeof UkraineTrnType)[keyof typeof UkraineTrnType];
|
|
76
|
+
export declare const UzbekistanTaxRegistrationNumberType: {
|
|
77
|
+
readonly BUSINESS: "Business";
|
|
78
|
+
readonly INDIVIDUAL: "Individual";
|
|
79
|
+
};
|
|
80
|
+
export type UzbekistanTaxRegistrationNumberType =
|
|
81
|
+
(typeof UzbekistanTaxRegistrationNumberType)[keyof typeof UzbekistanTaxRegistrationNumberType];
|
|
82
|
+
export declare const TaxRegistrationType: {
|
|
83
|
+
readonly CNPJ: "CNPJ";
|
|
84
|
+
readonly CPF: "CPF";
|
|
85
|
+
readonly GST: "GST";
|
|
86
|
+
readonly NRIC: "NRIC";
|
|
87
|
+
readonly SST: "SST";
|
|
88
|
+
readonly TIN: "TIN";
|
|
89
|
+
readonly VAT: "VAT";
|
|
90
|
+
};
|
|
91
|
+
export type TaxRegistrationType =
|
|
92
|
+
(typeof TaxRegistrationType)[keyof typeof TaxRegistrationType];
|
|
93
|
+
export declare const Sector: {
|
|
94
|
+
readonly BUSINESS: "Business";
|
|
95
|
+
readonly INDIVIDUAL: "Individual";
|
|
96
|
+
readonly PUBLIC_INSTITUTIONS: "Government";
|
|
97
|
+
};
|
|
98
|
+
export type Sector = (typeof Sector)[keyof typeof Sector];
|
|
99
|
+
export declare const TaxRegistrationStatus: {
|
|
100
|
+
readonly DELETED: "Deleted";
|
|
101
|
+
readonly PENDING: "Pending";
|
|
102
|
+
readonly REJECTED: "Rejected";
|
|
103
|
+
readonly VERIFIED: "Verified";
|
|
104
|
+
};
|
|
105
|
+
export type TaxRegistrationStatus =
|
|
106
|
+
(typeof TaxRegistrationStatus)[keyof typeof TaxRegistrationStatus];
|
|
107
|
+
export declare const ValidationExceptionErrorCode: {
|
|
108
|
+
readonly EXPIRED_TOKEN: "ExpiredToken";
|
|
109
|
+
readonly FIELD_VALIDATION_FAILED: "FieldValidationFailed";
|
|
110
|
+
readonly INVALID_TOKEN: "InvalidToken";
|
|
111
|
+
readonly MALFORMED_TOKEN: "MalformedToken";
|
|
112
|
+
readonly MISSING_INPUT: "MissingInput";
|
|
113
|
+
};
|
|
114
|
+
export type ValidationExceptionErrorCode =
|
|
115
|
+
(typeof ValidationExceptionErrorCode)[keyof typeof ValidationExceptionErrorCode];
|
|
116
|
+
export declare const EntityExemptionAccountStatus: {
|
|
117
|
+
readonly Expired: "Expired";
|
|
118
|
+
readonly None: "None";
|
|
119
|
+
readonly Pending: "Pending";
|
|
120
|
+
readonly Valid: "Valid";
|
|
121
|
+
};
|
|
122
|
+
export type EntityExemptionAccountStatus =
|
|
123
|
+
(typeof EntityExemptionAccountStatus)[keyof typeof EntityExemptionAccountStatus];
|
|
124
|
+
export declare const HeritageStatus: {
|
|
125
|
+
readonly OptIn: "OptIn";
|
|
126
|
+
readonly OptOut: "OptOut";
|
|
127
|
+
};
|
|
128
|
+
export type HeritageStatus =
|
|
129
|
+
(typeof HeritageStatus)[keyof typeof HeritageStatus];
|
|
130
|
+
export declare const SupplementalTaxRegistrationType: {
|
|
131
|
+
readonly VAT: "VAT";
|
|
132
|
+
};
|
|
133
|
+
export type SupplementalTaxRegistrationType =
|
|
134
|
+
(typeof SupplementalTaxRegistrationType)[keyof typeof SupplementalTaxRegistrationType];
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ValidationExceptionErrorCode } from "./enums";
|
|
3
|
+
import { ValidationExceptionField } from "./models_0";
|
|
4
|
+
import { TaxSettingsServiceException as __BaseException } from "./TaxSettingsServiceException";
|
|
5
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
6
|
+
readonly name: "AccessDeniedException";
|
|
7
|
+
readonly $fault: "client";
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
export declare class AttachmentUploadException extends __BaseException {
|
|
13
|
+
readonly name: "AttachmentUploadException";
|
|
14
|
+
readonly $fault: "client";
|
|
15
|
+
constructor(
|
|
16
|
+
opts: __ExceptionOptionType<AttachmentUploadException, __BaseException>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export declare class ConflictException extends __BaseException {
|
|
20
|
+
readonly name: "ConflictException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
errorCode: string | undefined;
|
|
23
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
24
|
+
}
|
|
25
|
+
export declare class InternalServerException extends __BaseException {
|
|
26
|
+
readonly name: "InternalServerException";
|
|
27
|
+
readonly $fault: "server";
|
|
28
|
+
errorCode: string | undefined;
|
|
29
|
+
constructor(
|
|
30
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class ValidationException extends __BaseException {
|
|
34
|
+
readonly name: "ValidationException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
errorCode: ValidationExceptionErrorCode | undefined;
|
|
37
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
43
|
+
readonly name: "ResourceNotFoundException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
errorCode: string | undefined;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class CaseCreationLimitExceededException extends __BaseException {
|
|
51
|
+
readonly name: "CaseCreationLimitExceededException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
constructor(
|
|
54
|
+
opts: __ExceptionOptionType<
|
|
55
|
+
CaseCreationLimitExceededException,
|
|
56
|
+
__BaseException
|
|
57
|
+
>
|
|
58
|
+
);
|
|
59
|
+
}
|