aws_sdk_grafana/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateLicense` operation.
5pub mod associate_license;
6
7/// Types for the `CreateWorkspace` operation.
8pub mod create_workspace;
9
10/// Types for the `CreateWorkspaceApiKey` operation.
11pub mod create_workspace_api_key;
12
13/// Types for the `CreateWorkspaceServiceAccount` operation.
14pub mod create_workspace_service_account;
15
16/// Types for the `CreateWorkspaceServiceAccountToken` operation.
17pub mod create_workspace_service_account_token;
18
19/// Types for the `DeleteWorkspace` operation.
20pub mod delete_workspace;
21
22/// Types for the `DeleteWorkspaceApiKey` operation.
23pub mod delete_workspace_api_key;
24
25/// Types for the `DeleteWorkspaceServiceAccount` operation.
26pub mod delete_workspace_service_account;
27
28/// Types for the `DeleteWorkspaceServiceAccountToken` operation.
29pub mod delete_workspace_service_account_token;
30
31/// Types for the `DescribeWorkspace` operation.
32pub mod describe_workspace;
33
34/// Types for the `DescribeWorkspaceAuthentication` operation.
35pub mod describe_workspace_authentication;
36
37/// Types for the `DescribeWorkspaceConfiguration` operation.
38pub mod describe_workspace_configuration;
39
40/// Types for the `DisassociateLicense` operation.
41pub mod disassociate_license;
42
43/// Types for the `ListPermissions` operation.
44pub mod list_permissions;
45
46/// Types for the `ListTagsForResource` operation.
47pub mod list_tags_for_resource;
48
49/// Types for the `ListVersions` operation.
50pub mod list_versions;
51
52/// Types for the `ListWorkspaceServiceAccountTokens` operation.
53pub mod list_workspace_service_account_tokens;
54
55/// Types for the `ListWorkspaceServiceAccounts` operation.
56pub mod list_workspace_service_accounts;
57
58/// Types for the `ListWorkspaces` operation.
59pub mod list_workspaces;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `UntagResource` operation.
65pub mod untag_resource;
66
67/// Types for the `UpdatePermissions` operation.
68pub mod update_permissions;
69
70/// Types for the `UpdateWorkspace` operation.
71pub mod update_workspace;
72
73/// Types for the `UpdateWorkspaceAuthentication` operation.
74pub mod update_workspace_authentication;
75
76/// Types for the `UpdateWorkspaceConfiguration` operation.
77pub mod update_workspace_configuration;