@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSSSOAdminClient extends AmazonWebServiceClient implements AWSSSOAdmin
Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO access to multiple Amazon Web Services accounts and business applications. This guide provides information on SSO operations which could be used for access management of Amazon Web Services accounts. For information about Amazon Web Services SSO features, see the Amazon Web Services Single Sign-On User Guide.
Many operations in the SSO APIs rely on identifiers for users and groups, known as principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSSSOAdminClientBuilder builder()
public AttachManagedPolicyToPermissionSetResult attachManagedPolicyToPermissionSet(AttachManagedPolicyToPermissionSetRequest request)
Attaches an IAM managed policy ARN to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this operation. Calling ProvisionPermissionSet
applies the corresponding IAM policy updates to all assigned accounts.
attachManagedPolicyToPermissionSet
in interface AWSSSOAdmin
attachManagedPolicyToPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public CreateAccountAssignmentResult createAccountAssignment(CreateAccountAssignmentRequest request)
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
The term principal here refers to a user or group that is defined in Amazon Web Services SSO.
As part of a successful CreateAccountAssignment
call, the specified permission set will
automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the
SSO-created IAM role. If the permission set is subsequently updated, the corresponding IAM policies attached to
roles in your accounts will not be updated automatically. In this case, you must call
ProvisionPermissionSet
to make these updates.
createAccountAssignment
in interface AWSSSOAdmin
createAccountAssignmentRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public CreateInstanceAccessControlAttributeConfigurationResult createInstanceAccessControlAttributeConfiguration(CreateInstanceAccessControlAttributeConfigurationRequest request)
Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
createInstanceAccessControlAttributeConfiguration
in interface AWSSSOAdmin
createInstanceAccessControlAttributeConfigurationRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.ResourceNotFoundException
- Indicates that a requested resource is not found.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public CreatePermissionSetResult createPermissionSet(CreatePermissionSetRequest request)
Creates a permission set within a specified SSO instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment
.
createPermissionSet
in interface AWSSSOAdmin
createPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public DeleteAccountAssignmentResult deleteAccountAssignment(DeleteAccountAssignmentRequest request)
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
deleteAccountAssignment
in interface AWSSSOAdmin
deleteAccountAssignmentRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public DeleteInlinePolicyFromPermissionSetResult deleteInlinePolicyFromPermissionSet(DeleteInlinePolicyFromPermissionSetRequest request)
Deletes the inline policy from a specified permission set.
deleteInlinePolicyFromPermissionSet
in interface AWSSSOAdmin
deleteInlinePolicyFromPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public DeleteInstanceAccessControlAttributeConfigurationResult deleteInstanceAccessControlAttributeConfiguration(DeleteInstanceAccessControlAttributeConfigurationRequest request)
Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
deleteInstanceAccessControlAttributeConfiguration
in interface AWSSSOAdmin
deleteInstanceAccessControlAttributeConfigurationRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.ResourceNotFoundException
- Indicates that a requested resource is not found.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public DeletePermissionSetResult deletePermissionSet(DeletePermissionSetRequest request)
Deletes the specified permission set.
deletePermissionSet
in interface AWSSSOAdmin
deletePermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public DescribeAccountAssignmentCreationStatusResult describeAccountAssignmentCreationStatus(DescribeAccountAssignmentCreationStatusRequest request)
Describes the status of the assignment creation request.
describeAccountAssignmentCreationStatus
in interface AWSSSOAdmin
describeAccountAssignmentCreationStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public DescribeAccountAssignmentDeletionStatusResult describeAccountAssignmentDeletionStatus(DescribeAccountAssignmentDeletionStatusRequest request)
Describes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatus
in interface AWSSSOAdmin
describeAccountAssignmentDeletionStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public DescribeInstanceAccessControlAttributeConfigurationResult describeInstanceAccessControlAttributeConfiguration(DescribeInstanceAccessControlAttributeConfigurationRequest request)
Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
describeInstanceAccessControlAttributeConfiguration
in interface AWSSSOAdmin
describeInstanceAccessControlAttributeConfigurationRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.public DescribePermissionSetResult describePermissionSet(DescribePermissionSetRequest request)
Gets the details of the permission set.
describePermissionSet
in interface AWSSSOAdmin
describePermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public DescribePermissionSetProvisioningStatusResult describePermissionSetProvisioningStatus(DescribePermissionSetProvisioningStatusRequest request)
Describes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatus
in interface AWSSSOAdmin
describePermissionSetProvisioningStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public DetachManagedPolicyFromPermissionSetResult detachManagedPolicyFromPermissionSet(DetachManagedPolicyFromPermissionSetRequest request)
Detaches the attached IAM managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSet
in interface AWSSSOAdmin
detachManagedPolicyFromPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public GetInlinePolicyForPermissionSetResult getInlinePolicyForPermissionSet(GetInlinePolicyForPermissionSetRequest request)
Obtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSet
in interface AWSSSOAdmin
getInlinePolicyForPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListAccountAssignmentCreationStatusResult listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest request)
Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
listAccountAssignmentCreationStatus
in interface AWSSSOAdmin
listAccountAssignmentCreationStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListAccountAssignmentDeletionStatusResult listAccountAssignmentDeletionStatus(ListAccountAssignmentDeletionStatusRequest request)
Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
listAccountAssignmentDeletionStatus
in interface AWSSSOAdmin
listAccountAssignmentDeletionStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListAccountAssignmentsResult listAccountAssignments(ListAccountAssignmentsRequest request)
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignments
in interface AWSSSOAdmin
listAccountAssignmentsRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListAccountsForProvisionedPermissionSetResult listAccountsForProvisionedPermissionSet(ListAccountsForProvisionedPermissionSetRequest request)
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSet
in interface AWSSSOAdmin
listAccountsForProvisionedPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListInstancesResult listInstances(ListInstancesRequest request)
Lists the SSO instances that the caller has access to.
listInstances
in interface AWSSSOAdmin
listInstancesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.public ListManagedPoliciesInPermissionSetResult listManagedPoliciesInPermissionSet(ListManagedPoliciesInPermissionSetRequest request)
Lists the IAM managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSet
in interface AWSSSOAdmin
listManagedPoliciesInPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListPermissionSetProvisioningStatusResult listPermissionSetProvisioningStatus(ListPermissionSetProvisioningStatusRequest request)
Lists the status of the permission set provisioning requests for a specified SSO instance.
listPermissionSetProvisioningStatus
in interface AWSSSOAdmin
listPermissionSetProvisioningStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListPermissionSetsResult listPermissionSets(ListPermissionSetsRequest request)
Lists the PermissionSets in an SSO instance.
listPermissionSets
in interface AWSSSOAdmin
listPermissionSetsRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListPermissionSetsProvisionedToAccountResult listPermissionSetsProvisionedToAccount(ListPermissionSetsProvisionedToAccountRequest request)
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccount
in interface AWSSSOAdmin
listPermissionSetsProvisionedToAccountRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists the tags that are attached to a specified resource.
listTagsForResource
in interface AWSSSOAdmin
listTagsForResourceRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.public ProvisionPermissionSetResult provisionPermissionSet(ProvisionPermissionSetRequest request)
The process by which a specified permission set is provisioned to the specified target.
provisionPermissionSet
in interface AWSSSOAdmin
provisionPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public PutInlinePolicyToPermissionSetResult putInlinePolicyToPermissionSet(PutInlinePolicyToPermissionSetRequest request)
Attaches an IAM inline policy to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this action to apply the corresponding IAM policy updates to
all assigned accounts.
putInlinePolicyToPermissionSet
in interface AWSSSOAdmin
putInlinePolicyToPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public TagResourceResult tagResource(TagResourceRequest request)
Associates a set of tags with a specified resource.
tagResource
in interface AWSSSOAdmin
tagResourceRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public UntagResourceResult untagResource(UntagResourceRequest request)
Disassociates a set of tags from a specified resource.
untagResource
in interface AWSSSOAdmin
untagResourceRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public UpdateInstanceAccessControlAttributeConfigurationResult updateInstanceAccessControlAttributeConfiguration(UpdateInstanceAccessControlAttributeConfigurationRequest request)
Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO identity store. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
updateInstanceAccessControlAttributeConfiguration
in interface AWSSSOAdmin
updateInstanceAccessControlAttributeConfigurationRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.ResourceNotFoundException
- Indicates that a requested resource is not found.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public UpdatePermissionSetResult updatePermissionSet(UpdatePermissionSetRequest request)
Updates an existing permission set.
updatePermissionSet
in interface AWSSSOAdmin
updatePermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSSSOAdmin
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSSSOAdmin
shutdown
in class AmazonWebServiceClient