@aws-sdk/util-dns 3.295.0 → 3.303.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.
@@ -1,4 +1,7 @@
1
1
  import { HostAddress, HostResolver as IHostResolver, HostResolverArguments } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare class HostResolver implements IHostResolver {
3
6
  /**
4
7
  * For the browser and similar platforms where there is no way to query DNS,
@@ -1,2 +1,5 @@
1
1
  import { NodeDnsLookupHostResolver } from "./NodeDnsLookupHostResolver";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const HostResolver: typeof NodeDnsLookupHostResolver;
@@ -31,6 +31,8 @@ export interface NodeDnsLookupHostResolverConfig {
31
31
  nodeDnsLookup?: NodeDnsLookupFn;
32
32
  }
33
33
  /**
34
+ * @internal
35
+ *
34
36
  * {@link HostResolver} implementation that uses the Node.js dns.lookup() API.
35
37
  */
36
38
  export declare class NodeDnsLookupHostResolver implements IHostResolver {
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./HostResolver";
@@ -1,2 +1,8 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./HostResolver";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./NodeDnsLookupHostResolver";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-dns",
3
- "version": "3.295.0",
3
+ "version": "3.303.0",
4
4
  "description": "Implementations of DNS host resolvers.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  "tslib": "^2.5.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@aws-sdk/types": "3.295.0",
29
+ "@aws-sdk/types": "3.303.0",
30
30
  "@tsconfig/recommended": "1.0.1",
31
31
  "@types/node": "^14.14.31",
32
32
  "concurrently": "7.0.0",