aws-sdk-migrationhubrefactorspaces 1.10.0 → 1.11.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: 2dbf9041d7f4db15d89fe724247197022c75257f1c59c2d70bcd6af964ce9384
4
- data.tar.gz: 8c687248dd0c7849eb39989103c5cd9c9d4bf666dca628b2cd5d567957ea65c3
3
+ metadata.gz: cc18d710ef9cc0a460878db5bfa66c04e9f70bc926c46ec8883177c90d8de32a
4
+ data.tar.gz: 83190ec30f992ca96b71ec3759ffe25760a4b70f9cd030f3daaac8027e19e789
5
5
  SHA512:
6
- metadata.gz: f8940a73e7004e7ab110a73cfa538ec602fdb30b02cd10293e1aa731e4098f426c97194af93450a12135eaf206bc38465ede0ae1c92c1a79336046bb715dda30
7
- data.tar.gz: 7b60bff1e79192b019a482923574e1a8c143cd69dd49edfe1da50d0b258126546c24cdac71b72b1575845fa0cbd5d6b5bb58ce20289047129d462474e3901941
6
+ metadata.gz: 11db53b35abd93924b44e438edb4151abb0f41090f08572572e0d6f7c003ad1baad3b4aaff383ca9469f2065981c1dccdec77a0375cc2a6b1ae53f1f0d8dc543
7
+ data.tar.gz: 24876314599149cb4a265c896f467964b21d83b3c3464aa4bcde4d3158379d39c0ea0299a7d3ce6955f345efb93a1fb5b7082b89a74d8dc89ccd551395563d6c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2023-02-09)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for creating environments with a network fabric type of NONE
8
+
4
9
  1.10.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
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. When creating an environment,
473
- # Refactor Spaces provisions a transit gateway in your account.
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.10.0'
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) && (url = Aws::Endpoints::Matchers.parse_url(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
@@ -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.10.0'
55
+ GEM_VERSION = '1.11.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.10.0
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-01-18 00:00:00.000000000 Z
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