@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,103 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListApplicationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListApplicationsCommandInput extends ListApplicationsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListApplicationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListApplicationsCommand_base: {
|
|
25
|
+
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves a list of all Amazon GameLift Streams applications that are associated with the
|
|
31
|
+
* Amazon Web Services account in use. This operation returns applications in all statuses, in no
|
|
32
|
+
* particular order. You can paginate the results as needed.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GameLiftStreamsClient, ListApplicationsCommand } from "@aws-sdk/client-gameliftstreams"; // ES Modules import
|
|
37
|
+
* // const { GameLiftStreamsClient, ListApplicationsCommand } = require("@aws-sdk/client-gameliftstreams"); // CommonJS import
|
|
38
|
+
* const client = new GameLiftStreamsClient(config);
|
|
39
|
+
* const input = { // ListApplicationsInput
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListApplicationsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListApplicationsOutput
|
|
46
|
+
* // Items: [ // ApplicationSummaryList
|
|
47
|
+
* // { // ApplicationSummary
|
|
48
|
+
* // Arn: "STRING_VALUE", // required
|
|
49
|
+
* // Id: "STRING_VALUE",
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // Status: "INITIALIZED" || "PROCESSING" || "READY" || "DELETING" || "ERROR",
|
|
52
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // RuntimeEnvironment: { // RuntimeEnvironment
|
|
55
|
+
* // Type: "PROTON" || "WINDOWS" || "UBUNTU", // required
|
|
56
|
+
* // Version: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
|
|
66
|
+
* @returns {@link ListApplicationsCommandOutput}
|
|
67
|
+
* @see {@link ListApplicationsCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link ListApplicationsCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link GameLiftStreamsClientResolvedConfig | config} for GameLiftStreamsClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the
|
|
73
|
+
* permissions before you try again.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InternalServerException} (server fault)
|
|
76
|
+
* <p>The service encountered an internal error and is unable to complete the request.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The request was denied due to request throttling. Retry the request after the
|
|
80
|
+
* suggested wait time.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ValidationException} (client fault)
|
|
83
|
+
* <p>One or more parameter values in the request fail to satisfy the specified constraints.
|
|
84
|
+
* Correct the invalid parameter values before retrying the request.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link GameLiftStreamsServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from GameLiftStreams service.</p>
|
|
88
|
+
*
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListApplicationsInput;
|
|
96
|
+
output: ListApplicationsOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListApplicationsCommandInput;
|
|
100
|
+
output: ListApplicationsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import { ListStreamGroupsInput, ListStreamGroupsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListStreamGroupsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListStreamGroupsCommandInput extends ListStreamGroupsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListStreamGroupsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListStreamGroupsCommandOutput extends ListStreamGroupsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListStreamGroupsCommand_base: {
|
|
25
|
+
new (input: ListStreamGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamGroupsCommandInput, ListStreamGroupsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListStreamGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamGroupsCommandInput, ListStreamGroupsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves a list of all Amazon GameLift Streams stream groups that are associated with the
|
|
31
|
+
* Amazon Web Services account in use. This operation returns stream groups in all statuses, in no
|
|
32
|
+
* particular order. You can paginate the results as needed.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { GameLiftStreamsClient, ListStreamGroupsCommand } from "@aws-sdk/client-gameliftstreams"; // ES Modules import
|
|
37
|
+
* // const { GameLiftStreamsClient, ListStreamGroupsCommand } = require("@aws-sdk/client-gameliftstreams"); // CommonJS import
|
|
38
|
+
* const client = new GameLiftStreamsClient(config);
|
|
39
|
+
* const input = { // ListStreamGroupsInput
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* };
|
|
43
|
+
* const command = new ListStreamGroupsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // ListStreamGroupsOutput
|
|
46
|
+
* // Items: [ // StreamGroupSummaryList
|
|
47
|
+
* // { // StreamGroupSummary
|
|
48
|
+
* // Arn: "STRING_VALUE", // required
|
|
49
|
+
* // Id: "STRING_VALUE",
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // DefaultApplication: { // DefaultApplication
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // Arn: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // StreamClass: "gen4n_high" || "gen4n_ultra" || "gen4n_win2022" || "gen5n_high" || "gen5n_ultra" || "gen5n_win2022",
|
|
56
|
+
* // Status: "ACTIVATING" || "UPDATING_LOCATIONS" || "ACTIVE" || "ACTIVE_WITH_ERRORS" || "ERROR" || "DELETING",
|
|
57
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListStreamGroupsCommandInput - {@link ListStreamGroupsCommandInput}
|
|
67
|
+
* @returns {@link ListStreamGroupsCommandOutput}
|
|
68
|
+
* @see {@link ListStreamGroupsCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListStreamGroupsCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link GameLiftStreamsClientResolvedConfig | config} for GameLiftStreamsClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
+
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the
|
|
74
|
+
* permissions before you try again.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link InternalServerException} (server fault)
|
|
77
|
+
* <p>The service encountered an internal error and is unable to complete the request.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
+
* <p>The request was denied due to request throttling. Retry the request after the
|
|
81
|
+
* suggested wait time.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ValidationException} (client fault)
|
|
84
|
+
* <p>One or more parameter values in the request fail to satisfy the specified constraints.
|
|
85
|
+
* Correct the invalid parameter values before retrying the request.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link GameLiftStreamsServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from GameLiftStreams service.</p>
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class ListStreamGroupsCommand extends ListStreamGroupsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListStreamGroupsInput;
|
|
97
|
+
output: ListStreamGroupsOutput;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListStreamGroupsCommandInput;
|
|
101
|
+
output: ListStreamGroupsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import { ListStreamSessionsByAccountInput, ListStreamSessionsByAccountOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListStreamSessionsByAccountCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListStreamSessionsByAccountCommandInput extends ListStreamSessionsByAccountInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListStreamSessionsByAccountCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListStreamSessionsByAccountCommandOutput extends ListStreamSessionsByAccountOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListStreamSessionsByAccountCommand_base: {
|
|
25
|
+
new (input: ListStreamSessionsByAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamSessionsByAccountCommandInput, ListStreamSessionsByAccountCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListStreamSessionsByAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamSessionsByAccountCommandInput, ListStreamSessionsByAccountCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves a list of Amazon GameLift Streams stream sessions that this user account has access to.</p>
|
|
31
|
+
* <p>In the returned list of stream sessions, the <code>ExportFilesMetadata</code> property only shows the <code>Status</code> value. To get the <code>OutpurUri</code> and <code>StatusReason</code> values, use <a>GetStreamSession</a>.</p>
|
|
32
|
+
* <p>We don't recommend using this operation to regularly check stream session statuses because it's costly. Instead, to check status updates
|
|
33
|
+
* for a specific stream session, use <a>GetStreamSession</a>.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { GameLiftStreamsClient, ListStreamSessionsByAccountCommand } from "@aws-sdk/client-gameliftstreams"; // ES Modules import
|
|
38
|
+
* // const { GameLiftStreamsClient, ListStreamSessionsByAccountCommand } = require("@aws-sdk/client-gameliftstreams"); // CommonJS import
|
|
39
|
+
* const client = new GameLiftStreamsClient(config);
|
|
40
|
+
* const input = { // ListStreamSessionsByAccountInput
|
|
41
|
+
* Status: "ACTIVATING" || "ACTIVE" || "CONNECTED" || "PENDING_CLIENT_RECONNECTION" || "RECONNECTING" || "TERMINATING" || "TERMINATED" || "ERROR",
|
|
42
|
+
* ExportFilesStatus: "SUCCEEDED" || "FAILED" || "PENDING",
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* };
|
|
46
|
+
* const command = new ListStreamSessionsByAccountCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // ListStreamSessionsByAccountOutput
|
|
49
|
+
* // Items: [ // StreamSessionSummaryList
|
|
50
|
+
* // { // StreamSessionSummary
|
|
51
|
+
* // Arn: "STRING_VALUE",
|
|
52
|
+
* // UserId: "STRING_VALUE",
|
|
53
|
+
* // Status: "ACTIVATING" || "ACTIVE" || "CONNECTED" || "PENDING_CLIENT_RECONNECTION" || "RECONNECTING" || "TERMINATING" || "TERMINATED" || "ERROR",
|
|
54
|
+
* // Protocol: "WebRTC",
|
|
55
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // ApplicationArn: "STRING_VALUE",
|
|
58
|
+
* // ExportFilesMetadata: { // ExportFilesMetadata
|
|
59
|
+
* // Status: "SUCCEEDED" || "FAILED" || "PENDING",
|
|
60
|
+
* // StatusReason: "STRING_VALUE",
|
|
61
|
+
* // OutputUri: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // Location: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // NextToken: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
71
|
+
* @param ListStreamSessionsByAccountCommandInput - {@link ListStreamSessionsByAccountCommandInput}
|
|
72
|
+
* @returns {@link ListStreamSessionsByAccountCommandOutput}
|
|
73
|
+
* @see {@link ListStreamSessionsByAccountCommandInput} for command's `input` shape.
|
|
74
|
+
* @see {@link ListStreamSessionsByAccountCommandOutput} for command's `response` shape.
|
|
75
|
+
* @see {@link GameLiftStreamsClientResolvedConfig | config} for GameLiftStreamsClient's `config` shape.
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
78
|
+
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the
|
|
79
|
+
* permissions before you try again.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalServerException} (server fault)
|
|
82
|
+
* <p>The service encountered an internal error and is unable to complete the request.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
+
* <p>The request was denied due to request throttling. Retry the request after the
|
|
86
|
+
* suggested wait time.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ValidationException} (client fault)
|
|
89
|
+
* <p>One or more parameter values in the request fail to satisfy the specified constraints.
|
|
90
|
+
* Correct the invalid parameter values before retrying the request.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link GameLiftStreamsServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from GameLiftStreams service.</p>
|
|
94
|
+
*
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export declare class ListStreamSessionsByAccountCommand extends ListStreamSessionsByAccountCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListStreamSessionsByAccountInput;
|
|
102
|
+
output: ListStreamSessionsByAccountOutput;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListStreamSessionsByAccountCommandInput;
|
|
106
|
+
output: ListStreamSessionsByAccountCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import { ListStreamSessionsInput, ListStreamSessionsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListStreamSessionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListStreamSessionsCommandInput extends ListStreamSessionsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListStreamSessionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListStreamSessionsCommandOutput extends ListStreamSessionsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListStreamSessionsCommand_base: {
|
|
25
|
+
new (input: ListStreamSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListStreamSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves a list of Amazon GameLift Streams stream sessions that a stream group is hosting.</p>
|
|
31
|
+
* <p>To retrieve stream sessions, specify the stream group, and optionally filter by stream
|
|
32
|
+
* session status. You can paginate the results as needed.</p>
|
|
33
|
+
* <p>This operation returns the requested stream sessions in no particular order.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { GameLiftStreamsClient, ListStreamSessionsCommand } from "@aws-sdk/client-gameliftstreams"; // ES Modules import
|
|
38
|
+
* // const { GameLiftStreamsClient, ListStreamSessionsCommand } = require("@aws-sdk/client-gameliftstreams"); // CommonJS import
|
|
39
|
+
* const client = new GameLiftStreamsClient(config);
|
|
40
|
+
* const input = { // ListStreamSessionsInput
|
|
41
|
+
* Status: "ACTIVATING" || "ACTIVE" || "CONNECTED" || "PENDING_CLIENT_RECONNECTION" || "RECONNECTING" || "TERMINATING" || "TERMINATED" || "ERROR",
|
|
42
|
+
* ExportFilesStatus: "SUCCEEDED" || "FAILED" || "PENDING",
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* Identifier: "STRING_VALUE", // required
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListStreamSessionsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListStreamSessionsOutput
|
|
50
|
+
* // Items: [ // StreamSessionSummaryList
|
|
51
|
+
* // { // StreamSessionSummary
|
|
52
|
+
* // Arn: "STRING_VALUE",
|
|
53
|
+
* // UserId: "STRING_VALUE",
|
|
54
|
+
* // Status: "ACTIVATING" || "ACTIVE" || "CONNECTED" || "PENDING_CLIENT_RECONNECTION" || "RECONNECTING" || "TERMINATING" || "TERMINATED" || "ERROR",
|
|
55
|
+
* // Protocol: "WebRTC",
|
|
56
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // ApplicationArn: "STRING_VALUE",
|
|
59
|
+
* // ExportFilesMetadata: { // ExportFilesMetadata
|
|
60
|
+
* // Status: "SUCCEEDED" || "FAILED" || "PENDING",
|
|
61
|
+
* // StatusReason: "STRING_VALUE",
|
|
62
|
+
* // OutputUri: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // Location: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // NextToken: "STRING_VALUE",
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* @param ListStreamSessionsCommandInput - {@link ListStreamSessionsCommandInput}
|
|
73
|
+
* @returns {@link ListStreamSessionsCommandOutput}
|
|
74
|
+
* @see {@link ListStreamSessionsCommandInput} for command's `input` shape.
|
|
75
|
+
* @see {@link ListStreamSessionsCommandOutput} for command's `response` shape.
|
|
76
|
+
* @see {@link GameLiftStreamsClientResolvedConfig | config} for GameLiftStreamsClient's `config` shape.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
79
|
+
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the
|
|
80
|
+
* permissions before you try again.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InternalServerException} (server fault)
|
|
83
|
+
* <p>The service encountered an internal error and is unable to complete the request.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
+
* <p>The resource specified in the request was not found. Correct the request before you try again.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>The request was denied due to request throttling. Retry the request after the
|
|
90
|
+
* suggested wait time.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ValidationException} (client fault)
|
|
93
|
+
* <p>One or more parameter values in the request fail to satisfy the specified constraints.
|
|
94
|
+
* Correct the invalid parameter values before retrying the request.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link GameLiftStreamsServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from GameLiftStreams service.</p>
|
|
98
|
+
*
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export declare class ListStreamSessionsCommand extends ListStreamSessionsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListStreamSessionsInput;
|
|
106
|
+
output: ListStreamSessionsOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListStreamSessionsCommandInput;
|
|
110
|
+
output: ListStreamSessionsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListTagsForResourceCommand_base: {
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves all tags assigned to a Amazon GameLift Streams resource. To list tags for a resource, specify
|
|
31
|
+
* the ARN value for the resource.</p>
|
|
32
|
+
* <p>
|
|
33
|
+
* <b>Learn more</b>
|
|
34
|
+
* </p>
|
|
35
|
+
* <p>
|
|
36
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> in the
|
|
37
|
+
* <i>Amazon Web Services General Reference</i>
|
|
38
|
+
* </p>
|
|
39
|
+
* <p>
|
|
40
|
+
* <a href="http://aws.amazon.com/answers/account-management/aws-tagging-strategies/">
|
|
41
|
+
* Amazon Web Services Tagging Strategies</a>
|
|
42
|
+
* </p>
|
|
43
|
+
* @example
|
|
44
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
+
* ```javascript
|
|
46
|
+
* import { GameLiftStreamsClient, ListTagsForResourceCommand } from "@aws-sdk/client-gameliftstreams"; // ES Modules import
|
|
47
|
+
* // const { GameLiftStreamsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-gameliftstreams"); // CommonJS import
|
|
48
|
+
* const client = new GameLiftStreamsClient(config);
|
|
49
|
+
* const input = { // ListTagsForResourceRequest
|
|
50
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
51
|
+
* };
|
|
52
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // { // ListTagsForResourceResponse
|
|
55
|
+
* // Tags: { // Tags
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
63
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
64
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link GameLiftStreamsClientResolvedConfig | config} for GameLiftStreamsClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the
|
|
70
|
+
* permissions before you try again.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InternalServerException} (server fault)
|
|
73
|
+
* <p>The service encountered an internal error and is unable to complete the request.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The request was denied due to request throttling. Retry the request after the
|
|
77
|
+
* suggested wait time.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ValidationException} (client fault)
|
|
80
|
+
* <p>One or more parameter values in the request fail to satisfy the specified constraints.
|
|
81
|
+
* Correct the invalid parameter values before retrying the request.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link GameLiftStreamsServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from GameLiftStreams service.</p>
|
|
85
|
+
*
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListTagsForResourceRequest;
|
|
93
|
+
output: ListTagsForResourceResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListTagsForResourceCommandInput;
|
|
97
|
+
output: ListTagsForResourceCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
|
|
4
|
+
import { RemoveStreamGroupLocationsInput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link RemoveStreamGroupLocationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface RemoveStreamGroupLocationsCommandInput extends RemoveStreamGroupLocationsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link RemoveStreamGroupLocationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface RemoveStreamGroupLocationsCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const RemoveStreamGroupLocationsCommand_base: {
|
|
25
|
+
new (input: RemoveStreamGroupLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: RemoveStreamGroupLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Removes a set of remote locations from this stream group. Amazon GameLift Streams works to release allocated compute resources in these location. Thus, stream sessions can no longer start from these locations by using this stream group. Amazon GameLift Streams also deletes the content files of all associated applications that were in Amazon GameLift Streams's internal S3 bucket at this location.
|
|
32
|
+
* </p>
|
|
33
|
+
* <p>
|
|
34
|
+
* You cannot remove the region where you initially created this stream group, known as the primary location. However, you can set the stream capacity to zero.
|
|
35
|
+
* </p>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { GameLiftStreamsClient, RemoveStreamGroupLocationsCommand } from "@aws-sdk/client-gameliftstreams"; // ES Modules import
|
|
40
|
+
* // const { GameLiftStreamsClient, RemoveStreamGroupLocationsCommand } = require("@aws-sdk/client-gameliftstreams"); // CommonJS import
|
|
41
|
+
* const client = new GameLiftStreamsClient(config);
|
|
42
|
+
* const input = { // RemoveStreamGroupLocationsInput
|
|
43
|
+
* Identifier: "STRING_VALUE", // required
|
|
44
|
+
* Locations: [ // LocationsList // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* };
|
|
48
|
+
* const command = new RemoveStreamGroupLocationsCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // {};
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param RemoveStreamGroupLocationsCommandInput - {@link RemoveStreamGroupLocationsCommandInput}
|
|
55
|
+
* @returns {@link RemoveStreamGroupLocationsCommandOutput}
|
|
56
|
+
* @see {@link RemoveStreamGroupLocationsCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link RemoveStreamGroupLocationsCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link GameLiftStreamsClientResolvedConfig | config} for GameLiftStreamsClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You don't have the required permissions to access this Amazon GameLift Streams resource. Correct the
|
|
62
|
+
* permissions before you try again.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServerException} (server fault)
|
|
65
|
+
* <p>The service encountered an internal error and is unable to complete the request.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>The resource specified in the request was not found. Correct the request before you try again.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>The request was denied due to request throttling. Retry the request after the
|
|
72
|
+
* suggested wait time.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ValidationException} (client fault)
|
|
75
|
+
* <p>One or more parameter values in the request fail to satisfy the specified constraints.
|
|
76
|
+
* Correct the invalid parameter values before retrying the request.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link GameLiftStreamsServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from GameLiftStreams service.</p>
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export declare class RemoveStreamGroupLocationsCommand extends RemoveStreamGroupLocationsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: RemoveStreamGroupLocationsInput;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: RemoveStreamGroupLocationsCommandInput;
|
|
92
|
+
output: RemoveStreamGroupLocationsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
}
|