Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data GetWorkingLocation = GetWorkingLocation' {}
- newGetWorkingLocation :: GetWorkingLocation
- getWorkingLocation_locationType :: Lens' GetWorkingLocation (Maybe LocationType)
- data GetWorkingLocationResponse = GetWorkingLocationResponse' {}
- newGetWorkingLocationResponse :: Int -> GetWorkingLocationResponse
- getWorkingLocationResponse_s3Path :: Lens' GetWorkingLocationResponse (Maybe Text)
- getWorkingLocationResponse_s3Uri :: Lens' GetWorkingLocationResponse (Maybe Text)
- getWorkingLocationResponse_s3Bucket :: Lens' GetWorkingLocationResponse (Maybe Text)
- getWorkingLocationResponse_httpStatus :: Lens' GetWorkingLocationResponse Int
Creating a Request
data GetWorkingLocation Source #
See: newGetWorkingLocation
smart constructor.
GetWorkingLocation' | |
|
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.
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: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.
getWorkingLocationResponse_httpStatus :: Lens' GetWorkingLocationResponse Int Source #
The response's http status code.