@intentius/chant-lexicon-aws 0.18.4 → 0.18.6

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.
@@ -12409,15 +12409,6 @@ export declare class ElasticBeanstalkEnvironment {
12409
12409
  readonly EndpointURL: string;
12410
12410
  }
12411
12411
 
12412
- export declare class ElasticLoadBalancerAttachment {
12413
- constructor(props: {
12414
- ElasticLoadBalancerName: string;
12415
- LayerId: string;
12416
- Id?: string;
12417
- }, attributes?: CFResourceAttributes);
12418
- readonly Id: string;
12419
- }
12420
-
12421
12412
  export declare class ElasticsearchDomain {
12422
12413
  constructor(props: {
12423
12414
  AccessPolicies?: Record<string, unknown>;
@@ -19498,32 +19489,6 @@ export declare class LaunchWizardDeployment {
19498
19489
  readonly Status: LaunchWizardDeployment_DeploymentStatus;
19499
19490
  }
19500
19491
 
19501
- export declare class Layer {
19502
- constructor(props: {
19503
- AutoAssignElasticIps: boolean;
19504
- AutoAssignPublicIps: boolean;
19505
- EnableAutoHealing: boolean;
19506
- Name: string;
19507
- Shortname: string;
19508
- StackId: string;
19509
- Type: string;
19510
- Attributes?: Record<string, unknown>;
19511
- CustomInstanceProfileArn?: string;
19512
- CustomJson?: Record<string, unknown>;
19513
- CustomRecipes?: Layer_Recipes;
19514
- CustomSecurityGroupIds?: string[];
19515
- Id?: string;
19516
- InstallUpdatesOnBoot?: boolean;
19517
- LifecycleEventConfiguration?: Layer_LifecycleEventConfiguration;
19518
- LoadBasedAutoScaling?: Layer_LoadBasedAutoScaling;
19519
- Packages?: string[];
19520
- Tags?: Layer_Tag[];
19521
- UseEbsOptimizedInstances?: boolean;
19522
- VolumeConfigurations?: Layer_VolumeConfiguration[];
19523
- }, attributes?: CFResourceAttributes);
19524
- readonly Id: string;
19525
- }
19526
-
19527
19492
  export declare class LayerVersion {
19528
19493
  constructor(props: {
19529
19494
  /** The function layer archive. */
@@ -24550,115 +24515,6 @@ export declare class OpenSearchServiceDomain {
24550
24515
  readonly ServiceSoftwareOptions: OpenSearchServiceDomain_ServiceSoftwareOptions;
24551
24516
  }
24552
24517
 
24553
- export declare class OpsWorksApp {
24554
- constructor(props: {
24555
- Name: string;
24556
- StackId: string;
24557
- Type: string;
24558
- AppSource?: OpsWorksApp_Source;
24559
- Attributes?: Record<string, unknown>;
24560
- DataSources?: OpsWorksApp_DataSource[];
24561
- Description?: string;
24562
- Domains?: string[];
24563
- EnableSsl?: boolean;
24564
- Environment?: OpsWorksApp_EnvironmentVariable[];
24565
- Id?: string;
24566
- Shortname?: string;
24567
- SslConfiguration?: OpsWorksApp_SslConfiguration;
24568
- }, attributes?: CFResourceAttributes);
24569
- readonly Id: string;
24570
- }
24571
-
24572
- export declare class OpsWorksInstance {
24573
- constructor(props: {
24574
- InstanceType: string;
24575
- LayerIds: string[];
24576
- StackId: string;
24577
- AgentVersion?: string;
24578
- AmiId?: string;
24579
- Architecture?: string;
24580
- AutoScalingType?: string;
24581
- AvailabilityZone?: string;
24582
- BlockDeviceMappings?: OpsWorksInstance_BlockDeviceMapping[];
24583
- EbsOptimized?: boolean;
24584
- ElasticIps?: string[];
24585
- Hostname?: string;
24586
- Id?: string;
24587
- InstallUpdatesOnBoot?: boolean;
24588
- Os?: string;
24589
- PrivateDnsName?: string;
24590
- PrivateIp?: string;
24591
- PublicDnsName?: string;
24592
- PublicIp?: string;
24593
- RootDeviceType?: string;
24594
- SshKeyName?: string;
24595
- SubnetId?: string;
24596
- Tenancy?: string;
24597
- TimeBasedAutoScaling?: OpsWorksInstance_TimeBasedAutoScaling;
24598
- VirtualizationType?: string;
24599
- Volumes?: string[];
24600
- }, attributes?: CFResourceAttributes);
24601
- readonly Id: string;
24602
- readonly PrivateDnsName: string;
24603
- readonly PrivateIp: string;
24604
- readonly PublicDnsName: string;
24605
- readonly PublicIp: string;
24606
- }
24607
-
24608
- export declare class OpsWorksStack {
24609
- constructor(props: {
24610
- DefaultInstanceProfileArn: string;
24611
- Name: string;
24612
- ServiceRoleArn: string;
24613
- AgentVersion?: string;
24614
- Attributes?: Record<string, unknown>;
24615
- ChefConfiguration?: OpsWorksStack_ChefConfiguration;
24616
- CloneAppIds?: string[];
24617
- ClonePermissions?: boolean;
24618
- ConfigurationManager?: OpsWorksStack_StackConfigurationManager;
24619
- CustomCookbooksSource?: OpsWorksStack_Source;
24620
- CustomJson?: Record<string, unknown>;
24621
- DefaultAvailabilityZone?: string;
24622
- DefaultOs?: string;
24623
- DefaultRootDeviceType?: string;
24624
- DefaultSshKeyName?: string;
24625
- DefaultSubnetId?: string;
24626
- EcsClusterArn?: string;
24627
- ElasticIps?: OpsWorksStack_ElasticIp[];
24628
- HostnameTheme?: string;
24629
- Id?: string;
24630
- RdsDbInstances?: OpsWorksStack_RdsDbInstance[];
24631
- SourceStackId?: string;
24632
- Tags?: OpsWorksStack_Tag[];
24633
- UseCustomCookbooks?: boolean;
24634
- UseOpsworksSecurityGroups?: boolean;
24635
- VpcId?: string;
24636
- }, attributes?: CFResourceAttributes);
24637
- readonly Id: string;
24638
- }
24639
-
24640
- export declare class OpsWorksUserProfile {
24641
- constructor(props: {
24642
- IamUserArn: string;
24643
- AllowSelfManagement?: boolean;
24644
- Id?: string;
24645
- SshPublicKey?: string;
24646
- SshUsername?: string;
24647
- }, attributes?: CFResourceAttributes);
24648
- readonly Id: string;
24649
- }
24650
-
24651
- export declare class OpsWorksVolume {
24652
- constructor(props: {
24653
- Ec2VolumeId: string;
24654
- StackId: string;
24655
- Id?: string;
24656
- MountPoint?: string;
24657
- Name?: string;
24658
- }, attributes?: CFResourceAttributes);
24659
- readonly Id: string;
24660
- }
24661
-
24662
24518
  export declare class OptionGroup {
24663
24519
  constructor(props: {
24664
24520
  /** Specifies the name of the engine that this option group should be associated with.
@@ -45363,17 +45219,6 @@ export declare class AutoScalingSpecification {
45363
45219
  });
45364
45220
  }
45365
45221
 
45366
- export declare class AutoScalingThresholds {
45367
- constructor(props: {
45368
- CpuThreshold?: number;
45369
- IgnoreMetricsTime?: number;
45370
- InstanceCount?: number;
45371
- LoadThreshold?: number;
45372
- MemoryThreshold?: number;
45373
- ThresholdsWaitTime?: number;
45374
- });
45375
- }
45376
-
45377
45222
  export declare class AutoStartConfiguration {
45378
45223
  constructor(props: {
45379
45224
  /** If set to true, the Application will automatically start. Defaults to true. */
@@ -51237,13 +51082,6 @@ export declare class CheckpointConfiguration {
51237
51082
  });
51238
51083
  }
51239
51084
 
51240
- export declare class ChefConfiguration {
51241
- constructor(props: {
51242
- BerkshelfVersion?: string;
51243
- ManageBerkshelf?: boolean;
51244
- });
51245
- }
51246
-
51247
51085
  export declare class ChunkingConfiguration {
51248
51086
  constructor(props: {
51249
51087
  ChunkingStrategy: BedrockDataSource_ChunkingStrategy;
@@ -65365,16 +65203,6 @@ export declare class DynatraceSourceProperties {
65365
65203
  });
65366
65204
  }
65367
65205
 
65368
- export declare class EbsBlockDevice {
65369
- constructor(props: {
65370
- DeleteOnTermination?: boolean;
65371
- Iops?: number;
65372
- SnapshotId?: string;
65373
- VolumeSize?: number;
65374
- VolumeType?: string;
65375
- });
65376
- }
65377
-
65378
65206
  export declare class EBSStorageInfo {
65379
65207
  constructor(props: {
65380
65208
  ProvisionedThroughput?: Record<string, unknown>;
@@ -67203,13 +67031,6 @@ export declare class ElasticInferenceAccelerator {
67203
67031
  });
67204
67032
  }
67205
67033
 
67206
- export declare class ElasticIp {
67207
- constructor(props: {
67208
- Ip: string;
67209
- Name?: string;
67210
- });
67211
- }
67212
-
67213
67034
  export declare class ElasticLoadBalancing {
67214
67035
  constructor(props: {
67215
67036
  /** Todo: add description */
@@ -84119,67 +83940,6 @@ export declare class LaunchWizardDeployment_Tags {
84119
83940
  });
84120
83941
  }
84121
83942
 
84122
- export declare class Layer_AutoScalingThresholds {
84123
- constructor(props: {
84124
- CpuThreshold?: number;
84125
- IgnoreMetricsTime?: number;
84126
- InstanceCount?: number;
84127
- LoadThreshold?: number;
84128
- MemoryThreshold?: number;
84129
- ThresholdsWaitTime?: number;
84130
- });
84131
- }
84132
-
84133
- export declare class Layer_LifecycleEventConfiguration {
84134
- constructor(props: {
84135
- ShutdownEventConfiguration?: Layer_ShutdownEventConfiguration;
84136
- });
84137
- }
84138
-
84139
- export declare class Layer_LoadBasedAutoScaling {
84140
- constructor(props: {
84141
- DownScaling?: Layer_AutoScalingThresholds;
84142
- Enable?: boolean;
84143
- UpScaling?: Layer_AutoScalingThresholds;
84144
- });
84145
- }
84146
-
84147
- export declare class Layer_Recipes {
84148
- constructor(props: {
84149
- Configure?: string[];
84150
- Deploy?: string[];
84151
- Setup?: string[];
84152
- Shutdown?: string[];
84153
- Undeploy?: string[];
84154
- });
84155
- }
84156
-
84157
- export declare class Layer_ShutdownEventConfiguration {
84158
- constructor(props: {
84159
- DelayUntilElbConnectionsDrained?: boolean;
84160
- ExecutionTimeout?: number;
84161
- });
84162
- }
84163
-
84164
- export declare class Layer_Tag {
84165
- constructor(props: {
84166
- Key: string;
84167
- Value: string;
84168
- });
84169
- }
84170
-
84171
- export declare class Layer_VolumeConfiguration {
84172
- constructor(props: {
84173
- Encrypted?: boolean;
84174
- Iops?: number;
84175
- MountPoint?: string;
84176
- NumberOfDisks?: number;
84177
- RaidLevel?: number;
84178
- Size?: number;
84179
- VolumeType?: string;
84180
- });
84181
- }
84182
-
84183
83943
  export declare class LayerVersion_Content {
84184
83944
  constructor(props: {
84185
83945
  /** The Amazon S3 bucket of the layer archive. */
@@ -84367,12 +84127,6 @@ export declare class LicenseEndpoint_Tag {
84367
84127
  });
84368
84128
  }
84369
84129
 
84370
- export declare class LifecycleEventConfiguration {
84371
- constructor(props: {
84372
- ShutdownEventConfiguration?: Layer_ShutdownEventConfiguration;
84373
- });
84374
- }
84375
-
84376
84130
  export declare class LifecycleHookSpecification {
84377
84131
  constructor(props: {
84378
84132
  /** The name of the lifecycle hook. */
@@ -85637,14 +85391,6 @@ export declare class LoadBalancersConfig {
85637
85391
  });
85638
85392
  }
85639
85393
 
85640
- export declare class LoadBasedAutoScaling {
85641
- constructor(props: {
85642
- DownScaling?: Layer_AutoScalingThresholds;
85643
- Enable?: boolean;
85644
- UpScaling?: Layer_AutoScalingThresholds;
85645
- });
85646
- }
85647
-
85648
85394
  export declare class LocalDeviceResourceData {
85649
85395
  constructor(props: {
85650
85396
  SourcePath: string;
@@ -95440,119 +95186,6 @@ export declare class OperatorApp {
95440
95186
  });
95441
95187
  }
95442
95188
 
95443
- export declare class OpsWorksApp_DataSource {
95444
- constructor(props: {
95445
- Arn?: string;
95446
- DatabaseName?: string;
95447
- Type?: string;
95448
- });
95449
- }
95450
-
95451
- export declare class OpsWorksApp_EnvironmentVariable {
95452
- constructor(props: {
95453
- Key: string;
95454
- Value: string;
95455
- Secure?: boolean;
95456
- });
95457
- }
95458
-
95459
- export declare class OpsWorksApp_Source {
95460
- constructor(props: {
95461
- Password?: string;
95462
- Revision?: string;
95463
- SshKey?: string;
95464
- Type?: string;
95465
- Url?: string;
95466
- Username?: string;
95467
- });
95468
- }
95469
-
95470
- export declare class OpsWorksApp_SslConfiguration {
95471
- constructor(props: {
95472
- Certificate?: string;
95473
- Chain?: string;
95474
- PrivateKey?: string;
95475
- });
95476
- }
95477
-
95478
- export declare class OpsWorksInstance_BlockDeviceMapping {
95479
- constructor(props: {
95480
- DeviceName?: string;
95481
- Ebs?: OpsWorksInstance_EbsBlockDevice;
95482
- NoDevice?: string;
95483
- VirtualName?: string;
95484
- });
95485
- }
95486
-
95487
- export declare class OpsWorksInstance_EbsBlockDevice {
95488
- constructor(props: {
95489
- DeleteOnTermination?: boolean;
95490
- Iops?: number;
95491
- SnapshotId?: string;
95492
- VolumeSize?: number;
95493
- VolumeType?: string;
95494
- });
95495
- }
95496
-
95497
- export declare class OpsWorksInstance_TimeBasedAutoScaling {
95498
- constructor(props: {
95499
- Friday?: Record<string, unknown>;
95500
- Monday?: Record<string, unknown>;
95501
- Saturday?: Record<string, unknown>;
95502
- Sunday?: Record<string, unknown>;
95503
- Thursday?: Record<string, unknown>;
95504
- Tuesday?: Record<string, unknown>;
95505
- Wednesday?: Record<string, unknown>;
95506
- });
95507
- }
95508
-
95509
- export declare class OpsWorksStack_ChefConfiguration {
95510
- constructor(props: {
95511
- BerkshelfVersion?: string;
95512
- ManageBerkshelf?: boolean;
95513
- });
95514
- }
95515
-
95516
- export declare class OpsWorksStack_ElasticIp {
95517
- constructor(props: {
95518
- Ip: string;
95519
- Name?: string;
95520
- });
95521
- }
95522
-
95523
- export declare class OpsWorksStack_RdsDbInstance {
95524
- constructor(props: {
95525
- DbPassword: string;
95526
- DbUser: string;
95527
- RdsDbInstanceArn: string;
95528
- });
95529
- }
95530
-
95531
- export declare class OpsWorksStack_Source {
95532
- constructor(props: {
95533
- Password?: string;
95534
- Revision?: string;
95535
- SshKey?: string;
95536
- Type?: string;
95537
- Url?: string;
95538
- Username?: string;
95539
- });
95540
- }
95541
-
95542
- export declare class OpsWorksStack_StackConfigurationManager {
95543
- constructor(props: {
95544
- Name?: string;
95545
- Version?: string;
95546
- });
95547
- }
95548
-
95549
- export declare class OpsWorksStack_Tag {
95550
- constructor(props: {
95551
- Key: string;
95552
- Value: string;
95553
- });
95554
- }
95555
-
95556
95189
  export declare class OptionConfiguration {
95557
95190
  constructor(props: {
95558
95191
  /** The configuration of options to include in a group. */
@@ -103063,14 +102696,6 @@ export declare class RDSDBClusterParameterGroup_Tag {
103063
102696
  });
103064
102697
  }
103065
102698
 
103066
- export declare class RdsDbInstance {
103067
- constructor(props: {
103068
- DbPassword: string;
103069
- DbUser: string;
103070
- RdsDbInstanceArn: string;
103071
- });
103072
- }
103073
-
103074
102699
  export declare class RDSDBParameterGroup_Tag {
103075
102700
  constructor(props: {
103076
102701
  /** A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:``. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"). */
@@ -103398,16 +103023,6 @@ export declare class Recipe_Tag {
103398
103023
  });
103399
103024
  }
103400
103025
 
103401
- export declare class Recipes {
103402
- constructor(props: {
103403
- Configure?: string[];
103404
- Deploy?: string[];
103405
- Setup?: string[];
103406
- Shutdown?: string[];
103407
- Undeploy?: string[];
103408
- });
103409
- }
103410
-
103411
103026
  export declare class RecipeSelection {
103412
103027
  constructor(props: {
103413
103028
  /** The recipe name. */
@@ -112370,13 +111985,6 @@ export declare class ShiftCoverage {
112370
111985
  });
112371
111986
  }
112372
111987
 
112373
- export declare class ShutdownEventConfiguration {
112374
- constructor(props: {
112375
- DelayUntilElbConnectionsDrained?: boolean;
112376
- ExecutionTimeout?: number;
112377
- });
112378
- }
112379
-
112380
111988
  export declare class SidewalkAccountInfo {
112381
111989
  constructor(props: {
112382
111990
  AppServerPrivateKey: string;
@@ -114229,14 +113837,6 @@ export declare class SseConfiguration {
114229
113837
  });
114230
113838
  }
114231
113839
 
114232
- export declare class SslConfiguration {
114233
- constructor(props: {
114234
- Certificate?: string;
114235
- Chain?: string;
114236
- PrivateKey?: string;
114237
- });
114238
- }
114239
-
114240
113840
  export declare class SslProperties {
114241
113841
  constructor(props: {
114242
113842
  /** <p>A Boolean option to control whether SSL should be disabled.</p> */
@@ -114408,13 +114008,6 @@ export declare class Stack_Tag {
114408
114008
  });
114409
114009
  }
114410
114010
 
114411
- export declare class StackConfigurationManager {
114412
- constructor(props: {
114413
- Name?: string;
114414
- Version?: string;
114415
- });
114416
- }
114417
-
114418
114011
  export declare class StackInstances {
114419
114012
  constructor(props: {
114420
114013
  DeploymentTargets: StackSet_DeploymentTargets;
@@ -117904,18 +117497,6 @@ export declare class Time {
117904
117497
  });
117905
117498
  }
117906
117499
 
117907
- export declare class TimeBasedAutoScaling {
117908
- constructor(props: {
117909
- Friday?: Record<string, unknown>;
117910
- Monday?: Record<string, unknown>;
117911
- Saturday?: Record<string, unknown>;
117912
- Sunday?: Record<string, unknown>;
117913
- Thursday?: Record<string, unknown>;
117914
- Tuesday?: Record<string, unknown>;
117915
- Wednesday?: Record<string, unknown>;
117916
- });
117917
- }
117918
-
117919
117500
  export declare class TimeBasedCanary {
117920
117501
  constructor(props: {
117921
117502
  CanaryInterval: number;
@@ -121592,18 +121173,6 @@ export declare class VoiceSettings {
121592
121173
  });
121593
121174
  }
121594
121175
 
121595
- export declare class VolumeConfiguration {
121596
- constructor(props: {
121597
- Encrypted?: boolean;
121598
- Iops?: number;
121599
- MountPoint?: string;
121600
- NumberOfDisks?: number;
121601
- RaidLevel?: number;
121602
- Size?: number;
121603
- VolumeType?: string;
121604
- });
121605
- }
121606
-
121607
121176
  export declare class VolumeFrom {
121608
121177
  constructor(props: {
121609
121178
  /** If this value is ``true``, the container has read-only access to the volume. If this value is ``false``, then the container can write to the volume. The default value is ``false``. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.18.4",
3
+ "version": "0.18.6",
4
4
  "description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -80,6 +80,6 @@
80
80
  "typescript": "^5.9.3"
81
81
  },
82
82
  "peerDependencies": {
83
- "@intentius/chant": "^0.18.4"
83
+ "@intentius/chant": "^0.18.6"
84
84
  }
85
85
  }