Skip to content

Commit

Permalink
chore(deps): upgrade dev dependencies (#1099)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/decdk/actions/runs/10950865404

------

*Automatically created by projen via the "upgrade-dev-deps-main" workflow*
  • Loading branch information
cdklabs-automation authored Sep 20, 2024
1 parent 90525fe commit 8cec94b
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 22 deletions.
155 changes: 141 additions & 14 deletions cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21861,6 +21861,25 @@
"description": "Specifies whether clients can invoke your API using the default endpoint.\n\nBy default, clients can invoke your API with the default\n`https://{api_id}.execute-api.{region}.amazonaws.com` endpoint. Enable\nthis if you would like clients to use your custom domain name."
}
]
},
"routeSelectionExpression": {
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "Whether to set the default route selection expression for the API.\n\nWhen enabled, \"${request.method} ${request.path}\" is set as the default route selection expression."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Whether to set the default route selection expression for the API.\n\nWhen enabled, \"${request.method} ${request.path}\" is set as the default route selection expression."
}
]
}
},
"comment": "aws-cdk-lib.aws_apigatewayv2.HttpApiProps"
Expand Down Expand Up @@ -105585,6 +105604,61 @@
"title": "KinesisStreamProps",
"additionalProperties": false,
"properties": {
"deadLetterQueue": {
"anyOf": [
{
"aws-cdk-lib.aws_sqs.Queue.fromQueueArn": {}
},
{
"aws-cdk-lib.aws_sqs.Queue.fromQueueAttributes": {}
},
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The SQS queue to be used as deadLetterQueue. Check out the [considerations for using a dead-letter queue](https://docs.aws.amazon.com/eventbridge/latest/userguide/rule-dlq.html#dlq-considerations).\n\nThe events not successfully delivered are automatically retried for a specified period of time,\ndepending on the retry policy of the target.\nIf an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue."
},
"maxEventAge": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "The maximum age of a request that Lambda sends to a function for processing.\n\nMinimum value of 60.\nMaximum value of 86400."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The maximum age of a request that Lambda sends to a function for processing.\n\nMinimum value of 60.\nMaximum value of 86400."
}
]
},
"retryAttempts": {
"anyOf": [
{
"$ref": "#/definitions/NumberExpression",
"description": "The maximum number of times to retry when the function returns an error.\n\nMinimum value of 0.\nMaximum value of 185."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The maximum number of times to retry when the function returns an error.\n\nMinimum value of 0.\nMaximum value of 185."
}
]
},
"message": {
"anyOf": [
{
Expand Down Expand Up @@ -119919,6 +119993,25 @@
}
]
},
"teamId": {
"anyOf": [
{
"$ref": "#/definitions/StringExpression",
"description": "The teamId for Apple APIs to authenticate the client."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The teamId for Apple APIs to authenticate the client."
}
]
},
"privateKey": {
"anyOf": [
{
Expand All @@ -119938,11 +120031,11 @@
}
]
},
"teamId": {
"privateKeyValue": {
"anyOf": [
{
"$ref": "#/definitions/StringExpression",
"description": "The teamId for Apple APIs to authenticate the client."
"$ref": "#/definitions/aws-cdk-lib.SecretValue",
"description": "The privateKey content for Apple APIs to authenticate the client."
},
{
"anyOf": [
Expand All @@ -119953,7 +120046,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The teamId for Apple APIs to authenticate the client."
"description": "The privateKey content for Apple APIs to authenticate the client."
}
]
},
Expand All @@ -119969,7 +120062,6 @@
"userPool",
"clientId",
"keyId",
"privateKey",
"teamId"
],
"comment": "aws-cdk-lib.aws_cognito.UserPoolIdentityProviderAppleProps"
Expand Down Expand Up @@ -124554,7 +124646,7 @@
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "Indicates whether CloudFormation stack waits for replication to finish.\n\nIf set to false, the CloudFormation resource will mark the resource as\ncreated and replication will be completed asynchronously. This property is\nignored if replicationRegions property is not set.\n\nWARNING:\nDO NOT UNSET this property if adding/removing multiple replicationRegions\nin one deployment, as CloudFormation only supports one region replication\nat a time. CDK overcomes this limitation by waiting for replication to\nfinish before starting new replicationRegion.\n\nIf the custom resource which handles replication has a physical resource\nID with the format `region` instead of `tablename-region` (this would happen\nif the custom resource hasn't received an event since v1.91.0), DO NOT SET\nthis property to false without making a change to the table name.\nThis will cause the existing replicas to be deleted."
"description": "[WARNING: Use this flag with caution, misusing this flag may cause deleting existing replicas, refer to the detailed documentation for more information] Indicates whether CloudFormation stack waits for replication to finish.\n\nIf set to false, the CloudFormation resource will mark the resource as\ncreated and replication will be completed asynchronously. This property is\nignored if replicationRegions property is not set.\n\nWARNING:\nDO NOT UNSET this property if adding/removing multiple replicationRegions\nin one deployment, as CloudFormation only supports one region replication\nat a time. CDK overcomes this limitation by waiting for replication to\nfinish before starting new replicationRegion.\n\nIf the custom resource which handles replication has a physical resource\nID with the format `region` instead of `tablename-region` (this would happen\nif the custom resource hasn't received an event since v1.91.0), DO NOT SET\nthis property to false without making a change to the table name.\nThis will cause the existing replicas to be deleted."
},
{
"anyOf": [
Expand All @@ -124565,7 +124657,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Indicates whether CloudFormation stack waits for replication to finish.\n\nIf set to false, the CloudFormation resource will mark the resource as\ncreated and replication will be completed asynchronously. This property is\nignored if replicationRegions property is not set.\n\nWARNING:\nDO NOT UNSET this property if adding/removing multiple replicationRegions\nin one deployment, as CloudFormation only supports one region replication\nat a time. CDK overcomes this limitation by waiting for replication to\nfinish before starting new replicationRegion.\n\nIf the custom resource which handles replication has a physical resource\nID with the format `region` instead of `tablename-region` (this would happen\nif the custom resource hasn't received an event since v1.91.0), DO NOT SET\nthis property to false without making a change to the table name.\nThis will cause the existing replicas to be deleted."
"description": "[WARNING: Use this flag with caution, misusing this flag may cause deleting existing replicas, refer to the detailed documentation for more information] Indicates whether CloudFormation stack waits for replication to finish.\n\nIf set to false, the CloudFormation resource will mark the resource as\ncreated and replication will be completed asynchronously. This property is\nignored if replicationRegions property is not set.\n\nWARNING:\nDO NOT UNSET this property if adding/removing multiple replicationRegions\nin one deployment, as CloudFormation only supports one region replication\nat a time. CDK overcomes this limitation by waiting for replication to\nfinish before starting new replicationRegion.\n\nIf the custom resource which handles replication has a physical resource\nID with the format `region` instead of `tablename-region` (this would happen\nif the custom resource hasn't received an event since v1.91.0), DO NOT SET\nthis property to false without making a change to the table name.\nThis will cause the existing replicas to be deleted."
}
]
},
Expand Down Expand Up @@ -142873,7 +142965,8 @@
"ipAddressType": {
"enum": [
"IPV4",
"DUAL_STACK"
"DUAL_STACK",
"DUAL_STACK_WITHOUT_PUBLIC_IPV4"
],
"description": "The type of IP address to use."
},
Expand Down Expand Up @@ -143538,7 +143631,8 @@
"ipAddressType": {
"enum": [
"IPV4",
"DUAL_STACK"
"DUAL_STACK",
"DUAL_STACK_WITHOUT_PUBLIC_IPV4"
],
"description": "The type of IP address to use."
},
Expand Down Expand Up @@ -145688,7 +145782,8 @@
"ipAddressType": {
"enum": [
"IPV4",
"DUAL_STACK"
"DUAL_STACK",
"DUAL_STACK_WITHOUT_PUBLIC_IPV4"
],
"description": "The type of IP addresses to use.\n\nIf you want to add a UDP or TCP_UDP listener to the load balancer,\nyou must choose IPv4."
},
Expand Down Expand Up @@ -146208,7 +146303,8 @@
"ipAddressType": {
"enum": [
"IPV4",
"DUAL_STACK"
"DUAL_STACK",
"DUAL_STACK_WITHOUT_PUBLIC_IPV4"
],
"description": "The type of IP addresses to use.\n\nIf you want to add a UDP or TCP_UDP listener to the load balancer,\nyou must choose IPv4."
},
Expand Down Expand Up @@ -160717,7 +160813,8 @@
"ipAddressType": {
"enum": [
"IPV4",
"DUAL_STACK"
"DUAL_STACK",
"DUAL_STACK_WITHOUT_PUBLIC_IPV4"
],
"description": "The type of IP addresses to use."
},
Expand Down Expand Up @@ -162246,7 +162343,8 @@
"ipAddressType": {
"enum": [
"IPV4",
"DUAL_STACK"
"DUAL_STACK",
"DUAL_STACK_WITHOUT_PUBLIC_IPV4"
],
"description": "The type of IP addresses to use.\n\nIf you want to add a UDP or TCP_UDP listener to the load balancer,\nyou must choose IPv4."
},
Expand Down Expand Up @@ -178198,6 +178296,7 @@
"OPENSEARCH_2_10",
"OPENSEARCH_2_11",
"OPENSEARCH_2_13",
"OPENSEARCH_2_15",
"OPENSEARCH_2_3",
"OPENSEARCH_2_5",
"OPENSEARCH_2_7",
Expand Down Expand Up @@ -179949,6 +180048,7 @@
"VER_2_12_0",
"VER_2_12_1",
"VER_2_12_2",
"VER_2_12_3",
"VER_3_01_0",
"VER_3_01_1",
"VER_3_02_0",
Expand Down Expand Up @@ -185124,14 +185224,16 @@
"VER_15_00_4365_2_V1",
"VER_15_00_4375_4_V1",
"VER_15_00_4382_1_V1",
"VER_15_00_4385_2_V1",
"VER_16",
"VER_16_00_4085_2_V1",
"VER_16_00_4095_4_V1",
"VER_16_00_4105_2_V1",
"VER_16_00_4115_5_V1",
"VER_16_00_4120_1_V1",
"VER_16_00_4125_3_V1",
"VER_16_00_4131_2_V1"
"VER_16_00_4131_2_V1",
"VER_16_00_4135_4_V1"
]
},
{
Expand Down Expand Up @@ -246925,6 +247027,25 @@
],
"description": "An IAM role for automatic scaling policies."
},
"autoTerminationPolicyIdleTimeout": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "The amount of idle time after which the cluster automatically terminates.\n\nYou can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days)."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The amount of idle time after which the cluster automatically terminates.\n\nYou can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days)."
}
]
},
"bootstrapActions": {
"type": "array",
"items": {
Expand Down Expand Up @@ -304537,6 +304658,7 @@
"HEALTH_IMAGING_DICOM",
"HEALTH_IMAGING_RUNTIME",
"HEALTHLAKE",
"IAM",
"IAM_IDENTITY_CENTER",
"IAM_ROLES_ANYWHERE",
"IMAGE_BUILDER",
Expand Down Expand Up @@ -304567,6 +304689,7 @@
"KMS_FIPS",
"LAKE_FORMATION",
"LAMBDA",
"LAUNCH_WIZARD",
"LEX_MODELS",
"LEX_RUNTIME",
"LICENSE_MANAGER",
Expand All @@ -304591,6 +304714,8 @@
"MIGRATIONHUB_REFACTOR_SPACES",
"MIGRATIONHUB_STRATEGY",
"NEPTUNE_ANALYTICS",
"NETWORK_FIREWALL",
"NETWORK_FIREWALL_FIPS",
"NIMBLE_STUDIO",
"OMICS_ANALYTICS",
"OMICS_CONTROL_STORAGE",
Expand Down Expand Up @@ -304618,6 +304743,7 @@
"PRIVATE_5G",
"PRIVATE_CERTIFICATE_AUTHORITY",
"PRIVATE_CERTIFICATE_AUTHORITY_CONNECTOR_AD",
"PRIVATE_CERTIFICATE_AUTHORITY_CONNECTOR_SCEP",
"PROMETHEUS",
"PROMETHEUS_WORKSPACES",
"PROTON",
Expand All @@ -304644,6 +304770,7 @@
"REKOGNITION_STREAMING",
"REKOGNITION_STREAMING_FIPS",
"REPOST_SPACE",
"RESOURCE_ACCESS_MANAGER",
"ROBOMAKER",
"S3",
"S3_MULTI_REGION_ACCESS_POINTS",
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cec94b

Please sign in to comment.