@aws-sdk/client-codeguru-reviewer 3.716.0 → 3.723.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
@@ -164,7 +164,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
164
164
  }, "resolveRuntimeExtensions");
165
165
 
166
166
  // src/CodeGuruReviewerClient.ts
167
- var _CodeGuruReviewerClient = class _CodeGuruReviewerClient extends import_smithy_client.Client {
167
+ var CodeGuruReviewerClient = class extends import_smithy_client.Client {
168
+ static {
169
+ __name(this, "CodeGuruReviewerClient");
170
+ }
171
+ /**
172
+ * The resolved configuration of CodeGuruReviewerClient class. This is resolved and normalized from the {@link CodeGuruReviewerClientConfig | constructor configuration interface}.
173
+ */
174
+ config;
168
175
  constructor(...[configuration]) {
169
176
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
170
177
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -174,7 +181,7 @@ var _CodeGuruReviewerClient = class _CodeGuruReviewerClient extends import_smith
174
181
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
175
182
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
176
183
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
177
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
184
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
178
185
  super(_config_8);
179
186
  this.config = _config_8;
180
187
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -202,8 +209,6 @@ var _CodeGuruReviewerClient = class _CodeGuruReviewerClient extends import_smith
202
209
  super.destroy();
203
210
  }
204
211
  };
205
- __name(_CodeGuruReviewerClient, "CodeGuruReviewerClient");
206
- var CodeGuruReviewerClient = _CodeGuruReviewerClient;
207
212
 
208
213
  // src/CodeGuruReviewer.ts
209
214
 
@@ -221,7 +226,10 @@ var import_uuid = require("uuid");
221
226
 
222
227
  // src/models/CodeGuruReviewerServiceException.ts
223
228
 
224
- var _CodeGuruReviewerServiceException = class _CodeGuruReviewerServiceException extends import_smithy_client.ServiceException {
229
+ var CodeGuruReviewerServiceException = class _CodeGuruReviewerServiceException extends import_smithy_client.ServiceException {
230
+ static {
231
+ __name(this, "CodeGuruReviewerServiceException");
232
+ }
225
233
  /**
226
234
  * @internal
227
235
  */
@@ -230,11 +238,15 @@ var _CodeGuruReviewerServiceException = class _CodeGuruReviewerServiceException
230
238
  Object.setPrototypeOf(this, _CodeGuruReviewerServiceException.prototype);
231
239
  }
232
240
  };
233
- __name(_CodeGuruReviewerServiceException, "CodeGuruReviewerServiceException");
234
- var CodeGuruReviewerServiceException = _CodeGuruReviewerServiceException;
235
241
 
236
242
  // src/models/models_0.ts
237
- var _AccessDeniedException = class _AccessDeniedException extends CodeGuruReviewerServiceException {
243
+ var AccessDeniedException = class _AccessDeniedException extends CodeGuruReviewerServiceException {
244
+ static {
245
+ __name(this, "AccessDeniedException");
246
+ }
247
+ name = "AccessDeniedException";
248
+ $fault = "client";
249
+ Message;
238
250
  /**
239
251
  * @internal
240
252
  */
@@ -244,14 +256,10 @@ var _AccessDeniedException = class _AccessDeniedException extends CodeGuruReview
244
256
  $fault: "client",
245
257
  ...opts
246
258
  });
247
- this.name = "AccessDeniedException";
248
- this.$fault = "client";
249
259
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
250
260
  this.Message = opts.Message;
251
261
  }
252
262
  };
253
- __name(_AccessDeniedException, "AccessDeniedException");
254
- var AccessDeniedException = _AccessDeniedException;
255
263
  var AnalysisType = {
256
264
  CODE_QUALITY: "CodeQuality",
257
265
  SECURITY: "Security"
@@ -274,7 +282,13 @@ var RepositoryAssociationState = {
274
282
  DISASSOCIATING: "Disassociating",
275
283
  FAILED: "Failed"
276
284
  };
277
- var _ConflictException = class _ConflictException extends CodeGuruReviewerServiceException {
285
+ var ConflictException = class _ConflictException extends CodeGuruReviewerServiceException {
286
+ static {
287
+ __name(this, "ConflictException");
288
+ }
289
+ name = "ConflictException";
290
+ $fault = "client";
291
+ Message;
278
292
  /**
279
293
  * @internal
280
294
  */
@@ -284,15 +298,17 @@ var _ConflictException = class _ConflictException extends CodeGuruReviewerServic
284
298
  $fault: "client",
285
299
  ...opts
286
300
  });
287
- this.name = "ConflictException";
288
- this.$fault = "client";
289
301
  Object.setPrototypeOf(this, _ConflictException.prototype);
290
302
  this.Message = opts.Message;
291
303
  }
292
304
  };
293
- __name(_ConflictException, "ConflictException");
294
- var ConflictException = _ConflictException;
295
- var _InternalServerException = class _InternalServerException extends CodeGuruReviewerServiceException {
305
+ var InternalServerException = class _InternalServerException extends CodeGuruReviewerServiceException {
306
+ static {
307
+ __name(this, "InternalServerException");
308
+ }
309
+ name = "InternalServerException";
310
+ $fault = "server";
311
+ Message;
296
312
  /**
297
313
  * @internal
298
314
  */
@@ -302,15 +318,17 @@ var _InternalServerException = class _InternalServerException extends CodeGuruRe
302
318
  $fault: "server",
303
319
  ...opts
304
320
  });
305
- this.name = "InternalServerException";
306
- this.$fault = "server";
307
321
  Object.setPrototypeOf(this, _InternalServerException.prototype);
308
322
  this.Message = opts.Message;
309
323
  }
310
324
  };
311
- __name(_InternalServerException, "InternalServerException");
312
- var InternalServerException = _InternalServerException;
313
- var _ThrottlingException = class _ThrottlingException extends CodeGuruReviewerServiceException {
325
+ var ThrottlingException = class _ThrottlingException extends CodeGuruReviewerServiceException {
326
+ static {
327
+ __name(this, "ThrottlingException");
328
+ }
329
+ name = "ThrottlingException";
330
+ $fault = "client";
331
+ Message;
314
332
  /**
315
333
  * @internal
316
334
  */
@@ -320,15 +338,17 @@ var _ThrottlingException = class _ThrottlingException extends CodeGuruReviewerSe
320
338
  $fault: "client",
321
339
  ...opts
322
340
  });
323
- this.name = "ThrottlingException";
324
- this.$fault = "client";
325
341
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
326
342
  this.Message = opts.Message;
327
343
  }
328
344
  };
329
- __name(_ThrottlingException, "ThrottlingException");
330
- var ThrottlingException = _ThrottlingException;
331
- var _ValidationException = class _ValidationException extends CodeGuruReviewerServiceException {
345
+ var ValidationException = class _ValidationException extends CodeGuruReviewerServiceException {
346
+ static {
347
+ __name(this, "ValidationException");
348
+ }
349
+ name = "ValidationException";
350
+ $fault = "client";
351
+ Message;
332
352
  /**
333
353
  * @internal
334
354
  */
@@ -338,14 +358,10 @@ var _ValidationException = class _ValidationException extends CodeGuruReviewerSe
338
358
  $fault: "client",
339
359
  ...opts
340
360
  });
341
- this.name = "ValidationException";
342
- this.$fault = "client";
343
361
  Object.setPrototypeOf(this, _ValidationException.prototype);
344
362
  this.Message = opts.Message;
345
363
  }
346
364
  };
347
- __name(_ValidationException, "ValidationException");
348
- var ValidationException = _ValidationException;
349
365
  var VendorName = {
350
366
  GITHUB: "GitHub",
351
367
  GITLAB: "GitLab",
@@ -366,7 +382,13 @@ var Type = {
366
382
  PULL_REQUEST: "PullRequest",
367
383
  REPOSITORY_ANALYSIS: "RepositoryAnalysis"
368
384
  };
369
- var _ResourceNotFoundException = class _ResourceNotFoundException extends CodeGuruReviewerServiceException {
385
+ var ResourceNotFoundException = class _ResourceNotFoundException extends CodeGuruReviewerServiceException {
386
+ static {
387
+ __name(this, "ResourceNotFoundException");
388
+ }
389
+ name = "ResourceNotFoundException";
390
+ $fault = "client";
391
+ Message;
370
392
  /**
371
393
  * @internal
372
394
  */
@@ -376,19 +398,21 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends CodeGu
376
398
  $fault: "client",
377
399
  ...opts
378
400
  });
379
- this.name = "ResourceNotFoundException";
380
- this.$fault = "client";
381
401
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
382
402
  this.Message = opts.Message;
383
403
  }
