amazonka-panorama-2.0: Amazon Panorama 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.Panorama.CreateApplicationInstance

Description

Creates an application instance and deploys it to a device.

Synopsis

Creating a Request

data CreateApplicationInstance Source #

See: newCreateApplicationInstance smart constructor.

Constructors

CreateApplicationInstance' 

Fields

Instances

Instances details
ToJSON CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

ToHeaders CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

ToPath CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

ToQuery CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

AWSRequest CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Generic CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Associated Types

type Rep CreateApplicationInstance :: Type -> Type #

Read CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Show CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

NFData CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Eq CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Hashable CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

type AWSResponse CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

type Rep CreateApplicationInstance Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

type Rep CreateApplicationInstance = D1 ('MetaData "CreateApplicationInstance" "Amazonka.Panorama.CreateApplicationInstance" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" 'False) (C1 ('MetaCons "CreateApplicationInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationInstanceIdToReplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "manifestOverridesPayload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestOverridesPayload)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "runtimeRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "defaultRuntimeContextDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "manifestPayload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ManifestPayload)))))

newCreateApplicationInstance Source #

Create a value of CreateApplicationInstance 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:applicationInstanceIdToReplace:CreateApplicationInstance', createApplicationInstance_applicationInstanceIdToReplace - The ID of an application instance to replace with the new instance.

CreateApplicationInstance, createApplicationInstance_description - A description for the application instance.

$sel:manifestOverridesPayload:CreateApplicationInstance', createApplicationInstance_manifestOverridesPayload - Setting overrides for the application manifest.

CreateApplicationInstance, createApplicationInstance_name - A name for the application instance.

$sel:runtimeRoleArn:CreateApplicationInstance', createApplicationInstance_runtimeRoleArn - The ARN of a runtime role for the application instance.

CreateApplicationInstance, createApplicationInstance_tags - Tags for the application instance.

CreateApplicationInstance, createApplicationInstance_defaultRuntimeContextDevice - A device's ID.

$sel:manifestPayload:CreateApplicationInstance', createApplicationInstance_manifestPayload - The application's manifest document.

Request Lenses

createApplicationInstance_applicationInstanceIdToReplace :: Lens' CreateApplicationInstance (Maybe Text) Source #

The ID of an application instance to replace with the new instance.

createApplicationInstance_runtimeRoleArn :: Lens' CreateApplicationInstance (Maybe Text) Source #

The ARN of a runtime role for the application instance.

Destructuring the Response

data CreateApplicationInstanceResponse Source #

See: newCreateApplicationInstanceResponse smart constructor.

Constructors

CreateApplicationInstanceResponse' 

Fields

Instances

Instances details
Generic CreateApplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Associated Types

type Rep CreateApplicationInstanceResponse :: Type -> Type #

Read CreateApplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Show CreateApplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

NFData CreateApplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

Eq CreateApplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

type Rep CreateApplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.Panorama.CreateApplicationInstance

type Rep CreateApplicationInstanceResponse = D1 ('MetaData "CreateApplicationInstanceResponse" "Amazonka.Panorama.CreateApplicationInstance" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" 'False) (C1 ('MetaCons "CreateApplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applicationInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateApplicationInstanceResponse Source #

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

CreateApplicationInstanceResponse, createApplicationInstanceResponse_applicationInstanceId - The application instance's ID.

Response Lenses