aws-sdk-core 2.11.600 → 2.11.605

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,40 @@
12
12
  "uid": "mediapackage-2017-10-12"
13
13
  },
14
14
  "operations": {
15
+ "ConfigureLogs": {
16
+ "errors": [
17
+ {
18
+ "shape": "UnprocessableEntityException"
19
+ },
20
+ {
21
+ "shape": "InternalServerErrorException"
22
+ },
23
+ {
24
+ "shape": "ForbiddenException"
25
+ },
26
+ {
27
+ "shape": "NotFoundException"
28
+ },
29
+ {
30
+ "shape": "ServiceUnavailableException"
31
+ },
32
+ {
33
+ "shape": "TooManyRequestsException"
34
+ }
35
+ ],
36
+ "http": {
37
+ "method": "PUT",
38
+ "requestUri": "/channels/{id}/configure_logs",
39
+ "responseCode": 200
40
+ },
41
+ "input": {
42
+ "shape": "ConfigureLogsRequest"
43
+ },
44
+ "name": "ConfigureLogs",
45
+ "output": {
46
+ "shape": "ConfigureLogsResponse"
47
+ }
48
+ },
15
49
  "CreateChannel": {
16
50
  "errors": [
17
51
  {
@@ -616,6 +650,10 @@
616
650
  "locationName": "description",
617
651
  "shape": "__string"
618
652
  },
653
+ "EgressAccessLogs": {
654
+ "locationName": "egressAccessLogs",
655
+ "shape": "EgressAccessLogs"
656
+ },
619
657
  "HlsIngest": {
620
658
  "locationName": "hlsIngest",
621
659
  "shape": "HlsIngest"
@@ -624,6 +662,10 @@
624
662
  "locationName": "id",
625
663
  "shape": "__string"
626
664
  },
665
+ "IngressAccessLogs": {
666
+ "locationName": "ingressAccessLogs",
667
+ "shape": "IngressAccessLogs"
668
+ },
627
669
  "Tags": {
628
670
  "locationName": "tags",
629
671
  "shape": "Tags"
@@ -739,6 +781,73 @@
739
781
  },
740
782
  "type": "structure"
741
783
  },
784
+ "ConfigureLogsParameters": {
785
+ "members": {
786
+ "EgressAccessLogs": {
787
+ "locationName": "egressAccessLogs",
788
+ "shape": "EgressAccessLogs"
789
+ },
790
+ "IngressAccessLogs": {
791
+ "locationName": "ingressAccessLogs",
792
+ "shape": "IngressAccessLogs"
793
+ }
794
+ },
795
+ "type": "structure"
796
+ },
797
+ "ConfigureLogsRequest": {
798
+ "members": {
799
+ "EgressAccessLogs": {
800
+ "locationName": "egressAccessLogs",
801
+ "shape": "EgressAccessLogs"
802
+ },
803
+ "Id": {
804
+ "location": "uri",
805
+ "locationName": "id",
806
+ "shape": "__string"
807
+ },
808
+ "IngressAccessLogs": {
809
+ "locationName": "ingressAccessLogs",
810
+ "shape": "IngressAccessLogs"
811
+ }
812
+ },
813
+ "required": [
814
+ "Id"
815
+ ],
816
+ "type": "structure"
817
+ },
818
+ "ConfigureLogsResponse": {
819
+ "members": {
820
+ "Arn": {
821
+ "locationName": "arn",
822
+ "shape": "__string"
823
+ },
824
+ "Description": {
825
+ "locationName": "description",
826
+ "shape": "__string"
827
+ },
828
+ "EgressAccessLogs": {
829
+ "locationName": "egressAccessLogs",
830
+ "shape": "EgressAccessLogs"
831
+ },
832
+ "HlsIngest": {
833
+ "locationName": "hlsIngest",
834
+ "shape": "HlsIngest"
835
+ },
836
+ "Id": {
837
+ "locationName": "id",
838
+ "shape": "__string"
839
+ },
840
+ "IngressAccessLogs": {
841
+ "locationName": "ingressAccessLogs",
842
+ "shape": "IngressAccessLogs"
843
+ },
844
+ "Tags": {
845
+ "locationName": "tags",
846
+ "shape": "Tags"
847
+ }
848
+ },
849
+ "type": "structure"
850
+ },
742
851
  "CreateChannelRequest": {
743
852
  "members": {
744
853
  "Description": {
@@ -769,6 +878,10 @@
769
878
  "locationName": "description",
770
879
  "shape": "__string"
771
880
  },
881
+ "EgressAccessLogs": {
882
+ "locationName": "egressAccessLogs",
883
+ "shape": "EgressAccessLogs"
884
+ },
772
885
  "HlsIngest": {
773
886
  "locationName": "hlsIngest",
774
887
  "shape": "HlsIngest"
@@ -777,6 +890,10 @@
777
890
  "locationName": "id",
778
891
  "shape": "__string"
779
892
  },
893
+ "IngressAccessLogs": {
894
+ "locationName": "ingressAccessLogs",
895
+ "shape": "IngressAccessLogs"
896
+ },
780
897
  "Tags": {
781
898
  "locationName": "tags",
782
899
  "shape": "Tags"
@@ -1129,6 +1246,10 @@
1129
1246
  "locationName": "description",
1130
1247
  "shape": "__string"
1131
1248
  },
1249
+ "EgressAccessLogs": {
1250
+ "locationName": "egressAccessLogs",
1251
+ "shape": "EgressAccessLogs"
1252
+ },
1132
1253
  "HlsIngest": {
1133
1254
  "locationName": "hlsIngest",
1134
1255
  "shape": "HlsIngest"
@@ -1137,6 +1258,10 @@
1137
1258
  "locationName": "id",
1138
1259
  "shape": "__string"
1139
1260
  },
1261
+ "IngressAccessLogs": {
1262
+ "locationName": "ingressAccessLogs",
1263
+ "shape": "IngressAccessLogs"
1264
+ },
1140
1265
  "Tags": {
1141
1266
  "locationName": "tags",
1142
1267
  "shape": "Tags"
@@ -1280,6 +1405,15 @@
1280
1405
  },
1281
1406
  "type": "structure"
1282
1407
  },
1408
+ "EgressAccessLogs": {
1409
+ "members": {
1410
+ "LogGroupName": {
1411
+ "locationName": "logGroupName",
1412
+ "shape": "__string"
1413
+ }
1414
+ },
1415
+ "type": "structure"
1416
+ },
1283
1417
  "EncryptionMethod": {
1284
1418
  "enum": [
1285
1419
  "AES_128",
@@ -1577,6 +1711,15 @@
1577
1711
  },
1578
1712
  "type": "structure"
1579
1713
  },
1714
+ "IngressAccessLogs": {
1715
+ "members": {
1716
+ "LogGroupName": {
1717
+ "locationName": "logGroupName",
1718
+ "shape": "__string"
1719
+ }
1720
+ },
1721
+ "type": "structure"
1722
+ },
1580
1723
  "InternalServerErrorException": {
1581
1724
  "error": {
1582
1725
  "httpStatusCode": 500
@@ -2012,6 +2155,10 @@
2012
2155
  "locationName": "description",
2013
2156
  "shape": "__string"
2014
2157
  },
2158
+ "EgressAccessLogs": {
2159
+ "locationName": "egressAccessLogs",
2160
+ "shape": "EgressAccessLogs"
2161
+ },
2015
2162
  "HlsIngest": {
2016
2163
  "locationName": "hlsIngest",
2017
2164
  "shape": "HlsIngest"
@@ -2020,6 +2167,10 @@
2020
2167
  "locationName": "id",
2021
2168
  "shape": "__string"
2022
2169
  },
2170
+ "IngressAccessLogs": {
2171
+ "locationName": "ingressAccessLogs",
2172
+ "shape": "IngressAccessLogs"
2173
+ },
2023
2174
  "Tags": {
2024
2175
  "locationName": "tags",
2025
2176
  "shape": "Tags"
@@ -2056,6 +2207,10 @@
2056
2207
  "locationName": "description",
2057
2208
  "shape": "__string"
2058
2209
  },
2210
+ "EgressAccessLogs": {
2211
+ "locationName": "egressAccessLogs",
2212
+ "shape": "EgressAccessLogs"
2213
+ },
2059
2214
  "HlsIngest": {
2060
2215
  "locationName": "hlsIngest",
2061
2216
  "shape": "HlsIngest"
@@ -2064,6 +2219,10 @@
2064
2219
  "locationName": "id",
2065
2220
  "shape": "__string"
2066
2221
  },
2222
+ "IngressAccessLogs": {
2223
+ "locationName": "ingressAccessLogs",
2224
+ "shape": "IngressAccessLogs"
2225
+ },
2067
2226
  "Tags": {
2068
2227
  "locationName": "tags",
2069
2228
  "shape": "Tags"
@@ -2289,6 +2448,10 @@
2289
2448
  "locationName": "description",
2290
2449
  "shape": "__string"
2291
2450
  },
2451
+ "EgressAccessLogs": {
2452
+ "locationName": "egressAccessLogs",
2453
+ "shape": "EgressAccessLogs"
2454
+ },
2292
2455
  "HlsIngest": {
2293
2456
  "locationName": "hlsIngest",
2294
2457
  "shape": "HlsIngest"
@@ -2297,6 +2460,10 @@
2297
2460
  "locationName": "id",
2298
2461
  "shape": "__string"
2299
2462
  },
2463
+ "IngressAccessLogs": {
2464
+ "locationName": "ingressAccessLogs",
2465
+ "shape": "IngressAccessLogs"
2466
+ },
2300
2467
  "Tags": {
2301
2468
  "locationName": "tags",
2302
2469
  "shape": "Tags"
@@ -7146,7 +7146,8 @@
7146
7146
  "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
7147
7147
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
7148
7148
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
7149
- "DeletionProtection":{"shape":"BooleanOptional"}
7149
+ "DeletionProtection":{"shape":"BooleanOptional"},
7150
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
7150
7151
  }
7151
7152
  },
7152
7153
  "RestoreDBInstanceFromS3Result":{
@@ -7189,7 +7190,8 @@
7189
7190
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
7190
7191
  "DBParameterGroupName":{"shape":"String"},
7191
7192
  "DeletionProtection":{"shape":"BooleanOptional"},
7192
- "SourceDbiResourceId":{"shape":"String"}
7193
+ "SourceDbiResourceId":{"shape":"String"},
7194
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
7193
7195
  }
7194
7196
  },
7195
7197
  "RestoreDBInstanceToPointInTimeResult":{
@@ -2337,7 +2337,8 @@
2337
2337
  "OutputConfig":{"shape":"OutputConfig"},
2338
2338
  "TrainingDataResult":{"shape":"TrainingDataResult"},
2339
2339
  "TestingDataResult":{"shape":"TestingDataResult"},
2340
- "EvaluationResult":{"shape":"EvaluationResult"}
2340
+ "EvaluationResult":{"shape":"EvaluationResult"},
2341
+ "ManifestSummary":{"shape":"GroundTruthManifest"}
2341
2342
  }
2342
2343
  },
2343
2344
  "ProjectVersionDescriptions":{
@@ -2907,7 +2908,8 @@
2907
2908
  "type":"structure",
2908
2909
  "members":{
2909
2910
  "Input":{"shape":"TestingData"},
2910
- "Output":{"shape":"TestingData"}
2911
+ "Output":{"shape":"TestingData"},
2912
+ "Validation":{"shape":"ValidationData"}
2911
2913
  }
2912
2914
  },
2913
2915
  "TextDetection":{
@@ -2962,7 +2964,8 @@
2962
2964
  "type":"structure",
2963
2965
  "members":{
2964
2966
  "Input":{"shape":"TrainingData"},
2965
- "Output":{"shape":"TrainingData"}
2967
+ "Output":{"shape":"TrainingData"},
2968
+ "Validation":{"shape":"ValidationData"}
2966
2969
  }
2967
2970
  },
2968
2971
  "UInteger":{
@@ -2989,6 +2992,12 @@
2989
2992
  "type":"list",
2990
2993
  "member":{"shape":"Url"}
2991
2994
  },
2995
+ "ValidationData":{
2996
+ "type":"structure",
2997
+ "members":{
2998
+ "Assets":{"shape":"Assets"}
2999
+ }
3000
+ },
2992
3001
  "VersionName":{
2993
3002
  "type":"string",
2994
3003
  "max":255,
@@ -1702,6 +1702,13 @@
1702
1702
  "max":63,
1703
1703
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1704
1704
  },
1705
+ "AppNetworkAccessType":{
1706
+ "type":"string",
1707
+ "enum":[
1708
+ "PublicInternetOnly",
1709
+ "VpcOnly"
1710
+ ]
1711
+ },
1705
1712
  "AppSortKey":{
1706
1713
  "type":"string",
1707
1714
  "enum":["CreationTime"]
@@ -2690,7 +2697,8 @@
2690
2697
  "SubnetIds":{"shape":"Subnets"},
2691
2698
  "VpcId":{"shape":"VpcId"},
2692
2699
  "Tags":{"shape":"TagList"},
2693
- "HomeEfsFileSystemKmsKeyId":{"shape":"KmsKeyId"}
2700
+ "HomeEfsFileSystemKmsKeyId":{"shape":"KmsKeyId"},
2701
+ "AppNetworkAccessType":{"shape":"AppNetworkAccessType"}
2694
2702
  }
2695
2703
  },
