@aws-sdk/client-gamelift 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GameLift.d.ts +1720 -480
  3. package/dist-types/ts3.4/GameLiftClient.d.ts +699 -168
  4. package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +37 -17
  77. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +38 -17
  79. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +37 -17
  83. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +37 -17
  92. package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/index.d.ts +95 -95
  100. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  101. package/dist-types/ts3.4/index.d.ts +6 -6
  102. package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +8 -6
  103. package/dist-types/ts3.4/models/index.d.ts +1 -1
  104. package/dist-types/ts3.4/models/models_0.d.ts +3487 -3015
  105. package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
  109. package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
  110. package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
  115. package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
  116. package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
  117. package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
  118. package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
  119. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  120. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  121. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  122. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
  123. package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
  124. package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
  125. package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
  126. package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
  127. package/dist-types/ts3.4/pagination/index.d.ts +22 -22
  128. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
  129. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  133. package/package.json +34 -34
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { AcceptMatchInput, AcceptMatchOutput } from "../models/models_0";
5
- export interface AcceptMatchCommandInput extends AcceptMatchInput {
6
- }
7
- export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptMatchCommand extends $Command<AcceptMatchCommandInput, AcceptMatchCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: AcceptMatchCommandInput;
12
- constructor(input: AcceptMatchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptMatchCommandInput, AcceptMatchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { AcceptMatchInput, AcceptMatchOutput } from "../models/models_0";
14
+ export interface AcceptMatchCommandInput extends AcceptMatchInput {}
15
+ export interface AcceptMatchCommandOutput
16
+ extends AcceptMatchOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class AcceptMatchCommand extends $Command<
20
+ AcceptMatchCommandInput,
21
+ AcceptMatchCommandOutput,
22
+ GameLiftClientResolvedConfig
23
+ > {
24
+ readonly input: AcceptMatchCommandInput;
25
+ constructor(input: AcceptMatchCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GameLiftClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<AcceptMatchCommandInput, AcceptMatchCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ClaimGameServerInput, ClaimGameServerOutput } from "../models/models_0";
5
- export interface ClaimGameServerCommandInput extends ClaimGameServerInput {
6
- }
7
- export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ClaimGameServerCommand extends $Command<ClaimGameServerCommandInput, ClaimGameServerCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: ClaimGameServerCommandInput;
12
- constructor(input: ClaimGameServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClaimGameServerCommandInput, ClaimGameServerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ ClaimGameServerInput,
15
+ ClaimGameServerOutput,
16
+ } from "../models/models_0";
17
+ export interface ClaimGameServerCommandInput extends ClaimGameServerInput {}
18
+ export interface ClaimGameServerCommandOutput
19
+ extends ClaimGameServerOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ClaimGameServerCommand extends $Command<
23
+ ClaimGameServerCommandInput,
24
+ ClaimGameServerCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: ClaimGameServerCommandInput;
28
+ constructor(input: ClaimGameServerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GameLiftClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ClaimGameServerCommandInput, ClaimGameServerCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateAliasInput, CreateAliasOutput } from "../models/models_0";
5
- export interface CreateAliasCommandInput extends CreateAliasInput {
6
- }
7
- export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateAliasCommandInput;
12
- constructor(input: CreateAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { CreateAliasInput, CreateAliasOutput } from "../models/models_0";
14
+ export interface CreateAliasCommandInput extends CreateAliasInput {}
15
+ export interface CreateAliasCommandOutput
16
+ extends CreateAliasOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateAliasCommand extends $Command<
20
+ CreateAliasCommandInput,
21
+ CreateAliasCommandOutput,
22
+ GameLiftClientResolvedConfig
23
+ > {
24
+ readonly input: CreateAliasCommandInput;
25
+ constructor(input: CreateAliasCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GameLiftClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateBuildInput, CreateBuildOutput } from "../models/models_0";
5
- export interface CreateBuildCommandInput extends CreateBuildInput {
6
- }
7
- export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBuildCommand extends $Command<CreateBuildCommandInput, CreateBuildCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateBuildCommandInput;
12
- constructor(input: CreateBuildCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBuildCommandInput, CreateBuildCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { CreateBuildInput, CreateBuildOutput } from "../models/models_0";
14
+ export interface CreateBuildCommandInput extends CreateBuildInput {}
15
+ export interface CreateBuildCommandOutput
16
+ extends CreateBuildOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateBuildCommand extends $Command<
20
+ CreateBuildCommandInput,
21
+ CreateBuildCommandOutput,
22
+ GameLiftClientResolvedConfig
23
+ > {
24
+ readonly input: CreateBuildCommandInput;
25
+ constructor(input: CreateBuildCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GameLiftClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateBuildCommandInput, CreateBuildCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
5
- export interface CreateFleetCommandInput extends CreateFleetInput {
6
- }
7
- export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateFleetCommandInput;
12
- constructor(input: CreateFleetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
14
+ export interface CreateFleetCommandInput extends CreateFleetInput {}
15
+ export interface CreateFleetCommandOutput
16
+ extends CreateFleetOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateFleetCommand extends $Command<
20
+ CreateFleetCommandInput,
21
+ CreateFleetCommandOutput,
22
+ GameLiftClientResolvedConfig
23
+ > {
24
+ readonly input: CreateFleetCommandInput;
25
+ constructor(input: CreateFleetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GameLiftClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateFleetLocationsInput, CreateFleetLocationsOutput } from "../models/models_0";
5
- export interface CreateFleetLocationsCommandInput extends CreateFleetLocationsInput {
6
- }
7
- export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFleetLocationsCommand extends $Command<CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateFleetLocationsCommandInput;
12
- constructor(input: CreateFleetLocationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ CreateFleetLocationsInput,
15
+ CreateFleetLocationsOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateFleetLocationsCommandInput
18
+ extends CreateFleetLocationsInput {}
19
+ export interface CreateFleetLocationsCommandOutput
20
+ extends CreateFleetLocationsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateFleetLocationsCommand extends $Command<
24
+ CreateFleetLocationsCommandInput,
25
+ CreateFleetLocationsCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: CreateFleetLocationsCommandInput;
29
+ constructor(input: CreateFleetLocationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateFleetLocationsCommandInput,
37
+ CreateFleetLocationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateGameServerGroupInput, CreateGameServerGroupOutput } from "../models/models_0";
5
- export interface CreateGameServerGroupCommandInput extends CreateGameServerGroupInput {
6
- }
7
- export interface CreateGameServerGroupCommandOutput extends CreateGameServerGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGameServerGroupCommand extends $Command<CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateGameServerGroupCommandInput;
12
- constructor(input: CreateGameServerGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ CreateGameServerGroupInput,
15
+ CreateGameServerGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateGameServerGroupCommandInput
18
+ extends CreateGameServerGroupInput {}
19
+ export interface CreateGameServerGroupCommandOutput
20
+ extends CreateGameServerGroupOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateGameServerGroupCommand extends $Command<
24
+ CreateGameServerGroupCommandInput,
25
+ CreateGameServerGroupCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: CreateGameServerGroupCommandInput;
29
+ constructor(input: CreateGameServerGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateGameServerGroupCommandInput,
37
+ CreateGameServerGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateGameSessionInput, CreateGameSessionOutput } from "../models/models_0";
5
- export interface CreateGameSessionCommandInput extends CreateGameSessionInput {
6
- }
7
- export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGameSessionCommand extends $Command<CreateGameSessionCommandInput, CreateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateGameSessionCommandInput;
12
- constructor(input: CreateGameSessionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGameSessionCommandInput, CreateGameSessionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ CreateGameSessionInput,
15
+ CreateGameSessionOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateGameSessionCommandInput extends CreateGameSessionInput {}
18
+ export interface CreateGameSessionCommandOutput
19
+ extends CreateGameSessionOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateGameSessionCommand extends $Command<
23
+ CreateGameSessionCommandInput,
24
+ CreateGameSessionCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: CreateGameSessionCommandInput;
28
+ constructor(input: CreateGameSessionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GameLiftClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateGameSessionCommandInput, CreateGameSessionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateGameSessionQueueInput, CreateGameSessionQueueOutput } from "../models/models_0";
5
- export interface CreateGameSessionQueueCommandInput extends CreateGameSessionQueueInput {
6
- }
7
- export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQueueOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGameSessionQueueCommand extends $Command<CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateGameSessionQueueCommandInput;
12
- constructor(input: CreateGameSessionQueueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ CreateGameSessionQueueInput,
15
+ CreateGameSessionQueueOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateGameSessionQueueCommandInput
18
+ extends CreateGameSessionQueueInput {}
19
+ export interface CreateGameSessionQueueCommandOutput
20
+ extends CreateGameSessionQueueOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateGameSessionQueueCommand extends $Command<
24
+ CreateGameSessionQueueCommandInput,
25
+ CreateGameSessionQueueCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: CreateGameSessionQueueCommandInput;
29
+ constructor(input: CreateGameSessionQueueCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateGameSessionQueueCommandInput,
37
+ CreateGameSessionQueueCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateMatchmakingConfigurationInput, CreateMatchmakingConfigurationOutput } from "../models/models_0";
5
- export interface CreateMatchmakingConfigurationCommandInput extends CreateMatchmakingConfigurationInput {
6
- }
7
- export interface CreateMatchmakingConfigurationCommandOutput extends CreateMatchmakingConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMatchmakingConfigurationCommand extends $Command<CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateMatchmakingConfigurationCommandInput;
12
- constructor(input: CreateMatchmakingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ CreateMatchmakingConfigurationInput,
15
+ CreateMatchmakingConfigurationOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateMatchmakingConfigurationCommandInput
18
+ extends CreateMatchmakingConfigurationInput {}
19
+ export interface CreateMatchmakingConfigurationCommandOutput
20
+ extends CreateMatchmakingConfigurationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateMatchmakingConfigurationCommand extends $Command<
24
+ CreateMatchmakingConfigurationCommandInput,
25
+ CreateMatchmakingConfigurationCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: CreateMatchmakingConfigurationCommandInput;
29
+ constructor(input: CreateMatchmakingConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateMatchmakingConfigurationCommandInput,
37
+ CreateMatchmakingConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { CreateMatchmakingRuleSetInput, CreateMatchmakingRuleSetOutput } from "../models/models_0";
5
- export interface CreateMatchmakingRuleSetCommandInput extends CreateMatchmakingRuleSetInput {
6
- }
7
- export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmakingRuleSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMatchmakingRuleSetCommand extends $Command<CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: CreateMatchmakingRuleSetCommandInput;
12
- constructor(input: CreateMatchmakingRuleSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ CreateMatchmakingRuleSetInput,
15
+ CreateMatchmakingRuleSetOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateMatchmakingRuleSetCommandInput
18
+ extends CreateMatchmakingRuleSetInput {}
19
+ export interface CreateMatchmakingRuleSetCommandOutput
20
+ extends CreateMatchmakingRuleSetOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateMatchmakingRuleSetCommand extends $Command<
24
+ CreateMatchmakingRuleSetCommandInput,
25
+ CreateMatchmakingRuleSetCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: CreateMatchmakingRuleSetCommandInput;
29
+ constructor(input: CreateMatchmakingRuleSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateMatchmakingRuleSetCommandInput,
37
+ CreateMatchmakingRuleSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }