aws-sdk-taxsettings 1.38.0 → 1.39.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: c32fefed647d0006496ef473d59695e88bdac2f06e805a9694ee97afe3250a3d
4
- data.tar.gz: f4ccc0be2dcb64c175e24f6101613eaf36ecac7de999a0c9eeb7cb74ffb90f69
3
+ metadata.gz: 1adea7d2b61101fc39e7d6cb3474c35f3a894b2dd782e80bf70c10362c2d4cb7
4
+ data.tar.gz: c2884ee827c783bdf5d260db469029f4fcae2348a5ab621a3cf068639ac3218a
5
5
  SHA512:
6
- metadata.gz: b3d47111706f663514bad1f2a281e2ebb2439ae96f0f56e05c7538580b7ddfa8b8b37fa5e960626f7b69387f408d1f2dd8b3440dafcc54899f1d68078abfeed5
7
- data.tar.gz: 567742ebd3406dd3a217111611a269d14d75f7da4e9b35d09832a646188bd5e10c4de54fb44518972456587099fe95c0cf6d5ac7eb1b9e1e3b05b289e1122d7a
6
+ metadata.gz: c68927720250ffeb301cc3b63df265a0efa817f682b9cf0d3623650deea6abe5449dd4630f062314f2f4c64a86bcd745651e699d5c642873abf7a79789d15b25
7
+ data.tar.gz: bc69079c8b9489f8cc675269d2ec8105370d75a65203b039eab5df25d6a6e9f8f3d1b4ca3aaff3d1d097451b1a410d725353c6541be8758b5f8e38f6868ee681
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -1818,7 +1818,7 @@ module Aws::TaxSettings
1818
1818
  tracer: tracer
1819
1819
  )
1820
1820
  context[:gem_name] = 'aws-sdk-taxsettings'
1821
- context[:gem_version] = '1.38.0'
1821
+ context[:gem_version] = '1.39.0'
1822
1822
  Seahorse::Client::Request.new(handlers, context)
1823
1823
  end
1824
1824
 
