aws-sdk-iam 1.106.0 → 1.108.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +7 -1
- data/lib/aws-sdk-iam/endpoints.rb +159 -636
- data/lib/aws-sdk-iam/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-iam.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bbd67de9f0d2f0762b649a43737db953a828d911fe4e299c2d10657d68011bc
|
4
|
+
data.tar.gz: 429623230de8e28e77e5d1167ab4314086e278c71af8296720916a2551625d28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ac0ce280d0f2f7ad573717d53bcbda1ceec52b3e54853beadea5d7840fe6ec65e9248c261a79af88b9e853f24a4d7d5557848c4065648578dbfc0039a881e07
|
7
|
+
data.tar.gz: 2cdfd48508202dd8d401679d18d3fae222fe8a86f5b4a6c586a013492a8b9de2dac77090993f770cd64f1e2bb590cd8a8a9a417316622cb2f75032a7bfc0907d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.108.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.107.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.106.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.108.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -425,6 +425,12 @@ module Aws::IAM
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -13527,7 +13533,7 @@ module Aws::IAM
|
|
13527
13533
|
tracer: tracer
|
13528
13534
|
)
|
13529
13535
|
context[:gem_name] = 'aws-sdk-iam'
|
13530
|
-
context[:gem_version] = '1.
|
13536
|
+
context[:gem_version] = '1.108.0'
|
13531
13537
|
Seahorse::Client::Request.new(handlers, context)
|
13532
13538
|
end
|
13533
13539
|
|