libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeArtifact.DisassociateExternalConnection

Description

Removes an existing external connection from a repository.

Synopsis

Creating a Request

data DisassociateExternalConnection Source #

See: newDisassociateExternalConnection smart constructor.

Constructors

DisassociateExternalConnection' 

Fields

  • domainOwner :: Maybe Text

    The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

  • domain :: Text

    The name of the domain that contains the repository from which to remove the external repository.

  • repository :: Text

    The name of the repository from which the external connection will be removed.

  • externalConnection :: Text

    The name of the external connection to be removed from the repository.

Instances

Instances details
Eq DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Read DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Show DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Generic DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Associated Types

type Rep DisassociateExternalConnection :: Type -> Type #

NFData DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Hashable DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

AWSRequest DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

ToHeaders DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

ToPath DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

ToQuery DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

type Rep DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

type Rep DisassociateExternalConnection = D1 ('MetaData "DisassociateExternalConnection" "Amazonka.CodeArtifact.DisassociateExternalConnection" "libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact" 'False) (C1 ('MetaCons "DisassociateExternalConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "externalConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DisassociateExternalConnection Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

newDisassociateExternalConnection Source #

Create a value of DisassociateExternalConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainOwner:DisassociateExternalConnection', disassociateExternalConnection_domainOwner - The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

$sel:domain:DisassociateExternalConnection', disassociateExternalConnection_domain - The name of the domain that contains the repository from which to remove the external repository.

$sel:repository:DisassociateExternalConnection', disassociateExternalConnection_repository - The name of the repository from which the external connection will be removed.

$sel:externalConnection:DisassociateExternalConnection', disassociateExternalConnection_externalConnection - The name of the external connection to be removed from the repository.

Request Lenses

disassociateExternalConnection_domainOwner :: Lens' DisassociateExternalConnection (Maybe Text) Source #

The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

disassociateExternalConnection_domain :: Lens' DisassociateExternalConnection Text Source #

The name of the domain that contains the repository from which to remove the external repository.

disassociateExternalConnection_repository :: Lens' DisassociateExternalConnection Text Source #

The name of the repository from which the external connection will be removed.

disassociateExternalConnection_externalConnection :: Lens' DisassociateExternalConnection Text Source #

The name of the external connection to be removed from the repository.

Destructuring the Response

data DisassociateExternalConnectionResponse Source #

Constructors

DisassociateExternalConnectionResponse' 

Fields

Instances

Instances details
Eq DisassociateExternalConnectionResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Read DisassociateExternalConnectionResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Show DisassociateExternalConnectionResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

Generic DisassociateExternalConnectionResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

NFData DisassociateExternalConnectionResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

type Rep DisassociateExternalConnectionResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DisassociateExternalConnection

type Rep DisassociateExternalConnectionResponse = D1 ('MetaData "DisassociateExternalConnectionResponse" "Amazonka.CodeArtifact.DisassociateExternalConnection" "libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact" 'False) (C1 ('MetaCons "DisassociateExternalConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepositoryDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateExternalConnectionResponse Source #

Create a value of DisassociateExternalConnectionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:repository:DisassociateExternalConnection', disassociateExternalConnectionResponse_repository - The repository associated with the removed external connection.

$sel:httpStatus:DisassociateExternalConnectionResponse', disassociateExternalConnectionResponse_httpStatus - The response's http status code.

Response Lenses