libZSservicesZSamazonka-finspace-dataZSamazonka-finspace-data
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.FinSpaceData.GetWorkingLocation

Description

A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero 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
Eq GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Read GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Show GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Generic GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Associated Types

type Rep GetWorkingLocation :: Type -> Type #

NFData GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Methods

rnf :: GetWorkingLocation -> () #

Hashable GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

ToJSON GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

AWSRequest GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Associated Types

type AWSResponse 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

type Rep GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

type Rep GetWorkingLocation = D1 ('MetaData "GetWorkingLocation" "Amazonka.FinSpaceData.GetWorkingLocation" "libZSservicesZSamazonka-finspace-dataZSamazonka-finspace-data" 'False) (C1 ('MetaCons "GetWorkingLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocationType))))
type AWSResponse GetWorkingLocation Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

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
Eq GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Read GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Show GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Generic GetWorkingLocationResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.GetWorkingLocation

Associated Types

type Rep GetWorkingLocationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-finspace-dataZSamazonka-finspace-data" 'False) (C1 ('MetaCons "GetWorkingLocationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Bucket") '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: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:s3Bucket:GetWorkingLocationResponse', getWorkingLocationResponse_s3Bucket - Returns the Amazon S3 bucket name for the working location.

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

Response Lenses

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.

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

Returns the Amazon S3 bucket name for the working location.