aws-sdk-core 2.11.563 → 2.11.564

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5550fad50e37496b8d40bfd7b0796b3a64ed575a368473bd096e4e72649c9151
4
- data.tar.gz: cdb4ccfb6d87684e10e4f485ce5083f4fe35881f9f9190eb42dd06c9e5f36d8c
3
+ metadata.gz: 486ebbdba6a64b9ec3e80aac8fff6bcd3bd6158b383f6c1383aa660b18dc38e7
4
+ data.tar.gz: 9e18c87fccc4310fbe9929141aec6861ede34b5119ceec4a51065954bfedc8f7
5
5
  SHA512:
6
- metadata.gz: 91f42ba6ff8488d5e1308ae2940504ec30cf0d2be26b6f63d830ff862057959265da9b40edd462225c8c8097545a7dc786839a59b15d4db8c1ad7fe1040affcd
7
- data.tar.gz: 16a1d419eee318ea8ad93509bbd218d56d8c0de425dbd8aaf3cbf0b2380b859fd18efd955bc29d95cf3e2c28f7bce930035387c5c3cf42bc18e39f4a428fad5a
6
+ metadata.gz: a29704358d62be6a2dcc008e3a93d359b1ac0370ab4d0af16ed032dc0523502c4c4cca231b05fcd1b9a60817bfb9fb6a35801e71eae273b3a79b8985e2602b25
7
+ data.tar.gz: cd63db069981856bd11daee597ded2ef3a4bc3a4d13d78b923a99a9c0b521309e541d72e1147ab14bd9416895d0d9b062e338601b7ce16df33da632e127ceea9
@@ -5550,8 +5550,7 @@
5550
5550
  "Windows with SQL Server Web",
5551
5551
  "Linux with SQL Server Standard",
5552
5552
  "Linux with SQL Server Web",
5553
- "Linux with SQL Server Enterprise",
5554
- "Windows BYOL"
5553
+ "Linux with SQL Server Enterprise"
5555
5554
  ]
5556
5555
  },
5557
5556
  "CapacityReservationOptions":{
@@ -1043,7 +1043,8 @@
1043
1043
  "DestinationConfig":{"shape":"DestinationConfig"},
1044
1044
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1045
1045
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1046
- "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
1046
+ "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
1047
+ "Topics":{"shape":"Topics"}
1047
1048
  }
1048
1049
  },
