aws-sdk-core 2.10.91 → 2.10.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/comprehend/2017-11-27/api-2.json +685 -0
  3. data/apis/comprehend/2017-11-27/examples-1.json +5 -0
  4. data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
  5. data/apis/dynamodb/2011-12-05/api-2.json +1 -0
  6. data/apis/dynamodb/2012-08-10/api-2.json +610 -1
  7. data/apis/ecs/2014-11-13/api-2.json +151 -17
  8. data/apis/glacier/2012-06-01/api-2.json +174 -3
  9. data/apis/greengrass/2017-06-07/api-2.json +568 -1
  10. data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
  11. data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
  12. data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
  13. data/apis/iot/2015-05-28/api-2.json +3105 -203
  14. data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
  15. data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
  16. data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
  17. data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
  18. data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
  19. data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
  20. data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
  21. data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
  22. data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
  23. data/apis/rekognition/2016-06-27/api-2.json +994 -33
  24. data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
  25. data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
  26. data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
  27. data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
  28. data/apis/s3/2006-03-01/api-2.json +138 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
  30. data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
  31. data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
  32. data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
  33. data/apis/translate/2017-07-01/api-2.json +119 -0
  34. data/apis/translate/2017-07-01/examples-1.json +5 -0
  35. data/apis/translate/2017-07-01/paginators-1.json +4 -0
  36. data/lib/aws-sdk-core.rb +8 -0
  37. data/lib/aws-sdk-core/comprehend.rb +6 -0
  38. data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
  39. data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
  40. data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
  41. data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
  42. data/lib/aws-sdk-core/sagemaker.rb +7 -0
  43. data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
  44. data/lib/aws-sdk-core/translate.rb +6 -0
  45. data/lib/aws-sdk-core/version.rb +1 -1
  46. data/service-models.json +32 -0
  47. metadata +34 -1
@@ -39,7 +39,11 @@
39
39
  {"shape":"ServerException"},
40
40
  {"shape":"ClientException"},
41
41
  {"shape":"InvalidParameterException"},
42
- {"shape":"ClusterNotFoundException"}
42
+ {"shape":"ClusterNotFoundException"},
43
+ {"shape":"UnsupportedFeatureException"},
44
+ {"shape":"PlatformUnknownException"},
45
+ {"shape":"PlatformTaskDefinitionIncompatibilityException"},
46
+ {"shape":"AccessDeniedException"}
43
47
  ]
44
48
  },
45
49
  "DeleteAttributes":{
@@ -70,7 +74,8 @@
70
74
  {"shape":"InvalidParameterException"},
71
75
  {"shape":"ClusterNotFoundException"},
72
76
  {"shape":"ClusterContainsContainerInstancesException"},
73
- {"shape":"ClusterContainsServicesException"}
77
+ {"shape":"ClusterContainsServicesException"},
78
+ {"shape":"ClusterContainsTasksException"}
74
79
  ]
75
80
  },
76
81
  "DeleteService":{
@@ -330,7 +335,8 @@
330
335
  "output":{"shape":"RegisterContainerInstanceResponse"},
331
336
  "errors":[
332
337
  {"shape":"ServerException"},
333
- {"shape":"ClientException"}
338
+ {"shape":"ClientException"},
339
+ {"shape":"InvalidParameterException"}
334
340
  ]
335
341
  },
336
342
  "RegisterTaskDefinition":{
@@ -359,7 +365,12 @@
359
365
  {"shape":"ServerException"},
360
366
  {"shape":"ClientException"},
361
367
  {"shape":"InvalidParameterException"},
362
- {"shape":"ClusterNotFoundException"}
368
+ {"shape":"ClusterNotFoundException"},
369
+ {"shape":"UnsupportedFeatureException"},
370
+ {"shape":"PlatformUnknownException"},
371
+ {"shape":"PlatformTaskDefinitionIncompatibilityException"},
372
+ {"shape":"AccessDeniedException"},
373
+ {"shape":"BlockedException"}
363
374
  ]
364
375
  },
365
376
  "StartTask":{
@@ -402,7 +413,8 @@
402
413
  "output":{"shape":"SubmitContainerStateChangeResponse"},
403
414
  "errors":[
404
415
  {"shape":"ServerException"},
405
- {"shape":"ClientException"}
416
+ {"shape":"ClientException"},
417
+ {"shape":"AccessDeniedException"}
406
418
  ]
407
419
  },
408
420
  "SubmitTaskStateChange":{
@@ -415,7 +427,8 @@
415
427
  "output":{"shape":"SubmitTaskStateChangeResponse"},
416
428
  "errors":[
417
429
  {"shape":"ServerException"},
418
- {"shape":"ClientException"}
430
+ {"shape":"ClientException"},
431
+ {"shape":"AccessDeniedException"}
419
432
  ]
420
433
  },
421
434
  "UpdateContainerAgent":{
@@ -465,11 +478,20 @@
465
478
  {"shape":"InvalidParameterException"},
466
479
  {"shape":"ClusterNotFoundException"},
467
480
  {"shape":"ServiceNotFoundException"},
468
- {"shape":"ServiceNotActiveException"}
481
+ {"shape":"ServiceNotActiveException"},
482
+ {"shape":"PlatformUnknownException"},
483
+ {"shape":"PlatformTaskDefinitionIncompatibilityException"},
484
+ {"shape":"AccessDeniedException"}
469
485
  ]
470
486
  }
471
487
  },
472
488
  "shapes":{
489
+ "AccessDeniedException":{
490
+ "type":"structure",
491
+ "members":{
492
+ },
493
+ "exception":true
494
+ },
473
495
  "AgentUpdateStatus":{
474
496
  "type":"string",
475
497
  "enum":[
@@ -481,6 +503,13 @@
481
503
  "FAILED"
482
504
  ]
483
505
  },
506
+ "AssignPublicIp":{
507
+ "type":"string",
508
+ "enum":[
509
+ "ENABLED",
510
+ "DISABLED"
511
+ ]
512
+ },
484
513
  "Attachment":{
485
514
  "type":"structure",
486
515
  "members":{
@@ -538,9 +567,16 @@
538
567
  "required":["subnets"],
539
568
  "members":{
540
569
  "subnets":{"shape":"StringList"},
541
- "securityGroups":{"shape":"StringList"}
570
+ "securityGroups":{"shape":"StringList"},
571
+ "assignPublicIp":{"shape":"AssignPublicIp"}
542
572
  }
543
573
  },
574
+ "BlockedException":{
575
+ "type":"structure",
576
+ "members":{
577
+ },
578
+ "exception":true
579
+ },
544
580
  "Boolean":{"type":"boolean"},
545
581
  "BoxedBoolean":{
546
582
  "type":"boolean",
@@ -566,7 +602,8 @@
566
602
  "registeredContainerInstancesCount":{"shape":"Integer"},
567
603
  "runningTasksCount":{"shape":"Integer"},
568
604
  "pendingTasksCount":{"shape":"Integer"},
569
- "activeServicesCount":{"shape":"Integer"}
605
+ "activeServicesCount":{"shape":"Integer"},
606
+ "statistics":{"shape":"Statistics"}
570
607
  }
571
608
  },
572
609
  "ClusterContainsContainerInstancesException":{
@@ -581,6 +618,20 @@
581
618
  },
582
619
  "exception":true
583
620
  },
