Skip to content

Commit dc526ae

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/configservice to v1.28.0 (#5159)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/configservice](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.27.5` -> `v1.28.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.28.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/configservice/v1.27.5...service/configservice/v1.28.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/configservice/v1.27.5...service/configservice/v1.28.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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 96aedd1 commit dc526ae

6 files changed

Lines changed: 51 additions & 3 deletions

File tree

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

Lines changed: 40 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/configservice.go

Lines changed: 2 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_config_config_rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following tables depend on aws_config_config_rules:
2525
|config_rule_state|String|
2626
|created_by|String|
2727
|description|String|
28+
|evaluation_modes|JSON|
2829
|input_parameters|String|
2930
|maximum_execution_frequency|String|
3031
|scope|JSON|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.19
2828
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.3
2929
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.1
30-
github.com/aws/aws-sdk-go-v2/service/configservice v1.27.5
30+
github.com/aws/aws-sdk-go-v2/service/configservice v1.28.0
3131
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.22.1
3232
github.com/aws/aws-sdk-go-v2/service/dax v1.11.19
3333
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.23

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.3 h1:EN2pQgEC545YePoQ
9898
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.14.3/go.mod h1:3VYlC9NJvkEZTU3vBwptjxKEGf/u00cYXEm3aMr+tOM=
9999
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.1 h1:lj4DpCeptmd3fV30KgVRKWmADiIqfCtsay4kSbAnSdc=
100100
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.21.1/go.mod h1:2LQRr4SMTXDqUodAi6pIi0u7t1f0+kMOCRYjh3dAflw=
101-
github.com/aws/aws-sdk-go-v2/service/configservice v1.27.5 h1:6s1OqpmRXjdS2vNM2Prel/k2qfRTBjNXw8gN5cX+u5o=
102-
github.com/aws/aws-sdk-go-v2/service/configservice v1.27.5/go.mod h1:YRQyy4b5FEc0SCSKOlZU68rzv6xnIWfw5fFkxPr5sgc=
101+
github.com/aws/aws-sdk-go-v2/service/configservice v1.28.0 h1:geHY2zZSPf/SS0Ylx4jOK9ekbiOpcV0LKbyGXq4FIGQ=
102+
github.com/aws/aws-sdk-go-v2/service/configservice v1.28.0/go.mod h1:YRQyy4b5FEc0SCSKOlZU68rzv6xnIWfw5fFkxPr5sgc=
103103
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.22.1 h1:jceb7VsHfEIu30M/0/pIWp7YZIv6GN0bXTJ8mYNn5TU=
104104
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.22.1/go.mod h1:9vkqDk+MFmcWqby2e00fO9S0OOCbBFvryL8Cnui978w=
105105
github.com/aws/aws-sdk-go-v2/service/dax v1.11.19 h1:oMqf+cUOpO0ovxHSL4fz11LPRXTgcosampySsUyuneM=

plugins/source/aws/resources/services/config/config_rules.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)