aws-sdk-applicationdiscoveryservice 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-applicationdiscoveryservice/client.rb +833 -465
- data/lib/aws-sdk-applicationdiscoveryservice/client_api.rb +563 -362
- data/lib/aws-sdk-applicationdiscoveryservice/errors.rb +4 -13
- data/lib/aws-sdk-applicationdiscoveryservice/resource.rb +12 -14
- data/lib/aws-sdk-applicationdiscoveryservice/types.rb +1104 -658
- data/lib/aws-sdk-applicationdiscoveryservice.rb +1 -1
- metadata +2 -2
@@ -1,377 +1,578 @@
|
|
1
1
|
# WARNING ABOUT GENERATED CODE
|
2
2
|
#
|
3
|
-
# This file is generated. See the contributing for
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
4
|
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
5
|
#
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
|
-
module Aws
|
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
|
-
|
8
|
+
module Aws::ApplicationDiscoveryService
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AgentConfigurationStatus = Shapes::StructureShape.new(name: 'AgentConfigurationStatus')
|
15
|
+
AgentConfigurationStatusList = Shapes::ListShape.new(name: 'AgentConfigurationStatusList')
|
16
|
+
AgentId = Shapes::StringShape.new(name: 'AgentId')
|
17
|
+
AgentIds = Shapes::ListShape.new(name: 'AgentIds')
|
18
|
+
AgentInfo = Shapes::StructureShape.new(name: 'AgentInfo')
|
19
|
+
AgentNetworkInfo = Shapes::StructureShape.new(name: 'AgentNetworkInfo')
|
20
|
+
AgentNetworkInfoList = Shapes::ListShape.new(name: 'AgentNetworkInfoList')
|
21
|
+
AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
|
22
|
+
AgentsInfo = Shapes::ListShape.new(name: 'AgentsInfo')
|
23
|
+
ApplicationId = Shapes::StringShape.new(name: 'ApplicationId')
|
24
|
+
ApplicationIdsList = Shapes::ListShape.new(name: 'ApplicationIdsList')
|
25
|
+
AssociateConfigurationItemsToApplicationRequest = Shapes::StructureShape.new(name: 'AssociateConfigurationItemsToApplicationRequest')
|
26
|
+
AssociateConfigurationItemsToApplicationResponse = Shapes::StructureShape.new(name: 'AssociateConfigurationItemsToApplicationResponse')
|
27
|
+
AuthorizationErrorException = Shapes::StructureShape.new(name: 'AuthorizationErrorException')
|
28
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
29
|
+
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
30
|
+
Condition = Shapes::StringShape.new(name: 'Condition')
|
31
|
+
Configuration = Shapes::MapShape.new(name: 'Configuration')
|
32
|
+
ConfigurationId = Shapes::StringShape.new(name: 'ConfigurationId')
|
33
|
+
ConfigurationIdList = Shapes::ListShape.new(name: 'ConfigurationIdList')
|
34
|
+
ConfigurationItemType = Shapes::StringShape.new(name: 'ConfigurationItemType')
|
35
|
+
ConfigurationTag = Shapes::StructureShape.new(name: 'ConfigurationTag')
|
36
|
+
ConfigurationTagSet = Shapes::ListShape.new(name: 'ConfigurationTagSet')
|
37
|
+
Configurations = Shapes::ListShape.new(name: 'Configurations')
|
38
|
+
ConfigurationsDownloadUrl = Shapes::StringShape.new(name: 'ConfigurationsDownloadUrl')
|
39
|
+
ConfigurationsExportId = Shapes::StringShape.new(name: 'ConfigurationsExportId')
|
40
|
+
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
41
|
+
CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
|
42
|
+
CreateTagsRequest = Shapes::StructureShape.new(name: 'CreateTagsRequest')
|
43
|
+
CreateTagsResponse = Shapes::StructureShape.new(name: 'CreateTagsResponse')
|
44
|
+
CustomerAgentInfo = Shapes::StructureShape.new(name: 'CustomerAgentInfo')
|
45
|
+
CustomerConnectorInfo = Shapes::StructureShape.new(name: 'CustomerConnectorInfo')
|
46
|
+
DeleteApplicationsRequest = Shapes::StructureShape.new(name: 'DeleteApplicationsRequest')
|
47
|
+
DeleteApplicationsResponse = Shapes::StructureShape.new(name: 'DeleteApplicationsResponse')
|
48
|
+
DeleteTagsRequest = Shapes::StructureShape.new(name: 'DeleteTagsRequest')
|
49
|
+
DeleteTagsResponse = Shapes::StructureShape.new(name: 'DeleteTagsResponse')
|
50
|
+
DescribeAgentsRequest = Shapes::StructureShape.new(name: 'DescribeAgentsRequest')
|
51
|
+
DescribeAgentsResponse = Shapes::StructureShape.new(name: 'DescribeAgentsResponse')
|
52
|
+
DescribeConfigurationsAttribute = Shapes::MapShape.new(name: 'DescribeConfigurationsAttribute')
|
53
|
+
DescribeConfigurationsAttributes = Shapes::ListShape.new(name: 'DescribeConfigurationsAttributes')
|
54
|
+
DescribeConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationsRequest')
|
55
|
+
DescribeConfigurationsResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationsResponse')
|
56
|
+
DescribeExportConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeExportConfigurationsRequest')
|
57
|
+
DescribeExportConfigurationsResponse = Shapes::StructureShape.new(name: 'DescribeExportConfigurationsResponse')
|
58
|
+
DescribeTagsRequest = Shapes::StructureShape.new(name: 'DescribeTagsRequest')
|
59
|
+
DescribeTagsResponse = Shapes::StructureShape.new(name: 'DescribeTagsResponse')
|
60
|
+
DisassociateConfigurationItemsFromApplicationRequest = Shapes::StructureShape.new(name: 'DisassociateConfigurationItemsFromApplicationRequest')
|
61
|
+
DisassociateConfigurationItemsFromApplicationResponse = Shapes::StructureShape.new(name: 'DisassociateConfigurationItemsFromApplicationResponse')
|
62
|
+
ExportConfigurationsResponse = Shapes::StructureShape.new(name: 'ExportConfigurationsResponse')
|
63
|
+
ExportIds = Shapes::ListShape.new(name: 'ExportIds')
|
64
|
+
ExportInfo = Shapes::StructureShape.new(name: 'ExportInfo')
|
65
|
+
ExportRequestTime = Shapes::TimestampShape.new(name: 'ExportRequestTime')
|
66
|
+
ExportStatus = Shapes::StringShape.new(name: 'ExportStatus')
|
67
|
+
ExportStatusMessage = Shapes::StringShape.new(name: 'ExportStatusMessage')
|
68
|
+
ExportsInfo = Shapes::ListShape.new(name: 'ExportsInfo')
|
69
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
70
|
+
FilterName = Shapes::StringShape.new(name: 'FilterName')
|
71
|
+
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
72
|
+
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
73
|
+
Filters = Shapes::ListShape.new(name: 'Filters')
|
74
|
+
GetDiscoverySummaryRequest = Shapes::StructureShape.new(name: 'GetDiscoverySummaryRequest')
|
75
|
+
GetDiscoverySummaryResponse = Shapes::StructureShape.new(name: 'GetDiscoverySummaryResponse')
|
76
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
77
|
+
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
78
|
+
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
79
|
+
ListConfigurationsRequest = Shapes::StructureShape.new(name: 'ListConfigurationsRequest')
|
80
|
+
ListConfigurationsResponse = Shapes::StructureShape.new(name: 'ListConfigurationsResponse')
|
81
|
+
ListServerNeighborsRequest = Shapes::StructureShape.new(name: 'ListServerNeighborsRequest')
|
82
|
+
ListServerNeighborsResponse = Shapes::StructureShape.new(name: 'ListServerNeighborsResponse')
|
83
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
84
|
+
Message = Shapes::StringShape.new(name: 'Message')
|
85
|
+
NeighborConnectionDetail = Shapes::StructureShape.new(name: 'NeighborConnectionDetail')
|
86
|
+
NeighborDetailsList = Shapes::ListShape.new(name: 'NeighborDetailsList')
|
87
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
88
|
+
OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
|
89
|
+
OrderByElement = Shapes::StructureShape.new(name: 'OrderByElement')
|
90
|
+
OrderByList = Shapes::ListShape.new(name: 'OrderByList')
|
91
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
92
|
+
ServerInternalErrorException = Shapes::StructureShape.new(name: 'ServerInternalErrorException')
|
93
|
+
StartDataCollectionByAgentIdsRequest = Shapes::StructureShape.new(name: 'StartDataCollectionByAgentIdsRequest')
|
94
|
+
StartDataCollectionByAgentIdsResponse = Shapes::StructureShape.new(name: 'StartDataCollectionByAgentIdsResponse')
|
95
|
+
StopDataCollectionByAgentIdsRequest = Shapes::StructureShape.new(name: 'StopDataCollectionByAgentIdsRequest')
|
96
|
+
StopDataCollectionByAgentIdsResponse = Shapes::StructureShape.new(name: 'StopDataCollectionByAgentIdsResponse')
|
97
|
+
String = Shapes::StringShape.new(name: 'String')
|
98
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
99
|
+
TagFilter = Shapes::StructureShape.new(name: 'TagFilter')
|
100
|
+
TagFilters = Shapes::ListShape.new(name: 'TagFilters')
|
101
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
102
|
+
TagSet = Shapes::ListShape.new(name: 'TagSet')
|
103
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
104
|
+
TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
|
105
|
+
UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
|
106
|
+
UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
|
107
|
+
orderString = Shapes::StringShape.new(name: 'orderString')
|
108
|
+
|
109
|
+
AgentConfigurationStatus.add_member(:agent_id, Shapes::ShapeRef.new(shape: String, location_name: "agentId"))
|
110
|
+
AgentConfigurationStatus.add_member(:operation_succeeded, Shapes::ShapeRef.new(shape: Boolean, location_name: "operationSucceeded"))
|
111
|
+
AgentConfigurationStatus.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
112
|
+
AgentConfigurationStatus.struct_class = Types::AgentConfigurationStatus
|
113
|
+
|
114
|
+
AgentConfigurationStatusList.member = Shapes::ShapeRef.new(shape: AgentConfigurationStatus)
|
115
|
+
|
116
|
+
AgentIds.member = Shapes::ShapeRef.new(shape: AgentId)
|
117
|
+
|
118
|
+
AgentInfo.add_member(:agent_id, Shapes::ShapeRef.new(shape: AgentId, location_name: "agentId"))
|
119
|
+
AgentInfo.add_member(:host_name, Shapes::ShapeRef.new(shape: String, location_name: "hostName"))
|
120
|
+
AgentInfo.add_member(:agent_network_info_list, Shapes::ShapeRef.new(shape: AgentNetworkInfoList, location_name: "agentNetworkInfoList"))
|
121
|
+
AgentInfo.add_member(:connector_id, Shapes::ShapeRef.new(shape: String, location_name: "connectorId"))
|
122
|
+
AgentInfo.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
123
|
+
AgentInfo.add_member(:health, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "health"))
|
124
|
+
AgentInfo.add_member(:last_health_ping_time, Shapes::ShapeRef.new(shape: String, location_name: "lastHealthPingTime"))
|
125
|
+
AgentInfo.add_member(:collection_status, Shapes::ShapeRef.new(shape: String, location_name: "collectionStatus"))
|
126
|
+
AgentInfo.add_member(:agent_type, Shapes::ShapeRef.new(shape: String, location_name: "agentType"))
|
127
|
+
AgentInfo.add_member(:registered_time, Shapes::ShapeRef.new(shape: String, location_name: "registeredTime"))
|
128
|
+
AgentInfo.struct_class = Types::AgentInfo
|
129
|
+
|
130
|
+
AgentNetworkInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, location_name: "ipAddress"))
|
131
|
+
AgentNetworkInfo.add_member(:mac_address, Shapes::ShapeRef.new(shape: String, location_name: "macAddress"))
|
132
|
+
AgentNetworkInfo.struct_class = Types::AgentNetworkInfo
|
133
|
+
|
134
|
+
AgentNetworkInfoList.member = Shapes::ShapeRef.new(shape: AgentNetworkInfo)
|
135
|
+
|
136
|
+
AgentsInfo.member = Shapes::ShapeRef.new(shape: AgentInfo)
|
137
|
+
|
138
|
+
ApplicationIdsList.member = Shapes::ShapeRef.new(shape: ApplicationId)
|
139
|
+
|
140
|
+
AssociateConfigurationItemsToApplicationRequest.add_member(:application_configuration_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationConfigurationId"))
|
141
|
+
AssociateConfigurationItemsToApplicationRequest.add_member(:configuration_ids, Shapes::ShapeRef.new(shape: ConfigurationIdList, required: true, location_name: "configurationIds"))
|
142
|
+
AssociateConfigurationItemsToApplicationRequest.struct_class = Types::AssociateConfigurationItemsToApplicationRequest
|
143
|
+
|
144
|
+
AssociateConfigurationItemsToApplicationResponse.struct_class = Types::AssociateConfigurationItemsToApplicationResponse
|
145
|
+
|
146
|
+
Configuration.key = Shapes::ShapeRef.new(shape: String)
|
147
|
+
Configuration.value = Shapes::ShapeRef.new(shape: String)
|
148
|
+
|
149
|
+
ConfigurationIdList.member = Shapes::ShapeRef.new(shape: ConfigurationId)
|
150
|
+
|
151
|
+
ConfigurationTag.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationItemType, location_name: "configurationType"))
|
152
|
+
ConfigurationTag.add_member(:configuration_id, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configurationId"))
|
153
|
+
ConfigurationTag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
154
|
+
ConfigurationTag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
155
|
+
ConfigurationTag.add_member(:time_of_creation, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "timeOfCreation"))
|
156
|
+
ConfigurationTag.struct_class = Types::ConfigurationTag
|
157
|
+
|
158
|
+
ConfigurationTagSet.member = Shapes::ShapeRef.new(shape: ConfigurationTag, location_name: "item")
|
159
|
+
|
160
|
+
Configurations.member = Shapes::ShapeRef.new(shape: Configuration)
|
161
|
+
|
162
|
+
CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
163
|
+
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
164
|
+
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
165
|
+
|
166
|
+
CreateApplicationResponse.add_member(:configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "configurationId"))
|
167
|
+
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
168
|
+
|
169
|
+
CreateTagsRequest.add_member(:configuration_ids, Shapes::ShapeRef.new(shape: ConfigurationIdList, required: true, location_name: "configurationIds"))
|
170
|
+
CreateTagsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagSet, required: true, location_name: "tags"))
|
171
|
+
CreateTagsRequest.struct_class = Types::CreateTagsRequest
|
172
|
+
|
173
|
+
CreateTagsResponse.struct_class = Types::CreateTagsResponse
|
174
|
+
|
175
|
+
CustomerAgentInfo.add_member(:active_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "activeAgents"))
|
176
|
+
CustomerAgentInfo.add_member(:healthy_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "healthyAgents"))
|
177
|
+
CustomerAgentInfo.add_member(:black_listed_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "blackListedAgents"))
|
178
|
+
CustomerAgentInfo.add_member(:shutdown_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "shutdownAgents"))
|
179
|
+
CustomerAgentInfo.add_member(:unhealthy_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "unhealthyAgents"))
|
180
|
+
CustomerAgentInfo.add_member(:total_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "totalAgents"))
|
181
|
+
CustomerAgentInfo.add_member(:unknown_agents, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "unknownAgents"))
|
182
|
+
CustomerAgentInfo.struct_class = Types::CustomerAgentInfo
|
183
|
+
|
184
|
+
CustomerConnectorInfo.add_member(:active_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "activeConnectors"))
|
185
|
+
CustomerConnectorInfo.add_member(:healthy_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "healthyConnectors"))
|
186
|
+
CustomerConnectorInfo.add_member(:black_listed_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "blackListedConnectors"))
|
187
|
+
CustomerConnectorInfo.add_member(:shutdown_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "shutdownConnectors"))
|
188
|
+
CustomerConnectorInfo.add_member(:unhealthy_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "unhealthyConnectors"))
|
189
|
+
CustomerConnectorInfo.add_member(:total_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "totalConnectors"))
|
190
|
+
CustomerConnectorInfo.add_member(:unknown_connectors, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "unknownConnectors"))
|
191
|
+
CustomerConnectorInfo.struct_class = Types::CustomerConnectorInfo
|
192
|
+
|
193
|
+
DeleteApplicationsRequest.add_member(:configuration_ids, Shapes::ShapeRef.new(shape: ApplicationIdsList, required: true, location_name: "configurationIds"))
|
194
|
+
DeleteApplicationsRequest.struct_class = Types::DeleteApplicationsRequest
|
195
|
+
|
196
|
+
DeleteApplicationsResponse.struct_class = Types::DeleteApplicationsResponse
|
197
|
+
|
198
|
+
DeleteTagsRequest.add_member(:configuration_ids, Shapes::ShapeRef.new(shape: ConfigurationIdList, required: true, location_name: "configurationIds"))
|
199
|
+
DeleteTagsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagSet, location_name: "tags"))
|
200
|
+
DeleteTagsRequest.struct_class = Types::DeleteTagsRequest
|
201
|
+
|
202
|
+
DeleteTagsResponse.struct_class = Types::DeleteTagsResponse
|
203
|
+
|
204
|
+
DescribeAgentsRequest.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentIds, location_name: "agentIds"))
|
205
|
+
DescribeAgentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
|
206
|
+
DescribeAgentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
207
|
+
DescribeAgentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
208
|
+
DescribeAgentsRequest.struct_class = Types::DescribeAgentsRequest
|
209
|
+
|
210
|
+
DescribeAgentsResponse.add_member(:agents_info, Shapes::ShapeRef.new(shape: AgentsInfo, location_name: "agentsInfo"))
|
211
|
+
DescribeAgentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
212
|
+
DescribeAgentsResponse.struct_class = Types::DescribeAgentsResponse
|
213
|
+
|
214
|
+
DescribeConfigurationsAttribute.key = Shapes::ShapeRef.new(shape: String)
|
215
|
+
DescribeConfigurationsAttribute.value = Shapes::ShapeRef.new(shape: String)
|
216
|
+
|
217
|
+
DescribeConfigurationsAttributes.member = Shapes::ShapeRef.new(shape: DescribeConfigurationsAttribute)
|
218
|
+
|
219
|
+
DescribeConfigurationsRequest.add_member(:configuration_ids, Shapes::ShapeRef.new(shape: ConfigurationIdList, required: true, location_name: "configurationIds"))
|
220
|
+
DescribeConfigurationsRequest.struct_class = Types::DescribeConfigurationsRequest
|
221
|
+
|
222
|
+
DescribeConfigurationsResponse.add_member(:configurations, Shapes::ShapeRef.new(shape: DescribeConfigurationsAttributes, location_name: "configurations"))
|
223
|
+
DescribeConfigurationsResponse.struct_class = Types::DescribeConfigurationsResponse
|
224
|
+
|
225
|
+
DescribeExportConfigurationsRequest.add_member(:export_ids, Shapes::ShapeRef.new(shape: ExportIds, location_name: "exportIds"))
|
226
|
+
DescribeExportConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
227
|
+
DescribeExportConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
228
|
+
DescribeExportConfigurationsRequest.struct_class = Types::DescribeExportConfigurationsRequest
|
229
|
+
|
230
|
+
DescribeExportConfigurationsResponse.add_member(:exports_info, Shapes::ShapeRef.new(shape: ExportsInfo, location_name: "exportsInfo"))
|
231
|
+
DescribeExportConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
232
|
+
DescribeExportConfigurationsResponse.struct_class = Types::DescribeExportConfigurationsResponse
|
233
|
+
|
234
|
+
DescribeTagsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TagFilters, location_name: "filters"))
|
235
|
+
DescribeTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
236
|
+
DescribeTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
237
|
+
DescribeTagsRequest.struct_class = Types::DescribeTagsRequest
|
238
|
+
|
239
|
+
DescribeTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: ConfigurationTagSet, location_name: "tags"))
|
240
|
+
DescribeTagsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
241
|
+
DescribeTagsResponse.struct_class = Types::DescribeTagsResponse
|
242
|
+
|
243
|
+
DisassociateConfigurationItemsFromApplicationRequest.add_member(:application_configuration_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationConfigurationId"))
|
244
|
+
DisassociateConfigurationItemsFromApplicationRequest.add_member(:configuration_ids, Shapes::ShapeRef.new(shape: ConfigurationIdList, required: true, location_name: "configurationIds"))
|
245
|
+
DisassociateConfigurationItemsFromApplicationRequest.struct_class = Types::DisassociateConfigurationItemsFromApplicationRequest
|
246
|
+
|
247
|
+
DisassociateConfigurationItemsFromApplicationResponse.struct_class = Types::DisassociateConfigurationItemsFromApplicationResponse
|
248
|
+
|
249
|
+
ExportConfigurationsResponse.add_member(:export_id, Shapes::ShapeRef.new(shape: ConfigurationsExportId, location_name: "exportId"))
|
250
|
+
ExportConfigurationsResponse.struct_class = Types::ExportConfigurationsResponse
|
251
|
+
|
252
|
+
ExportIds.member = Shapes::ShapeRef.new(shape: ConfigurationsExportId)
|
253
|
+
|
254
|
+
ExportInfo.add_member(:export_id, Shapes::ShapeRef.new(shape: ConfigurationsExportId, required: true, location_name: "exportId"))
|
255
|
+
ExportInfo.add_member(:export_status, Shapes::ShapeRef.new(shape: ExportStatus, required: true, location_name: "exportStatus"))
|
256
|
+
ExportInfo.add_member(:status_message, Shapes::ShapeRef.new(shape: ExportStatusMessage, required: true, location_name: "statusMessage"))
|
257
|
+
ExportInfo.add_member(:configurations_download_url, Shapes::ShapeRef.new(shape: ConfigurationsDownloadUrl, location_name: "configurationsDownloadUrl"))
|
258
|
+
ExportInfo.add_member(:export_request_time, Shapes::ShapeRef.new(shape: ExportRequestTime, required: true, location_name: "exportRequestTime"))
|
259
|
+
ExportInfo.struct_class = Types::ExportInfo
|
260
|
+
|
261
|
+
ExportsInfo.member = Shapes::ShapeRef.new(shape: ExportInfo)
|
262
|
+
|
263
|
+
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
264
|
+
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
265
|
+
Filter.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, required: true, location_name: "condition"))
|
266
|
+
Filter.struct_class = Types::Filter
|
267
|
+
|
268
|
+
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue, location_name: "item")
|
175
269
|
|
176
|
-
|
177
|
-
ExportConfigurationsResponse.struct_class = Types::ExportConfigurationsResponse
|
270
|
+
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
178
271
|
|
179
|
-
|
272
|
+
GetDiscoverySummaryRequest.struct_class = Types::GetDiscoverySummaryRequest
|
180
273
|
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
274
|
+
GetDiscoverySummaryResponse.add_member(:servers, Shapes::ShapeRef.new(shape: Long, location_name: "servers"))
|
275
|
+
GetDiscoverySummaryResponse.add_member(:applications, Shapes::ShapeRef.new(shape: Long, location_name: "applications"))
|
276
|
+
GetDiscoverySummaryResponse.add_member(:servers_mapped_to_applications, Shapes::ShapeRef.new(shape: Long, location_name: "serversMappedToApplications"))
|
277
|
+
GetDiscoverySummaryResponse.add_member(:servers_mappedto_tags, Shapes::ShapeRef.new(shape: Long, location_name: "serversMappedtoTags"))
|
278
|
+
GetDiscoverySummaryResponse.add_member(:agent_summary, Shapes::ShapeRef.new(shape: CustomerAgentInfo, location_name: "agentSummary"))
|
279
|
+
GetDiscoverySummaryResponse.add_member(:connector_summary, Shapes::ShapeRef.new(shape: CustomerConnectorInfo, location_name: "connectorSummary"))
|
280
|
+
GetDiscoverySummaryResponse.struct_class = Types::GetDiscoverySummaryResponse
|
187
281
|
|
188
|
-
|
282
|
+
ListConfigurationsRequest.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationItemType, required: true, location_name: "configurationType"))
|
283
|
+
ListConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
|
284
|
+
ListConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
285
|
+
ListConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
286
|
+
ListConfigurationsRequest.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderByList, location_name: "orderBy"))
|
287
|
+
ListConfigurationsRequest.struct_class = Types::ListConfigurationsRequest
|
189
288
|
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
Filter.struct_class = Types::Filter
|
194
|
-
|
195
|
-
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue, location_name: "item")
|
196
|
-
|
197
|
-
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
198
|
-
|
199
|
-
ListConfigurationsRequest.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationItemType, required: true, location_name: "configurationType"))
|
200
|
-
ListConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
|
201
|
-
ListConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
202
|
-
ListConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
203
|
-
ListConfigurationsRequest.struct_class = Types::ListConfigurationsRequest
|
204
|
-
|
205
|
-
ListConfigurationsResponse.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
206
|
-
ListConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
207
|
-
ListConfigurationsResponse.struct_class = Types::ListConfigurationsResponse
|
208
|
-
|
209
|
-
StartDataCollectionByAgentIdsRequest.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentIds, required: true, location_name: "agentIds"))
|
210
|
-
StartDataCollectionByAgentIdsRequest.struct_class = Types::StartDataCollectionByAgentIdsRequest
|
211
|
-
|
212
|
-
StartDataCollectionByAgentIdsResponse.add_member(:agents_configuration_status, Shapes::ShapeRef.new(shape: AgentConfigurationStatusList, location_name: "agentsConfigurationStatus"))
|
213
|
-
StartDataCollectionByAgentIdsResponse.struct_class = Types::StartDataCollectionByAgentIdsResponse
|
214
|
-
|
215
|
-
StopDataCollectionByAgentIdsRequest.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentIds, required: true, location_name: "agentIds"))
|
216
|
-
StopDataCollectionByAgentIdsRequest.struct_class = Types::StopDataCollectionByAgentIdsRequest
|
217
|
-
|
218
|
-
StopDataCollectionByAgentIdsResponse.add_member(:agents_configuration_status, Shapes::ShapeRef.new(shape: AgentConfigurationStatusList, location_name: "agentsConfigurationStatus"))
|
219
|
-
StopDataCollectionByAgentIdsResponse.struct_class = Types::StopDataCollectionByAgentIdsResponse
|
220
|
-
|
221
|
-
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
222
|
-
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
223
|
-
Tag.struct_class = Types::Tag
|
224
|
-
|
225
|
-
TagFilter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
226
|
-
TagFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
227
|
-
TagFilter.struct_class = Types::TagFilter
|
228
|
-
|
229
|
-
TagFilters.member = Shapes::ShapeRef.new(shape: TagFilter)
|
230
|
-
|
231
|
-
TagSet.member = Shapes::ShapeRef.new(shape: Tag, location_name: "item")
|
232
|
-
|
233
|
-
|
234
|
-
# @api private
|
235
|
-
API = Seahorse::Model::Api.new.tap do |api|
|
236
|
-
|
237
|
-
api.version = "2015-11-01"
|
238
|
-
|
239
|
-
api.metadata = {
|
240
|
-
"endpointPrefix" => "discovery",
|
241
|
-
"jsonVersion" => "1.1",
|
242
|
-
"protocol" => "json",
|
243
|
-
"serviceFullName" => "AWS Application Discovery Service",
|
244
|
-
"signatureVersion" => "v4",
|
245
|
-
"targetPrefix" => "AWSPoseidonService_V2015_11_01",
|
246
|
-
}
|
247
|
-
|
248
|
-
api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
|
249
|
-
o.name = "CreateTags"
|
250
|
-
o.http_method = "POST"
|
251
|
-
o.http_request_uri = "/"
|
252
|
-
o.input = Shapes::ShapeRef.new(shape: CreateTagsRequest)
|
253
|
-
o.output = Shapes::ShapeRef.new(shape: CreateTagsResponse)
|
254
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
255
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
256
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
257
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
258
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
259
|
-
end)
|
260
|
-
|
261
|
-
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
262
|
-
o.name = "DeleteTags"
|
263
|
-
o.http_method = "POST"
|
264
|
-
o.http_request_uri = "/"
|
265
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteTagsRequest)
|
266
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteTagsResponse)
|
267
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
268
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
269
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
270
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
271
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
272
|
-
end)
|
273
|
-
|
274
|
-
api.add_operation(:describe_agents, Seahorse::Model::Operation.new.tap do |o|
|
275
|
-
o.name = "DescribeAgents"
|
276
|
-
o.http_method = "POST"
|
277
|
-
o.http_request_uri = "/"
|
278
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeAgentsRequest)
|
279
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeAgentsResponse)
|
280
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
281
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
282
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
283
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
284
|
-
end)
|
285
|
-
|
286
|
-
api.add_operation(:describe_configurations, Seahorse::Model::Operation.new.tap do |o|
|
287
|
-
o.name = "DescribeConfigurations"
|
288
|
-
o.http_method = "POST"
|
289
|
-
o.http_request_uri = "/"
|
290
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationsRequest)
|
291
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationsResponse)
|
292
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
293
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
294
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
295
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
296
|
-
end)
|
297
|
-
|
298
|
-
api.add_operation(:describe_export_configurations, Seahorse::Model::Operation.new.tap do |o|
|
299
|
-
o.name = "DescribeExportConfigurations"
|
300
|
-
o.http_method = "POST"
|
301
|
-
o.http_request_uri = "/"
|
302
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeExportConfigurationsRequest)
|
303
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeExportConfigurationsResponse)
|
304
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
305
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
306
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
307
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
308
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
309
|
-
end)
|
310
|
-
|
311
|
-
api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
|
312
|
-
o.name = "DescribeTags"
|
313
|
-
o.http_method = "POST"
|
314
|
-
o.http_request_uri = "/"
|
315
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeTagsRequest)
|
316
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeTagsResponse)
|
317
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
318
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
319
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
320
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
321
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
322
|
-
end)
|
323
|
-
|
324
|
-
api.add_operation(:export_configurations, Seahorse::Model::Operation.new.tap do |o|
|
325
|
-
o.name = "ExportConfigurations"
|
326
|
-
o.http_method = "POST"
|
327
|
-
o.http_request_uri = "/"
|
328
|
-
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
329
|
-
o.output = Shapes::ShapeRef.new(shape: ExportConfigurationsResponse)
|
330
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
331
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
332
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
333
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
334
|
-
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
335
|
-
end)
|
336
|
-
|
337
|
-
api.add_operation(:list_configurations, Seahorse::Model::Operation.new.tap do |o|
|
338
|
-
o.name = "ListConfigurations"
|
339
|
-
o.http_method = "POST"
|
340
|
-
o.http_request_uri = "/"
|
341
|
-
o.input = Shapes::ShapeRef.new(shape: ListConfigurationsRequest)
|
342
|
-
o.output = Shapes::ShapeRef.new(shape: ListConfigurationsResponse)
|
343
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
344
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
345
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
346
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
347
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
348
|
-
end)
|
349
|
-
|
350
|
-
api.add_operation(:start_data_collection_by_agent_ids, Seahorse::Model::Operation.new.tap do |o|
|
351
|
-
o.name = "StartDataCollectionByAgentIds"
|
352
|
-
o.http_method = "POST"
|
353
|
-
o.http_request_uri = "/"
|
354
|
-
o.input = Shapes::ShapeRef.new(shape: StartDataCollectionByAgentIdsRequest)
|
355
|
-
o.output = Shapes::ShapeRef.new(shape: StartDataCollectionByAgentIdsResponse)
|
356
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
357
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
358
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
359
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
360
|
-
end)
|
361
|
-
|
362
|
-
api.add_operation(:stop_data_collection_by_agent_ids, Seahorse::Model::Operation.new.tap do |o|
|
363
|
-
o.name = "StopDataCollectionByAgentIds"
|
364
|
-
o.http_method = "POST"
|
365
|
-
o.http_request_uri = "/"
|
366
|
-
o.input = Shapes::ShapeRef.new(shape: StopDataCollectionByAgentIdsRequest)
|
367
|
-
o.output = Shapes::ShapeRef.new(shape: StopDataCollectionByAgentIdsResponse)
|
368
|
-
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
369
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
370
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
371
|
-
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
372
|
-
end)
|
373
|
-
end
|
289
|
+
ListConfigurationsResponse.add_member(:configurations, Shapes::ShapeRef.new(shape: Configurations, location_name: "configurations"))
|
290
|
+
ListConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
291
|
+
ListConfigurationsResponse.struct_class = Types::ListConfigurationsResponse
|
374
292
|
|
293
|
+
ListServerNeighborsRequest.add_member(:configuration_id, Shapes::ShapeRef.new(shape: ConfigurationId, required: true, location_name: "configurationId"))
|
294
|
+
ListServerNeighborsRequest.add_member(:port_information_needed, Shapes::ShapeRef.new(shape: Boolean, location_name: "portInformationNeeded"))
|
295
|
+
ListServerNeighborsRequest.add_member(:neighbor_configuration_ids, Shapes::ShapeRef.new(shape: ConfigurationIdList, location_name: "neighborConfigurationIds"))
|
296
|
+
ListServerNeighborsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
297
|
+
ListServerNeighborsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
298
|
+
ListServerNeighborsRequest.struct_class = Types::ListServerNeighborsRequest
|
299
|
+
|
300
|
+
ListServerNeighborsResponse.add_member(:neighbors, Shapes::ShapeRef.new(shape: NeighborDetailsList, required: true, location_name: "neighbors"))
|
301
|
+
ListServerNeighborsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
302
|
+
ListServerNeighborsResponse.add_member(:known_dependency_count, Shapes::ShapeRef.new(shape: Long, location_name: "knownDependencyCount"))
|
303
|
+
ListServerNeighborsResponse.struct_class = Types::ListServerNeighborsResponse
|
304
|
+
|
305
|
+
NeighborConnectionDetail.add_member(:source_server_id, Shapes::ShapeRef.new(shape: ConfigurationId, required: true, location_name: "sourceServerId"))
|
306
|
+
NeighborConnectionDetail.add_member(:destination_server_id, Shapes::ShapeRef.new(shape: ConfigurationId, required: true, location_name: "destinationServerId"))
|
307
|
+
NeighborConnectionDetail.add_member(:destination_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "destinationPort"))
|
308
|
+
NeighborConnectionDetail.add_member(:transport_protocol, Shapes::ShapeRef.new(shape: String, location_name: "transportProtocol"))
|
309
|
+
NeighborConnectionDetail.add_member(:connections_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "connectionsCount"))
|
310
|
+
NeighborConnectionDetail.struct_class = Types::NeighborConnectionDetail
|
311
|
+
|
312
|
+
NeighborDetailsList.member = Shapes::ShapeRef.new(shape: NeighborConnectionDetail)
|
313
|
+
|
314
|
+
OrderByElement.add_member(:field_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fieldName"))
|
315
|
+
OrderByElement.add_member(:sort_order, Shapes::ShapeRef.new(shape: orderString, location_name: "sortOrder"))
|
316
|
+
OrderByElement.struct_class = Types::OrderByElement
|
317
|
+
|
318
|
+
OrderByList.member = Shapes::ShapeRef.new(shape: OrderByElement)
|
319
|
+
|
320
|
+
StartDataCollectionByAgentIdsRequest.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentIds, required: true, location_name: "agentIds"))
|
321
|
+
StartDataCollectionByAgentIdsRequest.struct_class = Types::StartDataCollectionByAgentIdsRequest
|
322
|
+
|
323
|
+
StartDataCollectionByAgentIdsResponse.add_member(:agents_configuration_status, Shapes::ShapeRef.new(shape: AgentConfigurationStatusList, location_name: "agentsConfigurationStatus"))
|
324
|
+
StartDataCollectionByAgentIdsResponse.struct_class = Types::StartDataCollectionByAgentIdsResponse
|
325
|
+
|
326
|
+
StopDataCollectionByAgentIdsRequest.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentIds, required: true, location_name: "agentIds"))
|
327
|
+
StopDataCollectionByAgentIdsRequest.struct_class = Types::StopDataCollectionByAgentIdsRequest
|
328
|
+
|
329
|
+
StopDataCollectionByAgentIdsResponse.add_member(:agents_configuration_status, Shapes::ShapeRef.new(shape: AgentConfigurationStatusList, location_name: "agentsConfigurationStatus"))
|
330
|
+
StopDataCollectionByAgentIdsResponse.struct_class = Types::StopDataCollectionByAgentIdsResponse
|
331
|
+
|
332
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
333
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
334
|
+
Tag.struct_class = Types::Tag
|
335
|
+
|
336
|
+
TagFilter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, required: true, location_name: "name"))
|
337
|
+
TagFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
338
|
+
TagFilter.struct_class = Types::TagFilter
|
339
|
+
|
340
|
+
TagFilters.member = Shapes::ShapeRef.new(shape: TagFilter)
|
341
|
+
|
342
|
+
TagSet.member = Shapes::ShapeRef.new(shape: Tag, location_name: "item")
|
343
|
+
|
344
|
+
UpdateApplicationRequest.add_member(:configuration_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "configurationId"))
|
345
|
+
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
346
|
+
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
347
|
+
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
348
|
+
|
349
|
+
UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
|
350
|
+
|
351
|
+
|
352
|
+
# @api private
|
353
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
354
|
+
|
355
|
+
api.version = "2015-11-01"
|
356
|
+
|
357
|
+
api.metadata = {
|
358
|
+
"endpointPrefix" => "discovery",
|
359
|
+
"jsonVersion" => "1.1",
|
360
|
+
"protocol" => "json",
|
361
|
+
"serviceFullName" => "AWS Application Discovery Service",
|
362
|
+
"signatureVersion" => "v4",
|
363
|
+
"targetPrefix" => "AWSPoseidonService_V2015_11_01",
|
364
|
+
}
|
365
|
+
|
366
|
+
api.add_operation(:associate_configuration_items_to_application, Seahorse::Model::Operation.new.tap do |o|
|
367
|
+
o.name = "AssociateConfigurationItemsToApplication"
|
368
|
+
o.http_method = "POST"
|
369
|
+
o.http_request_uri = "/"
|
370
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateConfigurationItemsToApplicationRequest)
|
371
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateConfigurationItemsToApplicationResponse)
|
372
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
373
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
374
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
375
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
376
|
+
end)
|
377
|
+
|
378
|
+
api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
|
379
|
+
o.name = "CreateApplication"
|
380
|
+
o.http_method = "POST"
|
381
|
+
o.http_request_uri = "/"
|
382
|
+
o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
|
383
|
+
o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
|
384
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
385
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
386
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
387
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
388
|
+
end)
|
389
|
+
|
390
|
+
api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
|
391
|
+
o.name = "CreateTags"
|
392
|
+
o.http_method = "POST"
|
393
|
+
o.http_request_uri = "/"
|
394
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTagsRequest)
|
395
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTagsResponse)
|
396
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
397
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
398
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
399
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
400
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
401
|
+
end)
|
402
|
+
|
403
|
+
api.add_operation(:delete_applications, Seahorse::Model::Operation.new.tap do |o|
|
404
|
+
o.name = "DeleteApplications"
|
405
|
+
o.http_method = "POST"
|
406
|
+
o.http_request_uri = "/"
|
407
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationsRequest)
|
408
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationsResponse)
|
409
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
410
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
411
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
412
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
413
|
+
end)
|
414
|
+
|
415
|
+
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
416
|
+
o.name = "DeleteTags"
|
417
|
+
o.http_method = "POST"
|
418
|
+
o.http_request_uri = "/"
|
419
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTagsRequest)
|
420
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTagsResponse)
|
421
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
422
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
423
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
424
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
425
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
426
|
+
end)
|
427
|
+
|
428
|
+
api.add_operation(:describe_agents, Seahorse::Model::Operation.new.tap do |o|
|
429
|
+
o.name = "DescribeAgents"
|
430
|
+
o.http_method = "POST"
|
431
|
+
o.http_request_uri = "/"
|
432
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAgentsRequest)
|
433
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAgentsResponse)
|
434
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
435
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
436
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
437
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
438
|
+
end)
|
439
|
+
|
440
|
+
api.add_operation(:describe_configurations, Seahorse::Model::Operation.new.tap do |o|
|
441
|
+
o.name = "DescribeConfigurations"
|
442
|
+
o.http_method = "POST"
|
443
|
+
o.http_request_uri = "/"
|
444
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationsRequest)
|
445
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationsResponse)
|
446
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
447
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
448
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
449
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
450
|
+
end)
|
451
|
+
|
452
|
+
api.add_operation(:describe_export_configurations, Seahorse::Model::Operation.new.tap do |o|
|
453
|
+
o.name = "DescribeExportConfigurations"
|
454
|
+
o.http_method = "POST"
|
455
|
+
o.http_request_uri = "/"
|
456
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeExportConfigurationsRequest)
|
457
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeExportConfigurationsResponse)
|
458
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
459
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
460
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
461
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
462
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
463
|
+
end)
|
464
|
+
|
465
|
+
api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
|
466
|
+
o.name = "DescribeTags"
|
467
|
+
o.http_method = "POST"
|
468
|
+
o.http_request_uri = "/"
|
469
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTagsRequest)
|
470
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTagsResponse)
|
471
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
472
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
473
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
474
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
475
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
476
|
+
end)
|
477
|
+
|
478
|
+
api.add_operation(:disassociate_configuration_items_from_application, Seahorse::Model::Operation.new.tap do |o|
|
479
|
+
o.name = "DisassociateConfigurationItemsFromApplication"
|
480
|
+
o.http_method = "POST"
|
481
|
+
o.http_request_uri = "/"
|
482
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateConfigurationItemsFromApplicationRequest)
|
483
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateConfigurationItemsFromApplicationResponse)
|
484
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
485
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
486
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
487
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
488
|
+
end)
|
489
|
+
|
490
|
+
api.add_operation(:export_configurations, Seahorse::Model::Operation.new.tap do |o|
|
491
|
+
o.name = "ExportConfigurations"
|
492
|
+
o.http_method = "POST"
|
493
|
+
o.http_request_uri = "/"
|
494
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
495
|
+
o.output = Shapes::ShapeRef.new(shape: ExportConfigurationsResponse)
|
496
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
497
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
498
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
499
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
500
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
501
|
+
end)
|
502
|
+
|
503
|
+
api.add_operation(:get_discovery_summary, Seahorse::Model::Operation.new.tap do |o|
|
504
|
+
o.name = "GetDiscoverySummary"
|
505
|
+
o.http_method = "POST"
|
506
|
+
o.http_request_uri = "/"
|
507
|
+
o.input = Shapes::ShapeRef.new(shape: GetDiscoverySummaryRequest)
|
508
|
+
o.output = Shapes::ShapeRef.new(shape: GetDiscoverySummaryResponse)
|
509
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
510
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
511
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
512
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
513
|
+
end)
|
514
|
+
|
515
|
+
api.add_operation(:list_configurations, Seahorse::Model::Operation.new.tap do |o|
|
516
|
+
o.name = "ListConfigurations"
|
517
|
+
o.http_method = "POST"
|
518
|
+
o.http_request_uri = "/"
|
519
|
+
o.input = Shapes::ShapeRef.new(shape: ListConfigurationsRequest)
|
520
|
+
o.output = Shapes::ShapeRef.new(shape: ListConfigurationsResponse)
|
521
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
522
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
523
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
524
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
525
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
526
|
+
end)
|
527
|
+
|
528
|
+
api.add_operation(:list_server_neighbors, Seahorse::Model::Operation.new.tap do |o|
|
529
|
+
o.name = "ListServerNeighbors"
|
530
|
+
o.http_method = "POST"
|
531
|
+
o.http_request_uri = "/"
|
532
|
+
o.input = Shapes::ShapeRef.new(shape: ListServerNeighborsRequest)
|
533
|
+
o.output = Shapes::ShapeRef.new(shape: ListServerNeighborsResponse)
|
534
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
535
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
536
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
537
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
538
|
+
end)
|
539
|
+
|
540
|
+
api.add_operation(:start_data_collection_by_agent_ids, Seahorse::Model::Operation.new.tap do |o|
|
541
|
+
o.name = "StartDataCollectionByAgentIds"
|
542
|
+
o.http_method = "POST"
|
543
|
+
o.http_request_uri = "/"
|
544
|
+
o.input = Shapes::ShapeRef.new(shape: StartDataCollectionByAgentIdsRequest)
|
545
|
+
o.output = Shapes::ShapeRef.new(shape: StartDataCollectionByAgentIdsResponse)
|
546
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
547
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
548
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
549
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
550
|
+
end)
|
551
|
+
|
552
|
+
api.add_operation(:stop_data_collection_by_agent_ids, Seahorse::Model::Operation.new.tap do |o|
|
553
|
+
o.name = "StopDataCollectionByAgentIds"
|
554
|
+
o.http_method = "POST"
|
555
|
+
o.http_request_uri = "/"
|
556
|
+
o.input = Shapes::ShapeRef.new(shape: StopDataCollectionByAgentIdsRequest)
|
557
|
+
o.output = Shapes::ShapeRef.new(shape: StopDataCollectionByAgentIdsResponse)
|
558
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
559
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
560
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
562
|
+
end)
|
563
|
+
|
564
|
+
api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
|
565
|
+
o.name = "UpdateApplication"
|
566
|
+
o.http_method = "POST"
|
567
|
+
o.http_request_uri = "/"
|
568
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
|
569
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
|
570
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationErrorException)
|
571
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
572
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
573
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerInternalErrorException)
|
574
|
+
end)
|
375
575
|
end
|
576
|
+
|
376
577
|
end
|
377
578
|
end
|