aws-sdk-core 2.11.631 → 2.11.632

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,12 @@
10
10
  "limit_key": "MaxResults",
11
11
  "output_token": "NextToken"
12
12
  },
13
+ "ListApprovedOrigins": {
14
+ "input_token": "NextToken",
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken",
17
+ "result_key": "Origins"
18
+ },
13
19
  "ListContactFlows": {
14
20
  "input_token": "NextToken",
15
21
  "limit_key": "MaxResults",
@@ -22,6 +28,36 @@
22
28
  "output_token": "NextToken",
23
29
  "result_key": "HoursOfOperationSummaryList"
24
30
  },
31
+ "ListInstanceAttributes": {
32
+ "input_token": "NextToken",
33
+ "limit_key": "MaxResults",
34
+ "output_token": "NextToken",
35
+ "result_key": "Attributes"
36
+ },
37
+ "ListInstanceStorageConfigs": {
38
+ "input_token": "NextToken",
39
+ "limit_key": "MaxResults",
40
+ "output_token": "NextToken",
41
+ "result_key": "StorageConfigs"
42
+ },
43
+ "ListInstances": {
44
+ "input_token": "NextToken",
45
+ "limit_key": "MaxResults",
46
+ "output_token": "NextToken",
47
+ "result_key": "InstanceSummaryList"
48
+ },
49
+ "ListLambdaFunctions": {
50
+ "input_token": "NextToken",
51
+ "limit_key": "MaxResults",
52
+ "output_token": "NextToken",
53
+ "result_key": "LambdaFunctions"
54
+ },
55
+ "ListLexBots": {
56
+ "input_token": "NextToken",
57
+ "limit_key": "MaxResults",
58
+ "output_token": "NextToken",
59
+ "result_key": "LexBots"
60
+ },
25
61
  "ListPhoneNumbers": {
26
62
  "input_token": "NextToken",
27
63
  "limit_key": "MaxResults",
@@ -52,6 +88,12 @@
52
88
  "output_token": "NextToken",
53
89
  "result_key": "RoutingProfileSummaryList"
54
90
  },
91
+ "ListSecurityKeys": {
92
+ "input_token": "NextToken",
93
+ "limit_key": "MaxResults",
94
+ "output_token": "NextToken",
95
+ "result_key": "SecurityKeys"
96
+ },
55
97
  "ListSecurityProfiles": {
56
98
  "input_token": "NextToken",
57
99
  "limit_key": "MaxResults",
@@ -1761,7 +1761,8 @@
1761
1761
  "enum": [
1762
1762
  "DEFAULT",
1763
1763
  "PER_BROKER",
1764
- "PER_TOPIC_PER_BROKER"
1764
+ "PER_TOPIC_PER_BROKER",
1765
+ "PER_TOPIC_PER_PARTITION"
1765
1766
  ]
1766
1767
  },
1767
1768
  "Error": {
@@ -2212,6 +2212,10 @@
2212
2212
  "shape": "__long",
2213
2213
  "locationName": "classifiableSizeInBytes"
2214
2214
  },
2215
+ "jobDetails": {
2216
+ "shape": "JobDetails",
2217
+ "locationName": "jobDetails"
2218
+ },
2215
2219
  "lastUpdated": {
2216
2220
  "shape": "__timestampIso8601",
2217
2221
  "locationName": "lastUpdated"
@@ -3962,6 +3966,22 @@
3962
3966
  }
3963
3967
  }
3964
3968
  },
3969
+ "IsDefinedInJob": {
3970
+ "type": "string",
3971
+ "enum": [
3972
+ "TRUE",
3973
+ "FALSE",
3974
+ "UNKNOWN"
3975
+ ]
3976
+ },
3977
+ "IsMonitoredByJob": {
3978
+ "type": "string",
3979
+ "enum": [
3980
+ "TRUE",
3981
+ "FALSE",
3982
+ "UNKNOWN"
3983
+ ]
3984
+ },
3965
3985
  "JobComparator": {
3966
3986
  "type": "string",
3967
3987
  "enum": [
@@ -3974,6 +3994,27 @@
3974
3994
  "CONTAINS"
3975
3995
  ]
3976
3996
  },
