@aws-sdk/client-workspaces-thin-client 3.825.0 → 3.827.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -12
- package/dist-types/WorkSpacesThinClient.d.ts +1 -12
- package/dist-types/WorkSpacesThinClientClient.d.ts +1 -12
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -3
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -3
- package/dist-types/commands/DeregisterDeviceCommand.d.ts +1 -3
- package/dist-types/commands/TagResourceCommand.d.ts +1 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -3
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -0
- package/dist-types/index.d.ts +1 -12
- package/dist-types/models/models_0.d.ts +34 -125
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,18 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript WorkSpacesThinClient Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
|
|
10
|
-
Computing (EUC) virtual desktops to provide users with a complete cloud desktop
|
|
11
|
-
solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
|
|
12
|
-
devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
|
|
13
|
-
devices do not allow local data storage or installation of unapproved applications. The
|
|
14
|
-
WorkSpaces Thin Client device ships preloaded with device management software.</p>
|
|
15
|
-
<p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or
|
|
16
|
-
viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to
|
|
17
|
-
use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For
|
|
18
|
-
more information about using the Command Line Interface (CLI) to manage
|
|
19
|
-
your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the
|
|
20
|
-
CLI Reference</a>.</p>
|
|
9
|
+
<p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client devices do not allow local data storage or installation of unapproved applications. The WorkSpaces Thin Client device ships preloaded with device management software.</p> <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For more information about using the Command Line Interface (CLI) to manage your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the CLI Reference</a>.</p>
|
|
21
10
|
|
|
22
11
|
## Installing
|
|
23
12
|
|
|
@@ -118,18 +118,7 @@ export interface WorkSpacesThinClient {
|
|
|
118
118
|
updateSoftwareSet(args: UpdateSoftwareSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSoftwareSetCommandOutput) => void): void;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
|
|
122
|
-
* Computing (EUC) virtual desktops to provide users with a complete cloud desktop
|
|
123
|
-
* solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
|
|
124
|
-
* devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
|
|
125
|
-
* devices do not allow local data storage or installation of unapproved applications. The
|
|
126
|
-
* WorkSpaces Thin Client device ships preloaded with device management software.</p>
|
|
127
|
-
* <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or
|
|
128
|
-
* viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to
|
|
129
|
-
* use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For
|
|
130
|
-
* more information about using the Command Line Interface (CLI) to manage
|
|
131
|
-
* your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the
|
|
132
|
-
* CLI Reference</a>.</p>
|
|
121
|
+
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client devices do not allow local data storage or installation of unapproved applications. The WorkSpaces Thin Client device ships preloaded with device management software.</p> <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For more information about using the Command Line Interface (CLI) to manage your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the CLI Reference</a>.</p>
|
|
133
122
|
* @public
|
|
134
123
|
*/
|
|
135
124
|
export declare class WorkSpacesThinClient extends WorkSpacesThinClientClient implements WorkSpacesThinClient {
|
|
@@ -185,18 +185,7 @@ export type WorkSpacesThinClientClientResolvedConfigType = __SmithyResolvedConfi
|
|
|
185
185
|
export interface WorkSpacesThinClientClientResolvedConfig extends WorkSpacesThinClientClientResolvedConfigType {
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
|
-
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
|
|
189
|
-
* Computing (EUC) virtual desktops to provide users with a complete cloud desktop
|
|
190
|
-
* solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
|
|
191
|
-
* devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
|
|
192
|
-
* devices do not allow local data storage or installation of unapproved applications. The
|
|
193
|
-
* WorkSpaces Thin Client device ships preloaded with device management software.</p>
|
|
194
|
-
* <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or
|
|
195
|
-
* viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to
|
|
196
|
-
* use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For
|
|
197
|
-
* more information about using the Command Line Interface (CLI) to manage
|
|
198
|
-
* your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the
|
|
199
|
-
* CLI Reference</a>.</p>
|
|
188
|
+
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client devices do not allow local data storage or installation of unapproved applications. The WorkSpaces Thin Client device ships preloaded with device management software.</p> <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For more information about using the Command Line Interface (CLI) to manage your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the CLI Reference</a>.</p>
|
|
200
189
|
* @public
|
|
201
190
|
*/
|
|
202
191
|
export declare class WorkSpacesThinClientClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig> {
|
|
@@ -104,9 +104,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
104
104
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link ConflictException} (client fault)
|
|
107
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
108
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
109
|
-
* request.</p>
|
|
107
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
110
108
|
*
|
|
111
109
|
* @throws {@link InternalServerException} (server fault)
|
|
112
110
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
@@ -54,9 +54,7 @@ declare const DeleteDeviceCommand_base: {
|
|
|
54
54
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
58
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
59
|
-
* request.</p>
|
|
57
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link InternalServerException} (server fault)
|
|
62
60
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
@@ -54,9 +54,7 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
54
54
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
58
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
59
|
-
* request.</p>
|
|
57
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link InternalServerException} (server fault)
|
|
62
60
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
@@ -55,9 +55,7 @@ declare const DeregisterDeviceCommand_base: {
|
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
59
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
60
|
-
* request.</p>
|
|
58
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link InternalServerException} (server fault)
|
|
63
61
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
@@ -56,9 +56,7 @@ declare const TagResourceCommand_base: {
|
|
|
56
56
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
60
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
61
|
-
* request.</p>
|
|
59
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
62
60
|
*
|
|
63
61
|
* @throws {@link InternalServerException} (server fault)
|
|
64
62
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
@@ -56,9 +56,7 @@ declare const UntagResourceCommand_base: {
|
|
|
56
56
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
60
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
61
|
-
* request.</p>
|
|
59
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
62
60
|
*
|
|
63
61
|
* @throws {@link InternalServerException} (server fault)
|
|
64
62
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
@@ -99,6 +99,9 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
99
99
|
* @throws {@link AccessDeniedException} (client fault)
|
|
100
100
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
101
101
|
*
|
|
102
|
+
* @throws {@link ConflictException} (client fault)
|
|
103
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
104
|
+
*
|
|
102
105
|
* @throws {@link InternalServerException} (server fault)
|
|
103
106
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
104
107
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
|
|
3
|
-
* Computing (EUC) virtual desktops to provide users with a complete cloud desktop
|
|
4
|
-
* solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
|
|
5
|
-
* devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
|
|
6
|
-
* devices do not allow local data storage or installation of unapproved applications. The
|
|
7
|
-
* WorkSpaces Thin Client device ships preloaded with device management software.</p>
|
|
8
|
-
* <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or
|
|
9
|
-
* viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to
|
|
10
|
-
* use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For
|
|
11
|
-
* more information about using the Command Line Interface (CLI) to manage
|
|
12
|
-
* your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the
|
|
13
|
-
* CLI Reference</a>.</p>
|
|
2
|
+
* <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client devices do not allow local data storage or installation of unapproved applications. The WorkSpaces Thin Client device ships preloaded with device management software.</p> <p>You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to use the service, see the <a href="https://docs.aws.amazon.com/workspaces-thin-client/latest/ag/">Amazon WorkSpaces Thin Client Administrator Guide</a>. For more information about using the Command Line Interface (CLI) to manage your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the CLI Reference</a>.</p>
|
|
14
3
|
*
|
|
15
4
|
* @packageDocumentation
|
|
16
5
|
*/
|
|
@@ -25,9 +25,7 @@ export declare const ApplyTimeOf: {
|
|
|
25
25
|
*/
|
|
26
26
|
export type ApplyTimeOf = (typeof ApplyTimeOf)[keyof typeof ApplyTimeOf];
|
|
27
27
|
/**
|
|
28
|
-
* <p>The requested operation would cause a conflict with the current state of a service
|
|
29
|
-
* resource associated with the request. Resolve the conflict before retrying this
|
|
30
|
-
* request.</p>
|
|
28
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
|
|
31
29
|
* @public
|
|
32
30
|
*/
|
|
33
31
|
export declare class ConflictException extends __BaseException {
|
|
@@ -93,8 +91,7 @@ export interface MaintenanceWindow {
|
|
|
93
91
|
*/
|
|
94
92
|
startTimeHour?: number | undefined;
|
|
95
93
|
/**
|
|
96
|
-
* <p>The minutes past the hour for the maintenance window start
|
|
97
|
-
* (<code>00</code>-<code>59</code>).</p>
|
|
94
|
+
* <p>The minutes past the hour for the maintenance window start (<code>00</code>-<code>59</code>).</p>
|
|
98
95
|
* @public
|
|
99
96
|
*/
|
|
100
97
|
startTimeMinute?: number | undefined;
|
|
@@ -114,8 +111,7 @@ export interface MaintenanceWindow {
|
|
|
114
111
|
*/
|
|
115
112
|
daysOfTheWeek?: DayOfWeek[] | undefined;
|
|
116
113
|
/**
|
|
117
|
-
* <p>The option to set the maintenance window during the device local time or Universal
|
|
118
|
-
* Coordinated Time (UTC).</p>
|
|
114
|
+
* <p>The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).</p>
|
|
119
115
|
* @public
|
|
120
116
|
*/
|
|
121
117
|
applyTimeOf?: ApplyTimeOf | undefined;
|
|
@@ -154,8 +150,7 @@ export interface CreateEnvironmentRequest {
|
|
|
154
150
|
*/
|
|
155
151
|
name?: string | undefined;
|
|
156
152
|
/**
|
|
157
|
-
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
|
|
158
|
-
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
153
|
+
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
159
154
|
* @public
|
|
160
155
|
*/
|
|
161
156
|
desktopArn: string | undefined;
|
|
@@ -165,8 +160,7 @@ export interface CreateEnvironmentRequest {
|
|
|
165
160
|
*/
|
|
166
161
|
desktopEndpoint?: string | undefined;
|
|
167
162
|
/**
|
|
168
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
169
|
-
* window.</p>
|
|
163
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
170
164
|
* @public
|
|
171
165
|
*/
|
|
172
166
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
|
@@ -186,22 +180,12 @@ export interface CreateEnvironmentRequest {
|
|
|
186
180
|
*/
|
|
187
181
|
desiredSoftwareSetId?: string | undefined;
|
|
188
182
|
/**
|
|
189
|
-
* <p>The Amazon Resource Name (ARN) of the Key Management Service key to use to encrypt the
|
|
190
|
-
* environment.</p>
|
|
183
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service key to use to encrypt the environment.</p>
|
|
191
184
|
* @public
|
|
192
185
|
*/
|
|
193
186
|
kmsKeyArn?: string | undefined;
|
|
194
187
|
/**
|
|
195
|
-
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
196
|
-
* of the request. This lets you safely retry the request without accidentally performing the
|
|
197
|
-
* same operation a second time. Passing the same value to a later call to an operation
|
|
198
|
-
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
199
|
-
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
200
|
-
* value</a>.</p>
|
|
201
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
202
|
-
* you.</p>
|
|
203
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
204
|
-
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
188
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
205
189
|
* @public
|
|
206
190
|
*/
|
|
207
191
|
clientToken?: string | undefined;
|
|
@@ -245,8 +229,7 @@ export interface EnvironmentSummary {
|
|
|
245
229
|
*/
|
|
246
230
|
name?: string | undefined;
|
|
247
231
|
/**
|
|
248
|
-
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
|
|
249
|
-
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
232
|
+
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
250
233
|
* @public
|
|
251
234
|
*/
|
|
252
235
|
desktopArn?: string | undefined;
|
|
@@ -266,8 +249,7 @@ export interface EnvironmentSummary {
|
|
|
266
249
|
*/
|
|
267
250
|
activationCode?: string | undefined;
|
|
268
251
|
/**
|
|
269
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
270
|
-
* window.</p>
|
|
252
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
271
253
|
* @public
|
|
272
254
|
*/
|
|
273
255
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
|
@@ -477,16 +459,7 @@ export interface DeleteDeviceRequest {
|
|
|
477
459
|
*/
|
|
478
460
|
id: string | undefined;
|
|
479
461
|
/**
|
|
480
|
-
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
481
|
-
* of the request. This lets you safely retry the request without accidentally performing the
|
|
482
|
-
* same operation a second time. Passing the same value to a later call to an operation
|
|
483
|
-
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
484
|
-
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
485
|
-
* value</a>.</p>
|
|
486
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
487
|
-
* you.</p>
|
|
488
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
489
|
-
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
462
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
490
463
|
* @public
|
|
491
464
|
*/
|
|
492
465
|
clientToken?: string | undefined;
|
|
@@ -506,16 +479,7 @@ export interface DeleteEnvironmentRequest {
|
|
|
506
479
|
*/
|
|
507
480
|
id: string | undefined;
|
|
508
481
|
/**
|
|
509
|
-
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
510
|
-
* of the request. This lets you safely retry the request without accidentally performing the
|
|
511
|
-
* same operation a second time. Passing the same value to a later call to an operation
|
|
512
|
-
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
513
|
-
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
514
|
-
* value</a>.</p>
|
|
515
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
516
|
-
* you.</p>
|
|
517
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
518
|
-
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
482
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
519
483
|
* @public
|
|
520
484
|
*/
|
|
521
485
|
clientToken?: string | undefined;
|
|
@@ -552,16 +516,7 @@ export interface DeregisterDeviceRequest {
|
|
|
552
516
|
*/
|
|
553
517
|
targetDeviceStatus?: TargetDeviceStatus | undefined;
|
|
554
518
|
/**
|
|
555
|
-
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
556
|
-
* of the request. This lets you safely retry the request without accidentally performing the
|
|
557
|
-
* same operation a second time. Passing the same value to a later call to an operation
|
|
558
|
-
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
559
|
-
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
560
|
-
* value</a>.</p>
|
|
561
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
562
|
-
* you.</p>
|
|
563
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
564
|
-
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
519
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
565
520
|
* @public
|
|
566
521
|
*/
|
|
567
522
|
clientToken?: string | undefined;
|
|
@@ -672,14 +627,12 @@ export interface Device {
|
|
|
672
627
|
*/
|
|
673
628
|
pendingSoftwareSetVersion?: string | undefined;
|
|
674
629
|
/**
|
|
675
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
676
|
-
* window.</p>
|
|
630
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
677
631
|
* @public
|
|
678
632
|
*/
|
|
679
633
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
|
680
634
|
/**
|
|
681
|
-
* <p>Describes if the software currently installed on the device is a supported
|
|
682
|
-
* version.</p>
|
|
635
|
+
* <p>Describes if the software currently installed on the device is a supported version.</p>
|
|
683
636
|
* @public
|
|
684
637
|
*/
|
|
685
638
|
softwareSetComplianceStatus?: DeviceSoftwareSetComplianceStatus | undefined;
|
|
@@ -714,8 +667,7 @@ export interface Device {
|
|
|
714
667
|
*/
|
|
715
668
|
arn?: string | undefined;
|
|
716
669
|
/**
|
|
717
|
-
* <p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the
|
|
718
|
-
* device.</p>
|
|
670
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the device.</p>
|
|
719
671
|
* @public
|
|
720
672
|
*/
|
|
721
673
|
kmsKeyArn?: string | undefined;
|
|
@@ -778,8 +730,7 @@ export interface DeviceSummary {
|
|
|
778
730
|
*/
|
|
779
731
|
pendingSoftwareSetId?: string | undefined;
|
|
780
732
|
/**
|
|
781
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
782
|
-
* window.</p>
|
|
733
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
783
734
|
* @public
|
|
784
735
|
*/
|
|
785
736
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
|
@@ -838,8 +789,7 @@ export interface Environment {
|
|
|
838
789
|
*/
|
|
839
790
|
name?: string | undefined;
|
|
840
791
|
/**
|
|
841
|
-
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
|
|
842
|
-
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
792
|
+
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
843
793
|
* @public
|
|
844
794
|
*/
|
|
845
795
|
desktopArn?: string | undefined;
|
|
@@ -864,8 +814,7 @@ export interface Environment {
|
|
|
864
814
|
*/
|
|
865
815
|
registeredDevicesCount?: number | undefined;
|
|
866
816
|
/**
|
|
867
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
868
|
-
* window.</p>
|
|
817
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
869
818
|
* @public
|
|
870
819
|
*/
|
|
871
820
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
|
@@ -895,8 +844,7 @@ export interface Environment {
|
|
|
895
844
|
*/
|
|
896
845
|
pendingSoftwareSetVersion?: string | undefined;
|
|
897
846
|
/**
|
|
898
|
-
* <p>Describes if the software currently installed on all devices in the environment is a
|
|
899
|
-
* supported version.</p>
|
|
847
|
+
* <p>Describes if the software currently installed on all devices in the environment is a supported version.</p>
|
|
900
848
|
* @public
|
|
901
849
|
*/
|
|
902
850
|
softwareSetComplianceStatus?: EnvironmentSoftwareSetComplianceStatus | undefined;
|
|
@@ -916,8 +864,7 @@ export interface Environment {
|
|
|
916
864
|
*/
|
|
917
865
|
arn?: string | undefined;
|
|
918
866
|
/**
|
|
919
|
-
* <p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the
|
|
920
|
-
* environment.</p>
|
|
867
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the environment.</p>
|
|
921
868
|
* @public
|
|
922
869
|
*/
|
|
923
870
|
kmsKeyArn?: string | undefined;
|
|
@@ -1075,19 +1022,12 @@ export interface GetSoftwareSetResponse {
|
|
|
1075
1022
|
*/
|
|
1076
1023
|
export interface ListDevicesRequest {
|
|
1077
1024
|
/**
|
|
1078
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1079
|
-
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1080
|
-
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1081
|
-
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1082
|
-
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1025
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1083
1026
|
* @public
|
|
1084
1027
|
*/
|
|
1085
1028
|
nextToken?: string | undefined;
|
|
1086
1029
|
/**
|
|
1087
|
-
* <p>The maximum number of results that are returned per call. You can use
|
|
1088
|
-
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1089
|
-
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1090
|
-
* fewer than the specified maximum.</p>
|
|
1030
|
+
* <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.</p> <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
|
|
1091
1031
|
* @public
|
|
1092
1032
|
*/
|
|
1093
1033
|
maxResults?: number | undefined;
|
|
@@ -1102,11 +1042,7 @@ export interface ListDevicesResponse {
|
|
|
1102
1042
|
*/
|
|
1103
1043
|
devices?: DeviceSummary[] | undefined;
|
|
1104
1044
|
/**
|
|
1105
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1106
|
-
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1107
|
-
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1108
|
-
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1109
|
-
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1045
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1110
1046
|
* @public
|
|
1111
1047
|
*/
|
|
1112
1048
|
nextToken?: string | undefined;
|
|
@@ -1116,19 +1052,12 @@ export interface ListDevicesResponse {
|
|
|
1116
1052
|
*/
|
|
1117
1053
|
export interface ListEnvironmentsRequest {
|
|
1118
1054
|
/**
|
|
1119
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1120
|
-
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1121
|
-
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1122
|
-
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1123
|
-
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1055
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1124
1056
|
* @public
|
|
1125
1057
|
*/
|
|
1126
1058
|
nextToken?: string | undefined;
|
|
1127
1059
|
/**
|
|
1128
|
-
* <p>The maximum number of results that are returned per call. You can use
|
|
1129
|
-
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1130
|
-
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1131
|
-
* fewer than the specified maximum.</p>
|
|
1060
|
+
* <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.</p> <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
|
|
1132
1061
|
* @public
|
|
1133
1062
|
*/
|
|
1134
1063
|
maxResults?: number | undefined;
|
|
@@ -1143,11 +1072,7 @@ export interface ListEnvironmentsResponse {
|
|
|
1143
1072
|
*/
|
|
1144
1073
|
environments?: EnvironmentSummary[] | undefined;
|
|
1145
1074
|
/**
|
|
1146
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1147
|
-
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1148
|
-
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1149
|
-
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1150
|
-
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1075
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1151
1076
|
* @public
|
|
1152
1077
|
*/
|
|
1153
1078
|
nextToken?: string | undefined;
|
|
@@ -1157,19 +1082,12 @@ export interface ListEnvironmentsResponse {
|
|
|
1157
1082
|
*/
|
|
1158
1083
|
export interface ListSoftwareSetsRequest {
|
|
1159
1084
|
/**
|
|
1160
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1161
|
-
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1162
|
-
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1163
|
-
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1164
|
-
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1085
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1165
1086
|
* @public
|
|
1166
1087
|
*/
|
|
1167
1088
|
nextToken?: string | undefined;
|
|
1168
1089
|
/**
|
|
1169
|
-
* <p>The maximum number of results that are returned per call. You can use
|
|
1170
|
-
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1171
|
-
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1172
|
-
* fewer than the specified maximum.</p>
|
|
1090
|
+
* <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.</p> <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
|
|
1173
1091
|
* @public
|
|
1174
1092
|
*/
|
|
1175
1093
|
maxResults?: number | undefined;
|
|
@@ -1220,11 +1138,7 @@ export interface ListSoftwareSetsResponse {
|
|
|
1220
1138
|
*/
|
|
1221
1139
|
softwareSets?: SoftwareSetSummary[] | undefined;
|
|
1222
1140
|
/**
|
|
1223
|
-
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1224
|
-
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1225
|
-
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1226
|
-
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1227
|
-
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1141
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1228
1142
|
* @public
|
|
1229
1143
|
*/
|
|
1230
1144
|
nextToken?: string | undefined;
|
|
@@ -1234,8 +1148,7 @@ export interface ListSoftwareSetsResponse {
|
|
|
1234
1148
|
*/
|
|
1235
1149
|
export interface ListTagsForResourceRequest {
|
|
1236
1150
|
/**
|
|
1237
|
-
* <p>The Amazon Resource Name (ARN) of the resource for which you want to retrieve
|
|
1238
|
-
* tags.</p>
|
|
1151
|
+
* <p>The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.</p>
|
|
1239
1152
|
* @public
|
|
1240
1153
|
*/
|
|
1241
1154
|
resourceArn: string | undefined;
|
|
@@ -1280,8 +1193,7 @@ export interface UntagResourceRequest {
|
|
|
1280
1193
|
*/
|
|
1281
1194
|
resourceArn: string | undefined;
|
|
1282
1195
|
/**
|
|
1283
|
-
* <p>The keys of the key-value pairs for the tag or tags you want to remove from the
|
|
1284
|
-
* specified resource.</p>
|
|
1196
|
+
* <p>The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.</p>
|
|
1285
1197
|
* @public
|
|
1286
1198
|
*/
|
|
1287
1199
|
tagKeys: string[] | undefined;
|
|
@@ -1311,8 +1223,7 @@ export interface UpdateDeviceRequest {
|
|
|
1311
1223
|
*/
|
|
1312
1224
|
desiredSoftwareSetId?: string | undefined;
|
|
1313
1225
|
/**
|
|
1314
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
1315
|
-
* window.</p>
|
|
1226
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
1316
1227
|
* @public
|
|
1317
1228
|
*/
|
|
1318
1229
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
|
@@ -1342,8 +1253,7 @@ export interface UpdateEnvironmentRequest {
|
|
|
1342
1253
|
*/
|
|
1343
1254
|
name?: string | undefined;
|
|
1344
1255
|
/**
|
|
1345
|
-
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
|
|
1346
|
-
* WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
1256
|
+
* <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or AppStream 2.0.</p>
|
|
1347
1257
|
* @public
|
|
1348
1258
|
*/
|
|
1349
1259
|
desktopArn?: string | undefined;
|
|
@@ -1353,8 +1263,7 @@ export interface UpdateEnvironmentRequest {
|
|
|
1353
1263
|
*/
|
|
1354
1264
|
desktopEndpoint?: string | undefined;
|
|
1355
1265
|
/**
|
|
1356
|
-
* <p>An option to define if software updates should be applied within a maintenance
|
|
1357
|
-
* window.</p>
|
|
1266
|
+
* <p>An option to define if software updates should be applied within a maintenance window.</p>
|
|
1358
1267
|
* @public
|
|
1359
1268
|
*/
|
|
1360
1269
|
softwareSetUpdateSchedule?: SoftwareSetUpdateSchedule | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-thin-client",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.827.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-thin-client",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.826.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.826.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.826.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.826.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.5.
|
|
35
|
+
"@smithy/core": "^3.5.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.11",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.12",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.3",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.19",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.19",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.5",
|