@@ -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.38.0'
57
+ GEM_VERSION = '1.39.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -107,119 +107,7 @@ module Aws
107
107
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TaxSettings/Client.html#batch_put_tax_registration-instance_method
108
108
  def batch_put_tax_registration: (
109
109
  account_ids: Array[::String],
110
- tax_registration_entry: {
111
- additional_tax_information: {
112
- canada_additional_info: {
113
- canada_quebec_sales_tax_number: ::String?,
114
- canada_retail_sales_tax_number: ::String?,
115
- is_reseller_account: bool?,
116
- provincial_sales_tax_id: ::String?
117
- }?,
118
- egypt_additional_info: {
119
- unique_identification_number: ::String?,
120
- unique_identification_number_expiration_date: ::String?
121
- }?,
122
- estonia_additional_info: {
123
- registry_commercial_code: ::String
124
- }?,
125
- georgia_additional_info: {
126
- person_type: ("Legal Person" | "Physical Person" | "Business")
127
- }?,
128
- greece_additional_info: {
129
- contracting_authority_code: ::String?
130
- }?,
131
- indonesia_additional_info: {
132
- decision_number: ::String?,
133
- ppn_exception_designation_code: ::String?,
134
- tax_registration_number_type: ("NIK" | "PassportNumber" | "NPWP" | "NITKU")?
135
- }?,
136
- israel_additional_info: {
137
- customer_type: ("Business" | "Individual"),
138
- dealer_type: ("Authorized" | "Non-authorized")
139
- }?,
140
- italy_additional_info: {
141
- cig_number: ::String?,
142
- cup_number: ::String?,
143
- sdi_account_id: ::String?,
144
- tax_code: ::String?
145
- }?,
146
- kenya_additional_info: {
147
- person_type: ("Legal Person" | "Physical Person" | "Business")
148
- }?,
149
- malaysia_additional_info: {
150
- business_registration_number: ::String?,
151
- service_tax_codes: Array[("Consultancy" | "Digital Service And Electronic Medium" | "IT Services" | "Training Or Coaching")]?,
152
- tax_information_number: ::String?
153
- }?,
154
- poland_additional_info: {
155
- individual_registration_number: ::String?,
156
- is_group_vat_enabled: bool?
157
- }?,
158
- romania_additional_info: {
159
- tax_registration_number_type: ("TaxRegistrationNumber" | "LocalRegistrationNumber")
160
- }?,
161
- saudi_arabia_additional_info: {
162
- tax_registration_number_type: ("TaxRegistrationNumber" | "TaxIdentificationNumber" | "CommercialRegistrationNumber")?
163
- }?,
164
- south_korea_additional_info: {
165
- business_representative_name: ::String,
166
- item_of_business: ::String,
167
- line_of_business: ::String
168
- }?,
169
- spain_additional_info: {
170
- registration_type: ("Intra-EU" | "Local")
171
- }?,
172
- turkey_additional_info: {
173
- industries: ("CirculatingOrg" | "ProfessionalOrg" | "Banks" | "Insurance" | "PensionAndBenefitFunds" | "DevelopmentAgencies")?,
174
- kep_email_id: ::String?,
175
- secondary_tax_id: ::String?,
176
- tax_office: ::String?
177
- }?,
178
- ukraine_additional_info: {
179
- ukraine_trn_type: ("Business" | "Individual")
180
- }?,
181
- uzbekistan_additional_info: {
182
- tax_registration_number_type: ("Business" | "Individual")?,
183
- vat_registration_number: ::String?
184
- }?,
185
- vietnam_additional_info: {
186
- electronic_transaction_code_number: ::String?,
187
- enterprise_identification_number: ::String?,
188
- payment_voucher_number: ::String?,
189
- payment_voucher_number_date: ::String?
190
- }?
191
- }?,
192
- certified_email_id: ::String?,
193
- legal_address: {
194
- address_line_1: ::String,
195
- address_line_2: ::String?,
196
- address_line_3: ::String?,
197
- city: ::String,
198
- country_code: ::String,
199
- district_or_county: ::String?,
200
- postal_code: ::String,
201
- state_or_region: ::String?
202
- }?,
203
- legal_name: ::String?,
204
- registration_id: ::String,
205
- registration_type: ("VAT" | "GST" | "CPF" | "CNPJ" | "SST" | "TIN" | "NRIC"),
206
- sector: ("Business" | "Individual" | "Government")?,
207
- verification_details: {
208
- date_of_birth: ::String?,
209
- tax_registration_documents: Array[
210
- {
211
- file: {
212
- file_content: ::String,
213
- file_name: ::String
214
- }?,
215
- s3_location: {
216
- bucket: ::String,
217
- key: ::String
218
- }?
219
- },
220
- ]?
221
- }?
222
- }
110
+ tax_registration_entry: Params::tax_registration_entry
223
111
  ) -> _BatchPutTaxRegistrationResponseSuccess
224
112
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutTaxRegistrationResponseSuccess
225
113
 
