aws-sdk-core 2.10.79 → 2.10.80

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
  SHA1:
3
- metadata.gz: 8e041e1e505763e8fd0793f500b1e5f4be771e0f
4
- data.tar.gz: ae97eccf7e4f413e911ee773e7fa15418b0f9291
3
+ metadata.gz: 97bc9b08e113959fd1a2f6d204a73c26e0e2c9ba
4
+ data.tar.gz: c03673debfc4d5b38cf8bcb30ae83403b2dd5c27
5
5
  SHA512:
6
- metadata.gz: d6efd939216990632a4cda56be07ceb7d185d5904b6d3365bbe7a1622c3dc11fc264586145a32d9c65444385e3a38d4d3918e980f535685ac9d1ab28aa833e89
7
- data.tar.gz: e479b6edc07a79f7ee97b6eeaa6225d9409e4a909e196c8edbdfd27fded8d77d661f376cbb6e3b34f40f62f9350fa2fa111088b397f303e374d4ee5ed20afaa6
6
+ metadata.gz: 165c1212f9124dd3bb722e84fe78e07434a8bad18c3c09a116503987b313209c7fabd9cdee3620da7db3b2fa7f479fa93b93e466bce6a61080e9d43c49386de8
7
+ data.tar.gz: bf69f3b194971eb7811c152535843390577b32ff8210fc6f9fa51aedfeecccdf993fb8fa4b20a5ddb6bb186390014d38c7bc8f410600378b07e99b576a21d7f0
@@ -3463,6 +3463,7 @@
3463
3463
  "exception":true
3464
3464
  },
3465
3465
  "Double":{"type":"double"},
3466
+ "DoubleOptional":{"type":"double"},
3466
3467
  "DoubleRange":{
3467
3468
  "type":"structure",
3468
3469
  "members":{
@@ -4353,7 +4354,13 @@
4353
4354
  "SupportsIops":{"shape":"Boolean"},
4354
4355
  "SupportsEnhancedMonitoring":{"shape":"Boolean"},
4355
4356
  "SupportsIAMDatabaseAuthentication":{"shape":"Boolean"},
4356
- "SupportsPerformanceInsights":{"shape":"Boolean"}
4357
+ "SupportsPerformanceInsights":{"shape":"Boolean"},
4358
+ "MinStorageSize":{"shape":"IntegerOptional"},
4359
+ "MaxStorageSize":{"shape":"IntegerOptional"},
4360
+ "MinIopsPerDbInstance":{"shape":"IntegerOptional"},
4361
+ "MaxIopsPerDbInstance":{"shape":"IntegerOptional"},
4362
+ "MinIopsPerGib":{"shape":"DoubleOptional"},
4363
+ "MaxIopsPerGib":{"shape":"DoubleOptional"}
4357
4364
  },
4358
4365
  "wrapper":true
4359
4366
  },
@@ -8,6 +8,7 @@
8
8
  "protocol":"rest-xml",
9
9
  "serviceAbbreviation":"Amazon S3",
10
10
  "serviceFullName":"Amazon Simple Storage Service",
11
+ "serviceId":"S3",
11
12
  "signatureVersion":"s3",
12
13
  "timestampFormat":"rfc822",
13
14
  "uid":"s3-2006-03-01"
@@ -102,6 +103,14 @@
102
103
  "input":{"shape":"DeleteBucketCorsRequest"},
103
104
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEcors.html"
104
105
  },
