@awboost/cfn-resource-types 0.1.202 → 0.1.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,7 +89,6 @@ export type ClusterEbsVolumeConfig = {
89
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html}
90
90
  */
91
91
  export type ClusterInstanceGroup = {
92
- CustomMetadata?: unknown;
93
92
  /**
94
93
  * The execution role for the instance group to assume.
95
94
  * @minLength `20`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.202",
3
+ "version": "0.1.203",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },