@aws-sdk/client-direct-connect 3.28.0 → 3.32.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/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-direct-connect
9
+
10
+
11
+
12
+
13
+
14
+ # [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-direct-connect
17
+
18
+
19
+
20
+
21
+
22
+ # [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-direct-connect
25
+
26
+
27
+
28
+
29
+
30
+ # [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02)
31
+
32
+ **Note:** Version bump only for package @aws-sdk/client-direct-connect
33
+
34
+
35
+
36
+
37
+
6
38
  # [3.28.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.27.0...v3.28.0) (2021-08-27)
7
39
 
8
40
 
@@ -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.28.0",
4
+ "version": "3.32.0",
5
5
  "scripts": {
6
6
  "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
7
  "build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,45 +27,45 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.0.0",
29
29
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.28.0",
31
- "@aws-sdk/config-resolver": "3.28.0",
32
- "@aws-sdk/credential-provider-node": "3.28.0",
33
- "@aws-sdk/fetch-http-handler": "3.25.0",
34
- "@aws-sdk/hash-node": "3.25.0",
35
- "@aws-sdk/invalid-dependency": "3.25.0",
36
- "@aws-sdk/middleware-content-length": "3.25.0",
37
- "@aws-sdk/middleware-host-header": "3.25.0",
38
- "@aws-sdk/middleware-logger": "3.25.0",
39
- "@aws-sdk/middleware-retry": "3.28.0",
40
- "@aws-sdk/middleware-serde": "3.25.0",
41
- "@aws-sdk/middleware-signing": "3.28.0",
42
- "@aws-sdk/middleware-stack": "3.25.0",
43
- "@aws-sdk/middleware-user-agent": "3.25.0",
44
- "@aws-sdk/node-config-provider": "3.28.0",
45
- "@aws-sdk/node-http-handler": "3.25.0",
46
- "@aws-sdk/protocol-http": "3.25.0",
47
- "@aws-sdk/smithy-client": "3.28.0",
48
- "@aws-sdk/types": "3.25.0",
49
- "@aws-sdk/url-parser": "3.25.0",
50
- "@aws-sdk/util-base64-browser": "3.23.0",
51
- "@aws-sdk/util-base64-node": "3.23.0",
52
- "@aws-sdk/util-body-length-browser": "3.23.0",
53
- "@aws-sdk/util-body-length-node": "3.23.0",
54
- "@aws-sdk/util-user-agent-browser": "3.25.0",
55
- "@aws-sdk/util-user-agent-node": "3.28.0",
56
- "@aws-sdk/util-utf8-browser": "3.23.0",
57
- "@aws-sdk/util-utf8-node": "3.23.0",
30
+ "@aws-sdk/client-sts": "3.32.0",
31
+ "@aws-sdk/config-resolver": "3.32.0",
32
+ "@aws-sdk/credential-provider-node": "3.32.0",
33
+ "@aws-sdk/fetch-http-handler": "3.32.0",
34
+ "@aws-sdk/hash-node": "3.32.0",
35
+ "@aws-sdk/invalid-dependency": "3.32.0",
36
+ "@aws-sdk/middleware-content-length": "3.32.0",
37
+ "@aws-sdk/middleware-host-header": "3.32.0",
38
+ "@aws-sdk/middleware-logger": "3.32.0",
39
+ "@aws-sdk/middleware-retry": "3.32.0",
40
+ "@aws-sdk/middleware-serde": "3.32.0",
41
+ "@aws-sdk/middleware-signing": "3.32.0",
42
+ "@aws-sdk/middleware-stack": "3.32.0",
43
+ "@aws-sdk/middleware-user-agent": "3.32.0",
44
+ "@aws-sdk/node-config-provider": "3.32.0",
45
+ "@aws-sdk/node-http-handler": "3.32.0",
46
+ "@aws-sdk/protocol-http": "3.32.0",
47
+ "@aws-sdk/smithy-client": "3.32.0",
48
+ "@aws-sdk/types": "3.32.0",
49
+ "@aws-sdk/url-parser": "3.32.0",
50
+ "@aws-sdk/util-base64-browser": "3.32.0",
51
+ "@aws-sdk/util-base64-node": "3.32.0",
52
+ "@aws-sdk/util-body-length-browser": "3.32.0",
53
+ "@aws-sdk/util-body-length-node": "3.32.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.32.0",
55
+ "@aws-sdk/util-user-agent-node": "3.32.0",
56
+ "@aws-sdk/util-utf8-browser": "3.32.0",
57
+ "@aws-sdk/util-utf8-node": "3.32.0",
58
58
  "tslib": "^2.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-sdk/client-documentation-generator": "3.23.0",
61
+ "@aws-sdk/client-documentation-generator": "3.32.0",
62
62
  "@types/node": "^12.7.5",
63
63
  "downlevel-dts": "0.7.0",
64
64
  "jest": "^26.1.0",
65
65
  "rimraf": "^3.0.0",
66
66
  "ts-jest": "^26.4.1",
67
67
  "typedoc": "^0.19.2",
68
- "typescript": "~4.3.2"
68
+ "typescript": "~4.3.5"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=10.0.0"
@@ -4776,7 +4776,7 @@ const deserializeAws_json1_1BGPPeer = (output, context) => {
4776
4776
  return {
4777
4777
  addressFamily: smithy_client_1.expectString(output.addressFamily),
4778
4778
  amazonAddress: smithy_client_1.expectString(output.amazonAddress),
4779
- asn: smithy_client_1.expectInt(output.asn),
4779
+ asn: smithy_client_1.expectInt32(output.asn),
4780
4780
  authKey: smithy_client_1.expectString(output.authKey),
4781
4781
  awsDeviceV2: smithy_client_1.expectString(output.awsDeviceV2),
4782
4782
  awsLogicalDeviceId: smithy_client_1.expectString(output.awsLogicalDeviceId),
@@ -4840,7 +4840,7 @@ const deserializeAws_json1_1Connection = (output, context) => {
4840
4840
  jumboFrameCapable: smithy_client_1.expectBoolean(output.jumboFrameCapable),
4841
4841
  lagId: smithy_client_1.expectString(output.lagId),
4842
4842
  loaIssueTime: output.loaIssueTime !== undefined && output.loaIssueTime !== null
4843
- ? new Date(Math.round(output.loaIssueTime * 1000))
4843
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.loaIssueTime)))
4844
4844
  : undefined,
4845
4845
  location: smithy_client_1.expectString(output.location),
4846
4846
  macSecCapable: smithy_client_1.expectBoolean(output.macSecCapable),
@@ -4855,7 +4855,7 @@ const deserializeAws_json1_1Connection = (output, context) => {
4855
4855
  tags: output.tags !== undefined && output.tags !== null
4856
4856
  ? deserializeAws_json1_1TagList(output.tags, context)
4857
4857
  : undefined,
4858
- vlan: smithy_client_1.expectInt(output.vlan),
4858
+ vlan: smithy_client_1.expectInt32(output.vlan),
4859
4859
  };
4860
4860
  };
4861
4861
  const deserializeAws_json1_1ConnectionList = (output, context) => {
@@ -5007,7 +5007,7 @@ const deserializeAws_json1_1DirectConnectClientException = (output, context) =>
5007
5007
  };
5008
5008
  const deserializeAws_json1_1DirectConnectGateway = (output, context) => {
5009
5009
  return {
5010
- amazonSideAsn: smithy_client_1.expectInt(output.amazonSideAsn),
5010
+ amazonSideAsn: smithy_client_1.expectLong(output.amazonSideAsn),
5011
5011
  directConnectGatewayId: smithy_client_1.expectString(output.directConnectGatewayId),
5012
5012
  directConnectGatewayName: smithy_client_1.expectString(output.directConnectGatewayName),
5013
5013
  directConnectGatewayState: smithy_client_1.expectString(output.directConnectGatewayState),
@@ -5135,7 +5135,7 @@ const deserializeAws_json1_1Interconnect = (output, context) => {
5135
5135
  jumboFrameCapable: smithy_client_1.expectBoolean(output.jumboFrameCapable),
5136
5136
  lagId: smithy_client_1.expectString(output.lagId),
5137
5137
  loaIssueTime: output.loaIssueTime !== undefined && output.loaIssueTime !== null
5138
- ? new Date(Math.round(output.loaIssueTime * 1000))
5138
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.loaIssueTime)))
5139
5139
  : undefined,
5140
5140
  location: smithy_client_1.expectString(output.location),
5141
5141
  providerName: smithy_client_1.expectString(output.providerName),
