aws-sdk-core 2.0.6 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,11 @@
2
2
  "service": {
3
3
  "actions": {
4
4
  "CreateBucket": {
5
- "request": { "operation":"CreateBucket" },
5
+ "request": { "operation": "CreateBucket" },
6
6
  "resource": {
7
7
  "type": "Bucket",
8
8
  "identifiers": [
9
- { "target":"Name", "sourceType":"requestParameter", "source":"Bucket" }
9
+ { "target": "Name", "sourceType": "requestParameter", "source": "Bucket" }
10
10
  ]
11
11
  }
12
12
  }
@@ -17,10 +17,10 @@
17
17
  "resource": {
18
18
  "type": "Bucket",
19
19
  "identifiers": [
20
- { "target":"Name", "sourceType":"responsePath", "source":"Buckets[].Name" }
21
- ]
22
- },
23
- "path":"Buckets[]"
20
+ { "target": "Name", "sourceType": "responsePath", "source": "Buckets[].Name" }
21
+ ],
22
+ "path": "Buckets[]"
23
+ }
24
24
  }
25
25
  }
26
26
  },
@@ -35,38 +35,38 @@
35
35
  "request": {
36
36
  "operation": "CreateBucket",
37
37
  "params": [
38
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
38
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
39
39
  ]
40
40
  }
41
41
  },
42
- "PutObject": {
42
+ "Delete": {
43
43
  "request": {
44
- "operation": "PutObject",
44
+ "operation": "DeleteBucket",
45
45
  "params": [
46
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
47
- ]
48
- },
49
- "resource": {
50
- "type": "Object",
51
- "identifiers": [
52
- { "target":"BucketName", "sourceType":"identifier", "source":"Name" },
53
- { "target":"Key", "sourceType":"requestParameter", "source":"Key" }
46
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
54
47
  ]
55
48
  }
56
49
  },
57
- "Delete": {
50
+ "DeleteObjects": {
58
51
  "request": {
59
- "operation": "DeleteBucket",
52
+ "operation": "DeleteObjects",
60
53
  "params": [
61
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
54
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
62
55
  ]
63
56
  }
64
57
  },
65
- "DeleteObjects": {
58
+ "PutObject": {
66
59
  "request": {
67
- "operation": "DeleteObjects",
60
+ "operation": "PutObject",
68
61
  "params": [
69
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
62
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
63
+ ]
64
+ },
65
+ "resource": {
66
+ "type": "Object",
67
+ "identifiers": [
68
+ { "target": "BucketName", "sourceType": "identifier", "source": "Name" },
69
+ { "target": "Key", "sourceType": "requestParameter", "source": "Key" }
70
70
  ]
71
71
  }
72
72
  }
@@ -75,65 +75,65 @@
75
75
  "Exists": {
76
76
  "waiterName": "BucketExists",
77
77
  "params": [
78
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
78
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
79
79
  ]
80
80
  },
81
81
  "NotExists": {
82
82
  "waiterName": "BucketNotExists",
83
83
  "params": [
84
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
84
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
85
85
  ]
86
86
  }
87
87
  },
88
88
  "hasMany": {
89
- "Objects": {
89
+ "MultipartUploads": {
90
90
  "request": {
91
- "operation": "ListObjects",
91
+ "operation": "ListMultipartUploads",
92
92
  "params": [
93
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
93
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
94
94
  ]
95
95
  },
96
96
  "resource": {
97
- "type": "Object",
97
+ "type": "MultipartUpload",
98
98
  "identifiers": [
99
- { "target":"BucketName", "sourceType":"identifier", "source":"Name" },
100
- { "target":"Key", "sourceType":"responsePath", "source":"Contents[].Key" }
101
- ]
99
+ { "target": "BucketName", "sourceType": "identifier", "source": "Name" },
100
+ { "target": "ObjectKey", "sourceType": "responsePath", "source": "Uploads[].Key" },
101
+ { "target": "Id", "sourceType": "responsePath", "source": "Uploads[].UploadId" }
102
+ ],
103
+ "path": "Uploads[]"
102
104
  }
103
105
  },
104
106
  "ObjectVersions": {
105
107
  "request": {
106
108
  "operation": "ListObjectVersions",
107
109
  "params": [
108
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
110
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
109
111
  ]
110
112
  },
111
113
  "resource": {
112
114
  "type": "ObjectVersion",
113
115
  "identifiers": [
114
- { "target":"BucketName", "sourceType":"identifier", "source":"Name" },
115
- { "target":"ObjectKey", "sourceType":"responsePath", "source":"[Versions,DeleteMarkers]|[].Key" },
116
- { "target":"Id", "sourceType":"responsePath", "source":"[Versions,DeleteMarkers]|[].VersionId" }
117
- ]
118
- },
119
- "path":"[Versions,DeleteMarkers]|[]"
116
+ { "target": "BucketName", "sourceType": "identifier", "source": "Name" },
117
+ { "target": "ObjectKey", "sourceType": "responsePath", "source": "[Versions,DeleteMarkers]|[].Key" },
118
+ { "target": "Id", "sourceType": "responsePath", "source": "[Versions,DeleteMarkers]|[].VersionId" }
119
+ ],
120
+ "path": "[Versions,DeleteMarkers]|[]"
121
+ }
120
122
  },
121
- "MultipartUploads": {
123
+ "Objects": {
122
124
  "request": {
123
- "operation":"ListMultipartUploads",
125
+ "operation": "ListObjects",
124
126
  "params": [
125
- { "target":"Bucket", "sourceType":"identifier", "source":"Name" }
127
+ { "target": "Bucket", "sourceType": "identifier", "source": "Name" }
126
128
  ]
127
129
  },
128
130
  "resource": {
129
- "type": "MultipartUpload",
131
+ "type": "Object",
130
132
  "identifiers": [
131
- { "target":"BucketName", "sourceType":"identifier", "source":"Name" },
132
- { "target":"ObjectKey", "sourceType":"responsePath", "source":"Uploads[].Key" },
133
- { "target":"Id", "sourceType":"responsePath", "source":"Uploads[].UploadId" }
133
+ { "target": "BucketName", "sourceType": "identifier", "source": "Name" },
134
+ { "target": "Key", "sourceType": "responsePath", "source": "Contents[].Key" }
134
135
  ]
135
- },
136
- "path": "Uploads[]"
136
+ }
137
137
  }
138
138
  },
