fix(deps): update module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs to v1.71.0

Signed-off-by: Mend Renovate <bot@renovateapp.com>
This commit is contained in:
Mend Renovate
2026-04-28 15:01:59 +00:00
parent a2d62b318e
commit 25e44d9eb0
8 changed files with 29 additions and 7 deletions

2
go.mod
View File

@@ -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

4
go.sum
View File

@@ -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=

View File

@@ -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.

View File

@@ -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

View File

@@ -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)

View File

@@ -3,4 +3,4 @@
package cloudwatchlogs
// goModuleVersion is the tagged release for this module
const goModuleVersion = "1.70.0"
const goModuleVersion = "1.71.0"

View File

@@ -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

2
vendor/modules.txt vendored
View File

@@ -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