cdk-lambda-subminute 2.0.337 → 2.0.338

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.
@@ -1304,7 +1304,7 @@ declare namespace AppRunner {
1304
1304
  */
1305
1305
  IngressConfiguration?: IngressConfiguration;
1306
1306
  /**
1307
- * App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual-stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4. Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
1307
+ * App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an IpAddressType, it defaults to select IPv4. Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
1308
1308
  */
1309
1309
  IpAddressType?: IpAddressType;
1310
1310
  }
@@ -1428,7 +1428,7 @@ declare namespace AppRunner {
1428
1428
  OperationId?: UUID;
1429
1429
  }
1430
1430
  export type RoleArn = string;
1431
- export type Runtime = "PYTHON_3"|"NODEJS_12"|"NODEJS_14"|"CORRETTO_8"|"CORRETTO_11"|"NODEJS_16"|"GO_1"|"DOTNET_6"|"PHP_81"|"RUBY_31"|string;
1431
+ export type Runtime = "PYTHON_3"|"NODEJS_12"|"NODEJS_14"|"CORRETTO_8"|"CORRETTO_11"|"NODEJS_16"|"GO_1"|"DOTNET_6"|"PHP_81"|"RUBY_31"|"PYTHON_311"|"NODEJS_18"|string;
1432
1432
  export type RuntimeEnvironmentSecrets = {[key: string]: RuntimeEnvironmentSecretsValue};
1433
1433
  export type RuntimeEnvironmentSecretsName = string;
1434
1434
  export type RuntimeEnvironmentSecretsValue = string;
@@ -495,7 +495,7 @@ declare namespace Location {
495
495
  */
496
496
  AllowReferers?: ApiKeyRestrictionsAllowReferersList;
497
497
  /**
498
- * A list of allowed resource ARNs that a API key bearer can perform actions on. The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type. The resources must be in the same partition, region, and account-id as the key that is being created. Other than wildcards, you must include the full ARN, including the arn, partition, service, region, account-id and resource-id, delimited by colons (:). No spaces allowed, even with wildcards. For example, arn:aws:geo:region:account-id:map/ExampleMap*. For more information about ARN format, see Amazon Resource Names (ARNs).
498
+ * A list of allowed resource ARNs that a API key bearer can perform actions on. The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type. The resources must be in the same partition, region, and account-id as the key that is being created. Other than wildcards, you must include the full ARN, including the arn, partition, service, region, account-id and resource-id delimited by colons (:). No spaces allowed, even with wildcards. For example, arn:aws:geo:region:account-id:map/ExampleMap*. For more information about ARN format, see Amazon Resource Names (ARNs).
499
499
  */
500
500
  AllowResources: ApiKeyRestrictionsAllowResourcesList;
501
501
  }
@@ -1223,6 +1223,10 @@ declare namespace Location {
1223
1223
  export interface DeleteGeofenceCollectionResponse {
1224
1224
  }
1225
1225
  export interface DeleteKeyRequest {
1226
+ /**
1227
+ * ForceDelete bypasses an API key's expiry conditions and deletes the key. Set the parameter true to delete the key or to false to not preemptively delete the API key. Valid values: true, or false. Required: No This action is irreversible. Only use ForceDelete if you are certain the key is no longer in use.
1228
+ */
1229
+ ForceDelete?: Boolean;
1226
1230
  /**
1227
1231
  * The name of the API key to delete.
1228
1232
  */
@@ -17384,6 +17384,10 @@ declare namespace QuickSight {
17384
17384
  * The description of the topic.
17385
17385
  */
17386
17386
  Description?: LimitedString;
17387
+ /**
17388
+ * The user experience version of a topic.
17389
+ */
17390
+ UserExperienceVersion?: TopicUserExperienceVersion;
17387
17391
  /**
17388
17392
  * The data sets that the topic is associated with.
17389
17393
  */
@@ -17597,6 +17601,7 @@ declare namespace QuickSight {
17597
17601
  Name?: ResourceName;
17598
17602
  }
17599
17603
  export type TopicTimeGranularity = "SECOND"|"MINUTE"|"HOUR"|"DAY"|"WEEK"|"MONTH"|"QUARTER"|"YEAR"|string;
17604
+ export type TopicUserExperienceVersion = "LEGACY"|"NEW_READER_EXPERIENCE"|string;
17600
17605
  export interface TotalAggregationComputation {
17601
17606
  /**
17602
17607
  * The ID for a computation.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1527.0',
86
+ VERSION: '2.1528.0',
87
87
 
88
88
  /**
89
89
  * @api private