libZSservicesZSamazonka-codestar-connectionsZSamazonka-codestar-connections
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.CodeStarConnections.UpdateHost

Description

Updates a specified host with the provided configurations.

Synopsis

Creating a Request

data UpdateHost Source #

See: newUpdateHost smart constructor.

Constructors

UpdateHost' 

Fields

Instances

Instances details
Eq UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Read UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Show UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Generic UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Associated Types

type Rep UpdateHost :: Type -> Type #

NFData UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Methods

rnf :: UpdateHost -> () #

Hashable UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

ToJSON UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

AWSRequest UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Associated Types

type AWSResponse UpdateHost #

ToHeaders UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Methods

toHeaders :: UpdateHost -> [Header] #

ToPath UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

ToQuery UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

type Rep UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

type Rep UpdateHost = D1 ('MetaData "UpdateHost" "Amazonka.CodeStarConnections.UpdateHost" "libZSservicesZSamazonka-codestar-connectionsZSamazonka-codestar-connections" 'False) (C1 ('MetaCons "UpdateHost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "providerEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfiguration)) :*: S1 ('MetaSel ('Just "hostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateHost Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

newUpdateHost Source #

Create a value of UpdateHost 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:providerEndpoint:UpdateHost', updateHost_providerEndpoint - The URL or endpoint of the host to be updated.

$sel:vpcConfiguration:UpdateHost', updateHost_vpcConfiguration - The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.

$sel:hostArn:UpdateHost', updateHost_hostArn - The Amazon Resource Name (ARN) of the host to be updated.

Request Lenses

updateHost_providerEndpoint :: Lens' UpdateHost (Maybe Text) Source #

The URL or endpoint of the host to be updated.

updateHost_vpcConfiguration :: Lens' UpdateHost (Maybe VpcConfiguration) Source #

The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.

updateHost_hostArn :: Lens' UpdateHost Text Source #

The Amazon Resource Name (ARN) of the host to be updated.

Destructuring the Response

data UpdateHostResponse Source #

See: newUpdateHostResponse smart constructor.

Constructors

UpdateHostResponse' 

Fields

Instances

Instances details
Eq UpdateHostResponse Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Read UpdateHostResponse Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Show UpdateHostResponse Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Generic UpdateHostResponse Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Associated Types

type Rep UpdateHostResponse :: Type -> Type #

NFData UpdateHostResponse Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

Methods

rnf :: UpdateHostResponse -> () #

type Rep UpdateHostResponse Source # 
Instance details

Defined in Amazonka.CodeStarConnections.UpdateHost

type Rep UpdateHostResponse = D1 ('MetaData "UpdateHostResponse" "Amazonka.CodeStarConnections.UpdateHost" "libZSservicesZSamazonka-codestar-connectionsZSamazonka-codestar-connections" 'False) (C1 ('MetaCons "UpdateHostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateHostResponse Source #

Create a value of UpdateHostResponse 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:httpStatus:UpdateHostResponse', updateHostResponse_httpStatus - The response's http status code.

Response Lenses