@intentius/chant-lexicon-aws 0.0.5 → 0.0.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.
@@ -19772,6 +19772,7 @@ export declare class MediaLiveChannel {
19772
19772
  cdiInputSpecification?: MediaLiveChannel_CdiInputSpecification;
19773
19773
  channelClass?: string;
19774
19774
  channelEngineVersion?: MediaLiveChannel_ChannelEngineVersionRequest;
19775
+ channelSecurityGroups?: string[];
19775
19776
  destinations?: MediaLiveChannel_OutputDestination[];
19776
19777
  dryRun?: boolean;
19777
19778
  encoderSettings?: MediaLiveChannel_EncoderSettings;
@@ -25833,57 +25834,96 @@ export declare class ReplicationConfiguration {
25833
25834
 
25834
25835
  export declare class ReplicationGroup {
25835
25836
  constructor(props: {
25837
+ /** A user-created description for the replication group. */
25836
25838
  replicationGroupDescription: string;
25839
+ /** A flag that enables encryption at rest when set to true.AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group. */
25837
25840
  atRestEncryptionEnabled?: boolean;
25841
+ /** Reserved parameter. The password used to access a password protected server.AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true. For more information. */
25838
25842
  authToken?: string;
25843
+ /** Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails. AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups. */
25839
25844
  automaticFailoverEnabled?: boolean;
25845
+ /** This parameter is currently disabled. */
25840
25846
  autoMinorVersionUpgrade?: boolean;
25847
+ /** The compute and memory capacity of the nodes in the node group (shard). */
25841
25848
  cacheNodeType?: string;
25849
+ /** The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used. */
25842
25850
  cacheParameterGroupName?: string;
25851
+ /** A list of cache security group names to associate with this replication group. */
25843
25852
  cacheSecurityGroupNames?: string[];
25853
+ /** The name of the cache subnet group to be used for the replication group. */
25844
25854
  cacheSubnetGroupName?: string;
25855
+ /** Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled. For more information, see Modify cluster mode. */
25845
25856
  clusterMode?: string;
25846
- configurationEndPointAddress?: string;
25847
- configurationEndPointPort?: string;
25857
+ /** The configuration details of the replication group. */
25858
+ configurationEndPoint?: ReplicationGroup_Endpoint;
25859
+ /** Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. */
25848
25860
  dataTieringEnabled?: boolean;
25861
+ /** The name of the cache engine to be used for the clusters in this replication group. */
25849
25862
  engine?: string;
25863
+ /** The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation. */
25850
25864
  engineVersion?: string;
25865
+ /** The name of the Global datastore */
25851
25866
  globalReplicationGroupId?: string;
25867
+ /** The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system. */
25852
25868
  ipDiscovery?: string;
25869
+ /** The ID of the KMS key used to encrypt the disk on the cluster. */
25853
25870
  kmsKeyId?: string;
25871
+ /** Specifies the destination, format and type of the logs. */
25854
25872
  logDeliveryConfigurations?: ReplicationGroup_LogDeliveryConfigurationRequest[];
25873
+ /** A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see Minimizing Downtime: Multi-AZ. */
25855
25874
  multiAZEnabled?: boolean;
25875
+ /** Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system */
25856
25876
  networkType?: string;
25877
+ /** NodeGroupConfiguration is a property of the AWS::ElastiCache::ReplicationGroup resource that configures an Amazon ElastiCache (ElastiCache) Redis cluster node group. */
25857
25878
  nodeGroupConfiguration?: ReplicationGroup_NodeGroupConfiguration[];
25879
+ /** The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent. */
25858
25880
  notificationTopicArn?: string;
25881
+ /** The number of clusters this replication group initially has.This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead. */
25859
25882
  numCacheClusters?: number;
25883
+ /** An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1. */
25860
25884
  numNodeGroups?: number;
25885
+ /** The port number on which each member of the replication group accepts connections. */
25861
25886
  port?: number;
25887
+ /** A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list. This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead. */
25862
25888
  preferredCacheClusterAZs?: string[];
25889
+ /** Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. */
25863
25890
  preferredMaintenanceWindow?: string;
25891
+ /** The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available. */
25864
25892
  primaryClusterId?: string;
25865
- primaryEndPointAddress?: string;
25866
- primaryEndPointPort?: string;
25867
- readEndPointAddresses?: string;
25868
- readEndPointAddressesList?: string[];
25869
- readEndPointPorts?: string;
25870
- readEndPointPortsList?: string[];
25871
- readerEndPointAddress?: string;
25872
- readerEndPointPort?: string;
25893
+ /** The primary endpoint configuration */
25894
+ primaryEndPoint?: ReplicationGroup_Endpoint;
25895
+ readEndPoint?: Record<string, unknown>;
25896
+ /** The endpoint of the reader node in the replication group. */
25897
+ readerEndPoint?: ReplicationGroup_Endpoint;
25898
+ /** An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5. */
25873
25899
  replicasPerNodeGroup?: number;
25900
+ /** The replication group identifier. This parameter is stored as a lowercase string. */
25874
25901
  replicationGroupId?: string;
25902
+ /** One or more Amazon VPC security groups associated with this replication group. */
25875
25903
  securityGroupIds?: string[];
25904
+ /** A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. */
25876
25905
  snapshotArns?: string[];
25906
+ /** The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created. */
25877
25907
  snapshotName?: string;
25908
+ /** The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted. */
25878
25909
  snapshotRetentionLimit?: number;
25910
+ /** The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups. */
25879
25911
  snapshottingClusterId?: string;
25912
+ /** The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard). */
25880
25913
  snapshotWindow?: string;
25914
+ /** A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue. */
25881
25915
  tags?: ReplicationGroup_Tag[];
25916
+ /** A flag that enables in-transit encryption when set to true. */
25882
25917
  transitEncryptionEnabled?: boolean;
25918
+ /** A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. When setting TransitEncryptionEnabled to true, you can set your TransitEncryptionMode to preferred in the same request, to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis OSS clients to use encrypted connections you can modify the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required. This process will not trigger the replacement of the replication group. */
25883
25919
  transitEncryptionMode?: string;
25920
+ /** The ID of user group to associate with the replication group. */
25884
25921
  userGroupIds?: string[];
25885
25922
  });
25886
- readonly replicationGroupId: string;
25923
+ readonly configurationEndPoint: ReplicationGroup_Endpoint;
25924
+ readonly primaryEndPoint: ReplicationGroup_Endpoint;
25925
+ readonly readEndPoint: Record<string, unknown>;
25926
+ readonly readerEndPoint: ReplicationGroup_Endpoint;
25887
25927
  }
25888
25928
 
25889
25929
  export declare class ReplicationInstance {
@@ -48788,6 +48828,7 @@ export declare class Av1ColorSpaceSettings {
48788
48828
  export declare class Av1Settings {
48789
48829
  constructor(props: {
48790
48830
  afdSignaling?: string;
48831
+ bitDepth?: string;
48791
48832
  bitrate?: number;
48792
48833
  bufSize?: number;
48793
48834
  colorSpaceSettings?: MediaLiveChannel_Av1ColorSpaceSettings;
@@ -100384,6 +100425,7 @@ export declare class MediaLiveChannel_Av1ColorSpaceSettings {
100384
100425
  export declare class MediaLiveChannel_Av1Settings {
100385
100426
  constructor(props: {
100386
100427
  afdSignaling?: string;
100428
+ bitDepth?: string;
100387
100429
  bitrate?: number;
100388
100430
  bufSize?: number;
100389
100431
  colorSpaceSettings?: MediaLiveChannel_Av1ColorSpaceSettings;
@@ -101654,7 +101696,9 @@ export declare class MediaLiveChannel_SrtGroupSettings {
101654
101696
 
101655
101697
  export declare class MediaLiveChannel_SrtOutputDestinationSettings {
101656
101698
  constructor(props: {
101699
+ connectionMode?: string;
101657
101700
  encryptionPassphraseSecretArn?: string;
101701
+ listenerPort?: number;
101658
101702
  streamId?: string;
101659
101703
  url?: string;
101660
101704
  });
@@ -101981,9 +102025,25 @@ export declare class MediaLiveInput_SrtCallerSourceRequest {
101981
102025
  });
101982
102026
  }
101983
102027
 
102028
+ export declare class MediaLiveInput_SrtListenerDecryptionRequest {
102029
+ constructor(props: {
102030
+ algorithm?: string;
102031
+ passphraseSecretArn?: string;
102032
+ });
102033
+ }
102034
+
102035
+ export declare class MediaLiveInput_SrtListenerSettingsRequest {
102036
+ constructor(props: {
102037
+ decryption?: MediaLiveInput_SrtListenerDecryptionRequest;
102038
+ minimumLatency?: number;
102039
+ streamId?: string;
102040
+ });
102041
+ }
102042
+
101984
102043
  export declare class MediaLiveInput_SrtSettingsRequest {
101985
102044
  constructor(props: {
101986
102045
  srtCallerSources?: MediaLiveInput_SrtCallerSourceRequest[];
102046
+ srtListenerSettings?: MediaLiveInput_SrtListenerSettingsRequest;
101987
102047
  });
101988
102048
  }
101989
102049
 
@@ -108460,10 +108520,15 @@ export declare class Nodegroup_UpdateConfig {
108460
108520
 
108461
108521
  export declare class NodeGroupConfiguration {
108462
108522
  constructor(props: {
108523
+ /** Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to. */
108463
108524
  nodeGroupId?: string;
108525
+ /** The Availability Zone where the primary node of this node group (shard) is launched. */
108464
108526
  primaryAvailabilityZone?: string;
108527
+ /** A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified. */
108465
108528
  replicaAvailabilityZones?: string[];
108529
+ /** The number of read replica nodes in this node group (shard). */
108466
108530
  replicaCount?: number;
108531
+ /** A string of comma-separated values where the first set of values are the slot numbers (zero based), and the second set of values are the keyspaces for each slot. The following example specifies three slots (numbered 0, 1, and 2): 0,1,2,0-4999,5000-9999,10000-16,383. */
108467
108532
  slots?: string;
108468
108533
  });
108469
108534
  }
@@ -129275,6 +129340,7 @@ export declare class ReplicationConfiguration_RepositoryFilter {
129275
129340
 
129276
129341
  export declare class ReplicationGroup_CloudWatchLogsDestinationDetails {
129277
129342
  constructor(props: {
129343
+ /** The name of the CloudWatch Logs log group. */
129278
129344
  logGroup: string;
129279
129345
  });
129280
129346
  }
@@ -129286,8 +129352,18 @@ export declare class ReplicationGroup_DestinationDetails {
129286
129352
  });
129287
129353
  }
129288
129354
 
129355
+ export declare class ReplicationGroup_Endpoint {
129356
+ constructor(props: {
129357
+ /** The DNS hostname of the cache node. */
129358
+ address?: string;
129359
+ /** The port number that the cache engine is listening on. */
129360
+ port?: string;
129361
+ });
129362
+ }
129363
+
129289
129364
  export declare class ReplicationGroup_KinesisFirehoseDestinationDetails {
129290
129365
  constructor(props: {
129366
+ /** The name of the Kinesis Data Firehose delivery stream. */
129291
129367
  deliveryStream: string;
129292
129368
  });
129293
129369
  }
@@ -129295,25 +129371,35 @@ export declare class ReplicationGroup_KinesisFirehoseDestinationDetails {
129295
129371
  export declare class ReplicationGroup_LogDeliveryConfigurationRequest {
129296
129372
  constructor(props: {
129297
129373
  destinationDetails: ReplicationGroup_DestinationDetails;
129374
+ /** Specify either CloudWatch Logs or Kinesis Data Firehose as the destination type. Valid values are either cloudwatch-logs or kinesis-firehose. */
129298
129375
  destinationType: string;
129376
+ /** Valid values are either json or text. */
129299
129377
  logFormat: string;
129378
+ /** Valid value is either slow-log, which refers to slow-log or engine-log. */
129300
129379
  logType: string;
129301
129380
  });
129302
129381
  }
129303
129382
 
129304
129383
  export declare class ReplicationGroup_NodeGroupConfiguration {
129305
129384
  constructor(props: {
129385
+ /** Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to. */
129306
129386
  nodeGroupId?: string;
129387
+ /** The Availability Zone where the primary node of this node group (shard) is launched. */
129307
129388
  primaryAvailabilityZone?: string;
129389
+ /** A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified. */
129308
129390
  replicaAvailabilityZones?: string[];
129391
+ /** The number of read replica nodes in this node group (shard). */
129309
129392
  replicaCount?: number;
129393
+ /** A string of comma-separated values where the first set of values are the slot numbers (zero based), and the second set of values are the keyspaces for each slot. The following example specifies three slots (numbered 0, 1, and 2): 0,1,2,0-4999,5000-9999,10000-16,383. */
129310
129394
  slots?: string;
129311
129395
  });
129312
129396
  }
129313
129397
 
129314
129398
  export declare class ReplicationGroup_Tag {
129315
129399
  constructor(props: {
129400
+ /** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
129316
129401
  key: string;
129402
+ /** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
129317
129403
  value: string;
129318
129404
  });
129319
129405
  }
@@ -140230,6 +140316,13 @@ export declare class SrtGroupSettings {
140230
140316
  });
140231
140317
  }
140232
140318
 
140319
+ export declare class SrtListenerDecryptionRequest {
140320
+ constructor(props: {
140321
+ algorithm?: string;
140322
+ passphraseSecretArn?: string;
140323
+ });
140324
+ }
140325
+
140233
140326
  export declare class SrtListenerRouterInputConfiguration {
140234
140327
  constructor(props: {
140235
140328
  /** The minimum latency in milliseconds for the SRT protocol in listener mode. */
@@ -140250,9 +140343,19 @@ export declare class SrtListenerRouterOutputConfiguration {
140250
140343
  });
140251
140344
  }
140252
140345
 
140346
+ export declare class SrtListenerSettingsRequest {
140347
+ constructor(props: {
140348
+ decryption?: MediaLiveInput_SrtListenerDecryptionRequest;
140349
+ minimumLatency?: number;
140350
+ streamId?: string;
140351
+ });
140352
+ }
140353
+
140253
140354
  export declare class SrtOutputDestinationSettings {
140254
140355
  constructor(props: {
140356
+ connectionMode?: string;
140255
140357
  encryptionPassphraseSecretArn?: string;
140358
+ listenerPort?: number;
140256
140359
  streamId?: string;
140257
140360
  url?: string;
140258
140361
  });
@@ -140271,6 +140374,7 @@ export declare class SrtOutputSettings {
140271
140374
  export declare class SrtSettingsRequest {
140272
140375
  constructor(props: {
140273
140376
  srtCallerSources?: MediaLiveInput_SrtCallerSourceRequest[];
140377
+ srtListenerSettings?: MediaLiveInput_SrtListenerSettingsRequest;
140274
140378
  });
140275
140379
  }
140276
140380
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": ["src/", "dist/"],
@@ -22,7 +22,7 @@
22
22
  "prepack": "bun run bundle && bun run validate"
23
23
  },
24
24
  "dependencies": {
25
- "@intentius/chant": "0.0.4",
25
+ "@intentius/chant": "0.0.5",
26
26
  "fflate": "^0.8.2",
27
27
  "js-yaml": "^4.1.0"
28
28
  },