@aws-sdk/client-timestream-query 3.306.0 → 3.310.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist-cjs/commands/CancelQueryCommand.js +2 -2
  2. package/dist-cjs/commands/CreateScheduledQueryCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteScheduledQueryCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeScheduledQueryCommand.js +2 -2
  6. package/dist-cjs/commands/ExecuteScheduledQueryCommand.js +2 -2
  7. package/dist-cjs/commands/ListScheduledQueriesCommand.js +2 -2
  8. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  9. package/dist-cjs/commands/PrepareQueryCommand.js +2 -2
  10. package/dist-cjs/commands/QueryCommand.js +2 -2
  11. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UpdateScheduledQueryCommand.js +2 -2
  14. package/dist-cjs/protocols/Aws_json1_0.js +352 -380
  15. package/dist-es/commands/CancelQueryCommand.js +3 -3
  16. package/dist-es/commands/CreateScheduledQueryCommand.js +3 -3
  17. package/dist-es/commands/DeleteScheduledQueryCommand.js +3 -3
  18. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  19. package/dist-es/commands/DescribeScheduledQueryCommand.js +3 -3
  20. package/dist-es/commands/ExecuteScheduledQueryCommand.js +3 -3
  21. package/dist-es/commands/ListScheduledQueriesCommand.js +3 -3
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  23. package/dist-es/commands/PrepareQueryCommand.js +3 -3
  24. package/dist-es/commands/QueryCommand.js +3 -3
  25. package/dist-es/commands/TagResourceCommand.js +3 -3
  26. package/dist-es/commands/UntagResourceCommand.js +3 -3
  27. package/dist-es/commands/UpdateScheduledQueryCommand.js +3 -3
  28. package/dist-es/protocols/Aws_json1_0.js +325 -353
  29. package/dist-types/protocols/Aws_json1_0.d.ts +104 -26
  30. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +26 -26
  31. package/package.json +36 -36
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0CancelQueryCommand, serializeAws_json1_0CancelQueryCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_json1_0";
6
6
  export class CancelQueryCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class CancelQueryCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0CancelQueryCommand(input, context);
38
+ return se_CancelQueryCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0CancelQueryCommand(output, context);
41
+ return de_CancelQueryCommand(output, context);
42
42
  }
43
43
  }
@@ -3,7 +3,7 @@ import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discove
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { CreateScheduledQueryRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { deserializeAws_json1_0CreateScheduledQueryCommand, serializeAws_json1_0CreateScheduledQueryCommand, } from "../protocols/Aws_json1_0";
6
+ import { de_CreateScheduledQueryCommand, se_CreateScheduledQueryCommand } from "../protocols/Aws_json1_0";
7
7
  export class CreateScheduledQueryCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -36,9 +36,9 @@ export class CreateScheduledQueryCommand extends $Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return serializeAws_json1_0CreateScheduledQueryCommand(input, context);
39
+ return se_CreateScheduledQueryCommand(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return deserializeAws_json1_0CreateScheduledQueryCommand(output, context);
42
+ return de_CreateScheduledQueryCommand(output, context);
43
43
  }
44
44
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0DeleteScheduledQueryCommand, serializeAws_json1_0DeleteScheduledQueryCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_DeleteScheduledQueryCommand, se_DeleteScheduledQueryCommand } from "../protocols/Aws_json1_0";
6
6
  export class DeleteScheduledQueryCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class DeleteScheduledQueryCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0DeleteScheduledQueryCommand(input, context);
38
+ return se_DeleteScheduledQueryCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0DeleteScheduledQueryCommand(output, context);
41
+ return de_DeleteScheduledQueryCommand(output, context);
42
42
  }
43
43
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_0DescribeEndpointsCommand, serializeAws_json1_0DescribeEndpointsCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0";
5
5
  export class DescribeEndpointsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEndpointsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_0DescribeEndpointsCommand(input, context);
36
+ return se_DescribeEndpointsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_0DescribeEndpointsCommand(output, context);
39
+ return de_DescribeEndpointsCommand(output, context);
40
40
  }
41
41
  }
@@ -3,7 +3,7 @@ import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discove
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { DescribeScheduledQueryResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { deserializeAws_json1_0DescribeScheduledQueryCommand, serializeAws_json1_0DescribeScheduledQueryCommand, } from "../protocols/Aws_json1_0";
6
+ import { de_DescribeScheduledQueryCommand, se_DescribeScheduledQueryCommand } from "../protocols/Aws_json1_0";
7
7
  export class DescribeScheduledQueryCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -36,9 +36,9 @@ export class DescribeScheduledQueryCommand extends $Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return serializeAws_json1_0DescribeScheduledQueryCommand(input, context);
39
+ return se_DescribeScheduledQueryCommand(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return deserializeAws_json1_0DescribeScheduledQueryCommand(output, context);
42
+ return de_DescribeScheduledQueryCommand(output, context);
43
43
  }
44
44
  }
