| 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.Forecast.DescribeDatasetGroup
Description
Describes a dataset group created using the CreateDatasetGroup operation.
In addition to listing the parameters provided in the
CreateDatasetGroup request, this operation includes the following
properties:
DatasetArns- The datasets belonging to the group.CreationTime
LastModificationTime
Status
Synopsis
- data DescribeDatasetGroup = DescribeDatasetGroup' {}
- newDescribeDatasetGroup :: Text -> DescribeDatasetGroup
- describeDatasetGroup_datasetGroupArn :: Lens' DescribeDatasetGroup Text
- data DescribeDatasetGroupResponse = DescribeDatasetGroupResponse' {}
- newDescribeDatasetGroupResponse :: Int -> DescribeDatasetGroupResponse
- describeDatasetGroupResponse_creationTime :: Lens' DescribeDatasetGroupResponse (Maybe UTCTime)
- describeDatasetGroupResponse_datasetArns :: Lens' DescribeDatasetGroupResponse (Maybe [Text])
- describeDatasetGroupResponse_datasetGroupArn :: Lens' DescribeDatasetGroupResponse (Maybe Text)
- describeDatasetGroupResponse_datasetGroupName :: Lens' DescribeDatasetGroupResponse (Maybe Text)
- describeDatasetGroupResponse_domain :: Lens' DescribeDatasetGroupResponse (Maybe Domain)
- describeDatasetGroupResponse_lastModificationTime :: Lens' DescribeDatasetGroupResponse (Maybe UTCTime)
- describeDatasetGroupResponse_status :: Lens' DescribeDatasetGroupResponse (Maybe Text)
- describeDatasetGroupResponse_httpStatus :: Lens' DescribeDatasetGroupResponse Int
Creating a Request
data DescribeDatasetGroup Source #
See: newDescribeDatasetGroup smart constructor.
Constructors
| DescribeDatasetGroup' | |
Fields
| |
Instances
newDescribeDatasetGroup Source #
Arguments
| :: Text | |
| -> DescribeDatasetGroup |
Create a value of DescribeDatasetGroup 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:
DescribeDatasetGroup, describeDatasetGroup_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.
Request Lenses
describeDatasetGroup_datasetGroupArn :: Lens' DescribeDatasetGroup Text Source #
The Amazon Resource Name (ARN) of the dataset group.
Destructuring the Response
data DescribeDatasetGroupResponse Source #
See: newDescribeDatasetGroupResponse smart constructor.
Constructors
| DescribeDatasetGroupResponse' | |
Fields
| |
Instances
newDescribeDatasetGroupResponse Source #
Create a value of DescribeDatasetGroupResponse 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:
DescribeDatasetGroupResponse, describeDatasetGroupResponse_creationTime - When the dataset group was created.
$sel:datasetArns:DescribeDatasetGroupResponse', describeDatasetGroupResponse_datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in
the dataset group.
DescribeDatasetGroup, describeDatasetGroupResponse_datasetGroupArn - The ARN of the dataset group.
DescribeDatasetGroupResponse, describeDatasetGroupResponse_datasetGroupName - The name of the dataset group.
DescribeDatasetGroupResponse, describeDatasetGroupResponse_domain - The domain associated with the dataset group.
DescribeDatasetGroupResponse, describeDatasetGroupResponse_lastModificationTime - When the dataset group was created or last updated from a call to the
UpdateDatasetGroup
operation. While the dataset group is being updated,
LastModificationTime is the current time of the DescribeDatasetGroup
call.
DescribeDatasetGroupResponse, describeDatasetGroupResponse_status - The status of the dataset group. States include:
ACTIVE
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILEDUPDATE_PENDING,UPDATE_IN_PROGRESS,UPDATE_FAILED
The UPDATE states apply when you call the
UpdateDatasetGroup
operation.
The Status of the dataset group must be ACTIVE before you can use
the dataset group to create a predictor.
$sel:httpStatus:DescribeDatasetGroupResponse', describeDatasetGroupResponse_httpStatus - The response's http status code.
Response Lenses
describeDatasetGroupResponse_creationTime :: Lens' DescribeDatasetGroupResponse (Maybe UTCTime) Source #
When the dataset group was created.
describeDatasetGroupResponse_datasetArns :: Lens' DescribeDatasetGroupResponse (Maybe [Text]) Source #
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
describeDatasetGroupResponse_datasetGroupArn :: Lens' DescribeDatasetGroupResponse (Maybe Text) Source #
The ARN of the dataset group.
describeDatasetGroupResponse_datasetGroupName :: Lens' DescribeDatasetGroupResponse (Maybe Text) Source #
The name of the dataset group.
describeDatasetGroupResponse_domain :: Lens' DescribeDatasetGroupResponse (Maybe Domain) Source #
The domain associated with the dataset group.
describeDatasetGroupResponse_lastModificationTime :: Lens' DescribeDatasetGroupResponse (Maybe UTCTime) Source #
When the dataset group was created or last updated from a call to the
UpdateDatasetGroup
operation. While the dataset group is being updated,
LastModificationTime is the current time of the DescribeDatasetGroup
call.
describeDatasetGroupResponse_status :: Lens' DescribeDatasetGroupResponse (Maybe Text) Source #
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILEDUPDATE_PENDING,UPDATE_IN_PROGRESS,UPDATE_FAILED
The UPDATE states apply when you call the
UpdateDatasetGroup
operation.
The Status of the dataset group must be ACTIVE before you can use
the dataset group to create a predictor.
describeDatasetGroupResponse_httpStatus :: Lens' DescribeDatasetGroupResponse Int Source #
The response's http status code.