From 4a42d4f146985e606a9e7348786c56673371a353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:09:37 +0000 Subject: [PATCH] Bump github.com/aws/aws-sdk-go-v2/service/ssm from 1.64.3 to 1.65.1 Bumps [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) from 1.64.3 to 1.65.1. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/iot/v1.64.3...service/s3/v1.65.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm dependency-version: 1.65.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- .../aws/aws-sdk-go-v2/service/ssm/CHANGELOG.md | 13 +++++++++++++ .../service/ssm/api_op_CreateAssociation.go | 2 ++ .../service/ssm/api_op_CreatePatchBaseline.go | 17 +++++++++++++---- ..._op_GetDeployablePatchSnapshotForInstance.go | 6 ++++++ .../service/ssm/api_op_UpdateAssociation.go | 2 ++ .../service/ssm/api_op_UpdatePatchBaseline.go | 17 +++++++++++++---- .../aws/aws-sdk-go-v2/service/ssm/endpoints.go | 2 ++ .../service/ssm/go_module_metadata.go | 2 +- .../aws-sdk-go-v2/service/ssm/serializers.go | 5 +++++ .../aws-sdk-go-v2/service/ssm/types/types.go | 4 ++++ vendor/modules.txt | 2 +- 13 files changed, 65 insertions(+), 13 deletions(-) diff --git a/go.mod b/go.mod index 55350d6e1..fd68de7c6 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.39.2 github.com/aws/aws-sdk-go-v2/config v1.31.12 github.com/aws/aws-sdk-go-v2/service/ec2 v1.254.1 - github.com/aws/aws-sdk-go-v2/service/ssm v1.64.3 + github.com/aws/aws-sdk-go-v2/service/ssm v1.65.1 github.com/mattn/go-isatty v0.0.20 github.com/onsi/ginkgo/v2 v2.26.0 github.com/onsi/gomega v1.38.2 diff --git a/go.sum b/go.sum index 67510bd6d..99fd7af04 100644 --- a/go.sum +++ b/go.sum @@ -20,8 +20,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 h1:oegbebP github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1/go.mod h1:kemo5Myr9ac0U9JfSjMo9yHLtw+pECEHsFtJ9tqCEI8= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 h1:5r34CgVOD4WZudeEKZ9/iKpiT6cM1JyEROpXjOcdWv8= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9/go.mod h1:dB12CEbNWPbzO2uC6QSWHteqOg4JfBVJOojbAoAUb5I= -github.com/aws/aws-sdk-go-v2/service/ssm v1.64.3 h1:0vR3D1PTK2s1BDqlIgbSvGSIagR3qlSxWllTzuAImA0= -github.com/aws/aws-sdk-go-v2/service/ssm v1.64.3/go.mod h1:5O20AzpAiVXhRhrJd5Tv9vh1gA5+iYHqAMVc+6t4q7g= +github.com/aws/aws-sdk-go-v2/service/ssm v1.65.1 h1:TFg6XiS7EsHN0/jpV3eVNczZi/sPIVP5jxIs+euIESQ= +github.com/aws/aws-sdk-go-v2/service/ssm v1.65.1/go.mod h1:OIezd9K0sM/64DDP4kXx/i0NdgXu6R5KE6SCsIPJsjc= github.com/aws/aws-sdk-go-v2/service/sso v1.29.6 h1:A1oRkiSQOWstGh61y4Wc/yQ04sqrQZr1Si/oAXj20/s= github.com/aws/aws-sdk-go-v2/service/sso v1.29.6/go.mod h1:5PfYspyCU5Vw1wNPsxi15LZovOnULudOQuVxphSflQA= github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 h1:5fm5RTONng73/QA73LhCNR7UT9RpFH3hR6HWL6bIgVY= diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/CHANGELOG.md b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/CHANGELOG.md index 653351ed8..a756e1e4b 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/CHANGELOG.md +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.65.1 (2025-09-26) + +* **Dependency Update**: Updated to the latest SDK module versions + +# v1.65.0 (2025-09-23) + +* **Feature**: Added Dualstack support to GetDeployablePatchSnapshotForInstance +* **Dependency Update**: Updated to the latest SDK module versions + +# v1.64.4 (2025-09-10) + +* No change notes available for this release. + # v1.64.3 (2025-09-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreateAssociation.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreateAssociation.go index f6f249dd3..573eadeda 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreateAssociation.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreateAssociation.go @@ -214,6 +214,8 @@ type CreateAssociationInput struct { // A location is a combination of Amazon Web Services Regions and Amazon Web // Services accounts where you want to run the association. Use this action to // create an association in multiple Regions and multiple accounts. + // + // The IncludeChildOrganizationUnits parameter is not supported by State Manager. TargetLocations []types.TargetLocation // A key-value mapping of document parameters to target resources. Both Targets diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreatePatchBaseline.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreatePatchBaseline.go index 2ba2571d0..94898388b 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreatePatchBaseline.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_CreatePatchBaseline.go @@ -113,10 +113,19 @@ type CreatePatchBaselineInput struct { // // BLOCK All OSs: Packages in the rejected patches list, and packages that // include them as dependencies, aren't installed by Patch Manager under any - // circumstances. If a package was installed before it was added to the rejected - // patches list, or is installed outside of Patch Manager afterward, it's - // considered noncompliant with the patch baseline and its status is reported as - // INSTALLED_REJECTED . + // circumstances. + // + // State value assignment for patch compliance: + // + // - If a package was installed before it was added to the rejected patches + // list, or is installed outside of Patch Manager afterward, it's considered + // noncompliant with the patch baseline and its status is reported as + // INSTALLED_REJECTED . + // + // - If an update attempts to install a dependency package that is now rejected + // by the baseline, when previous versions of the package were not rejected, the + // package being updated is reported as MISSING for SCAN operations and as FAILED + // for INSTALL operations. RejectedPatchesAction types.PatchAction // Information about the patches to use to update the managed nodes, including diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go index e3e82a2c6..b56e9caf1 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_GetDeployablePatchSnapshotForInstance.go @@ -53,6 +53,12 @@ type GetDeployablePatchSnapshotForInstanceInput struct { // Defines the basic information about a patch baseline override. BaselineOverride *types.BaselineOverride + // Specifies whether to use S3 dualstack endpoints for the patch snapshot download + // URL. Set to true to receive a presigned URL that supports both IPv4 and IPv6 + // connectivity. Set to false to use standard IPv4-only endpoints. Default is false + // . This parameter is required for managed nodes in IPv6-only environments. + UseS3DualStackEndpoint bool + noSmithyDocumentSerde } diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdateAssociation.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdateAssociation.go index f8b83125c..845903c03 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdateAssociation.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdateAssociation.go @@ -226,6 +226,8 @@ type UpdateAssociationInput struct { // A location is a combination of Amazon Web Services Regions and Amazon Web // Services accounts where you want to run the association. Use this action to // update an association in multiple Regions and multiple accounts. + // + // The IncludeChildOrganizationUnits parameter is not supported by State Manager. TargetLocations []types.TargetLocation // A key-value mapping of document parameters to target resources. Both Targets diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdatePatchBaseline.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdatePatchBaseline.go index 1dfc4e9f5..2a6fc0211 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdatePatchBaseline.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/api_op_UpdatePatchBaseline.go @@ -109,10 +109,19 @@ type UpdatePatchBaselineInput struct { // // BLOCK All OSs: Packages in the rejected patches list, and packages that // include them as dependencies, aren't installed by Patch Manager under any - // circumstances. If a package was installed before it was added to the rejected - // patches list, or is installed outside of Patch Manager afterward, it's - // considered noncompliant with the patch baseline and its status is reported as - // INSTALLED_REJECTED . + // circumstances. + // + // State value assignment for patch compliance: + // + // - If a package was installed before it was added to the rejected patches + // list, or is installed outside of Patch Manager afterward, it's considered + // noncompliant with the patch baseline and its status is reported as + // INSTALLED_REJECTED . + // + // - If an update attempts to install a dependency package that is now rejected + // by the baseline, when previous versions of the package were not rejected, the + // package being updated is reported as MISSING for SCAN operations and as FAILED + // for INSTALL operations. RejectedPatchesAction types.PatchAction // If True, then all fields that are required by the CreatePatchBaseline operation are also required diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/endpoints.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/endpoints.go index 0fd09f7f4..150d4e5e9 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/endpoints.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/endpoints.go @@ -328,7 +328,9 @@ func (r *resolver) ResolveEndpoint( return endpoint, fmt.Errorf("endpoint parameters are not valid, %w", err) } _UseDualStack := *params.UseDualStack + _ = _UseDualStack _UseFIPS := *params.UseFIPS + _ = _UseFIPS if exprVal := params.Endpoint; exprVal != nil { _Endpoint := *exprVal diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/go_module_metadata.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/go_module_metadata.go index abd16daf5..7f2e9771f 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/go_module_metadata.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/go_module_metadata.go @@ -3,4 +3,4 @@ package ssm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.64.3" +const goModuleVersion = "1.65.1" diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/serializers.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/serializers.go index 56bf912c3..bb38b270c 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/serializers.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/serializers.go @@ -14128,6 +14128,11 @@ func awsAwsjson11_serializeOpDocumentGetDeployablePatchSnapshotForInstanceInput( ok.String(*v.SnapshotId) } + if v.UseS3DualStackEndpoint { + ok := object.Key("UseS3DualStackEndpoint") + ok.Boolean(v.UseS3DualStackEndpoint) + } + return nil } diff --git a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/types/types.go b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/types/types.go index c9d0c357b..440b86812 100644 --- a/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/types/types.go +++ b/vendor/github.com/aws/aws-sdk-go-v2/service/ssm/types/types.go @@ -6020,6 +6020,8 @@ type TargetLocation struct { // Indicates whether to include child organizational units (OUs) that are children // of the targeted OUs. The default is false . + // + // This parameter is not supported by State Manager. IncludeChildOrganizationUnits bool // The Amazon Web Services Regions targeted by the current Automation execution. @@ -6031,10 +6033,12 @@ type TargetLocation struct { // The maximum number of Amazon Web Services Regions and Amazon Web Services // accounts allowed to run the Automation concurrently. + // TargetLocationMaxConcurrency has a default value of 1. TargetLocationMaxConcurrency *string // The maximum number of errors allowed before the system stops queueing // additional Automation executions for the currently running Automation. + // TargetLocationMaxErrors has a default value of 0. TargetLocationMaxErrors *string // A list of key-value mappings to target resources. If you specify values for diff --git a/vendor/modules.txt b/vendor/modules.txt index 5c551fd0b..67845b610 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -64,7 +64,7 @@ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 ## explicit; go 1.22 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -# github.com/aws/aws-sdk-go-v2/service/ssm v1.64.3 +# github.com/aws/aws-sdk-go-v2/service/ssm v1.65.1 ## explicit; go 1.22 github.com/aws/aws-sdk-go-v2/service/ssm github.com/aws/aws-sdk-go-v2/service/ssm/internal/endpoints