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:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\PaymentCryptographyData\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Payment Cryptography Data Plane** service.
|
||||
*/
|
||||
class PaymentCryptographyDataException extends AwsException {}
|
||||
37
vendor/aws/aws-sdk-php/src/PaymentCryptographyData/PaymentCryptographyDataClient.php
vendored
Normal file
37
vendor/aws/aws-sdk-php/src/PaymentCryptographyData/PaymentCryptographyDataClient.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
namespace Aws\PaymentCryptographyData;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Payment Cryptography Data Plane** service.
|
||||
* @method \Aws\Result decryptData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise decryptDataAsync(array $args = [])
|
||||
* @method \Aws\Result encryptData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise encryptDataAsync(array $args = [])
|
||||
* @method \Aws\Result generateAs2805KekValidation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateAs2805KekValidationAsync(array $args = [])
|
||||
* @method \Aws\Result generateCardValidationData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateCardValidationDataAsync(array $args = [])
|
||||
* @method \Aws\Result generateMac(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateMacAsync(array $args = [])
|
||||
* @method \Aws\Result generateMacEmvPinChange(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateMacEmvPinChangeAsync(array $args = [])
|
||||
* @method \Aws\Result generatePinData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generatePinDataAsync(array $args = [])
|
||||
* @method \Aws\Result reEncryptData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise reEncryptDataAsync(array $args = [])
|
||||
* @method \Aws\Result translateKeyMaterial(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise translateKeyMaterialAsync(array $args = [])
|
||||
* @method \Aws\Result translatePinData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise translatePinDataAsync(array $args = [])
|
||||
* @method \Aws\Result verifyAuthRequestCryptogram(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyAuthRequestCryptogramAsync(array $args = [])
|
||||
* @method \Aws\Result verifyCardValidationData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyCardValidationDataAsync(array $args = [])
|
||||
* @method \Aws\Result verifyMac(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyMacAsync(array $args = [])
|
||||
* @method \Aws\Result verifyPinData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyPinDataAsync(array $args = [])
|
||||
*/
|
||||
class PaymentCryptographyDataClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user