Skip to content

Commit 93da9cc

Browse files
chore: Updates version to 1.5.79
1 parent 828e51c commit 93da9cc

File tree

25 files changed

+17900
-12176
lines changed

25 files changed

+17900
-12176
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
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.168.0"
18+
let clientRuntimeVersion: Version = "0.169.0"
1919
let crtVersion: Version = "0.54.1"
2020

2121
let excludeRuntimeUnitTests = false
@@ -202,7 +202,7 @@ let serviceTargets: [String: [Target.Dependency]] = [
202202
"AWSHealthLake": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps, .SmithyWaitersAPI],
203203
"AWSIAM": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyFormURL, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps, .SmithyWaitersAPI, .SmithyXML],
204204
"AWSIVSRealTime": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps],
205-
"AWSIdentitystore": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI],
205+
"AWSIdentitystore": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps],
206206
"AWSImagebuilder": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps],
207207
"AWSInspector": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps],
208208
"AWSInspector2": [.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps],

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.78
1+
1.5.79

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.79
1+
1.5.80

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

Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ extension AccessAnalyzerClient {
12371237

12381238
/// Performs the `GetAnalyzedResource` operation on the `AccessAnalyzer` service.
12391239
///
1240-
/// Retrieves information about a resource that was analyzed.
1240+
/// Retrieves information about a resource that was analyzed. This action is supported only for external access analyzers.
12411241
///
12421242
/// - Parameter input: Retrieves an analyzed resource. (Type: `GetAnalyzedResourceInput`)
12431243
///
@@ -1445,7 +1445,7 @@ extension AccessAnalyzerClient {
14451445

14461446
/// Performs the `GetFinding` operation on the `AccessAnalyzer` service.
14471447
///
1448-
/// Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
1448+
/// Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action. GetFinding is supported only for external access analyzers. You must use GetFindingV2 for internal and unused access analyzers.
14491449
///
14501450
/// - Parameter input: Retrieves a finding. (Type: `GetFindingInput`)
14511451
///
@@ -2149,7 +2149,7 @@ extension AccessAnalyzerClient {
21492149

21502150
/// Performs the `ListFindings` operation on the `AccessAnalyzer` service.
21512151
///
2152-
/// Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action. To learn about filter keys that you can use to retrieve a list of findings, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the IAM User Guide.
2152+
/// Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action. To learn about filter keys that you can use to retrieve a list of findings, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the IAM User Guide. ListFindings is supported only for external access analyzers. You must use ListFindingsV2 for internal and unused access analyzers.
21532153
///
21542154
/// - Parameter input: Retrieves a list of findings generated by the specified analyzer. (Type: `ListFindingsInput`)
21552155
///
@@ -2505,7 +2505,7 @@ extension AccessAnalyzerClient {
25052505

25062506
/// Performs the `StartResourceScan` operation on the `AccessAnalyzer` service.
25072507
///
2508-
/// Immediately starts a scan of the policies applied to the specified resource.
2508+
/// Immediately starts a scan of the policies applied to the specified resource. This action is supported only for external access analyzers.
25092509
///
25102510
/// - Parameter input: Starts a scan of the policies applied to the specified resource. (Type: `StartResourceScanInput`)
25112511
///
@@ -2719,7 +2719,7 @@ extension AccessAnalyzerClient {
27192719

27202720
/// Performs the `UpdateAnalyzer` operation on the `AccessAnalyzer` service.
27212721
///
2722-
/// Modifies the configuration of an existing analyzer.
2722+
/// Modifies the configuration of an existing analyzer. This action is not supported for external access analyzers.
27232723
///
27242724
/// - Parameter input: [no documentation found] (Type: `UpdateAnalyzerInput`)
27252725
///

Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/Models.swift

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ extension AccessAnalyzerClientTypes {
10041004
/// The ARN of the analyzer.
10051005
/// This member is required.
10061006
public var arn: Swift.String?
1007-
/// Specifies if the analyzer is an external access, unused access, or internal access analyzer.
1007+
/// Specifies if the analyzer is an external access, unused access, or internal access analyzer. The [GetAnalyzer](https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_GetAnalyzer.html) action includes this property in its response if a configuration is specified, while the [ListAnalyzers](https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_ListAnalyzers.html) action omits it.
10081008
public var configuration: AccessAnalyzerClientTypes.AnalyzerConfiguration?
10091009
/// A timestamp for the time at which the analyzer was created.
10101010
/// This member is required.
@@ -1021,9 +1021,9 @@ extension AccessAnalyzerClientTypes {
10211021
public var status: AccessAnalyzerClientTypes.AnalyzerStatus?
10221022
/// The statusReason provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.
10231023
public var statusReason: AccessAnalyzerClientTypes.StatusReason?
1024-
/// The tags added to the analyzer.
1024+
/// An array of key-value pairs applied to the analyzer. The key-value pairs consist of the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. The tag key is a value that is 1 to 128 characters in length and cannot be prefixed with aws:. The tag value is a value that is 0 to 256 characters in length.
10251025
public var tags: [Swift.String: Swift.String]?
1026-
/// The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
1026+
/// The type represents the zone of trust or scope for the analyzer.
10271027
/// This member is required.
10281028
public var type: AccessAnalyzerClientTypes.ModelType?
10291029

@@ -3021,14 +3021,18 @@ extension AccessAnalyzerClientTypes {
30213021
public struct ResourceTypeDetails: Swift.Sendable {
30223022
/// The total number of active cross-account findings for the resource type.
30233023
public var totalActiveCrossAccount: Swift.Int?
3024+
/// The total number of active errors for the resource type.
3025+
public var totalActiveErrors: Swift.Int?
30243026
/// The total number of active public findings for the resource type.
30253027
public var totalActivePublic: Swift.Int?
30263028

30273029
public init(
30283030
totalActiveCrossAccount: Swift.Int? = nil,
3031+
totalActiveErrors: Swift.Int? = nil,
30293032
totalActivePublic: Swift.Int? = nil
30303033
) {
30313034
self.totalActiveCrossAccount = totalActiveCrossAccount
3035+
self.totalActiveErrors = totalActiveErrors
30323036
self.totalActivePublic = totalActivePublic
30333037
}
30343038
}
@@ -8175,6 +8179,7 @@ extension AccessAnalyzerClientTypes.ResourceTypeDetails {
81758179
var value = AccessAnalyzerClientTypes.ResourceTypeDetails()
81768180
value.totalActivePublic = try reader["totalActivePublic"].readIfPresent()
81778181
value.totalActiveCrossAccount = try reader["totalActiveCrossAccount"].readIfPresent()
8182+
value.totalActiveErrors = try reader["totalActiveErrors"].readIfPresent()
81788183
return value
81798184
}
81808185
}

0 commit comments

Comments
 (0)