Skip to content

Commit 63555be

Browse files
autogenerated maintenance (#373)
Co-authored-by: PatMyron <[email protected]>
1 parent a7988ef commit 63555be

14 files changed

+479
-18
lines changed

aws/mock/ec2.go

Lines changed: 450 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/agext/levenshtein v1.2.2 // indirect
7-
github.com/aws/aws-sdk-go v1.44.92
7+
github.com/aws/aws-sdk-go v1.44.107
88
github.com/dave/dst v0.27.0
99
github.com/fatih/color v1.13.0 // indirect
1010
github.com/golang/mock v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki
55
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
66
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
77
github.com/aws/aws-sdk-go v1.31.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
8-
github.com/aws/aws-sdk-go v1.44.92 h1:ayc8sQntRMX84Ib9Eqntar7knfNsWHJY7wnZUk5018w=
9-
github.com/aws/aws-sdk-go v1.44.92/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
8+
github.com/aws/aws-sdk-go v1.44.107 h1:VP7Rq3wzsOV7wrfHqjAAKRksD4We58PaoVSDPKhm8nw=
9+
github.com/aws/aws-sdk-go v1.44.107/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
1010
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
1111
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
1212
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

rules/models/aws-sdk-go

Submodule aws-sdk-go updated 160 files

rules/models/aws_cur_report_definition_invalid_s3_region.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func NewAwsCurReportDefinitionInvalidS3RegionRule() *AwsCurReportDefinitionInval
3030
"ap-south-1",
3131
"ap-southeast-1",
3232
"ap-southeast-2",
33+
"ap-southeast-3",
3334
"ap-northeast-1",
3435
"ap-northeast-2",
3536
"ap-northeast-3",
@@ -40,6 +41,8 @@ func NewAwsCurReportDefinitionInvalidS3RegionRule() *AwsCurReportDefinitionInval
4041
"eu-west-3",
4142
"eu-north-1",
4243
"eu-south-1",
44+
"eu-south-2",
45+
"me-central-1",
4346
"me-south-1",
4447
"sa-east-1",
4548
"us-east-1",

rules/models/aws_db_proxy_invalid_engine_family.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func NewAwsDBProxyInvalidEngineFamilyRule() *AwsDBProxyInvalidEngineFamilyRule {
2727
enum: []string{
2828
"MYSQL",
2929
"POSTGRESQL",
30+
"SQLSERVER",
3031
},
3132
}
3233
}

rules/models/aws_eks_addon_invalid_resolve_conflicts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func NewAwsEksAddonInvalidResolveConflictsRule() *AwsEksAddonInvalidResolveConfl
2727
enum: []string{
2828
"OVERWRITE",
2929
"NONE",
30+
"PRESERVE",
3031
},
3132
}
3233
}

rules/models/aws_flow_log_invalid_log_destination_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func NewAwsFlowLogInvalidLogDestinationTypeRule() *AwsFlowLogInvalidLogDestinati
2727
enum: []string{
2828
"cloud-watch-logs",
2929
"s3",
30+
"kinesis-data-firehose",
3031
},
3132
}
3233
}

rules/models/aws_route53_health_check_invalid_cloudwatch_alarm_region.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func NewAwsRoute53HealthCheckInvalidCloudwatchAlarmRegionRule() *AwsRoute53Healt
4040
"eu-west-3",
4141
"ap-east-1",
4242
"me-south-1",
43+
"me-central-1",
4344
"ap-south-1",
4445
"ap-southeast-1",
4546
"ap-southeast-2",

rules/models/aws_route53_zone_association_invalid_vpc_region.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func NewAwsRoute53ZoneAssociationInvalidVpcRegionRule() *AwsRoute53ZoneAssociati
4444
"us-iso-east-1",
4545
"us-iso-west-1",
4646
"us-isob-east-1",
47+
"me-central-1",
4748
"ap-southeast-1",
4849
"ap-southeast-2",
4950
"ap-southeast-3",

0 commit comments

Comments
 (0)