aws-sdk 2.1503.0 → 2.1505.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +141 -6
  4. package/apis/b2bi-2022-06-23.examples.json +714 -0
  5. package/apis/b2bi-2022-06-23.min.json +1095 -0
  6. package/apis/b2bi-2022-06-23.paginators.json +28 -0
  7. package/apis/backup-2018-11-15.min.json +855 -84
  8. package/apis/backup-2018-11-15.paginators.json +18 -0
  9. package/apis/controltower-2018-05-10.min.json +80 -12
  10. package/apis/elasticache-2015-02-02.min.json +481 -132
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
  13. package/apis/fis-2020-12-01.min.json +366 -15
  14. package/apis/fis-2020-12-01.paginators.json +10 -0
  15. package/apis/metadata.json +3 -0
  16. package/apis/securityhub-2018-10-26.examples.json +433 -8
  17. package/apis/securityhub-2018-10-26.min.json +790 -336
  18. package/apis/securityhub-2018-10-26.paginators.json +12 -0
  19. package/apis/transcribe-2017-10-26.min.json +257 -70
  20. package/apis/transcribe-2017-10-26.paginators.json +5 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appsync.d.ts +169 -0
  24. package/clients/b2bi.d.ts +1388 -0
  25. package/clients/b2bi.js +18 -0
  26. package/clients/backup.d.ts +848 -45
  27. package/clients/controltower.d.ts +103 -47
  28. package/clients/efs.d.ts +42 -9
  29. package/clients/elasticache.d.ts +484 -12
  30. package/clients/fis.d.ts +383 -3
  31. package/clients/glue.d.ts +3 -3
  32. package/clients/rds.d.ts +80 -80
  33. package/clients/securityhub.d.ts +603 -13
  34. package/clients/transcribeservice.d.ts +301 -45
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +54 -17
  37. package/dist/aws-sdk.js +565 -167
  38. package/dist/aws-sdk.min.js +60 -60
  39. package/lib/config_service_placeholders.d.ts +2 -0
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
@@ -0,0 +1,1095 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-06-23",
5
+ "endpointPrefix": "b2bi",
6
+ "jsonVersion": "1.0",
7
+ "protocol": "json",
8
+ "serviceAbbreviation": "AWS B2BI",
9
+ "serviceFullName": "AWS B2B Data Interchange",
10
+ "serviceId": "b2bi",
11
+ "signatureVersion": "v4",
12
+ "signingName": "b2bi",
13
+ "targetPrefix": "B2BI",
14
+ "uid": "b2bi-2022-06-23"
15
+ },
16
+ "operations": {
17
+ "CreateCapability": {
18
+ "input": {
19
+ "type": "structure",
20
+ "required": [
21
+ "name",
22
+ "type",
23
+ "configuration"
24
+ ],
25
+ "members": {
26
+ "name": {},
27
+ "type": {},
28
+ "configuration": {
29
+ "shape": "S4"
30
+ },
31
+ "instructionsDocuments": {
32
+ "shape": "Se"
33
+ },
34
+ "clientToken": {
35
+ "idempotencyToken": true
36
+ },
37
+ "tags": {
38
+ "shape": "Sg"
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "required": [
45
+ "capabilityId",
46
+ "capabilityArn",
47
+ "name",
48
+ "type",
49
+ "configuration",
50
+ "createdAt"
51
+ ],
52
+ "members": {
53
+ "capabilityId": {},
54
+ "capabilityArn": {},
55
+ "name": {},
56
+ "type": {},
57
+ "configuration": {
58
+ "shape": "S4"
59
+ },
60
+ "instructionsDocuments": {
61
+ "shape": "Se"
62
+ },
63
+ "createdAt": {
64
+ "shape": "Sn"
65
+ }
66
+ }
67
+ },
68
+ "idempotent": true
69
+ },
70
+ "CreatePartnership": {
71
+ "input": {
72
+ "type": "structure",
73
+ "required": [
74
+ "profileId",
75
+ "name",
76
+ "email"
77
+ ],
78
+ "members": {
79
+ "profileId": {},
80
+ "name": {},
81
+ "email": {
82
+ "shape": "Sr"
83
+ },
84
+ "phone": {
85
+ "shape": "Ss"
86
+ },
87
+ "capabilities": {
88
+ "shape": "St"
89
+ },
90
+ "clientToken": {
91
+ "idempotencyToken": true
92
+ },
93
+ "tags": {
94
+ "shape": "Sg"
95
+ }
96
+ }
97
+ },
98
+ "output": {
99
+ "type": "structure",
100
+ "required": [
101
+ "profileId",
102
+ "partnershipId",
103
+ "partnershipArn",
104
+ "createdAt"
105
+ ],
106
+ "members": {
107
+ "profileId": {},
108
+ "partnershipId": {},
109
+ "partnershipArn": {},
110
+ "name": {},
111
+ "email": {
112
+ "shape": "Sr"
113
+ },
114
+ "phone": {
115
+ "shape": "Ss"
116
+ },
117
+ "capabilities": {
118
+ "shape": "St"
119
+ },
120
+ "tradingPartnerId": {},
121
+ "createdAt": {
122
+ "shape": "Sn"
123
+ }
124
+ }
125
+ },
126
+ "idempotent": true
127
+ },
128
+ "CreateProfile": {
129
+ "input": {
130
+ "type": "structure",
131
+ "required": [
132
+ "name",
133
+ "phone",
134
+ "businessName",
135
+ "logging"
136
+ ],
137
+ "members": {
138
+ "name": {},
139
+ "email": {
140
+ "shape": "Sr"
141
+ },
142
+ "phone": {
143
+ "shape": "Ss"
144
+ },
145
+ "businessName": {},
146
+ "logging": {},
147
+ "clientToken": {
148
+ "idempotencyToken": true
149
+ },
150
+ "tags": {
151
+ "shape": "Sg"
152
+ }
153
+ }
154
+ },
155
+ "output": {
156
+ "type": "structure",
157
+ "required": [
158
+ "profileId",
159
+ "profileArn",
160
+ "name",
161
+ "businessName",
162
+ "phone",
163
+ "createdAt"
164
+ ],
165
+ "members": {
166
+ "profileId": {},
167
+ "profileArn": {},
168
+ "name": {},
169
+ "businessName": {},
170
+ "phone": {
171
+ "shape": "Ss"
172
+ },
173
+ "email": {
174
+ "shape": "Sr"
175
+ },
176
+ "logging": {},
177
+ "logGroupName": {},
178
+ "createdAt": {
179
+ "shape": "Sn"
180
+ }
181
+ }
182
+ },
183
+ "idempotent": true
184
+ },
185
+ "CreateTransformer": {
186
+ "input": {
187
+ "type": "structure",
188
+ "required": [
189
+ "name",
190
+ "fileFormat",
191
+ "mappingTemplate",
192
+ "ediType"
193
+ ],
194
+ "members": {
195
+ "name": {},
196
+ "fileFormat": {},
197
+ "mappingTemplate": {},
198
+ "ediType": {
199
+ "shape": "S6"
200
+ },
201
+ "sampleDocument": {},
202
+ "clientToken": {
203
+ "idempotencyToken": true
204
+ },
205
+ "tags": {
206
+ "shape": "Sg"
207
+ }
208
+ }
209
+ },
210
+ "output": {
211
+ "type": "structure",
212
+ "required": [
213
+ "transformerId",
214
+ "transformerArn",
215
+ "name",
216
+ "fileFormat",
217
+ "mappingTemplate",
218
+ "status",
219
+ "ediType",
220
+ "createdAt"
221
+ ],
222
+ "members": {
223
+ "transformerId": {},
224
+ "transformerArn": {},
225
+ "name": {},
226
+ "fileFormat": {},
227
+ "mappingTemplate": {},
228
+ "status": {},
229
+ "ediType": {
230
+ "shape": "S6"
231
+ },
232
+ "sampleDocument": {},
233
+ "createdAt": {
234
+ "shape": "Sn"
235
+ }
236
+ }
237
+ },
238
+ "idempotent": true
239
+ },
240
+ "DeleteCapability": {
241
+ "input": {
242
+ "type": "structure",
243
+ "required": [
244
+ "capabilityId"
245
+ ],
246
+ "members": {
247
+ "capabilityId": {}
248
+ }
249
+ },
250
+ "idempotent": true
251
+ },
252
+ "DeletePartnership": {
253
+ "input": {
254
+ "type": "structure",
255
+ "required": [
256
+ "partnershipId"
257
+ ],
258
+ "members": {
259
+ "partnershipId": {}
260
+ }
261
+ },
262
+ "idempotent": true
263
+ },
264
+ "DeleteProfile": {
265
+ "input": {
266
+ "type": "structure",
267
+ "required": [
268
+ "profileId"
269
+ ],
270
+ "members": {
271
+ "profileId": {}
272
+ }
273
+ },
274
+ "idempotent": true
275
+ },
276
+ "DeleteTransformer": {
277
+ "input": {
278
+ "type": "structure",
279
+ "required": [
280
+ "transformerId"
281
+ ],
282
+ "members": {
283
+ "transformerId": {}
284
+ }
285
+ },
286
+ "idempotent": true
287
+ },
288
+ "GetCapability": {
289
+ "input": {
290
+ "type": "structure",
291
+ "required": [
292
+ "capabilityId"
293
+ ],
294
+ "members": {
295
+ "capabilityId": {}
296
+ }
297
+ },
298
+ "output": {
299
+ "type": "structure",
300
+ "required": [
301
+ "capabilityId",
302
+ "capabilityArn",
303
+ "name",
304
+ "type",
305
+ "configuration",
306
+ "createdAt"
307
+ ],
308
+ "members": {
309
+ "capabilityId": {},
310
+ "capabilityArn": {},
311
+ "name": {},
312
+ "type": {},
313
+ "configuration": {
314
+ "shape": "S4"
315
+ },
316
+ "instructionsDocuments": {
317
+ "shape": "Se"
318
+ },
319
+ "createdAt": {
320
+ "shape": "Sn"
321
+ },
322
+ "modifiedAt": {
323
+ "shape": "S1g"
324
+ }
325
+ }
326
+ }
327
+ },
328
+ "GetPartnership": {
329
+ "input": {
330
+ "type": "structure",
331
+ "required": [
332
+ "partnershipId"
333
+ ],
334
+ "members": {
335
+ "partnershipId": {}
336
+ }
337
+ },
338
+ "output": {
339
+ "type": "structure",
340
+ "required": [
341
+ "profileId",
342
+ "partnershipId",
343
+ "partnershipArn",
344
+ "createdAt"
345
+ ],
346
+ "members": {
347
+ "profileId": {},
348
+ "partnershipId": {},
349
+ "partnershipArn": {},
350
+ "name": {},
351
+ "email": {
352
+ "shape": "Sr"
353
+ },
354
+ "phone": {
355
+ "shape": "Ss"
356
+ },
357
+ "capabilities": {
358
+ "shape": "St"
359
+ },
360
+ "tradingPartnerId": {},
361
+ "createdAt": {
362
+ "shape": "Sn"
363
+ },
364
+ "modifiedAt": {
365
+ "shape": "S1g"
366
+ }
367
+ }
368
+ }
369
+ },
370
+ "GetProfile": {
371
+ "input": {
372
+ "type": "structure",
373
+ "required": [
374
+ "profileId"
375
+ ],
376
+ "members": {
377
+ "profileId": {}
378
+ }
379
+ },
380
+ "output": {
381
+ "type": "structure",
382
+ "required": [
383
+ "profileId",
384
+ "profileArn",
385
+ "name",
386
+ "phone",
387
+ "businessName",
388
+ "createdAt"
389
+ ],
390
+ "members": {
391
+ "profileId": {},
392
+ "profileArn": {},
393
+ "name": {},
394
+ "email": {
395
+ "shape": "Sr"
396
+ },
397
+ "phone": {
398
+ "shape": "Ss"
399
+ },
400
+ "businessName": {},
401
+ "logging": {},
402
+ "logGroupName": {},
403
+ "createdAt": {
404
+ "shape": "Sn"
405
+ },
406
+ "modifiedAt": {
407
+ "shape": "S1g"
408
+ }
409
+ }
410
+ }
411
+ },
412
+ "GetTransformer": {
413
+ "input": {
414
+ "type": "structure",
415
+ "required": [
416
+ "transformerId"
417
+ ],
418
+ "members": {
419
+ "transformerId": {}
420
+ }
421
+ },
422
+ "output": {
423
+ "type": "structure",
424
+ "required": [
425
+ "transformerId",
426
+ "transformerArn",
427
+ "name",
428
+ "fileFormat",
429
+ "mappingTemplate",
430
+ "status",
431
+ "ediType",
432
+ "createdAt"
433
+ ],
434
+ "members": {
435
+ "transformerId": {},
436
+ "transformerArn": {},
437
+ "name": {},
438
+ "fileFormat": {},
439
+ "mappingTemplate": {},
440
+ "status": {},
441
+ "ediType": {
442
+ "shape": "S6"
443
+ },
444
+ "sampleDocument": {},
445
+ "createdAt": {
446
+ "shape": "Sn"
447
+ },
448
+ "modifiedAt": {
449
+ "shape": "S1g"
450
+ }
451
+ }
452
+ }
453
+ },
454
+ "GetTransformerJob": {
455
+ "input": {
456
+ "type": "structure",
457
+ "required": [
458
+ "transformerJobId",
459
+ "transformerId"
460
+ ],
461
+ "members": {
462
+ "transformerJobId": {},
463
+ "transformerId": {}
464
+ }
465
+ },
466
+ "output": {
467
+ "type": "structure",
468
+ "required": [
469
+ "status"
470
+ ],
471
+ "members": {
472
+ "status": {},
473
+ "outputFiles": {
474
+ "type": "list",
475
+ "member": {
476
+ "shape": "Sa"
477
+ }
478
+ },
479
+ "message": {}
480
+ }
481
+ }
482
+ },
483
+ "ListCapabilities": {
484
+ "input": {
485
+ "type": "structure",
486
+ "members": {
487
+ "nextToken": {},
488
+ "maxResults": {
489
+ "type": "integer"
490
+ }
491
+ }
492
+ },
493
+ "output": {
494
+ "type": "structure",
495
+ "required": [
496
+ "capabilities"
497
+ ],
498
+ "members": {
499
+ "capabilities": {
500
+ "type": "list",
501
+ "member": {
502
+ "type": "structure",
503
+ "required": [
504
+ "capabilityId",
505
+ "name",
506
+ "type",
507
+ "createdAt"
508
+ ],
509
+ "members": {
510
+ "capabilityId": {},
511
+ "name": {},
512
+ "type": {},
513
+ "createdAt": {
514
+ "shape": "Sn"
515
+ },
516
+ "modifiedAt": {
517
+ "shape": "S1g"
518
+ }
519
+ }
520
+ }
521
+ },
522
+ "nextToken": {}
523
+ }
524
+ }
525
+ },
526
+ "ListPartnerships": {
527
+ "input": {
528
+ "type": "structure",
529
+ "members": {
530
+ "profileId": {},
531
+ "nextToken": {},
532
+ "maxResults": {
533
+ "type": "integer"
534
+ }
535
+ }
536
+ },
537
+ "output": {
538
+ "type": "structure",
539
+ "required": [
540
+ "partnerships"
541
+ ],
542
+ "members": {
543
+ "partnerships": {
544
+ "type": "list",
545
+ "member": {
546
+ "type": "structure",
547
+ "required": [
548
+ "profileId",
549
+ "partnershipId",
550
+ "createdAt"
551
+ ],
552
+ "members": {
553
+ "profileId": {},
554
+ "partnershipId": {},
555
+ "name": {},
556
+ "capabilities": {
557
+ "shape": "St"
558
+ },
559
+ "tradingPartnerId": {},
560
+ "createdAt": {
561
+ "shape": "Sn"
562
+ },
563
+ "modifiedAt": {
564
+ "shape": "S1g"
565
+ }
566
+ }
567
+ }
568
+ },
569
+ "nextToken": {}
570
+ }
571
+ }
572
+ },
573
+ "ListProfiles": {
574
+ "input": {
575
+ "type": "structure",
576
+ "members": {
577
+ "nextToken": {},
578
+ "maxResults": {
579
+ "type": "integer"
580
+ }
581
+ }
582
+ },
583
+ "output": {
584
+ "type": "structure",
585
+ "required": [
586
+ "profiles"
587
+ ],
588
+ "members": {
589
+ "profiles": {
590
+ "type": "list",
591
+ "member": {
592
+ "type": "structure",
593
+ "required": [
594
+ "profileId",
595
+ "name",
596
+ "businessName",
597
+ "createdAt"
598
+ ],
599
+ "members": {
600
+ "profileId": {},
601
+ "name": {},
602
+ "businessName": {},
603
+ "logging": {},
604
+ "logGroupName": {},
605
+ "createdAt": {
606
+ "shape": "Sn"
607
+ },
608
+ "modifiedAt": {
609
+ "shape": "S1g"
610
+ }
611
+ }
612
+ }
613
+ },
614
+ "nextToken": {}
615
+ }
616
+ }
617
+ },
618
+ "ListTagsForResource": {
619
+ "input": {
620
+ "type": "structure",
621
+ "required": [
622
+ "ResourceARN"
623
+ ],
624
+ "members": {
625
+ "ResourceARN": {}
626
+ }
627
+ },
628
+ "output": {
629
+ "type": "structure",
630
+ "members": {
631
+ "Tags": {
632
+ "shape": "Sg"
633
+ }
634
+ }
635
+ }
636
+ },
637
+ "ListTransformers": {
638
+ "input": {
639
+ "type": "structure",
640
+ "members": {
641
+ "nextToken": {},
642
+ "maxResults": {
643
+ "type": "integer"
644
+ }
645
+ }
646
+ },
647
+ "output": {
648
+ "type": "structure",
649
+ "required": [
650
+ "transformers"
651
+ ],
652
+ "members": {
653
+ "transformers": {
654
+ "type": "list",
655
+ "member": {
656
+ "type": "structure",
657
+ "required": [
658
+ "transformerId",
659
+ "name",
660
+ "fileFormat",
661
+ "mappingTemplate",
662
+ "status",
663
+ "ediType",
664
+ "createdAt"
665
+ ],
666
+ "members": {
667
+ "transformerId": {},
668
+ "name": {},
669
+ "fileFormat": {},
670
+ "mappingTemplate": {},
671
+ "status": {},
672
+ "ediType": {
673
+ "shape": "S6"
674
+ },
675
+ "sampleDocument": {},
676
+ "createdAt": {
677
+ "shape": "Sn"
678
+ },
679
+ "modifiedAt": {
680
+ "shape": "S1g"
681
+ }
682
+ }
683
+ }
684
+ },
685
+ "nextToken": {}
686
+ }
687
+ }
688
+ },
689
+ "StartTransformerJob": {
690
+ "input": {
691
+ "type": "structure",
692
+ "required": [
693
+ "inputFile",
694
+ "outputLocation",
695
+ "transformerId"
696
+ ],
697
+ "members": {
698
+ "inputFile": {
699
+ "shape": "Sa"
700
+ },
701
+ "outputLocation": {
702
+ "shape": "Sa"
703
+ },
704
+ "transformerId": {},
705
+ "clientToken": {
706
+ "idempotencyToken": true
707
+ }
708
+ }
709
+ },
710
+ "output": {
711
+ "type": "structure",
712
+ "required": [
713
+ "transformerJobId"
714
+ ],
715
+ "members": {
716
+ "transformerJobId": {}
717
+ }
718
+ },
719
+ "idempotent": true
720
+ },
721
+ "TagResource": {
722
+ "input": {
723
+ "type": "structure",
724
+ "required": [
725
+ "ResourceARN",
726
+ "Tags"
727
+ ],
728
+ "members": {
729
+ "ResourceARN": {},
730
+ "Tags": {
731
+ "shape": "Sg"
732
+ }
733
+ }
734
+ }
735
+ },
736
+ "TestMapping": {
737
+ "input": {
738
+ "type": "structure",
739
+ "required": [
740
+ "inputFileContent",
741
+ "mappingTemplate",
742
+ "fileFormat"
743
+ ],
744
+ "members": {
745
+ "inputFileContent": {},
746
+ "mappingTemplate": {},
747
+ "fileFormat": {}
748
+ }
749
+ },
750
+ "output": {
751
+ "type": "structure",
752
+ "required": [
753
+ "mappedFileContent"
754
+ ],
755
+ "members": {
756
+ "mappedFileContent": {}
757
+ }
758
+ },
759
+ "idempotent": true
760
+ },
761
+ "TestParsing": {
762
+ "input": {
763
+ "type": "structure",
764
+ "required": [
765
+ "inputFile",
766
+ "fileFormat",
767
+ "ediType"
768
+ ],
769
+ "members": {
770
+ "inputFile": {
771
+ "shape": "Sa"
772
+ },
773
+ "fileFormat": {},
774
+ "ediType": {
775
+ "shape": "S6"
776
+ }
777
+ }
778
+ },
779
+ "output": {
780
+ "type": "structure",
781
+ "required": [
782
+ "parsedFileContent"
783
+ ],
784
+ "members": {
785
+ "parsedFileContent": {}
786
+ }
787
+ },
788
+ "idempotent": true
789
+ },
790
+ "UntagResource": {
791
+ "input": {
792
+ "type": "structure",
793
+ "required": [
794
+ "ResourceARN",
795
+ "TagKeys"
796
+ ],
797
+ "members": {
798
+ "ResourceARN": {},
799
+ "TagKeys": {
800
+ "type": "list",
801
+ "member": {}
802
+ }
803
+ }
804
+ },
805
+ "idempotent": true
806
+ },
807
+ "UpdateCapability": {
808
+ "input": {
809
+ "type": "structure",
810
+ "required": [
811
+ "capabilityId"
812
+ ],
813
+ "members": {
814
+ "capabilityId": {},
815
+ "name": {},
816
+ "configuration": {
817
+ "shape": "S4"
818
+ },
819
+ "instructionsDocuments": {
820
+ "shape": "Se"
821
+ }
822
+ }
823
+ },
824
+ "output": {
825
+ "type": "structure",
826
+ "required": [
827
+ "capabilityId",
828
+ "capabilityArn",
829
+ "name",
830
+ "type",
831
+ "configuration",
832
+ "createdAt"
833
+ ],
834
+ "members": {
835
+ "capabilityId": {},
836
+ "capabilityArn": {},
837
+ "name": {},
838
+ "type": {},
839
+ "configuration": {
840
+ "shape": "S4"
841
+ },
842
+ "instructionsDocuments": {
843
+ "shape": "Se"
844
+ },
845
+ "createdAt": {
846
+ "shape": "Sn"
847
+ },
848
+ "modifiedAt": {
849
+ "shape": "S1g"
850
+ }
851
+ }
852
+ },
853
+ "idempotent": true
854
+ },
855
+ "UpdatePartnership": {
856
+ "input": {
857
+ "type": "structure",
858
+ "required": [
859
+ "partnershipId"
860
+ ],
861
+ "members": {
862
+ "partnershipId": {},
863
+ "name": {},
864
+ "capabilities": {
865
+ "shape": "St"
866
+ }
867
+ }
868
+ },
869
+ "output": {
870
+ "type": "structure",
871
+ "required": [
872
+ "profileId",
873
+ "partnershipId",
874
+ "partnershipArn",
875
+ "createdAt"
876
+ ],
877
+ "members": {
878
+ "profileId": {},
879
+ "partnershipId": {},
880
+ "partnershipArn": {},
881
+ "name": {},
882
+ "email": {
883
+ "shape": "Sr"
884
+ },
885
+ "phone": {
886
+ "shape": "Ss"
887
+ },
888
+ "capabilities": {
889
+ "shape": "St"
890
+ },
891
+ "tradingPartnerId": {},
892
+ "createdAt": {
893
+ "shape": "Sn"
894
+ },
895
+ "modifiedAt": {
896
+ "shape": "S1g"
897
+ }
898
+ }
899
+ },
900
+ "idempotent": true
901
+ },
902
+ "UpdateProfile": {
903
+ "input": {
904
+ "type": "structure",
905
+ "required": [
906
+ "profileId"
907
+ ],
908
+ "members": {
909
+ "profileId": {},
910
+ "name": {},
911
+ "email": {
912
+ "shape": "Sr"
913
+ },
914
+ "phone": {
915
+ "shape": "Ss"
916
+ },
917
+ "businessName": {}
918
+ }
919
+ },
920
+ "output": {
921
+ "type": "structure",
922
+ "required": [
923
+ "profileId",
924
+ "profileArn",
925
+ "name",
926
+ "phone",
927
+ "businessName",
928
+ "createdAt"
929
+ ],
930
+ "members": {
931
+ "profileId": {},
932
+ "profileArn": {},
933
+ "name": {},
934
+ "email": {
935
+ "shape": "Sr"
936
+ },
937
+ "phone": {
938
+ "shape": "Ss"
939
+ },
940
+ "businessName": {},
941
+ "logging": {},
942
+ "logGroupName": {},
943
+ "createdAt": {
944
+ "shape": "Sn"
945
+ },
946
+ "modifiedAt": {
947
+ "shape": "S1g"
948
+ }
949
+ }
950
+ },
951
+ "idempotent": true
952
+ },
953
+ "UpdateTransformer": {
954
+ "input": {
955
+ "type": "structure",
956
+ "required": [
957
+ "transformerId"
958
+ ],
959
+ "members": {
960
+ "transformerId": {},
961
+ "name": {},
962
+ "fileFormat": {},
963
+ "mappingTemplate": {},
964
+ "status": {},
965
+ "ediType": {
966
+ "shape": "S6"
967
+ },
968
+ "sampleDocument": {}
969
+ }
970
+ },
971
+ "output": {
972
+ "type": "structure",
973
+ "required": [
974
+ "transformerId",
975
+ "transformerArn",
976
+ "name",
977
+ "fileFormat",
978
+ "mappingTemplate",
979
+ "status",
980
+ "ediType",
981
+ "createdAt",
982
+ "modifiedAt"
983
+ ],
984
+ "members": {
985
+ "transformerId": {},
986
+ "transformerArn": {},
987
+ "name": {},
988
+ "fileFormat": {},
989
+ "mappingTemplate": {},
990
+ "status": {},
991
+ "ediType": {
992
+ "shape": "S6"
993
+ },
994
+ "sampleDocument": {},
995
+ "createdAt": {
996
+ "shape": "Sn"
997
+ },
998
+ "modifiedAt": {
999
+ "shape": "S1g"
1000
+ }
1001
+ }
1002
+ },
1003
+ "idempotent": true
1004
+ }
1005
+ },
1006
+ "shapes": {
1007
+ "S4": {
1008
+ "type": "structure",
1009
+ "members": {
1010
+ "edi": {
1011
+ "type": "structure",
1012
+ "required": [
1013
+ "type",
1014
+ "inputLocation",
1015
+ "outputLocation",
1016
+ "transformerId"
1017
+ ],
1018
+ "members": {
1019
+ "type": {
1020
+ "shape": "S6"
1021
+ },
1022
+ "inputLocation": {
1023
+ "shape": "Sa"
1024
+ },
1025
+ "outputLocation": {
1026
+ "shape": "Sa"
1027
+ },
1028
+ "transformerId": {}
1029
+ }
1030
+ }
1031
+ },
1032
+ "union": true
1033
+ },
1034
+ "S6": {
1035
+ "type": "structure",
1036
+ "members": {
1037
+ "x12Details": {
1038
+ "type": "structure",
1039
+ "members": {
1040
+ "transactionSet": {},
1041
+ "version": {}
1042
+ }
1043
+ }
1044
+ },
1045
+ "union": true
1046
+ },
1047
+ "Sa": {
1048
+ "type": "structure",
1049
+ "members": {
1050
+ "bucketName": {},
1051
+ "key": {}
1052
+ }
1053
+ },
1054
+ "Se": {
1055
+ "type": "list",
1056
+ "member": {
1057
+ "shape": "Sa"
1058
+ }
1059
+ },
1060
+ "Sg": {
1061
+ "type": "list",
1062
+ "member": {
1063
+ "type": "structure",
1064
+ "required": [
1065
+ "Key",
1066
+ "Value"
1067
+ ],
1068
+ "members": {
1069
+ "Key": {},
1070
+ "Value": {}
1071
+ }
1072
+ }
1073
+ },
1074
+ "Sn": {
1075
+ "type": "timestamp",
1076
+ "timestampFormat": "iso8601"
1077
+ },
1078
+ "Sr": {
1079
+ "type": "string",
1080
+ "sensitive": true
1081
+ },
1082
+ "Ss": {
1083
+ "type": "string",
1084
+ "sensitive": true
1085
+ },
1086
+ "St": {
1087
+ "type": "list",
1088
+ "member": {}
1089
+ },
1090
+ "S1g": {
1091
+ "type": "timestamp",
1092
+ "timestampFormat": "iso8601"
1093
+ }
1094
+ }
1095
+ }