aws-sdk-taxsettings 1.43.0 → 1.44.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: ad36b6ffd81c9df1ef90aeb90a3aae89ba81b84a3816100c371f8c6de414fe1f
4
- data.tar.gz: 462e99418613479752500497f0569743e60f13bd139715c3567222db71031b3e
3
+ metadata.gz: cb1b67c8942dd9a026b752f538c44b0333f9c884499ce527d7e2b0dc68783ac3
4
+ data.tar.gz: 1486d4db3614cc31055483ebbf96fad0270577a21b7c1babe85064d0ea9e1af4
5
5
  SHA512:
6
- metadata.gz: 30c0c05a8f209744fdb139cdba44a084c4632624070ffd2e84f62ea1fd941dd06b81c1d46975ff7ace45ddc1a57bb6247350cfae6dbd52693d21eaf9056d7eef
7
- data.tar.gz: 8e01b9eaaab32af6898ee7f42c2061c5f9646e4baa572f4f1ecf9963c9f30404db153212e2ce7e0d841c2c229cef46ea167d8ed1358d08b02f93f83fec553021
6
+ metadata.gz: 9ff600ef2287dc4e88ea06474528cc144c2fb2ae706e1bb52feaf52ff6577a82ae71b579c413a84682765769f28a715ecbc43dabad282e32ac762b63c4e53168
7
+ data.tar.gz: 0cbb4299e448d5b83e2fc36094fdb65db61c59d397f022174c8c82d2ba5783f01bb1317781ec995b0613b44e538560e7643468f9502155093fbbf55ae4a17a07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2026-09-01)
5
+ ------------------
6
+
7
+ * Feature - France and Monaco Additional Info changes
8
+
4
9
  1.43.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -789,6 +789,15 @@ module Aws::TaxSettings
789
789
  # * You must specify the `sirenNumber` in the `franceAdditionalInfo`
790
790
  # field of the `additionalTaxInformation` object.
791
791
  #
792
+ # * You can optionally specify the `eInvoiceRoutingCode` in the
793
+ # `franceAdditionalInfo` field of the `additionalTaxInformation`
794
+ # object.
795
+ #
796
+ # **Monaco**
797
+ #
798
+ # * You must specify the `businessNumber` in the `monacoAdditionalInfo`
799
+ # field of the `additionalTaxInformation` object.
800
+ #
792
801
  # ^
793
802
  #
794
803
  # **Poland**
@@ -931,6 +940,10 @@ module Aws::TaxSettings
931
940
  # },
932
941
  # france_additional_info: {
933
942
  # siren_number: "SirenNumber", # required
943
+ # e_invoice_routing_code: "String",
944
+ # },
945
+ # monaco_additional_info: {
946
+ # business_number: "BusinessNumber", # required
934
947
  # },
935
948
  # },
936
949
  # verification_details: {
@@ -1149,6 +1162,8 @@ module Aws::TaxSettings
1149
1162
  # resp.tax_registration.additional_tax_information.chile_additional_info.document_type #=> String, one of "Invoice", "Receipt"
1150
1163
  # resp.tax_registration.additional_tax_information.chile_additional_info.business_activity #=> String
1151
1164
  # resp.tax_registration.additional_tax_information.france_additional_info.siren_number #=> String
1165
+ # resp.tax_registration.additional_tax_information.france_additional_info.e_invoice_routing_code #=> String
1166
+ # resp.tax_registration.additional_tax_information.monaco_additional_info.business_number #=> String
1152
1167
  # resp.tax_registration.legal_address.address_line_1 #=> String
1153
1168
  # resp.tax_registration.legal_address.address_line_2 #=> String
1154
1169
  # resp.tax_registration.legal_address.address_line_3 #=> String
@@ -1400,6 +1415,8 @@ module Aws::TaxSettings
1400
1415
  # resp.account_details[0].tax_registration.additional_tax_information.chile_additional_info.document_type #=> String, one of "Invoice", "Receipt"
1401
1416
  # resp.account_details[0].tax_registration.additional_tax_information.chile_additional_info.business_activity #=> String
1402
1417
  # resp.account_details[0].tax_registration.additional_tax_information.france_additional_info.siren_number #=> String
1418
+ # resp.account_details[0].tax_registration.additional_tax_information.france_additional_info.e_invoice_routing_code #=> String
1419
+ # resp.account_details[0].tax_registration.additional_tax_information.monaco_additional_info.business_number #=> String
1403
1420
  # resp.account_details[0].tax_registration.jurisdiction.state_or_region #=> String
1404
1421
  # resp.account_details[0].tax_registration.jurisdiction.country_code #=> String
1405
1422
  # resp.account_details[0].tax_inheritance_details.parent_entity_id #=> String
@@ -1769,6 +1786,15 @@ module Aws::TaxSettings
1769
1786
  # * You must specify the `sirenNumber` in the `franceAdditionalInfo`
