@aws-sdk/client-codeguru-reviewer 3.1074.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultCodeGuruReviewerHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AssociateRepository$, CreateCodeReview$, DescribeCodeReview$, DescribeRecommendationFeedback$, DescribeRepositoryAssociation$, DisassociateRepository$, ListCodeReviews$, ListRecommendationFeedback$, ListRecommendations$, ListRepositoryAssociations$, ListTagsForResource$, PutRecommendationFeedback$, TagResource$, UntagResource$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { CodeGuruReviewerServiceException } = require("./models/CodeGuruReviewerServiceException");
18
- exports.CodeGuruReviewerServiceException = CodeGuruReviewerServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultCodeGuruReviewerHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "codeguru-reviewer",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultCodeGuruReviewerHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,773 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://codeguru-reviewer-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://codeguru-reviewer-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://codeguru-reviewer.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://codeguru-reviewer.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class CodeGuruReviewerServiceException extends ServiceException {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, CodeGuruReviewerServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class AccessDeniedException extends CodeGuruReviewerServiceException {
140
+ name = "AccessDeniedException";
141
+ $fault = "client";
142
+ Message;
143
+ constructor(opts) {
144
+ super({
145
+ name: "AccessDeniedException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
150
+ this.Message = opts.Message;
151
+ }
152
+ }
153
+ class ConflictException extends CodeGuruReviewerServiceException {
154
+ name = "ConflictException";
155
+ $fault = "client";
156
+ Message;
157
+ constructor(opts) {
158
+ super({
159
+ name: "ConflictException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, ConflictException.prototype);
164
+ this.Message = opts.Message;
165
+ }
166
+ }
167
+ class InternalServerException extends CodeGuruReviewerServiceException {
168
+ name = "InternalServerException";
169
+ $fault = "server";
170
+ Message;
171
+ constructor(opts) {
172
+ super({
173
+ name: "InternalServerException",
174
+ $fault: "server",
175
+ ...opts,
176
+ });
177
+ Object.setPrototypeOf(this, InternalServerException.prototype);
178
+ this.Message = opts.Message;
179
+ }
180
+ }
181
+ class ThrottlingException extends CodeGuruReviewerServiceException {
182
+ name = "ThrottlingException";
183
+ $fault = "client";
184
+ Message;
185
+ constructor(opts) {
186
+ super({
187
+ name: "ThrottlingException",
188
+ $fault: "client",
189
+ ...opts,
190
+ });
191
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
192
+ this.Message = opts.Message;
193
+ }
194
+ }
195
+ class ValidationException extends CodeGuruReviewerServiceException {
196
+ name = "ValidationException";
197
+ $fault = "client";
198
+ Message;
199
+ constructor(opts) {
200
+ super({
201
+ name: "ValidationException",
202
+ $fault: "client",
203
+ ...opts,
204
+ });
205
+ Object.setPrototypeOf(this, ValidationException.prototype);
206
+ this.Message = opts.Message;
207
+ }
208
+ }
209
+ class ResourceNotFoundException extends CodeGuruReviewerServiceException {
210
+ name = "ResourceNotFoundException";
211
+ $fault = "client";
212
+ Message;
213
+ constructor(opts) {
214
+ super({
215
+ name: "ResourceNotFoundException",
216
+ $fault: "client",
217
+ ...opts,
218
+ });
219
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
220
+ this.Message = opts.Message;
221
+ }
222
+ }
223
+ class NotFoundException extends CodeGuruReviewerServiceException {
224
+ name = "NotFoundException";
225
+ $fault = "client";
226
+ Message;
227
+ constructor(opts) {
228
+ super({
229
+ name: "NotFoundException",
230
+ $fault: "client",
231
+ ...opts,
232
+ });
233
+ Object.setPrototypeOf(this, NotFoundException.prototype);
234
+ this.Message = opts.Message;
235
+ }
236
+ }
237
+
238
+ const _AA = "AssociationArn";
239
+ const _ADE = "AccessDeniedException";
240
+ const _AI = "AssociationId";
241
+ const _AR = "AssociateRepository";
242
+ const _ARR = "AssociateRepositoryRequest";
243
+ const _ARRs = "AssociateRepositoryResponse";
244
+ const _AT = "AnalysisTypes";
245
+ const _B = "Bitbucket";
246
+ const _BAOK = "BuildArtifactsObjectKey";
247
+ const _BD = "BranchDiff";
248
+ const _BDSCT = "BranchDiffSourceCodeType";
249
+ const _BN = "BranchName";
250
+ const _BNu = "BucketName";
251
+ const _CA = "CodeArtifacts";
252
+ const _CAo = "ConnectionArn";
253
+ const _CC = "CodeCommit";
254
+ const _CCR = "CodeCommitRepository";
255
+ const _CCRR = "CreateCodeReviewRequest";
256
+ const _CCRRr = "CreateCodeReviewResponse";
257
+ const _CCRr = "CreateCodeReview";
258
+ const _CD = "CommitDiff";
259
+ const _CDSCT = "CommitDiffSourceCodeType";
260
+ const _CE = "ConflictException";
261
+ const _CFS = "ConfigFileState";
262
+ const _CR = "CodeReview";
263
+ const _CRA = "CodeReviewArn";
264
+ const _CRS = "CodeReviewSummary";
265
+ const _CRSo = "CodeReviewSummaries";
266
+ const _CRT = "ClientRequestToken";
267
+ const _CRTo = "CodeReviewType";
268
+ const _CTS = "CreatedTimeStamp";
269
+ const _D = "Description";
270
+ const _DBN = "DestinationBranchName";
271
+ const _DC = "DestinationCommit";
272
+ const _DCR = "DescribeCodeReview";
273
+ const _DCRR = "DescribeCodeReviewRequest";
274
+ const _DCRRe = "DescribeCodeReviewResponse";
275
+ const _DR = "DisassociateRepository";
276
+ const _DRA = "DescribeRepositoryAssociation";
277
+ const _DRAR = "DescribeRepositoryAssociationRequest";
278
+ const _DRARe = "DescribeRepositoryAssociationResponse";
279
+ const _DRF = "DescribeRecommendationFeedback";
280
+ const _DRFR = "DescribeRecommendationFeedbackRequest";
281
+ const _DRFRe = "DescribeRecommendationFeedbackResponse";
282
+ const _DRR = "DisassociateRepositoryRequest";
283
+ const _DRRi = "DisassociateRepositoryResponse";
284
+ const _De = "Details";
285
+ const _EI = "EventInfo";
286
+ const _EL = "EndLine";
287
+ const _EO = "EncryptionOption";
288
+ const _FC = "FindingsCount";
289
+ const _FP = "FilePath";
290
+ const _GHES = "GitHubEnterpriseServer";
291
+ const _ISE = "InternalServerException";
292
+ const _KMSKD = "KMSKeyDetails";
293
+ const _KMSKI = "KMSKeyId";
294
+ const _LCR = "ListCodeReviews";
295
+ const _LCRR = "ListCodeReviewsRequest";
296
+ const _LCRRi = "ListCodeReviewsResponse";
297
+ const _LD = "LongDescription";
298
+ const _LR = "ListRecommendations";
299
+ const _LRA = "ListRepositoryAssociations";
300
+ const _LRAR = "ListRepositoryAssociationsRequest";
301
+ const _LRARi = "ListRepositoryAssociationsResponse";
302
+ const _LRF = "ListRecommendationFeedback";
303
+ const _LRFR = "ListRecommendationFeedbackRequest";
304
+ const _LRFRi = "ListRecommendationFeedbackResponse";
305
+ const _LRR = "ListRecommendationsRequest";
306
+ const _LRRi = "ListRecommendationsResponse";
307
+ const _LTFR = "ListTagsForResource";
308
+ const _LTFRR = "ListTagsForResourceRequest";
309
+ const _LTFRRi = "ListTagsForResourceResponse";
310
+ const _LUTS = "LastUpdatedTimeStamp";
311
+ const _M = "Message";
312
+ const _MBC = "MergeBaseCommit";
313
+ const _MLOCC = "MeteredLinesOfCodeCount";
314
+ const _MR = "MaxResults";
315
+ const _MS = "MetricsSummary";
316
+ const _Me = "Metrics";
317
+ const _N = "Name";
318
+ const _NFE = "NotFoundException";
319
+ const _NT = "NextToken";
320
+ const _Na = "Names";
321
+ const _O = "Owner";
322
+ const _Ow = "Owners";
323
+ const _PRF = "PutRecommendationFeedback";
324
+ const _PRFR = "PutRecommendationFeedbackRequest";
325
+ const _PRFRu = "PutRecommendationFeedbackResponse";
326
+ const _PRI = "PullRequestId";
327
+ const _PT = "ProviderType";
328
+ const _PTr = "ProviderTypes";
329
+ const _R = "Repository";
330
+ const _RA = "RepositoryAssociation";
331
+ const _RAA = "RepositoryAssociationArn";
332
+ const _RAS = "RepositoryAssociationSummaries";
333
+ const _RASe = "RepositoryAssociationSummary";
334
+ const _RAe = "RepositoryAnalysis";
335
+ const _RC = "RecommendationCategory";
336
+ const _RF = "RecommendationFeedback";
337
+ const _RFS = "RecommendationFeedbackSummaries";
338
+ const _RFSe = "RecommendationFeedbackSummary";
339
+ const _RH = "RepositoryHead";
340
+ const _RHSCT = "RepositoryHeadSourceCodeType";
341
+ const _RI = "RecommendationId";
342
+ const _RIe = "RecommendationIds";
343
+ const _RIeq = "RequestId";
344
+ const _RIu = "RuleId";
345
+ const _RM = "RuleMetadata";
346
+ const _RMe = "RequestMetadata";
347
+ const _RN = "RepositoryName";
348
+ const _RNFE = "ResourceNotFoundException";
349
+ const _RNe = "RepositoryNames";
350
+ const _RNu = "RuleName";
351
+ const _RS = "RecommendationSummaries";
352
+ const _RSe = "RecommendationSummary";
353
+ const _RT = "RuleTags";
354
+ const _Re = "Reactions";
355
+ const _Req = "Requester";
356
+ const _S = "State";
357
+ const _SB = "S3Bucket";
358
+ const _SBN = "SourceBranchName";
359
+ const _SBR = "S3BucketRepository";
360
+ const _SC = "SourceCommit";
361
+ const _SCAOK = "SourceCodeArtifactsObjectKey";
362
+ const _SCT = "SourceCodeType";
363
+ const _SD = "ShortDescription";
364
+ const _SL = "StartLine";
365
+ const _SLOCC = "SuppressedLinesOfCodeCount";
366
+ const _SR = "StateReason";
367
+ const _SRD = "S3RepositoryDetails";
368
+ const _SRe = "S3Repository";
369
+ const _Se = "Severity";
370
+ const _St = "States";
371
+ const _T = "Tags";
372
+ const _TE = "ThrottlingException";
373
+ const _TK = "TagKeys";
374
+ const _TPSR = "ThirdPartySourceRepository";
375
+ const _TR = "TagResource";
376
+ const _TRR = "TagResourceRequest";
377
+ const _TRRa = "TagResourceResponse";
378
+ const _Ty = "Type";
379
+ const _UI = "UserId";
380
+ const _UIs = "UserIds";
381
+ const _UR = "UntagResource";
382
+ const _URR = "UntagResourceRequest";
383
+ const _URRn = "UntagResourceResponse";
384
+ const _VE = "ValidationException";
385
+ const _VN = "VendorName";
386
+ const _c = "client";
387
+ const _e = "error";
388
+ const _h = "http";
389
+ const _hE = "httpError";
390
+ const _hQ = "httpQuery";
391
+ const _rA = "resourceArn";
392
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.codegurureviewer";
393
+ const _se = "server";
394
+ const _tK = "tagKeys";
395
+ const n0 = "com.amazonaws.codegurureviewer";
396
+ const _s_registry = TypeRegistry.for(_s);
397
+ var CodeGuruReviewerServiceException$ = [-3, _s, "CodeGuruReviewerServiceException", 0, [], []];
398
+ _s_registry.registerError(CodeGuruReviewerServiceException$, CodeGuruReviewerServiceException);
399
+ const n0_registry = TypeRegistry.for(n0);
400
+ var AccessDeniedException$ = [-3, n0, _ADE,
401
+ { [_e]: _c, [_hE]: 403 },
402
+ [_M],
403
+ [0]
404
+ ];
405
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
406
+ var ConflictException$ = [-3, n0, _CE,
407
+ { [_e]: _c, [_hE]: 409 },
408
+ [_M],
409
+ [0]
410
+ ];
411
+ n0_registry.registerError(ConflictException$, ConflictException);
412
+ var InternalServerException$ = [-3, n0, _ISE,
413
+ { [_e]: _se, [_hE]: 500 },
414
+ [_M],
415
+ [0]
416
+ ];
417
+ n0_registry.registerError(InternalServerException$, InternalServerException);
418
+ var NotFoundException$ = [-3, n0, _NFE,
419
+ { [_e]: _c, [_hE]: 404 },
420
+ [_M],
421
+ [0]
422
+ ];
423
+ n0_registry.registerError(NotFoundException$, NotFoundException);
424
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
425
+ { [_e]: _c, [_hE]: 404 },
426
+ [_M],
427
+ [0]
428
+ ];
429
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
430
+ var ThrottlingException$ = [-3, n0, _TE,
431
+ { [_e]: _c, [_hE]: 429 },
432
+ [_M],
433
+ [0]
434
+ ];
435
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
436
+ var ValidationException$ = [-3, n0, _VE,
437
+ { [_e]: _c, [_hE]: 400 },
438
+ [_M],
439
+ [0]
440
+ ];
441
+ n0_registry.registerError(ValidationException$, ValidationException);
442
+ const errorTypeRegistries = [
443
+ _s_registry,
444
+ n0_registry,
445
+ ];
446
+ var AssociateRepositoryRequest$ = [3, n0, _ARR,
447
+ 0,
448
+ [_R, _CRT, _T, _KMSKD],
449
+ [() => Repository$, [0, 4], 128 | 0, () => KMSKeyDetails$], 1
450
+ ];
451
+ var AssociateRepositoryResponse$ = [3, n0, _ARRs,
452
+ 0,
453
+ [_RA, _T],
454
+ [() => RepositoryAssociation$, 128 | 0]
455
+ ];
456
+ var BranchDiffSourceCodeType$ = [3, n0, _BDSCT,
457
+ 0,
458
+ [_SBN, _DBN],
459
+ [0, 0], 2
460
+ ];
461
+ var CodeArtifacts$ = [3, n0, _CA,
462
+ 0,
463
+ [_SCAOK, _BAOK],
464
+ [0, 0], 1
465
+ ];
466
+ var CodeCommitRepository$ = [3, n0, _CCR,
467
+ 0,
468
+ [_N],
469
+ [0], 1
470
+ ];
471
+ var CodeReview$ = [3, n0, _CR,
472
+ 0,
473
+ [_N, _CRA, _RN, _O, _PT, _S, _SR, _CTS, _LUTS, _Ty, _PRI, _SCT, _AA, _Me, _AT, _CFS],
474
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => SourceCodeType$, 0, () => Metrics$, 64 | 0, 0]
475
+ ];
476
+ var CodeReviewSummary$ = [3, n0, _CRS,
477
+ 0,
478
+ [_N, _CRA, _RN, _O, _PT, _S, _CTS, _LUTS, _Ty, _PRI, _MS, _SCT],
479
+ [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, () => MetricsSummary$, () => SourceCodeType$]
480
+ ];
481
+ var CodeReviewType$ = [3, n0, _CRTo,
482
+ 0,
483
+ [_RAe, _AT],
484
+ [() => RepositoryAnalysis$, 64 | 0], 1
485
+ ];
486
+ var CommitDiffSourceCodeType$ = [3, n0, _CDSCT,
487
+ 0,
488
+ [_SC, _DC, _MBC],
489
+ [0, 0, 0]
490
+ ];
491
+ var CreateCodeReviewRequest$ = [3, n0, _CCRR,
492
+ 0,
493
+ [_N, _RAA, _Ty, _CRT],
494
+ [0, 0, () => CodeReviewType$, [0, 4]], 3
495
+ ];
496
+ var CreateCodeReviewResponse$ = [3, n0, _CCRRr,
497
+ 0,
498
+ [_CR],
499
+ [() => CodeReview$]
500
+ ];
501
+ var DescribeCodeReviewRequest$ = [3, n0, _DCRR,
502
+ 0,
503
+ [_CRA],
504
+ [[0, 1]], 1
505
+ ];
506
+ var DescribeCodeReviewResponse$ = [3, n0, _DCRRe,
507
+ 0,
508
+ [_CR],
509
+ [() => CodeReview$]
510
+ ];
511
+ var DescribeRecommendationFeedbackRequest$ = [3, n0, _DRFR,
512
+ 0,
513
+ [_CRA, _RI, _UI],
514
+ [[0, 1], [0, { [_hQ]: _RI }], [0, { [_hQ]: _UI }]], 2
515
+ ];
516
+ var DescribeRecommendationFeedbackResponse$ = [3, n0, _DRFRe,
517
+ 0,
518
+ [_RF],
519
+ [() => RecommendationFeedback$]
520
+ ];
521
+ var DescribeRepositoryAssociationRequest$ = [3, n0, _DRAR,
522
+ 0,
523
+ [_AA],
524
+ [[0, 1]], 1
525
+ ];
526
+ var DescribeRepositoryAssociationResponse$ = [3, n0, _DRARe,
527
+ 0,
528
+ [_RA, _T],
529
+ [() => RepositoryAssociation$, 128 | 0]
530
+ ];
531
+ var DisassociateRepositoryRequest$ = [3, n0, _DRR,
532
+ 0,
533
+ [_AA],
534
+ [[0, 1]], 1
535
+ ];
536
+ var DisassociateRepositoryResponse$ = [3, n0, _DRRi,
537
+ 0,
538
+ [_RA, _T],
539
+ [() => RepositoryAssociation$, 128 | 0]
540
+ ];
541
+ var EventInfo$ = [3, n0, _EI,
542
+ 0,
543
+ [_N, _S],
544
+ [0, 0]
545
+ ];
546
+ var KMSKeyDetails$ = [3, n0, _KMSKD,
547
+ 0,
548
+ [_KMSKI, _EO],
549
+ [0, 0]
550
+ ];
551
+ var ListCodeReviewsRequest$ = [3, n0, _LCRR,
552
+ 0,
553
+ [_Ty, _PTr, _St, _RNe, _MR, _NT],
554
+ [[0, { [_hQ]: _Ty }], [64 | 0, { [_hQ]: _PTr }], [64 | 0, { [_hQ]: _St }], [64 | 0, { [_hQ]: _RNe }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
555
+ ];
556
+ var ListCodeReviewsResponse$ = [3, n0, _LCRRi,
557
+ 0,
558
+ [_CRSo, _NT],
559
+ [() => CodeReviewSummaries, 0]
560
+ ];
561
+ var ListRecommendationFeedbackRequest$ = [3, n0, _LRFR,
562
+ 0,
563
+ [_CRA, _NT, _MR, _UIs, _RIe],
564
+ [[0, 1], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }], [64 | 0, { [_hQ]: _UIs }], [64 | 0, { [_hQ]: _RIe }]], 1
565
+ ];
566
+ var ListRecommendationFeedbackResponse$ = [3, n0, _LRFRi,
567
+ 0,
568
+ [_RFS, _NT],
569
+ [() => RecommendationFeedbackSummaries, 0]
570
+ ];
571
+ var ListRecommendationsRequest$ = [3, n0, _LRR,
572
+ 0,
573
+ [_CRA, _NT, _MR],
574
+ [[0, 1], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]], 1
575
+ ];
576
+ var ListRecommendationsResponse$ = [3, n0, _LRRi,
577
+ 0,
578
+ [_RS, _NT],
579
+ [() => RecommendationSummaries, 0]
580
+ ];
581
+ var ListRepositoryAssociationsRequest$ = [3, n0, _LRAR,
582
+ 0,
583
+ [_PTr, _St, _Na, _Ow, _MR, _NT],
584
+ [[64 | 0, { [_hQ]: _PT }], [64 | 0, { [_hQ]: _S }], [64 | 0, { [_hQ]: _N }], [64 | 0, { [_hQ]: _O }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]]
585
+ ];
586
+ var ListRepositoryAssociationsResponse$ = [3, n0, _LRARi,
587
+ 0,
588
+ [_RAS, _NT],
589
+ [() => RepositoryAssociationSummaries, 0]
590
+ ];
591
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
592
+ 0,
593
+ [_rA],
594
+ [[0, 1]], 1
595
+ ];
596
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
597
+ 0,
598
+ [_T],
599
+ [128 | 0]
600
+ ];
601
+ var Metrics$ = [3, n0, _Me,
602
+ 0,
603
+ [_MLOCC, _SLOCC, _FC],
604
+ [1, 1, 1]
605
+ ];
606
+ var MetricsSummary$ = [3, n0, _MS,
607
+ 0,
608
+ [_MLOCC, _SLOCC, _FC],
609
+ [1, 1, 1]
610
+ ];
611
+ var PutRecommendationFeedbackRequest$ = [3, n0, _PRFR,
612
+ 0,
613
+ [_CRA, _RI, _Re],
614
+ [0, 0, 64 | 0], 3
615
+ ];
616
+ var PutRecommendationFeedbackResponse$ = [3, n0, _PRFRu,
617
+ 0,
618
+ [],
619
+ []
620
+ ];
621
+ var RecommendationFeedback$ = [3, n0, _RF,
622
+ 0,
623
+ [_CRA, _RI, _Re, _UI, _CTS, _LUTS],
624
+ [0, 0, 64 | 0, 0, 4, 4]
625
+ ];
626
+ var RecommendationFeedbackSummary$ = [3, n0, _RFSe,
627
+ 0,
628
+ [_RI, _Re, _UI],
629
+ [0, 64 | 0, 0]
630
+ ];
631
+ var RecommendationSummary$ = [3, n0, _RSe,
632
+ 0,
633
+ [_FP, _RI, _SL, _EL, _D, _RC, _RM, _Se],
634
+ [0, 0, 1, 1, 0, 0, () => RuleMetadata$, 0]
635
+ ];
636
+ var Repository$ = [3, n0, _R,
637
+ 0,
638
+ [_CC, _B, _GHES, _SB],
639
+ [() => CodeCommitRepository$, () => ThirdPartySourceRepository$, () => ThirdPartySourceRepository$, () => S3Repository$]
640
+ ];
641
+ var RepositoryAnalysis$ = [3, n0, _RAe,
642
+ 0,
643
+ [_RH, _SCT],
644
+ [() => RepositoryHeadSourceCodeType$, () => SourceCodeType$]
645
+ ];
646
+ var RepositoryAssociation$ = [3, n0, _RA,
647
+ 0,
648
+ [_AI, _AA, _CAo, _N, _O, _PT, _S, _SR, _LUTS, _CTS, _KMSKD, _SRD],
649
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => KMSKeyDetails$, () => S3RepositoryDetails$]
650
+ ];
651
+ var RepositoryAssociationSummary$ = [3, n0, _RASe,
652
+ 0,
653
+ [_AA, _CAo, _LUTS, _AI, _N, _O, _PT, _S],
654
+ [0, 0, 4, 0, 0, 0, 0, 0]
655
+ ];
656
+ var RepositoryHeadSourceCodeType$ = [3, n0, _RHSCT,
657
+ 0,
658
+ [_BN],
659
+ [0], 1
660
+ ];
661
+ var RequestMetadata$ = [3, n0, _RMe,
662
+ 0,
663
+ [_RIeq, _Req, _EI, _VN],
664
+ [0, 0, () => EventInfo$, 0]
665
+ ];
666
+ var RuleMetadata$ = [3, n0, _RM,
667
+ 0,
668
+ [_RIu, _RNu, _SD, _LD, _RT],
669
+ [0, 0, 0, 0, 64 | 0]
670
+ ];
671
+ var S3BucketRepository$ = [3, n0, _SBR,
672
+ 0,
673
+ [_N, _De],
674
+ [0, () => S3RepositoryDetails$], 1
675
+ ];
676
+ var S3Repository$ = [3, n0, _SRe,
677
+ 0,
678
+ [_N, _BNu],
679
+ [0, 0], 2
680
+ ];
681
+ var S3RepositoryDetails$ = [3, n0, _SRD,
682
+ 0,
683
+ [_BNu, _CA],
684
+ [0, () => CodeArtifacts$]
685
+ ];
686
+ var SourceCodeType$ = [3, n0, _SCT,
687
+ 0,
688
+ [_CD, _RH, _BD, _SBR, _RMe],
689
+ [() => CommitDiffSourceCodeType$, () => RepositoryHeadSourceCodeType$, () => BranchDiffSourceCodeType$, () => S3BucketRepository$, () => RequestMetadata$]
690
+ ];
691
+ var TagResourceRequest$ = [3, n0, _TRR,
692
+ 0,
693
+ [_rA, _T],
694
+ [[0, 1], 128 | 0], 2
695
+ ];
696
+ var TagResourceResponse$ = [3, n0, _TRRa,
697
+ 0,
698
+ [],
699
+ []
700
+ ];
701
+ var ThirdPartySourceRepository$ = [3, n0, _TPSR,
702
+ 0,
703
+ [_N, _CAo, _O],
704
+ [0, 0, 0], 3
705
+ ];
706
+ var UntagResourceRequest$ = [3, n0, _URR,
707
+ 0,
708
+ [_rA, _TK],
709
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
710
+ ];
711
+ var UntagResourceResponse$ = [3, n0, _URRn,
712
+ 0,
713
+ [],
714
+ []
715
+ ];
716
+ var CodeReviewSummaries = [1, n0, _CRSo,
717
+ 0, () => CodeReviewSummary$
718
+ ];
719
+ var RecommendationFeedbackSummaries = [1, n0, _RFS,
720
+ 0, () => RecommendationFeedbackSummary$
721
+ ];
722
+ var RecommendationSummaries = [1, n0, _RS,
723
+ 0, () => RecommendationSummary$
724
+ ];
725
+ var RepositoryAssociationSummaries = [1, n0, _RAS,
726
+ 0, () => RepositoryAssociationSummary$
727
+ ];
728
+ var AssociateRepository$ = [9, n0, _AR,
729
+ { [_h]: ["POST", "/associations", 200] }, () => AssociateRepositoryRequest$, () => AssociateRepositoryResponse$
730
+ ];
731
+ var CreateCodeReview$ = [9, n0, _CCRr,
732
+ { [_h]: ["POST", "/codereviews", 200] }, () => CreateCodeReviewRequest$, () => CreateCodeReviewResponse$
733
+ ];
734
+ var DescribeCodeReview$ = [9, n0, _DCR,
735
+ { [_h]: ["GET", "/codereviews/{CodeReviewArn}", 200] }, () => DescribeCodeReviewRequest$, () => DescribeCodeReviewResponse$
736
+ ];
737
+ var DescribeRecommendationFeedback$ = [9, n0, _DRF,
738
+ { [_h]: ["GET", "/feedback/{CodeReviewArn}", 200] }, () => DescribeRecommendationFeedbackRequest$, () => DescribeRecommendationFeedbackResponse$
739
+ ];
740
+ var DescribeRepositoryAssociation$ = [9, n0, _DRA,
741
+ { [_h]: ["GET", "/associations/{AssociationArn}", 200] }, () => DescribeRepositoryAssociationRequest$, () => DescribeRepositoryAssociationResponse$
742
+ ];
743
+ var DisassociateRepository$ = [9, n0, _DR,
744
+ { [_h]: ["DELETE", "/associations/{AssociationArn}", 200] }, () => DisassociateRepositoryRequest$, () => DisassociateRepositoryResponse$
745
+ ];
746
+ var ListCodeReviews$ = [9, n0, _LCR,
747
+ { [_h]: ["GET", "/codereviews", 200] }, () => ListCodeReviewsRequest$, () => ListCodeReviewsResponse$
748
+ ];
749
+ var ListRecommendationFeedback$ = [9, n0, _LRF,
750
+ { [_h]: ["GET", "/feedback/{CodeReviewArn}/RecommendationFeedback", 200] }, () => ListRecommendationFeedbackRequest$, () => ListRecommendationFeedbackResponse$
751
+ ];
752
+ var ListRecommendations$ = [9, n0, _LR,
753
+ { [_h]: ["GET", "/codereviews/{CodeReviewArn}/Recommendations", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
754
+ ];
755
+ var ListRepositoryAssociations$ = [9, n0, _LRA,
756
+ { [_h]: ["GET", "/associations", 200] }, () => ListRepositoryAssociationsRequest$, () => ListRepositoryAssociationsResponse$
757
+ ];
758
+ var ListTagsForResource$ = [9, n0, _LTFR,
759
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
760
+ ];
761
+ var PutRecommendationFeedback$ = [9, n0, _PRF,
762
+ { [_h]: ["PUT", "/feedback", 200] }, () => PutRecommendationFeedbackRequest$, () => PutRecommendationFeedbackResponse$
763
+ ];
764
+ var TagResource$ = [9, n0, _TR,
765
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
766
+ ];
767
+ var UntagResource$ = [9, n0, _UR,
768
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
769
+ ];
770
+
771
+ const getRuntimeConfig$1 = (config) => {
772
+ return {
773
+ apiVersion: "2019-09-19",
774
+ base64Decoder: config?.base64Decoder ?? fromBase64,
775
+ base64Encoder: config?.base64Encoder ?? toBase64,
776
+ disableHostPrefix: config?.disableHostPrefix ?? false,
777
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
778
+ extensions: config?.extensions ?? [],
779
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCodeGuruReviewerHttpAuthSchemeProvider,
780
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
781
+ {
782
+ schemeId: "aws.auth#sigv4",
783
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
784
+ signer: new AwsSdkSigV4Signer(),
785
+ },
786
+ ],
787
+ logger: config?.logger ?? new NoOpLogger(),
788
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
789
+ protocolSettings: config?.protocolSettings ?? {
790
+ defaultNamespace: "com.amazonaws.codegurureviewer",
791
+ errorTypeRegistries,
792
+ version: "2019-09-19",
793
+ serviceTarget: "AWSGuruFrontendService",
794
+ },
795
+ serviceId: config?.serviceId ?? "CodeGuru Reviewer",
796
+ urlParser: config?.urlParser ?? parseUrl,
797
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
798
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
799
+ };
800
+ };
801
+
802
+ const getRuntimeConfig = (config) => {
803
+ emitWarningIfUnsupportedVersion(process.version);
804
+ const defaultsMode = resolveDefaultsModeConfig(config);
805
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
806
+ const clientSharedValues = getRuntimeConfig$1(config);
807
+ emitWarningIfUnsupportedVersion$1(process.version);
808
+ const loaderConfig = {
809
+ profile: config?.profile,
810
+ logger: clientSharedValues.logger,
811
+ };
812
+ return {
813
+ ...clientSharedValues,
814
+ ...config,
815
+ runtime: "node",
816
+ defaultsMode,
817
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
818
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
819
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
820
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
821
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
822
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
823
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
824
+ retryMode: config?.retryMode ??
825
+ loadConfig({
826
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
827
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
828
+ }, config),
829
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
830
+ streamCollector: config?.streamCollector ?? streamCollector,
831
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
832
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
833
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
834
+ };
835
+ };
836
+
34
837
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
838
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
839
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -480,33 +1283,118 @@ const Severity = {
480
1283
  MEDIUM: "Medium",
481
1284
  };
482
1285
 
1286
+ exports.AccessDeniedException = AccessDeniedException;
1287
+ exports.AccessDeniedException$ = AccessDeniedException$;
483
1288
  exports.AnalysisType = AnalysisType;
1289
+ exports.AssociateRepository$ = AssociateRepository$;
484
1290
  exports.AssociateRepositoryCommand = AssociateRepositoryCommand;
1291
+ exports.AssociateRepositoryRequest$ = AssociateRepositoryRequest$;
1292
+ exports.AssociateRepositoryResponse$ = AssociateRepositoryResponse$;
1293
+ exports.BranchDiffSourceCodeType$ = BranchDiffSourceCodeType$;
1294
+ exports.CodeArtifacts$ = CodeArtifacts$;
1295
+ exports.CodeCommitRepository$ = CodeCommitRepository$;
485
1296
  exports.CodeGuruReviewer = CodeGuruReviewer;
486
1297
  exports.CodeGuruReviewerClient = CodeGuruReviewerClient;
1298
+ exports.CodeGuruReviewerServiceException = CodeGuruReviewerServiceException;
1299
+ exports.CodeGuruReviewerServiceException$ = CodeGuruReviewerServiceException$;
1300
+ exports.CodeReview$ = CodeReview$;
1301
+ exports.CodeReviewSummary$ = CodeReviewSummary$;
1302
+ exports.CodeReviewType$ = CodeReviewType$;
1303
+ exports.CommitDiffSourceCodeType$ = CommitDiffSourceCodeType$;
487
1304
  exports.ConfigFileState = ConfigFileState;
1305
+ exports.ConflictException = ConflictException;
1306
+ exports.ConflictException$ = ConflictException$;
1307
+ exports.CreateCodeReview$ = CreateCodeReview$;
488
1308
  exports.CreateCodeReviewCommand = CreateCodeReviewCommand;
1309
+ exports.CreateCodeReviewRequest$ = CreateCodeReviewRequest$;
1310
+ exports.CreateCodeReviewResponse$ = CreateCodeReviewResponse$;
1311
+ exports.DescribeCodeReview$ = DescribeCodeReview$;
489
1312
  exports.DescribeCodeReviewCommand = DescribeCodeReviewCommand;
1313
+ exports.DescribeCodeReviewRequest$ = DescribeCodeReviewRequest$;
1314
+ exports.DescribeCodeReviewResponse$ = DescribeCodeReviewResponse$;
1315
+ exports.DescribeRecommendationFeedback$ = DescribeRecommendationFeedback$;
490
1316
  exports.DescribeRecommendationFeedbackCommand = DescribeRecommendationFeedbackCommand;
1317
+ exports.DescribeRecommendationFeedbackRequest$ = DescribeRecommendationFeedbackRequest$;
1318
+ exports.DescribeRecommendationFeedbackResponse$ = DescribeRecommendationFeedbackResponse$;
1319
+ exports.DescribeRepositoryAssociation$ = DescribeRepositoryAssociation$;
491
1320
  exports.DescribeRepositoryAssociationCommand = DescribeRepositoryAssociationCommand;
1321
+ exports.DescribeRepositoryAssociationRequest$ = DescribeRepositoryAssociationRequest$;
1322
+ exports.DescribeRepositoryAssociationResponse$ = DescribeRepositoryAssociationResponse$;
1323
+ exports.DisassociateRepository$ = DisassociateRepository$;
492
1324
  exports.DisassociateRepositoryCommand = DisassociateRepositoryCommand;
1325
+ exports.DisassociateRepositoryRequest$ = DisassociateRepositoryRequest$;
1326
+ exports.DisassociateRepositoryResponse$ = DisassociateRepositoryResponse$;
493
1327
  exports.EncryptionOption = EncryptionOption;
1328
+ exports.EventInfo$ = EventInfo$;
1329
+ exports.InternalServerException = InternalServerException;
1330
+ exports.InternalServerException$ = InternalServerException$;
494
1331
  exports.JobState = JobState;
1332
+ exports.KMSKeyDetails$ = KMSKeyDetails$;
1333
+ exports.ListCodeReviews$ = ListCodeReviews$;
495
1334
  exports.ListCodeReviewsCommand = ListCodeReviewsCommand;
1335
+ exports.ListCodeReviewsRequest$ = ListCodeReviewsRequest$;
1336
+ exports.ListCodeReviewsResponse$ = ListCodeReviewsResponse$;
1337
+ exports.ListRecommendationFeedback$ = ListRecommendationFeedback$;
496
1338
  exports.ListRecommendationFeedbackCommand = ListRecommendationFeedbackCommand;
1339
+ exports.ListRecommendationFeedbackRequest$ = ListRecommendationFeedbackRequest$;
1340
+ exports.ListRecommendationFeedbackResponse$ = ListRecommendationFeedbackResponse$;
1341
+ exports.ListRecommendations$ = ListRecommendations$;
497
1342
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
1343
+ exports.ListRecommendationsRequest$ = ListRecommendationsRequest$;
1344
+ exports.ListRecommendationsResponse$ = ListRecommendationsResponse$;
1345
+ exports.ListRepositoryAssociations$ = ListRepositoryAssociations$;
498
1346
  exports.ListRepositoryAssociationsCommand = ListRepositoryAssociationsCommand;
1347
+ exports.ListRepositoryAssociationsRequest$ = ListRepositoryAssociationsRequest$;
1348
+ exports.ListRepositoryAssociationsResponse$ = ListRepositoryAssociationsResponse$;
1349
+ exports.ListTagsForResource$ = ListTagsForResource$;
499
1350
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1351
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1352
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1353
+ exports.Metrics$ = Metrics$;
1354
+ exports.MetricsSummary$ = MetricsSummary$;
1355
+ exports.NotFoundException = NotFoundException;
1356
+ exports.NotFoundException$ = NotFoundException$;
500
1357
  exports.ProviderType = ProviderType;
1358
+ exports.PutRecommendationFeedback$ = PutRecommendationFeedback$;
501
1359
  exports.PutRecommendationFeedbackCommand = PutRecommendationFeedbackCommand;
1360
+ exports.PutRecommendationFeedbackRequest$ = PutRecommendationFeedbackRequest$;
1361
+ exports.PutRecommendationFeedbackResponse$ = PutRecommendationFeedbackResponse$;
502
1362
  exports.Reaction = Reaction;
503
1363
  exports.RecommendationCategory = RecommendationCategory;
1364
+ exports.RecommendationFeedback$ = RecommendationFeedback$;
1365
+ exports.RecommendationFeedbackSummary$ = RecommendationFeedbackSummary$;
1366
+ exports.RecommendationSummary$ = RecommendationSummary$;
1367
+ exports.Repository$ = Repository$;
1368
+ exports.RepositoryAnalysis$ = RepositoryAnalysis$;
1369
+ exports.RepositoryAssociation$ = RepositoryAssociation$;
504
1370
  exports.RepositoryAssociationState = RepositoryAssociationState;
1371
+ exports.RepositoryAssociationSummary$ = RepositoryAssociationSummary$;
1372
+ exports.RepositoryHeadSourceCodeType$ = RepositoryHeadSourceCodeType$;
1373
+ exports.RequestMetadata$ = RequestMetadata$;
1374
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1375
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1376
+ exports.RuleMetadata$ = RuleMetadata$;
1377
+ exports.S3BucketRepository$ = S3BucketRepository$;
1378
+ exports.S3Repository$ = S3Repository$;
1379
+ exports.S3RepositoryDetails$ = S3RepositoryDetails$;
505
1380
  exports.Severity = Severity;
1381
+ exports.SourceCodeType$ = SourceCodeType$;
1382
+ exports.TagResource$ = TagResource$;
506
1383
  exports.TagResourceCommand = TagResourceCommand;
1384
+ exports.TagResourceRequest$ = TagResourceRequest$;
1385
+ exports.TagResourceResponse$ = TagResourceResponse$;
1386
+ exports.ThirdPartySourceRepository$ = ThirdPartySourceRepository$;
1387
+ exports.ThrottlingException = ThrottlingException;
1388
+ exports.ThrottlingException$ = ThrottlingException$;
507
1389
  exports.Type = Type;
1390
+ exports.UntagResource$ = UntagResource$;
508
1391
  exports.UntagResourceCommand = UntagResourceCommand;
1392
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1393
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1394
+ exports.ValidationException = ValidationException;
1395
+ exports.ValidationException$ = ValidationException$;
509
1396
  exports.VendorName = VendorName;
1397
+ exports.errorTypeRegistries = errorTypeRegistries;
510
1398
  exports.paginateListCodeReviews = paginateListCodeReviews;
511
1399
  exports.paginateListRecommendationFeedback = paginateListRecommendationFeedback;
512
1400
  exports.paginateListRecommendations = paginateListRecommendations;