cdk-lambda-subminute 2.0.285 → 2.0.287
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +35 -34
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +283 -227
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -318
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +40 -17
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +353 -325
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- package/node_modules/aws-sdk/clients/apprunner.d.ts +5 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +248 -6
- package/node_modules/aws-sdk/clients/gamelift.d.ts +33 -22
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
- package/node_modules/aws-sdk/clients/glue.d.ts +45 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +44 -11
- package/node_modules/aws-sdk/clients/quicksight.d.ts +41 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +1220 -946
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -23,7 +23,11 @@
|
|
23
23
|
"members": {
|
24
24
|
"TicketId": {},
|
25
25
|
"PlayerIds": {
|
26
|
-
"
|
26
|
+
"type": "list",
|
27
|
+
"member": {
|
28
|
+
"shape": "S4"
|
29
|
+
},
|
30
|
+
"sensitive": true
|
27
31
|
},
|
28
32
|
"AcceptanceType": {}
|
29
33
|
}
|
@@ -74,10 +78,10 @@
|
|
74
78
|
"Name": {},
|
75
79
|
"Description": {},
|
76
80
|
"RoutingStrategy": {
|
77
|
-
"shape": "
|
81
|
+
"shape": "Sq"
|
78
82
|
},
|
79
83
|
"Tags": {
|
80
|
-
"shape": "
|
84
|
+
"shape": "Su"
|
81
85
|
}
|
82
86
|
}
|
83
87
|
},
|
@@ -85,7 +89,7 @@
|
|
85
89
|
"type": "structure",
|
86
90
|
"members": {
|
87
91
|
"Alias": {
|
88
|
-
"shape": "
|
92
|
+
"shape": "Sz"
|
89
93
|
}
|
90
94
|
}
|
91
95
|
}
|
@@ -97,11 +101,11 @@
|
|
97
101
|
"Name": {},
|
98
102
|
"Version": {},
|
99
103
|
"StorageLocation": {
|
100
|
-
"shape": "
|
104
|
+
"shape": "S13"
|
101
105
|
},
|
102
106
|
"OperatingSystem": {},
|
103
107
|
"Tags": {
|
104
|
-
"shape": "
|
108
|
+
"shape": "Su"
|
105
109
|
},
|
106
110
|
"ServerSdkVersion": {}
|
107
111
|
}
|
@@ -110,13 +114,13 @@
|
|
110
114
|
"type": "structure",
|
111
115
|
"members": {
|
112
116
|
"Build": {
|
113
|
-
"shape": "
|
117
|
+
"shape": "S18"
|
114
118
|
},
|
115
119
|
"UploadCredentials": {
|
116
|
-
"shape": "
|
120
|
+
"shape": "S1d"
|
117
121
|
},
|
118
122
|
"StorageLocation": {
|
119
|
-
"shape": "
|
123
|
+
"shape": "S13"
|
120
124
|
}
|
121
125
|
}
|
122
126
|
}
|
@@ -135,49 +139,50 @@
|
|
135
139
|
"ServerLaunchPath": {},
|
136
140
|
"ServerLaunchParameters": {},
|
137
141
|
"LogPaths": {
|
138
|
-
"shape": "
|
142
|
+
"shape": "S1j"
|
139
143
|
},
|
140
144
|
"EC2InstanceType": {},
|
141
145
|
"EC2InboundPermissions": {
|
142
|
-
"shape": "
|
146
|
+
"shape": "S1l"
|
143
147
|
},
|
144
148
|
"NewGameSessionProtectionPolicy": {},
|
145
149
|
"RuntimeConfiguration": {
|
146
|
-
"shape": "
|
150
|
+
"shape": "S1r"
|
147
151
|
},
|
148
152
|
"ResourceCreationLimitPolicy": {
|
149
|
-
"shape": "
|
153
|
+
"shape": "S1x"
|
150
154
|
},
|
151
155
|
"MetricGroups": {
|
152
|
-
"shape": "
|
156
|
+
"shape": "S1z"
|
153
157
|
},
|
154
158
|
"PeerVpcAwsAccountId": {},
|
155
159
|
"PeerVpcId": {},
|
156
160
|
"FleetType": {},
|
157
161
|
"InstanceRoleArn": {},
|
158
162
|
"CertificateConfiguration": {
|
159
|
-
"shape": "
|
163
|
+
"shape": "S22"
|
160
164
|
},
|
161
165
|
"Locations": {
|
162
|
-
"shape": "
|
166
|
+
"shape": "S24"
|
163
167
|
},
|
164
168
|
"Tags": {
|
165
|
-
"shape": "
|
169
|
+
"shape": "Su"
|
166
170
|
},
|
167
171
|
"ComputeType": {},
|
168
172
|
"AnywhereConfiguration": {
|
169
|
-
"shape": "
|
170
|
-
}
|
173
|
+
"shape": "S28"
|
174
|
+
},
|
175
|
+
"InstanceRoleCredentialsProvider": {}
|
171
176
|
}
|
172
177
|
},
|
173
178
|
"output": {
|
174
179
|
"type": "structure",
|
175
180
|
"members": {
|
176
181
|
"FleetAttributes": {
|
177
|
-
"shape": "
|
182
|
+
"shape": "S2c"
|
178
183
|
},
|
179
184
|
"LocationStates": {
|
180
|
-
"shape": "
|
185
|
+
"shape": "S2j"
|
181
186
|
}
|
182
187
|
}
|
183
188
|
}
|
@@ -192,7 +197,7 @@
|
|
192
197
|
"members": {
|
193
198
|
"FleetId": {},
|
194
199
|
"Locations": {
|
195
|
-
"shape": "
|
200
|
+
"shape": "S24"
|
196
201
|
}
|
197
202
|
}
|
198
203
|
},
|
@@ -202,7 +207,7 @@
|
|
202
207
|
"FleetId": {},
|
203
208
|
"FleetArn": {},
|
204
209
|
"LocationStates": {
|
205
|
-
"shape": "
|
210
|
+
"shape": "S2j"
|
206
211
|
}
|
207
212
|
}
|
208
213
|
}
|
@@ -236,7 +241,7 @@
|
|
236
241
|
}
|
237
242
|
},
|
238
243
|
"InstanceDefinitions": {
|
239
|
-
"shape": "
|
244
|
+
"shape": "S2u"
|
240
245
|
},
|
241
246
|
"AutoScalingPolicy": {
|
242
247
|
"type": "structure",
|
@@ -267,7 +272,7 @@
|
|
267
272
|
"member": {}
|
268
273
|
},
|
269
274
|
"Tags": {
|
270
|
-
"shape": "
|
275
|
+
"shape": "Su"
|
271
276
|
}
|
272
277
|
}
|
273
278
|
},
|
@@ -275,7 +280,7 @@
|
|
275
280
|
"type": "structure",
|
276
281
|
"members": {
|
277
282
|
"GameServerGroup": {
|
278
|
-
"shape": "
|
283
|
+
"shape": "S36"
|
279
284
|
}
|
280
285
|
}
|
281
286
|
}
|
@@ -294,7 +299,7 @@
|
|
294
299
|
},
|
295
300
|
"Name": {},
|
296
301
|
"GameProperties": {
|
297
|
-
"shape": "
|
302
|
+
"shape": "S3d"
|
298
303
|
},
|
299
304
|
"CreatorId": {},
|
300
305
|
"GameSessionId": {},
|
@@ -307,7 +312,7 @@
|
|
307
312
|
"type": "structure",
|
308
313
|
"members": {
|
309
314
|
"GameSession": {
|
310
|
-
"shape": "
|
315
|
+
"shape": "S3k"
|
311
316
|
}
|
312
317
|
}
|
313
318
|
}
|
@@ -324,21 +329,21 @@
|
|
324
329
|
"type": "integer"
|
325
330
|
},
|
326
331
|
"PlayerLatencyPolicies": {
|
327
|
-
"shape": "
|
332
|
+
"shape": "S3t"
|
328
333
|
},
|
329
334
|
"Destinations": {
|
330
|
-
"shape": "
|
335
|
+
"shape": "S3v"
|
331
336
|
},
|
332
337
|
"FilterConfiguration": {
|
333
|
-
"shape": "
|
338
|
+
"shape": "S3y"
|
334
339
|
},
|
335
340
|
"PriorityConfiguration": {
|
336
|
-
"shape": "
|
341
|
+
"shape": "S40"
|
337
342
|
},
|
338
343
|
"CustomEventData": {},
|
339
344
|
"NotificationTarget": {},
|
340
345
|
"Tags": {
|
341
|
-
"shape": "
|
346
|
+
"shape": "Su"
|
342
347
|
}
|
343
348
|
}
|
344
349
|
},
|
@@ -346,7 +351,7 @@
|
|
346
351
|
"type": "structure",
|
347
352
|
"members": {
|
348
353
|
"GameSessionQueue": {
|
349
|
-
"shape": "
|
354
|
+
"shape": "S46"
|
350
355
|
}
|
351
356
|
}
|
352
357
|
}
|
@@ -360,7 +365,7 @@
|
|
360
365
|
"members": {
|
361
366
|
"LocationName": {},
|
362
367
|
"Tags": {
|
363
|
-
"shape": "
|
368
|
+
"shape": "Su"
|
364
369
|
}
|
365
370
|
}
|
366
371
|
},
|
@@ -368,7 +373,7 @@
|
|
368
373
|
"type": "structure",
|
369
374
|
"members": {
|
370
375
|
"Location": {
|
371
|
-
"shape": "
|
376
|
+
"shape": "S4b"
|
372
377
|
}
|
373
378
|
}
|
374
379
|
}
|
@@ -386,7 +391,7 @@
|
|
386
391
|
"Name": {},
|
387
392
|
"Description": {},
|
388
393
|
"GameSessionQueueArns": {
|
389
|
-
"shape": "
|
394
|
+
"shape": "S4e"
|
390
395
|
},
|
391
396
|
"RequestTimeoutSeconds": {
|
392
397
|
"type": "integer"
|
@@ -404,13 +409,13 @@
|
|
404
409
|
},
|
405
410
|
"CustomEventData": {},
|
406
411
|
"GameProperties": {
|
407
|
-
"shape": "
|
412
|
+
"shape": "S3d"
|
408
413
|
},
|
409
414
|
"GameSessionData": {},
|
410
415
|
"BackfillMode": {},
|
411
416
|
"FlexMatchMode": {},
|
412
417
|
"Tags": {
|
413
|
-
"shape": "
|
418
|
+
"shape": "Su"
|
414
419
|
}
|
415
420
|
}
|
416
421
|
},
|
@@ -418,7 +423,7 @@
|
|
418
423
|
"type": "structure",
|
419
424
|
"members": {
|
420
425
|
"Configuration": {
|
421
|
-
"shape": "
|
426
|
+
"shape": "S4p"
|
422
427
|
}
|
423
428
|
}
|
424
429
|
}
|
@@ -434,7 +439,7 @@
|
|
434
439
|
"Name": {},
|
435
440
|
"RuleSetBody": {},
|
436
441
|
"Tags": {
|
437
|
-
"shape": "
|
442
|
+
"shape": "Su"
|
438
443
|
}
|
439
444
|
}
|
440
445
|
},
|
@@ -445,7 +450,7 @@
|
|
445
450
|
],
|
446
451
|
"members": {
|
447
452
|
"RuleSet": {
|
448
|
-
"shape": "
|
453
|
+
"shape": "S4v"
|
449
454
|
}
|
450
455
|
}
|
451
456
|
}
|
@@ -459,7 +464,9 @@
|
|
459
464
|
],
|
460
465
|
"members": {
|
461
466
|
"GameSessionId": {},
|
462
|
-
"PlayerId": {
|
467
|
+
"PlayerId": {
|
468
|
+
"shape": "S4"
|
469
|
+
},
|
463
470
|
"PlayerData": {}
|
464
471
|
}
|
465
472
|
},
|
@@ -467,7 +474,7 @@
|
|
467
474
|
"type": "structure",
|
468
475
|
"members": {
|
469
476
|
"PlayerSession": {
|
470
|
-
"shape": "
|
477
|
+
"shape": "S4z"
|
471
478
|
}
|
472
479
|
}
|
473
480
|
}
|
@@ -483,7 +490,10 @@
|
|
483
490
|
"GameSessionId": {},
|
484
491
|
"PlayerIds": {
|
485
492
|
"type": "list",
|
486
|
-
"member": {
|
493
|
+
"member": {
|
494
|
+
"shape": "S4"
|
495
|
+
},
|
496
|
+
"sensitive": true
|
487
497
|
},
|
488
498
|
"PlayerDataMap": {
|
489
499
|
"type": "map",
|
@@ -496,7 +506,7 @@
|
|
496
506
|
"type": "structure",
|
497
507
|
"members": {
|
498
508
|
"PlayerSessions": {
|
499
|
-
"shape": "
|
509
|
+
"shape": "S56"
|
500
510
|
}
|
501
511
|
}
|
502
512
|
}
|
@@ -508,13 +518,13 @@
|
|
508
518
|
"Name": {},
|
509
519
|
"Version": {},
|
510
520
|
"StorageLocation": {
|
511
|
-
"shape": "
|
521
|
+
"shape": "S13"
|
512
522
|
},
|
513
523
|
"ZipFile": {
|
514
524
|
"type": "blob"
|
515
525
|
},
|
516
526
|
"Tags": {
|
517
|
-
"shape": "
|
527
|
+
"shape": "Su"
|
518
528
|
}
|
519
529
|
}
|
520
530
|
},
|
@@ -522,7 +532,7 @@
|
|
522
532
|
"type": "structure",
|
523
533
|
"members": {
|
524
534
|
"Script": {
|
525
|
-
"shape": "
|
535
|
+
"shape": "S5a"
|
526
536
|
}
|
527
537
|
}
|
528
538
|
}
|
@@ -543,7 +553,7 @@
|
|
543
553
|
"type": "structure",
|
544
554
|
"members": {
|
545
555
|
"VpcPeeringAuthorization": {
|
546
|
-
"shape": "
|
556
|
+
"shape": "S5d"
|
547
557
|
}
|
548
558
|
}
|
549
559
|
}
|
@@ -610,7 +620,7 @@
|
|
610
620
|
"members": {
|
611
621
|
"FleetId": {},
|
612
622
|
"Locations": {
|
613
|
-
"shape": "
|
623
|
+
"shape": "S3z"
|
614
624
|
}
|
615
625
|
}
|
616
626
|
},
|
@@ -620,7 +630,7 @@
|
|
620
630
|
"FleetId": {},
|
621
631
|
"FleetArn": {},
|
622
632
|
"LocationStates": {
|
623
|
-
"shape": "
|
633
|
+
"shape": "S2j"
|
624
634
|
}
|
625
635
|
}
|
626
636
|
}
|
@@ -640,7 +650,7 @@
|
|
640
650
|
"type": "structure",
|
641
651
|
"members": {
|
642
652
|
"GameServerGroup": {
|
643
|
-
"shape": "
|
653
|
+
"shape": "S36"
|
644
654
|
}
|
645
655
|
}
|
646
656
|
}
|
@@ -807,7 +817,7 @@
|
|
807
817
|
"type": "structure",
|
808
818
|
"members": {
|
809
819
|
"Alias": {
|
810
|
-
"shape": "
|
820
|
+
"shape": "Sz"
|
811
821
|
}
|
812
822
|
}
|
813
823
|
}
|
@@ -826,7 +836,7 @@
|
|
826
836
|
"type": "structure",
|
827
837
|
"members": {
|
828
838
|
"Build": {
|
829
|
-
"shape": "
|
839
|
+
"shape": "S18"
|
830
840
|
}
|
831
841
|
}
|
832
842
|
}
|
@@ -847,7 +857,7 @@
|
|
847
857
|
"type": "structure",
|
848
858
|
"members": {
|
849
859
|
"Compute": {
|
850
|
-
"shape": "
|
860
|
+
"shape": "S6f"
|
851
861
|
}
|
852
862
|
}
|
853
863
|
}
|
@@ -887,7 +897,7 @@
|
|
887
897
|
"type": "structure",
|
888
898
|
"members": {
|
889
899
|
"FleetIds": {
|
890
|
-
"shape": "
|
900
|
+
"shape": "S6p"
|
891
901
|
},
|
892
902
|
"Limit": {
|
893
903
|
"type": "integer"
|
@@ -901,7 +911,7 @@
|
|
901
911
|
"FleetAttributes": {
|
902
912
|
"type": "list",
|
903
913
|
"member": {
|
904
|
-
"shape": "
|
914
|
+
"shape": "S2c"
|
905
915
|
}
|
906
916
|
},
|
907
917
|
"NextToken": {}
|
@@ -913,7 +923,7 @@
|
|
913
923
|
"type": "structure",
|
914
924
|
"members": {
|
915
925
|
"FleetIds": {
|
916
|
-
"shape": "
|
926
|
+
"shape": "S6p"
|
917
927
|
},
|
918
928
|
"Limit": {
|
919
929
|
"type": "integer"
|
@@ -927,7 +937,7 @@
|
|
927
937
|
"FleetCapacity": {
|
928
938
|
"type": "list",
|
929
939
|
"member": {
|
930
|
-
"shape": "
|
940
|
+
"shape": "S6v"
|
931
941
|
}
|
932
942
|
},
|
933
943
|
"NextToken": {}
|
@@ -986,7 +996,7 @@
|
|
986
996
|
"members": {
|
987
997
|
"FleetId": {},
|
988
998
|
"Locations": {
|
989
|
-
"shape": "
|
999
|
+
"shape": "S3z"
|
990
1000
|
},
|
991
1001
|
"Limit": {
|
992
1002
|
"type": "integer"
|
@@ -1005,10 +1015,10 @@
|
|
1005
1015
|
"type": "structure",
|
1006
1016
|
"members": {
|
1007
1017
|
"LocationState": {
|
1008
|
-
"shape": "
|
1018
|
+
"shape": "S2k"
|
1009
1019
|
},
|
1010
1020
|
"StoppedActions": {
|
1011
|
-
"shape": "
|
1021
|
+
"shape": "S2h"
|
1012
1022
|
},
|
1013
1023
|
"UpdateStatus": {}
|
1014
1024
|
}
|
@@ -1034,7 +1044,7 @@
|
|
1034
1044
|
"type": "structure",
|
1035
1045
|
"members": {
|
1036
1046
|
"FleetCapacity": {
|
1037
|
-
"shape": "
|
1047
|
+
"shape": "S6v"
|
1038
1048
|
}
|
1039
1049
|
}
|
1040
1050
|
}
|
@@ -1055,7 +1065,7 @@
|
|
1055
1065
|
"type": "structure",
|
1056
1066
|
"members": {
|
1057
1067
|
"FleetUtilization": {
|
1058
|
-
"shape": "
|
1068
|
+
"shape": "S7b"
|
1059
1069
|
}
|
1060
1070
|
}
|
1061
1071
|
}
|
@@ -1077,7 +1087,7 @@
|
|
1077
1087
|
"FleetId": {},
|
1078
1088
|
"FleetArn": {},
|
1079
1089
|
"InboundPermissions": {
|
1080
|
-
"shape": "
|
1090
|
+
"shape": "S1l"
|
1081
1091
|
},
|
1082
1092
|
"UpdateStatus": {},
|
1083
1093
|
"Location": {}
|
@@ -1089,7 +1099,7 @@
|
|
1089
1099
|
"type": "structure",
|
1090
1100
|
"members": {
|
1091
1101
|
"FleetIds": {
|
1092
|
-
"shape": "
|
1102
|
+
"shape": "S6p"
|
1093
1103
|
},
|
1094
1104
|
"Limit": {
|
1095
1105
|
"type": "integer"
|
@@ -1103,7 +1113,7 @@
|
|
1103
1113
|
"FleetUtilization": {
|
1104
1114
|
"type": "list",
|
1105
1115
|
"member": {
|
1106
|
-
"shape": "
|
1116
|
+
"shape": "S7b"
|
1107
1117
|
}
|
1108
1118
|
},
|
1109
1119
|
"NextToken": {}
|
@@ -1145,7 +1155,7 @@
|
|
1145
1155
|
"type": "structure",
|
1146
1156
|
"members": {
|
1147
1157
|
"GameServerGroup": {
|
1148
|
-
"shape": "
|
1158
|
+
"shape": "S36"
|
1149
1159
|
}
|
1150
1160
|
}
|
1151
1161
|
}
|
@@ -1211,7 +1221,7 @@
|
|
1211
1221
|
"type": "structure",
|
1212
1222
|
"members": {
|
1213
1223
|
"GameSession": {
|
1214
|
-
"shape": "
|
1224
|
+
"shape": "S3k"
|
1215
1225
|
},
|
1216
1226
|
"ProtectionPolicy": {}
|
1217
1227
|
}
|
@@ -1235,7 +1245,7 @@
|
|
1235
1245
|
"type": "structure",
|
1236
1246
|
"members": {
|
1237
1247
|
"GameSessionPlacement": {
|
1238
|
-
"shape": "
|
1248
|
+
"shape": "S7x"
|
1239
1249
|
}
|
1240
1250
|
}
|
1241
1251
|
}
|
@@ -1260,7 +1270,7 @@
|
|
1260
1270
|
"GameSessionQueues": {
|
1261
1271
|
"type": "list",
|
1262
1272
|
"member": {
|
1263
|
-
"shape": "
|
1273
|
+
"shape": "S46"
|
1264
1274
|
}
|
1265
1275
|
},
|
1266
1276
|
"NextToken": {}
|
@@ -1286,7 +1296,7 @@
|
|
1286
1296
|
"type": "structure",
|
1287
1297
|
"members": {
|
1288
1298
|
"GameSessions": {
|
1289
|
-
"shape": "
|
1299
|
+
"shape": "S8a"
|
1290
1300
|
},
|
1291
1301
|
"NextToken": {}
|
1292
1302
|
}
|
@@ -1319,7 +1329,9 @@
|
|
1319
1329
|
"FleetId": {},
|
1320
1330
|
"FleetArn": {},
|
1321
1331
|
"InstanceId": {},
|
1322
|
-
"IpAddress": {
|
1332
|
+
"IpAddress": {
|
1333
|
+
"shape": "S3n"
|
1334
|
+
},
|
1323
1335
|
"DnsName": {},
|
1324
1336
|
"OperatingSystem": {},
|
1325
1337
|
"Type": {},
|
@@ -1354,7 +1366,7 @@
|
|
1354
1366
|
"TicketList": {
|
1355
1367
|
"type": "list",
|
1356
1368
|
"member": {
|
1357
|
-
"shape": "
|
1369
|
+
"shape": "S8l"
|
1358
1370
|
}
|
1359
1371
|
}
|
1360
1372
|
}
|
@@ -1381,7 +1393,7 @@
|
|
1381
1393
|
"Configurations": {
|
1382
1394
|
"type": "list",
|
1383
1395
|
"member": {
|
1384
|
-
"shape": "
|
1396
|
+
"shape": "S4p"
|
1385
1397
|
}
|
1386
1398
|
},
|
1387
1399
|
"NextToken": {}
|
@@ -1411,7 +1423,7 @@
|
|
1411
1423
|
"RuleSets": {
|
1412
1424
|
"type": "list",
|
1413
1425
|
"member": {
|
1414
|
-
"shape": "
|
1426
|
+
"shape": "S4v"
|
1415
1427
|
}
|
1416
1428
|
},
|
1417
1429
|
"NextToken": {}
|
@@ -1423,7 +1435,9 @@
|
|
1423
1435
|
"type": "structure",
|
1424
1436
|
"members": {
|
1425
1437
|
"GameSessionId": {},
|
1426
|
-
"PlayerId": {
|
1438
|
+
"PlayerId": {
|
1439
|
+
"shape": "S4"
|
1440
|
+
},
|
1427
1441
|
"PlayerSessionId": {},
|
1428
1442
|
"PlayerSessionStatusFilter": {},
|
1429
1443
|
"Limit": {
|
@@ -1436,7 +1450,7 @@
|
|
1436
1450
|
"type": "structure",
|
1437
1451
|
"members": {
|
1438
1452
|
"PlayerSessions": {
|
1439
|
-
"shape": "
|
1453
|
+
"shape": "S56"
|
1440
1454
|
},
|
1441
1455
|
"NextToken": {}
|
1442
1456
|
}
|
@@ -1456,7 +1470,7 @@
|
|
1456
1470
|
"type": "structure",
|
1457
1471
|
"members": {
|
1458
1472
|
"RuntimeConfiguration": {
|
1459
|
-
"shape": "
|
1473
|
+
"shape": "S1r"
|
1460
1474
|
}
|
1461
1475
|
}
|
1462
1476
|
}
|
@@ -1503,7 +1517,7 @@
|
|
1503
1517
|
"MetricName": {},
|
1504
1518
|
"PolicyType": {},
|
1505
1519
|
"TargetConfiguration": {
|
1506
|
-
"shape": "
|
1520
|
+
"shape": "S9o"
|
1507
1521
|
},
|
1508
1522
|
"UpdateStatus": {},
|
1509
1523
|
"Location": {}
|
@@ -1528,7 +1542,7 @@
|
|
1528
1542
|
"type": "structure",
|
1529
1543
|
"members": {
|
1530
1544
|
"Script": {
|
1531
|
-
"shape": "
|
1545
|
+
"shape": "S5a"
|
1532
1546
|
}
|
1533
1547
|
}
|
1534
1548
|
}
|
@@ -1544,7 +1558,7 @@
|
|
1544
1558
|
"VpcPeeringAuthorizations": {
|
1545
1559
|
"type": "list",
|
1546
1560
|
"member": {
|
1547
|
-
"shape": "
|
1561
|
+
"shape": "S5d"
|
1548
1562
|
}
|
1549
1563
|
}
|
1550
1564
|
}
|
@@ -1604,7 +1618,7 @@
|
|
1604
1618
|
"ComputeName": {},
|
1605
1619
|
"ComputeArn": {},
|
1606
1620
|
"Credentials": {
|
1607
|
-
"shape": "
|
1621
|
+
"shape": "S1d"
|
1608
1622
|
}
|
1609
1623
|
}
|
1610
1624
|
}
|
@@ -1672,7 +1686,9 @@
|
|
1672
1686
|
"members": {
|
1673
1687
|
"FleetId": {},
|
1674
1688
|
"InstanceId": {},
|
1675
|
-
"IpAddress": {
|
1689
|
+
"IpAddress": {
|
1690
|
+
"shape": "S3n"
|
1691
|
+
},
|
1676
1692
|
"OperatingSystem": {},
|
1677
1693
|
"Credentials": {
|
1678
1694
|
"type": "structure",
|
@@ -1705,7 +1721,7 @@
|
|
1705
1721
|
"Aliases": {
|
1706
1722
|
"type": "list",
|
1707
1723
|
"member": {
|
1708
|
-
"shape": "
|
1724
|
+
"shape": "Sz"
|
1709
1725
|
}
|
1710
1726
|
},
|
1711
1727
|
"NextToken": {}
|
@@ -1729,7 +1745,7 @@
|
|
1729
1745
|
"Builds": {
|
1730
1746
|
"type": "list",
|
1731
1747
|
"member": {
|
1732
|
-
"shape": "
|
1748
|
+
"shape": "S18"
|
1733
1749
|
}
|
1734
1750
|
},
|
1735
1751
|
"NextToken": {}
|
@@ -1757,7 +1773,7 @@
|
|
1757
1773
|
"ComputeList": {
|
1758
1774
|
"type": "list",
|
1759
1775
|
"member": {
|
1760
|
-
"shape": "
|
1776
|
+
"shape": "S6f"
|
1761
1777
|
}
|
1762
1778
|
},
|
1763
1779
|
"NextToken": {}
|
@@ -1803,7 +1819,7 @@
|
|
1803
1819
|
"GameServerGroups": {
|
1804
1820
|
"type": "list",
|
1805
1821
|
"member": {
|
1806
|
-
"shape": "
|
1822
|
+
"shape": "S36"
|
1807
1823
|
}
|
1808
1824
|
},
|
1809
1825
|
"NextToken": {}
|
@@ -1858,7 +1874,7 @@
|
|
1858
1874
|
"Locations": {
|
1859
1875
|
"type": "list",
|
1860
1876
|
"member": {
|
1861
|
-
"shape": "
|
1877
|
+
"shape": "S4b"
|
1862
1878
|
}
|
1863
1879
|
},
|
1864
1880
|
"NextToken": {}
|
@@ -1881,7 +1897,7 @@
|
|
1881
1897
|
"Scripts": {
|
1882
1898
|
"type": "list",
|
1883
1899
|
"member": {
|
1884
|
-
"shape": "
|
1900
|
+
"shape": "S5a"
|
1885
1901
|
}
|
1886
1902
|
},
|
1887
1903
|
"NextToken": {}
|
@@ -1902,7 +1918,7 @@
|
|
1902
1918
|
"type": "structure",
|
1903
1919
|
"members": {
|
1904
1920
|
"Tags": {
|
1905
|
-
"shape": "
|
1921
|
+
"shape": "Su"
|
1906
1922
|
}
|
1907
1923
|
}
|
1908
1924
|
}
|
@@ -1932,7 +1948,7 @@
|
|
1932
1948
|
"MetricName": {},
|
1933
1949
|
"PolicyType": {},
|
1934
1950
|
"TargetConfiguration": {
|
1935
|
-
"shape": "
|
1951
|
+
"shape": "S9o"
|
1936
1952
|
}
|
1937
1953
|
}
|
1938
1954
|
},
|
@@ -1955,7 +1971,9 @@
|
|
1955
1971
|
"ComputeName": {},
|
1956
1972
|
"CertificatePath": {},
|
1957
1973
|
"DnsName": {},
|
1958
|
-
"IpAddress": {
|
1974
|
+
"IpAddress": {
|
1975
|
+
"shape": "S3n"
|
1976
|
+
},
|
1959
1977
|
"Location": {}
|
1960
1978
|
}
|
1961
1979
|
},
|
@@ -1963,7 +1981,7 @@
|
|
1963
1981
|
"type": "structure",
|
1964
1982
|
"members": {
|
1965
1983
|
"Compute": {
|
1966
|
-
"shape": "
|
1984
|
+
"shape": "S6f"
|
1967
1985
|
}
|
1968
1986
|
}
|
1969
1987
|
}
|
@@ -2007,10 +2025,10 @@
|
|
2007
2025
|
"type": "structure",
|
2008
2026
|
"members": {
|
2009
2027
|
"UploadCredentials": {
|
2010
|
-
"shape": "
|
2028
|
+
"shape": "S1d"
|
2011
2029
|
},
|
2012
2030
|
"StorageLocation": {
|
2013
|
-
"shape": "
|
2031
|
+
"shape": "S13"
|
2014
2032
|
}
|
2015
2033
|
}
|
2016
2034
|
}
|
@@ -2043,7 +2061,7 @@
|
|
2043
2061
|
"members": {
|
2044
2062
|
"GameServerGroupName": {},
|
2045
2063
|
"ResumeActions": {
|
2046
|
-
"shape": "
|
2064
|
+
"shape": "S39"
|
2047
2065
|
}
|
2048
2066
|
}
|
2049
2067
|
},
|
@@ -2051,7 +2069,7 @@
|
|
2051
2069
|
"type": "structure",
|
2052
2070
|
"members": {
|
2053
2071
|
"GameServerGroup": {
|
2054
|
-
"shape": "
|
2072
|
+
"shape": "S36"
|
2055
2073
|
}
|
2056
2074
|
}
|
2057
2075
|
}
|
@@ -2075,7 +2093,7 @@
|
|
2075
2093
|
"type": "structure",
|
2076
2094
|
"members": {
|
2077
2095
|
"GameSessions": {
|
2078
|
-
"shape": "
|
2096
|
+
"shape": "S8a"
|
2079
2097
|
},
|
2080
2098
|
"NextToken": {}
|
2081
2099
|
}
|
@@ -2091,7 +2109,7 @@
|
|
2091
2109
|
"members": {
|
2092
2110
|
"FleetId": {},
|
2093
2111
|
"Actions": {
|
2094
|
-
"shape": "
|
2112
|
+
"shape": "S2h"
|
2095
2113
|
},
|
2096
2114
|
"Location": {}
|
2097
2115
|
}
|
@@ -2116,21 +2134,23 @@
|
|
2116
2134
|
"PlacementId": {},
|
2117
2135
|
"GameSessionQueueName": {},
|
2118
2136
|
"GameProperties": {
|
2119
|
-
"shape": "
|
2137
|
+
"shape": "S3d"
|
2120
2138
|
},
|
2121
2139
|
"MaximumPlayerSessionCount": {
|
2122
2140
|
"type": "integer"
|
2123
2141
|
},
|
2124
2142
|
"GameSessionName": {},
|
2125
2143
|
"PlayerLatencies": {
|
2126
|
-
"shape": "
|
2144
|
+
"shape": "S7z"
|
2127
2145
|
},
|
2128
2146
|
"DesiredPlayerSessions": {
|
2129
2147
|
"type": "list",
|
2130
2148
|
"member": {
|
2131
2149
|
"type": "structure",
|
2132
2150
|
"members": {
|
2133
|
-
"PlayerId": {
|
2151
|
+
"PlayerId": {
|
2152
|
+
"shape": "S4"
|
2153
|
+
},
|
2134
2154
|
"PlayerData": {}
|
2135
2155
|
}
|
2136
2156
|
}
|
@@ -2142,7 +2162,7 @@
|
|
2142
2162
|
"type": "structure",
|
2143
2163
|
"members": {
|
2144
2164
|
"GameSessionPlacement": {
|
2145
|
-
"shape": "
|
2165
|
+
"shape": "S7x"
|
2146
2166
|
}
|
2147
2167
|
}
|
2148
2168
|
}
|
@@ -2159,7 +2179,7 @@
|
|
2159
2179
|
"ConfigurationName": {},
|
2160
2180
|
"GameSessionArn": {},
|
2161
2181
|
"Players": {
|
2162
|
-
"shape": "
|
2182
|
+
"shape": "S8o"
|
2163
2183
|
}
|
2164
2184
|
}
|
2165
2185
|
},
|
@@ -2167,7 +2187,7 @@
|
|
2167
2187
|
"type": "structure",
|
2168
2188
|
"members": {
|
2169
2189
|
"MatchmakingTicket": {
|
2170
|
-
"shape": "
|
2190
|
+
"shape": "S8l"
|
2171
2191
|
}
|
2172
2192
|
}
|
2173
2193
|
}
|
@@ -2183,7 +2203,7 @@
|
|
2183
2203
|
"TicketId": {},
|
2184
2204
|
"ConfigurationName": {},
|
2185
2205
|
"Players": {
|
2186
|
-
"shape": "
|
2206
|
+
"shape": "S8o"
|
2187
2207
|
}
|
2188
2208
|
}
|
2189
2209
|
},
|
@@ -2191,7 +2211,7 @@
|
|
2191
2211
|
"type": "structure",
|
2192
2212
|
"members": {
|
2193
2213
|
"MatchmakingTicket": {
|
2194
|
-
"shape": "
|
2214
|
+
"shape": "S8l"
|
2195
2215
|
}
|
2196
2216
|
}
|
2197
2217
|
}
|
@@ -2206,7 +2226,7 @@
|
|
2206
2226
|
"members": {
|
2207
2227
|
"FleetId": {},
|
2208
2228
|
"Actions": {
|
2209
|
-
"shape": "
|
2229
|
+
"shape": "S2h"
|
2210
2230
|
},
|
2211
2231
|
"Location": {}
|
2212
2232
|
}
|
@@ -2233,7 +2253,7 @@
|
|
2233
2253
|
"type": "structure",
|
2234
2254
|
"members": {
|
2235
2255
|
"GameSessionPlacement": {
|
2236
|
-
"shape": "
|
2256
|
+
"shape": "S7x"
|
2237
2257
|
}
|
2238
2258
|
}
|
2239
2259
|
}
|
@@ -2263,7 +2283,7 @@
|
|
2263
2283
|
"members": {
|
2264
2284
|
"GameServerGroupName": {},
|
2265
2285
|
"SuspendActions": {
|
2266
|
-
"shape": "
|
2286
|
+
"shape": "S39"
|
2267
2287
|
}
|
2268
2288
|
}
|
2269
2289
|
},
|
@@ -2271,7 +2291,7 @@
|
|
2271
2291
|
"type": "structure",
|
2272
2292
|
"members": {
|
2273
2293
|
"GameServerGroup": {
|
2274
|
-
"shape": "
|
2294
|
+
"shape": "S36"
|
2275
2295
|
}
|
2276
2296
|
}
|
2277
2297
|
}
|
@@ -2286,7 +2306,7 @@
|
|
2286
2306
|
"members": {
|
2287
2307
|
"ResourceARN": {},
|
2288
2308
|
"Tags": {
|
2289
|
-
"shape": "
|
2309
|
+
"shape": "Su"
|
2290
2310
|
}
|
2291
2311
|
}
|
2292
2312
|
},
|
@@ -2326,7 +2346,7 @@
|
|
2326
2346
|
"Name": {},
|
2327
2347
|
"Description": {},
|
2328
2348
|
"RoutingStrategy": {
|
2329
|
-
"shape": "
|
2349
|
+
"shape": "Sq"
|
2330
2350
|
}
|
2331
2351
|
}
|
2332
2352
|
},
|
@@ -2334,7 +2354,7 @@
|
|
2334
2354
|
"type": "structure",
|
2335
2355
|
"members": {
|
2336
2356
|
"Alias": {
|
2337
|
-
"shape": "
|
2357
|
+
"shape": "Sz"
|
2338
2358
|
}
|
2339
2359
|
}
|
2340
2360
|
}
|
@@ -2355,7 +2375,7 @@
|
|
2355
2375
|
"type": "structure",
|
2356
2376
|
"members": {
|
2357
2377
|
"Build": {
|
2358
|
-
"shape": "
|
2378
|
+
"shape": "S18"
|
2359
2379
|
}
|
2360
2380
|
}
|
2361
2381
|
}
|
@@ -2372,13 +2392,13 @@
|
|
2372
2392
|
"Description": {},
|
2373
2393
|
"NewGameSessionProtectionPolicy": {},
|
2374
2394
|
"ResourceCreationLimitPolicy": {
|
2375
|
-
"shape": "
|
2395
|
+
"shape": "S1x"
|
2376
2396
|
},
|
2377
2397
|
"MetricGroups": {
|
2378
|
-
"shape": "
|
2398
|
+
"shape": "S1z"
|
2379
2399
|
},
|
2380
2400
|
"AnywhereConfiguration": {
|
2381
|
-
"shape": "
|
2401
|
+
"shape": "S28"
|
2382
2402
|
}
|
2383
2403
|
}
|
2384
2404
|
},
|
@@ -2428,10 +2448,10 @@
|
|
2428
2448
|
"members": {
|
2429
2449
|
"FleetId": {},
|
2430
2450
|
"InboundPermissionAuthorizations": {
|
2431
|
-
"shape": "
|
2451
|
+
"shape": "S1l"
|
2432
2452
|
},
|
2433
2453
|
"InboundPermissionRevocations": {
|
2434
|
-
"shape": "
|
2454
|
+
"shape": "S1l"
|
2435
2455
|
}
|
2436
2456
|
}
|
2437
2457
|
},
|
@@ -2477,7 +2497,7 @@
|
|
2477
2497
|
"GameServerGroupName": {},
|
2478
2498
|
"RoleArn": {},
|
2479
2499
|
"InstanceDefinitions": {
|
2480
|
-
"shape": "
|
2500
|
+
"shape": "S2u"
|
2481
2501
|
},
|
2482
2502
|
"GameServerProtectionPolicy": {},
|
2483
2503
|
"BalancingStrategy": {}
|
@@ -2487,7 +2507,7 @@
|
|
2487
2507
|
"type": "structure",
|
2488
2508
|
"members": {
|
2489
2509
|
"GameServerGroup": {
|
2490
|
-
"shape": "
|
2510
|
+
"shape": "S36"
|
2491
2511
|
}
|
2492
2512
|
}
|
2493
2513
|
}
|
@@ -2512,7 +2532,7 @@
|
|
2512
2532
|
"type": "structure",
|
2513
2533
|
"members": {
|
2514
2534
|
"GameSession": {
|
2515
|
-
"shape": "
|
2535
|
+
"shape": "S3k"
|
2516
2536
|
}
|
2517
2537
|
}
|
2518
2538
|
}
|
@@ -2529,16 +2549,16 @@
|
|
2529
2549
|
"type": "integer"
|
2530
2550
|
},
|
2531
2551
|
"PlayerLatencyPolicies": {
|
2532
|
-
"shape": "
|
2552
|
+
"shape": "S3t"
|
2533
2553
|
},
|
2534
2554
|
"Destinations": {
|
2535
|
-
"shape": "
|
2555
|
+
"shape": "S3v"
|
2536
2556
|
},
|
2537
2557
|
"FilterConfiguration": {
|
2538
|
-
"shape": "
|
2558
|
+
"shape": "S3y"
|
2539
2559
|
},
|
2540
2560
|
"PriorityConfiguration": {
|
2541
|
-
"shape": "
|
2561
|
+
"shape": "S40"
|
2542
2562
|
},
|
2543
2563
|
"CustomEventData": {},
|
2544
2564
|
"NotificationTarget": {}
|
@@ -2548,7 +2568,7 @@
|
|
2548
2568
|
"type": "structure",
|
2549
2569
|
"members": {
|
2550
2570
|
"GameSessionQueue": {
|
2551
|
-
"shape": "
|
2571
|
+
"shape": "S46"
|
2552
2572
|
}
|
2553
2573
|
}
|
2554
2574
|
}
|
@@ -2563,7 +2583,7 @@
|
|
2563
2583
|
"Name": {},
|
2564
2584
|
"Description": {},
|
2565
2585
|
"GameSessionQueueArns": {
|
2566
|
-
"shape": "
|
2586
|
+
"shape": "S4e"
|
2567
2587
|
},
|
2568
2588
|
"RequestTimeoutSeconds": {
|
2569
2589
|
"type": "integer"
|
@@ -2581,7 +2601,7 @@
|
|
2581
2601
|
},
|
2582
2602
|
"CustomEventData": {},
|
2583
2603
|
"GameProperties": {
|
2584
|
-
"shape": "
|
2604
|
+
"shape": "S3d"
|
2585
2605
|
},
|
2586
2606
|
"GameSessionData": {},
|
2587
2607
|
"BackfillMode": {},
|
@@ -2592,7 +2612,7 @@
|
|
2592
2612
|
"type": "structure",
|
2593
2613
|
"members": {
|
2594
2614
|
"Configuration": {
|
2595
|
-
"shape": "
|
2615
|
+
"shape": "S4p"
|
2596
2616
|
}
|
2597
2617
|
}
|
2598
2618
|
}
|
@@ -2607,7 +2627,7 @@
|
|
2607
2627
|
"members": {
|
2608
2628
|
"FleetId": {},
|
2609
2629
|
"RuntimeConfiguration": {
|
2610
|
-
"shape": "
|
2630
|
+
"shape": "S1r"
|
2611
2631
|
}
|
2612
2632
|
}
|
2613
2633
|
},
|
@@ -2615,7 +2635,7 @@
|
|
2615
2635
|
"type": "structure",
|
2616
2636
|
"members": {
|
2617
2637
|
"RuntimeConfiguration": {
|
2618
|
-
"shape": "
|
2638
|
+
"shape": "S1r"
|
2619
2639
|
}
|
2620
2640
|
}
|
2621
2641
|
}
|
@@ -2631,7 +2651,7 @@
|
|
2631
2651
|
"Name": {},
|
2632
2652
|
"Version": {},
|
2633
2653
|
"StorageLocation": {
|
2634
|
-
"shape": "
|
2654
|
+
"shape": "S13"
|
2635
2655
|
},
|
2636
2656
|
"ZipFile": {
|
2637
2657
|
"type": "blob"
|
@@ -2642,7 +2662,7 @@
|
|
2642
2662
|
"type": "structure",
|
2643
2663
|
"members": {
|
2644
2664
|
"Script": {
|
2645
|
-
"shape": "
|
2665
|
+
"shape": "S5a"
|
2646
2666
|
}
|
2647
2667
|
}
|
2648
2668
|
}
|
@@ -2668,9 +2688,9 @@
|
|
2668
2688
|
}
|
2669
2689
|
},
|
2670
2690
|
"shapes": {
|
2671
|
-
"
|
2672
|
-
"type": "
|
2673
|
-
"
|
2691
|
+
"S4": {
|
2692
|
+
"type": "string",
|
2693
|
+
"sensitive": true
|
2674
2694
|
},
|
2675
2695
|
"Sf": {
|
2676
2696
|
"type": "structure",
|
@@ -2694,7 +2714,7 @@
|
|
2694
2714
|
}
|
2695
2715
|
}
|
2696
2716
|
},
|
2697
|
-
"
|
2717
|
+
"Sq": {
|
2698
2718
|
"type": "structure",
|
2699
2719
|
"members": {
|
2700
2720
|
"Type": {},
|
@@ -2702,7 +2722,7 @@
|
|
2702
2722
|
"Message": {}
|
2703
2723
|
}
|
2704
2724
|
},
|
2705
|
-
"
|
2725
|
+
"Su": {
|
2706
2726
|
"type": "list",
|
2707
2727
|
"member": {
|
2708
2728
|
"type": "structure",
|
@@ -2716,7 +2736,7 @@
|
|
2716
2736
|
}
|
2717
2737
|
}
|
2718
2738
|
},
|
2719
|
-
"
|
2739
|
+
"Sz": {
|
2720
2740
|
"type": "structure",
|
2721
2741
|
"members": {
|
2722
2742
|
"AliasId": {},
|
@@ -2724,7 +2744,7 @@
|
|
2724
2744
|
"AliasArn": {},
|
2725
2745
|
"Description": {},
|
2726
2746
|
"RoutingStrategy": {
|
2727
|
-
"shape": "
|
2747
|
+
"shape": "Sq"
|
2728
2748
|
},
|
2729
2749
|
"CreationTime": {
|
2730
2750
|
"type": "timestamp"
|
@@ -2734,7 +2754,7 @@
|
|
2734
2754
|
}
|
2735
2755
|
}
|
2736
2756
|
},
|
2737
|
-
"
|
2757
|
+
"S13": {
|
2738
2758
|
"type": "structure",
|
2739
2759
|
"members": {
|
2740
2760
|
"Bucket": {},
|
@@ -2743,7 +2763,7 @@
|
|
2743
2763
|
"ObjectVersion": {}
|
2744
2764
|
}
|
2745
2765
|
},
|
2746
|
-
"
|
2766
|
+
"S18": {
|
2747
2767
|
"type": "structure",
|
2748
2768
|
"members": {
|
2749
2769
|
"BuildId": {},
|
@@ -2761,7 +2781,7 @@
|
|
2761
2781
|
"ServerSdkVersion": {}
|
2762
2782
|
}
|
2763
2783
|
},
|
2764
|
-
"
|
2784
|
+
"S1d": {
|
2765
2785
|
"type": "structure",
|
2766
2786
|
"members": {
|
2767
2787
|
"AccessKeyId": {},
|
@@ -2771,6 +2791,10 @@
|
|
2771
2791
|
"sensitive": true
|
2772
2792
|
},
|
2773
2793
|
"S1j": {
|
2794
|
+
"type": "list",
|
2795
|
+
"member": {}
|
2796
|
+
},
|
2797
|
+
"S1l": {
|
2774
2798
|
"type": "list",
|
2775
2799
|
"member": {
|
2776
2800
|
"type": "structure",
|
@@ -2782,17 +2806,24 @@
|
|
2782
2806
|
],
|
2783
2807
|
"members": {
|
2784
2808
|
"FromPort": {
|
2785
|
-
"
|
2809
|
+
"shape": "S1n"
|
2786
2810
|
},
|
2787
2811
|
"ToPort": {
|
2788
|
-
"
|
2812
|
+
"shape": "S1n"
|
2813
|
+
},
|
2814
|
+
"IpRange": {
|
2815
|
+
"type": "string",
|
2816
|
+
"sensitive": true
|
2789
2817
|
},
|
2790
|
-
"IpRange": {},
|
2791
2818
|
"Protocol": {}
|
2792
2819
|
}
|
2793
2820
|
}
|
2794
2821
|
},
|
2795
|
-
"
|
2822
|
+
"S1n": {
|
2823
|
+
"type": "integer",
|
2824
|
+
"sensitive": true
|
2825
|
+
},
|
2826
|
+
"S1r": {
|
2796
2827
|
"type": "structure",
|
2797
2828
|
"members": {
|
2798
2829
|
"ServerProcesses": {
|
@@ -2820,7 +2851,7 @@
|
|
2820
2851
|
}
|
2821
2852
|
}
|
2822
2853
|
},
|
2823
|
-
"
|
2854
|
+
"S1x": {
|
2824
2855
|
"type": "structure",
|
2825
2856
|
"members": {
|
2826
2857
|
"NewGameSessionsPerCreator": {
|
@@ -2831,11 +2862,11 @@
|
|
2831
2862
|
}
|
2832
2863
|
}
|
2833
2864
|
},
|
2834
|
-
"
|
2865
|
+
"S1z": {
|
2835
2866
|
"type": "list",
|
2836
2867
|
"member": {}
|
2837
2868
|
},
|
2838
|
-
"
|
2869
|
+
"S22": {
|
2839
2870
|
"type": "structure",
|
2840
2871
|
"required": [
|
2841
2872
|
"CertificateType"
|
@@ -2844,7 +2875,7 @@
|
|
2844
2875
|
"CertificateType": {}
|
2845
2876
|
}
|
2846
2877
|
},
|
2847
|
-
"
|
2878
|
+
"S24": {
|
2848
2879
|
"type": "list",
|
2849
2880
|
"member": {
|
2850
2881
|
"type": "structure",
|
@@ -2856,7 +2887,7 @@
|
|
2856
2887
|
}
|
2857
2888
|
}
|
2858
2889
|
},
|
2859
|
-
"
|
2890
|
+
"S28": {
|
2860
2891
|
"type": "structure",
|
2861
2892
|
"required": [
|
2862
2893
|
"Cost"
|
@@ -2865,7 +2896,7 @@
|
|
2865
2896
|
"Cost": {}
|
2866
2897
|
}
|
2867
2898
|
},
|
2868
|
-
"
|
2899
|
+
"S2c": {
|
2869
2900
|
"type": "structure",
|
2870
2901
|
"members": {
|
2871
2902
|
"FleetId": {},
|
@@ -2888,47 +2919,48 @@
|
|
2888
2919
|
"ServerLaunchPath": {},
|
2889
2920
|
"ServerLaunchParameters": {},
|
2890
2921
|
"LogPaths": {
|
2891
|
-
"shape": "
|
2922
|
+
"shape": "S1j"
|
2892
2923
|
},
|
2893
2924
|
"NewGameSessionProtectionPolicy": {},
|
2894
2925
|
"OperatingSystem": {},
|
2895
2926
|
"ResourceCreationLimitPolicy": {
|
2896
|
-
"shape": "
|
2927
|
+
"shape": "S1x"
|
2897
2928
|
},
|
2898
2929
|
"MetricGroups": {
|
2899
|
-
"shape": "
|
2930
|
+
"shape": "S1z"
|
2900
2931
|
},
|
2901
2932
|
"StoppedActions": {
|
2902
|
-
"shape": "
|
2933
|
+
"shape": "S2h"
|
2903
2934
|
},
|
2904
2935
|
"InstanceRoleArn": {},
|
2905
2936
|
"CertificateConfiguration": {
|
2906
|
-
"shape": "
|
2937
|
+
"shape": "S22"
|
2907
2938
|
},
|
2908
2939
|
"ComputeType": {},
|
2909
2940
|
"AnywhereConfiguration": {
|
2910
|
-
"shape": "
|
2911
|
-
}
|
2941
|
+
"shape": "S28"
|
2942
|
+
},
|
2943
|
+
"InstanceRoleCredentialsProvider": {}
|
2912
2944
|
}
|
2913
2945
|
},
|
2914
|
-
"
|
2946
|
+
"S2h": {
|
2915
2947
|
"type": "list",
|
2916
2948
|
"member": {}
|
2917
2949
|
},
|
2918
|
-
"
|
2950
|
+
"S2j": {
|
2919
2951
|
"type": "list",
|
2920
2952
|
"member": {
|
2921
|
-
"shape": "
|
2953
|
+
"shape": "S2k"
|
2922
2954
|
}
|
2923
2955
|
},
|
2924
|
-
"
|
2956
|
+
"S2k": {
|
2925
2957
|
"type": "structure",
|
2926
2958
|
"members": {
|
2927
2959
|
"Location": {},
|
2928
2960
|
"Status": {}
|
2929
2961
|
}
|
2930
2962
|
},
|
2931
|
-
"
|
2963
|
+
"S2u": {
|
2932
2964
|
"type": "list",
|
2933
2965
|
"member": {
|
2934
2966
|
"type": "structure",
|
@@ -2941,14 +2973,14 @@
|
|
2941
2973
|
}
|
2942
2974
|
}
|
2943
2975
|
},
|
2944
|
-
"
|
2976
|
+
"S36": {
|
2945
2977
|
"type": "structure",
|
2946
2978
|
"members": {
|
2947
2979
|
"GameServerGroupName": {},
|
2948
2980
|
"GameServerGroupArn": {},
|
2949
2981
|
"RoleArn": {},
|
2950
2982
|
"InstanceDefinitions": {
|
2951
|
-
"shape": "
|
2983
|
+
"shape": "S2u"
|
2952
2984
|
},
|
2953
2985
|
"BalancingStrategy": {},
|
2954
2986
|
"GameServerProtectionPolicy": {},
|
@@ -2956,7 +2988,7 @@
|
|
2956
2988
|
"Status": {},
|
2957
2989
|
"StatusReason": {},
|
2958
2990
|
"SuspendedActions": {
|
2959
|
-
"shape": "
|
2991
|
+
"shape": "S39"
|
2960
2992
|
},
|
2961
2993
|
"CreationTime": {
|
2962
2994
|
"type": "timestamp"
|
@@ -2966,11 +2998,11 @@
|
|
2966
2998
|
}
|
2967
2999
|
}
|
2968
3000
|
},
|
2969
|
-
"
|
3001
|
+
"S39": {
|
2970
3002
|
"type": "list",
|
2971
3003
|
"member": {}
|
2972
3004
|
},
|
2973
|
-
"
|
3005
|
+
"S3d": {
|
2974
3006
|
"type": "list",
|
2975
3007
|
"member": {
|
2976
3008
|
"type": "structure",
|
@@ -2984,7 +3016,7 @@
|
|
2984
3016
|
}
|
2985
3017
|
}
|
2986
3018
|
},
|
2987
|
-
"
|
3019
|
+
"S3k": {
|
2988
3020
|
"type": "structure",
|
2989
3021
|
"members": {
|
2990
3022
|
"GameSessionId": {},
|
@@ -3006,12 +3038,14 @@
|
|
3006
3038
|
"Status": {},
|
3007
3039
|
"StatusReason": {},
|
3008
3040
|
"GameProperties": {
|
3009
|
-
"shape": "
|
3041
|
+
"shape": "S3d"
|
3042
|
+
},
|
3043
|
+
"IpAddress": {
|
3044
|
+
"shape": "S3n"
|
3010
3045
|
},
|
3011
|
-
"IpAddress": {},
|
3012
3046
|
"DnsName": {},
|
3013
3047
|
"Port": {
|
3014
|
-
"
|
3048
|
+
"shape": "S1n"
|
3015
3049
|
},
|
3016
3050
|
"PlayerSessionCreationPolicy": {},
|
3017
3051
|
"CreatorId": {},
|
@@ -3020,7 +3054,11 @@
|
|
3020
3054
|
"Location": {}
|
3021
3055
|
}
|
3022
3056
|
},
|
3023
|
-
"
|
3057
|
+
"S3n": {
|
3058
|
+
"type": "string",
|
3059
|
+
"sensitive": true
|
3060
|
+
},
|
3061
|
+
"S3t": {
|
3024
3062
|
"type": "list",
|
3025
3063
|
"member": {
|
3026
3064
|
"type": "structure",
|
@@ -3034,7 +3072,7 @@
|
|
3034
3072
|
}
|
3035
3073
|
}
|
3036
3074
|
},
|
3037
|
-
"
|
3075
|
+
"S3v": {
|
3038
3076
|
"type": "list",
|
3039
3077
|
"member": {
|
3040
3078
|
"type": "structure",
|
@@ -3043,19 +3081,19 @@
|
|
3043
3081
|
}
|
3044
3082
|
}
|
3045
3083
|
},
|
3046
|
-
"
|
3084
|
+
"S3y": {
|
3047
3085
|
"type": "structure",
|
3048
3086
|
"members": {
|
3049
3087
|
"AllowedLocations": {
|
3050
|
-
"shape": "
|
3088
|
+
"shape": "S3z"
|
3051
3089
|
}
|
3052
3090
|
}
|
3053
3091
|
},
|
3054
|
-
"
|
3092
|
+
"S3z": {
|
3055
3093
|
"type": "list",
|
3056
3094
|
"member": {}
|
3057
3095
|
},
|
3058
|
-
"
|
3096
|
+
"S40": {
|
3059
3097
|
"type": "structure",
|
3060
3098
|
"members": {
|
3061
3099
|
"PriorityOrder": {
|
@@ -3063,11 +3101,11 @@
|
|
3063
3101
|
"member": {}
|
3064
3102
|
},
|
3065
3103
|
"LocationOrder": {
|
3066
|
-
"shape": "
|
3104
|
+
"shape": "S3z"
|
3067
3105
|
}
|
3068
3106
|
}
|
3069
3107
|
},
|
3070
|
-
"
|
3108
|
+
"S46": {
|
3071
3109
|
"type": "structure",
|
3072
3110
|
"members": {
|
3073
3111
|
"Name": {},
|
@@ -3076,40 +3114,40 @@
|
|
3076
3114
|
"type": "integer"
|
3077
3115
|
},
|
3078
3116
|
"PlayerLatencyPolicies": {
|
3079
|
-
"shape": "
|
3117
|
+
"shape": "S3t"
|
3080
3118
|
},
|
3081
3119
|
"Destinations": {
|
3082
|
-
"shape": "
|
3120
|
+
"shape": "S3v"
|
3083
3121
|
},
|
3084
3122
|
"FilterConfiguration": {
|
3085
|
-
"shape": "
|
3123
|
+
"shape": "S3y"
|
3086
3124
|
},
|
3087
3125
|
"PriorityConfiguration": {
|
3088
|
-
"shape": "
|
3126
|
+
"shape": "S40"
|
3089
3127
|
},
|
3090
3128
|
"CustomEventData": {},
|
3091
3129
|
"NotificationTarget": {}
|
3092
3130
|
}
|
3093
3131
|
},
|
3094
|
-
"
|
3132
|
+
"S4b": {
|
3095
3133
|
"type": "structure",
|
3096
3134
|
"members": {
|
3097
3135
|
"LocationName": {},
|
3098
3136
|
"LocationArn": {}
|
3099
3137
|
}
|
3100
3138
|
},
|
3101
|
-
"
|
3139
|
+
"S4e": {
|
3102
3140
|
"type": "list",
|
3103
3141
|
"member": {}
|
3104
3142
|
},
|
3105
|
-
"
|
3143
|
+
"S4p": {
|
3106
3144
|
"type": "structure",
|
3107
3145
|
"members": {
|
3108
3146
|
"Name": {},
|
3109
3147
|
"ConfigurationArn": {},
|
3110
3148
|
"Description": {},
|
3111
3149
|
"GameSessionQueueArns": {
|
3112
|
-
"shape": "
|
3150
|
+
"shape": "S4e"
|
3113
3151
|
},
|
3114
3152
|
"RequestTimeoutSeconds": {
|
3115
3153
|
"type": "integer"
|
@@ -3131,14 +3169,14 @@
|
|
3131
3169
|
"type": "timestamp"
|
3132
3170
|
},
|
3133
3171
|
"GameProperties": {
|
3134
|
-
"shape": "
|
3172
|
+
"shape": "S3d"
|
3135
3173
|
},
|
3136
3174
|
"GameSessionData": {},
|
3137
3175
|
"BackfillMode": {},
|
3138
3176
|
"FlexMatchMode": {}
|
3139
3177
|
}
|
3140
3178
|
},
|
3141
|
-
"
|
3179
|
+
"S4v": {
|
3142
3180
|
"type": "structure",
|
3143
3181
|
"required": [
|
3144
3182
|
"RuleSetBody"
|
@@ -3152,11 +3190,13 @@
|
|
3152
3190
|
}
|
3153
3191
|
}
|
3154
3192
|
},
|
3155
|
-
"
|
3193
|
+
"S4z": {
|
3156
3194
|
"type": "structure",
|
3157
3195
|
"members": {
|
3158
3196
|
"PlayerSessionId": {},
|
3159
|
-
"PlayerId": {
|
3197
|
+
"PlayerId": {
|
3198
|
+
"shape": "S4"
|
3199
|
+
},
|
3160
3200
|
"GameSessionId": {},
|
3161
3201
|
"FleetId": {},
|
3162
3202
|
"FleetArn": {},
|
@@ -3167,21 +3207,23 @@
|
|
3167
3207
|
"type": "timestamp"
|
3168
3208
|
},
|
3169
3209
|
"Status": {},
|
3170
|
-
"IpAddress": {
|
3210
|
+
"IpAddress": {
|
3211
|
+
"shape": "S3n"
|
3212
|
+
},
|
3171
3213
|
"DnsName": {},
|
3172
3214
|
"Port": {
|
3173
|
-
"
|
3215
|
+
"shape": "S1n"
|
3174
3216
|
},
|
3175
3217
|
"PlayerData": {}
|
3176
3218
|
}
|
3177
3219
|
},
|
3178
|
-
"
|
3220
|
+
"S56": {
|
3179
3221
|
"type": "list",
|
3180
3222
|
"member": {
|
3181
|
-
"shape": "
|
3223
|
+
"shape": "S4z"
|
3182
3224
|
}
|
3183
3225
|
},
|
3184
|
-
"
|
3226
|
+
"S5a": {
|
3185
3227
|
"type": "structure",
|
3186
3228
|
"members": {
|
3187
3229
|
"ScriptId": {},
|
@@ -3195,11 +3237,11 @@
|
|
3195
3237
|
"type": "timestamp"
|
3196
3238
|
},
|
3197
3239
|
"StorageLocation": {
|
3198
|
-
"shape": "
|
3240
|
+
"shape": "S13"
|
3199
3241
|
}
|
3200
3242
|
}
|
3201
3243
|
},
|
3202
|
-
"
|
3244
|
+
"S5d": {
|
3203
3245
|
"type": "structure",
|
3204
3246
|
"members": {
|
3205
3247
|
"GameLiftAwsAccountId": {},
|
@@ -3213,14 +3255,16 @@
|
|
3213
3255
|
}
|
3214
3256
|
}
|
3215
3257
|
},
|
3216
|
-
"
|
3258
|
+
"S6f": {
|
3217
3259
|
"type": "structure",
|
3218
3260
|
"members": {
|
3219
3261
|
"FleetId": {},
|
3220
3262
|
"FleetArn": {},
|
3221
3263
|
"ComputeName": {},
|
3222
3264
|
"ComputeArn": {},
|
3223
|
-
"IpAddress": {
|
3265
|
+
"IpAddress": {
|
3266
|
+
"shape": "S3n"
|
3267
|
+
},
|
3224
3268
|
"DnsName": {},
|
3225
3269
|
"ComputeStatus": {},
|
3226
3270
|
"Location": {},
|
@@ -3232,11 +3276,11 @@
|
|
3232
3276
|
"GameLiftServiceSdkEndpoint": {}
|
3233
3277
|
}
|
3234
3278
|
},
|
3235
|
-
"
|
3279
|
+
"S6p": {
|
3236
3280
|
"type": "list",
|
3237
3281
|
"member": {}
|
3238
3282
|
},
|
3239
|
-
"
|
3283
|
+
"S6v": {
|
3240
3284
|
"type": "structure",
|
3241
3285
|
"members": {
|
3242
3286
|
"FleetId": {},
|
@@ -3271,7 +3315,7 @@
|
|
3271
3315
|
"Location": {}
|
3272
3316
|
}
|
3273
3317
|
},
|
3274
|
-
"
|
3318
|
+
"S7b": {
|
3275
3319
|
"type": "structure",
|
3276
3320
|
"members": {
|
3277
3321
|
"FleetId": {},
|
@@ -3291,14 +3335,14 @@
|
|
3291
3335
|
"Location": {}
|
3292
3336
|
}
|
3293
3337
|
},
|
3294
|
-
"
|
3338
|
+
"S7x": {
|
3295
3339
|
"type": "structure",
|
3296
3340
|
"members": {
|
3297
3341
|
"PlacementId": {},
|
3298
3342
|
"GameSessionQueueName": {},
|
3299
3343
|
"Status": {},
|
3300
3344
|
"GameProperties": {
|
3301
|
-
"shape": "
|
3345
|
+
"shape": "S3d"
|
3302
3346
|
},
|
3303
3347
|
"MaximumPlayerSessionCount": {
|
3304
3348
|
"type": "integer"
|
@@ -3308,7 +3352,7 @@
|
|
3308
3352
|
"GameSessionArn": {},
|
3309
3353
|
"GameSessionRegion": {},
|
3310
3354
|
"PlayerLatencies": {
|
3311
|
-
"shape": "
|
3355
|
+
"shape": "S7z"
|
3312
3356
|
},
|
3313
3357
|
"StartTime": {
|
3314
3358
|
"type": "timestamp"
|
@@ -3316,17 +3360,21 @@
|
|
3316
3360
|
"EndTime": {
|
3317
3361
|
"type": "timestamp"
|
3318
3362
|
},
|
3319
|
-
"IpAddress": {
|
3363
|
+
"IpAddress": {
|
3364
|
+
"shape": "S3n"
|
3365
|
+
},
|
3320
3366
|
"DnsName": {},
|
3321
3367
|
"Port": {
|
3322
|
-
"
|
3368
|
+
"shape": "S1n"
|
3323
3369
|
},
|
3324
3370
|
"PlacedPlayerSessions": {
|
3325
3371
|
"type": "list",
|
3326
3372
|
"member": {
|
3327
3373
|
"type": "structure",
|
3328
3374
|
"members": {
|
3329
|
-
"PlayerId": {
|
3375
|
+
"PlayerId": {
|
3376
|
+
"shape": "S4"
|
3377
|
+
},
|
3330
3378
|
"PlayerSessionId": {}
|
3331
3379
|
}
|
3332
3380
|
}
|
@@ -3335,12 +3383,14 @@
|
|
3335
3383
|
"MatchmakerData": {}
|
3336
3384
|
}
|
3337
3385
|
},
|
3338
|
-
"
|
3386
|
+
"S7z": {
|
3339
3387
|
"type": "list",
|
3340
3388
|
"member": {
|
3341
3389
|
"type": "structure",
|
3342
3390
|
"members": {
|
3343
|
-
"PlayerId": {
|
3391
|
+
"PlayerId": {
|
3392
|
+
"shape": "S4"
|
3393
|
+
},
|
3344
3394
|
"RegionIdentifier": {},
|
3345
3395
|
"LatencyInMilliseconds": {
|
3346
3396
|
"type": "float"
|
@@ -3348,13 +3398,13 @@
|
|
3348
3398
|
}
|
3349
3399
|
}
|
3350
3400
|
},
|
3351
|
-
"
|
3401
|
+
"S8a": {
|
3352
3402
|
"type": "list",
|
3353
3403
|
"member": {
|
3354
|
-
"shape": "
|
3404
|
+
"shape": "S3k"
|
3355
3405
|
}
|
3356
3406
|
},
|
3357
|
-
"
|
3407
|
+
"S8l": {
|
3358
3408
|
"type": "structure",
|
3359
3409
|
"members": {
|
3360
3410
|
"TicketId": {},
|
@@ -3370,13 +3420,15 @@
|
|
3370
3420
|
"type": "timestamp"
|
3371
3421
|
},
|
3372
3422
|
"Players": {
|
3373
|
-
"shape": "
|
3423
|
+
"shape": "S8o"
|
3374
3424
|
},
|
3375
3425
|
"GameSessionConnectionInfo": {
|
3376
3426
|
"type": "structure",
|
3377
3427
|
"members": {
|
3378
3428
|
"GameSessionArn": {},
|
3379
|
-
"IpAddress": {
|
3429
|
+
"IpAddress": {
|
3430
|
+
"shape": "S3n"
|
3431
|
+
},
|
3380
3432
|
"DnsName": {},
|
3381
3433
|
"Port": {
|
3382
3434
|
"type": "integer"
|
@@ -3386,7 +3438,9 @@
|
|
3386
3438
|
"member": {
|
3387
3439
|
"type": "structure",
|
3388
3440
|
"members": {
|
3389
|
-
"PlayerId": {
|
3441
|
+
"PlayerId": {
|
3442
|
+
"shape": "S4"
|
3443
|
+
},
|
3390
3444
|
"PlayerSessionId": {}
|
3391
3445
|
}
|
3392
3446
|
}
|
@@ -3398,12 +3452,14 @@
|
|
3398
3452
|
}
|
3399
3453
|
}
|
3400
3454
|
},
|
3401
|
-
"
|
3455
|
+
"S8o": {
|
3402
3456
|
"type": "list",
|
3403
3457
|
"member": {
|
3404
3458
|
"type": "structure",
|
3405
3459
|
"members": {
|
3406
|
-
"PlayerId": {
|
3460
|
+
"PlayerId": {
|
3461
|
+
"shape": "S4"
|
3462
|
+
},
|
3407
3463
|
"PlayerAttributes": {
|
3408
3464
|
"type": "map",
|
3409
3465
|
"key": {},
|
@@ -3439,7 +3495,7 @@
|
|
3439
3495
|
}
|
3440
3496
|
}
|
3441
3497
|
},
|
3442
|
-
"
|
3498
|
+
"S9o": {
|
3443
3499
|
"type": "structure",
|
3444
3500
|
"required": [
|
3445
3501
|
"TargetValue"
|