cdk-lambda-subminute 2.0.438 → 2.0.439
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.
- package/.jsii +4 -4
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +46 -35
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +182 -19
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +165 -93
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +586 -188
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +235 -129
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +67 -42
- package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +205 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +64 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +592 -88
- package/node_modules/aws-sdk/clients/ssm.d.ts +186 -6
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +843 -320
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -125,6 +125,82 @@
|
|
125
125
|
}
|
126
126
|
}
|
127
127
|
},
|
128
|
+
"CreateContainerGroupDefinition": {
|
129
|
+
"input": {
|
130
|
+
"type": "structure",
|
131
|
+
"required": [
|
132
|
+
"Name",
|
133
|
+
"TotalMemoryLimit",
|
134
|
+
"TotalCpuLimit",
|
135
|
+
"ContainerDefinitions",
|
136
|
+
"OperatingSystem"
|
137
|
+
],
|
138
|
+
"members": {
|
139
|
+
"Name": {},
|
140
|
+
"SchedulingStrategy": {},
|
141
|
+
"TotalMemoryLimit": {
|
142
|
+
"type": "integer"
|
143
|
+
},
|
144
|
+
"TotalCpuLimit": {
|
145
|
+
"type": "integer"
|
146
|
+
},
|
147
|
+
"ContainerDefinitions": {
|
148
|
+
"type": "list",
|
149
|
+
"member": {
|
150
|
+
"type": "structure",
|
151
|
+
"required": [
|
152
|
+
"ContainerName",
|
153
|
+
"ImageUri"
|
154
|
+
],
|
155
|
+
"members": {
|
156
|
+
"ContainerName": {},
|
157
|
+
"ImageUri": {},
|
158
|
+
"MemoryLimits": {
|
159
|
+
"shape": "S1n"
|
160
|
+
},
|
161
|
+
"PortConfiguration": {
|
162
|
+
"shape": "S1p"
|
163
|
+
},
|
164
|
+
"Cpu": {
|
165
|
+
"type": "integer"
|
166
|
+
},
|
167
|
+
"HealthCheck": {
|
168
|
+
"shape": "S1v"
|
169
|
+
},
|
170
|
+
"Command": {
|
171
|
+
"shape": "S1w"
|
172
|
+
},
|
173
|
+
"Essential": {
|
174
|
+
"type": "boolean"
|
175
|
+
},
|
176
|
+
"EntryPoint": {
|
177
|
+
"shape": "S23"
|
178
|
+
},
|
179
|
+
"WorkingDirectory": {},
|
180
|
+
"Environment": {
|
181
|
+
"shape": "S24"
|
182
|
+
},
|
183
|
+
"DependsOn": {
|
184
|
+
"shape": "S26"
|
185
|
+
}
|
186
|
+
}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"OperatingSystem": {},
|
190
|
+
"Tags": {
|
191
|
+
"shape": "Su"
|
192
|
+
}
|
193
|
+
}
|
194
|
+
},
|
195
|
+
"output": {
|
196
|
+
"type": "structure",
|
197
|
+
"members": {
|
198
|
+
"ContainerGroupDefinition": {
|
199
|
+
"shape": "S2b"
|
200
|
+
}
|
201
|
+
}
|
202
|
+
}
|
203
|
+
},
|
128
204
|
"CreateFleet": {
|
129
205
|
"input": {
|
130
206
|
"type": "structure",
|
@@ -139,50 +215,69 @@
|
|
139
215
|
"ServerLaunchPath": {},
|
140
216
|
"ServerLaunchParameters": {},
|
141
217
|
"LogPaths": {
|
142
|
-
"shape": "
|
218
|
+
"shape": "S2m"
|
143
219
|
},
|
144
220
|
"EC2InstanceType": {},
|
145
221
|
"EC2InboundPermissions": {
|
146
|
-
"shape": "
|
222
|
+
"shape": "S2o"
|
147
223
|
},
|
148
224
|
"NewGameSessionProtectionPolicy": {},
|
149
225
|
"RuntimeConfiguration": {
|
150
|
-
"shape": "
|
226
|
+
"shape": "S2s"
|
151
227
|
},
|
152
228
|
"ResourceCreationLimitPolicy": {
|
153
|
-
"shape": "
|
229
|
+
"shape": "S2y"
|
154
230
|
},
|
155
231
|
"MetricGroups": {
|
156
|
-
"shape": "
|
232
|
+
"shape": "S30"
|
157
233
|
},
|
158
234
|
"PeerVpcAwsAccountId": {},
|
159
235
|
"PeerVpcId": {},
|
160
236
|
"FleetType": {},
|
161
237
|
"InstanceRoleArn": {},
|
162
238
|
"CertificateConfiguration": {
|
163
|
-
"shape": "
|
239
|
+
"shape": "S33"
|
164
240
|
},
|
165
241
|
"Locations": {
|
166
|
-
"shape": "
|
242
|
+
"shape": "S35"
|
167
243
|
},
|
168
244
|
"Tags": {
|
169
245
|
"shape": "Su"
|
170
246
|
},
|
171
247
|
"ComputeType": {},
|
172
248
|
"AnywhereConfiguration": {
|
173
|
-
"shape": "
|
249
|
+
"shape": "S39"
|
174
250
|
},
|
175
|
-
"InstanceRoleCredentialsProvider": {}
|
251
|
+
"InstanceRoleCredentialsProvider": {},
|
252
|
+
"ContainerGroupsConfiguration": {
|
253
|
+
"type": "structure",
|
254
|
+
"required": [
|
255
|
+
"ContainerGroupDefinitionNames",
|
256
|
+
"ConnectionPortRange"
|
257
|
+
],
|
258
|
+
"members": {
|
259
|
+
"ContainerGroupDefinitionNames": {
|
260
|
+
"type": "list",
|
261
|
+
"member": {}
|
262
|
+
},
|
263
|
+
"ConnectionPortRange": {
|
264
|
+
"shape": "S3f"
|
265
|
+
},
|
266
|
+
"DesiredReplicaContainerGroupsPerInstance": {
|
267
|
+
"type": "integer"
|
268
|
+
}
|
269
|
+
}
|
270
|
+
}
|
176
271
|
}
|
177
272
|
},
|
178
273
|
"output": {
|
179
274
|
"type": "structure",
|
180
275
|
"members": {
|
181
276
|
"FleetAttributes": {
|
182
|
-
"shape": "
|
277
|
+
"shape": "S3i"
|
183
278
|
},
|
184
279
|
"LocationStates": {
|
185
|
-
"shape": "
|
280
|
+
"shape": "S3t"
|
186
281
|
}
|
187
282
|
}
|
188
283
|
}
|
@@ -197,7 +292,7 @@
|
|
197
292
|
"members": {
|
198
293
|
"FleetId": {},
|
199
294
|
"Locations": {
|
200
|
-
"shape": "
|
295
|
+
"shape": "S35"
|
201
296
|
}
|
202
297
|
}
|
203
298
|
},
|
@@ -207,7 +302,7 @@
|
|
207
302
|
"FleetId": {},
|
208
303
|
"FleetArn": {},
|
209
304
|
"LocationStates": {
|
210
|
-
"shape": "
|
305
|
+
"shape": "S3t"
|
211
306
|
}
|
212
307
|
}
|
213
308
|
}
|
@@ -241,7 +336,7 @@
|
|
241
336
|
}
|
242
337
|
},
|
243
338
|
"InstanceDefinitions": {
|
244
|
-
"shape": "
|
339
|
+
"shape": "S44"
|
245
340
|
},
|
246
341
|
"AutoScalingPolicy": {
|
247
342
|
"type": "structure",
|
@@ -280,7 +375,7 @@
|
|
280
375
|
"type": "structure",
|
281
376
|
"members": {
|
282
377
|
"GameServerGroup": {
|
283
|
-
"shape": "
|
378
|
+
"shape": "S4g"
|
284
379
|
}
|
285
380
|
}
|
286
381
|
}
|
@@ -299,7 +394,7 @@
|
|
299
394
|
},
|
300
395
|
"Name": {},
|
301
396
|
"GameProperties": {
|
302
|
-
"shape": "
|
397
|
+
"shape": "S4n"
|
303
398
|
},
|
304
399
|
"CreatorId": {},
|
305
400
|
"GameSessionId": {},
|
@@ -312,7 +407,7 @@
|
|
312
407
|
"type": "structure",
|
313
408
|
"members": {
|
314
409
|
"GameSession": {
|
315
|
-
"shape": "
|
410
|
+
"shape": "S4u"
|
316
411
|
}
|
317
412
|
}
|
318
413
|
}
|
@@ -329,16 +424,16 @@
|
|
329
424
|
"type": "integer"
|
330
425
|
},
|
331
426
|
"PlayerLatencyPolicies": {
|
332
|
-
"shape": "
|
427
|
+
"shape": "S53"
|
333
428
|
},
|
334
429
|
"Destinations": {
|
335
|
-
"shape": "
|
430
|
+
"shape": "S55"
|
336
431
|
},
|
337
432
|
"FilterConfiguration": {
|
338
|
-
"shape": "
|
433
|
+
"shape": "S58"
|
339
434
|
},
|
340
435
|
"PriorityConfiguration": {
|
341
|
-
"shape": "
|
436
|
+
"shape": "S5a"
|
342
437
|
},
|
343
438
|
"CustomEventData": {},
|
344
439
|
"NotificationTarget": {},
|
@@ -351,7 +446,7 @@
|
|
351
446
|
"type": "structure",
|
352
447
|
"members": {
|
353
448
|
"GameSessionQueue": {
|
354
|
-
"shape": "
|
449
|
+
"shape": "S5g"
|
355
450
|
}
|
356
451
|
}
|
357
452
|
}
|
@@ -373,7 +468,7 @@
|
|
373
468
|
"type": "structure",
|
374
469
|
"members": {
|
375
470
|
"Location": {
|
376
|
-
"shape": "
|
471
|
+
"shape": "S5l"
|
377
472
|
}
|
378
473
|
}
|
379
474
|
}
|
@@ -391,7 +486,7 @@
|
|
391
486
|
"Name": {},
|
392
487
|
"Description": {},
|
393
488
|
"GameSessionQueueArns": {
|
394
|
-
"shape": "
|
489
|
+
"shape": "S5o"
|
395
490
|
},
|
396
491
|
"RequestTimeoutSeconds": {
|
397
492
|
"type": "integer"
|
@@ -409,7 +504,7 @@
|
|
409
504
|
},
|
410
505
|
"CustomEventData": {},
|
411
506
|
"GameProperties": {
|
412
|
-
"shape": "
|
507
|
+
"shape": "S4n"
|
413
508
|
},
|
414
509
|
"GameSessionData": {},
|
415
510
|
"BackfillMode": {},
|
@@ -423,7 +518,7 @@
|
|
423
518
|
"type": "structure",
|
424
519
|
"members": {
|
425
520
|
"Configuration": {
|
426
|
-
"shape": "
|
521
|
+
"shape": "S5y"
|
427
522
|
}
|
428
523
|
}
|
429
524
|
}
|
@@ -450,7 +545,7 @@
|
|
450
545
|
],
|
451
546
|
"members": {
|
452
547
|
"RuleSet": {
|
453
|
-
"shape": "
|
548
|
+
"shape": "S64"
|
454
549
|
}
|
455
550
|
}
|
456
551
|
}
|
@@ -474,7 +569,7 @@
|
|
474
569
|
"type": "structure",
|
475
570
|
"members": {
|
476
571
|
"PlayerSession": {
|
477
|
-
"shape": "
|
572
|
+
"shape": "S68"
|
478
573
|
}
|
479
574
|
}
|
480
575
|
}
|
@@ -506,7 +601,7 @@
|
|
506
601
|
"type": "structure",
|
507
602
|
"members": {
|
508
603
|
"PlayerSessions": {
|
509
|
-
"shape": "
|
604
|
+
"shape": "S6f"
|
510
605
|
}
|
511
606
|
}
|
512
607
|
}
|
@@ -532,7 +627,7 @@
|
|
532
627
|
"type": "structure",
|
533
628
|
"members": {
|
534
629
|
"Script": {
|
535
|
-
"shape": "
|
630
|
+
"shape": "S6j"
|
536
631
|
}
|
537
632
|
}
|
538
633
|
}
|
@@ -553,7 +648,7 @@
|
|
553
648
|
"type": "structure",
|
554
649
|
"members": {
|
555
650
|
"VpcPeeringAuthorization": {
|
556
|
-
"shape": "
|
651
|
+
"shape": "S6m"
|
557
652
|
}
|
558
653
|
}
|
559
654
|
}
|
@@ -599,6 +694,17 @@
|
|
599
694
|
}
|
600
695
|
}
|
601
696
|
},
|
697
|
+
"DeleteContainerGroupDefinition": {
|
698
|
+
"input": {
|
699
|
+
"type": "structure",
|
700
|
+
"required": [
|
701
|
+
"Name"
|
702
|
+
],
|
703
|
+
"members": {
|
704
|
+
"Name": {}
|
705
|
+
}
|
706
|
+
}
|
707
|
+
},
|
602
708
|
"DeleteFleet": {
|
603
709
|
"input": {
|
604
710
|
"type": "structure",
|
@@ -620,7 +726,7 @@
|
|
620
726
|
"members": {
|
621
727
|
"FleetId": {},
|
622
728
|
"Locations": {
|
623
|
-
"shape": "
|
729
|
+
"shape": "S59"
|
624
730
|
}
|
625
731
|
}
|
626
732
|
},
|
@@ -630,7 +736,7 @@
|
|
630
736
|
"FleetId": {},
|
631
737
|
"FleetArn": {},
|
632
738
|
"LocationStates": {
|
633
|
-
"shape": "
|
739
|
+
"shape": "S3t"
|
634
740
|
}
|
635
741
|
}
|
636
742
|
}
|
@@ -650,7 +756,7 @@
|
|
650
756
|
"type": "structure",
|
651
757
|
"members": {
|
652
758
|
"GameServerGroup": {
|
653
|
-
"shape": "
|
759
|
+
"shape": "S4g"
|
654
760
|
}
|
655
761
|
}
|
656
762
|
}
|
@@ -857,7 +963,26 @@
|
|
857
963
|
"type": "structure",
|
858
964
|
"members": {
|
859
965
|
"Compute": {
|
860
|
-
"shape": "
|
966
|
+
"shape": "S7p"
|
967
|
+
}
|
968
|
+
}
|
969
|
+
}
|
970
|
+
},
|
971
|
+
"DescribeContainerGroupDefinition": {
|
972
|
+
"input": {
|
973
|
+
"type": "structure",
|
974
|
+
"required": [
|
975
|
+
"Name"
|
976
|
+
],
|
977
|
+
"members": {
|
978
|
+
"Name": {}
|
979
|
+
}
|
980
|
+
},
|
981
|
+
"output": {
|
982
|
+
"type": "structure",
|
983
|
+
"members": {
|
984
|
+
"ContainerGroupDefinition": {
|
985
|
+
"shape": "S2b"
|
861
986
|
}
|
862
987
|
}
|
863
988
|
}
|
@@ -897,7 +1022,7 @@
|
|
897
1022
|
"type": "structure",
|
898
1023
|
"members": {
|
899
1024
|
"FleetIds": {
|
900
|
-
"shape": "
|
1025
|
+
"shape": "S86"
|
901
1026
|
},
|
902
1027
|
"Limit": {
|
903
1028
|
"type": "integer"
|
@@ -911,7 +1036,7 @@
|
|
911
1036
|
"FleetAttributes": {
|
912
1037
|
"type": "list",
|
913
1038
|
"member": {
|
914
|
-
"shape": "
|
1039
|
+
"shape": "S3i"
|
915
1040
|
}
|
916
1041
|
},
|
917
1042
|
"NextToken": {}
|
@@ -923,7 +1048,7 @@
|
|
923
1048
|
"type": "structure",
|
924
1049
|
"members": {
|
925
1050
|
"FleetIds": {
|
926
|
-
"shape": "
|
1051
|
+
"shape": "S86"
|
927
1052
|
},
|
928
1053
|
"Limit": {
|
929
1054
|
"type": "integer"
|
@@ -937,7 +1062,7 @@
|
|
937
1062
|
"FleetCapacity": {
|
938
1063
|
"type": "list",
|
939
1064
|
"member": {
|
940
|
-
"shape": "
|
1065
|
+
"shape": "S8c"
|
941
1066
|
}
|
942
1067
|
},
|
943
1068
|
"NextToken": {}
|
@@ -979,7 +1104,10 @@
|
|
979
1104
|
"EventTime": {
|
980
1105
|
"type": "timestamp"
|
981
1106
|
},
|
982
|
-
"PreSignedLogUrl": {}
|
1107
|
+
"PreSignedLogUrl": {},
|
1108
|
+
"Count": {
|
1109
|
+
"type": "long"
|
1110
|
+
}
|
983
1111
|
}
|
984
1112
|
}
|
985
1113
|
},
|
@@ -996,7 +1124,7 @@
|
|
996
1124
|
"members": {
|
997
1125
|
"FleetId": {},
|
998
1126
|
"Locations": {
|
999
|
-
"shape": "
|
1127
|
+
"shape": "S59"
|
1000
1128
|
},
|
1001
1129
|
"Limit": {
|
1002
1130
|
"type": "integer"
|
@@ -1015,10 +1143,10 @@
|
|
1015
1143
|
"type": "structure",
|
1016
1144
|
"members": {
|
1017
1145
|
"LocationState": {
|
1018
|
-
"shape": "
|
1146
|
+
"shape": "S3u"
|
1019
1147
|
},
|
1020
1148
|
"StoppedActions": {
|
1021
|
-
"shape": "
|
1149
|
+
"shape": "S3n"
|
1022
1150
|
},
|
1023
1151
|
"UpdateStatus": {}
|
1024
1152
|
}
|
@@ -1044,7 +1172,7 @@
|
|
1044
1172
|
"type": "structure",
|
1045
1173
|
"members": {
|
1046
1174
|
"FleetCapacity": {
|
1047
|
-
"shape": "
|
1175
|
+
"shape": "S8c"
|
1048
1176
|
}
|
1049
1177
|
}
|
1050
1178
|
}
|
@@ -1065,7 +1193,7 @@
|
|
1065
1193
|
"type": "structure",
|
1066
1194
|
"members": {
|
1067
1195
|
"FleetUtilization": {
|
1068
|
-
"shape": "
|
1196
|
+
"shape": "S8u"
|
1069
1197
|
}
|
1070
1198
|
}
|
1071
1199
|
}
|
@@ -1087,7 +1215,7 @@
|
|
1087
1215
|
"FleetId": {},
|
1088
1216
|
"FleetArn": {},
|
1089
1217
|
"InboundPermissions": {
|
1090
|
-
"shape": "
|
1218
|
+
"shape": "S2o"
|
1091
1219
|
},
|
1092
1220
|
"UpdateStatus": {},
|
1093
1221
|
"Location": {}
|
@@ -1099,7 +1227,7 @@
|
|
1099
1227
|
"type": "structure",
|
1100
1228
|
"members": {
|
1101
1229
|
"FleetIds": {
|
1102
|
-
"shape": "
|
1230
|
+
"shape": "S86"
|
1103
1231
|
},
|
1104
1232
|
"Limit": {
|
1105
1233
|
"type": "integer"
|
@@ -1113,7 +1241,7 @@
|
|
1113
1241
|
"FleetUtilization": {
|
1114
1242
|
"type": "list",
|
1115
1243
|
"member": {
|
1116
|
-
"shape": "
|
1244
|
+
"shape": "S8u"
|
1117
1245
|
}
|
1118
1246
|
},
|
1119
1247
|
"NextToken": {}
|
@@ -1155,7 +1283,7 @@
|
|
1155
1283
|
"type": "structure",
|
1156
1284
|
"members": {
|
1157
1285
|
"GameServerGroup": {
|
1158
|
-
"shape": "
|
1286
|
+
"shape": "S4g"
|
1159
1287
|
}
|
1160
1288
|
}
|
1161
1289
|
}
|
@@ -1221,7 +1349,7 @@
|
|
1221
1349
|
"type": "structure",
|
1222
1350
|
"members": {
|
1223
1351
|
"GameSession": {
|
1224
|
-
"shape": "
|
1352
|
+
"shape": "S4u"
|
1225
1353
|
},
|
1226
1354
|
"ProtectionPolicy": {}
|
1227
1355
|
}
|
@@ -1245,7 +1373,7 @@
|
|
1245
1373
|
"type": "structure",
|
1246
1374
|
"members": {
|
1247
1375
|
"GameSessionPlacement": {
|
1248
|
-
"shape": "
|
1376
|
+
"shape": "S9g"
|
1249
1377
|
}
|
1250
1378
|
}
|
1251
1379
|
}
|
@@ -1270,7 +1398,7 @@
|
|
1270
1398
|
"GameSessionQueues": {
|
1271
1399
|
"type": "list",
|
1272
1400
|
"member": {
|
1273
|
-
"shape": "
|
1401
|
+
"shape": "S5g"
|
1274
1402
|
}
|
1275
1403
|
},
|
1276
1404
|
"NextToken": {}
|
@@ -1296,7 +1424,7 @@
|
|
1296
1424
|
"type": "structure",
|
1297
1425
|
"members": {
|
1298
1426
|
"GameSessions": {
|
1299
|
-
"shape": "
|
1427
|
+
"shape": "S9t"
|
1300
1428
|
},
|
1301
1429
|
"NextToken": {}
|
1302
1430
|
}
|
@@ -1330,7 +1458,7 @@
|
|
1330
1458
|
"FleetArn": {},
|
1331
1459
|
"InstanceId": {},
|
1332
1460
|
"IpAddress": {
|
1333
|
-
"shape": "
|
1461
|
+
"shape": "S4x"
|
1334
1462
|
},
|
1335
1463
|
"DnsName": {},
|
1336
1464
|
"OperatingSystem": {},
|
@@ -1366,7 +1494,7 @@
|
|
1366
1494
|
"TicketList": {
|
1367
1495
|
"type": "list",
|
1368
1496
|
"member": {
|
1369
|
-
"shape": "
|
1497
|
+
"shape": "Sa3"
|
1370
1498
|
}
|
1371
1499
|
}
|
1372
1500
|
}
|
@@ -1393,7 +1521,7 @@
|
|
1393
1521
|
"Configurations": {
|
1394
1522
|
"type": "list",
|
1395
1523
|
"member": {
|
1396
|
-
"shape": "
|
1524
|
+
"shape": "S5y"
|
1397
1525
|
}
|
1398
1526
|
},
|
1399
1527
|
"NextToken": {}
|
@@ -1423,7 +1551,7 @@
|
|
1423
1551
|
"RuleSets": {
|
1424
1552
|
"type": "list",
|
1425
1553
|
"member": {
|
1426
|
-
"shape": "
|
1554
|
+
"shape": "S64"
|
1427
1555
|
}
|
1428
1556
|
},
|
1429
1557
|
"NextToken": {}
|
@@ -1450,7 +1578,7 @@
|
|
1450
1578
|
"type": "structure",
|
1451
1579
|
"members": {
|
1452
1580
|
"PlayerSessions": {
|
1453
|
-
"shape": "
|
1581
|
+
"shape": "S6f"
|
1454
1582
|
},
|
1455
1583
|
"NextToken": {}
|
1456
1584
|
}
|
@@ -1470,7 +1598,7 @@
|
|
1470
1598
|
"type": "structure",
|
1471
1599
|
"members": {
|
1472
1600
|
"RuntimeConfiguration": {
|
1473
|
-
"shape": "
|
1601
|
+
"shape": "S2s"
|
1474
1602
|
}
|
1475
1603
|
}
|
1476
1604
|
}
|
@@ -1517,7 +1645,7 @@
|
|
1517
1645
|
"MetricName": {},
|
1518
1646
|
"PolicyType": {},
|
1519
1647
|
"TargetConfiguration": {
|
1520
|
-
"shape": "
|
1648
|
+
"shape": "Sb6"
|
1521
1649
|
},
|
1522
1650
|
"UpdateStatus": {},
|
1523
1651
|
"Location": {}
|
@@ -1542,7 +1670,7 @@
|
|
1542
1670
|
"type": "structure",
|
1543
1671
|
"members": {
|
1544
1672
|
"Script": {
|
1545
|
-
"shape": "
|
1673
|
+
"shape": "S6j"
|
1546
1674
|
}
|
1547
1675
|
}
|
1548
1676
|
}
|
@@ -1558,7 +1686,7 @@
|
|
1558
1686
|
"VpcPeeringAuthorizations": {
|
1559
1687
|
"type": "list",
|
1560
1688
|
"member": {
|
1561
|
-
"shape": "
|
1689
|
+
"shape": "S6m"
|
1562
1690
|
}
|
1563
1691
|
}
|
1564
1692
|
}
|
@@ -1619,7 +1747,8 @@
|
|
1619
1747
|
"ComputeArn": {},
|
1620
1748
|
"Credentials": {
|
1621
1749
|
"shape": "S1d"
|
1622
|
-
}
|
1750
|
+
},
|
1751
|
+
"Target": {}
|
1623
1752
|
}
|
1624
1753
|
}
|
1625
1754
|
},
|
@@ -1687,7 +1816,7 @@
|
|
1687
1816
|
"FleetId": {},
|
1688
1817
|
"InstanceId": {},
|
1689
1818
|
"IpAddress": {
|
1690
|
-
"shape": "
|
1819
|
+
"shape": "S4x"
|
1691
1820
|
},
|
1692
1821
|
"OperatingSystem": {},
|
1693
1822
|
"Credentials": {
|
@@ -1773,7 +1902,31 @@
|
|
1773
1902
|
"ComputeList": {
|
1774
1903
|
"type": "list",
|
1775
1904
|
"member": {
|
1776
|
-
"shape": "
|
1905
|
+
"shape": "S7p"
|
1906
|
+
}
|
1907
|
+
},
|
1908
|
+
"NextToken": {}
|
1909
|
+
}
|
1910
|
+
}
|
1911
|
+
},
|
1912
|
+
"ListContainerGroupDefinitions": {
|
1913
|
+
"input": {
|
1914
|
+
"type": "structure",
|
1915
|
+
"members": {
|
1916
|
+
"SchedulingStrategy": {},
|
1917
|
+
"Limit": {
|
1918
|
+
"type": "integer"
|
1919
|
+
},
|
1920
|
+
"NextToken": {}
|
1921
|
+
}
|
1922
|
+
},
|
1923
|
+
"output": {
|
1924
|
+
"type": "structure",
|
1925
|
+
"members": {
|
1926
|
+
"ContainerGroupDefinitions": {
|
1927
|
+
"type": "list",
|
1928
|
+
"member": {
|
1929
|
+
"shape": "S2b"
|
1777
1930
|
}
|
1778
1931
|
},
|
1779
1932
|
"NextToken": {}
|
@@ -1786,6 +1939,7 @@
|
|
1786
1939
|
"members": {
|
1787
1940
|
"BuildId": {},
|
1788
1941
|
"ScriptId": {},
|
1942
|
+
"ContainerGroupDefinitionName": {},
|
1789
1943
|
"Limit": {
|
1790
1944
|
"type": "integer"
|
1791
1945
|
},
|
@@ -1819,7 +1973,7 @@
|
|
1819
1973
|
"GameServerGroups": {
|
1820
1974
|
"type": "list",
|
1821
1975
|
"member": {
|
1822
|
-
"shape": "
|
1976
|
+
"shape": "S4g"
|
1823
1977
|
}
|
1824
1978
|
},
|
1825
1979
|
"NextToken": {}
|
@@ -1874,7 +2028,7 @@
|
|
1874
2028
|
"Locations": {
|
1875
2029
|
"type": "list",
|
1876
2030
|
"member": {
|
1877
|
-
"shape": "
|
2031
|
+
"shape": "S5l"
|
1878
2032
|
}
|
1879
2033
|
},
|
1880
2034
|
"NextToken": {}
|
@@ -1897,7 +2051,7 @@
|
|
1897
2051
|
"Scripts": {
|
1898
2052
|
"type": "list",
|
1899
2053
|
"member": {
|
1900
|
-
"shape": "
|
2054
|
+
"shape": "S6j"
|
1901
2055
|
}
|
1902
2056
|
},
|
1903
2057
|
"NextToken": {}
|
@@ -1948,7 +2102,7 @@
|
|
1948
2102
|
"MetricName": {},
|
1949
2103
|
"PolicyType": {},
|
1950
2104
|
"TargetConfiguration": {
|
1951
|
-
"shape": "
|
2105
|
+
"shape": "Sb6"
|
1952
2106
|
}
|
1953
2107
|
}
|
1954
2108
|
},
|
@@ -1972,7 +2126,7 @@
|
|
1972
2126
|
"CertificatePath": {},
|
1973
2127
|
"DnsName": {},
|
1974
2128
|
"IpAddress": {
|
1975
|
-
"shape": "
|
2129
|
+
"shape": "S4x"
|
1976
2130
|
},
|
1977
2131
|
"Location": {}
|
1978
2132
|
}
|
@@ -1981,7 +2135,7 @@
|
|
1981
2135
|
"type": "structure",
|
1982
2136
|
"members": {
|
1983
2137
|
"Compute": {
|
1984
|
-
"shape": "
|
2138
|
+
"shape": "S7p"
|
1985
2139
|
}
|
1986
2140
|
}
|
1987
2141
|
}
|
@@ -2061,7 +2215,7 @@
|
|
2061
2215
|
"members": {
|
2062
2216
|
"GameServerGroupName": {},
|
2063
2217
|
"ResumeActions": {
|
2064
|
-
"shape": "
|
2218
|
+
"shape": "S4j"
|
2065
2219
|
}
|
2066
2220
|
}
|
2067
2221
|
},
|
@@ -2069,7 +2223,7 @@
|
|
2069
2223
|
"type": "structure",
|
2070
2224
|
"members": {
|
2071
2225
|
"GameServerGroup": {
|
2072
|
-
"shape": "
|
2226
|
+
"shape": "S4g"
|
2073
2227
|
}
|
2074
2228
|
}
|
2075
2229
|
}
|
@@ -2093,7 +2247,7 @@
|
|
2093
2247
|
"type": "structure",
|
2094
2248
|
"members": {
|
2095
2249
|
"GameSessions": {
|
2096
|
-
"shape": "
|
2250
|
+
"shape": "S9t"
|
2097
2251
|
},
|
2098
2252
|
"NextToken": {}
|
2099
2253
|
}
|
@@ -2109,7 +2263,7 @@
|
|
2109
2263
|
"members": {
|
2110
2264
|
"FleetId": {},
|
2111
2265
|
"Actions": {
|
2112
|
-
"shape": "
|
2266
|
+
"shape": "S3n"
|
2113
2267
|
},
|
2114
2268
|
"Location": {}
|
2115
2269
|
}
|
@@ -2134,14 +2288,14 @@
|
|
2134
2288
|
"PlacementId": {},
|
2135
2289
|
"GameSessionQueueName": {},
|
2136
2290
|
"GameProperties": {
|
2137
|
-
"shape": "
|
2291
|
+
"shape": "S4n"
|
2138
2292
|
},
|
2139
2293
|
"MaximumPlayerSessionCount": {
|
2140
2294
|
"type": "integer"
|
2141
2295
|
},
|
2142
2296
|
"GameSessionName": {},
|
2143
2297
|
"PlayerLatencies": {
|
2144
|
-
"shape": "
|
2298
|
+
"shape": "S9i"
|
2145
2299
|
},
|
2146
2300
|
"DesiredPlayerSessions": {
|
2147
2301
|
"type": "list",
|
@@ -2162,7 +2316,7 @@
|
|
2162
2316
|
"type": "structure",
|
2163
2317
|
"members": {
|
2164
2318
|
"GameSessionPlacement": {
|
2165
|
-
"shape": "
|
2319
|
+
"shape": "S9g"
|
2166
2320
|
}
|
2167
2321
|
}
|
2168
2322
|
}
|
@@ -2179,7 +2333,7 @@
|
|
2179
2333
|
"ConfigurationName": {},
|
2180
2334
|
"GameSessionArn": {},
|
2181
2335
|
"Players": {
|
2182
|
-
"shape": "
|
2336
|
+
"shape": "Sa6"
|
2183
2337
|
}
|
2184
2338
|
}
|
2185
2339
|
},
|
@@ -2187,7 +2341,7 @@
|
|
2187
2341
|
"type": "structure",
|
2188
2342
|
"members": {
|
2189
2343
|
"MatchmakingTicket": {
|
2190
|
-
"shape": "
|
2344
|
+
"shape": "Sa3"
|
2191
2345
|
}
|
2192
2346
|
}
|
2193
2347
|
}
|
@@ -2203,7 +2357,7 @@
|
|
2203
2357
|
"TicketId": {},
|
2204
2358
|
"ConfigurationName": {},
|
2205
2359
|
"Players": {
|
2206
|
-
"shape": "
|
2360
|
+
"shape": "Sa6"
|
2207
2361
|
}
|
2208
2362
|
}
|
2209
2363
|
},
|
@@ -2211,7 +2365,7 @@
|
|
2211
2365
|
"type": "structure",
|
2212
2366
|
"members": {
|
2213
2367
|
"MatchmakingTicket": {
|
2214
|
-
"shape": "
|
2368
|
+
"shape": "Sa3"
|
2215
2369
|
}
|
2216
2370
|
}
|
2217
2371
|
}
|
@@ -2226,7 +2380,7 @@
|
|
2226
2380
|
"members": {
|
2227
2381
|
"FleetId": {},
|
2228
2382
|
"Actions": {
|
2229
|
-
"shape": "
|
2383
|
+
"shape": "S3n"
|
2230
2384
|
},
|
2231
2385
|
"Location": {}
|
2232
2386
|
}
|
@@ -2253,7 +2407,7 @@
|
|
2253
2407
|
"type": "structure",
|
2254
2408
|
"members": {
|
2255
2409
|
"GameSessionPlacement": {
|
2256
|
-
"shape": "
|
2410
|
+
"shape": "S9g"
|
2257
2411
|
}
|
2258
2412
|
}
|
2259
2413
|
}
|
@@ -2283,7 +2437,7 @@
|
|
2283
2437
|
"members": {
|
2284
2438
|
"GameServerGroupName": {},
|
2285
2439
|
"SuspendActions": {
|
2286
|
-
"shape": "
|
2440
|
+
"shape": "S4j"
|
2287
2441
|
}
|
2288
2442
|
}
|
2289
2443
|
},
|
@@ -2291,7 +2445,7 @@
|
|
2291
2445
|
"type": "structure",
|
2292
2446
|
"members": {
|
2293
2447
|
"GameServerGroup": {
|
2294
|
-
"shape": "
|
2448
|
+
"shape": "S4g"
|
2295
2449
|
}
|
2296
2450
|
}
|
2297
2451
|
}
|
@@ -2392,13 +2546,13 @@
|
|
2392
2546
|
"Description": {},
|
2393
2547
|
"NewGameSessionProtectionPolicy": {},
|
2394
2548
|
"ResourceCreationLimitPolicy": {
|
2395
|
-
"shape": "
|
2549
|
+
"shape": "S2y"
|
2396
2550
|
},
|
2397
2551
|
"MetricGroups": {
|
2398
|
-
"shape": "
|
2552
|
+
"shape": "S30"
|
2399
2553
|
},
|
2400
2554
|
"AnywhereConfiguration": {
|
2401
|
-
"shape": "
|
2555
|
+
"shape": "S39"
|
2402
2556
|
}
|
2403
2557
|
}
|
2404
2558
|
},
|
@@ -2448,10 +2602,10 @@
|
|
2448
2602
|
"members": {
|
2449
2603
|
"FleetId": {},
|
2450
2604
|
"InboundPermissionAuthorizations": {
|
2451
|
-
"shape": "
|
2605
|
+
"shape": "S2o"
|
2452
2606
|
},
|
2453
2607
|
"InboundPermissionRevocations": {
|
2454
|
-
"shape": "
|
2608
|
+
"shape": "S2o"
|
2455
2609
|
}
|
2456
2610
|
}
|
2457
2611
|
},
|
@@ -2497,7 +2651,7 @@
|
|
2497
2651
|
"GameServerGroupName": {},
|
2498
2652
|
"RoleArn": {},
|
2499
2653
|
"InstanceDefinitions": {
|
2500
|
-
"shape": "
|
2654
|
+
"shape": "S44"
|
2501
2655
|
},
|
2502
2656
|
"GameServerProtectionPolicy": {},
|
2503
2657
|
"BalancingStrategy": {}
|
@@ -2507,7 +2661,7 @@
|
|
2507
2661
|
"type": "structure",
|
2508
2662
|
"members": {
|
2509
2663
|
"GameServerGroup": {
|
2510
|
-
"shape": "
|
2664
|
+
"shape": "S4g"
|
2511
2665
|
}
|
2512
2666
|
}
|
2513
2667
|
}
|
@@ -2527,7 +2681,7 @@
|
|
2527
2681
|
"PlayerSessionCreationPolicy": {},
|
2528
2682
|
"ProtectionPolicy": {},
|
2529
2683
|
"GameProperties": {
|
2530
|
-
"shape": "
|
2684
|
+
"shape": "S4n"
|
2531
2685
|
}
|
2532
2686
|
}
|
2533
2687
|
},
|
@@ -2535,7 +2689,7 @@
|
|
2535
2689
|
"type": "structure",
|
2536
2690
|
"members": {
|
2537
2691
|
"GameSession": {
|
2538
|
-
"shape": "
|
2692
|
+
"shape": "S4u"
|
2539
2693
|
}
|
2540
2694
|
}
|
2541
2695
|
}
|
@@ -2552,16 +2706,16 @@
|
|
2552
2706
|
"type": "integer"
|
2553
2707
|
},
|
2554
2708
|
"PlayerLatencyPolicies": {
|
2555
|
-
"shape": "
|
2709
|
+
"shape": "S53"
|
2556
2710
|
},
|
2557
2711
|
"Destinations": {
|
2558
|
-
"shape": "
|
2712
|
+
"shape": "S55"
|
2559
2713
|
},
|
2560
2714
|
"FilterConfiguration": {
|
2561
|
-
"shape": "
|
2715
|
+
"shape": "S58"
|
2562
2716
|
},
|
2563
2717
|
"PriorityConfiguration": {
|
2564
|
-
"shape": "
|
2718
|
+
"shape": "S5a"
|
2565
2719
|
},
|
2566
2720
|
"CustomEventData": {},
|
2567
2721
|
"NotificationTarget": {}
|
@@ -2571,7 +2725,7 @@
|
|
2571
2725
|
"type": "structure",
|
2572
2726
|
"members": {
|
2573
2727
|
"GameSessionQueue": {
|
2574
|
-
"shape": "
|
2728
|
+
"shape": "S5g"
|
2575
2729
|
}
|
2576
2730
|
}
|
2577
2731
|
}
|
@@ -2586,7 +2740,7 @@
|
|
2586
2740
|
"Name": {},
|
2587
2741
|
"Description": {},
|
2588
2742
|
"GameSessionQueueArns": {
|
2589
|
-
"shape": "
|
2743
|
+
"shape": "S5o"
|
2590
2744
|
},
|
2591
2745
|
"RequestTimeoutSeconds": {
|
2592
2746
|
"type": "integer"
|
@@ -2604,7 +2758,7 @@
|
|
2604
2758
|
},
|
2605
2759
|
"CustomEventData": {},
|
2606
2760
|
"GameProperties": {
|
2607
|
-
"shape": "
|
2761
|
+
"shape": "S4n"
|
2608
2762
|
},
|
2609
2763
|
"GameSessionData": {},
|
2610
2764
|
"BackfillMode": {},
|
@@ -2615,7 +2769,7 @@
|
|
2615
2769
|
"type": "structure",
|
2616
2770
|
"members": {
|
2617
2771
|
"Configuration": {
|
2618
|
-
"shape": "
|
2772
|
+
"shape": "S5y"
|
2619
2773
|
}
|
2620
2774
|
}
|
2621
2775
|
}
|
@@ -2630,7 +2784,7 @@
|
|
2630
2784
|
"members": {
|
2631
2785
|
"FleetId": {},
|
2632
2786
|
"RuntimeConfiguration": {
|
2633
|
-
"shape": "
|
2787
|
+
"shape": "S2s"
|
2634
2788
|
}
|
2635
2789
|
}
|
2636
2790
|
},
|
@@ -2638,7 +2792,7 @@
|
|
2638
2792
|
"type": "structure",
|
2639
2793
|
"members": {
|
2640
2794
|
"RuntimeConfiguration": {
|
2641
|
-
"shape": "
|
2795
|
+
"shape": "S2s"
|
2642
2796
|
}
|
2643
2797
|
}
|
2644
2798
|
}
|
@@ -2665,7 +2819,7 @@
|
|
2665
2819
|
"type": "structure",
|
2666
2820
|
"members": {
|
2667
2821
|
"Script": {
|
2668
|
-
"shape": "
|
2822
|
+
"shape": "S6j"
|
2669
2823
|
}
|
2670
2824
|
}
|
2671
2825
|
}
|
@@ -2793,11 +2947,176 @@
|
|
2793
2947
|
},
|
2794
2948
|
"sensitive": true
|
2795
2949
|
},
|
2796
|
-
"
|
2950
|
+
"S1n": {
|
2951
|
+
"type": "structure",
|
2952
|
+
"members": {
|
2953
|
+
"SoftLimit": {
|
2954
|
+
"type": "integer"
|
2955
|
+
},
|
2956
|
+
"HardLimit": {
|
2957
|
+
"type": "integer"
|
2958
|
+
}
|
2959
|
+
}
|
2960
|
+
},
|
2961
|
+
"S1p": {
|
2962
|
+
"type": "structure",
|
2963
|
+
"required": [
|
2964
|
+
"ContainerPortRanges"
|
2965
|
+
],
|
2966
|
+
"members": {
|
2967
|
+
"ContainerPortRanges": {
|
2968
|
+
"type": "list",
|
2969
|
+
"member": {
|
2970
|
+
"type": "structure",
|
2971
|
+
"required": [
|
2972
|
+
"FromPort",
|
2973
|
+
"ToPort",
|
2974
|
+
"Protocol"
|
2975
|
+
],
|
2976
|
+
"members": {
|
2977
|
+
"FromPort": {
|
2978
|
+
"shape": "S1s"
|
2979
|
+
},
|
2980
|
+
"ToPort": {
|
2981
|
+
"shape": "S1s"
|
2982
|
+
},
|
2983
|
+
"Protocol": {}
|
2984
|
+
}
|
2985
|
+
}
|
2986
|
+
}
|
2987
|
+
}
|
2988
|
+
},
|
2989
|
+
"S1s": {
|
2990
|
+
"type": "integer",
|
2991
|
+
"sensitive": true
|
2992
|
+
},
|
2993
|
+
"S1v": {
|
2994
|
+
"type": "structure",
|
2995
|
+
"required": [
|
2996
|
+
"Command"
|
2997
|
+
],
|
2998
|
+
"members": {
|
2999
|
+
"Command": {
|
3000
|
+
"shape": "S1w"
|
3001
|
+
},
|
3002
|
+
"Interval": {
|
3003
|
+
"type": "integer"
|
3004
|
+
},
|
3005
|
+
"Timeout": {
|
3006
|
+
"type": "integer"
|
3007
|
+
},
|
3008
|
+
"Retries": {
|
3009
|
+
"type": "integer"
|
3010
|
+
},
|
3011
|
+
"StartPeriod": {
|
3012
|
+
"type": "integer"
|
3013
|
+
}
|
3014
|
+
}
|
3015
|
+
},
|
3016
|
+
"S1w": {
|
3017
|
+
"type": "list",
|
3018
|
+
"member": {}
|
3019
|
+
},
|
3020
|
+
"S23": {
|
3021
|
+
"type": "list",
|
3022
|
+
"member": {}
|
3023
|
+
},
|
3024
|
+
"S24": {
|
3025
|
+
"type": "list",
|
3026
|
+
"member": {
|
3027
|
+
"type": "structure",
|
3028
|
+
"required": [
|
3029
|
+
"Name",
|
3030
|
+
"Value"
|
3031
|
+
],
|
3032
|
+
"members": {
|
3033
|
+
"Name": {},
|
3034
|
+
"Value": {}
|
3035
|
+
}
|
3036
|
+
}
|
3037
|
+
},
|
3038
|
+
"S26": {
|
3039
|
+
"type": "list",
|
3040
|
+
"member": {
|
3041
|
+
"type": "structure",
|
3042
|
+
"required": [
|
3043
|
+
"ContainerName",
|
3044
|
+
"Condition"
|
3045
|
+
],
|
3046
|
+
"members": {
|
3047
|
+
"ContainerName": {},
|
3048
|
+
"Condition": {}
|
3049
|
+
}
|
3050
|
+
}
|
3051
|
+
},
|
3052
|
+
"S2b": {
|
3053
|
+
"type": "structure",
|
3054
|
+
"members": {
|
3055
|
+
"ContainerGroupDefinitionArn": {},
|
3056
|
+
"CreationTime": {
|
3057
|
+
"type": "timestamp"
|
3058
|
+
},
|
3059
|
+
"OperatingSystem": {},
|
3060
|
+
"Name": {},
|
3061
|
+
"SchedulingStrategy": {},
|
3062
|
+
"TotalMemoryLimit": {
|
3063
|
+
"type": "integer"
|
3064
|
+
},
|
3065
|
+
"TotalCpuLimit": {
|
3066
|
+
"type": "integer"
|
3067
|
+
},
|
3068
|
+
"ContainerDefinitions": {
|
3069
|
+
"type": "list",
|
3070
|
+
"member": {
|
3071
|
+
"type": "structure",
|
3072
|
+
"required": [
|
3073
|
+
"ContainerName",
|
3074
|
+
"ImageUri"
|
3075
|
+
],
|
3076
|
+
"members": {
|
3077
|
+
"ContainerName": {},
|
3078
|
+
"ImageUri": {},
|
3079
|
+
"ResolvedImageDigest": {},
|
3080
|
+
"MemoryLimits": {
|
3081
|
+
"shape": "S1n"
|
3082
|
+
},
|
3083
|
+
"PortConfiguration": {
|
3084
|
+
"shape": "S1p"
|
3085
|
+
},
|
3086
|
+
"Cpu": {
|
3087
|
+
"type": "integer"
|
3088
|
+
},
|
3089
|
+
"HealthCheck": {
|
3090
|
+
"shape": "S1v"
|
3091
|
+
},
|
3092
|
+
"Command": {
|
3093
|
+
"shape": "S1w"
|
3094
|
+
},
|
3095
|
+
"Essential": {
|
3096
|
+
"type": "boolean"
|
3097
|
+
},
|
3098
|
+
"EntryPoint": {
|
3099
|
+
"shape": "S23"
|
3100
|
+
},
|
3101
|
+
"WorkingDirectory": {},
|
3102
|
+
"Environment": {
|
3103
|
+
"shape": "S24"
|
3104
|
+
},
|
3105
|
+
"DependsOn": {
|
3106
|
+
"shape": "S26"
|
3107
|
+
}
|
3108
|
+
}
|
3109
|
+
}
|
3110
|
+
},
|
3111
|
+
"Status": {},
|
3112
|
+
"StatusReason": {}
|
3113
|
+
}
|
3114
|
+
},
|
3115
|
+
"S2m": {
|
2797
3116
|
"type": "list",
|
2798
3117
|
"member": {}
|
2799
3118
|
},
|
2800
|
-
"
|
3119
|
+
"S2o": {
|
2801
3120
|
"type": "list",
|
2802
3121
|
"member": {
|
2803
3122
|
"type": "structure",
|
@@ -2809,10 +3128,10 @@
|
|
2809
3128
|
],
|
2810
3129
|
"members": {
|
2811
3130
|
"FromPort": {
|
2812
|
-
"shape": "
|
3131
|
+
"shape": "S1s"
|
2813
3132
|
},
|
2814
3133
|
"ToPort": {
|
2815
|
-
"shape": "
|
3134
|
+
"shape": "S1s"
|
2816
3135
|
},
|
2817
3136
|
"IpRange": {
|
2818
3137
|
"type": "string",
|
@@ -2822,11 +3141,7 @@
|
|
2822
3141
|
}
|
2823
3142
|
}
|
2824
3143
|
},
|
2825
|
-
"
|
2826
|
-
"type": "integer",
|
2827
|
-
"sensitive": true
|
2828
|
-
},
|
2829
|
-
"S1r": {
|
3144
|
+
"S2s": {
|
2830
3145
|
"type": "structure",
|
2831
3146
|
"members": {
|
2832
3147
|
"ServerProcesses": {
|
@@ -2854,7 +3169,7 @@
|
|
2854
3169
|
}
|
2855
3170
|
}
|
2856
3171
|
},
|
2857
|
-
"
|
3172
|
+
"S2y": {
|
2858
3173
|
"type": "structure",
|
2859
3174
|
"members": {
|
2860
3175
|
"NewGameSessionsPerCreator": {
|
@@ -2865,11 +3180,11 @@
|
|
2865
3180
|
}
|
2866
3181
|
}
|
2867
3182
|
},
|
2868
|
-
"
|
3183
|
+
"S30": {
|
2869
3184
|
"type": "list",
|
2870
3185
|
"member": {}
|
2871
3186
|
},
|
2872
|
-
"
|
3187
|
+
"S33": {
|
2873
3188
|
"type": "structure",
|
2874
3189
|
"required": [
|
2875
3190
|
"CertificateType"
|
@@ -2878,7 +3193,7 @@
|
|
2878
3193
|
"CertificateType": {}
|
2879
3194
|
}
|
2880
3195
|
},
|
2881
|
-
"
|
3196
|
+
"S35": {
|
2882
3197
|
"type": "list",
|
2883
3198
|
"member": {
|
2884
3199
|
"type": "structure",
|
@@ -2890,7 +3205,7 @@
|
|
2890
3205
|
}
|
2891
3206
|
}
|
2892
3207
|
},
|
2893
|
-
"
|
3208
|
+
"S39": {
|
2894
3209
|
"type": "structure",
|
2895
3210
|
"required": [
|
2896
3211
|
"Cost"
|
@@ -2899,7 +3214,22 @@
|
|
2899
3214
|
"Cost": {}
|
2900
3215
|
}
|
2901
3216
|
},
|
2902
|
-
"
|
3217
|
+
"S3f": {
|
3218
|
+
"type": "structure",
|
3219
|
+
"required": [
|
3220
|
+
"FromPort",
|
3221
|
+
"ToPort"
|
3222
|
+
],
|
3223
|
+
"members": {
|
3224
|
+
"FromPort": {
|
3225
|
+
"shape": "S1s"
|
3226
|
+
},
|
3227
|
+
"ToPort": {
|
3228
|
+
"shape": "S1s"
|
3229
|
+
}
|
3230
|
+
}
|
3231
|
+
},
|
3232
|
+
"S3i": {
|
2903
3233
|
"type": "structure",
|
2904
3234
|
"members": {
|
2905
3235
|
"FleetId": {},
|
@@ -2922,48 +3252,77 @@
|
|
2922
3252
|
"ServerLaunchPath": {},
|
2923
3253
|
"ServerLaunchParameters": {},
|
2924
3254
|
"LogPaths": {
|
2925
|
-
"shape": "
|
3255
|
+
"shape": "S2m"
|
2926
3256
|
},
|
2927
3257
|
"NewGameSessionProtectionPolicy": {},
|
2928
3258
|
"OperatingSystem": {},
|
2929
3259
|
"ResourceCreationLimitPolicy": {
|
2930
|
-
"shape": "
|
3260
|
+
"shape": "S2y"
|
2931
3261
|
},
|
2932
3262
|
"MetricGroups": {
|
2933
|
-
"shape": "
|
3263
|
+
"shape": "S30"
|
2934
3264
|
},
|
2935
3265
|
"StoppedActions": {
|
2936
|
-
"shape": "
|
3266
|
+
"shape": "S3n"
|
2937
3267
|
},
|
2938
3268
|
"InstanceRoleArn": {},
|
2939
3269
|
"CertificateConfiguration": {
|
2940
|
-
"shape": "
|
3270
|
+
"shape": "S33"
|
2941
3271
|
},
|
2942
3272
|
"ComputeType": {},
|
2943
3273
|
"AnywhereConfiguration": {
|
2944
|
-
"shape": "
|
3274
|
+
"shape": "S39"
|
2945
3275
|
},
|
2946
|
-
"InstanceRoleCredentialsProvider": {}
|
3276
|
+
"InstanceRoleCredentialsProvider": {},
|
3277
|
+
"ContainerGroupsAttributes": {
|
3278
|
+
"type": "structure",
|
3279
|
+
"members": {
|
3280
|
+
"ContainerGroupDefinitionProperties": {
|
3281
|
+
"type": "list",
|
3282
|
+
"member": {
|
3283
|
+
"type": "structure",
|
3284
|
+
"members": {
|
3285
|
+
"SchedulingStrategy": {},
|
3286
|
+
"ContainerGroupDefinitionName": {}
|
3287
|
+
}
|
3288
|
+
}
|
3289
|
+
},
|
3290
|
+
"ConnectionPortRange": {
|
3291
|
+
"shape": "S3f"
|
3292
|
+
},
|
3293
|
+
"ContainerGroupsPerInstance": {
|
3294
|
+
"type": "structure",
|
3295
|
+
"members": {
|
3296
|
+
"DesiredReplicaContainerGroupsPerInstance": {
|
3297
|
+
"type": "integer"
|
3298
|
+
},
|
3299
|
+
"MaxReplicaContainerGroupsPerInstance": {
|
3300
|
+
"type": "integer"
|
3301
|
+
}
|
3302
|
+
}
|
3303
|
+
}
|
3304
|
+
}
|
3305
|
+
}
|
2947
3306
|
}
|
2948
3307
|
},
|
2949
|
-
"
|
3308
|
+
"S3n": {
|
2950
3309
|
"type": "list",
|
2951
3310
|
"member": {}
|
2952
3311
|
},
|
2953
|
-
"
|
3312
|
+
"S3t": {
|
2954
3313
|
"type": "list",
|
2955
3314
|
"member": {
|
2956
|
-
"shape": "
|
3315
|
+
"shape": "S3u"
|
2957
3316
|
}
|
2958
3317
|
},
|
2959
|
-
"
|
3318
|
+
"S3u": {
|
2960
3319
|
"type": "structure",
|
2961
3320
|
"members": {
|
2962
3321
|
"Location": {},
|
2963
3322
|
"Status": {}
|
2964
3323
|
}
|
2965
3324
|
},
|
2966
|
-
"
|
3325
|
+
"S44": {
|
2967
3326
|
"type": "list",
|
2968
3327
|
"member": {
|
2969
3328
|
"type": "structure",
|
@@ -2976,14 +3335,14 @@
|
|
2976
3335
|
}
|
2977
3336
|
}
|
2978
3337
|
},
|
2979
|
-
"
|
3338
|
+
"S4g": {
|
2980
3339
|
"type": "structure",
|
2981
3340
|
"members": {
|
2982
3341
|
"GameServerGroupName": {},
|
2983
3342
|
"GameServerGroupArn": {},
|
2984
3343
|
"RoleArn": {},
|
2985
3344
|
"InstanceDefinitions": {
|
2986
|
-
"shape": "
|
3345
|
+
"shape": "S44"
|
2987
3346
|
},
|
2988
3347
|
"BalancingStrategy": {},
|
2989
3348
|
"GameServerProtectionPolicy": {},
|
@@ -2991,7 +3350,7 @@
|
|
2991
3350
|
"Status": {},
|
2992
3351
|
"StatusReason": {},
|
2993
3352
|
"SuspendedActions": {
|
2994
|
-
"shape": "
|
3353
|
+
"shape": "S4j"
|
2995
3354
|
},
|
2996
3355
|
"CreationTime": {
|
2997
3356
|
"type": "timestamp"
|
@@ -3001,11 +3360,11 @@
|
|
3001
3360
|
}
|
3002
3361
|
}
|
3003
3362
|
},
|
3004
|
-
"
|
3363
|
+
"S4j": {
|
3005
3364
|
"type": "list",
|
3006
3365
|
"member": {}
|
3007
3366
|
},
|
3008
|
-
"
|
3367
|
+
"S4n": {
|
3009
3368
|
"type": "list",
|
3010
3369
|
"member": {
|
3011
3370
|
"type": "structure",
|
@@ -3019,7 +3378,7 @@
|
|
3019
3378
|
}
|
3020
3379
|
}
|
3021
3380
|
},
|
3022
|
-
"
|
3381
|
+
"S4u": {
|
3023
3382
|
"type": "structure",
|
3024
3383
|
"members": {
|
3025
3384
|
"GameSessionId": {},
|
@@ -3041,14 +3400,14 @@
|
|
3041
3400
|
"Status": {},
|
3042
3401
|
"StatusReason": {},
|
3043
3402
|
"GameProperties": {
|
3044
|
-
"shape": "
|
3403
|
+
"shape": "S4n"
|
3045
3404
|
},
|
3046
3405
|
"IpAddress": {
|
3047
|
-
"shape": "
|
3406
|
+
"shape": "S4x"
|
3048
3407
|
},
|
3049
3408
|
"DnsName": {},
|
3050
3409
|
"Port": {
|
3051
|
-
"shape": "
|
3410
|
+
"shape": "S1s"
|
3052
3411
|
},
|
3053
3412
|
"PlayerSessionCreationPolicy": {},
|
3054
3413
|
"CreatorId": {},
|
@@ -3057,11 +3416,11 @@
|
|
3057
3416
|
"Location": {}
|
3058
3417
|
}
|
3059
3418
|
},
|
3060
|
-
"
|
3419
|
+
"S4x": {
|
3061
3420
|
"type": "string",
|
3062
3421
|
"sensitive": true
|
3063
3422
|
},
|
3064
|
-
"
|
3423
|
+
"S53": {
|
3065
3424
|
"type": "list",
|
3066
3425
|
"member": {
|
3067
3426
|
"type": "structure",
|
@@ -3075,7 +3434,7 @@
|
|
3075
3434
|
}
|
3076
3435
|
}
|
3077
3436
|
},
|
3078
|
-
"
|
3437
|
+
"S55": {
|
3079
3438
|
"type": "list",
|
3080
3439
|
"member": {
|
3081
3440
|
"type": "structure",
|
@@ -3084,19 +3443,19 @@
|
|
3084
3443
|
}
|
3085
3444
|
}
|
3086
3445
|
},
|
3087
|
-
"
|
3446
|
+
"S58": {
|
3088
3447
|
"type": "structure",
|
3089
3448
|
"members": {
|
3090
3449
|
"AllowedLocations": {
|
3091
|
-
"shape": "
|
3450
|
+
"shape": "S59"
|
3092
3451
|
}
|
3093
3452
|
}
|
3094
3453
|
},
|
3095
|
-
"
|
3454
|
+
"S59": {
|
3096
3455
|
"type": "list",
|
3097
3456
|
"member": {}
|
3098
3457
|
},
|
3099
|
-
"
|
3458
|
+
"S5a": {
|
3100
3459
|
"type": "structure",
|
3101
3460
|
"members": {
|
3102
3461
|
"PriorityOrder": {
|
@@ -3104,11 +3463,11 @@
|
|
3104
3463
|
"member": {}
|
3105
3464
|
},
|
3106
3465
|
"LocationOrder": {
|
3107
|
-
"shape": "
|
3466
|
+
"shape": "S59"
|
3108
3467
|
}
|
3109
3468
|
}
|
3110
3469
|
},
|
3111
|
-
"
|
3470
|
+
"S5g": {
|
3112
3471
|
"type": "structure",
|
3113
3472
|
"members": {
|
3114
3473
|
"Name": {},
|
@@ -3117,40 +3476,40 @@
|
|
3117
3476
|
"type": "integer"
|
3118
3477
|
},
|
3119
3478
|
"PlayerLatencyPolicies": {
|
3120
|
-
"shape": "
|
3479
|
+
"shape": "S53"
|
3121
3480
|
},
|
3122
3481
|
"Destinations": {
|
3123
|
-
"shape": "
|
3482
|
+
"shape": "S55"
|
3124
3483
|
},
|
3125
3484
|
"FilterConfiguration": {
|
3126
|
-
"shape": "
|
3485
|
+
"shape": "S58"
|
3127
3486
|
},
|
3128
3487
|
"PriorityConfiguration": {
|
3129
|
-
"shape": "
|
3488
|
+
"shape": "S5a"
|
3130
3489
|
},
|
3131
3490
|
"CustomEventData": {},
|
3132
3491
|
"NotificationTarget": {}
|
3133
3492
|
}
|
3134
3493
|
},
|
3135
|
-
"
|
3494
|
+
"S5l": {
|
3136
3495
|
"type": "structure",
|
3137
3496
|
"members": {
|
3138
3497
|
"LocationName": {},
|
3139
3498
|
"LocationArn": {}
|
3140
3499
|
}
|
3141
3500
|
},
|
3142
|
-
"
|
3501
|
+
"S5o": {
|
3143
3502
|
"type": "list",
|
3144
3503
|
"member": {}
|
3145
3504
|
},
|
3146
|
-
"
|
3505
|
+
"S5y": {
|
3147
3506
|
"type": "structure",
|
3148
3507
|
"members": {
|
3149
3508
|
"Name": {},
|
3150
3509
|
"ConfigurationArn": {},
|
3151
3510
|
"Description": {},
|
3152
3511
|
"GameSessionQueueArns": {
|
3153
|
-
"shape": "
|
3512
|
+
"shape": "S5o"
|
3154
3513
|
},
|
3155
3514
|
"RequestTimeoutSeconds": {
|
3156
3515
|
"type": "integer"
|
@@ -3172,14 +3531,14 @@
|
|
3172
3531
|
"type": "timestamp"
|
3173
3532
|
},
|
3174
3533
|
"GameProperties": {
|
3175
|
-
"shape": "
|
3534
|
+
"shape": "S4n"
|
3176
3535
|
},
|
3177
3536
|
"GameSessionData": {},
|
3178
3537
|
"BackfillMode": {},
|
3179
3538
|
"FlexMatchMode": {}
|
3180
3539
|
}
|
3181
3540
|
},
|
3182
|
-
"
|
3541
|
+
"S64": {
|
3183
3542
|
"type": "structure",
|
3184
3543
|
"required": [
|
3185
3544
|
"RuleSetBody"
|
@@ -3193,7 +3552,7 @@
|
|
3193
3552
|
}
|
3194
3553
|
}
|
3195
3554
|
},
|
3196
|
-
"
|
3555
|
+
"S68": {
|
3197
3556
|
"type": "structure",
|
3198
3557
|
"members": {
|
3199
3558
|
"PlayerSessionId": {},
|
@@ -3211,22 +3570,22 @@
|
|
3211
3570
|
},
|
3212
3571
|
"Status": {},
|
3213
3572
|
"IpAddress": {
|
3214
|
-
"shape": "
|
3573
|
+
"shape": "S4x"
|
3215
3574
|
},
|
3216
3575
|
"DnsName": {},
|
3217
3576
|
"Port": {
|
3218
|
-
"shape": "
|
3577
|
+
"shape": "S1s"
|
3219
3578
|
},
|
3220
3579
|
"PlayerData": {}
|
3221
3580
|
}
|
3222
3581
|
},
|
3223
|
-
"
|
3582
|
+
"S6f": {
|
3224
3583
|
"type": "list",
|
3225
3584
|
"member": {
|
3226
|
-
"shape": "
|
3585
|
+
"shape": "S68"
|
3227
3586
|
}
|
3228
3587
|
},
|
3229
|
-
"
|
3588
|
+
"S6j": {
|
3230
3589
|
"type": "structure",
|
3231
3590
|
"members": {
|
3232
3591
|
"ScriptId": {},
|
@@ -3244,7 +3603,7 @@
|
|
3244
3603
|
}
|
3245
3604
|
}
|
3246
3605
|
},
|
3247
|
-
"
|
3606
|
+
"S6m": {
|
3248
3607
|
"type": "structure",
|
3249
3608
|
"members": {
|
3250
3609
|
"GameLiftAwsAccountId": {},
|
@@ -3258,7 +3617,7 @@
|
|
3258
3617
|
}
|
3259
3618
|
}
|
3260
3619
|
},
|
3261
|
-
"
|
3620
|
+
"S7p": {
|
3262
3621
|
"type": "structure",
|
3263
3622
|
"members": {
|
3264
3623
|
"FleetId": {},
|
@@ -3266,7 +3625,7 @@
|
|
3266
3625
|
"ComputeName": {},
|
3267
3626
|
"ComputeArn": {},
|
3268
3627
|
"IpAddress": {
|
3269
|
-
"shape": "
|
3628
|
+
"shape": "S4x"
|
3270
3629
|
},
|
3271
3630
|
"DnsName": {},
|
3272
3631
|
"ComputeStatus": {},
|
@@ -3276,14 +3635,36 @@
|
|
3276
3635
|
},
|
3277
3636
|
"OperatingSystem": {},
|
3278
3637
|
"Type": {},
|
3279
|
-
"GameLiftServiceSdkEndpoint": {}
|
3638
|
+
"GameLiftServiceSdkEndpoint": {},
|
3639
|
+
"GameLiftAgentEndpoint": {},
|
3640
|
+
"InstanceId": {},
|
3641
|
+
"ContainerAttributes": {
|
3642
|
+
"type": "structure",
|
3643
|
+
"members": {
|
3644
|
+
"ContainerPortMappings": {
|
3645
|
+
"type": "list",
|
3646
|
+
"member": {
|
3647
|
+
"type": "structure",
|
3648
|
+
"members": {
|
3649
|
+
"ContainerPort": {
|
3650
|
+
"shape": "S1s"
|
3651
|
+
},
|
3652
|
+
"ConnectionPort": {
|
3653
|
+
"shape": "S1s"
|
3654
|
+
},
|
3655
|
+
"Protocol": {}
|
3656
|
+
}
|
3657
|
+
}
|
3658
|
+
}
|
3659
|
+
}
|
3660
|
+
}
|
3280
3661
|
}
|
3281
3662
|
},
|
3282
|
-
"
|
3663
|
+
"S86": {
|
3283
3664
|
"type": "list",
|
3284
3665
|
"member": {}
|
3285
3666
|
},
|
3286
|
-
"
|
3667
|
+
"S8c": {
|
3287
3668
|
"type": "structure",
|
3288
3669
|
"members": {
|
3289
3670
|
"FleetId": {},
|
@@ -3315,10 +3696,27 @@
|
|
3315
3696
|
}
|
3316
3697
|
}
|
3317
3698
|
},
|
3318
|
-
"Location": {}
|
3699
|
+
"Location": {},
|
3700
|
+
"ReplicaContainerGroupCounts": {
|
3701
|
+
"type": "structure",
|
3702
|
+
"members": {
|
3703
|
+
"PENDING": {
|
3704
|
+
"type": "integer"
|
3705
|
+
},
|
3706
|
+
"ACTIVE": {
|
3707
|
+
"type": "integer"
|
3708
|
+
},
|
3709
|
+
"IDLE": {
|
3710
|
+
"type": "integer"
|
3711
|
+
},
|
3712
|
+
"TERMINATING": {
|
3713
|
+
"type": "integer"
|
3714
|
+
}
|
3715
|
+
}
|
3716
|
+
}
|
3319
3717
|
}
|
3320
3718
|
},
|
3321
|
-
"
|
3719
|
+
"S8u": {
|
3322
3720
|
"type": "structure",
|
3323
3721
|
"members": {
|
3324
3722
|
"FleetId": {},
|
@@ -3338,14 +3736,14 @@
|
|
3338
3736
|
"Location": {}
|
3339
3737
|
}
|
3340
3738
|
},
|
3341
|
-
"
|
3739
|
+
"S9g": {
|
3342
3740
|
"type": "structure",
|
3343
3741
|
"members": {
|
3344
3742
|
"PlacementId": {},
|
3345
3743
|
"GameSessionQueueName": {},
|
3346
3744
|
"Status": {},
|
3347
3745
|
"GameProperties": {
|
3348
|
-
"shape": "
|
3746
|
+
"shape": "S4n"
|
3349
3747
|
},
|
3350
3748
|
"MaximumPlayerSessionCount": {
|
3351
3749
|
"type": "integer"
|
@@ -3355,7 +3753,7 @@
|
|
3355
3753
|
"GameSessionArn": {},
|
3356
3754
|
"GameSessionRegion": {},
|
3357
3755
|
"PlayerLatencies": {
|
3358
|
-
"shape": "
|
3756
|
+
"shape": "S9i"
|
3359
3757
|
},
|
3360
3758
|
"StartTime": {
|
3361
3759
|
"type": "timestamp"
|
@@ -3364,11 +3762,11 @@
|
|
3364
3762
|
"type": "timestamp"
|
3365
3763
|
},
|
3366
3764
|
"IpAddress": {
|
3367
|
-
"shape": "
|
3765
|
+
"shape": "S4x"
|
3368
3766
|
},
|
3369
3767
|
"DnsName": {},
|
3370
3768
|
"Port": {
|
3371
|
-
"shape": "
|
3769
|
+
"shape": "S1s"
|
3372
3770
|
},
|
3373
3771
|
"PlacedPlayerSessions": {
|
3374
3772
|
"type": "list",
|
@@ -3386,7 +3784,7 @@
|
|
3386
3784
|
"MatchmakerData": {}
|
3387
3785
|
}
|
3388
3786
|
},
|
3389
|
-
"
|
3787
|
+
"S9i": {
|
3390
3788
|
"type": "list",
|
3391
3789
|
"member": {
|
3392
3790
|
"type": "structure",
|
@@ -3401,13 +3799,13 @@
|
|
3401
3799
|
}
|
3402
3800
|
}
|
3403
3801
|
},
|
3404
|
-
"
|
3802
|
+
"S9t": {
|
3405
3803
|
"type": "list",
|
3406
3804
|
"member": {
|
3407
|
-
"shape": "
|
3805
|
+
"shape": "S4u"
|
3408
3806
|
}
|
3409
3807
|
},
|
3410
|
-
"
|
3808
|
+
"Sa3": {
|
3411
3809
|
"type": "structure",
|
3412
3810
|
"members": {
|
3413
3811
|
"TicketId": {},
|
@@ -3423,14 +3821,14 @@
|
|
3423
3821
|
"type": "timestamp"
|
3424
3822
|
},
|
3425
3823
|
"Players": {
|
3426
|
-
"shape": "
|
3824
|
+
"shape": "Sa6"
|
3427
3825
|
},
|
3428
3826
|
"GameSessionConnectionInfo": {
|
3429
3827
|
"type": "structure",
|
3430
3828
|
"members": {
|
3431
3829
|
"GameSessionArn": {},
|
3432
3830
|
"IpAddress": {
|
3433
|
-
"shape": "
|
3831
|
+
"shape": "S4x"
|
3434
3832
|
},
|
3435
3833
|
"DnsName": {},
|
3436
3834
|
"Port": {
|
@@ -3455,7 +3853,7 @@
|
|
3455
3853
|
}
|
3456
3854
|
}
|
3457
3855
|
},
|
3458
|
-
"
|
3856
|
+
"Sa6": {
|
3459
3857
|
"type": "list",
|
3460
3858
|
"member": {
|
3461
3859
|
"type": "structure",
|
@@ -3498,7 +3896,7 @@
|
|
3498
3896
|
}
|
3499
3897
|
}
|
3500
3898
|
},
|
3501
|
-
"
|
3899
|
+
"Sb6": {
|
3502
3900
|
"type": "structure",
|
3503
3901
|
"required": [
|
3504
3902
|
"TargetValue"
|