aws-sdk-migrationhubrefactorspaces 1.4.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces/client.rb +104 -28
- data/lib/aws-sdk-migrationhubrefactorspaces/client_api.rb +34 -0
- data/lib/aws-sdk-migrationhubrefactorspaces/types.rb +133 -14
- data/lib/aws-sdk-migrationhubrefactorspaces.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea1cd38d7b222267562a7a19f852e3d924e46ebc0cedb85405d8b51e7f459279
|
4
|
+
data.tar.gz: 2bb022041307e123ff7404a3abfab3c04f5647c45d7da3098c8fb41b0a23fd53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d1039b56a8fe96ad23aadcfa27ae8c13f8b189f4b9bdc5bb975fa0f5e8fd2f6cff3179aef51461630683eff6078b36aa443658ddcd22d3ea0a7bd90d415d8c5
|
7
|
+
data.tar.gz: 2e6cdd3347236105148d813b8867e4d964642ee63120a4649f379fe8e7539686c8df05fa4b35bad6b49fbeac1d967583258a1e005a35dc57c931f4dd02200730
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.0 (2022-06-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the new API UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API will now allow users to create route in ACTIVE/INACTIVE state.
|
8
|
+
|
9
|
+
1.6.0 (2022-05-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue.
|
13
|
+
|
14
|
+
1.5.0 (2022-03-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - AWS Migration Hub Refactor Spaces documentation update.
|
18
|
+
|
4
19
|
1.4.0 (2022-02-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -354,9 +354,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
354
354
|
# Creates an Amazon Web Services Migration Hub Refactor Spaces
|
355
355
|
# application. The account that owns the environment also owns the
|
356
356
|
# applications created inside the environment, regardless of the account
|
357
|
-
# that creates the application. Refactor Spaces provisions
|
358
|
-
# API Gateway and Network Load Balancer for the
|
359
|
-
# your account.
|
357
|
+
# that creates the application. Refactor Spaces provisions an Amazon API
|
358
|
+
# Gateway, API Gateway VPC link, and Network Load Balancer for the
|
359
|
+
# application proxy inside your account.
|
360
360
|
#
|
361
361
|
# @option params [Types::ApiGatewayProxyInput] :api_gateway_proxy
|
362
362
|
# A wrapper object holding the API Gateway endpoint type and stage name
|
@@ -447,12 +447,13 @@ module Aws::MigrationHubRefactorSpaces
|
|
447
447
|
end
|
448
448
|
|
449
449
|
# Creates an Amazon Web Services Migration Hub Refactor Spaces
|
450
|
-
# environment. The caller owns the environment resource, and
|
451
|
-
#
|
452
|
-
#
|
453
|
-
#
|
454
|
-
#
|
455
|
-
#
|
450
|
+
# environment. The caller owns the environment resource, and all
|
451
|
+
# Refactor Spaces applications, services, and routes created within the
|
452
|
+
# environment. They are referred to as the *environment owner*. The
|
453
|
+
# environment owner has cross-account visibility and control of Refactor
|
454
|
+
# Spaces resources that are added to the environment by other accounts
|
455
|
+
# that the environment is shared with. When creating an environment,
|
456
|
+
# Refactor Spaces provisions a transit gateway in your account.
|
456
457
|
#
|
457
458
|
# @option params [String] :client_token
|
458
459
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -530,6 +531,12 @@ module Aws::MigrationHubRefactorSpaces
|
|
530
531
|
# routes, then the first route must be created as a `DEFAULT`
|
531
532
|
# `RouteType`.
|
532
533
|
#
|
534
|
+
# When created, the default route defaults to an active state so state
|
535
|
+
# is not a required input. However, like all other state values the
|
536
|
+
# state of the default route can be updated after creation, but only
|
537
|
+
# when all other routes are also inactive. Conversely, no route can be
|
538
|
+
# active without the default route also being active.
|
539
|
+
#
|
533
540
|
# When you create a route, Refactor Spaces configures the Amazon API
|
534
541
|
# Gateway to send traffic to the target service as follows:
|
535
542
|
#
|
@@ -542,11 +549,15 @@ module Aws::MigrationHubRefactorSpaces
|
|
542
549
|
# internet.
|
543
550
|
#
|
544
551
|
# * If the service has an Lambda function endpoint, then Refactor Spaces
|
545
|
-
#
|
552
|
+
# configures the Lambda function's resource policy to allow the
|
553
|
+
# application's API Gateway to invoke the function.
|
546
554
|
#
|
547
|
-
# A health check is performed on the service when the
|
548
|
-
#
|
549
|
-
#
|
555
|
+
# A one-time health check is performed on the service when either the
|
556
|
+
# route is updated from inactive to active, or when it is created with
|
557
|
+
# an active state. If the health check fails, the route transitions the
|
558
|
+
# route state to `FAILED`, an error code of
|
559
|
+
# `SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE` is provided, and no traffic is
|
560
|
+
# sent to the service.
|
550
561
|
#
|
551
562
|
# For Lambda functions, the Lambda function state is checked. If the
|
552
563
|
# function is not active, the function configuration is updated so that
|
@@ -555,17 +566,25 @@ module Aws::MigrationHubRefactorSpaces
|
|
555
566
|
# [GetFunctionConfiguration's State response parameter][1] in the
|
556
567
|
# *Lambda Developer Guide*.
|
557
568
|
#
|
558
|
-
# For
|
559
|
-
#
|
560
|
-
#
|
561
|
-
#
|
562
|
-
#
|
563
|
-
#
|
564
|
-
#
|
565
|
-
#
|
569
|
+
# For Lambda endpoints, a check is performed to determine that a Lambda
|
570
|
+
# function with the specified ARN exists. If it does not exist, the
|
571
|
+
# health check fails. For public URLs, a connection is opened to the
|
572
|
+
# public endpoint. If the URL is not reachable, the health check fails.
|
573
|
+
#
|
574
|
+
# For private URLS, a target group is created on the Elastic Load
|
575
|
+
# Balancing and the target group health check is run. The
|
576
|
+
# `HealthCheckProtocol`, `HealthCheckPort`, and `HealthCheckPath` are
|
577
|
+
# the same protocol, port, and path specified in the URL or health URL,
|
578
|
+
# if used. All other settings use the default values, as described in
|
579
|
+
# [Health checks for your target groups][2]. The health check is
|
566
580
|
# considered successful if at least one target within the target group
|
567
581
|
# transitions to a healthy state.
|
568
582
|
#
|
583
|
+
# Services can have HTTP or HTTPS URL endpoints. For HTTPS URLs,
|
584
|
+
# publicly-signed certificates are supported. Private Certificate
|
585
|
+
# Authorities (CAs) are permitted only if the CA's domain is also
|
586
|
+
# publicly resolvable.
|
587
|
+
#
|
569
588
|
#
|
570
589
|
#
|
571
590
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/API_GetFunctionConfiguration.html#SSS-GetFunctionConfiguration-response-State
|
@@ -581,6 +600,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
581
600
|
# **A suitable default value is auto-generated.** You should normally
|
582
601
|
# not need to pass this option.**
|
583
602
|
#
|
603
|
+
# @option params [Types::DefaultRouteInput] :default_route
|
604
|
+
# Configuration for the default route type.
|
605
|
+
#
|
584
606
|
# @option params [required, String] :environment_identifier
|
585
607
|
# The ID of the environment in which the route is created.
|
586
608
|
#
|
@@ -622,6 +644,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
622
644
|
# resp = client.create_route({
|
623
645
|
# application_identifier: "ApplicationId", # required
|
624
646
|
# client_token: "ClientToken",
|
647
|
+
# default_route: {
|
648
|
+
# activation_state: "ACTIVE", # accepts ACTIVE, INACTIVE
|
649
|
+
# },
|
625
650
|
# environment_identifier: "EnvironmentId", # required
|
626
651
|
# route_type: "DEFAULT", # required, accepts DEFAULT, URI_PATH
|
627
652
|
# service_identifier: "ServiceId", # required
|
@@ -629,7 +654,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
629
654
|
# "TagMapKeyString" => "TagMapValueString",
|
630
655
|
# },
|
631
656
|
# uri_path_route: {
|
632
|
-
# activation_state: "ACTIVE", # required, accepts ACTIVE
|
657
|
+
# activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
633
658
|
# include_child_paths: false,
|
634
659
|
# methods: ["DELETE"], # accepts DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
|
635
660
|
# source_path: "UriPath", # required
|
@@ -650,7 +675,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
650
675
|
# resp.state #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "INACTIVE"
|
651
676
|
# resp.tags #=> Hash
|
652
677
|
# resp.tags["TagMapKeyString"] #=> String
|
653
|
-
# resp.uri_path_route.activation_state #=> String, one of "ACTIVE"
|
678
|
+
# resp.uri_path_route.activation_state #=> String, one of "ACTIVE", "INACTIVE"
|
654
679
|
# resp.uri_path_route.include_child_paths #=> Boolean
|
655
680
|
# resp.uri_path_route.methods #=> Array
|
656
681
|
# resp.uri_path_route.methods[0] #=> String, one of "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT"
|
@@ -671,7 +696,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
671
696
|
# Services have either a URL endpoint in a virtual private cloud (VPC),
|
672
697
|
# or a Lambda function endpoint.
|
673
698
|
#
|
674
|
-
# If an Amazon Web Services
|
699
|
+
# If an Amazon Web Services resource is launched in a service VPC, and
|
675
700
|
# you want it to be accessible to all of an environment’s services with
|
676
701
|
# VPCs and routes, apply the `RefactorSpacesSecurityGroup` to the
|
677
702
|
# resource. Alternatively, to add more cross-account constraints, apply
|
@@ -1370,8 +1395,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
1370
1395
|
req.send_request(options)
|
1371
1396
|
end
|
1372
1397
|
|
1373
|
-
# Lists all
|
1374
|
-
#
|
1398
|
+
# Lists all Amazon Web Services Migration Hub Refactor Spaces service
|
1399
|
+
# virtual private clouds (VPCs) that are part of the environment.
|
1375
1400
|
#
|
1376
1401
|
# @option params [required, String] :environment_identifier
|
1377
1402
|
# The ID of the environment.
|
@@ -1700,7 +1725,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
1700
1725
|
# </note>
|
1701
1726
|
#
|
1702
1727
|
# @option params [required, String] :resource_arn
|
1703
|
-
# The Amazon Resource Name (ARN) of the resource
|
1728
|
+
# The Amazon Resource Name (ARN) of the resource.
|
1704
1729
|
#
|
1705
1730
|
# @option params [required, Hash<String,String>] :tags
|
1706
1731
|
# The new or modified tags for the resource.
|
@@ -1754,6 +1779,57 @@ module Aws::MigrationHubRefactorSpaces
|
|
1754
1779
|
req.send_request(options)
|
1755
1780
|
end
|
1756
1781
|
|
1782
|
+
# Updates an Amazon Web Services Migration Hub Refactor Spaces route.
|
1783
|
+
#
|
1784
|
+
# @option params [required, String] :activation_state
|
1785
|
+
# If set to `ACTIVE`, traffic is forwarded to this route’s service after
|
1786
|
+
# the route is updated.
|
1787
|
+
#
|
1788
|
+
# @option params [required, String] :application_identifier
|
1789
|
+
# The ID of the application within which the route is being updated.
|
1790
|
+
#
|
1791
|
+
# @option params [required, String] :environment_identifier
|
1792
|
+
# The ID of the environment in which the route is being updated.
|
1793
|
+
#
|
1794
|
+
# @option params [required, String] :route_identifier
|
1795
|
+
# The unique identifier of the route to update.
|
1796
|
+
#
|
1797
|
+
# @return [Types::UpdateRouteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1798
|
+
#
|
1799
|
+
# * {Types::UpdateRouteResponse#application_id #application_id} => String
|
1800
|
+
# * {Types::UpdateRouteResponse#arn #arn} => String
|
1801
|
+
# * {Types::UpdateRouteResponse#last_updated_time #last_updated_time} => Time
|
1802
|
+
# * {Types::UpdateRouteResponse#route_id #route_id} => String
|
1803
|
+
# * {Types::UpdateRouteResponse#service_id #service_id} => String
|
1804
|
+
# * {Types::UpdateRouteResponse#state #state} => String
|
1805
|
+
#
|
1806
|
+
# @example Request syntax with placeholder values
|
1807
|
+
#
|
1808
|
+
# resp = client.update_route({
|
1809
|
+
# activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
1810
|
+
# application_identifier: "ApplicationId", # required
|
1811
|
+
# environment_identifier: "EnvironmentId", # required
|
1812
|
+
# route_identifier: "RouteId", # required
|
1813
|
+
# })
|
1814
|
+
#
|
1815
|
+
# @example Response structure
|
1816
|
+
#
|
1817
|
+
# resp.application_id #=> String
|
1818
|
+
# resp.arn #=> String
|
1819
|
+
# resp.last_updated_time #=> Time
|
1820
|
+
# resp.route_id #=> String
|
1821
|
+
# resp.service_id #=> String
|
1822
|
+
# resp.state #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "INACTIVE"
|
1823
|
+
#
|
1824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/UpdateRoute AWS API Documentation
|
1825
|
+
#
|
1826
|
+
# @overload update_route(params = {})
|
1827
|
+
# @param [Hash] params ({})
|
1828
|
+
def update_route(params = {}, options = {})
|
1829
|
+
req = build_request(:update_route, params)
|
1830
|
+
req.send_request(options)
|
1831
|
+
end
|
1832
|
+
|
1757
1833
|
# @!endgroup
|
1758
1834
|
|
1759
1835
|
# @param params ({})
|
@@ -1767,7 +1843,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
1767
1843
|
params: params,
|
1768
1844
|
config: config)
|
1769
1845
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
1770
|
-
context[:gem_version] = '1.
|
1846
|
+
context[:gem_version] = '1.7.0'
|
1771
1847
|
Seahorse::Client::Request.new(handlers, context)
|
1772
1848
|
end
|
1773
1849
|
|
@@ -41,6 +41,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
41
41
|
CreateRouteResponse = Shapes::StructureShape.new(name: 'CreateRouteResponse')
|
42
42
|
CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
|
43
43
|
CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
|
44
|
+
DefaultRouteInput = Shapes::StructureShape.new(name: 'DefaultRouteInput')
|
44
45
|
DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
|
45
46
|
DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
|
46
47
|
DeleteEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteEnvironmentRequest')
|
@@ -137,6 +138,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
137
138
|
TransitGatewayId = Shapes::StringShape.new(name: 'TransitGatewayId')
|
138
139
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
139
140
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
141
|
+
UpdateRouteRequest = Shapes::StructureShape.new(name: 'UpdateRouteRequest')
|
142
|
+
UpdateRouteResponse = Shapes::StructureShape.new(name: 'UpdateRouteResponse')
|
140
143
|
Uri = Shapes::StringShape.new(name: 'Uri')
|
141
144
|
UriPath = Shapes::StringShape.new(name: 'UriPath')
|
142
145
|
UriPathRouteInput = Shapes::StructureShape.new(name: 'UriPathRouteInput')
|
@@ -245,6 +248,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
245
248
|
|
246
249
|
CreateRouteRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
247
250
|
CreateRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
251
|
+
CreateRouteRequest.add_member(:default_route, Shapes::ShapeRef.new(shape: DefaultRouteInput, location_name: "DefaultRoute"))
|
248
252
|
CreateRouteRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
|
249
253
|
CreateRouteRequest.add_member(:route_type, Shapes::ShapeRef.new(shape: RouteType, required: true, location_name: "RouteType"))
|
250
254
|
CreateRouteRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceIdentifier"))
|
@@ -296,6 +300,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
296
300
|
CreateServiceResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
297
301
|
CreateServiceResponse.struct_class = Types::CreateServiceResponse
|
298
302
|
|
303
|
+
DefaultRouteInput.add_member(:activation_state, Shapes::ShapeRef.new(shape: RouteActivationState, location_name: "ActivationState"))
|
304
|
+
DefaultRouteInput.struct_class = Types::DefaultRouteInput
|
305
|
+
|
299
306
|
DeleteApplicationRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
300
307
|
DeleteApplicationRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
|
301
308
|
DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
|
@@ -631,6 +638,20 @@ module Aws::MigrationHubRefactorSpaces
|
|
631
638
|
|
632
639
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
633
640
|
|
641
|
+
UpdateRouteRequest.add_member(:activation_state, Shapes::ShapeRef.new(shape: RouteActivationState, required: true, location_name: "ActivationState"))
|
642
|
+
UpdateRouteRequest.add_member(:application_identifier, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location: "uri", location_name: "ApplicationIdentifier"))
|
643
|
+
UpdateRouteRequest.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "EnvironmentIdentifier"))
|
644
|
+
UpdateRouteRequest.add_member(:route_identifier, Shapes::ShapeRef.new(shape: RouteId, required: true, location: "uri", location_name: "RouteIdentifier"))
|
645
|
+
UpdateRouteRequest.struct_class = Types::UpdateRouteRequest
|
646
|
+
|
647
|
+
UpdateRouteResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
|
648
|
+
UpdateRouteResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
649
|
+
UpdateRouteResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
650
|
+
UpdateRouteResponse.add_member(:route_id, Shapes::ShapeRef.new(shape: RouteId, location_name: "RouteId"))
|
651
|
+
UpdateRouteResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "ServiceId"))
|
652
|
+
UpdateRouteResponse.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "State"))
|
653
|
+
UpdateRouteResponse.struct_class = Types::UpdateRouteResponse
|
654
|
+
|
634
655
|
UriPathRouteInput.add_member(:activation_state, Shapes::ShapeRef.new(shape: RouteActivationState, required: true, location_name: "ActivationState"))
|
635
656
|
UriPathRouteInput.add_member(:include_child_paths, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeChildPaths"))
|
636
657
|
UriPathRouteInput.add_member(:methods, Shapes::ShapeRef.new(shape: HttpMethods, location_name: "Methods"))
|
@@ -1011,6 +1032,19 @@ module Aws::MigrationHubRefactorSpaces
|
|
1011
1032
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1012
1033
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1013
1034
|
end)
|
1035
|
+
|
1036
|
+
api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
|
1037
|
+
o.name = "UpdateRoute"
|
1038
|
+
o.http_method = "PATCH"
|
1039
|
+
o.http_request_uri = "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}"
|
1040
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRouteRequest)
|
1041
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRouteResponse)
|
1042
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1043
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1044
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1047
|
+
end)
|
1014
1048
|
end
|
1015
1049
|
|
1016
1050
|
end
|
@@ -161,7 +161,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
161
161
|
# @return [String]
|
162
162
|
#
|
163
163
|
# @!attribute [rw] arn
|
164
|
-
#
|
164
|
+
# The Amazon Resource Name (ARN) of the application.
|
165
165
|
# @return [String]
|
166
166
|
#
|
167
167
|
# @!attribute [rw] created_by_account_id
|
@@ -189,7 +189,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
189
189
|
# @return [String]
|
190
190
|
#
|
191
191
|
# @!attribute [rw] owner_account_id
|
192
|
-
# The Amazon Web Services account ID of the application owner
|
192
|
+
# The Amazon Web Services account ID of the application owner (which
|
193
|
+
# is always the same as the environment owner account ID).
|
193
194
|
# @return [String]
|
194
195
|
#
|
195
196
|
# @!attribute [rw] proxy_type
|
@@ -361,7 +362,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
361
362
|
# @return [String]
|
362
363
|
#
|
363
364
|
# @!attribute [rw] owner_account_id
|
364
|
-
# The Amazon Web Services account ID of the application owner
|
365
|
+
# The Amazon Web Services account ID of the application owner (which
|
366
|
+
# is always the same as the environment owner account ID).
|
365
367
|
# @return [String]
|
366
368
|
#
|
367
369
|
# @!attribute [rw] proxy_type
|
@@ -518,6 +520,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
518
520
|
# {
|
519
521
|
# application_identifier: "ApplicationId", # required
|
520
522
|
# client_token: "ClientToken",
|
523
|
+
# default_route: {
|
524
|
+
# activation_state: "ACTIVE", # accepts ACTIVE, INACTIVE
|
525
|
+
# },
|
521
526
|
# environment_identifier: "EnvironmentId", # required
|
522
527
|
# route_type: "DEFAULT", # required, accepts DEFAULT, URI_PATH
|
523
528
|
# service_identifier: "ServiceId", # required
|
@@ -525,7 +530,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
525
530
|
# "TagMapKeyString" => "TagMapValueString",
|
526
531
|
# },
|
527
532
|
# uri_path_route: {
|
528
|
-
# activation_state: "ACTIVE", # required, accepts ACTIVE
|
533
|
+
# activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
529
534
|
# include_child_paths: false,
|
530
535
|
# methods: ["DELETE"], # accepts DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
|
531
536
|
# source_path: "UriPath", # required
|
@@ -544,6 +549,10 @@ module Aws::MigrationHubRefactorSpaces
|
|
544
549
|
# not need to pass this option.
|
545
550
|
# @return [String]
|
546
551
|
#
|
552
|
+
# @!attribute [rw] default_route
|
553
|
+
# Configuration for the default route type.
|
554
|
+
# @return [Types::DefaultRouteInput]
|
555
|
+
#
|
547
556
|
# @!attribute [rw] environment_identifier
|
548
557
|
# The ID of the environment in which the route is created.
|
549
558
|
# @return [String]
|
@@ -576,6 +585,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
576
585
|
class CreateRouteRequest < Struct.new(
|
577
586
|
:application_identifier,
|
578
587
|
:client_token,
|
588
|
+
:default_route,
|
579
589
|
:environment_identifier,
|
580
590
|
:route_type,
|
581
591
|
:service_identifier,
|
@@ -626,12 +636,14 @@ module Aws::MigrationHubRefactorSpaces
|
|
626
636
|
# @return [String]
|
627
637
|
#
|
628
638
|
# @!attribute [rw] service_id
|
629
|
-
# The ID of service in which the
|
630
|
-
# this route is forwarded to this service.
|
639
|
+
# The ID of service in which the route is created. Traffic that
|
640
|
+
# matches this route is forwarded to this service.
|
631
641
|
# @return [String]
|
632
642
|
#
|
633
643
|
# @!attribute [rw] state
|
634
|
-
#
|
644
|
+
# The current state of the route. Activation state only allows
|
645
|
+
# `ACTIVE` or `INACTIVE` as user inputs. `FAILED` is a route state
|
646
|
+
# that is system generated.
|
635
647
|
# @return [String]
|
636
648
|
#
|
637
649
|
# @!attribute [rw] tags
|
@@ -641,7 +653,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
641
653
|
# @return [Hash<String,String>]
|
642
654
|
#
|
643
655
|
# @!attribute [rw] uri_path_route
|
644
|
-
#
|
656
|
+
# Configuration for the URI path route type.
|
645
657
|
# @return [Types::UriPathRouteInput]
|
646
658
|
#
|
647
659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/CreateRouteResponse AWS API Documentation
|
@@ -839,6 +851,28 @@ module Aws::MigrationHubRefactorSpaces
|
|
839
851
|
include Aws::Structure
|
840
852
|
end
|
841
853
|
|
854
|
+
# The configuration for the default route type.
|
855
|
+
#
|
856
|
+
# @note When making an API call, you may pass DefaultRouteInput
|
857
|
+
# data as a hash:
|
858
|
+
#
|
859
|
+
# {
|
860
|
+
# activation_state: "ACTIVE", # accepts ACTIVE, INACTIVE
|
861
|
+
# }
|
862
|
+
#
|
863
|
+
# @!attribute [rw] activation_state
|
864
|
+
# If set to `ACTIVE`, traffic is forwarded to this route’s service
|
865
|
+
# after the route is created.
|
866
|
+
# @return [String]
|
867
|
+
#
|
868
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/DefaultRouteInput AWS API Documentation
|
869
|
+
#
|
870
|
+
class DefaultRouteInput < Struct.new(
|
871
|
+
:activation_state)
|
872
|
+
SENSITIVE = []
|
873
|
+
include Aws::Structure
|
874
|
+
end
|
875
|
+
|
842
876
|
# @note When making an API call, you may pass DeleteApplicationRequest
|
843
877
|
# data as a hash:
|
844
878
|
#
|
@@ -1008,7 +1042,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
1008
1042
|
end
|
1009
1043
|
|
1010
1044
|
# @!attribute [rw] application_id
|
1011
|
-
#
|
1045
|
+
# The ID of the application that the route belongs to.
|
1012
1046
|
# @return [String]
|
1013
1047
|
#
|
1014
1048
|
# @!attribute [rw] arn
|
@@ -1343,7 +1377,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
1343
1377
|
# @return [String]
|
1344
1378
|
#
|
1345
1379
|
# @!attribute [rw] owner_account_id
|
1346
|
-
# The Amazon Web Services account ID of the application owner
|
1380
|
+
# The Amazon Web Services account ID of the application owner (which
|
1381
|
+
# is always the same as the environment owner account ID).
|
1347
1382
|
# @return [String]
|
1348
1383
|
#
|
1349
1384
|
# @!attribute [rw] proxy_type
|
@@ -2429,7 +2464,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
2429
2464
|
# }
|
2430
2465
|
#
|
2431
2466
|
# @!attribute [rw] resource_arn
|
2432
|
-
# The Amazon Resource Name (ARN) of the resource
|
2467
|
+
# The Amazon Resource Name (ARN) of the resource.
|
2433
2468
|
# @return [String]
|
2434
2469
|
#
|
2435
2470
|
# @!attribute [rw] tags
|
@@ -2508,21 +2543,105 @@ module Aws::MigrationHubRefactorSpaces
|
|
2508
2543
|
#
|
2509
2544
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
2510
2545
|
|
2546
|
+
# @note When making an API call, you may pass UpdateRouteRequest
|
2547
|
+
# data as a hash:
|
2548
|
+
#
|
2549
|
+
# {
|
2550
|
+
# activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
2551
|
+
# application_identifier: "ApplicationId", # required
|
2552
|
+
# environment_identifier: "EnvironmentId", # required
|
2553
|
+
# route_identifier: "RouteId", # required
|
2554
|
+
# }
|
2555
|
+
#
|
2556
|
+
# @!attribute [rw] activation_state
|
2557
|
+
# If set to `ACTIVE`, traffic is forwarded to this route’s service
|
2558
|
+
# after the route is updated.
|
2559
|
+
# @return [String]
|
2560
|
+
#
|
2561
|
+
# @!attribute [rw] application_identifier
|
2562
|
+
# The ID of the application within which the route is being updated.
|
2563
|
+
# @return [String]
|
2564
|
+
#
|
2565
|
+
# @!attribute [rw] environment_identifier
|
2566
|
+
# The ID of the environment in which the route is being updated.
|
2567
|
+
# @return [String]
|
2568
|
+
#
|
2569
|
+
# @!attribute [rw] route_identifier
|
2570
|
+
# The unique identifier of the route to update.
|
2571
|
+
# @return [String]
|
2572
|
+
#
|
2573
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/UpdateRouteRequest AWS API Documentation
|
2574
|
+
#
|
2575
|
+
class UpdateRouteRequest < Struct.new(
|
2576
|
+
:activation_state,
|
2577
|
+
:application_identifier,
|
2578
|
+
:environment_identifier,
|
2579
|
+
:route_identifier)
|
2580
|
+
SENSITIVE = []
|
2581
|
+
include Aws::Structure
|
2582
|
+
end
|
2583
|
+
|
2584
|
+
# @!attribute [rw] application_id
|
2585
|
+
# The ID of the application in which the route is being updated.
|
2586
|
+
# @return [String]
|
2587
|
+
#
|
2588
|
+
# @!attribute [rw] arn
|
2589
|
+
# The Amazon Resource Name (ARN) of the route. The format for this ARN
|
2590
|
+
# is
|
2591
|
+
# `arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
|
2592
|
+
# `. For more information about ARNs, see [ Amazon Resource Names
|
2593
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference*.
|
2594
|
+
#
|
2595
|
+
#
|
2596
|
+
#
|
2597
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2598
|
+
# @return [String]
|
2599
|
+
#
|
2600
|
+
# @!attribute [rw] last_updated_time
|
2601
|
+
# A timestamp that indicates when the route was last updated.
|
2602
|
+
# @return [Time]
|
2603
|
+
#
|
2604
|
+
# @!attribute [rw] route_id
|
2605
|
+
# The unique identifier of the route.
|
2606
|
+
# @return [String]
|
2607
|
+
#
|
2608
|
+
# @!attribute [rw] service_id
|
2609
|
+
# The ID of service in which the route was created. Traffic that
|
2610
|
+
# matches this route is forwarded to this service.
|
2611
|
+
# @return [String]
|
2612
|
+
#
|
2613
|
+
# @!attribute [rw] state
|
2614
|
+
# The current state of the route.
|
2615
|
+
# @return [String]
|
2616
|
+
#
|
2617
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/UpdateRouteResponse AWS API Documentation
|
2618
|
+
#
|
2619
|
+
class UpdateRouteResponse < Struct.new(
|
2620
|
+
:application_id,
|
2621
|
+
:arn,
|
2622
|
+
:last_updated_time,
|
2623
|
+
:route_id,
|
2624
|
+
:service_id,
|
2625
|
+
:state)
|
2626
|
+
SENSITIVE = []
|
2627
|
+
include Aws::Structure
|
2628
|
+
end
|
2629
|
+
|
2511
2630
|
# The configuration for the URI path route type.
|
2512
2631
|
#
|
2513
2632
|
# @note When making an API call, you may pass UriPathRouteInput
|
2514
2633
|
# data as a hash:
|
2515
2634
|
#
|
2516
2635
|
# {
|
2517
|
-
# activation_state: "ACTIVE", # required, accepts ACTIVE
|
2636
|
+
# activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
2518
2637
|
# include_child_paths: false,
|
2519
2638
|
# methods: ["DELETE"], # accepts DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
|
2520
2639
|
# source_path: "UriPath", # required
|
2521
2640
|
# }
|
2522
2641
|
#
|
2523
2642
|
# @!attribute [rw] activation_state
|
2524
|
-
#
|
2525
|
-
# the route is created.
|
2643
|
+
# If set to `ACTIVE`, traffic is forwarded to this route’s service
|
2644
|
+
# after the route is created.
|
2526
2645
|
# @return [String]
|
2527
2646
|
#
|
2528
2647
|
# @!attribute [rw] include_child_paths
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-migrationhubrefactorspaces
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|