aws-sdk-taxsettings 1.38.0 → 1.40.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: e309c1da82456c894b7c1bf1aa75d483943a3cf93509e10d24bc3e2abfc98b11
4
+ data.tar.gz: 272f9380eedf82a0bc522a9cf7aedb548292c6bf323eac2e1de807b87dde4a63
5
5
  SHA512:
6
- metadata.gz: b3d47111706f663514bad1f2a281e2ebb2439ae96f0f56e05c7538580b7ddfa8b8b37fa5e960626f7b69387f408d1f2dd8b3440dafcc54899f1d68078abfeed5
7
- data.tar.gz: 567742ebd3406dd3a217111611a269d14d75f7da4e9b35d09832a646188bd5e10c4de54fb44518972456587099fe95c0cf6d5ac7eb1b9e1e3b05b289e1122d7a
6
+ metadata.gz: df5feb9bf47a4daacab509e0bb9edcf2095201537bd11574699c4cbe962923621d824875840bc418e3565366055b39c349f2dbf223badd0b1649be710739aea7
7
+ data.tar.gz: af5d1b263244234db8b828ace830f9bfa5ac7a8be51a93316f1003eeaccf80521bab5697136e47b5e2918f97a4dedff26c45c7bce687697f9c50fe897ca309c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.39.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.38.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -199,7 +199,7 @@ module Aws::TaxSettings
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::TaxSettings
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1818,7 +1816,7 @@ module Aws::TaxSettings
1818
1816
  tracer: tracer
1819
1817
  )
1820
1818
  context[:gem_name] = 'aws-sdk-taxsettings'
1821
- context[:gem_version] = '1.38.0'
1819
+ context[:gem_version] = '1.40.0'
1822
1820
  Seahorse::Client::Request.new(handlers, context)
1823
1821
  end
1824
1822
 
@@ -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.40.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.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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