aws-sdk-taxsettings 1.19.0 → 1.20.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85218fa13c87dd9fdd64de55da7bef4da3dcac0ddb9c2c0841c11e274307fda5
4
- data.tar.gz: 251c3e471c644c2d47937e16e5fa06e90dad02410a0a3a24bb488c853e96f9cf
3
+ metadata.gz: 4df95093a38d206df4d9977a88465eb1243da90c17e7d792da41b5f055d3acd5
4
+ data.tar.gz: 2d5f85610b1d35e8cb8dc544564f712a18fe9910abec6818e3306d5767b227fc
5
5
  SHA512:
6
- metadata.gz: 587c773797c3c30264f451e84996599bb7578b918a65f6ef3b5611c414f619d75f5d1b398a1baf36ad953b889fb1c7f472a92ba1cdb43e196a570553317d030a
7
- data.tar.gz: 9d99476e00df9d0035690e5873d26bb44bd57926774011d4cfa346363b0761637fd476b5ddb39ef7fe4300866883791867ad5d584a9c991741fd0b20a74d3631
6
+ metadata.gz: 3aec4310c242b6ecb8c31fba428a0683aff407e3c97a02ece41e596cd4f1ece2d880eafe7974db060ea32dfaee32c29dc74fd1fed55f9991feaefea05f1cbb49
7
+ data.tar.gz: 3fc9e98f630c45b06347a4af2d63a891ff22d1492165e404787c41e7cbb8881f4e6ba524195fddd463d8dc743eaf01545f16d6a650dc01acd92e1112417f8d28
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2025-03-17)
5
+ ------------------
6
+
7
+ * Feature - Adjust Vietnam PaymentVoucherNumber regex and minor API change.
8
+
4
9
  1.19.0 (2025-02-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -1347,7 +1347,7 @@ module Aws::TaxSettings
1347
1347
  # The exemption certificate.
1348
1348
  #
1349
1349
  # @option params [required, String] :exemption_type
1350
- # The exemption type.
1350
+ # The exemption type. Use the supported tax exemption type description.
1351
1351
  #
1352
1352
  # @return [Types::PutTaxExemptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1353
1353
  #
@@ -1710,7 +1710,7 @@ module Aws::TaxSettings
1710
1710
  tracer: tracer
1711
1711
  )
1712
1712
  context[:gem_name] = 'aws-sdk-taxsettings'
1713
- context[:gem_version] = '1.19.0'
1713
+ context[:gem_version] = '1.20.0'
1714
1714
  Seahorse::Client::Request.new(handlers, context)
1715
1715
  end
1716
1716
 
@@ -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')
@@ -280,15 +284,19 @@ module Aws::TaxSettings
280
284
 
281
285
  BatchDeleteTaxRegistrationErrors.member = Shapes::ShapeRef.new(shape: BatchDeleteTaxRegistrationError)
282
286
 
283
- BatchDeleteTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
287
+ BatchDeleteTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: BatchDeleteTaxRegistrationRequestAccountIdsList, required: true, location_name: "accountIds"))
284
288
  BatchDeleteTaxRegistrationRequest.struct_class = Types::BatchDeleteTaxRegistrationRequest
285
289
 
290
+ BatchDeleteTaxRegistrationRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
291
+
286
292
  BatchDeleteTaxRegistrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDeleteTaxRegistrationErrors, required: true, location_name: "errors"))
287
293
  BatchDeleteTaxRegistrationResponse.struct_class = Types::BatchDeleteTaxRegistrationResponse
288
294
 
289
- BatchGetTaxExemptionsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
295
+ BatchGetTaxExemptionsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: BatchGetTaxExemptionsRequestAccountIdsList, required: true, location_name: "accountIds"))
290
296
  BatchGetTaxExemptionsRequest.struct_class = Types::BatchGetTaxExemptionsRequest
291
297
 
298
+ BatchGetTaxExemptionsRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
299
+
292
300
  BatchGetTaxExemptionsResponse.add_member(:failed_accounts, Shapes::ShapeRef.new(shape: AccountIds, location_name: "failedAccounts"))
293
301
  BatchGetTaxExemptionsResponse.add_member(:tax_exemption_details_map, Shapes::ShapeRef.new(shape: TaxExemptionDetailsMap, location_name: "taxExemptionDetailsMap"))
294
302
  BatchGetTaxExemptionsResponse.struct_class = Types::BatchGetTaxExemptionsResponse
@@ -300,10 +308,12 @@ module Aws::TaxSettings
300
308
 
301
309
  BatchPutTaxRegistrationErrors.member = Shapes::ShapeRef.new(shape: BatchPutTaxRegistrationError)
302
310
 
303
- BatchPutTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
311
+ BatchPutTaxRegistrationRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: BatchPutTaxRegistrationRequestAccountIdsList, required: true, location_name: "accountIds"))
304
312
  BatchPutTaxRegistrationRequest.add_member(:tax_registration_entry, Shapes::ShapeRef.new(shape: TaxRegistrationEntry, required: true, location_name: "taxRegistrationEntry"))
305
313
  BatchPutTaxRegistrationRequest.struct_class = Types::BatchPutTaxRegistrationRequest
306
314
 
315
+ BatchPutTaxRegistrationRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
316
+
307
317
  BatchPutTaxRegistrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchPutTaxRegistrationErrors, required: true, location_name: "errors"))
308
318
  BatchPutTaxRegistrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaxRegistrationStatus, location_name: "status"))
309
319
  BatchPutTaxRegistrationResponse.struct_class = Types::BatchPutTaxRegistrationResponse
@@ -446,12 +456,14 @@ module Aws::TaxSettings
446
456
  PutSupplementalTaxRegistrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaxRegistrationStatus, required: true, location_name: "status"))
447
457
  PutSupplementalTaxRegistrationResponse.struct_class = Types::PutSupplementalTaxRegistrationResponse
448
458
 
449
- PutTaxExemptionRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, required: true, location_name: "accountIds"))
459
+ PutTaxExemptionRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: PutTaxExemptionRequestAccountIdsList, required: true, location_name: "accountIds"))
450
460
  PutTaxExemptionRequest.add_member(:authority, Shapes::ShapeRef.new(shape: Authority, required: true, location_name: "authority"))
451
461
  PutTaxExemptionRequest.add_member(:exemption_certificate, Shapes::ShapeRef.new(shape: ExemptionCertificate, required: true, location_name: "exemptionCertificate"))
452
462
  PutTaxExemptionRequest.add_member(:exemption_type, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "exemptionType"))
453
463
  PutTaxExemptionRequest.struct_class = Types::PutTaxExemptionRequest
454
464
 
465
+ PutTaxExemptionRequestAccountIdsList.member = Shapes::ShapeRef.new(shape: AccountId)
466
+
455
467
  PutTaxExemptionResponse.add_member(:case_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "caseId"))
456
468
  PutTaxExemptionResponse.struct_class = Types::PutTaxExemptionResponse
457
469
 
@@ -1250,7 +1250,8 @@ module Aws::TaxSettings
1250
1250
  # @return [Types::ExemptionCertificate]
1251
1251
  #
1252
1252
  # @!attribute [rw] exemption_type
1253
- # The exemption type.
1253
+ # The exemption type. Use the supported tax exemption type
1254
+ # description.
1254
1255
  # @return [String]
1255
1256
  #
1256
1257
  # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/PutTaxExemptionRequest AWS API Documentation
@@ -1666,7 +1667,7 @@ module Aws::TaxSettings
1666
1667
  # @return [String]
1667
1668
  #
1668
1669
  # @!attribute [rw] registration_type
1669
- # Type of your tax registration. This can be either `VAT` or `GST`.
1670
+ # Type of your tax registration.
1670
1671
  # @return [String]
1671
1672
  #
1672
1673
  # @!attribute [rw] sector
@@ -2001,18 +2002,22 @@ module Aws::TaxSettings
2001
2002
  #
2002
2003
  # @!attribute [rw] electronic_transaction_code_number
2003
2004
  # The electronic transaction code number on the tax return document.
2005
+ # This field must be provided for successful API operation.
2004
2006
  # @return [String]
2005
2007
  #
2006
2008
  # @!attribute [rw] enterprise_identification_number
2007
- # The enterprise identification number for tax registration.
2009
+ # The enterprise identification number for tax registration. This
2010
+ # field must be provided for successful API operation.
2008
2011
  # @return [String]
2009
2012
  #
2010
2013
  # @!attribute [rw] payment_voucher_number
2011
- # The payment voucher number on the tax return payment document.
2014
+ # The payment voucher number on the tax return payment document. This
2015
+ # field must be provided for successful API operation.
2012
2016
  # @return [String]
2013
2017
  #
2014
2018
  # @!attribute [rw] payment_voucher_number_date
2015
- # The date on the tax return payment document.
2019
+ # The date on the tax return payment document. This field must be
2020
+ # provided for successful API operation.
2016
2021
  # @return [String]
2017
2022
  #
2018
2023
  # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/VietnamAdditionalInfo AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::TaxSettings
54
54
  autoload :EndpointProvider, 'aws-sdk-taxsettings/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-taxsettings/endpoints'
56
56
 
57
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.20.0'
58
58
 
59
59
  end
60
60
 
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.19.0
4
+ version: 1.20.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-02-25 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core