UNPKG

@aws-sdk/client-route-53

Version:

AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native

917 lines (916 loc) 33.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HealthCheckInUse = exports.CidrCollectionInUseException = exports.KeySigningKeyInUse = exports.KeySigningKeyInParentDSRecord = exports.TooManyVPCAssociationAuthorizations = exports.TooManyTrafficPolicyVersionsForCurrentPolicy = exports.TrafficPolicyInstanceAlreadyExists = exports.TooManyTrafficPolicyInstances = exports.NoSuchTrafficPolicy = exports.TrafficPolicyAlreadyExists = exports.TooManyTrafficPolicies = exports.InvalidTrafficPolicyDocument = exports.HostedZoneNotFound = exports.DelegationSetAlreadyReusable = exports.DelegationSetAlreadyCreated = exports.QueryLoggingConfigAlreadyExists = exports.NoSuchCloudWatchLogsLogGroup = exports.InsufficientCloudWatchLogsResourcePolicy = exports.TooManyKeySigningKeys = exports.KeySigningKeyAlreadyExists = exports.InvalidKeySigningKeyName = exports.InvalidArgument = exports.TooManyHostedZones = exports.NoSuchDelegationSet = exports.InvalidDomainName = exports.HostedZoneAlreadyExists = exports.DelegationSetNotReusable = exports.DelegationSetNotAvailable = exports.TooManyHealthChecks = exports.HealthCheckAlreadyExists = exports.CidrCollectionAlreadyExistsException = exports.ThrottlingException = exports.NoSuchHealthCheck = exports.InvalidChangeBatch = exports.NoSuchCidrCollectionException = exports.CidrCollectionVersionMismatchException = exports.CidrBlockInUseException = exports.PublicZoneVPCAssociation = exports.PriorRequestNotComplete = exports.NotAuthorizedException = exports.NoSuchHostedZone = exports.LimitsExceeded = exports.InvalidVPCId = exports.ConflictingDomainExists = exports.NoSuchKeySigningKey = exports.InvalidSigningStatus = exports.InvalidKMSArn = exports.InvalidKeySigningKeyStatus = exports.InvalidInput = exports.ConcurrentModification = void 0; exports.ConflictingTypes = exports.HealthCheckVersionMismatch = exports.InvalidPaginationToken = exports.NoSuchCidrLocationException = exports.HostedZoneNotPrivate = exports.IncompatibleVersion = exports.NoSuchGeoLocation = exports.NoSuchChange = exports.KeySigningKeyWithActiveStatusNotFound = exports.HostedZonePartiallyDelegated = exports.VPCAssociationNotFound = exports.LastVPCAssociation = exports.DNSSECNotFound = exports.VPCAssociationAuthorizationNotFound = exports.NoSuchTrafficPolicyInstance = exports.TrafficPolicyInUse = exports.DelegationSetInUse = exports.NoSuchQueryLoggingConfig = exports.HostedZoneNotEmpty = void 0; const Route53ServiceException_1 = require("./Route53ServiceException"); class ConcurrentModification extends Route53ServiceException_1.Route53ServiceException { name = "ConcurrentModification"; $fault = "client"; constructor(opts) { super({ name: "ConcurrentModification", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConcurrentModification.prototype); } } exports.ConcurrentModification = ConcurrentModification; class InvalidInput extends Route53ServiceException_1.Route53ServiceException { name = "InvalidInput"; $fault = "client"; constructor(opts) { super({ name: "InvalidInput", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidInput.prototype); } } exports.InvalidInput = InvalidInput; class InvalidKeySigningKeyStatus extends Route53ServiceException_1.Route53ServiceException { name = "InvalidKeySigningKeyStatus"; $fault = "client"; constructor(opts) { super({ name: "InvalidKeySigningKeyStatus", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype); } } exports.InvalidKeySigningKeyStatus = InvalidKeySigningKeyStatus; class InvalidKMSArn extends Route53ServiceException_1.Route53ServiceException { name = "InvalidKMSArn"; $fault = "client"; constructor(opts) { super({ name: "InvalidKMSArn", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidKMSArn.prototype); } } exports.InvalidKMSArn = InvalidKMSArn; class InvalidSigningStatus extends Route53ServiceException_1.Route53ServiceException { name = "InvalidSigningStatus"; $fault = "client"; constructor(opts) { super({ name: "InvalidSigningStatus", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidSigningStatus.prototype); } } exports.InvalidSigningStatus = InvalidSigningStatus; class NoSuchKeySigningKey extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchKeySigningKey"; $fault = "client"; constructor(opts) { super({ name: "NoSuchKeySigningKey", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype); } } exports.NoSuchKeySigningKey = NoSuchKeySigningKey; class ConflictingDomainExists extends Route53ServiceException_1.Route53ServiceException { name = "ConflictingDomainExists"; $fault = "client"; constructor(opts) { super({ name: "ConflictingDomainExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictingDomainExists.prototype); } } exports.ConflictingDomainExists = ConflictingDomainExists; class InvalidVPCId extends Route53ServiceException_1.Route53ServiceException { name = "InvalidVPCId"; $fault = "client"; constructor(opts) { super({ name: "InvalidVPCId", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidVPCId.prototype); } } exports.InvalidVPCId = InvalidVPCId; class LimitsExceeded extends Route53ServiceException_1.Route53ServiceException { name = "LimitsExceeded"; $fault = "client"; constructor(opts) { super({ name: "LimitsExceeded", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LimitsExceeded.prototype); } } exports.LimitsExceeded = LimitsExceeded; class NoSuchHostedZone extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchHostedZone"; $fault = "client"; constructor(opts) { super({ name: "NoSuchHostedZone", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchHostedZone.prototype); } } exports.NoSuchHostedZone = NoSuchHostedZone; class NotAuthorizedException extends Route53ServiceException_1.Route53ServiceException { name = "NotAuthorizedException"; $fault = "client"; constructor(opts) { super({ name: "NotAuthorizedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NotAuthorizedException.prototype); } } exports.NotAuthorizedException = NotAuthorizedException; class PriorRequestNotComplete extends Route53ServiceException_1.Route53ServiceException { name = "PriorRequestNotComplete"; $fault = "client"; constructor(opts) { super({ name: "PriorRequestNotComplete", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PriorRequestNotComplete.prototype); } } exports.PriorRequestNotComplete = PriorRequestNotComplete; class PublicZoneVPCAssociation extends Route53ServiceException_1.Route53ServiceException { name = "PublicZoneVPCAssociation"; $fault = "client"; constructor(opts) { super({ name: "PublicZoneVPCAssociation", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype); } } exports.PublicZoneVPCAssociation = PublicZoneVPCAssociation; class CidrBlockInUseException extends Route53ServiceException_1.Route53ServiceException { name = "CidrBlockInUseException"; $fault = "client"; Message; constructor(opts) { super({ name: "CidrBlockInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CidrBlockInUseException.prototype); this.Message = opts.Message; } } exports.CidrBlockInUseException = CidrBlockInUseException; class CidrCollectionVersionMismatchException extends Route53ServiceException_1.Route53ServiceException { name = "CidrCollectionVersionMismatchException"; $fault = "client"; Message; constructor(opts) { super({ name: "CidrCollectionVersionMismatchException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype); this.Message = opts.Message; } } exports.CidrCollectionVersionMismatchException = CidrCollectionVersionMismatchException; class NoSuchCidrCollectionException extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchCidrCollectionException"; $fault = "client"; Message; constructor(opts) { super({ name: "NoSuchCidrCollectionException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype); this.Message = opts.Message; } } exports.NoSuchCidrCollectionException = NoSuchCidrCollectionException; class InvalidChangeBatch extends Route53ServiceException_1.Route53ServiceException { name = "InvalidChangeBatch"; $fault = "client"; messages; constructor(opts) { super({ name: "InvalidChangeBatch", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidChangeBatch.prototype); this.messages = opts.messages; } } exports.InvalidChangeBatch = InvalidChangeBatch; class NoSuchHealthCheck extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchHealthCheck"; $fault = "client"; constructor(opts) { super({ name: "NoSuchHealthCheck", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchHealthCheck.prototype); } } exports.NoSuchHealthCheck = NoSuchHealthCheck; class ThrottlingException extends Route53ServiceException_1.Route53ServiceException { name = "ThrottlingException"; $fault = "client"; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); } } exports.ThrottlingException = ThrottlingException; class CidrCollectionAlreadyExistsException extends Route53ServiceException_1.Route53ServiceException { name = "CidrCollectionAlreadyExistsException"; $fault = "client"; Message; constructor(opts) { super({ name: "CidrCollectionAlreadyExistsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype); this.Message = opts.Message; } } exports.CidrCollectionAlreadyExistsException = CidrCollectionAlreadyExistsException; class HealthCheckAlreadyExists extends Route53ServiceException_1.Route53ServiceException { name = "HealthCheckAlreadyExists"; $fault = "client"; constructor(opts) { super({ name: "HealthCheckAlreadyExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype); } } exports.HealthCheckAlreadyExists = HealthCheckAlreadyExists; class TooManyHealthChecks extends Route53ServiceException_1.Route53ServiceException { name = "TooManyHealthChecks"; $fault = "client"; constructor(opts) { super({ name: "TooManyHealthChecks", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyHealthChecks.prototype); } } exports.TooManyHealthChecks = TooManyHealthChecks; class DelegationSetNotAvailable extends Route53ServiceException_1.Route53ServiceException { name = "DelegationSetNotAvailable"; $fault = "client"; constructor(opts) { super({ name: "DelegationSetNotAvailable", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype); } } exports.DelegationSetNotAvailable = DelegationSetNotAvailable; class DelegationSetNotReusable extends Route53ServiceException_1.Route53ServiceException { name = "DelegationSetNotReusable"; $fault = "client"; constructor(opts) { super({ name: "DelegationSetNotReusable", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DelegationSetNotReusable.prototype); } } exports.DelegationSetNotReusable = DelegationSetNotReusable; class HostedZoneAlreadyExists extends Route53ServiceException_1.Route53ServiceException { name = "HostedZoneAlreadyExists"; $fault = "client"; constructor(opts) { super({ name: "HostedZoneAlreadyExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype); } } exports.HostedZoneAlreadyExists = HostedZoneAlreadyExists; class InvalidDomainName extends Route53ServiceException_1.Route53ServiceException { name = "InvalidDomainName"; $fault = "client"; constructor(opts) { super({ name: "InvalidDomainName", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidDomainName.prototype); } } exports.InvalidDomainName = InvalidDomainName; class NoSuchDelegationSet extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchDelegationSet"; $fault = "client"; constructor(opts) { super({ name: "NoSuchDelegationSet", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchDelegationSet.prototype); } } exports.NoSuchDelegationSet = NoSuchDelegationSet; class TooManyHostedZones extends Route53ServiceException_1.Route53ServiceException { name = "TooManyHostedZones"; $fault = "client"; constructor(opts) { super({ name: "TooManyHostedZones", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyHostedZones.prototype); } } exports.TooManyHostedZones = TooManyHostedZones; class InvalidArgument extends Route53ServiceException_1.Route53ServiceException { name = "InvalidArgument"; $fault = "client"; constructor(opts) { super({ name: "InvalidArgument", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidArgument.prototype); } } exports.InvalidArgument = InvalidArgument; class InvalidKeySigningKeyName extends Route53ServiceException_1.Route53ServiceException { name = "InvalidKeySigningKeyName"; $fault = "client"; constructor(opts) { super({ name: "InvalidKeySigningKeyName", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype); } } exports.InvalidKeySigningKeyName = InvalidKeySigningKeyName; class KeySigningKeyAlreadyExists extends Route53ServiceException_1.Route53ServiceException { name = "KeySigningKeyAlreadyExists"; $fault = "client"; constructor(opts) { super({ name: "KeySigningKeyAlreadyExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype); } } exports.KeySigningKeyAlreadyExists = KeySigningKeyAlreadyExists; class TooManyKeySigningKeys extends Route53ServiceException_1.Route53ServiceException { name = "TooManyKeySigningKeys"; $fault = "client"; constructor(opts) { super({ name: "TooManyKeySigningKeys", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype); } } exports.TooManyKeySigningKeys = TooManyKeySigningKeys; class InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException_1.Route53ServiceException { name = "InsufficientCloudWatchLogsResourcePolicy"; $fault = "client"; constructor(opts) { super({ name: "InsufficientCloudWatchLogsResourcePolicy", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype); } } exports.InsufficientCloudWatchLogsResourcePolicy = InsufficientCloudWatchLogsResourcePolicy; class NoSuchCloudWatchLogsLogGroup extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchCloudWatchLogsLogGroup"; $fault = "client"; constructor(opts) { super({ name: "NoSuchCloudWatchLogsLogGroup", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype); } } exports.NoSuchCloudWatchLogsLogGroup = NoSuchCloudWatchLogsLogGroup; class QueryLoggingConfigAlreadyExists extends Route53ServiceException_1.Route53ServiceException { name = "QueryLoggingConfigAlreadyExists"; $fault = "client"; constructor(opts) { super({ name: "QueryLoggingConfigAlreadyExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype); } } exports.QueryLoggingConfigAlreadyExists = QueryLoggingConfigAlreadyExists; class DelegationSetAlreadyCreated extends Route53ServiceException_1.Route53ServiceException { name = "DelegationSetAlreadyCreated"; $fault = "client"; constructor(opts) { super({ name: "DelegationSetAlreadyCreated", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype); } } exports.DelegationSetAlreadyCreated = DelegationSetAlreadyCreated; class DelegationSetAlreadyReusable extends Route53ServiceException_1.Route53ServiceException { name = "DelegationSetAlreadyReusable"; $fault = "client"; constructor(opts) { super({ name: "DelegationSetAlreadyReusable", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype); } } exports.DelegationSetAlreadyReusable = DelegationSetAlreadyReusable; class HostedZoneNotFound extends Route53ServiceException_1.Route53ServiceException { name = "HostedZoneNotFound"; $fault = "client"; constructor(opts) { super({ name: "HostedZoneNotFound", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HostedZoneNotFound.prototype); } } exports.HostedZoneNotFound = HostedZoneNotFound; class InvalidTrafficPolicyDocument extends Route53ServiceException_1.Route53ServiceException { name = "InvalidTrafficPolicyDocument"; $fault = "client"; constructor(opts) { super({ name: "InvalidTrafficPolicyDocument", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype); } } exports.InvalidTrafficPolicyDocument = InvalidTrafficPolicyDocument; class TooManyTrafficPolicies extends Route53ServiceException_1.Route53ServiceException { name = "TooManyTrafficPolicies"; $fault = "client"; constructor(opts) { super({ name: "TooManyTrafficPolicies", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype); } } exports.TooManyTrafficPolicies = TooManyTrafficPolicies; class TrafficPolicyAlreadyExists extends Route53ServiceException_1.Route53ServiceException { name = "TrafficPolicyAlreadyExists"; $fault = "client"; constructor(opts) { super({ name: "TrafficPolicyAlreadyExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype); } } exports.TrafficPolicyAlreadyExists = TrafficPolicyAlreadyExists; class NoSuchTrafficPolicy extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchTrafficPolicy"; $fault = "client"; constructor(opts) { super({ name: "NoSuchTrafficPolicy", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype); } } exports.NoSuchTrafficPolicy = NoSuchTrafficPolicy; class TooManyTrafficPolicyInstances extends Route53ServiceException_1.Route53ServiceException { name = "TooManyTrafficPolicyInstances"; $fault = "client"; constructor(opts) { super({ name: "TooManyTrafficPolicyInstances", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype); } } exports.TooManyTrafficPolicyInstances = TooManyTrafficPolicyInstances; class TrafficPolicyInstanceAlreadyExists extends Route53ServiceException_1.Route53ServiceException { name = "TrafficPolicyInstanceAlreadyExists"; $fault = "client"; constructor(opts) { super({ name: "TrafficPolicyInstanceAlreadyExists", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype); } } exports.TrafficPolicyInstanceAlreadyExists = TrafficPolicyInstanceAlreadyExists; class TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceException_1.Route53ServiceException { name = "TooManyTrafficPolicyVersionsForCurrentPolicy"; $fault = "client"; constructor(opts) { super({ name: "TooManyTrafficPolicyVersionsForCurrentPolicy", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype); } } exports.TooManyTrafficPolicyVersionsForCurrentPolicy = TooManyTrafficPolicyVersionsForCurrentPolicy; class TooManyVPCAssociationAuthorizations extends Route53ServiceException_1.Route53ServiceException { name = "TooManyVPCAssociationAuthorizations"; $fault = "client"; constructor(opts) { super({ name: "TooManyVPCAssociationAuthorizations", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype); } } exports.TooManyVPCAssociationAuthorizations = TooManyVPCAssociationAuthorizations; class KeySigningKeyInParentDSRecord extends Route53ServiceException_1.Route53ServiceException { name = "KeySigningKeyInParentDSRecord"; $fault = "client"; constructor(opts) { super({ name: "KeySigningKeyInParentDSRecord", $fault: "client", ...opts, }); Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype); } } exports.KeySigningKeyInParentDSRecord = KeySigningKeyInParentDSRecord; class KeySigningKeyInUse extends Route53ServiceException_1.Route53ServiceException { name = "KeySigningKeyInUse"; $fault = "client"; constructor(opts) { super({ name: "KeySigningKeyInUse", $fault: "client", ...opts, }); Object.setPrototypeOf(this, KeySigningKeyInUse.prototype); } } exports.KeySigningKeyInUse = KeySigningKeyInUse; class CidrCollectionInUseException extends Route53ServiceException_1.Route53ServiceException { name = "CidrCollectionInUseException"; $fault = "client"; Message; constructor(opts) { super({ name: "CidrCollectionInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CidrCollectionInUseException.prototype); this.Message = opts.Message; } } exports.CidrCollectionInUseException = CidrCollectionInUseException; class HealthCheckInUse extends Route53ServiceException_1.Route53ServiceException { name = "HealthCheckInUse"; $fault = "client"; constructor(opts) { super({ name: "HealthCheckInUse", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HealthCheckInUse.prototype); } } exports.HealthCheckInUse = HealthCheckInUse; class HostedZoneNotEmpty extends Route53ServiceException_1.Route53ServiceException { name = "HostedZoneNotEmpty"; $fault = "client"; constructor(opts) { super({ name: "HostedZoneNotEmpty", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype); } } exports.HostedZoneNotEmpty = HostedZoneNotEmpty; class NoSuchQueryLoggingConfig extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchQueryLoggingConfig"; $fault = "client"; constructor(opts) { super({ name: "NoSuchQueryLoggingConfig", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype); } } exports.NoSuchQueryLoggingConfig = NoSuchQueryLoggingConfig; class DelegationSetInUse extends Route53ServiceException_1.Route53ServiceException { name = "DelegationSetInUse"; $fault = "client"; constructor(opts) { super({ name: "DelegationSetInUse", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DelegationSetInUse.prototype); } } exports.DelegationSetInUse = DelegationSetInUse; class TrafficPolicyInUse extends Route53ServiceException_1.Route53ServiceException { name = "TrafficPolicyInUse"; $fault = "client"; constructor(opts) { super({ name: "TrafficPolicyInUse", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TrafficPolicyInUse.prototype); } } exports.TrafficPolicyInUse = TrafficPolicyInUse; class NoSuchTrafficPolicyInstance extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchTrafficPolicyInstance"; $fault = "client"; constructor(opts) { super({ name: "NoSuchTrafficPolicyInstance", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype); } } exports.NoSuchTrafficPolicyInstance = NoSuchTrafficPolicyInstance; class VPCAssociationAuthorizationNotFound extends Route53ServiceException_1.Route53ServiceException { name = "VPCAssociationAuthorizationNotFound"; $fault = "client"; constructor(opts) { super({ name: "VPCAssociationAuthorizationNotFound", $fault: "client", ...opts, }); Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype); } } exports.VPCAssociationAuthorizationNotFound = VPCAssociationAuthorizationNotFound; class DNSSECNotFound extends Route53ServiceException_1.Route53ServiceException { name = "DNSSECNotFound"; $fault = "client"; constructor(opts) { super({ name: "DNSSECNotFound", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DNSSECNotFound.prototype); } } exports.DNSSECNotFound = DNSSECNotFound; class LastVPCAssociation extends Route53ServiceException_1.Route53ServiceException { name = "LastVPCAssociation"; $fault = "client"; constructor(opts) { super({ name: "LastVPCAssociation", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LastVPCAssociation.prototype); } } exports.LastVPCAssociation = LastVPCAssociation; class VPCAssociationNotFound extends Route53ServiceException_1.Route53ServiceException { name = "VPCAssociationNotFound"; $fault = "client"; constructor(opts) { super({ name: "VPCAssociationNotFound", $fault: "client", ...opts, }); Object.setPrototypeOf(this, VPCAssociationNotFound.prototype); } } exports.VPCAssociationNotFound = VPCAssociationNotFound; class HostedZonePartiallyDelegated extends Route53ServiceException_1.Route53ServiceException { name = "HostedZonePartiallyDelegated"; $fault = "client"; constructor(opts) { super({ name: "HostedZonePartiallyDelegated", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype); } } exports.HostedZonePartiallyDelegated = HostedZonePartiallyDelegated; class KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException_1.Route53ServiceException { name = "KeySigningKeyWithActiveStatusNotFound"; $fault = "client"; constructor(opts) { super({ name: "KeySigningKeyWithActiveStatusNotFound", $fault: "client", ...opts, }); Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype); } } exports.KeySigningKeyWithActiveStatusNotFound = KeySigningKeyWithActiveStatusNotFound; class NoSuchChange extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchChange"; $fault = "client"; constructor(opts) { super({ name: "NoSuchChange", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchChange.prototype); } } exports.NoSuchChange = NoSuchChange; class NoSuchGeoLocation extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchGeoLocation"; $fault = "client"; constructor(opts) { super({ name: "NoSuchGeoLocation", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchGeoLocation.prototype); } } exports.NoSuchGeoLocation = NoSuchGeoLocation; class IncompatibleVersion extends Route53ServiceException_1.Route53ServiceException { name = "IncompatibleVersion"; $fault = "client"; constructor(opts) { super({ name: "IncompatibleVersion", $fault: "client", ...opts, }); Object.setPrototypeOf(this, IncompatibleVersion.prototype); } } exports.IncompatibleVersion = IncompatibleVersion; class HostedZoneNotPrivate extends Route53ServiceException_1.Route53ServiceException { name = "HostedZoneNotPrivate"; $fault = "client"; constructor(opts) { super({ name: "HostedZoneNotPrivate", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype); } } exports.HostedZoneNotPrivate = HostedZoneNotPrivate; class NoSuchCidrLocationException extends Route53ServiceException_1.Route53ServiceException { name = "NoSuchCidrLocationException"; $fault = "client"; Message; constructor(opts) { super({ name: "NoSuchCidrLocationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype); this.Message = opts.Message; } } exports.NoSuchCidrLocationException = NoSuchCidrLocationException; class InvalidPaginationToken extends Route53ServiceException_1.Route53ServiceException { name = "InvalidPaginationToken"; $fault = "client"; constructor(opts) { super({ name: "InvalidPaginationToken", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidPaginationToken.prototype); } } exports.InvalidPaginationToken = InvalidPaginationToken; class HealthCheckVersionMismatch extends Route53ServiceException_1.Route53ServiceException { name = "HealthCheckVersionMismatch"; $fault = "client"; constructor(opts) { super({ name: "HealthCheckVersionMismatch", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype); } } exports.HealthCheckVersionMismatch = HealthCheckVersionMismatch; class ConflictingTypes extends Route53ServiceException_1.Route53ServiceException { name = "ConflictingTypes"; $fault = "client"; constructor(opts) { super({ name: "ConflictingTypes", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictingTypes.prototype); } } exports.ConflictingTypes = ConflictingTypes;