@aws-sdk/client-workspaces-thin-client 3.750.0 → 3.772.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/index.js +36 -36
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ApplyTimeOf: () => ApplyTimeOf,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
@@ -85,7 +85,7 @@ __export(src_exports, {
|
|
|
85
85
|
paginateListEnvironments: () => paginateListEnvironments,
|
|
86
86
|
paginateListSoftwareSets: () => paginateListSoftwareSets
|
|
87
87
|
});
|
|
88
|
-
module.exports = __toCommonJS(
|
|
88
|
+
module.exports = __toCommonJS(index_exports);
|
|
89
89
|
|
|
90
90
|
// src/WorkSpacesThinClientClient.ts
|
|
91
91
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -212,9 +212,9 @@ var WorkSpacesThinClientClient = class extends import_smithy_client.Client {
|
|
|
212
212
|
this.middlewareStack.use(
|
|
213
213
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
214
214
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultWorkSpacesThinClientHttpAuthSchemeParametersProvider,
|
|
215
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
215
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
216
216
|
"aws.auth#sigv4": config.credentials
|
|
217
|
-
})
|
|
217
|
+
}), "identityProviderConfigProvider")
|
|
218
218
|
})
|
|
219
219
|
);
|
|
220
220
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -637,13 +637,13 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
637
637
|
desiredSoftwareSetId: [],
|
|
638
638
|
desktopArn: [],
|
|
639
639
|
desktopEndpoint: [],
|
|
640
|
-
deviceCreationTags: (_) => (0, import_smithy_client._json)(_),
|
|
640
|
+
deviceCreationTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "deviceCreationTags"),
|
|
641
641
|
kmsKeyArn: [],
|
|
642
|
-
maintenanceWindow: (_) => (0, import_smithy_client._json)(_),
|
|
642
|
+
maintenanceWindow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "maintenanceWindow"),
|
|
643
643
|
name: [],
|
|
644
644
|
softwareSetUpdateMode: [],
|
|
645
645
|
softwareSetUpdateSchedule: [],
|
|
646
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
646
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
647
647
|
})
|
|
648
648
|
);
|
|
649
649
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -860,7 +860,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
860
860
|
let body;
|
|
861
861
|
body = JSON.stringify(
|
|
862
862
|
(0, import_smithy_client.take)(input, {
|
|
863
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
863
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
864
864
|
})
|
|
865
865
|
);
|
|
866
866
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -933,8 +933,8 @@ var se_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
933
933
|
desiredSoftwareSetId: [],
|
|
934
934
|
desktopArn: [],
|
|
935
935
|
desktopEndpoint: [],
|
|
936
|
-
deviceCreationTags: (_) => (0, import_smithy_client._json)(_),
|
|
937
|
-
maintenanceWindow: (_) => (0, import_smithy_client._json)(_),
|
|
936
|
+
deviceCreationTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "deviceCreationTags"),
|
|
937
|
+
maintenanceWindow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "maintenanceWindow"),
|
|
938
938
|
name: [],
|
|
939
939
|
softwareSetUpdateMode: [],
|
|
940
940
|
softwareSetUpdateSchedule: []
|
|
@@ -984,7 +984,7 @@ var de_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
984
984
|
});
|
|
985
985
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
986
986
|
const doc = (0, import_smithy_client.take)(data, {
|
|
987
|
-
environment: (_) => de_EnvironmentSummary(_, context)
|
|
987
|
+
environment: /* @__PURE__ */ __name((_) => de_EnvironmentSummary(_, context), "environment")
|
|
988
988
|
});
|
|
989
989
|
Object.assign(contents, doc);
|
|
990
990
|
return contents;
|
|
@@ -1028,7 +1028,7 @@ var de_GetDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1028
1028
|
});
|
|
1029
1029
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1030
1030
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1031
|
-
device: (_) => de_Device(_, context)
|
|
1031
|
+
device: /* @__PURE__ */ __name((_) => de_Device(_, context), "device")
|
|
1032
1032
|
});
|
|
1033
1033
|
Object.assign(contents, doc);
|
|
1034
1034
|
return contents;
|
|
@@ -1042,7 +1042,7 @@ var de_GetEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1042
1042
|
});
|
|
1043
1043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1044
1044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1045
|
-
environment: (_) => de_Environment(_, context)
|
|
1045
|
+
environment: /* @__PURE__ */ __name((_) => de_Environment(_, context), "environment")
|
|
1046
1046
|
});
|
|
1047
1047
|
Object.assign(contents, doc);
|
|
1048
1048
|
return contents;
|
|
@@ -1056,7 +1056,7 @@ var de_GetSoftwareSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1056
1056
|
});
|
|
1057
1057
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1058
1058
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1059
|
-
softwareSet: (_) => de_SoftwareSet(_, context)
|
|
1059
|
+
softwareSet: /* @__PURE__ */ __name((_) => de_SoftwareSet(_, context), "softwareSet")
|
|
1060
1060
|
});
|
|
1061
1061
|
Object.assign(contents, doc);
|
|
1062
1062
|
return contents;
|
|
@@ -1070,7 +1070,7 @@ var de_ListDevicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1070
1070
|
});
|
|
1071
1071
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1072
1072
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1073
|
-
devices: (_) => de_DeviceList(_, context),
|
|
1073
|
+
devices: /* @__PURE__ */ __name((_) => de_DeviceList(_, context), "devices"),
|
|
1074
1074
|
nextToken: import_smithy_client.expectString
|
|
1075
1075
|
});
|
|
1076
1076
|
Object.assign(contents, doc);
|
|
@@ -1085,7 +1085,7 @@ var de_ListEnvironmentsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1085
1085
|
});
|
|
1086
1086
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1087
1087
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1088
|
-
environments: (_) => de_EnvironmentList(_, context),
|
|
1088
|
+
environments: /* @__PURE__ */ __name((_) => de_EnvironmentList(_, context), "environments"),
|
|
1089
1089
|
nextToken: import_smithy_client.expectString
|
|
1090
1090
|
});
|
|
1091
1091
|
Object.assign(contents, doc);
|
|
@@ -1101,7 +1101,7 @@ var de_ListSoftwareSetsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1101
1101
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1102
1102
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1103
1103
|
nextToken: import_smithy_client.expectString,
|
|
1104
|
-
softwareSets: (_) => de_SoftwareSetList(_, context)
|
|
1104
|
+
softwareSets: /* @__PURE__ */ __name((_) => de_SoftwareSetList(_, context), "softwareSets")
|
|
1105
1105
|
});
|
|
1106
1106
|
Object.assign(contents, doc);
|
|
1107
1107
|
return contents;
|
|
@@ -1149,7 +1149,7 @@ var de_UpdateDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1149
1149
|
});
|
|
1150
1150
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1151
1151
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1152
|
-
device: (_) => de_DeviceSummary(_, context)
|
|
1152
|
+
device: /* @__PURE__ */ __name((_) => de_DeviceSummary(_, context), "device")
|
|
1153
1153
|
});
|
|
1154
1154
|
Object.assign(contents, doc);
|
|
1155
1155
|
return contents;
|
|
@@ -1163,7 +1163,7 @@ var de_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1163
1163
|
});
|
|
1164
1164
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1165
1165
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1166
|
-
environment: (_) => de_EnvironmentSummary(_, context)
|
|
1166
|
+
environment: /* @__PURE__ */ __name((_) => de_EnvironmentSummary(_, context), "environment")
|
|
1167
1167
|
});
|
|
1168
1168
|
Object.assign(contents, doc);
|
|
1169
1169
|
return contents;
|
|
@@ -1326,15 +1326,15 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1326
1326
|
var de_Device = /* @__PURE__ */ __name((output, context) => {
|
|
1327
1327
|
return (0, import_smithy_client.take)(output, {
|
|
1328
1328
|
arn: import_smithy_client.expectString,
|
|
1329
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1329
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1330
1330
|
currentSoftwareSetId: import_smithy_client.expectString,
|
|
1331
1331
|
currentSoftwareSetVersion: import_smithy_client.expectString,
|
|
1332
1332
|
desiredSoftwareSetId: import_smithy_client.expectString,
|
|
1333
1333
|
environmentId: import_smithy_client.expectString,
|
|
1334
1334
|
id: import_smithy_client.expectString,
|
|
1335
1335
|
kmsKeyArn: import_smithy_client.expectString,
|
|
1336
|
-
lastConnectedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1337
|
-
lastPostureAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1336
|
+
lastConnectedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastConnectedAt"),
|
|
1337
|
+
lastPostureAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastPostureAt"),
|
|
1338
1338
|
model: import_smithy_client.expectString,
|
|
1339
1339
|
name: import_smithy_client.expectString,
|
|
1340
1340
|
pendingSoftwareSetId: import_smithy_client.expectString,
|
|
@@ -1345,7 +1345,7 @@ var de_Device = /* @__PURE__ */ __name((output, context) => {
|
|
|
1345
1345
|
softwareSetUpdateStatus: import_smithy_client.expectString,
|
|
1346
1346
|
status: import_smithy_client.expectString,
|
|
1347
1347
|
tags: import_smithy_client._json,
|
|
1348
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1348
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1349
1349
|
});
|
|
1350
1350
|
}, "de_Device");
|
|
1351
1351
|
var de_DeviceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1357,27 +1357,27 @@ var de_DeviceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1357
1357
|
var de_DeviceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1358
1358
|
return (0, import_smithy_client.take)(output, {
|
|
1359
1359
|
arn: import_smithy_client.expectString,
|
|
1360
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1360
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1361
1361
|
currentSoftwareSetId: import_smithy_client.expectString,
|
|
1362
1362
|
desiredSoftwareSetId: import_smithy_client.expectString,
|
|
1363
1363
|
environmentId: import_smithy_client.expectString,
|
|
1364
1364
|
id: import_smithy_client.expectString,
|
|
1365
|
-
lastConnectedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1366
|
-
lastPostureAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1365
|
+
lastConnectedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastConnectedAt"),
|
|
1366
|
+
lastPostureAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastPostureAt"),
|
|
1367
1367
|
model: import_smithy_client.expectString,
|
|
1368
1368
|
name: import_smithy_client.expectString,
|
|
1369
1369
|
pendingSoftwareSetId: import_smithy_client.expectString,
|
|
1370
1370
|
serialNumber: import_smithy_client.expectString,
|
|
1371
1371
|
softwareSetUpdateSchedule: import_smithy_client.expectString,
|
|
1372
1372
|
status: import_smithy_client.expectString,
|
|
1373
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1373
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1374
1374
|
});
|
|
1375
1375
|
}, "de_DeviceSummary");
|
|
1376
1376
|
var de_Environment = /* @__PURE__ */ __name((output, context) => {
|
|
1377
1377
|
return (0, import_smithy_client.take)(output, {
|
|
1378
1378
|
activationCode: import_smithy_client.expectString,
|
|
1379
1379
|
arn: import_smithy_client.expectString,
|
|
1380
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1380
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1381
1381
|
desiredSoftwareSetId: import_smithy_client.expectString,
|
|
1382
1382
|
desktopArn: import_smithy_client.expectString,
|
|
1383
1383
|
desktopEndpoint: import_smithy_client.expectString,
|
|
@@ -1394,7 +1394,7 @@ var de_Environment = /* @__PURE__ */ __name((output, context) => {
|
|
|
1394
1394
|
softwareSetUpdateMode: import_smithy_client.expectString,
|
|
1395
1395
|
softwareSetUpdateSchedule: import_smithy_client.expectString,
|
|
1396
1396
|
tags: import_smithy_client._json,
|
|
1397
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1397
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1398
1398
|
});
|
|
1399
1399
|
}, "de_Environment");
|
|
1400
1400
|
var de_EnvironmentList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1407,7 +1407,7 @@ var de_EnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1407
1407
|
return (0, import_smithy_client.take)(output, {
|
|
1408
1408
|
activationCode: import_smithy_client.expectString,
|
|
1409
1409
|
arn: import_smithy_client.expectString,
|
|
1410
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1410
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1411
1411
|
desiredSoftwareSetId: import_smithy_client.expectString,
|
|
1412
1412
|
desktopArn: import_smithy_client.expectString,
|
|
1413
1413
|
desktopEndpoint: import_smithy_client.expectString,
|
|
@@ -1418,16 +1418,16 @@ var de_EnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1418
1418
|
pendingSoftwareSetId: import_smithy_client.expectString,
|
|
1419
1419
|
softwareSetUpdateMode: import_smithy_client.expectString,
|
|
1420
1420
|
softwareSetUpdateSchedule: import_smithy_client.expectString,
|
|
1421
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1421
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1422
1422
|
});
|
|
1423
1423
|
}, "de_EnvironmentSummary");
|
|
1424
1424
|
var de_SoftwareSet = /* @__PURE__ */ __name((output, context) => {
|
|
1425
1425
|
return (0, import_smithy_client.take)(output, {
|
|
1426
1426
|
arn: import_smithy_client.expectString,
|
|
1427
1427
|
id: import_smithy_client.expectString,
|
|
1428
|
-
releasedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1428
|
+
releasedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "releasedAt"),
|
|
1429
1429
|
software: import_smithy_client._json,
|
|
1430
|
-
supportedUntil: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1430
|
+
supportedUntil: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "supportedUntil"),
|
|
1431
1431
|
tags: import_smithy_client._json,
|
|
1432
1432
|
validationStatus: import_smithy_client.expectString,
|
|
1433
1433
|
version: import_smithy_client.expectString
|
|
@@ -1443,8 +1443,8 @@ var de_SoftwareSetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1443
1443
|
return (0, import_smithy_client.take)(output, {
|
|
1444
1444
|
arn: import_smithy_client.expectString,
|
|
1445
1445
|
id: import_smithy_client.expectString,
|
|
1446
|
-
releasedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1447
|
-
supportedUntil: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1446
|
+
releasedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "releasedAt"),
|
|
1447
|
+
supportedUntil: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "supportedUntil"),
|
|
1448
1448
|
validationStatus: import_smithy_client.expectString,
|
|
1449
1449
|
version: import_smithy_client.expectString
|
|
1450
1450
|
});
|
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.772.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.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
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.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|