aws-sdk-core 2.11.419 → 2.11.420

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6403f886dfd6e1ee05dada47a949daf073d7779e
4
- data.tar.gz: 612f09f29d9caac481d8b87d386be35ad8120cf1
3
+ metadata.gz: 77995c09ba0c0a9133a2d810154cdc5385e1f155
4
+ data.tar.gz: '09fb8da45e8c296ca0e0d607b52d69a37f983b1f'
5
5
  SHA512:
6
- metadata.gz: e4ab170128787210d2337aa15725a36fe842f0dc5f87a1c0107ed48677de796daf7026fb656a38a6b10d212c0769011811fe09bf9c7e9ac0f6df0f965bf913b8
7
- data.tar.gz: '0759a398f85084c08b451f6ba19c641c3b2d8453cfdd59213cf0303a00bd43eea14f381a111d541a9b61c2b807a8adb9e2a61fbe7a558e49ad920e63e6e2c2cc'
6
+ metadata.gz: 0353e04e7e0dc9b541faaf7c37d5e001e1c21e4dad94508f556995b903d8aa54980194f493bebe66277f78784bc5bd8d69785416741e907d10884a79e7d642c8
7
+ data.tar.gz: 0fe34391a19dcb3ce59d6b2c88ee5717986feb28439c2f2ac81c9a357b03c23144a773d6d6ea8f7929a1455f6e02df7ce43e3e781b87031546012e9d74a63de3
@@ -88,6 +88,32 @@
88
88
  {"shape":"ServiceAccountException"}
89
89
  ]
90
90
  },
91
+ "CreateTestGridProject":{
92
+ "name":"CreateTestGridProject",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"CreateTestGridProjectRequest"},
98
+ "output":{"shape":"CreateTestGridProjectResult"},
99
+ "errors":[
100
+ {"shape":"InternalServiceException"}
101
+ ]
102
+ },
103
+ "CreateTestGridUrl":{
104
+ "name":"CreateTestGridUrl",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/"
108
+ },
109
+ "input":{"shape":"CreateTestGridUrlRequest"},
110
+ "output":{"shape":"CreateTestGridUrlResult"},
111
+ "errors":[
112
+ {"shape":"NotFoundException"},
113
+ {"shape":"ArgumentException"},
114
+ {"shape":"InternalServiceException"}
115
+ ]
116
+ },
91
117
  "CreateUpload":{
92
118
  "name":"CreateUpload",
93
119
  "http":{
@@ -207,6 +233,21 @@
207
233
  {"shape":"ServiceAccountException"}
208
234
  ]
209
235
  },
236
+ "DeleteTestGridProject":{
237
+ "name":"DeleteTestGridProject",
238
+ "http":{
239
+ "method":"POST",
240
+ "requestUri":"/"
241
+ },
242
+ "input":{"shape":"DeleteTestGridProjectRequest"},
243
+ "output":{"shape":"DeleteTestGridProjectResult"},
244
+ "errors":[
245
+ {"shape":"NotFoundException"},
246
+ {"shape":"ArgumentException"},
247
+ {"shape":"CannotDeleteException"},
248
+ {"shape":"InternalServiceException"}
249
+ ]
250
+ },
210
251
  "DeleteUpload":{
211
252
  "name":"DeleteUpload",
212
253
  "http":{
@@ -448,6 +489,34 @@
448
489
  {"shape":"ServiceAccountException"}
449
490
  ]
450
491
  },
492
+ "GetTestGridProject":{
493
+ "name":"GetTestGridProject",
494
+ "http":{
495
+ "method":"POST",
496
+ "requestUri":"/"
497
+ },
498
+ "input":{"shape":"GetTestGridProjectRequest"},
499
+ "output":{"shape":"GetTestGridProjectResult"},
500
+ "errors":[
501
+ {"shape":"NotFoundException"},
502
+ {"shape":"ArgumentException"},
503
+ {"shape":"InternalServiceException"}
504
+ ]
505
+ },
506
+ "GetTestGridSession":{
507
+ "name":"GetTestGridSession",
508
+ "http":{
509
+ "method":"POST",
510
+ "requestUri":"/"
511
+ },
512
+ "input":{"shape":"GetTestGridSessionRequest"},
513
+ "output":{"shape":"GetTestGridSessionResult"},
514
+ "errors":[
515
+ {"shape":"NotFoundException"},
516
+ {"shape":"ArgumentException"},
517
+ {"shape":"InternalServiceException"}
518
+ ]
519
+ },
451
520
  "GetUpload":{
452
521
  "name":"GetUpload",
453
522
  "http":{
@@ -729,10 +798,66 @@
729
798
  "input":{"shape":"ListTagsForResourceRequest"},
730
799
  "output":{"shape":"ListTagsForResourceResponse"},
731
800
  "errors":[
801
+ {"shape":"ArgumentException"},
732
802
  {"shape":"NotFoundException"},
733
803
  {"shape":"TagOperationException"}
734
804
  ]
735
805
  },
806
+ "ListTestGridProjects":{
807
+ "name":"ListTestGridProjects",
808
+ "http":{
809
+ "method":"POST",
810
+ "requestUri":"/"
811
+ },
812
+ "input":{"shape":"ListTestGridProjectsRequest"},
813
+ "output":{"shape":"ListTestGridProjectsResult"},
814
+ "errors":[
815
+ {"shape":"ArgumentException"},
816
+ {"shape":"InternalServiceException"}
817
+ ]
818
+ },
819
+ "ListTestGridSessionActions":{
820
+ "name":"ListTestGridSessionActions",
821
+ "http":{
822
+ "method":"POST",
823
+ "requestUri":"/"
824
+ },
825
+ "input":{"shape":"ListTestGridSessionActionsRequest"},
826
+ "output":{"shape":"ListTestGridSessionActionsResult"},
827
+ "errors":[
828
+ {"shape":"NotFoundException"},
829
+ {"shape":"ArgumentException"},
830
+ {"shape":"InternalServiceException"}
831
+ ]
832
+ },
833
+ "ListTestGridSessionArtifacts":{
834
+ "name":"ListTestGridSessionArtifacts",
835
+ "http":{
836
+ "method":"POST",
837
+ "requestUri":"/"
838
+ },
839
+ "input":{"shape":"ListTestGridSessionArtifactsRequest"},
840
+ "output":{"shape":"ListTestGridSessionArtifactsResult"},
841
+ "errors":[
842
+ {"shape":"NotFoundException"},
843
+ {"shape":"ArgumentException"},
844
+ {"shape":"InternalServiceException"}
845
+ ]
846
+ },
847
+ "ListTestGridSessions":{
848
+ "name":"ListTestGridSessions",
849
+ "http":{
850
+ "method":"POST",
851
+ "requestUri":"/"
852
+ },
853
+ "input":{"shape":"ListTestGridSessionsRequest"},
854
+ "output":{"shape":"ListTestGridSessionsResult"},
855
+ "errors":[
856
+ {"shape":"NotFoundException"},
857
+ {"shape":"ArgumentException"},
858
+ {"shape":"InternalServiceException"}
859
+ ]
860
+ },
736
861
  "ListTests":{
737
862
  "name":"ListTests",
738
863
  "http":{
@@ -893,6 +1018,7 @@
893
1018
  "input":{"shape":"TagResourceRequest"},
894
1019
  "output":{"shape":"TagResourceResponse"},
895
1020
  "errors":[
1021
+ {"shape":"ArgumentException"},
896
1022
  {"shape":"NotFoundException"},
897
1023
  {"shape":"TagOperationException"},
898
1024
  {"shape":"TooManyTagsException"},
@@ -908,6 +1034,7 @@
908
1034
  "input":{"shape":"UntagResourceRequest"},
909
1035
  "output":{"shape":"UntagResourceResponse"},
910
1036
  "errors":[
1037
+ {"shape":"ArgumentException"},
911
1038
  {"shape":"NotFoundException"},
912
1039
  {"shape":"TagOperationException"}
913
1040
  ]
@@ -987,6 +1114,20 @@
987
1114
  {"shape":"ServiceAccountException"}
988
1115
  ]
989
1116
  },
1117
+ "UpdateTestGridProject":{
1118
+ "name":"UpdateTestGridProject",
1119
+ "http":{
1120
+ "method":"POST",
1121
+ "requestUri":"/"
1122
+ },
1123
+ "input":{"shape":"UpdateTestGridProjectRequest"},
1124
+ "output":{"shape":"UpdateTestGridProjectResult"},
1125
+ "errors":[
1126
+ {"shape":"NotFoundException"},
1127
+ {"shape":"ArgumentException"},
1128
+ {"shape":"InternalServiceException"}
1129
+ ]
1130
+ },
990
1131
  "UpdateUpload":{
991
1132
  "name":"UpdateUpload",
992
1133
  "http":{
@@ -1041,7 +1182,8 @@
1041
1182
  "AmazonResourceName":{
1042
1183
  "type":"string",
1043
1184
  "max":1011,
1044
- "min":32
1185
+ "min":32,
1186
+ "pattern":"^arn:.+"
1045
1187
  },
1046
1188
  "AmazonResourceNames":{
1047
1189
  "type":"list",
@@ -1130,6 +1272,13 @@
1130
1272
  "clock":{"shape":"Double"}
1131
1273
  }
1132
1274
  },
1275
+ "CannotDeleteException":{
1276
+ "type":"structure",
1277
+ "members":{
1278
+ "message":{"shape":"Message"}
1279
+ },
1280
+ "exception":true
1281
+ },
1133
1282
  "ClientId":{
1134
1283
  "type":"string",
1135
1284
  "max":64,
@@ -1265,6 +1414,38 @@
1265
1414
  "remoteAccessSession":{"shape":"RemoteAccessSession"}
1266
1415
  }
1267
1416
  },
1417
+ "CreateTestGridProjectRequest":{
1418
+ "type":"structure",
1419
+ "required":["name"],
1420
+ "members":{
1421
+ "name":{"shape":"ResourceName"},
1422
+ "description":{"shape":"ResourceDescription"}
1423
+ }
1424
+ },
1425
+ "CreateTestGridProjectResult":{
1426
+ "type":"structure",
1427
+ "members":{
1428
+ "testGridProject":{"shape":"TestGridProject"}
1429
+ }
1430
+ },
1431
+ "CreateTestGridUrlRequest":{
1432
+ "type":"structure",
1433
+ "required":[
1434
+ "projectArn",
1435
+ "expiresInSeconds"
1436
+ ],
1437
+ "members":{
1438
+ "projectArn":{"shape":"DeviceFarmArn"},
1439
+ "expiresInSeconds":{"shape":"TestGridUrlExpiresInSecondsInput"}
1440
+ }
1441
+ },
1442
+ "CreateTestGridUrlResult":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "url":{"shape":"String"},
1446
+ "expires":{"shape":"DateTime"}
1447
+ }
1448
+ },
1268
1449
  "CreateUploadRequest":{
1269
1450
  "type":"structure",
1270
1451
  "required":[
@@ -1390,6 +1571,18 @@
1390
1571
  "members":{
1391
1572
  }
1392
1573
  },
1574
+ "DeleteTestGridProjectRequest":{
1575
+ "type":"structure",
1576
+ "required":["projectArn"],
1577
+ "members":{
1578
+ "projectArn":{"shape":"DeviceFarmArn"}
1579
+ }
1580
+ },
1581
+ "DeleteTestGridProjectResult":{
1582
+ "type":"structure",
1583
+ "members":{
1584
+ }
1585
+ },
1393
1586
  "DeleteUploadRequest":{
1394
1587
  "type":"structure",
1395
1588
  "required":["arn"],
@@ -1467,6 +1660,12 @@
1467
1660
  "HIGHLY_AVAILABLE"
1468
1661
  ]
1469
1662
  },
1663
+ "DeviceFarmArn":{
1664
+ "type":"string",
1665
+ "max":1011,
1666
+ "min":32,
1667
+ "pattern":"^arn:aws:devicefarm:.+"
1668
+ },
1470
1669
  "DeviceFilter":{
1471
1670
  "type":"structure",
1472
1671
  "members":{
@@ -1821,6 +2020,33 @@
1821
2020
  "suite":{"shape":"Suite"}
1822
2021
  }
1823
2022
  },
2023
+ "GetTestGridProjectRequest":{
2024
+ "type":"structure",
2025
+ "required":["projectArn"],
2026
+ "members":{
2027
+ "projectArn":{"shape":"DeviceFarmArn"}
2028
+ }
2029
+ },
2030
+ "GetTestGridProjectResult":{
2031
+ "type":"structure",
2032
+ "members":{
2033
+ "testGridProject":{"shape":"TestGridProject"}
2034
+ }
2035
+ },
2036
+ "GetTestGridSessionRequest":{
2037
+ "type":"structure",
2038
+ "members":{
2039
+ "projectArn":{"shape":"DeviceFarmArn"},
2040
+ "sessionId":{"shape":"ResourceId"},
2041
+ "sessionArn":{"shape":"DeviceFarmArn"}
2042
+ }
2043
+ },
2044
+ "GetTestGridSessionResult":{
2045
+ "type":"structure",
2046
+ "members":{
2047
+ "testGridSession":{"shape":"TestGridSession"}
2048
+ }
2049
+ },
1824
2050
  "GetTestRequest":{
1825
2051
  "type":"structure",
1826
2052
  "required":["arn"],
@@ -1938,6 +2164,14 @@
1938
2164
  "max":64,
1939
2165
  "min":0
1940
2166
  },
2167
+ "InternalServiceException":{
2168
+ "type":"structure",
2169
+ "members":{
2170
+ "message":{"shape":"Message"}
2171
+ },
2172
+ "exception":true,
2173
+ "fault":true
2174
+ },
1941
2175
  "InvalidOperationException":{
1942
2176
  "type":"structure",
1943
2177
  "members":{
@@ -2207,7 +2441,7 @@
2207
2441
  "type":"structure",
2208
2442
  "required":["ResourceARN"],
2209
2443
  "members":{
2210
- "ResourceARN":{"shape":"AmazonResourceName"}
2444
+ "ResourceARN":{"shape":"DeviceFarmArn"}
2211
2445
  }
2212
2446
  },
2213
2447
  "ListTagsForResourceResponse":{
@@ -2216,6 +2450,74 @@
2216
2450
  "Tags":{"shape":"TagList"}
2217
2451
  }
2218
2452
  },
2453
+ "ListTestGridProjectsRequest":{
2454
+ "type":"structure",
2455
+ "members":{
2456
+ "maxResult":{"shape":"MaxPageSize"},
2457
+ "nextToken":{"shape":"PaginationToken"}
2458
+ }
2459
+ },
2460
+ "ListTestGridProjectsResult":{
2461
+ "type":"structure",
2462
+ "members":{
2463
+ "testGridProjects":{"shape":"TestGridProjects"},
2464
+ "nextToken":{"shape":"PaginationToken"}
2465
+ }
2466
+ },
2467
+ "ListTestGridSessionActionsRequest":{
2468
+ "type":"structure",
2469
+ "required":["sessionArn"],
2470
+ "members":{
2471
+ "sessionArn":{"shape":"DeviceFarmArn"},
2472
+ "maxResult":{"shape":"MaxPageSize"},
2473
+ "nextToken":{"shape":"PaginationToken"}
2474
+ }
2475
+ },
2476
+ "ListTestGridSessionActionsResult":{
2477
+ "type":"structure",
2478
+ "members":{
2479
+ "actions":{"shape":"TestGridSessionActions"},
2480
+ "nextToken":{"shape":"PaginationToken"}
2481
+ }
2482
+ },
2483
+ "ListTestGridSessionArtifactsRequest":{
2484
+ "type":"structure",
2485
+ "required":["sessionArn"],
2486
+ "members":{
2487
+ "sessionArn":{"shape":"DeviceFarmArn"},
2488
+ "type":{"shape":"TestGridSessionArtifactCategory"},
2489
+ "maxResult":{"shape":"MaxPageSize"},
2490
+ "nextToken":{"shape":"PaginationToken"}
2491
+ }
2492
+ },
2493
+ "ListTestGridSessionArtifactsResult":{
2494
+ "type":"structure",
2495
+ "members":{
2496
+ "artifacts":{"shape":"TestGridSessionArtifacts"},
2497
+ "nextToken":{"shape":"PaginationToken"}
2498
+ }
2499
+ },
2500
+ "ListTestGridSessionsRequest":{
2501
+ "type":"structure",
2502
+ "required":["projectArn"],
2503
+ "members":{
2504
+ "projectArn":{"shape":"DeviceFarmArn"},
2505
+ "status":{"shape":"TestGridSessionStatus"},
2506
+ "creationTimeAfter":{"shape":"DateTime"},
2507
+ "creationTimeBefore":{"shape":"DateTime"},
2508
+ "endTimeAfter":{"shape":"DateTime"},
2509
+ "endTimeBefore":{"shape":"DateTime"},
2510
+ "maxResult":{"shape":"MaxPageSize"},
2511
+ "nextToken":{"shape":"PaginationToken"}
2512
+ }
2513
+ },
2514
+ "ListTestGridSessionsResult":{
2515
+ "type":"structure",
2516
+ "members":{
2517
+ "testGridSessions":{"shape":"TestGridSessions"},
2518
+ "nextToken":{"shape":"PaginationToken"}
2519
+ }
2520
+ },
2219
2521
  "ListTestsRequest":{
2220
2522
  "type":"structure",
2221
2523
  "required":["arn"],
@@ -2288,6 +2590,11 @@
2288
2590
  }
2289
2591
  },
2290
2592
  "Long":{"type":"long"},
2593
+ "MaxPageSize":{
2594
+ "type":"integer",
2595
+ "max":1000,
2596
+ "min":1
2597
+ },
2291
2598
  "MaxSlotMap":{
2292
2599
  "type":"map",
2293
2600
  "key":{"shape":"String"},
@@ -2573,6 +2880,24 @@
2573
2880
  "height":{"shape":"Integer"}
2574
2881
  }
2575
2882
  },
2883
+ "ResourceDescription":{
2884
+ "type":"string",
2885
+ "max":2048,
2886
+ "min":1,
2887
+ "pattern":".*\\S.*"
2888
+ },
2889
+ "ResourceId":{
2890
+ "type":"string",
2891
+ "max":128,
2892
+ "min":1,
2893
+ "pattern":".*\\S.*"
2894
+ },
2895
+ "ResourceName":{
2896
+ "type":"string",
2897
+ "max":64,
2898
+ "min":1,
2899
+ "pattern":".*\\S.*"
2900
+ },
2576
2901
  "Rule":{
2577
2902
  "type":"structure",
2578
2903
  "members":{
@@ -2847,7 +3172,7 @@
2847
3172
  "Tags"
2848
3173
  ],
2849
3174
  "members":{
2850
- "ResourceARN":{"shape":"AmazonResourceName"},
3175
+ "ResourceARN":{"shape":"DeviceFarmArn"},
2851
3176
  "Tags":{"shape":"TagList"}
2852
3177
  }
2853
3178
  },
@@ -2877,6 +3202,88 @@
2877
3202
  "deviceMinutes":{"shape":"DeviceMinutes"}
2878
3203
  }
2879
3204
  },
3205
+ "TestGridProject":{
3206
+ "type":"structure",
3207
+ "members":{
3208
+ "arn":{"shape":"DeviceFarmArn"},
3209
+ "name":{"shape":"String"},
3210
+ "description":{"shape":"String"},
3211
+ "created":{"shape":"DateTime"}
3212
+ }
3213
+ },
3214
+ "TestGridProjects":{
3215
+ "type":"list",
3216
+ "member":{"shape":"TestGridProject"}
3217
+ },
3218
+ "TestGridSession":{
3219
+ "type":"structure",
3220
+ "members":{
3221
+ "arn":{"shape":"DeviceFarmArn"},
3222
+ "status":{"shape":"TestGridSessionStatus"},
3223
+ "created":{"shape":"DateTime"},
3224
+ "ended":{"shape":"DateTime"},
3225
+ "billingMinutes":{"shape":"Double"},
3226
+ "seleniumProperties":{"shape":"String"}
3227
+ }
3228
+ },
3229
+ "TestGridSessionAction":{
3230
+ "type":"structure",
3231
+ "members":{
3232
+ "action":{"shape":"String"},
3233
+ "started":{"shape":"DateTime"},
3234
+ "duration":{"shape":"Long"},
3235
+ "statusCode":{"shape":"String"},
3236
+ "requestMethod":{"shape":"String"}
3237
+ }
3238
+ },
3239
+ "TestGridSessionActions":{
3240
+ "type":"list",
3241
+ "member":{"shape":"TestGridSessionAction"}
3242
+ },
3243
+ "TestGridSessionArtifact":{
3244
+ "type":"structure",
3245
+ "members":{
3246
+ "filename":{"shape":"String"},
3247
+ "type":{"shape":"TestGridSessionArtifactType"},
3248
+ "url":{"shape":"String"}
3249
+ }
3250
+ },
3251
+ "TestGridSessionArtifactCategory":{
3252
+ "type":"string",
3253
+ "enum":[
3254
+ "VIDEO",
3255
+ "LOG"
3256
+ ]
3257
+ },
3258
+ "TestGridSessionArtifactType":{
3259
+ "type":"string",
3260
+ "enum":[
3261
+ "UNKNOWN",
3262
+ "VIDEO",
3263
+ "SELENIUM_LOG"
3264
+ ]
3265
+ },
3266
+ "TestGridSessionArtifacts":{
3267
+ "type":"list",
3268
+ "member":{"shape":"TestGridSessionArtifact"}
3269
+ },
3270
+ "TestGridSessionStatus":{
3271
+ "type":"string",
3272
+ "enum":[
3273
+ "ACTIVE",
3274
+ "CLOSED",
3275
+ "ERRORED"
3276
+ ]
3277
+ },
3278
+ "TestGridSessions":{
3279
+ "type":"list",
3280
+ "member":{"shape":"TestGridSession"}
3281
+ },
3282
+ "TestGridUrlExpiresInSecondsInput":{
3283
+ "type":"integer",
3284
+ "max":86400,
3285
+ "min":60
3286
+ },
2880
3287
  "TestParameters":{
2881
3288
  "type":"map",
2882
3289
  "key":{"shape":"String"},
@@ -2959,7 +3366,7 @@
2959
3366
  "TagKeys"
2960
3367
  ],
2961
3368
  "members":{
2962
- "ResourceARN":{"shape":"AmazonResourceName"},
3369
+ "ResourceARN":{"shape":"DeviceFarmArn"},
2963
3370
  "TagKeys":{"shape":"TagKeyList"}
2964
3371
  }
2965
3372
  },
@@ -3058,6 +3465,21 @@
3058
3465
  "project":{"shape":"Project"}
3059
3466
  }
3060
3467
  },
3468
+ "UpdateTestGridProjectRequest":{
3469
+ "type":"structure",
3470
+ "required":["projectArn"],
3471
+ "members":{
3472
+ "projectArn":{"shape":"DeviceFarmArn"},
3473
+ "name":{"shape":"ResourceName"},
3474
+ "description":{"shape":"ResourceDescription"}
3475
+ }
3476
+ },
3477
+ "UpdateTestGridProjectResult":{
3478
+ "type":"structure",
3479
+ "members":{
3480
+ "testGridProject":{"shape":"TestGridProject"}
3481
+ }
3482
+ },
3061
3483
  "UpdateUploadRequest":{
3062
3484
  "type":"structure",
3063
3485
  "required":["arn"],