aws-sdk-iam 1.140.0 → 1.141.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: 6b803484c8131ab74b4e93859e2377ad3291fe707da5fb4cc13f03b6f341dd3b
4
- data.tar.gz: 9263fa4f4aa13b9f69a7e2c0ddc521ea09e1f303503cfb932c523bf6b0273d9a
3
+ metadata.gz: b10e5fcc35572a4aa095aaf7b757add2db8110cc6316af2d9690e1ffc2938940
4
+ data.tar.gz: be79493d55994d00e850a8f38498fc1b2db0a8f9ad86f082ddca992a5b49e401
5
5
  SHA512:
6
- metadata.gz: af07f5688b2997b6fb23aae5eb0d04fa9a4db4fad1625b2f9835136d17cb6c8c4f7f589cefea30f2ea9f8682088d4fc8dd00bb43135a0924a7bf91fda4362ffd
7
- data.tar.gz: 4ceb213f5791d6b8d0b69dd3253bfd7a2854191572b7d282799c234e00a46064fb05c05933abdcee07ad3d217c5247ba2139fdac9c3d1ad0b5c89558465902b0
6
+ metadata.gz: 297f5d53d393cd57e3abf4e17c1c9e52a23d79b21c2f5fbf007367a6c0e52a184f8ece2a02858cfbe0fa538a1eabf87109945a8d873fabf5403f682553b4319c
7
+ data.tar.gz: 654913b1389ff63acd1299a1086e99910c090bc0392fcae1e063f0919e1bef295a1691717dfd06aadc85cda738a6887de78b9803b69e43f307ac2f839a317998
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.141.0 (2026-03-09)
5
+ ------------------
6
+
7
+ * Feature - Added support for CloudWatch Logs long-term API keys, currently available in Preview
8
+
4
9
  1.140.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.140.0
1
+ 1.141.0
@@ -2475,8 +2475,9 @@ module Aws::IAM
2475
2475
  # You can have a maximum of two sets of service-specific credentials for
2476
2476
  # each supported service per user.
2477
2477
  #
2478
- # You can create service-specific credentials for Amazon Bedrock,
2479
- # CodeCommit and Amazon Keyspaces (for Apache Cassandra).
2478
+ # You can create service-specific credentials for Amazon Bedrock, Amazon
2479
+ # CloudWatch Logs, CodeCommit and Amazon Keyspaces (for Apache
2480
+ # Cassandra).
2480
2481
  #
2481
2482
  # You can reset the password to a new service-generated value by calling
2482
2483
  # [ResetServiceSpecificCredential][1].
@@ -2512,8 +2513,9 @@ module Aws::IAM
2512
2513
  #
2513
2514
  # @option params [Integer] :credential_age_days
2514
2515
  # The number of days until the service specific credential expires. This
2515
- # field is only valid for Bedrock API keys and must be a positive
2516
- # integer. When not specified, the credential will not expire.
2516
+ # field is only valid for Bedrock and CloudWatch Logs API keys and must
2517
+ # be a positive integer. When not specified, the credential will not
2518
+ # expire.
2517
2519
  #
2518
2520
  # @return [Types::CreateServiceSpecificCredentialResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2519
2521
  #
@@ -14691,7 +14693,7 @@ module Aws::IAM
14691
14693
  tracer: tracer
14692
14694
  )
14693
14695
  context[:gem_name] = 'aws-sdk-iam'
14694
- context[:gem_version] = '1.140.0'
14696
+ context[:gem_version] = '1.141.0'
14695
14697
  Seahorse::Client::Request.new(handlers, context)
14696
14698
  end
14697
14699
 
@@ -1758,8 +1758,9 @@ module Aws::IAM
1758
1758
  #
1759
1759
  # @!attribute [rw] credential_age_days
1760
1760
  # The number of days until the service specific credential expires.
1761
- # This field is only valid for Bedrock API keys and must be a positive
1762
- # integer. When not specified, the credential will not expire.
1761
+ # This field is only valid for Bedrock and CloudWatch Logs API keys
1762
+ # and must be a positive integer. When not specified, the credential
1763
+ # will not expire.
1763
1764
  # @return [Integer]
1764
1765
  #
1765
1766
  # @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceSpecificCredentialRequest AWS API Documentation
@@ -2129,8 +2130,11 @@ module Aws::IAM
2129
2130
  # If the `PermissionPolicy` includes role creation permissions, this
2130
2131
  # element will include the list of permissions boundary policies
2131
2132
  # associated with the role creation. See [Permissions boundaries for
2132
- # IAM entities](IAM/latest/UserGuide/access_policies_boundaries.html)
2133
- # for more details about IAM permission boundaries.
2133
+ # IAM entities][1] for more details about IAM permission boundaries.
2134
+ #
2135
+ #
2136
+ #
2137
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
2134
2138
  # @return [Array<String>]
2135
2139
  #
2136
2140
  # @!attribute [rw] owner_id
@@ -2152,17 +2156,23 @@ module Aws::IAM
2152
2156
  # @!attribute [rw] state
2153
2157
  # The state of this delegation request.
2154
2158
  #
2155
- # See the [Understanding the Request
2156
- # Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle)
2157
- # for an explanation of how these states are transitioned.
2159
+ # See the [Understanding the Request Lifecycle][1] for an explanation
2160
+ # of how these states are transitioned.
2161
+ #
2162
+ #
2163
+ #
2164
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle
2158
2165
  # @return [String]
2159
2166
  #
2160
2167
  # @!attribute [rw] expiration_time
2161
2168
  # The expiry time of this delegation request
2162
2169
  #
2163
- # See the [Understanding the Request
2164
- # Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle)
2165
- # for details on the life time of a delegation request at each state.
2170
+ # See the [Understanding the Request Lifecycle][1] for details on the
2171
+ # life time of a delegation request at each state.
2172
+ #
2173
+ #
2174
+ #
2175
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle
2166
2176
  # @return [Time]
2167
2177
  #
2168
2178
  # @!attribute [rw] requestor_id
@@ -10773,8 +10783,8 @@ module Aws::IAM
10773
10783
  #
10774
10784
  # @!attribute [rw] expiration_date
10775
10785
  # The date and time when the service specific credential expires. This
10776
- # field is only present for Bedrock API keys that were created with an
10777
- # expiration period.
10786
+ # field is only present for Bedrock API keys and CloudWatch Logs API
10787
+ # keys that were created with an expiration period.
10778
10788
  # @return [Time]
10779
10789
  #
10780
10790
  # @!attribute [rw] service_name
@@ -10795,15 +10805,16 @@ module Aws::IAM
10795
10805
  # @return [String]
10796
10806
  #
10797
10807
  # @!attribute [rw] service_credential_alias
10798
- # For Bedrock API keys, this is the public portion of the credential
10799
- # that includes the IAM user name and a suffix containing version and
10800
- # creation information.
10808
+ # For Bedrock API keys and CloudWatch Logs API keys, this is the
10809
+ # public portion of the credential that includes the IAM user name and
10810
+ # a suffix containing version and creation information.
10801
10811
  # @return [String]
10802
10812
  #
10803
10813
  # @!attribute [rw] service_credential_secret
10804
- # For Bedrock API keys, this is the secret portion of the credential
10805
- # that should be used to authenticate API calls. This value is
10806
- # returned only when the credential is created.
10814
+ # For Bedrock API keys and CloudWatch Logs API keys, this is the
10815
+ # secret portion of the credential that should be used to authenticate
10816
+ # API calls. This value is returned only when the credential is
10817
+ # created.
10807
10818
  # @return [String]
10808
10819
  #
10809
10820
  # @!attribute [rw] service_specific_credential_id
@@ -10854,9 +10865,9 @@ module Aws::IAM
10854
10865
  # @return [String]
10855
10866
  #
10856
10867
  # @!attribute [rw] service_credential_alias
10857
- # For Bedrock API keys, this is the public portion of the credential
10858
- # that includes the IAM user name and a suffix containing version and
10859
- # creation information.
10868
+ # For Bedrock API keys and CloudWatch Logs API keys, this is the
10869
+ # public portion of the credential that includes the IAM user name and
10870
+ # a suffix containing version and creation information.
10860
10871
  # @return [String]
10861
10872
  #
10862
10873
  # @!attribute [rw] create_date
@@ -10870,8 +10881,8 @@ module Aws::IAM
10870
10881
  #
10871
10882
  # @!attribute [rw] expiration_date
10872
10883
  # The date and time when the service specific credential expires. This
10873
- # field is only present for Bedrock API keys that were created with an
10874
- # expiration period.
10884
+ # field is only present for Bedrock API keys and CloudWatch Logs API
10885
+ # keys that were created with an expiration period.
10875
10886
  # @return [Time]
10876
10887
  #
10877
10888
  # @!attribute [rw] service_specific_credential_id
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.140.0'
79
+ GEM_VERSION = '1.141.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.140.0
4
+ version: 1.141.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services