@aws-sdk/client-codeguru-reviewer 3.297.0 → 3.299.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/dist-cjs/commands/AssociateRepositoryCommand.js +2 -3
- package/dist-cjs/commands/CreateCodeReviewCommand.js +2 -3
- package/dist-cjs/commands/DescribeCodeReviewCommand.js +2 -3
- package/dist-cjs/commands/DescribeRecommendationFeedbackCommand.js +2 -3
- package/dist-cjs/commands/DescribeRepositoryAssociationCommand.js +2 -3
- package/dist-cjs/commands/DisassociateRepositoryCommand.js +2 -3
- package/dist-cjs/commands/ListCodeReviewsCommand.js +2 -3
- package/dist-cjs/commands/ListRecommendationFeedbackCommand.js +2 -3
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ListRepositoryAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutRecommendationFeedbackCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -218
- package/dist-es/commands/AssociateRepositoryCommand.js +2 -3
- package/dist-es/commands/CreateCodeReviewCommand.js +2 -3
- package/dist-es/commands/DescribeCodeReviewCommand.js +2 -3
- package/dist-es/commands/DescribeRecommendationFeedbackCommand.js +2 -3
- package/dist-es/commands/DescribeRepositoryAssociationCommand.js +2 -3
- package/dist-es/commands/DisassociateRepositoryCommand.js +2 -3
- package/dist-es/commands/ListCodeReviewsCommand.js +2 -3
- package/dist-es/commands/ListRecommendationFeedbackCommand.js +2 -3
- package/dist-es/commands/ListRecommendationsCommand.js +2 -3
- package/dist-es/commands/ListRepositoryAssociationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutRecommendationFeedbackCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -162
- package/dist-types/models/models_0.d.ts +0 -216
- package/dist-types/ts3.4/models/models_0.d.ts +0 -150
- package/package.json +11 -10
|
@@ -398,153 +398,3 @@ export interface UntagResourceRequest {
|
|
|
398
398
|
TagKeys: string[] | undefined;
|
|
399
399
|
}
|
|
400
400
|
export interface UntagResourceResponse {}
|
|
401
|
-
export declare const KMSKeyDetailsFilterSensitiveLog: (
|
|
402
|
-
obj: KMSKeyDetails
|
|
403
|
-
) => any;
|
|
404
|
-
export declare const ThirdPartySourceRepositoryFilterSensitiveLog: (
|
|
405
|
-
obj: ThirdPartySourceRepository
|
|
406
|
-
) => any;
|
|
407
|
-
export declare const CodeCommitRepositoryFilterSensitiveLog: (
|
|
408
|
-
obj: CodeCommitRepository
|
|
409
|
-
) => any;
|
|
410
|
-
export declare const S3RepositoryFilterSensitiveLog: (obj: S3Repository) => any;
|
|
411
|
-
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
412
|
-
export declare const AssociateRepositoryRequestFilterSensitiveLog: (
|
|
413
|
-
obj: AssociateRepositoryRequest
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const CodeArtifactsFilterSensitiveLog: (
|
|
416
|
-
obj: CodeArtifacts
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const S3RepositoryDetailsFilterSensitiveLog: (
|
|
419
|
-
obj: S3RepositoryDetails
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const RepositoryAssociationFilterSensitiveLog: (
|
|
422
|
-
obj: RepositoryAssociation
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const AssociateRepositoryResponseFilterSensitiveLog: (
|
|
425
|
-
obj: AssociateRepositoryResponse
|
|
426
|
-
) => any;
|
|
427
|
-
export declare const RepositoryHeadSourceCodeTypeFilterSensitiveLog: (
|
|
428
|
-
obj: RepositoryHeadSourceCodeType
|
|
429
|
-
) => any;
|
|
430
|
-
export declare const BranchDiffSourceCodeTypeFilterSensitiveLog: (
|
|
431
|
-
obj: BranchDiffSourceCodeType
|
|
432
|
-
) => any;
|
|
433
|
-
export declare const CommitDiffSourceCodeTypeFilterSensitiveLog: (
|
|
434
|
-
obj: CommitDiffSourceCodeType
|
|
435
|
-
) => any;
|
|
436
|
-
export declare const EventInfoFilterSensitiveLog: (obj: EventInfo) => any;
|
|
437
|
-
export declare const RequestMetadataFilterSensitiveLog: (
|
|
438
|
-
obj: RequestMetadata
|
|
439
|
-
) => any;
|
|
440
|
-
export declare const S3BucketRepositoryFilterSensitiveLog: (
|
|
441
|
-
obj: S3BucketRepository
|
|
442
|
-
) => any;
|
|
443
|
-
export declare const SourceCodeTypeFilterSensitiveLog: (
|
|
444
|
-
obj: SourceCodeType
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const RepositoryAnalysisFilterSensitiveLog: (
|
|
447
|
-
obj: RepositoryAnalysis
|
|
448
|
-
) => any;
|
|
449
|
-
export declare const CodeReviewTypeFilterSensitiveLog: (
|
|
450
|
-
obj: CodeReviewType
|
|
451
|
-
) => any;
|
|
452
|
-
export declare const CreateCodeReviewRequestFilterSensitiveLog: (
|
|
453
|
-
obj: CreateCodeReviewRequest
|
|
454
|
-
) => any;
|
|
455
|
-
export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
|
|
456
|
-
export declare const CodeReviewFilterSensitiveLog: (obj: CodeReview) => any;
|
|
457
|
-
export declare const CreateCodeReviewResponseFilterSensitiveLog: (
|
|
458
|
-
obj: CreateCodeReviewResponse
|
|
459
|
-
) => any;
|
|
460
|
-
export declare const DescribeCodeReviewRequestFilterSensitiveLog: (
|
|
461
|
-
obj: DescribeCodeReviewRequest
|
|
462
|
-
) => any;
|
|
463
|
-
export declare const DescribeCodeReviewResponseFilterSensitiveLog: (
|
|
464
|
-
obj: DescribeCodeReviewResponse
|
|
465
|
-
) => any;
|
|
466
|
-
export declare const DescribeRecommendationFeedbackRequestFilterSensitiveLog: (
|
|
467
|
-
obj: DescribeRecommendationFeedbackRequest
|
|
468
|
-
) => any;
|
|
469
|
-
export declare const RecommendationFeedbackFilterSensitiveLog: (
|
|
470
|
-
obj: RecommendationFeedback
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const DescribeRecommendationFeedbackResponseFilterSensitiveLog: (
|
|
473
|
-
obj: DescribeRecommendationFeedbackResponse
|
|
474
|
-
) => any;
|
|
475
|
-
export declare const DescribeRepositoryAssociationRequestFilterSensitiveLog: (
|
|
476
|
-
obj: DescribeRepositoryAssociationRequest
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const DescribeRepositoryAssociationResponseFilterSensitiveLog: (
|
|
479
|
-
obj: DescribeRepositoryAssociationResponse
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const DisassociateRepositoryRequestFilterSensitiveLog: (
|
|
482
|
-
obj: DisassociateRepositoryRequest
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const DisassociateRepositoryResponseFilterSensitiveLog: (
|
|
485
|
-
obj: DisassociateRepositoryResponse
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const ListCodeReviewsRequestFilterSensitiveLog: (
|
|
488
|
-
obj: ListCodeReviewsRequest
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const MetricsSummaryFilterSensitiveLog: (
|
|
491
|
-
obj: MetricsSummary
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const CodeReviewSummaryFilterSensitiveLog: (
|
|
494
|
-
obj: CodeReviewSummary
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const ListCodeReviewsResponseFilterSensitiveLog: (
|
|
497
|
-
obj: ListCodeReviewsResponse
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const ListRecommendationFeedbackRequestFilterSensitiveLog: (
|
|
500
|
-
obj: ListRecommendationFeedbackRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const RecommendationFeedbackSummaryFilterSensitiveLog: (
|
|
503
|
-
obj: RecommendationFeedbackSummary
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const ListRecommendationFeedbackResponseFilterSensitiveLog: (
|
|
506
|
-
obj: ListRecommendationFeedbackResponse
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const ListRecommendationsRequestFilterSensitiveLog: (
|
|
509
|
-
obj: ListRecommendationsRequest
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const RuleMetadataFilterSensitiveLog: (obj: RuleMetadata) => any;
|
|
512
|
-
export declare const RecommendationSummaryFilterSensitiveLog: (
|
|
513
|
-
obj: RecommendationSummary
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const ListRecommendationsResponseFilterSensitiveLog: (
|
|
516
|
-
obj: ListRecommendationsResponse
|
|
517
|
-
) => any;
|
|
518
|
-
export declare const ListRepositoryAssociationsRequestFilterSensitiveLog: (
|
|
519
|
-
obj: ListRepositoryAssociationsRequest
|
|
520
|
-
) => any;
|
|
521
|
-
export declare const RepositoryAssociationSummaryFilterSensitiveLog: (
|
|
522
|
-
obj: RepositoryAssociationSummary
|
|
523
|
-
) => any;
|
|
524
|
-
export declare const ListRepositoryAssociationsResponseFilterSensitiveLog: (
|
|
525
|
-
obj: ListRepositoryAssociationsResponse
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
528
|
-
obj: ListTagsForResourceRequest
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
531
|
-
obj: ListTagsForResourceResponse
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const PutRecommendationFeedbackRequestFilterSensitiveLog: (
|
|
534
|
-
obj: PutRecommendationFeedbackRequest
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const PutRecommendationFeedbackResponseFilterSensitiveLog: (
|
|
537
|
-
obj: PutRecommendationFeedbackResponse
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
540
|
-
obj: TagResourceRequest
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
543
|
-
obj: TagResourceResponse
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
546
|
-
obj: UntagResourceRequest
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
549
|
-
obj: UntagResourceResponse
|
|
550
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguru-reviewer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguru Reviewer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo codeguru-reviewer"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"@aws-sdk/util-waiter": "3.296.0",
|
|
56
57
|
"tslib": "^2.5.0",
|