Skip to content

Commit edc5b44

Browse files
committed
05/18/2022 CloudFormation schemas in us-east-1; New schemas.
1 parent 96d9e81 commit edc5b44

File tree

8 files changed

+7710
-1
lines changed

8 files changed

+7710
-1
lines changed

internal/aws/sagemaker/model_package_resource_gen.go

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

internal/aws/sagemaker/model_package_resource_gen_test.go

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

internal/provider/all_schemas.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ meta_schema {
77
path = "../service/cloudformation/meta-schemas/provider.definition.schema.v1.json"
88
}
99

10-
# 532 CloudFormation resource types schemas are available for use with the Cloud Control API.
10+
# 533 CloudFormation resource types schemas are available for use with the Cloud Control API.
1111

1212
resource_schema "aws_acmpca_certificate" {
1313
cloudformation_type_name = "AWS::ACMPCA::Certificate"
@@ -2252,6 +2252,10 @@ resource_schema "aws_sagemaker_model_explainability_job_definition" {
22522252
suppress_plural_data_source_generation = true
22532253
}
22542254

2255+
resource_schema "aws_sagemaker_model_package" {
2256+
cloudformation_type_name = "AWS::SageMaker::ModelPackage"
2257+
}
2258+
22552259
resource_schema "aws_sagemaker_model_package_group" {
22562260
cloudformation_type_name = "AWS::SageMaker::ModelPackageGroup"
22572261
}

0 commit comments

Comments
 (0)