cdk-lambda-subminute 2.0.401 → 2.0.403
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +27 -21
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +52 -52
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +53 -44
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +51 -30
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -5
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +26 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +20 -19
- package/node_modules/aws-sdk/clients/ec2.d.ts +147 -147
- package/node_modules/aws-sdk/clients/elasticache.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kafka.d.ts +11 -0
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +49 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +48 -48
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +18 -17
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +39 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +55 -55
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/which-typed-array/CHANGELOG.md +11 -0
- package/node_modules/which-typed-array/index.d.ts +59 -14
- package/node_modules/which-typed-array/index.js +16 -13
- package/node_modules/which-typed-array/package.json +10 -8
- package/node_modules/which-typed-array/test/index.js +1 -3
- package/node_modules/which-typed-array/tsconfig.json +2 -42
- package/package.json +2 -2
@@ -109,11 +109,11 @@ declare class ElastiCache extends Service {
|
|
109
109
|
*/
|
110
110
|
createGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.CreateGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.CreateGlobalReplicationGroupResult, AWSError>;
|
111
111
|
/**
|
112
|
-
* Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis (cluster mode disabled) replication group is a collection of
|
112
|
+
* Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas. A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster. To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type. When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' scaling. For more information, see Scaling ElastiCache for Redis Clusters in the ElastiCache User Guide. This operation is valid for Redis only.
|
113
113
|
*/
|
114
114
|
createReplicationGroup(params: ElastiCache.Types.CreateReplicationGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.CreateReplicationGroupResult) => void): Request<ElastiCache.Types.CreateReplicationGroupResult, AWSError>;
|
115
115
|
/**
|
116
|
-
* Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis (cluster mode disabled) replication group is a collection of
|
116
|
+
* Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas. A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster. To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type. When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' scaling. For more information, see Scaling ElastiCache for Redis Clusters in the ElastiCache User Guide. This operation is valid for Redis only.
|
117
117
|
*/
|
118
118
|
createReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.CreateReplicationGroupResult) => void): Request<ElastiCache.Types.CreateReplicationGroupResult, AWSError>;
|
119
119
|
/**
|
@@ -1576,7 +1576,7 @@ declare namespace ElastiCache {
|
|
1576
1576
|
*/
|
1577
1577
|
SnapshotName?: String;
|
1578
1578
|
/**
|
1579
|
-
* 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. Valid values for ddd are:
|
1579
|
+
* 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. Valid values for ddd are: sun mon tue wed thu fri sat Example: sun:23:00-mon:01:30
|
1580
1580
|
*/
|
1581
1581
|
PreferredMaintenanceWindow?: String;
|
1582
1582
|
/**
|
@@ -3241,7 +3241,7 @@ declare namespace ElastiCache {
|
|
3241
3241
|
*/
|
3242
3242
|
PrimaryEndpoint?: Endpoint;
|
3243
3243
|
/**
|
3244
|
-
* The endpoint of the replica nodes in this node group (shard).
|
3244
|
+
* The endpoint of the replica nodes in this node group (shard). This value is read-only.
|
3245
3245
|
*/
|
3246
3246
|
ReaderEndpoint?: Endpoint;
|
3247
3247
|
/**
|
@@ -4020,7 +4020,7 @@ declare namespace ElastiCache {
|
|
4020
4020
|
*/
|
4021
4021
|
UserGroupId?: String;
|
4022
4022
|
/**
|
4023
|
-
* If no subnet IDs are given and your VPC is in
|
4023
|
+
* If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.
|
4024
4024
|
*/
|
4025
4025
|
SubnetIds?: SubnetIdsList;
|
4026
4026
|
/**
|
@@ -3394,6 +3394,13 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
3394
3394
|
*/
|
3395
3395
|
TargetKafkaClusterAlias?: __string;
|
3396
3396
|
}
|
3397
|
+
export interface ReplicationStartingPosition {
|
3398
|
+
/**
|
3399
|
+
* The type of replication starting position.
|
3400
|
+
*/
|
3401
|
+
Type?: ReplicationStartingPositionType;
|
3402
|
+
}
|
3403
|
+
export type ReplicationStartingPositionType = "LATEST"|"EARLIEST"|string;
|
3397
3404
|
export interface ReplicationStateInfo {
|
3398
3405
|
/**
|
3399
3406
|
* Code that describes the current state of the replicator.
|
@@ -3506,6 +3513,10 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
3506
3513
|
* Whether to periodically check for new topics and partitions.
|
3507
3514
|
*/
|
3508
3515
|
DetectAndCopyNewTopics?: __boolean;
|
3516
|
+
/**
|
3517
|
+
* Configuration for specifying the position in the topics to start replicating from.
|
3518
|
+
*/
|
3519
|
+
StartingPosition?: ReplicationStartingPosition;
|
3509
3520
|
/**
|
3510
3521
|
* List of regular expression patterns indicating the topics that should not be replicated.
|
3511
3522
|
*/
|
@@ -298,6 +298,10 @@ declare namespace MediaPackageV2 {
|
|
298
298
|
* The date and time the channel group was modified.
|
299
299
|
*/
|
300
300
|
ModifiedAt: Timestamp;
|
301
|
+
/**
|
302
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
303
|
+
*/
|
304
|
+
ETag?: EntityTag;
|
301
305
|
/**
|
302
306
|
* The description for your channel group.
|
303
307
|
*/
|
@@ -355,6 +359,10 @@ declare namespace MediaPackageV2 {
|
|
355
359
|
*/
|
356
360
|
Description?: ResourceDescription;
|
357
361
|
IngestEndpoints?: IngestEndpointList;
|
362
|
+
/**
|
363
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
364
|
+
*/
|
365
|
+
ETag?: EntityTag;
|
358
366
|
/**
|
359
367
|
* The comma-separated list of tag key:value pairs assigned to the channel.
|
360
368
|
*/
|
@@ -502,6 +510,10 @@ declare namespace MediaPackageV2 {
|
|
502
510
|
* A low-latency HLS manifest configuration.
|
503
511
|
*/
|
504
512
|
LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
|
513
|
+
/**
|
514
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
515
|
+
*/
|
516
|
+
ETag?: EntityTag;
|
505
517
|
/**
|
506
518
|
* The comma-separated list of tag key:value pairs assigned to the origin endpoint.
|
507
519
|
*/
|
@@ -612,6 +624,7 @@ declare namespace MediaPackageV2 {
|
|
612
624
|
*/
|
613
625
|
CmafEncryptionMethod?: CmafEncryptionMethod;
|
614
626
|
}
|
627
|
+
export type EntityTag = string;
|
615
628
|
export interface FilterConfiguration {
|
616
629
|
/**
|
617
630
|
* Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
|
@@ -663,6 +676,10 @@ declare namespace MediaPackageV2 {
|
|
663
676
|
* The description for your channel group.
|
664
677
|
*/
|
665
678
|
Description?: ResourceDescription;
|
679
|
+
/**
|
680
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
681
|
+
*/
|
682
|
+
ETag?: EntityTag;
|
666
683
|
/**
|
667
684
|
* The comma-separated list of tag key:value pairs assigned to the channel group.
|
668
685
|
*/
|
@@ -728,6 +745,10 @@ declare namespace MediaPackageV2 {
|
|
728
745
|
*/
|
729
746
|
Description?: ResourceDescription;
|
730
747
|
IngestEndpoints?: IngestEndpointList;
|
748
|
+
/**
|
749
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
750
|
+
*/
|
751
|
+
ETag?: EntityTag;
|
731
752
|
/**
|
732
753
|
* The comma-separated list of tag key:value pairs assigned to the channel.
|
733
754
|
*/
|
@@ -875,6 +896,10 @@ declare namespace MediaPackageV2 {
|
|
875
896
|
* A low-latency HLS manifest configuration.
|
876
897
|
*/
|
877
898
|
LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
|
899
|
+
/**
|
900
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
901
|
+
*/
|
902
|
+
ETag?: EntityTag;
|
878
903
|
/**
|
879
904
|
* The comma-separated list of tag key:value pairs assigned to the origin endpoint.
|
880
905
|
*/
|
@@ -1195,6 +1220,10 @@ declare namespace MediaPackageV2 {
|
|
1195
1220
|
* The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
|
1196
1221
|
*/
|
1197
1222
|
ChannelGroupName: ResourceName;
|
1223
|
+
/**
|
1224
|
+
* The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
|
1225
|
+
*/
|
1226
|
+
ETag?: EntityTag;
|
1198
1227
|
/**
|
1199
1228
|
* Any descriptive information that you want to add to the channel group for future identification purposes.
|
1200
1229
|
*/
|
@@ -1225,6 +1254,10 @@ declare namespace MediaPackageV2 {
|
|
1225
1254
|
* The description for your channel group.
|
1226
1255
|
*/
|
1227
1256
|
Description?: ResourceDescription;
|
1257
|
+
/**
|
1258
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
1259
|
+
*/
|
1260
|
+
ETag?: EntityTag;
|
1228
1261
|
/**
|
1229
1262
|
* The comma-separated list of tag key:value pairs assigned to the channel group.
|
1230
1263
|
*/
|
@@ -1239,6 +1272,10 @@ declare namespace MediaPackageV2 {
|
|
1239
1272
|
* The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
|
1240
1273
|
*/
|
1241
1274
|
ChannelName: ResourceName;
|
1275
|
+
/**
|
1276
|
+
* The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
|
1277
|
+
*/
|
1278
|
+
ETag?: EntityTag;
|
1242
1279
|
/**
|
1243
1280
|
* Any descriptive information that you want to add to the channel for future identification purposes.
|
1244
1281
|
*/
|
@@ -1270,6 +1307,10 @@ declare namespace MediaPackageV2 {
|
|
1270
1307
|
*/
|
1271
1308
|
Description?: ResourceDescription;
|
1272
1309
|
IngestEndpoints?: IngestEndpointList;
|
1310
|
+
/**
|
1311
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
1312
|
+
*/
|
1313
|
+
ETag?: EntityTag;
|
1273
1314
|
/**
|
1274
1315
|
* The comma-separated list of tag key:value pairs assigned to the channel.
|
1275
1316
|
*/
|
@@ -1312,6 +1353,10 @@ declare namespace MediaPackageV2 {
|
|
1312
1353
|
* A low-latency HLS manifest configuration.
|
1313
1354
|
*/
|
1314
1355
|
LowLatencyHlsManifests?: CreateLowLatencyHlsManifests;
|
1356
|
+
/**
|
1357
|
+
* The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.
|
1358
|
+
*/
|
1359
|
+
ETag?: EntityTag;
|
1315
1360
|
}
|
1316
1361
|
export type UpdateOriginEndpointRequestStartoverWindowSecondsInteger = number;
|
1317
1362
|
export interface UpdateOriginEndpointResponse {
|
@@ -1363,6 +1408,10 @@ declare namespace MediaPackageV2 {
|
|
1363
1408
|
* A low-latency HLS manifest configuration.
|
1364
1409
|
*/
|
1365
1410
|
LowLatencyHlsManifests?: GetLowLatencyHlsManifests;
|
1411
|
+
/**
|
1412
|
+
* The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
|
1413
|
+
*/
|
1414
|
+
ETag?: EntityTag;
|
1366
1415
|
/**
|
1367
1416
|
* The comma-separated list of tag key:value pairs assigned to the origin endpoint.
|
1368
1417
|
*/
|