aws-sdk-core 2.11.345 → 2.11.346
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.
- checksums.yaml +4 -4
- data/apis/ecs/2014-11-13/api-2.json +35 -3
- data/apis/gamelift/2015-10-01/api-2.json +26 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 832c299cc0828503e950b519adf0ab62c8289168
|
|
4
|
+
data.tar.gz: be7a10434002c9abd5852ba7618e8d4cca8a84bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b124341d329f9ec4b65e085050300adb21e18581e93ff1e05079e8de98f6fd71370f19265fbe43118f35649eb2e33c38ec10a2cdebfaae8646f10a2325817b2d
|
|
7
|
+
data.tar.gz: 7a956856b41dd87645a5883d6d08f39fb54056ebc811201ae8e198c70975f31c98d74cd8a62856691f32442150d07912ac7ad7ebbb7a5b2af9809e82e8d7f77c
|
|
@@ -1540,6 +1540,32 @@
|
|
|
1540
1540
|
"sourcePath":{"shape":"String"}
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
|
+
"InferenceAccelerator":{
|
|
1544
|
+
"type":"structure",
|
|
1545
|
+
"required":[
|
|
1546
|
+
"deviceName",
|
|
1547
|
+
"deviceType"
|
|
1548
|
+
],
|
|
1549
|
+
"members":{
|
|
1550
|
+
"deviceName":{"shape":"String"},
|
|
1551
|
+
"deviceType":{"shape":"String"}
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"InferenceAcceleratorOverride":{
|
|
1555
|
+
"type":"structure",
|
|
1556
|
+
"members":{
|
|
1557
|
+
"deviceName":{"shape":"String"},
|
|
1558
|
+
"deviceType":{"shape":"String"}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"InferenceAcceleratorOverrides":{
|
|
1562
|
+
"type":"list",
|
|
1563
|
+
"member":{"shape":"InferenceAcceleratorOverride"}
|
|
1564
|
+
},
|
|
1565
|
+
"InferenceAccelerators":{
|
|
1566
|
+
"type":"list",
|
|
1567
|
+
"member":{"shape":"InferenceAccelerator"}
|
|
1568
|
+
},
|
|
1543
1569
|
"Integer":{"type":"integer"},
|
|
1544
1570
|
"InvalidParameterException":{
|
|
1545
1571
|
"type":"structure",
|
|
@@ -2045,7 +2071,8 @@
|
|
|
2045
2071
|
"tags":{"shape":"Tags"},
|
|
2046
2072
|
"pidMode":{"shape":"PidMode"},
|
|
2047
2073
|
"ipcMode":{"shape":"IpcMode"},
|
|
2048
|
-
"proxyConfiguration":{"shape":"ProxyConfiguration"}
|
|
2074
|
+
"proxyConfiguration":{"shape":"ProxyConfiguration"},
|
|
2075
|
+
"inferenceAccelerators":{"shape":"InferenceAccelerators"}
|
|
2049
2076
|
}
|
|
2050
2077
|
},
|
|
2051
2078
|
"RegisterTaskDefinitionResponse":{
|
|
@@ -2100,7 +2127,10 @@
|
|
|
2100
2127
|
},
|
|
2101
2128
|
"ResourceType":{
|
|
2102
2129
|
"type":"string",
|
|
2103
|
-
"enum":[
|
|
2130
|
+
"enum":[
|
|
2131
|
+
"GPU",
|
|
2132
|
+
"InferenceAccelerator"
|
|
2133
|
+
]
|
|
2104
2134
|
},
|
|
2105
2135
|
"Resources":{
|
|
2106
2136
|
"type":"list",
|
|
@@ -2504,7 +2534,8 @@
|
|
|
2504
2534
|
"platformVersion":{"shape":"String"},
|
|
2505
2535
|
"attachments":{"shape":"Attachments"},
|
|
2506
2536
|
"healthStatus":{"shape":"HealthStatus"},
|
|
2507
|
-
"tags":{"shape":"Tags"}
|
|
2537
|
+
"tags":{"shape":"Tags"},
|
|
2538
|
+
"inferenceAccelerators":{"shape":"InferenceAccelerators"}
|
|
2508
2539
|
}
|
|
2509
2540
|
},
|
|
2510
2541
|
"TaskDefinition":{
|
|
@@ -2580,6 +2611,7 @@
|
|
|
2580
2611
|
"type":"structure",
|
|
2581
2612
|
"members":{
|
|
2582
2613
|
"containerOverrides":{"shape":"ContainerOverrides"},
|
|
2614
|
+
"inferenceAcceleratorOverrides":{"shape":"InferenceAcceleratorOverrides"},
|
|
2583
2615
|
"taskRoleArn":{"shape":"String"},
|
|
2584
2616
|
"executionRoleArn":{"shape":"String"}
|
|
2585
2617
|
}
|
|
@@ -1233,6 +1233,20 @@
|
|
|
1233
1233
|
"FAILED"
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
1236
|
+
"CertificateConfiguration":{
|
|
1237
|
+
"type":"structure",
|
|
1238
|
+
"required":["CertificateType"],
|
|
1239
|
+
"members":{
|
|
1240
|
+
"CertificateType":{"shape":"CertificateType"}
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"CertificateType":{
|
|
1244
|
+
"type":"string",
|
|
1245
|
+
"enum":[
|
|
1246
|
+
"DISABLED",
|
|
1247
|
+
"GENERATED"
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1236
1250
|
"ComparisonOperatorType":{
|
|
1237
1251
|
"type":"string",
|
|
1238
1252
|
"enum":[
|
|
@@ -1307,7 +1321,8 @@
|
|
|
1307
1321
|
"PeerVpcAwsAccountId":{"shape":"NonZeroAndMaxString"},
|
|
1308
1322
|
"PeerVpcId":{"shape":"NonZeroAndMaxString"},
|
|
1309
1323
|
"FleetType":{"shape":"FleetType"},
|
|
1310
|
-
"InstanceRoleArn":{"shape":"NonEmptyString"}
|
|
1324
|
+
"InstanceRoleArn":{"shape":"NonEmptyString"},
|
|
1325
|
+
"CertificateConfiguration":{"shape":"CertificateConfiguration"}
|
|
1311
1326
|
}
|
|
1312
1327
|
},
|
|
1313
1328
|
"CreateFleetOutput":{
|
|
@@ -1935,6 +1950,7 @@
|
|
|
1935
1950
|
"type":"list",
|
|
1936
1951
|
"member":{"shape":"DesiredPlayerSession"}
|
|
1937
1952
|
},
|
|
1953
|
+
"DnsName":{"type":"string"},
|
|
1938
1954
|
"Double":{"type":"double"},
|
|
1939
1955
|
"DoubleObject":{"type":"double"},
|
|
1940
1956
|
"EC2InstanceCounts":{
|
|
@@ -2085,7 +2101,8 @@
|
|
|
2085
2101
|
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
|
|
2086
2102
|
"MetricGroups":{"shape":"MetricGroupList"},
|
|
2087
2103
|
"StoppedActions":{"shape":"FleetActionList"},
|
|
2088
|
-
"InstanceRoleArn":{"shape":"NonEmptyString"}
|
|
2104
|
+
"InstanceRoleArn":{"shape":"NonEmptyString"},
|
|
2105
|
+
"CertificateConfiguration":{"shape":"CertificateConfiguration"}
|
|
2089
2106
|
}
|
|
2090
2107
|
},
|
|
2091
2108
|
"FleetAttributesList":{
|
|
@@ -2195,6 +2212,7 @@
|
|
|
2195
2212
|
"StatusReason":{"shape":"GameSessionStatusReason"},
|
|
2196
2213
|
"GameProperties":{"shape":"GamePropertyList"},
|
|
2197
2214
|
"IpAddress":{"shape":"IpAddress"},
|
|
2215
|
+
"DnsName":{"shape":"DnsName"},
|
|
2198
2216
|
"Port":{"shape":"PortNumber"},
|
|
2199
2217
|
"PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"},
|
|
2200
2218
|
"CreatorId":{"shape":"NonZeroAndMaxString"},
|
|
@@ -2212,6 +2230,7 @@
|
|
|
2212
2230
|
"members":{
|
|
2213
2231
|
"GameSessionArn":{"shape":"ArnStringModel"},
|
|
2214
2232
|
"IpAddress":{"shape":"StringModel"},
|
|
2233
|
+
"DnsName":{"shape":"DnsName"},
|
|
2215
2234
|
"Port":{"shape":"PositiveInteger"},
|
|
2216
2235
|
"MatchedPlayerSessions":{"shape":"MatchedPlayerSessionList"}
|
|
2217
2236
|
}
|
|
@@ -2259,6 +2278,7 @@
|
|
|
2259
2278
|
"StartTime":{"shape":"Timestamp"},
|
|
2260
2279
|
"EndTime":{"shape":"Timestamp"},
|
|
2261
2280
|
"IpAddress":{"shape":"IpAddress"},
|
|
2281
|
+
"DnsName":{"shape":"DnsName"},
|
|
2262
2282
|
"Port":{"shape":"PortNumber"},
|
|
2263
2283
|
"PlacedPlayerSessions":{"shape":"PlacedPlayerSessionList"},
|
|
2264
2284
|
"GameSessionData":{"shape":"GameSessionData"},
|
|
@@ -2271,7 +2291,8 @@
|
|
|
2271
2291
|
"PENDING",
|
|
2272
2292
|
"FULFILLED",
|
|
2273
2293
|
"CANCELLED",
|
|
2274
|
-
"TIMED_OUT"
|
|
2294
|
+
"TIMED_OUT",
|
|
2295
|
+
"FAILED"
|
|
2275
2296
|
]
|
|
2276
2297
|
},
|
|
2277
2298
|
"GameSessionQueue":{
|
|
@@ -2371,6 +2392,7 @@
|
|
|
2371
2392
|
"FleetId":{"shape":"FleetId"},
|
|
2372
2393
|
"InstanceId":{"shape":"InstanceId"},
|
|
2373
2394
|
"IpAddress":{"shape":"IpAddress"},
|
|
2395
|
+
"DnsName":{"shape":"DnsName"},
|
|
2374
2396
|
"OperatingSystem":{"shape":"OperatingSystem"},
|
|
2375
2397
|
"Type":{"shape":"EC2InstanceType"},
|
|
2376
2398
|
"Status":{"shape":"InstanceStatus"},
|
|
@@ -2794,6 +2816,7 @@
|
|
|
2794
2816
|
"TerminationTime":{"shape":"Timestamp"},
|
|
2795
2817
|
"Status":{"shape":"PlayerSessionStatus"},
|
|
2796
2818
|
"IpAddress":{"shape":"IpAddress"},
|
|
2819
|
+
"DnsName":{"shape":"DnsName"},
|
|
2797
2820
|
"Port":{"shape":"PortNumber"},
|
|
2798
2821
|
"PlayerData":{"shape":"PlayerData"}
|
|
2799
2822
|
}
|
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.346
|
|
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-
|
|
11
|
+
date: 2019-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|