aws-sdk-core 2.3.3 → 2.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudformation/2010-05-15/api-2.json +17 -1
- data/apis/discovery/2015-11-01/api-2.json +563 -0
- data/apis/discovery/2015-11-01/examples-1.json +5 -0
- data/apis/ec2/2015-10-01/api-2.json +191 -4
- data/apis/ssm/2014-11-06/api-2.json +152 -13
- data/endpoints.json +6 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/applicationdiscoveryservice.rb +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a69a64ff71204eb302de824540bf0682f60922d6
|
4
|
+
data.tar.gz: 5fcd3b29544de7dc449f43dd289b8c9b67572a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbc4735c5a73386c6c5dcd99038bd34dbac70b483a1a5fc62f43bf2a364d9f9f1398606c5c97544e003ddf242fec67ec076fc3c15138495e71dbb94cb49e5351
|
7
|
+
data.tar.gz: d88514b448fd7b80c72335cd713c345f1ae1459b7a13676f99b71a63c464ca05650befab5a2689d5955cdb1624a90752e60a390b9ea01b58f80dc48b681e28a1
|
@@ -73,7 +73,10 @@
|
|
73
73
|
"output":{
|
74
74
|
"shape":"DeleteChangeSetOutput",
|
75
75
|
"resultWrapper":"DeleteChangeSetResult"
|
76
|
-
}
|
76
|
+
},
|
77
|
+
"errors":[
|
78
|
+
{"shape":"InvalidChangeSetStatusException"}
|
79
|
+
]
|
77
80
|
},
|
78
81
|
"DeleteStack":{
|
79
82
|
"name":"DeleteStack",
|
@@ -412,6 +415,7 @@
|
|
412
415
|
"StackName":{"shape":"StackName"},
|
413
416
|
"ChangeSetId":{"shape":"ChangeSetId"},
|
414
417
|
"ChangeSetName":{"shape":"ChangeSetName"},
|
418
|
+
"ExecutionStatus":{"shape":"ExecutionStatus"},
|
415
419
|
"Status":{"shape":"ChangeSetStatus"},
|
416
420
|
"StatusReason":{"shape":"ChangeSetStatusReason"},
|
417
421
|
"CreationTime":{"shape":"CreationTime"},
|
@@ -560,6 +564,7 @@
|
|
560
564
|
"Description":{"shape":"Description"},
|
561
565
|
"Parameters":{"shape":"Parameters"},
|
562
566
|
"CreationTime":{"shape":"CreationTime"},
|
567
|
+
"ExecutionStatus":{"shape":"ExecutionStatus"},
|
563
568
|
"Status":{"shape":"ChangeSetStatus"},
|
564
569
|
"StatusReason":{"shape":"ChangeSetStatusReason"},
|
565
570
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
@@ -669,6 +674,17 @@
|
|
669
674
|
"members":{
|
670
675
|
}
|
671
676
|
},
|
677
|
+
"ExecutionStatus":{
|
678
|
+
"type":"string",
|
679
|
+
"enum":[
|
680
|
+
"UNAVAILABLE",
|
681
|
+
"AVAILABLE",
|
682
|
+
"EXECUTE_IN_PROGRESS",
|
683
|
+
"EXECUTE_COMPLETE",
|
684
|
+
"EXECUTE_FAILED",
|
685
|
+
"OBSOLETE"
|
686
|
+
]
|
687
|
+
},
|
672
688
|
"GetStackPolicyInput":{
|
673
689
|
"type":"structure",
|
674
690
|
"required":["StackName"],
|
@@ -0,0 +1,563 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2015-11-01",
|
5
|
+
"endpointPrefix":"discovery",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"AWS Application Discovery Service",
|
9
|
+
"signatureVersion":"v4",
|
10
|
+
"targetPrefix":"AWSPoseidonService_V2015_11_01"
|
11
|
+
},
|
12
|
+
"operations":{
|
13
|
+
"CreateTags":{
|
14
|
+
"name":"CreateTags",
|
15
|
+
"http":{
|
16
|
+
"method":"POST",
|
17
|
+
"requestUri":"/"
|
18
|
+
},
|
19
|
+
"input":{"shape":"CreateTagsRequest"},
|
20
|
+
"output":{"shape":"CreateTagsResponse"},
|
21
|
+
"errors":[
|
22
|
+
{"shape":"AuthorizationErrorException"},
|
23
|
+
{"shape":"ResourceNotFoundException"},
|
24
|
+
{"shape":"InvalidParameterException"},
|
25
|
+
{"shape":"InvalidParameterValueException"},
|
26
|
+
{"shape":"ServerInternalErrorException"}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"DeleteTags":{
|
30
|
+
"name":"DeleteTags",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"DeleteTagsRequest"},
|
36
|
+
"output":{"shape":"DeleteTagsResponse"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"AuthorizationErrorException"},
|
39
|
+
{"shape":"ResourceNotFoundException"},
|
40
|
+
{"shape":"InvalidParameterException"},
|
41
|
+
{"shape":"InvalidParameterValueException"},
|
42
|
+
{"shape":"ServerInternalErrorException"}
|
43
|
+
]
|
44
|
+
},
|
45
|
+
"DescribeAgents":{
|
46
|
+
"name":"DescribeAgents",
|
47
|
+
"http":{
|
48
|
+
"method":"POST",
|
49
|
+
"requestUri":"/"
|
50
|
+
},
|
51
|
+
"input":{"shape":"DescribeAgentsRequest"},
|
52
|
+
"output":{"shape":"DescribeAgentsResponse"},
|
53
|
+
"errors":[
|
54
|
+
{"shape":"AuthorizationErrorException"},
|
55
|
+
{"shape":"InvalidParameterException"},
|
56
|
+
{"shape":"InvalidParameterValueException"},
|
57
|
+
{"shape":"ServerInternalErrorException"}
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"DescribeTags":{
|
61
|
+
"name":"DescribeTags",
|
62
|
+
"http":{
|
63
|
+
"method":"POST",
|
64
|
+
"requestUri":"/"
|
65
|
+
},
|
66
|
+
"input":{"shape":"DescribeTagsRequest"},
|
67
|
+
"output":{"shape":"DescribeTagsResponse"},
|
68
|
+
"errors":[
|
69
|
+
{"shape":"AuthorizationErrorException"},
|
70
|
+
{"shape":"ResourceNotFoundException"},
|
71
|
+
{"shape":"InvalidParameterException"},
|
72
|
+
{"shape":"InvalidParameterValueException"},
|
73
|
+
{"shape":"ServerInternalErrorException"}
|
74
|
+
]
|
75
|
+
},
|
76
|
+
"ExportConfigurations":{
|
77
|
+
"name":"ExportConfigurations",
|
78
|
+
"http":{
|
79
|
+
"method":"POST",
|
80
|
+
"requestUri":"/"
|
81
|
+
},
|
82
|
+
"output":{"shape":"ExportConfigurationsResponse"},
|
83
|
+
"errors":[
|
84
|
+
{"shape":"AuthorizationErrorException"},
|
85
|
+
{"shape":"InvalidParameterException"},
|
86
|
+
{"shape":"InvalidParameterValueException"},
|
87
|
+
{"shape":"ServerInternalErrorException"},
|
88
|
+
{"shape":"OperationNotPermittedException"}
|
89
|
+
]
|
90
|
+
},
|
91
|
+
"GetConfigurationAttributes":{
|
92
|
+
"name":"GetConfigurationAttributes",
|
93
|
+
"http":{
|
94
|
+
"method":"POST",
|
95
|
+
"requestUri":"/"
|
96
|
+
},
|
97
|
+
"input":{"shape":"GetConfigurationAttributesRequest"},
|
98
|
+
"output":{"shape":"GetConfigurationAttributesResponse"},
|
99
|
+
"errors":[
|
100
|
+
{"shape":"AuthorizationErrorException"},
|
101
|
+
{"shape":"InvalidParameterException"},
|
102
|
+
{"shape":"InvalidParameterValueException"},
|
103
|
+
{"shape":"ServerInternalErrorException"}
|
104
|
+
]
|
105
|
+
},
|
106
|
+
"GetExportStatus":{
|
107
|
+
"name":"GetExportStatus",
|
108
|
+
"http":{
|
109
|
+
"method":"POST",
|
110
|
+
"requestUri":"/"
|
111
|
+
},
|
112
|
+
"input":{"shape":"GetExportStatusRequest"},
|
113
|
+
"output":{"shape":"GetExportStatusResponse"},
|
114
|
+
"errors":[
|
115
|
+
{"shape":"AuthorizationErrorException"},
|
116
|
+
{"shape":"ResourceNotFoundException"},
|
117
|
+
{"shape":"InvalidParameterException"},
|
118
|
+
{"shape":"InvalidParameterValueException"},
|
119
|
+
{"shape":"ServerInternalErrorException"}
|
120
|
+
]
|
121
|
+
},
|
122
|
+
"ListConfigurations":{
|
123
|
+
"name":"ListConfigurations",
|
124
|
+
"http":{
|
125
|
+
"method":"POST",
|
126
|
+
"requestUri":"/"
|
127
|
+
},
|
128
|
+
"input":{"shape":"ListConfigurationsRequest"},
|
129
|
+
"output":{"shape":"ListConfigurationsResponse"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"AuthorizationErrorException"},
|
132
|
+
{"shape":"ResourceNotFoundException"},
|
133
|
+
{"shape":"InvalidParameterException"},
|
134
|
+
{"shape":"InvalidParameterValueException"},
|
135
|
+
{"shape":"ServerInternalErrorException"}
|
136
|
+
]
|
137
|
+
},
|
138
|
+
"RemoveConfiguration":{
|
139
|
+
"name":"RemoveConfiguration",
|
140
|
+
"http":{
|
141
|
+
"method":"POST",
|
142
|
+
"requestUri":"/"
|
143
|
+
},
|
144
|
+
"input":{"shape":"RemoveConfigurationRequest"},
|
145
|
+
"output":{"shape":"RemoveConfigurationResponse"},
|
146
|
+
"errors":[
|
147
|
+
{"shape":"AuthorizationErrorException"},
|
148
|
+
{"shape":"ResourceNotFoundException"},
|
149
|
+
{"shape":"InvalidParameterException"},
|
150
|
+
{"shape":"InvalidParameterValueException"},
|
151
|
+
{"shape":"ServerInternalErrorException"}
|
152
|
+
]
|
153
|
+
},
|
154
|
+
"StartDataCollectionByAgentIds":{
|
155
|
+
"name":"StartDataCollectionByAgentIds",
|
156
|
+
"http":{
|
157
|
+
"method":"POST",
|
158
|
+
"requestUri":"/"
|
159
|
+
},
|
160
|
+
"input":{"shape":"StartDataCollectionByAgentIdsRequest"},
|
161
|
+
"output":{"shape":"StartDataCollectionByAgentIdsResponse"},
|
162
|
+
"errors":[
|
163
|
+
{"shape":"AuthorizationErrorException"},
|
164
|
+
{"shape":"InvalidParameterException"},
|
165
|
+
{"shape":"InvalidParameterValueException"},
|
166
|
+
{"shape":"ServerInternalErrorException"}
|
167
|
+
]
|
168
|
+
},
|
169
|
+
"StopDataCollectionByAgentIds":{
|
170
|
+
"name":"StopDataCollectionByAgentIds",
|
171
|
+
"http":{
|
172
|
+
"method":"POST",
|
173
|
+
"requestUri":"/"
|
174
|
+
},
|
175
|
+
"input":{"shape":"StopDataCollectionByAgentIdsRequest"},
|
176
|
+
"output":{"shape":"StopDataCollectionByAgentIdsResponse"},
|
177
|
+
"errors":[
|
178
|
+
{"shape":"AuthorizationErrorException"},
|
179
|
+
{"shape":"InvalidParameterException"},
|
180
|
+
{"shape":"InvalidParameterValueException"},
|
181
|
+
{"shape":"ServerInternalErrorException"}
|
182
|
+
]
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"shapes":{
|
186
|
+
"AgentConfigStatus":{
|
187
|
+
"type":"structure",
|
188
|
+
"members":{
|
189
|
+
"agentId":{"shape":"String"},
|
190
|
+
"configUpdated":{"shape":"Boolean"},
|
191
|
+
"description":{"shape":"String"}
|
192
|
+
}
|
193
|
+
},
|
194
|
+
"AgentConfigStatusList":{
|
195
|
+
"type":"list",
|
196
|
+
"member":{"shape":"AgentConfigStatus"}
|
197
|
+
},
|
198
|
+
"AgentId":{"type":"string"},
|
199
|
+
"AgentIds":{
|
200
|
+
"type":"list",
|
201
|
+
"member":{"shape":"AgentId"}
|
202
|
+
},
|
203
|
+
"AgentInfo":{
|
204
|
+
"type":"structure",
|
205
|
+
"members":{
|
206
|
+
"agentId":{"shape":"AgentId"},
|
207
|
+
"hostName":{"shape":"String"},
|
208
|
+
"agentNetworkInfoList":{"shape":"AgentNetworkInfoList"},
|
209
|
+
"connectorId":{"shape":"String"},
|
210
|
+
"version":{"shape":"String"},
|
211
|
+
"health":{"shape":"AgentStatus"}
|
212
|
+
}
|
213
|
+
},
|
214
|
+
"AgentNetworkInfo":{
|
215
|
+
"type":"structure",
|
216
|
+
"members":{
|
217
|
+
"ipAddress":{"shape":"String"},
|
218
|
+
"macAddress":{"shape":"String"}
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"AgentNetworkInfoList":{
|
222
|
+
"type":"list",
|
223
|
+
"member":{"shape":"AgentNetworkInfo"}
|
224
|
+
},
|
225
|
+
"AgentStatus":{
|
226
|
+
"type":"string",
|
227
|
+
"enum":[
|
228
|
+
"HEALTHY",
|
229
|
+
"UNHEALTHY",
|
230
|
+
"RUNNING",
|
231
|
+
"UNKNOWN",
|
232
|
+
"BLACKLISTED",
|
233
|
+
"SHUTDOWN"
|
234
|
+
]
|
235
|
+
},
|
236
|
+
"AgentsInfo":{
|
237
|
+
"type":"list",
|
238
|
+
"member":{"shape":"AgentInfo"}
|
239
|
+
},
|
240
|
+
"Attribute":{
|
241
|
+
"type":"structure",
|
242
|
+
"members":{
|
243
|
+
"Name":{"shape":"AttributeName"},
|
244
|
+
"Value":{"shape":"AttributeValue"}
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"AttributeList":{
|
248
|
+
"type":"list",
|
249
|
+
"member":{
|
250
|
+
"shape":"Attribute",
|
251
|
+
"locationName":"attribute"
|
252
|
+
}
|
253
|
+
},
|
254
|
+
"AttributeName":{"type":"string"},
|
255
|
+
"AttributeValue":{"type":"string"},
|
256
|
+
"AuthorizationErrorException":{
|
257
|
+
"type":"structure",
|
258
|
+
"members":{
|
259
|
+
"message":{"shape":"Message"}
|
260
|
+
},
|
261
|
+
"exception":true
|
262
|
+
},
|
263
|
+
"Boolean":{"type":"boolean"},
|
264
|
+
"Condition":{"type":"string"},
|
265
|
+
"ConfigIdAttributesMap":{
|
266
|
+
"type":"map",
|
267
|
+
"key":{"shape":"ConfigurationId"},
|
268
|
+
"value":{"shape":"AttributeList"}
|
269
|
+
},
|
270
|
+
"Configuration":{
|
271
|
+
"type":"map",
|
272
|
+
"key":{"shape":"String"},
|
273
|
+
"value":{"shape":"String"}
|
274
|
+
},
|
275
|
+
"ConfigurationExportId":{"type":"string"},
|
276
|
+
"ConfigurationId":{"type":"string"},
|
277
|
+
"ConfigurationIdList":{
|
278
|
+
"type":"list",
|
279
|
+
"member":{"shape":"ConfigurationId"}
|
280
|
+
},
|
281
|
+
"ConfigurationItemType":{
|
282
|
+
"type":"string",
|
283
|
+
"enum":[
|
284
|
+
"SERVER",
|
285
|
+
"PROCESS",
|
286
|
+
"CONNECTION"
|
287
|
+
]
|
288
|
+
},
|
289
|
+
"ConfigurationTag":{
|
290
|
+
"type":"structure",
|
291
|
+
"members":{
|
292
|
+
"configurationType":{"shape":"ConfigurationItemType"},
|
293
|
+
"configurationId":{"shape":"ConfigurationId"},
|
294
|
+
"key":{"shape":"TagKey"},
|
295
|
+
"value":{"shape":"TagValue"}
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"ConfigurationTagSet":{
|
299
|
+
"type":"list",
|
300
|
+
"member":{
|
301
|
+
"shape":"ConfigurationTag",
|
302
|
+
"locationName":"item"
|
303
|
+
}
|
304
|
+
},
|
305
|
+
"Configurations":{
|
306
|
+
"type":"list",
|
307
|
+
"member":{"shape":"Configuration"}
|
308
|
+
},
|
309
|
+
"CreateTagsRequest":{
|
310
|
+
"type":"structure",
|
311
|
+
"required":[
|
312
|
+
"configurationIds",
|
313
|
+
"tags"
|
314
|
+
],
|
315
|
+
"members":{
|
316
|
+
"configurationIds":{"shape":"ConfigurationIdList"},
|
317
|
+
"tags":{"shape":"TagSet"}
|
318
|
+
}
|
319
|
+
},
|
320
|
+
"CreateTagsResponse":{
|
321
|
+
"type":"structure",
|
322
|
+
"members":{
|
323
|
+
}
|
324
|
+
},
|
325
|
+
"DeleteTagsRequest":{
|
326
|
+
"type":"structure",
|
327
|
+
"required":["configurationIds"],
|
328
|
+
"members":{
|
329
|
+
"configurationIds":{"shape":"ConfigurationIdList"},
|
330
|
+
"tags":{"shape":"TagSet"}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
"DeleteTagsResponse":{
|
334
|
+
"type":"structure",
|
335
|
+
"members":{
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"DescribeAgentsRequest":{
|
339
|
+
"type":"structure",
|
340
|
+
"members":{
|
341
|
+
"agentIds":{"shape":"AgentIds"},
|
342
|
+
"maxResults":{"shape":"Integer"},
|
343
|
+
"nextToken":{"shape":"NextToken"}
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"DescribeAgentsResponse":{
|
347
|
+
"type":"structure",
|
348
|
+
"members":{
|
349
|
+
"agentsInfo":{"shape":"AgentsInfo"},
|
350
|
+
"nextToken":{"shape":"NextToken"}
|
351
|
+
}
|
352
|
+
},
|
353
|
+
"DescribeTagsRequest":{
|
354
|
+
"type":"structure",
|
355
|
+
"members":{
|
356
|
+
"filter":{"shape":"TagFilters"},
|
357
|
+
"maxResults":{"shape":"Integer"},
|
358
|
+
"nextToken":{"shape":"NextToken"}
|
359
|
+
}
|
360
|
+
},
|
361
|
+
"DescribeTagsResponse":{
|
362
|
+
"type":"structure",
|
363
|
+
"members":{
|
364
|
+
"tags":{"shape":"ConfigurationTagSet"},
|
365
|
+
"nextToken":{"shape":"NextToken"}
|
366
|
+
}
|
367
|
+
},
|
368
|
+
"ExportConfigurationsResponse":{
|
369
|
+
"type":"structure",
|
370
|
+
"members":{
|
371
|
+
"exportId":{"shape":"ConfigurationExportId"}
|
372
|
+
}
|
373
|
+
},
|
374
|
+
"ExportStatusMap":{
|
375
|
+
"type":"map",
|
376
|
+
"key":{"shape":"String"},
|
377
|
+
"value":{"shape":"String"}
|
378
|
+
},
|
379
|
+
"Filter":{
|
380
|
+
"type":"structure",
|
381
|
+
"required":[
|
382
|
+
"name",
|
383
|
+
"values",
|
384
|
+
"condition"
|
385
|
+
],
|
386
|
+
"members":{
|
387
|
+
"name":{"shape":"String"},
|
388
|
+
"values":{"shape":"FilterValues"},
|
389
|
+
"condition":{"shape":"Condition"}
|
390
|
+
}
|
391
|
+
},
|
392
|
+
"FilterName":{"type":"string"},
|
393
|
+
"FilterValue":{"type":"string"},
|
394
|
+
"FilterValues":{
|
395
|
+
"type":"list",
|
396
|
+
"member":{
|
397
|
+
"shape":"FilterValue",
|
398
|
+
"locationName":"item"
|
399
|
+
}
|
400
|
+
},
|
401
|
+
"Filters":{
|
402
|
+
"type":"list",
|
403
|
+
"member":{"shape":"Filter"}
|
404
|
+
},
|
405
|
+
"GetConfigurationAttributesRequest":{
|
406
|
+
"type":"structure",
|
407
|
+
"required":["configurationIds"],
|
408
|
+
"members":{
|
409
|
+
"configurationIds":{"shape":"ConfigurationIdList"}
|
410
|
+
}
|
411
|
+
},
|
412
|
+
"GetConfigurationAttributesResponse":{
|
413
|
+
"type":"structure",
|
414
|
+
"members":{
|
415
|
+
"configurations":{"shape":"ConfigIdAttributesMap"}
|
416
|
+
}
|
417
|
+
},
|
418
|
+
"GetExportStatusRequest":{
|
419
|
+
"type":"structure",
|
420
|
+
"required":["exportId"],
|
421
|
+
"members":{
|
422
|
+
"exportId":{"shape":"ConfigurationExportId"}
|
423
|
+
}
|
424
|
+
},
|
425
|
+
"GetExportStatusResponse":{
|
426
|
+
"type":"structure",
|
427
|
+
"members":{
|
428
|
+
"exportId":{"shape":"ConfigurationExportId"},
|
429
|
+
"exportStatusMap":{"shape":"ExportStatusMap"}
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"Integer":{"type":"integer"},
|
433
|
+
"InvalidParameterException":{
|
434
|
+
"type":"structure",
|
435
|
+
"members":{
|
436
|
+
"message":{"shape":"Message"}
|
437
|
+
},
|
438
|
+
"exception":true
|
439
|
+
},
|
440
|
+
"InvalidParameterValueException":{
|
441
|
+
"type":"structure",
|
442
|
+
"members":{
|
443
|
+
"message":{"shape":"Message"}
|
444
|
+
},
|
445
|
+
"exception":true
|
446
|
+
},
|
447
|
+
"ListConfigurationsRequest":{
|
448
|
+
"type":"structure",
|
449
|
+
"required":["configurationType"],
|
450
|
+
"members":{
|
451
|
+
"configurationType":{"shape":"ConfigurationItemType"},
|
452
|
+
"filters":{"shape":"Filters"},
|
453
|
+
"maxResults":{"shape":"Integer"},
|
454
|
+
"nextToken":{"shape":"NextToken"}
|
455
|
+
}
|
456
|
+
},
|
457
|
+
"ListConfigurationsResponse":{
|
458
|
+
"type":"structure",
|
459
|
+
"members":{
|
460
|
+
"configurations":{"shape":"Configurations"},
|
461
|
+
"nextToken":{"shape":"NextToken"}
|
462
|
+
}
|
463
|
+
},
|
464
|
+
"Message":{"type":"string"},
|
465
|
+
"NextToken":{"type":"string"},
|
466
|
+
"OperationNotPermittedException":{
|
467
|
+
"type":"structure",
|
468
|
+
"members":{
|
469
|
+
"message":{"shape":"Message"}
|
470
|
+
},
|
471
|
+
"exception":true
|
472
|
+
},
|
473
|
+
"RemoveConfigurationRequest":{
|
474
|
+
"type":"structure",
|
475
|
+
"required":["configurationId"],
|
476
|
+
"members":{
|
477
|
+
"configurationId":{"shape":"ConfigurationId"}
|
478
|
+
}
|
479
|
+
},
|
480
|
+
"RemoveConfigurationResponse":{
|
481
|
+
"type":"structure",
|
482
|
+
"members":{
|
483
|
+
}
|
484
|
+
},
|
485
|
+
"ResourceNotFoundException":{
|
486
|
+
"type":"structure",
|
487
|
+
"members":{
|
488
|
+
"message":{"shape":"Message"}
|
489
|
+
},
|
490
|
+
"exception":true
|
491
|
+
},
|
492
|
+
"ServerInternalErrorException":{
|
493
|
+
"type":"structure",
|
494
|
+
"members":{
|
495
|
+
"message":{"shape":"Message"}
|
496
|
+
},
|
497
|
+
"exception":true,
|
498
|
+
"fault":true
|
499
|
+
},
|
500
|
+
"StartDataCollectionByAgentIdsRequest":{
|
501
|
+
"type":"structure",
|
502
|
+
"required":["agentIds"],
|
503
|
+
"members":{
|
504
|
+
"agentIds":{"shape":"AgentIds"}
|
505
|
+
}
|
506
|
+
},
|
507
|
+
"StartDataCollectionByAgentIdsResponse":{
|
508
|
+
"type":"structure",
|
509
|
+
"members":{
|
510
|
+
"agentsConfigStatus":{"shape":"AgentConfigStatusList"}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
"StopDataCollectionByAgentIdsRequest":{
|
514
|
+
"type":"structure",
|
515
|
+
"required":["agentIds"],
|
516
|
+
"members":{
|
517
|
+
"agentIds":{"shape":"AgentIds"}
|
518
|
+
}
|
519
|
+
},
|
520
|
+
"StopDataCollectionByAgentIdsResponse":{
|
521
|
+
"type":"structure",
|
522
|
+
"members":{
|
523
|
+
"agentsConfigStatus":{"shape":"AgentConfigStatusList"}
|
524
|
+
}
|
525
|
+
},
|
526
|
+
"String":{"type":"string"},
|
527
|
+
"Tag":{
|
528
|
+
"type":"structure",
|
529
|
+
"required":[
|
530
|
+
"key",
|
531
|
+
"value"
|
532
|
+
],
|
533
|
+
"members":{
|
534
|
+
"key":{"shape":"TagKey"},
|
535
|
+
"value":{"shape":"TagValue"}
|
536
|
+
}
|
537
|
+
},
|
538
|
+
"TagFilter":{
|
539
|
+
"type":"structure",
|
540
|
+
"required":[
|
541
|
+
"Name",
|
542
|
+
"Values"
|
543
|
+
],
|
544
|
+
"members":{
|
545
|
+
"Name":{"shape":"FilterName"},
|
546
|
+
"Values":{"shape":"FilterValues"}
|
547
|
+
}
|
548
|
+
},
|
549
|
+
"TagFilters":{
|
550
|
+
"type":"list",
|
551
|
+
"member":{"shape":"TagFilter"}
|
552
|
+
},
|
553
|
+
"TagKey":{"type":"string"},
|
554
|
+
"TagSet":{
|
555
|
+
"type":"list",
|
556
|
+
"member":{
|
557
|
+
"shape":"Tag",
|
558
|
+
"locationName":"item"
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"TagValue":{"type":"string"}
|
562
|
+
}
|
563
|
+
}
|
@@ -995,6 +995,15 @@
|
|
995
995
|
"input":{"shape":"DescribeScheduledInstancesRequest"},
|
996
996
|
"output":{"shape":"DescribeScheduledInstancesResult"}
|
997
997
|
},
|
998
|
+
"DescribeSecurityGroupReferences":{
|
999
|
+
"name":"DescribeSecurityGroupReferences",
|
1000
|
+
"http":{
|
1001
|
+
"method":"POST",
|
1002
|
+
"requestUri":"/"
|
1003
|
+
},
|
1004
|
+
"input":{"shape":"DescribeSecurityGroupReferencesRequest"},
|
1005
|
+
"output":{"shape":"DescribeSecurityGroupReferencesResult"}
|
1006
|
+
},
|
998
1007
|
"DescribeSecurityGroups":{
|
999
1008
|
"name":"DescribeSecurityGroups",
|
1000
1009
|
"http":{
|
@@ -1076,6 +1085,15 @@
|
|
1076
1085
|
"input":{"shape":"DescribeSpotPriceHistoryRequest"},
|
1077
1086
|
"output":{"shape":"DescribeSpotPriceHistoryResult"}
|
1078
1087
|
},
|
1088
|
+
"DescribeStaleSecurityGroups":{
|
1089
|
+
"name":"DescribeStaleSecurityGroups",
|
1090
|
+
"http":{
|
1091
|
+
"method":"POST",
|
1092
|
+
"requestUri":"/"
|
1093
|
+
},
|
1094
|
+
"input":{"shape":"DescribeStaleSecurityGroupsRequest"},
|
1095
|
+
"output":{"shape":"DescribeStaleSecurityGroupsResult"}
|
1096
|
+
},
|
1079
1097
|
"DescribeSubnets":{
|
1080
1098
|
"name":"DescribeSubnets",
|
1081
1099
|
"http":{
|
@@ -5251,6 +5269,23 @@
|
|
5251
5269
|
}
|
5252
5270
|
}
|
5253
5271
|
},
|
5272
|
+
"DescribeSecurityGroupReferencesRequest":{
|
5273
|
+
"type":"structure",
|
5274
|
+
"required":["GroupId"],
|
5275
|
+
"members":{
|
5276
|
+
"DryRun":{"shape":"Boolean"},
|
5277
|
+
"GroupId":{"shape":"GroupIds"}
|
5278
|
+
}
|
5279
|
+
},
|
5280
|
+
"DescribeSecurityGroupReferencesResult":{
|
5281
|
+
"type":"structure",
|
5282
|
+
"members":{
|
5283
|
+
"SecurityGroupReferenceSet":{
|
5284
|
+
"shape":"SecurityGroupReferences",
|
5285
|
+
"locationName":"securityGroupReferenceSet"
|
5286
|
+
}
|
5287
|
+
}
|
5288
|
+
},
|
5254
5289
|
"DescribeSecurityGroupsRequest":{
|
5255
5290
|
"type":"structure",
|
5256
5291
|
"members":{
|
@@ -5593,6 +5628,29 @@
|
|
5593
5628
|
}
|
5594
5629
|
}
|
5595
5630
|
},
|
5631
|
+
"DescribeStaleSecurityGroupsRequest":{
|
5632
|
+
"type":"structure",
|
5633
|
+
"required":["VpcId"],
|
5634
|
+
"members":{
|
5635
|
+
"DryRun":{"shape":"Boolean"},
|
5636
|
+
"VpcId":{"shape":"String"},
|
5637
|
+
"MaxResults":{"shape":"MaxResults"},
|
5638
|
+
"NextToken":{"shape":"NextToken"}
|
5639
|
+
}
|
5640
|
+
},
|
5641
|
+
"DescribeStaleSecurityGroupsResult":{
|
5642
|
+
"type":"structure",
|
5643
|
+
"members":{
|
5644
|
+
"StaleSecurityGroupSet":{
|
5645
|
+
"shape":"StaleSecurityGroupSet",
|
5646
|
+
"locationName":"staleSecurityGroupSet"
|
5647
|
+
},
|
5648
|
+
"NextToken":{
|
5649
|
+
"shape":"String",
|
5650
|
+
"locationName":"nextToken"
|
5651
|
+
}
|
5652
|
+
}
|
5653
|
+
},
|
5596
5654
|
"DescribeSubnetsRequest":{
|
5597
5655
|
"type":"structure",
|
5598
5656
|
"members":{
|
@@ -6756,6 +6814,13 @@
|
|
6756
6814
|
"locationName":"item"
|
6757
6815
|
}
|
6758
6816
|
},
|
6817
|
+
"GroupIds":{
|
6818
|
+
"type":"list",
|
6819
|
+
"member":{
|
6820
|
+
"shape":"String",
|
6821
|
+
"locationName":"item"
|
6822
|
+
}
|
6823
|
+
},
|
6759
6824
|
"GroupNameStringList":{
|
6760
6825
|
"type":"list",
|
6761
6826
|
"member":{
|
@@ -8474,6 +8539,13 @@
|
|
8474
8539
|
"locationName":"item"
|
8475
8540
|
}
|
8476
8541
|
},
|
8542
|
+
"IpRanges":{
|
8543
|
+
"type":"list",
|
8544
|
+
"member":{
|
8545
|
+
"shape":"String",
|
8546
|
+
"locationName":"item"
|
8547
|
+
}
|
8548
|
+
},
|
8477
8549
|
"KeyNameStringList":{
|
8478
8550
|
"type":"list",
|
8479
8551
|
"member":{
|
@@ -9707,6 +9779,13 @@
|
|
9707
9779
|
"locationName":"item"
|
9708
9780
|
}
|
9709
9781
|
},
|
9782
|
+
"PrefixListIdSet":{
|
9783
|
+
"type":"list",
|
9784
|
+
"member":{
|
9785
|
+
"shape":"String",
|
9786
|
+
"locationName":"item"
|
9787
|
+
}
|
9788
|
+
},
|
9710
9789
|
"PrefixListSet":{
|
9711
9790
|
"type":"list",
|
9712
9791
|
"member":{
|
@@ -11707,6 +11786,34 @@
|
|
11707
11786
|
"locationName":"item"
|
11708
11787
|
}
|
11709
11788
|
},
|
11789
|
+
"SecurityGroupReference":{
|
11790
|
+
"type":"structure",
|
11791
|
+
"required":[
|
11792
|
+
"GroupId",
|
11793
|
+
"ReferencingVpcId"
|
11794
|
+
],
|
11795
|
+
"members":{
|
11796
|
+
"GroupId":{
|
11797
|
+
"shape":"String",
|
11798
|
+
"locationName":"groupId"
|
11799
|
+
},
|
11800
|
+
"ReferencingVpcId":{
|
11801
|
+
"shape":"String",
|
11802
|
+
"locationName":"referencingVpcId"
|
11803
|
+
},
|
11804
|
+
"VpcPeeringConnectionId":{
|
11805
|
+
"shape":"String",
|
11806
|
+
"locationName":"vpcPeeringConnectionId"
|
11807
|
+
}
|
11808
|
+
}
|
11809
|
+
},
|
11810
|
+
"SecurityGroupReferences":{
|
11811
|
+
"type":"list",
|
11812
|
+
"member":{
|
11813
|
+
"shape":"SecurityGroupReference",
|
11814
|
+
"locationName":"item"
|
11815
|
+
}
|
11816
|
+
},
|
11710
11817
|
"SecurityGroupStringList":{
|
11711
11818
|
"type":"list",
|
11712
11819
|
"member":{
|
@@ -12306,6 +12413,79 @@
|
|
12306
12413
|
"locationName":"item"
|
12307
12414
|
}
|
12308
12415
|
},
|
12416
|
+
"StaleIpPermission":{
|
12417
|
+
"type":"structure",
|
12418
|
+
"members":{
|
12419
|
+
"FromPort":{
|
12420
|
+
"shape":"Integer",
|
12421
|
+
"locationName":"fromPort"
|
12422
|
+
},
|
12423
|
+
"IpProtocol":{
|
12424
|
+
"shape":"String",
|
12425
|
+
"locationName":"ipProtocol"
|
12426
|
+
},
|
12427
|
+
"IpRanges":{
|
12428
|
+
"shape":"IpRanges",
|
12429
|
+
"locationName":"ipRanges"
|
12430
|
+
},
|
12431
|
+
"PrefixListIds":{
|
12432
|
+
"shape":"PrefixListIdSet",
|
12433
|
+
"locationName":"prefixListIds"
|
12434
|
+
},
|
12435
|
+
"ToPort":{
|
12436
|
+
"shape":"Integer",
|
12437
|
+
"locationName":"toPort"
|
12438
|
+
},
|
12439
|
+
"UserIdGroupPairs":{
|
12440
|
+
"shape":"UserIdGroupPairSet",
|
12441
|
+
"locationName":"groups"
|
12442
|
+
}
|
12443
|
+
}
|
12444
|
+
},
|
12445
|
+
"StaleIpPermissionSet":{
|
12446
|
+
"type":"list",
|
12447
|
+
"member":{
|
12448
|
+
"shape":"StaleIpPermission",
|
12449
|
+
"locationName":"item"
|
12450
|
+
}
|
12451
|
+
},
|
12452
|
+
"StaleSecurityGroup":{
|
12453
|
+
"type":"structure",
|
12454
|
+
"required":["GroupId"],
|
12455
|
+
"members":{
|
12456
|
+
"GroupId":{
|
12457
|
+
"shape":"String",
|
12458
|
+
"locationName":"groupId"
|
12459
|
+
},
|
12460
|
+
"GroupName":{
|
12461
|
+
"shape":"String",
|
12462
|
+
"locationName":"groupName"
|
12463
|
+
},
|
12464
|
+
"Description":{
|
12465
|
+
"shape":"String",
|
12466
|
+
"locationName":"description"
|
12467
|
+
},
|
12468
|
+
"VpcId":{
|
12469
|
+
"shape":"String",
|
12470
|
+
"locationName":"vpcId"
|
12471
|
+
},
|
12472
|
+
"StaleIpPermissions":{
|
12473
|
+
"shape":"StaleIpPermissionSet",
|
12474
|
+
"locationName":"staleIpPermissions"
|
12475
|
+
},
|
12476
|
+
"StaleIpPermissionsEgress":{
|
12477
|
+
"shape":"StaleIpPermissionSet",
|
12478
|
+
"locationName":"staleIpPermissionsEgress"
|
12479
|
+
}
|
12480
|
+
}
|
12481
|
+
},
|
12482
|
+
"StaleSecurityGroupSet":{
|
12483
|
+
"type":"list",
|
12484
|
+
"member":{
|
12485
|
+
"shape":"StaleSecurityGroup",
|
12486
|
+
"locationName":"item"
|
12487
|
+
}
|
12488
|
+
},
|
12309
12489
|
"StartInstancesRequest":{
|
12310
12490
|
"type":"structure",
|
12311
12491
|
"required":["InstanceIds"],
|
@@ -12620,13 +12800,13 @@
|
|
12620
12800
|
"type":"structure",
|
12621
12801
|
"required":["Error"],
|
12622
12802
|
"members":{
|
12623
|
-
"Error":{
|
12624
|
-
"shape":"UnsuccessfulItemError",
|
12625
|
-
"locationName":"error"
|
12626
|
-
},
|
12627
12803
|
"ResourceId":{
|
12628
12804
|
"shape":"String",
|
12629
12805
|
"locationName":"resourceId"
|
12806
|
+
},
|
12807
|
+
"Error":{
|
12808
|
+
"shape":"UnsuccessfulItemError",
|
12809
|
+
"locationName":"error"
|
12630
12810
|
}
|
12631
12811
|
}
|
12632
12812
|
},
|
@@ -12733,6 +12913,13 @@
|
|
12733
12913
|
"locationName":"item"
|
12734
12914
|
}
|
12735
12915
|
},
|
12916
|
+
"UserIdGroupPairSet":{
|
12917
|
+
"type":"list",
|
12918
|
+
"member":{
|
12919
|
+
"shape":"UserIdGroupPair",
|
12920
|
+
"locationName":"item"
|
12921
|
+
}
|
12922
|
+
},
|
12736
12923
|
"UserIdStringList":{
|
12737
12924
|
"type":"list",
|
12738
12925
|
"member":{
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"input":{"shape":"CancelCommandRequest"},
|
21
21
|
"output":{"shape":"CancelCommandResult"},
|
22
22
|
"errors":[
|
23
|
+
{"shape":"InternalServerError"},
|
23
24
|
{"shape":"InvalidCommandId"},
|
24
25
|
{"shape":"InvalidInstanceId"},
|
25
26
|
{"shape":"DuplicateInstanceId"}
|
@@ -104,6 +105,7 @@
|
|
104
105
|
"errors":[
|
105
106
|
{"shape":"InternalServerError"},
|
106
107
|
{"shape":"InvalidDocument"},
|
108
|
+
{"shape":"InvalidDocumentOperation"},
|
107
109
|
{"shape":"AssociatedInstances"}
|
108
110
|
]
|
109
111
|
},
|
@@ -135,6 +137,20 @@
|
|
135
137
|
{"shape":"InvalidDocument"}
|
136
138
|
]
|
137
139
|
},
|
140
|
+
"DescribeDocumentPermission":{
|
141
|
+
"name":"DescribeDocumentPermission",
|
142
|
+
"http":{
|
143
|
+
"method":"POST",
|
144
|
+
"requestUri":"/"
|
145
|
+
},
|
146
|
+
"input":{"shape":"DescribeDocumentPermissionRequest"},
|
147
|
+
"output":{"shape":"DescribeDocumentPermissionResponse"},
|
148
|
+
"errors":[
|
149
|
+
{"shape":"InternalServerError"},
|
150
|
+
{"shape":"InvalidDocument"},
|
151
|
+
{"shape":"InvalidPermissionType"}
|
152
|
+
]
|
153
|
+
},
|
138
154
|
"DescribeInstanceInformation":{
|
139
155
|
"name":"DescribeInstanceInformation",
|
140
156
|
"http":{
|
@@ -186,6 +202,7 @@
|
|
186
202
|
"input":{"shape":"ListCommandInvocationsRequest"},
|
187
203
|
"output":{"shape":"ListCommandInvocationsResult"},
|
188
204
|
"errors":[
|
205
|
+
{"shape":"InternalServerError"},
|
189
206
|
{"shape":"InvalidCommandId"},
|
190
207
|
{"shape":"InvalidInstanceId"},
|
191
208
|
{"shape":"InvalidFilterKey"},
|
@@ -201,6 +218,7 @@
|
|
201
218
|
"input":{"shape":"ListCommandsRequest"},
|
202
219
|
"output":{"shape":"ListCommandsResult"},
|
203
220
|
"errors":[
|
221
|
+
{"shape":"InternalServerError"},
|
204
222
|
{"shape":"InvalidCommandId"},
|
205
223
|
{"shape":"InvalidInstanceId"},
|
206
224
|
{"shape":"InvalidFilterKey"},
|
@@ -221,6 +239,22 @@
|
|
221
239
|
{"shape":"InvalidFilterKey"}
|
222
240
|
]
|
223
241
|
},
|
242
|
+
"ModifyDocumentPermission":{
|
243
|
+
"name":"ModifyDocumentPermission",
|
244
|
+
"http":{
|
245
|
+
"method":"POST",
|
246
|
+
"requestUri":"/"
|
247
|
+
},
|
248
|
+
"input":{"shape":"ModifyDocumentPermissionRequest"},
|
249
|
+
"output":{"shape":"ModifyDocumentPermissionResponse"},
|
250
|
+
"errors":[
|
251
|
+
{"shape":"InternalServerError"},
|
252
|
+
{"shape":"InvalidDocument"},
|
253
|
+
{"shape":"InvalidPermissionType"},
|
254
|
+
{"shape":"DocumentPermissionLimit"},
|
255
|
+
{"shape":"DocumentLimitExceeded"}
|
256
|
+
]
|
257
|
+
},
|
224
258
|
"SendCommand":{
|
225
259
|
"name":"SendCommand",
|
226
260
|
"http":{
|
@@ -231,11 +265,13 @@
|
|
231
265
|
"output":{"shape":"SendCommandResult"},
|
232
266
|
"errors":[
|
233
267
|
{"shape":"DuplicateInstanceId"},
|
268
|
+
{"shape":"InternalServerError"},
|
234
269
|
{"shape":"InvalidInstanceId"},
|
235
270
|
{"shape":"InvalidDocument"},
|
236
271
|
{"shape":"InvalidOutputFolder"},
|
237
272
|
{"shape":"InvalidParameters"},
|
238
|
-
{"shape":"UnsupportedPlatformType"}
|
273
|
+
{"shape":"UnsupportedPlatformType"},
|
274
|
+
{"shape":"MaxDocumentSizeExceeded"}
|
239
275
|
]
|
240
276
|
},
|
241
277
|
"UpdateAssociationStatus":{
|
@@ -257,6 +293,18 @@
|
|
257
293
|
}
|
258
294
|
},
|
259
295
|
"shapes":{
|
296
|
+
"AccountId":{
|
297
|
+
"type":"string",
|
298
|
+
"pattern":"(?i)all|[0-9]{12}"
|
299
|
+
},
|
300
|
+
"AccountIdList":{
|
301
|
+
"type":"list",
|
302
|
+
"member":{
|
303
|
+
"shape":"AccountId",
|
304
|
+
"locationName":"AccountId"
|
305
|
+
},
|
306
|
+
"max":20
|
307
|
+
},
|
260
308
|
"AssociatedInstances":{
|
261
309
|
"type":"structure",
|
262
310
|
"members":{
|
@@ -628,11 +676,28 @@
|
|
628
676
|
"AssociationDescription":{"shape":"AssociationDescription"}
|
629
677
|
}
|
630
678
|
},
|
679
|
+
"DescribeDocumentPermissionRequest":{
|
680
|
+
"type":"structure",
|
681
|
+
"required":[
|
682
|
+
"Name",
|
683
|
+
"PermissionType"
|
684
|
+
],
|
685
|
+
"members":{
|
686
|
+
"Name":{"shape":"DocumentName"},
|
687
|
+
"PermissionType":{"shape":"DocumentPermissionType"}
|
688
|
+
}
|
689
|
+
},
|
690
|
+
"DescribeDocumentPermissionResponse":{
|
691
|
+
"type":"structure",
|
692
|
+
"members":{
|
693
|
+
"AccountIds":{"shape":"AccountIdList"}
|
694
|
+
}
|
695
|
+
},
|
631
696
|
"DescribeDocumentRequest":{
|
632
697
|
"type":"structure",
|
633
698
|
"required":["Name"],
|
634
699
|
"members":{
|
635
|
-
"Name":{"shape":"
|
700
|
+
"Name":{"shape":"DocumentARN"}
|
636
701
|
}
|
637
702
|
},
|
638
703
|
"DescribeDocumentResult":{
|
@@ -660,9 +725,14 @@
|
|
660
725
|
}
|
661
726
|
},
|
662
727
|
"DescriptionInDocument":{"type":"string"},
|
728
|
+
"DocumentARN":{
|
729
|
+
"type":"string",
|
730
|
+
"pattern":"^[a-zA-Z0-9_\\-.:/]{3,128}$"
|
731
|
+
},
|
663
732
|
"DocumentAlreadyExists":{
|
664
733
|
"type":"structure",
|
665
734
|
"members":{
|
735
|
+
"Message":{"shape":"String"}
|
666
736
|
},
|
667
737
|
"exception":true
|
668
738
|
},
|
@@ -674,7 +744,10 @@
|
|
674
744
|
"type":"structure",
|
675
745
|
"members":{
|
676
746
|
"Sha1":{"shape":"DocumentSha1"},
|
677
|
-
"
|
747
|
+
"Hash":{"shape":"DocumentHash"},
|
748
|
+
"HashType":{"shape":"DocumentHashType"},
|
749
|
+
"Name":{"shape":"DocumentARN"},
|
750
|
+
"Owner":{"shape":"DocumentOwner"},
|
678
751
|
"CreatedDate":{"shape":"DateTime"},
|
679
752
|
"Status":{"shape":"DocumentStatus"},
|
680
753
|
"Description":{"shape":"DescriptionInDocument"},
|
@@ -713,10 +786,22 @@
|
|
713
786
|
"type":"string",
|
714
787
|
"min":1
|
715
788
|
},
|
789
|
+
"DocumentHash":{
|
790
|
+
"type":"string",
|
791
|
+
"max":256
|
792
|
+
},
|
793
|
+
"DocumentHashType":{
|
794
|
+
"type":"string",
|
795
|
+
"enum":[
|
796
|
+
"Sha256",
|
797
|
+
"Sha1"
|
798
|
+
]
|
799
|
+
},
|
716
800
|
"DocumentIdentifier":{
|
717
801
|
"type":"structure",
|
718
802
|
"members":{
|
719
|
-
"Name":{"shape":"
|
803
|
+
"Name":{"shape":"DocumentARN"},
|
804
|
+
"Owner":{"shape":"DocumentOwner"},
|
720
805
|
"PlatformTypes":{"shape":"PlatformTypeList"}
|
721
806
|
}
|
722
807
|
},
|
@@ -730,6 +815,7 @@
|
|
730
815
|
"DocumentLimitExceeded":{
|
731
816
|
"type":"structure",
|
732
817
|
"members":{
|
818
|
+
"Message":{"shape":"String"}
|
733
819
|
},
|
734
820
|
"exception":true
|
735
821
|
},
|
@@ -737,6 +823,7 @@
|
|
737
823
|
"type":"string",
|
738
824
|
"pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
|
739
825
|
},
|
826
|
+
"DocumentOwner":{"type":"string"},
|
740
827
|
"DocumentParameter":{
|
741
828
|
"type":"structure",
|
742
829
|
"members":{
|
@@ -763,6 +850,17 @@
|
|
763
850
|
"StringList"
|
764
851
|
]
|
765
852
|
},
|
853
|
+
"DocumentPermissionLimit":{
|
854
|
+
"type":"structure",
|
855
|
+
"members":{
|
856
|
+
"Message":{"shape":"String"}
|
857
|
+
},
|
858
|
+
"exception":true
|
859
|
+
},
|
860
|
+
"DocumentPermissionType":{
|
861
|
+
"type":"string",
|
862
|
+
"enum":["Share"]
|
863
|
+
},
|
766
864
|
"DocumentSha1":{"type":"string"},
|
767
865
|
"DocumentStatus":{
|
768
866
|
"type":"string",
|
@@ -805,13 +903,13 @@
|
|
805
903
|
"type":"structure",
|
806
904
|
"required":["Name"],
|
807
905
|
"members":{
|
808
|
-
"Name":{"shape":"
|
906
|
+
"Name":{"shape":"DocumentARN"}
|
809
907
|
}
|
810
908
|
},
|
811
909
|
"GetDocumentResult":{
|
812
910
|
"type":"structure",
|
813
911
|
"members":{
|
814
|
-
"Name":{"shape":"
|
912
|
+
"Name":{"shape":"DocumentARN"},
|
815
913
|
"Content":{"shape":"DocumentContent"}
|
816
914
|
}
|
817
915
|
},
|
@@ -895,7 +993,7 @@
|
|
895
993
|
"InternalServerError":{
|
896
994
|
"type":"structure",
|
897
995
|
"members":{
|
898
|
-
"
|
996
|
+
"Message":{"shape":"String"}
|
899
997
|
},
|
900
998
|
"exception":true
|
901
999
|
},
|
@@ -908,14 +1006,21 @@
|
|
908
1006
|
"InvalidDocument":{
|
909
1007
|
"type":"structure",
|
910
1008
|
"members":{
|
911
|
-
"
|
1009
|
+
"Message":{"shape":"String"}
|
912
1010
|
},
|
913
1011
|
"exception":true
|
914
1012
|
},
|
915
1013
|
"InvalidDocumentContent":{
|
916
1014
|
"type":"structure",
|
917
1015
|
"members":{
|
918
|
-
"
|
1016
|
+
"Message":{"shape":"String"}
|
1017
|
+
},
|
1018
|
+
"exception":true
|
1019
|
+
},
|
1020
|
+
"InvalidDocumentOperation":{
|
1021
|
+
"type":"structure",
|
1022
|
+
"members":{
|
1023
|
+
"Message":{"shape":"String"}
|
919
1024
|
},
|
920
1025
|
"exception":true
|
921
1026
|
},
|
@@ -928,6 +1033,7 @@
|
|
928
1033
|
"InvalidInstanceId":{
|
929
1034
|
"type":"structure",
|
930
1035
|
"members":{
|
1036
|
+
"Message":{"shape":"String"}
|
931
1037
|
},
|
932
1038
|
"exception":true
|
933
1039
|
},
|
@@ -953,7 +1059,14 @@
|
|
953
1059
|
"InvalidParameters":{
|
954
1060
|
"type":"structure",
|
955
1061
|
"members":{
|
956
|
-
"
|
1062
|
+
"Message":{"shape":"String"}
|
1063
|
+
},
|
1064
|
+
"exception":true
|
1065
|
+
},
|
1066
|
+
"InvalidPermissionType":{
|
1067
|
+
"type":"structure",
|
1068
|
+
"members":{
|
1069
|
+
"Message":{"shape":"String"}
|
957
1070
|
},
|
958
1071
|
"exception":true
|
959
1072
|
},
|
@@ -1021,12 +1134,17 @@
|
|
1021
1134
|
"NextToken":{"shape":"NextToken"}
|
1022
1135
|
}
|
1023
1136
|
},
|
1137
|
+
"ListDocumentsMaxResults":{
|
1138
|
+
"type":"integer",
|
1139
|
+
"max":50,
|
1140
|
+
"min":1
|
1141
|
+
},
|
1024
1142
|
"ListDocumentsRequest":{
|
1025
1143
|
"type":"structure",
|
1026
1144
|
"members":{
|
1027
1145
|
"DocumentFilterList":{"shape":"DocumentFilterList"},
|
1028
1146
|
"MaxResults":{
|
1029
|
-
"shape":"
|
1147
|
+
"shape":"ListDocumentsMaxResults",
|
1030
1148
|
"box":true
|
1031
1149
|
},
|
1032
1150
|
"NextToken":{"shape":"NextToken"}
|
@@ -1042,6 +1160,7 @@
|
|
1042
1160
|
"MaxDocumentSizeExceeded":{
|
1043
1161
|
"type":"structure",
|
1044
1162
|
"members":{
|
1163
|
+
"Message":{"shape":"String"}
|
1045
1164
|
},
|
1046
1165
|
"exception":true
|
1047
1166
|
},
|
@@ -1055,6 +1174,24 @@
|
|
1055
1174
|
"max":50,
|
1056
1175
|
"min":5
|
1057
1176
|
},
|
1177
|
+
"ModifyDocumentPermissionRequest":{
|
1178
|
+
"type":"structure",
|
1179
|
+
"required":[
|
1180
|
+
"Name",
|
1181
|
+
"PermissionType"
|
1182
|
+
],
|
1183
|
+
"members":{
|
1184
|
+
"Name":{"shape":"DocumentName"},
|
1185
|
+
"PermissionType":{"shape":"DocumentPermissionType"},
|
1186
|
+
"AccountIdsToAdd":{"shape":"AccountIdList"},
|
1187
|
+
"AccountIdsToRemove":{"shape":"AccountIdList"}
|
1188
|
+
}
|
1189
|
+
},
|
1190
|
+
"ModifyDocumentPermissionResponse":{
|
1191
|
+
"type":"structure",
|
1192
|
+
"members":{
|
1193
|
+
}
|
1194
|
+
},
|
1058
1195
|
"NextToken":{"type":"string"},
|
1059
1196
|
"ParameterName":{"type":"string"},
|
1060
1197
|
"ParameterValue":{"type":"string"},
|
@@ -1107,7 +1244,9 @@
|
|
1107
1244
|
],
|
1108
1245
|
"members":{
|
1109
1246
|
"InstanceIds":{"shape":"InstanceIdList"},
|
1110
|
-
"DocumentName":{"shape":"
|
1247
|
+
"DocumentName":{"shape":"DocumentARN"},
|
1248
|
+
"DocumentHash":{"shape":"DocumentHash"},
|
1249
|
+
"DocumentHashType":{"shape":"DocumentHashType"},
|
1111
1250
|
"TimeoutSeconds":{
|
1112
1251
|
"shape":"TimeoutSeconds",
|
1113
1252
|
"box":true
|
@@ -1153,7 +1292,7 @@
|
|
1153
1292
|
"UnsupportedPlatformType":{
|
1154
1293
|
"type":"structure",
|
1155
1294
|
"members":{
|
1156
|
-
"
|
1295
|
+
"Message":{"shape":"String"}
|
1157
1296
|
},
|
1158
1297
|
"exception":true
|
1159
1298
|
},
|
data/endpoints.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version":
|
2
|
+
"version": 3,
|
3
3
|
"partitions": [
|
4
4
|
{
|
5
5
|
"partition": "aws",
|
@@ -266,6 +266,11 @@
|
|
266
266
|
"eu-central-1": {}
|
267
267
|
}
|
268
268
|
},
|
269
|
+
"discovery": {
|
270
|
+
"endpoints": {
|
271
|
+
"us-west-2": {}
|
272
|
+
}
|
273
|
+
},
|
269
274
|
"dms": {
|
270
275
|
"endpoints": {
|
271
276
|
"us-east-1": {},
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -7,6 +7,10 @@
|
|
7
7
|
"models": "apigateway/2015-07-09",
|
8
8
|
"endpoint": "apigateway"
|
9
9
|
},
|
10
|
+
"ApplicationDiscoveryService": {
|
11
|
+
"models": "discovery/2015-11-01",
|
12
|
+
"endpoint": "discovery"
|
13
|
+
},
|
10
14
|
"AutoScaling": {
|
11
15
|
"models": "autoscaling/2011-01-01",
|
12
16
|
"endpoint": "autoscaling"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -86,6 +86,8 @@ files:
|
|
86
86
|
- apis/directconnect/2012-10-25/api-2.json
|
87
87
|
- apis/directconnect/2012-10-25/examples-1.json
|
88
88
|
- apis/directconnect/2012-10-25/paginators-1.json
|
89
|
+
- apis/discovery/2015-11-01/api-2.json
|
90
|
+
- apis/discovery/2015-11-01/examples-1.json
|
89
91
|
- apis/dms/2016-01-01/api-2.json
|
90
92
|
- apis/dms/2016-01-01/examples-1.json
|
91
93
|
- apis/ds/2015-04-16/api-2.json
|
@@ -242,6 +244,7 @@ files:
|
|
242
244
|
- lib/aws-sdk-core/api/docs/utils.rb
|
243
245
|
- lib/aws-sdk-core/api/shape_map.rb
|
244
246
|
- lib/aws-sdk-core/apigateway.rb
|
247
|
+
- lib/aws-sdk-core/applicationdiscoveryservice.rb
|
245
248
|
- lib/aws-sdk-core/assume_role_credentials.rb
|
246
249
|
- lib/aws-sdk-core/autoscaling.rb
|
247
250
|
- lib/aws-sdk-core/client.rb
|