aws_sdk_codeartifact/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateExternalConnection` operation.
5pub mod associate_external_connection;
6
7/// Types for the `CopyPackageVersions` operation.
8pub mod copy_package_versions;
9
10/// Types for the `CreateDomain` operation.
11pub mod create_domain;
12
13/// Types for the `CreatePackageGroup` operation.
14pub mod create_package_group;
15
16/// Types for the `CreateRepository` operation.
17pub mod create_repository;
18
19/// Types for the `DeleteDomain` operation.
20pub mod delete_domain;
21
22/// Types for the `DeleteDomainPermissionsPolicy` operation.
23pub mod delete_domain_permissions_policy;
24
25/// Types for the `DeletePackage` operation.
26pub mod delete_package;
27
28/// Types for the `DeletePackageGroup` operation.
29pub mod delete_package_group;
30
31/// Types for the `DeletePackageVersions` operation.
32pub mod delete_package_versions;
33
34/// Types for the `DeleteRepository` operation.
35pub mod delete_repository;
36
37/// Types for the `DeleteRepositoryPermissionsPolicy` operation.
38pub mod delete_repository_permissions_policy;
39
40/// Types for the `DescribeDomain` operation.
41pub mod describe_domain;
42
43/// Types for the `DescribePackage` operation.
44pub mod describe_package;
45
46/// Types for the `DescribePackageGroup` operation.
47pub mod describe_package_group;
48
49/// Types for the `DescribePackageVersion` operation.
50pub mod describe_package_version;
51
52/// Types for the `DescribeRepository` operation.
53pub mod describe_repository;
54
55/// Types for the `DisassociateExternalConnection` operation.
56pub mod disassociate_external_connection;
57
58/// Types for the `DisposePackageVersions` operation.
59pub mod dispose_package_versions;
60
61/// Types for the `GetAssociatedPackageGroup` operation.
62pub mod get_associated_package_group;
63
64/// Types for the `GetAuthorizationToken` operation.
65pub mod get_authorization_token;
66
67/// Types for the `GetDomainPermissionsPolicy` operation.
68pub mod get_domain_permissions_policy;
69
70/// Types for the `GetPackageVersionAsset` operation.
71pub mod get_package_version_asset;
72
73/// Types for the `GetPackageVersionReadme` operation.
74pub mod get_package_version_readme;
75
76/// Types for the `GetRepositoryEndpoint` operation.
77pub mod get_repository_endpoint;
78
79/// Types for the `GetRepositoryPermissionsPolicy` operation.
80pub mod get_repository_permissions_policy;
81
82/// Types for the `ListAllowedRepositoriesForGroup` operation.
83pub mod list_allowed_repositories_for_group;
84
85/// Types for the `ListAssociatedPackages` operation.
86pub mod list_associated_packages;
87
88/// Types for the `ListDomains` operation.
89pub mod list_domains;
90
91/// Types for the `ListPackageGroups` operation.
92pub mod list_package_groups;
93
94/// Types for the `ListPackageVersionAssets` operation.
95pub mod list_package_version_assets;
96
97/// Types for the `ListPackageVersionDependencies` operation.
98pub mod list_package_version_dependencies;
99
100/// Types for the `ListPackageVersions` operation.
101pub mod list_package_versions;
102
103/// Types for the `ListPackages` operation.
104pub mod list_packages;
105
106/// Types for the `ListRepositories` operation.
107pub mod list_repositories;
108
109/// Types for the `ListRepositoriesInDomain` operation.
110pub mod list_repositories_in_domain;
111
112/// Types for the `ListSubPackageGroups` operation.
113pub mod list_sub_package_groups;
114
115/// Types for the `ListTagsForResource` operation.
116pub mod list_tags_for_resource;
117
118/// Types for the `PublishPackageVersion` operation.
119pub mod publish_package_version;
120
121/// Types for the `PutDomainPermissionsPolicy` operation.
122pub mod put_domain_permissions_policy;
123
124/// Types for the `PutPackageOriginConfiguration` operation.
125pub mod put_package_origin_configuration;
126
127/// Types for the `PutRepositoryPermissionsPolicy` operation.
128pub mod put_repository_permissions_policy;
129
130/// Types for the `TagResource` operation.
131pub mod tag_resource;
132
133/// Types for the `UntagResource` operation.
134pub mod untag_resource;
135
136/// Types for the `UpdatePackageGroup` operation.
137pub mod update_package_group;
138
139/// Types for the `UpdatePackageGroupOriginConfiguration` operation.
140pub mod update_package_group_origin_configuration;
141
142/// Types for the `UpdatePackageVersionsStatus` operation.
143pub mod update_package_versions_status;
144
145/// Types for the `UpdateRepository` operation.
146pub mod update_repository;