@awboost/cfn-resource-types 0.1.149 → 0.1.150

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.
@@ -66,7 +66,7 @@ export type GameLiftContainerGroupDefinitionAttributes = {
66
66
  * The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
67
67
  * @minLength `1`
68
68
  * @maxLength `512`
69
- * @pattern `^arn:.*:containergroupdefinition/containergroupdefinition-[a-zA-Z0-9-]+$`
69
+ * @pattern `^arn:.*:containergroupdefinition/containergroupdefinition-[a-zA-Z0-9-]+$|^arn:.*:containergroupdefinition/[a-zA-Z0-9-\:]+$`
70
70
  */
71
71
  ContainerGroupDefinitionArn: string;
72
72
  /**
@@ -5,7 +5,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-campaign.html}
6
6
  */
7
7
  export type IoTFleetWiseCampaignProperties = {
8
- Action: UpdateCampaignAction;
8
+ Action?: UpdateCampaignAction;
9
9
  CollectionScheme: CollectionScheme;
10
10
  Compression?: Compression;
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.149",
3
+ "version": "0.1.150",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },