allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s

This commit is contained in:
2026-03-30 14:54:57 +07:00
parent 66aed7c4e8
commit b5e3a778ce
21316 changed files with 2777892 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Aws\PcaConnectorAd\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **PcaConnectorAd** service.
*/
class PcaConnectorAdException extends AwsException {}

View File

@@ -0,0 +1,59 @@
<?php
namespace Aws\PcaConnectorAd;
use Aws\AwsClient;
/**
* This client is used to interact with the **PcaConnectorAd** service.
* @method \Aws\Result createConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
* @method \Aws\Result createDirectoryRegistration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDirectoryRegistrationAsync(array $args = [])
* @method \Aws\Result createServicePrincipalName(array $args = [])
* @method \GuzzleHttp\Promise\Promise createServicePrincipalNameAsync(array $args = [])
* @method \Aws\Result createTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
* @method \Aws\Result createTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTemplateGroupAccessControlEntryAsync(array $args = [])
* @method \Aws\Result deleteConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
* @method \Aws\Result deleteDirectoryRegistration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDirectoryRegistrationAsync(array $args = [])
* @method \Aws\Result deleteServicePrincipalName(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteServicePrincipalNameAsync(array $args = [])
* @method \Aws\Result deleteTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
* @method \Aws\Result deleteTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTemplateGroupAccessControlEntryAsync(array $args = [])
* @method \Aws\Result getConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise getConnectorAsync(array $args = [])
* @method \Aws\Result getDirectoryRegistration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDirectoryRegistrationAsync(array $args = [])
* @method \Aws\Result getServicePrincipalName(array $args = [])
* @method \GuzzleHttp\Promise\Promise getServicePrincipalNameAsync(array $args = [])
* @method \Aws\Result getTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = [])
* @method \Aws\Result getTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTemplateGroupAccessControlEntryAsync(array $args = [])
* @method \Aws\Result listConnectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
* @method \Aws\Result listDirectoryRegistrations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDirectoryRegistrationsAsync(array $args = [])
* @method \Aws\Result listServicePrincipalNames(array $args = [])
* @method \GuzzleHttp\Promise\Promise listServicePrincipalNamesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTemplateGroupAccessControlEntries(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTemplateGroupAccessControlEntriesAsync(array $args = [])
* @method \Aws\Result listTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTemplatesAsync(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 updateTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
* @method \Aws\Result updateTemplateGroupAccessControlEntry(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTemplateGroupAccessControlEntryAsync(array $args = [])
*/
class PcaConnectorAdClient extends AwsClient {}