aws-sdk-migrationhubrefactorspaces 1.8.0 → 1.9.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: 9bb479f3d71b1cbce645633cdaf0e018ec470678be1dc6bb6f6ae5feddd83f70
4
- data.tar.gz: 25c1be91649c1251e988b45fc6ce9195ca1125b53f11d806a4cfcfb9aa1cee4d
3
+ metadata.gz: '02739ae09b62424c7ee99f583b280073e481c78686b6c0b94cd1e8bb5e01de24'
4
+ data.tar.gz: '096e45a1a0cfb39001f679a2690e953b1ee56a838d6aec28a1582e16d45ab4c5'
5
5
  SHA512:
6
- metadata.gz: 398c5b154a5744dd96cfcecfa5f878232e6b3ff0dd24c72cb8ba1af54815845ce57d3229fe9f1277c04e872c09328c42f82900bc0d9a15fd1e1186a3f8f87f2f
7
- data.tar.gz: fbaafe9accfc13b4ceef66689bdd40e68f8d5c0fc550eba52a44c028db58dc15dc699269f4fd89aa3b48246edf4e40f143c648757255204b6787f416b5f42926
6
+ metadata.gz: 4b06b0feb6eb636919c1fe672f9fc8502f165e8f08d7267d35e3e42030f47692a14dee92cb524e3eef7059e1a87e2fd9ef45d37e8b7f192aba2edc8e6c4f179b
7
+ data.tar.gz: f71ba195dc8b79ec1235cc044d7df8102ef09db9bded2d99d55773cdd1c2f63678430b787e82afd6ac5997d93fae917e9e2df75961cb22f11338764aa850cfa9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2022-12-12)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.
8
+
4
9
  1.8.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -588,6 +588,13 @@ module Aws::MigrationHubRefactorSpaces
588
588
  # health check fails. For public URLs, a connection is opened to the
589
589
  # public endpoint. If the URL is not reachable, the health check fails.
590
590
  #
591
+ # Refactor Spaces automatically resolves the public Domain Name System
592
+ # (DNS) names that are set in CreateServiceRequest$UrlEndpoint when you
593
+ # create a service. The DNS names resolve when the DNS time-to-live
594
+ # (TTL) expires, or every 60 seconds for TTLs less than 60 seconds. This
595
+ # periodic DNS resolution ensures that the route configuration remains
596
+ # up-to-date.
597
+ #
591
598
  # For private URLS, a target group is created on the Elastic Load
592
599
  # Balancing and the target group health check is run. The
593
600
  # `HealthCheckProtocol`, `HealthCheckPort`, and `HealthCheckPath` are
@@ -751,7 +758,11 @@ module Aws::MigrationHubRefactorSpaces
751
758
  # pair..
752
759
  #
753
760
  # @option params [Types::UrlEndpointInput] :url_endpoint
754
- # The configuration for the URL endpoint type.
761
+ # The configuration for the URL endpoint type. When creating a route to
762
+ # a service, Refactor Spaces automatically resolves the address in the
763
+ # `UrlEndpointInput` object URL when the Domain Name System (DNS)
764
+ # time-to-live (TTL) expires, or every 60 seconds for TTLs less than 60
765
+ # seconds.
755
766
  #
756
767
  # @option params [String] :vpc_id
757
768
  # The ID of the VPC.
@@ -1860,7 +1871,7 @@ module Aws::MigrationHubRefactorSpaces
1860
1871
  params: params,
1861
1872
  config: config)
1862
1873
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1863
- context[:gem_version] = '1.8.0'
1874
+ context[:gem_version] = '1.9.0'
1864
1875
  Seahorse::Client::Request.new(handlers, context)
1865
1876
  end
1866
1877
 
@@ -71,14 +71,6 @@ module Aws::MigrationHubRefactorSpaces
71
71
 
72
72
  # A wrapper object holding the Amazon API Gateway endpoint input.
73
73
  #
