aws-sdk-migrationhubstrategyrecommendations 1.19.0 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-migrationhubstrategyrecommendations/client.rb +1 -1
- data/lib/aws-sdk-migrationhubstrategyrecommendations/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-migrationhubstrategyrecommendations.rb +1 -1
- data/sig/client.rbs +426 -0
- data/sig/errors.rbs +43 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +765 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8be0d149ae06f88e63571c49887e86708c6b6d14929ad56acad321987f656f7e
|
|
4
|
+
data.tar.gz: d68507287dd4a28542329d5ad0687eca4b9742ff27ea0ab1606bf949c36d5b38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08c73a5cfbfff5bb3e233663dfe26b380e8f18c32abdd22175bb441b63205be94adcf2fee7703e5085e3be21308d9f69ca9c6650234b39f7073387d2022f4660'
|
|
7
|
+
data.tar.gz: 39e8f457fcf8dd354362482d8809bc62b2db25ff00f077dce0c4ba8e52d4ed6b28a695cdf92ad455e8606cbfb7135440222cd4e67e83afcfe15d507fec695ef9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.20.0
|
|
@@ -1572,7 +1572,7 @@ module Aws::MigrationHubStrategyRecommendations
|
|
|
1572
1572
|
params: params,
|
|
1573
1573
|
config: config)
|
|
1574
1574
|
context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
|
|
1575
|
-
context[:gem_version] = '1.
|
|
1575
|
+
context[:gem_version] = '1.20.0'
|
|
1576
1576
|
Seahorse::Client::Request.new(handlers, context)
|
|
1577
1577
|
end
|
|
1578
1578
|
|
|
@@ -14,6 +14,7 @@ module Aws::MigrationHubStrategyRecommendations
|
|
|
14
14
|
option(
|
|
15
15
|
:endpoint_provider,
|
|
16
16
|
doc_type: 'Aws::MigrationHubStrategyRecommendations::EndpointProvider',
|
|
17
|
+
rbs_type: 'untyped',
|
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/sig/client.rbs
ADDED
|
@@ -0,0 +1,426 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module MigrationHubStrategyRecommendations
|
|
10
|
+
class Client < ::Seahorse::Client::Base
|
|
11
|
+
include ::Aws::ClientStubs
|
|
12
|
+
|
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#initialize-instance_method
|
|
14
|
+
def self.new: (
|
|
15
|
+
?credentials: untyped,
|
|
16
|
+
?region: String,
|
|
17
|
+
?access_key_id: String,
|
|
18
|
+
?active_endpoint_cache: bool,
|
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
|
20
|
+
?client_side_monitoring: bool,
|
|
21
|
+
?client_side_monitoring_client_id: String,
|
|
22
|
+
?client_side_monitoring_host: String,
|
|
23
|
+
?client_side_monitoring_port: Integer,
|
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
|
25
|
+
?convert_params: bool,
|
|
26
|
+
?correct_clock_skew: bool,
|
|
27
|
+
?defaults_mode: String,
|
|
28
|
+
?disable_host_prefix_injection: bool,
|
|
29
|
+
?disable_request_compression: bool,
|
|
30
|
+
?endpoint: String,
|
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
|
34
|
+
?endpoint_discovery: bool,
|
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
|
36
|
+
?log_formatter: untyped,
|
|
37
|
+
?log_level: Symbol,
|
|
38
|
+
?logger: untyped,
|
|
39
|
+
?max_attempts: Integer,
|
|
40
|
+
?profile: String,
|
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
|
42
|
+
?retry_backoff: Proc,
|
|
43
|
+
?retry_base_delay: Float,
|
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
|
45
|
+
?retry_limit: Integer,
|
|
46
|
+
?retry_max_delay: Integer,
|
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
|
48
|
+
?sdk_ua_app_id: String,
|
|
49
|
+
?secret_access_key: String,
|
|
50
|
+
?session_token: String,
|
|
51
|
+
?stub_responses: untyped,
|
|
52
|
+
?token_provider: untyped,
|
|
53
|
+
?use_dualstack_endpoint: bool,
|
|
54
|
+
?use_fips_endpoint: bool,
|
|
55
|
+
?validate_params: bool,
|
|
56
|
+
?endpoint_provider: untyped,
|
|
57
|
+
?http_proxy: String,
|
|
58
|
+
?http_open_timeout: (Float | Integer),
|
|
59
|
+
?http_read_timeout: (Float | Integer),
|
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
|
63
|
+
?http_wire_trace: bool,
|
|
64
|
+
?ssl_verify_peer: bool,
|
|
65
|
+
?ssl_ca_bundle: String,
|
|
66
|
+
?ssl_ca_directory: String,
|
|
67
|
+
?ssl_ca_store: String,
|
|
68
|
+
?on_chunk_received: Proc,
|
|
69
|
+
?on_chunk_sent: Proc,
|
|
70
|
+
?raise_response_errors: bool
|
|
71
|
+
) -> instance
|
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
interface _GetApplicationComponentDetailsResponseSuccess
|
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationComponentDetailsResponse]
|
|
77
|
+
def application_component_detail: () -> Types::ApplicationComponentDetail
|
|
78
|
+
def associated_applications: () -> ::Array[Types::AssociatedApplication]
|
|
79
|
+
def associated_server_ids: () -> ::Array[::String]
|
|
80
|
+
def more_application_resource: () -> bool
|
|
81
|
+
end
|
|
82
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_application_component_details-instance_method
|
|
83
|
+
def get_application_component_details: (
|
|
84
|
+
application_component_id: ::String
|
|
85
|
+
) -> _GetApplicationComponentDetailsResponseSuccess
|
|
86
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationComponentDetailsResponseSuccess
|
|
87
|
+
|
|
88
|
+
interface _GetApplicationComponentStrategiesResponseSuccess
|
|
89
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationComponentStrategiesResponse]
|
|
90
|
+
def application_component_strategies: () -> ::Array[Types::ApplicationComponentStrategy]
|
|
91
|
+
end
|
|
92
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_application_component_strategies-instance_method
|
|
93
|
+
def get_application_component_strategies: (
|
|
94
|
+
application_component_id: ::String
|
|
95
|
+
) -> _GetApplicationComponentStrategiesResponseSuccess
|
|
96
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationComponentStrategiesResponseSuccess
|
|
97
|
+
|
|
98
|
+
interface _GetAssessmentResponseSuccess
|
|
99
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAssessmentResponse]
|
|
100
|
+
def assessment_targets: () -> ::Array[Types::AssessmentTarget]
|
|
101
|
+
def data_collection_details: () -> Types::DataCollectionDetails
|
|
102
|
+
def id: () -> ::String
|
|
103
|
+
end
|
|
104
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_assessment-instance_method
|
|
105
|
+
def get_assessment: (
|
|
106
|
+
id: ::String
|
|
107
|
+
) -> _GetAssessmentResponseSuccess
|
|
108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAssessmentResponseSuccess
|
|
109
|
+
|
|
110
|
+
interface _GetImportFileTaskResponseSuccess
|
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetImportFileTaskResponse]
|
|
112
|
+
def completion_time: () -> ::Time
|
|
113
|
+
def id: () -> ::String
|
|
114
|
+
def import_name: () -> ::String
|
|
115
|
+
def input_s3_bucket: () -> ::String
|
|
116
|
+
def input_s3_key: () -> ::String
|
|
117
|
+
def number_of_records_failed: () -> ::Integer
|
|
118
|
+
def number_of_records_success: () -> ::Integer
|
|
119
|
+
def start_time: () -> ::Time
|
|
120
|
+
def status: () -> ("ImportInProgress" | "ImportFailed" | "ImportPartialSuccess" | "ImportSuccess" | "DeleteInProgress" | "DeleteFailed" | "DeletePartialSuccess" | "DeleteSuccess")
|
|
121
|
+
def status_report_s3_bucket: () -> ::String
|
|
122
|
+
def status_report_s3_key: () -> ::String
|
|
123
|
+
end
|
|
124
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_import_file_task-instance_method
|
|
125
|
+
def get_import_file_task: (
|
|
126
|
+
id: ::String
|
|
127
|
+
) -> _GetImportFileTaskResponseSuccess
|
|
128
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetImportFileTaskResponseSuccess
|
|
129
|
+
|
|
130
|
+
interface _GetLatestAssessmentIdResponseSuccess
|
|
131
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetLatestAssessmentIdResponse]
|
|
132
|
+
def id: () -> ::String
|
|
133
|
+
end
|
|
134
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_latest_assessment_id-instance_method
|
|
135
|
+
def get_latest_assessment_id: (
|
|
136
|
+
) -> _GetLatestAssessmentIdResponseSuccess
|
|
137
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLatestAssessmentIdResponseSuccess
|
|
138
|
+
|
|
139
|
+
interface _GetPortfolioPreferencesResponseSuccess
|
|
140
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPortfolioPreferencesResponse]
|
|
141
|
+
def application_mode: () -> ("ALL" | "KNOWN" | "UNKNOWN")
|
|
142
|
+
def application_preferences: () -> Types::ApplicationPreferences
|
|
143
|
+
def database_preferences: () -> Types::DatabasePreferences
|
|
144
|
+
def prioritize_business_goals: () -> Types::PrioritizeBusinessGoals
|
|
145
|
+
end
|
|
146
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_portfolio_preferences-instance_method
|
|
147
|
+
def get_portfolio_preferences: (
|
|
148
|
+
) -> _GetPortfolioPreferencesResponseSuccess
|
|
149
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPortfolioPreferencesResponseSuccess
|
|
150
|
+
|
|
151
|
+
interface _GetPortfolioSummaryResponseSuccess
|
|
152
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPortfolioSummaryResponse]
|
|
153
|
+
def assessment_summary: () -> Types::AssessmentSummary
|
|
154
|
+
end
|
|
155
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_portfolio_summary-instance_method
|
|
156
|
+
def get_portfolio_summary: (
|
|
157
|
+
) -> _GetPortfolioSummaryResponseSuccess
|
|
158
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPortfolioSummaryResponseSuccess
|
|
159
|
+
|
|
160
|
+
interface _GetRecommendationReportDetailsResponseSuccess
|
|
161
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRecommendationReportDetailsResponse]
|
|
162
|
+
def id: () -> ::String
|
|
163
|
+
def recommendation_report_details: () -> Types::RecommendationReportDetails
|
|
164
|
+
end
|
|
165
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_recommendation_report_details-instance_method
|
|
166
|
+
def get_recommendation_report_details: (
|
|
167
|
+
id: ::String
|
|
168
|
+
) -> _GetRecommendationReportDetailsResponseSuccess
|
|
169
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecommendationReportDetailsResponseSuccess
|
|
170
|
+
|
|
171
|
+
interface _GetServerDetailsResponseSuccess
|
|
172
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServerDetailsResponse]
|
|
173
|
+
def associated_applications: () -> ::Array[Types::AssociatedApplication]
|
|
174
|
+
def next_token: () -> ::String
|
|
175
|
+
def server_detail: () -> Types::ServerDetail
|
|
176
|
+
end
|
|
177
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_server_details-instance_method
|
|
178
|
+
def get_server_details: (
|
|
179
|
+
?max_results: ::Integer,
|
|
180
|
+
?next_token: ::String,
|
|
181
|
+
server_id: ::String
|
|
182
|
+
) -> _GetServerDetailsResponseSuccess
|
|
183
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServerDetailsResponseSuccess
|
|
184
|
+
|
|
185
|
+
interface _GetServerStrategiesResponseSuccess
|
|
186
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetServerStrategiesResponse]
|
|
187
|
+
def server_strategies: () -> ::Array[Types::ServerStrategy]
|
|
188
|
+
end
|
|
189
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#get_server_strategies-instance_method
|
|
190
|
+
def get_server_strategies: (
|
|
191
|
+
server_id: ::String
|
|
192
|
+
) -> _GetServerStrategiesResponseSuccess
|
|
193
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServerStrategiesResponseSuccess
|
|
194
|
+
|
|
195
|
+
interface _ListAnalyzableServersResponseSuccess
|
|
196
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAnalyzableServersResponse]
|
|
197
|
+
def analyzable_servers: () -> ::Array[Types::AnalyzableServerSummary]
|
|
198
|
+
def next_token: () -> ::String
|
|
199
|
+
end
|
|
200
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#list_analyzable_servers-instance_method
|
|
201
|
+
def list_analyzable_servers: (
|
|
202
|
+
?max_results: ::Integer,
|
|
203
|
+
?next_token: ::String,
|
|
204
|
+
?sort: ("ASC" | "DESC")
|
|
205
|
+
) -> _ListAnalyzableServersResponseSuccess
|
|
206
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAnalyzableServersResponseSuccess
|
|
207
|
+
|
|
208
|
+
interface _ListApplicationComponentsResponseSuccess
|
|
209
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationComponentsResponse]
|
|
210
|
+
def application_component_infos: () -> ::Array[Types::ApplicationComponentDetail]
|
|
211
|
+
def next_token: () -> ::String
|
|
212
|
+
end
|
|
213
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#list_application_components-instance_method
|
|
214
|
+
def list_application_components: (
|
|
215
|
+
?application_component_criteria: ("NOT_DEFINED" | "APP_NAME" | "SERVER_ID" | "APP_TYPE" | "STRATEGY" | "DESTINATION" | "ANALYSIS_STATUS" | "ERROR_CATEGORY"),
|
|
216
|
+
?filter_value: ::String,
|
|
217
|
+
?group_id_filter: Array[
|
|
218
|
+
{
|
|
219
|
+
name: ("ExternalId" | "ExternalSourceType")?,
|
|
220
|
+
value: ::String?
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
?max_results: ::Integer,
|
|
224
|
+
?next_token: ::String,
|
|
225
|
+
?sort: ("ASC" | "DESC")
|
|
226
|
+
) -> _ListApplicationComponentsResponseSuccess
|
|
227
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationComponentsResponseSuccess
|
|
228
|
+
|
|
229
|
+
interface _ListCollectorsResponseSuccess
|
|
230
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListCollectorsResponse]
|
|
231
|
+
def collectors: () -> ::Array[Types::Collector]
|
|
232
|
+
def next_token: () -> ::String
|
|
233
|
+
end
|
|
234
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#list_collectors-instance_method
|
|
235
|
+
def list_collectors: (
|
|
236
|
+
?max_results: ::Integer,
|
|
237
|
+
?next_token: ::String
|
|
238
|
+
) -> _ListCollectorsResponseSuccess
|
|
239
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCollectorsResponseSuccess
|
|
240
|
+
|
|
241
|
+
interface _ListImportFileTaskResponseSuccess
|
|
242
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListImportFileTaskResponse]
|
|
243
|
+
def next_token: () -> ::String
|
|
244
|
+
def task_infos: () -> ::Array[Types::ImportFileTaskInformation]
|
|
245
|
+
end
|
|
246
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#list_import_file_task-instance_method
|
|
247
|
+
def list_import_file_task: (
|
|
248
|
+
?max_results: ::Integer,
|
|
249
|
+
?next_token: ::String
|
|
250
|
+
) -> _ListImportFileTaskResponseSuccess
|
|
251
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListImportFileTaskResponseSuccess
|
|
252
|
+
|
|
253
|
+
interface _ListServersResponseSuccess
|
|
254
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListServersResponse]
|
|
255
|
+
def next_token: () -> ::String
|
|
256
|
+
def server_infos: () -> ::Array[Types::ServerDetail]
|
|
257
|
+
end
|
|
258
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#list_servers-instance_method
|
|
259
|
+
def list_servers: (
|
|
260
|
+
?filter_value: ::String,
|
|
261
|
+
?group_id_filter: Array[
|
|
262
|
+
{
|
|
263
|
+
name: ("ExternalId" | "ExternalSourceType")?,
|
|
264
|
+
value: ::String?
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
?max_results: ::Integer,
|
|
268
|
+
?next_token: ::String,
|
|
269
|
+
?server_criteria: ("NOT_DEFINED" | "OS_NAME" | "STRATEGY" | "DESTINATION" | "SERVER_ID" | "ANALYSIS_STATUS" | "ERROR_CATEGORY"),
|
|
270
|
+
?sort: ("ASC" | "DESC")
|
|
271
|
+
) -> _ListServersResponseSuccess
|
|
272
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServersResponseSuccess
|
|
273
|
+
|
|
274
|
+
interface _PutPortfolioPreferencesResponseSuccess
|
|
275
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutPortfolioPreferencesResponse]
|
|
276
|
+
end
|
|
277
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#put_portfolio_preferences-instance_method
|
|
278
|
+
def put_portfolio_preferences: (
|
|
279
|
+
?application_mode: ("ALL" | "KNOWN" | "UNKNOWN"),
|
|
280
|
+
?application_preferences: {
|
|
281
|
+
management_preference: {
|
|
282
|
+
aws_managed_resources: {
|
|
283
|
+
target_destination: Array[("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate")]
|
|
284
|
+
}?,
|
|
285
|
+
no_preference: {
|
|
286
|
+
target_destination: Array[("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)")]
|
|
287
|
+
}?,
|
|
288
|
+
self_manage_resources: {
|
|
289
|
+
target_destination: Array[("None specified" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)")]
|
|
290
|
+
}?
|
|
291
|
+
}?
|
|
292
|
+
},
|
|
293
|
+
?database_preferences: {
|
|
294
|
+
database_management_preference: ("AWS-managed" | "Self-manage" | "No preference")?,
|
|
295
|
+
database_migration_preference: {
|
|
296
|
+
heterogeneous: {
|
|
297
|
+
target_database_engine: Array[("None specified" | "Amazon Aurora" | "AWS PostgreSQL" | "MySQL" | "Microsoft SQL Server" | "Oracle Database" | "MariaDB" | "SAP" | "Db2 LUW" | "MongoDB")]
|
|
298
|
+
}?,
|
|
299
|
+
homogeneous: {
|
|
300
|
+
target_database_engine: Array[("None specified")]?
|
|
301
|
+
}?,
|
|
302
|
+
no_preference: {
|
|
303
|
+
target_database_engine: Array[("None specified" | "Amazon Aurora" | "AWS PostgreSQL" | "MySQL" | "Microsoft SQL Server" | "Oracle Database" | "MariaDB" | "SAP" | "Db2 LUW" | "MongoDB")]
|
|
304
|
+
}?
|
|
305
|
+
}?
|
|
306
|
+
},
|
|
307
|
+
?prioritize_business_goals: {
|
|
308
|
+
business_goals: {
|
|
309
|
+
license_cost_reduction: ::Integer?,
|
|
310
|
+
modernize_infrastructure_with_cloud_native_technologies: ::Integer?,
|
|
311
|
+
reduce_operational_overhead_with_managed_services: ::Integer?,
|
|
312
|
+
speed_of_migration: ::Integer?
|
|
313
|
+
}?
|
|
314
|
+
}
|
|
315
|
+
) -> _PutPortfolioPreferencesResponseSuccess
|
|
316
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPortfolioPreferencesResponseSuccess
|
|
317
|
+
|
|
318
|
+
interface _StartAssessmentResponseSuccess
|
|
319
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartAssessmentResponse]
|
|
320
|
+
def assessment_id: () -> ::String
|
|
321
|
+
end
|
|
322
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#start_assessment-instance_method
|
|
323
|
+
def start_assessment: (
|
|
324
|
+
?assessment_data_source_type: ("StrategyRecommendationsApplicationDataCollector" | "ManualImport" | "ApplicationDiscoveryService"),
|
|
325
|
+
?assessment_targets: Array[
|
|
326
|
+
{
|
|
327
|
+
condition: ("EQUALS" | "NOT_EQUALS" | "CONTAINS" | "NOT_CONTAINS"),
|
|
328
|
+
name: ::String,
|
|
329
|
+
values: Array[::String]
|
|
330
|
+
},
|
|
331
|
+
],
|
|
332
|
+
?s3bucket_for_analysis_data: ::String,
|
|
333
|
+
?s3bucket_for_report_data: ::String
|
|
334
|
+
) -> _StartAssessmentResponseSuccess
|
|
335
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAssessmentResponseSuccess
|
|
336
|
+
|
|
337
|
+
interface _StartImportFileTaskResponseSuccess
|
|
338
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartImportFileTaskResponse]
|
|
339
|
+
def id: () -> ::String
|
|
340
|
+
end
|
|
341
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#start_import_file_task-instance_method
|
|
342
|
+
def start_import_file_task: (
|
|
343
|
+
s3_bucket: ::String,
|
|
344
|
+
?data_source_type: ("ApplicationDiscoveryService" | "MPA" | "Import" | "StrategyRecommendationsApplicationDataCollector"),
|
|
345
|
+
?group_id: Array[
|
|
346
|
+
{
|
|
347
|
+
name: ("ExternalId" | "ExternalSourceType")?,
|
|
348
|
+
value: ::String?
|
|
349
|
+
},
|
|
350
|
+
],
|
|
351
|
+
name: ::String,
|
|
352
|
+
?s3bucket_for_report_data: ::String,
|
|
353
|
+
s3key: ::String
|
|
354
|
+
) -> _StartImportFileTaskResponseSuccess
|
|
355
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartImportFileTaskResponseSuccess
|
|
356
|
+
|
|
357
|
+
interface _StartRecommendationReportGenerationResponseSuccess
|
|
358
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartRecommendationReportGenerationResponse]
|
|
359
|
+
def id: () -> ::String
|
|
360
|
+
end
|
|
361
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#start_recommendation_report_generation-instance_method
|
|
362
|
+
def start_recommendation_report_generation: (
|
|
363
|
+
?group_id_filter: Array[
|
|
364
|
+
{
|
|
365
|
+
name: ("ExternalId" | "ExternalSourceType")?,
|
|
366
|
+
value: ::String?
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
?output_format: ("Excel" | "Json")
|
|
370
|
+
) -> _StartRecommendationReportGenerationResponseSuccess
|
|
371
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartRecommendationReportGenerationResponseSuccess
|
|
372
|
+
|
|
373
|
+
interface _StopAssessmentResponseSuccess
|
|
374
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StopAssessmentResponse]
|
|
375
|
+
end
|
|
376
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#stop_assessment-instance_method
|
|
377
|
+
def stop_assessment: (
|
|
378
|
+
assessment_id: ::String
|
|
379
|
+
) -> _StopAssessmentResponseSuccess
|
|
380
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopAssessmentResponseSuccess
|
|
381
|
+
|
|
382
|
+
interface _UpdateApplicationComponentConfigResponseSuccess
|
|
383
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationComponentConfigResponse]
|
|
384
|
+
end
|
|
385
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#update_application_component_config-instance_method
|
|
386
|
+
def update_application_component_config: (
|
|
387
|
+
?app_type: ("DotNetFramework" | "Java" | "SQLServer" | "IIS" | "Oracle" | "Other" | "Tomcat" | "JBoss" | "Spring" | "Mongo DB" | "DB2" | "Maria DB" | "MySQL" | "Sybase" | "PostgreSQLServer" | "Cassandra" | "IBM WebSphere" | "Oracle WebLogic" | "Visual Basic" | "Unknown" | "DotnetCore" | "Dotnet"),
|
|
388
|
+
application_component_id: ::String,
|
|
389
|
+
?configure_only: bool,
|
|
390
|
+
?inclusion_status: ("excludeFromAssessment" | "includeInAssessment"),
|
|
391
|
+
?secrets_manager_key: ::String,
|
|
392
|
+
?source_code_list: Array[
|
|
393
|
+
{
|
|
394
|
+
location: ::String?,
|
|
395
|
+
project_name: ::String?,
|
|
396
|
+
source_version: ::String?,
|
|
397
|
+
version_control: ("GITHUB" | "GITHUB_ENTERPRISE" | "AZURE_DEVOPS_GIT")?
|
|
398
|
+
},
|
|
399
|
+
],
|
|
400
|
+
?strategy_option: {
|
|
401
|
+
is_preferred: bool?,
|
|
402
|
+
strategy: ("Rehost" | "Retirement" | "Refactor" | "Replatform" | "Retain" | "Relocate" | "Repurchase")?,
|
|
403
|
+
target_destination: ("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)" | "Aurora MySQL" | "Aurora PostgreSQL" | "Amazon Relational Database Service on MySQL" | "Amazon Relational Database Service on PostgreSQL" | "Amazon DocumentDB" | "Amazon DynamoDB" | "Amazon Relational Database Service" | "Babelfish for Aurora PostgreSQL")?,
|
|
404
|
+
tool_name: ("App2Container" | "Porting Assistant For .NET" | "End of Support Migration" | "Windows Web Application Migration Assistant" | "Application Migration Service" | "Strategy Recommendation Support" | "In Place Operating System Upgrade" | "Schema Conversion Tool" | "Database Migration Service" | "Native SQL Server Backup/Restore")?
|
|
405
|
+
}
|
|
406
|
+
) -> _UpdateApplicationComponentConfigResponseSuccess
|
|
407
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationComponentConfigResponseSuccess
|
|
408
|
+
|
|
409
|
+
interface _UpdateServerConfigResponseSuccess
|
|
410
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServerConfigResponse]
|
|
411
|
+
end
|
|
412
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Client.html#update_server_config-instance_method
|
|
413
|
+
def update_server_config: (
|
|
414
|
+
server_id: ::String,
|
|
415
|
+
?strategy_option: {
|
|
416
|
+
is_preferred: bool?,
|
|
417
|
+
strategy: ("Rehost" | "Retirement" | "Refactor" | "Replatform" | "Retain" | "Relocate" | "Repurchase")?,
|
|
418
|
+
target_destination: ("None specified" | "AWS Elastic BeanStalk" | "AWS Fargate" | "Amazon Elastic Cloud Compute (EC2)" | "Amazon Elastic Container Service (ECS)" | "Amazon Elastic Kubernetes Service (EKS)" | "Aurora MySQL" | "Aurora PostgreSQL" | "Amazon Relational Database Service on MySQL" | "Amazon Relational Database Service on PostgreSQL" | "Amazon DocumentDB" | "Amazon DynamoDB" | "Amazon Relational Database Service" | "Babelfish for Aurora PostgreSQL")?,
|
|
419
|
+
tool_name: ("App2Container" | "Porting Assistant For .NET" | "End of Support Migration" | "Windows Web Application Migration Assistant" | "Application Migration Service" | "Strategy Recommendation Support" | "In Place Operating System Upgrade" | "Schema Conversion Tool" | "Database Migration Service" | "Native SQL Server Backup/Restore")?
|
|
420
|
+
}
|
|
421
|
+
) -> _UpdateServerConfigResponseSuccess
|
|
422
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServerConfigResponseSuccess
|
|
423
|
+
end
|
|
424
|
+
end
|
|
425
|
+
end
|
|
426
|
+
|
data/sig/errors.rbs
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module MigrationHubStrategyRecommendations
|
|
10
|
+
module Errors
|
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
|
15
|
+
def message: () -> ::String
|
|
16
|
+
end
|
|
17
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
|
18
|
+
def message: () -> ::String
|
|
19
|
+
end
|
|
20
|
+
class DependencyException < ::Aws::Errors::ServiceError
|
|
21
|
+
def message: () -> ::String
|
|
22
|
+
end
|
|
23
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
|
24
|
+
def message: () -> ::String
|
|
25
|
+
end
|
|
26
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
|
27
|
+
def message: () -> ::String
|
|
28
|
+
end
|
|
29
|
+
class ServiceLinkedRoleLockClientException < ::Aws::Errors::ServiceError
|
|
30
|
+
def message: () -> ::String
|
|
31
|
+
end
|
|
32
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
|
33
|
+
def message: () -> ::String
|
|
34
|
+
end
|
|
35
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
|
36
|
+
def message: () -> ::String
|
|
37
|
+
end
|
|
38
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
|
39
|
+
def message: () -> ::String
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
data/sig/resource.rbs
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module MigrationHubStrategyRecommendations
|
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Resource.html
|
|
11
|
+
class Resource
|
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubStrategyRecommendations/Resource.html#initialize-instance_method
|
|
13
|
+
def initialize: (
|
|
14
|
+
?client: Client,
|
|
15
|
+
?credentials: untyped,
|
|
16
|
+
?region: String,
|
|
17
|
+
?access_key_id: String,
|
|
18
|
+
?active_endpoint_cache: bool,
|
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
|
20
|
+
?client_side_monitoring: bool,
|
|
21
|
+
?client_side_monitoring_client_id: String,
|
|
22
|
+
?client_side_monitoring_host: String,
|
|
23
|
+
?client_side_monitoring_port: Integer,
|
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
|
25
|
+
?convert_params: bool,
|
|
26
|
+
?correct_clock_skew: bool,
|
|
27
|
+
?defaults_mode: String,
|
|
28
|
+
?disable_host_prefix_injection: bool,
|
|
29
|
+
?disable_request_compression: bool,
|
|
30
|
+
?endpoint: String,
|
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
|
34
|
+
?endpoint_discovery: bool,
|
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
|
36
|
+
?log_formatter: untyped,
|
|
37
|
+
?log_level: Symbol,
|
|
38
|
+
?logger: untyped,
|
|
39
|
+
?max_attempts: Integer,
|
|
40
|
+
?profile: String,
|
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
|
42
|
+
?retry_backoff: Proc,
|
|
43
|
+
?retry_base_delay: Float,
|
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
|
45
|
+
?retry_limit: Integer,
|
|
46
|
+
?retry_max_delay: Integer,
|
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
|
48
|
+
?sdk_ua_app_id: String,
|
|
49
|
+
?secret_access_key: String,
|
|
50
|
+
?session_token: String,
|
|
51
|
+
?stub_responses: untyped,
|
|
52
|
+
?token_provider: untyped,
|
|
53
|
+
?use_dualstack_endpoint: bool,
|
|
54
|
+
?use_fips_endpoint: bool,
|
|
55
|
+
?validate_params: bool,
|
|
56
|
+
?endpoint_provider: untyped,
|
|
57
|
+
?http_proxy: String,
|
|
58
|
+
?http_open_timeout: (Float | Integer),
|
|
59
|
+
?http_read_timeout: (Float | Integer),
|
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
|
63
|
+
?http_wire_trace: bool,
|
|
64
|
+
?ssl_verify_peer: bool,
|
|
65
|
+
?ssl_ca_bundle: String,
|
|
66
|
+
?ssl_ca_directory: String,
|
|
67
|
+
?ssl_ca_store: String,
|
|
68
|
+
?on_chunk_received: Proc,
|
|
69
|
+
?on_chunk_sent: Proc,
|
|
70
|
+
?raise_response_errors: bool
|
|
71
|
+
) -> void
|
|
72
|
+
| (?Hash[Symbol, untyped]) -> void
|
|
73
|
+
|
|
74
|
+
def client: () -> Client
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|