@aws-sdk/client-resource-explorer-2 3.721.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
@@ -183,7 +183,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
183
183
  }, "resolveRuntimeExtensions");
184
184
 
185
185
  // src/ResourceExplorer2Client.ts
186
- var _ResourceExplorer2Client = class _ResourceExplorer2Client extends import_smithy_client.Client {
186
+ var ResourceExplorer2Client = class extends import_smithy_client.Client {
187
+ static {
188
+ __name(this, "ResourceExplorer2Client");
189
+ }
190
+ /**
191
+ * The resolved configuration of ResourceExplorer2Client class. This is resolved and normalized from the {@link ResourceExplorer2ClientConfig | constructor configuration interface}.
192
+ */
193
+ config;
187
194
  constructor(...[configuration]) {
188
195
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
189
196
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -193,7 +200,7 @@ var _ResourceExplorer2Client = class _ResourceExplorer2Client extends import_smi
193
200
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
194
201
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
195
202
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
196
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
203
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
197
204
  super(_config_8);
198
205
  this.config = _config_8;
199
206
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -221,8 +228,6 @@ var _ResourceExplorer2Client = class _ResourceExplorer2Client extends import_smi
221
228
  super.destroy();
222
229
  }
223
230
  };
224
- __name(_ResourceExplorer2Client, "ResourceExplorer2Client");
225
- var ResourceExplorer2Client = _ResourceExplorer2Client;
226
231
 
227
232
  // src/ResourceExplorer2.ts
228
233
 
@@ -243,7 +248,10 @@ var import_uuid = require("uuid");
243
248
 
244
249
  // src/models/ResourceExplorer2ServiceException.ts
245
250
 
246
- var _ResourceExplorer2ServiceException = class _ResourceExplorer2ServiceException extends import_smithy_client.ServiceException {
251
+ var ResourceExplorer2ServiceException = class _ResourceExplorer2ServiceException extends import_smithy_client.ServiceException {
252
+ static {
253
+ __name(this, "ResourceExplorer2ServiceException");
254
+ }
247
255
  /**
248
256
  * @internal
249
257
  */
@@ -252,11 +260,15 @@ var _ResourceExplorer2ServiceException = class _ResourceExplorer2ServiceExceptio
252
260
  Object.setPrototypeOf(this, _ResourceExplorer2ServiceException.prototype);
253
261
  }
254
262
  };
255
- __name(_ResourceExplorer2ServiceException, "ResourceExplorer2ServiceException");
256
- var ResourceExplorer2ServiceException = _ResourceExplorer2ServiceException;
257
263
 
258
264
  // src/models/models_0.ts
259
- var _AccessDeniedException = class _AccessDeniedException extends ResourceExplorer2ServiceException {
265
+ var AccessDeniedException = class _AccessDeniedException extends ResourceExplorer2ServiceException {
266
+ static {
267
+ __name(this, "AccessDeniedException");
268
+ }
269
+ name = "AccessDeniedException";
270
+ $fault = "client";
271
+ Message;
260
272
  /**
261
273
  * @internal
262
274
  */
@@ -266,15 +278,17 @@ var _AccessDeniedException = class _AccessDeniedException extends ResourceExplor
266
278
  $fault: "client",
267
279
  ...opts
268
280
  });
269
- this.name = "AccessDeniedException";
270
- this.$fault = "client";
271
281
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
272
282
  this.Message = opts.Message;
273
283
  }
274
284
  };
275
- __name(_AccessDeniedException, "AccessDeniedException");
276
- var AccessDeniedException = _AccessDeniedException;
277
- var _InternalServerException = class _InternalServerException extends ResourceExplorer2ServiceException {
285
+ var InternalServerException = class _InternalServerException extends ResourceExplorer2ServiceException {
286
+ static {
287
+ __name(this, "InternalServerException");
288
+ }
289
+ name = "InternalServerException";
290
+ $fault = "server";
291
+ Message;
278
292
  /**
279
293
  * @internal
280
294
  */
@@ -284,15 +298,17 @@ var _InternalServerException = class _InternalServerException extends ResourceEx
284
298
  $fault: "server",
285
299
  ...opts
286
300
  });
287
- this.name = "InternalServerException";
288
- this.$fault = "server";
289
301
  Object.setPrototypeOf(this, _InternalServerException.prototype);
290
302
  this.Message = opts.Message;
291
303
  }
292
304
  };
293
- __name(_InternalServerException, "InternalServerException");
294
- var InternalServerException = _InternalServerException;
295
- var _ResourceNotFoundException = class _ResourceNotFoundException extends ResourceExplorer2ServiceException {
305
+ var ResourceNotFoundException = class _ResourceNotFoundException extends ResourceExplorer2ServiceException {
306
+ static {
307
+ __name(this, "ResourceNotFoundException");
308
+ }
309
+ name = "ResourceNotFoundException";
310
+ $fault = "client";
311
+ Message;
296
312
  /**
297
313
  * @internal
298
314
  */
@@ -302,15 +318,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Resour
302
318
  $fault: "client",
303
319
  ...opts
304
320
  });
305
- this.name = "ResourceNotFoundException";
306
- this.$fault = "client";
307
321
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
308
322
  this.Message = opts.Message;
309
323
  }
310
324
  };
311
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
312
- var ResourceNotFoundException = _ResourceNotFoundException;
313
- var _ThrottlingException = class _ThrottlingException extends ResourceExplorer2ServiceException {
325
+ var ThrottlingException = class _ThrottlingException extends ResourceExplorer2ServiceException {
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,22 @@ var _ThrottlingException = class _ThrottlingException extends ResourceExplorer2S
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 ResourceExplorer2ServiceException {
345
+ var ValidationException = class _ValidationException extends ResourceExplorer2ServiceException {
346
+ static {
347
+ __name(this, "ValidationException");
348
+ }
349
+ name = "ValidationException";
350
+ $fault = "client";
351
+ Message;
352
+ /**
353
+ * <p>An array of the request fields that had validation errors.</p>
354
+ * @public
355
+ */
356
+ FieldList;
332
357
  /**
333
358
  * @internal
334
359
  */
@@ -338,20 +363,22 @@ var _ValidationException = class _ValidationException extends ResourceExplorer2S
338
363
  $fault: "client",
339
364
  ...opts
340
365
  });
341
- this.name = "ValidationException";
342
- this.$fault = "client";
343
366
  Object.setPrototypeOf(this, _ValidationException.prototype);
344
367
  this.Message = opts.Message;
345
368
  this.FieldList = opts.FieldList;
346
369
  }
347
370
  };
348
- __name(_ValidationException, "ValidationException");
349
- var ValidationException = _ValidationException;
350
371
  var AWSServiceAccessStatus = {
351
372
  DISABLED: "DISABLED",
352
373
  ENABLED: "ENABLED"
353
374
  };
354
- var _UnauthorizedException = class _UnauthorizedException extends ResourceExplorer2ServiceException {
375
+ var UnauthorizedException = class _UnauthorizedException extends ResourceExplorer2ServiceException {
376
+ static {
377
+ __name(this, "UnauthorizedException");
378
+ }
379
+ name = "UnauthorizedException";
380
+ $fault = "client";
381
+ Message;
355
382
  /**
356
383
  * @internal
357
384
  */
@@ -361,15 +388,17 @@ var _UnauthorizedException = class _UnauthorizedException extends ResourceExplor
361
388
  $fault: "client",
362
389
  ...opts
363
390
  });
364
- this.name = "UnauthorizedException";
365
- this.$fault = "client";
366
391
  Object.setPrototypeOf(this, _UnauthorizedException.prototype);
367
392
  this.Message = opts.Message;
368
393
  }
369
394
  };
370
- __name(_UnauthorizedException, "UnauthorizedException");
371
- var UnauthorizedException = _UnauthorizedException;
372
- var _ConflictException = class _ConflictException extends ResourceExplorer2ServiceException {
395
+ var ConflictException = class _ConflictException extends ResourceExplorer2ServiceException {
396
+ static {
397
+ __name(this, "ConflictException");
398
+ }
399
+ name = "ConflictException";
400
+ $fault = "client";
401
+ Message;
373
402
  /**
374
403
  * @internal
375
404
  */
@@ -379,14 +408,10 @@ var _ConflictException = class _ConflictException extends ResourceExplorer2Servi
379
408
  $fault: "client",
380
409
  ...opts
381
410
  });
382
- this.name = "ConflictException";
383
- this.$fault = "client";
384
411
  Object.setPrototypeOf(this, _ConflictException.prototype);
385
412
  this.Message = opts.Message;
386
413
  }
387
414
  };
388
- __name(_ConflictException, "ConflictException");
389
- var ConflictException = _ConflictException;
390
415
  var IndexState = {
391
416
  /**
392
417
  * Index is active.
@@ -419,7 +444,23 @@ var IndexType = {
419
444
  */
420
445
  LOCAL: "LOCAL"
421
446
  };