1770
1787
  # field of the `additionalTaxInformation` object.
1771
1788
  #
1789
+ # * You can optionally specify the `eInvoiceRoutingCode` in the
1790
+ # `franceAdditionalInfo` field of the `additionalTaxInformation`
1791
+ # object.
1792
+ #
1793
+ # **Monaco**
1794
+ #
1795
+ # * You must specify the `businessNumber` in the `monacoAdditionalInfo`
1796
+ # field of the `additionalTaxInformation` object.
1797
+ #
1772
1798
  # ^
1773
1799
  #
1774
1800
  # **Poland**
@@ -1910,6 +1936,10 @@ module Aws::TaxSettings
1910
1936
  # },
1911
1937
  # france_additional_info: {
1912
1938
  # siren_number: "SirenNumber", # required
1939
+ # e_invoice_routing_code: "String",
1940
+ # },
1941
+ # monaco_additional_info: {
1942
+ # business_number: "BusinessNumber", # required
1913
1943
  # },
1914
1944
  # },
1915
1945
  # verification_details: {
@@ -1962,7 +1992,7 @@ module Aws::TaxSettings
1962
1992
  tracer: tracer
1963
1993
  )
1964
1994
  context[:gem_name] = 'aws-sdk-taxsettings'
1965
- context[:gem_version] = '1.43.0'
1995
+ context[:gem_version] = '1.44.0'
1966
1996
  Seahorse::Client::Request.new(handlers, context)
1967
1997
  end
1968
1998
 
@@ -48,6 +48,7 @@ module Aws::TaxSettings
48
48
  BelgiumAdditionalInfo = Shapes::StructureShape.new(name: 'BelgiumAdditionalInfo')
49
49
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
50
50
  BrazilAdditionalInfo = Shapes::StructureShape.new(name: 'BrazilAdditionalInfo')
51
+ BusinessNumber = Shapes::StringShape.new(name: 'BusinessNumber')
51
52
  BusinessRegistrationNumber = Shapes::StringShape.new(name: 'BusinessRegistrationNumber')
52
53
  BusinessRepresentativeName = Shapes::StringShape.new(name: 'BusinessRepresentativeName')
53
54
  CanadaAdditionalInfo = Shapes::StructureShape.new(name: 'CanadaAdditionalInfo')
@@ -130,6 +131,7 @@ module Aws::TaxSettings
130
131
  MalaysiaServiceTaxCode = Shapes::StringShape.new(name: 'MalaysiaServiceTaxCode')
131
132
  MalaysiaServiceTaxCodesList = Shapes::ListShape.new(name: 'MalaysiaServiceTaxCodesList')
132
133
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
134
+ MonacoAdditionalInfo = Shapes::StructureShape.new(name: 'MonacoAdditionalInfo')
133
135
  PaginationTokenString = Shapes::StringShape.new(name: 'PaginationTokenString')
134
136
  Pan = Shapes::StringShape.new(name: 'Pan')
135
137
  PaymentVoucherNumber = Shapes::StringShape.new(name: 'PaymentVoucherNumber')
@@ -168,6 +170,7 @@ module Aws::TaxSettings
168
170
  SouthKoreaAdditionalInfo = Shapes::StructureShape.new(name: 'SouthKoreaAdditionalInfo')
169
171
  SpainAdditionalInfo = Shapes::StructureShape.new(name: 'SpainAdditionalInfo')
170
172
  State = Shapes::StringShape.new(name: 'State')
173
+ String = Shapes::StringShape.new(name: 'String')
171
174
  SupplementalTaxRegistration = Shapes::StructureShape.new(name: 'SupplementalTaxRegistration')
172
175
  SupplementalTaxRegistrationEntry = Shapes::StructureShape.new(name: 'SupplementalTaxRegistrationEntry')
173
176
  SupplementalTaxRegistrationList = Shapes::ListShape.new(name: 'SupplementalTaxRegistrationList')
@@ -254,6 +257,7 @@ module Aws::TaxSettings
254
257
  AdditionalInfoRequest.add_member(:belgium_additional_info, Shapes::ShapeRef.new(shape: BelgiumAdditionalInfo, location_name: "belgiumAdditionalInfo"))
255
258
  AdditionalInfoRequest.add_member(:chile_additional_info, Shapes::ShapeRef.new(shape: ChileAdditionalInfo, location_name: "chileAdditionalInfo"))
256
259
  AdditionalInfoRequest.add_member(:france_additional_info, Shapes::ShapeRef.new(shape: FranceAdditionalInfo, location_name: "franceAdditionalInfo"))
260
+ AdditionalInfoRequest.add_member(:monaco_additional_info, Shapes::ShapeRef.new(shape: MonacoAdditionalInfo, location_name: "monacoAdditionalInfo"))
257
261
  AdditionalInfoRequest.struct_class = Types::AdditionalInfoRequest
258
262
 
259
263
  AdditionalInfoResponse.add_member(:malaysia_additional_info, Shapes::ShapeRef.new(shape: MalaysiaAdditionalInfo, location_name: "malaysiaAdditionalInfo"))
@@ -281,6 +285,7 @@ module Aws::TaxSettings
281
285
  AdditionalInfoResponse.add_member(:belgium_additional_info, Shapes::ShapeRef.new(shape: BelgiumAdditionalInfo, location_name: "belgiumAdditionalInfo"))
282
286
  AdditionalInfoResponse.add_member(:chile_additional_info, Shapes::ShapeRef.new(shape: ChileAdditionalInfo, location_name: "chileAdditionalInfo"))
283
287
  AdditionalInfoResponse.add_member(:france_additional_info, Shapes::ShapeRef.new(shape: FranceAdditionalInfo, location_name: "franceAdditionalInfo"))
288
+ AdditionalInfoResponse.add_member(:monaco_additional_info, Shapes::ShapeRef.new(shape: MonacoAdditionalInfo, location_name: "monacoAdditionalInfo"))
284
289
  AdditionalInfoResponse.struct_class = Types::AdditionalInfoResponse
285
290
 
286
291
  Address.add_member(:address_line_1, Shapes::ShapeRef.new(shape: AddressLine1, location_name: "addressLine1"))
@@ -397,6 +402,7 @@ module Aws::TaxSettings
397
402
  ExemptionCertificate.struct_class = Types::ExemptionCertificate
398
403
 
399
404
  FranceAdditionalInfo.add_member(:siren_number, Shapes::ShapeRef.new(shape: SirenNumber, required: true, location_name: "sirenNumber"))
405
+ FranceAdditionalInfo.add_member(:e_invoice_routing_code, Shapes::ShapeRef.new(shape: String, location_name: "eInvoiceRoutingCode"))
400
406
  FranceAdditionalInfo.struct_class = Types::FranceAdditionalInfo
401
407
 
402
408
  GeorgiaAdditionalInfo.add_member(:person_type, Shapes::ShapeRef.new(shape: PersonType, required: true, location_name: "personType"))
@@ -490,6 +496,9 @@ module Aws::TaxSettings
490
496
 
491
497
  MalaysiaServiceTaxCodesList.member = Shapes::ShapeRef.new(shape: MalaysiaServiceTaxCode)
492
498
 
499
+ MonacoAdditionalInfo.add_member(:business_number, Shapes::ShapeRef.new(shape: BusinessNumber, required: true, location_name: "businessNumber"))
500
+ MonacoAdditionalInfo.struct_class = Types::MonacoAdditionalInfo
501
+
493
502
  PhilippinesAdditionalInfo.add_member(:is_vat_registered, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVatRegistered"))
494
503
  PhilippinesAdditionalInfo.struct_class = Types::PhilippinesAdditionalInfo
495
504
 
@@ -193,6 +193,10 @@ module Aws::TaxSettings
193
193
  # Additional tax information to specify for a TRN in France.
194
194
  # @return [Types::FranceAdditionalInfo]
195
195
  #
196
+ # @!attribute [rw] monaco_additional_info
197
+ # Additional tax information to specify for a TRN in Monaco.
198
+ # @return [Types::MonacoAdditionalInfo]
199
+ #
196
200
  # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/AdditionalInfoRequest AWS API Documentation
197
201
  #
198
202
  class AdditionalInfoRequest < Struct.new(
@@ -218,7 +222,8 @@ module Aws::TaxSettings
218
222
  :philippines_additional_info,
219
223
  :belgium_additional_info,
220
224
  :chile_additional_info,
221
- :france_additional_info)
225
+ :france_additional_info,
226
+ :monaco_additional_info)
222
227
  SENSITIVE = []
223
228
  include Aws::Structure
224
229
  end
@@ -331,6 +336,10 @@ module Aws::TaxSettings
331
336
  # Additional tax information associated with your TRN in France.
332
337
  # @return [Types::FranceAdditionalInfo]
333
338
  #
339
+ # @!attribute [rw] monaco_additional_info
340
+ # Additional tax information associated with your TRN in Monaco.
341
+ # @return [Types::MonacoAdditionalInfo]
342
+ #
334
343
  # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/AdditionalInfoResponse AWS API Documentation
335
344
  #
336
345
  class AdditionalInfoResponse < Struct.new(
@@ -358,7 +367,8 @@ module Aws::TaxSettings
358
367
  :philippines_additional_info,
359
368
  :belgium_additional_info,
360
369
  :chile_additional_info,
361
- :france_additional_info)
370
+ :france_additional_info,
371
+ :monaco_additional_info)
362
372
  SENSITIVE = []
363
373
  include Aws::Structure
364
374
  end
@@ -728,7 +738,14 @@ module Aws::TaxSettings
728
738
  # @return [String]
729
739
  #
730
740
  # @!attribute [rw] business_activity
731
- # The business activity of the taxpayer in Chile.
741
+ # The business activity code of the taxpayer in Chile. This must be
742
+ # the activity code shown on your SII (Servicio de Impuestos Internos)
743
+ # tax profile. For the list of valid activity codes, see [SII activity
744
+ # codes][1].
745
+ #
746
+ #
747
+ #
748
+ # [1]: https://www.sii.cl/ayudas/ayudas_por_servicios/1956-codigos-1959.html
732
749
  # @return [String]
733
750
  #
734
751
  # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/ChileAdditionalInfo AWS API Documentation
@@ -878,10 +895,16 @@ module Aws::TaxSettings
878
895
  # number.
879
896
  # @return [String]
880
897
  #
898
+ # @!attribute [rw] e_invoice_routing_code
899
+ # The routing code used for electronic invoicing (e-invoicing) for the
900
+ # company in France.
901
+ # @return [String]
902
+ #
881
903
  # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/FranceAdditionalInfo AWS API Documentation
882
904
  #
883
905
  class FranceAdditionalInfo < Struct.new(
884
- :siren_number)
906
+ :siren_number,
907
+ :e_invoice_routing_code)
885
908
  SENSITIVE = []
886
909
  include Aws::Structure
887
910
  end
@@ -1333,6 +1356,21 @@ module Aws::TaxSettings
1333
1356
  include Aws::Structure
1334
1357
  end
1335
1358
 
1359
+ # Additional tax information associated with your TRN in Monaco.
1360
+ #
1361
+ # @!attribute [rw] business_number
1362
+ # The business number for the company in Monaco. Can be up to 12
1363
+ # alphanumeric characters.
1364
+ # @return [String]
1365
+ #
1366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/MonacoAdditionalInfo AWS API Documentation
1367
+ #
1368
+ class MonacoAdditionalInfo < Struct.new(
1369
+ :business_number)
1370
+ SENSITIVE = []
1371
+ include Aws::Structure
1372
+ end
1373
+
1336
1374
  # Additional tax information associated with your TRN in the
1337
1375
  # Philippines.
1338
1376
  #
@@ -55,7 +55,7 @@ module Aws::TaxSettings
55
55
  autoload :EndpointProvider, 'aws-sdk-taxsettings/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-taxsettings/endpoints'
57
57
 
58
- GEM_VERSION = '1.43.0'
58
+ GEM_VERSION = '1.44.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -113,7 +113,11 @@ module Aws
113
113
  business_activity: ::String?
114
114
  }?,
115
115
  france_additional_info: {
116
- siren_number: ::String
116
+ siren_number: ::String,
117
+ e_invoice_routing_code: ::String?
118
+ }?,
119
+ monaco_additional_info: {
120
+ business_number: ::String
117
121
  }?
118
122
  }
119
123
 
data/sig/types.rbs CHANGED
@@ -54,6 +54,7 @@ module Aws::TaxSettings
54
54
  attr_accessor belgium_additional_info: Types::BelgiumAdditionalInfo
55
55
  attr_accessor chile_additional_info: Types::ChileAdditionalInfo
56
56
  attr_accessor france_additional_info: Types::FranceAdditionalInfo
57
+ attr_accessor monaco_additional_info: Types::MonacoAdditionalInfo
57
58
  SENSITIVE: []
58
59
  end
59
60
 
@@ -83,6 +84,7 @@ module Aws::TaxSettings
83
84
  attr_accessor belgium_additional_info: Types::BelgiumAdditionalInfo
84
85
  attr_accessor chile_additional_info: Types::ChileAdditionalInfo
85
86
  attr_accessor france_additional_info: Types::FranceAdditionalInfo
87
+ attr_accessor monaco_additional_info: Types::MonacoAdditionalInfo
86
88
  SENSITIVE: []
87
89
  end
88
90
 
@@ -234,6 +236,7 @@ module Aws::TaxSettings
234
236
 
235
237
  class FranceAdditionalInfo
236
238
  attr_accessor siren_number: ::String
239
+ attr_accessor e_invoice_routing_code: ::String
237
240
  SENSITIVE: []
238
241
  end
239
242
 
@@ -372,6 +375,11 @@ module Aws::TaxSettings
372
375
  SENSITIVE: []
373
376
  end
374
377
 
378
+ class MonacoAdditionalInfo
379
+ attr_accessor business_number: ::String
380
+ SENSITIVE: []
381
+ end
382
+
375
383
  class PhilippinesAdditionalInfo
376
384
  attr_accessor is_vat_registered: bool
377
385
  SENSITIVE: []
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.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services