aws-sdk 2.1536.0 → 2.1537.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/README.md +1 -1
- package/apis/iotfleetwise-2021-06-17.min.json +15 -11
- package/apis/payment-cryptography-2021-09-14.min.json +45 -11
- package/apis/rekognition-2016-06-27.min.json +114 -93
- package/clients/iot.d.ts +1 -1
- package/clients/iotfleetwise.d.ts +10 -1
- package/clients/macie2.d.ts +13 -13
- package/clients/paymentcryptography.d.ts +55 -12
- package/clients/personalize.d.ts +6 -6
- package/clients/rekognition.d.ts +32 -3
- package/clients/securityhub.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +6 -3
- package/dist/aws-sdk-react-native.js +14 -8
- package/dist/aws-sdk.js +117 -96
- package/dist/aws-sdk.min.js +27 -27
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
69
69
|
To use the SDK in the browser, simply add the following script tag to your
|
70
70
|
HTML pages:
|
71
71
|
|
72
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
72
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1537.0.min.js"></script>
|
73
73
|
|
74
74
|
You can also build a custom browser SDK with your specified set of AWS services.
|
75
75
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -1236,7 +1236,8 @@
|
|
1236
1236
|
"nextToken": {},
|
1237
1237
|
"maxResults": {
|
1238
1238
|
"type": "integer"
|
1239
|
-
}
|
1239
|
+
},
|
1240
|
+
"signalNodeType": {}
|
1240
1241
|
}
|
1241
1242
|
},
|
1242
1243
|
"output": {
|
@@ -1337,6 +1338,9 @@
|
|
1337
1338
|
},
|
1338
1339
|
"lastModificationTime": {
|
1339
1340
|
"type": "timestamp"
|
1341
|
+
},
|
1342
|
+
"attributes": {
|
1343
|
+
"shape": "S9"
|
1340
1344
|
}
|
1341
1345
|
}
|
1342
1346
|
}
|
@@ -1417,12 +1421,12 @@
|
|
1417
1421
|
"type": "structure",
|
1418
1422
|
"members": {
|
1419
1423
|
"timestreamResources": {
|
1420
|
-
"shape": "
|
1424
|
+
"shape": "S6s",
|
1421
1425
|
"deprecated": true,
|
1422
1426
|
"deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API."
|
1423
1427
|
},
|
1424
1428
|
"iamResources": {
|
1425
|
-
"shape": "
|
1429
|
+
"shape": "S6t",
|
1426
1430
|
"deprecated": true,
|
1427
1431
|
"deprecatedMessage": "iamResources is no longer used or needed as input"
|
1428
1432
|
}
|
@@ -1439,10 +1443,10 @@
|
|
1439
1443
|
"members": {
|
1440
1444
|
"registerAccountStatus": {},
|
1441
1445
|
"timestreamResources": {
|
1442
|
-
"shape": "
|
1446
|
+
"shape": "S6s"
|
1443
1447
|
},
|
1444
1448
|
"iamResources": {
|
1445
|
-
"shape": "
|
1449
|
+
"shape": "S6t"
|
1446
1450
|
},
|
1447
1451
|
"creationTime": {
|
1448
1452
|
"type": "timestamp"
|
@@ -1593,10 +1597,10 @@
|
|
1593
1597
|
"name": {},
|
1594
1598
|
"description": {},
|
1595
1599
|
"nodesToAdd": {
|
1596
|
-
"shape": "
|
1600
|
+
"shape": "S7a"
|
1597
1601
|
},
|
1598
1602
|
"nodesToRemove": {
|
1599
|
-
"shape": "
|
1603
|
+
"shape": "S7a"
|
1600
1604
|
},
|
1601
1605
|
"status": {}
|
1602
1606
|
}
|
@@ -1630,7 +1634,7 @@
|
|
1630
1634
|
"shape": "S36"
|
1631
1635
|
},
|
1632
1636
|
"nodesToRemove": {
|
1633
|
-
"shape": "
|
1637
|
+
"shape": "S7a"
|
1634
1638
|
}
|
1635
1639
|
}
|
1636
1640
|
},
|
@@ -2157,7 +2161,7 @@
|
|
2157
2161
|
"logGroupName": {}
|
2158
2162
|
}
|
2159
2163
|
},
|
2160
|
-
"
|
2164
|
+
"S6s": {
|
2161
2165
|
"type": "structure",
|
2162
2166
|
"required": [
|
2163
2167
|
"timestreamDatabaseName",
|
@@ -2168,7 +2172,7 @@
|
|
2168
2172
|
"timestreamTableName": {}
|
2169
2173
|
}
|
2170
2174
|
},
|
2171
|
-
"
|
2175
|
+
"S6t": {
|
2172
2176
|
"type": "structure",
|
2173
2177
|
"required": [
|
2174
2178
|
"roleArn"
|
@@ -2177,7 +2181,7 @@
|
|
2177
2181
|
"roleArn": {}
|
2178
2182
|
}
|
2179
2183
|
},
|
2180
|
-
"
|
2184
|
+
"S7a": {
|
2181
2185
|
"type": "list",
|
2182
2186
|
"member": {}
|
2183
2187
|
}
|
@@ -141,6 +141,20 @@
|
|
141
141
|
"KeyMaterial": {
|
142
142
|
"type": "structure",
|
143
143
|
"members": {
|
144
|
+
"KeyCryptogram": {
|
145
|
+
"type": "structure",
|
146
|
+
"required": [
|
147
|
+
"CertificateAuthorityPublicKeyIdentifier",
|
148
|
+
"WrappingKeyCertificate"
|
149
|
+
],
|
150
|
+
"members": {
|
151
|
+
"CertificateAuthorityPublicKeyIdentifier": {},
|
152
|
+
"WrappingKeyCertificate": {
|
153
|
+
"shape": "S11"
|
154
|
+
},
|
155
|
+
"WrappingSpec": {}
|
156
|
+
}
|
157
|
+
},
|
144
158
|
"Tr31KeyBlock": {
|
145
159
|
"type": "structure",
|
146
160
|
"required": [
|
@@ -164,7 +178,7 @@
|
|
164
178
|
"KeyBlockFormat": {},
|
165
179
|
"RandomNonce": {},
|
166
180
|
"WrappingKeyCertificate": {
|
167
|
-
"shape": "
|
181
|
+
"shape": "S11"
|
168
182
|
}
|
169
183
|
}
|
170
184
|
}
|
@@ -269,10 +283,10 @@
|
|
269
283
|
},
|
270
284
|
"SigningKeyAlgorithm": {},
|
271
285
|
"SigningKeyCertificate": {
|
272
|
-
"shape": "
|
286
|
+
"shape": "S11"
|
273
287
|
},
|
274
288
|
"SigningKeyCertificateChain": {
|
275
|
-
"shape": "
|
289
|
+
"shape": "S11"
|
276
290
|
}
|
277
291
|
}
|
278
292
|
}
|
@@ -305,10 +319,10 @@
|
|
305
319
|
},
|
306
320
|
"WrappingKeyAlgorithm": {},
|
307
321
|
"WrappingKeyCertificate": {
|
308
|
-
"shape": "
|
322
|
+
"shape": "S11"
|
309
323
|
},
|
310
324
|
"WrappingKeyCertificateChain": {
|
311
|
-
"shape": "
|
325
|
+
"shape": "S11"
|
312
326
|
}
|
313
327
|
}
|
314
328
|
}
|
@@ -331,10 +345,10 @@
|
|
331
345
|
],
|
332
346
|
"members": {
|
333
347
|
"KeyCertificate": {
|
334
|
-
"shape": "
|
348
|
+
"shape": "S11"
|
335
349
|
},
|
336
350
|
"KeyCertificateChain": {
|
337
|
-
"shape": "
|
351
|
+
"shape": "S11"
|
338
352
|
}
|
339
353
|
}
|
340
354
|
}
|
@@ -353,6 +367,26 @@
|
|
353
367
|
"KeyMaterial": {
|
354
368
|
"type": "structure",
|
355
369
|
"members": {
|
370
|
+
"KeyCryptogram": {
|
371
|
+
"type": "structure",
|
372
|
+
"required": [
|
373
|
+
"Exportable",
|
374
|
+
"ImportToken",
|
375
|
+
"KeyAttributes",
|
376
|
+
"WrappedKeyCryptogram"
|
377
|
+
],
|
378
|
+
"members": {
|
379
|
+
"Exportable": {
|
380
|
+
"type": "boolean"
|
381
|
+
},
|
382
|
+
"ImportToken": {},
|
383
|
+
"KeyAttributes": {
|
384
|
+
"shape": "S8"
|
385
|
+
},
|
386
|
+
"WrappedKeyCryptogram": {},
|
387
|
+
"WrappingSpec": {}
|
388
|
+
}
|
389
|
+
},
|
356
390
|
"RootCertificatePublicKey": {
|
357
391
|
"type": "structure",
|
358
392
|
"required": [
|
@@ -364,7 +398,7 @@
|
|
364
398
|
"shape": "S8"
|
365
399
|
},
|
366
400
|
"PublicKeyCertificate": {
|
367
|
-
"shape": "
|
401
|
+
"shape": "S11"
|
368
402
|
}
|
369
403
|
}
|
370
404
|
},
|
@@ -394,7 +428,7 @@
|
|
394
428
|
"KeyBlockFormat": {},
|
395
429
|
"RandomNonce": {},
|
396
430
|
"SigningKeyCertificate": {
|
397
|
-
"shape": "
|
431
|
+
"shape": "S11"
|
398
432
|
},
|
399
433
|
"WrappedKeyBlock": {}
|
400
434
|
}
|
@@ -412,7 +446,7 @@
|
|
412
446
|
"shape": "S8"
|
413
447
|
},
|
414
448
|
"PublicKeyCertificate": {
|
415
|
-
"shape": "
|
449
|
+
"shape": "S11"
|
416
450
|
}
|
417
451
|
}
|
418
452
|
}
|
@@ -782,7 +816,7 @@
|
|
782
816
|
}
|
783
817
|
}
|
784
818
|
},
|
785
|
-
"
|
819
|
+
"S11": {
|
786
820
|
"type": "string",
|
787
821
|
"sensitive": true
|
788
822
|
}
|