74
- # @note When making an API call, you may pass ApiGatewayProxyInput
75
- # data as a hash:
76
- #
77
- # {
78
- # endpoint_type: "REGIONAL", # accepts REGIONAL, PRIVATE
79
- # stage_name: "StageName",
80
- # }
81
- #
82
74
  # @!attribute [rw] endpoint_type
83
75
  # The type of endpoint to use for the API Gateway proxy. If no value
84
76
  # is specified in the request, the value is set to `REGIONAL` by
@@ -253,24 +245,6 @@ module Aws::MigrationHubRefactorSpaces
253
245
  include Aws::Structure
254
246
  end
255
247
 
256
- # @note When making an API call, you may pass CreateApplicationRequest
257
- # data as a hash:
258
- #
259
- # {
260
- # api_gateway_proxy: {
261
- # endpoint_type: "REGIONAL", # accepts REGIONAL, PRIVATE
262
- # stage_name: "StageName",
263
- # },
264
- # client_token: "ClientToken",
265
- # environment_identifier: "EnvironmentId", # required
266
- # name: "ApplicationName", # required
267
- # proxy_type: "API_GATEWAY", # required, accepts API_GATEWAY
268
- # tags: {
269
- # "TagMapKeyString" => "TagMapValueString",
270
- # },
271
- # vpc_id: "VpcId", # required
272
- # }
273
- #
274
248
  # @!attribute [rw] api_gateway_proxy
275
249
  # A wrapper object holding the API Gateway endpoint type and stage
276
250
  # name for the proxy.
@@ -404,19 +378,6 @@ module Aws::MigrationHubRefactorSpaces
404
378
  include Aws::Structure
405
379
  end
406
380
 
407
- # @note When making an API call, you may pass CreateEnvironmentRequest
408
- # data as a hash:
409
- #
410
- # {
411
- # client_token: "ClientToken",
412
- # description: "Description",
413
- # name: "EnvironmentName", # required
414
- # network_fabric_type: "TRANSIT_GATEWAY", # required, accepts TRANSIT_GATEWAY
415
- # tags: {
416
- # "TagMapKeyString" => "TagMapValueString",
417
- # },
418
- # }
419
- #
420
381
  # @!attribute [rw] client_token
421
382
  # A unique, case-sensitive identifier that you provide to ensure the
422
383
  # idempotency of the request.
@@ -514,29 +475,6 @@ module Aws::MigrationHubRefactorSpaces
514
475
  include Aws::Structure
515
476
  end
516
477
 
517
- # @note When making an API call, you may pass CreateRouteRequest
518
- # data as a hash:
519
- #
520
- # {
521
- # application_identifier: "ApplicationId", # required
522
- # client_token: "ClientToken",
523
- # default_route: {
524
- # activation_state: "ACTIVE", # accepts ACTIVE, INACTIVE
525
- # },
526
- # environment_identifier: "EnvironmentId", # required
527
- # route_type: "DEFAULT", # required, accepts DEFAULT, URI_PATH
528
- # service_identifier: "ServiceId", # required
529
- # tags: {
530
- # "TagMapKeyString" => "TagMapValueString",
531
- # },
532
- # uri_path_route: {
533
- # activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
534
- # include_child_paths: false,
535
- # methods: ["DELETE"], # accepts DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
536
- # source_path: "UriPath", # required
537
- # },
538
- # }
539
- #
540
478
  # @!attribute [rw] application_identifier
541
479
  # The ID of the application within which the route is being created.
542
480
  # @return [String]
@@ -675,29 +613,6 @@ module Aws::MigrationHubRefactorSpaces
675
613
  include Aws::Structure
676
614
  end
677
615
 
