@aws-sdk/client-workspaces-thin-client 3.490.0 → 3.495.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/dist-cjs/WorkSpacesThinClient.js +1 -43
- package/dist-cjs/WorkSpacesThinClientClient.js +1 -43
- package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -29
- package/dist-cjs/commands/DeleteDeviceCommand.js +1 -28
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/DeregisterDeviceCommand.js +1 -28
- package/dist-cjs/commands/GetDeviceCommand.js +1 -29
- package/dist-cjs/commands/GetEnvironmentCommand.js +1 -29
- package/dist-cjs/commands/GetSoftwareSetCommand.js +1 -28
- package/dist-cjs/commands/ListDevicesCommand.js +1 -29
- package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -29
- package/dist-cjs/commands/ListSoftwareSetsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateDeviceCommand.js +1 -29
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -29
- package/dist-cjs/commands/UpdateSoftwareSetCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -19
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2219 -13
- package/dist-cjs/models/WorkSpacesThinClientServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -287
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDevicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSoftwareSetsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -7
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1382
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WorkSpacesThinClientServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class WorkSpacesThinClientServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, WorkSpacesThinClientServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.WorkSpacesThinClientServiceException = WorkSpacesThinClientServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,287 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEnvironmentResponseFilterSensitiveLog = exports.UpdateEnvironmentRequestFilterSensitiveLog = exports.UpdateDeviceResponseFilterSensitiveLog = exports.UpdateDeviceRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListEnvironmentsResponseFilterSensitiveLog = exports.ListDevicesResponseFilterSensitiveLog = exports.GetEnvironmentResponseFilterSensitiveLog = exports.GetDeviceResponseFilterSensitiveLog = exports.EnvironmentFilterSensitiveLog = exports.DeviceSummaryFilterSensitiveLog = exports.DeviceFilterSensitiveLog = exports.CreateEnvironmentResponseFilterSensitiveLog = exports.EnvironmentSummaryFilterSensitiveLog = exports.EmbeddedTagFilterSensitiveLog = exports.CreateEnvironmentRequestFilterSensitiveLog = exports.InternalServiceException = exports.SoftwareSetValidationStatus = exports.EnvironmentSoftwareSetComplianceStatus = exports.DeviceStatus = exports.SoftwareSetUpdateStatus = exports.DeviceSoftwareSetComplianceStatus = exports.TargetDeviceStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.DesktopType = exports.SoftwareSetUpdateSchedule = exports.SoftwareSetUpdateMode = exports.MaintenanceWindowType = exports.DayOfWeek = exports.ConflictException = exports.ApplyTimeOf = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const WorkSpacesThinClientServiceException_1 = require("./WorkSpacesThinClientServiceException");
|
|
6
|
-
class AccessDeniedException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "AccessDeniedException",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
exports.ApplyTimeOf = {
|
|
20
|
-
DEVICE: "DEVICE",
|
|
21
|
-
UTC: "UTC",
|
|
22
|
-
};
|
|
23
|
-
class ConflictException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
24
|
-
constructor(opts) {
|
|
25
|
-
super({
|
|
26
|
-
name: "ConflictException",
|
|
27
|
-
$fault: "client",
|
|
28
|
-
...opts,
|
|
29
|
-
});
|
|
30
|
-
this.name = "ConflictException";
|
|
31
|
-
this.$fault = "client";
|
|
32
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
33
|
-
this.resourceId = opts.resourceId;
|
|
34
|
-
this.resourceType = opts.resourceType;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
exports.ConflictException = ConflictException;
|
|
38
|
-
exports.DayOfWeek = {
|
|
39
|
-
FRIDAY: "FRIDAY",
|
|
40
|
-
MONDAY: "MONDAY",
|
|
41
|
-
SATURDAY: "SATURDAY",
|
|
42
|
-
SUNDAY: "SUNDAY",
|
|
43
|
-
THURSDAY: "THURSDAY",
|
|
44
|
-
TUESDAY: "TUESDAY",
|
|
45
|
-
WEDNESDAY: "WEDNESDAY",
|
|
46
|
-
};
|
|
47
|
-
exports.MaintenanceWindowType = {
|
|
48
|
-
CUSTOM: "CUSTOM",
|
|
49
|
-
SYSTEM: "SYSTEM",
|
|
50
|
-
};
|
|
51
|
-
exports.SoftwareSetUpdateMode = {
|
|
52
|
-
USE_DESIRED: "USE_DESIRED",
|
|
53
|
-
USE_LATEST: "USE_LATEST",
|
|
54
|
-
};
|
|
55
|
-
exports.SoftwareSetUpdateSchedule = {
|
|
56
|
-
APPLY_IMMEDIATELY: "APPLY_IMMEDIATELY",
|
|
57
|
-
USE_MAINTENANCE_WINDOW: "USE_MAINTENANCE_WINDOW",
|
|
58
|
-
};
|
|
59
|
-
exports.DesktopType = {
|
|
60
|
-
APPSTREAM: "appstream",
|
|
61
|
-
WORKSPACES: "workspaces",
|
|
62
|
-
WORKSPACES_WEB: "workspaces-web",
|
|
63
|
-
};
|
|
64
|
-
class InternalServerException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
65
|
-
constructor(opts) {
|
|
66
|
-
super({
|
|
67
|
-
name: "InternalServerException",
|
|
68
|
-
$fault: "server",
|
|
69
|
-
...opts,
|
|
70
|
-
});
|
|
71
|
-
this.name = "InternalServerException";
|
|
72
|
-
this.$fault = "server";
|
|
73
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
74
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
exports.InternalServerException = InternalServerException;
|
|
78
|
-
class ResourceNotFoundException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
79
|
-
constructor(opts) {
|
|
80
|
-
super({
|
|
81
|
-
name: "ResourceNotFoundException",
|
|
82
|
-
$fault: "client",
|
|
83
|
-
...opts,
|
|
84
|
-
});
|
|
85
|
-
this.name = "ResourceNotFoundException";
|
|
86
|
-
this.$fault = "client";
|
|
87
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
88
|
-
this.resourceId = opts.resourceId;
|
|
89
|
-
this.resourceType = opts.resourceType;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
93
|
-
class ServiceQuotaExceededException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
94
|
-
constructor(opts) {
|
|
95
|
-
super({
|
|
96
|
-
name: "ServiceQuotaExceededException",
|
|
97
|
-
$fault: "client",
|
|
98
|
-
...opts,
|
|
99
|
-
});
|
|
100
|
-
this.name = "ServiceQuotaExceededException";
|
|
101
|
-
this.$fault = "client";
|
|
102
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
103
|
-
this.resourceId = opts.resourceId;
|
|
104
|
-
this.resourceType = opts.resourceType;
|
|
105
|
-
this.serviceCode = opts.serviceCode;
|
|
106
|
-
this.quotaCode = opts.quotaCode;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
110
|
-
class ThrottlingException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
111
|
-
constructor(opts) {
|
|
112
|
-
super({
|
|
113
|
-
name: "ThrottlingException",
|
|
114
|
-
$fault: "client",
|
|
115
|
-
...opts,
|
|
116
|
-
});
|
|
117
|
-
this.name = "ThrottlingException";
|
|
118
|
-
this.$fault = "client";
|
|
119
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
120
|
-
this.serviceCode = opts.serviceCode;
|
|
121
|
-
this.quotaCode = opts.quotaCode;
|
|
122
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
exports.ThrottlingException = ThrottlingException;
|
|
126
|
-
exports.ValidationExceptionReason = {
|
|
127
|
-
CANNOT_PARSE: "cannotParse",
|
|
128
|
-
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
129
|
-
OTHER: "other",
|
|
130
|
-
UNKNOWN_OPERATION: "unknownOperation",
|
|
131
|
-
};
|
|
132
|
-
class ValidationException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
133
|
-
constructor(opts) {
|
|
134
|
-
super({
|
|
135
|
-
name: "ValidationException",
|
|
136
|
-
$fault: "client",
|
|
137
|
-
...opts,
|
|
138
|
-
});
|
|
139
|
-
this.name = "ValidationException";
|
|
140
|
-
this.$fault = "client";
|
|
141
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
142
|
-
this.reason = opts.reason;
|
|
143
|
-
this.fieldList = opts.fieldList;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
exports.ValidationException = ValidationException;
|
|
147
|
-
exports.TargetDeviceStatus = {
|
|
148
|
-
ARCHIVED: "ARCHIVED",
|
|
149
|
-
DEREGISTERED: "DEREGISTERED",
|
|
150
|
-
};
|
|
151
|
-
exports.DeviceSoftwareSetComplianceStatus = {
|
|
152
|
-
COMPLIANT: "COMPLIANT",
|
|
153
|
-
NONE: "NONE",
|
|
154
|
-
NOT_COMPLIANT: "NOT_COMPLIANT",
|
|
155
|
-
};
|
|
156
|
-
exports.SoftwareSetUpdateStatus = {
|
|
157
|
-
AVAILABLE: "AVAILABLE",
|
|
158
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
159
|
-
UP_TO_DATE: "UP_TO_DATE",
|
|
160
|
-
};
|
|
161
|
-
exports.DeviceStatus = {
|
|
162
|
-
ARCHIVED: "ARCHIVED",
|
|
163
|
-
DEREGISTERED: "DEREGISTERED",
|
|
164
|
-
DEREGISTERING: "DEREGISTERING",
|
|
165
|
-
REGISTERED: "REGISTERED",
|
|
166
|
-
};
|
|
167
|
-
exports.EnvironmentSoftwareSetComplianceStatus = {
|
|
168
|
-
COMPLIANT: "COMPLIANT",
|
|
169
|
-
NOT_COMPLIANT: "NOT_COMPLIANT",
|
|
170
|
-
NO_REGISTERED_DEVICES: "NO_REGISTERED_DEVICES",
|
|
171
|
-
};
|
|
172
|
-
exports.SoftwareSetValidationStatus = {
|
|
173
|
-
NOT_VALIDATED: "NOT_VALIDATED",
|
|
174
|
-
VALIDATED: "VALIDATED",
|
|
175
|
-
};
|
|
176
|
-
class InternalServiceException extends WorkSpacesThinClientServiceException_1.WorkSpacesThinClientServiceException {
|
|
177
|
-
constructor(opts) {
|
|
178
|
-
super({
|
|
179
|
-
name: "InternalServiceException",
|
|
180
|
-
$fault: "server",
|
|
181
|
-
...opts,
|
|
182
|
-
});
|
|
183
|
-
this.name = "InternalServiceException";
|
|
184
|
-
this.$fault = "server";
|
|
185
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
186
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
exports.InternalServiceException = InternalServiceException;
|
|
190
|
-
const CreateEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
193
|
-
...(obj.desktopEndpoint && { desktopEndpoint: smithy_client_1.SENSITIVE_STRING }),
|
|
194
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
195
|
-
});
|
|
196
|
-
exports.CreateEnvironmentRequestFilterSensitiveLog = CreateEnvironmentRequestFilterSensitiveLog;
|
|
197
|
-
const EmbeddedTagFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
exports.EmbeddedTagFilterSensitiveLog = EmbeddedTagFilterSensitiveLog;
|
|
201
|
-
const EnvironmentSummaryFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
204
|
-
...(obj.desktopEndpoint && { desktopEndpoint: smithy_client_1.SENSITIVE_STRING }),
|
|
205
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
206
|
-
});
|
|
207
|
-
exports.EnvironmentSummaryFilterSensitiveLog = EnvironmentSummaryFilterSensitiveLog;
|
|
208
|
-
const CreateEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
...(obj.environment && { environment: (0, exports.EnvironmentSummaryFilterSensitiveLog)(obj.environment) }),
|
|
211
|
-
});
|
|
212
|
-
exports.CreateEnvironmentResponseFilterSensitiveLog = CreateEnvironmentResponseFilterSensitiveLog;
|
|
213
|
-
const DeviceFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
216
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
217
|
-
});
|
|
218
|
-
exports.DeviceFilterSensitiveLog = DeviceFilterSensitiveLog;
|
|
219
|
-
const DeviceSummaryFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
222
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
223
|
-
});
|
|
224
|
-
exports.DeviceSummaryFilterSensitiveLog = DeviceSummaryFilterSensitiveLog;
|
|
225
|
-
const EnvironmentFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
228
|
-
...(obj.desktopEndpoint && { desktopEndpoint: smithy_client_1.SENSITIVE_STRING }),
|
|
229
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
230
|
-
});
|
|
231
|
-
exports.EnvironmentFilterSensitiveLog = EnvironmentFilterSensitiveLog;
|
|
232
|
-
const GetDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
...(obj.device && { device: (0, exports.DeviceFilterSensitiveLog)(obj.device) }),
|
|
235
|
-
});
|
|
236
|
-
exports.GetDeviceResponseFilterSensitiveLog = GetDeviceResponseFilterSensitiveLog;
|
|
237
|
-
const GetEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
...(obj.environment && { environment: (0, exports.EnvironmentFilterSensitiveLog)(obj.environment) }),
|
|
240
|
-
});
|
|
241
|
-
exports.GetEnvironmentResponseFilterSensitiveLog = GetEnvironmentResponseFilterSensitiveLog;
|
|
242
|
-
const ListDevicesResponseFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
...(obj.devices && { devices: obj.devices.map((item) => (0, exports.DeviceSummaryFilterSensitiveLog)(item)) }),
|
|
245
|
-
});
|
|
246
|
-
exports.ListDevicesResponseFilterSensitiveLog = ListDevicesResponseFilterSensitiveLog;
|
|
247
|
-
const ListEnvironmentsResponseFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
...(obj.environments && { environments: obj.environments.map((item) => (0, exports.EnvironmentSummaryFilterSensitiveLog)(item)) }),
|
|
250
|
-
});
|
|
251
|
-
exports.ListEnvironmentsResponseFilterSensitiveLog = ListEnvironmentsResponseFilterSensitiveLog;
|
|
252
|
-
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
255
|
-
});
|
|
256
|
-
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
257
|
-
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
260
|
-
});
|
|
261
|
-
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
262
|
-
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.tagKeys && { tagKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
265
|
-
});
|
|
266
|
-
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
267
|
-
const UpdateDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
});
|
|
271
|
-
exports.UpdateDeviceRequestFilterSensitiveLog = UpdateDeviceRequestFilterSensitiveLog;
|
|
272
|
-
const UpdateDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
...(obj.device && { device: (0, exports.DeviceSummaryFilterSensitiveLog)(obj.device) }),
|
|
275
|
-
});
|
|
276
|
-
exports.UpdateDeviceResponseFilterSensitiveLog = UpdateDeviceResponseFilterSensitiveLog;
|
|
277
|
-
const UpdateEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
280
|
-
...(obj.desktopEndpoint && { desktopEndpoint: smithy_client_1.SENSITIVE_STRING }),
|
|
281
|
-
});
|
|
282
|
-
exports.UpdateEnvironmentRequestFilterSensitiveLog = UpdateEnvironmentRequestFilterSensitiveLog;
|
|
283
|
-
const UpdateEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
...(obj.environment && { environment: (0, exports.EnvironmentSummaryFilterSensitiveLog)(obj.environment) }),
|
|
286
|
-
});
|
|
287
|
-
exports.UpdateEnvironmentResponseFilterSensitiveLog = UpdateEnvironmentResponseFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDevices = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDevicesCommand_1 = require("../commands/ListDevicesCommand");
|
|
6
|
-
const WorkSpacesThinClientClient_1 = require("../WorkSpacesThinClientClient");
|
|
7
|
-
exports.paginateListDevices = (0, core_1.createPaginator)(WorkSpacesThinClientClient_1.WorkSpacesThinClientClient, ListDevicesCommand_1.ListDevicesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEnvironments = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEnvironmentsCommand_1 = require("../commands/ListEnvironmentsCommand");
|
|
6
|
-
const WorkSpacesThinClientClient_1 = require("../WorkSpacesThinClientClient");
|
|
7
|
-
exports.paginateListEnvironments = (0, core_1.createPaginator)(WorkSpacesThinClientClient_1.WorkSpacesThinClientClient, ListEnvironmentsCommand_1.ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSoftwareSets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSoftwareSetsCommand_1 = require("../commands/ListSoftwareSetsCommand");
|
|
6
|
-
const WorkSpacesThinClientClient_1 = require("../WorkSpacesThinClientClient");
|
|
7
|
-
exports.paginateListSoftwareSets = (0, core_1.createPaginator)(WorkSpacesThinClientClient_1.WorkSpacesThinClientClient, ListSoftwareSetsCommand_1.ListSoftwareSetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListDevicesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListEnvironmentsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListSoftwareSetsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|