@awboost/cfn-resource-types 0.1.235 → 0.1.236

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.
@@ -622,6 +622,7 @@ export type ServiceManagedEBSVolumeConfiguration = {
622
622
  This parameter is only supported for the ``gp3`` volume type.
623
623
  */
624
624
  Throughput?: number;
625
+ VolumeInitializationRate?: number;
625
626
  /**
626
627
  * The volume type. This parameter maps 1:1 with the ``VolumeType`` parameter of the [CreateVolume API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html) in the *Amazon EC2 API Reference*. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html) in the *Amazon EC2 User Guide*.
627
628
  The following are the supported volume types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.235",
3
+ "version": "0.1.236",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },