@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,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
  AssociateApplicationsInput,
10
4
  AssociateApplicationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateApplicationsCommandInput
15
8
  extends AssociateApplicationsInput {}
16
9
  export interface AssociateApplicationsCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateApplicationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateApplicationsCommandInput,
24
17
  AssociateApplicationsCommandOutput,
25
- GameLiftStreamsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GameLiftStreamsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateApplicationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateApplicationsCommandInput,
33
26
  AssociateApplicationsCommandOutput,
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 AssociateApplicationsCommand extends AssociateApplicationsCommand_base {
43
34
  protected static __types: {
@@ -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
  CreateApplicationInput,
10
4
  CreateApplicationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateApplicationCommandInput extends CreateApplicationInput {}
15
8
  export interface CreateApplicationCommandOutput
16
9
  extends CreateApplicationOutput,
@@ -21,22 +14,20 @@ declare const CreateApplicationCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateApplicationCommandInput,
23
16
  CreateApplicationCommandOutput,
24
- GameLiftStreamsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GameLiftStreamsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateApplicationCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateApplicationCommandInput,
32
25
  CreateApplicationCommandOutput,
33
- GameLiftStreamsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GameLiftStreamsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
42
33
  protected static __types: {
@@ -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
  CreateStreamGroupInput,
10
4
  CreateStreamGroupOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateStreamGroupCommandInput extends CreateStreamGroupInput {}
15
8
  export interface CreateStreamGroupCommandOutput
16
9
  extends CreateStreamGroupOutput,
@@ -21,22 +14,20 @@ declare const CreateStreamGroupCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateStreamGroupCommandInput,
23
16
  CreateStreamGroupCommandOutput,
24
- GameLiftStreamsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GameLiftStreamsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateStreamGroupCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateStreamGroupCommandInput,
32
25
  CreateStreamGroupCommandOutput,
33
- GameLiftStreamsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GameLiftStreamsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateStreamGroupCommand extends CreateStreamGroupCommand_base {
42
33
  protected static __types: {
@@ -0,0 +1,44 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateStreamSessionAdminShellInput,
4
+ CreateStreamSessionAdminShellOutput,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface CreateStreamSessionAdminShellCommandInput
8
+ extends CreateStreamSessionAdminShellInput {}
9
+ export interface CreateStreamSessionAdminShellCommandOutput
10
+ extends CreateStreamSessionAdminShellOutput,
11
+ __MetadataBearer {}
12
+ declare const CreateStreamSessionAdminShellCommand_base: {
13
+ new (
14
+ input: CreateStreamSessionAdminShellCommandInput
15
+ ): import("@smithy/core/client").CommandImpl<
16
+ CreateStreamSessionAdminShellCommandInput,
17
+ CreateStreamSessionAdminShellCommandOutput,
18
+ import("..").GameLiftStreamsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
21
+ >;
22
+ new (
23
+ input: CreateStreamSessionAdminShellCommandInput
24
+ ): import("@smithy/core/client").CommandImpl<
25
+ CreateStreamSessionAdminShellCommandInput,
26
+ CreateStreamSessionAdminShellCommandOutput,
27
+ import("..").GameLiftStreamsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
30
+ >;
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
32
+ };
33
+ export declare class CreateStreamSessionAdminShellCommand extends CreateStreamSessionAdminShellCommand_base {
34
+ protected static __types: {
35
+ api: {
36
+ input: CreateStreamSessionAdminShellInput;
37
+ output: CreateStreamSessionAdminShellOutput;
38
+ };
39
+ sdk: {
40
+ input: CreateStreamSessionAdminShellCommandInput;
41
+ output: CreateStreamSessionAdminShellCommandOutput;
42
+ };
43
+ };
44
+ }
@@ -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
  CreateStreamSessionConnectionInput,
10
4
  CreateStreamSessionConnectionOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateStreamSessionConnectionCommandInput
15
8
  extends CreateStreamSessionConnectionInput {}
16
9
  export interface CreateStreamSessionConnectionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateStreamSessionConnectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateStreamSessionConnectionCommandInput,
24
17
  CreateStreamSessionConnectionCommandOutput,
25
- GameLiftStreamsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GameLiftStreamsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateStreamSessionConnectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateStreamSessionConnectionCommandInput,
33
26
  CreateStreamSessionConnectionCommandOutput,
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 CreateStreamSessionConnectionCommand extends CreateStreamSessionConnectionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { DeleteApplicationInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteApplicationCommandInput extends DeleteApplicationInput {}
12
5
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteApplicationCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteApplicationCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteApplicationCommandInput,
18
11
  DeleteApplicationCommandOutput,
19
- GameLiftStreamsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GameLiftStreamsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteApplicationCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteApplicationCommandInput,
27
20
  DeleteApplicationCommandOutput,
28
- GameLiftStreamsClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").GameLiftStreamsClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
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 { DeleteStreamGroupInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteStreamGroupCommandInput extends DeleteStreamGroupInput {}
12
5
  export interface DeleteStreamGroupCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteStreamGroupCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteStreamGroupCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteStreamGroupCommandInput,
18
11
  DeleteStreamGroupCommandOutput,
19
- GameLiftStreamsClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GameLiftStreamsClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteStreamGroupCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteStreamGroupCommandInput,
27
20
  DeleteStreamGroupCommandOutput,
28
- GameLiftStreamsClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").GameLiftStreamsClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteStreamGroupCommand extends DeleteStreamGroupCommand_base {
37
28
  protected static __types: {
@@ -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
  DisassociateApplicationsInput,
10
4
  DisassociateApplicationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateApplicationsCommandInput
15
8
  extends DisassociateApplicationsInput {}
16
9
  export interface DisassociateApplicationsCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateApplicationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateApplicationsCommandInput,
24
17
  DisassociateApplicationsCommandOutput,
25
- GameLiftStreamsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GameLiftStreamsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateApplicationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateApplicationsCommandInput,
33
26
  DisassociateApplicationsCommandOutput,
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 DisassociateApplicationsCommand extends DisassociateApplicationsCommand_base {
43
34
  protected static __types: {
@@ -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
  ExportStreamSessionFilesInput,
10
4
  ExportStreamSessionFilesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ExportStreamSessionFilesCommandInput
15
8
  extends ExportStreamSessionFilesInput {}
16
9
  export interface ExportStreamSessionFilesCommandOutput
@@ -22,22 +15,20 @@ declare const ExportStreamSessionFilesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ExportStreamSessionFilesCommandInput,
24
17
  ExportStreamSessionFilesCommandOutput,
25
- GameLiftStreamsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GameLiftStreamsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ExportStreamSessionFilesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ExportStreamSessionFilesCommandInput,
33
26
  ExportStreamSessionFilesCommandOutput,
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 ExportStreamSessionFilesCommand extends ExportStreamSessionFilesCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetApplicationCommandInput extends GetApplicationInput {}
12
5
  export interface GetApplicationCommandOutput
13
6
  extends GetApplicationOutput,
@@ -18,22 +11,20 @@ declare const GetApplicationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetApplicationCommandInput,
20
13
  GetApplicationCommandOutput,
21
- GameLiftStreamsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GameLiftStreamsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetApplicationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetApplicationCommandInput,
29
22
  GetApplicationCommandOutput,
30
- GameLiftStreamsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GameLiftStreamsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetStreamGroupInput, GetStreamGroupOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetStreamGroupCommandInput extends GetStreamGroupInput {}
12
5
  export interface GetStreamGroupCommandOutput
13
6
  extends GetStreamGroupOutput,
@@ -18,22 +11,20 @@ declare const GetStreamGroupCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetStreamGroupCommandInput,
20
13
  GetStreamGroupCommandOutput,
21
- GameLiftStreamsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GameLiftStreamsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetStreamGroupCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetStreamGroupCommandInput,
29
22
  GetStreamGroupCommandOutput,
30
- GameLiftStreamsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GameLiftStreamsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetStreamGroupCommand extends GetStreamGroupCommand_base {
39
30
  protected static __types: {
@@ -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
  GetStreamSessionInput,
10
4
  GetStreamSessionOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetStreamSessionCommandInput extends GetStreamSessionInput {}
15
8
  export interface GetStreamSessionCommandOutput
16
9
  extends GetStreamSessionOutput,
@@ -21,22 +14,20 @@ declare const GetStreamSessionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetStreamSessionCommandInput,
23
16
  GetStreamSessionCommandOutput,
24
- GameLiftStreamsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GameLiftStreamsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetStreamSessionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetStreamSessionCommandInput,
32
25
  GetStreamSessionCommandOutput,
33
- GameLiftStreamsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GameLiftStreamsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
42
33
  protected static __types: {
@@ -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
  ListApplicationsInput,
10
4
  ListApplicationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListApplicationsCommandInput extends ListApplicationsInput {}
15
8
  export interface ListApplicationsCommandOutput
16
9
  extends ListApplicationsOutput,
@@ -21,22 +14,20 @@ declare const ListApplicationsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListApplicationsCommandInput,
23
16
  ListApplicationsCommandOutput,
24
- GameLiftStreamsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GameLiftStreamsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListApplicationsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListApplicationsCommandInput,
32
25
  ListApplicationsCommandOutput,
33
- GameLiftStreamsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GameLiftStreamsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
42
33
  protected static __types: {
@@ -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
  ListStreamGroupsInput,
10
4
  ListStreamGroupsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListStreamGroupsCommandInput extends ListStreamGroupsInput {}
15
8
  export interface ListStreamGroupsCommandOutput
16
9
  extends ListStreamGroupsOutput,
@@ -21,22 +14,20 @@ declare const ListStreamGroupsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListStreamGroupsCommandInput,
23
16
  ListStreamGroupsCommandOutput,
24
- GameLiftStreamsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GameLiftStreamsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListStreamGroupsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListStreamGroupsCommandInput,
32
25
  ListStreamGroupsCommandOutput,
33
- GameLiftStreamsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GameLiftStreamsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListStreamGroupsCommand extends ListStreamGroupsCommand_base {
42
33
  protected static __types: {