| 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 | namespace Aws\SSOAdmin;
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 | use Aws\AwsClient;
 | 
        
           |  |  | 5 |   | 
        
           |  |  | 6 | /**
 | 
        
           |  |  | 7 |  * This client is used to interact with the **AWS Single Sign-On Admin** service.
 | 
        
           |  |  | 8 |  * @method \Aws\Result attachCustomerManagedPolicyReferenceToPermissionSet(array $args = [])
 | 
        
           |  |  | 9 |  * @method \GuzzleHttp\Promise\Promise attachCustomerManagedPolicyReferenceToPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 10 |  * @method \Aws\Result attachManagedPolicyToPermissionSet(array $args = [])
 | 
        
           |  |  | 11 |  * @method \GuzzleHttp\Promise\Promise attachManagedPolicyToPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 12 |  * @method \Aws\Result createAccountAssignment(array $args = [])
 | 
        
           |  |  | 13 |  * @method \GuzzleHttp\Promise\Promise createAccountAssignmentAsync(array $args = [])
 | 
        
           |  |  | 14 |  * @method \Aws\Result createInstanceAccessControlAttributeConfiguration(array $args = [])
 | 
        
           |  |  | 15 |  * @method \GuzzleHttp\Promise\Promise createInstanceAccessControlAttributeConfigurationAsync(array $args = [])
 | 
        
           |  |  | 16 |  * @method \Aws\Result createPermissionSet(array $args = [])
 | 
        
           |  |  | 17 |  * @method \GuzzleHttp\Promise\Promise createPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 18 |  * @method \Aws\Result deleteAccountAssignment(array $args = [])
 | 
        
           |  |  | 19 |  * @method \GuzzleHttp\Promise\Promise deleteAccountAssignmentAsync(array $args = [])
 | 
        
           |  |  | 20 |  * @method \Aws\Result deleteInlinePolicyFromPermissionSet(array $args = [])
 | 
        
           |  |  | 21 |  * @method \GuzzleHttp\Promise\Promise deleteInlinePolicyFromPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 22 |  * @method \Aws\Result deleteInstanceAccessControlAttributeConfiguration(array $args = [])
 | 
        
           |  |  | 23 |  * @method \GuzzleHttp\Promise\Promise deleteInstanceAccessControlAttributeConfigurationAsync(array $args = [])
 | 
        
           |  |  | 24 |  * @method \Aws\Result deletePermissionSet(array $args = [])
 | 
        
           |  |  | 25 |  * @method \GuzzleHttp\Promise\Promise deletePermissionSetAsync(array $args = [])
 | 
        
           |  |  | 26 |  * @method \Aws\Result deletePermissionsBoundaryFromPermissionSet(array $args = [])
 | 
        
           |  |  | 27 |  * @method \GuzzleHttp\Promise\Promise deletePermissionsBoundaryFromPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 28 |  * @method \Aws\Result describeAccountAssignmentCreationStatus(array $args = [])
 | 
        
           |  |  | 29 |  * @method \GuzzleHttp\Promise\Promise describeAccountAssignmentCreationStatusAsync(array $args = [])
 | 
        
           |  |  | 30 |  * @method \Aws\Result describeAccountAssignmentDeletionStatus(array $args = [])
 | 
        
           |  |  | 31 |  * @method \GuzzleHttp\Promise\Promise describeAccountAssignmentDeletionStatusAsync(array $args = [])
 | 
        
           |  |  | 32 |  * @method \Aws\Result describeInstanceAccessControlAttributeConfiguration(array $args = [])
 | 
        
           |  |  | 33 |  * @method \GuzzleHttp\Promise\Promise describeInstanceAccessControlAttributeConfigurationAsync(array $args = [])
 | 
        
           |  |  | 34 |  * @method \Aws\Result describePermissionSet(array $args = [])
 | 
        
           |  |  | 35 |  * @method \GuzzleHttp\Promise\Promise describePermissionSetAsync(array $args = [])
 | 
        
           |  |  | 36 |  * @method \Aws\Result describePermissionSetProvisioningStatus(array $args = [])
 | 
        
           |  |  | 37 |  * @method \GuzzleHttp\Promise\Promise describePermissionSetProvisioningStatusAsync(array $args = [])
 | 
        
           |  |  | 38 |  * @method \Aws\Result detachCustomerManagedPolicyReferenceFromPermissionSet(array $args = [])
 | 
        
           |  |  | 39 |  * @method \GuzzleHttp\Promise\Promise detachCustomerManagedPolicyReferenceFromPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 40 |  * @method \Aws\Result detachManagedPolicyFromPermissionSet(array $args = [])
 | 
        
           |  |  | 41 |  * @method \GuzzleHttp\Promise\Promise detachManagedPolicyFromPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 42 |  * @method \Aws\Result getInlinePolicyForPermissionSet(array $args = [])
 | 
        
           |  |  | 43 |  * @method \GuzzleHttp\Promise\Promise getInlinePolicyForPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 44 |  * @method \Aws\Result getPermissionsBoundaryForPermissionSet(array $args = [])
 | 
        
           |  |  | 45 |  * @method \GuzzleHttp\Promise\Promise getPermissionsBoundaryForPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 46 |  * @method \Aws\Result listAccountAssignmentCreationStatus(array $args = [])
 | 
        
           |  |  | 47 |  * @method \GuzzleHttp\Promise\Promise listAccountAssignmentCreationStatusAsync(array $args = [])
 | 
        
           |  |  | 48 |  * @method \Aws\Result listAccountAssignmentDeletionStatus(array $args = [])
 | 
        
           |  |  | 49 |  * @method \GuzzleHttp\Promise\Promise listAccountAssignmentDeletionStatusAsync(array $args = [])
 | 
        
           |  |  | 50 |  * @method \Aws\Result listAccountAssignments(array $args = [])
 | 
        
           |  |  | 51 |  * @method \GuzzleHttp\Promise\Promise listAccountAssignmentsAsync(array $args = [])
 | 
        
           |  |  | 52 |  * @method \Aws\Result listAccountsForProvisionedPermissionSet(array $args = [])
 | 
        
           |  |  | 53 |  * @method \GuzzleHttp\Promise\Promise listAccountsForProvisionedPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 54 |  * @method \Aws\Result listCustomerManagedPolicyReferencesInPermissionSet(array $args = [])
 | 
        
           |  |  | 55 |  * @method \GuzzleHttp\Promise\Promise listCustomerManagedPolicyReferencesInPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 56 |  * @method \Aws\Result listInstances(array $args = [])
 | 
        
           |  |  | 57 |  * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
 | 
        
           |  |  | 58 |  * @method \Aws\Result listManagedPoliciesInPermissionSet(array $args = [])
 | 
        
           |  |  | 59 |  * @method \GuzzleHttp\Promise\Promise listManagedPoliciesInPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 60 |  * @method \Aws\Result listPermissionSetProvisioningStatus(array $args = [])
 | 
        
           |  |  | 61 |  * @method \GuzzleHttp\Promise\Promise listPermissionSetProvisioningStatusAsync(array $args = [])
 | 
        
           |  |  | 62 |  * @method \Aws\Result listPermissionSets(array $args = [])
 | 
        
           |  |  | 63 |  * @method \GuzzleHttp\Promise\Promise listPermissionSetsAsync(array $args = [])
 | 
        
           |  |  | 64 |  * @method \Aws\Result listPermissionSetsProvisionedToAccount(array $args = [])
 | 
        
           |  |  | 65 |  * @method \GuzzleHttp\Promise\Promise listPermissionSetsProvisionedToAccountAsync(array $args = [])
 | 
        
           |  |  | 66 |  * @method \Aws\Result listTagsForResource(array $args = [])
 | 
        
           |  |  | 67 |  * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 | 
        
           |  |  | 68 |  * @method \Aws\Result provisionPermissionSet(array $args = [])
 | 
        
           |  |  | 69 |  * @method \GuzzleHttp\Promise\Promise provisionPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 70 |  * @method \Aws\Result putInlinePolicyToPermissionSet(array $args = [])
 | 
        
           |  |  | 71 |  * @method \GuzzleHttp\Promise\Promise putInlinePolicyToPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 72 |  * @method \Aws\Result putPermissionsBoundaryToPermissionSet(array $args = [])
 | 
        
           |  |  | 73 |  * @method \GuzzleHttp\Promise\Promise putPermissionsBoundaryToPermissionSetAsync(array $args = [])
 | 
        
           |  |  | 74 |  * @method \Aws\Result tagResource(array $args = [])
 | 
        
           |  |  | 75 |  * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
 | 
        
           |  |  | 76 |  * @method \Aws\Result untagResource(array $args = [])
 | 
        
           |  |  | 77 |  * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
 | 
        
           |  |  | 78 |  * @method \Aws\Result updateInstanceAccessControlAttributeConfiguration(array $args = [])
 | 
        
           |  |  | 79 |  * @method \GuzzleHttp\Promise\Promise updateInstanceAccessControlAttributeConfigurationAsync(array $args = [])
 | 
        
           |  |  | 80 |  * @method \Aws\Result updatePermissionSet(array $args = [])
 | 
        
           |  |  | 81 |  * @method \GuzzleHttp\Promise\Promise updatePermissionSetAsync(array $args = [])
 | 
        
           |  |  | 82 |  */
 | 
        
           |  |  | 83 | class SSOAdminClient extends AwsClient {}
 |