amazonka-mgn-2.0: Amazon Application Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MGN.AssociateSourceServers

Description

Associate source servers to application.

Synopsis

Creating a Request

data AssociateSourceServers Source #

See: newAssociateSourceServers smart constructor.

Constructors

AssociateSourceServers' 

Fields

Instances

Instances details
ToJSON AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

ToHeaders AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

ToPath AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

ToQuery AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

AWSRequest AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Associated Types

type AWSResponse AssociateSourceServers #

Generic AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Associated Types

type Rep AssociateSourceServers :: Type -> Type #

Read AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Show AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

NFData AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Methods

rnf :: AssociateSourceServers -> () #

Eq AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Hashable AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

type AWSResponse AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

type Rep AssociateSourceServers Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

type Rep AssociateSourceServers = D1 ('MetaData "AssociateSourceServers" "Amazonka.MGN.AssociateSourceServers" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "AssociateSourceServers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceServerIDs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAssociateSourceServers Source #

Create a value of AssociateSourceServers 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:

AssociateSourceServers, associateSourceServers_applicationID - Application ID.

AssociateSourceServers, associateSourceServers_sourceServerIDs - Source server IDs list.

Request Lenses

Destructuring the Response

data AssociateSourceServersResponse Source #

See: newAssociateSourceServersResponse smart constructor.

Constructors

AssociateSourceServersResponse' 

Fields

Instances

Instances details
Generic AssociateSourceServersResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Associated Types

type Rep AssociateSourceServersResponse :: Type -> Type #

Read AssociateSourceServersResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Show AssociateSourceServersResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

NFData AssociateSourceServersResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

Eq AssociateSourceServersResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

type Rep AssociateSourceServersResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateSourceServers

type Rep AssociateSourceServersResponse = D1 ('MetaData "AssociateSourceServersResponse" "Amazonka.MGN.AssociateSourceServers" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "AssociateSourceServersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateSourceServersResponse Source #

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

Response Lenses