1049
1050
  "CreateFunctionRequest":{
@@ -1334,6 +1335,7 @@
1334
1335
  "State":{"shape":"String"},
1335
1336
  "StateTransitionReason":{"shape":"String"},
1336
1337
  "DestinationConfig":{"shape":"DestinationConfig"},
1338
+ "Topics":{"shape":"Topics"},
1337
1339
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1338
1340
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1339
1341
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
@@ -2310,7 +2312,7 @@
2310
2312
  "MaximumRecordAgeInSeconds":{
2311
2313
  "type":"integer",
2312
2314
  "max":604800,
2313
- "min":60
2315
+ "min":-1
2314
2316
  },
2315
2317
  "MaximumRetryAttempts":{
2316
2318
  "type":"integer",
@@ -2320,7 +2322,7 @@
2320
2322
  "MaximumRetryAttemptsEventSourceMapping":{
2321
2323
  "type":"integer",
2322
2324
  "max":10000,
2323
- "min":0
2325
+ "min":-1
2324
2326
  },
2325
2327
  "MemorySize":{
2326
2328
  "type":"integer",
@@ -2828,6 +2830,18 @@
2828
2830
  "error":{"httpStatusCode":429},
2829
2831
  "exception":true
2830
2832
  },
2833
+ "Topic":{
2834
+ "type":"string",
2835
+ "max":249,
2836
+ "min":1,
2837
+ "pattern":"^[^.]([a-zA-Z0-9\\-_.]+)"
2838
+ },
2839
+ "Topics":{
2840
+ "type":"list",
2841
+ "member":{"shape":"Topic"},
2842
+ "max":1,
2843
+ "min":1
2844
+ },
2831
2845
  "TracingConfig":{
2832
2846
  "type":"structure",
2833
2847
  "members":{
@@ -649,9 +649,9 @@
649
649
  "output": {
650
650
  }
651
651
  },
652
- "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
- "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
654
- "title": "To view a provisioned concurrency configuration"
652
+ "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
+ "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
654
+ "title": "To get a provisioned concurrency configuration"
655
655
  },
656
656
  {
657
657
  "input": {
@@ -671,9 +671,9 @@
671
671
  "output": {
672
672
  }
673
673
  },
674
- "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
- "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
676
- "title": "To get a provisioned concurrency configuration"
674
+ "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
+ "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
676
+ "title": "To view a provisioned concurrency configuration"
677
677
  }
678
678
  ],
679
679
  "Invoke": [
@@ -1110,17 +1110,31 @@
1110
1110
  "BucketLocationConstraint":{
1111
1111
  "type":"string",
1112
1112
  "enum":[
1113
- "EU",
1114
- "eu-west-1",
1115
- "us-west-1",
1116
- "us-west-2",
1113
+ "af-south-1",
1114
+ "ap-east-1",
1115
+ "ap-northeast-1",
1116
+ "ap-northeast-2",
1117
+ "ap-northeast-3",
1117
1118
  "ap-south-1",
1118
1119
  "ap-southeast-1",
1119
1120
  "ap-southeast-2",
1120
- "ap-northeast-1",
1121
- "sa-east-1",
1121
+ "ca-central-1",
1122
1122
  "cn-north-1",
1123
- "eu-central-1"
1123
+ "cn-northwest-1",
1124
+ "EU",
1125
+ "eu-central-1",
1126
+ "eu-north-1",
1127
+ "eu-south-1",
1128
+ "eu-west-1",
1129
+ "eu-west-2",
1130
+ "eu-west-3",
1131
+ "me-south-1",
1132
+ "sa-east-1",
1133
+ "us-east-2",
1134
+ "us-gov-east-1",
1135
+ "us-gov-west-1",
1136
+ "us-west-1",
1137
+ "us-west-2"
1124
1138
  ]
1125
1139
  },
1126
1140
  "BucketLoggingStatus":{
@@ -257,10 +257,8 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "examplebucket",
261
- "Key": "objectkey.jpg"
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 an S3 bucket.",
272
- "id": "to-delete-an-object-1472850136595",
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": "ExampleBucket",
278
- "Key": "HappyFace.jpg"
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 a non-versioned bucket.",
287
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
- "title": "To delete an object (from a non-versioned bucket)"
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": [
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
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 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"
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"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
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 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"
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"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
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",
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. 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 "
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": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
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-1481827837012",
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": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -989,37 +989,47 @@
989
989
  "ListMultipartUploads": [
990
990
  {
991
991
  "input": {
992
- "Bucket": "examplebucket"
992
+ "Bucket": "examplebucket",
993
+ "KeyMarker": "nextkeyfrompreviousresponse",
994
+ "MaxUploads": "2",
995
+ "UploadIdMarker": "valuefrompreviousresponse"
993
996
  },
994
997
  "output": {
998
+ "Bucket": "acl1",
999
+ "IsTruncated": true,
1000
+ "KeyMarker": "",
1001
+ "MaxUploads": "2",
1002
+ "NextKeyMarker": "someobjectkey",
1003
+ "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1004
+ "UploadIdMarker": "",
995
1005
  "Uploads": [
996
1006
  {
997
1007
  "Initiated": "2014-05-01T05:40:58.000Z",
998
1008
  "Initiator": {
999
- "DisplayName": "display-name",
1009
+ "DisplayName": "ownder-display-name",
1000
1010
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1001
1011
  },
1002
1012
  "Key": "JavaFile",
1003
1013
  "Owner": {
1004
- "DisplayName": "display-name",
1005
- "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1014
+ "DisplayName": "mohanataws",
1015
+ "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1006
1016
  },
1007
1017
  "StorageClass": "STANDARD",
1008
- "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1018
+ "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1009
1019
  },
1010
1020
  {
1011
1021
  "Initiated": "2014-05-01T05:41:27.000Z",
1012
1022
  "Initiator": {
1013
- "DisplayName": "display-name",
1023
+ "DisplayName": "ownder-display-name",
1014
1024
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1015
1025
  },
1016
1026
  "Key": "JavaFile",
1017
1027
  "Owner": {
1018
- "DisplayName": "display-name",
1028
+ "DisplayName": "ownder-display-name",
1019
1029
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1020
1030
  },
1021
1031
  "StorageClass": "STANDARD",
1022
- "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1032
+ "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1023
1033
  }
1024
1034
  ]
1025
1035
  },
@@ -1029,53 +1039,43 @@
1029
1039
  "output": {
1030
1040
  }
1031
1041
  },
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"
1042
+ "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1043
+ "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1044
+ "title": "List next set of multipart uploads when previous result is truncated"
1035
1045
  },
1036
1046
  {
1037
1047
  "input": {
1038
- "Bucket": "examplebucket",
1039
- "KeyMarker": "nextkeyfrompreviousresponse",
1040
- "MaxUploads": "2",
1041
- "UploadIdMarker": "valuefrompreviousresponse"
1048
+ "Bucket": "examplebucket"
1042
1049
  },
1043
1050
  "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": "ownder-display-name",
1055
+ "DisplayName": "display-name",
1056
1056
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1057
1057
  },
1058
1058
  "Key": "JavaFile",
1059
1059
  "Owner": {
1060
- "DisplayName": "mohanataws",
1061
- "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1060
+ "DisplayName": "display-name",
1061
+ "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1062
1062
  },
1063
1063
  "StorageClass": "STANDARD",
1064
- "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1064
+ "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1065
1065
  },
1066
1066
  {
1067
1067
  "Initiated": "2014-05-01T05:41:27.000Z",
1068
1068
  "Initiator": {
1069
- "DisplayName": "ownder-display-name",
1069
+ "DisplayName": "display-name",
1070
1070
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1071
1071
  },
1072
1072
  "Key": "JavaFile",
1073
1073
  "Owner": {
1074
- "DisplayName": "ownder-display-name",
1074
+ "DisplayName": "display-name",
1075
1075
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1076
1076
  },
1077
1077
  "StorageClass": "STANDARD",
1078
- "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1078
+ "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.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 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"
1088
+ "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1089
+ "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1090
+ "title": "To list in-progress multipart uploads on a bucket"
1091
1091
  }
1092
1092
  ],
1093
1093
  "ListObjectVersions": [
@@ -1567,17 +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
- }
1573
+ "Key": "exampleobject"
1577
1574
  },
1578
1575
  "output": {
1579
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1580
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1581
1578
  },
1582
1579
  "comments": {
1583
1580
  "input": {
@@ -1585,20 +1582,19 @@
1585
1582
  "output": {
1586
1583
  }
1587
1584
  },
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"
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."
1591
1588
  },
1592
1589
  {
1593
1590
  "input": {
1594
- "ACL": "authenticated-read",
1595
- "Body": "filetoupload",
1591
+ "Body": "HappyFace.jpg",
1596
1592
  "Bucket": "examplebucket",
1597
- "Key": "exampleobject"
1593
+ "Key": "HappyFace.jpg"
1598
1594
  },
1599
1595
  "output": {
1600
1596
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1601
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1597
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1602
1598
  },
1603
1599
  "comments": {
1604
1600
  "input": {
@@ -1606,9 +1602,9 @@
1606
1602
  "output": {
1607
1603
  }
1608
1604
  },
1609
- "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.",
1610
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1611
- "title": "To upload an object and specify canned ACL."
1605
+ "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.",
1606
+ "id": "to-upload-an-object-1481760101010",
1607
+ "title": "To upload an object"
1612
1608
  },
1613
1609
  {
1614
1610
  "input": {
@@ -1632,13 +1628,14 @@
1632
1628
  },
1633
1629
  {
1634
1630
  "input": {
1635
- "Body": "HappyFace.jpg",
1631
+ "Body": "c:\\HappyFace.jpg",
1636
1632
  "Bucket": "examplebucket",
1637
- "Key": "HappyFace.jpg"
1633
+ "Key": "HappyFace.jpg",
1634
+ "Tagging": "key1=value1&key2=value2"
1638
1635
  },
1639
1636
  "output": {
1640
1637
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1641
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1638
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1642
1639
  },
1643
1640
  "comments": {
1644
1641
  "input": {
@@ -1646,20 +1643,22 @@
1646
1643
  "output": {
1647
1644
  }
1648
1645
  },
1649
- "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.",
1650
- "id": "to-upload-an-object-1481760101010",
1651
- "title": "To upload an object"
1646
+ "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.",
1647
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1648
+ "title": "To upload an object and specify optional tags"
1652
1649
  },
1653
1650
  {
1654
1651
  "input": {
1655
- "Body": "c:\\HappyFace.jpg",
1652
+ "Body": "HappyFace.jpg",
1656
1653
  "Bucket": "examplebucket",
1657
1654
  "Key": "HappyFace.jpg",
1658
- "Tagging": "key1=value1&key2=value2"
1655
+ "ServerSideEncryption": "AES256",
1656
+ "StorageClass": "STANDARD_IA"
1659
1657
  },
1660
1658
  "output": {
1661
1659
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1662
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1660
+ "ServerSideEncryption": "AES256",
1661
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1663
1662
  },
1664
1663
  "comments": {
1665
1664
  "input": {
@@ -1667,22 +1666,23 @@
1667
1666
  "output": {
1668
1667
  }
1669
1668
  },
1670
- "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.",
1671
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1672
- "title": "To upload an object and specify optional tags"
1669
+ "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.",
1670
+ "id": "to-upload-an-object-(specify-optional-headers)",
1671
+ "title": "To upload an object (specify optional headers)"
1673
1672
  },
1674
1673
  {
1675
1674
  "input": {
1676
1675
  "Body": "filetoupload",
1677
1676
  "Bucket": "examplebucket",
1678
1677
  "Key": "exampleobject",
1679
- "ServerSideEncryption": "AES256",
1680
- "Tagging": "key1=value1&key2=value2"
1678
+ "Metadata": {
1679
+ "metadata1": "value1",
1680
+ "metadata2": "value2"
1681
+ }
1681
1682
  },
1682
1683
  "output": {
1683
1684
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1684
- "ServerSideEncryption": "AES256",
1685
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1685
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1686
1686
  },
1687
1687
  "comments": {
1688
1688
  "input": {
@@ -1690,22 +1690,22 @@
1690
1690
  "output": {
1691
1691
  }
1692
1692
  },
1693
- "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.",
1694
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1695
- "title": "To upload an object and specify server-side encryption and object tags"
1693
+ "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.",
1694
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1695
+ "title": "To upload object and specify user-defined metadata"
1696
1696
  },
1697
1697
  {
1698
1698
  "input": {
1699
- "Body": "HappyFace.jpg",
1699
+ "Body": "filetoupload",
1700
1700
  "Bucket": "examplebucket",
1701
- "Key": "HappyFace.jpg",
1701
+ "Key": "exampleobject",
1702
1702
  "ServerSideEncryption": "AES256",
1703
- "StorageClass": "STANDARD_IA"
1703
+ "Tagging": "key1=value1&key2=value2"
1704
1704
  },
1705
1705
  "output": {
1706
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
1707
  "ServerSideEncryption": "AES256",
1708
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
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 request headers to directs S3 to use specific storage class and use server-side encryption.",
1717
- "id": "to-upload-an-object-(specify-optional-headers)",
1718
- "title": "To upload an object (specify optional headers)"
1716
+ "description": "The following example uploads 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.",
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": [
@@ -1826,15 +1826,14 @@
1826
1826
  "input": {
1827
1827
  "Bucket": "examplebucket",
1828
1828
  "CopySource": "/bucketname/sourceobjectkey",
1829
- "CopySourceRange": "bytes=1-100000",
1830
1829
  "Key": "examplelargeobject",
1831
- "PartNumber": "2",
1830
+ "PartNumber": "1",
1832
1831
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1833
1832
  },
1834
1833
  "output": {
1835
1834
  "CopyPartResult": {
1836
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
- "LastModified": "2016-12-29T21:44:28.000Z"
1835
+ "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1836
+ "LastModified": "2016-12-29T21:24:43.000Z"
1838
1837
  }
1839
1838
  },
1840
1839
  "comments": {
@@ -1843,22 +1842,23 @@
1843
1842
  "output": {
1844
1843
  }
1845
1844
  },
1846
- "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1847
- "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1848
- "title": "To upload a part by copying byte range from an existing object as data source"
1845
+ "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1846
+ "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1847
+ "title": "To upload a part by copying data from an existing object as data source"
1849
1848
  },
1850
1849
  {
1851
1850
  "input": {
1852
1851
  "Bucket": "examplebucket",
1853
1852
  "CopySource": "/bucketname/sourceobjectkey",
1853
+ "CopySourceRange": "bytes=1-100000",
1854
1854
  "Key": "examplelargeobject",
1855
- "PartNumber": "1",
1855
+ "PartNumber": "2",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
- "LastModified": "2016-12-29T21:24:43.000Z"
1860
+ "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1861
+ "LastModified": "2016-12-29T21:44:28.000Z"
1862
1862
  }
1863
1863
  },
1864
1864
  "comments": {
@@ -1867,9 +1867,9 @@
1867
1867
  "output": {
1868
1868
  }
1869
1869
  },
1870
- "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1871
- "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1872
- "title": "To upload a part by copying data from an existing object as data source"
1870
+ "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1871
+ "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1872
+ "title": "To upload a part by copying byte range from an existing object as data source"
1873
1873
  }
1874
1874
  ]
1875
1875
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.563'
2
+ VERSION = '2.11.564'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.563
4
+ version: 2.11.564
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-10 00:00:00.000000000 Z
11
+ date: 2020-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath