aws_sdk_verifiedpermissions/operation.rs
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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `BatchGetPolicy` operation.
pub mod batch_get_policy;
/// Types for the `BatchIsAuthorized` operation.
pub mod batch_is_authorized;
/// Types for the `BatchIsAuthorizedWithToken` operation.
pub mod batch_is_authorized_with_token;
/// Types for the `CreateIdentitySource` operation.
pub mod create_identity_source;
/// Types for the `CreatePolicy` operation.
pub mod create_policy;
/// Types for the `CreatePolicyStore` operation.
pub mod create_policy_store;
/// Types for the `CreatePolicyTemplate` operation.
pub mod create_policy_template;
/// Types for the `DeleteIdentitySource` operation.
pub mod delete_identity_source;
/// Types for the `DeletePolicy` operation.
pub mod delete_policy;
/// Types for the `DeletePolicyStore` operation.
pub mod delete_policy_store;
/// Types for the `DeletePolicyTemplate` operation.
pub mod delete_policy_template;
/// Types for the `GetIdentitySource` operation.
pub mod get_identity_source;
/// Types for the `GetPolicy` operation.
pub mod get_policy;
/// Types for the `GetPolicyStore` operation.
pub mod get_policy_store;
/// Types for the `GetPolicyTemplate` operation.
pub mod get_policy_template;
/// Types for the `GetSchema` operation.
pub mod get_schema;
/// Types for the `IsAuthorized` operation.
pub mod is_authorized;
/// Types for the `IsAuthorizedWithToken` operation.
pub mod is_authorized_with_token;
/// Types for the `ListIdentitySources` operation.
pub mod list_identity_sources;
/// Types for the `ListPolicies` operation.
pub mod list_policies;
/// Types for the `ListPolicyStores` operation.
pub mod list_policy_stores;
/// Types for the `ListPolicyTemplates` operation.
pub mod list_policy_templates;
/// Types for the `PutSchema` operation.
pub mod put_schema;
/// Types for the `UpdateIdentitySource` operation.
pub mod update_identity_source;
/// Types for the `UpdatePolicy` operation.
pub mod update_policy;
/// Types for the `UpdatePolicyStore` operation.
pub mod update_policy_store;
/// Types for the `UpdatePolicyTemplate` operation.
pub mod update_policy_template;