@aws-sdk/client-workspaces-web 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +231 -901
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/AssociateTrustStoreCommand.js +2 -14
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/AssociateUserSettingsCommand.js +2 -14
- package/dist-es/commands/CreateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/CreateIdentityProviderCommand.js +2 -14
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/CreateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/CreatePortalCommand.js +2 -14
- package/dist-es/commands/CreateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -14
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/CreateUserSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/DeletePortalCommand.js +2 -14
- package/dist-es/commands/DeleteSessionLoggerCommand.js +2 -14
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -14
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/DeleteUserSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/DisassociateTrustStoreCommand.js +2 -14
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/DisassociateUserSettingsCommand.js +2 -14
- package/dist-es/commands/ExpireSessionCommand.js +2 -14
- package/dist-es/commands/GetBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/GetIdentityProviderCommand.js +2 -14
- package/dist-es/commands/GetIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/GetNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/GetPortalCommand.js +2 -14
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/GetSessionLoggerCommand.js +2 -14
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +2 -14
- package/dist-es/commands/GetTrustStoreCommand.js +2 -14
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/GetUserSettingsCommand.js +2 -14
- package/dist-es/commands/ListBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/ListIdentityProvidersCommand.js +2 -14
- package/dist-es/commands/ListIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/ListNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/ListPortalsCommand.js +2 -14
- package/dist-es/commands/ListSessionLoggersCommand.js +2 -14
- package/dist-es/commands/ListSessionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +2 -14
- package/dist-es/commands/ListTrustStoresCommand.js +2 -14
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/ListUserSettingsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +2 -14
- package/dist-es/commands/UpdatePortalCommand.js +2 -14
- package/dist-es/commands/UpdateSessionLoggerCommand.js +2 -14
- package/dist-es/commands/UpdateTrustStoreCommand.js +2 -14
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateUserSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreatePortalCommand.d.ts +3 -8
- package/dist-types/commands/CreateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeletePortalCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ExpireSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetPortalCommand.d.ts +3 -8
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListPortalsCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionLoggersCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +3 -8
- package/dist-types/commands/ListTrustStoresCommand.d.ts +3 -8
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePortalCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataProtectionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSErmineControlPlaneService", "WorkSpacesWebClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateBrowserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateBrowserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateBrowserSettingsCommand")
|
|
14
|
-
.sc(AssociateBrowserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateBrowserSettingsCommand extends command(_ep0, _mw0, "AssociateBrowserSettings", AssociateBrowserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateDataProtectionSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateDataProtectionSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateDataProtectionSettingsCommand")
|
|
14
|
-
.sc(AssociateDataProtectionSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateDataProtectionSettingsCommand extends command(_ep0, _mw0, "AssociateDataProtectionSettings", AssociateDataProtectionSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateIpAccessSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateIpAccessSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateIpAccessSettingsCommand")
|
|
14
|
-
.sc(AssociateIpAccessSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateIpAccessSettingsCommand extends command(_ep0, _mw0, "AssociateIpAccessSettings", AssociateIpAccessSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateNetworkSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateNetworkSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateNetworkSettingsCommand")
|
|
14
|
-
.sc(AssociateNetworkSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateNetworkSettingsCommand extends command(_ep0, _mw0, "AssociateNetworkSettings", AssociateNetworkSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateSessionLogger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateSessionLoggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateSessionLogger", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateSessionLoggerCommand")
|
|
14
|
-
.sc(AssociateSessionLogger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateSessionLoggerCommand extends command(_ep0, _mw0, "AssociateSessionLogger", AssociateSessionLogger$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateTrustStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateTrustStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateTrustStore", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateTrustStoreCommand")
|
|
14
|
-
.sc(AssociateTrustStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateTrustStoreCommand extends command(_ep0, _mw0, "AssociateTrustStore", AssociateTrustStore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateUserAccessLoggingSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateUserAccessLoggingSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(AssociateUserAccessLoggingSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "AssociateUserAccessLoggingSettings", AssociateUserAccessLoggingSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateUserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateUserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "AssociateUserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "AssociateUserSettingsCommand")
|
|
14
|
-
.sc(AssociateUserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateUserSettingsCommand extends command(_ep0, _mw0, "AssociateUserSettings", AssociateUserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateBrowserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateBrowserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateBrowserSettingsCommand")
|
|
14
|
-
.sc(CreateBrowserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateBrowserSettingsCommand extends command(_ep0, _mw0, "CreateBrowserSettings", CreateBrowserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataProtectionSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateDataProtectionSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateDataProtectionSettingsCommand")
|
|
14
|
-
.sc(CreateDataProtectionSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataProtectionSettingsCommand extends command(_ep0, _mw0, "CreateDataProtectionSettings", CreateDataProtectionSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateIdentityProvider$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIdentityProviderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateIdentityProvider", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateIdentityProviderCommand")
|
|
14
|
-
.sc(CreateIdentityProvider$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIdentityProviderCommand extends command(_ep0, _mw0, "CreateIdentityProvider", CreateIdentityProvider$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIpAccessSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateIpAccessSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateIpAccessSettingsCommand")
|
|
14
|
-
.sc(CreateIpAccessSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIpAccessSettingsCommand extends command(_ep0, _mw0, "CreateIpAccessSettings", CreateIpAccessSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateNetworkSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateNetworkSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateNetworkSettingsCommand")
|
|
14
|
-
.sc(CreateNetworkSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateNetworkSettingsCommand extends command(_ep0, _mw0, "CreateNetworkSettings", CreateNetworkSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePortal$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePortalCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreatePortal", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreatePortalCommand")
|
|
14
|
-
.sc(CreatePortal$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePortalCommand extends command(_ep0, _mw0, "CreatePortal", CreatePortal$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSessionLogger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSessionLoggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateSessionLogger", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateSessionLoggerCommand")
|
|
14
|
-
.sc(CreateSessionLogger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSessionLoggerCommand extends command(_ep0, _mw0, "CreateSessionLogger", CreateSessionLogger$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateTrustStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTrustStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateTrustStore", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateTrustStoreCommand")
|
|
14
|
-
.sc(CreateTrustStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTrustStoreCommand extends command(_ep0, _mw0, "CreateTrustStore", CreateTrustStore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateUserAccessLoggingSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateUserAccessLoggingSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(CreateUserAccessLoggingSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "CreateUserAccessLoggingSettings", CreateUserAccessLoggingSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateUserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateUserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "CreateUserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "CreateUserSettingsCommand")
|
|
14
|
-
.sc(CreateUserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateUserSettingsCommand extends command(_ep0, _mw0, "CreateUserSettings", CreateUserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBrowserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteBrowserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteBrowserSettingsCommand")
|
|
14
|
-
.sc(DeleteBrowserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBrowserSettingsCommand extends command(_ep0, _mw0, "DeleteBrowserSettings", DeleteBrowserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataProtectionSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteDataProtectionSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteDataProtectionSettingsCommand")
|
|
14
|
-
.sc(DeleteDataProtectionSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataProtectionSettingsCommand extends command(_ep0, _mw0, "DeleteDataProtectionSettings", DeleteDataProtectionSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIdentityProvider$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdentityProviderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteIdentityProvider", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteIdentityProviderCommand")
|
|
14
|
-
.sc(DeleteIdentityProvider$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdentityProviderCommand extends command(_ep0, _mw0, "DeleteIdentityProvider", DeleteIdentityProvider$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIpAccessSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteIpAccessSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteIpAccessSettingsCommand")
|
|
14
|
-
.sc(DeleteIpAccessSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIpAccessSettingsCommand extends command(_ep0, _mw0, "DeleteIpAccessSettings", DeleteIpAccessSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteNetworkSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteNetworkSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteNetworkSettingsCommand")
|
|
14
|
-
.sc(DeleteNetworkSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteNetworkSettingsCommand extends command(_ep0, _mw0, "DeleteNetworkSettings", DeleteNetworkSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePortal$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePortalCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeletePortal", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeletePortalCommand")
|
|
14
|
-
.sc(DeletePortal$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePortalCommand extends command(_ep0, _mw0, "DeletePortal", DeletePortal$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSessionLogger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSessionLoggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteSessionLogger", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteSessionLoggerCommand")
|
|
14
|
-
.sc(DeleteSessionLogger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSessionLoggerCommand extends command(_ep0, _mw0, "DeleteSessionLogger", DeleteSessionLogger$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTrustStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTrustStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteTrustStore", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteTrustStoreCommand")
|
|
14
|
-
.sc(DeleteTrustStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTrustStoreCommand extends command(_ep0, _mw0, "DeleteTrustStore", DeleteTrustStore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteUserAccessLoggingSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteUserAccessLoggingSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(DeleteUserAccessLoggingSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "DeleteUserAccessLoggingSettings", DeleteUserAccessLoggingSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteUserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteUserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DeleteUserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DeleteUserSettingsCommand")
|
|
14
|
-
.sc(DeleteUserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteUserSettingsCommand extends command(_ep0, _mw0, "DeleteUserSettings", DeleteUserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateBrowserSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DisassociateBrowserSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DisassociateBrowserSettingsCommand")
|
|
14
|
-
.sc(DisassociateBrowserSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateBrowserSettingsCommand extends command(_ep0, _mw0, "DisassociateBrowserSettings", DisassociateBrowserSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateDataProtectionSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DisassociateDataProtectionSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DisassociateDataProtectionSettingsCommand")
|
|
14
|
-
.sc(DisassociateDataProtectionSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateDataProtectionSettingsCommand extends command(_ep0, _mw0, "DisassociateDataProtectionSettings", DisassociateDataProtectionSettings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateIpAccessSettingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSErmineControlPlaneService", "DisassociateIpAccessSettings", {})
|
|
13
|
-
.n("WorkSpacesWebClient", "DisassociateIpAccessSettingsCommand")
|
|
14
|
-
.sc(DisassociateIpAccessSettings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateIpAccessSettingsCommand extends command(_ep0, _mw0, "DisassociateIpAccessSettings", DisassociateIpAccessSettings$) {
|
|
16
4
|
}
|