@aws-sdk/client-codeguru-reviewer 3.943.0 → 3.947.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 +42 -245
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CodeGuruReviewerClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +42 -246
- package/dist-types/CodeGuruReviewer.d.ts +1 -1
- package/dist-types/CodeGuruReviewerClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCodeReviewCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRecommendationFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRepositoryAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeReviewsCommand.d.ts +3 -3
- package/dist-types/commands/ListRecommendationFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/ListRepositoryAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutRecommendationFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CodeGuruReviewerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListCodeReviewsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationFeedbackPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRepositoryAssociationsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/CodeGuruReviewerClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CodeGuruReviewerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -159,17 +159,7 @@ const n0 = "com.amazonaws.codegurureviewer";
|
|
|
159
159
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
160
160
|
import { CodeGuruReviewerServiceException as __CodeGuruReviewerServiceException } from "../models/CodeGuruReviewerServiceException";
|
|
161
161
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, NotFoundException as __NotFoundException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
162
|
-
export var AccessDeniedException = [
|
|
163
|
-
-3,
|
|
164
|
-
n0,
|
|
165
|
-
_ADE,
|
|
166
|
-
{
|
|
167
|
-
[_e]: _c,
|
|
168
|
-
[_hE]: 403,
|
|
169
|
-
},
|
|
170
|
-
[_M],
|
|
171
|
-
[0],
|
|
172
|
-
];
|
|
162
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
173
163
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
174
164
|
export var AssociateRepositoryRequest = [
|
|
175
165
|
3,
|
|
@@ -208,17 +198,7 @@ export var CodeReviewSummary = [
|
|
|
208
198
|
];
|
|
209
199
|
export var CodeReviewType = [3, n0, _CRTo, 0, [_RAe, _AT], [() => RepositoryAnalysis, 64 | 0]];
|
|
210
200
|
export var CommitDiffSourceCodeType = [3, n0, _CDSCT, 0, [_SC, _DC, _MBC], [0, 0, 0]];
|
|
211
|
-
export var ConflictException = [
|
|
212
|
-
-3,
|
|
213
|
-
n0,
|
|
214
|
-
_CE,
|
|
215
|
-
{
|
|
216
|
-
[_e]: _c,
|
|
217
|
-
[_hE]: 409,
|
|
218
|
-
},
|
|
219
|
-
[_M],
|
|
220
|
-
[0],
|
|
221
|
-
];
|
|
201
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
222
202
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
223
203
|
export var CreateCodeReviewRequest = [
|
|
224
204
|
3,
|
|
@@ -239,18 +219,8 @@ export var DescribeRecommendationFeedbackRequest = [
|
|
|
239
219
|
[_CRA, _RI, _UI],
|
|
240
220
|
[
|
|
241
221
|
[0, 1],
|
|
242
|
-
[
|
|
243
|
-
|
|
244
|
-
{
|
|
245
|
-
[_hQ]: _RI,
|
|
246
|
-
},
|
|
247
|
-
],
|
|
248
|
-
[
|
|
249
|
-
0,
|
|
250
|
-
{
|
|
251
|
-
[_hQ]: _UI,
|
|
252
|
-
},
|
|
253
|
-
],
|
|
222
|
+
[0, { [_hQ]: _RI }],
|
|
223
|
+
[0, { [_hQ]: _UI }],
|
|
254
224
|
],
|
|
255
225
|
];
|
|
256
226
|
export var DescribeRecommendationFeedbackResponse = [
|
|
@@ -280,17 +250,7 @@ export var DisassociateRepositoryResponse = [
|
|
|
280
250
|
[() => RepositoryAssociation, 128 | 0],
|
|
281
251
|
];
|
|
282
252
|
export var EventInfo = [3, n0, _EI, 0, [_N, _S], [0, 0]];
|
|
283
|
-
export var InternalServerException = [
|
|
284
|
-
-3,
|
|
285
|
-
n0,
|
|
286
|
-
_ISE,
|
|
287
|
-
{
|
|
288
|
-
[_e]: _s,
|
|
289
|
-
[_hE]: 500,
|
|
290
|
-
},
|
|
291
|
-
[_M],
|
|
292
|
-
[0],
|
|
293
|
-
];
|
|
253
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
294
254
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
295
255
|
export var KMSKeyDetails = [3, n0, _KMSKD, 0, [_KMSKI, _EO], [0, 0]];
|
|
296
256
|
export var ListCodeReviewsRequest = [
|
|
@@ -300,42 +260,12 @@ export var ListCodeReviewsRequest = [
|
|
|
300
260
|
0,
|
|
301
261
|
[_PTr, _St, _RNe, _Ty, _MR, _NT],
|
|
302
262
|
[
|
|
303
|
-
[
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
],
|
|
309
|
-
[
|
|
310
|
-
64 | 0,
|
|
311
|
-
{
|
|
312
|
-
[_hQ]: _St,
|
|
313
|
-
},
|
|
314
|
-
],
|
|
315
|
-
[
|
|
316
|
-
64 | 0,
|
|
317
|
-
{
|
|
318
|
-
[_hQ]: _RNe,
|
|
319
|
-
},
|
|
320
|
-
],
|
|
321
|
-
[
|
|
322
|
-
0,
|
|
323
|
-
{
|
|
324
|
-
[_hQ]: _Ty,
|
|
325
|
-
},
|
|
326
|
-
],
|
|
327
|
-
[
|
|
328
|
-
1,
|
|
329
|
-
{
|
|
330
|
-
[_hQ]: _MR,
|
|
331
|
-
},
|
|
332
|
-
],
|
|
333
|
-
[
|
|
334
|
-
0,
|
|
335
|
-
{
|
|
336
|
-
[_hQ]: _NT,
|
|
337
|
-
},
|
|
338
|
-
],
|
|
263
|
+
[64 | 0, { [_hQ]: _PTr }],
|
|
264
|
+
[64 | 0, { [_hQ]: _St }],
|
|
265
|
+
[64 | 0, { [_hQ]: _RNe }],
|
|
266
|
+
[0, { [_hQ]: _Ty }],
|
|
267
|
+
[1, { [_hQ]: _MR }],
|
|
268
|
+
[0, { [_hQ]: _NT }],
|
|
339
269
|
],
|
|
340
270
|
];
|
|
341
271
|
export var ListCodeReviewsResponse = [
|
|
@@ -353,31 +283,11 @@ export var ListRecommendationFeedbackRequest = [
|
|
|
353
283
|
0,
|
|
354
284
|
[_NT, _MR, _CRA, _UIs, _RIe],
|
|
355
285
|
[
|
|
356
|
-
[
|
|
357
|
-
|
|
358
|
-
{
|
|
359
|
-
[_hQ]: _NT,
|
|
360
|
-
},
|
|
361
|
-
],
|
|
362
|
-
[
|
|
363
|
-
1,
|
|
364
|
-
{
|
|
365
|
-
[_hQ]: _MR,
|
|
366
|
-
},
|
|
367
|
-
],
|
|
286
|
+
[0, { [_hQ]: _NT }],
|
|
287
|
+
[1, { [_hQ]: _MR }],
|
|
368
288
|
[0, 1],
|
|
369
|
-
[
|
|
370
|
-
|
|
371
|
-
{
|
|
372
|
-
[_hQ]: _UIs,
|
|
373
|
-
},
|
|
374
|
-
],
|
|
375
|
-
[
|
|
376
|
-
64 | 0,
|
|
377
|
-
{
|
|
378
|
-
[_hQ]: _RIe,
|
|
379
|
-
},
|
|
380
|
-
],
|
|
289
|
+
[64 | 0, { [_hQ]: _UIs }],
|
|
290
|
+
[64 | 0, { [_hQ]: _RIe }],
|
|
381
291
|
],
|
|
382
292
|
];
|
|
383
293
|
export var ListRecommendationFeedbackResponse = [
|
|
@@ -395,18 +305,8 @@ export var ListRecommendationsRequest = [
|
|
|
395
305
|
0,
|
|
396
306
|
[_NT, _MR, _CRA],
|
|
397
307
|
[
|
|
398
|
-
[
|
|
399
|
-
|
|
400
|
-
{
|
|
401
|
-
[_hQ]: _NT,
|
|
402
|
-
},
|
|
403
|
-
],
|
|
404
|
-
[
|
|
405
|
-
1,
|
|
406
|
-
{
|
|
407
|
-
[_hQ]: _MR,
|
|
408
|
-
},
|
|
409
|
-
],
|
|
308
|
+
[0, { [_hQ]: _NT }],
|
|
309
|
+
[1, { [_hQ]: _MR }],
|
|
410
310
|
[0, 1],
|
|
411
311
|
],
|
|
412
312
|
];
|
|
@@ -425,42 +325,12 @@ export var ListRepositoryAssociationsRequest = [
|
|
|
425
325
|
0,
|
|
426
326
|
[_PTr, _St, _Na, _Ow, _MR, _NT],
|
|
427
327
|
[
|
|
428
|
-
[
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
],
|
|
434
|
-
[
|
|
435
|
-
64 | 0,
|
|
436
|
-
{
|
|
437
|
-
[_hQ]: _S,
|
|
438
|
-
},
|
|
439
|
-
],
|
|
440
|
-
[
|
|
441
|
-
64 | 0,
|
|
442
|
-
{
|
|
443
|
-
[_hQ]: _N,
|
|
444
|
-
},
|
|
445
|
-
],
|
|
446
|
-
[
|
|
447
|
-
64 | 0,
|
|
448
|
-
{
|
|
449
|
-
[_hQ]: _O,
|
|
450
|
-
},
|
|
451
|
-
],
|
|
452
|
-
[
|
|
453
|
-
1,
|
|
454
|
-
{
|
|
455
|
-
[_hQ]: _MR,
|
|
456
|
-
},
|
|
457
|
-
],
|
|
458
|
-
[
|
|
459
|
-
0,
|
|
460
|
-
{
|
|
461
|
-
[_hQ]: _NT,
|
|
462
|
-
},
|
|
463
|
-
],
|
|
328
|
+
[64 | 0, { [_hQ]: _PT }],
|
|
329
|
+
[64 | 0, { [_hQ]: _S }],
|
|
330
|
+
[64 | 0, { [_hQ]: _N }],
|
|
331
|
+
[64 | 0, { [_hQ]: _O }],
|
|
332
|
+
[1, { [_hQ]: _MR }],
|
|
333
|
+
[0, { [_hQ]: _NT }],
|
|
464
334
|
],
|
|
465
335
|
];
|
|
466
336
|
export var ListRepositoryAssociationsResponse = [
|
|
@@ -475,17 +345,7 @@ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
|
475
345
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
476
346
|
export var Metrics = [3, n0, _Me, 0, [_MLOCC, _SLOCC, _FC], [1, 1, 1]];
|
|
477
347
|
export var MetricsSummary = [3, n0, _MS, 0, [_MLOCC, _SLOCC, _FC], [1, 1, 1]];
|
|
478
|
-
export var NotFoundException = [
|
|
479
|
-
-3,
|
|
480
|
-
n0,
|
|
481
|
-
_NFE,
|
|
482
|
-
{
|
|
483
|
-
[_e]: _c,
|
|
484
|
-
[_hE]: 404,
|
|
485
|
-
},
|
|
486
|
-
[_M],
|
|
487
|
-
[0],
|
|
488
|
-
];
|
|
348
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
489
349
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
490
350
|
export var PutRecommendationFeedbackRequest = [
|
|
491
351
|
3,
|
|
@@ -554,17 +414,7 @@ export var RequestMetadata = [
|
|
|
554
414
|
[_RIeq, _Req, _EI, _VN],
|
|
555
415
|
[0, 0, () => EventInfo, 0],
|
|
556
416
|
];
|
|
557
|
-
export var ResourceNotFoundException = [
|
|
558
|
-
-3,
|
|
559
|
-
n0,
|
|
560
|
-
_RNFE,
|
|
561
|
-
{
|
|
562
|
-
[_e]: _c,
|
|
563
|
-
[_hE]: 404,
|
|
564
|
-
},
|
|
565
|
-
[_M],
|
|
566
|
-
[0],
|
|
567
|
-
];
|
|
417
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
568
418
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
569
419
|
export var RuleMetadata = [3, n0, _RM, 0, [_RIu, _RNu, _SD, _LD, _RT], [0, 0, 0, 0, 64 | 0]];
|
|
570
420
|
export var S3BucketRepository = [3, n0, _SBR, 0, [_N, _De], [0, () => S3RepositoryDetails]];
|
|
@@ -587,17 +437,7 @@ export var SourceCodeType = [
|
|
|
587
437
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _T], [[0, 1], 128 | 0]];
|
|
588
438
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
589
439
|
export var ThirdPartySourceRepository = [3, n0, _TPSR, 0, [_N, _CAo, _O], [0, 0, 0]];
|
|
590
|
-
export var ThrottlingException = [
|
|
591
|
-
-3,
|
|
592
|
-
n0,
|
|
593
|
-
_TE,
|
|
594
|
-
{
|
|
595
|
-
[_e]: _c,
|
|
596
|
-
[_hE]: 429,
|
|
597
|
-
},
|
|
598
|
-
[_M],
|
|
599
|
-
[0],
|
|
600
|
-
];
|
|
440
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
601
441
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
602
442
|
export var UntagResourceRequest = [
|
|
603
443
|
3,
|
|
@@ -607,28 +447,12 @@ export var UntagResourceRequest = [
|
|
|
607
447
|
[_rA, _TK],
|
|
608
448
|
[
|
|
609
449
|
[0, 1],
|
|
610
|
-
[
|
|
611
|
-
64 | 0,
|
|
612
|
-
{
|
|
613
|
-
[_hQ]: _tK,
|
|
614
|
-
},
|
|
615
|
-
],
|
|
450
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
616
451
|
],
|
|
617
452
|
];
|
|
618
453
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
619
|
-
export var ValidationException = [
|
|
620
|
-
-3,
|
|
621
|
-
n0,
|
|
622
|
-
_VE,
|
|
623
|
-
{
|
|
624
|
-
[_e]: _c,
|
|
625
|
-
[_hE]: 400,
|
|
626
|
-
},
|
|
627
|
-
[_M],
|
|
628
|
-
[0],
|
|
629
|
-
];
|
|
454
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
630
455
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
631
|
-
export var __Unit = "unit";
|
|
632
456
|
export var CodeGuruReviewerServiceException = [
|
|
633
457
|
-3,
|
|
634
458
|
_sm,
|
|
@@ -659,9 +483,7 @@ export var AssociateRepository = [
|
|
|
659
483
|
9,
|
|
660
484
|
n0,
|
|
661
485
|
_AR,
|
|
662
|
-
{
|
|
663
|
-
[_h]: ["POST", "/associations", 200],
|
|
664
|
-
},
|
|
486
|
+
{ [_h]: ["POST", "/associations", 200] },
|
|
665
487
|
() => AssociateRepositoryRequest,
|
|
666
488
|
() => AssociateRepositoryResponse,
|
|
667
489
|
];
|
|
@@ -669,9 +491,7 @@ export var CreateCodeReview = [
|
|
|
669
491
|
9,
|
|
670
492
|
n0,
|
|
671
493
|
_CCRr,
|
|
672
|
-
{
|
|
673
|
-
[_h]: ["POST", "/codereviews", 200],
|
|
674
|
-
},
|
|
494
|
+
{ [_h]: ["POST", "/codereviews", 200] },
|
|
675
495
|
() => CreateCodeReviewRequest,
|
|
676
496
|
() => CreateCodeReviewResponse,
|
|
677
497
|
];
|
|
@@ -679,9 +499,7 @@ export var DescribeCodeReview = [
|
|
|
679
499
|
9,
|
|
680
500
|
n0,
|
|
681
501
|
_DCR,
|
|
682
|
-
{
|
|
683
|
-
[_h]: ["GET", "/codereviews/{CodeReviewArn}", 200],
|
|
684
|
-
},
|
|
502
|
+
{ [_h]: ["GET", "/codereviews/{CodeReviewArn}", 200] },
|
|
685
503
|
() => DescribeCodeReviewRequest,
|
|
686
504
|
() => DescribeCodeReviewResponse,
|
|
687
505
|
];
|
|
@@ -689,9 +507,7 @@ export var DescribeRecommendationFeedback = [
|
|
|
689
507
|
9,
|
|
690
508
|
n0,
|
|
691
509
|
_DRF,
|
|
692
|
-
{
|
|
693
|
-
[_h]: ["GET", "/feedback/{CodeReviewArn}", 200],
|
|
694
|
-
},
|
|
510
|
+
{ [_h]: ["GET", "/feedback/{CodeReviewArn}", 200] },
|
|
695
511
|
() => DescribeRecommendationFeedbackRequest,
|
|
696
512
|
() => DescribeRecommendationFeedbackResponse,
|
|
697
513
|
];
|
|
@@ -699,9 +515,7 @@ export var DescribeRepositoryAssociation = [
|
|
|
699
515
|
9,
|
|
700
516
|
n0,
|
|
701
517
|
_DRA,
|
|
702
|
-
{
|
|
703
|
-
[_h]: ["GET", "/associations/{AssociationArn}", 200],
|
|
704
|
-
},
|
|
518
|
+
{ [_h]: ["GET", "/associations/{AssociationArn}", 200] },
|
|
705
519
|
() => DescribeRepositoryAssociationRequest,
|
|
706
520
|
() => DescribeRepositoryAssociationResponse,
|
|
707
521
|
];
|
|
@@ -709,9 +523,7 @@ export var DisassociateRepository = [
|
|
|
709
523
|
9,
|
|
710
524
|
n0,
|
|
711
525
|
_DR,
|
|
712
|
-
{
|
|
713
|
-
[_h]: ["DELETE", "/associations/{AssociationArn}", 200],
|
|
714
|
-
},
|
|
526
|
+
{ [_h]: ["DELETE", "/associations/{AssociationArn}", 200] },
|
|
715
527
|
() => DisassociateRepositoryRequest,
|
|
716
528
|
() => DisassociateRepositoryResponse,
|
|
717
529
|
];
|
|
@@ -719,9 +531,7 @@ export var ListCodeReviews = [
|
|
|
719
531
|
9,
|
|
720
532
|
n0,
|
|
721
533
|
_LCR,
|
|
722
|
-
{
|
|
723
|
-
[_h]: ["GET", "/codereviews", 200],
|
|
724
|
-
},
|
|
534
|
+
{ [_h]: ["GET", "/codereviews", 200] },
|
|
725
535
|
() => ListCodeReviewsRequest,
|
|
726
536
|
() => ListCodeReviewsResponse,
|
|
727
537
|
];
|
|
@@ -729,9 +539,7 @@ export var ListRecommendationFeedback = [
|
|
|
729
539
|
9,
|
|
730
540
|
n0,
|
|
731
541
|
_LRF,
|
|
732
|
-
{
|
|
733
|
-
[_h]: ["GET", "/feedback/{CodeReviewArn}/RecommendationFeedback", 200],
|
|
734
|
-
},
|
|
542
|
+
{ [_h]: ["GET", "/feedback/{CodeReviewArn}/RecommendationFeedback", 200] },
|
|
735
543
|
() => ListRecommendationFeedbackRequest,
|
|
736
544
|
() => ListRecommendationFeedbackResponse,
|
|
737
545
|
];
|
|
@@ -739,9 +547,7 @@ export var ListRecommendations = [
|
|
|
739
547
|
9,
|
|
740
548
|
n0,
|
|
741
549
|
_LR,
|
|
742
|
-
{
|
|
743
|
-
[_h]: ["GET", "/codereviews/{CodeReviewArn}/Recommendations", 200],
|
|
744
|
-
},
|
|
550
|
+
{ [_h]: ["GET", "/codereviews/{CodeReviewArn}/Recommendations", 200] },
|
|
745
551
|
() => ListRecommendationsRequest,
|
|
746
552
|
() => ListRecommendationsResponse,
|
|
747
553
|
];
|
|
@@ -749,9 +555,7 @@ export var ListRepositoryAssociations = [
|
|
|
749
555
|
9,
|
|
750
556
|
n0,
|
|
751
557
|
_LRA,
|
|
752
|
-
{
|
|
753
|
-
[_h]: ["GET", "/associations", 200],
|
|
754
|
-
},
|
|
558
|
+
{ [_h]: ["GET", "/associations", 200] },
|
|
755
559
|
() => ListRepositoryAssociationsRequest,
|
|
756
560
|
() => ListRepositoryAssociationsResponse,
|
|
757
561
|
];
|
|
@@ -759,9 +563,7 @@ export var ListTagsForResource = [
|
|
|
759
563
|
9,
|
|
760
564
|
n0,
|
|
761
565
|
_LTFR,
|
|
762
|
-
{
|
|
763
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
764
|
-
},
|
|
566
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
765
567
|
() => ListTagsForResourceRequest,
|
|
766
568
|
() => ListTagsForResourceResponse,
|
|
767
569
|
];
|
|
@@ -769,9 +571,7 @@ export var PutRecommendationFeedback = [
|
|
|
769
571
|
9,
|
|
770
572
|
n0,
|
|
771
573
|
_PRF,
|
|
772
|
-
{
|
|
773
|
-
[_h]: ["PUT", "/feedback", 200],
|
|
774
|
-
},
|
|
574
|
+
{ [_h]: ["PUT", "/feedback", 200] },
|
|
775
575
|
() => PutRecommendationFeedbackRequest,
|
|
776
576
|
() => PutRecommendationFeedbackResponse,
|
|
777
577
|
];
|
|
@@ -779,9 +579,7 @@ export var TagResource = [
|
|
|
779
579
|
9,
|
|
780
580
|
n0,
|
|
781
581
|
_TR,
|
|
782
|
-
{
|
|
783
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
784
|
-
},
|
|
582
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
785
583
|
() => TagResourceRequest,
|
|
786
584
|
() => TagResourceResponse,
|
|
787
585
|
];
|
|
@@ -789,9 +587,7 @@ export var UntagResource = [
|
|
|
789
587
|
9,
|
|
790
588
|
n0,
|
|
791
589
|
_UR,
|
|
792
|
-
{
|
|
793
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
794
|
-
},
|
|
590
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
795
591
|
() => UntagResourceRequest,
|
|
796
592
|
() => UntagResourceResponse,
|
|
797
593
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CodeGuruReviewerClient } from "./CodeGuruReviewerClient";
|
|
3
3
|
import { AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput } from "./commands/AssociateRepositoryCommand";
|
|
4
4
|
import { CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput } from "./commands/CreateCodeReviewCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput } from "./commands/AssociateRepositoryCommand";
|
|
11
11
|
import { CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput } from "./commands/CreateCodeReviewCommand";
|
|
12
12
|
import { DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput } from "./commands/DescribeCodeReviewCommand";
|
|
@@ -22,7 +22,7 @@ import { PutRecommendationFeedbackCommandInput, PutRecommendationFeedbackCommand
|
|
|
22
22
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
23
23
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
24
24
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
25
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
26
26
|
export { __Client };
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { CodeGuruReviewerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { CodeGuruReviewerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig } from "../CodeGuruReviewerClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type CodeGuruReviewerClientResolvedConfig } from "../CodeGuruReviewerClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { AssociateRepositoryRequest, AssociateRepositoryResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { AssociateRepositoryRequest, AssociateRepositoryResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { CreateCodeReviewRequest, CreateCodeReviewResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { CreateCodeReviewRequest, CreateCodeReviewResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { DescribeCodeReviewRequest, DescribeCodeReviewResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { DescribeCodeReviewRequest, DescribeCodeReviewResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { DescribeRecommendationFeedbackRequest, DescribeRecommendationFeedbackResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { DescribeRecommendationFeedbackRequest, DescribeRecommendationFeedbackResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { DescribeRepositoryAssociationRequest, DescribeRepositoryAssociationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { DescribeRepositoryAssociationRequest, DescribeRepositoryAssociationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { DisassociateRepositoryRequest, DisassociateRepositoryResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { DisassociateRepositoryRequest, DisassociateRepositoryResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { ListCodeReviewsRequest, ListCodeReviewsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { ListCodeReviewsRequest, ListCodeReviewsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { ListRecommendationFeedbackRequest, ListRecommendationFeedbackResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { ListRecommendationFeedbackRequest, ListRecommendationFeedbackResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { ListRepositoryAssociationsRequest, ListRepositoryAssociationsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { ListRepositoryAssociationsRequest, ListRepositoryAssociationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|