aws-sdk-core 2.0.18 → 2.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/apis/CloudFormation.resources.json +55 -20
  3. data/apis/CloudFront.waiters.json +35 -17
  4. data/apis/DynamoDB.waiters.json +27 -17
  5. data/apis/EC2.api.json +5 -0
  6. data/apis/EC2.resources.json +449 -319
  7. data/apis/EC2.waiters.json +389 -139
  8. data/apis/{EMR.waiters2.json → EMR.waiters.json} +0 -0
  9. data/apis/ElasticTranscoder.api.json +34 -3
  10. data/apis/ElasticTranscoder.waiters.json +22 -8
  11. data/apis/Glacier.resources.json +215 -117
  12. data/apis/Glacier.waiters.json +31 -15
  13. data/apis/IAM.resources.json +380 -169
  14. data/apis/{Kinesis.waiters2.json → Kinesis.waiters.json} +0 -0
  15. data/apis/OpsWorks.resources.json +51 -17
  16. data/apis/RDS.waiters.json +87 -26
  17. data/apis/Redshift.waiters.json +54 -29
  18. data/apis/S3.resources.json +404 -143
  19. data/apis/S3.waiters.json +47 -16
  20. data/apis/SES.waiters.json +11 -7
  21. data/apis/SNS.resources.json +67 -33
  22. data/apis/SQS.resources.json +57 -30
  23. data/lib/aws-sdk-core.rb +1 -0
  24. data/lib/aws-sdk-core/api/documenter.rb +4 -3
  25. data/lib/aws-sdk-core/api/service_customizations.rb +0 -6
  26. data/lib/aws-sdk-core/client_waiters.rb +65 -50
  27. data/lib/aws-sdk-core/emr.rb +1 -0
  28. data/lib/aws-sdk-core/errors.rb +4 -0
  29. data/lib/aws-sdk-core/instance_profile_credentials.rb +1 -0
  30. data/lib/aws-sdk-core/kinesis.rb +1 -0
  31. data/lib/aws-sdk-core/paging/pager.rb +5 -1
  32. data/lib/aws-sdk-core/refreshing_credentials.rb +2 -0
  33. data/lib/aws-sdk-core/version.rb +1 -1
  34. data/lib/aws-sdk-core/waiters/errors.rb +50 -12
  35. data/lib/aws-sdk-core/waiters/poller.rb +105 -0
  36. data/lib/aws-sdk-core/waiters/provider.rb +11 -30
  37. data/lib/aws-sdk-core/waiters/waiter.rb +42 -102
  38. metadata +5 -12
  39. data/apis/CloudFront.waiters2.json +0 -47
  40. data/apis/DynamoDB.waiters2.json +0 -35
  41. data/apis/EC2.waiters2.json +0 -341
  42. data/apis/ElasticTranscoder.waiters2.json +0 -30
  43. data/apis/RDS.waiters2.json +0 -97
  44. data/apis/Redshift.waiters2.json +0 -97
  45. data/apis/S3.waiters2.json +0 -63
  46. data/apis/SES.waiters2.json +0 -18
@@ -732,7 +732,7 @@
732
732
  },
733
733
  "Base64EncodedString":{
734
734
  "type":"string",
735
- "pattern":"^(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}==|[A-Za-z0-9\\+/]{3}=)?$"
735
+ "pattern":"^$|(^(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}==|[A-Za-z0-9\\+/]{3}=)?$)"
736
736
  },
737
737
  "BucketName":{
738
738
  "type":"string",
@@ -849,7 +849,8 @@
849
849
  "members":{
850
850
  "Name":{"shape":"Filename"},
851
851
  "Format":{"shape":"PlaylistFormat"},
852
- "OutputKeys":{"shape":"OutputKeys"}
852
+ "OutputKeys":{"shape":"OutputKeys"},
853
+ "HlsContentProtection":{"shape":"HlsContentProtection"}
853
854
  }
854
855
  },
