cdk-comprehend-s3olap 2.0.196 → 2.0.198

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 (51) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.min.json +1254 -0
  9. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.paginators.json +28 -0
  10. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +2 -1
  13. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
  14. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +99 -23
  15. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +117 -25
  16. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  17. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  18. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +127 -69
  19. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
  20. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +669 -648
  23. package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/appfabric.d.ts +1127 -0
  27. package/node_modules/aws-sdk/clients/appfabric.js +19 -0
  28. package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
  29. package/node_modules/aws-sdk/clients/emrserverless.d.ts +10 -6
  30. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
  31. package/node_modules/aws-sdk/clients/ivs.d.ts +80 -0
  32. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  33. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +144 -10
  34. package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
  35. package/node_modules/aws-sdk/clients/macie2.d.ts +18 -18
  36. package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
  37. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +67 -5
  38. package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
  39. package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +31 -1
  41. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
  42. package/node_modules/aws-sdk/clients/ssm.d.ts +16 -16
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +61 -17
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +235 -48
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +43 -43
  47. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  50. package/node_modules/aws-sdk/package.json +1 -1
  51. package/package.json +3 -3
@@ -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": [
@@ -989,47 +989,37 @@
989
989
  "ListMultipartUploads": [
990
990
  {
991
991
  "input": {
992
- "Bucket": "examplebucket",
993
- "KeyMarker": "nextkeyfrompreviousresponse",
994
- "MaxUploads": "2",
995
- "UploadIdMarker": "valuefrompreviousresponse"
992
+ "Bucket": "examplebucket"
996
993
  },
997
994
  "output": {
998
- "Bucket": "acl1",
999
- "IsTruncated": true,
1000
- "KeyMarker": "",
1001
- "MaxUploads": "2",
1002
- "NextKeyMarker": "someobjectkey",
1003
- "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1004
- "UploadIdMarker": "",
1005
995
  "Uploads": [
1006
996
  {
1007
997
  "Initiated": "2014-05-01T05:40:58.000Z",
1008
998
  "Initiator": {
1009
- "DisplayName": "ownder-display-name",
999
+ "DisplayName": "display-name",
1010
1000
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1011
1001
  },
1012
1002
  "Key": "JavaFile",
1013
1003
  "Owner": {
1014
- "DisplayName": "mohanataws",
1015
- "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1004
+ "DisplayName": "display-name",
1005
+ "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1016
1006
  },
1017
1007
  "StorageClass": "STANDARD",
1018
- "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1008
+ "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1019
1009
  },
1020
1010
  {
1021
1011
  "Initiated": "2014-05-01T05:41:27.000Z",
1022
1012
  "Initiator": {
1023
- "DisplayName": "ownder-display-name",
1013
+ "DisplayName": "display-name",
1024
1014
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1025
1015
  },
1026
1016
  "Key": "JavaFile",
1027
1017
  "Owner": {
1028
- "DisplayName": "ownder-display-name",
1018
+ "DisplayName": "display-name",
1029
1019
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1030
1020
  },
1031
1021
  "StorageClass": "STANDARD",
1032
- "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1022
+ "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1033
1023
  }
1034
1024
  ]
1035
1025
  },
@@ -1039,43 +1029,53 @@
1039
1029
  "output": {
1040
1030
  }
1041
1031
  },
1042
- "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1043
- "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1044
- "title": "List next set of multipart uploads when previous result is truncated"
1032
+ "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1033
+ "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1034
+ "title": "To list in-progress multipart uploads on a bucket"
1045
1035
  },
1046
1036
  {
1047
1037
  "input": {
1048
- "Bucket": "examplebucket"
1038
+ "Bucket": "examplebucket",
1039
+ "KeyMarker": "nextkeyfrompreviousresponse",
1040
+ "MaxUploads": "2",
1041
+ "UploadIdMarker": "valuefrompreviousresponse"
1049
1042
  },
1050
1043
  "output": {
1044
+ "Bucket": "acl1",
1045
+ "IsTruncated": true,
1046
+ "KeyMarker": "",
1047
+ "MaxUploads": "2",
1048
+ "NextKeyMarker": "someobjectkey",
1049
+ "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1050
+ "UploadIdMarker": "",
1051
1051
  "Uploads": [
1052
1052
  {
1053
1053
  "Initiated": "2014-05-01T05:40:58.000Z",
1054
1054
  "Initiator": {
1055
- "DisplayName": "display-name",
1055
+ "DisplayName": "ownder-display-name",
1056
1056
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1057
1057
  },
1058
1058
  "Key": "JavaFile",
1059
1059
  "Owner": {
1060
- "DisplayName": "display-name",
1061
- "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1060
+ "DisplayName": "mohanataws",
1061
+ "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1062
1062
  },
1063
1063
  "StorageClass": "STANDARD",
1064
- "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1064
+ "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1065
1065
  },
1066
1066
  {
1067
1067
  "Initiated": "2014-05-01T05:41:27.000Z",
1068
1068
  "Initiator": {
1069
- "DisplayName": "display-name",
1069
+ "DisplayName": "ownder-display-name",
1070
1070
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1071
1071
  },
1072
1072
  "Key": "JavaFile",
1073
1073
  "Owner": {
1074
- "DisplayName": "display-name",
1074
+ "DisplayName": "ownder-display-name",
1075
1075
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1076
1076
  },
1077
1077
  "StorageClass": "STANDARD",
1078
- "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1078
+ "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1079
1079
  }
1080
1080
  ]
1081
1081
  },
@@ -1085,9 +1085,9 @@
1085
1085
  "output": {
1086
1086
  }
1087
1087
  },
1088
- "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1089
- "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1090
- "title": "To list in-progress multipart uploads on a bucket"
1088
+ "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1089
+ "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1090
+ "title": "List next set of multipart uploads when previous result is truncated"
1091
1091
  }
