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 |
Deletes the specified permission set.
Synopsis
- data DeletePermissionSet = DeletePermissionSet' {}
- newDeletePermissionSet :: Text -> Text -> DeletePermissionSet
- deletePermissionSet_instanceArn :: Lens' DeletePermissionSet Text
- deletePermissionSet_permissionSetArn :: Lens' DeletePermissionSet Text
- data DeletePermissionSetResponse = DeletePermissionSetResponse' {
- httpStatus :: Int
- newDeletePermissionSetResponse :: Int -> DeletePermissionSetResponse
- deletePermissionSetResponse_httpStatus :: Lens' DeletePermissionSetResponse Int
Creating a Request
data DeletePermissionSet Source #
See: newDeletePermissionSet
smart constructor.
DeletePermissionSet' | |
|
Instances
newDeletePermissionSet Source #
:: Text | |
-> Text | |
-> DeletePermissionSet |
Create a value of DeletePermissionSet
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:instanceArn:DeletePermissionSet'
, deletePermissionSet_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.
$sel:permissionSetArn:DeletePermissionSet'
, deletePermissionSet_permissionSetArn
- The ARN of the permission set that should be deleted.
Request Lenses
deletePermissionSet_instanceArn :: Lens' DeletePermissionSet 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.
deletePermissionSet_permissionSetArn :: Lens' DeletePermissionSet Text Source #
The ARN of the permission set that should be deleted.
Destructuring the Response
data DeletePermissionSetResponse Source #
See: newDeletePermissionSetResponse
smart constructor.
DeletePermissionSetResponse' | |
|
Instances
newDeletePermissionSetResponse Source #
Create a value of DeletePermissionSetResponse
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:httpStatus:DeletePermissionSetResponse'
, deletePermissionSetResponse_httpStatus
- The response's http status code.
Response Lenses
deletePermissionSetResponse_httpStatus :: Lens' DeletePermissionSetResponse Int Source #
The response's http status code.