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.
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "service": {
3
3
  "actions": {
4
- "CreateTopic": {
5
- "request": { "operation":"CreateTopic" },
4
+ "CreatePlatformApplication": {
5
+ "request": { "operation": "CreatePlatformApplication" },
6
6
  "resource": {
7
- "type": "Topic",
7
+ "type": "PlatformApplication",
8
8
  "identifiers": [
9
- { "target":"Arn", "sourceType":"responsePath", "source":"TopicArn" }
9
+ { "target": "Arn", "sourceType": "responsePath", "source": "PlatformApplicationArn" }
10
10
  ]
11
11
  }
12
12
  },
13
- "CreatePlatformApplication": {
14
- "request": { "operation":"CreatePlatformApplication" },
13
+ "CreateTopic": {
14
+ "request": { "operation": "CreateTopic" },
15
15
  "resource": {
16
- "type": "PlatformApplication",
16
+ "type": "Topic",
17
17
  "identifiers": [
18
- { "target":"Arn", "sourceType":"responsePath", "source":"PlatformApplicationArn" }
18
+ { "target": "Arn", "sourceType": "responsePath", "source": "TopicArn" }
19
19
  ]
20
20
  }
21
21
  }
22
22
  },
23
23
  "hasMany": {
24
- "Topics": {
25
- "request": { "operation": "ListTopics" },
24
+ "PlatformApplications": {
25
+ "request": { "operation": "ListPlatformApplications" },
26
26
  "resource": {
27
- "type": "Topic",
27
+ "type": "PlatformApplication",
28
28
  "identifiers": [
29
- { "target":"Arn", "sourceType":"responsePath", "source":"Topics[].TopicArn" }
29
+ { "target": "Arn", "sourceType": "responsePath", "source": "PlatformApplications[].PlatformApplicationArn" }
30
30
  ]
31
31
  }
32
32
  },
@@ -35,272 +35,268 @@
35
35
  "resource": {
36
36
  "type": "Subscription",
37
37
  "identifiers": [
38
- { "target":"TopicArn", "sourceType":"responsePath", "source":"Subscriptions[].TopicArn" },
39
- { "target":"Arn", "sourceType":"responsePath", "source":"Subscriptions[].SubscriptionArn"}
38
+ { "target": "TopicArn", "sourceType": "responsePath", "source": "Subscriptions[].TopicArn" },
39
+ { "target": "Arn", "sourceType": "responsePath", "source": "Subscriptions[].SubscriptionArn" }
40
40
  ]
41
41
  }
42
42
  },
43
- "PlatformApplications": {
44
- "request": { "operation": "ListPlatformApplications" },
43
+ "Topics": {
44
+ "request": { "operation": "ListTopics" },
45
45
  "resource": {
46
- "type": "PlatformApplication",
46
+ "type": "Topic",
47
47
  "identifiers": [
48
- {
49
- "target":"Arn",
50
- "sourceType":"responsePath",
51
- "source":"PlatformApplications[].PlatformApplicationArn"
52
- }
48
+ { "target": "Arn", "sourceType": "responsePath", "source": "Topics[].TopicArn" }
53
49
  ]
54
50
  }
55
51
  }
56
52
  }
57
53
  },
58
- "resources" : {
59
- "Topic" : {
60
- "shape": "GetTopicAttributesResponse",
54
+ "resources": {
55
+ "PlatformApplication": {
61
56
  "identifiers": [
62
57
  { "name": "Arn" }
63
58
  ],
59
+ "shape": "GetPlatformApplicationAttributesResponse",
64
60
  "load": {
65
61
  "request": {
66
- "operation": "GetTopicAttributes",
62
+ "operation": "GetPlatformApplicationAttributes",
67
63
  "params": [
68
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
64
+ { "target": "PlatformApplicationArn", "sourceType": "identifier", "source": "Arn" }
69
65
  ]
70
66
  },
71
- "path":"$"
67
+ "path": "$"
72
68
  },
73
69
  "actions": {
74
- "Subscribe": {
70
+ "CreatePlatformEndpoint": {
75
71
  "request": {
76
- "operation": "Subscribe",
72
+ "operation": "CreatePlatformEndpoint",
77
73
  "params": [
78
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
74
+ { "target": "PlatformApplicationArn", "sourceType": "identifier", "source": "Arn" }
79
75
  ]
80
76
  },
81
77
  "resource": {
82
- "type": "Subscription",
78
+ "type": "PlatformEndpoint",
83
79
  "identifiers": [
84
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" },
85
- { "target":"Arn", "sourceType":"responsePath", "source":"SubscriptionArn"}
80
+ { "target": "PlatformApplicationArn", "sourceType": "identifier", "source": "Arn" },
81
+ { "target": "Arn", "sourceType": "responsePath", "source": "EndpointArn" }
86
82
  ]
87
83
  }
88
84
  },
89
85
  "Delete": {
90
86
  "request": {
91
- "operation": "DeleteTopic",
87
+ "operation": "DeletePlatformApplication",
92
88
  "params": [
93
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
89
+ { "target": "PlatformApplicationArn", "sourceType": "identifier", "source": "Arn" }
94
90
  ]
95
91
  }
96
92
  },
97
- "Publish": {
93
+ "SetAttributes": {
98
94
  "request": {
99
- "operation": "Publish",
95
+ "operation": "SetPlatformApplicationAttributes",
100
96
  "params": [
101
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
97
+ { "target": "PlatformApplicationArn", "sourceType": "identifier", "source": "Arn" }
102
98
  ]
103
99
  }
104
- },
105
- "ConfirmSubscription": {
100
+ }
101
+ },
102
+ "hasMany": {
103
+ "Endpoints": {
106
104
  "request": {
107
- "operation":"ConfirmSubscription",
105
+ "operation": "ListEndpointsByPlatformApplication",
108
106
  "params": [
109
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
107
+ { "target": "PlatformApplicationArn", "sourceType": "identifier", "source": "Arn" }
110
108
  ]
111
109
  },
112
110
  "resource": {
113
- "type": "Subscription",
111
+ "type": "PlatformEndpoint",
114
112
  "identifiers": [
115
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" },
116
- { "target":"Arn", "sourceType":"responsePath", "source":"SubscriptionArn" }
113
+ { "target": "Arn", "sourceType": "responsePath", "source": "Endpoints[].EndpointArn" }
117
114
  ]
118
115
  }
116
+ }
117
+ }
118
+ },
119
+ "PlatformEndpoint": {
120
+ "identifiers": [
121
+ { "name": "Arn" }
122
+ ],
123
+ "shape": "GetEndpointAttributesResponse",
124
+ "load": {
125
+ "request": {
126
+ "operation": "GetEndpointAttributes",
127
+ "params": [
128
+ { "target": "EndpointArn", "sourceType": "identifier", "source": "Arn" }
129
+ ]
119
130
  },
120
- "AddPermission": {
131
+ "path": "$"
132
+ },
133
+ "actions": {
134
+ "Delete": {
121
135
  "request": {
122
- "operation":"AddPermission",
136
+ "operation": "DeleteEndpoint",
123
137
  "params": [
124
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
138
+ { "target": "EndpointArn", "sourceType": "identifier", "source": "Arn" }
125
139
  ]
126
140
  }
127
141
  },
128
- "RemovePermission": {
142
+ "Publish": {
129
143
  "request": {
130
- "operation":"RemovePermission",
144
+ "operation": "Publish",
131
145
  "params": [
132
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
146
+ { "target": "TargetArn", "sourceType": "identifier", "source": "Arn" }
133
147
  ]
134
148
  }
135
149
  },
136
150
  "SetAttributes": {
137
151
  "request": {
138
- "operation":"SetTopicAttributes",
139
- "params": [
140
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
141
- ]
142
- }
143
- }
144
- },
145
- "hasMany": {
146
- "Subscriptions": {
147
- "request": {
148
- "operation": "ListSubscriptionsByTopic",
152
+ "operation": "SetEndpointAttributes",
149
153
  "params": [
150
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" }
151
- ]
152
- },
153
- "resource": {
154
- "type": "Subscription",
155
- "identifiers": [
156
- { "target":"TopicArn", "sourceType":"identifier", "source":"Arn" },
157
- { "target":"Arn", "sourceType":"responsePath", "source":"Subscriptions[].SubscriptionArn"}
154
+ { "target": "EndpointArn", "sourceType": "identifier", "source": "Arn" }
158
155
  ]
159
156
  }
160
157
  }
161
- },
162
- "subResources": {
163
- "resources":["Subscription"],
164
- "identifiers": { "Arn": "TopicArn" }
165
158
  }
166
159
  },
167
160
  "Subscription": {
168
- "shape": "GetSubscriptionAttributesResponse",
169
161
  "identifiers": [
170
162
  { "name": "TopicArn" },
171
163
  { "name": "Arn" }
172
164
  ],
165
+ "shape": "GetSubscriptionAttributesResponse",
173
166
  "load": {
174
167
  "request": {
175
168
  "operation": "GetSubscriptionAttributes",
176
169
  "params": [
177
- { "target":"SubscriptionArn", "sourceType":"identifier", "source":"Arn" }
170
+ { "target": "SubscriptionArn", "sourceType": "identifier", "source": "Arn" }
178
171
  ]
179
172
  },
180
- "path":"$"
173
+ "path": "$"
181
174
  },
182
175
  "actions": {
183
176
  "Delete": {
184
177
  "request": {
185
178
  "operation": "Unsubscribe",
186
179
  "params": [
187
- { "target":"SubscriptionArn", "sourceType":"identifier", "source":"Arn" }
180
+ { "target": "SubscriptionArn", "sourceType": "identifier", "source": "Arn" }
188
181
  ]
189
182
  }
190
183
  },
191
184
  "SetAttributes": {
192
185
  "request": {
193
- "operation":"SetSubscriptionAttributes",
186
+ "operation": "SetSubscriptionAttributes",
194
187
  "params": [
195
- { "target":"SubscriptionArn", "sourceType":"identifier", "source":"Arn" }
188
+ { "target": "SubscriptionArn", "sourceType": "identifier", "source": "Arn" }
196
189
  ]
197
190
  }
198
191
  }
199
192
  }
200
193
  },
201
- "PlatformApplication": {
202
- "shape": "GetPlatformApplicationAttributesResponse",
194
+ "Topic": {
203
195
  "identifiers": [
204
196
  { "name": "Arn" }
205
197
  ],
198
+ "shape": "GetTopicAttributesResponse",
206
199
  "load": {
207
200
  "request": {
208
- "operation": "GetPlatformApplicationAttributes",
201
+ "operation": "GetTopicAttributes",
209
202
  "params": [
210
- { "target":"PlatformApplicationArn", "sourceType":"identifier", "source":"Arn" }
203
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
211
204
  ]
212
205
  },
213
- "path":"$"
206
+ "path": "$"
214
207
  },
215
208
  "actions": {
216
- "Delete": {
217
- "request": {
218
- "operation": "DeletePlatformApplication",
219
- "params": [
220
- { "target":"PlatformApplicationArn", "sourceType":"identifier", "source":"Arn" }
221
- ]
222
- }
223
- },
224
- "SetAttributes": {
209
+ "AddPermission": {
225
210
  "request": {
226
- "operation":"SetPlatformApplicationAttributes",
211
+ "operation": "AddPermission",
227
212
  "params": [
228
- { "target":"PlatformApplicationArn", "sourceType":"identifier", "source":"Arn" }
213
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
229
214
  ]
230
215
  }
231
216
  },
232
- "CreatePlatformEndpoint": {
217
+ "ConfirmSubscription": {
233
218
  "request": {
234
- "operation": "CreatePlatformEndpoint",
219
+ "operation": "ConfirmSubscription",
235
220
  "params": [
236
- { "target":"PlatformApplicationArn", "sourceType":"identifier", "source":"Arn" }
221
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
237
222
  ]
238
223
  },
239
224
  "resource": {
240
- "type": "PlatformEndpoint",
225
+ "type": "Subscription",
241
226
  "identifiers": [
242
- { "target":"PlatformApplicationArn", "sourceType":"identifier", "source":"Arn" },
243
- { "target":"Arn", "sourceType":"responsePath", "source":"EndpointArn"}
227
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" },
228
+ { "target": "Arn", "sourceType": "responsePath", "source": "SubscriptionArn" }
244
229
  ]
245
230
  }
246
- }
247
- },
248
- "hasMany": {
249
- "Endpoints": {
231
+ },
232
+ "Delete": {
250
233
  "request": {
251
- "operation": "ListEndpointsByPlatformApplication",
234
+ "operation": "DeleteTopic",
252
235
  "params": [
253
- { "target":"PlatformApplicationArn", "sourceType":"identifier", "source":"Arn" }
236
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
254
237
  ]
255
- },
256
- "resource": {
257
- "type": "PlatformEndpoint",
258
- "identifiers": [
259
- { "target":"Arn", "sourceType":"responsePath", "source":"Endpoints[].EndpointArn"}
238
+ }
239
+ },
240
+ "Publish": {
241
+ "request": {
242
+ "operation": "Publish",
243
+ "params": [
244
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
260
245
  ]
261
246
  }
262
- }
263
- }
264
- },
265
- "PlatformEndpoint": {
266
- "shape": "GetEndpointAttributesResponse",
267
- "identifiers": [
268
- { "name": "Arn" }
269
- ],
270
- "load": {
271
- "request": {
272
- "operation": "GetEndpointAttributes",
273
- "params": [
274
- { "target":"EndpointArn", "sourceType":"identifier", "source":"Arn" }
275
- ]
276
247
  },
277
- "path":"$"
278
- },
279
- "actions": {
280
- "Delete": {
248
+ "RemovePermission": {
281
249
  "request": {
282
- "operation": "DeleteEndpoint",
250
+ "operation": "RemovePermission",
283
251
  "params": [
284
- { "target":"EndpointArn", "sourceType":"identifier", "source":"Arn" }
252
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
285
253
  ]
286
254
  }
287
255
  },
288
256
  "SetAttributes": {
289
257
  "request": {
290
- "operation":"SetEndpointAttributes",
258
+ "operation": "SetTopicAttributes",
291
259
  "params": [
292
- { "target":"EndpointArn", "sourceType":"identifier", "source":"Arn" }
260
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
293
261
  ]
294
262
  }
295
263
  },
296
- "Publish": {
264
+ "Subscribe": {
297
265
  "request": {
298
- "operation": "Publish",
266
+ "operation": "Subscribe",
299
267
  "params": [
300
- { "target":"TargetArn", "sourceType":"identifier", "source":"Arn" }
268
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
269
+ ]
270
+ },
271
+ "resource": {
272
+ "type": "Subscription",
273
+ "identifiers": [
274
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" },
275
+ { "target": "Arn", "sourceType": "responsePath", "source": "SubscriptionArn" }
276
+ ]
277
+ }
278
+ }
279
+ },
280
+ "hasMany": {
281
+ "Subscriptions": {
282
+ "request": {
283
+ "operation": "ListSubscriptionsByTopic",
284
+ "params": [
285
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" }
286
+ ]
287
+ },
288
+ "resource": {
289
+ "type": "Subscription",
290
+ "identifiers": [
291
+ { "target": "TopicArn", "sourceType": "identifier", "source": "Arn" },
292
+ { "target": "Arn", "sourceType": "responsePath", "source": "Subscriptions[].SubscriptionArn" }
301
293
  ]
302
294
  }
303
295
  }
296
+ },
297
+ "subResources": {
298
+ "resources": [ "Subscription" ],
299
+ "identifiers": { "Arn": "TopicArn" }
304
300
  }
305
301
  }
306
302
  }
@@ -1,187 +1,187 @@
1
1
  {
2
2
  "service": {
3
- "hasMany": {
4
- "Queues": {
5
- "request": { "operation":"ListQueues" },
3
+ "actions": {
4
+ "CreateQueue": {
5
+ "request": { "operation": "CreateQueue" },
6
6
  "resource": {
7
- "type":"Queue",
7
+ "type": "Queue",
8
8
  "identifiers": [
9
- { "target":"Url", "sourceType":"responsePath", "source":"QueueUrls[]" }
9
+ { "target": "Url", "sourceType": "responsePath", "source": "QueueUrl" }
10
10
  ]
11
11
  }
12
12
  },
13
- "DeadLetterSourceQueues": {
14
- "request": { "operation":"ListDeadLetterSourceQueues" },
13
+ "GetQueueByName": {
14
+ "request": { "operation": "GetQueueUrl" },
15
15
  "resource": {
16
- "type":"Queue",
16
+ "type": "Queue",
17
17
  "identifiers": [
18
- { "target":"Url", "sourceType":"responsePath", "source":"QueueUrls[]" }
18
+ { "target": "Url", "sourceType": "responsePath", "source": "QueueUrl" }
19
19
  ]
20
20
  }
21
21
  }
22
22
  },
23
- "actions": {
24
- "GetQueueByName": {
25
- "request": { "operation":"GetQueueUrl" },
23
+ "hasMany": {
24
+ "DeadLetterSourceQueues": {
25
+ "request": { "operation": "ListDeadLetterSourceQueues" },
26
26
  "resource": {
27
- "type":"Queue",
27
+ "type": "Queue",
28
28
  "identifiers": [
29
- { "target":"Url", "sourceType":"responsePath", "source":"QueueUrl" }
29
+ { "target": "Url", "sourceType": "responsePath", "source": "QueueUrls[]" }
30
30
  ]
31
31
  }
32
32
  },
33
- "CreateQueue": {
34
- "request": { "operation":"CreateQueue" },
33
+ "Queues": {
34
+ "request": { "operation": "ListQueues" },
35
35
  "resource": {
36
- "type":"Queue",
36
+ "type": "Queue",
37
37
  "identifiers": [
38
- { "target":"Url", "sourceType":"responsePath", "source":"QueueUrl" }
38
+ { "target": "Url", "sourceType": "responsePath", "source": "QueueUrls[]" }
39
39
  ]
40
40
  }
41
41
  }
42
42
  }
43
43
  },
44
44
  "resources": {
45
+ "Message": {
46
+ "identifiers": [
47
+ { "name": "QueueUrl" },
48
+ { "name": "ReceiptHandle" }
49
+ ],
50
+ "shape": "Message",
51
+ "actions": {
52
+ "ChangeVisibility": {
53
+ "request": {
54
+ "operation": "ChangeMessageVisibility",
55
+ "params": [
56
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "QueueUrl" },
57
+ { "target": "ReceiptHandle", "sourceType": "identifier", "source": "ReceiptHandle" }
58
+ ]
59
+ }
60
+ },
61
+ "Delete": {
62
+ "request": {
63
+ "operation": "DeleteMessage",
64
+ "params": [
65
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "QueueUrl" },
66
+ { "target": "ReceiptHandle", "sourceType": "identifier", "source": "ReceiptHandle" }
67
+ ]
68
+ }
69
+ }
70
+ },
71
+ "batchActions": {
72
+ "Delete": {
73
+ "request": {
74
+ "operation": "DeleteMessageBatch",
75
+ "params": [
76
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "QueueUrl" },
77
+ { "target": "Entries[*].Id", "sourceType": "dataMember", "source": "MessageId" },
78
+ { "target": "Entries[*].ReceiptHandle", "sourceType": "identifier", "source": "ReceiptHandle" }
79
+ ]
80
+ }
81
+ }
82
+ }
83
+ },
45
84
  "Queue": {
46
- "shape":"GetQueueAttributesResult",
47
85
  "identifiers": [
48
86
  { "name": "Url" }
49
87
  ],
88
+ "shape": "GetQueueAttributesResult",
50
89
  "load": {
51
90
  "request": {
52
- "operation":"GetQueueAttributes",
91
+ "operation": "GetQueueAttributes",
53
92
  "params": [
54
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" },
55
- { "target":"AttributeNames[]", "sourceType":"string", "source":"All" }
93
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" },
94
+ { "target": "AttributeNames[]", "sourceType": "string", "source": "All" }
56
95
  ]
57
96
  },
58
- "path":"$"
97
+ "path": "$"
59
98
  },
60
99
  "actions": {
61
- "SetAttributes": {
100
+ "AddPermission": {
62
101
  "request": {
63
- "operation":"SetQueueAttributes",
102
+ "operation": "AddPermission",
64
103
  "params": [
65
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
104
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
66
105
  ]
67
106
  }
68
107
  },
69
- "AddPermission": {
108
+ "ChangeMessageVisibilityBatch": {
70
109
  "request": {
71
- "operation":"AddPermission",
110
+ "operation": "ChangeMessageVisibilityBatch",
72
111
  "params": [
73
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
112
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
74
113
  ]
75
114
  }
76
115
  },
77
- "RemovePermission": {
116
+ "Delete": {
78
117
  "request": {
79
- "operation":"RemovePermission",
118
+ "operation": "DeleteQueue",
80
119
  "params": [
81
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
120
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
82
121
  ]
83
122
  }
84
123
  },
85
- "Delete": {
124
+ "DeleteMessages": {
86
125
  "request": {
87
- "operation":"DeleteQueue",
126
+ "operation": "DeleteMessageBatch",
88
127
  "params": [
89
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
128
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
90
129
  ]
91
130
  }
92
131
  },
93
132
  "ReceiveMessages": {
94
133
  "request": {
95
- "operation":"ReceiveMessage",
134
+ "operation": "ReceiveMessage",
96
135
  "params": [
97
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
136
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
98
137
  ]
99
138
  },
100
139
  "resource": {
101
- "type":"Message",
140
+ "type": "Message",
102
141
  "identifiers": [
103
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" },
104
- { "target":"ReceiptHandle", "sourceType":"responsePath", "source":"Messages[].ReceiptHandle" }
105
- ]
106
- },
107
- "path":"Messages[]"
142
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" },
143
+ { "target": "ReceiptHandle", "sourceType": "responsePath", "source": "Messages[].ReceiptHandle" }
144
+ ],
145
+ "path": "Messages[]"
146
+ }
108
147
  },
109
- "SendMessage": {
148
+ "RemovePermission": {
110
149
  "request": {
111
- "operation":"SendMessage",
150
+ "operation": "RemovePermission",
112
151
  "params": [
113
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
152
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
114
153
  ]
115
154
  }
116
155
  },
117
- "SendMessages": {
156
+ "SendMessage": {
118
157
  "request": {
119
- "operation":"SendMessageBatch",
158
+ "operation": "SendMessage",
120
159
  "params": [
121
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
160
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
122
161
  ]
123
162
  }
124
163
  },
125
- "ChangeMessageVisibilityBatch": {
164
+ "SendMessages": {
126
165
  "request": {
127
- "operation":"ChangeMessageVisibilityBatch",
166
+ "operation": "SendMessageBatch",
128
167
  "params": [
129
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
168
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
130
169
  ]
131
170
  }
132
171
  },
133
- "DeleteMessages": {
172
+ "SetAttributes": {
134
173
  "request": {
135
- "operation":"DeleteMessageBatch",
174
+ "operation": "SetQueueAttributes",
136
175
  "params": [
137
- { "target":"QueueUrl", "sourceType":"identifier", "source":"Url" }
176
+ { "target": "QueueUrl", "sourceType": "identifier", "source": "Url" }
138
177
  ]
139
178
  }
140
179
  }
141
180
  },
142
181
  "subResources": {
143
- "resources": ["Message"],
182
+ "resources": [ "Message" ],
144
183
  "identifiers": { "Url": "QueueUrl" }
145
184
  }
146
- },
147
- "Message": {
148
- "identifiers": [
149
- { "name":"QueueUrl" },
150
- { "name":"ReceiptHandle" }
151
- ],
152
- "shape":"Message",
153
- "actions": {
154
- "ChangeVisibility": {
155
- "request": {
156
- "operation":"ChangeMessageVisibility",
157
- "params": [
158
- { "target":"QueueUrl", "sourceType":"identifier", "source":"QueueUrl" },
159
- { "target":"ReceiptHandle", "sourceType":"identifier", "source":"ReceiptHandle" }
160
- ]
161
- }
162
- },
163
- "Delete": {
164
- "request": {
165
- "operation":"DeleteMessage",
166
- "params": [
167
- { "target":"QueueUrl", "sourceType":"identifier", "source":"QueueUrl" },
168
- { "target":"ReceiptHandle", "sourceType":"identifier", "source":"ReceiptHandle" }
169
- ]
170
- }
171
- }
172
- },
173
- "batchActions": {
174
- "Delete": {
175
- "request": {
176
- "operation":"DeleteMessageBatch",
177
- "params": [
178
- { "target":"QueueUrl", "sourceType":"identifier", "source":"QueueUrl" },
179
- { "target":"Entries[*].Id", "sourceType":"dataMember", "source":"MessageId" },
180
- { "target":"Entries[*].ReceiptHandle", "sourceType":"identifier", "source":"ReceiptHandle" }
181
- ]
182
- }
183
- }
184
- }
185
185
  }
186
186
  }
187
187
  }