aws-sdk-migrationhubrefactorspaces 1.12.0 → 1.14.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: 80d06c403301186b77650eeb4453f23090bd0fed052db5c2e68ad1ad823066ad
4
- data.tar.gz: 521eabd3d48d55d5d602ba623226a6531dac813be6e19b133ba0b405b86f8a9d
3
+ metadata.gz: aac8799ea62f502900d90c75820933293acfca20222369341903bae0ad9c1469
4
+ data.tar.gz: fc4c7efa1ee774f6ace7e61620b07656357bd407bda70df29fc0276947a0d78e
5
5
  SHA512:
6
- metadata.gz: d120a376ddf2dd190845b7b3a626ce28541a9c05f88a76502146d10751e720af28b030338f3996bf15accd2f21305d5b641fc861867882698d7b8c07c330411e
7
- data.tar.gz: 455dab7663fc7221778f2fdf343d7f9e05f97d11d08c182bd461a650cf92c076378808bd92da72c6eba00901ff2cc29bed739b57324a4e6b26b5f62bd2247514
6
+ metadata.gz: b67a7bfd47fd9ec0df529e05ba9e15e9ba5758f874b4a09fcde4489971e73ce811ee5562db1430440966551144707a09cd7c472ff3d55c7f158869e9f1a6b070
7
+ data.tar.gz: 26c2eaa3177bc0f919a2821f9fe5bdbdc7a600b92af8ff7201c3abc3a6adc6c7536fafc334de016f645b943ae965b92c9b61e937e3127970d2cceee4ca3f0217
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2023-05-25)
10
+ ------------------
11
+
12
+ * Feature - This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.
13
+
4
14
  1.12.0 (2023-04-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.0
@@ -275,6 +275,11 @@ module Aws::MigrationHubRefactorSpaces
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -730,6 +735,7 @@ module Aws::MigrationHubRefactorSpaces
730
735
  # },
731
736
  # uri_path_route: {
732
737
  # activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
738
+ # append_source_path: false,
733
739
  # include_child_paths: false,
734
740
  # methods: ["DELETE"], # accepts DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
735
741
  # source_path: "UriPath", # required
@@ -751,6 +757,7 @@ module Aws::MigrationHubRefactorSpaces
751
757
  # resp.tags #=> Hash
752
758
  # resp.tags["TagMapKeyString"] #=> String
753
759
  # resp.uri_path_route.activation_state #=> String, one of "ACTIVE", "INACTIVE"
760
+ # resp.uri_path_route.append_source_path #=> Boolean
754
761
  # resp.uri_path_route.include_child_paths #=> Boolean
755
762
  # resp.uri_path_route.methods #=> Array
756
763
  # resp.uri_path_route.methods[0] #=> String, one of "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT"
@@ -1264,6 +1271,7 @@ module Aws::MigrationHubRefactorSpaces
1264
1271
  #
1265
1272
  # @return [Types::GetRouteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1266
1273
  #
1274
+ # * {Types::GetRouteResponse#append_source_path #append_source_path} => Boolean
1267
1275
  # * {Types::GetRouteResponse#application_id #application_id} => String
1268
1276
  # * {Types::GetRouteResponse#arn #arn} => String
1269
1277
  # * {Types::GetRouteResponse#created_by_account_id #created_by_account_id} => String
@@ -1292,6 +1300,7 @@ module Aws::MigrationHubRefactorSpaces
1292
1300
  #
1293
1301
  # @example Response structure
1294
1302
  #
1303
+ # resp.append_source_path #=> Boolean
1295
1304
  # resp.application_id #=> String
1296
1305
  # resp.arn #=> String
1297
1306
  # resp.created_by_account_id #=> String
@@ -1620,6 +1629,7 @@ module Aws::MigrationHubRefactorSpaces
1620
1629
  #
1621
1630
  # resp.next_token #=> String
1622
1631
  # resp.route_summary_list #=> Array
1632
+ # resp.route_summary_list[0].append_source_path #=> Boolean
1623
1633
  # resp.route_summary_list[0].application_id #=> String
1624
1634
  # resp.route_summary_list[0].arn #=> String
1625
1635
  # resp.route_summary_list[0].created_by_account_id #=> String
@@ -1922,7 +1932,7 @@ module Aws::MigrationHubRefactorSpaces
1922
1932
  params: params,
1923
1933
  config: config)
