aws-sdk 2.987.0 → 2.991.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +148 -139
- package/apis/comprehend-2017-11-27.min.json +114 -97
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +48 -48
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/iot-2015-05-28.min.json +136 -119
- package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/apis/macie2-2020-01-01.min.json +159 -108
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/pinpoint-2016-12-01.min.json +719 -329
- package/apis/robomaker-2018-06-29.min.json +138 -86
- package/apis/s3-2006-03-01.examples.json +145 -145
- package/apis/s3-2006-03-01.min.json +80 -78
- package/apis/sagemaker-2017-07-24.min.json +71 -22
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/apis/wafv2-2019-07-29.min.json +1 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chime.d.ts +10 -5
- package/clients/comprehend.d.ts +35 -0
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +73 -73
- package/clients/es.d.ts +18 -3
- package/clients/iot.d.ts +28 -2
- package/clients/kafkaconnect.d.ts +1132 -0
- package/clients/kafkaconnect.js +18 -0
- package/clients/macie2.d.ts +75 -23
- package/clients/opensearch.d.ts +22 -1
- package/clients/pinpoint.d.ts +408 -4
- package/clients/robomaker.d.ts +85 -4
- package/clients/s3.d.ts +53 -44
- package/clients/sagemaker.d.ts +90 -17
- package/clients/transcribeservice.d.ts +27 -0
- package/clients/wafv2.d.ts +22 -18
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +384 -345
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -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": [
|
|
@@ -728,18 +728,17 @@
|
|
|
728
728
|
{
|
|
729
729
|
"input": {
|
|
730
730
|
"Bucket": "examplebucket",
|
|
731
|
-
"Key": "
|
|
732
|
-
"Range": "bytes=0-9"
|
|
731
|
+
"Key": "HappyFace.jpg"
|
|
733
732
|
},
|
|
734
733
|
"output": {
|
|
735
734
|
"AcceptRanges": "bytes",
|
|
736
|
-
"ContentLength": "
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
"
|
|
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.
|
|
752
|
-
"id": "to-retrieve-
|
|
753
|
-
"title": "To retrieve
|
|
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": "
|
|
757
|
+
"Key": "SampleFile.txt",
|
|
758
|
+
"Range": "bytes=0-9"
|
|
759
759
|
},
|
|
760
760
|
"output": {
|
|
761
761
|
"AcceptRanges": "bytes",
|
|
762
|
-
"ContentLength": "
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"
|
|
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
|
|
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,20 +840,17 @@
|
|
|
840
840
|
{
|
|
841
841
|
"input": {
|
|
842
842
|
"Bucket": "examplebucket",
|
|
843
|
-
"Key": "
|
|
843
|
+
"Key": "exampleobject",
|
|
844
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
844
845
|
},
|
|
845
846
|
"output": {
|
|
846
847
|
"TagSet": [
|
|
847
848
|
{
|
|
848
|
-
"Key": "
|
|
849
|
-
"Value": "
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"Key": "Key3",
|
|
853
|
-
"Value": "Value3"
|
|
849
|
+
"Key": "Key1",
|
|
850
|
+
"Value": "Value1"
|
|
854
851
|
}
|
|
855
852
|
],
|
|
856
|
-
"VersionId": "
|
|
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-
|
|
866
|
-
"title": "To retrieve tag set of
|
|
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": "
|
|
872
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
868
|
+
"Key": "HappyFace.jpg"
|
|
873
869
|
},
|
|
874
870
|
"output": {
|
|
875
871
|
"TagSet": [
|
|
876
872
|
{
|
|
877
|
-
"Key": "
|
|
878
|
-
"Value": "
|
|
873
|
+
"Key": "Key4",
|
|
874
|
+
"Value": "Value4"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"Key": "Key3",
|
|
878
|
+
"Value": "Value3"
|
|
879
879
|
}
|
|
880
880
|
],
|
|
881
|
-
"VersionId": "
|
|
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.
|
|
890
|
-
"id": "to-retrieve-tag-set-of-
|
|
891
|
-
"title": "To retrieve tag set of
|
|
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": "
|
|
999
|
+
"DisplayName": "display-name",
|
|
1010
1000
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1011
1001
|
},
|
|
1012
1002
|
"Key": "JavaFile",
|
|
1013
1003
|
"Owner": {
|
|
1014
|
-
"DisplayName": "
|
|
1015
|
-
"ID": "
|
|
1004
|
+
"DisplayName": "display-name",
|
|
1005
|
+
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1016
1006
|
},
|
|
1017
1007
|
"StorageClass": "STANDARD",
|
|
1018
|
-
"UploadId": "
|
|
1008
|
+
"UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
|
|
1019
1009
|
},
|
|
1020
1010
|
{
|
|
1021
1011
|
"Initiated": "2014-05-01T05:41:27.000Z",
|
|
1022
1012
|
"Initiator": {
|
|
1023
|
-
"DisplayName": "
|
|
1013
|
+
"DisplayName": "display-name",
|
|
1024
1014
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1025
1015
|
},
|
|
1026
1016
|
"Key": "JavaFile",
|
|
1027
1017
|
"Owner": {
|
|
1028
|
-
"DisplayName": "
|
|
1018
|
+
"DisplayName": "display-name",
|
|
1029
1019
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1030
1020
|
},
|
|
1031
1021
|
"StorageClass": "STANDARD",
|
|
1032
|
-
"UploadId": "
|
|
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
|
|
1043
|
-
"id": "list-
|
|
1044
|
-
"title": "
|
|
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": "
|
|
1061
|
-
"ID": "
|
|
1060
|
+
"DisplayName": "mohanataws",
|
|
1061
|
+
"ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1062
1062
|
},
|
|
1063
1063
|
"StorageClass": "STANDARD",
|
|
1064
|
-
"UploadId": "
|
|
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": "
|
|
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
|
|
1089
|
-
"id": "
|
|
1090
|
-
"title": "
|
|
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,16 +1567,14 @@
|
|
|
1567
1567
|
"PutObject": [
|
|
1568
1568
|
{
|
|
1569
1569
|
"input": {
|
|
1570
|
-
"Body": "HappyFace.jpg",
|
|
1570
|
+
"Body": "c:\\HappyFace.jpg",
|
|
1571
1571
|
"Bucket": "examplebucket",
|
|
1572
1572
|
"Key": "HappyFace.jpg",
|
|
1573
|
-
"
|
|
1574
|
-
"StorageClass": "STANDARD_IA"
|
|
1573
|
+
"Tagging": "key1=value1&key2=value2"
|
|
1575
1574
|
},
|
|
1576
1575
|
"output": {
|
|
1577
1576
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1578
|
-
"
|
|
1579
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1577
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
|
1580
1578
|
},
|
|
1581
1579
|
"comments": {
|
|
1582
1580
|
"input": {
|
|
@@ -1584,22 +1582,20 @@
|
|
|
1584
1582
|
"output": {
|
|
1585
1583
|
}
|
|
1586
1584
|
},
|
|
1587
|
-
"description": "The following example uploads an object. The request specifies optional
|
|
1588
|
-
"id": "to-upload-an-object-
|
|
1589
|
-
"title": "To upload an object
|
|
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"
|
|
1590
1588
|
},
|
|
1591
1589
|
{
|
|
1592
1590
|
"input": {
|
|
1591
|
+
"ACL": "authenticated-read",
|
|
1593
1592
|
"Body": "filetoupload",
|
|
1594
1593
|
"Bucket": "examplebucket",
|
|
1595
|
-
"Key": "exampleobject"
|
|
1596
|
-
"ServerSideEncryption": "AES256",
|
|
1597
|
-
"Tagging": "key1=value1&key2=value2"
|
|
1594
|
+
"Key": "exampleobject"
|
|
1598
1595
|
},
|
|
1599
1596
|
"output": {
|
|
1600
1597
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1601
|
-
"
|
|
1602
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
1598
|
+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
|
1603
1599
|
},
|
|
1604
1600
|
"comments": {
|
|
1605
1601
|
"input": {
|
|
@@ -1607,19 +1603,22 @@
|
|
|
1607
1603
|
"output": {
|
|
1608
1604
|
}
|
|
1609
1605
|
},
|
|
1610
|
-
"description": "The following example uploads and object. The request specifies
|
|
1611
|
-
"id": "to-upload-an-object-and-specify-
|
|
1612
|
-
"title": "To upload an object and specify
|
|
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."
|
|
1613
1609
|
},
|
|
1614
1610
|
{
|
|
1615
1611
|
"input": {
|
|
1616
1612
|
"Body": "filetoupload",
|
|
1617
1613
|
"Bucket": "examplebucket",
|
|
1618
|
-
"Key": "
|
|
1614
|
+
"Key": "exampleobject",
|
|
1615
|
+
"ServerSideEncryption": "AES256",
|
|
1616
|
+
"Tagging": "key1=value1&key2=value2"
|
|
1619
1617
|
},
|
|
1620
1618
|
"output": {
|
|
1621
1619
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1622
|
-
"
|
|
1620
|
+
"ServerSideEncryption": "AES256",
|
|
1621
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
1623
1622
|
},
|
|
1624
1623
|
"comments": {
|
|
1625
1624
|
"input": {
|
|
@@ -1627,23 +1626,19 @@
|
|
|
1627
1626
|
"output": {
|
|
1628
1627
|
}
|
|
1629
1628
|
},
|
|
1630
|
-
"description": "The following example
|
|
1631
|
-
"id": "to-
|
|
1632
|
-
"title": "To
|
|
1629
|
+
"description": "The following example uploads and 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.",
|
|
1630
|
+
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
|
1631
|
+
"title": "To upload an object and specify server-side encryption and object tags"
|
|
1633
1632
|
},
|
|
1634
1633
|
{
|
|
1635
1634
|
"input": {
|
|
1636
1635
|
"Body": "filetoupload",
|
|
1637
1636
|
"Bucket": "examplebucket",
|
|
1638
|
-
"Key": "
|
|
1639
|
-
"Metadata": {
|
|
1640
|
-
"metadata1": "value1",
|
|
1641
|
-
"metadata2": "value2"
|
|
1642
|
-
}
|
|
1637
|
+
"Key": "objectkey"
|
|
1643
1638
|
},
|
|
1644
1639
|
"output": {
|
|
1645
1640
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1646
|
-
"VersionId": "
|
|
1641
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
1647
1642
|
},
|
|
1648
1643
|
"comments": {
|
|
1649
1644
|
"input": {
|
|
@@ -1651,20 +1646,19 @@
|
|
|
1651
1646
|
"output": {
|
|
1652
1647
|
}
|
|
1653
1648
|
},
|
|
1654
|
-
"description": "The following example creates an object.
|
|
1655
|
-
"id": "to-
|
|
1656
|
-
"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."
|
|
1657
1652
|
},
|
|
1658
1653
|
{
|
|
1659
1654
|
"input": {
|
|
1660
|
-
"
|
|
1661
|
-
"Body": "filetoupload",
|
|
1655
|
+
"Body": "HappyFace.jpg",
|
|
1662
1656
|
"Bucket": "examplebucket",
|
|
1663
|
-
"Key": "
|
|
1657
|
+
"Key": "HappyFace.jpg"
|
|
1664
1658
|
},
|
|
1665
1659
|
"output": {
|
|
1666
1660
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1667
|
-
"VersionId": "
|
|
1661
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
|
1668
1662
|
},
|
|
1669
1663
|
"comments": {
|
|
1670
1664
|
"input": {
|
|
@@ -1672,19 +1666,22 @@
|
|
|
1672
1666
|
"output": {
|
|
1673
1667
|
}
|
|
1674
1668
|
},
|
|
1675
|
-
"description": "The following example uploads
|
|
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
1675
|
"Body": "HappyFace.jpg",
|
|
1682
1676
|
"Bucket": "examplebucket",
|
|
1683
|
-
"Key": "HappyFace.jpg"
|
|
1677
|
+
"Key": "HappyFace.jpg",
|
|
1678
|
+
"ServerSideEncryption": "AES256",
|
|
1679
|
+
"StorageClass": "STANDARD_IA"
|
|
1684
1680
|
},
|
|
1685
1681
|
"output": {
|
|
1686
1682
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1687
|
-
"
|
|
1683
|
+
"ServerSideEncryption": "AES256",
|
|
1684
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1688
1685
|
},
|
|
1689
1686
|
"comments": {
|
|
1690
1687
|
"input": {
|
|
@@ -1692,20 +1689,23 @@
|
|
|
1692
1689
|
"output": {
|
|
1693
1690
|
}
|
|
1694
1691
|
},
|
|
1695
|
-
"description": "The following example uploads an object
|
|
1696
|
-
"id": "to-upload-an-object-
|
|
1697
|
-
"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)"
|
|
1698
1695
|
},
|
|
1699
1696
|
{
|
|
1700
1697
|
"input": {
|
|
1701
|
-
"Body": "
|
|
1698
|
+
"Body": "filetoupload",
|
|
1702
1699
|
"Bucket": "examplebucket",
|
|
1703
|
-
"Key": "
|
|
1704
|
-
"
|
|
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
|
|
1717
|
-
"id": "to-upload-
|
|
1718
|
-
"title": "To upload
|
|
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
|
}
|