aws-sdk-iam 1.87.0 → 1.88.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: 8cd23e72571ee6b6f132d5029f4d65a3bef8789c4b8e916166e6aafe5604aab4
4
- data.tar.gz: a98e465f2c30e9306e80c464130bc94e54494f34d2be75f318bd30dd73853643
3
+ metadata.gz: 4284aeb490422fd96534e7786d12205f123e42d6df541703d4dd98858d4034a6
4
+ data.tar.gz: 2992d13a6c62e37849f172ea2e40b70e1cc91c9850035023121cba41450add2d
5
5
  SHA512:
6
- metadata.gz: 2ab6958433e853261157331c18eb6b1769deffc36608991c71887c96ef83024fdd3a46a30c6fa344b30d54cf709526a522d42ed730a35bc32ff91f9f7fdd0f18
7
- data.tar.gz: 118657f775d0adb3f607678009d949251baed6e0f50387c06840b969858cc573f82bc42ace645171ac8cec05b63a92b54bbb43ae0c5ffce6f521fd9fdbcd4cb0
6
+ metadata.gz: 90fbd8042518f12a0fc098b414ef9c6be3e9f517d9cc9942a2ea5709d6ad38765aaf638d61f140b942723b324727f0424615105d30324cf9d356d22e850d2c95
7
+ data.tar.gz: 777e1849d36df440a3a96e523373d238fb6bcc3c4624776c1bbded944844e65891c87f8208345162501783c334f1d06d3a45f72af0b7cbabccf64dc3ad924e0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2023-10-24)
5
+ ------------------
6
+
7
+ * Feature - Add the partitional endpoint for IAM in iso-f.
8
+
4
9
  1.87.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -13461,7 +13461,7 @@ module Aws::IAM
13461
13461
  params: params,
13462
13462
  config: config)
13463
13463
  context[:gem_name] = 'aws-sdk-iam'
13464
- context[:gem_version] = '1.87.0'
13464
+ context[:gem_version] = '1.88.0'
13465
13465
  Seahorse::Client::Request.new(handlers, context)
13466
13466
  end
13467
13467
 
@@ -46,6 +46,9 @@ module Aws::IAM
46
46
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
47
47
  return Aws::Endpoints::Endpoint.new(url: "https://iam.us-isob-east-1.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"iam", "signingRegion"=>"us-isob-east-1"}]})
48
48
  end
49
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
50
+ return Aws::Endpoints::Endpoint.new(url: "https://iam.us-isof-south-1.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"iam", "signingRegion"=>"us-isof-south-1"}]})
51
+ end
49
52
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
50
53
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
51
54
  return Aws::Endpoints::Endpoint.new(url: "https://iam-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
@@ -53,7 +56,7 @@ module Aws::IAM
53
56
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
54
57
  end
55
58
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
56
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
59
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
57
60
  return Aws::Endpoints::Endpoint.new(url: "https://iam-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
58
61
  end
59
62
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
data/lib/aws-sdk-iam.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-iam/customizations'
74
74
  # @!group service
75
75
  module Aws::IAM
76
76
 
77
- GEM_VERSION = '1.87.0'
77
+ GEM_VERSION = '1.88.0'
78
78
 
79
79
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.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-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core