forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscovery-2015-11-01.normal.json
1239 lines (1239 loc) · 51.2 KB
/
discovery-2015-11-01.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"apiVersion":"2015-11-01",
"endpointPrefix":"discovery",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS Application Discovery Service",
"signatureVersion":"v4",
"targetPrefix":"AWSPoseidonService_V2015_11_01",
"uid":"discovery-2015-11-01"
},
"operations":{
"AssociateConfigurationItemsToApplication":{
"name":"AssociateConfigurationItemsToApplication",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AssociateConfigurationItemsToApplicationRequest"},
"output":{"shape":"AssociateConfigurationItemsToApplicationResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Associates one or more configuration items with an application.</p>"
},
"CreateApplication":{
"name":"CreateApplication",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateApplicationRequest"},
"output":{"shape":"CreateApplicationResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Creates an application with the given name and description.</p>"
},
"CreateTags":{
"name":"CreateTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTagsRequest"},
"output":{"shape":"CreateTagsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.</p>"
},
"DeleteApplications":{
"name":"DeleteApplications",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteApplicationsRequest"},
"output":{"shape":"DeleteApplicationsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Deletes a list of applications and their associations with configuration items.</p>"
},
"DeleteTags":{
"name":"DeleteTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteTagsRequest"},
"output":{"shape":"DeleteTagsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.</p>"
},
"DescribeAgents":{
"name":"DescribeAgents",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAgentsRequest"},
"output":{"shape":"DescribeAgentsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an ID.</p>"
},
"DescribeConfigurations":{
"name":"DescribeConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeConfigurationsRequest"},
"output":{"shape":"DescribeConfigurationsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a <i>server</i> configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards.</p> <p>For a complete list of outputs for each asset type, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html#DescribeConfigurations\">Querying Discovered Configuration Items</a>.</p>"
},
"DescribeExportConfigurations":{
"name":"DescribeExportConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeExportConfigurationsRequest"},
"output":{"shape":"DescribeExportConfigurationsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.</p>"
},
"DescribeTags":{
"name":"DescribeTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTagsRequest"},
"output":{"shape":"DescribeTagsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item.</p>"
},
"DisassociateConfigurationItemsFromApplication":{
"name":"DisassociateConfigurationItemsFromApplication",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisassociateConfigurationItemsFromApplicationRequest"},
"output":{"shape":"DisassociateConfigurationItemsFromApplicationResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Disassociates one or more configuration items from an application.</p>"
},
"ExportConfigurations":{
"name":"ExportConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"output":{"shape":"ExportConfigurationsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"},
{"shape":"OperationNotPermittedException"}
],
"documentation":"<p>Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID which you can query using the <i>DescribeExportConfigurations</i> API. The system imposes a limit of two configuration exports in six hours.</p>"
},
"GetDiscoverySummary":{
"name":"GetDiscoverySummary",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetDiscoverySummaryRequest"},
"output":{"shape":"GetDiscoverySummaryResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Retrieves a short summary of discovered assets.</p>"
},
"ListConfigurations":{
"name":"ListConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListConfigurationsRequest"},
"output":{"shape":"ListConfigurationsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Retrieves a list of configuration items according to criteria you specify in a filter. The filter criteria identify relationship requirements.</p>"
},
"ListServerNeighbors":{
"name":"ListServerNeighbors",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListServerNeighborsRequest"},
"output":{"shape":"ListServerNeighborsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Retrieves a list of servers which are one network hop away from a specified server.</p>"
},
"StartDataCollectionByAgentIds":{
"name":"StartDataCollectionByAgentIds",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartDataCollectionByAgentIdsRequest"},
"output":{"shape":"StartDataCollectionByAgentIdsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Instructs the specified agents or Connectors to start collecting data.</p>"
},
"StopDataCollectionByAgentIds":{
"name":"StopDataCollectionByAgentIds",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopDataCollectionByAgentIdsRequest"},
"output":{"shape":"StopDataCollectionByAgentIdsResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Instructs the specified agents or Connectors to stop collecting data.</p>"
},
"UpdateApplication":{
"name":"UpdateApplication",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateApplicationRequest"},
"output":{"shape":"UpdateApplicationResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"documentation":"<p>Updates metadata about an application.</p>"
}
},
"shapes":{
"AgentConfigurationStatus":{
"type":"structure",
"members":{
"agentId":{
"shape":"String",
"documentation":"<p>The agent/Connector ID.</p>"
},
"operationSucceeded":{
"shape":"Boolean",
"documentation":"<p>Information about the status of the <code>StartDataCollection</code> and <code>StopDataCollection</code> operations. The system has recorded the data collection operation. The agent/Connector receives this command the next time it polls for a new command. </p>"
},
"description":{
"shape":"String",
"documentation":"<p>A description of the operation performed.</p>"
}
},
"documentation":"<p>Information about agents or Connectors that were instructed to start collecting data. Information includes the agent/Connector ID, a description of the operation, and whether or not the agent/Connector configuration was updated.</p>"
},
"AgentConfigurationStatusList":{
"type":"list",
"member":{"shape":"AgentConfigurationStatus"}
},
"AgentId":{"type":"string"},
"AgentIds":{
"type":"list",
"member":{"shape":"AgentId"}
},
"AgentInfo":{
"type":"structure",
"members":{
"agentId":{
"shape":"AgentId",
"documentation":"<p>The agent or connector ID.</p>"
},
"hostName":{
"shape":"String",
"documentation":"<p>The name of the host where the agent or connector resides. The host can be a server or virtual machine.</p>"
},
"agentNetworkInfoList":{
"shape":"AgentNetworkInfoList",
"documentation":"<p>Network details about the host where the agent or connector resides.</p>"
},
"connectorId":{
"shape":"String",
"documentation":"<p>The ID of the connector.</p>"
},
"version":{
"shape":"String",
"documentation":"<p>The agent or connector version.</p>"
},
"health":{
"shape":"AgentStatus",
"documentation":"<p>The health of the agent or connector.</p>"
},
"lastHealthPingTime":{
"shape":"String",
"documentation":"<p>Time since agent or connector health was reported.</p>"
},
"collectionStatus":{
"shape":"String",
"documentation":"<p>Status of the collection process for an agent or connector.</p>"
},
"agentType":{
"shape":"String",
"documentation":"<p>Type of agent.</p>"
},
"registeredTime":{
"shape":"String",
"documentation":"<p>Agent's first registration time stamp in UTC.</p>"
}
},
"documentation":"<p>Information about agents or connectors associated with the user’s AWS account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.</p>"
},
"AgentNetworkInfo":{
"type":"structure",
"members":{
"ipAddress":{
"shape":"String",
"documentation":"<p>The IP address for the host where the agent/Connector resides.</p>"
},
"macAddress":{
"shape":"String",
"documentation":"<p>The MAC address for the host where the agent/Connector resides.</p>"
}
},
"documentation":"<p>Network details about the host where the agent/Connector resides.</p>"
},
"AgentNetworkInfoList":{
"type":"list",
"member":{"shape":"AgentNetworkInfo"}
},
"AgentStatus":{
"type":"string",
"enum":[
"HEALTHY",
"UNHEALTHY",
"RUNNING",
"UNKNOWN",
"BLACKLISTED",
"SHUTDOWN"
]
},
"AgentsInfo":{
"type":"list",
"member":{"shape":"AgentInfo"}
},
"ApplicationId":{"type":"string"},
"ApplicationIdsList":{
"type":"list",
"member":{"shape":"ApplicationId"}
},
"AssociateConfigurationItemsToApplicationRequest":{
"type":"structure",
"required":[
"applicationConfigurationId",
"configurationIds"
],
"members":{
"applicationConfigurationId":{
"shape":"ApplicationId",
"documentation":"<p>The configuration ID of an application with which items are to be associated.</p>"
},
"configurationIds":{
"shape":"ConfigurationIdList",
"documentation":"<p>The ID of each configuration item to be associated with an application.</p>"
}
}
},
"AssociateConfigurationItemsToApplicationResponse":{
"type":"structure",
"members":{
}
},
"AuthorizationErrorException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.</p>",
"exception":true
},
"Boolean":{"type":"boolean"},
"BoxedInteger":{
"type":"integer",
"box":true
},
"Condition":{"type":"string"},
"Configuration":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"ConfigurationId":{"type":"string"},
"ConfigurationIdList":{
"type":"list",
"member":{"shape":"ConfigurationId"}
},
"ConfigurationItemType":{
"type":"string",
"enum":[
"SERVER",
"PROCESS",
"CONNECTION",
"APPLICATION"
]
},
"ConfigurationTag":{
"type":"structure",
"members":{
"configurationType":{
"shape":"ConfigurationItemType",
"documentation":"<p>A type of IT asset that you want to tag.</p>"
},
"configurationId":{
"shape":"ConfigurationId",
"documentation":"<p>The configuration ID for the item you want to tag. You can specify a list of keys and values.</p>"
},
"key":{
"shape":"TagKey",
"documentation":"<p>A type of tag to filter on. For example, <i>serverType</i>.</p>"
},
"value":{
"shape":"TagValue",
"documentation":"<p>A value to filter on. For example <i>key = serverType</i> and <i>value = web server</i>.</p>"
},
"timeOfCreation":{
"shape":"TimeStamp",
"documentation":"<p>The time the configuration tag was created in Coordinated Universal Time (UTC).</p>"
}
},
"documentation":"<p>Tags for a configuration item. Tags are metadata that help you categorize IT assets.</p>"
},
"ConfigurationTagSet":{
"type":"list",
"member":{
"shape":"ConfigurationTag",
"locationName":"item"
}
},
"Configurations":{
"type":"list",
"member":{"shape":"Configuration"}
},
"ConfigurationsDownloadUrl":{"type":"string"},
"ConfigurationsExportId":{"type":"string"},
"CreateApplicationRequest":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"String",
"documentation":"<p>Name of the application to be created.</p>"
},
"description":{
"shape":"String",
"documentation":"<p>Description of the application to be created.</p>"
}
}
},
"CreateApplicationResponse":{
"type":"structure",
"members":{
"configurationId":{
"shape":"String",
"documentation":"<p>Configuration ID of an application to be created.</p>"
}
}
},
"CreateTagsRequest":{
"type":"structure",
"required":[
"configurationIds",
"tags"
],
"members":{
"configurationIds":{
"shape":"ConfigurationIdList",
"documentation":"<p>A list of configuration items that you want to tag.</p>"
},
"tags":{
"shape":"TagSet",
"documentation":"<p>Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a <i>key</i>-<i>value</i> format. For example:</p> <p> <code>{\"key\": \"serverType\", \"value\": \"webServer\"}</code> </p>"
}
}
},
"CreateTagsResponse":{
"type":"structure",
"members":{
}
},
"CustomerAgentInfo":{
"type":"structure",
"required":[
"activeAgents",
"healthyAgents",
"blackListedAgents",
"shutdownAgents",
"unhealthyAgents",
"totalAgents",
"unknownAgents"
],
"members":{
"activeAgents":{
"shape":"Integer",
"documentation":"<p>Number of active discovery agents.</p>"
},
"healthyAgents":{
"shape":"Integer",
"documentation":"<p>Number of healthy discovery agents</p>"
},
"blackListedAgents":{
"shape":"Integer",
"documentation":"<p>Number of blacklisted discovery agents.</p>"
},
"shutdownAgents":{
"shape":"Integer",
"documentation":"<p>Number of discovery agents with status SHUTDOWN.</p>"
},
"unhealthyAgents":{
"shape":"Integer",
"documentation":"<p>Number of unhealthy discovery agents.</p>"
},
"totalAgents":{
"shape":"Integer",
"documentation":"<p>Total number of discovery agents.</p>"
},
"unknownAgents":{
"shape":"Integer",
"documentation":"<p>Number of unknown discovery agents.</p>"
}
},
"documentation":"<p>Inventory data for installed discovery agents.</p>"
},
"CustomerConnectorInfo":{
"type":"structure",
"required":[
"activeConnectors",
"healthyConnectors",
"blackListedConnectors",
"shutdownConnectors",
"unhealthyConnectors",
"totalConnectors",
"unknownConnectors"
],
"members":{
"activeConnectors":{
"shape":"Integer",
"documentation":"<p>Number of active discovery connectors.</p>"
},
"healthyConnectors":{
"shape":"Integer",
"documentation":"<p>Number of healthy discovery connectors.</p>"
},
"blackListedConnectors":{
"shape":"Integer",
"documentation":"<p>Number of blacklisted discovery connectors.</p>"
},
"shutdownConnectors":{
"shape":"Integer",
"documentation":"<p>Number of discovery connectors with status SHUTDOWN,</p>"
},
"unhealthyConnectors":{
"shape":"Integer",
"documentation":"<p>Number of unhealthy discovery connectors.</p>"
},
"totalConnectors":{
"shape":"Integer",
"documentation":"<p>Total number of discovery connectors.</p>"
},
"unknownConnectors":{
"shape":"Integer",
"documentation":"<p>Number of unknown discovery connectors.</p>"
}
},
"documentation":"<p>Inventory data for installed discovery connectors.</p>"
},
"DeleteApplicationsRequest":{
"type":"structure",
"required":["configurationIds"],
"members":{
"configurationIds":{
"shape":"ApplicationIdsList",
"documentation":"<p>Configuration ID of an application to be deleted.</p>"
}
}
},
"DeleteApplicationsResponse":{
"type":"structure",
"members":{
}
},
"DeleteTagsRequest":{
"type":"structure",
"required":["configurationIds"],
"members":{
"configurationIds":{
"shape":"ConfigurationIdList",
"documentation":"<p>A list of configuration items with tags that you want to delete.</p>"
},
"tags":{
"shape":"TagSet",
"documentation":"<p>Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a <i>key</i>-<i>value</i> format. For example:</p> <p> <code>{\"key\": \"serverType\", \"value\": \"webServer\"}</code> </p>"
}
}
},
"DeleteTagsResponse":{
"type":"structure",
"members":{
}
},
"DescribeAgentsRequest":{
"type":"structure",
"members":{
"agentIds":{
"shape":"AgentIds",
"documentation":"<p>The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.</p>"
},
"filters":{
"shape":"Filters",
"documentation":"<p>You can filter the request using various logical operators and a <i>key</i>-<i>value</i> format. For example: </p> <p> <code>{\"key\": \"collectionStatus\", \"value\": \"STARTED\"}</code> </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/managing-agent.html\">Managing AWS Application Discovery Service Agents and the AWS Application Discovery Connector </a>.</p>"
},
"maxResults":{
"shape":"Integer",
"documentation":"<p>The total number of agents/Connectors to return in a single page of output. The maximum value is 100.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>Token to retrieve the next set of results. For example, if you previously specified 100 IDs for <code>DescribeAgentsRequest$agentIds</code> but set <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.</p>"
}
}
},
"DescribeAgentsResponse":{
"type":"structure",
"members":{
"agentsInfo":{
"shape":"AgentsInfo",
"documentation":"<p>Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector resides, and the version number of each agent/Connector.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>Token to retrieve the next set of results. For example, if you specified 100 IDs for <code>DescribeAgentsRequest$agentIds</code> but set <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.</p>"
}
}
},
"DescribeConfigurationsAttribute":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"DescribeConfigurationsAttributes":{
"type":"list",
"member":{"shape":"DescribeConfigurationsAttribute"}
},
"DescribeConfigurationsRequest":{
"type":"structure",
"required":["configurationIds"],
"members":{
"configurationIds":{
"shape":"ConfigurationIdList",
"documentation":"<p>One or more configuration IDs.</p>"
}
}
},
"DescribeConfigurationsResponse":{
"type":"structure",
"members":{
"configurations":{
"shape":"DescribeConfigurationsAttributes",
"documentation":"<p>A key in the response map. The value is an array of data.</p>"
}
}
},
"DescribeExportConfigurationsRequest":{
"type":"structure",
"members":{
"exportIds":{
"shape":"ExportIds",
"documentation":"<p>A unique identifier that you can use to query the export status.</p>"
},
"maxResults":{
"shape":"Integer",
"documentation":"<p>The maximum number of results that you want to display as a part of the query.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>A token to get the next set of results. For example, if you specified 100 IDs for <code>DescribeExportConfigurationsRequest$exportIds</code> but set <code>DescribeExportConfigurationsRequest$maxResults</code> to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.</p>"
}
}
},
"DescribeExportConfigurationsResponse":{
"type":"structure",
"members":{
"exportsInfo":{
"shape":"ExportsInfo",
"documentation":"<p>Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>A token to get the next set of results. For example, if you specified 100 IDs for <code>DescribeExportConfigurationsRequest$exportIds</code> but set <code>DescribeExportConfigurationsRequest$maxResults</code> to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.</p>"
}
}
},
"DescribeTagsRequest":{
"type":"structure",
"members":{
"filters":{
"shape":"TagFilters",
"documentation":"<p>You can filter the list using a <i>key</i>-<i>value</i> format. You can separate these items by using logical operators. Allowed filters include <code>tagKey</code>, <code>tagValue</code>, and <code>configurationId</code>. </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/managing-agents.html\">Managing AWS Application Discovery Service Agents and the AWS Application Discovery Connector </a>.</p>"
},
"maxResults":{
"shape":"Integer",
"documentation":"<p>The total number of items to return in a single page of output. The maximum value is 100.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>A token to start the list. Use this token to get the next set of results.</p>"
}
}
},
"DescribeTagsResponse":{
"type":"structure",
"members":{
"tags":{
"shape":"ConfigurationTagSet",
"documentation":"<p>Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>The call returns a token. Use this token to get the next set of results.</p>"
}
}
},
"DisassociateConfigurationItemsFromApplicationRequest":{
"type":"structure",
"required":[
"applicationConfigurationId",
"configurationIds"
],
"members":{
"applicationConfigurationId":{
"shape":"ApplicationId",
"documentation":"<p>Configuration ID of an application from which each item will be disassociated.</p>"
},
"configurationIds":{
"shape":"ConfigurationIdList",
"documentation":"<p>Configuration ID of each item be be disassociated from an application.</p>"
}
}
},
"DisassociateConfigurationItemsFromApplicationResponse":{
"type":"structure",
"members":{
}
},
"ExportConfigurationsResponse":{
"type":"structure",
"members":{
"exportId":{
"shape":"ConfigurationsExportId",
"documentation":"<p>A unique identifier that you can use to query the export status.</p>"
}
}
},
"ExportIds":{
"type":"list",
"member":{"shape":"ConfigurationsExportId"}
},
"ExportInfo":{
"type":"structure",
"required":[
"exportId",
"exportStatus",
"statusMessage",
"exportRequestTime"
],
"members":{
"exportId":{
"shape":"ConfigurationsExportId",
"documentation":"<p>A unique identifier that you can use to query the export.</p>"
},
"exportStatus":{
"shape":"ExportStatus",
"documentation":"<p>The status of the configuration data export. The status can succeed, fail, or be in-progress.</p>"
},
"statusMessage":{
"shape":"ExportStatusMessage",
"documentation":"<p>Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.</p>"
},
"configurationsDownloadUrl":{
"shape":"ConfigurationsDownloadUrl",
"documentation":"<p>A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.</p>"
},
"exportRequestTime":{
"shape":"ExportRequestTime",
"documentation":"<p>The time the configuration data export was initiated.</p>"
}
},
"documentation":"<p>Information regarding the export status of the discovered data. The value is an array of objects.</p>"
},
"ExportRequestTime":{"type":"timestamp"},
"ExportStatus":{
"type":"string",
"enum":[
"FAILED",
"SUCCEEDED",
"IN_PROGRESS"
]
},
"ExportStatusMessage":{"type":"string"},
"ExportsInfo":{
"type":"list",
"member":{"shape":"ExportInfo"}
},
"Filter":{
"type":"structure",
"required":[
"name",
"values",
"condition"
],
"members":{
"name":{
"shape":"String",
"documentation":"<p>The name of the filter.</p>"
},
"values":{
"shape":"FilterValues",
"documentation":"<p>A string value that you want to filter on. For example, if you choose the <code>destinationServer.osVersion</code> filter name, you could specify <code>Ubuntu</code> for the value.</p>"
},
"condition":{
"shape":"Condition",
"documentation":"<p>A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by <i>AND</i>. If you specify multiple values for a particular filter, the system differentiates the values using <i>OR</i>. Calling either <i>DescribeConfigurations</i> or <i>ListConfigurations</i> returns attributes of matching configuration items.</p>"
}
},
"documentation":"<p>A filter that can use conditional operators.</p> <p>for a complete list of filters and guidance for using them with the Application Discovery Service, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html\">Querying Discovered Configuration Items</a>.</p>"
},
"FilterName":{"type":"string"},
"FilterValue":{"type":"string"},
"FilterValues":{
"type":"list",
"member":{
"shape":"FilterValue",
"locationName":"item"
}
},
"Filters":{
"type":"list",
"member":{"shape":"Filter"}
},
"GetDiscoverySummaryRequest":{
"type":"structure",
"members":{
}
},
"GetDiscoverySummaryResponse":{
"type":"structure",
"members":{
"servers":{
"shape":"Long",
"documentation":"<p>Number of servers discovered.</p>"
},
"applications":{
"shape":"Long",
"documentation":"<p>Number of applications discovered.</p>"
},
"serversMappedToApplications":{
"shape":"Long",
"documentation":"<p>Number of servers mapped to applications.</p>"
},
"serversMappedtoTags":{
"shape":"Long",
"documentation":"<p>Number of servers mapped to tags.</p>"
},
"agentSummary":{
"shape":"CustomerAgentInfo",
"documentation":"<p>Details about discovered agents, including agent status and health.</p>"
},
"connectorSummary":{
"shape":"CustomerConnectorInfo",
"documentation":"<p>Details about discovered connectors, including connector status and health.</p>"
}
}
},
"Integer":{"type":"integer"},
"InvalidParameterException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>One or more parameters are not valid. Verify the parameters and try again.</p>",
"exception":true
},
"InvalidParameterValueException":{
"type":"structure",
"members":{
"message":{"shape":"Message"}
},
"documentation":"<p>The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.</p>",
"exception":true
},
"ListConfigurationsRequest":{
"type":"structure",
"required":["configurationType"],
"members":{
"configurationType":{
"shape":"ConfigurationItemType",
"documentation":"<p>A valid configuration identified by the Discovery Service. </p>"
},
"filters":{
"shape":"Filters",
"documentation":"<p>You can filter the request using various logical operators and a <i>key</i>-<i>value</i> format. For example: </p> <p> <code>{\"key\": \"serverType\", \"value\": \"webServer\"}</code> </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html#ListConfigurations\">Querying Discovered Configuration Items</a>. </p>"
},
"maxResults":{
"shape":"Integer",
"documentation":"<p>The total number of items to return. The maximum value is 100.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.</p>"
},
"orderBy":{
"shape":"OrderByList",
"documentation":"<p>Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html#ListConfigurations\">Querying Discovered Configuration Items</a>.</p>"
}
}
},
"ListConfigurationsResponse":{
"type":"structure",
"members":{
"configurations":{
"shape":"Configurations",
"documentation":"<p>Returns configuration details, including the configuration ID, attribute names, and attribute values.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.</p>"
}
}
},
"ListServerNeighborsRequest":{
"type":"structure",
"required":["configurationId"],
"members":{
"configurationId":{
"shape":"ConfigurationId",
"documentation":"<p>Configuration ID of the server for which neighbors are being listed.</p>"
},
"portInformationNeeded":{