cdk-lambda-subminute 2.0.286 → 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 +9 -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/gamelift-2015-10-01.min.json +283 -227
- 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/clients/apprunner.d.ts +5 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +33 -22
- 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/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +286 -230
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +49 -49
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1487.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -146030,7 +146030,11 @@ module.exports={
|
|
146030
146030
|
"members": {
|
146031
146031
|
"TicketId": {},
|
146032
146032
|
"PlayerIds": {
|
146033
|
-
"
|
146033
|
+
"type": "list",
|
146034
|
+
"member": {
|
146035
|
+
"shape": "S4"
|
146036
|
+
},
|
146037
|
+
"sensitive": true
|
146034
146038
|
},
|
146035
146039
|
"AcceptanceType": {}
|
146036
146040
|
}
|
@@ -146081,10 +146085,10 @@ module.exports={
|
|
146081
146085
|
"Name": {},
|
146082
146086
|
"Description": {},
|
146083
146087
|
"RoutingStrategy": {
|
146084
|
-
"shape": "
|
146088
|
+
"shape": "Sq"
|
146085
146089
|
},
|
146086
146090
|
"Tags": {
|
146087
|
-
"shape": "
|
146091
|
+
"shape": "Su"
|
146088
146092
|
}
|
146089
146093
|
}
|
146090
146094
|
},
|
@@ -146092,7 +146096,7 @@ module.exports={
|
|
146092
146096
|
"type": "structure",
|
146093
146097
|
"members": {
|
146094
146098
|
"Alias": {
|
146095
|
-
"shape": "
|
146099
|
+
"shape": "Sz"
|
146096
146100
|
}
|
146097
146101
|
}
|
146098
146102
|
}
|
@@ -146104,11 +146108,11 @@ module.exports={
|
|
146104
146108
|
"Name": {},
|
146105
146109
|
"Version": {},
|
146106
146110
|
"StorageLocation": {
|
146107
|
-
"shape": "
|
146111
|
+
"shape": "S13"
|
146108
146112
|
},
|
146109
146113
|
"OperatingSystem": {},
|
146110
146114
|
"Tags": {
|
146111
|
-
"shape": "
|
146115
|
+
"shape": "Su"
|
146112
146116
|
},
|
146113
146117
|
"ServerSdkVersion": {}
|
146114
146118
|
}
|
@@ -146117,13 +146121,13 @@ module.exports={
|
|
146117
146121
|
"type": "structure",
|
146118
146122
|
"members": {
|
146119
146123
|
"Build": {
|
146120
|
-
"shape": "
|
146124
|
+
"shape": "S18"
|
146121
146125
|
},
|
146122
146126
|
"UploadCredentials": {
|
146123
|
-
"shape": "
|
146127
|
+
"shape": "S1d"
|
146124
146128
|
},
|
146125
146129
|
"StorageLocation": {
|
146126
|
-
"shape": "
|
146130
|
+
"shape": "S13"
|
146127
146131
|
}
|
146128
146132
|
}
|
146129
146133
|
}
|
@@ -146142,49 +146146,50 @@ module.exports={
|
|
146142
146146
|
"ServerLaunchPath": {},
|
146143
146147
|
"ServerLaunchParameters": {},
|
146144
146148
|
"LogPaths": {
|
146145
|
-
"shape": "
|
146149
|
+
"shape": "S1j"
|
146146
146150
|
},
|
146147
146151
|
"EC2InstanceType": {},
|
146148
146152
|
"EC2InboundPermissions": {
|
146149
|
-
"shape": "
|
146153
|
+
"shape": "S1l"
|
146150
146154
|
},
|
146151
146155
|
"NewGameSessionProtectionPolicy": {},
|
146152
146156
|
"RuntimeConfiguration": {
|
146153
|
-
"shape": "
|
146157
|
+
"shape": "S1r"
|
146154
146158
|
},
|
146155
146159
|
"ResourceCreationLimitPolicy": {
|
146156
|
-
"shape": "
|
146160
|
+
"shape": "S1x"
|
146157
146161
|
},
|
146158
146162
|
"MetricGroups": {
|
146159
|
-
"shape": "
|
146163
|
+
"shape": "S1z"
|
146160
146164
|
},
|
146161
146165
|
"PeerVpcAwsAccountId": {},
|
146162
146166
|
"PeerVpcId": {},
|
146163
146167
|
"FleetType": {},
|
146164
146168
|
"InstanceRoleArn": {},
|
146165
146169
|
"CertificateConfiguration": {
|
146166
|
-
"shape": "
|
146170
|
+
"shape": "S22"
|
146167
146171
|
},
|
146168
146172
|
"Locations": {
|
146169
|
-
"shape": "
|
146173
|
+
"shape": "S24"
|
146170
146174
|
},
|
146171
146175
|
"Tags": {
|
146172
|
-
"shape": "
|
146176
|
+
"shape": "Su"
|
146173
146177
|
},
|
146174
146178
|
"ComputeType": {},
|
146175
146179
|
"AnywhereConfiguration": {
|
146176
|
-
"shape": "
|
146177
|
-
}
|
146180
|
+
"shape": "S28"
|
146181
|
+
},
|
146182
|
+
"InstanceRoleCredentialsProvider": {}
|
146178
146183
|
}
|
146179
146184
|
},
|
146180
146185
|
"output": {
|
146181
146186
|
"type": "structure",
|
146182
146187
|
"members": {
|
146183
146188
|
"FleetAttributes": {
|
146184
|
-
"shape": "
|
146189
|
+
"shape": "S2c"
|
146185
146190
|
},
|
146186
146191
|
"LocationStates": {
|
146187
|
-
"shape": "
|
146192
|
+
"shape": "S2j"
|
146188
146193
|
}
|
146189
146194
|
}
|
146190
146195
|
}
|
@@ -146199,7 +146204,7 @@ module.exports={
|
|
146199
146204
|
"members": {
|
146200
146205
|
"FleetId": {},
|
146201
146206
|
"Locations": {
|
146202
|
-
"shape": "
|
146207
|
+
"shape": "S24"
|
146203
146208
|
}
|
146204
146209
|
}
|
146205
146210
|
},
|
@@ -146209,7 +146214,7 @@ module.exports={
|
|
146209
146214
|
"FleetId": {},
|
146210
146215
|
"FleetArn": {},
|
146211
146216
|
"LocationStates": {
|
146212
|
-
"shape": "
|
146217
|
+
"shape": "S2j"
|
146213
146218
|
}
|
146214
146219
|
}
|
146215
146220
|
}
|
@@ -146243,7 +146248,7 @@ module.exports={
|
|
146243
146248
|
}
|
146244
146249
|
},
|
146245
146250
|
"InstanceDefinitions": {
|
146246
|
-
"shape": "
|
146251
|
+
"shape": "S2u"
|
146247
146252
|
},
|
146248
146253
|
"AutoScalingPolicy": {
|
146249
146254
|
"type": "structure",
|
@@ -146274,7 +146279,7 @@ module.exports={
|
|
146274
146279
|
"member": {}
|
146275
146280
|
},
|
146276
146281
|
"Tags": {
|
146277
|
-
"shape": "
|
146282
|
+
"shape": "Su"
|
146278
146283
|
}
|
146279
146284
|
}
|
146280
146285
|
},
|
@@ -146282,7 +146287,7 @@ module.exports={
|
|
146282
146287
|
"type": "structure",
|
146283
146288
|
"members": {
|
146284
146289
|
"GameServerGroup": {
|
146285
|
-
"shape": "
|
146290
|
+
"shape": "S36"
|
146286
146291
|
}
|
146287
146292
|
}
|
146288
146293
|
}
|
@@ -146301,7 +146306,7 @@ module.exports={
|
|
146301
146306
|
},
|
146302
146307
|
"Name": {},
|
146303
146308
|
"GameProperties": {
|
146304
|
-
"shape": "
|
146309
|
+
"shape": "S3d"
|
146305
146310
|
},
|
146306
146311
|
"CreatorId": {},
|
146307
146312
|
"GameSessionId": {},
|
@@ -146314,7 +146319,7 @@ module.exports={
|
|
146314
146319
|
"type": "structure",
|
146315
146320
|
"members": {
|
146316
146321
|
"GameSession": {
|
146317
|
-
"shape": "
|
146322
|
+
"shape": "S3k"
|
146318
146323
|
}
|
146319
146324
|
}
|
146320
146325
|
}
|
@@ -146331,21 +146336,21 @@ module.exports={
|
|
146331
146336
|
"type": "integer"
|
146332
146337
|
},
|
146333
146338
|
"PlayerLatencyPolicies": {
|
146334
|
-
"shape": "
|
146339
|
+
"shape": "S3t"
|
146335
146340
|
},
|
146336
146341
|
"Destinations": {
|
146337
|
-
"shape": "
|
146342
|
+
"shape": "S3v"
|
146338
146343
|
},
|
146339
146344
|
"FilterConfiguration": {
|
146340
|
-
"shape": "
|
146345
|
+
"shape": "S3y"
|
146341
146346
|
},
|
146342
146347
|
"PriorityConfiguration": {
|
146343
|
-
"shape": "
|
146348
|
+
"shape": "S40"
|
146344
146349
|
},
|
146345
146350
|
"CustomEventData": {},
|
146346
146351
|
"NotificationTarget": {},
|
146347
146352
|
"Tags": {
|
146348
|
-
"shape": "
|
146353
|
+
"shape": "Su"
|
146349
146354
|
}
|
146350
146355
|
}
|
146351
146356
|
},
|
@@ -146353,7 +146358,7 @@ module.exports={
|
|
146353
146358
|
"type": "structure",
|
146354
146359
|
"members": {
|
146355
146360
|
"GameSessionQueue": {
|
146356
|
-
"shape": "
|
146361
|
+
"shape": "S46"
|
146357
146362
|
}
|
146358
146363
|
}
|
146359
146364
|
}
|
@@ -146367,7 +146372,7 @@ module.exports={
|
|
146367
146372
|
"members": {
|
146368
146373
|
"LocationName": {},
|
146369
146374
|
"Tags": {
|
146370
|
-
"shape": "
|
146375
|
+
"shape": "Su"
|
146371
146376
|
}
|
146372
146377
|
}
|
146373
146378
|
},
|
@@ -146375,7 +146380,7 @@ module.exports={
|
|
146375
146380
|
"type": "structure",
|
146376
146381
|
"members": {
|
146377
146382
|
"Location": {
|
146378
|
-
"shape": "
|
146383
|
+
"shape": "S4b"
|
146379
146384
|
}
|
146380
146385
|
}
|
146381
146386
|
}
|
@@ -146393,7 +146398,7 @@ module.exports={
|
|
146393
146398
|
"Name": {},
|
146394
146399
|
"Description": {},
|
146395
146400
|
"GameSessionQueueArns": {
|
146396
|
-
"shape": "
|
146401
|
+
"shape": "S4e"
|
146397
146402
|
},
|
146398
146403
|
"RequestTimeoutSeconds": {
|
146399
146404
|
"type": "integer"
|
@@ -146411,13 +146416,13 @@ module.exports={
|
|
146411
146416
|
},
|
146412
146417
|
"CustomEventData": {},
|
146413
146418
|
"GameProperties": {
|
146414
|
-
"shape": "
|
146419
|
+
"shape": "S3d"
|
146415
146420
|
},
|
146416
146421
|
"GameSessionData": {},
|
146417
146422
|
"BackfillMode": {},
|
146418
146423
|
"FlexMatchMode": {},
|
146419
146424
|
"Tags": {
|
146420
|
-
"shape": "
|
146425
|
+
"shape": "Su"
|
146421
146426
|
}
|
146422
146427
|
}
|
146423
146428
|
},
|
@@ -146425,7 +146430,7 @@ module.exports={
|
|
146425
146430
|
"type": "structure",
|
146426
146431
|
"members": {
|
146427
146432
|
"Configuration": {
|
146428
|
-
"shape": "
|
146433
|
+
"shape": "S4p"
|
146429
146434
|
}
|
146430
146435
|
}
|
146431
146436
|
}
|
@@ -146441,7 +146446,7 @@ module.exports={
|
|
146441
146446
|
"Name": {},
|
146442
146447
|
"RuleSetBody": {},
|
146443
146448
|
"Tags": {
|
146444
|
-
"shape": "
|
146449
|
+
"shape": "Su"
|
146445
146450
|
}
|
146446
146451
|
}
|
146447
146452
|
},
|
@@ -146452,7 +146457,7 @@ module.exports={
|
|
146452
146457
|
],
|
146453
146458
|
"members": {
|
146454
146459
|
"RuleSet": {
|
146455
|
-
"shape": "
|
146460
|
+
"shape": "S4v"
|
146456
146461
|
}
|
146457
146462
|
}
|
146458
146463
|
}
|
@@ -146466,7 +146471,9 @@ module.exports={
|
|
146466
146471
|
],
|
146467
146472
|
"members": {
|
146468
146473
|
"GameSessionId": {},
|
146469
|
-
"PlayerId": {
|
146474
|
+
"PlayerId": {
|
146475
|
+
"shape": "S4"
|
146476
|
+
},
|
146470
146477
|
"PlayerData": {}
|
146471
146478
|
}
|
146472
146479
|
},
|
@@ -146474,7 +146481,7 @@ module.exports={
|
|
146474
146481
|
"type": "structure",
|
146475
146482
|
"members": {
|
146476
146483
|
"PlayerSession": {
|
146477
|
-
"shape": "
|
146484
|
+
"shape": "S4z"
|
146478
146485
|
}
|
146479
146486
|
}
|
146480
146487
|
}
|
@@ -146490,7 +146497,10 @@ module.exports={
|
|
146490
146497
|
"GameSessionId": {},
|
146491
146498
|
"PlayerIds": {
|
146492
146499
|
"type": "list",
|
146493
|
-
"member": {
|
146500
|
+
"member": {
|
146501
|
+
"shape": "S4"
|
146502
|
+
},
|
146503
|
+
"sensitive": true
|
146494
146504
|
},
|
146495
146505
|
"PlayerDataMap": {
|
146496
146506
|
"type": "map",
|
@@ -146503,7 +146513,7 @@ module.exports={
|
|
146503
146513
|
"type": "structure",
|
146504
146514
|
"members": {
|
146505
146515
|
"PlayerSessions": {
|
146506
|
-
"shape": "
|
146516
|
+
"shape": "S56"
|
146507
146517
|
}
|
146508
146518
|
}
|
146509
146519
|
}
|
@@ -146515,13 +146525,13 @@ module.exports={
|
|
146515
146525
|
"Name": {},
|
146516
146526
|
"Version": {},
|
146517
146527
|
"StorageLocation": {
|
146518
|
-
"shape": "
|
146528
|
+
"shape": "S13"
|
146519
146529
|
},
|
146520
146530
|
"ZipFile": {
|
146521
146531
|
"type": "blob"
|
146522
146532
|
},
|
146523
146533
|
"Tags": {
|
146524
|
-
"shape": "
|
146534
|
+
"shape": "Su"
|
146525
146535
|
}
|
146526
146536
|
}
|
146527
146537
|
},
|
@@ -146529,7 +146539,7 @@ module.exports={
|
|
146529
146539
|
"type": "structure",
|
146530
146540
|
"members": {
|
146531
146541
|
"Script": {
|
146532
|
-
"shape": "
|
146542
|
+
"shape": "S5a"
|
146533
146543
|
}
|
146534
146544
|
}
|
146535
146545
|
}
|
@@ -146550,7 +146560,7 @@ module.exports={
|
|
146550
146560
|
"type": "structure",
|
146551
146561
|
"members": {
|
146552
146562
|
"VpcPeeringAuthorization": {
|
146553
|
-
"shape": "
|
146563
|
+
"shape": "S5d"
|
146554
146564
|
}
|
146555
146565
|
}
|
146556
146566
|
}
|
@@ -146617,7 +146627,7 @@ module.exports={
|
|
146617
146627
|
"members": {
|
146618
146628
|
"FleetId": {},
|
146619
146629
|
"Locations": {
|
146620
|
-
"shape": "
|
146630
|
+
"shape": "S3z"
|
146621
146631
|
}
|
146622
146632
|
}
|
146623
146633
|
},
|
@@ -146627,7 +146637,7 @@ module.exports={
|
|
146627
146637
|
"FleetId": {},
|
146628
146638
|
"FleetArn": {},
|
146629
146639
|
"LocationStates": {
|
146630
|
-
"shape": "
|
146640
|
+
"shape": "S2j"
|
146631
146641
|
}
|
146632
146642
|
}
|
146633
146643
|
}
|
@@ -146647,7 +146657,7 @@ module.exports={
|
|
146647
146657
|
"type": "structure",
|
146648
146658
|
"members": {
|
146649
146659
|
"GameServerGroup": {
|
146650
|
-
"shape": "
|
146660
|
+
"shape": "S36"
|
146651
146661
|
}
|
146652
146662
|
}
|
146653
146663
|
}
|
@@ -146814,7 +146824,7 @@ module.exports={
|
|
146814
146824
|
"type": "structure",
|
146815
146825
|
"members": {
|
146816
146826
|
"Alias": {
|
146817
|
-
"shape": "
|
146827
|
+
"shape": "Sz"
|
146818
146828
|
}
|
146819
146829
|
}
|
146820
146830
|
}
|
@@ -146833,7 +146843,7 @@ module.exports={
|
|
146833
146843
|
"type": "structure",
|
146834
146844
|
"members": {
|
146835
146845
|
"Build": {
|
146836
|
-
"shape": "
|
146846
|
+
"shape": "S18"
|
146837
146847
|
}
|
146838
146848
|
}
|
146839
146849
|
}
|
@@ -146854,7 +146864,7 @@ module.exports={
|
|
146854
146864
|
"type": "structure",
|
146855
146865
|
"members": {
|
146856
146866
|
"Compute": {
|
146857
|
-
"shape": "
|
146867
|
+
"shape": "S6f"
|
146858
146868
|
}
|
146859
146869
|
}
|
146860
146870
|
}
|
@@ -146894,7 +146904,7 @@ module.exports={
|
|
146894
146904
|
"type": "structure",
|
146895
146905
|
"members": {
|
146896
146906
|
"FleetIds": {
|
146897
|
-
"shape": "
|
146907
|
+
"shape": "S6p"
|
146898
146908
|
},
|
146899
146909
|
"Limit": {
|
146900
146910
|
"type": "integer"
|
@@ -146908,7 +146918,7 @@ module.exports={
|
|
146908
146918
|
"FleetAttributes": {
|
146909
146919
|
"type": "list",
|
146910
146920
|
"member": {
|
146911
|
-
"shape": "
|
146921
|
+
"shape": "S2c"
|
146912
146922
|
}
|
146913
146923
|
},
|
146914
146924
|
"NextToken": {}
|
@@ -146920,7 +146930,7 @@ module.exports={
|
|
146920
146930
|
"type": "structure",
|
146921
146931
|
"members": {
|
146922
146932
|
"FleetIds": {
|
146923
|
-
"shape": "
|
146933
|
+
"shape": "S6p"
|
146924
146934
|
},
|
146925
146935
|
"Limit": {
|
146926
146936
|
"type": "integer"
|
@@ -146934,7 +146944,7 @@ module.exports={
|
|
146934
146944
|
"FleetCapacity": {
|
146935
146945
|
"type": "list",
|
146936
146946
|
"member": {
|
146937
|
-
"shape": "
|
146947
|
+
"shape": "S6v"
|
146938
146948
|
}
|
146939
146949
|
},
|
146940
146950
|
"NextToken": {}
|
@@ -146993,7 +147003,7 @@ module.exports={
|
|
146993
147003
|
"members": {
|
146994
147004
|
"FleetId": {},
|
146995
147005
|
"Locations": {
|
146996
|
-
"shape": "
|
147006
|
+
"shape": "S3z"
|
146997
147007
|
},
|
146998
147008
|
"Limit": {
|
146999
147009
|
"type": "integer"
|
@@ -147012,10 +147022,10 @@ module.exports={
|
|
147012
147022
|
"type": "structure",
|
147013
147023
|
"members": {
|
147014
147024
|
"LocationState": {
|
147015
|
-
"shape": "
|
147025
|
+
"shape": "S2k"
|
147016
147026
|
},
|
147017
147027
|
"StoppedActions": {
|
147018
|
-
"shape": "
|
147028
|
+
"shape": "S2h"
|
147019
147029
|
},
|
147020
147030
|
"UpdateStatus": {}
|
147021
147031
|
}
|
@@ -147041,7 +147051,7 @@ module.exports={
|
|
147041
147051
|
"type": "structure",
|
147042
147052
|
"members": {
|
147043
147053
|
"FleetCapacity": {
|
147044
|
-
"shape": "
|
147054
|
+
"shape": "S6v"
|
147045
147055
|
}
|
147046
147056
|
}
|
147047
147057
|
}
|
@@ -147062,7 +147072,7 @@ module.exports={
|
|
147062
147072
|
"type": "structure",
|
147063
147073
|
"members": {
|
147064
147074
|
"FleetUtilization": {
|
147065
|
-
"shape": "
|
147075
|
+
"shape": "S7b"
|
147066
147076
|
}
|
147067
147077
|
}
|
147068
147078
|
}
|
@@ -147084,7 +147094,7 @@ module.exports={
|
|
147084
147094
|
"FleetId": {},
|
147085
147095
|
"FleetArn": {},
|
147086
147096
|
"InboundPermissions": {
|
147087
|
-
"shape": "
|
147097
|
+
"shape": "S1l"
|
147088
147098
|
},
|
147089
147099
|
"UpdateStatus": {},
|
147090
147100
|
"Location": {}
|
@@ -147096,7 +147106,7 @@ module.exports={
|
|
147096
147106
|
"type": "structure",
|
147097
147107
|
"members": {
|
147098
147108
|
"FleetIds": {
|
147099
|
-
"shape": "
|
147109
|
+
"shape": "S6p"
|
147100
147110
|
},
|
147101
147111
|
"Limit": {
|
147102
147112
|
"type": "integer"
|
@@ -147110,7 +147120,7 @@ module.exports={
|
|
147110
147120
|
"FleetUtilization": {
|
147111
147121
|
"type": "list",
|
147112
147122
|
"member": {
|
147113
|
-
"shape": "
|
147123
|
+
"shape": "S7b"
|
147114
147124
|
}
|
147115
147125
|
},
|
147116
147126
|
"NextToken": {}
|
@@ -147152,7 +147162,7 @@ module.exports={
|
|
147152
147162
|
"type": "structure",
|
147153
147163
|
"members": {
|
147154
147164
|
"GameServerGroup": {
|
147155
|
-
"shape": "
|
147165
|
+
"shape": "S36"
|
147156
147166
|
}
|
147157
147167
|
}
|
147158
147168
|
}
|
@@ -147218,7 +147228,7 @@ module.exports={
|
|
147218
147228
|
"type": "structure",
|
147219
147229
|
"members": {
|
147220
147230
|
"GameSession": {
|
147221
|
-
"shape": "
|
147231
|
+
"shape": "S3k"
|
147222
147232
|
},
|
147223
147233
|
"ProtectionPolicy": {}
|
147224
147234
|
}
|
@@ -147242,7 +147252,7 @@ module.exports={
|
|
147242
147252
|
"type": "structure",
|
147243
147253
|
"members": {
|
147244
147254
|
"GameSessionPlacement": {
|
147245
|
-
"shape": "
|
147255
|
+
"shape": "S7x"
|
147246
147256
|
}
|
147247
147257
|
}
|
147248
147258
|
}
|
@@ -147267,7 +147277,7 @@ module.exports={
|
|
147267
147277
|
"GameSessionQueues": {
|
147268
147278
|
"type": "list",
|
147269
147279
|
"member": {
|
147270
|
-
"shape": "
|
147280
|
+
"shape": "S46"
|
147271
147281
|
}
|
147272
147282
|
},
|
147273
147283
|
"NextToken": {}
|
@@ -147293,7 +147303,7 @@ module.exports={
|
|
147293
147303
|
"type": "structure",
|
147294
147304
|
"members": {
|
147295
147305
|
"GameSessions": {
|
147296
|
-
"shape": "
|
147306
|
+
"shape": "S8a"
|
147297
147307
|
},
|
147298
147308
|
"NextToken": {}
|
147299
147309
|
}
|
@@ -147326,7 +147336,9 @@ module.exports={
|
|
147326
147336
|
"FleetId": {},
|
147327
147337
|
"FleetArn": {},
|
147328
147338
|
"InstanceId": {},
|
147329
|
-
"IpAddress": {
|
147339
|
+
"IpAddress": {
|
147340
|
+
"shape": "S3n"
|
147341
|
+
},
|
147330
147342
|
"DnsName": {},
|
147331
147343
|
"OperatingSystem": {},
|
147332
147344
|
"Type": {},
|
@@ -147361,7 +147373,7 @@ module.exports={
|
|
147361
147373
|
"TicketList": {
|
147362
147374
|
"type": "list",
|
147363
147375
|
"member": {
|
147364
|
-
"shape": "
|
147376
|
+
"shape": "S8l"
|
147365
147377
|
}
|
147366
147378
|
}
|
147367
147379
|
}
|
@@ -147388,7 +147400,7 @@ module.exports={
|
|
147388
147400
|
"Configurations": {
|
147389
147401
|
"type": "list",
|
147390
147402
|
"member": {
|
147391
|
-
"shape": "
|
147403
|
+
"shape": "S4p"
|
147392
147404
|
}
|
147393
147405
|
},
|
147394
147406
|
"NextToken": {}
|
@@ -147418,7 +147430,7 @@ module.exports={
|
|
147418
147430
|
"RuleSets": {
|
147419
147431
|
"type": "list",
|
147420
147432
|
"member": {
|
147421
|
-
"shape": "
|
147433
|
+
"shape": "S4v"
|
147422
147434
|
}
|
147423
147435
|
},
|
147424
147436
|
"NextToken": {}
|
@@ -147430,7 +147442,9 @@ module.exports={
|
|
147430
147442
|
"type": "structure",
|
147431
147443
|
"members": {
|
147432
147444
|
"GameSessionId": {},
|
147433
|
-
"PlayerId": {
|
147445
|
+
"PlayerId": {
|
147446
|
+
"shape": "S4"
|
147447
|
+
},
|
147434
147448
|
"PlayerSessionId": {},
|
147435
147449
|
"PlayerSessionStatusFilter": {},
|
147436
147450
|
"Limit": {
|
@@ -147443,7 +147457,7 @@ module.exports={
|
|
147443
147457
|
"type": "structure",
|
147444
147458
|
"members": {
|
147445
147459
|
"PlayerSessions": {
|
147446
|
-
"shape": "
|
147460
|
+
"shape": "S56"
|
147447
147461
|
},
|
147448
147462
|
"NextToken": {}
|
147449
147463
|
}
|
@@ -147463,7 +147477,7 @@ module.exports={
|
|
147463
147477
|
"type": "structure",
|
147464
147478
|
"members": {
|
147465
147479
|
"RuntimeConfiguration": {
|
147466
|
-
"shape": "
|
147480
|
+
"shape": "S1r"
|
147467
147481
|
}
|
147468
147482
|
}
|
147469
147483
|
}
|
@@ -147510,7 +147524,7 @@ module.exports={
|
|
147510
147524
|
"MetricName": {},
|
147511
147525
|
"PolicyType": {},
|
147512
147526
|
"TargetConfiguration": {
|
147513
|
-
"shape": "
|
147527
|
+
"shape": "S9o"
|
147514
147528
|
},
|
147515
147529
|
"UpdateStatus": {},
|
147516
147530
|
"Location": {}
|
@@ -147535,7 +147549,7 @@ module.exports={
|
|
147535
147549
|
"type": "structure",
|
147536
147550
|
"members": {
|
147537
147551
|
"Script": {
|
147538
|
-
"shape": "
|
147552
|
+
"shape": "S5a"
|
147539
147553
|
}
|
147540
147554
|
}
|
147541
147555
|
}
|
@@ -147551,7 +147565,7 @@ module.exports={
|
|
147551
147565
|
"VpcPeeringAuthorizations": {
|
147552
147566
|
"type": "list",
|
147553
147567
|
"member": {
|
147554
|
-
"shape": "
|
147568
|
+
"shape": "S5d"
|
147555
147569
|
}
|
147556
147570
|
}
|
147557
147571
|
}
|
@@ -147611,7 +147625,7 @@ module.exports={
|
|
147611
147625
|
"ComputeName": {},
|
147612
147626
|
"ComputeArn": {},
|
147613
147627
|
"Credentials": {
|
147614
|
-
"shape": "
|
147628
|
+
"shape": "S1d"
|
147615
147629
|
}
|
147616
147630
|
}
|
147617
147631
|
}
|
@@ -147679,7 +147693,9 @@ module.exports={
|
|
147679
147693
|
"members": {
|
147680
147694
|
"FleetId": {},
|
147681
147695
|
"InstanceId": {},
|
147682
|
-
"IpAddress": {
|
147696
|
+
"IpAddress": {
|
147697
|
+
"shape": "S3n"
|
147698
|
+
},
|
147683
147699
|
"OperatingSystem": {},
|
147684
147700
|
"Credentials": {
|
147685
147701
|
"type": "structure",
|
@@ -147712,7 +147728,7 @@ module.exports={
|
|
147712
147728
|
"Aliases": {
|
147713
147729
|
"type": "list",
|
147714
147730
|
"member": {
|
147715
|
-
"shape": "
|
147731
|
+
"shape": "Sz"
|
147716
147732
|
}
|
147717
147733
|
},
|
147718
147734
|
"NextToken": {}
|
@@ -147736,7 +147752,7 @@ module.exports={
|
|
147736
147752
|
"Builds": {
|
147737
147753
|
"type": "list",
|
147738
147754
|
"member": {
|
147739
|
-
"shape": "
|
147755
|
+
"shape": "S18"
|
147740
147756
|
}
|
147741
147757
|
},
|
147742
147758
|
"NextToken": {}
|
@@ -147764,7 +147780,7 @@ module.exports={
|
|
147764
147780
|
"ComputeList": {
|
147765
147781
|
"type": "list",
|
147766
147782
|
"member": {
|
147767
|
-
"shape": "
|
147783
|
+
"shape": "S6f"
|
147768
147784
|
}
|
147769
147785
|
},
|
147770
147786
|
"NextToken": {}
|
@@ -147810,7 +147826,7 @@ module.exports={
|
|
147810
147826
|
"GameServerGroups": {
|
147811
147827
|
"type": "list",
|
147812
147828
|
"member": {
|
147813
|
-
"shape": "
|
147829
|
+
"shape": "S36"
|
147814
147830
|
}
|
147815
147831
|
},
|
147816
147832
|
"NextToken": {}
|
@@ -147865,7 +147881,7 @@ module.exports={
|
|
147865
147881
|
"Locations": {
|
147866
147882
|
"type": "list",
|
147867
147883
|
"member": {
|
147868
|
-
"shape": "
|
147884
|
+
"shape": "S4b"
|
147869
147885
|
}
|
147870
147886
|
},
|
147871
147887
|
"NextToken": {}
|
@@ -147888,7 +147904,7 @@ module.exports={
|
|
147888
147904
|
"Scripts": {
|
147889
147905
|
"type": "list",
|
147890
147906
|
"member": {
|
147891
|
-
"shape": "
|
147907
|
+
"shape": "S5a"
|
147892
147908
|
}
|
147893
147909
|
},
|
147894
147910
|
"NextToken": {}
|
@@ -147909,7 +147925,7 @@ module.exports={
|
|
147909
147925
|
"type": "structure",
|
147910
147926
|
"members": {
|
147911
147927
|
"Tags": {
|
147912
|
-
"shape": "
|
147928
|
+
"shape": "Su"
|
147913
147929
|
}
|
147914
147930
|
}
|
147915
147931
|
}
|
@@ -147939,7 +147955,7 @@ module.exports={
|
|
147939
147955
|
"MetricName": {},
|
147940
147956
|
"PolicyType": {},
|
147941
147957
|
"TargetConfiguration": {
|
147942
|
-
"shape": "
|
147958
|
+
"shape": "S9o"
|
147943
147959
|
}
|
147944
147960
|
}
|
147945
147961
|
},
|
@@ -147962,7 +147978,9 @@ module.exports={
|
|
147962
147978
|
"ComputeName": {},
|
147963
147979
|
"CertificatePath": {},
|
147964
147980
|
"DnsName": {},
|
147965
|
-
"IpAddress": {
|
147981
|
+
"IpAddress": {
|
147982
|
+
"shape": "S3n"
|
147983
|
+
},
|
147966
147984
|
"Location": {}
|
147967
147985
|
}
|
147968
147986
|
},
|
@@ -147970,7 +147988,7 @@ module.exports={
|
|
147970
147988
|
"type": "structure",
|
147971
147989
|
"members": {
|
147972
147990
|
"Compute": {
|
147973
|
-
"shape": "
|
147991
|
+
"shape": "S6f"
|
147974
147992
|
}
|
147975
147993
|
}
|
147976
147994
|
}
|
@@ -148014,10 +148032,10 @@ module.exports={
|
|
148014
148032
|
"type": "structure",
|
148015
148033
|
"members": {
|
148016
148034
|
"UploadCredentials": {
|
148017
|
-
"shape": "
|
148035
|
+
"shape": "S1d"
|
148018
148036
|
},
|
148019
148037
|
"StorageLocation": {
|
148020
|
-
"shape": "
|
148038
|
+
"shape": "S13"
|
148021
148039
|
}
|
148022
148040
|
}
|
148023
148041
|
}
|
@@ -148050,7 +148068,7 @@ module.exports={
|
|
148050
148068
|
"members": {
|
148051
148069
|
"GameServerGroupName": {},
|
148052
148070
|
"ResumeActions": {
|
148053
|
-
"shape": "
|
148071
|
+
"shape": "S39"
|
148054
148072
|
}
|
148055
148073
|
}
|
148056
148074
|
},
|
@@ -148058,7 +148076,7 @@ module.exports={
|
|
148058
148076
|
"type": "structure",
|
148059
148077
|
"members": {
|
148060
148078
|
"GameServerGroup": {
|
148061
|
-
"shape": "
|
148079
|
+
"shape": "S36"
|
148062
148080
|
}
|
148063
148081
|
}
|
148064
148082
|
}
|
@@ -148082,7 +148100,7 @@ module.exports={
|
|
148082
148100
|
"type": "structure",
|
148083
148101
|
"members": {
|
148084
148102
|
"GameSessions": {
|
148085
|
-
"shape": "
|
148103
|
+
"shape": "S8a"
|
148086
148104
|
},
|
148087
148105
|
"NextToken": {}
|
148088
148106
|
}
|
@@ -148098,7 +148116,7 @@ module.exports={
|
|
148098
148116
|
"members": {
|
148099
148117
|
"FleetId": {},
|
148100
148118
|
"Actions": {
|
148101
|
-
"shape": "
|
148119
|
+
"shape": "S2h"
|
148102
148120
|
},
|
148103
148121
|
"Location": {}
|
148104
148122
|
}
|
@@ -148123,21 +148141,23 @@ module.exports={
|
|
148123
148141
|
"PlacementId": {},
|
148124
148142
|
"GameSessionQueueName": {},
|
148125
148143
|
"GameProperties": {
|
148126
|
-
"shape": "
|
148144
|
+
"shape": "S3d"
|
148127
148145
|
},
|
148128
148146
|
"MaximumPlayerSessionCount": {
|
148129
148147
|
"type": "integer"
|
148130
148148
|
},
|
148131
148149
|
"GameSessionName": {},
|
148132
148150
|
"PlayerLatencies": {
|
148133
|
-
"shape": "
|
148151
|
+
"shape": "S7z"
|
148134
148152
|
},
|
148135
148153
|
"DesiredPlayerSessions": {
|
148136
148154
|
"type": "list",
|
148137
148155
|
"member": {
|
148138
148156
|
"type": "structure",
|
148139
148157
|
"members": {
|
148140
|
-
"PlayerId": {
|
148158
|
+
"PlayerId": {
|
148159
|
+
"shape": "S4"
|
148160
|
+
},
|
148141
148161
|
"PlayerData": {}
|
148142
148162
|
}
|
148143
148163
|
}
|
@@ -148149,7 +148169,7 @@ module.exports={
|
|
148149
148169
|
"type": "structure",
|
148150
148170
|
"members": {
|
148151
148171
|
"GameSessionPlacement": {
|
148152
|
-
"shape": "
|
148172
|
+
"shape": "S7x"
|
148153
148173
|
}
|
148154
148174
|
}
|
148155
148175
|
}
|
@@ -148166,7 +148186,7 @@ module.exports={
|
|
148166
148186
|
"ConfigurationName": {},
|
148167
148187
|
"GameSessionArn": {},
|
148168
148188
|
"Players": {
|
148169
|
-
"shape": "
|
148189
|
+
"shape": "S8o"
|
148170
148190
|
}
|
148171
148191
|
}
|
148172
148192
|
},
|
@@ -148174,7 +148194,7 @@ module.exports={
|
|
148174
148194
|
"type": "structure",
|
148175
148195
|
"members": {
|
148176
148196
|
"MatchmakingTicket": {
|
148177
|
-
"shape": "
|
148197
|
+
"shape": "S8l"
|
148178
148198
|
}
|
148179
148199
|
}
|
148180
148200
|
}
|
@@ -148190,7 +148210,7 @@ module.exports={
|
|
148190
148210
|
"TicketId": {},
|
148191
148211
|
"ConfigurationName": {},
|
148192
148212
|
"Players": {
|
148193
|
-
"shape": "
|
148213
|
+
"shape": "S8o"
|
148194
148214
|
}
|
148195
148215
|
}
|
148196
148216
|
},
|
@@ -148198,7 +148218,7 @@ module.exports={
|
|
148198
148218
|
"type": "structure",
|
148199
148219
|
"members": {
|
148200
148220
|
"MatchmakingTicket": {
|
148201
|
-
"shape": "
|
148221
|
+
"shape": "S8l"
|
148202
148222
|
}
|
148203
148223
|
}
|
148204
148224
|
}
|
@@ -148213,7 +148233,7 @@ module.exports={
|
|
148213
148233
|
"members": {
|
148214
148234
|
"FleetId": {},
|
148215
148235
|
"Actions": {
|
148216
|
-
"shape": "
|
148236
|
+
"shape": "S2h"
|
148217
148237
|
},
|
148218
148238
|
"Location": {}
|
148219
148239
|
}
|
@@ -148240,7 +148260,7 @@ module.exports={
|
|
148240
148260
|
"type": "structure",
|
148241
148261
|
"members": {
|
148242
148262
|
"GameSessionPlacement": {
|
148243
|
-
"shape": "
|
148263
|
+
"shape": "S7x"
|
148244
148264
|
}
|
148245
148265
|
}
|
148246
148266
|
}
|
@@ -148270,7 +148290,7 @@ module.exports={
|
|
148270
148290
|
"members": {
|
148271
148291
|
"GameServerGroupName": {},
|
148272
148292
|
"SuspendActions": {
|
148273
|
-
"shape": "
|
148293
|
+
"shape": "S39"
|
148274
148294
|
}
|
148275
148295
|
}
|
148276
148296
|
},
|
@@ -148278,7 +148298,7 @@ module.exports={
|
|
148278
148298
|
"type": "structure",
|
148279
148299
|
"members": {
|
148280
148300
|
"GameServerGroup": {
|
148281
|
-
"shape": "
|
148301
|
+
"shape": "S36"
|
148282
148302
|
}
|
148283
148303
|
}
|
148284
148304
|
}
|
@@ -148293,7 +148313,7 @@ module.exports={
|
|
148293
148313
|
"members": {
|
148294
148314
|
"ResourceARN": {},
|
148295
148315
|
"Tags": {
|
148296
|
-
"shape": "
|
148316
|
+
"shape": "Su"
|
148297
148317
|
}
|
148298
148318
|
}
|
148299
148319
|
},
|
@@ -148333,7 +148353,7 @@ module.exports={
|
|
148333
148353
|
"Name": {},
|
148334
148354
|
"Description": {},
|
148335
148355
|
"RoutingStrategy": {
|
148336
|
-
"shape": "
|
148356
|
+
"shape": "Sq"
|
148337
148357
|
}
|
148338
148358
|
}
|
148339
148359
|
},
|
@@ -148341,7 +148361,7 @@ module.exports={
|
|
148341
148361
|
"type": "structure",
|
148342
148362
|
"members": {
|
148343
148363
|
"Alias": {
|
148344
|
-
"shape": "
|
148364
|
+
"shape": "Sz"
|
148345
148365
|
}
|
148346
148366
|
}
|
148347
148367
|
}
|
@@ -148362,7 +148382,7 @@ module.exports={
|
|
148362
148382
|
"type": "structure",
|
148363
148383
|
"members": {
|
148364
148384
|
"Build": {
|
148365
|
-
"shape": "
|
148385
|
+
"shape": "S18"
|
148366
148386
|
}
|
148367
148387
|
}
|
148368
148388
|
}
|
@@ -148379,13 +148399,13 @@ module.exports={
|
|
148379
148399
|
"Description": {},
|
148380
148400
|
"NewGameSessionProtectionPolicy": {},
|
148381
148401
|
"ResourceCreationLimitPolicy": {
|
148382
|
-
"shape": "
|
148402
|
+
"shape": "S1x"
|
148383
148403
|
},
|
148384
148404
|
"MetricGroups": {
|
148385
|
-
"shape": "
|
148405
|
+
"shape": "S1z"
|
148386
148406
|
},
|
148387
148407
|
"AnywhereConfiguration": {
|
148388
|
-
"shape": "
|
148408
|
+
"shape": "S28"
|
148389
148409
|
}
|
148390
148410
|
}
|
148391
148411
|
},
|
@@ -148435,10 +148455,10 @@ module.exports={
|
|
148435
148455
|
"members": {
|
148436
148456
|
"FleetId": {},
|
148437
148457
|
"InboundPermissionAuthorizations": {
|
148438
|
-
"shape": "
|
148458
|
+
"shape": "S1l"
|
148439
148459
|
},
|
148440
148460
|
"InboundPermissionRevocations": {
|
148441
|
-
"shape": "
|
148461
|
+
"shape": "S1l"
|
148442
148462
|
}
|
148443
148463
|
}
|
148444
148464
|
},
|
@@ -148484,7 +148504,7 @@ module.exports={
|
|
148484
148504
|
"GameServerGroupName": {},
|
148485
148505
|
"RoleArn": {},
|
148486
148506
|
"InstanceDefinitions": {
|
148487
|
-
"shape": "
|
148507
|
+
"shape": "S2u"
|
148488
148508
|
},
|
148489
148509
|
"GameServerProtectionPolicy": {},
|
148490
148510
|
"BalancingStrategy": {}
|
@@ -148494,7 +148514,7 @@ module.exports={
|
|
148494
148514
|
"type": "structure",
|
148495
148515
|
"members": {
|
148496
148516
|
"GameServerGroup": {
|
148497
|
-
"shape": "
|
148517
|
+
"shape": "S36"
|
148498
148518
|
}
|
148499
148519
|
}
|
148500
148520
|
}
|
@@ -148519,7 +148539,7 @@ module.exports={
|
|
148519
148539
|
"type": "structure",
|
148520
148540
|
"members": {
|
148521
148541
|
"GameSession": {
|
148522
|
-
"shape": "
|
148542
|
+
"shape": "S3k"
|
148523
148543
|
}
|
148524
148544
|
}
|
148525
148545
|
}
|
@@ -148536,16 +148556,16 @@ module.exports={
|
|
148536
148556
|
"type": "integer"
|
148537
148557
|
},
|
148538
148558
|
"PlayerLatencyPolicies": {
|
148539
|
-
"shape": "
|
148559
|
+
"shape": "S3t"
|
148540
148560
|
},
|
148541
148561
|
"Destinations": {
|
148542
|
-
"shape": "
|
148562
|
+
"shape": "S3v"
|
148543
148563
|
},
|
148544
148564
|
"FilterConfiguration": {
|
148545
|
-
"shape": "
|
148565
|
+
"shape": "S3y"
|
148546
148566
|
},
|
148547
148567
|
"PriorityConfiguration": {
|
148548
|
-
"shape": "
|
148568
|
+
"shape": "S40"
|
148549
148569
|
},
|
148550
148570
|
"CustomEventData": {},
|
148551
148571
|
"NotificationTarget": {}
|
@@ -148555,7 +148575,7 @@ module.exports={
|
|
148555
148575
|
"type": "structure",
|
148556
148576
|
"members": {
|
148557
148577
|
"GameSessionQueue": {
|
148558
|
-
"shape": "
|
148578
|
+
"shape": "S46"
|
148559
148579
|
}
|
148560
148580
|
}
|
148561
148581
|
}
|
@@ -148570,7 +148590,7 @@ module.exports={
|
|
148570
148590
|
"Name": {},
|
148571
148591
|
"Description": {},
|
148572
148592
|
"GameSessionQueueArns": {
|
148573
|
-
"shape": "
|
148593
|
+
"shape": "S4e"
|
148574
148594
|
},
|
148575
148595
|
"RequestTimeoutSeconds": {
|
148576
148596
|
"type": "integer"
|
@@ -148588,7 +148608,7 @@ module.exports={
|
|
148588
148608
|
},
|
148589
148609
|
"CustomEventData": {},
|
148590
148610
|
"GameProperties": {
|
148591
|
-
"shape": "
|
148611
|
+
"shape": "S3d"
|
148592
148612
|
},
|
148593
148613
|
"GameSessionData": {},
|
148594
148614
|
"BackfillMode": {},
|
@@ -148599,7 +148619,7 @@ module.exports={
|
|
148599
148619
|
"type": "structure",
|
148600
148620
|
"members": {
|
148601
148621
|
"Configuration": {
|
148602
|
-
"shape": "
|
148622
|
+
"shape": "S4p"
|
148603
148623
|
}
|
148604
148624
|
}
|
148605
148625
|
}
|
@@ -148614,7 +148634,7 @@ module.exports={
|
|
148614
148634
|
"members": {
|
148615
148635
|
"FleetId": {},
|
148616
148636
|
"RuntimeConfiguration": {
|
148617
|
-
"shape": "
|
148637
|
+
"shape": "S1r"
|
148618
148638
|
}
|
148619
148639
|
}
|
148620
148640
|
},
|
@@ -148622,7 +148642,7 @@ module.exports={
|
|
148622
148642
|
"type": "structure",
|
148623
148643
|
"members": {
|
148624
148644
|
"RuntimeConfiguration": {
|
148625
|
-
"shape": "
|
148645
|
+
"shape": "S1r"
|
148626
148646
|
}
|
148627
148647
|
}
|
148628
148648
|
}
|
@@ -148638,7 +148658,7 @@ module.exports={
|
|
148638
148658
|
"Name": {},
|
148639
148659
|
"Version": {},
|
148640
148660
|
"StorageLocation": {
|
148641
|
-
"shape": "
|
148661
|
+
"shape": "S13"
|
148642
148662
|
},
|
148643
148663
|
"ZipFile": {
|
148644
148664
|
"type": "blob"
|
@@ -148649,7 +148669,7 @@ module.exports={
|
|
148649
148669
|
"type": "structure",
|
148650
148670
|
"members": {
|
148651
148671
|
"Script": {
|
148652
|
-
"shape": "
|
148672
|
+
"shape": "S5a"
|
148653
148673
|
}
|
148654
148674
|
}
|
148655
148675
|
}
|
@@ -148675,9 +148695,9 @@ module.exports={
|
|
148675
148695
|
}
|
148676
148696
|
},
|
148677
148697
|
"shapes": {
|
148678
|
-
"
|
148679
|
-
"type": "
|
148680
|
-
"
|
148698
|
+
"S4": {
|
148699
|
+
"type": "string",
|
148700
|
+
"sensitive": true
|
148681
148701
|
},
|
148682
148702
|
"Sf": {
|
148683
148703
|
"type": "structure",
|
@@ -148701,7 +148721,7 @@ module.exports={
|
|
148701
148721
|
}
|
148702
148722
|
}
|
148703
148723
|
},
|
148704
|
-
"
|
148724
|
+
"Sq": {
|
148705
148725
|
"type": "structure",
|
148706
148726
|
"members": {
|
148707
148727
|
"Type": {},
|
@@ -148709,7 +148729,7 @@ module.exports={
|
|
148709
148729
|
"Message": {}
|
148710
148730
|
}
|
148711
148731
|
},
|
148712
|
-
"
|
148732
|
+
"Su": {
|
148713
148733
|
"type": "list",
|
148714
148734
|
"member": {
|
148715
148735
|
"type": "structure",
|
@@ -148723,7 +148743,7 @@ module.exports={
|
|
148723
148743
|
}
|
148724
148744
|
}
|
148725
148745
|
},
|
148726
|
-
"
|
148746
|
+
"Sz": {
|
148727
148747
|
"type": "structure",
|
148728
148748
|
"members": {
|
148729
148749
|
"AliasId": {},
|
@@ -148731,7 +148751,7 @@ module.exports={
|
|
148731
148751
|
"AliasArn": {},
|
148732
148752
|
"Description": {},
|
148733
148753
|
"RoutingStrategy": {
|
148734
|
-
"shape": "
|
148754
|
+
"shape": "Sq"
|
148735
148755
|
},
|
148736
148756
|
"CreationTime": {
|
148737
148757
|
"type": "timestamp"
|
@@ -148741,7 +148761,7 @@ module.exports={
|
|
148741
148761
|
}
|
148742
148762
|
}
|
148743
148763
|
},
|
148744
|
-
"
|
148764
|
+
"S13": {
|
148745
148765
|
"type": "structure",
|
148746
148766
|
"members": {
|
148747
148767
|
"Bucket": {},
|
@@ -148750,7 +148770,7 @@ module.exports={
|
|
148750
148770
|
"ObjectVersion": {}
|
148751
148771
|
}
|
148752
148772
|
},
|
148753
|
-
"
|
148773
|
+
"S18": {
|
148754
148774
|
"type": "structure",
|
148755
148775
|
"members": {
|
148756
148776
|
"BuildId": {},
|
@@ -148768,7 +148788,7 @@ module.exports={
|
|
148768
148788
|
"ServerSdkVersion": {}
|
148769
148789
|
}
|
148770
148790
|
},
|
148771
|
-
"
|
148791
|
+
"S1d": {
|
148772
148792
|
"type": "structure",
|
148773
148793
|
"members": {
|
148774
148794
|
"AccessKeyId": {},
|
@@ -148778,6 +148798,10 @@ module.exports={
|
|
148778
148798
|
"sensitive": true
|
148779
148799
|
},
|
148780
148800
|
"S1j": {
|
148801
|
+
"type": "list",
|
148802
|
+
"member": {}
|
148803
|
+
},
|
148804
|
+
"S1l": {
|
148781
148805
|
"type": "list",
|
148782
148806
|
"member": {
|
148783
148807
|
"type": "structure",
|
@@ -148789,17 +148813,24 @@ module.exports={
|
|
148789
148813
|
],
|
148790
148814
|
"members": {
|
148791
148815
|
"FromPort": {
|
148792
|
-
"
|
148816
|
+
"shape": "S1n"
|
148793
148817
|
},
|
148794
148818
|
"ToPort": {
|
148795
|
-
"
|
148819
|
+
"shape": "S1n"
|
148820
|
+
},
|
148821
|
+
"IpRange": {
|
148822
|
+
"type": "string",
|
148823
|
+
"sensitive": true
|
148796
148824
|
},
|
148797
|
-
"IpRange": {},
|
148798
148825
|
"Protocol": {}
|
148799
148826
|
}
|
148800
148827
|
}
|
148801
148828
|
},
|
148802
|
-
"
|
148829
|
+
"S1n": {
|
148830
|
+
"type": "integer",
|
148831
|
+
"sensitive": true
|
148832
|
+
},
|
148833
|
+
"S1r": {
|
148803
148834
|
"type": "structure",
|
148804
148835
|
"members": {
|
148805
148836
|
"ServerProcesses": {
|
@@ -148827,7 +148858,7 @@ module.exports={
|
|
148827
148858
|
}
|
148828
148859
|
}
|
148829
148860
|
},
|
148830
|
-
"
|
148861
|
+
"S1x": {
|
148831
148862
|
"type": "structure",
|
148832
148863
|
"members": {
|
148833
148864
|
"NewGameSessionsPerCreator": {
|
@@ -148838,11 +148869,11 @@ module.exports={
|
|
148838
148869
|
}
|
148839
148870
|
}
|
148840
148871
|
},
|
148841
|
-
"
|
148872
|
+
"S1z": {
|
148842
148873
|
"type": "list",
|
148843
148874
|
"member": {}
|
148844
148875
|
},
|
148845
|
-
"
|
148876
|
+
"S22": {
|
148846
148877
|
"type": "structure",
|
148847
148878
|
"required": [
|
148848
148879
|
"CertificateType"
|
@@ -148851,7 +148882,7 @@ module.exports={
|
|
148851
148882
|
"CertificateType": {}
|
148852
148883
|
}
|
148853
148884
|
},
|
148854
|
-
"
|
148885
|
+
"S24": {
|
148855
148886
|
"type": "list",
|
148856
148887
|
"member": {
|
148857
148888
|
"type": "structure",
|
@@ -148863,7 +148894,7 @@ module.exports={
|
|
148863
148894
|
}
|
148864
148895
|
}
|
148865
148896
|
},
|
148866
|
-
"
|
148897
|
+
"S28": {
|
148867
148898
|
"type": "structure",
|
148868
148899
|
"required": [
|
148869
148900
|
"Cost"
|
@@ -148872,7 +148903,7 @@ module.exports={
|
|
148872
148903
|
"Cost": {}
|
148873
148904
|
}
|
148874
148905
|
},
|
148875
|
-
"
|
148906
|
+
"S2c": {
|
148876
148907
|
"type": "structure",
|
148877
148908
|
"members": {
|
148878
148909
|
"FleetId": {},
|
@@ -148895,47 +148926,48 @@ module.exports={
|
|
148895
148926
|
"ServerLaunchPath": {},
|
148896
148927
|
"ServerLaunchParameters": {},
|
148897
148928
|
"LogPaths": {
|
148898
|
-
"shape": "
|
148929
|
+
"shape": "S1j"
|
148899
148930
|
},
|
148900
148931
|
"NewGameSessionProtectionPolicy": {},
|
148901
148932
|
"OperatingSystem": {},
|
148902
148933
|
"ResourceCreationLimitPolicy": {
|
148903
|
-
"shape": "
|
148934
|
+
"shape": "S1x"
|
148904
148935
|
},
|
148905
148936
|
"MetricGroups": {
|
148906
|
-
"shape": "
|
148937
|
+
"shape": "S1z"
|
148907
148938
|
},
|
148908
148939
|
"StoppedActions": {
|
148909
|
-
"shape": "
|
148940
|
+
"shape": "S2h"
|
148910
148941
|
},
|
148911
148942
|
"InstanceRoleArn": {},
|
148912
148943
|
"CertificateConfiguration": {
|
148913
|
-
"shape": "
|
148944
|
+
"shape": "S22"
|
148914
148945
|
},
|
148915
148946
|
"ComputeType": {},
|
148916
148947
|
"AnywhereConfiguration": {
|
148917
|
-
"shape": "
|
148918
|
-
}
|
148948
|
+
"shape": "S28"
|
148949
|
+
},
|
148950
|
+
"InstanceRoleCredentialsProvider": {}
|
148919
148951
|
}
|
148920
148952
|
},
|
148921
|
-
"
|
148953
|
+
"S2h": {
|
148922
148954
|
"type": "list",
|
148923
148955
|
"member": {}
|
148924
148956
|
},
|
148925
|
-
"
|
148957
|
+
"S2j": {
|
148926
148958
|
"type": "list",
|
148927
148959
|
"member": {
|
148928
|
-
"shape": "
|
148960
|
+
"shape": "S2k"
|
148929
148961
|
}
|
148930
148962
|
},
|
148931
|
-
"
|
148963
|
+
"S2k": {
|
148932
148964
|
"type": "structure",
|
148933
148965
|
"members": {
|
148934
148966
|
"Location": {},
|
148935
148967
|
"Status": {}
|
148936
148968
|
}
|
148937
148969
|
},
|
148938
|
-
"
|
148970
|
+
"S2u": {
|
148939
148971
|
"type": "list",
|
148940
148972
|
"member": {
|
148941
148973
|
"type": "structure",
|
@@ -148948,14 +148980,14 @@ module.exports={
|
|
148948
148980
|
}
|
148949
148981
|
}
|
148950
148982
|
},
|
148951
|
-
"
|
148983
|
+
"S36": {
|
148952
148984
|
"type": "structure",
|
148953
148985
|
"members": {
|
148954
148986
|
"GameServerGroupName": {},
|
148955
148987
|
"GameServerGroupArn": {},
|
148956
148988
|
"RoleArn": {},
|
148957
148989
|
"InstanceDefinitions": {
|
148958
|
-
"shape": "
|
148990
|
+
"shape": "S2u"
|
148959
148991
|
},
|
148960
148992
|
"BalancingStrategy": {},
|
148961
148993
|
"GameServerProtectionPolicy": {},
|
@@ -148963,7 +148995,7 @@ module.exports={
|
|
148963
148995
|
"Status": {},
|
148964
148996
|
"StatusReason": {},
|
148965
148997
|
"SuspendedActions": {
|
148966
|
-
"shape": "
|
148998
|
+
"shape": "S39"
|
148967
148999
|
},
|
148968
149000
|
"CreationTime": {
|
148969
149001
|
"type": "timestamp"
|
@@ -148973,11 +149005,11 @@ module.exports={
|
|
148973
149005
|
}
|
148974
149006
|
}
|
148975
149007
|
},
|
148976
|
-
"
|
149008
|
+
"S39": {
|
148977
149009
|
"type": "list",
|
148978
149010
|
"member": {}
|
148979
149011
|
},
|
148980
|
-
"
|
149012
|
+
"S3d": {
|
148981
149013
|
"type": "list",
|
148982
149014
|
"member": {
|
148983
149015
|
"type": "structure",
|
@@ -148991,7 +149023,7 @@ module.exports={
|
|
148991
149023
|
}
|
148992
149024
|
}
|
148993
149025
|
},
|
148994
|
-
"
|
149026
|
+
"S3k": {
|
148995
149027
|
"type": "structure",
|
148996
149028
|
"members": {
|
148997
149029
|
"GameSessionId": {},
|
@@ -149013,12 +149045,14 @@ module.exports={
|
|
149013
149045
|
"Status": {},
|
149014
149046
|
"StatusReason": {},
|
149015
149047
|
"GameProperties": {
|
149016
|
-
"shape": "
|
149048
|
+
"shape": "S3d"
|
149049
|
+
},
|
149050
|
+
"IpAddress": {
|
149051
|
+
"shape": "S3n"
|
149017
149052
|
},
|
149018
|
-
"IpAddress": {},
|
149019
149053
|
"DnsName": {},
|
149020
149054
|
"Port": {
|
149021
|
-
"
|
149055
|
+
"shape": "S1n"
|
149022
149056
|
},
|
149023
149057
|
"PlayerSessionCreationPolicy": {},
|
149024
149058
|
"CreatorId": {},
|
@@ -149027,7 +149061,11 @@ module.exports={
|
|
149027
149061
|
"Location": {}
|
149028
149062
|
}
|
149029
149063
|
},
|
149030
|
-
"
|
149064
|
+
"S3n": {
|
149065
|
+
"type": "string",
|
149066
|
+
"sensitive": true
|
149067
|
+
},
|
149068
|
+
"S3t": {
|
149031
149069
|
"type": "list",
|
149032
149070
|
"member": {
|
149033
149071
|
"type": "structure",
|
@@ -149041,7 +149079,7 @@ module.exports={
|
|
149041
149079
|
}
|
149042
149080
|
}
|
149043
149081
|
},
|
149044
|
-
"
|
149082
|
+
"S3v": {
|
149045
149083
|
"type": "list",
|
149046
149084
|
"member": {
|
149047
149085
|
"type": "structure",
|
@@ -149050,19 +149088,19 @@ module.exports={
|
|
149050
149088
|
}
|
149051
149089
|
}
|
149052
149090
|
},
|
149053
|
-
"
|
149091
|
+
"S3y": {
|
149054
149092
|
"type": "structure",
|
149055
149093
|
"members": {
|
149056
149094
|
"AllowedLocations": {
|
149057
|
-
"shape": "
|
149095
|
+
"shape": "S3z"
|
149058
149096
|
}
|
149059
149097
|
}
|
149060
149098
|
},
|
149061
|
-
"
|
149099
|
+
"S3z": {
|
149062
149100
|
"type": "list",
|
149063
149101
|
"member": {}
|
149064
149102
|
},
|
149065
|
-
"
|
149103
|
+
"S40": {
|
149066
149104
|
"type": "structure",
|
149067
149105
|
"members": {
|
149068
149106
|
"PriorityOrder": {
|
@@ -149070,11 +149108,11 @@ module.exports={
|
|
149070
149108
|
"member": {}
|
149071
149109
|
},
|
149072
149110
|
"LocationOrder": {
|
149073
|
-
"shape": "
|
149111
|
+
"shape": "S3z"
|
149074
149112
|
}
|
149075
149113
|
}
|
149076
149114
|
},
|
149077
|
-
"
|
149115
|
+
"S46": {
|
149078
149116
|
"type": "structure",
|
149079
149117
|
"members": {
|
149080
149118
|
"Name": {},
|
@@ -149083,40 +149121,40 @@ module.exports={
|
|
149083
149121
|
"type": "integer"
|
149084
149122
|
},
|
149085
149123
|
"PlayerLatencyPolicies": {
|
149086
|
-
"shape": "
|
149124
|
+
"shape": "S3t"
|
149087
149125
|
},
|
149088
149126
|
"Destinations": {
|
149089
|
-
"shape": "
|
149127
|
+
"shape": "S3v"
|
149090
149128
|
},
|
149091
149129
|
"FilterConfiguration": {
|
149092
|
-
"shape": "
|
149130
|
+
"shape": "S3y"
|
149093
149131
|
},
|
149094
149132
|
"PriorityConfiguration": {
|
149095
|
-
"shape": "
|
149133
|
+
"shape": "S40"
|
149096
149134
|
},
|
149097
149135
|
"CustomEventData": {},
|
149098
149136
|
"NotificationTarget": {}
|
149099
149137
|
}
|
149100
149138
|
},
|
149101
|
-
"
|
149139
|
+
"S4b": {
|
149102
149140
|
"type": "structure",
|
149103
149141
|
"members": {
|
149104
149142
|
"LocationName": {},
|
149105
149143
|
"LocationArn": {}
|
149106
149144
|
}
|
149107
149145
|
},
|
149108
|
-
"
|
149146
|
+
"S4e": {
|
149109
149147
|
"type": "list",
|
149110
149148
|
"member": {}
|
149111
149149
|
},
|
149112
|
-
"
|
149150
|
+
"S4p": {
|
149113
149151
|
"type": "structure",
|
149114
149152
|
"members": {
|
149115
149153
|
"Name": {},
|
149116
149154
|
"ConfigurationArn": {},
|
149117
149155
|
"Description": {},
|
149118
149156
|
"GameSessionQueueArns": {
|
149119
|
-
"shape": "
|
149157
|
+
"shape": "S4e"
|
149120
149158
|
},
|
149121
149159
|
"RequestTimeoutSeconds": {
|
149122
149160
|
"type": "integer"
|
@@ -149138,14 +149176,14 @@ module.exports={
|
|
149138
149176
|
"type": "timestamp"
|
149139
149177
|
},
|
149140
149178
|
"GameProperties": {
|
149141
|
-
"shape": "
|
149179
|
+
"shape": "S3d"
|
149142
149180
|
},
|
149143
149181
|
"GameSessionData": {},
|
149144
149182
|
"BackfillMode": {},
|
149145
149183
|
"FlexMatchMode": {}
|
149146
149184
|
}
|
149147
149185
|
},
|
149148
|
-
"
|
149186
|
+
"S4v": {
|
149149
149187
|
"type": "structure",
|
149150
149188
|
"required": [
|
149151
149189
|
"RuleSetBody"
|
@@ -149159,11 +149197,13 @@ module.exports={
|
|
149159
149197
|
}
|
149160
149198
|
}
|
149161
149199
|
},
|
149162
|
-
"
|
149200
|
+
"S4z": {
|
149163
149201
|
"type": "structure",
|
149164
149202
|
"members": {
|
149165
149203
|
"PlayerSessionId": {},
|
149166
|
-
"PlayerId": {
|
149204
|
+
"PlayerId": {
|
149205
|
+
"shape": "S4"
|
149206
|
+
},
|
149167
149207
|
"GameSessionId": {},
|
149168
149208
|
"FleetId": {},
|
149169
149209
|
"FleetArn": {},
|
@@ -149174,21 +149214,23 @@ module.exports={
|
|
149174
149214
|
"type": "timestamp"
|
149175
149215
|
},
|
149176
149216
|
"Status": {},
|
149177
|
-
"IpAddress": {
|
149217
|
+
"IpAddress": {
|
149218
|
+
"shape": "S3n"
|
149219
|
+
},
|
149178
149220
|
"DnsName": {},
|
149179
149221
|
"Port": {
|
149180
|
-
"
|
149222
|
+
"shape": "S1n"
|
149181
149223
|
},
|
149182
149224
|
"PlayerData": {}
|
149183
149225
|
}
|
149184
149226
|
},
|
149185
|
-
"
|
149227
|
+
"S56": {
|
149186
149228
|
"type": "list",
|
149187
149229
|
"member": {
|
149188
|
-
"shape": "
|
149230
|
+
"shape": "S4z"
|
149189
149231
|
}
|
149190
149232
|
},
|
149191
|
-
"
|
149233
|
+
"S5a": {
|
149192
149234
|
"type": "structure",
|
149193
149235
|
"members": {
|
149194
149236
|
"ScriptId": {},
|
@@ -149202,11 +149244,11 @@ module.exports={
|
|
149202
149244
|
"type": "timestamp"
|
149203
149245
|
},
|
149204
149246
|
"StorageLocation": {
|
149205
|
-
"shape": "
|
149247
|
+
"shape": "S13"
|
149206
149248
|
}
|
149207
149249
|
}
|
149208
149250
|
},
|
149209
|
-
"
|
149251
|
+
"S5d": {
|
149210
149252
|
"type": "structure",
|
149211
149253
|
"members": {
|
149212
149254
|
"GameLiftAwsAccountId": {},
|
@@ -149220,14 +149262,16 @@ module.exports={
|
|
149220
149262
|
}
|
149221
149263
|
}
|
149222
149264
|
},
|
149223
|
-
"
|
149265
|
+
"S6f": {
|
149224
149266
|
"type": "structure",
|
149225
149267
|
"members": {
|
149226
149268
|
"FleetId": {},
|
149227
149269
|
"FleetArn": {},
|
149228
149270
|
"ComputeName": {},
|
149229
149271
|
"ComputeArn": {},
|
149230
|
-
"IpAddress": {
|
149272
|
+
"IpAddress": {
|
149273
|
+
"shape": "S3n"
|
149274
|
+
},
|
149231
149275
|
"DnsName": {},
|
149232
149276
|
"ComputeStatus": {},
|
149233
149277
|
"Location": {},
|
@@ -149239,11 +149283,11 @@ module.exports={
|
|
149239
149283
|
"GameLiftServiceSdkEndpoint": {}
|
149240
149284
|
}
|
149241
149285
|
},
|
149242
|
-
"
|
149286
|
+
"S6p": {
|
149243
149287
|
"type": "list",
|
149244
149288
|
"member": {}
|
149245
149289
|
},
|
149246
|
-
"
|
149290
|
+
"S6v": {
|
149247
149291
|
"type": "structure",
|
149248
149292
|
"members": {
|
149249
149293
|
"FleetId": {},
|
@@ -149278,7 +149322,7 @@ module.exports={
|
|
149278
149322
|
"Location": {}
|
149279
149323
|
}
|
149280
149324
|
},
|
149281
|
-
"
|
149325
|
+
"S7b": {
|
149282
149326
|
"type": "structure",
|
149283
149327
|
"members": {
|
149284
149328
|
"FleetId": {},
|
@@ -149298,14 +149342,14 @@ module.exports={
|
|
149298
149342
|
"Location": {}
|
149299
149343
|
}
|
149300
149344
|
},
|
149301
|
-
"
|
149345
|
+
"S7x": {
|
149302
149346
|
"type": "structure",
|
149303
149347
|
"members": {
|
149304
149348
|
"PlacementId": {},
|
149305
149349
|
"GameSessionQueueName": {},
|
149306
149350
|
"Status": {},
|
149307
149351
|
"GameProperties": {
|
149308
|
-
"shape": "
|
149352
|
+
"shape": "S3d"
|
149309
149353
|
},
|
149310
149354
|
"MaximumPlayerSessionCount": {
|
149311
149355
|
"type": "integer"
|
@@ -149315,7 +149359,7 @@ module.exports={
|
|
149315
149359
|
"GameSessionArn": {},
|
149316
149360
|
"GameSessionRegion": {},
|
149317
149361
|
"PlayerLatencies": {
|
149318
|
-
"shape": "
|
149362
|
+
"shape": "S7z"
|
149319
149363
|
},
|
149320
149364
|
"StartTime": {
|
149321
149365
|
"type": "timestamp"
|
@@ -149323,17 +149367,21 @@ module.exports={
|
|
149323
149367
|
"EndTime": {
|
149324
149368
|
"type": "timestamp"
|
149325
149369
|
},
|
149326
|
-
"IpAddress": {
|
149370
|
+
"IpAddress": {
|
149371
|
+
"shape": "S3n"
|
149372
|
+
},
|
149327
149373
|
"DnsName": {},
|
149328
149374
|
"Port": {
|
149329
|
-
"
|
149375
|
+
"shape": "S1n"
|
149330
149376
|
},
|
149331
149377
|
"PlacedPlayerSessions": {
|
149332
149378
|
"type": "list",
|
149333
149379
|
"member": {
|
149334
149380
|
"type": "structure",
|
149335
149381
|
"members": {
|
149336
|
-
"PlayerId": {
|
149382
|
+
"PlayerId": {
|
149383
|
+
"shape": "S4"
|
149384
|
+
},
|
149337
149385
|
"PlayerSessionId": {}
|
149338
149386
|
}
|
149339
149387
|
}
|
@@ -149342,12 +149390,14 @@ module.exports={
|
|
149342
149390
|
"MatchmakerData": {}
|
149343
149391
|
}
|
149344
149392
|
},
|
149345
|
-
"
|
149393
|
+
"S7z": {
|
149346
149394
|
"type": "list",
|
149347
149395
|
"member": {
|
149348
149396
|
"type": "structure",
|
149349
149397
|
"members": {
|
149350
|
-
"PlayerId": {
|
149398
|
+
"PlayerId": {
|
149399
|
+
"shape": "S4"
|
149400
|
+
},
|
149351
149401
|
"RegionIdentifier": {},
|
149352
149402
|
"LatencyInMilliseconds": {
|
149353
149403
|
"type": "float"
|
@@ -149355,13 +149405,13 @@ module.exports={
|
|
149355
149405
|
}
|
149356
149406
|
}
|
149357
149407
|
},
|
149358
|
-
"
|
149408
|
+
"S8a": {
|
149359
149409
|
"type": "list",
|
149360
149410
|
"member": {
|
149361
|
-
"shape": "
|
149411
|
+
"shape": "S3k"
|
149362
149412
|
}
|
149363
149413
|
},
|
149364
|
-
"
|
149414
|
+
"S8l": {
|
149365
149415
|
"type": "structure",
|
149366
149416
|
"members": {
|
149367
149417
|
"TicketId": {},
|
@@ -149377,13 +149427,15 @@ module.exports={
|
|
149377
149427
|
"type": "timestamp"
|
149378
149428
|
},
|
149379
149429
|
"Players": {
|
149380
|
-
"shape": "
|
149430
|
+
"shape": "S8o"
|
149381
149431
|
},
|
149382
149432
|
"GameSessionConnectionInfo": {
|
149383
149433
|
"type": "structure",
|
149384
149434
|
"members": {
|
149385
149435
|
"GameSessionArn": {},
|
149386
|
-
"IpAddress": {
|
149436
|
+
"IpAddress": {
|
149437
|
+
"shape": "S3n"
|
149438
|
+
},
|
149387
149439
|
"DnsName": {},
|
149388
149440
|
"Port": {
|
149389
149441
|
"type": "integer"
|
@@ -149393,7 +149445,9 @@ module.exports={
|
|
149393
149445
|
"member": {
|
149394
149446
|
"type": "structure",
|
149395
149447
|
"members": {
|
149396
|
-
"PlayerId": {
|
149448
|
+
"PlayerId": {
|
149449
|
+
"shape": "S4"
|
149450
|
+
},
|
149397
149451
|
"PlayerSessionId": {}
|
149398
149452
|
}
|
149399
149453
|
}
|
@@ -149405,12 +149459,14 @@ module.exports={
|
|
149405
149459
|
}
|
149406
149460
|
}
|
149407
149461
|
},
|
149408
|
-
"
|
149462
|
+
"S8o": {
|
149409
149463
|
"type": "list",
|
149410
149464
|
"member": {
|
149411
149465
|
"type": "structure",
|
149412
149466
|
"members": {
|
149413
|
-
"PlayerId": {
|
149467
|
+
"PlayerId": {
|
149468
|
+
"shape": "S4"
|
149469
|
+
},
|
149414
149470
|
"PlayerAttributes": {
|
149415
149471
|
"type": "map",
|
149416
149472
|
"key": {},
|
@@ -149446,7 +149502,7 @@ module.exports={
|
|
149446
149502
|
}
|
149447
149503
|
}
|
149448
149504
|
},
|
149449
|
-
"
|
149505
|
+
"S9o": {
|
149450
149506
|
"type": "structure",
|
149451
149507
|
"required": [
|
149452
149508
|
"TargetValue"
|
@@ -263300,7 +263356,7 @@ AWS.util.update(AWS, {
|
|
263300
263356
|
/**
|
263301
263357
|
* @constant
|
263302
263358
|
*/
|
263303
|
-
VERSION: '2.
|
263359
|
+
VERSION: '2.1487.0',
|
263304
263360
|
|
263305
263361
|
/**
|
263306
263362
|
* @api private
|
@@ -285481,7 +285537,7 @@ var LRUCache = /** @class */ (function () {
|
|
285481
285537
|
}());
|
285482
285538
|
exports.LRUCache = LRUCache;
|
285483
285539
|
},{}],467:[function(require,module,exports){
|
285484
|
-
// AWS SDK for JavaScript v2.
|
285540
|
+
// AWS SDK for JavaScript v2.1487.0
|
285485
285541
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
285486
285542
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
285487
285543
|
require('./browser_loader');
|