aws-sdk-core 2.11.215 → 2.11.216
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/es/2015-01-01/api-2.json +7 -0
- data/apis/gamelift/2015-10-01/api-2.json +28 -0
- data/apis/gamelift/2015-10-01/smoke.json +18 -0
- data/apis/medialive/2017-10-14/api-2.json +218 -0
- data/apis/robomaker/2018-06-29/api-2.json +176 -17
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef891f09bddb03abe05dfd273e145a4f7e05aeb8
|
4
|
+
data.tar.gz: d4a9412fa3c4cff66f3a65e9d0a10f4857fb9337
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d26a5be743bfe7f593981b0518043d64eb5dafebdd6cbc4adeec64f6c5d18e178dda55950a89a7a599808dfbc667bc43cb46c1de2dcff62f31dab7e981c9e276
|
7
|
+
data.tar.gz: e2606a4c625e6f407b9a665aab2923e2f1f0fe74c8b1c84208ff7e1474a7e13dbed2c5ff3ae4add7d824ac6cde477b750c1feebdaf24f213359088697840d6e6
|
@@ -755,6 +755,7 @@
|
|
755
755
|
"InstanceCount":{"shape":"IntegerClass"},
|
756
756
|
"DedicatedMasterEnabled":{"shape":"Boolean"},
|
757
757
|
"ZoneAwarenessEnabled":{"shape":"Boolean"},
|
758
|
+
"ZoneAwarenessConfig":{"shape":"ZoneAwarenessConfig"},
|
758
759
|
"DedicatedMasterType":{"shape":"ESPartitionInstanceType"},
|
759
760
|
"DedicatedMasterCount":{"shape":"IntegerClass"}
|
760
761
|
}
|
@@ -1515,6 +1516,12 @@
|
|
1515
1516
|
"gp2",
|
1516
1517
|
"io1"
|
1517
1518
|
]
|
1519
|
+
},
|
1520
|
+
"ZoneAwarenessConfig":{
|
1521
|
+
"type":"structure",
|
1522
|
+
"members":{
|
1523
|
+
"AvailabilityZoneCount":{"shape":"IntegerClass"}
|
1524
|
+
}
|
1518
1525
|
}
|
1519
1526
|
}
|
1520
1527
|
}
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"Amazon GameLift",
|
9
|
+
"serviceId":"GameLift",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"GameLift",
|
11
12
|
"uid":"gamelift-2015-10-01"
|
@@ -279,6 +280,21 @@
|
|
279
280
|
{"shape":"UnsupportedRegionException"}
|
280
281
|
]
|
281
282
|
},
|
283
|
+
"DeleteMatchmakingRuleSet":{
|
284
|
+
"name":"DeleteMatchmakingRuleSet",
|
285
|
+
"http":{
|
286
|
+
"method":"POST",
|
287
|
+
"requestUri":"/"
|
288
|
+
},
|
289
|
+
"input":{"shape":"DeleteMatchmakingRuleSetInput"},
|
290
|
+
"output":{"shape":"DeleteMatchmakingRuleSetOutput"},
|
291
|
+
"errors":[
|
292
|
+
{"shape":"InvalidRequestException"},
|
293
|
+
{"shape":"InternalServiceException"},
|
294
|
+
{"shape":"UnsupportedRegionException"},
|
295
|
+
{"shape":"NotFoundException"}
|
296
|
+
]
|
297
|
+
},
|
282
298
|
"DeleteScalingPolicy":{
|
283
299
|
"name":"DeleteScalingPolicy",
|
284
300
|
"http":{
|
@@ -1425,6 +1441,18 @@
|
|
1425
1441
|
"members":{
|
1426
1442
|
}
|
1427
1443
|
},
|
1444
|
+
"DeleteMatchmakingRuleSetInput":{
|
1445
|
+
"type":"structure",
|
1446
|
+
"required":["Name"],
|
1447
|
+
"members":{
|
1448
|
+
"Name":{"shape":"MatchmakingIdStringModel"}
|
1449
|
+
}
|
1450
|
+
},
|
1451
|
+
"DeleteMatchmakingRuleSetOutput":{
|
1452
|
+
"type":"structure",
|
1453
|
+
"members":{
|
1454
|
+
}
|
1455
|
+
},
|
1428
1456
|
"DeleteScalingPolicyInput":{
|
1429
1457
|
"type":"structure",
|
1430
1458
|
"required":[
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListBuilds",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "DescribePlayerSessions",
|
12
|
+
"input": {
|
13
|
+
"PlayerSessionId": "psess-fakeSessionId"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -160,6 +160,31 @@
|
|
160
160
|
}
|
161
161
|
]
|
162
162
|
},
|
163
|
+
"CreateTags": {
|
164
|
+
"name": "CreateTags",
|
165
|
+
"http": {
|
166
|
+
"method": "POST",
|
167
|
+
"requestUri": "/prod/tags/{resource-arn}",
|
168
|
+
"responseCode": 204
|
169
|
+
},
|
170
|
+
"input": {
|
171
|
+
"shape": "CreateTagsRequest"
|
172
|
+
},
|
173
|
+
"errors": [
|
174
|
+
{
|
175
|
+
"shape": "NotFoundException"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"shape": "BadRequestException"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"shape": "InternalServerErrorException"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"shape": "ForbiddenException"
|
185
|
+
}
|
186
|
+
]
|
187
|
+
},
|
163
188
|
"DeleteChannel": {
|
164
189
|
"name": "DeleteChannel",
|
165
190
|
"http": {
|
@@ -317,6 +342,31 @@
|
|
317
342
|
}
|
318
343
|
]
|
319
344
|
},
|
345
|
+
"DeleteTags": {
|
346
|
+
"name": "DeleteTags",
|
347
|
+
"http": {
|
348
|
+
"method": "DELETE",
|
349
|
+
"requestUri": "/prod/tags/{resource-arn}",
|
350
|
+
"responseCode": 204
|
351
|
+
},
|
352
|
+
"input": {
|
353
|
+
"shape": "DeleteTagsRequest"
|
354
|
+
},
|
355
|
+
"errors": [
|
356
|
+
{
|
357
|
+
"shape": "NotFoundException"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"shape": "BadRequestException"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"shape": "InternalServerErrorException"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"shape": "ForbiddenException"
|
367
|
+
}
|
368
|
+
]
|
369
|
+
},
|
320
370
|
"DescribeChannel": {
|
321
371
|
"name": "DescribeChannel",
|
322
372
|
"http": {
|
@@ -709,6 +759,34 @@
|
|
709
759
|
}
|
710
760
|
]
|
711
761
|
},
|
762
|
+
"ListTagsForResource": {
|
763
|
+
"name": "ListTagsForResource",
|
764
|
+
"http": {
|
765
|
+
"method": "GET",
|
766
|
+
"requestUri": "/prod/tags/{resource-arn}",
|
767
|
+
"responseCode": 200
|
768
|
+
},
|
769
|
+
"input": {
|
770
|
+
"shape": "ListTagsForResourceRequest"
|
771
|
+
},
|
772
|
+
"output": {
|
773
|
+
"shape": "ListTagsForResourceResponse"
|
774
|
+
},
|
775
|
+
"errors": [
|
776
|
+
{
|
777
|
+
"shape": "NotFoundException"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"shape": "BadRequestException"
|
781
|
+
},
|
782
|
+
{
|
783
|
+
"shape": "InternalServerErrorException"
|
784
|
+
},
|
785
|
+
{
|
786
|
+
"shape": "ForbiddenException"
|
787
|
+
}
|
788
|
+
]
|
789
|
+
},
|
712
790
|
"PurchaseOffering": {
|
713
791
|
"name": "PurchaseOffering",
|
714
792
|
"http": {
|
@@ -1958,6 +2036,10 @@
|
|
1958
2036
|
"State": {
|
1959
2037
|
"shape": "ChannelState",
|
1960
2038
|
"locationName": "state"
|
2039
|
+
},
|
2040
|
+
"Tags": {
|
2041
|
+
"shape": "Tags",
|
2042
|
+
"locationName": "tags"
|
1961
2043
|
}
|
1962
2044
|
}
|
1963
2045
|
},
|
@@ -2099,6 +2181,10 @@
|
|
2099
2181
|
"RoleArn": {
|
2100
2182
|
"shape": "__string",
|
2101
2183
|
"locationName": "roleArn"
|
2184
|
+
},
|
2185
|
+
"Tags": {
|
2186
|
+
"shape": "Tags",
|
2187
|
+
"locationName": "tags"
|
2102
2188
|
}
|
2103
2189
|
}
|
2104
2190
|
},
|
@@ -2142,6 +2228,10 @@
|
|
2142
2228
|
"RoleArn": {
|
2143
2229
|
"shape": "__string",
|
2144
2230
|
"locationName": "roleArn"
|
2231
|
+
},
|
2232
|
+
"Tags": {
|
2233
|
+
"shape": "Tags",
|
2234
|
+
"locationName": "tags"
|
2145
2235
|
}
|
2146
2236
|
}
|
2147
2237
|
},
|
@@ -2195,6 +2285,10 @@
|
|
2195
2285
|
"shape": "__listOfInputSourceRequest",
|
2196
2286
|
"locationName": "sources"
|
2197
2287
|
},
|
2288
|
+
"Tags": {
|
2289
|
+
"shape": "Tags",
|
2290
|
+
"locationName": "tags"
|
2291
|
+
},
|
2198
2292
|
"Type": {
|
2199
2293
|
"shape": "InputType",
|
2200
2294
|
"locationName": "type"
|
@@ -2233,6 +2327,10 @@
|
|
2233
2327
|
"shape": "__listOfInputSourceRequest",
|
2234
2328
|
"locationName": "sources"
|
2235
2329
|
},
|
2330
|
+
"Tags": {
|
2331
|
+
"shape": "Tags",
|
2332
|
+
"locationName": "tags"
|
2333
|
+
},
|
2236
2334
|
"Type": {
|
2237
2335
|
"shape": "InputType",
|
2238
2336
|
"locationName": "type"
|
@@ -2260,6 +2358,10 @@
|
|
2260
2358
|
"CreateInputSecurityGroupRequest": {
|
2261
2359
|
"type": "structure",
|
2262
2360
|
"members": {
|
2361
|
+
"Tags": {
|
2362
|
+
"shape": "Tags",
|
2363
|
+
"locationName": "tags"
|
2364
|
+
},
|
2263
2365
|
"WhitelistRules": {
|
2264
2366
|
"shape": "__listOfInputWhitelistRuleCidr",
|
2265
2367
|
"locationName": "whitelistRules"
|
@@ -2284,6 +2386,23 @@
|
|
2284
2386
|
}
|
2285
2387
|
}
|
2286
2388
|
},
|
2389
|
+
"CreateTagsRequest": {
|
2390
|
+
"type": "structure",
|
2391
|
+
"members": {
|
2392
|
+
"ResourceArn": {
|
2393
|
+
"shape": "__string",
|
2394
|
+
"location": "uri",
|
2395
|
+
"locationName": "resource-arn"
|
2396
|
+
},
|
2397
|
+
"Tags": {
|
2398
|
+
"shape": "Tags",
|
2399
|
+
"locationName": "tags"
|
2400
|
+
}
|
2401
|
+
},
|
2402
|
+
"required": [
|
2403
|
+
"ResourceArn"
|
2404
|
+
]
|
2405
|
+
},
|
2287
2406
|
"DeleteChannelRequest": {
|
2288
2407
|
"type": "structure",
|
2289
2408
|
"members": {
|
@@ -2347,6 +2466,10 @@
|
|
2347
2466
|
"State": {
|
2348
2467
|
"shape": "ChannelState",
|
2349
2468
|
"locationName": "state"
|
2469
|
+
},
|
2470
|
+
"Tags": {
|
2471
|
+
"shape": "Tags",
|
2472
|
+
"locationName": "tags"
|
2350
2473
|
}
|
2351
2474
|
}
|
2352
2475
|
},
|
@@ -2472,6 +2595,25 @@
|
|
2472
2595
|
}
|
2473
2596
|
}
|
2474
2597
|
},
|
2598
|
+
"DeleteTagsRequest": {
|
2599
|
+
"type": "structure",
|
2600
|
+
"members": {
|
2601
|
+
"ResourceArn": {
|
2602
|
+
"shape": "__string",
|
2603
|
+
"location": "uri",
|
2604
|
+
"locationName": "resource-arn"
|
2605
|
+
},
|
2606
|
+
"TagKeys": {
|
2607
|
+
"shape": "__listOf__string",
|
2608
|
+
"location": "querystring",
|
2609
|
+
"locationName": "tagKeys"
|
2610
|
+
}
|
2611
|
+
},
|
2612
|
+
"required": [
|
2613
|
+
"TagKeys",
|
2614
|
+
"ResourceArn"
|
2615
|
+
]
|
2616
|
+
},
|
2475
2617
|
"DescribeChannelRequest": {
|
2476
2618
|
"type": "structure",
|
2477
2619
|
"members": {
|
@@ -2535,6 +2677,10 @@
|
|
2535
2677
|
"State": {
|
2536
2678
|
"shape": "ChannelState",
|
2537
2679
|
"locationName": "state"
|
2680
|
+
},
|
2681
|
+
"Tags": {
|
2682
|
+
"shape": "Tags",
|
2683
|
+
"locationName": "tags"
|
2538
2684
|
}
|
2539
2685
|
}
|
2540
2686
|
},
|
@@ -2594,6 +2740,10 @@
|
|
2594
2740
|
"shape": "InputState",
|
2595
2741
|
"locationName": "state"
|
2596
2742
|
},
|
2743
|
+
"Tags": {
|
2744
|
+
"shape": "Tags",
|
2745
|
+
"locationName": "tags"
|
2746
|
+
},
|
2597
2747
|
"Type": {
|
2598
2748
|
"shape": "InputType",
|
2599
2749
|
"locationName": "type"
|
@@ -2632,6 +2782,10 @@
|
|
2632
2782
|
"shape": "InputSecurityGroupState",
|
2633
2783
|
"locationName": "state"
|
2634
2784
|
},
|
2785
|
+
"Tags": {
|
2786
|
+
"shape": "Tags",
|
2787
|
+
"locationName": "tags"
|
2788
|
+
},
|
2635
2789
|
"WhitelistRules": {
|
2636
2790
|
"shape": "__listOfInputWhitelistRule",
|
2637
2791
|
"locationName": "whitelistRules"
|
@@ -4351,6 +4505,10 @@
|
|
4351
4505
|
"shape": "InputState",
|
4352
4506
|
"locationName": "state"
|
4353
4507
|
},
|
4508
|
+
"Tags": {
|
4509
|
+
"shape": "Tags",
|
4510
|
+
"locationName": "tags"
|
4511
|
+
},
|
4354
4512
|
"Type": {
|
4355
4513
|
"shape": "InputType",
|
4356
4514
|
"locationName": "type"
|
@@ -4563,6 +4721,10 @@
|
|
4563
4721
|
"shape": "InputSecurityGroupState",
|
4564
4722
|
"locationName": "state"
|
4565
4723
|
},
|
4724
|
+
"Tags": {
|
4725
|
+
"shape": "Tags",
|
4726
|
+
"locationName": "tags"
|
4727
|
+
},
|
4566
4728
|
"WhitelistRules": {
|
4567
4729
|
"shape": "__listOfInputWhitelistRule",
|
4568
4730
|
"locationName": "whitelistRules"
|
@@ -4581,6 +4743,10 @@
|
|
4581
4743
|
"InputSecurityGroupWhitelistRequest": {
|
4582
4744
|
"type": "structure",
|
4583
4745
|
"members": {
|
4746
|
+
"Tags": {
|
4747
|
+
"shape": "Tags",
|
4748
|
+
"locationName": "tags"
|
4749
|
+
},
|
4584
4750
|
"WhitelistRules": {
|
4585
4751
|
"shape": "__listOfInputWhitelistRuleCidr",
|
4586
4752
|
"locationName": "whitelistRules"
|
@@ -5067,6 +5233,28 @@
|
|
5067
5233
|
}
|
5068
5234
|
}
|
5069
5235
|
},
|
5236
|
+
"ListTagsForResourceRequest": {
|
5237
|
+
"type": "structure",
|
5238
|
+
"members": {
|
5239
|
+
"ResourceArn": {
|
5240
|
+
"shape": "__string",
|
5241
|
+
"location": "uri",
|
5242
|
+
"locationName": "resource-arn"
|
5243
|
+
}
|
5244
|
+
},
|
5245
|
+
"required": [
|
5246
|
+
"ResourceArn"
|
5247
|
+
]
|
5248
|
+
},
|
5249
|
+
"ListTagsForResourceResponse": {
|
5250
|
+
"type": "structure",
|
5251
|
+
"members": {
|
5252
|
+
"Tags": {
|
5253
|
+
"shape": "Tags",
|
5254
|
+
"locationName": "tags"
|
5255
|
+
}
|
5256
|
+
}
|
5257
|
+
},
|
5070
5258
|
"LogLevel": {
|
5071
5259
|
"type": "string",
|
5072
5260
|
"enum": [
|
@@ -6744,6 +6932,10 @@
|
|
6744
6932
|
"State": {
|
6745
6933
|
"shape": "ChannelState",
|
6746
6934
|
"locationName": "state"
|
6935
|
+
},
|
6936
|
+
"Tags": {
|
6937
|
+
"shape": "Tags",
|
6938
|
+
"locationName": "tags"
|
6747
6939
|
}
|
6748
6940
|
}
|
6749
6941
|
},
|
@@ -6887,6 +7079,28 @@
|
|
6887
7079
|
"State": {
|
6888
7080
|
"shape": "ChannelState",
|
6889
7081
|
"locationName": "state"
|
7082
|
+
},
|
7083
|
+
"Tags": {
|
7084
|
+
"shape": "Tags",
|
7085
|
+
"locationName": "tags"
|
7086
|
+
}
|
7087
|
+
}
|
7088
|
+
},
|
7089
|
+
"Tags": {
|
7090
|
+
"type": "map",
|
7091
|
+
"key": {
|
7092
|
+
"shape": "__string"
|
7093
|
+
},
|
7094
|
+
"value": {
|
7095
|
+
"shape": "__string"
|
7096
|
+
}
|
7097
|
+
},
|
7098
|
+
"TagsModel": {
|
7099
|
+
"type": "structure",
|
7100
|
+
"members": {
|
7101
|
+
"Tags": {
|
7102
|
+
"shape": "Tags",
|
7103
|
+
"locationName": "tags"
|
6890
7104
|
}
|
6891
7105
|
}
|
6892
7106
|
},
|
@@ -7217,6 +7431,10 @@
|
|
7217
7431
|
"location": "uri",
|
7218
7432
|
"locationName": "inputSecurityGroupId"
|
7219
7433
|
},
|
7434
|
+
"Tags": {
|
7435
|
+
"shape": "Tags",
|
7436
|
+
"locationName": "tags"
|
7437
|
+
},
|
7220
7438
|
"WhitelistRules": {
|
7221
7439
|
"shape": "__listOfInputWhitelistRuleCidr",
|
7222
7440
|
"locationName": "whitelistRules"
|
@@ -423,6 +423,21 @@
|
|
423
423
|
{"shape":"ThrottlingException"}
|
424
424
|
]
|
425
425
|
},
|
426
|
+
"ListTagsForResource":{
|
427
|
+
"name":"ListTagsForResource",
|
428
|
+
"http":{
|
429
|
+
"method":"GET",
|
430
|
+
"requestUri":"/tags/{resourceArn}"
|
431
|
+
},
|
432
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
433
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
434
|
+
"errors":[
|
435
|
+
{"shape":"InternalServerException"},
|
436
|
+
{"shape":"ResourceNotFoundException"},
|
437
|
+
{"shape":"InvalidParameterException"},
|
438
|
+
{"shape":"ThrottlingException"}
|
439
|
+
]
|
440
|
+
},
|
426
441
|
"RegisterRobot":{
|
427
442
|
"name":"RegisterRobot",
|
428
443
|
"http":{
|
@@ -473,6 +488,36 @@
|
|
473
488
|
{"shape":"IdempotentParameterMismatchException"}
|
474
489
|
]
|
475
490
|
},
|
491
|
+
"TagResource":{
|
492
|
+
"name":"TagResource",
|
493
|
+
"http":{
|
494
|
+
"method":"POST",
|
495
|
+
"requestUri":"/tags/{resourceArn}"
|
496
|
+
},
|
497
|
+
"input":{"shape":"TagResourceRequest"},
|
498
|
+
"output":{"shape":"TagResourceResponse"},
|
499
|
+
"errors":[
|
500
|
+
{"shape":"InternalServerException"},
|
501
|
+
{"shape":"ResourceNotFoundException"},
|
502
|
+
{"shape":"InvalidParameterException"},
|
503
|
+
{"shape":"ThrottlingException"}
|
504
|
+
]
|
505
|
+
},
|
506
|
+
"UntagResource":{
|
507
|
+
"name":"UntagResource",
|
508
|
+
"http":{
|
509
|
+
"method":"DELETE",
|
510
|
+
"requestUri":"/tags/{resourceArn}"
|
511
|
+
},
|
512
|
+
"input":{"shape":"UntagResourceRequest"},
|
513
|
+
"output":{"shape":"UntagResourceResponse"},
|
514
|
+
"errors":[
|
515
|
+
{"shape":"InternalServerException"},
|
516
|
+
{"shape":"ResourceNotFoundException"},
|
517
|
+
{"shape":"InvalidParameterException"},
|
518
|
+
{"shape":"ThrottlingException"}
|
519
|
+
]
|
520
|
+
},
|
476
521
|
"UpdateRobotApplication":{
|
477
522
|
"name":"UpdateRobotApplication",
|
478
523
|
"http":{
|
@@ -582,7 +627,8 @@
|
|
582
627
|
"idempotencyToken":true
|
583
628
|
},
|
584
629
|
"fleet":{"shape":"Arn"},
|
585
|
-
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"}
|
630
|
+
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"},
|
631
|
+
"tags":{"shape":"TagMap"}
|
586
632
|
}
|
587
633
|
},
|
588
634
|
"CreateDeploymentJobResponse":{
|
@@ -595,14 +641,16 @@
|
|
595
641
|
"failureReason":{"shape":"GenericString"},
|
596
642
|
"failureCode":{"shape":"DeploymentJobErrorCode"},
|
597
643
|
"createdAt":{"shape":"CreatedAt"},
|
598
|
-
"deploymentConfig":{"shape":"DeploymentConfig"}
|
644
|
+
"deploymentConfig":{"shape":"DeploymentConfig"},
|
645
|
+
"tags":{"shape":"TagMap"}
|
599
646
|
}
|
600
647
|
},
|
601
648
|
"CreateFleetRequest":{
|
602
649
|
"type":"structure",
|
603
650
|
"required":["name"],
|
604
651
|
"members":{
|
605
|
-
"name":{"shape":"Name"}
|
652
|
+
"name":{"shape":"Name"},
|
653
|
+
"tags":{"shape":"TagMap"}
|
606
654
|
}
|
607
655
|
},
|
608
656
|
"CreateFleetResponse":{
|
@@ -610,7 +658,8 @@
|
|
610
658
|
"members":{
|
611
659
|
"arn":{"shape":"Arn"},
|
612
660
|
"name":{"shape":"Name"},
|
613
|
-
"createdAt":{"shape":"CreatedAt"}
|
661
|
+
"createdAt":{"shape":"CreatedAt"},
|
662
|
+
"tags":{"shape":"TagMap"}
|
614
663
|
}
|
615
664
|
},
|
616
665
|
"CreateRobotApplicationRequest":{
|
@@ -623,7 +672,8 @@
|
|
623
672
|
"members":{
|
624
673
|
"name":{"shape":"Name"},
|
625
674
|
"sources":{"shape":"SourceConfigs"},
|
626
|
-
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"}
|
675
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
676
|
+
"tags":{"shape":"TagMap"}
|
627
677
|
}
|
628
678
|
},
|
629
679
|
"CreateRobotApplicationResponse":{
|
@@ -635,7 +685,8 @@
|
|
635
685
|
"sources":{"shape":"Sources"},
|
636
686
|
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
637
687
|
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
638
|
-
"revisionId":{"shape":"RevisionId"}
|
688
|
+
"revisionId":{"shape":"RevisionId"},
|
689
|
+
"tags":{"shape":"TagMap"}
|
639
690
|
}
|
640
691
|
},
|
641
692
|
"CreateRobotApplicationVersionRequest":{
|
@@ -668,7 +719,8 @@
|
|
668
719
|
"members":{
|
669
720
|
"name":{"shape":"Name"},
|
670
721
|
"architecture":{"shape":"Architecture"},
|
671
|
-
"greengrassGroupId":{"shape":"Id"}
|
722
|
+
"greengrassGroupId":{"shape":"Id"},
|
723
|
+
"tags":{"shape":"TagMap"}
|
672
724
|
}
|
673
725
|
},
|
674
726
|
"CreateRobotResponse":{
|
@@ -678,7 +730,8 @@
|
|
678
730
|
"name":{"shape":"Name"},
|
679
731
|
"createdAt":{"shape":"CreatedAt"},
|
680
732
|
"greengrassGroupId":{"shape":"Id"},
|
681
|
-
"architecture":{"shape":"Architecture"}
|
733
|
+
"architecture":{"shape":"Architecture"},
|
734
|
+
"tags":{"shape":"TagMap"}
|
682
735
|
}
|
683
736
|
},
|
684
737
|
"CreateSimulationApplicationRequest":{
|
@@ -695,7 +748,8 @@
|
|
695
748
|
"sources":{"shape":"SourceConfigs"},
|
696
749
|
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
697
750
|
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
698
|
-
"renderingEngine":{"shape":"RenderingEngine"}
|
751
|
+
"renderingEngine":{"shape":"RenderingEngine"},
|
752
|
+
"tags":{"shape":"TagMap"}
|
699
753
|
}
|
700
754
|
},
|
701
755
|
"CreateSimulationApplicationResponse":{
|
@@ -709,7 +763,8 @@
|
|
709
763
|
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
710
764
|
"renderingEngine":{"shape":"RenderingEngine"},
|
711
765
|
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
712
|
-
"revisionId":{"shape":"RevisionId"}
|
766
|
+
"revisionId":{"shape":"RevisionId"},
|
767
|
+
"tags":{"shape":"TagMap"}
|
713
768
|
}
|
714
769
|
},
|
715
770
|
"CreateSimulationApplicationVersionRequest":{
|
@@ -751,6 +806,7 @@
|
|
751
806
|
"failureBehavior":{"shape":"FailureBehavior"},
|
752
807
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
753
808
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
809
|
+
"tags":{"shape":"TagMap"},
|
754
810
|
"vpcConfig":{"shape":"VPCConfig"}
|
755
811
|
}
|
756
812
|
},
|
@@ -769,6 +825,7 @@
|
|
769
825
|
"iamRole":{"shape":"IamRole"},
|
770
826
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
771
827
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
828
|
+
"tags":{"shape":"TagMap"},
|
772
829
|
"vpcConfig":{"shape":"VPCConfigResponse"}
|
773
830
|
}
|
774
831
|
},
|
@@ -832,7 +889,7 @@
|
|
832
889
|
],
|
833
890
|
"members":{
|
834
891
|
"application":{"shape":"Arn"},
|
835
|
-
"applicationVersion":{"shape":"
|
892
|
+
"applicationVersion":{"shape":"DeploymentVersion"},
|
836
893
|
"launchConfig":{"shape":"DeploymentLaunchConfig"}
|
837
894
|
}
|
838
895
|
},
|
@@ -910,6 +967,12 @@
|
|
910
967
|
"Succeeded"
|
911
968
|
]
|
912
969
|
},
|
970
|
+
"DeploymentVersion":{
|
971
|
+
"type":"string",
|
972
|
+
"max":255,
|
973
|
+
"min":1,
|
974
|
+
"pattern":"[0-9]*"
|
975
|
+
},
|
913
976
|
"DeregisterRobotRequest":{
|
914
977
|
"type":"structure",
|
915
978
|
"required":[
|
@@ -946,7 +1009,8 @@
|
|
946
1009
|
"failureReason":{"shape":"GenericString"},
|
947
1010
|
"failureCode":{"shape":"DeploymentJobErrorCode"},
|
948
1011
|
"createdAt":{"shape":"CreatedAt"},
|
949
|
-
"robotDeploymentSummary":{"shape":"RobotDeploymentSummary"}
|
1012
|
+
"robotDeploymentSummary":{"shape":"RobotDeploymentSummary"},
|
1013
|
+
"tags":{"shape":"TagMap"}
|
950
1014
|
}
|
951
1015
|
},
|
952
1016
|
"DescribeFleetRequest":{
|
@@ -965,7 +1029,8 @@
|
|
965
1029
|
"createdAt":{"shape":"CreatedAt"},
|
966
1030
|
"lastDeploymentStatus":{"shape":"DeploymentStatus"},
|
967
1031
|
"lastDeploymentJob":{"shape":"Arn"},
|
968
|
-
"lastDeploymentTime":{"shape":"CreatedAt"}
|
1032
|
+
"lastDeploymentTime":{"shape":"CreatedAt"},
|
1033
|
+
"tags":{"shape":"TagMap"}
|
969
1034
|
}
|
970
1035
|
},
|
971
1036
|
"DescribeRobotApplicationRequest":{
|
@@ -985,7 +1050,8 @@
|
|
985
1050
|
"sources":{"shape":"Sources"},
|
986
1051
|
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
987
1052
|
"revisionId":{"shape":"RevisionId"},
|
988
|
-
"lastUpdatedAt":{"shape":"LastUpdatedAt"}
|
1053
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1054
|
+
"tags":{"shape":"TagMap"}
|
989
1055
|
}
|
990
1056
|
},
|
991
1057
|
"DescribeRobotRequest":{
|
@@ -1006,7 +1072,8 @@
|
|
1006
1072
|
"createdAt":{"shape":"CreatedAt"},
|
1007
1073
|
"architecture":{"shape":"Architecture"},
|
1008
1074
|
"lastDeploymentJob":{"shape":"Arn"},
|
1009
|
-
"lastDeploymentTime":{"shape":"CreatedAt"}
|
1075
|
+
"lastDeploymentTime":{"shape":"CreatedAt"},
|
1076
|
+
"tags":{"shape":"TagMap"}
|
1010
1077
|
}
|
1011
1078
|
},
|
1012
1079
|
"DescribeSimulationApplicationRequest":{
|
@@ -1028,7 +1095,8 @@
|
|
1028
1095
|
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
1029
1096
|
"renderingEngine":{"shape":"RenderingEngine"},
|
1030
1097
|
"revisionId":{"shape":"RevisionId"},
|
1031
|
-
"lastUpdatedAt":{"shape":"LastUpdatedAt"}
|
1098
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1099
|
+
"tags":{"shape":"TagMap"}
|
1032
1100
|
}
|
1033
1101
|
},
|
1034
1102
|
"DescribeSimulationJobRequest":{
|
@@ -1047,6 +1115,7 @@
|
|
1047
1115
|
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1048
1116
|
"failureBehavior":{"shape":"FailureBehavior"},
|
1049
1117
|
"failureCode":{"shape":"SimulationJobErrorCode"},
|
1118
|
+
"failureReason":{"shape":"GenericString"},
|
1050
1119
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
1051
1120
|
"outputLocation":{"shape":"OutputLocation"},
|
1052
1121
|
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
@@ -1054,6 +1123,7 @@
|
|
1054
1123
|
"iamRole":{"shape":"IamRole"},
|
1055
1124
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
1056
1125
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
1126
|
+
"tags":{"shape":"TagMap"},
|
1057
1127
|
"vpcConfig":{"shape":"VPCConfigResponse"}
|
1058
1128
|
}
|
1059
1129
|
},
|
@@ -1269,6 +1339,23 @@
|
|
1269
1339
|
"nextToken":{"shape":"PaginationToken"}
|
1270
1340
|
}
|
1271
1341
|
},
|
1342
|
+
"ListTagsForResourceRequest":{
|
1343
|
+
"type":"structure",
|
1344
|
+
"required":["resourceArn"],
|
1345
|
+
"members":{
|
1346
|
+
"resourceArn":{
|
1347
|
+
"shape":"Arn",
|
1348
|
+
"location":"uri",
|
1349
|
+
"locationName":"resourceArn"
|
1350
|
+
}
|
1351
|
+
}
|
1352
|
+
},
|
1353
|
+
"ListTagsForResourceResponse":{
|
1354
|
+
"type":"structure",
|
1355
|
+
"members":{
|
1356
|
+
"tags":{"shape":"TagMap"}
|
1357
|
+
}
|
1358
|
+
},
|
1272
1359
|
"MaxResults":{"type":"integer"},
|
1273
1360
|
"Name":{
|
1274
1361
|
"type":"string",
|
@@ -1537,6 +1624,7 @@
|
|
1537
1624
|
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1538
1625
|
"failureBehavior":{"shape":"FailureBehavior"},
|
1539
1626
|
"failureCode":{"shape":"SimulationJobErrorCode"},
|
1627
|
+
"failureReason":{"shape":"GenericString"},
|
1540
1628
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
1541
1629
|
"outputLocation":{"shape":"OutputLocation"},
|
1542
1630
|
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
@@ -1544,6 +1632,7 @@
|
|
1544
1632
|
"iamRole":{"shape":"IamRole"},
|
1545
1633
|
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
1546
1634
|
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
1635
|
+
"tags":{"shape":"TagMap"},
|
1547
1636
|
"vpcConfig":{"shape":"VPCConfigResponse"}
|
1548
1637
|
}
|
1549
1638
|
},
|
@@ -1563,7 +1652,10 @@
|
|
1563
1652
|
"InvalidBundleRobotApplication",
|
1564
1653
|
"InvalidBundleSimulationApplication",
|
1565
1654
|
"RobotApplicationVersionMismatchedEtag",
|
1566
|
-
"SimulationApplicationVersionMismatchedEtag"
|
1655
|
+
"SimulationApplicationVersionMismatchedEtag",
|
1656
|
+
"WrongRegionS3Output",
|
1657
|
+
"WrongRegionRobotApplication",
|
1658
|
+
"WrongRegionSimulationApplication"
|
1567
1659
|
]
|
1568
1660
|
},
|
1569
1661
|
"SimulationJobStatus":{
|
@@ -1676,6 +1768,49 @@
|
|
1676
1768
|
"createdAt":{"shape":"CreatedAt"}
|
1677
1769
|
}
|
1678
1770
|
},
|
1771
|
+
"TagKey":{
|
1772
|
+
"type":"string",
|
1773
|
+
"max":128,
|
1774
|
+
"min":1,
|
1775
|
+
"pattern":"[a-zA-Z0-9 _.\\-\\/+=:]*"
|
1776
|
+
},
|
1777
|
+
"TagKeyList":{
|
1778
|
+
"type":"list",
|
1779
|
+
"member":{"shape":"TagKey"}
|
1780
|
+
},
|
1781
|
+
"TagMap":{
|
1782
|
+
"type":"map",
|
1783
|
+
"key":{"shape":"TagKey"},
|
1784
|
+
"value":{"shape":"TagValue"},
|
1785
|
+
"max":50,
|
1786
|
+
"min":0
|
1787
|
+
},
|
1788
|
+
"TagResourceRequest":{
|
1789
|
+
"type":"structure",
|
1790
|
+
"required":[
|
1791
|
+
"resourceArn",
|
1792
|
+
"tags"
|
1793
|
+
],
|
1794
|
+
"members":{
|
1795
|
+
"resourceArn":{
|
1796
|
+
"shape":"Arn",
|
1797
|
+
"location":"uri",
|
1798
|
+
"locationName":"resourceArn"
|
1799
|
+
},
|
1800
|
+
"tags":{"shape":"TagMap"}
|
1801
|
+
}
|
1802
|
+
},
|
1803
|
+
"TagResourceResponse":{
|
1804
|
+
"type":"structure",
|
1805
|
+
"members":{
|
1806
|
+
}
|
1807
|
+
},
|
1808
|
+
"TagValue":{
|
1809
|
+
"type":"string",
|
1810
|
+
"max":256,
|
1811
|
+
"min":0,
|
1812
|
+
"pattern":"[a-zA-Z0-9 _.\\-\\/+=:]*"
|
1813
|
+
},
|
1679
1814
|
"ThrottlingException":{
|
1680
1815
|
"type":"structure",
|
1681
1816
|
"members":{
|
@@ -1684,6 +1819,30 @@
|
|
1684
1819
|
"error":{"httpStatusCode":400},
|
1685
1820
|
"exception":true
|
1686
1821
|
},
|
1822
|
+
"UntagResourceRequest":{
|
1823
|
+
"type":"structure",
|
1824
|
+
"required":[
|
1825
|
+
"resourceArn",
|
1826
|
+
"tagKeys"
|
1827
|
+
],
|
1828
|
+
"members":{
|
1829
|
+
"resourceArn":{
|
1830
|
+
"shape":"Arn",
|
1831
|
+
"location":"uri",
|
1832
|
+
"locationName":"resourceArn"
|
1833
|
+
},
|
1834
|
+
"tagKeys":{
|
1835
|
+
"shape":"TagKeyList",
|
1836
|
+
"location":"querystring",
|
1837
|
+
"locationName":"tagKeys"
|
1838
|
+
}
|
1839
|
+
}
|
1840
|
+
},
|
1841
|
+
"UntagResourceResponse":{
|
1842
|
+
"type":"structure",
|
1843
|
+
"members":{
|
1844
|
+
}
|
1845
|
+
},
|
1687
1846
|
"UpdateRobotApplicationRequest":{
|
1688
1847
|
"type":"structure",
|
1689
1848
|
"required":[
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.216
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -376,6 +376,7 @@ files:
|
|
376
376
|
- apis/gamelift/2015-10-01/api-2.json
|
377
377
|
- apis/gamelift/2015-10-01/examples-1.json
|
378
378
|
- apis/gamelift/2015-10-01/paginators-1.json
|
379
|
+
- apis/gamelift/2015-10-01/smoke.json
|
379
380
|
- apis/glacier/2012-06-01/api-2.json
|
380
381
|
- apis/glacier/2012-06-01/examples-1.json
|
381
382
|
- apis/glacier/2012-06-01/paginators-1.json
|