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

Description

Describe a hub.

Synopsis

Creating a Request

data DescribeHub Source #

See: newDescribeHub smart constructor.

Constructors

DescribeHub' 

Fields

Instances

Instances details
ToJSON DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

ToHeaders DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Methods

toHeaders :: DescribeHub -> [Header] #

ToPath DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

ToQuery DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

AWSRequest DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Associated Types

type AWSResponse DescribeHub #

Generic DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Associated Types

type Rep DescribeHub :: Type -> Type #

Read DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Show DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

NFData DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Methods

rnf :: DescribeHub -> () #

Eq DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Hashable DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

type AWSResponse DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

type Rep DescribeHub Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

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

newDescribeHub Source #

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

DescribeHub, describeHub_hubName - The name of the hub to describe.

Request Lenses

describeHub_hubName :: Lens' DescribeHub Text Source #

The name of the hub to describe.

Destructuring the Response

data DescribeHubResponse Source #

See: newDescribeHubResponse smart constructor.

Constructors

DescribeHubResponse' 

Fields

Instances

Instances details
Generic DescribeHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Associated Types

type Rep DescribeHubResponse :: Type -> Type #

Read DescribeHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Show DescribeHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

NFData DescribeHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

Methods

rnf :: DescribeHubResponse -> () #

Eq DescribeHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

type Rep DescribeHubResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHub

newDescribeHubResponse Source #

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

DescribeHubResponse, describeHubResponse_failureReason - The failure reason if importing hub content failed.

DescribeHubResponse, describeHubResponse_hubDescription - A description of the hub.

DescribeHubResponse, describeHubResponse_hubDisplayName - The display name of the hub.

DescribeHubResponse, describeHubResponse_hubSearchKeywords - The searchable keywords for the hub.

DescribeHubResponse, describeHubResponse_s3StorageConfig - The Amazon S3 storage configuration for the hub.

$sel:httpStatus:DescribeHubResponse', describeHubResponse_httpStatus - The response's http status code.

DescribeHub, describeHubResponse_hubName - The name of the hub.

DescribeHubResponse, describeHubResponse_hubArn - The Amazon Resource Name (ARN) of the hub.

DescribeHubResponse, describeHubResponse_hubStatus - The status of the hub.

DescribeHubResponse, describeHubResponse_creationTime - The date and time that the hub was created.

DescribeHubResponse, describeHubResponse_lastModifiedTime - The date and time that the hub was last modified.

Response Lenses

describeHubResponse_failureReason :: Lens' DescribeHubResponse (Maybe Text) Source #

The failure reason if importing hub content failed.

describeHubResponse_hubArn :: Lens' DescribeHubResponse Text Source #

The Amazon Resource Name (ARN) of the hub.

describeHubResponse_creationTime :: Lens' DescribeHubResponse UTCTime Source #

The date and time that the hub was created.

describeHubResponse_lastModifiedTime :: Lens' DescribeHubResponse UTCTime Source #

The date and time that the hub was last modified.