libZSservicesZSamazonka-greengrassZSamazonka-greengrass
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.Greengrass.Types.BulkDeployment

Description

 
Synopsis

Documentation

data BulkDeployment Source #

Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.

See: newBulkDeployment smart constructor.

Constructors

BulkDeployment' 

Fields

Instances

Instances details
Eq BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

Read BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

Show BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

Generic BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

Associated Types

type Rep BulkDeployment :: Type -> Type #

NFData BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

Methods

rnf :: BulkDeployment -> () #

Hashable BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

FromJSON BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

type Rep BulkDeployment Source # 
Instance details

Defined in Amazonka.Greengrass.Types.BulkDeployment

type Rep BulkDeployment = D1 ('MetaData "BulkDeployment" "Amazonka.Greengrass.Types.BulkDeployment" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "BulkDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bulkDeploymentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bulkDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBulkDeployment :: BulkDeployment Source #

Create a value of BulkDeployment 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:bulkDeploymentArn:BulkDeployment', bulkDeployment_bulkDeploymentArn - The ARN of the bulk deployment.

$sel:bulkDeploymentId:BulkDeployment', bulkDeployment_bulkDeploymentId - The ID of the bulk deployment.

$sel:createdAt:BulkDeployment', bulkDeployment_createdAt - The time, in ISO format, when the deployment was created.

bulkDeployment_createdAt :: Lens' BulkDeployment (Maybe Text) Source #

The time, in ISO format, when the deployment was created.