5.0.0 • Published 7 years ago

@datafire/amazonaws_neptune v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_neptune

Client library for Amazon Neptune

Installation and Usage

npm install --save @datafire/amazonaws_neptune
let amazonaws_neptune = require('@datafire/amazonaws_neptune').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_neptune.AddRoleToDBCluster({
  "DBClusterIdentifier": "",
  "RoleArn": ""
}).then(data => {
  console.log(data);
});

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. Amazon Neptune API Reference

Actions

AddRoleToDBCluster

amazonaws_neptune.AddRoleToDBCluster({
  "DBClusterIdentifier": "",
  "RoleArn": ""
}, context)

Input

  • input object

Output

Output schema unknown

AddSourceIdentifierToSubscription

amazonaws_neptune.AddSourceIdentifierToSubscription({
  "SubscriptionName": "",
  "SourceIdentifier": ""
}, context)

Input

  • input object
    • SourceIdentifier required String
    • SubscriptionName required String

Output

AddTagsToResource

amazonaws_neptune.AddTagsToResource({
  "ResourceName": "",
  "Tags": []
}, context)

Input

Output

Output schema unknown

ApplyPendingMaintenanceAction

amazonaws_neptune.ApplyPendingMaintenanceAction({
  "ResourceIdentifier": "",
  "ApplyAction": "",
  "OptInType": ""
}, context)

Input

  • input object

Output

CopyDBClusterParameterGroup

amazonaws_neptune.CopyDBClusterParameterGroup({
  "SourceDBClusterParameterGroupIdentifier": "",
  "TargetDBClusterParameterGroupIdentifier": "",
  "TargetDBClusterParameterGroupDescription": ""
}, context)

Input

  • input object
    • SourceDBClusterParameterGroupIdentifier required String
    • Tags TagList
    • TargetDBClusterParameterGroupDescription required String
    • TargetDBClusterParameterGroupIdentifier required String

Output

CopyDBClusterSnapshot

amazonaws_neptune.CopyDBClusterSnapshot({
  "SourceDBClusterSnapshotIdentifier": "",
  "TargetDBClusterSnapshotIdentifier": ""
}, context)

Input

Output

CopyDBParameterGroup

amazonaws_neptune.CopyDBParameterGroup({
  "SourceDBParameterGroupIdentifier": "",
  "TargetDBParameterGroupIdentifier": "",
  "TargetDBParameterGroupDescription": ""
}, context)

Input

  • input object
    • SourceDBParameterGroupIdentifier required String
    • Tags TagList
    • TargetDBParameterGroupDescription required String
    • TargetDBParameterGroupIdentifier required String

Output

CreateDBCluster

amazonaws_neptune.CreateDBCluster({
  "DBClusterIdentifier": "",
  "Engine": ""
}, context)

Input

Output

CreateDBClusterParameterGroup

amazonaws_neptune.CreateDBClusterParameterGroup({
  "DBClusterParameterGroupName": "",
  "DBParameterGroupFamily": "",
  "Description": ""
}, context)

Input

  • input object

Output

CreateDBClusterSnapshot

amazonaws_neptune.CreateDBClusterSnapshot({
  "DBClusterSnapshotIdentifier": "",
  "DBClusterIdentifier": ""
}, context)

Input

  • input object

Output

CreateDBInstance

amazonaws_neptune.CreateDBInstance({
  "DBInstanceIdentifier": "",
  "DBInstanceClass": "",
  "Engine": ""
}, context)

Input

Output

CreateDBParameterGroup

amazonaws_neptune.CreateDBParameterGroup({
  "DBParameterGroupName": "",
  "DBParameterGroupFamily": "",
  "Description": ""
}, context)

Input

  • input object

Output

CreateDBSubnetGroup

amazonaws_neptune.CreateDBSubnetGroup({
  "DBSubnetGroupName": "",
  "DBSubnetGroupDescription": "",
  "SubnetIds": []
}, context)

Input

Output

CreateEventSubscription

amazonaws_neptune.CreateEventSubscription({
  "SubscriptionName": "",
  "SnsTopicArn": ""
}, context)

Input

Output

DeleteDBCluster

amazonaws_neptune.DeleteDBCluster({
  "DBClusterIdentifier": ""
}, context)

Input

  • input object

Output

DeleteDBClusterParameterGroup

amazonaws_neptune.DeleteDBClusterParameterGroup({
  "DBClusterParameterGroupName": ""
}, context)

Input

  • input object
    • DBClusterParameterGroupName required String

Output

Output schema unknown

DeleteDBClusterSnapshot

amazonaws_neptune.DeleteDBClusterSnapshot({
  "DBClusterSnapshotIdentifier": ""
}, context)

Input

  • input object
    • DBClusterSnapshotIdentifier required String

Output

DeleteDBInstance

amazonaws_neptune.DeleteDBInstance({
  "DBInstanceIdentifier": ""
}, context)

Input

  • input object

Output

DeleteDBParameterGroup

amazonaws_neptune.DeleteDBParameterGroup({
  "DBParameterGroupName": ""
}, context)

Input

  • input object
    • DBParameterGroupName required String

Output

Output schema unknown

DeleteDBSubnetGroup

amazonaws_neptune.DeleteDBSubnetGroup({
  "DBSubnetGroupName": ""
}, context)

Input

  • input object
    • DBSubnetGroupName required String

Output

Output schema unknown

DeleteEventSubscription

amazonaws_neptune.DeleteEventSubscription({
  "SubscriptionName": ""
}, context)

Input

  • input object
    • SubscriptionName required String

Output

DescribeDBClusterParameterGroups

amazonaws_neptune.DescribeDBClusterParameterGroups({}, context)

Input

Output

DescribeDBClusterParameters

amazonaws_neptune.DescribeDBClusterParameters({
  "DBClusterParameterGroupName": ""
}, context)

Input

Output

DescribeDBClusterSnapshotAttributes

amazonaws_neptune.DescribeDBClusterSnapshotAttributes({
  "DBClusterSnapshotIdentifier": ""
}, context)

Input

  • input object
    • DBClusterSnapshotIdentifier required String

Output

DescribeDBClusterSnapshots

amazonaws_neptune.DescribeDBClusterSnapshots({}, context)

Input

Output

DescribeDBClusters

amazonaws_neptune.DescribeDBClusters({}, context)

Input

Output

DescribeDBEngineVersions

amazonaws_neptune.DescribeDBEngineVersions({}, context)

Input

Output

DescribeDBInstances

amazonaws_neptune.DescribeDBInstances({}, context)

Input

Output

DescribeDBParameterGroups

amazonaws_neptune.DescribeDBParameterGroups({}, context)

Input

Output

DescribeDBParameters

amazonaws_neptune.DescribeDBParameters({
  "DBParameterGroupName": ""
}, context)

Input

Output

DescribeDBSubnetGroups

amazonaws_neptune.DescribeDBSubnetGroups({}, context)

Input

Output

DescribeEngineDefaultClusterParameters

amazonaws_neptune.DescribeEngineDefaultClusterParameters({
  "DBParameterGroupFamily": ""
}, context)

Input

Output

DescribeEngineDefaultParameters

amazonaws_neptune.DescribeEngineDefaultParameters({
  "DBParameterGroupFamily": ""
}, context)

Input

Output

DescribeEventCategories

amazonaws_neptune.DescribeEventCategories({}, context)

Input

Output

DescribeEventSubscriptions

amazonaws_neptune.DescribeEventSubscriptions({}, context)

Input

Output

DescribeEvents

amazonaws_neptune.DescribeEvents({}, context)

Input

Output

DescribeOrderableDBInstanceOptions

amazonaws_neptune.DescribeOrderableDBInstanceOptions({
  "Engine": ""
}, context)

Input

Output

DescribePendingMaintenanceActions

amazonaws_neptune.DescribePendingMaintenanceActions({}, context)

Input

Output

DescribeValidDBInstanceModifications

amazonaws_neptune.DescribeValidDBInstanceModifications({
  "DBInstanceIdentifier": ""
}, context)

Input

  • input object
    • DBInstanceIdentifier required String

Output

FailoverDBCluster

amazonaws_neptune.FailoverDBCluster({}, context)

Input

  • input object

Output

ListTagsForResource

amazonaws_neptune.ListTagsForResource({
  "ResourceName": ""
}, context)

Input

Output

ModifyDBCluster

amazonaws_neptune.ModifyDBCluster({
  "DBClusterIdentifier": ""
}, context)

Input

Output

ModifyDBClusterParameterGroup

amazonaws_neptune.ModifyDBClusterParameterGroup({
  "DBClusterParameterGroupName": "",
  "Parameters": []
}, context)

Input

Output

ModifyDBClusterSnapshotAttribute

amazonaws_neptune.ModifyDBClusterSnapshotAttribute({
  "DBClusterSnapshotIdentifier": "",
  "AttributeName": ""
}, context)

Input

Output

ModifyDBInstance

amazonaws_neptune.ModifyDBInstance({
  "DBInstanceIdentifier": ""
}, context)

Input

Output

ModifyDBParameterGroup

amazonaws_neptune.ModifyDBParameterGroup({
  "DBParameterGroupName": "",
  "Parameters": []
}, context)

Input

Output

ModifyDBSubnetGroup

amazonaws_neptune.ModifyDBSubnetGroup({
  "DBSubnetGroupName": "",
  "SubnetIds": []
}, context)

Input

Output

ModifyEventSubscription

amazonaws_neptune.ModifyEventSubscription({
  "SubscriptionName": ""
}, context)

Input

Output

PromoteReadReplicaDBCluster

amazonaws_neptune.PromoteReadReplicaDBCluster({
  "DBClusterIdentifier": ""
}, context)

Input

  • input object
    • DBClusterIdentifier required String

Output

RebootDBInstance

amazonaws_neptune.RebootDBInstance({
  "DBInstanceIdentifier": ""
}, context)

Input

Output

RemoveRoleFromDBCluster

amazonaws_neptune.RemoveRoleFromDBCluster({
  "DBClusterIdentifier": "",
  "RoleArn": ""
}, context)

Input

  • input object

Output

Output schema unknown

RemoveSourceIdentifierFromSubscription

amazonaws_neptune.RemoveSourceIdentifierFromSubscription({
  "SubscriptionName": "",
  "SourceIdentifier": ""
}, context)

Input

  • input object
    • SourceIdentifier required String
    • SubscriptionName required String

Output

RemoveTagsFromResource

amazonaws_neptune.RemoveTagsFromResource({
  "ResourceName": "",
  "TagKeys": []
}, context)

Input

Output

Output schema unknown

ResetDBClusterParameterGroup

amazonaws_neptune.ResetDBClusterParameterGroup({
  "DBClusterParameterGroupName": ""
}, context)

Input

Output

ResetDBParameterGroup

amazonaws_neptune.ResetDBParameterGroup({
  "DBParameterGroupName": ""
}, context)

Input

Output

RestoreDBClusterFromSnapshot

amazonaws_neptune.RestoreDBClusterFromSnapshot({
  "DBClusterIdentifier": "",
  "SnapshotIdentifier": "",
  "Engine": ""
}, context)

Input

Output

RestoreDBClusterToPointInTime

amazonaws_neptune.RestoreDBClusterToPointInTime({
  "DBClusterIdentifier": "",
  "SourceDBClusterIdentifier": ""
}, context)

Input

Output

Definitions

AddRoleToDBClusterMessage

  • AddRoleToDBClusterMessage object

AddSourceIdentifierToSubscriptionMessage

  • AddSourceIdentifierToSubscriptionMessage object:
    • SourceIdentifier required String
    • SubscriptionName required String

AddSourceIdentifierToSubscriptionResult

AddTagsToResourceMessage

  • AddTagsToResourceMessage object:

ApplyMethod

  • ApplyMethod string (values: immediate, pending-reboot)

ApplyPendingMaintenanceActionMessage

  • ApplyPendingMaintenanceActionMessage object:

ApplyPendingMaintenanceActionResult

AttributeValueList

  • AttributeValueList array

AuthorizationNotFoundFault

  • AuthorizationNotFoundFault object: Specified CIDRIP or EC2 security group is not authorized for the specified DB security group. Neptune may not also be authorized via IAM to perform necessary actions on your behalf.

AvailabilityZone

  • AvailabilityZone object: Contains Availability Zone information. This data type is used as an element in the following data type: OrderableDBInstanceOption

AvailabilityZoneList

AvailabilityZones

  • AvailabilityZones array

Boolean

  • Boolean boolean

BooleanOptional

  • BooleanOptional boolean

CertificateNotFoundFault

  • CertificateNotFoundFault object: CertificateIdentifier does not refer to an existing certificate.

CharacterSet

  • CharacterSet object: This data type is used as a response element in the action DescribeDBEngineVersions.

CloudwatchLogsExportConfiguration

  • CloudwatchLogsExportConfiguration object: The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.

CopyDBClusterParameterGroupMessage

  • CopyDBClusterParameterGroupMessage object
    • SourceDBClusterParameterGroupIdentifier required String
    • Tags TagList
    • TargetDBClusterParameterGroupDescription required String
    • TargetDBClusterParameterGroupIdentifier required String

CopyDBClusterParameterGroupResult

CopyDBClusterSnapshotMessage

CopyDBClusterSnapshotResult

CopyDBParameterGroupMessage

  • CopyDBParameterGroupMessage object:
    • SourceDBParameterGroupIdentifier required String
    • Tags TagList
    • TargetDBParameterGroupDescription required String
    • TargetDBParameterGroupIdentifier required String

CopyDBParameterGroupResult

CreateDBClusterMessage

CreateDBClusterParameterGroupMessage

  • CreateDBClusterParameterGroupMessage object:

CreateDBClusterParameterGroupResult

CreateDBClusterResult

  • CreateDBClusterResult object

CreateDBClusterSnapshotMessage

  • CreateDBClusterSnapshotMessage object:

CreateDBClusterSnapshotResult

CreateDBInstanceMessage

CreateDBInstanceResult

  • CreateDBInstanceResult object

CreateDBParameterGroupMessage

  • CreateDBParameterGroupMessage object:

CreateDBParameterGroupResult

CreateDBSubnetGroupMessage

CreateDBSubnetGroupResult

CreateEventSubscriptionMessage

CreateEventSubscriptionResult

DBCluster

DBClusterAlreadyExistsFault

  • DBClusterAlreadyExistsFault object: User already has a DB cluster with the given identifier.

DBClusterList

DBClusterMember

  • DBClusterMember object: Contains information about an instance that is part of a DB cluster.

DBClusterMemberList

DBClusterMessage

  • DBClusterMessage object: Contains the result of a successful invocation of the DescribeDBClusters action.

DBClusterNotFoundFault

  • DBClusterNotFoundFault object: DBClusterIdentifier does not refer to an existing DB cluster.

DBClusterOptionGroupMemberships

DBClusterOptionGroupStatus

  • DBClusterOptionGroupStatus object: Contains status information for a DB cluster option group.

DBClusterParameterGroup

  • DBClusterParameterGroup object: Contains the details of an Amazon Neptune DB cluster parameter group. This data type is used as a response element in the DescribeDBClusterParameterGroups action.

DBClusterParameterGroupDetails

  • DBClusterParameterGroupDetails object: Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.

DBClusterParameterGroupList

DBClusterParameterGroupNameMessage

  • DBClusterParameterGroupNameMessage object:
    • DBClusterParameterGroupName String

DBClusterParameterGroupNotFoundFault

  • DBClusterParameterGroupNotFoundFault object: DBClusterParameterGroupName does not refer to an existing DB Cluster parameter group.

DBClusterParameterGroupsMessage

DBClusterQuotaExceededFault

  • DBClusterQuotaExceededFault object: User attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.

DBClusterRole

  • DBClusterRole object: Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.

DBClusterRoleAlreadyExistsFault

  • DBClusterRoleAlreadyExistsFault object: The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.

DBClusterRoleNotFoundFault

  • DBClusterRoleNotFoundFault object: The specified IAM role Amazon Resource Name (ARN) is not associated with the specified DB cluster.

DBClusterRoleQuotaExceededFault

  • DBClusterRoleQuotaExceededFault object: You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.

DBClusterRoles

DBClusterSnapshot

DBClusterSnapshotAlreadyExistsFault

  • DBClusterSnapshotAlreadyExistsFault object: User already has a DB cluster snapshot with the given identifier.

DBClusterSnapshotAttribute

  • DBClusterSnapshotAttribute object: Contains the name and values of a manual DB cluster snapshot attribute. Manual DB cluster snapshot attributes are used to authorize other AWS accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

DBClusterSnapshotAttributeList

DBClusterSnapshotAttributesResult

  • DBClusterSnapshotAttributesResult object: Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action. Manual DB cluster snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

DBClusterSnapshotList

DBClusterSnapshotMessage

  • DBClusterSnapshotMessage object: Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.

DBClusterSnapshotNotFoundFault

  • DBClusterSnapshotNotFoundFault object: DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

DBEngineVersion

DBEngineVersionList

DBEngineVersionMessage

  • DBEngineVersionMessage object: Contains the result of a successful invocation of the DescribeDBEngineVersions action.

DBInstance

DBInstanceAlreadyExistsFault

  • DBInstanceAlreadyExistsFault object: User already has a DB instance with the given identifier.

DBInstanceList

DBInstanceMessage

  • DBInstanceMessage object: Contains the result of a successful invocation of the DescribeDBInstances action.

DBInstanceNotFoundFault

  • DBInstanceNotFoundFault object: DBInstanceIdentifier does not refer to an existing DB instance.

DBInstanceStatusInfo

  • DBInstanceStatusInfo object: Provides a list of status information for a DB instance.

DBInstanceStatusInfoList

DBParameterGroup

  • DBParameterGroup object: Contains the details of an Amazon Neptune DB parameter group. This data type is used as a response element in the DescribeDBParameterGroups action.

DBParameterGroupAlreadyExistsFault

  • DBParameterGroupAlreadyExistsFault object: A DB parameter group with the same name exists.

DBParameterGroupDetails

  • DBParameterGroupDetails object: Contains the result of a successful invocation of the DescribeDBParameters action.

DBParameterGroupList

DBParameterGroupNameMessage

  • DBParameterGroupNameMessage object: Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

DBParameterGroupNotFoundFault

  • DBParameterGroupNotFoundFault object: DBParameterGroupName does not refer to an existing DB parameter group.

DBParameterGroupQuotaExceededFault

  • DBParameterGroupQuotaExceededFault object: Request would result in user exceeding the allowed number of DB parameter groups.

DBParameterGroupStatus

  • DBParameterGroupStatus object: The status of the DB parameter group. This data type is used as a response element in the following actions: CreateDBInstance DeleteDBInstance ModifyDBInstance RebootDBInstance

DBParameterGroupStatusList

DBParameterGroupsMessage

  • DBParameterGroupsMessage object: Contains the result of a successful invocation of the DescribeDBParameterGroups action.

DBSecurityGroupMembership

  • DBSecurityGroupMembership object: This data type is used as a response element in the following actions: ModifyDBInstance RebootDBInstance

DBSecurityGroupMembershipList

DBSecurityGroupNameList

  • DBSecurityGroupNameList array

DBSecurityGroupNotFoundFault

  • DBSecurityGroupNotFoundFault object: DBSecurityGroupName does not refer to an existing DB security group.

DBSnapshotAlreadyExistsFault

  • DBSnapshotAlreadyExistsFault object: DBSnapshotIdentifier is already used by an existing snapshot.

DBSnapshotNotFoundFault

  • DBSnapshotNotFoundFault object: DBSnapshotIdentifier does not refer to an existing DB snapshot.

DBSubnetGroup

  • DBSubnetGroup object: Contains the details of an Amazon Neptune DB subnet group. This data type is used as a response element in the DescribeDBSubnetGroups action.

DBSubnetGroupAlreadyExistsFault

  • DBSubnetGroupAlreadyExistsFault object: DBSubnetGroupName is already used by an existing DB subnet group.

DBSubnetGroupDoesNotCoverEnoughAZs

  • DBSubnetGroupDoesNotCoverEnoughAZs object: Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

DBSubnetGroupMessage

  • DBSubnetGroupMessage object: Contains the result of a successful invocation of the DescribeDBSubnetGroups action.

DBSubnetGroupNotFoundFault

  • DBSubnetGroupNotFoundFault object: DBSubnetGroupName does not refer to an existing DB subnet group.

DBSubnetGroupQuotaExceededFault

  • DBSubnetGroupQuotaExceededFault object: Request would result in user exceeding the allowed number of DB subnet groups.

DBSubnetGroups

DBSubnetQuotaExceededFault

  • DBSubnetQuotaExceededFault object: Request would result in user exceeding the allowed number of subnets in a DB subnet groups.

DBUpgradeDependencyFailureFault

  • DBUpgradeDependencyFailureFault object: The DB upgrade failed because a resource the DB depends on could not be modified.

DeleteDBClusterMessage

  • DeleteDBClusterMessage object:

DeleteDBClusterParameterGroupMessage

  • DeleteDBClusterParameterGroupMessage object:
    • DBClusterParameterGroupName required String

DeleteDBClusterResult

  • DeleteDBClusterResult object

DeleteDBClusterSnapshotMessage

  • DeleteDBClusterSnapshotMessage object:
    • DBClusterSnapshotIdentifier required String

DeleteDBClusterSnapshotResult

DeleteDBInstanceMessage

  • DeleteDBInstanceMessage object:

DeleteDBInstanceResult

  • DeleteDBInstanceResult object

DeleteDBParameterGroupMessage

  • DeleteDBParameterGroupMessage object:
    • DBParameterGroupName required String

DeleteDBSubnetGroupMessage

  • DeleteDBSubnetGroupMessage object:
    • DBSubnetGroupName required String

DeleteEventSubscriptionMessage

  • DeleteEventSubscriptionMessage object:
    • SubscriptionName required String

DeleteEventSubscriptionResult

DescribeDBClusterParameterGroupsMessage

DescribeDBClusterParametersMessage

DescribeDBClusterSnapshotAttributesMessage

  • DescribeDBClusterSnapshotAttributesMessage object:
    • DBClusterSnapshotIdentifier required String

DescribeDBClusterSnapshotAttributesResult

DescribeDBClusterSnapshotsMessage

DescribeDBClustersMessage

DescribeDBEngineVersionsMessage

DescribeDBInstancesMessage

DescribeDBParameterGroupsMessage

DescribeDBParametersMessage

DescribeDBSubnetGroupsMessage

DescribeEngineDefaultClusterParametersMessage

DescribeEngineDefaultClusterParametersResult

  • DescribeEngineDefaultClusterParametersResult object

DescribeEngineDefaultParametersMessage

DescribeEngineDefaultParametersResult

  • DescribeEngineDefaultParametersResult object

DescribeEventCategoriesMessage

DescribeEventSubscriptionsMessage

DescribeEventsMessage