Skip to content

Commit

Permalink
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/sfn to …
Browse files Browse the repository at this point in the history
…v1.16.0 (#5284)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go-v2/service/sfn](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.15.1` -> `v1.16.0` |

---

### Release Notes

<details>
<summary>aws/aws-sdk-go-v2</summary>

### [`v1.16.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/sfn/v1.15.1...v1.16.0)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/sfn/v1.15.1...v1.16.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-->
  • Loading branch information
cq-bot committed Dec 2, 2022
1 parent 5bc7bb8 commit 7cc803b
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 3 deletions.
40 changes: 40 additions & 0 deletions plugins/source/aws/client/mocks/sfn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions plugins/source/aws/client/services/sfn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The primary key for this table is **arn**.
|name|String|
|role_arn|String|
|type|String|
|label|String|
|logging_configuration|JSON|
|status|String|
|tracing_configuration|JSON|
2 changes: 1 addition & 1 deletion plugins/source/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.15.0
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.20
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.1
github.com/aws/aws-sdk-go-v2/service/sfn v1.15.1
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.0
github.com/aws/aws-sdk-go-v2/service/sns v1.18.6
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.15
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.1
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/aws/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.20 h1:0nyaHSI6mAGpilMph
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.13.20/go.mod h1:EuAU2Q75NynMT3F3VTpgN5t+lO7Yl+1MJGeKS7ucGGw=
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.1 h1:gx9Jw/Y1otFYh1fH3CeVTIOSco2PzBWGNDteZQq1Z+k=
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.15.1/go.mod h1:IeH7fIK+ReovHp+9rw9n5xxsxg5dDMLPF0DnL0AjPZc=
github.com/aws/aws-sdk-go-v2/service/sfn v1.15.1 h1:Yze7Uz9WwUAXqKscQXU948YKCxtJcThBSyWrX3/XwGk=
github.com/aws/aws-sdk-go-v2/service/sfn v1.15.1/go.mod h1:NVWpCnviEDkJiYQZOwVEGA3RlGO7QZmt8+Z6dKXeC7k=
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.0 h1:MeJatnnWLS2g6en03mxS1S1AjAfCyQGSryJIeSFeBDQ=
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.0/go.mod h1:NVWpCnviEDkJiYQZOwVEGA3RlGO7QZmt8+Z6dKXeC7k=
github.com/aws/aws-sdk-go-v2/service/shield v1.17.11 h1:asVClnJw6E3j+Eut6yDKKj8g2L7IxrumuuR9ljezDj0=
github.com/aws/aws-sdk-go-v2/service/shield v1.17.11/go.mod h1:qloZkhN0+LCjpowloMbF6zPIAXf+PCaK+uVgKkjbCDs=
github.com/aws/aws-sdk-go-v2/service/sns v1.18.6 h1:rfQqunscpnVmvK6O9B2DwrBzIMICSCKswPwkD2XDan8=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cc803b

Please sign in to comment.