1092
1092
  ],
1093
1093
  "ListObjectVersions": [
@@ -1567,14 +1567,17 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "c:\\HappyFace.jpg",
1570
+ "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "HappyFace.jpg",
1573
- "Tagging": "key1=value1&key2=value2"
1572
+ "Key": "exampleobject",
1573
+ "Metadata": {
1574
+ "metadata1": "value1",
1575
+ "metadata2": "value2"
1576
+ }
1574
1577
  },
1575
1578
  "output": {
1576
1579
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1577
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1580
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1578
1581
  },
1579
1582
  "comments": {
1580
1583
  "input": {
@@ -1582,20 +1585,22 @@
1582
1585
  "output": {
1583
1586
  }
1584
1587
  },
1585
- "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.",
1586
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1587
- "title": "To upload an object and specify optional tags"
1588
+ "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.",
1589
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
+ "title": "To upload object and specify user-defined metadata"
1588
1591
  },
1589
1592
  {
1590
1593
  "input": {
1591
- "ACL": "authenticated-read",
1592
- "Body": "filetoupload",
1594
+ "Body": "HappyFace.jpg",
1593
1595
  "Bucket": "examplebucket",
1594
- "Key": "exampleobject"
1596
+ "Key": "HappyFace.jpg",
1597
+ "ServerSideEncryption": "AES256",
1598
+ "StorageClass": "STANDARD_IA"
1595
1599
  },
1596
1600
  "output": {
1597
1601
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1598
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1602
+ "ServerSideEncryption": "AES256",
1603
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1599
1604
  },
1600
1605
  "comments": {
1601
1606
  "input": {
@@ -1603,9 +1608,9 @@
1603
1608
  "output": {
1604
1609
  }
1605
1610
  },
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."
1611
+ "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.",
1612
+ "id": "to-upload-an-object-(specify-optional-headers)",
1613
+ "title": "To upload an object (specify optional headers)"
1609
1614
  },
1610
1615
  {
1611
1616
  "input": {
@@ -1629,16 +1634,14 @@
1629
1634
  },
1630
1635
  {
1631
1636
  "input": {
1637
+ "ACL": "authenticated-read",
1632
1638
  "Body": "filetoupload",
1633
1639
  "Bucket": "examplebucket",
1634
- "Key": "exampleobject",
1635
- "ServerSideEncryption": "AES256",
1636
- "Tagging": "key1=value1&key2=value2"
1640
+ "Key": "exampleobject"
1637
1641
  },
1638
1642
  "output": {
1639
1643
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1640
- "ServerSideEncryption": "AES256",
1641
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1644
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1642
1645
  },
1643
1646
  "comments": {
1644
1647
  "input": {
@@ -1646,23 +1649,19 @@
1646
1649
  "output": {
1647
1650
  }
1648
1651
  },
1649
- "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.",
1650
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1651
- "title": "To upload an object and specify server-side encryption and object tags"
1652
+ "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.",
1653
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1654
+ "title": "To upload an object and specify canned ACL."
1652
1655
  },
1653
1656
  {
1654
1657
  "input": {
1655
- "Body": "filetoupload",
1658
+ "Body": "HappyFace.jpg",
1656
1659
  "Bucket": "examplebucket",
1657
- "Key": "exampleobject",
1658
- "Metadata": {
1659
- "metadata1": "value1",
1660
- "metadata2": "value2"
1661
- }
1660
+ "Key": "HappyFace.jpg"
1662
1661
  },
1663
1662
  "output": {
1664
1663
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1665
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1664
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1666
1665
  },
1667
1666
  "comments": {
1668
1667
  "input": {
@@ -1670,19 +1669,22 @@
1670
1669
  "output": {
1671
1670
  }
1672
1671
  },
1673
- "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.",
1674
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1675
- "title": "To upload object and specify user-defined metadata"
1672
+ "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.",
1673
+ "id": "to-upload-an-object-1481760101010",
1674
+ "title": "To upload an object"
1676
1675
  },
1677
1676
  {
1678
1677
  "input": {
1679
- "Body": "HappyFace.jpg",
1678
+ "Body": "filetoupload",
1680
1679
  "Bucket": "examplebucket",
1681
- "Key": "HappyFace.jpg"
1680
+ "Key": "exampleobject",
1681
+ "ServerSideEncryption": "AES256",
1682
+ "Tagging": "key1=value1&key2=value2"
1682
1683
  },
1683
1684
  "output": {
1684
1685
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1685
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1686
+ "ServerSideEncryption": "AES256",
1687
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1686
1688
  },
1687
1689
  "comments": {
1688
1690
  "input": {
@@ -1690,22 +1692,20 @@
1690
1692
  "output": {
1691
1693
  }
1692
1694
  },
1693
- "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.",
1694
- "id": "to-upload-an-object-1481760101010",
1695
- "title": "To upload an object"
1695
+ "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.",
1696
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1697
+ "title": "To upload an object and specify server-side encryption and object tags"
1696
1698
  },
1697
1699
  {
1698
1700
  "input": {
1699
- "Body": "HappyFace.jpg",
1701
+ "Body": "c:\\HappyFace.jpg",
1700
1702
  "Bucket": "examplebucket",
1701
1703
  "Key": "HappyFace.jpg",
1702
- "ServerSideEncryption": "AES256",
1703
- "StorageClass": "STANDARD_IA"
1704
+ "Tagging": "key1=value1&key2=value2"
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1708
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
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. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1717
- "id": "to-upload-an-object-(specify-optional-headers)",
1718
- "title": "To upload an object (specify optional headers)"
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.",
1717
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1718
+ "title": "To upload an object and specify optional 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
  }