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.DeleteAccountAssignment

Description

Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.

Synopsis

Creating a Request

data DeleteAccountAssignment Source #

See: newDeleteAccountAssignment smart constructor.

Constructors

DeleteAccountAssignment' 

Fields

Instances

Instances details
Eq DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Read DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Show DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Generic DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Associated Types

type Rep DeleteAccountAssignment :: Type -> Type #

NFData DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Methods

rnf :: DeleteAccountAssignment -> () #

Hashable DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

ToJSON DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

AWSRequest DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

ToHeaders DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

ToPath DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

ToQuery DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

type Rep DeleteAccountAssignment Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

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

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

newDeleteAccountAssignment Source #

Create a value of DeleteAccountAssignment 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:DeleteAccountAssignment', deleteAccountAssignment_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:targetId:DeleteAccountAssignment', deleteAccountAssignment_targetId - TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).

$sel:targetType:DeleteAccountAssignment', deleteAccountAssignment_targetType - The entity type for which the assignment will be deleted.

$sel:permissionSetArn:DeleteAccountAssignment', deleteAccountAssignment_permissionSetArn - The ARN of the permission set that will be used to remove access.

$sel:principalType:DeleteAccountAssignment', deleteAccountAssignment_principalType - The entity type for which the assignment will be deleted.

$sel:principalId:DeleteAccountAssignment', deleteAccountAssignment_principalId - An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.

Request Lenses

deleteAccountAssignment_instanceArn :: Lens' DeleteAccountAssignment 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.

deleteAccountAssignment_targetId :: Lens' DeleteAccountAssignment Text Source #

TargetID is an Amazon Web Services account identifier, typically a 10-12 digit string (For example, 123456789012).

deleteAccountAssignment_targetType :: Lens' DeleteAccountAssignment TargetType Source #

The entity type for which the assignment will be deleted.

deleteAccountAssignment_permissionSetArn :: Lens' DeleteAccountAssignment Text Source #

The ARN of the permission set that will be used to remove access.

deleteAccountAssignment_principalType :: Lens' DeleteAccountAssignment PrincipalType Source #

The entity type for which the assignment will be deleted.

deleteAccountAssignment_principalId :: Lens' DeleteAccountAssignment Text Source #

An identifier for an object in Amazon Web Services SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.

Destructuring the Response

data DeleteAccountAssignmentResponse Source #

See: newDeleteAccountAssignmentResponse smart constructor.

Constructors

DeleteAccountAssignmentResponse' 

Fields

Instances

Instances details
Eq DeleteAccountAssignmentResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Read DeleteAccountAssignmentResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Show DeleteAccountAssignmentResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Generic DeleteAccountAssignmentResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

Associated Types

type Rep DeleteAccountAssignmentResponse :: Type -> Type #

NFData DeleteAccountAssignmentResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

type Rep DeleteAccountAssignmentResponse Source # 
Instance details

Defined in Amazonka.SSOAdmin.DeleteAccountAssignment

type Rep DeleteAccountAssignmentResponse = D1 ('MetaData "DeleteAccountAssignmentResponse" "Amazonka.SSOAdmin.DeleteAccountAssignment" "libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin" 'False) (C1 ('MetaCons "DeleteAccountAssignmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountAssignmentDeletionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountAssignmentOperationStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAccountAssignmentResponse Source #

Create a value of DeleteAccountAssignmentResponse 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:accountAssignmentDeletionStatus:DeleteAccountAssignmentResponse', deleteAccountAssignmentResponse_accountAssignmentDeletionStatus - The status object for the account assignment deletion operation.

$sel:httpStatus:DeleteAccountAssignmentResponse', deleteAccountAssignmentResponse_httpStatus - The response's http status code.

Response Lenses