2696
2704
  "CreateDomainResponse":{
@@ -3711,7 +3719,8 @@
3711
3719
  "HomeEfsFileSystemKmsKeyId":{"shape":"KmsKeyId"},
3712
3720
  "SubnetIds":{"shape":"Subnets"},
3713
3721
  "Url":{"shape":"String1024"},
3714
- "VpcId":{"shape":"VpcId"}
3722
+ "VpcId":{"shape":"VpcId"},
3723
+ "AppNetworkAccessType":{"shape":"AppNetworkAccessType"}
3715
3724
  }
3716
3725
  },
3717
3726
  "DescribeEndpointConfigInput":{
@@ -8399,7 +8408,8 @@
8399
8408
  "sitara_am57x",
8400
8409
  "amba_cv22",
8401
8410
  "x86_win32",
8402
- "x86_win64"
8411
+ "x86_win64",
8412
+ "coreml"
8403
8413
  ]
8404
8414
  },
8405
8415
  "TargetObjectiveMetricValue":{"type":"float"},
@@ -687,6 +687,19 @@
687
687
  {"shape":"OperationNotSupportedException"}
688
688
  ]
689
689
  },
690
+ "GetProvisionedProductOutputs":{
691
+ "name":"GetProvisionedProductOutputs",
692
+ "http":{
693
+ "method":"POST",
694
+ "requestUri":"/"
695
+ },
696
+ "input":{"shape":"GetProvisionedProductOutputsInput"},
697
+ "output":{"shape":"GetProvisionedProductOutputsOutput"},
698
+ "errors":[
699
+ {"shape":"InvalidParametersException"},
700
+ {"shape":"ResourceNotFoundException"}
701
+ ]
702
+ },
690
703
  "ListAcceptedPortfolioShares":{
691
704
  "name":"ListAcceptedPortfolioShares",
692
705
  "http":{
@@ -2223,6 +2236,24 @@
2223
2236
  "AccessStatus":{"shape":"AccessStatus"}
2224
2237
  }
2225
2238
  },
2239
+ "GetProvisionedProductOutputsInput":{
2240
+ "type":"structure",
2241
+ "members":{
2242
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
2243
+ "ProvisionedProductId":{"shape":"Id"},
2244
+ "ProvisionedProductName":{"shape":"ProvisionedProductName"},
2245
+ "OutputKeys":{"shape":"OutputKeys"},
2246
+ "PageSize":{"shape":"PageSize"},
2247
+ "PageToken":{"shape":"PageToken"}
2248
+ }
2249
+ },
2250
+ "GetProvisionedProductOutputsOutput":{
2251
+ "type":"structure",
2252
+ "members":{
2253
+ "Outputs":{"shape":"RecordOutputs"},
2254
+ "NextPageToken":{"shape":"PageToken"}
2255
+ }
2256
+ },
2226
2257
  "HasDefaultPath":{"type":"boolean"},
2227
2258
  "Id":{
2228
2259
  "type":"string",
@@ -2656,6 +2687,11 @@
2656
2687
  "max":1024
2657
2688
  },
2658
2689
  "OutputKey":{"type":"string"},
2690
+ "OutputKeys":{
2691
+ "type":"list",
2692
+ "member":{"shape":"OutputKey"},
2693
+ "max":60
2694
+ },
2659
2695
  "OutputValue":{"type":"string"},