1924
1934
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1925
- context[:gem_version] = '1.12.0'
1935
+ context[:gem_version] = '1.14.0'
1926
1936
  Seahorse::Client::Request.new(handlers, context)
1927
1937
  end
1928
1938
 
@@ -440,6 +440,7 @@ module Aws::MigrationHubRefactorSpaces
440
440
  GetRouteRequest.add_member(:route_identifier, Shapes::ShapeRef.new(shape: RouteId, required: true, location: "uri", location_name: "RouteIdentifier"))
441
441
  GetRouteRequest.struct_class = Types::GetRouteRequest
442
442
 
443
+ GetRouteResponse.add_member(:append_source_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "AppendSourcePath"))
443
444
  GetRouteResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
444
445
  GetRouteResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
445
446
  GetRouteResponse.add_member(:created_by_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "CreatedByAccountId"))
@@ -568,6 +569,7 @@ module Aws::MigrationHubRefactorSpaces
568
569
 
569
570
  RouteSummaries.member = Shapes::ShapeRef.new(shape: RouteSummary)
570
571
 
572
+ RouteSummary.add_member(:append_source_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "AppendSourcePath"))
571
573
  RouteSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
572
574
  RouteSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
573
575
  RouteSummary.add_member(:created_by_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "CreatedByAccountId"))
@@ -653,6 +655,7 @@ module Aws::MigrationHubRefactorSpaces
653
655
  UpdateRouteResponse.struct_class = Types::UpdateRouteResponse
654
656
 
655
657
  UriPathRouteInput.add_member(:activation_state, Shapes::ShapeRef.new(shape: RouteActivationState, required: true, location_name: "ActivationState"))
