aws-sdk-core 2.3.11 → 2.3.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2015-10-01/paginators-1.json +6 -0
- data/apis/iot/2015-05-28/api-2.json +97 -9
- data/apis/machinelearning/2014-12-12/api-2.json +203 -1
- data/apis/monitoring/2010-08-01/resources-1.json +330 -318
- data/apis/monitoring/2010-08-01/waiters-2.json +18 -0
- data/apis/streams.dynamodb/2012-08-10/api-2.json +28 -67
- data/apis/streams.dynamodb/2012-08-10/examples-1.json +5 -0
- data/lib/aws-sdk-core/cloudwatch.rb +1 -0
- data/lib/aws-sdk-core/dynamodbstreams.rb +1 -0
- data/lib/aws-sdk-core/param_validator.rb +14 -8
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
@@ -1,334 +1,346 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
}
|
12
|
-
]
|
13
|
-
}
|
14
|
-
},
|
15
|
-
"Metric": {
|
16
|
-
"resource": {
|
17
|
-
"type": "Metric",
|
18
|
-
"identifiers": [
|
19
|
-
{
|
20
|
-
"target": "Namespace",
|
21
|
-
"source": "input"
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"target": "Name",
|
25
|
-
"source": "input"
|
26
|
-
}
|
27
|
-
]
|
28
|
-
}
|
2
|
+
"service": {
|
3
|
+
"has": {
|
4
|
+
"Alarm": {
|
5
|
+
"resource": {
|
6
|
+
"type": "Alarm",
|
7
|
+
"identifiers": [
|
8
|
+
{
|
9
|
+
"target": "Name",
|
10
|
+
"source": "input"
|
29
11
|
}
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
"path": "MetricAlarms[].AlarmName"
|
41
|
-
}
|
42
|
-
],
|
43
|
-
"path": "MetricAlarms[]"
|
44
|
-
}
|
12
|
+
]
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"Metric": {
|
16
|
+
"resource": {
|
17
|
+
"type": "Metric",
|
18
|
+
"identifiers": [
|
19
|
+
{
|
20
|
+
"target": "Namespace",
|
21
|
+
"source": "input"
|
45
22
|
},
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
"type": "Metric",
|
50
|
-
"identifiers": [
|
51
|
-
{
|
52
|
-
"target": "Namespace",
|
53
|
-
"source": "response",
|
54
|
-
"path": "Metrics[].Namespace"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"target": "Name",
|
58
|
-
"source": "response",
|
59
|
-
"path": "Metrics[].MetricName"
|
60
|
-
}
|
61
|
-
],
|
62
|
-
"path": "Metrics[]"
|
63
|
-
}
|
23
|
+
{
|
24
|
+
"target": "Name",
|
25
|
+
"source": "input"
|
64
26
|
}
|
27
|
+
]
|
65
28
|
}
|
29
|
+
}
|
66
30
|
},
|
67
|
-
"
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
"request": {
|
92
|
-
"operation": "DeleteAlarms",
|
93
|
-
"params": [
|
94
|
-
{
|
95
|
-
"target": "AlarmNames[0]",
|
96
|
-
"source": "identifier",
|
97
|
-
"name": "Name"
|
98
|
-
}
|
99
|
-
]
|
100
|
-
}
|
101
|
-
},
|
102
|
-
"DescribeHistory": {
|
103
|
-
"request": {
|
104
|
-
"operation": "DescribeAlarmHistory",
|
105
|
-
"params": [
|
106
|
-
{
|
107
|
-
"target": "AlarmName",
|
108
|
-
"source": "identifier",
|
109
|
-
"name": "Name"
|
110
|
-
}
|
111
|
-
]
|
112
|
-
}
|
113
|
-
},
|
114
|
-
"DisableActions": {
|
115
|
-
"request": {
|
116
|
-
"operation": "DisableAlarmActions",
|
117
|
-
"params": [
|
118
|
-
{
|
119
|
-
"target": "AlarmNames[0]",
|
120
|
-
"source": "identifier",
|
121
|
-
"name": "Name"
|
122
|
-
}
|
123
|
-
]
|
124
|
-
}
|
125
|
-
},
|
126
|
-
"EnableActions": {
|
127
|
-
"request": {
|
128
|
-
"operation": "EnableAlarmActions",
|
129
|
-
"params": [
|
130
|
-
{
|
131
|
-
"target": "AlarmNames[0]",
|
132
|
-
"source": "identifier",
|
133
|
-
"name": "Name"
|
134
|
-
}
|
135
|
-
]
|
136
|
-
}
|
137
|
-
},
|
138
|
-
"SetState": {
|
139
|
-
"request": {
|
140
|
-
"operation": "SetAlarmState",
|
141
|
-
"params": [
|
142
|
-
{
|
143
|
-
"target": "AlarmName",
|
144
|
-
"source": "identifier",
|
145
|
-
"name": "Name"
|
146
|
-
}
|
147
|
-
]
|
148
|
-
}
|
149
|
-
}
|
150
|
-
},
|
151
|
-
"batchActions": {
|
152
|
-
"Delete": {
|
153
|
-
"request": {
|
154
|
-
"operation": "DeleteAlarms",
|
155
|
-
"params": [
|
156
|
-
{
|
157
|
-
"target": "AlarmNames[]",
|
158
|
-
"source": "identifier",
|
159
|
-
"name": "Name"
|
160
|
-
}
|
161
|
-
]
|
162
|
-
}
|
163
|
-
},
|
164
|
-
"DisableActions": {
|
165
|
-
"request": {
|
166
|
-
"operation": "DisableAlarmActions",
|
167
|
-
"params": [
|
168
|
-
{
|
169
|
-
"target": "AlarmNames[]",
|
170
|
-
"source": "identifier",
|
171
|
-
"name": "Name"
|
172
|
-
}
|
173
|
-
]
|
174
|
-
}
|
175
|
-
},
|
176
|
-
"EnableActions": {
|
177
|
-
"request": {
|
178
|
-
"operation": "EnableAlarmActions",
|
179
|
-
"params": [
|
180
|
-
{
|
181
|
-
"target": "AlarmNames[]",
|
182
|
-
"source": "identifier",
|
183
|
-
"name": "Name"
|
184
|
-
}
|
185
|
-
]
|
186
|
-
}
|
187
|
-
}
|
31
|
+
"hasMany": {
|
32
|
+
"Alarms": {
|
33
|
+
"request": { "operation": "DescribeAlarms" },
|
34
|
+
"resource": {
|
35
|
+
"type": "Alarm",
|
36
|
+
"identifiers": [
|
37
|
+
{
|
38
|
+
"target": "Name",
|
39
|
+
"source": "response",
|
40
|
+
"path": "MetricAlarms[].AlarmName"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"path": "MetricAlarms[]"
|
44
|
+
}
|
45
|
+
},
|
46
|
+
"Metrics": {
|
47
|
+
"request": { "operation": "ListMetrics" },
|
48
|
+
"resource": {
|
49
|
+
"type": "Metric",
|
50
|
+
"identifiers": [
|
51
|
+
{
|
52
|
+
"target": "Namespace",
|
53
|
+
"source": "response",
|
54
|
+
"path": "Metrics[].Namespace"
|
188
55
|
},
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
"identifiers": [
|
194
|
-
{
|
195
|
-
"target": "Namespace",
|
196
|
-
"source": "data",
|
197
|
-
"path": "Namespace"
|
198
|
-
},
|
199
|
-
{
|
200
|
-
"target": "Name",
|
201
|
-
"source": "data",
|
202
|
-
"path": "MetricName"
|
203
|
-
}
|
204
|
-
]
|
205
|
-
}
|
206
|
-
}
|
56
|
+
{
|
57
|
+
"target": "Name",
|
58
|
+
"source": "response",
|
59
|
+
"path": "Metrics[].MetricName"
|
207
60
|
}
|
61
|
+
],
|
62
|
+
"path": "Metrics[]"
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
},
|
67
|
+
"resources": {
|
68
|
+
"Alarm": {
|
69
|
+
"identifiers": [
|
70
|
+
{
|
71
|
+
"name": "Name",
|
72
|
+
"memberName": "AlarmName"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"shape": "MetricAlarm",
|
76
|
+
"load": {
|
77
|
+
"request": {
|
78
|
+
"operation": "DescribeAlarms",
|
79
|
+
"params": [
|
80
|
+
{
|
81
|
+
"target": "AlarmNames[0]",
|
82
|
+
"source": "identifier",
|
83
|
+
"name": "Name"
|
84
|
+
}
|
85
|
+
]
|
86
|
+
},
|
87
|
+
"path": "MetricAlarms[0]"
|
88
|
+
},
|
89
|
+
"actions": {
|
90
|
+
"Delete": {
|
91
|
+
"request": {
|
92
|
+
"operation": "DeleteAlarms",
|
93
|
+
"params": [
|
94
|
+
{
|
95
|
+
"target": "AlarmNames[0]",
|
96
|
+
"source": "identifier",
|
97
|
+
"name": "Name"
|
98
|
+
}
|
99
|
+
]
|
100
|
+
}
|
101
|
+
},
|
102
|
+
"DescribeHistory": {
|
103
|
+
"request": {
|
104
|
+
"operation": "DescribeAlarmHistory",
|
105
|
+
"params": [
|
106
|
+
{
|
107
|
+
"target": "AlarmName",
|
108
|
+
"source": "identifier",
|
109
|
+
"name": "Name"
|
110
|
+
}
|
111
|
+
]
|
112
|
+
}
|
113
|
+
},
|
114
|
+
"DisableActions": {
|
115
|
+
"request": {
|
116
|
+
"operation": "DisableAlarmActions",
|
117
|
+
"params": [
|
118
|
+
{
|
119
|
+
"target": "AlarmNames[0]",
|
120
|
+
"source": "identifier",
|
121
|
+
"name": "Name"
|
122
|
+
}
|
123
|
+
]
|
124
|
+
}
|
125
|
+
},
|
126
|
+
"EnableActions": {
|
127
|
+
"request": {
|
128
|
+
"operation": "EnableAlarmActions",
|
129
|
+
"params": [
|
130
|
+
{
|
131
|
+
"target": "AlarmNames[0]",
|
132
|
+
"source": "identifier",
|
133
|
+
"name": "Name"
|
134
|
+
}
|
135
|
+
]
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"SetState": {
|
139
|
+
"request": {
|
140
|
+
"operation": "SetAlarmState",
|
141
|
+
"params": [
|
142
|
+
{
|
143
|
+
"target": "AlarmName",
|
144
|
+
"source": "identifier",
|
145
|
+
"name": "Name"
|
146
|
+
}
|
147
|
+
]
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"batchActions": {
|
152
|
+
"Delete": {
|
153
|
+
"request": {
|
154
|
+
"operation": "DeleteAlarms",
|
155
|
+
"params": [
|
156
|
+
{
|
157
|
+
"target": "AlarmNames[]",
|
158
|
+
"source": "identifier",
|
159
|
+
"name": "Name"
|
160
|
+
}
|
161
|
+
]
|
162
|
+
}
|
163
|
+
},
|
164
|
+
"DisableActions": {
|
165
|
+
"request": {
|
166
|
+
"operation": "DisableAlarmActions",
|
167
|
+
"params": [
|
168
|
+
{
|
169
|
+
"target": "AlarmNames[]",
|
170
|
+
"source": "identifier",
|
171
|
+
"name": "Name"
|
172
|
+
}
|
173
|
+
]
|
174
|
+
}
|
208
175
|
},
|
176
|
+
"EnableActions": {
|
177
|
+
"request": {
|
178
|
+
"operation": "EnableAlarmActions",
|
179
|
+
"params": [
|
180
|
+
{
|
181
|
+
"target": "AlarmNames[]",
|
182
|
+
"source": "identifier",
|
183
|
+
"name": "Name"
|
184
|
+
}
|
185
|
+
]
|
186
|
+
}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"waiters": {
|
190
|
+
"Exists": {
|
191
|
+
"waiterName": "AlarmExists",
|
192
|
+
"params": [
|
193
|
+
{
|
194
|
+
"target": "AlarmNames[]",
|
195
|
+
"source": "identifier",
|
196
|
+
"name": "Name"
|
197
|
+
}
|
198
|
+
]
|
199
|
+
}
|
200
|
+
},
|
201
|
+
"has": {
|
209
202
|
"Metric": {
|
203
|
+
"resource": {
|
204
|
+
"type": "Metric",
|
210
205
|
"identifiers": [
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
"source": "identifier",
|
247
|
-
"name": "Namespace"
|
248
|
-
},
|
249
|
-
{
|
250
|
-
"target": "MetricName",
|
251
|
-
"source": "identifier",
|
252
|
-
"name": "Name"
|
253
|
-
}
|
254
|
-
]
|
255
|
-
}
|
256
|
-
},
|
257
|
-
"PutAlarm": {
|
258
|
-
"request": {
|
259
|
-
"operation": "PutMetricAlarm",
|
260
|
-
"params": [
|
261
|
-
{
|
262
|
-
"target": "Namespace",
|
263
|
-
"source": "identifier",
|
264
|
-
"name": "Namespace"
|
265
|
-
},
|
266
|
-
{
|
267
|
-
"target": "MetricName",
|
268
|
-
"source": "identifier",
|
269
|
-
"name": "Name"
|
270
|
-
}
|
271
|
-
]
|
272
|
-
},
|
273
|
-
"resource": {
|
274
|
-
"type": "Alarm",
|
275
|
-
"identifiers": [
|
276
|
-
{
|
277
|
-
"target": "Name",
|
278
|
-
"source": "requestParameter",
|
279
|
-
"path": "AlarmName"
|
280
|
-
}
|
281
|
-
]
|
282
|
-
}
|
283
|
-
},
|
284
|
-
"PutData": {
|
285
|
-
"request": {
|
286
|
-
"operation": "PutMetricData",
|
287
|
-
"params": [
|
288
|
-
{
|
289
|
-
"target": "Namespace",
|
290
|
-
"source": "identifier",
|
291
|
-
"name": "Namespace"
|
292
|
-
},
|
293
|
-
{
|
294
|
-
"target": "MetricData[].MetricName",
|
295
|
-
"source": "identifier",
|
296
|
-
"name": "Name"
|
297
|
-
}
|
298
|
-
]
|
299
|
-
}
|
300
|
-
}
|
206
|
+
{
|
207
|
+
"target": "Namespace",
|
208
|
+
"source": "data",
|
209
|
+
"path": "Namespace"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"target": "Name",
|
213
|
+
"source": "data",
|
214
|
+
"path": "MetricName"
|
215
|
+
}
|
216
|
+
]
|
217
|
+
}
|
218
|
+
}
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"Metric": {
|
222
|
+
"identifiers": [
|
223
|
+
{
|
224
|
+
"name": "Namespace",
|
225
|
+
"memberName": "Namespace"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"name": "Name",
|
229
|
+
"memberName": "MetricName"
|
230
|
+
}
|
231
|
+
],
|
232
|
+
"shape": "Metric",
|
233
|
+
"load": {
|
234
|
+
"request": {
|
235
|
+
"operation": "ListMetrics",
|
236
|
+
"params": [
|
237
|
+
{
|
238
|
+
"target": "MetricName",
|
239
|
+
"source": "identifier",
|
240
|
+
"name": "Name"
|
301
241
|
},
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
"params": [
|
307
|
-
{
|
308
|
-
"target": "Namespace",
|
309
|
-
"source": "identifier",
|
310
|
-
"name": "Namespace"
|
311
|
-
},
|
312
|
-
{
|
313
|
-
"target": "MetricName",
|
314
|
-
"source": "identifier",
|
315
|
-
"name": "Name"
|
316
|
-
}
|
317
|
-
]
|
318
|
-
},
|
319
|
-
"resource": {
|
320
|
-
"type": "Alarm",
|
321
|
-
"identifiers": [
|
322
|
-
{
|
323
|
-
"target": "Name",
|
324
|
-
"source": "response",
|
325
|
-
"path": "MetricAlarms[].AlarmName"
|
326
|
-
}
|
327
|
-
],
|
328
|
-
"path": "MetricAlarms[]"
|
329
|
-
}
|
330
|
-
}
|
242
|
+
{
|
243
|
+
"target": "Namespace",
|
244
|
+
"source": "identifier",
|
245
|
+
"name": "Namespace"
|
331
246
|
}
|
247
|
+
]
|
248
|
+
},
|
249
|
+
"path": "Metrics[0]"
|
250
|
+
},
|
251
|
+
"actions": {
|
252
|
+
"GetStatistics": {
|
253
|
+
"request": {
|
254
|
+
"operation": "GetMetricStatistics",
|
255
|
+
"params": [
|
256
|
+
{
|
257
|
+
"target": "Namespace",
|
258
|
+
"source": "identifier",
|
259
|
+
"name": "Namespace"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"target": "MetricName",
|
263
|
+
"source": "identifier",
|
264
|
+
"name": "Name"
|
265
|
+
}
|
266
|
+
]
|
267
|
+
}
|
268
|
+
},
|
269
|
+
"PutAlarm": {
|
270
|
+
"request": {
|
271
|
+
"operation": "PutMetricAlarm",
|
272
|
+
"params": [
|
273
|
+
{
|
274
|
+
"target": "Namespace",
|
275
|
+
"source": "identifier",
|
276
|
+
"name": "Namespace"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"target": "MetricName",
|
280
|
+
"source": "identifier",
|
281
|
+
"name": "Name"
|
282
|
+
}
|
283
|
+
]
|
284
|
+
},
|
285
|
+
"resource": {
|
286
|
+
"type": "Alarm",
|
287
|
+
"identifiers": [
|
288
|
+
{
|
289
|
+
"target": "Name",
|
290
|
+
"source": "requestParameter",
|
291
|
+
"path": "AlarmName"
|
292
|
+
}
|
293
|
+
]
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"PutData": {
|
297
|
+
"request": {
|
298
|
+
"operation": "PutMetricData",
|
299
|
+
"params": [
|
300
|
+
{
|
301
|
+
"target": "Namespace",
|
302
|
+
"source": "identifier",
|
303
|
+
"name": "Namespace"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"target": "MetricData[].MetricName",
|
307
|
+
"source": "identifier",
|
308
|
+
"name": "Name"
|
309
|
+
}
|
310
|
+
]
|
311
|
+
}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"hasMany": {
|
315
|
+
"Alarms": {
|
316
|
+
"request": {
|
317
|
+
"operation": "DescribeAlarmsForMetric",
|
318
|
+
"params": [
|
319
|
+
{
|
320
|
+
"target": "Namespace",
|
321
|
+
"source": "identifier",
|
322
|
+
"name": "Namespace"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"target": "MetricName",
|
326
|
+
"source": "identifier",
|
327
|
+
"name": "Name"
|
328
|
+
}
|
329
|
+
]
|
330
|
+
},
|
331
|
+
"resource": {
|
332
|
+
"type": "Alarm",
|
333
|
+
"identifiers": [
|
334
|
+
{
|
335
|
+
"target": "Name",
|
336
|
+
"source": "response",
|
337
|
+
"path": "MetricAlarms[].AlarmName"
|
338
|
+
}
|
339
|
+
],
|
340
|
+
"path": "MetricAlarms[]"
|
341
|
+
}
|
332
342
|
}
|
343
|
+
}
|
333
344
|
}
|
345
|
+
}
|
334
346
|
}
|