422
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ResourceExplorer2ServiceException {
447
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ResourceExplorer2ServiceException {
448
+ static {
449
+ __name(this, "ServiceQuotaExceededException");
450
+ }
451
+ name = "ServiceQuotaExceededException";
452
+ $fault = "client";
453
+ Message;
454
+ /**
455
+ * <p>The name of the service quota that was exceeded by the request.</p>
456
+ * @public
457
+ */
458
+ Name;
459
+ /**
460
+ * <p>The current value for the quota that the request tried to exceed.</p>
461
+ * @public
462
+ */
463
+ Value;
423
464
  /**
424
465
  * @internal
425
466
  */
@@ -429,16 +470,12 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
429
470
  $fault: "client",
430
471
  ...opts
431
472
  });
432
- this.name = "ServiceQuotaExceededException";
433
- this.$fault = "client";
434
473
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
435
474
  this.Message = opts.Message;
436
475
  this.Name = opts.Name;
437
476
  this.Value = opts.Value;
438
477
  }
439
478
  };
440
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
441
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
442
479
  var SearchFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
443
480
  ...obj
444
481
  }), "SearchFilterFilterSensitiveLog");
@@ -1428,337 +1465,361 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1428
1465
  var _tK = "tagKeys";
1429
1466
 
1430
1467
  // src/commands/AssociateDefaultViewCommand.ts
1431
- var _AssociateDefaultViewCommand = class _AssociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1468
+ var AssociateDefaultViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1432
1469
  return [
1433
1470
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1434
1471
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1435
1472
  ];
1436
1473
  }).s("ResourceExplorer", "AssociateDefaultView", {}).n("ResourceExplorer2Client", "AssociateDefaultViewCommand").f(void 0, void 0).ser(se_AssociateDefaultViewCommand).de(de_AssociateDefaultViewCommand).build() {
1474
+ static {
1475
+ __name(this, "AssociateDefaultViewCommand");
1476
+ }
1437
1477
  };
1438
- __name(_AssociateDefaultViewCommand, "AssociateDefaultViewCommand");
1439
- var AssociateDefaultViewCommand = _AssociateDefaultViewCommand;
1440
1478
 
1441
1479
  // src/commands/BatchGetViewCommand.ts
1442
1480
 
1443
1481
 
1444
1482
 
1445
- var _BatchGetViewCommand = class _BatchGetViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1483
+ var BatchGetViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1446
1484
  return [
1447
1485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1448
1486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1449
1487
  ];
1450
1488
  }).s("ResourceExplorer", "BatchGetView", {}).n("ResourceExplorer2Client", "BatchGetViewCommand").f(void 0, BatchGetViewOutputFilterSensitiveLog).ser(se_BatchGetViewCommand).de(de_BatchGetViewCommand).build() {
1489
+ static {
1490
+ __name(this, "BatchGetViewCommand");
1491
+ }
1451
1492
  };
1452
- __name(_BatchGetViewCommand, "BatchGetViewCommand");
1453
- var BatchGetViewCommand = _BatchGetViewCommand;
1454
1493
 
1455
1494
  // src/commands/CreateIndexCommand.ts
1456
1495
 
1457
1496
 
1458
1497
 
1459
- var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1498
+ var CreateIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1460
1499
  return [
1461
1500
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1462
1501
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1463
1502
  ];
1464
1503
  }).s("ResourceExplorer", "CreateIndex", {}).n("ResourceExplorer2Client", "CreateIndexCommand").f(CreateIndexInputFilterSensitiveLog, void 0).ser(se_CreateIndexCommand).de(de_CreateIndexCommand).build() {
1504
+ static {
1505
+ __name(this, "CreateIndexCommand");
1506
+ }
1465
1507
  };
1466
- __name(_CreateIndexCommand, "CreateIndexCommand");
1467
- var CreateIndexCommand = _CreateIndexCommand;
1468
1508
 
1469
1509
  // src/commands/CreateViewCommand.ts
1470
1510
 
1471
1511
 
1472
1512
 
1473
- var _CreateViewCommand = class _CreateViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1513
+ var CreateViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1474
1514
  return [
1475
1515
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1476
1516
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1477
1517
  ];
1478
1518
  }).s("ResourceExplorer", "CreateView", {}).n("ResourceExplorer2Client", "CreateViewCommand").f(CreateViewInputFilterSensitiveLog, CreateViewOutputFilterSensitiveLog).ser(se_CreateViewCommand).de(de_CreateViewCommand).build() {
1519
+ static {
1520
+ __name(this, "CreateViewCommand");
1521
+ }
1479
1522
  };
1480
- __name(_CreateViewCommand, "CreateViewCommand");
1481
- var CreateViewCommand = _CreateViewCommand;
1482
1523
 
1483
1524
  // src/commands/DeleteIndexCommand.ts
1484
1525
 
1485
1526
 
1486
1527
 
1487
- var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1528
+ var DeleteIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1488
1529
  return [
1489
1530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1490
1531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1491
1532
  ];