2660
2696
  "PageSize":{
2661
2697
  "type":"integer",
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetProvisionedProductOutputs": {
4
+ "input_token": "PageToken",
5
+ "output_token": "NextPageToken",
6
+ "limit_key": "PageSize"
7
+ },
3
8
  "ListAcceptedPortfolioShares": {
4
9
  "input_token": "PageToken",
5
10
  "output_token": "NextPageToken",
@@ -85,6 +85,22 @@
85
85
  {"shape":"Ec2RequestFailedException"}
86
86
  ]
87
87
  },
88
+ "CreateReturnShippingLabel":{
89
+ "name":"CreateReturnShippingLabel",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"CreateReturnShippingLabelRequest"},
95
+ "output":{"shape":"CreateReturnShippingLabelResult"},
96
+ "errors":[
97
+ {"shape":"InvalidResourceException"},
98
+ {"shape":"InvalidJobStateException"},
99
+ {"shape":"InvalidInputCombinationException"},
100
+ {"shape":"ConflictException"},
101
+ {"shape":"ReturnShippingLabelAlreadyExistsException"}
102
+ ]
103
+ },
88
104
  "DescribeAddress":{
89
105
  "name":"DescribeAddress",
90
106
  "http":{
@@ -134,6 +150,20 @@
134
150
  {"shape":"InvalidResourceException"}
135
151
  ]
136
152
  },
153
+ "DescribeReturnShippingLabel":{
154
+ "name":"DescribeReturnShippingLabel",
155
+ "http":{
156
+ "method":"POST",
157
+ "requestUri":"/"
158
+ },
159
+ "input":{"shape":"DescribeReturnShippingLabelRequest"},
160
+ "output":{"shape":"DescribeReturnShippingLabelResult"},
161
+ "errors":[
162
+ {"shape":"InvalidResourceException"},
163
+ {"shape":"InvalidJobStateException"},
164
+ {"shape":"ConflictException"}
165
+ ]
166
+ },
137
167
  "GetJobManifest":{
138
168
  "name":"GetJobManifest",
139
169
  "http":{
@@ -264,6 +294,19 @@
264
294
  {"shape":"ClusterLimitExceededException"},
265
295
  {"shape":"Ec2RequestFailedException"}
266
296
  ]
297
+ },
298
+ "UpdateJobShipmentState":{
299
+ "name":"UpdateJobShipmentState",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"UpdateJobShipmentStateRequest"},
305
+ "output":{"shape":"UpdateJobShipmentStateResult"},
306
+ "errors":[
307
+ {"shape":"InvalidResourceException"},
308
+ {"shape":"InvalidJobStateException"}
309
+ ]
267
310
  }
268
311
  },
269
312
  "shapes":{
@@ -393,6 +436,14 @@
393
436
  "type":"list",
394
437
  "member":{"shape":"CompatibleImage"}
395
438
  },
439
+ "ConflictException":{
440
+ "type":"structure",
441
+ "members":{
442
+ "ConflictResource":{"shape":"String"},
443
+ "Message":{"shape":"String"}
444
+ },
445
+ "exception":true
446
+ },
396
447
  "CreateAddressRequest":{
397
448
  "type":"structure",
398
449
  "required":["Address"],
@@ -460,6 +511,20 @@
460
511
  "JobId":{"shape":"JobId"}
461
512
  }
462
513
  },
514
+ "CreateReturnShippingLabelRequest":{
515
+ "type":"structure",
516
+ "required":["JobId"],
517
+ "members":{
518
+ "JobId":{"shape":"JobId"},
519
+ "ShippingOption":{"shape":"ShippingOption"}
520
+ }
521
+ },
522
+ "CreateReturnShippingLabelResult":{
523
+ "type":"structure",
524
+ "members":{
525
+ "Status":{"shape":"ShippingLabelStatus"}
526
+ }
527
+ },
463
528
  "DataTransfer":{
464
529
  "type":"structure",
465
530
  "members":{
@@ -523,6 +588,19 @@
523
588
  "SubJobMetadata":{"shape":"JobMetadataList"}
524
589
  }
525
590
  },
591
+ "DescribeReturnShippingLabelRequest":{
592
+ "type":"structure",
593
+ "members":{
594
+ "JobId":{"shape":"JobId"}
595
+ }
596
+ },
597
+ "DescribeReturnShippingLabelResult":{
598
+ "type":"structure",
599
+ "members":{
600
+ "Status":{"shape":"ShippingLabelStatus"},
601
+ "ExpirationDate":{"shape":"Timestamp"}
602
+ }
603
+ },
526
604
  "DeviceConfiguration":{
527
605
  "type":"structure",
528
606
  "members":{
@@ -858,6 +936,13 @@
858
936
  "type":"string",
859
937
  "max":255
860
938
  },
939
+ "ReturnShippingLabelAlreadyExistsException":{
940
+ "type":"structure",
941
+ "members":{
942
+ "Message":{"shape":"String"}
943
+ },
944
+ "exception":true
945
+ },
861
946
  "RoleARN":{
862
947
  "type":"string",
863
948
  "max":255,
@@ -881,6 +966,13 @@
881
966
  "TrackingNumber":{"shape":"String"}
882
967
  }
883
968
  },
969
+ "ShipmentState":{
970
+ "type":"string",
971
+ "enum":[
972
+ "RECEIVED",
973
+ "RETURNED"
974
+ ]
975
+ },
884
976
  "ShippingDetails":{
885
977
  "type":"structure",
886
978
  "members":{
@@ -889,6 +981,15 @@
889
981
  "OutboundShipment":{"shape":"Shipment"}
890
982
  }
891
983
  },
984
+ "ShippingLabelStatus":{
985
+ "type":"string",
986
+ "enum":[
987
+ "InProgress",
988
+ "TimedOut",
989
+ "Succeeded",
990
+ "Failed"
991
+ ]
992
+ },
892
993
  "ShippingOption":{
893
994
  "type":"string",
894
995
  "enum":[
@@ -989,6 +1090,22 @@
989
1090
  "members":{
990
1091
  }
991
1092
  },
1093
+ "UpdateJobShipmentStateRequest":{
1094
+ "type":"structure",
1095
+ "required":[
1096
+ "JobId",
1097
+ "ShipmentState"
1098
+ ],
1099
+ "members":{
1100
+ "JobId":{"shape":"JobId"},
1101
+ "ShipmentState":{"shape":"ShipmentState"}
1102
+ }
1103
+ },
1104
+ "UpdateJobShipmentStateResult":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ }
1108
+ },
992
1109
  "WirelessConnection":{
993
1110
  "type":"structure",
994
1111
  "members":{