@aws-sdk/client-gamelift 3.321.1 → 3.326.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.
Files changed (105) hide show
  1. package/dist-types/commands/AcceptMatchCommand.d.ts +4 -0
  2. package/dist-types/commands/ClaimGameServerCommand.d.ts +18 -0
  3. package/dist-types/commands/CreateAliasCommand.d.ts +18 -0
  4. package/dist-types/commands/CreateBuildCommand.d.ts +27 -0
  5. package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
  6. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +13 -0
  7. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +26 -0
  8. package/dist-types/commands/CreateGameSessionCommand.d.ts +31 -0
  9. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +36 -0
  10. package/dist-types/commands/CreateLocationCommand.d.ts +9 -0
  11. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +31 -0
  12. package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +11 -0
  13. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +19 -0
  14. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +21 -0
  15. package/dist-types/commands/CreateScriptCommand.d.ts +19 -0
  16. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -0
  17. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteBuildCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteFleetCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +13 -0
  22. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +26 -0
  23. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteLocationCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteScriptCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -0
  31. package/dist-types/commands/DeregisterComputeCommand.d.ts +4 -0
  32. package/dist-types/commands/DeregisterGameServerCommand.d.ts +4 -0
  33. package/dist-types/commands/DescribeAliasCommand.d.ts +18 -0
  34. package/dist-types/commands/DescribeBuildCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeComputeCommand.d.ts +19 -0
  36. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +13 -0
  37. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +48 -0
  38. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +23 -0
  39. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +20 -0
  41. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +20 -0
  42. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +14 -0
  43. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
  44. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
  45. package/dist-types/commands/DescribeGameServerCommand.d.ts +18 -0
  46. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +26 -0
  47. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +14 -0
  48. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +37 -0
  49. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +41 -0
  50. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +39 -0
  51. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +34 -0
  52. package/dist-types/commands/DescribeInstancesCommand.d.ts +20 -0
  53. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +51 -0
  54. package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +34 -0
  55. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +14 -0
  56. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +22 -0
  57. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +26 -0
  59. package/dist-types/commands/DescribeScriptCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +14 -0
  61. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +19 -0
  62. package/dist-types/commands/GetComputeAccessCommand.d.ts +14 -0
  63. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +11 -0
  64. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +6 -0
  65. package/dist-types/commands/GetInstanceAccessCommand.d.ts +15 -0
  66. package/dist-types/commands/ListAliasesCommand.d.ts +21 -0
  67. package/dist-types/commands/ListBuildsCommand.d.ts +19 -0
  68. package/dist-types/commands/ListComputeCommand.d.ts +22 -0
  69. package/dist-types/commands/ListFleetsCommand.d.ts +9 -0
  70. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +29 -0
  71. package/dist-types/commands/ListGameServersCommand.d.ts +21 -0
  72. package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
  73. package/dist-types/commands/ListScriptsCommand.d.ts +22 -0
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  75. package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -0
  76. package/dist-types/commands/RegisterComputeCommand.d.ts +19 -0
  77. package/dist-types/commands/RegisterGameServerCommand.d.ts +18 -0
  78. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +16 -0
  79. package/dist-types/commands/ResolveAliasCommand.d.ts +7 -0
  80. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +26 -0
  81. package/dist-types/commands/SearchGameSessionsCommand.d.ts +34 -0
  82. package/dist-types/commands/StartFleetActionsCommand.d.ts +7 -0
  83. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +41 -0
  84. package/dist-types/commands/StartMatchBackfillCommand.d.ts +49 -0
  85. package/dist-types/commands/StartMatchmakingCommand.d.ts +49 -0
  86. package/dist-types/commands/StopFleetActionsCommand.d.ts +7 -0
  87. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +41 -0
  88. package/dist-types/commands/StopMatchmakingCommand.d.ts +4 -0
  89. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +26 -0
  90. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  92. package/dist-types/commands/UpdateAliasCommand.d.ts +18 -0
  93. package/dist-types/commands/UpdateBuildCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +7 -0
  95. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +8 -0
  96. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +7 -0
  97. package/dist-types/commands/UpdateGameServerCommand.d.ts +18 -0
  98. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +26 -0
  99. package/dist-types/commands/UpdateGameSessionCommand.d.ts +31 -0
  100. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +36 -0
  101. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +31 -0
  102. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateScriptCommand.d.ts +19 -0
  104. package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +6 -0
  105. package/package.json +16 -16
@@ -49,6 +49,18 @@ export interface DescribeFleetLocationUtilizationCommandOutput extends DescribeF
49
49
  * };
50
50
  * const command = new DescribeFleetLocationUtilizationCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // DescribeFleetLocationUtilizationOutput
53
+ * // FleetUtilization: { // FleetUtilization
54
+ * // FleetId: "STRING_VALUE",
55
+ * // FleetArn: "STRING_VALUE",
56
+ * // ActiveServerProcessCount: Number("int"),
57
+ * // ActiveGameSessionCount: Number("int"),
58
+ * // CurrentPlayerSessionCount: Number("int"),
59
+ * // MaximumPlayerSessionCount: Number("int"),
60
+ * // Location: "STRING_VALUE",
61
+ * // },
62
+ * // };
63
+ *
52
64
  * ```
53
65
  *
54
66
  * @param DescribeFleetLocationUtilizationCommandInput - {@link DescribeFleetLocationUtilizationCommandInput}
@@ -74,6 +86,8 @@ export interface DescribeFleetLocationUtilizationCommandOutput extends DescribeF
74
86
  * @throws {@link UnsupportedRegionException} (client fault)
75
87
  * <p>The requested operation is not supported in the Region specified.</p>
76
88
  *
89
+ * @throws {@link GameLiftServiceException}
90
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
77
91
  *
78
92
  */
79
93
  export declare class DescribeFleetLocationUtilizationCommand extends $Command<DescribeFleetLocationUtilizationCommandInput, DescribeFleetLocationUtilizationCommandOutput, GameLiftClientResolvedConfig> {
@@ -57,6 +57,21 @@ export interface DescribeFleetPortSettingsCommandOutput extends DescribeFleetPor
57
57
  * };
58
58
  * const command = new DescribeFleetPortSettingsCommand(input);
59
59
  * const response = await client.send(command);
60
+ * // { // DescribeFleetPortSettingsOutput
61
+ * // FleetId: "STRING_VALUE",
62
+ * // FleetArn: "STRING_VALUE",
63
+ * // InboundPermissions: [ // IpPermissionsList
64
+ * // { // IpPermission
65
+ * // FromPort: Number("int"), // required
66
+ * // ToPort: Number("int"), // required
67
+ * // IpRange: "STRING_VALUE", // required
68
+ * // Protocol: "TCP" || "UDP", // required
69
+ * // },
70
+ * // ],
71
+ * // UpdateStatus: "PENDING_UPDATE",
72
+ * // Location: "STRING_VALUE",
73
+ * // };
74
+ *
60
75
  * ```
61
76
  *
62
77
  * @param DescribeFleetPortSettingsCommandInput - {@link DescribeFleetPortSettingsCommandInput}
@@ -82,6 +97,8 @@ export interface DescribeFleetPortSettingsCommandOutput extends DescribeFleetPor
82
97
  * @throws {@link UnsupportedRegionException} (client fault)
83
98
  * <p>The requested operation is not supported in the Region specified.</p>
84
99
  *
100
+ * @throws {@link GameLiftServiceException}
101
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
85
102
  *
86
103
  */
87
104
  export declare class DescribeFleetPortSettingsCommand extends $Command<DescribeFleetPortSettingsCommandInput, DescribeFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig> {
@@ -70,6 +70,21 @@ export interface DescribeFleetUtilizationCommandOutput extends DescribeFleetUtil
70
70
  * };
71
71
  * const command = new DescribeFleetUtilizationCommand(input);
72
72
  * const response = await client.send(command);
73
+ * // { // DescribeFleetUtilizationOutput
74
+ * // FleetUtilization: [ // FleetUtilizationList
75
+ * // { // FleetUtilization
76
+ * // FleetId: "STRING_VALUE",
77
+ * // FleetArn: "STRING_VALUE",
78
+ * // ActiveServerProcessCount: Number("int"),
79
+ * // ActiveGameSessionCount: Number("int"),
80
+ * // CurrentPlayerSessionCount: Number("int"),
81
+ * // MaximumPlayerSessionCount: Number("int"),
82
+ * // Location: "STRING_VALUE",
83
+ * // },
84
+ * // ],
85
+ * // NextToken: "STRING_VALUE",
86
+ * // };
87
+ *
73
88
  * ```
74
89
  *
75
90
  * @param DescribeFleetUtilizationCommandInput - {@link DescribeFleetUtilizationCommandInput}
@@ -92,6 +107,8 @@ export interface DescribeFleetUtilizationCommandOutput extends DescribeFleetUtil
92
107
  * @throws {@link UnauthorizedException} (client fault)
93
108
  * <p>The client failed authentication. Clients should not retry such requests.</p>
94
109
  *
110
+ * @throws {@link GameLiftServiceException}
111
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
95
112
  *
96
113
  */
97
114
  export declare class DescribeFleetUtilizationCommand extends $Command<DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput, GameLiftClientResolvedConfig> {
@@ -46,6 +46,22 @@ export interface DescribeGameServerCommandOutput extends DescribeGameServerOutpu
46
46
  * };
47
47
  * const command = new DescribeGameServerCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // DescribeGameServerOutput
50
+ * // GameServer: { // GameServer
51
+ * // GameServerGroupName: "STRING_VALUE",
52
+ * // GameServerGroupArn: "STRING_VALUE",
53
+ * // GameServerId: "STRING_VALUE",
54
+ * // InstanceId: "STRING_VALUE",
55
+ * // ConnectionInfo: "STRING_VALUE",
56
+ * // GameServerData: "STRING_VALUE",
57
+ * // ClaimStatus: "CLAIMED",
58
+ * // UtilizationStatus: "AVAILABLE" || "UTILIZED",
59
+ * // RegistrationTime: new Date("TIMESTAMP"),
60
+ * // LastClaimTime: new Date("TIMESTAMP"),
61
+ * // LastHealthCheckTime: new Date("TIMESTAMP"),
62
+ * // },
63
+ * // };
64
+ *
49
65
  * ```
50
66
  *
51
67
  * @param DescribeGameServerCommandInput - {@link DescribeGameServerCommandInput}
@@ -68,6 +84,8 @@ export interface DescribeGameServerCommandOutput extends DescribeGameServerOutpu
68
84
  * @throws {@link UnauthorizedException} (client fault)
69
85
  * <p>The client failed authentication. Clients should not retry such requests.</p>
70
86
  *
87
+ * @throws {@link GameLiftServiceException}
88
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
71
89
  *
72
90
  */
73
91
  export declare class DescribeGameServerCommand extends $Command<DescribeGameServerCommandInput, DescribeGameServerCommandOutput, GameLiftClientResolvedConfig> {
@@ -47,6 +47,30 @@ export interface DescribeGameServerGroupCommandOutput extends DescribeGameServer
47
47
  * };
48
48
  * const command = new DescribeGameServerGroupCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // DescribeGameServerGroupOutput
51
+ * // GameServerGroup: { // GameServerGroup
52
+ * // GameServerGroupName: "STRING_VALUE",
53
+ * // GameServerGroupArn: "STRING_VALUE",
54
+ * // RoleArn: "STRING_VALUE",
55
+ * // InstanceDefinitions: [ // InstanceDefinitions
56
+ * // { // InstanceDefinition
57
+ * // InstanceType: "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "c6g.medium" || "c6g.large" || "c6g.xlarge" || "c6g.2xlarge" || "c6g.4xlarge" || "c6g.8xlarge" || "c6g.12xlarge" || "c6g.16xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "r6g.medium" || "r6g.large" || "r6g.xlarge" || "r6g.2xlarge" || "r6g.4xlarge" || "r6g.8xlarge" || "r6g.12xlarge" || "r6g.16xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "m6g.medium" || "m6g.large" || "m6g.xlarge" || "m6g.2xlarge" || "m6g.4xlarge" || "m6g.8xlarge" || "m6g.12xlarge" || "m6g.16xlarge", // required
58
+ * // WeightedCapacity: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
62
+ * // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
63
+ * // AutoScalingGroupArn: "STRING_VALUE",
64
+ * // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
65
+ * // StatusReason: "STRING_VALUE",
66
+ * // SuspendedActions: [ // GameServerGroupActions
67
+ * // "REPLACE_INSTANCE_TYPES",
68
+ * // ],
69
+ * // CreationTime: new Date("TIMESTAMP"),
70
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
71
+ * // },
72
+ * // };
73
+ *
50
74
  * ```
51
75
  *
52
76
  * @param DescribeGameServerGroupCommandInput - {@link DescribeGameServerGroupCommandInput}
@@ -69,6 +93,8 @@ export interface DescribeGameServerGroupCommandOutput extends DescribeGameServer
69
93
  * @throws {@link UnauthorizedException} (client fault)
70
94
  * <p>The client failed authentication. Clients should not retry such requests.</p>
71
95
  *
96
+ * @throws {@link GameLiftServiceException}
97
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
72
98
  *
73
99
  */
74
100
  export declare class DescribeGameServerGroupCommand extends $Command<DescribeGameServerGroupCommandInput, DescribeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -58,6 +58,18 @@ export interface DescribeGameServerInstancesCommandOutput extends DescribeGameSe
58
58
  * };
59
59
  * const command = new DescribeGameServerInstancesCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // DescribeGameServerInstancesOutput
62
+ * // GameServerInstances: [ // GameServerInstances
63
+ * // { // GameServerInstance
64
+ * // GameServerGroupName: "STRING_VALUE",
65
+ * // GameServerGroupArn: "STRING_VALUE",
66
+ * // InstanceId: "STRING_VALUE",
67
+ * // InstanceStatus: "ACTIVE" || "DRAINING" || "SPOT_TERMINATING",
68
+ * // },
69
+ * // ],
70
+ * // NextToken: "STRING_VALUE",
71
+ * // };
72
+ *
61
73
  * ```
62
74
  *
63
75
  * @param DescribeGameServerInstancesCommandInput - {@link DescribeGameServerInstancesCommandInput}
@@ -80,6 +92,8 @@ export interface DescribeGameServerInstancesCommandOutput extends DescribeGameSe
80
92
  * @throws {@link UnauthorizedException} (client fault)
81
93
  * <p>The client failed authentication. Clients should not retry such requests.</p>
82
94
  *
95
+ * @throws {@link GameLiftServiceException}
96
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
83
97
  *
84
98
  */
85
99
  export declare class DescribeGameServerInstancesCommand extends $Command<DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput, GameLiftClientResolvedConfig> {
@@ -71,6 +71,41 @@ export interface DescribeGameSessionDetailsCommandOutput extends DescribeGameSes
71
71
  * };
72
72
  * const command = new DescribeGameSessionDetailsCommand(input);
73
73
  * const response = await client.send(command);
74
+ * // { // DescribeGameSessionDetailsOutput
75
+ * // GameSessionDetails: [ // GameSessionDetailList
76
+ * // { // GameSessionDetail
77
+ * // GameSession: { // GameSession
78
+ * // GameSessionId: "STRING_VALUE",
79
+ * // Name: "STRING_VALUE",
80
+ * // FleetId: "STRING_VALUE",
81
+ * // FleetArn: "STRING_VALUE",
82
+ * // CreationTime: new Date("TIMESTAMP"),
83
+ * // TerminationTime: new Date("TIMESTAMP"),
84
+ * // CurrentPlayerSessionCount: Number("int"),
85
+ * // MaximumPlayerSessionCount: Number("int"),
86
+ * // Status: "ACTIVE" || "ACTIVATING" || "TERMINATED" || "TERMINATING" || "ERROR",
87
+ * // StatusReason: "INTERRUPTED",
88
+ * // GameProperties: [ // GamePropertyList
89
+ * // { // GameProperty
90
+ * // Key: "STRING_VALUE", // required
91
+ * // Value: "STRING_VALUE", // required
92
+ * // },
93
+ * // ],
94
+ * // IpAddress: "STRING_VALUE",
95
+ * // DnsName: "STRING_VALUE",
96
+ * // Port: Number("int"),
97
+ * // PlayerSessionCreationPolicy: "ACCEPT_ALL" || "DENY_ALL",
98
+ * // CreatorId: "STRING_VALUE",
99
+ * // GameSessionData: "STRING_VALUE",
100
+ * // MatchmakerData: "STRING_VALUE",
101
+ * // Location: "STRING_VALUE",
102
+ * // },
103
+ * // ProtectionPolicy: "NoProtection" || "FullProtection",
104
+ * // },
105
+ * // ],
106
+ * // NextToken: "STRING_VALUE",
107
+ * // };
108
+ *
74
109
  * ```
75
110
  *
76
111
  * @param DescribeGameSessionDetailsCommandInput - {@link DescribeGameSessionDetailsCommandInput}
@@ -102,6 +137,8 @@ export interface DescribeGameSessionDetailsCommandOutput extends DescribeGameSes
102
137
  * @throws {@link UnsupportedRegionException} (client fault)
103
138
  * <p>The requested operation is not supported in the Region specified.</p>
104
139
  *
140
+ * @throws {@link GameLiftServiceException}
141
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
105
142
  *
106
143
  */
107
144
  export declare class DescribeGameSessionDetailsCommand extends $Command<DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput, GameLiftClientResolvedConfig> {
@@ -38,6 +38,45 @@ export interface DescribeGameSessionPlacementCommandOutput extends DescribeGameS
38
38
  * };
39
39
  * const command = new DescribeGameSessionPlacementCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeGameSessionPlacementOutput
42
+ * // GameSessionPlacement: { // GameSessionPlacement
43
+ * // PlacementId: "STRING_VALUE",
44
+ * // GameSessionQueueName: "STRING_VALUE",
45
+ * // Status: "PENDING" || "FULFILLED" || "CANCELLED" || "TIMED_OUT" || "FAILED",
46
+ * // GameProperties: [ // GamePropertyList
47
+ * // { // GameProperty
48
+ * // Key: "STRING_VALUE", // required
49
+ * // Value: "STRING_VALUE", // required
50
+ * // },
51
+ * // ],
52
+ * // MaximumPlayerSessionCount: Number("int"),
53
+ * // GameSessionName: "STRING_VALUE",
54
+ * // GameSessionId: "STRING_VALUE",
55
+ * // GameSessionArn: "STRING_VALUE",
56
+ * // GameSessionRegion: "STRING_VALUE",
57
+ * // PlayerLatencies: [ // PlayerLatencyList
58
+ * // { // PlayerLatency
59
+ * // PlayerId: "STRING_VALUE",
60
+ * // RegionIdentifier: "STRING_VALUE",
61
+ * // LatencyInMilliseconds: Number("float"),
62
+ * // },
63
+ * // ],
64
+ * // StartTime: new Date("TIMESTAMP"),
65
+ * // EndTime: new Date("TIMESTAMP"),
66
+ * // IpAddress: "STRING_VALUE",
67
+ * // DnsName: "STRING_VALUE",
68
+ * // Port: Number("int"),
69
+ * // PlacedPlayerSessions: [ // PlacedPlayerSessionList
70
+ * // { // PlacedPlayerSession
71
+ * // PlayerId: "STRING_VALUE",
72
+ * // PlayerSessionId: "STRING_VALUE",
73
+ * // },
74
+ * // ],
75
+ * // GameSessionData: "STRING_VALUE",
76
+ * // MatchmakerData: "STRING_VALUE",
77
+ * // },
78
+ * // };
79
+ *
41
80
  * ```
