@aws-sdk/client-workspaces-thin-client 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 (68) hide show
  1. package/dist-cjs/index.js +27 -165
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  4. package/dist-es/commands/DeleteDeviceCommand.js +2 -14
  5. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
  6. package/dist-es/commands/DeregisterDeviceCommand.js +2 -14
  7. package/dist-es/commands/GetDeviceCommand.js +2 -14
  8. package/dist-es/commands/GetEnvironmentCommand.js +2 -14
  9. package/dist-es/commands/GetSoftwareSetCommand.js +2 -14
  10. package/dist-es/commands/ListDevicesCommand.js +2 -14
  11. package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
  12. package/dist-es/commands/ListSoftwareSetsCommand.js +2 -14
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  14. package/dist-es/commands/TagResourceCommand.js +2 -14
  15. package/dist-es/commands/UntagResourceCommand.js +2 -14
  16. package/dist-es/commands/UpdateDeviceCommand.js +2 -14
  17. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
  18. package/dist-es/commands/UpdateSoftwareSetCommand.js +2 -14
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.browser.js +0 -2
  21. package/dist-es/runtimeConfig.js +1 -2
  22. package/dist-es/runtimeConfig.native.js +0 -2
  23. package/dist-es/runtimeConfig.shared.js +2 -0
  24. package/dist-types/commandBuilder.d.ts +18 -0
  25. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  26. package/dist-types/commands/DeleteDeviceCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
  28. package/dist-types/commands/DeregisterDeviceCommand.d.ts +3 -8
  29. package/dist-types/commands/GetDeviceCommand.d.ts +3 -8
  30. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
  31. package/dist-types/commands/GetSoftwareSetCommand.d.ts +3 -8
  32. package/dist-types/commands/ListDevicesCommand.d.ts +3 -8
  33. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
  34. package/dist-types/commands/ListSoftwareSetsCommand.d.ts +3 -8
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  38. package/dist-types/commands/UpdateDeviceCommand.d.ts +3 -8
  39. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
  40. package/dist-types/commands/UpdateSoftwareSetCommand.d.ts +3 -8
  41. package/dist-types/index.d.ts +1 -0
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  43. package/dist-types/runtimeConfig.d.ts +1 -1
  44. package/dist-types/runtimeConfig.native.d.ts +1 -1
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  47. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/DeregisterDeviceCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/GetSoftwareSetCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/ListSoftwareSetsCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/UpdateSoftwareSetCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/index.d.ts +1 -0
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  68. 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
2
  import {
4
3
  CreateEnvironmentRequest,
5
4
  CreateEnvironmentResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEnvironmentCommandInput
15
8
  extends CreateEnvironmentRequest {}
16
9
  export interface CreateEnvironmentCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEnvironmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEnvironmentCommandInput,
24
17
  CreateEnvironmentCommandOutput,
25
- WorkSpacesThinClientClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WorkSpacesThinClientClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEnvironmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEnvironmentCommandInput,
33
26
  CreateEnvironmentCommandOutput,
34
- WorkSpacesThinClientClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 CreateEnvironmentCommand extends CreateEnvironmentCommand_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
2
  import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WorkSpacesThinClientClientResolvedConfig,
8
- } from "../WorkSpacesThinClientClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteDeviceCommandInput extends DeleteDeviceRequest {}
12
5
  export interface DeleteDeviceCommandOutput
13
6
  extends DeleteDeviceResponse,
@@ -18,22 +11,20 @@ declare const DeleteDeviceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteDeviceCommandInput,
20
13
  DeleteDeviceCommandOutput,
21
- WorkSpacesThinClientClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WorkSpacesThinClientClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteDeviceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteDeviceCommandInput,
29
22
  DeleteDeviceCommandOutput,
