Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Version 93.0.0 2022-10-16
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Oct 16, 2022
1 parent 41e7d39 commit 6181fed
Show file tree
Hide file tree
Showing 25 changed files with 2,684 additions and 432 deletions.
92 changes: 83 additions & 9 deletions specs/af-south-1/CloudFormationResourceSpecification.json
Original file line number Diff line number Diff line change
Expand Up @@ -31274,6 +31274,31 @@
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"Parameters": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentconfiguration.html#cfn-imagebuilder-containerrecipe-componentconfiguration-parameters",
"ItemType": "ComponentParameter",
"Required": false,
"Type": "List",
"UpdateType": "Immutable"
}
}
},
"AWS::ImageBuilder::ContainerRecipe.ComponentParameter": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentparameter.html",
"Properties": {
"Name": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentparameter.html#cfn-imagebuilder-containerrecipe-componentparameter-name",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"Value": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentparameter.html#cfn-imagebuilder-containerrecipe-componentparameter-value",
"PrimitiveItemType": "String",
"Required": true,
"Type": "List",
"UpdateType": "Immutable"
}
}
},
Expand Down Expand Up @@ -42950,6 +42975,17 @@
}
}
},
"AWS::SageMaker::EndpointConfig.ExplainerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-explainerconfig.html",
"Properties": {
"ClarifyExplainerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-explainerconfig.html#cfn-sagemaker-endpointconfig-explainerconfig-clarifyexplainerconfig",
"Required": false,
"Type": "ClarifyExplainerConfig",
"UpdateType": "Immutable"
}
}
},
"AWS::SageMaker::EndpointConfig.ProductionVariant": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html",
"Properties": {
Expand Down Expand Up @@ -47742,7 +47778,7 @@
}
}
},
"ResourceSpecificationVersion": "92.0.0",
"ResourceSpecificationVersion": "93.0.0",
"ResourceTypes": {
"AWS::ACMPCA::Certificate": {
"Attributes": {
Expand Down Expand Up @@ -49333,6 +49369,11 @@
}
},
"AWS::ApiGatewayV2::Model": {
"Attributes": {
"ModelId": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html",
"Properties": {
"ApiId": {
Expand Down Expand Up @@ -57331,36 +57372,39 @@
"Attributes": {
"AllocationId": {
"PrimitiveType": "String"
},
"PublicIp": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html",
"Properties": {
"Domain": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-domain",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"InstanceId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-instanceid",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Conditional"
"UpdateType": "Mutable"
},
"NetworkBorderGroup": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-networkbordergroup",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-networkbordergroup",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"PublicIpv4Pool": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-publicipv4pool",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Conditional"
"UpdateType": "Mutable"
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-tags",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-tags",
"DuplicatesAllowed": true,
"ItemType": "Tag",
"Required": false,
Expand Down Expand Up @@ -69909,6 +69953,18 @@
"Required": false,
"UpdateType": "Mutable"
},
"Domain": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-domain",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"DomainIAMRoleName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-domainiamrolename",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"EnableCloudwatchLogsExports": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablecloudwatchlogsexports",
"DuplicatesAllowed": false,
Expand Down Expand Up @@ -69989,6 +70045,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"NetworkType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-networktype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"PerformanceInsightsEnabled": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-performanceinsightsenabled",
"PrimitiveType": "Boolean",
Expand Down Expand Up @@ -70384,6 +70446,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"NetworkType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-networktype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"OptionGroupName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-optiongroupname",
"PrimitiveType": "String",
Expand Down Expand Up @@ -74000,6 +74068,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"ExplainerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-explainerconfig",
"Required": false,
"Type": "ExplainerConfig",
"UpdateType": "Immutable"
},
"KmsKeyId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid",
"PrimitiveType": "String",
Expand Down
77 changes: 63 additions & 14 deletions specs/ap-east-1/CloudFormationResourceSpecification.json
Original file line number Diff line number Diff line change
Expand Up @@ -44152,6 +44152,17 @@
}
}
},
"AWS::SageMaker::EndpointConfig.ExplainerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-explainerconfig.html",
"Properties": {
"ClarifyExplainerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-explainerconfig.html#cfn-sagemaker-endpointconfig-explainerconfig-clarifyexplainerconfig",
"Required": false,
"Type": "ClarifyExplainerConfig",
"UpdateType": "Immutable"
}
}
},
"AWS::SageMaker::EndpointConfig.ProductionVariant": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html",
"Properties": {
Expand Down Expand Up @@ -50214,7 +50225,7 @@
}
}
},
"ResourceSpecificationVersion": "92.0.0",
"ResourceSpecificationVersion": "93.0.0",
"ResourceTypes": {
"AWS::ACMPCA::Certificate": {
"Attributes": {
Expand Down Expand Up @@ -52304,6 +52315,11 @@
}
},
"AWS::ApiGatewayV2::Model": {
"Attributes": {
"ModelId": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html",
"Properties": {
"ApiId": {
Expand Down Expand Up @@ -60903,36 +60919,39 @@
"Attributes": {
"AllocationId": {
"PrimitiveType": "String"
},
"PublicIp": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html",
"Properties": {
"Domain": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-domain",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"InstanceId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-instanceid",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Conditional"
"UpdateType": "Mutable"
},
"NetworkBorderGroup": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-networkbordergroup",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-networkbordergroup",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
},
"PublicIpv4Pool": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-publicipv4pool",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Conditional"
"UpdateType": "Mutable"
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-tags",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-tags",
"DuplicatesAllowed": true,
"ItemType": "Tag",
"Required": false,
Expand Down Expand Up @@ -69648,13 +69667,13 @@
"DisplayName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-displayname",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
},
"IdentityStoreId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-identitystoreid",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Immutable"
}
}
Expand All @@ -69670,18 +69689,18 @@
"GroupId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html#cfn-identitystore-groupmembership-groupid",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
},
"IdentityStoreId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html#cfn-identitystore-groupmembership-identitystoreid",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Immutable"
},
"MemberId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html#cfn-identitystore-groupmembership-memberid",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
}
}
Expand Down Expand Up @@ -75290,6 +75309,18 @@
"Required": false,
"UpdateType": "Mutable"
},
"Domain": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-domain",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"DomainIAMRoleName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-domainiamrolename",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"EnableCloudwatchLogsExports": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablecloudwatchlogsexports",
"DuplicatesAllowed": false,
Expand Down Expand Up @@ -75370,6 +75401,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"NetworkType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-networktype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"PerformanceInsightsEnabled": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-performanceinsightsenabled",
"PrimitiveType": "Boolean",
Expand Down Expand Up @@ -75765,6 +75802,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"NetworkType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-networktype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"OptionGroupName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-optiongroupname",
"PrimitiveType": "String",
Expand Down Expand Up @@ -79625,6 +79668,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"ExplainerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-explainerconfig",
"Required": false,
"Type": "ExplainerConfig",
"UpdateType": "Immutable"
},
"KmsKeyId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid",
"PrimitiveType": "String",
Expand Down
Loading

0 comments on commit 6181fed

Please sign in to comment.