@aws-sdk/client-workspaces 3.183.0 → 3.186.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/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/WorkSpaces.js +261 -254
- package/dist-es/WorkSpacesClient.js +28 -22
- package/dist-es/commands/AssociateConnectionAliasCommand.js +28 -21
- package/dist-es/commands/AssociateIpGroupsCommand.js +28 -21
- package/dist-es/commands/AuthorizeIpRulesCommand.js +28 -21
- package/dist-es/commands/CopyWorkspaceImageCommand.js +28 -21
- package/dist-es/commands/CreateConnectClientAddInCommand.js +28 -21
- package/dist-es/commands/CreateConnectionAliasCommand.js +28 -21
- package/dist-es/commands/CreateIpGroupCommand.js +28 -21
- package/dist-es/commands/CreateTagsCommand.js +28 -21
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +28 -21
- package/dist-es/commands/CreateWorkspaceBundleCommand.js +28 -21
- package/dist-es/commands/CreateWorkspaceImageCommand.js +28 -21
- package/dist-es/commands/CreateWorkspacesCommand.js +28 -21
- package/dist-es/commands/DeleteClientBrandingCommand.js +28 -21
- package/dist-es/commands/DeleteConnectClientAddInCommand.js +28 -21
- package/dist-es/commands/DeleteConnectionAliasCommand.js +28 -21
- package/dist-es/commands/DeleteIpGroupCommand.js +28 -21
- package/dist-es/commands/DeleteTagsCommand.js +28 -21
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js +28 -21
- package/dist-es/commands/DeleteWorkspaceImageCommand.js +28 -21
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +28 -21
- package/dist-es/commands/DescribeAccountCommand.js +28 -21
- package/dist-es/commands/DescribeAccountModificationsCommand.js +28 -21
- package/dist-es/commands/DescribeClientBrandingCommand.js +28 -21
- package/dist-es/commands/DescribeClientPropertiesCommand.js +28 -21
- package/dist-es/commands/DescribeConnectClientAddInsCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionAliasesCommand.js +28 -21
- package/dist-es/commands/DescribeIpGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeTagsCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspacesCommand.js +28 -21
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +28 -21
- package/dist-es/commands/DisassociateConnectionAliasCommand.js +28 -21
- package/dist-es/commands/DisassociateIpGroupsCommand.js +28 -21
- package/dist-es/commands/ImportClientBrandingCommand.js +28 -21
- package/dist-es/commands/ImportWorkspaceImageCommand.js +28 -21
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +28 -21
- package/dist-es/commands/MigrateWorkspaceCommand.js +28 -21
- package/dist-es/commands/ModifyAccountCommand.js +28 -21
- package/dist-es/commands/ModifyClientPropertiesCommand.js +28 -21
- package/dist-es/commands/ModifySamlPropertiesCommand.js +28 -21
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js +28 -21
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +28 -21
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +28 -21
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +28 -21
- package/dist-es/commands/ModifyWorkspaceStateCommand.js +28 -21
- package/dist-es/commands/RebootWorkspacesCommand.js +28 -21
- package/dist-es/commands/RebuildWorkspacesCommand.js +28 -21
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +28 -21
- package/dist-es/commands/RestoreWorkspaceCommand.js +28 -21
- package/dist-es/commands/RevokeIpRulesCommand.js +28 -21
- package/dist-es/commands/StartWorkspacesCommand.js +28 -21
- package/dist-es/commands/StopWorkspacesCommand.js +28 -21
- package/dist-es/commands/TerminateWorkspacesCommand.js +28 -21
- package/dist-es/commands/UpdateConnectClientAddInCommand.js +28 -21
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +28 -21
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +28 -21
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js +28 -21
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/WorkSpacesServiceException.js +10 -5
- package/dist-es/models/models_0.js +325 -658
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js +67 -24
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js +67 -24
- package/dist-es/pagination/DescribeWorkspacesPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5250 -4119
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ImportWorkspaceImageRequestFilterSensitiveLog, ImportWorkspaceImageResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ImportWorkspaceImageCommand, serializeAws_json1_1ImportWorkspaceImageCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportWorkspaceImageCommand = (function (_super) {
|
|
7
|
+
__extends(ImportWorkspaceImageCommand, _super);
|
|
8
|
+
function ImportWorkspaceImageCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportWorkspaceImageCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ImportWorkspaceImageCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportWorkspaceImageRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ImportWorkspaceImageResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ImportWorkspaceImageCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ImportWorkspaceImageCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportWorkspaceImageCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ImportWorkspaceImageCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportWorkspaceImageCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportWorkspaceImageCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAvailableManagementCidrRangesRequestFilterSensitiveLog, ListAvailableManagementCidrRangesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAvailableManagementCidrRangesCommand, serializeAws_json1_1ListAvailableManagementCidrRangesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAvailableManagementCidrRangesCommand = (function (_super) {
|
|
7
|
+
__extends(ListAvailableManagementCidrRangesCommand, _super);
|
|
8
|
+
function ListAvailableManagementCidrRangesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAvailableManagementCidrRangesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ListAvailableManagementCidrRangesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAvailableManagementCidrRangesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAvailableManagementCidrRangesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListAvailableManagementCidrRangesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAvailableManagementCidrRangesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAvailableManagementCidrRangesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAvailableManagementCidrRangesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAvailableManagementCidrRangesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAvailableManagementCidrRangesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { MigrateWorkspaceRequestFilterSensitiveLog, MigrateWorkspaceResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1MigrateWorkspaceCommand, serializeAws_json1_1MigrateWorkspaceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var MigrateWorkspaceCommand = (function (_super) {
|
|
7
|
+
__extends(MigrateWorkspaceCommand, _super);
|
|
8
|
+
function MigrateWorkspaceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
MigrateWorkspaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "MigrateWorkspaceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: MigrateWorkspaceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: MigrateWorkspaceResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
MigrateWorkspaceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1MigrateWorkspaceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
MigrateWorkspaceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1MigrateWorkspaceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return MigrateWorkspaceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { MigrateWorkspaceCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyAccountRequestFilterSensitiveLog, ModifyAccountResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifyAccountCommand, serializeAws_json1_1ModifyAccountCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifyAccountCommand = (function (_super) {
|
|
7
|
+
__extends(ModifyAccountCommand, _super);
|
|
8
|
+
function ModifyAccountCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifyAccountCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifyAccountCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifyAccountRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifyAccountResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifyAccountCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifyAccountCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifyAccountCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifyAccountCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifyAccountCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifyAccountCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyClientPropertiesRequestFilterSensitiveLog, ModifyClientPropertiesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifyClientPropertiesCommand, serializeAws_json1_1ModifyClientPropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifyClientPropertiesCommand = (function (_super) {
|
|
7
|
+
__extends(ModifyClientPropertiesCommand, _super);
|
|
8
|
+
function ModifyClientPropertiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifyClientPropertiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifyClientPropertiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifyClientPropertiesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifyClientPropertiesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifyClientPropertiesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifyClientPropertiesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifyClientPropertiesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifyClientPropertiesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifyClientPropertiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifyClientPropertiesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifySamlPropertiesRequestFilterSensitiveLog, ModifySamlPropertiesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifySamlPropertiesCommand, serializeAws_json1_1ModifySamlPropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifySamlPropertiesCommand = (function (_super) {
|
|
7
|
+
__extends(ModifySamlPropertiesCommand, _super);
|
|
8
|
+
function ModifySamlPropertiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifySamlPropertiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifySamlPropertiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifySamlPropertiesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifySamlPropertiesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifySamlPropertiesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifySamlPropertiesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifySamlPropertiesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifySamlPropertiesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifySamlPropertiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifySamlPropertiesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifySelfservicePermissionsRequestFilterSensitiveLog, ModifySelfservicePermissionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifySelfservicePermissionsCommand, serializeAws_json1_1ModifySelfservicePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifySelfservicePermissionsCommand = (function (_super) {
|
|
7
|
+
__extends(ModifySelfservicePermissionsCommand, _super);
|
|
8
|
+
function ModifySelfservicePermissionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifySelfservicePermissionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifySelfservicePermissionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifySelfservicePermissionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifySelfservicePermissionsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifySelfservicePermissionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifySelfservicePermissionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifySelfservicePermissionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifySelfservicePermissionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifySelfservicePermissionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifySelfservicePermissionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog, ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand, serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifyWorkspaceAccessPropertiesCommand = (function (_super) {
|
|
7
|
+
__extends(ModifyWorkspaceAccessPropertiesCommand, _super);
|
|
8
|
+
function ModifyWorkspaceAccessPropertiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifyWorkspaceAccessPropertiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifyWorkspaceAccessPropertiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifyWorkspaceAccessPropertiesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifyWorkspaceAccessPropertiesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifyWorkspaceAccessPropertiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifyWorkspaceAccessPropertiesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog, ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand, serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifyWorkspaceCreationPropertiesCommand = (function (_super) {
|
|
7
|
+
__extends(ModifyWorkspaceCreationPropertiesCommand, _super);
|
|
8
|
+
function ModifyWorkspaceCreationPropertiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifyWorkspaceCreationPropertiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifyWorkspaceCreationPropertiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifyWorkspaceCreationPropertiesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifyWorkspaceCreationPropertiesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifyWorkspaceCreationPropertiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifyWorkspaceCreationPropertiesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ModifyWorkspacePropertiesRequestFilterSensitiveLog, ModifyWorkspacePropertiesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ModifyWorkspacePropertiesCommand, serializeAws_json1_1ModifyWorkspacePropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ModifyWorkspacePropertiesCommand = (function (_super) {
|
|
7
|
+
__extends(ModifyWorkspacePropertiesCommand, _super);
|
|
8
|
+
function ModifyWorkspacePropertiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ModifyWorkspacePropertiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "WorkSpacesClient";
|
|
18
|
+
var commandName = "ModifyWorkspacePropertiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ModifyWorkspacePropertiesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ModifyWorkspacePropertiesResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifyWorkspacePropertiesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ModifyWorkspacePropertiesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ModifyWorkspacePropertiesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ModifyWorkspacePropertiesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ModifyWorkspacePropertiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifyWorkspacePropertiesCommand };
|