aws-sdk 2.1473.0 → 2.1474.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.
@@ -13,6 +13,65 @@
13
13
  "uid": "entityresolution-2018-05-10"
14
14
  },
15
15
  "operations": {
16
+ "CreateIdMappingWorkflow": {
17
+ "http": {
18
+ "requestUri": "/idmappingworkflows",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "idMappingTechniques",
25
+ "inputSourceConfig",
26
+ "outputSourceConfig",
27
+ "roleArn",
28
+ "workflowName"
29
+ ],
30
+ "members": {
31
+ "description": {},
32
+ "idMappingTechniques": {
33
+ "shape": "S3"
34
+ },
35
+ "inputSourceConfig": {
36
+ "shape": "Sa"
37
+ },
38
+ "outputSourceConfig": {
39
+ "shape": "Se"
40
+ },
41
+ "roleArn": {},
42
+ "tags": {
43
+ "shape": "Si"
44
+ },
45
+ "workflowName": {}
46
+ }
47
+ },
48
+ "output": {
49
+ "type": "structure",
50
+ "required": [
51
+ "idMappingTechniques",
52
+ "inputSourceConfig",
53
+ "outputSourceConfig",
54
+ "roleArn",
55
+ "workflowArn",
56
+ "workflowName"
57
+ ],
58
+ "members": {
59
+ "description": {},
60
+ "idMappingTechniques": {
61
+ "shape": "S3"
62
+ },
63
+ "inputSourceConfig": {
64
+ "shape": "Sa"
65
+ },
66
+ "outputSourceConfig": {
67
+ "shape": "Se"
68
+ },
69
+ "roleArn": {},
70
+ "workflowArn": {},
71
+ "workflowName": {}
72
+ }
73
+ }
74
+ },
16
75
  "CreateMatchingWorkflow": {
17
76
  "http": {
18
77
  "requestUri": "/matchingworkflows",
@@ -30,20 +89,20 @@
30
89
  "members": {
31
90
  "description": {},
32
91
  "incrementalRunConfig": {
33
- "shape": "S3"
92
+ "shape": "So"
34
93
  },
35
94
  "inputSourceConfig": {
36
- "shape": "S5"
95
+ "shape": "Sq"
37
96
  },
38
97
  "outputSourceConfig": {
39
- "shape": "Sa"
98
+ "shape": "Su"
40
99
  },
41
100
  "resolutionTechniques": {
42
- "shape": "Sh"
101
+ "shape": "Sz"
43
102
  },
44
103
  "roleArn": {},
45
104
  "tags": {
46
- "shape": "Sq"
105
+ "shape": "Si"
47
106
  },
48
107
  "workflowName": {}
49
108
  }
@@ -61,16 +120,16 @@
61
120
  "members": {
62
121
  "description": {},
63
122
  "incrementalRunConfig": {
64
- "shape": "S3"
123
+ "shape": "So"
65
124
  },
66
125
  "inputSourceConfig": {
67
- "shape": "S5"
126
+ "shape": "Sq"
68
127
  },
69
128
  "outputSourceConfig": {
70
- "shape": "Sa"
129
+ "shape": "Su"
71
130
  },
72
131
  "resolutionTechniques": {
73
- "shape": "Sh"
132
+ "shape": "Sz"
74
133
  },
75
134
  "roleArn": {},
76
135
  "workflowArn": {},
@@ -92,11 +151,11 @@
92
151
  "members": {
93
152
  "description": {},
94
153
  "mappedInputFields": {
95
- "shape": "Sw"
154
+ "shape": "S1b"
96
155
  },
97
156
  "schemaName": {},
98
157
  "tags": {
99
- "shape": "Sq"
158
+ "shape": "Si"
100
159
  }
101
160
  }
102
161
  },
@@ -111,13 +170,42 @@
111
170
  "members": {
112
171
  "description": {},
113
172
  "mappedInputFields": {
114
- "shape": "Sw"
173
+ "shape": "S1b"
115
174
  },
116
175
  "schemaArn": {},
117
176
  "schemaName": {}
118
177
  }
119
178
  }
120
179
  },
