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 |
Provides summary information about the security profiles for the specified Amazon Connect instance.
For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
This operation returns paginated results.
Synopsis
- data ListSecurityProfiles = ListSecurityProfiles' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- instanceId :: Text
- newListSecurityProfiles :: Text -> ListSecurityProfiles
- listSecurityProfiles_nextToken :: Lens' ListSecurityProfiles (Maybe Text)
- listSecurityProfiles_maxResults :: Lens' ListSecurityProfiles (Maybe Natural)
- listSecurityProfiles_instanceId :: Lens' ListSecurityProfiles Text
- data ListSecurityProfilesResponse = ListSecurityProfilesResponse' {}
- newListSecurityProfilesResponse :: Int -> ListSecurityProfilesResponse
- listSecurityProfilesResponse_nextToken :: Lens' ListSecurityProfilesResponse (Maybe Text)
- listSecurityProfilesResponse_securityProfileSummaryList :: Lens' ListSecurityProfilesResponse (Maybe [SecurityProfileSummary])
- listSecurityProfilesResponse_httpStatus :: Lens' ListSecurityProfilesResponse Int
Creating a Request
data ListSecurityProfiles Source #
See: newListSecurityProfiles
smart constructor.
ListSecurityProfiles' | |
|
Instances
newListSecurityProfiles Source #
Create a value of ListSecurityProfiles
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:ListSecurityProfiles'
, listSecurityProfiles_nextToken
- The token for the next set of results. Use the value returned in the
previous response in the next request to retrieve the next set of
results.
$sel:maxResults:ListSecurityProfiles'
, listSecurityProfiles_maxResults
- The maximum number of results to return per page.
$sel:instanceId:ListSecurityProfiles'
, listSecurityProfiles_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
listSecurityProfiles_nextToken :: Lens' ListSecurityProfiles (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listSecurityProfiles_maxResults :: Lens' ListSecurityProfiles (Maybe Natural) Source #
The maximum number of results to return per page.
listSecurityProfiles_instanceId :: Lens' ListSecurityProfiles Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Destructuring the Response
data ListSecurityProfilesResponse Source #
See: newListSecurityProfilesResponse
smart constructor.
ListSecurityProfilesResponse' | |
|
Instances
newListSecurityProfilesResponse Source #
Create a value of ListSecurityProfilesResponse
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:ListSecurityProfiles'
, listSecurityProfilesResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:securityProfileSummaryList:ListSecurityProfilesResponse'
, listSecurityProfilesResponse_securityProfileSummaryList
- Information about the security profiles.
$sel:httpStatus:ListSecurityProfilesResponse'
, listSecurityProfilesResponse_httpStatus
- The response's http status code.
Response Lenses
listSecurityProfilesResponse_nextToken :: Lens' ListSecurityProfilesResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listSecurityProfilesResponse_securityProfileSummaryList :: Lens' ListSecurityProfilesResponse (Maybe [SecurityProfileSummary]) Source #
Information about the security profiles.
listSecurityProfilesResponse_httpStatus :: Lens' ListSecurityProfilesResponse Int Source #
The response's http status code.