cdk-comprehend-s3olap 2.0.144 → 2.0.146
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +142 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +40 -39
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +19 -15
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +66 -27
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2136 -684
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +101 -90
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +115 -115
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +45 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +71 -3
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +11 -6
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +11 -11
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/inspector2.d.ts +202 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +7 -2
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +4 -4
- package/node_modules/aws-sdk/clients/opensearch.d.ts +64 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +1918 -96
- package/node_modules/aws-sdk/clients/rekognition.d.ts +22 -8
- package/node_modules/aws-sdk/clients/s3.d.ts +168 -168
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +102 -15
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +123 -108
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -84,13 +84,10 @@
|
|
84
84
|
"CreateBucket": [
|
85
85
|
{
|
86
86
|
"input": {
|
87
|
-
"Bucket": "examplebucket"
|
88
|
-
"CreateBucketConfiguration": {
|
89
|
-
"LocationConstraint": "eu-west-1"
|
90
|
-
}
|
87
|
+
"Bucket": "examplebucket"
|
91
88
|
},
|
92
89
|
"output": {
|
93
|
-
"Location": "
|
90
|
+
"Location": "/examplebucket"
|
94
91
|
},
|
95
92
|
"comments": {
|
96
93
|
"input": {
|
@@ -98,16 +95,19 @@
|
|
98
95
|
"output": {
|
99
96
|
}
|
100
97
|
},
|
101
|
-
"description": "The following example creates a bucket.
|
102
|
-
"id": "to-create-a-bucket
|
103
|
-
"title": "To create a bucket
|
98
|
+
"description": "The following example creates a bucket.",
|
99
|
+
"id": "to-create-a-bucket--1472851826060",
|
100
|
+
"title": "To create a bucket "
|
104
101
|
},
|
105
102
|
{
|
106
103
|
"input": {
|
107
|
-
"Bucket": "examplebucket"
|
104
|
+
"Bucket": "examplebucket",
|
105
|
+
"CreateBucketConfiguration": {
|
106
|
+
"LocationConstraint": "eu-west-1"
|
107
|
+
}
|
108
108
|
},
|
109
109
|
"output": {
|
110
|
-
"Location": "/
|
110
|
+
"Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
|
111
111
|
},
|
112
112
|
"comments": {
|
113
113
|
"input": {
|
@@ -115,9 +115,9 @@
|
|
115
115
|
"output": {
|
116
116
|
}
|
117
117
|
},
|
118
|
-
"description": "The following example creates a bucket.",
|
119
|
-
"id": "to-create-a-bucket
|
120
|
-
"title": "To create a bucket "
|
118
|
+
"description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
|
119
|
+
"id": "to-create-a-bucket-in-a-specific-region-1483399072992",
|
120
|
+
"title": "To create a bucket in a specific region"
|
121
121
|
}
|
122
122
|
],
|
123
123
|
"CreateMultipartUpload": [
|
@@ -257,10 +257,8 @@
|
|
257
257
|
"DeleteObject": [
|
258
258
|
{
|
259
259
|
"input": {
|
260
|
-
"Bucket": "
|
261
|
-
"Key": "
|
262
|
-
},
|
263
|
-
"output": {
|
260
|
+
"Bucket": "ExampleBucket",
|
261
|
+
"Key": "HappyFace.jpg"
|
264
262
|
},
|
265
263
|
"comments": {
|
266
264
|
"input": {
|
@@ -268,14 +266,16 @@
|
|
268
266
|
"output": {
|
269
267
|
}
|
270
268
|
},
|
271
|
-
"description": "The following example deletes an object from
|
272
|
-
"id": "to-delete-an-object-
|
273
|
-
"title": "To delete an object"
|
269
|
+
"description": "The following example deletes an object from a non-versioned bucket.",
|
270
|
+
"id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
|
271
|
+
"title": "To delete an object (from a non-versioned bucket)"
|
274
272
|
},
|
275
273
|
{
|
276
274
|
"input": {
|
277
|
-
"Bucket": "
|
278
|
-
"Key": "
|
275
|
+
"Bucket": "examplebucket",
|
276
|
+
"Key": "objectkey.jpg"
|
277
|
+
},
|
278
|
+
"output": {
|
279
279
|
},
|
280
280
|
"comments": {
|
281
281
|
"input": {
|
@@ -283,19 +283,20 @@
|
|
283
283
|
"output": {
|
284
284
|
}
|
285
285
|
},
|
286
|
-
"description": "The following example deletes an object from
|
287
|
-
"id": "to-delete-an-object-
|
288
|
-
"title": "To delete an object
|
286
|
+
"description": "The following example deletes an object from an S3 bucket.",
|
287
|
+
"id": "to-delete-an-object-1472850136595",
|
288
|
+
"title": "To delete an object"
|
289
289
|
}
|
290
290
|
],
|
291
291
|
"DeleteObjectTagging": [
|
292
292
|
{
|
293
293
|
"input": {
|
294
294
|
"Bucket": "examplebucket",
|
295
|
-
"Key": "HappyFace.jpg"
|
295
|
+
"Key": "HappyFace.jpg",
|
296
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
296
297
|
},
|
297
298
|
"output": {
|
298
|
-
"VersionId": "
|
299
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
299
300
|
},
|
300
301
|
"comments": {
|
301
302
|
"input": {
|
@@ -303,18 +304,17 @@
|
|
303
304
|
"output": {
|
304
305
|
}
|
305
306
|
},
|
306
|
-
"description": "The following example removes tag set associated with the specified object.
|
307
|
-
"id": "to-remove-tag-set-from-an-object-
|
308
|
-
"title": "To remove tag set from an object"
|
307
|
+
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
|
308
|
+
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
|
309
|
+
"title": "To remove tag set from an object version"
|
309
310
|
},
|
310
311
|
{
|
311
312
|
"input": {
|
312
313
|
"Bucket": "examplebucket",
|
313
|
-
"Key": "HappyFace.jpg"
|
314
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
314
|
+
"Key": "HappyFace.jpg"
|
315
315
|
},
|
316
316
|
"output": {
|
317
|
-
"VersionId": "
|
317
|
+
"VersionId": "null"
|
318
318
|
},
|
319
319
|
"comments": {
|
320
320
|
"input": {
|
@@ -322,9 +322,9 @@
|
|
322
322
|
"output": {
|
323
323
|
}
|
324
324
|
},
|
325
|
-
"description": "The following example removes tag set associated with the specified object
|
326
|
-
"id": "to-remove-tag-set-from-an-object-
|
327
|
-
"title": "To remove tag set from an object
|
325
|
+
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
|
326
|
+
"id": "to-remove-tag-set-from-an-object-1483145342862",
|
327
|
+
"title": "To remove tag set from an object"
|
328
328
|
}
|
329
329
|
],
|
330
330
|
"DeleteObjects": [
|
@@ -334,10 +334,12 @@
|
|
334
334
|
"Delete": {
|
335
335
|
"Objects": [
|
336
336
|
{
|
337
|
-
"Key": "
|
337
|
+
"Key": "HappyFace.jpg",
|
338
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
338
339
|
},
|
339
340
|
{
|
340
|
-
"Key": "
|
341
|
+
"Key": "HappyFace.jpg",
|
342
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
341
343
|
}
|
342
344
|
],
|
343
345
|
"Quiet": false
|
@@ -346,14 +348,12 @@
|
|
346
348
|
"output": {
|
347
349
|
"Deleted": [
|
348
350
|
{
|
349
|
-
"
|
350
|
-
"
|
351
|
-
"Key": "objectkey1"
|
351
|
+
"Key": "HappyFace.jpg",
|
352
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
352
353
|
},
|
353
354
|
{
|
354
|
-
"
|
355
|
-
"
|
356
|
-
"Key": "objectkey2"
|
355
|
+
"Key": "HappyFace.jpg",
|
356
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
357
357
|
}
|
358
358
|
]
|
359
359
|
},
|
@@ -363,9 +363,9 @@
|
|
363
363
|
"output": {
|
364
364
|
}
|
365
365
|
},
|
366
|
-
"description": "The following example deletes objects from a bucket. The
|
367
|
-
"id": "to-delete-multiple-
|
368
|
-
"title": "To delete multiple
|
366
|
+
"description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
|
367
|
+
"id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
|
368
|
+
"title": "To delete multiple object versions from a versioned bucket"
|
369
369
|
},
|
370
370
|
{
|
371
371
|
"input": {
|
@@ -373,12 +373,10 @@
|
|
373
373
|
"Delete": {
|
374
374
|
"Objects": [
|
375
375
|
{
|
376
|
-
"Key": "
|
377
|
-
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
376
|
+
"Key": "objectkey1"
|
378
377
|
},
|
379
378
|
{
|
380
|
-
"Key": "
|
381
|
-
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
379
|
+
"Key": "objectkey2"
|
382
380
|
}
|
383
381
|
],
|
384
382
|
"Quiet": false
|
@@ -387,12 +385,14 @@
|
|
387
385
|
"output": {
|
388
386
|
"Deleted": [
|
389
387
|
{
|
390
|
-
"
|
391
|
-
"
|
388
|
+
"DeleteMarker": "true",
|
389
|
+
"DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
|
390
|
+
"Key": "objectkey1"
|
392
391
|
},
|
393
392
|
{
|
394
|
-
"
|
395
|
-
"
|
393
|
+
"DeleteMarker": "true",
|
394
|
+
"DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
|
395
|
+
"Key": "objectkey2"
|
396
396
|
}
|
397
397
|
]
|
398
398
|
},
|
@@ -402,9 +402,9 @@
|
|
402
402
|
"output": {
|
403
403
|
}
|
404
404
|
},
|
405
|
-
"description": "The following example deletes objects from a bucket. The request
|
406
|
-
"id": "to-delete-multiple-
|
407
|
-
"title": "To delete multiple
|
405
|
+
"description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
|
406
|
+
"id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
|
407
|
+
"title": "To delete multiple objects from a versioned bucket"
|
408
408
|
}
|
409
409
|
],
|
410
410
|
"GetBucketCors": [
|
@@ -958,15 +958,15 @@
|
|
958
958
|
"output": {
|
959
959
|
"Buckets": [
|
960
960
|
{
|
961
|
-
"CreationDate": "2012-02-15T21:
|
961
|
+
"CreationDate": "2012-02-15T21:03:02.000Z",
|
962
962
|
"Name": "examplebucket"
|
963
963
|
},
|
964
964
|
{
|
965
|
-
"CreationDate": "2011-07-24T19:
|
965
|
+
"CreationDate": "2011-07-24T19:33:50.000Z",
|
966
966
|
"Name": "examplebucket2"
|
967
967
|
},
|
968
968
|
{
|
969
|
-
"CreationDate": "2010-12-17T00:
|
969
|
+
"CreationDate": "2010-12-17T00:56:49.000Z",
|
970
970
|
"Name": "examplebucket3"
|
971
971
|
}
|
972
972
|
],
|
@@ -981,9 +981,9 @@
|
|
981
981
|
"output": {
|
982
982
|
}
|
983
983
|
},
|
984
|
-
"description": "The following example
|
985
|
-
"id": "to-list-
|
986
|
-
"title": "To list
|
984
|
+
"description": "The following example returns all the buckets owned by the sender of this request.",
|
985
|
+
"id": "to-list-buckets-1481910996058",
|
986
|
+
"title": "To list all buckets"
|
987
987
|
}
|
988
988
|
],
|
989
989
|
"ListMultipartUploads": [
|
@@ -1184,7 +1184,7 @@
|
|
1184
1184
|
"ListObjectsV2": [
|
1185
1185
|
{
|
1186
1186
|
"input": {
|
1187
|
-
"Bucket": "
|
1187
|
+
"Bucket": "DOC-EXAMPLE-BUCKET",
|
1188
1188
|
"MaxKeys": "2"
|
1189
1189
|
},
|
1190
1190
|
"output": {
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"IsTruncated": true,
|
1208
1208
|
"KeyCount": "2",
|
1209
1209
|
"MaxKeys": "2",
|
1210
|
-
"Name": "
|
1210
|
+
"Name": "DOC-EXAMPLE-BUCKET",
|
1211
1211
|
"NextContinuationToken": "1w41l63U0xa8q7smH50vCxyTQqdxo69O3EmK28Bi5PcROI4wI/EyIJg==",
|
1212
1212
|
"Prefix": ""
|
1213
1213
|
},
|
@@ -1588,13 +1588,14 @@
|
|
1588
1588
|
},
|
1589
1589
|
{
|
1590
1590
|
"input": {
|
1591
|
-
"
|
1591
|
+
"ACL": "authenticated-read",
|
1592
|
+
"Body": "filetoupload",
|
1592
1593
|
"Bucket": "examplebucket",
|
1593
|
-
"Key": "
|
1594
|
+
"Key": "exampleobject"
|
1594
1595
|
},
|
1595
1596
|
"output": {
|
1596
1597
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1597
|
-
"VersionId": "
|
1598
|
+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
1598
1599
|
},
|
1599
1600
|
"comments": {
|
1600
1601
|
"input": {
|
@@ -1602,9 +1603,9 @@
|
|
1602
1603
|
"output": {
|
1603
1604
|
}
|
1604
1605
|
},
|
1605
|
-
"description": "The following example uploads
|
1606
|
-
"id": "to-upload-an-object-
|
1607
|
-
"title": "To upload an object"
|
1606
|
+
"description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1607
|
+
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
|
1608
|
+
"title": "To upload an object and specify canned ACL."
|
1608
1609
|
},
|
1609
1610
|
{
|
1610
1611
|
"input": {
|
@@ -1625,7 +1626,7 @@
|
|
1625
1626
|
"output": {
|
1626
1627
|
}
|
1627
1628
|
},
|
1628
|
-
"description": "The following example uploads
|
1629
|
+
"description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1629
1630
|
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
1630
1631
|
"title": "To upload an object and specify server-side encryption and object tags"
|
1631
1632
|
},
|
@@ -1633,15 +1634,11 @@
|
|
1633
1634
|
"input": {
|
1634
1635
|
"Body": "filetoupload",
|
1635
1636
|
"Bucket": "examplebucket",
|
1636
|
-
"Key": "
|
1637
|
-
"Metadata": {
|
1638
|
-
"metadata1": "value1",
|
1639
|
-
"metadata2": "value2"
|
1640
|
-
}
|
1637
|
+
"Key": "objectkey"
|
1641
1638
|
},
|
1642
1639
|
"output": {
|
1643
1640
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1644
|
-
"VersionId": "
|
1641
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
1645
1642
|
},
|
1646
1643
|
"comments": {
|
1647
1644
|
"input": {
|
@@ -1649,22 +1646,19 @@
|
|
1649
1646
|
"output": {
|
1650
1647
|
}
|
1651
1648
|
},
|
1652
|
-
"description": "The following example creates an object.
|
1653
|
-
"id": "to-
|
1654
|
-
"title": "To
|
1649
|
+
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1650
|
+
"id": "to-create-an-object-1483147613675",
|
1651
|
+
"title": "To create an object."
|
1655
1652
|
},
|
1656
1653
|
{
|
1657
1654
|
"input": {
|
1658
1655
|
"Body": "HappyFace.jpg",
|
1659
1656
|
"Bucket": "examplebucket",
|
1660
|
-
"Key": "HappyFace.jpg"
|
1661
|
-
"ServerSideEncryption": "AES256",
|
1662
|
-
"StorageClass": "STANDARD_IA"
|
1657
|
+
"Key": "HappyFace.jpg"
|
1663
1658
|
},
|
1664
1659
|
"output": {
|
1665
1660
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1666
|
-
"
|
1667
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1661
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1668
1662
|
},
|
1669
1663
|
"comments": {
|
1670
1664
|
"input": {
|
@@ -1672,20 +1666,22 @@
|
|
1672
1666
|
"output": {
|
1673
1667
|
}
|
1674
1668
|
},
|
1675
|
-
"description": "The following example uploads an object. The
|
1676
|
-
"id": "to-upload-an-object-
|
1677
|
-
"title": "To upload an object
|
1669
|
+
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
|
1670
|
+
"id": "to-upload-an-object-1481760101010",
|
1671
|
+
"title": "To upload an object"
|
1678
1672
|
},
|
1679
1673
|
{
|
1680
1674
|
"input": {
|
1681
|
-
"
|
1682
|
-
"Body": "filetoupload",
|
1675
|
+
"Body": "HappyFace.jpg",
|
1683
1676
|
"Bucket": "examplebucket",
|
1684
|
-
"Key": "
|
1677
|
+
"Key": "HappyFace.jpg",
|
1678
|
+
"ServerSideEncryption": "AES256",
|
1679
|
+
"StorageClass": "STANDARD_IA"
|
1685
1680
|
},
|
1686
1681
|
"output": {
|
1687
1682
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1688
|
-
"
|
1683
|
+
"ServerSideEncryption": "AES256",
|
1684
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1689
1685
|
},
|
1690
1686
|
"comments": {
|
1691
1687
|
"input": {
|
@@ -1693,19 +1689,23 @@
|
|
1693
1689
|
"output": {
|
1694
1690
|
}
|
1695
1691
|
},
|
1696
|
-
"description": "The following example uploads
|
1697
|
-
"id": "to-upload-an-object-
|
1698
|
-
"title": "To upload an object
|
1692
|
+
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
|
1693
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1694
|
+
"title": "To upload an object (specify optional headers)"
|
1699
1695
|
},
|
1700
1696
|
{
|
1701
1697
|
"input": {
|
1702
1698
|
"Body": "filetoupload",
|
1703
1699
|
"Bucket": "examplebucket",
|
1704
|
-
"Key": "
|
1700
|
+
"Key": "exampleobject",
|
1701
|
+
"Metadata": {
|
1702
|
+
"metadata1": "value1",
|
1703
|
+
"metadata2": "value2"
|
1704
|
+
}
|
1705
1705
|
},
|
1706
1706
|
"output": {
|
1707
1707
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1708
|
-
"VersionId": "
|
1708
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
1709
1709
|
},
|
1710
1710
|
"comments": {
|
1711
1711
|
"input": {
|
@@ -1713,9 +1713,9 @@
|
|
1713
1713
|
"output": {
|
1714
1714
|
}
|
1715
1715
|
},
|
1716
|
-
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1717
|
-
"id": "to-
|
1718
|
-
"title": "To
|
1716
|
+
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1717
|
+
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
1718
|
+
"title": "To upload object and specify user-defined metadata"
|
1719
1719
|
}
|
1720
1720
|
],
|
1721
1721
|
"PutObjectAcl": [
|
@@ -1826,15 +1826,14 @@
|
|
1826
1826
|
"input": {
|
1827
1827
|
"Bucket": "examplebucket",
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
1829
|
-
"CopySourceRange": "bytes=1-100000",
|
1830
1829
|
"Key": "examplelargeobject",
|
1831
|
-
"PartNumber": "
|
1830
|
+
"PartNumber": "1",
|
1832
1831
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1833
1832
|
},
|
1834
1833
|
"output": {
|
1835
1834
|
"CopyPartResult": {
|
1836
|
-
"ETag": "\"
|
1837
|
-
"LastModified": "2016-12-29T21:
|
1835
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
1836
|
+
"LastModified": "2016-12-29T21:24:43.000Z"
|
1838
1837
|
}
|
1839
1838
|
},
|
1840
1839
|
"comments": {
|
@@ -1843,22 +1842,23 @@
|
|
1843
1842
|
"output": {
|
1844
1843
|
}
|
1845
1844
|
},
|
1846
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
1847
|
-
"id": "to-upload-a-part-by-copying-
|
1848
|
-
"title": "To upload a part by copying
|
1845
|
+
"description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
|
1846
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
1847
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
1849
1848
|
},
|
1850
1849
|
{
|
1851
1850
|
"input": {
|
1852
1851
|
"Bucket": "examplebucket",
|
1853
1852
|
"CopySource": "/bucketname/sourceobjectkey",
|
1853
|
+
"CopySourceRange": "bytes=1-100000",
|
1854
1854
|
"Key": "examplelargeobject",
|
1855
|
-
"PartNumber": "
|
1855
|
+
"PartNumber": "2",
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1857
1857
|
},
|
1858
1858
|
"output": {
|
1859
1859
|
"CopyPartResult": {
|
1860
|
-
"ETag": "\"
|
1861
|
-
"LastModified": "2016-12-29T21:
|
1860
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
1861
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
1862
1862
|
}
|
1863
1863
|
},
|
1864
1864
|
"comments": {
|
@@ -1867,9 +1867,9 @@
|
|
1867
1867
|
"output": {
|
1868
1868
|
}
|
1869
1869
|
},
|
1870
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
1871
|
-
"id": "to-upload-a-part-by-copying-
|
1872
|
-
"title": "To upload a part by copying
|
1870
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
1871
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
1872
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
1873
1873
|
}
|
1874
1874
|
]
|
1875
1875
|
}
|
@@ -841,6 +841,51 @@
|
|
841
841
|
"title": "To get cross-Region aggregation details"
|
842
842
|
}
|
843
843
|
],
|
844
|
+
"GetFindingHistory": [
|
845
|
+
{
|
846
|
+
"input": {
|
847
|
+
"EndTime": "2021-09-31T15:53:35.573Z",
|
848
|
+
"FindingIdentifier": {
|
849
|
+
"Id": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
850
|
+
"ProductArn": "arn:aws:securityhub:us-west-2:123456789012:product/123456789012/default"
|
851
|
+
},
|
852
|
+
"MaxResults": 2,
|
853
|
+
"StartTime": "2021-09-30T15:53:35.573Z"
|
854
|
+
},
|
855
|
+
"output": {
|
856
|
+
"Records": [
|
857
|
+
{
|
858
|
+
"FindingCreated": false,
|
859
|
+
"FindingIdentifier": {
|
860
|
+
"Id": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
861
|
+
"ProductArn": "arn:aws:securityhub:us-west-2:123456789012:product/123456789012/default"
|
862
|
+
},
|
863
|
+
"UpdateSource": {
|
864
|
+
"Identity": "arn:aws:iam::444455556666:role/Admin",
|
865
|
+
"Type": "BATCH_UPDATE_FINDINGS"
|
866
|
+
},
|
867
|
+
"UpdateTime": "2021-09-31T15:52:25.573Z",
|
868
|
+
"Updates": [
|
869
|
+
{
|
870
|
+
"NewValue": "MEDIUM",
|
871
|
+
"OldValue": "HIGH",
|
872
|
+
"UpdatedField": "Severity"
|
873
|
+
}
|
874
|
+
]
|
875
|
+
}
|
876
|
+
]
|
877
|
+
},
|
878
|
+
"comments": {
|
879
|
+
"input": {
|
880
|
+
},
|
881
|
+
"output": {
|
882
|
+
}
|
883
|
+
},
|
884
|
+
"description": "The following example retrieves the history of the specified finding during the specified time frame. If the time frame permits, Security Hub returns finding history for the last 90 days.",
|
885
|
+
"id": "to-get-finding-history-1680270012186",
|
886
|
+
"title": "To get finding history"
|
887
|
+
}
|
888
|
+
],
|
844
889
|
"GetFindings": [
|
845
890
|
{
|
846
891
|
"input": {
|
@@ -1179,6 +1179,74 @@
|
|
1179
1179
|
}
|
1180
1180
|
}
|
1181
1181
|
},
|
1182
|
+
"GetFindingHistory": {
|
1183
|
+
"http": {
|
1184
|
+
"requestUri": "/findingHistory/get"
|
1185
|
+
},
|
1186
|
+
"input": {
|
1187
|
+
"type": "structure",
|
1188
|
+
"required": [
|
1189
|
+
"FindingIdentifier"
|
1190
|
+
],
|
1191
|
+
"members": {
|
1192
|
+
"FindingIdentifier": {
|
1193
|
+
"shape": "Slk"
|
1194
|
+
},
|
1195
|
+
"StartTime": {
|
1196
|
+
"shape": "S11"
|
1197
|
+
},
|
1198
|
+
"EndTime": {
|
1199
|
+
"shape": "S11"
|
1200
|
+
},
|
1201
|
+
"NextToken": {},
|
1202
|
+
"MaxResults": {
|
1203
|
+
"type": "integer"
|
1204
|
+
}
|
1205
|
+
}
|
1206
|
+
},
|
1207
|
+
"output": {
|
1208
|
+
"type": "structure",
|
1209
|
+
"members": {
|
1210
|
+
"Records": {
|
1211
|
+
"type": "list",
|
1212
|
+
"member": {
|
1213
|
+
"type": "structure",
|
1214
|
+
"members": {
|
1215
|
+
"FindingIdentifier": {
|
1216
|
+
"shape": "Slk"
|
1217
|
+
},
|
1218
|
+
"UpdateTime": {
|
1219
|
+
"shape": "S11"
|
1220
|
+
},
|
1221
|
+
"FindingCreated": {
|
1222
|
+
"type": "boolean"
|
1223
|
+
},
|
1224
|
+
"UpdateSource": {
|
1225
|
+
"type": "structure",
|
1226
|
+
"members": {
|
1227
|
+
"Type": {},
|
1228
|
+
"Identity": {}
|
1229
|
+
}
|
1230
|
+
},
|
1231
|
+
"Updates": {
|
1232
|
+
"type": "list",
|
1233
|
+
"member": {
|
1234
|
+
"type": "structure",
|
1235
|
+
"members": {
|
1236
|
+
"UpdatedField": {},
|
1237
|
+
"OldValue": {},
|
1238
|
+
"NewValue": {}
|
1239
|
+
}
|
1240
|
+
}
|
1241
|
+
},
|
1242
|
+
"NextToken": {}
|
1243
|
+
}
|
1244
|
+
}
|
1245
|
+
},
|
1246
|
+
"NextToken": {}
|
1247
|
+
}
|
1248
|
+
}
|
1249
|
+
},
|
1182
1250
|
"GetFindings": {
|
1183
1251
|
"http": {
|
1184
1252
|
"requestUri": "/findings"
|
@@ -1378,7 +1446,7 @@
|
|
1378
1446
|
"type": "structure",
|
1379
1447
|
"members": {
|
1380
1448
|
"Members": {
|
1381
|
-
"shape": "
|
1449
|
+
"shape": "Spk"
|
1382
1450
|
},
|
1383
1451
|
"UnprocessedAccounts": {
|
1384
1452
|
"shape": "Smr"
|
@@ -1535,7 +1603,7 @@
|
|
1535
1603
|
"type": "structure",
|
1536
1604
|
"members": {
|
1537
1605
|
"Members": {
|
1538
|
-
"shape": "
|
1606
|
+
"shape": "Spk"
|
1539
1607
|
},
|
1540
1608
|
"NextToken": {}
|
1541
1609
|
}
|
@@ -8969,7 +9037,7 @@
|
|
8969
9037
|
"MemberStatus": {}
|
8970
9038
|
}
|
8971
9039
|
},
|
8972
|
-
"
|
9040
|
+
"Spk": {
|
8973
9041
|
"type": "list",
|
8974
9042
|
"member": {
|
8975
9043
|
"type": "structure",
|