aws-sdk-migrationhubrefactorspaces 1.100.0

AWS SDK for AWS Migration Hub Refactor Spaces
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateEnvironment` operation.
pub mod create_environment;

/// Types for the `CreateRoute` operation.
pub mod create_route;

/// Types for the `CreateService` operation.
pub mod create_service;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteEnvironment` operation.
pub mod delete_environment;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteRoute` operation.
pub mod delete_route;

/// Types for the `DeleteService` operation.
pub mod delete_service;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetEnvironment` operation.
pub mod get_environment;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `GetRoute` operation.
pub mod get_route;

/// Types for the `GetService` operation.
pub mod get_service;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListEnvironmentVpcs` operation.
pub mod list_environment_vpcs;

/// Types for the `ListEnvironments` operation.
pub mod list_environments;

/// Types for the `ListRoutes` operation.
pub mod list_routes;

/// Types for the `ListServices` operation.
pub mod list_services;

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

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

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

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

/// Types for the `UpdateRoute` operation.
pub mod update_route;