3997
+ "JobDetails": {
3998
+ "type": "structure",
3999
+ "members": {
4000
+ "isDefinedInJob": {
4001
+ "shape": "IsDefinedInJob",
4002
+ "locationName": "isDefinedInJob"
4003
+ },
4004
+ "isMonitoredByJob": {
4005
+ "shape": "IsMonitoredByJob",
4006
+ "locationName": "isMonitoredByJob"
4007
+ },
4008
+ "lastJobId": {
4009
+ "shape": "__string",
4010
+ "locationName": "lastJobId"
4011
+ },
4012
+ "lastJobRunTime": {
4013
+ "shape": "__timestampIso8601",
4014
+ "locationName": "lastJobRunTime"
4015
+ }
4016
+ }
4017
+ },
3977
4018
  "JobScheduleFrequency": {
3978
4019
  "type": "structure",
3979
4020
  "members": {
@@ -787,7 +787,8 @@
787
787
  "method":"PUT",
788
788
  "requestUri":"/{Bucket}?ownershipControls"
789
789
  },
790
- "input":{"shape":"PutBucketOwnershipControlsRequest"}
790
+ "input":{"shape":"PutBucketOwnershipControlsRequest"},
791
+ "httpChecksumRequired":true
791
792
  },
792
793
  "PutBucketPolicy":{
793
794
  "name":"PutBucketPolicy",
@@ -5353,8 +5354,6 @@
5353
5354
  },
5354
5355
  "ContentMD5":{
5355
5356
  "shape":"ContentMD5",
5356
- "deprecated":true,
5357
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5358
5357
  "location":"header",
5359
5358
  "locationName":"Content-MD5"
5360
5359
  },
@@ -5441,8 +5440,6 @@
5441
5440
  },
5442
5441
  "ContentMD5":{
5443
5442
  "shape":"ContentMD5",
5444
- "deprecated":true,
5445
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5446
5443
  "location":"header",
5447
5444
  "locationName":"Content-MD5"
5448
5445
  },
@@ -5468,8 +5465,6 @@
5468
5465
  },
5469
5466
  "ContentMD5":{
5470
5467
  "shape":"ContentMD5",
5471
- "deprecated":true,
5472
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5473
5468
  "location":"header",
5474
5469
  "locationName":"Content-MD5"
5475
5470
  },
@@ -5576,8 +5571,6 @@
5576
5571
  },
5577
5572
  "ContentMD5":{
5578
5573
  "shape":"ContentMD5",
5579
- "deprecated":true,
5580
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5581
5574
  "location":"header",
5582
5575
  "locationName":"Content-MD5"
5583
5576
  },
@@ -5613,8 +5606,6 @@
5613
5606
  },
5614
5607
  "ContentMD5":{
5615
5608
  "shape":"ContentMD5",
5616
- "deprecated":true,
5617
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5618
5609
  "location":"header",
5619
5610
  "locationName":"Content-MD5"
5620
5611
  },
@@ -5696,8 +5687,6 @@
5696
5687
  },
5697
5688
  "ContentMD5":{
5698
5689
  "shape":"ContentMD5",
5699
- "deprecated":true,
5700
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5701
5690
  "location":"header",
5702
5691
  "locationName":"Content-MD5"
5703
5692
  },
@@ -5758,8 +5747,6 @@
5758
5747
  },
5759
5748
  "ContentMD5":{
5760
5749
  "shape":"ContentMD5",
5761
- "deprecated":true,
5762
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5763
5750
  "location":"header",
5764
5751
  "locationName":"Content-MD5"
5765
5752
  },
@@ -5791,8 +5778,6 @@
5791
5778
  },
5792
5779
  "ContentMD5":{
5793
5780
  "shape":"ContentMD5",
5794
- "deprecated":true,
5795
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5796
5781
  "location":"header",
5797
5782
  "locationName":"Content-MD5"
5798
5783
  },
@@ -5828,8 +5813,6 @@
5828
5813
  },
5829
5814
  "ContentMD5":{
5830
5815
  "shape":"ContentMD5",
5831
- "deprecated":true,
5832
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5833
5816
  "location":"header",
5834
5817
  "locationName":"Content-MD5"
5835
5818
  },
@@ -5860,8 +5843,6 @@
5860
5843
  },
5861
5844
  "ContentMD5":{
5862
5845
  "shape":"ContentMD5",
5863
- "deprecated":true,
5864
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5865
5846
  "location":"header",
5866
5847
  "locationName":"Content-MD5"
5867
5848
  },
@@ -5892,8 +5873,6 @@
5892
5873
  },
5893
5874
  "ContentMD5":{
5894
5875
  "shape":"ContentMD5",
5895
- "deprecated":true,
5896
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5897
5876
  "location":"header",
5898
5877
  "locationName":"Content-MD5"
5899
5878
  },
@@ -5929,8 +5908,6 @@
5929
5908
  },
5930
5909
  "ContentMD5":{
5931
5910
  "shape":"ContentMD5",
5932
- "deprecated":true,
5933
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5934
5911
  "location":"header",
5935
5912
  "locationName":"Content-MD5"
5936
5913
  },
@@ -5981,8 +5958,6 @@
5981
5958
  },
5982
5959
  "ContentMD5":{
5983
5960
  "shape":"ContentMD5",
5984
- "deprecated":true,
5985
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5986
5961
  "location":"header",
5987
5962
  "locationName":"Content-MD5"
5988
5963
  },
@@ -6078,8 +6053,6 @@
6078
6053
  },
6079
6054
  "ContentMD5":{
6080
6055
  "shape":"ContentMD5",
6081
- "deprecated":true,
6082
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
6083
6056
  "location":"header",
6084
6057
  "locationName":"Content-MD5"
6085
6058
  },
@@ -6127,8 +6100,6 @@
6127
6100
  },
6128
6101
  "ContentMD5":{
6129
6102
  "shape":"ContentMD5",
6130
- "deprecated":true,
6131
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
6132
6103
  "location":"header",
6133
6104
  "locationName":"Content-MD5"
6134
6105
  },
@@ -6403,8 +6374,6 @@
6403
6374
  },
6404
6375
  "ContentMD5":{
6405
6376
  "shape":"ContentMD5",
6406
- "deprecated":true,
6407
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
6408
6377
  "location":"header",
6409
6378
  "locationName":"Content-MD5"
6410
6379
  },
@@ -6451,8 +6420,6 @@
6451
6420
  },
6452
6421
  "ContentMD5":{
6453
6422
  "shape":"ContentMD5",
6454
- "deprecated":true,
6455
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
6456
6423
  "location":"header",
6457
6424
  "locationName":"Content-MD5"
6458
6425
  },
@@ -6483,8 +6450,6 @@
6483
6450
  },
6484
6451
  "ContentMD5":{
6485
6452
  "shape":"ContentMD5",
6486
- "deprecated":true,
6487
- "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
6488
6453
  "location":"header",
6489
6454
  "locationName":"Content-MD5"
6490
6455
  },
@@ -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": "http://examplebucket.<Region>.s3.amazonaws.com/"
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. The request specifies an AWS region where to create the bucket.",
102
- "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
103
- "title": "To create a bucket in a specific region"
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": "/examplebucket"
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--1472851826060",
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": [
@@ -292,10 +292,11 @@
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg"
295
+ "Key": "HappyFace.jpg",
296
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
296
297
  },
