| 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.IoTFleetWise.GetDecoderManifest
Description
Retrieves information about a created decoder manifest.
Synopsis
- data GetDecoderManifest = GetDecoderManifest' {}
- newGetDecoderManifest :: Text -> GetDecoderManifest
- getDecoderManifest_name :: Lens' GetDecoderManifest Text
- data GetDecoderManifestResponse = GetDecoderManifestResponse' {
- description :: Maybe Text
- modelManifestArn :: Maybe Text
- status :: Maybe ManifestStatus
- httpStatus :: Int
- name :: Text
- arn :: Text
- creationTime :: POSIX
- lastModificationTime :: POSIX
- newGetDecoderManifestResponse :: Int -> Text -> Text -> UTCTime -> UTCTime -> GetDecoderManifestResponse
- getDecoderManifestResponse_description :: Lens' GetDecoderManifestResponse (Maybe Text)
- getDecoderManifestResponse_modelManifestArn :: Lens' GetDecoderManifestResponse (Maybe Text)
- getDecoderManifestResponse_status :: Lens' GetDecoderManifestResponse (Maybe ManifestStatus)
- getDecoderManifestResponse_httpStatus :: Lens' GetDecoderManifestResponse Int
- getDecoderManifestResponse_name :: Lens' GetDecoderManifestResponse Text
- getDecoderManifestResponse_arn :: Lens' GetDecoderManifestResponse Text
- getDecoderManifestResponse_creationTime :: Lens' GetDecoderManifestResponse UTCTime
- getDecoderManifestResponse_lastModificationTime :: Lens' GetDecoderManifestResponse UTCTime
Creating a Request
data GetDecoderManifest Source #
See: newGetDecoderManifest smart constructor.
Constructors
| GetDecoderManifest' | |
Instances
newGetDecoderManifest Source #
Arguments
| :: Text | |
| -> GetDecoderManifest |
Create a value of GetDecoderManifest 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:
GetDecoderManifest, getDecoderManifest_name - The name of the decoder manifest to retrieve information about.
Request Lenses
getDecoderManifest_name :: Lens' GetDecoderManifest Text Source #
The name of the decoder manifest to retrieve information about.
Destructuring the Response
data GetDecoderManifestResponse Source #
See: newGetDecoderManifestResponse smart constructor.
Constructors
| GetDecoderManifestResponse' | |
Fields
| |
Instances
newGetDecoderManifestResponse Source #
Create a value of GetDecoderManifestResponse 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:
GetDecoderManifestResponse, getDecoderManifestResponse_description - A brief description of the decoder manifest.
GetDecoderManifestResponse, getDecoderManifestResponse_modelManifestArn - The ARN of a vehicle model (model manifest) associated with the decoder
manifest.
GetDecoderManifestResponse, getDecoderManifestResponse_status - The state of the decoder manifest. If the status is ACTIVE, the
decoder manifest can't be edited. If the status is marked DRAFT, you
can edit the decoder manifest.
$sel:httpStatus:GetDecoderManifestResponse', getDecoderManifestResponse_httpStatus - The response's http status code.
GetDecoderManifest, getDecoderManifestResponse_name - The name of the decoder manifest.
GetDecoderManifestResponse, getDecoderManifestResponse_arn - The Amazon Resource Name (ARN) of the decoder manifest.
GetDecoderManifestResponse, getDecoderManifestResponse_creationTime - The time the decoder manifest was created in seconds since epoch
(January 1, 1970 at midnight UTC time).
GetDecoderManifestResponse, getDecoderManifestResponse_lastModificationTime - The time the decoder manifest was last updated in seconds since epoch
(January 1, 1970 at midnight UTC time).
Response Lenses
getDecoderManifestResponse_description :: Lens' GetDecoderManifestResponse (Maybe Text) Source #
A brief description of the decoder manifest.
getDecoderManifestResponse_modelManifestArn :: Lens' GetDecoderManifestResponse (Maybe Text) Source #
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
getDecoderManifestResponse_status :: Lens' GetDecoderManifestResponse (Maybe ManifestStatus) Source #
The state of the decoder manifest. If the status is ACTIVE, the
decoder manifest can't be edited. If the status is marked DRAFT, you
can edit the decoder manifest.
getDecoderManifestResponse_httpStatus :: Lens' GetDecoderManifestResponse Int Source #
The response's http status code.
getDecoderManifestResponse_name :: Lens' GetDecoderManifestResponse Text Source #
The name of the decoder manifest.
getDecoderManifestResponse_arn :: Lens' GetDecoderManifestResponse Text Source #
The Amazon Resource Name (ARN) of the decoder manifest.
getDecoderManifestResponse_creationTime :: Lens' GetDecoderManifestResponse UTCTime Source #
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
getDecoderManifestResponse_lastModificationTime :: Lens' GetDecoderManifestResponse UTCTime Source #
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).