aws-sdk-greengrassv2 1.112.0

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

/// Types for the `AssociateServiceRoleToAccount` operation.
pub mod associate_service_role_to_account;

/// Types for the `BatchAssociateClientDeviceWithCoreDevice` operation.
pub mod batch_associate_client_device_with_core_device;

/// Types for the `BatchDisassociateClientDeviceFromCoreDevice` operation.
pub mod batch_disassociate_client_device_from_core_device;

/// Types for the `CancelDeployment` operation.
pub mod cancel_deployment;

/// Types for the `CreateComponentVersion` operation.
pub mod create_component_version;

/// Types for the `CreateDeployment` operation.
pub mod create_deployment;

/// Types for the `DeleteComponent` operation.
pub mod delete_component;

/// Types for the `DeleteCoreDevice` operation.
pub mod delete_core_device;

/// Types for the `DeleteDeployment` operation.
pub mod delete_deployment;

/// Types for the `DescribeComponent` operation.
pub mod describe_component;

/// Types for the `DisassociateServiceRoleFromAccount` operation.
pub mod disassociate_service_role_from_account;

/// Types for the `GetComponent` operation.
pub mod get_component;

/// Types for the `GetComponentVersionArtifact` operation.
pub mod get_component_version_artifact;

/// Types for the `GetConnectivityInfo` operation.
pub mod get_connectivity_info;

/// Types for the `GetCoreDevice` operation.
pub mod get_core_device;

/// Types for the `GetDeployment` operation.
pub mod get_deployment;

/// Types for the `GetServiceRoleForAccount` operation.
pub mod get_service_role_for_account;

/// Types for the `ListClientDevicesAssociatedWithCoreDevice` operation.
pub mod list_client_devices_associated_with_core_device;

/// Types for the `ListComponentVersions` operation.
pub mod list_component_versions;

/// Types for the `ListComponents` operation.
pub mod list_components;

/// Types for the `ListCoreDevices` operation.
pub mod list_core_devices;

/// Types for the `ListDeployments` operation.
pub mod list_deployments;

/// Types for the `ListEffectiveDeployments` operation.
pub mod list_effective_deployments;

/// Types for the `ListInstalledComponents` operation.
pub mod list_installed_components;

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

/// Types for the `ResolveComponentCandidates` operation.
pub mod resolve_component_candidates;

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

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

/// Types for the `UpdateConnectivityInfo` operation.
pub mod update_connectivity_info;