NeptuneClient.php
8.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?php
namespace Aws\Neptune;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Neptune** service.
* @method \Aws\Result addRoleToDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise addRoleToDBClusterAsync(array $args = [])
* @method \Aws\Result addSourceIdentifierToSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise addSourceIdentifierToSubscriptionAsync(array $args = [])
* @method \Aws\Result addTagsToResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
* @method \Aws\Result applyPendingMaintenanceAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise applyPendingMaintenanceActionAsync(array $args = [])
* @method \Aws\Result copyDBClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise copyDBClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result copyDBClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise copyDBClusterSnapshotAsync(array $args = [])
* @method \Aws\Result copyDBParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise copyDBParameterGroupAsync(array $args = [])
* @method \Aws\Result createDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDBClusterAsync(array $args = [])
* @method \Aws\Result createDBClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDBClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result createDBClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDBClusterSnapshotAsync(array $args = [])
* @method \Aws\Result createDBInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDBInstanceAsync(array $args = [])
* @method \Aws\Result createDBParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDBParameterGroupAsync(array $args = [])
* @method \Aws\Result createDBSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDBSubnetGroupAsync(array $args = [])
* @method \Aws\Result createEventSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEventSubscriptionAsync(array $args = [])
* @method \Aws\Result deleteDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDBClusterAsync(array $args = [])
* @method \Aws\Result deleteDBClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDBClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result deleteDBClusterSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDBClusterSnapshotAsync(array $args = [])
* @method \Aws\Result deleteDBInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDBInstanceAsync(array $args = [])
* @method \Aws\Result deleteDBParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDBParameterGroupAsync(array $args = [])
* @method \Aws\Result deleteDBSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDBSubnetGroupAsync(array $args = [])
* @method \Aws\Result deleteEventSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEventSubscriptionAsync(array $args = [])
* @method \Aws\Result describeDBClusterParameterGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBClusterParameterGroupsAsync(array $args = [])
* @method \Aws\Result describeDBClusterParameters(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBClusterParametersAsync(array $args = [])
* @method \Aws\Result describeDBClusterSnapshotAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBClusterSnapshotAttributesAsync(array $args = [])
* @method \Aws\Result describeDBClusterSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBClusterSnapshotsAsync(array $args = [])
* @method \Aws\Result describeDBClusters(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBClustersAsync(array $args = [])
* @method \Aws\Result describeDBEngineVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBEngineVersionsAsync(array $args = [])
* @method \Aws\Result describeDBInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBInstancesAsync(array $args = [])
* @method \Aws\Result describeDBParameterGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBParameterGroupsAsync(array $args = [])
* @method \Aws\Result describeDBParameters(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBParametersAsync(array $args = [])
* @method \Aws\Result describeDBSubnetGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDBSubnetGroupsAsync(array $args = [])
* @method \Aws\Result describeEngineDefaultClusterParameters(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEngineDefaultClusterParametersAsync(array $args = [])
* @method \Aws\Result describeEngineDefaultParameters(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEngineDefaultParametersAsync(array $args = [])
* @method \Aws\Result describeEventCategories(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEventCategoriesAsync(array $args = [])
* @method \Aws\Result describeEventSubscriptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEventSubscriptionsAsync(array $args = [])
* @method \Aws\Result describeEvents(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
* @method \Aws\Result describeOrderableDBInstanceOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeOrderableDBInstanceOptionsAsync(array $args = [])
* @method \Aws\Result describePendingMaintenanceActions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePendingMaintenanceActionsAsync(array $args = [])
* @method \Aws\Result describeValidDBInstanceModifications(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeValidDBInstanceModificationsAsync(array $args = [])
* @method \Aws\Result failoverDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise failoverDBClusterAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result modifyDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyDBClusterAsync(array $args = [])
* @method \Aws\Result modifyDBClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyDBClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result modifyDBClusterSnapshotAttribute(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyDBClusterSnapshotAttributeAsync(array $args = [])
* @method \Aws\Result modifyDBInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyDBInstanceAsync(array $args = [])
* @method \Aws\Result modifyDBParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyDBParameterGroupAsync(array $args = [])
* @method \Aws\Result modifyDBSubnetGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyDBSubnetGroupAsync(array $args = [])
* @method \Aws\Result modifyEventSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyEventSubscriptionAsync(array $args = [])
* @method \Aws\Result promoteReadReplicaDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise promoteReadReplicaDBClusterAsync(array $args = [])
* @method \Aws\Result rebootDBInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise rebootDBInstanceAsync(array $args = [])
* @method \Aws\Result removeRoleFromDBCluster(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeRoleFromDBClusterAsync(array $args = [])
* @method \Aws\Result removeSourceIdentifierFromSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeSourceIdentifierFromSubscriptionAsync(array $args = [])
* @method \Aws\Result removeTagsFromResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
* @method \Aws\Result resetDBClusterParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetDBClusterParameterGroupAsync(array $args = [])
* @method \Aws\Result resetDBParameterGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetDBParameterGroupAsync(array $args = [])
* @method \Aws\Result restoreDBClusterFromSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise restoreDBClusterFromSnapshotAsync(array $args = [])
* @method \Aws\Result restoreDBClusterToPointInTime(array $args = [])
* @method \GuzzleHttp\Promise\Promise restoreDBClusterToPointInTimeAsync(array $args = [])
*/
class NeptuneClient extends AwsClient {}