@aws-sdk/client-ssm-contacts 3.758.0 → 3.774.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 +51 -51
  2. package/package.json +7 -7
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
  AcceptCodeValidation: () => AcceptCodeValidation,
25
25
  AcceptPageCommand: () => AcceptPageCommand,
26
26
  AcceptType: () => AcceptType,
@@ -93,7 +93,7 @@ __export(src_exports, {
93
93
  paginateListRotationShifts: () => paginateListRotationShifts,
94
94
  paginateListRotations: () => paginateListRotations
95
95
  });
96
- module.exports = __toCommonJS(src_exports);
96
+ module.exports = __toCommonJS(index_exports);
97
97
 
98
98
  // src/SSMContactsClient.ts
99
99
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -220,9 +220,9 @@ var SSMContactsClient = class extends import_smithy_client.Client {
220
220
  this.middlewareStack.use(
221
221
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
222
222
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSMContactsHttpAuthSchemeParametersProvider,
223
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
223
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
224
224
  "aws.auth#sigv4": config.credentials
225
- })
225
+ }), "identityProviderConfigProvider")
226
226
  })
227
227
  );
228
228
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1442,11 +1442,11 @@ var se_CreateContactRequest = /* @__PURE__ */ __name((input, context) => {
1442
1442
  }, "se_CreateContactRequest");
1443
1443
  var se_CreateRotationOverrideRequest = /* @__PURE__ */ __name((input, context) => {
1444
1444
  return (0, import_smithy_client.take)(input, {
1445
- EndTime: (_) => _.getTime() / 1e3,
1445
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1446
1446
  IdempotencyToken: [],
1447
1447
  NewContactIds: import_smithy_client._json,
1448
1448
  RotationId: [],
1449
- StartTime: (_) => _.getTime() / 1e3
1449
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1450
1450
  });
1451
1451
  }, "se_CreateRotationOverrideRequest");
1452
1452
  var se_CreateRotationRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1455,7 +1455,7 @@ var se_CreateRotationRequest = /* @__PURE__ */ __name((input, context) => {
1455
1455
  IdempotencyToken: [],
1456
1456
  Name: [],
1457
1457
  Recurrence: import_smithy_client._json,
1458
- StartTime: (_) => _.getTime() / 1e3,
1458
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime"),
1459
1459
  Tags: import_smithy_client._json,
1460
1460
  TimeZoneId: []
1461
1461
  });
@@ -1465,38 +1465,38 @@ var se_ListEngagementsRequest = /* @__PURE__ */ __name((input, context) => {
1465
1465
  IncidentId: [],
1466
1466
  MaxResults: [],
1467
1467
  NextToken: [],
1468
- TimeRangeValue: (_) => se_TimeRange(_, context)
1468
+ TimeRangeValue: /* @__PURE__ */ __name((_) => se_TimeRange(_, context), "TimeRangeValue")
1469
1469
  });
1470
1470
  }, "se_ListEngagementsRequest");
1471
1471
  var se_ListPreviewRotationShiftsRequest = /* @__PURE__ */ __name((input, context) => {
1472
1472
  return (0, import_smithy_client.take)(input, {
1473
- EndTime: (_) => _.getTime() / 1e3,
1473
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1474
1474
  MaxResults: [],
1475
1475
  Members: import_smithy_client._json,
1476
1476
  NextToken: [],
1477
- Overrides: (_) => se_OverrideList(_, context),
1477
+ Overrides: /* @__PURE__ */ __name((_) => se_OverrideList(_, context), "Overrides"),
1478
1478
  Recurrence: import_smithy_client._json,
1479
- RotationStartTime: (_) => _.getTime() / 1e3,
1480
- StartTime: (_) => _.getTime() / 1e3,
1479
+ RotationStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "RotationStartTime"),
1480
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime"),
1481
1481
  TimeZoneId: []
1482
1482
  });
1483
1483
  }, "se_ListPreviewRotationShiftsRequest");
1484
1484
  var se_ListRotationOverridesRequest = /* @__PURE__ */ __name((input, context) => {
1485
1485
  return (0, import_smithy_client.take)(input, {
1486
- EndTime: (_) => _.getTime() / 1e3,
1486
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1487
1487
  MaxResults: [],
1488
1488
  NextToken: [],
1489
1489
  RotationId: [],
1490
- StartTime: (_) => _.getTime() / 1e3
1490
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1491
1491
  });
1492
1492
  }, "se_ListRotationOverridesRequest");
