aws-sdk-migrationhubstrategyrecommendations 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,945 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::MigrationHubStrategyRecommendations
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AntipatternReportStatus = Shapes::StringShape.new(name: 'AntipatternReportStatus')
18
+ AntipatternSeveritySummary = Shapes::StructureShape.new(name: 'AntipatternSeveritySummary')
19
+ AppType = Shapes::StringShape.new(name: 'AppType')
20
+ ApplicationComponentCriteria = Shapes::StringShape.new(name: 'ApplicationComponentCriteria')
21
+ ApplicationComponentDetail = Shapes::StructureShape.new(name: 'ApplicationComponentDetail')
22
+ ApplicationComponentDetails = Shapes::ListShape.new(name: 'ApplicationComponentDetails')
23
+ ApplicationComponentId = Shapes::StringShape.new(name: 'ApplicationComponentId')
24
+ ApplicationComponentStrategies = Shapes::ListShape.new(name: 'ApplicationComponentStrategies')
25
+ ApplicationComponentStrategy = Shapes::StructureShape.new(name: 'ApplicationComponentStrategy')
26
+ ApplicationComponentSummary = Shapes::StructureShape.new(name: 'ApplicationComponentSummary')
27
+ ApplicationPreferences = Shapes::StructureShape.new(name: 'ApplicationPreferences')
28
+ AssessmentStatus = Shapes::StringShape.new(name: 'AssessmentStatus')
29
+ AssessmentSummary = Shapes::StructureShape.new(name: 'AssessmentSummary')
30
+ AssociatedApplication = Shapes::StructureShape.new(name: 'AssociatedApplication')
31
+ AssociatedApplications = Shapes::ListShape.new(name: 'AssociatedApplications')
32
+ AssociatedServerIDs = Shapes::ListShape.new(name: 'AssociatedServerIDs')
33
+ AsyncTaskId = Shapes::StringShape.new(name: 'AsyncTaskId')
34
+ AwsManagedResources = Shapes::StructureShape.new(name: 'AwsManagedResources')
35
+ AwsManagedTargetDestination = Shapes::StringShape.new(name: 'AwsManagedTargetDestination')
36
+ AwsManagedTargetDestinations = Shapes::ListShape.new(name: 'AwsManagedTargetDestinations')
37
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
38
+ BusinessGoals = Shapes::StructureShape.new(name: 'BusinessGoals')
39
+ BusinessGoalsInteger = Shapes::IntegerShape.new(name: 'BusinessGoalsInteger')
40
+ Collector = Shapes::StructureShape.new(name: 'Collector')
41
+ CollectorHealth = Shapes::StringShape.new(name: 'CollectorHealth')
42
+ Collectors = Shapes::ListShape.new(name: 'Collectors')
43
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
44
+ DataCollectionDetails = Shapes::StructureShape.new(name: 'DataCollectionDetails')
45
+ DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
46
+ DatabaseConfigDetail = Shapes::StructureShape.new(name: 'DatabaseConfigDetail')
47
+ DatabaseManagementPreference = Shapes::StringShape.new(name: 'DatabaseManagementPreference')
48
+ DatabaseMigrationPreference = Shapes::UnionShape.new(name: 'DatabaseMigrationPreference')
49
+ DatabasePreferences = Shapes::StructureShape.new(name: 'DatabasePreferences')
50
+ GetApplicationComponentDetailsRequest = Shapes::StructureShape.new(name: 'GetApplicationComponentDetailsRequest')
51
+ GetApplicationComponentDetailsResponse = Shapes::StructureShape.new(name: 'GetApplicationComponentDetailsResponse')
52
+ GetApplicationComponentStrategiesRequest = Shapes::StructureShape.new(name: 'GetApplicationComponentStrategiesRequest')
53
+ GetApplicationComponentStrategiesResponse = Shapes::StructureShape.new(name: 'GetApplicationComponentStrategiesResponse')
54
+ GetAssessmentRequest = Shapes::StructureShape.new(name: 'GetAssessmentRequest')
55
+ GetAssessmentResponse = Shapes::StructureShape.new(name: 'GetAssessmentResponse')
56
+ GetImportFileTaskRequest = Shapes::StructureShape.new(name: 'GetImportFileTaskRequest')
57
+ GetImportFileTaskResponse = Shapes::StructureShape.new(name: 'GetImportFileTaskResponse')
58
+ GetPortfolioPreferencesRequest = Shapes::StructureShape.new(name: 'GetPortfolioPreferencesRequest')
59
+ GetPortfolioPreferencesResponse = Shapes::StructureShape.new(name: 'GetPortfolioPreferencesResponse')
60
+ GetPortfolioSummaryRequest = Shapes::StructureShape.new(name: 'GetPortfolioSummaryRequest')
61
+ GetPortfolioSummaryResponse = Shapes::StructureShape.new(name: 'GetPortfolioSummaryResponse')
62
+ GetRecommendationReportDetailsRequest = Shapes::StructureShape.new(name: 'GetRecommendationReportDetailsRequest')
63
+ GetRecommendationReportDetailsResponse = Shapes::StructureShape.new(name: 'GetRecommendationReportDetailsResponse')
64
+ GetServerDetailsRequest = Shapes::StructureShape.new(name: 'GetServerDetailsRequest')
65
+ GetServerDetailsResponse = Shapes::StructureShape.new(name: 'GetServerDetailsResponse')
66
+ GetServerStrategiesRequest = Shapes::StructureShape.new(name: 'GetServerStrategiesRequest')
67
+ GetServerStrategiesResponse = Shapes::StructureShape.new(name: 'GetServerStrategiesResponse')
68
+ Group = Shapes::StructureShape.new(name: 'Group')
69
+ GroupIds = Shapes::ListShape.new(name: 'GroupIds')
70
+ GroupName = Shapes::StringShape.new(name: 'GroupName')
71
+ Heterogeneous = Shapes::StructureShape.new(name: 'Heterogeneous')
72
+ HeterogeneousTargetDatabaseEngine = Shapes::StringShape.new(name: 'HeterogeneousTargetDatabaseEngine')
73
+ HeterogeneousTargetDatabaseEngines = Shapes::ListShape.new(name: 'HeterogeneousTargetDatabaseEngines')
74
+ Homogeneous = Shapes::StructureShape.new(name: 'Homogeneous')
75
+ HomogeneousTargetDatabaseEngine = Shapes::StringShape.new(name: 'HomogeneousTargetDatabaseEngine')
76
+ HomogeneousTargetDatabaseEngines = Shapes::ListShape.new(name: 'HomogeneousTargetDatabaseEngines')
77
+ IPAddress = Shapes::StringShape.new(name: 'IPAddress')
78
+ ImportFileTaskInformation = Shapes::StructureShape.new(name: 'ImportFileTaskInformation')
79
+ ImportFileTaskStatus = Shapes::StringShape.new(name: 'ImportFileTaskStatus')
80
+ InclusionStatus = Shapes::StringShape.new(name: 'InclusionStatus')
81
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
82
+ InterfaceName = Shapes::StringShape.new(name: 'InterfaceName')
83
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
84
+ ListAntipatternSeveritySummary = Shapes::ListShape.new(name: 'ListAntipatternSeveritySummary')
85
+ ListApplicationComponentSummary = Shapes::ListShape.new(name: 'ListApplicationComponentSummary')
86
+ ListApplicationComponentsRequest = Shapes::StructureShape.new(name: 'ListApplicationComponentsRequest')
87
+ ListApplicationComponentsRequestFilterValueString = Shapes::StringShape.new(name: 'ListApplicationComponentsRequestFilterValueString')
88
+ ListApplicationComponentsResponse = Shapes::StructureShape.new(name: 'ListApplicationComponentsResponse')
89
+ ListCollectorsRequest = Shapes::StructureShape.new(name: 'ListCollectorsRequest')
90
+ ListCollectorsResponse = Shapes::StructureShape.new(name: 'ListCollectorsResponse')
91
+ ListImportFileTaskInformation = Shapes::ListShape.new(name: 'ListImportFileTaskInformation')
92
+ ListImportFileTaskRequest = Shapes::StructureShape.new(name: 'ListImportFileTaskRequest')
93
+ ListImportFileTaskResponse = Shapes::StructureShape.new(name: 'ListImportFileTaskResponse')
94
+ ListServerSummary = Shapes::ListShape.new(name: 'ListServerSummary')
95
+ ListServersRequest = Shapes::StructureShape.new(name: 'ListServersRequest')
96
+ ListServersResponse = Shapes::StructureShape.new(name: 'ListServersResponse')
97
+ ListStrategySummary = Shapes::ListShape.new(name: 'ListStrategySummary')
98
+ Location = Shapes::StringShape.new(name: 'Location')
99
+ MacAddress = Shapes::StringShape.new(name: 'MacAddress')
100
+ ManagementPreference = Shapes::UnionShape.new(name: 'ManagementPreference')
101
+ MaxResult = Shapes::IntegerShape.new(name: 'MaxResult')
102
+ NetMask = Shapes::StringShape.new(name: 'NetMask')
103
+ NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
104
+ NetworkInfoList = Shapes::ListShape.new(name: 'NetworkInfoList')
105
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
106
+ NoDatabaseMigrationPreference = Shapes::StructureShape.new(name: 'NoDatabaseMigrationPreference')
107
+ NoManagementPreference = Shapes::StructureShape.new(name: 'NoManagementPreference')
108
+ NoPreferenceTargetDestination = Shapes::StringShape.new(name: 'NoPreferenceTargetDestination')
109
+ NoPreferenceTargetDestinations = Shapes::ListShape.new(name: 'NoPreferenceTargetDestinations')
110
+ OSInfo = Shapes::StructureShape.new(name: 'OSInfo')
111
+ OSType = Shapes::StringShape.new(name: 'OSType')
112
+ OSVersion = Shapes::StringShape.new(name: 'OSVersion')
113
+ OutputFormat = Shapes::StringShape.new(name: 'OutputFormat')
114
+ PrioritizeBusinessGoals = Shapes::StructureShape.new(name: 'PrioritizeBusinessGoals')
115
+ PutPortfolioPreferencesRequest = Shapes::StructureShape.new(name: 'PutPortfolioPreferencesRequest')
116
+ PutPortfolioPreferencesResponse = Shapes::StructureShape.new(name: 'PutPortfolioPreferencesResponse')
117
+ RecommendationReportDetails = Shapes::StructureShape.new(name: 'RecommendationReportDetails')
118
+ RecommendationReportStatus = Shapes::StringShape.new(name: 'RecommendationReportStatus')
119
+ RecommendationReportStatusMessage = Shapes::StringShape.new(name: 'RecommendationReportStatusMessage')
120
+ RecommendationReportTimeStamp = Shapes::TimestampShape.new(name: 'RecommendationReportTimeStamp')
121
+ RecommendationSet = Shapes::StructureShape.new(name: 'RecommendationSet')
122
+ RecommendationTaskId = Shapes::StringShape.new(name: 'RecommendationTaskId')
123
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
124
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
125
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
126
+ ResourceSubType = Shapes::StringShape.new(name: 'ResourceSubType')
127
+ RunTimeAssessmentStatus = Shapes::StringShape.new(name: 'RunTimeAssessmentStatus')
128
+ S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
129
+ S3Key = Shapes::StringShape.new(name: 'S3Key')
130
+ S3Keys = Shapes::ListShape.new(name: 'S3Keys')
131
+ S3Object = Shapes::StructureShape.new(name: 'S3Object')
132
+ SecretsManagerKey = Shapes::StringShape.new(name: 'SecretsManagerKey')
133
+ SelfManageResources = Shapes::StructureShape.new(name: 'SelfManageResources')
134
+ SelfManageTargetDestination = Shapes::StringShape.new(name: 'SelfManageTargetDestination')
135
+ SelfManageTargetDestinations = Shapes::ListShape.new(name: 'SelfManageTargetDestinations')
136
+ ServerCriteria = Shapes::StringShape.new(name: 'ServerCriteria')
137
+ ServerDetail = Shapes::StructureShape.new(name: 'ServerDetail')
138
+ ServerDetails = Shapes::ListShape.new(name: 'ServerDetails')
139
+ ServerId = Shapes::StringShape.new(name: 'ServerId')
140
+ ServerOsType = Shapes::StringShape.new(name: 'ServerOsType')
141
+ ServerStrategies = Shapes::ListShape.new(name: 'ServerStrategies')
142
+ ServerStrategy = Shapes::StructureShape.new(name: 'ServerStrategy')
143
+ ServerSummary = Shapes::StructureShape.new(name: 'ServerSummary')
144
+ ServiceLinkedRoleLockClientException = Shapes::StructureShape.new(name: 'ServiceLinkedRoleLockClientException')
145
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
146
+ Severity = Shapes::StringShape.new(name: 'Severity')
147
+ SortOrder = Shapes::StringShape.new(name: 'SortOrder')
148
+ SourceCode = Shapes::StructureShape.new(name: 'SourceCode')
149
+ SourceCodeList = Shapes::ListShape.new(name: 'SourceCodeList')
150
+ SourceCodeRepositories = Shapes::ListShape.new(name: 'SourceCodeRepositories')
151
+ SourceCodeRepository = Shapes::StructureShape.new(name: 'SourceCodeRepository')
152
+ SourceVersion = Shapes::StringShape.new(name: 'SourceVersion')
153
+ SrcCodeOrDbAnalysisStatus = Shapes::StringShape.new(name: 'SrcCodeOrDbAnalysisStatus')
154
+ StartAssessmentRequest = Shapes::StructureShape.new(name: 'StartAssessmentRequest')
155
+ StartAssessmentRequestS3bucketForAnalysisDataString = Shapes::StringShape.new(name: 'StartAssessmentRequestS3bucketForAnalysisDataString')
156
+ StartAssessmentRequestS3bucketForReportDataString = Shapes::StringShape.new(name: 'StartAssessmentRequestS3bucketForReportDataString')
157
+ StartAssessmentResponse = Shapes::StructureShape.new(name: 'StartAssessmentResponse')
158
+ StartImportFileTaskRequest = Shapes::StructureShape.new(name: 'StartImportFileTaskRequest')
159
+ StartImportFileTaskRequestNameString = Shapes::StringShape.new(name: 'StartImportFileTaskRequestNameString')
160
+ StartImportFileTaskRequestS3bucketForReportDataString = Shapes::StringShape.new(name: 'StartImportFileTaskRequestS3bucketForReportDataString')
161
+ StartImportFileTaskResponse = Shapes::StructureShape.new(name: 'StartImportFileTaskResponse')
162
+ StartRecommendationReportGenerationRequest = Shapes::StructureShape.new(name: 'StartRecommendationReportGenerationRequest')
163
+ StartRecommendationReportGenerationResponse = Shapes::StructureShape.new(name: 'StartRecommendationReportGenerationResponse')
164
+ StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
165
+ StopAssessmentRequest = Shapes::StructureShape.new(name: 'StopAssessmentRequest')
166
+ StopAssessmentResponse = Shapes::StructureShape.new(name: 'StopAssessmentResponse')
167
+ Strategy = Shapes::StringShape.new(name: 'Strategy')
168
+ StrategyOption = Shapes::StructureShape.new(name: 'StrategyOption')
169
+ StrategyRecommendation = Shapes::StringShape.new(name: 'StrategyRecommendation')
170
+ StrategySummary = Shapes::StructureShape.new(name: 'StrategySummary')
171
+ String = Shapes::StringShape.new(name: 'String')
172
+ SystemInfo = Shapes::StructureShape.new(name: 'SystemInfo')
173
+ TargetDatabaseEngine = Shapes::StringShape.new(name: 'TargetDatabaseEngine')
174
+ TargetDatabaseEngines = Shapes::ListShape.new(name: 'TargetDatabaseEngines')
175
+ TargetDestination = Shapes::StringShape.new(name: 'TargetDestination')
176
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
177
+ TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
178
+ TranformationToolDescription = Shapes::StringShape.new(name: 'TranformationToolDescription')
179
+ TranformationToolInstallationLink = Shapes::StringShape.new(name: 'TranformationToolInstallationLink')
180
+ TransformationTool = Shapes::StructureShape.new(name: 'TransformationTool')
181
+ TransformationToolName = Shapes::StringShape.new(name: 'TransformationToolName')
182
+ UpdateApplicationComponentConfigRequest = Shapes::StructureShape.new(name: 'UpdateApplicationComponentConfigRequest')
183
+ UpdateApplicationComponentConfigResponse = Shapes::StructureShape.new(name: 'UpdateApplicationComponentConfigResponse')
184
+ UpdateServerConfigRequest = Shapes::StructureShape.new(name: 'UpdateServerConfigRequest')
185
+ UpdateServerConfigResponse = Shapes::StructureShape.new(name: 'UpdateServerConfigResponse')
186
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
187
+ VersionControl = Shapes::StringShape.new(name: 'VersionControl')
188
+ errorMessage = Shapes::StringShape.new(name: 'errorMessage')
189
+ importS3Bucket = Shapes::StringShape.new(name: 'importS3Bucket')
190
+ importS3Key = Shapes::StringShape.new(name: 'importS3Key')
191
+
192
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
193
+ AccessDeniedException.struct_class = Types::AccessDeniedException
194
+
195
+ AntipatternSeveritySummary.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
196
+ AntipatternSeveritySummary.add_member(:severity, Shapes::ShapeRef.new(shape: Severity, location_name: "severity"))
197
+ AntipatternSeveritySummary.struct_class = Types::AntipatternSeveritySummary
198
+
199
+ ApplicationComponentDetail.add_member(:analysis_status, Shapes::ShapeRef.new(shape: SrcCodeOrDbAnalysisStatus, location_name: "analysisStatus"))
200
+ ApplicationComponentDetail.add_member(:antipattern_report_s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "antipatternReportS3Object"))
201
+ ApplicationComponentDetail.add_member(:antipattern_report_status, Shapes::ShapeRef.new(shape: AntipatternReportStatus, location_name: "antipatternReportStatus"))
202
+ ApplicationComponentDetail.add_member(:antipattern_report_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "antipatternReportStatusMessage"))
203
+ ApplicationComponentDetail.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "appType"))
204
+ ApplicationComponentDetail.add_member(:associated_server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "associatedServerId"))
205
+ ApplicationComponentDetail.add_member(:database_config_detail, Shapes::ShapeRef.new(shape: DatabaseConfigDetail, location_name: "databaseConfigDetail"))
206
+ ApplicationComponentDetail.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "id"))
207
+ ApplicationComponentDetail.add_member(:inclusion_status, Shapes::ShapeRef.new(shape: InclusionStatus, location_name: "inclusionStatus"))
208
+ ApplicationComponentDetail.add_member(:last_analyzed_timestamp, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "lastAnalyzedTimestamp"))
209
+ ApplicationComponentDetail.add_member(:list_antipattern_severity_summary, Shapes::ShapeRef.new(shape: ListAntipatternSeveritySummary, location_name: "listAntipatternSeveritySummary"))
210
+ ApplicationComponentDetail.add_member(:more_server_association_exists, Shapes::ShapeRef.new(shape: Boolean, location_name: "moreServerAssociationExists"))
211
+ ApplicationComponentDetail.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
212
+ ApplicationComponentDetail.add_member(:os_driver, Shapes::ShapeRef.new(shape: String, location_name: "osDriver"))
213
+ ApplicationComponentDetail.add_member(:os_version, Shapes::ShapeRef.new(shape: String, location_name: "osVersion"))
214
+ ApplicationComponentDetail.add_member(:recommendation_set, Shapes::ShapeRef.new(shape: RecommendationSet, location_name: "recommendationSet"))
215
+ ApplicationComponentDetail.add_member(:resource_sub_type, Shapes::ShapeRef.new(shape: ResourceSubType, location_name: "resourceSubType"))
216
+ ApplicationComponentDetail.add_member(:source_code_repositories, Shapes::ShapeRef.new(shape: SourceCodeRepositories, location_name: "sourceCodeRepositories"))
217
+ ApplicationComponentDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
218
+ ApplicationComponentDetail.struct_class = Types::ApplicationComponentDetail
219
+
220
+ ApplicationComponentDetails.member = Shapes::ShapeRef.new(shape: ApplicationComponentDetail)
221
+
222
+ ApplicationComponentStrategies.member = Shapes::ShapeRef.new(shape: ApplicationComponentStrategy)
223
+
224
+ ApplicationComponentStrategy.add_member(:is_preferred, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPreferred"))
225
+ ApplicationComponentStrategy.add_member(:recommendation, Shapes::ShapeRef.new(shape: RecommendationSet, location_name: "recommendation"))
226
+ ApplicationComponentStrategy.add_member(:status, Shapes::ShapeRef.new(shape: StrategyRecommendation, location_name: "status"))
227
+ ApplicationComponentStrategy.struct_class = Types::ApplicationComponentStrategy
228
+
229
+ ApplicationComponentSummary.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "appType"))
230
+ ApplicationComponentSummary.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
231
+ ApplicationComponentSummary.struct_class = Types::ApplicationComponentSummary
232
+
233
+ ApplicationPreferences.add_member(:management_preference, Shapes::ShapeRef.new(shape: ManagementPreference, location_name: "managementPreference"))
234
+ ApplicationPreferences.struct_class = Types::ApplicationPreferences
235
+
236
+ AssessmentSummary.add_member(:antipattern_report_s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "antipatternReportS3Object"))
237
+ AssessmentSummary.add_member(:antipattern_report_status, Shapes::ShapeRef.new(shape: AntipatternReportStatus, location_name: "antipatternReportStatus"))
238
+ AssessmentSummary.add_member(:antipattern_report_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "antipatternReportStatusMessage"))
239
+ AssessmentSummary.add_member(:last_analyzed_timestamp, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "lastAnalyzedTimestamp"))
240
+ AssessmentSummary.add_member(:list_antipattern_severity_summary, Shapes::ShapeRef.new(shape: ListAntipatternSeveritySummary, location_name: "listAntipatternSeveritySummary"))
241
+ AssessmentSummary.add_member(:list_application_component_strategy_summary, Shapes::ShapeRef.new(shape: ListStrategySummary, location_name: "listApplicationComponentStrategySummary"))
242
+ AssessmentSummary.add_member(:list_application_component_summary, Shapes::ShapeRef.new(shape: ListApplicationComponentSummary, location_name: "listApplicationComponentSummary"))
243
+ AssessmentSummary.add_member(:list_server_strategy_summary, Shapes::ShapeRef.new(shape: ListStrategySummary, location_name: "listServerStrategySummary"))
244
+ AssessmentSummary.add_member(:list_server_summary, Shapes::ShapeRef.new(shape: ListServerSummary, location_name: "listServerSummary"))
245
+ AssessmentSummary.struct_class = Types::AssessmentSummary
246
+
247
+ AssociatedApplication.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
248
+ AssociatedApplication.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
249
+ AssociatedApplication.struct_class = Types::AssociatedApplication
250
+
251
+ AssociatedApplications.member = Shapes::ShapeRef.new(shape: AssociatedApplication)
252
+
253
+ AssociatedServerIDs.member = Shapes::ShapeRef.new(shape: String)
254
+
255
+ AwsManagedResources.add_member(:target_destination, Shapes::ShapeRef.new(shape: AwsManagedTargetDestinations, required: true, location_name: "targetDestination"))
256
+ AwsManagedResources.struct_class = Types::AwsManagedResources
257
+
258
+ AwsManagedTargetDestinations.member = Shapes::ShapeRef.new(shape: AwsManagedTargetDestination)
259
+
260
+ BusinessGoals.add_member(:license_cost_reduction, Shapes::ShapeRef.new(shape: BusinessGoalsInteger, location_name: "licenseCostReduction"))
261
+ BusinessGoals.add_member(:modernize_infrastructure_with_cloud_native_technologies, Shapes::ShapeRef.new(shape: BusinessGoalsInteger, location_name: "modernizeInfrastructureWithCloudNativeTechnologies"))
262
+ BusinessGoals.add_member(:reduce_operational_overhead_with_managed_services, Shapes::ShapeRef.new(shape: BusinessGoalsInteger, location_name: "reduceOperationalOverheadWithManagedServices"))
263
+ BusinessGoals.add_member(:speed_of_migration, Shapes::ShapeRef.new(shape: BusinessGoalsInteger, location_name: "speedOfMigration"))
264
+ BusinessGoals.struct_class = Types::BusinessGoals
265
+
266
+ Collector.add_member(:collector_health, Shapes::ShapeRef.new(shape: CollectorHealth, location_name: "collectorHealth"))
267
+ Collector.add_member(:collector_id, Shapes::ShapeRef.new(shape: String, location_name: "collectorId"))
268
+ Collector.add_member(:collector_version, Shapes::ShapeRef.new(shape: String, location_name: "collectorVersion"))
269
+ Collector.add_member(:host_name, Shapes::ShapeRef.new(shape: String, location_name: "hostName"))
270
+ Collector.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, location_name: "ipAddress"))
271
+ Collector.add_member(:last_activity_time_stamp, Shapes::ShapeRef.new(shape: String, location_name: "lastActivityTimeStamp"))
272
+ Collector.add_member(:registered_time_stamp, Shapes::ShapeRef.new(shape: String, location_name: "registeredTimeStamp"))
273
+ Collector.struct_class = Types::Collector
274
+
275
+ Collectors.member = Shapes::ShapeRef.new(shape: Collector)
276
+
277
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
278
+ ConflictException.struct_class = Types::ConflictException
279
+
280
+ DataCollectionDetails.add_member(:completion_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "completionTime"))
281
+ DataCollectionDetails.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
282
+ DataCollectionDetails.add_member(:in_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "inProgress"))
283
+ DataCollectionDetails.add_member(:servers, Shapes::ShapeRef.new(shape: Integer, location_name: "servers"))
284
+ DataCollectionDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "startTime"))
285
+ DataCollectionDetails.add_member(:status, Shapes::ShapeRef.new(shape: AssessmentStatus, location_name: "status"))
286
+ DataCollectionDetails.add_member(:success, Shapes::ShapeRef.new(shape: Integer, location_name: "success"))
287
+ DataCollectionDetails.struct_class = Types::DataCollectionDetails
288
+
289
+ DatabaseConfigDetail.add_member(:secret_name, Shapes::ShapeRef.new(shape: String, location_name: "secretName"))
290
+ DatabaseConfigDetail.struct_class = Types::DatabaseConfigDetail
291
+
292
+ DatabaseMigrationPreference.add_member(:heterogeneous, Shapes::ShapeRef.new(shape: Heterogeneous, location_name: "heterogeneous"))
293
+ DatabaseMigrationPreference.add_member(:homogeneous, Shapes::ShapeRef.new(shape: Homogeneous, location_name: "homogeneous"))
294
+ DatabaseMigrationPreference.add_member(:no_preference, Shapes::ShapeRef.new(shape: NoDatabaseMigrationPreference, location_name: "noPreference"))
295
+ DatabaseMigrationPreference.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
296
+ DatabaseMigrationPreference.add_member_subclass(:heterogeneous, Types::DatabaseMigrationPreference::Heterogeneous)
297
+ DatabaseMigrationPreference.add_member_subclass(:homogeneous, Types::DatabaseMigrationPreference::Homogeneous)
298
+ DatabaseMigrationPreference.add_member_subclass(:no_preference, Types::DatabaseMigrationPreference::NoPreference)
299
+ DatabaseMigrationPreference.add_member_subclass(:unknown, Types::DatabaseMigrationPreference::Unknown)
300
+ DatabaseMigrationPreference.struct_class = Types::DatabaseMigrationPreference
301
+
302
+ DatabasePreferences.add_member(:database_management_preference, Shapes::ShapeRef.new(shape: DatabaseManagementPreference, location_name: "databaseManagementPreference"))
303
+ DatabasePreferences.add_member(:database_migration_preference, Shapes::ShapeRef.new(shape: DatabaseMigrationPreference, location_name: "databaseMigrationPreference"))
304
+ DatabasePreferences.struct_class = Types::DatabasePreferences
305
+
306
+ GetApplicationComponentDetailsRequest.add_member(:application_component_id, Shapes::ShapeRef.new(shape: ApplicationComponentId, required: true, location: "uri", location_name: "applicationComponentId"))
307
+ GetApplicationComponentDetailsRequest.struct_class = Types::GetApplicationComponentDetailsRequest
308
+
309
+ GetApplicationComponentDetailsResponse.add_member(:application_component_detail, Shapes::ShapeRef.new(shape: ApplicationComponentDetail, location_name: "applicationComponentDetail"))
310
+ GetApplicationComponentDetailsResponse.add_member(:associated_applications, Shapes::ShapeRef.new(shape: AssociatedApplications, location_name: "associatedApplications"))
311
+ GetApplicationComponentDetailsResponse.add_member(:associated_server_ids, Shapes::ShapeRef.new(shape: AssociatedServerIDs, location_name: "associatedServerIds"))
312
+ GetApplicationComponentDetailsResponse.add_member(:more_application_resource, Shapes::ShapeRef.new(shape: Boolean, location_name: "moreApplicationResource"))
313
+ GetApplicationComponentDetailsResponse.struct_class = Types::GetApplicationComponentDetailsResponse
314
+
315
+ GetApplicationComponentStrategiesRequest.add_member(:application_component_id, Shapes::ShapeRef.new(shape: ApplicationComponentId, required: true, location: "uri", location_name: "applicationComponentId"))
316
+ GetApplicationComponentStrategiesRequest.struct_class = Types::GetApplicationComponentStrategiesRequest
317
+
318
+ GetApplicationComponentStrategiesResponse.add_member(:application_component_strategies, Shapes::ShapeRef.new(shape: ApplicationComponentStrategies, location_name: "applicationComponentStrategies"))
319
+ GetApplicationComponentStrategiesResponse.struct_class = Types::GetApplicationComponentStrategiesResponse
320
+
321
+ GetAssessmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: AsyncTaskId, required: true, location: "uri", location_name: "id"))
322
+ GetAssessmentRequest.struct_class = Types::GetAssessmentRequest
323
+
324
+ GetAssessmentResponse.add_member(:data_collection_details, Shapes::ShapeRef.new(shape: DataCollectionDetails, location_name: "dataCollectionDetails"))
325
+ GetAssessmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: AsyncTaskId, location_name: "id"))
326
+ GetAssessmentResponse.struct_class = Types::GetAssessmentResponse
327
+
328
+ GetImportFileTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
329
+ GetImportFileTaskRequest.struct_class = Types::GetImportFileTaskRequest
330
+
331
+ GetImportFileTaskResponse.add_member(:completion_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "completionTime"))
332
+ GetImportFileTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
333
+ GetImportFileTaskResponse.add_member(:import_name, Shapes::ShapeRef.new(shape: String, location_name: "importName"))
334
+ GetImportFileTaskResponse.add_member(:input_s3_bucket, Shapes::ShapeRef.new(shape: importS3Bucket, location_name: "inputS3Bucket"))
335
+ GetImportFileTaskResponse.add_member(:input_s3_key, Shapes::ShapeRef.new(shape: importS3Key, location_name: "inputS3Key"))
336
+ GetImportFileTaskResponse.add_member(:number_of_records_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfRecordsFailed"))
337
+ GetImportFileTaskResponse.add_member(:number_of_records_success, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfRecordsSuccess"))
338
+ GetImportFileTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "startTime"))
339
+ GetImportFileTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ImportFileTaskStatus, location_name: "status"))
340
+ GetImportFileTaskResponse.add_member(:status_report_s3_bucket, Shapes::ShapeRef.new(shape: importS3Bucket, location_name: "statusReportS3Bucket"))
341
+ GetImportFileTaskResponse.add_member(:status_report_s3_key, Shapes::ShapeRef.new(shape: importS3Key, location_name: "statusReportS3Key"))
342
+ GetImportFileTaskResponse.struct_class = Types::GetImportFileTaskResponse
343
+
344
+ GetPortfolioPreferencesRequest.struct_class = Types::GetPortfolioPreferencesRequest
345
+
346
+ GetPortfolioPreferencesResponse.add_member(:application_preferences, Shapes::ShapeRef.new(shape: ApplicationPreferences, location_name: "applicationPreferences"))
347
+ GetPortfolioPreferencesResponse.add_member(:database_preferences, Shapes::ShapeRef.new(shape: DatabasePreferences, location_name: "databasePreferences"))
348
+ GetPortfolioPreferencesResponse.add_member(:prioritize_business_goals, Shapes::ShapeRef.new(shape: PrioritizeBusinessGoals, location_name: "prioritizeBusinessGoals"))
349
+ GetPortfolioPreferencesResponse.struct_class = Types::GetPortfolioPreferencesResponse
350
+
351
+ GetPortfolioSummaryRequest.struct_class = Types::GetPortfolioSummaryRequest
352
+
353
+ GetPortfolioSummaryResponse.add_member(:assessment_summary, Shapes::ShapeRef.new(shape: AssessmentSummary, location_name: "assessmentSummary"))
354
+ GetPortfolioSummaryResponse.struct_class = Types::GetPortfolioSummaryResponse
355
+
356
+ GetRecommendationReportDetailsRequest.add_member(:id, Shapes::ShapeRef.new(shape: RecommendationTaskId, required: true, location: "uri", location_name: "id"))
357
+ GetRecommendationReportDetailsRequest.struct_class = Types::GetRecommendationReportDetailsRequest
358
+
359
+ GetRecommendationReportDetailsResponse.add_member(:id, Shapes::ShapeRef.new(shape: RecommendationTaskId, location_name: "id"))
360
+ GetRecommendationReportDetailsResponse.add_member(:recommendation_report_details, Shapes::ShapeRef.new(shape: RecommendationReportDetails, location_name: "recommendationReportDetails"))
361
+ GetRecommendationReportDetailsResponse.struct_class = Types::GetRecommendationReportDetailsResponse
362
+
363
+ GetServerDetailsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult, location: "querystring", location_name: "maxResults"))
364
+ GetServerDetailsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
365
+ GetServerDetailsRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location: "uri", location_name: "serverId"))
366
+ GetServerDetailsRequest.struct_class = Types::GetServerDetailsRequest
367
+
368
+ GetServerDetailsResponse.add_member(:associated_applications, Shapes::ShapeRef.new(shape: AssociatedApplications, location_name: "associatedApplications"))
369
+ GetServerDetailsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
370
+ GetServerDetailsResponse.add_member(:server_detail, Shapes::ShapeRef.new(shape: ServerDetail, location_name: "serverDetail"))
371
+ GetServerDetailsResponse.struct_class = Types::GetServerDetailsResponse
372
+
373
+ GetServerStrategiesRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location: "uri", location_name: "serverId"))
374
+ GetServerStrategiesRequest.struct_class = Types::GetServerStrategiesRequest
375
+
376
+ GetServerStrategiesResponse.add_member(:server_strategies, Shapes::ShapeRef.new(shape: ServerStrategies, location_name: "serverStrategies"))
377
+ GetServerStrategiesResponse.struct_class = Types::GetServerStrategiesResponse
378
+
379
+ Group.add_member(:name, Shapes::ShapeRef.new(shape: GroupName, location_name: "name"))
380
+ Group.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
381
+ Group.struct_class = Types::Group
382
+
383
+ GroupIds.member = Shapes::ShapeRef.new(shape: Group)
384
+
385
+ Heterogeneous.add_member(:target_database_engine, Shapes::ShapeRef.new(shape: HeterogeneousTargetDatabaseEngines, required: true, location_name: "targetDatabaseEngine"))
386
+ Heterogeneous.struct_class = Types::Heterogeneous
387
+
388
+ HeterogeneousTargetDatabaseEngines.member = Shapes::ShapeRef.new(shape: HeterogeneousTargetDatabaseEngine)
389
+
390
+ Homogeneous.add_member(:target_database_engine, Shapes::ShapeRef.new(shape: HomogeneousTargetDatabaseEngines, location_name: "targetDatabaseEngine"))
391
+ Homogeneous.struct_class = Types::Homogeneous
392
+
393
+ HomogeneousTargetDatabaseEngines.member = Shapes::ShapeRef.new(shape: HomogeneousTargetDatabaseEngine)
394
+
395
+ ImportFileTaskInformation.add_member(:completion_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "completionTime"))
396
+ ImportFileTaskInformation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
397
+ ImportFileTaskInformation.add_member(:import_name, Shapes::ShapeRef.new(shape: String, location_name: "importName"))
398
+ ImportFileTaskInformation.add_member(:input_s3_bucket, Shapes::ShapeRef.new(shape: importS3Bucket, location_name: "inputS3Bucket"))
399
+ ImportFileTaskInformation.add_member(:input_s3_key, Shapes::ShapeRef.new(shape: importS3Key, location_name: "inputS3Key"))
400
+ ImportFileTaskInformation.add_member(:number_of_records_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfRecordsFailed"))
401
+ ImportFileTaskInformation.add_member(:number_of_records_success, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfRecordsSuccess"))
402
+ ImportFileTaskInformation.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "startTime"))
403
+ ImportFileTaskInformation.add_member(:status, Shapes::ShapeRef.new(shape: ImportFileTaskStatus, location_name: "status"))
404
+ ImportFileTaskInformation.add_member(:status_report_s3_bucket, Shapes::ShapeRef.new(shape: importS3Bucket, location_name: "statusReportS3Bucket"))
405
+ ImportFileTaskInformation.add_member(:status_report_s3_key, Shapes::ShapeRef.new(shape: importS3Key, location_name: "statusReportS3Key"))
406
+ ImportFileTaskInformation.struct_class = Types::ImportFileTaskInformation
407
+
408
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
409
+ InternalServerException.struct_class = Types::InternalServerException
410
+
411
+ ListAntipatternSeveritySummary.member = Shapes::ShapeRef.new(shape: AntipatternSeveritySummary)
412
+
413
+ ListApplicationComponentSummary.member = Shapes::ShapeRef.new(shape: ApplicationComponentSummary)
414
+
415
+ ListApplicationComponentsRequest.add_member(:application_component_criteria, Shapes::ShapeRef.new(shape: ApplicationComponentCriteria, location_name: "applicationComponentCriteria"))
416
+ ListApplicationComponentsRequest.add_member(:filter_value, Shapes::ShapeRef.new(shape: ListApplicationComponentsRequestFilterValueString, location_name: "filterValue"))
417
+ ListApplicationComponentsRequest.add_member(:group_id_filter, Shapes::ShapeRef.new(shape: GroupIds, location_name: "groupIdFilter"))
418
+ ListApplicationComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult, location_name: "maxResults"))
419
+ ListApplicationComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
420
+ ListApplicationComponentsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sort"))
421
+ ListApplicationComponentsRequest.struct_class = Types::ListApplicationComponentsRequest
422
+
423
+ ListApplicationComponentsResponse.add_member(:application_component_infos, Shapes::ShapeRef.new(shape: ApplicationComponentDetails, location_name: "applicationComponentInfos"))
424
+ ListApplicationComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
425
+ ListApplicationComponentsResponse.struct_class = Types::ListApplicationComponentsResponse
426
+
427
+ ListCollectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult, location: "querystring", location_name: "maxResults"))
428
+ ListCollectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
429
+ ListCollectorsRequest.struct_class = Types::ListCollectorsRequest
430
+
431
+ ListCollectorsResponse.add_member(:collectors, Shapes::ShapeRef.new(shape: Collectors, location_name: "Collectors"))
432
+ ListCollectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
433
+ ListCollectorsResponse.struct_class = Types::ListCollectorsResponse
434
+
435
+ ListImportFileTaskInformation.member = Shapes::ShapeRef.new(shape: ImportFileTaskInformation)
436
+
437
+ ListImportFileTaskRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
438
+ ListImportFileTaskRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
439
+ ListImportFileTaskRequest.struct_class = Types::ListImportFileTaskRequest
440
+
441
+ ListImportFileTaskResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
442
+ ListImportFileTaskResponse.add_member(:task_infos, Shapes::ShapeRef.new(shape: ListImportFileTaskInformation, location_name: "taskInfos"))
443
+ ListImportFileTaskResponse.struct_class = Types::ListImportFileTaskResponse
444
+
445
+ ListServerSummary.member = Shapes::ShapeRef.new(shape: ServerSummary)
446
+
447
+ ListServersRequest.add_member(:filter_value, Shapes::ShapeRef.new(shape: String, location_name: "filterValue"))
448
+ ListServersRequest.add_member(:group_id_filter, Shapes::ShapeRef.new(shape: GroupIds, location_name: "groupIdFilter"))
449
+ ListServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult, location_name: "maxResults"))
450
+ ListServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
451
+ ListServersRequest.add_member(:server_criteria, Shapes::ShapeRef.new(shape: ServerCriteria, location_name: "serverCriteria"))
452
+ ListServersRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sort"))
453
+ ListServersRequest.struct_class = Types::ListServersRequest
454
+
455
+ ListServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
456
+ ListServersResponse.add_member(:server_infos, Shapes::ShapeRef.new(shape: ServerDetails, location_name: "serverInfos"))
457
+ ListServersResponse.struct_class = Types::ListServersResponse
458
+
459
+ ListStrategySummary.member = Shapes::ShapeRef.new(shape: StrategySummary)
460
+
461
+ ManagementPreference.add_member(:aws_managed_resources, Shapes::ShapeRef.new(shape: AwsManagedResources, location_name: "awsManagedResources"))
462
+ ManagementPreference.add_member(:no_preference, Shapes::ShapeRef.new(shape: NoManagementPreference, location_name: "noPreference"))
463
+ ManagementPreference.add_member(:self_manage_resources, Shapes::ShapeRef.new(shape: SelfManageResources, location_name: "selfManageResources"))
464
+ ManagementPreference.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
465
+ ManagementPreference.add_member_subclass(:aws_managed_resources, Types::ManagementPreference::AwsManagedResources)
466
+ ManagementPreference.add_member_subclass(:no_preference, Types::ManagementPreference::NoPreference)
467
+ ManagementPreference.add_member_subclass(:self_manage_resources, Types::ManagementPreference::SelfManageResources)
468
+ ManagementPreference.add_member_subclass(:unknown, Types::ManagementPreference::Unknown)
469
+ ManagementPreference.struct_class = Types::ManagementPreference
470
+
471
+ NetworkInfo.add_member(:interface_name, Shapes::ShapeRef.new(shape: InterfaceName, required: true, location_name: "interfaceName"))
472
+ NetworkInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, required: true, location_name: "ipAddress"))
473
+ NetworkInfo.add_member(:mac_address, Shapes::ShapeRef.new(shape: MacAddress, required: true, location_name: "macAddress"))
474
+ NetworkInfo.add_member(:net_mask, Shapes::ShapeRef.new(shape: NetMask, required: true, location_name: "netMask"))
475
+ NetworkInfo.struct_class = Types::NetworkInfo
476
+
477
+ NetworkInfoList.member = Shapes::ShapeRef.new(shape: NetworkInfo)
478
+
479
+ NoDatabaseMigrationPreference.add_member(:target_database_engine, Shapes::ShapeRef.new(shape: TargetDatabaseEngines, required: true, location_name: "targetDatabaseEngine"))
480
+ NoDatabaseMigrationPreference.struct_class = Types::NoDatabaseMigrationPreference
481
+
482
+ NoManagementPreference.add_member(:target_destination, Shapes::ShapeRef.new(shape: NoPreferenceTargetDestinations, required: true, location_name: "targetDestination"))
483
+ NoManagementPreference.struct_class = Types::NoManagementPreference
484
+
485
+ NoPreferenceTargetDestinations.member = Shapes::ShapeRef.new(shape: NoPreferenceTargetDestination)
486
+
487
+ OSInfo.add_member(:type, Shapes::ShapeRef.new(shape: OSType, location_name: "type"))
488
+ OSInfo.add_member(:version, Shapes::ShapeRef.new(shape: OSVersion, location_name: "version"))
489
+ OSInfo.struct_class = Types::OSInfo
490
+
491
+ PrioritizeBusinessGoals.add_member(:business_goals, Shapes::ShapeRef.new(shape: BusinessGoals, location_name: "businessGoals"))
492
+ PrioritizeBusinessGoals.struct_class = Types::PrioritizeBusinessGoals
493
+
494
+ PutPortfolioPreferencesRequest.add_member(:application_preferences, Shapes::ShapeRef.new(shape: ApplicationPreferences, location_name: "applicationPreferences"))
495
+ PutPortfolioPreferencesRequest.add_member(:database_preferences, Shapes::ShapeRef.new(shape: DatabasePreferences, location_name: "databasePreferences"))
496
+ PutPortfolioPreferencesRequest.add_member(:prioritize_business_goals, Shapes::ShapeRef.new(shape: PrioritizeBusinessGoals, location_name: "prioritizeBusinessGoals"))
497
+ PutPortfolioPreferencesRequest.struct_class = Types::PutPortfolioPreferencesRequest
498
+
499
+ PutPortfolioPreferencesResponse.struct_class = Types::PutPortfolioPreferencesResponse
500
+
501
+ RecommendationReportDetails.add_member(:completion_time, Shapes::ShapeRef.new(shape: RecommendationReportTimeStamp, location_name: "completionTime"))
502
+ RecommendationReportDetails.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, location_name: "s3Bucket"))
503
+ RecommendationReportDetails.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3Keys, location_name: "s3Keys"))
504
+ RecommendationReportDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: RecommendationReportTimeStamp, location_name: "startTime"))
505
+ RecommendationReportDetails.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationReportStatus, location_name: "status"))
506
+ RecommendationReportDetails.add_member(:status_message, Shapes::ShapeRef.new(shape: RecommendationReportStatusMessage, location_name: "statusMessage"))
507
+ RecommendationReportDetails.struct_class = Types::RecommendationReportDetails
508
+
509
+ RecommendationSet.add_member(:strategy, Shapes::ShapeRef.new(shape: Strategy, location_name: "strategy"))
510
+ RecommendationSet.add_member(:target_destination, Shapes::ShapeRef.new(shape: TargetDestination, location_name: "targetDestination"))
511
+ RecommendationSet.add_member(:transformation_tool, Shapes::ShapeRef.new(shape: TransformationTool, location_name: "transformationTool"))
512
+ RecommendationSet.struct_class = Types::RecommendationSet
513
+
514
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
515
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
516
+
517
+ S3Keys.member = Shapes::ShapeRef.new(shape: String)
518
+
519
+ S3Object.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
520
+ S3Object.add_member(:s3key, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3key"))
521
+ S3Object.struct_class = Types::S3Object
522
+
523
+ SelfManageResources.add_member(:target_destination, Shapes::ShapeRef.new(shape: SelfManageTargetDestinations, required: true, location_name: "targetDestination"))
524
+ SelfManageResources.struct_class = Types::SelfManageResources
525
+
526
+ SelfManageTargetDestinations.member = Shapes::ShapeRef.new(shape: SelfManageTargetDestination)
527
+
528
+ ServerDetail.add_member(:antipattern_report_s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "antipatternReportS3Object"))
529
+ ServerDetail.add_member(:antipattern_report_status, Shapes::ShapeRef.new(shape: AntipatternReportStatus, location_name: "antipatternReportStatus"))
530
+ ServerDetail.add_member(:antipattern_report_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "antipatternReportStatusMessage"))
531
+ ServerDetail.add_member(:application_component_strategy_summary, Shapes::ShapeRef.new(shape: ListStrategySummary, location_name: "applicationComponentStrategySummary"))
532
+ ServerDetail.add_member(:data_collection_status, Shapes::ShapeRef.new(shape: RunTimeAssessmentStatus, location_name: "dataCollectionStatus"))
533
+ ServerDetail.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "id"))
534
+ ServerDetail.add_member(:last_analyzed_timestamp, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "lastAnalyzedTimestamp"))
535
+ ServerDetail.add_member(:list_antipattern_severity_summary, Shapes::ShapeRef.new(shape: ListAntipatternSeveritySummary, location_name: "listAntipatternSeveritySummary"))
536
+ ServerDetail.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
537
+ ServerDetail.add_member(:recommendation_set, Shapes::ShapeRef.new(shape: RecommendationSet, location_name: "recommendationSet"))
538
+ ServerDetail.add_member(:server_type, Shapes::ShapeRef.new(shape: String, location_name: "serverType"))
539
+ ServerDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
540
+ ServerDetail.add_member(:system_info, Shapes::ShapeRef.new(shape: SystemInfo, location_name: "systemInfo"))
541
+ ServerDetail.struct_class = Types::ServerDetail
542
+
543
+ ServerDetails.member = Shapes::ShapeRef.new(shape: ServerDetail)
544
+
545
+ ServerStrategies.member = Shapes::ShapeRef.new(shape: ServerStrategy)
546
+
547
+ ServerStrategy.add_member(:is_preferred, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPreferred"))
548
+ ServerStrategy.add_member(:number_of_application_components, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfApplicationComponents"))
549
+ ServerStrategy.add_member(:recommendation, Shapes::ShapeRef.new(shape: RecommendationSet, location_name: "recommendation"))
550
+ ServerStrategy.add_member(:status, Shapes::ShapeRef.new(shape: StrategyRecommendation, location_name: "status"))
551
+ ServerStrategy.struct_class = Types::ServerStrategy
552
+
553
+ ServerSummary.add_member(:server_os_type, Shapes::ShapeRef.new(shape: ServerOsType, location_name: "ServerOsType"))
554
+ ServerSummary.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
555
+ ServerSummary.struct_class = Types::ServerSummary
556
+
557
+ ServiceLinkedRoleLockClientException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
558
+ ServiceLinkedRoleLockClientException.struct_class = Types::ServiceLinkedRoleLockClientException
559
+
560
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
561
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
562
+
563
+ SourceCode.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
564
+ SourceCode.add_member(:source_version, Shapes::ShapeRef.new(shape: SourceVersion, location_name: "sourceVersion"))
565
+ SourceCode.add_member(:version_control, Shapes::ShapeRef.new(shape: VersionControl, location_name: "versionControl"))
566
+ SourceCode.struct_class = Types::SourceCode
567
+
568
+ SourceCodeList.member = Shapes::ShapeRef.new(shape: SourceCode)
569
+
570
+ SourceCodeRepositories.member = Shapes::ShapeRef.new(shape: SourceCodeRepository)
571
+
572
+ SourceCodeRepository.add_member(:branch, Shapes::ShapeRef.new(shape: String, location_name: "branch"))
573
+ SourceCodeRepository.add_member(:repository, Shapes::ShapeRef.new(shape: String, location_name: "repository"))
574
+ SourceCodeRepository.add_member(:version_control_type, Shapes::ShapeRef.new(shape: String, location_name: "versionControlType"))
575
+ SourceCodeRepository.struct_class = Types::SourceCodeRepository
576
+
577
+ StartAssessmentRequest.add_member(:s3bucket_for_analysis_data, Shapes::ShapeRef.new(shape: StartAssessmentRequestS3bucketForAnalysisDataString, location_name: "s3bucketForAnalysisData"))
578
+ StartAssessmentRequest.add_member(:s3bucket_for_report_data, Shapes::ShapeRef.new(shape: StartAssessmentRequestS3bucketForReportDataString, location_name: "s3bucketForReportData"))
579
+ StartAssessmentRequest.struct_class = Types::StartAssessmentRequest
580
+
581
+ StartAssessmentResponse.add_member(:assessment_id, Shapes::ShapeRef.new(shape: AsyncTaskId, location_name: "assessmentId"))
582
+ StartAssessmentResponse.struct_class = Types::StartAssessmentResponse
583
+
584
+ StartImportFileTaskRequest.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: importS3Bucket, required: true, location_name: "S3Bucket"))
585
+ StartImportFileTaskRequest.add_member(:data_source_type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "dataSourceType"))
586
+ StartImportFileTaskRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: GroupIds, location_name: "groupId"))
587
+ StartImportFileTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: StartImportFileTaskRequestNameString, required: true, location_name: "name"))
588
+ StartImportFileTaskRequest.add_member(:s3bucket_for_report_data, Shapes::ShapeRef.new(shape: StartImportFileTaskRequestS3bucketForReportDataString, location_name: "s3bucketForReportData"))
589
+ StartImportFileTaskRequest.add_member(:s3key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "s3key"))
590
+ StartImportFileTaskRequest.struct_class = Types::StartImportFileTaskRequest
591
+
592
+ StartImportFileTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
593
+ StartImportFileTaskResponse.struct_class = Types::StartImportFileTaskResponse
594
+
595
+ StartRecommendationReportGenerationRequest.add_member(:group_id_filter, Shapes::ShapeRef.new(shape: GroupIds, location_name: "groupIdFilter"))
596
+ StartRecommendationReportGenerationRequest.add_member(:output_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "outputFormat"))
597
+ StartRecommendationReportGenerationRequest.struct_class = Types::StartRecommendationReportGenerationRequest
598
+
599
+ StartRecommendationReportGenerationResponse.add_member(:id, Shapes::ShapeRef.new(shape: RecommendationTaskId, location_name: "id"))
600
+ StartRecommendationReportGenerationResponse.struct_class = Types::StartRecommendationReportGenerationResponse
601
+
602
+ StopAssessmentRequest.add_member(:assessment_id, Shapes::ShapeRef.new(shape: AsyncTaskId, required: true, location_name: "assessmentId"))
603
+ StopAssessmentRequest.struct_class = Types::StopAssessmentRequest
604
+
605
+ StopAssessmentResponse.struct_class = Types::StopAssessmentResponse
606
+
607
+ StrategyOption.add_member(:is_preferred, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPreferred"))
608
+ StrategyOption.add_member(:strategy, Shapes::ShapeRef.new(shape: Strategy, location_name: "strategy"))
609
+ StrategyOption.add_member(:target_destination, Shapes::ShapeRef.new(shape: TargetDestination, location_name: "targetDestination"))
610
+ StrategyOption.add_member(:tool_name, Shapes::ShapeRef.new(shape: TransformationToolName, location_name: "toolName"))
611
+ StrategyOption.struct_class = Types::StrategyOption
612
+
613
+ StrategySummary.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
614
+ StrategySummary.add_member(:strategy, Shapes::ShapeRef.new(shape: Strategy, location_name: "strategy"))
615
+ StrategySummary.struct_class = Types::StrategySummary
616
+
617
+ SystemInfo.add_member(:cpu_architecture, Shapes::ShapeRef.new(shape: String, location_name: "cpuArchitecture"))
618
+ SystemInfo.add_member(:file_system_type, Shapes::ShapeRef.new(shape: String, location_name: "fileSystemType"))
619
+ SystemInfo.add_member(:network_info_list, Shapes::ShapeRef.new(shape: NetworkInfoList, location_name: "networkInfoList"))
620
+ SystemInfo.add_member(:os_info, Shapes::ShapeRef.new(shape: OSInfo, location_name: "osInfo"))
621
+ SystemInfo.struct_class = Types::SystemInfo
622
+
623
+ TargetDatabaseEngines.member = Shapes::ShapeRef.new(shape: TargetDatabaseEngine)
624
+
625
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
626
+ ThrottlingException.struct_class = Types::ThrottlingException
627
+
628
+ TransformationTool.add_member(:description, Shapes::ShapeRef.new(shape: TranformationToolDescription, location_name: "description"))
629
+ TransformationTool.add_member(:name, Shapes::ShapeRef.new(shape: TransformationToolName, location_name: "name"))
630
+ TransformationTool.add_member(:tranformation_tool_installation_link, Shapes::ShapeRef.new(shape: TranformationToolInstallationLink, location_name: "tranformationToolInstallationLink"))
631
+ TransformationTool.struct_class = Types::TransformationTool
632
+
633
+ UpdateApplicationComponentConfigRequest.add_member(:application_component_id, Shapes::ShapeRef.new(shape: ApplicationComponentId, required: true, location_name: "applicationComponentId"))
634
+ UpdateApplicationComponentConfigRequest.add_member(:inclusion_status, Shapes::ShapeRef.new(shape: InclusionStatus, location_name: "inclusionStatus"))
635
+ UpdateApplicationComponentConfigRequest.add_member(:secrets_manager_key, Shapes::ShapeRef.new(shape: SecretsManagerKey, location_name: "secretsManagerKey"))
636
+ UpdateApplicationComponentConfigRequest.add_member(:source_code_list, Shapes::ShapeRef.new(shape: SourceCodeList, location_name: "sourceCodeList"))
637
+ UpdateApplicationComponentConfigRequest.add_member(:strategy_option, Shapes::ShapeRef.new(shape: StrategyOption, location_name: "strategyOption"))
638
+ UpdateApplicationComponentConfigRequest.struct_class = Types::UpdateApplicationComponentConfigRequest
639
+
640
+ UpdateApplicationComponentConfigResponse.struct_class = Types::UpdateApplicationComponentConfigResponse
641
+
642
+ UpdateServerConfigRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "serverId"))
643
+ UpdateServerConfigRequest.add_member(:strategy_option, Shapes::ShapeRef.new(shape: StrategyOption, location_name: "strategyOption"))
644
+ UpdateServerConfigRequest.struct_class = Types::UpdateServerConfigRequest
645
+
646
+ UpdateServerConfigResponse.struct_class = Types::UpdateServerConfigResponse
647
+
648
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
649
+ ValidationException.struct_class = Types::ValidationException
650
+
651
+
652
+ # @api private
653
+ API = Seahorse::Model::Api.new.tap do |api|
654
+
655
+ api.version = "2020-02-19"
656
+
657
+ api.metadata = {
658
+ "apiVersion" => "2020-02-19",
659
+ "endpointPrefix" => "migrationhub-strategy",
660
+ "jsonVersion" => "1.1",
661
+ "protocol" => "rest-json",
662
+ "serviceFullName" => "Migration Hub Strategy Recommendations",
663
+ "serviceId" => "MigrationHubStrategy",
664
+ "signatureVersion" => "v4",
665
+ "signingName" => "migrationhub-strategy",
666
+ "uid" => "migrationhubstrategy-2020-02-19",
667
+ }
668
+
669
+ api.add_operation(:get_application_component_details, Seahorse::Model::Operation.new.tap do |o|
670
+ o.name = "GetApplicationComponentDetails"
671
+ o.http_method = "GET"
672
+ o.http_request_uri = "/get-applicationcomponent-details/{applicationComponentId}"
673
+ o.input = Shapes::ShapeRef.new(shape: GetApplicationComponentDetailsRequest)
674
+ o.output = Shapes::ShapeRef.new(shape: GetApplicationComponentDetailsResponse)
675
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
676
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
677
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
678
+ end)
679
+
680
+ api.add_operation(:get_application_component_strategies, Seahorse::Model::Operation.new.tap do |o|
681
+ o.name = "GetApplicationComponentStrategies"
682
+ o.http_method = "GET"
683
+ o.http_request_uri = "/get-applicationcomponent-strategies/{applicationComponentId}"
684
+ o.input = Shapes::ShapeRef.new(shape: GetApplicationComponentStrategiesRequest)
685
+ o.output = Shapes::ShapeRef.new(shape: GetApplicationComponentStrategiesResponse)
686
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
687
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
688
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
689
+ end)
690
+
691
+ api.add_operation(:get_assessment, Seahorse::Model::Operation.new.tap do |o|
692
+ o.name = "GetAssessment"
693
+ o.http_method = "GET"
694
+ o.http_request_uri = "/get-assessment/{id}"
695
+ o.input = Shapes::ShapeRef.new(shape: GetAssessmentRequest)
696
+ o.output = Shapes::ShapeRef.new(shape: GetAssessmentResponse)
697
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
698
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
699
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
700
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
701
+ end)
702
+
703
+ api.add_operation(:get_import_file_task, Seahorse::Model::Operation.new.tap do |o|
704
+ o.name = "GetImportFileTask"
705
+ o.http_method = "GET"
706
+ o.http_request_uri = "/get-import-file-task/{id}"
707
+ o.input = Shapes::ShapeRef.new(shape: GetImportFileTaskRequest)
708
+ o.output = Shapes::ShapeRef.new(shape: GetImportFileTaskResponse)
709
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
710
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
711
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
712
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
713
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
714
+ end)
715
+
716
+ api.add_operation(:get_portfolio_preferences, Seahorse::Model::Operation.new.tap do |o|
717
+ o.name = "GetPortfolioPreferences"
718
+ o.http_method = "GET"
719
+ o.http_request_uri = "/get-portfolio-preferences"
720
+ o.input = Shapes::ShapeRef.new(shape: GetPortfolioPreferencesRequest)
721
+ o.output = Shapes::ShapeRef.new(shape: GetPortfolioPreferencesResponse)
722
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
723
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
724
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
725
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
726
+ end)
727
+
728
+ api.add_operation(:get_portfolio_summary, Seahorse::Model::Operation.new.tap do |o|
729
+ o.name = "GetPortfolioSummary"
730
+ o.http_method = "GET"
731
+ o.http_request_uri = "/get-portfolio-summary"
732
+ o.input = Shapes::ShapeRef.new(shape: GetPortfolioSummaryRequest)
733
+ o.output = Shapes::ShapeRef.new(shape: GetPortfolioSummaryResponse)
734
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
735
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
736
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
737
+ end)
738
+
739
+ api.add_operation(:get_recommendation_report_details, Seahorse::Model::Operation.new.tap do |o|
740
+ o.name = "GetRecommendationReportDetails"
741
+ o.http_method = "GET"
742
+ o.http_request_uri = "/get-recommendation-report-details/{id}"
743
+ o.input = Shapes::ShapeRef.new(shape: GetRecommendationReportDetailsRequest)
744
+ o.output = Shapes::ShapeRef.new(shape: GetRecommendationReportDetailsResponse)
745
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
746
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
747
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
749
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
750
+ end)
751
+
752
+ api.add_operation(:get_server_details, Seahorse::Model::Operation.new.tap do |o|
753
+ o.name = "GetServerDetails"
754
+ o.http_method = "GET"
755
+ o.http_request_uri = "/get-server-details/{serverId}"
756
+ o.input = Shapes::ShapeRef.new(shape: GetServerDetailsRequest)
757
+ o.output = Shapes::ShapeRef.new(shape: GetServerDetailsResponse)
758
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
759
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
760
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
761
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
762
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
763
+ o[:pager] = Aws::Pager.new(
764
+ limit_key: "max_results",
765
+ tokens: {
766
+ "next_token" => "next_token"
767
+ }
768
+ )
769
+ end)
770
+
771
+ api.add_operation(:get_server_strategies, Seahorse::Model::Operation.new.tap do |o|
772
+ o.name = "GetServerStrategies"
773
+ o.http_method = "GET"
774
+ o.http_request_uri = "/get-server-strategies/{serverId}"
775
+ o.input = Shapes::ShapeRef.new(shape: GetServerStrategiesRequest)
776
+ o.output = Shapes::ShapeRef.new(shape: GetServerStrategiesResponse)
777
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
778
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
779
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
780
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
781
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
782
+ end)
783
+
784
+ api.add_operation(:list_application_components, Seahorse::Model::Operation.new.tap do |o|
785
+ o.name = "ListApplicationComponents"
786
+ o.http_method = "POST"
787
+ o.http_request_uri = "/list-applicationcomponents"
788
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationComponentsRequest)
789
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationComponentsResponse)
790
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleLockClientException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
793
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
794
+ o[:pager] = Aws::Pager.new(
795
+ limit_key: "max_results",
796
+ tokens: {
797
+ "next_token" => "next_token"
798
+ }
799
+ )
800
+ end)
801
+
802
+ api.add_operation(:list_collectors, Seahorse::Model::Operation.new.tap do |o|
803
+ o.name = "ListCollectors"
804
+ o.http_method = "GET"
805
+ o.http_request_uri = "/list-collectors"
806
+ o.input = Shapes::ShapeRef.new(shape: ListCollectorsRequest)
807
+ o.output = Shapes::ShapeRef.new(shape: ListCollectorsResponse)
808
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
809
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
810
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
811
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
812
+ o[:pager] = Aws::Pager.new(
813
+ limit_key: "max_results",
814
+ tokens: {
815
+ "next_token" => "next_token"
816
+ }
817
+ )
818
+ end)
819
+
820
+ api.add_operation(:list_import_file_task, Seahorse::Model::Operation.new.tap do |o|
821
+ o.name = "ListImportFileTask"
822
+ o.http_method = "GET"
823
+ o.http_request_uri = "/list-import-file-task"
824
+ o.input = Shapes::ShapeRef.new(shape: ListImportFileTaskRequest)
825
+ o.output = Shapes::ShapeRef.new(shape: ListImportFileTaskResponse)
826
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
827
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
828
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
829
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
830
+ o[:pager] = Aws::Pager.new(
831
+ limit_key: "max_results",
832
+ tokens: {
833
+ "next_token" => "next_token"
834
+ }
835
+ )
836
+ end)
837
+
838
+ api.add_operation(:list_servers, Seahorse::Model::Operation.new.tap do |o|
839
+ o.name = "ListServers"
840
+ o.http_method = "POST"
841
+ o.http_request_uri = "/list-servers"
842
+ o.input = Shapes::ShapeRef.new(shape: ListServersRequest)
843
+ o.output = Shapes::ShapeRef.new(shape: ListServersResponse)
844
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
845
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
846
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
847
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
848
+ o[:pager] = Aws::Pager.new(
849
+ limit_key: "max_results",
850
+ tokens: {
851
+ "next_token" => "next_token"
852
+ }
853
+ )
854
+ end)
855
+
856
+ api.add_operation(:put_portfolio_preferences, Seahorse::Model::Operation.new.tap do |o|
857
+ o.name = "PutPortfolioPreferences"
858
+ o.http_method = "POST"
859
+ o.http_request_uri = "/put-portfolio-preferences"
860
+ o.input = Shapes::ShapeRef.new(shape: PutPortfolioPreferencesRequest)
861
+ o.output = Shapes::ShapeRef.new(shape: PutPortfolioPreferencesResponse)
862
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
863
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
864
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
865
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
866
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
867
+ end)
868
+
869
+ api.add_operation(:start_assessment, Seahorse::Model::Operation.new.tap do |o|
870
+ o.name = "StartAssessment"
871
+ o.http_method = "POST"
872
+ o.http_request_uri = "/start-assessment"
873
+ o.input = Shapes::ShapeRef.new(shape: StartAssessmentRequest)
874
+ o.output = Shapes::ShapeRef.new(shape: StartAssessmentResponse)
875
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
876
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
877
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
878
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
879
+ end)
880
+
881
+ api.add_operation(:start_import_file_task, Seahorse::Model::Operation.new.tap do |o|
882
+ o.name = "StartImportFileTask"
883
+ o.http_method = "POST"
884
+ o.http_request_uri = "/start-import-file-task"
885
+ o.input = Shapes::ShapeRef.new(shape: StartImportFileTaskRequest)
886
+ o.output = Shapes::ShapeRef.new(shape: StartImportFileTaskResponse)
887
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
888
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
891
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
892
+ end)
893
+
894
+ api.add_operation(:start_recommendation_report_generation, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "StartRecommendationReportGeneration"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/start-recommendation-report-generation"
898
+ o.input = Shapes::ShapeRef.new(shape: StartRecommendationReportGenerationRequest)
899
+ o.output = Shapes::ShapeRef.new(shape: StartRecommendationReportGenerationResponse)
900
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
901
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
902
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
903
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
905
+ end)
906
+
907
+ api.add_operation(:stop_assessment, Seahorse::Model::Operation.new.tap do |o|
908
+ o.name = "StopAssessment"
909
+ o.http_method = "POST"
910
+ o.http_request_uri = "/stop-assessment"
911
+ o.input = Shapes::ShapeRef.new(shape: StopAssessmentRequest)
912
+ o.output = Shapes::ShapeRef.new(shape: StopAssessmentResponse)
913
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
914
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
915
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
916
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
917
+ end)
918
+
919
+ api.add_operation(:update_application_component_config, Seahorse::Model::Operation.new.tap do |o|
920
+ o.name = "UpdateApplicationComponentConfig"
921
+ o.http_method = "POST"
922
+ o.http_request_uri = "/update-applicationcomponent-config/"
923
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationComponentConfigRequest)
924
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationComponentConfigResponse)
925
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
926
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
927
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
928
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
929
+ end)
930
+
931
+ api.add_operation(:update_server_config, Seahorse::Model::Operation.new.tap do |o|
932
+ o.name = "UpdateServerConfig"
933
+ o.http_method = "POST"
934
+ o.http_request_uri = "/update-server-config/"
935
+ o.input = Shapes::ShapeRef.new(shape: UpdateServerConfigRequest)
936
+ o.output = Shapes::ShapeRef.new(shape: UpdateServerConfigResponse)
937
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
938
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
939
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
940
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
941
+ end)
942
+ end
943
+
944
+ end
945
+ end