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.
@@ -1125,6 +1125,17 @@
1125
1125
  "members":{
1126
1126
  }
1127
1127
  },
1128
+ "AdditionalAttribute":{
1129
+ "type":"structure",
1130
+ "members":{
1131
+ "Key":{"shape":"StringVal"},
1132
+ "Value":{"shape":"StringVal"}
1133
+ }
1134
+ },
1135
+ "AdditionalAttributes":{
1136
+ "type":"list",
1137
+ "member":{"shape":"AdditionalAttribute"}
1138
+ },
1128
1139
  "AppCookieStickinessPolicies":{
1129
1140
  "type":"list",
1130
1141
  "member":{"shape":"AppCookieStickinessPolicy"}
@@ -1735,7 +1746,8 @@
1735
1746
  "CrossZoneLoadBalancing":{"shape":"CrossZoneLoadBalancing"},
1736
1747
  "AccessLog":{"shape":"AccessLog"},
1737
1748
  "ConnectionDraining":{"shape":"ConnectionDraining"},
1738
- "ConnectionSettings":{"shape":"ConnectionSettings"}
1749
+ "ConnectionSettings":{"shape":"ConnectionSettings"},
1750
+ "AdditionalAttributes":{"shape":"AdditionalAttributes"}
1739
1751
  }
1740
1752
  },
1741
1753
  "LoadBalancerDescription":{
@@ -2025,6 +2037,7 @@
2025
2037
  }
2026
2038
  },
2027
2039
  "State":{"type":"string"},
2040
+ "StringVal":{"type":"string"},
2028
2041
  "SubnetId":{"type":"string"},
2029
2042
  "SubnetNotFoundException":{
2030
2043
  "type":"structure",
@@ -1,436 +1,453 @@
1
1
  {
2
- "service" : {
3
- "actions" : {
4
- "CreateVault" : {
5
- "request" : {
6
- "operation" : "CreateVault",
2
+ "service": {
3
+ "actions": {
4
+ "CreateVault": {
5
+ "request": {
6
+ "operation": "CreateVault",
7
7
  "params": [
8
- { "target":"accountId", "sourceType":"string", "source":"-"}
8
+ { "target": "accountId", "sourceType": "string", "source": "-" }
9
9
  ]
10
10
  },
11
- "resource" : {
12
- "type" : "Vault",
13
- "identifiers" : [
14
- { "target":"AccountId", "sourceType":"requestParameter", "source":"accountId"},
15
- { "target":"Name", "sourceType":"requestParameter", "source":"vaultName"}
11
+ "resource": {
12
+ "type": "Vault",
13
+ "identifiers": [
14
+ { "target": "AccountId", "sourceType": "requestParameter", "source": "accountId" },
15
+ { "target": "Name", "sourceType": "requestParameter", "source": "vaultName" }
16
16
  ]
17
17
  }
18
18
  }
19
19
  },
20
- "hasMany" : {
21
- "Vaults" : {
22
- "request" : {
23
- "operation" : "ListVaults",
20
+ "hasMany": {
21
+ "Vaults": {
22
+ "request": {
23
+ "operation": "ListVaults",
24
24
  "params": [
25
- { "target":"accountId", "sourceType":"string", "source":"-"}
25
+ { "target": "accountId", "sourceType": "string", "source": "-" }
26
26
  ]
27
27
  },
28
- "resource" : {
29
- "type" : "Vault",
30
- "identifiers" : [
31
- { "target":"AccountId", "sourceType":"requestParameter", "source":"accountId"},
32
- { "target":"Name", "sourceType":"responsePath", "source":"VaultList[].VaultName"}
33
- ]
34
- },
35
- "path" : "VaultList[]"
28
+ "resource": {
29
+ "type": "Vault",
30
+ "identifiers": [
31
+ { "target": "AccountId", "sourceType": "requestParameter", "source": "accountId" },
32
+ { "target": "Name", "sourceType": "responsePath", "source": "VaultList[].VaultName" }
33
+ ],
34
+ "path": "VaultList[]"
35
+ }
36
36
  }
37
37
  }
38
38
  },
39
- "resources" : {
39
+ "resources": {
40
40
  "Account": {
41
- "identifiers" : [
41
+ "identifiers": [
42
42
  { "name": "Id" }
43
43
  ],
44
- "subResources": {
45
- "resources": ["Vault"],
46
- "identifiers": { "Id": "AccountId" }
44
+ "actions": {
45
+ "CreateVault": {
46
+ "request": { "operation": "CreateVault" },
47
+ "resource": {
48
+ "type": "Vault",
49
+ "identifiers": [
50
+ { "target": "AccountId", "sourceType": "identifier", "source": "Id" },
51
+ { "target": "Name", "sourceType": "requestParameter", "source": "vaultName" }
52
+ ]
53
+ }
54
+ }
47
55
  },
48
- "actions" : {
49
- "CreateVault" : {
50
- "request" : { "operation" : "CreateVault" },
51
- "resource" : {
52
- "type" : "Vault",
53
- "identifiers" : [
54
- { "target":"AccountId", "sourceType":"identifier", "source":"Id"},
55
- { "target":"Name", "sourceType":"requestParameter", "source":"vaultName"}
56
- ]
56
+ "hasMany": {
57
+ "Vaults": {
58
+ "request": { "operation": "ListVaults" },
59
+ "resource": {
60
+ "type": "Vault",
61
+ "identifiers": [
62
+ { "target": "AccountId", "sourceType": "requestParameter", "source": "accountId" },
63
+ { "target": "Name", "sourceType": "responsePath", "source": "VaultList[].VaultName" }
64
+ ],
65
+ "path": "VaultList[]"
57
66
  }
58
67
  }
59
68
  },
60
- "hasMany" : {
61
- "Vaults" : {
62
- "request" : { "operation" : "ListVaults" },
63
- "resource" : {
64
- "type" : "Vault",
65
- "identifiers" : [
66
- { "target":"AccountId", "sourceType":"requestParameter", "source":"accountId"},
67
- { "target":"Name", "sourceType":"responsePath", "source":"VaultList[].VaultName"}
68
- ]
69
+ "subResources": {
70
+ "resources": [ "Vault" ],
71
+ "identifiers": { "Id": "AccountId" }
72
+ }
73
+ },
74
+ "Archive": {
75
+ "identifiers": [
76
+ { "name": "AccountId" },
77
+ { "name": "VaultName" },
78
+ { "name": "Id" }
79
+ ],
80
+ "actions": {
81
+ "Delete": {
82
+ "request": {
83
+ "operation": "DeleteArchive",
84
+ "params": [
85
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
86
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
87
+ { "target": "archiveId", "sourceType": "identifier", "source": "Id" }
88
+ ]
89
+ }
90
+ },
91
+ "InitiateArchiveRetreival": {
92
+ "request": {
93
+ "operation": "InitiateJob",
94
+ "params": [
95
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
96
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
97
+ { "target": "jobParameters.Type", "sourceType": "string", "source": "archive-retrieval" },
98
+ { "target": "jobParameters.ArchiveId", "sourceType": "identifier", "source": "Id" }
99
+ ]
69
100
  },
70
- "path" : "VaultList[]"
101
+ "resource": {
102
+ "type": "Job",
103
+ "identifiers": [
104
+ { "target": "Id", "sourceType": "responsePath", "source": "jobId" },
105
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
106
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
107
+ ]
108
+ }
71
109
  }
72
110
  }
73
111
  },
74
- "Vault" : {
75
- "identifiers" : [
76
- { "name":"AccountId" },
77
- { "name":"Name", "memberName" : "VaultName"}
112
+ "Job": {
113
+ "identifiers": [
114
+ { "name": "AccountId" },
115
+ { "name": "VaultName" },
116
+ {
117
+ "name": "Id",
118
+ "memberName": "JobId"
119
+ }
78
120
  ],
79
- "shape" : "DescribeVaultOutput",
80
- "load" : {
81
- "request" : {
82
- "operation" : "DescribeVault",
83
- "params" : [
84
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name"},
85
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId"}
86
- ]
121
+ "shape": "GlacierJobDescription",
122
+ "load": {
123
+ "request": {
124
+ "operation": "DescribeJob",
125
+ "params": [
126
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
127
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
128
+ { "target": "jobId", "sourceType": "identifier", "source": "Id" }
129
+ ]
87
130
  },
88
- "path" : "$"
131
+ "path": "$"
89
132
  },
90
- "actions" : {
91
- "Create" : {
92
- "request" : {
93
- "operation" : "CreateVault",
94
- "params" : [
95
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name"},
96
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId"}
97
- ]
133
+ "actions": {
134
+ "GetOutput": {
135
+ "request": {
136
+ "operation": "GetJobOutput",
137
+ "params": [
138
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
139
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
140
+ { "target": "jobId", "sourceType": "identifier", "source": "Id" }
141
+ ]
98
142
  }
99
- },
100
- "Delete" : {
101
- "request" : {
102
- "operation" : "DeleteVault",
103
- "params" : [
104
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name"},
105
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId"}
106
- ]
143
+ }
144
+ }
145
+ },
146
+ "MultipartUpload": {
147
+ "identifiers": [
148
+ { "name": "AccountId" },
149
+ { "name": "VaultName" },
150
+ {
151
+ "name": "Id",
152
+ "memberName": "MultipartUploadId"
153
+ }
154
+ ],
155
+ "shape": "UploadListElement",
156
+ "actions": {
157
+ "Abort": {
158
+ "request": {
159
+ "operation": "AbortMultipartUpload",
160
+ "params": [
161
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
162
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
163
+ { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
164
+ ]
107
165
  }
108
166
  },
109
- "UploadArchive" : {
110
- "request" : {
111
- "operation" : "UploadArchive",
112
- "params" : [
113
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name"},
114
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId"}
115
- ]
116
- },
117
- "resource" : {
118
- "type" : "Archive",
119
- "identifiers" : [
120
- { "target" : "Id", "sourceType" : "responsePath", "source" : "archiveId" },
121
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
122
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" }
167
+ "Complete": {
168
+ "request": {
169
+ "operation": "CompleteMultipartUpload",
170
+ "params": [
171
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
172
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
173
+ { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
123
174
  ]
124
175
  }
125
176
  },
126
- "InitiateInventoryRetrieval" : {
127
- "request" : {
128
- "operation" : "InitiateJob",
129
- "params" : [
130
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
131
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
132
- { "target" : "jobParameters.Type", "sourceType" : "string", "source" : "inventory-retrieval" }
177
+ "Parts": {
178
+ "request": {
179
+ "operation": "ListParts",
180
+ "params": [
181
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
182
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
183
+ { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
133
184
  ]
134
- },
135
- "resource" : {
136
- "type" : "Job",
137
- "identifiers" :[
138
- { "target" : "Id", "sourceType" : "responsePath", "source" : "jobId" },
139
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
140
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" }
185
+ }
186
+ },
187
+ "UploadPart": {
188
+ "request": {
189
+ "operation": "UploadMultipartPart",
190
+ "params": [
191
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
192
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
193
+ { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
141
194
  ]
142
195
  }
196
+ }
197
+ }
198
+ },
199
+ "Notification": {
200
+ "identifiers": [
201
+ { "name": "AccountId" },
202
+ { "name": "VaultName" }
203
+ ],
204
+ "shape": "VaultNotificationConfig",
205
+ "load": {
206
+ "request": {
207
+ "operation": "GetVaultNotifications",
208
+ "params": [
209
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
210
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" }
211
+ ]
143
212
  },
144
- "InitiateMultipartUpload" : {
145
- "request" : {
146
- "operation" : "InitiateMultipartUpload",
147
- "params" : [
148
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
149
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" }
213
+ "path": "vaultNotificationConfig"
214
+ },
215
+ "actions": {
216
+ "Delete": {
217
+ "request": {
218
+ "operation": "DeleteVaultNotifications",
219
+ "params": [
220
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
221
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" }
150
222
  ]
151
- },
152
- "resource" : {
153
- "type" : "MultipartUpload",
154
- "identifiers" : [
155
- { "target" : "Id", "sourceType" : "responsePath", "source" : "uploadId" },
156
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
157
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" }
223
+ }
224
+ },
225
+ "Set": {
226
+ "request": {
227
+ "operation": "SetVaultNotifications",
228
+ "params": [
229
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
230
+ { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" }
158
231
  ]
159
232
  }
160
233
  }
234
+ }
235
+ },
236
+ "Vault": {
237
+ "identifiers": [
238
+ { "name": "AccountId" },
239
+ {
240
+ "name": "Name",
241
+ "memberName": "VaultName"
242
+ }
243
+ ],
244
+ "shape": "DescribeVaultOutput",
245
+ "load": {
246
+ "request": {
247
+ "operation": "DescribeVault",
248
+ "params": [
249
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
250
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
251
+ ]
252
+ },
253
+ "path": "$"
161
254
  },
162
- "hasMany" : {
163
- "Jobs" : {
164
- "request" : {
165
- "operation" : "ListJobs",
166
- "params" : [
167
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
168
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" }
169
- ]
170
- },
171
- "resource" : {
172
- "type" : "Job",
173
- "identifiers" : [
174
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
175
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" },
176
- { "target" : "Id", "sourceType" : "responsePath", "source" : "JobList[].JobId" }
255
+ "actions": {
256
+ "Create": {
257
+ "request": {
258
+ "operation": "CreateVault",
259
+ "params": [
260
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
261
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
177
262
  ]
178
- },
179
- "path" : "JobList[]"
263
+ }
180
264
  },
181
- "CompletedJobs" : {
182
- "request" : {
183
- "operation" : "ListJobs",
184
- "params" : [
185
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
186
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
187
- { "target" : "completed", "sourceType" : "string", "source": "true" }
188
- ]
189
- },
190
- "resource" : {
191
- "type" : "Job",
192
- "identifiers" : [
193
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
194
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" },
195
- { "target" : "Id", "sourceType" : "responsePath", "source" : "JobList[].JobId" }
265
+ "Delete": {
266
+ "request": {
267
+ "operation": "DeleteVault",
268
+ "params": [
269
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
270
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
196
271
  ]
197
- },
198
- "path" : "JobList[]"
199
- },
200
- "JobsInProgress" : {
201
- "request" : {
202
- "operation" : "ListJobs",
203
- "params" : [
204
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
205
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
206
- { "target" : "statuscode", "sourceType" : "string", "source": "InProgress" }
207
- ]
208
- },
209
- "resource" : {
210
- "type" : "Job",
211
- "identifiers" : [
212
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
213
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" },
214
- { "target" : "Id", "sourceType" : "responsePath", "source" : "JobList[].JobId" }
215
- ]
216
- },
217
- "path" : "JobList[]"
272
+ }
218
273
  },
219
- "SucceededJobs" : {
220
- "request" : {
221
- "operation" : "ListJobs",
222
- "params" : [
223
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
224
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
225
- { "target" : "statuscode", "sourceType" : "string", "source": "Succeeded" }
226
- ]
227
- },
228
- "resource" : {
229
- "type" : "Job",
230
- "identifiers" : [
231
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
232
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" },
233
- { "target" : "Id", "sourceType" : "responsePath", "source" : "JobList[].JobId" }
274
+ "InitiateInventoryRetrieval": {
275
+ "request": {
276
+ "operation": "InitiateJob",
277
+ "params": [
278
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
279
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
280
+ { "target": "jobParameters.Type", "sourceType": "string", "source": "inventory-retrieval" }
234
281
  ]
235
282
  },
236
- "path" : "JobList[]"
283
+ "resource": {
284
+ "type": "Job",
285
+ "identifiers": [
286
+ { "target": "Id", "sourceType": "responsePath", "source": "jobId" },
287
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
288
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
289
+ ]
290
+ }
237
291
  },
238
- "FailedJobs" : {
239
- "request" : {
240
- "operation" : "ListJobs",
241
- "params" : [
242
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
243
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
244
- { "target" : "statuscode", "sourceType" : "string", "source": "Failed" }
245
- ]
246
- },
247
- "resource" : {
248
- "type" : "Job",
249
- "identifiers" : [
250
- {"target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId"},
251
- {"target" : "VaultName", "sourceType" : "identifier", "source" : "Name"},
252
- {"target" : "Id", "sourceType" : "responsePath", "source" : "JobList[].JobId"}
292
+ "InitiateMultipartUpload": {
293
+ "request": {
294
+ "operation": "InitiateMultipartUpload",
295
+ "params": [
296
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
297
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
253
298
  ]
254
299
  },
255
- "path" : "JobList[]"
300
+ "resource": {
301
+ "type": "MultipartUpload",
302
+ "identifiers": [
303
+ { "target": "Id", "sourceType": "responsePath", "source": "uploadId" },
304
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
305
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
306
+ ]
307
+ }
256
308
  },
257
- "MultipartUplaods" : {
258
- "request" : {
259
- "operation" : "ListMultipartUploads",
260
- "params" : [
261
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
262
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" }
309
+ "UploadArchive": {
310
+ "request": {
311
+ "operation": "UploadArchive",
312
+ "params": [
313
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
314
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
263
315
  ]
264
316
  },
265
- "resource" : {
266
- "type" : "MultipartUpload",
267
- "identifiers" : [
268
- {"target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId"},
269
- {"target" : "VaultName", "sourceType" : "identifier", "source" : "Name"},
270
- {"target" : "Id", "sourceType" : "responsePath", "source" : "UploadsList[].MultipartUploadId"}
317
+ "resource": {
318
+ "type": "Archive",
319
+ "identifiers": [
320
+ { "target": "Id", "sourceType": "responsePath", "source": "archiveId" },
321
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
322
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
271
323
  ]
272
- },
273
- "path" : "UploadsList[]"
324
+ }
274
325
  }
275
326
  },
276
- "subResources": {
277
- "resources": ["Notification","Job","Archive", "MultipartUpload"],
278
- "identifiers" : {"AccountId" : "AccountId", "Name":"VaultName"}
279
- }
280
- },
281
- "MultipartUpload" : {
282
- "identifiers" : [
283
- { "name":"AccountId" },
284
- { "name":"VaultName" },
285
- { "name": "Id", "memberName" : "MultipartUploadId"}
286
- ],
287
- "shape" : "UploadListElement",
288
- "actions" : {
289
- "UploadPart" : {
290
- "request" : {
291
- "operation" : "UploadMultipartPart",
292
- "params" : [
293
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
294
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
295
- { "target" : "uploadId", "sourceType" : "identifier", "source" : "Id" }
327
+ "hasMany": {
328
+ "CompletedJobs": {
329
+ "request": {
330
+ "operation": "ListJobs",
331
+ "params": [
332
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
333
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
334
+ { "target": "completed", "sourceType": "string", "source": "true" }
296
335
  ]
336
+ },
337
+ "resource": {
338
+ "type": "Job",
339
+ "identifiers": [
340
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
341
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
342
+ { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
343
+ ],
344
+ "path": "JobList[]"
297
345
  }
298
346
  },
299
- "Complete" : {
300
- "request" : {
301
- "operation" : "CompleteMultipartUpload",
302
- "params" : [
303
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
304
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
305
- { "target" : "uploadId", "sourceType" : "identifier", "source" : "Id" }
347
+ "FailedJobs": {
348
+ "request": {
349
+ "operation": "ListJobs",
350
+ "params": [
351
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
352
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
353
+ { "target": "statuscode", "sourceType": "string", "source": "Failed" }
306
354
  ]
355
+ },
356
+ "resource": {
357
+ "type": "Job",
358
+ "identifiers": [
359
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
360
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
361
+ { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
362
+ ],
363
+ "path": "JobList[]"
307
364
  }
308
365
  },
309
- "Abort" : {
310
- "request" : {
311
- "operation" : "AbortMultipartUpload",
312
- "params" : [
313
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
314
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
315
- { "target" : "uploadId", "sourceType" : "identifier", "source" : "Id" }
366
+ "Jobs": {
367
+ "request": {
368
+ "operation": "ListJobs",
369
+ "params": [
370
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
371
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" }
316
372
  ]
373
+ },
374
+ "resource": {
375
+ "type": "Job",
376
+ "identifiers": [
377
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
378
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
379
+ { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
380
+ ],
381
+ "path": "JobList[]"
317
382
  }
318
383
  },
319
- "Parts" : {
320
- "request" : {
321
- "operation" : "ListParts",
322
- "params" : [
323
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
324
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
325
- { "target" : "uploadId", "sourceType" : "identifier", "source" : "Id" }
326
- ]
327
- }
328
- }
329
- }
330
- },
331
- "Archive" : {
332
- "identifiers" : [
333
- { "name":"AccountId" },
334
- { "name":"VaultName" },
335
- { "name": "Id" }
336
- ],
337
- "actions" : {
338
- "Delete" : {
384
+ "JobsInProgress": {
339
385
  "request": {
340
- "operation" : "DeleteArchive",
341
- "params" : [
342
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
343
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
344
- { "target" : "archiveId", "sourceType" : "identifier", "source" : "Id" }
386
+ "operation": "ListJobs",
387
+ "params": [
388
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
389
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
390
+ { "target": "statuscode", "sourceType": "string", "source": "InProgress" }
345
391
  ]
392
+ },
393
+ "resource": {
394
+ "type": "Job",
395
+ "identifiers": [
396
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
397
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
398
+ { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
399
+ ],
400
+ "path": "JobList[]"
346
401
  }
347
402
  },
348
- "InitiateArchiveRetreival" : {
349
- "request" : {
350
- "operation" : "InitiateJob",
351
- "params" : [
352
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "Name" },
353
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
354
- { "target" : "jobParameters.Type", "sourceType" : "string", "source" : "archive-retrieval" },
355
- { "target" : "jobParameters.ArchiveId", "sourceType" : "identifier", "source" : "Id" }
403
+ "MultipartUplaods": {
404
+ "request": {
405
+ "operation": "ListMultipartUploads",
406
+ "params": [
407
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
408
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
356
409
  ]
357
410
  },
358
- "resource" : {
359
- "type" : "Job",
360
- "identifiers" :[
361
- { "target" : "Id", "sourceType" : "responsePath", "source" : "jobId" },
362
- { "target" : "AccountId", "sourceType" : "identifier", "source" : "AccountId" },
363
- { "target" : "VaultName", "sourceType" : "identifier", "source" : "Name" }
364
- ]
411
+ "resource": {
412
+ "type": "MultipartUpload",
413
+ "identifiers": [
414
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
415
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
416
+ { "target": "Id", "sourceType": "responsePath", "source": "UploadsList[].MultipartUploadId" }
417
+ ],
418
+ "path": "UploadsList[]"
365
419
  }
366
- }
367
- }
368
- },
369
- "Job" : {
370
- "identifiers" : [
371
- { "name":"AccountId" },
372
- { "name":"VaultName" },
373
- { "name": "Id", "memberName" : "JobId"}
374
- ],
375
- "shape" : "GlacierJobDescription",
376
- "load" : {
377
- "request" : {
378
- "operation" : "DescribeJob",
379
- "params" : [
380
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
381
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
382
- { "target" : "jobId", "sourceType" : "identifier", "source" : "Id" }
383
- ]
384
420
  },
385
- "path" : "$"
386
- },
387
- "actions" : {
388
- "GetOutput" : {
389
- "request" : {
390
- "operation" : "GetJobOutput",
391
- "params" : [
392
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
393
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" },
394
- { "target" : "jobId", "sourceType" : "identifier", "source" : "Id" }
395
- ]
421
+ "SucceededJobs": {
422
+ "request": {
423
+ "operation": "ListJobs",
424
+ "params": [
425
+ { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
426
+ { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
427
+ { "target": "statuscode", "sourceType": "string", "source": "Succeeded" }
428
+ ]
429
+ },
430
+ "resource": {
431
+ "type": "Job",
432
+ "identifiers": [
433
+ { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
434
+ { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
435
+ { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
436
+ ],
437
+ "path": "JobList[]"
396
438
  }
397
439
  }
398
- }
399
- },
400
- "Notification" : {
401
- "identifiers" : [
402
- { "name": "AccountId" },
403
- { "name": "VaultName" }
404
- ],
405
- "shape" : "VaultNotificationConfig",
406
- "load" : {
407
- "request" : {
408
- "operation" : "GetVaultNotifications",
409
- "params" : [
410
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
411
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" }
412
- ]
413
- },
414
- "path" : "vaultNotificationConfig"
415
440
  },
416
- "actions" : {
417
- "Set" : {
418
- "request" : {
419
- "operation" : "SetVaultNotifications",
420
- "params" : [
421
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
422
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" }
423
- ]
424
- }
425
- },
426
- "Delete" : {
427
- "request" : {
428
- "operation" : "DeleteVaultNotifications",
429
- "params" : [
430
- { "target" : "accountId", "sourceType" : "identifier", "source" : "AccountId" },
431
- { "target" : "vaultName", "sourceType" : "identifier", "source" : "VaultName" }
432
- ]
433
- }
441
+ "subResources": {
442
+ "resources": [
443
+ "Notification",
444
+ "Job",
445
+ "Archive",
446
+ "MultipartUpload"
447
+ ],
448
+ "identifiers": {
449
+ "AccountId": "AccountId",
450
+ "Name": "VaultName"
434
451
  }
435
452
  }
436
453
  }