@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
@@ -45,6 +45,20 @@ export interface RequestUploadCredentialsCommandOutput extends RequestUploadCred
45
45
  * };
46
46
  * const command = new RequestUploadCredentialsCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // RequestUploadCredentialsOutput
49
+ * // UploadCredentials: { // AwsCredentials
50
+ * // AccessKeyId: "STRING_VALUE",
51
+ * // SecretAccessKey: "STRING_VALUE",
52
+ * // SessionToken: "STRING_VALUE",
53
+ * // },
54
+ * // StorageLocation: { // S3Location
55
+ * // Bucket: "STRING_VALUE",
56
+ * // Key: "STRING_VALUE",
57
+ * // RoleArn: "STRING_VALUE",
58
+ * // ObjectVersion: "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
48
62
  * ```
49
63
  *
50
64
  * @param RequestUploadCredentialsCommandInput - {@link RequestUploadCredentialsCommandInput}
@@ -67,6 +81,8 @@ export interface RequestUploadCredentialsCommandOutput extends RequestUploadCred
67
81
  * @throws {@link UnauthorizedException} (client fault)
68
82
  * <p>The client failed authentication. Clients should not retry such requests.</p>
69
83
  *
84
+ * @throws {@link GameLiftServiceException}
85
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
70
86
  *
71
87
  */
72
88
  export declare class RequestUploadCredentialsCommand extends $Command<RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput, GameLiftClientResolvedConfig> {
@@ -37,6 +37,11 @@ export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __Metadat
37
37
  * };
38
38
  * const command = new ResolveAliasCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ResolveAliasOutput
41
+ * // FleetId: "STRING_VALUE",
42
+ * // FleetArn: "STRING_VALUE",
43
+ * // };
44
+ *
40
45
  * ```
41
46
  *
42
47
  * @param ResolveAliasCommandInput - {@link ResolveAliasCommandInput}
@@ -65,6 +70,8 @@ export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __Metadat
65
70
  * @throws {@link UnauthorizedException} (client fault)
66
71
  * <p>The client failed authentication. Clients should not retry such requests.</p>
67
72
  *
73
+ * @throws {@link GameLiftServiceException}
74
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
68
75
  *
69
76
  */
70
77
  export declare class ResolveAliasCommand extends $Command<ResolveAliasCommandInput, ResolveAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -53,6 +53,30 @@ export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGrou
53
53
  * };
54
54
  * const command = new ResumeGameServerGroupCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // ResumeGameServerGroupOutput
57
+ * // GameServerGroup: { // GameServerGroup
58
+ * // GameServerGroupName: "STRING_VALUE",
59
+ * // GameServerGroupArn: "STRING_VALUE",
60
+ * // RoleArn: "STRING_VALUE",
61
+ * // InstanceDefinitions: [ // InstanceDefinitions
62
+ * // { // InstanceDefinition
63
+ * // 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
64
+ * // WeightedCapacity: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
68
+ * // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
69
+ * // AutoScalingGroupArn: "STRING_VALUE",
70
+ * // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
71
+ * // StatusReason: "STRING_VALUE",
72
+ * // SuspendedActions: [ // GameServerGroupActions
73
+ * // "REPLACE_INSTANCE_TYPES",
74
+ * // ],
75
+ * // CreationTime: new Date("TIMESTAMP"),
76
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
77
+ * // },
78
+ * // };
79
+ *
56
80
  * ```
57
81
  *
58
82
  * @param ResumeGameServerGroupCommandInput - {@link ResumeGameServerGroupCommandInput}
@@ -75,6 +99,8 @@ export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGrou
75
99
  * @throws {@link UnauthorizedException} (client fault)
76
100
  * <p>The client failed authentication. Clients should not retry such requests.</p>
77
101
  *
102
+ * @throws {@link GameLiftServiceException}
103
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
78
104
  *
79
105
  */
80
106
  export declare class ResumeGameServerGroupCommand extends $Command<ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -123,6 +123,38 @@ export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutpu
123
123
  * };
124
124
  * const command = new SearchGameSessionsCommand(input);
125
125
  * const response = await client.send(command);
126
+ * // { // SearchGameSessionsOutput
127
+ * // GameSessions: [ // GameSessionList
128
+ * // { // GameSession
129
+ * // GameSessionId: "STRING_VALUE",
130
+ * // Name: "STRING_VALUE",
131
+ * // FleetId: "STRING_VALUE",
132
+ * // FleetArn: "STRING_VALUE",
133
+ * // CreationTime: new Date("TIMESTAMP"),
134
+ * // TerminationTime: new Date("TIMESTAMP"),
135
+ * // CurrentPlayerSessionCount: Number("int"),
136
+ * // MaximumPlayerSessionCount: Number("int"),
137
+ * // Status: "ACTIVE" || "ACTIVATING" || "TERMINATED" || "TERMINATING" || "ERROR",
138
+ * // StatusReason: "INTERRUPTED",
139
+ * // GameProperties: [ // GamePropertyList
140
+ * // { // GameProperty
141
+ * // Key: "STRING_VALUE", // required
142
+ * // Value: "STRING_VALUE", // required
143
+ * // },
144
+ * // ],
145
+ * // IpAddress: "STRING_VALUE",
146
+ * // DnsName: "STRING_VALUE",
147
+ * // Port: Number("int"),
148
+ * // PlayerSessionCreationPolicy: "ACCEPT_ALL" || "DENY_ALL",
149
+ * // CreatorId: "STRING_VALUE",
150
+ * // GameSessionData: "STRING_VALUE",
151
+ * // MatchmakerData: "STRING_VALUE",
152
+ * // Location: "STRING_VALUE",
153
+ * // },
154
+ * // ],
155
+ * // NextToken: "STRING_VALUE",
156
+ * // };
157
+ *
126
158
  * ```
127
159
  *
128
160
  * @param SearchGameSessionsCommandInput - {@link SearchGameSessionsCommandInput}
@@ -154,6 +186,8 @@ export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutpu
154
186
  * @throws {@link UnsupportedRegionException} (client fault)
155
187
  * <p>The requested operation is not supported in the Region specified.</p>
156
188
  *
189
+ * @throws {@link GameLiftServiceException}
190
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
157
191
  *
158
192
  */
159
193
  export declare class SearchGameSessionsCommand extends $Command<SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -58,6 +58,11 @@ export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput,
58
58
  * };
59
59
  * const command = new StartFleetActionsCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // StartFleetActionsOutput
62
+ * // FleetId: "STRING_VALUE",
63
+ * // FleetArn: "STRING_VALUE",
64
+ * // };
65
+ *
61
66
  * ```
62
67
  *
63
68
  * @param StartFleetActionsCommandInput - {@link StartFleetActionsCommandInput}
@@ -83,6 +88,8 @@ export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput,
83
88
  * @throws {@link UnsupportedRegionException} (client fault)
84
89
  * <p>The requested operation is not supported in the Region specified.</p>
85
90
  *
91
+ * @throws {@link GameLiftServiceException}
92
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
86
93
  *
87
94
  */
88
95
  export declare class StartFleetActionsCommand extends $Command<StartFleetActionsCommandInput, StartFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -93,6 +93,45 @@ export interface StartGameSessionPlacementCommandOutput extends StartGameSession
93
93
  * };
94
94
  * const command = new StartGameSessionPlacementCommand(input);
95
95
  * const response = await client.send(command);
96
+ * // { // StartGameSessionPlacementOutput
97
+ * // GameSessionPlacement: { // GameSessionPlacement
98
+ * // PlacementId: "STRING_VALUE",
99
+ * // GameSessionQueueName: "STRING_VALUE",
100
+ * // Status: "PENDING" || "FULFILLED" || "CANCELLED" || "TIMED_OUT" || "FAILED",
101
+ * // GameProperties: [ // GamePropertyList
102
+ * // { // GameProperty
103
+ * // Key: "STRING_VALUE", // required
104
+ * // Value: "STRING_VALUE", // required
105
+ * // },
106
+ * // ],
107
+ * // MaximumPlayerSessionCount: Number("int"),
108
+ * // GameSessionName: "STRING_VALUE",
109
+ * // GameSessionId: "STRING_VALUE",
110
+ * // GameSessionArn: "STRING_VALUE",
111
+ * // GameSessionRegion: "STRING_VALUE",
112
+ * // PlayerLatencies: [ // PlayerLatencyList
113
+ * // { // PlayerLatency
114
+ * // PlayerId: "STRING_VALUE",
115
+ * // RegionIdentifier: "STRING_VALUE",
116
+ * // LatencyInMilliseconds: Number("float"),
117
+ * // },
118
+ * // ],
119
+ * // StartTime: new Date("TIMESTAMP"),
120
+ * // EndTime: new Date("TIMESTAMP"),
121
+ * // IpAddress: "STRING_VALUE",
122
+ * // DnsName: "STRING_VALUE",
123
+ * // Port: Number("int"),
124
+ * // PlacedPlayerSessions: [ // PlacedPlayerSessionList
125
+ * // { // PlacedPlayerSession
126
+ * // PlayerId: "STRING_VALUE",
127
+ * // PlayerSessionId: "STRING_VALUE",
128
+ * // },
129
+ * // ],
130
+ * // GameSessionData: "STRING_VALUE",
131
+ * // MatchmakerData: "STRING_VALUE",
132
+ * // },
133
+ * // };
134
+ *
96
135
  * ```
97
136
  *
98
137
  * @param StartGameSessionPlacementCommandInput - {@link StartGameSessionPlacementCommandInput}
@@ -115,6 +154,8 @@ export interface StartGameSessionPlacementCommandOutput extends StartGameSession
115
154
  * @throws {@link UnauthorizedException} (client fault)
116
155
  * <p>The client failed authentication. Clients should not retry such requests.</p>
117
156
  *
157
+ * @throws {@link GameLiftServiceException}
158
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
118
159
  *
119
160
  */
120
161
  export declare class StartGameSessionPlacementCommand extends $Command<StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
@@ -91,6 +91,53 @@ export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutpu
91
91
  * };
92
92
  * const command = new StartMatchBackfillCommand(input);
93
93
  * const response = await client.send(command);
94
+ * // { // StartMatchBackfillOutput
95
+ * // MatchmakingTicket: { // MatchmakingTicket
96
+ * // TicketId: "STRING_VALUE",
97
+ * // ConfigurationName: "STRING_VALUE",
98
+ * // ConfigurationArn: "STRING_VALUE",
99
+ * // Status: "CANCELLED" || "COMPLETED" || "FAILED" || "PLACING" || "QUEUED" || "REQUIRES_ACCEPTANCE" || "SEARCHING" || "TIMED_OUT",
100
+ * // StatusReason: "STRING_VALUE",
101
+ * // StatusMessage: "STRING_VALUE",
102
+ * // StartTime: new Date("TIMESTAMP"),
103
+ * // EndTime: new Date("TIMESTAMP"),
104
+ * // Players: [ // PlayerList
105
+ * // { // Player
106
+ * // PlayerId: "STRING_VALUE",
107
+ * // PlayerAttributes: { // PlayerAttributeMap
108
+ * // "<keys>": { // AttributeValue
109
+ * // S: "STRING_VALUE",
110
+ * // N: Number("double"),
111
+ * // SL: [ // PlayerAttributeStringList
112
+ * // "STRING_VALUE",
113
+ * // ],
114
+ * // SDM: { // PlayerAttributeStringDoubleMap
115
+ * // "<keys>": Number("double"),
116
+ * // },
117
+ * // },
118
+ * // },
119
+ * // Team: "STRING_VALUE",
120
+ * // LatencyInMs: { // LatencyMap
121
+ * // "<keys>": Number("int"),
122
+ * // },
123
+ * // },
124
+ * // ],
125
+ * // GameSessionConnectionInfo: { // GameSessionConnectionInfo
126
+ * // GameSessionArn: "STRING_VALUE",
127
+ * // IpAddress: "STRING_VALUE",
128
+ * // DnsName: "STRING_VALUE",
129
+ * // Port: Number("int"),
130
+ * // MatchedPlayerSessions: [ // MatchedPlayerSessionList
131
+ * // { // MatchedPlayerSession
132
+ * // PlayerId: "STRING_VALUE",
133
+ * // PlayerSessionId: "STRING_VALUE",
134
+ * // },
135
+ * // ],
136
+ * // },
137
+ * // EstimatedWaitTime: Number("int"),
138
+ * // },
139
+ * // };
140
+ *
94
141
  * ```
95
142
  *
96
143
  * @param StartMatchBackfillCommandInput - {@link StartMatchBackfillCommandInput}
@@ -113,6 +160,8 @@ export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutpu
113
160
  * @throws {@link UnsupportedRegionException} (client fault)
114
161
  * <p>The requested operation is not supported in the Region specified.</p>
115
162
  *
163
+ * @throws {@link GameLiftServiceException}
164
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
116
165
  *
117
166
  */
118
167
  export declare class StartMatchBackfillCommand extends $Command<StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput, GameLiftClientResolvedConfig> {
@@ -82,6 +82,53 @@ export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, _
82
82
  * };
83
83
  * const command = new StartMatchmakingCommand(input);
84
84
  * const response = await client.send(command);
85
+ * // { // StartMatchmakingOutput
86
+ * // MatchmakingTicket: { // MatchmakingTicket
87
+ * // TicketId: "STRING_VALUE",
88
+ * // ConfigurationName: "STRING_VALUE",
89
+ * // ConfigurationArn: "STRING_VALUE",
90
+ * // Status: "CANCELLED" || "COMPLETED" || "FAILED" || "PLACING" || "QUEUED" || "REQUIRES_ACCEPTANCE" || "SEARCHING" || "TIMED_OUT",
91
+ * // StatusReason: "STRING_VALUE",
92
+ * // StatusMessage: "STRING_VALUE",
93
+ * // StartTime: new Date("TIMESTAMP"),
94
+ * // EndTime: new Date("TIMESTAMP"),
95
+ * // Players: [ // PlayerList
96
+ * // { // Player
97
+ * // PlayerId: "STRING_VALUE",
98
+ * // PlayerAttributes: { // PlayerAttributeMap
99
+ * // "<keys>": { // AttributeValue
100
+ * // S: "STRING_VALUE",
101
+ * // N: Number("double"),
102
+ * // SL: [ // PlayerAttributeStringList
103
+ * // "STRING_VALUE",
104
+ * // ],
105
+ * // SDM: { // PlayerAttributeStringDoubleMap
106
+ * // "<keys>": Number("double"),
107
+ * // },
108
+ * // },
109
+ * // },
110
+ * // Team: "STRING_VALUE",
111
+ * // LatencyInMs: { // LatencyMap
112
+ * // "<keys>": Number("int"),
113
+ * // },
114
+ * // },
115
+ * // ],
116
+ * // GameSessionConnectionInfo: { // GameSessionConnectionInfo
117
+ * // GameSessionArn: "STRING_VALUE",
118
+ * // IpAddress: "STRING_VALUE",
119
+ * // DnsName: "STRING_VALUE",
120
+ * // Port: Number("int"),
121
+ * // MatchedPlayerSessions: [ // MatchedPlayerSessionList
122
+ * // { // MatchedPlayerSession
123
+ * // PlayerId: "STRING_VALUE",
124
+ * // PlayerSessionId: "STRING_VALUE",
125
+ * // },
126
+ * // ],
127
+ * // },
128
+ * // EstimatedWaitTime: Number("int"),
129
+ * // },
130
+ * // };
131
+ *
85
132
  * ```
