aws-sdk-agentregistrycontrol 1.0.0

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

/// Types for the `CreateRegistry` operation.
pub mod create_registry;

/// Types for the `CreateRegistryRecord` operation.
pub mod create_registry_record;

/// Types for the `DeleteRegistry` operation.
pub mod delete_registry;

/// Types for the `DeleteRegistryRecord` operation.
pub mod delete_registry_record;

/// Types for the `GetRegistry` operation.
pub mod get_registry;

/// Types for the `GetRegistryRecord` operation.
pub mod get_registry_record;

/// Types for the `ListRegistries` operation.
pub mod list_registries;

/// Types for the `ListRegistryRecords` operation.
pub mod list_registry_records;

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

/// Types for the `SubmitRegistryRecordForApproval` operation.
pub mod submit_registry_record_for_approval;

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

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

/// Types for the `UpdateRegistry` operation.
pub mod update_registry;

/// Types for the `UpdateRegistryRecord` operation.
pub mod update_registry_record;

/// Types for the `UpdateRegistryRecordStatus` operation.
pub mod update_registry_record_status;