aws_sdk_verifiedpermissions/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 `BatchGetPolicy` operation.
5pub mod batch_get_policy;
6
7/// Types for the `BatchIsAuthorized` operation.
8pub mod batch_is_authorized;
9
10/// Types for the `BatchIsAuthorizedWithToken` operation.
11pub mod batch_is_authorized_with_token;
12
13/// Types for the `CreateIdentitySource` operation.
14pub mod create_identity_source;
15
16/// Types for the `CreatePolicy` operation.
17pub mod create_policy;
18
19/// Types for the `CreatePolicyStore` operation.
20pub mod create_policy_store;
21
22/// Types for the `CreatePolicyTemplate` operation.
23pub mod create_policy_template;
24
25/// Types for the `DeleteIdentitySource` operation.
26pub mod delete_identity_source;
27
28/// Types for the `DeletePolicy` operation.
29pub mod delete_policy;
30
31/// Types for the `DeletePolicyStore` operation.
32pub mod delete_policy_store;
33
34/// Types for the `DeletePolicyTemplate` operation.
35pub mod delete_policy_template;
36
37/// Types for the `GetIdentitySource` operation.
38pub mod get_identity_source;
39
40/// Types for the `GetPolicy` operation.
41pub mod get_policy;
42
43/// Types for the `GetPolicyStore` operation.
44pub mod get_policy_store;
45
46/// Types for the `GetPolicyTemplate` operation.
47pub mod get_policy_template;
48
49/// Types for the `GetSchema` operation.
50pub mod get_schema;
51
52/// Types for the `IsAuthorized` operation.
53pub mod is_authorized;
54
55/// Types for the `IsAuthorizedWithToken` operation.
56pub mod is_authorized_with_token;
57
58/// Types for the `ListIdentitySources` operation.
59pub mod list_identity_sources;
60
61/// Types for the `ListPolicies` operation.
62pub mod list_policies;
63
64/// Types for the `ListPolicyStores` operation.
65pub mod list_policy_stores;
66
67/// Types for the `ListPolicyTemplates` operation.
68pub mod list_policy_templates;
69
70/// Types for the `ListTagsForResource` operation.
71pub mod list_tags_for_resource;
72
73/// Types for the `PutSchema` operation.
74pub mod put_schema;
75
76/// Types for the `TagResource` operation.
77pub mod tag_resource;
78
79/// Types for the `UntagResource` operation.
80pub mod untag_resource;
81
82/// Types for the `UpdateIdentitySource` operation.
83pub mod update_identity_source;
84
85/// Types for the `UpdatePolicy` operation.
86pub mod update_policy;
87
88/// Types for the `UpdatePolicyStore` operation.
89pub mod update_policy_store;
90
91/// Types for the `UpdatePolicyTemplate` operation.
92pub mod update_policy_template;