1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\PcaConnectorAd;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **PcaConnectorAd** service.
|
|
|
8 |
* @method \Aws\Result createConnector(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createDirectoryRegistration(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createDirectoryRegistrationAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createServicePrincipalName(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createServicePrincipalNameAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createTemplate(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createTemplateGroupAccessControlEntry(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createTemplateGroupAccessControlEntryAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteConnector(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteDirectoryRegistration(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteDirectoryRegistrationAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteServicePrincipalName(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteServicePrincipalNameAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteTemplate(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteTemplateGroupAccessControlEntry(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteTemplateGroupAccessControlEntryAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getConnector(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getConnectorAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getDirectoryRegistration(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getDirectoryRegistrationAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getServicePrincipalName(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getServicePrincipalNameAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result getTemplate(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result getTemplateGroupAccessControlEntry(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise getTemplateGroupAccessControlEntryAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result listConnectors(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result listDirectoryRegistrations(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise listDirectoryRegistrationsAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result listServicePrincipalNames(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise listServicePrincipalNamesAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result listTemplateGroupAccessControlEntries(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise listTemplateGroupAccessControlEntriesAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result listTemplates(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise listTemplatesAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result updateTemplate(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result updateTemplateGroupAccessControlEntry(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise updateTemplateGroupAccessControlEntryAsync(array $args = [])
|
|
|
58 |
*/
|
|
|
59 |
class PcaConnectorAdClient extends AwsClient {}
|