@aws-sdk/client-codeguru-reviewer 3.940.0 → 3.946.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 -245
- 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 -1
- 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/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,26 +447,11 @@ 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
456
|
export var __Unit = "unit";
|
|
632
457
|
export var CodeGuruReviewerServiceException = [
|
|
@@ -659,9 +484,7 @@ export var AssociateRepository = [
|
|
|
659
484
|
9,
|
|
660
485
|
n0,
|
|
661
486
|
_AR,
|
|
662
|
-
{
|
|
663
|
-
[_h]: ["POST", "/associations", 200],
|
|
664
|
-
},
|
|
487
|
+
{ [_h]: ["POST", "/associations", 200] },
|
|
665
488
|
() => AssociateRepositoryRequest,
|
|
666
489
|
() => AssociateRepositoryResponse,
|
|
667
490
|
];
|
|
@@ -669,9 +492,7 @@ export var CreateCodeReview = [
|
|
|
669
492
|
9,
|
|
670
493
|
n0,
|
|
671
494
|
_CCRr,
|
|
672
|
-
{
|
|
673
|
-
[_h]: ["POST", "/codereviews", 200],
|
|
674
|
-
},
|
|
495
|
+
{ [_h]: ["POST", "/codereviews", 200] },
|
|
675
496
|
() => CreateCodeReviewRequest,
|
|
676
497
|
() => CreateCodeReviewResponse,
|
|
677
498
|
];
|
|
@@ -679,9 +500,7 @@ export var DescribeCodeReview = [
|
|
|
679
500
|
9,
|
|
680
501
|
n0,
|
|
681
502
|
_DCR,
|
|
682
|
-
{
|
|
683
|
-
[_h]: ["GET", "/codereviews/{CodeReviewArn}", 200],
|
|
684
|
-
},
|
|
503
|
+
{ [_h]: ["GET", "/codereviews/{CodeReviewArn}", 200] },
|
|
685
504
|
() => DescribeCodeReviewRequest,
|
|
686
505
|
() => DescribeCodeReviewResponse,
|
|
687
506
|
];
|
|
@@ -689,9 +508,7 @@ export var DescribeRecommendationFeedback = [
|
|
|
689
508
|
9,
|
|
690
509
|
n0,
|
|
691
510
|
_DRF,
|
|
692
|
-
{
|
|
693
|
-
[_h]: ["GET", "/feedback/{CodeReviewArn}", 200],
|
|
694
|
-
},
|
|
511
|
+
{ [_h]: ["GET", "/feedback/{CodeReviewArn}", 200] },
|
|
695
512
|
() => DescribeRecommendationFeedbackRequest,
|
|
696
513
|
() => DescribeRecommendationFeedbackResponse,
|
|
697
514
|
];
|
|
@@ -699,9 +516,7 @@ export var DescribeRepositoryAssociation = [
|
|
|
699
516
|
9,
|
|
700
517
|
n0,
|
|
701
518
|
_DRA,
|
|
702
|
-
{
|
|
703
|
-
[_h]: ["GET", "/associations/{AssociationArn}", 200],
|
|
704
|
-
},
|
|
519
|
+
{ [_h]: ["GET", "/associations/{AssociationArn}", 200] },
|
|
705
520
|
() => DescribeRepositoryAssociationRequest,
|
|
706
521
|
() => DescribeRepositoryAssociationResponse,
|
|
707
522
|
];
|
|
@@ -709,9 +524,7 @@ export var DisassociateRepository = [
|
|
|
709
524
|
9,
|
|
710
525
|
n0,
|
|
711
526
|
_DR,
|
|
712
|
-
{
|
|
713
|
-
[_h]: ["DELETE", "/associations/{AssociationArn}", 200],
|
|
714
|
-
},
|
|
527
|
+
{ [_h]: ["DELETE", "/associations/{AssociationArn}", 200] },
|
|
715
528
|
() => DisassociateRepositoryRequest,
|
|
716
529
|
() => DisassociateRepositoryResponse,
|
|
717
530
|
];
|
|
@@ -719,9 +532,7 @@ export var ListCodeReviews = [
|
|
|
719
532
|
9,
|
|
720
533
|
n0,
|
|
721
534
|
_LCR,
|
|
722
|
-
{
|
|
723
|
-
[_h]: ["GET", "/codereviews", 200],
|
|
724
|
-
},
|
|
535
|
+
{ [_h]: ["GET", "/codereviews", 200] },
|
|
725
536
|
() => ListCodeReviewsRequest,
|
|
726
537
|
() => ListCodeReviewsResponse,
|
|
727
538
|
];
|
|
@@ -729,9 +540,7 @@ export var ListRecommendationFeedback = [
|
|
|
729
540
|
9,
|
|
730
541
|
n0,
|
|
731
542
|
_LRF,
|
|
732
|
-
{
|
|
733
|
-
[_h]: ["GET", "/feedback/{CodeReviewArn}/RecommendationFeedback", 200],
|
|
734
|
-
},
|
|
543
|
+
{ [_h]: ["GET", "/feedback/{CodeReviewArn}/RecommendationFeedback", 200] },
|
|
735
544
|
() => ListRecommendationFeedbackRequest,
|
|
736
545
|
() => ListRecommendationFeedbackResponse,
|
|
737
546
|
];
|
|
@@ -739,9 +548,7 @@ export var ListRecommendations = [
|
|
|
739
548
|
9,
|
|
740
549
|
n0,
|
|
741
550
|
_LR,
|
|
742
|
-
{
|
|
743
|
-
[_h]: ["GET", "/codereviews/{CodeReviewArn}/Recommendations", 200],
|
|
744
|
-
},
|
|
551
|
+
{ [_h]: ["GET", "/codereviews/{CodeReviewArn}/Recommendations", 200] },
|
|
745
552
|
() => ListRecommendationsRequest,
|
|
746
553
|
() => ListRecommendationsResponse,
|
|
747
554
|
];
|
|
@@ -749,9 +556,7 @@ export var ListRepositoryAssociations = [
|
|
|
749
556
|
9,
|
|
750
557
|
n0,
|
|
751
558
|
_LRA,
|
|
752
|
-
{
|
|
753
|
-
[_h]: ["GET", "/associations", 200],
|
|
754
|
-
},
|
|
559
|
+
{ [_h]: ["GET", "/associations", 200] },
|
|
755
560
|
() => ListRepositoryAssociationsRequest,
|
|
756
561
|
() => ListRepositoryAssociationsResponse,
|
|
757
562
|
];
|
|
@@ -759,9 +564,7 @@ export var ListTagsForResource = [
|
|
|
759
564
|
9,
|
|
760
565
|
n0,
|
|
761
566
|
_LTFR,
|
|
762
|
-
{
|
|
763
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
764
|
-
},
|
|
567
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
765
568
|
() => ListTagsForResourceRequest,
|
|
766
569
|
() => ListTagsForResourceResponse,
|
|
767
570
|
];
|
|
@@ -769,9 +572,7 @@ export var PutRecommendationFeedback = [
|
|
|
769
572
|
9,
|
|
770
573
|
n0,
|
|
771
574
|
_PRF,
|
|
772
|
-
{
|
|
773
|
-
[_h]: ["PUT", "/feedback", 200],
|
|
774
|
-
},
|
|
575
|
+
{ [_h]: ["PUT", "/feedback", 200] },
|
|
775
576
|
() => PutRecommendationFeedbackRequest,
|
|
776
577
|
() => PutRecommendationFeedbackResponse,
|
|
777
578
|
];
|
|
@@ -779,9 +580,7 @@ export var TagResource = [
|
|
|
779
580
|
9,
|
|
780
581
|
n0,
|
|
781
582
|
_TR,
|
|
782
|
-
{
|
|
783
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
784
|
-
},
|
|
583
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
785
584
|
() => TagResourceRequest,
|
|
786
585
|
() => TagResourceResponse,
|
|
787
586
|
];
|
|
@@ -789,9 +588,7 @@ export var UntagResource = [
|
|
|
789
588
|
9,
|
|
790
589
|
n0,
|
|
791
590
|
_UR,
|
|
792
|
-
{
|
|
793
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
794
|
-
},
|
|
591
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
795
592
|
() => UntagResourceRequest,
|
|
796
593
|
() => UntagResourceResponse,
|
|
797
594
|
];
|
|
@@ -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
|
*/
|
|
@@ -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 { PutRecommendationFeedbackRequest, PutRecommendationFeedbackResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient";
|
|
4
|
+
import type { PutRecommendationFeedbackRequest, PutRecommendationFeedbackResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|