384
404
  };
385
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
386
- var ResourceNotFoundException = _ResourceNotFoundException;
387
405
  var Reaction = {
388
406
  THUMBS_DOWN: "ThumbsDown",
389
407
  THUMBS_UP: "ThumbsUp"
390
408
  };
391
- var _NotFoundException = class _NotFoundException extends CodeGuruReviewerServiceException {
409
+ var NotFoundException = class _NotFoundException extends CodeGuruReviewerServiceException {
410
+ static {
411
+ __name(this, "NotFoundException");
412
+ }
413
+ name = "NotFoundException";
414
+ $fault = "client";
415
+ Message;
392
416
  /**
393
417
  * @internal
394
418
  */
@@ -398,14 +422,10 @@ var _NotFoundException = class _NotFoundException extends CodeGuruReviewerServic
398
422
  $fault: "client",
399
423
  ...opts
400
424
  });
401
- this.name = "NotFoundException";
402
- this.$fault = "client";
403
425
  Object.setPrototypeOf(this, _NotFoundException.prototype);
404
426
  this.Message = opts.Message;
405
427
  }
406
428
  };
407
- __name(_NotFoundException, "NotFoundException");
408
- var NotFoundException = _NotFoundException;
409
429
  var RecommendationCategory = {
410
430
  AWS_BEST_PRACTICES: "AWSBestPractices",
411
431
  AWS_CLOUDFORMATION_ISSUES: "AWSCloudFormationIssues",
@@ -1050,197 +1070,211 @@ var _UIs = "UserIds";
1050
1070
  var _tK = "tagKeys";
1051
1071
 
1052
1072
  // src/commands/AssociateRepositoryCommand.ts
1053
- var _AssociateRepositoryCommand = class _AssociateRepositoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1073
+ var AssociateRepositoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1054
1074
  return [
1055
1075
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1056
1076
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1057
1077
  ];
1058
1078
  }).s("AWSGuruFrontendService", "AssociateRepository", {}).n("CodeGuruReviewerClient", "AssociateRepositoryCommand").f(void 0, void 0).ser(se_AssociateRepositoryCommand).de(de_AssociateRepositoryCommand).build() {
1079
+ static {
1080
+ __name(this, "AssociateRepositoryCommand");
1081
+ }
1059
1082
  };
1060
- __name(_AssociateRepositoryCommand, "AssociateRepositoryCommand");
1061
- var AssociateRepositoryCommand = _AssociateRepositoryCommand;
1062
1083
 
1063
1084
  // src/commands/CreateCodeReviewCommand.ts
1064
1085
 
1065
1086
 
1066
1087
 
1067
- var _CreateCodeReviewCommand = class _CreateCodeReviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1088
+ var CreateCodeReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1068
1089
  return [
1069
1090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1070
1091
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1071
1092
  ];
1072
1093
  }).s("AWSGuruFrontendService", "CreateCodeReview", {}).n("CodeGuruReviewerClient", "CreateCodeReviewCommand").f(void 0, void 0).ser(se_CreateCodeReviewCommand).de(de_CreateCodeReviewCommand).build() {
1094
+ static {
1095
+ __name(this, "CreateCodeReviewCommand");
1096
+ }
1073
1097
  };
1074
- __name(_CreateCodeReviewCommand, "CreateCodeReviewCommand");
1075
- var CreateCodeReviewCommand = _CreateCodeReviewCommand;
1076
1098
 
1077
1099
  // src/commands/DescribeCodeReviewCommand.ts
1078
1100
 
1079
1101
 
1080
1102
 
1081
- var _DescribeCodeReviewCommand = class _DescribeCodeReviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1103
+ var DescribeCodeReviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1082
1104
  return [
1083
1105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1084
1106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1085
1107
  ];
