@aws-sdk/client-workspaces-web 3.928.0 → 3.929.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 +2743 -3261
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/WorkSpacesWebClient.js +2 -0
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateSessionLoggerCommand.js +3 -9
- package/dist-es/commands/AssociateTrustStoreCommand.js +3 -9
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateUserSettingsCommand.js +3 -9
- package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/CreateIdentityProviderCommand.js +3 -10
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -10
- package/dist-es/commands/CreatePortalCommand.js +3 -10
- package/dist-es/commands/CreateSessionLoggerCommand.js +3 -10
- package/dist-es/commands/CreateTrustStoreCommand.js +3 -10
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -10
- package/dist-es/commands/CreateUserSettingsCommand.js +3 -10
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/DeletePortalCommand.js +3 -9
- package/dist-es/commands/DeleteSessionLoggerCommand.js +3 -9
- package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteUserSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +3 -9
- package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -9
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -9
- package/dist-es/commands/ExpireSessionCommand.js +3 -9
- package/dist-es/commands/GetBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/GetIdentityProviderCommand.js +3 -10
- package/dist-es/commands/GetIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/GetNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/GetPortalCommand.js +3 -10
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -9
- package/dist-es/commands/GetSessionCommand.js +3 -10
- package/dist-es/commands/GetSessionLoggerCommand.js +3 -10
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -9
- package/dist-es/commands/GetTrustStoreCommand.js +3 -9
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/GetUserSettingsCommand.js +3 -10
- package/dist-es/commands/ListBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/ListIdentityProvidersCommand.js +3 -10
- package/dist-es/commands/ListIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/ListNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/ListPortalsCommand.js +3 -10
- package/dist-es/commands/ListSessionLoggersCommand.js +3 -10
- package/dist-es/commands/ListSessionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -9
- package/dist-es/commands/ListTrustStoresCommand.js +3 -9
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/ListUserSettingsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -10
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/UpdatePortalCommand.js +3 -10
- package/dist-es/commands/UpdateSessionLoggerCommand.js +3 -10
- package/dist-es/commands/UpdateTrustStoreCommand.js +3 -9
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateUserSettingsCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -344
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2590 -0
- package/dist-types/WorkSpacesWebClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -272
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +324 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -194
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +331 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -2317
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetSessionLoggerCommand, se_GetSessionLoggerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetSessionLogger } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetSessionLoggerCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "GetSessionLogger", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "GetSessionLoggerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetSessionLoggerCommand)
|
|
21
|
-
.de(de_GetSessionLoggerCommand)
|
|
14
|
+
.sc(GetSessionLogger)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetTrustStoreCertificate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetTrustStoreCertificateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "GetTrustStoreCertificate", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "GetTrustStoreCertificateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetTrustStoreCertificateCommand)
|
|
20
|
-
.de(de_GetTrustStoreCertificateCommand)
|
|
14
|
+
.sc(GetTrustStoreCertificate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetTrustStore } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetTrustStoreCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "GetTrustStore", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "GetTrustStoreCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetTrustStoreCommand)
|
|
20
|
-
.de(de_GetTrustStoreCommand)
|
|
14
|
+
.sc(GetTrustStore)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUserAccessLoggingSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUserAccessLoggingSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "GetUserAccessLoggingSettings", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "GetUserAccessLoggingSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUserAccessLoggingSettingsCommand)
|
|
20
|
-
.de(de_GetUserAccessLoggingSettingsCommand)
|
|
14
|
+
.sc(GetUserAccessLoggingSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetUserSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetUserSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "GetUserSettings", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "GetUserSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetUserSettingsCommand)
|
|
21
|
-
.de(de_GetUserSettingsCommand)
|
|
14
|
+
.sc(GetUserSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBrowserSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBrowserSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "ListBrowserSettings", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "ListBrowserSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBrowserSettingsCommand)
|
|
20
|
-
.de(de_ListBrowserSettingsCommand)
|
|
14
|
+
.sc(ListBrowserSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListDataProtectionSettingsCommand, se_ListDataProtectionSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListDataProtectionSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListDataProtectionSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListDataProtectionSettings", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListDataProtectionSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListDataProtectionSettingsCommand)
|
|
21
|
-
.de(de_ListDataProtectionSettingsCommand)
|
|
14
|
+
.sc(ListDataProtectionSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListIdentityProviders } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListIdentityProvidersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListIdentityProviders", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListIdentityProvidersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListIdentityProvidersCommand)
|
|
21
|
-
.de(de_ListIdentityProvidersCommand)
|
|
14
|
+
.sc(ListIdentityProviders)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListIpAccessSettingsCommand, se_ListIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListIpAccessSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListIpAccessSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListIpAccessSettings", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListIpAccessSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListIpAccessSettingsCommand)
|
|
21
|
-
.de(de_ListIpAccessSettingsCommand)
|
|
14
|
+
.sc(ListIpAccessSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListNetworkSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListNetworkSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "ListNetworkSettings", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "ListNetworkSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListNetworkSettingsCommand)
|
|
20
|
-
.de(de_ListNetworkSettingsCommand)
|
|
14
|
+
.sc(ListNetworkSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListPortalsCommand, se_ListPortalsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListPortals } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListPortalsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListPortals", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListPortalsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListPortalsCommand)
|
|
21
|
-
.de(de_ListPortalsCommand)
|
|
14
|
+
.sc(ListPortals)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListSessionLoggersCommand, se_ListSessionLoggersCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListSessionLoggers } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListSessionLoggersCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListSessionLoggers", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListSessionLoggersCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListSessionLoggersCommand)
|
|
21
|
-
.de(de_ListSessionLoggersCommand)
|
|
14
|
+
.sc(ListSessionLoggers)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListSessions } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListSessionsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListSessions", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListSessionsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListSessionsCommand)
|
|
21
|
-
.de(de_ListSessionsCommand)
|
|
14
|
+
.sc(ListSessions)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListTagsForResourceCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListTagsForResource", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListTagsForResourceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListTagsForResourceCommand)
|
|
21
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTrustStoreCertificates } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTrustStoreCertificatesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "ListTrustStoreCertificates", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "ListTrustStoreCertificatesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTrustStoreCertificatesCommand)
|
|
20
|
-
.de(de_ListTrustStoreCertificatesCommand)
|
|
14
|
+
.sc(ListTrustStoreCertificates)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTrustStores } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTrustStoresCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "ListTrustStores", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "ListTrustStoresCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTrustStoresCommand)
|
|
20
|
-
.de(de_ListTrustStoresCommand)
|
|
14
|
+
.sc(ListTrustStores)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListUserAccessLoggingSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListUserAccessLoggingSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSErmineControlPlaneService", "ListUserAccessLoggingSettings", {})
|
|
17
13
|
.n("WorkSpacesWebClient", "ListUserAccessLoggingSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListUserAccessLoggingSettingsCommand)
|
|
20
|
-
.de(de_ListUserAccessLoggingSettingsCommand)
|
|
14
|
+
.sc(ListUserAccessLoggingSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListUserSettingsCommand, se_ListUserSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListUserSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListUserSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "ListUserSettings", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "ListUserSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListUserSettingsCommand)
|
|
21
|
-
.de(de_ListUserSettingsCommand)
|
|
14
|
+
.sc(ListUserSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class TagResourceCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "TagResource", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "TagResourceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_TagResourceCommand)
|
|
21
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UntagResourceCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "UntagResource", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "UntagResourceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UntagResourceCommand)
|
|
21
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateBrowserSettingsCommand, se_UpdateBrowserSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateBrowserSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateBrowserSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "UpdateBrowserSettings", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "UpdateBrowserSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateBrowserSettingsCommand)
|
|
21
|
-
.de(de_UpdateBrowserSettingsCommand)
|
|
14
|
+
.sc(UpdateBrowserSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateDataProtectionSettingsCommand, se_UpdateDataProtectionSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateDataProtectionSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateDataProtectionSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "UpdateDataProtectionSettings", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "UpdateDataProtectionSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateDataProtectionSettingsCommand)
|
|
21
|
-
.de(de_UpdateDataProtectionSettingsCommand)
|
|
14
|
+
.sc(UpdateDataProtectionSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateIdentityProviderCommand, se_UpdateIdentityProviderCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateIdentityProvider } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateIdentityProviderCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSErmineControlPlaneService", "UpdateIdentityProvider", {})
|
|
18
13
|
.n("WorkSpacesWebClient", "UpdateIdentityProviderCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateIdentityProviderCommand)
|
|
21
|
-
.de(de_UpdateIdentityProviderCommand)
|
|
14
|
+
.sc(UpdateIdentityProvider)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|