PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Neptune; use Moose; sub service { 'rds' } sub signing_name { 'rds' } sub version { '2014-10-31' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::QueryCaller'; has '+region_rules' => (default => sub { my $regioninfo; $regioninfo = [ { constraints => [ [ 'region', 'equals', 'us-east-1' ] ], uri => 'https://rds.amazonaws.com' } ]; return $regioninfo; }); sub AddRoleToDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::AddRoleToDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub AddSourceIdentifierToSubscription { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::AddSourceIdentifierToSubscription', @_); return $self->caller->do_call($self, $call_object); } sub AddTagsToResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::AddTagsToResource', @_); return $self->caller->do_call($self, $call_object); } sub ApplyPendingMaintenanceAction { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ApplyPendingMaintenanceAction', @_); return $self->caller->do_call($self, $call_object); } sub CopyDBClusterParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CopyDBClusterParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub CopyDBClusterSnapshot { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CopyDBClusterSnapshot', @_); return $self->caller->do_call($self, $call_object); } sub CopyDBParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CopyDBParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBClusterEndpoint { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBClusterEndpoint', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBClusterParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBClusterParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBClusterSnapshot { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBClusterSnapshot', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBInstance { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBInstance', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub CreateDBSubnetGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateDBSubnetGroup', @_); return $self->caller->do_call($self, $call_object); } sub CreateEventSubscription { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::CreateEventSubscription', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBClusterEndpoint { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBClusterEndpoint', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBClusterParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBClusterParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBClusterSnapshot { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBClusterSnapshot', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBInstance { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBInstance', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDBSubnetGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteDBSubnetGroup', @_); return $self->caller->do_call($self, $call_object); } sub DeleteEventSubscription { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DeleteEventSubscription', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBClusterEndpoints { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBClusterEndpoints', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBClusterParameterGroups { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBClusterParameterGroups', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBClusterParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBClusterParameters', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBClusters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBClusters', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBClusterSnapshotAttributes { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBClusterSnapshotAttributes', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBClusterSnapshots { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBClusterSnapshots', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBEngineVersions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBEngineVersions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBInstances { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBInstances', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBParameterGroups { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBParameterGroups', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBParameters', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDBSubnetGroups { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeDBSubnetGroups', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEngineDefaultClusterParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeEngineDefaultClusterParameters', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEngineDefaultParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeEngineDefaultParameters', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEventCategories { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeEventCategories', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEvents { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeEvents', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEventSubscriptions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeEventSubscriptions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeOrderableDBInstanceOptions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeOrderableDBInstanceOptions', @_); return $self->caller->do_call($self, $call_object); } sub DescribePendingMaintenanceActions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribePendingMaintenanceActions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeValidDBInstanceModifications { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::DescribeValidDBInstanceModifications', @_); return $self->caller->do_call($self, $call_object); } sub FailoverDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::FailoverDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBClusterEndpoint { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBClusterEndpoint', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBClusterParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBClusterParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBClusterSnapshotAttribute { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBClusterSnapshotAttribute', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBInstance { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBInstance', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDBSubnetGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyDBSubnetGroup', @_); return $self->caller->do_call($self, $call_object); } sub ModifyEventSubscription { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ModifyEventSubscription', @_); return $self->caller->do_call($self, $call_object); } sub PromoteReadReplicaDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::PromoteReadReplicaDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub RebootDBInstance { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::RebootDBInstance', @_); return $self->caller->do_call($self, $call_object); } sub RemoveRoleFromDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::RemoveRoleFromDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub RemoveSourceIdentifierFromSubscription { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::RemoveSourceIdentifierFromSubscription', @_); return $self->caller->do_call($self, $call_object); } sub RemoveTagsFromResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::RemoveTagsFromResource', @_); return $self->caller->do_call($self, $call_object); } sub ResetDBClusterParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ResetDBClusterParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub ResetDBParameterGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::ResetDBParameterGroup', @_); return $self->caller->do_call($self, $call_object); } sub RestoreDBClusterFromSnapshot { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::RestoreDBClusterFromSnapshot', @_); return $self->caller->do_call($self, $call_object); } sub RestoreDBClusterToPointInTime { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::RestoreDBClusterToPointInTime', @_); return $self->caller->do_call($self, $call_object); } sub StartDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::StartDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub StopDBCluster { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Neptune::StopDBCluster', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAllDBClusterEndpoints { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBClusterEndpoints(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBClusterEndpoints(@_, Marker => $next_result->Marker); push @{ $result->DBClusterEndpoints }, @{ $next_result->DBClusterEndpoints }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBClusterEndpoints') foreach (@{ $result->DBClusterEndpoints }); $result = $self->DescribeDBClusterEndpoints(@_, Marker => $result->Marker); } $callback->($_ => 'DBClusterEndpoints') foreach (@{ $result->DBClusterEndpoints }); } return undef } sub DescribeAllDBClusterParameterGroups { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBClusterParameterGroups(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBClusterParameterGroups(@_, Marker => $next_result->Marker); push @{ $result->DBClusterParameterGroups }, @{ $next_result->DBClusterParameterGroups }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBClusterParameterGroups') foreach (@{ $result->DBClusterParameterGroups }); $result = $self->DescribeDBClusterParameterGroups(@_, Marker => $result->Marker); } $callback->($_ => 'DBClusterParameterGroups') foreach (@{ $result->DBClusterParameterGroups }); } return undef } sub DescribeAllDBClusterParameters { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBClusterParameters(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBClusterParameters(@_, Marker => $next_result->Marker); push @{ $result->Parameters }, @{ $next_result->Parameters }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); $result = $self->DescribeDBClusterParameters(@_, Marker => $result->Marker); } $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); } return undef } sub DescribeAllDBClusters { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBClusters(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBClusters(@_, Marker => $next_result->Marker); push @{ $result->DBClusters }, @{ $next_result->DBClusters }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBClusters') foreach (@{ $result->DBClusters }); $result = $self->DescribeDBClusters(@_, Marker => $result->Marker); } $callback->($_ => 'DBClusters') foreach (@{ $result->DBClusters }); } return undef } sub DescribeAllDBClusterSnapshots { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBClusterSnapshots(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBClusterSnapshots(@_, Marker => $next_result->Marker); push @{ $result->DBClusterSnapshots }, @{ $next_result->DBClusterSnapshots }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBClusterSnapshots') foreach (@{ $result->DBClusterSnapshots }); $result = $self->DescribeDBClusterSnapshots(@_, Marker => $result->Marker); } $callback->($_ => 'DBClusterSnapshots') foreach (@{ $result->DBClusterSnapshots }); } return undef } sub DescribeAllDBEngineVersions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBEngineVersions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBEngineVersions(@_, Marker => $next_result->Marker); push @{ $result->DBEngineVersions }, @{ $next_result->DBEngineVersions }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBEngineVersions') foreach (@{ $result->DBEngineVersions }); $result = $self->DescribeDBEngineVersions(@_, Marker => $result->Marker); } $callback->($_ => 'DBEngineVersions') foreach (@{ $result->DBEngineVersions }); } return undef } sub DescribeAllDBInstances { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBInstances(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBInstances(@_, Marker => $next_result->Marker); push @{ $result->DBInstances }, @{ $next_result->DBInstances }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBInstances') foreach (@{ $result->DBInstances }); $result = $self->DescribeDBInstances(@_, Marker => $result->Marker); } $callback->($_ => 'DBInstances') foreach (@{ $result->DBInstances }); } return undef } sub DescribeAllDBParameterGroups { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBParameterGroups(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBParameterGroups(@_, Marker => $next_result->Marker); push @{ $result->DBParameterGroups }, @{ $next_result->DBParameterGroups }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBParameterGroups') foreach (@{ $result->DBParameterGroups }); $result = $self->DescribeDBParameterGroups(@_, Marker => $result->Marker); } $callback->($_ => 'DBParameterGroups') foreach (@{ $result->DBParameterGroups }); } return undef } sub DescribeAllDBParameters { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBParameters(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBParameters(@_, Marker => $next_result->Marker); push @{ $result->Parameters }, @{ $next_result->Parameters }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); $result = $self->DescribeDBParameters(@_, Marker => $result->Marker); } $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); } return undef } sub DescribeAllDBSubnetGroups { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeDBSubnetGroups(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeDBSubnetGroups(@_, Marker => $next_result->Marker); push @{ $result->DBSubnetGroups }, @{ $next_result->DBSubnetGroups }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'DBSubnetGroups') foreach (@{ $result->DBSubnetGroups }); $result = $self->DescribeDBSubnetGroups(@_, Marker => $result->Marker); } $callback->($_ => 'DBSubnetGroups') foreach (@{ $result->DBSubnetGroups }); } return undef } sub DescribeAllEngineDefaultParameters { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeEngineDefaultParameters(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->EngineDefaults->Marker) { $next_result = $self->DescribeEngineDefaultParameters(@_, Marker => $next_result->EngineDefaults->Marker); push @{ $result->EngineDefaults->Parameters }, @{ $next_result->EngineDefaults->Parameters }; } return $result; } else { while ($result->EngineDefaults->Marker) { $callback->($_ => 'EngineDefaults.Parameters') foreach (@{ $result->EngineDefaults->Parameters }); $result = $self->DescribeEngineDefaultParameters(@_, Marker => $result->EngineDefaults->Marker); } $callback->($_ => 'EngineDefaults.Parameters') foreach (@{ $result->EngineDefaults->Parameters }); } return undef } sub DescribeAllEvents { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeEvents(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeEvents(@_, Marker => $next_result->Marker); push @{ $result->Events }, @{ $next_result->Events }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'Events') foreach (@{ $result->Events }); $result = $self->DescribeEvents(@_, Marker => $result->Marker); } $callback->($_ => 'Events') foreach (@{ $result->Events }); } return undef } sub DescribeAllEventSubscriptions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeEventSubscriptions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeEventSubscriptions(@_, Marker => $next_result->Marker); push @{ $result->EventSubscriptionsList }, @{ $next_result->EventSubscriptionsList }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'EventSubscriptionsList') foreach (@{ $result->EventSubscriptionsList }); $result = $self->DescribeEventSubscriptions(@_, Marker => $result->Marker); } $callback->($_ => 'EventSubscriptionsList') foreach (@{ $result->EventSubscriptionsList }); } return undef } sub DescribeAllOrderableDBInstanceOptions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeOrderableDBInstanceOptions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribeOrderableDBInstanceOptions(@_, Marker => $next_result->Marker); push @{ $result->OrderableDBInstanceOptions }, @{ $next_result->OrderableDBInstanceOptions }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'OrderableDBInstanceOptions') foreach (@{ $result->OrderableDBInstanceOptions }); $result = $self->DescribeOrderableDBInstanceOptions(@_, Marker => $result->Marker); } $callback->($_ => 'OrderableDBInstanceOptions') foreach (@{ $result->OrderableDBInstanceOptions }); } return undef } sub DescribeAllPendingMaintenanceActions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribePendingMaintenanceActions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->Marker) { $next_result = $self->DescribePendingMaintenanceActions(@_, Marker => $next_result->Marker); push @{ $result->PendingMaintenanceActions }, @{ $next_result->PendingMaintenanceActions }; } return $result; } else { while ($result->Marker) { $callback->($_ => 'PendingMaintenanceActions') foreach (@{ $result->PendingMaintenanceActions }); $result = $self->DescribePendingMaintenanceActions(@_, Marker => $result->Marker); } $callback->($_ => 'PendingMaintenanceActions') foreach (@{ $result->PendingMaintenanceActions }); } return undef } sub operations { qw/AddRoleToDBCluster AddSourceIdentifierToSubscription AddTagsToResource ApplyPendingMaintenanceAction CopyDBClusterParameterGroup CopyDBClusterSnapshot CopyDBParameterGroup CreateDBCluster CreateDBClusterEndpoint CreateDBClusterParameterGroup CreateDBClusterSnapshot CreateDBInstance CreateDBParameterGroup CreateDBSubnetGroup CreateEventSubscription DeleteDBCluster DeleteDBClusterEndpoint DeleteDBClusterParameterGroup DeleteDBClusterSnapshot DeleteDBInstance DeleteDBParameterGroup DeleteDBSubnetGroup DeleteEventSubscription DescribeDBClusterEndpoints DescribeDBClusterParameterGroups DescribeDBClusterParameters DescribeDBClusters DescribeDBClusterSnapshotAttributes DescribeDBClusterSnapshots DescribeDBEngineVersions DescribeDBInstances DescribeDBParameterGroups DescribeDBParameters DescribeDBSubnetGroups DescribeEngineDefaultClusterParameters DescribeEngineDefaultParameters DescribeEventCategories DescribeEvents DescribeEventSubscriptions DescribeOrderableDBInstanceOptions DescribePendingMaintenanceActions DescribeValidDBInstanceModifications FailoverDBCluster ListTagsForResource ModifyDBCluster ModifyDBClusterEndpoint ModifyDBClusterParameterGroup ModifyDBClusterSnapshotAttribute ModifyDBInstance ModifyDBParameterGroup ModifyDBSubnetGroup ModifyEventSubscription PromoteReadReplicaDBCluster RebootDBInstance RemoveRoleFromDBCluster RemoveSourceIdentifierFromSubscription RemoveTagsFromResource ResetDBClusterParameterGroup ResetDBParameterGroup RestoreDBClusterFromSnapshot RestoreDBClusterToPointInTime StartDBCluster StopDBCluster / } 1; ### main pod documentation begin ### =head1 NAME Paws::Neptune - Perl Interface to AWS Amazon Neptune =head1 SYNOPSIS use Paws; my $obj = Paws->service('Neptune'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); =head1 DESCRIPTION Amazon Neptune Amazon Neptune is a fast, reliable, fully-managed graph database service that makes it easy to build and run applications that work with highly connected datasets. The core of Amazon Neptune is a purpose-built, high-performance graph database engine optimized for storing billions of relationships and querying the graph with milliseconds latency. Amazon Neptune supports popular graph models Property Graph and W3C's RDF, and their respective query languages Apache TinkerPop Gremlin and SPARQL, allowing you to easily build queries that efficiently navigate highly connected datasets. Neptune powers graph use cases such as recommendation engines, fraud detection, knowledge graphs, drug discovery, and network security. This interface reference for Amazon Neptune contains documentation for a programming or command line interface you can use to manage Amazon Neptune. Note that Amazon Neptune is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide. For the AWS API documentation, see L =head1 METHODS =head2 AddRoleToDBCluster =over =item DBClusterIdentifier => Str =item RoleArn => Str =item [FeatureName => Str] =back Each argument is described in detail in: L Returns: nothing Associates an Identity and Access Management (IAM) role from an Neptune DB cluster. =head2 AddSourceIdentifierToSubscription =over =item SourceIdentifier => Str =item SubscriptionName => Str =back Each argument is described in detail in: L Returns: a L instance Adds a source identifier to an existing event notification subscription. =head2 AddTagsToResource =over =item ResourceName => Str =item Tags => ArrayRef[L] =back Each argument is described in detail in: L Returns: nothing Adds metadata tags to an Amazon Neptune resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon Neptune resources, or used in a Condition statement in an IAM policy for Amazon Neptune. =head2 ApplyPendingMaintenanceAction =over =item ApplyAction => Str =item OptInType => Str =item ResourceIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Applies a pending maintenance action to a resource (for example, to a DB instance). =head2 CopyDBClusterParameterGroup =over =item SourceDBClusterParameterGroupIdentifier => Str =item TargetDBClusterParameterGroupDescription => Str =item TargetDBClusterParameterGroupIdentifier => Str =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Copies the specified DB cluster parameter group. =head2 CopyDBClusterSnapshot =over =item SourceDBClusterSnapshotIdentifier => Str =item TargetDBClusterSnapshotIdentifier => Str =item [CopyTags => Bool] =item [KmsKeyId => Str] =item [PreSignedUrl => Str] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Copies a snapshot of a DB cluster. To copy a DB cluster snapshot from a shared manual DB cluster snapshot, C must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot. =head2 CopyDBParameterGroup =over =item SourceDBParameterGroupIdentifier => Str =item TargetDBParameterGroupDescription => Str =item TargetDBParameterGroupIdentifier => Str =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Copies the specified DB parameter group. =head2 CreateDBCluster =over =item DBClusterIdentifier => Str =item Engine => Str =item [AvailabilityZones => ArrayRef[Str|Undef]] =item [BackupRetentionPeriod => Int] =item [CharacterSetName => Str] =item [CopyTagsToSnapshot => Bool] =item [DatabaseName => Str] =item [DBClusterParameterGroupName => Str] =item [DBSubnetGroupName => Str] =item [DeletionProtection => Bool] =item [EnableCloudwatchLogsExports => ArrayRef[Str|Undef]] =item [EnableIAMDatabaseAuthentication => Bool] =item [EngineVersion => Str] =item [KmsKeyId => Str] =item [MasterUsername => Str] =item [MasterUserPassword => Str] =item [OptionGroupName => Str] =item [Port => Int] =item [PreferredBackupWindow => Str] =item [PreferredMaintenanceWindow => Str] =item [PreSignedUrl => Str] =item [ReplicationSourceIdentifier => Str] =item [StorageEncrypted => Bool] =item [Tags => ArrayRef[L]] =item [VpcSecurityGroupIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Creates a new Amazon Neptune DB cluster. You can use the C parameter to create the DB cluster as a Read Replica of another DB cluster or Amazon Neptune DB instance. Note that when you create a new cluster using C directly, deletion protection is disabled by default (when you create a new production cluster in the console, deletion protection is enabled by default). You can only delete a DB cluster if its C field is set to C. =head2 CreateDBClusterEndpoint =over =item DBClusterEndpointIdentifier => Str =item DBClusterIdentifier => Str =item EndpointType => Str =item [ExcludedMembers => ArrayRef[Str|Undef]] =item [StaticMembers => ArrayRef[Str|Undef]] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster. =head2 CreateDBClusterParameterGroup =over =item DBClusterParameterGroupName => Str =item DBParameterGroupFamily => Str =item Description => Str =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a new DB cluster parameter group. Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster. A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect. After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon Neptune to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the C parameter. You can use the I option of the Amazon Neptune console (https://console.aws.amazon.com/rds/) or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified. =head2 CreateDBClusterSnapshot =over =item DBClusterIdentifier => Str =item DBClusterSnapshotIdentifier => Str =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a snapshot of a DB cluster. =head2 CreateDBInstance =over =item DBInstanceClass => Str =item DBInstanceIdentifier => Str =item Engine => Str =item [AllocatedStorage => Int] =item [AutoMinorVersionUpgrade => Bool] =item [AvailabilityZone => Str] =item [BackupRetentionPeriod => Int] =item [CharacterSetName => Str] =item [CopyTagsToSnapshot => Bool] =item [DBClusterIdentifier => Str] =item [DBName => Str] =item [DBParameterGroupName => Str] =item [DBSecurityGroups => ArrayRef[Str|Undef]] =item [DBSubnetGroupName => Str] =item [DeletionProtection => Bool] =item [Domain => Str] =item [DomainIAMRoleName => Str] =item [EnableCloudwatchLogsExports => ArrayRef[Str|Undef]] =item [EnableIAMDatabaseAuthentication => Bool] =item [EnablePerformanceInsights => Bool] =item [EngineVersion => Str] =item [Iops => Int] =item [KmsKeyId => Str] =item [LicenseModel => Str] =item [MasterUsername => Str] =item [MasterUserPassword => Str] =item [MonitoringInterval => Int] =item [MonitoringRoleArn => Str] =item [MultiAZ => Bool] =item [OptionGroupName => Str] =item [PerformanceInsightsKMSKeyId => Str] =item [Port => Int] =item [PreferredBackupWindow => Str] =item [PreferredMaintenanceWindow => Str] =item [PromotionTier => Int] =item [PubliclyAccessible => Bool] =item [StorageEncrypted => Bool] =item [StorageType => Str] =item [Tags => ArrayRef[L]] =item [TdeCredentialArn => Str] =item [TdeCredentialPassword => Str] =item [Timezone => Str] =item [VpcSecurityGroupIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Creates a new DB instance. =head2 CreateDBParameterGroup =over =item DBParameterGroupFamily => Str =item DBParameterGroupName => Str =item Description => Str =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a new DB parameter group. A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using I. Once you've created a DB parameter group, you need to associate it with your DB instance using I. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect. After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon Neptune to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the C parameter. You can use the I option of the Amazon Neptune console or the I command to verify that your DB parameter group has been created or modified. =head2 CreateDBSubnetGroup =over =item DBSubnetGroupDescription => Str =item DBSubnetGroupName => Str =item SubnetIds => ArrayRef[Str|Undef] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region. =head2 CreateEventSubscription =over =item SnsTopicArn => Str =item SubscriptionName => Str =item [Enabled => Bool] =item [EventCategories => ArrayRef[Str|Undef]] =item [SourceIds => ArrayRef[Str|Undef]] =item [SourceType => Str] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates an event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the Neptune console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console. You can specify the type of source (SourceType) you want to be notified of, provide a list of Neptune sources (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup. If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you are notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you receive notice of the events for that source type for all your Neptune sources. If you do not specify either the SourceType nor the SourceIdentifier, you are notified of events generated from all Neptune sources belonging to your customer account. =head2 DeleteDBCluster =over =item DBClusterIdentifier => Str =item [FinalDBSnapshotIdentifier => Str] =item [SkipFinalSnapshot => Bool] =back Each argument is described in detail in: L Returns: a L instance The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. Note that the DB Cluster cannot be deleted if deletion protection is enabled. To delete it, you must first set its C field to C. =head2 DeleteDBClusterEndpoint =over =item DBClusterEndpointIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a custom endpoint and removes it from an Amazon Neptune DB cluster. =head2 DeleteDBClusterParameterGroup =over =item DBClusterParameterGroupName => Str =back Each argument is described in detail in: L Returns: nothing Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters. =head2 DeleteDBClusterSnapshot =over =item DBClusterSnapshotIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated. The DB cluster snapshot must be in the C state to be deleted. =head2 DeleteDBInstance =over =item DBInstanceIdentifier => Str =item [FinalDBSnapshotIdentifier => Str] =item [SkipFinalSnapshot => Bool] =back Each argument is described in detail in: L Returns: a L instance The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by C are not deleted. If you request a final DB snapshot the status of the Amazon Neptune DB instance is C until the DB snapshot is created. The API action C is used to monitor the status of this operation. The action can't be canceled or reverted once submitted. Note that when a DB instance is in a failure state and has a status of C, C, or C, you can only delete it when the C parameter is set to C. You can't delete a DB instance if it is the only instance in the DB cluster, or if it has deletion protection enabled. =head2 DeleteDBParameterGroup =over =item DBParameterGroupName => Str =back Each argument is described in detail in: L Returns: nothing Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted can't be associated with any DB instances. =head2 DeleteDBSubnetGroup =over =item DBSubnetGroupName => Str =back Each argument is described in detail in: L Returns: nothing Deletes a DB subnet group. The specified database subnet group must not be associated with any DB instances. =head2 DeleteEventSubscription =over =item SubscriptionName => Str =back Each argument is described in detail in: L Returns: a L instance Deletes an event notification subscription. =head2 DescribeDBClusterEndpoints =over =item [DBClusterEndpointIdentifier => Str] =item [DBClusterIdentifier => Str] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns information about endpoints for an Amazon Neptune DB cluster. This operation can also return information for Amazon RDS clusters and Amazon DocDB clusters. =head2 DescribeDBClusterParameterGroups =over =item [DBClusterParameterGroupName => Str] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns a list of C descriptions. If a C parameter is specified, the list will contain only the description of the specified DB cluster parameter group. =head2 DescribeDBClusterParameters =over =item DBClusterParameterGroupName => Str =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =item [Source => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the detailed parameter list for a particular DB cluster parameter group. =head2 DescribeDBClusters =over =item [DBClusterIdentifier => Str] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns information about provisioned DB clusters, and supports pagination. This operation can also return information for Amazon RDS clusters and Amazon DocDB clusters. =head2 DescribeDBClusterSnapshotAttributes =over =item DBClusterSnapshotIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. When sharing snapshots with other Amazon accounts, C returns the C attribute and a list of IDs for the Amazon accounts that are authorized to copy or restore the manual DB cluster snapshot. If C is included in the list of values for the C attribute, then the manual DB cluster snapshot is public and can be copied or restored by all Amazon accounts. To add or remove access for an Amazon account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action. =head2 DescribeDBClusterSnapshots =over =item [DBClusterIdentifier => Str] =item [DBClusterSnapshotIdentifier => Str] =item [Filters => ArrayRef[L]] =item [IncludePublic => Bool] =item [IncludeShared => Bool] =item [Marker => Str] =item [MaxRecords => Int] =item [SnapshotType => Str] =back Each argument is described in detail in: L Returns: a L instance Returns information about DB cluster snapshots. This API action supports pagination. =head2 DescribeDBEngineVersions =over =item [DBParameterGroupFamily => Str] =item [DefaultOnly => Bool] =item [Engine => Str] =item [EngineVersion => Str] =item [Filters => ArrayRef[L]] =item [ListSupportedCharacterSets => Bool] =item [ListSupportedTimezones => Bool] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns a list of the available DB engines. =head2 DescribeDBInstances =over =item [DBInstanceIdentifier => Str] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns information about provisioned instances, and supports pagination. This operation can also return information for Amazon RDS instances and Amazon DocDB instances. =head2 DescribeDBParameterGroups =over =item [DBParameterGroupName => Str] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns a list of C descriptions. If a C is specified, the list will contain only the description of the specified DB parameter group. =head2 DescribeDBParameters =over =item DBParameterGroupName => Str =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =item [Source => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the detailed parameter list for a particular DB parameter group. =head2 DescribeDBSubnetGroups =over =item [DBSubnetGroupName => Str] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup. For an overview of CIDR ranges, go to the Wikipedia Tutorial (http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing). =head2 DescribeEngineDefaultClusterParameters =over =item DBParameterGroupFamily => Str =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns the default engine and system parameter information for the cluster database engine. =head2 DescribeEngineDefaultParameters =over =item DBParameterGroupFamily => Str =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =back Each argument is described in detail in: L Returns: a L instance Returns the default engine and system parameter information for the specified database engine. =head2 DescribeEventCategories =over =item [Filters => ArrayRef[L]] =item [SourceType => Str] =back Each argument is described in detail in: L Returns: a L instance Displays a list of categories for all event source types, or, if specified, for a specified source type. =head2 DescribeEvents =over =item [Duration => Int] =item [EndTime => Str] =item [EventCategories => ArrayRef[Str|Undef]] =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =item [SourceIdentifier => Str] =item [SourceType => Str] =item [StartTime => Str] =back Each argument is described in detail in: L Returns: a L instance Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned. =head2 DescribeEventSubscriptions =over =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =item [SubscriptionName => Str] =back Each argument is described in detail in: L Returns: a L instance Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status. If you specify a SubscriptionName, lists the description for that subscription. =head2 DescribeOrderableDBInstanceOptions =over =item Engine => Str =item [DBInstanceClass => Str] =item [EngineVersion => Str] =item [Filters => ArrayRef[L]] =item [LicenseModel => Str] =item [Marker => Str] =item [MaxRecords => Int] =item [Vpc => Bool] =back Each argument is described in detail in: L Returns: a L instance Returns a list of orderable DB instance options for the specified engine. =head2 DescribePendingMaintenanceActions =over =item [Filters => ArrayRef[L]] =item [Marker => Str] =item [MaxRecords => Int] =item [ResourceIdentifier => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of resources (for example, DB instances) that have at least one pending maintenance action. =head2 DescribeValidDBInstanceModifications =over =item DBInstanceIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance. =head2 FailoverDBCluster =over =item [DBClusterIdentifier => Str] =item [TargetDBInstanceIdentifier => Str] =back Each argument is described in detail in: L Returns: a L instance Forces a failover for a DB cluster. A failover for a DB cluster promotes one of the Read Replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer). Amazon Neptune will automatically fail over to a Read Replica, if one exists, when the primary instance fails. You can force a failover when you want to simulate a failure of a primary instance for testing. Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete. =head2 ListTagsForResource =over =item ResourceName => Str =item [Filters => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Lists all tags on an Amazon Neptune resource. =head2 ModifyDBCluster =over =item DBClusterIdentifier => Str =item [ApplyImmediately => Bool] =item [BackupRetentionPeriod => Int] =item [CloudwatchLogsExportConfiguration => L] =item [CopyTagsToSnapshot => Bool] =item [DBClusterParameterGroupName => Str] =item [DeletionProtection => Bool] =item [EnableIAMDatabaseAuthentication => Bool] =item [EngineVersion => Str] =item [MasterUserPassword => Str] =item [NewDBClusterIdentifier => Str] =item [OptionGroupName => Str] =item [Port => Int] =item [PreferredBackupWindow => Str] =item [PreferredMaintenanceWindow => Str] =item [VpcSecurityGroupIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Modify a setting for a DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. =head2 ModifyDBClusterEndpoint =over =item DBClusterEndpointIdentifier => Str =item [EndpointType => Str] =item [ExcludedMembers => ArrayRef[Str|Undef]] =item [StaticMembers => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Modifies the properties of an endpoint in an Amazon Neptune DB cluster. =head2 ModifyDBClusterParameterGroup =over =item DBClusterParameterGroupName => Str =item Parameters => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L instance Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: C, C, and C. A maximum of 20 parameters can be modified in a single request. Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect. After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon Neptune to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the C parameter. You can use the I option of the Amazon Neptune console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified. =head2 ModifyDBClusterSnapshotAttribute =over =item AttributeName => Str =item DBClusterSnapshotIdentifier => Str =item [ValuesToAdd => ArrayRef[Str|Undef]] =item [ValuesToRemove => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. To share a manual DB cluster snapshot with other Amazon accounts, specify C as the C and use the C parameter to add a list of IDs of the Amazon accounts that are authorized to restore the manual DB cluster snapshot. Use the value C to make the manual DB cluster snapshot public, which means that it can be copied or restored by all Amazon accounts. Do not add the C value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon accounts. If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon account IDs for the C parameter. You can't use C as a value for that parameter in this case. To view which Amazon accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot public or private, use the DescribeDBClusterSnapshotAttributes API action. =head2 ModifyDBInstance =over =item DBInstanceIdentifier => Str =item [AllocatedStorage => Int] =item [AllowMajorVersionUpgrade => Bool] =item [ApplyImmediately => Bool] =item [AutoMinorVersionUpgrade => Bool] =item [BackupRetentionPeriod => Int] =item [CACertificateIdentifier => Str] =item [CloudwatchLogsExportConfiguration => L] =item [CopyTagsToSnapshot => Bool] =item [DBInstanceClass => Str] =item [DBParameterGroupName => Str] =item [DBPortNumber => Int] =item [DBSecurityGroups => ArrayRef[Str|Undef]] =item [DBSubnetGroupName => Str] =item [DeletionProtection => Bool] =item [Domain => Str] =item [DomainIAMRoleName => Str] =item [EnableIAMDatabaseAuthentication => Bool] =item [EnablePerformanceInsights => Bool] =item [EngineVersion => Str] =item [Iops => Int] =item [LicenseModel => Str] =item [MasterUserPassword => Str] =item [MonitoringInterval => Int] =item [MonitoringRoleArn => Str] =item [MultiAZ => Bool] =item [NewDBInstanceIdentifier => Str] =item [OptionGroupName => Str] =item [PerformanceInsightsKMSKeyId => Str] =item [PreferredBackupWindow => Str] =item [PreferredMaintenanceWindow => Str] =item [PromotionTier => Int] =item [PubliclyAccessible => Bool] =item [StorageType => Str] =item [TdeCredentialArn => Str] =item [TdeCredentialPassword => Str] =item [VpcSecurityGroupIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance. =head2 ModifyDBParameterGroup =over =item DBParameterGroupName => Str =item Parameters => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L instance Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: C, C, and C. A maximum of 20 parameters can be modified in a single request. Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance associated with the parameter group before the change can take effect. After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon Neptune to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the C parameter. You can use the I option of the Amazon Neptune console or the I command to verify that your DB parameter group has been created or modified. =head2 ModifyDBSubnetGroup =over =item DBSubnetGroupName => Str =item SubnetIds => ArrayRef[Str|Undef] =item [DBSubnetGroupDescription => Str] =back Each argument is described in detail in: L Returns: a L instance Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region. =head2 ModifyEventSubscription =over =item SubscriptionName => Str =item [Enabled => Bool] =item [EventCategories => ArrayRef[Str|Undef]] =item [SnsTopicArn => Str] =item [SourceType => Str] =back Each argument is described in detail in: L Returns: a L instance Modifies an existing event notification subscription. Note that you can't modify the source identifiers using this call; to change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls. You can see a list of the event categories for a given SourceType by using the B action. =head2 PromoteReadReplicaDBCluster =over =item DBClusterIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Not supported. =head2 RebootDBInstance =over =item DBInstanceIdentifier => Str =item [ForceFailover => Bool] =back Each argument is described in detail in: L Returns: a L instance You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect. Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting. =head2 RemoveRoleFromDBCluster =over =item DBClusterIdentifier => Str =item RoleArn => Str =item [FeatureName => Str] =back Each argument is described in detail in: L Returns: nothing Disassociates an Identity and Access Management (IAM) role from a DB cluster. =head2 RemoveSourceIdentifierFromSubscription =over =item SourceIdentifier => Str =item SubscriptionName => Str =back Each argument is described in detail in: L Returns: a L instance Removes a source identifier from an existing event notification subscription. =head2 RemoveTagsFromResource =over =item ResourceName => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: nothing Removes metadata tags from an Amazon Neptune resource. =head2 ResetDBClusterParameterGroup =over =item DBClusterParameterGroupName => Str =item [Parameters => ArrayRef[L]] =item [ResetAllParameters => Bool] =back Each argument is described in detail in: L Returns: a L instance Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: C and C. To reset the entire DB cluster parameter group, specify the C and C parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to C to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to. =head2 ResetDBParameterGroup =over =item DBParameterGroupName => Str =item [Parameters => ArrayRef[L]] =item [ResetAllParameters => Bool] =back Each argument is described in detail in: L Returns: a L instance Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters, provide a list of the following: C and C. To reset the entire DB parameter group, specify the C name and C parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to C to take effect on the next DB instance restart or C request. =head2 RestoreDBClusterFromSnapshot =over =item DBClusterIdentifier => Str =item Engine => Str =item SnapshotIdentifier => Str =item [AvailabilityZones => ArrayRef[Str|Undef]] =item [CopyTagsToSnapshot => Bool] =item [DatabaseName => Str] =item [DBClusterParameterGroupName => Str] =item [DBSubnetGroupName => Str] =item [DeletionProtection => Bool] =item [EnableCloudwatchLogsExports => ArrayRef[Str|Undef]] =item [EnableIAMDatabaseAuthentication => Bool] =item [EngineVersion => Str] =item [KmsKeyId => Str] =item [OptionGroupName => Str] =item [Port => Int] =item [Tags => ArrayRef[L]] =item [VpcSecurityGroupIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Creates a new DB cluster from a DB snapshot or DB cluster snapshot. If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group. If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group. =head2 RestoreDBClusterToPointInTime =over =item DBClusterIdentifier => Str =item SourceDBClusterIdentifier => Str =item [DBClusterParameterGroupName => Str] =item [DBSubnetGroupName => Str] =item [DeletionProtection => Bool] =item [EnableCloudwatchLogsExports => ArrayRef[Str|Undef]] =item [EnableIAMDatabaseAuthentication => Bool] =item [KmsKeyId => Str] =item [OptionGroupName => Str] =item [Port => Int] =item [RestoreToTime => Str] =item [RestoreType => Str] =item [Tags => ArrayRef[L]] =item [UseLatestRestorableTime => Bool] =item [VpcSecurityGroupIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before C for up to C days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group. This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in C. You can create DB instances only after the C action has completed and the DB cluster is available. =head2 StartDBCluster =over =item DBClusterIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Starts an Amazon Neptune DB cluster that was stopped using the AWS console, the Amazon CLI stop-db-cluster command, or the StopDBCluster API. =head2 StopDBCluster =over =item DBClusterIdentifier => Str =back Each argument is described in detail in: L Returns: a L instance Stops an Amazon Neptune DB cluster. When you stop a DB cluster, Neptune retains the DB cluster's metadata, including its endpoints and DB parameter groups. Neptune also retains the transaction logs so you can do a point-in-time restore if necessary. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head2 DescribeAllDBClusterEndpoints(sub { },[DBClusterEndpointIdentifier => Str, DBClusterIdentifier => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBClusterEndpoints([DBClusterEndpointIdentifier => Str, DBClusterIdentifier => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBClusterEndpoints, passing the object as the first parameter, and the string 'DBClusterEndpoints' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBClusterParameterGroups(sub { },[DBClusterParameterGroupName => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBClusterParameterGroups([DBClusterParameterGroupName => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBClusterParameterGroups, passing the object as the first parameter, and the string 'DBClusterParameterGroups' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBClusterParameters(sub { },DBClusterParameterGroupName => Str, [Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, Source => Str]) =head2 DescribeAllDBClusterParameters(DBClusterParameterGroupName => Str, [Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, Source => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Parameters, passing the object as the first parameter, and the string 'Parameters' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBClusters(sub { },[DBClusterIdentifier => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBClusters([DBClusterIdentifier => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBClusters, passing the object as the first parameter, and the string 'DBClusters' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBClusterSnapshots(sub { },[DBClusterIdentifier => Str, DBClusterSnapshotIdentifier => Str, Filters => ArrayRef[L], IncludePublic => Bool, IncludeShared => Bool, Marker => Str, MaxRecords => Int, SnapshotType => Str]) =head2 DescribeAllDBClusterSnapshots([DBClusterIdentifier => Str, DBClusterSnapshotIdentifier => Str, Filters => ArrayRef[L], IncludePublic => Bool, IncludeShared => Bool, Marker => Str, MaxRecords => Int, SnapshotType => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - DBClusterSnapshots, passing the object as the first parameter, and the string 'DBClusterSnapshots' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBEngineVersions(sub { },[DBParameterGroupFamily => Str, DefaultOnly => Bool, Engine => Str, EngineVersion => Str, Filters => ArrayRef[L], ListSupportedCharacterSets => Bool, ListSupportedTimezones => Bool, Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBEngineVersions([DBParameterGroupFamily => Str, DefaultOnly => Bool, Engine => Str, EngineVersion => Str, Filters => ArrayRef[L], ListSupportedCharacterSets => Bool, ListSupportedTimezones => Bool, Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBEngineVersions, passing the object as the first parameter, and the string 'DBEngineVersions' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBInstances(sub { },[DBInstanceIdentifier => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBInstances([DBInstanceIdentifier => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBInstances, passing the object as the first parameter, and the string 'DBInstances' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBParameterGroups(sub { },[DBParameterGroupName => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBParameterGroups([DBParameterGroupName => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBParameterGroups, passing the object as the first parameter, and the string 'DBParameterGroups' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBParameters(sub { },DBParameterGroupName => Str, [Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, Source => Str]) =head2 DescribeAllDBParameters(DBParameterGroupName => Str, [Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, Source => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Parameters, passing the object as the first parameter, and the string 'Parameters' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllDBSubnetGroups(sub { },[DBSubnetGroupName => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllDBSubnetGroups([DBSubnetGroupName => Str, Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - DBSubnetGroups, passing the object as the first parameter, and the string 'DBSubnetGroups' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllEngineDefaultParameters(sub { },DBParameterGroupFamily => Str, [Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) =head2 DescribeAllEngineDefaultParameters(DBParameterGroupFamily => Str, [Filters => ArrayRef[L], Marker => Str, MaxRecords => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - EngineDefaults.Parameters, passing the object as the first parameter, and the string 'EngineDefaults.Parameters' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllEvents(sub { },[Duration => Int, EndTime => Str, EventCategories => ArrayRef[Str|Undef], Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, SourceIdentifier => Str, SourceType => Str, StartTime => Str]) =head2 DescribeAllEvents([Duration => Int, EndTime => Str, EventCategories => ArrayRef[Str|Undef], Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, SourceIdentifier => Str, SourceType => Str, StartTime => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Events, passing the object as the first parameter, and the string 'Events' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllEventSubscriptions(sub { },[Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, SubscriptionName => Str]) =head2 DescribeAllEventSubscriptions([Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, SubscriptionName => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - EventSubscriptionsList, passing the object as the first parameter, and the string 'EventSubscriptionsList' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllOrderableDBInstanceOptions(sub { },Engine => Str, [DBInstanceClass => Str, EngineVersion => Str, Filters => ArrayRef[L], LicenseModel => Str, Marker => Str, MaxRecords => Int, Vpc => Bool]) =head2 DescribeAllOrderableDBInstanceOptions(Engine => Str, [DBInstanceClass => Str, EngineVersion => Str, Filters => ArrayRef[L], LicenseModel => Str, Marker => Str, MaxRecords => Int, Vpc => Bool]) If passed a sub as first parameter, it will call the sub for each element found in : - OrderableDBInstanceOptions, passing the object as the first parameter, and the string 'OrderableDBInstanceOptions' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllPendingMaintenanceActions(sub { },[Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, ResourceIdentifier => Str]) =head2 DescribeAllPendingMaintenanceActions([Filters => ArrayRef[L], Marker => Str, MaxRecords => Int, ResourceIdentifier => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - PendingMaintenanceActions, passing the object as the first parameter, and the string 'PendingMaintenanceActions' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut