libZSservicesZSamazonka-discoveryZSamazonka-discovery
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.Discovery.CreateApplication

Description

Creates an application with the given name and description.

Synopsis

Creating a Request

data CreateApplication Source #

See: newCreateApplication smart constructor.

Constructors

CreateApplication' 

Fields

Instances

Instances details
Eq CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Read CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Methods

rnf :: CreateApplication -> () #

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Associated Types

type AWSResponse CreateApplication #

ToHeaders CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Amazonka.Discovery.CreateApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CreateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

newCreateApplication Source #

Create a value of CreateApplication 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:description:CreateApplication', createApplication_description - Description of the application to be created.

$sel:name:CreateApplication', createApplication_name - Name of the application to be created.

Request Lenses

createApplication_description :: Lens' CreateApplication (Maybe Text) Source #

Description of the application to be created.

createApplication_name :: Lens' CreateApplication Text Source #

Name of the application to be created.

Destructuring the Response

data CreateApplicationResponse Source #

See: newCreateApplicationResponse smart constructor.

Constructors

CreateApplicationResponse' 

Fields

Instances

Instances details
Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplicationResponse = D1 ('MetaData "CreateApplicationResponse" "Amazonka.Discovery.CreateApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CreateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateApplicationResponse Source #

Create a value of CreateApplicationResponse 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:configurationId:CreateApplicationResponse', createApplicationResponse_configurationId - Configuration ID of an application to be created.

$sel:httpStatus:CreateApplicationResponse', createApplicationResponse_httpStatus - The response's http status code.

Response Lenses

createApplicationResponse_configurationId :: Lens' CreateApplicationResponse (Maybe Text) Source #

Configuration ID of an application to be created.