aws-sdk-migrationhubrefactorspaces 1.2.0 → 1.5.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 +28 -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: 7a0f3ce7a4f532b37433bfa2d91859c76db89d1f3675f0d62e6ef04fc45f6c72
|
4
|
+
data.tar.gz: a76c0a8b2c60e2e31cf8a61b109e4a7a0a4fdbd31a97f7f525140dab1a1d55ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7fe4e70b1de3ff6f5088ab513c85dc06f36e26d8e938acd816977c30c25bc992df9a87935efab2baeb1aa88223f8b5d0f29ad295c297c038466f988b9ce32fa
|
7
|
+
data.tar.gz: 487534e97909aaf89de7d2a1dc8805cf22604768f9e65eecc3cb13671e3ebb979f4e9682ed7c164d87e75c7d1c246d7686d169997b08f89b4690d0f58d6568b2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
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
|
+
|
9
|
+
1.4.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.3.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.2.0 (2021-12-21)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.5.0
|
@@ -27,7 +27,9 @@ 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'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
80
84
|
|
@@ -350,9 +354,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
350
354
|
# Creates an Amazon Web Services Migration Hub Refactor Spaces
|
351
355
|
# application. The account that owns the environment also owns the
|
352
356
|
# applications created inside the environment, regardless of the account
|
353
|
-
# that creates the application. Refactor Spaces provisions
|
354
|
-
# API Gateway and Network Load Balancer for the
|
355
|
-
# 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.
|
356
360
|
#
|
357
361
|
# @option params [Types::ApiGatewayProxyInput] :api_gateway_proxy
|
358
362
|
# A wrapper object holding the API Gateway endpoint type and stage name
|
@@ -443,12 +447,13 @@ module Aws::MigrationHubRefactorSpaces
|
|
443
447
|
end
|
444
448
|
|
445
449
|
# Creates an Amazon Web Services Migration Hub Refactor Spaces
|
446
|
-
# environment. The caller owns the environment resource, and
|
447
|
-
#
|
448
|
-
#
|
449
|
-
#
|
450
|
-
#
|
451
|
-
#
|
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.
|
452
457
|
#
|
453
458
|
# @option params [String] :client_token
|
454
459
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -538,11 +543,12 @@ module Aws::MigrationHubRefactorSpaces
|
|
538
543
|
# internet.
|
539
544
|
#
|
540
545
|
# * If the service has an Lambda function endpoint, then Refactor Spaces
|
541
|
-
#
|
546
|
+
# configures the Lambda function's resource policy to allow the
|
547
|
+
# application's API Gateway to invoke the function.
|
542
548
|
#
|
543
|
-
# A health check is performed on the service when the route is
|
544
|
-
# If the health check fails, the route transitions to `FAILED`,
|
545
|
-
# 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.
|
546
552
|
#
|
547
553
|
# For Lambda functions, the Lambda function state is checked. If the
|
548
554
|
# function is not active, the function configuration is updated so that
|
@@ -562,6 +568,11 @@ module Aws::MigrationHubRefactorSpaces
|
|
562
568
|
# considered successful if at least one target within the target group
|
563
569
|
# transitions to a healthy state.
|
564
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
|
+
#
|
565
576
|
#
|
566
577
|
#
|
567
578
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/API_GetFunctionConfiguration.html#SSS-GetFunctionConfiguration-response-State
|
@@ -667,7 +678,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
667
678
|
# Services have either a URL endpoint in a virtual private cloud (VPC),
|
668
679
|
# or a Lambda function endpoint.
|
669
680
|
#
|
670
|
-
# If an Amazon Web Services
|
681
|
+
# If an Amazon Web Services resource is launched in a service VPC, and
|
671
682
|
# you want it to be accessible to all of an environment’s services with
|
672
683
|
# VPCs and routes, apply the `RefactorSpacesSecurityGroup` to the
|
673
684
|
# resource. Alternatively, to add more cross-account constraints, apply
|
@@ -1366,8 +1377,8 @@ module Aws::MigrationHubRefactorSpaces
|
|
1366
1377
|
req.send_request(options)
|
1367
1378
|
end
|
1368
1379
|
|
1369
|
-
# Lists all
|
1370
|
-
#
|
1380
|
+
# Lists all Amazon Web Services Migration Hub Refactor Spaces service
|
1381
|
+
# virtual private clouds (VPCs) that are part of the environment.
|
1371
1382
|
#
|
1372
1383
|
# @option params [required, String] :environment_identifier
|
1373
1384
|
# The ID of the environment.
|
@@ -1763,7 +1774,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
1763
1774
|
params: params,
|
1764
1775
|
config: config)
|
1765
1776
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
1766
|
-
context[:gem_version] = '1.
|
1777
|
+
context[:gem_version] = '1.5.0'
|
1767
1778
|
Seahorse::Client::Request.new(handlers, context)
|
1768
1779
|
end
|
1769
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.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:
|
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
|
@@ -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
|