aws-sdk-migrationhubrefactorspaces 1.4.0 → 1.5.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: 837af113a09b7278f7134680cc6a356d786d05d07c166c897180549ccf8fc9b4
4
- data.tar.gz: c4ff40f2a3b1457bc787d9ca96adaf57401376f4f20be0592baa542e9f95c7bb
3
+ metadata.gz: 7a0f3ce7a4f532b37433bfa2d91859c76db89d1f3675f0d62e6ef04fc45f6c72
4
+ data.tar.gz: a76c0a8b2c60e2e31cf8a61b109e4a7a0a4fdbd31a97f7f525140dab1a1d55ab
5
5
  SHA512:
6
- metadata.gz: fabcc13b89f6ff4f5910d60ca613d9e3e060785ed7e5137cd60e5812b44194a7d2c316b98ad5e906cb5eecade647bca7599ef4cf4a04601744f29d30ce95870d
7
- data.tar.gz: ee514a038db3ff705f6da58a362e28f10dc759970684513d1657d4d4ff2d5521a7caf736591c00271ac9cc673f8fef0aeadc1edc48b4fb7a8ffec2dda983f1c5
6
+ metadata.gz: f7fe4e70b1de3ff6f5088ab513c85dc06f36e26d8e938acd816977c30c25bc992df9a87935efab2baeb1aa88223f8b5d0f29ad295c297c038466f988b9ce32fa
7
+ data.tar.gz: 487534e97909aaf89de7d2a1dc8805cf22604768f9e65eecc3cb13671e3ebb979f4e9682ed7c164d87e75c7d1c246d7686d169997b08f89b4690d0f58d6568b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2022-03-07)
5
+ ------------------
6
+
7
+ * Feature - AWS Migration Hub Refactor Spaces documentation update.
8
+
4
9
  1.4.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.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 the Amazon
358
- # API Gateway and Network Load Balancer for the application proxy inside
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 they are
451
- # referred to as the *environment owner*. The environment owner has
452
- # cross-account visibility and control of Refactor Spaces resources that
453
- # are added to the environment by other accounts that the environment is
454
- # shared with. When creating an environment, Refactor Spaces provisions
455
- # a transit gateway in your account.
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
@@ -542,11 +543,12 @@ module Aws::MigrationHubRefactorSpaces
542
543
  # internet.
543
544
  #
544
545
  # * If the service has an Lambda function endpoint, then Refactor Spaces
545
- # uses the API Gateway Lambda integration.
546
+ # configures the Lambda function's resource policy to allow the
547
+ # application's API Gateway to invoke the function.
546
548
  #
547
- # A health check is performed on the service when the route is created.
548
- # If the health check fails, the route transitions to `FAILED`, and no
549
- # traffic is sent to the service.
549
+ # A one-time health check is performed on the service when the route is
550
+ # created. If the health check fails, the route transitions to `FAILED`,
551
+ # and no traffic is sent to the service.
550
552
  #
551
553
  # For Lambda functions, the Lambda function state is checked. If the
552
554
  # function is not active, the function configuration is updated so that
@@ -566,6 +568,11 @@ module Aws::MigrationHubRefactorSpaces
566
568
  # considered successful if at least one target within the target group
567
569
  # transitions to a healthy state.
568
570
  #
571
+ # Services can have HTTP or HTTPS URL endpoints. For HTTPS URLs,
572
+ # publicly-signed certificates are supported. Private Certificate
573
+ # Authorities (CAs) are permitted only if the CA's domain is publicly
574
+ # resolvable.
575
+ #
569
576
  #
570
577
  #
571
578
  # [1]: https://docs.aws.amazon.com/lambda/latest/dg/API_GetFunctionConfiguration.html#SSS-GetFunctionConfiguration-response-State
@@ -671,7 +678,7 @@ module Aws::MigrationHubRefactorSpaces
671
678
  # Services have either a URL endpoint in a virtual private cloud (VPC),
672
679
  # or a Lambda function endpoint.
673
680
  #
674
- # If an Amazon Web Services resourceis launched in a service VPC, and
681
+ # If an Amazon Web Services resource is launched in a service VPC, and
675
682
  # you want it to be accessible to all of an environment’s services with
676
683
  # VPCs and routes, apply the `RefactorSpacesSecurityGroup` to the
677
684
  # resource. Alternatively, to add more cross-account constraints, apply
@@ -1370,8 +1377,8 @@ module Aws::MigrationHubRefactorSpaces
1370
1377
  req.send_request(options)
1371
1378
  end
1372
1379
 
1373
- # Lists all the virtual private clouds (VPCs) that are part of an Amazon
1374
- # Web Services Migration Hub Refactor Spaces environment.
1380
+ # Lists all Amazon Web Services Migration Hub Refactor Spaces service
1381
+ # virtual private clouds (VPCs) that are part of the environment.
1375
1382
  #
1376
1383
  # @option params [required, String] :environment_identifier
1377
1384
  # The ID of the environment.
@@ -1767,7 +1774,7 @@ module Aws::MigrationHubRefactorSpaces
1767
1774
  params: params,
1768
1775
  config: config)
1769
1776
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1770
- context[:gem_version] = '1.4.0'
1777
+ context[:gem_version] = '1.5.0'
1771
1778
  Seahorse::Client::Request.new(handlers, context)
1772
1779
  end
1773
1780
 
@@ -161,7 +161,7 @@ module Aws::MigrationHubRefactorSpaces
161
161
  # @return [String]
162
162
  #
163
163
  # @!attribute [rw] arn
164
- # he Amazon Resource Name (ARN) of the application.
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
@@ -626,12 +628,12 @@ module Aws::MigrationHubRefactorSpaces
626
628
  # @return [String]
627
629
  #
628
630
  # @!attribute [rw] service_id
629
- # The ID of service in which the rute iscreated. Traffic that matches
630
- # this route is forwarded to this service.
631
+ # The ID of service in which the route is created. Traffic that
632
+ # matches this route is forwarded to this service.
631
633
  # @return [String]
632
634
  #
633
635
  # @!attribute [rw] state
634
- # he current state of the route.
636
+ # The current state of the route.
635
637
  # @return [String]
636
638
  #
637
639
  # @!attribute [rw] tags
@@ -1008,7 +1010,7 @@ module Aws::MigrationHubRefactorSpaces
1008
1010
  end
1009
1011
 
1010
1012
  # @!attribute [rw] application_id
1011
- # he ID of the application that the route belongs to.
1013
+ # The ID of the application that the route belongs to.
1012
1014
  # @return [String]
1013
1015
  #
1014
1016
  # @!attribute [rw] arn
@@ -1343,7 +1345,8 @@ module Aws::MigrationHubRefactorSpaces
1343
1345
  # @return [String]
1344
1346
  #
1345
1347
  # @!attribute [rw] owner_account_id
1346
- # The Amazon Web Services account ID of the application owner.
1348
+ # The Amazon Web Services account ID of the application owner (which
1349
+ # is always the same as the environment owner account ID).
1347
1350
  # @return [String]
1348
1351
  #
1349
1352
  # @!attribute [rw] proxy_type
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
48
48
  # @!group service
49
49
  module Aws::MigrationHubRefactorSpaces
50
50
 
51
- GEM_VERSION = '1.4.0'
51
+ GEM_VERSION = '1.5.0'
52
52
 
53
53
  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.4.0
4
+ version: 1.5.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-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core