aws-sdk-core 2.11.595 → 2.11.596
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/schemas/2019-12-02/api-2.json +113 -0
- data/apis/timestream-query/2018-11-01/api-2.json +299 -0
- data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
- data/apis/timestream-write/2018-11-01/api-2.json +775 -0
- data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
- data/endpoints.json +3 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/eager_loader.rb +1 -0
- data/lib/aws-sdk-core/timestreamquery.rb +6 -0
- data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 110f7351c9d33822f9738efc1935c1a7c62fe260f681f2162790a6a5637311b2
|
4
|
+
data.tar.gz: 8faf8c248a13707fd280b703f92d0c86902174021b7ea74dbdcb5e2638e54de6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83da5be34dfbd2139822e871742f33e5d0c5a486ca2a53e9d9159e12396e21fffb96f769ee96b68c5ad31d39df636a64054db162773f6bfa136f047204af6e40
|
7
|
+
data.tar.gz: 6370fee7f7f1804ca33e2fb0720cf7d8309d86fd10782707085bb7a70b3cf0bb0852acf5da7d40754e85dca0818abace000cc5e7f326ac9b3a46962e3e18a9c9
|
@@ -973,6 +973,43 @@
|
|
973
973
|
"shape": "ServiceUnavailableException"
|
974
974
|
}
|
975
975
|
]
|
976
|
+
},
|
977
|
+
"ExportSchema": {
|
978
|
+
"name": "ExportSchema",
|
979
|
+
"http": {
|
980
|
+
"method": "GET",
|
981
|
+
"requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/export",
|
982
|
+
"responseCode": 200
|
983
|
+
},
|
984
|
+
"input": {
|
985
|
+
"shape": "ExportSchemaRequest"
|
986
|
+
},
|
987
|
+
"output": {
|
988
|
+
"shape": "ExportSchemaResponse"
|
989
|
+
},
|
990
|
+
"errors": [
|
991
|
+
{
|
992
|
+
"shape": "BadRequestException"
|
993
|
+
},
|
994
|
+
{
|
995
|
+
"shape": "UnauthorizedException"
|
996
|
+
},
|
997
|
+
{
|
998
|
+
"shape": "InternalServerErrorException"
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"shape": "ForbiddenException"
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"shape": "NotFoundException"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"shape": "ServiceUnavailableException"
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
"shape": "TooManyRequestsException"
|
1011
|
+
}
|
1012
|
+
]
|
976
1013
|
}
|
977
1014
|
},
|
978
1015
|
"shapes": {
|
@@ -2310,6 +2347,9 @@
|
|
2310
2347
|
},
|
2311
2348
|
"SchemaVersion": {
|
2312
2349
|
"shape": "__string"
|
2350
|
+
},
|
2351
|
+
"Type": {
|
2352
|
+
"shape": "__string"
|
2313
2353
|
}
|
2314
2354
|
}
|
2315
2355
|
},
|
@@ -2338,6 +2378,9 @@
|
|
2338
2378
|
},
|
2339
2379
|
"SchemaVersion": {
|
2340
2380
|
"shape": "__string"
|
2381
|
+
},
|
2382
|
+
"Type": {
|
2383
|
+
"shape": "__string"
|
2341
2384
|
}
|
2342
2385
|
}
|
2343
2386
|
},
|
@@ -2757,6 +2800,76 @@
|
|
2757
2800
|
}
|
2758
2801
|
}
|
2759
2802
|
},
|
2803
|
+
"ExportSchemaOutput": {
|
2804
|
+
"type": "structure",
|
2805
|
+
"members": {
|
2806
|
+
"Content": {
|
2807
|
+
"shape": "__string"
|
2808
|
+
},
|
2809
|
+
"SchemaArn": {
|
2810
|
+
"shape": "__string"
|
2811
|
+
},
|
2812
|
+
"SchemaName": {
|
2813
|
+
"shape": "__string"
|
2814
|
+
},
|
2815
|
+
"SchemaVersion": {
|
2816
|
+
"shape": "__string"
|
2817
|
+
},
|
2818
|
+
"Type": {
|
2819
|
+
"shape": "__string"
|
2820
|
+
}
|
2821
|
+
}
|
2822
|
+
},
|
2823
|
+
"ExportSchemaRequest": {
|
2824
|
+
"type": "structure",
|
2825
|
+
"members": {
|
2826
|
+
"RegistryName": {
|
2827
|
+
"shape": "__string",
|
2828
|
+
"location": "uri",
|
2829
|
+
"locationName": "registryName"
|
2830
|
+
},
|
2831
|
+
"SchemaName": {
|
2832
|
+
"shape": "__string",
|
2833
|
+
"location": "uri",
|
2834
|
+
"locationName": "schemaName"
|
2835
|
+
},
|
2836
|
+
"SchemaVersion": {
|
2837
|
+
"shape": "__string",
|
2838
|
+
"location": "querystring",
|
2839
|
+
"locationName": "schemaVersion"
|
2840
|
+
},
|
2841
|
+
"Type": {
|
2842
|
+
"shape": "__string",
|
2843
|
+
"location": "querystring",
|
2844
|
+
"locationName": "type"
|
2845
|
+
}
|
2846
|
+
},
|
2847
|
+
"required": [
|
2848
|
+
"RegistryName",
|
2849
|
+
"SchemaName",
|
2850
|
+
"Type"
|
2851
|
+
]
|
2852
|
+
},
|
2853
|
+
"ExportSchemaResponse": {
|
2854
|
+
"type": "structure",
|
2855
|
+
"members": {
|
2856
|
+
"Content": {
|
2857
|
+
"shape": "__string"
|
2858
|
+
},
|
2859
|
+
"SchemaArn": {
|
2860
|
+
"shape": "__string"
|
2861
|
+
},
|
2862
|
+
"SchemaName": {
|
2863
|
+
"shape": "__string"
|
2864
|
+
},
|
2865
|
+
"SchemaVersion": {
|
2866
|
+
"shape": "__string"
|
2867
|
+
},
|
2868
|
+
"Type": {
|
2869
|
+
"shape": "__string"
|
2870
|
+
}
|
2871
|
+
}
|
2872
|
+
},
|
2760
2873
|
"__boolean": {
|
2761
2874
|
"type": "boolean"
|
2762
2875
|
},
|
@@ -0,0 +1,299 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-11-01",
|
5
|
+
"endpointPrefix":"query.timestream",
|
6
|
+
"jsonVersion":"1.0",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"Timestream Query",
|
9
|
+
"serviceFullName":"Amazon Timestream Query",
|
10
|
+
"serviceId":"Timestream Query",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"timestream",
|
13
|
+
"targetPrefix":"Timestream_20181101",
|
14
|
+
"uid":"timestream-query-2018-11-01"
|
15
|
+
},
|
16
|
+
"operations":{
|
17
|
+
"CancelQuery":{
|
18
|
+
"name":"CancelQuery",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"CancelQueryRequest"},
|
24
|
+
"output":{"shape":"CancelQueryResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"AccessDeniedException"},
|
27
|
+
{"shape":"InternalServerException"},
|
28
|
+
{"shape":"ThrottlingException"},
|
29
|
+
{"shape":"ValidationException"},
|
30
|
+
{"shape":"InvalidEndpointException"}
|
31
|
+
],
|
32
|
+
"endpointdiscovery":{"required":true},
|
33
|
+
"idempotent":true
|
34
|
+
},
|
35
|
+
"DescribeEndpoints":{
|
36
|
+
"name":"DescribeEndpoints",
|
37
|
+
"http":{
|
38
|
+
"method":"POST",
|
39
|
+
"requestUri":"/"
|
40
|
+
},
|
41
|
+
"input":{"shape":"DescribeEndpointsRequest"},
|
42
|
+
"output":{"shape":"DescribeEndpointsResponse"},
|
43
|
+
"errors":[
|
44
|
+
{"shape":"InternalServerException"},
|
45
|
+
{"shape":"ValidationException"},
|
46
|
+
{"shape":"ThrottlingException"}
|
47
|
+
],
|
48
|
+
"endpointoperation":true
|
49
|
+
},
|
50
|
+
"Query":{
|
51
|
+
"name":"Query",
|
52
|
+
"http":{
|
53
|
+
"method":"POST",
|
54
|
+
"requestUri":"/"
|
55
|
+
},
|
56
|
+
"input":{"shape":"QueryRequest"},
|
57
|
+
"output":{"shape":"QueryResponse"},
|
58
|
+
"errors":[
|
59
|
+
{"shape":"AccessDeniedException"},
|
60
|
+
{"shape":"ConflictException"},
|
61
|
+
{"shape":"InternalServerException"},
|
62
|
+
{"shape":"QueryExecutionException"},
|
63
|
+
{"shape":"ThrottlingException"},
|
64
|
+
{"shape":"ValidationException"},
|
65
|
+
{"shape":"InvalidEndpointException"}
|
66
|
+
],
|
67
|
+
"endpointdiscovery":{"required":true},
|
68
|
+
"idempotent":true
|
69
|
+
}
|
70
|
+
},
|
71
|
+
"shapes":{
|
72
|
+
"AccessDeniedException":{
|
73
|
+
"type":"structure",
|
74
|
+
"members":{
|
75
|
+
"Message":{"shape":"ServiceErrorMessage"}
|
76
|
+
},
|
77
|
+
"exception":true,
|
78
|
+
"synthetic":true
|
79
|
+
},
|
80
|
+
"CancelQueryRequest":{
|
81
|
+
"type":"structure",
|
82
|
+
"required":["QueryId"],
|
83
|
+
"members":{
|
84
|
+
"QueryId":{"shape":"QueryId"}
|
85
|
+
}
|
86
|
+
},
|
87
|
+
"CancelQueryResponse":{
|
88
|
+
"type":"structure",
|
89
|
+
"members":{
|
90
|
+
"CancellationMessage":{"shape":"String"}
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"ClientRequestToken":{
|
94
|
+
"type":"string",
|
95
|
+
"max":128,
|
96
|
+
"min":32,
|
97
|
+
"sensitive":true
|
98
|
+
},
|
99
|
+
"ColumnInfo":{
|
100
|
+
"type":"structure",
|
101
|
+
"required":["Type"],
|
102
|
+
"members":{
|
103
|
+
"Name":{"shape":"String"},
|
104
|
+
"Type":{"shape":"Type"}
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"ColumnInfoList":{
|
108
|
+
"type":"list",
|
109
|
+
"member":{"shape":"ColumnInfo"}
|
110
|
+
},
|
111
|
+
"ConflictException":{
|
112
|
+
"type":"structure",
|
113
|
+
"members":{
|
114
|
+
"Message":{"shape":"ErrorMessage"}
|
115
|
+
},
|
116
|
+
"exception":true
|
117
|
+
},
|
118
|
+
"Datum":{
|
119
|
+
"type":"structure",
|
120
|
+
"members":{
|
121
|
+
"ScalarValue":{"shape":"ScalarValue"},
|
122
|
+
"TimeSeriesValue":{"shape":"TimeSeriesDataPointList"},
|
123
|
+
"ArrayValue":{"shape":"DatumList"},
|
124
|
+
"RowValue":{"shape":"Row"},
|
125
|
+
"NullValue":{"shape":"NullableBoolean"}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"DatumList":{
|
129
|
+
"type":"list",
|
130
|
+
"member":{"shape":"Datum"}
|
131
|
+
},
|
132
|
+
"DescribeEndpointsRequest":{
|
133
|
+
"type":"structure",
|
134
|
+
"members":{
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"DescribeEndpointsResponse":{
|
138
|
+
"type":"structure",
|
139
|
+
"required":["Endpoints"],
|
140
|
+
"members":{
|
141
|
+
"Endpoints":{"shape":"Endpoints"}
|
142
|
+
}
|
143
|
+
},
|
144
|
+
"Endpoint":{
|
145
|
+
"type":"structure",
|
146
|
+
"required":[
|
147
|
+
"Address",
|
148
|
+
"CachePeriodInMinutes"
|
149
|
+
],
|
150
|
+
"members":{
|
151
|
+
"Address":{"shape":"String"},
|
152
|
+
"CachePeriodInMinutes":{"shape":"Long"}
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"Endpoints":{
|
156
|
+
"type":"list",
|
157
|
+
"member":{"shape":"Endpoint"}
|
158
|
+
},
|
159
|
+
"ErrorMessage":{"type":"string"},
|
160
|
+
"InternalServerException":{
|
161
|
+
"type":"structure",
|
162
|
+
"members":{
|
163
|
+
"Message":{"shape":"ErrorMessage"}
|
164
|
+
},
|
165
|
+
"exception":true
|
166
|
+
},
|
167
|
+
"InvalidEndpointException":{
|
168
|
+
"type":"structure",
|
169
|
+
"members":{
|
170
|
+
"Message":{"shape":"ErrorMessage"}
|
171
|
+
},
|
172
|
+
"exception":true
|
173
|
+
},
|
174
|
+
"Long":{"type":"long"},
|
175
|
+
"MaxQueryResults":{
|
176
|
+
"type":"integer",
|
177
|
+
"box":true,
|
178
|
+
"max":1000,
|
179
|
+
"min":1
|
180
|
+
},
|
181
|
+
"NullableBoolean":{
|
182
|
+
"type":"boolean",
|
183
|
+
"box":true
|
184
|
+
},
|
185
|
+
"QueryExecutionException":{
|
186
|
+
"type":"structure",
|
187
|
+
"members":{
|
188
|
+
"Message":{"shape":"ErrorMessage"}
|
189
|
+
},
|
190
|
+
"exception":true
|
191
|
+
},
|
192
|
+
"QueryId":{
|
193
|
+
"type":"string",
|
194
|
+
"max":64,
|
195
|
+
"min":1,
|
196
|
+
"pattern":"[a-zA-Z0-9]+"
|
197
|
+
},
|
198
|
+
"QueryRequest":{
|
199
|
+
"type":"structure",
|
200
|
+
"required":["QueryString"],
|
201
|
+
"members":{
|
202
|
+
"QueryString":{"shape":"QueryString"},
|
203
|
+
"ClientToken":{
|
204
|
+
"shape":"ClientRequestToken",
|
205
|
+
"idempotencyToken":true
|
206
|
+
},
|
207
|
+
"NextToken":{"shape":"String"},
|
208
|
+
"MaxRows":{"shape":"MaxQueryResults"}
|
209
|
+
}
|
210
|
+
},
|
211
|
+
"QueryResponse":{
|
212
|
+
"type":"structure",
|
213
|
+
"required":[
|
214
|
+
"QueryId",
|
215
|
+
"Rows",
|
216
|
+
"ColumnInfo"
|
217
|
+
],
|
218
|
+
"members":{
|
219
|
+
"QueryId":{"shape":"QueryId"},
|
220
|
+
"NextToken":{"shape":"String"},
|
221
|
+
"Rows":{"shape":"RowList"},
|
222
|
+
"ColumnInfo":{"shape":"ColumnInfoList"}
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"QueryString":{
|
226
|
+
"type":"string",
|
227
|
+
"sensitive":true
|
228
|
+
},
|
229
|
+
"Row":{
|
230
|
+
"type":"structure",
|
231
|
+
"required":["Data"],
|
232
|
+
"members":{
|
233
|
+
"Data":{"shape":"DatumList"}
|
234
|
+
}
|
235
|
+
},
|
236
|
+
"RowList":{
|
237
|
+
"type":"list",
|
238
|
+
"member":{"shape":"Row"}
|
239
|
+
},
|
240
|
+
"ScalarType":{
|
241
|
+
"type":"string",
|
242
|
+
"enum":[
|
243
|
+
"VARCHAR",
|
244
|
+
"BOOLEAN",
|
245
|
+
"BIGINT",
|
246
|
+
"DOUBLE",
|
247
|
+
"TIMESTAMP",
|
248
|
+
"DATE",
|
249
|
+
"TIME",
|
250
|
+
"INTERVAL_DAY_TO_SECOND",
|
251
|
+
"INTERVAL_YEAR_TO_MONTH",
|
252
|
+
"UNKNOWN",
|
253
|
+
"INTEGER"
|
254
|
+
]
|
255
|
+
},
|
256
|
+
"ScalarValue":{"type":"string"},
|
257
|
+
"ServiceErrorMessage":{"type":"string"},
|
258
|
+
"String":{"type":"string"},
|
259
|
+
"ThrottlingException":{
|
260
|
+
"type":"structure",
|
261
|
+
"members":{
|
262
|
+
"Message":{"shape":"ErrorMessage"}
|
263
|
+
},
|
264
|
+
"exception":true
|
265
|
+
},
|
266
|
+
"TimeSeriesDataPoint":{
|
267
|
+
"type":"structure",
|
268
|
+
"required":[
|
269
|
+
"Time",
|
270
|
+
"Value"
|
271
|
+
],
|
272
|
+
"members":{
|
273
|
+
"Time":{"shape":"Timestamp"},
|
274
|
+
"Value":{"shape":"Datum"}
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"TimeSeriesDataPointList":{
|
278
|
+
"type":"list",
|
279
|
+
"member":{"shape":"TimeSeriesDataPoint"}
|
280
|
+
},
|
281
|
+
"Timestamp":{"type":"string"},
|
282
|
+
"Type":{
|
283
|
+
"type":"structure",
|
284
|
+
"members":{
|
285
|
+
"ScalarType":{"shape":"ScalarType"},
|
286
|
+
"ArrayColumnInfo":{"shape":"ColumnInfo"},
|
287
|
+
"TimeSeriesMeasureValueColumnInfo":{"shape":"ColumnInfo"},
|
288
|
+
"RowColumnInfo":{"shape":"ColumnInfoList"}
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"ValidationException":{
|
292
|
+
"type":"structure",
|
293
|
+
"members":{
|
294
|
+
"Message":{"shape":"ErrorMessage"}
|
295
|
+
},
|
296
|
+
"exception":true
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|