SSOAdminClient.php
156 lines
| 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 createApplication(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = []) |
| 16 | * @method \Aws\Result createApplicationAssignment(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createApplicationAssignmentAsync(array $args = []) |
| 18 | * @method \Aws\Result createInstance(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createInstanceAsync(array $args = []) |
| 20 | * @method \Aws\Result createInstanceAccessControlAttributeConfiguration(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createInstanceAccessControlAttributeConfigurationAsync(array $args = []) |
| 22 | * @method \Aws\Result createPermissionSet(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createPermissionSetAsync(array $args = []) |
| 24 | * @method \Aws\Result createTrustedTokenIssuer(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createTrustedTokenIssuerAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteAccountAssignment(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteAccountAssignmentAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteApplication(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteApplicationAccessScope(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteApplicationAccessScopeAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteApplicationAssignment(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteApplicationAssignmentAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteApplicationAuthenticationMethod(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteApplicationAuthenticationMethodAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteApplicationGrant(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteApplicationGrantAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteInlinePolicyFromPermissionSet(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteInlinePolicyFromPermissionSetAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteInstance(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = []) |
| 42 | * @method \Aws\Result deleteInstanceAccessControlAttributeConfiguration(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise deleteInstanceAccessControlAttributeConfigurationAsync(array $args = []) |
| 44 | * @method \Aws\Result deletePermissionSet(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise deletePermissionSetAsync(array $args = []) |
| 46 | * @method \Aws\Result deletePermissionsBoundaryFromPermissionSet(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise deletePermissionsBoundaryFromPermissionSetAsync(array $args = []) |
| 48 | * @method \Aws\Result deleteTrustedTokenIssuer(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise deleteTrustedTokenIssuerAsync(array $args = []) |
| 50 | * @method \Aws\Result describeAccountAssignmentCreationStatus(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise describeAccountAssignmentCreationStatusAsync(array $args = []) |
| 52 | * @method \Aws\Result describeAccountAssignmentDeletionStatus(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise describeAccountAssignmentDeletionStatusAsync(array $args = []) |
| 54 | * @method \Aws\Result describeApplication(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise describeApplicationAsync(array $args = []) |
| 56 | * @method \Aws\Result describeApplicationAssignment(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise describeApplicationAssignmentAsync(array $args = []) |
| 58 | * @method \Aws\Result describeApplicationProvider(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise describeApplicationProviderAsync(array $args = []) |
| 60 | * @method \Aws\Result describeInstance(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise describeInstanceAsync(array $args = []) |
| 62 | * @method \Aws\Result describeInstanceAccessControlAttributeConfiguration(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise describeInstanceAccessControlAttributeConfigurationAsync(array $args = []) |
| 64 | * @method \Aws\Result describePermissionSet(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise describePermissionSetAsync(array $args = []) |
| 66 | * @method \Aws\Result describePermissionSetProvisioningStatus(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise describePermissionSetProvisioningStatusAsync(array $args = []) |
| 68 | * @method \Aws\Result describeTrustedTokenIssuer(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise describeTrustedTokenIssuerAsync(array $args = []) |
| 70 | * @method \Aws\Result detachCustomerManagedPolicyReferenceFromPermissionSet(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise detachCustomerManagedPolicyReferenceFromPermissionSetAsync(array $args = []) |
| 72 | * @method \Aws\Result detachManagedPolicyFromPermissionSet(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise detachManagedPolicyFromPermissionSetAsync(array $args = []) |
| 74 | * @method \Aws\Result getApplicationAccessScope(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise getApplicationAccessScopeAsync(array $args = []) |
| 76 | * @method \Aws\Result getApplicationAssignmentConfiguration(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise getApplicationAssignmentConfigurationAsync(array $args = []) |
| 78 | * @method \Aws\Result getApplicationAuthenticationMethod(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise getApplicationAuthenticationMethodAsync(array $args = []) |
| 80 | * @method \Aws\Result getApplicationGrant(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise getApplicationGrantAsync(array $args = []) |
| 82 | * @method \Aws\Result getInlinePolicyForPermissionSet(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise getInlinePolicyForPermissionSetAsync(array $args = []) |
| 84 | * @method \Aws\Result getPermissionsBoundaryForPermissionSet(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise getPermissionsBoundaryForPermissionSetAsync(array $args = []) |
| 86 | * @method \Aws\Result listAccountAssignmentCreationStatus(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listAccountAssignmentCreationStatusAsync(array $args = []) |
| 88 | * @method \Aws\Result listAccountAssignmentDeletionStatus(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise listAccountAssignmentDeletionStatusAsync(array $args = []) |
| 90 | * @method \Aws\Result listAccountAssignments(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise listAccountAssignmentsAsync(array $args = []) |
| 92 | * @method \Aws\Result listAccountAssignmentsForPrincipal(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise listAccountAssignmentsForPrincipalAsync(array $args = []) |
| 94 | * @method \Aws\Result listAccountsForProvisionedPermissionSet(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise listAccountsForProvisionedPermissionSetAsync(array $args = []) |
| 96 | * @method \Aws\Result listApplicationAccessScopes(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise listApplicationAccessScopesAsync(array $args = []) |
| 98 | * @method \Aws\Result listApplicationAssignments(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise listApplicationAssignmentsAsync(array $args = []) |
| 100 | * @method \Aws\Result listApplicationAssignmentsForPrincipal(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise listApplicationAssignmentsForPrincipalAsync(array $args = []) |
| 102 | * @method \Aws\Result listApplicationAuthenticationMethods(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise listApplicationAuthenticationMethodsAsync(array $args = []) |
| 104 | * @method \Aws\Result listApplicationGrants(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise listApplicationGrantsAsync(array $args = []) |
| 106 | * @method \Aws\Result listApplicationProviders(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise listApplicationProvidersAsync(array $args = []) |
| 108 | * @method \Aws\Result listApplications(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = []) |
| 110 | * @method \Aws\Result listCustomerManagedPolicyReferencesInPermissionSet(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise listCustomerManagedPolicyReferencesInPermissionSetAsync(array $args = []) |
| 112 | * @method \Aws\Result listInstances(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = []) |
| 114 | * @method \Aws\Result listManagedPoliciesInPermissionSet(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise listManagedPoliciesInPermissionSetAsync(array $args = []) |
| 116 | * @method \Aws\Result listPermissionSetProvisioningStatus(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise listPermissionSetProvisioningStatusAsync(array $args = []) |
| 118 | * @method \Aws\Result listPermissionSets(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise listPermissionSetsAsync(array $args = []) |
| 120 | * @method \Aws\Result listPermissionSetsProvisionedToAccount(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise listPermissionSetsProvisionedToAccountAsync(array $args = []) |
| 122 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 124 | * @method \Aws\Result listTrustedTokenIssuers(array $args = []) |
| 125 | * @method \GuzzleHttp\Promise\Promise listTrustedTokenIssuersAsync(array $args = []) |
| 126 | * @method \Aws\Result provisionPermissionSet(array $args = []) |
| 127 | * @method \GuzzleHttp\Promise\Promise provisionPermissionSetAsync(array $args = []) |
| 128 | * @method \Aws\Result putApplicationAccessScope(array $args = []) |
| 129 | * @method \GuzzleHttp\Promise\Promise putApplicationAccessScopeAsync(array $args = []) |
| 130 | * @method \Aws\Result putApplicationAssignmentConfiguration(array $args = []) |
| 131 | * @method \GuzzleHttp\Promise\Promise putApplicationAssignmentConfigurationAsync(array $args = []) |
| 132 | * @method \Aws\Result putApplicationAuthenticationMethod(array $args = []) |
| 133 | * @method \GuzzleHttp\Promise\Promise putApplicationAuthenticationMethodAsync(array $args = []) |
| 134 | * @method \Aws\Result putApplicationGrant(array $args = []) |
| 135 | * @method \GuzzleHttp\Promise\Promise putApplicationGrantAsync(array $args = []) |
| 136 | * @method \Aws\Result putInlinePolicyToPermissionSet(array $args = []) |
| 137 | * @method \GuzzleHttp\Promise\Promise putInlinePolicyToPermissionSetAsync(array $args = []) |
| 138 | * @method \Aws\Result putPermissionsBoundaryToPermissionSet(array $args = []) |
| 139 | * @method \GuzzleHttp\Promise\Promise putPermissionsBoundaryToPermissionSetAsync(array $args = []) |
| 140 | * @method \Aws\Result tagResource(array $args = []) |
| 141 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 142 | * @method \Aws\Result untagResource(array $args = []) |
| 143 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 144 | * @method \Aws\Result updateApplication(array $args = []) |
| 145 | * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = []) |
| 146 | * @method \Aws\Result updateInstance(array $args = []) |
| 147 | * @method \GuzzleHttp\Promise\Promise updateInstanceAsync(array $args = []) |
| 148 | * @method \Aws\Result updateInstanceAccessControlAttributeConfiguration(array $args = []) |
| 149 | * @method \GuzzleHttp\Promise\Promise updateInstanceAccessControlAttributeConfigurationAsync(array $args = []) |
| 150 | * @method \Aws\Result updatePermissionSet(array $args = []) |
| 151 | * @method \GuzzleHttp\Promise\Promise updatePermissionSetAsync(array $args = []) |
| 152 | * @method \Aws\Result updateTrustedTokenIssuer(array $args = []) |
| 153 | * @method \GuzzleHttp\Promise\Promise updateTrustedTokenIssuerAsync(array $args = []) |
| 154 | */ |
| 155 | class SSOAdminClient extends AwsClient {} |
| 156 |