cdk-lambda-subminute 2.0.403 → 2.0.404

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.
@@ -84,10 +84,13 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket"
87
+ "Bucket": "examplebucket",
88
+ "CreateBucketConfiguration": {
89
+ "LocationConstraint": "eu-west-1"
90
+ }
88
91
  },
89
92
  "output": {
90
- "Location": "/examplebucket"
93
+ "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
91
94
  },
92
95
  "comments": {
93
96
  "input": {
@@ -95,19 +98,16 @@
95
98
  "output": {
96
99
  }
97
100
  },
98
- "description": "The following example creates a bucket.",
99
- "id": "to-create-a-bucket--1472851826060",
100
- "title": "To create a bucket "
101
+ "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
102
+ "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
103
+ "title": "To create a bucket in a specific region"
101
104
  },
102
105
  {
103
106
  "input": {
104
- "Bucket": "examplebucket",
105
- "CreateBucketConfiguration": {
106
- "LocationConstraint": "eu-west-1"
107
- }
107
+ "Bucket": "examplebucket"
108
108
  },
109
109
  "output": {
110
- "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
110
+ "Location": "/examplebucket"
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. 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"
118
+ "description": "The following example creates a bucket.",
119
+ "id": "to-create-a-bucket--1472851826060",
120
+ "title": "To create a bucket "
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -292,11 +292,10 @@
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg",
296
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
295
+ "Key": "HappyFace.jpg"
297
296
  },
298
297
  "output": {
299
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
298
+ "VersionId": "null"
300
299
  },
301
300
  "comments": {
302
301
  "input": {
@@ -304,17 +303,18 @@
304
303
  "output": {
305
304
  }
306
305
  },
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"
306
+ "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.",
307
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
308
+ "title": "To remove tag set from an object"
310
309
  },
311
310
  {
312
311
  "input": {
313
312
  "Bucket": "examplebucket",
314
- "Key": "HappyFace.jpg"
313
+ "Key": "HappyFace.jpg",
314
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
315
315
  },
316
316
  "output": {
317
- "VersionId": "null"
317
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
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. 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"
325
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
+ "title": "To remove tag set from an object version"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
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 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"
366
+ "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.",
367
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
+ "title": "To delete multiple objects from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
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 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"
405
+ "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.",
406
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
+ "title": "To delete multiple object versions from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1569,14 +1569,11 @@
1569
1569
  "input": {
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1572
+ "Key": "objectkey"
1575
1573
  },
1576
1574
  "output": {
1577
1575
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1576
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1580
1577
  },
1581
1578
  "comments": {
1582
1579
  "input": {
@@ -1584,19 +1581,23 @@
1584
1581
  "output": {
1585
1582
  }
1586
1583
  },
1587
- "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.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
1584
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1585
+ "id": "to-create-an-object-1483147613675",
1586
+ "title": "To create an object."
1590
1587
  },
1591
1588
  {
1592
1589
  "input": {
1593
1590
  "Body": "filetoupload",
1594
1591
  "Bucket": "examplebucket",
1595
- "Key": "objectkey"
1592
+ "Key": "exampleobject",
1593
+ "Metadata": {
1594
+ "metadata1": "value1",
1595
+ "metadata2": "value2"
1596
+ }
1596
1597
  },
1597
1598
  "output": {
1598
1599
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1599
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1600
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1600
1601
  },
1601
1602
  "comments": {
1602
1603
  "input": {
@@ -1604,22 +1605,19 @@
1604
1605
  "output": {
1605
1606
  }
1606
1607
  },
1607
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
- "id": "to-create-an-object-1483147613675",
1609
- "title": "To create an object."
1608
+ "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.",
1609
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1610
+ "title": "To upload object and specify user-defined metadata"
1610
1611
  },
1611
1612
  {
1612
1613
  "input": {
1613
1614
  "Body": "HappyFace.jpg",
1614
1615
  "Bucket": "examplebucket",
1615
- "Key": "HappyFace.jpg",
1616
- "ServerSideEncryption": "AES256",
1617
- "StorageClass": "STANDARD_IA"
1616
+ "Key": "HappyFace.jpg"
1618
1617
  },
1619
1618
  "output": {
1620
1619
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1621
- "ServerSideEncryption": "AES256",
1622
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1620
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1623
1621
  },
1624
1622
  "comments": {
1625
1623
  "input": {
@@ -1627,20 +1625,20 @@
1627
1625
  "output": {
1628
1626
  }
1629
1627
  },
1630
- "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.",
1631
- "id": "to-upload-an-object-(specify-optional-headers)",
1632
- "title": "To upload an object (specify optional headers)"
1628
+ "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.",
1629
+ "id": "to-upload-an-object-1481760101010",
1630
+ "title": "To upload an object"
1633
1631
  },
1634
1632
  {
1635
1633
  "input": {
1636
- "Body": "c:\\HappyFace.jpg",
1634
+ "ACL": "authenticated-read",
1635
+ "Body": "filetoupload",
1637
1636
  "Bucket": "examplebucket",
1638
- "Key": "HappyFace.jpg",
1639
- "Tagging": "key1=value1&key2=value2"
1637
+ "Key": "exampleobject"
1640
1638
  },
1641
1639
  "output": {
1642
1640
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1643
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1641
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1644
1642
  },
1645
1643
  "comments": {
1646
1644
  "input": {
@@ -1648,23 +1646,22 @@
1648
1646
  "output": {
1649
1647
  }
1650
1648
  },
1651
- "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1652
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1653
- "title": "To upload an object and specify optional tags"
1649
+ "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.",
1650
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1651
+ "title": "To upload an object and specify canned ACL."
1654
1652
  },
1655
1653
  {
1656
1654
  "input": {
1657
- "Body": "filetoupload",
1655
+ "Body": "HappyFace.jpg",
1658
1656
  "Bucket": "examplebucket",
1659
- "Key": "exampleobject",
1660
- "Metadata": {
1661
- "metadata1": "value1",
1662
- "metadata2": "value2"
1663
- }
1657
+ "Key": "HappyFace.jpg",
1658
+ "ServerSideEncryption": "AES256",
1659
+ "StorageClass": "STANDARD_IA"
1664
1660
  },
1665
1661
  "output": {
1666
1662
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1667
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1663
+ "ServerSideEncryption": "AES256",
1664
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1668
1665
  },
1669
1666
  "comments": {
1670
1667
  "input": {
@@ -1672,20 +1669,20 @@
1672
1669
  "output": {
1673
1670
  }
1674
1671
  },
1675
- "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.",
1676
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
- "title": "To upload object and specify user-defined metadata"
1672
+ "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.",
1673
+ "id": "to-upload-an-object-(specify-optional-headers)",
1674
+ "title": "To upload an object (specify optional headers)"
1678
1675
  },
1679
1676
  {
1680
1677
  "input": {
1681
- "ACL": "authenticated-read",
1682
- "Body": "filetoupload",
1678
+ "Body": "c:\\HappyFace.jpg",
1683
1679
  "Bucket": "examplebucket",
1684
- "Key": "exampleobject"
1680
+ "Key": "HappyFace.jpg",
1681
+ "Tagging": "key1=value1&key2=value2"
1685
1682
  },
1686
1683
  "output": {
1687
1684
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1688
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1685
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1689
1686
  },
1690
1687
  "comments": {
1691
1688
  "input": {
@@ -1693,19 +1690,22 @@
1693
1690
  "output": {
1694
1691
  }
1695
1692
  },
1696
- "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.",
1697
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1698
- "title": "To upload an object and specify canned ACL."
1693
+ "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1694
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1695
+ "title": "To upload an object and specify optional tags"
1699
1696
  },
1700
1697
  {
1701
1698
  "input": {
1702
- "Body": "HappyFace.jpg",
1699
+ "Body": "filetoupload",
1703
1700
  "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1701
+ "Key": "exampleobject",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "Tagging": "key1=value1&key2=value2"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "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.",
1717
- "id": "to-upload-an-object-1481760101010",
1718
- "title": "To upload an object"
1716
+ "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.",
1717
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
+ "title": "To upload an object and specify server-side encryption and object tags"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -1826,14 +1826,15 @@
1826
1826
  "input": {
1827
1827
  "Bucket": "examplebucket",
1828
1828
  "CopySource": "/bucketname/sourceobjectkey",
1829
+ "CopySourceRange": "bytes=1-100000",
1829
1830
  "Key": "examplelargeobject",
1830
- "PartNumber": "1",
1831
+ "PartNumber": "2",
1831
1832
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1832
1833
  },
1833
1834
  "output": {
1834
1835
  "CopyPartResult": {
1835
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1836
- "LastModified": "2016-12-29T21:24:43.000Z"
1836
+ "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
+ "LastModified": "2016-12-29T21:44:28.000Z"
1837
1838
  }
1838
1839
  },
1839
1840
  "comments": {
@@ -1842,23 +1843,22 @@
1842
1843
  "output": {
1843
1844
  }
1844
1845
  },
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"
1846
+ "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1847
+ "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1848
+ "title": "To upload a part by copying byte range from an existing object as data source"
1848
1849
  },
1849
1850
  {
1850
1851
  "input": {
1851
1852
  "Bucket": "examplebucket",
1852
1853
  "CopySource": "/bucketname/sourceobjectkey",
1853
- "CopySourceRange": "bytes=1-100000",
1854
1854
  "Key": "examplelargeobject",
1855
- "PartNumber": "2",
1855
+ "PartNumber": "1",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1861
- "LastModified": "2016-12-29T21:44:28.000Z"
1860
+ "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
+ "LastModified": "2016-12-29T21:24:43.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 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"
1870
+ "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1871
+ "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1872
+ "title": "To upload a part by copying data from an existing object as data source"
1873
1873
  }
1874
1874
  ]
1875
1875
  }
@@ -663,13 +663,34 @@ declare namespace IVSRealTime {
663
663
  * This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
664
664
  */
665
665
  featuredParticipantAttribute?: AttributeKey;
666
+ /**
667
+ * Specifies the spacing between participant tiles in pixels. Default: 2.
668
+ */
669
+ gridGap?: GridGap;
670
+ /**
671
+ * Determines whether to omit participants with stopped video in the composition. Default: false.
672
+ */
673
+ omitStoppedVideo?: OmitStoppedVideo;
674
+ /**
675
+ * Sets the non-featured participant display mode. Default: VIDEO.
676
+ */
677
+ videoAspectRatio?: VideoAspectRatio;
678
+ /**
679
+ * Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.
680
+ */
681
+ videoFillMode?: VideoFillMode;
666
682
  }
683
+ export type GridGap = number;
667
684
  export type Height = number;
668
685
  export interface LayoutConfiguration {
669
686
  /**
670
687
  * Configuration related to grid layout. Default: Grid layout.
671
688
  */
672
689
  grid?: GridConfiguration;
690
+ /**
691
+ * Configuration related to PiP layout.
692
+ */
693
+ pip?: PipConfiguration;
673
694
  }
674
695
  export interface ListCompositionsRequest {
675
696
  /**
@@ -874,6 +895,7 @@ declare namespace IVSRealTime {
874
895
  export type MaxStageResults = number;
875
896
  export type MaxStageSessionResults = number;
876
897
  export type MaxStorageConfigurationResults = number;
898
+ export type OmitStoppedVideo = boolean;
877
899
  export type PaginationToken = string;
878
900
  export interface Participant {
879
901
  /**
@@ -1010,6 +1032,53 @@ declare namespace IVSRealTime {
1010
1032
  export type ParticipantTokenList = ParticipantToken[];
1011
1033
  export type ParticipantTokenString = string;
1012
1034
  export type ParticipantTokenUserId = string;
1035
+ export type PipBehavior = "STATIC"|"DYNAMIC"|string;
1036
+ export interface PipConfiguration {
1037
+ /**
1038
+ * This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
1039
+ */
1040
+ featuredParticipantAttribute?: AttributeKey;
1041
+ /**
1042
+ * Specifies the spacing between participant tiles in pixels. Default: 0.
1043
+ */
1044
+ gridGap?: GridGap;
1045
+ /**
1046
+ * Determines whether to omit participants with stopped video in the composition. Default: false.
1047
+ */
1048
+ omitStoppedVideo?: OmitStoppedVideo;
1049
+ /**
1050
+ * Defines PiP behavior when all participants have left. Default: STATIC.
1051
+ */
1052
+ pipBehavior?: PipBehavior;
1053
+ /**
1054
+ * Specifies the height of the PiP window in pixels. When this is not set explicitly, pipHeight’s value will be based on the size of the composition and the aspect ratio of the participant’s video.
1055
+ */
1056
+ pipHeight?: PipHeight;
1057
+ /**
1058
+ * Sets the PiP window’s offset position in pixels from the closest edges determined by PipPosition. Default: 0.
1059
+ */
1060
+ pipOffset?: PipOffset;
1061
+ /**
1062
+ * Identifies the PiP slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the PiP slot.
1063
+ */
1064
+ pipParticipantAttribute?: AttributeKey;
1065
+ /**
1066
+ * Determines the corner position of the PiP window. Default: BOTTOM_RIGHT.
1067
+ */
1068
+ pipPosition?: PipPosition;
1069
+ /**
1070
+ * Specifies the width of the PiP window in pixels. When this is not set explicitly, pipWidth’s value will be based on the size of the composition and the aspect ratio of the participant’s video.
1071
+ */
1072
+ pipWidth?: PipWidth;
1073
+ /**
1074
+ * Defines how video fits within the participant tile. Default: COVER.
1075
+ */
1076
+ videoFillMode?: VideoFillMode;
1077
+ }
1078
+ export type PipHeight = number;
1079
+ export type PipOffset = number;
1080
+ export type PipPosition = "TOP_LEFT"|"TOP_RIGHT"|"BOTTOM_LEFT"|"BOTTOM_RIGHT"|string;
1081
+ export type PipWidth = number;
1013
1082
  export type Published = boolean;
1014
1083
  export interface RecordingConfiguration {
1015
1084
  /**
@@ -1255,6 +1324,8 @@ declare namespace IVSRealTime {
1255
1324
  */
1256
1325
  width?: Width;
1257
1326
  }
1327
+ export type VideoAspectRatio = "AUTO"|"VIDEO"|"SQUARE"|"PORTRAIT"|string;
1328
+ export type VideoFillMode = "FILL"|"COVER"|"CONTAIN"|string;
1258
1329
  export type Width = number;
1259
1330
  /**
1260
1331
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.