@aws-sdk/client-apprunner 3.758.0 → 3.772.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +52 -52
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AppRunner: () => AppRunner,
25
25
  AppRunnerClient: () => AppRunnerClient,
26
26
  AppRunnerServiceException: () => AppRunnerServiceException,
@@ -111,7 +111,7 @@ __export(src_exports, {
111
111
  paginateListVpcConnectors: () => paginateListVpcConnectors,
112
112
  paginateListVpcIngressConnections: () => paginateListVpcIngressConnections
113
113
  });
114
- module.exports = __toCommonJS(src_exports);
114
+ module.exports = __toCommonJS(index_exports);
115
115
 
116
116
  // src/AppRunnerClient.ts
117
117
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -238,9 +238,9 @@ var AppRunnerClient = class extends import_smithy_client.Client {
238
238
  this.middlewareStack.use(
239
239
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
240
240
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppRunnerHttpAuthSchemeParametersProvider,
241
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
241
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
242
242
  "aws.auth#sigv4": config.credentials
243
- })
243
+ }), "identityProviderConfigProvider")
244
244
  })
245
245
  );
246
246
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1356,8 +1356,8 @@ var de_AutoScalingConfiguration = /* @__PURE__ */ __name((output, context) => {
1356
1356
  AutoScalingConfigurationArn: import_smithy_client.expectString,
1357
1357
  AutoScalingConfigurationName: import_smithy_client.expectString,
1358
1358
  AutoScalingConfigurationRevision: import_smithy_client.expectInt32,
1359
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1360
- DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1359
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1360
+ DeletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedAt"),
1361
1361
  HasAssociatedService: import_smithy_client.expectBoolean,
1362
1362
  IsDefault: import_smithy_client.expectBoolean,
1363
1363
  Latest: import_smithy_client.expectBoolean,
@@ -1372,7 +1372,7 @@ var de_AutoScalingConfigurationSummary = /* @__PURE__ */ __name((output, context
1372
1372
  AutoScalingConfigurationArn: import_smithy_client.expectString,
1373
1373
  AutoScalingConfigurationName: import_smithy_client.expectString,
1374
1374
  AutoScalingConfigurationRevision: import_smithy_client.expectInt32,
1375
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1375
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1376
1376
  HasAssociatedService: import_smithy_client.expectBoolean,
1377
1377
  IsDefault: import_smithy_client.expectBoolean,
1378
1378
  Status: import_smithy_client.expectString
@@ -1388,7 +1388,7 @@ var de_Connection = /* @__PURE__ */ __name((output, context) => {
1388
1388
  return (0, import_smithy_client.take)(output, {
1389
1389
  ConnectionArn: import_smithy_client.expectString,
1390
1390
  ConnectionName: import_smithy_client.expectString,
1391
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1391
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1392
1392
  ProviderType: import_smithy_client.expectString,
1393
1393
  Status: import_smithy_client.expectString
1394
1394
  });
@@ -1397,7 +1397,7 @@ var de_ConnectionSummary = /* @__PURE__ */ __name((output, context) => {
1397
1397
  return (0, import_smithy_client.take)(output, {
1398
1398
  ConnectionArn: import_smithy_client.expectString,
1399
1399
  ConnectionName: import_smithy_client.expectString,
1400
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1400
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1401
1401
  ProviderType: import_smithy_client.expectString,
1402
1402
  Status: import_smithy_client.expectString
1403
1403
  });
@@ -1410,125 +1410,125 @@ var de_ConnectionSummaryList = /* @__PURE__ */ __name((output, context) => {
1410
1410
  }, "de_ConnectionSummaryList");
1411
1411
  var de_CreateAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1412
1412
  return (0, import_smithy_client.take)(output, {
1413
- AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
1413
+ AutoScalingConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingConfiguration(_, context), "AutoScalingConfiguration")
1414
1414
  });
1415
1415
  }, "de_CreateAutoScalingConfigurationResponse");
1416
1416
  var de_CreateConnectionResponse = /* @__PURE__ */ __name((output, context) => {
1417
1417
  return (0, import_smithy_client.take)(output, {
1418
- Connection: (_) => de_Connection(_, context)
1418
+ Connection: /* @__PURE__ */ __name((_) => de_Connection(_, context), "Connection")
1419
1419
  });
1420
1420
  }, "de_CreateConnectionResponse");
1421
1421
  var de_CreateObservabilityConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1422
1422
  return (0, import_smithy_client.take)(output, {
1423
- ObservabilityConfiguration: (_) => de_ObservabilityConfiguration(_, context)
1423
+ ObservabilityConfiguration: /* @__PURE__ */ __name((_) => de_ObservabilityConfiguration(_, context), "ObservabilityConfiguration")
1424
1424
  });
1425
1425
  }, "de_CreateObservabilityConfigurationResponse");
1426
1426
  var de_CreateServiceResponse = /* @__PURE__ */ __name((output, context) => {
1427
1427
  return (0, import_smithy_client.take)(output, {
1428
1428
  OperationId: import_smithy_client.expectString,
1429
- Service: (_) => de_Service(_, context)
1429
+ Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
1430
1430
  });
1431
1431
  }, "de_CreateServiceResponse");
1432
1432
  var de_CreateVpcConnectorResponse = /* @__PURE__ */ __name((output, context) => {
1433
1433
  return (0, import_smithy_client.take)(output, {
1434
- VpcConnector: (_) => de_VpcConnector(_, context)
1434
+ VpcConnector: /* @__PURE__ */ __name((_) => de_VpcConnector(_, context), "VpcConnector")
1435
1435
  });
1436
1436
  }, "de_CreateVpcConnectorResponse");
1437
1437
  var de_CreateVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
1438
1438
  return (0, import_smithy_client.take)(output, {
1439
- VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
1439
+ VpcIngressConnection: /* @__PURE__ */ __name((_) => de_VpcIngressConnection(_, context), "VpcIngressConnection")
1440
1440
  });
1441
1441
  }, "de_CreateVpcIngressConnectionResponse");
1442
1442
  var de_DeleteAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1443
1443
  return (0, import_smithy_client.take)(output, {
1444
- AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
1444
+ AutoScalingConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingConfiguration(_, context), "AutoScalingConfiguration")
1445
1445
  });
1446
1446
  }, "de_DeleteAutoScalingConfigurationResponse");
1447
1447
  var de_DeleteConnectionResponse = /* @__PURE__ */ __name((output, context) => {
1448
1448
  return (0, import_smithy_client.take)(output, {
1449
- Connection: (_) => de_Connection(_, context)
1449
+ Connection: /* @__PURE__ */ __name((_) => de_Connection(_, context), "Connection")
1450
1450
  });
1451
1451
  }, "de_DeleteConnectionResponse");
1452
1452
  var de_DeleteObservabilityConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1453
1453
  return (0, import_smithy_client.take)(output, {
1454
- ObservabilityConfiguration: (_) => de_ObservabilityConfiguration(_, context)
1454
+ ObservabilityConfiguration: /* @__PURE__ */ __name((_) => de_ObservabilityConfiguration(_, context), "ObservabilityConfiguration")
1455
1455
  });
1456
1456
  }, "de_DeleteObservabilityConfigurationResponse");
1457
1457
  var de_DeleteServiceResponse = /* @__PURE__ */ __name((output, context) => {
1458
1458
  return (0, import_smithy_client.take)(output, {
1459
1459
  OperationId: import_smithy_client.expectString,
1460
- Service: (_) => de_Service(_, context)
1460
+ Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
1461
1461
  });
1462
1462
  }, "de_DeleteServiceResponse");
1463
1463
  var de_DeleteVpcConnectorResponse = /* @__PURE__ */ __name((output, context) => {
1464
1464
  return (0, import_smithy_client.take)(output, {
1465
- VpcConnector: (_) => de_VpcConnector(_, context)
1465
+ VpcConnector: /* @__PURE__ */ __name((_) => de_VpcConnector(_, context), "VpcConnector")
1466
1466
  });
1467
1467
  }, "de_DeleteVpcConnectorResponse");
1468
1468
  var de_DeleteVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
1469
1469
  return (0, import_smithy_client.take)(output, {
1470
- VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
1470
+ VpcIngressConnection: /* @__PURE__ */ __name((_) => de_VpcIngressConnection(_, context), "VpcIngressConnection")
1471
1471
  });
1472
1472
  }, "de_DeleteVpcIngressConnectionResponse");
1473
1473
  var de_DescribeAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1474
1474
  return (0, import_smithy_client.take)(output, {
1475
- AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
1475
+ AutoScalingConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingConfiguration(_, context), "AutoScalingConfiguration")
1476
1476
  });
1477
1477
  }, "de_DescribeAutoScalingConfigurationResponse");
1478
1478
  var de_DescribeObservabilityConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1479
1479
  return (0, import_smithy_client.take)(output, {
1480
- ObservabilityConfiguration: (_) => de_ObservabilityConfiguration(_, context)
1480
+ ObservabilityConfiguration: /* @__PURE__ */ __name((_) => de_ObservabilityConfiguration(_, context), "ObservabilityConfiguration")
1481
1481
  });
1482
1482
  }, "de_DescribeObservabilityConfigurationResponse");
1483
1483
  var de_DescribeServiceResponse = /* @__PURE__ */ __name((output, context) => {
1484
1484
  return (0, import_smithy_client.take)(output, {
1485
- Service: (_) => de_Service(_, context)
1485
+ Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
1486
1486
  });
1487
1487
  }, "de_DescribeServiceResponse");
1488
1488
  var de_DescribeVpcConnectorResponse = /* @__PURE__ */ __name((output, context) => {
1489
1489
  return (0, import_smithy_client.take)(output, {
1490
- VpcConnector: (_) => de_VpcConnector(_, context)
1490
+ VpcConnector: /* @__PURE__ */ __name((_) => de_VpcConnector(_, context), "VpcConnector")
1491
1491
  });
1492
1492
  }, "de_DescribeVpcConnectorResponse");
1493
1493
  var de_DescribeVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
1494
1494
  return (0, import_smithy_client.take)(output, {
1495
- VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
1495
+ VpcIngressConnection: /* @__PURE__ */ __name((_) => de_VpcIngressConnection(_, context), "VpcIngressConnection")
1496
1496
  });
1497
1497
  }, "de_DescribeVpcIngressConnectionResponse");
1498
1498
  var de_ListAutoScalingConfigurationsResponse = /* @__PURE__ */ __name((output, context) => {
1499
1499
  return (0, import_smithy_client.take)(output, {
1500
- AutoScalingConfigurationSummaryList: (_) => de_AutoScalingConfigurationSummaryList(_, context),
1500
+ AutoScalingConfigurationSummaryList: /* @__PURE__ */ __name((_) => de_AutoScalingConfigurationSummaryList(_, context), "AutoScalingConfigurationSummaryList"),
1501
1501
  NextToken: import_smithy_client.expectString
1502
1502
  });
1503
1503
  }, "de_ListAutoScalingConfigurationsResponse");
1504
1504
  var de_ListConnectionsResponse = /* @__PURE__ */ __name((output, context) => {
1505
1505
  return (0, import_smithy_client.take)(output, {
1506
- ConnectionSummaryList: (_) => de_ConnectionSummaryList(_, context),
1506
+ ConnectionSummaryList: /* @__PURE__ */ __name((_) => de_ConnectionSummaryList(_, context), "ConnectionSummaryList"),
1507
1507
  NextToken: import_smithy_client.expectString
1508
1508
  });
1509
1509
  }, "de_ListConnectionsResponse");
1510
1510
  var de_ListOperationsResponse = /* @__PURE__ */ __name((output, context) => {
1511
1511
  return (0, import_smithy_client.take)(output, {
1512
1512
  NextToken: import_smithy_client.expectString,
1513
- OperationSummaryList: (_) => de_OperationSummaryList(_, context)
1513
+ OperationSummaryList: /* @__PURE__ */ __name((_) => de_OperationSummaryList(_, context), "OperationSummaryList")
1514
1514
  });
1515
1515
  }, "de_ListOperationsResponse");
1516
1516
  var de_ListServicesResponse = /* @__PURE__ */ __name((output, context) => {
1517
1517
  return (0, import_smithy_client.take)(output, {
1518
1518
  NextToken: import_smithy_client.expectString,
1519
- ServiceSummaryList: (_) => de_ServiceSummaryList(_, context)
1519
+ ServiceSummaryList: /* @__PURE__ */ __name((_) => de_ServiceSummaryList(_, context), "ServiceSummaryList")
1520
1520
  });
1521
1521
  }, "de_ListServicesResponse");
1522
1522
  var de_ListVpcConnectorsResponse = /* @__PURE__ */ __name((output, context) => {
1523
1523
  return (0, import_smithy_client.take)(output, {
1524
1524
  NextToken: import_smithy_client.expectString,
1525
- VpcConnectors: (_) => de_VpcConnectors(_, context)
1525
+ VpcConnectors: /* @__PURE__ */ __name((_) => de_VpcConnectors(_, context), "VpcConnectors")
1526
1526
  });
1527
1527
  }, "de_ListVpcConnectorsResponse");
1528
1528
  var de_ObservabilityConfiguration = /* @__PURE__ */ __name((output, context) => {
1529
1529
  return (0, import_smithy_client.take)(output, {
1530
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1531
- DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1530
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1531
+ DeletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedAt"),
1532
1532
  Latest: import_smithy_client.expectBoolean,
1533
1533
  ObservabilityConfigurationArn: import_smithy_client.expectString,
1534
1534
  ObservabilityConfigurationName: import_smithy_client.expectString,
@@ -1539,13 +1539,13 @@ var de_ObservabilityConfiguration = /* @__PURE__ */ __name((output, context) =>
1539
1539
  }, "de_ObservabilityConfiguration");
1540
1540
  var de_OperationSummary = /* @__PURE__ */ __name((output, context) => {
1541
1541
  return (0, import_smithy_client.take)(output, {
1542
- EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1542
+ EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
1543
1543
  Id: import_smithy_client.expectString,
1544
- StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1544
+ StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
1545
1545
  Status: import_smithy_client.expectString,
1546
1546
  TargetArn: import_smithy_client.expectString,
1547
1547
  Type: import_smithy_client.expectString,
1548
- UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1548
+ UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
1549
1549
  });
1550
1550
  }, "de_OperationSummary");
1551
1551
  var de_OperationSummaryList = /* @__PURE__ */ __name((output, context) => {
@@ -1557,20 +1557,20 @@ var de_OperationSummaryList = /* @__PURE__ */ __name((output, context) => {
1557
1557
  var de_PauseServiceResponse = /* @__PURE__ */ __name((output, context) => {
1558
1558
  return (0, import_smithy_client.take)(output, {
1559
1559
  OperationId: import_smithy_client.expectString,
1560
- Service: (_) => de_Service(_, context)
1560
+ Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
1561
1561
  });
1562
1562
  }, "de_PauseServiceResponse");
1563
1563
  var de_ResumeServiceResponse = /* @__PURE__ */ __name((output, context) => {
1564
1564
  return (0, import_smithy_client.take)(output, {
1565
1565
  OperationId: import_smithy_client.expectString,
1566
- Service: (_) => de_Service(_, context)
1566
+ Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
1567
1567
  });
1568
1568
  }, "de_ResumeServiceResponse");
1569
1569
  var de_Service = /* @__PURE__ */ __name((output, context) => {
1570
1570
  return (0, import_smithy_client.take)(output, {
1571
- AutoScalingConfigurationSummary: (_) => de_AutoScalingConfigurationSummary(_, context),
1572
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1573
- DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1571
+ AutoScalingConfigurationSummary: /* @__PURE__ */ __name((_) => de_AutoScalingConfigurationSummary(_, context), "AutoScalingConfigurationSummary"),
1572
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1573
+ DeletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedAt"),
1574
1574
  EncryptionConfiguration: import_smithy_client._json,
1575
1575
  HealthCheckConfiguration: import_smithy_client._json,
1576
1576
  InstanceConfiguration: import_smithy_client._json,
@@ -1582,18 +1582,18 @@ var de_Service = /* @__PURE__ */ __name((output, context) => {
1582
1582
  ServiceUrl: import_smithy_client.expectString,
1583
1583
  SourceConfiguration: import_smithy_client._json,
1584
1584
  Status: import_smithy_client.expectString,
1585
- UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1585
+ UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
1586
1586
  });
1587
1587
  }, "de_Service");
1588
1588
  var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
1589
1589
  return (0, import_smithy_client.take)(output, {
1590
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1590
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1591
1591
  ServiceArn: import_smithy_client.expectString,
1592
1592
  ServiceId: import_smithy_client.expectString,
1593
1593
  ServiceName: import_smithy_client.expectString,
1594
1594
  ServiceUrl: import_smithy_client.expectString,
1595
1595
  Status: import_smithy_client.expectString,
1596
- UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1596
+ UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
1597
1597
  });
1598
1598
  }, "de_ServiceSummary");
1599
1599
  var de_ServiceSummaryList = /* @__PURE__ */ __name((output, context) => {
@@ -1604,24 +1604,24 @@ var de_ServiceSummaryList = /* @__PURE__ */ __name((output, context) => {
1604
1604
  }, "de_ServiceSummaryList");
1605
1605
  var de_UpdateDefaultAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
1606
1606
  return (0, import_smithy_client.take)(output, {
1607
- AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
1607
+ AutoScalingConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingConfiguration(_, context), "AutoScalingConfiguration")
1608
1608
  });
1609
1609
  }, "de_UpdateDefaultAutoScalingConfigurationResponse");
1610
1610
  var de_UpdateServiceResponse = /* @__PURE__ */ __name((output, context) => {
1611
1611
  return (0, import_smithy_client.take)(output, {
1612
1612
  OperationId: import_smithy_client.expectString,
1613
- Service: (_) => de_Service(_, context)
1613
+ Service: /* @__PURE__ */ __name((_) => de_Service(_, context), "Service")
1614
1614
  });
1615
1615
  }, "de_UpdateServiceResponse");
1616
1616
  var de_UpdateVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
1617
1617
  return (0, import_smithy_client.take)(output, {
1618
- VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
1618
+ VpcIngressConnection: /* @__PURE__ */ __name((_) => de_VpcIngressConnection(_, context), "VpcIngressConnection")
1619
1619
  });
1620
1620
  }, "de_UpdateVpcIngressConnectionResponse");
1621
1621
  var de_VpcConnector = /* @__PURE__ */ __name((output, context) => {
1622
1622
  return (0, import_smithy_client.take)(output, {
1623
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1624
- DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1623
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1624
+ DeletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedAt"),
1625
1625
  SecurityGroups: import_smithy_client._json,
1626
1626
  Status: import_smithy_client.expectString,
1627
1627
  Subnets: import_smithy_client._json,
@@ -1639,8 +1639,8 @@ var de_VpcConnectors = /* @__PURE__ */ __name((output, context) => {
1639
1639
  var de_VpcIngressConnection = /* @__PURE__ */ __name((output, context) => {
1640
1640
  return (0, import_smithy_client.take)(output, {
1641
1641
  AccountId: import_smithy_client.expectString,
1642
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1643
- DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1642
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1643
+ DeletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedAt"),
1644
1644
  DomainName: import_smithy_client.expectString,
1645
1645
  IngressVpcConfiguration: import_smithy_client._json,
1646
1646
  ServiceArn: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-apprunner",
3
3
  "description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.772.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-apprunner",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",