@aws-sdk/client-gameliftstreams 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +104 -106
- package/dist-cjs/models/GameLiftStreamsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/GameLiftStreams.js +1 -1
- package/dist-es/GameLiftStreamsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddStreamGroupLocationsCommand.js +2 -2
- package/dist-es/commands/AssociateApplicationsCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateStreamGroupCommand.js +2 -2
- package/dist-es/commands/CreateStreamSessionConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteStreamGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateApplicationsCommand.js +2 -2
- package/dist-es/commands/ExportStreamSessionFilesCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetStreamGroupCommand.js +2 -2
- package/dist-es/commands/GetStreamSessionCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListStreamGroupsCommand.js +2 -2
- package/dist-es/commands/ListStreamSessionsByAccountCommand.js +2 -2
- package/dist-es/commands/ListStreamSessionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RemoveStreamGroupLocationsCommand.js +2 -2
- package/dist-es/commands/StartStreamSessionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateStreamSessionCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateStreamGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GameLiftStreamsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForApplicationDeleted.js +1 -1
- package/dist-es/waiters/waitForApplicationReady.js +1 -1
- package/dist-es/waiters/waitForStreamGroupActive.js +1 -1
- package/dist-es/waiters/waitForStreamGroupDeleted.js +1 -1
- package/dist-es/waiters/waitForStreamSessionActive.js +1 -1
- package/dist-types/GameLiftStreams.d.ts +1 -1
- package/dist-types/GameLiftStreamsClient.d.ts +5 -5
- package/dist-types/commands/AddStreamGroupLocationsCommand.d.ts +6 -4
- package/dist-types/commands/AssociateApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamSessionConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStreamGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportStreamSessionFilesCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetStreamGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetStreamSessionCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamSessionsByAccountCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RemoveStreamGroupLocationsCommand.d.ts +6 -4
- package/dist-types/commands/StartStreamSessionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TerminateStreamSessionCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GameLiftStreamsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/GameLiftStreams.d.ts +1 -1
- package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddStreamGroupLocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamSessionConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStreamGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportStreamSessionFilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStreamGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamSessionsByAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveStreamGroupLocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartStreamSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateStreamSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GameLiftStreamsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForApplicationDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForApplicationReady.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStreamGroupActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStreamGroupDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStreamSessionActive.d.ts +1 -1
- package/dist-types/waiters/waitForApplicationDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForApplicationReady.d.ts +1 -1
- package/dist-types/waiters/waitForStreamGroupActive.d.ts +1 -1
- package/dist-types/waiters/waitForStreamGroupDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForStreamSessionActive.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
4
|
import type { UpdateStreamGroupInput, UpdateStreamGroupOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStreamGroupCommandInput extends UpdateStreamGroupInput {
|
|
|
22
22
|
export interface UpdateStreamGroupCommandOutput extends UpdateStreamGroupOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStreamGroupCommand_base: {
|
|
25
|
-
new (input: UpdateStreamGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStreamGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateStreamGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateStreamGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Updates the configuration settings for an Amazon GameLift Streams stream group resource. To update a stream group, it must be in <code>ACTIVE</code> status. You can change the description, the set of locations, and the requested capacity of a stream group per location. If you want to change the stream class, create a new stream group. </p> <p> Stream capacity represents the number of concurrent streams that can be active at a time. You set stream capacity per location, per stream group. The following capacity settings are available: </p> <ul> <li> <p> <b>Always-on capacity</b>: This setting, if non-zero, indicates minimum streaming capacity which is allocated to you and is never released back to the service. You pay for this base level of capacity at all times, whether used or idle. </p> </li> <li> <p> <b>Maximum capacity</b>: This indicates the maximum capacity that the service can allocate for you. Newly created streams may take a few minutes to start. Capacity is released back to the service when idle. You pay for capacity that is allocated to you until it is released. </p> </li> <li> <p> <b>Target-idle capacity</b>: This indicates idle capacity which the service pre-allocates and holds for you in anticipation of future activity. This helps to insulate your users from capacity-allocation delays. You pay for capacity which is held in this intentional idle state. </p> </li> </ul> <p>Values for capacity must be whole number multiples of the tenancy value of the stream group's stream class.</p> <p>To update a stream group, specify the stream group's Amazon Resource Name (ARN) and provide the new values. If the request is successful, Amazon GameLift Streams returns the complete updated metadata for the stream group. Expired stream groups cannot be updated.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { GameLiftStreamsServiceException as __BaseException } from "./GameLiftStreamsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the permissions before you try again.</p>
|
|
@@ -5,13 +5,13 @@ import type { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import {
|
|
9
9
|
AddStreamGroupLocationsCommandInput,
|
|
10
10
|
AddStreamGroupLocationsCommandOutput,
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AddStreamGroupLocationsCommandOutput
|
|
|
19
19
|
declare const AddStreamGroupLocationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddStreamGroupLocationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddStreamGroupLocationsCommandInput,
|
|
24
24
|
AddStreamGroupLocationsCommandOutput,
|
|
25
25
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddStreamGroupLocationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddStreamGroupLocationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddStreamGroupLocationsCommandInput,
|
|
33
33
|
AddStreamGroupLocationsCommandOutput,
|
|
34
34
|
GameLiftStreamsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddStreamGroupLocationsCommand extends AddStreamGroupLocationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AssociateApplicationsCommandOutput
|
|
|
19
19
|
declare const AssociateApplicationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateApplicationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateApplicationsCommandInput,
|
|
24
24
|
AssociateApplicationsCommandOutput,
|
|
25
25
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateApplicationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateApplicationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateApplicationsCommandInput,
|
|
33
33
|
AssociateApplicationsCommandOutput,
|
|
34
34
|
GameLiftStreamsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateApplicationsCommand extends AssociateApplicationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateApplicationCommandOutput
|
|
|
18
18
|
declare const CreateApplicationCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateApplicationCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateApplicationCommandInput,
|
|
23
23
|
CreateApplicationCommandOutput,
|
|
24
24
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateApplicationCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateApplicationCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateApplicationCommandInput,
|
|
32
32
|
CreateApplicationCommandOutput,
|
|
33
33
|
GameLiftStreamsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateStreamGroupCommandOutput
|
|
|
18
18
|
declare const CreateStreamGroupCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateStreamGroupCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateStreamGroupCommandInput,
|
|
23
23
|
CreateStreamGroupCommandOutput,
|
|
24
24
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateStreamGroupCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateStreamGroupCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateStreamGroupCommandInput,
|
|
32
32
|
CreateStreamGroupCommandOutput,
|
|
33
33
|
GameLiftStreamsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateStreamGroupCommand extends CreateStreamGroupCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateStreamSessionConnectionCommandOutput
|
|
|
19
19
|
declare const CreateStreamSessionConnectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateStreamSessionConnectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateStreamSessionConnectionCommandInput,
|
|
24
24
|
CreateStreamSessionConnectionCommandOutput,
|
|
25
25
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateStreamSessionConnectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateStreamSessionConnectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateStreamSessionConnectionCommandInput,
|
|
33
33
|
CreateStreamSessionConnectionCommandOutput,
|
|
34
34
|
GameLiftStreamsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateStreamSessionConnectionCommand extends CreateStreamSessionConnectionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteApplicationCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteApplicationCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteApplicationCommandInput,
|
|
18
18
|
DeleteApplicationCommandOutput,
|
|
19
19
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteApplicationCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteApplicationCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteApplicationCommandInput,
|
|
27
27
|
DeleteApplicationCommandOutput,
|
|
28
28
|
GameLiftStreamsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteStreamGroupCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteStreamGroupCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteStreamGroupCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteStreamGroupCommandInput,
|
|
18
18
|
DeleteStreamGroupCommandOutput,
|
|
19
19
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteStreamGroupCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteStreamGroupCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteStreamGroupCommandInput,
|
|
27
27
|
DeleteStreamGroupCommandOutput,
|
|
28
28
|
GameLiftStreamsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteStreamGroupCommand extends DeleteStreamGroupCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateApplicationsCommandOutput
|
|
|
19
19
|
declare const DisassociateApplicationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateApplicationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateApplicationsCommandInput,
|
|
24
24
|
DisassociateApplicationsCommandOutput,
|
|
25
25
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateApplicationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateApplicationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateApplicationsCommandInput,
|
|
33
33
|
DisassociateApplicationsCommandOutput,
|
|
34
34
|
GameLiftStreamsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateApplicationsCommand extends DisassociateApplicationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ExportStreamSessionFilesCommandOutput
|
|
|
19
19
|
declare const ExportStreamSessionFilesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ExportStreamSessionFilesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ExportStreamSessionFilesCommandInput,
|
|
24
24
|
ExportStreamSessionFilesCommandOutput,
|
|
25
25
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ExportStreamSessionFilesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ExportStreamSessionFilesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ExportStreamSessionFilesCommandInput,
|
|
33
33
|
ExportStreamSessionFilesCommandOutput,
|
|
34
34
|
GameLiftStreamsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ExportStreamSessionFilesCommand extends ExportStreamSessionFilesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetApplicationCommandOutput
|
|
|
15
15
|
declare const GetApplicationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetApplicationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetApplicationCommandInput,
|
|
20
20
|
GetApplicationCommandOutput,
|
|
21
21
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetApplicationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetApplicationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetApplicationCommandInput,
|
|
29
29
|
GetApplicationCommandOutput,
|
|
30
30
|
GameLiftStreamsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetStreamGroupCommandOutput
|
|
|
15
15
|
declare const GetStreamGroupCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetStreamGroupCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetStreamGroupCommandInput,
|
|
20
20
|
GetStreamGroupCommandOutput,
|
|
21
21
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetStreamGroupCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetStreamGroupCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetStreamGroupCommandInput,
|
|
29
29
|
GetStreamGroupCommandOutput,
|
|
30
30
|
GameLiftStreamsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetStreamGroupCommand extends GetStreamGroupCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetStreamSessionCommandOutput
|
|
|
18
18
|
declare const GetStreamSessionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetStreamSessionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetStreamSessionCommandInput,
|
|
23
23
|
GetStreamSessionCommandOutput,
|
|
24
24
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetStreamSessionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetStreamSessionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetStreamSessionCommandInput,
|
|
32
32
|
GetStreamSessionCommandOutput,
|
|
33
33
|
GameLiftStreamsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListApplicationsCommandOutput
|
|
|
18
18
|
declare const ListApplicationsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListApplicationsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListApplicationsCommandInput,
|
|
23
23
|
ListApplicationsCommandOutput,
|
|
24
24
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListApplicationsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListApplicationsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListApplicationsCommandInput,
|
|
32
32
|
ListApplicationsCommandOutput,
|
|
33
33
|
GameLiftStreamsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListStreamGroupsCommandOutput
|
|
|
18
18
|
declare const ListStreamGroupsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListStreamGroupsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListStreamGroupsCommandInput,
|
|
23
23
|
ListStreamGroupsCommandOutput,
|
|
24
24
|
GameLiftStreamsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListStreamGroupsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListStreamGroupsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListStreamGroupsCommandInput,
|
|
32
32
|
ListStreamGroupsCommandOutput,
|
|
33
33
|
GameLiftStreamsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListStreamGroupsCommand extends ListStreamGroupsCommand_base {
|
|
40
42
|
protected static __types: {
|