@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,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 { UpdateGameServerGroupInput, UpdateGameServerGroupOutput } from "../models/models_0";
5
- export interface UpdateGameServerGroupCommandInput extends UpdateGameServerGroupInput {
6
- }
7
- export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGameServerGroupCommand extends $Command<UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: UpdateGameServerGroupCommandInput;
12
- constructor(input: UpdateGameServerGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput>;
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
+ UpdateGameServerGroupInput,
15
+ UpdateGameServerGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateGameServerGroupCommandInput
18
+ extends UpdateGameServerGroupInput {}
19
+ export interface UpdateGameServerGroupCommandOutput
20
+ extends UpdateGameServerGroupOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateGameServerGroupCommand extends $Command<
23
+ UpdateGameServerGroupCommandInput,
24
+ UpdateGameServerGroupCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateGameServerGroupCommandInput;
28
+ constructor(input: UpdateGameServerGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateGameServerGroupCommandInput,
35
+ UpdateGameServerGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { UpdateGameSessionInput, UpdateGameSessionOutput } from "../models/models_0";
5
- export interface UpdateGameSessionCommandInput extends UpdateGameSessionInput {
6
- }
7
- export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGameSessionCommand extends $Command<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: UpdateGameSessionCommandInput;
12
- constructor(input: UpdateGameSessionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput>;
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
+ UpdateGameSessionInput,
15
+ UpdateGameSessionOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateGameSessionCommandInput extends UpdateGameSessionInput {}
18
+ export interface UpdateGameSessionCommandOutput
19
+ extends UpdateGameSessionOutput,
20
+ __MetadataBearer {}
21
+ export declare class UpdateGameSessionCommand extends $Command<
22
+ UpdateGameSessionCommandInput,
23
+ UpdateGameSessionCommandOutput,
24
+ GameLiftClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateGameSessionCommandInput;
27
+ constructor(input: UpdateGameSessionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GameLiftClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput>;
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 { UpdateGameSessionQueueInput, UpdateGameSessionQueueOutput } from "../models/models_0";
5
- export interface UpdateGameSessionQueueCommandInput extends UpdateGameSessionQueueInput {
6
- }
7
- export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQueueOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGameSessionQueueCommand extends $Command<UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: UpdateGameSessionQueueCommandInput;
12
- constructor(input: UpdateGameSessionQueueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput>;
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
+ UpdateGameSessionQueueInput,
15
+ UpdateGameSessionQueueOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateGameSessionQueueCommandInput
18
+ extends UpdateGameSessionQueueInput {}
19
+ export interface UpdateGameSessionQueueCommandOutput
20
+ extends UpdateGameSessionQueueOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateGameSessionQueueCommand extends $Command<
23
+ UpdateGameSessionQueueCommandInput,
24
+ UpdateGameSessionQueueCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateGameSessionQueueCommandInput;
28
+ constructor(input: UpdateGameSessionQueueCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateGameSessionQueueCommandInput,
35
+ UpdateGameSessionQueueCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { UpdateMatchmakingConfigurationInput, UpdateMatchmakingConfigurationOutput } from "../models/models_0";
5
- export interface UpdateMatchmakingConfigurationCommandInput extends UpdateMatchmakingConfigurationInput {
6
- }
7
- export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatchmakingConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateMatchmakingConfigurationCommand extends $Command<UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: UpdateMatchmakingConfigurationCommandInput;
12
- constructor(input: UpdateMatchmakingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput>;
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
+ UpdateMatchmakingConfigurationInput,
15
+ UpdateMatchmakingConfigurationOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateMatchmakingConfigurationCommandInput
18
+ extends UpdateMatchmakingConfigurationInput {}
19
+ export interface UpdateMatchmakingConfigurationCommandOutput
20
+ extends UpdateMatchmakingConfigurationOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateMatchmakingConfigurationCommand extends $Command<
23
+ UpdateMatchmakingConfigurationCommandInput,
24
+ UpdateMatchmakingConfigurationCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateMatchmakingConfigurationCommandInput;
28
+ constructor(input: UpdateMatchmakingConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateMatchmakingConfigurationCommandInput,
35
+ UpdateMatchmakingConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { UpdateRuntimeConfigurationInput, UpdateRuntimeConfigurationOutput } from "../models/models_0";
5
- export interface UpdateRuntimeConfigurationCommandInput extends UpdateRuntimeConfigurationInput {
6
- }
7
- export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRuntimeConfigurationCommand extends $Command<UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: UpdateRuntimeConfigurationCommandInput;
12
- constructor(input: UpdateRuntimeConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput>;
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
+ UpdateRuntimeConfigurationInput,
15
+ UpdateRuntimeConfigurationOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateRuntimeConfigurationCommandInput
18
+ extends UpdateRuntimeConfigurationInput {}
19
+ export interface UpdateRuntimeConfigurationCommandOutput
20
+ extends UpdateRuntimeConfigurationOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateRuntimeConfigurationCommand extends $Command<
23
+ UpdateRuntimeConfigurationCommandInput,
24
+ UpdateRuntimeConfigurationCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateRuntimeConfigurationCommandInput;
28
+ constructor(input: UpdateRuntimeConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateRuntimeConfigurationCommandInput,
35
+ UpdateRuntimeConfigurationCommandOutput
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 { UpdateScriptInput, UpdateScriptOutput } from "../models/models_0";
5
- export interface UpdateScriptCommandInput extends UpdateScriptInput {
6
- }
7
- export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateScriptCommand extends $Command<UpdateScriptCommandInput, UpdateScriptCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: UpdateScriptCommandInput;
12
- constructor(input: UpdateScriptCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScriptCommandInput, UpdateScriptCommandOutput>;
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 { UpdateScriptInput, UpdateScriptOutput } from "../models/models_0";
14
+ export interface UpdateScriptCommandInput extends UpdateScriptInput {}
15
+ export interface UpdateScriptCommandOutput
16
+ extends UpdateScriptOutput,
17
+ __MetadataBearer {}
18
+ export declare class UpdateScriptCommand extends $Command<
19
+ UpdateScriptCommandInput,
20
+ UpdateScriptCommandOutput,
21
+ GameLiftClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateScriptCommandInput;
24
+ constructor(input: UpdateScriptCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GameLiftClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateScriptCommandInput, UpdateScriptCommandOutput>;
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 { ValidateMatchmakingRuleSetInput, ValidateMatchmakingRuleSetOutput } from "../models/models_0";
5
- export interface ValidateMatchmakingRuleSetCommandInput extends ValidateMatchmakingRuleSetInput {
6
- }
7
- export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchmakingRuleSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ValidateMatchmakingRuleSetCommand extends $Command<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: ValidateMatchmakingRuleSetCommandInput;
12
- constructor(input: ValidateMatchmakingRuleSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput>;
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
+ ValidateMatchmakingRuleSetInput,
15
+ ValidateMatchmakingRuleSetOutput,
16
+ } from "../models/models_0";
17
+ export interface ValidateMatchmakingRuleSetCommandInput
18
+ extends ValidateMatchmakingRuleSetInput {}
19
+ export interface ValidateMatchmakingRuleSetCommandOutput
20
+ extends ValidateMatchmakingRuleSetOutput,
21
+ __MetadataBearer {}
22
+ export declare class ValidateMatchmakingRuleSetCommand extends $Command<
23
+ ValidateMatchmakingRuleSetCommandInput,
24
+ ValidateMatchmakingRuleSetCommandOutput,
25
+ GameLiftClientResolvedConfig
26
+ > {
27
+ readonly input: ValidateMatchmakingRuleSetCommandInput;
28
+ constructor(input: ValidateMatchmakingRuleSetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GameLiftClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ValidateMatchmakingRuleSetCommandInput,
35
+ ValidateMatchmakingRuleSetCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,95 +1,95 @@
1
- export * from "./AcceptMatchCommand";
2
- export * from "./ClaimGameServerCommand";
3
- export * from "./CreateAliasCommand";
4
- export * from "./CreateBuildCommand";
5
- export * from "./CreateFleetCommand";
6
- export * from "./CreateFleetLocationsCommand";
7
- export * from "./CreateGameServerGroupCommand";
8
- export * from "./CreateGameSessionCommand";
9
- export * from "./CreateGameSessionQueueCommand";
10
- export * from "./CreateMatchmakingConfigurationCommand";
11
- export * from "./CreateMatchmakingRuleSetCommand";
12
- export * from "./CreatePlayerSessionCommand";
13
- export * from "./CreatePlayerSessionsCommand";
14
- export * from "./CreateScriptCommand";
15
- export * from "./CreateVpcPeeringAuthorizationCommand";
16
- export * from "./CreateVpcPeeringConnectionCommand";
17
- export * from "./DeleteAliasCommand";
18
- export * from "./DeleteBuildCommand";
19
- export * from "./DeleteFleetCommand";
20
- export * from "./DeleteFleetLocationsCommand";
21
- export * from "./DeleteGameServerGroupCommand";
22
- export * from "./DeleteGameSessionQueueCommand";
23
- export * from "./DeleteMatchmakingConfigurationCommand";
24
- export * from "./DeleteMatchmakingRuleSetCommand";
25
- export * from "./DeleteScalingPolicyCommand";
26
- export * from "./DeleteScriptCommand";
27
- export * from "./DeleteVpcPeeringAuthorizationCommand";
28
- export * from "./DeleteVpcPeeringConnectionCommand";
29
- export * from "./DeregisterGameServerCommand";
30
- export * from "./DescribeAliasCommand";
31
- export * from "./DescribeBuildCommand";
32
- export * from "./DescribeEC2InstanceLimitsCommand";
33
- export * from "./DescribeFleetAttributesCommand";
34
- export * from "./DescribeFleetCapacityCommand";
35
- export * from "./DescribeFleetEventsCommand";
36
- export * from "./DescribeFleetLocationAttributesCommand";
37
- export * from "./DescribeFleetLocationCapacityCommand";
38
- export * from "./DescribeFleetLocationUtilizationCommand";
39
- export * from "./DescribeFleetPortSettingsCommand";
40
- export * from "./DescribeFleetUtilizationCommand";
41
- export * from "./DescribeGameServerCommand";
42
- export * from "./DescribeGameServerGroupCommand";
43
- export * from "./DescribeGameServerInstancesCommand";
44
- export * from "./DescribeGameSessionDetailsCommand";
45
- export * from "./DescribeGameSessionPlacementCommand";
46
- export * from "./DescribeGameSessionQueuesCommand";
47
- export * from "./DescribeGameSessionsCommand";
48
- export * from "./DescribeInstancesCommand";
49
- export * from "./DescribeMatchmakingCommand";
50
- export * from "./DescribeMatchmakingConfigurationsCommand";
51
- export * from "./DescribeMatchmakingRuleSetsCommand";
52
- export * from "./DescribePlayerSessionsCommand";
53
- export * from "./DescribeRuntimeConfigurationCommand";
54
- export * from "./DescribeScalingPoliciesCommand";
55
- export * from "./DescribeScriptCommand";
56
- export * from "./DescribeVpcPeeringAuthorizationsCommand";
57
- export * from "./DescribeVpcPeeringConnectionsCommand";
58
- export * from "./GetGameSessionLogUrlCommand";
59
- export * from "./GetInstanceAccessCommand";
60
- export * from "./ListAliasesCommand";
61
- export * from "./ListBuildsCommand";
62
- export * from "./ListFleetsCommand";
63
- export * from "./ListGameServerGroupsCommand";
64
- export * from "./ListGameServersCommand";
65
- export * from "./ListScriptsCommand";
66
- export * from "./ListTagsForResourceCommand";
67
- export * from "./PutScalingPolicyCommand";
68
- export * from "./RegisterGameServerCommand";
69
- export * from "./RequestUploadCredentialsCommand";
70
- export * from "./ResolveAliasCommand";
71
- export * from "./ResumeGameServerGroupCommand";
72
- export * from "./SearchGameSessionsCommand";
73
- export * from "./StartFleetActionsCommand";
74
- export * from "./StartGameSessionPlacementCommand";
75
- export * from "./StartMatchBackfillCommand";
76
- export * from "./StartMatchmakingCommand";
77
- export * from "./StopFleetActionsCommand";
78
- export * from "./StopGameSessionPlacementCommand";
79
- export * from "./StopMatchmakingCommand";
80
- export * from "./SuspendGameServerGroupCommand";
81
- export * from "./TagResourceCommand";
82
- export * from "./UntagResourceCommand";
83
- export * from "./UpdateAliasCommand";
84
- export * from "./UpdateBuildCommand";
85
- export * from "./UpdateFleetAttributesCommand";
86
- export * from "./UpdateFleetCapacityCommand";
87
- export * from "./UpdateFleetPortSettingsCommand";
88
- export * from "./UpdateGameServerCommand";
89
- export * from "./UpdateGameServerGroupCommand";
90
- export * from "./UpdateGameSessionCommand";
91
- export * from "./UpdateGameSessionQueueCommand";
92
- export * from "./UpdateMatchmakingConfigurationCommand";
93
- export * from "./UpdateRuntimeConfigurationCommand";
94
- export * from "./UpdateScriptCommand";
95
- export * from "./ValidateMatchmakingRuleSetCommand";
1
+ export * from "./AcceptMatchCommand";
2
+ export * from "./ClaimGameServerCommand";
3
+ export * from "./CreateAliasCommand";
4
+ export * from "./CreateBuildCommand";
5
+ export * from "./CreateFleetCommand";
6
+ export * from "./CreateFleetLocationsCommand";
7
+ export * from "./CreateGameServerGroupCommand";
8
+ export * from "./CreateGameSessionCommand";
9
+ export * from "./CreateGameSessionQueueCommand";
10
+ export * from "./CreateMatchmakingConfigurationCommand";
11
+ export * from "./CreateMatchmakingRuleSetCommand";
12
+ export * from "./CreatePlayerSessionCommand";
13
+ export * from "./CreatePlayerSessionsCommand";
14
+ export * from "./CreateScriptCommand";
15
+ export * from "./CreateVpcPeeringAuthorizationCommand";
16
+ export * from "./CreateVpcPeeringConnectionCommand";
17
+ export * from "./DeleteAliasCommand";
18
+ export * from "./DeleteBuildCommand";
19
+ export * from "./DeleteFleetCommand";
20
+ export * from "./DeleteFleetLocationsCommand";
21
+ export * from "./DeleteGameServerGroupCommand";
22
+ export * from "./DeleteGameSessionQueueCommand";
23
+ export * from "./DeleteMatchmakingConfigurationCommand";
24
+ export * from "./DeleteMatchmakingRuleSetCommand";
25
+ export * from "./DeleteScalingPolicyCommand";
26
+ export * from "./DeleteScriptCommand";
27
+ export * from "./DeleteVpcPeeringAuthorizationCommand";
28
+ export * from "./DeleteVpcPeeringConnectionCommand";
29
+ export * from "./DeregisterGameServerCommand";
30
+ export * from "./DescribeAliasCommand";
31
+ export * from "./DescribeBuildCommand";
32
+ export * from "./DescribeEC2InstanceLimitsCommand";
33
+ export * from "./DescribeFleetAttributesCommand";
34
+ export * from "./DescribeFleetCapacityCommand";
35
+ export * from "./DescribeFleetEventsCommand";
36
+ export * from "./DescribeFleetLocationAttributesCommand";
37
+ export * from "./DescribeFleetLocationCapacityCommand";
38
+ export * from "./DescribeFleetLocationUtilizationCommand";
39
+ export * from "./DescribeFleetPortSettingsCommand";
40
+ export * from "./DescribeFleetUtilizationCommand";
41
+ export * from "./DescribeGameServerCommand";
42
+ export * from "./DescribeGameServerGroupCommand";
43
+ export * from "./DescribeGameServerInstancesCommand";
44
+ export * from "./DescribeGameSessionDetailsCommand";
45
+ export * from "./DescribeGameSessionPlacementCommand";
46
+ export * from "./DescribeGameSessionQueuesCommand";
47
+ export * from "./DescribeGameSessionsCommand";
48
+ export * from "./DescribeInstancesCommand";
49
+ export * from "./DescribeMatchmakingCommand";
50
+ export * from "./DescribeMatchmakingConfigurationsCommand";
51
+ export * from "./DescribeMatchmakingRuleSetsCommand";
52
+ export * from "./DescribePlayerSessionsCommand";
53
+ export * from "./DescribeRuntimeConfigurationCommand";
54
+ export * from "./DescribeScalingPoliciesCommand";
55
+ export * from "./DescribeScriptCommand";
56
+ export * from "./DescribeVpcPeeringAuthorizationsCommand";
57
+ export * from "./DescribeVpcPeeringConnectionsCommand";
58
+ export * from "./GetGameSessionLogUrlCommand";
59
+ export * from "./GetInstanceAccessCommand";
60
+ export * from "./ListAliasesCommand";
61
+ export * from "./ListBuildsCommand";
62
+ export * from "./ListFleetsCommand";
63
+ export * from "./ListGameServerGroupsCommand";
64
+ export * from "./ListGameServersCommand";
65
+ export * from "./ListScriptsCommand";
66
+ export * from "./ListTagsForResourceCommand";
67
+ export * from "./PutScalingPolicyCommand";
68
+ export * from "./RegisterGameServerCommand";
69
+ export * from "./RequestUploadCredentialsCommand";
70
+ export * from "./ResolveAliasCommand";
71
+ export * from "./ResumeGameServerGroupCommand";
72
+ export * from "./SearchGameSessionsCommand";
73
+ export * from "./StartFleetActionsCommand";
74
+ export * from "./StartGameSessionPlacementCommand";
75
+ export * from "./StartMatchBackfillCommand";
76
+ export * from "./StartMatchmakingCommand";
77
+ export * from "./StopFleetActionsCommand";
78
+ export * from "./StopGameSessionPlacementCommand";
79
+ export * from "./StopMatchmakingCommand";
80
+ export * from "./SuspendGameServerGroupCommand";
81
+ export * from "./TagResourceCommand";
82
+ export * from "./UntagResourceCommand";
83
+ export * from "./UpdateAliasCommand";
84
+ export * from "./UpdateBuildCommand";
85
+ export * from "./UpdateFleetAttributesCommand";
86
+ export * from "./UpdateFleetCapacityCommand";
87
+ export * from "./UpdateFleetPortSettingsCommand";
88
+ export * from "./UpdateGameServerCommand";
89
+ export * from "./UpdateGameServerGroupCommand";
90
+ export * from "./UpdateGameSessionCommand";
91
+ export * from "./UpdateGameSessionQueueCommand";
92
+ export * from "./UpdateMatchmakingConfigurationCommand";
93
+ export * from "./UpdateRuntimeConfigurationCommand";
94
+ export * from "./UpdateScriptCommand";
95
+ export * from "./ValidateMatchmakingRuleSetCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./GameLift";
2
- export * from "./GameLiftClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { GameLiftServiceException } from "./models/GameLiftServiceException";
1
+ export * from "./GameLift";
2
+ export * from "./GameLiftClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { GameLiftServiceException } from "./models/GameLiftServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class GameLiftServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class GameLiftServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";