@aws-sdk/client-codeguru-reviewer 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/CodeGuruReviewer.js +0 -19
- package/dist-cjs/CodeGuruReviewerClient.js +35 -0
- package/dist-cjs/commands/AssociateRepositoryCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateCodeReviewCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/DescribeCodeReviewCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeRecommendationFeedbackCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeRepositoryAssociationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DisassociateRepositoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListCodeReviewsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListRecommendationFeedbackCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/ListRecommendationsCommand.js +2 -29
- package/dist-cjs/commands/ListRepositoryAssociationsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutRecommendationFeedbackCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -184
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListCodeReviewsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListRecommendationFeedbackPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListRecommendationsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListRepositoryAssociationsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +5 -11
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForCodeReviewCompleted.js +4 -14
- package/{dist/cjs → dist-cjs}/waiters/waitForRepositoryAssociationSucceeded.js +4 -14
- package/{dist/es → dist-es}/CodeGuruReviewer.js +0 -1
- package/{dist/es → dist-es}/CodeGuruReviewerClient.js +1 -2
- package/{dist/es → dist-es}/commands/AssociateRepositoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateCodeReviewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeCodeReviewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRecommendationFeedbackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRepositoryAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateRepositoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListCodeReviewsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRecommendationFeedbackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRecommendationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRepositoryAssociationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutRecommendationFeedbackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListCodeReviewsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListRecommendationFeedbackPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListRecommendationsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListRepositoryAssociationsPaginator.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForCodeReviewCompleted.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForRepositoryAssociationSucceeded.js +1 -2
- package/{dist/types → dist-types}/CodeGuruReviewer.d.ts +1 -1
- package/{dist/types → dist-types}/CodeGuruReviewerClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateCodeReviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCodeReviewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRecommendationFeedbackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRepositoryAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCodeReviewsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRecommendationFeedbackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRecommendationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRepositoryAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRecommendationFeedbackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListCodeReviewsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRecommendationFeedbackPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRepositoryAssociationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/CodeGuruReviewer.d.ts +16 -127
- package/{dist/types → dist-types}/ts3.4/CodeGuruReviewerClient.d.ts +32 -112
- package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +4 -24
- package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateRepositoryCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +838 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListCodeReviewsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRecommendationFeedbackPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRepositoryAssociationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForCodeReviewCompleted.d.ts +3 -10
- package/{dist/types → dist-types}/ts3.4/waiters/waitForRepositoryAssociationSucceeded.d.ts +3 -10
- package/{dist/types → dist-types}/waiters/waitForCodeReviewCompleted.d.ts +1 -1
- package/{dist/types → dist-types}/waiters/waitForRepositoryAssociationSucceeded.d.ts +1 -1
- package/package.json +46 -43
- package/CodeGuruReviewer.ts +0 -596
- package/CodeGuruReviewerClient.ts +0 -319
- package/commands/AssociateRepositoryCommand.ts +0 -118
- package/commands/CreateCodeReviewCommand.ts +0 -100
- package/commands/DescribeCodeReviewCommand.ts +0 -94
- package/commands/DescribeRecommendationFeedbackCommand.ts +0 -104
- package/commands/DescribeRepositoryAssociationCommand.ts +0 -104
- package/commands/DisassociateRepositoryCommand.ts +0 -94
- package/commands/ListCodeReviewsCommand.ts +0 -96
- package/commands/ListRecommendationFeedbackCommand.ts +0 -103
- package/commands/ListRecommendationsCommand.ts +0 -96
- package/commands/ListRepositoryAssociationsCommand.ts +0 -114
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutRecommendationFeedbackCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/dist/cjs/CodeGuruReviewer.js.map +0 -1
- package/dist/cjs/CodeGuruReviewerClient.js +0 -59
- package/dist/cjs/CodeGuruReviewerClient.js.map +0 -1
- package/dist/cjs/commands/AssociateRepositoryCommand.js +0 -85
- package/dist/cjs/commands/AssociateRepositoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCodeReviewCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCodeReviewCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRecommendationFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRepositoryAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRepositoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListCodeReviewsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecommendationFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecommendationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRepositoryAssociationsCommand.js +0 -78
- package/dist/cjs/commands/ListRepositoryAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutRecommendationFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListCodeReviewsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecommendationFeedbackPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecommendationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRepositoryAssociationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForCodeReviewCompleted.js.map +0 -1
- package/dist/cjs/waiters/waitForRepositoryAssociationSucceeded.js.map +0 -1
- package/dist/es/CodeGuruReviewer.js.map +0 -1
- package/dist/es/CodeGuruReviewerClient.js.map +0 -1
- package/dist/es/commands/AssociateRepositoryCommand.js.map +0 -1
- package/dist/es/commands/CreateCodeReviewCommand.js.map +0 -1
- package/dist/es/commands/DescribeCodeReviewCommand.js.map +0 -1
- package/dist/es/commands/DescribeRecommendationFeedbackCommand.js.map +0 -1
- package/dist/es/commands/DescribeRepositoryAssociationCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRepositoryCommand.js.map +0 -1
- package/dist/es/commands/ListCodeReviewsCommand.js.map +0 -1
- package/dist/es/commands/ListRecommendationFeedbackCommand.js.map +0 -1
- package/dist/es/commands/ListRecommendationsCommand.js.map +0 -1
- package/dist/es/commands/ListRepositoryAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutRecommendationFeedbackCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -25
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListCodeReviewsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecommendationFeedbackPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecommendationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRepositoryAssociationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForCodeReviewCompleted.js.map +0 -1
- package/dist/es/waiters/waitForRepositoryAssociationSucceeded.js.map +0 -1
- package/dist/types/ts3.4/commands/AssociateRepositoryCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreateCodeReviewCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListCodeReviewsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListRecommendationsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2210
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2570
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListCodeReviewsPaginator.ts +0 -58
- package/pagination/ListRecommendationFeedbackPaginator.ts +0 -58
- package/pagination/ListRecommendationsPaginator.ts +0 -58
- package/pagination/ListRepositoryAssociationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -2525
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForCodeReviewCompleted.ts +0 -57
- package/waiters/waitForRepositoryAssociationSucceeded.ts +0 -60
|
@@ -4,9 +4,6 @@ exports.CodeReviewSummary = exports.MetricsSummary = exports.ListCodeReviewsRequ
|
|
|
4
4
|
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutRecommendationFeedbackResponse = exports.PutRecommendationFeedbackRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListRepositoryAssociationsResponse = exports.RepositoryAssociationSummary = exports.ListRepositoryAssociationsRequest = exports.ListRecommendationsResponse = exports.RecommendationSummary = exports.Severity = exports.RuleMetadata = exports.RecommendationCategory = exports.ListRecommendationsRequest = exports.ListRecommendationFeedbackResponse = exports.RecommendationFeedbackSummary = exports.ListRecommendationFeedbackRequest = exports.ListCodeReviewsResponse = void 0;
|
|
5
5
|
var AccessDeniedException;
|
|
6
6
|
(function (AccessDeniedException) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
7
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
11
8
|
...obj,
|
|
12
9
|
});
|
|
@@ -23,54 +20,36 @@ var EncryptionOption;
|
|
|
23
20
|
})(EncryptionOption = exports.EncryptionOption || (exports.EncryptionOption = {}));
|
|
24
21
|
var KMSKeyDetails;
|
|
25
22
|
(function (KMSKeyDetails) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
23
|
KMSKeyDetails.filterSensitiveLog = (obj) => ({
|
|
30
24
|
...obj,
|
|
31
25
|
});
|
|
32
26
|
})(KMSKeyDetails = exports.KMSKeyDetails || (exports.KMSKeyDetails = {}));
|
|
33
27
|
var ThirdPartySourceRepository;
|
|
34
28
|
(function (ThirdPartySourceRepository) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
29
|
ThirdPartySourceRepository.filterSensitiveLog = (obj) => ({
|
|
39
30
|
...obj,
|
|
40
31
|
});
|
|
41
32
|
})(ThirdPartySourceRepository = exports.ThirdPartySourceRepository || (exports.ThirdPartySourceRepository = {}));
|
|
42
33
|
var CodeCommitRepository;
|
|
43
34
|
(function (CodeCommitRepository) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
35
|
CodeCommitRepository.filterSensitiveLog = (obj) => ({
|
|
48
36
|
...obj,
|
|
49
37
|
});
|
|
50
38
|
})(CodeCommitRepository = exports.CodeCommitRepository || (exports.CodeCommitRepository = {}));
|
|
51
39
|
var S3Repository;
|
|
52
40
|
(function (S3Repository) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
41
|
S3Repository.filterSensitiveLog = (obj) => ({
|
|
57
42
|
...obj,
|
|
58
43
|
});
|
|
59
44
|
})(S3Repository = exports.S3Repository || (exports.S3Repository = {}));
|
|
60
45
|
var Repository;
|
|
61
46
|
(function (Repository) {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
47
|
Repository.filterSensitiveLog = (obj) => ({
|
|
66
48
|
...obj,
|
|
67
49
|
});
|
|
68
50
|
})(Repository = exports.Repository || (exports.Repository = {}));
|
|
69
51
|
var AssociateRepositoryRequest;
|
|
70
52
|
(function (AssociateRepositoryRequest) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
53
|
AssociateRepositoryRequest.filterSensitiveLog = (obj) => ({
|
|
75
54
|
...obj,
|
|
76
55
|
});
|
|
@@ -85,18 +64,12 @@ var ProviderType;
|
|
|
85
64
|
})(ProviderType = exports.ProviderType || (exports.ProviderType = {}));
|
|
86
65
|
var CodeArtifacts;
|
|
87
66
|
(function (CodeArtifacts) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
67
|
CodeArtifacts.filterSensitiveLog = (obj) => ({
|
|
92
68
|
...obj,
|
|
93
69
|
});
|
|
94
70
|
})(CodeArtifacts = exports.CodeArtifacts || (exports.CodeArtifacts = {}));
|
|
95
71
|
var S3RepositoryDetails;
|
|
96
72
|
(function (S3RepositoryDetails) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
73
|
S3RepositoryDetails.filterSensitiveLog = (obj) => ({
|
|
101
74
|
...obj,
|
|
102
75
|
});
|
|
@@ -111,90 +84,60 @@ var RepositoryAssociationState;
|
|
|
111
84
|
})(RepositoryAssociationState = exports.RepositoryAssociationState || (exports.RepositoryAssociationState = {}));
|
|
112
85
|
var RepositoryAssociation;
|
|
113
86
|
(function (RepositoryAssociation) {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
87
|
RepositoryAssociation.filterSensitiveLog = (obj) => ({
|
|
118
88
|
...obj,
|
|
119
89
|
});
|
|
120
90
|
})(RepositoryAssociation = exports.RepositoryAssociation || (exports.RepositoryAssociation = {}));
|
|
121
91
|
var AssociateRepositoryResponse;
|
|
122
92
|
(function (AssociateRepositoryResponse) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
93
|
AssociateRepositoryResponse.filterSensitiveLog = (obj) => ({
|
|
127
94
|
...obj,
|
|
128
95
|
});
|
|
129
96
|
})(AssociateRepositoryResponse = exports.AssociateRepositoryResponse || (exports.AssociateRepositoryResponse = {}));
|
|
130
97
|
var ConflictException;
|
|
131
98
|
(function (ConflictException) {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
99
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
136
100
|
...obj,
|
|
137
101
|
});
|
|
138
102
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
139
103
|
var InternalServerException;
|
|
140
104
|
(function (InternalServerException) {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
105
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
145
106
|
...obj,
|
|
146
107
|
});
|
|
147
108
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
148
109
|
var ThrottlingException;
|
|
149
110
|
(function (ThrottlingException) {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
111
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
154
112
|
...obj,
|
|
155
113
|
});
|
|
156
114
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
157
115
|
var ValidationException;
|
|
158
116
|
(function (ValidationException) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
117
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
163
118
|
...obj,
|
|
164
119
|
});
|
|
165
120
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
166
121
|
var RepositoryHeadSourceCodeType;
|
|
167
122
|
(function (RepositoryHeadSourceCodeType) {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
123
|
RepositoryHeadSourceCodeType.filterSensitiveLog = (obj) => ({
|
|
172
124
|
...obj,
|
|
173
125
|
});
|
|
174
126
|
})(RepositoryHeadSourceCodeType = exports.RepositoryHeadSourceCodeType || (exports.RepositoryHeadSourceCodeType = {}));
|
|
175
127
|
var BranchDiffSourceCodeType;
|
|
176
128
|
(function (BranchDiffSourceCodeType) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
129
|
BranchDiffSourceCodeType.filterSensitiveLog = (obj) => ({
|
|
181
130
|
...obj,
|
|
182
131
|
});
|
|
183
132
|
})(BranchDiffSourceCodeType = exports.BranchDiffSourceCodeType || (exports.BranchDiffSourceCodeType = {}));
|
|
184
133
|
var CommitDiffSourceCodeType;
|
|
185
134
|
(function (CommitDiffSourceCodeType) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
135
|
CommitDiffSourceCodeType.filterSensitiveLog = (obj) => ({
|
|
190
136
|
...obj,
|
|
191
137
|
});
|
|
192
138
|
})(CommitDiffSourceCodeType = exports.CommitDiffSourceCodeType || (exports.CommitDiffSourceCodeType = {}));
|
|
193
139
|
var EventInfo;
|
|
194
140
|
(function (EventInfo) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
141
|
EventInfo.filterSensitiveLog = (obj) => ({
|
|
199
142
|
...obj,
|
|
200
143
|
});
|
|
@@ -207,63 +150,42 @@ var VendorName;
|
|
|
207
150
|
})(VendorName = exports.VendorName || (exports.VendorName = {}));
|
|
208
151
|
var RequestMetadata;
|
|
209
152
|
(function (RequestMetadata) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
153
|
RequestMetadata.filterSensitiveLog = (obj) => ({
|
|
214
154
|
...obj,
|
|
215
155
|
});
|
|
216
156
|
})(RequestMetadata = exports.RequestMetadata || (exports.RequestMetadata = {}));
|
|
217
157
|
var S3BucketRepository;
|
|
218
158
|
(function (S3BucketRepository) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
159
|
S3BucketRepository.filterSensitiveLog = (obj) => ({
|
|
223
160
|
...obj,
|
|
224
161
|
});
|
|
225
162
|
})(S3BucketRepository = exports.S3BucketRepository || (exports.S3BucketRepository = {}));
|
|
226
163
|
var SourceCodeType;
|
|
227
164
|
(function (SourceCodeType) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
165
|
SourceCodeType.filterSensitiveLog = (obj) => ({
|
|
232
166
|
...obj,
|
|
233
167
|
});
|
|
234
168
|
})(SourceCodeType = exports.SourceCodeType || (exports.SourceCodeType = {}));
|
|
235
169
|
var RepositoryAnalysis;
|
|
236
170
|
(function (RepositoryAnalysis) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
171
|
RepositoryAnalysis.filterSensitiveLog = (obj) => ({
|
|
241
172
|
...obj,
|
|
242
173
|
});
|
|
243
174
|
})(RepositoryAnalysis = exports.RepositoryAnalysis || (exports.RepositoryAnalysis = {}));
|
|
244
175
|
var CodeReviewType;
|
|
245
176
|
(function (CodeReviewType) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
177
|
CodeReviewType.filterSensitiveLog = (obj) => ({
|
|
250
178
|
...obj,
|
|
251
179
|
});
|
|
252
180
|
})(CodeReviewType = exports.CodeReviewType || (exports.CodeReviewType = {}));
|
|
253
181
|
var CreateCodeReviewRequest;
|
|
254
182
|
(function (CreateCodeReviewRequest) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
183
|
CreateCodeReviewRequest.filterSensitiveLog = (obj) => ({
|
|
259
184
|
...obj,
|
|
260
185
|
});
|
|
261
186
|
})(CreateCodeReviewRequest = exports.CreateCodeReviewRequest || (exports.CreateCodeReviewRequest = {}));
|
|
262
187
|
var Metrics;
|
|
263
188
|
(function (Metrics) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
189
|
Metrics.filterSensitiveLog = (obj) => ({
|
|
268
190
|
...obj,
|
|
269
191
|
});
|
|
@@ -282,54 +204,36 @@ var Type;
|
|
|
282
204
|
})(Type = exports.Type || (exports.Type = {}));
|
|
283
205
|
var CodeReview;
|
|
284
206
|
(function (CodeReview) {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
207
|
CodeReview.filterSensitiveLog = (obj) => ({
|
|
289
208
|
...obj,
|
|
290
209
|
});
|
|
291
210
|
})(CodeReview = exports.CodeReview || (exports.CodeReview = {}));
|
|
292
211
|
var CreateCodeReviewResponse;
|
|
293
212
|
(function (CreateCodeReviewResponse) {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
213
|
CreateCodeReviewResponse.filterSensitiveLog = (obj) => ({
|
|
298
214
|
...obj,
|
|
299
215
|
});
|
|
300
216
|
})(CreateCodeReviewResponse = exports.CreateCodeReviewResponse || (exports.CreateCodeReviewResponse = {}));
|
|
301
217
|
var ResourceNotFoundException;
|
|
302
218
|
(function (ResourceNotFoundException) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
219
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
307
220
|
...obj,
|
|
308
221
|
});
|
|
309
222
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
310
223
|
var DescribeCodeReviewRequest;
|
|
311
224
|
(function (DescribeCodeReviewRequest) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
225
|
DescribeCodeReviewRequest.filterSensitiveLog = (obj) => ({
|
|
316
226
|
...obj,
|
|
317
227
|
});
|
|
318
228
|
})(DescribeCodeReviewRequest = exports.DescribeCodeReviewRequest || (exports.DescribeCodeReviewRequest = {}));
|
|
319
229
|
var DescribeCodeReviewResponse;
|
|
320
230
|
(function (DescribeCodeReviewResponse) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
231
|
DescribeCodeReviewResponse.filterSensitiveLog = (obj) => ({
|
|
325
232
|
...obj,
|
|
326
233
|
});
|
|
327
234
|
})(DescribeCodeReviewResponse = exports.DescribeCodeReviewResponse || (exports.DescribeCodeReviewResponse = {}));
|
|
328
235
|
var DescribeRecommendationFeedbackRequest;
|
|
329
236
|
(function (DescribeRecommendationFeedbackRequest) {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
237
|
DescribeRecommendationFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
334
238
|
...obj,
|
|
335
239
|
});
|
|
@@ -341,135 +245,90 @@ var Reaction;
|
|
|
341
245
|
})(Reaction = exports.Reaction || (exports.Reaction = {}));
|
|
342
246
|
var RecommendationFeedback;
|
|
343
247
|
(function (RecommendationFeedback) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
248
|
RecommendationFeedback.filterSensitiveLog = (obj) => ({
|
|
348
249
|
...obj,
|
|
349
250
|
});
|
|
350
251
|
})(RecommendationFeedback = exports.RecommendationFeedback || (exports.RecommendationFeedback = {}));
|
|
351
252
|
var DescribeRecommendationFeedbackResponse;
|
|
352
253
|
(function (DescribeRecommendationFeedbackResponse) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
254
|
DescribeRecommendationFeedbackResponse.filterSensitiveLog = (obj) => ({
|
|
357
255
|
...obj,
|
|
358
256
|
});
|
|
359
257
|
})(DescribeRecommendationFeedbackResponse = exports.DescribeRecommendationFeedbackResponse || (exports.DescribeRecommendationFeedbackResponse = {}));
|
|
360
258
|
var DescribeRepositoryAssociationRequest;
|
|
361
259
|
(function (DescribeRepositoryAssociationRequest) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
260
|
DescribeRepositoryAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
366
261
|
...obj,
|
|
367
262
|
});
|
|
368
263
|
})(DescribeRepositoryAssociationRequest = exports.DescribeRepositoryAssociationRequest || (exports.DescribeRepositoryAssociationRequest = {}));
|
|
369
264
|
var DescribeRepositoryAssociationResponse;
|
|
370
265
|
(function (DescribeRepositoryAssociationResponse) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
266
|
DescribeRepositoryAssociationResponse.filterSensitiveLog = (obj) => ({
|
|
375
267
|
...obj,
|
|
376
268
|
});
|
|
377
269
|
})(DescribeRepositoryAssociationResponse = exports.DescribeRepositoryAssociationResponse || (exports.DescribeRepositoryAssociationResponse = {}));
|
|
378
270
|
var NotFoundException;
|
|
379
271
|
(function (NotFoundException) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
272
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
384
273
|
...obj,
|
|
385
274
|
});
|
|
386
275
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
387
276
|
var DisassociateRepositoryRequest;
|
|
388
277
|
(function (DisassociateRepositoryRequest) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
278
|
DisassociateRepositoryRequest.filterSensitiveLog = (obj) => ({
|
|
393
279
|
...obj,
|
|
394
280
|
});
|
|
395
281
|
})(DisassociateRepositoryRequest = exports.DisassociateRepositoryRequest || (exports.DisassociateRepositoryRequest = {}));
|
|
396
282
|
var DisassociateRepositoryResponse;
|
|
397
283
|
(function (DisassociateRepositoryResponse) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
284
|
DisassociateRepositoryResponse.filterSensitiveLog = (obj) => ({
|
|
402
285
|
...obj,
|
|
403
286
|
});
|
|
404
287
|
})(DisassociateRepositoryResponse = exports.DisassociateRepositoryResponse || (exports.DisassociateRepositoryResponse = {}));
|
|
405
288
|
var ListCodeReviewsRequest;
|
|
406
289
|
(function (ListCodeReviewsRequest) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
290
|
ListCodeReviewsRequest.filterSensitiveLog = (obj) => ({
|
|
411
291
|
...obj,
|
|
412
292
|
});
|
|
413
293
|
})(ListCodeReviewsRequest = exports.ListCodeReviewsRequest || (exports.ListCodeReviewsRequest = {}));
|
|
414
294
|
var MetricsSummary;
|
|
415
295
|
(function (MetricsSummary) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
296
|
MetricsSummary.filterSensitiveLog = (obj) => ({
|
|
420
297
|
...obj,
|
|
421
298
|
});
|
|
422
299
|
})(MetricsSummary = exports.MetricsSummary || (exports.MetricsSummary = {}));
|
|
423
300
|
var CodeReviewSummary;
|
|
424
301
|
(function (CodeReviewSummary) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
302
|
CodeReviewSummary.filterSensitiveLog = (obj) => ({
|
|
429
303
|
...obj,
|
|
430
304
|
});
|
|
431
305
|
})(CodeReviewSummary = exports.CodeReviewSummary || (exports.CodeReviewSummary = {}));
|
|
432
306
|
var ListCodeReviewsResponse;
|
|
433
307
|
(function (ListCodeReviewsResponse) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
308
|
ListCodeReviewsResponse.filterSensitiveLog = (obj) => ({
|
|
438
309
|
...obj,
|
|
439
310
|
});
|
|
440
311
|
})(ListCodeReviewsResponse = exports.ListCodeReviewsResponse || (exports.ListCodeReviewsResponse = {}));
|
|
441
312
|
var ListRecommendationFeedbackRequest;
|
|
442
313
|
(function (ListRecommendationFeedbackRequest) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
314
|
ListRecommendationFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
447
315
|
...obj,
|
|
448
316
|
});
|
|
449
317
|
})(ListRecommendationFeedbackRequest = exports.ListRecommendationFeedbackRequest || (exports.ListRecommendationFeedbackRequest = {}));
|
|
450
318
|
var RecommendationFeedbackSummary;
|
|
451
319
|
(function (RecommendationFeedbackSummary) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
320
|
RecommendationFeedbackSummary.filterSensitiveLog = (obj) => ({
|
|
456
321
|
...obj,
|
|
457
322
|
});
|
|
458
323
|
})(RecommendationFeedbackSummary = exports.RecommendationFeedbackSummary || (exports.RecommendationFeedbackSummary = {}));
|
|
459
324
|
var ListRecommendationFeedbackResponse;
|
|
460
325
|
(function (ListRecommendationFeedbackResponse) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
326
|
ListRecommendationFeedbackResponse.filterSensitiveLog = (obj) => ({
|
|
465
327
|
...obj,
|
|
466
328
|
});
|
|
467
329
|
})(ListRecommendationFeedbackResponse = exports.ListRecommendationFeedbackResponse || (exports.ListRecommendationFeedbackResponse = {}));
|
|
468
330
|
var ListRecommendationsRequest;
|
|
469
331
|
(function (ListRecommendationsRequest) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
332
|
ListRecommendationsRequest.filterSensitiveLog = (obj) => ({
|
|
474
333
|
...obj,
|
|
475
334
|
});
|
|
@@ -490,9 +349,6 @@ var RecommendationCategory;
|
|
|
490
349
|
})(RecommendationCategory = exports.RecommendationCategory || (exports.RecommendationCategory = {}));
|
|
491
350
|
var RuleMetadata;
|
|
492
351
|
(function (RuleMetadata) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
352
|
RuleMetadata.filterSensitiveLog = (obj) => ({
|
|
497
353
|
...obj,
|
|
498
354
|
});
|
|
@@ -507,119 +363,79 @@ var Severity;
|
|
|
507
363
|
})(Severity = exports.Severity || (exports.Severity = {}));
|
|
508
364
|
var RecommendationSummary;
|
|
509
365
|
(function (RecommendationSummary) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
366
|
RecommendationSummary.filterSensitiveLog = (obj) => ({
|
|
514
367
|
...obj,
|
|
515
368
|
});
|
|
516
369
|
})(RecommendationSummary = exports.RecommendationSummary || (exports.RecommendationSummary = {}));
|
|
517
370
|
var ListRecommendationsResponse;
|
|
518
371
|
(function (ListRecommendationsResponse) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
372
|
ListRecommendationsResponse.filterSensitiveLog = (obj) => ({
|
|
523
373
|
...obj,
|
|
524
374
|
});
|
|
525
375
|
})(ListRecommendationsResponse = exports.ListRecommendationsResponse || (exports.ListRecommendationsResponse = {}));
|
|
526
376
|
var ListRepositoryAssociationsRequest;
|
|
527
377
|
(function (ListRepositoryAssociationsRequest) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
378
|
ListRepositoryAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
532
379
|
...obj,
|
|
533
380
|
});
|
|
534
381
|
})(ListRepositoryAssociationsRequest = exports.ListRepositoryAssociationsRequest || (exports.ListRepositoryAssociationsRequest = {}));
|
|
535
382
|
var RepositoryAssociationSummary;
|
|
536
383
|
(function (RepositoryAssociationSummary) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
384
|
RepositoryAssociationSummary.filterSensitiveLog = (obj) => ({
|
|
541
385
|
...obj,
|
|
542
386
|
});
|
|
543
387
|
})(RepositoryAssociationSummary = exports.RepositoryAssociationSummary || (exports.RepositoryAssociationSummary = {}));
|
|
544
388
|
var ListRepositoryAssociationsResponse;
|
|
545
389
|
(function (ListRepositoryAssociationsResponse) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
390
|
ListRepositoryAssociationsResponse.filterSensitiveLog = (obj) => ({
|
|
550
391
|
...obj,
|
|
551
392
|
});
|
|
552
393
|
})(ListRepositoryAssociationsResponse = exports.ListRepositoryAssociationsResponse || (exports.ListRepositoryAssociationsResponse = {}));
|
|
553
394
|
var ListTagsForResourceRequest;
|
|
554
395
|
(function (ListTagsForResourceRequest) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
396
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
559
397
|
...obj,
|
|
560
398
|
});
|
|
561
399
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
562
400
|
var ListTagsForResourceResponse;
|
|
563
401
|
(function (ListTagsForResourceResponse) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
402
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
568
403
|
...obj,
|
|
569
404
|
});
|
|
570
405
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
571
406
|
var PutRecommendationFeedbackRequest;
|
|
572
407
|
(function (PutRecommendationFeedbackRequest) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
408
|
PutRecommendationFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
577
409
|
...obj,
|
|
578
410
|
});
|
|
579
411
|
})(PutRecommendationFeedbackRequest = exports.PutRecommendationFeedbackRequest || (exports.PutRecommendationFeedbackRequest = {}));
|
|
580
412
|
var PutRecommendationFeedbackResponse;
|
|
581
413
|
(function (PutRecommendationFeedbackResponse) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
414
|
PutRecommendationFeedbackResponse.filterSensitiveLog = (obj) => ({
|
|
586
415
|
...obj,
|
|
587
416
|
});
|
|
588
417
|
})(PutRecommendationFeedbackResponse = exports.PutRecommendationFeedbackResponse || (exports.PutRecommendationFeedbackResponse = {}));
|
|
589
418
|
var TagResourceRequest;
|
|
590
419
|
(function (TagResourceRequest) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
420
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
595
421
|
...obj,
|
|
596
422
|
});
|
|
597
423
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
598
424
|
var TagResourceResponse;
|
|
599
425
|
(function (TagResourceResponse) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
426
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
604
427
|
...obj,
|
|
605
428
|
});
|
|
606
429
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
607
430
|
var UntagResourceRequest;
|
|
608
431
|
(function (UntagResourceRequest) {
|
|
609
|
-
/**
|
|
610
|
-
* @internal
|
|
611
|
-
*/
|
|
612
432
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
613
433
|
...obj,
|
|
614
434
|
});
|
|
615
435
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
616
436
|
var UntagResourceResponse;
|
|
617
437
|
(function (UntagResourceResponse) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
438
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
622
439
|
...obj,
|
|
623
440
|
});
|
|
624
441
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
625
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListCodeReviews = void 0;
|
|
|
4
4
|
const CodeGuruReviewer_1 = require("../CodeGuruReviewer");
|
|
5
5
|
const CodeGuruReviewerClient_1 = require("../CodeGuruReviewerClient");
|
|
6
6
|
const ListCodeReviewsCommand_1 = require("../commands/ListCodeReviewsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListCodeReviewsCommand_1.ListCodeReviewsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listCodeReviews(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListCodeReviews(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListCodeReviews(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListCodeReviews = paginateListCodeReviews;
|
|
46
|
-
//# sourceMappingURL=ListCodeReviewsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListRecommendationFeedback = void 0;
|
|
|
4
4
|
const CodeGuruReviewer_1 = require("../CodeGuruReviewer");
|
|
5
5
|
const CodeGuruReviewerClient_1 = require("../CodeGuruReviewerClient");
|
|
6
6
|
const ListRecommendationFeedbackCommand_1 = require("../commands/ListRecommendationFeedbackCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListRecommendationFeedbackCommand_1.ListRecommendationFeedbackCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listRecommendationFeedback(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListRecommendationFeedback(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListRecommendationFeedback(config, input, ...additionalA
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListRecommendationFeedback = paginateListRecommendationFeedback;
|
|
46
|
-
//# sourceMappingURL=ListRecommendationFeedbackPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListRecommendations = void 0;
|
|
|
4
4
|
const CodeGuruReviewer_1 = require("../CodeGuruReviewer");
|
|
5
5
|
const CodeGuruReviewerClient_1 = require("../CodeGuruReviewerClient");
|
|
6
6
|
const ListRecommendationsCommand_1 = require("../commands/ListRecommendationsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListRecommendationsCommand_1.ListRecommendationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listRecommendations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListRecommendations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListRecommendations(config, input, ...additionalArgument
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListRecommendations = paginateListRecommendations;
|
|
46
|
-
//# sourceMappingURL=ListRecommendationsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListRepositoryAssociations = void 0;
|
|
|
4
4
|
const CodeGuruReviewer_1 = require("../CodeGuruReviewer");
|
|
5
5
|
const CodeGuruReviewerClient_1 = require("../CodeGuruReviewerClient");
|
|
6
6
|
const ListRepositoryAssociationsCommand_1 = require("../commands/ListRepositoryAssociationsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListRepositoryAssociationsCommand_1.ListRepositoryAssociationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listRepositoryAssociations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListRepositoryAssociations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListRepositoryAssociations(config, input, ...additionalA
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListRepositoryAssociations = paginateListRepositoryAssociations;
|
|
46
|
-
//# sourceMappingURL=ListRepositoryAssociationsPaginator.js.map
|