855
856
  "CreateJobPlaylists":{
@@ -976,7 +977,7 @@
976
977
  "Mode":{"shape":"EncryptionMode"},
977
978
  "Key":{"shape":"Base64EncodedString"},
978
979
  "KeyMd5":{"shape":"Base64EncodedString"},
979
- "InitializationVector":{"shape":"Key"}
980
+ "InitializationVector":{"shape":"ZeroTo255String"}
980
981
  }
981
982
  },
982
983
  "EncryptionMode":{
@@ -1013,6 +1014,21 @@
1013
1014
  "type":"string",
1014
1015
  "pattern":"(^Canonical$)|(^Email$)|(^Group$)"
1015
1016
  },
1017
+ "HlsContentProtection":{
1018
+ "type":"structure",
1019
+ "members":{
1020
+ "Method":{"shape":"HlsContentProtectionMethod"},
1021
+ "Key":{"shape":"Base64EncodedString"},
1022
+ "KeyMd5":{"shape":"Base64EncodedString"},
1023
+ "InitializationVector":{"shape":"ZeroTo255String"},
1024
+ "LicenseAcquisitionUrl":{"shape":"ZeroTo512String"},
1025
+ "KeyStoragePolicy":{"shape":"KeyStoragePolicy"}
1026
+ }
1027
+ },
1028
+ "HlsContentProtectionMethod":{
1029
+ "type":"string",
1030
+ "pattern":"(^aes-128$)"
1031
+ },
1016
1032
  "HorizontalAlign":{
1017
1033
  "type":"string",
1018
1034
  "pattern":"(^Left$)|(^Right$)|(^Center$)"
@@ -1137,6 +1153,10 @@
1137
1153
  "min":0,
1138
1154
  "max":255
1139
1155
  },
1156
+ "KeyStoragePolicy":{
1157
+ "type":"string",
1158
+ "pattern":"(^NoStore$)|(^WithVariantPlaylists$)"
1159
+ },
1140
1160
  "KeyframesMaxDist":{
1141
1161
  "type":"string",
1142
1162
  "pattern":"^\\d{1,6}$"
@@ -1340,6 +1360,7 @@
1340
1360
  "Name":{"shape":"Filename"},
1341
1361
  "Format":{"shape":"PlaylistFormat"},
1342
1362
  "OutputKeys":{"shape":"OutputKeys"},
1363
+ "HlsContentProtection":{"shape":"HlsContentProtection"},
1343
1364
  "Status":{"shape":"JobStatus"},
1344
1365
  "StatusDetail":{"shape":"Description"}
1345
1366
  }
@@ -1682,6 +1703,16 @@
1682
1703
  "WatermarkSizingPolicy":{
1683
1704
  "type":"string",
1684
1705
  "pattern":"(^Fit$)|(^Stretch$)|(^ShrinkToFit$)"
1706
+ },
1707
+ "ZeroTo255String":{
1708
+ "type":"string",
1709
+ "min":0,
1710
+ "max":255
1711
+ },
1712
+ "ZeroTo512String":{
1713
+ "type":"string",
1714
+ "min":0,
1715
+ "max":512
1685
1716
  }
1686
1717
  }
1687
1718
  }
@@ -1,15 +1,29 @@
1
1
  {
2
+ "version": 2,
2
3
  "waiters": {
3
4
  "JobComplete": {
5
+ "delay": 30,
4
6
  "operation": "ReadJob",
5
- "success_type": "output",
6
- "success_path": "Job.Status",
7
- "interval": 30,
8
- "max_attempts": 120,
9
- "success_value": "Complete",
10
- "failure_value": [
11
- "Canceled",
12
- "Error"
7
+ "maxAttempts": 120,
8
+ "acceptors": [
9
+ {
10
+ "expected": "Complete",
11
+ "matcher": "path",
12
+ "state": "success",
13
+ "argument": "Job.Status"
14
+ },
15
+ {
16
+ "expected": "Canceled",
17
+ "matcher": "path",
18
+ "state": "failure",
19
+ "argument": "Job.Status"
20
+ },
21
+ {
22
+ "expected": "Error",
23
+ "matcher": "path",
24
+ "state": "failure",
25
+ "argument": "Job.Status"
26
+ }
13
27
  ]
14
28
  }
15
29
  }
@@ -5,14 +5,24 @@
5
5
  "request": {
6
6
  "operation": "CreateVault",
7
7
  "params": [
8
- { "target": "accountId", "sourceType": "string", "source": "-" }
8
+ { "target": "accountId", "source": "string", "value": "-" }
9
9
  ]
10
10
  },
11
11
  "resource": {
12
12
  "type": "Vault",
13
13
  "identifiers": [
14
- { "target": "AccountId", "sourceType": "requestParameter", "source": "accountId" },
15
- { "target": "Name", "sourceType": "requestParameter", "source": "vaultName" }
14
+ { "target": "AccountId", "source": "requestParameter", "path": "accountId" },
15
+ { "target": "Name", "source": "requestParameter", "path": "vaultName" }
16
+ ]
17
+ }
18
+ }
19
+ },
20
+ "has": {
21
+ "Account": {
22
+ "resource": {
23
+ "type": "Account",
24
+ "identifiers": [
25
+ { "target": "Id", "source": "input" }
16
26
  ]
17
27
  }
18
28
  }
@@ -22,14 +32,14 @@
22
32
  "request": {
23
33
  "operation": "ListVaults",
24
34
  "params": [
25
- { "target": "accountId", "sourceType": "string", "source": "-" }
35
+ { "target": "accountId", "source": "string", "value": "-" }
26
36
  ]
27
37
  },
28
38
  "resource": {
29
39
  "type": "Vault",
30
40
  "identifiers": [
31
- { "target": "AccountId", "sourceType": "requestParameter", "source": "accountId" },
32
- { "target": "Name", "sourceType": "responsePath", "source": "VaultList[].VaultName" }
41
+ { "target": "AccountId", "source": "requestParameter", "path": "accountId" },
42
+ { "target": "Name", "source": "response", "path": "VaultList[].VaultName" }
33
43
  ],
34
44
  "path": "VaultList[]"
35
45
  }
@@ -46,14 +56,25 @@
46
56
  "request": {
47
57
  "operation": "CreateVault",
48
58
  "params": [
49
- { "target": "accountId", "sourceType": "identifier", "source": "Id" }
59
+ { "target": "accountId", "source": "identifier", "name": "Id" }
50
60
  ]
51
61
  },
52
62
  "resource": {
53
63
  "type": "Vault",
54
64
  "identifiers": [
55
- { "target": "AccountId", "sourceType": "identifier", "source": "Id" },
56
- { "target": "Name", "sourceType": "requestParameter", "source": "vaultName" }
65
+ { "target": "AccountId", "source": "identifier", "name": "Id" },
66
+ { "target": "Name", "source": "requestParameter", "path": "vaultName" }
67
+ ]
68
+ }
69
+ }
70
+ },
71
+ "has": {
72
+ "Vault": {
73
+ "resource": {
74
+ "type": "Vault",
75
+ "identifiers": [
76
+ { "target": "AccountId", "source": "identifier", "name": "Id" },
77
+ { "target": "Name", "source": "input" }
57
78
  ]
58
79
  }
59
80
  }
@@ -64,16 +85,12 @@
64
85
  "resource": {
65
86
  "type": "Vault",
66
87
  "identifiers": [
67
- { "target": "AccountId", "sourceType": "requestParameter", "source": "accountId" },
68
- { "target": "Name", "sourceType": "responsePath", "source": "VaultList[].VaultName" }
88
+ { "target": "AccountId", "source": "requestParameter", "path": "accountId" },
89
+ { "target": "Name", "source": "response", "path": "VaultList[].VaultName" }
69
90
  ],
70
91
  "path": "VaultList[]"
71
92
  }
72
93
  }
73
- },
74
- "subResources": {
75
- "resources": [ "Vault" ],
76
- "identifiers": { "Id": "AccountId" }
77
94
  }
78
95
  },
79
96
  "Archive": {
@@ -87,9 +104,9 @@
87
104
  "request": {
88
105
  "operation": "DeleteArchive",
89
106
  "params": [
90
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
91
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
92
- { "target": "archiveId", "sourceType": "identifier", "source": "Id" }
107
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
108
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
109
+ { "target": "archiveId", "source": "identifier", "name": "Id" }
93
110
  ]
94
111
  }
95
112
  },
@@ -97,18 +114,29 @@
97
114
  "request": {
98
115
  "operation": "InitiateJob",
99
116
  "params": [
100
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
101
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
102
- { "target": "jobParameters.Type", "sourceType": "string", "source": "archive-retrieval" },
103
- { "target": "jobParameters.ArchiveId", "sourceType": "identifier", "source": "Id" }
117
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
118
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
119
+ { "target": "jobParameters.Type", "source": "string", "value": "archive-retrieval" },
120
+ { "target": "jobParameters.ArchiveId", "source": "identifier", "name": "Id" }
104
121
  ]
105
122
  },
106
123
  "resource": {
107
124
  "type": "Job",
108
125
  "identifiers": [
109
- { "target": "Id", "sourceType": "responsePath", "source": "jobId" },
110
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
111
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
126
+ { "target": "Id", "source": "response", "path": "jobId" },
127
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
128
+ { "target": "VaultName", "source": "identifier", "name": "Name" }
129
+ ]
130
+ }
131
+ }
132
+ },
133
+ "has": {
134
+ "Vault": {
135
+ "resource": {
136
+ "type": "Vault",
137
+ "identifiers": [
138
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
139
+ { "target": "Name", "source": "identifier", "name": "VaultName" }
112
140
  ]
113
141
  }
114
142
  }
@@ -128,9 +156,9 @@
128
156
  "request": {
129
157
  "operation": "DescribeJob",
130
158
  "params": [
131
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
132
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
133
- { "target": "jobId", "sourceType": "identifier", "source": "Id" }
159
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
160
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
161
+ { "target": "jobId", "source": "identifier", "name": "Id" }
134
162
  ]
135
163
  },
136
164
  "path": "@"
@@ -140,9 +168,20 @@
140
168
  "request": {
141
169
  "operation": "GetJobOutput",
142
170
  "params": [
143
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
144
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
145
- { "target": "jobId", "sourceType": "identifier", "source": "Id" }
171
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
172
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
173
+ { "target": "jobId", "source": "identifier", "name": "Id" }
174
+ ]
175
+ }
176
+ }
177
+ },
178
+ "has": {
179
+ "Vault": {
180
+ "resource": {
181
+ "type": "Vault",
182
+ "identifiers": [
183
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
184
+ { "target": "Name", "source": "identifier", "name": "VaultName" }
146
185
  ]
147
186
  }
148
187
  }
@@ -163,9 +202,9 @@
163
202
  "request": {
164
203
  "operation": "AbortMultipartUpload",
165
204
  "params": [
166
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
167
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
168
- { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
205
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
206
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
207
+ { "target": "uploadId", "source": "identifier", "name": "Id" }
169
208
  ]
170
209
  }
171
210
  },
@@ -173,9 +212,9 @@
173
212
  "request": {
174
213
  "operation": "CompleteMultipartUpload",
175
214
  "params": [
176
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
177
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
178
- { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
215
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
216
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
217
+ { "target": "uploadId", "source": "identifier", "name": "Id" }
179
218
  ]
180
219
  }
181
220
  },
@@ -183,9 +222,9 @@
183
222
  "request": {
184
223
  "operation": "ListParts",
185
224
  "params": [
186
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
187
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
188
- { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
225
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
226
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
227
+ { "target": "uploadId", "source": "identifier", "name": "Id" }
189
228
  ]
190
229
  }
191
230
  },
@@ -193,9 +232,20 @@
193
232
  "request": {
194
233
  "operation": "UploadMultipartPart",
195
234
  "params": [
196
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
197
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" },
198
- { "target": "uploadId", "sourceType": "identifier", "source": "Id" }
235
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
236
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" },
237
+ { "target": "uploadId", "source": "identifier", "name": "Id" }
238
+ ]
239
+ }
240
+ }
241
+ },
242
+ "has": {
243
+ "Vault": {
244
+ "resource": {
245
+ "type": "Vault",
246
+ "identifiers": [
247
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
248
+ { "target": "Name", "source": "identifier", "name": "VaultName" }
199
249
  ]
200
250
  }
201
251
  }
@@ -211,8 +261,8 @@
211
261
  "request": {
212
262
  "operation": "GetVaultNotifications",
213
263
  "params": [
214
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
215
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" }
264
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
265
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" }
216
266
  ]
217
267
  },
218
268
  "path": "vaultNotificationConfig"
@@ -222,8 +272,8 @@
222
272
  "request": {
223
273
  "operation": "DeleteVaultNotifications",
224
274
  "params": [
225
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
226
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" }
275
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
276
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" }
227
277
  ]
228
278
  }
229
279
  },
@@ -231,8 +281,19 @@
231
281
  "request": {
232
282
  "operation": "SetVaultNotifications",
233
283
  "params": [
234
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
235
- { "target": "vaultName", "sourceType": "identifier", "source": "VaultName" }
284
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
285
+ { "target": "vaultName", "source": "identifier", "name": "VaultName" }
286
+ ]
287
+ }
288
+ }
289
+ },
290
+ "has": {
291
+ "Vault": {
292
+ "resource": {
293
+ "type": "Vault",
294
+ "identifiers": [
295
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
296
+ { "target": "Name", "source": "identifier", "name": "VaultName" }
236
297
  ]
237
298
  }
238
299
  }
@@ -251,8 +312,8 @@
251
312
  "request": {
252
313
  "operation": "DescribeVault",
253
314
  "params": [
254
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
255
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
315
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
316
+ { "target": "accountId", "source": "identifier", "name": "AccountId" }
256
317
  ]
257
318
  },
258
319
  "path": "@"
@@ -262,8 +323,8 @@
262
323
  "request": {
263
324
  "operation": "CreateVault",
264
325
  "params": [
265
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
266
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
326
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
327
+ { "target": "accountId", "source": "identifier", "name": "AccountId" }
267
328
  ]
268
329
  }
269
330
  },
@@ -271,8 +332,8 @@
271
332
  "request": {
272
333
  "operation": "DeleteVault",
273
334
  "params": [
274
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
275
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
335
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
336
+ { "target": "accountId", "source": "identifier", "name": "AccountId" }
276
337
  ]
277
338
  }
278
339
  },
@@ -280,17 +341,17 @@
280
341
  "request": {
281
342
  "operation": "InitiateJob",
282
343
  "params": [
283
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
284
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
285
- { "target": "jobParameters.Type", "sourceType": "string", "source": "inventory-retrieval" }
344
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
345
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
346
+ { "target": "jobParameters.Type", "source": "string", "value": "inventory-retrieval" }
286
347
  ]
287
348
  },
288
349
  "resource": {
289
350
  "type": "Job",
290
351
  "identifiers": [
291
- { "target": "Id", "sourceType": "responsePath", "source": "jobId" },
292
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
293
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
352
+ { "target": "Id", "source": "response", "path": "jobId" },
353
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
354
+ { "target": "VaultName", "source": "identifier", "name": "Name" }
294
355
  ]
295
356
  }
296
357
  },
@@ -298,16 +359,16 @@
298
359
  "request": {
299
360
  "operation": "InitiateMultipartUpload",
300
361
  "params": [
301
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
302
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
362
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
363
+ { "target": "accountId", "source": "identifier", "name": "AccountId" }
303
364
  ]
304
365
  },
305
366
  "resource": {
306
367
  "type": "MultipartUpload",
307
368
  "identifiers": [
308
- { "target": "Id", "sourceType": "responsePath", "source": "uploadId" },
309
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
310
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
369
+ { "target": "Id", "source": "response", "path": "uploadId" },
370
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
371
+ { "target": "VaultName", "source": "identifier", "name": "Name" }
311
372
  ]
312
373
  }
313
374
  },
@@ -315,16 +376,65 @@
315
376
  "request": {
316
377
  "operation": "UploadArchive",
317
378
  "params": [
318
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
319
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
379
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
380
+ { "target": "accountId", "source": "identifier", "name": "AccountId" }
320
381
  ]
321
382
  },
322
383
  "resource": {
323
384
  "type": "Archive",
324
385
  "identifiers": [
325
- { "target": "Id", "sourceType": "responsePath", "source": "archiveId" },
326
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
327
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" }
386
+ { "target": "Id", "source": "response", "path": "archiveId" },
387
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
388
+ { "target": "VaultName", "source": "identifier", "name": "Name" }
389
+ ]
390
+ }
391
+ }
392
+ },
393
+ "has": {
394
+ "Account": {
395
+ "resource": {
396
+ "type": "Account",
397
+ "identifiers": [
398
+ { "target": "Id", "source": "identifier", "name": "AccountId" }
399
+ ]
400
+ }
401
+ },
402
+ "Archive": {
403
+ "resource": {
404
+ "type": "Archive",
405
+ "identifiers": [
406
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
407
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
408
+ { "target": "Id", "source": "input" }
409
+ ]
410
+ }
411
+ },
412
+ "Job": {
413
+ "resource": {
414
+ "type": "Job",
415
+ "identifiers": [
416
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
417
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
418
+ { "target": "Id", "source": "input" }
419
+ ]
420
+ }
421
+ },
422
+ "MultipartUpload": {
423
+ "resource": {
424
+ "type": "MultipartUpload",
425
+ "identifiers": [
426
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
427
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
428
+ { "target": "Id", "source": "input" }
429
+ ]
430
+ }
431
+ },
432
+ "Notification": {
433
+ "resource": {
434
+ "type": "Notification",
435
+ "identifiers": [
436
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
437
+ { "target": "VaultName", "source": "identifier", "name": "Name" }
328
438
  ]
329
439
  }
330
440
  }
@@ -334,17 +444,17 @@
334
444
  "request": {
335
445
  "operation": "ListJobs",
336
446
  "params": [
337
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
338
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
339
- { "target": "completed", "sourceType": "string", "source": "true" }
447
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
448
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
449
+ { "target": "completed", "source": "string", "value": "true" }
340
450
  ]
341
451
  },
342
452
  "resource": {
343
453
  "type": "Job",
344
454
  "identifiers": [
345
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
346
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
347
- { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
455
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
456
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
457
+ { "target": "Id", "source": "response", "path": "JobList[].JobId" }
348
458
  ],
349
459
  "path": "JobList[]"
350
460
  }
@@ -353,17 +463,17 @@
353
463
  "request": {
354
464
  "operation": "ListJobs",
355
465
  "params": [
356
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
357
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
358
- { "target": "statuscode", "sourceType": "string", "source": "Failed" }
466
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
467
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
468
+ { "target": "statuscode", "source": "string", "value": "Failed" }
359
469
  ]
360
470
  },
361
471
  "resource": {
362
472
  "type": "Job",
363
473
  "identifiers": [
364
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
365
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
366
- { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
474
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
475
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
476
+ { "target": "Id", "source": "response", "path": "JobList[].JobId" }
367
477
  ],
368
478
  "path": "JobList[]"
369
479
  }
@@ -372,16 +482,16 @@
372
482
  "request": {
373
483
  "operation": "ListJobs",
374
484
  "params": [
375
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
376
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" }
485
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
486
+ { "target": "vaultName", "source": "identifier", "name": "Name" }
377
487
  ]
378
488
  },
379
489
  "resource": {
380
490
  "type": "Job",
381
491
  "identifiers": [
382
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
383
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
384
- { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
492
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
493
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
494
+ { "target": "Id", "source": "response", "path": "JobList[].JobId" }
385
495
  ],
386
496
  "path": "JobList[]"
387
497
  }
@@ -390,17 +500,17 @@
390
500
  "request": {
391
501
  "operation": "ListJobs",
392
502
  "params": [
393
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
394
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
395
- { "target": "statuscode", "sourceType": "string", "source": "InProgress" }
503
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
504
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
505
+ { "target": "statuscode", "source": "string", "value": "InProgress" }
396
506
  ]
397
507
  },
398
508
  "resource": {
399
509
  "type": "Job",
400
510
  "identifiers": [
401
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
402
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
403
- { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
511
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
512
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
513
+ { "target": "Id", "source": "response", "path": "JobList[].JobId" }
404
514
  ],
405
515
  "path": "JobList[]"
406
516
  }
@@ -409,16 +519,16 @@
409
519
  "request": {
410
520
  "operation": "ListMultipartUploads",
411
521
  "params": [
412
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
413
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" }
522
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
523
+ { "target": "accountId", "source": "identifier", "name": "AccountId" }
414
524
  ]
415
525
  },
416
526
  "resource": {
417
527
  "type": "MultipartUpload",
418
528
  "identifiers": [
419
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
420
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
421
- { "target": "Id", "sourceType": "responsePath", "source": "UploadsList[].MultipartUploadId" }
529
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
530
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
531
+ { "target": "Id", "source": "response", "path": "UploadsList[].MultipartUploadId" }
422
532
  ],
423
533
  "path": "UploadsList[]"
424
534
  }
@@ -427,33 +537,21 @@
427
537
  "request": {
428
538
  "operation": "ListJobs",
429
539
  "params": [
430
- { "target": "accountId", "sourceType": "identifier", "source": "AccountId" },
431
- { "target": "vaultName", "sourceType": "identifier", "source": "Name" },
432
- { "target": "statuscode", "sourceType": "string", "source": "Succeeded" }
540
+ { "target": "accountId", "source": "identifier", "name": "AccountId" },
541
+ { "target": "vaultName", "source": "identifier", "name": "Name" },
542
+ { "target": "statuscode", "source": "string", "value": "Succeeded" }
433
543
  ]
434
544
  },
435
545
  "resource": {
436
546
  "type": "Job",
437
547
  "identifiers": [
438
- { "target": "AccountId", "sourceType": "identifier", "source": "AccountId" },
439
- { "target": "VaultName", "sourceType": "identifier", "source": "Name" },
440
- { "target": "Id", "sourceType": "responsePath", "source": "JobList[].JobId" }
548
+ { "target": "AccountId", "source": "identifier", "name": "AccountId" },
549
+ { "target": "VaultName", "source": "identifier", "name": "Name" },
550
+ { "target": "Id", "source": "response", "path": "JobList[].JobId" }
441
551
  ],
442
552
  "path": "JobList[]"
443
553
  }
444
554
  }
445
- },
446
- "subResources": {
447
- "resources": [
448
- "Notification",
449
- "Job",
450
- "Archive",
451
- "MultipartUpload"
452
- ],
453
- "identifiers": {
454
- "AccountId": "AccountId",
455
- "Name": "VaultName"
456
- }
457
555
  }
458
556
  }
459
557
  }