summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/RolesAnywhere/RolesAnywhereClient.php
blob: 8d117765c4a1496869a015aebba320dfb70f4868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?php
namespace Aws\RolesAnywhere;

use Aws\AwsClient;

/**
 * This client is used to interact with the **IAM Roles Anywhere** service.
 * @method \Aws\Result createProfile(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
 * @method \Aws\Result createTrustAnchor(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createTrustAnchorAsync(array $args = [])
 * @method \Aws\Result deleteCrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteCrlAsync(array $args = [])
 * @method \Aws\Result deleteProfile(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
 * @method \Aws\Result deleteTrustAnchor(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteTrustAnchorAsync(array $args = [])
 * @method \Aws\Result disableCrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disableCrlAsync(array $args = [])
 * @method \Aws\Result disableProfile(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disableProfileAsync(array $args = [])
 * @method \Aws\Result disableTrustAnchor(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disableTrustAnchorAsync(array $args = [])
 * @method \Aws\Result enableCrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise enableCrlAsync(array $args = [])
 * @method \Aws\Result enableProfile(array $args = [])
 * @method \GuzzleHttp\Promise\Promise enableProfileAsync(array $args = [])
 * @method \Aws\Result enableTrustAnchor(array $args = [])
 * @method \GuzzleHttp\Promise\Promise enableTrustAnchorAsync(array $args = [])
 * @method \Aws\Result getCrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getCrlAsync(array $args = [])
 * @method \Aws\Result getProfile(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = [])
 * @method \Aws\Result getSubject(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getSubjectAsync(array $args = [])
 * @method \Aws\Result getTrustAnchor(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getTrustAnchorAsync(array $args = [])
 * @method \Aws\Result importCrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise importCrlAsync(array $args = [])
 * @method \Aws\Result listCrls(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listCrlsAsync(array $args = [])
 * @method \Aws\Result listProfiles(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listProfilesAsync(array $args = [])
 * @method \Aws\Result listSubjects(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listSubjectsAsync(array $args = [])
 * @method \Aws\Result listTagsForResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 * @method \Aws\Result listTrustAnchors(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTrustAnchorsAsync(array $args = [])
 * @method \Aws\Result putNotificationSettings(array $args = [])
 * @method \GuzzleHttp\Promise\Promise putNotificationSettingsAsync(array $args = [])
 * @method \Aws\Result resetNotificationSettings(array $args = [])
 * @method \GuzzleHttp\Promise\Promise resetNotificationSettingsAsync(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 updateCrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateCrlAsync(array $args = [])
 * @method \Aws\Result updateProfile(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
 * @method \Aws\Result updateTrustAnchor(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateTrustAnchorAsync(array $args = [])
 */
class RolesAnywhereClient extends AwsClient {}