@aws-sdk/util-endpoints
Advanced tools
| export { awsEndpointFunctions, resolveEndpoint, resolveDefaultAwsRegionalEndpointsConfig, toEndpointV1, isIpAddress, partition, setPartitionInfo, useDefaultPartitionInfo, getUserAgentPrefix, } from "@aws-sdk/core/client"; | ||
| export type { PartitionsInfo, DefaultAwsRegionalEndpointsInputConfig, DefaultAwsRegionalEndpointsResolvedConfig, } from "@aws-sdk/core/client"; | ||
| export { EndpointError } from "@smithy/core/endpoints"; | ||
| export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "@smithy/core/endpoints"; | ||
| export { ErrorRuleObject } from "@smithy/core/endpoints"; | ||
| export { RuleSetRules, TreeRuleObject } from "@smithy/core/endpoints"; | ||
| export { DeprecatedObject, ParameterObject, RuleSetObject } from "@smithy/core/endpoints"; | ||
| export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "@smithy/core/endpoints"; | ||
| export type { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "@smithy/core/endpoints"; | ||
| export type { ErrorRuleObject } from "@smithy/core/endpoints"; | ||
| export type { RuleSetRules, TreeRuleObject } from "@smithy/core/endpoints"; | ||
| export type { DeprecatedObject, ParameterObject, RuleSetObject } from "@smithy/core/endpoints"; | ||
| export type { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "@smithy/core/endpoints"; |
+3
-3
| { | ||
| "name": "@aws-sdk/util-endpoints", | ||
| "version": "3.996.28", | ||
| "version": "3.996.29", | ||
| "description": "Utilities to help with endpoint resolution", | ||
@@ -23,4 +23,4 @@ "main": "./dist-cjs/index.js", | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.974.29", | ||
| "@smithy/core": "^3.29.0", | ||
| "@aws-sdk/core": "^3.975.0", | ||
| "@smithy/core": "^3.29.2", | ||
| "tslib": "^2.6.2" | ||
@@ -27,0 +27,0 @@ }, |
15113
0.16%Updated
Updated