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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-taxsettings/client.rb +2 -2
- data/lib/aws-sdk-taxsettings/client_api.rb +16 -4
- data/lib/aws-sdk-taxsettings/types.rb +10 -5
- data/lib/aws-sdk-taxsettings.rb +1 -1
- 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: 4df95093a38d206df4d9977a88465eb1243da90c17e7d792da41b5f055d3acd5
|
4
|
+
data.tar.gz: 2d5f85610b1d35e8cb8dc544564f712a18fe9910abec6818e3306d5767b227fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aec4310c242b6ecb8c31fba428a0683aff407e3c97a02ece41e596cd4f1ece2d880eafe7974db060ea32dfaee32c29dc74fd1fed55f9991feaefea05f1cbb49
|
7
|
+
data.tar.gz: 3fc9e98f630c45b06347a4af2d63a891ff22d1492165e404787c41e7cbb8881f4e6ba524195fddd463d8dc743eaf01545f16d6a650dc01acd92e1112417f8d28
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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:
|
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:
|
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:
|
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:
|
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.
|
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
|
data/lib/aws-sdk-taxsettings.rb
CHANGED
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.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-
|
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
|