86
133
  *
87
134
  * @param StartMatchmakingCommandInput - {@link StartMatchmakingCommandInput}
@@ -104,6 +151,8 @@ export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, _
104
151
  * @throws {@link UnsupportedRegionException} (client fault)
105
152
  * <p>The requested operation is not supported in the Region specified.</p>
106
153
  *
154
+ * @throws {@link GameLiftServiceException}
155
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
107
156
  *
108
157
  */
109
158
  export declare class StartMatchmakingCommand extends $Command<StartMatchmakingCommandInput, StartMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
@@ -61,6 +61,11 @@ export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, _
61
61
  * };
62
62
  * const command = new StopFleetActionsCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // { // StopFleetActionsOutput
65
+ * // FleetId: "STRING_VALUE",
66
+ * // FleetArn: "STRING_VALUE",
67
+ * // };
68
+ *
64
69
  * ```
65
70
  *
66
71
  * @param StopFleetActionsCommandInput - {@link StopFleetActionsCommandInput}
@@ -86,6 +91,8 @@ export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, _
86
91
  * @throws {@link UnsupportedRegionException} (client fault)
87
92
  * <p>The requested operation is not supported in the Region specified.</p>
88
93
  *
94
+ * @throws {@link GameLiftServiceException}
95
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
89
96
  *
90
97
  */
91
98
  export declare class StopFleetActionsCommand extends $Command<StopFleetActionsCommandInput, StopFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -33,6 +33,45 @@ export interface StopGameSessionPlacementCommandOutput extends StopGameSessionPl
33
33
  * };
34
34
  * const command = new StopGameSessionPlacementCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // StopGameSessionPlacementOutput
37
+ * // GameSessionPlacement: { // GameSessionPlacement
38
+ * // PlacementId: "STRING_VALUE",
39
+ * // GameSessionQueueName: "STRING_VALUE",
40
+ * // Status: "PENDING" || "FULFILLED" || "CANCELLED" || "TIMED_OUT" || "FAILED",
41
+ * // GameProperties: [ // GamePropertyList
42
+ * // { // GameProperty
43
+ * // Key: "STRING_VALUE", // required
44
+ * // Value: "STRING_VALUE", // required
45
+ * // },
46
+ * // ],
47
+ * // MaximumPlayerSessionCount: Number("int"),
48
+ * // GameSessionName: "STRING_VALUE",
49
+ * // GameSessionId: "STRING_VALUE",
50
+ * // GameSessionArn: "STRING_VALUE",
51
+ * // GameSessionRegion: "STRING_VALUE",
52
+ * // PlayerLatencies: [ // PlayerLatencyList
53
+ * // { // PlayerLatency
54
+ * // PlayerId: "STRING_VALUE",
55
+ * // RegionIdentifier: "STRING_VALUE",
56
+ * // LatencyInMilliseconds: Number("float"),
57
+ * // },
58
+ * // ],
59
+ * // StartTime: new Date("TIMESTAMP"),
60
+ * // EndTime: new Date("TIMESTAMP"),
61
+ * // IpAddress: "STRING_VALUE",
62
+ * // DnsName: "STRING_VALUE",
63
+ * // Port: Number("int"),
64
+ * // PlacedPlayerSessions: [ // PlacedPlayerSessionList
65
+ * // { // PlacedPlayerSession
66
+ * // PlayerId: "STRING_VALUE",
67
+ * // PlayerSessionId: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // GameSessionData: "STRING_VALUE",
71
+ * // MatchmakerData: "STRING_VALUE",
72
+ * // },
73
+ * // };
74
+ *
36
75
  * ```
37
76
  *
38
77
  * @param StopGameSessionPlacementCommandInput - {@link StopGameSessionPlacementCommandInput}
@@ -55,6 +94,8 @@ export interface StopGameSessionPlacementCommandOutput extends StopGameSessionPl
55
94
  * @throws {@link UnauthorizedException} (client fault)
56
95
  * <p>The client failed authentication. Clients should not retry such requests.</p>
57
96
  *
97
+ * @throws {@link GameLiftServiceException}
98
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
58
99
  *
59
100
  */
60
101
  export declare class StopGameSessionPlacementCommand extends $Command<StopGameSessionPlacementCommandInput, StopGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
@@ -49,6 +49,8 @@ export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __M
49
49
  * };
50
50
  * const command = new StopMatchmakingCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // {};
53
+ *
52
54
  * ```
53
55
  *
54
56
  * @param StopMatchmakingCommandInput - {@link StopMatchmakingCommandInput}
@@ -71,6 +73,8 @@ export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __M
71
73
  * @throws {@link UnsupportedRegionException} (client fault)
72
74
  * <p>The requested operation is not supported in the Region specified.</p>
73
75
  *
76
+ * @throws {@link GameLiftServiceException}
77
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
74
78
  *
75
79
  */
76
80
  export declare class StopMatchmakingCommand extends $Command<StopMatchmakingCommandInput, StopMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
@@ -63,6 +63,30 @@ export interface SuspendGameServerGroupCommandOutput extends SuspendGameServerGr
63
63
  * };
64
64
  * const command = new SuspendGameServerGroupCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // SuspendGameServerGroupOutput
67
+ * // GameServerGroup: { // GameServerGroup
68
+ * // GameServerGroupName: "STRING_VALUE",
69
+ * // GameServerGroupArn: "STRING_VALUE",
70
+ * // RoleArn: "STRING_VALUE",
71
+ * // InstanceDefinitions: [ // InstanceDefinitions
72
+ * // { // InstanceDefinition
73
+ * // 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
74
+ * // WeightedCapacity: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
78
+ * // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
79
+ * // AutoScalingGroupArn: "STRING_VALUE",
80
+ * // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
81
+ * // StatusReason: "STRING_VALUE",
82
+ * // SuspendedActions: [ // GameServerGroupActions
83
+ * // "REPLACE_INSTANCE_TYPES",
84
+ * // ],
85
+ * // CreationTime: new Date("TIMESTAMP"),
86
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
87
+ * // },
88
+ * // };
89
+ *
66
90
  * ```
67
91
  *
68
92
  * @param SuspendGameServerGroupCommandInput - {@link SuspendGameServerGroupCommandInput}
@@ -85,6 +109,8 @@ export interface SuspendGameServerGroupCommandOutput extends SuspendGameServerGr
85
109
  * @throws {@link UnauthorizedException} (client fault)
86
110
  * <p>The client failed authentication. Clients should not retry such requests.</p>
87
111
  *
112
+ * @throws {@link GameLiftServiceException}
113
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
88
114
  *
89
115
  */
90
116
  export declare class SuspendGameServerGroupCommand extends $Command<SuspendGameServerGroupCommandInput, SuspendGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -60,6 +60,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
60
60
  * };
61
61
  * const command = new TagResourceCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // {};
64
+ *
63
65
  * ```
64
66
  *
65
67
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -84,6 +86,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
84
86
  * or the maximum tag limit may have been exceeded. Resolve the issue before
85
87
  * retrying.</p>
86
88
  *
89
+ * @throws {@link GameLiftServiceException}
90
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
87
91
  *
88
92
  */
89
93
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GameLiftClientResolvedConfig> {
@@ -56,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
56
56
  * };
57
57
  * const command = new UntagResourceCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // {};
60
+ *
59
61
  * ```
60
62
  *
61
63
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -80,6 +82,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
80
82
  * or the maximum tag limit may have been exceeded. Resolve the issue before
81
83
  * retrying.</p>
82
84
  *
85
+ * @throws {@link GameLiftServiceException}
86
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
83
87
  *
84
88
  */
85
89
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GameLiftClientResolvedConfig> {
@@ -47,6 +47,22 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
47
47
  * };
48
48
  * const command = new UpdateAliasCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // UpdateAliasOutput
51
+ * // Alias: { // Alias
52
+ * // AliasId: "STRING_VALUE",
53
+ * // Name: "STRING_VALUE",
54
+ * // AliasArn: "STRING_VALUE",
55
+ * // Description: "STRING_VALUE",
56
+ * // RoutingStrategy: { // RoutingStrategy
57
+ * // Type: "SIMPLE" || "TERMINAL",
58
+ * // FleetId: "STRING_VALUE",
59
+ * // Message: "STRING_VALUE",
60
+ * // },
61
+ * // CreationTime: new Date("TIMESTAMP"),
62
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
63
+ * // },
64
+ * // };
65
+ *
50
66
  * ```
51
67
  *
52
68
  * @param UpdateAliasCommandInput - {@link UpdateAliasCommandInput}
@@ -69,6 +85,8 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
69
85
  * @throws {@link UnauthorizedException} (client fault)
70
86
  * <p>The client failed authentication. Clients should not retry such requests.</p>
71
87
  *
88
+ * @throws {@link GameLiftServiceException}
89
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
72
90
  *
73
91
  */
74
92
  export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -45,6 +45,20 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
45
45
  * };
46
46
  * const command = new UpdateBuildCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // UpdateBuildOutput
49
+ * // Build: { // Build
50
+ * // BuildId: "STRING_VALUE",
51
+ * // BuildArn: "STRING_VALUE",
52
+ * // Name: "STRING_VALUE",
53
+ * // Version: "STRING_VALUE",
54
+ * // Status: "INITIALIZED" || "READY" || "FAILED",
55
+ * // SizeOnDisk: Number("long"),
56
+ * // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
57
+ * // CreationTime: new Date("TIMESTAMP"),
58
+ * // ServerSdkVersion: "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
48
62
  * ```
