@aws-sdk/client-workspaces-web 3.758.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 +64 -64
- package/package.json +3 -3
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
|
AssociateBrowserSettingsCommand: () => AssociateBrowserSettingsCommand,
|
|
26
26
|
AssociateDataProtectionSettingsCommand: () => AssociateDataProtectionSettingsCommand,
|
|
@@ -187,7 +187,7 @@ __export(src_exports, {
|
|
|
187
187
|
paginateListUserAccessLoggingSettings: () => paginateListUserAccessLoggingSettings,
|
|
188
188
|
paginateListUserSettings: () => paginateListUserSettings
|
|
189
189
|
});
|
|
190
|
-
module.exports = __toCommonJS(
|
|
190
|
+
module.exports = __toCommonJS(index_exports);
|
|
191
191
|
|
|
192
192
|
// src/WorkSpacesWebClient.ts
|
|
193
193
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -314,9 +314,9 @@ var WorkSpacesWebClient = class extends import_smithy_client.Client {
|
|
|
314
314
|
this.middlewareStack.use(
|
|
315
315
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
316
316
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultWorkSpacesWebHttpAuthSchemeParametersProvider,
|
|
317
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
317
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
318
318
|
"aws.auth#sigv4": config.credentials
|
|
319
|
-
})
|
|
319
|
+
}), "identityProviderConfigProvider")
|
|
320
320
|
})
|
|
321
321
|
);
|
|
322
322
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1065,11 +1065,11 @@ var se_CreateBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1065
1065
|
let body;
|
|
1066
1066
|
body = JSON.stringify(
|
|
1067
1067
|
(0, import_smithy_client.take)(input, {
|
|
1068
|
-
additionalEncryptionContext: (_) => (0, import_smithy_client._json)(_),
|
|
1068
|
+
additionalEncryptionContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalEncryptionContext"),
|
|
1069
1069
|
browserPolicy: [],
|
|
1070
1070
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1071
1071
|
customerManagedKey: [],
|
|
1072
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1072
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1073
1073
|
})
|
|
1074
1074
|
);
|
|
1075
1075
|
b.m("POST").h(headers).b(body);
|
|
@@ -1084,13 +1084,13 @@ var se_CreateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input
|
|
|
1084
1084
|
let body;
|
|
1085
1085
|
body = JSON.stringify(
|
|
1086
1086
|
(0, import_smithy_client.take)(input, {
|
|
1087
|
-
additionalEncryptionContext: (_) => (0, import_smithy_client._json)(_),
|
|
1087
|
+
additionalEncryptionContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalEncryptionContext"),
|
|
1088
1088
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1089
1089
|
customerManagedKey: [],
|
|
1090
1090
|
description: [],
|
|
1091
1091
|
displayName: [],
|
|
1092
|
-
inlineRedactionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1093
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1092
|
+
inlineRedactionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inlineRedactionConfiguration"),
|
|
1093
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1094
1094
|
})
|
|
1095
1095
|
);
|
|
1096
1096
|
b.m("POST").h(headers).b(body);
|
|
@@ -1106,11 +1106,11 @@ var se_CreateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1106
1106
|
body = JSON.stringify(
|
|
1107
1107
|
(0, import_smithy_client.take)(input, {
|
|
1108
1108
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1109
|
-
identityProviderDetails: (_) => (0, import_smithy_client._json)(_),
|
|
1109
|
+
identityProviderDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderDetails"),
|
|
1110
1110
|
identityProviderName: [],
|
|
1111
1111
|
identityProviderType: [],
|
|
1112
1112
|
portalArn: [],
|
|
1113
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1113
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1114
1114
|
})
|
|
1115
1115
|
);
|
|
1116
1116
|
b.m("POST").h(headers).b(body);
|
|
@@ -1125,13 +1125,13 @@ var se_CreateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1125
1125
|
let body;
|
|
1126
1126
|
body = JSON.stringify(
|
|
1127
1127
|
(0, import_smithy_client.take)(input, {
|
|
1128
|
-
additionalEncryptionContext: (_) => (0, import_smithy_client._json)(_),
|
|
1128
|
+
additionalEncryptionContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalEncryptionContext"),
|
|
1129
1129
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1130
1130
|
customerManagedKey: [],
|
|
1131
1131
|
description: [],
|
|
1132
1132
|
displayName: [],
|
|
1133
|
-
ipRules: (_) => (0, import_smithy_client._json)(_),
|
|
1134
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1133
|
+
ipRules: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ipRules"),
|
|
1134
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1135
1135
|
})
|
|
1136
1136
|
);
|
|
1137
1137
|
b.m("POST").h(headers).b(body);
|
|
@@ -1147,9 +1147,9 @@ var se_CreateNetworkSettingsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1147
1147
|
body = JSON.stringify(
|
|
1148
1148
|
(0, import_smithy_client.take)(input, {
|
|
1149
1149
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1150
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
1151
|
-
subnetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1152
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1150
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
1151
|
+
subnetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnetIds"),
|
|
1152
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1153
1153
|
vpcId: []
|
|
1154
1154
|
})
|
|
1155
1155
|
);
|
|
@@ -1165,14 +1165,14 @@ var se_CreatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1165
1165
|
let body;
|
|
1166
1166
|
body = JSON.stringify(
|
|
1167
1167
|
(0, import_smithy_client.take)(input, {
|
|
1168
|
-
additionalEncryptionContext: (_) => (0, import_smithy_client._json)(_),
|
|
1168
|
+
additionalEncryptionContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalEncryptionContext"),
|
|
1169
1169
|
authenticationType: [],
|
|
1170
1170
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1171
1171
|
customerManagedKey: [],
|
|
1172
1172
|
displayName: [],
|
|
1173
1173
|
instanceType: [],
|
|
1174
1174
|
maxConcurrentSessions: [],
|
|
1175
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1175
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1176
1176
|
})
|
|
1177
1177
|
);
|
|
1178
1178
|
b.m("POST").h(headers).b(body);
|
|
@@ -1187,9 +1187,9 @@ var se_CreateTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1187
1187
|
let body;
|
|
1188
1188
|
body = JSON.stringify(
|
|
1189
1189
|
(0, import_smithy_client.take)(input, {
|
|
1190
|
-
certificateList: (_) => se_CertificateList(_, context),
|
|
1190
|
+
certificateList: /* @__PURE__ */ __name((_) => se_CertificateList(_, context), "certificateList"),
|
|
1191
1191
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1192
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1192
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1193
1193
|
})
|
|
1194
1194
|
);
|
|
1195
1195
|
b.m("POST").h(headers).b(body);
|
|
@@ -1206,7 +1206,7 @@ var se_CreateUserAccessLoggingSettingsCommand = /* @__PURE__ */ __name(async (in
|
|
|
1206
1206
|
(0, import_smithy_client.take)(input, {
|
|
1207
1207
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1208
1208
|
kinesisStreamArn: [],
|
|
1209
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1209
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1210
1210
|
})
|
|
1211
1211
|
);
|
|
1212
1212
|
b.m("POST").h(headers).b(body);
|
|
@@ -1221,9 +1221,9 @@ var se_CreateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1221
1221
|
let body;
|
|
1222
1222
|
body = JSON.stringify(
|
|
1223
1223
|
(0, import_smithy_client.take)(input, {
|
|
1224
|
-
additionalEncryptionContext: (_) => (0, import_smithy_client._json)(_),
|
|
1224
|
+
additionalEncryptionContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalEncryptionContext"),
|
|
1225
1225
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1226
|
-
cookieSynchronizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1226
|
+
cookieSynchronizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "cookieSynchronizationConfiguration"),
|
|
1227
1227
|
copyAllowed: [],
|
|
1228
1228
|
customerManagedKey: [],
|
|
1229
1229
|
deepLinkAllowed: [],
|
|
@@ -1232,8 +1232,8 @@ var se_CreateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1232
1232
|
idleDisconnectTimeoutInMinutes: [],
|
|
1233
1233
|
pasteAllowed: [],
|
|
1234
1234
|
printAllowed: [],
|
|
1235
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1236
|
-
toolbarConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1235
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1236
|
+
toolbarConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "toolbarConfiguration"),
|
|
1237
1237
|
uploadAllowed: []
|
|
1238
1238
|
})
|
|
1239
1239
|
);
|
|
@@ -1675,7 +1675,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1675
1675
|
body = JSON.stringify(
|
|
1676
1676
|
(0, import_smithy_client.take)(input, {
|
|
1677
1677
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1678
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1678
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1679
1679
|
})
|
|
1680
1680
|
);
|
|
1681
1681
|
b.m("POST").h(headers).b(body);
|
|
@@ -1723,7 +1723,7 @@ var se_UpdateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input
|
|
|
1723
1723
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1724
1724
|
description: [],
|
|
1725
1725
|
displayName: [],
|
|
1726
|
-
inlineRedactionConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1726
|
+
inlineRedactionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inlineRedactionConfiguration")
|
|
1727
1727
|
})
|
|
1728
1728
|
);
|
|
1729
1729
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1740,7 +1740,7 @@ var se_UpdateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1740
1740
|
body = JSON.stringify(
|
|
1741
1741
|
(0, import_smithy_client.take)(input, {
|
|
1742
1742
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1743
|
-
identityProviderDetails: (_) => (0, import_smithy_client._json)(_),
|
|
1743
|
+
identityProviderDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderDetails"),
|
|
1744
1744
|
identityProviderName: [],
|
|
1745
1745
|
identityProviderType: []
|
|
1746
1746
|
})
|
|
@@ -1761,7 +1761,7 @@ var se_UpdateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1761
1761
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1762
1762
|
description: [],
|
|
1763
1763
|
displayName: [],
|
|
1764
|
-
ipRules: (_) => (0, import_smithy_client._json)(_)
|
|
1764
|
+
ipRules: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ipRules")
|
|
1765
1765
|
})
|
|
1766
1766
|
);
|
|
1767
1767
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1778,8 +1778,8 @@ var se_UpdateNetworkSettingsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1778
1778
|
body = JSON.stringify(
|
|
1779
1779
|
(0, import_smithy_client.take)(input, {
|
|
1780
1780
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1781
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
1782
|
-
subnetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1781
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
1782
|
+
subnetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnetIds"),
|
|
1783
1783
|
vpcId: []
|
|
1784
1784
|
})
|
|
1785
1785
|
);
|
|
@@ -1815,8 +1815,8 @@ var se_UpdateTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1815
1815
|
let body;
|
|
1816
1816
|
body = JSON.stringify(
|
|
1817
1817
|
(0, import_smithy_client.take)(input, {
|
|
1818
|
-
certificatesToAdd: (_) => se_CertificateList(_, context),
|
|
1819
|
-
certificatesToDelete: (_) => (0, import_smithy_client._json)(_),
|
|
1818
|
+
certificatesToAdd: /* @__PURE__ */ __name((_) => se_CertificateList(_, context), "certificatesToAdd"),
|
|
1819
|
+
certificatesToDelete: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "certificatesToDelete"),
|
|
1820
1820
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
1821
1821
|
})
|
|
1822
1822
|
);
|
|
@@ -1856,7 +1856,7 @@ var se_UpdateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1856
1856
|
body = JSON.stringify(
|
|
1857
1857
|
(0, import_smithy_client.take)(input, {
|
|
1858
1858
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1859
|
-
cookieSynchronizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1859
|
+
cookieSynchronizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "cookieSynchronizationConfiguration"),
|
|
1860
1860
|
copyAllowed: [],
|
|
1861
1861
|
deepLinkAllowed: [],
|
|
1862
1862
|
disconnectTimeoutInMinutes: [],
|
|
@@ -1864,7 +1864,7 @@ var se_UpdateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1864
1864
|
idleDisconnectTimeoutInMinutes: [],
|
|
1865
1865
|
pasteAllowed: [],
|
|
1866
1866
|
printAllowed: [],
|
|
1867
|
-
toolbarConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1867
|
+
toolbarConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "toolbarConfiguration"),
|
|
1868
1868
|
uploadAllowed: []
|
|
1869
1869
|
})
|
|
1870
1870
|
);
|
|
@@ -2296,7 +2296,7 @@ var de_GetDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2296
2296
|
});
|
|
2297
2297
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2298
2298
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2299
|
-
dataProtectionSettings: (_) => de_DataProtectionSettings(_, context)
|
|
2299
|
+
dataProtectionSettings: /* @__PURE__ */ __name((_) => de_DataProtectionSettings(_, context), "dataProtectionSettings")
|
|
2300
2300
|
});
|
|
2301
2301
|
Object.assign(contents, doc);
|
|
2302
2302
|
return contents;
|
|
@@ -2324,7 +2324,7 @@ var de_GetIpAccessSettingsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2324
2324
|
});
|
|
2325
2325
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2326
2326
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2327
|
-
ipAccessSettings: (_) => de_IpAccessSettings(_, context)
|
|
2327
|
+
ipAccessSettings: /* @__PURE__ */ __name((_) => de_IpAccessSettings(_, context), "ipAccessSettings")
|
|
2328
2328
|
});
|
|
2329
2329
|
Object.assign(contents, doc);
|
|
2330
2330
|
return contents;
|
|
@@ -2352,7 +2352,7 @@ var de_GetPortalCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2352
2352
|
});
|
|
2353
2353
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2354
2354
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2355
|
-
portal: (_) => de_Portal(_, context)
|
|
2355
|
+
portal: /* @__PURE__ */ __name((_) => de_Portal(_, context), "portal")
|
|
2356
2356
|
});
|
|
2357
2357
|
Object.assign(contents, doc);
|
|
2358
2358
|
return contents;
|
|
@@ -2381,7 +2381,7 @@ var de_GetSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2381
2381
|
});
|
|
2382
2382
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2383
2383
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2384
|
-
session: (_) => de_Session(_, context)
|
|
2384
|
+
session: /* @__PURE__ */ __name((_) => de_Session(_, context), "session")
|
|
2385
2385
|
});
|
|
2386
2386
|
Object.assign(contents, doc);
|
|
2387
2387
|
return contents;
|
|
@@ -2409,7 +2409,7 @@ var de_GetTrustStoreCertificateCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2409
2409
|
});
|
|
2410
2410
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2411
2411
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2412
|
-
certificate: (_) => de_Certificate(_, context),
|
|
2412
|
+
certificate: /* @__PURE__ */ __name((_) => de_Certificate(_, context), "certificate"),
|
|
2413
2413
|
trustStoreArn: import_smithy_client.expectString
|
|
2414
2414
|
});
|
|
2415
2415
|
Object.assign(contents, doc);
|
|
@@ -2467,7 +2467,7 @@ var de_ListDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2467
2467
|
});
|
|
2468
2468
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2469
2469
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2470
|
-
dataProtectionSettings: (_) => de_DataProtectionSettingsList(_, context),
|
|
2470
|
+
dataProtectionSettings: /* @__PURE__ */ __name((_) => de_DataProtectionSettingsList(_, context), "dataProtectionSettings"),
|
|
2471
2471
|
nextToken: import_smithy_client.expectString
|
|
2472
2472
|
});
|
|
2473
2473
|
Object.assign(contents, doc);
|
|
@@ -2497,7 +2497,7 @@ var de_ListIpAccessSettingsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2497
2497
|
});
|
|
2498
2498
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2499
2499
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2500
|
-
ipAccessSettings: (_) => de_IpAccessSettingsList(_, context),
|
|
2500
|
+
ipAccessSettings: /* @__PURE__ */ __name((_) => de_IpAccessSettingsList(_, context), "ipAccessSettings"),
|
|
2501
2501
|
nextToken: import_smithy_client.expectString
|
|
2502
2502
|
});
|
|
2503
2503
|
Object.assign(contents, doc);
|
|
@@ -2528,7 +2528,7 @@ var de_ListPortalsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2528
2528
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2529
2529
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2530
2530
|
nextToken: import_smithy_client.expectString,
|
|
2531
|
-
portals: (_) => de_PortalList(_, context)
|
|
2531
|
+
portals: /* @__PURE__ */ __name((_) => de_PortalList(_, context), "portals")
|
|
2532
2532
|
});
|
|
2533
2533
|
Object.assign(contents, doc);
|
|
2534
2534
|
return contents;
|
|
@@ -2543,7 +2543,7 @@ var de_ListSessionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2543
2543
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2544
2544
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2545
2545
|
nextToken: import_smithy_client.expectString,
|
|
2546
|
-
sessions: (_) => de_SessionSummaryList(_, context)
|
|
2546
|
+
sessions: /* @__PURE__ */ __name((_) => de_SessionSummaryList(_, context), "sessions")
|
|
2547
2547
|
});
|
|
2548
2548
|
Object.assign(contents, doc);
|
|
2549
2549
|
return contents;
|
|
@@ -2571,7 +2571,7 @@ var de_ListTrustStoreCertificatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2571
2571
|
});
|
|
2572
2572
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2573
2573
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2574
|
-
certificateList: (_) => de_CertificateSummaryList(_, context),
|
|
2574
|
+
certificateList: /* @__PURE__ */ __name((_) => de_CertificateSummaryList(_, context), "certificateList"),
|
|
2575
2575
|
nextToken: import_smithy_client.expectString,
|
|
2576
2576
|
trustStoreArn: import_smithy_client.expectString
|
|
2577
2577
|
});
|
|
@@ -2666,7 +2666,7 @@ var de_UpdateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2666
2666
|
});
|
|
2667
2667
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2668
2668
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2669
|
-
dataProtectionSettings: (_) => de_DataProtectionSettings(_, context)
|
|
2669
|
+
dataProtectionSettings: /* @__PURE__ */ __name((_) => de_DataProtectionSettings(_, context), "dataProtectionSettings")
|
|
2670
2670
|
});
|
|
2671
2671
|
Object.assign(contents, doc);
|
|
2672
2672
|
return contents;
|
|
@@ -2694,7 +2694,7 @@ var de_UpdateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2694
2694
|
});
|
|
2695
2695
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2696
2696
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2697
|
-
ipAccessSettings: (_) => de_IpAccessSettings(_, context)
|
|
2697
|
+
ipAccessSettings: /* @__PURE__ */ __name((_) => de_IpAccessSettings(_, context), "ipAccessSettings")
|
|
2698
2698
|
});
|
|
2699
2699
|
Object.assign(contents, doc);
|
|
2700
2700
|
return contents;
|
|
@@ -2722,7 +2722,7 @@ var de_UpdatePortalCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2722
2722
|
});
|
|
2723
2723
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2724
2724
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2725
|
-
portal: (_) => de_Portal(_, context)
|
|
2725
|
+
portal: /* @__PURE__ */ __name((_) => de_Portal(_, context), "portal")
|
|
2726
2726
|
});
|
|
2727
2727
|
Object.assign(contents, doc);
|
|
2728
2728
|
return contents;
|
|
@@ -2940,8 +2940,8 @@ var de_Certificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
2940
2940
|
return (0, import_smithy_client.take)(output, {
|
|
2941
2941
|
body: context.base64Decoder,
|
|
2942
2942
|
issuer: import_smithy_client.expectString,
|
|
2943
|
-
notValidAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2944
|
-
notValidBefore: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2943
|
+
notValidAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notValidAfter"),
|
|
2944
|
+
notValidBefore: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notValidBefore"),
|
|
2945
2945
|
subject: import_smithy_client.expectString,
|
|
2946
2946
|
thumbprint: import_smithy_client.expectString
|
|
2947
2947
|
});
|
|
@@ -2949,8 +2949,8 @@ var de_Certificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
2949
2949
|
var de_CertificateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2950
2950
|
return (0, import_smithy_client.take)(output, {
|
|
2951
2951
|
issuer: import_smithy_client.expectString,
|
|
2952
|
-
notValidAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2953
|
-
notValidBefore: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2952
|
+
notValidAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notValidAfter"),
|
|
2953
|
+
notValidBefore: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notValidBefore"),
|
|
2954
2954
|
subject: import_smithy_client.expectString,
|
|
2955
2955
|
thumbprint: import_smithy_client.expectString
|
|
2956
2956
|
});
|
|
@@ -2965,7 +2965,7 @@ var de_DataProtectionSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
2965
2965
|
return (0, import_smithy_client.take)(output, {
|
|
2966
2966
|
additionalEncryptionContext: import_smithy_client._json,
|
|
2967
2967
|
associatedPortalArns: import_smithy_client._json,
|
|
2968
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2968
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2969
2969
|
customerManagedKey: import_smithy_client.expectString,
|
|
2970
2970
|
dataProtectionSettingsArn: import_smithy_client.expectString,
|
|
2971
2971
|
description: import_smithy_client.expectString,
|
|
@@ -2981,7 +2981,7 @@ var de_DataProtectionSettingsList = /* @__PURE__ */ __name((output, context) =>
|
|
|
2981
2981
|
}, "de_DataProtectionSettingsList");
|
|
2982
2982
|
var de_DataProtectionSettingsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2983
2983
|
return (0, import_smithy_client.take)(output, {
|
|
2984
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2984
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2985
2985
|
dataProtectionSettingsArn: import_smithy_client.expectString,
|
|
2986
2986
|
description: import_smithy_client.expectString,
|
|
2987
2987
|
displayName: import_smithy_client.expectString
|
|
@@ -2991,7 +2991,7 @@ var de_IpAccessSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
2991
2991
|
return (0, import_smithy_client.take)(output, {
|
|
2992
2992
|
additionalEncryptionContext: import_smithy_client._json,
|
|
2993
2993
|
associatedPortalArns: import_smithy_client._json,
|
|
2994
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2994
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
2995
2995
|
customerManagedKey: import_smithy_client.expectString,
|
|
2996
2996
|
description: import_smithy_client.expectString,
|
|
2997
2997
|
displayName: import_smithy_client.expectString,
|
|
@@ -3007,7 +3007,7 @@ var de_IpAccessSettingsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3007
3007
|
}, "de_IpAccessSettingsList");
|
|
3008
3008
|
var de_IpAccessSettingsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3009
3009
|
return (0, import_smithy_client.take)(output, {
|
|
3010
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3010
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
3011
3011
|
description: import_smithy_client.expectString,
|
|
3012
3012
|
displayName: import_smithy_client.expectString,
|
|
3013
3013
|
ipAccessSettingsArn: import_smithy_client.expectString
|
|
@@ -3019,7 +3019,7 @@ var de_Portal = /* @__PURE__ */ __name((output, context) => {
|
|
|
3019
3019
|
authenticationType: import_smithy_client.expectString,
|
|
3020
3020
|
browserSettingsArn: import_smithy_client.expectString,
|
|
3021
3021
|
browserType: import_smithy_client.expectString,
|
|
3022
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3022
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
3023
3023
|
customerManagedKey: import_smithy_client.expectString,
|
|
3024
3024
|
dataProtectionSettingsArn: import_smithy_client.expectString,
|
|
3025
3025
|
displayName: import_smithy_client.expectString,
|
|
@@ -3048,7 +3048,7 @@ var de_PortalSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3048
3048
|
authenticationType: import_smithy_client.expectString,
|
|
3049
3049
|
browserSettingsArn: import_smithy_client.expectString,
|
|
3050
3050
|
browserType: import_smithy_client.expectString,
|
|
3051
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3051
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
3052
3052
|
dataProtectionSettingsArn: import_smithy_client.expectString,
|
|
3053
3053
|
displayName: import_smithy_client.expectString,
|
|
3054
3054
|
instanceType: import_smithy_client.expectString,
|
|
@@ -3067,20 +3067,20 @@ var de_PortalSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3067
3067
|
var de_Session = /* @__PURE__ */ __name((output, context) => {
|
|
3068
3068
|
return (0, import_smithy_client.take)(output, {
|
|
3069
3069
|
clientIpAddresses: import_smithy_client._json,
|
|
3070
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3070
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3071
3071
|
portalArn: import_smithy_client.expectString,
|
|
3072
3072
|
sessionId: import_smithy_client.expectString,
|
|
3073
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3073
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3074
3074
|
status: import_smithy_client.expectString,
|
|
3075
3075
|
username: import_smithy_client.expectString
|
|
3076
3076
|
});
|
|
3077
3077
|
}, "de_Session");
|
|
3078
3078
|
var de_SessionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3079
3079
|
return (0, import_smithy_client.take)(output, {
|
|
3080
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3080
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3081
3081
|
portalArn: import_smithy_client.expectString,
|
|
3082
3082
|
sessionId: import_smithy_client.expectString,
|
|
3083
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3083
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3084
3084
|
status: import_smithy_client.expectString,
|
|
3085
3085
|
username: import_smithy_client.expectString
|
|
3086
3086
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-web",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Web 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-web",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
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",
|