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.AssociateApplications

Description

Associate applications to wave.

Synopsis

Creating a Request

data AssociateApplications Source #

See: newAssociateApplications smart constructor.

Constructors

AssociateApplications' 

Fields

Instances

Instances details
ToJSON AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

ToHeaders AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

ToPath AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

ToQuery AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

AWSRequest AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Associated Types

type AWSResponse AssociateApplications #

Generic AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Associated Types

type Rep AssociateApplications :: Type -> Type #

Read AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Show AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

NFData AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Methods

rnf :: AssociateApplications -> () #

Eq AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Hashable AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

type AWSResponse AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

type Rep AssociateApplications Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

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

newAssociateApplications Source #

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

AssociateApplications, associateApplications_applicationIDs - Application IDs list.

AssociateApplications, associateApplications_waveID - Wave ID.

Request Lenses

Destructuring the Response

data AssociateApplicationsResponse Source #

See: newAssociateApplicationsResponse smart constructor.

Constructors

AssociateApplicationsResponse' 

Fields

Instances

Instances details
Generic AssociateApplicationsResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Associated Types

type Rep AssociateApplicationsResponse :: Type -> Type #

Read AssociateApplicationsResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Show AssociateApplicationsResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

NFData AssociateApplicationsResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

Eq AssociateApplicationsResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

type Rep AssociateApplicationsResponse Source # 
Instance details

Defined in Amazonka.MGN.AssociateApplications

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

newAssociateApplicationsResponse Source #

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

Response Lenses