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 |
Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
Synopsis
- data GetConnectorDefinitionVersion = GetConnectorDefinitionVersion' {}
- newGetConnectorDefinitionVersion :: Text -> Text -> GetConnectorDefinitionVersion
- getConnectorDefinitionVersion_nextToken :: Lens' GetConnectorDefinitionVersion (Maybe Text)
- getConnectorDefinitionVersion_connectorDefinitionId :: Lens' GetConnectorDefinitionVersion Text
- getConnectorDefinitionVersion_connectorDefinitionVersionId :: Lens' GetConnectorDefinitionVersion Text
- data GetConnectorDefinitionVersionResponse = GetConnectorDefinitionVersionResponse' {}
- newGetConnectorDefinitionVersionResponse :: Int -> GetConnectorDefinitionVersionResponse
- getConnectorDefinitionVersionResponse_definition :: Lens' GetConnectorDefinitionVersionResponse (Maybe ConnectorDefinitionVersion)
- getConnectorDefinitionVersionResponse_arn :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text)
- getConnectorDefinitionVersionResponse_nextToken :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text)
- getConnectorDefinitionVersionResponse_creationTimestamp :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text)
- getConnectorDefinitionVersionResponse_version :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text)
- getConnectorDefinitionVersionResponse_id :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text)
- getConnectorDefinitionVersionResponse_httpStatus :: Lens' GetConnectorDefinitionVersionResponse Int
Creating a Request
data GetConnectorDefinitionVersion Source #
See: newGetConnectorDefinitionVersion
smart constructor.
GetConnectorDefinitionVersion' | |
|
Instances
newGetConnectorDefinitionVersion Source #
:: Text | |
-> Text |
|
-> GetConnectorDefinitionVersion |
Create a value of GetConnectorDefinitionVersion
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:nextToken:GetConnectorDefinitionVersion'
, getConnectorDefinitionVersion_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:connectorDefinitionId:GetConnectorDefinitionVersion'
, getConnectorDefinitionVersion_connectorDefinitionId
- The ID of the connector definition.
$sel:connectorDefinitionVersionId:GetConnectorDefinitionVersion'
, getConnectorDefinitionVersion_connectorDefinitionVersionId
- The ID of the connector definition version. This value maps to the
''Version'' property of the corresponding ''VersionInformation''
object, which is returned by ''ListConnectorDefinitionVersions''
requests. If the version is the last one that was associated with a
connector definition, the value also maps to the ''LatestVersion''
property of the corresponding ''DefinitionInformation'' object.
Request Lenses
getConnectorDefinitionVersion_nextToken :: Lens' GetConnectorDefinitionVersion (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
getConnectorDefinitionVersion_connectorDefinitionId :: Lens' GetConnectorDefinitionVersion Text Source #
The ID of the connector definition.
getConnectorDefinitionVersion_connectorDefinitionVersionId :: Lens' GetConnectorDefinitionVersion Text Source #
The ID of the connector definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions'' requests. If the version is the last one that was associated with a connector definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
Destructuring the Response
data GetConnectorDefinitionVersionResponse Source #
See: newGetConnectorDefinitionVersionResponse
smart constructor.
GetConnectorDefinitionVersionResponse' | |
|
Instances
newGetConnectorDefinitionVersionResponse Source #
Create a value of GetConnectorDefinitionVersionResponse
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:definition:GetConnectorDefinitionVersionResponse'
, getConnectorDefinitionVersionResponse_definition
- Information about the connector definition version.
$sel:arn:GetConnectorDefinitionVersionResponse'
, getConnectorDefinitionVersionResponse_arn
- The ARN of the connector definition version.
$sel:nextToken:GetConnectorDefinitionVersion'
, getConnectorDefinitionVersionResponse_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:creationTimestamp:GetConnectorDefinitionVersionResponse'
, getConnectorDefinitionVersionResponse_creationTimestamp
- The time, in milliseconds since the epoch, when the connector definition
version was created.
$sel:version:GetConnectorDefinitionVersionResponse'
, getConnectorDefinitionVersionResponse_version
- The version of the connector definition version.
$sel:id:GetConnectorDefinitionVersionResponse'
, getConnectorDefinitionVersionResponse_id
- The ID of the connector definition version.
$sel:httpStatus:GetConnectorDefinitionVersionResponse'
, getConnectorDefinitionVersionResponse_httpStatus
- The response's http status code.
Response Lenses
getConnectorDefinitionVersionResponse_definition :: Lens' GetConnectorDefinitionVersionResponse (Maybe ConnectorDefinitionVersion) Source #
Information about the connector definition version.
getConnectorDefinitionVersionResponse_arn :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text) Source #
The ARN of the connector definition version.
getConnectorDefinitionVersionResponse_nextToken :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
getConnectorDefinitionVersionResponse_creationTimestamp :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text) Source #
The time, in milliseconds since the epoch, when the connector definition version was created.
getConnectorDefinitionVersionResponse_version :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text) Source #
The version of the connector definition version.
getConnectorDefinitionVersionResponse_id :: Lens' GetConnectorDefinitionVersionResponse (Maybe Text) Source #
The ID of the connector definition version.
getConnectorDefinitionVersionResponse_httpStatus :: Lens' GetConnectorDefinitionVersionResponse Int Source #
The response's http status code.