1492
1533
  }).s("ResourceExplorer", "DeleteIndex", {}).n("ResourceExplorer2Client", "DeleteIndexCommand").f(void 0, void 0).ser(se_DeleteIndexCommand).de(de_DeleteIndexCommand).build() {
1534
+ static {
1535
+ __name(this, "DeleteIndexCommand");
1536
+ }
1493
1537
  };
1494
- __name(_DeleteIndexCommand, "DeleteIndexCommand");
1495
- var DeleteIndexCommand = _DeleteIndexCommand;
1496
1538
 
1497
1539
  // src/commands/DeleteViewCommand.ts
1498
1540
 
1499
1541
 
1500
1542
 
1501
- var _DeleteViewCommand = class _DeleteViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1543
+ var DeleteViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1502
1544
  return [
1503
1545
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1504
1546
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1505
1547
  ];
1506
1548
  }).s("ResourceExplorer", "DeleteView", {}).n("ResourceExplorer2Client", "DeleteViewCommand").f(void 0, void 0).ser(se_DeleteViewCommand).de(de_DeleteViewCommand).build() {
1549
+ static {
1550
+ __name(this, "DeleteViewCommand");
1551
+ }
1507
1552
  };
1508
- __name(_DeleteViewCommand, "DeleteViewCommand");
1509
- var DeleteViewCommand = _DeleteViewCommand;
1510
1553
 
1511
1554
  // src/commands/DisassociateDefaultViewCommand.ts
1512
1555
 
1513
1556
 
1514
1557
 
1515
- var _DisassociateDefaultViewCommand = class _DisassociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1558
+ var DisassociateDefaultViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1516
1559
  return [
1517
1560
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1518
1561
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1519
1562
  ];
1520
1563
  }).s("ResourceExplorer", "DisassociateDefaultView", {}).n("ResourceExplorer2Client", "DisassociateDefaultViewCommand").f(void 0, void 0).ser(se_DisassociateDefaultViewCommand).de(de_DisassociateDefaultViewCommand).build() {
1564
+ static {
1565
+ __name(this, "DisassociateDefaultViewCommand");
1566
+ }
1521
1567
  };
1522
- __name(_DisassociateDefaultViewCommand, "DisassociateDefaultViewCommand");
1523
- var DisassociateDefaultViewCommand = _DisassociateDefaultViewCommand;
1524
1568
 
1525
1569
  // src/commands/GetAccountLevelServiceConfigurationCommand.ts
1526
1570
 
1527
1571
 
1528
1572
 
1529
- var _GetAccountLevelServiceConfigurationCommand = class _GetAccountLevelServiceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1573
+ var GetAccountLevelServiceConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1530
1574
  return [
1531
1575
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1532
1576
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1533
1577
  ];
1534
1578
  }).s("ResourceExplorer", "GetAccountLevelServiceConfiguration", {}).n("ResourceExplorer2Client", "GetAccountLevelServiceConfigurationCommand").f(void 0, void 0).ser(se_GetAccountLevelServiceConfigurationCommand).de(de_GetAccountLevelServiceConfigurationCommand).build() {
1579
+ static {
1580
+ __name(this, "GetAccountLevelServiceConfigurationCommand");
1581
+ }
1535
1582
  };
1536
- __name(_GetAccountLevelServiceConfigurationCommand, "GetAccountLevelServiceConfigurationCommand");
1537
- var GetAccountLevelServiceConfigurationCommand = _GetAccountLevelServiceConfigurationCommand;
1538
1583
 
1539
1584
  // src/commands/GetDefaultViewCommand.ts
1540
1585
 
1541
1586
 
1542
1587
 
1543
- var _GetDefaultViewCommand = class _GetDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1588
+ var GetDefaultViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1544
1589
  return [
1545
1590
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1546
1591
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1547
1592
  ];
1548
1593
  }).s("ResourceExplorer", "GetDefaultView", {}).n("ResourceExplorer2Client", "GetDefaultViewCommand").f(void 0, void 0).ser(se_GetDefaultViewCommand).de(de_GetDefaultViewCommand).build() {
1594
+ static {
1595
+ __name(this, "GetDefaultViewCommand");
1596
+ }
1549
1597
  };
1550
- __name(_GetDefaultViewCommand, "GetDefaultViewCommand");
1551
- var GetDefaultViewCommand = _GetDefaultViewCommand;
1552
1598
 
1553
1599
  // src/commands/GetIndexCommand.ts
1554
1600
 
1555
1601
 
1556
1602
 
1557
- var _GetIndexCommand = class _GetIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1603
+ var GetIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1558
1604
  return [
1559
1605
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1560
1606
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1561
1607
  ];
1562
1608
  }).s("ResourceExplorer", "GetIndex", {}).n("ResourceExplorer2Client", "GetIndexCommand").f(void 0, GetIndexOutputFilterSensitiveLog).ser(se_GetIndexCommand).de(de_GetIndexCommand).build() {
1609
+ static {
1610
+ __name(this, "GetIndexCommand");
1611
+ }
1563
1612
  };
1564
- __name(_GetIndexCommand, "GetIndexCommand");
1565
- var GetIndexCommand = _GetIndexCommand;
1566
1613
 
1567
1614
  // src/commands/GetManagedViewCommand.ts
1568
1615
 
1569
1616
 
1570
1617
 
1571
- var _GetManagedViewCommand = class _GetManagedViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1618
+ var GetManagedViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1572
1619
  return [
1573
1620
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1574
1621
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1575
1622
  ];
1576
1623
  }).s("ResourceExplorer", "GetManagedView", {}).n("ResourceExplorer2Client", "GetManagedViewCommand").f(void 0, GetManagedViewOutputFilterSensitiveLog).ser(se_GetManagedViewCommand).de(de_GetManagedViewCommand).build() {
1624
+ static {
1625
+ __name(this, "GetManagedViewCommand");
1626
+ }
1577
1627
  };
1578
- __name(_GetManagedViewCommand, "GetManagedViewCommand");
1579
- var GetManagedViewCommand = _GetManagedViewCommand;
1580
1628
 
1581
1629
  // src/commands/GetViewCommand.ts
1582
1630
 
1583
1631
 
1584
1632
 
1585
- var _GetViewCommand = class _GetViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1633
+ var GetViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1586
1634
  return [
1587
1635
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1588
1636
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1589
1637
  ];
1590
1638
  }).s("ResourceExplorer", "GetView", {}).n("ResourceExplorer2Client", "GetViewCommand").f(void 0, GetViewOutputFilterSensitiveLog).ser(se_GetViewCommand).de(de_GetViewCommand).build() {
1639
+ static {
1640
+ __name(this, "GetViewCommand");
1641
+ }
1591
1642
  };
1592
- __name(_GetViewCommand, "GetViewCommand");
1593
- var GetViewCommand = _GetViewCommand;
1594
1643
 
1595
1644
  // src/commands/ListIndexesCommand.ts
1596
1645
 
1597
1646
 
1598
1647
 
1599
- var _ListIndexesCommand = class _ListIndexesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1648
+ var ListIndexesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1600
1649
  return [
1601
1650
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1602
1651
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1603
1652
  ];
1604
1653
  }).s("ResourceExplorer", "ListIndexes", {}).n("ResourceExplorer2Client", "ListIndexesCommand").f(void 0, void 0).ser(se_ListIndexesCommand).de(de_ListIndexesCommand).build() {
1654
+ static {
1655
+ __name(this, "ListIndexesCommand");
1656
+ }
1605
1657
  };
1606
- __name(_ListIndexesCommand, "ListIndexesCommand");
1607
- var ListIndexesCommand = _ListIndexesCommand;
1608
1658
 
1609
1659
  // src/commands/ListIndexesForMembersCommand.ts
1610
1660
 
1611
1661
 
1612
1662
 
1613
- var _ListIndexesForMembersCommand = class _ListIndexesForMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1663
+ var ListIndexesForMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1614
1664
  return [
1615
1665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1616
1666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1617
1667
  ];
1618
1668
  }).s("ResourceExplorer", "ListIndexesForMembers", {}).n("ResourceExplorer2Client", "ListIndexesForMembersCommand").f(void 0, void 0).ser(se_ListIndexesForMembersCommand).de(de_ListIndexesForMembersCommand).build() {
1669
+ static {
1670
+ __name(this, "ListIndexesForMembersCommand");
1671
+ }
1619
1672
  };
1620
- __name(_ListIndexesForMembersCommand, "ListIndexesForMembersCommand");
1621
- var ListIndexesForMembersCommand = _ListIndexesForMembersCommand;
1622
1673
 
1623
1674
  // src/commands/ListManagedViewsCommand.ts
1624
1675
 
1625
1676
 
1626
1677
 
1627
- var _ListManagedViewsCommand = class _ListManagedViewsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1678
+ var ListManagedViewsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1628
1679
  return [
1629
1680
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1630
1681
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1631
1682
  ];
1632
1683
  }).s("ResourceExplorer", "ListManagedViews", {}).n("ResourceExplorer2Client", "ListManagedViewsCommand").f(void 0, void 0).ser(se_ListManagedViewsCommand).de(de_ListManagedViewsCommand).build() {
1684
+ static {
1685
+ __name(this, "ListManagedViewsCommand");
1686
+ }
1633
1687
  };
1634
- __name(_ListManagedViewsCommand, "ListManagedViewsCommand");
1635
- var ListManagedViewsCommand = _ListManagedViewsCommand;
1636
1688
 
1637
1689
  // src/commands/ListResourcesCommand.ts
1638
1690
 
1639
1691
 
1640
1692
 
1641
- var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1693
+ var ListResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1642
1694
  return [
1643
1695
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1644
1696
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1645
1697
  ];
1646
1698
  }).s("ResourceExplorer", "ListResources", {}).n("ResourceExplorer2Client", "ListResourcesCommand").f(ListResourcesInputFilterSensitiveLog, void 0).ser(se_ListResourcesCommand).de(de_ListResourcesCommand).build() {
1699
+ static {
1700
+ __name(this, "ListResourcesCommand");
1701
+ }
1647
1702
  };
1648
- __name(_ListResourcesCommand, "ListResourcesCommand");
1649
- var ListResourcesCommand = _ListResourcesCommand;
1650
1703
 
1651
1704
  // src/commands/ListSupportedResourceTypesCommand.ts
1652
1705
 
1653
1706
 
1654
1707
 
1655
- var _ListSupportedResourceTypesCommand = class _ListSupportedResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1708
+ var ListSupportedResourceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1656
1709
  return [
1657
1710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1658
1711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1659
1712
  ];
1660
1713
  }).s("ResourceExplorer", "ListSupportedResourceTypes", {}).n("ResourceExplorer2Client", "ListSupportedResourceTypesCommand").f(void 0, void 0).ser(se_ListSupportedResourceTypesCommand).de(de_ListSupportedResourceTypesCommand).build() {
1714
+ static {
1715
+ __name(this, "ListSupportedResourceTypesCommand");
1716
+ }
1661
1717
  };
1662
- __name(_ListSupportedResourceTypesCommand, "ListSupportedResourceTypesCommand");
1663
- var ListSupportedResourceTypesCommand = _ListSupportedResourceTypesCommand;
1664
1718
 
1665
1719
  // src/commands/ListTagsForResourceCommand.ts
1666
1720
 
1667
1721
 
1668
1722
 
1669
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1723
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1670
1724
  return [
1671
1725
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1672
1726
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1673
1727
  ];
1674
1728
  }).s("ResourceExplorer", "ListTagsForResource", {}).n("ResourceExplorer2Client", "ListTagsForResourceCommand").f(void 0, ListTagsForResourceOutputFilterSensitiveLog).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1729
+ static {
1730
+ __name(this, "ListTagsForResourceCommand");
1731
+ }
1675
1732
  };
1676
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1677
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1678
1733
 
1679
1734
  // src/commands/ListViewsCommand.ts
1680
1735
 
1681
1736
 
1682
1737
 
1683
- var _ListViewsCommand = class _ListViewsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1738
+ var ListViewsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1684
1739
  return [
1685
1740
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1686
1741
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1687
1742
  ];
1688
1743
  }).s("ResourceExplorer", "ListViews", {}).n("ResourceExplorer2Client", "ListViewsCommand").f(void 0, void 0).ser(se_ListViewsCommand).de(de_ListViewsCommand).build() {
1744
+ static {
1745
+ __name(this, "ListViewsCommand");
1746
+ }
1689
1747
  };
1690
- __name(_ListViewsCommand, "ListViewsCommand");
1691
- var ListViewsCommand = _ListViewsCommand;
1692
1748
 
1693
1749
  // src/commands/SearchCommand.ts
1694
1750
 
1695
1751
 
1696
1752
 
1697
- var _SearchCommand = class _SearchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1753
+ var SearchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1698
1754
  return [
1699
1755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1700
1756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1701
1757
  ];
1702
1758
  }).s("ResourceExplorer", "Search", {}).n("ResourceExplorer2Client", "SearchCommand").f(SearchInputFilterSensitiveLog, void 0).ser(se_SearchCommand).de(de_SearchCommand).build() {
1759
+ static {
1760
+ __name(this, "SearchCommand");
1761
+ }
1703
1762
  };
1704
- __name(_SearchCommand, "SearchCommand");
1705
- var SearchCommand = _SearchCommand;
1706
1763
 
1707
1764
  // src/commands/TagResourceCommand.ts
1708
1765
 
1709
1766
 
1710
1767
 
1711
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1768
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1712
1769
  return [
1713
1770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1714
1771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1715
1772
  ];
1716
1773
  }).s("ResourceExplorer", "TagResource", {}).n("ResourceExplorer2Client", "TagResourceCommand").f(TagResourceInputFilterSensitiveLog, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1774
+ static {
1775
+ __name(this, "TagResourceCommand");
1776
+ }
1717
1777
  };
1718
- __name(_TagResourceCommand, "TagResourceCommand");
1719
- var TagResourceCommand = _TagResourceCommand;
1720
1778
 
1721
1779
  // src/commands/UntagResourceCommand.ts
1722
1780
 
1723
1781
 
1724
1782
 
1725
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1783
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1726
1784
  return [
1727
1785
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1728
1786
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1729
1787
  ];
1730
1788
  }).s("ResourceExplorer", "UntagResource", {}).n("ResourceExplorer2Client", "UntagResourceCommand").f(UntagResourceInputFilterSensitiveLog, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1789
+ static {
1790
+ __name(this, "UntagResourceCommand");
1791
+ }
1731
1792
  };
1732
- __name(_UntagResourceCommand, "UntagResourceCommand");
1733
- var UntagResourceCommand = _UntagResourceCommand;
1734
1793
 
1735
1794
  // src/commands/UpdateIndexTypeCommand.ts
1736
1795
 
1737
1796
 
1738
1797
 
1739
- var _UpdateIndexTypeCommand = class _UpdateIndexTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1798
+ var UpdateIndexTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1740
1799
  return [
1741
1800
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1742
1801
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1743
1802
  ];
1744
1803
  }).s("ResourceExplorer", "UpdateIndexType", {}).n("ResourceExplorer2Client", "UpdateIndexTypeCommand").f(void 0, void 0).ser(se_UpdateIndexTypeCommand).de(de_UpdateIndexTypeCommand).build() {
1804
+ static {
1805
+ __name(this, "UpdateIndexTypeCommand");
1806
+ }
1745
1807
  };
1746
- __name(_UpdateIndexTypeCommand, "UpdateIndexTypeCommand");
1747
- var UpdateIndexTypeCommand = _UpdateIndexTypeCommand;
1748
1808
 
1749
1809
  // src/commands/UpdateViewCommand.ts
1750
1810
 
1751
1811
 
1752
1812
 
1753
- var _UpdateViewCommand = class _UpdateViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1813
+ var UpdateViewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1754
1814
  return [
1755
1815
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1756
1816
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1757
1817
  ];
1758
1818
  }).s("ResourceExplorer", "UpdateView", {}).n("ResourceExplorer2Client", "UpdateViewCommand").f(UpdateViewInputFilterSensitiveLog, UpdateViewOutputFilterSensitiveLog).ser(se_UpdateViewCommand).de(de_UpdateViewCommand).build() {
1819
+ static {
1820
+ __name(this, "UpdateViewCommand");
1821
+ }
1759
1822
  };
1760
- __name(_UpdateViewCommand, "UpdateViewCommand");
1761
- var UpdateViewCommand = _UpdateViewCommand;
1762
1823
 
1763
1824
  // src/ResourceExplorer2.ts
