Skip to content

Commit e8034ac

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/iot to v1.32.0 (#5133)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/iot](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.31.0` -> `v1.32.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.32.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/iot/v1.31.0...service/iot/v1.32.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/iot/v1.31.0...service/iot/v1.32.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 eb7d628 commit e8034ac

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The primary key for this table is **arn**.
3434
|namespace_id|String|
3535
|presigned_url_config|JSON|
3636
|reason_code|String|
37+
|scheduling_config|JSON|
3738
|status|String|
3839
|target_selection|String|
3940
|targets|StringArray|

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/aws/aws-sdk-go-v2/service/identitystore v1.15.7
5656
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.19
5757
github.com/aws/aws-sdk-go-v2/service/inspector2 v1.8.3
58-
github.com/aws/aws-sdk-go-v2/service/iot v1.31.0
58+
github.com/aws/aws-sdk-go-v2/service/iot v1.32.0
5959
github.com/aws/aws-sdk-go-v2/service/kafka v1.18.0
6060
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.24
6161
github.com/aws/aws-sdk-go-v2/service/kms v1.18.18

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 h1:GE25AWCdN
166166
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19/go.mod h1:02CP6iuYP+IVnBX5HULVdSAku/85eHB2Y9EsFhrkEwU=
167167
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.19 h1:piDBAaWkaxkkVV3xJJbTehXCZRXYs49kvpi/LG6LR2o=
168168
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.19/go.mod h1:BmQWRVkLTmyNzYPFAZgon53qKLWBNSvonugD1MrSWUs=
169-
github.com/aws/aws-sdk-go-v2/service/iot v1.31.0 h1:AUhMuv/DrlW3BXGYsALfHrHTvBuXYwUBrGdK1EsA0cQ=
170-
github.com/aws/aws-sdk-go-v2/service/iot v1.31.0/go.mod h1:qDeNiCLWGv+ndS6YhqROH3uw+S2MU3xuutmtxVTRIpk=
169+
github.com/aws/aws-sdk-go-v2/service/iot v1.32.0 h1:dm4iHIUdoRZEGic26YkVJrYlVn9fZquRCtsz9F3824E=
170+
github.com/aws/aws-sdk-go-v2/service/iot v1.32.0/go.mod h1:qDeNiCLWGv+ndS6YhqROH3uw+S2MU3xuutmtxVTRIpk=
171171
github.com/aws/aws-sdk-go-v2/service/kafka v1.18.0 h1:Qm5FG103xKYe3Hi4aEeoTv3XY3MqklQezovzAt+H3gU=
172172
github.com/aws/aws-sdk-go-v2/service/kafka v1.18.0/go.mod h1:KIJv5F0x2OEWNf2iB1qqk5g3EutPb9+7iWznOIDmk3c=
173173
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.24 h1:KMq6quuahSmLcyz3xWccBetBevqbK6vPWXacXKqlOqM=

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