@intentius/chant-lexicon-aws 0.0.24 → 0.1.1
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.
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +586 -54
- package/dist/types/index.d.ts +655 -60
- package/package.json +5 -2
- package/src/codegen/docs.ts +9 -1
- package/src/composites/efs-with-access-point.ts +90 -0
- package/src/composites/fargate-service.ts +93 -2
- package/src/composites/index.ts +2 -0
- package/src/composites/lambda-dynamodb.ts +66 -17
- package/src/composites/lambda-s3.ts +66 -20
- package/src/generated/index.d.ts +655 -60
- package/src/generated/index.ts +56 -9
- package/src/generated/lexicon-aws.json +586 -54
- package/src/index.ts +2 -0
- package/src/serializer.ts +1 -3
package/src/generated/index.d.ts
CHANGED
|
@@ -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" | "
|
|
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
|
|
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
|
|
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
|
-
/**
|
|
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
|
|
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
|
|
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;
|
|
@@ -19644,6 +19787,7 @@ export declare class Logging {
|
|
|
19644
19787
|
export declare class LogGroup {
|
|
19645
19788
|
constructor(props: {
|
|
19646
19789
|
Arn?: string;
|
|
19790
|
+
BearerTokenAuthenticationEnabled?: boolean;
|
|
19647
19791
|
/** Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks. */
|
|
19648
19792
|
DataProtectionPolicy?: Record<string, unknown>;
|
|
19649
19793
|
/** Indicates whether deletion protection is enabled for this log group. When enabled, deletion protection blocks all deletion operations until it is explicitly disabled. */
|
|
@@ -19746,7 +19890,7 @@ export declare class LogsScheduledQuery {
|
|
|
19746
19890
|
CreationTime?: number;
|
|
19747
19891
|
Description?: string;
|
|
19748
19892
|
DestinationConfiguration?: LogsScheduledQuery_DestinationConfiguration;
|
|
19749
|
-
LastExecutionStatus?: "Complete" | "Failed" | "InvalidQuery" | "Timeout";
|
|
19893
|
+
LastExecutionStatus?: "Complete" | "Failed" | "InvalidQuery" | "Pending" | "Timeout";
|
|
19750
19894
|
LastTriggeredTime?: number;
|
|
19751
19895
|
LastUpdatedTime?: number;
|
|
19752
19896
|
LogGroupIdentifiers?: string[];
|
|
@@ -19759,7 +19903,7 @@ export declare class LogsScheduledQuery {
|
|
|
19759
19903
|
Timezone?: string;
|
|
19760
19904
|
}, attributes?: CFResourceAttributes);
|
|
19761
19905
|
readonly CreationTime: number;
|
|
19762
|
-
readonly LastExecutionStatus: "Complete" | "Failed" | "InvalidQuery" | "Timeout";
|
|
19906
|
+
readonly LastExecutionStatus: "Complete" | "Failed" | "InvalidQuery" | "Pending" | "Timeout";
|
|
19763
19907
|
readonly LastTriggeredTime: number;
|
|
19764
19908
|
readonly LastUpdatedTime: number;
|
|
19765
19909
|
readonly ScheduledQueryArn: string;
|
|
@@ -20315,24 +20459,28 @@ export declare class MediaConnectFlow {
|
|
|
20315
20459
|
AvailabilityZone?: string;
|
|
20316
20460
|
/** The IP address from which video will be sent to output destinations. */
|
|
20317
20461
|
EgressIp?: string;
|
|
20462
|
+
/** 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. */
|
|
20463
|
+
EncodingConfig?: MediaConnectFlow_EncodingConfig;
|
|
20318
20464
|
/** The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow. */
|
|
20319
20465
|
FlowArn?: string;
|
|
20320
20466
|
/** 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
20467
|
FlowAvailabilityZone?: string;
|
|
20322
20468
|
/** A prefix for the names of the NDI sources that the flow creates.(ReadOnly) */
|
|
20323
20469
|
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";
|
|
20470
|
+
/** 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. */
|
|
20471
|
+
FlowSize?: "LARGE" | "LARGE_4X" | "MEDIUM";
|
|
20326
20472
|
/** The maintenance settings you want to use for the flow. */
|
|
20327
20473
|
Maintenance?: MediaConnectFlow_Maintenance;
|
|
20328
20474
|
/** The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow. */
|
|
20329
20475
|
MediaStreams?: MediaConnectFlow_MediaStream[];
|
|
20330
|
-
/** Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. */
|
|
20476
|
+
/** Specifies the configuration settings for NDI sources and outputs. Required when the flow includes NDI sources or outputs. */
|
|
20331
20477
|
NdiConfig?: MediaConnectFlow_NdiConfig;
|
|
20332
20478
|
/** The source failover config of the flow. */
|
|
20333
20479
|
SourceFailoverConfig?: MediaConnectFlow_FailoverConfig;
|
|
20334
20480
|
/** The source monitoring config of the flow. */
|
|
20335
20481
|
SourceMonitoringConfig?: MediaConnectFlow_SourceMonitoringConfig;
|
|
20482
|
+
/** Key-value pairs that can be used to tag this flow. */
|
|
20483
|
+
Tags?: MediaConnectFlow_Tag[];
|
|
20336
20484
|
/** The VPC interfaces that you added to this flow. */
|
|
20337
20485
|
VpcInterfaces?: MediaConnectFlow_VpcInterface[];
|
|
20338
20486
|
}, attributes?: CFResourceAttributes);
|
|
@@ -20340,11 +20488,9 @@ export declare class MediaConnectFlow {
|
|
|
20340
20488
|
readonly FlowArn: string;
|
|
20341
20489
|
readonly FlowAvailabilityZone: string;
|
|
20342
20490
|
readonly FlowNdiMachineName: string;
|
|
20343
|
-
readonly MediaStreams_Item_Fmt: string;
|
|
20344
20491
|
readonly Source_IngestIp: string;
|
|
20345
20492
|
readonly Source_SourceArn: string;
|
|
20346
20493
|
readonly Source_SourceIngestPort: string;
|
|
20347
|
-
readonly VpcInterfaces_Item_NetworkInterfaceIds: string;
|
|
20348
20494
|
}
|
|
20349
20495
|
|
|
20350
20496
|
export declare class MediaConnectGateway {
|
|
@@ -20410,6 +20556,7 @@ export declare class MediaLiveChannel {
|
|
|
20410
20556
|
DryRun?: boolean;
|
|
20411
20557
|
EncoderSettings?: MediaLiveChannel_EncoderSettings;
|
|
20412
20558
|
Id?: string;
|
|
20559
|
+
InferenceSettings?: MediaLiveChannel_InferenceSettings;
|
|
20413
20560
|
InputAttachments?: MediaLiveChannel_InputAttachment[];
|
|
20414
20561
|
Inputs?: string[];
|
|
20415
20562
|
InputSpecification?: MediaLiveChannel_InputSpecification;
|
|
@@ -22792,6 +22939,8 @@ export declare class OdbNetwork {
|
|
|
22792
22939
|
BackupSubnetCidr?: string;
|
|
22793
22940
|
/** The CIDR range of the client subnet in the ODB network. */
|
|
22794
22941
|
ClientSubnetCidr?: string;
|
|
22942
|
+
/** The cross-Region Amazon S3 restore sources for the ODB network. */
|
|
22943
|
+
CrossRegionS3RestoreSources?: string[];
|
|
22795
22944
|
/** The domain name to use for the resources in the ODB network. */
|
|
22796
22945
|
CustomDomainName?: string;
|
|
22797
22946
|
/** The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com. */
|
|
@@ -22800,6 +22949,10 @@ export declare class OdbNetwork {
|
|
|
22800
22949
|
DeleteAssociatedResources?: boolean;
|
|
22801
22950
|
/** The user-friendly name of the ODB network. */
|
|
22802
22951
|
DisplayName?: string;
|
|
22952
|
+
/** The AWS Key Management Service (KMS) access configuration for the ODB network. */
|
|
22953
|
+
KmsAccess?: "DISABLED" | "ENABLED";
|
|
22954
|
+
/** The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network. */
|
|
22955
|
+
KmsPolicyDocument?: string;
|
|
22803
22956
|
ManagedServices?: OdbNetwork_ManagedServices;
|
|
22804
22957
|
/** The unique identifier of the OCI network anchor for the ODB network. */
|
|
22805
22958
|
OciNetworkAnchorId?: string;
|
|
@@ -22815,6 +22968,10 @@ export declare class OdbNetwork {
|
|
|
22815
22968
|
S3Access?: "DISABLED" | "ENABLED";
|
|
22816
22969
|
/** Specifies the endpoint policy for Amazon S3 access from the ODB network. */
|
|
22817
22970
|
S3PolicyDocument?: string;
|
|
22971
|
+
/** The AWS Security Token Service (STS) access configuration for the ODB network. */
|
|
22972
|
+
StsAccess?: "DISABLED" | "ENABLED";
|
|
22973
|
+
/** The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network. */
|
|
22974
|
+
StsPolicyDocument?: string;
|
|
22818
22975
|
/** Tags to assign to the Odb Network. */
|
|
22819
22976
|
Tags?: OdbNetwork_Tag[];
|
|
22820
22977
|
/** Specifies the configuration for Zero-ETL access from the ODB network. */
|
|
@@ -22848,6 +23005,8 @@ export declare class OdbPeeringConnection {
|
|
|
22848
23005
|
PeerNetworkCidrs?: string[];
|
|
22849
23006
|
/** The unique identifier of the peer network. */
|
|
22850
23007
|
PeerNetworkId?: string;
|
|
23008
|
+
/** The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment. */
|
|
23009
|
+
PeerNetworkRouteTableIds?: string[];
|
|
22851
23010
|
/** Tags to assign to the Odb peering connection. */
|
|
22852
23011
|
Tags?: OdbPeeringConnection_Tag[];
|
|
22853
23012
|
}, attributes?: CFResourceAttributes);
|
|
@@ -22992,6 +23151,7 @@ Contains between 3 and 32 characters
|
|
|
22992
23151
|
/** List of tags to be added to the resource */
|
|
22993
23152
|
Tags?: OpenSearchServerlessCollection_Tag[];
|
|
22994
23153
|
Type?: OpenSearchServerlessCollection_CollectionType;
|
|
23154
|
+
VectorOptions?: OpenSearchServerlessCollection_VectorOptions;
|
|
22995
23155
|
}, attributes?: CFResourceAttributes);
|
|
22996
23156
|
readonly Arn: string;
|
|
22997
23157
|
readonly CollectionEndpoint: string;
|
|
@@ -25791,6 +25951,28 @@ export declare class QuickSightTopic {
|
|
|
25791
25951
|
readonly Arn: string;
|
|
25792
25952
|
}
|
|
25793
25953
|
|
|
25954
|
+
export declare class QuotaShare {
|
|
25955
|
+
constructor(props: {
|
|
25956
|
+
/** The capacity limits for the quota share. */
|
|
25957
|
+
CapacityLimits: QuotaShare_QuotaShareCapacityLimit[];
|
|
25958
|
+
/** The Amazon Resource Name (ARN) or name of the job queue. */
|
|
25959
|
+
JobQueue: string;
|
|
25960
|
+
/** The preemption configuration for the quota share. */
|
|
25961
|
+
PreemptionConfiguration: QuotaShare_QuotaSharePreemptionConfiguration;
|
|
25962
|
+
/** The name of the quota share. */
|
|
25963
|
+
QuotaShareName: string;
|
|
25964
|
+
/** The resource sharing configuration for the quota share. */
|
|
25965
|
+
ResourceSharingConfiguration: QuotaShare_QuotaShareResourceSharingConfiguration;
|
|
25966
|
+
/** The Amazon Resource Name (ARN) of the quota share. */
|
|
25967
|
+
QuotaShareArn?: string;
|
|
25968
|
+
/** The state of the quota share. */
|
|
25969
|
+
State?: "DISABLED" | "ENABLED";
|
|
25970
|
+
/** A key-value pair to associate with a resource. */
|
|
25971
|
+
Tags?: Record<string, unknown>;
|
|
25972
|
+
}, attributes?: CFResourceAttributes);
|
|
25973
|
+
readonly QuotaShareArn: string;
|
|
25974
|
+
}
|
|
25975
|
+
|
|
25794
25976
|
export declare class RAMPermission {
|
|
25795
25977
|
constructor(props: {
|
|
25796
25978
|
/** The name of the permission. */
|
|
@@ -26216,7 +26398,7 @@ auto - Amazon Redshift determines whether to use AQUA.
|
|
|
26216
26398
|
ClusterVersion?: string;
|
|
26217
26399
|
/** A boolean indicating whether to enable the deferred maintenance window. */
|
|
26218
26400
|
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
|
|
26401
|
+
/** 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
26402
|
DeferMaintenanceDuration?: number;
|
|
26221
26403
|
/** A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration. */
|
|
26222
26404
|
DeferMaintenanceEndTime?: string;
|
|
@@ -29216,6 +29398,7 @@ export declare class SchedulingPolicy {
|
|
|
29216
29398
|
FairsharePolicy?: SchedulingPolicy_FairsharePolicy;
|
|
29217
29399
|
/** Name of Scheduling Policy. */
|
|
29218
29400
|
Name?: string;
|
|
29401
|
+
QuotaSharePolicy?: SchedulingPolicy_QuotaSharePolicy;
|
|
29219
29402
|
/** A key-value pair to associate with a resource. */
|
|
29220
29403
|
Tags?: Record<string, unknown>;
|
|
29221
29404
|
}, attributes?: CFResourceAttributes);
|
|
@@ -30801,6 +30984,19 @@ export declare class SpotFleet {
|
|
|
30801
30984
|
readonly Id: string;
|
|
30802
30985
|
}
|
|
30803
30986
|
|
|
30987
|
+
export declare class SqlHaStandbyDetectedInstance {
|
|
30988
|
+
constructor(props: {
|
|
30989
|
+
InstanceId: string;
|
|
30990
|
+
HaStatus?: SqlHaStandbyDetectedInstance_HaStatus;
|
|
30991
|
+
LastUpdatedTime?: string;
|
|
30992
|
+
SqlServerCredentials?: string;
|
|
30993
|
+
SqlServerLicenseUsage?: SqlHaStandbyDetectedInstance_SqlServerLicenseUsage;
|
|
30994
|
+
}, attributes?: CFResourceAttributes);
|
|
30995
|
+
readonly HaStatus: SqlHaStandbyDetectedInstance_HaStatus;
|
|
30996
|
+
readonly LastUpdatedTime: string;
|
|
30997
|
+
readonly SqlServerLicenseUsage: SqlHaStandbyDetectedInstance_SqlServerLicenseUsage;
|
|
30998
|
+
}
|
|
30999
|
+
|
|
30804
31000
|
export declare class SSMAssociation {
|
|
30805
31001
|
constructor(props: {
|
|
30806
31002
|
/** The name of the SSM document. */
|
|
@@ -50817,6 +51013,14 @@ export declare class BedrockAgentCoreGateway_GatewayInterceptorConfiguration {
|
|
|
50817
51013
|
});
|
|
50818
51014
|
}
|
|
50819
51015
|
|
|
51016
|
+
export declare class BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration {
|
|
51017
|
+
constructor(props: {
|
|
51018
|
+
/** 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. */
|
|
51019
|
+
Arn: string;
|
|
51020
|
+
Mode: BedrockAgentCoreGateway_GatewayPolicyEngineMode;
|
|
51021
|
+
});
|
|
51022
|
+
}
|
|
51023
|
+
|
|
50820
51024
|
export declare class BedrockAgentCoreGateway_InterceptorInputConfiguration {
|
|
50821
51025
|
constructor(props: {
|
|
50822
51026
|
PassRequestHeaders: boolean;
|
|
@@ -55791,6 +55995,83 @@ export declare class CastColumnTypesOperation {
|
|
|
55791
55995
|
});
|
|
55792
55996
|
}
|
|
55793
55997
|
|
|
55998
|
+
export declare class Catalog_CatalogProperties {
|
|
55999
|
+
constructor(props: {
|
|
56000
|
+
/** Additional key-value properties for the catalog. */
|
|
56001
|
+
CustomProperties?: Record<string, unknown>;
|
|
56002
|
+
DataLakeAccessProperties?: Catalog_DataLakeAccessProperties;
|
|
56003
|
+
});
|
|
56004
|
+
}
|
|
56005
|
+
|
|
56006
|
+
export declare class Catalog_DataLakeAccessProperties {
|
|
56007
|
+
constructor(props: {
|
|
56008
|
+
/** Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. */
|
|
56009
|
+
AllowFullTableExternalDataAccess?: "False" | "True";
|
|
56010
|
+
/** Specifies a federated catalog type for the native catalog resource. */
|
|
56011
|
+
CatalogType?: string;
|
|
56012
|
+
/** 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. */
|
|
56013
|
+
DataLakeAccess?: boolean;
|
|
56014
|
+
/** A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query. */
|
|
56015
|
+
DataTransferRole?: string;
|
|
56016
|
+
/** An encryption key that will be used for the staging bucket that will be created along with the catalog. */
|
|
56017
|
+
KmsKey?: string;
|
|
56018
|
+
/** The name of the managed workgroup associated with the catalog. */
|
|
56019
|
+
ManagedWorkgroupName?: string;
|
|
56020
|
+
/** The status of the managed workgroup. */
|
|
56021
|
+
ManagedWorkgroupStatus?: string;
|
|
56022
|
+
/** The name of the Redshift database. */
|
|
56023
|
+
RedshiftDatabaseName?: string;
|
|
56024
|
+
});
|
|
56025
|
+
}
|
|
56026
|
+
|
|
56027
|
+
export declare class Catalog_DataLakePrincipal {
|
|
56028
|
+
constructor(props: {
|
|
56029
|
+
/** An identifier for the Lake Formation principal. */
|
|
56030
|
+
DataLakePrincipalIdentifier?: string;
|
|
56031
|
+
});
|
|
56032
|
+
}
|
|
56033
|
+
|
|
56034
|
+
export declare class Catalog_FederatedCatalog {
|
|
56035
|
+
constructor(props: {
|
|
56036
|
+
/** The name of the connection to an external data source. */
|
|
56037
|
+
ConnectionName?: string;
|
|
56038
|
+
/** A unique identifier for the federated catalog. */
|
|
56039
|
+
Identifier?: string;
|
|
56040
|
+
});
|
|
56041
|
+
}
|
|
56042
|
+
|
|
56043
|
+
export declare class Catalog_PrincipalPermissions {
|
|
56044
|
+
constructor(props: {
|
|
56045
|
+
/** The permissions that are granted to the principal. */
|
|
56046
|
+
Permissions?: "ALL" | "ALTER" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "DELETE" | "DROP" | "INSERT" | "SELECT"[];
|
|
56047
|
+
Principal?: Catalog_DataLakePrincipal;
|
|
56048
|
+
});
|
|
56049
|
+
}
|
|
56050
|
+
|
|
56051
|
+
export declare class Catalog_Tag {
|
|
56052
|
+
constructor(props: {
|
|
56053
|
+
/** The key name of the tag. */
|
|
56054
|
+
Key: string;
|
|
56055
|
+
/** The value for the tag. */
|
|
56056
|
+
Value: string;
|
|
56057
|
+
});
|
|
56058
|
+
}
|
|
56059
|
+
|
|
56060
|
+
export declare class Catalog_TargetRedshiftCatalog {
|
|
56061
|
+
constructor(props: {
|
|
56062
|
+
/** The Amazon Resource Name (ARN) of the catalog resource. */
|
|
56063
|
+
CatalogArn: string;
|
|
56064
|
+
});
|
|
56065
|
+
}
|
|
56066
|
+
|
|
56067
|
+
export declare class CatalogProperties {
|
|
56068
|
+
constructor(props: {
|
|
56069
|
+
/** Additional key-value properties for the catalog. */
|
|
56070
|
+
CustomProperties?: Record<string, unknown>;
|
|
56071
|
+
DataLakeAccessProperties?: Catalog_DataLakeAccessProperties;
|
|
56072
|
+
});
|
|
56073
|
+
}
|
|
56074
|
+
|
|
55794
56075
|
export declare class CatalogTarget {
|
|
55795
56076
|
constructor(props: {
|
|
55796
56077
|
/** 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 +57718,23 @@ export declare class ClientVpnEndpoint_TagSpecification {
|
|
|
57437
57718
|
});
|
|
57438
57719
|
}
|
|
57439
57720
|
|
|
57721
|
+
export declare class ClippingConfig {
|
|
57722
|
+
constructor(props: {
|
|
57723
|
+
CallbackMetadata?: string;
|
|
57724
|
+
});
|
|
57725
|
+
}
|
|
57726
|
+
|
|
57727
|
+
export declare class CloudAutonomousVmCluster_IamRole {
|
|
57728
|
+
constructor(props: {
|
|
57729
|
+
/** The AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role. */
|
|
57730
|
+
AwsIntegration?: string;
|
|
57731
|
+
/** The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role. */
|
|
57732
|
+
IamRoleArn?: string;
|
|
57733
|
+
/** The current status of the AWS Identity and Access Management (IAM) service role. */
|
|
57734
|
+
Status?: string;
|
|
57735
|
+
});
|
|
57736
|
+
}
|
|
57737
|
+
|
|
57440
57738
|
export declare class CloudAutonomousVmCluster_MaintenanceWindow {
|
|
57441
57739
|
constructor(props: {
|
|
57442
57740
|
/** The days of the week when maintenance can be performed. */
|
|
@@ -57690,6 +57988,17 @@ export declare class CloudVmCluster_DbNode {
|
|
|
57690
57988
|
});
|
|
57691
57989
|
}
|
|
57692
57990
|
|
|
57991
|
+
export declare class CloudVmCluster_IamRole {
|
|
57992
|
+
constructor(props: {
|
|
57993
|
+
/** The AWS integration configuration settings for the AWS Identity and Access Management (IAM) service role. */
|
|
57994
|
+
AwsIntegration?: string;
|
|
57995
|
+
/** The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role. */
|
|
57996
|
+
IamRoleArn?: string;
|
|
57997
|
+
/** The current status of the AWS Identity and Access Management (IAM) service role. */
|
|
57998
|
+
Status?: string;
|
|
57999
|
+
});
|
|
58000
|
+
}
|
|
58001
|
+
|
|
57693
58002
|
export declare class CloudVmCluster_Tag {
|
|
57694
58003
|
constructor(props: {
|
|
57695
58004
|
/** 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 +64592,17 @@ export declare class CrossRegionCopyTarget {
|
|
|
64283
64592
|
});
|
|
64284
64593
|
}
|
|
64285
64594
|
|
|
64595
|
+
export declare class CrossRegionS3RestoreSourcesAccess {
|
|
64596
|
+
constructor(props: {
|
|
64597
|
+
/** The IPv4 addresses allowed for cross-Region Amazon S3 restore access. */
|
|
64598
|
+
Ipv4Addresses?: string[];
|
|
64599
|
+
/** The AWS-Region for cross-Region Amazon S3 restore access. */
|
|
64600
|
+
Region?: string;
|
|
64601
|
+
/** The current status of the cross-Region Amazon S3 restore access configuration. */
|
|
64602
|
+
Status?: OdbNetwork_ManagedResourceStatus;
|
|
64603
|
+
});
|
|
64604
|
+
}
|
|
64605
|
+
|
|
64286
64606
|
export declare class CsrExtensions {
|
|
64287
64607
|
constructor(props: {
|
|
64288
64608
|
KeyUsage?: CertificateAuthority_KeyUsage;
|
|
@@ -67164,6 +67484,27 @@ export declare class DataLake_Transitions {
|
|
|
67164
67484
|
});
|
|
67165
67485
|
}
|
|
67166
67486
|
|
|
67487
|
+
export declare class DataLakeAccessProperties {
|
|
67488
|
+
constructor(props: {
|
|
67489
|
+
/** Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. */
|
|
67490
|
+
AllowFullTableExternalDataAccess?: "False" | "True";
|
|
67491
|
+
/** Specifies a federated catalog type for the native catalog resource. */
|
|
67492
|
+
CatalogType?: string;
|
|
67493
|
+
/** 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. */
|
|
67494
|
+
DataLakeAccess?: boolean;
|
|
67495
|
+
/** A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query. */
|
|
67496
|
+
DataTransferRole?: string;
|
|
67497
|
+
/** An encryption key that will be used for the staging bucket that will be created along with the catalog. */
|
|
67498
|
+
KmsKey?: string;
|
|
67499
|
+
/** The name of the managed workgroup associated with the catalog. */
|
|
67500
|
+
ManagedWorkgroupName?: string;
|
|
67501
|
+
/** The status of the managed workgroup. */
|
|
67502
|
+
ManagedWorkgroupStatus?: string;
|
|
67503
|
+
/** The name of the Redshift database. */
|
|
67504
|
+
RedshiftDatabaseName?: string;
|
|
67505
|
+
});
|
|
67506
|
+
}
|
|
67507
|
+
|
|
67167
67508
|
export declare class DataLakeSettings_DataLakePrincipal {
|
|
67168
67509
|
constructor(props: {
|
|
67169
67510
|
DataLakePrincipalIdentifier: string;
|
|
@@ -78054,6 +78395,14 @@ export declare class EncoderSettings {
|
|
|
78054
78395
|
});
|
|
78055
78396
|
}
|
|
78056
78397
|
|
|
78398
|
+
export declare class EncodingConfig {
|
|
78399
|
+
constructor(props: {
|
|
78400
|
+
EncodingProfile?: MediaConnectFlow_EncodingProfile;
|
|
78401
|
+
/** 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. */
|
|
78402
|
+
VideoMaxBitrate?: number;
|
|
78403
|
+
});
|
|
78404
|
+
}
|
|
78405
|
+
|
|
78057
78406
|
export declare class EncodingParameters {
|
|
78058
78407
|
constructor(props: {
|
|
78059
78408
|
/** 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 +82188,15 @@ export declare class FederatedAuthenticationRequest {
|
|
|
81839
82188
|
});
|
|
81840
82189
|
}
|
|
81841
82190
|
|
|
82191
|
+
export declare class FederatedCatalog {
|
|
82192
|
+
constructor(props: {
|
|
82193
|
+
/** The name of the connection to an external data source. */
|
|
82194
|
+
ConnectionName?: string;
|
|
82195
|
+
/** A unique identifier for the federated catalog. */
|
|
82196
|
+
Identifier?: string;
|
|
82197
|
+
});
|
|
82198
|
+
}
|
|
82199
|
+
|
|
81842
82200
|
export declare class FederatedDatabase {
|
|
81843
82201
|
constructor(props: {
|
|
81844
82202
|
/** The name of the connection to the external metastore. */
|
|
@@ -81865,6 +82223,21 @@ export declare class FederationParameters {
|
|
|
81865
82223
|
});
|
|
81866
82224
|
}
|
|
81867
82225
|
|
|
82226
|
+
export declare class Feed_ClippingConfig {
|
|
82227
|
+
constructor(props: {
|
|
82228
|
+
CallbackMetadata?: string;
|
|
82229
|
+
});
|
|
82230
|
+
}
|
|
82231
|
+
|
|
82232
|
+
export declare class Feed_GetOutput {
|
|
82233
|
+
constructor(props: {
|
|
82234
|
+
Name: string;
|
|
82235
|
+
OutputConfig: any;
|
|
82236
|
+
Status: Feed_OutputStatus;
|
|
82237
|
+
Description?: string;
|
|
82238
|
+
});
|
|
82239
|
+
}
|
|
82240
|
+
|
|
81868
82241
|
export declare class FeedbackAttributes {
|
|
81869
82242
|
constructor(props: {
|
|
81870
82243
|
/** If the value is true, you receive email notifications when bounce or complaint events occur */
|
|
@@ -82620,6 +82993,13 @@ export declare class FlowEntitlement_Encryption {
|
|
|
82620
82993
|
});
|
|
82621
82994
|
}
|
|
82622
82995
|
|
|
82996
|
+
export declare class FlowEntitlement_Tag {
|
|
82997
|
+
constructor(props: {
|
|
82998
|
+
Key: string;
|
|
82999
|
+
Value: string;
|
|
83000
|
+
});
|
|
83001
|
+
}
|
|
83002
|
+
|
|
82623
83003
|
export declare class FlowLog_Tag {
|
|
82624
83004
|
constructor(props: {
|
|
82625
83005
|
Key: string;
|
|
@@ -82705,6 +83085,13 @@ export declare class FlowOutput_SecretsManagerEncryptionKeyConfiguration {
|
|
|
82705
83085
|
});
|
|
82706
83086
|
}
|
|
82707
83087
|
|
|
83088
|
+
export declare class FlowOutput_Tag {
|
|
83089
|
+
constructor(props: {
|
|
83090
|
+
Key: string;
|
|
83091
|
+
Value: string;
|
|
83092
|
+
});
|
|
83093
|
+
}
|
|
83094
|
+
|
|
82708
83095
|
export declare class FlowOutput_VpcInterfaceAttachment {
|
|
82709
83096
|
constructor(props: {
|
|
82710
83097
|
/** The name of the VPC interface to use for this output. */
|
|
@@ -82744,6 +83131,13 @@ export declare class FlowSource_GatewayBridgeSource {
|
|
|
82744
83131
|
});
|
|
82745
83132
|
}
|
|
82746
83133
|
|
|
83134
|
+
export declare class FlowSource_Tag {
|
|
83135
|
+
constructor(props: {
|
|
83136
|
+
Key: string;
|
|
83137
|
+
Value: string;
|
|
83138
|
+
});
|
|
83139
|
+
}
|
|
83140
|
+
|
|
82747
83141
|
export declare class FlowSource_VpcInterfaceAttachment {
|
|
82748
83142
|
constructor(props: {
|
|
82749
83143
|
/** The name of the VPC interface to use for this resource. */
|
|
@@ -84861,6 +85255,14 @@ export declare class GatewayPlatform {
|
|
|
84861
85255
|
});
|
|
84862
85256
|
}
|
|
84863
85257
|
|
|
85258
|
+
export declare class GatewayPolicyEngineConfiguration {
|
|
85259
|
+
constructor(props: {
|
|
85260
|
+
/** 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. */
|
|
85261
|
+
Arn: string;
|
|
85262
|
+
Mode: BedrockAgentCoreGateway_GatewayPolicyEngineMode;
|
|
85263
|
+
});
|
|
85264
|
+
}
|
|
85265
|
+
|
|
84864
85266
|
export declare class GatewayRoute_GatewayRouteHostnameMatch {
|
|
84865
85267
|
constructor(props: {
|
|
84866
85268
|
Exact?: string;
|
|
@@ -85341,6 +85743,15 @@ export declare class GeoSpatialColumnGroup {
|
|
|
85341
85743
|
});
|
|
85342
85744
|
}
|
|
85343
85745
|
|
|
85746
|
+
export declare class GetOutput {
|
|
85747
|
+
constructor(props: {
|
|
85748
|
+
Name: string;
|
|
85749
|
+
OutputConfig: any;
|
|
85750
|
+
Status: Feed_OutputStatus;
|
|
85751
|
+
Description?: string;
|
|
85752
|
+
});
|
|
85753
|
+
}
|
|
85754
|
+
|
|
85344
85755
|
export declare class GitBranchFilterCriteria {
|
|
85345
85756
|
constructor(props: {
|
|
85346
85757
|
/** The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline. */
|
|
@@ -88314,13 +88725,6 @@ export declare class IamPropertiesInput {
|
|
|
88314
88725
|
});
|
|
88315
88726
|
}
|
|
88316
88727
|
|
|
88317
|
-
export declare class IamRole {
|
|
88318
|
-
constructor(props: {
|
|
88319
|
-
/** The ARN of the IAM role. */
|
|
88320
|
-
arn?: string;
|
|
88321
|
-
});
|
|
88322
|
-
}
|
|
88323
|
-
|
|
88324
88728
|
export declare class IamUser {
|
|
88325
88729
|
constructor(props: {
|
|
88326
88730
|
/** The ARN of the IAM user. */
|
|
@@ -90032,6 +90436,12 @@ export declare class InferenceScheduler_Tag {
|
|
|
90032
90436
|
});
|
|
90033
90437
|
}
|
|
90034
90438
|
|
|
90439
|
+
export declare class InferenceSettings {
|
|
90440
|
+
constructor(props: {
|
|
90441
|
+
FeedArn?: string;
|
|
90442
|
+
});
|
|
90443
|
+
}
|
|
90444
|
+
|
|
90035
90445
|
export declare class InfluxDBCluster_Tag {
|
|
90036
90446
|
constructor(props: {
|
|
90037
90447
|
/** 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 -. */
|
|
@@ -91170,6 +91580,24 @@ export declare class InstanceConfig {
|
|
|
91170
91580
|
});
|
|
91171
91581
|
}
|
|
91172
91582
|
|
|
91583
|
+
export declare class InstanceConnectEndpoint_InstanceConnectEndpointDnsNames {
|
|
91584
|
+
constructor(props: {
|
|
91585
|
+
/** The DNS name of the EC2 Instance Connect Endpoint. */
|
|
91586
|
+
DnsName?: string;
|
|
91587
|
+
/** The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint. */
|
|
91588
|
+
FipsDnsName?: string;
|
|
91589
|
+
});
|
|
91590
|
+
}
|
|
91591
|
+
|
|
91592
|
+
export declare class InstanceConnectEndpoint_InstanceConnectEndpointPublicDnsNames {
|
|
91593
|
+
constructor(props: {
|
|
91594
|
+
/** The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients. */
|
|
91595
|
+
Dualstack?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
|
|
91596
|
+
/** The IPv4-only DNS name of the EC2 Instance Connect Endpoint. */
|
|
91597
|
+
Ipv4?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
|
|
91598
|
+
});
|
|
91599
|
+
}
|
|
91600
|
+
|
|
91173
91601
|
export declare class InstanceConnectEndpoint_Tag {
|
|
91174
91602
|
constructor(props: {
|
|
91175
91603
|
Key: string;
|
|
@@ -91177,6 +91605,24 @@ export declare class InstanceConnectEndpoint_Tag {
|
|
|
91177
91605
|
});
|
|
91178
91606
|
}
|
|
91179
91607
|
|
|
91608
|
+
export declare class InstanceConnectEndpointDnsNames {
|
|
91609
|
+
constructor(props: {
|
|
91610
|
+
/** The DNS name of the EC2 Instance Connect Endpoint. */
|
|
91611
|
+
DnsName?: string;
|
|
91612
|
+
/** The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint. */
|
|
91613
|
+
FipsDnsName?: string;
|
|
91614
|
+
});
|
|
91615
|
+
}
|
|
91616
|
+
|
|
91617
|
+
export declare class InstanceConnectEndpointPublicDnsNames {
|
|
91618
|
+
constructor(props: {
|
|
91619
|
+
/** The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients. */
|
|
91620
|
+
Dualstack?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
|
|
91621
|
+
/** The IPv4-only DNS name of the EC2 Instance Connect Endpoint. */
|
|
91622
|
+
Ipv4?: InstanceConnectEndpoint_InstanceConnectEndpointDnsNames;
|
|
91623
|
+
});
|
|
91624
|
+
}
|
|
91625
|
+
|
|
91180
91626
|
export declare class InstanceDefinition {
|
|
91181
91627
|
constructor(props: {
|
|
91182
91628
|
InstanceType: string;
|
|
@@ -91422,13 +91868,6 @@ export declare class InstanceMarketOptions {
|
|
|
91422
91868
|
});
|
|
91423
91869
|
}
|
|
91424
91870
|
|
|
91425
|
-
export declare class InstanceMarketOptionsRequest {
|
|
91426
|
-
constructor(props: {
|
|
91427
|
-
MarketType?: "capacity-block" | "spot";
|
|
91428
|
-
SpotOptions?: WorkspaceInstance_SpotMarketOptions;
|
|
91429
|
-
});
|
|
91430
|
-
}
|
|
91431
|
-
|
|
91432
91871
|
export declare class InstanceMetadataOptions {
|
|
91433
91872
|
constructor(props: {
|
|
91434
91873
|
/** Limit the number of hops that an instance metadata request can traverse to reach its destination. */
|
|
@@ -93160,6 +93599,15 @@ export declare class IpamPrefixListResolverRuleCondition {
|
|
|
93160
93599
|
});
|
|
93161
93600
|
}
|
|
93162
93601
|
|
|
93602
|
+
export declare class IPAMPrefixListResolverTarget_Tag {
|
|
93603
|
+
constructor(props: {
|
|
93604
|
+
/** 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 -. */
|
|
93605
|
+
Key: string;
|
|
93606
|
+
/** 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 -. */
|
|
93607
|
+
Value: string;
|
|
93608
|
+
});
|
|
93609
|
+
}
|
|
93610
|
+
|
|
93163
93611
|
export declare class IPAMResourceDiscovery_IpamOperatingRegion {
|
|
93164
93612
|
constructor(props: {
|
|
93165
93613
|
/** The name of the region. */
|
|
@@ -100747,6 +101195,10 @@ export declare class ManagedScalingPolicy {
|
|
|
100747
101195
|
|
|
100748
101196
|
export declare class ManagedServices {
|
|
100749
101197
|
constructor(props: {
|
|
101198
|
+
/** The access configuration for the cross-Region Amazon S3 database restore source. */
|
|
101199
|
+
CrossRegionS3RestoreSourcesAccess?: OdbNetwork_CrossRegionS3RestoreSourcesAccess[];
|
|
101200
|
+
/** The AWS Key Management Service (KMS) access configuration. */
|
|
101201
|
+
KmsAccess?: Record<string, unknown>;
|
|
100750
101202
|
/** The managed Amazon S3 backup access configuration. */
|
|
100751
101203
|
ManagedS3BackupAccess?: Record<string, unknown>;
|
|
100752
101204
|
/** The IPv4 CIDR blocks for the managed services. */
|
|
@@ -100759,6 +101211,8 @@ export declare class ManagedServices {
|
|
|
100759
101211
|
ServiceNetworkArn?: string;
|
|
100760
101212
|
/** The service network endpoint configuration. */
|
|
100761
101213
|
ServiceNetworkEndpoint?: Record<string, unknown>;
|
|
101214
|
+
/** The AWS Security Token Service (STS) access configuration. */
|
|
101215
|
+
StsAccess?: Record<string, unknown>;
|
|
100762
101216
|
/** The Zero-ETL access configuration. */
|
|
100763
101217
|
ZeroEtlAccess?: Record<string, unknown>;
|
|
100764
101218
|
});
|
|
@@ -101346,6 +101800,14 @@ export declare class MediaConnectFlow_BlackFrames {
|
|
|
101346
101800
|
});
|
|
101347
101801
|
}
|
|
101348
101802
|
|
|
101803
|
+
export declare class MediaConnectFlow_EncodingConfig {
|
|
101804
|
+
constructor(props: {
|
|
101805
|
+
EncodingProfile?: MediaConnectFlow_EncodingProfile;
|
|
101806
|
+
/** 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. */
|
|
101807
|
+
VideoMaxBitrate?: number;
|
|
101808
|
+
});
|
|
101809
|
+
}
|
|
101810
|
+
|
|
101349
101811
|
export declare class MediaConnectFlow_Encryption {
|
|
101350
101812
|
constructor(props: {
|
|
101351
101813
|
/** The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity). */
|
|
@@ -101466,6 +101928,8 @@ export declare class MediaConnectFlow_MediaStream {
|
|
|
101466
101928
|
Description?: string;
|
|
101467
101929
|
/** 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
101930
|
Fmt?: number;
|
|
101931
|
+
/** Key-value pairs that can be used to tag this media stream. */
|
|
101932
|
+
Tags?: MediaConnectFlow_Tag[];
|
|
101469
101933
|
/** The resolution of the video. */
|
|
101470
101934
|
VideoFormat?: "1080i" | "1080p" | "2160p" | "480p" | "720p";
|
|
101471
101935
|
});
|
|
@@ -101497,8 +101961,8 @@ export declare class MediaConnectFlow_NdiConfig {
|
|
|
101497
101961
|
MachineName?: string;
|
|
101498
101962
|
/** 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
101963
|
NdiDiscoveryServers?: MediaConnectFlow_NdiDiscoveryServerConfig[];
|
|
101500
|
-
/** A setting that controls whether NDI outputs can be used in the flow.
|
|
101501
|
-
NdiState?:
|
|
101964
|
+
/** 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. */
|
|
101965
|
+
NdiState?: MediaConnectFlow_NdiState;
|
|
101502
101966
|
});
|
|
101503
101967
|
}
|
|
101504
101968
|
|
|
@@ -101513,6 +101977,12 @@ export declare class MediaConnectFlow_NdiDiscoveryServerConfig {
|
|
|
101513
101977
|
});
|
|
101514
101978
|
}
|
|
101515
101979
|
|
|
101980
|
+
export declare class MediaConnectFlow_NdiSourceSettings {
|
|
101981
|
+
constructor(props: {
|
|
101982
|
+
SourceName?: string;
|
|
101983
|
+
});
|
|
101984
|
+
}
|
|
101985
|
+
|
|
101516
101986
|
export declare class MediaConnectFlow_SecretsManagerEncryptionKeyConfiguration {
|
|
101517
101987
|
constructor(props: {
|
|
101518
101988
|
/** The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager. */
|
|
@@ -101557,8 +102027,10 @@ export declare class MediaConnectFlow_Source {
|
|
|
101557
102027
|
MinLatency?: number;
|
|
101558
102028
|
/** The name of the source. */
|
|
101559
102029
|
Name?: string;
|
|
102030
|
+
/** 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. */
|
|
102031
|
+
NdiSourceSettings?: MediaConnectFlow_NdiSourceSettings;
|
|
101560
102032
|
/** The protocol that is used by the source. */
|
|
101561
|
-
Protocol?: "cdi" | "
|
|
102033
|
+
Protocol?: "cdi" | "ndi-speed-hq" | "rist" | "rtp" | "rtp-fec" | "srt-caller" | "srt-listener" | "st2110-jpegxs" | "zixi-push";
|
|
101562
102034
|
RouterIntegrationState?: "DISABLED" | "ENABLED";
|
|
101563
102035
|
RouterIntegrationTransitDecryption?: MediaConnectFlow_FlowTransitEncryption;
|
|
101564
102036
|
/** The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol. */
|
|
@@ -101575,6 +102047,8 @@ export declare class MediaConnectFlow_Source {
|
|
|
101575
102047
|
SourceListenerPort?: number;
|
|
101576
102048
|
/** The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. */
|
|
101577
102049
|
StreamId?: string;
|
|
102050
|
+
/** Key-value pairs that can be used to tag this source. */
|
|
102051
|
+
Tags?: MediaConnectFlow_Tag[];
|
|
101578
102052
|
/** The name of the VPC Interface this Source is configured with. */
|
|
101579
102053
|
VpcInterfaceName?: string;
|
|
101580
102054
|
/** 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 +102069,13 @@ export declare class MediaConnectFlow_SourceMonitoringConfig {
|
|
|
101595
102069
|
});
|
|
101596
102070
|
}
|
|
101597
102071
|
|
|
102072
|
+
export declare class MediaConnectFlow_Tag {
|
|
102073
|
+
constructor(props: {
|
|
102074
|
+
Key: string;
|
|
102075
|
+
Value: string;
|
|
102076
|
+
});
|
|
102077
|
+
}
|
|
102078
|
+
|
|
101598
102079
|
export declare class MediaConnectFlow_VideoMonitoringSetting {
|
|
101599
102080
|
constructor(props: {
|
|
101600
102081
|
BlackFrames?: MediaConnectFlow_BlackFrames;
|
|
@@ -101616,6 +102097,8 @@ export declare class MediaConnectFlow_VpcInterface {
|
|
|
101616
102097
|
NetworkInterfaceIds?: string[];
|
|
101617
102098
|
/** 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
102099
|
NetworkInterfaceType?: "efa" | "ena";
|
|
102100
|
+
/** Key-value pairs that can be used to tag this VPC interface. */
|
|
102101
|
+
Tags?: MediaConnectFlow_Tag[];
|
|
101619
102102
|
});
|
|
101620
102103
|
}
|
|
101621
102104
|
|
|
@@ -102642,6 +103125,12 @@ export declare class MediaLiveChannel_HlsWebdavSettings {
|
|
|
102642
103125
|
});
|
|
102643
103126
|
}
|
|
102644
103127
|
|
|
103128
|
+
export declare class MediaLiveChannel_InferenceSettings {
|
|
103129
|
+
constructor(props: {
|
|
103130
|
+
FeedArn?: string;
|
|
103131
|
+
});
|
|
103132
|
+
}
|
|
103133
|
+
|
|
102645
103134
|
export declare class MediaLiveChannel_InputAttachment {
|
|
102646
103135
|
constructor(props: {
|
|
102647
103136
|
AutomaticInputFailoverSettings?: MediaLiveChannel_AutomaticInputFailoverSettings;
|
|
@@ -104230,6 +104719,8 @@ export declare class MediaStream {
|
|
|
104230
104719
|
Description?: string;
|
|
104231
104720
|
/** 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
104721
|
Fmt?: number;
|
|
104722
|
+
/** Key-value pairs that can be used to tag this media stream. */
|
|
104723
|
+
Tags?: MediaConnectFlow_Tag[];
|
|
104233
104724
|
/** The resolution of the video. */
|
|
104234
104725
|
VideoFormat?: "1080i" | "1080p" | "2160p" | "480p" | "720p";
|
|
104235
104726
|
});
|
|
@@ -108837,8 +109328,8 @@ export declare class NdiConfig {
|
|
|
108837
109328
|
MachineName?: string;
|
|
108838
109329
|
/** 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
109330
|
NdiDiscoveryServers?: MediaConnectFlow_NdiDiscoveryServerConfig[];
|
|
108840
|
-
/** A setting that controls whether NDI outputs can be used in the flow.
|
|
108841
|
-
NdiState?:
|
|
109331
|
+
/** 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. */
|
|
109332
|
+
NdiState?: MediaConnectFlow_NdiState;
|
|
108842
109333
|
});
|
|
108843
109334
|
}
|
|
108844
109335
|
|
|
@@ -108853,6 +109344,12 @@ export declare class NdiDiscoveryServerConfig {
|
|
|
108853
109344
|
});
|
|
108854
109345
|
}
|
|
108855
109346
|
|
|
109347
|
+
export declare class NdiSourceSettings {
|
|
109348
|
+
constructor(props: {
|
|
109349
|
+
SourceName?: string;
|
|
109350
|
+
});
|
|
109351
|
+
}
|
|
109352
|
+
|
|
108856
109353
|
export declare class NegativeFormat {
|
|
108857
109354
|
constructor(props: {
|
|
108858
109355
|
Prefix?: string;
|
|
@@ -110555,8 +111052,23 @@ export declare class OcspConfiguration {
|
|
|
110555
111052
|
});
|
|
110556
111053
|
}
|
|
110557
111054
|
|
|
111055
|
+
export declare class OdbNetwork_CrossRegionS3RestoreSourcesAccess {
|
|
111056
|
+
constructor(props: {
|
|
111057
|
+
/** The IPv4 addresses allowed for cross-Region Amazon S3 restore access. */
|
|
111058
|
+
Ipv4Addresses?: string[];
|
|
111059
|
+
/** The AWS-Region for cross-Region Amazon S3 restore access. */
|
|
111060
|
+
Region?: string;
|
|
111061
|
+
/** The current status of the cross-Region Amazon S3 restore access configuration. */
|
|
111062
|
+
Status?: OdbNetwork_ManagedResourceStatus;
|
|
111063
|
+
});
|
|
111064
|
+
}
|
|
111065
|
+
|
|
110558
111066
|
export declare class OdbNetwork_ManagedServices {
|
|
110559
111067
|
constructor(props: {
|
|
111068
|
+
/** The access configuration for the cross-Region Amazon S3 database restore source. */
|
|
111069
|
+
CrossRegionS3RestoreSourcesAccess?: OdbNetwork_CrossRegionS3RestoreSourcesAccess[];
|
|
111070
|
+
/** The AWS Key Management Service (KMS) access configuration. */
|
|
111071
|
+
KmsAccess?: Record<string, unknown>;
|
|
110560
111072
|
/** The managed Amazon S3 backup access configuration. */
|
|
110561
111073
|
ManagedS3BackupAccess?: Record<string, unknown>;
|
|
110562
111074
|
/** The IPv4 CIDR blocks for the managed services. */
|
|
@@ -110569,6 +111081,8 @@ export declare class OdbNetwork_ManagedServices {
|
|
|
110569
111081
|
ServiceNetworkArn?: string;
|
|
110570
111082
|
/** The service network endpoint configuration. */
|
|
110571
111083
|
ServiceNetworkEndpoint?: Record<string, unknown>;
|
|
111084
|
+
/** The AWS Security Token Service (STS) access configuration. */
|
|
111085
|
+
StsAccess?: Record<string, unknown>;
|
|
110572
111086
|
/** The Zero-ETL access configuration. */
|
|
110573
111087
|
ZeroEtlAccess?: Record<string, unknown>;
|
|
110574
111088
|
});
|
|
@@ -111052,6 +111566,12 @@ export declare class OpenSearchServerlessCollection_Tag {
|
|
|
111052
111566
|
});
|
|
111053
111567
|
}
|
|
111054
111568
|
|
|
111569
|
+
export declare class OpenSearchServerlessCollection_VectorOptions {
|
|
111570
|
+
constructor(props: {
|
|
111571
|
+
ServerlessVectorAcceleration?: OpenSearchServerlessCollection_ServerlessVectorAcceleration;
|
|
111572
|
+
});
|
|
111573
|
+
}
|
|
111574
|
+
|
|
111055
111575
|
export declare class OpenSearchServerlessConfiguration {
|
|
111056
111576
|
constructor(props: {
|
|
111057
111577
|
/** The ARN of the OpenSearch Service vector store. */
|
|
@@ -128840,6 +129360,62 @@ export declare class QuotaSettings {
|
|
|
128840
129360
|
});
|
|
128841
129361
|
}
|
|
128842
129362
|
|
|
129363
|
+
export declare class QuotaShare_QuotaShareCapacityLimit {
|
|
129364
|
+
constructor(props: {
|
|
129365
|
+
/** The unit of compute capacity for the capacityLimit. */
|
|
129366
|
+
CapacityUnit: string;
|
|
129367
|
+
/** 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 */
|
|
129368
|
+
MaxCapacity: number;
|
|
129369
|
+
});
|
|
129370
|
+
}
|
|
129371
|
+
|
|
129372
|
+
export declare class QuotaShare_QuotaSharePreemptionConfiguration {
|
|
129373
|
+
constructor(props: {
|
|
129374
|
+
/** Whether preemption is enabled within the quota share. */
|
|
129375
|
+
InSharePreemption: "DISABLED" | "ENABLED";
|
|
129376
|
+
});
|
|
129377
|
+
}
|
|
129378
|
+
|
|
129379
|
+
export declare class QuotaShare_QuotaShareResourceSharingConfiguration {
|
|
129380
|
+
constructor(props: {
|
|
129381
|
+
/** The resource sharing strategy. */
|
|
129382
|
+
Strategy: "LEND" | "LEND_AND_BORROW" | "RESERVE";
|
|
129383
|
+
/** The maximum amount of compute capacity that can be borrowed. Use -1 for unlimited borrowing. */
|
|
129384
|
+
BorrowLimit?: number;
|
|
129385
|
+
});
|
|
129386
|
+
}
|
|
129387
|
+
|
|
129388
|
+
export declare class QuotaShareCapacityLimit {
|
|
129389
|
+
constructor(props: {
|
|
129390
|
+
/** The unit of compute capacity for the capacityLimit. */
|
|
129391
|
+
CapacityUnit: string;
|
|
129392
|
+
/** 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 */
|
|
129393
|
+
MaxCapacity: number;
|
|
129394
|
+
});
|
|
129395
|
+
}
|
|
129396
|
+
|
|
129397
|
+
export declare class QuotaSharePolicy {
|
|
129398
|
+
constructor(props: {
|
|
129399
|
+
IdleResourceAssignmentStrategy?: "FIFO";
|
|
129400
|
+
});
|
|
129401
|
+
}
|
|
129402
|
+
|
|
129403
|
+
export declare class QuotaSharePreemptionConfiguration {
|
|
129404
|
+
constructor(props: {
|
|
129405
|
+
/** Whether preemption is enabled within the quota share. */
|
|
129406
|
+
InSharePreemption: "DISABLED" | "ENABLED";
|
|
129407
|
+
});
|
|
129408
|
+
}
|
|
129409
|
+
|
|
129410
|
+
export declare class QuotaShareResourceSharingConfiguration {
|
|
129411
|
+
constructor(props: {
|
|
129412
|
+
/** The resource sharing strategy. */
|
|
129413
|
+
Strategy: "LEND" | "LEND_AND_BORROW" | "RESERVE";
|
|
129414
|
+
/** The maximum amount of compute capacity that can be borrowed. Use -1 for unlimited borrowing. */
|
|
129415
|
+
BorrowLimit?: number;
|
|
129416
|
+
});
|
|
129417
|
+
}
|
|
129418
|
+
|
|
128843
129419
|
export declare class R53ResourceRecord {
|
|
128844
129420
|
constructor(props: {
|
|
128845
129421
|
/** The DNS target domain name. */
|
|
@@ -137233,6 +137809,12 @@ export declare class SchedulingPolicy_FairsharePolicy {
|
|
|
137233
137809
|
});
|
|
137234
137810
|
}
|
|
137235
137811
|
|
|
137812
|
+
export declare class SchedulingPolicy_QuotaSharePolicy {
|
|
137813
|
+
constructor(props: {
|
|
137814
|
+
IdleResourceAssignmentStrategy?: "FIFO";
|
|
137815
|
+
});
|
|
137816
|
+
}
|
|
137817
|
+
|
|
137236
137818
|
export declare class SchedulingPolicy_ShareAttributes {
|
|
137237
137819
|
constructor(props: {
|
|
137238
137820
|
ShareIdentifier?: string;
|
|
@@ -142115,15 +142697,6 @@ export declare class SpotMaintenanceStrategies {
|
|
|
142115
142697
|
});
|
|
142116
142698
|
}
|
|
142117
142699
|
|
|
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
142700
|
export declare class SpotOptions {
|
|
142128
142701
|
constructor(props: {
|
|
142129
142702
|
/** Deprecated. */
|
|
@@ -144814,6 +145387,13 @@ export declare class TargetGroupsConfig {
|
|
|
144814
145387
|
});
|
|
144815
145388
|
}
|
|
144816
145389
|
|
|
145390
|
+
export declare class TargetRedshiftCatalog {
|
|
145391
|
+
constructor(props: {
|
|
145392
|
+
/** The Amazon Resource Name (ARN) of the catalog resource. */
|
|
145393
|
+
CatalogArn: string;
|
|
145394
|
+
});
|
|
145395
|
+
}
|
|
145396
|
+
|
|
144817
145397
|
export declare class TargetResource {
|
|
144818
145398
|
constructor(props: {
|
|
144819
145399
|
NLBResource?: Route53RecoveryReadinessResourceSet_NLBResource;
|
|
@@ -150120,6 +150700,12 @@ export declare class VectorKnowledgeBaseConfiguration {
|
|
|
150120
150700
|
});
|
|
150121
150701
|
}
|
|
150122
150702
|
|
|
150703
|
+
export declare class VectorOptions {
|
|
150704
|
+
constructor(props: {
|
|
150705
|
+
ServerlessVectorAcceleration?: OpenSearchServerlessCollection_ServerlessVectorAcceleration;
|
|
150706
|
+
});
|
|
150707
|
+
}
|
|
150708
|
+
|
|
150123
150709
|
export declare class VectorSearchConfiguration {
|
|
150124
150710
|
constructor(props: {
|
|
150125
150711
|
/** The vector search dimension */
|
|
@@ -151999,6 +152585,8 @@ export declare class VpcInterface {
|
|
|
151999
152585
|
NetworkInterfaceIds?: string[];
|
|
152000
152586
|
/** 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
152587
|
NetworkInterfaceType?: "efa" | "ena";
|
|
152588
|
+
/** Key-value pairs that can be used to tag this VPC interface. */
|
|
152589
|
+
Tags?: MediaConnectFlow_Tag[];
|
|
152002
152590
|
});
|
|
152003
152591
|
}
|
|
152004
152592
|
|
|
@@ -155062,13 +155650,6 @@ export declare class WorkspaceInstance_InstanceMaintenanceOptionsRequest {
|
|
|
155062
155650
|
});
|
|
155063
155651
|
}
|
|
155064
155652
|
|
|
155065
|
-
export declare class WorkspaceInstance_InstanceMarketOptionsRequest {
|
|
155066
|
-
constructor(props: {
|
|
155067
|
-
MarketType?: "capacity-block" | "spot";
|
|
155068
|
-
SpotOptions?: WorkspaceInstance_SpotMarketOptions;
|
|
155069
|
-
});
|
|
155070
|
-
}
|
|
155071
|
-
|
|
155072
155653
|
export declare class WorkspaceInstance_InstanceMetadataOptionsRequest {
|
|
155073
155654
|
constructor(props: {
|
|
155074
155655
|
HttpEndpoint?: "disabled" | "enabled";
|
|
@@ -155143,15 +155724,6 @@ export declare class WorkspaceInstance_RunInstancesMonitoringEnabled {
|
|
|
155143
155724
|
});
|
|
155144
155725
|
}
|
|
155145
155726
|
|
|
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
155727
|
export declare class WorkspaceInstance_Tag {
|
|
155156
155728
|
constructor(props: {
|
|
155157
155729
|
Key: string;
|
|
@@ -157560,6 +158132,8 @@ export type BedrockAgentCoreGateway_ExceptionLevel = "DEBUG";
|
|
|
157560
158132
|
|
|
157561
158133
|
export type BedrockAgentCoreGateway_GatewayInterceptionPoint = "REQUEST" | "RESPONSE";
|
|
157562
158134
|
|
|
158135
|
+
export type BedrockAgentCoreGateway_GatewayPolicyEngineMode = "ENFORCE" | "LOG_ONLY";
|
|
158136
|
+
|
|
157563
158137
|
export type BedrockAgentCoreGateway_GatewayProtocolType = "MCP";
|
|
157564
158138
|
|
|
157565
158139
|
export type BedrockAgentCoreGateway_GatewayStatus =
|
|
@@ -158864,6 +159438,8 @@ export type FeatureGroup_ThroughputMode = "OnDemand" | "Provisioned";
|
|
|
158864
159438
|
|
|
158865
159439
|
export type FeatureGroup_Unit = "Days" | "Hours" | "Minutes" | "Seconds" | "Weeks";
|
|
158866
159440
|
|
|
159441
|
+
export type Feed_OutputStatus = "DISABLED" | "ENABLED";
|
|
159442
|
+
|
|
158867
159443
|
export type FHIRDatastore_DatastoreStatus = "ACTIVE" | "CREATING" | "DELETED" | "DELETING";
|
|
158868
159444
|
|
|
158869
159445
|
export type FHIRDatastore_DatastoreTypeVersion = "R4";
|
|
@@ -159745,8 +160321,14 @@ export type Map_PricingPlan = "RequestBasedUsage";
|
|
|
159745
160321
|
|
|
159746
160322
|
export type MatchingWorkflow_ResolutionType = "ML_MATCHING" | "PROVIDER" | "RULE_MATCHING";
|
|
159747
160323
|
|
|
160324
|
+
export type MediaConnectFlow_EncodingProfile =
|
|
160325
|
+
| "CONTRIBUTION_H264_DEFAULT"
|
|
160326
|
+
| "DISTRIBUTION_H264_DEFAULT";
|
|
160327
|
+
|
|
159748
160328
|
export type MediaConnectFlow_FlowTransitEncryptionKeyType = "AUTOMATIC" | "SECRETS_MANAGER";
|
|
159749
160329
|
|
|
160330
|
+
export type MediaConnectFlow_NdiState = "DISABLED" | "ENABLED";
|
|
160331
|
+
|
|
159750
160332
|
export type MediaLiveCluster_ClusterState =
|
|
159751
160333
|
| "ACTIVE"
|
|
159752
160334
|
| "CREATE_FAILED"
|
|
@@ -160039,6 +160621,11 @@ export type OpenSearchServerlessCollection_CollectionType =
|
|
|
160039
160621
|
| "TIMESERIES"
|
|
160040
160622
|
| "VECTORSEARCH";
|
|
160041
160623
|
|
|
160624
|
+
export type OpenSearchServerlessCollection_ServerlessVectorAcceleration =
|
|
160625
|
+
| "ALLOWED"
|
|
160626
|
+
| "DISABLED"
|
|
160627
|
+
| "ENABLED";
|
|
160628
|
+
|
|
160042
160629
|
export type OpenSearchServerlessCollection_StandbyReplicas = "DISABLED" | "ENABLED";
|
|
160043
160630
|
|
|
160044
160631
|
export type OpenSearchServerlessLifecyclePolicy_LifecyclePolicyType = "retention";
|
|
@@ -162501,6 +163088,14 @@ export type Space_RemoteAccess = "DISABLED" | "ENABLED";
|
|
|
162501
163088
|
|
|
162502
163089
|
export type Space_SpaceManagedResources = "DISABLED" | "ENABLED";
|
|
162503
163090
|
|
|
163091
|
+
export type SqlHaStandbyDetectedInstance_HaStatus =
|
|
163092
|
+
| "active"
|
|
163093
|
+
| "invalid"
|
|
163094
|
+
| "processing"
|
|
163095
|
+
| "standby";
|
|
163096
|
+
|
|
163097
|
+
export type SqlHaStandbyDetectedInstance_SqlServerLicenseUsage = "full" | "waived";
|
|
163098
|
+
|
|
162504
163099
|
export type StackSet_Capability =
|
|
162505
163100
|
| "CAPABILITY_AUTO_EXPAND"
|
|
162506
163101
|
| "CAPABILITY_IAM"
|