@aws-sdk/client-gamelift 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GameLift.d.ts +402 -465
- package/dist-types/ts3.4/GameLiftClient.d.ts +30 -85
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeContainerGroupPortMappingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFleetDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetComputeAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetComputeAuthTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPlayerConnectionDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListComputeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListContainerFleetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFleetDeploymentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateGameSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContainerFleetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerGroupDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +23 -46
- package/dist-types/ts3.4/models/errors.d.ts +13 -48
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/models/models_1.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListComputePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,22 +33,13 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
AcceptMatchCommandInput,
|
|
41
|
-
AcceptMatchCommandOutput,
|
|
42
|
-
} from "./commands/AcceptMatchCommand";
|
|
36
|
+
import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "./commands/AcceptMatchCommand";
|
|
43
37
|
import {
|
|
44
38
|
ClaimGameServerCommandInput,
|
|
45
39
|
ClaimGameServerCommandOutput,
|
|
46
40
|
} from "./commands/ClaimGameServerCommand";
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
CreateAliasCommandOutput,
|
|
50
|
-
} from "./commands/CreateAliasCommand";
|
|
51
|
-
import {
|
|
52
|
-
CreateBuildCommandInput,
|
|
53
|
-
CreateBuildCommandOutput,
|
|
54
|
-
} from "./commands/CreateBuildCommand";
|
|
41
|
+
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
42
|
+
import { CreateBuildCommandInput, CreateBuildCommandOutput } from "./commands/CreateBuildCommand";
|
|
55
43
|
import {
|
|
56
44
|
CreateContainerFleetCommandInput,
|
|
57
45
|
CreateContainerFleetCommandOutput,
|
|
@@ -60,10 +48,7 @@ import {
|
|
|
60
48
|
CreateContainerGroupDefinitionCommandInput,
|
|
61
49
|
CreateContainerGroupDefinitionCommandOutput,
|
|
62
50
|
} from "./commands/CreateContainerGroupDefinitionCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateFleetCommandInput,
|
|
65
|
-
CreateFleetCommandOutput,
|
|
66
|
-
} from "./commands/CreateFleetCommand";
|
|
51
|
+
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
67
52
|
import {
|
|
68
53
|
CreateFleetLocationsCommandInput,
|
|
69
54
|
CreateFleetLocationsCommandOutput,
|
|
@@ -112,14 +97,8 @@ import {
|
|
|
112
97
|
CreateVpcPeeringConnectionCommandInput,
|
|
113
98
|
CreateVpcPeeringConnectionCommandOutput,
|
|
114
99
|
} from "./commands/CreateVpcPeeringConnectionCommand";
|
|
115
|
-
import {
|
|
116
|
-
|
|
117
|
-
DeleteAliasCommandOutput,
|
|
118
|
-
} from "./commands/DeleteAliasCommand";
|
|
119
|
-
import {
|
|
120
|
-
DeleteBuildCommandInput,
|
|
121
|
-
DeleteBuildCommandOutput,
|
|
122
|
-
} from "./commands/DeleteBuildCommand";
|
|
100
|
+
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
|
|
101
|
+
import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "./commands/DeleteBuildCommand";
|
|
123
102
|
import {
|
|
124
103
|
DeleteContainerFleetCommandInput,
|
|
125
104
|
DeleteContainerFleetCommandOutput,
|
|
@@ -128,10 +107,7 @@ import {
|
|
|
128
107
|
DeleteContainerGroupDefinitionCommandInput,
|
|
129
108
|
DeleteContainerGroupDefinitionCommandOutput,
|
|
130
109
|
} from "./commands/DeleteContainerGroupDefinitionCommand";
|
|
131
|
-
import {
|
|
132
|
-
DeleteFleetCommandInput,
|
|
133
|
-
DeleteFleetCommandOutput,
|
|
134
|
-
} from "./commands/DeleteFleetCommand";
|
|
110
|
+
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
135
111
|
import {
|
|
136
112
|
DeleteFleetLocationsCommandInput,
|
|
137
113
|
DeleteFleetLocationsCommandOutput,
|
|
@@ -332,18 +308,9 @@ import {
|
|
|
332
308
|
GetPlayerConnectionDetailsCommandInput,
|
|
333
309
|
GetPlayerConnectionDetailsCommandOutput,
|
|
334
310
|
} from "./commands/GetPlayerConnectionDetailsCommand";
|
|
335
|
-
import {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
} from "./commands/ListAliasesCommand";
|
|
339
|
-
import {
|
|
340
|
-
ListBuildsCommandInput,
|
|
341
|
-
ListBuildsCommandOutput,
|
|
342
|
-
} from "./commands/ListBuildsCommand";
|
|
343
|
-
import {
|
|
344
|
-
ListComputeCommandInput,
|
|
345
|
-
ListComputeCommandOutput,
|
|
346
|
-
} from "./commands/ListComputeCommand";
|
|
311
|
+
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
|
|
312
|
+
import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
|
|
313
|
+
import { ListComputeCommandInput, ListComputeCommandOutput } from "./commands/ListComputeCommand";
|
|
347
314
|
import {
|
|
348
315
|
ListContainerFleetsCommandInput,
|
|
349
316
|
ListContainerFleetsCommandOutput,
|
|
@@ -360,10 +327,7 @@ import {
|
|
|
360
327
|
ListFleetDeploymentsCommandInput,
|
|
361
328
|
ListFleetDeploymentsCommandOutput,
|
|
362
329
|
} from "./commands/ListFleetDeploymentsCommand";
|
|
363
|
-
import {
|
|
364
|
-
ListFleetsCommandInput,
|
|
365
|
-
ListFleetsCommandOutput,
|
|
366
|
-
} from "./commands/ListFleetsCommand";
|
|
330
|
+
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
367
331
|
import {
|
|
368
332
|
ListGameServerGroupsCommandInput,
|
|
369
333
|
ListGameServerGroupsCommandOutput,
|
|
@@ -376,10 +340,7 @@ import {
|
|
|
376
340
|
ListLocationsCommandInput,
|
|
377
341
|
ListLocationsCommandOutput,
|
|
378
342
|
} from "./commands/ListLocationsCommand";
|
|
379
|
-
import {
|
|
380
|
-
ListScriptsCommandInput,
|
|
381
|
-
ListScriptsCommandOutput,
|
|
382
|
-
} from "./commands/ListScriptsCommand";
|
|
343
|
+
import { ListScriptsCommandInput, ListScriptsCommandOutput } from "./commands/ListScriptsCommand";
|
|
383
344
|
import {
|
|
384
345
|
ListTagsForResourceCommandInput,
|
|
385
346
|
ListTagsForResourceCommandOutput,
|
|
@@ -444,10 +405,7 @@ import {
|
|
|
444
405
|
SuspendGameServerGroupCommandInput,
|
|
445
406
|
SuspendGameServerGroupCommandOutput,
|
|
446
407
|
} from "./commands/SuspendGameServerGroupCommand";
|
|
447
|
-
import {
|
|
448
|
-
TagResourceCommandInput,
|
|
449
|
-
TagResourceCommandOutput,
|
|
450
|
-
} from "./commands/TagResourceCommand";
|
|
408
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
451
409
|
import {
|
|
452
410
|
TerminateGameSessionCommandInput,
|
|
453
411
|
TerminateGameSessionCommandOutput,
|
|
@@ -456,14 +414,8 @@ import {
|
|
|
456
414
|
UntagResourceCommandInput,
|
|
457
415
|
UntagResourceCommandOutput,
|
|
458
416
|
} from "./commands/UntagResourceCommand";
|
|
459
|
-
import {
|
|
460
|
-
|
|
461
|
-
UpdateAliasCommandOutput,
|
|
462
|
-
} from "./commands/UpdateAliasCommand";
|
|
463
|
-
import {
|
|
464
|
-
UpdateBuildCommandInput,
|
|
465
|
-
UpdateBuildCommandOutput,
|
|
466
|
-
} from "./commands/UpdateBuildCommand";
|
|
417
|
+
import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
|
|
418
|
+
import { UpdateBuildCommandInput, UpdateBuildCommandOutput } from "./commands/UpdateBuildCommand";
|
|
467
419
|
import {
|
|
468
420
|
UpdateContainerFleetCommandInput,
|
|
469
421
|
UpdateContainerFleetCommandOutput,
|
|
@@ -765,8 +717,7 @@ export type ServiceOutputTypes =
|
|
|
765
717
|
| UpdateRuntimeConfigurationCommandOutput
|
|
766
718
|
| UpdateScriptCommandOutput
|
|
767
719
|
| ValidateMatchmakingRuleSetCommandOutput;
|
|
768
|
-
export interface ClientDefaults
|
|
769
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
720
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
770
721
|
requestHandler?: __HttpHandlerUserInput;
|
|
771
722
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
772
723
|
urlParser?: __UrlParser;
|
|
@@ -791,9 +742,7 @@ export interface ClientDefaults
|
|
|
791
742
|
extensions?: RuntimeExtension[];
|
|
792
743
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
793
744
|
}
|
|
794
|
-
export type GameLiftClientConfigType = Partial<
|
|
795
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
796
|
-
> &
|
|
745
|
+
export type GameLiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
797
746
|
ClientDefaults &
|
|
798
747
|
UserAgentInputConfig &
|
|
799
748
|
RetryInputConfig &
|
|
@@ -803,19 +752,17 @@ export type GameLiftClientConfigType = Partial<
|
|
|
803
752
|
HttpAuthSchemeInputConfig &
|
|
804
753
|
ClientInputEndpointParameters;
|
|
805
754
|
export interface GameLiftClientConfig extends GameLiftClientConfigType {}
|
|
806
|
-
export type GameLiftClientResolvedConfigType =
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
export interface GameLiftClientResolvedConfig
|
|
818
|
-
extends GameLiftClientResolvedConfigType {}
|
|
755
|
+
export type GameLiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
756
|
+
Required<ClientDefaults> &
|
|
757
|
+
RuntimeExtensionsConfig &
|
|
758
|
+
UserAgentResolvedConfig &
|
|
759
|
+
RetryResolvedConfig &
|
|
760
|
+
RegionResolvedConfig &
|
|
761
|
+
HostHeaderResolvedConfig &
|
|
762
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
763
|
+
HttpAuthSchemeResolvedConfig &
|
|
764
|
+
ClientResolvedEndpointParameters;
|
|
765
|
+
export interface GameLiftClientResolvedConfig extends GameLiftClientResolvedConfigType {}
|
|
819
766
|
export declare class GameLiftClient extends __Client<
|
|
820
767
|
__HttpHandlerOptions,
|
|
821
768
|
ServiceInputTypes,
|
|
@@ -823,8 +770,6 @@ export declare class GameLiftClient extends __Client<
|
|
|
823
770
|
GameLiftClientResolvedConfig
|
|
824
771
|
> {
|
|
825
772
|
readonly config: GameLiftClientResolvedConfig;
|
|
826
|
-
constructor(
|
|
827
|
-
...[configuration]: __CheckOptionalClientConfig<GameLiftClientConfig>
|
|
828
|
-
);
|
|
773
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<GameLiftClientConfig>);
|
|
829
774
|
destroy(): void;
|
|
830
775
|
}
|
|
@@ -7,17 +7,10 @@ import { GameLiftHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: GameLiftHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: GameLiftHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): GameLiftHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { GameLiftClientResolvedConfig } from "../GameLiftClient";
|
|
15
|
-
export interface GameLiftHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface GameLiftHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface GameLiftHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface GameLiftHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
GameLiftClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
GameLiftHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultGameLiftHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: GameLiftClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<GameLiftHttpAuthSchemeParameters>;
|
|
31
|
-
export interface GameLiftHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<GameLiftHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface GameLiftHttpAuthSchemeProvider extends HttpAuthSchemeProvider<GameLiftHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultGameLiftHttpAuthSchemeProvider: GameLiftHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: GameLiftHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: GameLiftHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./GameLiftClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
GameLiftClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { AcceptMatchInput, AcceptMatchOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface AcceptMatchCommandInput extends AcceptMatchInput {}
|
|
5
|
-
export interface AcceptMatchCommandOutput
|
|
6
|
-
extends AcceptMatchOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataBearer {}
|
|
8
6
|
declare const AcceptMatchCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AcceptMatchCommandInput
|
|
8
|
+
input: AcceptMatchCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AcceptMatchCommandInput,
|
|
13
11
|
AcceptMatchCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AcceptMatchCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AcceptMatchCommandInput
|
|
17
|
+
input: AcceptMatchCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AcceptMatchCommandInput,
|
|
22
20
|
AcceptMatchCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ClaimGameServerInput,
|
|
4
|
-
ClaimGameServerOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ClaimGameServerInput, ClaimGameServerOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ClaimGameServerCommandInput extends ClaimGameServerInput {}
|
|
8
|
-
export interface ClaimGameServerCommandOutput
|
|
9
|
-
extends ClaimGameServerOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __MetadataBearer {}
|
|
11
6
|
declare const ClaimGameServerCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ClaimGameServerCommandInput
|
|
8
|
+
input: ClaimGameServerCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ClaimGameServerCommandInput,
|
|
16
11
|
ClaimGameServerCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ClaimGameServerCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ClaimGameServerCommandInput
|
|
17
|
+
input: ClaimGameServerCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ClaimGameServerCommandInput,
|
|
25
20
|
ClaimGameServerCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateAliasInput, CreateAliasOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateAliasCommandInput extends CreateAliasInput {}
|
|
5
|
-
export interface CreateAliasCommandOutput
|
|
6
|
-
extends CreateAliasOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateAliasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateAliasCommandInput
|
|
8
|
+
input: CreateAliasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateAliasCommandInput,
|
|
13
11
|
CreateAliasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateAliasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateAliasCommandInput
|
|
17
|
+
input: CreateAliasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateAliasCommandInput,
|
|
22
20
|
CreateAliasCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateBuildInput, CreateBuildOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateBuildCommandInput extends CreateBuildInput {}
|
|
5
|
-
export interface CreateBuildCommandOutput
|
|
6
|
-
extends CreateBuildOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateBuildCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateBuildCommandInput
|
|
8
|
+
input: CreateBuildCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateBuildCommandInput,
|
|
13
11
|
CreateBuildCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateContainerFleetInput,
|
|
4
|
-
CreateContainerFleetOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateContainerFleetInput, CreateContainerFleetOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateContainerFleetCommandInput
|
|
8
|
-
extends CreateContainerFleetInput {}
|
|
4
|
+
export interface CreateContainerFleetCommandInput extends CreateContainerFleetInput {}
|
|
9
5
|
export interface CreateContainerFleetCommandOutput
|
|
10
|
-
extends CreateContainerFleetOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateContainerFleetOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateContainerFleetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateContainerFleetCommandInput
|
|
9
|
+
input: CreateContainerFleetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateContainerFleetCommandInput,
|
|
17
12
|
CreateContainerFleetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateContainerFleetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateContainerFleetCommandInput
|
|
18
|
+
input: CreateContainerFleetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateContainerFleetCommandInput,
|
|
26
21
|
CreateContainerFleetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateContainerGroupDefinitionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateContainerGroupDefinitionCommandInput
|
|
8
|
-
extends CreateContainerGroupDefinitionInput {}
|
|
7
|
+
export interface CreateContainerGroupDefinitionCommandInput extends CreateContainerGroupDefinitionInput {}
|
|
9
8
|
export interface CreateContainerGroupDefinitionCommandOutput
|
|
10
|
-
extends CreateContainerGroupDefinitionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateContainerGroupDefinitionOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateContainerGroupDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateContainerGroupDefinitionCommandInput
|
|
12
|
+
input: CreateContainerGroupDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateContainerGroupDefinitionCommandInput,
|
|
17
15
|
CreateContainerGroupDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateContainerGroupDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateContainerGroupDefinitionCommandInput
|
|
21
|
+
input: CreateContainerGroupDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateContainerGroupDefinitionCommandInput,
|
|
26
24
|
CreateContainerGroupDefinitionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateFleetCommandInput extends CreateFleetInput {}
|
|
5
|
-
export interface CreateFleetCommandOutput
|
|
6
|
-
extends CreateFleetOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateFleetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateFleetCommandInput
|
|
8
|
+
input: CreateFleetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateFleetCommandInput,
|
|
13
11
|
CreateFleetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateFleetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateFleetCommandInput
|
|
17
|
+
input: CreateFleetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateFleetCommandInput,
|
|
22
20
|
CreateFleetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateFleetLocationsInput,
|
|
4
|
-
CreateFleetLocationsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateFleetLocationsInput, CreateFleetLocationsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateFleetLocationsCommandInput
|
|
8
|
-
extends CreateFleetLocationsInput {}
|
|
4
|
+
export interface CreateFleetLocationsCommandInput extends CreateFleetLocationsInput {}
|
|
9
5
|
export interface CreateFleetLocationsCommandOutput
|
|
10
|
-
extends CreateFleetLocationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateFleetLocationsOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateFleetLocationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateFleetLocationsCommandInput
|
|
9
|
+
input: CreateFleetLocationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateFleetLocationsCommandInput,
|
|
17
12
|
CreateFleetLocationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateFleetLocationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateFleetLocationsCommandInput
|
|
18
|
+
input: CreateFleetLocationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateFleetLocationsCommandInput,
|
|
26
21
|
CreateFleetLocationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateGameServerGroupInput,
|
|
4
|
-
CreateGameServerGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateGameServerGroupInput, CreateGameServerGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateGameServerGroupCommandInput
|
|
8
|
-
extends CreateGameServerGroupInput {}
|
|
4
|
+
export interface CreateGameServerGroupCommandInput extends CreateGameServerGroupInput {}
|
|
9
5
|
export interface CreateGameServerGroupCommandOutput
|
|
10
|
-
extends CreateGameServerGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateGameServerGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateGameServerGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateGameServerGroupCommandInput
|
|
9
|
+
input: CreateGameServerGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateGameServerGroupCommandInput,
|
|
17
12
|
CreateGameServerGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateGameServerGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateGameServerGroupCommandInput
|
|
18
|
+
input: CreateGameServerGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateGameServerGroupCommandInput,
|
|
26
21
|
CreateGameServerGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateGameSessionInput,
|
|
4
|
-
CreateGameSessionOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateGameSessionInput, CreateGameSessionOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateGameSessionCommandInput extends CreateGameSessionInput {}
|
|
8
|
-
export interface CreateGameSessionCommandOutput
|
|
9
|
-
extends CreateGameSessionOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreateGameSessionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateGameSessionCommandInput
|
|
8
|
+
input: CreateGameSessionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateGameSessionCommandInput,
|
|
16
11
|
CreateGameSessionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateGameSessionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateGameSessionCommandInput
|
|
17
|
+
input: CreateGameSessionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateGameSessionCommandInput,
|
|
25
20
|
CreateGameSessionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateGameSessionQueueInput,
|
|
4
|
-
CreateGameSessionQueueOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateGameSessionQueueInput, CreateGameSessionQueueOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateGameSessionQueueCommandInput
|
|
8
|
-
extends CreateGameSessionQueueInput {}
|
|
4
|
+
export interface CreateGameSessionQueueCommandInput extends CreateGameSessionQueueInput {}
|
|
9
5
|
export interface CreateGameSessionQueueCommandOutput
|
|
10
|
-
extends CreateGameSessionQueueOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateGameSessionQueueOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateGameSessionQueueCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateGameSessionQueueCommandInput
|
|
9
|
+
input: CreateGameSessionQueueCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateGameSessionQueueCommandInput,
|
|
17
12
|
CreateGameSessionQueueCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateGameSessionQueueCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateGameSessionQueueCommandInput
|
|
18
|
+
input: CreateGameSessionQueueCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateGameSessionQueueCommandInput,
|
|
26
21
|
CreateGameSessionQueueCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateLocationInput, CreateLocationOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateLocationCommandInput extends CreateLocationInput {}
|
|
5
|
-
export interface CreateLocationCommandOutput
|
|
6
|
-
extends CreateLocationOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLocationCommandOutput extends CreateLocationOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateLocationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateLocationCommandInput
|
|
8
|
+
input: CreateLocationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateLocationCommandInput,
|
|
13
11
|
CreateLocationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateLocationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateLocationCommandInput
|
|
17
|
+
input: CreateLocationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateLocationCommandInput,
|
|
22
20
|
CreateLocationCommandOutput,
|