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 |
Retrieves information about a connector definition.
Synopsis
- data GetConnectorDefinition = GetConnectorDefinition' {}
- newGetConnectorDefinition :: Text -> GetConnectorDefinition
- getConnectorDefinition_connectorDefinitionId :: Lens' GetConnectorDefinition Text
- data GetConnectorDefinitionResponse = GetConnectorDefinitionResponse' {}
- newGetConnectorDefinitionResponse :: Int -> GetConnectorDefinitionResponse
- getConnectorDefinitionResponse_arn :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_creationTimestamp :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_id :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_lastUpdatedTimestamp :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_latestVersion :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_latestVersionArn :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_name :: Lens' GetConnectorDefinitionResponse (Maybe Text)
- getConnectorDefinitionResponse_tags :: Lens' GetConnectorDefinitionResponse (Maybe (HashMap Text Text))
- getConnectorDefinitionResponse_httpStatus :: Lens' GetConnectorDefinitionResponse Int
Creating a Request
data GetConnectorDefinition Source #
See: newGetConnectorDefinition
smart constructor.
GetConnectorDefinition' | |
|
Instances
newGetConnectorDefinition Source #
Create a value of GetConnectorDefinition
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:connectorDefinitionId:GetConnectorDefinition'
, getConnectorDefinition_connectorDefinitionId
- The ID of the connector definition.
Request Lenses
getConnectorDefinition_connectorDefinitionId :: Lens' GetConnectorDefinition Text Source #
The ID of the connector definition.
Destructuring the Response
data GetConnectorDefinitionResponse Source #
See: newGetConnectorDefinitionResponse
smart constructor.
GetConnectorDefinitionResponse' | |
|
Instances
newGetConnectorDefinitionResponse Source #
Create a value of GetConnectorDefinitionResponse
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:
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_arn
- The ARN of the definition.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_creationTimestamp
- The time, in milliseconds since the epoch, when the definition was
created.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_id
- The ID of the definition.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_lastUpdatedTimestamp
- The time, in milliseconds since the epoch, when the definition was last
updated.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_latestVersion
- The ID of the latest version associated with the definition.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_latestVersionArn
- The ARN of the latest version associated with the definition.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_name
- The name of the definition.
GetConnectorDefinitionResponse
, getConnectorDefinitionResponse_tags
- Tag(s) attached to the resource arn.
$sel:httpStatus:GetConnectorDefinitionResponse'
, getConnectorDefinitionResponse_httpStatus
- The response's http status code.
Response Lenses
getConnectorDefinitionResponse_arn :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The ARN of the definition.
getConnectorDefinitionResponse_creationTimestamp :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The time, in milliseconds since the epoch, when the definition was created.
getConnectorDefinitionResponse_id :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The ID of the definition.
getConnectorDefinitionResponse_lastUpdatedTimestamp :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The time, in milliseconds since the epoch, when the definition was last updated.
getConnectorDefinitionResponse_latestVersion :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The ID of the latest version associated with the definition.
getConnectorDefinitionResponse_latestVersionArn :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The ARN of the latest version associated with the definition.
getConnectorDefinitionResponse_name :: Lens' GetConnectorDefinitionResponse (Maybe Text) Source #
The name of the definition.
getConnectorDefinitionResponse_tags :: Lens' GetConnectorDefinitionResponse (Maybe (HashMap Text Text)) Source #
Tag(s) attached to the resource arn.
getConnectorDefinitionResponse_httpStatus :: Lens' GetConnectorDefinitionResponse Int Source #
The response's http status code.