aws-sdk-core 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplicationRevisions": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "result_key": "revisions"
7
+ },
8
+ "ListApplications": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "result_key": "applications"
12
+ },
13
+ "ListDeploymentConfigs": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "result_key": "deploymentConfigsList"
17
+ },
18
+ "ListDeploymentGroups": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "result_key": "deploymentGroups"
22
+ },
23
+ "ListDeploymentInstances": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "result_key": "instancesList"
27
+ },
28
+ "ListDeployments": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "result_key": "deployments"
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,694 @@
1
+ {
2
+ "metadata":{
3
+ "apiVersion":"2014-10-17",
4
+ "endpointPrefix":"config",
5
+ "jsonVersion":"1.1",
6
+ "serviceAbbreviation":"Config Service",
7
+ "serviceFullName":"AWS Config",
8
+ "signatureVersion":"v4",
9
+ "targetPrefix":"StarlingDoveService",
10
+ "protocol":"json"
11
+ },
12
+ "operations":{
13
+ "DeleteDeliveryChannel":{
14
+ "name":"DeleteDeliveryChannel",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"DeleteDeliveryChannelRequest"},
20
+ "errors":[
21
+ {
22
+ "shape":"NoSuchDeliveryChannelException",
23
+ "exception":true
24
+ },
25
+ {
26
+ "shape":"LastDeliveryChannelDeleteFailedException",
27
+ "exception":true
28
+ }
29
+ ]
30
+ },
31
+ "DeliverConfigSnapshot":{
32
+ "name":"DeliverConfigSnapshot",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"DeliverConfigSnapshotRequest"},
38
+ "output":{"shape":"DeliverConfigSnapshotResponse"},
39
+ "errors":[
40
+ {
41
+ "shape":"NoSuchDeliveryChannelException",
42
+ "exception":true
43
+ },
44
+ {
45
+ "shape":"NoAvailableConfigurationRecorderException",
46
+ "exception":true
47
+ },
48
+ {
49
+ "shape":"NoRunningConfigurationRecorderException",
50
+ "exception":true
51
+ }
52
+ ]
53
+ },
54
+ "DescribeConfigurationRecorderStatus":{
55
+ "name":"DescribeConfigurationRecorderStatus",
56
+ "http":{
57
+ "method":"POST",
58
+ "requestUri":"/"
59
+ },
60
+ "input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
61
+ "output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
62
+ "errors":[
63
+ {
64
+ "shape":"NoSuchConfigurationRecorderException",
65
+ "exception":true
66
+ }
67
+ ]
68
+ },
69
+ "DescribeConfigurationRecorders":{
70
+ "name":"DescribeConfigurationRecorders",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/"
74
+ },
75
+ "input":{"shape":"DescribeConfigurationRecordersRequest"},
76
+ "output":{"shape":"DescribeConfigurationRecordersResponse"},
77
+ "errors":[
78
+ {
79
+ "shape":"NoSuchConfigurationRecorderException",
80
+ "exception":true
81
+ }
82
+ ]
83
+ },
84
+ "DescribeDeliveryChannelStatus":{
85
+ "name":"DescribeDeliveryChannelStatus",
86
+ "http":{
87
+ "method":"POST",
88
+ "requestUri":"/"
89
+ },
90
+ "input":{"shape":"DescribeDeliveryChannelStatusRequest"},
91
+ "output":{"shape":"DescribeDeliveryChannelStatusResponse"},
92
+ "errors":[
93
+ {
94
+ "shape":"NoSuchDeliveryChannelException",
95
+ "exception":true
96
+ }
97
+ ]
98
+ },
99
+ "DescribeDeliveryChannels":{
100
+ "name":"DescribeDeliveryChannels",
101
+ "http":{
102
+ "method":"POST",
103
+ "requestUri":"/"
104
+ },
105
+ "input":{"shape":"DescribeDeliveryChannelsRequest"},
106
+ "output":{"shape":"DescribeDeliveryChannelsResponse"},
107
+ "errors":[
108
+ {
109
+ "shape":"NoSuchDeliveryChannelException",
110
+ "exception":true
111
+ }
112
+ ]
113
+ },
114
+ "GetResourceConfigHistory":{
115
+ "name":"GetResourceConfigHistory",
116
+ "http":{
117
+ "method":"POST",
118
+ "requestUri":"/"
119
+ },
120
+ "input":{"shape":"GetResourceConfigHistoryRequest"},
121
+ "output":{"shape":"GetResourceConfigHistoryResponse"},
122
+ "errors":[
123
+ {
124
+ "shape":"ValidationException",
125
+ "exception":true
126
+ },
127
+ {
128
+ "shape":"InvalidTimeRangeException",
129
+ "exception":true
130
+ },
131
+ {
132
+ "shape":"InvalidLimitException",
133
+ "exception":true
134
+ },
135
+ {
136
+ "shape":"InvalidNextTokenException",
137
+ "exception":true
138
+ },
139
+ {
140
+ "shape":"NoAvailableConfigurationRecorderException",
141
+ "exception":true
142
+ },
143
+ {
144
+ "shape":"ResourceNotDiscoveredException",
145
+ "exception":true
146
+ }
147
+ ]
148
+ },
149
+ "PutConfigurationRecorder":{
150
+ "name":"PutConfigurationRecorder",
151
+ "http":{
152
+ "method":"POST",
153
+ "requestUri":"/"
154
+ },
155
+ "input":{"shape":"PutConfigurationRecorderRequest"},
156
+ "errors":[
157
+ {
158
+ "shape":"MaxNumberOfConfigurationRecordersExceededException",
159
+ "exception":true
160
+ },
161
+ {
162
+ "shape":"InvalidConfigurationRecorderNameException",
163
+ "exception":true
164
+ },
165
+ {
166
+ "shape":"InvalidRoleException",
167
+ "exception":true
168
+ }
169
+ ]
170
+ },
171
+ "PutDeliveryChannel":{
172
+ "name":"PutDeliveryChannel",
173
+ "http":{
174
+ "method":"POST",
175
+ "requestUri":"/"
176
+ },
177
+ "input":{"shape":"PutDeliveryChannelRequest"},
178
+ "errors":[
179
+ {
180
+ "shape":"MaxNumberOfDeliveryChannelsExceededException",
181
+ "exception":true
182
+ },
183
+ {
184
+ "shape":"NoAvailableConfigurationRecorderException",
185
+ "exception":true
186
+ },
187
+ {
188
+ "shape":"InvalidDeliveryChannelNameException",
189
+ "exception":true
190
+ },
191
+ {
192
+ "shape":"NoSuchBucketException",
193
+ "exception":true
194
+ },
195
+ {
196
+ "shape":"InvalidS3KeyPrefixException",
197
+ "exception":true
198
+ },
199
+ {
200
+ "shape":"InvalidSNSTopicARNException",
201
+ "exception":true
202
+ },
203
+ {
204
+ "shape":"InsufficientDeliveryPolicyException",
205
+ "exception":true
206
+ }
207
+ ]
208
+ },
209
+ "StartConfigurationRecorder":{
210
+ "name":"StartConfigurationRecorder",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/"
214
+ },
215
+ "input":{"shape":"StartConfigurationRecorderRequest"},
216
+ "errors":[
217
+ {
218
+ "shape":"NoSuchConfigurationRecorderException",
219
+ "exception":true
220
+ },
221
+ {
222
+ "shape":"NoAvailableDeliveryChannelException",
223
+ "exception":true
224
+ }
225
+ ]
226
+ },
227
+ "StopConfigurationRecorder":{
228
+ "name":"StopConfigurationRecorder",
229
+ "http":{
230
+ "method":"POST",
231
+ "requestUri":"/"
232
+ },
233
+ "input":{"shape":"StopConfigurationRecorderRequest"},
234
+ "errors":[
235
+ {
236
+ "shape":"NoSuchConfigurationRecorderException",
237
+ "exception":true
238
+ }
239
+ ]
240
+ }
241
+ },
242
+ "shapes":{
243
+ "ARN":{"type":"string"},
244
+ "AccountId":{"type":"string"},
245
+ "AvailabilityZone":{"type":"string"},
246
+ "Boolean":{"type":"boolean"},
247
+ "ChannelName":{
248
+ "type":"string",
249
+ "min":1,
250
+ "max":256
251
+ },
252
+ "ChronologicalOrder":{
253
+ "type":"string",
254
+ "enum":[
255
+ "Reverse",
256
+ "Forward"
257
+ ]
258
+ },
259
+ "ConfigExportDeliveryInfo":{
260
+ "type":"structure",
261
+ "members":{
262
+ "lastStatus":{"shape":"DeliveryStatus"},
263
+ "lastErrorCode":{"shape":"String"},
264
+ "lastErrorMessage":{"shape":"String"},
265
+ "lastAttemptTime":{"shape":"Date"},
266
+ "lastSuccessfulTime":{"shape":"Date"}
267
+ }
268
+ },
269
+ "ConfigStreamDeliveryInfo":{
270
+ "type":"structure",
271
+ "members":{
272
+ "lastStatus":{"shape":"DeliveryStatus"},
273
+ "lastErrorCode":{"shape":"String"},
274
+ "lastErrorMessage":{"shape":"String"},
275
+ "lastStatusChangeTime":{"shape":"Date"}
276
+ }
277
+ },
278
+ "Configuration":{"type":"string"},
279
+ "ConfigurationItem":{
280
+ "type":"structure",
281
+ "members":{
282
+ "version":{"shape":"Version"},
283
+ "accountId":{"shape":"AccountId"},
284
+ "configurationItemCaptureTime":{"shape":"ConfigurationItemCaptureTime"},
285
+ "configurationItemStatus":{"shape":"ConfigurationItemStatus"},
286
+ "configurationStateId":{"shape":"ConfigurationStateId"},
287
+ "configurationItemMD5Hash":{"shape":"ConfigurationItemMD5Hash"},
288
+ "arn":{"shape":"ARN"},
289
+ "resourceType":{"shape":"ResourceType"},
290
+ "resourceId":{"shape":"ResourceId"},
291
+ "availabilityZone":{"shape":"AvailabilityZone"},
292
+ "resourceCreationTime":{"shape":"ResourceCreationTime"},
293
+ "tags":{"shape":"Tags"},
294
+ "relatedEvents":{"shape":"RelatedEventList"},
295
+ "relationships":{"shape":"RelationshipList"},
296
+ "configuration":{"shape":"Configuration"}
297
+ }
298
+ },
299
+ "ConfigurationItemCaptureTime":{"type":"timestamp"},
300
+ "ConfigurationItemList":{
301
+ "type":"list",
302
+ "member":{"shape":"ConfigurationItem"}
303
+ },
304
+ "ConfigurationItemMD5Hash":{"type":"string"},
305
+ "ConfigurationItemStatus":{
306
+ "type":"string",
307
+ "enum":[
308
+ "Ok",
309
+ "Failed",
310
+ "Discovered",
311
+ "Deleted"
312
+ ]
313
+ },
314
+ "ConfigurationRecorder":{
315
+ "type":"structure",
316
+ "members":{
317
+ "name":{"shape":"RecorderName"},
318
+ "roleARN":{"shape":"String"}
319
+ }
320
+ },
321
+ "ConfigurationRecorderList":{
322
+ "type":"list",
323
+ "member":{"shape":"ConfigurationRecorder"}
324
+ },
325
+ "ConfigurationRecorderNameList":{
326
+ "type":"list",
327
+ "member":{"shape":"RecorderName"}
328
+ },
329
+ "ConfigurationRecorderStatus":{
330
+ "type":"structure",
331
+ "members":{
332
+ "name":{"shape":"String"},
333
+ "lastStartTime":{"shape":"Date"},
334
+ "lastStopTime":{"shape":"Date"},
335
+ "recording":{"shape":"Boolean"},
336
+ "lastStatus":{"shape":"RecorderStatus"},
337
+ "lastErrorCode":{"shape":"String"},
338
+ "lastErrorMessage":{"shape":"String"},
339
+ "lastStatusChangeTime":{"shape":"Date"}
340
+ }
341
+ },
342
+ "ConfigurationRecorderStatusList":{
343
+ "type":"list",
344
+ "member":{"shape":"ConfigurationRecorderStatus"}
345
+ },
346
+ "ConfigurationStateId":{"type":"string"},
347
+ "Date":{"type":"timestamp"},
348
+ "DeleteDeliveryChannelRequest":{
349
+ "type":"structure",
350
+ "required":["DeliveryChannelName"],
351
+ "members":{
352
+ "DeliveryChannelName":{"shape":"ChannelName"}
353
+ }
354
+ },
355
+ "DeliverConfigSnapshotRequest":{
356
+ "type":"structure",
357
+ "required":["deliveryChannelName"],
358
+ "members":{
359
+ "deliveryChannelName":{"shape":"ChannelName"}
360
+ }
361
+ },
362
+ "DeliverConfigSnapshotResponse":{
363
+ "type":"structure",
364
+ "members":{
365
+ "configSnapshotId":{"shape":"String"}
366
+ }
367
+ },
368
+ "DeliveryChannel":{
369
+ "type":"structure",
370
+ "members":{
371
+ "name":{"shape":"ChannelName"},
372
+ "s3BucketName":{"shape":"String"},
373
+ "s3KeyPrefix":{"shape":"String"},
374
+ "snsTopicARN":{"shape":"String"}
375
+ }
376
+ },
377
+ "DeliveryChannelList":{
378
+ "type":"list",
379
+ "member":{"shape":"DeliveryChannel"}
380
+ },
381
+ "DeliveryChannelNameList":{
382
+ "type":"list",
383
+ "member":{"shape":"ChannelName"}
384
+ },
385
+ "DeliveryChannelStatus":{
386
+ "type":"structure",
387
+ "members":{
388
+ "name":{"shape":"String"},
389
+ "configSnapshotDeliveryInfo":{"shape":"ConfigExportDeliveryInfo"},
390
+ "configHistoryDeliveryInfo":{"shape":"ConfigExportDeliveryInfo"},
391
+ "configStreamDeliveryInfo":{"shape":"ConfigStreamDeliveryInfo"}
392
+ }
393
+ },
394
+ "DeliveryChannelStatusList":{
395
+ "type":"list",
396
+ "member":{"shape":"DeliveryChannelStatus"}
397
+ },
398
+ "DeliveryStatus":{
399
+ "type":"string",
400
+ "enum":[
401
+ "Success",
402
+ "Failure"
403
+ ]
404
+ },
405
+ "DescribeConfigurationRecorderStatusRequest":{
406
+ "type":"structure",
407
+ "members":{
408
+ "ConfigurationRecorderNames":{"shape":"ConfigurationRecorderNameList"}
409
+ }
410
+ },
411
+ "DescribeConfigurationRecorderStatusResponse":{
412
+ "type":"structure",
413
+ "members":{
414
+ "ConfigurationRecordersStatus":{"shape":"ConfigurationRecorderStatusList"}
415
+ }
416
+ },
417
+ "DescribeConfigurationRecordersRequest":{
418
+ "type":"structure",
419
+ "members":{
420
+ "ConfigurationRecorderNames":{"shape":"ConfigurationRecorderNameList"}
421
+ }
422
+ },
423
+ "DescribeConfigurationRecordersResponse":{
424
+ "type":"structure",
425
+ "members":{
426
+ "ConfigurationRecorders":{"shape":"ConfigurationRecorderList"}
427
+ }
428
+ },
429
+ "DescribeDeliveryChannelStatusRequest":{
430
+ "type":"structure",
431
+ "members":{
432
+ "DeliveryChannelNames":{"shape":"DeliveryChannelNameList"}
433
+ }
434
+ },
435
+ "DescribeDeliveryChannelStatusResponse":{
436
+ "type":"structure",
437
+ "members":{
438
+ "DeliveryChannelsStatus":{"shape":"DeliveryChannelStatusList"}
439
+ }
440
+ },
441
+ "DescribeDeliveryChannelsRequest":{
442
+ "type":"structure",
443
+ "members":{
444
+ "DeliveryChannelNames":{"shape":"DeliveryChannelNameList"}
445
+ }
446
+ },
447
+ "DescribeDeliveryChannelsResponse":{
448
+ "type":"structure",
449
+ "members":{
450
+ "DeliveryChannels":{"shape":"DeliveryChannelList"}
451
+ }
452
+ },
453
+ "EarlierTime":{"type":"timestamp"},
454
+ "GetResourceConfigHistoryRequest":{
455
+ "type":"structure",
456
+ "required":[
457
+ "resourceType",
458
+ "resourceId"
459
+ ],
460
+ "members":{
461
+ "resourceType":{"shape":"ResourceType"},
462
+ "resourceId":{"shape":"ResourceId"},
463
+ "laterTime":{"shape":"LaterTime"},
464
+ "earlierTime":{"shape":"EarlierTime"},
465
+ "chronologicalOrder":{"shape":"ChronologicalOrder"},
466
+ "limit":{"shape":"Limit"},
467
+ "nextToken":{"shape":"NextToken"}
468
+ }
469
+ },
470
+ "GetResourceConfigHistoryResponse":{
471
+ "type":"structure",
472
+ "members":{
473
+ "configurationItems":{"shape":"ConfigurationItemList"},
474
+ "nextToken":{"shape":"NextToken"}
475
+ }
476
+ },
477
+ "InsufficientDeliveryPolicyException":{
478
+ "type":"structure",
479
+ "members":{
480
+ },
481
+ "exception":true
482
+ },
483
+ "InvalidConfigurationRecorderNameException":{
484
+ "type":"structure",
485
+ "members":{
486
+ },
487
+ "exception":true
488
+ },
489
+ "InvalidDeliveryChannelNameException":{
490
+ "type":"structure",
491
+ "members":{
492
+ },
493
+ "exception":true
494
+ },
495
+ "InvalidLimitException":{
496
+ "type":"structure",
497
+ "members":{
498
+ },
499
+ "exception":true
500
+ },
501
+ "InvalidNextTokenException":{
502
+ "type":"structure",
503
+ "members":{
504
+ },
505
+ "exception":true
506
+ },
507
+ "InvalidRoleException":{
508
+ "type":"structure",
509
+ "members":{
510
+ },
511
+ "exception":true
512
+ },
513
+ "InvalidS3KeyPrefixException":{
514
+ "type":"structure",
515
+ "members":{
516
+ },
517
+ "exception":true
518
+ },
519
+ "InvalidSNSTopicARNException":{
520
+ "type":"structure",
521
+ "members":{
522
+ },
523
+ "exception":true
524
+ },
525
+ "InvalidTimeRangeException":{
526
+ "type":"structure",
527
+ "members":{
528
+ },
529
+ "exception":true
530
+ },
531
+ "LastDeliveryChannelDeleteFailedException":{
532
+ "type":"structure",
533
+ "members":{
534
+ },
535
+ "exception":true
536
+ },
537
+ "LaterTime":{"type":"timestamp"},
538
+ "Limit":{
539
+ "type":"integer",
540
+ "min":0,
541
+ "max":100
542
+ },
543
+ "MaxNumberOfConfigurationRecordersExceededException":{
544
+ "type":"structure",
545
+ "members":{
546
+ },
547
+ "exception":true
548
+ },
549
+ "MaxNumberOfDeliveryChannelsExceededException":{
550
+ "type":"structure",
551
+ "members":{
552
+ },
553
+ "exception":true
554
+ },
555
+ "Name":{"type":"string"},
556
+ "NextToken":{"type":"string"},
557
+ "NoAvailableConfigurationRecorderException":{
558
+ "type":"structure",
559
+ "members":{
560
+ },
561
+ "exception":true
562
+ },
563
+ "NoAvailableDeliveryChannelException":{
564
+ "type":"structure",
565
+ "members":{
566
+ },
567
+ "exception":true
568
+ },
569
+ "NoRunningConfigurationRecorderException":{
570
+ "type":"structure",
571
+ "members":{
572
+ },
573
+ "exception":true
574
+ },
575
+ "NoSuchBucketException":{
576
+ "type":"structure",
577
+ "members":{
578
+ },
579
+ "exception":true
580
+ },
581
+ "NoSuchConfigurationRecorderException":{
582
+ "type":"structure",
583
+ "members":{
584
+ },
585
+ "exception":true
586
+ },
587
+ "NoSuchDeliveryChannelException":{
588
+ "type":"structure",
589
+ "members":{
590
+ },
591
+ "exception":true
592
+ },
593
+ "PutConfigurationRecorderRequest":{
594
+ "type":"structure",
595
+ "required":["ConfigurationRecorder"],
596
+ "members":{
597
+ "ConfigurationRecorder":{"shape":"ConfigurationRecorder"}
598
+ }
599
+ },
600
+ "PutDeliveryChannelRequest":{
601
+ "type":"structure",
602
+ "required":["DeliveryChannel"],
603
+ "members":{
604
+ "DeliveryChannel":{"shape":"DeliveryChannel"}
605
+ }
606
+ },
607
+ "RecorderName":{
608
+ "type":"string",
609
+ "min":1,
610
+ "max":256
611
+ },
612
+ "RecorderStatus":{
613
+ "type":"string",
614
+ "enum":[
615
+ "Pending",
616
+ "Success",
617
+ "Failure"
618
+ ]
619
+ },
620
+ "RelatedEvent":{"type":"string"},
621
+ "RelatedEventList":{
622
+ "type":"list",
623
+ "member":{"shape":"RelatedEvent"}
624
+ },
625
+ "Relationship":{
626
+ "type":"structure",
627
+ "members":{
628
+ "resourceType":{"shape":"ResourceType"},
629
+ "resourceId":{"shape":"ResourceId"},
630
+ "relationshipName":{"shape":"RelationshipName"}
631
+ }
632
+ },
633
+ "RelationshipList":{
634
+ "type":"list",
635
+ "member":{"shape":"Relationship"}
636
+ },
637
+ "RelationshipName":{"type":"string"},
638
+ "ResourceCreationTime":{"type":"timestamp"},
639
+ "ResourceId":{"type":"string"},
640
+ "ResourceNotDiscoveredException":{
641
+ "type":"structure",
642
+ "members":{
643
+ },
644
+ "exception":true
645
+ },
646
+ "ResourceType":{
647
+ "type":"string",
648
+ "enum":[
649
+ "AWS::EC2::CustomerGateway",
650
+ "AWS::EC2::EIP",
651
+ "AWS::EC2::Instance",
652
+ "AWS::EC2::InternetGateway",
653
+ "AWS::EC2::NetworkAcl",
654
+ "AWS::EC2::NetworkInterface",
655
+ "AWS::EC2::RouteTable",
656
+ "AWS::EC2::SecurityGroup",
657
+ "AWS::EC2::Subnet",
658
+ "AWS::CloudTrail::Trail",
659
+ "AWS::EC2::Volume",
660
+ "AWS::EC2::VPC",
661
+ "AWS::EC2::VPNConnection",
662
+ "AWS::EC2::VPNGateway"
663
+ ]
664
+ },
665
+ "StartConfigurationRecorderRequest":{
666
+ "type":"structure",
667
+ "required":["ConfigurationRecorderName"],
668
+ "members":{
669
+ "ConfigurationRecorderName":{"shape":"RecorderName"}
670
+ }
671
+ },
672
+ "StopConfigurationRecorderRequest":{
673
+ "type":"structure",
674
+ "required":["ConfigurationRecorderName"],
675
+ "members":{
676
+ "ConfigurationRecorderName":{"shape":"RecorderName"}
677
+ }
678
+ },
679
+ "String":{"type":"string"},
680
+ "Tags":{
681
+ "type":"map",
682
+ "key":{"shape":"Name"},
683
+ "value":{"shape":"Value"}
684
+ },
685
+ "ValidationException":{
686
+ "type":"structure",
687
+ "members":{
688
+ },
689
+ "exception":true
690
+ },
691
+ "Value":{"type":"string"},
692
+ "Version":{"type":"string"}
693
+ }
694
+ }