Amazon AWS SDK Installationsanleitung Seite 112

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 151
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 111
$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
Seitenansicht 111
1 2 ... 107 108 109 110 111 112 113 114 115 116 117 ... 150 151

Kommentare zu diesen Handbüchern

Keine Kommentare