@aws-sdk/client-workspaces-thin-client 3.477.0 → 3.481.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 (81) hide show
  1. package/dist-cjs/commands/CreateEnvironmentCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteDeviceCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteEnvironmentCommand.js +18 -41
  4. package/dist-cjs/commands/DeregisterDeviceCommand.js +18 -41
  5. package/dist-cjs/commands/GetDeviceCommand.js +18 -41
  6. package/dist-cjs/commands/GetEnvironmentCommand.js +18 -41
  7. package/dist-cjs/commands/GetSoftwareSetCommand.js +18 -41
  8. package/dist-cjs/commands/ListDevicesCommand.js +18 -41
  9. package/dist-cjs/commands/ListEnvironmentsCommand.js +18 -41
  10. package/dist-cjs/commands/ListSoftwareSetsCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  13. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  14. package/dist-cjs/commands/UpdateDeviceCommand.js +18 -41
  15. package/dist-cjs/commands/UpdateEnvironmentCommand.js +18 -41
  16. package/dist-cjs/commands/UpdateSoftwareSetCommand.js +18 -41
  17. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  18. package/dist-cjs/pagination/ListDevicesPaginator.js +2 -24
  19. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +2 -24
  20. package/dist-cjs/pagination/ListSoftwareSetsPaginator.js +2 -24
  21. package/dist-es/commands/CreateEnvironmentCommand.js +18 -41
  22. package/dist-es/commands/DeleteDeviceCommand.js +18 -41
  23. package/dist-es/commands/DeleteEnvironmentCommand.js +18 -41
  24. package/dist-es/commands/DeregisterDeviceCommand.js +18 -41
  25. package/dist-es/commands/GetDeviceCommand.js +18 -41
  26. package/dist-es/commands/GetEnvironmentCommand.js +18 -41
  27. package/dist-es/commands/GetSoftwareSetCommand.js +18 -41
  28. package/dist-es/commands/ListDevicesCommand.js +18 -41
  29. package/dist-es/commands/ListEnvironmentsCommand.js +18 -41
  30. package/dist-es/commands/ListSoftwareSetsCommand.js +18 -41
  31. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  32. package/dist-es/commands/TagResourceCommand.js +18 -41
  33. package/dist-es/commands/UntagResourceCommand.js +18 -41
  34. package/dist-es/commands/UpdateDeviceCommand.js +18 -41
  35. package/dist-es/commands/UpdateEnvironmentCommand.js +18 -41
  36. package/dist-es/commands/UpdateSoftwareSetCommand.js +18 -41
  37. package/dist-es/endpoint/EndpointParameters.js +6 -0
  38. package/dist-es/pagination/ListDevicesPaginator.js +2 -23
  39. package/dist-es/pagination/ListEnvironmentsPaginator.js +2 -23
  40. package/dist-es/pagination/ListSoftwareSetsPaginator.js +2 -23
  41. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteDeviceCommand.d.ts +6 -21
  43. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -21
  44. package/dist-types/commands/DeregisterDeviceCommand.d.ts +6 -21
  45. package/dist-types/commands/GetDeviceCommand.d.ts +6 -21
  46. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -21
  47. package/dist-types/commands/GetSoftwareSetCommand.d.ts +6 -21
  48. package/dist-types/commands/ListDevicesCommand.d.ts +6 -21
  49. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -21
  50. package/dist-types/commands/ListSoftwareSetsCommand.d.ts +6 -21
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  54. package/dist-types/commands/UpdateDeviceCommand.d.ts +6 -21
  55. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -21
  56. package/dist-types/commands/UpdateSoftwareSetCommand.d.ts +6 -21
  57. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  58. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListSoftwareSetsPaginator.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/DeregisterDeviceCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/GetSoftwareSetCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/ListSoftwareSetsCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/UpdateSoftwareSetCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  78. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +3 -3
  79. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +3 -3
  80. package/dist-types/ts3.4/pagination/ListSoftwareSetsPaginator.d.ts +3 -3
  81. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDeviceCommandInput extends DeleteDeviceRequest {
21
20
  */
22
21
  export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDeviceCommand_base: {
24
+ new (input: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a thin client device.</p>
@@ -70,23 +73,5 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
70
73
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteDeviceCommand extends $Command<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
74
- readonly input: DeleteDeviceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteDeviceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeviceCommandInput, DeleteDeviceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest
21
20
  */
22
21
  export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteEnvironmentCommand_base: {
24
+ new (input: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an environment.</p>
@@ -70,23 +73,5 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
70
73
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
74
- readonly input: DeleteEnvironmentCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteEnvironmentCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeregisterDeviceRequest, DeregisterDeviceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterDeviceCommandInput extends DeregisterDeviceRequest {
21
20
  */
22
21
  export interface DeregisterDeviceCommandOutput extends DeregisterDeviceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterDeviceCommand_base: {
24
+ new (input: DeregisterDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDeviceCommandInput, DeregisterDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregisters a thin client device.</p>
@@ -71,23 +74,5 @@ export interface DeregisterDeviceCommandOutput extends DeregisterDeviceResponse,
71
74
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
72
75
  *
73
76
  */
74
- export declare class DeregisterDeviceCommand extends $Command<DeregisterDeviceCommandInput, DeregisterDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
75
- readonly input: DeregisterDeviceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DeregisterDeviceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterDeviceCommandInput, DeregisterDeviceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DeregisterDeviceCommand extends DeregisterDeviceCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeviceCommandInput extends GetDeviceRequest {
21
20
  */
22
21
  export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDeviceCommand_base: {
24
+ new (input: GetDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceCommandInput, GetDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information for a thin client device.</p>
@@ -91,23 +94,5 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea
91
94
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
92
95
  *
93
96
  */
94
- export declare class GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
95
- readonly input: GetDeviceCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetDeviceCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceCommandInput, GetDeviceCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetDeviceCommand extends GetDeviceCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
21
20
  */
22
21
  export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEnvironmentCommand_base: {
24
+ new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information for an environment.</p>
@@ -99,23 +102,5 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
99
102
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
100
103
  *
101
104
  */
102
- export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
103
- readonly input: GetEnvironmentCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetEnvironmentCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSoftwareSetRequest, GetSoftwareSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSoftwareSetCommandInput extends GetSoftwareSetRequest {
21
20
  */
22
21
  export interface GetSoftwareSetCommandOutput extends GetSoftwareSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSoftwareSetCommand_base: {
24
+ new (input: GetSoftwareSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareSetCommandInput, GetSoftwareSetCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information for a software set.</p>
@@ -79,23 +82,5 @@ export interface GetSoftwareSetCommandOutput extends GetSoftwareSetResponse, __M
79
82
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
80
83
  *
81
84
  */
82
- export declare class GetSoftwareSetCommand extends $Command<GetSoftwareSetCommandInput, GetSoftwareSetCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
83
- readonly input: GetSoftwareSetCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetSoftwareSetCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSoftwareSetCommandInput, GetSoftwareSetCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetSoftwareSetCommand extends GetSoftwareSetCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDevicesCommandInput extends ListDevicesRequest {
21
20
  */
22
21
  export interface ListDevicesCommandOutput extends ListDevicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDevicesCommand_base: {
24
+ new (input: ListDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of thin client devices.</p>
@@ -87,23 +90,5 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
87
90
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
88
91
  *
89
92
  */
90
- export declare class ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
91
- readonly input: ListDevicesCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListDevicesCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicesCommandInput, ListDevicesCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListDevicesCommand extends ListDevicesCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
21
20
  */
22
21
  export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEnvironmentsCommand_base: {
24
+ new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of environments.</p>
@@ -96,23 +99,5 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
96
99
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
97
100
  *
98
101
  */
99
- export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
100
- readonly input: ListEnvironmentsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListEnvironmentsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListSoftwareSetsRequest, ListSoftwareSetsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSoftwareSetsCommandInput extends ListSoftwareSetsRequest {
21
20
  */
22
21
  export interface ListSoftwareSetsCommandOutput extends ListSoftwareSetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSoftwareSetsCommand_base: {
24
+ new (input: ListSoftwareSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSoftwareSetsCommandInput, ListSoftwareSetsCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of software sets.</p>
@@ -74,23 +77,5 @@ export interface ListSoftwareSetsCommandOutput extends ListSoftwareSetsResponse,
74
77
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
75
78
  *
76
79
  */
77
- export declare class ListSoftwareSetsCommand extends $Command<ListSoftwareSetsCommandInput, ListSoftwareSetsCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
78
- readonly input: ListSoftwareSetsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListSoftwareSetsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSoftwareSetsCommandInput, ListSoftwareSetsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListSoftwareSetsCommand extends ListSoftwareSetsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of tags for a resource.</p>
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
62
65
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
63
66
  *
64
67
  */
65
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
66
- readonly input: ListTagsForResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: ListTagsForResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
@@ -61,23 +64,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
61
64
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
62
65
  *
63
66
  */
64
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
65
- readonly input: TagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: TagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class TagResourceCommand extends TagResourceCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a tag or tags from a resource.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateDeviceRequest, UpdateDeviceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDeviceCommandInput extends UpdateDeviceRequest {
21
20
  */
22
21
  export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDeviceCommand_base: {
24
+ new (input: UpdateDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceCommandInput, UpdateDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a thin client device.</p>
@@ -90,23 +93,5 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
90
93
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
91
94
  *
92
95
  */
93
- export declare class UpdateDeviceCommand extends $Command<UpdateDeviceCommandInput, UpdateDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
94
- readonly input: UpdateDeviceCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: UpdateDeviceCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeviceCommandInput, UpdateDeviceCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class UpdateDeviceCommand extends UpdateDeviceCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig } from "../WorkSpacesThinClientClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest
21
20
  */
22
21
  export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEnvironmentCommand_base: {
24
+ new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an environment.</p>
@@ -112,23 +115,5 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
112
115
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
113
116
  *
114
117
  */
115
- export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig> {
116
- readonly input: UpdateEnvironmentCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: UpdateEnvironmentCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesThinClientClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
134
119
  }