297
298
  "output": {
298
- "VersionId": "null"
299
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
299
300
  },
300
301
  "comments": {
301
302
  "input": {
@@ -303,18 +304,17 @@
303
304
  "output": {
304
305
  }
305
306
  },
306
- "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307
- "id": "to-remove-tag-set-from-an-object-1483145342862",
308
- "title": "To remove tag set from an object"
307
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
+ "title": "To remove tag set from an object version"
309
310
  },
310
311
  {
311
312
  "input": {
312
313
  "Bucket": "examplebucket",
313
- "Key": "HappyFace.jpg",
314
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
314
+ "Key": "HappyFace.jpg"
315
315
  },
316
316
  "output": {
317
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
317
+ "VersionId": "null"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
325
- "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
- "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
- "title": "To remove tag set from an object version"
325
+ "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
327
+ "title": "To remove tag set from an object"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -334,10 +334,12 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "objectkey1"
337
+ "Key": "HappyFace.jpg",
338
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
338
339
  },
339
340
  {
340
- "Key": "objectkey2"
341
+ "Key": "HappyFace.jpg",
342
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
341
343
  }
342
344
  ],
343
345
  "Quiet": false
@@ -346,14 +348,12 @@
346
348
  "output": {
347
349
  "Deleted": [
348
350
  {
349
- "DeleteMarker": "true",
350
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
- "Key": "objectkey1"
351
+ "Key": "HappyFace.jpg",
352
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
352
353
  },
353
354
  {
354
- "DeleteMarker": "true",
355
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
- "Key": "objectkey2"
355
+ "Key": "HappyFace.jpg",
356
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
- "title": "To delete multiple objects from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
+ "title": "To delete multiple object versions from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,12 +373,10 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "HappyFace.jpg",
377
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
376
+ "Key": "objectkey1"
378
377
  },
379
378
  {
380
- "Key": "HappyFace.jpg",
381
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
379
+ "Key": "objectkey2"
382
380
  }
383
381
  ],
384
382
  "Quiet": false
@@ -387,12 +385,14 @@
387
385
  "output": {
388
386
  "Deleted": [
389
387
  {
390
- "Key": "HappyFace.jpg",
391
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
388
+ "DeleteMarker": "true",
389
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
+ "Key": "objectkey1"
392
391
  },
393
392
  {
394
- "Key": "HappyFace.jpg",
395
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
393
+ "DeleteMarker": "true",
394
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
+ "Key": "objectkey2"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
- "title": "To delete multiple object versions from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
+ "title": "To delete multiple objects from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -1567,37 +1567,14 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
+ "ACL": "authenticated-read",
1570
1571
  "Body": "filetoupload",
1571
1572
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "Metadata": {
1574
- "metadata1": "value1",
1575
- "metadata2": "value2"
1576
- }
1577
- },
1578
- "output": {
1579
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1580
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1581
- },
1582
- "comments": {
1583
- "input": {
1584
- },
1585
- "output": {
1586
- }
1587
- },
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"
1591
- },
1592
- {
1593
- "input": {
1594
- "Body": "filetoupload",
1595
- "Bucket": "examplebucket",
1596
- "Key": "objectkey"
1573
+ "Key": "exampleobject"
1597
1574
  },
1598
1575
  "output": {
1599
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1601
1578
  },
1602
1579
  "comments": {
1603
1580
  "input": {
@@ -1605,9 +1582,9 @@
1605
1582
  "output": {
1606
1583
  }
1607
1584
  },
1608
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1609
- "id": "to-create-an-object-1483147613675",
1610
- "title": "To create an object."
1585
+ "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.",
1586
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
+ "title": "To upload an object and specify canned ACL."
1611
1588
  },
1612
1589
  {
1613
1590
  "input": {
@@ -1655,14 +1632,13 @@
1655
1632
  },
1656
1633
  {
1657
1634
  "input": {
1658
- "ACL": "authenticated-read",
1659
1635
  "Body": "filetoupload",
1660
1636
  "Bucket": "examplebucket",
1661
- "Key": "exampleobject"
1637
+ "Key": "objectkey"
1662
1638
  },
1663
1639
  "output": {
1664
1640
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1665
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1641
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1666
1642
  },
1667
1643
  "comments": {
1668
1644
  "input": {
@@ -1670,22 +1646,23 @@
1670
1646
  "output": {
1671
1647
  }
1672
1648
  },
1673
- "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.",
1674
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1675
- "title": "To upload an object and specify canned ACL."
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."
1676
1652
  },
1677
1653
  {
1678
1654
  "input": {
1679
- "Body": "HappyFace.jpg",
1655
+ "Body": "filetoupload",
1680
1656
  "Bucket": "examplebucket",
1681
- "Key": "HappyFace.jpg",
1682
- "ServerSideEncryption": "AES256",
1683
- "StorageClass": "STANDARD_IA"
1657
+ "Key": "exampleobject",
1658
+ "Metadata": {
1659
+ "metadata1": "value1",
1660
+ "metadata2": "value2"
1661
+ }
1684
1662
  },
1685
1663
  "output": {
1686
1664
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1687
- "ServerSideEncryption": "AES256",
1688
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1665
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1689
1666
  },
1690
1667
  "comments": {
1691
1668
  "input": {
@@ -1693,9 +1670,9 @@
1693
1670
  "output": {
1694
1671
  }
1695
1672
  },
1696
- "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.",
1697
- "id": "to-upload-an-object-(specify-optional-headers)",
1698
- "title": "To upload an object (specify optional headers)"
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"
1699
1676
  },
1700
1677
  {
1701
1678
  "input": {
@@ -1716,6 +1693,29 @@
1716
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.",
1717
1694
  "id": "to-upload-an-object-1481760101010",
1718
1695
  "title": "To upload an object"
1696
+ },
1697
+ {
1698
+ "input": {
1699
+ "Body": "HappyFace.jpg",
1700
+ "Bucket": "examplebucket",
1701
+ "Key": "HappyFace.jpg",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "StorageClass": "STANDARD_IA"
1704
+ },
1705
+ "output": {
1706
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1709
+ },
1710
+ "comments": {
1711
+ "input": {
1712
+ },
1713
+ "output": {
1714
+ }
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)"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -1826,14 +1826,15 @@
1826
1826
  "input": {
1827
1827
  "Bucket": "examplebucket",
1828
1828
  "CopySource": "/bucketname/sourceobjectkey",
1829
+ "CopySourceRange": "bytes=1-100000",
1829
1830
  "Key": "examplelargeobject",
1830
- "PartNumber": "1",
1831
+ "PartNumber": "2",
1831
1832
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1832
1833
  },
1833
1834
  "output": {
1834
1835
  "CopyPartResult": {
1835
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1836
- "LastModified": "2016-12-29T21:24:43.000Z"
1836
+ "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
+ "LastModified": "2016-12-29T21:44:28.000Z"
1837
1838
  }
1838
1839
  },
1839
1840
  "comments": {
@@ -1842,23 +1843,22 @@
1842
1843
  "output": {
1843
1844
  }
1844
1845
  },
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"
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"
1848
1849
  },
1849
1850
  {
1850
1851
  "input": {
1851
1852
  "Bucket": "examplebucket",
1852
1853
  "CopySource": "/bucketname/sourceobjectkey",
1853
- "CopySourceRange": "bytes=1-100000",
1854
1854
  "Key": "examplelargeobject",
1855
- "PartNumber": "2",
1855
+ "PartNumber": "1",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1861
- "LastModified": "2016-12-29T21:44:28.000Z"
1860
+ "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
+ "LastModified": "2016-12-29T21:24:43.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 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"
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"
1873
1873
  }
1874
1874
  ]
1875
1875
  }