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 |
Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
This operation returns paginated results.
Synopsis
- data ListAccountAssignmentCreationStatus = ListAccountAssignmentCreationStatus' {}
- newListAccountAssignmentCreationStatus :: Text -> ListAccountAssignmentCreationStatus
- listAccountAssignmentCreationStatus_nextToken :: Lens' ListAccountAssignmentCreationStatus (Maybe Text)
- listAccountAssignmentCreationStatus_filter :: Lens' ListAccountAssignmentCreationStatus (Maybe OperationStatusFilter)
- listAccountAssignmentCreationStatus_maxResults :: Lens' ListAccountAssignmentCreationStatus (Maybe Natural)
- listAccountAssignmentCreationStatus_instanceArn :: Lens' ListAccountAssignmentCreationStatus Text
- data ListAccountAssignmentCreationStatusResponse = ListAccountAssignmentCreationStatusResponse' {}
- newListAccountAssignmentCreationStatusResponse :: Int -> ListAccountAssignmentCreationStatusResponse
- listAccountAssignmentCreationStatusResponse_accountAssignmentsCreationStatus :: Lens' ListAccountAssignmentCreationStatusResponse (Maybe [AccountAssignmentOperationStatusMetadata])
- listAccountAssignmentCreationStatusResponse_nextToken :: Lens' ListAccountAssignmentCreationStatusResponse (Maybe Text)
- listAccountAssignmentCreationStatusResponse_httpStatus :: Lens' ListAccountAssignmentCreationStatusResponse Int
Creating a Request
data ListAccountAssignmentCreationStatus Source #
See: newListAccountAssignmentCreationStatus
smart constructor.
ListAccountAssignmentCreationStatus' | |
|
Instances
newListAccountAssignmentCreationStatus Source #
Create a value of ListAccountAssignmentCreationStatus
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:ListAccountAssignmentCreationStatus'
, listAccountAssignmentCreationStatus_nextToken
- The pagination token for the list API. Initially the value is null. Use
the output of previous API calls to make subsequent calls.
$sel:filter':ListAccountAssignmentCreationStatus'
, listAccountAssignmentCreationStatus_filter
- Filters results based on the passed attribute value.
$sel:maxResults:ListAccountAssignmentCreationStatus'
, listAccountAssignmentCreationStatus_maxResults
- The maximum number of results to display for the assignment.
$sel:instanceArn:ListAccountAssignmentCreationStatus'
, listAccountAssignmentCreationStatus_instanceArn
- The ARN of the SSO instance under which the operation will be executed.
For more information about ARNs, see
Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces
in the Amazon Web Services General Reference.
Request Lenses
listAccountAssignmentCreationStatus_nextToken :: Lens' ListAccountAssignmentCreationStatus (Maybe Text) Source #
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
listAccountAssignmentCreationStatus_filter :: Lens' ListAccountAssignmentCreationStatus (Maybe OperationStatusFilter) Source #
Filters results based on the passed attribute value.
listAccountAssignmentCreationStatus_maxResults :: Lens' ListAccountAssignmentCreationStatus (Maybe Natural) Source #
The maximum number of results to display for the assignment.
listAccountAssignmentCreationStatus_instanceArn :: Lens' ListAccountAssignmentCreationStatus Text Source #
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
Destructuring the Response
data ListAccountAssignmentCreationStatusResponse Source #
See: newListAccountAssignmentCreationStatusResponse
smart constructor.
ListAccountAssignmentCreationStatusResponse' | |
|
Instances
newListAccountAssignmentCreationStatusResponse Source #
:: Int |
|
-> ListAccountAssignmentCreationStatusResponse |
Create a value of ListAccountAssignmentCreationStatusResponse
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:accountAssignmentsCreationStatus:ListAccountAssignmentCreationStatusResponse'
, listAccountAssignmentCreationStatusResponse_accountAssignmentsCreationStatus
- The status object for the account assignment creation operation.
$sel:nextToken:ListAccountAssignmentCreationStatus'
, listAccountAssignmentCreationStatusResponse_nextToken
- The pagination token for the list API. Initially the value is null. Use
the output of previous API calls to make subsequent calls.
$sel:httpStatus:ListAccountAssignmentCreationStatusResponse'
, listAccountAssignmentCreationStatusResponse_httpStatus
- The response's http status code.
Response Lenses
listAccountAssignmentCreationStatusResponse_accountAssignmentsCreationStatus :: Lens' ListAccountAssignmentCreationStatusResponse (Maybe [AccountAssignmentOperationStatusMetadata]) Source #
The status object for the account assignment creation operation.
listAccountAssignmentCreationStatusResponse_nextToken :: Lens' ListAccountAssignmentCreationStatusResponse (Maybe Text) Source #
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
listAccountAssignmentCreationStatusResponse_httpStatus :: Lens' ListAccountAssignmentCreationStatusResponse Int Source #
The response's http status code.