@aws-sdk/client-gamelift 3.299.0 → 3.300.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 +7 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +5 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +15 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +18 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +61 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +8 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +34 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +17 -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 +29 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +10 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +5 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +9 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +17 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +3 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +3 -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 +3 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +3 -0
- package/dist-types/commands/DescribeComputeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +3 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +5 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +7 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/GetComputeAccessCommand.d.ts +4 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +4 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +4 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +5 -0
- package/dist-types/commands/ListComputeCommand.d.ts +6 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +6 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +6 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +7 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +14 -0
- package/dist-types/commands/RegisterComputeCommand.d.ts +8 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +7 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +3 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +3 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +6 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +9 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +26 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +26 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +25 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +3 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +3 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +10 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +7 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +19 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +12 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +30 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +12 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +3 -0
- package/package.json +8 -8
|
@@ -54,6 +54,13 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB
|
|
|
54
54
|
* import { GameLiftClient, AcceptMatchCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
55
55
|
* // const { GameLiftClient, AcceptMatchCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
56
56
|
* const client = new GameLiftClient(config);
|
|
57
|
+
* const input = {
|
|
58
|
+
* TicketId: "STRING_VALUE", // required
|
|
59
|
+
* PlayerIds: [ // required
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* AcceptanceType: "ACCEPT" || "REJECT", // required
|
|
63
|
+
* };
|
|
57
64
|
* const command = new AcceptMatchCommand(input);
|
|
58
65
|
* const response = await client.send(command);
|
|
59
66
|
* ```
|
|
@@ -67,6 +67,11 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
|
|
|
67
67
|
* import { GameLiftClient, ClaimGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
68
68
|
* // const { GameLiftClient, ClaimGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
69
69
|
* const client = new GameLiftClient(config);
|
|
70
|
+
* const input = {
|
|
71
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
72
|
+
* GameServerId: "STRING_VALUE",
|
|
73
|
+
* GameServerData: "STRING_VALUE",
|
|
74
|
+
* };
|
|
70
75
|
* const command = new ClaimGameServerCommand(input);
|
|
71
76
|
* const response = await client.send(command);
|
|
72
77
|
* ```
|
|
@@ -45,6 +45,21 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB
|
|
|
45
45
|
* import { GameLiftClient, CreateAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
46
46
|
* // const { GameLiftClient, CreateAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
47
47
|
* const client = new GameLiftClient(config);
|
|
48
|
+
* const input = {
|
|
49
|
+
* Name: "STRING_VALUE", // required
|
|
50
|
+
* Description: "STRING_VALUE",
|
|
51
|
+
* RoutingStrategy: {
|
|
52
|
+
* Type: "SIMPLE" || "TERMINAL",
|
|
53
|
+
* FleetId: "STRING_VALUE",
|
|
54
|
+
* Message: "STRING_VALUE",
|
|
55
|
+
* },
|
|
56
|
+
* Tags: [
|
|
57
|
+
* {
|
|
58
|
+
* Key: "STRING_VALUE", // required
|
|
59
|
+
* Value: "STRING_VALUE", // required
|
|
60
|
+
* },
|
|
61
|
+
* ],
|
|
62
|
+
* };
|
|
48
63
|
* const command = new CreateAliasCommand(input);
|
|
49
64
|
* const response = await client.send(command);
|
|
50
65
|
* ```
|
|
@@ -68,6 +68,24 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
|
|
|
68
68
|
* import { GameLiftClient, CreateBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
69
69
|
* // const { GameLiftClient, CreateBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
70
70
|
* const client = new GameLiftClient(config);
|
|
71
|
+
* const input = {
|
|
72
|
+
* Name: "STRING_VALUE",
|
|
73
|
+
* Version: "STRING_VALUE",
|
|
74
|
+
* StorageLocation: {
|
|
75
|
+
* Bucket: "STRING_VALUE",
|
|
76
|
+
* Key: "STRING_VALUE",
|
|
77
|
+
* RoleArn: "STRING_VALUE",
|
|
78
|
+
* ObjectVersion: "STRING_VALUE",
|
|
79
|
+
* },
|
|
80
|
+
* OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2",
|
|
81
|
+
* Tags: [
|
|
82
|
+
* {
|
|
83
|
+
* Key: "STRING_VALUE", // required
|
|
84
|
+
* Value: "STRING_VALUE", // required
|
|
85
|
+
* },
|
|
86
|
+
* ],
|
|
87
|
+
* ServerSdkVersion: "STRING_VALUE",
|
|
88
|
+
* };
|
|
71
89
|
* const command = new CreateBuildCommand(input);
|
|
72
90
|
* const response = await client.send(command);
|
|
73
91
|
* ```
|
|
@@ -61,6 +61,67 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
|
|
|
61
61
|
* import { GameLiftClient, CreateFleetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
62
62
|
* // const { GameLiftClient, CreateFleetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
63
63
|
* const client = new GameLiftClient(config);
|
|
64
|
+
* const input = {
|
|
65
|
+
* Name: "STRING_VALUE", // required
|
|
66
|
+
* Description: "STRING_VALUE",
|
|
67
|
+
* BuildId: "STRING_VALUE",
|
|
68
|
+
* ScriptId: "STRING_VALUE",
|
|
69
|
+
* ServerLaunchPath: "STRING_VALUE",
|
|
70
|
+
* ServerLaunchParameters: "STRING_VALUE",
|
|
71
|
+
* LogPaths: [
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* EC2InstanceType: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
|
|
75
|
+
* EC2InboundPermissions: [
|
|
76
|
+
* {
|
|
77
|
+
* FromPort: Number("int"), // required
|
|
78
|
+
* ToPort: Number("int"), // required
|
|
79
|
+
* IpRange: "STRING_VALUE", // required
|
|
80
|
+
* Protocol: "TCP" || "UDP", // required
|
|
81
|
+
* },
|
|
82
|
+
* ],
|
|
83
|
+
* NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
|
|
84
|
+
* RuntimeConfiguration: {
|
|
85
|
+
* ServerProcesses: [
|
|
86
|
+
* {
|
|
87
|
+
* LaunchPath: "STRING_VALUE", // required
|
|
88
|
+
* Parameters: "STRING_VALUE",
|
|
89
|
+
* ConcurrentExecutions: Number("int"), // required
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* MaxConcurrentGameSessionActivations: Number("int"),
|
|
93
|
+
* GameSessionActivationTimeoutSeconds: Number("int"),
|
|
94
|
+
* },
|
|
95
|
+
* ResourceCreationLimitPolicy: {
|
|
96
|
+
* NewGameSessionsPerCreator: Number("int"),
|
|
97
|
+
* PolicyPeriodInMinutes: Number("int"),
|
|
98
|
+
* },
|
|
99
|
+
* MetricGroups: [
|
|
100
|
+
* "STRING_VALUE",
|
|
101
|
+
* ],
|
|
102
|
+
* PeerVpcAwsAccountId: "STRING_VALUE",
|
|
103
|
+
* PeerVpcId: "STRING_VALUE",
|
|
104
|
+
* FleetType: "ON_DEMAND" || "SPOT",
|
|
105
|
+
* InstanceRoleArn: "STRING_VALUE",
|
|
106
|
+
* CertificateConfiguration: {
|
|
107
|
+
* CertificateType: "DISABLED" || "GENERATED", // required
|
|
108
|
+
* },
|
|
109
|
+
* Locations: [
|
|
110
|
+
* {
|
|
111
|
+
* Location: "STRING_VALUE", // required
|
|
112
|
+
* },
|
|
113
|
+
* ],
|
|
114
|
+
* Tags: [
|
|
115
|
+
* {
|
|
116
|
+
* Key: "STRING_VALUE", // required
|
|
117
|
+
* Value: "STRING_VALUE", // required
|
|
118
|
+
* },
|
|
119
|
+
* ],
|
|
120
|
+
* ComputeType: "EC2" || "ANYWHERE",
|
|
121
|
+
* AnywhereConfiguration: {
|
|
122
|
+
* Cost: "STRING_VALUE", // required
|
|
123
|
+
* },
|
|
124
|
+
* };
|
|
64
125
|
* const command = new CreateFleetCommand(input);
|
|
65
126
|
* const response = await client.send(command);
|
|
66
127
|
* ```
|
|
@@ -49,6 +49,14 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
|
|
|
49
49
|
* import { GameLiftClient, CreateFleetLocationsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
50
50
|
* // const { GameLiftClient, CreateFleetLocationsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
51
51
|
* const client = new GameLiftClient(config);
|
|
52
|
+
* const input = {
|
|
53
|
+
* FleetId: "STRING_VALUE", // required
|
|
54
|
+
* Locations: [ // required
|
|
55
|
+
* {
|
|
56
|
+
* Location: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* };
|
|
52
60
|
* const command = new CreateFleetLocationsCommand(input);
|
|
53
61
|
* const response = await client.send(command);
|
|
54
62
|
* ```
|
|
@@ -67,6 +67,40 @@ export interface CreateGameServerGroupCommandOutput extends CreateGameServerGrou
|
|
|
67
67
|
* import { GameLiftClient, CreateGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
68
68
|
* // const { GameLiftClient, CreateGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
69
69
|
* const client = new GameLiftClient(config);
|
|
70
|
+
* const input = {
|
|
71
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
72
|
+
* RoleArn: "STRING_VALUE", // required
|
|
73
|
+
* MinSize: Number("int"), // required
|
|
74
|
+
* MaxSize: Number("int"), // required
|
|
75
|
+
* LaunchTemplate: {
|
|
76
|
+
* LaunchTemplateId: "STRING_VALUE",
|
|
77
|
+
* LaunchTemplateName: "STRING_VALUE",
|
|
78
|
+
* Version: "STRING_VALUE",
|
|
79
|
+
* },
|
|
80
|
+
* InstanceDefinitions: [ // required
|
|
81
|
+
* {
|
|
82
|
+
* 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
|
|
83
|
+
* WeightedCapacity: "STRING_VALUE",
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* AutoScalingPolicy: {
|
|
87
|
+
* EstimatedInstanceWarmup: Number("int"),
|
|
88
|
+
* TargetTrackingConfiguration: {
|
|
89
|
+
* TargetValue: Number("double"), // required
|
|
90
|
+
* },
|
|
91
|
+
* },
|
|
92
|
+
* BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
|
|
93
|
+
* GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
|
|
94
|
+
* VpcSubnets: [
|
|
95
|
+
* "STRING_VALUE",
|
|
96
|
+
* ],
|
|
97
|
+
* Tags: [
|
|
98
|
+
* {
|
|
99
|
+
* Key: "STRING_VALUE", // required
|
|
100
|
+
* Value: "STRING_VALUE", // required
|
|
101
|
+
* },
|
|
102
|
+
* ],
|
|
103
|
+
* };
|
|
70
104
|
* const command = new CreateGameServerGroupCommand(input);
|
|
71
105
|
* const response = await client.send(command);
|
|
72
106
|
* ```
|
|
@@ -66,6 +66,23 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput,
|
|
|
66
66
|
* import { GameLiftClient, CreateGameSessionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
67
67
|
* // const { GameLiftClient, CreateGameSessionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
68
68
|
* const client = new GameLiftClient(config);
|
|
69
|
+
* const input = {
|
|
70
|
+
* FleetId: "STRING_VALUE",
|
|
71
|
+
* AliasId: "STRING_VALUE",
|
|
72
|
+
* MaximumPlayerSessionCount: Number("int"), // required
|
|
73
|
+
* Name: "STRING_VALUE",
|
|
74
|
+
* GameProperties: [
|
|
75
|
+
* {
|
|
76
|
+
* Key: "STRING_VALUE", // required
|
|
77
|
+
* Value: "STRING_VALUE", // required
|
|
78
|
+
* },
|
|
79
|
+
* ],
|
|
80
|
+
* CreatorId: "STRING_VALUE",
|
|
81
|
+
* GameSessionId: "STRING_VALUE",
|
|
82
|
+
* IdempotencyToken: "STRING_VALUE",
|
|
83
|
+
* GameSessionData: "STRING_VALUE",
|
|
84
|
+
* Location: "STRING_VALUE",
|
|
85
|
+
* };
|
|
69
86
|
* const command = new CreateGameSessionCommand(input);
|
|
70
87
|
* const response = await client.send(command);
|
|
71
88
|
* ```
|
|
@@ -71,6 +71,42 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu
|
|
|
71
71
|
* import { GameLiftClient, CreateGameSessionQueueCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
72
72
|
* // const { GameLiftClient, CreateGameSessionQueueCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
73
73
|
* const client = new GameLiftClient(config);
|
|
74
|
+
* const input = {
|
|
75
|
+
* Name: "STRING_VALUE", // required
|
|
76
|
+
* TimeoutInSeconds: Number("int"),
|
|
77
|
+
* PlayerLatencyPolicies: [
|
|
78
|
+
* {
|
|
79
|
+
* MaximumIndividualPlayerLatencyMilliseconds: Number("int"),
|
|
80
|
+
* PolicyDurationSeconds: Number("int"),
|
|
81
|
+
* },
|
|
82
|
+
* ],
|
|
83
|
+
* Destinations: [
|
|
84
|
+
* {
|
|
85
|
+
* DestinationArn: "STRING_VALUE",
|
|
86
|
+
* },
|
|
87
|
+
* ],
|
|
88
|
+
* FilterConfiguration: {
|
|
89
|
+
* AllowedLocations: [
|
|
90
|
+
* "STRING_VALUE",
|
|
91
|
+
* ],
|
|
92
|
+
* },
|
|
93
|
+
* PriorityConfiguration: {
|
|
94
|
+
* PriorityOrder: [
|
|
95
|
+
* "LATENCY" || "COST" || "DESTINATION" || "LOCATION",
|
|
96
|
+
* ],
|
|
97
|
+
* LocationOrder: [
|
|
98
|
+
* "STRING_VALUE",
|
|
99
|
+
* ],
|
|
100
|
+
* },
|
|
101
|
+
* CustomEventData: "STRING_VALUE",
|
|
102
|
+
* NotificationTarget: "STRING_VALUE",
|
|
103
|
+
* Tags: [
|
|
104
|
+
* {
|
|
105
|
+
* Key: "STRING_VALUE", // required
|
|
106
|
+
* Value: "STRING_VALUE", // required
|
|
107
|
+
* },
|
|
108
|
+
* ],
|
|
109
|
+
* };
|
|
74
110
|
* const command = new CreateGameSessionQueueCommand(input);
|
|
75
111
|
* const response = await client.send(command);
|
|
76
112
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface CreateLocationCommandOutput extends CreateLocationOutput, __Met
|
|
|
26
26
|
* import { GameLiftClient, CreateLocationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
27
27
|
* // const { GameLiftClient, CreateLocationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
28
28
|
* const client = new GameLiftClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* LocationName: "STRING_VALUE", // required
|
|
31
|
+
* Tags: [
|
|
32
|
+
* {
|
|
33
|
+
* Key: "STRING_VALUE", // required
|
|
34
|
+
* Value: "STRING_VALUE", // required
|
|
35
|
+
* },
|
|
36
|
+
* ],
|
|
37
|
+
* };
|
|
29
38
|
* const command = new CreateLocationCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -51,6 +51,35 @@ export interface CreateMatchmakingConfigurationCommandOutput extends CreateMatch
|
|
|
51
51
|
* import { GameLiftClient, CreateMatchmakingConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
52
52
|
* // const { GameLiftClient, CreateMatchmakingConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
53
53
|
* const client = new GameLiftClient(config);
|
|
54
|
+
* const input = {
|
|
55
|
+
* Name: "STRING_VALUE", // required
|
|
56
|
+
* Description: "STRING_VALUE",
|
|
57
|
+
* GameSessionQueueArns: [
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* RequestTimeoutSeconds: Number("int"), // required
|
|
61
|
+
* AcceptanceTimeoutSeconds: Number("int"),
|
|
62
|
+
* AcceptanceRequired: true || false, // required
|
|
63
|
+
* RuleSetName: "STRING_VALUE", // required
|
|
64
|
+
* NotificationTarget: "STRING_VALUE",
|
|
65
|
+
* AdditionalPlayerCount: Number("int"),
|
|
66
|
+
* CustomEventData: "STRING_VALUE",
|
|
67
|
+
* GameProperties: [
|
|
68
|
+
* {
|
|
69
|
+
* Key: "STRING_VALUE", // required
|
|
70
|
+
* Value: "STRING_VALUE", // required
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* GameSessionData: "STRING_VALUE",
|
|
74
|
+
* BackfillMode: "AUTOMATIC" || "MANUAL",
|
|
75
|
+
* FlexMatchMode: "STANDALONE" || "WITH_QUEUE",
|
|
76
|
+
* Tags: [
|
|
77
|
+
* {
|
|
78
|
+
* Key: "STRING_VALUE", // required
|
|
79
|
+
* Value: "STRING_VALUE", // required
|
|
80
|
+
* },
|
|
81
|
+
* ],
|
|
82
|
+
* };
|
|
54
83
|
* const command = new CreateMatchmakingConfigurationCommand(input);
|
|
55
84
|
* const response = await client.send(command);
|
|
56
85
|
* ```
|
|
@@ -56,6 +56,16 @@ export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmaking
|
|
|
56
56
|
* import { GameLiftClient, CreateMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
57
57
|
* // const { GameLiftClient, CreateMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
58
58
|
* const client = new GameLiftClient(config);
|
|
59
|
+
* const input = {
|
|
60
|
+
* Name: "STRING_VALUE", // required
|
|
61
|
+
* RuleSetBody: "STRING_VALUE", // required
|
|
62
|
+
* Tags: [
|
|
63
|
+
* {
|
|
64
|
+
* Key: "STRING_VALUE", // required
|
|
65
|
+
* Value: "STRING_VALUE", // required
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* };
|
|
59
69
|
* const command = new CreateMatchmakingRuleSetCommand(input);
|
|
60
70
|
* const response = await client.send(command);
|
|
61
71
|
* ```
|
|
@@ -43,6 +43,11 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut
|
|
|
43
43
|
* import { GameLiftClient, CreatePlayerSessionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
44
44
|
* // const { GameLiftClient, CreatePlayerSessionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
45
45
|
* const client = new GameLiftClient(config);
|
|
46
|
+
* const input = {
|
|
47
|
+
* GameSessionId: "STRING_VALUE", // required
|
|
48
|
+
* PlayerId: "STRING_VALUE", // required
|
|
49
|
+
* PlayerData: "STRING_VALUE",
|
|
50
|
+
* };
|
|
46
51
|
* const command = new CreatePlayerSessionCommand(input);
|
|
47
52
|
* const response = await client.send(command);
|
|
48
53
|
* ```
|
|
@@ -44,6 +44,15 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO
|
|
|
44
44
|
* import { GameLiftClient, CreatePlayerSessionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
45
45
|
* // const { GameLiftClient, CreatePlayerSessionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
46
46
|
* const client = new GameLiftClient(config);
|
|
47
|
+
* const input = {
|
|
48
|
+
* GameSessionId: "STRING_VALUE", // required
|
|
49
|
+
* PlayerIds: [ // required
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* PlayerDataMap: {
|
|
53
|
+
* "<keys>": "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* };
|
|
47
56
|
* const command = new CreatePlayerSessionsCommand(input);
|
|
48
57
|
* const response = await client.send(command);
|
|
49
58
|
* ```
|
|
@@ -65,6 +65,23 @@ export interface CreateScriptCommandOutput extends CreateScriptOutput, __Metadat
|
|
|
65
65
|
* import { GameLiftClient, CreateScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
66
66
|
* // const { GameLiftClient, CreateScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
67
67
|
* const client = new GameLiftClient(config);
|
|
68
|
+
* const input = {
|
|
69
|
+
* Name: "STRING_VALUE",
|
|
70
|
+
* Version: "STRING_VALUE",
|
|
71
|
+
* StorageLocation: {
|
|
72
|
+
* Bucket: "STRING_VALUE",
|
|
73
|
+
* Key: "STRING_VALUE",
|
|
74
|
+
* RoleArn: "STRING_VALUE",
|
|
75
|
+
* ObjectVersion: "STRING_VALUE",
|
|
76
|
+
* },
|
|
77
|
+
* ZipFile: "BLOB_VALUE",
|
|
78
|
+
* Tags: [
|
|
79
|
+
* {
|
|
80
|
+
* Key: "STRING_VALUE", // required
|
|
81
|
+
* Value: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* };
|
|
68
85
|
* const command = new CreateScriptCommand(input);
|
|
69
86
|
* const response = await client.send(command);
|
|
70
87
|
* ```
|
|
@@ -52,6 +52,10 @@ export interface CreateVpcPeeringAuthorizationCommandOutput extends CreateVpcPee
|
|
|
52
52
|
* import { GameLiftClient, CreateVpcPeeringAuthorizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
53
53
|
* // const { GameLiftClient, CreateVpcPeeringAuthorizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
54
54
|
* const client = new GameLiftClient(config);
|
|
55
|
+
* const input = {
|
|
56
|
+
* GameLiftAwsAccountId: "STRING_VALUE", // required
|
|
57
|
+
* PeerVpcId: "STRING_VALUE", // required
|
|
58
|
+
* };
|
|
55
59
|
* const command = new CreateVpcPeeringAuthorizationCommand(input);
|
|
56
60
|
* const response = await client.send(command);
|
|
57
61
|
* ```
|
|
@@ -49,6 +49,11 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin
|
|
|
49
49
|
* import { GameLiftClient, CreateVpcPeeringConnectionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
50
50
|
* // const { GameLiftClient, CreateVpcPeeringConnectionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
51
51
|
* const client = new GameLiftClient(config);
|
|
52
|
+
* const input = {
|
|
53
|
+
* FleetId: "STRING_VALUE", // required
|
|
54
|
+
* PeerVpcAwsAccountId: "STRING_VALUE", // required
|
|
55
|
+
* PeerVpcId: "STRING_VALUE", // required
|
|
56
|
+
* };
|
|
52
57
|
* const command = new CreateVpcPeeringConnectionCommand(input);
|
|
53
58
|
* const response = await client.send(command);
|
|
54
59
|
* ```
|
|
@@ -34,6 +34,9 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* import { GameLiftClient, DeleteAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
35
35
|
* // const { GameLiftClient, DeleteAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
36
36
|
* const client = new GameLiftClient(config);
|
|
37
|
+
* const input = {
|
|
38
|
+
* AliasId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
37
40
|
* const command = new DeleteAliasCommand(input);
|
|
38
41
|
* const response = await client.send(command);
|
|
39
42
|
* ```
|
|
@@ -39,6 +39,9 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* import { GameLiftClient, DeleteBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
40
40
|
* // const { GameLiftClient, DeleteBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
41
41
|
* const client = new GameLiftClient(config);
|
|
42
|
+
* const input = {
|
|
43
|
+
* BuildId: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
42
45
|
* const command = new DeleteBuildCommand(input);
|
|
43
46
|
* const response = await client.send(command);
|
|
44
47
|
* ```
|
|
@@ -44,6 +44,9 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {
|
|
|
44
44
|
* import { GameLiftClient, DeleteFleetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
45
45
|
* // const { GameLiftClient, DeleteFleetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
46
46
|
* const client = new GameLiftClient(config);
|
|
47
|
+
* const input = {
|
|
48
|
+
* FleetId: "STRING_VALUE", // required
|
|
49
|
+
* };
|
|
47
50
|
* const command = new DeleteFleetCommand(input);
|
|
48
51
|
* const response = await client.send(command);
|
|
49
52
|
* ```
|
|
@@ -39,6 +39,12 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO
|
|
|
39
39
|
* import { GameLiftClient, DeleteFleetLocationsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
40
40
|
* // const { GameLiftClient, DeleteFleetLocationsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
41
41
|
* const client = new GameLiftClient(config);
|
|
42
|
+
* const input = {
|
|
43
|
+
* FleetId: "STRING_VALUE", // required
|
|
44
|
+
* Locations: [ // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* };
|
|
42
48
|
* const command = new DeleteFleetLocationsCommand(input);
|
|
43
49
|
* const response = await client.send(command);
|
|
44
50
|
* ```
|
|
@@ -60,6 +60,10 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou
|
|
|
60
60
|
* import { GameLiftClient, DeleteGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
61
61
|
* // const { GameLiftClient, DeleteGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
62
62
|
* const client = new GameLiftClient(config);
|
|
63
|
+
* const input = {
|
|
64
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
65
|
+
* DeleteOption: "SAFE_DELETE" || "FORCE_DELETE" || "RETAIN",
|
|
66
|
+
* };
|
|
63
67
|
* const command = new DeleteGameServerGroupCommand(input);
|
|
64
68
|
* const response = await client.send(command);
|
|
65
69
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu
|
|
|
27
27
|
* import { GameLiftClient, DeleteGameSessionQueueCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
28
28
|
* // const { GameLiftClient, DeleteGameSessionQueueCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
29
29
|
* const client = new GameLiftClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DeleteGameSessionQueueCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteLocationCommandOutput extends DeleteLocationOutput, __Met
|
|
|
28
28
|
* import { GameLiftClient, DeleteLocationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
29
29
|
* // const { GameLiftClient, DeleteLocationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
30
30
|
* const client = new GameLiftClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* LocationName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteLocationCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteMatchmakingConfigurationCommandOutput extends DeleteMatch
|
|
|
28
28
|
* import { GameLiftClient, DeleteMatchmakingConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
29
29
|
* // const { GameLiftClient, DeleteMatchmakingConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
30
30
|
* const client = new GameLiftClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteMatchmakingConfigurationCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -39,6 +39,9 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking
|
|
|
39
39
|
* import { GameLiftClient, DeleteMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
40
40
|
* // const { GameLiftClient, DeleteMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
41
41
|
* const client = new GameLiftClient(config);
|
|
42
|
+
* const input = {
|
|
43
|
+
* Name: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
42
45
|
* const command = new DeleteMatchmakingRuleSetCommand(input);
|
|
43
46
|
* const response = await client.send(command);
|
|
44
47
|
* ```
|
|
@@ -30,6 +30,10 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { GameLiftClient, DeleteScalingPolicyCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
31
31
|
* // const { GameLiftClient, DeleteScalingPolicyCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
32
32
|
* const client = new GameLiftClient(config);
|
|
33
|
+
* const input = {
|
|
34
|
+
* Name: "STRING_VALUE", // required
|
|
35
|
+
* FleetId: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
33
37
|
* const command = new DeleteScalingPolicyCommand(input);
|
|
34
38
|
* const response = await client.send(command);
|
|
35
39
|
* ```
|
|
@@ -44,6 +44,9 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {
|
|
|
44
44
|
* import { GameLiftClient, DeleteScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
45
45
|
* // const { GameLiftClient, DeleteScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
46
46
|
* const client = new GameLiftClient(config);
|
|
47
|
+
* const input = {
|
|
48
|
+
* ScriptId: "STRING_VALUE", // required
|
|
49
|
+
* };
|
|
47
50
|
* const command = new DeleteScriptCommand(input);
|
|
48
51
|
* const response = await client.send(command);
|
|
49
52
|
* ```
|
|
@@ -33,6 +33,10 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput extends DeleteVpcPee
|
|
|
33
33
|
* import { GameLiftClient, DeleteVpcPeeringAuthorizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
34
34
|
* // const { GameLiftClient, DeleteVpcPeeringAuthorizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
35
35
|
* const client = new GameLiftClient(config);
|
|
36
|
+
* const input = {
|
|
37
|
+
* GameLiftAwsAccountId: "STRING_VALUE", // required
|
|
38
|
+
* PeerVpcId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
36
40
|
* const command = new DeleteVpcPeeringAuthorizationCommand(input);
|
|
37
41
|
* const response = await client.send(command);
|
|
38
42
|
* ```
|
|
@@ -36,6 +36,10 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin
|
|
|
36
36
|
* import { GameLiftClient, DeleteVpcPeeringConnectionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
37
37
|
* // const { GameLiftClient, DeleteVpcPeeringConnectionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
38
38
|
* const client = new GameLiftClient(config);
|
|
39
|
+
* const input = {
|
|
40
|
+
* FleetId: "STRING_VALUE", // required
|
|
41
|
+
* VpcPeeringConnectionId: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
39
43
|
* const command = new DeleteVpcPeeringConnectionCommand(input);
|
|
40
44
|
* const response = await client.send(command);
|
|
41
45
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface DeregisterComputeCommandOutput extends DeregisterComputeOutput,
|
|
|
27
27
|
* import { GameLiftClient, DeregisterComputeCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
28
28
|
* // const { GameLiftClient, DeregisterComputeCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
29
29
|
* const client = new GameLiftClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* FleetId: "STRING_VALUE", // required
|
|
32
|
+
* ComputeName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new DeregisterComputeCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -41,6 +41,10 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* import { GameLiftClient, DeregisterGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
42
42
|
* // const { GameLiftClient, DeregisterGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
43
43
|
* const client = new GameLiftClient(config);
|
|
44
|
+
* const input = {
|
|
45
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
46
|
+
* GameServerId: "STRING_VALUE", // required
|
|
47
|
+
* };
|
|
44
48
|
* const command = new DeregisterGameServerCommand(input);
|
|
45
49
|
* const response = await client.send(command);
|
|
46
50
|
* ```
|
|
@@ -35,6 +35,9 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad
|
|
|
35
35
|
* import { GameLiftClient, DescribeAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
36
36
|
* // const { GameLiftClient, DescribeAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
37
37
|
* const client = new GameLiftClient(config);
|
|
38
|
+
* const input = {
|
|
39
|
+
* AliasId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
38
41
|
* const command = new DescribeAliasCommand(input);
|
|
39
42
|
* const response = await client.send(command);
|
|
40
43
|
* ```
|
|
@@ -37,6 +37,9 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
|
|
|
37
37
|
* import { GameLiftClient, DescribeBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
38
38
|
* // const { GameLiftClient, DescribeBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
39
39
|
* const client = new GameLiftClient(config);
|
|
40
|
+
* const input = {
|
|
41
|
+
* BuildId: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
40
43
|
* const command = new DescribeBuildCommand(input);
|
|
41
44
|
* const response = await client.send(command);
|
|
42
45
|
* ```
|