github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/timestream-query/2018-11-01/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p> </p>",
     4    "operations": {
     5      "CancelQuery": "<p> Cancels a query that has been issued. Cancellation is guaranteed only if the query has not completed execution before the cancellation request was issued. Because cancellation is an idempotent operation, subsequent cancellation requests will return a <code>CancellationMessage</code>, indicating that the query has already been canceled. </p>",
     6      "DescribeEndpoints": "<p>DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query.</p> <p>Because Timestream’s SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, <i>it is not recommended that you use this API unless</i>:</p> <ul> <li> <p>Your application uses a programming language that does not yet have SDK support</p> </li> <li> <p>You require better control over the client-side implementation</p> </li> </ul> <p>For detailed information on how to use DescribeEndpoints, see <a href=\"https://docs.aws.amazon.com/timestream/latest/developerguide/Using-API.endpoint-discovery.html\">The Endpoint Discovery Pattern and REST APIs</a>.</p>",
     7      "Query": "<p> Query is a synchronous operation that enables you to execute a query. Query will timeout after 60 seconds. You must update the default timeout in the SDK to support a timeout of 60 seconds. The result set will be truncated to 1MB. Service quotas apply. For more information, see Quotas in the Timestream Developer Guide. </p>"
     8    },
     9    "shapes": {
    10      "AccessDeniedException": {
    11        "base": "<p> You are not authorized to perform this action. </p>",
    12        "refs": {
    13        }
    14      },
    15      "CancelQueryRequest": {
    16        "base": null,
    17        "refs": {
    18        }
    19      },
    20      "CancelQueryResponse": {
    21        "base": null,
    22        "refs": {
    23        }
    24      },
    25      "ClientRequestToken": {
    26        "base": null,
    27        "refs": {
    28          "QueryRequest$ClientToken": "<p> Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query request. Providing a <code>ClientToken</code> makes the call to <code>Query</code> idempotent, meaning that multiple identical calls have the same effect as one single call. </p> <p>Your query request will fail in the following cases:</p> <ul> <li> <p> If you submit a request with the same client token outside the 5-minute idepotency window. </p> </li> <li> <p> If you submit a request with the same client token but a change in other parameters within the 5-minute idempotency window. </p> </li> </ul> <p> After 4 hours, any request with the same client token is treated as a new request. </p>"
    29        }
    30      },
    31      "ColumnInfo": {
    32        "base": "<p> Contains the meta data for query results such as the column names, data types, and other attributes. </p>",
    33        "refs": {
    34          "ColumnInfoList$member": null,
    35          "Type$ArrayColumnInfo": "<p>Indicates if the column is an array.</p>",
    36          "Type$TimeSeriesMeasureValueColumnInfo": "<p>Indicates if the column is a timeseries data type.</p>"
    37        }
    38      },
    39      "ColumnInfoList": {
    40        "base": null,
    41        "refs": {
    42          "QueryResponse$ColumnInfo": "<p> The column data types of the returned result set. </p>",
    43          "Type$RowColumnInfo": "<p>Indicates if the column is a row.</p>"
    44        }
    45      },
    46      "ConflictException": {
    47        "base": "<p> Unable to poll results for a cancelled query. </p>",
    48        "refs": {
    49        }
    50      },
    51      "Datum": {
    52        "base": "<p> Datum represents a single data point in a query result. </p>",
    53        "refs": {
    54          "DatumList$member": null,
    55          "TimeSeriesDataPoint$Value": "<p>The measure value for the data point.</p>"
    56        }
    57      },
    58      "DatumList": {
    59        "base": null,
    60        "refs": {
    61          "Datum$ArrayValue": "<p> Indicates if the data point is an array. </p>",
    62          "Row$Data": "<p>List of data points in a single row of the result set.</p>"
    63        }
    64      },
    65      "DescribeEndpointsRequest": {
    66        "base": null,
    67        "refs": {
    68        }
    69      },
    70      "DescribeEndpointsResponse": {
    71        "base": null,
    72        "refs": {
    73        }
    74      },
    75      "Double": {
    76        "base": null,
    77        "refs": {
    78          "QueryStatus$ProgressPercentage": "<p>The progress of the query, expressed as a percentage.</p>"
    79        }
    80      },
    81      "Endpoint": {
    82        "base": "<p>Represents an available endpoint against which to make API calls agaisnt, as well as the TTL for that endpoint.</p>",
    83        "refs": {
    84          "Endpoints$member": null
    85        }
    86      },
    87      "Endpoints": {
    88        "base": null,
    89        "refs": {
    90          "DescribeEndpointsResponse$Endpoints": "<p>An <code>Endpoints</code> object is returned when a <code>DescribeEndpoints</code> request is made.</p>"
    91        }
    92      },
    93      "ErrorMessage": {
    94        "base": null,
    95        "refs": {
    96          "ConflictException$Message": null,
    97          "InternalServerException$Message": null,
    98          "InvalidEndpointException$Message": null,
    99          "QueryExecutionException$Message": null,
   100          "ThrottlingException$Message": null,
   101          "ValidationException$Message": null
   102        }
   103      },
   104      "InternalServerException": {
   105        "base": "<p> Timestream was unable to fully process this request because of an internal server error. </p>",
   106        "refs": {
   107        }
   108      },
   109      "InvalidEndpointException": {
   110        "base": "<p>The requested endpoint was invalid.</p>",
   111        "refs": {
   112        }
   113      },
   114      "Long": {
   115        "base": null,
   116        "refs": {
   117          "Endpoint$CachePeriodInMinutes": "<p>The TTL for the endpoint, in minutes.</p>",
   118          "QueryStatus$CumulativeBytesScanned": "<p>The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started. </p>",
   119          "QueryStatus$CumulativeBytesMetered": "<p>The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes execution or when the query is cancelled. </p>"
   120        }
   121      },
   122      "MaxQueryResults": {
   123        "base": null,
   124        "refs": {
   125          "QueryRequest$MaxRows": "<p> The total number of rows to return in the output. If the total number of rows available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. </p>"
   126        }
   127      },
   128      "NullableBoolean": {
   129        "base": null,
   130        "refs": {
   131          "Datum$NullValue": "<p> Indicates if the data point is null. </p>"
   132        }
   133      },
   134      "QueryExecutionException": {
   135        "base": "<p> Timestream was unable to run the query successfully. </p>",
   136        "refs": {
   137        }
   138      },
   139      "QueryId": {
   140        "base": null,
   141        "refs": {
   142          "CancelQueryRequest$QueryId": "<p> The id of the query that needs to be cancelled. <code>QueryID</code> is returned as part of QueryResult. </p>",
   143          "QueryResponse$QueryId": "<p> A unique ID for the given query. </p>"
   144        }
   145      },
   146      "QueryRequest": {
   147        "base": null,
   148        "refs": {
   149        }
   150      },
   151      "QueryResponse": {
   152        "base": null,
   153        "refs": {
   154        }
   155      },
   156      "QueryStatus": {
   157        "base": "<p>Information about the status of the query, including progress and bytes scannned.</p>",
   158        "refs": {
   159          "QueryResponse$QueryStatus": "<p>Information about the status of the query, including progress and bytes scannned.</p>"
   160        }
   161      },
   162      "QueryString": {
   163        "base": null,
   164        "refs": {
   165          "QueryRequest$QueryString": "<p> The query to be executed by Timestream. </p>"
   166        }
   167      },
   168      "Row": {
   169        "base": "<p>Represents a single row in the query results.</p>",
   170        "refs": {
   171          "Datum$RowValue": "<p> Indicates if the data point is a row. </p>",
   172          "RowList$member": null
   173        }
   174      },
   175      "RowList": {
   176        "base": null,
   177        "refs": {
   178          "QueryResponse$Rows": "<p> The result set rows returned by the query. </p>"
   179        }
   180      },
   181      "ScalarType": {
   182        "base": null,
   183        "refs": {
   184          "Type$ScalarType": "<p>Indicates if the column is of type string, integer, boolean, double, timestamp, date, time. </p>"
   185        }
   186      },
   187      "ScalarValue": {
   188        "base": null,
   189        "refs": {
   190          "Datum$ScalarValue": "<p> Indicates if the data point is a scalar value such as integer, string, double, or boolean. </p>"
   191        }
   192      },
   193      "ServiceErrorMessage": {
   194        "base": null,
   195        "refs": {
   196          "AccessDeniedException$Message": null
   197        }
   198      },
   199      "String": {
   200        "base": null,
   201        "refs": {
   202          "CancelQueryResponse$CancellationMessage": "<p> A <code>CancellationMessage</code> is returned when a <code>CancelQuery</code> request for the query specified by <code>QueryId</code> has already been issued. </p>",
   203          "ColumnInfo$Name": "<p> The name of the result set column. The name of the result set is available for columns of all data types except for arrays. </p>",
   204          "Endpoint$Address": "<p>An endpoint address.</p>",
   205          "QueryRequest$NextToken": "<p> A pagination token passed to get a set of results. </p>",
   206          "QueryResponse$NextToken": "<p> A pagination token that can be used again on a <code>Query</code> call to get the next set of results. </p>"
   207        }
   208      },
   209      "ThrottlingException": {
   210        "base": "<p>The request was denied due to request throttling.</p>",
   211        "refs": {
   212        }
   213      },
   214      "TimeSeriesDataPoint": {
   215        "base": "<p>The timeseries datatype represents the values of a measure over time. A time series is an array of rows of timestamps and measure values, with rows sorted in ascending order of time. A TimeSeriesDataPoint is a single data point in the timeseries. It represents a tuple of (time, measure value) in a timeseries. </p>",
   216        "refs": {
   217          "TimeSeriesDataPointList$member": null
   218        }
   219      },
   220      "TimeSeriesDataPointList": {
   221        "base": null,
   222        "refs": {
   223          "Datum$TimeSeriesValue": "<p> Indicates if the data point is of timeseries data type. </p>"
   224        }
   225      },
   226      "Timestamp": {
   227        "base": null,
   228        "refs": {
   229          "TimeSeriesDataPoint$Time": "<p>The timestamp when the measure value was collected.</p>"
   230        }
   231      },
   232      "Type": {
   233        "base": "<p>Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.</p>",
   234        "refs": {
   235          "ColumnInfo$Type": "<p> The data type of the result set column. The data type can be a scalar or complex. Scalar data types are integers, strings, doubles, booleans, and others. Complex data types are types such as arrays, rows, and others. </p>"
   236        }
   237      },
   238      "ValidationException": {
   239        "base": "<p> Invalid or malformed request. </p>",
   240        "refs": {
   241        }
   242      }
   243    }
   244  }