aws-sdk-taxsettings 1.18.0 → 1.19.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 +48 -5
- data/lib/aws-sdk-taxsettings/client_api.rb +28 -0
- data/lib/aws-sdk-taxsettings/types.rb +100 -6
- data/lib/aws-sdk-taxsettings.rb +1 -1
- data/sig/client.rbs +26 -0
- data/sig/types.rbs +25 -0
- 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: 85218fa13c87dd9fdd64de55da7bef4da3dcac0ddb9c2c0841c11e274307fda5
|
4
|
+
data.tar.gz: 251c3e471c644c2d47937e16e5fa06e90dad02410a0a3a24bb488c853e96f9cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 587c773797c3c30264f451e84996599bb7578b918a65f6ef3b5611c414f619d75f5d1b398a1baf36ad953b889fb1c7f472a92ba1cdb43e196a570553317d030a
|
7
|
+
data.tar.gz: 9d99476e00df9d0035690e5873d26bb44bd57926774011d4cfa346363b0761637fd476b5ddb39ef7fe4300866883791867ad5d584a9c991741fd0b20a74d3631
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -512,7 +512,8 @@ module Aws::TaxSettings
|
|
512
512
|
req.send_request(options)
|
513
513
|
end
|
514
514
|
|
515
|
-
# Get the active tax exemptions for a given list of accounts.
|
515
|
+
# Get the active tax exemptions for a given list of accounts. The IAM
|
516
|
+
# action is `tax:GetExemptions`.
|
516
517
|
#
|
517
518
|
# @option params [required, Array<String>] :account_ids
|
518
519
|
# List of unique account identifiers.
|
@@ -738,12 +739,19 @@ module Aws::TaxSettings
|
|
738
739
|
# is_reseller_account: false,
|
739
740
|
# provincial_sales_tax_id: "CanadaProvincialSalesTaxIdString",
|
740
741
|
# },
|
742
|
+
# egypt_additional_info: {
|
743
|
+
# unique_identification_number: "UniqueIdentificationNumber",
|
744
|
+
# unique_identification_number_expiration_date: "DateString",
|
745
|
+
# },
|
741
746
|
# estonia_additional_info: {
|
742
747
|
# registry_commercial_code: "RegistryCommercialCode", # required
|
743
748
|
# },
|
744
749
|
# georgia_additional_info: {
|
745
750
|
# person_type: "Legal Person", # required, accepts Legal Person, Physical Person, Business
|
746
751
|
# },
|
752
|
+
# greece_additional_info: {
|
753
|
+
# contracting_authority_code: "ContractingAuthorityCode",
|
754
|
+
# },
|
747
755
|
# israel_additional_info: {
|
748
756
|
# customer_type: "Business", # required, accepts Business, Individual
|
749
757
|
# dealer_type: "Authorized", # required, accepts Authorized, Non-authorized
|
@@ -789,6 +797,12 @@ module Aws::TaxSettings
|
|
789
797
|
# ukraine_additional_info: {
|
790
798
|
# ukraine_trn_type: "Business", # required, accepts Business, Individual
|
791
799
|
# },
|
800
|
+
# vietnam_additional_info: {
|
801
|
+
# electronic_transaction_code_number: "ElectronicTransactionCodeNumber",
|
802
|
+
# enterprise_identification_number: "EnterpriseIdentificationNumber",
|
803
|
+
# payment_voucher_number: "PaymentVoucherNumber",
|
804
|
+
# payment_voucher_number_date: "DateString",
|
805
|
+
# },
|
792
806
|
# },
|
793
807
|
# certified_email_id: "CertifiedEmailId",
|
794
808
|
# legal_address: {
|
@@ -897,7 +911,8 @@ module Aws::TaxSettings
|
|
897
911
|
req.send_request(options)
|
898
912
|
end
|
899
913
|
|
900
|
-
# Get supported tax exemption types.
|
914
|
+
# Get supported tax exemption types. The IAM action is
|
915
|
+
# `tax:GetExemptions`.
|
901
916
|
#
|
902
917
|
# @return [Types::GetTaxExemptionTypesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
903
918
|
#
|
@@ -963,8 +978,11 @@ module Aws::TaxSettings
|
|
963
978
|
# resp.tax_registration.additional_tax_information.canada_additional_info.canada_retail_sales_tax_number #=> String
|
964
979
|
# resp.tax_registration.additional_tax_information.canada_additional_info.is_reseller_account #=> Boolean
|
965
980
|
# resp.tax_registration.additional_tax_information.canada_additional_info.provincial_sales_tax_id #=> String
|
981
|
+
# resp.tax_registration.additional_tax_information.egypt_additional_info.unique_identification_number #=> String
|
982
|
+
# resp.tax_registration.additional_tax_information.egypt_additional_info.unique_identification_number_expiration_date #=> String
|
966
983
|
# resp.tax_registration.additional_tax_information.estonia_additional_info.registry_commercial_code #=> String
|
967
984
|
# resp.tax_registration.additional_tax_information.georgia_additional_info.person_type #=> String, one of "Legal Person", "Physical Person", "Business"
|
985
|
+
# resp.tax_registration.additional_tax_information.greece_additional_info.contracting_authority_code #=> String
|
968
986
|
# resp.tax_registration.additional_tax_information.india_additional_info.pan #=> String
|
969
987
|
# resp.tax_registration.additional_tax_information.israel_additional_info.customer_type #=> String, one of "Business", "Individual"
|
970
988
|
# resp.tax_registration.additional_tax_information.israel_additional_info.dealer_type #=> String, one of "Authorized", "Non-authorized"
|
@@ -990,6 +1008,10 @@ module Aws::TaxSettings
|
|
990
1008
|
# resp.tax_registration.additional_tax_information.turkey_additional_info.secondary_tax_id #=> String
|
991
1009
|
# resp.tax_registration.additional_tax_information.turkey_additional_info.tax_office #=> String
|
992
1010
|
# resp.tax_registration.additional_tax_information.ukraine_additional_info.ukraine_trn_type #=> String, one of "Business", "Individual"
|
1011
|
+
# resp.tax_registration.additional_tax_information.vietnam_additional_info.electronic_transaction_code_number #=> String
|
1012
|
+
# resp.tax_registration.additional_tax_information.vietnam_additional_info.enterprise_identification_number #=> String
|
1013
|
+
# resp.tax_registration.additional_tax_information.vietnam_additional_info.payment_voucher_number #=> String
|
1014
|
+
# resp.tax_registration.additional_tax_information.vietnam_additional_info.payment_voucher_number_date #=> String
|
993
1015
|
# resp.tax_registration.certified_email_id #=> String
|
994
1016
|
# resp.tax_registration.legal_address.address_line_1 #=> String
|
995
1017
|
# resp.tax_registration.legal_address.address_line_2 #=> String
|
@@ -1109,7 +1131,7 @@ module Aws::TaxSettings
|
|
1109
1131
|
end
|
1110
1132
|
|
1111
1133
|
# Retrieves the tax exemption of accounts listed in a consolidated
|
1112
|
-
# billing family.
|
1134
|
+
# billing family. The IAM action is `tax:GetExemptions`.
|
1113
1135
|
#
|
1114
1136
|
# @option params [Integer] :max_results
|
1115
1137
|
# The number of results you want in one response.
|
@@ -1210,8 +1232,11 @@ module Aws::TaxSettings
|
|
1210
1232
|
# resp.account_details[0].tax_registration.additional_tax_information.canada_additional_info.canada_retail_sales_tax_number #=> String
|
1211
1233
|
# resp.account_details[0].tax_registration.additional_tax_information.canada_additional_info.is_reseller_account #=> Boolean
|
1212
1234
|
# resp.account_details[0].tax_registration.additional_tax_information.canada_additional_info.provincial_sales_tax_id #=> String
|
1235
|
+
# resp.account_details[0].tax_registration.additional_tax_information.egypt_additional_info.unique_identification_number #=> String
|
1236
|
+
# resp.account_details[0].tax_registration.additional_tax_information.egypt_additional_info.unique_identification_number_expiration_date #=> String
|
1213
1237
|
# resp.account_details[0].tax_registration.additional_tax_information.estonia_additional_info.registry_commercial_code #=> String
|
1214
1238
|
# resp.account_details[0].tax_registration.additional_tax_information.georgia_additional_info.person_type #=> String, one of "Legal Person", "Physical Person", "Business"
|
1239
|
+
# resp.account_details[0].tax_registration.additional_tax_information.greece_additional_info.contracting_authority_code #=> String
|
1215
1240
|
# resp.account_details[0].tax_registration.additional_tax_information.india_additional_info.pan #=> String
|
1216
1241
|
# resp.account_details[0].tax_registration.additional_tax_information.israel_additional_info.customer_type #=> String, one of "Business", "Individual"
|
1217
1242
|
# resp.account_details[0].tax_registration.additional_tax_information.israel_additional_info.dealer_type #=> String, one of "Authorized", "Non-authorized"
|
@@ -1237,6 +1262,10 @@ module Aws::TaxSettings
|
|
1237
1262
|
# resp.account_details[0].tax_registration.additional_tax_information.turkey_additional_info.secondary_tax_id #=> String
|
1238
1263
|
# resp.account_details[0].tax_registration.additional_tax_information.turkey_additional_info.tax_office #=> String
|
1239
1264
|
# resp.account_details[0].tax_registration.additional_tax_information.ukraine_additional_info.ukraine_trn_type #=> String, one of "Business", "Individual"
|
1265
|
+
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.electronic_transaction_code_number #=> String
|
1266
|
+
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.enterprise_identification_number #=> String
|
1267
|
+
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.payment_voucher_number #=> String
|
1268
|
+
# resp.account_details[0].tax_registration.additional_tax_information.vietnam_additional_info.payment_voucher_number_date #=> String
|
1240
1269
|
# resp.account_details[0].tax_registration.certified_email_id #=> String
|
1241
1270
|
# resp.account_details[0].tax_registration.jurisdiction.country_code #=> String
|
1242
1271
|
# resp.account_details[0].tax_registration.jurisdiction.state_or_region #=> String
|
@@ -1305,7 +1334,8 @@ module Aws::TaxSettings
|
|
1305
1334
|
end
|
1306
1335
|
|
1307
1336
|
# Adds the tax exemption for a single account or all accounts listed in
|
1308
|
-
# a consolidated billing family.
|
1337
|
+
# a consolidated billing family. The IAM action is
|
1338
|
+
# `tax:UpdateExemptions`.
|
1309
1339
|
#
|
1310
1340
|
# @option params [required, Array<String>] :account_ids
|
1311
1341
|
# The list of unique account identifiers.
|
@@ -1551,12 +1581,19 @@ module Aws::TaxSettings
|
|
1551
1581
|
# is_reseller_account: false,
|
1552
1582
|
# provincial_sales_tax_id: "CanadaProvincialSalesTaxIdString",
|
1553
1583
|
# },
|
1584
|
+
# egypt_additional_info: {
|
1585
|
+
# unique_identification_number: "UniqueIdentificationNumber",
|
1586
|
+
# unique_identification_number_expiration_date: "DateString",
|
1587
|
+
# },
|
1554
1588
|
# estonia_additional_info: {
|
1555
1589
|
# registry_commercial_code: "RegistryCommercialCode", # required
|
1556
1590
|
# },
|
1557
1591
|
# georgia_additional_info: {
|
1558
1592
|
# person_type: "Legal Person", # required, accepts Legal Person, Physical Person, Business
|
1559
1593
|
# },
|
1594
|
+
# greece_additional_info: {
|
1595
|
+
# contracting_authority_code: "ContractingAuthorityCode",
|
1596
|
+
# },
|
1560
1597
|
# israel_additional_info: {
|
1561
1598
|
# customer_type: "Business", # required, accepts Business, Individual
|
1562
1599
|
# dealer_type: "Authorized", # required, accepts Authorized, Non-authorized
|
@@ -1602,6 +1639,12 @@ module Aws::TaxSettings
|
|
1602
1639
|
# ukraine_additional_info: {
|
1603
1640
|
# ukraine_trn_type: "Business", # required, accepts Business, Individual
|
1604
1641
|
# },
|
1642
|
+
# vietnam_additional_info: {
|
1643
|
+
# electronic_transaction_code_number: "ElectronicTransactionCodeNumber",
|
1644
|
+
# enterprise_identification_number: "EnterpriseIdentificationNumber",
|
1645
|
+
# payment_voucher_number: "PaymentVoucherNumber",
|
1646
|
+
# payment_voucher_number_date: "DateString",
|
1647
|
+
# },
|
1605
1648
|
# },
|
1606
1649
|
# certified_email_id: "CertifiedEmailId",
|
1607
1650
|
# legal_address: {
|
@@ -1667,7 +1710,7 @@ module Aws::TaxSettings
|
|
1667
1710
|
tracer: tracer
|
1668
1711
|
)
|
1669
1712
|
context[:gem_name] = 'aws-sdk-taxsettings'
|
1670
|
-
context[:gem_version] = '1.
|
1713
|
+
context[:gem_version] = '1.19.0'
|
1671
1714
|
Seahorse::Client::Request.new(handlers, context)
|
1672
1715
|
end
|
1673
1716
|
|
@@ -56,9 +56,11 @@ module Aws::TaxSettings
|
|
56
56
|
CigNumber = Shapes::StringShape.new(name: 'CigNumber')
|
57
57
|
City = Shapes::StringShape.new(name: 'City')
|
58
58
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
59
|
+
ContractingAuthorityCode = Shapes::StringShape.new(name: 'ContractingAuthorityCode')
|
59
60
|
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
60
61
|
CupNumber = Shapes::StringShape.new(name: 'CupNumber')
|
61
62
|
DateOfBirth = Shapes::StringShape.new(name: 'DateOfBirth')
|
63
|
+
DateString = Shapes::StringShape.new(name: 'DateString')
|
62
64
|
DeleteSupplementalTaxRegistrationRequest = Shapes::StructureShape.new(name: 'DeleteSupplementalTaxRegistrationRequest')
|
63
65
|
DeleteSupplementalTaxRegistrationResponse = Shapes::StructureShape.new(name: 'DeleteSupplementalTaxRegistrationResponse')
|
64
66
|
DeleteTaxRegistrationRequest = Shapes::StructureShape.new(name: 'DeleteTaxRegistrationRequest')
|
@@ -67,6 +69,9 @@ module Aws::TaxSettings
|
|
67
69
|
DestinationS3Location = Shapes::StructureShape.new(name: 'DestinationS3Location')
|
68
70
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
69
71
|
District = Shapes::StringShape.new(name: 'District')
|
72
|
+
EgyptAdditionalInfo = Shapes::StructureShape.new(name: 'EgyptAdditionalInfo')
|
73
|
+
ElectronicTransactionCodeNumber = Shapes::StringShape.new(name: 'ElectronicTransactionCodeNumber')
|
74
|
+
EnterpriseIdentificationNumber = Shapes::StringShape.new(name: 'EnterpriseIdentificationNumber')
|
70
75
|
EntityExemptionAccountStatus = Shapes::StringShape.new(name: 'EntityExemptionAccountStatus')
|
71
76
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
72
77
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
@@ -86,6 +91,7 @@ module Aws::TaxSettings
|
|
86
91
|
GetTaxRegistrationDocumentResponse = Shapes::StructureShape.new(name: 'GetTaxRegistrationDocumentResponse')
|
87
92
|
GetTaxRegistrationRequest = Shapes::StructureShape.new(name: 'GetTaxRegistrationRequest')
|
88
93
|
GetTaxRegistrationResponse = Shapes::StructureShape.new(name: 'GetTaxRegistrationResponse')
|
94
|
+
GreeceAdditionalInfo = Shapes::StructureShape.new(name: 'GreeceAdditionalInfo')
|
89
95
|
HeritageStatus = Shapes::StringShape.new(name: 'HeritageStatus')
|
90
96
|
IndiaAdditionalInfo = Shapes::StructureShape.new(name: 'IndiaAdditionalInfo')
|
91
97
|
IndividualRegistrationNumber = Shapes::StringShape.new(name: 'IndividualRegistrationNumber')
|
@@ -115,6 +121,7 @@ module Aws::TaxSettings
|
|
115
121
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
116
122
|
PaginationTokenString = Shapes::StringShape.new(name: 'PaginationTokenString')
|
117
123
|
Pan = Shapes::StringShape.new(name: 'Pan')
|
124
|
+
PaymentVoucherNumber = Shapes::StringShape.new(name: 'PaymentVoucherNumber')
|
118
125
|
PersonType = Shapes::StringShape.new(name: 'PersonType')
|
119
126
|
PolandAdditionalInfo = Shapes::StructureShape.new(name: 'PolandAdditionalInfo')
|
120
127
|
PostalCode = Shapes::StringShape.new(name: 'PostalCode')
|
@@ -175,12 +182,14 @@ module Aws::TaxSettings
|
|
175
182
|
TurkeyAdditionalInfo = Shapes::StructureShape.new(name: 'TurkeyAdditionalInfo')
|
176
183
|
UkraineAdditionalInfo = Shapes::StructureShape.new(name: 'UkraineAdditionalInfo')
|
177
184
|
UkraineTrnType = Shapes::StringShape.new(name: 'UkraineTrnType')
|
185
|
+
UniqueIdentificationNumber = Shapes::StringShape.new(name: 'UniqueIdentificationNumber')
|
178
186
|
Url = Shapes::StringShape.new(name: 'Url')
|
179
187
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
180
188
|
ValidationExceptionErrorCode = Shapes::StringShape.new(name: 'ValidationExceptionErrorCode')
|
181
189
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
182
190
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
183
191
|
VerificationDetails = Shapes::StructureShape.new(name: 'VerificationDetails')
|
192
|
+
VietnamAdditionalInfo = Shapes::StructureShape.new(name: 'VietnamAdditionalInfo')
|
184
193
|
|
185
194
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
186
195
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
@@ -203,8 +212,10 @@ module Aws::TaxSettings
|
|
203
212
|
AccountMetaData.struct_class = Types::AccountMetaData
|
204
213
|
|
205
214
|
AdditionalInfoRequest.add_member(:canada_additional_info, Shapes::ShapeRef.new(shape: CanadaAdditionalInfo, location_name: "canadaAdditionalInfo"))
|
215
|
+
AdditionalInfoRequest.add_member(:egypt_additional_info, Shapes::ShapeRef.new(shape: EgyptAdditionalInfo, location_name: "egyptAdditionalInfo"))
|
206
216
|
AdditionalInfoRequest.add_member(:estonia_additional_info, Shapes::ShapeRef.new(shape: EstoniaAdditionalInfo, location_name: "estoniaAdditionalInfo"))
|
207
217
|
AdditionalInfoRequest.add_member(:georgia_additional_info, Shapes::ShapeRef.new(shape: GeorgiaAdditionalInfo, location_name: "georgiaAdditionalInfo"))
|
218
|
+
AdditionalInfoRequest.add_member(:greece_additional_info, Shapes::ShapeRef.new(shape: GreeceAdditionalInfo, location_name: "greeceAdditionalInfo"))
|
208
219
|
AdditionalInfoRequest.add_member(:israel_additional_info, Shapes::ShapeRef.new(shape: IsraelAdditionalInfo, location_name: "israelAdditionalInfo"))
|
209
220
|
AdditionalInfoRequest.add_member(:italy_additional_info, Shapes::ShapeRef.new(shape: ItalyAdditionalInfo, location_name: "italyAdditionalInfo"))
|
210
221
|
AdditionalInfoRequest.add_member(:kenya_additional_info, Shapes::ShapeRef.new(shape: KenyaAdditionalInfo, location_name: "kenyaAdditionalInfo"))
|
@@ -216,12 +227,15 @@ module Aws::TaxSettings
|
|
216
227
|
AdditionalInfoRequest.add_member(:spain_additional_info, Shapes::ShapeRef.new(shape: SpainAdditionalInfo, location_name: "spainAdditionalInfo"))
|
217
228
|
AdditionalInfoRequest.add_member(:turkey_additional_info, Shapes::ShapeRef.new(shape: TurkeyAdditionalInfo, location_name: "turkeyAdditionalInfo"))
|
218
229
|
AdditionalInfoRequest.add_member(:ukraine_additional_info, Shapes::ShapeRef.new(shape: UkraineAdditionalInfo, location_name: "ukraineAdditionalInfo"))
|
230
|
+
AdditionalInfoRequest.add_member(:vietnam_additional_info, Shapes::ShapeRef.new(shape: VietnamAdditionalInfo, location_name: "vietnamAdditionalInfo"))
|
219
231
|
AdditionalInfoRequest.struct_class = Types::AdditionalInfoRequest
|
220
232
|
|
221
233
|
AdditionalInfoResponse.add_member(:brazil_additional_info, Shapes::ShapeRef.new(shape: BrazilAdditionalInfo, location_name: "brazilAdditionalInfo"))
|
222
234
|
AdditionalInfoResponse.add_member(:canada_additional_info, Shapes::ShapeRef.new(shape: CanadaAdditionalInfo, location_name: "canadaAdditionalInfo"))
|
235
|
+
AdditionalInfoResponse.add_member(:egypt_additional_info, Shapes::ShapeRef.new(shape: EgyptAdditionalInfo, location_name: "egyptAdditionalInfo"))
|
223
236
|
AdditionalInfoResponse.add_member(:estonia_additional_info, Shapes::ShapeRef.new(shape: EstoniaAdditionalInfo, location_name: "estoniaAdditionalInfo"))
|
224
237
|
AdditionalInfoResponse.add_member(:georgia_additional_info, Shapes::ShapeRef.new(shape: GeorgiaAdditionalInfo, location_name: "georgiaAdditionalInfo"))
|
238
|
+
AdditionalInfoResponse.add_member(:greece_additional_info, Shapes::ShapeRef.new(shape: GreeceAdditionalInfo, location_name: "greeceAdditionalInfo"))
|
225
239
|
AdditionalInfoResponse.add_member(:india_additional_info, Shapes::ShapeRef.new(shape: IndiaAdditionalInfo, location_name: "indiaAdditionalInfo"))
|
226
240
|
AdditionalInfoResponse.add_member(:israel_additional_info, Shapes::ShapeRef.new(shape: IsraelAdditionalInfo, location_name: "israelAdditionalInfo"))
|
227
241
|
AdditionalInfoResponse.add_member(:italy_additional_info, Shapes::ShapeRef.new(shape: ItalyAdditionalInfo, location_name: "italyAdditionalInfo"))
|
@@ -234,6 +248,7 @@ module Aws::TaxSettings
|
|
234
248
|
AdditionalInfoResponse.add_member(:spain_additional_info, Shapes::ShapeRef.new(shape: SpainAdditionalInfo, location_name: "spainAdditionalInfo"))
|
235
249
|
AdditionalInfoResponse.add_member(:turkey_additional_info, Shapes::ShapeRef.new(shape: TurkeyAdditionalInfo, location_name: "turkeyAdditionalInfo"))
|
236
250
|
AdditionalInfoResponse.add_member(:ukraine_additional_info, Shapes::ShapeRef.new(shape: UkraineAdditionalInfo, location_name: "ukraineAdditionalInfo"))
|
251
|
+
AdditionalInfoResponse.add_member(:vietnam_additional_info, Shapes::ShapeRef.new(shape: VietnamAdditionalInfo, location_name: "vietnamAdditionalInfo"))
|
237
252
|
AdditionalInfoResponse.struct_class = Types::AdditionalInfoResponse
|
238
253
|
|
239
254
|
Address.add_member(:address_line_1, Shapes::ShapeRef.new(shape: AddressLine1, required: true, location_name: "addressLine1"))
|
@@ -324,6 +339,10 @@ module Aws::TaxSettings
|
|
324
339
|
DestinationS3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: S3Prefix, location_name: "prefix"))
|
325
340
|
DestinationS3Location.struct_class = Types::DestinationS3Location
|
326
341
|
|
342
|
+
EgyptAdditionalInfo.add_member(:unique_identification_number, Shapes::ShapeRef.new(shape: UniqueIdentificationNumber, location_name: "uniqueIdentificationNumber"))
|
343
|
+
EgyptAdditionalInfo.add_member(:unique_identification_number_expiration_date, Shapes::ShapeRef.new(shape: DateString, location_name: "uniqueIdentificationNumberExpirationDate"))
|
344
|
+
EgyptAdditionalInfo.struct_class = Types::EgyptAdditionalInfo
|
345
|
+
|
327
346
|
EstoniaAdditionalInfo.add_member(:registry_commercial_code, Shapes::ShapeRef.new(shape: RegistryCommercialCode, required: true, location_name: "registryCommercialCode"))
|
328
347
|
EstoniaAdditionalInfo.struct_class = Types::EstoniaAdditionalInfo
|
329
348
|
|
@@ -358,6 +377,9 @@ module Aws::TaxSettings
|
|
358
377
|
GetTaxRegistrationResponse.add_member(:tax_registration, Shapes::ShapeRef.new(shape: TaxRegistration, location_name: "taxRegistration"))
|
359
378
|
GetTaxRegistrationResponse.struct_class = Types::GetTaxRegistrationResponse
|
360
379
|
|
380
|
+
GreeceAdditionalInfo.add_member(:contracting_authority_code, Shapes::ShapeRef.new(shape: ContractingAuthorityCode, location_name: "contractingAuthorityCode"))
|
381
|
+
GreeceAdditionalInfo.struct_class = Types::GreeceAdditionalInfo
|
382
|
+
|
361
383
|
IndiaAdditionalInfo.add_member(:pan, Shapes::ShapeRef.new(shape: Pan, location_name: "pan"))
|
362
384
|
IndiaAdditionalInfo.struct_class = Types::IndiaAdditionalInfo
|
363
385
|
|
@@ -584,6 +606,12 @@ module Aws::TaxSettings
|
|
584
606
|
VerificationDetails.add_member(:tax_registration_documents, Shapes::ShapeRef.new(shape: TaxRegistrationDocuments, location_name: "taxRegistrationDocuments"))
|
585
607
|
VerificationDetails.struct_class = Types::VerificationDetails
|
586
608
|
|
609
|
+
VietnamAdditionalInfo.add_member(:electronic_transaction_code_number, Shapes::ShapeRef.new(shape: ElectronicTransactionCodeNumber, location_name: "electronicTransactionCodeNumber"))
|
610
|
+
VietnamAdditionalInfo.add_member(:enterprise_identification_number, Shapes::ShapeRef.new(shape: EnterpriseIdentificationNumber, location_name: "enterpriseIdentificationNumber"))
|
611
|
+
VietnamAdditionalInfo.add_member(:payment_voucher_number, Shapes::ShapeRef.new(shape: PaymentVoucherNumber, location_name: "paymentVoucherNumber"))
|
612
|
+
VietnamAdditionalInfo.add_member(:payment_voucher_number_date, Shapes::ShapeRef.new(shape: DateString, location_name: "paymentVoucherNumberDate"))
|
613
|
+
VietnamAdditionalInfo.struct_class = Types::VietnamAdditionalInfo
|
614
|
+
|
587
615
|
|
588
616
|
# @api private
|
589
617
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
module Aws::TaxSettings
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# The access is denied for the Amazon Web
|
13
|
+
# The access is denied for the Amazon Web ServicesSupport API.
|
14
14
|
#
|
15
15
|
# @!attribute [rw] message
|
16
16
|
# @return [String]
|
@@ -106,6 +106,10 @@ module Aws::TaxSettings
|
|
106
106
|
# Additional tax information associated with your TRN in Canada.
|
107
107
|
# @return [Types::CanadaAdditionalInfo]
|
108
108
|
#
|
109
|
+
# @!attribute [rw] egypt_additional_info
|
110
|
+
# Additional tax information to specify for a TRN in Egypt.
|
111
|
+
# @return [Types::EgyptAdditionalInfo]
|
112
|
+
#
|
109
113
|
# @!attribute [rw] estonia_additional_info
|
110
114
|
# Additional tax information to specify for a TRN in Estonia.
|
111
115
|
# @return [Types::EstoniaAdditionalInfo]
|
@@ -114,6 +118,10 @@ module Aws::TaxSettings
|
|
114
118
|
# Additional tax information to specify for a TRN in Georgia.
|
115
119
|
# @return [Types::GeorgiaAdditionalInfo]
|
116
120
|
#
|
121
|
+
# @!attribute [rw] greece_additional_info
|
122
|
+
# Additional tax information to specify for a TRN in Greece.
|
123
|
+
# @return [Types::GreeceAdditionalInfo]
|
124
|
+
#
|
117
125
|
# @!attribute [rw] israel_additional_info
|
118
126
|
# Additional tax information to specify for a TRN in Israel.
|
119
127
|
# @return [Types::IsraelAdditionalInfo]
|
@@ -158,12 +166,18 @@ module Aws::TaxSettings
|
|
158
166
|
# Additional tax information associated with your TRN in Ukraine.
|
159
167
|
# @return [Types::UkraineAdditionalInfo]
|
160
168
|
#
|
169
|
+
# @!attribute [rw] vietnam_additional_info
|
170
|
+
# Additional tax information to specify for a TRN in Vietnam.
|
171
|
+
# @return [Types::VietnamAdditionalInfo]
|
172
|
+
#
|
161
173
|
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/AdditionalInfoRequest AWS API Documentation
|
162
174
|
#
|
163
175
|
class AdditionalInfoRequest < Struct.new(
|
164
176
|
:canada_additional_info,
|
177
|
+
:egypt_additional_info,
|
165
178
|
:estonia_additional_info,
|
166
179
|
:georgia_additional_info,
|
180
|
+
:greece_additional_info,
|
167
181
|
:israel_additional_info,
|
168
182
|
:italy_additional_info,
|
169
183
|
:kenya_additional_info,
|
@@ -174,7 +188,8 @@ module Aws::TaxSettings
|
|
174
188
|
:south_korea_additional_info,
|
175
189
|
:spain_additional_info,
|
176
190
|
:turkey_additional_info,
|
177
|
-
:ukraine_additional_info
|
191
|
+
:ukraine_additional_info,
|
192
|
+
:vietnam_additional_info)
|
178
193
|
SENSITIVE = []
|
179
194
|
include Aws::Structure
|
180
195
|
end
|
@@ -194,6 +209,10 @@ module Aws::TaxSettings
|
|
194
209
|
# Additional tax information associated with your TRN in Canada.
|
195
210
|
# @return [Types::CanadaAdditionalInfo]
|
196
211
|
#
|
212
|
+
# @!attribute [rw] egypt_additional_info
|
213
|
+
# Additional tax information to specify for a TRN in Egypt.
|
214
|
+
# @return [Types::EgyptAdditionalInfo]
|
215
|
+
#
|
197
216
|
# @!attribute [rw] estonia_additional_info
|
198
217
|
# Additional tax information associated with your TRN in Estonia.
|
199
218
|
# @return [Types::EstoniaAdditionalInfo]
|
@@ -202,6 +221,10 @@ module Aws::TaxSettings
|
|
202
221
|
# Additional tax information associated with your TRN in Georgia.
|
203
222
|
# @return [Types::GeorgiaAdditionalInfo]
|
204
223
|
#
|
224
|
+
# @!attribute [rw] greece_additional_info
|
225
|
+
# Additional tax information to specify for a TRN in Greece.
|
226
|
+
# @return [Types::GreeceAdditionalInfo]
|
227
|
+
#
|
205
228
|
# @!attribute [rw] india_additional_info
|
206
229
|
# Additional tax information in India.
|
207
230
|
# @return [Types::IndiaAdditionalInfo]
|
@@ -250,13 +273,19 @@ module Aws::TaxSettings
|
|
250
273
|
# Additional tax information associated with your TRN in Ukraine.
|
251
274
|
# @return [Types::UkraineAdditionalInfo]
|
252
275
|
#
|
276
|
+
# @!attribute [rw] vietnam_additional_info
|
277
|
+
# Additional tax information to specify for a TRN in Vietnam.
|
278
|
+
# @return [Types::VietnamAdditionalInfo]
|
279
|
+
#
|
253
280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/AdditionalInfoResponse AWS API Documentation
|
254
281
|
#
|
255
282
|
class AdditionalInfoResponse < Struct.new(
|
256
283
|
:brazil_additional_info,
|
257
284
|
:canada_additional_info,
|
285
|
+
:egypt_additional_info,
|
258
286
|
:estonia_additional_info,
|
259
287
|
:georgia_additional_info,
|
288
|
+
:greece_additional_info,
|
260
289
|
:india_additional_info,
|
261
290
|
:israel_additional_info,
|
262
291
|
:italy_additional_info,
|
@@ -268,7 +297,8 @@ module Aws::TaxSettings
|
|
268
297
|
:south_korea_additional_info,
|
269
298
|
:spain_additional_info,
|
270
299
|
:turkey_additional_info,
|
271
|
-
:ukraine_additional_info
|
300
|
+
:ukraine_additional_info,
|
301
|
+
:vietnam_additional_info)
|
272
302
|
SENSITIVE = []
|
273
303
|
include Aws::Structure
|
274
304
|
end
|
@@ -337,8 +367,8 @@ module Aws::TaxSettings
|
|
337
367
|
include Aws::Structure
|
338
368
|
end
|
339
369
|
|
340
|
-
# Failed to upload the tax exemption document to Amazon Web
|
341
|
-
#
|
370
|
+
# Failed to upload the tax exemption document to Amazon Web
|
371
|
+
# ServicesSupport case.
|
342
372
|
#
|
343
373
|
# @!attribute [rw] message
|
344
374
|
# @return [String]
|
@@ -596,7 +626,7 @@ module Aws::TaxSettings
|
|
596
626
|
include Aws::Structure
|
597
627
|
end
|
598
628
|
|
599
|
-
# You've exceeded the Amazon Web
|
629
|
+
# You've exceeded the Amazon Web ServicesSupport case creation limit
|
600
630
|
# for your account.
|
601
631
|
#
|
602
632
|
# @!attribute [rw] message
|
@@ -686,6 +716,27 @@ module Aws::TaxSettings
|
|
686
716
|
include Aws::Structure
|
687
717
|
end
|
688
718
|
|
719
|
+
# Additional tax information to specify for a TRN in Egypt.
|
720
|
+
#
|
721
|
+
# @!attribute [rw] unique_identification_number
|
722
|
+
# The unique identification number provided by the Egypt Tax
|
723
|
+
# Authority.
|
724
|
+
# @return [String]
|
725
|
+
#
|
726
|
+
# @!attribute [rw] unique_identification_number_expiration_date
|
727
|
+
# The expiration date of the unique identification number provided by
|
728
|
+
# the Egypt Tax Authority.
|
729
|
+
# @return [String]
|
730
|
+
#
|
731
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/EgyptAdditionalInfo AWS API Documentation
|
732
|
+
#
|
733
|
+
class EgyptAdditionalInfo < Struct.new(
|
734
|
+
:unique_identification_number,
|
735
|
+
:unique_identification_number_expiration_date)
|
736
|
+
SENSITIVE = []
|
737
|
+
include Aws::Structure
|
738
|
+
end
|
739
|
+
|
689
740
|
# Additional tax information associated with your TRN in Estonia.
|
690
741
|
#
|
691
742
|
# @!attribute [rw] registry_commercial_code
|
@@ -830,6 +881,20 @@ module Aws::TaxSettings
|
|
830
881
|
include Aws::Structure
|
831
882
|
end
|
832
883
|
|
884
|
+
# Additional tax information to specify for a TRN in Greece.
|
885
|
+
#
|
886
|
+
# @!attribute [rw] contracting_authority_code
|
887
|
+
# The code of contracting authority for e-invoicing.
|
888
|
+
# @return [String]
|
889
|
+
#
|
890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/GreeceAdditionalInfo AWS API Documentation
|
891
|
+
#
|
892
|
+
class GreeceAdditionalInfo < Struct.new(
|
893
|
+
:contracting_authority_code)
|
894
|
+
SENSITIVE = []
|
895
|
+
include Aws::Structure
|
896
|
+
end
|
897
|
+
|
833
898
|
# Additional tax information in India.
|
834
899
|
#
|
835
900
|
# @!attribute [rw] pan
|
@@ -1932,6 +1997,35 @@ module Aws::TaxSettings
|
|
1932
1997
|
include Aws::Structure
|
1933
1998
|
end
|
1934
1999
|
|
2000
|
+
# Additional tax information to specify for a TRN in Vietnam.
|
2001
|
+
#
|
2002
|
+
# @!attribute [rw] electronic_transaction_code_number
|
2003
|
+
# The electronic transaction code number on the tax return document.
|
2004
|
+
# @return [String]
|
2005
|
+
#
|
2006
|
+
# @!attribute [rw] enterprise_identification_number
|
2007
|
+
# The enterprise identification number for tax registration.
|
2008
|
+
# @return [String]
|
2009
|
+
#
|
2010
|
+
# @!attribute [rw] payment_voucher_number
|
2011
|
+
# The payment voucher number on the tax return payment document.
|
2012
|
+
# @return [String]
|
2013
|
+
#
|
2014
|
+
# @!attribute [rw] payment_voucher_number_date
|
2015
|
+
# The date on the tax return payment document.
|
2016
|
+
# @return [String]
|
2017
|
+
#
|
2018
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/VietnamAdditionalInfo AWS API Documentation
|
2019
|
+
#
|
2020
|
+
class VietnamAdditionalInfo < Struct.new(
|
2021
|
+
:electronic_transaction_code_number,
|
2022
|
+
:enterprise_identification_number,
|
2023
|
+
:payment_voucher_number,
|
2024
|
+
:payment_voucher_number_date)
|
2025
|
+
SENSITIVE = []
|
2026
|
+
include Aws::Structure
|
2027
|
+
end
|
2028
|
+
|
1935
2029
|
end
|
1936
2030
|
end
|
1937
2031
|
|
data/lib/aws-sdk-taxsettings.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -114,12 +114,19 @@ module Aws
|
|
114
114
|
is_reseller_account: bool?,
|
115
115
|
provincial_sales_tax_id: ::String?
|
116
116
|
}?,
|
117
|
+
egypt_additional_info: {
|
118
|
+
unique_identification_number: ::String?,
|
119
|
+
unique_identification_number_expiration_date: ::String?
|
120
|
+
}?,
|
117
121
|
estonia_additional_info: {
|
118
122
|
registry_commercial_code: ::String
|
119
123
|
}?,
|
120
124
|
georgia_additional_info: {
|
121
125
|
person_type: ("Legal Person" | "Physical Person" | "Business")
|
122
126
|
}?,
|
127
|
+
greece_additional_info: {
|
128
|
+
contracting_authority_code: ::String?
|
129
|
+
}?,
|
123
130
|
israel_additional_info: {
|
124
131
|
customer_type: ("Business" | "Individual"),
|
125
132
|
dealer_type: ("Authorized" | "Non-authorized")
|
@@ -164,6 +171,12 @@ module Aws
|
|
164
171
|
}?,
|
165
172
|
ukraine_additional_info: {
|
166
173
|
ukraine_trn_type: ("Business" | "Individual")
|
174
|
+
}?,
|
175
|
+
vietnam_additional_info: {
|
176
|
+
electronic_transaction_code_number: ::String?,
|
177
|
+
enterprise_identification_number: ::String?,
|
178
|
+
payment_voucher_number: ::String?,
|
179
|
+
payment_voucher_number_date: ::String?
|
167
180
|
}?
|
168
181
|
}?,
|
169
182
|
certified_email_id: ::String?,
|
@@ -368,12 +381,19 @@ module Aws
|
|
368
381
|
is_reseller_account: bool?,
|
369
382
|
provincial_sales_tax_id: ::String?
|
370
383
|
}?,
|
384
|
+
egypt_additional_info: {
|
385
|
+
unique_identification_number: ::String?,
|
386
|
+
unique_identification_number_expiration_date: ::String?
|
387
|
+
}?,
|
371
388
|
estonia_additional_info: {
|
372
389
|
registry_commercial_code: ::String
|
373
390
|
}?,
|
374
391
|
georgia_additional_info: {
|
375
392
|
person_type: ("Legal Person" | "Physical Person" | "Business")
|
376
393
|
}?,
|
394
|
+
greece_additional_info: {
|
395
|
+
contracting_authority_code: ::String?
|
396
|
+
}?,
|
377
397
|
israel_additional_info: {
|
378
398
|
customer_type: ("Business" | "Individual"),
|
379
399
|
dealer_type: ("Authorized" | "Non-authorized")
|
@@ -418,6 +438,12 @@ module Aws
|
|
418
438
|
}?,
|
419
439
|
ukraine_additional_info: {
|
420
440
|
ukraine_trn_type: ("Business" | "Individual")
|
441
|
+
}?,
|
442
|
+
vietnam_additional_info: {
|
443
|
+
electronic_transaction_code_number: ::String?,
|
444
|
+
enterprise_identification_number: ::String?,
|
445
|
+
payment_voucher_number: ::String?,
|
446
|
+
payment_voucher_number_date: ::String?
|
421
447
|
}?
|
422
448
|
}?,
|
423
449
|
certified_email_id: ::String?,
|
data/sig/types.rbs
CHANGED
@@ -32,8 +32,10 @@ module Aws::TaxSettings
|
|
32
32
|
|
33
33
|
class AdditionalInfoRequest
|
34
34
|
attr_accessor canada_additional_info: Types::CanadaAdditionalInfo
|
35
|
+
attr_accessor egypt_additional_info: Types::EgyptAdditionalInfo
|
35
36
|
attr_accessor estonia_additional_info: Types::EstoniaAdditionalInfo
|
36
37
|
attr_accessor georgia_additional_info: Types::GeorgiaAdditionalInfo
|
38
|
+
attr_accessor greece_additional_info: Types::GreeceAdditionalInfo
|
37
39
|
attr_accessor israel_additional_info: Types::IsraelAdditionalInfo
|
38
40
|
attr_accessor italy_additional_info: Types::ItalyAdditionalInfo
|
39
41
|
attr_accessor kenya_additional_info: Types::KenyaAdditionalInfo
|
@@ -45,14 +47,17 @@ module Aws::TaxSettings
|
|
45
47
|
attr_accessor spain_additional_info: Types::SpainAdditionalInfo
|
46
48
|
attr_accessor turkey_additional_info: Types::TurkeyAdditionalInfo
|
47
49
|
attr_accessor ukraine_additional_info: Types::UkraineAdditionalInfo
|
50
|
+
attr_accessor vietnam_additional_info: Types::VietnamAdditionalInfo
|
48
51
|
SENSITIVE: []
|
49
52
|
end
|
50
53
|
|
51
54
|
class AdditionalInfoResponse
|
52
55
|
attr_accessor brazil_additional_info: Types::BrazilAdditionalInfo
|
53
56
|
attr_accessor canada_additional_info: Types::CanadaAdditionalInfo
|
57
|
+
attr_accessor egypt_additional_info: Types::EgyptAdditionalInfo
|
54
58
|
attr_accessor estonia_additional_info: Types::EstoniaAdditionalInfo
|
55
59
|
attr_accessor georgia_additional_info: Types::GeorgiaAdditionalInfo
|
60
|
+
attr_accessor greece_additional_info: Types::GreeceAdditionalInfo
|
56
61
|
attr_accessor india_additional_info: Types::IndiaAdditionalInfo
|
57
62
|
attr_accessor israel_additional_info: Types::IsraelAdditionalInfo
|
58
63
|
attr_accessor italy_additional_info: Types::ItalyAdditionalInfo
|
@@ -65,6 +70,7 @@ module Aws::TaxSettings
|
|
65
70
|
attr_accessor spain_additional_info: Types::SpainAdditionalInfo
|
66
71
|
attr_accessor turkey_additional_info: Types::TurkeyAdditionalInfo
|
67
72
|
attr_accessor ukraine_additional_info: Types::UkraineAdditionalInfo
|
73
|
+
attr_accessor vietnam_additional_info: Types::VietnamAdditionalInfo
|
68
74
|
SENSITIVE: []
|
69
75
|
end
|
70
76
|
|
@@ -185,6 +191,12 @@ module Aws::TaxSettings
|
|
185
191
|
SENSITIVE: []
|
186
192
|
end
|
187
193
|
|
194
|
+
class EgyptAdditionalInfo
|
195
|
+
attr_accessor unique_identification_number: ::String
|
196
|
+
attr_accessor unique_identification_number_expiration_date: ::String
|
197
|
+
SENSITIVE: []
|
198
|
+
end
|
199
|
+
|
188
200
|
class EstoniaAdditionalInfo
|
189
201
|
attr_accessor registry_commercial_code: ::String
|
190
202
|
SENSITIVE: []
|
@@ -239,6 +251,11 @@ module Aws::TaxSettings
|
|
239
251
|
SENSITIVE: [:tax_registration]
|
240
252
|
end
|
241
253
|
|
254
|
+
class GreeceAdditionalInfo
|
255
|
+
attr_accessor contracting_authority_code: ::String
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
242
259
|
class IndiaAdditionalInfo
|
243
260
|
attr_accessor pan: ::String
|
244
261
|
SENSITIVE: []
|
@@ -536,5 +553,13 @@ module Aws::TaxSettings
|
|
536
553
|
attr_accessor tax_registration_documents: ::Array[Types::TaxRegistrationDocument]
|
537
554
|
SENSITIVE: []
|
538
555
|
end
|
556
|
+
|
557
|
+
class VietnamAdditionalInfo
|
558
|
+
attr_accessor electronic_transaction_code_number: ::String
|
559
|
+
attr_accessor enterprise_identification_number: ::String
|
560
|
+
attr_accessor payment_voucher_number: ::String
|
561
|
+
attr_accessor payment_voucher_number_date: ::String
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
539
564
|
end
|
540
565
|
end
|
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.19.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-
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|