installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\SSOAdmin\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Single Sign-On Admin** service.
|
||||
*/
|
||||
class SSOAdminException extends AwsException {}
|
71
wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php
vendored
Normal file
71
wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
<?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 createInstanceAccessControlAttributeConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createInstanceAccessControlAttributeConfigurationAsync(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 deleteInstanceAccessControlAttributeConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteInstanceAccessControlAttributeConfigurationAsync(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 describeInstanceAccessControlAttributeConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeInstanceAccessControlAttributeConfigurationAsync(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 updateInstanceAccessControlAttributeConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateInstanceAccessControlAttributeConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updatePermissionSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updatePermissionSetAsync(array $args = [])
|
||||
*/
|
||||
class SSOAdminClient extends AwsClient {}
|
Reference in New Issue
Block a user