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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +7 -5
- data/lib/aws-sdk-iam/types.rb +34 -23
- data/lib/aws-sdk-iam.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b10e5fcc35572a4aa095aaf7b757add2db8110cc6316af2d9690e1ffc2938940
|
|
4
|
+
data.tar.gz: be79493d55994d00e850a8f38498fc1b2db0a8f9ad86f082ddca992a5b49e401
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 297f5d53d393cd57e3abf4e17c1c9e52a23d79b21c2f5fbf007367a6c0e52a184f8ece2a02858cfbe0fa538a1eabf87109945a8d873fabf5403f682553b4319c
|
|
7
|
+
data.tar.gz: 654913b1389ff63acd1299a1086e99910c090bc0392fcae1e063f0919e1bef295a1691717dfd06aadc85cda738a6887de78b9803b69e43f307ac2f839a317998
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.141.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
|
@@ -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
|
|
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
|
|
2516
|
-
# integer. When not specified, the credential will not
|
|
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.
|
|
14696
|
+
context[:gem_version] = '1.141.0'
|
|
14695
14697
|
Seahorse::Client::Request.new(handlers, context)
|
|
14696
14698
|
end
|
|
14697
14699
|
|
data/lib/aws-sdk-iam/types.rb
CHANGED
|
@@ -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
|
|
1762
|
-
# integer. When not specified, the credential
|
|
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]
|
|
2133
|
-
#
|
|
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
|
-
#
|
|
2157
|
-
#
|
|
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
|
-
#
|
|
2165
|
-
#
|
|
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
|
|
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
|
|
10799
|
-
# that includes the IAM user name 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
|
|
10805
|
-
# that should be used to authenticate
|
|
10806
|
-
# returned only when the credential is
|
|
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
|
|
10858
|
-
# that includes the IAM user name 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
|
|
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