aws-sdk-core 2.11.308 → 2.11.309

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
  SHA1:
3
- metadata.gz: fb18d9b9f9eea8d2893bc1c2ab452b6f0514ff5a
4
- data.tar.gz: e7ae422e978ebfd0824e2aa1d10f686226a55437
3
+ metadata.gz: eb2ef39be8d607d048af312a7d4165f7e3f73717
4
+ data.tar.gz: 7139818d58f54e28f193b6135d9b98c4402e8cff
5
5
  SHA512:
6
- metadata.gz: 5534cf4c203cd3bb2358674f22d196481aeb426174247201e22357fc17d4b84ff5d926eb37a215a2887d259e7d90a553c2d4612c7ca1f827cc53d811dd941bbd
7
- data.tar.gz: 3e01dfd30af4af01f402d9b197edf132f9ae03b6da4a19a5a8e02eae57bf5a5fab8011e20b27aac6b53f6ac464af25bdcef48f2e6a0381d5dbf870bcae36a670
6
+ metadata.gz: 2504078d812e31d14cb45f63335251082b4718db9e85de62e84bf2367efd7544a05a60f1d76a66a9d6abc3e9fb23b2d9808414e1fa196fd95771f8033606c25e
7
+ data.tar.gz: 8b034080ec859c12f3bae7713a81e3355d7b9fdfa0f3d1602aa8a49a9e97246b1ee7f95e4e0b8ec784a7e99faf1cd6d2ee1d56e8c24ecd1b2b0b7601517dc42a
@@ -99,7 +99,8 @@
99
99
  "method":"POST",
100
100
  "requestUri":"/"
101
101
  },
102
- "input":{"shape":"AssignPrivateIpAddressesRequest"}
102
+ "input":{"shape":"AssignPrivateIpAddressesRequest"},
103
+ "output":{"shape":"AssignPrivateIpAddressesResult"}
103
104
  },
104
105
  "AssociateAddress":{
105
106
  "name":"AssociateAddress",
@@ -3580,6 +3581,35 @@
3580
3581
  }
3581
3582
  }
3582
3583
  },
3584
+ "AssignPrivateIpAddressesResult":{
3585
+ "type":"structure",
3586
+ "members":{
3587
+ "NetworkInterfaceId":{
3588
+ "shape":"String",
3589
+ "locationName":"networkInterfaceId"
3590
+ },
3591
+ "AssignedPrivateIpAddresses":{
3592
+ "shape":"AssignedPrivateIpAddressList",
3593
+ "locationName":"assignedPrivateIpAddressesSet"
3594
+ }
3595
+ }
3596
+ },
3597
+ "AssignedPrivateIpAddress":{
3598
+ "type":"structure",
3599
+ "members":{
3600
+ "PrivateIpAddress":{
3601
+ "shape":"String",
3602
+ "locationName":"privateIpAddress"
3603
+ }
3604
+ }
3605
+ },
3606
+ "AssignedPrivateIpAddressList":{
3607
+ "type":"list",
3608
+ "member":{
3609
+ "shape":"AssignedPrivateIpAddress",
3610
+ "locationName":"item"
3611
+ }
3612
+ },
3583
3613
  "AssociateAddressRequest":{
3584
3614
  "type":"structure",
3585
3615
  "members":{
@@ -2691,7 +2691,7 @@
2691
2691
  "Endpoint":{"shape":"String"},
2692
2692
  "ReaderEndpoint":{"shape":"String"},
2693
2693
  "CustomEndpoints":{"shape":"StringList"},
2694
- "MultiAZ":{"shape":"Boolean"},
2694
+ "MultiAZ":{"shape":"BooleanOptional"},
2695
2695
  "Engine":{"shape":"String"},
2696
2696
  "EngineVersion":{"shape":"String"},
2697
2697
  "LatestRestorableTime":{"shape":"TStamp"},
@@ -2710,7 +2710,7 @@
2710
2710
  "DbClusterResourceId":{"shape":"String"},
2711
2711
  "DBClusterArn":{"shape":"String"},
2712
2712
  "AssociatedRoles":{"shape":"DBClusterRoles"},
2713
- "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
2713
+ "IAMDatabaseAuthenticationEnabled":{"shape":"BooleanOptional"},
2714
2714
  "CloneGroupId":{"shape":"String"},
2715
2715
  "ClusterCreateTime":{"shape":"TStamp"},
2716
2716
  "EarliestBacktrackTime":{"shape":"TStamp"},
@@ -2720,13 +2720,14 @@
2720
2720
  "Capacity":{"shape":"IntegerOptional"},
2721
2721
  "EngineMode":{"shape":"String"},
2722
2722
  "ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"},
2723
- "DeletionProtection":{"shape":"Boolean"},
2724
- "HttpEndpointEnabled":{"shape":"Boolean"},
2723
+ "DeletionProtection":{"shape":"BooleanOptional"},
2724
+ "HttpEndpointEnabled":{"shape":"BooleanOptional"},
2725
2725
  "ActivityStreamMode":{"shape":"ActivityStreamMode"},
2726
2726
  "ActivityStreamStatus":{"shape":"ActivityStreamStatus"},
2727
2727
  "ActivityStreamKmsKeyId":{"shape":"String"},
2728
2728
  "ActivityStreamKinesisStreamName":{"shape":"String"},
2729
- "CopyTagsToSnapshot":{"shape":"Boolean"}
2729
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
2730
+ "CrossAccountClone":{"shape":"BooleanOptional"}
2730
2731
  },
2731
2732
  "wrapper":true
2732
2733
  },
@@ -3967,7 +3968,8 @@
3967
3968
  "DBClusterIdentifier":{"shape":"String"},
3968
3969
  "Filters":{"shape":"FilterList"},
3969
3970
  "MaxRecords":{"shape":"IntegerOptional"},
3970
- "Marker":{"shape":"String"}
3971
+ "Marker":{"shape":"String"},
3972
+ "IncludeShared":{"shape":"Boolean"}
3971
3973
  }
3972
3974
  },
3973
3975
  "DescribeDBEngineVersionsMessage":{
@@ -1390,6 +1390,11 @@
1390
1390
  "location":"header",
1391
1391
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
1392
1392
  },
1393
+ "SSEKMSEncryptionContext":{
1394
+ "shape":"SSEKMSEncryptionContext",
1395
+ "location":"header",
1396
+ "locationName":"x-amz-server-side-encryption-context"
1397
+ },
1393
1398
  "RequestCharged":{
1394
1399
  "shape":"RequestCharged",
1395
1400
  "location":"header",
@@ -1546,6 +1551,11 @@
1546
1551
  "location":"header",
1547
1552
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
1548
1553
  },
1554
+ "SSEKMSEncryptionContext":{
1555
+ "shape":"SSEKMSEncryptionContext",
1556
+ "location":"header",
1557
+ "locationName":"x-amz-server-side-encryption-context"
1558
+ },
1549
1559
  "CopySourceSSECustomerAlgorithm":{
1550
1560
  "shape":"CopySourceSSECustomerAlgorithm",
1551
1561
  "location":"header",
@@ -1725,6 +1735,11 @@
1725
1735
  "location":"header",
1726
1736
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
1727
1737
  },
1738
+ "SSEKMSEncryptionContext":{
1739
+ "shape":"SSEKMSEncryptionContext",
1740
+ "location":"header",
1741
+ "locationName":"x-amz-server-side-encryption-context"
1742
+ },
1728
1743
  "RequestCharged":{
1729
1744
  "shape":"RequestCharged",
1730
1745
  "location":"header",
@@ -1844,6 +1859,11 @@
1844
1859
  "location":"header",
1845
1860
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
1846
1861
  },
1862
+ "SSEKMSEncryptionContext":{
1863
+ "shape":"SSEKMSEncryptionContext",
1864
+ "location":"header",
1865
+ "locationName":"x-amz-server-side-encryption-context"
1866
+ },
1847
1867
  "RequestPayer":{
1848
1868
  "shape":"RequestPayer",
1849
1869
  "location":"header",
@@ -5327,6 +5347,11 @@
5327
5347
  "location":"header",
5328
5348
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
5329
5349
  },
5350
+ "SSEKMSEncryptionContext":{
5351
+ "shape":"SSEKMSEncryptionContext",
5352
+ "location":"header",
5353
+ "locationName":"x-amz-server-side-encryption-context"
5354
+ },
5330
5355
  "RequestCharged":{
5331
5356
  "shape":"RequestCharged",
5332
5357
  "location":"header",
@@ -5460,6 +5485,11 @@
5460
5485
  "location":"header",
5461
5486
  "locationName":"x-amz-server-side-encryption-aws-kms-key-id"
5462
5487
  },
5488
+ "SSEKMSEncryptionContext":{
5489
+ "shape":"SSEKMSEncryptionContext",
5490
+ "location":"header",
5491
+ "locationName":"x-amz-server-side-encryption-context"
5492
+ },
5463
5493
  "RequestPayer":{
5464
5494
  "shape":"RequestPayer",
5465
5495
  "location":"header",
@@ -5944,6 +5974,10 @@
5944
5974
  },
5945
5975
  "locationName":"SSE-KMS"
5946
5976
  },
5977
+ "SSEKMSEncryptionContext":{
5978
+ "type":"string",
5979
+ "sensitive":true
5980
+ },
5947
5981
  "SSEKMSKeyId":{
5948
5982
  "type":"string",
5949
5983
  "sensitive":true
@@ -84,10 +84,13 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket"
87
+ "Bucket": "examplebucket",
88
+ "CreateBucketConfiguration": {
89
+ "LocationConstraint": "eu-west-1"
90
+ }
88
91
  },
89
92
  "output": {
90
- "Location": "/examplebucket"
93
+ "Location": "http://examplebucket.s3.amazonaws.com/"
91
94
  },
92
95
  "comments": {
93
96
  "input": {
@@ -95,19 +98,16 @@
95
98
  "output": {
96
99
  }
97
100
  },
98
- "description": "The following example creates a bucket.",
99
- "id": "to-create-a-bucket--1472851826060",
100
- "title": "To create a bucket "
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"
101
104
  },
102
105
  {
103
106
  "input": {
104
- "Bucket": "examplebucket",
105
- "CreateBucketConfiguration": {
106
- "LocationConstraint": "eu-west-1"
107
- }
107
+ "Bucket": "examplebucket"
108
108
  },
109
109
  "output": {
110
- "Location": "http://examplebucket.s3.amazonaws.com/"
110
+ "Location": "/examplebucket"
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. 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"
118
+ "description": "The following example creates a bucket.",
119
+ "id": "to-create-a-bucket--1472851826060",
120
+ "title": "To create a bucket "
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -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,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": [
@@ -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": [
@@ -1567,16 +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
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1573
+ "Key": "exampleobject"
1575
1574
  },
1576
1575
  "output": {
1577
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1580
1578
  },
1581
1579
  "comments": {
1582
1580
  "input": {
@@ -1584,19 +1582,20 @@
1584
1582
  "output": {
1585
1583
  }
1586
1584
  },
1587
- "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.",
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"
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."
1590
1588
  },
1591
1589
  {
1592
1590
  "input": {
1593
- "Body": "filetoupload",
1591
+ "Body": "c:\\HappyFace.jpg",
1594
1592
  "Bucket": "examplebucket",
1595
- "Key": "objectkey"
1593
+ "Key": "HappyFace.jpg",
1594
+ "Tagging": "key1=value1&key2=value2"
1596
1595
  },
1597
1596
  "output": {
1598
1597
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1599
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1598
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1600
1599
  },
1601
1600
  "comments": {
1602
1601
  "input": {
@@ -1604,20 +1603,23 @@
1604
1603
  "output": {
1605
1604
  }
1606
1605
  },
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."
1606
+ "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.",
1607
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1608
+ "title": "To upload an object and specify optional tags"
1610
1609
  },
1611
1610
  {
1612
1611
  "input": {
1613
- "ACL": "authenticated-read",
1614
1612
  "Body": "filetoupload",
1615
1613
  "Bucket": "examplebucket",
1616
- "Key": "exampleobject"
1614
+ "Key": "exampleobject",
1615
+ "Metadata": {
1616
+ "metadata1": "value1",
1617
+ "metadata2": "value2"
1618
+ }
1617
1619
  },
1618
1620
  "output": {
1619
1621
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1620
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1622
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1621
1623
  },
1622
1624
  "comments": {
1623
1625
  "input": {
@@ -1625,19 +1627,22 @@
1625
1627
  "output": {
1626
1628
  }
1627
1629
  },
1628
- "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.",
1629
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1630
- "title": "To upload an object and specify canned ACL."
1630
+ "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.",
1631
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1632
+ "title": "To upload object and specify user-defined metadata"
1631
1633
  },
1632
1634
  {
1633
1635
  "input": {
1634
- "Body": "HappyFace.jpg",
1636
+ "Body": "filetoupload",
1635
1637
  "Bucket": "examplebucket",
1636
- "Key": "HappyFace.jpg"
1638
+ "Key": "exampleobject",
1639
+ "ServerSideEncryption": "AES256",
1640
+ "Tagging": "key1=value1&key2=value2"
1637
1641
  },
1638
1642
  "output": {
1639
1643
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1640
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1644
+ "ServerSideEncryption": "AES256",
1645
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1641
1646
  },
1642
1647
  "comments": {
1643
1648
  "input": {
@@ -1645,23 +1650,19 @@
1645
1650
  "output": {
1646
1651
  }
1647
1652
  },
1648
- "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.",
1649
- "id": "to-upload-an-object-1481760101010",
1650
- "title": "To upload an object"
1653
+ "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.",
1654
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1655
+ "title": "To upload an object and specify server-side encryption and object tags"
1651
1656
  },
1652
1657
  {
1653
1658
  "input": {
1654
1659
  "Body": "filetoupload",
1655
1660
  "Bucket": "examplebucket",
1656
- "Key": "exampleobject",
1657
- "Metadata": {
1658
- "metadata1": "value1",
1659
- "metadata2": "value2"
1660
- }
1661
+ "Key": "objectkey"
1661
1662
  },
1662
1663
  "output": {
1663
1664
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1664
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1665
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1665
1666
  },
1666
1667
  "comments": {
1667
1668
  "input": {
@@ -1669,22 +1670,19 @@
1669
1670
  "output": {
1670
1671
  }
1671
1672
  },
1672
- "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.",
1673
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1674
- "title": "To upload object and specify user-defined metadata"
1673
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1674
+ "id": "to-create-an-object-1483147613675",
1675
+ "title": "To create an object."
1675
1676
  },
1676
1677
  {
1677
1678
  "input": {
1678
1679
  "Body": "HappyFace.jpg",
1679
1680
  "Bucket": "examplebucket",
1680
- "Key": "HappyFace.jpg",
1681
- "ServerSideEncryption": "AES256",
1682
- "StorageClass": "STANDARD_IA"
1681
+ "Key": "HappyFace.jpg"
1683
1682
  },
1684
1683
  "output": {
1685
1684
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1686
- "ServerSideEncryption": "AES256",
1687
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1685
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1688
1686
  },
1689
1687
  "comments": {
1690
1688
  "input": {
@@ -1692,20 +1690,22 @@
1692
1690
  "output": {
1693
1691
  }
1694
1692
  },
1695
- "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.",
1696
- "id": "to-upload-an-object-(specify-optional-headers)",
1697
- "title": "To upload an object (specify optional headers)"
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.",
1694
+ "id": "to-upload-an-object-1481760101010",
1695
+ "title": "To upload an object"
1698
1696
  },
1699
1697
  {
1700
1698
  "input": {
1701
- "Body": "c:\\HappyFace.jpg",
1699
+ "Body": "HappyFace.jpg",
1702
1700
  "Bucket": "examplebucket",
1703
1701
  "Key": "HappyFace.jpg",
1704
- "Tagging": "key1=value1&key2=value2"
1702
+ "ServerSideEncryption": "AES256",
1703
+ "StorageClass": "STANDARD_IA"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
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. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1717
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1718
- "title": "To upload an object and specify optional tags"
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": [
@@ -7,9 +7,9 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"Amazon SWF",
9
9
  "serviceFullName":"Amazon Simple Workflow Service",
10
+ "serviceId":"SWF",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"SimpleWorkflowService",
12
- "timestampFormat":"unixTimestamp",
13
13
  "uid":"swf-2012-01-25"
14
14
  },
15
15
  "operations":{
@@ -220,6 +220,20 @@
220
220
  {"shape":"OperationNotPermittedFault"}
221
221
  ]
222
222
  },
223
+ "ListTagsForResource":{
224
+ "name":"ListTagsForResource",
225
+ "http":{
226
+ "method":"POST",
227
+ "requestUri":"/"
228
+ },
229
+ "input":{"shape":"ListTagsForResourceInput"},
230
+ "output":{"shape":"ListTagsForResourceOutput"},
231
+ "errors":[
232
+ {"shape":"UnknownResourceFault"},
233
+ {"shape":"LimitExceededFault"},
234
+ {"shape":"OperationNotPermittedFault"}
235
+ ]
236
+ },
223
237
  "ListWorkflowTypes":{
224
238
  "name":"ListWorkflowTypes",
225
239
  "http":{
@@ -298,7 +312,8 @@
298
312
  "errors":[
299
313
  {"shape":"DomainAlreadyExistsFault"},
300
314
  {"shape":"LimitExceededFault"},
301
- {"shape":"OperationNotPermittedFault"}
315
+ {"shape":"OperationNotPermittedFault"},
316
+ {"shape":"TooManyTagsFault"}
302
317
  ]
303
318
  },
304
319
  "RegisterWorkflowType":{
@@ -404,6 +419,20 @@
404
419
  {"shape":"DefaultUndefinedFault"}
405
420
  ]
406
421
  },
422
+ "TagResource":{
423
+ "name":"TagResource",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"TagResourceInput"},
429
+ "errors":[
430
+ {"shape":"UnknownResourceFault"},
431
+ {"shape":"TooManyTagsFault"},
432
+ {"shape":"LimitExceededFault"},
433
+ {"shape":"OperationNotPermittedFault"}
434
+ ]
435
+ },
407
436
  "TerminateWorkflowExecution":{
408
437
  "name":"TerminateWorkflowExecution",
409
438
  "http":{
@@ -415,6 +444,58 @@
415
444
  {"shape":"UnknownResourceFault"},
416
445
  {"shape":"OperationNotPermittedFault"}
417
446
  ]
447
+ },
448
+ "UndeprecateActivityType":{
449
+ "name":"UndeprecateActivityType",
450
+ "http":{
451
+ "method":"POST",
452
+ "requestUri":"/"
453
+ },
454
+ "input":{"shape":"UndeprecateActivityTypeInput"},
455
+ "errors":[
456
+ {"shape":"UnknownResourceFault"},
457
+ {"shape":"TypeAlreadyExistsFault"},
458
+ {"shape":"OperationNotPermittedFault"}
459
+ ]
460
+ },
461
+ "UndeprecateDomain":{
462
+ "name":"UndeprecateDomain",
463
+ "http":{
464
+ "method":"POST",
465
+ "requestUri":"/"
466
+ },
467
+ "input":{"shape":"UndeprecateDomainInput"},
468
+ "errors":[
469
+ {"shape":"UnknownResourceFault"},
470
+ {"shape":"DomainAlreadyExistsFault"},
471
+ {"shape":"OperationNotPermittedFault"}
472
+ ]
473
+ },
474
+ "UndeprecateWorkflowType":{
475
+ "name":"UndeprecateWorkflowType",
476
+ "http":{
477
+ "method":"POST",
478
+ "requestUri":"/"
479
+ },
480
+ "input":{"shape":"UndeprecateWorkflowTypeInput"},
481
+ "errors":[
482
+ {"shape":"UnknownResourceFault"},
483
+ {"shape":"TypeAlreadyExistsFault"},
484
+ {"shape":"OperationNotPermittedFault"}
485
+ ]
486
+ },
487
+ "UntagResource":{
488
+ "name":"UntagResource",
489
+ "http":{
490
+ "method":"POST",
491
+ "requestUri":"/"
492
+ },
493
+ "input":{"shape":"UntagResourceInput"},
494
+ "errors":[
495
+ {"shape":"UnknownResourceFault"},
496
+ {"shape":"LimitExceededFault"},
497
+ {"shape":"OperationNotPermittedFault"}
498
+ ]
418
499
  }
419
500
  },
420
501
  "shapes":{
@@ -1139,7 +1220,8 @@
1139
1220
  "members":{
1140
1221
  "name":{"shape":"DomainName"},
1141
1222
  "status":{"shape":"RegistrationStatus"},
1142
- "description":{"shape":"Description"}
1223
+ "description":{"shape":"Description"},
1224
+ "arn":{"shape":"Arn"}
1143
1225
  }
1144
1226
  },
1145
1227
  "DomainInfoList":{
@@ -1545,6 +1627,19 @@
1545
1627
  "executionFilter":{"shape":"WorkflowExecutionFilter"}
1546
1628
  }
1547
1629
  },
1630
+ "ListTagsForResourceInput":{
1631
+ "type":"structure",
1632
+ "required":["resourceArn"],
1633
+ "members":{
1634
+ "resourceArn":{"shape":"Arn"}
1635
+ }
1636
+ },
1637
+ "ListTagsForResourceOutput":{
1638
+ "type":"structure",
1639
+ "members":{
1640
+ "tags":{"shape":"ResourceTagList"}
1641
+ }
1642
+ },
1548
1643
  "ListWorkflowTypesInput":{
1549
1644
  "type":"structure",
1550
1645
  "required":[
@@ -1700,7 +1795,8 @@
1700
1795
  "members":{
1701
1796
  "name":{"shape":"DomainName"},
1702
1797
  "description":{"shape":"Description"},
1703
- "workflowExecutionRetentionPeriodInDays":{"shape":"DurationInDays"}
1798
+ "workflowExecutionRetentionPeriodInDays":{"shape":"DurationInDays"},
1799
+ "tags":{"shape":"ResourceTagList"}
1704
1800
  }
1705
1801
  },
1706
1802
  "RegisterWorkflowTypeInput":{
@@ -1816,6 +1912,31 @@
1816
1912
  "runId":{"shape":"WorkflowRunIdOptional"}
1817
1913
  }
1818
1914
  },
1915
+ "ResourceTag":{
1916
+ "type":"structure",
1917
+ "required":["key"],
1918
+ "members":{
1919
+ "key":{"shape":"ResourceTagKey"},
1920
+ "value":{"shape":"ResourceTagValue"}
1921
+ }
1922
+ },
1923
+ "ResourceTagKey":{
1924
+ "type":"string",
1925
+ "max":128,
1926
+ "min":1
1927
+ },
1928
+ "ResourceTagKeyList":{
1929
+ "type":"list",
1930
+ "member":{"shape":"ResourceTagKey"}
1931
+ },
1932
+ "ResourceTagList":{
1933
+ "type":"list",
1934
+ "member":{"shape":"ResourceTag"}
1935
+ },
1936
+ "ResourceTagValue":{
1937
+ "type":"string",
1938
+ "max":256
1939
+ },
1819
1940
  "RespondActivityTaskCanceledInput":{
1820
1941
  "type":"structure",
1821
1942
  "required":["taskToken"],
@@ -2182,6 +2303,17 @@
2182
2303
  "member":{"shape":"Tag"},
2183
2304
  "max":5
2184
2305
  },
2306
+ "TagResourceInput":{
2307
+ "type":"structure",
2308
+ "required":[
2309
+ "resourceArn",
2310
+ "tags"
2311
+ ],
2312
+ "members":{
2313
+ "resourceArn":{"shape":"Arn"},
2314
+ "tags":{"shape":"ResourceTagList"}
2315
+ }
2316
+ },
2185
2317
  "TaskList":{
2186
2318
  "type":"structure",
2187
2319
  "required":["name"],
@@ -2258,6 +2390,13 @@
2258
2390
  }
2259
2391
  },
2260
2392
  "Timestamp":{"type":"timestamp"},
2393
+ "TooManyTagsFault":{
2394
+ "type":"structure",
2395
+ "members":{
2396
+ "message":{"shape":"ErrorMessage"}
2397
+ },
2398
+ "exception":true
2399
+ },
2261
2400
  "Truncated":{"type":"boolean"},
2262
2401
  "TypeAlreadyExistsFault":{
2263
2402
  "type":"structure",
@@ -2273,6 +2412,35 @@
2273
2412
  },
2274
2413
  "exception":true
2275
2414
  },
2415
+ "UndeprecateActivityTypeInput":{
2416
+ "type":"structure",
2417
+ "required":[
2418
+ "domain",
2419
+ "activityType"
2420
+ ],
2421
+ "members":{
2422
+ "domain":{"shape":"DomainName"},
2423
+ "activityType":{"shape":"ActivityType"}
2424
+ }
2425
+ },
2426
+ "UndeprecateDomainInput":{
2427
+ "type":"structure",
2428
+ "required":["name"],
2429
+ "members":{
2430
+ "name":{"shape":"DomainName"}
2431
+ }
2432
+ },
2433
+ "UndeprecateWorkflowTypeInput":{
2434
+ "type":"structure",
2435
+ "required":[
2436
+ "domain",
2437
+ "workflowType"
2438
+ ],
2439
+ "members":{
2440
+ "domain":{"shape":"DomainName"},
2441
+ "workflowType":{"shape":"WorkflowType"}
2442
+ }
2443
+ },
2276
2444
  "UnknownResourceFault":{
2277
2445
  "type":"structure",
2278
2446
  "members":{
@@ -2280,6 +2448,17 @@
2280
2448
  },
2281
2449
  "exception":true
2282
2450
  },
2451
+ "UntagResourceInput":{
2452
+ "type":"structure",
2453
+ "required":[
2454
+ "resourceArn",
2455
+ "tagKeys"
2456
+ ],
2457
+ "members":{
2458
+ "resourceArn":{"shape":"Arn"},
2459
+ "tagKeys":{"shape":"ResourceTagKeyList"}
2460
+ }
2461
+ },
2283
2462
  "Version":{
2284
2463
  "type":"string",
2285
2464
  "max":64,
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.308'
2
+ VERSION = '2.11.309'
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.308
4
+ version: 2.11.309
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: 2019-07-02 00:00:00.000000000 Z
11
+ date: 2019-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath