aws-sdk 2.740.0 → 2.741.0
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/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +66 -13
- package/apis/gamelift-2015-10-01.min.json +192 -161
- package/apis/gamelift-2015-10-01.paginators.json +120 -0
- package/apis/mediaconvert-2017-08-29.min.json +91 -79
- package/clients/ec2.d.ts +95 -2
- package/clients/gamelift.d.ts +244 -204
- package/clients/mediaconvert.d.ts +21 -5
- package/clients/redshift.d.ts +6 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +387 -179
- package/dist/aws-sdk.min.js +58 -58
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.741.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){
|
|
@@ -64020,6 +64020,7 @@ module.exports={
|
|
|
64020
64020
|
"DPDTimeoutSeconds": {
|
|
64021
64021
|
"type": "integer"
|
|
64022
64022
|
},
|
|
64023
|
+
"DPDTimeoutAction": {},
|
|
64023
64024
|
"Phase1EncryptionAlgorithms": {
|
|
64024
64025
|
"shape": "Shr",
|
|
64025
64026
|
"locationName": "Phase1EncryptionAlgorithm"
|
|
@@ -64047,10 +64048,15 @@ module.exports={
|
|
|
64047
64048
|
"IKEVersions": {
|
|
64048
64049
|
"shape": "Si3",
|
|
64049
64050
|
"locationName": "IKEVersion"
|
|
64050
|
-
}
|
|
64051
|
+
},
|
|
64052
|
+
"StartupAction": {}
|
|
64051
64053
|
}
|
|
64052
64054
|
}
|
|
64053
|
-
}
|
|
64055
|
+
},
|
|
64056
|
+
"LocalIpv4NetworkCidr": {},
|
|
64057
|
+
"RemoteIpv4NetworkCidr": {},
|
|
64058
|
+
"LocalIpv6NetworkCidr": {},
|
|
64059
|
+
"RemoteIpv6NetworkCidr": {}
|
|
64054
64060
|
}
|
|
64055
64061
|
},
|
|
64056
64062
|
"TagSpecifications": {
|
|
@@ -75872,6 +75878,33 @@ module.exports={
|
|
|
75872
75878
|
}
|
|
75873
75879
|
}
|
|
75874
75880
|
},
|
|
75881
|
+
"ModifyVpnConnectionOptions": {
|
|
75882
|
+
"input": {
|
|
75883
|
+
"type": "structure",
|
|
75884
|
+
"required": [
|
|
75885
|
+
"VpnConnectionId"
|
|
75886
|
+
],
|
|
75887
|
+
"members": {
|
|
75888
|
+
"VpnConnectionId": {},
|
|
75889
|
+
"LocalIpv4NetworkCidr": {},
|
|
75890
|
+
"RemoteIpv4NetworkCidr": {},
|
|
75891
|
+
"LocalIpv6NetworkCidr": {},
|
|
75892
|
+
"RemoteIpv6NetworkCidr": {},
|
|
75893
|
+
"DryRun": {
|
|
75894
|
+
"type": "boolean"
|
|
75895
|
+
}
|
|
75896
|
+
}
|
|
75897
|
+
},
|
|
75898
|
+
"output": {
|
|
75899
|
+
"type": "structure",
|
|
75900
|
+
"members": {
|
|
75901
|
+
"VpnConnection": {
|
|
75902
|
+
"shape": "Si6",
|
|
75903
|
+
"locationName": "vpnConnection"
|
|
75904
|
+
}
|
|
75905
|
+
}
|
|
75906
|
+
}
|
|
75907
|
+
},
|
|
75875
75908
|
"ModifyVpnTunnelCertificate": {
|
|
75876
75909
|
"input": {
|
|
75877
75910
|
"type": "structure",
|
|
@@ -75932,6 +75965,7 @@ module.exports={
|
|
|
75932
75965
|
"DPDTimeoutSeconds": {
|
|
75933
75966
|
"type": "integer"
|
|
75934
75967
|
},
|
|
75968
|
+
"DPDTimeoutAction": {},
|
|
75935
75969
|
"Phase1EncryptionAlgorithms": {
|
|
75936
75970
|
"shape": "Shr",
|
|
75937
75971
|
"locationName": "Phase1EncryptionAlgorithm"
|
|
@@ -75959,7 +75993,8 @@ module.exports={
|
|
|
75959
75993
|
"IKEVersions": {
|
|
75960
75994
|
"shape": "Si3",
|
|
75961
75995
|
"locationName": "IKEVersion"
|
|
75962
|
-
}
|
|
75996
|
+
},
|
|
75997
|
+
"StartupAction": {}
|
|
75963
75998
|
}
|
|
75964
75999
|
},
|
|
75965
76000
|
"DryRun": {
|
|
@@ -75998,7 +76033,7 @@ module.exports={
|
|
|
75998
76033
|
"type": "structure",
|
|
75999
76034
|
"members": {
|
|
76000
76035
|
"InstanceMonitorings": {
|
|
76001
|
-
"shape": "
|
|
76036
|
+
"shape": "S1ho",
|
|
76002
76037
|
"locationName": "instancesSet"
|
|
76003
76038
|
}
|
|
76004
76039
|
}
|
|
@@ -77487,7 +77522,7 @@ module.exports={
|
|
|
77487
77522
|
"type": "integer"
|
|
77488
77523
|
},
|
|
77489
77524
|
"Groups": {
|
|
77490
|
-
"shape": "
|
|
77525
|
+
"shape": "S1kk",
|
|
77491
77526
|
"locationName": "Group"
|
|
77492
77527
|
},
|
|
77493
77528
|
"Ipv6AddressCount": {
|
|
@@ -77536,7 +77571,7 @@ module.exports={
|
|
|
77536
77571
|
},
|
|
77537
77572
|
"RamdiskId": {},
|
|
77538
77573
|
"SecurityGroupIds": {
|
|
77539
|
-
"shape": "
|
|
77574
|
+
"shape": "S1kk",
|
|
77540
77575
|
"locationName": "SecurityGroupId"
|
|
77541
77576
|
},
|
|
77542
77577
|
"SubnetId": {},
|
|
@@ -77744,7 +77779,7 @@ module.exports={
|
|
|
77744
77779
|
"type": "structure",
|
|
77745
77780
|
"members": {
|
|
77746
77781
|
"StartingInstances": {
|
|
77747
|
-
"shape": "
|
|
77782
|
+
"shape": "S1l8",
|
|
77748
77783
|
"locationName": "instancesSet"
|
|
77749
77784
|
}
|
|
77750
77785
|
}
|
|
@@ -77801,7 +77836,7 @@ module.exports={
|
|
|
77801
77836
|
"type": "structure",
|
|
77802
77837
|
"members": {
|
|
77803
77838
|
"StoppingInstances": {
|
|
77804
|
-
"shape": "
|
|
77839
|
+
"shape": "S1l8",
|
|
77805
77840
|
"locationName": "instancesSet"
|
|
77806
77841
|
}
|
|
77807
77842
|
}
|
|
@@ -77876,7 +77911,7 @@ module.exports={
|
|
|
77876
77911
|
"type": "structure",
|
|
77877
77912
|
"members": {
|
|
77878
77913
|
"TerminatingInstances": {
|
|
77879
|
-
"shape": "
|
|
77914
|
+
"shape": "S1l8",
|
|
77880
77915
|
"locationName": "instancesSet"
|
|
77881
77916
|
}
|
|
77882
77917
|
}
|
|
@@ -77951,7 +77986,7 @@ module.exports={
|
|
|
77951
77986
|
"type": "structure",
|
|
77952
77987
|
"members": {
|
|
77953
77988
|
"InstanceMonitorings": {
|
|
77954
|
-
"shape": "
|
|
77989
|
+
"shape": "S1ho",
|
|
77955
77990
|
"locationName": "instancesSet"
|
|
77956
77991
|
}
|
|
77957
77992
|
}
|
|
@@ -81694,6 +81729,18 @@ module.exports={
|
|
|
81694
81729
|
"locationName": "staticRoutesOnly",
|
|
81695
81730
|
"type": "boolean"
|
|
81696
81731
|
},
|
|
81732
|
+
"LocalIpv4NetworkCidr": {
|
|
81733
|
+
"locationName": "localIpv4NetworkCidr"
|
|
81734
|
+
},
|
|
81735
|
+
"RemoteIpv4NetworkCidr": {
|
|
81736
|
+
"locationName": "remoteIpv4NetworkCidr"
|
|
81737
|
+
},
|
|
81738
|
+
"LocalIpv6NetworkCidr": {
|
|
81739
|
+
"locationName": "localIpv6NetworkCidr"
|
|
81740
|
+
},
|
|
81741
|
+
"RemoteIpv6NetworkCidr": {
|
|
81742
|
+
"locationName": "remoteIpv6NetworkCidr"
|
|
81743
|
+
},
|
|
81697
81744
|
"TunnelInsideIpVersion": {
|
|
81698
81745
|
"locationName": "tunnelInsideIpVersion"
|
|
81699
81746
|
},
|
|
@@ -81740,6 +81787,9 @@ module.exports={
|
|
|
81740
81787
|
"locationName": "dpdTimeoutSeconds",
|
|
81741
81788
|
"type": "integer"
|
|
81742
81789
|
},
|
|
81790
|
+
"DpdTimeoutAction": {
|
|
81791
|
+
"locationName": "dpdTimeoutAction"
|
|
81792
|
+
},
|
|
81743
81793
|
"Phase1EncryptionAlgorithms": {
|
|
81744
81794
|
"locationName": "phase1EncryptionAlgorithmSet",
|
|
81745
81795
|
"type": "list",
|
|
@@ -81832,6 +81882,9 @@ module.exports={
|
|
|
81832
81882
|
}
|
|
81833
81883
|
}
|
|
81834
81884
|
}
|
|
81885
|
+
},
|
|
81886
|
+
"StartupAction": {
|
|
81887
|
+
"locationName": "startupAction"
|
|
81835
81888
|
}
|
|
81836
81889
|
}
|
|
81837
81890
|
}
|
|
@@ -83885,7 +83938,7 @@ module.exports={
|
|
|
83885
83938
|
}
|
|
83886
83939
|
}
|
|
83887
83940
|
},
|
|
83888
|
-
"
|
|
83941
|
+
"S1ho": {
|
|
83889
83942
|
"type": "list",
|
|
83890
83943
|
"member": {
|
|
83891
83944
|
"locationName": "item",
|
|
@@ -83901,13 +83954,13 @@ module.exports={
|
|
|
83901
83954
|
}
|
|
83902
83955
|
}
|
|
83903
83956
|
},
|
|
83904
|
-
"
|
|
83957
|
+
"S1kk": {
|
|
83905
83958
|
"type": "list",
|
|
83906
83959
|
"member": {
|
|
83907
83960
|
"locationName": "SecurityGroupId"
|
|
83908
83961
|
}
|
|
83909
83962
|
},
|
|
83910
|
-
"
|
|
83963
|
+
"S1l8": {
|
|
83911
83964
|
"type": "list",
|
|
83912
83965
|
"member": {
|
|
83913
83966
|
"locationName": "item",
|
|
@@ -106021,10 +106074,10 @@ module.exports={
|
|
|
106021
106074
|
"Name": {},
|
|
106022
106075
|
"Description": {},
|
|
106023
106076
|
"RoutingStrategy": {
|
|
106024
|
-
"shape": "
|
|
106077
|
+
"shape": "Sm"
|
|
106025
106078
|
},
|
|
106026
106079
|
"Tags": {
|
|
106027
|
-
"shape": "
|
|
106080
|
+
"shape": "Sq"
|
|
106028
106081
|
}
|
|
106029
106082
|
}
|
|
106030
106083
|
},
|
|
@@ -106032,7 +106085,7 @@ module.exports={
|
|
|
106032
106085
|
"type": "structure",
|
|
106033
106086
|
"members": {
|
|
106034
106087
|
"Alias": {
|
|
106035
|
-
"shape": "
|
|
106088
|
+
"shape": "Sv"
|
|
106036
106089
|
}
|
|
106037
106090
|
}
|
|
106038
106091
|
}
|
|
@@ -106044,11 +106097,11 @@ module.exports={
|
|
|
106044
106097
|
"Name": {},
|
|
106045
106098
|
"Version": {},
|
|
106046
106099
|
"StorageLocation": {
|
|
106047
|
-
"shape": "
|
|
106100
|
+
"shape": "Sz"
|
|
106048
106101
|
},
|
|
106049
106102
|
"OperatingSystem": {},
|
|
106050
106103
|
"Tags": {
|
|
106051
|
-
"shape": "
|
|
106104
|
+
"shape": "Sq"
|
|
106052
106105
|
}
|
|
106053
106106
|
}
|
|
106054
106107
|
},
|
|
@@ -106056,13 +106109,13 @@ module.exports={
|
|
|
106056
106109
|
"type": "structure",
|
|
106057
106110
|
"members": {
|
|
106058
106111
|
"Build": {
|
|
106059
|
-
"shape": "
|
|
106112
|
+
"shape": "S13"
|
|
106060
106113
|
},
|
|
106061
106114
|
"UploadCredentials": {
|
|
106062
|
-
"shape": "
|
|
106115
|
+
"shape": "S18"
|
|
106063
106116
|
},
|
|
106064
106117
|
"StorageLocation": {
|
|
106065
|
-
"shape": "
|
|
106118
|
+
"shape": "Sz"
|
|
106066
106119
|
}
|
|
106067
106120
|
}
|
|
106068
106121
|
}
|
|
@@ -106086,27 +106139,27 @@ module.exports={
|
|
|
106086
106139
|
},
|
|
106087
106140
|
"EC2InstanceType": {},
|
|
106088
106141
|
"EC2InboundPermissions": {
|
|
106089
|
-
"shape": "
|
|
106142
|
+
"shape": "S1d"
|
|
106090
106143
|
},
|
|
106091
106144
|
"NewGameSessionProtectionPolicy": {},
|
|
106092
106145
|
"RuntimeConfiguration": {
|
|
106093
|
-
"shape": "
|
|
106146
|
+
"shape": "S1j"
|
|
106094
106147
|
},
|
|
106095
106148
|
"ResourceCreationLimitPolicy": {
|
|
106096
|
-
"shape": "
|
|
106149
|
+
"shape": "S1p"
|
|
106097
106150
|
},
|
|
106098
106151
|
"MetricGroups": {
|
|
106099
|
-
"shape": "
|
|
106152
|
+
"shape": "S1r"
|
|
106100
106153
|
},
|
|
106101
106154
|
"PeerVpcAwsAccountId": {},
|
|
106102
106155
|
"PeerVpcId": {},
|
|
106103
106156
|
"FleetType": {},
|
|
106104
106157
|
"InstanceRoleArn": {},
|
|
106105
106158
|
"CertificateConfiguration": {
|
|
106106
|
-
"shape": "
|
|
106159
|
+
"shape": "S1u"
|
|
106107
106160
|
},
|
|
106108
106161
|
"Tags": {
|
|
106109
|
-
"shape": "
|
|
106162
|
+
"shape": "Sq"
|
|
106110
106163
|
}
|
|
106111
106164
|
}
|
|
106112
106165
|
},
|
|
@@ -106114,7 +106167,7 @@ module.exports={
|
|
|
106114
106167
|
"type": "structure",
|
|
106115
106168
|
"members": {
|
|
106116
106169
|
"FleetAttributes": {
|
|
106117
|
-
"shape": "
|
|
106170
|
+
"shape": "S1x"
|
|
106118
106171
|
}
|
|
106119
106172
|
}
|
|
106120
106173
|
}
|
|
@@ -106148,7 +106201,7 @@ module.exports={
|
|
|
106148
106201
|
}
|
|
106149
106202
|
},
|
|
106150
106203
|
"InstanceDefinitions": {
|
|
106151
|
-
"shape": "
|
|
106204
|
+
"shape": "S2a"
|
|
106152
106205
|
},
|
|
106153
106206
|
"AutoScalingPolicy": {
|
|
106154
106207
|
"type": "structure",
|
|
@@ -106179,7 +106232,7 @@ module.exports={
|
|
|
106179
106232
|
"member": {}
|
|
106180
106233
|
},
|
|
106181
106234
|
"Tags": {
|
|
106182
|
-
"shape": "
|
|
106235
|
+
"shape": "Sq"
|
|
106183
106236
|
}
|
|
106184
106237
|
}
|
|
106185
106238
|
},
|
|
@@ -106187,7 +106240,7 @@ module.exports={
|
|
|
106187
106240
|
"type": "structure",
|
|
106188
106241
|
"members": {
|
|
106189
106242
|
"GameServerGroup": {
|
|
106190
|
-
"shape": "
|
|
106243
|
+
"shape": "S2m"
|
|
106191
106244
|
}
|
|
106192
106245
|
}
|
|
106193
106246
|
}
|
|
@@ -106206,7 +106259,7 @@ module.exports={
|
|
|
106206
106259
|
},
|
|
106207
106260
|
"Name": {},
|
|
106208
106261
|
"GameProperties": {
|
|
106209
|
-
"shape": "
|
|
106262
|
+
"shape": "S2u"
|
|
106210
106263
|
},
|
|
106211
106264
|
"CreatorId": {},
|
|
106212
106265
|
"GameSessionId": {},
|
|
@@ -106218,7 +106271,7 @@ module.exports={
|
|
|
106218
106271
|
"type": "structure",
|
|
106219
106272
|
"members": {
|
|
106220
106273
|
"GameSession": {
|
|
106221
|
-
"shape": "
|
|
106274
|
+
"shape": "S31"
|
|
106222
106275
|
}
|
|
106223
106276
|
}
|
|
106224
106277
|
}
|
|
@@ -106235,13 +106288,13 @@ module.exports={
|
|
|
106235
106288
|
"type": "integer"
|
|
106236
106289
|
},
|
|
106237
106290
|
"PlayerLatencyPolicies": {
|
|
106238
|
-
"shape": "
|
|
106291
|
+
"shape": "S3a"
|
|
106239
106292
|
},
|
|
106240
106293
|
"Destinations": {
|
|
106241
|
-
"shape": "
|
|
106294
|
+
"shape": "S3c"
|
|
106242
106295
|
},
|
|
106243
106296
|
"Tags": {
|
|
106244
|
-
"shape": "
|
|
106297
|
+
"shape": "Sq"
|
|
106245
106298
|
}
|
|
106246
106299
|
}
|
|
106247
106300
|
},
|
|
@@ -106249,7 +106302,7 @@ module.exports={
|
|
|
106249
106302
|
"type": "structure",
|
|
106250
106303
|
"members": {
|
|
106251
106304
|
"GameSessionQueue": {
|
|
106252
|
-
"shape": "
|
|
106305
|
+
"shape": "S3g"
|
|
106253
106306
|
}
|
|
106254
106307
|
}
|
|
106255
106308
|
}
|
|
@@ -106268,7 +106321,7 @@ module.exports={
|
|
|
106268
106321
|
"Name": {},
|
|
106269
106322
|
"Description": {},
|
|
106270
106323
|
"GameSessionQueueArns": {
|
|
106271
|
-
"shape": "
|
|
106324
|
+
"shape": "S3j"
|
|
106272
106325
|
},
|
|
106273
106326
|
"RequestTimeoutSeconds": {
|
|
106274
106327
|
"type": "integer"
|
|
@@ -106286,12 +106339,12 @@ module.exports={
|
|
|
106286
106339
|
},
|
|
106287
106340
|
"CustomEventData": {},
|
|
106288
106341
|
"GameProperties": {
|
|
106289
|
-
"shape": "
|
|
106342
|
+
"shape": "S2u"
|
|
106290
106343
|
},
|
|
106291
106344
|
"GameSessionData": {},
|
|
106292
106345
|
"BackfillMode": {},
|
|
106293
106346
|
"Tags": {
|
|
106294
|
-
"shape": "
|
|
106347
|
+
"shape": "Sq"
|
|
106295
106348
|
}
|
|
106296
106349
|
}
|
|
106297
106350
|
},
|
|
@@ -106299,7 +106352,7 @@ module.exports={
|
|
|
106299
106352
|
"type": "structure",
|
|
106300
106353
|
"members": {
|
|
106301
106354
|
"Configuration": {
|
|
106302
|
-
"shape": "
|
|
106355
|
+
"shape": "S3s"
|
|
106303
106356
|
}
|
|
106304
106357
|
}
|
|
106305
106358
|
}
|
|
@@ -106315,7 +106368,7 @@ module.exports={
|
|
|
106315
106368
|
"Name": {},
|
|
106316
106369
|
"RuleSetBody": {},
|
|
106317
106370
|
"Tags": {
|
|
106318
|
-
"shape": "
|
|
106371
|
+
"shape": "Sq"
|
|
106319
106372
|
}
|
|
106320
106373
|
}
|
|
106321
106374
|
},
|
|
@@ -106326,7 +106379,7 @@ module.exports={
|
|
|
106326
106379
|
],
|
|
106327
106380
|
"members": {
|
|
106328
106381
|
"RuleSet": {
|
|
106329
|
-
"shape": "
|
|
106382
|
+
"shape": "S3y"
|
|
106330
106383
|
}
|
|
106331
106384
|
}
|
|
106332
106385
|
}
|
|
@@ -106348,7 +106401,7 @@ module.exports={
|
|
|
106348
106401
|
"type": "structure",
|
|
106349
106402
|
"members": {
|
|
106350
106403
|
"PlayerSession": {
|
|
106351
|
-
"shape": "
|
|
106404
|
+
"shape": "S42"
|
|
106352
106405
|
}
|
|
106353
106406
|
}
|
|
106354
106407
|
}
|
|
@@ -106377,7 +106430,7 @@ module.exports={
|
|
|
106377
106430
|
"type": "structure",
|
|
106378
106431
|
"members": {
|
|
106379
106432
|
"PlayerSessions": {
|
|
106380
|
-
"shape": "
|
|
106433
|
+
"shape": "S49"
|
|
106381
106434
|
}
|
|
106382
106435
|
}
|
|
106383
106436
|
}
|
|
@@ -106389,13 +106442,13 @@ module.exports={
|
|
|
106389
106442
|
"Name": {},
|
|
106390
106443
|
"Version": {},
|
|
106391
106444
|
"StorageLocation": {
|
|
106392
|
-
"shape": "
|
|
106445
|
+
"shape": "Sz"
|
|
106393
106446
|
},
|
|
106394
106447
|
"ZipFile": {
|
|
106395
106448
|
"type": "blob"
|
|
106396
106449
|
},
|
|
106397
106450
|
"Tags": {
|
|
106398
|
-
"shape": "
|
|
106451
|
+
"shape": "Sq"
|
|
106399
106452
|
}
|
|
106400
106453
|
}
|
|
106401
106454
|
},
|
|
@@ -106403,7 +106456,7 @@ module.exports={
|
|
|
106403
106456
|
"type": "structure",
|
|
106404
106457
|
"members": {
|
|
106405
106458
|
"Script": {
|
|
106406
|
-
"shape": "
|
|
106459
|
+
"shape": "S4d"
|
|
106407
106460
|
}
|
|
106408
106461
|
}
|
|
106409
106462
|
}
|
|
@@ -106424,7 +106477,7 @@ module.exports={
|
|
|
106424
106477
|
"type": "structure",
|
|
106425
106478
|
"members": {
|
|
106426
106479
|
"VpcPeeringAuthorization": {
|
|
106427
|
-
"shape": "
|
|
106480
|
+
"shape": "S4g"
|
|
106428
106481
|
}
|
|
106429
106482
|
}
|
|
106430
106483
|
}
|
|
@@ -106496,7 +106549,7 @@ module.exports={
|
|
|
106496
106549
|
"type": "structure",
|
|
106497
106550
|
"members": {
|
|
106498
106551
|
"GameServerGroup": {
|
|
106499
|
-
"shape": "
|
|
106552
|
+
"shape": "S2m"
|
|
106500
106553
|
}
|
|
106501
106554
|
}
|
|
106502
106555
|
}
|
|
@@ -106631,7 +106684,7 @@ module.exports={
|
|
|
106631
106684
|
"type": "structure",
|
|
106632
106685
|
"members": {
|
|
106633
106686
|
"Alias": {
|
|
106634
|
-
"shape": "
|
|
106687
|
+
"shape": "Sv"
|
|
106635
106688
|
}
|
|
106636
106689
|
}
|
|
106637
106690
|
}
|
|
@@ -106650,7 +106703,7 @@ module.exports={
|
|
|
106650
106703
|
"type": "structure",
|
|
106651
106704
|
"members": {
|
|
106652
106705
|
"Build": {
|
|
106653
|
-
"shape": "
|
|
106706
|
+
"shape": "S13"
|
|
106654
106707
|
}
|
|
106655
106708
|
}
|
|
106656
106709
|
}
|
|
@@ -106688,7 +106741,7 @@ module.exports={
|
|
|
106688
106741
|
"type": "structure",
|
|
106689
106742
|
"members": {
|
|
106690
106743
|
"FleetIds": {
|
|
106691
|
-
"shape": "
|
|
106744
|
+
"shape": "S5d"
|
|
106692
106745
|
},
|
|
106693
106746
|
"Limit": {
|
|
106694
106747
|
"type": "integer"
|
|
@@ -106702,7 +106755,7 @@ module.exports={
|
|
|
106702
106755
|
"FleetAttributes": {
|
|
106703
106756
|
"type": "list",
|
|
106704
106757
|
"member": {
|
|
106705
|
-
"shape": "
|
|
106758
|
+
"shape": "S1x"
|
|
106706
106759
|
}
|
|
106707
106760
|
},
|
|
106708
106761
|
"NextToken": {}
|
|
@@ -106714,7 +106767,7 @@ module.exports={
|
|
|
106714
106767
|
"type": "structure",
|
|
106715
106768
|
"members": {
|
|
106716
106769
|
"FleetIds": {
|
|
106717
|
-
"shape": "
|
|
106770
|
+
"shape": "S5d"
|
|
106718
106771
|
},
|
|
106719
106772
|
"Limit": {
|
|
106720
106773
|
"type": "integer"
|
|
@@ -106822,7 +106875,7 @@ module.exports={
|
|
|
106822
106875
|
"type": "structure",
|
|
106823
106876
|
"members": {
|
|
106824
106877
|
"InboundPermissions": {
|
|
106825
|
-
"shape": "
|
|
106878
|
+
"shape": "S1d"
|
|
106826
106879
|
}
|
|
106827
106880
|
}
|
|
106828
106881
|
}
|
|
@@ -106832,7 +106885,7 @@ module.exports={
|
|
|
106832
106885
|
"type": "structure",
|
|
106833
106886
|
"members": {
|
|
106834
106887
|
"FleetIds": {
|
|
106835
|
-
"shape": "
|
|
106888
|
+
"shape": "S5d"
|
|
106836
106889
|
},
|
|
106837
106890
|
"Limit": {
|
|
106838
106891
|
"type": "integer"
|
|
@@ -106903,11 +106956,48 @@ module.exports={
|
|
|
106903
106956
|
"type": "structure",
|
|
106904
106957
|
"members": {
|
|
106905
106958
|
"GameServerGroup": {
|
|
106906
|
-
"shape": "
|
|
106959
|
+
"shape": "S2m"
|
|
106907
106960
|
}
|
|
106908
106961
|
}
|
|
106909
106962
|
}
|
|
106910
106963
|
},
|
|
106964
|
+
"DescribeGameServerInstances": {
|
|
106965
|
+
"input": {
|
|
106966
|
+
"type": "structure",
|
|
106967
|
+
"required": [
|
|
106968
|
+
"GameServerGroupName"
|
|
106969
|
+
],
|
|
106970
|
+
"members": {
|
|
106971
|
+
"GameServerGroupName": {},
|
|
106972
|
+
"InstanceIds": {
|
|
106973
|
+
"type": "list",
|
|
106974
|
+
"member": {}
|
|
106975
|
+
},
|
|
106976
|
+
"Limit": {
|
|
106977
|
+
"type": "integer"
|
|
106978
|
+
},
|
|
106979
|
+
"NextToken": {}
|
|
106980
|
+
}
|
|
106981
|
+
},
|
|
106982
|
+
"output": {
|
|
106983
|
+
"type": "structure",
|
|
106984
|
+
"members": {
|
|
106985
|
+
"GameServerInstances": {
|
|
106986
|
+
"type": "list",
|
|
106987
|
+
"member": {
|
|
106988
|
+
"type": "structure",
|
|
106989
|
+
"members": {
|
|
106990
|
+
"GameServerGroupName": {},
|
|
106991
|
+
"GameServerGroupArn": {},
|
|
106992
|
+
"InstanceId": {},
|
|
106993
|
+
"InstanceStatus": {}
|
|
106994
|
+
}
|
|
106995
|
+
}
|
|
106996
|
+
},
|
|
106997
|
+
"NextToken": {}
|
|
106998
|
+
}
|
|
106999
|
+
}
|
|
107000
|
+
},
|
|
106911
107001
|
"DescribeGameSessionDetails": {
|
|
106912
107002
|
"input": {
|
|
106913
107003
|
"type": "structure",
|
|
@@ -106931,7 +107021,7 @@ module.exports={
|
|
|
106931
107021
|
"type": "structure",
|
|
106932
107022
|
"members": {
|
|
106933
107023
|
"GameSession": {
|
|
106934
|
-
"shape": "
|
|
107024
|
+
"shape": "S31"
|
|
106935
107025
|
},
|
|
106936
107026
|
"ProtectionPolicy": {}
|
|
106937
107027
|
}
|
|
@@ -106955,7 +107045,7 @@ module.exports={
|
|
|
106955
107045
|
"type": "structure",
|
|
106956
107046
|
"members": {
|
|
106957
107047
|
"GameSessionPlacement": {
|
|
106958
|
-
"shape": "
|
|
107048
|
+
"shape": "S6c"
|
|
106959
107049
|
}
|
|
106960
107050
|
}
|
|
106961
107051
|
}
|
|
@@ -106980,7 +107070,7 @@ module.exports={
|
|
|
106980
107070
|
"GameSessionQueues": {
|
|
106981
107071
|
"type": "list",
|
|
106982
107072
|
"member": {
|
|
106983
|
-
"shape": "
|
|
107073
|
+
"shape": "S3g"
|
|
106984
107074
|
}
|
|
106985
107075
|
},
|
|
106986
107076
|
"NextToken": {}
|
|
@@ -107005,7 +107095,7 @@ module.exports={
|
|
|
107005
107095
|
"type": "structure",
|
|
107006
107096
|
"members": {
|
|
107007
107097
|
"GameSessions": {
|
|
107008
|
-
"shape": "
|
|
107098
|
+
"shape": "S6p"
|
|
107009
107099
|
},
|
|
107010
107100
|
"NextToken": {}
|
|
107011
107101
|
}
|
|
@@ -107070,7 +107160,7 @@ module.exports={
|
|
|
107070
107160
|
"TicketList": {
|
|
107071
107161
|
"type": "list",
|
|
107072
107162
|
"member": {
|
|
107073
|
-
"shape": "
|
|
107163
|
+
"shape": "S70"
|
|
107074
107164
|
}
|
|
107075
107165
|
}
|
|
107076
107166
|
}
|
|
@@ -107097,7 +107187,7 @@ module.exports={
|
|
|
107097
107187
|
"Configurations": {
|
|
107098
107188
|
"type": "list",
|
|
107099
107189
|
"member": {
|
|
107100
|
-
"shape": "
|
|
107190
|
+
"shape": "S3s"
|
|
107101
107191
|
}
|
|
107102
107192
|
},
|
|
107103
107193
|
"NextToken": {}
|
|
@@ -107127,7 +107217,7 @@ module.exports={
|
|
|
107127
107217
|
"RuleSets": {
|
|
107128
107218
|
"type": "list",
|
|
107129
107219
|
"member": {
|
|
107130
|
-
"shape": "
|
|
107220
|
+
"shape": "S3y"
|
|
107131
107221
|
}
|
|
107132
107222
|
},
|
|
107133
107223
|
"NextToken": {}
|
|
@@ -107152,7 +107242,7 @@ module.exports={
|
|
|
107152
107242
|
"type": "structure",
|
|
107153
107243
|
"members": {
|
|
107154
107244
|
"PlayerSessions": {
|
|
107155
|
-
"shape": "
|
|
107245
|
+
"shape": "S49"
|
|
107156
107246
|
},
|
|
107157
107247
|
"NextToken": {}
|
|
107158
107248
|
}
|
|
@@ -107172,7 +107262,7 @@ module.exports={
|
|
|
107172
107262
|
"type": "structure",
|
|
107173
107263
|
"members": {
|
|
107174
107264
|
"RuntimeConfiguration": {
|
|
107175
|
-
"shape": "
|
|
107265
|
+
"shape": "S1j"
|
|
107176
107266
|
}
|
|
107177
107267
|
}
|
|
107178
107268
|
}
|
|
@@ -107217,7 +107307,7 @@ module.exports={
|
|
|
107217
107307
|
"MetricName": {},
|
|
107218
107308
|
"PolicyType": {},
|
|
107219
107309
|
"TargetConfiguration": {
|
|
107220
|
-
"shape": "
|
|
107310
|
+
"shape": "S81"
|
|
107221
107311
|
}
|
|
107222
107312
|
}
|
|
107223
107313
|
}
|
|
@@ -107240,7 +107330,7 @@ module.exports={
|
|
|
107240
107330
|
"type": "structure",
|
|
107241
107331
|
"members": {
|
|
107242
107332
|
"Script": {
|
|
107243
|
-
"shape": "
|
|
107333
|
+
"shape": "S4d"
|
|
107244
107334
|
}
|
|
107245
107335
|
}
|
|
107246
107336
|
}
|
|
@@ -107256,7 +107346,7 @@ module.exports={
|
|
|
107256
107346
|
"VpcPeeringAuthorizations": {
|
|
107257
107347
|
"type": "list",
|
|
107258
107348
|
"member": {
|
|
107259
|
-
"shape": "
|
|
107349
|
+
"shape": "S4g"
|
|
107260
107350
|
}
|
|
107261
107351
|
}
|
|
107262
107352
|
}
|
|
@@ -107366,7 +107456,7 @@ module.exports={
|
|
|
107366
107456
|
"Aliases": {
|
|
107367
107457
|
"type": "list",
|
|
107368
107458
|
"member": {
|
|
107369
|
-
"shape": "
|
|
107459
|
+
"shape": "Sv"
|
|
107370
107460
|
}
|
|
107371
107461
|
},
|
|
107372
107462
|
"NextToken": {}
|
|
@@ -107390,7 +107480,7 @@ module.exports={
|
|
|
107390
107480
|
"Builds": {
|
|
107391
107481
|
"type": "list",
|
|
107392
107482
|
"member": {
|
|
107393
|
-
"shape": "
|
|
107483
|
+
"shape": "S13"
|
|
107394
107484
|
}
|
|
107395
107485
|
},
|
|
107396
107486
|
"NextToken": {}
|
|
@@ -107436,7 +107526,7 @@ module.exports={
|
|
|
107436
107526
|
"GameServerGroups": {
|
|
107437
107527
|
"type": "list",
|
|
107438
107528
|
"member": {
|
|
107439
|
-
"shape": "
|
|
107529
|
+
"shape": "S2m"
|
|
107440
107530
|
}
|
|
107441
107531
|
},
|
|
107442
107532
|
"NextToken": {}
|
|
@@ -107487,7 +107577,7 @@ module.exports={
|
|
|
107487
107577
|
"Scripts": {
|
|
107488
107578
|
"type": "list",
|
|
107489
107579
|
"member": {
|
|
107490
|
-
"shape": "
|
|
107580
|
+
"shape": "S4d"
|
|
107491
107581
|
}
|
|
107492
107582
|
},
|
|
107493
107583
|
"NextToken": {}
|
|
@@ -107508,7 +107598,7 @@ module.exports={
|
|
|
107508
107598
|
"type": "structure",
|
|
107509
107599
|
"members": {
|
|
107510
107600
|
"Tags": {
|
|
107511
|
-
"shape": "
|
|
107601
|
+
"shape": "Sq"
|
|
107512
107602
|
}
|
|
107513
107603
|
}
|
|
107514
107604
|
}
|
|
@@ -107538,7 +107628,7 @@ module.exports={
|
|
|
107538
107628
|
"MetricName": {},
|
|
107539
107629
|
"PolicyType": {},
|
|
107540
107630
|
"TargetConfiguration": {
|
|
107541
|
-
"shape": "
|
|
107631
|
+
"shape": "S81"
|
|
107542
107632
|
}
|
|
107543
107633
|
}
|
|
107544
107634
|
},
|
|
@@ -107562,11 +107652,7 @@ module.exports={
|
|
|
107562
107652
|
"GameServerId": {},
|
|
107563
107653
|
"InstanceId": {},
|
|
107564
107654
|
"ConnectionInfo": {},
|
|
107565
|
-
"GameServerData": {}
|
|
107566
|
-
"CustomSortKey": {},
|
|
107567
|
-
"Tags": {
|
|
107568
|
-
"shape": "Sr"
|
|
107569
|
-
}
|
|
107655
|
+
"GameServerData": {}
|
|
107570
107656
|
}
|
|
107571
107657
|
},
|
|
107572
107658
|
"output": {
|
|
@@ -107592,10 +107678,10 @@ module.exports={
|
|
|
107592
107678
|
"type": "structure",
|
|
107593
107679
|
"members": {
|
|
107594
107680
|
"UploadCredentials": {
|
|
107595
|
-
"shape": "
|
|
107681
|
+
"shape": "S18"
|
|
107596
107682
|
},
|
|
107597
107683
|
"StorageLocation": {
|
|
107598
|
-
"shape": "
|
|
107684
|
+
"shape": "Sz"
|
|
107599
107685
|
}
|
|
107600
107686
|
}
|
|
107601
107687
|
}
|
|
@@ -107628,7 +107714,7 @@ module.exports={
|
|
|
107628
107714
|
"members": {
|
|
107629
107715
|
"GameServerGroupName": {},
|
|
107630
107716
|
"ResumeActions": {
|
|
107631
|
-
"shape": "
|
|
107717
|
+
"shape": "S2p"
|
|
107632
107718
|
}
|
|
107633
107719
|
}
|
|
107634
107720
|
},
|
|
@@ -107636,7 +107722,7 @@ module.exports={
|
|
|
107636
107722
|
"type": "structure",
|
|
107637
107723
|
"members": {
|
|
107638
107724
|
"GameServerGroup": {
|
|
107639
|
-
"shape": "
|
|
107725
|
+
"shape": "S2m"
|
|
107640
107726
|
}
|
|
107641
107727
|
}
|
|
107642
107728
|
}
|
|
@@ -107659,7 +107745,7 @@ module.exports={
|
|
|
107659
107745
|
"type": "structure",
|
|
107660
107746
|
"members": {
|
|
107661
107747
|
"GameSessions": {
|
|
107662
|
-
"shape": "
|
|
107748
|
+
"shape": "S6p"
|
|
107663
107749
|
},
|
|
107664
107750
|
"NextToken": {}
|
|
107665
107751
|
}
|
|
@@ -107675,7 +107761,7 @@ module.exports={
|
|
|
107675
107761
|
"members": {
|
|
107676
107762
|
"FleetId": {},
|
|
107677
107763
|
"Actions": {
|
|
107678
|
-
"shape": "
|
|
107764
|
+
"shape": "S22"
|
|
107679
107765
|
}
|
|
107680
107766
|
}
|
|
107681
107767
|
},
|
|
@@ -107696,14 +107782,14 @@ module.exports={
|
|
|
107696
107782
|
"PlacementId": {},
|
|
107697
107783
|
"GameSessionQueueName": {},
|
|
107698
107784
|
"GameProperties": {
|
|
107699
|
-
"shape": "
|
|
107785
|
+
"shape": "S2u"
|
|
107700
107786
|
},
|
|
107701
107787
|
"MaximumPlayerSessionCount": {
|
|
107702
107788
|
"type": "integer"
|
|
107703
107789
|
},
|
|
107704
107790
|
"GameSessionName": {},
|
|
107705
107791
|
"PlayerLatencies": {
|
|
107706
|
-
"shape": "
|
|
107792
|
+
"shape": "S6e"
|
|
107707
107793
|
},
|
|
107708
107794
|
"DesiredPlayerSessions": {
|
|
107709
107795
|
"type": "list",
|
|
@@ -107722,7 +107808,7 @@ module.exports={
|
|
|
107722
107808
|
"type": "structure",
|
|
107723
107809
|
"members": {
|
|
107724
107810
|
"GameSessionPlacement": {
|
|
107725
|
-
"shape": "
|
|
107811
|
+
"shape": "S6c"
|
|
107726
107812
|
}
|
|
107727
107813
|
}
|
|
107728
107814
|
}
|
|
@@ -107740,7 +107826,7 @@ module.exports={
|
|
|
107740
107826
|
"ConfigurationName": {},
|
|
107741
107827
|
"GameSessionArn": {},
|
|
107742
107828
|
"Players": {
|
|
107743
|
-
"shape": "
|
|
107829
|
+
"shape": "S73"
|
|
107744
107830
|
}
|
|
107745
107831
|
}
|
|
107746
107832
|
},
|
|
@@ -107748,7 +107834,7 @@ module.exports={
|
|
|
107748
107834
|
"type": "structure",
|
|
107749
107835
|
"members": {
|
|
107750
107836
|
"MatchmakingTicket": {
|
|
107751
|
-
"shape": "
|
|
107837
|
+
"shape": "S70"
|
|
107752
107838
|
}
|
|
107753
107839
|
}
|
|
107754
107840
|
}
|
|
@@ -107764,7 +107850,7 @@ module.exports={
|
|
|
107764
107850
|
"TicketId": {},
|
|
107765
107851
|
"ConfigurationName": {},
|
|
107766
107852
|
"Players": {
|
|
107767
|
-
"shape": "
|
|
107853
|
+
"shape": "S73"
|
|
107768
107854
|
}
|
|
107769
107855
|
}
|
|
107770
107856
|
},
|
|
@@ -107772,7 +107858,7 @@ module.exports={
|
|
|
107772
107858
|
"type": "structure",
|
|
107773
107859
|
"members": {
|
|
107774
107860
|
"MatchmakingTicket": {
|
|
107775
|
-
"shape": "
|
|
107861
|
+
"shape": "S70"
|
|
107776
107862
|
}
|
|
107777
107863
|
}
|
|
107778
107864
|
}
|
|
@@ -107787,7 +107873,7 @@ module.exports={
|
|
|
107787
107873
|
"members": {
|
|
107788
107874
|
"FleetId": {},
|
|
107789
107875
|
"Actions": {
|
|
107790
|
-
"shape": "
|
|
107876
|
+
"shape": "S22"
|
|
107791
107877
|
}
|
|
107792
107878
|
}
|
|
107793
107879
|
},
|
|
@@ -107810,7 +107896,7 @@ module.exports={
|
|
|
107810
107896
|
"type": "structure",
|
|
107811
107897
|
"members": {
|
|
107812
107898
|
"GameSessionPlacement": {
|
|
107813
|
-
"shape": "
|
|
107899
|
+
"shape": "S6c"
|
|
107814
107900
|
}
|
|
107815
107901
|
}
|
|
107816
107902
|
}
|
|
@@ -107840,7 +107926,7 @@ module.exports={
|
|
|
107840
107926
|
"members": {
|
|
107841
107927
|
"GameServerGroupName": {},
|
|
107842
107928
|
"SuspendActions": {
|
|
107843
|
-
"shape": "
|
|
107929
|
+
"shape": "S2p"
|
|
107844
107930
|
}
|
|
107845
107931
|
}
|
|
107846
107932
|
},
|
|
@@ -107848,7 +107934,7 @@ module.exports={
|
|
|
107848
107934
|
"type": "structure",
|
|
107849
107935
|
"members": {
|
|
107850
107936
|
"GameServerGroup": {
|
|
107851
|
-
"shape": "
|
|
107937
|
+
"shape": "S2m"
|
|
107852
107938
|
}
|
|
107853
107939
|
}
|
|
107854
107940
|
}
|
|
@@ -107863,7 +107949,7 @@ module.exports={
|
|
|
107863
107949
|
"members": {
|
|
107864
107950
|
"ResourceARN": {},
|
|
107865
107951
|
"Tags": {
|
|
107866
|
-
"shape": "
|
|
107952
|
+
"shape": "Sq"
|
|
107867
107953
|
}
|
|
107868
107954
|
}
|
|
107869
107955
|
},
|
|
@@ -107903,7 +107989,7 @@ module.exports={
|
|
|
107903
107989
|
"Name": {},
|
|
107904
107990
|
"Description": {},
|
|
107905
107991
|
"RoutingStrategy": {
|
|
107906
|
-
"shape": "
|
|
107992
|
+
"shape": "Sm"
|
|
107907
107993
|
}
|
|
107908
107994
|
}
|
|
107909
107995
|
},
|
|
@@ -107911,7 +107997,7 @@ module.exports={
|
|
|
107911
107997
|
"type": "structure",
|
|
107912
107998
|
"members": {
|
|
107913
107999
|
"Alias": {
|
|
107914
|
-
"shape": "
|
|
108000
|
+
"shape": "Sv"
|
|
107915
108001
|
}
|
|
107916
108002
|
}
|
|
107917
108003
|
}
|
|
@@ -107932,7 +108018,7 @@ module.exports={
|
|
|
107932
108018
|
"type": "structure",
|
|
107933
108019
|
"members": {
|
|
107934
108020
|
"Build": {
|
|
107935
|
-
"shape": "
|
|
108021
|
+
"shape": "S13"
|
|
107936
108022
|
}
|
|
107937
108023
|
}
|
|
107938
108024
|
}
|
|
@@ -107949,10 +108035,10 @@ module.exports={
|
|
|
107949
108035
|
"Description": {},
|
|
107950
108036
|
"NewGameSessionProtectionPolicy": {},
|
|
107951
108037
|
"ResourceCreationLimitPolicy": {
|
|
107952
|
-
"shape": "
|
|
108038
|
+
"shape": "S1p"
|
|
107953
108039
|
},
|
|
107954
108040
|
"MetricGroups": {
|
|
107955
|
-
"shape": "
|
|
108041
|
+
"shape": "S1r"
|
|
107956
108042
|
}
|
|
107957
108043
|
}
|
|
107958
108044
|
},
|
|
@@ -107998,10 +108084,10 @@ module.exports={
|
|
|
107998
108084
|
"members": {
|
|
107999
108085
|
"FleetId": {},
|
|
108000
108086
|
"InboundPermissionAuthorizations": {
|
|
108001
|
-
"shape": "
|
|
108087
|
+
"shape": "S1d"
|
|
108002
108088
|
},
|
|
108003
108089
|
"InboundPermissionRevocations": {
|
|
108004
|
-
"shape": "
|
|
108090
|
+
"shape": "S1d"
|
|
108005
108091
|
}
|
|
108006
108092
|
}
|
|
108007
108093
|
},
|
|
@@ -108023,7 +108109,6 @@ module.exports={
|
|
|
108023
108109
|
"GameServerGroupName": {},
|
|
108024
108110
|
"GameServerId": {},
|
|
108025
108111
|
"GameServerData": {},
|
|
108026
|
-
"CustomSortKey": {},
|
|
108027
108112
|
"UtilizationStatus": {},
|
|
108028
108113
|
"HealthCheck": {}
|
|
108029
108114
|
}
|
|
@@ -108047,7 +108132,7 @@ module.exports={
|
|
|
108047
108132
|
"GameServerGroupName": {},
|
|
108048
108133
|
"RoleArn": {},
|
|
108049
108134
|
"InstanceDefinitions": {
|
|
108050
|
-
"shape": "
|
|
108135
|
+
"shape": "S2a"
|
|
108051
108136
|
},
|
|
108052
108137
|
"GameServerProtectionPolicy": {},
|
|
108053
108138
|
"BalancingStrategy": {}
|
|
@@ -108057,7 +108142,7 @@ module.exports={
|
|
|
108057
108142
|
"type": "structure",
|
|
108058
108143
|
"members": {
|
|
108059
108144
|
"GameServerGroup": {
|
|
108060
|
-
"shape": "
|
|
108145
|
+
"shape": "S2m"
|
|
108061
108146
|
}
|
|
108062
108147
|
}
|
|
108063
108148
|
}
|
|
@@ -108082,7 +108167,7 @@ module.exports={
|
|
|
108082
108167
|
"type": "structure",
|
|
108083
108168
|
"members": {
|
|
108084
108169
|
"GameSession": {
|
|
108085
|
-
"shape": "
|
|
108170
|
+
"shape": "S31"
|
|
108086
108171
|
}
|
|
108087
108172
|
}
|
|
108088
108173
|
}
|
|
@@ -108099,10 +108184,10 @@ module.exports={
|
|
|
108099
108184
|
"type": "integer"
|
|
108100
108185
|
},
|
|
108101
108186
|
"PlayerLatencyPolicies": {
|
|
108102
|
-
"shape": "
|
|
108187
|
+
"shape": "S3a"
|
|
108103
108188
|
},
|
|
108104
108189
|
"Destinations": {
|
|
108105
|
-
"shape": "
|
|
108190
|
+
"shape": "S3c"
|
|
108106
108191
|
}
|
|
108107
108192
|
}
|
|
108108
108193
|
},
|
|
@@ -108110,7 +108195,7 @@ module.exports={
|
|
|
108110
108195
|
"type": "structure",
|
|
108111
108196
|
"members": {
|
|
108112
108197
|
"GameSessionQueue": {
|
|
108113
|
-
"shape": "
|
|
108198
|
+
"shape": "S3g"
|
|
108114
108199
|
}
|
|
108115
108200
|
}
|
|
108116
108201
|
}
|
|
@@ -108125,7 +108210,7 @@ module.exports={
|
|
|
108125
108210
|
"Name": {},
|
|
108126
108211
|
"Description": {},
|
|
108127
108212
|
"GameSessionQueueArns": {
|
|
108128
|
-
"shape": "
|
|
108213
|
+
"shape": "S3j"
|
|
108129
108214
|
},
|
|
108130
108215
|
"RequestTimeoutSeconds": {
|
|
108131
108216
|
"type": "integer"
|
|
@@ -108143,7 +108228,7 @@ module.exports={
|
|
|
108143
108228
|
},
|
|
108144
108229
|
"CustomEventData": {},
|
|
108145
108230
|
"GameProperties": {
|
|
108146
|
-
"shape": "
|
|
108231
|
+
"shape": "S2u"
|
|
108147
108232
|
},
|
|
108148
108233
|
"GameSessionData": {},
|
|
108149
108234
|
"BackfillMode": {}
|
|
@@ -108153,7 +108238,7 @@ module.exports={
|
|
|
108153
108238
|
"type": "structure",
|
|
108154
108239
|
"members": {
|
|
108155
108240
|
"Configuration": {
|
|
108156
|
-
"shape": "
|
|
108241
|
+
"shape": "S3s"
|
|
108157
108242
|
}
|
|
108158
108243
|
}
|
|
108159
108244
|
}
|
|
@@ -108168,7 +108253,7 @@ module.exports={
|
|
|
108168
108253
|
"members": {
|
|
108169
108254
|
"FleetId": {},
|
|
108170
108255
|
"RuntimeConfiguration": {
|
|
108171
|
-
"shape": "
|
|
108256
|
+
"shape": "S1j"
|
|
108172
108257
|
}
|
|
108173
108258
|
}
|
|
108174
108259
|
},
|
|
@@ -108176,7 +108261,7 @@ module.exports={
|
|
|
108176
108261
|
"type": "structure",
|
|
108177
108262
|
"members": {
|
|
108178
108263
|
"RuntimeConfiguration": {
|
|
108179
|
-
"shape": "
|
|
108264
|
+
"shape": "S1j"
|
|
108180
108265
|
}
|
|
108181
108266
|
}
|
|
108182
108267
|
}
|
|
@@ -108192,7 +108277,7 @@ module.exports={
|
|
|
108192
108277
|
"Name": {},
|
|
108193
108278
|
"Version": {},
|
|
108194
108279
|
"StorageLocation": {
|
|
108195
|
-
"shape": "
|
|
108280
|
+
"shape": "Sz"
|
|
108196
108281
|
},
|
|
108197
108282
|
"ZipFile": {
|
|
108198
108283
|
"type": "blob"
|
|
@@ -108203,7 +108288,7 @@ module.exports={
|
|
|
108203
108288
|
"type": "structure",
|
|
108204
108289
|
"members": {
|
|
108205
108290
|
"Script": {
|
|
108206
|
-
"shape": "
|
|
108291
|
+
"shape": "S4d"
|
|
108207
108292
|
}
|
|
108208
108293
|
}
|
|
108209
108294
|
}
|
|
@@ -108242,7 +108327,6 @@ module.exports={
|
|
|
108242
108327
|
"InstanceId": {},
|
|
108243
108328
|
"ConnectionInfo": {},
|
|
108244
108329
|
"GameServerData": {},
|
|
108245
|
-
"CustomSortKey": {},
|
|
108246
108330
|
"ClaimStatus": {},
|
|
108247
108331
|
"UtilizationStatus": {},
|
|
108248
108332
|
"RegistrationTime": {
|
|
@@ -108256,7 +108340,7 @@ module.exports={
|
|
|
108256
108340
|
}
|
|
108257
108341
|
}
|
|
108258
108342
|
},
|
|
108259
|
-
"
|
|
108343
|
+
"Sm": {
|
|
108260
108344
|
"type": "structure",
|
|
108261
108345
|
"members": {
|
|
108262
108346
|
"Type": {},
|
|
@@ -108264,7 +108348,7 @@ module.exports={
|
|
|
108264
108348
|
"Message": {}
|
|
108265
108349
|
}
|
|
108266
108350
|
},
|
|
108267
|
-
"
|
|
108351
|
+
"Sq": {
|
|
108268
108352
|
"type": "list",
|
|
108269
108353
|
"member": {
|
|
108270
108354
|
"type": "structure",
|
|
@@ -108278,7 +108362,7 @@ module.exports={
|
|
|
108278
108362
|
}
|
|
108279
108363
|
}
|
|
108280
108364
|
},
|
|
108281
|
-
"
|
|
108365
|
+
"Sv": {
|
|
108282
108366
|
"type": "structure",
|
|
108283
108367
|
"members": {
|
|
108284
108368
|
"AliasId": {},
|
|
@@ -108286,7 +108370,7 @@ module.exports={
|
|
|
108286
108370
|
"AliasArn": {},
|
|
108287
108371
|
"Description": {},
|
|
108288
108372
|
"RoutingStrategy": {
|
|
108289
|
-
"shape": "
|
|
108373
|
+
"shape": "Sm"
|
|
108290
108374
|
},
|
|
108291
108375
|
"CreationTime": {
|
|
108292
108376
|
"type": "timestamp"
|
|
@@ -108296,7 +108380,7 @@ module.exports={
|
|
|
108296
108380
|
}
|
|
108297
108381
|
}
|
|
108298
108382
|
},
|
|
108299
|
-
"
|
|
108383
|
+
"Sz": {
|
|
108300
108384
|
"type": "structure",
|
|
108301
108385
|
"members": {
|
|
108302
108386
|
"Bucket": {},
|
|
@@ -108305,7 +108389,7 @@ module.exports={
|
|
|
108305
108389
|
"ObjectVersion": {}
|
|
108306
108390
|
}
|
|
108307
108391
|
},
|
|
108308
|
-
"
|
|
108392
|
+
"S13": {
|
|
108309
108393
|
"type": "structure",
|
|
108310
108394
|
"members": {
|
|
108311
108395
|
"BuildId": {},
|
|
@@ -108322,7 +108406,7 @@ module.exports={
|
|
|
108322
108406
|
}
|
|
108323
108407
|
}
|
|
108324
108408
|
},
|
|
108325
|
-
"
|
|
108409
|
+
"S18": {
|
|
108326
108410
|
"type": "structure",
|
|
108327
108411
|
"members": {
|
|
108328
108412
|
"AccessKeyId": {},
|
|
@@ -108331,7 +108415,7 @@ module.exports={
|
|
|
108331
108415
|
},
|
|
108332
108416
|
"sensitive": true
|
|
108333
108417
|
},
|
|
108334
|
-
"
|
|
108418
|
+
"S1d": {
|
|
108335
108419
|
"type": "list",
|
|
108336
108420
|
"member": {
|
|
108337
108421
|
"type": "structure",
|
|
@@ -108353,7 +108437,7 @@ module.exports={
|
|
|
108353
108437
|
}
|
|
108354
108438
|
}
|
|
108355
108439
|
},
|
|
108356
|
-
"
|
|
108440
|
+
"S1j": {
|
|
108357
108441
|
"type": "structure",
|
|
108358
108442
|
"members": {
|
|
108359
108443
|
"ServerProcesses": {
|
|
@@ -108381,7 +108465,7 @@ module.exports={
|
|
|
108381
108465
|
}
|
|
108382
108466
|
}
|
|
108383
108467
|
},
|
|
108384
|
-
"
|
|
108468
|
+
"S1p": {
|
|
108385
108469
|
"type": "structure",
|
|
108386
108470
|
"members": {
|
|
108387
108471
|
"NewGameSessionsPerCreator": {
|
|
@@ -108392,11 +108476,11 @@ module.exports={
|
|
|
108392
108476
|
}
|
|
108393
108477
|
}
|
|
108394
108478
|
},
|
|
108395
|
-
"
|
|
108479
|
+
"S1r": {
|
|
108396
108480
|
"type": "list",
|
|
108397
108481
|
"member": {}
|
|
108398
108482
|
},
|
|
108399
|
-
"
|
|
108483
|
+
"S1u": {
|
|
108400
108484
|
"type": "structure",
|
|
108401
108485
|
"required": [
|
|
108402
108486
|
"CertificateType"
|
|
@@ -108405,7 +108489,7 @@ module.exports={
|
|
|
108405
108489
|
"CertificateType": {}
|
|
108406
108490
|
}
|
|
108407
108491
|
},
|
|
108408
|
-
"
|
|
108492
|
+
"S1x": {
|
|
108409
108493
|
"type": "structure",
|
|
108410
108494
|
"members": {
|
|
108411
108495
|
"FleetId": {},
|
|
@@ -108433,25 +108517,25 @@ module.exports={
|
|
|
108433
108517
|
"NewGameSessionProtectionPolicy": {},
|
|
108434
108518
|
"OperatingSystem": {},
|
|
108435
108519
|
"ResourceCreationLimitPolicy": {
|
|
108436
|
-
"shape": "
|
|
108520
|
+
"shape": "S1p"
|
|
108437
108521
|
},
|
|
108438
108522
|
"MetricGroups": {
|
|
108439
|
-
"shape": "
|
|
108523
|
+
"shape": "S1r"
|
|
108440
108524
|
},
|
|
108441
108525
|
"StoppedActions": {
|
|
108442
|
-
"shape": "
|
|
108526
|
+
"shape": "S22"
|
|
108443
108527
|
},
|
|
108444
108528
|
"InstanceRoleArn": {},
|
|
108445
108529
|
"CertificateConfiguration": {
|
|
108446
|
-
"shape": "
|
|
108530
|
+
"shape": "S1u"
|
|
108447
108531
|
}
|
|
108448
108532
|
}
|
|
108449
108533
|
},
|
|
108450
|
-
"
|
|
108534
|
+
"S22": {
|
|
108451
108535
|
"type": "list",
|
|
108452
108536
|
"member": {}
|
|
108453
108537
|
},
|
|
108454
|
-
"
|
|
108538
|
+
"S2a": {
|
|
108455
108539
|
"type": "list",
|
|
108456
108540
|
"member": {
|
|
108457
108541
|
"type": "structure",
|
|
@@ -108464,14 +108548,14 @@ module.exports={
|
|
|
108464
108548
|
}
|
|
108465
108549
|
}
|
|
108466
108550
|
},
|
|
108467
|
-
"
|
|
108551
|
+
"S2m": {
|
|
108468
108552
|
"type": "structure",
|
|
108469
108553
|
"members": {
|
|
108470
108554
|
"GameServerGroupName": {},
|
|
108471
108555
|
"GameServerGroupArn": {},
|
|
108472
108556
|
"RoleArn": {},
|
|
108473
108557
|
"InstanceDefinitions": {
|
|
108474
|
-
"shape": "
|
|
108558
|
+
"shape": "S2a"
|
|
108475
108559
|
},
|
|
108476
108560
|
"BalancingStrategy": {},
|
|
108477
108561
|
"GameServerProtectionPolicy": {},
|
|
@@ -108479,7 +108563,7 @@ module.exports={
|
|
|
108479
108563
|
"Status": {},
|
|
108480
108564
|
"StatusReason": {},
|
|
108481
108565
|
"SuspendedActions": {
|
|
108482
|
-
"shape": "
|
|
108566
|
+
"shape": "S2p"
|
|
108483
108567
|
},
|
|
108484
108568
|
"CreationTime": {
|
|
108485
108569
|
"type": "timestamp"
|
|
@@ -108489,11 +108573,11 @@ module.exports={
|
|
|
108489
108573
|
}
|
|
108490
108574
|
}
|
|
108491
108575
|
},
|
|
108492
|
-
"
|
|
108576
|
+
"S2p": {
|
|
108493
108577
|
"type": "list",
|
|
108494
108578
|
"member": {}
|
|
108495
108579
|
},
|
|
108496
|
-
"
|
|
108580
|
+
"S2u": {
|
|
108497
108581
|
"type": "list",
|
|
108498
108582
|
"member": {
|
|
108499
108583
|
"type": "structure",
|
|
@@ -108507,7 +108591,7 @@ module.exports={
|
|
|
108507
108591
|
}
|
|
108508
108592
|
}
|
|
108509
108593
|
},
|
|
108510
|
-
"
|
|
108594
|
+
"S31": {
|
|
108511
108595
|
"type": "structure",
|
|
108512
108596
|
"members": {
|
|
108513
108597
|
"GameSessionId": {},
|
|
@@ -108529,7 +108613,7 @@ module.exports={
|
|
|
108529
108613
|
"Status": {},
|
|
108530
108614
|
"StatusReason": {},
|
|
108531
108615
|
"GameProperties": {
|
|
108532
|
-
"shape": "
|
|
108616
|
+
"shape": "S2u"
|
|
108533
108617
|
},
|
|
108534
108618
|
"IpAddress": {},
|
|
108535
108619
|
"DnsName": {},
|
|
@@ -108542,7 +108626,7 @@ module.exports={
|
|
|
108542
108626
|
"MatchmakerData": {}
|
|
108543
108627
|
}
|
|
108544
108628
|
},
|
|
108545
|
-
"
|
|
108629
|
+
"S3a": {
|
|
108546
108630
|
"type": "list",
|
|
108547
108631
|
"member": {
|
|
108548
108632
|
"type": "structure",
|
|
@@ -108556,7 +108640,7 @@ module.exports={
|
|
|
108556
108640
|
}
|
|
108557
108641
|
}
|
|
108558
108642
|
},
|
|
108559
|
-
"
|
|
108643
|
+
"S3c": {
|
|
108560
108644
|
"type": "list",
|
|
108561
108645
|
"member": {
|
|
108562
108646
|
"type": "structure",
|
|
@@ -108565,7 +108649,7 @@ module.exports={
|
|
|
108565
108649
|
}
|
|
108566
108650
|
}
|
|
108567
108651
|
},
|
|
108568
|
-
"
|
|
108652
|
+
"S3g": {
|
|
108569
108653
|
"type": "structure",
|
|
108570
108654
|
"members": {
|
|
108571
108655
|
"Name": {},
|
|
@@ -108574,25 +108658,25 @@ module.exports={
|
|
|
108574
108658
|
"type": "integer"
|
|
108575
108659
|
},
|
|
108576
108660
|
"PlayerLatencyPolicies": {
|
|
108577
|
-
"shape": "
|
|
108661
|
+
"shape": "S3a"
|
|
108578
108662
|
},
|
|
108579
108663
|
"Destinations": {
|
|
108580
|
-
"shape": "
|
|
108664
|
+
"shape": "S3c"
|
|
108581
108665
|
}
|
|
108582
108666
|
}
|
|
108583
108667
|
},
|
|
108584
|
-
"
|
|
108668
|
+
"S3j": {
|
|
108585
108669
|
"type": "list",
|
|
108586
108670
|
"member": {}
|
|
108587
108671
|
},
|
|
108588
|
-
"
|
|
108672
|
+
"S3s": {
|
|
108589
108673
|
"type": "structure",
|
|
108590
108674
|
"members": {
|
|
108591
108675
|
"Name": {},
|
|
108592
108676
|
"ConfigurationArn": {},
|
|
108593
108677
|
"Description": {},
|
|
108594
108678
|
"GameSessionQueueArns": {
|
|
108595
|
-
"shape": "
|
|
108679
|
+
"shape": "S3j"
|
|
108596
108680
|
},
|
|
108597
108681
|
"RequestTimeoutSeconds": {
|
|
108598
108682
|
"type": "integer"
|
|
@@ -108614,13 +108698,13 @@ module.exports={
|
|
|
108614
108698
|
"type": "timestamp"
|
|
108615
108699
|
},
|
|
108616
108700
|
"GameProperties": {
|
|
108617
|
-
"shape": "
|
|
108701
|
+
"shape": "S2u"
|
|
108618
108702
|
},
|
|
108619
108703
|
"GameSessionData": {},
|
|
108620
108704
|
"BackfillMode": {}
|
|
108621
108705
|
}
|
|
108622
108706
|
},
|
|
108623
|
-
"
|
|
108707
|
+
"S3y": {
|
|
108624
108708
|
"type": "structure",
|
|
108625
108709
|
"required": [
|
|
108626
108710
|
"RuleSetBody"
|
|
@@ -108634,7 +108718,7 @@ module.exports={
|
|
|
108634
108718
|
}
|
|
108635
108719
|
}
|
|
108636
108720
|
},
|
|
108637
|
-
"
|
|
108721
|
+
"S42": {
|
|
108638
108722
|
"type": "structure",
|
|
108639
108723
|
"members": {
|
|
108640
108724
|
"PlayerSessionId": {},
|
|
@@ -108657,13 +108741,13 @@ module.exports={
|
|
|
108657
108741
|
"PlayerData": {}
|
|
108658
108742
|
}
|
|
108659
108743
|
},
|
|
108660
|
-
"
|
|
108744
|
+
"S49": {
|
|
108661
108745
|
"type": "list",
|
|
108662
108746
|
"member": {
|
|
108663
|
-
"shape": "
|
|
108747
|
+
"shape": "S42"
|
|
108664
108748
|
}
|
|
108665
108749
|
},
|
|
108666
|
-
"
|
|
108750
|
+
"S4d": {
|
|
108667
108751
|
"type": "structure",
|
|
108668
108752
|
"members": {
|
|
108669
108753
|
"ScriptId": {},
|
|
@@ -108677,11 +108761,11 @@ module.exports={
|
|
|
108677
108761
|
"type": "timestamp"
|
|
108678
108762
|
},
|
|
108679
108763
|
"StorageLocation": {
|
|
108680
|
-
"shape": "
|
|
108764
|
+
"shape": "Sz"
|
|
108681
108765
|
}
|
|
108682
108766
|
}
|
|
108683
108767
|
},
|
|
108684
|
-
"
|
|
108768
|
+
"S4g": {
|
|
108685
108769
|
"type": "structure",
|
|
108686
108770
|
"members": {
|
|
108687
108771
|
"GameLiftAwsAccountId": {},
|
|
@@ -108695,18 +108779,18 @@ module.exports={
|
|
|
108695
108779
|
}
|
|
108696
108780
|
}
|
|
108697
108781
|
},
|
|
108698
|
-
"
|
|
108782
|
+
"S5d": {
|
|
108699
108783
|
"type": "list",
|
|
108700
108784
|
"member": {}
|
|
108701
108785
|
},
|
|
108702
|
-
"
|
|
108786
|
+
"S6c": {
|
|
108703
108787
|
"type": "structure",
|
|
108704
108788
|
"members": {
|
|
108705
108789
|
"PlacementId": {},
|
|
108706
108790
|
"GameSessionQueueName": {},
|
|
108707
108791
|
"Status": {},
|
|
108708
108792
|
"GameProperties": {
|
|
108709
|
-
"shape": "
|
|
108793
|
+
"shape": "S2u"
|
|
108710
108794
|
},
|
|
108711
108795
|
"MaximumPlayerSessionCount": {
|
|
108712
108796
|
"type": "integer"
|
|
@@ -108716,7 +108800,7 @@ module.exports={
|
|
|
108716
108800
|
"GameSessionArn": {},
|
|
108717
108801
|
"GameSessionRegion": {},
|
|
108718
108802
|
"PlayerLatencies": {
|
|
108719
|
-
"shape": "
|
|
108803
|
+
"shape": "S6e"
|
|
108720
108804
|
},
|
|
108721
108805
|
"StartTime": {
|
|
108722
108806
|
"type": "timestamp"
|
|
@@ -108743,7 +108827,7 @@ module.exports={
|
|
|
108743
108827
|
"MatchmakerData": {}
|
|
108744
108828
|
}
|
|
108745
108829
|
},
|
|
108746
|
-
"
|
|
108830
|
+
"S6e": {
|
|
108747
108831
|
"type": "list",
|
|
108748
108832
|
"member": {
|
|
108749
108833
|
"type": "structure",
|
|
@@ -108756,13 +108840,13 @@ module.exports={
|
|
|
108756
108840
|
}
|
|
108757
108841
|
}
|
|
108758
108842
|
},
|
|
108759
|
-
"
|
|
108843
|
+
"S6p": {
|
|
108760
108844
|
"type": "list",
|
|
108761
108845
|
"member": {
|
|
108762
|
-
"shape": "
|
|
108846
|
+
"shape": "S31"
|
|
108763
108847
|
}
|
|
108764
108848
|
},
|
|
108765
|
-
"
|
|
108849
|
+
"S70": {
|
|
108766
108850
|
"type": "structure",
|
|
108767
108851
|
"members": {
|
|
108768
108852
|
"TicketId": {},
|
|
@@ -108778,7 +108862,7 @@ module.exports={
|
|
|
108778
108862
|
"type": "timestamp"
|
|
108779
108863
|
},
|
|
108780
108864
|
"Players": {
|
|
108781
|
-
"shape": "
|
|
108865
|
+
"shape": "S73"
|
|
108782
108866
|
},
|
|
108783
108867
|
"GameSessionConnectionInfo": {
|
|
108784
108868
|
"type": "structure",
|
|
@@ -108806,7 +108890,7 @@ module.exports={
|
|
|
108806
108890
|
}
|
|
108807
108891
|
}
|
|
108808
108892
|
},
|
|
108809
|
-
"
|
|
108893
|
+
"S73": {
|
|
108810
108894
|
"type": "list",
|
|
108811
108895
|
"member": {
|
|
108812
108896
|
"type": "structure",
|
|
@@ -108846,7 +108930,7 @@ module.exports={
|
|
|
108846
108930
|
}
|
|
108847
108931
|
}
|
|
108848
108932
|
},
|
|
108849
|
-
"
|
|
108933
|
+
"S81": {
|
|
108850
108934
|
"type": "structure",
|
|
108851
108935
|
"required": [
|
|
108852
108936
|
"TargetValue"
|
|
@@ -108860,8 +108944,132 @@ module.exports={
|
|
|
108860
108944
|
}
|
|
108861
108945
|
}
|
|
108862
108946
|
},{}],115:[function(require,module,exports){
|
|
108863
|
-
|
|
108864
|
-
|
|
108947
|
+
module.exports={
|
|
108948
|
+
"pagination": {
|
|
108949
|
+
"DescribeFleetAttributes": {
|
|
108950
|
+
"input_token": "NextToken",
|
|
108951
|
+
"output_token": "NextToken",
|
|
108952
|
+
"limit_key": "Limit",
|
|
108953
|
+
"result_key": "FleetAttributes"
|
|
108954
|
+
},
|
|
108955
|
+
"DescribeFleetCapacity": {
|
|
108956
|
+
"input_token": "NextToken",
|
|
108957
|
+
"output_token": "NextToken",
|
|
108958
|
+
"limit_key": "Limit",
|
|
108959
|
+
"result_key": "FleetCapacity"
|
|
108960
|
+
},
|
|
108961
|
+
"DescribeFleetEvents": {
|
|
108962
|
+
"input_token": "NextToken",
|
|
108963
|
+
"output_token": "NextToken",
|
|
108964
|
+
"limit_key": "Limit",
|
|
108965
|
+
"result_key": "Events"
|
|
108966
|
+
},
|
|
108967
|
+
"DescribeFleetUtilization": {
|
|
108968
|
+
"input_token": "NextToken",
|
|
108969
|
+
"output_token": "NextToken",
|
|
108970
|
+
"limit_key": "Limit",
|
|
108971
|
+
"result_key": "FleetUtilization"
|
|
108972
|
+
},
|
|
108973
|
+
"DescribeGameServerInstances": {
|
|
108974
|
+
"input_token": "NextToken",
|
|
108975
|
+
"output_token": "NextToken",
|
|
108976
|
+
"limit_key": "Limit",
|
|
108977
|
+
"result_key": "GameServerInstances"
|
|
108978
|
+
},
|
|
108979
|
+
"DescribeGameSessionDetails": {
|
|
108980
|
+
"input_token": "NextToken",
|
|
108981
|
+
"output_token": "NextToken",
|
|
108982
|
+
"limit_key": "Limit",
|
|
108983
|
+
"result_key": "GameSessionDetails"
|
|
108984
|
+
},
|
|
108985
|
+
"DescribeGameSessionQueues": {
|
|
108986
|
+
"input_token": "NextToken",
|
|
108987
|
+
"output_token": "NextToken",
|
|
108988
|
+
"limit_key": "Limit",
|
|
108989
|
+
"result_key": "GameSessionQueues"
|
|
108990
|
+
},
|
|
108991
|
+
"DescribeGameSessions": {
|
|
108992
|
+
"input_token": "NextToken",
|
|
108993
|
+
"output_token": "NextToken",
|
|
108994
|
+
"limit_key": "Limit",
|
|
108995
|
+
"result_key": "GameSessions"
|
|
108996
|
+
},
|
|
108997
|
+
"DescribeInstances": {
|
|
108998
|
+
"input_token": "NextToken",
|
|
108999
|
+
"output_token": "NextToken",
|
|
109000
|
+
"limit_key": "Limit",
|
|
109001
|
+
"result_key": "Instances"
|
|
109002
|
+
},
|
|
109003
|
+
"DescribeMatchmakingConfigurations": {
|
|
109004
|
+
"input_token": "NextToken",
|
|
109005
|
+
"output_token": "NextToken",
|
|
109006
|
+
"limit_key": "Limit",
|
|
109007
|
+
"result_key": "Configurations"
|
|
109008
|
+
},
|
|
109009
|
+
"DescribeMatchmakingRuleSets": {
|
|
109010
|
+
"input_token": "NextToken",
|
|
109011
|
+
"output_token": "NextToken",
|
|
109012
|
+
"limit_key": "Limit",
|
|
109013
|
+
"result_key": "RuleSets"
|
|
109014
|
+
},
|
|
109015
|
+
"DescribePlayerSessions": {
|
|
109016
|
+
"input_token": "NextToken",
|
|
109017
|
+
"output_token": "NextToken",
|
|
109018
|
+
"limit_key": "Limit",
|
|
109019
|
+
"result_key": "PlayerSessions"
|
|
109020
|
+
},
|
|
109021
|
+
"DescribeScalingPolicies": {
|
|
109022
|
+
"input_token": "NextToken",
|
|
109023
|
+
"output_token": "NextToken",
|
|
109024
|
+
"limit_key": "Limit",
|
|
109025
|
+
"result_key": "ScalingPolicies"
|
|
109026
|
+
},
|
|
109027
|
+
"ListAliases": {
|
|
109028
|
+
"input_token": "NextToken",
|
|
109029
|
+
"output_token": "NextToken",
|
|
109030
|
+
"limit_key": "Limit",
|
|
109031
|
+
"result_key": "Aliases"
|
|
109032
|
+
},
|
|
109033
|
+
"ListBuilds": {
|
|
109034
|
+
"input_token": "NextToken",
|
|
109035
|
+
"output_token": "NextToken",
|
|
109036
|
+
"limit_key": "Limit",
|
|
109037
|
+
"result_key": "Builds"
|
|
109038
|
+
},
|
|
109039
|
+
"ListFleets": {
|
|
109040
|
+
"input_token": "NextToken",
|
|
109041
|
+
"output_token": "NextToken",
|
|
109042
|
+
"limit_key": "Limit",
|
|
109043
|
+
"result_key": "FleetIds"
|
|
109044
|
+
},
|
|
109045
|
+
"ListGameServerGroups": {
|
|
109046
|
+
"input_token": "NextToken",
|
|
109047
|
+
"output_token": "NextToken",
|
|
109048
|
+
"limit_key": "Limit",
|
|
109049
|
+
"result_key": "GameServerGroups"
|
|
109050
|
+
},
|
|
109051
|
+
"ListGameServers": {
|
|
109052
|
+
"input_token": "NextToken",
|
|
109053
|
+
"output_token": "NextToken",
|
|
109054
|
+
"limit_key": "Limit",
|
|
109055
|
+
"result_key": "GameServers"
|
|
109056
|
+
},
|
|
109057
|
+
"ListScripts": {
|
|
109058
|
+
"input_token": "NextToken",
|
|
109059
|
+
"output_token": "NextToken",
|
|
109060
|
+
"limit_key": "Limit",
|
|
109061
|
+
"result_key": "Scripts"
|
|
109062
|
+
},
|
|
109063
|
+
"SearchGameSessions": {
|
|
109064
|
+
"input_token": "NextToken",
|
|
109065
|
+
"output_token": "NextToken",
|
|
109066
|
+
"limit_key": "Limit",
|
|
109067
|
+
"result_key": "GameSessions"
|
|
109068
|
+
}
|
|
109069
|
+
}
|
|
109070
|
+
}
|
|
109071
|
+
|
|
109072
|
+
},{}],116:[function(require,module,exports){
|
|
108865
109073
|
module.exports={
|
|
108866
109074
|
"version": "2.0",
|
|
108867
109075
|
"metadata": {
|
|
@@ -199764,7 +199972,7 @@ AWS.util.update(AWS, {
|
|
|
199764
199972
|
/**
|
|
199765
199973
|
* @constant
|
|
199766
199974
|
*/
|
|
199767
|
-
VERSION: '2.
|
|
199975
|
+
VERSION: '2.741.0',
|
|
199768
199976
|
|
|
199769
199977
|
/**
|
|
199770
199978
|
* @api private
|
|
@@ -220769,7 +220977,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
220769
220977
|
}());
|
|
220770
220978
|
exports.LRUCache = LRUCache;
|
|
220771
220979
|
},{}],437:[function(require,module,exports){
|
|
220772
|
-
// AWS SDK for JavaScript v2.
|
|
220980
|
+
// AWS SDK for JavaScript v2.741.0
|
|
220773
220981
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
220774
220982
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
220775
220983
|
require('./browser_loader');
|