@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 { DescribeWorkspaceBundlesRequestFilterSensitiveLog, DescribeWorkspaceBundlesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspaceBundlesCommand, serializeAws_json1_1DescribeWorkspaceBundlesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspaceBundlesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspaceBundlesCommand, _super);
|
|
8
|
+
function DescribeWorkspaceBundlesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspaceBundlesCommand.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 = "DescribeWorkspaceBundlesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspaceBundlesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspaceBundlesResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspaceBundlesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspaceBundlesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspaceBundlesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspaceBundlesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspaceBundlesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspaceBundlesCommand };
|
|
@@ -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 { DescribeWorkspaceDirectoriesRequestFilterSensitiveLog, DescribeWorkspaceDirectoriesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand, serializeAws_json1_1DescribeWorkspaceDirectoriesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspaceDirectoriesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspaceDirectoriesCommand, _super);
|
|
8
|
+
function DescribeWorkspaceDirectoriesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspaceDirectoriesCommand.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 = "DescribeWorkspaceDirectoriesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspaceDirectoriesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspaceDirectoriesResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspaceDirectoriesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspaceDirectoriesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspaceDirectoriesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspaceDirectoriesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspaceDirectoriesCommand };
|
|
@@ -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 { DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog, DescribeWorkspaceImagePermissionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand, serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspaceImagePermissionsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspaceImagePermissionsCommand, _super);
|
|
8
|
+
function DescribeWorkspaceImagePermissionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspaceImagePermissionsCommand.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 = "DescribeWorkspaceImagePermissionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspaceImagePermissionsResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspaceImagePermissionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspaceImagePermissionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspaceImagePermissionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspaceImagePermissionsCommand };
|
|
@@ -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 { DescribeWorkspaceImagesRequestFilterSensitiveLog, DescribeWorkspaceImagesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspaceImagesCommand, serializeAws_json1_1DescribeWorkspaceImagesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspaceImagesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspaceImagesCommand, _super);
|
|
8
|
+
function DescribeWorkspaceImagesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspaceImagesCommand.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 = "DescribeWorkspaceImagesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspaceImagesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspaceImagesResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspaceImagesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspaceImagesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspaceImagesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspaceImagesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspaceImagesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspaceImagesCommand };
|
|
@@ -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 { DescribeWorkspaceSnapshotsRequestFilterSensitiveLog, DescribeWorkspaceSnapshotsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand, serializeAws_json1_1DescribeWorkspaceSnapshotsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspaceSnapshotsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspaceSnapshotsCommand, _super);
|
|
8
|
+
function DescribeWorkspaceSnapshotsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspaceSnapshotsCommand.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 = "DescribeWorkspaceSnapshotsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspaceSnapshotsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspaceSnapshotsResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspaceSnapshotsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspaceSnapshotsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspaceSnapshotsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspaceSnapshotsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspaceSnapshotsCommand };
|
|
@@ -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 { DescribeWorkspacesRequestFilterSensitiveLog, DescribeWorkspacesResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspacesCommand, serializeAws_json1_1DescribeWorkspacesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspacesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspacesCommand, _super);
|
|
8
|
+
function DescribeWorkspacesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspacesCommand.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 = "DescribeWorkspacesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspacesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspacesResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspacesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspacesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspacesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspacesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspacesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspacesCommand };
|
|
@@ -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 { DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog, DescribeWorkspacesConnectionStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand, serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeWorkspacesConnectionStatusCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeWorkspacesConnectionStatusCommand, _super);
|
|
8
|
+
function DescribeWorkspacesConnectionStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeWorkspacesConnectionStatusCommand.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 = "DescribeWorkspacesConnectionStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeWorkspacesConnectionStatusResultFilterSensitiveLog,
|
|
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
|
+
DescribeWorkspacesConnectionStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeWorkspacesConnectionStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeWorkspacesConnectionStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeWorkspacesConnectionStatusCommand };
|
|
@@ -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 { DisassociateConnectionAliasRequestFilterSensitiveLog, DisassociateConnectionAliasResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateConnectionAliasCommand, serializeAws_json1_1DisassociateConnectionAliasCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateConnectionAliasCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateConnectionAliasCommand, _super);
|
|
8
|
+
function DisassociateConnectionAliasCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateConnectionAliasCommand.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 = "DisassociateConnectionAliasCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateConnectionAliasRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateConnectionAliasResultFilterSensitiveLog,
|
|
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
|
+
DisassociateConnectionAliasCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateConnectionAliasCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateConnectionAliasCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateConnectionAliasCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateConnectionAliasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateConnectionAliasCommand };
|
|
@@ -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 { DisassociateIpGroupsRequestFilterSensitiveLog, DisassociateIpGroupsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateIpGroupsCommand, serializeAws_json1_1DisassociateIpGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateIpGroupsCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateIpGroupsCommand, _super);
|
|
8
|
+
function DisassociateIpGroupsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateIpGroupsCommand.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 = "DisassociateIpGroupsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateIpGroupsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateIpGroupsResultFilterSensitiveLog,
|
|
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
|
+
DisassociateIpGroupsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateIpGroupsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateIpGroupsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateIpGroupsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateIpGroupsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateIpGroupsCommand };
|
|
@@ -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 { ImportClientBrandingRequestFilterSensitiveLog, ImportClientBrandingResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ImportClientBrandingCommand, serializeAws_json1_1ImportClientBrandingCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportClientBrandingCommand = (function (_super) {
|
|
7
|
+
__extends(ImportClientBrandingCommand, _super);
|
|
8
|
+
function ImportClientBrandingCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportClientBrandingCommand.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 = "ImportClientBrandingCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportClientBrandingRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ImportClientBrandingResultFilterSensitiveLog,
|
|
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
|
+
ImportClientBrandingCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ImportClientBrandingCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportClientBrandingCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ImportClientBrandingCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportClientBrandingCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportClientBrandingCommand };
|