@aws-sdk/client-codeguru-reviewer 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/AssociateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateCodeReviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeCodeReviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecommendationFeedbackCommand.js +2 -2
- package/dist-cjs/commands/DescribeRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/DisassociateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/ListCodeReviewsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationFeedbackCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoryAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutRecommendationFeedbackCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +218 -326
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AssociateRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateCodeReviewCommand.js +3 -3
- package/dist-es/commands/DescribeCodeReviewCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationFeedbackCommand.js +3 -3
- package/dist-es/commands/DescribeRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/DisassociateRepositoryCommand.js +3 -3
- package/dist-es/commands/ListCodeReviewsCommand.js +3 -3
- package/dist-es/commands/ListRecommendationFeedbackCommand.js +3 -3
- package/dist-es/commands/ListRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListRepositoryAssociationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutRecommendationFeedbackCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +54 -216
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +216 -324
- package/dist-types/ts3.4/models/models_0.d.ts +108 -216
- package/package.json +9 -9
|
@@ -44,12 +44,6 @@ export interface KMSKeyDetails {
|
|
|
44
44
|
*/
|
|
45
45
|
EncryptionOption?: EncryptionOption | string;
|
|
46
46
|
}
|
|
47
|
-
export declare namespace KMSKeyDetails {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: KMSKeyDetails) => any;
|
|
52
|
-
}
|
|
53
47
|
/**
|
|
54
48
|
* <p>
|
|
55
49
|
* Information about a third-party source repository connected to CodeGuru Reviewer.
|
|
@@ -82,12 +76,6 @@ export interface ThirdPartySourceRepository {
|
|
|
82
76
|
*/
|
|
83
77
|
Owner: string | undefined;
|
|
84
78
|
}
|
|
85
|
-
export declare namespace ThirdPartySourceRepository {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
const filterSensitiveLog: (obj: ThirdPartySourceRepository) => any;
|
|
90
|
-
}
|
|
91
79
|
/**
|
|
92
80
|
* <p>Information about an Amazon Web Services CodeCommit repository. The CodeCommit repository must be in the same
|
|
93
81
|
* Amazon Web Services Region and Amazon Web Services account where its CodeGuru Reviewer code reviews are configured.</p>
|
|
@@ -100,12 +88,6 @@ export interface CodeCommitRepository {
|
|
|
100
88
|
*/
|
|
101
89
|
Name: string | undefined;
|
|
102
90
|
}
|
|
103
|
-
export declare namespace CodeCommitRepository {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
const filterSensitiveLog: (obj: CodeCommitRepository) => any;
|
|
108
|
-
}
|
|
109
91
|
/**
|
|
110
92
|
* <p>
|
|
111
93
|
* Information about a repository in an S3 bucket.
|
|
@@ -122,12 +104,6 @@ export interface S3Repository {
|
|
|
122
104
|
*/
|
|
123
105
|
BucketName: string | undefined;
|
|
124
106
|
}
|
|
125
|
-
export declare namespace S3Repository {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
const filterSensitiveLog: (obj: S3Repository) => any;
|
|
130
|
-
}
|
|
131
107
|
/**
|
|
132
108
|
* <p>
|
|
133
109
|
* Information about an associated Amazon Web Services CodeCommit repository or an associated repository that is managed
|
|
@@ -159,12 +135,6 @@ export interface Repository {
|
|
|
159
135
|
*/
|
|
160
136
|
S3Bucket?: S3Repository;
|
|
161
137
|
}
|
|
162
|
-
export declare namespace Repository {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
const filterSensitiveLog: (obj: Repository) => any;
|
|
167
|
-
}
|
|
168
138
|
export interface AssociateRepositoryRequest {
|
|
169
139
|
/**
|
|
170
140
|
* <p>The repository to associate.</p>
|
|
@@ -209,12 +179,6 @@ export interface AssociateRepositoryRequest {
|
|
|
209
179
|
*/
|
|
210
180
|
KMSKeyDetails?: KMSKeyDetails;
|
|
211
181
|
}
|
|
212
|
-
export declare namespace AssociateRepositoryRequest {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
const filterSensitiveLog: (obj: AssociateRepositoryRequest) => any;
|
|
217
|
-
}
|
|
218
182
|
export declare enum ProviderType {
|
|
219
183
|
BITBUCKET = "Bitbucket",
|
|
220
184
|
CODE_COMMIT = "CodeCommit",
|
|
@@ -247,12 +211,6 @@ export interface CodeArtifacts {
|
|
|
247
211
|
*/
|
|
248
212
|
BuildArtifactsObjectKey?: string;
|
|
249
213
|
}
|
|
250
|
-
export declare namespace CodeArtifacts {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
const filterSensitiveLog: (obj: CodeArtifacts) => any;
|
|
255
|
-
}
|
|
256
214
|
/**
|
|
257
215
|
* <p>
|
|
258
216
|
* Specifies the name of an S3 bucket and a <code>CodeArtifacts</code> object that contains the S3
|
|
@@ -273,12 +231,6 @@ export interface S3RepositoryDetails {
|
|
|
273
231
|
*/
|
|
274
232
|
CodeArtifacts?: CodeArtifacts;
|
|
275
233
|
}
|
|
276
|
-
export declare namespace S3RepositoryDetails {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
const filterSensitiveLog: (obj: S3RepositoryDetails) => any;
|
|
281
|
-
}
|
|
282
234
|
export declare enum RepositoryAssociationState {
|
|
283
235
|
ASSOCIATED = "Associated",
|
|
284
236
|
ASSOCIATING = "Associating",
|
|
@@ -419,12 +371,6 @@ export interface RepositoryAssociation {
|
|
|
419
371
|
*/
|
|
420
372
|
S3RepositoryDetails?: S3RepositoryDetails;
|
|
421
373
|
}
|
|
422
|
-
export declare namespace RepositoryAssociation {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
|
-
const filterSensitiveLog: (obj: RepositoryAssociation) => any;
|
|
427
|
-
}
|
|
428
374
|
export interface AssociateRepositoryResponse {
|
|
429
375
|
/**
|
|
430
376
|
* <p>Information about the repository association.</p>
|
|
@@ -450,12 +396,6 @@ export interface AssociateRepositoryResponse {
|
|
|
450
396
|
*/
|
|
451
397
|
Tags?: Record<string, string>;
|
|
452
398
|
}
|
|
453
|
-
export declare namespace AssociateRepositoryResponse {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
const filterSensitiveLog: (obj: AssociateRepositoryResponse) => any;
|
|
458
|
-
}
|
|
459
399
|
/**
|
|
460
400
|
* <p>The requested operation would cause a conflict with the current state of a service
|
|
461
401
|
* resource associated with the request. Resolve the conflict before retrying this request. </p>
|
|
@@ -522,12 +462,6 @@ export interface RepositoryHeadSourceCodeType {
|
|
|
522
462
|
*/
|
|
523
463
|
BranchName: string | undefined;
|
|
524
464
|
}
|
|
525
|
-
export declare namespace RepositoryHeadSourceCodeType {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
const filterSensitiveLog: (obj: RepositoryHeadSourceCodeType) => any;
|
|
530
|
-
}
|
|
531
465
|
/**
|
|
532
466
|
* <p>
|
|
533
467
|
* A type of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_SourceCodeType">
|
|
@@ -546,12 +480,6 @@ export interface BranchDiffSourceCodeType {
|
|
|
546
480
|
*/
|
|
547
481
|
DestinationBranchName: string | undefined;
|
|
548
482
|
}
|
|
549
|
-
export declare namespace BranchDiffSourceCodeType {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
|
-
const filterSensitiveLog: (obj: BranchDiffSourceCodeType) => any;
|
|
554
|
-
}
|
|
555
483
|
/**
|
|
556
484
|
* <p>
|
|
557
485
|
* A type of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_SourceCodeType">
|
|
@@ -579,12 +507,6 @@ export interface CommitDiffSourceCodeType {
|
|
|
579
507
|
*/
|
|
580
508
|
MergeBaseCommit?: string;
|
|
581
509
|
}
|
|
582
|
-
export declare namespace CommitDiffSourceCodeType {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: CommitDiffSourceCodeType) => any;
|
|
587
|
-
}
|
|
588
510
|
/**
|
|
589
511
|
* <p>Information about an event. The event might be a push, pull request, scheduled request, or another type of event.</p>
|
|
590
512
|
*/
|
|
@@ -600,12 +522,6 @@ export interface EventInfo {
|
|
|
600
522
|
*/
|
|
601
523
|
State?: string;
|
|
602
524
|
}
|
|
603
|
-
export declare namespace EventInfo {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
const filterSensitiveLog: (obj: EventInfo) => any;
|
|
608
|
-
}
|
|
609
525
|
export declare enum VendorName {
|
|
610
526
|
GITHUB = "GitHub",
|
|
611
527
|
GITLAB = "GitLab",
|
|
@@ -638,12 +554,6 @@ export interface RequestMetadata {
|
|
|
638
554
|
*/
|
|
639
555
|
VendorName?: VendorName | string;
|
|
640
556
|
}
|
|
641
|
-
export declare namespace RequestMetadata {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
const filterSensitiveLog: (obj: RequestMetadata) => any;
|
|
646
|
-
}
|
|
647
557
|
/**
|
|
648
558
|
* <p>
|
|
649
559
|
* Information about an associated repository in an S3 bucket. The associated repository contains a source code
|
|
@@ -666,12 +576,6 @@ export interface S3BucketRepository {
|
|
|
666
576
|
*/
|
|
667
577
|
Details?: S3RepositoryDetails;
|
|
668
578
|
}
|
|
669
|
-
export declare namespace S3BucketRepository {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
const filterSensitiveLog: (obj: S3BucketRepository) => any;
|
|
674
|
-
}
|
|
675
579
|
/**
|
|
676
580
|
* <p>
|
|
677
581
|
* Specifies the source code that is analyzed in a code review.
|
|
@@ -723,12 +627,6 @@ export interface SourceCodeType {
|
|
|
723
627
|
*/
|
|
724
628
|
RequestMetadata?: RequestMetadata;
|
|
725
629
|
}
|
|
726
|
-
export declare namespace SourceCodeType {
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
*/
|
|
730
|
-
const filterSensitiveLog: (obj: SourceCodeType) => any;
|
|
731
|
-
}
|
|
732
630
|
/**
|
|
733
631
|
* <p> A code review type that analyzes all code under a specified branch in an associated
|
|
734
632
|
* repository. The associated repository is specified using its ARN when you call <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview">
|
|
@@ -752,12 +650,6 @@ export interface RepositoryAnalysis {
|
|
|
752
650
|
*/
|
|
753
651
|
SourceCodeType?: SourceCodeType;
|
|
754
652
|
}
|
|
755
|
-
export declare namespace RepositoryAnalysis {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
|
-
const filterSensitiveLog: (obj: RepositoryAnalysis) => any;
|
|
760
|
-
}
|
|
761
653
|
/**
|
|
762
654
|
* <p>
|
|
763
655
|
* The type of a code review. There are two code review types:
|
|
@@ -792,12 +684,6 @@ export interface CodeReviewType {
|
|
|
792
684
|
*/
|
|
793
685
|
AnalysisTypes?: (AnalysisType | string)[];
|
|
794
686
|
}
|
|
795
|
-
export declare namespace CodeReviewType {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
const filterSensitiveLog: (obj: CodeReviewType) => any;
|
|
800
|
-
}
|
|
801
687
|
export interface CreateCodeReviewRequest {
|
|
802
688
|
/**
|
|
803
689
|
* <p>
|
|
@@ -840,12 +726,6 @@ export interface CreateCodeReviewRequest {
|
|
|
840
726
|
*/
|
|
841
727
|
ClientRequestToken?: string;
|
|
842
728
|
}
|
|
843
|
-
export declare namespace CreateCodeReviewRequest {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
const filterSensitiveLog: (obj: CreateCodeReviewRequest) => any;
|
|
848
|
-
}
|
|
849
729
|
export declare enum ConfigFileState {
|
|
850
730
|
ABSENT = "Absent",
|
|
851
731
|
PRESENT = "Present",
|
|
@@ -880,12 +760,6 @@ export interface Metrics {
|
|
|
880
760
|
*/
|
|
881
761
|
FindingsCount?: number;
|
|
882
762
|
}
|
|
883
|
-
export declare namespace Metrics {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
const filterSensitiveLog: (obj: Metrics) => any;
|
|
888
|
-
}
|
|
889
763
|
export declare enum JobState {
|
|
890
764
|
COMPLETED = "Completed",
|
|
891
765
|
DELETING = "Deleting",
|
|
@@ -1026,12 +900,6 @@ export interface CodeReview {
|
|
|
1026
900
|
*/
|
|
1027
901
|
ConfigFileState?: ConfigFileState | string;
|
|
1028
902
|
}
|
|
1029
|
-
export declare namespace CodeReview {
|
|
1030
|
-
/**
|
|
1031
|
-
* @internal
|
|
1032
|
-
*/
|
|
1033
|
-
const filterSensitiveLog: (obj: CodeReview) => any;
|
|
1034
|
-
}
|
|
1035
903
|
export interface CreateCodeReviewResponse {
|
|
1036
904
|
/**
|
|
1037
905
|
* <p>
|
|
@@ -1040,12 +908,6 @@ export interface CreateCodeReviewResponse {
|
|
|
1040
908
|
*/
|
|
1041
909
|
CodeReview?: CodeReview;
|
|
1042
910
|
}
|
|
1043
|
-
export declare namespace CreateCodeReviewResponse {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
|
-
const filterSensitiveLog: (obj: CreateCodeReviewResponse) => any;
|
|
1048
|
-
}
|
|
1049
911
|
/**
|
|
1050
912
|
* <p>
|
|
1051
913
|
* The resource specified in the request was not found.
|
|
@@ -1069,12 +931,6 @@ export interface DescribeCodeReviewRequest {
|
|
|
1069
931
|
*/
|
|
1070
932
|
CodeReviewArn: string | undefined;
|
|
1071
933
|
}
|
|
1072
|
-
export declare namespace DescribeCodeReviewRequest {
|
|
1073
|
-
/**
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
1076
|
-
const filterSensitiveLog: (obj: DescribeCodeReviewRequest) => any;
|
|
1077
|
-
}
|
|
1078
934
|
export interface DescribeCodeReviewResponse {
|
|
1079
935
|
/**
|
|
1080
936
|
* <p>
|
|
@@ -1083,12 +939,6 @@ export interface DescribeCodeReviewResponse {
|
|
|
1083
939
|
*/
|
|
1084
940
|
CodeReview?: CodeReview;
|
|
1085
941
|
}
|
|
1086
|
-
export declare namespace DescribeCodeReviewResponse {
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
const filterSensitiveLog: (obj: DescribeCodeReviewResponse) => any;
|
|
1091
|
-
}
|
|
1092
942
|
export interface DescribeRecommendationFeedbackRequest {
|
|
1093
943
|
/**
|
|
1094
944
|
* <p>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html">
|
|
@@ -1115,12 +965,6 @@ export interface DescribeRecommendationFeedbackRequest {
|
|
|
1115
965
|
*/
|
|
1116
966
|
UserId?: string;
|
|
1117
967
|
}
|
|
1118
|
-
export declare namespace DescribeRecommendationFeedbackRequest {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
const filterSensitiveLog: (obj: DescribeRecommendationFeedbackRequest) => any;
|
|
1123
|
-
}
|
|
1124
968
|
export declare enum Reaction {
|
|
1125
969
|
THUMBS_DOWN = "ThumbsDown",
|
|
1126
970
|
THUMBS_UP = "ThumbsUp"
|
|
@@ -1174,12 +1018,6 @@ export interface RecommendationFeedback {
|
|
|
1174
1018
|
*/
|
|
1175
1019
|
LastUpdatedTimeStamp?: Date;
|
|
1176
1020
|
}
|
|
1177
|
-
export declare namespace RecommendationFeedback {
|
|
1178
|
-
/**
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
1181
|
-
const filterSensitiveLog: (obj: RecommendationFeedback) => any;
|
|
1182
|
-
}
|
|
1183
1021
|
export interface DescribeRecommendationFeedbackResponse {
|
|
1184
1022
|
/**
|
|
1185
1023
|
* <p>
|
|
@@ -1188,12 +1026,6 @@ export interface DescribeRecommendationFeedbackResponse {
|
|
|
1188
1026
|
*/
|
|
1189
1027
|
RecommendationFeedback?: RecommendationFeedback;
|
|
1190
1028
|
}
|
|
1191
|
-
export declare namespace DescribeRecommendationFeedbackResponse {
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
|
-
const filterSensitiveLog: (obj: DescribeRecommendationFeedbackResponse) => any;
|
|
1196
|
-
}
|
|
1197
1029
|
export interface DescribeRepositoryAssociationRequest {
|
|
1198
1030
|
/**
|
|
1199
1031
|
* <p>
|
|
@@ -1209,12 +1041,6 @@ export interface DescribeRepositoryAssociationRequest {
|
|
|
1209
1041
|
*/
|
|
1210
1042
|
AssociationArn: string | undefined;
|
|
1211
1043
|
}
|
|
1212
|
-
export declare namespace DescribeRepositoryAssociationRequest {
|
|
1213
|
-
/**
|
|
1214
|
-
* @internal
|
|
1215
|
-
*/
|
|
1216
|
-
const filterSensitiveLog: (obj: DescribeRepositoryAssociationRequest) => any;
|
|
1217
|
-
}
|
|
1218
1044
|
export interface DescribeRepositoryAssociationResponse {
|
|
1219
1045
|
/**
|
|
1220
1046
|
* <p>Information about the repository association.</p>
|
|
@@ -1240,12 +1066,6 @@ export interface DescribeRepositoryAssociationResponse {
|
|
|
1240
1066
|
*/
|
|
1241
1067
|
Tags?: Record<string, string>;
|
|
1242
1068
|
}
|
|
1243
|
-
export declare namespace DescribeRepositoryAssociationResponse {
|
|
1244
|
-
/**
|
|
1245
|
-
* @internal
|
|
1246
|
-
*/
|
|
1247
|
-
const filterSensitiveLog: (obj: DescribeRepositoryAssociationResponse) => any;
|
|
1248
|
-
}
|
|
1249
1069
|
/**
|
|
1250
1070
|
* <p>The resource specified in the request was not found.</p>
|
|
1251
1071
|
*/
|
|
@@ -1273,12 +1093,6 @@ export interface DisassociateRepositoryRequest {
|
|
|
1273
1093
|
*/
|
|
1274
1094
|
AssociationArn: string | undefined;
|
|
1275
1095
|
}
|
|
1276
|
-
export declare namespace DisassociateRepositoryRequest {
|
|
1277
|
-
/**
|
|
1278
|
-
* @internal
|
|
1279
|
-
*/
|
|
1280
|
-
const filterSensitiveLog: (obj: DisassociateRepositoryRequest) => any;
|
|
1281
|
-
}
|
|
1282
1096
|
export interface DisassociateRepositoryResponse {
|
|
1283
1097
|
/**
|
|
1284
1098
|
* <p>Information about the disassociated repository.</p>
|
|
@@ -1304,12 +1118,6 @@ export interface DisassociateRepositoryResponse {
|
|
|
1304
1118
|
*/
|
|
1305
1119
|
Tags?: Record<string, string>;
|
|
1306
1120
|
}
|
|
1307
|
-
export declare namespace DisassociateRepositoryResponse {
|
|
1308
|
-
/**
|
|
1309
|
-
* @internal
|
|
1310
|
-
*/
|
|
1311
|
-
const filterSensitiveLog: (obj: DisassociateRepositoryResponse) => any;
|
|
1312
|
-
}
|
|
1313
1121
|
export interface ListCodeReviewsRequest {
|
|
1314
1122
|
/**
|
|
1315
1123
|
* <p>
|
|
@@ -1372,12 +1180,6 @@ export interface ListCodeReviewsRequest {
|
|
|
1372
1180
|
*/
|
|
1373
1181
|
NextToken?: string;
|
|
1374
1182
|
}
|
|
1375
|
-
export declare namespace ListCodeReviewsRequest {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: ListCodeReviewsRequest) => any;
|
|
1380
|
-
}
|
|
1381
1183
|
/**
|
|
1382
1184
|
* <p>
|
|
1383
1185
|
* Information about metrics summaries.
|
|
@@ -1420,12 +1222,6 @@ export interface MetricsSummary {
|
|
|
1420
1222
|
*/
|
|
1421
1223
|
FindingsCount?: number;
|
|
1422
1224
|
}
|
|
1423
|
-
export declare namespace MetricsSummary {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
|
-
const filterSensitiveLog: (obj: MetricsSummary) => any;
|
|
1428
|
-
}
|
|
1429
1225
|
/**
|
|
1430
1226
|
* <p>
|
|
1431
1227
|
* Information about the summary of the code review.
|
|
@@ -1529,12 +1325,6 @@ export interface CodeReviewSummary {
|
|
|
1529
1325
|
*/
|
|
1530
1326
|
SourceCodeType?: SourceCodeType;
|
|
1531
1327
|
}
|
|
1532
|
-
export declare namespace CodeReviewSummary {
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
|
-
const filterSensitiveLog: (obj: CodeReviewSummary) => any;
|
|
1537
|
-
}
|
|
1538
1328
|
export interface ListCodeReviewsResponse {
|
|
1539
1329
|
/**
|
|
1540
1330
|
* <p>
|
|
@@ -1549,12 +1339,6 @@ export interface ListCodeReviewsResponse {
|
|
|
1549
1339
|
*/
|
|
1550
1340
|
NextToken?: string;
|
|
1551
1341
|
}
|
|
1552
|
-
export declare namespace ListCodeReviewsResponse {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
const filterSensitiveLog: (obj: ListCodeReviewsResponse) => any;
|
|
1557
|
-
}
|
|
1558
1342
|
export interface ListRecommendationFeedbackRequest {
|
|
1559
1343
|
/**
|
|
1560
1344
|
* <p>
|
|
@@ -1594,12 +1378,6 @@ export interface ListRecommendationFeedbackRequest {
|
|
|
1594
1378
|
*/
|
|
1595
1379
|
RecommendationIds?: string[];
|
|
1596
1380
|
}
|
|
1597
|
-
export declare namespace ListRecommendationFeedbackRequest {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
const filterSensitiveLog: (obj: ListRecommendationFeedbackRequest) => any;
|
|
1602
|
-
}
|
|
1603
1381
|
/**
|
|
1604
1382
|
* <p>
|
|
1605
1383
|
* Information about recommendation feedback summaries.
|
|
@@ -1630,12 +1408,6 @@ export interface RecommendationFeedbackSummary {
|
|
|
1630
1408
|
*/
|
|
1631
1409
|
UserId?: string;
|
|
1632
1410
|
}
|
|
1633
|
-
export declare namespace RecommendationFeedbackSummary {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
const filterSensitiveLog: (obj: RecommendationFeedbackSummary) => any;
|
|
1638
|
-
}
|
|
1639
1411
|
export interface ListRecommendationFeedbackResponse {
|
|
1640
1412
|
/**
|
|
1641
1413
|
* <p> Recommendation feedback summaries corresponding to the code review ARN. </p>
|
|
@@ -1649,12 +1421,6 @@ export interface ListRecommendationFeedbackResponse {
|
|
|
1649
1421
|
*/
|
|
1650
1422
|
NextToken?: string;
|
|
1651
1423
|
}
|
|
1652
|
-
export declare namespace ListRecommendationFeedbackResponse {
|
|
1653
|
-
/**
|
|
1654
|
-
* @internal
|
|
1655
|
-
*/
|
|
1656
|
-
const filterSensitiveLog: (obj: ListRecommendationFeedbackResponse) => any;
|
|
1657
|
-
}
|
|
1658
1424
|
export interface ListRecommendationsRequest {
|
|
1659
1425
|
/**
|
|
1660
1426
|
* <p>
|
|
@@ -1676,12 +1442,6 @@ export interface ListRecommendationsRequest {
|
|
|
1676
1442
|
*/
|
|
1677
1443
|
CodeReviewArn: string | undefined;
|
|
1678
1444
|
}
|
|
1679
|
-
export declare namespace ListRecommendationsRequest {
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
const filterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
1684
|
-
}
|
|
1685
1445
|
export declare enum RecommendationCategory {
|
|
1686
1446
|
AWS_BEST_PRACTICES = "AWSBestPractices",
|
|
1687
1447
|
AWS_CLOUDFORMATION_ISSUES = "AWSCloudFormationIssues",
|
|
@@ -1722,12 +1482,6 @@ export interface RuleMetadata {
|
|
|
1722
1482
|
*/
|
|
1723
1483
|
RuleTags?: string[];
|
|
1724
1484
|
}
|
|
1725
|
-
export declare namespace RuleMetadata {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
const filterSensitiveLog: (obj: RuleMetadata) => any;
|
|
1730
|
-
}
|
|
1731
1485
|
export declare enum Severity {
|
|
1732
1486
|
CRITICAL = "Critical",
|
|
1733
1487
|
HIGH = "High",
|
|
@@ -1784,12 +1538,6 @@ export interface RecommendationSummary {
|
|
|
1784
1538
|
*/
|
|
1785
1539
|
Severity?: Severity | string;
|
|
1786
1540
|
}
|
|
1787
|
-
export declare namespace RecommendationSummary {
|
|
1788
|
-
/**
|
|
1789
|
-
* @internal
|
|
1790
|
-
*/
|
|
1791
|
-
const filterSensitiveLog: (obj: RecommendationSummary) => any;
|
|
1792
|
-
}
|
|
1793
1541
|
export interface ListRecommendationsResponse {
|
|
1794
1542
|
/**
|
|
1795
1543
|
* <p>
|
|
@@ -1804,12 +1552,6 @@ export interface ListRecommendationsResponse {
|
|
|
1804
1552
|
*/
|
|
1805
1553
|
NextToken?: string;
|
|
1806
1554
|
}
|
|
1807
|
-
export declare namespace ListRecommendationsResponse {
|
|
1808
|
-
/**
|
|
1809
|
-
* @internal
|
|
1810
|
-
*/
|
|
1811
|
-
const filterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
1812
|
-
}
|
|
1813
1555
|
export interface ListRepositoryAssociationsRequest {
|
|
1814
1556
|
/**
|
|
1815
1557
|
* <p>List of provider types to use as a filter.</p>
|
|
@@ -1908,12 +1650,6 @@ export interface ListRepositoryAssociationsRequest {
|
|
|
1908
1650
|
*/
|
|
1909
1651
|
NextToken?: string;
|
|
1910
1652
|
}
|
|
1911
|
-
export declare namespace ListRepositoryAssociationsRequest {
|
|
1912
|
-
/**
|
|
1913
|
-
* @internal
|
|
1914
|
-
*/
|
|
1915
|
-
const filterSensitiveLog: (obj: ListRepositoryAssociationsRequest) => any;
|
|
1916
|
-
}
|
|
1917
1653
|
/**
|
|
1918
1654
|
* <p>Summary information about a repository association. The
|
|
1919
1655
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html">
|
|
@@ -2031,12 +1767,6 @@ export interface RepositoryAssociationSummary {
|
|
|
2031
1767
|
*/
|
|
2032
1768
|
State?: RepositoryAssociationState | string;
|
|
2033
1769
|
}
|
|
2034
|
-
export declare namespace RepositoryAssociationSummary {
|
|
2035
|
-
/**
|
|
2036
|
-
* @internal
|
|
2037
|
-
*/
|
|
2038
|
-
const filterSensitiveLog: (obj: RepositoryAssociationSummary) => any;
|
|
2039
|
-
}
|
|
2040
1770
|
export interface ListRepositoryAssociationsResponse {
|
|
2041
1771
|
/**
|
|
2042
1772
|
* <p>A list of repository associations that meet the criteria of the request.</p>
|
|
@@ -2050,12 +1780,6 @@ export interface ListRepositoryAssociationsResponse {
|
|
|
2050
1780
|
*/
|
|
2051
1781
|
NextToken?: string;
|
|
2052
1782
|
}
|
|
2053
|
-
export declare namespace ListRepositoryAssociationsResponse {
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
|
-
const filterSensitiveLog: (obj: ListRepositoryAssociationsResponse) => any;
|
|
2058
|
-
}
|
|
2059
1783
|
export interface ListTagsForResourceRequest {
|
|
2060
1784
|
/**
|
|
2061
1785
|
* <p>
|
|
@@ -2071,12 +1795,6 @@ export interface ListTagsForResourceRequest {
|
|
|
2071
1795
|
*/
|
|
2072
1796
|
resourceArn: string | undefined;
|
|
2073
1797
|
}
|
|
2074
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2075
|
-
/**
|
|
2076
|
-
* @internal
|
|
2077
|
-
*/
|
|
2078
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2079
|
-
}
|
|
2080
1798
|
export interface ListTagsForResourceResponse {
|
|
2081
1799
|
/**
|
|
2082
1800
|
* <p>
|
|
@@ -2098,12 +1816,6 @@ export interface ListTagsForResourceResponse {
|
|
|
2098
1816
|
*/
|
|
2099
1817
|
Tags?: Record<string, string>;
|
|
2100
1818
|
}
|
|
2101
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2106
|
-
}
|
|
2107
1819
|
export interface PutRecommendationFeedbackRequest {
|
|
2108
1820
|
/**
|
|
2109
1821
|
* <p>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html">
|
|
@@ -2125,20 +1837,8 @@ export interface PutRecommendationFeedbackRequest {
|
|
|
2125
1837
|
*/
|
|
2126
1838
|
Reactions: (Reaction | string)[] | undefined;
|
|
2127
1839
|
}
|
|
2128
|
-
export declare namespace PutRecommendationFeedbackRequest {
|
|
2129
|
-
/**
|
|
2130
|
-
* @internal
|
|
2131
|
-
*/
|
|
2132
|
-
const filterSensitiveLog: (obj: PutRecommendationFeedbackRequest) => any;
|
|
2133
|
-
}
|
|
2134
1840
|
export interface PutRecommendationFeedbackResponse {
|
|
2135
1841
|
}
|
|
2136
|
-
export declare namespace PutRecommendationFeedbackResponse {
|
|
2137
|
-
/**
|
|
2138
|
-
* @internal
|
|
2139
|
-
*/
|
|
2140
|
-
const filterSensitiveLog: (obj: PutRecommendationFeedbackResponse) => any;
|
|
2141
|
-
}
|
|
2142
1842
|
export interface TagResourceRequest {
|
|
2143
1843
|
/**
|
|
2144
1844
|
* <p>
|
|
@@ -2173,20 +1873,8 @@ export interface TagResourceRequest {
|
|
|
2173
1873
|
*/
|
|
2174
1874
|
Tags: Record<string, string> | undefined;
|
|
2175
1875
|
}
|
|
2176
|
-
export declare namespace TagResourceRequest {
|
|
2177
|
-
/**
|
|
2178
|
-
* @internal
|
|
2179
|
-
*/
|
|
2180
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2181
|
-
}
|
|
2182
1876
|
export interface TagResourceResponse {
|
|
2183
1877
|
}
|
|
2184
|
-
export declare namespace TagResourceResponse {
|
|
2185
|
-
/**
|
|
2186
|
-
* @internal
|
|
2187
|
-
*/
|
|
2188
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2189
|
-
}
|
|
2190
1878
|
export interface UntagResourceRequest {
|
|
2191
1879
|
/**
|
|
2192
1880
|
* <p>
|
|
@@ -2206,17 +1894,221 @@ export interface UntagResourceRequest {
|
|
|
2206
1894
|
*/
|
|
2207
1895
|
TagKeys: string[] | undefined;
|
|
2208
1896
|
}
|
|
2209
|
-
export declare namespace UntagResourceRequest {
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2214
|
-
}
|
|
2215
1897
|
export interface UntagResourceResponse {
|
|
2216
1898
|
}
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
1899
|
+
/**
|
|
1900
|
+
* @internal
|
|
1901
|
+
*/
|
|
1902
|
+
export declare const KMSKeyDetailsFilterSensitiveLog: (obj: KMSKeyDetails) => any;
|
|
1903
|
+
/**
|
|
1904
|
+
* @internal
|
|
1905
|
+
*/
|
|
1906
|
+
export declare const ThirdPartySourceRepositoryFilterSensitiveLog: (obj: ThirdPartySourceRepository) => any;
|
|
1907
|
+
/**
|
|
1908
|
+
* @internal
|
|
1909
|
+
*/
|
|
1910
|
+
export declare const CodeCommitRepositoryFilterSensitiveLog: (obj: CodeCommitRepository) => any;
|
|
1911
|
+
/**
|
|
1912
|
+
* @internal
|
|
1913
|
+
*/
|
|
1914
|
+
export declare const S3RepositoryFilterSensitiveLog: (obj: S3Repository) => any;
|
|
1915
|
+
/**
|
|
1916
|
+
* @internal
|
|
1917
|
+
*/
|
|
1918
|
+
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
1919
|
+
/**
|
|
1920
|
+
* @internal
|
|
1921
|
+
*/
|
|
1922
|
+
export declare const AssociateRepositoryRequestFilterSensitiveLog: (obj: AssociateRepositoryRequest) => any;
|
|
1923
|
+
/**
|
|
1924
|
+
* @internal
|
|
1925
|
+
*/
|
|
1926
|
+
export declare const CodeArtifactsFilterSensitiveLog: (obj: CodeArtifacts) => any;
|
|
1927
|
+
/**
|
|
1928
|
+
* @internal
|
|
1929
|
+
*/
|
|
1930
|
+
export declare const S3RepositoryDetailsFilterSensitiveLog: (obj: S3RepositoryDetails) => any;
|
|
1931
|
+
/**
|
|
1932
|
+
* @internal
|
|
1933
|
+
*/
|
|
1934
|
+
export declare const RepositoryAssociationFilterSensitiveLog: (obj: RepositoryAssociation) => any;
|
|
1935
|
+
/**
|
|
1936
|
+
* @internal
|
|
1937
|
+
*/
|
|
1938
|
+
export declare const AssociateRepositoryResponseFilterSensitiveLog: (obj: AssociateRepositoryResponse) => any;
|
|
1939
|
+
/**
|
|
1940
|
+
* @internal
|
|
1941
|
+
*/
|
|
1942
|
+
export declare const RepositoryHeadSourceCodeTypeFilterSensitiveLog: (obj: RepositoryHeadSourceCodeType) => any;
|
|
1943
|
+
/**
|
|
1944
|
+
* @internal
|
|
1945
|
+
*/
|
|
1946
|
+
export declare const BranchDiffSourceCodeTypeFilterSensitiveLog: (obj: BranchDiffSourceCodeType) => any;
|
|
1947
|
+
/**
|
|
1948
|
+
* @internal
|
|
1949
|
+
*/
|
|
1950
|
+
export declare const CommitDiffSourceCodeTypeFilterSensitiveLog: (obj: CommitDiffSourceCodeType) => any;
|
|
1951
|
+
/**
|
|
1952
|
+
* @internal
|
|
1953
|
+
*/
|
|
1954
|
+
export declare const EventInfoFilterSensitiveLog: (obj: EventInfo) => any;
|
|
1955
|
+
/**
|
|
1956
|
+
* @internal
|
|
1957
|
+
*/
|
|
1958
|
+
export declare const RequestMetadataFilterSensitiveLog: (obj: RequestMetadata) => any;
|
|
1959
|
+
/**
|
|
1960
|
+
* @internal
|
|
1961
|
+
*/
|
|
1962
|
+
export declare const S3BucketRepositoryFilterSensitiveLog: (obj: S3BucketRepository) => any;
|
|
1963
|
+
/**
|
|
1964
|
+
* @internal
|
|
1965
|
+
*/
|
|
1966
|
+
export declare const SourceCodeTypeFilterSensitiveLog: (obj: SourceCodeType) => any;
|
|
1967
|
+
/**
|
|
1968
|
+
* @internal
|
|
1969
|
+
*/
|
|
1970
|
+
export declare const RepositoryAnalysisFilterSensitiveLog: (obj: RepositoryAnalysis) => any;
|
|
1971
|
+
/**
|
|
1972
|
+
* @internal
|
|
1973
|
+
*/
|
|
1974
|
+
export declare const CodeReviewTypeFilterSensitiveLog: (obj: CodeReviewType) => any;
|
|
1975
|
+
/**
|
|
1976
|
+
* @internal
|
|
1977
|
+
*/
|
|
1978
|
+
export declare const CreateCodeReviewRequestFilterSensitiveLog: (obj: CreateCodeReviewRequest) => any;
|
|
1979
|
+
/**
|
|
1980
|
+
* @internal
|
|
1981
|
+
*/
|
|
1982
|
+
export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
|
|
1983
|
+
/**
|
|
1984
|
+
* @internal
|
|
1985
|
+
*/
|
|
1986
|
+
export declare const CodeReviewFilterSensitiveLog: (obj: CodeReview) => any;
|
|
1987
|
+
/**
|
|
1988
|
+
* @internal
|
|
1989
|
+
*/
|
|
1990
|
+
export declare const CreateCodeReviewResponseFilterSensitiveLog: (obj: CreateCodeReviewResponse) => any;
|
|
1991
|
+
/**
|
|
1992
|
+
* @internal
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const DescribeCodeReviewRequestFilterSensitiveLog: (obj: DescribeCodeReviewRequest) => any;
|
|
1995
|
+
/**
|
|
1996
|
+
* @internal
|
|
1997
|
+
*/
|
|
1998
|
+
export declare const DescribeCodeReviewResponseFilterSensitiveLog: (obj: DescribeCodeReviewResponse) => any;
|
|
1999
|
+
/**
|
|
2000
|
+
* @internal
|
|
2001
|
+
*/
|
|
2002
|
+
export declare const DescribeRecommendationFeedbackRequestFilterSensitiveLog: (obj: DescribeRecommendationFeedbackRequest) => any;
|
|
2003
|
+
/**
|
|
2004
|
+
* @internal
|
|
2005
|
+
*/
|
|
2006
|
+
export declare const RecommendationFeedbackFilterSensitiveLog: (obj: RecommendationFeedback) => any;
|
|
2007
|
+
/**
|
|
2008
|
+
* @internal
|
|
2009
|
+
*/
|
|
2010
|
+
export declare const DescribeRecommendationFeedbackResponseFilterSensitiveLog: (obj: DescribeRecommendationFeedbackResponse) => any;
|
|
2011
|
+
/**
|
|
2012
|
+
* @internal
|
|
2013
|
+
*/
|
|
2014
|
+
export declare const DescribeRepositoryAssociationRequestFilterSensitiveLog: (obj: DescribeRepositoryAssociationRequest) => any;
|
|
2015
|
+
/**
|
|
2016
|
+
* @internal
|
|
2017
|
+
*/
|
|
2018
|
+
export declare const DescribeRepositoryAssociationResponseFilterSensitiveLog: (obj: DescribeRepositoryAssociationResponse) => any;
|
|
2019
|
+
/**
|
|
2020
|
+
* @internal
|
|
2021
|
+
*/
|
|
2022
|
+
export declare const DisassociateRepositoryRequestFilterSensitiveLog: (obj: DisassociateRepositoryRequest) => any;
|
|
2023
|
+
/**
|
|
2024
|
+
* @internal
|
|
2025
|
+
*/
|
|
2026
|
+
export declare const DisassociateRepositoryResponseFilterSensitiveLog: (obj: DisassociateRepositoryResponse) => any;
|
|
2027
|
+
/**
|
|
2028
|
+
* @internal
|
|
2029
|
+
*/
|
|
2030
|
+
export declare const ListCodeReviewsRequestFilterSensitiveLog: (obj: ListCodeReviewsRequest) => any;
|
|
2031
|
+
/**
|
|
2032
|
+
* @internal
|
|
2033
|
+
*/
|
|
2034
|
+
export declare const MetricsSummaryFilterSensitiveLog: (obj: MetricsSummary) => any;
|
|
2035
|
+
/**
|
|
2036
|
+
* @internal
|
|
2037
|
+
*/
|
|
2038
|
+
export declare const CodeReviewSummaryFilterSensitiveLog: (obj: CodeReviewSummary) => any;
|
|
2039
|
+
/**
|
|
2040
|
+
* @internal
|
|
2041
|
+
*/
|
|
2042
|
+
export declare const ListCodeReviewsResponseFilterSensitiveLog: (obj: ListCodeReviewsResponse) => any;
|
|
2043
|
+
/**
|
|
2044
|
+
* @internal
|
|
2045
|
+
*/
|
|
2046
|
+
export declare const ListRecommendationFeedbackRequestFilterSensitiveLog: (obj: ListRecommendationFeedbackRequest) => any;
|
|
2047
|
+
/**
|
|
2048
|
+
* @internal
|
|
2049
|
+
*/
|
|
2050
|
+
export declare const RecommendationFeedbackSummaryFilterSensitiveLog: (obj: RecommendationFeedbackSummary) => any;
|
|
2051
|
+
/**
|
|
2052
|
+
* @internal
|
|
2053
|
+
*/
|
|
2054
|
+
export declare const ListRecommendationFeedbackResponseFilterSensitiveLog: (obj: ListRecommendationFeedbackResponse) => any;
|
|
2055
|
+
/**
|
|
2056
|
+
* @internal
|
|
2057
|
+
*/
|
|
2058
|
+
export declare const ListRecommendationsRequestFilterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
2059
|
+
/**
|
|
2060
|
+
* @internal
|
|
2061
|
+
*/
|
|
2062
|
+
export declare const RuleMetadataFilterSensitiveLog: (obj: RuleMetadata) => any;
|
|
2063
|
+
/**
|
|
2064
|
+
* @internal
|
|
2065
|
+
*/
|
|
2066
|
+
export declare const RecommendationSummaryFilterSensitiveLog: (obj: RecommendationSummary) => any;
|
|
2067
|
+
/**
|
|
2068
|
+
* @internal
|
|
2069
|
+
*/
|
|
2070
|
+
export declare const ListRecommendationsResponseFilterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
2071
|
+
/**
|
|
2072
|
+
* @internal
|
|
2073
|
+
*/
|
|
2074
|
+
export declare const ListRepositoryAssociationsRequestFilterSensitiveLog: (obj: ListRepositoryAssociationsRequest) => any;
|
|
2075
|
+
/**
|
|
2076
|
+
* @internal
|
|
2077
|
+
*/
|
|
2078
|
+
export declare const RepositoryAssociationSummaryFilterSensitiveLog: (obj: RepositoryAssociationSummary) => any;
|
|
2079
|
+
/**
|
|
2080
|
+
* @internal
|
|
2081
|
+
*/
|
|
2082
|
+
export declare const ListRepositoryAssociationsResponseFilterSensitiveLog: (obj: ListRepositoryAssociationsResponse) => any;
|
|
2083
|
+
/**
|
|
2084
|
+
* @internal
|
|
2085
|
+
*/
|
|
2086
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2087
|
+
/**
|
|
2088
|
+
* @internal
|
|
2089
|
+
*/
|
|
2090
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2091
|
+
/**
|
|
2092
|
+
* @internal
|
|
2093
|
+
*/
|
|
2094
|
+
export declare const PutRecommendationFeedbackRequestFilterSensitiveLog: (obj: PutRecommendationFeedbackRequest) => any;
|
|
2095
|
+
/**
|
|
2096
|
+
* @internal
|
|
2097
|
+
*/
|
|
2098
|
+
export declare const PutRecommendationFeedbackResponseFilterSensitiveLog: (obj: PutRecommendationFeedbackResponse) => any;
|
|
2099
|
+
/**
|
|
2100
|
+
* @internal
|
|
2101
|
+
*/
|
|
2102
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2103
|
+
/**
|
|
2104
|
+
* @internal
|
|
2105
|
+
*/
|
|
2106
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2107
|
+
/**
|
|
2108
|
+
* @internal
|
|
2109
|
+
*/
|
|
2110
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2111
|
+
/**
|
|
2112
|
+
* @internal
|
|
2113
|
+
*/
|
|
2114
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|