30
- WorkSpacesThinClientClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 DeleteDeviceCommand extends DeleteDeviceCommand_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
2
  import {
4
3
  DeleteEnvironmentRequest,
5
4
  DeleteEnvironmentResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteEnvironmentCommandInput
15
8
  extends DeleteEnvironmentRequest {}
16
9
  export interface DeleteEnvironmentCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteEnvironmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteEnvironmentCommandInput,
24
17
  DeleteEnvironmentCommandOutput,
25
- WorkSpacesThinClientClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WorkSpacesThinClientClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteEnvironmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteEnvironmentCommandInput,
33
26
  DeleteEnvironmentCommandOutput,
34
- WorkSpacesThinClientClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 DeleteEnvironmentCommand extends DeleteEnvironmentCommand_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
2
  import {
4
3
  DeregisterDeviceRequest,
5
4
  DeregisterDeviceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeregisterDeviceCommandInput extends DeregisterDeviceRequest {}
15
8
  export interface DeregisterDeviceCommandOutput
16
9
  extends DeregisterDeviceResponse,
@@ -21,22 +14,20 @@ declare const DeregisterDeviceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeregisterDeviceCommandInput,
23
16
  DeregisterDeviceCommandOutput,
24
- WorkSpacesThinClientClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WorkSpacesThinClientClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeregisterDeviceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeregisterDeviceCommandInput,
32
25
  DeregisterDeviceCommandOutput,
33
- WorkSpacesThinClientClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 DeregisterDeviceCommand extends DeregisterDeviceCommand_base {
42
33
  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
2
  import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WorkSpacesThinClientClientResolvedConfig,
8
- } from "../WorkSpacesThinClientClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetDeviceCommandInput extends GetDeviceRequest {}
12
5
  export interface GetDeviceCommandOutput
13
6
  extends GetDeviceResponse,
@@ -16,20 +9,18 @@ declare const GetDeviceCommand_base: {
16
9
  new (input: GetDeviceCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetDeviceCommandInput,
18
11
  GetDeviceCommandOutput,
19
- WorkSpacesThinClientClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").WorkSpacesThinClientClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetDeviceCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetDeviceCommandInput,
25
18
  GetDeviceCommandOutput,
26
- WorkSpacesThinClientClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").WorkSpacesThinClientClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetDeviceCommand extends GetDeviceCommand_base {
35
26
  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
2
  import {
4
3
  GetEnvironmentRequest,
5
4
  GetEnvironmentResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
15
8
  export interface GetEnvironmentCommandOutput
16
9
  extends GetEnvironmentResponse,
@@ -21,22 +14,20 @@ declare const GetEnvironmentCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetEnvironmentCommandInput,
23
16
  GetEnvironmentCommandOutput,
24
- WorkSpacesThinClientClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WorkSpacesThinClientClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetEnvironmentCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetEnvironmentCommandInput,
32
25
  GetEnvironmentCommandOutput,
33
- WorkSpacesThinClientClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 GetEnvironmentCommand extends GetEnvironmentCommand_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
2
  import {
4
3
  GetSoftwareSetRequest,
5
4
  GetSoftwareSetResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSoftwareSetCommandInput extends GetSoftwareSetRequest {}
15
8
  export interface GetSoftwareSetCommandOutput
16
9
  extends GetSoftwareSetResponse,
@@ -21,22 +14,20 @@ declare const GetSoftwareSetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetSoftwareSetCommandInput,
23
16
  GetSoftwareSetCommandOutput,
24
- WorkSpacesThinClientClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WorkSpacesThinClientClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetSoftwareSetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetSoftwareSetCommandInput,
32
25
  GetSoftwareSetCommandOutput,
33
- WorkSpacesThinClientClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 GetSoftwareSetCommand extends GetSoftwareSetCommand_base {
42
33
  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
2
  import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WorkSpacesThinClientClientResolvedConfig,
8
- } from "../WorkSpacesThinClientClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListDevicesCommandInput extends ListDevicesRequest {}
12
5
  export interface ListDevicesCommandOutput
13
6
  extends ListDevicesResponse,
@@ -18,22 +11,20 @@ declare const ListDevicesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListDevicesCommandInput,
20
13
  ListDevicesCommandOutput,
21
- WorkSpacesThinClientClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WorkSpacesThinClientClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListDevicesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListDevicesCommandInput,
29
22
  ListDevicesCommandOutput,
30
- WorkSpacesThinClientClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 ListDevicesCommand extends ListDevicesCommand_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
2
  import {
4
3
  ListEnvironmentsRequest,
5
4
  ListEnvironmentsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
15
8
  export interface ListEnvironmentsCommandOutput
16
9
  extends ListEnvironmentsResponse,
@@ -21,22 +14,20 @@ declare const ListEnvironmentsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListEnvironmentsCommandInput,
23
16
  ListEnvironmentsCommandOutput,
24
- WorkSpacesThinClientClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WorkSpacesThinClientClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListEnvironmentsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListEnvironmentsCommandInput,
32
25
  ListEnvironmentsCommandOutput,
33
- WorkSpacesThinClientClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 ListEnvironmentsCommand extends ListEnvironmentsCommand_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
2
  import {
4
3
  ListSoftwareSetsRequest,
5
4
  ListSoftwareSetsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSoftwareSetsCommandInput extends ListSoftwareSetsRequest {}
15
8
  export interface ListSoftwareSetsCommandOutput
16
9
  extends ListSoftwareSetsResponse,
@@ -21,22 +14,20 @@ declare const ListSoftwareSetsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListSoftwareSetsCommandInput,
23
16
  ListSoftwareSetsCommandOutput,
24
- WorkSpacesThinClientClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WorkSpacesThinClientClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListSoftwareSetsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListSoftwareSetsCommandInput,
32
25
  ListSoftwareSetsCommandOutput,
33
- WorkSpacesThinClientClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 ListSoftwareSetsCommand extends ListSoftwareSetsCommand_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
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- WorkSpacesThinClientClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WorkSpacesThinClientClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- WorkSpacesThinClientClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WorkSpacesThinClientClientResolvedConfig,
8
- } from "../WorkSpacesThinClientClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- WorkSpacesThinClientClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WorkSpacesThinClientClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- WorkSpacesThinClientClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 TagResourceCommand extends TagResourceCommand_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
2
  import {
4
3
  UntagResourceRequest,
5
4
  UntagResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WorkSpacesThinClientClientResolvedConfig,
11
- } from "../WorkSpacesThinClientClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- WorkSpacesThinClientClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WorkSpacesThinClientClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- WorkSpacesThinClientClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 UntagResourceCommand extends UntagResourceCommand_base {
42
33
  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
2
  import { UpdateDeviceRequest, UpdateDeviceResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WorkSpacesThinClientClientResolvedConfig,
8
- } from "../WorkSpacesThinClientClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateDeviceCommandInput extends UpdateDeviceRequest {}
12
5
  export interface UpdateDeviceCommandOutput
13
6
  extends UpdateDeviceResponse,
@@ -18,22 +11,20 @@ declare const UpdateDeviceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateDeviceCommandInput,
20
13
  UpdateDeviceCommandOutput,
21
- WorkSpacesThinClientClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WorkSpacesThinClientClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateDeviceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateDeviceCommandInput,
29
22
  UpdateDeviceCommandOutput,
30
- WorkSpacesThinClientClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WorkSpacesThinClientClientResolvedConfig,
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 UpdateDeviceCommand extends UpdateDeviceCommand_base {
39
30
  protected static __types: {