@aws-sdk/client-workspaces-web 3.341.0 → 3.343.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/dist-cjs/WorkSpacesWeb.js +14 -0
- package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +46 -0
- package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +47 -0
- package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +46 -0
- package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +46 -0
- package/dist-cjs/commands/GetIpAccessSettingsCommand.js +47 -0
- package/dist-cjs/commands/ListIpAccessSettingsCommand.js +47 -0
- package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +47 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +52 -1
- package/dist-cjs/pagination/ListIpAccessSettingsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +498 -3
- package/dist-es/WorkSpacesWeb.js +14 -0
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +42 -0
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +43 -0
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +42 -0
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +42 -0
- package/dist-es/commands/GetIpAccessSettingsCommand.js +43 -0
- package/dist-es/commands/ListIpAccessSettingsCommand.js +43 -0
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +43 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +43 -0
- package/dist-es/pagination/ListIpAccessSettingsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +481 -0
- package/dist-types/WorkSpacesWeb.d.ts +49 -0
- package/dist-types/WorkSpacesWebClient.d.ts +9 -2
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +93 -0
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +109 -0
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +86 -0
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +86 -0
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +102 -0
- package/dist-types/commands/GetPortalCommand.d.ts +1 -0
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +94 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +111 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +290 -0
- package/dist-types/pagination/ListIpAccessSettingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +119 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +94 -0
- package/dist-types/ts3.4/pagination/ListIpAccessSettingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -215,6 +215,14 @@ AssociateBrowserSettings
|
|
|
215
215
|
|
|
216
216
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/associatebrowsersettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/associatebrowsersettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/associatebrowsersettingscommandoutput.html)
|
|
217
217
|
|
|
218
|
+
</details>
|
|
219
|
+
<details>
|
|
220
|
+
<summary>
|
|
221
|
+
AssociateIpAccessSettings
|
|
222
|
+
</summary>
|
|
223
|
+
|
|
224
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/associateipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/associateipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/associateipaccesssettingscommandoutput.html)
|
|
225
|
+
|
|
218
226
|
</details>
|
|
219
227
|
<details>
|
|
220
228
|
<summary>
|
|
@@ -263,6 +271,14 @@ CreateIdentityProvider
|
|
|
263
271
|
|
|
264
272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/createidentityprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/createidentityprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/createidentityprovidercommandoutput.html)
|
|
265
273
|
|
|
274
|
+
</details>
|
|
275
|
+
<details>
|
|
276
|
+
<summary>
|
|
277
|
+
CreateIpAccessSettings
|
|
278
|
+
</summary>
|
|
279
|
+
|
|
280
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/createipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/createipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/createipaccesssettingscommandoutput.html)
|
|
281
|
+
|
|
266
282
|
</details>
|
|
267
283
|
<details>
|
|
268
284
|
<summary>
|
|
@@ -319,6 +335,14 @@ DeleteIdentityProvider
|
|
|
319
335
|
|
|
320
336
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/deleteidentityprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/deleteidentityprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/deleteidentityprovidercommandoutput.html)
|
|
321
337
|
|
|
338
|
+
</details>
|
|
339
|
+
<details>
|
|
340
|
+
<summary>
|
|
341
|
+
DeleteIpAccessSettings
|
|
342
|
+
</summary>
|
|
343
|
+
|
|
344
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/deleteipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/deleteipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/deleteipaccesssettingscommandoutput.html)
|
|
345
|
+
|
|
322
346
|
</details>
|
|
323
347
|
<details>
|
|
324
348
|
<summary>
|
|
@@ -367,6 +391,14 @@ DisassociateBrowserSettings
|
|
|
367
391
|
|
|
368
392
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/disassociatebrowsersettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/disassociatebrowsersettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/disassociatebrowsersettingscommandoutput.html)
|
|
369
393
|
|
|
394
|
+
</details>
|
|
395
|
+
<details>
|
|
396
|
+
<summary>
|
|
397
|
+
DisassociateIpAccessSettings
|
|
398
|
+
</summary>
|
|
399
|
+
|
|
400
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/disassociateipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/disassociateipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/disassociateipaccesssettingscommandoutput.html)
|
|
401
|
+
|
|
370
402
|
</details>
|
|
371
403
|
<details>
|
|
372
404
|
<summary>
|
|
@@ -415,6 +447,14 @@ GetIdentityProvider
|
|
|
415
447
|
|
|
416
448
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/getidentityprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/getidentityprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/getidentityprovidercommandoutput.html)
|
|
417
449
|
|
|
450
|
+
</details>
|
|
451
|
+
<details>
|
|
452
|
+
<summary>
|
|
453
|
+
GetIpAccessSettings
|
|
454
|
+
</summary>
|
|
455
|
+
|
|
456
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/getipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/getipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/getipaccesssettingscommandoutput.html)
|
|
457
|
+
|
|
418
458
|
</details>
|
|
419
459
|
<details>
|
|
420
460
|
<summary>
|
|
@@ -487,6 +527,14 @@ ListIdentityProviders
|
|
|
487
527
|
|
|
488
528
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/listidentityproviderscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/listidentityproviderscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/listidentityproviderscommandoutput.html)
|
|
489
529
|
|
|
530
|
+
</details>
|
|
531
|
+
<details>
|
|
532
|
+
<summary>
|
|
533
|
+
ListIpAccessSettings
|
|
534
|
+
</summary>
|
|
535
|
+
|
|
536
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/listipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/listipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/listipaccesssettingscommandoutput.html)
|
|
537
|
+
|
|
490
538
|
</details>
|
|
491
539
|
<details>
|
|
492
540
|
<summary>
|
|
@@ -575,6 +623,14 @@ UpdateIdentityProvider
|
|
|
575
623
|
|
|
576
624
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/updateidentityprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/updateidentityprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/updateidentityprovidercommandoutput.html)
|
|
577
625
|
|
|
626
|
+
</details>
|
|
627
|
+
<details>
|
|
628
|
+
<summary>
|
|
629
|
+
UpdateIpAccessSettings
|
|
630
|
+
</summary>
|
|
631
|
+
|
|
632
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/classes/updateipaccesssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/updateipaccesssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces-web/interfaces/updateipaccesssettingscommandoutput.html)
|
|
633
|
+
|
|
578
634
|
</details>
|
|
579
635
|
<details>
|
|
580
636
|
<summary>
|
|
@@ -3,12 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WorkSpacesWeb = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const AssociateBrowserSettingsCommand_1 = require("./commands/AssociateBrowserSettingsCommand");
|
|
6
|
+
const AssociateIpAccessSettingsCommand_1 = require("./commands/AssociateIpAccessSettingsCommand");
|
|
6
7
|
const AssociateNetworkSettingsCommand_1 = require("./commands/AssociateNetworkSettingsCommand");
|
|
7
8
|
const AssociateTrustStoreCommand_1 = require("./commands/AssociateTrustStoreCommand");
|
|
8
9
|
const AssociateUserAccessLoggingSettingsCommand_1 = require("./commands/AssociateUserAccessLoggingSettingsCommand");
|
|
9
10
|
const AssociateUserSettingsCommand_1 = require("./commands/AssociateUserSettingsCommand");
|
|
10
11
|
const CreateBrowserSettingsCommand_1 = require("./commands/CreateBrowserSettingsCommand");
|
|
11
12
|
const CreateIdentityProviderCommand_1 = require("./commands/CreateIdentityProviderCommand");
|
|
13
|
+
const CreateIpAccessSettingsCommand_1 = require("./commands/CreateIpAccessSettingsCommand");
|
|
12
14
|
const CreateNetworkSettingsCommand_1 = require("./commands/CreateNetworkSettingsCommand");
|
|
13
15
|
const CreatePortalCommand_1 = require("./commands/CreatePortalCommand");
|
|
14
16
|
const CreateTrustStoreCommand_1 = require("./commands/CreateTrustStoreCommand");
|
|
@@ -16,18 +18,21 @@ const CreateUserAccessLoggingSettingsCommand_1 = require("./commands/CreateUserA
|
|
|
16
18
|
const CreateUserSettingsCommand_1 = require("./commands/CreateUserSettingsCommand");
|
|
17
19
|
const DeleteBrowserSettingsCommand_1 = require("./commands/DeleteBrowserSettingsCommand");
|
|
18
20
|
const DeleteIdentityProviderCommand_1 = require("./commands/DeleteIdentityProviderCommand");
|
|
21
|
+
const DeleteIpAccessSettingsCommand_1 = require("./commands/DeleteIpAccessSettingsCommand");
|
|
19
22
|
const DeleteNetworkSettingsCommand_1 = require("./commands/DeleteNetworkSettingsCommand");
|
|
20
23
|
const DeletePortalCommand_1 = require("./commands/DeletePortalCommand");
|
|
21
24
|
const DeleteTrustStoreCommand_1 = require("./commands/DeleteTrustStoreCommand");
|
|
22
25
|
const DeleteUserAccessLoggingSettingsCommand_1 = require("./commands/DeleteUserAccessLoggingSettingsCommand");
|
|
23
26
|
const DeleteUserSettingsCommand_1 = require("./commands/DeleteUserSettingsCommand");
|
|
24
27
|
const DisassociateBrowserSettingsCommand_1 = require("./commands/DisassociateBrowserSettingsCommand");
|
|
28
|
+
const DisassociateIpAccessSettingsCommand_1 = require("./commands/DisassociateIpAccessSettingsCommand");
|
|
25
29
|
const DisassociateNetworkSettingsCommand_1 = require("./commands/DisassociateNetworkSettingsCommand");
|
|
26
30
|
const DisassociateTrustStoreCommand_1 = require("./commands/DisassociateTrustStoreCommand");
|
|
27
31
|
const DisassociateUserAccessLoggingSettingsCommand_1 = require("./commands/DisassociateUserAccessLoggingSettingsCommand");
|
|
28
32
|
const DisassociateUserSettingsCommand_1 = require("./commands/DisassociateUserSettingsCommand");
|
|
29
33
|
const GetBrowserSettingsCommand_1 = require("./commands/GetBrowserSettingsCommand");
|
|
30
34
|
const GetIdentityProviderCommand_1 = require("./commands/GetIdentityProviderCommand");
|
|
35
|
+
const GetIpAccessSettingsCommand_1 = require("./commands/GetIpAccessSettingsCommand");
|
|
31
36
|
const GetNetworkSettingsCommand_1 = require("./commands/GetNetworkSettingsCommand");
|
|
32
37
|
const GetPortalCommand_1 = require("./commands/GetPortalCommand");
|
|
33
38
|
const GetPortalServiceProviderMetadataCommand_1 = require("./commands/GetPortalServiceProviderMetadataCommand");
|
|
@@ -37,6 +42,7 @@ const GetUserAccessLoggingSettingsCommand_1 = require("./commands/GetUserAccessL
|
|
|
37
42
|
const GetUserSettingsCommand_1 = require("./commands/GetUserSettingsCommand");
|
|
38
43
|
const ListBrowserSettingsCommand_1 = require("./commands/ListBrowserSettingsCommand");
|
|
39
44
|
const ListIdentityProvidersCommand_1 = require("./commands/ListIdentityProvidersCommand");
|
|
45
|
+
const ListIpAccessSettingsCommand_1 = require("./commands/ListIpAccessSettingsCommand");
|
|
40
46
|
const ListNetworkSettingsCommand_1 = require("./commands/ListNetworkSettingsCommand");
|
|
41
47
|
const ListPortalsCommand_1 = require("./commands/ListPortalsCommand");
|
|
42
48
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
@@ -48,6 +54,7 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
|
48
54
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
49
55
|
const UpdateBrowserSettingsCommand_1 = require("./commands/UpdateBrowserSettingsCommand");
|
|
50
56
|
const UpdateIdentityProviderCommand_1 = require("./commands/UpdateIdentityProviderCommand");
|
|
57
|
+
const UpdateIpAccessSettingsCommand_1 = require("./commands/UpdateIpAccessSettingsCommand");
|
|
51
58
|
const UpdateNetworkSettingsCommand_1 = require("./commands/UpdateNetworkSettingsCommand");
|
|
52
59
|
const UpdatePortalCommand_1 = require("./commands/UpdatePortalCommand");
|
|
53
60
|
const UpdateTrustStoreCommand_1 = require("./commands/UpdateTrustStoreCommand");
|
|
@@ -56,12 +63,14 @@ const UpdateUserSettingsCommand_1 = require("./commands/UpdateUserSettingsComman
|
|
|
56
63
|
const WorkSpacesWebClient_1 = require("./WorkSpacesWebClient");
|
|
57
64
|
const commands = {
|
|
58
65
|
AssociateBrowserSettingsCommand: AssociateBrowserSettingsCommand_1.AssociateBrowserSettingsCommand,
|
|
66
|
+
AssociateIpAccessSettingsCommand: AssociateIpAccessSettingsCommand_1.AssociateIpAccessSettingsCommand,
|
|
59
67
|
AssociateNetworkSettingsCommand: AssociateNetworkSettingsCommand_1.AssociateNetworkSettingsCommand,
|
|
60
68
|
AssociateTrustStoreCommand: AssociateTrustStoreCommand_1.AssociateTrustStoreCommand,
|
|
61
69
|
AssociateUserAccessLoggingSettingsCommand: AssociateUserAccessLoggingSettingsCommand_1.AssociateUserAccessLoggingSettingsCommand,
|
|
62
70
|
AssociateUserSettingsCommand: AssociateUserSettingsCommand_1.AssociateUserSettingsCommand,
|
|
63
71
|
CreateBrowserSettingsCommand: CreateBrowserSettingsCommand_1.CreateBrowserSettingsCommand,
|
|
64
72
|
CreateIdentityProviderCommand: CreateIdentityProviderCommand_1.CreateIdentityProviderCommand,
|
|
73
|
+
CreateIpAccessSettingsCommand: CreateIpAccessSettingsCommand_1.CreateIpAccessSettingsCommand,
|
|
65
74
|
CreateNetworkSettingsCommand: CreateNetworkSettingsCommand_1.CreateNetworkSettingsCommand,
|
|
66
75
|
CreatePortalCommand: CreatePortalCommand_1.CreatePortalCommand,
|
|
67
76
|
CreateTrustStoreCommand: CreateTrustStoreCommand_1.CreateTrustStoreCommand,
|
|
@@ -69,18 +78,21 @@ const commands = {
|
|
|
69
78
|
CreateUserSettingsCommand: CreateUserSettingsCommand_1.CreateUserSettingsCommand,
|
|
70
79
|
DeleteBrowserSettingsCommand: DeleteBrowserSettingsCommand_1.DeleteBrowserSettingsCommand,
|
|
71
80
|
DeleteIdentityProviderCommand: DeleteIdentityProviderCommand_1.DeleteIdentityProviderCommand,
|
|
81
|
+
DeleteIpAccessSettingsCommand: DeleteIpAccessSettingsCommand_1.DeleteIpAccessSettingsCommand,
|
|
72
82
|
DeleteNetworkSettingsCommand: DeleteNetworkSettingsCommand_1.DeleteNetworkSettingsCommand,
|
|
73
83
|
DeletePortalCommand: DeletePortalCommand_1.DeletePortalCommand,
|
|
74
84
|
DeleteTrustStoreCommand: DeleteTrustStoreCommand_1.DeleteTrustStoreCommand,
|
|
75
85
|
DeleteUserAccessLoggingSettingsCommand: DeleteUserAccessLoggingSettingsCommand_1.DeleteUserAccessLoggingSettingsCommand,
|
|
76
86
|
DeleteUserSettingsCommand: DeleteUserSettingsCommand_1.DeleteUserSettingsCommand,
|
|
77
87
|
DisassociateBrowserSettingsCommand: DisassociateBrowserSettingsCommand_1.DisassociateBrowserSettingsCommand,
|
|
88
|
+
DisassociateIpAccessSettingsCommand: DisassociateIpAccessSettingsCommand_1.DisassociateIpAccessSettingsCommand,
|
|
78
89
|
DisassociateNetworkSettingsCommand: DisassociateNetworkSettingsCommand_1.DisassociateNetworkSettingsCommand,
|
|
79
90
|
DisassociateTrustStoreCommand: DisassociateTrustStoreCommand_1.DisassociateTrustStoreCommand,
|
|
80
91
|
DisassociateUserAccessLoggingSettingsCommand: DisassociateUserAccessLoggingSettingsCommand_1.DisassociateUserAccessLoggingSettingsCommand,
|
|
81
92
|
DisassociateUserSettingsCommand: DisassociateUserSettingsCommand_1.DisassociateUserSettingsCommand,
|
|
82
93
|
GetBrowserSettingsCommand: GetBrowserSettingsCommand_1.GetBrowserSettingsCommand,
|
|
83
94
|
GetIdentityProviderCommand: GetIdentityProviderCommand_1.GetIdentityProviderCommand,
|
|
95
|
+
GetIpAccessSettingsCommand: GetIpAccessSettingsCommand_1.GetIpAccessSettingsCommand,
|
|
84
96
|
GetNetworkSettingsCommand: GetNetworkSettingsCommand_1.GetNetworkSettingsCommand,
|
|
85
97
|
GetPortalCommand: GetPortalCommand_1.GetPortalCommand,
|
|
86
98
|
GetPortalServiceProviderMetadataCommand: GetPortalServiceProviderMetadataCommand_1.GetPortalServiceProviderMetadataCommand,
|
|
@@ -90,6 +102,7 @@ const commands = {
|
|
|
90
102
|
GetUserSettingsCommand: GetUserSettingsCommand_1.GetUserSettingsCommand,
|
|
91
103
|
ListBrowserSettingsCommand: ListBrowserSettingsCommand_1.ListBrowserSettingsCommand,
|
|
92
104
|
ListIdentityProvidersCommand: ListIdentityProvidersCommand_1.ListIdentityProvidersCommand,
|
|
105
|
+
ListIpAccessSettingsCommand: ListIpAccessSettingsCommand_1.ListIpAccessSettingsCommand,
|
|
93
106
|
ListNetworkSettingsCommand: ListNetworkSettingsCommand_1.ListNetworkSettingsCommand,
|
|
94
107
|
ListPortalsCommand: ListPortalsCommand_1.ListPortalsCommand,
|
|
95
108
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
@@ -101,6 +114,7 @@ const commands = {
|
|
|
101
114
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
102
115
|
UpdateBrowserSettingsCommand: UpdateBrowserSettingsCommand_1.UpdateBrowserSettingsCommand,
|
|
103
116
|
UpdateIdentityProviderCommand: UpdateIdentityProviderCommand_1.UpdateIdentityProviderCommand,
|
|
117
|
+
UpdateIpAccessSettingsCommand: UpdateIpAccessSettingsCommand_1.UpdateIpAccessSettingsCommand,
|
|
104
118
|
UpdateNetworkSettingsCommand: UpdateNetworkSettingsCommand_1.UpdateNetworkSettingsCommand,
|
|
105
119
|
UpdatePortalCommand: UpdatePortalCommand_1.UpdatePortalCommand,
|
|
106
120
|
UpdateTrustStoreCommand: UpdateTrustStoreCommand_1.UpdateTrustStoreCommand,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class AssociateIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "WorkSpacesWebClient";
|
|
28
|
+
const commandName = "AssociateIpAccessSettingsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_AssociateIpAccessSettingsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_AssociateIpAccessSettingsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.AssociateIpAccessSettingsCommand = AssociateIpAccessSettingsCommand;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesWebClient";
|
|
29
|
+
const commandName = "CreateIpAccessSettingsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.CreateIpAccessSettingsRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_CreateIpAccessSettingsCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_CreateIpAccessSettingsCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.CreateIpAccessSettingsCommand = CreateIpAccessSettingsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DeleteIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "WorkSpacesWebClient";
|
|
28
|
+
const commandName = "DeleteIpAccessSettingsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_DeleteIpAccessSettingsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_DeleteIpAccessSettingsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteIpAccessSettingsCommand = DeleteIpAccessSettingsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassociateIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DisassociateIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "WorkSpacesWebClient";
|
|
28
|
+
const commandName = "DisassociateIpAccessSettingsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_DisassociateIpAccessSettingsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_DisassociateIpAccessSettingsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DisassociateIpAccessSettingsCommand = DisassociateIpAccessSettingsCommand;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesWebClient";
|
|
29
|
+
const commandName = "GetIpAccessSettingsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.GetIpAccessSettingsResponseFilterSensitiveLog,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_GetIpAccessSettingsCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_GetIpAccessSettingsCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.GetIpAccessSettingsCommand = GetIpAccessSettingsCommand;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesWebClient";
|
|
29
|
+
const commandName = "ListIpAccessSettingsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.ListIpAccessSettingsResponseFilterSensitiveLog,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_ListIpAccessSettingsCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_ListIpAccessSettingsCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.ListIpAccessSettingsCommand = ListIpAccessSettingsCommand;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateIpAccessSettingsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateIpAccessSettingsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesWebClient";
|
|
29
|
+
const commandName = "UpdateIpAccessSettingsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.UpdateIpAccessSettingsRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.UpdateIpAccessSettingsResponseFilterSensitiveLog,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_UpdateIpAccessSettingsCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_UpdateIpAccessSettingsCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.UpdateIpAccessSettingsCommand = UpdateIpAccessSettingsCommand;
|
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AssociateBrowserSettingsCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AssociateIpAccessSettingsCommand"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./AssociateNetworkSettingsCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./AssociateTrustStoreCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./AssociateUserAccessLoggingSettingsCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./AssociateUserSettingsCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./CreateBrowserSettingsCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./CreateIdentityProviderCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateIpAccessSettingsCommand"), exports);
|
|
11
13
|
tslib_1.__exportStar(require("./CreateNetworkSettingsCommand"), exports);
|
|
12
14
|
tslib_1.__exportStar(require("./CreatePortalCommand"), exports);
|
|
13
15
|
tslib_1.__exportStar(require("./CreateTrustStoreCommand"), exports);
|
|
@@ -15,18 +17,21 @@ tslib_1.__exportStar(require("./CreateUserAccessLoggingSettingsCommand"), export
|
|
|
15
17
|
tslib_1.__exportStar(require("./CreateUserSettingsCommand"), exports);
|
|
16
18
|
tslib_1.__exportStar(require("./DeleteBrowserSettingsCommand"), exports);
|
|
17
19
|
tslib_1.__exportStar(require("./DeleteIdentityProviderCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteIpAccessSettingsCommand"), exports);
|
|
18
21
|
tslib_1.__exportStar(require("./DeleteNetworkSettingsCommand"), exports);
|
|
19
22
|
tslib_1.__exportStar(require("./DeletePortalCommand"), exports);
|
|
20
23
|
tslib_1.__exportStar(require("./DeleteTrustStoreCommand"), exports);
|
|
21
24
|
tslib_1.__exportStar(require("./DeleteUserAccessLoggingSettingsCommand"), exports);
|
|
22
25
|
tslib_1.__exportStar(require("./DeleteUserSettingsCommand"), exports);
|
|
23
26
|
tslib_1.__exportStar(require("./DisassociateBrowserSettingsCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DisassociateIpAccessSettingsCommand"), exports);
|
|
24
28
|
tslib_1.__exportStar(require("./DisassociateNetworkSettingsCommand"), exports);
|
|
25
29
|
tslib_1.__exportStar(require("./DisassociateTrustStoreCommand"), exports);
|
|
26
30
|
tslib_1.__exportStar(require("./DisassociateUserAccessLoggingSettingsCommand"), exports);
|
|
27
31
|
tslib_1.__exportStar(require("./DisassociateUserSettingsCommand"), exports);
|
|
28
32
|
tslib_1.__exportStar(require("./GetBrowserSettingsCommand"), exports);
|
|
29
33
|
tslib_1.__exportStar(require("./GetIdentityProviderCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetIpAccessSettingsCommand"), exports);
|
|
30
35
|
tslib_1.__exportStar(require("./GetNetworkSettingsCommand"), exports);
|
|
31
36
|
tslib_1.__exportStar(require("./GetPortalCommand"), exports);
|
|
32
37
|
tslib_1.__exportStar(require("./GetPortalServiceProviderMetadataCommand"), exports);
|
|
@@ -36,6 +41,7 @@ tslib_1.__exportStar(require("./GetUserAccessLoggingSettingsCommand"), exports);
|
|
|
36
41
|
tslib_1.__exportStar(require("./GetUserSettingsCommand"), exports);
|
|
37
42
|
tslib_1.__exportStar(require("./ListBrowserSettingsCommand"), exports);
|
|
38
43
|
tslib_1.__exportStar(require("./ListIdentityProvidersCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListIpAccessSettingsCommand"), exports);
|
|
39
45
|
tslib_1.__exportStar(require("./ListNetworkSettingsCommand"), exports);
|
|
40
46
|
tslib_1.__exportStar(require("./ListPortalsCommand"), exports);
|
|
41
47
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
@@ -47,6 +53,7 @@ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
|
47
53
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
48
54
|
tslib_1.__exportStar(require("./UpdateBrowserSettingsCommand"), exports);
|
|
49
55
|
tslib_1.__exportStar(require("./UpdateIdentityProviderCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./UpdateIpAccessSettingsCommand"), exports);
|
|
50
57
|
tslib_1.__exportStar(require("./UpdateNetworkSettingsCommand"), exports);
|
|
51
58
|
tslib_1.__exportStar(require("./UpdatePortalCommand"), exports);
|
|
52
59
|
tslib_1.__exportStar(require("./UpdateTrustStoreCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const q = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://workspaces-web-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://workspaces-web-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://workspaces-web.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://workspaces-web.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|