aws-sdk-taxsettings 1.19.0 → 1.21.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-taxsettings/client.rb +14 -2
- data/lib/aws-sdk-taxsettings/client_api.rb +25 -4
- data/lib/aws-sdk-taxsettings/types.rb +41 -5
- data/lib/aws-sdk-taxsettings.rb +1 -1
- data/sig/client.rbs +8 -0
- data/sig/types.rbs +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ac7456de16365f124da2505aea7eab2cd932f6c8cc3ac4a5985bc56eadc33b0
|
4
|
+
data.tar.gz: ade0173246c5c5e2a49d52b7e48643e8b4ed1a3913c89c054ff3e6bc5b433598
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98e5b1d7076c151005590b1d231734bde0b84b036c5357ab6baab77179822757388def1f15bafe9d1671204131b28c39cac5db89d65387c6418cb5ed2587c733
|
7
|
+
data.tar.gz: 6fb26aa79db69914bc27c08951ac4ef31d04143b551ac00bea61b76effb214b3bebebc4d7c8a91a9d1f17d03c20f64fee060e98e6f41d8a33802a5851f8a6547
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.21.0 (2025-04-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Uzbekistan Launch on TaxSettings Page
|
8
|
+
|
9
|
+
1.20.0 (2025-03-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adjust Vietnam PaymentVoucherNumber regex and minor API change.
|
13
|
+
|
4
14
|
1.19.0 (2025-02-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -797,6 +797,10 @@ module Aws::TaxSettings
|
|
797
797
|
# ukraine_additional_info: {
|
798
798
|
# ukraine_trn_type: "Business", # required, accepts Business, Individual
|
799
799
|
# },
|
800
|
+
# uzbekistan_additional_info: {
|
801
|
+
# tax_registration_number_type: "Business", # accepts Business, Individual
|
802
|
+
# vat_registration_number: "VatRegistrationNumber",
|
803
|
+
# },
|
800
804
|
# vietnam_additional_info: {
|
801
805
|
# electronic_transaction_code_number: "ElectronicTransactionCodeNumber",
|
802
806
|
# enterprise_identification_number: "EnterpriseIdentificationNumber",
|
@@ -1008,6 +1012,8 @@ module Aws::TaxSettings
|
|
1008
1012
|
# resp.tax_registration.additional_tax_information.turkey_additional_info.secondary_tax_id #=> String
|
1009
1013
|
# resp.tax_registration.additional_tax_information.turkey_additional_info.tax_office #=> String
|
1010
1014
|
# resp.tax_registration.additional_tax_information.ukraine_additional_info.ukraine_trn_type #=> String, one of "Business", "Individual"
|
1015
|
+
# resp.tax_registration.additional_tax_information.uzbekistan_additional_info.tax_registration_number_type #=> String, one of "Business", "Individual"
|
1016
|
+
# resp.tax_registration.additional_tax_information.uzbekistan_additional_info.vat_registration_number #=> String
|
1011
1017
|
# resp.tax_registration.additional_tax_information.vietnam_additional_info.electronic_transaction_code_number #=> String
|
1012
1018
|
# resp.tax_registration.additional_tax_information.vietnam_additional_info.enterprise_identification_number #=> String
|
1013
1019
|
# resp.tax_registration.additional_tax_information.vietnam_additional_info.payment_voucher_number #=> String
|
@@ -1262,6 +1268,8 @@ module Aws::TaxSettings
|
|
1262
1268
|
# resp.account_details[0].tax_registration.additional_tax_information.turkey_additional_info.secondary_tax_id #=> String
|
1263
1269
|
# resp.account_details[0].tax_registration.additional_tax_information.turkey_additional_info.tax_office #=> String
|
1264
1270
|
# resp.account_details[0].tax_registration.additional_tax_information.ukraine_additional_info.ukraine_trn_type #=> String, one of "Business", "Individual"
|
1271
|
+
# resp.account_details[0].tax_registration.additional_tax_information.uzbekistan_additional_info.tax_registration_number_type #=> String, one of "Business", "Individual"
|
1272
|
+
# resp.account_details[0].tax_registration.additional_tax_information.uzbekistan_additional_info.vat_registration_number #=> String
|
1265
1273
|
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.electronic_transaction_code_number #=> String
|
1266
1274
|
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.enterprise_identification_number #=> String
|
1267
1275
|
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.payment_voucher_number #=> String
|
@@ -1347,7 +1355,7 @@ module Aws::TaxSettings
|
|
1347
1355
|
# The exemption certificate.
|
1348
1356
|
#
|
1349
1357
|
# @option params [required, String] :exemption_type
|
1350
|
-
# The exemption type.
|
1358
|
+
# The exemption type. Use the supported tax exemption type description.
|
1351
1359
|
#
|
1352
1360
|
# @return [Types::PutTaxExemptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1353
1361
|
#
|
@@ -1639,6 +1647,10 @@ module Aws::TaxSettings
|
|
1639
1647
|
# ukraine_additional_info: {
|
1640
1648
|
# ukraine_trn_type: "Business", # required, accepts Business, Individual
|
1641
1649
|
# },
|
1650
|
+
# uzbekistan_additional_info: {
|
1651
|
+
# tax_registration_number_type: "Business", # accepts Business, Individual
|
1652
|
+
# vat_registration_number: "VatRegistrationNumber",
|
1653
|
+
# },
|
1642
1654
|
# vietnam_additional_info: {
|
1643
1655
|
# electronic_transaction_code_number: "ElectronicTransactionCodeNumber",
|
1644
1656
|
# enterprise_identification_number: "EnterpriseIdentificationNumber",
|
@@ -1710,7 +1722,7 @@ module Aws::TaxSettings
|
|
1710
1722
|
tracer: tracer
|
1711
1723
|
)
|
1712
1724
|
context[:gem_name] = 'aws-sdk-taxsettings'
|
1713
|
-
context[:gem_version] = '1.
|
1725
|
+
context[:gem_version] = '1.21.0'
|
1714
1726
|
Seahorse::Client::Request.new(handlers, context)
|
1715
1727
|
end
|
1716
1728
|
|
@@ -35,12 +35,15 @@ module Aws::TaxSettings
|
|
35
35
|
BatchDeleteTaxRegistrationError = Shapes::StructureShape.new(name: 'BatchDeleteTaxRegistrationError')
|
36
36
|
BatchDeleteTaxRegistrationErrors = Shapes::ListShape.new(name: 'BatchDeleteTaxRegistrationErrors')
|
37
37
|
BatchDeleteTaxRegistrationRequest = Shapes::StructureShape.new(name: 'BatchDeleteTaxRegistrationRequest')
|
38
|
+
BatchDeleteTaxRegistrationRequestAccountIdsList = Shapes::ListShape.new(name: 'BatchDeleteTaxRegistrationRequestAccountIdsList')
|
38
39
|
BatchDeleteTaxRegistrationResponse = Shapes::StructureShape.new(name: 'BatchDeleteTaxRegistrationResponse')
|
39
40
|
BatchGetTaxExemptionsRequest = Shapes::StructureShape.new(name: 'BatchGetTaxExemptionsRequest')
|
41
|
+
BatchGetTaxExemptionsRequestAccountIdsList = Shapes::ListShape.new(name: 'BatchGetTaxExemptionsRequestAccountIdsList')
|
40
42
|
BatchGetTaxExemptionsResponse = Shapes::StructureShape.new(name: 'BatchGetTaxExemptionsResponse')
|
41
43
|
BatchPutTaxRegistrationError = Shapes::StructureShape.new(name: 'BatchPutTaxRegistrationError')
|
42
44
|
BatchPutTaxRegistrationErrors = Shapes::ListShape.new(name: 'BatchPutTaxRegistrationErrors')
|
43
45
|
BatchPutTaxRegistrationRequest = Shapes::StructureShape.new(name: 'BatchPutTaxRegistrationRequest')
|
46
|
+
BatchPutTaxRegistrationRequestAccountIdsList = Shapes::ListShape.new(name: 'BatchPutTaxRegistrationRequestAccountIdsList')
|
44
47
|
BatchPutTaxRegistrationResponse = Shapes::StructureShape.new(name: 'BatchPutTaxRegistrationResponse')
|
45
48
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
46
49
|
BrazilAdditionalInfo = Shapes::StructureShape.new(name: 'BrazilAdditionalInfo')
|
@@ -128,6 +131,7 @@ module Aws::TaxSettings
|
|
128
131
|
PutSupplementalTaxRegistrationRequest = Shapes::StructureShape.new(name: 'PutSupplementalTaxRegistrationRequest')
|
129
132
|
PutSupplementalTaxRegistrationResponse = Shapes::StructureShape.new(name: 'PutSupplementalTaxRegistrationResponse')
|
130
133
|
PutTaxExemptionRequest = Shapes::StructureShape.new(name: 'PutTaxExemptionRequest')
|
134
|
+
PutTaxExemptionRequestAccountIdsList = Shapes::ListShape.new(name: 'PutTaxExemptionRequestAccountIdsList')
|
131
135
|
PutTaxExemptionResponse = Shapes::StructureShape.new(name: 'PutTaxExemptionResponse')
|
132
136
|
PutTaxInheritanceRequest = Shapes::StructureShape.new(name: 'PutTaxInheritanceRequest')
|
133
137
|
PutTaxInheritanceResponse = Shapes::StructureShape.new(name: 'PutTaxInheritanceResponse')
|
@@ -184,10 +188,13 @@ module Aws::TaxSettings
|
|
184
188
|
UkraineTrnType = Shapes::StringShape.new(name: 'UkraineTrnType')
|
185
189
|
UniqueIdentificationNumber = Shapes::StringShape.new(name: 'UniqueIdentificationNumber')
|
186
190
|
Url = Shapes::StringShape.new(name: 'Url')
|
191
|
+
UzbekistanAdditionalInfo = Shapes::StructureShape.new(name: 'UzbekistanAdditionalInfo')
|
192
|
+
UzbekistanTaxRegistrationNumberType = Shapes::StringShape.new(name: 'UzbekistanTaxRegistrationNumberType')
|
187
193
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
188
194
|
ValidationExceptionErrorCode = Shapes::StringShape.new(name: 'ValidationExceptionErrorCode')
|
189
195
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
190
196
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
197
|
+
VatRegistrationNumber = Shapes::StringShape.new(name: 'VatRegistrationNumber')
|
191
198
|
VerificationDetails = Shapes::StructureShape.new(name: 'VerificationDetails')
|
192
199
|
VietnamAdditionalInfo = Shapes::StructureShape.new(name: 'VietnamAdditionalInfo')
|
193
200
|
|
@@ -227,6 +234,7 @@ module Aws::TaxSettings
|
|
227
234
|
AdditionalInfoRequest.add_member(:spain_additional_info, Shapes::ShapeRef.new(shape: SpainAdditionalInfo, location_name: "spainAdditionalInfo"))
|
228
235
|
AdditionalInfoRequest.add_member(:turkey_additional_info, Shapes::ShapeRef.new(shape: TurkeyAdditionalInfo, location_name: "turkeyAdditionalInfo"))
|
229
236
|
AdditionalInfoRequest.add_member(:ukraine_additional_info, Shapes::ShapeRef.new(shape: UkraineAdditionalInfo, location_name: "ukraineAdditionalInfo"))
|
237
|
+
AdditionalInfoRequest.add_member(:uzbekistan_additional_info, Shapes::ShapeRef.new(shape: UzbekistanAdditionalInfo, location_name: "uzbekistanAdditionalInfo"))
|
230
238
|
AdditionalInfoRequest.add_member(:vietnam_additional_info, Shapes::ShapeRef.new(shape: VietnamAdditionalInfo, location_name: "vietnamAdditionalInfo"))
|
231
239
|
AdditionalInfoRequest.struct_class = Types::AdditionalInfoRequest
|
232
240
|
|
@@ -248,6 +256,7 @@ module Aws::TaxSettings
|
|
248
256
|
AdditionalInfoResponse.add_member(:spain_additional_info, Shapes::ShapeRef.new(shape: SpainAdditionalInfo, location_name: "spainAdditionalInfo"))
|
249
257
|
AdditionalInfoResponse.add_member(:turkey_additional_info, Shapes::ShapeRef.new(shape: TurkeyAdditionalInfo, location_name: "turkeyAdditionalInfo"))
|
250
258
|
AdditionalInfoResponse.add_member(:ukraine_additional_info, Shapes::ShapeRef.new(shape: UkraineAdditionalInfo, location_name: "ukraineAdditionalInfo"))
|
259
|
+
AdditionalInfoResponse.add_member(:uzbekistan_additional_info, Shapes::ShapeRef.new(shape: UzbekistanAdditionalInfo, location_name: "uzbekistanAdditionalInfo"))
|
251
260
|
AdditionalInfoResponse.add_member(:vietnam_additional_info, Shapes::ShapeRef.new(shape: VietnamAdditionalInfo, location_name: "vietnamAdditionalInfo"))
|
252
261
|
AdditionalInfoResponse.struct_class = Types::AdditionalInfoResponse
|
253
262
|
|
@@ -280,15 +289,19 @@ module Aws::TaxSettings
|
|
280
289
|
|
281
290
|
BatchDeleteTaxRegistrationErrors.member = Shapes::ShapeRef.new(shape: BatchDeleteTaxRegistrationError)
|
282
291
|
|
283
|
-
BatchDeleteTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape:
|
292
|
+
BatchDeleteTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: BatchDeleteTaxRegistrationRequestAccountIdsList, required: true, location_name: "accountIds"))
|
284
293
|
BatchDeleteTaxRegistrationRequest.struct_class = Types::BatchDeleteTaxRegistrationRequest
|
285
294
|
|
295
|
+
BatchDeleteTaxRegistrationRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
|
296
|
+
|
286
297
|
BatchDeleteTaxRegistrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDeleteTaxRegistrationErrors, required: true, location_name: "errors"))
|
287
298
|
BatchDeleteTaxRegistrationResponse.struct_class = Types::BatchDeleteTaxRegistrationResponse
|
288
299
|
|
289
|
-
BatchGetTaxExemptionsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape:
|
300
|
+
BatchGetTaxExemptionsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: BatchGetTaxExemptionsRequestAccountIdsList, required: true, location_name: "accountIds"))
|
290
301
|
BatchGetTaxExemptionsRequest.struct_class = Types::BatchGetTaxExemptionsRequest
|
291
302
|
|
303
|
+
BatchGetTaxExemptionsRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
|
304
|
+
|
292
305
|
BatchGetTaxExemptionsResponse.add_member(:failed_accounts, Shapes::ShapeRef.new(shape: AccountIds, location_name: "failedAccounts"))
|
293
306
|
BatchGetTaxExemptionsResponse.add_member(:tax_exemption_details_map, Shapes::ShapeRef.new(shape: TaxExemptionDetailsMap, location_name: "taxExemptionDetailsMap"))
|
294
307
|
BatchGetTaxExemptionsResponse.struct_class = Types::BatchGetTaxExemptionsResponse
|
@@ -300,10 +313,12 @@ module Aws::TaxSettings
|
|
300
313
|
|
301
314
|
BatchPutTaxRegistrationErrors.member = Shapes::ShapeRef.new(shape: BatchPutTaxRegistrationError)
|
302
315
|
|
303
|
-
BatchPutTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape:
|
316
|
+
BatchPutTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: BatchPutTaxRegistrationRequestAccountIdsList, required: true, location_name: "accountIds"))
|
304
317
|
BatchPutTaxRegistrationRequest.add_member(:tax_registration_entry, Shapes::ShapeRef.new(shape: TaxRegistrationEntry, required: true, location_name: "taxRegistrationEntry"))
|
305
318
|
BatchPutTaxRegistrationRequest.struct_class = Types::BatchPutTaxRegistrationRequest
|
306
319
|
|
320
|
+
BatchPutTaxRegistrationRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
|
321
|
+
|
307
322
|
BatchPutTaxRegistrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchPutTaxRegistrationErrors, required: true, location_name: "errors"))
|
308
323
|
BatchPutTaxRegistrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaxRegistrationStatus, location_name: "status"))
|
309
324
|
BatchPutTaxRegistrationResponse.struct_class = Types::BatchPutTaxRegistrationResponse
|
@@ -446,12 +461,14 @@ module Aws::TaxSettings
|
|
446
461
|
PutSupplementalTaxRegistrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaxRegistrationStatus, required: true, location_name: "status"))
|
447
462
|
PutSupplementalTaxRegistrationResponse.struct_class = Types::PutSupplementalTaxRegistrationResponse
|
448
463
|
|
449
|
-
PutTaxExemptionRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape:
|
464
|
+
PutTaxExemptionRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: PutTaxExemptionRequestAccountIdsList, required: true, location_name: "accountIds"))
|
450
465
|
PutTaxExemptionRequest.add_member(:authority, Shapes::ShapeRef.new(shape: Authority, required: true, location_name: "authority"))
|
451
466
|
PutTaxExemptionRequest.add_member(:exemption_certificate, Shapes::ShapeRef.new(shape: ExemptionCertificate, required: true, location_name: "exemptionCertificate"))
|
452
467
|
PutTaxExemptionRequest.add_member(:exemption_type, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "exemptionType"))
|
453
468
|
PutTaxExemptionRequest.struct_class = Types::PutTaxExemptionRequest
|
454
469
|
|
470
|
+
PutTaxExemptionRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
|
471
|
+
|
455
472
|
PutTaxExemptionResponse.add_member(:case_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "caseId"))
|
456
473
|
PutTaxExemptionResponse.struct_class = Types::PutTaxExemptionResponse
|
457
474
|
|
@@ -592,6 +609,10 @@ module Aws::TaxSettings
|
|
592
609
|
UkraineAdditionalInfo.add_member(:ukraine_trn_type, Shapes::ShapeRef.new(shape: UkraineTrnType, required: true, location_name: "ukraineTrnType"))
|
593
610
|
UkraineAdditionalInfo.struct_class = Types::UkraineAdditionalInfo
|
594
611
|
|
612
|
+
UzbekistanAdditionalInfo.add_member(:tax_registration_number_type, Shapes::ShapeRef.new(shape: UzbekistanTaxRegistrationNumberType, location_name: "taxRegistrationNumberType"))
|
613
|
+
UzbekistanAdditionalInfo.add_member(:vat_registration_number, Shapes::ShapeRef.new(shape: VatRegistrationNumber, location_name: "vatRegistrationNumber"))
|
614
|
+
UzbekistanAdditionalInfo.struct_class = Types::UzbekistanAdditionalInfo
|
615
|
+
|
595
616
|
ValidationException.add_member(:error_code, Shapes::ShapeRef.new(shape: ValidationExceptionErrorCode, required: true, location_name: "errorCode"))
|
596
617
|
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
597
618
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
@@ -166,6 +166,10 @@ module Aws::TaxSettings
|
|
166
166
|
# Additional tax information associated with your TRN in Ukraine.
|
167
167
|
# @return [Types::UkraineAdditionalInfo]
|
168
168
|
#
|
169
|
+
# @!attribute [rw] uzbekistan_additional_info
|
170
|
+
# Additional tax information to specify for a TRN in Uzbekistan.
|
171
|
+
# @return [Types::UzbekistanAdditionalInfo]
|
172
|
+
#
|
169
173
|
# @!attribute [rw] vietnam_additional_info
|
170
174
|
# Additional tax information to specify for a TRN in Vietnam.
|
171
175
|
# @return [Types::VietnamAdditionalInfo]
|
@@ -189,6 +193,7 @@ module Aws::TaxSettings
|
|
189
193
|
:spain_additional_info,
|
190
194
|
:turkey_additional_info,
|
191
195
|
:ukraine_additional_info,
|
196
|
+
:uzbekistan_additional_info,
|
192
197
|
:vietnam_additional_info)
|
193
198
|
SENSITIVE = []
|
194
199
|
include Aws::Structure
|
@@ -273,6 +278,10 @@ module Aws::TaxSettings
|
|
273
278
|
# Additional tax information associated with your TRN in Ukraine.
|
274
279
|
# @return [Types::UkraineAdditionalInfo]
|
275
280
|
#
|
281
|
+
# @!attribute [rw] uzbekistan_additional_info
|
282
|
+
# Additional tax information associated with your TRN in Uzbekistan.
|
283
|
+
# @return [Types::UzbekistanAdditionalInfo]
|
284
|
+
#
|
276
285
|
# @!attribute [rw] vietnam_additional_info
|
277
286
|
# Additional tax information to specify for a TRN in Vietnam.
|
278
287
|
# @return [Types::VietnamAdditionalInfo]
|
@@ -298,6 +307,7 @@ module Aws::TaxSettings
|
|
298
307
|
:spain_additional_info,
|
299
308
|
:turkey_additional_info,
|
300
309
|
:ukraine_additional_info,
|
310
|
+
:uzbekistan_additional_info,
|
301
311
|
:vietnam_additional_info)
|
302
312
|
SENSITIVE = []
|
303
313
|
include Aws::Structure
|
@@ -1250,7 +1260,8 @@ module Aws::TaxSettings
|
|
1250
1260
|
# @return [Types::ExemptionCertificate]
|
1251
1261
|
#
|
1252
1262
|
# @!attribute [rw] exemption_type
|
1253
|
-
# The exemption type.
|
1263
|
+
# The exemption type. Use the supported tax exemption type
|
1264
|
+
# description.
|
1254
1265
|
# @return [String]
|
1255
1266
|
#
|
1256
1267
|
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/PutTaxExemptionRequest AWS API Documentation
|
@@ -1666,7 +1677,7 @@ module Aws::TaxSettings
|
|
1666
1677
|
# @return [String]
|
1667
1678
|
#
|
1668
1679
|
# @!attribute [rw] registration_type
|
1669
|
-
# Type of your tax registration.
|
1680
|
+
# Type of your tax registration.
|
1670
1681
|
# @return [String]
|
1671
1682
|
#
|
1672
1683
|
# @!attribute [rw] sector
|
@@ -1937,6 +1948,27 @@ module Aws::TaxSettings
|
|
1937
1948
|
include Aws::Structure
|
1938
1949
|
end
|
1939
1950
|
|
1951
|
+
# Additional tax information to specify for a TRN in Uzbekistan.
|
1952
|
+
#
|
1953
|
+
# @!attribute [rw] tax_registration_number_type
|
1954
|
+
# The tax registration number type. The tax registration number type
|
1955
|
+
# valid values are `Business` and `Individual`.
|
1956
|
+
# @return [String]
|
1957
|
+
#
|
1958
|
+
# @!attribute [rw] vat_registration_number
|
1959
|
+
# The unique 12-digit number issued to identify VAT-registered
|
1960
|
+
# identities in Uzbekistan.
|
1961
|
+
# @return [String]
|
1962
|
+
#
|
1963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/UzbekistanAdditionalInfo AWS API Documentation
|
1964
|
+
#
|
1965
|
+
class UzbekistanAdditionalInfo < Struct.new(
|
1966
|
+
:tax_registration_number_type,
|
1967
|
+
:vat_registration_number)
|
1968
|
+
SENSITIVE = []
|
1969
|
+
include Aws::Structure
|
1970
|
+
end
|
1971
|
+
|
1940
1972
|
# The exception when the input doesn't pass validation for at least one
|
1941
1973
|
# of the input parameters.
|
1942
1974
|
#
|
@@ -2001,18 +2033,22 @@ module Aws::TaxSettings
|
|
2001
2033
|
#
|
2002
2034
|
# @!attribute [rw] electronic_transaction_code_number
|
2003
2035
|
# The electronic transaction code number on the tax return document.
|
2036
|
+
# This field must be provided for successful API operation.
|
2004
2037
|
# @return [String]
|
2005
2038
|
#
|
2006
2039
|
# @!attribute [rw] enterprise_identification_number
|
2007
|
-
# The enterprise identification number for tax registration.
|
2040
|
+
# The enterprise identification number for tax registration. This
|
2041
|
+
# field must be provided for successful API operation.
|
2008
2042
|
# @return [String]
|
2009
2043
|
#
|
2010
2044
|
# @!attribute [rw] payment_voucher_number
|
2011
|
-
# The payment voucher number on the tax return payment document.
|
2045
|
+
# The payment voucher number on the tax return payment document. This
|
2046
|
+
# field must be provided for successful API operation.
|
2012
2047
|
# @return [String]
|
2013
2048
|
#
|
2014
2049
|
# @!attribute [rw] payment_voucher_number_date
|
2015
|
-
# The date on the tax return payment document.
|
2050
|
+
# The date on the tax return payment document. This field must be
|
2051
|
+
# provided for successful API operation.
|
2016
2052
|
# @return [String]
|
2017
2053
|
#
|
2018
2054
|
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/VietnamAdditionalInfo AWS API Documentation
|
data/lib/aws-sdk-taxsettings.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -172,6 +172,10 @@ module Aws
|
|
172
172
|
ukraine_additional_info: {
|
173
173
|
ukraine_trn_type: ("Business" | "Individual")
|
174
174
|
}?,
|
175
|
+
uzbekistan_additional_info: {
|
176
|
+
tax_registration_number_type: ("Business" | "Individual")?,
|
177
|
+
vat_registration_number: ::String?
|
178
|
+
}?,
|
175
179
|
vietnam_additional_info: {
|
176
180
|
electronic_transaction_code_number: ::String?,
|
177
181
|
enterprise_identification_number: ::String?,
|
@@ -439,6 +443,10 @@ module Aws
|
|
439
443
|
ukraine_additional_info: {
|
440
444
|
ukraine_trn_type: ("Business" | "Individual")
|
441
445
|
}?,
|
446
|
+
uzbekistan_additional_info: {
|
447
|
+
tax_registration_number_type: ("Business" | "Individual")?,
|
448
|
+
vat_registration_number: ::String?
|
449
|
+
}?,
|
442
450
|
vietnam_additional_info: {
|
443
451
|
electronic_transaction_code_number: ::String?,
|
444
452
|
enterprise_identification_number: ::String?,
|
data/sig/types.rbs
CHANGED
@@ -47,6 +47,7 @@ module Aws::TaxSettings
|
|
47
47
|
attr_accessor spain_additional_info: Types::SpainAdditionalInfo
|
48
48
|
attr_accessor turkey_additional_info: Types::TurkeyAdditionalInfo
|
49
49
|
attr_accessor ukraine_additional_info: Types::UkraineAdditionalInfo
|
50
|
+
attr_accessor uzbekistan_additional_info: Types::UzbekistanAdditionalInfo
|
50
51
|
attr_accessor vietnam_additional_info: Types::VietnamAdditionalInfo
|
51
52
|
SENSITIVE: []
|
52
53
|
end
|
@@ -70,6 +71,7 @@ module Aws::TaxSettings
|
|
70
71
|
attr_accessor spain_additional_info: Types::SpainAdditionalInfo
|
71
72
|
attr_accessor turkey_additional_info: Types::TurkeyAdditionalInfo
|
72
73
|
attr_accessor ukraine_additional_info: Types::UkraineAdditionalInfo
|
74
|
+
attr_accessor uzbekistan_additional_info: Types::UzbekistanAdditionalInfo
|
73
75
|
attr_accessor vietnam_additional_info: Types::VietnamAdditionalInfo
|
74
76
|
SENSITIVE: []
|
75
77
|
end
|
@@ -536,6 +538,12 @@ module Aws::TaxSettings
|
|
536
538
|
SENSITIVE: []
|
537
539
|
end
|
538
540
|
|
541
|
+
class UzbekistanAdditionalInfo
|
542
|
+
attr_accessor tax_registration_number_type: ("Business" | "Individual")
|
543
|
+
attr_accessor vat_registration_number: ::String
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
539
547
|
class ValidationException
|
540
548
|
attr_accessor error_code: ("MalformedToken" | "ExpiredToken" | "InvalidToken" | "FieldValidationFailed" | "MissingInput")
|
541
549
|
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-taxsettings
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|