@aws-sdk/client-direct-connect 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 +18 -18
  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
  AcceptDirectConnectGatewayAssociationProposalCommand: () => AcceptDirectConnectGatewayAssociationProposalCommand,
25
25
  AddressFamily: () => AddressFamily,
26
26
  AllocateConnectionOnInterconnectCommand: () => AllocateConnectionOnInterconnectCommand,
@@ -109,7 +109,7 @@ __export(src_exports, {
109
109
  VirtualInterfaceState: () => VirtualInterfaceState,
110
110
  __Client: () => import_smithy_client.Client
111
111
  });
112
- module.exports = __toCommonJS(src_exports);
112
+ module.exports = __toCommonJS(index_exports);
113
113
 
114
114
  // src/DirectConnectClient.ts
115
115
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -236,9 +236,9 @@ var DirectConnectClient = class extends import_smithy_client.Client {
236
236
  this.middlewareStack.use(
237
237
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
238
238
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDirectConnectHttpAuthSchemeParametersProvider,
239
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
239
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
240
240
  "aws.auth#sigv4": config.credentials
241
- })
241
+ }), "identityProviderConfigProvider")
242
242
  })
243
243
  );
244
244
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1728,7 +1728,7 @@ var de_Connection = /* @__PURE__ */ __name((output, context) => {
1728
1728
  hasLogicalRedundancy: import_smithy_client.expectString,
1729
1729
  jumboFrameCapable: import_smithy_client.expectBoolean,
1730
1730
  lagId: import_smithy_client.expectString,
1731
- loaIssueTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1731
+ loaIssueTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "loaIssueTime"),
1732
1732
  location: import_smithy_client.expectString,
1733
1733
  macSecCapable: import_smithy_client.expectBoolean,
1734
1734
  macSecKeys: import_smithy_client._json,
@@ -1749,17 +1749,17 @@ var de_ConnectionList = /* @__PURE__ */ __name((output, context) => {
1749
1749
  }, "de_ConnectionList");
1750
1750
  var de_Connections = /* @__PURE__ */ __name((output, context) => {
1751
1751
  return (0, import_smithy_client.take)(output, {
1752
- connections: (_) => de_ConnectionList(_, context)
1752
+ connections: /* @__PURE__ */ __name((_) => de_ConnectionList(_, context), "connections")
1753
1753
  });
1754
1754
  }, "de_Connections");
1755
1755
  var de_DescribeConnectionLoaResponse = /* @__PURE__ */ __name((output, context) => {
1756
1756
  return (0, import_smithy_client.take)(output, {
1757
- loa: (_) => de_Loa(_, context)
1757
+ loa: /* @__PURE__ */ __name((_) => de_Loa(_, context), "loa")
1758
1758
  });
1759
1759
  }, "de_DescribeConnectionLoaResponse");
1760
1760
  var de_DescribeInterconnectLoaResponse = /* @__PURE__ */ __name((output, context) => {
1761
1761
  return (0, import_smithy_client.take)(output, {
1762
- loa: (_) => de_Loa(_, context)
1762
+ loa: /* @__PURE__ */ __name((_) => de_Loa(_, context), "loa")
1763
1763
  });
1764
1764
  }, "de_DescribeInterconnectLoaResponse");
1765
1765
  var de_Interconnect = /* @__PURE__ */ __name((output, context) => {
@@ -1774,7 +1774,7 @@ var de_Interconnect = /* @__PURE__ */ __name((output, context) => {
1774
1774
  interconnectState: import_smithy_client.expectString,
1775
1775
  jumboFrameCapable: import_smithy_client.expectBoolean,
1776
1776
  lagId: import_smithy_client.expectString,
1777
- loaIssueTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1777
+ loaIssueTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "loaIssueTime"),
1778
1778
  location: import_smithy_client.expectString,
1779
1779
  providerName: import_smithy_client.expectString,
1780
1780
  region: import_smithy_client.expectString,
@@ -1789,7 +1789,7 @@ var de_InterconnectList = /* @__PURE__ */ __name((output, context) => {
1789
1789
  }, "de_InterconnectList");
1790
1790
  var de_Interconnects = /* @__PURE__ */ __name((output, context) => {
1791
1791
  return (0, import_smithy_client.take)(output, {
1792
- interconnects: (_) => de_InterconnectList(_, context)
1792
+ interconnects: /* @__PURE__ */ __name((_) => de_InterconnectList(_, context), "interconnects")
1793
1793
  });
1794
1794
  }, "de_Interconnects");
1795
1795
  var de_Lag = /* @__PURE__ */ __name((output, context) => {
@@ -1798,7 +1798,7 @@ var de_Lag = /* @__PURE__ */ __name((output, context) => {
1798
1798
  awsDevice: import_smithy_client.expectString,
1799
1799
  awsDeviceV2: import_smithy_client.expectString,
1800
1800
  awsLogicalDeviceId: import_smithy_client.expectString,
1801
- connections: (_) => de_ConnectionList(_, context),
1801
+ connections: /* @__PURE__ */ __name((_) => de_ConnectionList(_, context), "connections"),
1802
1802
  connectionsBandwidth: import_smithy_client.expectString,
1803
1803
  encryptionMode: import_smithy_client.expectString,
1804
1804
  hasLogicalRedundancy: import_smithy_client.expectString,
@@ -1825,13 +1825,13 @@ var de_LagList = /* @__PURE__ */ __name((output, context) => {
1825
1825
  }, "de_LagList");
1826
1826
  var de_Lags = /* @__PURE__ */ __name((output, context) => {
1827
1827
  return (0, import_smithy_client.take)(output, {
1828
- lags: (_) => de_LagList(_, context)
1828
+ lags: /* @__PURE__ */ __name((_) => de_LagList(_, context), "lags")
1829
1829
  });
1830
1830
  }, "de_Lags");
1831
1831
  var de_ListVirtualInterfaceTestHistoryResponse = /* @__PURE__ */ __name((output, context) => {
1832
1832
  return (0, import_smithy_client.take)(output, {
1833
1833
  nextToken: import_smithy_client.expectString,
1834
- virtualInterfaceTestHistory: (_) => de_VirtualInterfaceTestHistoryList(_, context)
1834
+ virtualInterfaceTestHistory: /* @__PURE__ */ __name((_) => de_VirtualInterfaceTestHistoryList(_, context), "virtualInterfaceTestHistory")
1835
1835
  });
1836
1836
  }, "de_ListVirtualInterfaceTestHistoryResponse");
1837
1837
  var de_Loa = /* @__PURE__ */ __name((output, context) => {
@@ -1842,20 +1842,20 @@ var de_Loa = /* @__PURE__ */ __name((output, context) => {
1842
1842
  }, "de_Loa");
1843
1843
  var de_StartBgpFailoverTestResponse = /* @__PURE__ */ __name((output, context) => {
1844
1844
  return (0, import_smithy_client.take)(output, {
1845
- virtualInterfaceTest: (_) => de_VirtualInterfaceTestHistory(_, context)
1845
+ virtualInterfaceTest: /* @__PURE__ */ __name((_) => de_VirtualInterfaceTestHistory(_, context), "virtualInterfaceTest")
1846
1846
  });
1847
1847
  }, "de_StartBgpFailoverTestResponse");
1848
1848
  var de_StopBgpFailoverTestResponse = /* @__PURE__ */ __name((output, context) => {
1849
1849
  return (0, import_smithy_client.take)(output, {
1850
- virtualInterfaceTest: (_) => de_VirtualInterfaceTestHistory(_, context)
1850
+ virtualInterfaceTest: /* @__PURE__ */ __name((_) => de_VirtualInterfaceTestHistory(_, context), "virtualInterfaceTest")
1851
1851
  });
1852
1852
  }, "de_StopBgpFailoverTestResponse");
1853
1853
  var de_VirtualInterfaceTestHistory = /* @__PURE__ */ __name((output, context) => {
1854
1854
  return (0, import_smithy_client.take)(output, {
1855
1855
  bgpPeers: import_smithy_client._json,
1856
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1856
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
1857
1857
  ownerAccount: import_smithy_client.expectString,
1858
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1858
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
1859
1859
  status: import_smithy_client.expectString,
1860
1860
  testDurationInMinutes: import_smithy_client.expectInt32,
1861
1861
  testId: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-direct-connect",
3
3
  "description": "AWS SDK for JavaScript Direct Connect 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-direct-connect",
@@ -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",