@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,293 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
AddStreamGroupLocationsCommandInput,
|
|
8
|
+
AddStreamGroupLocationsCommandOutput,
|
|
9
|
+
} from "../commands/AddStreamGroupLocationsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateApplicationsCommandInput,
|
|
12
|
+
AssociateApplicationsCommandOutput,
|
|
13
|
+
} from "../commands/AssociateApplicationsCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateApplicationCommandInput,
|
|
16
|
+
CreateApplicationCommandOutput,
|
|
17
|
+
} from "../commands/CreateApplicationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateStreamGroupCommandInput,
|
|
20
|
+
CreateStreamGroupCommandOutput,
|
|
21
|
+
} from "../commands/CreateStreamGroupCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateStreamSessionConnectionCommandInput,
|
|
24
|
+
CreateStreamSessionConnectionCommandOutput,
|
|
25
|
+
} from "../commands/CreateStreamSessionConnectionCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteApplicationCommandInput,
|
|
28
|
+
DeleteApplicationCommandOutput,
|
|
29
|
+
} from "../commands/DeleteApplicationCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteStreamGroupCommandInput,
|
|
32
|
+
DeleteStreamGroupCommandOutput,
|
|
33
|
+
} from "../commands/DeleteStreamGroupCommand";
|
|
34
|
+
import {
|
|
35
|
+
DisassociateApplicationsCommandInput,
|
|
36
|
+
DisassociateApplicationsCommandOutput,
|
|
37
|
+
} from "../commands/DisassociateApplicationsCommand";
|
|
38
|
+
import {
|
|
39
|
+
ExportStreamSessionFilesCommandInput,
|
|
40
|
+
ExportStreamSessionFilesCommandOutput,
|
|
41
|
+
} from "../commands/ExportStreamSessionFilesCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetApplicationCommandInput,
|
|
44
|
+
GetApplicationCommandOutput,
|
|
45
|
+
} from "../commands/GetApplicationCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetStreamGroupCommandInput,
|
|
48
|
+
GetStreamGroupCommandOutput,
|
|
49
|
+
} from "../commands/GetStreamGroupCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetStreamSessionCommandInput,
|
|
52
|
+
GetStreamSessionCommandOutput,
|
|
53
|
+
} from "../commands/GetStreamSessionCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListApplicationsCommandInput,
|
|
56
|
+
ListApplicationsCommandOutput,
|
|
57
|
+
} from "../commands/ListApplicationsCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListStreamGroupsCommandInput,
|
|
60
|
+
ListStreamGroupsCommandOutput,
|
|
61
|
+
} from "../commands/ListStreamGroupsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListStreamSessionsByAccountCommandInput,
|
|
64
|
+
ListStreamSessionsByAccountCommandOutput,
|
|
65
|
+
} from "../commands/ListStreamSessionsByAccountCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListStreamSessionsCommandInput,
|
|
68
|
+
ListStreamSessionsCommandOutput,
|
|
69
|
+
} from "../commands/ListStreamSessionsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListTagsForResourceCommandInput,
|
|
72
|
+
ListTagsForResourceCommandOutput,
|
|
73
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
74
|
+
import {
|
|
75
|
+
RemoveStreamGroupLocationsCommandInput,
|
|
76
|
+
RemoveStreamGroupLocationsCommandOutput,
|
|
77
|
+
} from "../commands/RemoveStreamGroupLocationsCommand";
|
|
78
|
+
import {
|
|
79
|
+
StartStreamSessionCommandInput,
|
|
80
|
+
StartStreamSessionCommandOutput,
|
|
81
|
+
} from "../commands/StartStreamSessionCommand";
|
|
82
|
+
import {
|
|
83
|
+
TagResourceCommandInput,
|
|
84
|
+
TagResourceCommandOutput,
|
|
85
|
+
} from "../commands/TagResourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
TerminateStreamSessionCommandInput,
|
|
88
|
+
TerminateStreamSessionCommandOutput,
|
|
89
|
+
} from "../commands/TerminateStreamSessionCommand";
|
|
90
|
+
import {
|
|
91
|
+
UntagResourceCommandInput,
|
|
92
|
+
UntagResourceCommandOutput,
|
|
93
|
+
} from "../commands/UntagResourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateApplicationCommandInput,
|
|
96
|
+
UpdateApplicationCommandOutput,
|
|
97
|
+
} from "../commands/UpdateApplicationCommand";
|
|
98
|
+
import {
|
|
99
|
+
UpdateStreamGroupCommandInput,
|
|
100
|
+
UpdateStreamGroupCommandOutput,
|
|
101
|
+
} from "../commands/UpdateStreamGroupCommand";
|
|
102
|
+
export declare const se_AddStreamGroupLocationsCommand: (
|
|
103
|
+
input: AddStreamGroupLocationsCommandInput,
|
|
104
|
+
context: __SerdeContext
|
|
105
|
+
) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const se_AssociateApplicationsCommand: (
|
|
107
|
+
input: AssociateApplicationsCommandInput,
|
|
108
|
+
context: __SerdeContext
|
|
109
|
+
) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const se_CreateApplicationCommand: (
|
|
111
|
+
input: CreateApplicationCommandInput,
|
|
112
|
+
context: __SerdeContext
|
|
113
|
+
) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const se_CreateStreamGroupCommand: (
|
|
115
|
+
input: CreateStreamGroupCommandInput,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const se_CreateStreamSessionConnectionCommand: (
|
|
119
|
+
input: CreateStreamSessionConnectionCommandInput,
|
|
120
|
+
context: __SerdeContext
|
|
121
|
+
) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const se_DeleteApplicationCommand: (
|
|
123
|
+
input: DeleteApplicationCommandInput,
|
|
124
|
+
context: __SerdeContext
|
|
125
|
+
) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const se_DeleteStreamGroupCommand: (
|
|
127
|
+
input: DeleteStreamGroupCommandInput,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const se_DisassociateApplicationsCommand: (
|
|
131
|
+
input: DisassociateApplicationsCommandInput,
|
|
132
|
+
context: __SerdeContext
|
|
133
|
+
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const se_ExportStreamSessionFilesCommand: (
|
|
135
|
+
input: ExportStreamSessionFilesCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const se_GetApplicationCommand: (
|
|
139
|
+
input: GetApplicationCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const se_GetStreamGroupCommand: (
|
|
143
|
+
input: GetStreamGroupCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const se_GetStreamSessionCommand: (
|
|
147
|
+
input: GetStreamSessionCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const se_ListApplicationsCommand: (
|
|
151
|
+
input: ListApplicationsCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const se_ListStreamGroupsCommand: (
|
|
155
|
+
input: ListStreamGroupsCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const se_ListStreamSessionsCommand: (
|
|
159
|
+
input: ListStreamSessionsCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const se_ListStreamSessionsByAccountCommand: (
|
|
163
|
+
input: ListStreamSessionsByAccountCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
167
|
+
input: ListTagsForResourceCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_RemoveStreamGroupLocationsCommand: (
|
|
171
|
+
input: RemoveStreamGroupLocationsCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const se_StartStreamSessionCommand: (
|
|
175
|
+
input: StartStreamSessionCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const se_TagResourceCommand: (
|
|
179
|
+
input: TagResourceCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_TerminateStreamSessionCommand: (
|
|
183
|
+
input: TerminateStreamSessionCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_UntagResourceCommand: (
|
|
187
|
+
input: UntagResourceCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_UpdateApplicationCommand: (
|
|
191
|
+
input: UpdateApplicationCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_UpdateStreamGroupCommand: (
|
|
195
|
+
input: UpdateStreamGroupCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const de_AddStreamGroupLocationsCommand: (
|
|
199
|
+
output: __HttpResponse,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<AddStreamGroupLocationsCommandOutput>;
|
|
202
|
+
export declare const de_AssociateApplicationsCommand: (
|
|
203
|
+
output: __HttpResponse,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<AssociateApplicationsCommandOutput>;
|
|
206
|
+
export declare const de_CreateApplicationCommand: (
|
|
207
|
+
output: __HttpResponse,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<CreateApplicationCommandOutput>;
|
|
210
|
+
export declare const de_CreateStreamGroupCommand: (
|
|
211
|
+
output: __HttpResponse,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<CreateStreamGroupCommandOutput>;
|
|
214
|
+
export declare const de_CreateStreamSessionConnectionCommand: (
|
|
215
|
+
output: __HttpResponse,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<CreateStreamSessionConnectionCommandOutput>;
|
|
218
|
+
export declare const de_DeleteApplicationCommand: (
|
|
219
|
+
output: __HttpResponse,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<DeleteApplicationCommandOutput>;
|
|
222
|
+
export declare const de_DeleteStreamGroupCommand: (
|
|
223
|
+
output: __HttpResponse,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<DeleteStreamGroupCommandOutput>;
|
|
226
|
+
export declare const de_DisassociateApplicationsCommand: (
|
|
227
|
+
output: __HttpResponse,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<DisassociateApplicationsCommandOutput>;
|
|
230
|
+
export declare const de_ExportStreamSessionFilesCommand: (
|
|
231
|
+
output: __HttpResponse,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<ExportStreamSessionFilesCommandOutput>;
|
|
234
|
+
export declare const de_GetApplicationCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<GetApplicationCommandOutput>;
|
|
238
|
+
export declare const de_GetStreamGroupCommand: (
|
|
239
|
+
output: __HttpResponse,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<GetStreamGroupCommandOutput>;
|
|
242
|
+
export declare const de_GetStreamSessionCommand: (
|
|
243
|
+
output: __HttpResponse,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<GetStreamSessionCommandOutput>;
|
|
246
|
+
export declare const de_ListApplicationsCommand: (
|
|
247
|
+
output: __HttpResponse,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<ListApplicationsCommandOutput>;
|
|
250
|
+
export declare const de_ListStreamGroupsCommand: (
|
|
251
|
+
output: __HttpResponse,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<ListStreamGroupsCommandOutput>;
|
|
254
|
+
export declare const de_ListStreamSessionsCommand: (
|
|
255
|
+
output: __HttpResponse,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<ListStreamSessionsCommandOutput>;
|
|
258
|
+
export declare const de_ListStreamSessionsByAccountCommand: (
|
|
259
|
+
output: __HttpResponse,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<ListStreamSessionsByAccountCommandOutput>;
|
|
262
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
266
|
+
export declare const de_RemoveStreamGroupLocationsCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<RemoveStreamGroupLocationsCommandOutput>;
|
|
270
|
+
export declare const de_StartStreamSessionCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<StartStreamSessionCommandOutput>;
|
|
274
|
+
export declare const de_TagResourceCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<TagResourceCommandOutput>;
|
|
278
|
+
export declare const de_TerminateStreamSessionCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<TerminateStreamSessionCommandOutput>;
|
|
282
|
+
export declare const de_UntagResourceCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
286
|
+
export declare const de_UpdateApplicationCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<UpdateApplicationCommandOutput>;
|
|
290
|
+
export declare const de_UpdateStreamGroupCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<UpdateStreamGroupCommandOutput>;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: GameLiftStreamsClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
|
+
defaultUserAgentProvider: (
|
|
17
|
+
config?:
|
|
18
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
19
|
+
| undefined
|
|
20
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
21
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
22
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
|
+
requestHandler:
|
|
24
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
25
|
+
| RequestHandler;
|
|
26
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
28
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
29
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
|
+
apiVersion: string;
|
|
32
|
+
cacheMiddleware?: boolean | undefined;
|
|
33
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
34
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
35
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
36
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
37
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
38
|
+
disableHostPrefix: boolean;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
profile?: string | undefined;
|
|
41
|
+
logger: import("@smithy/types").Logger;
|
|
42
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
44
|
+
userAgentAppId?:
|
|
45
|
+
| string
|
|
46
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
47
|
+
| undefined;
|
|
48
|
+
retryStrategy?:
|
|
49
|
+
| import("@smithy/types").RetryStrategy
|
|
50
|
+
| import("@smithy/types").RetryStrategyV2
|
|
51
|
+
| undefined;
|
|
52
|
+
endpoint?:
|
|
53
|
+
| ((
|
|
54
|
+
| string
|
|
55
|
+
| import("@smithy/types").Endpoint
|
|
56
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
57
|
+
| import("@smithy/types").EndpointV2
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
59
|
+
) &
|
|
60
|
+
(
|
|
61
|
+
| string
|
|
62
|
+
| import("@smithy/types").Provider<string>
|
|
63
|
+
| import("@smithy/types").Endpoint
|
|
64
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
65
|
+
| import("@smithy/types").EndpointV2
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
67
|
+
))
|
|
68
|
+
| undefined;
|
|
69
|
+
endpointProvider: (
|
|
70
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
71
|
+
context?: {
|
|
72
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
73
|
+
}
|
|
74
|
+
) => import("@smithy/types").EndpointV2;
|
|
75
|
+
tls?: boolean | undefined;
|
|
76
|
+
serviceConfiguredEndpoint?: undefined;
|
|
77
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
78
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GameLiftStreamsHttpAuthSchemeProvider;
|
|
79
|
+
credentials?:
|
|
80
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
81
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
82
|
+
| undefined;
|
|
83
|
+
signer?:
|
|
84
|
+
| import("@smithy/types").RequestSigner
|
|
85
|
+
| ((
|
|
86
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
87
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
88
|
+
| undefined;
|
|
89
|
+
signingEscapePath?: boolean | undefined;
|
|
90
|
+
systemClockOffset?: number | undefined;
|
|
91
|
+
signingRegion?: string | undefined;
|
|
92
|
+
signerConstructor?:
|
|
93
|
+
| (new (
|
|
94
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
96
|
+
) => import("@smithy/types").RequestSigner)
|
|
97
|
+
| undefined;
|
|
98
|
+
};
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
+
import { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: GameLiftStreamsClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
20
|
+
defaultUserAgentProvider: (
|
|
21
|
+
config?:
|
|
22
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
23
|
+
| undefined
|
|
24
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
27
|
+
requestHandler:
|
|
28
|
+
| RequestHandler
|
|
29
|
+
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
30
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
31
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
32
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
33
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
35
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
36
|
+
apiVersion: string;
|
|
37
|
+
cacheMiddleware?: boolean | undefined;
|
|
38
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
39
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
40
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
41
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
42
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
43
|
+
disableHostPrefix: boolean;
|
|
44
|
+
serviceId: string;
|
|
45
|
+
profile?: string | undefined;
|
|
46
|
+
logger: import("@smithy/types").Logger;
|
|
47
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
48
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
49
|
+
retryStrategy?:
|
|
50
|
+
| import("@smithy/types").RetryStrategy
|
|
51
|
+
| import("@smithy/types").RetryStrategyV2
|
|
52
|
+
| undefined;
|
|
53
|
+
endpoint?:
|
|
54
|
+
| ((
|
|
55
|
+
| string
|
|
56
|
+
| import("@smithy/types").Endpoint
|
|
57
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
58
|
+
| import("@smithy/types").EndpointV2
|
|
59
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
60
|
+
) &
|
|
61
|
+
(
|
|
62
|
+
| string
|
|
63
|
+
| import("@smithy/types").Provider<string>
|
|
64
|
+
| import("@smithy/types").Endpoint
|
|
65
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
66
|
+
| import("@smithy/types").EndpointV2
|
|
67
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
68
|
+
))
|
|
69
|
+
| undefined;
|
|
70
|
+
endpointProvider: (
|
|
71
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
72
|
+
context?: {
|
|
73
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
74
|
+
}
|
|
75
|
+
) => import("@smithy/types").EndpointV2;
|
|
76
|
+
tls?: boolean | undefined;
|
|
77
|
+
serviceConfiguredEndpoint?: undefined;
|
|
78
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
79
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GameLiftStreamsHttpAuthSchemeProvider;
|
|
80
|
+
credentials?:
|
|
81
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
82
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
83
|
+
| undefined;
|
|
84
|
+
signer?:
|
|
85
|
+
| import("@smithy/types").RequestSigner
|
|
86
|
+
| ((
|
|
87
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
88
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
89
|
+
| undefined;
|
|
90
|
+
signingEscapePath?: boolean | undefined;
|
|
91
|
+
systemClockOffset?: number | undefined;
|
|
92
|
+
signingRegion?: string | undefined;
|
|
93
|
+
signerConstructor?:
|
|
94
|
+
| (new (
|
|
95
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
96
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
97
|
+
) => import("@smithy/types").RequestSigner)
|
|
98
|
+
| undefined;
|
|
99
|
+
};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
2
|
+
export declare const getRuntimeConfig: (
|
|
3
|
+
config: GameLiftStreamsClientConfig
|
|
4
|
+
) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
7
|
+
requestHandler:
|
|
8
|
+
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
|
+
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
|
+
| Record<string, unknown>
|
|
11
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
|
+
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
+
apiVersion: string;
|
|
14
|
+
cacheMiddleware?: boolean | undefined;
|
|
15
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
16
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
19
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
20
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
21
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
22
|
+
disableHostPrefix: boolean;
|
|
23
|
+
serviceId: string;
|
|
24
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
27
|
+
profile?: string | undefined;
|
|
28
|
+
defaultUserAgentProvider: (
|
|
29
|
+
config?:
|
|
30
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
|
+
| undefined
|
|
32
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
38
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
39
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
|
+
logger: import("@smithy/types").Logger;
|
|
41
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
defaultsMode:
|
|
43
|
+
| import("@smithy/smithy-client").DefaultsMode
|
|
44
|
+
| import("@smithy/types").Provider<
|
|
45
|
+
import("@smithy/smithy-client").DefaultsMode
|
|
46
|
+
>;
|
|
47
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
48
|
+
userAgentAppId?:
|
|
49
|
+
| string
|
|
50
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
51
|
+
| undefined;
|
|
52
|
+
retryStrategy?:
|
|
53
|
+
| import("@smithy/types").RetryStrategy
|
|
54
|
+
| import("@smithy/types").RetryStrategyV2
|
|
55
|
+
| undefined;
|
|
56
|
+
endpoint?:
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
72
|
+
| undefined;
|
|
73
|
+
endpointProvider: (
|
|
74
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
75
|
+
context?: {
|
|
76
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
77
|
+
}
|
|
78
|
+
) => import("@smithy/types").EndpointV2;
|
|
79
|
+
tls?: boolean | undefined;
|
|
80
|
+
serviceConfiguredEndpoint?: undefined;
|
|
81
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
82
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GameLiftStreamsHttpAuthSchemeProvider;
|
|
83
|
+
credentials?:
|
|
84
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
85
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
86
|
+
| undefined;
|
|
87
|
+
signer?:
|
|
88
|
+
| import("@smithy/types").RequestSigner
|
|
89
|
+
| ((
|
|
90
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
91
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
92
|
+
| undefined;
|
|
93
|
+
signingEscapePath?: boolean | undefined;
|
|
94
|
+
systemClockOffset?: number | undefined;
|
|
95
|
+
signingRegion?: string | undefined;
|
|
96
|
+
signerConstructor?:
|
|
97
|
+
| (new (
|
|
98
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
100
|
+
) => import("@smithy/types").RequestSigner)
|
|
101
|
+
| undefined;
|
|
102
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
|
|
2
|
+
export declare const getRuntimeConfig: (
|
|
3
|
+
config: GameLiftStreamsClientConfig
|
|
4
|
+
) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
7
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
8
|
+
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (
|
|
10
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
11
|
+
context?: {
|
|
12
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
13
|
+
}
|
|
14
|
+
) => import("@smithy/types").EndpointV2;
|
|
15
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
16
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GameLiftStreamsHttpAuthSchemeProvider;
|
|
17
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
|
+
logger: import("@smithy/types").Logger;
|
|
19
|
+
serviceId: string;
|
|
20
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
21
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
22
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
23
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GameLiftStreamsExtensionConfiguration } from "./extensionConfiguration";
|
|
2
|
+
export interface RuntimeExtension {
|
|
3
|
+
configure(
|
|
4
|
+
extensionConfiguration: GameLiftStreamsExtensionConfiguration
|
|
5
|
+
): void;
|
|
6
|
+
}
|
|
7
|
+
export interface RuntimeExtensionsConfig {
|
|
8
|
+
extensions: RuntimeExtension[];
|
|
9
|
+
}
|
|
10
|
+
export declare const resolveRuntimeExtensions: (
|
|
11
|
+
runtimeConfig: any,
|
|
12
|
+
extensions: RuntimeExtension[]
|
|
13
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetApplicationCommandInput } from "../commands/GetApplicationCommand";
|
|
3
|
+
import { GameLiftStreamsClient } from "../GameLiftStreamsClient";
|
|
4
|
+
export declare const waitForApplicationDeleted: (
|
|
5
|
+
params: WaiterConfiguration<GameLiftStreamsClient>,
|
|
6
|
+
input: GetApplicationCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilApplicationDeleted: (
|
|
9
|
+
params: WaiterConfiguration<GameLiftStreamsClient>,
|
|
10
|
+
input: GetApplicationCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetApplicationCommandInput } from "../commands/GetApplicationCommand";
|
|
3
|
+
import { GameLiftStreamsClient } from "../GameLiftStreamsClient";
|
|
4
|
+
export declare const waitForApplicationReady: (
|
|
5
|
+
params: WaiterConfiguration<GameLiftStreamsClient>,
|
|
6
|
+
input: GetApplicationCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilApplicationReady: (
|
|
9
|
+
params: WaiterConfiguration<GameLiftStreamsClient>,
|
|
10
|
+
input: GetApplicationCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetStreamGroupCommandInput } from "../commands/GetStreamGroupCommand";
|
|
3
|
+
import { GameLiftStreamsClient } from "../GameLiftStreamsClient";
|
|
4
|
+
export declare const waitForStreamGroupActive: (
|
|
5
|
+
params: WaiterConfiguration<GameLiftStreamsClient>,
|
|
6
|
+
input: GetStreamGroupCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilStreamGroupActive: (
|
|
9
|
+
params: WaiterConfiguration<GameLiftStreamsClient>,
|
|
10
|
+
input: GetStreamGroupCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|