amazonka-finspace-data-2.0: Amazon FinSpace Public API 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.FinSpaceData.GetWorkingLocation

Description

A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.

Synopsis

Creating a Request

data GetWorkingLocation Source #

See: newGetWorkingLocation smart constructor.

Constructors

GetWorkingLocation' 

Fields

  • locationType :: Maybe LocationType

    Specify the type of the working location.

    • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.
    • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

Instances

Instances details
ToJSON GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

ToHeaders GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

ToPath GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

ToQuery GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

AWSRequest GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Associated Types

type AWSResponse GetWorkingLocation #

Generic GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Associated Types

type Rep GetWorkingLocation :: Type -> Type #

Read GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Show GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

NFData GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Methods

rnf :: GetWorkingLocation -> () #

Eq GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Hashable GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

type AWSResponse GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

type Rep GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

type Rep GetWorkingLocation = D1 ('MetaData "GetWorkingLocation" "Amazonka.FinSpaceData.GetWorkingLocation" "amazonka-finspace-data-2.0-Io6eLKJnFUxHbvASHvgCzj" 'False) (C1 ('MetaCons "GetWorkingLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocationType))))

newGetWorkingLocation :: GetWorkingLocation Source #

Create a value of GetWorkingLocation 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:locationType:GetWorkingLocation', getWorkingLocation_locationType - Specify the type of the working location.

  • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.
  • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

Request Lenses

getWorkingLocation_locationType :: Lens' GetWorkingLocation (Maybe LocationType) Source #

Specify the type of the working location.

  • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.
  • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

Destructuring the Response

data GetWorkingLocationResponse Source #

See: newGetWorkingLocationResponse smart constructor.

Constructors

GetWorkingLocationResponse' 

Fields

Instances

Instances details
Generic GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Associated Types

type Rep GetWorkingLocationResponse :: Type -> Type #

Read GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Show GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

NFData GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Eq GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

type Rep GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

type Rep GetWorkingLocationResponse = D1 ('MetaData "GetWorkingLocationResponse" "Amazonka.FinSpaceData.GetWorkingLocation" "amazonka-finspace-data-2.0-Io6eLKJnFUxHbvASHvgCzj" 'False) (C1 ('MetaCons "GetWorkingLocationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetWorkingLocationResponse Source #

Create a value of GetWorkingLocationResponse 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:s3Bucket:GetWorkingLocationResponse', getWorkingLocationResponse_s3Bucket - Returns the Amazon S3 bucket name for the working location.

$sel:s3Path:GetWorkingLocationResponse', getWorkingLocationResponse_s3Path - Returns the Amazon S3 Path for the working location.

$sel:s3Uri:GetWorkingLocationResponse', getWorkingLocationResponse_s3Uri - Returns the Amazon S3 URI for the working location.

$sel:httpStatus:GetWorkingLocationResponse', getWorkingLocationResponse_httpStatus - The response's http status code.

Response Lenses

getWorkingLocationResponse_s3Bucket :: Lens' GetWorkingLocationResponse (Maybe Text) Source #

Returns the Amazon S3 bucket name for the working location.

getWorkingLocationResponse_s3Path :: Lens' GetWorkingLocationResponse (Maybe Text) Source #

Returns the Amazon S3 Path for the working location.

getWorkingLocationResponse_s3Uri :: Lens' GetWorkingLocationResponse (Maybe Text) Source #

Returns the Amazon S3 URI for the working location.