@aws-sdk/client-timestream-query 3.926.0 → 3.928.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 (39) hide show
  1. package/dist-cjs/index.js +766 -824
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TimestreamQueryClient.js +2 -0
  4. package/dist-es/commands/CancelQueryCommand.js +2 -6
  5. package/dist-es/commands/CreateScheduledQueryCommand.js +2 -7
  6. package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -6
  7. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -6
  8. package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  9. package/dist-es/commands/DescribeScheduledQueryCommand.js +2 -7
  10. package/dist-es/commands/ExecuteScheduledQueryCommand.js +2 -7
  11. package/dist-es/commands/ListScheduledQueriesCommand.js +2 -6
  12. package/dist-es/commands/ListTagsForResourceCommand.js +2 -6
  13. package/dist-es/commands/PrepareQueryCommand.js +2 -7
  14. package/dist-es/commands/QueryCommand.js +2 -7
  15. package/dist-es/commands/TagResourceCommand.js +2 -6
  16. package/dist-es/commands/UntagResourceCommand.js +2 -6
  17. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -6
  18. package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -6
  19. package/dist-es/models/models_0.js +0 -31
  20. package/dist-es/runtimeConfig.shared.js +7 -0
  21. package/dist-es/schemas/schemas_0.js +715 -0
  22. package/dist-types/TimestreamQueryClient.d.ts +10 -1
  23. package/dist-types/models/models_0.d.ts +0 -28
  24. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  25. package/dist-types/runtimeConfig.d.ts +1 -0
  26. package/dist-types/runtimeConfig.native.d.ts +1 -0
  27. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  28. package/dist-types/schemas/schemas_0.d.ts +115 -0
  29. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +4 -0
  30. package/dist-types/ts3.4/models/models_0.d.ts +0 -19
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
  36. package/package.json +5 -6
  37. package/dist-es/protocols/Aws_json1_0.js +0 -693
  38. package/dist-types/protocols/Aws_json1_0.d.ts +0 -137
  39. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -185
@@ -1,137 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand";
4
- import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "../commands/CreateScheduledQueryCommand";
5
- import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "../commands/DeleteScheduledQueryCommand";
6
- import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
7
- import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
8
- import { DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput } from "../commands/DescribeScheduledQueryCommand";
9
- import { ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput } from "../commands/ExecuteScheduledQueryCommand";
10
- import { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "../commands/ListScheduledQueriesCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { PrepareQueryCommandInput, PrepareQueryCommandOutput } from "../commands/PrepareQueryCommand";
13
- import { QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand";
14
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
15
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
16
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
17
- import { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "../commands/UpdateScheduledQueryCommand";
18
- /**
19
- * serializeAws_json1_0CancelQueryCommand
20
- */
21
- export declare const se_CancelQueryCommand: (input: CancelQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- /**
23
- * serializeAws_json1_0CreateScheduledQueryCommand
24
- */
25
- export declare const se_CreateScheduledQueryCommand: (input: CreateScheduledQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_json1_0DeleteScheduledQueryCommand
28
- */
29
- export declare const se_DeleteScheduledQueryCommand: (input: DeleteScheduledQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_json1_0DescribeAccountSettingsCommand
32
- */
33
- export declare const se_DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_json1_0DescribeEndpointsCommand
36
- */
37
- export declare const se_DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_json1_0DescribeScheduledQueryCommand
40
- */
41
- export declare const se_DescribeScheduledQueryCommand: (input: DescribeScheduledQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_json1_0ExecuteScheduledQueryCommand
44
- */
45
- export declare const se_ExecuteScheduledQueryCommand: (input: ExecuteScheduledQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_json1_0ListScheduledQueriesCommand
48
- */
49
- export declare const se_ListScheduledQueriesCommand: (input: ListScheduledQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_json1_0ListTagsForResourceCommand
52
- */
53
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_json1_0PrepareQueryCommand
56
- */
57
- export declare const se_PrepareQueryCommand: (input: PrepareQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_json1_0QueryCommand
60
- */
61
- export declare const se_QueryCommand: (input: QueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_json1_0TagResourceCommand
64
- */
65
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_0UntagResourceCommand
68
- */
69
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_0UpdateAccountSettingsCommand
72
- */
73
- export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_0UpdateScheduledQueryCommand
76
- */
77
- export declare const se_UpdateScheduledQueryCommand: (input: UpdateScheduledQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * deserializeAws_json1_0CancelQueryCommand
80
- */
81
- export declare const de_CancelQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelQueryCommandOutput>;
82
- /**
83
- * deserializeAws_json1_0CreateScheduledQueryCommand
84
- */
85
- export declare const de_CreateScheduledQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScheduledQueryCommandOutput>;
86
- /**
87
- * deserializeAws_json1_0DeleteScheduledQueryCommand
88
- */
89
- export declare const de_DeleteScheduledQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledQueryCommandOutput>;
90
- /**
91
- * deserializeAws_json1_0DescribeAccountSettingsCommand
92
- */
93
- export declare const de_DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
94
- /**
95
- * deserializeAws_json1_0DescribeEndpointsCommand
96
- */
97
- export declare const de_DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
98
- /**
99
- * deserializeAws_json1_0DescribeScheduledQueryCommand
100
- */
101
- export declare const de_DescribeScheduledQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledQueryCommandOutput>;
102
- /**
103
- * deserializeAws_json1_0ExecuteScheduledQueryCommand
104
- */
105
- export declare const de_ExecuteScheduledQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteScheduledQueryCommandOutput>;
106
- /**
107
- * deserializeAws_json1_0ListScheduledQueriesCommand
108
- */
109
- export declare const de_ListScheduledQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScheduledQueriesCommandOutput>;
110
- /**
111
- * deserializeAws_json1_0ListTagsForResourceCommand
112
- */
113
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
114
- /**
115
- * deserializeAws_json1_0PrepareQueryCommand
116
- */
117
- export declare const de_PrepareQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PrepareQueryCommandOutput>;
118
- /**
119
- * deserializeAws_json1_0QueryCommand
120
- */
121
- export declare const de_QueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryCommandOutput>;
122
- /**
123
- * deserializeAws_json1_0TagResourceCommand
124
- */
125
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
126
- /**
127
- * deserializeAws_json1_0UntagResourceCommand
128
- */
129
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
130
- /**
131
- * deserializeAws_json1_0UpdateAccountSettingsCommand
132
- */
133
- export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
134
- /**
135
- * deserializeAws_json1_0UpdateScheduledQueryCommand
136
- */
137
- export declare const de_UpdateScheduledQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScheduledQueryCommandOutput>;
@@ -1,185 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelQueryCommandInput,
8
- CancelQueryCommandOutput,
9
- } from "../commands/CancelQueryCommand";
10
- import {
11
- CreateScheduledQueryCommandInput,
12
- CreateScheduledQueryCommandOutput,
13
- } from "../commands/CreateScheduledQueryCommand";
14
- import {
15
- DeleteScheduledQueryCommandInput,
16
- DeleteScheduledQueryCommandOutput,
17
- } from "../commands/DeleteScheduledQueryCommand";
18
- import {
19
- DescribeAccountSettingsCommandInput,
20
- DescribeAccountSettingsCommandOutput,
21
- } from "../commands/DescribeAccountSettingsCommand";
22
- import {
23
- DescribeEndpointsCommandInput,
24
- DescribeEndpointsCommandOutput,
25
- } from "../commands/DescribeEndpointsCommand";
26
- import {
27
- DescribeScheduledQueryCommandInput,
28
- DescribeScheduledQueryCommandOutput,
29
- } from "../commands/DescribeScheduledQueryCommand";
30
- import {
31
- ExecuteScheduledQueryCommandInput,
32
- ExecuteScheduledQueryCommandOutput,
33
- } from "../commands/ExecuteScheduledQueryCommand";
34
- import {
35
- ListScheduledQueriesCommandInput,
36
- ListScheduledQueriesCommandOutput,
37
- } from "../commands/ListScheduledQueriesCommand";
38
- import {
39
- ListTagsForResourceCommandInput,
40
- ListTagsForResourceCommandOutput,
41
- } from "../commands/ListTagsForResourceCommand";
42
- import {
43
- PrepareQueryCommandInput,
44
- PrepareQueryCommandOutput,
45
- } from "../commands/PrepareQueryCommand";
46
- import {
47
- QueryCommandInput,
48
- QueryCommandOutput,
49
- } from "../commands/QueryCommand";
50
- import {
51
- TagResourceCommandInput,
52
- TagResourceCommandOutput,
53
- } from "../commands/TagResourceCommand";
54
- import {
55
- UntagResourceCommandInput,
56
- UntagResourceCommandOutput,
57
- } from "../commands/UntagResourceCommand";
58
- import {
59
- UpdateAccountSettingsCommandInput,
60
- UpdateAccountSettingsCommandOutput,
61
- } from "../commands/UpdateAccountSettingsCommand";
62
- import {
63
- UpdateScheduledQueryCommandInput,
64
- UpdateScheduledQueryCommandOutput,
65
- } from "../commands/UpdateScheduledQueryCommand";
66
- export declare const se_CancelQueryCommand: (
67
- input: CancelQueryCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_CreateScheduledQueryCommand: (
71
- input: CreateScheduledQueryCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DeleteScheduledQueryCommand: (
75
- input: DeleteScheduledQueryCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DescribeAccountSettingsCommand: (
79
- input: DescribeAccountSettingsCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_DescribeEndpointsCommand: (
83
- input: DescribeEndpointsCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_DescribeScheduledQueryCommand: (
87
- input: DescribeScheduledQueryCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_ExecuteScheduledQueryCommand: (
91
- input: ExecuteScheduledQueryCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListScheduledQueriesCommand: (
95
- input: ListScheduledQueriesCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListTagsForResourceCommand: (
99
- input: ListTagsForResourceCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_PrepareQueryCommand: (
103
- input: PrepareQueryCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_QueryCommand: (
107
- input: QueryCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_TagResourceCommand: (
111
- input: TagResourceCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_UntagResourceCommand: (
115
- input: UntagResourceCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_UpdateAccountSettingsCommand: (
119
- input: UpdateAccountSettingsCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_UpdateScheduledQueryCommand: (
123
- input: UpdateScheduledQueryCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const de_CancelQueryCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<CancelQueryCommandOutput>;
130
- export declare const de_CreateScheduledQueryCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<CreateScheduledQueryCommandOutput>;
134
- export declare const de_DeleteScheduledQueryCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<DeleteScheduledQueryCommandOutput>;
138
- export declare const de_DescribeAccountSettingsCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<DescribeAccountSettingsCommandOutput>;
142
- export declare const de_DescribeEndpointsCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<DescribeEndpointsCommandOutput>;
146
- export declare const de_DescribeScheduledQueryCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<DescribeScheduledQueryCommandOutput>;
150
- export declare const de_ExecuteScheduledQueryCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<ExecuteScheduledQueryCommandOutput>;
154
- export declare const de_ListScheduledQueriesCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<ListScheduledQueriesCommandOutput>;
158
- export declare const de_ListTagsForResourceCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<ListTagsForResourceCommandOutput>;
162
- export declare const de_PrepareQueryCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<PrepareQueryCommandOutput>;
166
- export declare const de_QueryCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<QueryCommandOutput>;
170
- export declare const de_TagResourceCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<TagResourceCommandOutput>;
174
- export declare const de_UntagResourceCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<UntagResourceCommandOutput>;
178
- export declare const de_UpdateAccountSettingsCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<UpdateAccountSettingsCommandOutput>;
182
- export declare const de_UpdateScheduledQueryCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<UpdateScheduledQueryCommandOutput>;