@aws-sdk/client-route-53 3.490.0 → 3.495.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.
- package/dist-cjs/Route53.js +1 -151
- package/dist-cjs/Route53Client.js +1 -56
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -43
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -31
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -28
- package/dist-cjs/commands/CreateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/CreateHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -30
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetAccountLimitCommand.js +1 -28
- package/dist-cjs/commands/GetChangeCommand.js +1 -30
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -28
- package/dist-cjs/commands/GetDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetGeoLocationCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -30
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -28
- package/dist-cjs/commands/ListCidrBlocksCommand.js +1 -28
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -28
- package/dist-cjs/commands/ListCidrLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListGeoLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListHealthChecksCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -30
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesCommand.js +1 -30
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -30
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -30
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -30
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -30
- package/dist-cjs/commands/TestDNSAnswerCommand.js +1 -30
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +9598 -12
- package/dist-cjs/models/Route53ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1114
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -7
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restXml.js +1 -6518
- package/dist-cjs/runtimeExtensions.js +1 -25
- package/dist-cjs/waiters/index.js +1 -4
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -36
- package/package.json +43 -43
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "route53",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|