139
139
  "subResources": {
@@ -162,17 +162,17 @@
162
162
  "request": {
163
163
  "operation": "GetBucketAcl",
164
164
  "params": [
165
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
165
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
166
166
  ]
167
167
  },
168
- "path":"$"
168
+ "path": "$"
169
169
  },
170
170
  "actions": {
171
171
  "Put": {
172
172
  "request": {
173
173
  "operation": "PutBucketAcl",
174
174
  "params": [
175
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
175
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
176
176
  ]
177
177
  }
178
178
  }
@@ -187,17 +187,17 @@
187
187
  "request": {
188
188
  "operation": "GetBucketCors",
189
189
  "params": [
190
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
190
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
191
191
  ]
192
192
  },
193
- "path":"$"
193
+ "path": "$"
194
194
  },
195
195
  "actions": {
196
196
  "Delete": {
197
197
  "request": {
198
198
  "operation": "DeleteBucketCors",
199
199
  "params": [
200
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
200
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
201
201
  ]
202
202
  }
203
203
  },
@@ -205,7 +205,7 @@
205
205
  "request": {
206
206
  "operation": "PutBucketCors",
207
207
  "params": [
208
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
208
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
209
209
  ]
210
210
  }
211
211
  }
@@ -220,17 +220,17 @@
220
220
  "request": {
221
221
  "operation": "GetBucketLifecycle",
222
222
  "params": [
223
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
223
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
224
224
  ]
225
225
  },
226
- "path":"$"
226
+ "path": "$"
227
227
  },
228
228
  "actions": {
229
229
  "Delete": {
230
230
  "request": {
231
231
  "operation": "DeleteBucketLifecycle",
232
232
  "params": [
233
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
233
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
234
234
  ]
235
235
  }
236
236
  },
@@ -238,7 +238,7 @@
238
238
  "request": {
239
239
  "operation": "PutBucketLifecycle",
240
240
  "params": [
241
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
241
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
242
242
  ]
243
243
  }
244
244
  }
@@ -253,75 +253,75 @@
253
253
  "request": {
254
254
  "operation": "GetBucketLogging",
255
255
  "params": [
256
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
256
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
257
257
  ]
258
258
  },
259
- "path":"$"
259
+ "path": "$"
260
260
  },
261
261
  "actions": {
262
262
  "Put": {
263
263
  "request": {
264
264
  "operation": "PutBucketLogging",
265
265
  "params": [
266
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
266
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
267
267
  ]
268
268
  }
269
269
  }
270
270
  }
271
271
  },
272
- "BucketPolicy": {
272
+ "BucketNotification": {
273
273
  "identifiers": [
274
274
  { "name": "BucketName" }
275
275
  ],
276
- "shape": "GetBucketPolicyOutput",
276
+ "shape": "GetBucketNotificationOutput",
277
277
  "load": {
278
278
  "request": {
279
- "operation": "GetBucketPolicy",
279
+ "operation": "GetBucketNotification",
280
280
  "params": [
281
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
281
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
282
282
  ]
283
283
  },
284
- "path":"$"
284
+ "path": "$"
285
285
  },
286
286
  "actions": {
287
- "Delete": {
288
- "request": {
289
- "operation": "DeleteBucketPolicy",
290
- "params": [
291
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
292
- ]
293
- }
294
- },
295
287
  "Put": {
296
288
  "request": {
297
- "operation": "PutBucketPolicy",
289
+ "operation": "PutBucketNotification",
298
290
  "params": [
299
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
291
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
300
292
  ]
301
293
  }
302
294
  }
303
295
  }
304
296
  },
305
- "BucketNotification": {
297
+ "BucketPolicy": {
306
298
  "identifiers": [
307
299
  { "name": "BucketName" }
308
300
  ],
309
- "shape": "GetBucketNotificationOutput",
301
+ "shape": "GetBucketPolicyOutput",
310
302
  "load": {
311
303
  "request": {
312
- "operation": "GetBucketNotification",
304
+ "operation": "GetBucketPolicy",
313
305
  "params": [
314
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
306
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
315
307
  ]
316
308
  },
317
- "path":"$"
309
+ "path": "$"
318
310
  },
319
311
  "actions": {
312
+ "Delete": {
313
+ "request": {
314
+ "operation": "DeleteBucketPolicy",
315
+ "params": [
316
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
317
+ ]
318
+ }
319
+ },
320
320
  "Put": {
321
321
  "request": {
322
- "operation": "PutBucketNotification",
322
+ "operation": "PutBucketPolicy",
323
323
  "params": [
324
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
324
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
325
325
  ]
326
326
  }
327
327
  }
@@ -336,17 +336,17 @@
336
336
  "request": {
337
337
  "operation": "GetBucketRequestPayment",
338
338
  "params": [
339
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
339
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
340
340
  ]
341
341
  },
342
- "path":"$"
342
+ "path": "$"
343
343
  },
344
344
  "actions": {
345
345
  "Put": {
346
346
  "request": {
347
347
  "operation": "PutBucketRequestPayment",
348
348
  "params": [
349
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
349
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
350
350
  ]
351
351
  }
352
352
  }
@@ -361,17 +361,17 @@
361
361
  "request": {
362
362
  "operation": "GetBucketTagging",
363
363
  "params": [
364
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
364
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
365
365
  ]
366
366
  },
367
- "path":"$"
367
+ "path": "$"
368
368
  },
369
369
  "actions": {
370
370
  "Delete": {
371
371
  "request": {
372
372
  "operation": "DeleteBucketTagging",
373
373
  "params": [
374
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
374
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
375
375
  ]
376
376
  }
377
377
  },
@@ -379,7 +379,7 @@
379
379
  "request": {
380
380
  "operation": "PutBucketTagging",
381
381
  "params": [
382
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
382
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
383
383
  ]
384
384
  }
385
385
  }
@@ -394,37 +394,35 @@
394
394
  "request": {
395
395
  "operation": "GetBucketVersioning",
396
396
  "params": [
397
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
397
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
398
398
  ]
399
399
  },
400
- "path":"$"
400
+ "path": "$"
401
401
  },
402
402
  "actions": {
403
403
  "Enable": {
404
404
  "request": {
405
405
  "operation": "PutBucketVersioning",
406
406
  "params": [
407
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
408
- { "target":"VersioningConfiguration.Status", "sourceType":"string", "source":"Enabled" }
409
-
407
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
408
+ { "target": "VersioningConfiguration.Status", "sourceType": "string", "source": "Enabled" }
410
409
  ]
411
410
  }
412
411
  },
413
- "Suspend": {
412
+ "Put": {
414
413
  "request": {
415
414
  "operation": "PutBucketVersioning",
416
415
  "params": [
417
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
418
- { "target":"VersioningConfiguration.Status", "sourceType":"string", "source":"Suspended" }
416
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
419
417
  ]
420
418
  }
421
419
  },
422
- "Put": {
420
+ "Suspend": {
423
421
  "request": {
424
422
  "operation": "PutBucketVersioning",
425
423
  "params": [
426
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
427
-
424
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
425
+ { "target": "VersioningConfiguration.Status", "sourceType": "string", "source": "Suspended" }
428
426
  ]
429
427
  }
430
428
  }
@@ -439,17 +437,17 @@
439
437
  "request": {
440
438
  "operation": "GetBucketWebsite",
441
439
  "params": [
442
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
440
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
443
441
  ]
444
442
  },
445
- "path":"$"
443
+ "path": "$"
446
444
  },
447
445
  "actions": {
448
446
  "Delete": {
449
447
  "request": {
450
448
  "operation": "DeleteBucketWebsite",
451
449
  "params": [
452
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
450
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
453
451
  ]
454
452
  }
455
453
  },
@@ -457,7 +455,7 @@
457
455
  "request": {
458
456
  "operation": "PutBucketWebsite",
459
457
  "params": [
460
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" }
458
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" }
461
459
  ]
462
460
  }
463
461
  }
@@ -472,60 +470,96 @@
472
470
  "shape": "MultipartUpload",
473
471
  "actions": {
474
472
  "Abort": {
475
- "request":{
476
- "operation":"AbortMultipartUpload",
473
+ "request": {
474
+ "operation": "AbortMultipartUpload",
477
475
  "params": [
478
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
479
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
480
- { "target":"UploadId", "sourceType":"identifier", "source":"Id" }
476
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
477
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
478
+ { "target": "UploadId", "sourceType": "identifier", "source": "Id" }
481
479
  ]
482
480
  }
483
481
  },
484
482
  "Complete": {
485
- "request":{
486
- "operation":"CompleteMultipartUpload",
483
+ "request": {
484
+ "operation": "CompleteMultipartUpload",
487
485
  "params": [
488
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
489
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
490
- { "target":"UploadId", "sourceType":"identifier", "source":"Id" }
486
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
487
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
488
+ { "target": "UploadId", "sourceType": "identifier", "source": "Id" }
491
489
  ]
492
490
  },
493
491
  "resource": {
494
492
  "type": "Object",
495
493
  "identifiers": [
496
- { "target":"BucketName", "sourceType":"identifier", "source":"BucketName" },
497
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" }
494
+ { "target": "BucketName", "sourceType": "identifier", "source": "BucketName" },
495
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" }
498
496
  ]
499
497
  }
500
- },
498
+ }
499
+ },
500
+ "hasMany": {
501
501
  "Parts": {
502
502
  "request": {
503
503
  "operation": "ListParts",
504
504
  "params": [
505
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
506
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
507
- { "target":"UploadId", "sourceType":"identifier", "source":"Id" }
505
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
506
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
507
+ { "target": "UploadId", "sourceType": "identifier", "source": "Id" }
508
508
  ]
509
509
  },
510
- "path": "Parts[]"
511
- },
512
- "UploadPart": {
513
- "request":{
514
- "operation":"UploadPart",
510
+ "resource": {
511
+ "type": "MultipartUploadPart",
512
+ "identifiers": [
513
+ { "target": "BucketName", "sourceType": "requestParameter", "source": "Bucket" },
514
+ { "target": "ObjectKey", "sourceType": "requestParameter", "source": "Key" },
515
+ { "target": "MultipartUploadId", "sourceType": "requestParameter", "source": "UploadId" },
516
+ { "target": "PartNumber", "sourceType": "responsePath", "source": "Parts[].PartNumber" }
517
+ ],
518
+ "path": "Parts[]"
519
+ }
520
+ }
521
+ },
522
+ "subResources": {
523
+ "resources": [ "MultipartUploadPart" ],
524
+ "identifiers": {
525
+ "BucketName": "BucketName",
526
+ "Id": "MultipartUploadId",
527
+ "ObjectKey": "ObjectKey"
528
+ }
529
+ }
530
+ },
531
+ "MultipartUploadPart": {
532
+ "identifiers": [
533
+ { "name": "BucketName" },
534
+ { "name": "ObjectKey" },
535
+ { "name": "MultipartUploadId" },
536
+ {
537
+ "name": "PartNumber",
538
+ "type": "integer",
539
+ "memberName": "PartNumber"
540
+ }
541
+ ],
542
+ "shape": "Part",
543
+ "actions": {
544
+ "CopyFrom": {
545
+ "request": {
546
+ "operation": "UploadPartCopy",
515
547
  "params": [
516
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
517
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
518
- { "target":"UploadId", "sourceType":"identifier", "source":"Id" }
548
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
549
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
550
+ { "target": "UploadId", "sourceType": "identifier", "source": "MultipartUploadId" },
551
+ { "target": "PartNumber", "sourceType": "identifier", "source": "PartNumber" }
519
552
  ]
520
553
  }
521
554
  },
522
- "CopyPart": {
523
- "request":{
524
- "operation":"UploadPartCopy",
555
+ "Upload": {
556
+ "request": {
557
+ "operation": "UploadPart",
525
558
  "params": [
526
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
527
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
528
- { "target":"UploadId", "sourceType":"identifier", "source":"Id" }
559
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
560
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
561
+ { "target": "UploadId", "sourceType": "identifier", "source": "MultipartUploadId" },
562
+ { "target": "PartNumber", "sourceType": "identifier", "source": "PartNumber" }
529
563
  ]
530
564
  }
531
565
  }
@@ -541,19 +575,37 @@
541
575
  "request": {
542
576
  "operation": "HeadObject",
543
577
  "params": [
544
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
545
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
578
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
579
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
546
580
  ]
547
581
  },
548
582
  "path": "$"
549
583
  },
550
584
  "actions": {
585
+ "CopyFrom": {
586
+ "request": {
587
+ "operation": "CopyObject",
588
+ "params": [
589
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
590
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
591
+ ]
592
+ }
593
+ },
594
+ "Delete": {
595
+ "request": {
596
+ "operation": "DeleteObject",
597
+ "params": [
598
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
599
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
600
+ ]
601
+ }
602
+ },
551
603
  "Get": {
552
604
  "request": {
553
605
  "operation": "GetObject",
554
606
  "params": [
555
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
556
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
607
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
608
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
557
609
  ]
558
610
  }
559
611
  },
@@ -561,16 +613,16 @@
561
613
  "request": {
562
614
  "operation": "CreateMultipartUpload",
563
615
  "params": [
564
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
565
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
616
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
617
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
566
618
  ]
567
619
  },
568
620
  "resource": {
569
621
  "type": "MultipartUpload",
570
622
  "identifiers": [
571
- { "target":"BucketName", "sourceType":"identifier", "source":"BucketName" },
572
- { "target":"ObjectKey", "sourceType":"identifier", "source":"Key" },
573
- { "target":"Id", "sourceType":"responsePath", "source":"UploadId" }
623
+ { "target": "BucketName", "sourceType": "identifier", "source": "BucketName" },
624
+ { "target": "ObjectKey", "sourceType": "identifier", "source": "Key" },
625
+ { "target": "Id", "sourceType": "responsePath", "source": "UploadId" }
574
626
  ]
575
627
  }
576
628
  },
@@ -578,26 +630,8 @@
578
630
  "request": {
579
631
  "operation": "PutObject",
580
632
  "params": [
581
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
582
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
583
- ]
584
- }
585
- },
586
- "CopyFrom": {
587
- "request": {
588
- "operation": "CopyObject",
589
- "params": [
590
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
591
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
592
- ]
593
- }
594
- },
595
- "Delete": {
596
- "request": {
597
- "operation": "DeleteObject",
598
- "params": [
599
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
600
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
633
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
634
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
601
635
  ]
602
636
  }
603
637
  }
@@ -607,8 +641,8 @@
607
641
  "request": {
608
642
  "operation": "DeleteObjects",
609
643
  "params": [
610
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
611
- { "target":"Delete.Objects[].Key", "sourceType":"identifier", "source":"Key" }
644
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
645
+ { "target": "Delete.Objects[].Key", "sourceType": "identifier", "source": "Key" }
612
646
  ]
613
647
  }
614
648
  }
@@ -617,15 +651,15 @@
617
651
  "Exists": {
618
652
  "waiterName": "ObjectExists",
619
653
  "params": [
620
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
621
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
654
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
655
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
622
656
  ]
623
657
  },
624
658
  "NotExists": {
625
659
  "waiterName": "ObjectNotExists",
626
660
  "params": [
627
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
628
- { "target":"Key", "sourceType":"identifier", "source":"Key" }
661
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
662
+ { "target": "Key", "sourceType": "identifier", "source": "Key" }
629
663
  ]
630
664
  }
631
665
  },
@@ -649,21 +683,21 @@
649
683
  "shape": "GetObjectAclOutput",
650
684
  "load": {
651
685
  "request": {
652
- "operation":"GetObjectAcl",
686
+ "operation": "GetObjectAcl",
653
687
  "params": [
654
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
655
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" }
688
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
689
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" }
656
690
  ]
657
691
  },
658
- "path":"$"
692
+ "path": "$"
659
693
  },
660
694
  "actions": {
661
695
  "Put": {
662
696
  "request": {
663
- "operation":"PutObjectAcl",
697
+ "operation": "PutObjectAcl",
664
698
  "params": [
665
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
666
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" }
699
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
700
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" }
667
701
  ]
668
702
  }
669
703
  }
@@ -681,21 +715,19 @@
681
715
  "request": {
682
716
  "operation": "DeleteObject",
683
717
  "params": [
684
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
685
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
686
- { "target":"VersionId", "sourceType":"identifier", "source":"Id" }
718
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
719
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
720
+ { "target": "VersionId", "sourceType": "identifier", "source": "Id" }
687
721
  ]
688
722
  }
689
- }
690
- },
691
- "batchActions": {
723
+ },
692
724
  "Get": {
693
725
  "request": {
694
726
  "operation": "GetObject",
695
727
  "params": [
696
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
697
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
698
- { "target":"VersionId", "sourceType":"identifier", "source":"Id" }
728
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
729
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
730
+ { "target": "VersionId", "sourceType": "identifier", "source": "Id" }
699
731
  ]
700
732
  }
701
733
  },
@@ -703,19 +735,21 @@
703
735
  "request": {
704
736
  "operation": "HeadObject",
705
737
  "params": [
706
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
707
- { "target":"Key", "sourceType":"identifier", "source":"ObjectKey" },
708
- { "target":"VersionId", "sourceType":"identifier", "source":"Id" }
738
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
739
+ { "target": "Key", "sourceType": "identifier", "source": "ObjectKey" },
740
+ { "target": "VersionId", "sourceType": "identifier", "source": "Id" }
709
741
  ]
710
742
  }
711
- },
743
+ }
744
+ },
745
+ "batchActions": {
712
746
  "Delete": {
713
747
  "request": {
714
748
  "operation": "DeleteObjects",
715
749
  "params": [
716
- { "target":"Bucket", "sourceType":"identifier", "source":"BucketName" },
717
- { "target":"Delete.Objects[*].Key", "sourceType":"identifier", "source":"ObjectKey" },
718
- { "target":"Delete.Objects[*].VersionId", "sourceType":"identifier", "source":"Id" }
750
+ { "target": "Bucket", "sourceType": "identifier", "source": "BucketName" },
751
+ { "target": "Delete.Objects[*].Key", "sourceType": "identifier", "source": "ObjectKey" },
752
+ { "target": "Delete.Objects[*].VersionId", "sourceType": "identifier", "source": "Id" }
719
753
  ]
720
754
  }
721
755
  }