@aws-sdk/client-gameliftstreams 3.762.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/LICENSE +201 -0
- package/README.md +404 -0
- package/dist-cjs/GameLiftStreams.js +59 -0
- package/dist-cjs/GameLiftStreamsClient.js +51 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AddStreamGroupLocationsCommand.js +26 -0
- package/dist-cjs/commands/AssociateApplicationsCommand.js +26 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +26 -0
- package/dist-cjs/commands/CreateStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/CreateStreamSessionConnectionCommand.js +27 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +26 -0
- package/dist-cjs/commands/DeleteStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/DisassociateApplicationsCommand.js +26 -0
- package/dist-cjs/commands/ExportStreamSessionFilesCommand.js +26 -0
- package/dist-cjs/commands/GetApplicationCommand.js +26 -0
- package/dist-cjs/commands/GetStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/GetStreamSessionCommand.js +27 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +26 -0
- package/dist-cjs/commands/ListStreamGroupsCommand.js +26 -0
- package/dist-cjs/commands/ListStreamSessionsByAccountCommand.js +26 -0
- package/dist-cjs/commands/ListStreamSessionsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/RemoveStreamGroupLocationsCommand.js +26 -0
- package/dist-cjs/commands/StartStreamSessionCommand.js +27 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/TerminateStreamSessionCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +26 -0
- package/dist-cjs/commands/UpdateStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/GameLiftStreamsServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +211 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStreamGroupsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStreamSessionsByAccountPaginator.js +7 -0
- package/dist-cjs/pagination/ListStreamSessionsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1005 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-cjs/waiters/index.js +8 -0
- package/dist-cjs/waiters/waitForApplicationDeleted.js +30 -0
- package/dist-cjs/waiters/waitForApplicationReady.js +45 -0
- package/dist-cjs/waiters/waitForStreamGroupActive.js +63 -0
- package/dist-cjs/waiters/waitForStreamGroupDeleted.js +30 -0
- package/dist-cjs/waiters/waitForStreamSessionActive.js +45 -0
- package/dist-es/GameLiftStreams.js +55 -0
- package/dist-es/GameLiftStreamsClient.js +47 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AddStreamGroupLocationsCommand.js +22 -0
- package/dist-es/commands/AssociateApplicationsCommand.js +22 -0
- package/dist-es/commands/CreateApplicationCommand.js +22 -0
- package/dist-es/commands/CreateStreamGroupCommand.js +22 -0
- package/dist-es/commands/CreateStreamSessionConnectionCommand.js +23 -0
- package/dist-es/commands/DeleteApplicationCommand.js +22 -0
- package/dist-es/commands/DeleteStreamGroupCommand.js +22 -0
- package/dist-es/commands/DisassociateApplicationsCommand.js +22 -0
- package/dist-es/commands/ExportStreamSessionFilesCommand.js +22 -0
- package/dist-es/commands/GetApplicationCommand.js +22 -0
- package/dist-es/commands/GetStreamGroupCommand.js +22 -0
- package/dist-es/commands/GetStreamSessionCommand.js +23 -0
- package/dist-es/commands/ListApplicationsCommand.js +22 -0
- package/dist-es/commands/ListStreamGroupsCommand.js +22 -0
- package/dist-es/commands/ListStreamSessionsByAccountCommand.js +22 -0
- package/dist-es/commands/ListStreamSessionsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/RemoveStreamGroupLocationsCommand.js +22 -0
- package/dist-es/commands/StartStreamSessionCommand.js +23 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/TerminateStreamSessionCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateStreamGroupCommand.js +22 -0
- package/dist-es/commands/index.js +24 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/GameLiftStreamsServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +196 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -0
- package/dist-es/pagination/ListStreamGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListStreamSessionsByAccountPaginator.js +4 -0
- package/dist-es/pagination/ListStreamSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +954 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-es/waiters/index.js +5 -0
- package/dist-es/waiters/waitForApplicationDeleted.js +25 -0
- package/dist-es/waiters/waitForApplicationReady.js +40 -0
- package/dist-es/waiters/waitForStreamGroupActive.js +58 -0
- package/dist-es/waiters/waitForStreamGroupDeleted.js +25 -0
- package/dist-es/waiters/waitForStreamSessionActive.js +40 -0
- package/dist-types/GameLiftStreams.d.ts +187 -0
- package/dist-types/GameLiftStreamsClient.d.ts +217 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/AddStreamGroupLocationsCommand.d.ts +116 -0
- package/dist-types/commands/AssociateApplicationsCommand.d.ts +99 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +146 -0
- package/dist-types/commands/CreateStreamGroupCommand.d.ts +158 -0
- package/dist-types/commands/CreateStreamSessionConnectionCommand.d.ts +114 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +116 -0
- package/dist-types/commands/DeleteStreamGroupCommand.d.ts +93 -0
- package/dist-types/commands/DisassociateApplicationsCommand.d.ts +100 -0
- package/dist-types/commands/ExportStreamSessionFilesCommand.d.ts +116 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +116 -0
- package/dist-types/commands/GetStreamGroupCommand.d.ts +116 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +119 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +103 -0
- package/dist-types/commands/ListStreamGroupsCommand.d.ts +104 -0
- package/dist-types/commands/ListStreamSessionsByAccountCommand.d.ts +109 -0
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +113 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
- package/dist-types/commands/RemoveStreamGroupLocationsCommand.d.ts +95 -0
- package/dist-types/commands/StartStreamSessionCommand.d.ts +156 -0
- package/dist-types/commands/TagResourceCommand.d.ts +107 -0
- package/dist-types/commands/TerminateStreamSessionCommand.d.ts +91 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +122 -0
- package/dist-types/commands/UpdateStreamGroupCommand.d.ts +154 -0
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +21 -0
- package/dist-types/models/GameLiftStreamsServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3555 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamSessionsByAccountPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/runtimeConfig.browser.d.ts +49 -0
- package/dist-types/runtimeConfig.d.ts +49 -0
- package/dist-types/runtimeConfig.native.d.ts +48 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/GameLiftStreams.d.ts +418 -0
- package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +264 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/AddStreamGroupLocationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateApplicationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateStreamGroupCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateStreamSessionConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteStreamGroupCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExportStreamSessionFilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetStreamGroupCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStreamGroupsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStreamSessionsByAccountCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RemoveStreamGroupLocationsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartStreamSessionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/TerminateStreamSessionCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateStreamGroupCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/GameLiftStreamsServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +518 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamSessionsByAccountPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +98 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +99 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +102 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/dist-types/ts3.4/waiters/waitForApplicationDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForApplicationReady.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStreamGroupActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStreamGroupDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStreamSessionActive.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +5 -0
- package/dist-types/waiters/waitForApplicationDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForApplicationReady.d.ts +14 -0
- package/dist-types/waiters/waitForStreamGroupActive.d.ts +14 -0
- package/dist-types/waiters/waitForStreamGroupDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForStreamSessionActive.d.ts +14 -0
- package/package.json +102 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsCredentialIdentity,
|
|
3
|
+
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { GameLiftStreamsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: GameLiftStreamsHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): GameLiftStreamsHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: GameLiftStreamsHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
} from "@smithy/types";
|
|
13
|
+
import { GameLiftStreamsClientResolvedConfig } from "../GameLiftStreamsClient";
|
|
14
|
+
export interface GameLiftStreamsHttpAuthSchemeParameters
|
|
15
|
+
extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface GameLiftStreamsHttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
GameLiftStreamsClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
GameLiftStreamsHttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultGameLiftStreamsHttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: GameLiftStreamsClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<GameLiftStreamsHttpAuthSchemeParameters>;
|
|
30
|
+
export interface GameLiftStreamsHttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<GameLiftStreamsHttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultGameLiftStreamsHttpAuthSchemeProvider: GameLiftStreamsHttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
35
|
+
httpAuthSchemeProvider?: GameLiftStreamsHttpAuthSchemeProvider;
|
|
36
|
+
}
|
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
40
|
+
readonly httpAuthSchemeProvider: GameLiftStreamsHttpAuthSchemeProvider;
|
|
41
|
+
}
|
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
AddStreamGroupLocationsInput,
|
|
10
|
+
AddStreamGroupLocationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AddStreamGroupLocationsCommandInput
|
|
15
|
+
extends AddStreamGroupLocationsInput {}
|
|
16
|
+
export interface AddStreamGroupLocationsCommandOutput
|
|
17
|
+
extends AddStreamGroupLocationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AddStreamGroupLocationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AddStreamGroupLocationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AddStreamGroupLocationsCommandInput,
|
|
24
|
+
AddStreamGroupLocationsCommandOutput,
|
|
25
|
+
GameLiftStreamsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AddStreamGroupLocationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AddStreamGroupLocationsCommandInput,
|
|
33
|
+
AddStreamGroupLocationsCommandOutput,
|
|
34
|
+
GameLiftStreamsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AddStreamGroupLocationsCommand extends AddStreamGroupLocationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddStreamGroupLocationsInput;
|
|
44
|
+
output: AddStreamGroupLocationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddStreamGroupLocationsCommandInput;
|
|
48
|
+
output: AddStreamGroupLocationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
AssociateApplicationsInput,
|
|
10
|
+
AssociateApplicationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateApplicationsCommandInput
|
|
15
|
+
extends AssociateApplicationsInput {}
|
|
16
|
+
export interface AssociateApplicationsCommandOutput
|
|
17
|
+
extends AssociateApplicationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateApplicationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateApplicationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateApplicationsCommandInput,
|
|
24
|
+
AssociateApplicationsCommandOutput,
|
|
25
|
+
GameLiftStreamsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociateApplicationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateApplicationsCommandInput,
|
|
33
|
+
AssociateApplicationsCommandOutput,
|
|
34
|
+
GameLiftStreamsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateApplicationsCommand extends AssociateApplicationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateApplicationsInput;
|
|
44
|
+
output: AssociateApplicationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateApplicationsCommandInput;
|
|
48
|
+
output: AssociateApplicationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateApplicationInput,
|
|
10
|
+
CreateApplicationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateApplicationCommandInput extends CreateApplicationInput {}
|
|
15
|
+
export interface CreateApplicationCommandOutput
|
|
16
|
+
extends CreateApplicationOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateApplicationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateApplicationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateApplicationCommandInput,
|
|
23
|
+
CreateApplicationCommandOutput,
|
|
24
|
+
GameLiftStreamsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateApplicationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateApplicationCommandInput,
|
|
32
|
+
CreateApplicationCommandOutput,
|
|
33
|
+
GameLiftStreamsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateApplicationInput;
|
|
43
|
+
output: CreateApplicationOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateApplicationCommandInput;
|
|
47
|
+
output: CreateApplicationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateStreamGroupInput,
|
|
10
|
+
CreateStreamGroupOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateStreamGroupCommandInput extends CreateStreamGroupInput {}
|
|
15
|
+
export interface CreateStreamGroupCommandOutput
|
|
16
|
+
extends CreateStreamGroupOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateStreamGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateStreamGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateStreamGroupCommandInput,
|
|
23
|
+
CreateStreamGroupCommandOutput,
|
|
24
|
+
GameLiftStreamsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateStreamGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateStreamGroupCommandInput,
|
|
32
|
+
CreateStreamGroupCommandOutput,
|
|
33
|
+
GameLiftStreamsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateStreamGroupCommand extends CreateStreamGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateStreamGroupInput;
|
|
43
|
+
output: CreateStreamGroupOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateStreamGroupCommandInput;
|
|
47
|
+
output: CreateStreamGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateStreamSessionConnectionInput,
|
|
10
|
+
CreateStreamSessionConnectionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateStreamSessionConnectionCommandInput
|
|
15
|
+
extends CreateStreamSessionConnectionInput {}
|
|
16
|
+
export interface CreateStreamSessionConnectionCommandOutput
|
|
17
|
+
extends CreateStreamSessionConnectionOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateStreamSessionConnectionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateStreamSessionConnectionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateStreamSessionConnectionCommandInput,
|
|
24
|
+
CreateStreamSessionConnectionCommandOutput,
|
|
25
|
+
GameLiftStreamsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateStreamSessionConnectionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateStreamSessionConnectionCommandInput,
|
|
33
|
+
CreateStreamSessionConnectionCommandOutput,
|
|
34
|
+
GameLiftStreamsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateStreamSessionConnectionCommand extends CreateStreamSessionConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateStreamSessionConnectionInput;
|
|
44
|
+
output: CreateStreamSessionConnectionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateStreamSessionConnectionCommandInput;
|
|
48
|
+
output: CreateStreamSessionConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import { DeleteApplicationInput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteApplicationCommandInput extends DeleteApplicationInput {}
|
|
12
|
+
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const DeleteApplicationCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteApplicationCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteApplicationCommandInput,
|
|
18
|
+
DeleteApplicationCommandOutput,
|
|
19
|
+
GameLiftStreamsClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteApplicationCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteApplicationCommandInput,
|
|
27
|
+
DeleteApplicationCommandOutput,
|
|
28
|
+
GameLiftStreamsClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteApplicationInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteApplicationCommandInput;
|
|
42
|
+
output: DeleteApplicationCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import { DeleteStreamGroupInput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteStreamGroupCommandInput extends DeleteStreamGroupInput {}
|
|
12
|
+
export interface DeleteStreamGroupCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const DeleteStreamGroupCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DeleteStreamGroupCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DeleteStreamGroupCommandInput,
|
|
18
|
+
DeleteStreamGroupCommandOutput,
|
|
19
|
+
GameLiftStreamsClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteStreamGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteStreamGroupCommandInput,
|
|
27
|
+
DeleteStreamGroupCommandOutput,
|
|
28
|
+
GameLiftStreamsClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class DeleteStreamGroupCommand extends DeleteStreamGroupCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteStreamGroupInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteStreamGroupCommandInput;
|
|
42
|
+
output: DeleteStreamGroupCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
DisassociateApplicationsInput,
|
|
10
|
+
DisassociateApplicationsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateApplicationsCommandInput
|
|
15
|
+
extends DisassociateApplicationsInput {}
|
|
16
|
+
export interface DisassociateApplicationsCommandOutput
|
|
17
|
+
extends DisassociateApplicationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateApplicationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateApplicationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateApplicationsCommandInput,
|
|
24
|
+
DisassociateApplicationsCommandOutput,
|
|
25
|
+
GameLiftStreamsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DisassociateApplicationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateApplicationsCommandInput,
|
|
33
|
+
DisassociateApplicationsCommandOutput,
|
|
34
|
+
GameLiftStreamsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateApplicationsCommand extends DisassociateApplicationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateApplicationsInput;
|
|
44
|
+
output: DisassociateApplicationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateApplicationsCommandInput;
|
|
48
|
+
output: DisassociateApplicationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
ExportStreamSessionFilesInput,
|
|
10
|
+
ExportStreamSessionFilesOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ExportStreamSessionFilesCommandInput
|
|
15
|
+
extends ExportStreamSessionFilesInput {}
|
|
16
|
+
export interface ExportStreamSessionFilesCommandOutput
|
|
17
|
+
extends ExportStreamSessionFilesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ExportStreamSessionFilesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ExportStreamSessionFilesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ExportStreamSessionFilesCommandInput,
|
|
24
|
+
ExportStreamSessionFilesCommandOutput,
|
|
25
|
+
GameLiftStreamsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ExportStreamSessionFilesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ExportStreamSessionFilesCommandInput,
|
|
33
|
+
ExportStreamSessionFilesCommandOutput,
|
|
34
|
+
GameLiftStreamsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ExportStreamSessionFilesCommand extends ExportStreamSessionFilesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportStreamSessionFilesInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportStreamSessionFilesCommandInput;
|
|
48
|
+
output: ExportStreamSessionFilesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetApplicationCommandInput extends GetApplicationInput {}
|
|
12
|
+
export interface GetApplicationCommandOutput
|
|
13
|
+
extends GetApplicationOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetApplicationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetApplicationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetApplicationCommandInput,
|
|
20
|
+
GetApplicationCommandOutput,
|
|
21
|
+
GameLiftStreamsClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetApplicationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetApplicationCommandInput,
|
|
29
|
+
GetApplicationCommandOutput,
|
|
30
|
+
GameLiftStreamsClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetApplicationInput;
|
|
40
|
+
output: GetApplicationOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetApplicationCommandInput;
|
|
44
|
+
output: GetApplicationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import { GetStreamGroupInput, GetStreamGroupOutput } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetStreamGroupCommandInput extends GetStreamGroupInput {}
|
|
12
|
+
export interface GetStreamGroupCommandOutput
|
|
13
|
+
extends GetStreamGroupOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetStreamGroupCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetStreamGroupCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetStreamGroupCommandInput,
|
|
20
|
+
GetStreamGroupCommandOutput,
|
|
21
|
+
GameLiftStreamsClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetStreamGroupCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetStreamGroupCommandInput,
|
|
29
|
+
GetStreamGroupCommandOutput,
|
|
30
|
+
GameLiftStreamsClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetStreamGroupCommand extends GetStreamGroupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetStreamGroupInput;
|
|
40
|
+
output: GetStreamGroupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetStreamGroupCommandInput;
|
|
44
|
+
output: GetStreamGroupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GameLiftStreamsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GameLiftStreamsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetStreamSessionInput,
|
|
10
|
+
GetStreamSessionOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetStreamSessionCommandInput extends GetStreamSessionInput {}
|
|
15
|
+
export interface GetStreamSessionCommandOutput
|
|
16
|
+
extends GetStreamSessionOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetStreamSessionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetStreamSessionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetStreamSessionCommandInput,
|
|
23
|
+
GetStreamSessionCommandOutput,
|
|
24
|
+
GameLiftStreamsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetStreamSessionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetStreamSessionCommandInput,
|
|
32
|
+
GetStreamSessionCommandOutput,
|
|
33
|
+
GameLiftStreamsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetStreamSessionInput;
|
|
43
|
+
output: GetStreamSessionOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetStreamSessionCommandInput;
|
|
47
|
+
output: GetStreamSessionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|