49
63
  *
50
64
  * @param UpdateBuildCommandInput - {@link UpdateBuildCommandInput}
@@ -67,6 +81,8 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
67
81
  * @throws {@link UnauthorizedException} (client fault)
68
82
  * <p>The client failed authentication. Clients should not retry such requests.</p>
69
83
  *
84
+ * @throws {@link GameLiftServiceException}
85
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
70
86
  *
71
87
  */
72
88
  export declare class UpdateBuildCommand extends $Command<UpdateBuildCommandInput, UpdateBuildCommandOutput, GameLiftClientResolvedConfig> {
@@ -55,6 +55,11 @@ export interface UpdateFleetAttributesCommandOutput extends UpdateFleetAttribute
55
55
  * };
56
56
  * const command = new UpdateFleetAttributesCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // UpdateFleetAttributesOutput
59
+ * // FleetId: "STRING_VALUE",
60
+ * // FleetArn: "STRING_VALUE",
61
+ * // };
62
+ *
58
63
  * ```
59
64
  *
60
65
  * @param UpdateFleetAttributesCommandInput - {@link UpdateFleetAttributesCommandInput}
@@ -92,6 +97,8 @@ export interface UpdateFleetAttributesCommandOutput extends UpdateFleetAttribute
92
97
  * @throws {@link UnauthorizedException} (client fault)
93
98
  * <p>The client failed authentication. Clients should not retry such requests.</p>
94
99
  *
100
+ * @throws {@link GameLiftServiceException}
101
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
95
102
  *
96
103
  */
97
104
  export declare class UpdateFleetAttributesCommand extends $Command<UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
@@ -79,6 +79,12 @@ export interface UpdateFleetCapacityCommandOutput extends UpdateFleetCapacityOut
79
79
  * };
80
80
  * const command = new UpdateFleetCapacityCommand(input);
81
81
  * const response = await client.send(command);
82
+ * // { // UpdateFleetCapacityOutput
83
+ * // FleetId: "STRING_VALUE",
84
+ * // FleetArn: "STRING_VALUE",
85
+ * // Location: "STRING_VALUE",
86
+ * // };
87
+ *
82
88
  * ```
83
89
  *
84
90
  * @param UpdateFleetCapacityCommandInput - {@link UpdateFleetCapacityCommandInput}
@@ -119,6 +125,8 @@ export interface UpdateFleetCapacityCommandOutput extends UpdateFleetCapacityOut
119
125
  * @throws {@link UnsupportedRegionException} (client fault)
120
126
  * <p>The requested operation is not supported in the Region specified.</p>
121
127
  *
128
+ * @throws {@link GameLiftServiceException}
129
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
122
130
  *
123
131
  */
124
132
  export declare class UpdateFleetCapacityCommand extends $Command<UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput, GameLiftClientResolvedConfig> {
@@ -65,6 +65,11 @@ export interface UpdateFleetPortSettingsCommandOutput extends UpdateFleetPortSet
65
65
  * };
66
66
  * const command = new UpdateFleetPortSettingsCommand(input);
67
67
  * const response = await client.send(command);
68
+ * // { // UpdateFleetPortSettingsOutput
69
+ * // FleetId: "STRING_VALUE",
70
+ * // FleetArn: "STRING_VALUE",
71
+ * // };
72
+ *
68
73
  * ```
69
74
  *
70
75
  * @param UpdateFleetPortSettingsCommandInput - {@link UpdateFleetPortSettingsCommandInput}
@@ -102,6 +107,8 @@ export interface UpdateFleetPortSettingsCommandOutput extends UpdateFleetPortSet
102
107
  * @throws {@link UnauthorizedException} (client fault)
103
108
  * <p>The client failed authentication. Clients should not retry such requests.</p>
104
109
  *
110
+ * @throws {@link GameLiftServiceException}
111
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
105
112
  *
106
113
  */
107
114
  export declare class UpdateFleetPortSettingsCommand extends $Command<UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig> {