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.
- checksums.yaml +4 -4
- data/apis/CloudFormation.resources.json +72 -75
- data/apis/CloudFront.api.json +96 -60
- data/apis/CognitoSync.api.json +661 -46
- data/apis/EC2.resources.json +1190 -1101
- data/apis/ElasticLoadBalancing.api.json +14 -1
- data/apis/Glacier.resources.json +372 -355
- data/apis/IAM.resources.json +218 -215
- data/apis/OpsWorks.resources.json +39 -81
- data/apis/Route53.api.json +666 -437
- data/apis/S3.resources.json +228 -194
- data/apis/SNS.resources.json +135 -139
- data/apis/SQS.resources.json +95 -95
- data/lib/aws-sdk-core/json/rpc_body_handler.rb +2 -0
- data/lib/aws-sdk-core/plugins/route_53_id_fix.rb +2 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -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",
|
data/apis/Glacier.resources.json
CHANGED
@@ -1,436 +1,453 @@
|
|
1
1
|
{
|
2
|
-
"service"
|
3
|
-
"actions"
|
4
|
-
"CreateVault"
|
5
|
-
"request"
|
6
|
-
"operation"
|
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"
|
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"
|
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"
|
30
|
-
"identifiers"
|
31
|
-
{ "target":"AccountId", "sourceType":"requestParameter", "source":"accountId"},
|
32
|
-
{ "target":"Name", "sourceType":"responsePath", "source":"VaultList[].VaultName"}
|
33
|
-
]
|
34
|
-
|
35
|
-
|
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
|
-
"
|
45
|
-
"
|
46
|
-
|
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
|
-
"
|
49
|
-
"
|
50
|
-
"request"
|
51
|
-
"resource"
|
52
|
-
"type"
|
53
|
-
"identifiers"
|
54
|
-
|
55
|
-
|
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
|
-
"
|
61
|
-
"
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
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
|
-
"
|
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
|
-
"
|
75
|
-
"identifiers"
|
76
|
-
{ "name":"AccountId" },
|
77
|
-
{ "name":
|
112
|
+
"Job": {
|
113
|
+
"identifiers": [
|
114
|
+
{ "name": "AccountId" },
|
115
|
+
{ "name": "VaultName" },
|
116
|
+
{
|
117
|
+
"name": "Id",
|
118
|
+
"memberName": "JobId"
|
119
|
+
}
|
78
120
|
],
|
79
|
-
"shape"
|
80
|
-
"load"
|
81
|
-
"request"
|
82
|
-
"operation"
|
83
|
-
"params"
|
84
|
-
|
85
|
-
|
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
|
-
"
|
92
|
-
"request"
|
93
|
-
"operation"
|
94
|
-
"params"
|
95
|
-
|
96
|
-
|
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
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
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
|
-
"
|
110
|
-
"request"
|
111
|
-
"operation"
|
112
|
-
"params"
|
113
|
-
|
114
|
-
|
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
|
-
"
|
127
|
-
"request"
|
128
|
-
"operation"
|
129
|
-
"params"
|
130
|
-
{ "target"
|
131
|
-
{ "target"
|
132
|
-
{ "target"
|
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
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
{ "target"
|
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
|
-
"
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
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
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
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
|
-
"
|
163
|
-
"
|
164
|
-
"request"
|
165
|
-
"operation"
|
166
|
-
"params"
|
167
|
-
|
168
|
-
|
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
|
-
"
|
182
|
-
"request"
|
183
|
-
"operation"
|
184
|
-
"params"
|
185
|
-
|
186
|
-
|
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
|
-
"
|
220
|
-
"request"
|
221
|
-
"operation"
|
222
|
-
"params"
|
223
|
-
|
224
|
-
|
225
|
-
|
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
|
-
"
|
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
|
-
"
|
239
|
-
"request"
|
240
|
-
"operation"
|
241
|
-
"params"
|
242
|
-
|
243
|
-
|
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
|
-
"
|
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
|
-
"
|
258
|
-
"request"
|
259
|
-
"operation"
|
260
|
-
"params"
|
261
|
-
{ "target"
|
262
|
-
{ "target"
|
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"
|
267
|
-
"identifiers"
|
268
|
-
{"target"
|
269
|
-
{"target"
|
270
|
-
{"target"
|
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
|
-
"
|
277
|
-
"
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
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
|
-
"
|
300
|
-
"request"
|
301
|
-
"operation"
|
302
|
-
"params"
|
303
|
-
|
304
|
-
|
305
|
-
|
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
|
-
"
|
310
|
-
"request"
|
311
|
-
"operation"
|
312
|
-
"params"
|
313
|
-
|
314
|
-
|
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
|
-
"
|
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"
|
341
|
-
"params"
|
342
|
-
{ "target"
|
343
|
-
{ "target"
|
344
|
-
{ "target"
|
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
|
-
"
|
349
|
-
"request"
|
350
|
-
"operation"
|
351
|
-
"params"
|
352
|
-
{ "target"
|
353
|
-
{ "target"
|
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"
|
360
|
-
"identifiers"
|
361
|
-
|
362
|
-
|
363
|
-
|
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
|
-
"
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
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
|
-
"
|
417
|
-
"
|
418
|
-
"
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
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
|
}
|