1086
1108
  }).s("AWSGuruFrontendService", "DescribeCodeReview", {}).n("CodeGuruReviewerClient", "DescribeCodeReviewCommand").f(void 0, void 0).ser(se_DescribeCodeReviewCommand).de(de_DescribeCodeReviewCommand).build() {
1109
+ static {
1110
+ __name(this, "DescribeCodeReviewCommand");
1111
+ }
1087
1112
  };
1088
- __name(_DescribeCodeReviewCommand, "DescribeCodeReviewCommand");
1089
- var DescribeCodeReviewCommand = _DescribeCodeReviewCommand;
1090
1113
 
1091
1114
  // src/commands/DescribeRecommendationFeedbackCommand.ts
1092
1115
 
1093
1116
 
1094
1117
 
1095
- var _DescribeRecommendationFeedbackCommand = class _DescribeRecommendationFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1118
+ var DescribeRecommendationFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1096
1119
  return [
1097
1120
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1098
1121
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1099
1122
  ];
1100
1123
  }).s("AWSGuruFrontendService", "DescribeRecommendationFeedback", {}).n("CodeGuruReviewerClient", "DescribeRecommendationFeedbackCommand").f(void 0, void 0).ser(se_DescribeRecommendationFeedbackCommand).de(de_DescribeRecommendationFeedbackCommand).build() {
1124
+ static {
1125
+ __name(this, "DescribeRecommendationFeedbackCommand");
1126
+ }
1101
1127
  };
1102
- __name(_DescribeRecommendationFeedbackCommand, "DescribeRecommendationFeedbackCommand");
1103
- var DescribeRecommendationFeedbackCommand = _DescribeRecommendationFeedbackCommand;
1104
1128
 
1105
1129
  // src/commands/DescribeRepositoryAssociationCommand.ts
1106
1130
 
1107
1131
 
1108
1132
 
1109
- var _DescribeRepositoryAssociationCommand = class _DescribeRepositoryAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1133
+ var DescribeRepositoryAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1110
1134
  return [
1111
1135
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1112
1136
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1113
1137
  ];
1114
1138
  }).s("AWSGuruFrontendService", "DescribeRepositoryAssociation", {}).n("CodeGuruReviewerClient", "DescribeRepositoryAssociationCommand").f(void 0, void 0).ser(se_DescribeRepositoryAssociationCommand).de(de_DescribeRepositoryAssociationCommand).build() {
1139
+ static {
1140
+ __name(this, "DescribeRepositoryAssociationCommand");
1141
+ }
1115
1142
  };
1116
- __name(_DescribeRepositoryAssociationCommand, "DescribeRepositoryAssociationCommand");
1117
- var DescribeRepositoryAssociationCommand = _DescribeRepositoryAssociationCommand;
1118
1143
 
1119
1144
  // src/commands/DisassociateRepositoryCommand.ts
1120
1145
 
1121
1146
 
1122
1147
 
1123
- var _DisassociateRepositoryCommand = class _DisassociateRepositoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1148
+ var DisassociateRepositoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1124
1149
  return [
1125
1150
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1126
1151
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1127
1152
  ];
1128
1153
  }).s("AWSGuruFrontendService", "DisassociateRepository", {}).n("CodeGuruReviewerClient", "DisassociateRepositoryCommand").f(void 0, void 0).ser(se_DisassociateRepositoryCommand).de(de_DisassociateRepositoryCommand).build() {
1154
+ static {
1155
+ __name(this, "DisassociateRepositoryCommand");
1156
+ }
1129
1157
  };
1130
- __name(_DisassociateRepositoryCommand, "DisassociateRepositoryCommand");
1131
- var DisassociateRepositoryCommand = _DisassociateRepositoryCommand;
1132
1158
 
1133
1159
  // src/commands/ListCodeReviewsCommand.ts
1134
1160
 
1135
1161
 
1136
1162
 
1137
- var _ListCodeReviewsCommand = class _ListCodeReviewsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1163
+ var ListCodeReviewsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1138
1164
  return [
1139
1165
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1140
1166
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1141
1167
  ];
1142
1168
  }).s("AWSGuruFrontendService", "ListCodeReviews", {}).n("CodeGuruReviewerClient", "ListCodeReviewsCommand").f(void 0, void 0).ser(se_ListCodeReviewsCommand).de(de_ListCodeReviewsCommand).build() {
1169
+ static {
1170
+ __name(this, "ListCodeReviewsCommand");
1171
+ }
1143
1172
  };
1144
- __name(_ListCodeReviewsCommand, "ListCodeReviewsCommand");
1145
- var ListCodeReviewsCommand = _ListCodeReviewsCommand;
1146
1173
 
1147
1174
  // src/commands/ListRecommendationFeedbackCommand.ts
1148
1175
 
1149
1176
 
1150
1177
 
1151
- var _ListRecommendationFeedbackCommand = class _ListRecommendationFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1178
+ var ListRecommendationFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1152
1179
  return [
1153
1180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1154
1181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1155
1182
  ];
1156
1183
  }).s("AWSGuruFrontendService", "ListRecommendationFeedback", {}).n("CodeGuruReviewerClient", "ListRecommendationFeedbackCommand").f(void 0, void 0).ser(se_ListRecommendationFeedbackCommand).de(de_ListRecommendationFeedbackCommand).build() {
1184
+ static {
1185
+ __name(this, "ListRecommendationFeedbackCommand");
1186
+ }
1157
1187
  };
1158
- __name(_ListRecommendationFeedbackCommand, "ListRecommendationFeedbackCommand");
1159
- var ListRecommendationFeedbackCommand = _ListRecommendationFeedbackCommand;
1160
1188
 
1161
1189
  // src/commands/ListRecommendationsCommand.ts
1162
1190
 
1163
1191
 
1164
1192
 
1165
- var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1193
+ var ListRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1166
1194
  return [
1167
1195
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1168
1196
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1169
1197
  ];
1170
1198
  }).s("AWSGuruFrontendService", "ListRecommendations", {}).n("CodeGuruReviewerClient", "ListRecommendationsCommand").f(void 0, void 0).ser(se_ListRecommendationsCommand).de(de_ListRecommendationsCommand).build() {
1199
+ static {
1200
+ __name(this, "ListRecommendationsCommand");
1201
+ }
1171
1202
  };
1172
- __name(_ListRecommendationsCommand, "ListRecommendationsCommand");
1173
- var ListRecommendationsCommand = _ListRecommendationsCommand;
1174
1203
 
1175
1204
  // src/commands/ListRepositoryAssociationsCommand.ts
1176
1205
 
1177
1206
 
1178
1207
 
1179
- var _ListRepositoryAssociationsCommand = class _ListRepositoryAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1208
+ var ListRepositoryAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1180
1209
  return [
1181
1210
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1182
1211
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1183
1212
  ];
1184
1213
  }).s("AWSGuruFrontendService", "ListRepositoryAssociations", {}).n("CodeGuruReviewerClient", "ListRepositoryAssociationsCommand").f(void 0, void 0).ser(se_ListRepositoryAssociationsCommand).de(de_ListRepositoryAssociationsCommand).build() {
1214
+ static {
1215
+ __name(this, "ListRepositoryAssociationsCommand");
1216
+ }
1185
1217
  };
1186
- __name(_ListRepositoryAssociationsCommand, "ListRepositoryAssociationsCommand");
1187
- var ListRepositoryAssociationsCommand = _ListRepositoryAssociationsCommand;
1188
1218
 
1189
1219
  // src/commands/ListTagsForResourceCommand.ts
1190
1220
 
1191
1221
 
1192
1222
 
1193
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1223
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1194
1224
  return [
1195
1225
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1196
1226
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1197
1227
  ];
1198
1228
  }).s("AWSGuruFrontendService", "ListTagsForResource", {}).n("CodeGuruReviewerClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1229
+ static {
1230
+ __name(this, "ListTagsForResourceCommand");
1231
+ }
1199
1232
  };
1200
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1201
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1202
1233
 
1203
1234
  // src/commands/PutRecommendationFeedbackCommand.ts
1204
1235
 
1205
1236
 
1206
1237
 
1207
- var _PutRecommendationFeedbackCommand = class _PutRecommendationFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1238
+ var PutRecommendationFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1208
1239
  return [
1209
1240
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1210
1241
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1211
1242
  ];
1212
1243
  }).s("AWSGuruFrontendService", "PutRecommendationFeedback", {}).n("CodeGuruReviewerClient", "PutRecommendationFeedbackCommand").f(void 0, void 0).ser(se_PutRecommendationFeedbackCommand).de(de_PutRecommendationFeedbackCommand).build() {
1244
+ static {
1245
+ __name(this, "PutRecommendationFeedbackCommand");
1246
+ }
1213
1247
  };
1214
- __name(_PutRecommendationFeedbackCommand, "PutRecommendationFeedbackCommand");
1215
- var PutRecommendationFeedbackCommand = _PutRecommendationFeedbackCommand;
1216
1248
 
1217
1249
  // src/commands/TagResourceCommand.ts
1218
1250
 
1219
1251
 
1220
1252
 
1221
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1253
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1222
1254
  return [
1223
1255
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1224
1256
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1225
1257
  ];
1226
1258
  }).s("AWSGuruFrontendService", "TagResource", {}).n("CodeGuruReviewerClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1259
+ static {
1260
+ __name(this, "TagResourceCommand");
1261
+ }
1227
1262
  };
1228
- __name(_TagResourceCommand, "TagResourceCommand");
1229
- var TagResourceCommand = _TagResourceCommand;
1230
1263
 
1231
1264
  // src/commands/UntagResourceCommand.ts
1232
1265
 
1233
1266
 
1234
1267
 
1235
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1268
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1236
1269
  return [
1237
1270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1238
1271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1239
1272
  ];
1240
1273
  }).s("AWSGuruFrontendService", "UntagResource", {}).n("CodeGuruReviewerClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1274
+ static {
1275
+ __name(this, "UntagResourceCommand");
1276
+ }
1241
1277
  };
1242
- __name(_UntagResourceCommand, "UntagResourceCommand");
1243
- var UntagResourceCommand = _UntagResourceCommand;
1244
1278
 
1245
1279
  // src/CodeGuruReviewer.ts
1246
1280
  var commands = {
@@ -1259,10 +1293,11 @@ var commands = {
1259
1293
  TagResourceCommand,
1260
1294
  UntagResourceCommand
1261
1295
  };
1262
- var _CodeGuruReviewer = class _CodeGuruReviewer extends CodeGuruReviewerClient {
1296
+ var CodeGuruReviewer = class extends CodeGuruReviewerClient {
1297
+ static {
1298
+ __name(this, "CodeGuruReviewer");
1299
+ }
1263
1300
  };
1264
- __name(_CodeGuruReviewer, "CodeGuruReviewer");
1265
- var CodeGuruReviewer = _CodeGuruReviewer;
1266
1301
  (0, import_smithy_client.createAggregatedClient)(commands, CodeGuruReviewer);
1267
1302
 
1268
1303
  // src/pagination/ListCodeReviewsPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class CodeGuruReviewerClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,13 +1,14 @@
1
1
  import { CodeGuruReviewerServiceException as __BaseException } from "./CodeGuruReviewerServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ Message;
3
6
  constructor(opts) {
4
7
  super({
5
8
  name: "AccessDeniedException",
6
9
  $fault: "client",
7
10
  ...opts,
8
11
  });
9
- this.name = "AccessDeniedException";
10
- this.$fault = "client";
11
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
13
  this.Message = opts.Message;
13
14
  }
@@ -35,53 +36,57 @@ export const RepositoryAssociationState = {
35
36
  FAILED: "Failed",
36
37
  };
37
38
  export class ConflictException extends __BaseException {
39
+ name = "ConflictException";
40
+ $fault = "client";
41
+ Message;
38
42
  constructor(opts) {
39
43
  super({
40
44
  name: "ConflictException",
41
45
  $fault: "client",
42
46
  ...opts,
43
47
  });
44
- this.name = "ConflictException";
45
- this.$fault = "client";
46
48
  Object.setPrototypeOf(this, ConflictException.prototype);
47
49
  this.Message = opts.Message;
48
50
  }
49
51
  }
50
52
  export class InternalServerException extends __BaseException {
53
+ name = "InternalServerException";
54
+ $fault = "server";
55
+ Message;
51
56
  constructor(opts) {
52
57
  super({
53
58
  name: "InternalServerException",
54
59
  $fault: "server",
55
60
  ...opts,
56
61
  });
57
- this.name = "InternalServerException";
58
- this.$fault = "server";
59
62
  Object.setPrototypeOf(this, InternalServerException.prototype);
60
63
  this.Message = opts.Message;
61
64
  }
62
65
  }
63
66
  export class ThrottlingException extends __BaseException {
67
+ name = "ThrottlingException";
68
+ $fault = "client";
69
+ Message;
64
70
  constructor(opts) {
65
71
  super({
66
72
  name: "ThrottlingException",
67
73
  $fault: "client",
68
74
  ...opts,
69
75
  });
70
- this.name = "ThrottlingException";
71
- this.$fault = "client";
72
76
  Object.setPrototypeOf(this, ThrottlingException.prototype);
73
77
  this.Message = opts.Message;
74
78
  }
75
79
  }
76
80
  export class ValidationException extends __BaseException {
81
+ name = "ValidationException";
82
+ $fault = "client";
83
+ Message;
77
84
  constructor(opts) {
78
85
  super({
79
86
  name: "ValidationException",
80
87
  $fault: "client",
81
88
  ...opts,
82
89
  });
83
- this.name = "ValidationException";
84
- this.$fault = "client";
85
90
  Object.setPrototypeOf(this, ValidationException.prototype);
86
91
  this.Message = opts.Message;
87
92
  }
@@ -107,14 +112,15 @@ export const Type = {
107
112
  REPOSITORY_ANALYSIS: "RepositoryAnalysis",
108
113
  };
109
114
  export class ResourceNotFoundException extends __BaseException {
115
+ name = "ResourceNotFoundException";
116
+ $fault = "client";
117
+ Message;
110
118
  constructor(opts) {
111
119
  super({
112
120
  name: "ResourceNotFoundException",
113
121
  $fault: "client",
114
122
  ...opts,
115
123
  });
116
- this.name = "ResourceNotFoundException";
117
- this.$fault = "client";
118
124
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
119
125
  this.Message = opts.Message;
120
126
  }
@@ -124,14 +130,15 @@ export const Reaction = {
124
130
  THUMBS_UP: "ThumbsUp",
125
131
  };
126
132
  export class NotFoundException extends __BaseException {
133
+ name = "NotFoundException";
134
+ $fault = "client";
135
+ Message;
127
136
  constructor(opts) {
128
137
  super({
129
138
  name: "NotFoundException",
130
139
  $fault: "client",
131
140
  ...opts,
132
141
  });
133
- this.name = "NotFoundException";
134
- this.$fault = "client";
135
142
  Object.setPrototypeOf(this, NotFoundException.prototype);
136
143
  this.Message = opts.Message;
137
144
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguru-reviewer",
3
3
  "description": "AWS SDK for JavaScript Codeguru Reviewer Client for Node.js, Browser and React Native",
4
- "version": "3.716.0",
4
+ "version": "3.723.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codeguru-reviewer",
@@ -20,59 +20,59 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.716.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.716.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.2.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
+ "@smithy/util-waiter": "^4.0.0",
62
62
  "@types/uuid": "^9.0.1",
63
63
  "tslib": "^2.6.2",
64
64
  "uuid": "^9.0.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@tsconfig/node16": "16.1.3",
68
- "@types/node": "^16.18.96",
67
+ "@tsconfig/node18": "18.2.4",
68
+ "@types/node": "^18.19.69",
69
69
  "concurrently": "7.0.0",
70
70
  "downlevel-dts": "0.10.1",
71
71
  "rimraf": "3.0.2",
72
- "typescript": "~4.9.5"
72
+ "typescript": "~5.2.2"
73
73
  },
74
74
  "engines": {
75
- "node": ">=16.0.0"
75
+ "node": ">=18.0.0"
76
76
  },
77
77
  "typesVersions": {
78
78
  "<4.0": {