aws-sdk 2.746.0 → 2.750.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 (51) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +66 -0
  4. package/apis/cloudfront-2020-05-31.min.json +3 -0
  5. package/apis/codebuild-2016-10-06.min.json +6 -2
  6. package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
  7. package/apis/glue-2017-03-31.min.json +158 -91
  8. package/apis/glue-2017-03-31.paginators.json +5 -0
  9. package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
  10. package/apis/metadata.json +8 -0
  11. package/apis/quicksight-2018-04-01.min.json +65 -59
  12. package/apis/redshift-data-2019-12-20.examples.json +5 -0
  13. package/apis/redshift-data-2019-12-20.min.json +381 -0
  14. package/apis/redshift-data-2019-12-20.paginators.json +39 -0
  15. package/apis/s3-2006-03-01.examples.json +117 -117
  16. package/apis/s3-2006-03-01.min.json +431 -83
  17. package/apis/sso-admin-2020-07-20.examples.json +5 -0
  18. package/apis/sso-admin-2020-07-20.min.json +759 -0
  19. package/apis/sso-admin-2020-07-20.paginators.json +63 -0
  20. package/apis/workspaces-2015-04-08.min.json +10 -6
  21. package/apis/xray-2016-04-12.min.json +81 -61
  22. package/clients/all.d.ts +2 -0
  23. package/clients/all.js +3 -1
  24. package/clients/apigatewayv2.d.ts +100 -34
  25. package/clients/cloudfront.d.ts +11 -7
  26. package/clients/codebuild.d.ts +14 -6
  27. package/clients/ebs.d.ts +7 -7
  28. package/clients/elbv2.d.ts +18 -4
  29. package/clients/glue.d.ts +81 -2
  30. package/clients/kinesisanalyticsv2.d.ts +2 -1
  31. package/clients/lexmodelbuildingservice.d.ts +12 -12
  32. package/clients/quicksight.d.ts +16 -0
  33. package/clients/redshiftdata.d.ts +614 -0
  34. package/clients/redshiftdata.js +18 -0
  35. package/clients/s3.d.ts +389 -41
  36. package/clients/ssm.d.ts +10 -10
  37. package/clients/ssoadmin.d.ts +1059 -0
  38. package/clients/ssoadmin.js +18 -0
  39. package/clients/workspaces.d.ts +9 -3
  40. package/clients/xray.d.ts +66 -8
  41. package/dist/aws-sdk-core-react-native.js +6 -5
  42. package/dist/aws-sdk-react-native.js +93 -18
  43. package/dist/aws-sdk.js +589 -202
  44. package/dist/aws-sdk.min.js +70 -69
  45. package/lib/config_service_placeholders.d.ts +4 -0
  46. package/lib/core.js +1 -1
  47. package/lib/credentials/ec2_metadata_credentials.d.ts +5 -1
  48. package/lib/credentials/ec2_metadata_credentials.js +12 -1
  49. package/lib/protocol/json.js +3 -2
  50. package/lib/request.js +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,381 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2019-12-20",
5
+ "endpointPrefix": "redshift-data",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "json",
8
+ "serviceFullName": "Redshift Data API Service",
9
+ "serviceId": "Redshift Data",
10
+ "signatureVersion": "v4",
11
+ "signingName": "redshift-data",
12
+ "targetPrefix": "RedshiftData",
13
+ "uid": "redshift-data-2019-12-20"
14
+ },
15
+ "operations": {
16
+ "CancelStatement": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "Id"
21
+ ],
22
+ "members": {
23
+ "Id": {}
24
+ }
25
+ },
26
+ "output": {
27
+ "type": "structure",
28
+ "members": {
29
+ "Status": {
30
+ "type": "boolean"
31
+ }
32
+ }
33
+ }
34
+ },
35
+ "DescribeStatement": {
36
+ "input": {
37
+ "type": "structure",
38
+ "required": [
39
+ "Id"
40
+ ],
41
+ "members": {
42
+ "Id": {}
43
+ }
44
+ },
45
+ "output": {
46
+ "type": "structure",
47
+ "required": [
48
+ "Id"
49
+ ],
50
+ "members": {
51
+ "ClusterIdentifier": {},
52
+ "CreatedAt": {
53
+ "type": "timestamp"
54
+ },
55
+ "Database": {},
56
+ "DbUser": {},
57
+ "Duration": {
58
+ "type": "long"
59
+ },
60
+ "Error": {},
61
+ "Id": {},
62
+ "QueryString": {},
63
+ "RedshiftPid": {
64
+ "type": "long"
65
+ },
66
+ "RedshiftQueryId": {
67
+ "type": "long"
68
+ },
69
+ "ResultRows": {
70
+ "type": "long"
71
+ },
72
+ "ResultSize": {
73
+ "type": "long"
74
+ },
75
+ "SecretArn": {},
76
+ "Status": {},
77
+ "UpdatedAt": {
78
+ "type": "timestamp"
79
+ }
80
+ }
81
+ }
82
+ },
83
+ "DescribeTable": {
84
+ "input": {
85
+ "type": "structure",
86
+ "required": [
87
+ "ClusterIdentifier"
88
+ ],
89
+ "members": {
90
+ "ClusterIdentifier": {},
91
+ "Database": {},
92
+ "DbUser": {},
93
+ "MaxResults": {
94
+ "type": "integer"
95
+ },
96
+ "NextToken": {},
97
+ "Schema": {},
98
+ "SecretArn": {},
99
+ "Table": {}
100
+ }
101
+ },
102
+ "output": {
103
+ "type": "structure",
104
+ "members": {
105
+ "ColumnList": {
106
+ "type": "list",
107
+ "member": {
108
+ "shape": "Si"
109
+ }
110
+ },
111
+ "NextToken": {},
112
+ "TableName": {}
113
+ }
114
+ }
115
+ },
116
+ "ExecuteStatement": {
117
+ "input": {
118
+ "type": "structure",
119
+ "required": [
120
+ "ClusterIdentifier",
121
+ "Sql"
122
+ ],
123
+ "members": {
124
+ "ClusterIdentifier": {},
125
+ "Database": {},
126
+ "DbUser": {},
127
+ "SecretArn": {},
128
+ "Sql": {},
129
+ "StatementName": {},
130
+ "WithEvent": {
131
+ "type": "boolean"
132
+ }
133
+ }
134
+ },
135
+ "output": {
136
+ "type": "structure",
137
+ "members": {
138
+ "ClusterIdentifier": {},
139
+ "CreatedAt": {
140
+ "type": "timestamp"
141
+ },
142
+ "Database": {},
143
+ "DbUser": {},
144
+ "Id": {},
145
+ "SecretArn": {}
146
+ }
147
+ }
148
+ },
149
+ "GetStatementResult": {
150
+ "input": {
151
+ "type": "structure",
152
+ "required": [
153
+ "Id"
154
+ ],
155
+ "members": {
156
+ "Id": {},
157
+ "NextToken": {}
158
+ }
159
+ },
160
+ "output": {
161
+ "type": "structure",
162
+ "required": [
163
+ "Records"
164
+ ],
165
+ "members": {
166
+ "ColumnMetadata": {
167
+ "type": "list",
168
+ "member": {
169
+ "shape": "Si"
170
+ }
171
+ },
172
+ "NextToken": {},
173
+ "Records": {
174
+ "type": "list",
175
+ "member": {
176
+ "type": "list",
177
+ "member": {
178
+ "type": "structure",
179
+ "members": {
180
+ "blobValue": {
181
+ "type": "blob"
182
+ },
183
+ "booleanValue": {
184
+ "type": "boolean"
185
+ },
186
+ "doubleValue": {
187
+ "type": "double"
188
+ },
189
+ "isNull": {
190
+ "type": "boolean"
191
+ },
192
+ "longValue": {
193
+ "type": "long"
194
+ },
195
+ "stringValue": {}
196
+ }
197
+ }
198
+ }
199
+ },
200
+ "TotalNumRows": {
201
+ "type": "long"
202
+ }
203
+ }
204
+ }
205
+ },
206
+ "ListDatabases": {
207
+ "input": {
208
+ "type": "structure",
209
+ "required": [
210
+ "ClusterIdentifier"
211
+ ],
212
+ "members": {
213
+ "ClusterIdentifier": {},
214
+ "Database": {},
215
+ "DbUser": {},
216
+ "MaxResults": {
217
+ "type": "integer"
218
+ },
219
+ "NextToken": {},
220
+ "SecretArn": {}
221
+ }
222
+ },
223
+ "output": {
224
+ "type": "structure",
225
+ "members": {
226
+ "Databases": {
227
+ "type": "list",
228
+ "member": {}
229
+ },
230
+ "NextToken": {}
231
+ }
232
+ }
233
+ },
234
+ "ListSchemas": {
235
+ "input": {
236
+ "type": "structure",
237
+ "required": [
238
+ "ClusterIdentifier",
239
+ "Database"
240
+ ],
241
+ "members": {
242
+ "ClusterIdentifier": {},
243
+ "Database": {},
244
+ "DbUser": {},
245
+ "MaxResults": {
246
+ "type": "integer"
247
+ },
248
+ "NextToken": {},
249
+ "SchemaPattern": {},
250
+ "SecretArn": {}
251
+ }
252
+ },
253
+ "output": {
254
+ "type": "structure",
255
+ "members": {
256
+ "NextToken": {},
257
+ "Schemas": {
258
+ "type": "list",
259
+ "member": {}
260
+ }
261
+ }
262
+ }
263
+ },
264
+ "ListStatements": {
265
+ "input": {
266
+ "type": "structure",
267
+ "members": {
268
+ "MaxResults": {
269
+ "type": "integer"
270
+ },
271
+ "NextToken": {},
272
+ "StatementName": {},
273
+ "Status": {}
274
+ }
275
+ },
276
+ "output": {
277
+ "type": "structure",
278
+ "required": [
279
+ "Statements"
280
+ ],
281
+ "members": {
282
+ "NextToken": {},
283
+ "Statements": {
284
+ "type": "list",
285
+ "member": {
286
+ "type": "structure",
287
+ "required": [
288
+ "Id"
289
+ ],
290
+ "members": {
291
+ "CreatedAt": {
292
+ "type": "timestamp"
293
+ },
294
+ "Id": {},
295
+ "QueryString": {},
296
+ "SecretArn": {},
297
+ "StatementName": {},
298
+ "Status": {},
299
+ "UpdatedAt": {
300
+ "type": "timestamp"
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ }
307
+ },
308
+ "ListTables": {
309
+ "input": {
310
+ "type": "structure",
311
+ "required": [
312
+ "ClusterIdentifier",
313
+ "Database"
314
+ ],
315
+ "members": {
316
+ "ClusterIdentifier": {},
317
+ "Database": {},
318
+ "DbUser": {},
319
+ "MaxResults": {
320
+ "type": "integer"
321
+ },
322
+ "NextToken": {},
323
+ "SchemaPattern": {},
324
+ "SecretArn": {},
325
+ "TablePattern": {}
326
+ }
327
+ },
328
+ "output": {
329
+ "type": "structure",
330
+ "members": {
331
+ "NextToken": {},
332
+ "Tables": {
333
+ "type": "list",
334
+ "member": {
335
+ "type": "structure",
336
+ "members": {
337
+ "name": {},
338
+ "schema": {},
339
+ "type": {}
340
+ }
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ },
347
+ "shapes": {
348
+ "Si": {
349
+ "type": "structure",
350
+ "members": {
351
+ "columnDefault": {},
352
+ "isCaseSensitive": {
353
+ "type": "boolean"
354
+ },
355
+ "isCurrency": {
356
+ "type": "boolean"
357
+ },
358
+ "isSigned": {
359
+ "type": "boolean"
360
+ },
361
+ "label": {},
362
+ "length": {
363
+ "type": "integer"
364
+ },
365
+ "name": {},
366
+ "nullable": {
367
+ "type": "integer"
368
+ },
369
+ "precision": {
370
+ "type": "integer"
371
+ },
372
+ "scale": {
373
+ "type": "integer"
374
+ },
375
+ "schemaName": {},
376
+ "tableName": {},
377
+ "typeName": {}
378
+ }
379
+ }
380
+ }
381
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeTable": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "ColumnList"
8
+ },
9
+ "GetStatementResult": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "result_key": "Records"
13
+ },
14
+ "ListDatabases": {
15
+ "input_token": "NextToken",
16
+ "output_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "result_key": "Databases"
19
+ },
20
+ "ListSchemas": {
21
+ "input_token": "NextToken",
22
+ "output_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "result_key": "Schemas"
25
+ },
26
+ "ListStatements": {
27
+ "input_token": "NextToken",
28
+ "output_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "result_key": "Statements"
31
+ },
32
+ "ListTables": {
33
+ "input_token": "NextToken",
34
+ "output_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "result_key": "Tables"
37
+ }
38
+ }
39
+ }