aws-sdk 2.1422.0 → 2.1423.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.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/apis/entityresolution-2018-05-10.min.json +823 -0
- package/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/apis/glue-2017-03-31.min.json +390 -318
- package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/apis/metadata.json +7 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/cloudcontrol.d.ts +1 -1
- package/clients/entityresolution.d.ts +815 -0
- package/clients/entityresolution.js +18 -0
- package/clients/glue.d.ts +123 -1
- package/clients/healthlake.d.ts +70 -70
- package/clients/managedblockchainquery.d.ts +494 -0
- package/clients/managedblockchainquery.js +19 -0
- package/clients/mediaconvert.d.ts +421 -414
- package/clients/opensearchserverless.d.ts +1 -1
- package/clients/polly.d.ts +2 -2
- package/clients/route53.d.ts +13 -13
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +86 -5
- package/dist/aws-sdk.js +10 -3
- package/dist/aws-sdk.min.js +34 -34
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,438 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2023-05-04",
|
5
|
+
"endpointPrefix": "managedblockchain-query",
|
6
|
+
"jsonVersion": "1.1",
|
7
|
+
"protocol": "rest-json",
|
8
|
+
"ripServiceName": "chainquery",
|
9
|
+
"serviceFullName": "Amazon Managed Blockchain Query",
|
10
|
+
"serviceId": "ManagedBlockchain Query",
|
11
|
+
"signatureVersion": "v4",
|
12
|
+
"signingName": "managedblockchain-query",
|
13
|
+
"uid": "managedblockchain-query-2023-05-04"
|
14
|
+
},
|
15
|
+
"operations": {
|
16
|
+
"BatchGetTokenBalance": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/batch-get-token-balance",
|
19
|
+
"responseCode": 200
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"type": "structure",
|
23
|
+
"members": {
|
24
|
+
"getTokenBalanceInputs": {
|
25
|
+
"type": "list",
|
26
|
+
"member": {
|
27
|
+
"type": "structure",
|
28
|
+
"required": [
|
29
|
+
"tokenIdentifier",
|
30
|
+
"ownerIdentifier"
|
31
|
+
],
|
32
|
+
"members": {
|
33
|
+
"tokenIdentifier": {
|
34
|
+
"shape": "S4"
|
35
|
+
},
|
36
|
+
"ownerIdentifier": {
|
37
|
+
"shape": "S8"
|
38
|
+
},
|
39
|
+
"atBlockchainInstant": {
|
40
|
+
"shape": "S9"
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"output": {
|
48
|
+
"type": "structure",
|
49
|
+
"required": [
|
50
|
+
"tokenBalances",
|
51
|
+
"errors"
|
52
|
+
],
|
53
|
+
"members": {
|
54
|
+
"tokenBalances": {
|
55
|
+
"type": "list",
|
56
|
+
"member": {
|
57
|
+
"type": "structure",
|
58
|
+
"required": [
|
59
|
+
"balance",
|
60
|
+
"atBlockchainInstant"
|
61
|
+
],
|
62
|
+
"members": {
|
63
|
+
"ownerIdentifier": {
|
64
|
+
"shape": "S8"
|
65
|
+
},
|
66
|
+
"tokenIdentifier": {
|
67
|
+
"shape": "S4"
|
68
|
+
},
|
69
|
+
"balance": {},
|
70
|
+
"atBlockchainInstant": {
|
71
|
+
"shape": "S9"
|
72
|
+
},
|
73
|
+
"lastUpdatedTime": {
|
74
|
+
"shape": "S9"
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
},
|
79
|
+
"errors": {
|
80
|
+
"type": "list",
|
81
|
+
"member": {
|
82
|
+
"type": "structure",
|
83
|
+
"required": [
|
84
|
+
"errorCode",
|
85
|
+
"errorMessage",
|
86
|
+
"errorType"
|
87
|
+
],
|
88
|
+
"members": {
|
89
|
+
"tokenIdentifier": {
|
90
|
+
"shape": "S4"
|
91
|
+
},
|
92
|
+
"ownerIdentifier": {
|
93
|
+
"shape": "S8"
|
94
|
+
},
|
95
|
+
"atBlockchainInstant": {
|
96
|
+
"shape": "S9"
|
97
|
+
},
|
98
|
+
"errorCode": {},
|
99
|
+
"errorMessage": {},
|
100
|
+
"errorType": {}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"GetTokenBalance": {
|
108
|
+
"http": {
|
109
|
+
"requestUri": "/get-token-balance",
|
110
|
+
"responseCode": 200
|
111
|
+
},
|
112
|
+
"input": {
|
113
|
+
"type": "structure",
|
114
|
+
"required": [
|
115
|
+
"tokenIdentifier",
|
116
|
+
"ownerIdentifier"
|
117
|
+
],
|
118
|
+
"members": {
|
119
|
+
"tokenIdentifier": {
|
120
|
+
"shape": "S4"
|
121
|
+
},
|
122
|
+
"ownerIdentifier": {
|
123
|
+
"shape": "S8"
|
124
|
+
},
|
125
|
+
"atBlockchainInstant": {
|
126
|
+
"shape": "S9"
|
127
|
+
}
|
128
|
+
}
|
129
|
+
},
|
130
|
+
"output": {
|
131
|
+
"type": "structure",
|
132
|
+
"required": [
|
133
|
+
"balance",
|
134
|
+
"atBlockchainInstant"
|
135
|
+
],
|
136
|
+
"members": {
|
137
|
+
"ownerIdentifier": {
|
138
|
+
"shape": "S8"
|
139
|
+
},
|
140
|
+
"tokenIdentifier": {
|
141
|
+
"shape": "S4"
|
142
|
+
},
|
143
|
+
"balance": {},
|
144
|
+
"atBlockchainInstant": {
|
145
|
+
"shape": "S9"
|
146
|
+
},
|
147
|
+
"lastUpdatedTime": {
|
148
|
+
"shape": "S9"
|
149
|
+
}
|
150
|
+
}
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"GetTransaction": {
|
154
|
+
"http": {
|
155
|
+
"requestUri": "/get-transaction",
|
156
|
+
"responseCode": 200
|
157
|
+
},
|
158
|
+
"input": {
|
159
|
+
"type": "structure",
|
160
|
+
"required": [
|
161
|
+
"transactionHash",
|
162
|
+
"network"
|
163
|
+
],
|
164
|
+
"members": {
|
165
|
+
"transactionHash": {},
|
166
|
+
"network": {}
|
167
|
+
}
|
168
|
+
},
|
169
|
+
"output": {
|
170
|
+
"type": "structure",
|
171
|
+
"required": [
|
172
|
+
"transaction"
|
173
|
+
],
|
174
|
+
"members": {
|
175
|
+
"transaction": {
|
176
|
+
"type": "structure",
|
177
|
+
"required": [
|
178
|
+
"network",
|
179
|
+
"transactionHash",
|
180
|
+
"transactionTimestamp",
|
181
|
+
"transactionIndex",
|
182
|
+
"numberOfTransactions",
|
183
|
+
"status",
|
184
|
+
"to"
|
185
|
+
],
|
186
|
+
"members": {
|
187
|
+
"network": {},
|
188
|
+
"blockHash": {},
|
189
|
+
"transactionHash": {},
|
190
|
+
"blockNumber": {},
|
191
|
+
"transactionTimestamp": {
|
192
|
+
"type": "timestamp"
|
193
|
+
},
|
194
|
+
"transactionIndex": {
|
195
|
+
"type": "long"
|
196
|
+
},
|
197
|
+
"numberOfTransactions": {
|
198
|
+
"type": "long"
|
199
|
+
},
|
200
|
+
"status": {},
|
201
|
+
"to": {},
|
202
|
+
"from": {},
|
203
|
+
"contractAddress": {},
|
204
|
+
"gasUsed": {},
|
205
|
+
"cumulativeGasUsed": {},
|
206
|
+
"effectiveGasPrice": {},
|
207
|
+
"signatureV": {
|
208
|
+
"type": "integer"
|
209
|
+
},
|
210
|
+
"signatureR": {},
|
211
|
+
"signatureS": {},
|
212
|
+
"transactionFee": {},
|
213
|
+
"transactionId": {}
|
214
|
+
}
|
215
|
+
}
|
216
|
+
}
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"ListTokenBalances": {
|
220
|
+
"http": {
|
221
|
+
"requestUri": "/list-token-balances",
|
222
|
+
"responseCode": 200
|
223
|
+
},
|
224
|
+
"input": {
|
225
|
+
"type": "structure",
|
226
|
+
"required": [
|
227
|
+
"tokenFilter"
|
228
|
+
],
|
229
|
+
"members": {
|
230
|
+
"ownerFilter": {
|
231
|
+
"type": "structure",
|
232
|
+
"required": [
|
233
|
+
"address"
|
234
|
+
],
|
235
|
+
"members": {
|
236
|
+
"address": {}
|
237
|
+
}
|
238
|
+
},
|
239
|
+
"tokenFilter": {
|
240
|
+
"type": "structure",
|
241
|
+
"required": [
|
242
|
+
"network"
|
243
|
+
],
|
244
|
+
"members": {
|
245
|
+
"network": {},
|
246
|
+
"contractAddress": {},
|
247
|
+
"tokenId": {}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"nextToken": {},
|
251
|
+
"maxResults": {
|
252
|
+
"type": "integer"
|
253
|
+
}
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"output": {
|
257
|
+
"type": "structure",
|
258
|
+
"required": [
|
259
|
+
"tokenBalances"
|
260
|
+
],
|
261
|
+
"members": {
|
262
|
+
"tokenBalances": {
|
263
|
+
"type": "list",
|
264
|
+
"member": {
|
265
|
+
"type": "structure",
|
266
|
+
"required": [
|
267
|
+
"balance",
|
268
|
+
"atBlockchainInstant"
|
269
|
+
],
|
270
|
+
"members": {
|
271
|
+
"ownerIdentifier": {
|
272
|
+
"shape": "S8"
|
273
|
+
},
|
274
|
+
"tokenIdentifier": {
|
275
|
+
"shape": "S4"
|
276
|
+
},
|
277
|
+
"balance": {},
|
278
|
+
"atBlockchainInstant": {
|
279
|
+
"shape": "S9"
|
280
|
+
},
|
281
|
+
"lastUpdatedTime": {
|
282
|
+
"shape": "S9"
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
},
|
287
|
+
"nextToken": {}
|
288
|
+
}
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"ListTransactionEvents": {
|
292
|
+
"http": {
|
293
|
+
"requestUri": "/list-transaction-events",
|
294
|
+
"responseCode": 200
|
295
|
+
},
|
296
|
+
"input": {
|
297
|
+
"type": "structure",
|
298
|
+
"required": [
|
299
|
+
"transactionHash",
|
300
|
+
"network"
|
301
|
+
],
|
302
|
+
"members": {
|
303
|
+
"transactionHash": {},
|
304
|
+
"network": {},
|
305
|
+
"nextToken": {},
|
306
|
+
"maxResults": {
|
307
|
+
"type": "integer"
|
308
|
+
}
|
309
|
+
}
|
310
|
+
},
|
311
|
+
"output": {
|
312
|
+
"type": "structure",
|
313
|
+
"required": [
|
314
|
+
"events"
|
315
|
+
],
|
316
|
+
"members": {
|
317
|
+
"events": {
|
318
|
+
"type": "list",
|
319
|
+
"member": {
|
320
|
+
"type": "structure",
|
321
|
+
"required": [
|
322
|
+
"network",
|
323
|
+
"transactionHash",
|
324
|
+
"eventType"
|
325
|
+
],
|
326
|
+
"members": {
|
327
|
+
"network": {},
|
328
|
+
"transactionHash": {},
|
329
|
+
"eventType": {},
|
330
|
+
"from": {},
|
331
|
+
"to": {},
|
332
|
+
"value": {},
|
333
|
+
"contractAddress": {},
|
334
|
+
"tokenId": {},
|
335
|
+
"transactionId": {},
|
336
|
+
"voutIndex": {
|
337
|
+
"type": "integer"
|
338
|
+
}
|
339
|
+
}
|
340
|
+
}
|
341
|
+
},
|
342
|
+
"nextToken": {}
|
343
|
+
}
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"ListTransactions": {
|
347
|
+
"http": {
|
348
|
+
"requestUri": "/list-transactions",
|
349
|
+
"responseCode": 200
|
350
|
+
},
|
351
|
+
"input": {
|
352
|
+
"type": "structure",
|
353
|
+
"required": [
|
354
|
+
"address",
|
355
|
+
"network"
|
356
|
+
],
|
357
|
+
"members": {
|
358
|
+
"address": {},
|
359
|
+
"network": {},
|
360
|
+
"fromBlockchainInstant": {
|
361
|
+
"shape": "S9"
|
362
|
+
},
|
363
|
+
"toBlockchainInstant": {
|
364
|
+
"shape": "S9"
|
365
|
+
},
|
366
|
+
"sort": {
|
367
|
+
"type": "structure",
|
368
|
+
"members": {
|
369
|
+
"sortBy": {},
|
370
|
+
"sortOrder": {}
|
371
|
+
}
|
372
|
+
},
|
373
|
+
"nextToken": {},
|
374
|
+
"maxResults": {
|
375
|
+
"type": "integer"
|
376
|
+
}
|
377
|
+
}
|
378
|
+
},
|
379
|
+
"output": {
|
380
|
+
"type": "structure",
|
381
|
+
"required": [
|
382
|
+
"transactions"
|
383
|
+
],
|
384
|
+
"members": {
|
385
|
+
"transactions": {
|
386
|
+
"type": "list",
|
387
|
+
"member": {
|
388
|
+
"type": "structure",
|
389
|
+
"required": [
|
390
|
+
"transactionHash",
|
391
|
+
"network",
|
392
|
+
"transactionTimestamp"
|
393
|
+
],
|
394
|
+
"members": {
|
395
|
+
"transactionHash": {},
|
396
|
+
"network": {},
|
397
|
+
"transactionTimestamp": {
|
398
|
+
"type": "timestamp"
|
399
|
+
}
|
400
|
+
}
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"nextToken": {}
|
404
|
+
}
|
405
|
+
}
|
406
|
+
}
|
407
|
+
},
|
408
|
+
"shapes": {
|
409
|
+
"S4": {
|
410
|
+
"type": "structure",
|
411
|
+
"required": [
|
412
|
+
"network"
|
413
|
+
],
|
414
|
+
"members": {
|
415
|
+
"network": {},
|
416
|
+
"contractAddress": {},
|
417
|
+
"tokenId": {}
|
418
|
+
}
|
419
|
+
},
|
420
|
+
"S8": {
|
421
|
+
"type": "structure",
|
422
|
+
"required": [
|
423
|
+
"address"
|
424
|
+
],
|
425
|
+
"members": {
|
426
|
+
"address": {}
|
427
|
+
}
|
428
|
+
},
|
429
|
+
"S9": {
|
430
|
+
"type": "structure",
|
431
|
+
"members": {
|
432
|
+
"time": {
|
433
|
+
"type": "timestamp"
|
434
|
+
}
|
435
|
+
}
|
436
|
+
}
|
437
|
+
}
|
438
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListTokenBalances": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "tokenBalances"
|
8
|
+
},
|
9
|
+
"ListTransactionEvents": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "events"
|
14
|
+
},
|
15
|
+
"ListTransactions": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "transactions"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
package/apis/metadata.json
CHANGED
@@ -1321,5 +1321,12 @@
|
|
1321
1321
|
"medicalimaging": {
|
1322
1322
|
"prefix": "medical-imaging",
|
1323
1323
|
"name": "MedicalImaging"
|
1324
|
+
},
|
1325
|
+
"entityresolution": {
|
1326
|
+
"name": "EntityResolution"
|
1327
|
+
},
|
1328
|
+
"managedblockchainquery": {
|
1329
|
+
"prefix": "managedblockchain-query",
|
1330
|
+
"name": "ManagedBlockchainQuery"
|
1324
1331
|
}
|
1325
1332
|
}
|
package/clients/all.d.ts
CHANGED
@@ -350,3 +350,5 @@ export import CodeGuruSecurity = require('./codegurusecurity');
|
|
350
350
|
export import VerifiedPermissions = require('./verifiedpermissions');
|
351
351
|
export import AppFabric = require('./appfabric');
|
352
352
|
export import MedicalImaging = require('./medicalimaging');
|
353
|
+
export import EntityResolution = require('./entityresolution');
|
354
|
+
export import ManagedBlockchainQuery = require('./managedblockchainquery');
|
package/clients/all.js
CHANGED
@@ -351,5 +351,7 @@ module.exports = {
|
|
351
351
|
CodeGuruSecurity: require('./codegurusecurity'),
|
352
352
|
VerifiedPermissions: require('./verifiedpermissions'),
|
353
353
|
AppFabric: require('./appfabric'),
|
354
|
-
MedicalImaging: require('./medicalimaging')
|
354
|
+
MedicalImaging: require('./medicalimaging'),
|
355
|
+
EntityResolution: require('./entityresolution'),
|
356
|
+
ManagedBlockchainQuery: require('./managedblockchainquery')
|
355
357
|
};
|
@@ -114,7 +114,7 @@ declare namespace CloudControl {
|
|
114
114
|
*/
|
115
115
|
ClientToken?: ClientToken;
|
116
116
|
/**
|
117
|
-
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format.
|
117
|
+
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format. Specify the desired state as one of the following: A JSON blob A local path containing the desired state in JSON data format For more information, see Composing the desired state of the resource in the Amazon Web Services Cloud Control API User Guide. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.
|
118
118
|
*/
|
119
119
|
DesiredState: Properties;
|
120
120
|
}
|