From 25e44d9eb09f26b03dcbfc729a1585451cd529df Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 28 Apr 2026 15:01:59 +0000 Subject: [PATCH] fix(deps): update module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs to v1.71.0 Signed-off-by: Mend Renovate --- go.mod | 2 +- go.sum | 4 ++-- .../aws-sdk-go-v2/service/cloudwatchlogs/CHANGELOG.md | 4 ++++ .../service/cloudwatchlogs/api_op_PutDeliverySource.go | 10 ++++++++-- .../service/cloudwatchlogs/deserializers.go | 9 +++++++++ .../service/cloudwatchlogs/go_module_metadata.go | 2 +- .../service/cloudwatchlogs/types/types.go | 3 +++ vendor/modules.txt | 2 +- 8 files changed, 29 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index ea5237656b..5724750e43 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.32.16 github.com/aws/aws-sdk-go-v2/credentials v1.19.15 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.22 - github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.70.0 + github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.71.0 github.com/aws/smithy-go v1.25.1 github.com/cloudflare/cfssl v1.6.5 github.com/containerd/cgroups/v3 v3.1.3 diff --git a/go.sum b/go.sum index 85850ccaf9..f357cb6fd1 100644 --- a/go.sum +++ b/go.sum @@ -97,8 +97,8 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.22 h1:dY4kWZiSaXIzxnKlj1 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.22/go.mod h1:KIpEUx0JuRZLO7U6cbV204cWAEco2iC3l061IxlwLtI= github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.23 h1:FPXsW9+gMuIeKmz7j6ENWcWtBGTe1kH8r9thNt5Uxx4= github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.23/go.mod h1:7J8iGMdRKk6lw2C+cMIphgAnT8uTwBwNOsGkyOCm80U= -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.70.0 h1:U+qPb/Js1MmlDootMPGhqI4JC0yNbWFUGZaZIhRCPtE= -github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.70.0/go.mod h1:O7cQtpXZSk+P59gPFZIpcMpKwLk5d9zabFpV8fw68RM= +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.71.0 h1:I53gPXY+H/Qyt4JqhwckWN4z7Eo85bdfPW9f7nwnrTs= +github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.71.0/go.mod h1:O7cQtpXZSk+P59gPFZIpcMpKwLk5d9zabFpV8fw68RM= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.8 h1:HtOTYcbVcGABLOVuPYaIihj6IlkqubBwFj10K5fxRek= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.8/go.mod h1:VsK9abqQeGlzPgUr+isNWzPlK2vKe9INMLWnY65f5Xs= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22 h1:PUmZeJU6Y1Lbvt9WFuJ0ugUK2xn6hIWUBBbKuOWF30s= diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/CHANGELOG.md b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/CHANGELOG.md index fc4e5e17a3..04ef227307 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/CHANGELOG.md +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.71.0 (2026-04-27) + +* **Feature**: Adds support for selecting all logs sources and types in a single association. + # v1.70.0 (2026-04-24) * **Feature**: Adding nextToken and maxItems to the GetQueryResults API. diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/api_op_PutDeliverySource.go b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/api_op_PutDeliverySource.go index a845151bea..45a67a42a7 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/api_op_PutDeliverySource.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/api_op_PutDeliverySource.go @@ -114,7 +114,8 @@ type PutDeliverySourceInput struct { // // - For Network Load Balancer, the valid value is NLB_ACCESS_LOGS . // - // - For PCS, the valid values are PCS_SCHEDULER_LOGS and PCS_JOBCOMP_LOGS . + // - For PCS, the valid values are PCS_SCHEDULER_LOGS , PCS_JOBCOMP_LOGS , and + // PCS_SCHEDULER_AUDIT_LOGS . // // - For Quick, the valid values are CHAT_LOGS and FEEDBACK_LOGS . // @@ -125,6 +126,9 @@ type PutDeliverySourceInput struct { // - For Amazon Web Services Security Hub CSPM, the valid value is // SECURITY_FINDING_LOGS . // + // - For Amazon Web Services Security Hub, the valid value is + // SECURITY_FINDING_LOGS . + // // - For Amazon SES mail manager, the valid values are APPLICATION_LOGS and // TRAFFIC_POLICY_DEBUG_LOGS . // @@ -148,7 +152,9 @@ type PutDeliverySourceInput struct { // arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234 // // For the SECURITY_FINDING_LOGS logType, use a wildcard ARN for the hub resource. - // For example, arn:aws:securityhub:us-east-1:111122223333:hub/* + // For Amazon Web Services Security Hub CSPM, use + // arn:aws:securityhub:us-east-1:111122223333:hub/* and for Amazon Web Services + // Security Hub, use arn:aws:securityhub:us-east-1:111122223333:hubv2/* // // This member is required. ResourceArn *string diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/deserializers.go b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/deserializers.go index 8fa48a01c0..6ff1707465 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/deserializers.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/deserializers.go @@ -23041,6 +23041,15 @@ func awsAwsjson11_deserializeDocumentS3TableIntegrationSource(v **types.S3TableI sv.Identifier = ptr.String(jtv) } + case "parentSourceIdentifier": + if value != nil { + jtv, ok := value.(string) + if !ok { + return fmt.Errorf("expected S3TableIntegrationSourceIdentifier to be of type string, got %T instead", value) + } + sv.ParentSourceIdentifier = ptr.String(jtv) + } + case "status": if value != nil { jtv, ok := value.(string) diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/go_module_metadata.go b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/go_module_metadata.go index 080cbd50ad..6a86bb54ec 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/go_module_metadata.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.70.0" +const goModuleVersion = "1.71.0" diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/types.go b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/types.go index 57e5ed0fd9..ed8b2ddac5 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/types.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types/types.go @@ -2718,6 +2718,9 @@ type S3TableIntegrationSource struct { // The unique identifier for this data source association. Identifier *string + // The identifier of the parent data source for this association. + ParentSourceIdentifier *string + // The current status of the data source association. Status S3TableIntegrationSourceStatus diff --git a/vendor/modules.txt b/vendor/modules.txt index cf554853ac..61cb557569 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -245,7 +245,7 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 github.com/aws/aws-sdk-go-v2/internal/v4a github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -# github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.70.0 +# github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.71.0 ## explicit; go 1.24 github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/internal/endpoints