@awboost/cfn-resource-types 0.1.61 → 0.1.62
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.
|
@@ -320,7 +320,7 @@ export type ServiceManagedEc2InstanceMarketOptions = {
|
|
|
320
320
|
* Type definition for `AWS::Deadline::Fleet.ServiceManagedFleetOperatingSystemFamily`.
|
|
321
321
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedfleetoperatingsystemfamily.html}
|
|
322
322
|
*/
|
|
323
|
-
export type ServiceManagedFleetOperatingSystemFamily = "
|
|
323
|
+
export type ServiceManagedFleetOperatingSystemFamily = "LINUX";
|
|
324
324
|
/**
|
|
325
325
|
* Type definition for `AWS::Deadline::Fleet.VCpuCountRange`.
|
|
326
326
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vcpucountrange.html}
|
|
@@ -52,7 +52,7 @@ export type WorkSpacesThinClientEnvironmentProperties = {
|
|
|
52
52
|
SoftwareSetUpdateSchedule?: "USE_MAINTENANCE_WINDOW" | "APPLY_IMMEDIATELY";
|
|
53
53
|
/**
|
|
54
54
|
* An array of key-value pairs to apply to this resource.
|
|
55
|
-
* @maxLength `
|
|
55
|
+
* @maxLength `50`
|
|
56
56
|
*/
|
|
57
57
|
Tags?: Tag[];
|
|
58
58
|
};
|