aws-sdk-mgn 1.26.0 → 1.27.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: e4e044f7f7c6600d3ee390d1f89c6a194a900990cf918f57d60c8fac00a8fa28
4
- data.tar.gz: ffef0169e7bf282bebea1f7cbdc3ac84663784325067d406fbe5195963062bc0
3
+ metadata.gz: d1472420af33c6219c1cedfd4cd18f9e0b9b2c21aaafacb746cc3e4d2745201c
4
+ data.tar.gz: 0cd22bb45682e0f6f2987315e8ba4c80eaf7923e228e76f5d283f03d4fcf3b93
5
5
  SHA512:
6
- metadata.gz: d59e43f37c74a06457ad780bd87392dec18cc085fe5e2da9bb7e8e0d8861a550e75ce91fadacb51ba9e6eb80964dc10c47e19eb8e6e3ba827eeadda9d1eee1e0
7
- data.tar.gz: 0c3df637a9a1cef53204240610f9b72e1e6e267086882759c19591805fb629cf1f84dc0dea3cf2c82e7b6e735f9837f9ba1033b34aa394febd2fd042c59b9901
6
+ metadata.gz: edd4bc293b9ff1e229fd7a4ea6edbbad461ebf26def8cc2763fe6713c845cdd5f878f584f978dce27d88591190f2c9eb8df617c4123bf762baa756f079b9b089
7
+ data.tar.gz: 2554fa98f4fce486bab5f182ebf4673e79dee6fc38f0fc1d22481a3156d65f6461e92df5ef2b4271eb32ecdc0397dcacb5a780cd486354ac5524c06bdc8d2466
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - Removed invalid and unnecessary default values.
8
+
4
9
  1.26.0 (2023-10-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -5238,7 +5238,7 @@ module Aws::Mgn
5238
5238
  params: params,
5239
5239
  config: config)
5240
5240
  context[:gem_name] = 'aws-sdk-mgn'
5241
- context[:gem_version] = '1.26.0'
5241
+ context[:gem_version] = '1.27.0'
5242
5242
  Seahorse::Client::Request.new(handlers, context)
5243
5243
  end
5244
5244
 
@@ -32,7 +32,7 @@ module Aws::Mgn
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://mgn-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
data/lib/aws-sdk-mgn.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mgn/customizations'
52
52
  # @!group service
53
53
  module Aws::Mgn
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mgn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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-10-04 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core