@awboost/cfn-resource-types 0.1.178 → 0.1.179

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.
@@ -468,7 +468,7 @@ export type KnowledgeBaseFlowNodeConfiguration = {
468
468
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
469
469
  * @minLength `1`
470
470
  * @maxLength `2048`
471
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
471
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
472
472
  */
473
473
  ModelId?: string;
474
474
  };
@@ -536,7 +536,7 @@ export type PromptFlowNodeInlineConfiguration = {
536
536
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
537
537
  * @minLength `1`
538
538
  * @maxLength `2048`
539
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
539
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
540
540
  */
541
541
  ModelId: string;
542
542
  TemplateConfiguration: PromptTemplateConfiguration;
@@ -498,7 +498,7 @@ export type KnowledgeBaseFlowNodeConfiguration = {
498
498
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
499
499
  * @minLength `1`
500
500
  * @maxLength `2048`
501
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
501
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
502
502
  */
503
503
  ModelId?: string;
504
504
  };
@@ -566,7 +566,7 @@ export type PromptFlowNodeInlineConfiguration = {
566
566
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
567
567
  * @minLength `1`
568
568
  * @maxLength `2048`
569
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
569
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
570
570
  */
571
571
  ModelId: string;
572
572
  TemplateConfiguration: PromptTemplateConfiguration;
@@ -152,7 +152,7 @@ export type PromptVariant = {
152
152
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
153
153
  * @minLength `1`
154
154
  * @maxLength `2048`
155
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
155
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
156
156
  */
157
157
  ModelId?: string;
158
158
  /**
@@ -106,7 +106,7 @@ export type BedrockPromptVersionAttributes = {
106
106
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
107
107
  * @minLength `1`
108
108
  * @maxLength `2048`
109
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
109
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
110
110
  */
111
111
  ModelId: string;
112
112
  /**
@@ -232,7 +232,7 @@ export type PromptVariant = {
232
232
  * ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
233
233
  * @minLength `1`
234
234
  * @maxLength `2048`
235
- * @pattern `^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$`
235
+ * @pattern `^(arn:aws(-[^:]{1,12})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$`
236
236
  */
237
237
  ModelId?: string;
238
238
  /**
@@ -232,7 +232,16 @@ export type FailureConditions = {
232
232
  /**
233
233
  * The specified result for when the failure conditions are met, such as rolling back the stage
234
234
  */
235
- Result?: "ROLLBACK";
235
+ Result?: "ROLLBACK" | "RETRY";
236
+ /**
237
+ * The configuration that specifies the retry configuration for a stage
238
+ */
239
+ RetryConfiguration?: {
240
+ /**
241
+ * The specified retry mode type for the given stage. FAILED_ACTIONS will retry only the failed actions. ALL_ACTIONS will retry both failed and successful
242
+ */
243
+ RetryMode?: "ALL_ACTIONS" | "FAILED_ACTIONS";
244
+ };
236
245
  };
237
246
  /**
238
247
  * Type definition for `AWS::CodePipeline::Pipeline.GitBranchFilterCriteria`.
@@ -6,7 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html}
7
7
  */
8
8
  export type M2ApplicationProperties = {
9
- Definition: Definition;
9
+ Definition?: Definition;
10
10
  /**
11
11
  * @minLength `0`
12
12
  * @maxLength `500`
@@ -267,6 +267,10 @@ export type EndpointErrorCondition = "STALE_MANIFEST" | "INCOMPLETE_MANIFEST" |
267
267
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html}
268
268
  */
269
269
  export type FilterConfiguration = {
270
+ /**
271
+ * <p>Optionally specify the clip start time for all of your manifest egress requests. When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.</p>
272
+ */
273
+ ClipStartTime?: string;
270
274
  /**
271
275
  * <p>Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.</p>
272
276
  */
@@ -353,6 +357,10 @@ export type HlsManifestConfiguration = {
353
357
  * <p>The SCTE configuration.</p>
354
358
  */
355
359
  ScteHls?: ScteHls;
360
+ /**
361
+ * <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>
362
+ */
363
+ StartTag?: StartTag;
356
364
  };
357
365
  /**
358
366
  * Type definition for `AWS::MediaPackageV2::OriginEndpoint.LowLatencyHlsManifestConfiguration`.
@@ -394,6 +402,10 @@ export type LowLatencyHlsManifestConfiguration = {
394
402
  * <p>The SCTE configuration.</p>
395
403
  */
396
404
  ScteHls?: ScteHls;
405
+ /**
406
+ * <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>
407
+ */
408
+ StartTag?: StartTag;
397
409
  };
398
410
  /**
399
411
  * Type definition for `AWS::MediaPackageV2::OriginEndpoint.PresetSpeke20Audio`.
@@ -521,6 +533,21 @@ export type SpekeKeyProvider = {
521
533
  */
522
534
  Url: string;
523
535
  };
536
+ /**
537
+ * Type definition for `AWS::MediaPackageV2::OriginEndpoint.StartTag`.
538
+ * <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>
539
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-starttag.html}
540
+ */
541
+ export type StartTag = {
542
+ /**
543
+ * <p>Specify the value for PRECISE within your EXT-X-START tag. Leave blank, or choose false, to use the default value NO. Choose yes to use the value YES.</p>
544
+ */
545
+ Precise?: boolean;
546
+ /**
547
+ * <p>Specify the value for TIME-OFFSET within your EXT-X-START tag. Enter a signed floating point value which, if positive, must be less than the configured manifest duration minus three times the configured segment target duration. If negative, the absolute value must be larger than three times the configured segment target duration, and the absolute value must be smaller than the configured manifest duration.</p>
548
+ */
549
+ TimeOffset: number;
550
+ };
524
551
  /**
525
552
  * Type definition for `AWS::MediaPackageV2::OriginEndpoint.Tag`.
526
553
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-tag.html}
@@ -0,0 +1,132 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource type definition for `AWS::OpenSearchService::Application`.
5
+ * Amazon OpenSearchService application resource
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-application.html}
7
+ */
8
+ export type OpenSearchServiceApplicationProperties = {
9
+ /**
10
+ * List of application configurations.
11
+ */
12
+ AppConfigs?: AppConfig[];
13
+ /**
14
+ * List of data sources.
15
+ */
16
+ DataSources?: DataSource[];
17
+ /**
18
+ * The endpoint for the application.
19
+ */
20
+ Endpoint?: string;
21
+ /**
22
+ * Options for configuring IAM Identity Center
23
+ */
24
+ IamIdentityCenterOptions?: {
25
+ /**
26
+ * Whether IAM Identity Center is enabled.
27
+ */
28
+ Enabled?: boolean;
29
+ /**
30
+ * The ARN of the IAM Identity Center instance.
31
+ */
32
+ IamIdentityCenterInstanceArn?: unknown;
33
+ /**
34
+ * The ARN of the IAM role for Identity Center application.
35
+ */
36
+ IamRoleForIdentityCenterApplicationArn?: string;
37
+ };
38
+ /**
39
+ * The name of the application.
40
+ * @minLength `3`
41
+ * @maxLength `40`
42
+ * @pattern `[a-z][a-z0-9\-]+`
43
+ */
44
+ Name: string;
45
+ /**
46
+ * An arbitrary set of tags (key-value pairs) for this application.
47
+ */
48
+ Tags?: Tag[];
49
+ };
50
+ /**
51
+ * Attribute type definition for `AWS::OpenSearchService::Application`.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-application.html#aws-resource-opensearchservice-application-return-values}
53
+ */
54
+ export type OpenSearchServiceApplicationAttributes = {
55
+ /**
56
+ * Amazon Resource Name (ARN) format.
57
+ */
58
+ Arn: string;
59
+ /**
60
+ * The identifier of the application.
61
+ * @minLength `3`
62
+ * @maxLength `40`
63
+ */
64
+ Id: string;
65
+ };
66
+ /**
67
+ * Type definition for `AWS::OpenSearchService::Application.AppConfig`.
68
+ * A key-value pair of AppConfig
69
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-appconfig.html}
70
+ */
71
+ export type AppConfig = {
72
+ /**
73
+ * The configuration key
74
+ */
75
+ Key: AppConfigType;
76
+ /**
77
+ * The configuration value.
78
+ * @minLength `0`
79
+ * @maxLength `256`
80
+ */
81
+ Value: string;
82
+ };
83
+ /**
84
+ * Type definition for `AWS::OpenSearchService::Application.AppConfigType`.
85
+ * AppConfig type values.
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-appconfigtype.html}
87
+ */
88
+ export type AppConfigType = "opensearchDashboards.dashboardAdmin.users" | "opensearchDashboards.dashboardAdmin.groups";
89
+ /**
90
+ * Type definition for `AWS::OpenSearchService::Application.DataSource`.
91
+ * Datasource arn and description
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-datasource.html}
93
+ */
94
+ export type DataSource = {
95
+ /**
96
+ * The ARN of the data source.
97
+ */
98
+ DataSourceArn: unknown;
99
+ /**
100
+ * Description of the data source.
101
+ */
102
+ DataSourceDescription?: string;
103
+ };
104
+ /**
105
+ * Type definition for `AWS::OpenSearchService::Application.Tag`.
106
+ * A key-value pair metadata associated with resource
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-application-tag.html}
108
+ */
109
+ export type Tag = {
110
+ /**
111
+ * The key in the key-value pair
112
+ * @minLength `1`
113
+ * @maxLength `128`
114
+ */
115
+ Key: string;
116
+ /**
117
+ * The value in the key-value pair
118
+ * @minLength `0`
119
+ * @maxLength `256`
120
+ */
121
+ Value: string;
122
+ };
123
+ /**
124
+ * Resource type definition for `AWS::OpenSearchService::Application`.
125
+ * Amazon OpenSearchService application resource
126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-application.html}
127
+ */
128
+ export declare class OpenSearchServiceApplication extends $Resource<"AWS::OpenSearchService::Application", OpenSearchServiceApplicationProperties, OpenSearchServiceApplicationAttributes> {
129
+ static readonly Type = "AWS::OpenSearchService::Application";
130
+ constructor(logicalId: string, properties: OpenSearchServiceApplicationProperties, options?: $ResourceOptions);
131
+ }
132
+ //# sourceMappingURL=AWS-OpenSearchService-Application.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::OpenSearchService::Application`.
4
+ * Amazon OpenSearchService application resource
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-application.html}
6
+ */
7
+ export class OpenSearchServiceApplication extends $Resource {
8
+ static Type = "AWS::OpenSearchService::Application";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, OpenSearchServiceApplication.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-OpenSearchService-Application.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.178",
3
+ "version": "0.1.179",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },