aws-sdk-core 2.11.512 → 2.11.513

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 978616afc7ea41278a02364d7cf52e8773c0d3e906825258540cb3650ed317de
4
- data.tar.gz: 5da8f25eb8d95143f7ee0b6941a47ae017fdc5ed5b2288a61634638991f0adc4
3
+ metadata.gz: b134264e545f8f0b1322122f8ec165b87fa030c948cd4b39ef10ec97fc442388
4
+ data.tar.gz: bcbf659e3a78aed6ac82f3b7b6150cf0d003a7722a31b93df75e5b9be7b55eb2
5
5
  SHA512:
6
- metadata.gz: 93dfb6988f406289ce4ee1b159e48dbc4320eba8dc35c53903fdee99e697da79fd9139dfb632f1545ff23b88268285b458e1c6a309f2f03cd96bc96ab6e0de76
7
- data.tar.gz: 80349f271c5261a14d67b2fc6a52e836936dfc5a95074ad6863777d0859da74054a576f0ed3a9c4eb450912f75986a613f58d44a64cd5b015569f52a6a2b18f7
6
+ metadata.gz: cde9cacffac185320bc8ac8a1e026332f44475cd8fed68c81d50f1874d37063a4030dbc4d88df25f020ead25b189e3da0ecd45286d693cf5f6b98167d9970641
7
+ data.tar.gz: 1137cdf491d9e20c6c897756cfb662c7b97e5f66d7677fd55b58fdf4ad816d09e8bbf594139b2cee1672f15c32f510652f36ab9999c9278be71ddad9f8de6e84
@@ -737,7 +737,8 @@
737
737
  "members":{
738
738
  "name":{"shape":"ReportGroupName"},
739
739
  "type":{"shape":"ReportType"},
740
- "exportConfig":{"shape":"ReportExportConfig"}
740
+ "exportConfig":{"shape":"ReportExportConfig"},
741
+ "tags":{"shape":"TagList"}
741
742
  }
742
743
  },
743
744
  "CreateReportGroupOutput":{
@@ -1510,7 +1511,8 @@
1510
1511
  "type":{"shape":"ReportType"},
1511
1512
  "exportConfig":{"shape":"ReportExportConfig"},
1512
1513
  "created":{"shape":"Timestamp"},
1513
- "lastModified":{"shape":"Timestamp"}
1514
+ "lastModified":{"shape":"Timestamp"},
1515
+ "tags":{"shape":"TagList"}
1514
1516
  }
1515
1517
  },
1516
1518
  "ReportGroupArns":{
@@ -1831,7 +1833,8 @@
1831
1833
  "required":["arn"],
1832
1834
  "members":{
1833
1835
  "arn":{"shape":"NonEmptyString"},
1834
- "exportConfig":{"shape":"ReportExportConfig"}
1836
+ "exportConfig":{"shape":"ReportExportConfig"},
1837
+ "tags":{"shape":"TagList"}
1835
1838
  }
1836
1839
  },
1837
1840
  "UpdateReportGroupOutput":{
@@ -1859,7 +1862,7 @@
1859
1862
  "ValueInput":{
1860
1863
  "type":"string",
1861
1864
  "max":255,
1862
- "min":1,
1865
+ "min":0,
1863
1866
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$"
1864
1867
  },
1865
1868
  "VpcConfig":{
@@ -22352,7 +22352,11 @@
22352
22352
  "CidrAuthorizationContext":{"shape":"CidrAuthorizationContext"},
22353
22353
  "PubliclyAdvertisable":{"shape":"Boolean"},
22354
22354
  "Description":{"shape":"String"},
22355
- "DryRun":{"shape":"Boolean"}
22355
+ "DryRun":{"shape":"Boolean"},
22356
+ "PoolTagSpecifications":{
22357
+ "shape":"TagSpecificationList",
22358
+ "locationName":"PoolTagSpecification"
22359
+ }
22356
22360
  }
22357
22361
  },
22358
22362
  "ProvisionByoipCidrResult":{
@@ -22419,6 +22423,10 @@
22419
22423
  "shape":"Integer",
22420
22424
  "locationName":"totalAvailableAddressCount"
22421
22425
  },
