@aws-sdk/client-taxsettings 3.893.0 → 3.894.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 +1597 -10
- package/package.json +6 -6
- package/dist-cjs/TaxSettings.js +0 -43
- package/dist-cjs/TaxSettingsClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/BatchDeleteTaxRegistrationCommand.js +0 -27
- package/dist-cjs/commands/BatchGetTaxExemptionsCommand.js +0 -26
- package/dist-cjs/commands/BatchPutTaxRegistrationCommand.js +0 -27
- package/dist-cjs/commands/DeleteSupplementalTaxRegistrationCommand.js +0 -26
- package/dist-cjs/commands/DeleteTaxRegistrationCommand.js +0 -26
- package/dist-cjs/commands/GetTaxExemptionTypesCommand.js +0 -26
- package/dist-cjs/commands/GetTaxInheritanceCommand.js +0 -26
- package/dist-cjs/commands/GetTaxRegistrationCommand.js +0 -27
- package/dist-cjs/commands/GetTaxRegistrationDocumentCommand.js +0 -26
- package/dist-cjs/commands/ListSupplementalTaxRegistrationsCommand.js +0 -27
- package/dist-cjs/commands/ListTaxExemptionsCommand.js +0 -26
- package/dist-cjs/commands/ListTaxRegistrationsCommand.js +0 -27
- package/dist-cjs/commands/PutSupplementalTaxRegistrationCommand.js +0 -27
- package/dist-cjs/commands/PutTaxExemptionCommand.js +0 -26
- package/dist-cjs/commands/PutTaxInheritanceCommand.js +0 -26
- package/dist-cjs/commands/PutTaxRegistrationCommand.js +0 -27
- package/dist-cjs/commands/index.js +0 -19
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/TaxSettingsServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -285
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListSupplementalTaxRegistrationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListTaxExemptionsPaginator.js +0 -7
- package/dist-cjs/pagination/ListTaxRegistrationsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -7
- package/dist-cjs/protocols/Aws_restJson1.js +0 -685
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchDeleteTaxRegistrationCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchGetTaxExemptionsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchPutTaxRegistrationCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DeleteSupplementalTaxRegistrationCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteTaxRegistrationCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./GetTaxExemptionTypesCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./GetTaxInheritanceCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./GetTaxRegistrationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./GetTaxRegistrationDocumentCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListSupplementalTaxRegistrationsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListTaxExemptionsCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListTaxRegistrationsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./PutSupplementalTaxRegistrationCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./PutTaxExemptionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./PutTaxInheritanceCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./PutTaxRegistrationCommand"), exports);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return Object.assign(options, {
|
|
6
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
7
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
|
-
defaultSigningName: "tax",
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
12
|
-
exports.commonParams = {
|
|
13
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
-
Region: { type: "builtInParams", name: "region" },
|
|
16
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TaxSettingsServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class TaxSettingsServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, TaxSettingsServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.TaxSettingsServiceException = TaxSettingsServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,285 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutTaxRegistrationRequestFilterSensitiveLog = exports.PutSupplementalTaxRegistrationRequestFilterSensitiveLog = exports.SupplementalTaxRegistrationEntryFilterSensitiveLog = exports.ListTaxRegistrationsResponseFilterSensitiveLog = exports.ListSupplementalTaxRegistrationsResponseFilterSensitiveLog = exports.SupplementalTaxRegistrationFilterSensitiveLog = exports.GetTaxRegistrationResponseFilterSensitiveLog = exports.TaxRegistrationFilterSensitiveLog = exports.BatchPutTaxRegistrationResponseFilterSensitiveLog = exports.BatchPutTaxRegistrationErrorFilterSensitiveLog = exports.BatchPutTaxRegistrationRequestFilterSensitiveLog = exports.TaxRegistrationEntryFilterSensitiveLog = exports.BatchDeleteTaxRegistrationResponseFilterSensitiveLog = exports.BatchDeleteTaxRegistrationErrorFilterSensitiveLog = exports.AccountDetailsFilterSensitiveLog = exports.TaxRegistrationWithJurisdictionFilterSensitiveLog = exports.AccountMetaDataFilterSensitiveLog = exports.SupplementalTaxRegistrationType = exports.HeritageStatus = exports.CaseCreationLimitExceededException = exports.ResourceNotFoundException = exports.EntityExemptionAccountStatus = exports.ValidationException = exports.ValidationExceptionErrorCode = exports.InternalServerException = exports.ConflictException = exports.AttachmentUploadException = exports.TaxRegistrationStatus = exports.Sector = exports.TaxRegistrationType = exports.UzbekistanTaxRegistrationNumberType = exports.UkraineTrnType = exports.Industries = exports.RegistrationType = exports.SaudiArabiaTaxRegistrationNumberType = exports.TaxRegistrationNumberType = exports.MalaysiaServiceTaxCode = exports.IsraelDealerType = exports.IsraelCustomerType = exports.IndonesiaTaxRegistrationNumberType = exports.PersonType = exports.AddressRoleType = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const TaxSettingsServiceException_1 = require("./TaxSettingsServiceException");
|
|
6
|
-
class AccessDeniedException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
7
|
-
name = "AccessDeniedException";
|
|
8
|
-
$fault = "client";
|
|
9
|
-
constructor(opts) {
|
|
10
|
-
super({
|
|
11
|
-
name: "AccessDeniedException",
|
|
12
|
-
$fault: "client",
|
|
13
|
-
...opts,
|
|
14
|
-
});
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
exports.AddressRoleType = {
|
|
20
|
-
BILLING_ADDRESS: "BillingAddress",
|
|
21
|
-
CONTACT_ADDRESS: "ContactAddress",
|
|
22
|
-
TAX_ADDRESS: "TaxAddress",
|
|
23
|
-
};
|
|
24
|
-
exports.PersonType = {
|
|
25
|
-
BUSINESS: "Business",
|
|
26
|
-
LEGAL_PERSON: "Legal Person",
|
|
27
|
-
PHYSICAL_PERSON: "Physical Person",
|
|
28
|
-
};
|
|
29
|
-
exports.IndonesiaTaxRegistrationNumberType = {
|
|
30
|
-
NIK: "NIK",
|
|
31
|
-
NITKU: "NITKU",
|
|
32
|
-
NPWP: "NPWP",
|
|
33
|
-
PASSPORT_NUMBER: "PassportNumber",
|
|
34
|
-
};
|
|
35
|
-
exports.IsraelCustomerType = {
|
|
36
|
-
BUSINESS: "Business",
|
|
37
|
-
INDIVIDUAL: "Individual",
|
|
38
|
-
};
|
|
39
|
-
exports.IsraelDealerType = {
|
|
40
|
-
AUTHORIZED: "Authorized",
|
|
41
|
-
NON_AUTHORIZED: "Non-authorized",
|
|
42
|
-
};
|
|
43
|
-
exports.MalaysiaServiceTaxCode = {
|
|
44
|
-
CONSULTANCY: "Consultancy",
|
|
45
|
-
DIGITAL_SVC_ELECTRONIC_MEDIUM: "Digital Service And Electronic Medium",
|
|
46
|
-
IT_SERVICES: "IT Services",
|
|
47
|
-
TRAINING_OR_COACHING: "Training Or Coaching",
|
|
48
|
-
};
|
|
49
|
-
exports.TaxRegistrationNumberType = {
|
|
50
|
-
LOCAL_REGISTRATION_NUMBER: "LocalRegistrationNumber",
|
|
51
|
-
TAX_REGISTRATION_NUMBER: "TaxRegistrationNumber",
|
|
52
|
-
};
|
|
53
|
-
exports.SaudiArabiaTaxRegistrationNumberType = {
|
|
54
|
-
COMMERCIAL_REGISTRATION_NUMBER: "CommercialRegistrationNumber",
|
|
55
|
-
TAX_IDENTIFICATION_NUMBER: "TaxIdentificationNumber",
|
|
56
|
-
TAX_REGISTRATION_NUMBER: "TaxRegistrationNumber",
|
|
57
|
-
};
|
|
58
|
-
exports.RegistrationType = {
|
|
59
|
-
INTRA_EU: "Intra-EU",
|
|
60
|
-
LOCAL: "Local",
|
|
61
|
-
};
|
|
62
|
-
exports.Industries = {
|
|
63
|
-
BANKS: "Banks",
|
|
64
|
-
CIRCULATING_ORG: "CirculatingOrg",
|
|
65
|
-
DEVELOPMENT_AGENCIES: "DevelopmentAgencies",
|
|
66
|
-
INSURANCE: "Insurance",
|
|
67
|
-
PENSION_AND_BENEFIT_FUNDS: "PensionAndBenefitFunds",
|
|
68
|
-
PROFESSIONAL_ORG: "ProfessionalOrg",
|
|
69
|
-
};
|
|
70
|
-
exports.UkraineTrnType = {
|
|
71
|
-
BUSINESS: "Business",
|
|
72
|
-
INDIVIDUAL: "Individual",
|
|
73
|
-
};
|
|
74
|
-
exports.UzbekistanTaxRegistrationNumberType = {
|
|
75
|
-
BUSINESS: "Business",
|
|
76
|
-
INDIVIDUAL: "Individual",
|
|
77
|
-
};
|
|
78
|
-
exports.TaxRegistrationType = {
|
|
79
|
-
CNPJ: "CNPJ",
|
|
80
|
-
CPF: "CPF",
|
|
81
|
-
GST: "GST",
|
|
82
|
-
NRIC: "NRIC",
|
|
83
|
-
SST: "SST",
|
|
84
|
-
TIN: "TIN",
|
|
85
|
-
VAT: "VAT",
|
|
86
|
-
};
|
|
87
|
-
exports.Sector = {
|
|
88
|
-
BUSINESS: "Business",
|
|
89
|
-
INDIVIDUAL: "Individual",
|
|
90
|
-
PUBLIC_INSTITUTIONS: "Government",
|
|
91
|
-
};
|
|
92
|
-
exports.TaxRegistrationStatus = {
|
|
93
|
-
DELETED: "Deleted",
|
|
94
|
-
PENDING: "Pending",
|
|
95
|
-
REJECTED: "Rejected",
|
|
96
|
-
VERIFIED: "Verified",
|
|
97
|
-
};
|
|
98
|
-
class AttachmentUploadException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
99
|
-
name = "AttachmentUploadException";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "AttachmentUploadException",
|
|
104
|
-
$fault: "client",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
Object.setPrototypeOf(this, AttachmentUploadException.prototype);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
exports.AttachmentUploadException = AttachmentUploadException;
|
|
111
|
-
class ConflictException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
112
|
-
name = "ConflictException";
|
|
113
|
-
$fault = "client";
|
|
114
|
-
errorCode;
|
|
115
|
-
constructor(opts) {
|
|
116
|
-
super({
|
|
117
|
-
name: "ConflictException",
|
|
118
|
-
$fault: "client",
|
|
119
|
-
...opts,
|
|
120
|
-
});
|
|
121
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
122
|
-
this.errorCode = opts.errorCode;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
exports.ConflictException = ConflictException;
|
|
126
|
-
class InternalServerException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
127
|
-
name = "InternalServerException";
|
|
128
|
-
$fault = "server";
|
|
129
|
-
errorCode;
|
|
130
|
-
constructor(opts) {
|
|
131
|
-
super({
|
|
132
|
-
name: "InternalServerException",
|
|
133
|
-
$fault: "server",
|
|
134
|
-
...opts,
|
|
135
|
-
});
|
|
136
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
137
|
-
this.errorCode = opts.errorCode;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
exports.InternalServerException = InternalServerException;
|
|
141
|
-
exports.ValidationExceptionErrorCode = {
|
|
142
|
-
EXPIRED_TOKEN: "ExpiredToken",
|
|
143
|
-
FIELD_VALIDATION_FAILED: "FieldValidationFailed",
|
|
144
|
-
INVALID_TOKEN: "InvalidToken",
|
|
145
|
-
MALFORMED_TOKEN: "MalformedToken",
|
|
146
|
-
MISSING_INPUT: "MissingInput",
|
|
147
|
-
};
|
|
148
|
-
class ValidationException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
149
|
-
name = "ValidationException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
errorCode;
|
|
152
|
-
fieldList;
|
|
153
|
-
constructor(opts) {
|
|
154
|
-
super({
|
|
155
|
-
name: "ValidationException",
|
|
156
|
-
$fault: "client",
|
|
157
|
-
...opts,
|
|
158
|
-
});
|
|
159
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
160
|
-
this.errorCode = opts.errorCode;
|
|
161
|
-
this.fieldList = opts.fieldList;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
exports.ValidationException = ValidationException;
|
|
165
|
-
exports.EntityExemptionAccountStatus = {
|
|
166
|
-
Expired: "Expired",
|
|
167
|
-
None: "None",
|
|
168
|
-
Pending: "Pending",
|
|
169
|
-
Valid: "Valid",
|
|
170
|
-
};
|
|
171
|
-
class ResourceNotFoundException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
172
|
-
name = "ResourceNotFoundException";
|
|
173
|
-
$fault = "client";
|
|
174
|
-
errorCode;
|
|
175
|
-
constructor(opts) {
|
|
176
|
-
super({
|
|
177
|
-
name: "ResourceNotFoundException",
|
|
178
|
-
$fault: "client",
|
|
179
|
-
...opts,
|
|
180
|
-
});
|
|
181
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
182
|
-
this.errorCode = opts.errorCode;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
186
|
-
class CaseCreationLimitExceededException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
187
|
-
name = "CaseCreationLimitExceededException";
|
|
188
|
-
$fault = "client";
|
|
189
|
-
constructor(opts) {
|
|
190
|
-
super({
|
|
191
|
-
name: "CaseCreationLimitExceededException",
|
|
192
|
-
$fault: "client",
|
|
193
|
-
...opts,
|
|
194
|
-
});
|
|
195
|
-
Object.setPrototypeOf(this, CaseCreationLimitExceededException.prototype);
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
exports.CaseCreationLimitExceededException = CaseCreationLimitExceededException;
|
|
199
|
-
exports.HeritageStatus = {
|
|
200
|
-
OptIn: "OptIn",
|
|
201
|
-
OptOut: "OptOut",
|
|
202
|
-
};
|
|
203
|
-
exports.SupplementalTaxRegistrationType = {
|
|
204
|
-
VAT: "VAT",
|
|
205
|
-
};
|
|
206
|
-
const AccountMetaDataFilterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
});
|
|
209
|
-
exports.AccountMetaDataFilterSensitiveLog = AccountMetaDataFilterSensitiveLog;
|
|
210
|
-
const TaxRegistrationWithJurisdictionFilterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
exports.TaxRegistrationWithJurisdictionFilterSensitiveLog = TaxRegistrationWithJurisdictionFilterSensitiveLog;
|
|
214
|
-
const AccountDetailsFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
...(obj.taxRegistration && { taxRegistration: smithy_client_1.SENSITIVE_STRING }),
|
|
217
|
-
...(obj.accountMetaData && { accountMetaData: smithy_client_1.SENSITIVE_STRING }),
|
|
218
|
-
});
|
|
219
|
-
exports.AccountDetailsFilterSensitiveLog = AccountDetailsFilterSensitiveLog;
|
|
220
|
-
const BatchDeleteTaxRegistrationErrorFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
...(obj.message && { message: smithy_client_1.SENSITIVE_STRING }),
|
|
223
|
-
});
|
|
224
|
-
exports.BatchDeleteTaxRegistrationErrorFilterSensitiveLog = BatchDeleteTaxRegistrationErrorFilterSensitiveLog;
|
|
225
|
-
const BatchDeleteTaxRegistrationResponseFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
...(obj.errors && { errors: obj.errors.map((item) => (0, exports.BatchDeleteTaxRegistrationErrorFilterSensitiveLog)(item)) }),
|
|
228
|
-
});
|
|
229
|
-
exports.BatchDeleteTaxRegistrationResponseFilterSensitiveLog = BatchDeleteTaxRegistrationResponseFilterSensitiveLog;
|
|
230
|
-
const TaxRegistrationEntryFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
exports.TaxRegistrationEntryFilterSensitiveLog = TaxRegistrationEntryFilterSensitiveLog;
|
|
234
|
-
const BatchPutTaxRegistrationRequestFilterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
...(obj.taxRegistrationEntry && { taxRegistrationEntry: smithy_client_1.SENSITIVE_STRING }),
|
|
237
|
-
});
|
|
238
|
-
exports.BatchPutTaxRegistrationRequestFilterSensitiveLog = BatchPutTaxRegistrationRequestFilterSensitiveLog;
|
|
239
|
-
const BatchPutTaxRegistrationErrorFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
...(obj.message && { message: smithy_client_1.SENSITIVE_STRING }),
|
|
242
|
-
});
|
|
243
|
-
exports.BatchPutTaxRegistrationErrorFilterSensitiveLog = BatchPutTaxRegistrationErrorFilterSensitiveLog;
|
|
244
|
-
const BatchPutTaxRegistrationResponseFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
...(obj.errors && { errors: obj.errors.map((item) => (0, exports.BatchPutTaxRegistrationErrorFilterSensitiveLog)(item)) }),
|
|
247
|
-
});
|
|
248
|
-
exports.BatchPutTaxRegistrationResponseFilterSensitiveLog = BatchPutTaxRegistrationResponseFilterSensitiveLog;
|
|
249
|
-
const TaxRegistrationFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
exports.TaxRegistrationFilterSensitiveLog = TaxRegistrationFilterSensitiveLog;
|
|
253
|
-
const GetTaxRegistrationResponseFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
...(obj.taxRegistration && { taxRegistration: smithy_client_1.SENSITIVE_STRING }),
|
|
256
|
-
});
|
|
257
|
-
exports.GetTaxRegistrationResponseFilterSensitiveLog = GetTaxRegistrationResponseFilterSensitiveLog;
|
|
258
|
-
const SupplementalTaxRegistrationFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
exports.SupplementalTaxRegistrationFilterSensitiveLog = SupplementalTaxRegistrationFilterSensitiveLog;
|
|
262
|
-
const ListSupplementalTaxRegistrationsResponseFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.taxRegistrations && { taxRegistrations: smithy_client_1.SENSITIVE_STRING }),
|
|
265
|
-
});
|
|
266
|
-
exports.ListSupplementalTaxRegistrationsResponseFilterSensitiveLog = ListSupplementalTaxRegistrationsResponseFilterSensitiveLog;
|
|
267
|
-
const ListTaxRegistrationsResponseFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.accountDetails && { accountDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
});
|
|
271
|
-
exports.ListTaxRegistrationsResponseFilterSensitiveLog = ListTaxRegistrationsResponseFilterSensitiveLog;
|
|
272
|
-
const SupplementalTaxRegistrationEntryFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
exports.SupplementalTaxRegistrationEntryFilterSensitiveLog = SupplementalTaxRegistrationEntryFilterSensitiveLog;
|
|
276
|
-
const PutSupplementalTaxRegistrationRequestFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
...(obj.taxRegistrationEntry && { taxRegistrationEntry: smithy_client_1.SENSITIVE_STRING }),
|
|
279
|
-
});
|
|
280
|
-
exports.PutSupplementalTaxRegistrationRequestFilterSensitiveLog = PutSupplementalTaxRegistrationRequestFilterSensitiveLog;
|
|
281
|
-
const PutTaxRegistrationRequestFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
...(obj.taxRegistrationEntry && { taxRegistrationEntry: smithy_client_1.SENSITIVE_STRING }),
|
|
284
|
-
});
|
|
285
|
-
exports.PutTaxRegistrationRequestFilterSensitiveLog = PutTaxRegistrationRequestFilterSensitiveLog;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSupplementalTaxRegistrations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSupplementalTaxRegistrationsCommand_1 = require("../commands/ListSupplementalTaxRegistrationsCommand");
|
|
6
|
-
const TaxSettingsClient_1 = require("../TaxSettingsClient");
|
|
7
|
-
exports.paginateListSupplementalTaxRegistrations = (0, core_1.createPaginator)(TaxSettingsClient_1.TaxSettingsClient, ListSupplementalTaxRegistrationsCommand_1.ListSupplementalTaxRegistrationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTaxExemptions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTaxExemptionsCommand_1 = require("../commands/ListTaxExemptionsCommand");
|
|
6
|
-
const TaxSettingsClient_1 = require("../TaxSettingsClient");
|
|
7
|
-
exports.paginateListTaxExemptions = (0, core_1.createPaginator)(TaxSettingsClient_1.TaxSettingsClient, ListTaxExemptionsCommand_1.ListTaxExemptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTaxRegistrations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTaxRegistrationsCommand_1 = require("../commands/ListTaxRegistrationsCommand");
|
|
6
|
-
const TaxSettingsClient_1 = require("../TaxSettingsClient");
|
|
7
|
-
exports.paginateListTaxRegistrations = (0, core_1.createPaginator)(TaxSettingsClient_1.TaxSettingsClient, ListTaxRegistrationsCommand_1.ListTaxRegistrationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListSupplementalTaxRegistrationsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListTaxExemptionsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListTaxRegistrationsPaginator"), exports);
|