aws-sdk-pcaconnectorad 0.2.0

AWS SDK for PcaConnectorAd
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `CreateConnector` operation.
pub mod create_connector;

/// Types for the `CreateDirectoryRegistration` operation.
pub mod create_directory_registration;

/// Types for the `CreateServicePrincipalName` operation.
pub mod create_service_principal_name;

/// Types for the `CreateTemplate` operation.
pub mod create_template;

/// Types for the `CreateTemplateGroupAccessControlEntry` operation.
pub mod create_template_group_access_control_entry;

/// Types for the `DeleteConnector` operation.
pub mod delete_connector;

/// Types for the `DeleteDirectoryRegistration` operation.
pub mod delete_directory_registration;

/// Types for the `DeleteServicePrincipalName` operation.
pub mod delete_service_principal_name;

/// Types for the `DeleteTemplate` operation.
pub mod delete_template;

/// Types for the `DeleteTemplateGroupAccessControlEntry` operation.
pub mod delete_template_group_access_control_entry;

/// Types for the `GetConnector` operation.
pub mod get_connector;

/// Types for the `GetDirectoryRegistration` operation.
pub mod get_directory_registration;

/// Types for the `GetServicePrincipalName` operation.
pub mod get_service_principal_name;

/// Types for the `GetTemplate` operation.
pub mod get_template;

/// Types for the `GetTemplateGroupAccessControlEntry` operation.
pub mod get_template_group_access_control_entry;

/// Types for the `ListConnectors` operation.
pub mod list_connectors;

/// Types for the `ListDirectoryRegistrations` operation.
pub mod list_directory_registrations;

/// Types for the `ListServicePrincipalNames` operation.
pub mod list_service_principal_names;

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

/// Types for the `ListTemplateGroupAccessControlEntries` operation.
pub mod list_template_group_access_control_entries;

/// Types for the `ListTemplates` operation.
pub mod list_templates;

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

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

/// Types for the `UpdateTemplate` operation.
pub mod update_template;

/// Types for the `UpdateTemplateGroupAccessControlEntry` operation.
pub mod update_template_group_access_control_entry;