@aws-sdk/client-workspaces-web 3.952.0 → 3.953.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 +903 -602
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/AssociateSessionLoggerCommand.js +2 -2
- package/dist-es/commands/AssociateTrustStoreCommand.js +2 -2
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/AssociateUserSettingsCommand.js +2 -2
- package/dist-es/commands/CreateBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/CreateIdentityProviderCommand.js +2 -2
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/CreateNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/CreatePortalCommand.js +2 -2
- package/dist-es/commands/CreateSessionLoggerCommand.js +2 -2
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/CreateUserSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -2
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/DeletePortalCommand.js +2 -2
- package/dist-es/commands/DeleteSessionLoggerCommand.js +2 -2
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteUserSettingsCommand.js +2 -2
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +2 -2
- package/dist-es/commands/DisassociateTrustStoreCommand.js +2 -2
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/DisassociateUserSettingsCommand.js +2 -2
- package/dist-es/commands/ExpireSessionCommand.js +2 -2
- package/dist-es/commands/GetBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/GetIdentityProviderCommand.js +2 -2
- package/dist-es/commands/GetIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/GetNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/GetPortalCommand.js +2 -2
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/GetSessionLoggerCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCommand.js +2 -2
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/GetUserSettingsCommand.js +2 -2
- package/dist-es/commands/ListBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/ListIdentityProvidersCommand.js +2 -2
- package/dist-es/commands/ListIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/ListNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/ListPortalsCommand.js +2 -2
- package/dist-es/commands/ListSessionLoggersCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +2 -2
- package/dist-es/commands/ListTrustStoresCommand.js +2 -2
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/ListUserSettingsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -2
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +2 -2
- package/dist-es/commands/UpdatePortalCommand.js +2 -2
- package/dist-es/commands/UpdateSessionLoggerCommand.js +2 -2
- package/dist-es/commands/UpdateTrustStoreCommand.js +2 -2
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateUserSettingsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +564 -542
- package/dist-types/WorkSpacesWebClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +280 -339
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +279 -341
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.workspacesweb",
|
|
32
|
+
version: "2020-07-08",
|
|
33
|
+
serviceTarget: "AWSErmineControlPlaneService",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "WorkSpaces Web",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateBrowserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateBrowserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateBrowserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateBrowserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateBrowserSettingsCommand")
|
|
14
|
-
.sc(AssociateBrowserSettings)
|
|
14
|
+
.sc(AssociateBrowserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateDataProtectionSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateDataProtectionSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateDataProtectionSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateDataProtectionSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateDataProtectionSettingsCommand")
|
|
14
|
-
.sc(AssociateDataProtectionSettings)
|
|
14
|
+
.sc(AssociateDataProtectionSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateIpAccessSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateIpAccessSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateIpAccessSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateIpAccessSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateIpAccessSettingsCommand")
|
|
14
|
-
.sc(AssociateIpAccessSettings)
|
|
14
|
+
.sc(AssociateIpAccessSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateNetworkSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateNetworkSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateNetworkSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateNetworkSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateNetworkSettingsCommand")
|
|
14
|
-
.sc(AssociateNetworkSettings)
|
|
14
|
+
.sc(AssociateNetworkSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateSessionLogger } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateSessionLogger$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateSessionLoggerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateSessionLoggerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateSessionLogger", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateSessionLoggerCommand")
|
|
14
|
-
.sc(AssociateSessionLogger)
|
|
14
|
+
.sc(AssociateSessionLogger$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateTrustStore", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateTrustStoreCommand")
|
|
14
|
-
.sc(AssociateTrustStore)
|
|
14
|
+
.sc(AssociateTrustStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateUserAccessLoggingSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateUserAccessLoggingSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateUserAccessLoggingSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateUserAccessLoggingSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(AssociateUserAccessLoggingSettings)
|
|
14
|
+
.sc(AssociateUserAccessLoggingSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateUserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateUserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateUserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateUserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "AssociateUserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "AssociateUserSettingsCommand")
|
|
14
|
-
.sc(AssociateUserSettings)
|
|
14
|
+
.sc(AssociateUserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBrowserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBrowserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBrowserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateBrowserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateBrowserSettingsCommand")
|
|
14
|
-
.sc(CreateBrowserSettings)
|
|
14
|
+
.sc(CreateBrowserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDataProtectionSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDataProtectionSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDataProtectionSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateDataProtectionSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateDataProtectionSettingsCommand")
|
|
14
|
-
.sc(CreateDataProtectionSettings)
|
|
14
|
+
.sc(CreateDataProtectionSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateIdentityProvider } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateIdentityProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateIdentityProviderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateIdentityProviderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateIdentityProvider", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateIdentityProviderCommand")
|
|
14
|
-
.sc(CreateIdentityProvider)
|
|
14
|
+
.sc(CreateIdentityProvider$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateIpAccessSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateIpAccessSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateIpAccessSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateIpAccessSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateIpAccessSettingsCommand")
|
|
14
|
-
.sc(CreateIpAccessSettings)
|
|
14
|
+
.sc(CreateIpAccessSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateNetworkSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateNetworkSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateNetworkSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateNetworkSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateNetworkSettingsCommand")
|
|
14
|
-
.sc(CreateNetworkSettings)
|
|
14
|
+
.sc(CreateNetworkSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreatePortal } from "../schemas/schemas_0";
|
|
4
|
+
import { CreatePortal$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreatePortalCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreatePortalCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreatePortal", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreatePortalCommand")
|
|
14
|
-
.sc(CreatePortal)
|
|
14
|
+
.sc(CreatePortal$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSessionLogger } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSessionLogger$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSessionLoggerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSessionLoggerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateSessionLogger", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateSessionLoggerCommand")
|
|
14
|
-
.sc(CreateSessionLogger)
|
|
14
|
+
.sc(CreateSessionLogger$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateTrustStore", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateTrustStoreCommand")
|
|
14
|
-
.sc(CreateTrustStore)
|
|
14
|
+
.sc(CreateTrustStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateUserAccessLoggingSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateUserAccessLoggingSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateUserAccessLoggingSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateUserAccessLoggingSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(CreateUserAccessLoggingSettings)
|
|
14
|
+
.sc(CreateUserAccessLoggingSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateUserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateUserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateUserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateUserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "CreateUserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "CreateUserSettingsCommand")
|
|
14
|
-
.sc(CreateUserSettings)
|
|
14
|
+
.sc(CreateUserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteBrowserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBrowserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBrowserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteBrowserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteBrowserSettingsCommand")
|
|
14
|
-
.sc(DeleteBrowserSettings)
|
|
14
|
+
.sc(DeleteBrowserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteDataProtectionSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDataProtectionSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDataProtectionSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteDataProtectionSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteDataProtectionSettingsCommand")
|
|
14
|
-
.sc(DeleteDataProtectionSettings)
|
|
14
|
+
.sc(DeleteDataProtectionSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteIdentityProvider } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteIdentityProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteIdentityProviderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteIdentityProviderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteIdentityProvider", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteIdentityProviderCommand")
|
|
14
|
-
.sc(DeleteIdentityProvider)
|
|
14
|
+
.sc(DeleteIdentityProvider$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteIpAccessSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteIpAccessSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteIpAccessSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteIpAccessSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteIpAccessSettingsCommand")
|
|
14
|
-
.sc(DeleteIpAccessSettings)
|
|
14
|
+
.sc(DeleteIpAccessSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteNetworkSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteNetworkSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteNetworkSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteNetworkSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteNetworkSettingsCommand")
|
|
14
|
-
.sc(DeleteNetworkSettings)
|
|
14
|
+
.sc(DeleteNetworkSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePortal } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePortal$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePortalCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePortalCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeletePortal", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeletePortalCommand")
|
|
14
|
-
.sc(DeletePortal)
|
|
14
|
+
.sc(DeletePortal$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSessionLogger } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSessionLogger$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSessionLoggerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSessionLoggerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteSessionLogger", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteSessionLoggerCommand")
|
|
14
|
-
.sc(DeleteSessionLogger)
|
|
14
|
+
.sc(DeleteSessionLogger$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteTrustStore", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteTrustStoreCommand")
|
|
14
|
-
.sc(DeleteTrustStore)
|
|
14
|
+
.sc(DeleteTrustStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteUserAccessLoggingSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteUserAccessLoggingSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteUserAccessLoggingSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteUserAccessLoggingSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(DeleteUserAccessLoggingSettings)
|
|
14
|
+
.sc(DeleteUserAccessLoggingSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteUserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteUserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteUserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteUserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DeleteUserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DeleteUserSettingsCommand")
|
|
14
|
-
.sc(DeleteUserSettings)
|
|
14
|
+
.sc(DeleteUserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateBrowserSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateBrowserSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateBrowserSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateBrowserSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateBrowserSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateBrowserSettingsCommand")
|
|
14
|
-
.sc(DisassociateBrowserSettings)
|
|
14
|
+
.sc(DisassociateBrowserSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateDataProtectionSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateDataProtectionSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateDataProtectionSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateDataProtectionSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateDataProtectionSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateDataProtectionSettingsCommand")
|
|
14
|
-
.sc(DisassociateDataProtectionSettings)
|
|
14
|
+
.sc(DisassociateDataProtectionSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateIpAccessSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateIpAccessSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateIpAccessSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateIpAccessSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateIpAccessSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateIpAccessSettingsCommand")
|
|
14
|
-
.sc(DisassociateIpAccessSettings)
|
|
14
|
+
.sc(DisassociateIpAccessSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateNetworkSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateNetworkSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateNetworkSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateNetworkSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateNetworkSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateNetworkSettingsCommand")
|
|
14
|
-
.sc(DisassociateNetworkSettings)
|
|
14
|
+
.sc(DisassociateNetworkSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateSessionLogger } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateSessionLogger$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateSessionLoggerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateSessionLoggerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateSessionLogger", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateSessionLoggerCommand")
|
|
14
|
-
.sc(DisassociateSessionLogger)
|
|
14
|
+
.sc(DisassociateSessionLogger$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateTrustStore } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateTrustStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateTrustStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateTrustStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateTrustStore", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateTrustStoreCommand")
|
|
14
|
-
.sc(DisassociateTrustStore)
|
|
14
|
+
.sc(DisassociateTrustStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateUserAccessLoggingSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateUserAccessLoggingSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateUserAccessLoggingSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateUserAccessLoggingSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSErmineControlPlaneService", "DisassociateUserAccessLoggingSettings", {})
|
|
13
13
|
.n("WorkSpacesWebClient", "DisassociateUserAccessLoggingSettingsCommand")
|
|
14
|
-
.sc(DisassociateUserAccessLoggingSettings)
|
|
14
|
+
.sc(DisassociateUserAccessLoggingSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|