1493
1493
  var se_ListRotationShiftsRequest = /* @__PURE__ */ __name((input, context) => {
1494
1494
  return (0, import_smithy_client.take)(input, {
1495
- EndTime: (_) => _.getTime() / 1e3,
1495
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1496
1496
  MaxResults: [],
1497
1497
  NextToken: [],
1498
1498
  RotationId: [],
1499
- StartTime: (_) => _.getTime() / 1e3
1499
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1500
1500
  });
1501
1501
  }, "se_ListRotationShiftsRequest");
1502
1502
  var se_OverrideList = /* @__PURE__ */ __name((input, context) => {
@@ -1506,9 +1506,9 @@ var se_OverrideList = /* @__PURE__ */ __name((input, context) => {
1506
1506
  }, "se_OverrideList");
1507
1507
  var se_PreviewOverride = /* @__PURE__ */ __name((input, context) => {
1508
1508
  return (0, import_smithy_client.take)(input, {
1509
- EndTime: (_) => _.getTime() / 1e3,
1509
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1510
1510
  NewMembers: import_smithy_client._json,
1511
- StartTime: (_) => _.getTime() / 1e3
1511
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1512
1512
  });
1513
1513
  }, "se_PreviewOverride");
1514
1514
  var se_StartEngagementRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1525,8 +1525,8 @@ var se_StartEngagementRequest = /* @__PURE__ */ __name((input, context) => {
1525
1525
  }, "se_StartEngagementRequest");
1526
1526
  var se_TimeRange = /* @__PURE__ */ __name((input, context) => {
1527
1527
  return (0, import_smithy_client.take)(input, {
1528
- EndTime: (_) => _.getTime() / 1e3,
1529
- StartTime: (_) => _.getTime() / 1e3
1528
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1529
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1530
1530
  });
1531
1531
  }, "se_TimeRange");
1532
1532
  var se_UpdateRotationRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1534,7 +1534,7 @@ var se_UpdateRotationRequest = /* @__PURE__ */ __name((input, context) => {
1534
1534
  ContactIds: import_smithy_client._json,
1535
1535
  Recurrence: import_smithy_client._json,
1536
1536
  RotationId: [],
1537
- StartTime: (_) => _.getTime() / 1e3,
1537
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime"),
1538
1538
  TimeZoneId: []
1539
1539
  });
1540
1540
  }, "se_UpdateRotationRequest");
@@ -1547,8 +1547,8 @@ var de_DescribeEngagementResult = /* @__PURE__ */ __name((output, context) => {
1547
1547
  PublicContent: import_smithy_client.expectString,
1548
1548
  PublicSubject: import_smithy_client.expectString,
1549
1549
  Sender: import_smithy_client.expectString,
1550
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1551
- StopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1550
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1551
+ StopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StopTime"),
1552
1552
  Subject: import_smithy_client.expectString
1553
1553
  });
1554
1554
  }, "de_DescribeEngagementResult");
@@ -1556,15 +1556,15 @@ var de_DescribePageResult = /* @__PURE__ */ __name((output, context) => {
1556
1556
  return (0, import_smithy_client.take)(output, {
1557
1557
  ContactArn: import_smithy_client.expectString,
1558
1558
  Content: import_smithy_client.expectString,
1559
- DeliveryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1559
+ DeliveryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeliveryTime"),
1560
1560
  EngagementArn: import_smithy_client.expectString,
1561
1561
  IncidentId: import_smithy_client.expectString,
1562
1562
  PageArn: import_smithy_client.expectString,
1563
1563
  PublicContent: import_smithy_client.expectString,
1564
1564
  PublicSubject: import_smithy_client.expectString,
1565
- ReadTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1565
+ ReadTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadTime"),
1566
1566
  Sender: import_smithy_client.expectString,
1567
- SentTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1567
+ SentTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SentTime"),
1568
1568
  Subject: import_smithy_client.expectString
1569
1569
  });
1570
1570
  }, "de_DescribePageResult");
@@ -1574,8 +1574,8 @@ var de_Engagement = /* @__PURE__ */ __name((output, context) => {
1574
1574
  EngagementArn: import_smithy_client.expectString,
1575
1575
  IncidentId: import_smithy_client.expectString,
1576
1576
  Sender: import_smithy_client.expectString,
1577
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1578
- StopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1577
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1578
+ StopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StopTime")
1579
1579
  });