22426
+ "NetworkBorderGroup":{
22427
+ "shape":"String",
22428
+ "locationName":"networkBorderGroup"
22429
+ },
22422
22430
  "Tags":{
22423
22431
  "shape":"TagList",
22424
22432
  "locationName":"tagSet"
@@ -212,7 +212,8 @@
212
212
  "input":{"shape":"DeleteObjectsRequest"},
213
213
  "output":{"shape":"DeleteObjectsOutput"},
214
214
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html",
215
- "alias":"DeleteMultipleObjects"
215
+ "alias":"DeleteMultipleObjects",
216
+ "httpChecksumRequired":true
216
217
  },
217
218
  "DeletePublicAccessBlock":{
218
219
  "name":"DeletePublicAccessBlock",
@@ -631,7 +632,8 @@
631
632
  "requestUri":"/{Bucket}?acl"
632
633
  },
633
634
  "input":{"shape":"PutBucketAclRequest"},
634
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html"
635
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html",
636
+ "httpChecksumRequired":true
635
637
  },
636
638
  "PutBucketAnalyticsConfiguration":{
637
639
  "name":"PutBucketAnalyticsConfiguration",
@@ -648,7 +650,8 @@
648
650
  "requestUri":"/{Bucket}?cors"
649
651
  },
650
652
  "input":{"shape":"PutBucketCorsRequest"},
651
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html"
653
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html",
654
+ "httpChecksumRequired":true
652
655
  },
653
656
  "PutBucketEncryption":{
654
657
  "name":"PutBucketEncryption",
@@ -656,7 +659,8 @@
656
659
  "method":"PUT",
657
660
  "requestUri":"/{Bucket}?encryption"
658
661
  },
659
- "input":{"shape":"PutBucketEncryptionRequest"}
662
+ "input":{"shape":"PutBucketEncryptionRequest"},
663
+ "httpChecksumRequired":true
660
664
  },
661
665
  "PutBucketInventoryConfiguration":{
662
666
  "name":"PutBucketInventoryConfiguration",
@@ -674,7 +678,8 @@
674
678
  },
675
679
  "input":{"shape":"PutBucketLifecycleRequest"},
676
680
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html",
677
- "deprecated":true
681
+ "deprecated":true,
682
+ "httpChecksumRequired":true
678
683
  },
679
684
  "PutBucketLifecycleConfiguration":{
680
685
  "name":"PutBucketLifecycleConfiguration",
@@ -682,7 +687,8 @@
682
687
  "method":"PUT",
683
688
  "requestUri":"/{Bucket}?lifecycle"
684
689
  },
685
- "input":{"shape":"PutBucketLifecycleConfigurationRequest"}
690
+ "input":{"shape":"PutBucketLifecycleConfigurationRequest"},
691
+ "httpChecksumRequired":true
686
692
  },
687
693
  "PutBucketLogging":{
688
694
  "name":"PutBucketLogging",
@@ -691,7 +697,8 @@
691
697
  "requestUri":"/{Bucket}?logging"
692
698
  },
693
699
  "input":{"shape":"PutBucketLoggingRequest"},
694
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html"
700
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html",
701
+ "httpChecksumRequired":true
695
702
  },
696
703
  "PutBucketMetricsConfiguration":{
697
704
  "name":"PutBucketMetricsConfiguration",
@@ -709,7 +716,8 @@
709
716
  },
710
717
  "input":{"shape":"PutBucketNotificationRequest"},
711
718
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html",
712
- "deprecated":true
719
+ "deprecated":true,
720
+ "httpChecksumRequired":true
713
721
  },
714
722
  "PutBucketNotificationConfiguration":{
715
723
  "name":"PutBucketNotificationConfiguration",
@@ -726,7 +734,8 @@
726
734
  "requestUri":"/{Bucket}?policy"
727
735
  },
728
736
  "input":{"shape":"PutBucketPolicyRequest"},
729
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html"
737
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html",
738
+ "httpChecksumRequired":true
730
739
  },
731
740
  "PutBucketReplication":{
732
741
  "name":"PutBucketReplication",
@@ -734,7 +743,8 @@
734
743
  "method":"PUT",
735
744
  "requestUri":"/{Bucket}?replication"
736
745
  },
737
- "input":{"shape":"PutBucketReplicationRequest"}
746
+ "input":{"shape":"PutBucketReplicationRequest"},
747
+ "httpChecksumRequired":true
738
748
  },
739
749
  "PutBucketRequestPayment":{
740
750
  "name":"PutBucketRequestPayment",
@@ -743,7 +753,8 @@
743
753
  "requestUri":"/{Bucket}?requestPayment"
744
754
  },
