File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

errors.js58.2 KB · 1437 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidRoleException = exports.InvalidLoadBalancerInfoException = exports.InvalidIgnoreApplicationStopFailuresValueException = exports.InvalidGitHubAccountTokenException = exports.InvalidFileExistsBehaviorException = exports.InvalidDeploymentConfigNameException = exports.InvalidAutoScalingGroupException = exports.InvalidAutoRollbackConfigException = exports.InvalidAlarmConfigException = exports.DescriptionTooLongException = exports.DeploymentLimitExceededException = exports.DeploymentGroupDoesNotExistException = exports.InvalidTagsToAddException = exports.UnsupportedActionForDeploymentTypeException = exports.InvalidDeploymentWaitTypeException = exports.InvalidDeploymentStatusException = exports.DeploymentIsNotInReadyStateException = exports.DeploymentAlreadyCompletedException = exports.BucketNameFilterRequiredException = exports.InvalidDeploymentTargetIdException = exports.InstanceDoesNotExistException = exports.DeploymentTargetListSizeExceededException = exports.DeploymentTargetIdRequiredException = exports.DeploymentTargetDoesNotExistException = exports.DeploymentNotStartedException = exports.InvalidDeploymentIdException = exports.InvalidComputePlatformException = exports.InstanceIdRequiredException = exports.DeploymentIdRequiredException = exports.DeploymentDoesNotExistException = exports.InvalidDeploymentGroupNameException = exports.DeploymentGroupNameRequiredException = exports.DeploymentConfigDoesNotExistException = exports.RevisionRequiredException = exports.InvalidRevisionException = exports.InvalidApplicationNameException = exports.BatchLimitExceededException = exports.ArnNotSupportedException = exports.ApplicationNameRequiredException = exports.ApplicationLimitExceededException = exports.ApplicationDoesNotExistException = exports.ApplicationAlreadyExistsException = exports.AlarmsLimitExceededException = exports.TagRequiredException = exports.TagLimitExceededException = exports.InvalidTagException = exports.InvalidInstanceNameException = exports.InstanceNotRegisteredException = exports.InstanceNameRequiredException = exports.InstanceLimitExceededException = void 0;exports.InvalidLifecycleEventHookExecutionIdException = exports.ResourceArnRequiredException = exports.InvalidArnException = exports.InvalidTagFilterException = exports.InvalidRegistrationStatusException = exports.InvalidTimeRangeException = exports.InvalidExternalIdException = exports.InvalidTargetFilterNameException = exports.InvalidInstanceTypeException = exports.InvalidInstanceStatusException = exports.InvalidDeploymentInstanceTypeException = exports.InvalidSortOrderException = exports.InvalidSortByException = exports.InvalidNextTokenException = exports.InvalidKeyPrefixFilterException = exports.InvalidDeployedStateFilterException = exports.InvalidBucketNameFilterException = exports.ResourceValidationException = exports.OperationNotSupportedException = exports.InvalidGitHubAccountTokenNameException = exports.GitHubAccountTokenNameRequiredException = exports.GitHubAccountTokenDoesNotExistException = exports.InvalidOperationException = exports.DeploymentConfigInUseException = exports.TriggerTargetsLimitExceededException = exports.TagSetListLimitExceededException = exports.RoleRequiredException = exports.LifecycleHookLimitExceededException = exports.InvalidTriggerConfigException = exports.InvalidTargetGroupPairException = exports.InvalidOnPremisesTagCombinationException = exports.InvalidInputException = exports.InvalidECSServiceException = exports.InvalidEC2TagException = exports.InvalidEC2TagCombinationException = exports.InvalidDeploymentStyleException = exports.InvalidBlueGreenDeploymentConfigurationException = exports.ECSServiceMappingLimitExceededException = exports.DeploymentGroupLimitExceededException = exports.DeploymentGroupAlreadyExistsException = exports.InvalidZonalDeploymentConfigurationException = exports.InvalidMinimumHealthyHostValueException = exports.DeploymentConfigNameRequiredException = exports.DeploymentConfigLimitExceededException = exports.DeploymentConfigAlreadyExistsException = exports.ThrottlingException = exports.RevisionDoesNotExistException = exports.InvalidUpdateOutdatedInstancesOnlyValueException = exports.InvalidTrafficRoutingConfigurationException = exports.InvalidTargetInstancesException = void 0;exports.MultipleIamArnsProvidedException = exports.InvalidIamUserArnException = exports.InvalidIamSessionArnException = exports.InstanceNameAlreadyRegisteredException = exports.IamUserArnRequiredException = exports.IamUserArnAlreadyRegisteredException = exports.IamSessionArnAlreadyRegisteredException = exports.IamArnRequiredException = exports.LifecycleEventAlreadyCompletedException = exports.InvalidLifecycleEventHookExecutionStatusException = void 0;const CodeDeployServiceException_1 = require("./CodeDeployServiceException");class InstanceLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InstanceLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "InstanceLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);    }}exports.InstanceLimitExceededException = InstanceLimitExceededException;class InstanceNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InstanceNameRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "InstanceNameRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);    }}exports.InstanceNameRequiredException = InstanceNameRequiredException;class InstanceNotRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InstanceNotRegisteredException";    $fault = "client";    constructor(opts) {        super({            name: "InstanceNotRegisteredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);    }}exports.InstanceNotRegisteredException = InstanceNotRegisteredException;class InvalidInstanceNameException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidInstanceNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidInstanceNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);    }}exports.InvalidInstanceNameException = InvalidInstanceNameException;class InvalidTagException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTagException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTagException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTagException.prototype);    }}exports.InvalidTagException = InvalidTagException;class TagLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "TagLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "TagLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagLimitExceededException.prototype);    }}exports.TagLimitExceededException = TagLimitExceededException;class TagRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "TagRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "TagRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagRequiredException.prototype);    }}exports.TagRequiredException = TagRequiredException;class AlarmsLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "AlarmsLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "AlarmsLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);    }}exports.AlarmsLimitExceededException = AlarmsLimitExceededException;class ApplicationAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ApplicationAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "ApplicationAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);    }}exports.ApplicationAlreadyExistsException = ApplicationAlreadyExistsException;class ApplicationDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ApplicationDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "ApplicationDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);    }}exports.ApplicationDoesNotExistException = ApplicationDoesNotExistException;class ApplicationLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ApplicationLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ApplicationLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);    }}exports.ApplicationLimitExceededException = ApplicationLimitExceededException;class ApplicationNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ApplicationNameRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "ApplicationNameRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);    }}exports.ApplicationNameRequiredException = ApplicationNameRequiredException;class ArnNotSupportedException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ArnNotSupportedException";    $fault = "client";    constructor(opts) {        super({            name: "ArnNotSupportedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ArnNotSupportedException.prototype);    }}exports.ArnNotSupportedException = ArnNotSupportedException;class BatchLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "BatchLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "BatchLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, BatchLimitExceededException.prototype);    }}exports.BatchLimitExceededException = BatchLimitExceededException;class InvalidApplicationNameException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidApplicationNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidApplicationNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);    }}exports.InvalidApplicationNameException = InvalidApplicationNameException;class InvalidRevisionException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidRevisionException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidRevisionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRevisionException.prototype);    }}exports.InvalidRevisionException = InvalidRevisionException;class RevisionRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "RevisionRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "RevisionRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RevisionRequiredException.prototype);    }}exports.RevisionRequiredException = RevisionRequiredException;class DeploymentConfigDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentConfigDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentConfigDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);    }}exports.DeploymentConfigDoesNotExistException = DeploymentConfigDoesNotExistException;class DeploymentGroupNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentGroupNameRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentGroupNameRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);    }}exports.DeploymentGroupNameRequiredException = DeploymentGroupNameRequiredException;class InvalidDeploymentGroupNameException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentGroupNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentGroupNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);    }}exports.InvalidDeploymentGroupNameException = InvalidDeploymentGroupNameException;class DeploymentDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);    }}exports.DeploymentDoesNotExistException = DeploymentDoesNotExistException;class DeploymentIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentIdRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentIdRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);    }}exports.DeploymentIdRequiredException = DeploymentIdRequiredException;class InstanceIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InstanceIdRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "InstanceIdRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);    }}exports.InstanceIdRequiredException = InstanceIdRequiredException;class InvalidComputePlatformException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidComputePlatformException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidComputePlatformException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);    }}exports.InvalidComputePlatformException = InvalidComputePlatformException;class InvalidDeploymentIdException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentIdException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);    }}exports.InvalidDeploymentIdException = InvalidDeploymentIdException;class DeploymentNotStartedException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentNotStartedException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentNotStartedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);    }}exports.DeploymentNotStartedException = DeploymentNotStartedException;class DeploymentTargetDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentTargetDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentTargetDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);    }}exports.DeploymentTargetDoesNotExistException = DeploymentTargetDoesNotExistException;class DeploymentTargetIdRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentTargetIdRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentTargetIdRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);    }}exports.DeploymentTargetIdRequiredException = DeploymentTargetIdRequiredException;class DeploymentTargetListSizeExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentTargetListSizeExceededException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentTargetListSizeExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);    }}exports.DeploymentTargetListSizeExceededException = DeploymentTargetListSizeExceededException;class InstanceDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InstanceDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "InstanceDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);    }}exports.InstanceDoesNotExistException = InstanceDoesNotExistException;class InvalidDeploymentTargetIdException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentTargetIdException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentTargetIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);    }}exports.InvalidDeploymentTargetIdException = InvalidDeploymentTargetIdException;class BucketNameFilterRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "BucketNameFilterRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "BucketNameFilterRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);    }}exports.BucketNameFilterRequiredException = BucketNameFilterRequiredException;class DeploymentAlreadyCompletedException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentAlreadyCompletedException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentAlreadyCompletedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);    }}exports.DeploymentAlreadyCompletedException = DeploymentAlreadyCompletedException;class DeploymentIsNotInReadyStateException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentIsNotInReadyStateException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentIsNotInReadyStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);    }}exports.DeploymentIsNotInReadyStateException = DeploymentIsNotInReadyStateException;class InvalidDeploymentStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentStatusException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);    }}exports.InvalidDeploymentStatusException = InvalidDeploymentStatusException;class InvalidDeploymentWaitTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentWaitTypeException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentWaitTypeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);    }}exports.InvalidDeploymentWaitTypeException = InvalidDeploymentWaitTypeException;class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "UnsupportedActionForDeploymentTypeException";    $fault = "client";    constructor(opts) {        super({            name: "UnsupportedActionForDeploymentTypeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);    }}exports.UnsupportedActionForDeploymentTypeException = UnsupportedActionForDeploymentTypeException;class InvalidTagsToAddException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTagsToAddException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTagsToAddException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);    }}exports.InvalidTagsToAddException = InvalidTagsToAddException;class DeploymentGroupDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentGroupDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentGroupDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);    }}exports.DeploymentGroupDoesNotExistException = DeploymentGroupDoesNotExistException;class DeploymentLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);    }}exports.DeploymentLimitExceededException = DeploymentLimitExceededException;class DescriptionTooLongException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DescriptionTooLongException";    $fault = "client";    constructor(opts) {        super({            name: "DescriptionTooLongException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DescriptionTooLongException.prototype);    }}exports.DescriptionTooLongException = DescriptionTooLongException;class InvalidAlarmConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidAlarmConfigException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidAlarmConfigException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);    }}exports.InvalidAlarmConfigException = InvalidAlarmConfigException;class InvalidAutoRollbackConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidAutoRollbackConfigException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidAutoRollbackConfigException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);    }}exports.InvalidAutoRollbackConfigException = InvalidAutoRollbackConfigException;class InvalidAutoScalingGroupException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidAutoScalingGroupException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidAutoScalingGroupException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);    }}exports.InvalidAutoScalingGroupException = InvalidAutoScalingGroupException;class InvalidDeploymentConfigNameException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentConfigNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentConfigNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);    }}exports.InvalidDeploymentConfigNameException = InvalidDeploymentConfigNameException;class InvalidFileExistsBehaviorException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidFileExistsBehaviorException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidFileExistsBehaviorException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);    }}exports.InvalidFileExistsBehaviorException = InvalidFileExistsBehaviorException;class InvalidGitHubAccountTokenException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidGitHubAccountTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidGitHubAccountTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);    }}exports.InvalidGitHubAccountTokenException = InvalidGitHubAccountTokenException;class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidIgnoreApplicationStopFailuresValueException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidIgnoreApplicationStopFailuresValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);    }}exports.InvalidIgnoreApplicationStopFailuresValueException = InvalidIgnoreApplicationStopFailuresValueException;class InvalidLoadBalancerInfoException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidLoadBalancerInfoException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidLoadBalancerInfoException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);    }}exports.InvalidLoadBalancerInfoException = InvalidLoadBalancerInfoException;class InvalidRoleException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidRoleException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidRoleException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRoleException.prototype);    }}exports.InvalidRoleException = InvalidRoleException;class InvalidTargetInstancesException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTargetInstancesException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTargetInstancesException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);    }}exports.InvalidTargetInstancesException = InvalidTargetInstancesException;class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTrafficRoutingConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTrafficRoutingConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);    }}exports.InvalidTrafficRoutingConfigurationException = InvalidTrafficRoutingConfigurationException;class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidUpdateOutdatedInstancesOnlyValueException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidUpdateOutdatedInstancesOnlyValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);    }}exports.InvalidUpdateOutdatedInstancesOnlyValueException = InvalidUpdateOutdatedInstancesOnlyValueException;class RevisionDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "RevisionDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "RevisionDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);    }}exports.RevisionDoesNotExistException = RevisionDoesNotExistException;class ThrottlingException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentConfigAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentConfigAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);    }}exports.DeploymentConfigAlreadyExistsException = DeploymentConfigAlreadyExistsException;class DeploymentConfigLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentConfigLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentConfigLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);    }}exports.DeploymentConfigLimitExceededException = DeploymentConfigLimitExceededException;class DeploymentConfigNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentConfigNameRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentConfigNameRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);    }}exports.DeploymentConfigNameRequiredException = DeploymentConfigNameRequiredException;class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidMinimumHealthyHostValueException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidMinimumHealthyHostValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);    }}exports.InvalidMinimumHealthyHostValueException = InvalidMinimumHealthyHostValueException;class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidZonalDeploymentConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidZonalDeploymentConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);    }}exports.InvalidZonalDeploymentConfigurationException = InvalidZonalDeploymentConfigurationException;class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentGroupAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentGroupAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);    }}exports.DeploymentGroupAlreadyExistsException = DeploymentGroupAlreadyExistsException;class DeploymentGroupLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentGroupLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentGroupLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);    }}exports.DeploymentGroupLimitExceededException = DeploymentGroupLimitExceededException;class ECSServiceMappingLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ECSServiceMappingLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ECSServiceMappingLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);    }}exports.ECSServiceMappingLimitExceededException = ECSServiceMappingLimitExceededException;class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidBlueGreenDeploymentConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidBlueGreenDeploymentConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);    }}exports.InvalidBlueGreenDeploymentConfigurationException = InvalidBlueGreenDeploymentConfigurationException;class InvalidDeploymentStyleException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentStyleException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentStyleException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);    }}exports.InvalidDeploymentStyleException = InvalidDeploymentStyleException;class InvalidEC2TagCombinationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidEC2TagCombinationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidEC2TagCombinationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);    }}exports.InvalidEC2TagCombinationException = InvalidEC2TagCombinationException;class InvalidEC2TagException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidEC2TagException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidEC2TagException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEC2TagException.prototype);    }}exports.InvalidEC2TagException = InvalidEC2TagException;class InvalidECSServiceException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidECSServiceException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidECSServiceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidECSServiceException.prototype);    }}exports.InvalidECSServiceException = InvalidECSServiceException;class InvalidInputException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidInputException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);    }}exports.InvalidInputException = InvalidInputException;class InvalidOnPremisesTagCombinationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidOnPremisesTagCombinationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidOnPremisesTagCombinationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);    }}exports.InvalidOnPremisesTagCombinationException = InvalidOnPremisesTagCombinationException;class InvalidTargetGroupPairException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTargetGroupPairException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTargetGroupPairException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);    }}exports.InvalidTargetGroupPairException = InvalidTargetGroupPairException;class InvalidTriggerConfigException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTriggerConfigException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTriggerConfigException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);    }}exports.InvalidTriggerConfigException = InvalidTriggerConfigException;class LifecycleHookLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "LifecycleHookLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "LifecycleHookLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);    }}exports.LifecycleHookLimitExceededException = LifecycleHookLimitExceededException;class RoleRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "RoleRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "RoleRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RoleRequiredException.prototype);    }}exports.RoleRequiredException = RoleRequiredException;class TagSetListLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "TagSetListLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "TagSetListLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);    }}exports.TagSetListLimitExceededException = TagSetListLimitExceededException;class TriggerTargetsLimitExceededException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "TriggerTargetsLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "TriggerTargetsLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);    }}exports.TriggerTargetsLimitExceededException = TriggerTargetsLimitExceededException;class DeploymentConfigInUseException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "DeploymentConfigInUseException";    $fault = "client";    constructor(opts) {        super({            name: "DeploymentConfigInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);    }}exports.DeploymentConfigInUseException = DeploymentConfigInUseException;class InvalidOperationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidOperationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidOperationException.prototype);    }}exports.InvalidOperationException = InvalidOperationException;class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "GitHubAccountTokenDoesNotExistException";    $fault = "client";    constructor(opts) {        super({            name: "GitHubAccountTokenDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);    }}exports.GitHubAccountTokenDoesNotExistException = GitHubAccountTokenDoesNotExistException;class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "GitHubAccountTokenNameRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "GitHubAccountTokenNameRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);    }}exports.GitHubAccountTokenNameRequiredException = GitHubAccountTokenNameRequiredException;class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidGitHubAccountTokenNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidGitHubAccountTokenNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);    }}exports.InvalidGitHubAccountTokenNameException = InvalidGitHubAccountTokenNameException;class OperationNotSupportedException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "OperationNotSupportedException";    $fault = "client";    constructor(opts) {        super({            name: "OperationNotSupportedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationNotSupportedException.prototype);    }}exports.OperationNotSupportedException = OperationNotSupportedException;class ResourceValidationException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ResourceValidationException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceValidationException.prototype);    }}exports.ResourceValidationException = ResourceValidationException;class InvalidBucketNameFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidBucketNameFilterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidBucketNameFilterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);    }}exports.InvalidBucketNameFilterException = InvalidBucketNameFilterException;class InvalidDeployedStateFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeployedStateFilterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeployedStateFilterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);    }}exports.InvalidDeployedStateFilterException = InvalidDeployedStateFilterException;class InvalidKeyPrefixFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidKeyPrefixFilterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidKeyPrefixFilterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);    }}exports.InvalidKeyPrefixFilterException = InvalidKeyPrefixFilterException;class InvalidNextTokenException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidNextTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidNextTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidNextTokenException.prototype);    }}exports.InvalidNextTokenException = InvalidNextTokenException;class InvalidSortByException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidSortByException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidSortByException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidSortByException.prototype);    }}exports.InvalidSortByException = InvalidSortByException;class InvalidSortOrderException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidSortOrderException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidSortOrderException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidSortOrderException.prototype);    }}exports.InvalidSortOrderException = InvalidSortOrderException;class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidDeploymentInstanceTypeException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDeploymentInstanceTypeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);    }}exports.InvalidDeploymentInstanceTypeException = InvalidDeploymentInstanceTypeException;class InvalidInstanceStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidInstanceStatusException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidInstanceStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);    }}exports.InvalidInstanceStatusException = InvalidInstanceStatusException;class InvalidInstanceTypeException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidInstanceTypeException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidInstanceTypeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);    }}exports.InvalidInstanceTypeException = InvalidInstanceTypeException;class InvalidTargetFilterNameException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTargetFilterNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTargetFilterNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);    }}exports.InvalidTargetFilterNameException = InvalidTargetFilterNameException;class InvalidExternalIdException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidExternalIdException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidExternalIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidExternalIdException.prototype);    }}exports.InvalidExternalIdException = InvalidExternalIdException;class InvalidTimeRangeException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTimeRangeException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTimeRangeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);    }}exports.InvalidTimeRangeException = InvalidTimeRangeException;class InvalidRegistrationStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidRegistrationStatusException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidRegistrationStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);    }}exports.InvalidRegistrationStatusException = InvalidRegistrationStatusException;class InvalidTagFilterException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidTagFilterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTagFilterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTagFilterException.prototype);    }}exports.InvalidTagFilterException = InvalidTagFilterException;class InvalidArnException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidArnException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidArnException.prototype);    }}exports.InvalidArnException = InvalidArnException;class ResourceArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "ResourceArnRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceArnRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);    }}exports.ResourceArnRequiredException = ResourceArnRequiredException;class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidLifecycleEventHookExecutionIdException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidLifecycleEventHookExecutionIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);    }}exports.InvalidLifecycleEventHookExecutionIdException = InvalidLifecycleEventHookExecutionIdException;class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidLifecycleEventHookExecutionStatusException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidLifecycleEventHookExecutionStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);    }}exports.InvalidLifecycleEventHookExecutionStatusException = InvalidLifecycleEventHookExecutionStatusException;class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "LifecycleEventAlreadyCompletedException";    $fault = "client";    constructor(opts) {        super({            name: "LifecycleEventAlreadyCompletedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);    }}exports.LifecycleEventAlreadyCompletedException = LifecycleEventAlreadyCompletedException;class IamArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "IamArnRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "IamArnRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IamArnRequiredException.prototype);    }}exports.IamArnRequiredException = IamArnRequiredException;class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "IamSessionArnAlreadyRegisteredException";    $fault = "client";    constructor(opts) {        super({            name: "IamSessionArnAlreadyRegisteredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);    }}exports.IamSessionArnAlreadyRegisteredException = IamSessionArnAlreadyRegisteredException;class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "IamUserArnAlreadyRegisteredException";    $fault = "client";    constructor(opts) {        super({            name: "IamUserArnAlreadyRegisteredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);    }}exports.IamUserArnAlreadyRegisteredException = IamUserArnAlreadyRegisteredException;class IamUserArnRequiredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "IamUserArnRequiredException";    $fault = "client";    constructor(opts) {        super({            name: "IamUserArnRequiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);    }}exports.IamUserArnRequiredException = IamUserArnRequiredException;class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InstanceNameAlreadyRegisteredException";    $fault = "client";    constructor(opts) {        super({            name: "InstanceNameAlreadyRegisteredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);    }}exports.InstanceNameAlreadyRegisteredException = InstanceNameAlreadyRegisteredException;class InvalidIamSessionArnException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidIamSessionArnException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidIamSessionArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);    }}exports.InvalidIamSessionArnException = InvalidIamSessionArnException;class InvalidIamUserArnException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "InvalidIamUserArnException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidIamUserArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);    }}exports.InvalidIamUserArnException = InvalidIamUserArnException;class MultipleIamArnsProvidedException extends CodeDeployServiceException_1.CodeDeployServiceException {    name = "MultipleIamArnsProvidedException";    $fault = "client";    constructor(opts) {        super({            name: "MultipleIamArnsProvidedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);    }}exports.MultipleIamArnsProvidedException = MultipleIamArnsProvidedException;