cdk-lambda-subminute 2.0.332 → 2.0.334
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 +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +12 -8
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +36 -0
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +120 -29
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -10
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +113 -78
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1053 -416
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +64 -18
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +24 -3
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +151 -20
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +104 -72
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +168 -0
- package/node_modules/aws-sdk/apis/networkmonitor-2023-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/networkmonitor-2023-08-01.min.json +617 -0
- package/node_modules/aws-sdk/apis/networkmonitor-2023-08-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/networkmonitor-2023-08-01.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +51 -9
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +121 -121
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +354 -322
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +17 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +77 -0
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -1
- package/node_modules/aws-sdk/clients/codecommit.d.ts +65 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +656 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +84 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +42 -1
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +101 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +36 -4
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +65 -0
- package/node_modules/aws-sdk/clients/neptunegraph.js +1 -0
- package/node_modules/aws-sdk/clients/networkmonitor.d.ts +696 -0
- package/node_modules/aws-sdk/clients/networkmonitor.js +19 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +3 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +51 -3
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +43 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +1244 -489
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +105 -105
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -3205,6 +3205,27 @@
|
|
3205
3205
|
}
|
3206
3206
|
}
|
3207
3207
|
},
|
3208
|
+
"DisableHttpEndpoint": {
|
3209
|
+
"input": {
|
3210
|
+
"type": "structure",
|
3211
|
+
"required": [
|
3212
|
+
"ResourceArn"
|
3213
|
+
],
|
3214
|
+
"members": {
|
3215
|
+
"ResourceArn": {}
|
3216
|
+
}
|
3217
|
+
},
|
3218
|
+
"output": {
|
3219
|
+
"resultWrapper": "DisableHttpEndpointResult",
|
3220
|
+
"type": "structure",
|
3221
|
+
"members": {
|
3222
|
+
"ResourceArn": {},
|
3223
|
+
"HttpEndpointEnabled": {
|
3224
|
+
"type": "boolean"
|
3225
|
+
}
|
3226
|
+
}
|
3227
|
+
}
|
3228
|
+
},
|
3208
3229
|
"DownloadDBLogFilePortion": {
|
3209
3230
|
"input": {
|
3210
3231
|
"type": "structure",
|
@@ -3233,6 +3254,27 @@
|
|
3233
3254
|
}
|
3234
3255
|
}
|
3235
3256
|
},
|
3257
|
+
"EnableHttpEndpoint": {
|
3258
|
+
"input": {
|
3259
|
+
"type": "structure",
|
3260
|
+
"required": [
|
3261
|
+
"ResourceArn"
|
3262
|
+
],
|
3263
|
+
"members": {
|
3264
|
+
"ResourceArn": {}
|
3265
|
+
}
|
3266
|
+
},
|
3267
|
+
"output": {
|
3268
|
+
"resultWrapper": "EnableHttpEndpointResult",
|
3269
|
+
"type": "structure",
|
3270
|
+
"members": {
|
3271
|
+
"ResourceArn": {},
|
3272
|
+
"HttpEndpointEnabled": {
|
3273
|
+
"type": "boolean"
|
3274
|
+
}
|
3275
|
+
}
|
3276
|
+
}
|
3277
|
+
},
|
3236
3278
|
"FailoverDBCluster": {
|
3237
3279
|
"input": {
|
3238
3280
|
"type": "structure",
|
@@ -3435,7 +3477,7 @@
|
|
3435
3477
|
"type": "long"
|
3436
3478
|
},
|
3437
3479
|
"CloudwatchLogsExportConfiguration": {
|
3438
|
-
"shape": "
|
3480
|
+
"shape": "Sdi"
|
3439
3481
|
},
|
3440
3482
|
"EngineVersion": {},
|
3441
3483
|
"AllowMajorVersionUpgrade": {
|
@@ -3549,7 +3591,7 @@
|
|
3549
3591
|
}
|
3550
3592
|
},
|
3551
3593
|
"output": {
|
3552
|
-
"shape": "
|
3594
|
+
"shape": "Sdn",
|
3553
3595
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3554
3596
|
}
|
3555
3597
|
},
|
@@ -3668,7 +3710,7 @@
|
|
3668
3710
|
"type": "integer"
|
3669
3711
|
},
|
3670
3712
|
"CloudwatchLogsExportConfiguration": {
|
3671
|
-
"shape": "
|
3713
|
+
"shape": "Sdi"
|
3672
3714
|
},
|
3673
3715
|
"ProcessorFeatures": {
|
3674
3716
|
"shape": "S1c"
|
@@ -3739,7 +3781,7 @@
|
|
3739
3781
|
}
|
3740
3782
|
},
|
3741
3783
|
"output": {
|
3742
|
-
"shape": "
|
3784
|
+
"shape": "Sdt",
|
3743
3785
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
3744
3786
|
}
|
3745
3787
|
},
|
@@ -4335,7 +4377,7 @@
|
|
4335
4377
|
}
|
4336
4378
|
},
|
4337
4379
|
"output": {
|
4338
|
-
"shape": "
|
4380
|
+
"shape": "Sdn",
|
4339
4381
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
4340
4382
|
}
|
4341
4383
|
},
|
@@ -4356,7 +4398,7 @@
|
|
4356
4398
|
}
|
4357
4399
|
},
|
4358
4400
|
"output": {
|
4359
|
-
"shape": "
|
4401
|
+
"shape": "Sdt",
|
4360
4402
|
"resultWrapper": "ResetDBParameterGroupResult"
|
4361
4403
|
}
|
4362
4404
|
},
|
@@ -7308,7 +7350,7 @@
|
|
7308
7350
|
}
|
7309
7351
|
}
|
7310
7352
|
},
|
7311
|
-
"
|
7353
|
+
"Sdi": {
|
7312
7354
|
"type": "structure",
|
7313
7355
|
"members": {
|
7314
7356
|
"EnableLogTypes": {
|
@@ -7319,13 +7361,13 @@
|
|
7319
7361
|
}
|
7320
7362
|
}
|
7321
7363
|
},
|
7322
|
-
"
|
7364
|
+
"Sdn": {
|
7323
7365
|
"type": "structure",
|
7324
7366
|
"members": {
|
7325
7367
|
"DBClusterParameterGroupName": {}
|
7326
7368
|
}
|
7327
7369
|
},
|
7328
|
-
"
|
7370
|
+
"Sdt": {
|
7329
7371
|
"type": "structure",
|
7330
7372
|
"members": {
|
7331
7373
|
"DBParameterGroupName": {}
|
@@ -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": [
|
@@ -257,10 +257,8 @@
|
|
257
257
|
"DeleteObject": [
|
258
258
|
{
|
259
259
|
"input": {
|
260
|
-
"Bucket": "
|
261
|
-
"Key": "
|
262
|
-
},
|
263
|
-
"output": {
|
260
|
+
"Bucket": "ExampleBucket",
|
261
|
+
"Key": "HappyFace.jpg"
|
264
262
|
},
|
265
263
|
"comments": {
|
266
264
|
"input": {
|
@@ -268,14 +266,16 @@
|
|
268
266
|
"output": {
|
269
267
|
}
|
270
268
|
},
|
271
|
-
"description": "The following example deletes an object from
|
272
|
-
"id": "to-delete-an-object-
|
273
|
-
"title": "To delete an object"
|
269
|
+
"description": "The following example deletes an object from a non-versioned bucket.",
|
270
|
+
"id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
|
271
|
+
"title": "To delete an object (from a non-versioned bucket)"
|
274
272
|
},
|
275
273
|
{
|
276
274
|
"input": {
|
277
|
-
"Bucket": "
|
278
|
-
"Key": "
|
275
|
+
"Bucket": "examplebucket",
|
276
|
+
"Key": "objectkey.jpg"
|
277
|
+
},
|
278
|
+
"output": {
|
279
279
|
},
|
280
280
|
"comments": {
|
281
281
|
"input": {
|
@@ -283,9 +283,9 @@
|
|
283
283
|
"output": {
|
284
284
|
}
|
285
285
|
},
|
286
|
-
"description": "The following example deletes an object from
|
287
|
-
"id": "to-delete-an-object-
|
288
|
-
"title": "To delete an object
|
286
|
+
"description": "The following example deletes an object from an S3 bucket.",
|
287
|
+
"id": "to-delete-an-object-1472850136595",
|
288
|
+
"title": "To delete an object"
|
289
289
|
}
|
290
290
|
],
|
291
291
|
"DeleteObjectTagging": [
|
@@ -728,17 +728,18 @@
|
|
728
728
|
{
|
729
729
|
"input": {
|
730
730
|
"Bucket": "examplebucket",
|
731
|
-
"Key": "
|
731
|
+
"Key": "SampleFile.txt",
|
732
|
+
"Range": "bytes=0-9"
|
732
733
|
},
|
733
734
|
"output": {
|
734
735
|
"AcceptRanges": "bytes",
|
735
|
-
"ContentLength": "
|
736
|
-
"
|
737
|
-
"
|
738
|
-
"
|
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",
|
739
741
|
"Metadata": {
|
740
742
|
},
|
741
|
-
"TagCount": 2,
|
742
743
|
"VersionId": "null"
|
743
744
|
},
|
744
745
|
"comments": {
|
@@ -747,25 +748,24 @@
|
|
747
748
|
"output": {
|
748
749
|
}
|
749
750
|
},
|
750
|
-
"description": "The following example retrieves an object for an S3 bucket.",
|
751
|
-
"id": "to-retrieve-an-object
|
752
|
-
"title": "To retrieve an object"
|
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 "
|
753
754
|
},
|
754
755
|
{
|
755
756
|
"input": {
|
756
757
|
"Bucket": "examplebucket",
|
757
|
-
"Key": "
|
758
|
-
"Range": "bytes=0-9"
|
758
|
+
"Key": "HappyFace.jpg"
|
759
759
|
},
|
760
760
|
"output": {
|
761
761
|
"AcceptRanges": "bytes",
|
762
|
-
"ContentLength": "
|
763
|
-
"
|
764
|
-
"
|
765
|
-
"
|
766
|
-
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
762
|
+
"ContentLength": "3191",
|
763
|
+
"ContentType": "image/jpeg",
|
764
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
765
|
+
"LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
|
767
766
|
"Metadata": {
|
768
767
|
},
|
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-
|
779
|
-
"title": "To retrieve
|
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"
|
780
780
|
}
|
781
781
|
],
|
782
782
|
"GetObjectAcl": [
|
@@ -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": [
|
@@ -1569,11 +1569,14 @@
|
|
1569
1569
|
"input": {
|
1570
1570
|
"Body": "filetoupload",
|
1571
1571
|
"Bucket": "examplebucket",
|
1572
|
-
"Key": "
|
1572
|
+
"Key": "exampleobject",
|
1573
|
+
"ServerSideEncryption": "AES256",
|
1574
|
+
"Tagging": "key1=value1&key2=value2"
|
1573
1575
|
},
|
1574
1576
|
"output": {
|
1575
1577
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1576
|
-
"
|
1578
|
+
"ServerSideEncryption": "AES256",
|
1579
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1577
1580
|
},
|
1578
1581
|
"comments": {
|
1579
1582
|
"input": {
|
@@ -1581,19 +1584,19 @@
|
|
1581
1584
|
"output": {
|
1582
1585
|
}
|
1583
1586
|
},
|
1584
|
-
"description": "The following example
|
1585
|
-
"id": "to-
|
1586
|
-
"title": "To
|
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": {
|
1590
|
-
"Body": "
|
1593
|
+
"Body": "filetoupload",
|
1591
1594
|
"Bucket": "examplebucket",
|
1592
|
-
"Key": "
|
1595
|
+
"Key": "objectkey"
|
1593
1596
|
},
|
1594
1597
|
"output": {
|
1595
1598
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1596
|
-
"VersionId": "
|
1599
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
1597
1600
|
},
|
1598
1601
|
"comments": {
|
1599
1602
|
"input": {
|
@@ -1601,23 +1604,22 @@
|
|
1601
1604
|
"output": {
|
1602
1605
|
}
|
1603
1606
|
},
|
1604
|
-
"description": "The following example
|
1605
|
-
"id": "to-
|
1606
|
-
"title": "To
|
1607
|
+
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1608
|
+
"id": "to-create-an-object-1483147613675",
|
1609
|
+
"title": "To create an object."
|
1607
1610
|
},
|
1608
1611
|
{
|
1609
1612
|
"input": {
|
1610
|
-
"Body": "
|
1613
|
+
"Body": "HappyFace.jpg",
|
1611
1614
|
"Bucket": "examplebucket",
|
1612
|
-
"Key": "
|
1613
|
-
"
|
1614
|
-
|
1615
|
-
"metadata2": "value2"
|
1616
|
-
}
|
1615
|
+
"Key": "HappyFace.jpg",
|
1616
|
+
"ServerSideEncryption": "AES256",
|
1617
|
+
"StorageClass": "STANDARD_IA"
|
1617
1618
|
},
|
1618
1619
|
"output": {
|
1619
1620
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1620
|
-
"
|
1621
|
+
"ServerSideEncryption": "AES256",
|
1622
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1621
1623
|
},
|
1622
1624
|
"comments": {
|
1623
1625
|
"input": {
|
@@ -1625,9 +1627,9 @@
|
|
1625
1627
|
"output": {
|
1626
1628
|
}
|
1627
1629
|
},
|
1628
|
-
"description": "The following example
|
1629
|
-
"id": "to-upload-object-
|
1630
|
-
"title": "To upload object
|
1630
|
+
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
|
1631
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1632
|
+
"title": "To upload an object (specify optional headers)"
|
1631
1633
|
},
|
1632
1634
|
{
|
1633
1635
|
"input": {
|
@@ -1652,16 +1654,17 @@
|
|
1652
1654
|
},
|
1653
1655
|
{
|
1654
1656
|
"input": {
|
1655
|
-
"Body": "
|
1657
|
+
"Body": "filetoupload",
|
1656
1658
|
"Bucket": "examplebucket",
|
1657
|
-
"Key": "
|
1658
|
-
"
|
1659
|
-
|
1659
|
+
"Key": "exampleobject",
|
1660
|
+
"Metadata": {
|
1661
|
+
"metadata1": "value1",
|
1662
|
+
"metadata2": "value2"
|
1663
|
+
}
|
1660
1664
|
},
|
1661
1665
|
"output": {
|
1662
1666
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1663
|
-
"
|
1664
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1667
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
1665
1668
|
},
|
1666
1669
|
"comments": {
|
1667
1670
|
"input": {
|
@@ -1669,22 +1672,20 @@
|
|
1669
1672
|
"output": {
|
1670
1673
|
}
|
1671
1674
|
},
|
1672
|
-
"description": "The following example
|
1673
|
-
"id": "to-upload-
|
1674
|
-
"title": "To upload
|
1675
|
+
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1676
|
+
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
1677
|
+
"title": "To upload object and specify user-defined metadata"
|
1675
1678
|
},
|
1676
1679
|
{
|
1677
1680
|
"input": {
|
1681
|
+
"ACL": "authenticated-read",
|
1678
1682
|
"Body": "filetoupload",
|
1679
1683
|
"Bucket": "examplebucket",
|
1680
|
-
"Key": "exampleobject"
|
1681
|
-
"ServerSideEncryption": "AES256",
|
1682
|
-
"Tagging": "key1=value1&key2=value2"
|
1684
|
+
"Key": "exampleobject"
|
1683
1685
|
},
|
1684
1686
|
"output": {
|
1685
1687
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1686
|
-
"
|
1687
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1688
|
+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
1688
1689
|
},
|
1689
1690
|
"comments": {
|
1690
1691
|
"input": {
|
@@ -1692,20 +1693,19 @@
|
|
1692
1693
|
"output": {
|
1693
1694
|
}
|
1694
1695
|
},
|
1695
|
-
"description": "The following example uploads
|
1696
|
-
"id": "to-upload-an-object-and-specify-
|
1697
|
-
"title": "To upload an object and specify
|
1696
|
+
"description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1697
|
+
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
|
1698
|
+
"title": "To upload an object and specify canned ACL."
|
1698
1699
|
},
|
1699
1700
|
{
|
1700
1701
|
"input": {
|
1701
|
-
"
|
1702
|
-
"Body": "filetoupload",
|
1702
|
+
"Body": "HappyFace.jpg",
|
1703
1703
|
"Bucket": "examplebucket",
|
1704
|
-
"Key": "
|
1704
|
+
"Key": "HappyFace.jpg"
|
1705
1705
|
},
|
1706
1706
|
"output": {
|
1707
1707
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1708
|
-
"VersionId": "
|
1708
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
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
|
1717
|
-
"id": "to-upload-an-object-
|
1718
|
-
"title": "To upload an object
|
1716
|
+
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
|
1717
|
+
"id": "to-upload-an-object-1481760101010",
|
1718
|
+
"title": "To upload an object"
|
1719
1719
|
}
|
1720
1720
|
],
|
1721
1721
|
"PutObjectAcl": [
|