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

Description

Describes the space.

Synopsis

Creating a Request

data DescribeSpace Source #

See: newDescribeSpace smart constructor.

Constructors

DescribeSpace' 

Fields

Instances

Instances details
ToJSON DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

ToHeaders DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

ToPath DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

ToQuery DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

AWSRequest DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Associated Types

type AWSResponse DescribeSpace #

Generic DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Associated Types

type Rep DescribeSpace :: Type -> Type #

Read DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Show DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

NFData DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Methods

rnf :: DescribeSpace -> () #

Eq DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Hashable DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

type AWSResponse DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

type Rep DescribeSpace Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

type Rep DescribeSpace = D1 ('MetaData "DescribeSpace" "Amazonka.SageMaker.DescribeSpace" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeSpace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "spaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeSpace Source #

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

DescribeSpace, describeSpace_domainId - The ID of the associated Domain.

DescribeSpace, describeSpace_spaceName - The name of the space.

Request Lenses

describeSpace_domainId :: Lens' DescribeSpace Text Source #

The ID of the associated Domain.

Destructuring the Response

data DescribeSpaceResponse Source #

See: newDescribeSpaceResponse smart constructor.

Constructors

DescribeSpaceResponse' 

Fields

Instances

Instances details
Generic DescribeSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Associated Types

type Rep DescribeSpaceResponse :: Type -> Type #

Read DescribeSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Show DescribeSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

NFData DescribeSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

Methods

rnf :: DescribeSpaceResponse -> () #

Eq DescribeSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

type Rep DescribeSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSpace

newDescribeSpaceResponse Source #

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

DescribeSpaceResponse, describeSpaceResponse_creationTime - The creation time.

DescribeSpace, describeSpaceResponse_domainId - The ID of the associated Domain.

DescribeSpaceResponse, describeSpaceResponse_failureReason - The failure reason.

$sel:homeEfsFileSystemUid:DescribeSpaceResponse', describeSpaceResponse_homeEfsFileSystemUid - The ID of the space's profile in the Amazon Elastic File System volume.

DescribeSpaceResponse, describeSpaceResponse_lastModifiedTime - The last modified time.

$sel:spaceArn:DescribeSpaceResponse', describeSpaceResponse_spaceArn - The space's Amazon Resource Name (ARN).

DescribeSpace, describeSpaceResponse_spaceName - The name of the space.

$sel:spaceSettings:DescribeSpaceResponse', describeSpaceResponse_spaceSettings - A collection of space settings.

DescribeSpaceResponse, describeSpaceResponse_status - The status.

$sel:httpStatus:DescribeSpaceResponse', describeSpaceResponse_httpStatus - The response's http status code.

Response Lenses

describeSpaceResponse_homeEfsFileSystemUid :: Lens' DescribeSpaceResponse (Maybe Text) Source #

The ID of the space's profile in the Amazon Elastic File System volume.

describeSpaceResponse_spaceArn :: Lens' DescribeSpaceResponse (Maybe Text) Source #

The space's Amazon Resource Name (ARN).