678
- # @note When making an API call, you may pass CreateServiceRequest
679
- # data as a hash:
680
- #
681
- # {
682
- # application_identifier: "ApplicationId", # required
683
- # client_token: "ClientToken",
684
- # description: "Description",
685
- # endpoint_type: "LAMBDA", # required, accepts LAMBDA, URL
686
- # environment_identifier: "EnvironmentId", # required
687
- # lambda_endpoint: {
688
- # arn: "LambdaArn", # required
689
- # },
690
- # name: "ServiceName", # required
691
- # tags: {
692
- # "TagMapKeyString" => "TagMapValueString",
693
- # },
694
- # url_endpoint: {
695
- # health_url: "Uri",
696
- # url: "Uri", # required
697
- # },
698
- # vpc_id: "VpcId",
699
- # }
700
- #
701
616
  # @!attribute [rw] application_identifier
702
617
  # The ID of the application which the service is created.
703
618
  # @return [String]
@@ -738,7 +653,11 @@ module Aws::MigrationHubRefactorSpaces
738
653
  # @return [Hash<String,String>]
739
654
  #
740
655
  # @!attribute [rw] url_endpoint
741
- # The configuration for the URL endpoint type.
656
+ # The configuration for the URL endpoint type. When creating a route
657
+ # to a service, Refactor Spaces automatically resolves the address in
658
+ # the `UrlEndpointInput` object URL when the Domain Name System (DNS)
659
+ # time-to-live (TTL) expires, or every 60 seconds for TTLs less than
660
+ # 60 seconds.
742
661
  # @return [Types::UrlEndpointInput]
743
662
  #
744
663
  # @!attribute [rw] vpc_id
@@ -853,13 +772,6 @@ module Aws::MigrationHubRefactorSpaces
853
772
 
854
773
  # The configuration for the default route type.
855
774
  #
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
775
  # @!attribute [rw] activation_state
864
776
  # If set to `ACTIVE`, traffic is forwarded to this route’s service
865
777
  # after the route is created.
@@ -873,14 +785,6 @@ module Aws::MigrationHubRefactorSpaces
873
785
  include Aws::Structure
874
786
  end
875
787
 
876
- # @note When making an API call, you may pass DeleteApplicationRequest
877
- # data as a hash:
878
- #
879
- # {
880
- # application_identifier: "ApplicationId", # required
881
- # environment_identifier: "EnvironmentId", # required
882
- # }
883
- #
884
788
  # @!attribute [rw] application_identifier
885
789
  # The ID of the application.
886
790
  # @return [String]
@@ -935,13 +839,6 @@ module Aws::MigrationHubRefactorSpaces
935
839
  include Aws::Structure
936
840
  end
937
841
 
938
- # @note When making an API call, you may pass DeleteEnvironmentRequest
939
- # data as a hash:
940
- #
941
- # {
942
- # environment_identifier: "EnvironmentId", # required
943
- # }
944
- #
945
842
  # @!attribute [rw] environment_identifier
946
843
  # The ID of the environment.
947
844
  # @return [String]
@@ -986,13 +883,6 @@ module Aws::MigrationHubRefactorSpaces
986
883
  include Aws::Structure
987
884
  end
988
885
 
989
- # @note When making an API call, you may pass DeleteResourcePolicyRequest
990
- # data as a hash:
991
- #
992
- # {
993
- # identifier: "ResourcePolicyIdentifier", # required
994
- # }
995
- #
996
886
  # @!attribute [rw] identifier
997
887
  # Amazon Resource Name (ARN) of the resource associated with the
998
888
  # policy.
@@ -1010,15 +900,6 @@ module Aws::MigrationHubRefactorSpaces
1010
900
  #
1011
901
  class DeleteResourcePolicyResponse < Aws::EmptyStructure; end
1012
902
 
1013
- # @note When making an API call, you may pass DeleteRouteRequest
1014
- # data as a hash:
1015
- #
1016
- # {
1017
- # application_identifier: "ApplicationId", # required
1018
- # environment_identifier: "EnvironmentId", # required
1019
- # route_identifier: "RouteId", # required
1020
- # }
1021
- #
1022
903
  # @!attribute [rw] application_identifier
1023
904
  # The ID of the application to delete the route from.
1024
905
  # @return [String]
@@ -1078,15 +959,6 @@ module Aws::MigrationHubRefactorSpaces
1078
959
  include Aws::Structure
1079
960
  end
1080
961
 
1081
- # @note When making an API call, you may pass DeleteServiceRequest
1082
- # data as a hash:
1083
- #
1084
- # {
1085
- # application_identifier: "ApplicationId", # required
1086
- # environment_identifier: "EnvironmentId", # required
1087
- # service_identifier: "ServiceId", # required
1088
- # }
1089
- #
1090
962
  # @!attribute [rw] application_identifier
1091
963
  # Deletes a Refactor Spaces service.
1092
964
  #
@@ -1315,14 +1187,6 @@ module Aws::MigrationHubRefactorSpaces
1315
1187
  include Aws::Structure
1316
1188
  end
1317
1189
 
1318
- # @note When making an API call, you may pass GetApplicationRequest
1319
- # data as a hash:
1320
- #
1321
- # {
1322
- # application_identifier: "ApplicationId", # required
1323
- # environment_identifier: "EnvironmentId", # required
1324
- # }
1325
- #
1326
1190
  # @!attribute [rw] application_identifier
1327
1191
  # The ID of the application.
1328
1192
  # @return [String]
@@ -1420,13 +1284,6 @@ module Aws::MigrationHubRefactorSpaces
1420
1284
  include Aws::Structure
1421
1285
  end
1422
1286
 
1423
- # @note When making an API call, you may pass GetEnvironmentRequest
1424
- # data as a hash:
1425
- #
1426
- # {
1427
- # environment_identifier: "EnvironmentId", # required
1428
- # }
1429
- #
1430
1287
  # @!attribute [rw] environment_identifier
1431
1288
  # The ID of the environment.
1432
1289
  # @return [String]
@@ -1508,13 +1365,6 @@ module Aws::MigrationHubRefactorSpaces
1508
1365
  include Aws::Structure
1509
1366
  end
1510
1367
 
1511
- # @note When making an API call, you may pass GetResourcePolicyRequest
1512
- # data as a hash:
1513
- #
1514
- # {
1515
- # identifier: "ResourcePolicyIdentifier", # required
1516
- # }
1517
- #
1518
1368
  # @!attribute [rw] identifier
1519
1369
  # The Amazon Resource Name (ARN) of the resource associated with the
1520
1370
  # policy.
@@ -1541,15 +1391,6 @@ module Aws::MigrationHubRefactorSpaces
1541
1391
  include Aws::Structure
1542
1392
  end
1543
1393
 
1544
- # @note When making an API call, you may pass GetRouteRequest
1545
- # data as a hash:
1546
- #
1547
- # {
1548
- # application_identifier: "ApplicationId", # required
1549
- # environment_identifier: "EnvironmentId", # required
1550
- # route_identifier: "RouteId", # required
1551
- # }
1552
- #
1553
1394
  # @!attribute [rw] application_identifier
1554
1395
  # The ID of the application.
1555
1396
  # @return [String]
@@ -1677,15 +1518,6 @@ module Aws::MigrationHubRefactorSpaces
1677
1518
  include Aws::Structure
1678
1519
  end
1679
1520
 
1680
- # @note When making an API call, you may pass GetServiceRequest
1681
- # data as a hash:
1682
- #
1683
- # {
1684
- # application_identifier: "ApplicationId", # required
1685
- # environment_identifier: "EnvironmentId", # required
1686
- # service_identifier: "ServiceId", # required
1687
- # }
1688
- #
1689
1521
  # @!attribute [rw] application_identifier
1690
1522
  # The ID of the application.
1691
1523
  # @return [String]
@@ -1851,15 +1683,8 @@ module Aws::MigrationHubRefactorSpaces
1851
1683
 
1852
1684
  # The input for the Lambda endpoint type.
1853
1685
  #
1854
- # @note When making an API call, you may pass LambdaEndpointInput
1855
- # data as a hash:
1856
- #
1857
- # {
1858
- # arn: "LambdaArn", # required
1859
- # }
1860
- #
1861
1686
  # @!attribute [rw] arn
1862
- # The Amazon Resource Name (ARN) of the Lambda endpoint.
1687
+ # The Amazon Resource Name (ARN) of the Lambda function or alias.
1863
1688
  # @return [String]
1864
1689
  #
1865
1690
  # @see http://docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/LambdaEndpointInput AWS API Documentation
@@ -1884,15 +1709,6 @@ module Aws::MigrationHubRefactorSpaces
1884
1709
  include Aws::Structure
1885
1710
  end
1886
1711
 
1887
- # @note When making an API call, you may pass ListApplicationsRequest
1888
- # data as a hash:
1889
- #
1890
- # {
1891
- # environment_identifier: "EnvironmentId", # required
1892
- # max_results: 1,
1893
- # next_token: "NextToken",
1894
- # }
1895
- #
1896
1712
  # @!attribute [rw] environment_identifier
1897
1713
  # The ID of the environment.
1898
1714
  # @return [String]
@@ -1934,15 +1750,6 @@ module Aws::MigrationHubRefactorSpaces
1934
1750
  include Aws::Structure
1935
1751
  end
1936
1752
 
1937
- # @note When making an API call, you may pass ListEnvironmentVpcsRequest
1938
- # data as a hash:
1939
- #
1940
- # {
1941
- # environment_identifier: "EnvironmentId", # required
1942
- # max_results: 1,
1943
- # next_token: "NextToken",
1944
- # }
1945
- #
1946
1753
  # @!attribute [rw] environment_identifier
1947
1754
  # The ID of the environment.
1948
1755
  # @return [String]
@@ -1984,14 +1791,6 @@ module Aws::MigrationHubRefactorSpaces
1984
1791
  include Aws::Structure
1985
1792
  end
1986
1793
 
1987
- # @note When making an API call, you may pass ListEnvironmentsRequest
1988
- # data as a hash:
1989
- #
1990
- # {
1991
- # max_results: 1,
1992
- # next_token: "NextToken",
1993
- # }
1994
- #
1995
1794
  # @!attribute [rw] max_results
1996
1795
  # The maximum number of results to return with a single call. To
1997
1796
  # retrieve the remaining results, make another call with the returned
@@ -2028,16 +1827,6 @@ module Aws::MigrationHubRefactorSpaces
2028
1827
  include Aws::Structure
2029
1828
  end
2030
1829
 
2031
- # @note When making an API call, you may pass ListRoutesRequest
2032
- # data as a hash:
2033
- #
2034
- # {
2035
- # application_identifier: "ApplicationId", # required
2036
- # environment_identifier: "EnvironmentId", # required
2037
- # max_results: 1,
2038
- # next_token: "NextToken",
2039
- # }
2040
- #
2041
1830
  # @!attribute [rw] application_identifier
2042
1831
  # The ID of the application.
2043
1832
  # @return [String]
@@ -2084,16 +1873,6 @@ module Aws::MigrationHubRefactorSpaces
2084
1873
  include Aws::Structure
2085
1874
  end
2086
1875
 
2087
- # @note When making an API call, you may pass ListServicesRequest
2088
- # data as a hash:
2089
- #
2090
- # {
2091
- # application_identifier: "ApplicationId", # required
2092
- # environment_identifier: "EnvironmentId", # required
2093
- # max_results: 1,
2094
- # next_token: "NextToken",
2095
- # }
2096
- #
2097
1876
  # @!attribute [rw] application_identifier
2098
1877
  # The ID of the application.
2099
1878
  # @return [String]
@@ -2140,13 +1919,6 @@ module Aws::MigrationHubRefactorSpaces
2140
1919
  include Aws::Structure
2141
1920
  end
2142
1921
 
2143
- # @note When making an API call, you may pass ListTagsForResourceRequest
2144
- # data as a hash:
2145
- #
2146
- # {
2147
- # resource_arn: "String", # required
2148
- # }
2149
- #
2150
1922
  # @!attribute [rw] resource_arn
