@intentius/chant-lexicon-aws 0.1.19 → 0.1.20

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "63d2882575ac6aae2f1aefaf75b6843fd756ed291fdf3ec2d433739e70256cf4",
5
- "meta.json": "7805330887599091ce86e9114b57bbdfdcfc5871dbbb83f73b495b09aaf19fa6",
6
- "types/index.d.ts": "dae779e210bcb5b2c61ba9ae9bc165f9319885afc4252a3273e45418199bae29",
4
+ "manifest.json": "ec54fb728ba488ef5f3171c2c85f560b3d4ee0e6f57ccad699d28a5c9c492dfa",
5
+ "meta.json": "c7f5735ecb9f278bb3bca904089f068362df1431ea3e0431647380f65096ffa3",
6
+ "types/index.d.ts": "a6d19c24867df2e47019519fcb34cebf2dade94bb7cad3d0dfd7ff2150bc3f05",
7
7
  "rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
8
8
  "rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
9
9
  "rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
@@ -40,5 +40,5 @@
40
40
  "skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
41
41
  "skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
42
42
  },
43
- "composite": "1045694367fbef842b5214555d0e6c5d008999c8169ad5166b92b0d89b19f06e"
43
+ "composite": "c0dd92ed90e0f74c237e9b359cea3e6d6ff56a127abcb701a913bd9acda6f86b"
44
44
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -35147,6 +35147,11 @@
35147
35147
  "kind": "property",
35148
35148
  "lexicon": "aws"
35149
35149
  },
35150
+ "DeadlineFleet_PersistentVolumeConfiguration": {
35151
+ "resourceType": "AWS::Deadline::Fleet.PersistentVolumeConfiguration",
35152
+ "kind": "property",
35153
+ "lexicon": "aws"
35154
+ },
35150
35155
  "DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration": {
35151
35156
  "resourceType": "AWS::Deadline::Fleet.ServiceManagedEc2AutoScalingConfiguration",
35152
35157
  "kind": "property",
@@ -82492,6 +82497,11 @@
82492
82497
  "kind": "property",
82493
82498
  "lexicon": "aws"
82494
82499
  },
82500
+ "PersistentVolumeConfiguration": {
82501
+ "resourceType": "AWS::Deadline::Fleet.PersistentVolumeConfiguration",
82502
+ "kind": "property",
82503
+ "lexicon": "aws"
82504
+ },
82495
82505
  "PersonalizationConfiguration": {
82496
82506
  "resourceType": "AWS::QBusiness::Application.PersonalizationConfiguration",
82497
82507
  "kind": "property",
@@ -1350,6 +1350,7 @@ export declare class Apigwv2DomainName {
1350
1350
  MutualTlsAuthentication?: Apigwv2DomainName_MutualTlsAuthentication;
1351
1351
  RegionalDomainName?: string;
1352
1352
  RegionalHostedZoneId?: string;
1353
+ /** The routing mode API Gateway uses to route traffic to your APIs. */
1353
1354
  RoutingMode?: "API_MAPPING_ONLY" | "ROUTING_RULE_ONLY" | "ROUTING_RULE_THEN_API_MAPPING";
1354
1355
  /** The collection of tags associated with a domain name. */
1355
1356
  Tags?: Record<string, unknown>;
@@ -1550,7 +1551,7 @@ export declare class ApiKeyCredentialProvider {
1550
1551
 
1551
1552
  export declare class ApiMapping {
1552
1553
  constructor(props: {
1553
- /** The identifier of the API. */
1554
+ /** The API identifier. */
1554
1555
  ApiId: string;
1555
1556
  /** The domain name. */
1556
1557
  DomainName: string;
@@ -16031,6 +16032,8 @@ export declare class HttpApi {
16031
16032
  DisableSchemaValidation?: boolean;
16032
16033
  /** Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered. */
16033
16034
  FailOnWarnings?: boolean;
16035
+ /** The IP address types that can invoke the API. Use ``ipv4`` to allow only IPv4 addresses to invoke your API, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your API.
16036
+ Don’t use IP address type for an HTTP API based on an OpenAPI specification. Instead, specify the IP address type in the OpenAPI specification. */
16034
16037
  IpAddressType?: string;
16035
16038
  /** The name of the API. Required unless you specify an OpenAPI definition for ``Body`` or ``S3BodyLocation``. */
16036
16039
  Name?: string;
@@ -17359,8 +17362,8 @@ export declare class IntegrationResponse {
17359
17362
  /** The integration response key. */
17360
17363
  IntegrationResponseKey: string;
17361
17364
  /** Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are ``CONVERT_TO_BINARY`` and ``CONVERT_TO_TEXT``, with the following behaviors:
17362
- ``CONVERT_TO_BINARY``: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
17363
- ``CONVERT_TO_TEXT``: Converts a response payload from a binary blob to a Base64-encoded string.
17365
+ ``CONVERT_TO_BINARY``: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
17366
+ ``CONVERT_TO_TEXT``: Converts a response payload from a binary blob to a Base64-encoded string.
17364
17367
  If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification. */
17365
17368
  ContentHandlingStrategy?: string;
17366
17369
  IntegrationResponseId?: string;
@@ -29529,14 +29532,15 @@ export declare class RoutingProfile {
29529
29532
 
29530
29533
  export declare class RoutingRule {
29531
29534
  constructor(props: {
29535
+ /** The resulting action based on matching a routing rules condition. Only InvokeApi is supported. */
29532
29536
  Actions: RoutingRule_Action[];
29537
+ /** The conditions of the routing rule. */
29533
29538
  Conditions: RoutingRule_Condition[];
29534
- /** The amazon resource name (ARN) of the domain name resource. */
29539
+ /** The ARN of the domain name. */
29535
29540
  DomainNameArn: string;
29541
+ /** The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value. Rules can't have the same priority. Priority values 1-1,000,000 are supported. */
29536
29542
  Priority: number;
29537
- /** Amazon Resource Name (ARN) of the resource. */
29538
29543
  RoutingRuleArn?: string;
29539
- /** RoutingRule Id generated by service */
29540
29544
  RoutingRuleId?: string;
29541
29545
  }, attributes?: CFResourceAttributes);
29542
29546
  readonly RoutingRuleArn: string;
@@ -38365,8 +38369,11 @@ export declare class ActionFilterConfiguration {
38365
38369
 
38366
38370
  export declare class ActionInvokeApi {
38367
38371
  constructor(props: {
38372
+ /** The API identifier of the target API. */
38368
38373
  ApiId: string;
38374
+ /** The name of the target stage. */
38369
38375
  Stage: string;
38376
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
38370
38377
  StripBasePath?: boolean;
38371
38378
  });
38372
38379
  }
@@ -45741,6 +45748,7 @@ export declare class Apigwv2DomainName_DomainNameConfiguration {
45741
45748
  CertificateName?: string;
45742
45749
  /** The endpoint type. */
45743
45750
  EndpointType?: string;
45751
+ /** The IP address types that can invoke the domain name. Use ``ipv4`` to allow only IPv4 addresses to invoke your domain name, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your domain name. */
45744
45752
  IpAddressType?: string;
45745
45753
  /** The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn. */
45746
45754
  OwnershipVerificationCertificateArn?: string;
@@ -73163,6 +73171,16 @@ export declare class DeadlineFleet_MemoryMiBRange {
73163
73171
  });
73164
73172
  }
73165
73173
 
73174
+ export declare class DeadlineFleet_PersistentVolumeConfiguration {
73175
+ constructor(props: {
73176
+ MountPath: string;
73177
+ Iops?: number;
73178
+ LastUsedTtlHours?: number;
73179
+ SizeGiB?: number;
73180
+ ThroughputMiB?: number;
73181
+ });
73182
+ }
73183
+
73166
73184
  export declare class DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration {
73167
73185
  constructor(props: {
73168
73186
  ScaleOutWorkersPerMinute?: number;
@@ -73176,6 +73194,7 @@ export declare class DeadlineFleet_ServiceManagedEc2FleetConfiguration {
73176
73194
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
73177
73195
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
73178
73196
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
73197
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
73179
73198
  StorageProfileId?: string;
73180
73199
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
73181
73200
  });
@@ -77814,6 +77833,7 @@ export declare class DomainNameConfiguration {
77814
77833
  CertificateName?: string;
77815
77834
  /** The endpoint type. */
77816
77835
  EndpointType?: string;
77836
+ /** The IP address types that can invoke the domain name. Use ``ipv4`` to allow only IPv4 addresses to invoke your domain name, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your domain name. */
77817
77837
  IpAddressType?: string;
77818
77838
  /** The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn. */
77819
77839
  OwnershipVerificationCertificateArn?: string;
@@ -89143,6 +89163,7 @@ export declare class GatewayTarget_McpServerTargetConfiguration {
89143
89163
  Endpoint: string;
89144
89164
  ListingMode?: GatewayTarget_McpServerListingMode;
89145
89165
  McpToolSchema?: any;
89166
+ ResourcePriority?: number;
89146
89167
  });
89147
89168
  }
89148
89169
 
@@ -105955,19 +105976,23 @@ export declare class MatchAttributes {
105955
105976
 
105956
105977
  export declare class MatchBasePaths {
105957
105978
  constructor(props: {
105979
+ /** The string of the case sensitive base path to be matched. */
105958
105980
  AnyOf: string[];
105959
105981
  });
105960
105982
  }
105961
105983
 
105962
105984
  export declare class MatchHeaders {
105963
105985
  constructor(props: {
105986
+ /** The header name and header value glob to be matched. The matchHeaders condition is matched if any of the header name and header value globs are matched. */
105964
105987
  AnyOf: RoutingRule_MatchHeaderValue[];
105965
105988
  });
105966
105989
  }
105967
105990
 
105968
105991
  export declare class MatchHeaderValue {
105969
105992
  constructor(props: {
105993
+ /** The case insensitive header name to be matched. The header name must be less than 40 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~.``. */
105970
105994
  Header: string;
105995
+ /** The case sensitive header glob value to be matched against entire header value. The header glob value must be less than 128 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~``. Wildcard matching is supported for header glob values but must be for ``*prefix-match``, ``suffix-match*``, or ``*infix*-match``. */
105971
105996
  ValueGlob: string;
105972
105997
  });
105973
105998
  }
@@ -106390,6 +106415,7 @@ export declare class McpServerTargetConfiguration {
106390
106415
  Endpoint: string;
106391
106416
  ListingMode?: GatewayTarget_McpServerListingMode;
106392
106417
  McpToolSchema?: any;
106418
+ ResourcePriority?: number;
106393
106419
  });
106394
106420
  }
106395
106421
 
@@ -120390,6 +120416,16 @@ export declare class PersistentConnectionConfig {
120390
120416
  });
120391
120417
  }
120392
120418
 
120419
+ export declare class PersistentVolumeConfiguration {
120420
+ constructor(props: {
120421
+ MountPath: string;
120422
+ Iops?: number;
120423
+ LastUsedTtlHours?: number;
120424
+ SizeGiB?: number;
120425
+ ThroughputMiB?: number;
120426
+ });
120427
+ }
120428
+
120393
120429
  export declare class PersonalizationConfiguration {
120394
120430
  constructor(props: {
120395
120431
  PersonalizationControlMode: QBusinessApplication_PersonalizationControlMode;
@@ -140300,40 +140336,50 @@ export declare class RoutingProfileQueueReference {
140300
140336
 
140301
140337
  export declare class RoutingRule_Action {
140302
140338
  constructor(props: {
140339
+ /** Represents an InvokeApi action. */
140303
140340
  InvokeApi: RoutingRule_ActionInvokeApi;
140304
140341
  });
140305
140342
  }
140306
140343
 
140307
140344
  export declare class RoutingRule_ActionInvokeApi {
140308
140345
  constructor(props: {
140346
+ /** The API identifier of the target API. */
140309
140347
  ApiId: string;
140348
+ /** The name of the target stage. */
140310
140349
  Stage: string;
140350
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
140311
140351
  StripBasePath?: boolean;
140312
140352
  });
140313
140353
  }
140314
140354
 
140315
140355
  export declare class RoutingRule_Condition {
140316
140356
  constructor(props: {
140357
+ /** The base path to be matched. */
140317
140358
  MatchBasePaths?: RoutingRule_MatchBasePaths;
140359
+ /** The headers to be matched. */
140318
140360
  MatchHeaders?: RoutingRule_MatchHeaders;
140319
140361
  });
140320
140362
  }
140321
140363
 
140322
140364
  export declare class RoutingRule_MatchBasePaths {
140323
140365
  constructor(props: {
140366
+ /** The string of the case sensitive base path to be matched. */
140324
140367
  AnyOf: string[];
140325
140368
  });
140326
140369
  }
140327
140370
 
140328
140371
  export declare class RoutingRule_MatchHeaders {
140329
140372
  constructor(props: {
140373
+ /** The header name and header value glob to be matched. The matchHeaders condition is matched if any of the header name and header value globs are matched. */
140330
140374
  AnyOf: RoutingRule_MatchHeaderValue[];
140331
140375
  });
140332
140376
  }
140333
140377
 
140334
140378
  export declare class RoutingRule_MatchHeaderValue {
140335
140379
  constructor(props: {
140380
+ /** The case insensitive header name to be matched. The header name must be less than 40 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~.``. */
140336
140381
  Header: string;
140382
+ /** The case sensitive header glob value to be matched against entire header value. The header glob value must be less than 128 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~``. Wildcard matching is supported for header glob values but must be for ``*prefix-match``, ``suffix-match*``, or ``*infix*-match``. */
140337
140383
  ValueGlob: string;
140338
140384
  });
140339
140385
  }
@@ -146511,6 +146557,7 @@ export declare class ServiceManagedEc2FleetConfiguration {
146511
146557
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
146512
146558
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
146513
146559
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
146560
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
146514
146561
  StorageProfileId?: string;
146515
146562
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
146516
146563
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
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",
@@ -1350,6 +1350,7 @@ export declare class Apigwv2DomainName {
1350
1350
  MutualTlsAuthentication?: Apigwv2DomainName_MutualTlsAuthentication;
1351
1351
  RegionalDomainName?: string;
1352
1352
  RegionalHostedZoneId?: string;
1353
+ /** The routing mode API Gateway uses to route traffic to your APIs. */
1353
1354
  RoutingMode?: "API_MAPPING_ONLY" | "ROUTING_RULE_ONLY" | "ROUTING_RULE_THEN_API_MAPPING";
1354
1355
  /** The collection of tags associated with a domain name. */
1355
1356
  Tags?: Record<string, unknown>;
@@ -1550,7 +1551,7 @@ export declare class ApiKeyCredentialProvider {
1550
1551
 
1551
1552
  export declare class ApiMapping {
1552
1553
  constructor(props: {
1553
- /** The identifier of the API. */
1554
+ /** The API identifier. */
1554
1555
  ApiId: string;
1555
1556
  /** The domain name. */
1556
1557
  DomainName: string;
@@ -16031,6 +16032,8 @@ export declare class HttpApi {
16031
16032
  DisableSchemaValidation?: boolean;
16032
16033
  /** Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered. */
16033
16034
  FailOnWarnings?: boolean;
16035
+ /** The IP address types that can invoke the API. Use ``ipv4`` to allow only IPv4 addresses to invoke your API, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your API.
16036
+ Don’t use IP address type for an HTTP API based on an OpenAPI specification. Instead, specify the IP address type in the OpenAPI specification. */
16034
16037
  IpAddressType?: string;
16035
16038
  /** The name of the API. Required unless you specify an OpenAPI definition for ``Body`` or ``S3BodyLocation``. */
16036
16039
  Name?: string;
@@ -17359,8 +17362,8 @@ export declare class IntegrationResponse {
17359
17362
  /** The integration response key. */
17360
17363
  IntegrationResponseKey: string;
17361
17364
  /** Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are ``CONVERT_TO_BINARY`` and ``CONVERT_TO_TEXT``, with the following behaviors:
17362
- ``CONVERT_TO_BINARY``: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
17363
- ``CONVERT_TO_TEXT``: Converts a response payload from a binary blob to a Base64-encoded string.
17365
+ ``CONVERT_TO_BINARY``: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
17366
+ ``CONVERT_TO_TEXT``: Converts a response payload from a binary blob to a Base64-encoded string.
17364
17367
  If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification. */
17365
17368
  ContentHandlingStrategy?: string;
17366
17369
  IntegrationResponseId?: string;
@@ -29529,14 +29532,15 @@ export declare class RoutingProfile {
29529
29532
 
29530
29533
  export declare class RoutingRule {
29531
29534
  constructor(props: {
29535
+ /** The resulting action based on matching a routing rules condition. Only InvokeApi is supported. */
29532
29536
  Actions: RoutingRule_Action[];
29537
+ /** The conditions of the routing rule. */
29533
29538
  Conditions: RoutingRule_Condition[];
29534
- /** The amazon resource name (ARN) of the domain name resource. */
29539
+ /** The ARN of the domain name. */
29535
29540
  DomainNameArn: string;
29541
+ /** The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value. Rules can't have the same priority. Priority values 1-1,000,000 are supported. */
29536
29542
  Priority: number;
29537
- /** Amazon Resource Name (ARN) of the resource. */
29538
29543
  RoutingRuleArn?: string;
29539
- /** RoutingRule Id generated by service */
29540
29544
  RoutingRuleId?: string;
29541
29545
  }, attributes?: CFResourceAttributes);
29542
29546
  readonly RoutingRuleArn: string;
@@ -38365,8 +38369,11 @@ export declare class ActionFilterConfiguration {
38365
38369
 
38366
38370
  export declare class ActionInvokeApi {
38367
38371
  constructor(props: {
38372
+ /** The API identifier of the target API. */
38368
38373
  ApiId: string;
38374
+ /** The name of the target stage. */
38369
38375
  Stage: string;
38376
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
38370
38377
  StripBasePath?: boolean;
38371
38378
  });
38372
38379
  }
@@ -45741,6 +45748,7 @@ export declare class Apigwv2DomainName_DomainNameConfiguration {
45741
45748
  CertificateName?: string;
45742
45749
  /** The endpoint type. */
45743
45750
  EndpointType?: string;
45751
+ /** The IP address types that can invoke the domain name. Use ``ipv4`` to allow only IPv4 addresses to invoke your domain name, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your domain name. */
45744
45752
  IpAddressType?: string;
45745
45753
  /** The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn. */
45746
45754
  OwnershipVerificationCertificateArn?: string;
@@ -73163,6 +73171,16 @@ export declare class DeadlineFleet_MemoryMiBRange {
73163
73171
  });
73164
73172
  }
73165
73173
 
73174
+ export declare class DeadlineFleet_PersistentVolumeConfiguration {
73175
+ constructor(props: {
73176
+ MountPath: string;
73177
+ Iops?: number;
73178
+ LastUsedTtlHours?: number;
73179
+ SizeGiB?: number;
73180
+ ThroughputMiB?: number;
73181
+ });
73182
+ }
73183
+
73166
73184
  export declare class DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration {
73167
73185
  constructor(props: {
73168
73186
  ScaleOutWorkersPerMinute?: number;
@@ -73176,6 +73194,7 @@ export declare class DeadlineFleet_ServiceManagedEc2FleetConfiguration {
73176
73194
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
73177
73195
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
73178
73196
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
73197
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
73179
73198
  StorageProfileId?: string;
73180
73199
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
73181
73200
  });
@@ -77814,6 +77833,7 @@ export declare class DomainNameConfiguration {
77814
77833
  CertificateName?: string;
77815
77834
  /** The endpoint type. */
77816
77835
  EndpointType?: string;
77836
+ /** The IP address types that can invoke the domain name. Use ``ipv4`` to allow only IPv4 addresses to invoke your domain name, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your domain name. */
77817
77837
  IpAddressType?: string;
77818
77838
  /** The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn. */
77819
77839
  OwnershipVerificationCertificateArn?: string;
@@ -89143,6 +89163,7 @@ export declare class GatewayTarget_McpServerTargetConfiguration {
89143
89163
  Endpoint: string;
89144
89164
  ListingMode?: GatewayTarget_McpServerListingMode;
89145
89165
  McpToolSchema?: any;
89166
+ ResourcePriority?: number;
89146
89167
  });
89147
89168
  }
89148
89169
 
@@ -105955,19 +105976,23 @@ export declare class MatchAttributes {
105955
105976
 
105956
105977
  export declare class MatchBasePaths {
105957
105978
  constructor(props: {
105979
+ /** The string of the case sensitive base path to be matched. */
105958
105980
  AnyOf: string[];
105959
105981
  });
105960
105982
  }
105961
105983
 
105962
105984
  export declare class MatchHeaders {
105963
105985
  constructor(props: {
105986
+ /** The header name and header value glob to be matched. The matchHeaders condition is matched if any of the header name and header value globs are matched. */
105964
105987
  AnyOf: RoutingRule_MatchHeaderValue[];
105965
105988
  });
105966
105989
  }
105967
105990
 
105968
105991
  export declare class MatchHeaderValue {
105969
105992
  constructor(props: {
105993
+ /** The case insensitive header name to be matched. The header name must be less than 40 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~.``. */
105970
105994
  Header: string;
105995
+ /** The case sensitive header glob value to be matched against entire header value. The header glob value must be less than 128 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~``. Wildcard matching is supported for header glob values but must be for ``*prefix-match``, ``suffix-match*``, or ``*infix*-match``. */
105971
105996
  ValueGlob: string;
105972
105997
  });
105973
105998
  }
@@ -106390,6 +106415,7 @@ export declare class McpServerTargetConfiguration {
106390
106415
  Endpoint: string;
106391
106416
  ListingMode?: GatewayTarget_McpServerListingMode;
106392
106417
  McpToolSchema?: any;
106418
+ ResourcePriority?: number;
106393
106419
  });
106394
106420
  }
106395
106421
 
@@ -120390,6 +120416,16 @@ export declare class PersistentConnectionConfig {
120390
120416
  });
120391
120417
  }
120392
120418
 
120419
+ export declare class PersistentVolumeConfiguration {
120420
+ constructor(props: {
120421
+ MountPath: string;
120422
+ Iops?: number;
120423
+ LastUsedTtlHours?: number;
120424
+ SizeGiB?: number;
120425
+ ThroughputMiB?: number;
120426
+ });
120427
+ }
120428
+
120393
120429
  export declare class PersonalizationConfiguration {
120394
120430
  constructor(props: {
120395
120431
  PersonalizationControlMode: QBusinessApplication_PersonalizationControlMode;
@@ -140300,40 +140336,50 @@ export declare class RoutingProfileQueueReference {
140300
140336
 
140301
140337
  export declare class RoutingRule_Action {
140302
140338
  constructor(props: {
140339
+ /** Represents an InvokeApi action. */
140303
140340
  InvokeApi: RoutingRule_ActionInvokeApi;
140304
140341
  });
140305
140342
  }
140306
140343
 
140307
140344
  export declare class RoutingRule_ActionInvokeApi {
140308
140345
  constructor(props: {
140346
+ /** The API identifier of the target API. */
140309
140347
  ApiId: string;
140348
+ /** The name of the target stage. */
140310
140349
  Stage: string;
140350
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
140311
140351
  StripBasePath?: boolean;
140312
140352
  });
140313
140353
  }
140314
140354
 
140315
140355
  export declare class RoutingRule_Condition {
140316
140356
  constructor(props: {
140357
+ /** The base path to be matched. */
140317
140358
  MatchBasePaths?: RoutingRule_MatchBasePaths;
140359
+ /** The headers to be matched. */
140318
140360
  MatchHeaders?: RoutingRule_MatchHeaders;
140319
140361
  });
140320
140362
  }
140321
140363
 
140322
140364
  export declare class RoutingRule_MatchBasePaths {
140323
140365
  constructor(props: {
140366
+ /** The string of the case sensitive base path to be matched. */
140324
140367
  AnyOf: string[];
140325
140368
  });
140326
140369
  }
140327
140370
 
140328
140371
  export declare class RoutingRule_MatchHeaders {
140329
140372
  constructor(props: {
140373
+ /** The header name and header value glob to be matched. The matchHeaders condition is matched if any of the header name and header value globs are matched. */
140330
140374
  AnyOf: RoutingRule_MatchHeaderValue[];
140331
140375
  });
140332
140376
  }
140333
140377
 
140334
140378
  export declare class RoutingRule_MatchHeaderValue {
140335
140379
  constructor(props: {
140380
+ /** The case insensitive header name to be matched. The header name must be less than 40 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~.``. */
140336
140381
  Header: string;
140382
+ /** The case sensitive header glob value to be matched against entire header value. The header glob value must be less than 128 characters and the only allowed characters are ``a-z``, ``A-Z``, ``0-9``, and the following special characters: ``*?-!#$%&'.^_`|~``. Wildcard matching is supported for header glob values but must be for ``*prefix-match``, ``suffix-match*``, or ``*infix*-match``. */
140337
140383
  ValueGlob: string;
140338
140384
  });
140339
140385
  }
@@ -146511,6 +146557,7 @@ export declare class ServiceManagedEc2FleetConfiguration {
146511
146557
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
146512
146558
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
146513
146559
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
146560
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
146514
146561
  StorageProfileId?: string;
146515
146562
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
146516
146563
  });
@@ -5412,6 +5412,7 @@ export const DeadlineFleet_FleetAttributeCapability = createProperty("AWS::Deadl
5412
5412
  export const DeadlineFleet_FleetCapabilities = createProperty("AWS::Deadline::Fleet.FleetCapabilities", "aws");
5413
5413
  export const DeadlineFleet_HostConfiguration = createProperty("AWS::Deadline::Fleet.HostConfiguration", "aws");
5414
5414
  export const DeadlineFleet_MemoryMiBRange = createProperty("AWS::Deadline::Fleet.MemoryMiBRange", "aws");
5415
+ export const DeadlineFleet_PersistentVolumeConfiguration = createProperty("AWS::Deadline::Fleet.PersistentVolumeConfiguration", "aws");
5415
5416
  export const DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2AutoScalingConfiguration", "aws");
5416
5417
  export const DeadlineFleet_ServiceManagedEc2FleetConfiguration = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2FleetConfiguration", "aws");
5417
5418
  export const DeadlineFleet_ServiceManagedEc2InstanceCapabilities = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2InstanceCapabilities", "aws");
@@ -10438,6 +10439,7 @@ export const PermissionSet_CustomerManagedPolicyReference = createProperty("AWS:
10438
10439
  export const PermissionSet_PermissionsBoundary = createProperty("AWS::SSO::PermissionSet.PermissionsBoundary", "aws");
10439
10440
  export const PermissionSet_Tag = createProperty("AWS::SSO::PermissionSet.Tag", "aws");
10440
10441
  export const PersistentConnectionConfig = createProperty("AWS::Connect::User.PersistentConnectionConfig", "aws");
10442
+ export const PersistentVolumeConfiguration = createProperty("AWS::Deadline::Fleet.PersistentVolumeConfiguration", "aws");
10441
10443
  export const PersonalizationConfiguration = createProperty("AWS::QBusiness::Application.PersonalizationConfiguration", "aws");
10442
10444
  export const PersonalizeDataset_DatasetImportJob = createProperty("AWS::Personalize::Dataset.DatasetImportJob", "aws");
10443
10445
  export const Phase1DHGroupNumbersRequestListValue = createProperty("AWS::EC2::VPNConnection.Phase1DHGroupNumbersRequestListValue", "aws");
@@ -35147,6 +35147,11 @@
35147
35147
  "kind": "property",
35148
35148
  "lexicon": "aws"
35149
35149
  },
35150
+ "DeadlineFleet_PersistentVolumeConfiguration": {
35151
+ "resourceType": "AWS::Deadline::Fleet.PersistentVolumeConfiguration",
35152
+ "kind": "property",
35153
+ "lexicon": "aws"
35154
+ },
35150
35155
  "DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration": {
35151
35156
  "resourceType": "AWS::Deadline::Fleet.ServiceManagedEc2AutoScalingConfiguration",
35152
35157
  "kind": "property",
@@ -82492,6 +82497,11 @@
82492
82497
  "kind": "property",
82493
82498
  "lexicon": "aws"
82494
82499
  },
82500
+ "PersistentVolumeConfiguration": {
82501
+ "resourceType": "AWS::Deadline::Fleet.PersistentVolumeConfiguration",
82502
+ "kind": "property",
82503
+ "lexicon": "aws"
82504
+ },
82495
82505
  "PersonalizationConfiguration": {
82496
82506
  "resourceType": "AWS::QBusiness::Application.PersonalizationConfiguration",
82497
82507
  "kind": "property",