aws_sdk_codegurureviewer/
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 `AssociateRepository` operation.
5pub mod associate_repository;
6
7/// Types for the `CreateCodeReview` operation.
8pub mod create_code_review;
9
10/// Types for the `DescribeCodeReview` operation.
11pub mod describe_code_review;
12
13/// Types for the `DescribeRecommendationFeedback` operation.
14pub mod describe_recommendation_feedback;
15
16/// Types for the `DescribeRepositoryAssociation` operation.
17pub mod describe_repository_association;
18
19/// Types for the `DisassociateRepository` operation.
20pub mod disassociate_repository;
21
22/// Types for the `ListCodeReviews` operation.
23pub mod list_code_reviews;
24
25/// Types for the `ListRecommendationFeedback` operation.
26pub mod list_recommendation_feedback;
27
28/// Types for the `ListRecommendations` operation.
29pub mod list_recommendations;
30
31/// Types for the `ListRepositoryAssociations` operation.
32pub mod list_repository_associations;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `PutRecommendationFeedback` operation.
38pub mod put_recommendation_feedback;
39
40/// Types for the `TagResource` operation.
41pub mod tag_resource;
42
43/// Types for the `UntagResource` operation.
44pub mod untag_resource;