@aws-sdk/types
Advanced tools
Comparing version 3.267.0 to 3.271.0
@@ -48,5 +48,12 @@ /** | ||
/** | ||
* Resolves the address(es) for {@link HostResolverArguments}. Calls to this | ||
* function will likely alter the cache (if implemented) so that if there's | ||
* multiple addresses, a different set will be returned on the next call. | ||
* Resolves the address(es) for {@link HostResolverArguments} and returns a | ||
* list of addresses with (most likely) two addresses, one {@link HostAddressType.AAAA} | ||
* and one {@link HostAddressType.A}. Calls to this function will likely alter | ||
* the cache (if implemented) so that if there's multiple addresses, a different | ||
* set will be returned on the next call. | ||
* In the case of multi-answer, still only a maximum of two records should be | ||
* returned. The resolver implementation is responsible for caching and rotation | ||
* of the multiple addresses that get returned. | ||
* Implementations don't have to explictly call getaddrinfo(), they can use | ||
* high level abstractions provided in their language runtimes/libraries. | ||
* @param args arguments with host name query addresses for | ||
@@ -53,0 +60,0 @@ * @returns promise with a list of {@link HostAddress} |
{ | ||
"name": "@aws-sdk/types", | ||
"version": "3.267.0", | ||
"version": "3.271.0", | ||
"main": "./dist-cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist-es/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107144
2783
2
6
27