2151
1923
  # The Amazon Resource Name (ARN) of the resource.
2152
1924
  # @return [String]
@@ -2171,14 +1943,6 @@ module Aws::MigrationHubRefactorSpaces
2171
1943
  include Aws::Structure
2172
1944
  end
2173
1945
 
2174
- # @note When making an API call, you may pass PutResourcePolicyRequest
2175
- # data as a hash:
2176
- #
2177
- # {
2178
- # policy: "PolicyString", # required
2179
- # resource_arn: "ResourceArn", # required
2180
- # }
2181
- #
2182
1946
  # @!attribute [rw] policy
2183
1947
  # A JSON-formatted string for an Amazon Web Services resource-based
2184
1948
  # policy.
@@ -2453,16 +2217,6 @@ module Aws::MigrationHubRefactorSpaces
2453
2217
  include Aws::Structure
2454
2218
  end
2455
2219
 
2456
- # @note When making an API call, you may pass TagResourceRequest
2457
- # data as a hash:
2458
- #
2459
- # {
2460
- # resource_arn: "String", # required
2461
- # tags: { # required
2462
- # "TagMapKeyString" => "TagMapValueString",
2463
- # },
2464
- # }
2465
- #
2466
2220
  # @!attribute [rw] resource_arn
2467
2221
  # The Amazon Resource Name (ARN) of the resource.
2468
2222
  # @return [String]
@@ -2514,14 +2268,6 @@ module Aws::MigrationHubRefactorSpaces
2514
2268
  include Aws::Structure
2515
2269
  end
2516
2270
 
2517
- # @note When making an API call, you may pass UntagResourceRequest
2518
- # data as a hash:
2519
- #
2520
- # {
2521
- # resource_arn: "String", # required
2522
- # tag_keys: ["String"], # required
2523
- # }
2524
- #
2525
2271
  # @!attribute [rw] resource_arn
2526
2272
  # The Amazon Resource Name (ARN) of the resource.
2527
2273
  # @return [String]
@@ -2543,16 +2289,6 @@ module Aws::MigrationHubRefactorSpaces
2543
2289
  #
2544
2290
  class UntagResourceResponse < Aws::EmptyStructure; end
2545
2291
 
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
2292
  # @!attribute [rw] activation_state
2557
2293
  # If set to `ACTIVE`, traffic is forwarded to this route’s service
2558
2294
  # after the route is updated.
@@ -2629,16 +2365,6 @@ module Aws::MigrationHubRefactorSpaces
2629
2365
 
2630
2366
  # The configuration for the URI path route type.
2631
2367
  #
2632
- # @note When making an API call, you may pass UriPathRouteInput
2633
- # data as a hash:
2634
- #
2635
- # {
2636
- # activation_state: "ACTIVE", # required, accepts ACTIVE, INACTIVE
2637
- # include_child_paths: false,
2638
- # methods: ["DELETE"], # accepts DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
2639
- # source_path: "UriPath", # required
2640
- # }
2641
- #
2642
2368
  # @!attribute [rw] activation_state
2643
2369
  # If set to `ACTIVE`, traffic is forwarded to this route’s service
2644
2370
  # after the route is created.
@@ -2693,14 +2419,6 @@ module Aws::MigrationHubRefactorSpaces
2693
2419
 
2694
2420
  # The configuration for the URL endpoint type.
2695
2421
  #
2696
- # @note When making an API call, you may pass UrlEndpointInput
2697
- # data as a hash:
2698
- #
2699
- # {
2700
- # health_url: "Uri",
2701
- # url: "Uri", # required
2702
- # }
2703
- #
2704
2422
  # @!attribute [rw] health_url
2705
2423
  # The health check URL of the URL endpoint type. If the URL is a
2706
2424
  # public endpoint, the `HealthUrl` must also be a public endpoint. If
@@ -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.8.0'
55
+ GEM_VERSION = '1.9.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.8.0
4
+ version: 1.9.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-10-25 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core