v2: Updates

* Simplifies & beautifies everything
* Introduces a new Class system.
* Errors are defaulted to AWS's handler.
* New function names & more efficient handling.
* Should fix a majority of the errors.

Please read the README for more!
This commit is contained in:
Devang Srivastava 2020-09-28 15:32:51 +05:30
commit e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions

View file

@ -6,10 +6,18 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Redshift** service.
*
* @method \Aws\Result acceptReservedNodeExchange(array $args = [])
* @method \GuzzleHttp\Promise\Promise acceptReservedNodeExchangeAsync(array $args = [])
* @method \Aws\Result authorizeClusterSecurityGroupIngress(array $args = [])
* @method \GuzzleHttp\Promise\Promise authorizeClusterSecurityGroupIngressAsync(array $args = [])
* @method \Aws\Result authorizeSnapshotAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise authorizeSnapshotAccessAsync(array $args = [])
* @method \Aws\Result batchDeleteClusterSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteClusterSnapshotsAsync(array $args = [])
* @method \Aws\Result batchModifyClusterSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchModifyClusterSnapshotsAsync(array $args = [])
* @method \Aws\Result cancelResize(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelResizeAsync(array $args = [])
* @method \Aws\Result copyClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise copyClusterSnapshotAsync(array $args = [])
* @method \Aws\Result createCluster(array $args = [])
@ -28,10 +36,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createHsmClientCertificateAsync(array $args = [])
* @method \Aws\Result createHsmConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createHsmConfigurationAsync(array $args = [])
* @method \Aws\Result createScheduledAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise createScheduledActionAsync(array $args = [])
* @method \Aws\Result createSnapshotCopyGrant(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSnapshotCopyGrantAsync(array $args = [])
* @method \Aws\Result createSnapshotSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSnapshotScheduleAsync(array $args = [])
* @method \Aws\Result createTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
* @method \Aws\Result createUsageLimit(array $args = [])
* @method \GuzzleHttp\Promise\Promise createUsageLimitAsync(array $args = [])
* @method \Aws\Result deleteCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
* @method \Aws\Result deleteClusterParameterGroup(array $args = [])
@ -48,10 +62,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteHsmClientCertificateAsync(array $args = [])
* @method \Aws\Result deleteHsmConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteHsmConfigurationAsync(array $args = [])
* @method \Aws\Result deleteScheduledAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteScheduledActionAsync(array $args = [])
* @method \Aws\Result deleteSnapshotCopyGrant(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSnapshotCopyGrantAsync(array $args = [])
* @method \Aws\Result deleteSnapshotSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSnapshotScheduleAsync(array $args = [])
* @method \Aws\Result deleteTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
* @method \Aws\Result deleteUsageLimit(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteUsageLimitAsync(array $args = [])
* @method \Aws\Result describeAccountAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
* @method \Aws\Result describeClusterDbRevisions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterDbRevisionsAsync(array $args = [])
* @method \Aws\Result describeClusterParameterGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterParameterGroupsAsync(array $args = [])
* @method \Aws\Result describeClusterParameters(array $args = [])
@ -62,6 +86,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeClusterSnapshotsAsync(array $args = [])
* @method \Aws\Result describeClusterSubnetGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterSubnetGroupsAsync(array $args = [])
* @method \Aws\Result describeClusterTracks(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterTracksAsync(array $args = [])
* @method \Aws\Result describeClusterVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeClusterVersionsAsync(array $args = [])
* @method \Aws\Result describeClusters(array $args = [])
@ -80,6 +106,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeHsmConfigurationsAsync(array $args = [])
* @method \Aws\Result describeLoggingStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLoggingStatusAsync(array $args = [])
* @method \Aws\Result describeNodeConfigurationOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeNodeConfigurationOptionsAsync(array $args = [])
* @method \Aws\Result describeOrderableClusterOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeOrderableClusterOptionsAsync(array $args = [])
* @method \Aws\Result describeReservedNodeOfferings(array $args = [])
@ -88,12 +116,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeReservedNodesAsync(array $args = [])
* @method \Aws\Result describeResize(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeResizeAsync(array $args = [])
* @method \Aws\Result describeScheduledActions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeScheduledActionsAsync(array $args = [])
* @method \Aws\Result describeSnapshotCopyGrants(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSnapshotCopyGrantsAsync(array $args = [])
* @method \Aws\Result describeSnapshotSchedules(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSnapshotSchedulesAsync(array $args = [])
* @method \Aws\Result describeStorage(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeStorageAsync(array $args = [])
* @method \Aws\Result describeTableRestoreStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTableRestoreStatusAsync(array $args = [])
* @method \Aws\Result describeTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
* @method \Aws\Result describeUsageLimits(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeUsageLimitsAsync(array $args = [])
* @method \Aws\Result disableLogging(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableLoggingAsync(array $args = [])
* @method \Aws\Result disableSnapshotCopy(array $args = [])
@ -104,28 +140,50 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise enableSnapshotCopyAsync(array $args = [])
* @method \Aws\Result getClusterCredentials(array $args = [])
* @method \GuzzleHttp\Promise\Promise getClusterCredentialsAsync(array $args = [])
* @method \Aws\Result getReservedNodeExchangeOfferings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservedNodeExchangeOfferingsAsync(array $args = [])
* @method \Aws\Result modifyCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = [])
* @method \Aws\Result modifyClusterDbRevision(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterDbRevisionAsync(array $args = [])
* @method \Aws\Result modifyClusterIamRoles(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterIamRolesAsync(array $args = [])
* @method \Aws\Result modifyClusterMaintenance(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterMaintenanceAsync(array $args = [])
* @method \Aws\Result modifyClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result modifyClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotAsync(array $args = [])
* @method \Aws\Result modifyClusterSnapshotSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterSnapshotScheduleAsync(array $args = [])
* @method \Aws\Result modifyClusterSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyClusterSubnetGroupAsync(array $args = [])
* @method \Aws\Result modifyEventSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyEventSubscriptionAsync(array $args = [])
* @method \Aws\Result modifyScheduledAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyScheduledActionAsync(array $args = [])
* @method \Aws\Result modifySnapshotCopyRetentionPeriod(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifySnapshotCopyRetentionPeriodAsync(array $args = [])
* @method \Aws\Result modifySnapshotSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifySnapshotScheduleAsync(array $args = [])
* @method \Aws\Result modifyUsageLimit(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyUsageLimitAsync(array $args = [])
* @method \Aws\Result pauseCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise pauseClusterAsync(array $args = [])
* @method \Aws\Result purchaseReservedNodeOffering(array $args = [])
* @method \GuzzleHttp\Promise\Promise purchaseReservedNodeOfferingAsync(array $args = [])
* @method \Aws\Result rebootCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise rebootClusterAsync(array $args = [])
* @method \Aws\Result resetClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result resizeCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise resizeClusterAsync(array $args = [])
* @method \Aws\Result restoreFromClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise restoreFromClusterSnapshotAsync(array $args = [])
* @method \Aws\Result restoreTableFromClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise restoreTableFromClusterSnapshotAsync(array $args = [])
* @method \Aws\Result resumeCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise resumeClusterAsync(array $args = [])
* @method \Aws\Result revokeClusterSecurityGroupIngress(array $args = [])
* @method \GuzzleHttp\Promise\Promise revokeClusterSecurityGroupIngressAsync(array $args = [])
* @method \Aws\Result revokeSnapshotAccess(array $args = [])