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\PartnerCentralSelling\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Partner Central Selling API** service.
*/
class PartnerCentralSellingException extends AwsException {}

View File

@@ -0,0 +1,93 @@
<?php
namespace Aws\PartnerCentralSelling;
use Aws\AwsClient;
/**
* This client is used to interact with the **Partner Central Selling API** service.
* @method \Aws\Result acceptEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise acceptEngagementInvitationAsync(array $args = [])
* @method \Aws\Result assignOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise assignOpportunityAsync(array $args = [])
* @method \Aws\Result associateOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateOpportunityAsync(array $args = [])
* @method \Aws\Result createEngagement(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEngagementAsync(array $args = [])
* @method \Aws\Result createEngagementContext(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEngagementContextAsync(array $args = [])
* @method \Aws\Result createEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEngagementInvitationAsync(array $args = [])
* @method \Aws\Result createOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise createOpportunityAsync(array $args = [])
* @method \Aws\Result createResourceSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResourceSnapshotAsync(array $args = [])
* @method \Aws\Result createResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result deleteResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result disassociateOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateOpportunityAsync(array $args = [])
* @method \Aws\Result getAwsOpportunitySummary(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAwsOpportunitySummaryAsync(array $args = [])
* @method \Aws\Result getEngagement(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEngagementAsync(array $args = [])
* @method \Aws\Result getEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEngagementInvitationAsync(array $args = [])
* @method \Aws\Result getOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOpportunityAsync(array $args = [])
* @method \Aws\Result getResourceSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceSnapshotAsync(array $args = [])
* @method \Aws\Result getResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result getSellingSystemSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSellingSystemSettingsAsync(array $args = [])
* @method \Aws\Result listEngagementByAcceptingInvitationTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementByAcceptingInvitationTasksAsync(array $args = [])
* @method \Aws\Result listEngagementFromOpportunityTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementFromOpportunityTasksAsync(array $args = [])
* @method \Aws\Result listEngagementInvitations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementInvitationsAsync(array $args = [])
* @method \Aws\Result listEngagementMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementMembersAsync(array $args = [])
* @method \Aws\Result listEngagementResourceAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementResourceAssociationsAsync(array $args = [])
* @method \Aws\Result listEngagements(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementsAsync(array $args = [])
* @method \Aws\Result listOpportunities(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOpportunitiesAsync(array $args = [])
* @method \Aws\Result listOpportunityFromEngagementTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOpportunityFromEngagementTasksAsync(array $args = [])
* @method \Aws\Result listResourceSnapshotJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceSnapshotJobsAsync(array $args = [])
* @method \Aws\Result listResourceSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceSnapshotsAsync(array $args = [])
* @method \Aws\Result listSolutions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSolutionsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putSellingSystemSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise putSellingSystemSettingsAsync(array $args = [])
* @method \Aws\Result rejectEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise rejectEngagementInvitationAsync(array $args = [])
* @method \Aws\Result startEngagementByAcceptingInvitationTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEngagementByAcceptingInvitationTaskAsync(array $args = [])
* @method \Aws\Result startEngagementFromOpportunityTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEngagementFromOpportunityTaskAsync(array $args = [])
* @method \Aws\Result startOpportunityFromEngagementTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startOpportunityFromEngagementTaskAsync(array $args = [])
* @method \Aws\Result startResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result stopResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result submitOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise submitOpportunityAsync(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 updateEngagementContext(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEngagementContextAsync(array $args = [])
* @method \Aws\Result updateOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateOpportunityAsync(array $args = [])
*/
class PartnerCentralSellingClient extends AwsClient {}