@aws-sdk/client-codeguru-reviewer 3.952.0 → 3.953.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/index.js +253 -172
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateRepositoryCommand.js +2 -2
- package/dist-es/commands/CreateCodeReviewCommand.js +2 -2
- package/dist-es/commands/DescribeCodeReviewCommand.js +2 -2
- package/dist-es/commands/DescribeRecommendationFeedbackCommand.js +2 -2
- package/dist-es/commands/DescribeRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/DisassociateRepositoryCommand.js +2 -2
- package/dist-es/commands/ListCodeReviewsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationFeedbackCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListRepositoryAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutRecommendationFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +155 -150
- package/dist-types/CodeGuruReviewerClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +77 -94
- package/dist-types/ts3.4/CodeGuruReviewerClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +76 -94
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class CodeGuruReviewerClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class CodeGuruReviewerServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, CodeGuruReviewerServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class AccessDeniedException extends CodeGuruReviewerServiceException {
|
|
122
122
|
name = "AccessDeniedException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
Message;
|
|
@@ -131,8 +131,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CodeGuruReview
|
|
|
131
131
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
132
132
|
this.Message = opts.Message;
|
|
133
133
|
}
|
|
134
|
-
}
|
|
135
|
-
|
|
134
|
+
}
|
|
135
|
+
class ConflictException extends CodeGuruReviewerServiceException {
|
|
136
136
|
name = "ConflictException";
|
|
137
137
|
$fault = "client";
|
|
138
138
|
Message;
|
|
@@ -145,8 +145,8 @@ let ConflictException$1 = class ConflictException extends CodeGuruReviewerServic
|
|
|
145
145
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
146
146
|
this.Message = opts.Message;
|
|
147
147
|
}
|
|
148
|
-
}
|
|
149
|
-
|
|
148
|
+
}
|
|
149
|
+
class InternalServerException extends CodeGuruReviewerServiceException {
|
|
150
150
|
name = "InternalServerException";
|
|
151
151
|
$fault = "server";
|
|
152
152
|
Message;
|
|
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends CodeGuruRe
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
160
160
|
this.Message = opts.Message;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class ThrottlingException extends CodeGuruReviewerServiceException {
|
|
164
164
|
name = "ThrottlingException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
Message;
|
|
@@ -173,8 +173,8 @@ let ThrottlingException$1 = class ThrottlingException extends CodeGuruReviewerSe
|
|
|
173
173
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
174
174
|
this.Message = opts.Message;
|
|
175
175
|
}
|
|
176
|
-
}
|
|
177
|
-
|
|
176
|
+
}
|
|
177
|
+
class ValidationException extends CodeGuruReviewerServiceException {
|
|
178
178
|
name = "ValidationException";
|
|
179
179
|
$fault = "client";
|
|
180
180
|
Message;
|
|
@@ -187,8 +187,8 @@ let ValidationException$1 = class ValidationException extends CodeGuruReviewerSe
|
|
|
187
187
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
188
188
|
this.Message = opts.Message;
|
|
189
189
|
}
|
|
190
|
-
}
|
|
191
|
-
|
|
190
|
+
}
|
|
191
|
+
class ResourceNotFoundException extends CodeGuruReviewerServiceException {
|
|
192
192
|
name = "ResourceNotFoundException";
|
|
193
193
|
$fault = "client";
|
|
194
194
|
Message;
|
|
@@ -201,8 +201,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeGu
|
|
|
201
201
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
202
202
|
this.Message = opts.Message;
|
|
203
203
|
}
|
|
204
|
-
}
|
|
205
|
-
|
|
204
|
+
}
|
|
205
|
+
class NotFoundException extends CodeGuruReviewerServiceException {
|
|
206
206
|
name = "NotFoundException";
|
|
207
207
|
$fault = "client";
|
|
208
208
|
Message;
|
|
@@ -215,7 +215,7 @@ let NotFoundException$1 = class NotFoundException extends CodeGuruReviewerServic
|
|
|
215
215
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
216
216
|
this.Message = opts.Message;
|
|
217
217
|
}
|
|
218
|
-
}
|
|
218
|
+
}
|
|
219
219
|
|
|
220
220
|
const _AA = "AssociationArn";
|
|
221
221
|
const _ADE = "AccessDeniedException";
|
|
@@ -375,59 +375,59 @@ const _s = "server";
|
|
|
375
375
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codegurureviewer";
|
|
376
376
|
const _tK = "tagKeys";
|
|
377
377
|
const n0 = "com.amazonaws.codegurureviewer";
|
|
378
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
379
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
380
|
-
var AssociateRepositoryRequest = [
|
|
378
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
379
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
380
|
+
var AssociateRepositoryRequest$ = [
|
|
381
381
|
3,
|
|
382
382
|
n0,
|
|
383
383
|
_ARR,
|
|
384
384
|
0,
|
|
385
385
|
[_R, _CRT, _T, _KMSKD],
|
|
386
|
-
[() => Repository
|
|
386
|
+
[() => Repository$, [0, 4], 128 | 0, () => KMSKeyDetails$],
|
|
387
387
|
];
|
|
388
|
-
var AssociateRepositoryResponse = [
|
|
388
|
+
var AssociateRepositoryResponse$ = [
|
|
389
389
|
3,
|
|
390
390
|
n0,
|
|
391
391
|
_ARRs,
|
|
392
392
|
0,
|
|
393
393
|
[_RA, _T],
|
|
394
|
-
[() => RepositoryAssociation
|
|
394
|
+
[() => RepositoryAssociation$, 128 | 0],
|
|
395
395
|
];
|
|
396
|
-
var BranchDiffSourceCodeType = [3, n0, _BDSCT, 0, [_SBN, _DBN], [0, 0]];
|
|
397
|
-
var CodeArtifacts = [3, n0, _CA, 0, [_SCAOK, _BAOK], [0, 0]];
|
|
398
|
-
var CodeCommitRepository = [3, n0, _CCR, 0, [_N], [0]];
|
|
399
|
-
var CodeReview = [
|
|
396
|
+
var BranchDiffSourceCodeType$ = [3, n0, _BDSCT, 0, [_SBN, _DBN], [0, 0]];
|
|
397
|
+
var CodeArtifacts$ = [3, n0, _CA, 0, [_SCAOK, _BAOK], [0, 0]];
|
|
398
|
+
var CodeCommitRepository$ = [3, n0, _CCR, 0, [_N], [0]];
|
|
399
|
+
var CodeReview$ = [
|
|
400
400
|
3,
|
|
401
401
|
n0,
|
|
402
402
|
_CR,
|
|
403
403
|
0,
|
|
404
404
|
[_N, _CRA, _RN, _O, _PT, _S, _SR, _CTS, _LUTS, _Ty, _PRI, _SCT, _AA, _Me, _AT, _CFS],
|
|
405
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => SourceCodeType
|
|
405
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => SourceCodeType$, 0, () => Metrics$, 64 | 0, 0],
|
|
406
406
|
];
|
|
407
|
-
var CodeReviewSummary = [
|
|
407
|
+
var CodeReviewSummary$ = [
|
|
408
408
|
3,
|
|
409
409
|
n0,
|
|
410
410
|
_CRS,
|
|
411
411
|
0,
|
|
412
412
|
[_N, _CRA, _RN, _O, _PT, _S, _CTS, _LUTS, _Ty, _PRI, _MS, _SCT],
|
|
413
|
-
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => MetricsSummary
|
|
413
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => MetricsSummary$, () => SourceCodeType$],
|
|
414
414
|
];
|
|
415
|
-
var CodeReviewType = [3, n0, _CRTo, 0, [_RAe, _AT], [() => RepositoryAnalysis
|
|
416
|
-
var CommitDiffSourceCodeType = [3, n0, _CDSCT, 0, [_SC, _DC, _MBC], [0, 0, 0]];
|
|
417
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
418
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
419
|
-
var CreateCodeReviewRequest = [
|
|
415
|
+
var CodeReviewType$ = [3, n0, _CRTo, 0, [_RAe, _AT], [() => RepositoryAnalysis$, 64 | 0]];
|
|
416
|
+
var CommitDiffSourceCodeType$ = [3, n0, _CDSCT, 0, [_SC, _DC, _MBC], [0, 0, 0]];
|
|
417
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
418
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
419
|
+
var CreateCodeReviewRequest$ = [
|
|
420
420
|
3,
|
|
421
421
|
n0,
|
|
422
422
|
_CCRR,
|
|
423
423
|
0,
|
|
424
424
|
[_N, _RAA, _Ty, _CRT],
|
|
425
|
-
[0, 0, () => CodeReviewType
|
|
425
|
+
[0, 0, () => CodeReviewType$, [0, 4]],
|
|
426
426
|
];
|
|
427
|
-
var CreateCodeReviewResponse = [3, n0, _CCRRr, 0, [_CR], [() => CodeReview]];
|
|
428
|
-
var DescribeCodeReviewRequest = [3, n0, _DCRR, 0, [_CRA], [[0, 1]]];
|
|
429
|
-
var DescribeCodeReviewResponse = [3, n0, _DCRRe, 0, [_CR], [() => CodeReview]];
|
|
430
|
-
var DescribeRecommendationFeedbackRequest = [
|
|
427
|
+
var CreateCodeReviewResponse$ = [3, n0, _CCRRr, 0, [_CR], [() => CodeReview$]];
|
|
428
|
+
var DescribeCodeReviewRequest$ = [3, n0, _DCRR, 0, [_CRA], [[0, 1]]];
|
|
429
|
+
var DescribeCodeReviewResponse$ = [3, n0, _DCRRe, 0, [_CR], [() => CodeReview$]];
|
|
430
|
+
var DescribeRecommendationFeedbackRequest$ = [
|
|
431
431
|
3,
|
|
432
432
|
n0,
|
|
433
433
|
_DRFR,
|
|
@@ -439,37 +439,37 @@ var DescribeRecommendationFeedbackRequest = [
|
|
|
439
439
|
[0, { [_hQ]: _UI }],
|
|
440
440
|
],
|
|
441
441
|
];
|
|
442
|
-
var DescribeRecommendationFeedbackResponse = [
|
|
442
|
+
var DescribeRecommendationFeedbackResponse$ = [
|
|
443
443
|
3,
|
|
444
444
|
n0,
|
|
445
445
|
_DRFRe,
|
|
446
446
|
0,
|
|
447
447
|
[_RF],
|
|
448
|
-
[() => RecommendationFeedback],
|
|
448
|
+
[() => RecommendationFeedback$],
|
|
449
449
|
];
|
|
450
|
-
var DescribeRepositoryAssociationRequest = [3, n0, _DRAR, 0, [_AA], [[0, 1]]];
|
|
451
|
-
var DescribeRepositoryAssociationResponse = [
|
|
450
|
+
var DescribeRepositoryAssociationRequest$ = [3, n0, _DRAR, 0, [_AA], [[0, 1]]];
|
|
451
|
+
var DescribeRepositoryAssociationResponse$ = [
|
|
452
452
|
3,
|
|
453
453
|
n0,
|
|
454
454
|
_DRARe,
|
|
455
455
|
0,
|
|
456
456
|
[_RA, _T],
|
|
457
|
-
[() => RepositoryAssociation
|
|
457
|
+
[() => RepositoryAssociation$, 128 | 0],
|
|
458
458
|
];
|
|
459
|
-
var DisassociateRepositoryRequest = [3, n0, _DRR, 0, [_AA], [[0, 1]]];
|
|
460
|
-
var DisassociateRepositoryResponse = [
|
|
459
|
+
var DisassociateRepositoryRequest$ = [3, n0, _DRR, 0, [_AA], [[0, 1]]];
|
|
460
|
+
var DisassociateRepositoryResponse$ = [
|
|
461
461
|
3,
|
|
462
462
|
n0,
|
|
463
463
|
_DRRi,
|
|
464
464
|
0,
|
|
465
465
|
[_RA, _T],
|
|
466
|
-
[() => RepositoryAssociation
|
|
466
|
+
[() => RepositoryAssociation$, 128 | 0],
|
|
467
467
|
];
|
|
468
|
-
var EventInfo = [3, n0, _EI, 0, [_N, _S], [0, 0]];
|
|
469
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
470
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
471
|
-
var KMSKeyDetails = [3, n0, _KMSKD, 0, [_KMSKI, _EO], [0, 0]];
|
|
472
|
-
var ListCodeReviewsRequest = [
|
|
468
|
+
var EventInfo$ = [3, n0, _EI, 0, [_N, _S], [0, 0]];
|
|
469
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
470
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
471
|
+
var KMSKeyDetails$ = [3, n0, _KMSKD, 0, [_KMSKI, _EO], [0, 0]];
|
|
472
|
+
var ListCodeReviewsRequest$ = [
|
|
473
473
|
3,
|
|
474
474
|
n0,
|
|
475
475
|
_LCRR,
|
|
@@ -484,7 +484,7 @@ var ListCodeReviewsRequest = [
|
|
|
484
484
|
[0, { [_hQ]: _NT }],
|
|
485
485
|
],
|
|
486
486
|
];
|
|
487
|
-
var ListCodeReviewsResponse = [
|
|
487
|
+
var ListCodeReviewsResponse$ = [
|
|
488
488
|
3,
|
|
489
489
|
n0,
|
|
490
490
|
_LCRRi,
|
|
@@ -492,7 +492,7 @@ var ListCodeReviewsResponse = [
|
|
|
492
492
|
[_CRSo, _NT],
|
|
493
493
|
[() => CodeReviewSummaries, 0],
|
|
494
494
|
];
|
|
495
|
-
var ListRecommendationFeedbackRequest = [
|
|
495
|
+
var ListRecommendationFeedbackRequest$ = [
|
|
496
496
|
3,
|
|
497
497
|
n0,
|
|
498
498
|
_LRFR,
|
|
@@ -506,7 +506,7 @@ var ListRecommendationFeedbackRequest = [
|
|
|
506
506
|
[64 | 0, { [_hQ]: _RIe }],
|
|
507
507
|
],
|
|
508
508
|
];
|
|
509
|
-
var ListRecommendationFeedbackResponse = [
|
|
509
|
+
var ListRecommendationFeedbackResponse$ = [
|
|
510
510
|
3,
|
|
511
511
|
n0,
|
|
512
512
|
_LRFRi,
|
|
@@ -514,7 +514,7 @@ var ListRecommendationFeedbackResponse = [
|
|
|
514
514
|
[_RFS, _NT],
|
|
515
515
|
[() => RecommendationFeedbackSummaries, 0],
|
|
516
516
|
];
|
|
517
|
-
var ListRecommendationsRequest = [
|
|
517
|
+
var ListRecommendationsRequest$ = [
|
|
518
518
|
3,
|
|
519
519
|
n0,
|
|
520
520
|
_LRR,
|
|
@@ -526,7 +526,7 @@ var ListRecommendationsRequest = [
|
|
|
526
526
|
[0, 1],
|
|
527
527
|
],
|
|
528
528
|
];
|
|
529
|
-
var ListRecommendationsResponse = [
|
|
529
|
+
var ListRecommendationsResponse$ = [
|
|
530
530
|
3,
|
|
531
531
|
n0,
|
|
532
532
|
_LRRi,
|
|
@@ -534,7 +534,7 @@ var ListRecommendationsResponse = [
|
|
|
534
534
|
[_RS, _NT],
|
|
535
535
|
[() => RecommendationSummaries, 0],
|
|
536
536
|
];
|
|
537
|
-
var ListRepositoryAssociationsRequest = [
|
|
537
|
+
var ListRepositoryAssociationsRequest$ = [
|
|
538
538
|
3,
|
|
539
539
|
n0,
|
|
540
540
|
_LRAR,
|
|
@@ -549,7 +549,7 @@ var ListRepositoryAssociationsRequest = [
|
|
|
549
549
|
[0, { [_hQ]: _NT }],
|
|
550
550
|
],
|
|
551
551
|
];
|
|
552
|
-
var ListRepositoryAssociationsResponse = [
|
|
552
|
+
var ListRepositoryAssociationsResponse$ = [
|
|
553
553
|
3,
|
|
554
554
|
n0,
|
|
555
555
|
_LRARi,
|
|
@@ -557,13 +557,13 @@ var ListRepositoryAssociationsResponse = [
|
|
|
557
557
|
[_RAS, _NT],
|
|
558
558
|
[() => RepositoryAssociationSummaries, 0],
|
|
559
559
|
];
|
|
560
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
561
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
562
|
-
var Metrics = [3, n0, _Me, 0, [_MLOCC, _SLOCC, _FC], [1, 1, 1]];
|
|
563
|
-
var MetricsSummary = [3, n0, _MS, 0, [_MLOCC, _SLOCC, _FC], [1, 1, 1]];
|
|
564
|
-
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
565
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException
|
|
566
|
-
var PutRecommendationFeedbackRequest = [
|
|
560
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
561
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
562
|
+
var Metrics$ = [3, n0, _Me, 0, [_MLOCC, _SLOCC, _FC], [1, 1, 1]];
|
|
563
|
+
var MetricsSummary$ = [3, n0, _MS, 0, [_MLOCC, _SLOCC, _FC], [1, 1, 1]];
|
|
564
|
+
var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
565
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
566
|
+
var PutRecommendationFeedbackRequest$ = [
|
|
567
567
|
3,
|
|
568
568
|
n0,
|
|
569
569
|
_PRFR,
|
|
@@ -571,8 +571,8 @@ var PutRecommendationFeedbackRequest = [
|
|
|
571
571
|
[_CRA, _RI, _Re],
|
|
572
572
|
[0, 0, 64 | 0],
|
|
573
573
|
];
|
|
574
|
-
var PutRecommendationFeedbackResponse = [3, n0, _PRFRu, 0, [], []];
|
|
575
|
-
var RecommendationFeedback = [
|
|
574
|
+
var PutRecommendationFeedbackResponse$ = [3, n0, _PRFRu, 0, [], []];
|
|
575
|
+
var RecommendationFeedback$ = [
|
|
576
576
|
3,
|
|
577
577
|
n0,
|
|
578
578
|
_RF,
|
|
@@ -580,40 +580,45 @@ var RecommendationFeedback = [
|
|
|
580
580
|
[_CRA, _RI, _Re, _UI, _CTS, _LUTS],
|
|
581
581
|
[0, 0, 64 | 0, 0, 4, 4],
|
|
582
582
|
];
|
|
583
|
-
var RecommendationFeedbackSummary = [3, n0, _RFSe, 0, [_RI, _Re, _UI], [0, 64 | 0, 0]];
|
|
584
|
-
var RecommendationSummary = [
|
|
583
|
+
var RecommendationFeedbackSummary$ = [3, n0, _RFSe, 0, [_RI, _Re, _UI], [0, 64 | 0, 0]];
|
|
584
|
+
var RecommendationSummary$ = [
|
|
585
585
|
3,
|
|
586
586
|
n0,
|
|
587
587
|
_RSe,
|
|
588
588
|
0,
|
|
589
589
|
[_FP, _RI, _SL, _EL, _D, _RC, _RM, _Se],
|
|
590
|
-
[0, 0, 1, 1, 0, 0, () => RuleMetadata
|
|
590
|
+
[0, 0, 1, 1, 0, 0, () => RuleMetadata$, 0],
|
|
591
591
|
];
|
|
592
|
-
var Repository = [
|
|
592
|
+
var Repository$ = [
|
|
593
593
|
3,
|
|
594
594
|
n0,
|
|
595
595
|
_R,
|
|
596
596
|
0,
|
|
597
597
|
[_CC, _B, _GHES, _SB],
|
|
598
|
-
[
|
|
598
|
+
[
|
|
599
|
+
() => CodeCommitRepository$,
|
|
600
|
+
() => ThirdPartySourceRepository$,
|
|
601
|
+
() => ThirdPartySourceRepository$,
|
|
602
|
+
() => S3Repository$,
|
|
603
|
+
],
|
|
599
604
|
];
|
|
600
|
-
var RepositoryAnalysis = [
|
|
605
|
+
var RepositoryAnalysis$ = [
|
|
601
606
|
3,
|
|
602
607
|
n0,
|
|
603
608
|
_RAe,
|
|
604
609
|
0,
|
|
605
610
|
[_RH, _SCT],
|
|
606
|
-
[() => RepositoryHeadSourceCodeType
|
|
611
|
+
[() => RepositoryHeadSourceCodeType$, () => SourceCodeType$],
|
|
607
612
|
];
|
|
608
|
-
var RepositoryAssociation = [
|
|
613
|
+
var RepositoryAssociation$ = [
|
|
609
614
|
3,
|
|
610
615
|
n0,
|
|
611
616
|
_RA,
|
|
612
617
|
0,
|
|
613
618
|
[_AI, _AA, _CAo, _N, _O, _PT, _S, _SR, _LUTS, _CTS, _KMSKD, _SRD],
|
|
614
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => KMSKeyDetails
|
|
619
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => KMSKeyDetails$, () => S3RepositoryDetails$],
|
|
615
620
|
];
|
|
616
|
-
var RepositoryAssociationSummary = [
|
|
621
|
+
var RepositoryAssociationSummary$ = [
|
|
617
622
|
3,
|
|
618
623
|
n0,
|
|
619
624
|
_RASe,
|
|
@@ -621,41 +626,41 @@ var RepositoryAssociationSummary = [
|
|
|
621
626
|
[_AA, _CAo, _LUTS, _AI, _N, _O, _PT, _S],
|
|
622
627
|
[0, 0, 4, 0, 0, 0, 0, 0],
|
|
623
628
|
];
|
|
624
|
-
var RepositoryHeadSourceCodeType = [3, n0, _RHSCT, 0, [_BN], [0]];
|
|
625
|
-
var RequestMetadata = [
|
|
629
|
+
var RepositoryHeadSourceCodeType$ = [3, n0, _RHSCT, 0, [_BN], [0]];
|
|
630
|
+
var RequestMetadata$ = [
|
|
626
631
|
3,
|
|
627
632
|
n0,
|
|
628
633
|
_RMe,
|
|
629
634
|
0,
|
|
630
635
|
[_RIeq, _Req, _EI, _VN],
|
|
631
|
-
[0, 0, () => EventInfo
|
|
636
|
+
[0, 0, () => EventInfo$, 0],
|
|
632
637
|
];
|
|
633
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
634
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
635
|
-
var RuleMetadata = [3, n0, _RM, 0, [_RIu, _RNu, _SD, _LD, _RT], [0, 0, 0, 0, 64 | 0]];
|
|
636
|
-
var S3BucketRepository = [3, n0, _SBR, 0, [_N, _De], [0, () => S3RepositoryDetails]];
|
|
637
|
-
var S3Repository = [3, n0, _SRe, 0, [_N, _BNu], [0, 0]];
|
|
638
|
-
var S3RepositoryDetails = [3, n0, _SRD, 0, [_BNu, _CA], [0, () => CodeArtifacts]];
|
|
639
|
-
var SourceCodeType = [
|
|
638
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
639
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
640
|
+
var RuleMetadata$ = [3, n0, _RM, 0, [_RIu, _RNu, _SD, _LD, _RT], [0, 0, 0, 0, 64 | 0]];
|
|
641
|
+
var S3BucketRepository$ = [3, n0, _SBR, 0, [_N, _De], [0, () => S3RepositoryDetails$]];
|
|
642
|
+
var S3Repository$ = [3, n0, _SRe, 0, [_N, _BNu], [0, 0]];
|
|
643
|
+
var S3RepositoryDetails$ = [3, n0, _SRD, 0, [_BNu, _CA], [0, () => CodeArtifacts$]];
|
|
644
|
+
var SourceCodeType$ = [
|
|
640
645
|
3,
|
|
641
646
|
n0,
|
|
642
647
|
_SCT,
|
|
643
648
|
0,
|
|
644
649
|
[_CD, _RH, _BD, _SBR, _RMe],
|
|
645
650
|
[
|
|
646
|
-
() => CommitDiffSourceCodeType
|
|
647
|
-
() => RepositoryHeadSourceCodeType
|
|
648
|
-
() => BranchDiffSourceCodeType
|
|
649
|
-
() => S3BucketRepository
|
|
650
|
-
() => RequestMetadata
|
|
651
|
+
() => CommitDiffSourceCodeType$,
|
|
652
|
+
() => RepositoryHeadSourceCodeType$,
|
|
653
|
+
() => BranchDiffSourceCodeType$,
|
|
654
|
+
() => S3BucketRepository$,
|
|
655
|
+
() => RequestMetadata$,
|
|
651
656
|
],
|
|
652
657
|
];
|
|
653
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _T], [[0, 1], 128 | 0]];
|
|
654
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
655
|
-
var ThirdPartySourceRepository = [3, n0, _TPSR, 0, [_N, _CAo, _O], [0, 0, 0]];
|
|
656
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
657
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
658
|
-
var UntagResourceRequest = [
|
|
658
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _T], [[0, 1], 128 | 0]];
|
|
659
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
660
|
+
var ThirdPartySourceRepository$ = [3, n0, _TPSR, 0, [_N, _CAo, _O], [0, 0, 0]];
|
|
661
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
662
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
663
|
+
var UntagResourceRequest$ = [
|
|
659
664
|
3,
|
|
660
665
|
n0,
|
|
661
666
|
_URR,
|
|
@@ -666,10 +671,10 @@ var UntagResourceRequest = [
|
|
|
666
671
|
[64 | 0, { [_hQ]: _tK }],
|
|
667
672
|
],
|
|
668
673
|
];
|
|
669
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
670
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
671
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
672
|
-
var CodeGuruReviewerServiceException = [
|
|
674
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
675
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
676
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
677
|
+
var CodeGuruReviewerServiceException$ = [
|
|
673
678
|
-3,
|
|
674
679
|
_sm,
|
|
675
680
|
"CodeGuruReviewerServiceException",
|
|
@@ -677,122 +682,122 @@ var CodeGuruReviewerServiceException = [
|
|
|
677
682
|
[],
|
|
678
683
|
[],
|
|
679
684
|
];
|
|
680
|
-
schema.TypeRegistry.for(_sm).registerError(CodeGuruReviewerServiceException
|
|
681
|
-
var CodeReviewSummaries = [1, n0, _CRSo, 0, () => CodeReviewSummary];
|
|
682
|
-
var RecommendationFeedbackSummaries = [1, n0, _RFS, 0, () => RecommendationFeedbackSummary];
|
|
683
|
-
var RecommendationSummaries = [1, n0, _RS, 0, () => RecommendationSummary];
|
|
684
|
-
var RepositoryAssociationSummaries = [1, n0, _RAS, 0, () => RepositoryAssociationSummary];
|
|
685
|
-
var AssociateRepository = [
|
|
685
|
+
schema.TypeRegistry.for(_sm).registerError(CodeGuruReviewerServiceException$, CodeGuruReviewerServiceException);
|
|
686
|
+
var CodeReviewSummaries = [1, n0, _CRSo, 0, () => CodeReviewSummary$];
|
|
687
|
+
var RecommendationFeedbackSummaries = [1, n0, _RFS, 0, () => RecommendationFeedbackSummary$];
|
|
688
|
+
var RecommendationSummaries = [1, n0, _RS, 0, () => RecommendationSummary$];
|
|
689
|
+
var RepositoryAssociationSummaries = [1, n0, _RAS, 0, () => RepositoryAssociationSummary$];
|
|
690
|
+
var AssociateRepository$ = [
|
|
686
691
|
9,
|
|
687
692
|
n0,
|
|
688
693
|
_AR,
|
|
689
694
|
{ [_h]: ["POST", "/associations", 200] },
|
|
690
|
-
() => AssociateRepositoryRequest
|
|
691
|
-
() => AssociateRepositoryResponse
|
|
695
|
+
() => AssociateRepositoryRequest$,
|
|
696
|
+
() => AssociateRepositoryResponse$,
|
|
692
697
|
];
|
|
693
|
-
var CreateCodeReview = [
|
|
698
|
+
var CreateCodeReview$ = [
|
|
694
699
|
9,
|
|
695
700
|
n0,
|
|
696
701
|
_CCRr,
|
|
697
702
|
{ [_h]: ["POST", "/codereviews", 200] },
|
|
698
|
-
() => CreateCodeReviewRequest
|
|
699
|
-
() => CreateCodeReviewResponse
|
|
703
|
+
() => CreateCodeReviewRequest$,
|
|
704
|
+
() => CreateCodeReviewResponse$,
|
|
700
705
|
];
|
|
701
|
-
var DescribeCodeReview = [
|
|
706
|
+
var DescribeCodeReview$ = [
|
|
702
707
|
9,
|
|
703
708
|
n0,
|
|
704
709
|
_DCR,
|
|
705
710
|
{ [_h]: ["GET", "/codereviews/{CodeReviewArn}", 200] },
|
|
706
|
-
() => DescribeCodeReviewRequest
|
|
707
|
-
() => DescribeCodeReviewResponse
|
|
711
|
+
() => DescribeCodeReviewRequest$,
|
|
712
|
+
() => DescribeCodeReviewResponse$,
|
|
708
713
|
];
|
|
709
|
-
var DescribeRecommendationFeedback = [
|
|
714
|
+
var DescribeRecommendationFeedback$ = [
|
|
710
715
|
9,
|
|
711
716
|
n0,
|
|
712
717
|
_DRF,
|
|
713
718
|
{ [_h]: ["GET", "/feedback/{CodeReviewArn}", 200] },
|
|
714
|
-
() => DescribeRecommendationFeedbackRequest
|
|
715
|
-
() => DescribeRecommendationFeedbackResponse
|
|
719
|
+
() => DescribeRecommendationFeedbackRequest$,
|
|
720
|
+
() => DescribeRecommendationFeedbackResponse$,
|
|
716
721
|
];
|
|
717
|
-
var DescribeRepositoryAssociation = [
|
|
722
|
+
var DescribeRepositoryAssociation$ = [
|
|
718
723
|
9,
|
|
719
724
|
n0,
|
|
720
725
|
_DRA,
|
|
721
726
|
{ [_h]: ["GET", "/associations/{AssociationArn}", 200] },
|
|
722
|
-
() => DescribeRepositoryAssociationRequest
|
|
723
|
-
() => DescribeRepositoryAssociationResponse
|
|
727
|
+
() => DescribeRepositoryAssociationRequest$,
|
|
728
|
+
() => DescribeRepositoryAssociationResponse$,
|
|
724
729
|
];
|
|
725
|
-
var DisassociateRepository = [
|
|
730
|
+
var DisassociateRepository$ = [
|
|
726
731
|
9,
|
|
727
732
|
n0,
|
|
728
733
|
_DR,
|
|
729
734
|
{ [_h]: ["DELETE", "/associations/{AssociationArn}", 200] },
|
|
730
|
-
() => DisassociateRepositoryRequest
|
|
731
|
-
() => DisassociateRepositoryResponse
|
|
735
|
+
() => DisassociateRepositoryRequest$,
|
|
736
|
+
() => DisassociateRepositoryResponse$,
|
|
732
737
|
];
|
|
733
|
-
var ListCodeReviews = [
|
|
738
|
+
var ListCodeReviews$ = [
|
|
734
739
|
9,
|
|
735
740
|
n0,
|
|
736
741
|
_LCR,
|
|
737
742
|
{ [_h]: ["GET", "/codereviews", 200] },
|
|
738
|
-
() => ListCodeReviewsRequest
|
|
739
|
-
() => ListCodeReviewsResponse
|
|
743
|
+
() => ListCodeReviewsRequest$,
|
|
744
|
+
() => ListCodeReviewsResponse$,
|
|
740
745
|
];
|
|
741
|
-
var ListRecommendationFeedback = [
|
|
746
|
+
var ListRecommendationFeedback$ = [
|
|
742
747
|
9,
|
|
743
748
|
n0,
|
|
744
749
|
_LRF,
|
|
745
750
|
{ [_h]: ["GET", "/feedback/{CodeReviewArn}/RecommendationFeedback", 200] },
|
|
746
|
-
() => ListRecommendationFeedbackRequest
|
|
747
|
-
() => ListRecommendationFeedbackResponse
|
|
751
|
+
() => ListRecommendationFeedbackRequest$,
|
|
752
|
+
() => ListRecommendationFeedbackResponse$,
|
|
748
753
|
];
|
|
749
|
-
var ListRecommendations = [
|
|
754
|
+
var ListRecommendations$ = [
|
|
750
755
|
9,
|
|
751
756
|
n0,
|
|
752
757
|
_LR,
|
|
753
758
|
{ [_h]: ["GET", "/codereviews/{CodeReviewArn}/Recommendations", 200] },
|
|
754
|
-
() => ListRecommendationsRequest
|
|
755
|
-
() => ListRecommendationsResponse
|
|
759
|
+
() => ListRecommendationsRequest$,
|
|
760
|
+
() => ListRecommendationsResponse$,
|
|
756
761
|
];
|
|
757
|
-
var ListRepositoryAssociations = [
|
|
762
|
+
var ListRepositoryAssociations$ = [
|
|
758
763
|
9,
|
|
759
764
|
n0,
|
|
760
765
|
_LRA,
|
|
761
766
|
{ [_h]: ["GET", "/associations", 200] },
|
|
762
|
-
() => ListRepositoryAssociationsRequest
|
|
763
|
-
() => ListRepositoryAssociationsResponse
|
|
767
|
+
() => ListRepositoryAssociationsRequest$,
|
|
768
|
+
() => ListRepositoryAssociationsResponse$,
|
|
764
769
|
];
|
|
765
|
-
var ListTagsForResource = [
|
|
770
|
+
var ListTagsForResource$ = [
|
|
766
771
|
9,
|
|
767
772
|
n0,
|
|
768
773
|
_LTFR,
|
|
769
774
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
770
|
-
() => ListTagsForResourceRequest
|
|
771
|
-
() => ListTagsForResourceResponse
|
|
775
|
+
() => ListTagsForResourceRequest$,
|
|
776
|
+
() => ListTagsForResourceResponse$,
|
|
772
777
|
];
|
|
773
|
-
var PutRecommendationFeedback = [
|
|
778
|
+
var PutRecommendationFeedback$ = [
|
|
774
779
|
9,
|
|
775
780
|
n0,
|
|
776
781
|
_PRF,
|
|
777
782
|
{ [_h]: ["PUT", "/feedback", 200] },
|
|
778
|
-
() => PutRecommendationFeedbackRequest
|
|
779
|
-
() => PutRecommendationFeedbackResponse
|
|
783
|
+
() => PutRecommendationFeedbackRequest$,
|
|
784
|
+
() => PutRecommendationFeedbackResponse$,
|
|
780
785
|
];
|
|
781
|
-
var TagResource = [
|
|
786
|
+
var TagResource$ = [
|
|
782
787
|
9,
|
|
783
788
|
n0,
|
|
784
789
|
_TR,
|
|
785
790
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
786
|
-
() => TagResourceRequest
|
|
787
|
-
() => TagResourceResponse
|
|
791
|
+
() => TagResourceRequest$,
|
|
792
|
+
() => TagResourceResponse$,
|
|
788
793
|
];
|
|
789
|
-
var UntagResource = [
|
|
794
|
+
var UntagResource$ = [
|
|
790
795
|
9,
|
|
791
796
|
n0,
|
|
792
797
|
_UR,
|
|
793
798
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
794
|
-
() => UntagResourceRequest
|
|
795
|
-
() => UntagResourceResponse
|
|
799
|
+
() => UntagResourceRequest$,
|
|
800
|
+
() => UntagResourceResponse$,
|
|
796
801
|
];
|
|
797
802
|
|
|
798
803
|
class AssociateRepositoryCommand extends smithyClient.Command
|
|
@@ -803,7 +808,7 @@ class AssociateRepositoryCommand extends smithyClient.Command
|
|
|
803
808
|
})
|
|
804
809
|
.s("AWSGuruFrontendService", "AssociateRepository", {})
|
|
805
810
|
.n("CodeGuruReviewerClient", "AssociateRepositoryCommand")
|
|
806
|
-
.sc(AssociateRepository)
|
|
811
|
+
.sc(AssociateRepository$)
|
|
807
812
|
.build() {
|
|
808
813
|
}
|
|
809
814
|
|
|
@@ -815,7 +820,7 @@ class CreateCodeReviewCommand extends smithyClient.Command
|
|
|
815
820
|
})
|
|
816
821
|
.s("AWSGuruFrontendService", "CreateCodeReview", {})
|
|
817
822
|
.n("CodeGuruReviewerClient", "CreateCodeReviewCommand")
|
|
818
|
-
.sc(CreateCodeReview)
|
|
823
|
+
.sc(CreateCodeReview$)
|
|
819
824
|
.build() {
|
|
820
825
|
}
|
|
821
826
|
|
|
@@ -827,7 +832,7 @@ class DescribeCodeReviewCommand extends smithyClient.Command
|
|
|
827
832
|
})
|
|
828
833
|
.s("AWSGuruFrontendService", "DescribeCodeReview", {})
|
|
829
834
|
.n("CodeGuruReviewerClient", "DescribeCodeReviewCommand")
|
|
830
|
-
.sc(DescribeCodeReview)
|
|
835
|
+
.sc(DescribeCodeReview$)
|
|
831
836
|
.build() {
|
|
832
837
|
}
|
|
833
838
|
|
|
@@ -839,7 +844,7 @@ class DescribeRecommendationFeedbackCommand extends smithyClient.Command
|
|
|
839
844
|
})
|
|
840
845
|
.s("AWSGuruFrontendService", "DescribeRecommendationFeedback", {})
|
|
841
846
|
.n("CodeGuruReviewerClient", "DescribeRecommendationFeedbackCommand")
|
|
842
|
-
.sc(DescribeRecommendationFeedback)
|
|
847
|
+
.sc(DescribeRecommendationFeedback$)
|
|
843
848
|
.build() {
|
|
844
849
|
}
|
|
845
850
|
|
|
@@ -851,7 +856,7 @@ class DescribeRepositoryAssociationCommand extends smithyClient.Command
|
|
|
851
856
|
})
|
|
852
857
|
.s("AWSGuruFrontendService", "DescribeRepositoryAssociation", {})
|
|
853
858
|
.n("CodeGuruReviewerClient", "DescribeRepositoryAssociationCommand")
|
|
854
|
-
.sc(DescribeRepositoryAssociation)
|
|
859
|
+
.sc(DescribeRepositoryAssociation$)
|
|
855
860
|
.build() {
|
|
856
861
|
}
|
|
857
862
|
|
|
@@ -863,7 +868,7 @@ class DisassociateRepositoryCommand extends smithyClient.Command
|
|
|
863
868
|
})
|
|
864
869
|
.s("AWSGuruFrontendService", "DisassociateRepository", {})
|
|
865
870
|
.n("CodeGuruReviewerClient", "DisassociateRepositoryCommand")
|
|
866
|
-
.sc(DisassociateRepository)
|
|
871
|
+
.sc(DisassociateRepository$)
|
|
867
872
|
.build() {
|
|
868
873
|
}
|
|
869
874
|
|
|
@@ -875,7 +880,7 @@ class ListCodeReviewsCommand extends smithyClient.Command
|
|
|
875
880
|
})
|
|
876
881
|
.s("AWSGuruFrontendService", "ListCodeReviews", {})
|
|
877
882
|
.n("CodeGuruReviewerClient", "ListCodeReviewsCommand")
|
|
878
|
-
.sc(ListCodeReviews)
|
|
883
|
+
.sc(ListCodeReviews$)
|
|
879
884
|
.build() {
|
|
880
885
|
}
|
|
881
886
|
|
|
@@ -887,7 +892,7 @@ class ListRecommendationFeedbackCommand extends smithyClient.Command
|
|
|
887
892
|
})
|
|
888
893
|
.s("AWSGuruFrontendService", "ListRecommendationFeedback", {})
|
|
889
894
|
.n("CodeGuruReviewerClient", "ListRecommendationFeedbackCommand")
|
|
890
|
-
.sc(ListRecommendationFeedback)
|
|
895
|
+
.sc(ListRecommendationFeedback$)
|
|
891
896
|
.build() {
|
|
892
897
|
}
|
|
893
898
|
|
|
@@ -899,7 +904,7 @@ class ListRecommendationsCommand extends smithyClient.Command
|
|
|
899
904
|
})
|
|
900
905
|
.s("AWSGuruFrontendService", "ListRecommendations", {})
|
|
901
906
|
.n("CodeGuruReviewerClient", "ListRecommendationsCommand")
|
|
902
|
-
.sc(ListRecommendations)
|
|
907
|
+
.sc(ListRecommendations$)
|
|
903
908
|
.build() {
|
|
904
909
|
}
|
|
905
910
|
|
|
@@ -911,7 +916,7 @@ class ListRepositoryAssociationsCommand extends smithyClient.Command
|
|
|
911
916
|
})
|
|
912
917
|
.s("AWSGuruFrontendService", "ListRepositoryAssociations", {})
|
|
913
918
|
.n("CodeGuruReviewerClient", "ListRepositoryAssociationsCommand")
|
|
914
|
-
.sc(ListRepositoryAssociations)
|
|
919
|
+
.sc(ListRepositoryAssociations$)
|
|
915
920
|
.build() {
|
|
916
921
|
}
|
|
917
922
|
|
|
@@ -923,7 +928,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
923
928
|
})
|
|
924
929
|
.s("AWSGuruFrontendService", "ListTagsForResource", {})
|
|
925
930
|
.n("CodeGuruReviewerClient", "ListTagsForResourceCommand")
|
|
926
|
-
.sc(ListTagsForResource)
|
|
931
|
+
.sc(ListTagsForResource$)
|
|
927
932
|
.build() {
|
|
928
933
|
}
|
|
929
934
|
|
|
@@ -935,7 +940,7 @@ class PutRecommendationFeedbackCommand extends smithyClient.Command
|
|
|
935
940
|
})
|
|
936
941
|
.s("AWSGuruFrontendService", "PutRecommendationFeedback", {})
|
|
937
942
|
.n("CodeGuruReviewerClient", "PutRecommendationFeedbackCommand")
|
|
938
|
-
.sc(PutRecommendationFeedback)
|
|
943
|
+
.sc(PutRecommendationFeedback$)
|
|
939
944
|
.build() {
|
|
940
945
|
}
|
|
941
946
|
|
|
@@ -947,7 +952,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
947
952
|
})
|
|
948
953
|
.s("AWSGuruFrontendService", "TagResource", {})
|
|
949
954
|
.n("CodeGuruReviewerClient", "TagResourceCommand")
|
|
950
|
-
.sc(TagResource)
|
|
955
|
+
.sc(TagResource$)
|
|
951
956
|
.build() {
|
|
952
957
|
}
|
|
953
958
|
|
|
@@ -959,7 +964,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
959
964
|
})
|
|
960
965
|
.s("AWSGuruFrontendService", "UntagResource", {})
|
|
961
966
|
.n("CodeGuruReviewerClient", "UntagResourceCommand")
|
|
962
|
-
.sc(UntagResource)
|
|
967
|
+
.sc(UntagResource$)
|
|
963
968
|
.build() {
|
|
964
969
|
}
|
|
965
970
|
|
|
@@ -1162,40 +1167,116 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1162
1167
|
enumerable: true,
|
|
1163
1168
|
get: function () { return smithyClient.Client; }
|
|
1164
1169
|
});
|
|
1165
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1170
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1171
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1166
1172
|
exports.AnalysisType = AnalysisType;
|
|
1173
|
+
exports.AssociateRepository$ = AssociateRepository$;
|
|
1167
1174
|
exports.AssociateRepositoryCommand = AssociateRepositoryCommand;
|
|
1175
|
+
exports.AssociateRepositoryRequest$ = AssociateRepositoryRequest$;
|
|
1176
|
+
exports.AssociateRepositoryResponse$ = AssociateRepositoryResponse$;
|
|
1177
|
+
exports.BranchDiffSourceCodeType$ = BranchDiffSourceCodeType$;
|
|
1178
|
+
exports.CodeArtifacts$ = CodeArtifacts$;
|
|
1179
|
+
exports.CodeCommitRepository$ = CodeCommitRepository$;
|
|
1168
1180
|
exports.CodeGuruReviewer = CodeGuruReviewer;
|
|
1169
1181
|
exports.CodeGuruReviewerClient = CodeGuruReviewerClient;
|
|
1170
|
-
exports.CodeGuruReviewerServiceException = CodeGuruReviewerServiceException
|
|
1182
|
+
exports.CodeGuruReviewerServiceException = CodeGuruReviewerServiceException;
|
|
1183
|
+
exports.CodeGuruReviewerServiceException$ = CodeGuruReviewerServiceException$;
|
|
1184
|
+
exports.CodeReview$ = CodeReview$;
|
|
1185
|
+
exports.CodeReviewSummary$ = CodeReviewSummary$;
|
|
1186
|
+
exports.CodeReviewType$ = CodeReviewType$;
|
|
1187
|
+
exports.CommitDiffSourceCodeType$ = CommitDiffSourceCodeType$;
|
|
1171
1188
|
exports.ConfigFileState = ConfigFileState;
|
|
1172
|
-
exports.ConflictException = ConflictException
|
|
1189
|
+
exports.ConflictException = ConflictException;
|
|
1190
|
+
exports.ConflictException$ = ConflictException$;
|
|
1191
|
+
exports.CreateCodeReview$ = CreateCodeReview$;
|
|
1173
1192
|
exports.CreateCodeReviewCommand = CreateCodeReviewCommand;
|
|
1193
|
+
exports.CreateCodeReviewRequest$ = CreateCodeReviewRequest$;
|
|
1194
|
+
exports.CreateCodeReviewResponse$ = CreateCodeReviewResponse$;
|
|
1195
|
+
exports.DescribeCodeReview$ = DescribeCodeReview$;
|
|
1174
1196
|
exports.DescribeCodeReviewCommand = DescribeCodeReviewCommand;
|
|
1197
|
+
exports.DescribeCodeReviewRequest$ = DescribeCodeReviewRequest$;
|
|
1198
|
+
exports.DescribeCodeReviewResponse$ = DescribeCodeReviewResponse$;
|
|
1199
|
+
exports.DescribeRecommendationFeedback$ = DescribeRecommendationFeedback$;
|
|
1175
1200
|
exports.DescribeRecommendationFeedbackCommand = DescribeRecommendationFeedbackCommand;
|
|
1201
|
+
exports.DescribeRecommendationFeedbackRequest$ = DescribeRecommendationFeedbackRequest$;
|
|
1202
|
+
exports.DescribeRecommendationFeedbackResponse$ = DescribeRecommendationFeedbackResponse$;
|
|
1203
|
+
exports.DescribeRepositoryAssociation$ = DescribeRepositoryAssociation$;
|
|
1176
1204
|
exports.DescribeRepositoryAssociationCommand = DescribeRepositoryAssociationCommand;
|
|
1205
|
+
exports.DescribeRepositoryAssociationRequest$ = DescribeRepositoryAssociationRequest$;
|
|
1206
|
+
exports.DescribeRepositoryAssociationResponse$ = DescribeRepositoryAssociationResponse$;
|
|
1207
|
+
exports.DisassociateRepository$ = DisassociateRepository$;
|
|
1177
1208
|
exports.DisassociateRepositoryCommand = DisassociateRepositoryCommand;
|
|
1209
|
+
exports.DisassociateRepositoryRequest$ = DisassociateRepositoryRequest$;
|
|
1210
|
+
exports.DisassociateRepositoryResponse$ = DisassociateRepositoryResponse$;
|
|
1178
1211
|
exports.EncryptionOption = EncryptionOption;
|
|
1179
|
-
exports.
|
|
1212
|
+
exports.EventInfo$ = EventInfo$;
|
|
1213
|
+
exports.InternalServerException = InternalServerException;
|
|
1214
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1180
1215
|
exports.JobState = JobState;
|
|
1216
|
+
exports.KMSKeyDetails$ = KMSKeyDetails$;
|
|
1217
|
+
exports.ListCodeReviews$ = ListCodeReviews$;
|
|
1181
1218
|
exports.ListCodeReviewsCommand = ListCodeReviewsCommand;
|
|
1219
|
+
exports.ListCodeReviewsRequest$ = ListCodeReviewsRequest$;
|
|
1220
|
+
exports.ListCodeReviewsResponse$ = ListCodeReviewsResponse$;
|
|
1221
|
+
exports.ListRecommendationFeedback$ = ListRecommendationFeedback$;
|
|
1182
1222
|
exports.ListRecommendationFeedbackCommand = ListRecommendationFeedbackCommand;
|
|
1223
|
+
exports.ListRecommendationFeedbackRequest$ = ListRecommendationFeedbackRequest$;
|
|
1224
|
+
exports.ListRecommendationFeedbackResponse$ = ListRecommendationFeedbackResponse$;
|
|
1225
|
+
exports.ListRecommendations$ = ListRecommendations$;
|
|
1183
1226
|
exports.ListRecommendationsCommand = ListRecommendationsCommand;
|
|
1227
|
+
exports.ListRecommendationsRequest$ = ListRecommendationsRequest$;
|
|
1228
|
+
exports.ListRecommendationsResponse$ = ListRecommendationsResponse$;
|
|
1229
|
+
exports.ListRepositoryAssociations$ = ListRepositoryAssociations$;
|
|
1184
1230
|
exports.ListRepositoryAssociationsCommand = ListRepositoryAssociationsCommand;
|
|
1231
|
+
exports.ListRepositoryAssociationsRequest$ = ListRepositoryAssociationsRequest$;
|
|
1232
|
+
exports.ListRepositoryAssociationsResponse$ = ListRepositoryAssociationsResponse$;
|
|
1233
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1185
1234
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1186
|
-
exports.
|
|
1235
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1236
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1237
|
+
exports.Metrics$ = Metrics$;
|
|
1238
|
+
exports.MetricsSummary$ = MetricsSummary$;
|
|
1239
|
+
exports.NotFoundException = NotFoundException;
|
|
1240
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
1187
1241
|
exports.ProviderType = ProviderType;
|
|
1242
|
+
exports.PutRecommendationFeedback$ = PutRecommendationFeedback$;
|
|
1188
1243
|
exports.PutRecommendationFeedbackCommand = PutRecommendationFeedbackCommand;
|
|
1244
|
+
exports.PutRecommendationFeedbackRequest$ = PutRecommendationFeedbackRequest$;
|
|
1245
|
+
exports.PutRecommendationFeedbackResponse$ = PutRecommendationFeedbackResponse$;
|
|
1189
1246
|
exports.Reaction = Reaction;
|
|
1190
1247
|
exports.RecommendationCategory = RecommendationCategory;
|
|
1248
|
+
exports.RecommendationFeedback$ = RecommendationFeedback$;
|
|
1249
|
+
exports.RecommendationFeedbackSummary$ = RecommendationFeedbackSummary$;
|
|
1250
|
+
exports.RecommendationSummary$ = RecommendationSummary$;
|
|
1251
|
+
exports.Repository$ = Repository$;
|
|
1252
|
+
exports.RepositoryAnalysis$ = RepositoryAnalysis$;
|
|
1253
|
+
exports.RepositoryAssociation$ = RepositoryAssociation$;
|
|
1191
1254
|
exports.RepositoryAssociationState = RepositoryAssociationState;
|
|
1192
|
-
exports.
|
|
1255
|
+
exports.RepositoryAssociationSummary$ = RepositoryAssociationSummary$;
|
|
1256
|
+
exports.RepositoryHeadSourceCodeType$ = RepositoryHeadSourceCodeType$;
|
|
1257
|
+
exports.RequestMetadata$ = RequestMetadata$;
|
|
1258
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1259
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1260
|
+
exports.RuleMetadata$ = RuleMetadata$;
|
|
1261
|
+
exports.S3BucketRepository$ = S3BucketRepository$;
|
|
1262
|
+
exports.S3Repository$ = S3Repository$;
|
|
1263
|
+
exports.S3RepositoryDetails$ = S3RepositoryDetails$;
|
|
1193
1264
|
exports.Severity = Severity;
|
|
1265
|
+
exports.SourceCodeType$ = SourceCodeType$;
|
|
1266
|
+
exports.TagResource$ = TagResource$;
|
|
1194
1267
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1195
|
-
exports.
|
|
1268
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1269
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1270
|
+
exports.ThirdPartySourceRepository$ = ThirdPartySourceRepository$;
|
|
1271
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1272
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1196
1273
|
exports.Type = Type;
|
|
1274
|
+
exports.UntagResource$ = UntagResource$;
|
|
1197
1275
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1198
|
-
exports.
|
|
1276
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1277
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1278
|
+
exports.ValidationException = ValidationException;
|
|
1279
|
+
exports.ValidationException$ = ValidationException$;
|
|
1199
1280
|
exports.VendorName = VendorName;
|
|
1200
1281
|
exports.paginateListCodeReviews = paginateListCodeReviews;
|
|
1201
1282
|
exports.paginateListRecommendationFeedback = paginateListRecommendationFeedback;
|