@aws-sdk/client-direct-connect 3.37.0 → 3.41.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 (112) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/DirectConnect.js +60 -0
  4. package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +66 -0
  9. package/dist-cjs/endpoints.js +137 -21
  10. package/dist-cjs/index.js +3 -61
  11. package/dist-cjs/models/models_0.js +63 -3
  12. package/dist-cjs/protocols/Aws_json1_1.js +339 -3
  13. package/dist-cjs/runtimeConfig.browser.js +6 -3
  14. package/dist-cjs/runtimeConfig.js +5 -3
  15. package/dist-es/DirectConnect.js +60 -0
  16. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
  17. package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
  18. package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
  19. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
  20. package/dist-es/commands/index.js +63 -0
  21. package/dist-es/endpoints.js +137 -21
  22. package/dist-es/index.js +3 -61
  23. package/dist-es/models/models_0.js +42 -0
  24. package/dist-es/protocols/Aws_json1_1.js +369 -0
  25. package/dist-es/runtimeConfig.browser.js +3 -2
  26. package/dist-es/runtimeConfig.js +3 -3
  27. package/dist-types/DirectConnect.d.ts +51 -19
  28. package/dist-types/DirectConnectClient.d.ts +16 -4
  29. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
  33. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -3
  34. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -3
  35. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
  36. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
  37. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
  38. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
  39. package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
  40. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
  41. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
  42. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
  43. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -3
  49. package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateLagCommand.d.ts +2 -2
  51. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
  52. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -2
  73. package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -2
  76. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
  77. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
  79. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
  80. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
  81. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
  82. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
  83. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
  84. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
  85. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
  90. package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
  92. package/dist-types/commands/index.d.ts +63 -0
  93. package/dist-types/index.d.ts +3 -61
  94. package/dist-types/models/models_0.d.ts +209 -23
  95. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  97. package/dist-types/runtimeConfig.d.ts +2 -0
  98. package/dist-types/runtimeConfig.native.d.ts +2 -0
  99. package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
  100. package/dist-types/ts3.4/DirectConnectClient.d.ts +10 -2
  101. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  106. package/dist-types/ts3.4/index.d.ts +3 -61
  107. package/dist-types/ts3.4/models/models_0.d.ts +104 -0
  108. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  112. package/package.json +26 -26
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,40 +19,40 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/client-documentation-generator": "3.37.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
56
56
  "@types/node": "^12.7.5",
57
57
  "downlevel-dts": "0.7.0",
58
58
  "jest": "^26.1.0",