Installation guide
$events = $client->getIterator('DescribeEvents', array(
'StartTime' => strtotime('-3 days'),
'EndTime' => strtotime('now'),
));
foreach ($events as $event) {
echo "{$event['Date']}: {$event['Message']}\n";
}
API Reference
Please see the Amazon Redshift Client API reference for a details about all of the available methods, including
descriptions of the inputs and outputs.
AuthorizeClusterSecurityGroupIngress AuthorizeSnapshotAccess
CopyClusterSnapshot CreateCluster
CreateClusterParameterGroup CreateClusterSecurityGroup
CreateClusterSnapshot CreateClusterSubnetGroup
CreateEventSubscription CreateHsmClientCertificate
CreateHsmConfiguration DeleteCluster
DeleteClusterParameterGroup DeleteClusterSecurityGroup
DeleteClusterSnapshot DeleteClusterSubnetGroup
DeleteEventSubscription DeleteHsmClientCertificate
DeleteHsmConfiguration DescribeClusterParameterGroups
DescribeClusterParameters DescribeClusterSecurityGroups
DescribeClusterSnapshots DescribeClusterSubnetGroups
DescribeClusterVersions DescribeClusters
DescribeDefaultClusterParameters DescribeEventCategories
DescribeEventSubscriptions DescribeEvents
DescribeHsmClientCertificates DescribeHsmConfigurations
DescribeLoggingStatus DescribeOrderableClusterOptions
DescribeReservedNodeOfferings DescribeReservedNodes
DescribeResize DisableLogging
DisableSnapshotCopy EnableLogging
EnableSnapshotCopy ModifyCluster
ModifyClusterParameterGroup ModifyClusterSubnetGroup
ModifyEventSubscription ModifySnapshotCopyRetentionPeriod
PurchaseReservedNodeOffering RebootCluster
ResetClusterParameterGroup RestoreFromClusterSnapshot
RevokeClusterSecurityGroupIngress RevokeSnapshotAccess
RotateEncryptionKey
Amazon Route 53
This guide focuses on the AWS SDK for PHP client for Amazon Route 53. This guide assumes that you have
already downloaded and installed the AWS SDK for PHP. See Installation for more information on getting started.
Amazon Route 53
100