621
+ "ClusterContainsTasksException":{
622
+ "type":"structure",
623
+ "members":{
624
+ },
625
+ "exception":true
626
+ },
627
+ "ClusterField":{
628
+ "type":"string",
629
+ "enum":["STATISTICS"]
630
+ },
631
+ "ClusterFieldList":{
632
+ "type":"list",
633
+ "member":{"shape":"ClusterField"}
634
+ },
584
635
  "ClusterNotFoundException":{
585
636
  "type":"structure",
586
637
  "members":{
@@ -591,6 +642,24 @@
591
642
  "type":"list",
592
643
  "member":{"shape":"Cluster"}
593
644
  },
645
+ "Compatibility":{
646
+ "type":"string",
647
+ "enum":[
648
+ "EC2",
649
+ "FARGATE"
650
+ ]
651
+ },
652
+ "CompatibilityList":{
653
+ "type":"list",
654
+ "member":{"shape":"Compatibility"}
655
+ },
656
+ "Connectivity":{
657
+ "type":"string",
658
+ "enum":[
659
+ "CONNECTED",
660
+ "DISCONNECTED"
661
+ ]
662
+ },
594
663
  "Container":{
595
664
  "type":"structure",
596
665
  "members":{
@@ -729,6 +798,8 @@
729
798
  "loadBalancers":{"shape":"LoadBalancers"},
730
799
  "desiredCount":{"shape":"BoxedInteger"},
731
800
  "clientToken":{"shape":"String"},
801
+ "launchType":{"shape":"LaunchType"},
802
+ "platformVersion":{"shape":"String"},
732
803
  "role":{"shape":"String"},
733
804
  "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
734
805
  "placementConstraints":{"shape":"PlacementConstraints"},
@@ -794,6 +865,8 @@
794
865
  "runningCount":{"shape":"Integer"},
795
866
  "createdAt":{"shape":"Timestamp"},
796
867
  "updatedAt":{"shape":"Timestamp"},
868
+ "launchType":{"shape":"LaunchType"},
869
+ "platformVersion":{"shape":"String"},
797
870
  "networkConfiguration":{"shape":"NetworkConfiguration"}
798
871
  }
799
872
  },
@@ -839,7 +912,8 @@
839
912
  "DescribeClustersRequest":{
840
913
  "type":"structure",
841
914
  "members":{
842
- "clusters":{"shape":"StringList"}
915
+ "clusters":{"shape":"StringList"},
916
+ "include":{"shape":"ClusterFieldList"}
843
917
  }
844
918
  },
845
919
  "DescribeClustersResponse":{
@@ -1017,6 +1091,13 @@
1017
1091
  "value":{"shape":"String"}
1018
1092
  }
1019
1093
  },
1094
+ "LaunchType":{
1095
+ "type":"string",
1096
+ "enum":[
1097
+ "EC2",
1098
+ "FARGATE"
1099
+ ]
1100
+ },
1020
1101
  "LinuxParameters":{
1021
1102
  "type":"structure",
1022
1103
  "members":{
@@ -1080,7 +1161,8 @@
1080
1161
  "members":{
1081
1162
  "cluster":{"shape":"String"},
1082
1163
  "nextToken":{"shape":"String"},
1083
- "maxResults":{"shape":"BoxedInteger"}
1164
+ "maxResults":{"shape":"BoxedInteger"},
1165
+ "launchType":{"shape":"LaunchType"}
1084
1166
  }
1085
1167
  },
1086
1168
  "ListServicesResponse":{
@@ -1133,7 +1215,8 @@
1133
1215
  "maxResults":{"shape":"BoxedInteger"},
1134
1216
  "startedBy":{"shape":"String"},
1135
1217
  "serviceName":{"shape":"String"},
1136
- "desiredStatus":{"shape":"DesiredStatus"}
1218
+ "desiredStatus":{"shape":"DesiredStatus"},
1219
+ "launchType":{"shape":"LaunchType"}
1137
1220
  }
1138
1221
  },
1139
1222
  "ListTasksResponse":{
@@ -1283,6 +1366,18 @@
1283
1366
  "binpack"
1284
1367
  ]
1285
1368
  },
1369
+ "PlatformTaskDefinitionIncompatibilityException":{
1370
+ "type":"structure",
1371
+ "members":{
1372
+ },
1373
+ "exception":true
1374
+ },
1375
+ "PlatformUnknownException":{
1376
+ "type":"structure",
1377
+ "members":{
1378
+ },
1379
+ "exception":true
1380
+ },
1286
1381
  "PortMapping":{
1287
1382
  "type":"structure",
1288
1383
  "members":{
@@ -1336,10 +1431,14 @@
1336
1431
  "members":{
1337
1432
  "family":{"shape":"String"},
1338
1433
  "taskRoleArn":{"shape":"String"},
1434
+ "executionRoleArn":{"shape":"String"},
1339
1435
  "networkMode":{"shape":"NetworkMode"},
1340
1436
  "containerDefinitions":{"shape":"ContainerDefinitions"},
1341
1437
  "volumes":{"shape":"VolumeList"},
1342
- "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"}
1438
+ "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"},
1439
+ "requiresCompatibilities":{"shape":"CompatibilityList"},
1440
+ "cpu":{"shape":"String"},
1441
+ "memory":{"shape":"String"}
1343
1442
  }
