Skip to content

Commit

Permalink
Update AWS provider/module and generated content (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: bendrucker <[email protected]>
  • Loading branch information
github-actions[bot] and bendrucker authored Feb 23, 2023
1 parent ced842a commit 01e4fc6
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/aws/aws-sdk-go v1.44.200
github.com/aws/aws-sdk-go v1.44.204
github.com/dave/dst v0.27.2
github.com/fatih/color v1.13.0 // indirect
github.com/golang/mock v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aws/aws-sdk-go v1.31.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.44.200 h1:JcFf/BnOaMWe9ObjaklgbbF0bGXI4XbYJwYn2eFNVyQ=
github.com/aws/aws-sdk-go v1.44.200/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.44.204 h1:7/tPUXfNOHB390A63t6fJIwmlwVQAkAwcbzKsU2/6OQ=
github.com/aws/aws-sdk-go v1.44.204/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down
2 changes: 1 addition & 1 deletion rules/models/aws-sdk-go
Submodule aws-sdk-go updated 76 files
+14 −7 .github/workflows/go.yml
+43 −0 CHANGELOG.md
+18 −6 aws/credentials/processcreds/provider.go
+85 −0 aws/endpoints/defaults.go
+1 −1 aws/version.go
+23 −1 models/apis/appconfig/2019-10-09/api-2.json
+11 −2 models/apis/appconfig/2019-10-09/docs-2.json
+243 −199 models/apis/appconfig/2019-10-09/endpoint-rule-set-1.json
+183 −1,393 models/apis/appconfig/2019-10-09/endpoint-tests-1.json
+2 −2 models/apis/apprunner/2020-05-15/api-2.json
+218 −183 models/apis/apprunner/2020-05-15/endpoint-rule-set-1.json
+140 −101 models/apis/apprunner/2020-05-15/endpoint-tests-1.json
+1 −0 models/apis/cloudtrail/2013-11-01/api-2.json
+227 −201 models/apis/cloudtrail/2013-11-01/endpoint-rule-set-1.json
+187 −174 models/apis/cloudtrail/2013-11-01/endpoint-tests-1.json
+3 −1 models/apis/datasync/2018-11-09/api-2.json
+29 −29 models/apis/datasync/2018-11-09/docs-2.json
+218 −174 models/apis/datasync/2018-11-09/endpoint-rule-set-1.json
+201 −1,177 models/apis/datasync/2018-11-09/endpoint-tests-1.json
+15 −2 models/apis/ec2/2016-11-15/api-2.json
+8 −0 models/apis/ec2/2016-11-15/docs-2.json
+3 −3 models/apis/elasticfilesystem/2015-02-01/docs-2.json
+218 −174 models/apis/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json
+283 −1,116 models/apis/elasticfilesystem/2015-02-01/endpoint-tests-1.json
+27 −3 models/apis/elasticmapreduce/2009-03-31/api-2.json
+28 −6 models/apis/elasticmapreduce/2009-03-31/docs-2.json
+228 −184 models/apis/elasticmapreduce/2009-03-31/endpoint-rule-set-1.json
+232 −1,390 models/apis/elasticmapreduce/2009-03-31/endpoint-tests-1.json
+222 −0 models/apis/frauddetector/2019-11-15/api-2.json
+134 −0 models/apis/frauddetector/2019-11-15/docs-2.json
+203 −177 models/apis/frauddetector/2019-11-15/endpoint-rule-set-1.json
+109 −96 models/apis/frauddetector/2019-11-15/endpoint-tests-1.json
+10 −0 models/apis/frauddetector/2019-11-15/paginators-1.json
+126 −2 models/apis/glue/2017-03-31/api-2.json
+134 −52 models/apis/glue/2017-03-31/docs-2.json
+203 −177 models/apis/glue/2017-03-31/endpoint-rule-set-1.json
+14 −1 models/apis/glue/2017-03-31/endpoint-tests-1.json
+33 −0 models/apis/grafana/2020-08-18/api-2.json
+38 −5 models/apis/grafana/2020-08-18/docs-2.json
+406 −181 models/apis/grafana/2020-08-18/endpoint-rule-set-1.json
+106 −288 models/apis/grafana/2020-08-18/endpoint-tests-1.json
+1 −1 models/apis/ivs/2020-07-14/docs-2.json
+203 −177 models/apis/ivs/2020-07-14/endpoint-rule-set-1.json
+89 −76 models/apis/ivs/2020-07-14/endpoint-tests-1.json
+66 −21 models/apis/privatenetworks/2021-12-03/api-2.json
+4 −0 models/apis/privatenetworks/2021-12-03/defaults-1.json
+39 −3 models/apis/privatenetworks/2021-12-03/docs-2.json
+223 −182 models/apis/privatenetworks/2021-12-03/endpoint-rule-set-1.json
+119 −54 models/apis/privatenetworks/2021-12-03/endpoint-tests-1.json
+58 −58 models/apis/rds/2014-10-31/docs-2.json
+209 −260 models/apis/rds/2014-10-31/endpoint-rule-set-1.json
+206 −1,364 models/apis/rds/2014-10-31/endpoint-tests-1.json
+182 −10 models/apis/wafv2/2019-07-29/api-2.json
+147 −13 models/apis/wafv2/2019-07-29/docs-2.json
+711 −173 models/apis/wafv2/2019-07-29/endpoint-rule-set-1.json
+278 −863 models/apis/wafv2/2019-07-29/endpoint-tests-1.json
+48 −0 models/endpoints/endpoints.json
+58 −1 service/appconfig/api.go
+4 −0 service/apprunner/api.go
+4 −0 service/cloudtrail/api.go
+115 −77 service/datasync/api.go
+50 −0 service/ec2/api.go
+7 −11 service/efs/api.go
+214 −6 service/emr/api.go
+1,430 −202 service/frauddetector/api.go
+26 −0 service/frauddetector/frauddetectoriface/interface.go
+1,208 −201 service/glue/api.go
+2 −2 service/ivs/doc.go
+167 −4 service/managedgrafana/api.go
+312 −3 service/privatenetworks/api.go
+4 −0 service/privatenetworks/privatenetworksiface/interface.go
+218 −152 service/rds/api.go
+1 −1 service/s3/platform_handlers_go1.6.go
+1 −1 service/s3/platform_handlers_go1.6_test.go
+795 −29 service/wafv2/api.go
+9 −10 service/wafv2/doc.go
2 changes: 2 additions & 0 deletions rules/tags/resources.go

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

32 changes: 16 additions & 16 deletions tools/provider-schema/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion tools/provider-schema/schema.json

Large diffs are not rendered by default.

0 comments on commit 01e4fc6

Please sign in to comment.