@awboost/cfn-resource-types 0.1.406 → 0.1.408

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.
@@ -69,6 +69,11 @@ export type AdvancedOptions = {
69
69
  export type EdiType = {
70
70
  X12Details: X12Details;
71
71
  };
72
+ /**
73
+ * Type definition for `AWS::B2BI::Transformer.ElementRequirement`.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-elementrequirement.html}
75
+ */
76
+ export type ElementRequirement = "OPTIONAL" | "MANDATORY";
72
77
  /**
73
78
  * Type definition for `AWS::B2BI::Transformer.FileFormat`.
74
79
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-fileformat.html}
@@ -117,6 +122,7 @@ export type MappingTemplateLanguage = "XSLT" | "JSONATA";
117
122
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-outputconversion.html}
118
123
  */
119
124
  export type OutputConversion = {
125
+ AdvancedOptions?: AdvancedOptions;
120
126
  FormatOptions?: FormatOptions;
121
127
  ToFormat: ToFormat;
122
128
  };
@@ -180,6 +186,21 @@ export type TransformerStatus = "active" | "inactive";
180
186
  */
181
187
  export type X12AdvancedOptions = {
182
188
  SplitOptions?: X12SplitOptions;
189
+ ValidationOptions?: X12ValidationOptions;
190
+ };
191
+ /**
192
+ * Type definition for `AWS::B2BI::Transformer.X12CodeListValidationRule`.
193
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12codelistvalidationrule.html}
194
+ */
195
+ export type X12CodeListValidationRule = {
196
+ CodesToAdd?: string[];
197
+ CodesToRemove?: string[];
198
+ /**
199
+ * @minLength `4`
200
+ * @maxLength `4`
201
+ * @pattern `^[0-9]{4}$`
202
+ */
203
+ ElementId: string;
183
204
  };
184
205
  /**
185
206
  * Type definition for `AWS::B2BI::Transformer.X12Details`.
@@ -189,6 +210,39 @@ export type X12Details = {
189
210
  TransactionSet?: X12TransactionSet;
190
211
  Version?: X12Version;
191
212
  };
213
+ /**
214
+ * Type definition for `AWS::B2BI::Transformer.X12ElementLengthValidationRule`.
215
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementlengthvalidationrule.html}
216
+ */
217
+ export type X12ElementLengthValidationRule = {
218
+ /**
219
+ * @minLength `4`
220
+ * @maxLength `4`
221
+ * @pattern `^[0-9]{4}$`
222
+ */
223
+ ElementId: string;
224
+ /**
225
+ * @min `1`
226
+ * @max `1000000`
227
+ */
228
+ MaxLength: number;
229
+ /**
230
+ * @min `1`
231
+ * @max `1000000`
232
+ */
233
+ MinLength: number;
234
+ };
235
+ /**
236
+ * Type definition for `AWS::B2BI::Transformer.X12ElementRequirementValidationRule`.
237
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12elementrequirementvalidationrule.html}
238
+ */
239
+ export type X12ElementRequirementValidationRule = {
240
+ /**
241
+ * @pattern `^[a-zA-Z0-9]+(?:-\d{2})(?:-\d{2})?$`
242
+ */
243
+ ElementPosition: string;
244
+ Requirement: ElementRequirement;
245
+ };
192
246
  /**
193
247
  * Type definition for `AWS::B2BI::Transformer.X12SplitBy`.
194
248
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12splitby.html}
@@ -206,6 +260,24 @@ export type X12SplitOptions = {
206
260
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12transactionset.html}
207
261
  */
208
262
  export type X12TransactionSet = "X12_100" | "X12_101" | "X12_102" | "X12_103" | "X12_104" | "X12_105" | "X12_106" | "X12_107" | "X12_108" | "X12_109" | "X12_110" | "X12_111" | "X12_112" | "X12_113" | "X12_120" | "X12_121" | "X12_124" | "X12_125" | "X12_126" | "X12_127" | "X12_128" | "X12_129" | "X12_130" | "X12_131" | "X12_132" | "X12_133" | "X12_135" | "X12_138" | "X12_139" | "X12_140" | "X12_141" | "X12_142" | "X12_143" | "X12_144" | "X12_146" | "X12_147" | "X12_148" | "X12_149" | "X12_150" | "X12_151" | "X12_152" | "X12_153" | "X12_154" | "X12_155" | "X12_157" | "X12_158" | "X12_159" | "X12_160" | "X12_161" | "X12_163" | "X12_170" | "X12_175" | "X12_176" | "X12_179" | "X12_180" | "X12_185" | "X12_186" | "X12_187" | "X12_188" | "X12_189" | "X12_190" | "X12_191" | "X12_194" | "X12_195" | "X12_196" | "X12_197" | "X12_198" | "X12_199" | "X12_200" | "X12_201" | "X12_202" | "X12_203" | "X12_204" | "X12_205" | "X12_206" | "X12_210" | "X12_211" | "X12_212" | "X12_213" | "X12_214" | "X12_215" | "X12_216" | "X12_217" | "X12_218" | "X12_219" | "X12_220" | "X12_222" | "X12_223" | "X12_224" | "X12_225" | "X12_227" | "X12_228" | "X12_240" | "X12_242" | "X12_244" | "X12_245" | "X12_248" | "X12_249" | "X12_250" | "X12_251" | "X12_252" | "X12_255" | "X12_256" | "X12_259" | "X12_260" | "X12_261" | "X12_262" | "X12_263" | "X12_264" | "X12_265" | "X12_266" | "X12_267" | "X12_268" | "X12_269" | "X12_270" | "X12_271" | "X12_272" | "X12_273" | "X12_274" | "X12_275" | "X12_276" | "X12_277" | "X12_278" | "X12_280" | "X12_283" | "X12_284" | "X12_285" | "X12_286" | "X12_288" | "X12_290" | "X12_300" | "X12_301" | "X12_303" | "X12_304" | "X12_309" | "X12_310" | "X12_311" | "X12_312" | "X12_313" | "X12_315" | "X12_317" | "X12_319" | "X12_322" | "X12_323" | "X12_324" | "X12_325" | "X12_326" | "X12_350" | "X12_352" | "X12_353" | "X12_354" | "X12_355" | "X12_356" | "X12_357" | "X12_358" | "X12_361" | "X12_362" | "X12_404" | "X12_410" | "X12_412" | "X12_414" | "X12_417" | "X12_418" | "X12_419" | "X12_420" | "X12_421" | "X12_422" | "X12_423" | "X12_424" | "X12_425" | "X12_426" | "X12_429" | "X12_431" | "X12_432" | "X12_433" | "X12_434" | "X12_435" | "X12_436" | "X12_437" | "X12_440" | "X12_451" | "X12_452" | "X12_453" | "X12_455" | "X12_456" | "X12_460" | "X12_463" | "X12_466" | "X12_468" | "X12_470" | "X12_475" | "X12_485" | "X12_486" | "X12_490" | "X12_492" | "X12_494" | "X12_500" | "X12_501" | "X12_503" | "X12_504" | "X12_511" | "X12_517" | "X12_521" | "X12_527" | "X12_536" | "X12_540" | "X12_561" | "X12_567" | "X12_568" | "X12_601" | "X12_602" | "X12_620" | "X12_625" | "X12_650" | "X12_715" | "X12_753" | "X12_754" | "X12_805" | "X12_806" | "X12_810" | "X12_811" | "X12_812" | "X12_813" | "X12_814" | "X12_815" | "X12_816" | "X12_818" | "X12_819" | "X12_820" | "X12_821" | "X12_822" | "X12_823" | "X12_824" | "X12_826" | "X12_827" | "X12_828" | "X12_829" | "X12_830" | "X12_831" | "X12_832" | "X12_833" | "X12_834" | "X12_835" | "X12_836" | "X12_837" | "X12_838" | "X12_839" | "X12_840" | "X12_841" | "X12_842" | "X12_843" | "X12_844" | "X12_845" | "X12_846" | "X12_847" | "X12_848" | "X12_849" | "X12_850" | "X12_851" | "X12_852" | "X12_853" | "X12_854" | "X12_855" | "X12_856" | "X12_857" | "X12_858" | "X12_859" | "X12_860" | "X12_861" | "X12_862" | "X12_863" | "X12_864" | "X12_865" | "X12_866" | "X12_867" | "X12_868" | "X12_869" | "X12_870" | "X12_871" | "X12_872" | "X12_873" | "X12_874" | "X12_875" | "X12_876" | "X12_877" | "X12_878" | "X12_879" | "X12_880" | "X12_881" | "X12_882" | "X12_883" | "X12_884" | "X12_885" | "X12_886" | "X12_887" | "X12_888" | "X12_889" | "X12_891" | "X12_893" | "X12_894" | "X12_895" | "X12_896" | "X12_920" | "X12_924" | "X12_925" | "X12_926" | "X12_928" | "X12_940" | "X12_943" | "X12_944" | "X12_945" | "X12_947" | "X12_980" | "X12_990" | "X12_993" | "X12_996" | "X12_997" | "X12_998" | "X12_999" | "X12_270_X279" | "X12_271_X279" | "X12_275_X210" | "X12_275_X211" | "X12_276_X212" | "X12_277_X212" | "X12_277_X214" | "X12_277_X364" | "X12_278_X217" | "X12_820_X218" | "X12_820_X306" | "X12_824_X186" | "X12_834_X220" | "X12_834_X307" | "X12_834_X318" | "X12_835_X221" | "X12_837_X222" | "X12_837_X223" | "X12_837_X224" | "X12_837_X291" | "X12_837_X292" | "X12_837_X298" | "X12_999_X231";
263
+ /**
264
+ * Type definition for `AWS::B2BI::Transformer.X12ValidationOptions`.
265
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationoptions.html}
266
+ */
267
+ export type X12ValidationOptions = {
268
+ ValidationRules?: X12ValidationRule[];
269
+ };
270
+ /**
271
+ * Type definition for `AWS::B2BI::Transformer.X12ValidationRule`.
272
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12validationrule.html}
273
+ */
274
+ export type X12ValidationRule = {
275
+ CodeListValidationRule: X12CodeListValidationRule;
276
+ } | {
277
+ ElementLengthValidationRule: X12ElementLengthValidationRule;
278
+ } | {
279
+ ElementRequirementValidationRule: X12ElementRequirementValidationRule;
280
+ };
209
281
  /**
210
282
  * Type definition for `AWS::B2BI::Transformer.X12Version`.
211
283
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12version.html}
@@ -43,11 +43,11 @@ export type EC2InstanceProperties = {
43
43
  */
44
44
  EbsOptimized?: boolean;
45
45
  /**
46
- * An elastic GPU to associate with the instance.
46
+ * An elastic GPU to associate with the instance. Amazon Elastic Graphics is no longer available.
47
47
  */
48
48
  ElasticGpuSpecifications?: ElasticGpuSpecification[];
49
49
  /**
50
- * An elastic inference accelerator to associate with the instance.
50
+ * An elastic inference accelerator to associate with the instance. Amazon Elastic Inference is no longer available.
51
51
  */
52
52
  ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
53
53
  /**
@@ -34,6 +34,7 @@ export type EC2VPNConnectionProperties = {
34
34
  Default: ``PublicIpv4``
35
35
  */
36
36
  OutsideIpAddressType?: string;
37
+ PreSharedKeyStorage?: "Standard" | "SecretsManager";
37
38
  /**
38
39
  * The IPv4 CIDR on the AWS side of the VPN connection.
39
40
  Default: ``0.0.0.0/0``
@@ -0,0 +1,41 @@
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::IoT::EncryptionConfiguration
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html}
6
+ */
7
+ export type IoTEncryptionConfigurationProperties = {
8
+ EncryptionType: "CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY";
9
+ /**
10
+ * @minLength `20`
11
+ * @maxLength `2048`
12
+ */
13
+ KmsAccessRoleArn?: string;
14
+ /**
15
+ * @minLength `20`
16
+ * @maxLength `2048`
17
+ */
18
+ KmsKeyArn?: string;
19
+ };
20
+ /**
21
+ * Attribute type definition for `AWS::IoT::EncryptionConfiguration`.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html#aws-resource-iot-encryptionconfiguration-return-values}
23
+ */
24
+ export type IoTEncryptionConfigurationAttributes = {
25
+ AccountId: string;
26
+ ConfigurationDetails: {
27
+ ConfigurationStatus: "HEALTHY" | "UNHEALTHY";
28
+ ErrorCode: string;
29
+ ErrorMessage: string;
30
+ };
31
+ LastModifiedDate: string;
32
+ };
33
+ /**
34
+ * Resource Type definition for AWS::IoT::EncryptionConfiguration
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html}
36
+ */
37
+ export declare class IoTEncryptionConfiguration extends $Resource<"AWS::IoT::EncryptionConfiguration", IoTEncryptionConfigurationProperties, IoTEncryptionConfigurationAttributes> {
38
+ static readonly Type = "AWS::IoT::EncryptionConfiguration";
39
+ constructor(logicalId: string, properties: IoTEncryptionConfigurationProperties, options?: $ResourceOptions);
40
+ }
41
+ //# sourceMappingURL=AWS-IoT-EncryptionConfiguration.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::IoT::EncryptionConfiguration
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-encryptionconfiguration.html}
5
+ */
6
+ export class IoTEncryptionConfiguration extends $Resource {
7
+ static Type = "AWS::IoT::EncryptionConfiguration";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, IoTEncryptionConfiguration.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-IoT-EncryptionConfiguration.js.map
@@ -6211,7 +6211,7 @@ export type ResourcePermission = {
6211
6211
  * Type definition for `AWS::QuickSight::Analysis.ResourceStatus`.
6212
6212
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-resourcestatus.html}
6213
6213
  */
6214
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
6214
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
6215
6215
  /**
6216
6216
  * Type definition for `AWS::QuickSight::Analysis.RollingDateConfiguration`.
6217
6217
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rollingdateconfiguration.html}
@@ -6460,7 +6460,7 @@ export type ResourcePermission = {
6460
6460
  * Type definition for `AWS::QuickSight::Dashboard.ResourceStatus`.
6461
6461
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-resourcestatus.html}
6462
6462
  */
6463
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
6463
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
6464
6464
  /**
6465
6465
  * Type definition for `AWS::QuickSight::Dashboard.RollingDateConfiguration`.
6466
6466
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-rollingdateconfiguration.html}
@@ -5820,7 +5820,7 @@ export type ResourcePermission = {
5820
5820
  * Type definition for `AWS::QuickSight::Template.ResourceStatus`.
5821
5821
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-resourcestatus.html}
5822
5822
  */
5823
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
5823
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
5824
5824
  /**
5825
5825
  * Type definition for `AWS::QuickSight::Template.RollingDateConfiguration`.
5826
5826
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rollingdateconfiguration.html}
@@ -400,7 +400,7 @@ export type ResourcePermission = {
400
400
  * Type definition for `AWS::QuickSight::Theme.ResourceStatus`.
401
401
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-resourcestatus.html}
402
402
  */
403
- export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
403
+ export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
404
404
  /**
405
405
  * Type definition for `AWS::QuickSight::Theme.SheetStyle`.
406
406
  * <p>The theme display options for sheets. </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.406",
3
+ "version": "0.1.408",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },