aws-sdk-migrationhubstrategyrecommendations 1.19.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79ec38111f08d722f29184c07831bd71ee7586c394fd41af0f024f7df4e70cd7
4
- data.tar.gz: 89bb54e2a1d147aa7024a8afe6f78ccf476e8b8477f55e997e12eee48ff0d7a6
3
+ metadata.gz: 9de81edcebd8fc1a65625c1850a3d53c2ff2f0b0c7d8d9779e15a011314ef395
4
+ data.tar.gz: 62e3012ec92a7b30aec01a22245a01973c399b0c753061944f86521da7062116
5
5
  SHA512:
6
- metadata.gz: c3932cbca57567b677e6441509c11be605f1cbc13db2303704e4388691247a09fa3bb04373c6fa334601f93e81e3af30ee65a4ec5f69ecb90cbf357add758e17
7
- data.tar.gz: 1fd1f1a9c14e408525c784ab67eae051b8590e9a36ff8e90e084d14ac1e417d9c19d2b1e7946f59edc963bddb16def49042103abe70dab12ad58d4dde7c94561
6
+ metadata.gz: 93cffdca1f39bfa4854c0b7aacbbab5d687d0857416cb180148fdbb876694ea116b20992ffad85f668881c6651dbb370f14d5c5b945e47f4728edd9aac4d67af
7
+ data.tar.gz: 89a37363bd1c29a014a56fe016ccf1a0cf212fd0f1f751f6ccadaa49c15392d6521c3225c1df6d416e6fe6d461d83a55b57e65f9eb96d1ac91655a6ea34b2635
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2024-04-25)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.20.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.19.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.21.0
@@ -22,6 +22,7 @@ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
22
  require 'aws-sdk-core/plugins/response_paging.rb'
23
23
  require 'aws-sdk-core/plugins/stub_responses.rb'
24
24
  require 'aws-sdk-core/plugins/idempotency_token.rb'
25
+ require 'aws-sdk-core/plugins/invocation_id.rb'
25
26
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
26
27
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
28
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
@@ -72,6 +73,7 @@ module Aws::MigrationHubStrategyRecommendations
72
73
  add_plugin(Aws::Plugins::ResponsePaging)
73
74
  add_plugin(Aws::Plugins::StubResponses)
74
75
  add_plugin(Aws::Plugins::IdempotencyToken)
76
+ add_plugin(Aws::Plugins::InvocationId)
75
77
  add_plugin(Aws::Plugins::JsonvalueConverter)
76
78
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
77
79
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
@@ -196,10 +198,17 @@ module Aws::MigrationHubStrategyRecommendations
196
198
  # When set to 'true' the request body will not be compressed
197
199
  # for supported operations.
198
200
  #
199
- # @option options [String] :endpoint
200
- # The client endpoint is normally constructed from the `:region`
201
- # option. You should only configure an `:endpoint` when connecting
202
- # to test or custom endpoints. This should be a valid HTTP(S) URI.
201
+ # @option options [String, URI::HTTPS, URI::HTTP] :endpoint
202
+ # Normally you should not configure the `:endpoint` option
203
+ # directly. This is normally constructed from the `:region`
204
+ # option. Configuring `:endpoint` is normally reserved for
205
+ # connecting to test or custom endpoints. The endpoint should
206
+ # be a URI formatted like:
207
+ #
208
+ # 'http://example.com'
209
+ # 'https://example.com'
210
+ # 'http://example.com:123'
211
+ #
203
212
  #
204
213
  # @option options [Integer] :endpoint_cache_max_entries (1000)
205
214
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -337,50 +346,65 @@ module Aws::MigrationHubStrategyRecommendations
337
346
  # @option options [Aws::MigrationHubStrategyRecommendations::EndpointProvider] :endpoint_provider
338
347
  # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::MigrationHubStrategyRecommendations::EndpointParameters`
339
348
  #
340
- # @option options [URI::HTTP,String] :http_proxy A proxy to send
341
- # requests through. Formatted like 'http://proxy.com:123'.
342
- #
343
- # @option options [Float] :http_open_timeout (15) The number of
344
- # seconds to wait when opening a HTTP session before raising a
345
- # `Timeout::Error`.
346
- #
347
- # @option options [Float] :http_read_timeout (60) The default
348
- # number of seconds to wait for response data. This value can
349
- # safely be set per-request on the session.
350
- #
351
- # @option options [Float] :http_idle_timeout (5) The number of
352
- # seconds a connection is allowed to sit idle before it is
353
- # considered stale. Stale connections are closed and removed
354
- # from the pool before making a request.
355
- #
356
- # @option options [Float] :http_continue_timeout (1) The number of
357
- # seconds to wait for a 100-continue response before sending the
358
- # request body. This option has no effect unless the request has
359
- # "Expect" header set to "100-continue". Defaults to `nil` which
360
- # disables this behaviour. This value can safely be set per
361
- # request on the session.
362
- #
363
- # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
364
- # in seconds.
349
+ # @option options [Float] :http_continue_timeout (1)
350
+ # The number of seconds to wait for a 100-continue response before sending the
351
+ # request body. This option has no effect unless the request has "Expect"
352
+ # header set to "100-continue". Defaults to `nil` which disables this
353
+ # behaviour. This value can safely be set per request on the session.
354
+ #
355
+ # @option options [Float] :http_idle_timeout (5)
356
+ # The number of seconds a connection is allowed to sit idle before it
357
+ # is considered stale. Stale connections are closed and removed from the
358
+ # pool before making a request.
359
+ #
360
+ # @option options [Float] :http_open_timeout (15)
361
+ # The default number of seconds to wait for response data.
362
+ # This value can safely be set per-request on the session.
363
+ #
364
+ # @option options [URI::HTTP,String] :http_proxy
365
+ # A proxy to send requests through. Formatted like 'http://proxy.com:123'.
366
+ #
367
+ # @option options [Float] :http_read_timeout (60)
368
+ # The default number of seconds to wait for response data.
369
+ # This value can safely be set per-request on the session.
370
+ #
371
+ # @option options [Boolean] :http_wire_trace (false)
372
+ # When `true`, HTTP debug output will be sent to the `:logger`.
373
+ #
374
+ # @option options [Proc] :on_chunk_received
375
+ # When a Proc object is provided, it will be used as callback when each chunk
376
+ # of the response body is received. It provides three arguments: the chunk,
377
+ # the number of bytes received, and the total number of
378
+ # bytes in the response (or nil if the server did not send a `content-length`).
379
+ #
380
+ # @option options [Proc] :on_chunk_sent
381
+ # When a Proc object is provided, it will be used as callback when each chunk
382
+ # of the request body is sent. It provides three arguments: the chunk,
383
+ # the number of bytes read from the body, and the total number of
384
+ # bytes in the body.
385
+ #
386
+ # @option options [Boolean] :raise_response_errors (true)
387
+ # When `true`, response errors are raised.
388
+ #
389
+ # @option options [String] :ssl_ca_bundle
390
+ # Full path to the SSL certificate authority bundle file that should be used when
391
+ # verifying peer certificates. If you do not pass `:ssl_ca_bundle` or
392
+ # `:ssl_ca_directory` the the system default will be used if available.
393
+ #
394
+ # @option options [String] :ssl_ca_directory
395
+ # Full path of the directory that contains the unbundled SSL certificate
396
+ # authority files for verifying peer certificates. If you do
397
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the system
398
+ # default will be used if available.
365
399
  #
366
- # @option options [Boolean] :http_wire_trace (false) When `true`,
367
- # HTTP debug output will be sent to the `:logger`.
400
+ # @option options [String] :ssl_ca_store
401
+ # Sets the X509::Store to verify peer certificate.
368
402
  #
369
- # @option options [Boolean] :ssl_verify_peer (true) When `true`,
370
- # SSL peer certificates are verified when establishing a
371
- # connection.
403
+ # @option options [Float] :ssl_timeout
404
+ # Sets the SSL timeout in seconds
372
405
  #
373
- # @option options [String] :ssl_ca_bundle Full path to the SSL
374
- # certificate authority bundle file that should be used when
375
- # verifying peer certificates. If you do not pass
376
- # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
377
- # will be used if available.
378
- #
379
- # @option options [String] :ssl_ca_directory Full path of the
380
- # directory that contains the unbundled SSL certificate
381
- # authority files for verifying peer certificates. If you do
382
- # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
383
- # system default will be used if available.
406
+ # @option options [Boolean] :ssl_verify_peer (true)
407
+ # When `true`, SSL peer certificates are verified when establishing a connection.
384
408
  #
385
409
  def initialize(*args)
386
410
  super
@@ -1572,7 +1596,7 @@ module Aws::MigrationHubStrategyRecommendations
1572
1596
  params: params,
1573
1597
  config: config)
1574
1598
  context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
1575
- context[:gem_version] = '1.19.0'
1599
+ context[:gem_version] = '1.21.0'
1576
1600
  Seahorse::Client::Request.new(handlers, context)
1577
1601
  end
1578
1602
 
@@ -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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-migrationhubstrategyrecommendations/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubStrategyRecommendations
54
54
 
55
- GEM_VERSION = '1.19.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
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
+