@@ -3,7 +3,7 @@ import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discove
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { ExecuteScheduledQueryRequestFilterSensitiveLog } from "../models/models_0";
6
- import { deserializeAws_json1_0ExecuteScheduledQueryCommand, serializeAws_json1_0ExecuteScheduledQueryCommand, } from "../protocols/Aws_json1_0";
6
+ import { de_ExecuteScheduledQueryCommand, se_ExecuteScheduledQueryCommand } from "../protocols/Aws_json1_0";
7
7
  export class ExecuteScheduledQueryCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -36,9 +36,9 @@ export class ExecuteScheduledQueryCommand extends $Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return serializeAws_json1_0ExecuteScheduledQueryCommand(input, context);
39
+ return se_ExecuteScheduledQueryCommand(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return deserializeAws_json1_0ExecuteScheduledQueryCommand(output, context);
42
+ return de_ExecuteScheduledQueryCommand(output, context);
43
43
  }
44
44
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0ListScheduledQueriesCommand, serializeAws_json1_0ListScheduledQueriesCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListScheduledQueriesCommand, se_ListScheduledQueriesCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListScheduledQueriesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class ListScheduledQueriesCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0ListScheduledQueriesCommand(input, context);
38
+ return se_ListScheduledQueriesCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0ListScheduledQueriesCommand(output, context);
41
+ return de_ListScheduledQueriesCommand(output, context);
42
42
  }
43
43
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class ListTagsForResourceCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0ListTagsForResourceCommand(input, context);
38
+ return se_ListTagsForResourceCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0ListTagsForResourceCommand(output, context);
41
+ return de_ListTagsForResourceCommand(output, context);
42
42
  }
43
43
  }
@@ -3,7 +3,7 @@ import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discove
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { PrepareQueryRequestFilterSensitiveLog, PrepareQueryResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { deserializeAws_json1_0PrepareQueryCommand, serializeAws_json1_0PrepareQueryCommand, } from "../protocols/Aws_json1_0";
6
+ import { de_PrepareQueryCommand, se_PrepareQueryCommand } from "../protocols/Aws_json1_0";
7
7
  export class PrepareQueryCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -36,9 +36,9 @@ export class PrepareQueryCommand extends $Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return serializeAws_json1_0PrepareQueryCommand(input, context);
39
+ return se_PrepareQueryCommand(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return deserializeAws_json1_0PrepareQueryCommand(output, context);
42
+ return de_PrepareQueryCommand(output, context);
43
43
  }
44
44
  }
@@ -3,7 +3,7 @@ import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discove
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { QueryRequestFilterSensitiveLog } from "../models/models_0";
6
- import { deserializeAws_json1_0QueryCommand, serializeAws_json1_0QueryCommand } from "../protocols/Aws_json1_0";
6
+ import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_0";
7
7
  export class QueryCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -36,9 +36,9 @@ export class QueryCommand extends $Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return serializeAws_json1_0QueryCommand(input, context);
39
+ return se_QueryCommand(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return deserializeAws_json1_0QueryCommand(output, context);
42
+ return de_QueryCommand(output, context);
43
43
  }
44
44
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
6
6
  export class TagResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class TagResourceCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0TagResourceCommand(input, context);
38
+ return se_TagResourceCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0TagResourceCommand(output, context);
41
+ return de_TagResourceCommand(output, context);
42
42
  }
43
43
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
6
6
  export class UntagResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class UntagResourceCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0UntagResourceCommand(input, context);
38
+ return se_UntagResourceCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0UntagResourceCommand(output, context);
41
+ return de_UntagResourceCommand(output, context);
42
42
  }
43
43
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_json1_0UpdateScheduledQueryCommand, serializeAws_json1_0UpdateScheduledQueryCommand, } from "../protocols/Aws_json1_0";
5
+ import { de_UpdateScheduledQueryCommand, se_UpdateScheduledQueryCommand } from "../protocols/Aws_json1_0";
6
6
  export class UpdateScheduledQueryCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -35,9 +35,9 @@ export class UpdateScheduledQueryCommand extends $Command {
35
35
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
36
36
  }
37
37
  serialize(input, context) {
38
- return serializeAws_json1_0UpdateScheduledQueryCommand(input, context);
38
+ return se_UpdateScheduledQueryCommand(input, context);
39
39
  }
40
40
  deserialize(output, context) {
41
- return deserializeAws_json1_0UpdateScheduledQueryCommand(output, context);
41
+ return de_UpdateScheduledQueryCommand(output, context);
42
42
  }
43
43
  }