cdk-lambda-subminute 2.0.404 → 2.0.406

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 (43) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +7 -1
  5. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +70 -67
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +350 -300
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +370 -279
  8. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +28 -5
  9. package/node_modules/aws-sdk/apis/metadata.json +4 -4
  10. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
  11. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +522 -0
  12. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
  13. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +1 -2
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/all.js +2 -2
  16. package/node_modules/aws-sdk/clients/amplify.d.ts +8 -8
  17. package/node_modules/aws-sdk/clients/backup.d.ts +13 -5
  18. package/node_modules/aws-sdk/clients/codebuild.d.ts +13 -0
  19. package/node_modules/aws-sdk/clients/connect.d.ts +50 -0
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +100 -1
  21. package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/fis.d.ts +60 -13
  23. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/s3.d.ts +47 -47
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -5
  27. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +4 -4
  28. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +773 -0
  29. package/node_modules/aws-sdk/clients/timestreaminfluxdb.js +18 -0
  30. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +0 -4
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +412 -412
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +797 -653
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  35. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +3 -3
  39. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +0 -923
  40. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
  41. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +0 -534
  42. package/node_modules/aws-sdk/clients/iotroborunner.js +0 -18
  43. /package/node_modules/aws-sdk/apis/{iot-roborunner-2018-05-10.examples.json → timestream-influxdb-2023-01-27.examples.json} +0 -0
@@ -255,6 +255,7 @@
255
255
  "type": "structure",
256
256
  "members": {
257
257
  "id": {},
258
+ "arn": {},
258
259
  "description": {},
259
260
  "parameters": {
260
261
  "type": "map",
@@ -476,6 +477,7 @@
476
477
  "type": "structure",
477
478
  "members": {
478
479
  "id": {},
480
+ "arn": {},
479
481
  "description": {},
480
482
  "targets": {
481
483
  "shape": "S2d"
@@ -612,6 +614,7 @@
612
614
  "type": "structure",
613
615
  "members": {
614
616
  "id": {},
617
+ "arn": {},
615
618
  "description": {},
616
619
  "creationTime": {
617
620
  "type": "timestamp"
@@ -646,6 +649,10 @@
646
649
  "nextToken": {
647
650
  "location": "querystring",
648
651
  "locationName": "nextToken"
652
+ },
653
+ "experimentTemplateId": {
654
+ "location": "querystring",
655
+ "locationName": "experimentTemplateId"
649
656
  }
650
657
  }
651
658
  },
@@ -658,6 +665,7 @@
658
665
  "type": "structure",
659
666
  "members": {
660
667
  "id": {},
668
+ "arn": {},
661
669
  "experimentTemplateId": {},
662
670
  "state": {
663
671
  "shape": "S2k"
@@ -667,6 +675,9 @@
667
675
  },
668
676
  "tags": {
669
677
  "shape": "Se"
678
+ },
679
+ "experimentOptions": {
680
+ "shape": "S3m"
670
681
  }
671
682
  }
672
683
  }
@@ -800,6 +811,12 @@
800
811
  "idempotencyToken": true
801
812
  },
802
813
  "experimentTemplateId": {},
814
+ "experimentOptions": {
815
+ "type": "structure",
816
+ "members": {
817
+ "actionsMode": {}
818
+ }
819
+ },
803
820
  "tags": {
804
821
  "shape": "Se"
805
822
  }
@@ -1112,6 +1129,7 @@
1112
1129
  "type": "structure",
1113
1130
  "members": {
1114
1131
  "id": {},
1132
+ "arn": {},
1115
1133
  "description": {},
1116
1134
  "targets": {
1117
1135
  "type": "map",
@@ -1240,6 +1258,7 @@
1240
1258
  "type": "structure",
1241
1259
  "members": {
1242
1260
  "id": {},
1261
+ "arn": {},
1243
1262
  "experimentTemplateId": {},
1244
1263
  "roleArn": {},
1245
1264
  "state": {
@@ -1362,11 +1381,7 @@
1362
1381
  }
1363
1382
  },
1364
1383
  "experimentOptions": {
1365
- "type": "structure",
1366
- "members": {
1367
- "accountTargeting": {},
1368
- "emptyTargetResolutionMode": {}
1369
- }
1384
+ "shape": "S3m"
1370
1385
  },
1371
1386
  "targetAccountConfigurationsCount": {
1372
1387
  "type": "long"
@@ -1379,6 +1394,14 @@
1379
1394
  "status": {},
1380
1395
  "reason": {}
1381
1396
  }
1397
+ },
1398
+ "S3m": {
1399
+ "type": "structure",
1400
+ "members": {
1401
+ "accountTargeting": {},
1402
+ "emptyTargetResolutionMode": {},
1403
+ "actionsMode": {}
1404
+ }
1382
1405
  }
1383
1406
  }
1384
1407
  }
@@ -1210,10 +1210,6 @@
1210
1210
  "prefix": "chime-sdk-voice",
1211
1211
  "name": "ChimeSDKVoice"
1212
1212
  },
1213
- "iotroborunner": {
1214
- "prefix": "iot-roborunner",
1215
- "name": "IoTRoboRunner"
1216
- },
1217
1213
  "ssmsap": {
1218
1214
  "prefix": "ssm-sap",
1219
1215
  "name": "SsmSap"
@@ -1412,5 +1408,9 @@
1412
1408
  },
1413
1409
  "chatbot": {
1414
1410
  "name": "Chatbot"
1411
+ },
1412
+ "timestreaminfluxdb": {
1413
+ "prefix": "timestream-influxdb",
1414
+ "name": "TimestreamInfluxDB"
1415
1415
  }
1416
1416
  }
@@ -292,10 +292,11 @@
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": "null"
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. 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"
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": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
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 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"
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": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
736
- "ContentLength": "10",
737
- "ContentRange": "bytes 0-9/43",
738
- "ContentType": "text/plain",
739
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
751
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
- "title": "To retrieve a byte range of an object "
750
+ "description": "The following example retrieves an object for an S3 bucket.",
751
+ "id": "to-retrieve-an-object-1481827837012",
752
+ "title": "To retrieve an object"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
762
+ "ContentLength": "10",
763
+ "ContentRange": "bytes 0-9/43",
764
+ "ContentType": "text/plain",
765
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
766
767
  "Metadata": {
767
768
  },
768
- "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
777
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
+ "title": "To retrieve a byte range of an object "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,17 +840,20 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "exampleobject",
844
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
843
+ "Key": "HappyFace.jpg"
845
844
  },
846
845
  "output": {
847
846
  "TagSet": [
848
847
  {
849
- "Key": "Key1",
850
- "Value": "Value1"
848
+ "Key": "Key4",
849
+ "Value": "Value4"
850
+ },
851
+ {
852
+ "Key": "Key3",
853
+ "Value": "Value3"
851
854
  }
852
855
  ],
853
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
856
+ "VersionId": "null"
854
857
  },
855
858
  "comments": {
856
859
  "input": {
@@ -858,27 +861,24 @@
858
861
  "output": {
859
862
  }
860
863
  },
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"
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"
864
867
  },
865
868
  {
866
869
  "input": {
867
870
  "Bucket": "examplebucket",
868
- "Key": "HappyFace.jpg"
871
+ "Key": "exampleobject",
872
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
869
873
  },
870
874
  "output": {
871
875
  "TagSet": [
872
876
  {
873
- "Key": "Key4",
874
- "Value": "Value4"
875
- },
876
- {
877
- "Key": "Key3",
878
- "Value": "Value3"
877
+ "Key": "Key1",
878
+ "Value": "Value1"
879
879
  }
880
880
  ],
881
- "VersionId": "null"
881
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
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.",
890
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
- "title": "To retrieve tag set of an object"
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"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1132,7 +1132,7 @@
1132
1132
  "output": {
1133
1133
  }
1134
1134
  },
1135
- "description": "The following example return versions of an object with specific key name prefix. The request limits the number of items returned to two. If there are are more than two object version, S3 returns NextToken in the response. You can specify this token value in your next request to fetch next set of object versions.",
1135
+ "description": "The following example returns versions of an object with specific key name prefix.",
1136
1136
  "id": "to-list-object-versions-1481910996058",
1137
1137
  "title": "To list object versions"
1138
1138
  }
@@ -1569,11 +1569,14 @@
1569
1569
  "input": {
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "objectkey"
1572
+ "Key": "exampleobject",
1573
+ "ServerSideEncryption": "AES256",
1574
+ "Tagging": "key1=value1&key2=value2"
1573
1575
  },
1574
1576
  "output": {
1575
1577
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1578
+ "ServerSideEncryption": "AES256",
1579
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1577
1580
  },
1578
1581
  "comments": {
1579
1582
  "input": {
@@ -1581,9 +1584,9 @@
1581
1584
  "output": {
1582
1585
  }
1583
1586
  },
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."
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"
1587
1590
  },
1588
1591
  {
1589
1592
  "input": {
@@ -1609,6 +1612,27 @@
1609
1612
  "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1610
1613
  "title": "To upload object and specify user-defined metadata"
1611
1614
  },
1615
+ {
1616
+ "input": {
1617
+ "ACL": "authenticated-read",
1618
+ "Body": "filetoupload",
1619
+ "Bucket": "examplebucket",
1620
+ "Key": "exampleobject"
1621
+ },
1622
+ "output": {
1623
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1624
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1625
+ },
1626
+ "comments": {
1627
+ "input": {
1628
+ },
1629
+ "output": {
1630
+ }
1631
+ },
1632
+ "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.",
1633
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1634
+ "title": "To upload an object and specify canned ACL."
1635
+ },
1612
1636
  {
1613
1637
  "input": {
1614
1638
  "Body": "HappyFace.jpg",
@@ -1631,14 +1655,13 @@
1631
1655
  },
1632
1656
  {
1633
1657
  "input": {
1634
- "ACL": "authenticated-read",
1635
1658
  "Body": "filetoupload",
1636
1659
  "Bucket": "examplebucket",
1637
- "Key": "exampleobject"
1660
+ "Key": "objectkey"
1638
1661
  },
1639
1662
  "output": {
1640
1663
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1641
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1664
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1642
1665
  },
1643
1666
  "comments": {
1644
1667
  "input": {
@@ -1646,9 +1669,9 @@
1646
1669
  "output": {
1647
1670
  }
1648
1671
  },
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."
1672
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1673
+ "id": "to-create-an-object-1483147613675",
1674
+ "title": "To create an object."
1652
1675
  },
1653
1676
  {
1654
1677
  "input": {
@@ -1693,29 +1716,6 @@
1693
1716
  "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
1717
  "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1695
1718
  "title": "To upload an object and specify optional tags"
1696
- },
1697
- {
1698
- "input": {
1699
- "Body": "filetoupload",
1700
- "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1704
- },
1705
- "output": {
1706
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1709
- },
1710
- "comments": {
1711
- "input": {
1712
- },
1713
- "output": {
1714
- }
1715
- },
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,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": "2",
1830
+ "PartNumber": "1",
1832
1831
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1833
1832
  },
1834
1833
  "output": {
1835
1834
  "CopyPartResult": {
1836
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
- "LastModified": "2016-12-29T21:44:28.000Z"
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 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"
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": "1",
1855
+ "PartNumber": "2",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
- "LastModified": "2016-12-29T21:24:43.000Z"
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 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"
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
  }