libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.DescribeContext

Description

Describes a context.

Synopsis

Creating a Request

data DescribeContext Source #

See: newDescribeContext smart constructor.

Constructors

DescribeContext' 

Fields

Instances

Instances details
Eq DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Read DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Show DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Generic DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Associated Types

type Rep DescribeContext :: Type -> Type #

NFData DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Methods

rnf :: DescribeContext -> () #

Hashable DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

ToJSON DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

AWSRequest DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Associated Types

type AWSResponse DescribeContext #

ToHeaders DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

ToPath DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

ToQuery DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

type Rep DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

type Rep DescribeContext = D1 ('MetaData "DescribeContext" "Amazonka.SageMaker.DescribeContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

newDescribeContext Source #

Create a value of DescribeContext 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:contextName:DescribeContext', describeContext_contextName - The name of the context to describe.

Request Lenses

describeContext_contextName :: Lens' DescribeContext Text Source #

The name of the context to describe.

Destructuring the Response

data DescribeContextResponse Source #

See: newDescribeContextResponse smart constructor.

Constructors

DescribeContextResponse' 

Fields

Instances

Instances details
Eq DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Read DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Show DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Generic DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Associated Types

type Rep DescribeContextResponse :: Type -> Type #

NFData DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Methods

rnf :: DescribeContextResponse -> () #

type Rep DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

type Rep DescribeContextResponse = D1 ('MetaData "DescribeContextResponse" "Amazonka.SageMaker.DescribeContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeContextResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "contextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContextSource)) :*: (S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeContextResponse Source #

Create a value of DescribeContextResponse 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:creationTime:DescribeContextResponse', describeContextResponse_creationTime - When the context was created.

$sel:createdBy:DescribeContextResponse', describeContextResponse_createdBy - Undocumented member.

$sel:lastModifiedTime:DescribeContextResponse', describeContextResponse_lastModifiedTime - When the context was last modified.

$sel:contextType:DescribeContextResponse', describeContextResponse_contextType - The type of the context.

$sel:contextArn:DescribeContextResponse', describeContextResponse_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:source:DescribeContextResponse', describeContextResponse_source - The source of the context.

$sel:contextName:DescribeContext', describeContextResponse_contextName - The name of the context.

$sel:lastModifiedBy:DescribeContextResponse', describeContextResponse_lastModifiedBy - Undocumented member.

$sel:description:DescribeContextResponse', describeContextResponse_description - The description of the context.

$sel:properties:DescribeContextResponse', describeContextResponse_properties - A list of the context's properties.

$sel:httpStatus:DescribeContextResponse', describeContextResponse_httpStatus - The response's http status code.

Response Lenses

describeContextResponse_contextArn :: Lens' DescribeContextResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the context.