@propulsionworks/cloudformation 0.1.17 → 0.1.19

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 (72) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +25 -28
  2. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
  3. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
  4. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
  5. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
  6. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
  7. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
  8. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
  9. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
  10. package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
  11. package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
  12. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -1
  13. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
  14. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
  15. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
  17. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
  18. package/out/exports/resources.generated/aws-connect-instance.d.ts +25 -0
  19. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
  20. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
  21. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
  22. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
  26. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +9 -0
  27. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
  30. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +208 -7
  32. package/out/exports/resources.generated/aws-events-eventbus.d.ts +16 -0
  33. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +7 -0
  35. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +7 -0
  36. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
  37. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +80 -0
  38. package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
  39. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
  40. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
  41. package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
  43. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +232 -18
  45. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
  47. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  48. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
  49. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
  50. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
  51. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +8 -0
  52. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +58 -0
  53. package/out/exports/resources.generated/aws-s3-bucket.d.ts +113 -4
  54. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +6 -1
  55. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +51 -0
  56. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +30 -2
  57. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
  58. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +114 -0
  59. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
  60. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
  61. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
  62. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
  63. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
  64. package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
  65. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
  66. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
  67. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +17 -2
  68. package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
  69. package/out/exports/resources.generated/aws-transfer-server.d.ts +22 -2
  70. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
  71. package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +149 -0
  72. package/package.json +1 -1
@@ -99,14 +99,17 @@ export type MediaPackageV2OriginEndpointAttribs = {
99
99
  */
100
100
  CreatedAt: string;
101
101
  /**
102
+ * The egress domain URL for stream delivery from MediaPackage.
102
103
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-dashmanifesturls}
103
104
  */
104
105
  DashManifestUrls: string[];
105
106
  /**
107
+ * The egress domain URL for stream delivery from MediaPackage.
106
108
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-hlsmanifesturls}
107
109
  */
108
110
  HlsManifestUrls: string[];
109
111
  /**
112
+ * The egress domain URL for stream delivery from MediaPackage.
110
113
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifesturls}
111
114
  */
112
115
  LowLatencyHlsManifestUrls: string[];
@@ -133,26 +136,148 @@ export type CmafEncryptionMethod = "CENC" | "CBCS";
133
136
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-containertype.html}
134
137
  */
135
138
  export type ContainerType = "TS" | "CMAF";
139
+ /**
140
+ * The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.
141
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html}
142
+ */
143
+ export type DashBaseUrl = {
144
+ /**
145
+ * For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.
146
+ * @min 1
147
+ * @max 15000
148
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-dvbpriority}
149
+ */
150
+ DvbPriority?: number | undefined;
151
+ /**
152
+ * For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.
153
+ * @min 1
154
+ * @max 15000
155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-dvbweight}
156
+ */
157
+ DvbWeight?: number | undefined;
158
+ /**
159
+ * The name of the source location.
160
+ * @minLength 1
161
+ * @maxLength 2048
162
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-servicelocation}
163
+ */
164
+ ServiceLocation?: string | undefined;
165
+ /**
166
+ * A source location for segments.
167
+ * @minLength 1
168
+ * @maxLength 2048
169
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-url}
170
+ */
171
+ Url: string;
172
+ };
173
+ /**
174
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashcompactness.html}
175
+ */
176
+ export type DashCompactness = "STANDARD" | "NONE";
136
177
  /**
137
178
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdrmsignaling.html}
138
179
  */
139
180
  export type DashDrmSignaling = "INDIVIDUAL" | "REFERENCED";
181
+ /**
182
+ * For use with DVB-DASH profiles only. The settings for font downloads that you want AWS Elemental MediaPackage to pass through to the manifest.
183
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html}
184
+ */
185
+ export type DashDvbFontDownload = {
186
+ /**
187
+ * The `fontFamily` name for subtitles, as described in [EBU-TT-D Subtitling Distribution Format](https://docs.aws.amazon.com/https://tech.ebu.ch/publications/tech3380) .
188
+ * @minLength 1
189
+ * @maxLength 256
190
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-fontfamily}
191
+ */
192
+ FontFamily?: string | undefined;
193
+ /**
194
+ * The `mimeType` of the resource that's at the font download URL.
195
+ *
196
+ * For information about font MIME types, see the [MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks](https://docs.aws.amazon.com/https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf) document.
197
+ * @minLength 1
198
+ * @maxLength 256
199
+ * @pattern ^[a-zA-Z0-9][a-zA-Z0-9_/-]*[a-zA-Z0-9]$
200
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-mimetype}
201
+ */
202
+ MimeType?: string | undefined;
203
+ /**
204
+ * The URL for downloading fonts for subtitles.
205
+ * @minLength 1
206
+ * @maxLength 2048
207
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-url}
208
+ */
209
+ Url?: string | undefined;
210
+ };
211
+ /**
212
+ * For use with DVB-DASH profiles only. The settings for error reporting from the playback device that you want AWS Elemental MediaPackage to pass through to the manifest.
213
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html}
214
+ */
215
+ export type DashDvbMetricsReporting = {
216
+ /**
217
+ * The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.
218
+ * @min 1
219
+ * @max 1000
220
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-probability}
221
+ */
222
+ Probability?: number | undefined;
223
+ /**
224
+ * The URL where playback devices send error reports.
225
+ * @minLength 1
226
+ * @maxLength 2048
227
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-reportingurl}
228
+ */
229
+ ReportingUrl: string;
230
+ };
231
+ /**
232
+ * For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.
233
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html}
234
+ */
235
+ export type DashDvbSettings = {
236
+ /**
237
+ * Playback device error reporting settings.
238
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html#cfn-mediapackagev2-originendpoint-dashdvbsettings-errormetrics}
239
+ */
240
+ ErrorMetrics?: DashDvbMetricsReporting[] | undefined;
241
+ /**
242
+ * Subtitle font settings.
243
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html#cfn-mediapackagev2-originendpoint-dashdvbsettings-fontdownload}
244
+ */
245
+ FontDownload?: DashDvbFontDownload | undefined;
246
+ };
140
247
  /**
141
248
  * The DASH manifest configuration associated with the origin endpoint.
142
249
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html}
143
250
  */
144
251
  export type DashManifestConfiguration = {
145
252
  /**
253
+ * The base URLs to use for retrieving segments.
254
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-baseurls}
255
+ */
256
+ BaseUrls?: DashBaseUrl[] | undefined;
257
+ /**
258
+ * The layout of the DASH manifest that MediaPackage produces. `STANDARD` indicates a default manifest, which is compacted. `NONE` indicates a full manifest.
259
+ *
260
+ * For information about compactness, see [DASH manifest compactness](https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html) in the *AWS Elemental MediaPackage v2 User Guide* .
261
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-compactness}
262
+ */
263
+ Compactness?: DashCompactness | undefined;
264
+ /**
265
+ * Determines how the DASH manifest signals the DRM content.
146
266
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-drmsignaling}
147
267
  */
148
268
  DrmSignaling?: DashDrmSignaling | undefined;
149
269
  /**
150
- * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
270
+ * For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.
271
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-dvbsettings}
272
+ */
273
+ DvbSettings?: DashDvbSettings | undefined;
274
+ /**
275
+ * Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
151
276
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-filterconfiguration}
152
277
  */
153
278
  FilterConfiguration?: FilterConfiguration | undefined;
154
279
  /**
155
- * <p>A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. </p>
280
+ * A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint.
156
281
  * @minLength 1
157
282
  * @maxLength 256
158
283
  * @pattern ^[a-zA-Z0-9_-]+$
@@ -160,42 +285,61 @@ export type DashManifestConfiguration = {
160
285
  */
161
286
  ManifestName: string;
162
287
  /**
163
- * <p>The total duration (in seconds) of the manifest's content.</p>
288
+ * The total duration (in seconds) of the manifest's content.
164
289
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestwindowseconds}
165
290
  */
166
291
  ManifestWindowSeconds?: number | undefined;
167
292
  /**
168
- * <p>Minimum amount of content (in seconds) that a player must keep available in the buffer.</p>
293
+ * Minimum amount of content (in seconds) that a player must keep available in the buffer.
169
294
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minbuffertimeseconds}
170
295
  */
171
296
  MinBufferTimeSeconds?: number | undefined;
172
297
  /**
173
- * <p>Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.</p>
298
+ * Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
174
299
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minupdateperiodseconds}
175
300
  */
176
301
  MinUpdatePeriodSeconds?: number | undefined;
177
302
  /**
178
- * <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period.
179
- * For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
303
+ * A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type `ADS` to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see [Multi-period DASH in AWS Elemental MediaPackage](https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html) .
180
304
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-periodtriggers}
181
305
  */
182
306
  PeriodTriggers?: DashPeriodTrigger[] | undefined;
183
307
  /**
184
- * <p>The SCTE configuration.</p>
308
+ * The profile that the output is compliant with.
309
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-profiles}
310
+ */
311
+ Profiles?: DashProfile[] | undefined;
312
+ /**
313
+ * Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
314
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-programinformation}
315
+ */
316
+ ProgramInformation?: DashProgramInformation | undefined;
317
+ /**
318
+ * The SCTE configuration.
185
319
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-sctedash}
186
320
  */
187
321
  ScteDash?: ScteDash | undefined;
188
322
  /**
323
+ * Determines the type of variable used in the `media` URL of the `SegmentTemplate` tag in the manifest. Also specifies if segment timeline information is included in `SegmentTimeline` or `SegmentTemplate` .
324
+ *
325
+ * Value description:
326
+ *
327
+ * - `NUMBER_WITH_TIMELINE` - The `$Number$` variable is used in the `media` URL. The value of this variable is the sequential number of the segment. A full `SegmentTimeline` object is presented in each `SegmentTemplate` .
189
328
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-segmenttemplateformat}
190
329
  */
191
330
  SegmentTemplateFormat?: DashSegmentTemplateFormat | undefined;
192
331
  /**
193
- * <p>The amount of time (in seconds) that the player should be from the end of the manifest.</p>
332
+ * The configuration for DASH subtitles.
333
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-subtitleconfiguration}
334
+ */
335
+ SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
336
+ /**
337
+ * The amount of time (in seconds) that the player should be from the end of the manifest.
194
338
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-suggestedpresentationdelayseconds}
195
339
  */
196
340
  SuggestedPresentationDelaySeconds?: number | undefined;
197
341
  /**
198
- * <p>Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).</p>
342
+ * Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
199
343
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-utctiming}
200
344
  */
201
345
  UtcTiming?: DashUtcTiming | undefined;
@@ -204,10 +348,82 @@ export type DashManifestConfiguration = {
204
348
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashperiodtrigger.html}
205
349
  */
206
350
  export type DashPeriodTrigger = "AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE";
351
+ /**
352
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprofile.html}
353
+ */
354
+ export type DashProfile = "DVB_DASH";
355
+ /**
356
+ * Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
357
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html}
358
+ */
359
+ export type DashProgramInformation = {
360
+ /**
361
+ * A copyright statement about the content.
362
+ * @minLength 1
363
+ * @maxLength 2048
364
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-copyright}
365
+ */
366
+ Copyright?: string | undefined;
367
+ /**
368
+ * The language code for this manifest.
369
+ * @minLength 2
370
+ * @maxLength 5
371
+ * @pattern ^[a-zA-Z0-9][a-zA-Z0-9_-]*[a-zA-Z0-9]$
372
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-languagecode}
373
+ */
374
+ LanguageCode?: string | undefined;
375
+ /**
376
+ * An absolute URL that contains more information about this content.
377
+ * @minLength 1
378
+ * @maxLength 2048
379
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-moreinformationurl}
380
+ */
381
+ MoreInformationUrl?: string | undefined;
382
+ /**
383
+ * Information about the content provider.
384
+ * @minLength 1
385
+ * @maxLength 2048
386
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-source}
387
+ */
388
+ Source?: string | undefined;
389
+ /**
390
+ * The title for the manifest.
391
+ * @minLength 1
392
+ * @maxLength 2048
393
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-title}
394
+ */
395
+ Title?: string | undefined;
396
+ };
207
397
  /**
208
398
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsegmenttemplateformat.html}
209
399
  */
210
400
  export type DashSegmentTemplateFormat = "NUMBER_WITH_TIMELINE";
401
+ /**
402
+ * The configuration for DASH subtitles.
403
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html}
404
+ */
405
+ export type DashSubtitleConfiguration = {
406
+ /**
407
+ * Settings for TTML subtitles.
408
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html#cfn-mediapackagev2-originendpoint-dashsubtitleconfiguration-ttmlconfiguration}
409
+ */
410
+ TtmlConfiguration?: DashTtmlConfiguration | undefined;
411
+ };
412
+ /**
413
+ * The settings for TTML subtitles.
414
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html}
415
+ */
416
+ export type DashTtmlConfiguration = {
417
+ /**
418
+ * The profile that MediaPackage uses when signaling subtitles in the manifest. `IMSC` is the default profile. `EBU-TT-D` produces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see [EBU-TT-D Subtitling Distribution Format](https://docs.aws.amazon.com/https://tech.ebu.ch/publications/tech3380) .
419
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html#cfn-mediapackagev2-originendpoint-dashttmlconfiguration-ttmlprofile}
420
+ */
421
+ TtmlProfile: DashTtmlProfile;
422
+ };
423
+ /**
424
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlprofile.html}
425
+ */
426
+ export type DashTtmlProfile = "IMSC_1" | "EBU_TT_D_101";
211
427
  /**
212
428
  * Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
213
429
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashutctiming.html}
@@ -392,7 +608,7 @@ export type HlsManifestConfiguration = {
392
608
  */
393
609
  ChildManifestName?: string | undefined;
394
610
  /**
395
- * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
611
+ * Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
396
612
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-filterconfiguration}
397
613
  */
398
614
  FilterConfiguration?: FilterConfiguration | undefined;
@@ -420,13 +636,12 @@ export type HlsManifestConfiguration = {
420
636
  */
421
637
  ScteHls?: ScteHls | undefined;
422
638
  /**
423
- * <p>To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.</p>
639
+ * To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
424
640
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-starttag}
425
641
  */
426
642
  StartTag?: StartTag | undefined;
427
643
  /**
428
- * <p>When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol.
429
- * For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
644
+ * When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see [AWS Signature Version 4 for API requests](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html) in *AWS Identity and Access Management User Guide* .
430
645
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-urlencodechildmanifest}
431
646
  */
432
647
  UrlEncodeChildManifest?: boolean | undefined;
@@ -445,7 +660,7 @@ export type LowLatencyHlsManifestConfiguration = {
445
660
  */
446
661
  ChildManifestName?: string | undefined;
447
662
  /**
448
- * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
663
+ * Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
449
664
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-filterconfiguration}
450
665
  */
451
666
  FilterConfiguration?: FilterConfiguration | undefined;
@@ -475,13 +690,12 @@ export type LowLatencyHlsManifestConfiguration = {
475
690
  */
476
691
  ScteHls?: ScteHls | undefined;
477
692
  /**
478
- * <p>To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.</p>
693
+ * To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
479
694
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-starttag}
480
695
  */
481
696
  StartTag?: StartTag | undefined;
482
697
  /**
483
- * <p>When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with Amazon Web Services Signature Version 4 (SigV4) signature signing protocol.
484
- * For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
698
+ * When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see [AWS Signature Version 4 for API requests](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html) in *AWS Identity and Access Management User Guide* .
485
699
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-urlencodechildmanifest}
486
700
  */
487
701
  UrlEncodeChildManifest?: boolean | undefined;
@@ -1,11 +1,11 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * You can optionally create a run group to limit the compute resources for the runs that you add to the group.
3
+ * Creates a run group to limit the compute resources for the runs that are added to the group. Returns an ARN, ID, and tags for the run group.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-rungroup.html}
5
5
  */
6
6
  export type OmicsRunGroup = ResourceDefinitionWithAttributes<"AWS::Omics::RunGroup", OmicsRunGroupProps, OmicsRunGroupAttribs>;
7
7
  /**
8
- * You can optionally create a run group to limit the compute resources for the runs that you add to the group.
8
+ * Creates a run group to limit the compute resources for the runs that are added to the group. Returns an ARN, ID, and tags for the run group.
9
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-rungroup.html}
10
10
  */
11
11
  export type OmicsRunGroupProps = {
@@ -1,27 +1,25 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow:
3
+ * Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:
4
4
  *
5
- * - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
6
- * - *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.
7
- * - (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.
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
+ * - (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.
8
7
  * - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
9
- * - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
8
+ * - (Optional) *Sentieon licenses* : Request a Sentieon license if using the Sentieon software in a private workflow.
10
9
  *
11
- * 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.
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* .
12
11
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html}
13
12
  */
14
13
  export type OmicsWorkflow = ResourceDefinitionWithAttributes<"AWS::Omics::Workflow", OmicsWorkflowProps, OmicsWorkflowAttribs>;
15
14
  /**
16
- * Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow:
15
+ * Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:
17
16
  *
18
- * - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
19
- * - *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.
20
- * - (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.
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
+ * - (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.
21
19
  * - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
22
- * - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
20
+ * - (Optional) *Sentieon licenses* : Request a Sentieon license if using the Sentieon software in a private workflow.
23
21
  *
24
- * 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.
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* .
25
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html}
26
24
  */
27
25
  export type OmicsWorkflowProps = {
@@ -72,7 +70,7 @@ export type OmicsWorkflowProps = {
72
70
  */
73
71
  ParameterTemplate?: Record<string, WorkflowParameter> | undefined;
74
72
  /**
75
- * The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
73
+ * The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. The `storageCapacity` can be overwritten at run time. The storage capacity is not required for runs with a `DYNAMIC` storage type.
76
74
  * @min 0
77
75
  * @max 100000
78
76
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-storagecapacity}
@@ -8,7 +8,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
8
8
  *
9
9
  * > Don’t include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
10
10
  *
11
- * For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the AWS HealthOmics User Guide.
11
+ * For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the *AWS HealthOmics User Guide* .
12
12
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html}
13
13
  */
14
14
  export type OmicsWorkflowVersion = ResourceDefinitionWithAttributes<"AWS::Omics::WorkflowVersion", OmicsWorkflowVersionProps, OmicsWorkflowVersionAttribs>;
@@ -21,7 +21,7 @@ export type OmicsWorkflowVersion = ResourceDefinitionWithAttributes<"AWS::Omics:
21
21
  *
22
22
  * > Don’t include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
23
23
  *
24
- * For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the AWS HealthOmics User Guide.
24
+ * For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the *AWS HealthOmics User Guide* .
25
25
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html}
26
26
  */
27
27
  export type OmicsWorkflowVersionProps = {
@@ -126,7 +126,7 @@ export type OpsWorksCMServerProps = {
126
126
  */
127
127
  ServerName?: string | undefined;
128
128
  /**
129
- * The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.
129
+ * The service role that the AWS OpsWorks CM service backend uses to work with your account.
130
130
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn}
131
131
  */
132
132
  ServiceRoleArn: string;
@@ -139,6 +139,13 @@ export type AmazonOpenSearchParameters = {
139
139
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-athenaparameters.html}
140
140
  */
141
141
  export type AthenaParameters = {
142
+ /**
143
+ * An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.
144
+ *
145
+ * This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
146
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-athenaparameters.html#cfn-quicksight-datasource-athenaparameters-identitycenterconfiguration}
147
+ */
148
+ IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
142
149
  /**
143
150
  * Use the `RoleArn` structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use `RoleArn` to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.
144
151
  * @minLength 20
@@ -393,7 +400,7 @@ export type DataSourceParameters = {
393
400
  /**
394
401
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-datasourcetype.html}
395
402
  */
396
- export type DataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "S3_TABLES" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE";
403
+ export type DataSourceType = "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "QBUSINESS" | "REDSHIFT" | "S3" | "S3_TABLES" | "S3_KNOWLEDGE_BASE" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SPICE" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE" | "GOOGLE_DRIVE" | "CONFLUENCE" | "SHAREPOINT" | "ONE_DRIVE" | "WEB_CRAWLER";
397
404
  /**
398
405
  * The required parameters that are needed to connect to a Databricks data source.
399
406
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-databricksparameters.html}
@@ -569,6 +576,12 @@ export type OracleParameters = {
569
576
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-oracleparameters.html#cfn-quicksight-datasource-oracleparameters-port}
570
577
  */
571
578
  Port: number;
579
+ /**
580
+ * A Boolean value that indicates whether the `Database` uses a service name or an SID. If this value is left blank, the default value is `SID` . If this value is set to `false` , the value is `SID` .
581
+ * @default false
582
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-oracleparameters.html#cfn-quicksight-datasource-oracleparameters-useservicename}
583
+ */
584
+ UseServiceName?: boolean | undefined;
572
585
  };
573
586
  /**
574
587
  * The parameters for PostgreSQL.
@@ -753,7 +766,7 @@ export type ResourcePermission = {
753
766
  /**
754
767
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-resourcestatus.html}
755
768
  */
756
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
769
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
757
770
  /**
758
771
  * The parameters for S3.
759
772
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-s3parameters.html}
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinitionWithAttributes } from "../main.ts";
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
3
  * Creates a new Q topic.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-topic.html}
@@ -45,6 +45,10 @@ export type QuickSightTopicProps = {
45
45
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-topic.html#cfn-quicksight-topic-name}
46
46
  */
47
47
  Name?: string | undefined;
48
+ /**
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-topic.html#cfn-quicksight-topic-tags}
50
+ */
51
+ Tags?: Tag[] | undefined;
48
52
  /**
49
53
  * The ID for the topic. This ID is unique per AWS Region for each AWS account.
50
54
  * @minLength 0
@@ -126,6 +126,8 @@ export type RDSDBClusterProps = {
126
126
  BackupRetentionPeriod?: number | undefined;
127
127
  /**
128
128
  * Specifies the scalability mode of the Aurora DB cluster. When set to `limitless` , the cluster operates as an Aurora Limitless Database, allowing you to create a DB shard group for horizontal scaling (sharding) capabilities. When set to `standard` (the default), the cluster uses normal DB instance creation.
129
+ *
130
+ * *Important:* Automated backup retention isn't supported with Aurora Limitless Database clusters. If you set this property to `limitless` , you cannot set `DeleteAutomatedBackups` to `false` . To create a backup, use manual snapshots instead.
129
131
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-clusterscalabilitytype}
130
132
  */
131
133
  ClusterScalabilityType?: string | undefined;
@@ -226,6 +228,11 @@ export type RDSDBClusterProps = {
226
228
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename}
227
229
  */
228
230
  DatabaseName?: string | undefined;
231
+ /**
232
+ * Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted, unless the AWS Backup policy specifies a point-in-time restore rule.
233
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deleteautomatedbackups}
234
+ */
235
+ DeleteAutomatedBackups?: boolean | undefined;
229
236
  /**
230
237
  * A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
231
238
  *
@@ -707,6 +714,7 @@ export type RDSDBClusterProps = {
707
714
  * Constraints:
708
715
  *
709
716
  * - Must match the identifier of an existing DBCluster.
717
+ * - Cannot be specified if `SourceDbClusterResourceId` is specified. You must specify either `SourceDBClusterIdentifier` or `SourceDbClusterResourceId` , but not both.
710
718
  *
711
719
  * Valid for: Aurora DB clusters and Multi-AZ DB clusters
712
720
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier}