aws-sdk 2.1477.0 → 2.1479.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.
@@ -1585,6 +1585,58 @@
1585
1585
  }
1586
1586
  }
1587
1587
  },
1588
+ "GetMediaAnalysisJob": {
1589
+ "input": {
1590
+ "type": "structure",
1591
+ "required": [
1592
+ "JobId"
1593
+ ],
1594
+ "members": {
1595
+ "JobId": {}
1596
+ }
1597
+ },
1598
+ "output": {
1599
+ "type": "structure",
1600
+ "required": [
1601
+ "JobId",
1602
+ "OperationsConfig",
1603
+ "Status",
1604
+ "CreationTimestamp",
1605
+ "Input",
1606
+ "OutputConfig"
1607
+ ],
1608
+ "members": {
1609
+ "JobId": {},
1610
+ "JobName": {},
1611
+ "OperationsConfig": {
1612
+ "shape": "S9c"
1613
+ },
1614
+ "Status": {},
1615
+ "FailureDetails": {
1616
+ "shape": "S9f"
1617
+ },
1618
+ "CreationTimestamp": {
1619
+ "type": "timestamp"
1620
+ },
1621
+ "CompletionTimestamp": {
1622
+ "type": "timestamp"
1623
+ },
1624
+ "Input": {
1625
+ "shape": "S9h"
1626
+ },
1627
+ "OutputConfig": {
1628
+ "shape": "S9i"
1629
+ },
1630
+ "KmsKeyId": {},
1631
+ "Results": {
1632
+ "shape": "S9k"
1633
+ },
1634
+ "ManifestSummary": {
1635
+ "shape": "S9l"
1636
+ }
1637
+ }
1638
+ }
1639
+ },
1588
1640
  "GetPersonTracking": {
1589
1641
  "input": {
1590
1642
  "type": "structure",
@@ -1982,6 +2034,70 @@
1982
2034
  }
1983
2035
  }
1984
2036
  },
2037
+ "ListMediaAnalysisJobs": {
2038
+ "input": {
2039
+ "type": "structure",
2040
+ "members": {
2041
+ "NextToken": {},
2042
+ "MaxResults": {
2043
+ "type": "integer"
2044
+ }
2045
+ }
2046
+ },
2047
+ "output": {
2048
+ "type": "structure",
2049
+ "required": [
2050
+ "MediaAnalysisJobs"
2051
+ ],
2052
+ "members": {
2053
+ "NextToken": {},
2054
+ "MediaAnalysisJobs": {
2055
+ "type": "list",
2056
+ "member": {
2057
+ "type": "structure",
2058
+ "required": [
2059
+ "JobId",
2060
+ "OperationsConfig",
2061
+ "Status",
2062
+ "CreationTimestamp",
2063
+ "Input",
2064
+ "OutputConfig"
2065
+ ],
2066
+ "members": {
2067
+ "JobId": {},
2068
+ "JobName": {},
2069
+ "OperationsConfig": {
2070
+ "shape": "S9c"
2071
+ },
2072
+ "Status": {},
2073
+ "FailureDetails": {
2074
+ "shape": "S9f"
2075
+ },
2076
+ "CreationTimestamp": {
2077
+ "type": "timestamp"
2078
+ },
2079
+ "CompletionTimestamp": {
2080
+ "type": "timestamp"
2081
+ },
2082
+ "Input": {
2083
+ "shape": "S9h"
2084
+ },
2085
+ "OutputConfig": {
2086
+ "shape": "S9i"
2087
+ },
2088
+ "KmsKeyId": {},
2089
+ "Results": {
2090
+ "shape": "S9k"
2091
+ },
2092
+ "ManifestSummary": {
2093
+ "shape": "S9l"
2094
+ }
2095
+ }
2096
+ }
2097
+ }
2098
+ }
2099
+ }
2100
+ },
1985
2101
  "ListProjectPolicies": {
1986
2102
  "input": {
1987
2103
  "type": "structure",
@@ -2255,7 +2371,7 @@
2255
2371
  "type": "structure",
2256
2372
  "members": {
2257
2373
  "UserMatches": {
2258
- "shape": "Sbp"
2374
+ "shape": "Sc8"
2259
2375
  },
2260
2376
  "FaceModelVersion": {},
2261
2377
  "SearchedFace": {
@@ -2298,7 +2414,7 @@
2298
2414
  "type": "structure",
2299
2415
  "members": {
2300
2416
  "UserMatches": {
2301
- "shape": "Sbp"
2417
+ "shape": "Sc8"
2302
2418
  },
2303
2419
  "FaceModelVersion": {},
2304
2420
  "SearchedFace": {
@@ -2339,7 +2455,7 @@
2339
2455
  },
2340
2456
  "ClientRequestToken": {},
2341
2457
  "NotificationChannel": {
2342
- "shape": "Sc2"
2458
+ "shape": "Scl"
2343
2459
  },
2344
2460
  "JobTag": {}
2345
2461
  }
@@ -2367,7 +2483,7 @@
2367
2483
  },
2368
2484
  "ClientRequestToken": {},
2369
2485
  "NotificationChannel": {
2370
- "shape": "Sc2"
2486
+ "shape": "Scl"
2371
2487
  },
2372
2488
  "JobTag": {}
2373
2489
  }
@@ -2392,7 +2508,7 @@
2392
2508
  },
2393
2509
  "ClientRequestToken": {},
2394
2510
  "NotificationChannel": {
2395
- "shape": "Sc2"
2511
+ "shape": "Scl"
2396
2512
  },
2397
2513
  "FaceAttributes": {},
2398
2514
  "JobTag": {}
@@ -2423,7 +2539,7 @@
2423
2539
  },
2424
2540
  "CollectionId": {},
2425
2541
  "NotificationChannel": {
2426
- "shape": "Sc2"
2542
+ "shape": "Scl"
2427
2543
  },
2428
2544
  "JobTag": {}
2429
2545
  }
@@ -2451,7 +2567,7 @@
2451
2567
  "type": "float"
2452
2568
  },
2453
2569
  "NotificationChannel": {
2454
- "shape": "Sc2"
2570
+ "shape": "Scl"
2455
2571
  },
2456
2572
  "JobTag": {},
2457
2573
  "Features": {
@@ -2476,6 +2592,42 @@
2476
2592
  },
2477
2593
  "idempotent": true
2478
2594
  },
2595
+ "StartMediaAnalysisJob": {
2596
+ "input": {
2597
+ "type": "structure",
2598
+ "required": [
2599
+ "OperationsConfig",
2600
+ "Input",
2601
+ "OutputConfig"
2602
+ ],
2603
+ "members": {
2604
+ "ClientRequestToken": {
2605
+ "idempotencyToken": true
2606
+ },
2607
+ "JobName": {},
2608
+ "OperationsConfig": {
2609
+ "shape": "S9c"
2610
+ },
2611
+ "Input": {
2612
+ "shape": "S9h"
2613
+ },
2614
+ "OutputConfig": {
2615
+ "shape": "S9i"
2616
+ },
2617
+ "KmsKeyId": {}
2618
+ }
2619
+ },
2620
+ "output": {
2621
+ "type": "structure",
2622
+ "required": [
2623
+ "JobId"
2624
+ ],
2625
+ "members": {
2626
+ "JobId": {}
2627
+ }
2628
+ },
2629
+ "idempotent": true
2630
+ },
2479
2631
  "StartPersonTracking": {
2480
2632
  "input": {
2481
2633
  "type": "structure",
@@ -2488,7 +2640,7 @@
2488
2640
  },
2489
2641
  "ClientRequestToken": {},
2490
2642
  "NotificationChannel": {
2491
- "shape": "Sc2"
2643
+ "shape": "Scl"
2492
2644
  },
2493
2645
  "JobTag": {}
2494
2646
  }
@@ -2538,7 +2690,7 @@
2538
2690
  },
2539
2691
  "ClientRequestToken": {},
2540
2692
  "NotificationChannel": {
2541
- "shape": "Sc2"
2693
+ "shape": "Scl"
2542
2694
  },
2543
2695
  "JobTag": {},
2544
2696
  "Filters": {
@@ -2638,7 +2790,7 @@
2638
2790
  },
2639
2791
  "ClientRequestToken": {},
2640
2792
  "NotificationChannel": {
2641
- "shape": "Sc2"
2793
+ "shape": "Scl"
2642
2794
  },
2643
2795
  "JobTag": {},
2644
2796
  "Filters": {
@@ -3525,7 +3677,65 @@
3525
3677
  "UserId": {}
3526
3678
  }
3527
3679
  },
3528
- "Sbp": {
3680
+ "S9c": {
3681
+ "type": "structure",
3682
+ "members": {
3683
+ "DetectModerationLabels": {
3684
+ "type": "structure",
3685
+ "members": {
3686
+ "MinConfidence": {
3687
+ "type": "float"
3688
+ },
3689
+ "ProjectVersion": {}
3690
+ }
3691
+ }
3692
+ }
3693
+ },
3694
+ "S9f": {
3695
+ "type": "structure",
3696
+ "members": {
3697
+ "Code": {},
3698
+ "Message": {}
3699
+ }
3700
+ },
3701
+ "S9h": {
3702
+ "type": "structure",
3703
+ "required": [
3704
+ "S3Object"
3705
+ ],
3706
+ "members": {
3707
+ "S3Object": {
3708
+ "shape": "Sj"
3709
+ }
3710
+ }
3711
+ },
3712
+ "S9i": {
3713
+ "type": "structure",
3714
+ "required": [
3715
+ "S3Bucket"
3716
+ ],
3717
+ "members": {
3718
+ "S3Bucket": {},
3719
+ "S3KeyPrefix": {}
3720
+ }
3721
+ },
3722
+ "S9k": {
3723
+ "type": "structure",
3724
+ "members": {
3725
+ "S3Object": {
3726
+ "shape": "Sj"
3727
+ }
3728
+ }
3729
+ },
3730
+ "S9l": {
3731
+ "type": "structure",
3732
+ "members": {
3733
+ "S3Object": {
3734
+ "shape": "Sj"
3735
+ }
3736
+ }
3737
+ },
3738
+ "Sc8": {
3529
3739
  "type": "list",
3530
3740
  "member": {
3531
3741
  "type": "structure",
@@ -3543,7 +3753,7 @@
3543
3753
  }
3544
3754
  }
3545
3755
  },
3546
- "Sc2": {
3756
+ "Scl": {
3547
3757
  "type": "structure",
3548
3758
  "required": [
3549
3759
  "SNSTopicArn",
@@ -76,6 +76,11 @@
76
76
  "output_token": "NextToken",
77
77
  "result_key": "Faces"
78
78
  },
79
+ "ListMediaAnalysisJobs": {
80
+ "input_token": "NextToken",
81
+ "limit_key": "MaxResults",
82
+ "output_token": "NextToken"
83
+ },
79
84
  "ListProjectPolicies": {
80
85
  "input_token": "NextToken",
81
86
  "limit_key": "MaxResults",