| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
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
- data GetWorkingLocation = GetWorkingLocation' {}
 - newGetWorkingLocation :: GetWorkingLocation
 - getWorkingLocation_locationType :: Lens' GetWorkingLocation (Maybe LocationType)
 - data GetWorkingLocationResponse = GetWorkingLocationResponse' {}
 - newGetWorkingLocationResponse :: Int -> GetWorkingLocationResponse
 - getWorkingLocationResponse_s3Bucket :: Lens' GetWorkingLocationResponse (Maybe Text)
 - getWorkingLocationResponse_s3Path :: Lens' GetWorkingLocationResponse (Maybe Text)
 - getWorkingLocationResponse_s3Uri :: Lens' GetWorkingLocationResponse (Maybe Text)
 - getWorkingLocationResponse_httpStatus :: Lens' GetWorkingLocationResponse Int
 
Creating a Request
data GetWorkingLocation Source #
See: newGetWorkingLocation smart constructor.
Constructors
| GetWorkingLocation' | |
Fields 
  | |
Instances
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' | |
Instances
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.
getWorkingLocationResponse_httpStatus :: Lens' GetWorkingLocationResponse Int Source #
The response's http status code.