Skip to content

Commit 505fdaf

Browse files
author
AWS SDK Swift Automation
committed
chore: Updates version to 1.6.82
1 parent 8702072 commit 505fdaf

20 files changed

Lines changed: 2780 additions & 30 deletions

File tree

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,11 @@ private let serviceClientData: [ServiceClientData] = [
20232023
"trustedadvisor.json",
20242024
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps]
20252025
),
2026+
.init(
2027+
"AWSUxc",
2028+
"uxc.json",
2029+
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI]
2030+
),
20262031
.init(
20272032
"AWSVPCLattice",
20282033
"vpc-lattice.json",

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.81
1+
1.6.82

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.82
1+
1.6.83

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.81"
10+
public let packageVersion = "1.6.82"

Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
889889

890890
[AWSTrustedAdvisor](../../../../../swift/api/awstrustedadvisor/latest)
891891

892+
[AWSUxc](../../../../../swift/api/awsuxc/latest)
893+
892894
[AWSVPCLattice](../../../../../swift/api/awsvpclattice/latest)
893895

894896
[AWSVerifiedPermissions](../../../../../swift/api/awsverifiedpermissions/latest)

Sources/Core/SDKForSwift/Documentation.docc/SDKForSwift.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
889889

890890
[AWSTrustedAdvisor](/sdk-for-swift/latest/api/awstrustedadvisor/documentation/awstrustedadvisor)
891891

892+
[AWSUxc](/sdk-for-swift/latest/api/awsuxc/documentation/awsuxc)
893+
892894
[AWSVPCLattice](/sdk-for-swift/latest/api/awsvpclattice/documentation/awsvpclattice)
893895

894896
[AWSVerifiedPermissions](/sdk-for-swift/latest/api/awsverifiedpermissions/documentation/awsverifiedpermissions)

Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/Models.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,8 @@ extension ApiGatewayV2ClientTypes {
13711371
/// Represents a publish status.
13721372
public enum PublishStatus: Swift.Sendable, Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Hashable {
13731373
case disabled
1374+
case disableFailed
1375+
case disableInProgress
13741376
case published
13751377
case publishFailed
13761378
case publishInProgress
@@ -1379,6 +1381,8 @@ extension ApiGatewayV2ClientTypes {
13791381
public static var allCases: [PublishStatus] {
13801382
return [
13811383
.disabled,
1384+
.disableFailed,
1385+
.disableInProgress,
13821386
.published,
13831387
.publishFailed,
13841388
.publishInProgress
@@ -1393,6 +1397,8 @@ extension ApiGatewayV2ClientTypes {
13931397
public var rawValue: Swift.String {
13941398
switch self {
13951399
case .disabled: return "DISABLED"
1400+
case .disableFailed: return "DISABLE_FAILED"
1401+
case .disableInProgress: return "DISABLE_IN_PROGRESS"
13961402
case .published: return "PUBLISHED"
13971403
case .publishFailed: return "PUBLISH_FAILED"
13981404
case .publishInProgress: return "PUBLISH_IN_PROGRESS"

Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/Models.swift

Lines changed: 99 additions & 0 deletions
Large diffs are not rendered by default.

Sources/Services/AWSBatch/Sources/AWSBatch/Models.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6034,11 +6034,11 @@ public struct ListSchedulingPoliciesOutput: Swift.Sendable {
60346034
}
60356035

60366036
public struct ListServiceJobsInput: Swift.Sendable {
6037-
/// The filter to apply to the query. Only one filter can be used at a time. When the filter is used, jobStatus is ignored with the exception that SHARE_IDENTIFIER and jobStatus can be used together. The results are sorted by the createdAt field, with the most recent jobs being first. The SHARE_IDENTIFIER filter and the jobStatus field can be used together to filter results. JOB_NAME The value of the filter is a case-insensitive match for the job name. If the value ends with an asterisk (*), the filter matches any job name that begins with the string before the '*'. This corresponds to the jobName value. For example, test1 matches both Test1 and test1, and test1* matches both test1 and Test10. When the JOB_NAME filter is used, the results are grouped by the job name and version. BEFORE_CREATED_AT The value for the filter is the time that's before the job was created. This corresponds to the createdAt value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970. AFTER_CREATED_AT The value for the filter is the time that's after the job was created. This corresponds to the createdAt value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970. SHARE_IDENTIFIER The value for the filter is the fairshare scheduling share identifier.
6037+
/// The filter to apply to the query. Only one filter can be used at a time. When the filter is used, jobStatus is ignored with the exception that SHARE_IDENTIFIER or QUOTA_SHARE_NAME and jobStatus can be used together. The results are sorted by the createdAt field, with the most recent jobs being first. The SHARE_IDENTIFIER or QUOTA_SHARE_NAME filter and the jobStatus field can be used together to filter results. JOB_NAME The value of the filter is a case-insensitive match for the job name. If the value ends with an asterisk (*), the filter matches any job name that begins with the string before the '*'. This corresponds to the jobName value. For example, test1 matches both Test1 and test1, and test1* matches both test1 and Test10. When the JOB_NAME filter is used, the results are grouped by the job name and version. BEFORE_CREATED_AT The value for the filter is the time that's before the job was created. This corresponds to the createdAt value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970. AFTER_CREATED_AT The value for the filter is the time that's after the job was created. This corresponds to the createdAt value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970. SHARE_IDENTIFIER The value for the filter is the fairshare scheduling share identifier. QUOTA_SHARE_NAME The value for the filter is the quota management share name.
60386038
public var filters: [BatchClientTypes.KeyValuesPair]?
60396039
/// The name or ARN of the job queue with which to list service jobs.
60406040
public var jobQueue: Swift.String?
6041-
/// The job status used to filter service jobs in the specified queue. If the filters parameter is specified, the jobStatus parameter is ignored and jobs with any status are returned. The exception is the SHARE_IDENTIFIER filter and jobStatus can be used together. If you don't specify a status, only RUNNING jobs are returned. The SHARE_IDENTIFIER filter and the jobStatus field can be used together to filter results.
6041+
/// The job status used to filter service jobs in the specified queue. If the filters parameter is specified, the jobStatus parameter is ignored and jobs with any status are returned. The exceptions are the SHARE_IDENTIFIER filter and QUOTA_SHARE_NAME filter, which can be used with jobStatus. If you don't specify a status, only RUNNING jobs are returned. The SHARE_IDENTIFIER filter or QUOTA_SHARE_NAME filter can be used with the jobStatus field to filter results.
60426042
public var jobStatus: BatchClientTypes.ServiceJobStatus?
60436043
/// The maximum number of results returned by ListServiceJobs in paginated output. When this parameter is used, ListServiceJobs only returns maxResults results in a single page and a nextToken response element. The remaining results of the initial request can be seen by sending another ListServiceJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListServiceJobs returns up to 100 results and a nextToken value if applicable.
60446044
public var maxResults: Swift.Int?

0 commit comments

Comments
 (0)