libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSOAdmin.DeletePermissionSet

Description

Deletes the specified permission set.

Synopsis

Creating a Request

data DeletePermissionSet Source #

See: newDeletePermissionSet smart constructor.

Constructors

DeletePermissionSet' 

Fields

Instances

Instances details
Eq DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Read DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Show DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Generic DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Associated Types

type Rep DeletePermissionSet :: Type -> Type #

NFData DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Methods

rnf :: DeletePermissionSet -> () #

Hashable DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

ToJSON DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

AWSRequest DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Associated Types

type AWSResponse DeletePermissionSet #

ToHeaders DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

ToPath DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

ToQuery DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

type Rep DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

type Rep DeletePermissionSet = D1 ('MetaData "DeletePermissionSet" "Amazonka.SSOAdmin.DeletePermissionSet" "libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin" 'False) (C1 ('MetaCons "DeletePermissionSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "permissionSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePermissionSet Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

newDeletePermissionSet Source #

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.

Constructors

DeletePermissionSetResponse' 

Fields

Instances

Instances details
Eq DeletePermissionSetResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Read DeletePermissionSetResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Show DeletePermissionSetResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Generic DeletePermissionSetResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

Associated Types

type Rep DeletePermissionSetResponse :: Type -> Type #

NFData DeletePermissionSetResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

type Rep DeletePermissionSetResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeletePermissionSet

type Rep DeletePermissionSetResponse = D1 ('MetaData "DeletePermissionSetResponse" "Amazonka.SSOAdmin.DeletePermissionSet" "libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin" 'False) (C1 ('MetaCons "DeletePermissionSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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