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
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:
9
vendor/aws/aws-sdk-php/src/SupportApp/Exception/SupportAppException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/SupportApp/Exception/SupportAppException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\SupportApp\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Support App** service.
|
||||
*/
|
||||
class SupportAppException extends AwsException {}
|
||||
29
vendor/aws/aws-sdk-php/src/SupportApp/SupportAppClient.php
vendored
Normal file
29
vendor/aws/aws-sdk-php/src/SupportApp/SupportAppClient.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
namespace Aws\SupportApp;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS Support App** service.
|
||||
* @method \Aws\Result createSlackChannelConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSlackChannelConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAccountAlias(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAccountAliasAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSlackChannelConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSlackChannelConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSlackWorkspaceConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSlackWorkspaceConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getAccountAlias(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAccountAliasAsync(array $args = [])
|
||||
* @method \Aws\Result listSlackChannelConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSlackChannelConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result listSlackWorkspaceConfigurations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSlackWorkspaceConfigurationsAsync(array $args = [])
|
||||
* @method \Aws\Result putAccountAlias(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAccountAliasAsync(array $args = [])
|
||||
* @method \Aws\Result registerSlackWorkspaceForOrganization(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise registerSlackWorkspaceForOrganizationAsync(array $args = [])
|
||||
* @method \Aws\Result updateSlackChannelConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateSlackChannelConfigurationAsync(array $args = [])
|
||||
*/
|
||||
class SupportAppClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user