mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-19 21:03:44 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
63
aws/Aws/SSOAdmin/SSOAdminClient.php
Normal file
63
aws/Aws/SSOAdmin/SSOAdminClient.php
Normal file
|
@ -0,0 +1,63 @@
|
|||
<?php
|
||||
namespace Aws\SSOAdmin;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS Single Sign-On Admin** service.
|
||||
* @method \Aws\Result attachManagedPolicyToPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise attachManagedPolicyToPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result createAccountAssignment(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAccountAssignmentAsync(array $args = [])
|
||||
* @method \Aws\Result createPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAccountAssignment(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAccountAssignmentAsync(array $args = [])
|
||||
* @method \Aws\Result deleteInlinePolicyFromPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteInlinePolicyFromPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result deletePermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deletePermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result describeAccountAssignmentCreationStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAccountAssignmentCreationStatusAsync(array $args = [])
|
||||
* @method \Aws\Result describeAccountAssignmentDeletionStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAccountAssignmentDeletionStatusAsync(array $args = [])
|
||||
* @method \Aws\Result describePermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describePermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result describePermissionSetProvisioningStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describePermissionSetProvisioningStatusAsync(array $args = [])
|
||||
* @method \Aws\Result detachManagedPolicyFromPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise detachManagedPolicyFromPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result getInlinePolicyForPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInlinePolicyForPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result listAccountAssignmentCreationStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountAssignmentCreationStatusAsync(array $args = [])
|
||||
* @method \Aws\Result listAccountAssignmentDeletionStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountAssignmentDeletionStatusAsync(array $args = [])
|
||||
* @method \Aws\Result listAccountAssignments(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountAssignmentsAsync(array $args = [])
|
||||
* @method \Aws\Result listAccountsForProvisionedPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountsForProvisionedPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result listInstances(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
|
||||
* @method \Aws\Result listManagedPoliciesInPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listManagedPoliciesInPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result listPermissionSetProvisioningStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPermissionSetProvisioningStatusAsync(array $args = [])
|
||||
* @method \Aws\Result listPermissionSets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPermissionSetsAsync(array $args = [])
|
||||
* @method \Aws\Result listPermissionSetsProvisionedToAccount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPermissionSetsProvisionedToAccountAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result provisionPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise provisionPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result putInlinePolicyToPermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putInlinePolicyToPermissionSetAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updatePermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updatePermissionSetAsync(array $args = [])
|
||||
*/
|
||||
class SSOAdminClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue