Skip to content

Commit 5829588

Browse files
Update AWS provider/module and generated content (#758)
Co-authored-by: bendrucker <[email protected]>
1 parent 4ee7ea9 commit 5829588

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
lines changed

rules/models/aws-sdk-ruby

Submodule aws-sdk-ruby updated 1081 files

rules/models/aws_appautoscaling_policy_invalid_policy_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func NewAwsAppautoscalingPolicyInvalidPolicyTypeRule() *AwsAppautoscalingPolicyI
2727
enum: []string{
2828
"StepScaling",
2929
"TargetTrackingScaling",
30+
"PredictiveScaling",
3031
},
3132
}
3233
}

rules/models/aws_appsync_datasource_invalid_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func NewAwsAppsyncDatasourceInvalidTypeRule() *AwsAppsyncDatasourceInvalidTypeRu
3333
"RELATIONAL_DATABASE",
3434
"AMAZON_OPENSEARCH_SERVICE",
3535
"AMAZON_EVENTBRIDGE",
36+
"AMAZON_BEDROCK_RUNTIME",
3637
},
3738
}
3839
}

rules/models/aws_lambda_function_invalid_runtime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func NewAwsLambdaFunctionInvalidRuntimeRule() *AwsLambdaFunctionInvalidRuntimeRu
6464
"python3.12",
6565
"java21",
6666
"python3.13",
67+
"nodejs22.x",
6768
},
6869
}
6970
}

tools/provider-schema/.terraform.lock.hcl

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

tools/provider-schema/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)