@intentius/chant-lexicon-aws 0.0.24 → 0.1.0

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.
@@ -243,6 +243,20 @@ export declare class AccountAuditConfiguration {
243
243
  }, attributes?: CFResourceAttributes);
244
244
  }
245
245
 
246
+ export declare class AccountCustomization {
247
+ constructor(props: {
248
+ /** The color theme assigned to the account for visual identification in the AWS Console. */
249
+ AccountColor?: "darkBlue" | "green" | "lightBlue" | "none" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow";
250
+ /** The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity. */
251
+ AccountId?: string;
252
+ /** A list of AWS region identifiers visible to the account in the AWS Console. */
253
+ VisibleRegions?: string[];
254
+ /** A list of AWS service identifiers visible to the account in the AWS Console. */
255
+ VisibleServices?: string[];
256
+ }, attributes?: CFResourceAttributes);
257
+ readonly AccountId: string;
258
+ }
259
+
246
260
  export declare class AccountPolicy {
247
261
  constructor(props: {
248
262
  /** The body of the policy document you want to use for this topic.
@@ -3166,6 +3180,7 @@ export declare class BedrockAgentCoreGateway {
3166
3180
  GatewayUrl?: string;
3167
3181
  InterceptorConfigurations?: BedrockAgentCoreGateway_GatewayInterceptorConfiguration[];
3168
3182
  KmsKeyArn?: string;
3183
+ PolicyEngineConfiguration?: BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration;
3169
3184
  ProtocolConfiguration?: any;
3170
3185
  Status?: BedrockAgentCoreGateway_GatewayStatus;
3171
3186
  StatusReasons?: string[];
@@ -3722,6 +3737,8 @@ export declare class Bucket {
3722
3737
  /** A name for the bucket. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-) and must follow [Amazon S3 bucket restrictions and limitations](https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html). For more information, see [Rules for naming Amazon S3 buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) in the *Amazon S3 User Guide*.
3723
3738
  If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name. */
3724
3739
  BucketName?: string;
3740
+ BucketNamePrefix?: string;
3741
+ BucketNamespace?: "account-regional" | "global";
3725
3742
  /** Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the *Amazon S3 User Guide*. */
3726
3743
  CorsConfiguration?: Bucket_CorsConfiguration;
3727
3744
  DomainName?: string;
@@ -4137,6 +4154,52 @@ export declare class CassandraTable {
4137
4154
  }, attributes?: CFResourceAttributes);
4138
4155
  }
4139
4156
 
4157
+ export declare class Catalog {
4158
+ constructor(props: {
4159
+ /** The name of the catalog to create. */
4160
+ Name: string;
4161
+ /** Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. */
4162
+ AllowFullTableExternalDataAccess?: "False" | "True";
4163
+ /** The ID of the catalog. */
4164
+ CatalogId?: string;
4165
+ CatalogProperties?: Catalog_CatalogProperties;
4166
+ /** An array of PrincipalPermissions objects for default database permissions. */
4167
+ CreateDatabaseDefaultPermissions?: Catalog_PrincipalPermissions[];
4168
+ /** An array of PrincipalPermissions objects for default table permissions. */
4169
+ CreateTableDefaultPermissions?: Catalog_PrincipalPermissions[];
4170
+ /** The time at which the catalog was created. */
4171
+ CreateTime?: number;
4172
+ /** A description of the catalog. */
4173
+ Description?: string;
4174
+ FederatedCatalog?: Catalog_FederatedCatalog;
4175
+ /** Specifies whether to overwrite child resource permissions with the default permissions. */
4176
+ OverwriteChildResourcePermissionsWithDefault?: "Accept" | "Deny";
4177
+ /** A map of key-value pairs that define parameters and properties of the catalog. */
4178
+ Parameters?: Record<string, unknown>;
4179
+ /** The Amazon Resource Name (ARN) of the catalog. */
4180
+ ResourceArn?: string;
4181
+ /** An array of key-value pairs to apply to this resource. */
4182
+ Tags?: Catalog_Tag[];
4183
+ TargetRedshiftCatalog?: Catalog_TargetRedshiftCatalog;
4184
+ /** The time at which the catalog was last updated. */
4185
+ UpdateTime?: number;
4186
+ }, attributes?: CFResourceAttributes);
4187
+ readonly CatalogId: string;
4188
+ readonly CatalogProperties_CustomProperties: string;
4189
+ readonly CatalogProperties_DataLakeAccessProperties_ManagedWorkgroupName: string;
4190
+ readonly CatalogProperties_DataLakeAccessProperties_ManagedWorkgroupStatus: string;
4191
+ readonly CatalogProperties_DataLakeAccessProperties_RedshiftDatabaseName: string;
4192
+ readonly CreateDatabaseDefaultPermissions_Item_Permissions: string;
4193
+ readonly CreateDatabaseDefaultPermissions_Item_Principal: string;
4194
+ readonly CreateDatabaseDefaultPermissions_Item_Principal_DataLakePrincipalIdentifier: string;
4195
+ readonly CreateTableDefaultPermissions_Item_Permissions: string;
4196
+ readonly CreateTableDefaultPermissions_Item_Principal: string;
4197
+ readonly CreateTableDefaultPermissions_Item_Principal_DataLakePrincipalIdentifier: string;
4198
+ readonly CreateTime: number;
4199
+ readonly ResourceArn: string;
4200
+ readonly UpdateTime: number;
4201
+ }
4202
+
4140
4203
  export declare class Cell {
4141
4204
  constructor(props: {
4142
4205
  /** The Amazon Resource Name (ARN) of the cell. */
@@ -4545,6 +4608,8 @@ export declare class CloudAutonomousVmCluster {
4545
4608
  ExadataStorageInTBsLowestScaledValue?: number;
4546
4609
  /** The hostname for the Autonomous VM cluster. */
4547
4610
  Hostname?: string;
4611
+ /** The AWS Identity and Access Management (IAM) service roles associated with the Autonomous VM cluster. */
4612
+ IamRoles?: CloudAutonomousVmCluster_IamRole[];
4548
4613
  /** Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster. */
4549
4614
  IsMtlsEnabledVmCluster?: boolean;
4550
4615
  /** The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE. */
@@ -4607,6 +4672,7 @@ export declare class CloudAutonomousVmCluster {
4607
4672
  readonly Domain: string;
4608
4673
  readonly ExadataStorageInTBsLowestScaledValue: number;
4609
4674
  readonly Hostname: string;
4675
+ readonly IamRoles_Item_Status: string;
4610
4676
  readonly MaxAcdsLowestScaledValue: number;
4611
4677
  readonly MemorySizeInGBs: number;
4612
4678
  readonly NodeCount: number;
@@ -4861,6 +4927,8 @@ export declare class CloudVmCluster {
4861
4927
  GiVersion?: string;
4862
4928
  /** The host name for the VM cluster. */
4863
4929
  Hostname?: string;
4930
+ /** The AWS Identity and Access Management (IAM) service roles associated with the VM cluster. */
4931
+ IamRoles?: CloudVmCluster_IamRole[];
4864
4932
  /** Indicates whether database backups to local Exadata storage is enabled for the VM cluster. */
4865
4933
  IsLocalBackupEnabled?: boolean;
4866
4934
  /** Indicates whether the VM cluster is configured with a sparse disk group. */
@@ -4921,6 +4989,7 @@ export declare class CloudVmCluster {
4921
4989
  readonly DbNodes_Item_VnicId: string;
4922
4990
  readonly DiskRedundancy: string;
4923
4991
  readonly Domain: string;
4992
+ readonly IamRoles_Item_Status: string;
4924
4993
  readonly ListenerPort: number;
4925
4994
  readonly NodeCount: number;
4926
4995
  readonly Ocid: string;
@@ -13143,6 +13212,7 @@ export declare class Farm {
13143
13212
  constructor(props: {
13144
13213
  DisplayName: string;
13145
13214
  Arn?: string;
13215
+ CostScaleFactor?: number;
13146
13216
  Description?: string;
13147
13217
  FarmId?: string;
13148
13218
  KmsKeyArn?: string;
@@ -13197,6 +13267,20 @@ export declare class FeatureGroup {
13197
13267
  readonly FeatureGroupStatus: string;
13198
13268
  }
13199
13269
 
13270
+ export declare class Feed {
13271
+ constructor(props: {
13272
+ Name: string;
13273
+ Outputs: Feed_GetOutput[];
13274
+ Arn?: string;
13275
+ DataEndpoints?: string[];
13276
+ Id?: string;
13277
+ Tags?: Record<string, unknown>;
13278
+ }, attributes?: CFResourceAttributes);
13279
+ readonly Arn: string;
13280
+ readonly DataEndpoints: string[];
13281
+ readonly Id: string;
13282
+ }
13283
+
13200
13284
  export declare class FHIRDatastore {
13201
13285
  constructor(props: {
13202
13286
  DatastoreTypeVersion: FHIRDatastore_DatastoreTypeVersion;
@@ -13566,6 +13650,8 @@ export declare class FlowEntitlement {
13566
13650
  EntitlementArn?: string;
13567
13651
  /** An indication of whether the entitlement is enabled. */
13568
13652
  EntitlementStatus?: "DISABLED" | "ENABLED";
13653
+ /** Key-value pairs that can be used to tag and organize this flow entitlement. */
13654
+ Tags?: FlowEntitlement_Tag[];
13569
13655
  }, attributes?: CFResourceAttributes);
13570
13656
  readonly EntitlementArn: string;
13571
13657
  }
@@ -13632,7 +13718,7 @@ export declare class FlowOutput {
13632
13718
  /** The port to use when content is distributed to this output. */
13633
13719
  Port?: number;
13634
13720
  /** The protocol that is used by the source or output. */
13635
- Protocol?: "cdi" | "fujitsu-qos" | "ndi-speed-hq" | "rist" | "rtp" | "rtp-fec" | "srt-caller" | "srt-listener" | "st2110-jpegxs" | "zixi-pull" | "zixi-push";
13721
+ Protocol?: "cdi" | "ndi-speed-hq" | "rist" | "rtp" | "rtp-fec" | "srt-caller" | "srt-listener" | "st2110-jpegxs" | "zixi-pull" | "zixi-push";
13636
13722
  /** The remote ID for the Zixi-pull stream. */
13637
13723
  RemoteId?: string;
13638
13724
  RouterIntegrationState?: "DISABLED" | "ENABLED";
@@ -13641,6 +13727,8 @@ export declare class FlowOutput {
13641
13727
  SmoothingLatency?: number;
13642
13728
  /** The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. */
13643
13729
  StreamId?: string;
13730
+ /** Key-value pairs that can be used to tag and organize this flow output. */
13731
+ Tags?: FlowOutput_Tag[];
13644
13732
  /** The name of the VPC interface attachment to use for this output. */
13645
13733
  VpcInterfaceAttachment?: FlowOutput_VpcInterfaceAttachment;
13646
13734
  }, attributes?: CFResourceAttributes);
@@ -13651,14 +13739,14 @@ export declare class FlowSource {
13651
13739
  constructor(props: {
13652
13740
  /** A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account. */
13653
13741
  Description: string;
13742
+ /** The ARN of the flow. */
13743
+ FlowArn: string;
13654
13744
  /** The name of the source. */
13655
13745
  Name: string;
13656
13746
  /** The type of encryption that is used on the content ingested from this source. */
13657
13747
  Decryption?: FlowSource_Encryption;
13658
13748
  /** The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow. */
13659
13749
  EntitlementArn?: string;
13660
- /** The ARN of the flow. */
13661
- FlowArn?: string;
13662
13750
  /** The source configuration for cloud flows receiving a stream from a bridge. */
13663
13751
  GatewayBridgeSource?: FlowSource_GatewayBridgeSource;
13664
13752
  /** The IP address that the flow will be listening on for incoming content. */
@@ -13687,6 +13775,8 @@ export declare class FlowSource {
13687
13775
  SourceListenerPort?: number;
13688
13776
  /** The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. */
13689
13777
  StreamId?: string;
13778
+ /** Key-value pairs that can be used to tag and organize this flow source. */
13779
+ Tags?: FlowSource_Tag[];
13690
13780
  /** The name of the VPC Interface this Source is configured with. */
13691
13781
  VpcInterfaceName?: string;
13692
13782
  /** The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. */
@@ -16540,20 +16630,50 @@ export declare class InstanceAccessControlAttributeConfiguration {
16540
16630
 
16541
16631
  export declare class InstanceConnectEndpoint {
16542
16632
  constructor(props: {
16543
- /** The subnet id of the instance connect endpoint */
16633
+ /** The ID of the subnet in which the EC2 Instance Connect Endpoint was created. */
16544
16634
  SubnetId: string;
16635
+ /** The Availability Zone of the EC2 Instance Connect Endpoint */
16636
+ AvailabilityZone?: string;
16637
+ /** The ID of the Availability Zone of the EC2 Instance Connect Endpoint */
16638
+ AvailabilityZoneId?: string;
16545
16639
  /** The client token of the instance connect endpoint. */
16546
16640
  ClientToken?: string;
16547
- /** The id of the instance connect endpoint */
16641
+ /** The date and time that the EC2 Instance Connect Endpoint was created */
16642
+ CreatedAt?: string;
16643
+ /** The ID of the EC2 Instance Connect Endpoint. */
16548
16644
  Id?: string;
16549
- /** If true, the address of the instance connect endpoint client is preserved when connecting to the end resource */
16645
+ /** The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint */
16646
+ InstanceConnectEndpointArn?: string;
16647
+ /** The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint */
16648
+ NetworkInterfaceIds?: string[];
16649
+ /** The ID of the AWS account that created the EC2 Instance Connect Endpoint */
16650
+ OwnerId?: string;
16651
+ /** Indicates whether your client's IP address is preserved as the source when you connect to a resource. */
16550
16652
  PreserveClientIp?: boolean;
16551
- /** The security group IDs of the instance connect endpoint. */
16653
+ /** The public DNS names of the endpoint */
16654
+ PublicDnsNames?: InstanceConnectEndpoint_InstanceConnectEndpointPublicDnsNames;
16655
+ /** The security groups associated with the endpoint. */
16552
16656
  SecurityGroupIds?: string[];
16553
- /** The tags of the instance connect endpoint. */
16657
+ /** The current state of the EC2 Instance Connect Endpoint */
16658
+ State?: "create-complete" | "create-failed" | "create-in-progress" | "delete-complete" | "delete-failed" | "delete-in-progress" | "update-complete" | "update-failed" | "update-in-progress";
16659
+ /** The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message */
16660
+ StateMessage?: string;
16661
+ /** The tags assigned to the EC2 Instance Connect Endpoint. */
16554
16662
  Tags?: InstanceConnectEndpoint_Tag[];
16663
+ /** The ID of the VPC in which the EC2 Instance Connect Endpoint was created */
16664
+ VpcId?: string;
16555
16665
  }, attributes?: CFResourceAttributes);
16666
+ readonly AvailabilityZone: string;
16667
+ readonly AvailabilityZoneId: string;
16668
+ readonly CreatedAt: string;
16556
16669
  readonly Id: string;
16670
+ readonly InstanceConnectEndpointArn: string;
16671
+ readonly NetworkInterfaceIds: string[];
16672
+ readonly OwnerId: string;
16673
+ readonly PublicDnsNames: InstanceConnectEndpoint_InstanceConnectEndpointPublicDnsNames;
16674
+ readonly State: "create-complete" | "create-failed" | "create-in-progress" | "delete-complete" | "delete-failed" | "delete-in-progress" | "update-complete" | "update-failed" | "update-in-progress";
16675
+ readonly StateMessage: string;
16676
+ readonly VpcId: string;
16557
16677
  }
16558
16678
 
16559
16679
  export declare class InstanceFleetConfig {
@@ -17430,6 +17550,29 @@ export declare class IPAMPrefixListResolver {
17430
17550
  readonly IpamPrefixListResolverId: string;
17431
17551
  }
17432
17552
 
17553
+ export declare class IPAMPrefixListResolverTarget {
17554
+ constructor(props: {
17555
+ /** The Id of the IPAM Prefix List Resolver associated with this Target. */
17556
+ IpamPrefixListResolverId: string;
17557
+ /** The Id of the Managed Prefix List. */
17558
+ PrefixListId: string;
17559
+ /** The region that the Managed Prefix List is located in. */
17560
+ PrefixListRegion: string;
17561
+ /** Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver. */
17562
+ TrackLatestVersion: boolean;
17563
+ /** The desired version of the Prefix List Resolver that this Target should synchronize with. */
17564
+ DesiredVersion?: number;
17565
+ /** Id of the IPAM Prefix List Resolver Target. */
17566
+ IpamPrefixListResolverTargetArn?: string;
17567
+ /** Id of the IPAM Prefix List Resolver Target. */
17568
+ IpamPrefixListResolverTargetId?: string;
17569
+ /** An array of key-value pairs to apply to this resource. */
17570
+ Tags?: IPAMPrefixListResolverTarget_Tag[];
17571
+ }, attributes?: CFResourceAttributes);
17572
+ readonly IpamPrefixListResolverTargetArn: string;
17573
+ readonly IpamPrefixListResolverTargetId: string;
17574
+ }
17575
+
17433
17576
  export declare class IPAMResourceDiscovery {
17434
17577
  constructor(props: {
17435
17578
  Description?: string;
@@ -19746,7 +19889,7 @@ export declare class LogsScheduledQuery {
19746
19889
  CreationTime?: number;
19747
19890
  Description?: string;
19748
19891
  DestinationConfiguration?: LogsScheduledQuery_DestinationConfiguration;
19749
- LastExecutionStatus?: "Complete" | "Failed" | "InvalidQuery" | "Timeout";
19892
+ LastExecutionStatus?: "Complete" | "Failed" | "InvalidQuery" | "Pending" | "Timeout";
19750
19893
  LastTriggeredTime?: number;
19751
19894
  LastUpdatedTime?: number;
19752
19895
  LogGroupIdentifiers?: string[];
@@ -19759,7 +19902,7 @@ export declare class LogsScheduledQuery {
19759
19902
  Timezone?: string;
19760
19903
  }, attributes?: CFResourceAttributes);
19761
19904
  readonly CreationTime: number;
19762
- readonly LastExecutionStatus: "Complete" | "Failed" | "InvalidQuery" | "Timeout";
19905
+ readonly LastExecutionStatus: "Complete" | "Failed" | "InvalidQuery" | "Pending" | "Timeout";
19763
19906
  readonly LastTriggeredTime: number;
19764
19907
  readonly LastUpdatedTime: number;
19765
19908
  readonly ScheduledQueryArn: string;
@@ -20315,24 +20458,28 @@ export declare class MediaConnectFlow {
20315
20458
  AvailabilityZone?: string;
20316
20459
  /** The IP address from which video will be sent to output destinations. */
20317
20460
  EgressIp?: string;
20461
+ /** The encoding configuration to apply to the NDI source content when transcoding it to a transport stream (TS) for downstream distribution. You can choose between several predefined encoding profiles based on common use cases. */
20462
+ EncodingConfig?: MediaConnectFlow_EncodingConfig;
20318
20463
  /** The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. */
20319
20464
  FlowArn?: string;
20320
20465
  /** The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly) */
20321
20466
  FlowAvailabilityZone?: string;
20322
20467
  /** A prefix for the names of the NDI sources that the flow creates.(ReadOnly) */
20323
20468
  FlowNdiMachineName?: string;
20324
- /** Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow. */
20325
- FlowSize?: "LARGE" | "MEDIUM";
20469
+ /** Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI sources or outputs on the flow. */
20470
+ FlowSize?: "LARGE" | "LARGE_4X" | "MEDIUM";
20326
20471
  /** The maintenance settings you want to use for the flow. */
20327
20472
  Maintenance?: MediaConnectFlow_Maintenance;
20328
20473
  /** The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow. */
20329
20474
  MediaStreams?: MediaConnectFlow_MediaStream[];
20330
- /** Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. */
20475
+ /** Specifies the configuration settings for NDI sources and outputs. Required when the flow includes NDI sources or outputs. */
20331
20476
  NdiConfig?: MediaConnectFlow_NdiConfig;
20332
20477
  /** The source failover config of the flow. */
20333
20478
  SourceFailoverConfig?: MediaConnectFlow_FailoverConfig;
20334
20479
  /** The source monitoring config of the flow. */
20335
20480
  SourceMonitoringConfig?: MediaConnectFlow_SourceMonitoringConfig;
20481
+ /** Key-value pairs that can be used to tag this flow. */
20482
+ Tags?: MediaConnectFlow_Tag[];
20336
20483
  /** The VPC interfaces that you added to this flow. */
20337
20484
  VpcInterfaces?: MediaConnectFlow_VpcInterface[];
20338
20485
  }, attributes?: CFResourceAttributes);
@@ -20340,11 +20487,9 @@ export declare class MediaConnectFlow {
20340
20487
  readonly FlowArn: string;
20341
20488
  readonly FlowAvailabilityZone: string;
20342
20489
  readonly FlowNdiMachineName: string;
20343
- readonly MediaStreams_Item_Fmt: string;
20344
20490
  readonly Source_IngestIp: string;
20345
20491
  readonly Source_SourceArn: string;
20346
20492
  readonly Source_SourceIngestPort: string;
20347
- readonly VpcInterfaces_Item_NetworkInterfaceIds: string;
20348
20493
  }
20349
20494
 
20350
20495
  export declare class MediaConnectGateway {
@@ -22792,6 +22937,8 @@ export declare class OdbNetwork {
22792
22937
  BackupSubnetCidr?: string;
22793
22938
  /** The CIDR range of the client subnet in the ODB network. */
22794
22939
  ClientSubnetCidr?: string;
22940
+ /** The cross-Region Amazon S3 restore sources for the ODB network. */
22941
+ CrossRegionS3RestoreSources?: string[];
22795
22942
  /** The domain name to use for the resources in the ODB network. */
22796
22943
  CustomDomainName?: string;
22797
22944
  /** The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com. */
@@ -22800,6 +22947,10 @@ export declare class OdbNetwork {
22800
22947
  DeleteAssociatedResources?: boolean;
22801
22948
  /** The user-friendly name of the ODB network. */
22802
22949
  DisplayName?: string;
22950
+ /** The AWS Key Management Service (KMS) access configuration for the ODB network. */
22951
+ KmsAccess?: "DISABLED" | "ENABLED";
22952
+ /** The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network. */
22953
+ KmsPolicyDocument?: string;
22803
22954
  ManagedServices?: OdbNetwork_ManagedServices;
22804
22955
  /** The unique identifier of the OCI network anchor for the ODB network. */
22805
22956
  OciNetworkAnchorId?: string;
@@ -22815,6 +22966,10 @@ export declare class OdbNetwork {
22815
22966
  S3Access?: "DISABLED" | "ENABLED";
22816
22967
  /** Specifies the endpoint policy for Amazon S3 access from the ODB network. */
22817
22968
  S3PolicyDocument?: string;
22969
+ /** The AWS Security Token Service (STS) access configuration for the ODB network. */
22970
+ StsAccess?: "DISABLED" | "ENABLED";
22971
+ /** The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network. */
22972
+ StsPolicyDocument?: string;
22818
22973
  /** Tags to assign to the Odb Network. */
22819
22974
  Tags?: OdbNetwork_Tag[];
22820
22975
  /** Specifies the configuration for Zero-ETL access from the ODB network. */
@@ -22848,6 +23003,8 @@ export declare class OdbPeeringConnection {
22848
23003
  PeerNetworkCidrs?: string[];
22849
23004
  /** The unique identifier of the peer network. */
22850
23005
  PeerNetworkId?: string;
23006
+ /** The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment. */
23007
+ PeerNetworkRouteTableIds?: string[];
22851
23008
  /** Tags to assign to the Odb peering connection. */
22852
23009
  Tags?: OdbPeeringConnection_Tag[];
22853
23010
  }, attributes?: CFResourceAttributes);
@@ -22992,6 +23149,7 @@ Contains between 3 and 32 characters
22992
23149
  /** List of tags to be added to the resource */
22993
23150
  Tags?: OpenSearchServerlessCollection_Tag[];
22994
23151
  Type?: OpenSearchServerlessCollection_CollectionType;
23152
+ VectorOptions?: OpenSearchServerlessCollection_VectorOptions;
22995
23153
  }, attributes?: CFResourceAttributes);
22996
23154
  readonly Arn: string;
22997
23155
  readonly CollectionEndpoint: string;
@@ -25791,6 +25949,28 @@ export declare class QuickSightTopic {
25791
25949
  readonly Arn: string;
25792
25950
  }
25793
25951
 
25952
+ export declare class QuotaShare {
25953
+ constructor(props: {
25954
+ /** The capacity limits for the quota share. */
25955
+ CapacityLimits: QuotaShare_QuotaShareCapacityLimit[];
25956
+ /** The Amazon Resource Name (ARN) or name of the job queue. */
25957
+ JobQueue: string;
25958
+ /** The preemption configuration for the quota share. */
25959
+ PreemptionConfiguration: QuotaShare_QuotaSharePreemptionConfiguration;
25960
+ /** The name of the quota share. */
25961
+ QuotaShareName: string;
25962
+ /** The resource sharing configuration for the quota share. */
25963
+ ResourceSharingConfiguration: QuotaShare_QuotaShareResourceSharingConfiguration;
25964
+ /** The Amazon Resource Name (ARN) of the quota share. */
25965
+ QuotaShareArn?: string;
25966
+ /** The state of the quota share. */
25967
+ State?: "DISABLED" | "ENABLED";
25968
+ /** A key-value pair to associate with a resource. */
25969
+ Tags?: Record<string, unknown>;
25970
+ }, attributes?: CFResourceAttributes);
25971
+ readonly QuotaShareArn: string;
25972
+ }
25973
+
25794
25974
  export declare class RAMPermission {
25795
25975
  constructor(props: {
25796
25976
  /** The name of the permission. */
@@ -26216,7 +26396,7 @@ auto - Amazon Redshift determines whether to use AQUA.
26216
26396
  ClusterVersion?: string;
26217
26397
  /** A boolean indicating whether to enable the deferred maintenance window. */
26218
26398
  DeferMaintenance?: boolean;
26219
- /** An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less. */
26399
+ /** An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 60 days or less. */
26220
26400
  DeferMaintenanceDuration?: number;
26221
26401
  /** A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration. */
26222
26402
  DeferMaintenanceEndTime?: string;
@@ -29216,6 +29396,7 @@ export declare class SchedulingPolicy {
29216
29396
  FairsharePolicy?: SchedulingPolicy_FairsharePolicy;
29217
29397
  /** Name of Scheduling Policy. */
29218
29398
  Name?: string;
29399
+ QuotaSharePolicy?: SchedulingPolicy_QuotaSharePolicy;
29219
29400
  /** A key-value pair to associate with a resource. */
29220
29401
  Tags?: Record<string, unknown>;
29221
29402
  }, attributes?: CFResourceAttributes);
@@ -50817,6 +50998,14 @@ export declare class BedrockAgentCoreGateway_GatewayInterceptorConfiguration {
50817
50998
  });
50818
50999
  }
50819
51000
 
51001
+ export declare class BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration {
51002
+ constructor(props: {
51003
+ /** The ARN of the policy engine. The policy engine contains Cedar policies that define fine-grained authorization rules specifying who can perform what actions on which resources as agents interact through the gateway. */
51004
+ Arn: string;
51005
+ Mode: BedrockAgentCoreGateway_GatewayPolicyEngineMode;
51006
+ });
51007
+ }
51008
+
50820
51009
  export declare class BedrockAgentCoreGateway_InterceptorInputConfiguration {
50821
51010
  constructor(props: {
50822
51011
  PassRequestHeaders: boolean;
@@ -55791,6 +55980,83 @@ export declare class CastColumnTypesOperation {
55791
55980
  });
55792
55981
  }
55793
55982
 
55983
+ export declare class Catalog_CatalogProperties {
55984
+ constructor(props: {
55985
+ /** Additional key-value properties for the catalog. */
55986
+ CustomProperties?: Record<string, unknown>;
55987
+ DataLakeAccessProperties?: Catalog_DataLakeAccessProperties;
55988
+ });
55989
+ }
55990
+
55991
+ export declare class Catalog_DataLakeAccessProperties {
55992
+ constructor(props: {
55993
+ /** Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. */
55994
+ AllowFullTableExternalDataAccess?: "False" | "True";
55995
+ /** Specifies a federated catalog type for the native catalog resource. */
55996
+ CatalogType?: string;
55997
+ /** Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog from any non-Redshift engine. */
55998
+ DataLakeAccess?: boolean;
55999
+ /** A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query. */
56000
+ DataTransferRole?: string;
56001
+ /** An encryption key that will be used for the staging bucket that will be created along with the catalog. */
56002
+ KmsKey?: string;
56003
+ /** The name of the managed workgroup associated with the catalog. */
56004
+ ManagedWorkgroupName?: string;
56005
+ /** The status of the managed workgroup. */
56006
+ ManagedWorkgroupStatus?: string;
56007
+ /** The name of the Redshift database. */
56008
+ RedshiftDatabaseName?: string;
56009
+ });
56010
+ }
56011
+
56012
+ export declare class Catalog_DataLakePrincipal {
56013
+ constructor(props: {
56014
+ /** An identifier for the Lake Formation principal. */
56015
+ DataLakePrincipalIdentifier?: string;
56016
+ });
56017
+ }
56018
+
56019
+ export declare class Catalog_FederatedCatalog {
56020
+ constructor(props: {
56021
+ /** The name of the connection to an external data source. */
56022
+ ConnectionName?: string;
56023
+ /** A unique identifier for the federated catalog. */
56024
+ Identifier?: string;
56025
+ });
56026
+ }
56027
+
56028
+ export declare class Catalog_PrincipalPermissions {
56029
+ constructor(props: {
56030
+ /** The permissions that are granted to the principal. */
56031
+ Permissions?: "ALL" | "ALTER" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "DELETE" | "DROP" | "INSERT" | "SELECT"[];
56032
+ Principal?: Catalog_DataLakePrincipal;
56033
+ });
56034
+ }
56035
+
56036
+ export declare class Catalog_Tag {
56037
+ constructor(props: {
56038
+ /** The key name of the tag. */
56039
+ Key: string;
56040
+ /** The value for the tag. */
56041
+ Value: string;
56042
+ });
56043
+ }
56044
+
56045
+ export declare class Catalog_TargetRedshiftCatalog {
56046
+ constructor(props: {
56047
+ /** The Amazon Resource Name (ARN) of the catalog resource. */
56048
+ CatalogArn: string;
56049
+ });
56050
+ }
56051
+
56052
+ export declare class CatalogProperties {
56053
+ constructor(props: {
56054
+ /** Additional key-value properties for the catalog. */
56055
+ CustomProperties?: Record<string, unknown>;
56056
+ DataLakeAccessProperties?: Catalog_DataLakeAccessProperties;
56057
+ });
56058
+ }
56059
+
55794
56060
  export declare class CatalogTarget {
55795
56061
  constructor(props: {
55796
56062
  /** The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type. */
@@ -57437,6 +57703,23 @@ export declare class ClientVpnEndpoint_TagSpecification {
57437
57703
  });
57438
57704
  }
57439
57705
 
57706
+ export declare class ClippingConfig {
57707
+ constructor(props: {
57708
+ CallbackMetadata?: string;
57709
+ });
57710
+ }
57711
+
57712
+ export declare class CloudAutonomousVmCluster_IamRole {
57713
+ constructor(props: {
57714
+ /** The AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role. */
57715
+ AwsIntegration?: string;
57716
+ /** The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role. */
57717
+ IamRoleArn?: string;
57718
+ /** The current status of the AWS Identity and Access Management (IAM) service role. */
57719
+ Status?: string;
57720
+ });
57721
+ }
57722
+
57440
57723
  export declare class CloudAutonomousVmCluster_MaintenanceWindow {
57441
57724
  constructor(props: {
57442
57725
  /** The days of the week when maintenance can be performed. */
@@ -57690,6 +57973,17 @@ export declare class CloudVmCluster_DbNode {
57690
57973
  });
57691
57974
  }
57692
57975
 
57976
+ export declare class CloudVmCluster_IamRole {
57977
+ constructor(props: {
57978
+ /** The AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role. */
57979
+ AwsIntegration?: string;
57980
+ /** The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role. */
57981
+ IamRoleArn?: string;
57982
+ /** The current status of the AWS Identity and Access Management (IAM) service role. */
57983
+ Status?: string;
57984
+ });
57985
+ }
57986
+
57693
57987
  export declare class CloudVmCluster_Tag {
57694
57988
  constructor(props: {
57695
57989
  /** The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ". */
@@ -64283,6 +64577,17 @@ export declare class CrossRegionCopyTarget {
64283
64577
  });
64284
64578
  }
64285
64579
 
64580
+ export declare class CrossRegionS3RestoreSourcesAccess {
64581
+ constructor(props: {
64582
+ /** The IPv4 addresses allowed for cross-Region Amazon S3 restore access. */
64583
+ Ipv4Addresses?: string[];
64584
+ /** The AWS-Region for cross-Region Amazon S3 restore access. */
64585
+ Region?: string;
64586
+ /** The current status of the cross-Region Amazon S3 restore access configuration. */
64587
+ Status?: OdbNetwork_ManagedResourceStatus;
64588
+ });
64589
+ }
64590
+
64286
64591
  export declare class CsrExtensions {
64287
64592
  constructor(props: {
64288
64593
  KeyUsage?: CertificateAuthority_KeyUsage;
@@ -67164,6 +67469,27 @@ export declare class DataLake_Transitions {
67164
67469
  });
67165
67470
  }
67166
67471
 
67472
+ export declare class DataLakeAccessProperties {
67473
+ constructor(props: {
67474
+ /** Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. */
67475
+ AllowFullTableExternalDataAccess?: "False" | "True";
67476
+ /** Specifies a federated catalog type for the native catalog resource. */
67477
+ CatalogType?: string;
67478
+ /** Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog from any non-Redshift engine. */
67479
+ DataLakeAccess?: boolean;
67480
+ /** A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query. */
67481
+ DataTransferRole?: string;
67482
+ /** An encryption key that will be used for the staging bucket that will be created along with the catalog. */
67483
+ KmsKey?: string;
67484
+ /** The name of the managed workgroup associated with the catalog. */
67485
+ ManagedWorkgroupName?: string;
67486
+ /** The status of the managed workgroup. */
67487
+ ManagedWorkgroupStatus?: string;
67488
+ /** The name of the Redshift database. */
67489
+ RedshiftDatabaseName?: string;
67490
+ });
67491
+ }
67492
+
67167
67493
  export declare class DataLakeSettings_DataLakePrincipal {
67168
67494
  constructor(props: {
67169
67495
  DataLakePrincipalIdentifier: string;
@@ -78054,6 +78380,14 @@ export declare class EncoderSettings {
78054
78380
  });
78055
78381
  }
78056
78382
 
78383
+ export declare class EncodingConfig {
78384
+ constructor(props: {
78385
+ EncodingProfile?: MediaConnectFlow_EncodingProfile;
78386
+ /** The maximum video bitrate to use when transcoding the NDI source to a Transport Stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range. The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you do not specify a value, MediaConnect uses the default value of 20,000,000 bps. */
78387
+ VideoMaxBitrate?: number;
78388
+ });
78389
+ }
78390
+
78057
78391
  export declare class EncodingParameters {
78058
78392
  constructor(props: {
78059
78393
  /** A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are in the range of 3.0 to 10.0, inclusive. */
@@ -81839,6 +82173,15 @@ export declare class FederatedAuthenticationRequest {
81839
82173
  });
81840
82174
  }
81841
82175
 
82176
+ export declare class FederatedCatalog {
82177
+ constructor(props: {
82178
+ /** The name of the connection to an external data source. */
82179
+ ConnectionName?: string;
82180
+ /** A unique identifier for the federated catalog. */
82181
+ Identifier?: string;
82182
+ });
82183
+ }
82184
+
81842
82185
  export declare class FederatedDatabase {
81843
82186
  constructor(props: {
81844
82187
  /** The name of the connection to the external metastore. */
@@ -81865,6 +82208,21 @@ export declare class FederationParameters {
81865
82208
  });
81866
82209
  }
81867
82210
 
82211
+ export declare class Feed_ClippingConfig {
82212
+ constructor(props: {
82213
+ CallbackMetadata?: string;
82214
+ });
82215
+ }
82216
+
82217
+ export declare class Feed_GetOutput {
82218
+ constructor(props: {
82219
+ Name: string;
82220
+ OutputConfig: any;
82221
+ Status: Feed_OutputStatus;
82222
+ Description?: string;
82223
+ });
82224
+ }
82225
+
81868
82226
  export declare class FeedbackAttributes {
81869
82227
  constructor(props: {
81870
82228
  /** If the value is true, you receive email notifications when bounce or complaint events occur */
@@ -82620,6 +82978,13 @@ export declare class FlowEntitlement_Encryption {
82620
82978
  });
82621
82979
  }
82622
82980
 
82981
+ export declare class FlowEntitlement_Tag {
82982
+ constructor(props: {
82983
+ Key: string;
82984
+ Value: string;
82985
+ });
82986
+ }
82987
+
82623
82988
  export declare class FlowLog_Tag {
82624
82989
  constructor(props: {
82625
82990
  Key: string;
@@ -82705,6 +83070,13 @@ export declare class FlowOutput_SecretsManagerEncryptionKeyConfiguration {
82705
83070
  });
82706
83071
  }
82707
83072
 
83073
+ export declare class FlowOutput_Tag {
83074
+ constructor(props: {
83075
+ Key: string;
83076
+ Value: string;
83077
+ });
83078
+ }
83079
+
82708
83080
  export declare class FlowOutput_VpcInterfaceAttachment {
82709
83081
  constructor(props: {
82710
83082
  /** The name of the VPC interface to use for this output. */
@@ -82744,6 +83116,13 @@ export declare class FlowSource_GatewayBridgeSource {
82744
83116
  });
82745
83117
  }
82746
83118
 
83119
+ export declare class FlowSource_Tag {
83120
+ constructor(props: {
83121
+ Key: string;
83122
+ Value: string;
83123
+ });
83124
+ }
83125
+
82747
83126
  export declare class FlowSource_VpcInterfaceAttachment {
82748
83127
  constructor(props: {
82749
83128
  /** The name of the VPC interface to use for this resource. */
@@ -84861,6 +85240,14 @@ export declare class GatewayPlatform {
84861
85240
  });
84862
85241
  }
84863
85242
 
85243
+ export declare class GatewayPolicyEngineConfiguration {
85244
+ constructor(props: {
85245
+ /** The ARN of the policy engine. The policy engine contains Cedar policies that define fine-grained authorization rules specifying who can perform what actions on which resources as agents interact through the gateway. */
85246
+ Arn: string;
85247
+ Mode: BedrockAgentCoreGateway_GatewayPolicyEngineMode;
85248
+ });
85249
+ }
85250
+
84864
85251
  export declare class GatewayRoute_GatewayRouteHostnameMatch {
84865
85252
  constructor(props: {
84866
85253
  Exact?: string;
@@ -85341,6 +85728,15 @@ export declare class GeoSpatialColumnGroup {
85341
85728
  });
85342
85729
  }
85343
85730
 
85731
+ export declare class GetOutput {
85732
+ constructor(props: {
85733
+ Name: string;
85734
+ OutputConfig: any;
85735
+ Status: Feed_OutputStatus;
85736
+ Description?: string;
85737
+ });
85738
+ }
85739
+
85344
85740
  export declare class GitBranchFilterCriteria {
85345
85741
  constructor(props: {
85346
85742
  /** The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline. */
@@ -88314,13 +88710,6 @@ export declare class IamPropertiesInput {
88314
88710
  });
88315
88711
  }
88316
88712
 
88317
- export declare class IamRole {
88318
- constructor(props: {
88319
- /** The ARN of the IAM role. */
88320
- arn?: string;
88321
- });
88322
- }
88323
-
88324
88713
  export declare class IamUser {
88325
88714
  constructor(props: {
88326
88715
  /** The ARN of the IAM user. */
@@ -91170,6 +91559,24 @@ export declare class InstanceConfig {
91170
91559
  });
91171
91560
  }
91172
91561
 
91562
+ export declare class InstanceConnectEndpoint_InstanceConnectEndpointDnsNames {
91563
+ constructor(props: {
91564
+ /** The DNS name of the EC2 Instance Connect Endpoint. */
91565
+ DnsName?: string;
91566
+ /** The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint. */
91567
+ FipsDnsName?: string;
91568
+ });
91569
+ }
91570
+
91571
+ export declare class InstanceConnectEndpoint_InstanceConnectEndpointPublicDnsNames {
91572
+ constructor(props: {
91573
+ /** The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients. */
91574
+ Dualstack?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
91575
+ /** The IPv4-only DNS name of the EC2 Instance Connect Endpoint. */
91576
+ Ipv4?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
91577
+ });
91578
+ }
91579
+
91173
91580
  export declare class InstanceConnectEndpoint_Tag {
91174
91581
  constructor(props: {
91175
91582
  Key: string;
@@ -91177,6 +91584,24 @@ export declare class InstanceConnectEndpoint_Tag {
91177
91584
  });
91178
91585
  }
91179
91586
 
91587
+ export declare class InstanceConnectEndpointDnsNames {
91588
+ constructor(props: {
91589
+ /** The DNS name of the EC2 Instance Connect Endpoint. */
91590
+ DnsName?: string;
91591
+ /** The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint. */
91592
+ FipsDnsName?: string;
91593
+ });
91594
+ }
91595
+
91596
+ export declare class InstanceConnectEndpointPublicDnsNames {
91597
+ constructor(props: {
91598
+ /** The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients. */
91599
+ Dualstack?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
91600
+ /** The IPv4-only DNS name of the EC2 Instance Connect Endpoint. */
91601
+ Ipv4?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
91602
+ });
91603
+ }
91604
+
91180
91605
  export declare class InstanceDefinition {
91181
91606
  constructor(props: {
91182
91607
  InstanceType: string;
@@ -91422,13 +91847,6 @@ export declare class InstanceMarketOptions {
91422
91847
  });
91423
91848
  }
91424
91849
 
91425
- export declare class InstanceMarketOptionsRequest {
91426
- constructor(props: {
91427
- MarketType?: "capacity-block" | "spot";
91428
- SpotOptions?: WorkspaceInstance_SpotMarketOptions;
91429
- });
91430
- }
91431
-
91432
91850
  export declare class InstanceMetadataOptions {
91433
91851
  constructor(props: {
91434
91852
  /** Limit the number of hops that an instance metadata request can traverse to reach its destination. */
@@ -93160,6 +93578,15 @@ export declare class IpamPrefixListResolverRuleCondition {
93160
93578
  });
93161
93579
  }
93162
93580
 
93581
+ export declare class IPAMPrefixListResolverTarget_Tag {
93582
+ constructor(props: {
93583
+ /** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
93584
+ Key: string;
93585
+ /** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
93586
+ Value: string;
93587
+ });
93588
+ }
93589
+
93163
93590
  export declare class IPAMResourceDiscovery_IpamOperatingRegion {
93164
93591
  constructor(props: {
93165
93592
  /** The name of the region. */
@@ -100747,6 +101174,10 @@ export declare class ManagedScalingPolicy {
100747
101174
 
100748
101175
  export declare class ManagedServices {
100749
101176
  constructor(props: {
101177
+ /** The access configuration for the cross-Region Amazon S3 database restore source. */
101178
+ CrossRegionS3RestoreSourcesAccess?: OdbNetwork_CrossRegionS3RestoreSourcesAccess[];
101179
+ /** The AWS Key Management Service (KMS) access configuration. */
101180
+ KmsAccess?: Record<string, unknown>;
100750
101181
  /** The managed Amazon S3 backup access configuration. */
100751
101182
  ManagedS3BackupAccess?: Record<string, unknown>;
100752
101183
  /** The IPv4 CIDR blocks for the managed services. */
@@ -100759,6 +101190,8 @@ export declare class ManagedServices {
100759
101190
  ServiceNetworkArn?: string;
100760
101191
  /** The service network endpoint configuration. */
100761
101192
  ServiceNetworkEndpoint?: Record<string, unknown>;
101193
+ /** The AWS Security Token Service (STS) access configuration. */
101194
+ StsAccess?: Record<string, unknown>;
100762
101195
  /** The Zero-ETL access configuration. */
100763
101196
  ZeroEtlAccess?: Record<string, unknown>;
100764
101197
  });
@@ -101346,6 +101779,14 @@ export declare class MediaConnectFlow_BlackFrames {
101346
101779
  });
101347
101780
  }
101348
101781
 
101782
+ export declare class MediaConnectFlow_EncodingConfig {
101783
+ constructor(props: {
101784
+ EncodingProfile?: MediaConnectFlow_EncodingProfile;
101785
+ /** The maximum video bitrate to use when transcoding the NDI source to a Transport Stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range. The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you do not specify a value, MediaConnect uses the default value of 20,000,000 bps. */
101786
+ VideoMaxBitrate?: number;
101787
+ });
101788
+ }
101789
+
101349
101790
  export declare class MediaConnectFlow_Encryption {
101350
101791
  constructor(props: {
101351
101792
  /** The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity). */
@@ -101466,6 +101907,8 @@ export declare class MediaConnectFlow_MediaStream {
101466
101907
  Description?: string;
101467
101908
  /** The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver. */
101468
101909
  Fmt?: number;
101910
+ /** Key-value pairs that can be used to tag this media stream. */
101911
+ Tags?: MediaConnectFlow_Tag[];
101469
101912
  /** The resolution of the video. */
101470
101913
  VideoFormat?: "1080i" | "1080p" | "2160p" | "480p" | "720p";
101471
101914
  });
@@ -101497,8 +101940,8 @@ export declare class MediaConnectFlow_NdiConfig {
101497
101940
  MachineName?: string;
101498
101941
  /** A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly. */
101499
101942
  NdiDiscoveryServers?: MediaConnectFlow_NdiDiscoveryServerConfig[];
101500
- /** A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED. */
101501
- NdiState?: "DISABLED" | "ENABLED";
101943
+ /** A setting that controls whether NDI sources or outputs can be used in the flow. The default value is DISABLED. This value must be set as ENABLED for your flow to support NDI sources or outputs. */
101944
+ NdiState?: MediaConnectFlow_NdiState;
101502
101945
  });
101503
101946
  }
101504
101947
 
@@ -101513,6 +101956,12 @@ export declare class MediaConnectFlow_NdiDiscoveryServerConfig {
101513
101956
  });
101514
101957
  }
101515
101958
 
101959
+ export declare class MediaConnectFlow_NdiSourceSettings {
101960
+ constructor(props: {
101961
+ SourceName?: string;
101962
+ });
101963
+ }
101964
+
101516
101965
  export declare class MediaConnectFlow_SecretsManagerEncryptionKeyConfiguration {
101517
101966
  constructor(props: {
101518
101967
  /** The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager. */
@@ -101557,8 +102006,10 @@ export declare class MediaConnectFlow_Source {
101557
102006
  MinLatency?: number;
101558
102007
  /** The name of the source. */
101559
102008
  Name?: string;
102009
+ /** The settings for the NDI flow source. This includes the exact name of the upstream NDI sender that you want to connect to your flow source. */
102010
+ NdiSourceSettings?: MediaConnectFlow_NdiSourceSettings;
101560
102011
  /** The protocol that is used by the source. */
101561
- Protocol?: "cdi" | "fujitsu-qos" | "rist" | "rtp" | "rtp-fec" | "srt-caller" | "srt-listener" | "st2110-jpegxs" | "zixi-push";
102012
+ Protocol?: "cdi" | "ndi-speed-hq" | "rist" | "rtp" | "rtp-fec" | "srt-caller" | "srt-listener" | "st2110-jpegxs" | "zixi-push";
101562
102013
  RouterIntegrationState?: "DISABLED" | "ENABLED";
101563
102014
  RouterIntegrationTransitDecryption?: MediaConnectFlow_FlowTransitEncryption;
101564
102015
  /** The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol. */
@@ -101575,6 +102026,8 @@ export declare class MediaConnectFlow_Source {
101575
102026
  SourceListenerPort?: number;
101576
102027
  /** The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. */
101577
102028
  StreamId?: string;
102029
+ /** Key-value pairs that can be used to tag this source. */
102030
+ Tags?: MediaConnectFlow_Tag[];
101578
102031
  /** The name of the VPC Interface this Source is configured with. */
101579
102032
  VpcInterfaceName?: string;
101580
102033
  /** The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. */
@@ -101595,6 +102048,13 @@ export declare class MediaConnectFlow_SourceMonitoringConfig {
101595
102048
  });
101596
102049
  }
101597
102050
 
102051
+ export declare class MediaConnectFlow_Tag {
102052
+ constructor(props: {
102053
+ Key: string;
102054
+ Value: string;
102055
+ });
102056
+ }
102057
+
101598
102058
  export declare class MediaConnectFlow_VideoMonitoringSetting {
101599
102059
  constructor(props: {
101600
102060
  BlackFrames?: MediaConnectFlow_BlackFrames;
@@ -101616,6 +102076,8 @@ export declare class MediaConnectFlow_VpcInterface {
101616
102076
  NetworkInterfaceIds?: string[];
101617
102077
  /** The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA. */
101618
102078
  NetworkInterfaceType?: "efa" | "ena";
102079
+ /** Key-value pairs that can be used to tag this VPC interface. */
102080
+ Tags?: MediaConnectFlow_Tag[];
101619
102081
  });
101620
102082
  }
101621
102083
 
@@ -104230,6 +104692,8 @@ export declare class MediaStream {
104230
104692
  Description?: string;
104231
104693
  /** The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver. */
104232
104694
  Fmt?: number;
104695
+ /** Key-value pairs that can be used to tag this media stream. */
104696
+ Tags?: MediaConnectFlow_Tag[];
104233
104697
  /** The resolution of the video. */
104234
104698
  VideoFormat?: "1080i" | "1080p" | "2160p" | "480p" | "720p";
104235
104699
  });
@@ -108837,8 +109301,8 @@ export declare class NdiConfig {
108837
109301
  MachineName?: string;
108838
109302
  /** A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly. */
108839
109303
  NdiDiscoveryServers?: MediaConnectFlow_NdiDiscoveryServerConfig[];
108840
- /** A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED. */
108841
- NdiState?: "DISABLED" | "ENABLED";
109304
+ /** A setting that controls whether NDI sources or outputs can be used in the flow. The default value is DISABLED. This value must be set as ENABLED for your flow to support NDI sources or outputs. */
109305
+ NdiState?: MediaConnectFlow_NdiState;
108842
109306
  });
108843
109307
  }
108844
109308
 
@@ -108853,6 +109317,12 @@ export declare class NdiDiscoveryServerConfig {
108853
109317
  });
108854
109318
  }
108855
109319
 
109320
+ export declare class NdiSourceSettings {
109321
+ constructor(props: {
109322
+ SourceName?: string;
109323
+ });
109324
+ }
109325
+
108856
109326
  export declare class NegativeFormat {
108857
109327
  constructor(props: {
108858
109328
  Prefix?: string;
@@ -110555,8 +111025,23 @@ export declare class OcspConfiguration {
110555
111025
  });
110556
111026
  }
110557
111027
 
111028
+ export declare class OdbNetwork_CrossRegionS3RestoreSourcesAccess {
111029
+ constructor(props: {
111030
+ /** The IPv4 addresses allowed for cross-Region Amazon S3 restore access. */
111031
+ Ipv4Addresses?: string[];
111032
+ /** The AWS-Region for cross-Region Amazon S3 restore access. */
111033
+ Region?: string;
111034
+ /** The current status of the cross-Region Amazon S3 restore access configuration. */
111035
+ Status?: OdbNetwork_ManagedResourceStatus;
111036
+ });
111037
+ }
111038
+
110558
111039
  export declare class OdbNetwork_ManagedServices {
110559
111040
  constructor(props: {
111041
+ /** The access configuration for the cross-Region Amazon S3 database restore source. */
111042
+ CrossRegionS3RestoreSourcesAccess?: OdbNetwork_CrossRegionS3RestoreSourcesAccess[];
111043
+ /** The AWS Key Management Service (KMS) access configuration. */
111044
+ KmsAccess?: Record<string, unknown>;
110560
111045
  /** The managed Amazon S3 backup access configuration. */
110561
111046
  ManagedS3BackupAccess?: Record<string, unknown>;
110562
111047
  /** The IPv4 CIDR blocks for the managed services. */
@@ -110569,6 +111054,8 @@ export declare class OdbNetwork_ManagedServices {
110569
111054
  ServiceNetworkArn?: string;
110570
111055
  /** The service network endpoint configuration. */
110571
111056
  ServiceNetworkEndpoint?: Record<string, unknown>;
111057
+ /** The AWS Security Token Service (STS) access configuration. */
111058
+ StsAccess?: Record<string, unknown>;
110572
111059
  /** The Zero-ETL access configuration. */
110573
111060
  ZeroEtlAccess?: Record<string, unknown>;
110574
111061
  });
@@ -111052,6 +111539,12 @@ export declare class OpenSearchServerlessCollection_Tag {
111052
111539
  });
111053
111540
  }
111054
111541
 
111542
+ export declare class OpenSearchServerlessCollection_VectorOptions {
111543
+ constructor(props: {
111544
+ ServerlessVectorAcceleration?: OpenSearchServerlessCollection_ServerlessVectorAcceleration;
111545
+ });
111546
+ }
111547
+
111055
111548
  export declare class OpenSearchServerlessConfiguration {
111056
111549
  constructor(props: {
111057
111550
  /** The ARN of the OpenSearch Service vector store. */
@@ -128840,6 +129333,62 @@ export declare class QuotaSettings {
128840
129333
  });
128841
129334
  }
128842
129335
 
129336
+ export declare class QuotaShare_QuotaShareCapacityLimit {
129337
+ constructor(props: {
129338
+ /** The unit of compute capacity for the capacityLimit. */
129339
+ CapacityUnit: string;
129340
+ /** The maximum capacity available for the quota share. This value represents the maximum amount of resources that can be allocated to jobs in the quota share without borrowing */
129341
+ MaxCapacity: number;
129342
+ });
129343
+ }
129344
+
129345
+ export declare class QuotaShare_QuotaSharePreemptionConfiguration {
129346
+ constructor(props: {
129347
+ /** Whether preemption is enabled within the quota share. */
129348
+ InSharePreemption: "DISABLED" | "ENABLED";
129349
+ });
129350
+ }
129351
+
129352
+ export declare class QuotaShare_QuotaShareResourceSharingConfiguration {
129353
+ constructor(props: {
129354
+ /** The resource sharing strategy. */
129355
+ Strategy: "LEND" | "LEND_AND_BORROW" | "RESERVE";
129356
+ /** The maximum amount of compute capacity that can be borrowed. Use -1 for unlimited borrowing. */
129357
+ BorrowLimit?: number;
129358
+ });
129359
+ }
129360
+
129361
+ export declare class QuotaShareCapacityLimit {
129362
+ constructor(props: {
129363
+ /** The unit of compute capacity for the capacityLimit. */
129364
+ CapacityUnit: string;
129365
+ /** The maximum capacity available for the quota share. This value represents the maximum amount of resources that can be allocated to jobs in the quota share without borrowing */
129366
+ MaxCapacity: number;
129367
+ });
129368
+ }
129369
+
129370
+ export declare class QuotaSharePolicy {
129371
+ constructor(props: {
129372
+ IdleResourceAssignmentStrategy?: "FIFO";
129373
+ });
129374
+ }
129375
+
129376
+ export declare class QuotaSharePreemptionConfiguration {
129377
+ constructor(props: {
129378
+ /** Whether preemption is enabled within the quota share. */
129379
+ InSharePreemption: "DISABLED" | "ENABLED";
129380
+ });
129381
+ }
129382
+
129383
+ export declare class QuotaShareResourceSharingConfiguration {
129384
+ constructor(props: {
129385
+ /** The resource sharing strategy. */
129386
+ Strategy: "LEND" | "LEND_AND_BORROW" | "RESERVE";
129387
+ /** The maximum amount of compute capacity that can be borrowed. Use -1 for unlimited borrowing. */
129388
+ BorrowLimit?: number;
129389
+ });
129390
+ }
129391
+
128843
129392
  export declare class R53ResourceRecord {
128844
129393
  constructor(props: {
128845
129394
  /** The DNS target domain name. */
@@ -137233,6 +137782,12 @@ export declare class SchedulingPolicy_FairsharePolicy {
137233
137782
  });
137234
137783
  }
137235
137784
 
137785
+ export declare class SchedulingPolicy_QuotaSharePolicy {
137786
+ constructor(props: {
137787
+ IdleResourceAssignmentStrategy?: "FIFO";
137788
+ });
137789
+ }
137790
+
137236
137791
  export declare class SchedulingPolicy_ShareAttributes {
137237
137792
  constructor(props: {
137238
137793
  ShareIdentifier?: string;
@@ -142115,15 +142670,6 @@ export declare class SpotMaintenanceStrategies {
142115
142670
  });
142116
142671
  }
142117
142672
 
142118
- export declare class SpotMarketOptions {
142119
- constructor(props: {
142120
- InstanceInterruptionBehavior?: "hibernate" | "stop";
142121
- MaxPrice?: string;
142122
- SpotInstanceType?: "one-time" | "persistent";
142123
- ValidUntilUtc?: string;
142124
- });
142125
- }
142126
-
142127
142673
  export declare class SpotOptions {
142128
142674
  constructor(props: {
142129
142675
  /** Deprecated. */
@@ -144814,6 +145360,13 @@ export declare class TargetGroupsConfig {
144814
145360
  });
144815
145361
  }
144816
145362
 
145363
+ export declare class TargetRedshiftCatalog {
145364
+ constructor(props: {
145365
+ /** The Amazon Resource Name (ARN) of the catalog resource. */
145366
+ CatalogArn: string;
145367
+ });
145368
+ }
145369
+
144817
145370
  export declare class TargetResource {
144818
145371
  constructor(props: {
144819
145372
  NLBResource?: Route53RecoveryReadinessResourceSet_NLBResource;
@@ -150120,6 +150673,12 @@ export declare class VectorKnowledgeBaseConfiguration {
150120
150673
  });
150121
150674
  }
150122
150675
 
150676
+ export declare class VectorOptions {
150677
+ constructor(props: {
150678
+ ServerlessVectorAcceleration?: OpenSearchServerlessCollection_ServerlessVectorAcceleration;
150679
+ });
150680
+ }
150681
+
150123
150682
  export declare class VectorSearchConfiguration {
150124
150683
  constructor(props: {
150125
150684
  /** The vector search dimension */
@@ -151999,6 +152558,8 @@ export declare class VpcInterface {
151999
152558
  NetworkInterfaceIds?: string[];
152000
152559
  /** The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA. */
152001
152560
  NetworkInterfaceType?: "efa" | "ena";
152561
+ /** Key-value pairs that can be used to tag this VPC interface. */
152562
+ Tags?: MediaConnectFlow_Tag[];
152002
152563
  });
152003
152564
  }
152004
152565
 
@@ -155062,13 +155623,6 @@ export declare class WorkspaceInstance_InstanceMaintenanceOptionsRequest {
155062
155623
  });
155063
155624
  }
155064
155625
 
155065
- export declare class WorkspaceInstance_InstanceMarketOptionsRequest {
155066
- constructor(props: {
155067
- MarketType?: "capacity-block" | "spot";
155068
- SpotOptions?: WorkspaceInstance_SpotMarketOptions;
155069
- });
155070
- }
155071
-
155072
155626
  export declare class WorkspaceInstance_InstanceMetadataOptionsRequest {
155073
155627
  constructor(props: {
155074
155628
  HttpEndpoint?: "disabled" | "enabled";
@@ -155143,15 +155697,6 @@ export declare class WorkspaceInstance_RunInstancesMonitoringEnabled {
155143
155697
  });
155144
155698
  }
155145
155699
 
155146
- export declare class WorkspaceInstance_SpotMarketOptions {
155147
- constructor(props: {
155148
- InstanceInterruptionBehavior?: "hibernate" | "stop";
155149
- MaxPrice?: string;
155150
- SpotInstanceType?: "one-time" | "persistent";
155151
- ValidUntilUtc?: string;
155152
- });
155153
- }
155154
-
155155
155700
  export declare class WorkspaceInstance_Tag {
155156
155701
  constructor(props: {
155157
155702
  Key: string;
@@ -157560,6 +158105,8 @@ export type BedrockAgentCoreGateway_ExceptionLevel = "DEBUG";
157560
158105
 
157561
158106
  export type BedrockAgentCoreGateway_GatewayInterceptionPoint = "REQUEST" | "RESPONSE";
157562
158107
 
158108
+ export type BedrockAgentCoreGateway_GatewayPolicyEngineMode = "ENFORCE" | "LOG_ONLY";
158109
+
157563
158110
  export type BedrockAgentCoreGateway_GatewayProtocolType = "MCP";
157564
158111
 
157565
158112
  export type BedrockAgentCoreGateway_GatewayStatus =
@@ -158864,6 +159411,8 @@ export type FeatureGroup_ThroughputMode = "OnDemand" | "Provisioned";
158864
159411
 
158865
159412
  export type FeatureGroup_Unit = "Days" | "Hours" | "Minutes" | "Seconds" | "Weeks";
158866
159413
 
159414
+ export type Feed_OutputStatus = "DISABLED" | "ENABLED";
159415
+
158867
159416
  export type FHIRDatastore_DatastoreStatus = "ACTIVE" | "CREATING" | "DELETED" | "DELETING";
158868
159417
 
158869
159418
  export type FHIRDatastore_DatastoreTypeVersion = "R4";
@@ -159745,8 +160294,14 @@ export type Map_PricingPlan = "RequestBasedUsage";
159745
160294
 
159746
160295
  export type MatchingWorkflow_ResolutionType = "ML_MATCHING" | "PROVIDER" | "RULE_MATCHING";
159747
160296
 
160297
+ export type MediaConnectFlow_EncodingProfile =
160298
+ | "CONTRIBUTION_H264_DEFAULT"
160299
+ | "DISTRIBUTION_H264_DEFAULT";
160300
+
159748
160301
  export type MediaConnectFlow_FlowTransitEncryptionKeyType = "AUTOMATIC" | "SECRETS_MANAGER";
159749
160302
 
160303
+ export type MediaConnectFlow_NdiState = "DISABLED" | "ENABLED";
160304
+
159750
160305
  export type MediaLiveCluster_ClusterState =
159751
160306
  | "ACTIVE"
159752
160307
  | "CREATE_FAILED"
@@ -160039,6 +160594,11 @@ export type OpenSearchServerlessCollection_CollectionType =
160039
160594
  | "TIMESERIES"
160040
160595
  | "VECTORSEARCH";
160041
160596
 
160597
+ export type OpenSearchServerlessCollection_ServerlessVectorAcceleration =
160598
+ | "ALLOWED"
160599
+ | "DISABLED"
160600
+ | "ENABLED";
160601
+
160042
160602
  export type OpenSearchServerlessCollection_StandbyReplicas = "DISABLED" | "ENABLED";
160043
160603
 
160044
160604
  export type OpenSearchServerlessLifecyclePolicy_LifecyclePolicyType = "retention";