@aws-sdk/client-gameliftstreams 3.1076.0 → 3.1078.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.
Files changed (112) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +87 -245
  3. package/dist-es/GameLiftStreams.js +2 -0
  4. package/dist-es/commandBuilder.js +6 -0
  5. package/dist-es/commands/AddStreamGroupLocationsCommand.js +2 -14
  6. package/dist-es/commands/AssociateApplicationsCommand.js +2 -14
  7. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  8. package/dist-es/commands/CreateStreamGroupCommand.js +2 -14
  9. package/dist-es/commands/CreateStreamSessionAdminShellCommand.js +4 -0
  10. package/dist-es/commands/CreateStreamSessionConnectionCommand.js +2 -14
  11. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  12. package/dist-es/commands/DeleteStreamGroupCommand.js +2 -14
  13. package/dist-es/commands/DisassociateApplicationsCommand.js +2 -14
  14. package/dist-es/commands/ExportStreamSessionFilesCommand.js +2 -14
  15. package/dist-es/commands/GetApplicationCommand.js +2 -14
  16. package/dist-es/commands/GetStreamGroupCommand.js +2 -14
  17. package/dist-es/commands/GetStreamSessionCommand.js +2 -14
  18. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  19. package/dist-es/commands/ListStreamGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListStreamSessionsByAccountCommand.js +2 -14
  21. package/dist-es/commands/ListStreamSessionsCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/RemoveStreamGroupLocationsCommand.js +2 -14
  24. package/dist-es/commands/StartStreamSessionCommand.js +2 -14
  25. package/dist-es/commands/TagResourceCommand.js +2 -14
  26. package/dist-es/commands/TerminateStreamSessionCommand.js +2 -14
  27. package/dist-es/commands/UntagResourceCommand.js +2 -14
  28. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  29. package/dist-es/commands/UpdateStreamGroupCommand.js +2 -14
  30. package/dist-es/commands/index.js +1 -0
  31. package/dist-es/index.js +1 -0
  32. package/dist-es/models/errors.js +15 -0
  33. package/dist-es/runtimeConfig.browser.js +0 -2
  34. package/dist-es/runtimeConfig.js +1 -2
  35. package/dist-es/runtimeConfig.native.js +0 -2
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-es/schemas/schemas_0.js +28 -1
  38. package/dist-types/GameLiftStreams.d.ts +7 -0
  39. package/dist-types/GameLiftStreamsClient.d.ts +3 -2
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/AddStreamGroupLocationsCommand.d.ts +3 -8
  42. package/dist-types/commands/AssociateApplicationsCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -9
  44. package/dist-types/commands/CreateStreamGroupCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateStreamSessionAdminShellCommand.d.ts +92 -0
  46. package/dist-types/commands/CreateStreamSessionConnectionCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteStreamGroupCommand.d.ts +3 -8
  49. package/dist-types/commands/DisassociateApplicationsCommand.d.ts +3 -8
  50. package/dist-types/commands/ExportStreamSessionFilesCommand.d.ts +3 -8
  51. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  52. package/dist-types/commands/GetStreamGroupCommand.d.ts +3 -8
  53. package/dist-types/commands/GetStreamSessionCommand.d.ts +3 -8
  54. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListStreamGroupsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListStreamSessionsByAccountCommand.d.ts +3 -8
  57. package/dist-types/commands/ListStreamSessionsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/RemoveStreamGroupLocationsCommand.d.ts +3 -8
  60. package/dist-types/commands/StartStreamSessionCommand.d.ts +3 -8
  61. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/TerminateStreamSessionCommand.d.ts +3 -8
  63. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateStreamGroupCommand.d.ts +3 -8
  66. package/dist-types/commands/index.d.ts +1 -0
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/models/errors.d.ts +18 -0
  69. package/dist-types/models/models_0.d.ts +35 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/schemas/schemas_0.d.ts +4 -0
  75. package/dist-types/ts3.4/GameLiftStreams.d.ts +17 -0
  76. package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +6 -0
  77. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  78. package/dist-types/ts3.4/commands/AddStreamGroupLocationsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/AssociateApplicationsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateStreamGroupCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateStreamSessionAdminShellCommand.d.ts +44 -0
  83. package/dist-types/ts3.4/commands/CreateStreamSessionConnectionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteStreamGroupCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DisassociateApplicationsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ExportStreamSessionFilesCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetStreamGroupCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListStreamGroupsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListStreamSessionsByAccountCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/RemoveStreamGroupLocationsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/StartStreamSessionCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/TerminateStreamSessionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateStreamGroupCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  104. package/dist-types/ts3.4/index.d.ts +1 -0
  105. package/dist-types/ts3.4/models/errors.d.ts +12 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  107. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  111. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  112. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { ListStreamSessionsInput, ListStreamSessionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListStreamSessionsCommandInput extends ListStreamSessionsInput
22
19
  export interface ListStreamSessionsCommandOutput extends ListStreamSessionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListStreamSessionsCommand_base: {
25
- new (input: ListStreamSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListStreamSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListStreamSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListStreamSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of Amazon GameLift Streams stream sessions that a stream group is hosting.</p> <p>To retrieve stream sessions, specify the stream group, and optionally filter by stream session status. You can paginate the results as needed.</p> <p>This operation returns the requested stream sessions in no particular order.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves all tags assigned to a Amazon GameLift Streams resource. To list tags for a resource, specify the ARN value for the resource.</p> <p> <b>Learn more</b> </p> <p> <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> in the <i>Amazon Web Services General Reference</i> </p> <p> <a href="http://aws.amazon.com/answers/account-management/aws-tagging-strategies/"> Amazon Web Services Tagging Strategies</a> </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { RemoveStreamGroupLocationsInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveStreamGroupLocationsCommandInput extends RemoveStreamGrou
22
19
  export interface RemoveStreamGroupLocationsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RemoveStreamGroupLocationsCommand_base: {
25
- new (input: RemoveStreamGroupLocationsCommandInput): import("@smithy/core/client").CommandImpl<RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveStreamGroupLocationsCommandInput): import("@smithy/core/client").CommandImpl<RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveStreamGroupLocationsCommandInput): import("@smithy/core/client").CommandImpl<RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveStreamGroupLocationsCommandInput): import("@smithy/core/client").CommandImpl<RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Removes a set of remote locations from this stream group. To remove a location, the stream group must be in <code>ACTIVE</code> status. When you remove a location, Amazon GameLift Streams releases allocated compute resources in that location. Stream sessions can no longer start from removed locations in a stream group. Amazon GameLift Streams also deletes the content files of all associated applications that were in Amazon GameLift Streams's internal Amazon S3 bucket at this location. </p> <p> You cannot remove the Amazon Web Services Region location where you initially created this stream group, known as the primary location. However, you can set the stream capacity to zero to avoid incurring costs for allocated compute resources in that location. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { StartStreamSessionInput, StartStreamSessionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartStreamSessionCommandInput extends StartStreamSessionInput
22
19
  export interface StartStreamSessionCommandOutput extends StartStreamSessionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartStreamSessionCommand_base: {
25
- new (input: StartStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamSessionCommandInput, StartStreamSessionCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamSessionCommandInput, StartStreamSessionCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamSessionCommandInput, StartStreamSessionCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamSessionCommandInput, StartStreamSessionCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> This action initiates a new stream session and outputs connection information that clients can use to access the stream. A stream session refers to an instance of a stream that Amazon GameLift Streams transmits from the server to the end-user. A stream session runs on a compute resource that a stream group has allocated. The start stream session process works as follows: </p> <ol> <li> <p>Prerequisites:</p> <ul> <li> <p>You must have a stream group in <code>ACTIVE</code> status</p> </li> <li> <p>You must have idle or on-demand capacity in a stream group in the location you want to stream from</p> </li> <li> <p>You must have at least one application associated to the stream group (use <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_AssociateApplications.html">AssociateApplications</a> if needed)</p> </li> </ul> </li> <li> <p>Start stream request:</p> <ul> <li> <p>Your backend server calls <b>StartStreamSession</b> to initiate connection</p> </li> <li> <p>Amazon GameLift Streams creates the stream session resource, assigns an Amazon Resource Name (ARN) value, and begins searching for available stream capacity to run the stream</p> </li> <li> <p>Session transitions to <code>ACTIVATING</code> status</p> </li> </ul> </li> <li> <p>Placement completion:</p> <ul> <li> <p>If Amazon GameLift Streams is successful in finding capacity for the stream, the stream session status changes to <code>ACTIVE</code> status and <b>StartStreamSession</b> returns stream connection information</p> </li> <li> <p>If Amazon GameLift Streams was not successful in finding capacity within the placement timeout period (defined according to the capacity type and platform type), the stream session status changes to <code>ERROR</code> status and <b>StartStreamSession</b> returns a <code>StatusReason</code> of <code>placementTimeout</code> </p> </li> </ul> </li> <li> <p>Connection completion:</p> <ul> <li> <p>Provide the new connection information to the requesting client</p> </li> <li> <p>Client must establish connection within <code>ConnectionTimeoutSeconds</code> (specified in <b>StartStreamSession</b> parameters)</p> </li> <li> <p>Session terminates automatically if client fails to connect in time</p> </li> </ul> </li> </ol> <p>For more information about the stream session lifecycle, see <a href="https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/stream-sessions.html">Stream sessions</a> in the <i>Amazon GameLift Streams Developer Guide</i>.</p> <p>Timeouts to be aware of that affect a stream session:</p> <ul> <li> <p> <b>Placement timeout</b>: The amount of time that Amazon GameLift Streams has to find capacity for a stream request. Placement timeout varies based on the capacity type used to fulfill your stream request:</p> <ul> <li> <p> <b>Always-on capacity</b>: 75 seconds</p> </li> <li> <p> <b>On-demand capacity</b>:</p> <ul> <li> <p>Linux/Proton runtimes: 90 seconds</p> </li> <li> <p>Windows runtime: 10 minutes</p> </li> </ul> </li> </ul> </li> <li> <p> <b>Connection timeout</b>: The amount of time that Amazon GameLift Streams waits for a client to connect to a stream session in <code>ACTIVE</code> status, or reconnect to a stream session in <code>PENDING_CLIENT_RECONNECTION</code> status, the latter of which occurs when a client disconnects or loses connection from a stream session. If no client connects before the timeout, Amazon GameLift Streams terminates the stream session. This value is specified by <code>ConnectionTimeoutSeconds</code> in the <code>StartStreamSession</code> parameters.</p> </li> <li> <p> <b>Maximum session length</b>: A stream session will be terminated after this amount of time has elapsed since it started, regardless of any existing client connections. This value is specified by <code>SessionLengthSeconds</code> in the <code>StartStreamSession</code> parameters.</p> </li> </ul> <p>To start a new stream session, specify a stream group ID and application ID, along with the transport protocol and signal request to use with the stream session.</p> <p>For stream groups that have multiple locations, provide a set of locations ordered by priority using a <code>Locations</code> parameter. Amazon GameLift Streams will start a single stream session in the next available location. An application must be finished replicating to a remote location before the remote location can host a stream.</p> <p>To reconnect to a stream session after a client disconnects or loses connection, use <a href="https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_CreateStreamSessionConnection.html">CreateStreamSessionConnection</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags to a Amazon GameLift Streams resource. Use tags to organize Amazon Web Services resources for a range of purposes. You can assign tags to the following Amazon GameLift Streams resource types:</p> <ul> <li> <p>Application</p> </li> <li> <p>StreamGroup</p> </li> </ul> <p> <b>Learn more</b> </p> <p> <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> in the <i>Amazon Web Services General Reference</i> </p> <p> <a href="http://aws.amazon.com/answers/account-management/aws-tagging-strategies/"> Amazon Web Services Tagging Strategies</a> </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { TerminateStreamSessionInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TerminateStreamSessionCommandInput extends TerminateStreamSessi
22
19
  export interface TerminateStreamSessionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TerminateStreamSessionCommand_base: {
25
- new (input: TerminateStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<TerminateStreamSessionCommandInput, TerminateStreamSessionCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TerminateStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<TerminateStreamSessionCommandInput, TerminateStreamSessionCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TerminateStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<TerminateStreamSessionCommandInput, TerminateStreamSessionCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TerminateStreamSessionCommandInput): import("@smithy/core/client").CommandImpl<TerminateStreamSessionCommandInput, TerminateStreamSessionCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Permanently terminates an active stream session. When called, the stream session status changes to <code>TERMINATING</code>. You can terminate a stream session in any status except <code>ACTIVATING</code>. If the stream session is in <code>ACTIVATING</code> status, an exception is thrown.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from a Amazon GameLift Streams resource. To remove tags, specify the Amazon GameLift Streams resource and a list of one or more tags to remove.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { UpdateApplicationInput, UpdateApplicationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationInput {
22
19
  export interface UpdateApplicationCommandOutput extends UpdateApplicationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationCommand_base: {
25
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates the mutable configuration settings for a Amazon GameLift Streams application resource. You can change the <code>Description</code>, <code>ApplicationLogOutputUri</code>, and <code>ApplicationLogPaths</code>. </p> <p>To update application settings, specify the application ID and provide the new values. If the operation is successful, it returns the complete updated set of settings for the application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftStreamsClient";
4
2
  import type { UpdateStreamGroupInput, UpdateStreamGroupOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateStreamGroupCommandInput extends UpdateStreamGroupInput {
22
19
  export interface UpdateStreamGroupCommandOutput extends UpdateStreamGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateStreamGroupCommand_base: {
25
- new (input: UpdateStreamGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStreamGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput, GameLiftStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateStreamGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateStreamGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput, import("..").GameLiftStreamsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates the configuration settings for an Amazon GameLift Streams stream group resource. To update a stream group, it must be in <code>ACTIVE</code> status. You can change the description, the set of locations, and the requested capacity of a stream group per location. If you want to change the stream class, create a new stream group. </p> <p> Stream capacity represents the number of concurrent streams that can be active at a time. You set stream capacity per location, per stream group. The following capacity settings are available: </p> <ul> <li> <p> <b>Always-on capacity</b>: This setting, if non-zero, indicates minimum streaming capacity which is allocated to you and is never released back to the service. You pay for this base level of capacity at all times, whether used or idle. </p> </li> <li> <p> <b>Maximum capacity</b>: This indicates the maximum capacity that the service can allocate for you. Newly created streams may take a few minutes to start. Capacity is released back to the service when idle. You pay for capacity that is allocated to you until it is released. </p> </li> <li> <p> <b>Target-idle capacity</b>: This indicates idle capacity which the service pre-allocates and holds for you in anticipation of future activity. This helps to insulate your users from capacity-allocation delays. You pay for capacity which is held in this intentional idle state. </p> </li> </ul> <p>Values for capacity must be whole number multiples of the tenancy value of the stream group's stream class.</p> <p>To update a stream group, specify the stream group's Amazon Resource Name (ARN) and provide the new values. If the request is successful, Amazon GameLift Streams returns the complete updated metadata for the stream group. Expired stream groups cannot be updated.</p>
@@ -2,6 +2,7 @@ export * from "./AddStreamGroupLocationsCommand";
2
2
  export * from "./AssociateApplicationsCommand";
3
3
  export * from "./CreateApplicationCommand";
4
4
  export * from "./CreateStreamGroupCommand";
5
+ export * from "./CreateStreamSessionAdminShellCommand";
5
6
  export * from "./CreateStreamSessionConnectionCommand";
6
7
  export * from "./DeleteApplicationCommand";
7
8
  export * from "./DeleteStreamGroupCommand";
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { GameLiftStreamsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./waiters";
@@ -123,3 +123,21 @@ export declare class ConflictException extends __BaseException {
123
123
  */
124
124
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
125
125
  }
126
+ /**
127
+ * <p>The terminal connection to the stream session is not yet available. Wait before retrying the request.</p>
128
+ * @public
129
+ */
130
+ export declare class StreamSessionAccessNotReadyException extends __BaseException {
131
+ readonly name: "StreamSessionAccessNotReadyException";
132
+ readonly $fault: "client";
133
+ $retryable: {};
134
+ /**
135
+ * <p>Description of the error.</p>
136
+ * @public
137
+ */
138
+ Message: string | undefined;
139
+ /**
140
+ * @internal
141
+ */
142
+ constructor(opts: __ExceptionOptionType<StreamSessionAccessNotReadyException, __BaseException>);
143
+ }
@@ -734,6 +734,41 @@ export interface CreateStreamGroupOutput {
734
734
  */
735
735
  AssociatedApplications?: string[] | undefined;
736
736
  }
737
+ /**
738
+ * @public
739
+ */
740
+ export interface CreateStreamSessionAdminShellInput {
741
+ /**
742
+ * <p>The stream group that runs this stream session.</p> <p>This value is an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource. Example ARN: <code>arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4</code>. Example ID: <code>sg-1AB2C3De4</code>. </p>
743
+ * @public
744
+ */
745
+ Identifier: string | undefined;
746
+ /**
747
+ * <p>An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Name (ARN)</a> or ID that uniquely identifies the stream session resource. Example ARN: <code>arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567</code>. Example ID: <code>ABC123def4567</code>. </p>
748
+ * @public
749
+ */
750
+ StreamSessionIdentifier: string | undefined;
751
+ }
752
+ /**
753
+ * @public
754
+ */
755
+ export interface CreateStreamSessionAdminShellOutput {
756
+ /**
757
+ * <p>An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.</p>
758
+ * @public
759
+ */
760
+ SessionId?: string | undefined;
761
+ /**
762
+ * <p>An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.</p>
763
+ * @public
764
+ */
765
+ StreamUrl?: string | undefined;
766
+ /**
767
+ * <p>An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.</p>
768
+ * @public
769
+ */
770
+ TokenValue?: string | undefined;
771
+ }
737
772
  /**
738
773
  * @public
739
774
  */
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { GameLiftStreamsClientConfig } from "./GameLiftStreamsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: GameLiftStreamsClientConfig) =>
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -6,6 +6,7 @@ export declare var ConflictException$: StaticErrorSchema;
6
6
  export declare var InternalServerException$: StaticErrorSchema;
7
7
  export declare var ResourceNotFoundException$: StaticErrorSchema;
8
8
  export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var StreamSessionAccessNotReadyException$: StaticErrorSchema;
9
10
  export declare var ThrottlingException$: StaticErrorSchema;
10
11
  export declare var ValidationException$: StaticErrorSchema;
11
12
  /**
@@ -23,6 +24,8 @@ export declare var CreateApplicationInput$: StaticStructureSchema;
23
24
  export declare var CreateApplicationOutput$: StaticStructureSchema;
24
25
  export declare var CreateStreamGroupInput$: StaticStructureSchema;
25
26
  export declare var CreateStreamGroupOutput$: StaticStructureSchema;
27
+ export declare var CreateStreamSessionAdminShellInput$: StaticStructureSchema;
28
+ export declare var CreateStreamSessionAdminShellOutput$: StaticStructureSchema;
26
29
  export declare var CreateStreamSessionConnectionInput$: StaticStructureSchema;
27
30
  export declare var CreateStreamSessionConnectionOutput$: StaticStructureSchema;
28
31
  export declare var DefaultApplication$: StaticStructureSchema;
@@ -74,6 +77,7 @@ export declare var AddStreamGroupLocations$: StaticOperationSchema;
74
77
  export declare var AssociateApplications$: StaticOperationSchema;
75
78
  export declare var CreateApplication$: StaticOperationSchema;
76
79
  export declare var CreateStreamGroup$: StaticOperationSchema;
80
+ export declare var CreateStreamSessionAdminShell$: StaticOperationSchema;
77
81
  export declare var CreateStreamSessionConnection$: StaticOperationSchema;
78
82
  export declare var DeleteApplication$: StaticOperationSchema;
79
83
  export declare var DeleteStreamGroup$: StaticOperationSchema;
@@ -21,6 +21,10 @@ import {
21
21
  CreateStreamGroupCommandInput,
22
22
  CreateStreamGroupCommandOutput,
23
23
  } from "./commands/CreateStreamGroupCommand";
24
+ import {
25
+ CreateStreamSessionAdminShellCommandInput,
26
+ CreateStreamSessionAdminShellCommandOutput,
27
+ } from "./commands/CreateStreamSessionAdminShellCommand";
24
28
  import {
25
29
  CreateStreamSessionConnectionCommandInput,
26
30
  CreateStreamSessionConnectionCommandOutput,
@@ -156,6 +160,19 @@ export interface GameLiftStreams {
156
160
  options: __HttpHandlerOptions,
157
161
  cb: (err: any, data?: CreateStreamGroupCommandOutput) => void
158
162
  ): void;
163
+ createStreamSessionAdminShell(
164
+ args: CreateStreamSessionAdminShellCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<CreateStreamSessionAdminShellCommandOutput>;
167
+ createStreamSessionAdminShell(
168
+ args: CreateStreamSessionAdminShellCommandInput,
169
+ cb: (err: any, data?: CreateStreamSessionAdminShellCommandOutput) => void
170
+ ): void;
171
+ createStreamSessionAdminShell(
172
+ args: CreateStreamSessionAdminShellCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: CreateStreamSessionAdminShellCommandOutput) => void
175
+ ): void;
159
176
  createStreamSessionConnection(
160
177
  args: CreateStreamSessionConnectionCommandInput,
161
178
  options?: __HttpHandlerOptions
@@ -52,6 +52,10 @@ import {
52
52
  CreateStreamGroupCommandInput,
53
53
  CreateStreamGroupCommandOutput,
54
54
  } from "./commands/CreateStreamGroupCommand";
55
+ import {
56
+ CreateStreamSessionAdminShellCommandInput,
57
+ CreateStreamSessionAdminShellCommandOutput,
58
+ } from "./commands/CreateStreamSessionAdminShellCommand";
55
59
  import {
56
60
  CreateStreamSessionConnectionCommandInput,
57
61
  CreateStreamSessionConnectionCommandOutput,
@@ -144,6 +148,7 @@ export type ServiceInputTypes =
144
148
  | AssociateApplicationsCommandInput
145
149
  | CreateApplicationCommandInput
146
150
  | CreateStreamGroupCommandInput
151
+ | CreateStreamSessionAdminShellCommandInput
147
152
  | CreateStreamSessionConnectionCommandInput
148
153
  | DeleteApplicationCommandInput
149
154
  | DeleteStreamGroupCommandInput
@@ -169,6 +174,7 @@ export type ServiceOutputTypes =
169
174
  | AssociateApplicationsCommandOutput
170
175
  | CreateApplicationCommandOutput
171
176
  | CreateStreamGroupCommandOutput
177
+ | CreateStreamSessionAdminShellCommandOutput
172
178
  | CreateStreamSessionConnectionCommandOutput
173
179
  | DeleteApplicationCommandOutput
174
180
  | DeleteStreamGroupCommandOutput
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ GameLiftStreamsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./GameLiftStreamsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ GameLiftStreamsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ GameLiftStreamsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GameLiftStreamsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GameLiftStreamsClient";
8
2
  import {
9
3
  AddStreamGroupLocationsInput,
10
4
  AddStreamGroupLocationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddStreamGroupLocationsCommandInput
15
8
  extends AddStreamGroupLocationsInput {}
16
9
  export interface AddStreamGroupLocationsCommandOutput
@@ -22,22 +15,20 @@ declare const AddStreamGroupLocationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddStreamGroupLocationsCommandInput,
24
17
  AddStreamGroupLocationsCommandOutput,
25
- GameLiftStreamsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GameLiftStreamsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddStreamGroupLocationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddStreamGroupLocationsCommandInput,
33
26
  AddStreamGroupLocationsCommandOutput,
34
- GameLiftStreamsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GameLiftStreamsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddStreamGroupLocationsCommand extends AddStreamGroupLocationsCommand_base {
43
34
  protected static __types: {