Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the aws-sdk-go group with 22 updates #1006

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps the aws-sdk-go group with 22 updates:

Package From To
github.com/aws/aws-sdk-go 1.51.20 1.51.24
github.com/aws/aws-sdk-go-v2/service/autoscalingplans 1.20.4 1.20.5
github.com/aws/aws-sdk-go-v2/service/bedrockagent 1.5.1 1.6.0
github.com/aws/aws-sdk-go-v2/service/cognitoidentity 1.23.6 1.23.7
github.com/aws/aws-sdk-go-v2/service/configservice 1.46.4 1.46.5
github.com/aws/aws-sdk-go-v2/service/controltower 1.13.4 1.13.5
github.com/aws/aws-sdk-go-v2/service/ec2 1.156.0 1.157.0
github.com/aws/aws-sdk-go-v2/service/emrserverless 1.17.5 1.19.0
github.com/aws/aws-sdk-go-v2/service/firehose 1.28.5 1.28.6
github.com/aws/aws-sdk-go-v2/service/healthlake 1.23.4 1.24.0
github.com/aws/aws-sdk-go-v2/service/kafka 1.31.2 1.31.3
github.com/aws/aws-sdk-go-v2/service/lakeformation 1.31.5 1.32.0
github.com/aws/aws-sdk-go-v2/service/m2 1.12.4 1.13.0
github.com/aws/aws-sdk-go-v2/service/mediapackagev2 1.10.2 1.11.0
github.com/aws/aws-sdk-go-v2/service/neptunegraph 1.8.0 1.8.1
github.com/aws/aws-sdk-go-v2/service/qbusiness 1.4.4 1.5.0
github.com/aws/aws-sdk-go-v2/service/redshift 1.43.5 1.44.0
github.com/aws/aws-sdk-go-v2/service/rolesanywhere 1.10.0 1.11.0
github.com/aws/aws-sdk-go-v2/service/s3control 1.44.5 1.44.6
github.com/aws/aws-sdk-go-v2/service/transfer 1.45.0 1.46.0
github.com/aws/aws-sdk-go-v2/service/wellarchitected 1.29.4 1.30.0
github.com/aws/aws-sdk-go-v2/service/workspaces 1.38.4 1.39.0

Updates github.com/aws/aws-sdk-go from 1.51.20 to 1.51.24

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.51.24 (2024-04-18)

Service Client Updates

  • service/drs: Updates service API and documentation
  • service/emr-serverless: Updates service API and documentation
  • service/guardduty: Updates service API and documentation
    • Added IPv6Address fields for local and remote IP addresses
  • service/quicksight: Updates service API and documentation
    • This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution
  • service/rolesanywhere: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Removed deprecated enum values and updated API documentation.
  • service/workspaces: Updates service API, documentation, and paginators
    • Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.

Release v1.51.23 (2024-04-17)

Service Client Updates

  • service/ec2: Updates service documentation
    • Documentation updates for Elastic Compute Cloud (EC2).
  • service/qbusiness: Updates service API and documentation

Release v1.51.22 (2024-04-16)

Service Client Updates

  • service/bedrock-agent: Updates service API and documentation
  • service/emr-serverless: Updates service API and documentation
  • service/entityresolution: Updates service API, documentation, and paginators
  • service/iotwireless: Updates service API and documentation
  • service/lakeformation: Updates service API and documentation
  • service/m2: Updates service API and documentation
  • service/mediapackagev2: Updates service API and documentation
  • service/outposts: Updates service API, documentation, and paginators
  • service/wellarchitected: Updates service API and documentation

Release v1.51.21 (2024-04-12)

Service Client Updates

  • service/cloudformation: Updates service API and documentation
    • Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
  • service/config: Updates service documentation
  • service/glue: Updates service API and documentation
    • Modifying request for GetUnfilteredTableMetadata for view-related fields.
  • service/healthlake: Updates service API and documentation
  • service/iotfleethub: Updates service documentation
  • service/kms: Updates service API, documentation, paginators, and examples

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscalingplans from 1.20.4 to 1.20.5

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/bedrockagent from 1.5.1 to 1.6.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/bedrockagent's changelog.

Release (2021-05-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.6.0
    • Feature: internal/ini: This package has been migrated to a separate module at github.com/aws/aws-sdk-go-v2/internal/ini.
  • github.com/aws/aws-sdk-go-v2/config: v1.3.0
    • Feature: SSO credentials can now be defined alongside other credential providers within the same configuration profile.
    • Bug Fix: Profile names were incorrectly normalized to lower-case, which could result in unexpected profile configurations.
  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.0.0
    • Release: The github.com/aws/aws-sdk-go-v2/internal/ini package is now a Go Module.
  • github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.0.0
    • Release: New AWS service client module
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.0.0
    • Release: New AWS service client module
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/detective: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/iotsitewise: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kinesis: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kinesisanalytics: v1.3.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/licensemanager: v1.4.0

... (truncated)

Commits
  • 3145936 Release 2021-05-20
  • aaa3cc2 Update API Models (#1270)
  • 6ed867d Fixup Travis CI tests to allow CI tests for Go Tip to fail (#1267)
  • d72ae62 Carve out internal/ini into a seperate module (#1265)
  • 5f814b7 chore: Add needs-triage to issue templates (#1266)
  • fb3e172 Update java group id
  • 6bd58e4 config: Enable SSO provider to be mixed with other credential providers (#1255)
  • 4a50e35 Add GitHub Actions for SDK and codegen CI testing (#1261)
  • d05dd9b Release 2021-05-14
  • f9fef41 Skip TestInteg_MultipartPresignURL test
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentity from 1.23.6 to 1.23.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/configservice from 1.46.4 to 1.46.5

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/controltower from 1.13.4 to 1.13.5

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/controltower's changelog.

Release (2022-08-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.23.1
    • Documentation: Documentation update for PutConfigRule and PutOrganizationConfigRule
  • github.com/aws/aws-sdk-go-v2/service/workspaces: v1.22.0
    • Feature: This release introduces ModifySamlProperties, a new API that allows control of SAML properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return SAML properties in its responses.

Release (2022-07-29)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.51.0
    • Feature: Documentation updates for Amazon EC2.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.24.4
    • Documentation: Documentation updates for Amazon FSx
  • github.com/aws/aws-sdk-go-v2/service/shield: v1.17.0
    • Feature: AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.

Release (2022-07-28)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.50.1
    • Documentation: Documentation updates for VM Import/Export.
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.16.0
    • Feature: This release adds support for gp3 EBS (Elastic Block Store) storage.
  • github.com/aws/aws-sdk-go-v2/service/lookoutvision: v1.14.0
    • Feature: This release introduces support for image segmentation models and updates CPU accelerator options for models hosted on edge devices.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.10.0
    • Feature: This release adds support for gp3 EBS (Elastic Block Store) storage.

Release (2022-07-27)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.20.0
    • Feature: This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.21.0
    • Feature: Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.23.0
    • Feature: This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.14.0
    • Feature: Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic.
  • github.com/aws/aws-sdk-go-v2/service/marketplacecatalog: v1.13.0
    • Feature: The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.17.0
    • Feature: Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.27.5
    • Documentation: Adding doc updates for OpsCenter support in Service Setting actions.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.156.0 to 1.157.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/emrserverless from 1.17.5 to 1.19.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/emrserverless's changelog.

Release (2023-07-13)

General Highlights

  • Feature: Modify user agent syntax and introduce support for optional app identifier in UA header
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.23.0
    • Feature: API model updated in Amazon Cognito
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.61.0
    • Feature: Add support for deleting Queues and Routing Profiles.
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.27.0
    • Feature: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.25.0
    • Feature: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.104.0
    • Feature: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.30.0
    • Feature: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.21.1
    • Documentation: Documentation updates for AWS Identity and Access Management (IAM).
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.25.0
    • Feature: Adds categories to MediaTailor channel assembly alerts
  • github.com/aws/aws-sdk-go-v2/service/personalize: v1.25.0
    • Feature: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.22.0
    • Feature: This release adds support for deployment history for Proton provisioned resources
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.37.0
    • Feature: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.92.0
    • Feature: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.19.11
    • Documentation: Documentation updates for Secrets Manager

Release (2023-07-07)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.22.0
    • Feature: Add CMK encryption support for CloudWatch Logs Insights query result data
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.26.0
    • Feature: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.54.0
    • Feature: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.32.0
    • Feature: This release enables the use of Thumbnails in AWS Elemental MediaLive.
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.24.0
    • Feature: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.

Release (2023-07-06)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/firehose from 1.28.5 to 1.28.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/healthlake from 1.23.4 to 1.24.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kafka from 1.31.2 to 1.31.3

Commits
  • fcc0f5d Release 2023-04-10
  • cd750e0 Regenerated Clients
  • 1bc2f05 Update endpoints model
  • b964f5c Update API model
  • fd69015 fix APIGW exports nullability exceptions
  • fae239a Merge pull request #2089 from aws/auditAccessibility
  • acf33a2 Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...
  • 27360c1 fix APIGW exports nullability exceptions
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/lakeformation from 1.31.5 to 1.32.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/lakeformation's changelog.

Release (2023-04-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.24.0
    • Feature: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.0
    • Feature: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
  • github.com/aws/aws-sdk-go-v2/service/ram: v1.18.0
    • Feature: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.43.1
    • Documentation: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.32.0
    • Feature: Provides support for "Snow" Storage class.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.19.4
    • Documentation: Documentation updates for Secrets Manager

Release (2023-04-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.26.0
    • Feature: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.13.0
    • Feature: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.5
    • Documentation: Documentation updates for DynamoDB API
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.7.0
    • Feature: The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker.
  • github.com/aws/aws-sdk-go-v2/service/internetmonitor: v1.2.0
    • Feature: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.27.0
    • Feature: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.33.0
    • Feature: Add Python 3.10 (python3.10) support to AWS Lambda

Release (2023-04-14)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.25.1
    • Documentation: This release supports ephemeral storage for AWS Fargate Windows containers.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.32.0
    • Feature: This release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API.
  • github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces: v1.9.8
    • Documentation: Doc only update for Refactor Spaces environments without network bridge feature.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.43.0

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/m2 from 1.12.4 to 1.13.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/m2's changelog.

Release (2022-01-14)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.13.0
    • Bug Fix: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes #1413, and is based on PR #1424
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.12.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.10.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.15.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.15.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.16.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.28.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.18.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.13.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.8.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.13.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.19.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.9.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.12.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.9.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.20.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.17.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.12.0

... (truncated)

Commits
  • e10c0d2 Release 2022-01-14
  • 35ab85c Update smithy-go dependency version
  • 4741932 Fix Retry middleware not releasing retry token (#1560)
  • e4d9a88 Update API Models (#1559)
  • c1b62ab SDK DefaultsMode Configuration Implementation (#1553)
  • 07e5d3e i1494 passing opts to attributevalue marshalling (#1495)
  • 576b415 codegen: Adds smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#...
  • 3ec6226 Release 2022-01-07
  • 50d7f6a Update smithy-go dependency version
  • 2d25393 config: Add WithCredentialCacheOptions for LoadDefaultConfig's LoadOptions (#...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/mediapackagev2 from 1.10.2 to 1.11.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/mediapackagev2's changelog.

Release (2021-11-06)

General Highlights

  • Feature: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.0.0
    • Announcement: Support has been added for AWS EventStream APIs for Kinesis, S3, and Transcribe Streaming. Support for the Lex Runtime V2 EventStream API will be added in a future release.
    • Release: Protocol support has been added for AWS event stream.
  • github...

    Description has been truncated

Bumps the aws-sdk-go group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.51.20` | `1.51.24` |
| [github.com/aws/aws-sdk-go-v2/service/autoscalingplans](https://github.com/aws/aws-sdk-go-v2) | `1.20.4` | `1.20.5` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockagent](https://github.com/aws/aws-sdk-go-v2) | `1.5.1` | `1.6.0` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://github.com/aws/aws-sdk-go-v2) | `1.23.6` | `1.23.7` |
| [github.com/aws/aws-sdk-go-v2/service/configservice](https://github.com/aws/aws-sdk-go-v2) | `1.46.4` | `1.46.5` |
| [github.com/aws/aws-sdk-go-v2/service/controltower](https://github.com/aws/aws-sdk-go-v2) | `1.13.4` | `1.13.5` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.156.0` | `1.157.0` |
| [github.com/aws/aws-sdk-go-v2/service/emrserverless](https://github.com/aws/aws-sdk-go-v2) | `1.17.5` | `1.19.0` |
| [github.com/aws/aws-sdk-go-v2/service/firehose](https://github.com/aws/aws-sdk-go-v2) | `1.28.5` | `1.28.6` |
| [github.com/aws/aws-sdk-go-v2/service/healthlake](https://github.com/aws/aws-sdk-go-v2) | `1.23.4` | `1.24.0` |
| [github.com/aws/aws-sdk-go-v2/service/kafka](https://github.com/aws/aws-sdk-go-v2) | `1.31.2` | `1.31.3` |
| [github.com/aws/aws-sdk-go-v2/service/lakeformation](https://github.com/aws/aws-sdk-go-v2) | `1.31.5` | `1.32.0` |
| [github.com/aws/aws-sdk-go-v2/service/m2](https://github.com/aws/aws-sdk-go-v2) | `1.12.4` | `1.13.0` |
| [github.com/aws/aws-sdk-go-v2/service/mediapackagev2](https://github.com/aws/aws-sdk-go-v2) | `1.10.2` | `1.11.0` |
| [github.com/aws/aws-sdk-go-v2/service/neptunegraph](https://github.com/aws/aws-sdk-go-v2) | `1.8.0` | `1.8.1` |
| [github.com/aws/aws-sdk-go-v2/service/qbusiness](https://github.com/aws/aws-sdk-go-v2) | `1.4.4` | `1.5.0` |
| [github.com/aws/aws-sdk-go-v2/service/redshift](https://github.com/aws/aws-sdk-go-v2) | `1.43.5` | `1.44.0` |
| [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2) | `1.10.0` | `1.11.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3control](https://github.com/aws/aws-sdk-go-v2) | `1.44.5` | `1.44.6` |
| [github.com/aws/aws-sdk-go-v2/service/transfer](https://github.com/aws/aws-sdk-go-v2) | `1.45.0` | `1.46.0` |
| [github.com/aws/aws-sdk-go-v2/service/wellarchitected](https://github.com/aws/aws-sdk-go-v2) | `1.29.4` | `1.30.0` |
| [github.com/aws/aws-sdk-go-v2/service/workspaces](https://github.com/aws/aws-sdk-go-v2) | `1.38.4` | `1.39.0` |


Updates `github.com/aws/aws-sdk-go` from 1.51.20 to 1.51.24
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.51.20...v1.51.24)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscalingplans` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.20.4...service/mq/v1.20.5)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockagent` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.6.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.5.1...v1.6.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentity` from 1.23.6 to 1.23.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ram/v1.23.6...service/ram/v1.23.7)

Updates `github.com/aws/aws-sdk-go-v2/service/configservice` from 1.46.4 to 1.46.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.46.4...service/iot/v1.46.5)

Updates `github.com/aws/aws-sdk-go-v2/service/controltower` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/mq/v1.13.5/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.4...service/mq/v1.13.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.156.0 to 1.157.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.156.0...service/ec2/v1.157.0)

Updates `github.com/aws/aws-sdk-go-v2/service/emrserverless` from 1.17.5 to 1.19.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.19.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.17.5...v1.19.0)

Updates `github.com/aws/aws-sdk-go-v2/service/firehose` from 1.28.5 to 1.28.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/emr/v1.28.5...service/emr/v1.28.6)

Updates `github.com/aws/aws-sdk-go-v2/service/healthlake` from 1.23.4 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.23.4...v1.24.0)

Updates `github.com/aws/aws-sdk-go-v2/service/kafka` from 1.31.2 to 1.31.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.2...service/s3/v1.31.3)

Updates `github.com/aws/aws-sdk-go-v2/service/lakeformation` from 1.31.5 to 1.32.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.32.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/athena/v1.31.5...service/s3/v1.32.0)

Updates `github.com/aws/aws-sdk-go-v2/service/m2` from 1.12.4 to 1.13.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.12.4...v1.13.0)

Updates `github.com/aws/aws-sdk-go-v2/service/mediapackagev2` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.11.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.10.2...v1.11.0)

Updates `github.com/aws/aws-sdk-go-v2/service/neptunegraph` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.8.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.8.0...v1.8.1)

Updates `github.com/aws/aws-sdk-go-v2/service/qbusiness` from 1.4.4 to 1.5.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.5.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.4.4...v1.5.0)

Updates `github.com/aws/aws-sdk-go-v2/service/redshift` from 1.43.5 to 1.44.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/wafv2/v1.43.5...service/s3/v1.44.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.11.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.10.0...v1.11.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3control` from 1.44.5 to 1.44.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.44.5...service/ssm/v1.44.6)

Updates `github.com/aws/aws-sdk-go-v2/service/transfer` from 1.45.0 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.45.0...service/s3/v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/service/wellarchitected` from 1.29.4 to 1.30.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.30.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.29.4...service/s3/v1.30.0)

Updates `github.com/aws/aws-sdk-go-v2/service/workspaces` from 1.38.4 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/s3/v1.39.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscalingplans
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/configservice
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/controltower
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/emrserverless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/healthlake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lakeformation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/m2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/mediapackagev2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/neptunegraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/qbusiness
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/redshift
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3control
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/transfer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/wellarchitected
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 19, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

Copy link
Author

dependabot bot commented on behalf of github Apr 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 19, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-go-70db202da1 branch April 19, 2024 19:38
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants