@aws-sdk/client-gamelift 3.758.0 → 3.774.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-cjs/index.js +119 -119
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptMatchCommand: () => AcceptMatchCommand,
|
|
25
25
|
AcceptMatchInputFilterSensitiveLog: () => AcceptMatchInputFilterSensitiveLog,
|
|
26
26
|
AcceptanceType: () => AcceptanceType,
|
|
@@ -320,7 +320,7 @@ __export(src_exports, {
|
|
|
320
320
|
paginateListScripts: () => paginateListScripts,
|
|
321
321
|
paginateSearchGameSessions: () => paginateSearchGameSessions
|
|
322
322
|
});
|
|
323
|
-
module.exports = __toCommonJS(
|
|
323
|
+
module.exports = __toCommonJS(index_exports);
|
|
324
324
|
|
|
325
325
|
// src/GameLiftClient.ts
|
|
326
326
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -447,9 +447,9 @@ var GameLiftClient = class extends import_smithy_client.Client {
|
|
|
447
447
|
this.middlewareStack.use(
|
|
448
448
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
449
449
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultGameLiftHttpAuthSchemeParametersProvider,
|
|
450
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
450
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
451
451
|
"aws.auth#sigv4": config.credentials
|
|
452
|
-
})
|
|
452
|
+
}), "identityProviderConfigProvider")
|
|
453
453
|
})
|
|
454
454
|
);
|
|
455
455
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -4114,7 +4114,7 @@ var se_AttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
4114
4114
|
return (0, import_smithy_client.take)(input, {
|
|
4115
4115
|
N: import_smithy_client.serializeFloat,
|
|
4116
4116
|
S: [],
|
|
4117
|
-
SDM: (_) => se_PlayerAttributeStringDoubleMap(_, context),
|
|
4117
|
+
SDM: /* @__PURE__ */ __name((_) => se_PlayerAttributeStringDoubleMap(_, context), "SDM"),
|
|
4118
4118
|
SL: import_smithy_client._json
|
|
4119
4119
|
});
|
|
4120
4120
|
}, "se_AttributeValue");
|
|
@@ -4124,7 +4124,7 @@ var se_CreateContainerGroupDefinitionInput = /* @__PURE__ */ __name((input, cont
|
|
|
4124
4124
|
GameServerContainerDefinition: import_smithy_client._json,
|
|
4125
4125
|
Name: [],
|
|
4126
4126
|
OperatingSystem: [],
|
|
4127
|
-
SupportContainerDefinitions: (_) => se_SupportContainerDefinitionInputList(_, context),
|
|
4127
|
+
SupportContainerDefinitions: /* @__PURE__ */ __name((_) => se_SupportContainerDefinitionInputList(_, context), "SupportContainerDefinitions"),
|
|
4128
4128
|
Tags: import_smithy_client._json,
|
|
4129
4129
|
TotalMemoryLimitMebibytes: [],
|
|
4130
4130
|
TotalVcpuLimit: import_smithy_client.serializeFloat,
|
|
@@ -4133,7 +4133,7 @@ var se_CreateContainerGroupDefinitionInput = /* @__PURE__ */ __name((input, cont
|
|
|
4133
4133
|
}, "se_CreateContainerGroupDefinitionInput");
|
|
4134
4134
|
var se_CreateGameServerGroupInput = /* @__PURE__ */ __name((input, context) => {
|
|
4135
4135
|
return (0, import_smithy_client.take)(input, {
|
|
4136
|
-
AutoScalingPolicy: (_) => se_GameServerGroupAutoScalingPolicy(_, context),
|
|
4136
|
+
AutoScalingPolicy: /* @__PURE__ */ __name((_) => se_GameServerGroupAutoScalingPolicy(_, context), "AutoScalingPolicy"),
|
|
4137
4137
|
BalancingStrategy: [],
|
|
4138
4138
|
GameServerGroupName: [],
|
|
4139
4139
|
GameServerProtectionPolicy: [],
|
|
@@ -4157,23 +4157,23 @@ var se_CreateScriptInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
4157
4157
|
}, "se_CreateScriptInput");
|
|
4158
4158
|
var se_DescribeFleetEventsInput = /* @__PURE__ */ __name((input, context) => {
|
|
4159
4159
|
return (0, import_smithy_client.take)(input, {
|
|
4160
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
4160
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
4161
4161
|
FleetId: [],
|
|
4162
4162
|
Limit: [],
|
|
4163
4163
|
NextToken: [],
|
|
4164
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
4164
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
4165
4165
|
});
|
|
4166
4166
|
}, "se_DescribeFleetEventsInput");
|
|
4167
4167
|
var se_GameServerGroupAutoScalingPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
4168
4168
|
return (0, import_smithy_client.take)(input, {
|
|
4169
4169
|
EstimatedInstanceWarmup: [],
|
|
4170
|
-
TargetTrackingConfiguration: (_) => se_TargetTrackingConfiguration(_, context)
|
|
4170
|
+
TargetTrackingConfiguration: /* @__PURE__ */ __name((_) => se_TargetTrackingConfiguration(_, context), "TargetTrackingConfiguration")
|
|
4171
4171
|
});
|
|
4172
4172
|
}, "se_GameServerGroupAutoScalingPolicy");
|
|
4173
4173
|
var se_Player = /* @__PURE__ */ __name((input, context) => {
|
|
4174
4174
|
return (0, import_smithy_client.take)(input, {
|
|
4175
4175
|
LatencyInMs: import_smithy_client._json,
|
|
4176
|
-
PlayerAttributes: (_) => se_PlayerAttributeMap(_, context),
|
|
4176
|
+
PlayerAttributes: /* @__PURE__ */ __name((_) => se_PlayerAttributeMap(_, context), "PlayerAttributes"),
|
|
4177
4177
|
PlayerId: [],
|
|
4178
4178
|
Team: []
|
|
4179
4179
|
});
|
|
@@ -4223,7 +4223,7 @@ var se_PutScalingPolicyInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
4223
4223
|
PolicyType: [],
|
|
4224
4224
|
ScalingAdjustment: [],
|
|
4225
4225
|
ScalingAdjustmentType: [],
|
|
4226
|
-
TargetConfiguration: (_) => se_TargetConfiguration(_, context),
|
|
4226
|
+
TargetConfiguration: /* @__PURE__ */ __name((_) => se_TargetConfiguration(_, context), "TargetConfiguration"),
|
|
4227
4227
|
Threshold: import_smithy_client.serializeFloat
|
|
4228
4228
|
});
|
|
4229
4229
|
}, "se_PutScalingPolicyInput");
|
|
@@ -4236,7 +4236,7 @@ var se_StartGameSessionPlacementInput = /* @__PURE__ */ __name((input, context)
|
|
|
4236
4236
|
GameSessionQueueName: [],
|
|
4237
4237
|
MaximumPlayerSessionCount: [],
|
|
4238
4238
|
PlacementId: [],
|
|
4239
|
-
PlayerLatencies: (_) => se_PlayerLatencyList(_, context),
|
|
4239
|
+
PlayerLatencies: /* @__PURE__ */ __name((_) => se_PlayerLatencyList(_, context), "PlayerLatencies"),
|
|
4240
4240
|
PriorityConfigurationOverride: import_smithy_client._json
|
|
4241
4241
|
});
|
|
4242
4242
|
}, "se_StartGameSessionPlacementInput");
|
|
@@ -4244,14 +4244,14 @@ var se_StartMatchBackfillInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
4244
4244
|
return (0, import_smithy_client.take)(input, {
|
|
4245
4245
|
ConfigurationName: [],
|
|
4246
4246
|
GameSessionArn: [],
|
|
4247
|
-
Players: (_) => se_PlayerList(_, context),
|
|
4247
|
+
Players: /* @__PURE__ */ __name((_) => se_PlayerList(_, context), "Players"),
|
|
4248
4248
|
TicketId: []
|
|
4249
4249
|
});
|
|
4250
4250
|
}, "se_StartMatchBackfillInput");
|
|
4251
4251
|
var se_StartMatchmakingInput = /* @__PURE__ */ __name((input, context) => {
|
|
4252
4252
|
return (0, import_smithy_client.take)(input, {
|
|
4253
4253
|
ConfigurationName: [],
|
|
4254
|
-
Players: (_) => se_PlayerList(_, context),
|
|
4254
|
+
Players: /* @__PURE__ */ __name((_) => se_PlayerList(_, context), "Players"),
|
|
4255
4255
|
TicketId: []
|
|
4256
4256
|
});
|
|
4257
4257
|
}, "se_StartMatchmakingInput");
|
|
@@ -4290,7 +4290,7 @@ var se_UpdateContainerGroupDefinitionInput = /* @__PURE__ */ __name((input, cont
|
|
|
4290
4290
|
Name: [],
|
|
4291
4291
|
OperatingSystem: [],
|
|
4292
4292
|
SourceVersionNumber: [],
|
|
4293
|
-
SupportContainerDefinitions: (_) => se_SupportContainerDefinitionInputList(_, context),
|
|
4293
|
+
SupportContainerDefinitions: /* @__PURE__ */ __name((_) => se_SupportContainerDefinitionInputList(_, context), "SupportContainerDefinitions"),
|
|
4294
4294
|
TotalMemoryLimitMebibytes: [],
|
|
4295
4295
|
TotalVcpuLimit: import_smithy_client.serializeFloat,
|
|
4296
4296
|
VersionDescription: []
|
|
@@ -4309,9 +4309,9 @@ var de_Alias = /* @__PURE__ */ __name((output, context) => {
|
|
|
4309
4309
|
return (0, import_smithy_client.take)(output, {
|
|
4310
4310
|
AliasArn: import_smithy_client.expectString,
|
|
4311
4311
|
AliasId: import_smithy_client.expectString,
|
|
4312
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4312
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4313
4313
|
Description: import_smithy_client.expectString,
|
|
4314
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4314
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
4315
4315
|
Name: import_smithy_client.expectString,
|
|
4316
4316
|
RoutingStrategy: import_smithy_client._json
|
|
4317
4317
|
});
|
|
@@ -4326,7 +4326,7 @@ var de_AttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
4326
4326
|
return (0, import_smithy_client.take)(output, {
|
|
4327
4327
|
N: import_smithy_client.limitedParseDouble,
|
|
4328
4328
|
S: import_smithy_client.expectString,
|
|
4329
|
-
SDM: (_) => de_PlayerAttributeStringDoubleMap(_, context),
|
|
4329
|
+
SDM: /* @__PURE__ */ __name((_) => de_PlayerAttributeStringDoubleMap(_, context), "SDM"),
|
|
4330
4330
|
SL: import_smithy_client._json
|
|
4331
4331
|
});
|
|
4332
4332
|
}, "de_AttributeValue");
|
|
@@ -4334,7 +4334,7 @@ var de_Build = /* @__PURE__ */ __name((output, context) => {
|
|
|
4334
4334
|
return (0, import_smithy_client.take)(output, {
|
|
4335
4335
|
BuildArn: import_smithy_client.expectString,
|
|
4336
4336
|
BuildId: import_smithy_client.expectString,
|
|
4337
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4337
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4338
4338
|
Name: import_smithy_client.expectString,
|
|
4339
4339
|
OperatingSystem: import_smithy_client.expectString,
|
|
4340
4340
|
ServerSdkVersion: import_smithy_client.expectString,
|
|
@@ -4351,7 +4351,7 @@ var de_BuildList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4351
4351
|
}, "de_BuildList");
|
|
4352
4352
|
var de_ClaimGameServerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4353
4353
|
return (0, import_smithy_client.take)(output, {
|
|
4354
|
-
GameServer: (_) => de_GameServer(_, context)
|
|
4354
|
+
GameServer: /* @__PURE__ */ __name((_) => de_GameServer(_, context), "GameServer")
|
|
4355
4355
|
});
|
|
4356
4356
|
}, "de_ClaimGameServerOutput");
|
|
4357
4357
|
var de_Compute = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4360,7 +4360,7 @@ var de_Compute = /* @__PURE__ */ __name((output, context) => {
|
|
|
4360
4360
|
ComputeName: import_smithy_client.expectString,
|
|
4361
4361
|
ComputeStatus: import_smithy_client.expectString,
|
|
4362
4362
|
ContainerAttributes: import_smithy_client._json,
|
|
4363
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4363
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4364
4364
|
DnsName: import_smithy_client.expectString,
|
|
4365
4365
|
FleetArn: import_smithy_client.expectString,
|
|
4366
4366
|
FleetId: import_smithy_client.expectString,
|
|
@@ -4383,7 +4383,7 @@ var de_ComputeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4383
4383
|
var de_ContainerFleet = /* @__PURE__ */ __name((output, context) => {
|
|
4384
4384
|
return (0, import_smithy_client.take)(output, {
|
|
4385
4385
|
BillingType: import_smithy_client.expectString,
|
|
4386
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4386
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4387
4387
|
DeploymentDetails: import_smithy_client._json,
|
|
4388
4388
|
Description: import_smithy_client.expectString,
|
|
4389
4389
|
FleetArn: import_smithy_client.expectString,
|
|
@@ -4416,13 +4416,13 @@ var de_ContainerGroupDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
4416
4416
|
return (0, import_smithy_client.take)(output, {
|
|
4417
4417
|
ContainerGroupDefinitionArn: import_smithy_client.expectString,
|
|
4418
4418
|
ContainerGroupType: import_smithy_client.expectString,
|
|
4419
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4419
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4420
4420
|
GameServerContainerDefinition: import_smithy_client._json,
|
|
4421
4421
|
Name: import_smithy_client.expectString,
|
|
4422
4422
|
OperatingSystem: import_smithy_client.expectString,
|
|
4423
4423
|
Status: import_smithy_client.expectString,
|
|
4424
4424
|
StatusReason: import_smithy_client.expectString,
|
|
4425
|
-
SupportContainerDefinitions: (_) => de_SupportContainerDefinitionList(_, context),
|
|
4425
|
+
SupportContainerDefinitions: /* @__PURE__ */ __name((_) => de_SupportContainerDefinitionList(_, context), "SupportContainerDefinitions"),
|
|
4426
4426
|
TotalMemoryLimitMebibytes: import_smithy_client.expectInt32,
|
|
4427
4427
|
TotalVcpuLimit: import_smithy_client.limitedParseDouble,
|
|
4428
4428
|
VersionDescription: import_smithy_client.expectString,
|
|
@@ -4437,190 +4437,190 @@ var de_ContainerGroupDefinitionList = /* @__PURE__ */ __name((output, context) =
|
|
|
4437
4437
|
}, "de_ContainerGroupDefinitionList");
|
|
4438
4438
|
var de_CreateAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4439
4439
|
return (0, import_smithy_client.take)(output, {
|
|
4440
|
-
Alias: (_) => de_Alias(_, context)
|
|
4440
|
+
Alias: /* @__PURE__ */ __name((_) => de_Alias(_, context), "Alias")
|
|
4441
4441
|
});
|
|
4442
4442
|
}, "de_CreateAliasOutput");
|
|
4443
4443
|
var de_CreateBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4444
4444
|
return (0, import_smithy_client.take)(output, {
|
|
4445
|
-
Build: (_) => de_Build(_, context),
|
|
4445
|
+
Build: /* @__PURE__ */ __name((_) => de_Build(_, context), "Build"),
|
|
4446
4446
|
StorageLocation: import_smithy_client._json,
|
|
4447
4447
|
UploadCredentials: import_smithy_client._json
|
|
4448
4448
|
});
|
|
4449
4449
|
}, "de_CreateBuildOutput");
|
|
4450
4450
|
var de_CreateContainerFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4451
4451
|
return (0, import_smithy_client.take)(output, {
|
|
4452
|
-
ContainerFleet: (_) => de_ContainerFleet(_, context)
|
|
4452
|
+
ContainerFleet: /* @__PURE__ */ __name((_) => de_ContainerFleet(_, context), "ContainerFleet")
|
|
4453
4453
|
});
|
|
4454
4454
|
}, "de_CreateContainerFleetOutput");
|
|
4455
4455
|
var de_CreateContainerGroupDefinitionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4456
4456
|
return (0, import_smithy_client.take)(output, {
|
|
4457
|
-
ContainerGroupDefinition: (_) => de_ContainerGroupDefinition(_, context)
|
|
4457
|
+
ContainerGroupDefinition: /* @__PURE__ */ __name((_) => de_ContainerGroupDefinition(_, context), "ContainerGroupDefinition")
|
|
4458
4458
|
});
|
|
4459
4459
|
}, "de_CreateContainerGroupDefinitionOutput");
|
|
4460
4460
|
var de_CreateFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4461
4461
|
return (0, import_smithy_client.take)(output, {
|
|
4462
|
-
FleetAttributes: (_) => de_FleetAttributes(_, context),
|
|
4462
|
+
FleetAttributes: /* @__PURE__ */ __name((_) => de_FleetAttributes(_, context), "FleetAttributes"),
|
|
4463
4463
|
LocationStates: import_smithy_client._json
|
|
4464
4464
|
});
|
|
4465
4465
|
}, "de_CreateFleetOutput");
|
|
4466
4466
|
var de_CreateGameServerGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4467
4467
|
return (0, import_smithy_client.take)(output, {
|
|
4468
|
-
GameServerGroup: (_) => de_GameServerGroup(_, context)
|
|
4468
|
+
GameServerGroup: /* @__PURE__ */ __name((_) => de_GameServerGroup(_, context), "GameServerGroup")
|
|
4469
4469
|
});
|
|
4470
4470
|
}, "de_CreateGameServerGroupOutput");
|
|
4471
4471
|
var de_CreateGameSessionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4472
4472
|
return (0, import_smithy_client.take)(output, {
|
|
4473
|
-
GameSession: (_) => de_GameSession(_, context)
|
|
4473
|
+
GameSession: /* @__PURE__ */ __name((_) => de_GameSession(_, context), "GameSession")
|
|
4474
4474
|
});
|
|
4475
4475
|
}, "de_CreateGameSessionOutput");
|
|
4476
4476
|
var de_CreateMatchmakingConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4477
4477
|
return (0, import_smithy_client.take)(output, {
|
|
4478
|
-
Configuration: (_) => de_MatchmakingConfiguration(_, context)
|
|
4478
|
+
Configuration: /* @__PURE__ */ __name((_) => de_MatchmakingConfiguration(_, context), "Configuration")
|
|
4479
4479
|
});
|
|
4480
4480
|
}, "de_CreateMatchmakingConfigurationOutput");
|
|
4481
4481
|
var de_CreateMatchmakingRuleSetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4482
4482
|
return (0, import_smithy_client.take)(output, {
|
|
4483
|
-
RuleSet: (_) => de_MatchmakingRuleSet(_, context)
|
|
4483
|
+
RuleSet: /* @__PURE__ */ __name((_) => de_MatchmakingRuleSet(_, context), "RuleSet")
|
|
4484
4484
|
});
|
|
4485
4485
|
}, "de_CreateMatchmakingRuleSetOutput");
|
|
4486
4486
|
var de_CreatePlayerSessionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4487
4487
|
return (0, import_smithy_client.take)(output, {
|
|
4488
|
-
PlayerSession: (_) => de_PlayerSession(_, context)
|
|
4488
|
+
PlayerSession: /* @__PURE__ */ __name((_) => de_PlayerSession(_, context), "PlayerSession")
|
|
4489
4489
|
});
|
|
4490
4490
|
}, "de_CreatePlayerSessionOutput");
|
|
4491
4491
|
var de_CreatePlayerSessionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4492
4492
|
return (0, import_smithy_client.take)(output, {
|
|
4493
|
-
PlayerSessions: (_) => de_PlayerSessionList(_, context)
|
|
4493
|
+
PlayerSessions: /* @__PURE__ */ __name((_) => de_PlayerSessionList(_, context), "PlayerSessions")
|
|
4494
4494
|
});
|
|
4495
4495
|
}, "de_CreatePlayerSessionsOutput");
|
|
4496
4496
|
var de_CreateScriptOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4497
4497
|
return (0, import_smithy_client.take)(output, {
|
|
4498
|
-
Script: (_) => de_Script(_, context)
|
|
4498
|
+
Script: /* @__PURE__ */ __name((_) => de_Script(_, context), "Script")
|
|
4499
4499
|
});
|
|
4500
4500
|
}, "de_CreateScriptOutput");
|
|
4501
4501
|
var de_CreateVpcPeeringAuthorizationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4502
4502
|
return (0, import_smithy_client.take)(output, {
|
|
4503
|
-
VpcPeeringAuthorization: (_) => de_VpcPeeringAuthorization(_, context)
|
|
4503
|
+
VpcPeeringAuthorization: /* @__PURE__ */ __name((_) => de_VpcPeeringAuthorization(_, context), "VpcPeeringAuthorization")
|
|
4504
4504
|
});
|
|
4505
4505
|
}, "de_CreateVpcPeeringAuthorizationOutput");
|
|
4506
4506
|
var de_DeleteGameServerGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4507
4507
|
return (0, import_smithy_client.take)(output, {
|
|
4508
|
-
GameServerGroup: (_) => de_GameServerGroup(_, context)
|
|
4508
|
+
GameServerGroup: /* @__PURE__ */ __name((_) => de_GameServerGroup(_, context), "GameServerGroup")
|
|
4509
4509
|
});
|
|
4510
4510
|
}, "de_DeleteGameServerGroupOutput");
|
|
4511
4511
|
var de_DescribeAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4512
4512
|
return (0, import_smithy_client.take)(output, {
|
|
4513
|
-
Alias: (_) => de_Alias(_, context)
|
|
4513
|
+
Alias: /* @__PURE__ */ __name((_) => de_Alias(_, context), "Alias")
|
|
4514
4514
|
});
|
|
4515
4515
|
}, "de_DescribeAliasOutput");
|
|
4516
4516
|
var de_DescribeBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4517
4517
|
return (0, import_smithy_client.take)(output, {
|
|
4518
|
-
Build: (_) => de_Build(_, context)
|
|
4518
|
+
Build: /* @__PURE__ */ __name((_) => de_Build(_, context), "Build")
|
|
4519
4519
|
});
|
|
4520
4520
|
}, "de_DescribeBuildOutput");
|
|
4521
4521
|
var de_DescribeComputeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4522
4522
|
return (0, import_smithy_client.take)(output, {
|
|
4523
|
-
Compute: (_) => de_Compute(_, context)
|
|
4523
|
+
Compute: /* @__PURE__ */ __name((_) => de_Compute(_, context), "Compute")
|
|
4524
4524
|
});
|
|
4525
4525
|
}, "de_DescribeComputeOutput");
|
|
4526
4526
|
var de_DescribeContainerFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4527
4527
|
return (0, import_smithy_client.take)(output, {
|
|
4528
|
-
ContainerFleet: (_) => de_ContainerFleet(_, context)
|
|
4528
|
+
ContainerFleet: /* @__PURE__ */ __name((_) => de_ContainerFleet(_, context), "ContainerFleet")
|
|
4529
4529
|
});
|
|
4530
4530
|
}, "de_DescribeContainerFleetOutput");
|
|
4531
4531
|
var de_DescribeContainerGroupDefinitionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4532
4532
|
return (0, import_smithy_client.take)(output, {
|
|
4533
|
-
ContainerGroupDefinition: (_) => de_ContainerGroupDefinition(_, context)
|
|
4533
|
+
ContainerGroupDefinition: /* @__PURE__ */ __name((_) => de_ContainerGroupDefinition(_, context), "ContainerGroupDefinition")
|
|
4534
4534
|
});
|
|
4535
4535
|
}, "de_DescribeContainerGroupDefinitionOutput");
|
|
4536
4536
|
var de_DescribeFleetAttributesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4537
4537
|
return (0, import_smithy_client.take)(output, {
|
|
4538
|
-
FleetAttributes: (_) => de_FleetAttributesList(_, context),
|
|
4538
|
+
FleetAttributes: /* @__PURE__ */ __name((_) => de_FleetAttributesList(_, context), "FleetAttributes"),
|
|
4539
4539
|
NextToken: import_smithy_client.expectString
|
|
4540
4540
|
});
|
|
4541
4541
|
}, "de_DescribeFleetAttributesOutput");
|
|
4542
4542
|
var de_DescribeFleetDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4543
4543
|
return (0, import_smithy_client.take)(output, {
|
|
4544
|
-
FleetDeployment: (_) => de_FleetDeployment(_, context),
|
|
4544
|
+
FleetDeployment: /* @__PURE__ */ __name((_) => de_FleetDeployment(_, context), "FleetDeployment"),
|
|
4545
4545
|
LocationalDeployments: import_smithy_client._json
|
|
4546
4546
|
});
|
|
4547
4547
|
}, "de_DescribeFleetDeploymentOutput");
|
|
4548
4548
|
var de_DescribeFleetEventsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4549
4549
|
return (0, import_smithy_client.take)(output, {
|
|
4550
|
-
Events: (_) => de_EventList(_, context),
|
|
4550
|
+
Events: /* @__PURE__ */ __name((_) => de_EventList(_, context), "Events"),
|
|
4551
4551
|
NextToken: import_smithy_client.expectString
|
|
4552
4552
|
});
|
|
4553
4553
|
}, "de_DescribeFleetEventsOutput");
|
|
4554
4554
|
var de_DescribeGameServerGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4555
4555
|
return (0, import_smithy_client.take)(output, {
|
|
4556
|
-
GameServerGroup: (_) => de_GameServerGroup(_, context)
|
|
4556
|
+
GameServerGroup: /* @__PURE__ */ __name((_) => de_GameServerGroup(_, context), "GameServerGroup")
|
|
4557
4557
|
});
|
|
4558
4558
|
}, "de_DescribeGameServerGroupOutput");
|
|
4559
4559
|
var de_DescribeGameServerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4560
4560
|
return (0, import_smithy_client.take)(output, {
|
|
4561
|
-
GameServer: (_) => de_GameServer(_, context)
|
|
4561
|
+
GameServer: /* @__PURE__ */ __name((_) => de_GameServer(_, context), "GameServer")
|
|
4562
4562
|
});
|
|
4563
4563
|
}, "de_DescribeGameServerOutput");
|
|
4564
4564
|
var de_DescribeGameSessionDetailsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4565
4565
|
return (0, import_smithy_client.take)(output, {
|
|
4566
|
-
GameSessionDetails: (_) => de_GameSessionDetailList(_, context),
|
|
4566
|
+
GameSessionDetails: /* @__PURE__ */ __name((_) => de_GameSessionDetailList(_, context), "GameSessionDetails"),
|
|
4567
4567
|
NextToken: import_smithy_client.expectString
|
|
4568
4568
|
});
|
|
4569
4569
|
}, "de_DescribeGameSessionDetailsOutput");
|
|
4570
4570
|
var de_DescribeGameSessionPlacementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4571
4571
|
return (0, import_smithy_client.take)(output, {
|
|
4572
|
-
GameSessionPlacement: (_) => de_GameSessionPlacement(_, context)
|
|
4572
|
+
GameSessionPlacement: /* @__PURE__ */ __name((_) => de_GameSessionPlacement(_, context), "GameSessionPlacement")
|
|
4573
4573
|
});
|
|
4574
4574
|
}, "de_DescribeGameSessionPlacementOutput");
|
|
4575
4575
|
var de_DescribeGameSessionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4576
4576
|
return (0, import_smithy_client.take)(output, {
|
|
4577
|
-
GameSessions: (_) => de_GameSessionList(_, context),
|
|
4577
|
+
GameSessions: /* @__PURE__ */ __name((_) => de_GameSessionList(_, context), "GameSessions"),
|
|
4578
4578
|
NextToken: import_smithy_client.expectString
|
|
4579
4579
|
});
|
|
4580
4580
|
}, "de_DescribeGameSessionsOutput");
|
|
4581
4581
|
var de_DescribeInstancesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4582
4582
|
return (0, import_smithy_client.take)(output, {
|
|
4583
|
-
Instances: (_) => de_InstanceList(_, context),
|
|
4583
|
+
Instances: /* @__PURE__ */ __name((_) => de_InstanceList(_, context), "Instances"),
|
|
4584
4584
|
NextToken: import_smithy_client.expectString
|
|
4585
4585
|
});
|
|
4586
4586
|
}, "de_DescribeInstancesOutput");
|
|
4587
4587
|
var de_DescribeMatchmakingConfigurationsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4588
4588
|
return (0, import_smithy_client.take)(output, {
|
|
4589
|
-
Configurations: (_) => de_MatchmakingConfigurationList(_, context),
|
|
4589
|
+
Configurations: /* @__PURE__ */ __name((_) => de_MatchmakingConfigurationList(_, context), "Configurations"),
|
|
4590
4590
|
NextToken: import_smithy_client.expectString
|
|
4591
4591
|
});
|
|
4592
4592
|
}, "de_DescribeMatchmakingConfigurationsOutput");
|
|
4593
4593
|
var de_DescribeMatchmakingOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4594
4594
|
return (0, import_smithy_client.take)(output, {
|
|
4595
|
-
TicketList: (_) => de_MatchmakingTicketList(_, context)
|
|
4595
|
+
TicketList: /* @__PURE__ */ __name((_) => de_MatchmakingTicketList(_, context), "TicketList")
|
|
4596
4596
|
});
|
|
4597
4597
|
}, "de_DescribeMatchmakingOutput");
|
|
4598
4598
|
var de_DescribeMatchmakingRuleSetsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4599
4599
|
return (0, import_smithy_client.take)(output, {
|
|
4600
4600
|
NextToken: import_smithy_client.expectString,
|
|
4601
|
-
RuleSets: (_) => de_MatchmakingRuleSetList(_, context)
|
|
4601
|
+
RuleSets: /* @__PURE__ */ __name((_) => de_MatchmakingRuleSetList(_, context), "RuleSets")
|
|
4602
4602
|
});
|
|
4603
4603
|
}, "de_DescribeMatchmakingRuleSetsOutput");
|
|
4604
4604
|
var de_DescribePlayerSessionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4605
4605
|
return (0, import_smithy_client.take)(output, {
|
|
4606
4606
|
NextToken: import_smithy_client.expectString,
|
|
4607
|
-
PlayerSessions: (_) => de_PlayerSessionList(_, context)
|
|
4607
|
+
PlayerSessions: /* @__PURE__ */ __name((_) => de_PlayerSessionList(_, context), "PlayerSessions")
|
|
4608
4608
|
});
|
|
4609
4609
|
}, "de_DescribePlayerSessionsOutput");
|
|
4610
4610
|
var de_DescribeScalingPoliciesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4611
4611
|
return (0, import_smithy_client.take)(output, {
|
|
4612
4612
|
NextToken: import_smithy_client.expectString,
|
|
4613
|
-
ScalingPolicies: (_) => de_ScalingPolicyList(_, context)
|
|
4613
|
+
ScalingPolicies: /* @__PURE__ */ __name((_) => de_ScalingPolicyList(_, context), "ScalingPolicies")
|
|
4614
4614
|
});
|
|
4615
4615
|
}, "de_DescribeScalingPoliciesOutput");
|
|
4616
4616
|
var de_DescribeScriptOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4617
4617
|
return (0, import_smithy_client.take)(output, {
|
|
4618
|
-
Script: (_) => de_Script(_, context)
|
|
4618
|
+
Script: /* @__PURE__ */ __name((_) => de_Script(_, context), "Script")
|
|
4619
4619
|
});
|
|
4620
4620
|
}, "de_DescribeScriptOutput");
|
|
4621
4621
|
var de_DescribeVpcPeeringAuthorizationsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4622
4622
|
return (0, import_smithy_client.take)(output, {
|
|
4623
|
-
VpcPeeringAuthorizations: (_) => de_VpcPeeringAuthorizationList(_, context)
|
|
4623
|
+
VpcPeeringAuthorizations: /* @__PURE__ */ __name((_) => de_VpcPeeringAuthorizationList(_, context), "VpcPeeringAuthorizations")
|
|
4624
4624
|
});
|
|
4625
4625
|
}, "de_DescribeVpcPeeringAuthorizationsOutput");
|
|
4626
4626
|
var de_Event = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4628,7 +4628,7 @@ var de_Event = /* @__PURE__ */ __name((output, context) => {
|
|
|
4628
4628
|
Count: import_smithy_client.expectLong,
|
|
4629
4629
|
EventCode: import_smithy_client.expectString,
|
|
4630
4630
|
EventId: import_smithy_client.expectString,
|
|
4631
|
-
EventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4631
|
+
EventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EventTime"),
|
|
4632
4632
|
Message: import_smithy_client.expectString,
|
|
4633
4633
|
PreSignedLogUrl: import_smithy_client.expectString,
|
|
4634
4634
|
ResourceId: import_smithy_client.expectString
|
|
@@ -4647,7 +4647,7 @@ var de_FleetAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
|
4647
4647
|
BuildId: import_smithy_client.expectString,
|
|
4648
4648
|
CertificateConfiguration: import_smithy_client._json,
|
|
4649
4649
|
ComputeType: import_smithy_client.expectString,
|
|
4650
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4650
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4651
4651
|
Description: import_smithy_client.expectString,
|
|
4652
4652
|
FleetArn: import_smithy_client.expectString,
|
|
4653
4653
|
FleetId: import_smithy_client.expectString,
|
|
@@ -4667,7 +4667,7 @@ var de_FleetAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
|
4667
4667
|
ServerLaunchPath: import_smithy_client.expectString,
|
|
4668
4668
|
Status: import_smithy_client.expectString,
|
|
4669
4669
|
StoppedActions: import_smithy_client._json,
|
|
4670
|
-
TerminationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4670
|
+
TerminationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TerminationTime")
|
|
4671
4671
|
});
|
|
4672
4672
|
}, "de_FleetAttributes");
|
|
4673
4673
|
var de_FleetAttributesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4678,7 +4678,7 @@ var de_FleetAttributesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4678
4678
|
}, "de_FleetAttributesList");
|
|
4679
4679
|
var de_FleetDeployment = /* @__PURE__ */ __name((output, context) => {
|
|
4680
4680
|
return (0, import_smithy_client.take)(output, {
|
|
4681
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4681
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4682
4682
|
DeploymentConfiguration: import_smithy_client._json,
|
|
4683
4683
|
DeploymentId: import_smithy_client.expectString,
|
|
4684
4684
|
DeploymentStatus: import_smithy_client.expectString,
|
|
@@ -4704,9 +4704,9 @@ var de_GameServer = /* @__PURE__ */ __name((output, context) => {
|
|
|
4704
4704
|
GameServerGroupName: import_smithy_client.expectString,
|
|
4705
4705
|
GameServerId: import_smithy_client.expectString,
|
|
4706
4706
|
InstanceId: import_smithy_client.expectString,
|
|
4707
|
-
LastClaimTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4708
|
-
LastHealthCheckTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4709
|
-
RegistrationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4707
|
+
LastClaimTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastClaimTime"),
|
|
4708
|
+
LastHealthCheckTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastHealthCheckTime"),
|
|
4709
|
+
RegistrationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationTime"),
|
|
4710
4710
|
UtilizationStatus: import_smithy_client.expectString
|
|
4711
4711
|
});
|
|
4712
4712
|
}, "de_GameServer");
|
|
@@ -4714,12 +4714,12 @@ var de_GameServerGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
4714
4714
|
return (0, import_smithy_client.take)(output, {
|
|
4715
4715
|
AutoScalingGroupArn: import_smithy_client.expectString,
|
|
4716
4716
|
BalancingStrategy: import_smithy_client.expectString,
|
|
4717
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4717
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4718
4718
|
GameServerGroupArn: import_smithy_client.expectString,
|
|
4719
4719
|
GameServerGroupName: import_smithy_client.expectString,
|
|
4720
4720
|
GameServerProtectionPolicy: import_smithy_client.expectString,
|
|
4721
4721
|
InstanceDefinitions: import_smithy_client._json,
|
|
4722
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4722
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
4723
4723
|
RoleArn: import_smithy_client.expectString,
|
|
4724
4724
|
Status: import_smithy_client.expectString,
|
|
4725
4725
|
StatusReason: import_smithy_client.expectString,
|
|
@@ -4740,7 +4740,7 @@ var de_GameServers = /* @__PURE__ */ __name((output, context) => {
|
|
|
4740
4740
|
}, "de_GameServers");
|
|
4741
4741
|
var de_GameSession = /* @__PURE__ */ __name((output, context) => {
|
|
4742
4742
|
return (0, import_smithy_client.take)(output, {
|
|
4743
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4743
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4744
4744
|
CreatorId: import_smithy_client.expectString,
|
|
4745
4745
|
CurrentPlayerSessionCount: import_smithy_client.expectInt32,
|
|
4746
4746
|
DnsName: import_smithy_client.expectString,
|
|
@@ -4758,12 +4758,12 @@ var de_GameSession = /* @__PURE__ */ __name((output, context) => {
|
|
|
4758
4758
|
Port: import_smithy_client.expectInt32,
|
|
4759
4759
|
Status: import_smithy_client.expectString,
|
|
4760
4760
|
StatusReason: import_smithy_client.expectString,
|
|
4761
|
-
TerminationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4761
|
+
TerminationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TerminationTime")
|
|
4762
4762
|
});
|
|
4763
4763
|
}, "de_GameSession");
|
|
4764
4764
|
var de_GameSessionDetail = /* @__PURE__ */ __name((output, context) => {
|
|
4765
4765
|
return (0, import_smithy_client.take)(output, {
|
|
4766
|
-
GameSession: (_) => de_GameSession(_, context),
|
|
4766
|
+
GameSession: /* @__PURE__ */ __name((_) => de_GameSession(_, context), "GameSession"),
|
|
4767
4767
|
ProtectionPolicy: import_smithy_client.expectString
|
|
4768
4768
|
});
|
|
4769
4769
|
}, "de_GameSessionDetail");
|
|
@@ -4782,7 +4782,7 @@ var de_GameSessionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4782
4782
|
var de_GameSessionPlacement = /* @__PURE__ */ __name((output, context) => {
|
|
4783
4783
|
return (0, import_smithy_client.take)(output, {
|
|
4784
4784
|
DnsName: import_smithy_client.expectString,
|
|
4785
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4785
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
4786
4786
|
GameProperties: import_smithy_client._json,
|
|
4787
4787
|
GameSessionArn: import_smithy_client.expectString,
|
|
4788
4788
|
GameSessionData: import_smithy_client.expectString,
|
|
@@ -4795,10 +4795,10 @@ var de_GameSessionPlacement = /* @__PURE__ */ __name((output, context) => {
|
|
|
4795
4795
|
MaximumPlayerSessionCount: import_smithy_client.expectInt32,
|
|
4796
4796
|
PlacedPlayerSessions: import_smithy_client._json,
|
|
4797
4797
|
PlacementId: import_smithy_client.expectString,
|
|
4798
|
-
PlayerLatencies: (_) => de_PlayerLatencyList(_, context),
|
|
4798
|
+
PlayerLatencies: /* @__PURE__ */ __name((_) => de_PlayerLatencyList(_, context), "PlayerLatencies"),
|
|
4799
4799
|
Port: import_smithy_client.expectInt32,
|
|
4800
4800
|
PriorityConfigurationOverride: import_smithy_client._json,
|
|
4801
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4801
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
4802
4802
|
Status: import_smithy_client.expectString
|
|
4803
4803
|
});
|
|
4804
4804
|
}, "de_GameSessionPlacement");
|
|
@@ -4807,14 +4807,14 @@ var de_GetComputeAuthTokenOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
4807
4807
|
AuthToken: import_smithy_client.expectString,
|
|
4808
4808
|
ComputeArn: import_smithy_client.expectString,
|
|
4809
4809
|
ComputeName: import_smithy_client.expectString,
|
|
4810
|
-
ExpirationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4810
|
+
ExpirationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTimestamp"),
|
|
4811
4811
|
FleetArn: import_smithy_client.expectString,
|
|
4812
4812
|
FleetId: import_smithy_client.expectString
|
|
4813
4813
|
});
|
|
4814
4814
|
}, "de_GetComputeAuthTokenOutput");
|
|
4815
4815
|
var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
4816
4816
|
return (0, import_smithy_client.take)(output, {
|
|
4817
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4817
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4818
4818
|
DnsName: import_smithy_client.expectString,
|
|
4819
4819
|
FleetArn: import_smithy_client.expectString,
|
|
4820
4820
|
FleetId: import_smithy_client.expectString,
|
|
@@ -4834,62 +4834,62 @@ var de_InstanceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4834
4834
|
}, "de_InstanceList");
|
|
4835
4835
|
var de_ListAliasesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4836
4836
|
return (0, import_smithy_client.take)(output, {
|
|
4837
|
-
Aliases: (_) => de_AliasList(_, context),
|
|
4837
|
+
Aliases: /* @__PURE__ */ __name((_) => de_AliasList(_, context), "Aliases"),
|
|
4838
4838
|
NextToken: import_smithy_client.expectString
|
|
4839
4839
|
});
|
|
4840
4840
|
}, "de_ListAliasesOutput");
|
|
4841
4841
|
var de_ListBuildsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4842
4842
|
return (0, import_smithy_client.take)(output, {
|
|
4843
|
-
Builds: (_) => de_BuildList(_, context),
|
|
4843
|
+
Builds: /* @__PURE__ */ __name((_) => de_BuildList(_, context), "Builds"),
|
|
4844
4844
|
NextToken: import_smithy_client.expectString
|
|
4845
4845
|
});
|
|
4846
4846
|
}, "de_ListBuildsOutput");
|
|
4847
4847
|
var de_ListComputeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4848
4848
|
return (0, import_smithy_client.take)(output, {
|
|
4849
|
-
ComputeList: (_) => de_ComputeList(_, context),
|
|
4849
|
+
ComputeList: /* @__PURE__ */ __name((_) => de_ComputeList(_, context), "ComputeList"),
|
|
4850
4850
|
NextToken: import_smithy_client.expectString
|
|
4851
4851
|
});
|
|
4852
4852
|
}, "de_ListComputeOutput");
|
|
4853
4853
|
var de_ListContainerFleetsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4854
4854
|
return (0, import_smithy_client.take)(output, {
|
|
4855
|
-
ContainerFleets: (_) => de_ContainerFleetList(_, context),
|
|
4855
|
+
ContainerFleets: /* @__PURE__ */ __name((_) => de_ContainerFleetList(_, context), "ContainerFleets"),
|
|
4856
4856
|
NextToken: import_smithy_client.expectString
|
|
4857
4857
|
});
|
|
4858
4858
|
}, "de_ListContainerFleetsOutput");
|
|
4859
4859
|
var de_ListContainerGroupDefinitionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4860
4860
|
return (0, import_smithy_client.take)(output, {
|
|
4861
|
-
ContainerGroupDefinitions: (_) => de_ContainerGroupDefinitionList(_, context),
|
|
4861
|
+
ContainerGroupDefinitions: /* @__PURE__ */ __name((_) => de_ContainerGroupDefinitionList(_, context), "ContainerGroupDefinitions"),
|
|
4862
4862
|
NextToken: import_smithy_client.expectString
|
|
4863
4863
|
});
|
|
4864
4864
|
}, "de_ListContainerGroupDefinitionsOutput");
|
|
4865
4865
|
var de_ListContainerGroupDefinitionVersionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4866
4866
|
return (0, import_smithy_client.take)(output, {
|
|
4867
|
-
ContainerGroupDefinitions: (_) => de_ContainerGroupDefinitionList(_, context),
|
|
4867
|
+
ContainerGroupDefinitions: /* @__PURE__ */ __name((_) => de_ContainerGroupDefinitionList(_, context), "ContainerGroupDefinitions"),
|
|
4868
4868
|
NextToken: import_smithy_client.expectString
|
|
4869
4869
|
});
|
|
4870
4870
|
}, "de_ListContainerGroupDefinitionVersionsOutput");
|
|
4871
4871
|
var de_ListFleetDeploymentsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4872
4872
|
return (0, import_smithy_client.take)(output, {
|
|
4873
|
-
FleetDeployments: (_) => de_FleetDeployments(_, context),
|
|
4873
|
+
FleetDeployments: /* @__PURE__ */ __name((_) => de_FleetDeployments(_, context), "FleetDeployments"),
|
|
4874
4874
|
NextToken: import_smithy_client.expectString
|
|
4875
4875
|
});
|
|
4876
4876
|
}, "de_ListFleetDeploymentsOutput");
|
|
4877
4877
|
var de_ListGameServerGroupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4878
4878
|
return (0, import_smithy_client.take)(output, {
|
|
4879
|
-
GameServerGroups: (_) => de_GameServerGroups(_, context),
|
|
4879
|
+
GameServerGroups: /* @__PURE__ */ __name((_) => de_GameServerGroups(_, context), "GameServerGroups"),
|
|
4880
4880
|
NextToken: import_smithy_client.expectString
|
|
4881
4881
|
});
|
|
4882
4882
|
}, "de_ListGameServerGroupsOutput");
|
|
4883
4883
|
var de_ListGameServersOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4884
4884
|
return (0, import_smithy_client.take)(output, {
|
|
4885
|
-
GameServers: (_) => de_GameServers(_, context),
|
|
4885
|
+
GameServers: /* @__PURE__ */ __name((_) => de_GameServers(_, context), "GameServers"),
|
|
4886
4886
|
NextToken: import_smithy_client.expectString
|
|
4887
4887
|
});
|
|
4888
4888
|
}, "de_ListGameServersOutput");
|
|
4889
4889
|
var de_ListScriptsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
4890
4890
|
return (0, import_smithy_client.take)(output, {
|
|
4891
4891
|
NextToken: import_smithy_client.expectString,
|
|
4892
|
-
Scripts: (_) => de_ScriptList(_, context)
|
|
4892
|
+
Scripts: /* @__PURE__ */ __name((_) => de_ScriptList(_, context), "Scripts")
|
|
4893
4893
|
});
|
|
4894
4894
|
}, "de_ListScriptsOutput");
|
|
4895
4895
|
var de_MatchmakingConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4899,7 +4899,7 @@ var de_MatchmakingConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
4899
4899
|
AdditionalPlayerCount: import_smithy_client.expectInt32,
|
|
4900
4900
|
BackfillMode: import_smithy_client.expectString,
|
|
4901
4901
|
ConfigurationArn: import_smithy_client.expectString,
|
|
4902
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4902
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4903
4903
|
CustomEventData: import_smithy_client.expectString,
|
|
4904
4904
|
Description: import_smithy_client.expectString,
|
|
4905
4905
|
FlexMatchMode: import_smithy_client.expectString,
|
|
@@ -4921,7 +4921,7 @@ var de_MatchmakingConfigurationList = /* @__PURE__ */ __name((output, context) =
|
|
|
4921
4921
|
}, "de_MatchmakingConfigurationList");
|
|
4922
4922
|
var de_MatchmakingRuleSet = /* @__PURE__ */ __name((output, context) => {
|
|
4923
4923
|
return (0, import_smithy_client.take)(output, {
|
|
4924
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4924
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4925
4925
|
RuleSetArn: import_smithy_client.expectString,
|
|
4926
4926
|
RuleSetBody: import_smithy_client.expectString,
|
|
4927
4927
|
RuleSetName: import_smithy_client.expectString
|
|
@@ -4937,11 +4937,11 @@ var de_MatchmakingTicket = /* @__PURE__ */ __name((output, context) => {
|
|
|
4937
4937
|
return (0, import_smithy_client.take)(output, {
|
|
4938
4938
|
ConfigurationArn: import_smithy_client.expectString,
|
|
4939
4939
|
ConfigurationName: import_smithy_client.expectString,
|
|
4940
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4940
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
4941
4941
|
EstimatedWaitTime: import_smithy_client.expectInt32,
|
|
4942
4942
|
GameSessionConnectionInfo: import_smithy_client._json,
|
|
4943
|
-
Players: (_) => de_PlayerList(_, context),
|
|
4944
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4943
|
+
Players: /* @__PURE__ */ __name((_) => de_PlayerList(_, context), "Players"),
|
|
4944
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
4945
4945
|
Status: import_smithy_client.expectString,
|
|
4946
4946
|
StatusMessage: import_smithy_client.expectString,
|
|
4947
4947
|
StatusReason: import_smithy_client.expectString,
|
|
@@ -4957,7 +4957,7 @@ var de_MatchmakingTicketList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4957
4957
|
var de_Player = /* @__PURE__ */ __name((output, context) => {
|
|
4958
4958
|
return (0, import_smithy_client.take)(output, {
|
|
4959
4959
|
LatencyInMs: import_smithy_client._json,
|
|
4960
|
-
PlayerAttributes: (_) => de_PlayerAttributeMap(_, context),
|
|
4960
|
+
PlayerAttributes: /* @__PURE__ */ __name((_) => de_PlayerAttributeMap(_, context), "PlayerAttributes"),
|
|
4961
4961
|
PlayerId: import_smithy_client.expectString,
|
|
4962
4962
|
Team: import_smithy_client.expectString
|
|
4963
4963
|
});
|
|
@@ -5001,7 +5001,7 @@ var de_PlayerList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5001
5001
|
}, "de_PlayerList");
|
|
5002
5002
|
var de_PlayerSession = /* @__PURE__ */ __name((output, context) => {
|
|
5003
5003
|
return (0, import_smithy_client.take)(output, {
|
|
5004
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5004
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
5005
5005
|
DnsName: import_smithy_client.expectString,
|
|
5006
5006
|
FleetArn: import_smithy_client.expectString,
|
|
5007
5007
|
FleetId: import_smithy_client.expectString,
|
|
@@ -5012,7 +5012,7 @@ var de_PlayerSession = /* @__PURE__ */ __name((output, context) => {
|
|
|
5012
5012
|
PlayerSessionId: import_smithy_client.expectString,
|
|
5013
5013
|
Port: import_smithy_client.expectInt32,
|
|
5014
5014
|
Status: import_smithy_client.expectString,
|
|
5015
|
-
TerminationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5015
|
+
TerminationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TerminationTime")
|
|
5016
5016
|
});
|
|
5017
5017
|
}, "de_PlayerSession");
|
|
5018
5018
|
var de_PlayerSessionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5023,17 +5023,17 @@ var de_PlayerSessionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5023
5023
|
}, "de_PlayerSessionList");
|
|
5024
5024
|
var de_RegisterComputeOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5025
5025
|
return (0, import_smithy_client.take)(output, {
|
|
5026
|
-
Compute: (_) => de_Compute(_, context)
|
|
5026
|
+
Compute: /* @__PURE__ */ __name((_) => de_Compute(_, context), "Compute")
|
|
5027
5027
|
});
|
|
5028
5028
|
}, "de_RegisterComputeOutput");
|
|
5029
5029
|
var de_RegisterGameServerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5030
5030
|
return (0, import_smithy_client.take)(output, {
|
|
5031
|
-
GameServer: (_) => de_GameServer(_, context)
|
|
5031
|
+
GameServer: /* @__PURE__ */ __name((_) => de_GameServer(_, context), "GameServer")
|
|
5032
5032
|
});
|
|
5033
5033
|
}, "de_RegisterGameServerOutput");
|
|
5034
5034
|
var de_ResumeGameServerGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5035
5035
|
return (0, import_smithy_client.take)(output, {
|
|
5036
|
-
GameServerGroup: (_) => de_GameServerGroup(_, context)
|
|
5036
|
+
GameServerGroup: /* @__PURE__ */ __name((_) => de_GameServerGroup(_, context), "GameServerGroup")
|
|
5037
5037
|
});
|
|
5038
5038
|
}, "de_ResumeGameServerGroupOutput");
|
|
5039
5039
|
var de_ScalingPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5049,7 +5049,7 @@ var de_ScalingPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
|
5049
5049
|
ScalingAdjustment: import_smithy_client.expectInt32,
|
|
5050
5050
|
ScalingAdjustmentType: import_smithy_client.expectString,
|
|
5051
5051
|
Status: import_smithy_client.expectString,
|
|
5052
|
-
TargetConfiguration: (_) => de_TargetConfiguration(_, context),
|
|
5052
|
+
TargetConfiguration: /* @__PURE__ */ __name((_) => de_TargetConfiguration(_, context), "TargetConfiguration"),
|
|
5053
5053
|
Threshold: import_smithy_client.limitedParseDouble,
|
|
5054
5054
|
UpdateStatus: import_smithy_client.expectString
|
|
5055
5055
|
});
|
|
@@ -5062,7 +5062,7 @@ var de_ScalingPolicyList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5062
5062
|
}, "de_ScalingPolicyList");
|
|
5063
5063
|
var de_Script = /* @__PURE__ */ __name((output, context) => {
|
|
5064
5064
|
return (0, import_smithy_client.take)(output, {
|
|
5065
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5065
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
5066
5066
|
Name: import_smithy_client.expectString,
|
|
5067
5067
|
ScriptArn: import_smithy_client.expectString,
|
|
5068
5068
|
ScriptId: import_smithy_client.expectString,
|
|
@@ -5079,28 +5079,28 @@ var de_ScriptList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5079
5079
|
}, "de_ScriptList");
|
|
5080
5080
|
var de_SearchGameSessionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5081
5081
|
return (0, import_smithy_client.take)(output, {
|
|
5082
|
-
GameSessions: (_) => de_GameSessionList(_, context),
|
|
5082
|
+
GameSessions: /* @__PURE__ */ __name((_) => de_GameSessionList(_, context), "GameSessions"),
|
|
5083
5083
|
NextToken: import_smithy_client.expectString
|
|
5084
5084
|
});
|
|
5085
5085
|
}, "de_SearchGameSessionsOutput");
|
|
5086
5086
|
var de_StartGameSessionPlacementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5087
5087
|
return (0, import_smithy_client.take)(output, {
|
|
5088
|
-
GameSessionPlacement: (_) => de_GameSessionPlacement(_, context)
|
|
5088
|
+
GameSessionPlacement: /* @__PURE__ */ __name((_) => de_GameSessionPlacement(_, context), "GameSessionPlacement")
|
|
5089
5089
|
});
|
|
5090
5090
|
}, "de_StartGameSessionPlacementOutput");
|
|
5091
5091
|
var de_StartMatchBackfillOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5092
5092
|
return (0, import_smithy_client.take)(output, {
|
|
5093
|
-
MatchmakingTicket: (_) => de_MatchmakingTicket(_, context)
|
|
5093
|
+
MatchmakingTicket: /* @__PURE__ */ __name((_) => de_MatchmakingTicket(_, context), "MatchmakingTicket")
|
|
5094
5094
|
});
|
|
5095
5095
|
}, "de_StartMatchBackfillOutput");
|
|
5096
5096
|
var de_StartMatchmakingOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5097
5097
|
return (0, import_smithy_client.take)(output, {
|
|
5098
|
-
MatchmakingTicket: (_) => de_MatchmakingTicket(_, context)
|
|
5098
|
+
MatchmakingTicket: /* @__PURE__ */ __name((_) => de_MatchmakingTicket(_, context), "MatchmakingTicket")
|
|
5099
5099
|
});
|
|
5100
5100
|
}, "de_StartMatchmakingOutput");
|
|
5101
5101
|
var de_StopGameSessionPlacementOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5102
5102
|
return (0, import_smithy_client.take)(output, {
|
|
5103
|
-
GameSessionPlacement: (_) => de_GameSessionPlacement(_, context)
|
|
5103
|
+
GameSessionPlacement: /* @__PURE__ */ __name((_) => de_GameSessionPlacement(_, context), "GameSessionPlacement")
|
|
5104
5104
|
});
|
|
5105
5105
|
}, "de_StopGameSessionPlacementOutput");
|
|
5106
5106
|
var de_SupportContainerDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5126,7 +5126,7 @@ var de_SupportContainerDefinitionList = /* @__PURE__ */ __name((output, context)
|
|
|
5126
5126
|
}, "de_SupportContainerDefinitionList");
|
|
5127
5127
|
var de_SuspendGameServerGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5128
5128
|
return (0, import_smithy_client.take)(output, {
|
|
5129
|
-
GameServerGroup: (_) => de_GameServerGroup(_, context)
|
|
5129
|
+
GameServerGroup: /* @__PURE__ */ __name((_) => de_GameServerGroup(_, context), "GameServerGroup")
|
|
5130
5130
|
});
|
|
5131
5131
|
}, "de_SuspendGameServerGroupOutput");
|
|
5132
5132
|
var de_TargetConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5136,58 +5136,58 @@ var de_TargetConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
5136
5136
|
}, "de_TargetConfiguration");
|
|
5137
5137
|
var de_TerminateGameSessionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5138
5138
|
return (0, import_smithy_client.take)(output, {
|
|
5139
|
-
GameSession: (_) => de_GameSession(_, context)
|
|
5139
|
+
GameSession: /* @__PURE__ */ __name((_) => de_GameSession(_, context), "GameSession")
|
|
5140
5140
|
});
|
|
5141
5141
|
}, "de_TerminateGameSessionOutput");
|
|
5142
5142
|
var de_UpdateAliasOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5143
5143
|
return (0, import_smithy_client.take)(output, {
|
|
5144
|
-
Alias: (_) => de_Alias(_, context)
|
|
5144
|
+
Alias: /* @__PURE__ */ __name((_) => de_Alias(_, context), "Alias")
|
|
5145
5145
|
});
|
|
5146
5146
|
}, "de_UpdateAliasOutput");
|
|
5147
5147
|
var de_UpdateBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5148
5148
|
return (0, import_smithy_client.take)(output, {
|
|
5149
|
-
Build: (_) => de_Build(_, context)
|
|
5149
|
+
Build: /* @__PURE__ */ __name((_) => de_Build(_, context), "Build")
|
|
5150
5150
|
});
|
|
5151
5151
|
}, "de_UpdateBuildOutput");
|
|
5152
5152
|
var de_UpdateContainerFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5153
5153
|
return (0, import_smithy_client.take)(output, {
|
|
5154
|
-
ContainerFleet: (_) => de_ContainerFleet(_, context)
|
|
5154
|
+
ContainerFleet: /* @__PURE__ */ __name((_) => de_ContainerFleet(_, context), "ContainerFleet")
|
|
5155
5155
|
});
|
|
5156
5156
|
}, "de_UpdateContainerFleetOutput");
|
|
5157
5157
|
var de_UpdateContainerGroupDefinitionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5158
5158
|
return (0, import_smithy_client.take)(output, {
|
|
5159
|
-
ContainerGroupDefinition: (_) => de_ContainerGroupDefinition(_, context)
|
|
5159
|
+
ContainerGroupDefinition: /* @__PURE__ */ __name((_) => de_ContainerGroupDefinition(_, context), "ContainerGroupDefinition")
|
|
5160
5160
|
});
|
|
5161
5161
|
}, "de_UpdateContainerGroupDefinitionOutput");
|
|
5162
5162
|
var de_UpdateGameServerGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5163
5163
|
return (0, import_smithy_client.take)(output, {
|
|
5164
|
-
GameServerGroup: (_) => de_GameServerGroup(_, context)
|
|
5164
|
+
GameServerGroup: /* @__PURE__ */ __name((_) => de_GameServerGroup(_, context), "GameServerGroup")
|
|
5165
5165
|
});
|
|
5166
5166
|
}, "de_UpdateGameServerGroupOutput");
|
|
5167
5167
|
var de_UpdateGameServerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5168
5168
|
return (0, import_smithy_client.take)(output, {
|
|
5169
|
-
GameServer: (_) => de_GameServer(_, context)
|
|
5169
|
+
GameServer: /* @__PURE__ */ __name((_) => de_GameServer(_, context), "GameServer")
|
|
5170
5170
|
});
|
|
5171
5171
|
}, "de_UpdateGameServerOutput");
|
|
5172
5172
|
var de_UpdateGameSessionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5173
5173
|
return (0, import_smithy_client.take)(output, {
|
|
5174
|
-
GameSession: (_) => de_GameSession(_, context)
|
|
5174
|
+
GameSession: /* @__PURE__ */ __name((_) => de_GameSession(_, context), "GameSession")
|
|
5175
5175
|
});
|
|
5176
5176
|
}, "de_UpdateGameSessionOutput");
|
|
5177
5177
|
var de_UpdateMatchmakingConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5178
5178
|
return (0, import_smithy_client.take)(output, {
|
|
5179
|
-
Configuration: (_) => de_MatchmakingConfiguration(_, context)
|
|
5179
|
+
Configuration: /* @__PURE__ */ __name((_) => de_MatchmakingConfiguration(_, context), "Configuration")
|
|
5180
5180
|
});
|
|
5181
5181
|
}, "de_UpdateMatchmakingConfigurationOutput");
|
|
5182
5182
|
var de_UpdateScriptOutput = /* @__PURE__ */ __name((output, context) => {
|
|
5183
5183
|
return (0, import_smithy_client.take)(output, {
|
|
5184
|
-
Script: (_) => de_Script(_, context)
|
|
5184
|
+
Script: /* @__PURE__ */ __name((_) => de_Script(_, context), "Script")
|
|
5185
5185
|
});
|
|
5186
5186
|
}, "de_UpdateScriptOutput");
|
|
5187
5187
|
var de_VpcPeeringAuthorization = /* @__PURE__ */ __name((output, context) => {
|
|
5188
5188
|
return (0, import_smithy_client.take)(output, {
|
|
5189
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5190
|
-
ExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5189
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
5190
|
+
ExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTime"),
|
|
5191
5191
|
GameLiftAwsAccountId: import_smithy_client.expectString,
|
|
5192
5192
|
PeerVpcAwsAccountId: import_smithy_client.expectString,
|
|
5193
5193
|
PeerVpcId: import_smithy_client.expectString
|
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.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-gamelift",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|