1764
1825
  var commands = {
@@ -1787,10 +1848,11 @@ var commands = {
1787
1848
  UpdateIndexTypeCommand,
1788
1849
  UpdateViewCommand
1789
1850
  };
1790
- var _ResourceExplorer2 = class _ResourceExplorer2 extends ResourceExplorer2Client {
1851
+ var ResourceExplorer2 = class extends ResourceExplorer2Client {
1852
+ static {
1853
+ __name(this, "ResourceExplorer2");
1854
+ }
1791
1855
  };
1792
- __name(_ResourceExplorer2, "ResourceExplorer2");
1793
- var ResourceExplorer2 = _ResourceExplorer2;
1794
1856
  (0, import_smithy_client.createAggregatedClient)(commands, ResourceExplorer2);
1795
1857
 
1796
1858
  // src/pagination/ListIndexesForMembersPaginator.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 ResourceExplorer2Client extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,66 +1,72 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ResourceExplorer2ServiceException as __BaseException } from "./ResourceExplorer2ServiceException";
3
3
  export class AccessDeniedException extends __BaseException {
4
+ name = "AccessDeniedException";
5
+ $fault = "client";
6
+ Message;
4
7
  constructor(opts) {
5
8
  super({
6
9
  name: "AccessDeniedException",
7
10
  $fault: "client",
8
11
  ...opts,
9
12
  });
10
- this.name = "AccessDeniedException";
11
- this.$fault = "client";
12
13
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
14
  this.Message = opts.Message;
14
15
  }
15
16
  }
16
17
  export class InternalServerException extends __BaseException {
18
+ name = "InternalServerException";
19
+ $fault = "server";
20
+ Message;
17
21
  constructor(opts) {
18
22
  super({
19
23
  name: "InternalServerException",
20
24
  $fault: "server",
21
25
  ...opts,
22
26
  });
23
- this.name = "InternalServerException";
24
- this.$fault = "server";
25
27
  Object.setPrototypeOf(this, InternalServerException.prototype);
26
28
  this.Message = opts.Message;
27
29
  }
28
30
  }
29
31
  export class ResourceNotFoundException extends __BaseException {
32
+ name = "ResourceNotFoundException";
33
+ $fault = "client";
34
+ Message;
30
35
  constructor(opts) {
31
36
  super({
32
37
  name: "ResourceNotFoundException",
33
38
  $fault: "client",
34
39
  ...opts,
35
40
  });
36
- this.name = "ResourceNotFoundException";
37
- this.$fault = "client";
38
41
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
39
42
  this.Message = opts.Message;
40
43
  }
41
44
  }
42
45
  export class ThrottlingException extends __BaseException {
46
+ name = "ThrottlingException";
47
+ $fault = "client";
48
+ Message;
43
49
  constructor(opts) {
44
50
  super({
45
51
  name: "ThrottlingException",
46
52
  $fault: "client",
47
53
  ...opts,
48
54
  });
49
- this.name = "ThrottlingException";
50
- this.$fault = "client";
51
55
  Object.setPrototypeOf(this, ThrottlingException.prototype);
52
56
  this.Message = opts.Message;
53
57
  }
54
58
  }
55
59
  export class ValidationException extends __BaseException {
60
+ name = "ValidationException";
61
+ $fault = "client";
62
+ Message;
63
+ FieldList;
56
64
  constructor(opts) {
57
65
  super({
58
66
  name: "ValidationException",
59
67
  $fault: "client",
60
68
  ...opts,
61
69
  });
62
- this.name = "ValidationException";
63
- this.$fault = "client";
64
70
  Object.setPrototypeOf(this, ValidationException.prototype);
65
71
  this.Message = opts.Message;
66
72
  this.FieldList = opts.FieldList;
@@ -71,27 +77,29 @@ export const AWSServiceAccessStatus = {
71
77
  ENABLED: "ENABLED",
72
78
  };
73
79
  export class UnauthorizedException extends __BaseException {
80
+ name = "UnauthorizedException";
81
+ $fault = "client";
82
+ Message;
74
83
  constructor(opts) {
75
84
  super({
76
85
  name: "UnauthorizedException",
77
86
  $fault: "client",
78
87
  ...opts,
79
88
  });
80
- this.name = "UnauthorizedException";
81
- this.$fault = "client";
82
89
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
83
90
  this.Message = opts.Message;
84
91
  }
85
92
  }
86
93
  export class ConflictException extends __BaseException {
94
+ name = "ConflictException";
95
+ $fault = "client";
96
+ Message;
87
97
  constructor(opts) {
88
98
  super({
89
99
  name: "ConflictException",
90
100
  $fault: "client",
91
101
  ...opts,
92
102
  });
93
- this.name = "ConflictException";
94
- this.$fault = "client";
95
103
  Object.setPrototypeOf(this, ConflictException.prototype);
96
104
  this.Message = opts.Message;
97
105
  }
@@ -108,14 +116,17 @@ export const IndexType = {
108
116
  LOCAL: "LOCAL",
109
117
  };
110
118
  export class ServiceQuotaExceededException extends __BaseException {
119
+ name = "ServiceQuotaExceededException";
120
+ $fault = "client";
121
+ Message;
122
+ Name;
123
+ Value;
111
124
  constructor(opts) {
112
125
  super({
113
126
  name: "ServiceQuotaExceededException",
114
127
  $fault: "client",
115
128
  ...opts,
116
129
  });
117
- this.name = "ServiceQuotaExceededException";
118
- this.$fault = "client";
119
130
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
120
131
  this.Message = opts.Message;
121
132
  this.Name = opts.Name;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ResourceExplorer2ClientConfig) =
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: ResourceExplorer2ClientConfig) =
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: ResourceExplorer2ClientConfig) =
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: ResourceExplorer2ClientConfig) =
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-resource-explorer-2",
3
3
  "description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
4
- "version": "3.721.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-resource-explorer-2",
@@ -20,58 +20,58 @@
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.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.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.721.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.721.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",
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
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@tsconfig/node16": "16.1.3",
67
- "@types/node": "^16.18.96",
66
+ "@tsconfig/node18": "18.2.4",
67
+ "@types/node": "^18.19.69",
68
68
  "concurrently": "7.0.0",
69
69
  "downlevel-dts": "0.10.1",
70
70
  "rimraf": "3.0.2",
71
- "typescript": "~4.9.5"
71
+ "typescript": "~5.2.2"
72
72
  },
73
73
  "engines": {
74
- "node": ">=16.0.0"
74
+ "node": ">=18.0.0"
75
75
  },
76
76
  "typesVersions": {
77
77
  "<4.0": {