1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateLicense` operation.
pub mod associate_license;

/// Types for the `CreateWorkspace` operation.
pub mod create_workspace;

/// Types for the `CreateWorkspaceApiKey` operation.
pub mod create_workspace_api_key;

/// Types for the `DeleteWorkspace` operation.
pub mod delete_workspace;

/// Types for the `DeleteWorkspaceApiKey` operation.
pub mod delete_workspace_api_key;

/// Types for the `DescribeWorkspace` operation.
pub mod describe_workspace;

/// Types for the `DescribeWorkspaceAuthentication` operation.
pub mod describe_workspace_authentication;

/// Types for the `DescribeWorkspaceConfiguration` operation.
pub mod describe_workspace_configuration;

/// Types for the `DisassociateLicense` operation.
pub mod disassociate_license;

/// Types for the `ListPermissions` operation.
pub mod list_permissions;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListVersions` operation.
pub mod list_versions;

/// Types for the `ListWorkspaces` operation.
pub mod list_workspaces;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdatePermissions` operation.
pub mod update_permissions;

/// Types for the `UpdateWorkspace` operation.
pub mod update_workspace;

/// Types for the `UpdateWorkspaceAuthentication` operation.
pub mod update_workspace_authentication;

/// Types for the `UpdateWorkspaceConfiguration` operation.
pub mod update_workspace_configuration;