@intentius/chant-lexicon-aws 0.18.5 → 0.18.7
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.
- package/dist/generated/index.d.ts +1 -40
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +38 -298
- package/dist/types/index.d.ts +17 -431
- package/package.json +2 -2
- package/src/generated/index.d.ts +17 -431
- package/src/generated/index.ts +1 -40
- package/src/generated/lexicon-aws.json +38 -298
package/dist/types/index.d.ts
CHANGED
|
@@ -8336,6 +8336,23 @@ export declare class DataLake {
|
|
|
8336
8336
|
readonly S3BucketArn: string;
|
|
8337
8337
|
}
|
|
8338
8338
|
|
|
8339
|
+
export declare class DataLakeAssociation {
|
|
8340
|
+
constructor(props: {
|
|
8341
|
+
/** The identifier of the analytics data set. */
|
|
8342
|
+
DataSetId: string;
|
|
8343
|
+
/** The identifier of the Amazon Connect instance */
|
|
8344
|
+
InstanceId: string;
|
|
8345
|
+
/** The Amazon Resource Name (ARN) of the AWS Resource Access Manager share */
|
|
8346
|
+
ResourceShareArn?: string;
|
|
8347
|
+
/** The AWS Resource Access Manager share ID */
|
|
8348
|
+
ResourceShareId?: string;
|
|
8349
|
+
/** The identifier of the target account */
|
|
8350
|
+
TargetAccountId?: string;
|
|
8351
|
+
}, attributes?: CFResourceAttributes);
|
|
8352
|
+
readonly ResourceShareArn: string;
|
|
8353
|
+
readonly ResourceShareId: string;
|
|
8354
|
+
}
|
|
8355
|
+
|
|
8339
8356
|
export declare class DataLakeSettings {
|
|
8340
8357
|
constructor(props: {
|
|
8341
8358
|
Admins?: DataLakeSettings_DataLakePrincipal[];
|
|
@@ -12409,15 +12426,6 @@ export declare class ElasticBeanstalkEnvironment {
|
|
|
12409
12426
|
readonly EndpointURL: string;
|
|
12410
12427
|
}
|
|
12411
12428
|
|
|
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
12429
|
export declare class ElasticsearchDomain {
|
|
12422
12430
|
constructor(props: {
|
|
12423
12431
|
AccessPolicies?: Record<string, unknown>;
|
|
@@ -19498,32 +19506,6 @@ export declare class LaunchWizardDeployment {
|
|
|
19498
19506
|
readonly Status: LaunchWizardDeployment_DeploymentStatus;
|
|
19499
19507
|
}
|
|
19500
19508
|
|
|
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
19509
|
export declare class LayerVersion {
|
|
19528
19510
|
constructor(props: {
|
|
19529
19511
|
/** The function layer archive. */
|
|
@@ -24550,115 +24532,6 @@ export declare class OpenSearchServiceDomain {
|
|
|
24550
24532
|
readonly ServiceSoftwareOptions: OpenSearchServiceDomain_ServiceSoftwareOptions;
|
|
24551
24533
|
}
|
|
24552
24534
|
|
|
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
24535
|
export declare class OptionGroup {
|
|
24663
24536
|
constructor(props: {
|
|
24664
24537
|
/** Specifies the name of the engine that this option group should be associated with.
|
|
@@ -45363,17 +45236,6 @@ export declare class AutoScalingSpecification {
|
|
|
45363
45236
|
});
|
|
45364
45237
|
}
|
|
45365
45238
|
|
|
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
45239
|
export declare class AutoStartConfiguration {
|
|
45378
45240
|
constructor(props: {
|
|
45379
45241
|
/** If set to true, the Application will automatically start. Defaults to true. */
|
|
@@ -51237,13 +51099,6 @@ export declare class CheckpointConfiguration {
|
|
|
51237
51099
|
});
|
|
51238
51100
|
}
|
|
51239
51101
|
|
|
51240
|
-
export declare class ChefConfiguration {
|
|
51241
|
-
constructor(props: {
|
|
51242
|
-
BerkshelfVersion?: string;
|
|
51243
|
-
ManageBerkshelf?: boolean;
|
|
51244
|
-
});
|
|
51245
|
-
}
|
|
51246
|
-
|
|
51247
51102
|
export declare class ChunkingConfiguration {
|
|
51248
51103
|
constructor(props: {
|
|
51249
51104
|
ChunkingStrategy: BedrockDataSource_ChunkingStrategy;
|
|
@@ -65365,16 +65220,6 @@ export declare class DynatraceSourceProperties {
|
|
|
65365
65220
|
});
|
|
65366
65221
|
}
|
|
65367
65222
|
|
|
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
65223
|
export declare class EBSStorageInfo {
|
|
65379
65224
|
constructor(props: {
|
|
65380
65225
|
ProvisionedThroughput?: Record<string, unknown>;
|
|
@@ -67203,13 +67048,6 @@ export declare class ElasticInferenceAccelerator {
|
|
|
67203
67048
|
});
|
|
67204
67049
|
}
|
|
67205
67050
|
|
|
67206
|
-
export declare class ElasticIp {
|
|
67207
|
-
constructor(props: {
|
|
67208
|
-
Ip: string;
|
|
67209
|
-
Name?: string;
|
|
67210
|
-
});
|
|
67211
|
-
}
|
|
67212
|
-
|
|
67213
67051
|
export declare class ElasticLoadBalancing {
|
|
67214
67052
|
constructor(props: {
|
|
67215
67053
|
/** Todo: add description */
|
|
@@ -84119,67 +83957,6 @@ export declare class LaunchWizardDeployment_Tags {
|
|
|
84119
83957
|
});
|
|
84120
83958
|
}
|
|
84121
83959
|
|
|
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
83960
|
export declare class LayerVersion_Content {
|
|
84184
83961
|
constructor(props: {
|
|
84185
83962
|
/** The Amazon S3 bucket of the layer archive. */
|
|
@@ -84367,12 +84144,6 @@ export declare class LicenseEndpoint_Tag {
|
|
|
84367
84144
|
});
|
|
84368
84145
|
}
|
|
84369
84146
|
|
|
84370
|
-
export declare class LifecycleEventConfiguration {
|
|
84371
|
-
constructor(props: {
|
|
84372
|
-
ShutdownEventConfiguration?: Layer_ShutdownEventConfiguration;
|
|
84373
|
-
});
|
|
84374
|
-
}
|
|
84375
|
-
|
|
84376
84147
|
export declare class LifecycleHookSpecification {
|
|
84377
84148
|
constructor(props: {
|
|
84378
84149
|
/** The name of the lifecycle hook. */
|
|
@@ -85637,14 +85408,6 @@ export declare class LoadBalancersConfig {
|
|
|
85637
85408
|
});
|
|
85638
85409
|
}
|
|
85639
85410
|
|
|
85640
|
-
export declare class LoadBasedAutoScaling {
|
|
85641
|
-
constructor(props: {
|
|
85642
|
-
DownScaling?: Layer_AutoScalingThresholds;
|
|
85643
|
-
Enable?: boolean;
|
|
85644
|
-
UpScaling?: Layer_AutoScalingThresholds;
|
|
85645
|
-
});
|
|
85646
|
-
}
|
|
85647
|
-
|
|
85648
85411
|
export declare class LocalDeviceResourceData {
|
|
85649
85412
|
constructor(props: {
|
|
85650
85413
|
SourcePath: string;
|
|
@@ -95440,119 +95203,6 @@ export declare class OperatorApp {
|
|
|
95440
95203
|
});
|
|
95441
95204
|
}
|
|
95442
95205
|
|
|
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
95206
|
export declare class OptionConfiguration {
|
|
95557
95207
|
constructor(props: {
|
|
95558
95208
|
/** The configuration of options to include in a group. */
|
|
@@ -103063,14 +102713,6 @@ export declare class RDSDBClusterParameterGroup_Tag {
|
|
|
103063
102713
|
});
|
|
103064
102714
|
}
|
|
103065
102715
|
|
|
103066
|
-
export declare class RdsDbInstance {
|
|
103067
|
-
constructor(props: {
|
|
103068
|
-
DbPassword: string;
|
|
103069
|
-
DbUser: string;
|
|
103070
|
-
RdsDbInstanceArn: string;
|
|
103071
|
-
});
|
|
103072
|
-
}
|
|
103073
|
-
|
|
103074
102716
|
export declare class RDSDBParameterGroup_Tag {
|
|
103075
102717
|
constructor(props: {
|
|
103076
102718
|
/** 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 +103040,6 @@ export declare class Recipe_Tag {
|
|
|
103398
103040
|
});
|
|
103399
103041
|
}
|
|
103400
103042
|
|
|
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
103043
|
export declare class RecipeSelection {
|
|
103412
103044
|
constructor(props: {
|
|
103413
103045
|
/** The recipe name. */
|
|
@@ -112370,13 +112002,6 @@ export declare class ShiftCoverage {
|
|
|
112370
112002
|
});
|
|
112371
112003
|
}
|
|
112372
112004
|
|
|
112373
|
-
export declare class ShutdownEventConfiguration {
|
|
112374
|
-
constructor(props: {
|
|
112375
|
-
DelayUntilElbConnectionsDrained?: boolean;
|
|
112376
|
-
ExecutionTimeout?: number;
|
|
112377
|
-
});
|
|
112378
|
-
}
|
|
112379
|
-
|
|
112380
112005
|
export declare class SidewalkAccountInfo {
|
|
112381
112006
|
constructor(props: {
|
|
112382
112007
|
AppServerPrivateKey: string;
|
|
@@ -114229,14 +113854,6 @@ export declare class SseConfiguration {
|
|
|
114229
113854
|
});
|
|
114230
113855
|
}
|
|
114231
113856
|
|
|
114232
|
-
export declare class SslConfiguration {
|
|
114233
|
-
constructor(props: {
|
|
114234
|
-
Certificate?: string;
|
|
114235
|
-
Chain?: string;
|
|
114236
|
-
PrivateKey?: string;
|
|
114237
|
-
});
|
|
114238
|
-
}
|
|
114239
|
-
|
|
114240
113857
|
export declare class SslProperties {
|
|
114241
113858
|
constructor(props: {
|
|
114242
113859
|
/** <p>A Boolean option to control whether SSL should be disabled.</p> */
|
|
@@ -114408,13 +114025,6 @@ export declare class Stack_Tag {
|
|
|
114408
114025
|
});
|
|
114409
114026
|
}
|
|
114410
114027
|
|
|
114411
|
-
export declare class StackConfigurationManager {
|
|
114412
|
-
constructor(props: {
|
|
114413
|
-
Name?: string;
|
|
114414
|
-
Version?: string;
|
|
114415
|
-
});
|
|
114416
|
-
}
|
|
114417
|
-
|
|
114418
114028
|
export declare class StackInstances {
|
|
114419
114029
|
constructor(props: {
|
|
114420
114030
|
DeploymentTargets: StackSet_DeploymentTargets;
|
|
@@ -117904,18 +117514,6 @@ export declare class Time {
|
|
|
117904
117514
|
});
|
|
117905
117515
|
}
|
|
117906
117516
|
|
|
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
117517
|
export declare class TimeBasedCanary {
|
|
117920
117518
|
constructor(props: {
|
|
117921
117519
|
CanaryInterval: number;
|
|
@@ -121592,18 +121190,6 @@ export declare class VoiceSettings {
|
|
|
121592
121190
|
});
|
|
121593
121191
|
}
|
|
121594
121192
|
|
|
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
121193
|
export declare class VolumeFrom {
|
|
121608
121194
|
constructor(props: {
|
|
121609
121195
|
/** 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.
|
|
3
|
+
"version": "0.18.7",
|
|
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.
|
|
83
|
+
"@intentius/chant": "^0.18.7"
|
|
84
84
|
}
|
|
85
85
|
}
|