Skip to content

Commit 1c9755d

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/sagemaker to v1.56.0 (#5218)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/sagemaker](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.55.0` -> `v1.56.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.56.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/sagemaker/v1.55.0...service/sagemaker/v1.56.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/sagemaker/v1.55.0...service/sagemaker/v1.56.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent a14640b commit 1c9755d

6 files changed

Lines changed: 345 additions & 3 deletions

File tree

plugins/source/aws/client/mocks/sagemaker.go

Lines changed: 320 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/client/services/sagemaker.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/docs/tables/aws_sagemaker_endpoint_configurations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ The primary key for this table is **arn**.
2424
|data_capture_config|JSON|
2525
|explainer_config|JSON|
2626
|kms_key_id|String|
27+
|shadow_production_variants|JSON|
2728
|result_metadata|JSON|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19
7676
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.4
7777
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.0
78-
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.55.0
78+
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.56.0
7979
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.1
8080
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.8
8181
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.0

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ github.com/aws/aws-sdk-go-v2/service/s3 v1.29.4 h1:QgmmWifaYZZcpaw3y1+ccRlgH6jAv
206206
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.4/go.mod h1:/NHbqPRiwxSPVOB2Xr+StDEH+GWV/64WwnUjv4KYzV0=
207207
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.0 h1:cbN75JyfgP//1ZqXZaK00bRUVrGVAvdYV6S0+Iq+UpM=
208208
github.com/aws/aws-sdk-go-v2/service/s3control v1.28.0/go.mod h1:F2RWJqngKxHGxZUYA4jt/veKlbyXEpgSMZ67VyVpSEg=
209-
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.55.0 h1:i0G6pXYPs6FsufUBOGXqE/ozlFxZUf+pwp5fhSEvs7E=
210-
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.55.0/go.mod h1:umigFBRAb3i0OTRXRYDLlCawnJPYCWLhod55+tZHOFA=
209+
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.56.0 h1:EPQHP5kK24FIiwniCKAg9KxAYY9ZQRoq9CEGNVQ8ZRg=
210+
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.56.0/go.mod h1:umigFBRAb3i0OTRXRYDLlCawnJPYCWLhod55+tZHOFA=
211211
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.1 h1:1ugkiW/1zwdXGBHP2ZWKByC9TSWIyvR8CJl8tNExeQU=
212212
github.com/aws/aws-sdk-go-v2/service/scheduler v1.0.1/go.mod h1:N/NG6yPA4kDtE3mj4wMQUQlmyW8lFhqe8Z7zlt3pBwk=
213213
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.8 h1:Zw48FHykP40fKMxPmagkuzklpEuDPLhvUjKP8Ygrds0=

plugins/source/aws/resources/services/sagemaker/endpoint_configurations.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)