@@ -5183,8 +5183,8 @@ const deserializeAws_json1_1Lag = (output, context) => {
5183
5183
  macSecKeys: output.macSecKeys !== undefined && output.macSecKeys !== null
5184
5184
  ? deserializeAws_json1_1MacSecKeyList(output.macSecKeys, context)
5185
5185
  : undefined,
5186
- minimumLinks: smithy_client_1.expectInt(output.minimumLinks),
5187
- numberOfConnections: smithy_client_1.expectInt(output.numberOfConnections),
5186
+ minimumLinks: smithy_client_1.expectInt32(output.minimumLinks),
5187
+ numberOfConnections: smithy_client_1.expectInt32(output.numberOfConnections),
5188
5188
  ownerAccount: smithy_client_1.expectString(output.ownerAccount),
5189
5189
  providerName: smithy_client_1.expectString(output.providerName),
5190
5190
  region: smithy_client_1.expectString(output.region),
@@ -5395,8 +5395,8 @@ const deserializeAws_json1_1VirtualInterface = (output, context) => {
5395
5395
  return {
5396
5396
  addressFamily: smithy_client_1.expectString(output.addressFamily),
5397
5397
  amazonAddress: smithy_client_1.expectString(output.amazonAddress),
5398
- amazonSideAsn: smithy_client_1.expectInt(output.amazonSideAsn),
5399
- asn: smithy_client_1.expectInt(output.asn),
5398
+ amazonSideAsn: smithy_client_1.expectLong(output.amazonSideAsn),
5399
+ asn: smithy_client_1.expectInt32(output.asn),
5400
5400
  authKey: smithy_client_1.expectString(output.authKey),
5401
5401
  awsDeviceV2: smithy_client_1.expectString(output.awsDeviceV2),
5402
5402
  awsLogicalDeviceId: smithy_client_1.expectString(output.awsLogicalDeviceId),
@@ -5409,7 +5409,7 @@ const deserializeAws_json1_1VirtualInterface = (output, context) => {
5409
5409
  directConnectGatewayId: smithy_client_1.expectString(output.directConnectGatewayId),
5410
5410
  jumboFrameCapable: smithy_client_1.expectBoolean(output.jumboFrameCapable),
5411
5411
  location: smithy_client_1.expectString(output.location),
5412
- mtu: smithy_client_1.expectInt(output.mtu),
5412
+ mtu: smithy_client_1.expectInt32(output.mtu),
5413
5413
  ownerAccount: smithy_client_1.expectString(output.ownerAccount),
5414
5414
  region: smithy_client_1.expectString(output.region),
5415
5415
  routeFilterPrefixes: output.routeFilterPrefixes !== undefined && output.routeFilterPrefixes !== null
@@ -5423,7 +5423,7 @@ const deserializeAws_json1_1VirtualInterface = (output, context) => {
5423
5423
  virtualInterfaceName: smithy_client_1.expectString(output.virtualInterfaceName),
5424
5424
  virtualInterfaceState: smithy_client_1.expectString(output.virtualInterfaceState),
5425
5425
  virtualInterfaceType: smithy_client_1.expectString(output.virtualInterfaceType),
5426
- vlan: smithy_client_1.expectInt(output.vlan),
5426
+ vlan: smithy_client_1.expectInt32(output.vlan),
5427
5427
  };
5428
5428
  };
5429
5429
  const deserializeAws_json1_1VirtualInterfaceList = (output, context) => {
@@ -5448,13 +5448,15 @@ const deserializeAws_json1_1VirtualInterfaceTestHistory = (output, context) => {
5448
5448
  bgpPeers: output.bgpPeers !== undefined && output.bgpPeers !== null
5449
5449
  ? deserializeAws_json1_1BGPPeerIdList(output.bgpPeers, context)
5450
5450
  : undefined,
5451
- endTime: output.endTime !== undefined && output.endTime !== null ? new Date(Math.round(output.endTime * 1000)) : undefined,
5451
+ endTime: output.endTime !== undefined && output.endTime !== null
5452
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
5453
+ : undefined,
5452
5454
  ownerAccount: smithy_client_1.expectString(output.ownerAccount),
5453
5455
  startTime: output.startTime !== undefined && output.startTime !== null
5454
- ? new Date(Math.round(output.startTime * 1000))
5456
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
5455
5457
  : undefined,
5456
5458
  status: smithy_client_1.expectString(output.status),
5457
- testDurationInMinutes: smithy_client_1.expectInt(output.testDurationInMinutes),
5459
+ testDurationInMinutes: smithy_client_1.expectInt32(output.testDurationInMinutes),
5458
5460
  testId: smithy_client_1.expectString(output.testId),
5459
5461
  virtualInterfaceId: smithy_client_1.expectString(output.virtualInterfaceId),
5460
5462
  };