aws-sdk-iam 1.130.0 → 1.131.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f7bd63424f848b7f1902c99fe44917a26724606a75b59a3cdfde25fe099b2cb
4
- data.tar.gz: d23243576bc6c1081b04d42db67b8119ddbb3d688394747b3ac1399d0c327a4b
3
+ metadata.gz: eb0db0d497b558048fb8755910f1a82e7e10c2f5d6c0b5e9cb1ddce437f1f1d2
4
+ data.tar.gz: 370390bcbaa79e37f3442ae3104ca22b67f32be3532221698b6bca93eb4fb700
5
5
  SHA512:
6
- metadata.gz: efd23b5eeca86592bc0318458060fa8dd93c85d8f20a9798479a04c258d789677b8e6550717440fc69a3191b757dcc1630a56eb8465d54b6b1d5b431c26fb425
7
- data.tar.gz: b8d4d7415582962739e935e61d968cd3c000643f6210d023676b4ad0fb04d686a81eabe9b906d1f25c152b120c19e0e3f4f1633f4d5bc17183bffcb7fd99c028
6
+ metadata.gz: 2ee9eac2b68137bf715beb22e35eeda70ec063c8d89f2adcc48eab09cd12315ce01a74c9a55ee4ceb6a875f501ddbf4dc5a9ff79dc544bfb47a08209b287f138
7
+ data.tar.gz: 5dd253da06d58ab55e87237988033d6e21fc4b0c27f8650b704ff4c520af5482cd9736b9fb6c55b683a33e2642fb90b17177fb09a80c37457e5c6ea5670fcd9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.131.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Updated OIDC and SAML apis to reject multiple simultaneous requests to change a unique object.
8
+
4
9
  1.130.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.131.0
@@ -14069,7 +14069,7 @@ module Aws::IAM
14069
14069
  tracer: tracer
14070
14070
  )
14071
14071
  context[:gem_name] = 'aws-sdk-iam'
14072
- context[:gem_version] = '1.130.0'
14072
+ context[:gem_version] = '1.131.0'
14073
14073
  Seahorse::Client::Request.new(handlers, context)
14074
14074
  end
14075
14075
 
@@ -2235,6 +2235,7 @@ module Aws::IAM
2235
2235
  o.http_request_uri = "/"
2236
2236
  o.input = Shapes::ShapeRef.new(shape: AddClientIDToOpenIDConnectProviderRequest)
2237
2237
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2238
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2238
2239
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2239
2240
  o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
2240
2241
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
@@ -3811,6 +3812,7 @@ module Aws::IAM
3811
3812
  o.http_request_uri = "/"
3812
3813
  o.input = Shapes::ShapeRef.new(shape: RemoveClientIDFromOpenIDConnectProviderRequest)
3813
3814
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3815
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3814
3816
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3815
3817
  o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
3816
3818
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
@@ -4183,6 +4185,7 @@ module Aws::IAM
4183
4185
  o.http_request_uri = "/"
4184
4186
  o.input = Shapes::ShapeRef.new(shape: UpdateOpenIDConnectProviderThumbprintRequest)
4185
4187
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4188
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4186
4189
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4187
4190
  o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
4188
4191
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
@@ -4220,6 +4223,7 @@ module Aws::IAM
4220
4223
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4221
4224
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4222
4225
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4226
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4223
4227
  end)
4224
4228
 
4225
4229
  api.add_operation(:update_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
@@ -13,22 +13,22 @@ module Aws::IAM
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
data/lib/aws-sdk-iam.rb CHANGED
@@ -76,7 +76,7 @@ module Aws::IAM
76
76
  autoload :UserPolicy, 'aws-sdk-iam/user_policy'
77
77
  autoload :VirtualMfaDevice, 'aws-sdk-iam/virtual_mfa_device'
78
78
 
79
- GEM_VERSION = '1.130.0'
79
+ GEM_VERSION = '1.131.0'
80
80
 
81
81
  end
82
82
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.130.0
4
+ version: 1.131.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services