aws-sdk-ecr 1.114.0

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

/// Types for the `BatchCheckLayerAvailability` operation.
pub mod batch_check_layer_availability;

/// Types for the `BatchDeleteImage` operation.
pub mod batch_delete_image;

/// Types for the `BatchGetImage` operation.
pub mod batch_get_image;

/// Types for the `BatchGetRepositoryScanningConfiguration` operation.
pub mod batch_get_repository_scanning_configuration;

/// Types for the `CompleteLayerUpload` operation.
pub mod complete_layer_upload;

/// Types for the `CreatePullThroughCacheRule` operation.
pub mod create_pull_through_cache_rule;

/// Types for the `CreateRepository` operation.
pub mod create_repository;

/// Types for the `CreateRepositoryCreationTemplate` operation.
pub mod create_repository_creation_template;

/// Types for the `DeleteLifecyclePolicy` operation.
pub mod delete_lifecycle_policy;

/// Types for the `DeletePullThroughCacheRule` operation.
pub mod delete_pull_through_cache_rule;

/// Types for the `DeleteRegistryPolicy` operation.
pub mod delete_registry_policy;

/// Types for the `DeleteRepository` operation.
pub mod delete_repository;

/// Types for the `DeleteRepositoryCreationTemplate` operation.
pub mod delete_repository_creation_template;

/// Types for the `DeleteRepositoryPolicy` operation.
pub mod delete_repository_policy;

/// Types for the `DeleteSigningConfiguration` operation.
pub mod delete_signing_configuration;

/// Types for the `DeregisterPullTimeUpdateExclusion` operation.
pub mod deregister_pull_time_update_exclusion;

/// Types for the `DescribeImageReplicationStatus` operation.
pub mod describe_image_replication_status;

/// Types for the `DescribeImageScanFindings` operation.
pub mod describe_image_scan_findings;

/// Types for the `DescribeImageSigningStatus` operation.
pub mod describe_image_signing_status;

/// Types for the `DescribeImages` operation.
pub mod describe_images;

/// Types for the `DescribePullThroughCacheRules` operation.
pub mod describe_pull_through_cache_rules;

/// Types for the `DescribeRegistry` operation.
pub mod describe_registry;

/// Types for the `DescribeRepositories` operation.
pub mod describe_repositories;

/// Types for the `DescribeRepositoryCreationTemplates` operation.
pub mod describe_repository_creation_templates;

/// Types for the `GetAccountSetting` operation.
pub mod get_account_setting;

/// Types for the `GetAuthorizationToken` operation.
pub mod get_authorization_token;

/// Types for the `GetDownloadUrlForLayer` operation.
pub mod get_download_url_for_layer;

/// Types for the `GetLifecyclePolicy` operation.
pub mod get_lifecycle_policy;

/// Types for the `GetLifecyclePolicyPreview` operation.
pub mod get_lifecycle_policy_preview;

/// Types for the `GetRegistryPolicy` operation.
pub mod get_registry_policy;

/// Types for the `GetRegistryScanningConfiguration` operation.
pub mod get_registry_scanning_configuration;

/// Types for the `GetRepositoryPolicy` operation.
pub mod get_repository_policy;

/// Types for the `GetSigningConfiguration` operation.
pub mod get_signing_configuration;

/// Types for the `InitiateLayerUpload` operation.
pub mod initiate_layer_upload;

/// Types for the `ListImageReferrers` operation.
pub mod list_image_referrers;

/// Types for the `ListImages` operation.
pub mod list_images;

/// Types for the `ListPullTimeUpdateExclusions` operation.
pub mod list_pull_time_update_exclusions;

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

/// Types for the `PutAccountSetting` operation.
pub mod put_account_setting;

/// Types for the `PutImage` operation.
pub mod put_image;

/// Types for the `PutImageScanningConfiguration` operation.
pub mod put_image_scanning_configuration;

/// Types for the `PutImageTagMutability` operation.
pub mod put_image_tag_mutability;

/// Types for the `PutLifecyclePolicy` operation.
pub mod put_lifecycle_policy;

/// Types for the `PutRegistryPolicy` operation.
pub mod put_registry_policy;

/// Types for the `PutRegistryScanningConfiguration` operation.
pub mod put_registry_scanning_configuration;

/// Types for the `PutReplicationConfiguration` operation.
pub mod put_replication_configuration;

/// Types for the `PutSigningConfiguration` operation.
pub mod put_signing_configuration;

/// Types for the `RegisterPullTimeUpdateExclusion` operation.
pub mod register_pull_time_update_exclusion;

/// Types for the `SetRepositoryPolicy` operation.
pub mod set_repository_policy;

/// Types for the `StartImageScan` operation.
pub mod start_image_scan;

/// Types for the `StartLifecyclePolicyPreview` operation.
pub mod start_lifecycle_policy_preview;

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

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

/// Types for the `UpdateImageStorageClass` operation.
pub mod update_image_storage_class;

/// Types for the `UpdatePullThroughCacheRule` operation.
pub mod update_pull_through_cache_rule;

/// Types for the `UpdateRepositoryCreationTemplate` operation.
pub mod update_repository_creation_template;

/// Types for the `UploadLayerPart` operation.
pub mod upload_layer_part;

/// Types for the `ValidatePullThroughCacheRule` operation.
pub mod validate_pull_through_cache_rule;