1344
1443
  },
1345
1444
  "RegisterTaskDefinitionResponse":{
@@ -1379,6 +1478,8 @@
1379
1478
  "group":{"shape":"String"},
1380
1479
  "placementConstraints":{"shape":"PlacementConstraints"},
1381
1480
  "placementStrategy":{"shape":"PlacementStrategies"},
1481
+ "launchType":{"shape":"LaunchType"},
1482
+ "platformVersion":{"shape":"String"},
1382
1483
  "networkConfiguration":{"shape":"NetworkConfiguration"}
1383
1484
  }
1384
1485
  },
@@ -1408,6 +1509,8 @@
1408
1509
  "desiredCount":{"shape":"Integer"},
1409
1510
  "runningCount":{"shape":"Integer"},
1410
1511
  "pendingCount":{"shape":"Integer"},
1512
+ "launchType":{"shape":"LaunchType"},
1513
+ "platformVersion":{"shape":"String"},
1411
1514
  "taskDefinition":{"shape":"String"},
1412
1515
  "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
1413
1516
  "deployments":{"shape":"Deployments"},
@@ -1477,6 +1580,10 @@
1477
1580
  "failures":{"shape":"Failures"}
1478
1581
  }
1479
1582
  },
1583
+ "Statistics":{
1584
+ "type":"list",
1585
+ "member":{"shape":"KeyValuePair"}
1586
+ },
1480
1587
  "StopTaskRequest":{
1481
1588
  "type":"structure",
1482
1589
  "required":["task"],
@@ -1523,7 +1630,10 @@
1523
1630
  "status":{"shape":"String"},
1524
1631
  "reason":{"shape":"String"},
1525
1632
  "containers":{"shape":"ContainerStateChanges"},
1526
- "attachments":{"shape":"AttachmentStateChanges"}
1633
+ "attachments":{"shape":"AttachmentStateChanges"},
1634
+ "pullStartedAt":{"shape":"Timestamp"},
1635
+ "pullStoppedAt":{"shape":"Timestamp"},
1636
+ "executionStoppedAt":{"shape":"Timestamp"}
1527
1637
  }
1528
1638
  },
1529
1639
  "SubmitTaskStateChangeResponse":{
@@ -1552,14 +1662,24 @@
1552
1662
  "overrides":{"shape":"TaskOverride"},
1553
1663
  "lastStatus":{"shape":"String"},
1554
1664
  "desiredStatus":{"shape":"String"},
1665
+ "cpu":{"shape":"String"},
1666
+ "memory":{"shape":"String"},
1555
1667
  "containers":{"shape":"Containers"},
1556
1668
  "startedBy":{"shape":"String"},
1557
1669
  "version":{"shape":"Long"},
1558
1670
  "stoppedReason":{"shape":"String"},
1671
+ "connectivity":{"shape":"Connectivity"},
1672
+ "connectivityAt":{"shape":"Timestamp"},
1673
+ "pullStartedAt":{"shape":"Timestamp"},
1674
+ "pullStoppedAt":{"shape":"Timestamp"},
1675
+ "executionStoppedAt":{"shape":"Timestamp"},
1559
1676
  "createdAt":{"shape":"Timestamp"},
1560
1677
  "startedAt":{"shape":"Timestamp"},
1678
+ "stoppingAt":{"shape":"Timestamp"},
1561
1679
  "stoppedAt":{"shape":"Timestamp"},
1562
1680
  "group":{"shape":"String"},
1681
+ "launchType":{"shape":"LaunchType"},
1682
+ "platformVersion":{"shape":"String"},
1563
1683
  "attachments":{"shape":"Attachments"}
1564
1684
  }
1565
1685
  },
@@ -1570,12 +1690,17 @@
1570
1690
  "containerDefinitions":{"shape":"ContainerDefinitions"},
1571
1691
  "family":{"shape":"String"},
1572
1692
  "taskRoleArn":{"shape":"String"},
1693
+ "executionRoleArn":{"shape":"String"},
1573
1694
  "networkMode":{"shape":"NetworkMode"},
1574
1695
  "revision":{"shape":"Integer"},
1575
1696
  "volumes":{"shape":"VolumeList"},
1576
1697
  "status":{"shape":"TaskDefinitionStatus"},
1577
1698
  "requiresAttributes":{"shape":"RequiresAttributes"},
1578
- "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"}
1699
+ "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"},
1700
+ "compatibilities":{"shape":"CompatibilityList"},
1701
+ "requiresCompatibilities":{"shape":"CompatibilityList"},
1702
+ "cpu":{"shape":"String"},
1703
+ "memory":{"shape":"String"}
1579
1704
  }
1580
1705
  },
1581
1706
  "TaskDefinitionFamilyStatus":{
@@ -1612,7 +1737,8 @@
1612
1737
  "type":"structure",
1613
1738
  "members":{
1614
1739
  "containerOverrides":{"shape":"ContainerOverrides"},
1615
- "taskRoleArn":{"shape":"String"}
1740
+ "taskRoleArn":{"shape":"String"},
1741
+ "executionRoleArn":{"shape":"String"}
1616
1742
  }
1617
1743
  },
1618
1744
  "Tasks":{
@@ -1664,6 +1790,12 @@
1664
1790
  "stack"
1665
1791
  ]
1666
1792
  },
1793
+ "UnsupportedFeatureException":{
1794
+ "type":"structure",
1795
+ "members":{
1796
+ },
1797
+ "exception":true
1798
+ },
1667
1799
  "UpdateContainerAgentRequest":{
1668
1800
  "type":"structure",
1669
1801
  "required":["containerInstance"],
@@ -1712,7 +1844,9 @@
1712
1844
  "desiredCount":{"shape":"BoxedInteger"},
1713
1845
  "taskDefinition":{"shape":"String"},
1714
1846
  "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
1715
- "networkConfiguration":{"shape":"NetworkConfiguration"}
1847
+ "networkConfiguration":{"shape":"NetworkConfiguration"},
1848
+ "platformVersion":{"shape":"String"},
1849
+ "forceNewDeployment":{"shape":"Boolean"}
1716
1850
  }
1717
1851
  },
1718
1852
  "UpdateServiceResponse":{
@@ -561,11 +561,16 @@
561
561
  }
562
562
  }
563
563
  },
564
+ "AccessControlPolicyList":{
565
+ "type":"list",
566
+ "member":{"shape":"Grant"}
567
+ },
564
568
  "ActionCode":{
565
569
  "type":"string",
566
570
  "enum":[
567
571
  "ArchiveRetrieval",
568
- "InventoryRetrieval"
572
+ "InventoryRetrieval",
573
+ "Select"
569
574
  ]
570
575
  },
571
576
  "AddTagsToVaultInput":{
@@ -608,6 +613,39 @@
608
613
  }
609
614
  }
610
615
  },
616
+ "CSVInput":{
617
+ "type":"structure",
618
+ "members":{
619
+ "FileHeaderInfo":{"shape":"FileHeaderInfo"},
620
+ "Comments":{"shape":"string"},
621
+ "QuoteEscapeCharacter":{"shape":"string"},
622
+ "RecordDelimiter":{"shape":"string"},
623
+ "FieldDelimiter":{"shape":"string"},
624
+ "QuoteCharacter":{"shape":"string"}
625
+ }
626
+ },
627
+ "CSVOutput":{
628
+ "type":"structure",
629
+ "members":{
630
+ "QuoteFields":{"shape":"QuoteFields"},
631
+ "QuoteEscapeCharacter":{"shape":"string"},
632
+ "RecordDelimiter":{"shape":"string"},
633
+ "FieldDelimiter":{"shape":"string"},
634
+ "QuoteCharacter":{"shape":"string"}
635
+ }
636
+ },
637
+ "CannedACL":{
638
+ "type":"string",
639
+ "enum":[
640
+ "private",
641
+ "public-read",
642
+ "public-read-write",
643
+ "aws-exec-read",
644
+ "authenticated-read",
645
+ "bucket-owner-read",
646
+ "bucket-owner-full-control"
647
+ ]
648
+ },
611
649
  "CompleteMultipartUploadInput":{
612
650
  "type":"structure",
613
651
  "required":[
@@ -852,6 +890,33 @@
852
890
  "SizeInBytes":{"shape":"long"}
853
891
  }
854
892
  },
893
+ "Encryption":{
894
+ "type":"structure",
895
+ "members":{
896
+ "EncryptionType":{"shape":"EncryptionType"},
897
+ "KMSKeyId":{"shape":"string"},
898
+ "KMSContext":{"shape":"string"}
899
+ }
900
+ },
901
+ "EncryptionType":{
902
+ "type":"string",
903
+ "enum":[
904
+ "aws:kms",
905
+ "AES256"
906
+ ]
907
+ },
908
+ "ExpressionType":{
909
+ "type":"string",
910
+ "enum":["SQL"]
911
+ },
912
+ "FileHeaderInfo":{
913
+ "type":"string",
914
+ "enum":[
915
+ "USE",
916
+ "IGNORE",
917
+ "NONE"
918
+ ]
919
+ },
855
920
  "GetDataRetrievalPolicyInput":{
856
921
  "type":"structure",
857
922
  "required":["accountId"],
@@ -1035,7 +1100,28 @@
1035
1100
  "ArchiveSHA256TreeHash":{"shape":"string"},
1036
1101
  "RetrievalByteRange":{"shape":"string"},
1037
1102
  "Tier":{"shape":"string"},
1038
- "InventoryRetrievalParameters":{"shape":"InventoryRetrievalJobDescription"}
1103
+ "InventoryRetrievalParameters":{"shape":"InventoryRetrievalJobDescription"},
1104
+ "JobOutputPath":{"shape":"string"},
1105
+ "SelectParameters":{"shape":"SelectParameters"},
1106
+ "OutputLocation":{"shape":"OutputLocation"}
1107
+ }
1108
+ },
1109
+ "Grant":{
1110
+ "type":"structure",
1111
+ "members":{
1112
+ "Grantee":{"shape":"Grantee"},
1113
+ "Permission":{"shape":"Permission"}
1114
+ }
1115
+ },
1116
+ "Grantee":{
1117
+ "type":"structure",
1118
+ "required":["Type"],
1119
+ "members":{
1120
+ "Type":{"shape":"Type"},
1121
+ "DisplayName":{"shape":"string"},
1122
+ "URI":{"shape":"string"},
1123
+ "ID":{"shape":"string"},
1124
+ "EmailAddress":{"shape":"string"}
1039
1125
  }
1040
1126
  },
1041
1127
  "InitiateJobInput":{
@@ -1071,6 +1157,11 @@
1071
1157
  "shape":"string",
1072
1158
  "location":"header",
1073
1159
  "locationName":"x-amz-job-id"
1160
+ },
1161
+ "jobOutputPath":{
1162
+ "shape":"string",
1163
+ "location":"header",
1164
+ "locationName":"x-amz-job-output-path"
1074
1165
  }
1075
1166
  }
1076
1167
  },
@@ -1149,6 +1240,12 @@
1149
1240
  }
1150
1241
  }
1151
1242
  },
1243
+ "InputSerialization":{
1244
+ "type":"structure",
1245
+ "members":{
1246
+ "csv":{"shape":"CSVInput"}
1247
+ }
1248
+ },
1152
1249
  "InsufficientCapacityException":{
1153
1250
  "type":"structure",
1154
1251
  "members":{
@@ -1202,7 +1299,9 @@
1202
1299
  "SNSTopic":{"shape":"string"},
1203
1300
  "RetrievalByteRange":{"shape":"string"},
1204
1301
  "Tier":{"shape":"string"},
1205
- "InventoryRetrievalParameters":{"shape":"InventoryRetrievalJobInput"}
1302
+ "InventoryRetrievalParameters":{"shape":"InventoryRetrievalJobInput"},
1303
+ "SelectParameters":{"shape":"SelectParameters"},
1304
+ "OutputLocation":{"shape":"OutputLocation"}
1206
1305
  }
1207
1306
  },
1208
1307
  "LimitExceededException":{
@@ -1429,6 +1528,18 @@
1429
1528
  "member":{"shape":"string"}
1430
1529
  },
1431
1530
  "NullableLong":{"type":"long"},