658
+ UriPathRouteInput.add_member(:append_source_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "AppendSourcePath"))
656
659
  UriPathRouteInput.add_member(:include_child_paths, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeChildPaths"))
657
660
  UriPathRouteInput.add_member(:methods, Shapes::ShapeRef.new(shape: HttpMethods, location_name: "Methods"))
658
661
  UriPathRouteInput.add_member(:source_path, Shapes::ShapeRef.new(shape: UriPath, required: true, location_name: "SourcePath"))
@@ -79,8 +79,16 @@ module Aws::MigrationHubRefactorSpaces
79
79
  # If the value is set to `PRIVATE` in the request, this creates a
80
80
  # private API endpoint that is isolated from the public internet. The
81
81
  # private endpoint can only be accessed by using Amazon Virtual
82
- # Private Cloud (Amazon VPC) endpoints for Amazon API Gateway that
83
- # have been granted access.
82
+ # Private Cloud (Amazon VPC) interface endpoints for the Amazon API
83
+ # Gateway that has been granted access. For more information about
84
+ # creating a private connection with Refactor Spaces and interface
85
+ # endpoint (Amazon Web Services PrivateLink) availability, see [Access
86
+ # Refactor Spaces using an interface endpoint (Amazon Web Services
87
+ # PrivateLink)][1].
88
+ #
89
+ #
90
+ #
91
+ # [1]: https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/vpc-interface-endpoints.html
84
92
  # @return [String]
85
93
  #
86
94
  # @!attribute [rw] stage_name
@@ -1414,6 +1422,11 @@ module Aws::MigrationHubRefactorSpaces
1414
1422
  include Aws::Structure
1415
1423
  end
1416
1424
 
1425
+ # @!attribute [rw] append_source_path
1426
+ # If set to `true`, this option appends the source path to the service
1427
+ # URL endpoint.
1428
+ # @return [Boolean]
1429
+ #
1417
1430
  # @!attribute [rw] application_id
1418
1431
  # The ID of the application that the route belongs to.
1419
1432
  # @return [String]
@@ -1481,8 +1494,11 @@ module Aws::MigrationHubRefactorSpaces
1481
1494
  # @return [String]
1482
1495
  #
1483
1496
  # @!attribute [rw] source_path
1484
- # The path to use to match traffic. Paths must start with `/` and are
1485
- # relative to the base of the application.
1497
+ # This is the path that Refactor Spaces uses to match traffic. Paths
1498
+ # must start with `/` and are relative to the base of the application.
1499
+ # To use path parameters in the source path, add a variable in curly
1500
+ # braces. For example, the resource path \\\{user\\} represents a path
1501
+ # parameter called 'user'.
1486
1502
  # @return [String]
1487
1503
  #
1488
1504
  # @!attribute [rw] state
@@ -1498,6 +1514,7 @@ module Aws::MigrationHubRefactorSpaces
1498
1514
  # @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/GetRouteResponse AWS API Documentation
1499
1515
  #
1500
1516
  class GetRouteResponse < Struct.new(
1517
+ :append_source_path,
1501
1518
  :application_id,
1502
1519
  :arn,
1503
1520
  :created_by_account_id,
@@ -1992,6 +2009,11 @@ module Aws::MigrationHubRefactorSpaces
1992
2009
 
1993
2010
  # The summary information for the routes as a response to `ListRoutes`.
1994
2011
  #
2012
+ # @!attribute [rw] append_source_path
2013
+ # If set to `true`, this option appends the source path to the service
2014
+ # URL endpoint.
2015
+ # @return [Boolean]
2016
+ #
1995
2017
  # @!attribute [rw] application_id
1996
2018
  # The unique identifier of the application.
1997
2019
  # @return [String]
@@ -2053,8 +2075,11 @@ module Aws::MigrationHubRefactorSpaces
2053
2075
  # @return [String]
2054
2076
  #
2055
2077
  # @!attribute [rw] source_path
2056
- # The path to use to match traffic. Paths must start with `/` and are
2057
- # relative to the base of the application.
2078
+ # This is the path that Refactor Spaces uses to match traffic. Paths
2079
+ # must start with `/` and are relative to the base of the application.
2080
+ # To use path parameters in the source path, add a variable in curly
2081
+ # braces. For example, the resource path \\\{user\\} represents a path
2082
+ # parameter called 'user'.
2058
2083
  # @return [String]
2059
2084
  #
2060
2085
  # @!attribute [rw] state
@@ -2068,6 +2093,7 @@ module Aws::MigrationHubRefactorSpaces
2068
2093
  # @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/RouteSummary AWS API Documentation
2069
2094
  #
2070
2095
  class RouteSummary < Struct.new(
2096
+ :append_source_path,
2071
2097
  :application_id,
2072
2098
  :arn,
2073
2099
  :created_by_account_id,
@@ -2371,6 +2397,11 @@ module Aws::MigrationHubRefactorSpaces
2371
2397
  # after the route is created.
2372
2398
  # @return [String]
2373
2399
  #
2400
+ # @!attribute [rw] append_source_path
2401
+ # If set to `true`, this option appends the source path to the service
2402
+ # URL endpoint.
2403
+ # @return [Boolean]
2404
+ #
2374
2405
  # @!attribute [rw] include_child_paths
2375
2406
  # Indicates whether to match all subpaths of the given source path. If
2376
2407
  # this value is `false`, requests must match the source path exactly
@@ -2384,14 +2415,18 @@ module Aws::MigrationHubRefactorSpaces
2384
2415
  # @return [Array<String>]
2385
2416
  #
2386
2417
  # @!attribute [rw] source_path
2387
- # The path to use to match traffic. Paths must start with `/` and are
2388
- # relative to the base of the application.
2418
+ # This is the path that Refactor Spaces uses to match traffic. Paths
2419
+ # must start with `/` and are relative to the base of the application.
2420
+ # To use path parameters in the source path, add a variable in curly
2421
+ # braces. For example, the resource path \\\{user\\} represents a path
2422
+ # parameter called 'user'.
2389
2423
  # @return [String]
2390
2424
  #
2391
2425
  # @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/UriPathRouteInput AWS API Documentation
2392
2426
  #
2393
2427
  class UriPathRouteInput < Struct.new(
2394
2428
  :activation_state,
2429
+ :append_source_path,
2395
2430
  :include_child_paths,
2396
2431
  :methods,
2397
2432
  :source_path)
@@ -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.12.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
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.12.0
4
+ version: 1.14.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: 2023-04-14 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement