amazonka-sagemaker-2.0: Amazon SageMaker 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.SageMaker.DescribeEdgeDeploymentPlan

Description

Describes an edge deployment plan with deployment status per stage.

Synopsis

Creating a Request

data DescribeEdgeDeploymentPlan Source #

See: newDescribeEdgeDeploymentPlan smart constructor.

Constructors

DescribeEdgeDeploymentPlan' 

Fields

Instances

Instances details
ToJSON DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

ToHeaders DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

ToPath DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

ToQuery DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

AWSRequest DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Generic DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Associated Types

type Rep DescribeEdgeDeploymentPlan :: Type -> Type #

Read DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Show DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

NFData DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Eq DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Hashable DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

type AWSResponse DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

type Rep DescribeEdgeDeploymentPlan Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

type Rep DescribeEdgeDeploymentPlan = D1 ('MetaData "DescribeEdgeDeploymentPlan" "Amazonka.SageMaker.DescribeEdgeDeploymentPlan" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeEdgeDeploymentPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edgeDeploymentPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeEdgeDeploymentPlan Source #

Create a value of DescribeEdgeDeploymentPlan 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:maxResults:DescribeEdgeDeploymentPlan', describeEdgeDeploymentPlan_maxResults - The maximum number of results to select (50 by default).

DescribeEdgeDeploymentPlan, describeEdgeDeploymentPlan_nextToken - If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.

DescribeEdgeDeploymentPlan, describeEdgeDeploymentPlan_edgeDeploymentPlanName - The name of the deployment plan to describe.

Request Lenses

describeEdgeDeploymentPlan_maxResults :: Lens' DescribeEdgeDeploymentPlan (Maybe Int) Source #

The maximum number of results to select (50 by default).

describeEdgeDeploymentPlan_nextToken :: Lens' DescribeEdgeDeploymentPlan (Maybe Text) Source #

If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.

Destructuring the Response

data DescribeEdgeDeploymentPlanResponse Source #

Constructors

DescribeEdgeDeploymentPlanResponse' 

Fields

Instances

Instances details
Generic DescribeEdgeDeploymentPlanResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Associated Types

type Rep DescribeEdgeDeploymentPlanResponse :: Type -> Type #

Read DescribeEdgeDeploymentPlanResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Show DescribeEdgeDeploymentPlanResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

NFData DescribeEdgeDeploymentPlanResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

Eq DescribeEdgeDeploymentPlanResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

type Rep DescribeEdgeDeploymentPlanResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgeDeploymentPlan

type Rep DescribeEdgeDeploymentPlanResponse = D1 ('MetaData "DescribeEdgeDeploymentPlanResponse" "Amazonka.SageMaker.DescribeEdgeDeploymentPlan" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeEdgeDeploymentPlanResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "edgeDeploymentFailed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "edgeDeploymentPending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "edgeDeploymentSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "edgeDeploymentPlanArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgeDeploymentPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "modelConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EdgeDeploymentModelConfig]) :*: (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeploymentStageStatusSummary]))))))

newDescribeEdgeDeploymentPlanResponse Source #

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

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_creationTime - The time when the edge deployment plan was created.

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_edgeDeploymentFailed - The number of edge devices that failed the deployment.

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_edgeDeploymentPending - The number of edge devices yet to pick up deployment, or in progress.

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_edgeDeploymentSuccess - The number of edge devices with the successful deployment.

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_lastModifiedTime - The time when the edge deployment plan was last updated.

DescribeEdgeDeploymentPlan, describeEdgeDeploymentPlanResponse_nextToken - Token to use when calling the next set of stages in the edge deployment plan.

$sel:httpStatus:DescribeEdgeDeploymentPlanResponse', describeEdgeDeploymentPlanResponse_httpStatus - The response's http status code.

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_edgeDeploymentPlanArn - The ARN of edge deployment plan.

DescribeEdgeDeploymentPlan, describeEdgeDeploymentPlanResponse_edgeDeploymentPlanName - The name of the edge deployment plan.

$sel:modelConfigs:DescribeEdgeDeploymentPlanResponse', describeEdgeDeploymentPlanResponse_modelConfigs - List of models associated with the edge deployment plan.

DescribeEdgeDeploymentPlanResponse, describeEdgeDeploymentPlanResponse_deviceFleetName - The device fleet used for this edge deployment plan.

$sel:stages:DescribeEdgeDeploymentPlanResponse', describeEdgeDeploymentPlanResponse_stages - List of stages in the edge deployment plan.

Response Lenses

describeEdgeDeploymentPlanResponse_edgeDeploymentPending :: Lens' DescribeEdgeDeploymentPlanResponse (Maybe Int) Source #

The number of edge devices yet to pick up deployment, or in progress.

describeEdgeDeploymentPlanResponse_nextToken :: Lens' DescribeEdgeDeploymentPlanResponse (Maybe Text) Source #

Token to use when calling the next set of stages in the edge deployment plan.