aws-sdk-iam 1.104.0 → 1.106.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 +34 -19
- data/lib/aws-sdk-iam/client_api.rb +1 -1
- data/lib/aws-sdk-iam.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- 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: b49958d169d33e4f0eacf70b6d5cceb36f07bc577249d69c9e8301c546a4c424
|
4
|
+
data.tar.gz: a21f945b98e29baa858f120fc29cc64432564dc0ffc4a1b66b5351050b4d978e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c75585af35e8e39dca169dcc773f2879f4fdfc28dca6bf4b3e2b832cd1df9e9bf2ae589a782c3123736a515ee0f20f2f8b55ce1ab0659ab56676c4a30f866b49
|
7
|
+
data.tar.gz: 0f7875149c8cbe28aafbde70cf94d38eb8dba08ebdbf06285d2ed31cbcaf3db036245a493a90e216ead39b7f251c9815eebd6c5c57631c0df3ff77da7a5eb58d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.106.0 (2024-09-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.105.0 (2024-08-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null.
|
13
|
+
|
4
14
|
1.104.0 (2024-08-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
32
32
|
require 'aws-sdk-core/plugins/request_compression.rb'
|
33
33
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
34
34
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry.rb'
|
35
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
36
37
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
37
38
|
|
@@ -83,6 +84,7 @@ module Aws::IAM
|
|
83
84
|
add_plugin(Aws::Plugins::RequestCompression)
|
84
85
|
add_plugin(Aws::Plugins::DefaultsMode)
|
85
86
|
add_plugin(Aws::Plugins::RecursionDetection)
|
87
|
+
add_plugin(Aws::Plugins::Telemetry)
|
86
88
|
add_plugin(Aws::Plugins::Sign)
|
87
89
|
add_plugin(Aws::Plugins::Protocols::Query)
|
88
90
|
add_plugin(Aws::IAM::Plugins::Endpoints)
|
@@ -330,6 +332,16 @@ module Aws::IAM
|
|
330
332
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
331
333
|
# requests are made, and retries are disabled.
|
332
334
|
#
|
335
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
336
|
+
# Allows you to provide a telemetry provider, which is used to
|
337
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
338
|
+
# will not record or emit any telemetry data. The SDK supports the
|
339
|
+
# following telemetry providers:
|
340
|
+
#
|
341
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
342
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
343
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
344
|
+
#
|
333
345
|
# @option options [Aws::TokenProvider] :token_provider
|
334
346
|
# A Bearer Token Provider. This can be an instance of any one of the
|
335
347
|
# following classes:
|
@@ -1360,13 +1372,12 @@ module Aws::IAM
|
|
1360
1372
|
# You get all of this information from the OIDC IdP you want to use to
|
1361
1373
|
# access Amazon Web Services.
|
1362
1374
|
#
|
1363
|
-
# <note markdown="1"> Amazon Web Services secures communication with
|
1364
|
-
#
|
1365
|
-
#
|
1366
|
-
# your IdP
|
1367
|
-
#
|
1368
|
-
#
|
1369
|
-
# use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
|
1375
|
+
# <note markdown="1"> Amazon Web Services secures communication with OIDC identity providers
|
1376
|
+
# (IdPs) using our library of trusted root certificate authorities (CAs)
|
1377
|
+
# to verify the JSON Web Key Set (JWKS) endpoint's TLS certificate. If
|
1378
|
+
# your OIDC IdP relies on a certificate that is not signed by one of
|
1379
|
+
# these trusted CAs, only then we secure communication using the
|
1380
|
+
# thumbprints set in the IdP's configuration.
|
1370
1381
|
#
|
1371
1382
|
# </note>
|
1372
1383
|
#
|
@@ -6473,12 +6484,12 @@ module Aws::IAM
|
|
6473
6484
|
# Lists the account alias associated with the Amazon Web Services
|
6474
6485
|
# account (Note: you can have only one). For information about using an
|
6475
6486
|
# Amazon Web Services account alias, see [Creating, deleting, and
|
6476
|
-
# listing an Amazon Web Services account alias][1] in the *
|
6477
|
-
#
|
6487
|
+
# listing an Amazon Web Services account alias][1] in the *IAM User
|
6488
|
+
# Guide*.
|
6478
6489
|
#
|
6479
6490
|
#
|
6480
6491
|
#
|
6481
|
-
# [1]: https://docs.aws.amazon.com/
|
6492
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html#CreateAccountAlias
|
6482
6493
|
#
|
6483
6494
|
# @option params [String] :marker
|
6484
6495
|
# Use this parameter only when paginating results and only after you
|
@@ -12526,13 +12537,12 @@ module Aws::IAM
|
|
12526
12537
|
# role that specifies the OIDC provider as a principal fails until the
|
12527
12538
|
# certificate thumbprint is updated.
|
12528
12539
|
#
|
12529
|
-
# <note markdown="1"> Amazon Web Services secures communication with
|
12530
|
-
#
|
12531
|
-
#
|
12532
|
-
# your IdP
|
12533
|
-
#
|
12534
|
-
#
|
12535
|
-
# use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
|
12540
|
+
# <note markdown="1"> Amazon Web Services secures communication with OIDC identity providers
|
12541
|
+
# (IdPs) using our library of trusted root certificate authorities (CAs)
|
12542
|
+
# to verify the JSON Web Key Set (JWKS) endpoint's TLS certificate. If
|
12543
|
+
# your OIDC IdP relies on a certificate that is not signed by one of
|
12544
|
+
# these trusted CAs, only then we secure communication using the
|
12545
|
+
# thumbprints set in the IdP's configuration.
|
12536
12546
|
#
|
12537
12547
|
# </note>
|
12538
12548
|
#
|
@@ -13505,14 +13515,19 @@ module Aws::IAM
|
|
13505
13515
|
# @api private
|
13506
13516
|
def build_request(operation_name, params = {})
|
13507
13517
|
handlers = @handlers.for(operation_name)
|
13518
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
13519
|
+
Aws::Telemetry.module_to_tracer_name('Aws::IAM')
|
13520
|
+
)
|
13508
13521
|
context = Seahorse::Client::RequestContext.new(
|
13509
13522
|
operation_name: operation_name,
|
13510
13523
|
operation: config.api.operation(operation_name),
|
13511
13524
|
client: self,
|
13512
13525
|
params: params,
|
13513
|
-
config: config
|
13526
|
+
config: config,
|
13527
|
+
tracer: tracer
|
13528
|
+
)
|
13514
13529
|
context[:gem_name] = 'aws-sdk-iam'
|
13515
|
-
context[:gem_version] = '1.
|
13530
|
+
context[:gem_version] = '1.106.0'
|
13516
13531
|
Seahorse::Client::Request.new(handlers, context)
|
13517
13532
|
end
|
13518
13533
|
|
@@ -528,7 +528,7 @@ module Aws::IAM
|
|
528
528
|
AccessKey.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
529
529
|
AccessKey.struct_class = Types::AccessKey
|
530
530
|
|
531
|
-
AccessKeyLastUsed.add_member(:last_used_date, Shapes::ShapeRef.new(shape: dateType,
|
531
|
+
AccessKeyLastUsed.add_member(:last_used_date, Shapes::ShapeRef.new(shape: dateType, location_name: "LastUsedDate"))
|
532
532
|
AccessKeyLastUsed.add_member(:service_name, Shapes::ShapeRef.new(shape: stringType, required: true, location_name: "ServiceName"))
|
533
533
|
AccessKeyLastUsed.add_member(:region, Shapes::ShapeRef.new(shape: stringType, required: true, location_name: "Region"))
|
534
534
|
AccessKeyLastUsed.struct_class = Types::AccessKeyLastUsed
|
data/lib/aws-sdk-iam.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
data/sig/resource.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
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.
|
4
|
+
version: 1.106.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: 2024-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.203.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.203.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|