From 342dfffd9f0ae9f5f3caeb9a7045032bcd8b36c8 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:46:20 +0000 Subject: [PATCH] build(deps): bump go.mongodb.org/atlas-sdk --- .../backup-compliance-policy/cmd/resource/handlers.go | 2 +- .../backup-compliance-policy/cmd/resource/mappings.go | 2 +- .../backup-compliance-policy/cmd/resource/mappings_test.go | 2 +- cfn-resources/database-user/cmd/resource/resource.go | 2 +- cfn-resources/federated-query-limit/cmd/resource/resource.go | 2 +- .../cmd/resource/handlers.go | 2 +- .../cmd/resource/mappings.go | 2 +- .../cmd/resource/mappings_test.go | 2 +- cfn-resources/flex-cluster/cmd/resource/resource.go | 2 +- cfn-resources/flex-cluster/cmd/resource/share.go | 2 +- cfn-resources/go.mod | 2 +- cfn-resources/go.sum | 4 ++-- cfn-resources/maintenance-window/cmd/resource/resource.go | 2 +- cfn-resources/organization/cmd/resource/resource.go | 2 +- cfn-resources/private-endpoint-aws/cmd/resource/resource.go | 2 +- cfn-resources/resource-policy/cmd/resource/mappings.go | 2 +- cfn-resources/resource-policy/cmd/resource/mappings_test.go | 2 +- cfn-resources/resource-policy/cmd/resource/resource.go | 2 +- cfn-resources/search-deployment/cmd/resource/mappings.go | 2 +- cfn-resources/search-deployment/cmd/resource/mappings_test.go | 2 +- cfn-resources/search-deployment/cmd/resource/resource.go | 2 +- .../search-deployment/cmd/resource/state_transition.go | 2 +- .../search-deployment/cmd/resource/state_transition_test.go | 4 ++-- cfn-resources/service-account/cmd/resource/mappings.go | 2 +- cfn-resources/service-account/cmd/resource/mappings_test.go | 2 +- cfn-resources/stream-connection/cmd/resource/mappings.go | 2 +- cfn-resources/stream-connection/cmd/resource/mappings_test.go | 2 +- cfn-resources/stream-connection/cmd/resource/resource.go | 2 +- cfn-resources/stream-processor/cmd/resource/callbacks.go | 2 +- cfn-resources/stream-processor/cmd/resource/handlers.go | 2 +- cfn-resources/stream-processor/cmd/resource/helpers.go | 2 +- cfn-resources/stream-processor/cmd/resource/mappings.go | 2 +- cfn-resources/stream-processor/cmd/resource/mappings_test.go | 2 +- cfn-resources/stream-workspace/cmd/resource/mappings.go | 2 +- cfn-resources/stream-workspace/cmd/resource/mappings_test.go | 2 +- cfn-resources/stream-workspace/cmd/resource/resource.go | 2 +- cfn-resources/test/e2e/cluster/cluster_test.go | 2 +- cfn-resources/test/e2e/flex-cluster/flexcluster_test.go | 2 +- cfn-resources/test/e2e/utility/atlas_helper.go | 2 +- cfn-resources/test/e2e/utility/util.go | 2 +- .../third-party-integration/cmd/resource/resource.go | 2 +- cfn-resources/util/util.go | 2 +- 42 files changed, 44 insertions(+), 44 deletions(-) diff --git a/cfn-resources/backup-compliance-policy/cmd/resource/handlers.go b/cfn-resources/backup-compliance-policy/cmd/resource/handlers.go index 0c8fee9d4..c80e77898 100644 --- a/cfn-resources/backup-compliance-policy/cmd/resource/handlers.go +++ b/cfn-resources/backup-compliance-policy/cmd/resource/handlers.go @@ -22,7 +22,7 @@ import ( "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/constants" diff --git a/cfn-resources/backup-compliance-policy/cmd/resource/mappings.go b/cfn-resources/backup-compliance-policy/cmd/resource/mappings.go index cb0047ae1..6fbb51013 100644 --- a/cfn-resources/backup-compliance-policy/cmd/resource/mappings.go +++ b/cfn-resources/backup-compliance-policy/cmd/resource/mappings.go @@ -15,7 +15,7 @@ package resource import ( - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" ) diff --git a/cfn-resources/backup-compliance-policy/cmd/resource/mappings_test.go b/cfn-resources/backup-compliance-policy/cmd/resource/mappings_test.go index f83a54a6b..924bce8d6 100644 --- a/cfn-resources/backup-compliance-policy/cmd/resource/mappings_test.go +++ b/cfn-resources/backup-compliance-policy/cmd/resource/mappings_test.go @@ -21,7 +21,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/backup-compliance-policy/cmd/resource" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/stretchr/testify/assert" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) func TestPolicyItemConversions(t *testing.T) { diff --git a/cfn-resources/database-user/cmd/resource/resource.go b/cfn-resources/database-user/cmd/resource/resource.go index e2e318240..e525854c8 100644 --- a/cfn-resources/database-user/cmd/resource/resource.go +++ b/cfn-resources/database-user/cmd/resource/resource.go @@ -26,7 +26,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util/logger" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/progressevent" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/validator" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) var CreateRequiredFields = []string{constants.DatabaseName, constants.ProjectID, constants.Roles, constants.Username} diff --git a/cfn-resources/federated-query-limit/cmd/resource/resource.go b/cfn-resources/federated-query-limit/cmd/resource/resource.go index 6c6b19995..9048ae15a 100644 --- a/cfn-resources/federated-query-limit/cmd/resource/resource.go +++ b/cfn-resources/federated-query-limit/cmd/resource/resource.go @@ -19,7 +19,7 @@ import ( "fmt" "net/http" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/aws" diff --git a/cfn-resources/federated-settings-identity-provider/cmd/resource/handlers.go b/cfn-resources/federated-settings-identity-provider/cmd/resource/handlers.go index 4d34aeef1..9a6d11b05 100644 --- a/cfn-resources/federated-settings-identity-provider/cmd/resource/handlers.go +++ b/cfn-resources/federated-settings-identity-provider/cmd/resource/handlers.go @@ -20,7 +20,7 @@ import ( "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/progressevent" diff --git a/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings.go b/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings.go index 05b907439..ee62f3279 100644 --- a/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings.go +++ b/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings.go @@ -15,7 +15,7 @@ package resource import ( - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" ) diff --git a/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings_test.go b/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings_test.go index 105ae08d3..cc529bee8 100644 --- a/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings_test.go +++ b/cfn-resources/federated-settings-identity-provider/cmd/resource/mappings_test.go @@ -19,7 +19,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/federated-settings-identity-provider/cmd/resource" "github.com/stretchr/testify/assert" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) const ( diff --git a/cfn-resources/flex-cluster/cmd/resource/resource.go b/cfn-resources/flex-cluster/cmd/resource/resource.go index db1d7cf0a..c3b5b9a15 100644 --- a/cfn-resources/flex-cluster/cmd/resource/resource.go +++ b/cfn-resources/flex-cluster/cmd/resource/resource.go @@ -23,7 +23,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util/validator" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) const callBackSeconds = 10 diff --git a/cfn-resources/flex-cluster/cmd/resource/share.go b/cfn-resources/flex-cluster/cmd/resource/share.go index 09c359a30..ca3b1d161 100644 --- a/cfn-resources/flex-cluster/cmd/resource/share.go +++ b/cfn-resources/flex-cluster/cmd/resource/share.go @@ -20,7 +20,7 @@ import ( "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/constants" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) var callbackContext = map[string]any{"callbackFlex": true} diff --git a/cfn-resources/go.mod b/cfn-resources/go.mod index 8ef1bd4d4..2cd022566 100644 --- a/cfn-resources/go.mod +++ b/cfn-resources/go.mod @@ -24,7 +24,7 @@ require ( github.com/tidwall/pretty v1.2.1 go.mongodb.org/atlas-sdk/v20231115002 v20231115002.1.0 go.mongodb.org/atlas-sdk/v20231115014 v20231115014.0.0 - go.mongodb.org/atlas-sdk/v20250312012 v20250312012.1.0 + go.mongodb.org/atlas-sdk/v20250312013 v20250312013.1.0 ) require ( diff --git a/cfn-resources/go.sum b/cfn-resources/go.sum index 6b35a3da1..3e08f9f69 100644 --- a/cfn-resources/go.sum +++ b/cfn-resources/go.sum @@ -111,8 +111,8 @@ go.mongodb.org/atlas v0.37.0 h1:zQnO1o5+bVP9IotpAYpres4UjMD2F4nwNEFTZhNL4ck= go.mongodb.org/atlas v0.37.0/go.mod h1:DJYtM+vsEpPEMSkQzJnFHrT0sP7ev6cseZc/GGjJYG8= go.mongodb.org/atlas-sdk/v20231115002 v20231115002.1.0 h1:x6nnq2pUIP9mN4WLD4/EseBzV88OmSgexxYchPilgno= go.mongodb.org/atlas-sdk/v20231115002 v20231115002.1.0/go.mod h1:el7cm23kEiiw72HAYimhNweKqp/ubHsNJk+Mk30yJhM= -go.mongodb.org/atlas-sdk/v20250312012 v20250312012.1.0 h1:JVibEdYbstK6t3E66WyQ+ph7V+e3/wmu1Ow7W3QsuNw= -go.mongodb.org/atlas-sdk/v20250312012 v20250312012.1.0/go.mod h1:c54UdbjLIV5YekABa3zRmcFyZB63Ox24BuksU8IHIuw= +go.mongodb.org/atlas-sdk/v20250312013 v20250312013.1.0 h1:PLlmXHXUw1Cu9KerLbUYWdFM6boxcL/f8T7UxCM0Phk= +go.mongodb.org/atlas-sdk/v20250312013 v20250312013.1.0/go.mod h1:dua7g/y3zGGBgnvMdXV2BjUVkRI4kJfGnYXMlje0Edc= golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw= golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/cfn-resources/maintenance-window/cmd/resource/resource.go b/cfn-resources/maintenance-window/cmd/resource/resource.go index 41ad1a5c2..723b99ed3 100644 --- a/cfn-resources/maintenance-window/cmd/resource/resource.go +++ b/cfn-resources/maintenance-window/cmd/resource/resource.go @@ -27,7 +27,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util/logger" progress_events "github.com/mongodb/mongodbatlas-cloudformation-resources/util/progressevent" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/validator" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) var RequiredFields = []string{constants.ProjectID} diff --git a/cfn-resources/organization/cmd/resource/resource.go b/cfn-resources/organization/cmd/resource/resource.go index 1a0753a95..a60c67cab 100644 --- a/cfn-resources/organization/cmd/resource/resource.go +++ b/cfn-resources/organization/cmd/resource/resource.go @@ -21,7 +21,7 @@ import ( "net/http" "time" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" diff --git a/cfn-resources/private-endpoint-aws/cmd/resource/resource.go b/cfn-resources/private-endpoint-aws/cmd/resource/resource.go index 436981006..678fbd8e1 100644 --- a/cfn-resources/private-endpoint-aws/cmd/resource/resource.go +++ b/cfn-resources/private-endpoint-aws/cmd/resource/resource.go @@ -21,7 +21,7 @@ import ( "net/http" "strings" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/aws" diff --git a/cfn-resources/resource-policy/cmd/resource/mappings.go b/cfn-resources/resource-policy/cmd/resource/mappings.go index fc5a07f63..ca28b6404 100644 --- a/cfn-resources/resource-policy/cmd/resource/mappings.go +++ b/cfn-resources/resource-policy/cmd/resource/mappings.go @@ -15,7 +15,7 @@ package resource import ( - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" ) diff --git a/cfn-resources/resource-policy/cmd/resource/mappings_test.go b/cfn-resources/resource-policy/cmd/resource/mappings_test.go index 2e209ca5b..b5afcce91 100644 --- a/cfn-resources/resource-policy/cmd/resource/mappings_test.go +++ b/cfn-resources/resource-policy/cmd/resource/mappings_test.go @@ -17,7 +17,7 @@ package resource_test import ( "testing" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws/smithy-go/ptr" "github.com/mongodb/mongodbatlas-cloudformation-resources/resource-policy/cmd/resource" diff --git a/cfn-resources/resource-policy/cmd/resource/resource.go b/cfn-resources/resource-policy/cmd/resource/resource.go index 6f99f2848..022be14c9 100644 --- a/cfn-resources/resource-policy/cmd/resource/resource.go +++ b/cfn-resources/resource-policy/cmd/resource/resource.go @@ -19,7 +19,7 @@ import ( "fmt" "net/http" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" diff --git a/cfn-resources/search-deployment/cmd/resource/mappings.go b/cfn-resources/search-deployment/cmd/resource/mappings.go index 0a851ae00..06f2020e8 100644 --- a/cfn-resources/search-deployment/cmd/resource/mappings.go +++ b/cfn-resources/search-deployment/cmd/resource/mappings.go @@ -14,7 +14,7 @@ package resource -import "go.mongodb.org/atlas-sdk/v20250312012/admin" +import "go.mongodb.org/atlas-sdk/v20250312013/admin" func NewCFNSearchDeployment(prevModel *Model, apiResp *admin.ApiSearchDeploymentResponse) Model { respSpecs := apiResp.GetSpecs() diff --git a/cfn-resources/search-deployment/cmd/resource/mappings_test.go b/cfn-resources/search-deployment/cmd/resource/mappings_test.go index 63b751c2e..366c75341 100644 --- a/cfn-resources/search-deployment/cmd/resource/mappings_test.go +++ b/cfn-resources/search-deployment/cmd/resource/mappings_test.go @@ -19,7 +19,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/search-deployment/cmd/resource" "github.com/stretchr/testify/assert" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) type sdkToCFNModelTestCase struct { diff --git a/cfn-resources/search-deployment/cmd/resource/resource.go b/cfn-resources/search-deployment/cmd/resource/resource.go index 4bcac3259..09d1bbccf 100644 --- a/cfn-resources/search-deployment/cmd/resource/resource.go +++ b/cfn-resources/search-deployment/cmd/resource/resource.go @@ -20,7 +20,7 @@ import ( "net/http" "strings" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" diff --git a/cfn-resources/search-deployment/cmd/resource/state_transition.go b/cfn-resources/search-deployment/cmd/resource/state_transition.go index 9b4483c27..480ac2353 100644 --- a/cfn-resources/search-deployment/cmd/resource/state_transition.go +++ b/cfn-resources/search-deployment/cmd/resource/state_transition.go @@ -23,7 +23,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/constants" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/progressevent" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) func HandleStateTransition(connV2 admin.APIClient, currentModel *Model, targetState string) handler.ProgressEvent { diff --git a/cfn-resources/search-deployment/cmd/resource/state_transition_test.go b/cfn-resources/search-deployment/cmd/resource/state_transition_test.go index ac883d6eb..5e9996200 100644 --- a/cfn-resources/search-deployment/cmd/resource/state_transition_test.go +++ b/cfn-resources/search-deployment/cmd/resource/state_transition_test.go @@ -24,8 +24,8 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util/constants" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" - "go.mongodb.org/atlas-sdk/v20250312012/admin" - "go.mongodb.org/atlas-sdk/v20250312012/mockadmin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" + "go.mongodb.org/atlas-sdk/v20250312013/mockadmin" ) type stateTransitionTestCase struct { diff --git a/cfn-resources/service-account/cmd/resource/mappings.go b/cfn-resources/service-account/cmd/resource/mappings.go index cff96fbf8..937836a16 100644 --- a/cfn-resources/service-account/cmd/resource/mappings.go +++ b/cfn-resources/service-account/cmd/resource/mappings.go @@ -17,7 +17,7 @@ package resource import ( "sort" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" ) diff --git a/cfn-resources/service-account/cmd/resource/mappings_test.go b/cfn-resources/service-account/cmd/resource/mappings_test.go index 58ff2d6e7..ee3d202c2 100644 --- a/cfn-resources/service-account/cmd/resource/mappings_test.go +++ b/cfn-resources/service-account/cmd/resource/mappings_test.go @@ -18,7 +18,7 @@ import ( "testing" "time" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws/smithy-go/ptr" "github.com/mongodb/mongodbatlas-cloudformation-resources/service-account/cmd/resource" diff --git a/cfn-resources/stream-connection/cmd/resource/mappings.go b/cfn-resources/stream-connection/cmd/resource/mappings.go index 961acd126..0dbdc109a 100644 --- a/cfn-resources/stream-connection/cmd/resource/mappings.go +++ b/cfn-resources/stream-connection/cmd/resource/mappings.go @@ -15,7 +15,7 @@ package resource import ( - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" ) diff --git a/cfn-resources/stream-connection/cmd/resource/mappings_test.go b/cfn-resources/stream-connection/cmd/resource/mappings_test.go index 0ab5b690a..48b50891f 100644 --- a/cfn-resources/stream-connection/cmd/resource/mappings_test.go +++ b/cfn-resources/stream-connection/cmd/resource/mappings_test.go @@ -17,7 +17,7 @@ package resource_test import ( "testing" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws/smithy-go/ptr" "github.com/mongodb/mongodbatlas-cloudformation-resources/stream-connection/cmd/resource" diff --git a/cfn-resources/stream-connection/cmd/resource/resource.go b/cfn-resources/stream-connection/cmd/resource/resource.go index 50ac22f8a..acf4f7b1d 100644 --- a/cfn-resources/stream-connection/cmd/resource/resource.go +++ b/cfn-resources/stream-connection/cmd/resource/resource.go @@ -19,7 +19,7 @@ import ( "fmt" "net/http" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" diff --git a/cfn-resources/stream-processor/cmd/resource/callbacks.go b/cfn-resources/stream-processor/cmd/resource/callbacks.go index 07a2e52e4..1c42f2230 100644 --- a/cfn-resources/stream-processor/cmd/resource/callbacks.go +++ b/cfn-resources/stream-processor/cmd/resource/callbacks.go @@ -19,7 +19,7 @@ import ( "fmt" "maps" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" diff --git a/cfn-resources/stream-processor/cmd/resource/handlers.go b/cfn-resources/stream-processor/cmd/resource/handlers.go index 9f6f23170..baf7e4d7a 100644 --- a/cfn-resources/stream-processor/cmd/resource/handlers.go +++ b/cfn-resources/stream-processor/cmd/resource/handlers.go @@ -19,7 +19,7 @@ import ( "fmt" "time" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" diff --git a/cfn-resources/stream-processor/cmd/resource/helpers.go b/cfn-resources/stream-processor/cmd/resource/helpers.go index 473fc55ca..b039cdc84 100644 --- a/cfn-resources/stream-processor/cmd/resource/helpers.go +++ b/cfn-resources/stream-processor/cmd/resource/helpers.go @@ -20,7 +20,7 @@ import ( "net/http" "time" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" diff --git a/cfn-resources/stream-processor/cmd/resource/mappings.go b/cfn-resources/stream-processor/cmd/resource/mappings.go index 76f5c3ac2..e988cca1a 100644 --- a/cfn-resources/stream-processor/cmd/resource/mappings.go +++ b/cfn-resources/stream-processor/cmd/resource/mappings.go @@ -18,7 +18,7 @@ import ( "encoding/json" "fmt" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" ) diff --git a/cfn-resources/stream-processor/cmd/resource/mappings_test.go b/cfn-resources/stream-processor/cmd/resource/mappings_test.go index c5a156cb6..ead6c7ea9 100644 --- a/cfn-resources/stream-processor/cmd/resource/mappings_test.go +++ b/cfn-resources/stream-processor/cmd/resource/mappings_test.go @@ -22,7 +22,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) func assertJSONEqual(t *testing.T, expected, actual string) { diff --git a/cfn-resources/stream-workspace/cmd/resource/mappings.go b/cfn-resources/stream-workspace/cmd/resource/mappings.go index c872f5976..00d5f84a9 100644 --- a/cfn-resources/stream-workspace/cmd/resource/mappings.go +++ b/cfn-resources/stream-workspace/cmd/resource/mappings.go @@ -14,7 +14,7 @@ package resource -import "go.mongodb.org/atlas-sdk/v20250312012/admin" +import "go.mongodb.org/atlas-sdk/v20250312013/admin" func NewStreamWorkspaceCreateReq(model *Model) *admin.StreamsTenant { if model == nil { diff --git a/cfn-resources/stream-workspace/cmd/resource/mappings_test.go b/cfn-resources/stream-workspace/cmd/resource/mappings_test.go index 3ab17861a..73a8cedcb 100644 --- a/cfn-resources/stream-workspace/cmd/resource/mappings_test.go +++ b/cfn-resources/stream-workspace/cmd/resource/mappings_test.go @@ -19,7 +19,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/stream-workspace/cmd/resource" "github.com/stretchr/testify/assert" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) var ( diff --git a/cfn-resources/stream-workspace/cmd/resource/resource.go b/cfn-resources/stream-workspace/cmd/resource/resource.go index 7fe4f1524..263a9fa6c 100644 --- a/cfn-resources/stream-workspace/cmd/resource/resource.go +++ b/cfn-resources/stream-workspace/cmd/resource/resource.go @@ -26,7 +26,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util/constants" progress_events "github.com/mongodb/mongodbatlas-cloudformation-resources/util/progressevent" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/validator" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) var CreateRequiredFields = []string{"WorkspaceName", constants.ProjectID, constants.DataProcessRegion} diff --git a/cfn-resources/test/e2e/cluster/cluster_test.go b/cfn-resources/test/e2e/cluster/cluster_test.go index e9d2e71f1..79ed05135 100644 --- a/cfn-resources/test/e2e/cluster/cluster_test.go +++ b/cfn-resources/test/e2e/cluster/cluster_test.go @@ -25,7 +25,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/util" "github.com/stretchr/testify/assert" admin20231115014 "go.mongodb.org/atlas-sdk/v20231115014/admin" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) type localTestContext struct { diff --git a/cfn-resources/test/e2e/flex-cluster/flexcluster_test.go b/cfn-resources/test/e2e/flex-cluster/flexcluster_test.go index 443a026de..5c64ac305 100644 --- a/cfn-resources/test/e2e/flex-cluster/flexcluster_test.go +++ b/cfn-resources/test/e2e/flex-cluster/flexcluster_test.go @@ -22,7 +22,7 @@ import ( "github.com/mongodb/mongodbatlas-cloudformation-resources/test/e2e/utility" "github.com/stretchr/testify/assert" admin20231115014 "go.mongodb.org/atlas-sdk/v20231115014/admin" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) type localTestContext struct { diff --git a/cfn-resources/test/e2e/utility/atlas_helper.go b/cfn-resources/test/e2e/utility/atlas_helper.go index 6ef518016..e34ce3c27 100644 --- a/cfn-resources/test/e2e/utility/atlas_helper.go +++ b/cfn-resources/test/e2e/utility/atlas_helper.go @@ -24,7 +24,7 @@ import ( "github.com/mongodb-forks/digest" "github.com/mongodb/mongodbatlas-cloudformation-resources/util" admin20231115014 "go.mongodb.org/atlas-sdk/v20231115014/admin" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) type AtlasEnvOptions struct { diff --git a/cfn-resources/test/e2e/utility/util.go b/cfn-resources/test/e2e/utility/util.go index b93106f08..fcce46d9d 100644 --- a/cfn-resources/test/e2e/utility/util.go +++ b/cfn-resources/test/e2e/utility/util.go @@ -27,7 +27,7 @@ import ( "testing" admin20231115014 "go.mongodb.org/atlas-sdk/v20231115014/admin" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" cfn "github.com/aws/aws-sdk-go-v2/service/cloudformation" ) diff --git a/cfn-resources/third-party-integration/cmd/resource/resource.go b/cfn-resources/third-party-integration/cmd/resource/resource.go index f0e1cd4f6..c9877879f 100644 --- a/cfn-resources/third-party-integration/cmd/resource/resource.go +++ b/cfn-resources/third-party-integration/cmd/resource/resource.go @@ -25,7 +25,7 @@ import ( log "github.com/mongodb/mongodbatlas-cloudformation-resources/util/logger" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/progressevent" "github.com/mongodb/mongodbatlas-cloudformation-resources/util/validator" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" ) var RequiredFields = []string{constants.IntegrationType, constants.ProjectID} diff --git a/cfn-resources/util/util.go b/cfn-resources/util/util.go index 74bfc3f0f..dbe0adfe0 100644 --- a/cfn-resources/util/util.go +++ b/cfn-resources/util/util.go @@ -28,7 +28,7 @@ import ( admin20231115002 "go.mongodb.org/atlas-sdk/v20231115002/admin" admin20231115014 "go.mongodb.org/atlas-sdk/v20231115014/admin" - "go.mongodb.org/atlas-sdk/v20250312012/admin" + "go.mongodb.org/atlas-sdk/v20250312013/admin" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler" "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/logging"