@aws-sdk/client-workspaces-web 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/WorkSpacesWeb.js +1 -127
- package/dist-cjs/WorkSpacesWebClient.js +1 -43
- package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +1 -28
- package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +1 -28
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +1 -28
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +1 -28
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +1 -28
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +1 -29
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +1 -29
- package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +1 -29
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +1 -29
- package/dist-cjs/commands/CreatePortalCommand.js +1 -29
- package/dist-cjs/commands/CreateTrustStoreCommand.js +1 -29
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +1 -29
- package/dist-cjs/commands/CreateUserSettingsCommand.js +1 -29
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +1 -28
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +1 -28
- package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +1 -28
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +1 -28
- package/dist-cjs/commands/DeletePortalCommand.js +1 -28
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +1 -28
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +1 -28
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +1 -28
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +1 -29
- package/dist-cjs/commands/GetIdentityProviderCommand.js +1 -29
- package/dist-cjs/commands/GetIpAccessSettingsCommand.js +1 -29
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +1 -28
- package/dist-cjs/commands/GetPortalCommand.js +1 -29
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +1 -28
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +1 -28
- package/dist-cjs/commands/GetTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +1 -28
- package/dist-cjs/commands/GetUserSettingsCommand.js +1 -29
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +1 -29
- package/dist-cjs/commands/ListIpAccessSettingsCommand.js +1 -29
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListPortalsCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +1 -28
- package/dist-cjs/commands/ListTrustStoresCommand.js +1 -28
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListUserSettingsCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +1 -29
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +1 -29
- package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +1 -29
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdatePortalCommand.js +1 -29
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +1 -28
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -61
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5505 -11
- package/dist-cjs/models/WorkSpacesWebServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -389
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBrowserSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +1 -7
- package/dist-cjs/pagination/ListIpAccessSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListNetworkSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPortalsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTrustStoreCertificatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTrustStoresPaginator.js +1 -7
- package/dist-cjs/pagination/ListUserAccessLoggingSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUserSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3731
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,127 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WorkSpacesWeb = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateBrowserSettingsCommand_1 = require("./commands/AssociateBrowserSettingsCommand");
|
|
6
|
-
const AssociateIpAccessSettingsCommand_1 = require("./commands/AssociateIpAccessSettingsCommand");
|
|
7
|
-
const AssociateNetworkSettingsCommand_1 = require("./commands/AssociateNetworkSettingsCommand");
|
|
8
|
-
const AssociateTrustStoreCommand_1 = require("./commands/AssociateTrustStoreCommand");
|
|
9
|
-
const AssociateUserAccessLoggingSettingsCommand_1 = require("./commands/AssociateUserAccessLoggingSettingsCommand");
|
|
10
|
-
const AssociateUserSettingsCommand_1 = require("./commands/AssociateUserSettingsCommand");
|
|
11
|
-
const CreateBrowserSettingsCommand_1 = require("./commands/CreateBrowserSettingsCommand");
|
|
12
|
-
const CreateIdentityProviderCommand_1 = require("./commands/CreateIdentityProviderCommand");
|
|
13
|
-
const CreateIpAccessSettingsCommand_1 = require("./commands/CreateIpAccessSettingsCommand");
|
|
14
|
-
const CreateNetworkSettingsCommand_1 = require("./commands/CreateNetworkSettingsCommand");
|
|
15
|
-
const CreatePortalCommand_1 = require("./commands/CreatePortalCommand");
|
|
16
|
-
const CreateTrustStoreCommand_1 = require("./commands/CreateTrustStoreCommand");
|
|
17
|
-
const CreateUserAccessLoggingSettingsCommand_1 = require("./commands/CreateUserAccessLoggingSettingsCommand");
|
|
18
|
-
const CreateUserSettingsCommand_1 = require("./commands/CreateUserSettingsCommand");
|
|
19
|
-
const DeleteBrowserSettingsCommand_1 = require("./commands/DeleteBrowserSettingsCommand");
|
|
20
|
-
const DeleteIdentityProviderCommand_1 = require("./commands/DeleteIdentityProviderCommand");
|
|
21
|
-
const DeleteIpAccessSettingsCommand_1 = require("./commands/DeleteIpAccessSettingsCommand");
|
|
22
|
-
const DeleteNetworkSettingsCommand_1 = require("./commands/DeleteNetworkSettingsCommand");
|
|
23
|
-
const DeletePortalCommand_1 = require("./commands/DeletePortalCommand");
|
|
24
|
-
const DeleteTrustStoreCommand_1 = require("./commands/DeleteTrustStoreCommand");
|
|
25
|
-
const DeleteUserAccessLoggingSettingsCommand_1 = require("./commands/DeleteUserAccessLoggingSettingsCommand");
|
|
26
|
-
const DeleteUserSettingsCommand_1 = require("./commands/DeleteUserSettingsCommand");
|
|
27
|
-
const DisassociateBrowserSettingsCommand_1 = require("./commands/DisassociateBrowserSettingsCommand");
|
|
28
|
-
const DisassociateIpAccessSettingsCommand_1 = require("./commands/DisassociateIpAccessSettingsCommand");
|
|
29
|
-
const DisassociateNetworkSettingsCommand_1 = require("./commands/DisassociateNetworkSettingsCommand");
|
|
30
|
-
const DisassociateTrustStoreCommand_1 = require("./commands/DisassociateTrustStoreCommand");
|
|
31
|
-
const DisassociateUserAccessLoggingSettingsCommand_1 = require("./commands/DisassociateUserAccessLoggingSettingsCommand");
|
|
32
|
-
const DisassociateUserSettingsCommand_1 = require("./commands/DisassociateUserSettingsCommand");
|
|
33
|
-
const GetBrowserSettingsCommand_1 = require("./commands/GetBrowserSettingsCommand");
|
|
34
|
-
const GetIdentityProviderCommand_1 = require("./commands/GetIdentityProviderCommand");
|
|
35
|
-
const GetIpAccessSettingsCommand_1 = require("./commands/GetIpAccessSettingsCommand");
|
|
36
|
-
const GetNetworkSettingsCommand_1 = require("./commands/GetNetworkSettingsCommand");
|
|
37
|
-
const GetPortalCommand_1 = require("./commands/GetPortalCommand");
|
|
38
|
-
const GetPortalServiceProviderMetadataCommand_1 = require("./commands/GetPortalServiceProviderMetadataCommand");
|
|
39
|
-
const GetTrustStoreCertificateCommand_1 = require("./commands/GetTrustStoreCertificateCommand");
|
|
40
|
-
const GetTrustStoreCommand_1 = require("./commands/GetTrustStoreCommand");
|
|
41
|
-
const GetUserAccessLoggingSettingsCommand_1 = require("./commands/GetUserAccessLoggingSettingsCommand");
|
|
42
|
-
const GetUserSettingsCommand_1 = require("./commands/GetUserSettingsCommand");
|
|
43
|
-
const ListBrowserSettingsCommand_1 = require("./commands/ListBrowserSettingsCommand");
|
|
44
|
-
const ListIdentityProvidersCommand_1 = require("./commands/ListIdentityProvidersCommand");
|
|
45
|
-
const ListIpAccessSettingsCommand_1 = require("./commands/ListIpAccessSettingsCommand");
|
|
46
|
-
const ListNetworkSettingsCommand_1 = require("./commands/ListNetworkSettingsCommand");
|
|
47
|
-
const ListPortalsCommand_1 = require("./commands/ListPortalsCommand");
|
|
48
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
49
|
-
const ListTrustStoreCertificatesCommand_1 = require("./commands/ListTrustStoreCertificatesCommand");
|
|
50
|
-
const ListTrustStoresCommand_1 = require("./commands/ListTrustStoresCommand");
|
|
51
|
-
const ListUserAccessLoggingSettingsCommand_1 = require("./commands/ListUserAccessLoggingSettingsCommand");
|
|
52
|
-
const ListUserSettingsCommand_1 = require("./commands/ListUserSettingsCommand");
|
|
53
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
54
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
55
|
-
const UpdateBrowserSettingsCommand_1 = require("./commands/UpdateBrowserSettingsCommand");
|
|
56
|
-
const UpdateIdentityProviderCommand_1 = require("./commands/UpdateIdentityProviderCommand");
|
|
57
|
-
const UpdateIpAccessSettingsCommand_1 = require("./commands/UpdateIpAccessSettingsCommand");
|
|
58
|
-
const UpdateNetworkSettingsCommand_1 = require("./commands/UpdateNetworkSettingsCommand");
|
|
59
|
-
const UpdatePortalCommand_1 = require("./commands/UpdatePortalCommand");
|
|
60
|
-
const UpdateTrustStoreCommand_1 = require("./commands/UpdateTrustStoreCommand");
|
|
61
|
-
const UpdateUserAccessLoggingSettingsCommand_1 = require("./commands/UpdateUserAccessLoggingSettingsCommand");
|
|
62
|
-
const UpdateUserSettingsCommand_1 = require("./commands/UpdateUserSettingsCommand");
|
|
63
|
-
const WorkSpacesWebClient_1 = require("./WorkSpacesWebClient");
|
|
64
|
-
const commands = {
|
|
65
|
-
AssociateBrowserSettingsCommand: AssociateBrowserSettingsCommand_1.AssociateBrowserSettingsCommand,
|
|
66
|
-
AssociateIpAccessSettingsCommand: AssociateIpAccessSettingsCommand_1.AssociateIpAccessSettingsCommand,
|
|
67
|
-
AssociateNetworkSettingsCommand: AssociateNetworkSettingsCommand_1.AssociateNetworkSettingsCommand,
|
|
68
|
-
AssociateTrustStoreCommand: AssociateTrustStoreCommand_1.AssociateTrustStoreCommand,
|
|
69
|
-
AssociateUserAccessLoggingSettingsCommand: AssociateUserAccessLoggingSettingsCommand_1.AssociateUserAccessLoggingSettingsCommand,
|
|
70
|
-
AssociateUserSettingsCommand: AssociateUserSettingsCommand_1.AssociateUserSettingsCommand,
|
|
71
|
-
CreateBrowserSettingsCommand: CreateBrowserSettingsCommand_1.CreateBrowserSettingsCommand,
|
|
72
|
-
CreateIdentityProviderCommand: CreateIdentityProviderCommand_1.CreateIdentityProviderCommand,
|
|
73
|
-
CreateIpAccessSettingsCommand: CreateIpAccessSettingsCommand_1.CreateIpAccessSettingsCommand,
|
|
74
|
-
CreateNetworkSettingsCommand: CreateNetworkSettingsCommand_1.CreateNetworkSettingsCommand,
|
|
75
|
-
CreatePortalCommand: CreatePortalCommand_1.CreatePortalCommand,
|
|
76
|
-
CreateTrustStoreCommand: CreateTrustStoreCommand_1.CreateTrustStoreCommand,
|
|
77
|
-
CreateUserAccessLoggingSettingsCommand: CreateUserAccessLoggingSettingsCommand_1.CreateUserAccessLoggingSettingsCommand,
|
|
78
|
-
CreateUserSettingsCommand: CreateUserSettingsCommand_1.CreateUserSettingsCommand,
|
|
79
|
-
DeleteBrowserSettingsCommand: DeleteBrowserSettingsCommand_1.DeleteBrowserSettingsCommand,
|
|
80
|
-
DeleteIdentityProviderCommand: DeleteIdentityProviderCommand_1.DeleteIdentityProviderCommand,
|
|
81
|
-
DeleteIpAccessSettingsCommand: DeleteIpAccessSettingsCommand_1.DeleteIpAccessSettingsCommand,
|
|
82
|
-
DeleteNetworkSettingsCommand: DeleteNetworkSettingsCommand_1.DeleteNetworkSettingsCommand,
|
|
83
|
-
DeletePortalCommand: DeletePortalCommand_1.DeletePortalCommand,
|
|
84
|
-
DeleteTrustStoreCommand: DeleteTrustStoreCommand_1.DeleteTrustStoreCommand,
|
|
85
|
-
DeleteUserAccessLoggingSettingsCommand: DeleteUserAccessLoggingSettingsCommand_1.DeleteUserAccessLoggingSettingsCommand,
|
|
86
|
-
DeleteUserSettingsCommand: DeleteUserSettingsCommand_1.DeleteUserSettingsCommand,
|
|
87
|
-
DisassociateBrowserSettingsCommand: DisassociateBrowserSettingsCommand_1.DisassociateBrowserSettingsCommand,
|
|
88
|
-
DisassociateIpAccessSettingsCommand: DisassociateIpAccessSettingsCommand_1.DisassociateIpAccessSettingsCommand,
|
|
89
|
-
DisassociateNetworkSettingsCommand: DisassociateNetworkSettingsCommand_1.DisassociateNetworkSettingsCommand,
|
|
90
|
-
DisassociateTrustStoreCommand: DisassociateTrustStoreCommand_1.DisassociateTrustStoreCommand,
|
|
91
|
-
DisassociateUserAccessLoggingSettingsCommand: DisassociateUserAccessLoggingSettingsCommand_1.DisassociateUserAccessLoggingSettingsCommand,
|
|
92
|
-
DisassociateUserSettingsCommand: DisassociateUserSettingsCommand_1.DisassociateUserSettingsCommand,
|
|
93
|
-
GetBrowserSettingsCommand: GetBrowserSettingsCommand_1.GetBrowserSettingsCommand,
|
|
94
|
-
GetIdentityProviderCommand: GetIdentityProviderCommand_1.GetIdentityProviderCommand,
|
|
95
|
-
GetIpAccessSettingsCommand: GetIpAccessSettingsCommand_1.GetIpAccessSettingsCommand,
|
|
96
|
-
GetNetworkSettingsCommand: GetNetworkSettingsCommand_1.GetNetworkSettingsCommand,
|
|
97
|
-
GetPortalCommand: GetPortalCommand_1.GetPortalCommand,
|
|
98
|
-
GetPortalServiceProviderMetadataCommand: GetPortalServiceProviderMetadataCommand_1.GetPortalServiceProviderMetadataCommand,
|
|
99
|
-
GetTrustStoreCommand: GetTrustStoreCommand_1.GetTrustStoreCommand,
|
|
100
|
-
GetTrustStoreCertificateCommand: GetTrustStoreCertificateCommand_1.GetTrustStoreCertificateCommand,
|
|
101
|
-
GetUserAccessLoggingSettingsCommand: GetUserAccessLoggingSettingsCommand_1.GetUserAccessLoggingSettingsCommand,
|
|
102
|
-
GetUserSettingsCommand: GetUserSettingsCommand_1.GetUserSettingsCommand,
|
|
103
|
-
ListBrowserSettingsCommand: ListBrowserSettingsCommand_1.ListBrowserSettingsCommand,
|
|
104
|
-
ListIdentityProvidersCommand: ListIdentityProvidersCommand_1.ListIdentityProvidersCommand,
|
|
105
|
-
ListIpAccessSettingsCommand: ListIpAccessSettingsCommand_1.ListIpAccessSettingsCommand,
|
|
106
|
-
ListNetworkSettingsCommand: ListNetworkSettingsCommand_1.ListNetworkSettingsCommand,
|
|
107
|
-
ListPortalsCommand: ListPortalsCommand_1.ListPortalsCommand,
|
|
108
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
109
|
-
ListTrustStoreCertificatesCommand: ListTrustStoreCertificatesCommand_1.ListTrustStoreCertificatesCommand,
|
|
110
|
-
ListTrustStoresCommand: ListTrustStoresCommand_1.ListTrustStoresCommand,
|
|
111
|
-
ListUserAccessLoggingSettingsCommand: ListUserAccessLoggingSettingsCommand_1.ListUserAccessLoggingSettingsCommand,
|
|
112
|
-
ListUserSettingsCommand: ListUserSettingsCommand_1.ListUserSettingsCommand,
|
|
113
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
114
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
115
|
-
UpdateBrowserSettingsCommand: UpdateBrowserSettingsCommand_1.UpdateBrowserSettingsCommand,
|
|
116
|
-
UpdateIdentityProviderCommand: UpdateIdentityProviderCommand_1.UpdateIdentityProviderCommand,
|
|
117
|
-
UpdateIpAccessSettingsCommand: UpdateIpAccessSettingsCommand_1.UpdateIpAccessSettingsCommand,
|
|
118
|
-
UpdateNetworkSettingsCommand: UpdateNetworkSettingsCommand_1.UpdateNetworkSettingsCommand,
|
|
119
|
-
UpdatePortalCommand: UpdatePortalCommand_1.UpdatePortalCommand,
|
|
120
|
-
UpdateTrustStoreCommand: UpdateTrustStoreCommand_1.UpdateTrustStoreCommand,
|
|
121
|
-
UpdateUserAccessLoggingSettingsCommand: UpdateUserAccessLoggingSettingsCommand_1.UpdateUserAccessLoggingSettingsCommand,
|
|
122
|
-
UpdateUserSettingsCommand: UpdateUserSettingsCommand_1.UpdateUserSettingsCommand,
|
|
123
|
-
};
|
|
124
|
-
class WorkSpacesWeb extends WorkSpacesWebClient_1.WorkSpacesWebClient {
|
|
125
|
-
}
|
|
126
|
-
exports.WorkSpacesWeb = WorkSpacesWeb;
|
|
127
|
-
(0, smithy_client_1.createAggregatedClient)(commands, WorkSpacesWeb);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WorkSpacesWebClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class WorkSpacesWebClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.WorkSpacesWebClient = WorkSpacesWebClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateBrowserSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateBrowserSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSErmineControlPlaneService", "AssociateBrowserSettings", {})
|
|
22
|
-
.n("WorkSpacesWebClient", "AssociateBrowserSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateBrowserSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateBrowserSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateBrowserSettingsCommand = AssociateBrowserSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateIpAccessSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSErmineControlPlaneService", "AssociateIpAccessSettings", {})
|
|
22
|
-
.n("WorkSpacesWebClient", "AssociateIpAccessSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateIpAccessSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateIpAccessSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateIpAccessSettingsCommand = AssociateIpAccessSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateNetworkSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateNetworkSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSErmineControlPlaneService", "AssociateNetworkSettings", {})
|
|
22
|
-
.n("WorkSpacesWebClient", "AssociateNetworkSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateNetworkSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateNetworkSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateNetworkSettingsCommand = AssociateNetworkSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateTrustStoreCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateTrustStoreCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSErmineControlPlaneService", "AssociateTrustStore", {})
|
|
22
|
-
.n("WorkSpacesWebClient", "AssociateTrustStoreCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateTrustStoreCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateTrustStoreCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateTrustStoreCommand = AssociateTrustStoreCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateUserAccessLoggingSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateUserAccessLoggingSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSErmineControlPlaneService", "AssociateUserAccessLoggingSettings", {})
|
|
22
|
-
.n("WorkSpacesWebClient", "AssociateUserAccessLoggingSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateUserAccessLoggingSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateUserAccessLoggingSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateUserAccessLoggingSettingsCommand = AssociateUserAccessLoggingSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateUserSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateUserSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSErmineControlPlaneService", "AssociateUserSettings", {})
|
|
22
|
-
.n("WorkSpacesWebClient", "AssociateUserSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateUserSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateUserSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateUserSettingsCommand = AssociateUserSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBrowserSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateBrowserSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateBrowserSettings", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateBrowserSettingsCommand")
|
|
24
|
-
.f(models_0_1.CreateBrowserSettingsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateBrowserSettingsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateBrowserSettingsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateBrowserSettingsCommand = CreateBrowserSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateIdentityProviderCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateIdentityProviderCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateIdentityProvider", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateIdentityProviderCommand")
|
|
24
|
-
.f(models_0_1.CreateIdentityProviderRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateIdentityProviderCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateIdentityProviderCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateIdentityProviderCommand = CreateIdentityProviderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateIpAccessSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateIpAccessSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateIpAccessSettings", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateIpAccessSettingsCommand")
|
|
24
|
-
.f(models_0_1.CreateIpAccessSettingsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateIpAccessSettingsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateIpAccessSettingsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateIpAccessSettingsCommand = CreateIpAccessSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateNetworkSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateNetworkSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateNetworkSettings", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateNetworkSettingsCommand")
|
|
24
|
-
.f(models_0_1.CreateNetworkSettingsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateNetworkSettingsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateNetworkSettingsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateNetworkSettingsCommand = CreateNetworkSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePortalCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreatePortalCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreatePortal", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreatePortalCommand")
|
|
24
|
-
.f(models_0_1.CreatePortalRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreatePortalCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreatePortalCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreatePortalCommand = CreatePortalCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTrustStoreCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateTrustStoreCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateTrustStore", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateTrustStoreCommand")
|
|
24
|
-
.f(models_0_1.CreateTrustStoreRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateTrustStoreCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateTrustStoreCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateTrustStoreCommand = CreateTrustStoreCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateUserAccessLoggingSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateUserAccessLoggingSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateUserAccessLoggingSettings", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateUserAccessLoggingSettingsCommand")
|
|
24
|
-
.f(models_0_1.CreateUserAccessLoggingSettingsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateUserAccessLoggingSettingsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateUserAccessLoggingSettingsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateUserAccessLoggingSettingsCommand = CreateUserAccessLoggingSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateUserSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateUserSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSErmineControlPlaneService", "CreateUserSettings", {})
|
|
23
|
-
.n("WorkSpacesWebClient", "CreateUserSettingsCommand")
|
|
24
|
-
.f(models_0_1.CreateUserSettingsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateUserSettingsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateUserSettingsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateUserSettingsCommand = CreateUserSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|