180
+ "DeleteIdMappingWorkflow": {
181
+ "http": {
182
+ "method": "DELETE",
183
+ "requestUri": "/idmappingworkflows/{workflowName}",
184
+ "responseCode": 200
185
+ },
186
+ "input": {
187
+ "type": "structure",
188
+ "required": [
189
+ "workflowName"
190
+ ],
191
+ "members": {
192
+ "workflowName": {
193
+ "location": "uri",
194
+ "locationName": "workflowName"
195
+ }
196
+ }
197
+ },
198
+ "output": {
199
+ "type": "structure",
200
+ "required": [
201
+ "message"
202
+ ],
203
+ "members": {
204
+ "message": {}
205
+ }
206
+ },
207
+ "idempotent": true
208
+ },
121
209
  "DeleteMatchingWorkflow": {
122
210
  "http": {
123
211
  "method": "DELETE",
@@ -176,6 +264,121 @@
176
264
  },
177
265
  "idempotent": true
178
266
  },
267
+ "GetIdMappingJob": {
268
+ "http": {
269
+ "method": "GET",
270
+ "requestUri": "/idmappingworkflows/{workflowName}/jobs/{jobId}",
271
+ "responseCode": 200
272
+ },
273
+ "input": {
274
+ "type": "structure",
275
+ "required": [
276
+ "jobId",
277
+ "workflowName"
278
+ ],
279
+ "members": {
280
+ "jobId": {
281
+ "location": "uri",
282
+ "locationName": "jobId"
283
+ },
284
+ "workflowName": {
285
+ "location": "uri",
286
+ "locationName": "workflowName"
287
+ }
288
+ }
289
+ },
290
+ "output": {
291
+ "type": "structure",
292
+ "required": [
293
+ "jobId",
294
+ "startTime",
295
+ "status"
296
+ ],
297
+ "members": {
298
+ "endTime": {
299
+ "type": "timestamp"
300
+ },
301
+ "errorDetails": {
302
+ "shape": "S1q"
303
+ },
304
+ "jobId": {},
305
+ "metrics": {
306
+ "type": "structure",
307
+ "members": {
308
+ "inputRecords": {
309
+ "type": "integer"
310
+ },
311
+ "recordsNotProcessed": {
312
+ "type": "integer"
313
+ },
314
+ "totalRecordsProcessed": {
315
+ "type": "integer"
316
+ }
317
+ }
318
+ },
319
+ "startTime": {
320
+ "type": "timestamp"
321
+ },
322
+ "status": {}
323
+ }
324
+ }
325
+ },
326
+ "GetIdMappingWorkflow": {
327
+ "http": {
328
+ "method": "GET",
329
+ "requestUri": "/idmappingworkflows/{workflowName}",
330
+ "responseCode": 200
331
+ },
332
+ "input": {
333
+ "type": "structure",
334
+ "required": [
335
+ "workflowName"
336
+ ],
337
+ "members": {
338
+ "workflowName": {
339
+ "location": "uri",
340
+ "locationName": "workflowName"
341
+ }
342
+ }
343
+ },
344
+ "output": {
345
+ "type": "structure",
346
+ "required": [
347
+ "createdAt",
348
+ "idMappingTechniques",
349
+ "inputSourceConfig",
350
+ "outputSourceConfig",
351
+ "roleArn",
352
+ "updatedAt",
353
+ "workflowArn",
354
+ "workflowName"
355
+ ],
356
+ "members": {
357
+ "createdAt": {
358
+ "type": "timestamp"
359
+ },
360
+ "description": {},
361
+ "idMappingTechniques": {
362
+ "shape": "S3"
363
+ },
364
+ "inputSourceConfig": {
365
+ "shape": "Sa"
366
+ },
367
+ "outputSourceConfig": {
368
+ "shape": "Se"
369
+ },
370
+ "roleArn": {},
371
+ "tags": {
372
+ "shape": "Si"
373
+ },
374
+ "updatedAt": {
375
+ "type": "timestamp"
376
+ },
377
+ "workflowArn": {},
378
+ "workflowName": {}
379
+ }
380
+ }
381
+ },
179
382
  "GetMatchId": {
180
383
  "http": {
181
384
  "requestUri": "/matchingworkflows/{workflowName}/matches",
@@ -242,10 +445,7 @@
242
445
  "type": "timestamp"
243
446
  },
244
447
  "errorDetails": {
245
- "type": "structure",
246
- "members": {
247
- "errorMessage": {}
248
- }
448
+ "shape": "S1q"
249
449
  },
250
450
  "jobId": {},
251
451
  "metrics": {
@@ -308,20 +508,20 @@
308
508
  },
309
509
  "description": {},
310
510
  "incrementalRunConfig": {
311
- "shape": "S3"
511
+ "shape": "So"
312
512
  },
313
513
  "inputSourceConfig": {
314
- "shape": "S5"
514
+ "shape": "Sq"
315
515
  },
316
516
  "outputSourceConfig": {
317
- "shape": "Sa"
517
+ "shape": "Su"
318
518
  },
319
519
  "resolutionTechniques": {
320
- "shape": "Sh"
520
+ "shape": "Sz"
321
521
  },
322
522
  "roleArn": {},
323
523
  "tags": {
324
- "shape": "Sq"
524
+ "shape": "Si"
325
525
  },
326
526
  "updatedAt": {
327
527
  "type": "timestamp"
@@ -331,6 +531,93 @@
331
531
  }
332
532
  }
