aws-sdk-migrationhubrefactorspaces 1.21.0 → 1.22.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8985d97ba029bcfc9d2f7f9a28dfb96d57481efef30be9365f8137d145df956
4
- data.tar.gz: 6096df77a488500f76bddbdaa466814159d53eef07e6ba3b2af43f6aeebb62fa
3
+ metadata.gz: be5f0d1895483f96e2b2151d14a564036c5fc82240a46c8da3fe111cd6e866a3
4
+ data.tar.gz: ec8fd644e73a93e0b3e569090176c636e11cb253caf942fe66c6b95f71f4e740
5
5
  SHA512:
6
- metadata.gz: 78d910c2e9f94ed71ee69cb04e4f518be015befa9eea08273cbdc0a2ab7d9121de11fff320c696a3d538a611139bb9f08ad75db4b736b6c4536fca006f8a6683
7
- data.tar.gz: b8cb1027c339215ea3d6539e0a7d5869ffb1737b764fbb0c1bb6f19322b8e81fac68552b32b2c2c159462290ff792ac755a182b617a34b144ece4ad554e705fb
6
+ metadata.gz: 2fa087e5f716ac3190b4543af0a3880aa92167139b01f7b64bc87e3ecc04d07cddc5522d0eb6b954732e7cb383ec2797c5fe2879d23a057b51f84b6fbd185125
7
+ data.tar.gz: b9aba6297565b86c14a9e2b76ba8e29c2d851be024de5c3b5a5149c4e984fad26779e054d3430af97c7a51b7c8419c6762857afbde649805aa53af0625ce6186
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -1947,7 +1947,7 @@ module Aws::MigrationHubRefactorSpaces
1947
1947
  params: params,
1948
1948
  config: config)
1949
1949
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1950
- context[:gem_version] = '1.21.0'
1950
+ context[:gem_version] = '1.22.0'
1951
1951
  Seahorse::Client::Request.new(handlers, context)
1952
1952
  end
1953
1953
 
@@ -14,6 +14,7 @@ module Aws::MigrationHubRefactorSpaces
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::MigrationHubRefactorSpaces::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-migrationhubrefactorspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubRefactorSpaces
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,512 @@
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 MigrationHubRefactorSpaces
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/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 _CreateApplicationResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
77
+ def api_gateway_proxy: () -> Types::ApiGatewayProxyInput
78
+ def application_id: () -> ::String
79
+ def arn: () -> ::String
80
+ def created_by_account_id: () -> ::String
81
+ def created_time: () -> ::Time
82
+ def environment_id: () -> ::String
83
+ def last_updated_time: () -> ::Time
84
+ def name: () -> ::String
85
+ def owner_account_id: () -> ::String
86
+ def proxy_type: () -> ("API_GATEWAY")
87
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
88
+ def tags: () -> ::Hash[::String, ::String]
89
+ def vpc_id: () -> ::String
90
+ end
91
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#create_application-instance_method
92
+ def create_application: (
93
+ ?api_gateway_proxy: {
94
+ endpoint_type: ("REGIONAL" | "PRIVATE")?,
95
+ stage_name: ::String?
96
+ },
97
+ ?client_token: ::String,
98
+ environment_identifier: ::String,
99
+ name: ::String,
100
+ proxy_type: ("API_GATEWAY"),
101
+ ?tags: Hash[::String, ::String],
102
+ vpc_id: ::String
103
+ ) -> _CreateApplicationResponseSuccess
104
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
105
+
106
+ interface _CreateEnvironmentResponseSuccess
107
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentResponse]
108
+ def arn: () -> ::String
109
+ def created_time: () -> ::Time
110
+ def description: () -> ::String
111
+ def environment_id: () -> ::String
112
+ def last_updated_time: () -> ::Time
113
+ def name: () -> ::String
114
+ def network_fabric_type: () -> ("TRANSIT_GATEWAY" | "NONE")
115
+ def owner_account_id: () -> ::String
116
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
117
+ def tags: () -> ::Hash[::String, ::String]
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#create_environment-instance_method
120
+ def create_environment: (
121
+ ?client_token: ::String,
122
+ ?description: ::String,
123
+ name: ::String,
124
+ network_fabric_type: ("TRANSIT_GATEWAY" | "NONE"),
125
+ ?tags: Hash[::String, ::String]
126
+ ) -> _CreateEnvironmentResponseSuccess
127
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
128
+
129
+ interface _CreateRouteResponseSuccess
130
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRouteResponse]
131
+ def application_id: () -> ::String
132
+ def arn: () -> ::String
133
+ def created_by_account_id: () -> ::String
134
+ def created_time: () -> ::Time
135
+ def last_updated_time: () -> ::Time
136
+ def owner_account_id: () -> ::String
137
+ def route_id: () -> ::String
138
+ def route_type: () -> ("DEFAULT" | "URI_PATH")
139
+ def service_id: () -> ::String
140
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
141
+ def tags: () -> ::Hash[::String, ::String]
142
+ def uri_path_route: () -> Types::UriPathRouteInput
143
+ end
144
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#create_route-instance_method
145
+ def create_route: (
146
+ application_identifier: ::String,
147
+ ?client_token: ::String,
148
+ ?default_route: {
149
+ activation_state: ("ACTIVE" | "INACTIVE")?
150
+ },
151
+ environment_identifier: ::String,
152
+ route_type: ("DEFAULT" | "URI_PATH"),
153
+ service_identifier: ::String,
154
+ ?tags: Hash[::String, ::String],
155
+ ?uri_path_route: {
156
+ activation_state: ("ACTIVE" | "INACTIVE"),
157
+ append_source_path: bool?,
158
+ include_child_paths: bool?,
159
+ methods: Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]?,
160
+ source_path: ::String
161
+ }
162
+ ) -> _CreateRouteResponseSuccess
163
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRouteResponseSuccess
164
+
165
+ interface _CreateServiceResponseSuccess
166
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceResponse]
167
+ def application_id: () -> ::String
168
+ def arn: () -> ::String
169
+ def created_by_account_id: () -> ::String
170
+ def created_time: () -> ::Time
171
+ def description: () -> ::String
172
+ def endpoint_type: () -> ("LAMBDA" | "URL")
173
+ def environment_id: () -> ::String
174
+ def lambda_endpoint: () -> Types::LambdaEndpointInput
175
+ def last_updated_time: () -> ::Time
176
+ def name: () -> ::String
177
+ def owner_account_id: () -> ::String
178
+ def service_id: () -> ::String
179
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
180
+ def tags: () -> ::Hash[::String, ::String]
181
+ def url_endpoint: () -> Types::UrlEndpointInput
182
+ def vpc_id: () -> ::String
183
+ end
184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#create_service-instance_method
185
+ def create_service: (
186
+ application_identifier: ::String,
187
+ ?client_token: ::String,
188
+ ?description: ::String,
189
+ endpoint_type: ("LAMBDA" | "URL"),
190
+ environment_identifier: ::String,
191
+ ?lambda_endpoint: {
192
+ arn: ::String
193
+ },
194
+ name: ::String,
195
+ ?tags: Hash[::String, ::String],
196
+ ?url_endpoint: {
197
+ health_url: ::String?,
198
+ url: ::String
199
+ },
200
+ ?vpc_id: ::String
201
+ ) -> _CreateServiceResponseSuccess
202
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceResponseSuccess
203
+
204
+ interface _DeleteApplicationResponseSuccess
205
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
206
+ def application_id: () -> ::String
207
+ def arn: () -> ::String
208
+ def environment_id: () -> ::String
209
+ def last_updated_time: () -> ::Time
210
+ def name: () -> ::String
211
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
212
+ end
213
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#delete_application-instance_method
214
+ def delete_application: (
215
+ application_identifier: ::String,
216
+ environment_identifier: ::String
217
+ ) -> _DeleteApplicationResponseSuccess
218
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationResponseSuccess
219
+
220
+ interface _DeleteEnvironmentResponseSuccess
221
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentResponse]
222
+ def arn: () -> ::String
223
+ def environment_id: () -> ::String
224
+ def last_updated_time: () -> ::Time
225
+ def name: () -> ::String
226
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
227
+ end
228
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#delete_environment-instance_method
229
+ def delete_environment: (
230
+ environment_identifier: ::String
231
+ ) -> _DeleteEnvironmentResponseSuccess
232
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentResponseSuccess
233
+
234
+ interface _DeleteResourcePolicyResponseSuccess
235
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourcePolicyResponse]
236
+ end
237
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#delete_resource_policy-instance_method
238
+ def delete_resource_policy: (
239
+ identifier: ::String
240
+ ) -> _DeleteResourcePolicyResponseSuccess
241
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResourcePolicyResponseSuccess
242
+
243
+ interface _DeleteRouteResponseSuccess
244
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRouteResponse]
245
+ def application_id: () -> ::String
246
+ def arn: () -> ::String
247
+ def last_updated_time: () -> ::Time
248
+ def route_id: () -> ::String
249
+ def service_id: () -> ::String
250
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
251
+ end
252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#delete_route-instance_method
253
+ def delete_route: (
254
+ application_identifier: ::String,
255
+ environment_identifier: ::String,
256
+ route_identifier: ::String
257
+ ) -> _DeleteRouteResponseSuccess
258
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRouteResponseSuccess
259
+
260
+ interface _DeleteServiceResponseSuccess
261
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceResponse]
262
+ def application_id: () -> ::String
263
+ def arn: () -> ::String
264
+ def environment_id: () -> ::String
265
+ def last_updated_time: () -> ::Time
266
+ def name: () -> ::String
267
+ def service_id: () -> ::String
268
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
269
+ end
270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#delete_service-instance_method
271
+ def delete_service: (
272
+ application_identifier: ::String,
273
+ environment_identifier: ::String,
274
+ service_identifier: ::String
275
+ ) -> _DeleteServiceResponseSuccess
276
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteServiceResponseSuccess
277
+
278
+ interface _GetApplicationResponseSuccess
279
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
280
+ def api_gateway_proxy: () -> Types::ApiGatewayProxyConfig
281
+ def application_id: () -> ::String
282
+ def arn: () -> ::String
283
+ def created_by_account_id: () -> ::String
284
+ def created_time: () -> ::Time
285
+ def environment_id: () -> ::String
286
+ def last_updated_time: () -> ::Time
287
+ def name: () -> ::String
288
+ def owner_account_id: () -> ::String
289
+ def proxy_type: () -> ("API_GATEWAY")
290
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
291
+ def tags: () -> ::Hash[::String, ::String]
292
+ def vpc_id: () -> ::String
293
+ end
294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#get_application-instance_method
295
+ def get_application: (
296
+ application_identifier: ::String,
297
+ environment_identifier: ::String
298
+ ) -> _GetApplicationResponseSuccess
299
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationResponseSuccess
300
+
301
+ interface _GetEnvironmentResponseSuccess
302
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentResponse]
303
+ def arn: () -> ::String
304
+ def created_time: () -> ::Time
305
+ def description: () -> ::String
306
+ def environment_id: () -> ::String
307
+ def last_updated_time: () -> ::Time
308
+ def name: () -> ::String
309
+ def network_fabric_type: () -> ("TRANSIT_GATEWAY" | "NONE")
310
+ def owner_account_id: () -> ::String
311
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
312
+ def tags: () -> ::Hash[::String, ::String]
313
+ def transit_gateway_id: () -> ::String
314
+ end
315
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#get_environment-instance_method
316
+ def get_environment: (
317
+ environment_identifier: ::String
318
+ ) -> _GetEnvironmentResponseSuccess
319
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentResponseSuccess
320
+
321
+ interface _GetResourcePolicyResponseSuccess
322
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcePolicyResponse]
323
+ def policy: () -> ::String
324
+ end
325
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#get_resource_policy-instance_method
326
+ def get_resource_policy: (
327
+ identifier: ::String
328
+ ) -> _GetResourcePolicyResponseSuccess
329
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourcePolicyResponseSuccess
330
+
331
+ interface _GetRouteResponseSuccess
332
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRouteResponse]
333
+ def append_source_path: () -> bool
334
+ def application_id: () -> ::String
335
+ def arn: () -> ::String
336
+ def created_by_account_id: () -> ::String
337
+ def created_time: () -> ::Time
338
+ def environment_id: () -> ::String
339
+ def include_child_paths: () -> bool
340
+ def last_updated_time: () -> ::Time
341
+ def methods: () -> ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
342
+ def owner_account_id: () -> ::String
343
+ def path_resource_to_id: () -> ::Hash[::String, ::String]
344
+ def route_id: () -> ::String
345
+ def route_type: () -> ("DEFAULT" | "URI_PATH")
346
+ def service_id: () -> ::String
347
+ def source_path: () -> ::String
348
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
349
+ def tags: () -> ::Hash[::String, ::String]
350
+ end
351
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#get_route-instance_method
352
+ def get_route: (
353
+ application_identifier: ::String,
354
+ environment_identifier: ::String,
355
+ route_identifier: ::String
356
+ ) -> _GetRouteResponseSuccess
357
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRouteResponseSuccess
358
+
359
+ interface _GetServiceResponseSuccess
360
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceResponse]
361
+ def application_id: () -> ::String
362
+ def arn: () -> ::String
363
+ def created_by_account_id: () -> ::String
364
+ def created_time: () -> ::Time
365
+ def description: () -> ::String
366
+ def endpoint_type: () -> ("LAMBDA" | "URL")
367
+ def environment_id: () -> ::String
368
+ def lambda_endpoint: () -> Types::LambdaEndpointConfig
369
+ def last_updated_time: () -> ::Time
370
+ def name: () -> ::String
371
+ def owner_account_id: () -> ::String
372
+ def service_id: () -> ::String
373
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
374
+ def tags: () -> ::Hash[::String, ::String]
375
+ def url_endpoint: () -> Types::UrlEndpointConfig
376
+ def vpc_id: () -> ::String
377
+ end
378
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#get_service-instance_method
379
+ def get_service: (
380
+ application_identifier: ::String,
381
+ environment_identifier: ::String,
382
+ service_identifier: ::String
383
+ ) -> _GetServiceResponseSuccess
384
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceResponseSuccess
385
+
386
+ interface _ListApplicationsResponseSuccess
387
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsResponse]
388
+ def application_summary_list: () -> ::Array[Types::ApplicationSummary]
389
+ def next_token: () -> ::String
390
+ end
391
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#list_applications-instance_method
392
+ def list_applications: (
393
+ environment_identifier: ::String,
394
+ ?max_results: ::Integer,
395
+ ?next_token: ::String
396
+ ) -> _ListApplicationsResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
398
+
399
+ interface _ListEnvironmentVpcsResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentVpcsResponse]
401
+ def environment_vpc_list: () -> ::Array[Types::EnvironmentVpc]
402
+ def next_token: () -> ::String
403
+ end
404
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#list_environment_vpcs-instance_method
405
+ def list_environment_vpcs: (
406
+ environment_identifier: ::String,
407
+ ?max_results: ::Integer,
408
+ ?next_token: ::String
409
+ ) -> _ListEnvironmentVpcsResponseSuccess
410
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentVpcsResponseSuccess
411
+
412
+ interface _ListEnvironmentsResponseSuccess
413
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentsResponse]
414
+ def environment_summary_list: () -> ::Array[Types::EnvironmentSummary]
415
+ def next_token: () -> ::String
416
+ end
417
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#list_environments-instance_method
418
+ def list_environments: (
419
+ ?max_results: ::Integer,
420
+ ?next_token: ::String
421
+ ) -> _ListEnvironmentsResponseSuccess
422
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentsResponseSuccess
423
+
424
+ interface _ListRoutesResponseSuccess
425
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRoutesResponse]
426
+ def next_token: () -> ::String
427
+ def route_summary_list: () -> ::Array[Types::RouteSummary]
428
+ end
429
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#list_routes-instance_method
430
+ def list_routes: (
431
+ application_identifier: ::String,
432
+ environment_identifier: ::String,
433
+ ?max_results: ::Integer,
434
+ ?next_token: ::String
435
+ ) -> _ListRoutesResponseSuccess
436
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRoutesResponseSuccess
437
+
438
+ interface _ListServicesResponseSuccess
439
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListServicesResponse]
440
+ def next_token: () -> ::String
441
+ def service_summary_list: () -> ::Array[Types::ServiceSummary]
442
+ end
443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#list_services-instance_method
444
+ def list_services: (
445
+ application_identifier: ::String,
446
+ environment_identifier: ::String,
447
+ ?max_results: ::Integer,
448
+ ?next_token: ::String
449
+ ) -> _ListServicesResponseSuccess
450
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
451
+
452
+ interface _ListTagsForResourceResponseSuccess
453
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
454
+ def tags: () -> ::Hash[::String, ::String]
455
+ end
456
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#list_tags_for_resource-instance_method
457
+ def list_tags_for_resource: (
458
+ resource_arn: ::String
459
+ ) -> _ListTagsForResourceResponseSuccess
460
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
461
+
462
+ interface _PutResourcePolicyResponseSuccess
463
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutResourcePolicyResponse]
464
+ end
465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#put_resource_policy-instance_method
466
+ def put_resource_policy: (
467
+ policy: ::String,
468
+ resource_arn: ::String
469
+ ) -> _PutResourcePolicyResponseSuccess
470
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourcePolicyResponseSuccess
471
+
472
+ interface _TagResourceResponseSuccess
473
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
474
+ end
475
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#tag_resource-instance_method
476
+ def tag_resource: (
477
+ resource_arn: ::String,
478
+ tags: Hash[::String, ::String]
479
+ ) -> _TagResourceResponseSuccess
480
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
481
+
482
+ interface _UntagResourceResponseSuccess
483
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
484
+ end
485
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#untag_resource-instance_method
486
+ def untag_resource: (
487
+ resource_arn: ::String,
488
+ tag_keys: Array[::String]
489
+ ) -> _UntagResourceResponseSuccess
490
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
491
+
492
+ interface _UpdateRouteResponseSuccess
493
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRouteResponse]
494
+ def application_id: () -> ::String
495
+ def arn: () -> ::String
496
+ def last_updated_time: () -> ::Time
497
+ def route_id: () -> ::String
498
+ def service_id: () -> ::String
499
+ def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
500
+ end
501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MigrationHubRefactorSpaces/Client.html#update_route-instance_method
502
+ def update_route: (
503
+ activation_state: ("ACTIVE" | "INACTIVE"),
504
+ application_identifier: ::String,
505
+ environment_identifier: ::String,
506
+ route_identifier: ::String
507
+ ) -> _UpdateRouteResponseSuccess
508
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRouteResponseSuccess
509
+ end
510
+ end
511
+ end
512
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,51 @@
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 MigrationHubRefactorSpaces
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
+ def resource_id: () -> ::String
20
+ def resource_type: () -> ::String
21
+ end
22
+ class InternalServerException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ end
25
+ class InvalidResourcePolicyException < ::Aws::Errors::ServiceError
26
+ def message: () -> ::String
27
+ end
28
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
29
+ def message: () -> ::String
30
+ def resource_id: () -> ::String
31
+ def resource_type: () -> ::String
32
+ end
33
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
34
+ def message: () -> ::String
35
+ def quota_code: () -> ::String
36
+ def resource_id: () -> ::String
37
+ def resource_type: () -> ::String
38
+ def service_code: () -> ::String
39
+ end
40
+ class ThrottlingException < ::Aws::Errors::ServiceError
41
+ def message: () -> ::String
42
+ def quota_code: () -> ::String
43
+ def retry_after_seconds: () -> ::String
44
+ def service_code: () -> ::String
45
+ end
46
+ class ValidationException < ::Aws::Errors::ServiceError
47
+ def message: () -> ::String
48
+ end
49
+ end
50
+ end
51
+ end