cdk-comprehend-s3olap 2.0.507 → 2.0.509
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/Crashpad/settings.dat +0 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +295 -29
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +3 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.min.json +1679 -1672
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +81 -23
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +11 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +79 -79
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +188 -180
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +37 -24
- package/node_modules/aws-sdk/clients/bedrock.d.ts +288 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +14 -2
- package/node_modules/aws-sdk/clients/deadline.d.ts +1562 -1562
- package/node_modules/aws-sdk/clients/ecs.d.ts +54 -54
- package/node_modules/aws-sdk/clients/lambda.d.ts +56 -10
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +16 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +25 -17
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +10 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +275 -206
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -4,10 +4,16 @@
|
|
4
4
|
"apiVersion": "2015-03-31",
|
5
5
|
"endpointPrefix": "lambda",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "AWS Lambda",
|
8
11
|
"serviceId": "Lambda",
|
9
12
|
"signatureVersion": "v4",
|
10
|
-
"uid": "lambda-2015-03-31"
|
13
|
+
"uid": "lambda-2015-03-31",
|
14
|
+
"auth": [
|
15
|
+
"aws.auth#sigv4"
|
16
|
+
]
|
11
17
|
},
|
12
18
|
"operations": {
|
13
19
|
"AddLayerVersionPermission": {
|
@@ -870,6 +876,31 @@
|
|
870
876
|
"shape": "S5q"
|
871
877
|
}
|
872
878
|
},
|
879
|
+
"GetFunctionRecursionConfig": {
|
880
|
+
"http": {
|
881
|
+
"method": "GET",
|
882
|
+
"requestUri": "/2024-08-31/functions/{FunctionName}/recursion-config",
|
883
|
+
"responseCode": 200
|
884
|
+
},
|
885
|
+
"input": {
|
886
|
+
"type": "structure",
|
887
|
+
"required": [
|
888
|
+
"FunctionName"
|
889
|
+
],
|
890
|
+
"members": {
|
891
|
+
"FunctionName": {
|
892
|
+
"location": "uri",
|
893
|
+
"locationName": "FunctionName"
|
894
|
+
}
|
895
|
+
}
|
896
|
+
},
|
897
|
+
"output": {
|
898
|
+
"type": "structure",
|
899
|
+
"members": {
|
900
|
+
"RecursiveLoop": {}
|
901
|
+
}
|
902
|
+
}
|
903
|
+
},
|
873
904
|
"GetFunctionUrlConfig": {
|
874
905
|
"http": {
|
875
906
|
"method": "GET",
|
@@ -939,7 +970,7 @@
|
|
939
970
|
}
|
940
971
|
},
|
941
972
|
"output": {
|
942
|
-
"shape": "
|
973
|
+
"shape": "S60"
|
943
974
|
}
|
944
975
|
},
|
945
976
|
"GetLayerVersionByArn": {
|
@@ -961,7 +992,7 @@
|
|
961
992
|
}
|
962
993
|
},
|
963
994
|
"output": {
|
964
|
-
"shape": "
|
995
|
+
"shape": "S60"
|
965
996
|
}
|
966
997
|
},
|
967
998
|
"GetLayerVersionPolicy": {
|
@@ -1528,7 +1559,7 @@
|
|
1528
1559
|
"members": {
|
1529
1560
|
"NextMarker": {},
|
1530
1561
|
"Functions": {
|
1531
|
-
"shape": "
|
1562
|
+
"shape": "S7k"
|
1532
1563
|
}
|
1533
1564
|
}
|
1534
1565
|
}
|
@@ -1613,7 +1644,7 @@
|
|
1613
1644
|
"LayerVersions": {
|
1614
1645
|
"type": "list",
|
1615
1646
|
"member": {
|
1616
|
-
"shape": "
|
1647
|
+
"shape": "S7s"
|
1617
1648
|
}
|
1618
1649
|
}
|
1619
1650
|
}
|
@@ -1659,7 +1690,7 @@
|
|
1659
1690
|
"LayerName": {},
|
1660
1691
|
"LayerArn": {},
|
1661
1692
|
"LatestMatchingVersion": {
|
1662
|
-
"shape": "
|
1693
|
+
"shape": "S7s"
|
1663
1694
|
}
|
1664
1695
|
}
|
1665
1696
|
}
|
@@ -1780,7 +1811,7 @@
|
|
1780
1811
|
"members": {
|
1781
1812
|
"NextMarker": {},
|
1782
1813
|
"Versions": {
|
1783
|
-
"shape": "
|
1814
|
+
"shape": "S7k"
|
1784
1815
|
}
|
1785
1816
|
}
|
1786
1817
|
}
|
@@ -1814,11 +1845,11 @@
|
|
1814
1845
|
}
|
1815
1846
|
},
|
1816
1847
|
"CompatibleRuntimes": {
|
1817
|
-
"shape": "
|
1848
|
+
"shape": "S63"
|
1818
1849
|
},
|
1819
1850
|
"LicenseInfo": {},
|
1820
1851
|
"CompatibleArchitectures": {
|
1821
|
-
"shape": "
|
1852
|
+
"shape": "S65"
|
1822
1853
|
}
|
1823
1854
|
}
|
1824
1855
|
},
|
@@ -1826,7 +1857,7 @@
|
|
1826
1857
|
"type": "structure",
|
1827
1858
|
"members": {
|
1828
1859
|
"Content": {
|
1829
|
-
"shape": "
|
1860
|
+
"shape": "S61"
|
1830
1861
|
},
|
1831
1862
|
"LayerArn": {},
|
1832
1863
|
"LayerVersionArn": {},
|
@@ -1836,11 +1867,11 @@
|
|
1836
1867
|
"type": "long"
|
1837
1868
|
},
|
1838
1869
|
"CompatibleRuntimes": {
|
1839
|
-
"shape": "
|
1870
|
+
"shape": "S63"
|
1840
1871
|
},
|
1841
1872
|
"LicenseInfo": {},
|
1842
1873
|
"CompatibleArchitectures": {
|
1843
|
-
"shape": "
|
1874
|
+
"shape": "S65"
|
1844
1875
|
}
|
1845
1876
|
}
|
1846
1877
|
}
|
@@ -1962,6 +1993,33 @@
|
|
1962
1993
|
"shape": "S5q"
|
1963
1994
|
}
|
1964
1995
|
},
|
1996
|
+
"PutFunctionRecursionConfig": {
|
1997
|
+
"http": {
|
1998
|
+
"method": "PUT",
|
1999
|
+
"requestUri": "/2024-08-31/functions/{FunctionName}/recursion-config",
|
2000
|
+
"responseCode": 200
|
2001
|
+
},
|
2002
|
+
"input": {
|
2003
|
+
"type": "structure",
|
2004
|
+
"required": [
|
2005
|
+
"FunctionName",
|
2006
|
+
"RecursiveLoop"
|
2007
|
+
],
|
2008
|
+
"members": {
|
2009
|
+
"FunctionName": {
|
2010
|
+
"location": "uri",
|
2011
|
+
"locationName": "FunctionName"
|
2012
|
+
},
|
2013
|
+
"RecursiveLoop": {}
|
2014
|
+
}
|
2015
|
+
},
|
2016
|
+
"output": {
|
2017
|
+
"type": "structure",
|
2018
|
+
"members": {
|
2019
|
+
"RecursiveLoop": {}
|
2020
|
+
}
|
2021
|
+
}
|
2022
|
+
},
|
1965
2023
|
"PutProvisionedConcurrencyConfig": {
|
1966
2024
|
"http": {
|
1967
2025
|
"method": "PUT",
|
@@ -3040,11 +3098,11 @@
|
|
3040
3098
|
}
|
3041
3099
|
}
|
3042
3100
|
},
|
3043
|
-
"
|
3101
|
+
"S60": {
|
3044
3102
|
"type": "structure",
|
3045
3103
|
"members": {
|
3046
3104
|
"Content": {
|
3047
|
-
"shape": "
|
3105
|
+
"shape": "S61"
|
3048
3106
|
},
|
3049
3107
|
"LayerArn": {},
|
3050
3108
|
"LayerVersionArn": {},
|
@@ -3054,15 +3112,15 @@
|
|
3054
3112
|
"type": "long"
|
3055
3113
|
},
|
3056
3114
|
"CompatibleRuntimes": {
|
3057
|
-
"shape": "
|
3115
|
+
"shape": "S63"
|
3058
3116
|
},
|
3059
3117
|
"LicenseInfo": {},
|
3060
3118
|
"CompatibleArchitectures": {
|
3061
|
-
"shape": "
|
3119
|
+
"shape": "S65"
|
3062
3120
|
}
|
3063
3121
|
}
|
3064
3122
|
},
|
3065
|
-
"
|
3123
|
+
"S61": {
|
3066
3124
|
"type": "structure",
|
3067
3125
|
"members": {
|
3068
3126
|
"Location": {},
|
@@ -3074,21 +3132,21 @@
|
|
3074
3132
|
"SigningJobArn": {}
|
3075
3133
|
}
|
3076
3134
|
},
|
3077
|
-
"
|
3135
|
+
"S63": {
|
3078
3136
|
"type": "list",
|
3079
3137
|
"member": {}
|
3080
3138
|
},
|
3081
|
-
"
|
3139
|
+
"S65": {
|
3082
3140
|
"type": "list",
|
3083
3141
|
"member": {}
|
3084
3142
|
},
|
3085
|
-
"
|
3143
|
+
"S7k": {
|
3086
3144
|
"type": "list",
|
3087
3145
|
"member": {
|
3088
3146
|
"shape": "S3r"
|
3089
3147
|
}
|
3090
3148
|
},
|
3091
|
-
"
|
3149
|
+
"S7s": {
|
3092
3150
|
"type": "structure",
|
3093
3151
|
"members": {
|
3094
3152
|
"LayerVersionArn": {},
|
@@ -3098,11 +3156,11 @@
|
|
3098
3156
|
"Description": {},
|
3099
3157
|
"CreatedDate": {},
|
3100
3158
|
"CompatibleRuntimes": {
|
3101
|
-
"shape": "
|
3159
|
+
"shape": "S63"
|
3102
3160
|
},
|
3103
3161
|
"LicenseInfo": {},
|
3104
3162
|
"CompatibleArchitectures": {
|
3105
|
-
"shape": "
|
3163
|
+
"shape": "S65"
|
3106
3164
|
}
|
3107
3165
|
}
|
3108
3166
|
}
|
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "aoss",
|
6
6
|
"jsonVersion": "1.0",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "OpenSearch Service Serverless",
|
9
12
|
"serviceId": "OpenSearchServerless",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "aoss",
|
12
15
|
"targetPrefix": "OpenSearchServerless",
|
13
|
-
"uid": "opensearchserverless-2021-11-01"
|
16
|
+
"uid": "opensearchserverless-2021-11-01",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"BatchGetCollection": {
|
@@ -42,6 +48,8 @@
|
|
42
48
|
},
|
43
49
|
"dashboardEndpoint": {},
|
44
50
|
"description": {},
|
51
|
+
"failureCode": {},
|
52
|
+
"failureMessage": {},
|
45
53
|
"id": {},
|
46
54
|
"kmsKeyArn": {},
|
47
55
|
"lastModifiedDate": {
|
@@ -197,6 +205,8 @@
|
|
197
205
|
"createdDate": {
|
198
206
|
"type": "long"
|
199
207
|
},
|
208
|
+
"failureCode": {},
|
209
|
+
"failureMessage": {},
|
200
210
|
"id": {},
|
201
211
|
"name": {},
|
202
212
|
"securityGroupIds": {
|
@@ -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": "
|
299
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
299
300
|
},
|
300
301
|
"comments": {
|
301
302
|
"input": {
|
@@ -303,18 +304,17 @@
|
|
303
304
|
"output": {
|
304
305
|
}
|
305
306
|
},
|
306
|
-
"description": "The following example removes tag set associated with the specified object.
|
307
|
-
"id": "to-remove-tag-set-from-an-object-
|
308
|
-
"title": "To remove tag set from an object"
|
307
|
+
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
|
308
|
+
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
|
309
|
+
"title": "To remove tag set from an object version"
|
309
310
|
},
|
310
311
|
{
|
311
312
|
"input": {
|
312
313
|
"Bucket": "examplebucket",
|
313
|
-
"Key": "HappyFace.jpg"
|
314
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
314
|
+
"Key": "HappyFace.jpg"
|
315
315
|
},
|
316
316
|
"output": {
|
317
|
-
"VersionId": "
|
317
|
+
"VersionId": "null"
|
318
318
|
},
|
319
319
|
"comments": {
|
320
320
|
"input": {
|
@@ -322,9 +322,9 @@
|
|
322
322
|
"output": {
|
323
323
|
}
|
324
324
|
},
|
325
|
-
"description": "The following example removes tag set associated with the specified object
|
326
|
-
"id": "to-remove-tag-set-from-an-object-
|
327
|
-
"title": "To remove tag set from an object
|
325
|
+
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
|
326
|
+
"id": "to-remove-tag-set-from-an-object-1483145342862",
|
327
|
+
"title": "To remove tag set from an object"
|
328
328
|
}
|
329
329
|
],
|
330
330
|
"DeleteObjects": [
|
@@ -840,17 +840,20 @@
|
|
840
840
|
{
|
841
841
|
"input": {
|
842
842
|
"Bucket": "examplebucket",
|
843
|
-
"Key": "
|
844
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
843
|
+
"Key": "HappyFace.jpg"
|
845
844
|
},
|
846
845
|
"output": {
|
847
846
|
"TagSet": [
|
848
847
|
{
|
849
|
-
"Key": "
|
850
|
-
"Value": "
|
848
|
+
"Key": "Key4",
|
849
|
+
"Value": "Value4"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"Key": "Key3",
|
853
|
+
"Value": "Value3"
|
851
854
|
}
|
852
855
|
],
|
853
|
-
"VersionId": "
|
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.
|
862
|
-
"id": "to-retrieve-tag-set-of-
|
863
|
-
"title": "To retrieve tag set of
|
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": "
|
871
|
+
"Key": "exampleobject",
|
872
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
869
873
|
},
|
870
874
|
"output": {
|
871
875
|
"TagSet": [
|
872
876
|
{
|
873
|
-
"Key": "
|
874
|
-
"Value": "
|
875
|
-
},
|
876
|
-
{
|
877
|
-
"Key": "Key3",
|
878
|
-
"Value": "Value3"
|
877
|
+
"Key": "Key1",
|
878
|
+
"Value": "Value1"
|
879
879
|
}
|
880
880
|
],
|
881
|
-
"VersionId": "
|
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-
|
891
|
-
"title": "To retrieve tag set of
|
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": [
|
@@ -1565,6 +1565,29 @@
|
|
1565
1565
|
}
|
1566
1566
|
],
|
1567
1567
|
"PutObject": [
|
1568
|
+
{
|
1569
|
+
"input": {
|
1570
|
+
"Body": "HappyFace.jpg",
|
1571
|
+
"Bucket": "examplebucket",
|
1572
|
+
"Key": "HappyFace.jpg",
|
1573
|
+
"ServerSideEncryption": "AES256",
|
1574
|
+
"StorageClass": "STANDARD_IA"
|
1575
|
+
},
|
1576
|
+
"output": {
|
1577
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1578
|
+
"ServerSideEncryption": "AES256",
|
1579
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1580
|
+
},
|
1581
|
+
"comments": {
|
1582
|
+
"input": {
|
1583
|
+
},
|
1584
|
+
"output": {
|
1585
|
+
}
|
1586
|
+
},
|
1587
|
+
"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.",
|
1588
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1589
|
+
"title": "To upload an object (specify optional headers)"
|
1590
|
+
},
|
1568
1591
|
{
|
1569
1592
|
"input": {
|
1570
1593
|
"Body": "filetoupload",
|
@@ -1589,14 +1612,11 @@
|
|
1589
1612
|
"input": {
|
1590
1613
|
"Body": "HappyFace.jpg",
|
1591
1614
|
"Bucket": "examplebucket",
|
1592
|
-
"Key": "HappyFace.jpg"
|
1593
|
-
"ServerSideEncryption": "AES256",
|
1594
|
-
"StorageClass": "STANDARD_IA"
|
1615
|
+
"Key": "HappyFace.jpg"
|
1595
1616
|
},
|
1596
1617
|
"output": {
|
1597
1618
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1598
|
-
"
|
1599
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1619
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1600
1620
|
},
|
1601
1621
|
"comments": {
|
1602
1622
|
"input": {
|
@@ -1604,20 +1624,20 @@
|
|
1604
1624
|
"output": {
|
1605
1625
|
}
|
1606
1626
|
},
|
1607
|
-
"description": "The following example uploads an object. The
|
1608
|
-
"id": "to-upload-an-object-
|
1609
|
-
"title": "To upload an object
|
1627
|
+
"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.",
|
1628
|
+
"id": "to-upload-an-object-1481760101010",
|
1629
|
+
"title": "To upload an object"
|
1610
1630
|
},
|
1611
1631
|
{
|
1612
1632
|
"input": {
|
1613
|
-
"
|
1614
|
-
"Body": "filetoupload",
|
1633
|
+
"Body": "c:\\HappyFace.jpg",
|
1615
1634
|
"Bucket": "examplebucket",
|
1616
|
-
"Key": "
|
1635
|
+
"Key": "HappyFace.jpg",
|
1636
|
+
"Tagging": "key1=value1&key2=value2"
|
1617
1637
|
},
|
1618
1638
|
"output": {
|
1619
1639
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1620
|
-
"VersionId": "
|
1640
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
1621
1641
|
},
|
1622
1642
|
"comments": {
|
1623
1643
|
"input": {
|
@@ -1625,22 +1645,20 @@
|
|
1625
1645
|
"output": {
|
1626
1646
|
}
|
1627
1647
|
},
|
1628
|
-
"description": "The following example uploads
|
1629
|
-
"id": "to-upload-an-object-and-specify-
|
1630
|
-
"title": "To upload an object and specify
|
1648
|
+
"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.",
|
1649
|
+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
|
1650
|
+
"title": "To upload an object and specify optional tags"
|
1631
1651
|
},
|
1632
1652
|
{
|
1633
1653
|
"input": {
|
1654
|
+
"ACL": "authenticated-read",
|
1634
1655
|
"Body": "filetoupload",
|
1635
1656
|
"Bucket": "examplebucket",
|
1636
|
-
"Key": "exampleobject"
|
1637
|
-
"ServerSideEncryption": "AES256",
|
1638
|
-
"Tagging": "key1=value1&key2=value2"
|
1657
|
+
"Key": "exampleobject"
|
1639
1658
|
},
|
1640
1659
|
"output": {
|
1641
1660
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1642
|
-
"
|
1643
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1661
|
+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
1644
1662
|
},
|
1645
1663
|
"comments": {
|
1646
1664
|
"input": {
|
@@ -1648,9 +1666,9 @@
|
|
1648
1666
|
"output": {
|
1649
1667
|
}
|
1650
1668
|
},
|
1651
|
-
"description": "The following example uploads
|
1652
|
-
"id": "to-upload-an-object-and-specify-
|
1653
|
-
"title": "To upload an object and specify
|
1669
|
+
"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.",
|
1670
|
+
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
|
1671
|
+
"title": "To upload an object and specify canned ACL."
|
1654
1672
|
},
|
1655
1673
|
{
|
1656
1674
|
"input": {
|
@@ -1678,34 +1696,16 @@
|
|
1678
1696
|
},
|
1679
1697
|
{
|
1680
1698
|
"input": {
|
1681
|
-
"Body": "
|
1682
|
-
"Bucket": "examplebucket",
|
1683
|
-
"Key": "HappyFace.jpg"
|
1684
|
-
},
|
1685
|
-
"output": {
|
1686
|
-
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1687
|
-
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1688
|
-
},
|
1689
|
-
"comments": {
|
1690
|
-
"input": {
|
1691
|
-
},
|
1692
|
-
"output": {
|
1693
|
-
}
|
1694
|
-
},
|
1695
|
-
"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.",
|
1696
|
-
"id": "to-upload-an-object-1481760101010",
|
1697
|
-
"title": "To upload an object"
|
1698
|
-
},
|
1699
|
-
{
|
1700
|
-
"input": {
|
1701
|
-
"Body": "c:\\HappyFace.jpg",
|
1699
|
+
"Body": "filetoupload",
|
1702
1700
|
"Bucket": "examplebucket",
|
1703
|
-
"Key": "
|
1701
|
+
"Key": "exampleobject",
|
1702
|
+
"ServerSideEncryption": "AES256",
|
1704
1703
|
"Tagging": "key1=value1&key2=value2"
|
1705
1704
|
},
|
1706
1705
|
"output": {
|
1707
1706
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1708
|
-
"
|
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. The request specifies optional object tags.
|
1717
|
-
"id": "to-upload-an-object-and-specify-
|
1718
|
-
"title": "To upload an object and specify
|
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": [
|