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 |
Returns an integration for a domain.
Synopsis
- data GetIntegration = GetIntegration' {
- domainName :: Text
- uri :: Text
- newGetIntegration :: Text -> Text -> GetIntegration
- getIntegration_domainName :: Lens' GetIntegration Text
- getIntegration_uri :: Lens' GetIntegration Text
- data GetIntegrationResponse = GetIntegrationResponse' {
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- domainName :: Text
- uri :: Text
- objectTypeName :: Text
- createdAt :: POSIX
- lastUpdatedAt :: POSIX
- newGetIntegrationResponse :: Int -> Text -> Text -> Text -> UTCTime -> UTCTime -> GetIntegrationResponse
- getIntegrationResponse_tags :: Lens' GetIntegrationResponse (Maybe (HashMap Text Text))
- getIntegrationResponse_httpStatus :: Lens' GetIntegrationResponse Int
- getIntegrationResponse_domainName :: Lens' GetIntegrationResponse Text
- getIntegrationResponse_uri :: Lens' GetIntegrationResponse Text
- getIntegrationResponse_objectTypeName :: Lens' GetIntegrationResponse Text
- getIntegrationResponse_createdAt :: Lens' GetIntegrationResponse UTCTime
- getIntegrationResponse_lastUpdatedAt :: Lens' GetIntegrationResponse UTCTime
Creating a Request
data GetIntegration Source #
See: newGetIntegration
smart constructor.
GetIntegration' | |
|
Instances
Create a value of GetIntegration
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:domainName:GetIntegration'
, getIntegration_domainName
- The unique name of the domain.
$sel:uri:GetIntegration'
, getIntegration_uri
- The URI of the S3 bucket or any other type of data source.
Request Lenses
getIntegration_domainName :: Lens' GetIntegration Text Source #
The unique name of the domain.
getIntegration_uri :: Lens' GetIntegration Text Source #
The URI of the S3 bucket or any other type of data source.
Destructuring the Response
data GetIntegrationResponse Source #
See: newGetIntegrationResponse
smart constructor.
GetIntegrationResponse' | |
|
Instances
newGetIntegrationResponse Source #
Create a value of GetIntegrationResponse
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:tags:GetIntegrationResponse'
, getIntegrationResponse_tags
- The tags used to organize, track, or control access for this resource.
$sel:httpStatus:GetIntegrationResponse'
, getIntegrationResponse_httpStatus
- The response's http status code.
$sel:domainName:GetIntegration'
, getIntegrationResponse_domainName
- The unique name of the domain.
$sel:uri:GetIntegration'
, getIntegrationResponse_uri
- The URI of the S3 bucket or any other type of data source.
$sel:objectTypeName:GetIntegrationResponse'
, getIntegrationResponse_objectTypeName
- The name of the profile object type.
$sel:createdAt:GetIntegrationResponse'
, getIntegrationResponse_createdAt
- The timestamp of when the domain was created.
$sel:lastUpdatedAt:GetIntegrationResponse'
, getIntegrationResponse_lastUpdatedAt
- The timestamp of when the domain was most recently edited.
Response Lenses
getIntegrationResponse_tags :: Lens' GetIntegrationResponse (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource.
getIntegrationResponse_httpStatus :: Lens' GetIntegrationResponse Int Source #
The response's http status code.
getIntegrationResponse_domainName :: Lens' GetIntegrationResponse Text Source #
The unique name of the domain.
getIntegrationResponse_uri :: Lens' GetIntegrationResponse Text Source #
The URI of the S3 bucket or any other type of data source.
getIntegrationResponse_objectTypeName :: Lens' GetIntegrationResponse Text Source #
The name of the profile object type.
getIntegrationResponse_createdAt :: Lens' GetIntegrationResponse UTCTime Source #
The timestamp of when the domain was created.
getIntegrationResponse_lastUpdatedAt :: Lens' GetIntegrationResponse UTCTime Source #
The timestamp of when the domain was most recently edited.