@aws-sdk/client-workspaces-web 3.54.1 → 3.58.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/CHANGELOG.md +24 -0
- package/dist-cjs/WorkSpacesWebClient.js +13 -13
- package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +3 -3
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +3 -3
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +3 -3
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/CreatePortalCommand.js +3 -3
- package/dist-cjs/commands/CreateTrustStoreCommand.js +3 -3
- package/dist-cjs/commands/CreateUserSettingsCommand.js +3 -3
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +3 -3
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/DeletePortalCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +3 -3
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +3 -3
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityProviderCommand.js +3 -3
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetPortalCommand.js +3 -3
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +3 -3
- package/dist-cjs/commands/GetTrustStoreCommand.js +3 -3
- package/dist-cjs/commands/GetUserSettingsCommand.js +3 -3
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +3 -3
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/ListPortalsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +3 -3
- package/dist-cjs/commands/ListTrustStoresCommand.js +3 -3
- package/dist-cjs/commands/ListUserSettingsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +3 -3
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdatePortalCommand.js +3 -3
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +3 -3
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +246 -246
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/WorkSpacesWeb.js +44 -44
- package/dist-es/pagination/ListBrowserSettingsPaginator.js +4 -4
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +4 -4
- package/dist-es/pagination/ListNetworkSettingsPaginator.js +4 -4
- package/dist-es/pagination/ListPortalsPaginator.js +4 -4
- package/dist-es/pagination/ListTrustStoreCertificatesPaginator.js +4 -4
- package/dist-es/pagination/ListTrustStoresPaginator.js +4 -4
- package/dist-es/pagination/ListUserSettingsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +44 -44
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListTrustStoresCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListTrustStoresCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listTrustStores.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listTrustStores.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListTrustStores(config, input) {
|
|
|
48
48
|
input.nextToken = token;
|
|
49
49
|
input["maxResults"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof WorkSpacesWeb)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof WorkSpacesWebClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListUserSettingsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListUserSettingsCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listUserSettings.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listUserSettings.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListUserSettings(config, input) {
|
|
|
48
48
|
input.nextToken = token;
|
|
49
49
|
input["maxResults"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof WorkSpacesWeb)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof WorkSpacesWebClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -12,7 +12,7 @@ export var serializeAws_restJson1AssociateBrowserSettingsCommand = function (inp
|
|
|
12
12
|
case 1:
|
|
13
13
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
14
14
|
headers = {};
|
|
15
|
-
resolvedPath = ""
|
|
15
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/browserSettings";
|
|
16
16
|
if (input.portalArn !== undefined) {
|
|
17
17
|
labelValue = input.portalArn;
|
|
18
18
|
if (labelValue.length <= 0) {
|
|
@@ -48,7 +48,7 @@ export var serializeAws_restJson1AssociateNetworkSettingsCommand = function (inp
|
|
|
48
48
|
case 1:
|
|
49
49
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
50
50
|
headers = {};
|
|
51
|
-
resolvedPath = ""
|
|
51
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/networkSettings";
|
|
52
52
|
if (input.portalArn !== undefined) {
|
|
53
53
|
labelValue = input.portalArn;
|
|
54
54
|
if (labelValue.length <= 0) {
|
|
@@ -84,7 +84,7 @@ export var serializeAws_restJson1AssociateTrustStoreCommand = function (input, c
|
|
|
84
84
|
case 1:
|
|
85
85
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
86
86
|
headers = {};
|
|
87
|
-
resolvedPath = ""
|
|
87
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/trustStores";
|
|
88
88
|
if (input.portalArn !== undefined) {
|
|
89
89
|
labelValue = input.portalArn;
|
|
90
90
|
if (labelValue.length <= 0) {
|
|
@@ -120,7 +120,7 @@ export var serializeAws_restJson1AssociateUserSettingsCommand = function (input,
|
|
|
120
120
|
case 1:
|
|
121
121
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
122
122
|
headers = {};
|
|
123
|
-
resolvedPath = ""
|
|
123
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/userSettings";
|
|
124
124
|
if (input.portalArn !== undefined) {
|
|
125
125
|
labelValue = input.portalArn;
|
|
126
126
|
if (labelValue.length <= 0) {
|
|
@@ -159,7 +159,7 @@ export var serializeAws_restJson1CreateBrowserSettingsCommand = function (input,
|
|
|
159
159
|
headers = {
|
|
160
160
|
"content-type": "application/json",
|
|
161
161
|
};
|
|
162
|
-
resolvedPath = ""
|
|
162
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/browserSettings";
|
|
163
163
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.additionalEncryptionContext !== undefined &&
|
|
164
164
|
input.additionalEncryptionContext !== null && {
|
|
165
165
|
additionalEncryptionContext: serializeAws_restJson1EncryptionContextMap(input.additionalEncryptionContext, context),
|
|
@@ -189,7 +189,7 @@ export var serializeAws_restJson1CreateIdentityProviderCommand = function (input
|
|
|
189
189
|
headers = {
|
|
190
190
|
"content-type": "application/json",
|
|
191
191
|
};
|
|
192
|
-
resolvedPath = ""
|
|
192
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/identityProviders";
|
|
193
193
|
body = JSON.stringify(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.identityProviderDetails !== undefined &&
|
|
194
194
|
input.identityProviderDetails !== null && {
|
|
195
195
|
identityProviderDetails: serializeAws_restJson1IdentityProviderDetails(input.identityProviderDetails, context),
|
|
@@ -219,7 +219,7 @@ export var serializeAws_restJson1CreateNetworkSettingsCommand = function (input,
|
|
|
219
219
|
headers = {
|
|
220
220
|
"content-type": "application/json",
|
|
221
221
|
};
|
|
222
|
-
resolvedPath = ""
|
|
222
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networkSettings";
|
|
223
223
|
body = JSON.stringify(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.securityGroupIds !== undefined &&
|
|
224
224
|
input.securityGroupIds !== null && {
|
|
225
225
|
securityGroupIds: serializeAws_restJson1SecurityGroupIdList(input.securityGroupIds, context),
|
|
@@ -249,7 +249,7 @@ export var serializeAws_restJson1CreatePortalCommand = function (input, context)
|
|
|
249
249
|
headers = {
|
|
250
250
|
"content-type": "application/json",
|
|
251
251
|
};
|
|
252
|
-
resolvedPath = ""
|
|
252
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals";
|
|
253
253
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.additionalEncryptionContext !== undefined &&
|
|
254
254
|
input.additionalEncryptionContext !== null && {
|
|
255
255
|
additionalEncryptionContext: serializeAws_restJson1EncryptionContextMap(input.additionalEncryptionContext, context),
|
|
@@ -279,7 +279,7 @@ export var serializeAws_restJson1CreateTrustStoreCommand = function (input, cont
|
|
|
279
279
|
headers = {
|
|
280
280
|
"content-type": "application/json",
|
|
281
281
|
};
|
|
282
|
-
resolvedPath = ""
|
|
282
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/trustStores";
|
|
283
283
|
body = JSON.stringify(__assign(__assign(__assign({}, (input.certificateList !== undefined &&
|
|
284
284
|
input.certificateList !== null && {
|
|
285
285
|
certificateList: serializeAws_restJson1CertificateList(input.certificateList, context),
|
|
@@ -308,7 +308,7 @@ export var serializeAws_restJson1CreateUserSettingsCommand = function (input, co
|
|
|
308
308
|
headers = {
|
|
309
309
|
"content-type": "application/json",
|
|
310
310
|
};
|
|
311
|
-
resolvedPath = ""
|
|
311
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/userSettings";
|
|
312
312
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.copyAllowed !== undefined && input.copyAllowed !== null && { copyAllowed: input.copyAllowed })), (input.downloadAllowed !== undefined &&
|
|
313
313
|
input.downloadAllowed !== null && { downloadAllowed: input.downloadAllowed })), (input.pasteAllowed !== undefined && input.pasteAllowed !== null && { pasteAllowed: input.pasteAllowed })), (input.printAllowed !== undefined && input.printAllowed !== null && { printAllowed: input.printAllowed })), (input.tags !== undefined &&
|
|
314
314
|
input.tags !== null && { tags: serializeAws_restJson1TagList(input.tags, context) })), (input.uploadAllowed !== undefined && input.uploadAllowed !== null && { uploadAllowed: input.uploadAllowed })));
|
|
@@ -332,7 +332,7 @@ export var serializeAws_restJson1DeleteBrowserSettingsCommand = function (input,
|
|
|
332
332
|
case 1:
|
|
333
333
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
334
334
|
headers = {};
|
|
335
|
-
resolvedPath = ""
|
|
335
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/browserSettings/{browserSettingsArn+}";
|
|
336
336
|
if (input.browserSettingsArn !== undefined) {
|
|
337
337
|
labelValue = input.browserSettingsArn;
|
|
338
338
|
if (labelValue.length <= 0) {
|
|
@@ -366,7 +366,7 @@ export var serializeAws_restJson1DeleteIdentityProviderCommand = function (input
|
|
|
366
366
|
case 1:
|
|
367
367
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
368
368
|
headers = {};
|
|
369
|
-
resolvedPath = ""
|
|
369
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/identityProviders/{identityProviderArn+}";
|
|
370
370
|
if (input.identityProviderArn !== undefined) {
|
|
371
371
|
labelValue = input.identityProviderArn;
|
|
372
372
|
if (labelValue.length <= 0) {
|
|
@@ -400,7 +400,7 @@ export var serializeAws_restJson1DeleteNetworkSettingsCommand = function (input,
|
|
|
400
400
|
case 1:
|
|
401
401
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
402
402
|
headers = {};
|
|
403
|
-
resolvedPath = ""
|
|
403
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networkSettings/{networkSettingsArn+}";
|
|
404
404
|
if (input.networkSettingsArn !== undefined) {
|
|
405
405
|
labelValue = input.networkSettingsArn;
|
|
406
406
|
if (labelValue.length <= 0) {
|
|
@@ -434,7 +434,7 @@ export var serializeAws_restJson1DeletePortalCommand = function (input, context)
|
|
|
434
434
|
case 1:
|
|
435
435
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
436
436
|
headers = {};
|
|
437
|
-
resolvedPath = ""
|
|
437
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}";
|
|
438
438
|
if (input.portalArn !== undefined) {
|
|
439
439
|
labelValue = input.portalArn;
|
|
440
440
|
if (labelValue.length <= 0) {
|
|
@@ -468,7 +468,7 @@ export var serializeAws_restJson1DeleteTrustStoreCommand = function (input, cont
|
|
|
468
468
|
case 1:
|
|
469
469
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
470
470
|
headers = {};
|
|
471
|
-
resolvedPath = ""
|
|
471
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/trustStores/{trustStoreArn+}";
|
|
472
472
|
if (input.trustStoreArn !== undefined) {
|
|
473
473
|
labelValue = input.trustStoreArn;
|
|
474
474
|
if (labelValue.length <= 0) {
|
|
@@ -502,7 +502,7 @@ export var serializeAws_restJson1DeleteUserSettingsCommand = function (input, co
|
|
|
502
502
|
case 1:
|
|
503
503
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
504
504
|
headers = {};
|
|
505
|
-
resolvedPath = ""
|
|
505
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/userSettings/{userSettingsArn+}";
|
|
506
506
|
if (input.userSettingsArn !== undefined) {
|
|
507
507
|
labelValue = input.userSettingsArn;
|
|
508
508
|
if (labelValue.length <= 0) {
|
|
@@ -536,7 +536,7 @@ export var serializeAws_restJson1DisassociateBrowserSettingsCommand = function (
|
|
|
536
536
|
case 1:
|
|
537
537
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
538
538
|
headers = {};
|
|
539
|
-
resolvedPath = ""
|
|
539
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/browserSettings";
|
|
540
540
|
if (input.portalArn !== undefined) {
|
|
541
541
|
labelValue = input.portalArn;
|
|
542
542
|
if (labelValue.length <= 0) {
|
|
@@ -570,7 +570,7 @@ export var serializeAws_restJson1DisassociateNetworkSettingsCommand = function (
|
|
|
570
570
|
case 1:
|
|
571
571
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
572
572
|
headers = {};
|
|
573
|
-
resolvedPath = ""
|
|
573
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/networkSettings";
|
|
574
574
|
if (input.portalArn !== undefined) {
|
|
575
575
|
labelValue = input.portalArn;
|
|
576
576
|
if (labelValue.length <= 0) {
|
|
@@ -604,7 +604,7 @@ export var serializeAws_restJson1DisassociateTrustStoreCommand = function (input
|
|
|
604
604
|
case 1:
|
|
605
605
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
606
606
|
headers = {};
|
|
607
|
-
resolvedPath = ""
|
|
607
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/trustStores";
|
|
608
608
|
if (input.portalArn !== undefined) {
|
|
609
609
|
labelValue = input.portalArn;
|
|
610
610
|
if (labelValue.length <= 0) {
|
|
@@ -638,7 +638,7 @@ export var serializeAws_restJson1DisassociateUserSettingsCommand = function (inp
|
|
|
638
638
|
case 1:
|
|
639
639
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
640
640
|
headers = {};
|
|
641
|
-
resolvedPath = ""
|
|
641
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/userSettings";
|
|
642
642
|
if (input.portalArn !== undefined) {
|
|
643
643
|
labelValue = input.portalArn;
|
|
644
644
|
if (labelValue.length <= 0) {
|
|
@@ -672,7 +672,7 @@ export var serializeAws_restJson1GetBrowserSettingsCommand = function (input, co
|
|
|
672
672
|
case 1:
|
|
673
673
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
674
674
|
headers = {};
|
|
675
|
-
resolvedPath = ""
|
|
675
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/browserSettings/{browserSettingsArn+}";
|
|
676
676
|
if (input.browserSettingsArn !== undefined) {
|
|
677
677
|
labelValue = input.browserSettingsArn;
|
|
678
678
|
if (labelValue.length <= 0) {
|
|
@@ -706,7 +706,7 @@ export var serializeAws_restJson1GetIdentityProviderCommand = function (input, c
|
|
|
706
706
|
case 1:
|
|
707
707
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
708
708
|
headers = {};
|
|
709
|
-
resolvedPath = ""
|
|
709
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/identityProviders/{identityProviderArn+}";
|
|
710
710
|
if (input.identityProviderArn !== undefined) {
|
|
711
711
|
labelValue = input.identityProviderArn;
|
|
712
712
|
if (labelValue.length <= 0) {
|
|
@@ -740,7 +740,7 @@ export var serializeAws_restJson1GetNetworkSettingsCommand = function (input, co
|
|
|
740
740
|
case 1:
|
|
741
741
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
742
742
|
headers = {};
|
|
743
|
-
resolvedPath = ""
|
|
743
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networkSettings/{networkSettingsArn+}";
|
|
744
744
|
if (input.networkSettingsArn !== undefined) {
|
|
745
745
|
labelValue = input.networkSettingsArn;
|
|
746
746
|
if (labelValue.length <= 0) {
|
|
@@ -774,7 +774,7 @@ export var serializeAws_restJson1GetPortalCommand = function (input, context) {
|
|
|
774
774
|
case 1:
|
|
775
775
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
776
776
|
headers = {};
|
|
777
|
-
resolvedPath = ""
|
|
777
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}";
|
|
778
778
|
if (input.portalArn !== undefined) {
|
|
779
779
|
labelValue = input.portalArn;
|
|
780
780
|
if (labelValue.length <= 0) {
|
|
@@ -808,7 +808,7 @@ export var serializeAws_restJson1GetPortalServiceProviderMetadataCommand = funct
|
|
|
808
808
|
case 1:
|
|
809
809
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
810
810
|
headers = {};
|
|
811
|
-
resolvedPath = ""
|
|
811
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portalIdp/{portalArn+}";
|
|
812
812
|
if (input.portalArn !== undefined) {
|
|
813
813
|
labelValue = input.portalArn;
|
|
814
814
|
if (labelValue.length <= 0) {
|
|
@@ -842,7 +842,7 @@ export var serializeAws_restJson1GetTrustStoreCommand = function (input, context
|
|
|
842
842
|
case 1:
|
|
843
843
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
844
844
|
headers = {};
|
|
845
|
-
resolvedPath = ""
|
|
845
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/trustStores/{trustStoreArn+}";
|
|
846
846
|
if (input.trustStoreArn !== undefined) {
|
|
847
847
|
labelValue = input.trustStoreArn;
|
|
848
848
|
if (labelValue.length <= 0) {
|
|
@@ -876,7 +876,7 @@ export var serializeAws_restJson1GetTrustStoreCertificateCommand = function (inp
|
|
|
876
876
|
case 1:
|
|
877
877
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
878
878
|
headers = {};
|
|
879
|
-
resolvedPath = ""
|
|
879
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/trustStores/{trustStoreArn+}/certificate";
|
|
880
880
|
if (input.trustStoreArn !== undefined) {
|
|
881
881
|
labelValue = input.trustStoreArn;
|
|
882
882
|
if (labelValue.length <= 0) {
|
|
@@ -912,7 +912,7 @@ export var serializeAws_restJson1GetUserSettingsCommand = function (input, conte
|
|
|
912
912
|
case 1:
|
|
913
913
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
914
914
|
headers = {};
|
|
915
|
-
resolvedPath = ""
|
|
915
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/userSettings/{userSettingsArn+}";
|
|
916
916
|
if (input.userSettingsArn !== undefined) {
|
|
917
917
|
labelValue = input.userSettingsArn;
|
|
918
918
|
if (labelValue.length <= 0) {
|
|
@@ -946,7 +946,7 @@ export var serializeAws_restJson1ListBrowserSettingsCommand = function (input, c
|
|
|
946
946
|
case 1:
|
|
947
947
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
948
948
|
headers = {};
|
|
949
|
-
resolvedPath = ""
|
|
949
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/browserSettings";
|
|
950
950
|
query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
|
|
951
951
|
return [2, new __HttpRequest({
|
|
952
952
|
protocol: protocol,
|
|
@@ -969,7 +969,7 @@ export var serializeAws_restJson1ListIdentityProvidersCommand = function (input,
|
|
|
969
969
|
case 1:
|
|
970
970
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
971
971
|
headers = {};
|
|
972
|
-
resolvedPath = ""
|
|
972
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}/identityProviders";
|
|
973
973
|
if (input.portalArn !== undefined) {
|
|
974
974
|
labelValue = input.portalArn;
|
|
975
975
|
if (labelValue.length <= 0) {
|
|
@@ -1005,7 +1005,7 @@ export var serializeAws_restJson1ListNetworkSettingsCommand = function (input, c
|
|
|
1005
1005
|
case 1:
|
|
1006
1006
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1007
1007
|
headers = {};
|
|
1008
|
-
resolvedPath = ""
|
|
1008
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networkSettings";
|
|
1009
1009
|
query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
|
|
1010
1010
|
return [2, new __HttpRequest({
|
|
1011
1011
|
protocol: protocol,
|
|
@@ -1028,7 +1028,7 @@ export var serializeAws_restJson1ListPortalsCommand = function (input, context)
|
|
|
1028
1028
|
case 1:
|
|
1029
1029
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1030
1030
|
headers = {};
|
|
1031
|
-
resolvedPath = ""
|
|
1031
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals";
|
|
1032
1032
|
query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
|
|
1033
1033
|
return [2, new __HttpRequest({
|
|
1034
1034
|
protocol: protocol,
|
|
@@ -1051,7 +1051,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
|
|
|
1051
1051
|
case 1:
|
|
1052
1052
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1053
1053
|
headers = {};
|
|
1054
|
-
resolvedPath = ""
|
|
1054
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn+}";
|
|
1055
1055
|
if (input.resourceArn !== undefined) {
|
|
1056
1056
|
labelValue = input.resourceArn;
|
|
1057
1057
|
if (labelValue.length <= 0) {
|
|
@@ -1085,7 +1085,7 @@ export var serializeAws_restJson1ListTrustStoreCertificatesCommand = function (i
|
|
|
1085
1085
|
case 1:
|
|
1086
1086
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1087
1087
|
headers = {};
|
|
1088
|
-
resolvedPath = ""
|
|
1088
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
1089
1089
|
"/trustStores/{trustStoreArn+}/certificates";
|
|
1090
1090
|
if (input.trustStoreArn !== undefined) {
|
|
1091
1091
|
labelValue = input.trustStoreArn;
|
|
@@ -1122,7 +1122,7 @@ export var serializeAws_restJson1ListTrustStoresCommand = function (input, conte
|
|
|
1122
1122
|
case 1:
|
|
1123
1123
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1124
1124
|
headers = {};
|
|
1125
|
-
resolvedPath = ""
|
|
1125
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/trustStores";
|
|
1126
1126
|
query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
|
|
1127
1127
|
return [2, new __HttpRequest({
|
|
1128
1128
|
protocol: protocol,
|
|
@@ -1145,7 +1145,7 @@ export var serializeAws_restJson1ListUserSettingsCommand = function (input, cont
|
|
|
1145
1145
|
case 1:
|
|
1146
1146
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1147
1147
|
headers = {};
|
|
1148
|
-
resolvedPath = ""
|
|
1148
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/userSettings";
|
|
1149
1149
|
query = __assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
|
|
1150
1150
|
return [2, new __HttpRequest({
|
|
1151
1151
|
protocol: protocol,
|
|
@@ -1171,7 +1171,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
1171
1171
|
headers = {
|
|
1172
1172
|
"content-type": "application/json",
|
|
1173
1173
|
};
|
|
1174
|
-
resolvedPath = ""
|
|
1174
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn+}";
|
|
1175
1175
|
if (input.resourceArn !== undefined) {
|
|
1176
1176
|
labelValue = input.resourceArn;
|
|
1177
1177
|
if (labelValue.length <= 0) {
|
|
@@ -1207,7 +1207,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
|
|
|
1207
1207
|
case 1:
|
|
1208
1208
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
1209
1209
|
headers = {};
|
|
1210
|
-
resolvedPath = ""
|
|
1210
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn+}";
|
|
1211
1211
|
if (input.resourceArn !== undefined) {
|
|
1212
1212
|
labelValue = input.resourceArn;
|
|
1213
1213
|
if (labelValue.length <= 0) {
|
|
@@ -1246,7 +1246,7 @@ export var serializeAws_restJson1UpdateBrowserSettingsCommand = function (input,
|
|
|
1246
1246
|
headers = {
|
|
1247
1247
|
"content-type": "application/json",
|
|
1248
1248
|
};
|
|
1249
|
-
resolvedPath = ""
|
|
1249
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/browserSettings/{browserSettingsArn+}";
|
|
1250
1250
|
if (input.browserSettingsArn !== undefined) {
|
|
1251
1251
|
labelValue = input.browserSettingsArn;
|
|
1252
1252
|
if (labelValue.length <= 0) {
|
|
@@ -1284,7 +1284,7 @@ export var serializeAws_restJson1UpdateIdentityProviderCommand = function (input
|
|
|
1284
1284
|
headers = {
|
|
1285
1285
|
"content-type": "application/json",
|
|
1286
1286
|
};
|
|
1287
|
-
resolvedPath = ""
|
|
1287
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/identityProviders/{identityProviderArn+}";
|
|
1288
1288
|
if (input.identityProviderArn !== undefined) {
|
|
1289
1289
|
labelValue = input.identityProviderArn;
|
|
1290
1290
|
if (labelValue.length <= 0) {
|
|
@@ -1327,7 +1327,7 @@ export var serializeAws_restJson1UpdateNetworkSettingsCommand = function (input,
|
|
|
1327
1327
|
headers = {
|
|
1328
1328
|
"content-type": "application/json",
|
|
1329
1329
|
};
|
|
1330
|
-
resolvedPath = ""
|
|
1330
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/networkSettings/{networkSettingsArn+}";
|
|
1331
1331
|
if (input.networkSettingsArn !== undefined) {
|
|
1332
1332
|
labelValue = input.networkSettingsArn;
|
|
1333
1333
|
if (labelValue.length <= 0) {
|
|
@@ -1368,7 +1368,7 @@ export var serializeAws_restJson1UpdatePortalCommand = function (input, context)
|
|
|
1368
1368
|
headers = {
|
|
1369
1369
|
"content-type": "application/json",
|
|
1370
1370
|
};
|
|
1371
|
-
resolvedPath = ""
|
|
1371
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/portals/{portalArn+}";
|
|
1372
1372
|
if (input.portalArn !== undefined) {
|
|
1373
1373
|
labelValue = input.portalArn;
|
|
1374
1374
|
if (labelValue.length <= 0) {
|
|
@@ -1406,7 +1406,7 @@ export var serializeAws_restJson1UpdateTrustStoreCommand = function (input, cont
|
|
|
1406
1406
|
headers = {
|
|
1407
1407
|
"content-type": "application/json",
|
|
1408
1408
|
};
|
|
1409
|
-
resolvedPath = ""
|
|
1409
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/trustStores/{trustStoreArn+}";
|
|
1410
1410
|
if (input.trustStoreArn !== undefined) {
|
|
1411
1411
|
labelValue = input.trustStoreArn;
|
|
1412
1412
|
if (labelValue.length <= 0) {
|
|
@@ -1450,7 +1450,7 @@ export var serializeAws_restJson1UpdateUserSettingsCommand = function (input, co
|
|
|
1450
1450
|
headers = {
|
|
1451
1451
|
"content-type": "application/json",
|
|
1452
1452
|
};
|
|
1453
|
-
resolvedPath = ""
|
|
1453
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/userSettings/{userSettingsArn+}";
|
|
1454
1454
|
if (input.userSettingsArn !== undefined) {
|
|
1455
1455
|
labelValue = input.userSettingsArn;
|
|
1456
1456
|
if (labelValue.length <= 0) {
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
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.58.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.58.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.58.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.58.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.58.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.58.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.58.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.58.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.58.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.58.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.58.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.58.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.58.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.58.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
|
-
"typescript": "~4.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|