@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.
- package/dist-types/commands/AcceptMatchCommand.d.ts +4 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +18 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +18 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +27 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +13 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +31 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateLocationCommand.d.ts +9 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +11 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +19 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +21 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +19 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +13 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterComputeCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +18 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComputeCommand.d.ts +19 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +48 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +23 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +20 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +18 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +14 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +41 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +51 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +14 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +19 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +19 -0
- package/dist-types/commands/GetComputeAccessCommand.d.ts +14 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +11 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +15 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +21 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +19 -0
- package/dist-types/commands/ListComputeCommand.d.ts +22 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +9 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +29 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +21 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +22 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -0
- package/dist-types/commands/RegisterComputeCommand.d.ts +19 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +18 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +7 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +34 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +41 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +49 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +49 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +41 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +4 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +18 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +7 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +8 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +18 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +31 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +36 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +19 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +6 -0
- package/package.json +16 -16
|
@@ -71,6 +71,22 @@ export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, _
|
|
|
71
71
|
* };
|
|
72
72
|
* const command = new UpdateGameServerCommand(input);
|
|
73
73
|
* const response = await client.send(command);
|
|
74
|
+
* // { // UpdateGameServerOutput
|
|
75
|
+
* // GameServer: { // GameServer
|
|
76
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
77
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
78
|
+
* // GameServerId: "STRING_VALUE",
|
|
79
|
+
* // InstanceId: "STRING_VALUE",
|
|
80
|
+
* // ConnectionInfo: "STRING_VALUE",
|
|
81
|
+
* // GameServerData: "STRING_VALUE",
|
|
82
|
+
* // ClaimStatus: "CLAIMED",
|
|
83
|
+
* // UtilizationStatus: "AVAILABLE" || "UTILIZED",
|
|
84
|
+
* // RegistrationTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // LastClaimTime: new Date("TIMESTAMP"),
|
|
86
|
+
* // LastHealthCheckTime: new Date("TIMESTAMP"),
|
|
87
|
+
* // },
|
|
88
|
+
* // };
|
|
89
|
+
*
|
|
74
90
|
* ```
|
|
75
91
|
*
|
|
76
92
|
* @param UpdateGameServerCommandInput - {@link UpdateGameServerCommandInput}
|
|
@@ -93,6 +109,8 @@ export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, _
|
|
|
93
109
|
* @throws {@link UnauthorizedException} (client fault)
|
|
94
110
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
95
111
|
*
|
|
112
|
+
* @throws {@link GameLiftServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
96
114
|
*
|
|
97
115
|
*/
|
|
98
116
|
export declare class UpdateGameServerCommand extends $Command<UpdateGameServerCommandInput, UpdateGameServerCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -57,6 +57,30 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new UpdateGameServerGroupCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // UpdateGameServerGroupOutput
|
|
61
|
+
* // GameServerGroup: { // GameServerGroup
|
|
62
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
63
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
64
|
+
* // RoleArn: "STRING_VALUE",
|
|
65
|
+
* // InstanceDefinitions: [ // InstanceDefinitions
|
|
66
|
+
* // { // InstanceDefinition
|
|
67
|
+
* // 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
|
|
68
|
+
* // WeightedCapacity: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
|
|
72
|
+
* // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
|
|
73
|
+
* // AutoScalingGroupArn: "STRING_VALUE",
|
|
74
|
+
* // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
|
|
75
|
+
* // StatusReason: "STRING_VALUE",
|
|
76
|
+
* // SuspendedActions: [ // GameServerGroupActions
|
|
77
|
+
* // "REPLACE_INSTANCE_TYPES",
|
|
78
|
+
* // ],
|
|
79
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
80
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
81
|
+
* // },
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
60
84
|
* ```
|
|
61
85
|
*
|
|
62
86
|
* @param UpdateGameServerGroupCommandInput - {@link UpdateGameServerGroupCommandInput}
|
|
@@ -79,6 +103,8 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou
|
|
|
79
103
|
* @throws {@link UnauthorizedException} (client fault)
|
|
80
104
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
81
105
|
*
|
|
106
|
+
* @throws {@link GameLiftServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
82
108
|
*
|
|
83
109
|
*/
|
|
84
110
|
export declare class UpdateGameServerGroupCommand extends $Command<UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -41,6 +41,35 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput,
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateGameSessionCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateGameSessionOutput
|
|
45
|
+
* // GameSession: { // GameSession
|
|
46
|
+
* // GameSessionId: "STRING_VALUE",
|
|
47
|
+
* // Name: "STRING_VALUE",
|
|
48
|
+
* // FleetId: "STRING_VALUE",
|
|
49
|
+
* // FleetArn: "STRING_VALUE",
|
|
50
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // TerminationTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // CurrentPlayerSessionCount: Number("int"),
|
|
53
|
+
* // MaximumPlayerSessionCount: Number("int"),
|
|
54
|
+
* // Status: "ACTIVE" || "ACTIVATING" || "TERMINATED" || "TERMINATING" || "ERROR",
|
|
55
|
+
* // StatusReason: "INTERRUPTED",
|
|
56
|
+
* // GameProperties: [ // GamePropertyList
|
|
57
|
+
* // { // GameProperty
|
|
58
|
+
* // Key: "STRING_VALUE", // required
|
|
59
|
+
* // Value: "STRING_VALUE", // required
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // IpAddress: "STRING_VALUE",
|
|
63
|
+
* // DnsName: "STRING_VALUE",
|
|
64
|
+
* // Port: Number("int"),
|
|
65
|
+
* // PlayerSessionCreationPolicy: "ACCEPT_ALL" || "DENY_ALL",
|
|
66
|
+
* // CreatorId: "STRING_VALUE",
|
|
67
|
+
* // GameSessionData: "STRING_VALUE",
|
|
68
|
+
* // MatchmakerData: "STRING_VALUE",
|
|
69
|
+
* // Location: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
44
73
|
* ```
|
|
45
74
|
*
|
|
46
75
|
* @param UpdateGameSessionCommandInput - {@link UpdateGameSessionCommandInput}
|
|
@@ -74,6 +103,8 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput,
|
|
|
74
103
|
* @throws {@link UnauthorizedException} (client fault)
|
|
75
104
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
76
105
|
*
|
|
106
|
+
* @throws {@link GameLiftServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
77
108
|
*
|
|
78
109
|
*/
|
|
79
110
|
export declare class UpdateGameSessionCommand extends $Command<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -68,6 +68,40 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu
|
|
|
68
68
|
* };
|
|
69
69
|
* const command = new UpdateGameSessionQueueCommand(input);
|
|
70
70
|
* const response = await client.send(command);
|
|
71
|
+
* // { // UpdateGameSessionQueueOutput
|
|
72
|
+
* // GameSessionQueue: { // GameSessionQueue
|
|
73
|
+
* // Name: "STRING_VALUE",
|
|
74
|
+
* // GameSessionQueueArn: "STRING_VALUE",
|
|
75
|
+
* // TimeoutInSeconds: Number("int"),
|
|
76
|
+
* // PlayerLatencyPolicies: [ // PlayerLatencyPolicyList
|
|
77
|
+
* // { // PlayerLatencyPolicy
|
|
78
|
+
* // MaximumIndividualPlayerLatencyMilliseconds: Number("int"),
|
|
79
|
+
* // PolicyDurationSeconds: Number("int"),
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // Destinations: [ // GameSessionQueueDestinationList
|
|
83
|
+
* // { // GameSessionQueueDestination
|
|
84
|
+
* // DestinationArn: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // FilterConfiguration: { // FilterConfiguration
|
|
88
|
+
* // AllowedLocations: [ // LocationList
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // },
|
|
92
|
+
* // PriorityConfiguration: { // PriorityConfiguration
|
|
93
|
+
* // PriorityOrder: [ // PriorityTypeList
|
|
94
|
+
* // "LATENCY" || "COST" || "DESTINATION" || "LOCATION",
|
|
95
|
+
* // ],
|
|
96
|
+
* // LocationOrder: [
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // },
|
|
100
|
+
* // CustomEventData: "STRING_VALUE",
|
|
101
|
+
* // NotificationTarget: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // };
|
|
104
|
+
*
|
|
71
105
|
* ```
|
|
72
106
|
*
|
|
73
107
|
* @param UpdateGameSessionQueueCommandInput - {@link UpdateGameSessionQueueCommandInput}
|
|
@@ -90,6 +124,8 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu
|
|
|
90
124
|
* @throws {@link UnauthorizedException} (client fault)
|
|
91
125
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
92
126
|
*
|
|
127
|
+
* @throws {@link GameLiftServiceException}
|
|
128
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
93
129
|
*
|
|
94
130
|
*/
|
|
95
131
|
export declare class UpdateGameSessionQueueCommand extends $Command<UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -60,6 +60,35 @@ export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatch
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new UpdateMatchmakingConfigurationCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateMatchmakingConfigurationOutput
|
|
64
|
+
* // Configuration: { // MatchmakingConfiguration
|
|
65
|
+
* // Name: "STRING_VALUE",
|
|
66
|
+
* // ConfigurationArn: "STRING_VALUE",
|
|
67
|
+
* // Description: "STRING_VALUE",
|
|
68
|
+
* // GameSessionQueueArns: [ // QueueArnsList
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // RequestTimeoutSeconds: Number("int"),
|
|
72
|
+
* // AcceptanceTimeoutSeconds: Number("int"),
|
|
73
|
+
* // AcceptanceRequired: true || false,
|
|
74
|
+
* // RuleSetName: "STRING_VALUE",
|
|
75
|
+
* // RuleSetArn: "STRING_VALUE",
|
|
76
|
+
* // NotificationTarget: "STRING_VALUE",
|
|
77
|
+
* // AdditionalPlayerCount: Number("int"),
|
|
78
|
+
* // CustomEventData: "STRING_VALUE",
|
|
79
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
80
|
+
* // GameProperties: [ // GamePropertyList
|
|
81
|
+
* // { // GameProperty
|
|
82
|
+
* // Key: "STRING_VALUE", // required
|
|
83
|
+
* // Value: "STRING_VALUE", // required
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // GameSessionData: "STRING_VALUE",
|
|
87
|
+
* // BackfillMode: "AUTOMATIC" || "MANUAL",
|
|
88
|
+
* // FlexMatchMode: "STANDALONE" || "WITH_QUEUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
63
92
|
* ```
|
|
64
93
|
*
|
|
65
94
|
* @param UpdateMatchmakingConfigurationCommandInput - {@link UpdateMatchmakingConfigurationCommandInput}
|
|
@@ -82,6 +111,8 @@ export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatch
|
|
|
82
111
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
83
112
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
84
113
|
*
|
|
114
|
+
* @throws {@link GameLiftServiceException}
|
|
115
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
85
116
|
*
|
|
86
117
|
*/
|
|
87
118
|
export declare class UpdateMatchmakingConfigurationCommand extends $Command<UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -60,6 +60,20 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new UpdateRuntimeConfigurationCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateRuntimeConfigurationOutput
|
|
64
|
+
* // RuntimeConfiguration: { // RuntimeConfiguration
|
|
65
|
+
* // ServerProcesses: [ // ServerProcessList
|
|
66
|
+
* // { // ServerProcess
|
|
67
|
+
* // LaunchPath: "STRING_VALUE", // required
|
|
68
|
+
* // Parameters: "STRING_VALUE",
|
|
69
|
+
* // ConcurrentExecutions: Number("int"), // required
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // MaxConcurrentGameSessionActivations: Number("int"),
|
|
73
|
+
* // GameSessionActivationTimeoutSeconds: Number("int"),
|
|
74
|
+
* // },
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
63
77
|
* ```
|
|
64
78
|
*
|
|
65
79
|
* @param UpdateRuntimeConfigurationCommandInput - {@link UpdateRuntimeConfigurationCommandInput}
|
|
@@ -87,6 +101,8 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
|
|
|
87
101
|
* @throws {@link UnauthorizedException} (client fault)
|
|
88
102
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
89
103
|
*
|
|
104
|
+
* @throws {@link GameLiftServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
90
106
|
*
|
|
91
107
|
*/
|
|
92
108
|
export declare class UpdateRuntimeConfigurationCommand extends $Command<UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -61,6 +61,23 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new UpdateScriptCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // UpdateScriptOutput
|
|
65
|
+
* // Script: { // Script
|
|
66
|
+
* // ScriptId: "STRING_VALUE",
|
|
67
|
+
* // ScriptArn: "STRING_VALUE",
|
|
68
|
+
* // Name: "STRING_VALUE",
|
|
69
|
+
* // Version: "STRING_VALUE",
|
|
70
|
+
* // SizeOnDisk: Number("long"),
|
|
71
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // StorageLocation: { // S3Location
|
|
73
|
+
* // Bucket: "STRING_VALUE",
|
|
74
|
+
* // Key: "STRING_VALUE",
|
|
75
|
+
* // RoleArn: "STRING_VALUE",
|
|
76
|
+
* // ObjectVersion: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
64
81
|
* ```
|
|
65
82
|
*
|
|
66
83
|
* @param UpdateScriptCommandInput - {@link UpdateScriptCommandInput}
|
|
@@ -83,6 +100,8 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
|
|
|
83
100
|
* @throws {@link UnauthorizedException} (client fault)
|
|
84
101
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
85
102
|
*
|
|
103
|
+
* @throws {@link GameLiftServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
86
105
|
*
|
|
87
106
|
*/
|
|
88
107
|
export declare class UpdateScriptCommand extends $Command<UpdateScriptCommandInput, UpdateScriptCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -44,6 +44,10 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ValidateMatchmakingRuleSetCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // ValidateMatchmakingRuleSetOutput
|
|
48
|
+
* // Valid: true || false,
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
47
51
|
* ```
|
|
48
52
|
*
|
|
49
53
|
* @param ValidateMatchmakingRuleSetCommandInput - {@link ValidateMatchmakingRuleSetCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
|
|
|
63
67
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
64
68
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link GameLiftServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class ValidateMatchmakingRuleSetCommand extends $Command<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-gamelift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|