aws-sdk-core 2.0.0.rc7 → 2.0.0.rc8
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 +4 -4
- data/Gemfile +1 -5
- data/README.md +2 -2
- data/apis/CloudFormation-2010-05-15.json +27 -0
- data/apis/CloudSearch-2013-01-01.json +16 -0
- data/apis/CloudWatch-2010-08-01.json +0 -185
- data/apis/ElastiCache-2014-03-24.json +7 -0
- data/apis/ElasticTranscoder-2012-09-25.json +118 -2
- data/apis/Glacier-2012-06-01.json +52 -0
- data/apis/RDS-2013-09-09.json +4 -0
- data/apis/S3-2006-03-01.json +490 -468
- data/apis/StorageGateway-2013-06-30.json +28 -0
- data/apis/source/cloudformation-2010-05-15.json +43 -7
- data/apis/source/cloudsearch-2013-01-01.json +38 -16
- data/apis/source/directconnect-2012-10-25.paginators.json +8 -2
- data/apis/source/dynamodb-2012-08-10.json +270 -269
- data/apis/source/ec2-2014-02-01.json +30 -30
- data/apis/source/elasticache-2014-03-24.paginators.json +6 -0
- data/apis/source/elastictranscoder-2012-09-25.json +184 -56
- data/apis/source/elastictranscoder-2012-09-25.paginators.json +4 -0
- data/apis/source/email-2010-12-01.json +1 -1
- data/apis/source/email-2010-12-01.waiters.json +14 -0
- data/apis/source/glacier-2012-06-01.json +77 -13
- data/apis/source/monitoring-2010-08-01.json +0 -308
- data/apis/source/rds-2013-01-10.json +7 -7
- data/apis/source/rds-2013-02-12.json +7 -7
- data/apis/source/rds-2013-09-09.json +76 -57
- data/apis/source/s3-2006-03-01.json +2213 -1209
- data/apis/source/s3-2006-03-01.waiters.json +5 -0
- data/apis/source/storagegateway-2013-06-30.json +441 -401
- data/apis/source/storagegateway-2013-06-30.paginators.json +6 -6
- data/apis/source/sts-2011-06-15.json +9 -9
- data/apis/source/swf-2012-01-25.json +627 -627
- data/doc-src/templates/default/layout/html/layout.erb +37 -0
- data/lib/aws/credential_provider_chain.rb +5 -7
- data/lib/aws/version.rb +1 -1
- data/spec/fixtures/operations/s3/head_object.yml +2 -2
- metadata +4 -5
- data/apis/source/cloudfront-2014-01-31.normal.json +0 -2905
- data/apis/source/elasticloadbalancing-2012-06-01.normal.json +0 -2107
- data/apis/source/kinesis-2013-12-02.normal.json +0 -761
|
@@ -306,6 +306,32 @@
|
|
|
306
306
|
"retrieval_byte_range": {
|
|
307
307
|
"type": "string",
|
|
308
308
|
"serialized_name": "RetrievalByteRange"
|
|
309
|
+
},
|
|
310
|
+
"inventory_retrieval_parameters": {
|
|
311
|
+
"type": "structure",
|
|
312
|
+
"serialized_name": "InventoryRetrievalParameters",
|
|
313
|
+
"members": {
|
|
314
|
+
"format": {
|
|
315
|
+
"type": "string",
|
|
316
|
+
"serialized_name": "Format"
|
|
317
|
+
},
|
|
318
|
+
"start_date": {
|
|
319
|
+
"type": "iso8601_timestamp",
|
|
320
|
+
"serialized_name": "StartDate"
|
|
321
|
+
},
|
|
322
|
+
"end_date": {
|
|
323
|
+
"type": "iso8601_timestamp",
|
|
324
|
+
"serialized_name": "EndDate"
|
|
325
|
+
},
|
|
326
|
+
"limit": {
|
|
327
|
+
"type": "integer",
|
|
328
|
+
"serialized_name": "Limit"
|
|
329
|
+
},
|
|
330
|
+
"marker": {
|
|
331
|
+
"type": "string",
|
|
332
|
+
"serialized_name": "Marker"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
309
335
|
}
|
|
310
336
|
}
|
|
311
337
|
}
|
|
@@ -728,6 +754,32 @@
|
|
|
728
754
|
"retrieval_byte_range": {
|
|
729
755
|
"type": "string",
|
|
730
756
|
"serialized_name": "RetrievalByteRange"
|
|
757
|
+
},
|
|
758
|
+
"inventory_retrieval_parameters": {
|
|
759
|
+
"type": "structure",
|
|
760
|
+
"serialized_name": "InventoryRetrievalParameters",
|
|
761
|
+
"members": {
|
|
762
|
+
"format": {
|
|
763
|
+
"type": "string",
|
|
764
|
+
"serialized_name": "Format"
|
|
765
|
+
},
|
|
766
|
+
"start_date": {
|
|
767
|
+
"type": "iso8601_timestamp",
|
|
768
|
+
"serialized_name": "StartDate"
|
|
769
|
+
},
|
|
770
|
+
"end_date": {
|
|
771
|
+
"type": "iso8601_timestamp",
|
|
772
|
+
"serialized_name": "EndDate"
|
|
773
|
+
},
|
|
774
|
+
"limit": {
|
|
775
|
+
"type": "integer",
|
|
776
|
+
"serialized_name": "Limit"
|
|
777
|
+
},
|
|
778
|
+
"marker": {
|
|
779
|
+
"type": "string",
|
|
780
|
+
"serialized_name": "Marker"
|
|
781
|
+
}
|
|
782
|
+
}
|
|
731
783
|
}
|
|
732
784
|
}
|
|
733
785
|
}
|
data/apis/RDS-2013-09-09.json
CHANGED
data/apis/S3-2006-03-01.json
CHANGED
|
@@ -118,26 +118,26 @@
|
|
|
118
118
|
"output": {
|
|
119
119
|
"type": "output",
|
|
120
120
|
"members": {
|
|
121
|
+
"location": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"serialized_name": "Location"
|
|
124
|
+
},
|
|
121
125
|
"bucket": {
|
|
122
126
|
"type": "string",
|
|
123
127
|
"serialized_name": "Bucket"
|
|
124
128
|
},
|
|
125
|
-
"
|
|
129
|
+
"key": {
|
|
126
130
|
"type": "string",
|
|
127
|
-
"serialized_name": "
|
|
131
|
+
"serialized_name": "Key"
|
|
128
132
|
},
|
|
129
133
|
"expiration": {
|
|
130
134
|
"type": "rfc822_timestamp",
|
|
131
135
|
"location": "header",
|
|
132
136
|
"serialized_name": "x-amz-expiration"
|
|
133
137
|
},
|
|
134
|
-
"
|
|
135
|
-
"type": "string",
|
|
136
|
-
"serialized_name": "Key"
|
|
137
|
-
},
|
|
138
|
-
"location": {
|
|
138
|
+
"etag": {
|
|
139
139
|
"type": "string",
|
|
140
|
-
"serialized_name": "
|
|
140
|
+
"serialized_name": "ETag"
|
|
141
141
|
},
|
|
142
142
|
"server_side_encryption": {
|
|
143
143
|
"type": "string",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"serialized_name": "x-amz-copy-source"
|
|
213
213
|
},
|
|
214
214
|
"copy_source_if_match": {
|
|
215
|
-
"type": "
|
|
215
|
+
"type": "string",
|
|
216
216
|
"location": "header",
|
|
217
217
|
"serialized_name": "x-amz-copy-source-if-match"
|
|
218
218
|
},
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"serialized_name": "x-amz-copy-source-if-modified-since"
|
|
223
223
|
},
|
|
224
224
|
"copy_source_if_none_match": {
|
|
225
|
-
"type": "
|
|
225
|
+
"type": "string",
|
|
226
226
|
"location": "header",
|
|
227
227
|
"serialized_name": "x-amz-copy-source-if-none-match"
|
|
228
228
|
},
|
|
@@ -317,20 +317,20 @@
|
|
|
317
317
|
"serialized_name": "ETag"
|
|
318
318
|
},
|
|
319
319
|
"last_modified": {
|
|
320
|
-
"type": "
|
|
320
|
+
"type": "rfc822_timestamp",
|
|
321
321
|
"serialized_name": "LastModified"
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
-
"
|
|
326
|
-
"type": "
|
|
325
|
+
"expiration": {
|
|
326
|
+
"type": "rfc822_timestamp",
|
|
327
327
|
"location": "header",
|
|
328
|
-
"serialized_name": "x-amz-
|
|
328
|
+
"serialized_name": "x-amz-expiration"
|
|
329
329
|
},
|
|
330
|
-
"
|
|
330
|
+
"copy_source_version_id": {
|
|
331
331
|
"type": "string",
|
|
332
332
|
"location": "header",
|
|
333
|
-
"serialized_name": "x-amz-
|
|
333
|
+
"serialized_name": "x-amz-copy-source-version-id"
|
|
334
334
|
},
|
|
335
335
|
"server_side_encryption": {
|
|
336
336
|
"type": "string",
|
|
@@ -359,9 +359,7 @@
|
|
|
359
359
|
"private",
|
|
360
360
|
"public-read",
|
|
361
361
|
"public-read-write",
|
|
362
|
-
"authenticated-read"
|
|
363
|
-
"bucket-owner-read",
|
|
364
|
-
"bucket-owner-full-control"
|
|
362
|
+
"authenticated-read"
|
|
365
363
|
]
|
|
366
364
|
},
|
|
367
365
|
"bucket": {
|
|
@@ -558,6 +556,10 @@
|
|
|
558
556
|
"type": "string",
|
|
559
557
|
"serialized_name": "Key"
|
|
560
558
|
},
|
|
559
|
+
"upload_id": {
|
|
560
|
+
"type": "string",
|
|
561
|
+
"serialized_name": "UploadId"
|
|
562
|
+
},
|
|
561
563
|
"server_side_encryption": {
|
|
562
564
|
"type": "string",
|
|
563
565
|
"location": "header",
|
|
@@ -565,10 +567,6 @@
|
|
|
565
567
|
"enum": [
|
|
566
568
|
"AES256"
|
|
567
569
|
]
|
|
568
|
-
},
|
|
569
|
-
"upload_id": {
|
|
570
|
-
"type": "string",
|
|
571
|
-
"serialized_name": "UploadId"
|
|
572
570
|
}
|
|
573
571
|
}
|
|
574
572
|
}
|
|
@@ -769,14 +767,6 @@
|
|
|
769
767
|
"members": {
|
|
770
768
|
"type": "structure",
|
|
771
769
|
"members": {
|
|
772
|
-
"delete_marker": {
|
|
773
|
-
"type": "boolean",
|
|
774
|
-
"serialized_name": "DeleteMarker"
|
|
775
|
-
},
|
|
776
|
-
"delete_marker_version_id": {
|
|
777
|
-
"type": "string",
|
|
778
|
-
"serialized_name": "DeleteMarkerVersionId"
|
|
779
|
-
},
|
|
780
770
|
"key": {
|
|
781
771
|
"type": "string",
|
|
782
772
|
"serialized_name": "Key"
|
|
@@ -784,6 +774,14 @@
|
|
|
784
774
|
"version_id": {
|
|
785
775
|
"type": "string",
|
|
786
776
|
"serialized_name": "VersionId"
|
|
777
|
+
},
|
|
778
|
+
"delete_marker": {
|
|
779
|
+
"type": "boolean",
|
|
780
|
+
"serialized_name": "DeleteMarker"
|
|
781
|
+
},
|
|
782
|
+
"delete_marker_version_id": {
|
|
783
|
+
"type": "string",
|
|
784
|
+
"serialized_name": "DeleteMarkerVersionId"
|
|
787
785
|
}
|
|
788
786
|
}
|
|
789
787
|
}
|
|
@@ -794,21 +792,21 @@
|
|
|
794
792
|
"members": {
|
|
795
793
|
"type": "structure",
|
|
796
794
|
"members": {
|
|
797
|
-
"code": {
|
|
798
|
-
"type": "string",
|
|
799
|
-
"serialized_name": "Code"
|
|
800
|
-
},
|
|
801
795
|
"key": {
|
|
802
796
|
"type": "string",
|
|
803
797
|
"serialized_name": "Key"
|
|
804
798
|
},
|
|
805
|
-
"message": {
|
|
806
|
-
"type": "string",
|
|
807
|
-
"serialized_name": "Message"
|
|
808
|
-
},
|
|
809
799
|
"version_id": {
|
|
810
800
|
"type": "string",
|
|
811
801
|
"serialized_name": "VersionId"
|
|
802
|
+
},
|
|
803
|
+
"code": {
|
|
804
|
+
"type": "string",
|
|
805
|
+
"serialized_name": "Code"
|
|
806
|
+
},
|
|
807
|
+
"message": {
|
|
808
|
+
"type": "string",
|
|
809
|
+
"serialized_name": "Message"
|
|
812
810
|
}
|
|
813
811
|
}
|
|
814
812
|
}
|
|
@@ -833,6 +831,20 @@
|
|
|
833
831
|
"output": {
|
|
834
832
|
"type": "output",
|
|
835
833
|
"members": {
|
|
834
|
+
"owner": {
|
|
835
|
+
"type": "structure",
|
|
836
|
+
"serialized_name": "Owner",
|
|
837
|
+
"members": {
|
|
838
|
+
"display_name": {
|
|
839
|
+
"type": "string",
|
|
840
|
+
"serialized_name": "DisplayName"
|
|
841
|
+
},
|
|
842
|
+
"id": {
|
|
843
|
+
"type": "string",
|
|
844
|
+
"serialized_name": "ID"
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
},
|
|
836
848
|
"grants": {
|
|
837
849
|
"type": "list",
|
|
838
850
|
"serialized_name": "AccessControlList",
|
|
@@ -891,20 +903,6 @@
|
|
|
891
903
|
}
|
|
892
904
|
}
|
|
893
905
|
}
|
|
894
|
-
},
|
|
895
|
-
"owner": {
|
|
896
|
-
"type": "structure",
|
|
897
|
-
"serialized_name": "Owner",
|
|
898
|
-
"members": {
|
|
899
|
-
"display_name": {
|
|
900
|
-
"type": "string",
|
|
901
|
-
"serialized_name": "DisplayName"
|
|
902
|
-
},
|
|
903
|
-
"id": {
|
|
904
|
-
"type": "string",
|
|
905
|
-
"serialized_name": "ID"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
906
|
}
|
|
909
907
|
}
|
|
910
908
|
}
|
|
@@ -1071,7 +1069,18 @@
|
|
|
1071
1069
|
"members": {
|
|
1072
1070
|
"location_constraint": {
|
|
1073
1071
|
"type": "string",
|
|
1074
|
-
"serialized_name": "LocationConstraint"
|
|
1072
|
+
"serialized_name": "LocationConstraint",
|
|
1073
|
+
"enum": [
|
|
1074
|
+
"EU",
|
|
1075
|
+
"eu-west-1",
|
|
1076
|
+
"us-west-1",
|
|
1077
|
+
"us-west-2",
|
|
1078
|
+
"ap-southeast-1",
|
|
1079
|
+
"ap-southeast-2",
|
|
1080
|
+
"ap-northeast-1",
|
|
1081
|
+
"sa-east-1",
|
|
1082
|
+
""
|
|
1083
|
+
]
|
|
1075
1084
|
}
|
|
1076
1085
|
}
|
|
1077
1086
|
}
|
|
@@ -1148,7 +1157,12 @@
|
|
|
1148
1157
|
},
|
|
1149
1158
|
"permission": {
|
|
1150
1159
|
"type": "string",
|
|
1151
|
-
"serialized_name": "Permission"
|
|
1160
|
+
"serialized_name": "Permission",
|
|
1161
|
+
"enum": [
|
|
1162
|
+
"FULL_CONTROL",
|
|
1163
|
+
"READ",
|
|
1164
|
+
"WRITE"
|
|
1165
|
+
]
|
|
1152
1166
|
}
|
|
1153
1167
|
}
|
|
1154
1168
|
}
|
|
@@ -1307,20 +1321,20 @@
|
|
|
1307
1321
|
"output": {
|
|
1308
1322
|
"type": "output",
|
|
1309
1323
|
"members": {
|
|
1310
|
-
"
|
|
1324
|
+
"status": {
|
|
1311
1325
|
"type": "string",
|
|
1312
|
-
"serialized_name": "
|
|
1326
|
+
"serialized_name": "Status",
|
|
1313
1327
|
"enum": [
|
|
1314
1328
|
"Enabled",
|
|
1315
|
-
"
|
|
1329
|
+
"Suspended"
|
|
1316
1330
|
]
|
|
1317
1331
|
},
|
|
1318
|
-
"
|
|
1332
|
+
"mfa_delete": {
|
|
1319
1333
|
"type": "string",
|
|
1320
|
-
"serialized_name": "
|
|
1334
|
+
"serialized_name": "MFADelete",
|
|
1321
1335
|
"enum": [
|
|
1322
1336
|
"Enabled",
|
|
1323
|
-
"
|
|
1337
|
+
"Disabled"
|
|
1324
1338
|
]
|
|
1325
1339
|
}
|
|
1326
1340
|
}
|
|
@@ -1343,13 +1357,21 @@
|
|
|
1343
1357
|
"output": {
|
|
1344
1358
|
"type": "output",
|
|
1345
1359
|
"members": {
|
|
1346
|
-
"
|
|
1360
|
+
"redirect_all_requests_to": {
|
|
1347
1361
|
"type": "structure",
|
|
1348
|
-
"serialized_name": "
|
|
1362
|
+
"serialized_name": "RedirectAllRequestsTo",
|
|
1349
1363
|
"members": {
|
|
1350
|
-
"
|
|
1364
|
+
"host_name": {
|
|
1351
1365
|
"type": "string",
|
|
1352
|
-
"serialized_name": "
|
|
1366
|
+
"serialized_name": "HostName"
|
|
1367
|
+
},
|
|
1368
|
+
"protocol": {
|
|
1369
|
+
"type": "string",
|
|
1370
|
+
"serialized_name": "Protocol",
|
|
1371
|
+
"enum": [
|
|
1372
|
+
"http",
|
|
1373
|
+
"https"
|
|
1374
|
+
]
|
|
1353
1375
|
}
|
|
1354
1376
|
}
|
|
1355
1377
|
},
|
|
@@ -1363,21 +1385,13 @@
|
|
|
1363
1385
|
}
|
|
1364
1386
|
}
|
|
1365
1387
|
},
|
|
1366
|
-
"
|
|
1388
|
+
"error_document": {
|
|
1367
1389
|
"type": "structure",
|
|
1368
|
-
"serialized_name": "
|
|
1390
|
+
"serialized_name": "ErrorDocument",
|
|
1369
1391
|
"members": {
|
|
1370
|
-
"
|
|
1371
|
-
"type": "string",
|
|
1372
|
-
"serialized_name": "HostName"
|
|
1373
|
-
},
|
|
1374
|
-
"protocol": {
|
|
1392
|
+
"key": {
|
|
1375
1393
|
"type": "string",
|
|
1376
|
-
"serialized_name": "
|
|
1377
|
-
"enum": [
|
|
1378
|
-
"http",
|
|
1379
|
-
"https"
|
|
1380
|
-
]
|
|
1394
|
+
"serialized_name": "Key"
|
|
1381
1395
|
}
|
|
1382
1396
|
}
|
|
1383
1397
|
},
|
|
@@ -1513,14 +1527,54 @@
|
|
|
1513
1527
|
"output": {
|
|
1514
1528
|
"type": "output",
|
|
1515
1529
|
"members": {
|
|
1530
|
+
"body": {
|
|
1531
|
+
"type": "blob",
|
|
1532
|
+
"serialized_name": "Body"
|
|
1533
|
+
},
|
|
1534
|
+
"delete_marker": {
|
|
1535
|
+
"type": "boolean",
|
|
1536
|
+
"location": "header",
|
|
1537
|
+
"serialized_name": "x-amz-delete-marker"
|
|
1538
|
+
},
|
|
1516
1539
|
"accept_ranges": {
|
|
1517
1540
|
"type": "string",
|
|
1518
1541
|
"location": "header",
|
|
1519
1542
|
"serialized_name": "accept-ranges"
|
|
1520
1543
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"type": "
|
|
1523
|
-
"
|
|
1544
|
+
"expiration": {
|
|
1545
|
+
"type": "rfc822_timestamp",
|
|
1546
|
+
"location": "header",
|
|
1547
|
+
"serialized_name": "x-amz-expiration"
|
|
1548
|
+
},
|
|
1549
|
+
"restore": {
|
|
1550
|
+
"type": "string",
|
|
1551
|
+
"location": "header",
|
|
1552
|
+
"serialized_name": "x-amz-restore"
|
|
1553
|
+
},
|
|
1554
|
+
"last_modified": {
|
|
1555
|
+
"type": "rfc822_timestamp",
|
|
1556
|
+
"location": "header",
|
|
1557
|
+
"serialized_name": "Last-Modified"
|
|
1558
|
+
},
|
|
1559
|
+
"content_length": {
|
|
1560
|
+
"type": "integer",
|
|
1561
|
+
"location": "header",
|
|
1562
|
+
"serialized_name": "Content-Length"
|
|
1563
|
+
},
|
|
1564
|
+
"etag": {
|
|
1565
|
+
"type": "string",
|
|
1566
|
+
"location": "header",
|
|
1567
|
+
"serialized_name": "ETag"
|
|
1568
|
+
},
|
|
1569
|
+
"missing_meta": {
|
|
1570
|
+
"type": "integer",
|
|
1571
|
+
"location": "header",
|
|
1572
|
+
"serialized_name": "x-amz-missing-meta"
|
|
1573
|
+
},
|
|
1574
|
+
"version_id": {
|
|
1575
|
+
"type": "string",
|
|
1576
|
+
"location": "header",
|
|
1577
|
+
"serialized_name": "x-amz-version-id"
|
|
1524
1578
|
},
|
|
1525
1579
|
"cache_control": {
|
|
1526
1580
|
"type": "string",
|
|
@@ -1542,40 +1596,28 @@
|
|
|
1542
1596
|
"location": "header",
|
|
1543
1597
|
"serialized_name": "Content-Language"
|
|
1544
1598
|
},
|
|
1545
|
-
"content_length": {
|
|
1546
|
-
"type": "integer",
|
|
1547
|
-
"location": "header",
|
|
1548
|
-
"serialized_name": "Content-Length"
|
|
1549
|
-
},
|
|
1550
1599
|
"content_type": {
|
|
1551
1600
|
"type": "string",
|
|
1552
1601
|
"location": "header",
|
|
1553
1602
|
"serialized_name": "Content-Type"
|
|
1554
1603
|
},
|
|
1555
|
-
"
|
|
1556
|
-
"type": "
|
|
1604
|
+
"expires": {
|
|
1605
|
+
"type": "rfc822_timestamp",
|
|
1557
1606
|
"location": "header",
|
|
1558
|
-
"serialized_name": "
|
|
1607
|
+
"serialized_name": "Expires"
|
|
1559
1608
|
},
|
|
1560
|
-
"
|
|
1609
|
+
"website_redirect_location": {
|
|
1561
1610
|
"type": "string",
|
|
1562
1611
|
"location": "header",
|
|
1563
|
-
"serialized_name": "
|
|
1612
|
+
"serialized_name": "x-amz-website-redirect-location"
|
|
1564
1613
|
},
|
|
1565
|
-
"
|
|
1614
|
+
"server_side_encryption": {
|
|
1566
1615
|
"type": "string",
|
|
1567
1616
|
"location": "header",
|
|
1568
|
-
"serialized_name": "x-amz-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
"location": "header",
|
|
1573
|
-
"serialized_name": "Expires"
|
|
1574
|
-
},
|
|
1575
|
-
"last_modified": {
|
|
1576
|
-
"type": "rfc822_timestamp",
|
|
1577
|
-
"location": "header",
|
|
1578
|
-
"serialized_name": "Last-Modified"
|
|
1617
|
+
"serialized_name": "x-amz-server-side-encryption",
|
|
1618
|
+
"enum": [
|
|
1619
|
+
"AES256"
|
|
1620
|
+
]
|
|
1579
1621
|
},
|
|
1580
1622
|
"metadata": {
|
|
1581
1623
|
"type": "map",
|
|
@@ -1587,50 +1629,22 @@
|
|
|
1587
1629
|
"members": {
|
|
1588
1630
|
"type": "string"
|
|
1589
1631
|
}
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"payload": "body"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"get_object_acl": {
|
|
1638
|
+
"name": "GetObjectAcl",
|
|
1639
|
+
"http_method": "GET",
|
|
1640
|
+
"http_path": "/{bucket}/{key}?acl&versionId={version_id}",
|
|
1641
|
+
"input": {
|
|
1642
|
+
"type": "input",
|
|
1643
|
+
"members": {
|
|
1644
|
+
"bucket": {
|
|
1597
1645
|
"type": "string",
|
|
1598
|
-
"
|
|
1599
|
-
"
|
|
1600
|
-
},
|
|
1601
|
-
"server_side_encryption": {
|
|
1602
|
-
"type": "string",
|
|
1603
|
-
"location": "header",
|
|
1604
|
-
"serialized_name": "x-amz-server-side-encryption",
|
|
1605
|
-
"enum": [
|
|
1606
|
-
"AES256"
|
|
1607
|
-
]
|
|
1608
|
-
},
|
|
1609
|
-
"version_id": {
|
|
1610
|
-
"type": "string",
|
|
1611
|
-
"location": "header",
|
|
1612
|
-
"serialized_name": "x-amz-version-id"
|
|
1613
|
-
},
|
|
1614
|
-
"website_redirect_location": {
|
|
1615
|
-
"type": "string",
|
|
1616
|
-
"location": "header",
|
|
1617
|
-
"serialized_name": "x-amz-website-redirect-location"
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
"payload": "body"
|
|
1621
|
-
}
|
|
1622
|
-
},
|
|
1623
|
-
"get_object_acl": {
|
|
1624
|
-
"name": "GetObjectAcl",
|
|
1625
|
-
"http_method": "GET",
|
|
1626
|
-
"http_path": "/{bucket}/{key}?acl&versionId={version_id}",
|
|
1627
|
-
"input": {
|
|
1628
|
-
"type": "input",
|
|
1629
|
-
"members": {
|
|
1630
|
-
"bucket": {
|
|
1631
|
-
"type": "string",
|
|
1632
|
-
"required": true,
|
|
1633
|
-
"location": "uri"
|
|
1646
|
+
"required": true,
|
|
1647
|
+
"location": "uri"
|
|
1634
1648
|
},
|
|
1635
1649
|
"key": {
|
|
1636
1650
|
"type": "string",
|
|
@@ -1646,6 +1660,20 @@
|
|
|
1646
1660
|
"output": {
|
|
1647
1661
|
"type": "output",
|
|
1648
1662
|
"members": {
|
|
1663
|
+
"owner": {
|
|
1664
|
+
"type": "structure",
|
|
1665
|
+
"serialized_name": "Owner",
|
|
1666
|
+
"members": {
|
|
1667
|
+
"display_name": {
|
|
1668
|
+
"type": "string",
|
|
1669
|
+
"serialized_name": "DisplayName"
|
|
1670
|
+
},
|
|
1671
|
+
"id": {
|
|
1672
|
+
"type": "string",
|
|
1673
|
+
"serialized_name": "ID"
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1649
1677
|
"grants": {
|
|
1650
1678
|
"type": "list",
|
|
1651
1679
|
"serialized_name": "AccessControlList",
|
|
@@ -1704,20 +1732,6 @@
|
|
|
1704
1732
|
}
|
|
1705
1733
|
}
|
|
1706
1734
|
}
|
|
1707
|
-
},
|
|
1708
|
-
"owner": {
|
|
1709
|
-
"type": "structure",
|
|
1710
|
-
"serialized_name": "Owner",
|
|
1711
|
-
"members": {
|
|
1712
|
-
"display_name": {
|
|
1713
|
-
"type": "string",
|
|
1714
|
-
"serialized_name": "DisplayName"
|
|
1715
|
-
},
|
|
1716
|
-
"id": {
|
|
1717
|
-
"type": "string",
|
|
1718
|
-
"serialized_name": "ID"
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
1735
|
}
|
|
1722
1736
|
}
|
|
1723
1737
|
}
|
|
@@ -1818,86 +1832,85 @@
|
|
|
1818
1832
|
"output": {
|
|
1819
1833
|
"type": "output",
|
|
1820
1834
|
"members": {
|
|
1821
|
-
"
|
|
1822
|
-
"type": "
|
|
1835
|
+
"delete_marker": {
|
|
1836
|
+
"type": "boolean",
|
|
1823
1837
|
"location": "header",
|
|
1824
|
-
"serialized_name": "
|
|
1838
|
+
"serialized_name": "x-amz-delete-marker"
|
|
1825
1839
|
},
|
|
1826
|
-
"
|
|
1840
|
+
"accept_ranges": {
|
|
1827
1841
|
"type": "string",
|
|
1828
1842
|
"location": "header",
|
|
1829
|
-
"serialized_name": "
|
|
1843
|
+
"serialized_name": "accept-ranges"
|
|
1830
1844
|
},
|
|
1831
|
-
"
|
|
1832
|
-
"type": "
|
|
1845
|
+
"expiration": {
|
|
1846
|
+
"type": "rfc822_timestamp",
|
|
1833
1847
|
"location": "header",
|
|
1834
|
-
"serialized_name": "
|
|
1848
|
+
"serialized_name": "x-amz-expiration"
|
|
1835
1849
|
},
|
|
1836
|
-
"
|
|
1850
|
+
"restore": {
|
|
1837
1851
|
"type": "string",
|
|
1838
1852
|
"location": "header",
|
|
1839
|
-
"serialized_name": "
|
|
1853
|
+
"serialized_name": "x-amz-restore"
|
|
1840
1854
|
},
|
|
1841
|
-
"
|
|
1842
|
-
"type": "
|
|
1855
|
+
"last_modified": {
|
|
1856
|
+
"type": "rfc822_timestamp",
|
|
1843
1857
|
"location": "header",
|
|
1844
|
-
"serialized_name": "
|
|
1858
|
+
"serialized_name": "Last-Modified"
|
|
1845
1859
|
},
|
|
1846
1860
|
"content_length": {
|
|
1847
1861
|
"type": "integer",
|
|
1848
1862
|
"location": "header",
|
|
1849
1863
|
"serialized_name": "Content-Length"
|
|
1850
1864
|
},
|
|
1851
|
-
"
|
|
1865
|
+
"etag": {
|
|
1852
1866
|
"type": "string",
|
|
1853
1867
|
"location": "header",
|
|
1854
|
-
"serialized_name": "
|
|
1868
|
+
"serialized_name": "ETag"
|
|
1855
1869
|
},
|
|
1856
|
-
"
|
|
1857
|
-
"type": "
|
|
1870
|
+
"missing_meta": {
|
|
1871
|
+
"type": "integer",
|
|
1858
1872
|
"location": "header",
|
|
1859
|
-
"serialized_name": "x-amz-
|
|
1873
|
+
"serialized_name": "x-amz-missing-meta"
|
|
1860
1874
|
},
|
|
1861
|
-
"
|
|
1875
|
+
"version_id": {
|
|
1862
1876
|
"type": "string",
|
|
1863
1877
|
"location": "header",
|
|
1864
|
-
"serialized_name": "
|
|
1878
|
+
"serialized_name": "x-amz-version-id"
|
|
1865
1879
|
},
|
|
1866
|
-
"
|
|
1880
|
+
"cache_control": {
|
|
1867
1881
|
"type": "string",
|
|
1868
1882
|
"location": "header",
|
|
1869
|
-
"serialized_name": "
|
|
1883
|
+
"serialized_name": "Cache-Control"
|
|
1870
1884
|
},
|
|
1871
|
-
"
|
|
1872
|
-
"type": "
|
|
1885
|
+
"content_disposition": {
|
|
1886
|
+
"type": "string",
|
|
1873
1887
|
"location": "header",
|
|
1874
|
-
"serialized_name": "
|
|
1888
|
+
"serialized_name": "Content-Disposition"
|
|
1875
1889
|
},
|
|
1876
|
-
"
|
|
1877
|
-
"type": "
|
|
1890
|
+
"content_encoding": {
|
|
1891
|
+
"type": "string",
|
|
1878
1892
|
"location": "header",
|
|
1879
|
-
"serialized_name": "
|
|
1893
|
+
"serialized_name": "Content-Encoding"
|
|
1880
1894
|
},
|
|
1881
|
-
"
|
|
1882
|
-
"type": "
|
|
1895
|
+
"content_language": {
|
|
1896
|
+
"type": "string",
|
|
1883
1897
|
"location": "header",
|
|
1884
|
-
"serialized_name": "
|
|
1885
|
-
"keys": {
|
|
1886
|
-
"type": "string"
|
|
1887
|
-
},
|
|
1888
|
-
"members": {
|
|
1889
|
-
"type": "string"
|
|
1890
|
-
}
|
|
1898
|
+
"serialized_name": "Content-Language"
|
|
1891
1899
|
},
|
|
1892
|
-
"
|
|
1893
|
-
"type": "
|
|
1900
|
+
"content_type": {
|
|
1901
|
+
"type": "string",
|
|
1894
1902
|
"location": "header",
|
|
1895
|
-
"serialized_name": "
|
|
1903
|
+
"serialized_name": "Content-Type"
|
|
1896
1904
|
},
|
|
1897
|
-
"
|
|
1905
|
+
"expires": {
|
|
1906
|
+
"type": "rfc822_timestamp",
|
|
1907
|
+
"location": "header",
|
|
1908
|
+
"serialized_name": "Expires"
|
|
1909
|
+
},
|
|
1910
|
+
"website_redirect_location": {
|
|
1898
1911
|
"type": "string",
|
|
1899
1912
|
"location": "header",
|
|
1900
|
-
"serialized_name": "x-amz-
|
|
1913
|
+
"serialized_name": "x-amz-website-redirect-location"
|
|
1901
1914
|
},
|
|
1902
1915
|
"server_side_encryption": {
|
|
1903
1916
|
"type": "string",
|
|
@@ -1907,15 +1920,16 @@
|
|
|
1907
1920
|
"AES256"
|
|
1908
1921
|
]
|
|
1909
1922
|
},
|
|
1910
|
-
"
|
|
1911
|
-
"type": "
|
|
1912
|
-
"location": "header",
|
|
1913
|
-
"serialized_name": "x-amz-version-id"
|
|
1914
|
-
},
|
|
1915
|
-
"website_redirect_location": {
|
|
1916
|
-
"type": "string",
|
|
1923
|
+
"metadata": {
|
|
1924
|
+
"type": "map",
|
|
1917
1925
|
"location": "header",
|
|
1918
|
-
"serialized_name": "x-amz-
|
|
1926
|
+
"serialized_name": "x-amz-meta-",
|
|
1927
|
+
"keys": {
|
|
1928
|
+
"type": "string"
|
|
1929
|
+
},
|
|
1930
|
+
"members": {
|
|
1931
|
+
"type": "string"
|
|
1932
|
+
}
|
|
1919
1933
|
}
|
|
1920
1934
|
}
|
|
1921
1935
|
}
|
|
@@ -1934,13 +1948,13 @@
|
|
|
1934
1948
|
"type": "structure",
|
|
1935
1949
|
"serialized_name": "Bucket",
|
|
1936
1950
|
"members": {
|
|
1937
|
-
"creation_date": {
|
|
1938
|
-
"type": "rfc822_timestamp",
|
|
1939
|
-
"serialized_name": "CreationDate"
|
|
1940
|
-
},
|
|
1941
1951
|
"name": {
|
|
1942
1952
|
"type": "string",
|
|
1943
1953
|
"serialized_name": "Name"
|
|
1954
|
+
},
|
|
1955
|
+
"creation_date": {
|
|
1956
|
+
"type": "rfc822_timestamp",
|
|
1957
|
+
"serialized_name": "CreationDate"
|
|
1944
1958
|
}
|
|
1945
1959
|
}
|
|
1946
1960
|
}
|
|
@@ -2019,51 +2033,33 @@
|
|
|
2019
2033
|
"type": "string",
|
|
2020
2034
|
"serialized_name": "Bucket"
|
|
2021
2035
|
},
|
|
2022
|
-
"common_prefixes": {
|
|
2023
|
-
"type": "flat_list",
|
|
2024
|
-
"serialized_name": "CommonPrefixes",
|
|
2025
|
-
"members": {
|
|
2026
|
-
"type": "structure",
|
|
2027
|
-
"members": {
|
|
2028
|
-
"prefix": {
|
|
2029
|
-
"type": "string",
|
|
2030
|
-
"serialized_name": "Prefix"
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2034
|
-
},
|
|
2035
|
-
"encoding_type": {
|
|
2036
|
-
"type": "string",
|
|
2037
|
-
"location": "header",
|
|
2038
|
-
"serialized_name": "Encoding-Type"
|
|
2039
|
-
},
|
|
2040
|
-
"is_truncated": {
|
|
2041
|
-
"type": "boolean",
|
|
2042
|
-
"serialized_name": "IsTruncated"
|
|
2043
|
-
},
|
|
2044
2036
|
"key_marker": {
|
|
2045
2037
|
"type": "string",
|
|
2046
2038
|
"serialized_name": "KeyMarker"
|
|
2047
2039
|
},
|
|
2048
|
-
"
|
|
2049
|
-
"type": "
|
|
2050
|
-
"serialized_name": "
|
|
2040
|
+
"upload_id_marker": {
|
|
2041
|
+
"type": "string",
|
|
2042
|
+
"serialized_name": "UploadIdMarker"
|
|
2051
2043
|
},
|
|
2052
2044
|
"next_key_marker": {
|
|
2053
2045
|
"type": "string",
|
|
2054
2046
|
"serialized_name": "NextKeyMarker"
|
|
2055
2047
|
},
|
|
2056
|
-
"next_upload_id_marker": {
|
|
2057
|
-
"type": "string",
|
|
2058
|
-
"serialized_name": "NextUploadIdMarker"
|
|
2059
|
-
},
|
|
2060
2048
|
"prefix": {
|
|
2061
2049
|
"type": "string",
|
|
2062
2050
|
"serialized_name": "Prefix"
|
|
2063
2051
|
},
|
|
2064
|
-
"
|
|
2052
|
+
"next_upload_id_marker": {
|
|
2065
2053
|
"type": "string",
|
|
2066
|
-
"serialized_name": "
|
|
2054
|
+
"serialized_name": "NextUploadIdMarker"
|
|
2055
|
+
},
|
|
2056
|
+
"max_uploads": {
|
|
2057
|
+
"type": "integer",
|
|
2058
|
+
"serialized_name": "MaxUploads"
|
|
2059
|
+
},
|
|
2060
|
+
"is_truncated": {
|
|
2061
|
+
"type": "boolean",
|
|
2062
|
+
"serialized_name": "IsTruncated"
|
|
2067
2063
|
},
|
|
2068
2064
|
"uploads": {
|
|
2069
2065
|
"type": "flat_list",
|
|
@@ -2071,13 +2067,30 @@
|
|
|
2071
2067
|
"members": {
|
|
2072
2068
|
"type": "structure",
|
|
2073
2069
|
"members": {
|
|
2070
|
+
"upload_id": {
|
|
2071
|
+
"type": "string",
|
|
2072
|
+
"serialized_name": "UploadId"
|
|
2073
|
+
},
|
|
2074
|
+
"key": {
|
|
2075
|
+
"type": "string",
|
|
2076
|
+
"serialized_name": "Key"
|
|
2077
|
+
},
|
|
2074
2078
|
"initiated": {
|
|
2075
2079
|
"type": "rfc822_timestamp",
|
|
2076
2080
|
"serialized_name": "Initiated"
|
|
2077
2081
|
},
|
|
2078
|
-
"
|
|
2082
|
+
"storage_class": {
|
|
2083
|
+
"type": "string",
|
|
2084
|
+
"serialized_name": "StorageClass",
|
|
2085
|
+
"enum": [
|
|
2086
|
+
"STANDARD",
|
|
2087
|
+
"REDUCED_REDUNDANCY",
|
|
2088
|
+
"GLACIER"
|
|
2089
|
+
]
|
|
2090
|
+
},
|
|
2091
|
+
"owner": {
|
|
2079
2092
|
"type": "structure",
|
|
2080
|
-
"serialized_name": "
|
|
2093
|
+
"serialized_name": "Owner",
|
|
2081
2094
|
"members": {
|
|
2082
2095
|
"display_name": {
|
|
2083
2096
|
"type": "string",
|
|
@@ -2089,39 +2102,42 @@
|
|
|
2089
2102
|
}
|
|
2090
2103
|
}
|
|
2091
2104
|
},
|
|
2092
|
-
"
|
|
2093
|
-
"type": "string",
|
|
2094
|
-
"serialized_name": "Key"
|
|
2095
|
-
},
|
|
2096
|
-
"owner": {
|
|
2105
|
+
"initiator": {
|
|
2097
2106
|
"type": "structure",
|
|
2098
|
-
"serialized_name": "
|
|
2107
|
+
"serialized_name": "Initiator",
|
|
2099
2108
|
"members": {
|
|
2100
|
-
"display_name": {
|
|
2101
|
-
"type": "string",
|
|
2102
|
-
"serialized_name": "DisplayName"
|
|
2103
|
-
},
|
|
2104
2109
|
"id": {
|
|
2105
2110
|
"type": "string",
|
|
2106
2111
|
"serialized_name": "ID"
|
|
2112
|
+
},
|
|
2113
|
+
"display_name": {
|
|
2114
|
+
"type": "string",
|
|
2115
|
+
"serialized_name": "DisplayName"
|
|
2107
2116
|
}
|
|
2108
2117
|
}
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
"
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"common_prefixes": {
|
|
2123
|
+
"type": "flat_list",
|
|
2124
|
+
"serialized_name": "CommonPrefixes",
|
|
2125
|
+
"members": {
|
|
2126
|
+
"type": "structure",
|
|
2127
|
+
"members": {
|
|
2128
|
+
"prefix": {
|
|
2120
2129
|
"type": "string",
|
|
2121
|
-
"serialized_name": "
|
|
2130
|
+
"serialized_name": "Prefix"
|
|
2122
2131
|
}
|
|
2123
2132
|
}
|
|
2124
2133
|
}
|
|
2134
|
+
},
|
|
2135
|
+
"encoding_type": {
|
|
2136
|
+
"type": "string",
|
|
2137
|
+
"serialized_name": "EncodingType",
|
|
2138
|
+
"enum": [
|
|
2139
|
+
"url"
|
|
2140
|
+
]
|
|
2125
2141
|
}
|
|
2126
2142
|
}
|
|
2127
2143
|
}
|
|
@@ -2179,63 +2195,6 @@
|
|
|
2179
2195
|
"output": {
|
|
2180
2196
|
"type": "output",
|
|
2181
2197
|
"members": {
|
|
2182
|
-
"common_prefixes": {
|
|
2183
|
-
"type": "flat_list",
|
|
2184
|
-
"serialized_name": "CommonPrefixes",
|
|
2185
|
-
"members": {
|
|
2186
|
-
"type": "structure",
|
|
2187
|
-
"members": {
|
|
2188
|
-
"prefix": {
|
|
2189
|
-
"type": "string",
|
|
2190
|
-
"serialized_name": "Prefix"
|
|
2191
|
-
}
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
"delete_markers": {
|
|
2196
|
-
"type": "flat_list",
|
|
2197
|
-
"serialized_name": "DeleteMarker",
|
|
2198
|
-
"members": {
|
|
2199
|
-
"type": "structure",
|
|
2200
|
-
"members": {
|
|
2201
|
-
"is_latest": {
|
|
2202
|
-
"type": "boolean",
|
|
2203
|
-
"serialized_name": "IsLatest"
|
|
2204
|
-
},
|
|
2205
|
-
"key": {
|
|
2206
|
-
"type": "string",
|
|
2207
|
-
"serialized_name": "Key"
|
|
2208
|
-
},
|
|
2209
|
-
"last_modified": {
|
|
2210
|
-
"type": "rfc822_timestamp",
|
|
2211
|
-
"serialized_name": "LastModified"
|
|
2212
|
-
},
|
|
2213
|
-
"owner": {
|
|
2214
|
-
"type": "structure",
|
|
2215
|
-
"serialized_name": "Owner",
|
|
2216
|
-
"members": {
|
|
2217
|
-
"display_name": {
|
|
2218
|
-
"type": "string",
|
|
2219
|
-
"serialized_name": "DisplayName"
|
|
2220
|
-
},
|
|
2221
|
-
"id": {
|
|
2222
|
-
"type": "string",
|
|
2223
|
-
"serialized_name": "ID"
|
|
2224
|
-
}
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
|
-
"version_id": {
|
|
2228
|
-
"type": "string",
|
|
2229
|
-
"serialized_name": "VersionId"
|
|
2230
|
-
}
|
|
2231
|
-
}
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
"encoding_type": {
|
|
2235
|
-
"type": "string",
|
|
2236
|
-
"location": "header",
|
|
2237
|
-
"serialized_name": "Encoding-Type"
|
|
2238
|
-
},
|
|
2239
2198
|
"is_truncated": {
|
|
2240
2199
|
"type": "boolean",
|
|
2241
2200
|
"serialized_name": "IsTruncated"
|
|
@@ -2244,13 +2203,9 @@
|
|
|
2244
2203
|
"type": "string",
|
|
2245
2204
|
"serialized_name": "KeyMarker"
|
|
2246
2205
|
},
|
|
2247
|
-
"
|
|
2248
|
-
"type": "integer",
|
|
2249
|
-
"serialized_name": "MaxKeys"
|
|
2250
|
-
},
|
|
2251
|
-
"name": {
|
|
2206
|
+
"version_id_marker": {
|
|
2252
2207
|
"type": "string",
|
|
2253
|
-
"serialized_name": "
|
|
2208
|
+
"serialized_name": "VersionIdMarker"
|
|
2254
2209
|
},
|
|
2255
2210
|
"next_key_marker": {
|
|
2256
2211
|
"type": "string",
|
|
@@ -2260,14 +2215,6 @@
|
|
|
2260
2215
|
"type": "string",
|
|
2261
2216
|
"serialized_name": "NextVersionIdMarker"
|
|
2262
2217
|
},
|
|
2263
|
-
"prefix": {
|
|
2264
|
-
"type": "string",
|
|
2265
|
-
"serialized_name": "Prefix"
|
|
2266
|
-
},
|
|
2267
|
-
"version_id_marker": {
|
|
2268
|
-
"type": "string",
|
|
2269
|
-
"serialized_name": "VersionIdMarker"
|
|
2270
|
-
},
|
|
2271
2218
|
"versions": {
|
|
2272
2219
|
"type": "flat_list",
|
|
2273
2220
|
"serialized_name": "Version",
|
|
@@ -2278,18 +2225,58 @@
|
|
|
2278
2225
|
"type": "string",
|
|
2279
2226
|
"serialized_name": "ETag"
|
|
2280
2227
|
},
|
|
2281
|
-
"
|
|
2282
|
-
"type": "
|
|
2283
|
-
"serialized_name": "
|
|
2228
|
+
"size": {
|
|
2229
|
+
"type": "integer",
|
|
2230
|
+
"serialized_name": "Size"
|
|
2231
|
+
},
|
|
2232
|
+
"storage_class": {
|
|
2233
|
+
"type": "string",
|
|
2234
|
+
"serialized_name": "StorageClass",
|
|
2235
|
+
"enum": [
|
|
2236
|
+
"STANDARD",
|
|
2237
|
+
"REDUCED_REDUNDANCY",
|
|
2238
|
+
"GLACIER"
|
|
2239
|
+
]
|
|
2284
2240
|
},
|
|
2285
2241
|
"key": {
|
|
2286
2242
|
"type": "string",
|
|
2287
2243
|
"serialized_name": "Key"
|
|
2288
2244
|
},
|
|
2245
|
+
"version_id": {
|
|
2246
|
+
"type": "string",
|
|
2247
|
+
"serialized_name": "VersionId"
|
|
2248
|
+
},
|
|
2249
|
+
"is_latest": {
|
|
2250
|
+
"type": "boolean",
|
|
2251
|
+
"serialized_name": "IsLatest"
|
|
2252
|
+
},
|
|
2289
2253
|
"last_modified": {
|
|
2290
2254
|
"type": "rfc822_timestamp",
|
|
2291
2255
|
"serialized_name": "LastModified"
|
|
2292
2256
|
},
|
|
2257
|
+
"owner": {
|
|
2258
|
+
"type": "structure",
|
|
2259
|
+
"serialized_name": "Owner",
|
|
2260
|
+
"members": {
|
|
2261
|
+
"display_name": {
|
|
2262
|
+
"type": "string",
|
|
2263
|
+
"serialized_name": "DisplayName"
|
|
2264
|
+
},
|
|
2265
|
+
"id": {
|
|
2266
|
+
"type": "string",
|
|
2267
|
+
"serialized_name": "ID"
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
2274
|
+
"delete_markers": {
|
|
2275
|
+
"type": "flat_list",
|
|
2276
|
+
"serialized_name": "DeleteMarker",
|
|
2277
|
+
"members": {
|
|
2278
|
+
"type": "structure",
|
|
2279
|
+
"members": {
|
|
2293
2280
|
"owner": {
|
|
2294
2281
|
"type": "structure",
|
|
2295
2282
|
"serialized_name": "Owner",
|
|
@@ -2304,25 +2291,56 @@
|
|
|
2304
2291
|
}
|
|
2305
2292
|
}
|
|
2306
2293
|
},
|
|
2307
|
-
"
|
|
2294
|
+
"key": {
|
|
2308
2295
|
"type": "string",
|
|
2309
|
-
"serialized_name": "
|
|
2296
|
+
"serialized_name": "Key"
|
|
2310
2297
|
},
|
|
2311
|
-
"
|
|
2298
|
+
"version_id": {
|
|
2312
2299
|
"type": "string",
|
|
2313
|
-
"serialized_name": "
|
|
2314
|
-
"enum": [
|
|
2315
|
-
"STANDARD",
|
|
2316
|
-
"REDUCED_REDUNDANCY",
|
|
2317
|
-
"GLACIER"
|
|
2318
|
-
]
|
|
2300
|
+
"serialized_name": "VersionId"
|
|
2319
2301
|
},
|
|
2320
|
-
"
|
|
2302
|
+
"is_latest": {
|
|
2303
|
+
"type": "boolean",
|
|
2304
|
+
"serialized_name": "IsLatest"
|
|
2305
|
+
},
|
|
2306
|
+
"last_modified": {
|
|
2307
|
+
"type": "rfc822_timestamp",
|
|
2308
|
+
"serialized_name": "LastModified"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
"name": {
|
|
2314
|
+
"type": "string",
|
|
2315
|
+
"serialized_name": "Name"
|
|
2316
|
+
},
|
|
2317
|
+
"prefix": {
|
|
2318
|
+
"type": "string",
|
|
2319
|
+
"serialized_name": "Prefix"
|
|
2320
|
+
},
|
|
2321
|
+
"max_keys": {
|
|
2322
|
+
"type": "integer",
|
|
2323
|
+
"serialized_name": "MaxKeys"
|
|
2324
|
+
},
|
|
2325
|
+
"common_prefixes": {
|
|
2326
|
+
"type": "flat_list",
|
|
2327
|
+
"serialized_name": "CommonPrefixes",
|
|
2328
|
+
"members": {
|
|
2329
|
+
"type": "structure",
|
|
2330
|
+
"members": {
|
|
2331
|
+
"prefix": {
|
|
2321
2332
|
"type": "string",
|
|
2322
|
-
"serialized_name": "
|
|
2333
|
+
"serialized_name": "Prefix"
|
|
2323
2334
|
}
|
|
2324
2335
|
}
|
|
2325
2336
|
}
|
|
2337
|
+
},
|
|
2338
|
+
"encoding_type": {
|
|
2339
|
+
"type": "string",
|
|
2340
|
+
"serialized_name": "EncodingType",
|
|
2341
|
+
"enum": [
|
|
2342
|
+
"url"
|
|
2343
|
+
]
|
|
2326
2344
|
}
|
|
2327
2345
|
}
|
|
2328
2346
|
}
|
|
@@ -2375,18 +2393,17 @@
|
|
|
2375
2393
|
"output": {
|
|
2376
2394
|
"type": "output",
|
|
2377
2395
|
"members": {
|
|
2378
|
-
"
|
|
2379
|
-
"type": "
|
|
2380
|
-
"serialized_name": "
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
}
|
|
2396
|
+
"is_truncated": {
|
|
2397
|
+
"type": "boolean",
|
|
2398
|
+
"serialized_name": "IsTruncated"
|
|
2399
|
+
},
|
|
2400
|
+
"marker": {
|
|
2401
|
+
"type": "string",
|
|
2402
|
+
"serialized_name": "Marker"
|
|
2403
|
+
},
|
|
2404
|
+
"next_marker": {
|
|
2405
|
+
"type": "string",
|
|
2406
|
+
"serialized_name": "NextMarker"
|
|
2390
2407
|
},
|
|
2391
2408
|
"contents": {
|
|
2392
2409
|
"type": "flat_list",
|
|
@@ -2394,10 +2411,6 @@
|
|
|
2394
2411
|
"members": {
|
|
2395
2412
|
"type": "structure",
|
|
2396
2413
|
"members": {
|
|
2397
|
-
"etag": {
|
|
2398
|
-
"type": "string",
|
|
2399
|
-
"serialized_name": "ETag"
|
|
2400
|
-
},
|
|
2401
2414
|
"key": {
|
|
2402
2415
|
"type": "string",
|
|
2403
2416
|
"serialized_name": "Key"
|
|
@@ -2406,19 +2419,9 @@
|
|
|
2406
2419
|
"type": "rfc822_timestamp",
|
|
2407
2420
|
"serialized_name": "LastModified"
|
|
2408
2421
|
},
|
|
2409
|
-
"
|
|
2410
|
-
"type": "
|
|
2411
|
-
"serialized_name": "
|
|
2412
|
-
"members": {
|
|
2413
|
-
"display_name": {
|
|
2414
|
-
"type": "string",
|
|
2415
|
-
"serialized_name": "DisplayName"
|
|
2416
|
-
},
|
|
2417
|
-
"id": {
|
|
2418
|
-
"type": "string",
|
|
2419
|
-
"serialized_name": "ID"
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
2422
|
+
"etag": {
|
|
2423
|
+
"type": "string",
|
|
2424
|
+
"serialized_name": "ETag"
|
|
2422
2425
|
},
|
|
2423
2426
|
"size": {
|
|
2424
2427
|
"type": "integer",
|
|
@@ -2432,38 +2435,55 @@
|
|
|
2432
2435
|
"REDUCED_REDUNDANCY",
|
|
2433
2436
|
"GLACIER"
|
|
2434
2437
|
]
|
|
2438
|
+
},
|
|
2439
|
+
"owner": {
|
|
2440
|
+
"type": "structure",
|
|
2441
|
+
"serialized_name": "Owner",
|
|
2442
|
+
"members": {
|
|
2443
|
+
"display_name": {
|
|
2444
|
+
"type": "string",
|
|
2445
|
+
"serialized_name": "DisplayName"
|
|
2446
|
+
},
|
|
2447
|
+
"id": {
|
|
2448
|
+
"type": "string",
|
|
2449
|
+
"serialized_name": "ID"
|
|
2450
|
+
}
|
|
2451
|
+
}
|
|
2435
2452
|
}
|
|
2436
2453
|
}
|
|
2437
2454
|
}
|
|
2438
2455
|
},
|
|
2439
|
-
"
|
|
2456
|
+
"name": {
|
|
2440
2457
|
"type": "string",
|
|
2441
|
-
"
|
|
2442
|
-
"serialized_name": "Encoding-Type"
|
|
2443
|
-
},
|
|
2444
|
-
"is_truncated": {
|
|
2445
|
-
"type": "boolean",
|
|
2446
|
-
"serialized_name": "IsTruncated"
|
|
2458
|
+
"serialized_name": "Name"
|
|
2447
2459
|
},
|
|
2448
|
-
"
|
|
2460
|
+
"prefix": {
|
|
2449
2461
|
"type": "string",
|
|
2450
|
-
"serialized_name": "
|
|
2462
|
+
"serialized_name": "Prefix"
|
|
2451
2463
|
},
|
|
2452
2464
|
"max_keys": {
|
|
2453
2465
|
"type": "integer",
|
|
2454
2466
|
"serialized_name": "MaxKeys"
|
|
2455
2467
|
},
|
|
2456
|
-
"
|
|
2457
|
-
"type": "
|
|
2458
|
-
"serialized_name": "
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2468
|
+
"common_prefixes": {
|
|
2469
|
+
"type": "flat_list",
|
|
2470
|
+
"serialized_name": "CommonPrefixes",
|
|
2471
|
+
"members": {
|
|
2472
|
+
"type": "structure",
|
|
2473
|
+
"members": {
|
|
2474
|
+
"prefix": {
|
|
2475
|
+
"type": "string",
|
|
2476
|
+
"serialized_name": "Prefix"
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2463
2480
|
},
|
|
2464
|
-
"
|
|
2481
|
+
"encoding_type": {
|
|
2465
2482
|
"type": "string",
|
|
2466
|
-
"serialized_name": "
|
|
2483
|
+
"serialized_name": "EncodingType",
|
|
2484
|
+
"enum": [
|
|
2485
|
+
"url"
|
|
2486
|
+
]
|
|
2467
2487
|
}
|
|
2468
2488
|
}
|
|
2469
2489
|
}
|
|
@@ -2515,53 +2535,29 @@
|
|
|
2515
2535
|
"type": "string",
|
|
2516
2536
|
"serialized_name": "Bucket"
|
|
2517
2537
|
},
|
|
2518
|
-
"initiator": {
|
|
2519
|
-
"type": "structure",
|
|
2520
|
-
"serialized_name": "Initiator",
|
|
2521
|
-
"members": {
|
|
2522
|
-
"display_name": {
|
|
2523
|
-
"type": "string",
|
|
2524
|
-
"serialized_name": "DisplayName"
|
|
2525
|
-
},
|
|
2526
|
-
"id": {
|
|
2527
|
-
"type": "string",
|
|
2528
|
-
"serialized_name": "ID"
|
|
2529
|
-
}
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
"is_truncated": {
|
|
2533
|
-
"type": "boolean",
|
|
2534
|
-
"serialized_name": "IsTruncated"
|
|
2535
|
-
},
|
|
2536
2538
|
"key": {
|
|
2537
2539
|
"type": "string",
|
|
2538
2540
|
"serialized_name": "Key"
|
|
2539
2541
|
},
|
|
2540
|
-
"
|
|
2542
|
+
"upload_id": {
|
|
2543
|
+
"type": "string",
|
|
2544
|
+
"serialized_name": "UploadId"
|
|
2545
|
+
},
|
|
2546
|
+
"part_number_marker": {
|
|
2541
2547
|
"type": "integer",
|
|
2542
|
-
"serialized_name": "
|
|
2548
|
+
"serialized_name": "PartNumberMarker"
|
|
2543
2549
|
},
|
|
2544
2550
|
"next_part_number_marker": {
|
|
2545
2551
|
"type": "integer",
|
|
2546
2552
|
"serialized_name": "NextPartNumberMarker"
|
|
2547
2553
|
},
|
|
2548
|
-
"
|
|
2549
|
-
"type": "structure",
|
|
2550
|
-
"serialized_name": "Owner",
|
|
2551
|
-
"members": {
|
|
2552
|
-
"display_name": {
|
|
2553
|
-
"type": "string",
|
|
2554
|
-
"serialized_name": "DisplayName"
|
|
2555
|
-
},
|
|
2556
|
-
"id": {
|
|
2557
|
-
"type": "string",
|
|
2558
|
-
"serialized_name": "ID"
|
|
2559
|
-
}
|
|
2560
|
-
}
|
|
2561
|
-
},
|
|
2562
|
-
"part_number_marker": {
|
|
2554
|
+
"max_parts": {
|
|
2563
2555
|
"type": "integer",
|
|
2564
|
-
"serialized_name": "
|
|
2556
|
+
"serialized_name": "MaxParts"
|
|
2557
|
+
},
|
|
2558
|
+
"is_truncated": {
|
|
2559
|
+
"type": "boolean",
|
|
2560
|
+
"serialized_name": "IsTruncated"
|
|
2565
2561
|
},
|
|
2566
2562
|
"parts": {
|
|
2567
2563
|
"type": "flat_list",
|
|
@@ -2569,17 +2565,17 @@
|
|
|
2569
2565
|
"members": {
|
|
2570
2566
|
"type": "structure",
|
|
2571
2567
|
"members": {
|
|
2572
|
-
"
|
|
2573
|
-
"type": "
|
|
2574
|
-
"serialized_name": "
|
|
2568
|
+
"part_number": {
|
|
2569
|
+
"type": "integer",
|
|
2570
|
+
"serialized_name": "PartNumber"
|
|
2575
2571
|
},
|
|
2576
2572
|
"last_modified": {
|
|
2577
2573
|
"type": "rfc822_timestamp",
|
|
2578
2574
|
"serialized_name": "LastModified"
|
|
2579
2575
|
},
|
|
2580
|
-
"
|
|
2581
|
-
"type": "
|
|
2582
|
-
"serialized_name": "
|
|
2576
|
+
"etag": {
|
|
2577
|
+
"type": "string",
|
|
2578
|
+
"serialized_name": "ETag"
|
|
2583
2579
|
},
|
|
2584
2580
|
"size": {
|
|
2585
2581
|
"type": "integer",
|
|
@@ -2588,6 +2584,34 @@
|
|
|
2588
2584
|
}
|
|
2589
2585
|
}
|
|
2590
2586
|
},
|
|
2587
|
+
"initiator": {
|
|
2588
|
+
"type": "structure",
|
|
2589
|
+
"serialized_name": "Initiator",
|
|
2590
|
+
"members": {
|
|
2591
|
+
"id": {
|
|
2592
|
+
"type": "string",
|
|
2593
|
+
"serialized_name": "ID"
|
|
2594
|
+
},
|
|
2595
|
+
"display_name": {
|
|
2596
|
+
"type": "string",
|
|
2597
|
+
"serialized_name": "DisplayName"
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
"owner": {
|
|
2602
|
+
"type": "structure",
|
|
2603
|
+
"serialized_name": "Owner",
|
|
2604
|
+
"members": {
|
|
2605
|
+
"display_name": {
|
|
2606
|
+
"type": "string",
|
|
2607
|
+
"serialized_name": "DisplayName"
|
|
2608
|
+
},
|
|
2609
|
+
"id": {
|
|
2610
|
+
"type": "string",
|
|
2611
|
+
"serialized_name": "ID"
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2591
2615
|
"storage_class": {
|
|
2592
2616
|
"type": "string",
|
|
2593
2617
|
"serialized_name": "StorageClass",
|
|
@@ -2596,10 +2620,6 @@
|
|
|
2596
2620
|
"REDUCED_REDUNDANCY",
|
|
2597
2621
|
"GLACIER"
|
|
2598
2622
|
]
|
|
2599
|
-
},
|
|
2600
|
-
"upload_id": {
|
|
2601
|
-
"type": "string",
|
|
2602
|
-
"serialized_name": "UploadId"
|
|
2603
2623
|
}
|
|
2604
2624
|
}
|
|
2605
2625
|
}
|
|
@@ -2619,9 +2639,7 @@
|
|
|
2619
2639
|
"private",
|
|
2620
2640
|
"public-read",
|
|
2621
2641
|
"public-read-write",
|
|
2622
|
-
"authenticated-read"
|
|
2623
|
-
"bucket-owner-read",
|
|
2624
|
-
"bucket-owner-full-control"
|
|
2642
|
+
"authenticated-read"
|
|
2625
2643
|
]
|
|
2626
2644
|
},
|
|
2627
2645
|
"access_control_policy": {
|
|
@@ -2988,7 +3006,12 @@
|
|
|
2988
3006
|
},
|
|
2989
3007
|
"permission": {
|
|
2990
3008
|
"type": "string",
|
|
2991
|
-
"serialized_name": "Permission"
|
|
3009
|
+
"serialized_name": "Permission",
|
|
3010
|
+
"enum": [
|
|
3011
|
+
"FULL_CONTROL",
|
|
3012
|
+
"READ",
|
|
3013
|
+
"WRITE"
|
|
3014
|
+
]
|
|
2992
3015
|
}
|
|
2993
3016
|
}
|
|
2994
3017
|
}
|
|
@@ -3159,7 +3182,6 @@
|
|
|
3159
3182
|
"serialized_name": "TagSet",
|
|
3160
3183
|
"members": {
|
|
3161
3184
|
"type": "structure",
|
|
3162
|
-
"required": true,
|
|
3163
3185
|
"serialized_name": "Tag",
|
|
3164
3186
|
"members": {
|
|
3165
3187
|
"key": {
|
|
@@ -3496,16 +3518,16 @@
|
|
|
3496
3518
|
"output": {
|
|
3497
3519
|
"type": "output",
|
|
3498
3520
|
"members": {
|
|
3499
|
-
"etag": {
|
|
3500
|
-
"type": "string",
|
|
3501
|
-
"location": "header",
|
|
3502
|
-
"serialized_name": "ETag"
|
|
3503
|
-
},
|
|
3504
3521
|
"expiration": {
|
|
3505
3522
|
"type": "rfc822_timestamp",
|
|
3506
3523
|
"location": "header",
|
|
3507
3524
|
"serialized_name": "x-amz-expiration"
|
|
3508
3525
|
},
|
|
3526
|
+
"etag": {
|
|
3527
|
+
"type": "string",
|
|
3528
|
+
"location": "header",
|
|
3529
|
+
"serialized_name": "ETag"
|
|
3530
|
+
},
|
|
3509
3531
|
"server_side_encryption": {
|
|
3510
3532
|
"type": "string",
|
|
3511
3533
|
"location": "header",
|
|
@@ -3754,11 +3776,6 @@
|
|
|
3754
3776
|
"output": {
|
|
3755
3777
|
"type": "output",
|
|
3756
3778
|
"members": {
|
|
3757
|
-
"etag": {
|
|
3758
|
-
"type": "string",
|
|
3759
|
-
"location": "header",
|
|
3760
|
-
"serialized_name": "ETag"
|
|
3761
|
-
},
|
|
3762
3779
|
"server_side_encryption": {
|
|
3763
3780
|
"type": "string",
|
|
3764
3781
|
"location": "header",
|
|
@@ -3766,6 +3783,11 @@
|
|
|
3766
3783
|
"enum": [
|
|
3767
3784
|
"AES256"
|
|
3768
3785
|
]
|
|
3786
|
+
},
|
|
3787
|
+
"etag": {
|
|
3788
|
+
"type": "string",
|
|
3789
|
+
"location": "header",
|
|
3790
|
+
"serialized_name": "ETag"
|
|
3769
3791
|
}
|
|
3770
3792
|
}
|
|
3771
3793
|
}
|
|
@@ -3789,7 +3811,7 @@
|
|
|
3789
3811
|
"serialized_name": "x-amz-copy-source"
|
|
3790
3812
|
},
|
|
3791
3813
|
"copy_source_if_match": {
|
|
3792
|
-
"type": "
|
|
3814
|
+
"type": "string",
|
|
3793
3815
|
"location": "header",
|
|
3794
3816
|
"serialized_name": "x-amz-copy-source-if-match"
|
|
3795
3817
|
},
|
|
@@ -3799,7 +3821,7 @@
|
|
|
3799
3821
|
"serialized_name": "x-amz-copy-source-if-modified-since"
|
|
3800
3822
|
},
|
|
3801
3823
|
"copy_source_if_none_match": {
|
|
3802
|
-
"type": "
|
|
3824
|
+
"type": "string",
|
|
3803
3825
|
"location": "header",
|
|
3804
3826
|
"serialized_name": "x-amz-copy-source-if-none-match"
|
|
3805
3827
|
},
|
|
@@ -3833,6 +3855,11 @@
|
|
|
3833
3855
|
"output": {
|
|
3834
3856
|
"type": "output",
|
|
3835
3857
|
"members": {
|
|
3858
|
+
"copy_source_version_id": {
|
|
3859
|
+
"type": "string",
|
|
3860
|
+
"location": "header",
|
|
3861
|
+
"serialized_name": "x-amz-copy-source-version-id"
|
|
3862
|
+
},
|
|
3836
3863
|
"copy_part_result": {
|
|
3837
3864
|
"type": "structure",
|
|
3838
3865
|
"serialized_name": "CopyPartResult",
|
|
@@ -3847,11 +3874,6 @@
|
|
|
3847
3874
|
}
|
|
3848
3875
|
}
|
|
3849
3876
|
},
|
|
3850
|
-
"copy_source_version_id": {
|
|
3851
|
-
"type": "string",
|
|
3852
|
-
"location": "header",
|
|
3853
|
-
"serialized_name": "x-amz-copy-source-version-id"
|
|
3854
|
-
},
|
|
3855
3877
|
"server_side_encryption": {
|
|
3856
3878
|
"type": "string",
|
|
3857
3879
|
"location": "header",
|