Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.SSOAdmin.DeletePermissionsBoundaryFromPermissionSet
Description
Deletes the permissions boundary from a specified PermissionSet.
Synopsis
- data DeletePermissionsBoundaryFromPermissionSet = DeletePermissionsBoundaryFromPermissionSet' {}
- newDeletePermissionsBoundaryFromPermissionSet :: Text -> Text -> DeletePermissionsBoundaryFromPermissionSet
- deletePermissionsBoundaryFromPermissionSet_instanceArn :: Lens' DeletePermissionsBoundaryFromPermissionSet Text
- deletePermissionsBoundaryFromPermissionSet_permissionSetArn :: Lens' DeletePermissionsBoundaryFromPermissionSet Text
- data DeletePermissionsBoundaryFromPermissionSetResponse = DeletePermissionsBoundaryFromPermissionSetResponse' {
- httpStatus :: Int
- newDeletePermissionsBoundaryFromPermissionSetResponse :: Int -> DeletePermissionsBoundaryFromPermissionSetResponse
- deletePermissionsBoundaryFromPermissionSetResponse_httpStatus :: Lens' DeletePermissionsBoundaryFromPermissionSetResponse Int
Creating a Request
data DeletePermissionsBoundaryFromPermissionSet Source #
See: newDeletePermissionsBoundaryFromPermissionSet
smart constructor.
Constructors
DeletePermissionsBoundaryFromPermissionSet' | |
Fields
|
Instances
newDeletePermissionsBoundaryFromPermissionSet Source #
Arguments
:: Text | |
-> Text | |
-> DeletePermissionsBoundaryFromPermissionSet |
Create a value of DeletePermissionsBoundaryFromPermissionSet
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:
DeletePermissionsBoundaryFromPermissionSet
, deletePermissionsBoundaryFromPermissionSet_instanceArn
- The ARN of the IAM Identity Center instance under which the operation
will be executed.
DeletePermissionsBoundaryFromPermissionSet
, deletePermissionsBoundaryFromPermissionSet_permissionSetArn
- The ARN of the PermissionSet
.
Request Lenses
deletePermissionsBoundaryFromPermissionSet_instanceArn :: Lens' DeletePermissionsBoundaryFromPermissionSet Text Source #
The ARN of the IAM Identity Center instance under which the operation will be executed.
deletePermissionsBoundaryFromPermissionSet_permissionSetArn :: Lens' DeletePermissionsBoundaryFromPermissionSet Text Source #
The ARN of the PermissionSet
.
Destructuring the Response
data DeletePermissionsBoundaryFromPermissionSetResponse Source #
See: newDeletePermissionsBoundaryFromPermissionSetResponse
smart constructor.
Constructors
DeletePermissionsBoundaryFromPermissionSetResponse' | |
Fields
|
Instances
newDeletePermissionsBoundaryFromPermissionSetResponse Source #
Arguments
:: Int |
|
-> DeletePermissionsBoundaryFromPermissionSetResponse |
Create a value of DeletePermissionsBoundaryFromPermissionSetResponse
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:DeletePermissionsBoundaryFromPermissionSetResponse'
, deletePermissionsBoundaryFromPermissionSetResponse_httpStatus
- The response's http status code.
Response Lenses
deletePermissionsBoundaryFromPermissionSetResponse_httpStatus :: Lens' DeletePermissionsBoundaryFromPermissionSetResponse Int Source #
The response's http status code.