aws-sdk-migrationhubrefactorspaces 1.10.0 → 1.11.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces/client.rb +10 -7
- data/lib/aws-sdk-migrationhubrefactorspaces/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-migrationhubrefactorspaces/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc18d710ef9cc0a460878db5bfa66c04e9f70bc926c46ec8883177c90d8de32a
|
|
4
|
+
data.tar.gz: 83190ec30f992ca96b71ec3759ffe25760a4b70f9cd030f3daaac8027e19e789
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11db53b35abd93924b44e438edb4151abb0f41090f08572572e0d6f7c003ad1baad3b4aaff383ca9469f2065981c1dccdec77a0375cc2a6b1ae53f1f0d8dc543
|
|
7
|
+
data.tar.gz: 24876314599149cb4a265c896f467964b21d83b3c3464aa4bcde4d3158379d39c0ea0299a7d3ce6955f345efb93a1fb5b7082b89a74d8dc89ccd551395563d6c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.11.0
|
|
@@ -469,8 +469,11 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
469
469
|
# environment. They are referred to as the *environment owner*. The
|
|
470
470
|
# environment owner has cross-account visibility and control of Refactor
|
|
471
471
|
# Spaces resources that are added to the environment by other accounts
|
|
472
|
-
# that the environment is shared with.
|
|
473
|
-
#
|
|
472
|
+
# that the environment is shared with.
|
|
473
|
+
#
|
|
474
|
+
# When creating an environment with a network fabric type of
|
|
475
|
+
# `TRANSIT_GATEWAY`, Refactor Spaces provisions a transit gateway in
|
|
476
|
+
# your account.
|
|
474
477
|
#
|
|
475
478
|
# @option params [String] :client_token
|
|
476
479
|
# A unique, case-sensitive identifier that you provide to ensure the
|
|
@@ -512,7 +515,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
512
515
|
# client_token: "ClientToken",
|
|
513
516
|
# description: "Description",
|
|
514
517
|
# name: "EnvironmentName", # required
|
|
515
|
-
# network_fabric_type: "TRANSIT_GATEWAY", # required, accepts TRANSIT_GATEWAY
|
|
518
|
+
# network_fabric_type: "TRANSIT_GATEWAY", # required, accepts TRANSIT_GATEWAY, NONE
|
|
516
519
|
# tags: {
|
|
517
520
|
# "TagMapKeyString" => "TagMapValueString",
|
|
518
521
|
# },
|
|
@@ -526,7 +529,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
526
529
|
# resp.environment_id #=> String
|
|
527
530
|
# resp.last_updated_time #=> Time
|
|
528
531
|
# resp.name #=> String
|
|
529
|
-
# resp.network_fabric_type #=> String, one of "TRANSIT_GATEWAY"
|
|
532
|
+
# resp.network_fabric_type #=> String, one of "TRANSIT_GATEWAY", "NONE"
|
|
530
533
|
# resp.owner_account_id #=> String
|
|
531
534
|
# resp.state #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
|
532
535
|
# resp.tags #=> Hash
|
|
@@ -1154,7 +1157,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
1154
1157
|
# resp.error.resource_type #=> String, one of "ENVIRONMENT", "APPLICATION", "ROUTE", "SERVICE", "TRANSIT_GATEWAY", "TRANSIT_GATEWAY_ATTACHMENT", "API_GATEWAY", "NLB", "TARGET_GROUP", "LOAD_BALANCER_LISTENER", "VPC_LINK", "LAMBDA", "VPC", "SUBNET", "ROUTE_TABLE", "SECURITY_GROUP", "VPC_ENDPOINT_SERVICE_CONFIGURATION", "RESOURCE_SHARE", "IAM_ROLE"
|
|
1155
1158
|
# resp.last_updated_time #=> Time
|
|
1156
1159
|
# resp.name #=> String
|
|
1157
|
-
# resp.network_fabric_type #=> String, one of "TRANSIT_GATEWAY"
|
|
1160
|
+
# resp.network_fabric_type #=> String, one of "TRANSIT_GATEWAY", "NONE"
|
|
1158
1161
|
# resp.owner_account_id #=> String
|
|
1159
1162
|
# resp.state #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
|
1160
1163
|
# resp.tags #=> Hash
|
|
@@ -1515,7 +1518,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
1515
1518
|
# resp.environment_summary_list[0].error.resource_type #=> String, one of "ENVIRONMENT", "APPLICATION", "ROUTE", "SERVICE", "TRANSIT_GATEWAY", "TRANSIT_GATEWAY_ATTACHMENT", "API_GATEWAY", "NLB", "TARGET_GROUP", "LOAD_BALANCER_LISTENER", "VPC_LINK", "LAMBDA", "VPC", "SUBNET", "ROUTE_TABLE", "SECURITY_GROUP", "VPC_ENDPOINT_SERVICE_CONFIGURATION", "RESOURCE_SHARE", "IAM_ROLE"
|
|
1516
1519
|
# resp.environment_summary_list[0].last_updated_time #=> Time
|
|
1517
1520
|
# resp.environment_summary_list[0].name #=> String
|
|
1518
|
-
# resp.environment_summary_list[0].network_fabric_type #=> String, one of "TRANSIT_GATEWAY"
|
|
1521
|
+
# resp.environment_summary_list[0].network_fabric_type #=> String, one of "TRANSIT_GATEWAY", "NONE"
|
|
1519
1522
|
# resp.environment_summary_list[0].owner_account_id #=> String
|
|
1520
1523
|
# resp.environment_summary_list[0].state #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
|
1521
1524
|
# resp.environment_summary_list[0].tags #=> Hash
|
|
@@ -1871,7 +1874,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
1871
1874
|
params: params,
|
|
1872
1875
|
config: config)
|
|
1873
1876
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
|
1874
|
-
context[:gem_version] = '1.
|
|
1877
|
+
context[:gem_version] = '1.11.0'
|
|
1875
1878
|
Seahorse::Client::Request.new(handlers, context)
|
|
1876
1879
|
end
|
|
1877
1880
|
|
|
@@ -50,6 +50,9 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
50
50
|
|
|
51
51
|
def initialize(options = {})
|
|
52
52
|
self[:region] = options[:region]
|
|
53
|
+
if self[:region].nil?
|
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
|
55
|
+
end
|
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
|
55
58
|
if self[:use_dual_stack].nil?
|
|
@@ -15,7 +15,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
|
15
15
|
use_fips = parameters.use_fips
|
|
16
16
|
endpoint = parameters.endpoint
|
|
17
17
|
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
|
19
19
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
20
20
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
|
21
21
|
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
|
+
version: 1.11.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-
|
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|