View a markdown version of this page

Other Neptune APIs - Amazon Neptune

Other Neptune APIs

Actions:

Structures:

AddTagsToResource (action)

        The AWS CLI name for this API is: add-tags-to-resource.

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.

Request

  • ResourceName  (in the CLI: --resource-name) –  Required: a String, of type: string (a UTF-8 encoded string).

    The Amazon Neptune resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

  • Tags  (in the CLI: --tags) –  Required: An array of Tag objects.

    The tags to be assigned to the Amazon Neptune resource.

Response
  • No Response parameters.

ListTagsForResource (action)

        The AWS CLI name for this API is: list-tags-for-resource.

Lists all tags on an Amazon Neptune resource.

Request

  • Filters  (in the CLI: --filters) –  An array of Filter objects.

    This parameter is not currently supported.

  • ResourceName  (in the CLI: --resource-name) –  Required: a String, of type: string (a UTF-8 encoded string).

    The Amazon Neptune resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

Response

  • TagList   – An array of Tag objects.

    List of tags returned by the ListTagsForResource operation.

RemoveTagsFromResource (action)

        The AWS CLI name for this API is: remove-tags-from-resource.

Removes metadata tags from an Amazon Neptune resource.

Request

  • ResourceName  (in the CLI: --resource-name) –  Required: a String, of type: string (a UTF-8 encoded string).

    The Amazon Neptune resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

  • TagKeys  (in the CLI: --tag-keys) –  Required: a String, of type: string (a UTF-8 encoded string).

    The tag key (name) of the tag to be removed.

Response
  • No Response parameters.

ApplyPendingMaintenanceAction (action)

        The AWS CLI name for this API is: apply-pending-maintenance-action.

Applies a pending maintenance action to a resource (for example, to a DB instance).

Request

  • ApplyAction  (in the CLI: --apply-action) –  Required: a String, of type: string (a UTF-8 encoded string).

    The pending maintenance action to apply to this resource.

    Valid values: system-update, db-upgrade

  • OptInType  (in the CLI: --opt-in-type) –  Required: a String, of type: string (a UTF-8 encoded string).

    A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate can't be undone.

    Valid values:

    • immediate - Apply the maintenance action immediately.

    • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.

    • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

  • ResourceIdentifier  (in the CLI: --resource-identifier) –  Required: a String, of type: string (a UTF-8 encoded string).

    The Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

Response

Describes the pending maintenance actions for a resource.

  • PendingMaintenanceActionDetails   – An array of PendingMaintenanceAction objects.

    A list that provides details about the pending maintenance actions for the resource.

  • ResourceIdentifier   – a String, of type: string (a UTF-8 encoded string).

    The ARN of the resource that has pending maintenance actions.

DescribePendingMaintenanceActions (action)

        The AWS CLI name for this API is: describe-pending-maintenance-actions.

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.

Request

  • Filters  (in the CLI: --filters) –  An array of Filter objects.

    A filter that specifies one or more resources to return pending maintenance actions for.

    Supported filters:

    • db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB clusters identified by these ARNs.

    • db-instance-id - Accepts DB instance identifiers and DB instance ARNs. The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

  • Marker  (in the CLI: --marker) –  a String, of type: string (a UTF-8 encoded string).

    An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

  • MaxRecords  (in the CLI: --max-records) –  an IntegerOptional, of type: integer (a signed 32-bit integer).

    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

    Default: 100

    Constraints: Minimum 20, maximum 100.

  • ResourceIdentifier  (in the CLI: --resource-identifier) –  a String, of type: string (a UTF-8 encoded string).

    The ARN of a resource to return pending maintenance actions for.

Response

  • Marker   – a String, of type: string (a UTF-8 encoded string).

    An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

  • PendingMaintenanceActions   – An array of ResourcePendingMaintenanceActions objects.

    A list of the pending maintenance actions for the resource.

DescribeDBEngineVersions (action)

        The AWS CLI name for this API is: describe-db-engine-versions.

Returns a list of the available DB engines.

Request

  • DBParameterGroupFamily  (in the CLI: --db-parameter-group-family) –  a String, of type: string (a UTF-8 encoded string).

    The name of a specific DB parameter group family to return details for.

    Constraints:

    • If supplied, must match an existing DBParameterGroupFamily.

  • DefaultOnly  (in the CLI: --default-only) –  a Boolean, of type: boolean (a Boolean (true or false) value).

    Indicates that only the default version of the specified engine or engine and major version combination is returned.

  • Engine  (in the CLI: --engine) –  a String, of type: string (a UTF-8 encoded string).

    The database engine to return.

  • EngineVersion  (in the CLI: --engine-version) –  a String, of type: string (a UTF-8 encoded string).

    The database engine version to return.

    Example: 5.1.49

  • Filters  (in the CLI: --filters) –  An array of Filter objects.

    Not currently supported.

  • ListSupportedCharacterSets  (in the CLI: --list-supported-character-sets) –  a BooleanOptional, of type: boolean (a Boolean (true or false) value).

    If this parameter is specified and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

  • ListSupportedTimezones  (in the CLI: --list-supported-timezones) –  a BooleanOptional, of type: boolean (a Boolean (true or false) value).

    If this parameter is specified and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.

  • Marker  (in the CLI: --marker) –  a String, of type: string (a UTF-8 encoded string).

    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

  • MaxRecords  (in the CLI: --max-records) –  an IntegerOptional, of type: integer (a signed 32-bit integer).

    The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

    Default: 100

    Constraints: Minimum 20, maximum 100.

Response

  • DBEngineVersions   – An array of DBEngineVersion objects.

    A list of DBEngineVersion elements.

  • Marker   – a String, of type: string (a UTF-8 encoded string).

    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Structures:

DBEngineVersion (structure)

This data type is used as a response element in the action DescribeDBEngineVersions (action).

Fields
  • DBEngineDescription – This is a String, of type: