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

Description

Resets a group's deployments.

Synopsis

Creating a Request

data ResetDeployments Source #

Information needed to reset deployments.

See: newResetDeployments smart constructor.

Constructors

ResetDeployments' 

Fields

Instances

Instances details
Eq ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Read ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Show ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Generic ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Associated Types

type Rep ResetDeployments :: Type -> Type #

NFData ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Methods

rnf :: ResetDeployments -> () #

Hashable ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

ToJSON ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

AWSRequest ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Associated Types

type AWSResponse ResetDeployments #

ToHeaders ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

ToPath ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

ToQuery ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

type Rep ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

type Rep ResetDeployments = D1 ('MetaData "ResetDeployments" "Amazonka.Greengrass.ResetDeployments" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ResetDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amznClientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ResetDeployments Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

newResetDeployments Source #

Create a value of ResetDeployments 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:amznClientToken:ResetDeployments', resetDeployments_amznClientToken - A client token used to correlate requests and responses.

$sel:force:ResetDeployments', resetDeployments_force - If true, performs a best-effort only core reset.

$sel:groupId:ResetDeployments', resetDeployments_groupId - The ID of the Greengrass group.

Request Lenses

resetDeployments_amznClientToken :: Lens' ResetDeployments (Maybe Text) Source #

A client token used to correlate requests and responses.

resetDeployments_force :: Lens' ResetDeployments (Maybe Bool) Source #

If true, performs a best-effort only core reset.

resetDeployments_groupId :: Lens' ResetDeployments Text Source #

The ID of the Greengrass group.

Destructuring the Response

data ResetDeploymentsResponse Source #

See: newResetDeploymentsResponse smart constructor.

Constructors

ResetDeploymentsResponse' 

Fields

Instances

Instances details
Eq ResetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Read ResetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Show ResetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Generic ResetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

Associated Types

type Rep ResetDeploymentsResponse :: Type -> Type #

NFData ResetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

type Rep ResetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ResetDeployments

type Rep ResetDeploymentsResponse = D1 ('MetaData "ResetDeploymentsResponse" "Amazonka.Greengrass.ResetDeployments" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ResetDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newResetDeploymentsResponse Source #

Create a value of ResetDeploymentsResponse 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:deploymentId:ResetDeploymentsResponse', resetDeploymentsResponse_deploymentId - The ID of the deployment.

$sel:deploymentArn:ResetDeploymentsResponse', resetDeploymentsResponse_deploymentArn - The ARN of the deployment.

$sel:httpStatus:ResetDeploymentsResponse', resetDeploymentsResponse_httpStatus - The response's http status code.

Response Lenses