aws-sdk-migrationhubrefactorspaces 1.3.0 → 1.6.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces/client.rb +26 -17
- data/lib/aws-sdk-migrationhubrefactorspaces/types.rb +11 -8
- data/lib/aws-sdk-migrationhubrefactorspaces.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbc3d42562648ba7d86f3e64799138ccefeeed86e718aa1966af90cdf050299e
|
4
|
+
data.tar.gz: 4cb64b97ece67213cbb5a6b83f9dbf33f9b33d1a16af797f1dfca3335ce70075
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48ce2878d343c24e496977903bc8987248656e87ffffa2976819da1ebd77819232ec8699cc03e08eb0c193a051009ff5d00c9f9ff154d99c06bf3c593eb7eaaf
|
7
|
+
data.tar.gz: 8f0bd6143713d461d4b0bae184e50fb95d8f0c657912b094853b4f4a46a1cc98a0f3318ee728b0dcc8b659c22f5c7e6cba87f1b7c9a43872811474e1ce8462db
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.6.0 (2022-05-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue.
|
8
|
+
|
9
|
+
1.5.0 (2022-03-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Migration Hub Refactor Spaces documentation update.
|
13
|
+
|
14
|
+
1.4.0 (2022-02-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.3.0 (2022-02-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
31
32
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
32
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
@@ -75,6 +76,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
75
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
78
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
79
81
|
add_plugin(Aws::Plugins::RecursionDetection)
|
80
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
@@ -352,9 +354,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
352
354
|
# Creates an Amazon Web Services Migration Hub Refactor Spaces
|
353
355
|
# application. The account that owns the environment also owns the
|
354
356
|
# applications created inside the environment, regardless of the account
|
355
|
-
# that creates the application. Refactor Spaces provisions
|
356
|
-
# API Gateway and Network Load Balancer for the
|
357
|
-
# 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.
|
358
360
|
#
|
359
361
|
# @option params [Types::ApiGatewayProxyInput] :api_gateway_proxy
|
360
362
|
# A wrapper object holding the API Gateway endpoint type and stage name
|
@@ -445,12 +447,13 @@ module Aws::MigrationHubRefactorSpaces
|
|
445
447
|
end
|
446
448
|
|
447
449
|
# Creates an Amazon Web Services Migration Hub Refactor Spaces
|
448
|
-
# environment. The caller owns the environment resource, and
|
449
|
-
#
|
450
|
-
#
|
451
|
-
#
|
452
|
-
#
|
453
|
-
#
|
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.
|
454
457
|
#
|
455
458
|
# @option params [String] :client_token
|
456
459
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -540,11 +543,12 @@ module Aws::MigrationHubRefactorSpaces
|
|
540
543
|
# internet.
|
541
544
|
#
|
542
545
|
# * If the service has an Lambda function endpoint, then Refactor Spaces
|
543
|
-
#
|
546
|
+
# configures the Lambda function's resource policy to allow the
|
547
|
+
# application's API Gateway to invoke the function.
|
544
548
|
#
|
545
|
-
# A health check is performed on the service when the route is
|
546
|
-
# If the health check fails, the route transitions to `FAILED`,
|
547
|
-
# 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.
|
548
552
|
#
|
549
553
|
# For Lambda functions, the Lambda function state is checked. If the
|
550
554
|
# function is not active, the function configuration is updated so that
|
@@ -564,6 +568,11 @@ module Aws::MigrationHubRefactorSpaces
|
|
564
568
|
# considered successful if at least one target within the target group
|
565
569
|
# transitions to a healthy state.
|
566
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
|
+
#
|
567
576
|
#
|
568
577
|
#
|
569
578
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/API_GetFunctionConfiguration.html#SSS-GetFunctionConfiguration-response-State
|
@@ -669,7 +678,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
669
678
|
# Services have either a URL endpoint in a virtual private cloud (VPC),
|
670
679
|
# or a Lambda function endpoint.
|
671
680
|
#
|
672
|
-
# If an Amazon Web Services
|
681
|
+
# If an Amazon Web Services resource is launched in a service VPC, and
|
673
682
|
# you want it to be accessible to all of an environment’s services with
|
674
683
|
# VPCs and routes, apply the `RefactorSpacesSecurityGroup` to the
|
675
684
|
# resource. Alternatively, to add more cross-account constraints, apply
|
@@ -1368,8 +1377,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
1368
1377
|
req.send_request(options)
|
1369
1378
|
end
|
1370
1379
|
|
1371
|
-
# Lists all
|
1372
|
-
#
|
1380
|
+
# Lists all Amazon Web Services Migration Hub Refactor Spaces service
|
1381
|
+
# virtual private clouds (VPCs) that are part of the environment.
|
1373
1382
|
#
|
1374
1383
|
# @option params [required, String] :environment_identifier
|
1375
1384
|
# The ID of the environment.
|
@@ -1765,7 +1774,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
1765
1774
|
params: params,
|
1766
1775
|
config: config)
|
1767
1776
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
1768
|
-
context[:gem_version] = '1.
|
1777
|
+
context[:gem_version] = '1.6.0'
|
1769
1778
|
Seahorse::Client::Request.new(handlers, context)
|
1770
1779
|
end
|
1771
1780
|
|
@@ -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
|
@@ -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
|
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
|
-
#
|
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
|
-
#
|
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
|
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.6.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-05-10 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.
|
22
|
+
version: 3.127.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.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|