1531
+ "OutputLocation":{
1532
+ "type":"structure",
1533
+ "members":{
1534
+ "S3":{"shape":"S3Location"}
1535
+ }
1536
+ },
1537
+ "OutputSerialization":{
1538
+ "type":"structure",
1539
+ "members":{
1540
+ "csv":{"shape":"CSVOutput"}
1541
+ }
1542
+ },
1432
1543
  "PartList":{
1433
1544
  "type":"list",
1434
1545
  "member":{"shape":"PartListElement"}
@@ -1440,6 +1551,16 @@
1440
1551
  "SHA256TreeHash":{"shape":"string"}
1441
1552
  }
1442
1553
  },
1554
+ "Permission":{
1555
+ "type":"string",
1556
+ "enum":[
1557
+ "FULL_CONTROL",
1558
+ "WRITE",
1559
+ "WRITE_ACP",
1560
+ "READ",
1561
+ "READ_ACP"
1562
+ ]
1563
+ },
1443
1564
  "PolicyEnforcedException":{
1444
1565
  "type":"structure",
1445
1566
  "members":{
@@ -1483,6 +1604,13 @@
1483
1604
  }
1484
1605
  }
1485
1606
  },
1607
+ "QuoteFields":{
1608
+ "type":"string",
1609
+ "enum":[
1610
+ "ALWAYS",
1611
+ "ASNEEDED"
1612
+ ]
1613
+ },
1486
1614
  "RemoveTagsFromVaultInput":{
1487
1615
  "type":"structure",
1488
1616
  "required":[
@@ -1523,6 +1651,28 @@
1523
1651
  "error":{"httpStatusCode":404},
1524
1652
  "exception":true
1525
1653
  },
1654
+ "S3Location":{
1655
+ "type":"structure",
1656
+ "members":{
1657
+ "BucketName":{"shape":"string"},
1658
+ "Prefix":{"shape":"string"},
1659
+ "Encryption":{"shape":"Encryption"},
1660
+ "CannedACL":{"shape":"CannedACL"},
1661
+ "AccessControlList":{"shape":"AccessControlPolicyList"},
1662
+ "Tagging":{"shape":"hashmap"},
1663
+ "UserMetadata":{"shape":"hashmap"},
1664
+ "StorageClass":{"shape":"StorageClass"}
1665
+ }
1666
+ },
1667
+ "SelectParameters":{
1668
+ "type":"structure",
1669
+ "members":{
1670
+ "InputSerialization":{"shape":"InputSerialization"},
1671
+ "ExpressionType":{"shape":"ExpressionType"},
1672
+ "Expression":{"shape":"string"},
1673
+ "OutputSerialization":{"shape":"OutputSerialization"}
1674
+ }
1675
+ },
1526
1676
  "ServiceUnavailableException":{
1527
1677
  "type":"structure",
1528
1678
  "members":{
@@ -1596,6 +1746,14 @@
1596
1746
  "Failed"
1597
1747
  ]
1598
1748
  },
1749
+ "StorageClass":{
1750
+ "type":"string",
1751
+ "enum":[
1752
+ "STANDARD",
1753
+ "REDUCED_REDUNDANCY",
1754
+ "STANDARD_IA"
1755
+ ]
1756
+ },
1599
1757
  "Stream":{
1600
1758
  "type":"blob",
1601
1759
  "streaming":true
@@ -1611,6 +1769,14 @@
1611
1769
  "value":{"shape":"TagValue"}
1612
1770
  },
1613
1771
  "TagValue":{"type":"string"},
1772
+ "Type":{
1773
+ "type":"string",
1774
+ "enum":[
1775
+ "AmazonCustomerByEmail",
1776
+ "CanonicalUser",
1777
+ "Group"
1778
+ ]
1779
+ },
1614
1780
  "UploadArchiveInput":{
1615
1781
  "type":"structure",
1616
1782
  "required":[
@@ -1727,6 +1893,11 @@
1727
1893
  }
1728
1894
  },
1729
1895
  "boolean":{"type":"boolean"},
1896
+ "hashmap":{
1897
+ "type":"map",
1898
+ "key":{"shape":"string"},
1899
+ "value":{"shape":"string"}
1900
+ },
1730
1901
  "httpstatus":{"type":"integer"},
1731
1902
  "long":{"type":"long"},
1732
1903
  "string":{"type":"string"}