@aws-sdk/client-direct-connect 3.496.0 → 3.499.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 +24 -23
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4448,8 +4448,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4448
4448
  // Annotate the CommonJS export names for ESM import in node:
4449
4449
 
4450
4450
  0 && (module.exports = {
4451
+ DirectConnectServiceException,
4452
+ __Client,
4453
+ DirectConnectClient,
4454
+ DirectConnect,
4455
+ $Command,
4451
4456
  AcceptDirectConnectGatewayAssociationProposalCommand,
4452
- AddressFamily,
4453
4457
  AllocateConnectionOnInterconnectCommand,
4454
4458
  AllocateHostedConnectionCommand,
4455
4459
  AllocatePrivateVirtualInterfaceCommand,
@@ -4459,14 +4463,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4459
4463
  AssociateHostedConnectionCommand,
4460
4464
  AssociateMacSecKeyCommand,
4461
4465
  AssociateVirtualInterfaceCommand,
4462
- BGPPeerState,
4463
- BGPStatus,
4464
4466
  ConfirmConnectionCommand,
4465
4467
  ConfirmCustomerAgreementCommand,
4466
4468
  ConfirmPrivateVirtualInterfaceCommand,
4467
4469
  ConfirmPublicVirtualInterfaceCommand,
4468
4470
  ConfirmTransitVirtualInterfaceCommand,
4469
- ConnectionState,
4470
4471
  CreateBGPPeerCommand,
4471
4472
  CreateConnectionCommand,
4472
4473
  CreateDirectConnectGatewayAssociationCommand,
@@ -4503,37 +4504,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4503
4504
  DescribeTagsCommand,
4504
4505
  DescribeVirtualGatewaysCommand,
4505
4506
  DescribeVirtualInterfacesCommand,
4506
- DirectConnect,
4507
- DirectConnectClient,
4508
- DirectConnectClientException,
4509
- DirectConnectGatewayAssociationProposalState,
4510
- DirectConnectGatewayAssociationState,
4511
- DirectConnectGatewayAttachmentState,
4512
- DirectConnectGatewayAttachmentType,
4513
- DirectConnectGatewayState,
4514
- DirectConnectServerException,
4515
- DirectConnectServiceException,
4516
4507
  DisassociateConnectionFromLagCommand,
4517
4508
  DisassociateMacSecKeyCommand,
4518
- DuplicateTagKeysException,
4519
- GatewayType,
4520
- HasLogicalRedundancy,
4521
- InterconnectState,
4522
- LagState,
4523
4509
  ListVirtualInterfaceTestHistoryCommand,
4524
- LoaContentType,
4525
- NniPartnerType,
4526
4510
  StartBgpFailoverTestCommand,
4527
4511
  StopBgpFailoverTestCommand,
4528
4512
  TagResourceCommand,
4529
- TooManyTagsException,
4530
4513
  UntagResourceCommand,
4531
4514
  UpdateConnectionCommand,
4532
4515
  UpdateDirectConnectGatewayAssociationCommand,
4533
4516
  UpdateDirectConnectGatewayCommand,
4534
4517
  UpdateLagCommand,
4535
4518
  UpdateVirtualInterfaceAttributesCommand,
4519
+ GatewayType,
4520
+ DirectConnectGatewayAssociationState,
4521
+ DirectConnectClientException,
4522
+ DirectConnectServerException,
4523
+ AddressFamily,
4524
+ ConnectionState,
4525
+ HasLogicalRedundancy,
4526
+ DuplicateTagKeysException,
4527
+ TooManyTagsException,
4528
+ BGPPeerState,
4529
+ BGPStatus,
4536
4530
  VirtualInterfaceState,
4537
- __Client
4531
+ DirectConnectGatewayState,
4532
+ DirectConnectGatewayAssociationProposalState,
4533
+ InterconnectState,
4534
+ LagState,
4535
+ LoaContentType,
4536
+ NniPartnerType,
4537
+ DirectConnectGatewayAttachmentState,
4538
+ DirectConnectGatewayAttachmentType
4538
4539
  });
4539
4540
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",