aws-sdk-codeartifact 1.100.0

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

/// Types for the `AssociateExternalConnection` operation.
pub mod associate_external_connection;

/// Types for the `CopyPackageVersions` operation.
pub mod copy_package_versions;

/// Types for the `CreateDomain` operation.
pub mod create_domain;

/// Types for the `CreatePackageGroup` operation.
pub mod create_package_group;

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

/// Types for the `DeleteDomain` operation.
pub mod delete_domain;

/// Types for the `DeleteDomainPermissionsPolicy` operation.
pub mod delete_domain_permissions_policy;

/// Types for the `DeletePackage` operation.
pub mod delete_package;

/// Types for the `DeletePackageGroup` operation.
pub mod delete_package_group;

/// Types for the `DeletePackageVersions` operation.
pub mod delete_package_versions;

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

/// Types for the `DeleteRepositoryPermissionsPolicy` operation.
pub mod delete_repository_permissions_policy;

/// Types for the `DescribeDomain` operation.
pub mod describe_domain;

/// Types for the `DescribePackage` operation.
pub mod describe_package;

/// Types for the `DescribePackageGroup` operation.
pub mod describe_package_group;

/// Types for the `DescribePackageVersion` operation.
pub mod describe_package_version;

/// Types for the `DescribeRepository` operation.
pub mod describe_repository;

/// Types for the `DisassociateExternalConnection` operation.
pub mod disassociate_external_connection;

/// Types for the `DisposePackageVersions` operation.
pub mod dispose_package_versions;

/// Types for the `GetAssociatedPackageGroup` operation.
pub mod get_associated_package_group;

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

/// Types for the `GetDomainPermissionsPolicy` operation.
pub mod get_domain_permissions_policy;

/// Types for the `GetPackageVersionAsset` operation.
pub mod get_package_version_asset;

/// Types for the `GetPackageVersionReadme` operation.
pub mod get_package_version_readme;

/// Types for the `GetRepositoryEndpoint` operation.
pub mod get_repository_endpoint;

/// Types for the `GetRepositoryPermissionsPolicy` operation.
pub mod get_repository_permissions_policy;

/// Types for the `ListAllowedRepositoriesForGroup` operation.
pub mod list_allowed_repositories_for_group;

/// Types for the `ListAssociatedPackages` operation.
pub mod list_associated_packages;

/// Types for the `ListDomains` operation.
pub mod list_domains;

/// Types for the `ListPackageGroups` operation.
pub mod list_package_groups;

/// Types for the `ListPackageVersionAssets` operation.
pub mod list_package_version_assets;

/// Types for the `ListPackageVersionDependencies` operation.
pub mod list_package_version_dependencies;

/// Types for the `ListPackageVersions` operation.
pub mod list_package_versions;

/// Types for the `ListPackages` operation.
pub mod list_packages;

/// Types for the `ListRepositories` operation.
pub mod list_repositories;

/// Types for the `ListRepositoriesInDomain` operation.
pub mod list_repositories_in_domain;

/// Types for the `ListSubPackageGroups` operation.
pub mod list_sub_package_groups;

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

/// Types for the `PublishPackageVersion` operation.
pub mod publish_package_version;

/// Types for the `PutDomainPermissionsPolicy` operation.
pub mod put_domain_permissions_policy;

/// Types for the `PutPackageOriginConfiguration` operation.
pub mod put_package_origin_configuration;

/// Types for the `PutRepositoryPermissionsPolicy` operation.
pub mod put_repository_permissions_policy;

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

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

/// Types for the `UpdatePackageGroup` operation.
pub mod update_package_group;

/// Types for the `UpdatePackageGroupOriginConfiguration` operation.
pub mod update_package_group_origin_configuration;

/// Types for the `UpdatePackageVersionsStatus` operation.
pub mod update_package_versions_status;

/// Types for the `UpdateRepository` operation.
pub mod update_repository;