@aws-sdk/client-gamelift 3.169.0 → 3.171.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 +1625 -480
  3. package/dist-types/ts3.4/GameLiftClient.d.ts +674 -168
  4. package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +30 -17
  23. package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +31 -17
  29. package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +30 -17
  30. package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +39 -17
  73. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +32 -17
  74. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +35 -17
  77. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +36 -17
  79. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +35 -17
  80. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +35 -17
  83. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +35 -17
  92. package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +35 -17
  94. package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +39 -17
  96. package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +39 -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 +7 -6
  103. package/dist-types/ts3.4/models/index.d.ts +1 -1
  104. package/dist-types/ts3.4/models/models_0.d.ts +2486 -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 +65 -38
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  133. package/package.json +34 -34
@@ -1,17 +1,35 @@
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 { PutScalingPolicyInput, PutScalingPolicyOutput } from "../models/models_0";
5
- export interface PutScalingPolicyCommandInput extends PutScalingPolicyInput {
6
- }
7
- export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: PutScalingPolicyCommandInput;
12
- constructor(input: PutScalingPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput>;
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
+ PutScalingPolicyInput,
15
+ PutScalingPolicyOutput,
16
+ } from "../models/models_0";
17
+ export interface PutScalingPolicyCommandInput extends PutScalingPolicyInput {}
18
+ export interface PutScalingPolicyCommandOutput
19
+ extends PutScalingPolicyOutput,
20
+ __MetadataBearer {}
21
+ export declare class PutScalingPolicyCommand extends $Command<
22
+ PutScalingPolicyCommandInput,
23
+ PutScalingPolicyCommandOutput,
24
+ GameLiftClientResolvedConfig
25
+ > {
26
+ readonly input: PutScalingPolicyCommandInput;
27
+ constructor(input: PutScalingPolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GameLiftClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { RegisterGameServerInput, RegisterGameServerOutput } from "../models/models_0";
5
- export interface RegisterGameServerCommandInput extends RegisterGameServerInput {
6
- }
7
- export interface RegisterGameServerCommandOutput extends RegisterGameServerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class RegisterGameServerCommand extends $Command<RegisterGameServerCommandInput, RegisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: RegisterGameServerCommandInput;
12
- constructor(input: RegisterGameServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterGameServerCommandInput, RegisterGameServerCommandOutput>;
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
+ RegisterGameServerInput,
15
+ RegisterGameServerOutput,
16
+ } from "../models/models_0";
17
+ export interface RegisterGameServerCommandInput
18
+ extends RegisterGameServerInput {}
19
+ export interface RegisterGameServerCommandOutput
20
+ extends RegisterGameServerOutput,
21
+ __MetadataBearer {}
22
+ export declare class RegisterGameServerCommand extends $Command<
23
+ RegisterGameServerCommandInput,
24
+ RegisterGameServerCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: RegisterGameServerCommandInput;
28
+ constructor(input: RegisterGameServerCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<RegisterGameServerCommandInput, RegisterGameServerCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { RequestUploadCredentialsInput, RequestUploadCredentialsOutput } from "../models/models_0";
5
- export interface RequestUploadCredentialsCommandInput extends RequestUploadCredentialsInput {
6
- }
7
- export interface RequestUploadCredentialsCommandOutput extends RequestUploadCredentialsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class RequestUploadCredentialsCommand extends $Command<RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: RequestUploadCredentialsCommandInput;
12
- constructor(input: RequestUploadCredentialsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput>;
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
+ RequestUploadCredentialsInput,
15
+ RequestUploadCredentialsOutput,
16
+ } from "../models/models_0";
17
+ export interface RequestUploadCredentialsCommandInput
18
+ extends RequestUploadCredentialsInput {}
19
+ export interface RequestUploadCredentialsCommandOutput
20
+ extends RequestUploadCredentialsOutput,
21
+ __MetadataBearer {}
22
+ export declare class RequestUploadCredentialsCommand extends $Command<
23
+ RequestUploadCredentialsCommandInput,
24
+ RequestUploadCredentialsCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: RequestUploadCredentialsCommandInput;
28
+ constructor(input: RequestUploadCredentialsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RequestUploadCredentialsCommandInput,
35
+ RequestUploadCredentialsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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 { ResolveAliasInput, ResolveAliasOutput } from "../models/models_0";
5
- export interface ResolveAliasCommandInput extends ResolveAliasInput {
6
- }
7
- export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ResolveAliasCommand extends $Command<ResolveAliasCommandInput, ResolveAliasCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: ResolveAliasCommandInput;
12
- constructor(input: ResolveAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveAliasCommandInput, ResolveAliasCommandOutput>;
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 { ResolveAliasInput, ResolveAliasOutput } from "../models/models_0";
14
+ export interface ResolveAliasCommandInput extends ResolveAliasInput {}
15
+ export interface ResolveAliasCommandOutput
16
+ extends ResolveAliasOutput,
17
+ __MetadataBearer {}
18
+ export declare class ResolveAliasCommand extends $Command<
19
+ ResolveAliasCommandInput,
20
+ ResolveAliasCommandOutput,
21
+ GameLiftClientResolvedConfig
22
+ > {
23
+ readonly input: ResolveAliasCommandInput;
24
+ constructor(input: ResolveAliasCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GameLiftClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ResolveAliasCommandInput, ResolveAliasCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { ResumeGameServerGroupInput, ResumeGameServerGroupOutput } from "../models/models_0";
5
- export interface ResumeGameServerGroupCommandInput extends ResumeGameServerGroupInput {
6
- }
7
- export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ResumeGameServerGroupCommand extends $Command<ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: ResumeGameServerGroupCommandInput;
12
- constructor(input: ResumeGameServerGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput>;
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
+ ResumeGameServerGroupInput,
15
+ ResumeGameServerGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface ResumeGameServerGroupCommandInput
18
+ extends ResumeGameServerGroupInput {}
19
+ export interface ResumeGameServerGroupCommandOutput
20
+ extends ResumeGameServerGroupOutput,
21
+ __MetadataBearer {}
22
+ export declare class ResumeGameServerGroupCommand extends $Command<
23
+ ResumeGameServerGroupCommandInput,
24
+ ResumeGameServerGroupCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: ResumeGameServerGroupCommandInput;
28
+ constructor(input: ResumeGameServerGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ResumeGameServerGroupCommandInput,
35
+ ResumeGameServerGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { SearchGameSessionsInput, SearchGameSessionsOutput } from "../models/models_0";
5
- export interface SearchGameSessionsCommandInput extends SearchGameSessionsInput {
6
- }
7
- export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchGameSessionsCommand extends $Command<SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: SearchGameSessionsCommandInput;
12
- constructor(input: SearchGameSessionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput>;
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
+ SearchGameSessionsInput,
15
+ SearchGameSessionsOutput,
16
+ } from "../models/models_0";
17
+ export interface SearchGameSessionsCommandInput
18
+ extends SearchGameSessionsInput {}
19
+ export interface SearchGameSessionsCommandOutput
20
+ extends SearchGameSessionsOutput,
21
+ __MetadataBearer {}
22
+ export declare class SearchGameSessionsCommand extends $Command<
23
+ SearchGameSessionsCommandInput,
24
+ SearchGameSessionsCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: SearchGameSessionsCommandInput;
28
+ constructor(input: SearchGameSessionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
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 { StartFleetActionsInput, StartFleetActionsOutput } from "../models/models_0";
5
- export interface StartFleetActionsCommandInput extends StartFleetActionsInput {
6
- }
7
- export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartFleetActionsCommand extends $Command<StartFleetActionsCommandInput, StartFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: StartFleetActionsCommandInput;
12
- constructor(input: StartFleetActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFleetActionsCommandInput, StartFleetActionsCommandOutput>;
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
+ StartFleetActionsInput,
15
+ StartFleetActionsOutput,
16
+ } from "../models/models_0";
17
+ export interface StartFleetActionsCommandInput extends StartFleetActionsInput {}
18
+ export interface StartFleetActionsCommandOutput
19
+ extends StartFleetActionsOutput,
20
+ __MetadataBearer {}
21
+ export declare class StartFleetActionsCommand extends $Command<
22
+ StartFleetActionsCommandInput,
23
+ StartFleetActionsCommandOutput,
24
+ GameLiftClientResolvedConfig
25
+ > {
26
+ readonly input: StartFleetActionsCommandInput;
27
+ constructor(input: StartFleetActionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GameLiftClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StartFleetActionsCommandInput, StartFleetActionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { StartGameSessionPlacementInput, StartGameSessionPlacementOutput } from "../models/models_0";
5
- export interface StartGameSessionPlacementCommandInput extends StartGameSessionPlacementInput {
6
- }
7
- export interface StartGameSessionPlacementCommandOutput extends StartGameSessionPlacementOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartGameSessionPlacementCommand extends $Command<StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: StartGameSessionPlacementCommandInput;
12
- constructor(input: StartGameSessionPlacementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput>;
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
+ StartGameSessionPlacementInput,
15
+ StartGameSessionPlacementOutput,
16
+ } from "../models/models_0";
17
+ export interface StartGameSessionPlacementCommandInput
18
+ extends StartGameSessionPlacementInput {}
19
+ export interface StartGameSessionPlacementCommandOutput
20
+ extends StartGameSessionPlacementOutput,
21
+ __MetadataBearer {}
22
+ export declare class StartGameSessionPlacementCommand extends $Command<
23
+ StartGameSessionPlacementCommandInput,
24
+ StartGameSessionPlacementCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: StartGameSessionPlacementCommandInput;
28
+ constructor(input: StartGameSessionPlacementCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartGameSessionPlacementCommandInput,
35
+ StartGameSessionPlacementCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { StartMatchBackfillInput, StartMatchBackfillOutput } from "../models/models_0";
5
- export interface StartMatchBackfillCommandInput extends StartMatchBackfillInput {
6
- }
7
- export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartMatchBackfillCommand extends $Command<StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: StartMatchBackfillCommandInput;
12
- constructor(input: StartMatchBackfillCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput>;
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
+ StartMatchBackfillInput,
15
+ StartMatchBackfillOutput,
16
+ } from "../models/models_0";
17
+ export interface StartMatchBackfillCommandInput
18
+ extends StartMatchBackfillInput {}
19
+ export interface StartMatchBackfillCommandOutput
20
+ extends StartMatchBackfillOutput,
21
+ __MetadataBearer {}
22
+ export declare class StartMatchBackfillCommand extends $Command<
23
+ StartMatchBackfillCommandInput,
24
+ StartMatchBackfillCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: StartMatchBackfillCommandInput;
28
+ constructor(input: StartMatchBackfillCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
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 { StartMatchmakingInput, StartMatchmakingOutput } from "../models/models_0";
5
- export interface StartMatchmakingCommandInput extends StartMatchmakingInput {
6
- }
7
- export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartMatchmakingCommand extends $Command<StartMatchmakingCommandInput, StartMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: StartMatchmakingCommandInput;
12
- constructor(input: StartMatchmakingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMatchmakingCommandInput, StartMatchmakingCommandOutput>;
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
+ StartMatchmakingInput,
15
+ StartMatchmakingOutput,
16
+ } from "../models/models_0";
17
+ export interface StartMatchmakingCommandInput extends StartMatchmakingInput {}
18
+ export interface StartMatchmakingCommandOutput
19
+ extends StartMatchmakingOutput,
20
+ __MetadataBearer {}
21
+ export declare class StartMatchmakingCommand extends $Command<
22
+ StartMatchmakingCommandInput,
23
+ StartMatchmakingCommandOutput,
24
+ GameLiftClientResolvedConfig
25
+ > {
26
+ readonly input: StartMatchmakingCommandInput;
27
+ constructor(input: StartMatchmakingCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GameLiftClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StartMatchmakingCommandInput, StartMatchmakingCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { StopFleetActionsInput, StopFleetActionsOutput } from "../models/models_0";
5
- export interface StopFleetActionsCommandInput extends StopFleetActionsInput {
6
- }
7
- export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopFleetActionsCommand extends $Command<StopFleetActionsCommandInput, StopFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: StopFleetActionsCommandInput;
12
- constructor(input: StopFleetActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopFleetActionsCommandInput, StopFleetActionsCommandOutput>;
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
+ StopFleetActionsInput,
15
+ StopFleetActionsOutput,
16
+ } from "../models/models_0";
17
+ export interface StopFleetActionsCommandInput extends StopFleetActionsInput {}
18
+ export interface StopFleetActionsCommandOutput
19
+ extends StopFleetActionsOutput,
20
+ __MetadataBearer {}
21
+ export declare class StopFleetActionsCommand extends $Command<
22
+ StopFleetActionsCommandInput,
23
+ StopFleetActionsCommandOutput,
24
+ GameLiftClientResolvedConfig
25
+ > {
26
+ readonly input: StopFleetActionsCommandInput;
27
+ constructor(input: StopFleetActionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GameLiftClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StopFleetActionsCommandInput, StopFleetActionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }