openapi: 3.0.0 info: version: '2019-12-20' x-release: v4 title: 'Redshift Data API Service #Action=AcceptReservedNodeExchange #Action=AcceptReservedNodeExchange #X Amz Target=RedshiftData.ListStatements API' description:

You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You can run SQL statements, which are committed if the statement succeeds.

For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.

x-logo: url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: redshift-data x-aws-signingName: redshift-data x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/redshift-data-2019-12-20.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://redshift-data.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Redshift Data API Service multi-region endpoint - url: https://redshift-data.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Redshift Data API Service multi-region endpoint - url: http://redshift-data.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Redshift Data API Service endpoint for China (Beijing) and China (Ningxia) - url: https://redshift-data.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Redshift Data API Service endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: '#X Amz Target=RedshiftData.ListStatements' paths: /#X-Amz-Target=RedshiftData.ListStatements: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: ListStatements description:

List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list.

For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListStatementsResponse' '480': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '481': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListStatementsRequest' parameters: - name: MaxResults in: query schema: type: string description: Pagination limit required: false - name: NextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - RedshiftData.ListStatements summary: Amazon Redshift Data - List Statements x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - '#X Amz Target=RedshiftData.ListStatements' components: parameters: X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false schemas: StatusString: type: string enum: - SUBMITTED - PICKED - STARTED - FINISHED - ABORTED - FAILED - ALL ParameterName: type: string pattern: ^[0-9a-zA-Z_]+$ StatementData: type: object required: - Id properties: CreatedAt: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date and time (UTC) the statement was created. ' Id: allOf: - $ref: '#/components/schemas/StatementId' - description: 'The SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. ' IsBatchStatement: allOf: - $ref: '#/components/schemas/Boolean' - description: A value that indicates whether the statement is a batch query request. QueryParameters: allOf: - $ref: '#/components/schemas/SqlParametersList' - description: The parameters used in a SQL statement. QueryString: allOf: - $ref: '#/components/schemas/StatementString' - description: The SQL statement. QueryStrings: allOf: - $ref: '#/components/schemas/StatementStringList' - description: One or more SQL statements. Each query string in the array corresponds to one of the queries in a batch query request. SecretArn: allOf: - $ref: '#/components/schemas/SecretArn' - description: 'The name or Amazon Resource Name (ARN) of the secret that enables access to the database. ' StatementName: allOf: - $ref: '#/components/schemas/StatementNameString' - description: 'The name of the SQL statement. ' Status: allOf: - $ref: '#/components/schemas/StatusString' - description: 'The status of the SQL statement. An example is the that the SQL statement finished. ' UpdatedAt: allOf: - $ref: '#/components/schemas/Timestamp' - description: The date and time (UTC) that the statement metadata was last updated. description: The SQL statement to run. ListStatementsLimit: type: integer minimum: 0 maximum: 100 ListStatementsRequest: type: object title: ListStatementsRequest properties: MaxResults: allOf: - $ref: '#/components/schemas/ListStatementsLimit' - description: 'The maximum number of SQL statements to return in the response. If more SQL statements exist than fit in one response, then NextToken is returned to page through the results. ' NextToken: allOf: - $ref: '#/components/schemas/String' - description: 'A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. ' RoleLevel: allOf: - $ref: '#/components/schemas/Boolean' - description: 'A value that filters which statements to return in the response. If true, all statements run by the caller''s IAM role are returned. If false, only statements run by the caller''s IAM role in the current IAM session are returned. The default is true. ' StatementName: allOf: - $ref: '#/components/schemas/StatementNameString' - description: 'The name of the SQL statement specified as input to BatchExecuteStatement or ExecuteStatement to identify the query. You can list multiple statements by providing a prefix that matches the beginning of the statement name. For example, to list myStatement1, myStatement2, myStatement3, and so on, then provide the a value of myStatement. Data API does a case-sensitive match of SQL statement names to the prefix value you provide. ' Status: allOf: - $ref: '#/components/schemas/StatusString' - description: '

The status of the SQL statement to list. Status values are defined as follows:

' ParameterValue: type: string minLength: 1 String: type: string StatementNameString: type: string minLength: 0 maxLength: 500 StatementStringList: type: array items: $ref: '#/components/schemas/StatementString' ListStatementsResponse: type: object required: - Statements properties: NextToken: allOf: - $ref: '#/components/schemas/String' - description: 'A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. ' Statements: allOf: - $ref: '#/components/schemas/StatementList' - description: 'The SQL statements. ' StatementString: type: string StatementId: type: string pattern: ^[a-z0-9]{8}(-[a-z0-9]{4}){3}-[a-z0-9]{12}(:\d+)?$ SqlParameter: type: object required: - name - value properties: name: allOf: - $ref: '#/components/schemas/ParameterName' - description: The name of the parameter. value: allOf: - $ref: '#/components/schemas/ParameterValue' - description: 'The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more information, see Data types in the Amazon Redshift Database Developer Guide. ' description: A parameter used in a SQL statement. SecretArn: type: string SqlParametersList: type: array items: $ref: '#/components/schemas/SqlParameter' minItems: 1 Boolean: type: boolean StatementList: type: array items: $ref: '#/components/schemas/StatementData' ValidationException: {} Timestamp: type: string format: date-time InternalServerException: {} securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/redshift-data/ x-hasEquivalentPaths: true