@@ -331,16 +219,7 @@ module Aws
331
219
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TaxSettings/Client.html#put_supplemental_tax_registration-instance_method
332
220
  def put_supplemental_tax_registration: (
333
221
  tax_registration_entry: {
334
- address: {
335
- address_line_1: ::String,
336
- address_line_2: ::String?,
337
- address_line_3: ::String?,
338
- city: ::String,
339
- country_code: ::String,
340
- district_or_county: ::String?,
341
- postal_code: ::String,
342
- state_or_region: ::String?
343
- },
222
+ address: Params::address,
344
223
  legal_name: ::String,
345
224
  registration_id: ::String,
346
225
  registration_type: ("VAT")
@@ -383,119 +262,7 @@ module Aws
383
262
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TaxSettings/Client.html#put_tax_registration-instance_method
384
263
  def put_tax_registration: (
385
264
  ?account_id: ::String,
386
- tax_registration_entry: {
387
- additional_tax_information: {
388
- canada_additional_info: {
389
- canada_quebec_sales_tax_number: ::String?,
390
- canada_retail_sales_tax_number: ::String?,
391
- is_reseller_account: bool?,
392
- provincial_sales_tax_id: ::String?
393
- }?,
394
- egypt_additional_info: {
395
- unique_identification_number: ::String?,
396
- unique_identification_number_expiration_date: ::String?
397
- }?,
398
- estonia_additional_info: {
399
- registry_commercial_code: ::String
400
- }?,
401
- georgia_additional_info: {
402
- person_type: ("Legal Person" | "Physical Person" | "Business")
403
- }?,
404
- greece_additional_info: {
405
- contracting_authority_code: ::String?
406
- }?,
407
- indonesia_additional_info: {
408
- decision_number: ::String?,
409
- ppn_exception_designation_code: ::String?,
410
- tax_registration_number_type: ("NIK" | "PassportNumber" | "NPWP" | "NITKU")?
411
- }?,
412
- israel_additional_info: {
413
- customer_type: ("Business" | "Individual"),
414
- dealer_type: ("Authorized" | "Non-authorized")
415
- }?,
416
- italy_additional_info: {
417
- cig_number: ::String?,
418
- cup_number: ::String?,
419
- sdi_account_id: ::String?,
420
- tax_code: ::String?
421
- }?,
422
- kenya_additional_info: {
423
- person_type: ("Legal Person" | "Physical Person" | "Business")
424
- }?,
425
- malaysia_additional_info: {
426
- business_registration_number: ::String?,
427
- service_tax_codes: Array[("Consultancy" | "Digital Service And Electronic Medium" | "IT Services" | "Training Or Coaching")]?,
428
- tax_information_number: ::String?
429
- }?,
430
- poland_additional_info: {
431
- individual_registration_number: ::String?,
432
- is_group_vat_enabled: bool?
433
- }?,
434
- romania_additional_info: {
435
- tax_registration_number_type: ("TaxRegistrationNumber" | "LocalRegistrationNumber")
436
- }?,
437
- saudi_arabia_additional_info: {
438
- tax_registration_number_type: ("TaxRegistrationNumber" | "TaxIdentificationNumber" | "CommercialRegistrationNumber")?
439
- }?,
440
- south_korea_additional_info: {
441
- business_representative_name: ::String,
442
- item_of_business: ::String,
443
- line_of_business: ::String
444
- }?,
445
- spain_additional_info: {
446
- registration_type: ("Intra-EU" | "Local")
447
- }?,
448
- turkey_additional_info: {
449
- industries: ("CirculatingOrg" | "ProfessionalOrg" | "Banks" | "Insurance" | "PensionAndBenefitFunds" | "DevelopmentAgencies")?,
450
- kep_email_id: ::String?,
451
- secondary_tax_id: ::String?,
452
- tax_office: ::String?
453
- }?,
454
- ukraine_additional_info: {
455
- ukraine_trn_type: ("Business" | "Individual")
456
- }?,
457
- uzbekistan_additional_info: {
458
- tax_registration_number_type: ("Business" | "Individual")?,
459
- vat_registration_number: ::String?
460
- }?,
461
- vietnam_additional_info: {
462
- electronic_transaction_code_number: ::String?,
463
- enterprise_identification_number: ::String?,
464
- payment_voucher_number: ::String?,
465
- payment_voucher_number_date: ::String?
466
- }?
467
- }?,
468
- certified_email_id: ::String?,
469
- legal_address: {
470
- address_line_1: ::String,
471
- address_line_2: ::String?,
472
- address_line_3: ::String?,
473
- city: ::String,
474
- country_code: ::String,
475
- district_or_county: ::String?,
476
- postal_code: ::String,
477
- state_or_region: ::String?
478
- }?,
479
- legal_name: ::String?,
480
- registration_id: ::String,
481
- registration_type: ("VAT" | "GST" | "CPF" | "CNPJ" | "SST" | "TIN" | "NRIC"),
482
- sector: ("Business" | "Individual" | "Government")?,
483
- verification_details: {
484
- date_of_birth: ::String?,
485
- tax_registration_documents: Array[
486
- {
487
- file: {
488
- file_content: ::String,
489
- file_name: ::String
490
- }?,
491
- s3_location: {
492
- bucket: ::String,
493
- key: ::String
494
- }?
495
- },
496
- ]?
497
- }?
498
- }
265
+ tax_registration_entry: Params::tax_registration_entry
499
266
  ) -> _PutTaxRegistrationResponseSuccess
500
267
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutTaxRegistrationResponseSuccess
501
268
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,135 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module TaxSettings
10
+ module Params
11
+ type additional_info_request = {
12
+ canada_additional_info: {
13
+ canada_quebec_sales_tax_number: ::String?,
14
+ canada_retail_sales_tax_number: ::String?,
15
+ is_reseller_account: bool?,
16
+ provincial_sales_tax_id: ::String?
17
+ }?,
18
+ egypt_additional_info: {
19
+ unique_identification_number: ::String?,
20
+ unique_identification_number_expiration_date: ::String?
21
+ }?,
22
+ estonia_additional_info: {
23
+ registry_commercial_code: ::String
24
+ }?,
25
+ georgia_additional_info: {
26
+ person_type: ("Legal Person" | "Physical Person" | "Business")
27
+ }?,
28
+ greece_additional_info: {
29
+ contracting_authority_code: ::String?
30
+ }?,
31
+ indonesia_additional_info: {
32
+ decision_number: ::String?,
33
+ ppn_exception_designation_code: ::String?,
34
+ tax_registration_number_type: ("NIK" | "PassportNumber" | "NPWP" | "NITKU")?
35
+ }?,
36
+ israel_additional_info: {
37
+ customer_type: ("Business" | "Individual"),
38
+ dealer_type: ("Authorized" | "Non-authorized")
39
+ }?,
40
+ italy_additional_info: {
41
+ cig_number: ::String?,
42
+ cup_number: ::String?,
43
+ sdi_account_id: ::String?,
44
+ tax_code: ::String?
45
+ }?,
46
+ kenya_additional_info: {
47
+ person_type: ("Legal Person" | "Physical Person" | "Business")
48
+ }?,
49
+ malaysia_additional_info: {
50
+ business_registration_number: ::String?,
51
+ service_tax_codes: Array[("Consultancy" | "Digital Service And Electronic Medium" | "IT Services" | "Training Or Coaching")]?,
52
+ tax_information_number: ::String?
53
+ }?,
54
+ poland_additional_info: {
55
+ individual_registration_number: ::String?,
56
+ is_group_vat_enabled: bool?
57
+ }?,
58
+ romania_additional_info: {
59
+ tax_registration_number_type: ("TaxRegistrationNumber" | "LocalRegistrationNumber")
60
+ }?,
61
+ saudi_arabia_additional_info: {
62
+ tax_registration_number_type: ("TaxRegistrationNumber" | "TaxIdentificationNumber" | "CommercialRegistrationNumber")?
63
+ }?,
64
+ south_korea_additional_info: {
65
+ business_representative_name: ::String,
66
+ item_of_business: ::String,
67
+ line_of_business: ::String
68
+ }?,
69
+ spain_additional_info: {
70
+ registration_type: ("Intra-EU" | "Local")
71
+ }?,
72
+ turkey_additional_info: {
73
+ industries: ("CirculatingOrg" | "ProfessionalOrg" | "Banks" | "Insurance" | "PensionAndBenefitFunds" | "DevelopmentAgencies")?,
74
+ kep_email_id: ::String?,
75
+ secondary_tax_id: ::String?,
76
+ tax_office: ::String?
77
+ }?,
78
+ ukraine_additional_info: {
79
+ ukraine_trn_type: ("Business" | "Individual")
80
+ }?,
81
+ uzbekistan_additional_info: {
82
+ tax_registration_number_type: ("Business" | "Individual")?,
83
+ vat_registration_number: ::String?
84
+ }?,
85
+ vietnam_additional_info: {
86
+ electronic_transaction_code_number: ::String?,
87
+ enterprise_identification_number: ::String?,
88
+ payment_voucher_number: ::String?,
89
+ payment_voucher_number_date: ::String?
90
+ }?
91
+ }
92
+
93
+ type address = {
94
+ address_line_1: ::String,
95
+ address_line_2: ::String?,
96
+ address_line_3: ::String?,
97
+ city: ::String,
98
+ country_code: ::String,
99
+ district_or_county: ::String?,
100
+ postal_code: ::String,
101
+ state_or_region: ::String?
102
+ }
103
+
104
+ type verification_details = {
105
+ date_of_birth: ::String?,
106
+ tax_registration_documents: Array[
107
+ Params::tax_registration_document
108
+ ]?
109
+ }
110
+
111
+ type tax_registration_entry = {
112
+ additional_tax_information: Params::additional_info_request?,
113
+ certified_email_id: ::String?,
114
+ legal_address: Params::address?,
115
+ legal_name: ::String?,
116
+ registration_id: ::String,
117
+ registration_type: ("VAT" | "GST" | "CPF" | "CNPJ" | "SST" | "TIN" | "NRIC"),
118
+ sector: ("Business" | "Individual" | "Government")?,
119
+ verification_details: Params::verification_details?
120
+ }
121
+
122
+ type tax_registration_document = {
123
+ file: {
124
+ file_content: ::String,
125
+ file_name: ::String
126
+ }?,
127
+ s3_location: {
128
+ bucket: ::String,
129
+ key: ::String
130
+ }?
131
+ }
132
+
133
+ end
134
+ end
135
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-taxsettings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-taxsettings/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs