Skip to content

Commit a2ecabc

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/cloudwatch to v1.23.0 (#5667)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.22.1` -> `v1.23.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.23.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.22.1...service/cloudwatch/v1.23.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.22.1...service/cloudwatch/v1.23.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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent c033c81 commit a2ecabc

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The primary key for this table is **arn**.
2727
|datapoints_to_alarm|Int|
2828
|evaluate_low_sample_count_percentile|String|
2929
|evaluation_periods|Int|
30+
|evaluation_state|String|
3031
|extended_statistic|String|
3132
|insufficient_data_actions|StringArray|
3233
|metric_name|String|
@@ -36,6 +37,7 @@ The primary key for this table is **arn**.
3637
|period|Int|
3738
|state_reason|String|
3839
|state_reason_data|String|
40+
|state_transitioned_timestamp|Timestamp|
3941
|state_updated_timestamp|Timestamp|
4042
|state_value|String|
4143
|statistic|String|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.22.0
2222
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.22
2323
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.21.0
24-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1
24+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.0
2525
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.2
2626
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20
2727
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.20

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.22 h1:EroOv7kgbckBGvLE4JPA
8686
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.22/go.mod h1:0kgcY0oKtp92tUL+ggHZMMWmXisMIO5qwQNQ12qzHuI=
8787
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.21.0 h1:tcTwzjQTo2i9+4TkiDwnDuL0iGsx4b/xJ4OBPIUC5TU=
8888
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.21.0/go.mod h1:yyEuVBXpQE/3dSFCq4Cg1Ltf04pQXnqbOrVc4gxdFKQ=
89-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1 h1:X5wW/v/Lk++7ZKIee9wCs1uT4ENIJyuancNe5hHY7rg=
90-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1/go.mod h1:HL0nIKWDYBdEhBDS4bldwL3NWi2++f8l1n+mQnTrr9Q=
89+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.0 h1:NnYDdXh7LL5JfGXbvdYKz+FTQBZNdp0d2s3jwjfCvW0=
90+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.23.0/go.mod h1:HL0nIKWDYBdEhBDS4bldwL3NWi2++f8l1n+mQnTrr9Q=
9191
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.2 h1:el1mwupyl89Do5sHfVt7KErp9eiMF6XT7LHDqF53GZQ=
9292
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.17.2/go.mod h1:LpFZR0QsWbDJGtipKU9FsT0RptrLURfO1Qpz4UxahVc=
9393
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20 h1:bcdDyPRcyjvmc1R/I1BXOcJGuIxBAA0rhjAUXnzxeNU=

plugins/source/aws/resources/services/cloudwatch/alarms.go

Lines changed: 10 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)