1580
1580
  }, "de_Engagement");
1581
1581
  var de_EngagementsList = /* @__PURE__ */ __name((output, context) => {
@@ -1586,12 +1586,12 @@ var de_EngagementsList = /* @__PURE__ */ __name((output, context) => {
1586
1586
  }, "de_EngagementsList");
1587
1587
  var de_GetRotationOverrideResult = /* @__PURE__ */ __name((output, context) => {
1588
1588
  return (0, import_smithy_client.take)(output, {
1589
- CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1590
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1589
+ CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
1590
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
1591
1591
  NewContactIds: import_smithy_client._json,
1592
1592
  RotationArn: import_smithy_client.expectString,
1593
1593
  RotationOverrideId: import_smithy_client.expectString,
1594
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1594
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
1595
1595
  });
1596
1596
  }, "de_GetRotationOverrideResult");
1597
1597
  var de_GetRotationResult = /* @__PURE__ */ __name((output, context) => {
@@ -1600,68 +1600,68 @@ var de_GetRotationResult = /* @__PURE__ */ __name((output, context) => {
1600
1600
  Name: import_smithy_client.expectString,
1601
1601
  Recurrence: import_smithy_client._json,
1602
1602
  RotationArn: import_smithy_client.expectString,
1603
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1603
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1604
1604
  TimeZoneId: import_smithy_client.expectString
1605
1605
  });
1606
1606
  }, "de_GetRotationResult");
1607
1607
  var de_ListEngagementsResult = /* @__PURE__ */ __name((output, context) => {
1608
1608
  return (0, import_smithy_client.take)(output, {
1609
- Engagements: (_) => de_EngagementsList(_, context),
1609
+ Engagements: /* @__PURE__ */ __name((_) => de_EngagementsList(_, context), "Engagements"),
1610
1610
  NextToken: import_smithy_client.expectString
1611
1611
  });
1612
1612
  }, "de_ListEngagementsResult");
1613
1613
  var de_ListPageReceiptsResult = /* @__PURE__ */ __name((output, context) => {
1614
1614
  return (0, import_smithy_client.take)(output, {
1615
1615
  NextToken: import_smithy_client.expectString,
1616
- Receipts: (_) => de_ReceiptsList(_, context)
1616
+ Receipts: /* @__PURE__ */ __name((_) => de_ReceiptsList(_, context), "Receipts")
1617
1617
  });
1618
1618
  }, "de_ListPageReceiptsResult");
1619
1619
  var de_ListPagesByContactResult = /* @__PURE__ */ __name((output, context) => {
1620
1620
  return (0, import_smithy_client.take)(output, {
1621
1621
  NextToken: import_smithy_client.expectString,
1622
- Pages: (_) => de_PagesList(_, context)
1622
+ Pages: /* @__PURE__ */ __name((_) => de_PagesList(_, context), "Pages")
1623
1623
  });
1624
1624
  }, "de_ListPagesByContactResult");
1625
1625
  var de_ListPagesByEngagementResult = /* @__PURE__ */ __name((output, context) => {
1626
1626
  return (0, import_smithy_client.take)(output, {
1627
1627
  NextToken: import_smithy_client.expectString,
1628
- Pages: (_) => de_PagesList(_, context)
1628
+ Pages: /* @__PURE__ */ __name((_) => de_PagesList(_, context), "Pages")
1629
1629
  });
1630
1630
  }, "de_ListPagesByEngagementResult");
1631
1631
  var de_ListPreviewRotationShiftsResult = /* @__PURE__ */ __name((output, context) => {
1632
1632
  return (0, import_smithy_client.take)(output, {
1633
1633
  NextToken: import_smithy_client.expectString,
1634
- RotationShifts: (_) => de_RotationShifts(_, context)
1634
+ RotationShifts: /* @__PURE__ */ __name((_) => de_RotationShifts(_, context), "RotationShifts")
1635
1635
  });
1636
1636
  }, "de_ListPreviewRotationShiftsResult");
1637
1637
  var de_ListRotationOverridesResult = /* @__PURE__ */ __name((output, context) => {
1638
1638
  return (0, import_smithy_client.take)(output, {
1639
1639
  NextToken: import_smithy_client.expectString,
1640
- RotationOverrides: (_) => de_RotationOverrides(_, context)
1640
+ RotationOverrides: /* @__PURE__ */ __name((_) => de_RotationOverrides(_, context), "RotationOverrides")
1641
1641
  });
1642
1642
  }, "de_ListRotationOverridesResult");
1643
1643
  var de_ListRotationShiftsResult = /* @__PURE__ */ __name((output, context) => {
1644
1644
  return (0, import_smithy_client.take)(output, {
1645
1645
  NextToken: import_smithy_client.expectString,
1646
- RotationShifts: (_) => de_RotationShifts(_, context)
1646
+ RotationShifts: /* @__PURE__ */ __name((_) => de_RotationShifts(_, context), "RotationShifts")
1647
1647
  });
1648
1648
  }, "de_ListRotationShiftsResult");
1649
1649
  var de_ListRotationsResult = /* @__PURE__ */ __name((output, context) => {
1650
1650
  return (0, import_smithy_client.take)(output, {
1651
1651
  NextToken: import_smithy_client.expectString,
1652
- Rotations: (_) => de_Rotations(_, context)
1652
+ Rotations: /* @__PURE__ */ __name((_) => de_Rotations(_, context), "Rotations")
1653
1653
  });
1654
1654
  }, "de_ListRotationsResult");
1655
1655
  var de_Page = /* @__PURE__ */ __name((output, context) => {
1656
1656
  return (0, import_smithy_client.take)(output, {
1657
1657
  ContactArn: import_smithy_client.expectString,
1658
- DeliveryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1658
+ DeliveryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeliveryTime"),
1659
1659
  EngagementArn: import_smithy_client.expectString,
1660
1660
  IncidentId: import_smithy_client.expectString,
1661
1661
  PageArn: import_smithy_client.expectString,
1662
- ReadTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1662
+ ReadTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadTime"),
1663
1663
  Sender: import_smithy_client.expectString,
1664
- SentTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1664
+ SentTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SentTime")
1665
1665
  });
1666
1666
  }, "de_Page");
1667
1667
  var de_PagesList = /* @__PURE__ */ __name((output, context) => {
@@ -1674,7 +1674,7 @@ var de_Receipt = /* @__PURE__ */ __name((output, context) => {
1674
1674
  return (0, import_smithy_client.take)(output, {
1675
1675
  ContactChannelArn: import_smithy_client.expectString,
1676
1676
  ReceiptInfo: import_smithy_client.expectString,
1677
- ReceiptTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1677
+ ReceiptTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReceiptTime"),
1678
1678
  ReceiptType: import_smithy_client.expectString
1679
1679
  });
1680
1680
  }, "de_Receipt");
@@ -1690,17 +1690,17 @@ var de_Rotation = /* @__PURE__ */ __name((output, context) => {
1690
1690
  Name: import_smithy_client.expectString,
1691
1691
  Recurrence: import_smithy_client._json,
1692
1692
  RotationArn: import_smithy_client.expectString,
1693
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1693
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1694
1694
  TimeZoneId: import_smithy_client.expectString
1695
1695
  });
1696
1696
  }, "de_Rotation");
1697
1697
  var de_RotationOverride = /* @__PURE__ */ __name((output, context) => {
1698
1698
  return (0, import_smithy_client.take)(output, {
1699
- CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1700
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1699
+ CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
1700
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
1701
1701
  NewContactIds: import_smithy_client._json,
1702
1702
  RotationOverrideId: import_smithy_client.expectString,
1703
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1703
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
1704
1704
  });
1705
1705
  }, "de_RotationOverride");
1706
1706
  var de_RotationOverrides = /* @__PURE__ */ __name((output, context) => {
@@ -1718,9 +1718,9 @@ var de_Rotations = /* @__PURE__ */ __name((output, context) => {
1718
1718
  var de_RotationShift = /* @__PURE__ */ __name((output, context) => {
1719
1719
  return (0, import_smithy_client.take)(output, {
1720
1720
  ContactIds: import_smithy_client._json,
1721
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1721
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
1722
1722
  ShiftDetails: import_smithy_client._json,
1723
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1723
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1724
1724
  Type: import_smithy_client.expectString
1725
1725
  });
1726
1726
  }, "de_RotationShift");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-contacts",
3
3
  "description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.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-ssm-contacts",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",