333
533
  },
534
+ "GetProviderService": {
535
+ "http": {
536
+ "method": "GET",
537
+ "requestUri": "/providerservices/{providerName}/{providerServiceName}",
538
+ "responseCode": 200
539
+ },
540
+ "input": {
541
+ "type": "structure",
542
+ "required": [
543
+ "providerName",
544
+ "providerServiceName"
545
+ ],
546
+ "members": {
547
+ "providerName": {
548
+ "location": "uri",
549
+ "locationName": "providerName"
550
+ },
551
+ "providerServiceName": {
552
+ "location": "uri",
553
+ "locationName": "providerServiceName"
554
+ }
555
+ }
556
+ },
557
+ "output": {
558
+ "type": "structure",
559
+ "required": [
560
+ "anonymizedOutput",
561
+ "providerEndpointConfiguration",
562
+ "providerEntityOutputDefinition",
563
+ "providerName",
564
+ "providerServiceArn",
565
+ "providerServiceDisplayName",
566
+ "providerServiceName",
567
+ "providerServiceType"
568
+ ],
569
+ "members": {
570
+ "anonymizedOutput": {
571
+ "type": "boolean"
572
+ },
573
+ "providerConfigurationDefinition": {
574
+ "shape": "S8"
575
+ },
576
+ "providerEndpointConfiguration": {
577
+ "type": "structure",
578
+ "members": {
579
+ "marketplaceConfiguration": {
580
+ "type": "structure",
581
+ "required": [
582
+ "assetId",
583
+ "dataSetId",
584
+ "listingId",
585
+ "revisionId"
586
+ ],
587
+ "members": {
588
+ "assetId": {},
589
+ "dataSetId": {},
590
+ "listingId": {},
591
+ "revisionId": {}
592
+ }
593
+ }
594
+ },
595
+ "union": true
596
+ },
597
+ "providerEntityOutputDefinition": {
598
+ "shape": "S8"
599
+ },
600
+ "providerIntermediateDataAccessConfiguration": {
601
+ "type": "structure",
602
+ "members": {
603
+ "awsAccountIds": {
604
+ "type": "list",
605
+ "member": {}
606
+ },
607
+ "requiredBucketActions": {
608
+ "type": "list",
609
+ "member": {}
610
+ }
611
+ }
612
+ },
613
+ "providerName": {},
614
+ "providerServiceArn": {},
615
+ "providerServiceDisplayName": {},
616
+ "providerServiceName": {},
617
+ "providerServiceType": {}
618
+ }
619
+ }
620
+ },
334
621
  "GetSchemaMapping": {
335
622
  "http": {
336
623
  "method": "GET",
@@ -353,6 +640,7 @@
353
640
  "type": "structure",
354
641
  "required": [
355
642
  "createdAt",
643
+ "hasWorkflows",
356
644
  "mappedInputFields",
357
645
  "schemaArn",
358
646
  "schemaName",
@@ -363,31 +651,154 @@
363
651
  "type": "timestamp"
364
652
  },
365
653
  "description": {},
654
+ "hasWorkflows": {
655
+ "type": "boolean"
656
+ },
366
657
  "mappedInputFields": {
367
- "shape": "Sw"
658
+ "shape": "S1b"
368
659
  },
369
660
  "schemaArn": {},
370
661
  "schemaName": {},
371
662
  "tags": {
372
- "shape": "Sq"
663
+ "shape": "Si"
664
+ },
665
+ "updatedAt": {
666
+ "type": "timestamp"
667
+ }
668
+ }
669
+ }
670
+ },
671
+ "ListIdMappingJobs": {
672
+ "http": {
673
+ "method": "GET",
674
+ "requestUri": "/idmappingworkflows/{workflowName}/jobs",
675
+ "responseCode": 200
676
+ },
677
+ "input": {
678
+ "type": "structure",
679
+ "required": [
680
+ "workflowName"
681
+ ],
682
+ "members": {
683
+ "maxResults": {
684
+ "location": "querystring",
685
+ "locationName": "maxResults",
686
+ "type": "integer"
687
+ },
688
+ "nextToken": {
689
+ "location": "querystring",
690
+ "locationName": "nextToken"
691
+ },
692
+ "workflowName": {
693
+ "location": "uri",
694
+ "locationName": "workflowName"
695
+ }
696
+ }
697
+ },
698
+ "output": {
699
+ "type": "structure",
700
+ "members": {
701
+ "jobs": {
702
+ "shape": "S2n"
703
+ },
704
+ "nextToken": {}
705
+ }
706
+ }
707
+ },
708
+ "ListIdMappingWorkflows": {
709
+ "http": {
710
+ "method": "GET",
711
+ "requestUri": "/idmappingworkflows",
712
+ "responseCode": 200
713
+ },
714
+ "input": {
715
+ "type": "structure",
716
+ "members": {
717
+ "maxResults": {
718
+ "location": "querystring",
719
+ "locationName": "maxResults",
720
+ "type": "integer"
721
+ },
722
+ "nextToken": {
723
+ "location": "querystring",
724
+ "locationName": "nextToken"
725
+ }
726
+ }
727
+ },
728
+ "output": {
729
+ "type": "structure",
730
+ "members": {
731
+ "nextToken": {},
732
+ "workflowSummaries": {
733
+ "type": "list",
734
+ "member": {
735
+ "type": "structure",
736
+ "required": [
737
+ "createdAt",
738
+ "updatedAt",
739
+ "workflowArn",
740
+ "workflowName"
741
+ ],
742
+ "members": {
743
+ "createdAt": {
744
+ "type": "timestamp"
745
+ },
746
+ "updatedAt": {
747
+ "type": "timestamp"
748
+ },
749
+ "workflowArn": {},
750
+ "workflowName": {}
751
+ }
752
+ }
753
+ }
754
+ }
755
+ }
756
+ },
757
+ "ListMatchingJobs": {
758
+ "http": {
759
+ "method": "GET",
760
+ "requestUri": "/matchingworkflows/{workflowName}/jobs",
761
+ "responseCode": 200
762
+ },
763
+ "input": {
764
+ "type": "structure",
765
+ "required": [
766
+ "workflowName"
767
+ ],
768
+ "members": {
769
+ "maxResults": {
770
+ "location": "querystring",
771
+ "locationName": "maxResults",
772
+ "type": "integer"
773
+ },
774
+ "nextToken": {
775
+ "location": "querystring",
776
+ "locationName": "nextToken"
777
+ },
778
+ "workflowName": {
779
+ "location": "uri",
780
+ "locationName": "workflowName"
781
+ }
782
+ }
783
+ },
784
+ "output": {
785
+ "type": "structure",
786
+ "members": {
787
+ "jobs": {
788
+ "shape": "S2n"
373
789
  },
374
- "updatedAt": {
375
- "type": "timestamp"
376
- }
790
+ "nextToken": {}
377
791
  }
378
792
  }
379
793
  },
