@aws-sdk/client-workspaces-web 3.477.0 → 3.481.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/commands/AssociateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreatePortalCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/CreateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeletePortalCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/GetIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetPortalCommand.js +18 -41
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +18 -41
- package/dist-cjs/commands/GetTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +18 -41
- package/dist-cjs/commands/ListIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListPortalsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +18 -41
- package/dist-cjs/commands/ListTrustStoresCommand.js +18 -41
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListUserSettingsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +18 -41
- package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdatePortalCommand.js +18 -41
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListBrowserSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +2 -24
- package/dist-cjs/pagination/ListIpAccessSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListNetworkSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPortalsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrustStoreCertificatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTrustStoresPaginator.js +2 -24
- package/dist-cjs/pagination/ListUserAccessLoggingSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUserSettingsPaginator.js +2 -24
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateTrustStoreCommand.js +18 -41
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/AssociateUserSettingsCommand.js +18 -41
- package/dist-es/commands/CreateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/CreateIdentityProviderCommand.js +18 -41
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/CreateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/CreatePortalCommand.js +18 -41
- package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/CreateUserSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteIdentityProviderCommand.js +18 -41
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/DeletePortalCommand.js +18 -41
- package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/DeleteUserSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateTrustStoreCommand.js +18 -41
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/DisassociateUserSettingsCommand.js +18 -41
- package/dist-es/commands/GetBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/GetIdentityProviderCommand.js +18 -41
- package/dist-es/commands/GetIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/GetNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/GetPortalCommand.js +18 -41
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +18 -41
- package/dist-es/commands/GetTrustStoreCommand.js +18 -41
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/GetUserSettingsCommand.js +18 -41
- package/dist-es/commands/ListBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/ListIdentityProvidersCommand.js +18 -41
- package/dist-es/commands/ListIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/ListNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/ListPortalsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +18 -41
- package/dist-es/commands/ListTrustStoresCommand.js +18 -41
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/ListUserSettingsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateIdentityProviderCommand.js +18 -41
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +18 -41
- package/dist-es/commands/UpdatePortalCommand.js +18 -41
- package/dist-es/commands/UpdateTrustStoreCommand.js +18 -41
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateUserSettingsCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListBrowserSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +2 -23
- package/dist-es/pagination/ListIpAccessSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListNetworkSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListPortalsPaginator.js +2 -23
- package/dist-es/pagination/ListTrustStoreCertificatesPaginator.js +2 -23
- package/dist-es/pagination/ListTrustStoresPaginator.js +2 -23
- package/dist-es/pagination/ListUserAccessLoggingSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListUserSettingsPaginator.js +2 -23
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreatePortalCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeletePortalCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetPortalCommand.d.ts +6 -21
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +6 -21
- package/dist-types/commands/GetTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +6 -21
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListPortalsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/ListTrustStoresCommand.d.ts +6 -21
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListUserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePortalCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListBrowserSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIpAccessSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworkSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPortalsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustStoreCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserSettingsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIpAccessSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListTrustStoresCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "WorkSpacesWebClient";
|
|
29
|
-
const commandName = "ListTrustStoresCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSErmineControlPlaneService",
|
|
38
|
-
operation: "ListTrustStores",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListTrustStoresCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListTrustStoresCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTrustStoresCommand 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", "ListTrustStores", {})
|
|
22
|
+
.n("WorkSpacesWebClient", "ListTrustStoresCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListTrustStoresCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListTrustStoresCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTrustStoresCommand = ListTrustStoresCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListUserAccessLoggingSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "WorkSpacesWebClient";
|
|
29
|
-
const commandName = "ListUserAccessLoggingSettingsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSErmineControlPlaneService",
|
|
38
|
-
operation: "ListUserAccessLoggingSettings",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListUserAccessLoggingSettingsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListUserAccessLoggingSettingsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListUserAccessLoggingSettingsCommand 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", "ListUserAccessLoggingSettings", {})
|
|
22
|
+
.n("WorkSpacesWebClient", "ListUserAccessLoggingSettingsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListUserAccessLoggingSettingsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListUserAccessLoggingSettingsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListUserAccessLoggingSettingsCommand = ListUserAccessLoggingSettingsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class ListUserSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WorkSpacesWebClient";
|
|
30
|
-
const commandName = "ListUserSettingsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListUserSettingsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSErmineControlPlaneService",
|
|
39
|
-
operation: "ListUserSettings",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_ListUserSettingsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_ListUserSettingsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListUserSettingsCommand 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", "ListUserSettings", {})
|
|
23
|
+
.n("WorkSpacesWebClient", "ListUserSettingsCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListUserSettingsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_ListUserSettingsCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_ListUserSettingsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListUserSettingsCommand = ListUserSettingsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WorkSpacesWebClient";
|
|
30
|
-
const commandName = "TagResourceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSErmineControlPlaneService",
|
|
39
|
-
operation: "TagResource",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class TagResourceCommand 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", "TagResource", {})
|
|
23
|
+
.n("WorkSpacesWebClient", "TagResourceCommand")
|
|
24
|
+
.f(models_0_1.TagResourceRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WorkSpacesWebClient";
|
|
30
|
-
const commandName = "UntagResourceCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSErmineControlPlaneService",
|
|
39
|
-
operation: "UntagResource",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UntagResourceCommand 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", "UntagResource", {})
|
|
23
|
+
.n("WorkSpacesWebClient", "UntagResourceCommand")
|
|
24
|
+
.f(models_0_1.UntagResourceRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateBrowserSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WorkSpacesWebClient";
|
|
30
|
-
const commandName = "UpdateBrowserSettingsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateBrowserSettingsRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.UpdateBrowserSettingsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSErmineControlPlaneService",
|
|
39
|
-
operation: "UpdateBrowserSettings",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateBrowserSettingsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateBrowserSettingsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateBrowserSettingsCommand 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", "UpdateBrowserSettings", {})
|
|
23
|
+
.n("WorkSpacesWebClient", "UpdateBrowserSettingsCommand")
|
|
24
|
+
.f(models_0_1.UpdateBrowserSettingsRequestFilterSensitiveLog, models_0_1.UpdateBrowserSettingsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateBrowserSettingsCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateBrowserSettingsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateBrowserSettingsCommand = UpdateBrowserSettingsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateIdentityProviderCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WorkSpacesWebClient";
|
|
30
|
-
const commandName = "UpdateIdentityProviderCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateIdentityProviderRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.UpdateIdentityProviderResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSErmineControlPlaneService",
|
|
39
|
-
operation: "UpdateIdentityProvider",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateIdentityProviderCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateIdentityProviderCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateIdentityProviderCommand 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", "UpdateIdentityProvider", {})
|
|
23
|
+
.n("WorkSpacesWebClient", "UpdateIdentityProviderCommand")
|
|
24
|
+
.f(models_0_1.UpdateIdentityProviderRequestFilterSensitiveLog, models_0_1.UpdateIdentityProviderResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateIdentityProviderCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateIdentityProviderCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateIdentityProviderCommand = UpdateIdentityProviderCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateIpAccessSettingsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WorkSpacesWebClient";
|
|
30
|
-
const commandName = "UpdateIpAccessSettingsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateIpAccessSettingsRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.UpdateIpAccessSettingsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSErmineControlPlaneService",
|
|
39
|
-
operation: "UpdateIpAccessSettings",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateIpAccessSettingsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateIpAccessSettingsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateIpAccessSettingsCommand 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", "UpdateIpAccessSettings", {})
|
|
23
|
+
.n("WorkSpacesWebClient", "UpdateIpAccessSettingsCommand")
|
|
24
|
+
.f(models_0_1.UpdateIpAccessSettingsRequestFilterSensitiveLog, models_0_1.UpdateIpAccessSettingsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateIpAccessSettingsCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateIpAccessSettingsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateIpAccessSettingsCommand = UpdateIpAccessSettingsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateNetworkSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "WorkSpacesWebClient";
|
|
29
|
-
const commandName = "UpdateNetworkSettingsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSErmineControlPlaneService",
|
|
38
|
-
operation: "UpdateNetworkSettings",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateNetworkSettingsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateNetworkSettingsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateNetworkSettingsCommand 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", "UpdateNetworkSettings", {})
|
|
22
|
+
.n("WorkSpacesWebClient", "UpdateNetworkSettingsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateNetworkSettingsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateNetworkSettingsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateNetworkSettingsCommand = UpdateNetworkSettingsCommand;
|