745
755
  "input":{"shape":"PutBucketRequestPaymentRequest"},
746
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html"
756
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html",
757
+ "httpChecksumRequired":true
747
758
  },
748
759
  "PutBucketTagging":{
749
760
  "name":"PutBucketTagging",
@@ -752,7 +763,8 @@
752
763
  "requestUri":"/{Bucket}?tagging"
753
764
  },
754
765
  "input":{"shape":"PutBucketTaggingRequest"},
755
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html"
766
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html",
767
+ "httpChecksumRequired":true
756
768
  },
757
769
  "PutBucketVersioning":{
758
770
  "name":"PutBucketVersioning",
@@ -761,7 +773,8 @@
761
773
  "requestUri":"/{Bucket}?versioning"
762
774
  },
763
775
  "input":{"shape":"PutBucketVersioningRequest"},
764
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html"
776
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html",
777
+ "httpChecksumRequired":true
765
778
  },
766
779
  "PutBucketWebsite":{
767
780
  "name":"PutBucketWebsite",
@@ -770,7 +783,8 @@
770
783
  "requestUri":"/{Bucket}?website"
771
784
  },
772
785
  "input":{"shape":"PutBucketWebsiteRequest"},
773
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html"
786
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html",
787
+ "httpChecksumRequired":true
774
788
  },
775
789
  "PutObject":{
776
790
  "name":"PutObject",
@@ -793,7 +807,8 @@
793
807
  "errors":[
794
808
  {"shape":"NoSuchKey"}
795
809
  ],
796
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html"
810
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html",
811
+ "httpChecksumRequired":true
797
812
  },
798
813
  "PutObjectLegalHold":{
799
814
  "name":"PutObjectLegalHold",
@@ -802,7 +817,8 @@
802
817
  "requestUri":"/{Bucket}/{Key+}?legal-hold"
803
818
  },
804
819
  "input":{"shape":"PutObjectLegalHoldRequest"},
805
- "output":{"shape":"PutObjectLegalHoldOutput"}
820
+ "output":{"shape":"PutObjectLegalHoldOutput"},
821
+ "httpChecksumRequired":true
806
822
  },
807
823
  "PutObjectLockConfiguration":{
808
824
  "name":"PutObjectLockConfiguration",
@@ -811,7 +827,8 @@
811
827
  "requestUri":"/{Bucket}?object-lock"
812
828
  },
813
829
  "input":{"shape":"PutObjectLockConfigurationRequest"},
814
- "output":{"shape":"PutObjectLockConfigurationOutput"}
830
+ "output":{"shape":"PutObjectLockConfigurationOutput"},
831
+ "httpChecksumRequired":true
815
832
  },
816
833
  "PutObjectRetention":{
817
834
  "name":"PutObjectRetention",
@@ -820,7 +837,8 @@
820
837
  "requestUri":"/{Bucket}/{Key+}?retention"
821
838
  },
822
839
  "input":{"shape":"PutObjectRetentionRequest"},
823
- "output":{"shape":"PutObjectRetentionOutput"}
840
+ "output":{"shape":"PutObjectRetentionOutput"},
841
+ "httpChecksumRequired":true
824
842
  },
825
843
  "PutObjectTagging":{
826
844
  "name":"PutObjectTagging",
@@ -829,7 +847,8 @@
829
847
  "requestUri":"/{Bucket}/{Key+}?tagging"
830
848
  },
831
849
  "input":{"shape":"PutObjectTaggingRequest"},
832
- "output":{"shape":"PutObjectTaggingOutput"}
850
+ "output":{"shape":"PutObjectTaggingOutput"},
851
+ "httpChecksumRequired":true
833
852
  },
834
853
  "PutPublicAccessBlock":{
835
854
  "name":"PutPublicAccessBlock",
@@ -837,7 +856,8 @@
837
856
  "method":"PUT",
838
857
  "requestUri":"/{Bucket}?publicAccessBlock"
839
858
  },
840
- "input":{"shape":"PutPublicAccessBlockRequest"}
859
+ "input":{"shape":"PutPublicAccessBlockRequest"},
860
+ "httpChecksumRequired":true
841
861
  },
842
862
  "RestoreObject":{
843
863
  "name":"RestoreObject",
@@ -4751,6 +4771,8 @@
4751
4771
  },
4752
4772
  "ContentMD5":{
4753
4773
  "shape":"ContentMD5",
4774
+ "deprecated":true,
4775
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4754
4776
  "location":"header",
4755
4777
  "locationName":"Content-MD5"
4756
4778
  },
@@ -4827,6 +4849,8 @@
4827
4849
  },
4828
4850
  "ContentMD5":{
4829
4851
  "shape":"ContentMD5",
4852
+ "deprecated":true,
4853
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4830
4854
  "location":"header",
4831
4855
  "locationName":"Content-MD5"
4832
4856
  }
@@ -4847,6 +4871,8 @@
4847
4871
  },
4848
4872
  "ContentMD5":{
4849
4873
  "shape":"ContentMD5",
4874
+ "deprecated":true,
4875
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4850
4876
  "location":"header",
4851
4877
  "locationName":"Content-MD5"
4852
4878
  },
@@ -4912,6 +4938,8 @@
4912
4938
  },
4913
4939
  "ContentMD5":{
4914
4940
  "shape":"ContentMD5",
4941
+ "deprecated":true,
4942
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4915
4943
  "location":"header",
4916
4944
  "locationName":"Content-MD5"
4917
4945
  },
@@ -4942,6 +4970,8 @@
4942
4970
  },
4943
4971
  "ContentMD5":{
4944
4972
  "shape":"ContentMD5",
4973
+ "deprecated":true,
4974
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4945
4975
  "location":"header",
4946
4976
  "locationName":"Content-MD5"
4947
4977
  }
@@ -5008,6 +5038,8 @@
5008
5038
  },
5009
5039
  "ContentMD5":{
5010
5040
  "shape":"ContentMD5",
5041
+ "deprecated":true,
5042
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5011
5043
  "location":"header",
5012
5044
  "locationName":"Content-MD5"
5013
5045
  },
@@ -5033,6 +5065,8 @@
5033
5065
  },
5034
5066
  "ContentMD5":{
5035
5067
  "shape":"ContentMD5",
5068
+ "deprecated":true,
5069
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5036
5070
  "location":"header",
5037
5071
  "locationName":"Content-MD5"
5038
5072
  },
@@ -5059,6 +5093,8 @@
5059
5093
  },
5060
5094
  "ContentMD5":{
5061
5095
  "shape":"ContentMD5",
5096
+ "deprecated":true,
5097
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5062
5098
  "location":"header",
5063
5099
  "locationName":"Content-MD5"
5064
5100
  },
@@ -5089,6 +5125,8 @@
5089
5125
  },
5090
5126
  "ContentMD5":{
5091
5127
  "shape":"ContentMD5",
5128
+ "deprecated":true,
5129
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5092
5130
  "location":"header",
5093
5131
  "locationName":"Content-MD5"
5094
5132
  },
@@ -5114,6 +5152,8 @@
5114
5152
  },
5115
5153
  "ContentMD5":{
5116
5154
  "shape":"ContentMD5",
5155
+ "deprecated":true,
5156
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5117
5157
  "location":"header",
5118
5158
  "locationName":"Content-MD5"
5119
5159
  },
@@ -5139,6 +5179,8 @@
5139
5179
  },
5140
5180
  "ContentMD5":{
5141
5181
  "shape":"ContentMD5",
5182
+ "deprecated":true,
5183
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5142
5184
  "location":"header",
5143
5185
  "locationName":"Content-MD5"
5144
5186
  },
@@ -5169,6 +5211,8 @@
5169
5211
  },
5170
5212
  "ContentMD5":{
5171
5213
  "shape":"ContentMD5",
5214
+ "deprecated":true,
5215
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5172
5216
  "location":"header",
5173
5217
  "locationName":"Content-MD5"
5174
5218
  },
@@ -5214,6 +5258,8 @@
5214
5258
  },
5215
5259
  "ContentMD5":{
5216
5260
  "shape":"ContentMD5",
5261
+ "deprecated":true,
5262
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5217
5263
  "location":"header",
5218
5264
  "locationName":"Content-MD5"
5219
5265
  },
@@ -5304,6 +5350,8 @@
5304
5350
  },
5305
5351
  "ContentMD5":{
5306
5352
  "shape":"ContentMD5",
5353
+ "deprecated":true,
5354
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5307
5355
  "location":"header",
5308
5356
  "locationName":"Content-MD5"
5309
5357
  }
@@ -5346,6 +5394,8 @@
5346
5394
  },
5347
5395
  "ContentMD5":{
5348
5396
  "shape":"ContentMD5",
5397
+ "deprecated":true,
5398
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5349
5399
  "location":"header",
5350
5400
  "locationName":"Content-MD5"
5351
5401
  }
@@ -5610,6 +5660,8 @@
5610
5660
  },
5611
5661
  "ContentMD5":{
5612
5662
  "shape":"ContentMD5",
5663
+ "deprecated":true,
5664
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5613
5665
  "location":"header",
5614
5666
  "locationName":"Content-MD5"
5615
5667
  }
@@ -5651,6 +5703,8 @@
5651
5703
  },
5652
5704
  "ContentMD5":{
5653
5705
  "shape":"ContentMD5",
5706
+ "deprecated":true,
5707
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5654
5708
  "location":"header",
5655
5709
  "locationName":"Content-MD5"
5656
5710
  },
@@ -5676,6 +5730,8 @@
5676
5730
  },
5677
5731
  "ContentMD5":{
5678
5732
  "shape":"ContentMD5",
5733
+ "deprecated":true,
5734
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5679
5735
  "location":"header",
5680
5736
  "locationName":"Content-MD5"
5681
5737
  },
@@ -44,7 +44,7 @@
44
44
  "Bucket": "acexamplebucket",
45
45
  "ETag": "\"4d9031c7644d8081c2829f4ea23c55f7-2\"",
46
46
  "Key": "bigobject",
47
- "Location": "https://examplebucket.s3.amazonaws.com/bigobject"
47
+ "Location": "https://examplebucket.s3.<Region>.amazonaws.com/bigobject"
48
48
  },
49
49
  "comments": {
50
50
  "input": {
@@ -107,7 +107,7 @@
107
107
  }
108
108
  },
109
109
  "output": {
110
- "Location": "http://examplebucket.s3.amazonaws.com/"
110
+ "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
111
111
  },
112
112
  "comments": {
113
113
  "input": {
@@ -257,8 +257,10 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "ExampleBucket",
261
- "Key": "HappyFace.jpg"
260
+ "Bucket": "examplebucket",
261
+ "Key": "objectkey.jpg"
262
+ },
263
+ "output": {
262
264
  },
263
265
  "comments": {
264
266
  "input": {
@@ -266,16 +268,14 @@
266
268
  "output": {
267
269
  }
268
270
  },
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)"
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"
272
274
  },
273
275
  {
274
276
  "input": {
275
- "Bucket": "examplebucket",
276
- "Key": "objectkey.jpg"
277
- },
278
- "output": {
277
+ "Bucket": "ExampleBucket",
278
+ "Key": "HappyFace.jpg"
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 an S3 bucket.",
287
- "id": "to-delete-an-object-1472850136595",
288
- "title": "To delete an object"
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)"
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": [
@@ -1567,16 +1567,16 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "HappyFace.jpg",
1570
+ "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "HappyFace.jpg",
1572
+ "Key": "exampleobject",
1573
1573
  "ServerSideEncryption": "AES256",
1574
- "StorageClass": "STANDARD_IA"
1574
+ "Tagging": "key1=value1&key2=value2"
1575
1575
  },
1576
1576
  "output": {
1577
1577
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
1578
  "ServerSideEncryption": "AES256",
1579
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1579
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1580
1580
  },
1581
1581
  "comments": {
1582
1582
  "input": {
@@ -1584,20 +1584,19 @@
1584
1584
  "output": {
1585
1585
  }
1586
1586
  },
1587
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1588
- "id": "to-upload-an-object-(specify-optional-headers)",
1589
- "title": "To upload an object (specify optional headers)"
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"
1590
1590
  },
1591
1591
  {
1592
1592
  "input": {
1593
- "Body": "c:\\HappyFace.jpg",
1593
+ "Body": "filetoupload",
1594
1594
  "Bucket": "examplebucket",
1595
- "Key": "HappyFace.jpg",
1596
- "Tagging": "key1=value1&key2=value2"
1595
+ "Key": "objectkey"
1597
1596
  },
1598
1597
  "output": {
1599
1598
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1599
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1601
1600
  },
1602
1601
  "comments": {
1603
1602
  "input": {
@@ -1605,23 +1604,20 @@
1605
1604
  "output": {
1606
1605
  }
1607
1606
  },
1608
- "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.",
1609
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1610
- "title": "To upload an object and specify optional tags"
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."
1611
1610
  },
1612
1611
  {
1613
1612
  "input": {
1614
- "Body": "filetoupload",
1613
+ "Body": "c:\\HappyFace.jpg",
1615
1614
  "Bucket": "examplebucket",
1616
- "Key": "exampleobject",
1617
- "Metadata": {
1618
- "metadata1": "value1",
1619
- "metadata2": "value2"
1620
- }
1615
+ "Key": "HappyFace.jpg",
1616
+ "Tagging": "key1=value1&key2=value2"
1621
1617
  },
1622
1618
  "output": {
1623
1619
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1624
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1620
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1625
1621
  },
1626
1622
  "comments": {
1627
1623
  "input": {
@@ -1629,19 +1625,22 @@
1629
1625
  "output": {
1630
1626
  }
1631
1627
  },
1632
- "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.",
1633
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1634
- "title": "To upload object and specify user-defined metadata"
1628
+ "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.",
1629
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1630
+ "title": "To upload an object and specify optional tags"
1635
1631
  },
1636
1632
  {
1637
1633
  "input": {
1638
- "Body": "filetoupload",
1634
+ "Body": "HappyFace.jpg",
1639
1635
  "Bucket": "examplebucket",
1640
- "Key": "objectkey"
1636
+ "Key": "HappyFace.jpg",
1637
+ "ServerSideEncryption": "AES256",
1638
+ "StorageClass": "STANDARD_IA"
1641
1639
  },
1642
1640
  "output": {
1643
1641
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1644
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1642
+ "ServerSideEncryption": "AES256",
1643
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1645
1644
  },
1646
1645
  "comments": {
1647
1646
  "input": {
@@ -1649,19 +1648,23 @@
1649
1648
  "output": {
1650
1649
  }
1651
1650
  },
1652
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1653
- "id": "to-create-an-object-1483147613675",
1654
- "title": "To create an object."
1651
+ "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.",
1652
+ "id": "to-upload-an-object-(specify-optional-headers)",
1653
+ "title": "To upload an object (specify optional headers)"
1655
1654
  },
1656
1655
  {
1657
1656
  "input": {
1658
- "Body": "HappyFace.jpg",
1657
+ "Body": "filetoupload",
1659
1658
  "Bucket": "examplebucket",
1660
- "Key": "HappyFace.jpg"
1659
+ "Key": "exampleobject",
1660
+ "Metadata": {
1661
+ "metadata1": "value1",
1662
+ "metadata2": "value2"
1663
+ }
1661
1664
  },
1662
1665
  "output": {
1663
1666
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1664
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1667
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1665
1668
  },
1666
1669
  "comments": {
1667
1670
  "input": {
@@ -1669,9 +1672,9 @@
1669
1672
  "output": {
1670
1673
  }
1671
1674
  },
1672
- "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.",
1673
- "id": "to-upload-an-object-1481760101010",
1674
- "title": "To upload an object"
1675
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1676
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
+ "title": "To upload object and specify user-defined metadata"
1675
1678
  },
1676
1679
  {
1677
1680
  "input": {
@@ -1696,16 +1699,13 @@
1696
1699
  },
1697
1700
  {
1698
1701
  "input": {
1699
- "Body": "filetoupload",
1702
+ "Body": "HappyFace.jpg",
1700
1703
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1704
+ "Key": "HappyFace.jpg"
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1708
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads 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"
1716
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
+ "id": "to-upload-an-object-1481760101010",
1718
+ "title": "To upload an object"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -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
  }
@@ -277,13 +277,15 @@
277
277
  "type":"structure",
278
278
  "required":["TimeoutInSeconds"],
279
279
  "members":{
280
- "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"}
280
+ "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
281
+ "MemoryInMB":{"shape":"MaxSize3008"}
281
282
  }
282
283
  },
283
284
  "CanaryRunConfigOutput":{
284
285
  "type":"structure",
285
286
  "members":{
286
- "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"}
287
+ "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
288
+ "MemoryInMB":{"shape":"MaxSize3008"}
287
289
  }
288
290
  },
289
291
  "CanaryRunState":{
@@ -554,6 +556,11 @@
554
556
  "max":1024,
555
557
  "min":1
556
558
  },
559
+ "MaxSize3008":{
560
+ "type":"integer",
561
+ "max":3008,
562
+ "min":960
563
+ },
557
564
  "ResourceNotFoundException":{
558
565
  "type":"structure",
559
566
  "members":{
@@ -1999,6 +1999,7 @@
1999
1999
  "ca-central-1" : { },
2000
2000
  "eu-central-1" : { },
2001
2001
  "eu-north-1" : { },
2002
+ "eu-south-1" : { },
2002
2003
  "eu-west-1" : { },
2003
2004
  "eu-west-2" : { },
2004
2005
  "eu-west-3" : { },
@@ -2062,6 +2063,12 @@
2062
2063
  },
2063
2064
  "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com"
2064
2065
  },
2066
+ "fips-eu-south-1" : {
2067
+ "credentialScope" : {
2068
+ "region" : "eu-south-1"
2069
+ },
2070
+ "hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
2071
+ },
2065
2072
  "fips-eu-west-1" : {
2066
2073
  "credentialScope" : {
2067
2074
  "region" : "eu-west-1"
@@ -3123,8 +3130,10 @@
3123
3130
  "ap-southeast-2" : { },
3124
3131
  "ca-central-1" : { },
3125
3132
  "eu-central-1" : { },
3133
+ "eu-north-1" : { },
3126
3134
  "eu-west-1" : { },
3127
3135
  "eu-west-2" : { },
3136
+ "eu-west-3" : { },
3128
3137
  "sa-east-1" : { },
3129
3138
  "us-east-1" : { },
3130
3139
  "us-east-2" : { },
@@ -6958,6 +6967,18 @@
6958
6967
  },
6959
6968
  "elasticloadbalancing" : {
6960
6969
  "endpoints" : {
6970
+ "fips-us-gov-east-1" : {
6971
+ "credentialScope" : {
6972
+ "region" : "us-gov-east-1"
6973
+ },
6974
+ "hostname" : "elasticloadbalancing-fips.us-gov-east-1.amazonaws.com"
6975
+ },
6976
+ "fips-us-gov-west-1" : {
6977
+ "credentialScope" : {
6978
+ "region" : "us-gov-west-1"
6979
+ },
6980
+ "hostname" : "elasticloadbalancing-fips.us-gov-west-1.amazonaws.com"
6981
+ },
6961
6982
  "us-gov-east-1" : { },
6962
6983
  "us-gov-west-1" : {
6963
6984
  "protocols" : [ "http", "https" ]
@@ -7095,7 +7116,13 @@
7095
7116
  "protocols" : [ "https" ]
7096
7117
  },
7097
7118
  "endpoints" : {
7098
- "us-gov-west-1" : { }
7119
+ "us-gov-west-1" : { },
7120
+ "us-gov-west-1-fips" : {
7121
+ "credentialScope" : {
7122
+ "region" : "us-gov-west-1"
7123
+ },
7124
+ "hostname" : "guardduty.us-gov-west-1.amazonaws.com"
7125
+ }
7099
7126
  },
7100
7127
  "isRegionalized" : true
7101
7128
  },
@@ -7272,6 +7299,12 @@
7272
7299
  "region" : "us-gov-west-1"
7273
7300
  },
7274
7301
  "hostname" : "organizations.us-gov-west-1.amazonaws.com"
7302
+ },
7303
+ "fips-aws-us-gov-global" : {
7304
+ "credentialScope" : {
7305
+ "region" : "us-gov-west-1"
7306
+ },
7307
+ "hostname" : "organizations.us-gov-west-1.amazonaws.com"
7275
7308
  }
7276
7309
  },
7277
7310
  "isRegionalized" : false,
@@ -7550,8 +7583,17 @@
7550
7583
  },
7551
7584
  "sns" : {
7552
7585
  "endpoints" : {
7553
- "us-gov-east-1" : { },
7586
+ "us-gov-east-1" : {
7587
+ "credentialScope" : {
7588
+ "region" : "us-gov-east-1"
7589
+ },
7590
+ "hostname" : "sns.us-gov-east-1.amazonaws.com"
7591
+ },
7554
7592
  "us-gov-west-1" : {
7593
+ "credentialScope" : {
7594
+ "region" : "us-gov-west-1"
7595
+ },
7596
+ "hostname" : "sns.us-gov-west-1.amazonaws.com",
7555
7597
  "protocols" : [ "http", "https" ]
7556
7598
  }
7557
7599
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.512'
2
+ VERSION = '2.11.513'
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.512
4
+ version: 2.11.513
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-05-20 00:00:00.000000000 Z
11
+ date: 2020-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath