Skip to content

Commit 77d677b

Browse files
chore: Updates version to 1.6.70
1 parent 36d0f54 commit 77d677b

File tree

12 files changed

+265
-92
lines changed

12 files changed

+265
-92
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PackageDescription
1515

1616
// MARK: - Dynamic Content
1717

18-
let clientRuntimeVersion: Version = "0.189.0"
18+
let clientRuntimeVersion: Version = "0.190.0"
1919
let crtVersion: Version = "0.58.1"
2020

2121
let excludeRuntimeUnitTests = false

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.69
1+
1.6.70

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.70
1+
1.6.71

Sources/Core/AWSSDKDynamic/Sources/AWSSDKDynamic/PackageVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
// Code is auto-generated. DO NOT EDIT!
99

10-
public let packageVersion = "1.6.69"
10+
public let packageVersion = "1.6.70"

Sources/Services/AWSIAM/Sources/AWSIAM/IAMClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,7 @@ extension IAMClient {
21312131

21322132
/// Performs the `CreateServiceSpecificCredential` operation on the `IAM` service.
21332133
///
2134-
/// Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request. These credentials are generated by IAM, and can be used only for the specified service. You can have a maximum of two sets of service-specific credentials for each supported service per user. You can create service-specific credentials for Amazon Bedrock, CodeCommit and Amazon Keyspaces (for Apache Cassandra). You can reset the password to a new service-generated value by calling [ResetServiceSpecificCredential](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html). For more information about service-specific credentials, see [Service-specific credentials for IAM users](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bedrock.html) in the IAM User Guide.
2134+
/// Generates a set of credentials consisting of a user name and password that can be used to access the service specified in the request. These credentials are generated by IAM, and can be used only for the specified service. You can have a maximum of two sets of service-specific credentials for each supported service per user. You can create service-specific credentials for Amazon Bedrock, Amazon CloudWatch Logs, CodeCommit and Amazon Keyspaces (for Apache Cassandra). You can reset the password to a new service-generated value by calling [ResetServiceSpecificCredential](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html). For more information about service-specific credentials, see [Service-specific credentials for IAM users](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bedrock.html) in the IAM User Guide.
21352135
///
21362136
/// - Parameter input: [no documentation found] (Type: `CreateServiceSpecificCredentialInput`)
21372137
///

Sources/Services/AWSIAM/Sources/AWSIAM/Models.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ public struct ServiceNotSupportedException: ClientRuntime.ModeledError, AWSClien
21352135
}
21362136

21372137
public struct CreateServiceSpecificCredentialInput: Swift.Sendable {
2138-
/// The number of days until the service specific credential expires. This field is only valid for Bedrock API keys and must be a positive integer. When not specified, the credential will not expire.
2138+
/// The number of days until the service specific credential expires. This field is only valid for Bedrock and CloudWatch Logs API keys and must be a positive integer. When not specified, the credential will not expire.
21392139
public var credentialAgeDays: Swift.Int?
21402140
/// The name of the Amazon Web Services service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
21412141
/// This member is required.
@@ -2162,11 +2162,11 @@ extension IAMClientTypes {
21622162
/// The date and time, in [ISO 8601 date-time format](http://www.iso.org/iso/iso8601), when the service-specific credential were created.
21632163
/// This member is required.
21642164
public var createDate: Foundation.Date?
2165-
/// The date and time when the service specific credential expires. This field is only present for Bedrock API keys that were created with an expiration period.
2165+
/// The date and time when the service specific credential expires. This field is only present for Bedrock API keys and CloudWatch Logs API keys that were created with an expiration period.
21662166
public var expirationDate: Foundation.Date?
2167-
/// For Bedrock API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
2167+
/// For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
21682168
public var serviceCredentialAlias: Swift.String?
2169-
/// For Bedrock API keys, this is the secret portion of the credential that should be used to authenticate API calls. This value is returned only when the credential is created.
2169+
/// For Bedrock API keys and CloudWatch Logs API keys, this is the secret portion of the credential that should be used to authenticate API calls. This value is returned only when the credential is created.
21702170
public var serviceCredentialSecret: Swift.String?
21712171
/// The name of the service associated with the service-specific credential.
21722172
/// This member is required.
@@ -4029,7 +4029,7 @@ extension IAMClientTypes {
40294029
public var delegationRequestId: Swift.String?
40304030
/// Description of the delegation request. This is a message that is provided by the Amazon Web Services partner that filed the delegation request.
40314031
public var description: Swift.String?
4032-
/// The expiry time of this delegation request See the [Understanding the Request Lifecycle] for details on the life time of a delegation request at each state.
4032+
/// The expiry time of this delegation request See the [Understanding the Request Lifecycle](https://docs.aws.amazon.com/IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle) for details on the life time of a delegation request at each state.
40334033
public var expirationTime: Foundation.Date?
40344034
/// Notes added to this delegation request, if this request was updated via the [UpdateDelegationRequest](https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateDelegationRequest.html) API.
40354035
public var notes: Swift.String?
@@ -4053,11 +4053,11 @@ extension IAMClientTypes {
40534053
public var requestorId: Swift.String?
40544054
/// A friendly name of the requestor.
40554055
public var requestorName: Swift.String?
4056-
/// If the PermissionPolicy includes role creation permissions, this element will include the list of permissions boundary policies associated with the role creation. See [Permissions boundaries for IAM entities] for more details about IAM permission boundaries.
4056+
/// If the PermissionPolicy includes role creation permissions, this element will include the list of permissions boundary policies associated with the role creation. See [Permissions boundaries for IAM entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html) for more details about IAM permission boundaries.
40574057
public var rolePermissionRestrictionArns: [Swift.String]?
40584058
/// The life-time of the requested session credential.
40594059
public var sessionDuration: Swift.Int?
4060-
/// The state of this delegation request. See the [Understanding the Request Lifecycle] for an explanation of how these states are transitioned.
4060+
/// The state of this delegation request. See the [Understanding the Request Lifecycle](https://docs.aws.amazon.com/IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle) for an explanation of how these states are transitioned.
40614061
public var state: IAMClientTypes.StateType?
40624062
/// Last updated timestamp of the request.
40634063
public var updatedTime: Foundation.Date?
@@ -6945,9 +6945,9 @@ extension IAMClientTypes {
69456945
/// The date and time, in [ISO 8601 date-time format](http://www.iso.org/iso/iso8601), when the service-specific credential were created.
69466946
/// This member is required.
69476947
public var createDate: Foundation.Date?
6948-
/// The date and time when the service specific credential expires. This field is only present for Bedrock API keys that were created with an expiration period.
6948+
/// The date and time when the service specific credential expires. This field is only present for Bedrock API keys and CloudWatch Logs API keys that were created with an expiration period.
69496949
public var expirationDate: Foundation.Date?
6950-
/// For Bedrock API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
6950+
/// For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
69516951
public var serviceCredentialAlias: Swift.String?
69526952
/// The name of the service associated with the service-specific credential.
69536953
/// This member is required.

0 commit comments

Comments
 (0)