@aws-sdk/client-direct-connect 3.278.0 → 3.281.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 (65) hide show
  1. package/README.md +507 -0
  2. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +6 -0
  3. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +6 -0
  4. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +6 -0
  5. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +6 -0
  6. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -0
  7. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +6 -0
  8. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +6 -0
  9. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +6 -0
  10. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +6 -0
  11. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +6 -0
  12. package/dist-types/commands/ConfirmConnectionCommand.d.ts +6 -0
  13. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +6 -0
  14. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +6 -0
  15. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +6 -0
  16. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateBGPPeerCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +6 -0
  20. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +6 -0
  22. package/dist-types/commands/CreateInterconnectCommand.d.ts +6 -0
  23. package/dist-types/commands/CreateLagCommand.d.ts +6 -0
  24. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +6 -0
  25. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -0
  26. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +6 -0
  32. package/dist-types/commands/DeleteInterconnectCommand.d.ts +6 -0
  33. package/dist-types/commands/DeleteLagCommand.d.ts +6 -0
  34. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +6 -0
  43. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +6 -0
  46. package/dist-types/commands/DescribeLagsCommand.d.ts +6 -0
  47. package/dist-types/commands/DescribeLoaCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeLocationsCommand.d.ts +6 -0
  49. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +6 -0
  50. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  51. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +6 -0
  52. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +6 -0
  53. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +6 -0
  54. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +6 -0
  55. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +6 -0
  56. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +6 -0
  57. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +6 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateLagCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +6 -0
  65. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { Locations } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLocationsCommand}.
8
+ */
6
9
  export interface DescribeLocationsCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLocationsCommand}.
13
+ */
8
14
  export interface DescribeLocationsCommandOutput extends Locations, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeRouterConfigurationCommand}.
8
+ */
6
9
  export interface DescribeRouterConfigurationCommandInput extends DescribeRouterConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeRouterConfigurationCommand}.
13
+ */
8
14
  export interface DescribeRouterConfigurationCommandOutput extends DescribeRouterConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTagsCommand}.
8
+ */
6
9
  export interface DescribeTagsCommandInput extends DescribeTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTagsCommand}.
13
+ */
8
14
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { VirtualGateways } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeVirtualGatewaysCommand}.
8
+ */
6
9
  export interface DescribeVirtualGatewaysCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeVirtualGatewaysCommand}.
13
+ */
8
14
  export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { DescribeVirtualInterfacesRequest, VirtualInterfaces } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeVirtualInterfacesCommand}.
8
+ */
6
9
  export interface DescribeVirtualInterfacesCommandInput extends DescribeVirtualInterfacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeVirtualInterfacesCommand}.
13
+ */
8
14
  export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterfaces, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { Connection, DisassociateConnectionFromLagRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateConnectionFromLagCommand}.
8
+ */
6
9
  export interface DisassociateConnectionFromLagCommandInput extends DisassociateConnectionFromLagRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateConnectionFromLagCommand}.
13
+ */
8
14
  export interface DisassociateConnectionFromLagCommandOutput extends Connection, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { DisassociateMacSecKeyRequest, DisassociateMacSecKeyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateMacSecKeyCommand}.
8
+ */
6
9
  export interface DisassociateMacSecKeyCommandInput extends DisassociateMacSecKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateMacSecKeyCommand}.
13
+ */
8
14
  export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKeyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { ListVirtualInterfaceTestHistoryRequest, ListVirtualInterfaceTestHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVirtualInterfaceTestHistoryCommand}.
8
+ */
6
9
  export interface ListVirtualInterfaceTestHistoryCommandInput extends ListVirtualInterfaceTestHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVirtualInterfaceTestHistoryCommand}.
13
+ */
8
14
  export interface ListVirtualInterfaceTestHistoryCommandOutput extends ListVirtualInterfaceTestHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { StartBgpFailoverTestRequest, StartBgpFailoverTestResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBgpFailoverTestCommand}.
8
+ */
6
9
  export interface StartBgpFailoverTestCommandInput extends StartBgpFailoverTestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBgpFailoverTestCommand}.
13
+ */
8
14
  export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { StopBgpFailoverTestRequest, StopBgpFailoverTestResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopBgpFailoverTestCommand}.
8
+ */
6
9
  export interface StopBgpFailoverTestCommandInput extends StopBgpFailoverTestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopBgpFailoverTestCommand}.
13
+ */
8
14
  export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { Connection, UpdateConnectionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConnectionCommand}.
8
+ */
6
9
  export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConnectionCommand}.
13
+ */
8
14
  export interface UpdateConnectionCommandOutput extends Connection, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { UpdateDirectConnectGatewayAssociationRequest, UpdateDirectConnectGatewayAssociationResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDirectConnectGatewayAssociationCommand}.
8
+ */
6
9
  export interface UpdateDirectConnectGatewayAssociationCommandInput extends UpdateDirectConnectGatewayAssociationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDirectConnectGatewayAssociationCommand}.
13
+ */
8
14
  export interface UpdateDirectConnectGatewayAssociationCommandOutput extends UpdateDirectConnectGatewayAssociationResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDirectConnectGatewayCommand}.
8
+ */
6
9
  export interface UpdateDirectConnectGatewayCommandInput extends UpdateDirectConnectGatewayRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDirectConnectGatewayCommand}.
13
+ */
8
14
  export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectConnectGatewayResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { Lag, UpdateLagRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLagCommand}.
8
+ */
6
9
  export interface UpdateLagCommandInput extends UpdateLagRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLagCommand}.
13
+ */
8
14
  export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
5
5
  import { UpdateVirtualInterfaceAttributesRequest, VirtualInterface } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateVirtualInterfaceAttributesCommand}.
8
+ */
6
9
  export interface UpdateVirtualInterfaceAttributesCommandInput extends UpdateVirtualInterfaceAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateVirtualInterfaceAttributesCommand}.
13
+ */
8
14
  export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualInterface, __MetadataBearer {
9
15
  }
10
16
  /**
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.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -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.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",