380
- "ListMatchingJobs": {
794
+ "ListMatchingWorkflows": {
381
795
  "http": {
382
796
  "method": "GET",
383
- "requestUri": "/matchingworkflows/{workflowName}/jobs",
797
+ "requestUri": "/matchingworkflows",
384
798
  "responseCode": 200
385
799
  },
386
800
  "input": {
387
801
  "type": "structure",
388
- "required": [
389
- "workflowName"
390
- ],
391
802
  "members": {
392
803
  "maxResults": {
393
804
  "location": "querystring",
@@ -397,45 +808,44 @@
397
808
  "nextToken": {
398
809
  "location": "querystring",
399
810
  "locationName": "nextToken"
400
- },
401
- "workflowName": {
402
- "location": "uri",
403
- "locationName": "workflowName"
404
811
  }
405
812
  }
406
813
  },
407
814
  "output": {
408
815
  "type": "structure",
409
816
  "members": {
410
- "jobs": {
817
+ "nextToken": {},
818
+ "workflowSummaries": {
411
819
  "type": "list",
412
820
  "member": {
413
821
  "type": "structure",
414
822
  "required": [
415
- "jobId",
416
- "startTime",
417
- "status"
823
+ "createdAt",
824
+ "resolutionType",
825
+ "updatedAt",
826
+ "workflowArn",
827
+ "workflowName"
418
828
  ],
419
829
  "members": {
420
- "endTime": {
830
+ "createdAt": {
421
831
  "type": "timestamp"
422
832
  },
423
- "jobId": {},
424
- "startTime": {
833
+ "resolutionType": {},
834
+ "updatedAt": {
425
835
  "type": "timestamp"
426
836
  },
427
- "status": {}
837
+ "workflowArn": {},
838
+ "workflowName": {}
428
839
  }
429
840
  }
430
- },
431
- "nextToken": {}
841
+ }
432
842
  }
433
843
  }
434
844
  },
435
- "ListMatchingWorkflows": {
845
+ "ListProviderServices": {
436
846
  "http": {
437
847
  "method": "GET",
438
- "requestUri": "/matchingworkflows",
848
+ "requestUri": "/providerservices",
439
849
  "responseCode": 200
440
850
  },
441
851
  "input": {
@@ -449,6 +859,10 @@
449
859
  "nextToken": {
450
860
  "location": "querystring",
451
861
  "locationName": "nextToken"
862
+ },
863
+ "providerName": {
864
+ "location": "querystring",
865
+ "locationName": "providerName"
452
866
  }
453
867
  }
454
868
  },
@@ -456,25 +870,23 @@
456
870
  "type": "structure",
457
871
  "members": {
458
872
  "nextToken": {},
459
- "workflowSummaries": {
873
+ "providerServiceSummaries": {
460
874
  "type": "list",
461
875
  "member": {
462
876
  "type": "structure",
463
877
  "required": [
464
- "createdAt",
465
- "updatedAt",
466
- "workflowArn",
467
- "workflowName"
878
+ "providerName",
879
+ "providerServiceArn",
880
+ "providerServiceDisplayName",
881
+ "providerServiceName",
882
+ "providerServiceType"
468
883
  ],
469
884
  "members": {
470
- "createdAt": {
471
- "type": "timestamp"
472
- },
473
- "updatedAt": {
474
- "type": "timestamp"
475
- },
476
- "workflowArn": {},
477
- "workflowName": {}
885
+ "providerName": {},
886
+ "providerServiceArn": {},
887
+ "providerServiceDisplayName": {},
888
+ "providerServiceName": {},
889
+ "providerServiceType": {}
478
890
  }
479
891
  }
480
892
  }
@@ -511,6 +923,7 @@
511
923
  "type": "structure",
512
924
  "required": [
513
925
  "createdAt",
926
+ "hasWorkflows",
514
927
  "schemaArn",
515
928
  "schemaName",
516
929
  "updatedAt"
@@ -519,6 +932,9 @@
519
932
  "createdAt": {
520
933
  "type": "timestamp"
521
934
  },
935
+ "hasWorkflows": {
936
+ "type": "boolean"
937
+ },
522
938
  "schemaArn": {},
523
939
  "schemaName": {},
524
940
  "updatedAt": {
@@ -555,9 +971,36 @@
555
971
  ],
556
972
  "members": {
557
973
  "tags": {
558
- "shape": "Sq"
974
+ "shape": "Si"
975
+ }
976
+ }
977
+ }
978
+ },
979
+ "StartIdMappingJob": {
980
+ "http": {
981
+ "requestUri": "/idmappingworkflows/{workflowName}/jobs",
982
+ "responseCode": 200
983
+ },
984
+ "input": {
985
+ "type": "structure",
986
+ "required": [
987
+ "workflowName"
988
+ ],
989
+ "members": {
990
+ "workflowName": {
991
+ "location": "uri",
992
+ "locationName": "workflowName"
559
993
  }
560
994
  }
995
+ },
996
+ "output": {
997
+ "type": "structure",
998
+ "required": [
999
+ "jobId"
1000
+ ],
1001
+ "members": {
1002
+ "jobId": {}
1003
+ }
561
1004
  }
562
1005
  },
563
1006
  "StartMatchingJob": {
@@ -604,7 +1047,7 @@
604
1047
  "locationName": "resourceArn"
605
1048
  },
606
1049
  "tags": {
607
- "shape": "Sq"
1050
+ "shape": "Si"
608
1051
  }
609
1052
  }
610
1053
  },
@@ -644,6 +1087,67 @@
644
1087
  },
645
1088
  "idempotent": true
646
1089
  },
1090
+ "UpdateIdMappingWorkflow": {
1091
+ "http": {
1092
+ "method": "PUT",
1093
+ "requestUri": "/idmappingworkflows/{workflowName}",
1094
+ "responseCode": 200
1095
+ },
1096
+ "input": {
1097
+ "type": "structure",
1098
+ "required": [
1099
+ "idMappingTechniques",
1100
+ "inputSourceConfig",
1101
+ "outputSourceConfig",
1102
+ "roleArn",
1103
+ "workflowName"
1104
+ ],
1105
+ "members": {
1106
+ "description": {},
1107
+ "idMappingTechniques": {
1108
+ "shape": "S3"
1109
+ },
1110
+ "inputSourceConfig": {
1111
+ "shape": "Sa"
1112
+ },
1113
+ "outputSourceConfig": {
1114
+ "shape": "Se"
1115
+ },
1116
+ "roleArn": {},
1117
+ "workflowName": {
1118
+ "location": "uri",
1119
+ "locationName": "workflowName"
1120
+ }
1121
+ }
1122
+ },
1123
+ "output": {
1124
+ "type": "structure",
1125
+ "required": [
1126
+ "idMappingTechniques",
1127
+ "inputSourceConfig",
1128
+ "outputSourceConfig",
1129
+ "roleArn",
1130
+ "workflowArn",
1131
+ "workflowName"
1132
+ ],
1133
+ "members": {
1134
+ "description": {},
1135
+ "idMappingTechniques": {
1136
+ "shape": "S3"
1137
+ },
1138
+ "inputSourceConfig": {
1139
+ "shape": "Sa"
1140
+ },
1141
+ "outputSourceConfig": {
1142
+ "shape": "Se"
1143
+ },
1144
+ "roleArn": {},
1145
+ "workflowArn": {},
1146
+ "workflowName": {}
1147
+ }
1148
+ },
1149
+ "idempotent": true
1150
+ },
647
1151
  "UpdateMatchingWorkflow": {
648
1152
  "http": {
649
1153
  "method": "PUT",
@@ -662,16 +1166,16 @@
662
1166
  "members": {
663
1167
  "description": {},
664
1168
  "incrementalRunConfig": {
665
- "shape": "S3"
1169
+ "shape": "So"
666
1170
  },
667
1171
  "inputSourceConfig": {
668
- "shape": "S5"
1172
+ "shape": "Sq"
669
1173
  },
670
1174
  "outputSourceConfig": {
671
- "shape": "Sa"
1175
+ "shape": "Su"
672
1176
  },
673
1177
  "resolutionTechniques": {
674
- "shape": "Sh"
1178
+ "shape": "Sz"
675
1179
  },
676
1180
  "roleArn": {},
677
1181
  "workflowName": {
@@ -692,32 +1196,144 @@
692
1196
  "members": {
693
1197
  "description": {},
694
1198
  "incrementalRunConfig": {
695
- "shape": "S3"
1199
+ "shape": "So"
696
1200
  },
697
1201
  "inputSourceConfig": {
698
- "shape": "S5"
1202
+ "shape": "Sq"
699
1203
  },
700
1204
  "outputSourceConfig": {
701
- "shape": "Sa"
1205
+ "shape": "Su"
702
1206
  },
703
1207
  "resolutionTechniques": {
704
- "shape": "Sh"
1208
+ "shape": "Sz"
705
1209
  },
706
1210
  "roleArn": {},
707
1211
  "workflowName": {}
708
1212
  }
709
1213
  },
710
1214
  "idempotent": true
1215
+ },
1216
+ "UpdateSchemaMapping": {
1217
+ "http": {
1218
+ "method": "PUT",
1219
+ "requestUri": "/schemas/{schemaName}",
1220
+ "responseCode": 200
1221
+ },
1222
+ "input": {
1223
+ "type": "structure",
1224
+ "required": [
1225
+ "mappedInputFields",
1226
+ "schemaName"
1227
+ ],
1228
+ "members": {
1229
+ "description": {},
1230
+ "mappedInputFields": {
1231
+ "shape": "S1b"
1232
+ },
1233
+ "schemaName": {
1234
+ "location": "uri",
1235
+ "locationName": "schemaName"
1236
+ }
1237
+ }
1238
+ },
1239
+ "output": {
1240
+ "type": "structure",
1241
+ "required": [
1242
+ "mappedInputFields",
1243
+ "schemaArn",
1244
+ "schemaName"
1245
+ ],
1246
+ "members": {
1247
+ "description": {},
1248
+ "mappedInputFields": {
1249
+ "shape": "S1b"
1250
+ },
1251
+ "schemaArn": {},
1252
+ "schemaName": {}
1253
+ }
1254
+ },
1255
+ "idempotent": true
711
1256
  }
712
1257
  },
713
1258
  "shapes": {
714
1259
  "S3": {
715
1260
  "type": "structure",
1261
+ "required": [
1262
+ "idMappingType",
1263
+ "providerProperties"
1264
+ ],
716
1265
  "members": {
717
- "incrementalRunType": {}
1266
+ "idMappingType": {},
1267
+ "providerProperties": {
1268
+ "shape": "S5"
1269
+ }
718
1270
  }
719
1271
  },
720
1272
  "S5": {
1273
+ "type": "structure",
1274
+ "required": [
1275
+ "providerServiceArn"
1276
+ ],
1277
+ "members": {
1278
+ "intermediateSourceConfiguration": {
1279
+ "type": "structure",
1280
+ "required": [
1281
+ "intermediateS3Path"
1282
+ ],
1283
+ "members": {
1284
+ "intermediateS3Path": {}
1285
+ }
1286
+ },
1287
+ "providerConfiguration": {
1288
+ "shape": "S8"
1289
+ },
1290
+ "providerServiceArn": {}
1291
+ }
1292
+ },
1293
+ "S8": {
1294
+ "type": "structure",
1295
+ "members": {},
1296
+ "document": true
1297
+ },
1298
+ "Sa": {
1299
+ "type": "list",
1300
+ "member": {
1301
+ "type": "structure",
1302
+ "required": [
1303
+ "inputSourceARN",
1304
+ "schemaName"
1305
+ ],
1306
+ "members": {
1307
+ "inputSourceARN": {},
1308
+ "schemaName": {}
1309
+ }
1310
+ }
1311
+ },
1312
+ "Se": {
1313
+ "type": "list",
1314
+ "member": {
1315
+ "type": "structure",
1316
+ "required": [
1317
+ "outputS3Path"
1318
+ ],
1319
+ "members": {
1320
+ "KMSArn": {},
1321
+ "outputS3Path": {}
1322
+ }
1323
+ }
1324
+ },
1325
+ "Si": {
1326
+ "type": "map",
1327
+ "key": {},
1328
+ "value": {}
1329
+ },
1330
+ "So": {
1331
+ "type": "structure",
1332
+ "members": {
1333
+ "incrementalRunType": {}
1334
+ }
1335
+ },
1336
+ "Sq": {
721
1337
  "type": "list",
722
1338
  "member": {
723
1339
  "type": "structure",
@@ -734,7 +1350,7 @@
734
1350
  }
735
1351
  }
736
1352
  },
737
- "Sa": {
1353
+ "Su": {
738
1354
  "type": "list",
739
1355
  "member": {
740
1356
  "type": "structure",
@@ -766,12 +1382,15 @@
766
1382
  }
767
1383
  }
768
1384
  },
769
- "Sh": {
1385
+ "Sz": {
770
1386
  "type": "structure",
771
1387
  "required": [
772
1388
  "resolutionType"
773
1389
  ],
774
1390
  "members": {
1391
+ "providerProperties": {
1392
+ "shape": "S5"
1393
+ },
775
1394
  "resolutionType": {},
776
1395
  "ruleBasedProperties": {
777
1396
  "type": "structure",
@@ -802,12 +1421,7 @@
802
1421
  }
803
1422
  }
804
1423
  },
805
- "Sq": {
806
- "type": "map",
807
- "key": {},
808
- "value": {}
809
- },
810
- "Sw": {
1424
+ "S1b": {
811
1425
  "type": "list",
812
1426
  "member": {
813
1427
  "type": "structure",
@@ -819,9 +1433,37 @@
819
1433
  "fieldName": {},
820
1434
  "groupName": {},
821
1435
  "matchKey": {},
1436
+ "subType": {},
822
1437
  "type": {}
823
1438
  }
824
1439
  }
1440
+ },
1441
+ "S1q": {
1442
+ "type": "structure",
1443
+ "members": {
1444
+ "errorMessage": {}
1445
+ }
1446
+ },
1447
+ "S2n": {
1448
+ "type": "list",
1449
+ "member": {
1450
+ "type": "structure",
1451
+ "required": [
1452
+ "jobId",
1453
+ "startTime",
1454
+ "status"
1455
+ ],
1456
+ "members": {
1457
+ "endTime": {
1458
+ "type": "timestamp"
1459
+ },
1460
+ "jobId": {},
1461
+ "startTime": {
1462
+ "type": "timestamp"
1463
+ },
1464
+ "status": {}
1465
+ }
1466
+ }
825
1467
  }
826
1468
  }
827
1469
  }