42
81
  *
43
82
  * @param DescribeGameSessionPlacementCommandInput - {@link DescribeGameSessionPlacementCommandInput}
@@ -60,6 +99,8 @@ export interface DescribeGameSessionPlacementCommandOutput extends DescribeGameS
60
99
  * @throws {@link UnauthorizedException} (client fault)
61
100
  * <p>The client failed authentication. Clients should not retry such requests.</p>
62
101
  *
102
+ * @throws {@link GameLiftServiceException}
103
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
63
104
  *
64
105
  */
65
106
  export declare class DescribeGameSessionPlacementCommand extends $Command<DescribeGameSessionPlacementCommandInput, DescribeGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
@@ -45,6 +45,43 @@ export interface DescribeGameSessionQueuesCommandOutput extends DescribeGameSess
45
45
  * };
46
46
  * const command = new DescribeGameSessionQueuesCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // DescribeGameSessionQueuesOutput
49
+ * // GameSessionQueues: [ // GameSessionQueueList
50
+ * // { // GameSessionQueue
51
+ * // Name: "STRING_VALUE",
52
+ * // GameSessionQueueArn: "STRING_VALUE",
53
+ * // TimeoutInSeconds: Number("int"),
54
+ * // PlayerLatencyPolicies: [ // PlayerLatencyPolicyList
55
+ * // { // PlayerLatencyPolicy
56
+ * // MaximumIndividualPlayerLatencyMilliseconds: Number("int"),
57
+ * // PolicyDurationSeconds: Number("int"),
58
+ * // },
59
+ * // ],
60
+ * // Destinations: [ // GameSessionQueueDestinationList
61
+ * // { // GameSessionQueueDestination
62
+ * // DestinationArn: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // FilterConfiguration: { // FilterConfiguration
66
+ * // AllowedLocations: [ // LocationList
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // },
70
+ * // PriorityConfiguration: { // PriorityConfiguration
71
+ * // PriorityOrder: [ // PriorityTypeList
72
+ * // "LATENCY" || "COST" || "DESTINATION" || "LOCATION",
73
+ * // ],
74
+ * // LocationOrder: [
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // CustomEventData: "STRING_VALUE",
79
+ * // NotificationTarget: "STRING_VALUE",
80
+ * // },
81
+ * // ],
82
+ * // NextToken: "STRING_VALUE",
83
+ * // };
84
+ *
48
85
  * ```
49
86
  *
50
87
  * @param DescribeGameSessionQueuesCommandInput - {@link DescribeGameSessionQueuesCommandInput}
@@ -67,6 +104,8 @@ export interface DescribeGameSessionQueuesCommandOutput extends DescribeGameSess
67
104
  * @throws {@link UnauthorizedException} (client fault)
68
105
  * <p>The client failed authentication. Clients should not retry such requests.</p>
69
106
  *
107
+ * @throws {@link GameLiftServiceException}
108
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
70
109
  *
71
110
  */
72
111
  export declare class DescribeGameSessionQueuesCommand extends $Command<DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput, GameLiftClientResolvedConfig> {
@@ -78,6 +78,38 @@ export interface DescribeGameSessionsCommandOutput extends DescribeGameSessionsO
78
78
  * };
79
79
  * const command = new DescribeGameSessionsCommand(input);
80
80
  * const response = await client.send(command);
81
+ * // { // DescribeGameSessionsOutput
82
+ * // GameSessions: [ // GameSessionList
83
+ * // { // GameSession
84
+ * // GameSessionId: "STRING_VALUE",
85
+ * // Name: "STRING_VALUE",
86
+ * // FleetId: "STRING_VALUE",
87
+ * // FleetArn: "STRING_VALUE",
88
+ * // CreationTime: new Date("TIMESTAMP"),
89
+ * // TerminationTime: new Date("TIMESTAMP"),
90
+ * // CurrentPlayerSessionCount: Number("int"),
91
+ * // MaximumPlayerSessionCount: Number("int"),
92
+ * // Status: "ACTIVE" || "ACTIVATING" || "TERMINATED" || "TERMINATING" || "ERROR",
93
+ * // StatusReason: "INTERRUPTED",
94
+ * // GameProperties: [ // GamePropertyList
95
+ * // { // GameProperty
96
+ * // Key: "STRING_VALUE", // required
97
+ * // Value: "STRING_VALUE", // required
98
+ * // },
99
+ * // ],
100
+ * // IpAddress: "STRING_VALUE",
101
+ * // DnsName: "STRING_VALUE",
102
+ * // Port: Number("int"),
103
+ * // PlayerSessionCreationPolicy: "ACCEPT_ALL" || "DENY_ALL",
104
+ * // CreatorId: "STRING_VALUE",
105
+ * // GameSessionData: "STRING_VALUE",
106
+ * // MatchmakerData: "STRING_VALUE",
107
+ * // Location: "STRING_VALUE",
108
+ * // },
109
+ * // ],
110
+ * // NextToken: "STRING_VALUE",
111
+ * // };
112
+ *
81
113
  * ```
82
114
  *
83
115
  * @param DescribeGameSessionsCommandInput - {@link DescribeGameSessionsCommandInput}
@@ -109,6 +141,8 @@ export interface DescribeGameSessionsCommandOutput extends DescribeGameSessionsO
109
141
  * @throws {@link UnsupportedRegionException} (client fault)
110
142
  * <p>The requested operation is not supported in the Region specified.</p>
111
143
  *
144
+ * @throws {@link GameLiftServiceException}
145
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
112
146
  *
113
147
  */
114
148
  export declare class DescribeGameSessionsCommand extends $Command<DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -71,6 +71,24 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput,
71
71
  * };
72
72
  * const command = new DescribeInstancesCommand(input);
73
73
  * const response = await client.send(command);
74
+ * // { // DescribeInstancesOutput
75
+ * // Instances: [ // InstanceList
76
+ * // { // Instance
77
+ * // FleetId: "STRING_VALUE",
78
+ * // FleetArn: "STRING_VALUE",
79
+ * // InstanceId: "STRING_VALUE",
80
+ * // IpAddress: "STRING_VALUE",
81
+ * // DnsName: "STRING_VALUE",
82
+ * // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
83
+ * // Type: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
84
+ * // Status: "PENDING" || "ACTIVE" || "TERMINATING",
85
+ * // CreationTime: new Date("TIMESTAMP"),
86
+ * // Location: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // NextToken: "STRING_VALUE",
90
+ * // };
91
+ *
74
92
  * ```
75
93
  *
76
94
  * @param DescribeInstancesCommandInput - {@link DescribeInstancesCommandInput}
@@ -96,6 +114,8 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput,
96
114
  * @throws {@link UnsupportedRegionException} (client fault)
97
115
  * <p>The requested operation is not supported in the Region specified.</p>
98
116
  *
117
+ * @throws {@link GameLiftServiceException}
118
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
99
119
  *
100
120
  */
101
121
  export declare class DescribeInstancesCommand extends $Command<DescribeInstancesCommandInput, DescribeInstancesCommandOutput, GameLiftClientResolvedConfig> {
@@ -54,6 +54,55 @@ export interface DescribeMatchmakingCommandOutput extends DescribeMatchmakingOut
54
54
  * };
55
55
  * const command = new DescribeMatchmakingCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // { // DescribeMatchmakingOutput
58
+ * // TicketList: [ // MatchmakingTicketList
59
+ * // { // MatchmakingTicket
60
+ * // TicketId: "STRING_VALUE",
61
+ * // ConfigurationName: "STRING_VALUE",
62
+ * // ConfigurationArn: "STRING_VALUE",
63
+ * // Status: "CANCELLED" || "COMPLETED" || "FAILED" || "PLACING" || "QUEUED" || "REQUIRES_ACCEPTANCE" || "SEARCHING" || "TIMED_OUT",
64
+ * // StatusReason: "STRING_VALUE",
65
+ * // StatusMessage: "STRING_VALUE",
66
+ * // StartTime: new Date("TIMESTAMP"),
67
+ * // EndTime: new Date("TIMESTAMP"),
68
+ * // Players: [ // PlayerList
69
+ * // { // Player
70
+ * // PlayerId: "STRING_VALUE",
71
+ * // PlayerAttributes: { // PlayerAttributeMap
72
+ * // "<keys>": { // AttributeValue
73
+ * // S: "STRING_VALUE",
74
+ * // N: Number("double"),
75
+ * // SL: [ // PlayerAttributeStringList
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // SDM: { // PlayerAttributeStringDoubleMap
79
+ * // "<keys>": Number("double"),
80
+ * // },
81
+ * // },
82
+ * // },
83
+ * // Team: "STRING_VALUE",
84
+ * // LatencyInMs: { // LatencyMap
85
+ * // "<keys>": Number("int"),
86
+ * // },
87
+ * // },
88
+ * // ],
89
+ * // GameSessionConnectionInfo: { // GameSessionConnectionInfo
90
+ * // GameSessionArn: "STRING_VALUE",
91
+ * // IpAddress: "STRING_VALUE",
92
+ * // DnsName: "STRING_VALUE",
93
+ * // Port: Number("int"),
94
+ * // MatchedPlayerSessions: [ // MatchedPlayerSessionList
95
+ * // { // MatchedPlayerSession
96
+ * // PlayerId: "STRING_VALUE",
97
+ * // PlayerSessionId: "STRING_VALUE",
98
+ * // },
99
+ * // ],
100
+ * // },
101
+ * // EstimatedWaitTime: Number("int"),
102
+ * // },
103
+ * // ],
104
+ * // };
105
+ *
57
106
  * ```
58
107
  *
59
108
  * @param DescribeMatchmakingCommandInput - {@link DescribeMatchmakingCommandInput}
@@ -73,6 +122,8 @@ export interface DescribeMatchmakingCommandOutput extends DescribeMatchmakingOut
73
122
  * @throws {@link UnsupportedRegionException} (client fault)
74
123
  * <p>The requested operation is not supported in the Region specified.</p>
75
124
  *
125
+ * @throws {@link GameLiftServiceException}
126
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
76
127
  *
77
128
  */
78
129
  export declare class DescribeMatchmakingCommand extends $Command<DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
@@ -48,6 +48,38 @@ export interface DescribeMatchmakingConfigurationsCommandOutput extends Describe
48
48
  * };
49
49
  * const command = new DescribeMatchmakingConfigurationsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // DescribeMatchmakingConfigurationsOutput
52
+ * // Configurations: [ // MatchmakingConfigurationList
53
+ * // { // MatchmakingConfiguration
54
+ * // Name: "STRING_VALUE",
55
+ * // ConfigurationArn: "STRING_VALUE",
56
+ * // Description: "STRING_VALUE",
57
+ * // GameSessionQueueArns: [ // QueueArnsList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // RequestTimeoutSeconds: Number("int"),
61
+ * // AcceptanceTimeoutSeconds: Number("int"),
62
+ * // AcceptanceRequired: true || false,
63
+ * // RuleSetName: "STRING_VALUE",
64
+ * // RuleSetArn: "STRING_VALUE",
65
+ * // NotificationTarget: "STRING_VALUE",
66
+ * // AdditionalPlayerCount: Number("int"),
67
+ * // CustomEventData: "STRING_VALUE",
68
+ * // CreationTime: new Date("TIMESTAMP"),
69
+ * // GameProperties: [ // GamePropertyList
70
+ * // { // GameProperty
71
+ * // Key: "STRING_VALUE", // required
72
+ * // Value: "STRING_VALUE", // required
73
+ * // },
74
+ * // ],
75
+ * // GameSessionData: "STRING_VALUE",
76
+ * // BackfillMode: "AUTOMATIC" || "MANUAL",
77
+ * // FlexMatchMode: "STANDALONE" || "WITH_QUEUE",
78
+ * // },
79
+ * // ],
80
+ * // NextToken: "STRING_VALUE",
81
+ * // };
82
+ *
51
83
  * ```
52
84
  *
53
85
  * @param DescribeMatchmakingConfigurationsCommandInput - {@link DescribeMatchmakingConfigurationsCommandInput}
@@ -67,6 +99,8 @@ export interface DescribeMatchmakingConfigurationsCommandOutput extends Describe
67
99
  * @throws {@link UnsupportedRegionException} (client fault)
68
100
  * <p>The requested operation is not supported in the Region specified.</p>
69
101
  *
102
+ * @throws {@link GameLiftServiceException}
103
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
70
104
  *
71
105
  */
72
106
  export declare class DescribeMatchmakingConfigurationsCommand extends $Command<DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput, GameLiftClientResolvedConfig> {
@@ -49,6 +49,18 @@ export interface DescribeMatchmakingRuleSetsCommandOutput extends DescribeMatchm
49
49
  * };
50
50
  * const command = new DescribeMatchmakingRuleSetsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // DescribeMatchmakingRuleSetsOutput
53
+ * // RuleSets: [ // MatchmakingRuleSetList // required
54
+ * // { // MatchmakingRuleSet
55
+ * // RuleSetName: "STRING_VALUE",
56
+ * // RuleSetArn: "STRING_VALUE",
57
+ * // RuleSetBody: "STRING_VALUE", // required
58
+ * // CreationTime: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
52
64
  * ```
53
65
  *
54
66
  * @param DescribeMatchmakingRuleSetsCommandInput - {@link DescribeMatchmakingRuleSetsCommandInput}
@@ -71,6 +83,8 @@ export interface DescribeMatchmakingRuleSetsCommandOutput extends DescribeMatchm
71
83
  * @throws {@link UnsupportedRegionException} (client fault)
72
84
  * <p>The requested operation is not supported in the Region specified.</p>
73
85
  *
86
+ * @throws {@link GameLiftServiceException}
87
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
74
88
  *
75
89
  */
76
90
  export declare class DescribeMatchmakingRuleSetsCommand extends $Command<DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput, GameLiftClientResolvedConfig> {
@@ -62,6 +62,26 @@ export interface DescribePlayerSessionsCommandOutput extends DescribePlayerSessi
62
62
  * };
63
63
  * const command = new DescribePlayerSessionsCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // { // DescribePlayerSessionsOutput
66
+ * // PlayerSessions: [ // PlayerSessionList
67
+ * // { // PlayerSession
68
+ * // PlayerSessionId: "STRING_VALUE",
69
+ * // PlayerId: "STRING_VALUE",
70
+ * // GameSessionId: "STRING_VALUE",
71
+ * // FleetId: "STRING_VALUE",
72
+ * // FleetArn: "STRING_VALUE",
73
+ * // CreationTime: new Date("TIMESTAMP"),
74
+ * // TerminationTime: new Date("TIMESTAMP"),
75
+ * // Status: "RESERVED" || "ACTIVE" || "COMPLETED" || "TIMEDOUT",
76
+ * // IpAddress: "STRING_VALUE",
77
+ * // DnsName: "STRING_VALUE",
78
+ * // Port: Number("int"),
79
+ * // PlayerData: "STRING_VALUE",
80
+ * // },
81
+ * // ],
82
+ * // NextToken: "STRING_VALUE",
83
+ * // };
84
+ *
65
85
  * ```
66
86
  *
67
87
  * @param DescribePlayerSessionsCommandInput - {@link DescribePlayerSessionsCommandInput}
@@ -84,6 +104,8 @@ export interface DescribePlayerSessionsCommandOutput extends DescribePlayerSessi
84
104
  * @throws {@link UnauthorizedException} (client fault)
85
105
  * <p>The client failed authentication. Clients should not retry such requests.</p>
86
106
  *
107
+ * @throws {@link GameLiftServiceException}
108
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
87
109
  *
88
110
  */
89
111
  export declare class DescribePlayerSessionsCommand extends $Command<DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -48,6 +48,20 @@ export interface DescribeRuntimeConfigurationCommandOutput extends DescribeRunti
48
48
  * };
49
49
  * const command = new DescribeRuntimeConfigurationCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // DescribeRuntimeConfigurationOutput
52
+ * // RuntimeConfiguration: { // RuntimeConfiguration
53
+ * // ServerProcesses: [ // ServerProcessList
54
+ * // { // ServerProcess
55
+ * // LaunchPath: "STRING_VALUE", // required
56
+ * // Parameters: "STRING_VALUE",
57
+ * // ConcurrentExecutions: Number("int"), // required
58
+ * // },
59
+ * // ],
60
+ * // MaxConcurrentGameSessionActivations: Number("int"),
61
+ * // GameSessionActivationTimeoutSeconds: Number("int"),
62
+ * // },
63
+ * // };
64
+ *
51
65
  * ```
52
66
  *
53
67
  * @param DescribeRuntimeConfigurationCommandInput - {@link DescribeRuntimeConfigurationCommandInput}
@@ -70,6 +84,8 @@ export interface DescribeRuntimeConfigurationCommandOutput extends DescribeRunti
70
84
  * @throws {@link UnauthorizedException} (client fault)
71
85
  * <p>The client failed authentication. Clients should not retry such requests.</p>
72
86
  *
87
+ * @throws {@link GameLiftServiceException}
88
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
73
89
  *
74
90
  */
75
91
  export declare class DescribeRuntimeConfigurationCommand extends $Command<DescribeRuntimeConfigurationCommandInput, DescribeRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {