@propulsionworks/cloudformation 0.1.24 → 0.1.25

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.
Files changed (29) hide show
  1. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +3 -1
  2. package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +40 -15
  3. package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicyversion.d.ts +12 -0
  4. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1 -0
  5. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +6 -4
  6. package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
  7. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1 -1
  8. package/out/exports/resources.generated/aws-ecs-service.d.ts +4 -1
  9. package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +4 -0
  10. package/out/exports/resources.generated/aws-ivs-stage.d.ts +53 -35
  11. package/out/exports/resources.generated/aws-lex-bot.d.ts +6 -0
  12. package/out/exports/resources.generated/aws-notifications-organizationalunitassociation.d.ts +26 -0
  13. package/out/exports/resources.generated/aws-omics-workflow.d.ts +2 -2
  14. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +17 -6
  15. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +12 -7
  16. package/out/exports/resources.generated/aws-pcs-queue.d.ts +5 -3
  17. package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +9 -1
  18. package/out/exports/resources.generated/aws-s3tables-table.d.ts +20 -12
  19. package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +8 -0
  20. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +10 -2
  21. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +15 -6
  22. package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +3 -3
  23. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +2 -2
  24. package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +6 -2
  26. package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +8 -0
  27. package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +1 -0
  28. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +11 -3
  29. package/package.json +1 -1
@@ -80,6 +80,8 @@ export type BatchComputeEnvironmentProps = {
80
80
  Context?: string | undefined;
81
81
  /**
82
82
  * The details for the Amazon EKS cluster that supports the compute environment.
83
+ *
84
+ * > To create a compute environment that uses EKS resources, the caller must have permissions to call `eks:DescribeCluster` .
83
85
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-eksconfiguration}
84
86
  */
85
87
  EksConfiguration?: EksConfiguration | undefined;
@@ -371,7 +373,7 @@ export type Ec2ConfigurationObject = {
371
373
  *
372
374
  * > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
373
375
  * >
374
- * > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/) in the *AWS Batch User Guide* .
376
+ * > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/batch/latest/userguide/eks-migration-2023.html) in the *AWS Batch User Guide* .
375
377
  *
376
378
  * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
377
379
  * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
@@ -1,25 +1,39 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
+ * Creates an Automated Reasoning policy for Amazon Bedrock Guardrails. Automated Reasoning policies use mathematical techniques to detect hallucinations, suggest corrections, and highlight unstated assumptions in the responses of your GenAI application.
4
+ *
5
+ * To create a policy, you upload a source document that describes the rules that you're encoding. Automated Reasoning extracts important concepts from the source document that will become variables in the policy and infers policy rules.
6
+ *
7
+ * To learn more about creating Automated Reasoning policies, see [Minimize AI hallucinations and deliver up to 99% verification accuracy with Automated Reasoning checks: Now available](https://docs.aws.amazon.com/aws/minimize-ai-hallucinations-and-deliver-up-to-99-verification-accuracy-with-automated-reasoning-checks-now-available/) in the *AWS News Blog* .
3
8
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html}
4
9
  */
5
10
  export type BedrockAutomatedReasoningPolicy = ResourceDefinitionWithAttributes<"AWS::Bedrock::AutomatedReasoningPolicy", BedrockAutomatedReasoningPolicyProps, BedrockAutomatedReasoningPolicyAttribs>;
6
11
  /**
12
+ * Creates an Automated Reasoning policy for Amazon Bedrock Guardrails. Automated Reasoning policies use mathematical techniques to detect hallucinations, suggest corrections, and highlight unstated assumptions in the responses of your GenAI application.
13
+ *
14
+ * To create a policy, you upload a source document that describes the rules that you're encoding. Automated Reasoning extracts important concepts from the source document that will become variables in the policy and infers policy rules.
15
+ *
16
+ * To learn more about creating Automated Reasoning policies, see [Minimize AI hallucinations and deliver up to 99% verification accuracy with Automated Reasoning checks: Now available](https://docs.aws.amazon.com/aws/minimize-ai-hallucinations-and-deliver-up-to-99-verification-accuracy-with-automated-reasoning-checks-now-available/) in the *AWS News Blog* .
7
17
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html}
8
18
  */
9
19
  export type BedrockAutomatedReasoningPolicyProps = {
10
20
  /**
21
+ * The description of the policy.
11
22
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-description}
12
23
  */
13
24
  Description?: string | undefined;
14
25
  /**
26
+ * The name of the policy.
15
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-name}
16
28
  */
17
29
  Name: string;
18
30
  /**
31
+ * The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
19
32
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-policydefinition}
20
33
  */
21
34
  PolicyDefinition?: PolicyDefinition | undefined;
22
35
  /**
36
+ * The tags associated with the Automated Reasoning policy.
23
37
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-tags}
24
38
  */
25
39
  Tags?: Tag[] | undefined;
@@ -29,75 +43,83 @@ export type BedrockAutomatedReasoningPolicyProps = {
29
43
  */
30
44
  export type BedrockAutomatedReasoningPolicyAttribs = {
31
45
  /**
46
+ * The timestamp when the policy was created.
32
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-createdat}
33
48
  */
34
49
  CreatedAt: string;
35
50
  /**
51
+ * A hash of the policy definition used to identify the version.
36
52
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-definitionhash}
37
53
  */
38
54
  DefinitionHash: string;
39
55
  /**
56
+ * The Amazon Resource Name (ARN) of the policy.
40
57
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-policyarn}
41
58
  */
42
59
  PolicyArn: string;
43
60
  /**
61
+ * The unique identifier of the policy.
44
62
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-policyid}
45
63
  */
46
64
  PolicyId: string;
47
65
  /**
66
+ * The timestamp when the policy was last updated.
48
67
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-updatedat}
49
68
  */
50
69
  UpdatedAt: string;
51
70
  /**
71
+ * The version of the policy.
52
72
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicy.html#cfn-bedrock-automatedreasoningpolicy-version}
53
73
  */
54
74
  Version: string;
55
75
  };
56
76
  /**
77
+ * The complete policy definition containing rules, variables, and types.
57
78
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinition.html}
58
79
  */
59
80
  export type PolicyDefinition = {
60
81
  /**
61
- * The rules definition block of an AutomatedReasoningPolicyDefinition.
82
+ * The collection of rules that define the policy logic.
62
83
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinition.html#cfn-bedrock-automatedreasoningpolicy-policydefinition-rules}
63
84
  */
64
85
  Rules?: PolicyDefinitionRule[] | undefined;
65
86
  /**
66
- * The types definition block of an AutomatedReasoningPolicyDefinition.
87
+ * The custom types defined within the policy definition.
67
88
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinition.html#cfn-bedrock-automatedreasoningpolicy-policydefinition-types}
68
89
  */
69
90
  Types?: PolicyDefinitionType[] | undefined;
70
91
  /**
71
- * The variables definition block of an AutomatedReasoningPolicyDefinition.
92
+ * The variables used within the policy definition.
72
93
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinition.html#cfn-bedrock-automatedreasoningpolicy-policydefinition-variables}
73
94
  */
74
95
  Variables?: PolicyDefinitionVariable[] | undefined;
75
96
  /**
76
- * The policy format version.
97
+ * The version of the policy definition.
77
98
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinition.html#cfn-bedrock-automatedreasoningpolicy-policydefinition-version}
78
99
  */
79
100
  Version?: string | undefined;
80
101
  };
81
102
  /**
103
+ * A rule within the policy definition that defines logical constraints.
82
104
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitionrule.html}
83
105
  */
84
106
  export type PolicyDefinitionRule = {
85
107
  /**
86
- * An alternate expression for this rule
108
+ * An alternative expression for the policy rule.
87
109
  * @maxLength 2048
88
110
  * @pattern ^[\s\S]+$
89
111
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitionrule.html#cfn-bedrock-automatedreasoningpolicy-policydefinitionrule-alternateexpression}
90
112
  */
91
113
  AlternateExpression?: string | undefined;
92
114
  /**
93
- * The SMT expression for this rule
115
+ * The logical expression that defines the rule.
94
116
  * @maxLength 2048
95
117
  * @pattern ^[\s\S]+$
96
118
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitionrule.html#cfn-bedrock-automatedreasoningpolicy-policydefinitionrule-expression}
97
119
  */
98
120
  Expression: string;
99
121
  /**
100
- * A unique id within the PolicyDefinition
122
+ * The unique identifier for the policy definition rule.
101
123
  * @minLength 12
102
124
  * @maxLength 12
103
125
  * @pattern ^[A-Z][0-9A-Z]{11}$
@@ -106,18 +128,19 @@ export type PolicyDefinitionRule = {
106
128
  Id: string;
107
129
  };
108
130
  /**
131
+ * A custom type definition within the policy.
109
132
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html}
110
133
  */
111
134
  export type PolicyDefinitionType = {
112
135
  /**
113
- * A natural language description of this type.
136
+ * A description of the custom type defined in the policy.
114
137
  * @maxLength 1024
115
138
  * @pattern ^[\s\S]+$
116
139
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html#cfn-bedrock-automatedreasoningpolicy-policydefinitiontype-description}
117
140
  */
118
141
  Description?: string | undefined;
119
142
  /**
120
- * A name for this type.
143
+ * The name of a custom type defined in the policy.
121
144
  * @minLength 1
122
145
  * @maxLength 64
123
146
  * @pattern ^[A-Za-z][A-Za-z0-9_]+$
@@ -125,24 +148,25 @@ export type PolicyDefinitionType = {
125
148
  */
126
149
  Name: string;
127
150
  /**
128
- * A list of valid values for this type.
151
+ * The possible values for a custom type defined in the policy.
129
152
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html#cfn-bedrock-automatedreasoningpolicy-policydefinitiontype-values}
130
153
  */
131
154
  Values: PolicyDefinitionTypeValue[];
132
155
  };
133
156
  /**
157
+ * A value associated with a custom type in the policy definition.
134
158
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontypevalue.html}
135
159
  */
136
160
  export type PolicyDefinitionTypeValue = {
137
161
  /**
138
- * A natural language description of the type's value.
162
+ * A description of the policy definition type value.
139
163
  * @maxLength 1024
140
164
  * @pattern ^[\s\S]+$
141
165
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontypevalue.html#cfn-bedrock-automatedreasoningpolicy-policydefinitiontypevalue-description}
142
166
  */
143
167
  Description?: string | undefined;
144
168
  /**
145
- * The value of the type value.
169
+ * The value associated with a policy definition type.
146
170
  * @minLength 1
147
171
  * @maxLength 64
148
172
  * @pattern ^[A-Za-z][A-Za-z0-9_]+$
@@ -151,18 +175,19 @@ export type PolicyDefinitionTypeValue = {
151
175
  Value: string;
152
176
  };
153
177
  /**
178
+ * A variable defined within the policy that can be used in rules.
154
179
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitionvariable.html}
155
180
  */
156
181
  export type PolicyDefinitionVariable = {
157
182
  /**
158
- * A natural language description of this variable.
183
+ * A description of a variable defined in the policy.
159
184
  * @maxLength 1024
160
185
  * @pattern ^[\s\S]+$
161
186
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitionvariable.html#cfn-bedrock-automatedreasoningpolicy-policydefinitionvariable-description}
162
187
  */
163
188
  Description: string;
164
189
  /**
165
- * A name from this variable.
190
+ * The name of a variable defined in the policy.
166
191
  * @minLength 1
167
192
  * @maxLength 64
168
193
  * @pattern ^[A-Za-z][A-Za-z0-9_]+$
@@ -170,7 +195,7 @@ export type PolicyDefinitionVariable = {
170
195
  */
171
196
  Name: string;
172
197
  /**
173
- * A type for this variable.
198
+ * The data type of a variable defined in the policy.
174
199
  * @minLength 1
175
200
  * @maxLength 64
176
201
  * @pattern ^[A-Za-z][A-Za-z0-9_]+$
@@ -1,21 +1,26 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
+ * Creates a new version of an existing Automated Reasoning policy. This allows you to iterate on your policy rules while maintaining previous versions for rollback or comparison purposes.
3
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html}
4
5
  */
5
6
  export type BedrockAutomatedReasoningPolicyVersion = ResourceDefinitionWithAttributes<"AWS::Bedrock::AutomatedReasoningPolicyVersion", BedrockAutomatedReasoningPolicyVersionProps, BedrockAutomatedReasoningPolicyVersionAttribs>;
6
7
  /**
8
+ * Creates a new version of an existing Automated Reasoning policy. This allows you to iterate on your policy rules while maintaining previous versions for rollback or comparison purposes.
7
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html}
8
10
  */
9
11
  export type BedrockAutomatedReasoningPolicyVersionProps = {
10
12
  /**
13
+ * The hash of the policy definition that was last updated.
11
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-lastupdateddefinitionhash}
12
15
  */
13
16
  LastUpdatedDefinitionHash?: string | undefined;
14
17
  /**
18
+ * The Amazon Resource Name (ARN) of the policy.
15
19
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-policyarn}
16
20
  */
17
21
  PolicyArn: string;
18
22
  /**
23
+ * The tags associated with the Automated Reasoning policy version.
19
24
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-tags}
20
25
  */
21
26
  Tags?: Tag[] | undefined;
@@ -25,30 +30,37 @@ export type BedrockAutomatedReasoningPolicyVersionProps = {
25
30
  */
26
31
  export type BedrockAutomatedReasoningPolicyVersionAttribs = {
27
32
  /**
33
+ * The timestamp when the policy version was created.
28
34
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-createdat}
29
35
  */
30
36
  CreatedAt: string;
31
37
  /**
38
+ * A hash of the policy definition used to identify the version.
32
39
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-definitionhash}
33
40
  */
34
41
  DefinitionHash: string;
35
42
  /**
43
+ * The description of the policy version.
36
44
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-description}
37
45
  */
38
46
  Description: string;
39
47
  /**
48
+ * The name of the policy version.
40
49
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-name}
41
50
  */
42
51
  Name: string;
43
52
  /**
53
+ * The unique identifier of the policy.
44
54
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-policyid}
45
55
  */
46
56
  PolicyId: string;
47
57
  /**
58
+ * The timestamp when the policy version was last updated.
48
59
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-updatedat}
49
60
  */
50
61
  UpdatedAt: string;
51
62
  /**
63
+ * The version number of the policy version.
52
64
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-version}
53
65
  */
54
66
  Version: string;
@@ -334,6 +334,7 @@ export type CustomOriginConfig = {
334
334
  */
335
335
  HTTPSPort?: number | undefined;
336
336
  /**
337
+ * Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose `dualstack` to help optimize reliability.
337
338
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-ipaddresstype}
338
339
  */
339
340
  IpAddressType?: "ipv4" | "ipv6" | "dualstack" | undefined;
@@ -159,7 +159,7 @@ export type BaselinePerformanceFactorsRequest = {
159
159
  */
160
160
  export type BlockDeviceMapping = {
161
161
  /**
162
- * The device name (for example, `/dev/sdh` or `xvdh` ).
162
+ * The device name. For available device names, see [Device names for volumes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html) .
163
163
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-blockdevicemapping.html#cfn-ec2-ec2fleet-blockdevicemapping-devicename}
164
164
  */
165
165
  DeviceName?: string | undefined;
@@ -904,14 +904,16 @@ export type Placement = {
904
904
  /**
905
905
  * The Availability Zone of the instance.
906
906
  *
907
- * Either `AvailabilityZone` or `AvailabilityZoneId` can be specified, but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone based on the load balancing criteria for the Region.
907
+ * On input, you can specify `AvailabilityZone` or `AvailabilityZoneId` , but not both. If you specify neither one, Amazon EC2 automatically selects an Availability Zone for you.
908
908
  *
909
909
  * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
910
910
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-availabilityzone}
911
911
  */
912
912
  AvailabilityZone?: string | undefined;
913
913
  /**
914
- * The name of the placement group that the instance is in. If you specify `GroupName` , you can't specify `GroupId` .
914
+ * The name of the placement group that the instance is in.
915
+ *
916
+ * On input, you can specify `GroupId` or `GroupName` , but not both.
915
917
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-groupname}
916
918
  */
917
919
  GroupName?: string | undefined;
@@ -925,7 +927,7 @@ export type Placement = {
925
927
  /**
926
928
  * The ARN of the host resource group in which to launch the instances.
927
929
  *
928
- * If you specify this parameter, either omit the *Tenancy* parameter or set it to `host` .
930
+ * On input, if you specify this parameter, either omit the *Tenancy* parameter or set it to `host` .
929
931
  *
930
932
  * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
931
933
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-hostresourcegrouparn}
@@ -365,7 +365,7 @@ export type AssociationParameter = {
365
365
  */
366
366
  export type BlockDeviceMapping = {
367
367
  /**
368
- * The device name (for example, `/dev/sdh` or `xvdh` ).
368
+ * The device name. For available device names, see [Device names for volumes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html) .
369
369
  *
370
370
  * > After the instance is running, this parameter is used to specify the device name of the block device mapping to update.
371
371
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-blockdevicemapping.html#cfn-ec2-instance-blockdevicemapping-devicename}
@@ -118,7 +118,7 @@ export type BaselinePerformanceFactorsRequest = {
118
118
  */
119
119
  export type BlockDeviceMapping = {
120
120
  /**
121
- * The device name (for example, `/dev/sdh` or `xvdh` ).
121
+ * The device name. For available device names, see [Device names for volumes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html) .
122
122
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-blockdevicemapping.html#cfn-ec2-spotfleet-blockdevicemapping-devicename}
123
123
  */
124
124
  DeviceName: string;
@@ -75,7 +75,7 @@ export type ECSServiceProps = {
75
75
  * Indicates whether to use Availability Zone rebalancing for the service.
76
76
  *
77
77
  * For more information, see [Balancing an Amazon ECS service across Availability Zones](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html) in the **Amazon Elastic Container Service Developer Guide** .
78
- * @default "DISABLED"
78
+ * @default "ENABLED"
79
79
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-availabilityzonerebalancing}
80
80
  */
81
81
  AvailabilityZoneRebalancing?: "ENABLED" | "DISABLED" | undefined;
@@ -662,14 +662,17 @@ export type EBSTagSpecification = {
662
662
  Tags?: Tag[] | undefined;
663
663
  };
664
664
  /**
665
+ * Determines whether to force a new deployment of the service. By default, deployments aren't forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination ( `my_image:latest` ) or to roll Fargate tasks onto a newer platform version.
665
666
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html}
666
667
  */
667
668
  export type ForceNewDeployment = {
668
669
  /**
670
+ * Determines whether to force a new deployment of the service. By default, deployments aren't forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination ( `my_image:latest` ) or to roll Fargate tasks onto a newer platform version.
669
671
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html#cfn-ecs-service-forcenewdeployment-enableforcenewdeployment}
670
672
  */
671
673
  EnableForceNewDeployment: boolean;
672
674
  /**
675
+ * When you change the `ForceNewDeploymentNonce` value in your template, it signals Amazon ECS to start a new deployment even though no other service parameters have changed. The value must be a unique, time- varying value like a timestamp, random string, or sequence number. Use this property when you want to ensure your tasks pick up the latest version of a Docker image that uses the same tag but has been updated in the registry.
673
676
  * @minLength 1
674
677
  * @maxLength 255
675
678
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html#cfn-ecs-service-forcenewdeployment-forcenewdeploymentnonce}
@@ -1,11 +1,15 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
3
  * Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
4
+ *
5
+ * > Support for access policies that use an SSO Group as the identity is not supported at this time.
4
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-accesspolicy.html}
5
7
  */
6
8
  export type IoTSiteWiseAccessPolicy = ResourceDefinitionWithAttributes<"AWS::IoTSiteWise::AccessPolicy", IoTSiteWiseAccessPolicyProps, IoTSiteWiseAccessPolicyAttribs>;
7
9
  /**
8
10
  * Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
11
+ *
12
+ * > Support for access policies that use an SSO Group as the identity is not supported at this time.
9
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-accesspolicy.html}
10
14
  */
11
15
  export type IoTSiteWiseAccessPolicyProps = {
@@ -59,20 +59,7 @@ export type AutoParticipantRecordingConfiguration = {
59
59
  * HLS configuration object for individual participant recording.
60
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-hlsconfiguration}
61
61
  */
62
- HlsConfiguration?: {
63
- /**
64
- * An object representing a configuration of participant HLS recordings for individual participant recording.
65
- */
66
- ParticipantRecordingHlsConfiguration?: {
67
- /**
68
- * Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
69
- * @min 2
70
- * @max 10
71
- * @default 6
72
- */
73
- TargetSegmentDurationSeconds?: number | undefined;
74
- } | undefined;
75
- } | undefined;
62
+ HlsConfiguration?: HlsConfiguration | undefined;
76
63
  /**
77
64
  * Types of media to be recorded. Default: `AUDIO_VIDEO` .
78
65
  * @default ["AUDIO_VIDEO"]
@@ -101,29 +88,60 @@ export type AutoParticipantRecordingConfiguration = {
101
88
  * A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
102
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-thumbnailconfiguration}
103
90
  */
104
- ThumbnailConfiguration?: {
91
+ ThumbnailConfiguration?: ThumbnailConfiguration | undefined;
92
+ };
93
+ /**
94
+ * Object specifying an HLS configuration for individual participant recording.
95
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-hlsconfiguration.html}
96
+ */
97
+ export type HlsConfiguration = {
98
+ /**
99
+ * Object specifying a configuration of participant HLS recordings for individual participant recording.
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-hlsconfiguration.html#cfn-ivs-stage-hlsconfiguration-participantrecordinghlsconfiguration}
101
+ */
102
+ ParticipantRecordingHlsConfiguration?: ParticipantRecordingHlsConfiguration | undefined;
103
+ };
104
+ /**
105
+ * Object specifying a configuration of participant HLS recordings for individual participant recording.
106
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-participantrecordinghlsconfiguration.html}
107
+ */
108
+ export type ParticipantRecordingHlsConfiguration = {
109
+ /**
110
+ * Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
111
+ * @min 2
112
+ * @max 10
113
+ * @default 6
114
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-participantrecordinghlsconfiguration.html#cfn-ivs-stage-participantrecordinghlsconfiguration-targetsegmentdurationseconds}
115
+ */
116
+ TargetSegmentDurationSeconds?: number | undefined;
117
+ };
118
+ /**
119
+ * An object representing a configuration of thumbnails for recorded video.
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-thumbnailconfiguration.html}
121
+ */
122
+ export type ThumbnailConfiguration = {
123
+ /**
124
+ * Object specifying a configuration of thumbnails for recorded video from an individual participant.
125
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-thumbnailconfiguration.html#cfn-ivs-stage-thumbnailconfiguration-participantthumbnailconfiguration}
126
+ */
127
+ ParticipantThumbnailConfiguration?: {
128
+ /**
129
+ * Thumbnail recording mode. Default: DISABLED.
130
+ * @default "DISABLED"
131
+ */
132
+ RecordingMode?: "INTERVAL" | "DISABLED" | undefined;
133
+ /**
134
+ * Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
135
+ * @default ["SEQUENTIAL"]
136
+ */
137
+ Storage?: ("SEQUENTIAL" | "LATEST")[] | undefined;
105
138
  /**
106
- * An object representing a configuration of thumbnails for recorded video from an individual participant.
139
+ * The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
140
+ * @min 1
141
+ * @max 86400
142
+ * @default 60
107
143
  */
108
- ParticipantThumbnailConfiguration?: {
109
- /**
110
- * Thumbnail recording mode. Default: DISABLED.
111
- * @default "INTERVAL"
112
- */
113
- RecordingMode?: "INTERVAL" | "DISABLED" | undefined;
114
- /**
115
- * Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
116
- * @default ["SEQUENTIAL"]
117
- */
118
- Storage?: ("SEQUENTIAL" | "LATEST")[] | undefined;
119
- /**
120
- * The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
121
- * @min 1
122
- * @max 86400
123
- * @default 60
124
- */
125
- TargetIntervalSeconds?: number | undefined;
126
- } | undefined;
144
+ TargetIntervalSeconds?: number | undefined;
127
145
  } | undefined;
128
146
  };
129
147
  //# sourceMappingURL=aws-ivs-stage.d.ts.map
@@ -49,6 +49,12 @@ export type LexBotProps = {
49
49
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-description}
50
50
  */
51
51
  Description?: string | undefined;
52
+ /**
53
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-errorlogsettings}
54
+ */
55
+ ErrorLogSettings?: {
56
+ Enabled: boolean;
57
+ } | undefined;
52
58
  /**
53
59
  * The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
54
60
  *
@@ -0,0 +1,26 @@
1
+ import type { ResourceDefinition } from "../main.ts";
2
+ /**
3
+ * Resource Type definition for AWS::Notifications::OrganizationalUnitAssociation
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html}
5
+ */
6
+ export type NotificationsOrganizationalUnitAssociation = ResourceDefinition<"AWS::Notifications::OrganizationalUnitAssociation", NotificationsOrganizationalUnitAssociationProps>;
7
+ /**
8
+ * Resource Type definition for AWS::Notifications::OrganizationalUnitAssociation
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html}
10
+ */
11
+ export type NotificationsOrganizationalUnitAssociationProps = {
12
+ /**
13
+ * ARN identifier of the NotificationConfiguration.
14
+ * Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
15
+ * @pattern ^arn:aws:notifications::[0-9]{12}:configuration\/[a-z0-9]{27}$
16
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html#cfn-notifications-organizationalunitassociation-notificationconfigurationarn}
17
+ */
18
+ NotificationConfigurationArn: string;
19
+ /**
20
+ * The ID of the organizational unit.
21
+ * @pattern ^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html#cfn-notifications-organizationalunitassociation-organizationalunitid}
23
+ */
24
+ OrganizationalUnitId: string;
25
+ };
26
+ //# sourceMappingURL=aws-notifications-organizationalunitassociation.d.ts.map
@@ -4,7 +4,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
4
4
  *
5
5
  * - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in .zip format.
6
6
  * - (Optional) *Parameter template* : You can create a parameter template file that defines the run parameters, or AWS HealthOmics can generate the parameter template for you.
7
- * - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
7
+ * - *ECR container images* : Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository.
8
8
  * - (Optional) *Sentieon licenses* : Request a Sentieon license if using the Sentieon software in a private workflow.
9
9
  *
10
10
  * For more information, see [Creating or updating a private workflow in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html) in the *AWS HealthOmics User Guide* .
@@ -16,7 +16,7 @@ export type OmicsWorkflow = ResourceDefinitionWithAttributes<"AWS::Omics::Workfl
16
16
  *
17
17
  * - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in .zip format.
18
18
  * - (Optional) *Parameter template* : You can create a parameter template file that defines the run parameters, or AWS HealthOmics can generate the parameter template for you.
19
- * - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
19
+ * - *ECR container images* : Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository.
20
20
  * - (Optional) *Sentieon licenses* : Request a Sentieon license if using the Sentieon software in a private workflow.
21
21
  *
22
22
  * For more information, see [Creating or updating a private workflow in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html) in the *AWS HealthOmics User Guide* .