@intentius/chant-lexicon-aws 0.1.19 → 0.1.21

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": "0890d067d5162d883e6860fe6e418dcb098790b3e4509f6de0fcecd220e72200",
5
+ "meta.json": "03bc3564cbc8c2f969b686e1cd03a09ee0d4eb44da37ba562611656fb891a43e",
6
+ "types/index.d.ts": "e1cedd89bd65835dd1d5588e357fcad90bdd69711b3375e3938f0be8b149721c",
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": "dbdd7faa150f8f523d9d98287b3525ae1771edd745df244829de36a57225ab09"
44
44
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
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",
@@ -48467,6 +48472,12 @@
48467
48472
  "DISABLED"
48468
48473
  ]
48469
48474
  },
48475
+ "NdiOutputTimecodeSource": {
48476
+ "enum": [
48477
+ "EMBEDDED_TIMECODE",
48478
+ "UTC_SYSTEM_TIME"
48479
+ ]
48480
+ },
48470
48481
  "RouterIntegrationState": {
48471
48482
  "enum": [
48472
48483
  "ENABLED",
@@ -82492,6 +82503,11 @@
82492
82503
  "kind": "property",
82493
82504
  "lexicon": "aws"
82494
82505
  },
82506
+ "PersistentVolumeConfiguration": {
82507
+ "resourceType": "AWS::Deadline::Fleet.PersistentVolumeConfiguration",
82508
+ "kind": "property",
82509
+ "lexicon": "aws"
82510
+ },
82495
82511
  "PersonalizationConfiguration": {
82496
82512
  "resourceType": "AWS::QBusiness::Application.PersonalizationConfiguration",
82497
82513
  "kind": "property",
@@ -84441,6 +84457,11 @@
84441
84457
  "Statement": {
84442
84458
  "minLength": 1,
84443
84459
  "maxLength": 10000
84460
+ },
84461
+ "Name": {
84462
+ "pattern": "^[a-zA-Z0-9-/_]*$",
84463
+ "minLength": 0,
84464
+ "maxLength": 150
84444
84465
  }
84445
84466
  },
84446
84467
  "createOnly": [
@@ -117565,13 +117586,13 @@
117565
117586
  "S3KeyPrefix": {
117566
117587
  "maxLength": 200
117567
117588
  },
117589
+ "SnsTopicName": {
117590
+ "maxLength": 256
117591
+ },
117568
117592
  "TrailName": {
117569
117593
  "pattern": "(^[a-zA-Z0-9]$)|(^[a-zA-Z0-9]([a-zA-Z0-9\\._-])*[a-zA-Z0-9]$)",
117570
117594
  "minLength": 3,
117571
117595
  "maxLength": 128
117572
- },
117573
- "SnsTopicName": {
117574
- "maxLength": 256
117575
117596
  }
117576
117597
  },
117577
117598
  "createOnly": [
@@ -121811,6 +121832,11 @@
121811
121832
  "pattern": "^[a-zA-Z0-9-]*$",
121812
121833
  "minLength": 1,
121813
121834
  "maxLength": 200
121835
+ },
121836
+ "Name": {
121837
+ "pattern": "^[a-zA-Z0-9-/_]*$",
121838
+ "minLength": 0,
121839
+ "maxLength": 150
121814
121840
  }
121815
121841
  },
121816
121842
  "createOnly": [
@@ -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;
@@ -14144,6 +14145,8 @@ export declare class FlowOutput {
14144
14145
  MinLatency?: number;
14145
14146
  /** The name of the output. This value must be unique within the current flow. */
14146
14147
  Name?: string;
14148
+ /** The timecode source for the NDI output. */
14149
+ NdiOutputTimecodeSource?: "EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME";
14147
14150
  /** A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. */
14148
14151
  NdiProgramName?: string;
14149
14152
  /** A quality setting for the NDI Speed HQ encoder. */
@@ -16031,6 +16034,8 @@ export declare class HttpApi {
16031
16034
  DisableSchemaValidation?: boolean;
16032
16035
  /** Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered. */
16033
16036
  FailOnWarnings?: boolean;
16037
+ /** 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.
16038
+ 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
16039
  IpAddressType?: string;
16035
16040
  /** The name of the API. Required unless you specify an OpenAPI definition for ``Body`` or ``S3BodyLocation``. */
16036
16041
  Name?: string;
@@ -17359,8 +17364,8 @@ export declare class IntegrationResponse {
17359
17364
  /** The integration response key. */
17360
17365
  IntegrationResponseKey: string;
17361
17366
  /** 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.
17367
+ ``CONVERT_TO_BINARY``: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
17368
+ ``CONVERT_TO_TEXT``: Converts a response payload from a binary blob to a Base64-encoded string.
17364
17369
  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
17370
  ContentHandlingStrategy?: string;
17366
17371
  IntegrationResponseId?: string;
@@ -25514,6 +25519,7 @@ export declare class PolicyTemplate {
25514
25519
  PolicyStoreId: string;
25515
25520
  Statement: string;
25516
25521
  Description?: string;
25522
+ Name?: string;
25517
25523
  PolicyTemplateId?: string;
25518
25524
  }, attributes?: CFResourceAttributes);
25519
25525
  readonly PolicyTemplateId: string;
@@ -29529,14 +29535,15 @@ export declare class RoutingProfile {
29529
29535
 
29530
29536
  export declare class RoutingRule {
29531
29537
  constructor(props: {
29538
+ /** The resulting action based on matching a routing rules condition. Only InvokeApi is supported. */
29532
29539
  Actions: RoutingRule_Action[];
29540
+ /** The conditions of the routing rule. */
29533
29541
  Conditions: RoutingRule_Condition[];
29534
- /** The amazon resource name (ARN) of the domain name resource. */
29542
+ /** The ARN of the domain name. */
29535
29543
  DomainNameArn: string;
29544
+ /** 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
29545
  Priority: number;
29537
- /** Amazon Resource Name (ARN) of the resource. */
29538
29546
  RoutingRuleArn?: string;
29539
- /** RoutingRule Id generated by service */
29540
29547
  RoutingRuleId?: string;
29541
29548
  }, attributes?: CFResourceAttributes);
29542
29549
  readonly RoutingRuleArn: string;
@@ -35679,6 +35686,7 @@ export declare class VerifiedPermissionsPolicy {
35679
35686
  constructor(props: {
35680
35687
  Definition: any;
35681
35688
  PolicyStoreId: string;
35689
+ Name?: string;
35682
35690
  PolicyId?: string;
35683
35691
  PolicyType?: VerifiedPermissionsPolicy_PolicyType;
35684
35692
  }, attributes?: CFResourceAttributes);
@@ -38365,8 +38373,11 @@ export declare class ActionFilterConfiguration {
38365
38373
 
38366
38374
  export declare class ActionInvokeApi {
38367
38375
  constructor(props: {
38376
+ /** The API identifier of the target API. */
38368
38377
  ApiId: string;
38378
+ /** The name of the target stage. */
38369
38379
  Stage: string;
38380
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
38370
38381
  StripBasePath?: boolean;
38371
38382
  });
38372
38383
  }
@@ -45741,6 +45752,7 @@ export declare class Apigwv2DomainName_DomainNameConfiguration {
45741
45752
  CertificateName?: string;
45742
45753
  /** The endpoint type. */
45743
45754
  EndpointType?: string;
45755
+ /** 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
45756
  IpAddressType?: string;
45745
45757
  /** 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
45758
  OwnershipVerificationCertificateArn?: string;
@@ -73163,6 +73175,16 @@ export declare class DeadlineFleet_MemoryMiBRange {
73163
73175
  });
73164
73176
  }
73165
73177
 
73178
+ export declare class DeadlineFleet_PersistentVolumeConfiguration {
73179
+ constructor(props: {
73180
+ MountPath: string;
73181
+ Iops?: number;
73182
+ LastUsedTtlHours?: number;
73183
+ SizeGiB?: number;
73184
+ ThroughputMiB?: number;
73185
+ });
73186
+ }
73187
+
73166
73188
  export declare class DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration {
73167
73189
  constructor(props: {
73168
73190
  ScaleOutWorkersPerMinute?: number;
@@ -73176,6 +73198,7 @@ export declare class DeadlineFleet_ServiceManagedEc2FleetConfiguration {
73176
73198
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
73177
73199
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
73178
73200
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
73201
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
73179
73202
  StorageProfileId?: string;
73180
73203
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
73181
73204
  });
@@ -77814,6 +77837,7 @@ export declare class DomainNameConfiguration {
77814
77837
  CertificateName?: string;
77815
77838
  /** The endpoint type. */
77816
77839
  EndpointType?: string;
77840
+ /** 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
77841
  IpAddressType?: string;
77818
77842
  /** 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
77843
  OwnershipVerificationCertificateArn?: string;
@@ -89143,6 +89167,7 @@ export declare class GatewayTarget_McpServerTargetConfiguration {
89143
89167
  Endpoint: string;
89144
89168
  ListingMode?: GatewayTarget_McpServerListingMode;
89145
89169
  McpToolSchema?: any;
89170
+ ResourcePriority?: number;
89146
89171
  });
89147
89172
  }
89148
89173
 
@@ -105955,19 +105980,23 @@ export declare class MatchAttributes {
105955
105980
 
105956
105981
  export declare class MatchBasePaths {
105957
105982
  constructor(props: {
105983
+ /** The string of the case sensitive base path to be matched. */
105958
105984
  AnyOf: string[];
105959
105985
  });
105960
105986
  }
105961
105987
 
105962
105988
  export declare class MatchHeaders {
105963
105989
  constructor(props: {
105990
+ /** 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
105991
  AnyOf: RoutingRule_MatchHeaderValue[];
105965
105992
  });
105966
105993
  }
105967
105994
 
105968
105995
  export declare class MatchHeaderValue {
105969
105996
  constructor(props: {
105997
+ /** 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
105998
  Header: string;
105999
+ /** 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
106000
  ValueGlob: string;
105972
106001
  });
105973
106002
  }
@@ -106390,6 +106419,7 @@ export declare class McpServerTargetConfiguration {
106390
106419
  Endpoint: string;
106391
106420
  ListingMode?: GatewayTarget_McpServerListingMode;
106392
106421
  McpToolSchema?: any;
106422
+ ResourcePriority?: number;
106393
106423
  });
106394
106424
  }
106395
106425
 
@@ -120390,6 +120420,16 @@ export declare class PersistentConnectionConfig {
120390
120420
  });
120391
120421
  }
120392
120422
 
120423
+ export declare class PersistentVolumeConfiguration {
120424
+ constructor(props: {
120425
+ MountPath: string;
120426
+ Iops?: number;
120427
+ LastUsedTtlHours?: number;
120428
+ SizeGiB?: number;
120429
+ ThroughputMiB?: number;
120430
+ });
120431
+ }
120432
+
120393
120433
  export declare class PersonalizationConfiguration {
120394
120434
  constructor(props: {
120395
120435
  PersonalizationControlMode: QBusinessApplication_PersonalizationControlMode;
@@ -140300,40 +140340,50 @@ export declare class RoutingProfileQueueReference {
140300
140340
 
140301
140341
  export declare class RoutingRule_Action {
140302
140342
  constructor(props: {
140343
+ /** Represents an InvokeApi action. */
140303
140344
  InvokeApi: RoutingRule_ActionInvokeApi;
140304
140345
  });
140305
140346
  }
140306
140347
 
140307
140348
  export declare class RoutingRule_ActionInvokeApi {
140308
140349
  constructor(props: {
140350
+ /** The API identifier of the target API. */
140309
140351
  ApiId: string;
140352
+ /** The name of the target stage. */
140310
140353
  Stage: string;
140354
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
140311
140355
  StripBasePath?: boolean;
140312
140356
  });
140313
140357
  }
140314
140358
 
140315
140359
  export declare class RoutingRule_Condition {
140316
140360
  constructor(props: {
140361
+ /** The base path to be matched. */
140317
140362
  MatchBasePaths?: RoutingRule_MatchBasePaths;
140363
+ /** The headers to be matched. */
140318
140364
  MatchHeaders?: RoutingRule_MatchHeaders;
140319
140365
  });
140320
140366
  }
140321
140367
 
140322
140368
  export declare class RoutingRule_MatchBasePaths {
140323
140369
  constructor(props: {
140370
+ /** The string of the case sensitive base path to be matched. */
140324
140371
  AnyOf: string[];
140325
140372
  });
140326
140373
  }
140327
140374
 
140328
140375
  export declare class RoutingRule_MatchHeaders {
140329
140376
  constructor(props: {
140377
+ /** 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
140378
  AnyOf: RoutingRule_MatchHeaderValue[];
140331
140379
  });
140332
140380
  }
140333
140381
 
140334
140382
  export declare class RoutingRule_MatchHeaderValue {
140335
140383
  constructor(props: {
140384
+ /** 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
140385
  Header: string;
140386
+ /** 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
140387
  ValueGlob: string;
140338
140388
  });
140339
140389
  }
@@ -146511,6 +146561,7 @@ export declare class ServiceManagedEc2FleetConfiguration {
146511
146561
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
146512
146562
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
146513
146563
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
146564
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
146514
146565
  StorageProfileId?: string;
146515
146566
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
146516
146567
  });
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.21",
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;
@@ -14144,6 +14145,8 @@ export declare class FlowOutput {
14144
14145
  MinLatency?: number;
14145
14146
  /** The name of the output. This value must be unique within the current flow. */
14146
14147
  Name?: string;
14148
+ /** The timecode source for the NDI output. */
14149
+ NdiOutputTimecodeSource?: "EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME";
14147
14150
  /** A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. */
14148
14151
  NdiProgramName?: string;
14149
14152
  /** A quality setting for the NDI Speed HQ encoder. */
@@ -16031,6 +16034,8 @@ export declare class HttpApi {
16031
16034
  DisableSchemaValidation?: boolean;
16032
16035
  /** Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered. */
16033
16036
  FailOnWarnings?: boolean;
16037
+ /** 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.
16038
+ 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
16039
  IpAddressType?: string;
16035
16040
  /** The name of the API. Required unless you specify an OpenAPI definition for ``Body`` or ``S3BodyLocation``. */
16036
16041
  Name?: string;
@@ -17359,8 +17364,8 @@ export declare class IntegrationResponse {
17359
17364
  /** The integration response key. */
17360
17365
  IntegrationResponseKey: string;
17361
17366
  /** 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.
17367
+ ``CONVERT_TO_BINARY``: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
17368
+ ``CONVERT_TO_TEXT``: Converts a response payload from a binary blob to a Base64-encoded string.
17364
17369
  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
17370
  ContentHandlingStrategy?: string;
17366
17371
  IntegrationResponseId?: string;
@@ -25514,6 +25519,7 @@ export declare class PolicyTemplate {
25514
25519
  PolicyStoreId: string;
25515
25520
  Statement: string;
25516
25521
  Description?: string;
25522
+ Name?: string;
25517
25523
  PolicyTemplateId?: string;
25518
25524
  }, attributes?: CFResourceAttributes);
25519
25525
  readonly PolicyTemplateId: string;
@@ -29529,14 +29535,15 @@ export declare class RoutingProfile {
29529
29535
 
29530
29536
  export declare class RoutingRule {
29531
29537
  constructor(props: {
29538
+ /** The resulting action based on matching a routing rules condition. Only InvokeApi is supported. */
29532
29539
  Actions: RoutingRule_Action[];
29540
+ /** The conditions of the routing rule. */
29533
29541
  Conditions: RoutingRule_Condition[];
29534
- /** The amazon resource name (ARN) of the domain name resource. */
29542
+ /** The ARN of the domain name. */
29535
29543
  DomainNameArn: string;
29544
+ /** 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
29545
  Priority: number;
29537
- /** Amazon Resource Name (ARN) of the resource. */
29538
29546
  RoutingRuleArn?: string;
29539
- /** RoutingRule Id generated by service */
29540
29547
  RoutingRuleId?: string;
29541
29548
  }, attributes?: CFResourceAttributes);
29542
29549
  readonly RoutingRuleArn: string;
@@ -35679,6 +35686,7 @@ export declare class VerifiedPermissionsPolicy {
35679
35686
  constructor(props: {
35680
35687
  Definition: any;
35681
35688
  PolicyStoreId: string;
35689
+ Name?: string;
35682
35690
  PolicyId?: string;
35683
35691
  PolicyType?: VerifiedPermissionsPolicy_PolicyType;
35684
35692
  }, attributes?: CFResourceAttributes);
@@ -38365,8 +38373,11 @@ export declare class ActionFilterConfiguration {
38365
38373
 
38366
38374
  export declare class ActionInvokeApi {
38367
38375
  constructor(props: {
38376
+ /** The API identifier of the target API. */
38368
38377
  ApiId: string;
38378
+ /** The name of the target stage. */
38369
38379
  Stage: string;
38380
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
38370
38381
  StripBasePath?: boolean;
38371
38382
  });
38372
38383
  }
@@ -45741,6 +45752,7 @@ export declare class Apigwv2DomainName_DomainNameConfiguration {
45741
45752
  CertificateName?: string;
45742
45753
  /** The endpoint type. */
45743
45754
  EndpointType?: string;
45755
+ /** 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
45756
  IpAddressType?: string;
45745
45757
  /** 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
45758
  OwnershipVerificationCertificateArn?: string;
@@ -73163,6 +73175,16 @@ export declare class DeadlineFleet_MemoryMiBRange {
73163
73175
  });
73164
73176
  }
73165
73177
 
73178
+ export declare class DeadlineFleet_PersistentVolumeConfiguration {
73179
+ constructor(props: {
73180
+ MountPath: string;
73181
+ Iops?: number;
73182
+ LastUsedTtlHours?: number;
73183
+ SizeGiB?: number;
73184
+ ThroughputMiB?: number;
73185
+ });
73186
+ }
73187
+
73166
73188
  export declare class DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration {
73167
73189
  constructor(props: {
73168
73190
  ScaleOutWorkersPerMinute?: number;
@@ -73176,6 +73198,7 @@ export declare class DeadlineFleet_ServiceManagedEc2FleetConfiguration {
73176
73198
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
73177
73199
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
73178
73200
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
73201
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
73179
73202
  StorageProfileId?: string;
73180
73203
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
73181
73204
  });
@@ -77814,6 +77837,7 @@ export declare class DomainNameConfiguration {
77814
77837
  CertificateName?: string;
77815
77838
  /** The endpoint type. */
77816
77839
  EndpointType?: string;
77840
+ /** 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
77841
  IpAddressType?: string;
77818
77842
  /** 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
77843
  OwnershipVerificationCertificateArn?: string;
@@ -89143,6 +89167,7 @@ export declare class GatewayTarget_McpServerTargetConfiguration {
89143
89167
  Endpoint: string;
89144
89168
  ListingMode?: GatewayTarget_McpServerListingMode;
89145
89169
  McpToolSchema?: any;
89170
+ ResourcePriority?: number;
89146
89171
  });
89147
89172
  }
89148
89173
 
@@ -105955,19 +105980,23 @@ export declare class MatchAttributes {
105955
105980
 
105956
105981
  export declare class MatchBasePaths {
105957
105982
  constructor(props: {
105983
+ /** The string of the case sensitive base path to be matched. */
105958
105984
  AnyOf: string[];
105959
105985
  });
105960
105986
  }
105961
105987
 
105962
105988
  export declare class MatchHeaders {
105963
105989
  constructor(props: {
105990
+ /** 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
105991
  AnyOf: RoutingRule_MatchHeaderValue[];
105965
105992
  });
105966
105993
  }
105967
105994
 
105968
105995
  export declare class MatchHeaderValue {
105969
105996
  constructor(props: {
105997
+ /** 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
105998
  Header: string;
105999
+ /** 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
106000
  ValueGlob: string;
105972
106001
  });
105973
106002
  }
@@ -106390,6 +106419,7 @@ export declare class McpServerTargetConfiguration {
106390
106419
  Endpoint: string;
106391
106420
  ListingMode?: GatewayTarget_McpServerListingMode;
106392
106421
  McpToolSchema?: any;
106422
+ ResourcePriority?: number;
106393
106423
  });
106394
106424
  }
106395
106425
 
@@ -120390,6 +120420,16 @@ export declare class PersistentConnectionConfig {
120390
120420
  });
120391
120421
  }
120392
120422
 
120423
+ export declare class PersistentVolumeConfiguration {
120424
+ constructor(props: {
120425
+ MountPath: string;
120426
+ Iops?: number;
120427
+ LastUsedTtlHours?: number;
120428
+ SizeGiB?: number;
120429
+ ThroughputMiB?: number;
120430
+ });
120431
+ }
120432
+
120393
120433
  export declare class PersonalizationConfiguration {
120394
120434
  constructor(props: {
120395
120435
  PersonalizationControlMode: QBusinessApplication_PersonalizationControlMode;
@@ -140300,40 +140340,50 @@ export declare class RoutingProfileQueueReference {
140300
140340
 
140301
140341
  export declare class RoutingRule_Action {
140302
140342
  constructor(props: {
140343
+ /** Represents an InvokeApi action. */
140303
140344
  InvokeApi: RoutingRule_ActionInvokeApi;
140304
140345
  });
140305
140346
  }
140306
140347
 
140307
140348
  export declare class RoutingRule_ActionInvokeApi {
140308
140349
  constructor(props: {
140350
+ /** The API identifier of the target API. */
140309
140351
  ApiId: string;
140352
+ /** The name of the target stage. */
140310
140353
  Stage: string;
140354
+ /** The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API. */
140311
140355
  StripBasePath?: boolean;
140312
140356
  });
140313
140357
  }
140314
140358
 
140315
140359
  export declare class RoutingRule_Condition {
140316
140360
  constructor(props: {
140361
+ /** The base path to be matched. */
140317
140362
  MatchBasePaths?: RoutingRule_MatchBasePaths;
140363
+ /** The headers to be matched. */
140318
140364
  MatchHeaders?: RoutingRule_MatchHeaders;
140319
140365
  });
140320
140366
  }
140321
140367
 
140322
140368
  export declare class RoutingRule_MatchBasePaths {
140323
140369
  constructor(props: {
140370
+ /** The string of the case sensitive base path to be matched. */
140324
140371
  AnyOf: string[];
140325
140372
  });
140326
140373
  }
140327
140374
 
140328
140375
  export declare class RoutingRule_MatchHeaders {
140329
140376
  constructor(props: {
140377
+ /** 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
140378
  AnyOf: RoutingRule_MatchHeaderValue[];
140331
140379
  });
140332
140380
  }
140333
140381
 
140334
140382
  export declare class RoutingRule_MatchHeaderValue {
140335
140383
  constructor(props: {
140384
+ /** 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
140385
  Header: string;
140386
+ /** 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
140387
  ValueGlob: string;
140338
140388
  });
140339
140389
  }
@@ -146511,6 +146561,7 @@ export declare class ServiceManagedEc2FleetConfiguration {
146511
146561
  InstanceCapabilities: DeadlineFleet_ServiceManagedEc2InstanceCapabilities;
146512
146562
  InstanceMarketOptions: DeadlineFleet_ServiceManagedEc2InstanceMarketOptions;
146513
146563
  AutoScalingConfiguration?: DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration;
146564
+ PersistentVolumeConfiguration?: DeadlineFleet_PersistentVolumeConfiguration;
146514
146565
  StorageProfileId?: string;
146515
146566
  VpcConfiguration?: DeadlineFleet_VpcConfiguration;
146516
146567
  });
@@ -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",
@@ -48467,6 +48472,12 @@
48467
48472
  "DISABLED"
48468
48473
  ]
48469
48474
  },
48475
+ "NdiOutputTimecodeSource": {
48476
+ "enum": [
48477
+ "EMBEDDED_TIMECODE",
48478
+ "UTC_SYSTEM_TIME"
48479
+ ]
48480
+ },
48470
48481
  "RouterIntegrationState": {
48471
48482
  "enum": [
48472
48483
  "ENABLED",
@@ -82492,6 +82503,11 @@
82492
82503
  "kind": "property",
82493
82504
  "lexicon": "aws"
82494
82505
  },
82506
+ "PersistentVolumeConfiguration": {
82507
+ "resourceType": "AWS::Deadline::Fleet.PersistentVolumeConfiguration",
82508
+ "kind": "property",
82509
+ "lexicon": "aws"
82510
+ },
82495
82511
  "PersonalizationConfiguration": {
82496
82512
  "resourceType": "AWS::QBusiness::Application.PersonalizationConfiguration",
82497
82513
  "kind": "property",
@@ -84441,6 +84457,11 @@
84441
84457
  "Statement": {
84442
84458
  "minLength": 1,
84443
84459
  "maxLength": 10000
84460
+ },
84461
+ "Name": {
84462
+ "pattern": "^[a-zA-Z0-9-/_]*$",
84463
+ "minLength": 0,
84464
+ "maxLength": 150
84444
84465
  }
84445
84466
  },
84446
84467
  "createOnly": [
@@ -117565,13 +117586,13 @@
117565
117586
  "S3KeyPrefix": {
117566
117587
  "maxLength": 200
117567
117588
  },
117589
+ "SnsTopicName": {
117590
+ "maxLength": 256
117591
+ },
117568
117592
  "TrailName": {
117569
117593
  "pattern": "(^[a-zA-Z0-9]$)|(^[a-zA-Z0-9]([a-zA-Z0-9\\._-])*[a-zA-Z0-9]$)",
117570
117594
  "minLength": 3,
117571
117595
  "maxLength": 128
117572
- },
117573
- "SnsTopicName": {
117574
- "maxLength": 256
117575
117596
  }
117576
117597
  },
117577
117598
  "createOnly": [
@@ -121811,6 +121832,11 @@
121811
121832
  "pattern": "^[a-zA-Z0-9-]*$",
121812
121833
  "minLength": 1,
121813
121834
  "maxLength": 200
121835
+ },
121836
+ "Name": {
121837
+ "pattern": "^[a-zA-Z0-9-/_]*$",
121838
+ "minLength": 0,
121839
+ "maxLength": 150
121814
121840
  }
121815
121841
  },
121816
121842
  "createOnly": [