amazonka-sagemaker-edge-2.0: Amazon Sagemaker Edge Manager 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.SageMakerEdge.GetDeployments

Description

Use to get the active deployments from a device.

Synopsis

Creating a Request

data GetDeployments Source #

See: newGetDeployments smart constructor.

Constructors

GetDeployments' 

Fields

  • deviceName :: Text

    The unique name of the device you want to get the configuration of active deployments from.

  • deviceFleetName :: Text

    The name of the fleet that the device belongs to.

Instances

Instances details
ToJSON GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

ToHeaders GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

ToPath GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

ToQuery GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

AWSRequest GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Associated Types

type AWSResponse GetDeployments #

Generic GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Associated Types

type Rep GetDeployments :: Type -> Type #

Read GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Show GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

NFData GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Methods

rnf :: GetDeployments -> () #

Eq GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Hashable GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type AWSResponse GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeployments = D1 ('MetaData "GetDeployments" "Amazonka.SageMakerEdge.GetDeployments" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "GetDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeployments Source #

Create a value of GetDeployments 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:deviceName:GetDeployments', getDeployments_deviceName - The unique name of the device you want to get the configuration of active deployments from.

$sel:deviceFleetName:GetDeployments', getDeployments_deviceFleetName - The name of the fleet that the device belongs to.

Request Lenses

getDeployments_deviceName :: Lens' GetDeployments Text Source #

The unique name of the device you want to get the configuration of active deployments from.

getDeployments_deviceFleetName :: Lens' GetDeployments Text Source #

The name of the fleet that the device belongs to.

Destructuring the Response

data GetDeploymentsResponse Source #

See: newGetDeploymentsResponse smart constructor.

Constructors

GetDeploymentsResponse' 

Fields

Instances

Instances details
Generic GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Associated Types

type Rep GetDeploymentsResponse :: Type -> Type #

Read GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Show GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

NFData GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Methods

rnf :: GetDeploymentsResponse -> () #

Eq GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeploymentsResponse = D1 ('MetaData "GetDeploymentsResponse" "Amazonka.SageMakerEdge.GetDeployments" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "GetDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeDeployment])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentsResponse Source #

Create a value of GetDeploymentsResponse 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:deployments:GetDeploymentsResponse', getDeploymentsResponse_deployments - Returns a list of the configurations of the active deployments on the device.

$sel:httpStatus:GetDeploymentsResponse', getDeploymentsResponse_httpStatus - The response's http status code.

Response Lenses

getDeploymentsResponse_deployments :: Lens' GetDeploymentsResponse (Maybe [EdgeDeployment]) Source #

Returns a list of the configurations of the active deployments on the device.