106
+ "DeleteBucketEncryption":{
107
+ "name":"DeleteBucketEncryption",
108
+ "http":{
109
+ "method":"DELETE",
110
+ "requestUri":"/{Bucket}?encryption"
111
+ },
112
+ "input":{"shape":"DeleteBucketEncryptionRequest"}
113
+ },
105
114
  "DeleteBucketInventoryConfiguration":{
106
115
  "name":"DeleteBucketInventoryConfiguration",
107
116
  "http":{
@@ -230,6 +239,15 @@
230
239
  "output":{"shape":"GetBucketCorsOutput"},
231
240
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETcors.html"
232
241
  },
242
+ "GetBucketEncryption":{
243
+ "name":"GetBucketEncryption",
244
+ "http":{
245
+ "method":"GET",
246
+ "requestUri":"/{Bucket}?encryption"
247
+ },
248
+ "input":{"shape":"GetBucketEncryptionRequest"},
249
+ "output":{"shape":"GetBucketEncryptionOutput"}
250
+ },
233
251
  "GetBucketInventoryConfiguration":{
234
252
  "name":"GetBucketInventoryConfiguration",
235
253
  "http":{
@@ -565,6 +583,14 @@
565
583
  "input":{"shape":"PutBucketCorsRequest"},
566
584
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html"
567
585
  },
586
+ "PutBucketEncryption":{
587
+ "name":"PutBucketEncryption",
588
+ "http":{
589
+ "method":"PUT",
590
+ "requestUri":"/{Bucket}?encryption"
591
+ },
592
+ "input":{"shape":"PutBucketEncryptionRequest"}
593
+ },
568
594
  "PutBucketInventoryConfiguration":{
569
595
  "name":"PutBucketInventoryConfiguration",
570
596
  "http":{
@@ -812,6 +838,13 @@
812
838
  "Owner":{"shape":"Owner"}
813
839
  }
814
840
  },
841
+ "AccessControlTranslation":{
842
+ "type":"structure",
843
+ "required":["Owner"],
844
+ "members":{
845
+ "Owner":{"shape":"OwnerOverride"}
846
+ }
847
+ },
815
848
  "AccountId":{"type":"string"},
816
849
  "AllowedHeader":{"type":"string"},
817
850
  "AllowedHeaders":{
@@ -1153,6 +1186,7 @@
1153
1186
  "KeyPrefixEquals":{"shape":"KeyPrefixEquals"}
1154
1187
  }
1155
1188
  },
1189
+ "ConfirmRemoveSelfBucketAccess":{"type":"boolean"},
1156
1190
  "ContentDisposition":{"type":"string"},
1157
1191
  "ContentEncoding":{"type":"string"},
1158
1192
  "ContentLanguage":{"type":"string"},
@@ -1693,6 +1727,17 @@
1693
1727
  }
1694
1728
  }
1695
1729
  },
1730
+ "DeleteBucketEncryptionRequest":{
1731
+ "type":"structure",
1732
+ "required":["Bucket"],
1733
+ "members":{
1734
+ "Bucket":{
1735
+ "shape":"BucketName",
1736
+ "location":"uri",
1737
+ "locationName":"Bucket"
1738
+ }
1739
+ }
1740
+ },
1696
1741
  "DeleteBucketInventoryConfigurationRequest":{
1697
1742
  "type":"structure",
1698
1743
  "required":[
@@ -1967,7 +2012,10 @@
1967
2012
  "required":["Bucket"],
1968
2013
  "members":{
1969
2014
  "Bucket":{"shape":"BucketName"},
1970
- "StorageClass":{"shape":"StorageClass"}
2015
+ "Account":{"shape":"AccountId"},
2016
+ "StorageClass":{"shape":"StorageClass"},
2017
+ "AccessControlTranslation":{"shape":"AccessControlTranslation"},
2018
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
1971
2019
  }
1972
2020
  },
1973
2021
  "DisplayName":{"type":"string"},
@@ -1977,6 +2025,12 @@
1977
2025
  "type":"string",
1978
2026
  "enum":["url"]
1979
2027
  },
2028
+ "EncryptionConfiguration":{
2029
+ "type":"structure",
2030
+ "members":{
2031
+ "ReplicaKmsKeyID":{"shape":"ReplicaKmsKeyID"}
2032
+ }
2033
+ },
1980
2034
  "Error":{
1981
2035
  "type":"structure",
1982
2036
  "members":{
@@ -2138,6 +2192,24 @@
2138
2192
  }
2139
2193
  }
2140
2194
  },
2195
+ "GetBucketEncryptionOutput":{
2196
+ "type":"structure",
2197
+ "members":{
2198
+ "ServerSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"}
2199
+ },
2200
+ "payload":"ServerSideEncryptionConfiguration"
2201
+ },
2202
+ "GetBucketEncryptionRequest":{
2203
+ "type":"structure",
2204
+ "required":["Bucket"],
2205
+ "members":{
2206
+ "Bucket":{
2207
+ "shape":"BucketName",
2208
+ "location":"uri",
2209
+ "locationName":"Bucket"
2210
+ }
2211
+ }
2212
+ },
2141
2213
  "GetBucketInventoryConfigurationOutput":{
2142
2214
  "type":"structure",
2143
2215
  "members":{
@@ -3069,6 +3141,19 @@
3069
3141
  "S3BucketDestination":{"shape":"InventoryS3BucketDestination"}
3070
3142
  }
3071
3143
  },
3144
+ "InventoryEncryption":{
3145
+ "type":"structure",
3146
+ "members":{
3147
+ "SSES3":{
3148
+ "shape":"SSES3",
3149
+ "locationName":"SSE-S3"
3150
+ },
3151
+ "SSEKMS":{
3152
+ "shape":"SSEKMS",
3153
+ "locationName":"SSE-KMS"
3154
+ }
3155
+ }
3156
+ },
3072
3157
  "InventoryFilter":{
3073
3158
  "type":"structure",
3074
3159
  "required":["Prefix"],
@@ -3103,7 +3188,8 @@
3103
3188
  "StorageClass",
3104
3189
  "ETag",
3105
3190
  "IsMultipartUploaded",
3106
- "ReplicationStatus"
3191
+ "ReplicationStatus",
3192
+ "EncryptionStatus"
3107
3193
  ]
3108
3194
  },
3109
3195
  "InventoryOptionalFields":{
@@ -3123,7 +3209,8 @@
3123
3209
  "AccountId":{"shape":"AccountId"},
3124
3210
  "Bucket":{"shape":"BucketName"},
3125
3211
  "Format":{"shape":"InventoryFormat"},
3126
- "Prefix":{"shape":"Prefix"}
3212
+ "Prefix":{"shape":"Prefix"},
3213
+ "Encryption":{"shape":"InventoryEncryption"}
3127
3214
  }
3128
3215
  },
3129
3216
  "InventorySchedule":{
@@ -3913,6 +4000,10 @@
3913
4000
  "ID":{"shape":"ID"}
3914
4001
  }
3915
4002
  },
4003
+ "OwnerOverride":{
4004
+ "type":"string",
4005
+ "enum":["Destination"]
4006
+ },
3916
4007
  "Part":{
3917
4008
  "type":"structure",
3918
4009
  "members":{
@@ -4079,6 +4170,31 @@
4079
4170
  },
4080
4171
  "payload":"CORSConfiguration"
4081
4172
  },
4173
+ "PutBucketEncryptionRequest":{
4174
+ "type":"structure",
4175
+ "required":[
4176
+ "Bucket",
4177
+ "ServerSideEncryptionConfiguration"
4178
+ ],
4179
+ "members":{
4180
+ "Bucket":{
4181
+ "shape":"BucketName",
4182
+ "location":"uri",
4183
+ "locationName":"Bucket"
4184
+ },
4185
+ "ContentMD5":{
4186
+ "shape":"ContentMD5",
4187
+ "location":"header",
4188
+ "locationName":"Content-MD5"
4189
+ },
4190
+ "ServerSideEncryptionConfiguration":{
4191
+ "shape":"ServerSideEncryptionConfiguration",
4192
+ "locationName":"ServerSideEncryptionConfiguration",
4193
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
4194
+ }
4195
+ },
4196
+ "payload":"ServerSideEncryptionConfiguration"
4197
+ },
4082
4198
  "PutBucketInventoryConfigurationRequest":{
4083
4199
  "type":"structure",
4084
4200
  "required":[
@@ -4257,6 +4373,11 @@
4257
4373
  "location":"header",
4258
4374
  "locationName":"Content-MD5"
4259
4375
  },
4376
+ "ConfirmRemoveSelfBucketAccess":{
4377
+ "shape":"ConfirmRemoveSelfBucketAccess",
4378
+ "location":"header",
4379
+ "locationName":"x-amz-confirm-remove-self-bucket-access"
4380
+ },
4260
4381
  "Policy":{"shape":"Policy"}
4261
4382
  },
4262
4383
  "payload":"Policy"
@@ -4763,6 +4884,7 @@
4763
4884
  },
4764
4885
  "ReplaceKeyPrefixWith":{"type":"string"},
4765
4886
  "ReplaceKeyWith":{"type":"string"},
4887
+ "ReplicaKmsKeyID":{"type":"string"},
4766
4888
  "ReplicationConfiguration":{
4767
4889
  "type":"structure",
4768
4890
  "required":[
@@ -4788,6 +4910,7 @@
4788
4910
  "ID":{"shape":"ID"},
4789
4911
  "Prefix":{"shape":"Prefix"},
4790
4912
  "Status":{"shape":"ReplicationRuleStatus"},
4913
+ "SourceSelectionCriteria":{"shape":"SourceSelectionCriteria"},
4791
4914
  "Destination":{"shape":"Destination"}
4792
4915
  }
4793
4916
  },
@@ -4940,10 +5063,24 @@
4940
5063
  "sensitive":true
4941
5064
  },
4942
5065
  "SSECustomerKeyMD5":{"type":"string"},
5066
+ "SSEKMS":{
5067
+ "type":"structure",
5068
+ "required":["KeyId"],
5069
+ "members":{
5070
+ "KeyId":{"shape":"SSEKMSKeyId"}
5071
+ },
5072
+ "locationName":"SSE-KMS"
5073
+ },
4943
5074
  "SSEKMSKeyId":{
4944
5075
  "type":"string",
4945
5076
  "sensitive":true
4946
5077
  },
5078
+ "SSES3":{
5079
+ "type":"structure",
5080
+ "members":{
5081
+ },
5082
+ "locationName":"SSE-S3"
5083
+ },
4947
5084
  "ServerSideEncryption":{
4948
5085
  "type":"string",
4949
5086
  "enum":[
@@ -4951,7 +5088,56 @@
4951
5088
  "aws:kms"
4952
5089
  ]
4953
5090
  },
5091
+ "ServerSideEncryptionByDefault":{
5092
+ "type":"structure",
5093
+ "required":["SSEAlgorithm"],
5094
+ "members":{
5095
+ "SSEAlgorithm":{"shape":"ServerSideEncryption"},
5096
+ "KMSMasterKeyID":{"shape":"SSEKMSKeyId"}
5097
+ }
5098
+ },
5099
+ "ServerSideEncryptionConfiguration":{
5100
+ "type":"structure",
5101
+ "required":["Rules"],
5102
+ "members":{
5103
+ "Rules":{
5104
+ "shape":"ServerSideEncryptionRules",
5105
+ "locationName":"Rule"
5106
+ }
5107
+ }
5108
+ },
5109
+ "ServerSideEncryptionRule":{
5110
+ "type":"structure",
5111
+ "members":{
5112
+ "ApplyServerSideEncryptionByDefault":{"shape":"ServerSideEncryptionByDefault"}
5113
+ }
5114
+ },
5115
+ "ServerSideEncryptionRules":{
5116
+ "type":"list",
5117
+ "member":{"shape":"ServerSideEncryptionRule"},
5118
+ "flattened":true
5119
+ },
4954
5120
  "Size":{"type":"integer"},
5121
+ "SourceSelectionCriteria":{
5122
+ "type":"structure",
5123
+ "members":{
5124
+ "SseKmsEncryptedObjects":{"shape":"SseKmsEncryptedObjects"}
5125
+ }
5126
+ },
5127
+ "SseKmsEncryptedObjects":{
5128
+ "type":"structure",
5129
+ "required":["Status"],
5130
+ "members":{
5131
+ "Status":{"shape":"SseKmsEncryptedObjectsStatus"}
5132
+ }
5133
+ },
5134
+ "SseKmsEncryptedObjectsStatus":{
5135
+ "type":"string",
5136
+ "enum":[
5137
+ "Enabled",
5138
+ "Disabled"
5139
+ ]
5140
+ },
4955
5141
  "StartAfter":{"type":"string"},
4956
5142
  "StorageClass":{
4957
5143
  "type":"string",
@@ -1850,7 +1850,7 @@
1850
1850
  {
1851
1851
  "input": {
1852
1852
  "Bucket": "examplebucket",
1853
- "CopySource": "bucketname/sourceobjectkey",
1853
+ "CopySource": "/bucketname/sourceobjectkey",
1854
1854
  "Key": "examplelargeobject",
1855
1855
  "PartNumber": "1",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
@@ -120,6 +120,18 @@
120
120
  ]
121
121
  }
122
122
  },
123
+ "LifecycleConfiguration": {
124
+ "resource": {
125
+ "type": "BucketLifecycleConfiguration",
126
+ "identifiers": [
127
+ {
128
+ "target": "BucketName",
129
+ "source": "identifier",
130
+ "name": "Name"
131
+ }
132
+ ]
133
+ }
134
+ },
123
135
  "Logging": {
124
136
  "resource": {
125
137
  "type": "BucketLogging",
@@ -360,6 +372,67 @@
360
372
  }
361
373
  }
362
374
  },
375
+ "BucketLifecycleConfiguration": {
376
+ "identifiers": [
377
+ {
378
+ "name": "BucketName"
379
+ }
380
+ ],
381
+ "shape": "GetBucketLifecycleConfigurationOutput",
382
+ "load": {
383
+ "request": {
384
+ "operation": "GetBucketLifecycleConfiguration",
385
+ "params": [
386
+ {
387
+ "target": "Bucket",
388
+ "source": "identifier",
389
+ "name": "BucketName"
390
+ }
391
+ ]
392
+ },
393
+ "path": "@"
394
+ },
395
+ "actions": {
396
+ "Delete": {
397
+ "request": {
398
+ "operation": "DeleteBucketLifecycle",
399
+ "params": [
400
+ {
401
+ "target": "Bucket",
402
+ "source": "identifier",
403
+ "name": "BucketName"
404
+ }
405
+ ]
406
+ }
407
+ },
408
+ "Put": {
409
+ "request": {
410
+ "operation": "PutBucketLifecycleConfiguration",
411
+ "params": [
412
+ {
413
+ "target": "Bucket",
414
+ "source": "identifier",
415
+ "name": "BucketName"
416
+ }
417
+ ]
418
+ }
419
+ }
420
+ },
421
+ "has": {
422
+ "Bucket": {
423
+ "resource": {
424
+ "type": "Bucket",
425
+ "identifiers": [
426
+ {
427
+ "target": "Name",
428
+ "source": "identifier",
429
+ "name": "BucketName"
430
+ }
431
+ ]
432
+ }
433
+ }
434
+ }
435
+ },
363
436
  "BucketLogging": {
364
437
  "identifiers": [
365
438
  { "name": "BucketName" }
@@ -1134,6 +1134,7 @@
1134
1134
  },
1135
1135
  "polly" : {
1136
1136
  "endpoints" : {
1137
+ "ap-northeast-1" : { },
1137
1138
  "eu-west-1" : { },
1138
1139
  "us-east-1" : { },
1139
1140
  "us-east-2" : { },
@@ -1289,14 +1290,17 @@
1289
1290
  "endpoints" : {
1290
1291
  "ap-northeast-1" : { },
1291
1292
  "ap-northeast-2" : { },
1293
+ "ap-south-1" : { },
1292
1294
  "ap-southeast-1" : { },
1293
1295
  "ap-southeast-2" : { },
1294
1296
  "ca-central-1" : { },
1295
1297
  "eu-central-1" : { },
1296
1298
  "eu-west-1" : { },
1297
1299
  "eu-west-2" : { },
1300
+ "sa-east-1" : { },
1298
1301
  "us-east-1" : { },
1299
1302
  "us-east-2" : { },
1303
+ "us-west-1" : { },
1300
1304
  "us-west-2" : { }
1301
1305
  }
1302
1306
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.79'
2
+ VERSION = '2.10.80'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.79
4
+ version: 2.10.80
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services