aws-sdk 2.1632.0 → 2.1634.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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,658 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "tax",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
11
+ "serviceFullName": "Tax Settings",
12
+ "serviceId": "TaxSettings",
13
+ "signatureVersion": "v4",
14
+ "signingName": "tax",
15
+ "uid": "taxsettings-2018-05-10"
16
+ },
17
+ "operations": {
18
+ "BatchDeleteTaxRegistration": {
19
+ "http": {
20
+ "requestUri": "/BatchDeleteTaxRegistration",
21
+ "responseCode": 200
22
+ },
23
+ "input": {
24
+ "type": "structure",
25
+ "required": [
26
+ "accountIds"
27
+ ],
28
+ "members": {
29
+ "accountIds": {
30
+ "shape": "S2"
31
+ }
32
+ }
33
+ },
34
+ "output": {
35
+ "type": "structure",
36
+ "required": [
37
+ "errors"
38
+ ],
39
+ "members": {
40
+ "errors": {
41
+ "type": "list",
42
+ "member": {
43
+ "type": "structure",
44
+ "required": [
45
+ "accountId",
46
+ "message"
47
+ ],
48
+ "members": {
49
+ "accountId": {},
50
+ "code": {},
51
+ "message": {
52
+ "shape": "S8"
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "BatchPutTaxRegistration": {
61
+ "http": {
62
+ "requestUri": "/BatchPutTaxRegistration",
63
+ "responseCode": 200
64
+ },
65
+ "input": {
66
+ "type": "structure",
67
+ "required": [
68
+ "accountIds",
69
+ "taxRegistrationEntry"
70
+ ],
71
+ "members": {
72
+ "accountIds": {
73
+ "shape": "S2"
74
+ },
75
+ "taxRegistrationEntry": {
76
+ "shape": "Sa"
77
+ }
78
+ }
79
+ },
80
+ "output": {
81
+ "type": "structure",
82
+ "required": [
83
+ "errors"
84
+ ],
85
+ "members": {
86
+ "errors": {
87
+ "type": "list",
88
+ "member": {
89
+ "type": "structure",
90
+ "required": [
91
+ "accountId",
92
+ "message"
93
+ ],
94
+ "members": {
95
+ "accountId": {},
96
+ "code": {},
97
+ "message": {
98
+ "shape": "S8"
99
+ }
100
+ }
101
+ }
102
+ },
103
+ "status": {}
104
+ }
105
+ }
106
+ },
107
+ "DeleteTaxRegistration": {
108
+ "http": {
109
+ "requestUri": "/DeleteTaxRegistration",
110
+ "responseCode": 200
111
+ },
112
+ "input": {
113
+ "type": "structure",
114
+ "members": {
115
+ "accountId": {}
116
+ }
117
+ },
118
+ "output": {
119
+ "type": "structure",
120
+ "members": {}
121
+ }
122
+ },
123
+ "GetTaxRegistration": {
124
+ "http": {
125
+ "requestUri": "/GetTaxRegistration",
126
+ "responseCode": 200
127
+ },
128
+ "input": {
129
+ "type": "structure",
130
+ "members": {
131
+ "accountId": {}
132
+ }
133
+ },
134
+ "output": {
135
+ "type": "structure",
136
+ "members": {
137
+ "taxRegistration": {
138
+ "type": "structure",
139
+ "required": [
140
+ "legalAddress",
141
+ "legalName",
142
+ "registrationId",
143
+ "registrationType",
144
+ "status"
145
+ ],
146
+ "members": {
147
+ "additionalTaxInformation": {
148
+ "shape": "S2a"
149
+ },
150
+ "certifiedEmailId": {},
151
+ "legalAddress": {
152
+ "shape": "S1h"
153
+ },
154
+ "legalName": {},
155
+ "registrationId": {},
156
+ "registrationType": {},
157
+ "sector": {},
158
+ "status": {},
159
+ "taxDocumentMetadatas": {
160
+ "shape": "S2g"
161
+ }
162
+ },
163
+ "sensitive": true
164
+ }
165
+ }
166
+ }
167
+ },
168
+ "GetTaxRegistrationDocument": {
169
+ "http": {
170
+ "requestUri": "/GetTaxRegistrationDocument",
171
+ "responseCode": 200
172
+ },
173
+ "input": {
174
+ "type": "structure",
175
+ "required": [
176
+ "destinationS3Location",
177
+ "taxDocumentMetadata"
178
+ ],
179
+ "members": {
180
+ "destinationS3Location": {
181
+ "type": "structure",
182
+ "required": [
183
+ "bucket"
184
+ ],
185
+ "members": {
186
+ "bucket": {},
187
+ "prefix": {}
188
+ }
189
+ },
190
+ "taxDocumentMetadata": {
191
+ "shape": "S2h"
192
+ }
193
+ }
194
+ },
195
+ "output": {
196
+ "type": "structure",
197
+ "members": {
198
+ "destinationFilePath": {}
199
+ }
200
+ }
201
+ },
202
+ "ListTaxRegistrations": {
203
+ "http": {
204
+ "requestUri": "/ListTaxRegistrations",
205
+ "responseCode": 200
206
+ },
207
+ "input": {
208
+ "type": "structure",
209
+ "members": {
210
+ "maxResults": {
211
+ "type": "integer"
212
+ },
213
+ "nextToken": {}
214
+ }
215
+ },
216
+ "output": {
217
+ "type": "structure",
218
+ "required": [
219
+ "accountDetails"
220
+ ],
221
+ "members": {
222
+ "accountDetails": {
223
+ "type": "list",
224
+ "member": {
225
+ "type": "structure",
226
+ "members": {
227
+ "accountId": {},
228
+ "accountMetaData": {
229
+ "type": "structure",
230
+ "members": {
231
+ "accountName": {},
232
+ "address": {
233
+ "shape": "S1h"
234
+ },
235
+ "addressRoleMap": {
236
+ "type": "map",
237
+ "key": {},
238
+ "value": {
239
+ "shape": "S2z"
240
+ }
241
+ },
242
+ "addressType": {},
243
+ "seller": {}
244
+ },
245
+ "sensitive": true
246
+ },
247
+ "taxInheritanceDetails": {
248
+ "type": "structure",
249
+ "members": {
250
+ "inheritanceObtainedReason": {},
251
+ "parentEntityId": {}
252
+ }
253
+ },
254
+ "taxRegistration": {
255
+ "type": "structure",
256
+ "required": [
257
+ "jurisdiction",
258
+ "legalName",
259
+ "registrationId",
260
+ "registrationType",
261
+ "status"
262
+ ],
263
+ "members": {
264
+ "additionalTaxInformation": {
265
+ "shape": "S2a"
266
+ },
267
+ "certifiedEmailId": {},
268
+ "jurisdiction": {
269
+ "shape": "S2z"
270
+ },
271
+ "legalName": {},
272
+ "registrationId": {},
273
+ "registrationType": {},
274
+ "sector": {},
275
+ "status": {},
276
+ "taxDocumentMetadatas": {
277
+ "shape": "S2g"
278
+ }
279
+ },
280
+ "sensitive": true
281
+ }
282
+ },
283
+ "sensitive": true
284
+ }
285
+ },
286
+ "nextToken": {}
287
+ }
288
+ }
289
+ },
290
+ "PutTaxRegistration": {
291
+ "http": {
292
+ "requestUri": "/PutTaxRegistration",
293
+ "responseCode": 200
294
+ },
295
+ "input": {
296
+ "type": "structure",
297
+ "required": [
298
+ "taxRegistrationEntry"
299
+ ],
300
+ "members": {
301
+ "accountId": {},
302
+ "taxRegistrationEntry": {
303
+ "shape": "Sa"
304
+ }
305
+ }
306
+ },
307
+ "output": {
308
+ "type": "structure",
309
+ "members": {
310
+ "status": {}
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "shapes": {
316
+ "S2": {
317
+ "type": "list",
318
+ "member": {}
319
+ },
320
+ "S8": {
321
+ "type": "string",
322
+ "sensitive": true
323
+ },
324
+ "Sa": {
325
+ "type": "structure",
326
+ "required": [
327
+ "registrationId",
328
+ "registrationType"
329
+ ],
330
+ "members": {
331
+ "additionalTaxInformation": {
332
+ "type": "structure",
333
+ "members": {
334
+ "canadaAdditionalInfo": {
335
+ "shape": "Sc"
336
+ },
337
+ "estoniaAdditionalInfo": {
338
+ "shape": "Sh"
339
+ },
340
+ "georgiaAdditionalInfo": {
341
+ "shape": "Sj"
342
+ },
343
+ "israelAdditionalInfo": {
344
+ "shape": "Sl"
345
+ },
346
+ "italyAdditionalInfo": {
347
+ "shape": "So"
348
+ },
349
+ "kenyaAdditionalInfo": {
350
+ "shape": "St"
351
+ },
352
+ "malaysiaAdditionalInfo": {
353
+ "shape": "Su"
354
+ },
355
+ "polandAdditionalInfo": {
356
+ "shape": "Sx"
357
+ },
358
+ "romaniaAdditionalInfo": {
359
+ "shape": "Sz"
360
+ },
361
+ "saudiArabiaAdditionalInfo": {
362
+ "shape": "S11"
363
+ },
364
+ "southKoreaAdditionalInfo": {
365
+ "shape": "S13"
366
+ },
367
+ "spainAdditionalInfo": {
368
+ "shape": "S17"
369
+ },
370
+ "turkeyAdditionalInfo": {
371
+ "shape": "S19"
372
+ },
373
+ "ukraineAdditionalInfo": {
374
+ "shape": "S1e"
375
+ }
376
+ }
377
+ },
378
+ "certifiedEmailId": {},
379
+ "legalAddress": {
380
+ "shape": "S1h"
381
+ },
382
+ "legalName": {},
383
+ "registrationId": {},
384
+ "registrationType": {},
385
+ "sector": {},
386
+ "verificationDetails": {
387
+ "type": "structure",
388
+ "members": {
389
+ "dateOfBirth": {},
390
+ "taxRegistrationDocuments": {
391
+ "type": "list",
392
+ "member": {
393
+ "type": "structure",
394
+ "required": [
395
+ "s3Location"
396
+ ],
397
+ "members": {
398
+ "s3Location": {
399
+ "type": "structure",
400
+ "required": [
401
+ "bucket",
402
+ "key"
403
+ ],
404
+ "members": {
405
+ "bucket": {},
406
+ "key": {}
407
+ }
408
+ }
409
+ }
410
+ }
411
+ }
412
+ }
413
+ }
414
+ },
415
+ "sensitive": true
416
+ },
417
+ "Sc": {
418
+ "type": "structure",
419
+ "members": {
420
+ "canadaQuebecSalesTaxNumber": {},
421
+ "canadaRetailSalesTaxNumber": {},
422
+ "isResellerAccount": {
423
+ "type": "boolean"
424
+ },
425
+ "provincialSalesTaxId": {}
426
+ }
427
+ },
428
+ "Sh": {
429
+ "type": "structure",
430
+ "required": [
431
+ "registryCommercialCode"
432
+ ],
433
+ "members": {
434
+ "registryCommercialCode": {}
435
+ }
436
+ },
437
+ "Sj": {
438
+ "type": "structure",
439
+ "required": [
440
+ "personType"
441
+ ],
442
+ "members": {
443
+ "personType": {}
444
+ }
445
+ },
446
+ "Sl": {
447
+ "type": "structure",
448
+ "required": [
449
+ "customerType",
450
+ "dealerType"
451
+ ],
452
+ "members": {
453
+ "customerType": {},
454
+ "dealerType": {}
455
+ }
456
+ },
457
+ "So": {
458
+ "type": "structure",
459
+ "members": {
460
+ "cigNumber": {},
461
+ "cupNumber": {},
462
+ "sdiAccountId": {},
463
+ "taxCode": {}
464
+ }
465
+ },
466
+ "St": {
467
+ "type": "structure",
468
+ "required": [
469
+ "personType"
470
+ ],
471
+ "members": {
472
+ "personType": {}
473
+ }
474
+ },
475
+ "Su": {
476
+ "type": "structure",
477
+ "required": [
478
+ "serviceTaxCodes"
479
+ ],
480
+ "members": {
481
+ "serviceTaxCodes": {
482
+ "type": "list",
483
+ "member": {}
484
+ }
485
+ }
486
+ },
487
+ "Sx": {
488
+ "type": "structure",
489
+ "members": {
490
+ "individualRegistrationNumber": {},
491
+ "isGroupVatEnabled": {
492
+ "type": "boolean"
493
+ }
494
+ }
495
+ },
496
+ "Sz": {
497
+ "type": "structure",
498
+ "required": [
499
+ "taxRegistrationNumberType"
500
+ ],
501
+ "members": {
502
+ "taxRegistrationNumberType": {}
503
+ }
504
+ },
505
+ "S11": {
506
+ "type": "structure",
507
+ "members": {
508
+ "taxRegistrationNumberType": {}
509
+ }
510
+ },
511
+ "S13": {
512
+ "type": "structure",
513
+ "required": [
514
+ "businessRepresentativeName",
515
+ "itemOfBusiness",
516
+ "lineOfBusiness"
517
+ ],
518
+ "members": {
519
+ "businessRepresentativeName": {},
520
+ "itemOfBusiness": {},
521
+ "lineOfBusiness": {}
522
+ }
523
+ },
524
+ "S17": {
525
+ "type": "structure",
526
+ "required": [
527
+ "registrationType"
528
+ ],
529
+ "members": {
530
+ "registrationType": {}
531
+ }
532
+ },
533
+ "S19": {
534
+ "type": "structure",
535
+ "members": {
536
+ "industries": {},
537
+ "kepEmailId": {},
538
+ "secondaryTaxId": {},
539
+ "taxOffice": {}
540
+ }
541
+ },
542
+ "S1e": {
543
+ "type": "structure",
544
+ "required": [
545
+ "ukraineTrnType"
546
+ ],
547
+ "members": {
548
+ "ukraineTrnType": {}
549
+ }
550
+ },
551
+ "S1h": {
552
+ "type": "structure",
553
+ "required": [
554
+ "addressLine1",
555
+ "city",
556
+ "countryCode",
557
+ "postalCode"
558
+ ],
559
+ "members": {
560
+ "addressLine1": {},
561
+ "addressLine2": {},
562
+ "addressLine3": {},
563
+ "city": {},
564
+ "countryCode": {},
565
+ "districtOrCounty": {},
566
+ "postalCode": {},
567
+ "stateOrRegion": {}
568
+ }
569
+ },
570
+ "S2a": {
571
+ "type": "structure",
572
+ "members": {
573
+ "brazilAdditionalInfo": {
574
+ "type": "structure",
575
+ "members": {
576
+ "ccmCode": {},
577
+ "legalNatureCode": {}
578
+ }
579
+ },
580
+ "canadaAdditionalInfo": {
581
+ "shape": "Sc"
582
+ },
583
+ "estoniaAdditionalInfo": {
584
+ "shape": "Sh"
585
+ },
586
+ "georgiaAdditionalInfo": {
587
+ "shape": "Sj"
588
+ },
589
+ "indiaAdditionalInfo": {
590
+ "type": "structure",
591
+ "members": {
592
+ "pan": {}
593
+ }
594
+ },
595
+ "israelAdditionalInfo": {
596
+ "shape": "Sl"
597
+ },
598
+ "italyAdditionalInfo": {
599
+ "shape": "So"
600
+ },
601
+ "kenyaAdditionalInfo": {
602
+ "shape": "St"
603
+ },
604
+ "malaysiaAdditionalInfo": {
605
+ "shape": "Su"
606
+ },
607
+ "polandAdditionalInfo": {
608
+ "shape": "Sx"
609
+ },
610
+ "romaniaAdditionalInfo": {
611
+ "shape": "Sz"
612
+ },
613
+ "saudiArabiaAdditionalInfo": {
614
+ "shape": "S11"
615
+ },
616
+ "southKoreaAdditionalInfo": {
617
+ "shape": "S13"
618
+ },
619
+ "spainAdditionalInfo": {
620
+ "shape": "S17"
621
+ },
622
+ "turkeyAdditionalInfo": {
623
+ "shape": "S19"
624
+ },
625
+ "ukraineAdditionalInfo": {
626
+ "shape": "S1e"
627
+ }
628
+ }
629
+ },
630
+ "S2g": {
631
+ "type": "list",
632
+ "member": {
633
+ "shape": "S2h"
634
+ }
635
+ },
636
+ "S2h": {
637
+ "type": "structure",
638
+ "required": [
639
+ "taxDocumentAccessToken",
640
+ "taxDocumentName"
641
+ ],
642
+ "members": {
643
+ "taxDocumentAccessToken": {},
644
+ "taxDocumentName": {}
645
+ }
646
+ },
647
+ "S2z": {
648
+ "type": "structure",
649
+ "required": [
650
+ "countryCode"
651
+ ],
652
+ "members": {
653
+ "countryCode": {},
654
+ "stateOrRegion": {}
655
+ }
656
+ }
657
+ }
658
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "pagination": {
3
+ "ListTaxRegistrations": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "accountDetails"
8
+ }
9
+ }
10
+ }
package/clients/all.d.ts CHANGED
@@ -379,3 +379,4 @@ export import Deadline = require('./deadline');
379
379
  export import ControlCatalog = require('./controlcatalog');
380
380
  export import Route53Profiles = require('./route53profiles');
381
381
  export import MailManager = require('./mailmanager');
382
+ export import TaxSettings = require('./taxsettings');
package/clients/all.js CHANGED
@@ -380,5 +380,6 @@ module.exports = {
380
380
  Deadline: require('./deadline'),
381
381
  ControlCatalog: require('./controlcatalog'),
382
382
  Route53Profiles: require('./route53profiles'),
383
- MailManager: require('./mailmanager')
383
+ MailManager: require('./mailmanager'),
384
+ TaxSettings: require('./taxsettings')
384
385
  };