@pulumi/aws-native 1.25.0-alpha.1738093068 → 1.25.0-alpha.1738244190
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/acmpca/getCertificateAuthority.d.ts +5 -0
- package/acmpca/getCertificateAuthority.js.map +1 -1
- package/aps/getScraper.d.ts +1 -0
- package/aps/getScraper.js.map +1 -1
- package/aps/scraper.d.ts +2 -0
- package/aps/scraper.js +2 -0
- package/aps/scraper.js.map +1 -1
- package/cloudformation/getPublicTypeVersion.d.ts +1 -1
- package/cloudformation/getPublisher.d.ts +3 -3
- package/cloudformation/getTypeActivation.d.ts +1 -1
- package/cloudformation/publicTypeVersion.d.ts +1 -1
- package/cloudformation/publisher.d.ts +1 -1
- package/cloudformation/typeActivation.d.ts +2 -2
- package/cloudfront/getVpcOrigin.d.ts +52 -0
- package/cloudfront/getVpcOrigin.js +28 -0
- package/cloudfront/getVpcOrigin.js.map +1 -0
- package/cloudfront/index.d.ts +6 -0
- package/cloudfront/index.js +8 -1
- package/cloudfront/index.js.map +1 -1
- package/cloudfront/vpcOrigin.d.ts +71 -0
- package/cloudfront/vpcOrigin.js +71 -0
- package/cloudfront/vpcOrigin.js.map +1 -0
- package/cloudwatch/getMetricStream.d.ts +4 -0
- package/cloudwatch/getMetricStream.js.map +1 -1
- package/ec2/capacityReservation.d.ts +12 -4
- package/ec2/capacityReservation.js +3 -4
- package/ec2/capacityReservation.js.map +1 -1
- package/ec2/getCapacityReservation.d.ts +1 -1
- package/ec2/getVerifiedAccessEndpoint.d.ts +8 -0
- package/ec2/getVerifiedAccessEndpoint.js.map +1 -1
- package/ec2/verifiedAccessEndpoint.d.ts +22 -6
- package/ec2/verifiedAccessEndpoint.js +5 -10
- package/ec2/verifiedAccessEndpoint.js.map +1 -1
- package/fms/getPolicy.d.ts +5 -0
- package/fms/getPolicy.js.map +1 -1
- package/fms/policy.d.ts +10 -0
- package/fms/policy.js.map +1 -1
- package/iotsitewise/gateway.d.ts +8 -0
- package/iotsitewise/gateway.js +3 -1
- package/iotsitewise/gateway.js.map +1 -1
- package/kinesisfirehose/deliveryStream.d.ts +2 -0
- package/kinesisfirehose/deliveryStream.js +3 -1
- package/kinesisfirehose/deliveryStream.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/qbusiness/getWebExperience.d.ts +4 -0
- package/qbusiness/getWebExperience.js.map +1 -1
- package/qbusiness/webExperience.d.ts +8 -0
- package/qbusiness/webExperience.js +2 -0
- package/qbusiness/webExperience.js.map +1 -1
- package/quicksight/getTopic.d.ts +3 -0
- package/quicksight/getTopic.js.map +1 -1
- package/quicksight/topic.d.ts +6 -0
- package/quicksight/topic.js.map +1 -1
- package/rds/dbShardGroup.d.ts +42 -9
- package/rds/dbShardGroup.js +2 -1
- package/rds/dbShardGroup.js.map +1 -1
- package/rds/getDbShardGroup.d.ts +17 -6
- package/rds/getDbShardGroup.js +4 -2
- package/rds/getDbShardGroup.js.map +1 -1
- package/resiliencehub/app.d.ts +0 -8
- package/resiliencehub/app.js +0 -2
- package/resiliencehub/app.js.map +1 -1
- package/resiliencehub/getApp.d.ts +0 -4
- package/resiliencehub/getApp.js.map +1 -1
- package/sns/getTopic.d.ts +3 -0
- package/sns/getTopic.js.map +1 -1
- package/sns/topic.d.ts +6 -0
- package/sns/topic.js.map +1 -1
- package/timestream/getInfluxDbInstance.d.ts +12 -0
- package/timestream/getInfluxDbInstance.js.map +1 -1
- package/timestream/influxDbInstance.d.ts +16 -0
- package/timestream/influxDbInstance.js +5 -1
- package/timestream/influxDbInstance.js.map +1 -1
- package/transfer/getServer.d.ts +4 -12
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +2 -6
- package/transfer/server.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +8 -0
- package/types/enums/bedrock/index.js +6 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/fms/index.d.ts +5 -0
- package/types/enums/fms/index.js.map +1 -1
- package/types/enums/iotsitewise/index.d.ts +9 -0
- package/types/enums/iotsitewise/index.js +6 -1
- package/types/enums/iotsitewise/index.js.map +1 -1
- package/types/enums/mediaconnect/index.d.ts +32 -0
- package/types/enums/mediaconnect/index.js +17 -1
- package/types/enums/mediaconnect/index.js.map +1 -1
- package/types/enums/qbusiness/index.d.ts +5 -0
- package/types/enums/qbusiness/index.js +5 -1
- package/types/enums/qbusiness/index.js.map +1 -1
- package/types/enums/timestream/index.d.ts +10 -0
- package/types/enums/timestream/index.js +7 -1
- package/types/enums/timestream/index.js.map +1 -1
- package/types/input.d.ts +229 -14
- package/types/output.d.ts +229 -14
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -5857,6 +5857,19 @@ export declare namespace aps {
|
|
|
5857
5857
|
*/
|
|
5858
5858
|
workspaceArn: string;
|
|
5859
5859
|
}
|
|
5860
|
+
/**
|
|
5861
|
+
* Role configuration
|
|
5862
|
+
*/
|
|
5863
|
+
interface ScraperRoleConfiguration {
|
|
5864
|
+
/**
|
|
5865
|
+
* IAM Role in source account
|
|
5866
|
+
*/
|
|
5867
|
+
sourceRoleArn?: string;
|
|
5868
|
+
/**
|
|
5869
|
+
* IAM Role in the target account
|
|
5870
|
+
*/
|
|
5871
|
+
targetRoleArn?: string;
|
|
5872
|
+
}
|
|
5860
5873
|
/**
|
|
5861
5874
|
* Scraper configuration
|
|
5862
5875
|
*/
|
|
@@ -8445,6 +8458,7 @@ export declare namespace batch {
|
|
|
8445
8458
|
* If this value is `true` , the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is `false` .
|
|
8446
8459
|
*/
|
|
8447
8460
|
readOnly?: boolean;
|
|
8461
|
+
subPath?: string;
|
|
8448
8462
|
}
|
|
8449
8463
|
interface JobDefinitionEksEmptyDir {
|
|
8450
8464
|
/**
|
|
@@ -8466,12 +8480,20 @@ export declare namespace batch {
|
|
|
8466
8480
|
path?: string;
|
|
8467
8481
|
}
|
|
8468
8482
|
interface JobDefinitionEksMetadata {
|
|
8483
|
+
annotations?: {
|
|
8484
|
+
[key: string]: string;
|
|
8485
|
+
};
|
|
8469
8486
|
/**
|
|
8470
8487
|
* Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.
|
|
8471
8488
|
*/
|
|
8472
8489
|
labels?: {
|
|
8473
8490
|
[key: string]: string;
|
|
8474
8491
|
};
|
|
8492
|
+
namespace?: string;
|
|
8493
|
+
}
|
|
8494
|
+
interface JobDefinitionEksPersistentVolumeClaim {
|
|
8495
|
+
claimName: string;
|
|
8496
|
+
readOnly?: boolean;
|
|
8475
8497
|
}
|
|
8476
8498
|
interface JobDefinitionEksPodProperties {
|
|
8477
8499
|
/**
|
|
@@ -8548,6 +8570,7 @@ export declare namespace batch {
|
|
|
8548
8570
|
* The name of the volume. The name must be allowed as a DNS subdomain name. For more information, see [DNS subdomain names](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names) in the *Kubernetes documentation* .
|
|
8549
8571
|
*/
|
|
8550
8572
|
name: string;
|
|
8573
|
+
persistentVolumeClaim?: outputs.batch.JobDefinitionEksPersistentVolumeClaim;
|
|
8551
8574
|
/**
|
|
8552
8575
|
* Specifies the configuration of a Kubernetes `secret` volume. For more information, see [secret](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/storage/volumes/#secret) in the *Kubernetes documentation* .
|
|
8553
8576
|
*/
|
|
@@ -11088,6 +11111,10 @@ export declare namespace bedrock {
|
|
|
11088
11111
|
* The dimensions details for the vector configuration used on the Bedrock embeddings model.
|
|
11089
11112
|
*/
|
|
11090
11113
|
dimensions?: number;
|
|
11114
|
+
/**
|
|
11115
|
+
* The data type for the vectors when using a model to convert text into vector embeddings.
|
|
11116
|
+
*/
|
|
11117
|
+
embeddingDataType?: enums.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType;
|
|
11091
11118
|
}
|
|
11092
11119
|
/**
|
|
11093
11120
|
* Contains details about the embeddings model used for the knowledge base.
|
|
@@ -14027,6 +14054,7 @@ export declare namespace cloudfront {
|
|
|
14027
14054
|
* Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting. To specify any other type of origin, including an Amazon S3 bucket that is configured with static website hosting, use the ``CustomOriginConfig`` type instead.
|
|
14028
14055
|
*/
|
|
14029
14056
|
s3OriginConfig?: outputs.cloudfront.DistributionS3OriginConfig;
|
|
14057
|
+
vpcOriginConfig?: outputs.cloudfront.DistributionVpcOriginConfig;
|
|
14030
14058
|
}
|
|
14031
14059
|
/**
|
|
14032
14060
|
* A complex type that contains ``HeaderName`` and ``HeaderValue`` elements, if any, for this distribution.
|
|
@@ -14222,6 +14250,11 @@ export declare namespace cloudfront {
|
|
|
14222
14250
|
*/
|
|
14223
14251
|
sslSupportMethod?: string;
|
|
14224
14252
|
}
|
|
14253
|
+
interface DistributionVpcOriginConfig {
|
|
14254
|
+
originKeepaliveTimeout?: number;
|
|
14255
|
+
originReadTimeout?: number;
|
|
14256
|
+
vpcOriginId: string;
|
|
14257
|
+
}
|
|
14225
14258
|
/**
|
|
14226
14259
|
* Contains configuration information about a CloudFront function.
|
|
14227
14260
|
*/
|
|
@@ -14789,6 +14822,29 @@ export declare namespace cloudfront {
|
|
|
14789
14822
|
*/
|
|
14790
14823
|
reportUri?: string;
|
|
14791
14824
|
}
|
|
14825
|
+
interface VpcOriginEndpointConfig {
|
|
14826
|
+
/**
|
|
14827
|
+
* The ARN of the CloudFront VPC origin endpoint configuration.
|
|
14828
|
+
*/
|
|
14829
|
+
arn: string;
|
|
14830
|
+
/**
|
|
14831
|
+
* The HTTP port for the CloudFront VPC origin endpoint configuration.
|
|
14832
|
+
*/
|
|
14833
|
+
httpPort?: number;
|
|
14834
|
+
/**
|
|
14835
|
+
* The HTTPS port of the CloudFront VPC origin endpoint configuration.
|
|
14836
|
+
*/
|
|
14837
|
+
httpsPort?: number;
|
|
14838
|
+
/**
|
|
14839
|
+
* The name of the CloudFront VPC origin endpoint configuration.
|
|
14840
|
+
*/
|
|
14841
|
+
name: string;
|
|
14842
|
+
/**
|
|
14843
|
+
* The origin protocol policy for the CloudFront VPC origin endpoint configuration.
|
|
14844
|
+
*/
|
|
14845
|
+
originProtocolPolicy?: string;
|
|
14846
|
+
originSslProtocols?: string[];
|
|
14847
|
+
}
|
|
14792
14848
|
}
|
|
14793
14849
|
export declare namespace cloudtrail {
|
|
14794
14850
|
/**
|
|
@@ -25970,6 +26026,27 @@ export declare namespace ec2 {
|
|
|
25970
26026
|
*/
|
|
25971
26027
|
message?: string;
|
|
25972
26028
|
}
|
|
26029
|
+
/**
|
|
26030
|
+
* The options for cidr type endpoint.
|
|
26031
|
+
*/
|
|
26032
|
+
interface VerifiedAccessEndpointCidrOptions {
|
|
26033
|
+
/**
|
|
26034
|
+
* The IP address range, in CIDR notation.
|
|
26035
|
+
*/
|
|
26036
|
+
cidr?: string;
|
|
26037
|
+
/**
|
|
26038
|
+
* The list of port range.
|
|
26039
|
+
*/
|
|
26040
|
+
portRanges?: outputs.ec2.VerifiedAccessEndpointPortRange[];
|
|
26041
|
+
/**
|
|
26042
|
+
* The IP protocol.
|
|
26043
|
+
*/
|
|
26044
|
+
protocol?: string;
|
|
26045
|
+
/**
|
|
26046
|
+
* The IDs of the subnets.
|
|
26047
|
+
*/
|
|
26048
|
+
subnetIds?: string[];
|
|
26049
|
+
}
|
|
25973
26050
|
/**
|
|
25974
26051
|
* The load balancer details if creating the AWS Verified Access endpoint as load-balancertype.
|
|
25975
26052
|
*/
|
|
@@ -25982,6 +26059,10 @@ export declare namespace ec2 {
|
|
|
25982
26059
|
* The IP port number.
|
|
25983
26060
|
*/
|
|
25984
26061
|
port?: number;
|
|
26062
|
+
/**
|
|
26063
|
+
* The list of port range.
|
|
26064
|
+
*/
|
|
26065
|
+
portRanges?: outputs.ec2.VerifiedAccessEndpointPortRange[];
|
|
25985
26066
|
/**
|
|
25986
26067
|
* The IP protocol.
|
|
25987
26068
|
*/
|
|
@@ -25999,6 +26080,36 @@ export declare namespace ec2 {
|
|
|
25999
26080
|
* The ID of the network interface.
|
|
26000
26081
|
*/
|
|
26001
26082
|
networkInterfaceId?: string;
|
|
26083
|
+
/**
|
|
26084
|
+
* The IP port number.
|
|
26085
|
+
*/
|
|
26086
|
+
port?: number;
|
|
26087
|
+
/**
|
|
26088
|
+
* The list of port ranges.
|
|
26089
|
+
*/
|
|
26090
|
+
portRanges?: outputs.ec2.VerifiedAccessEndpointPortRange[];
|
|
26091
|
+
/**
|
|
26092
|
+
* The IP protocol.
|
|
26093
|
+
*/
|
|
26094
|
+
protocol?: string;
|
|
26095
|
+
}
|
|
26096
|
+
/**
|
|
26097
|
+
* The IP port range.
|
|
26098
|
+
*/
|
|
26099
|
+
interface VerifiedAccessEndpointPortRange {
|
|
26100
|
+
/**
|
|
26101
|
+
* The first port in the range.
|
|
26102
|
+
*/
|
|
26103
|
+
fromPort?: number;
|
|
26104
|
+
/**
|
|
26105
|
+
* The last port in the range.
|
|
26106
|
+
*/
|
|
26107
|
+
toPort?: number;
|
|
26108
|
+
}
|
|
26109
|
+
/**
|
|
26110
|
+
* The options for rds type endpoint.
|
|
26111
|
+
*/
|
|
26112
|
+
interface VerifiedAccessEndpointRdsOptions {
|
|
26002
26113
|
/**
|
|
26003
26114
|
* The IP port number.
|
|
26004
26115
|
*/
|
|
@@ -26007,6 +26118,26 @@ export declare namespace ec2 {
|
|
|
26007
26118
|
* The IP protocol.
|
|
26008
26119
|
*/
|
|
26009
26120
|
protocol?: string;
|
|
26121
|
+
/**
|
|
26122
|
+
* The ARN of the RDS DB cluster.
|
|
26123
|
+
*/
|
|
26124
|
+
rdsDbClusterArn?: string;
|
|
26125
|
+
/**
|
|
26126
|
+
* The ARN of the RDS DB instance.
|
|
26127
|
+
*/
|
|
26128
|
+
rdsDbInstanceArn?: string;
|
|
26129
|
+
/**
|
|
26130
|
+
* The ARN of the RDS DB proxy.
|
|
26131
|
+
*/
|
|
26132
|
+
rdsDbProxyArn?: string;
|
|
26133
|
+
/**
|
|
26134
|
+
* The RDS endpoint.
|
|
26135
|
+
*/
|
|
26136
|
+
rdsEndpoint?: string;
|
|
26137
|
+
/**
|
|
26138
|
+
* The IDs of the subnets.
|
|
26139
|
+
*/
|
|
26140
|
+
subnetIds?: string[];
|
|
26010
26141
|
}
|
|
26011
26142
|
/**
|
|
26012
26143
|
* The configuration options for customer provided KMS encryption.
|
|
@@ -26754,12 +26885,12 @@ export declare namespace ecs {
|
|
|
26754
26885
|
*/
|
|
26755
26886
|
assignPublicIp?: enums.ecs.ServiceAwsVpcConfigurationAssignPublicIp;
|
|
26756
26887
|
/**
|
|
26757
|
-
* The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified
|
|
26888
|
+
* The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified.
|
|
26758
26889
|
* All specified security groups must be from the same VPC.
|
|
26759
26890
|
*/
|
|
26760
26891
|
securityGroups?: string[];
|
|
26761
26892
|
/**
|
|
26762
|
-
* The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified
|
|
26893
|
+
* The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified.
|
|
26763
26894
|
* All specified subnets must be from the same VPC.
|
|
26764
26895
|
*/
|
|
26765
26896
|
subnets?: string[];
|
|
@@ -27131,7 +27262,6 @@ export declare namespace ecs {
|
|
|
27131
27262
|
* This parameter is only supported for the ``gp3`` volume type.
|
|
27132
27263
|
*/
|
|
27133
27264
|
throughput?: number;
|
|
27134
|
-
volumeInitializationRate?: number;
|
|
27135
27265
|
/**
|
|
27136
27266
|
* The volume type. This parameter maps 1:1 with the ``VolumeType`` parameter of the [CreateVolume API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html) in the *Amazon EC2 API Reference*. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html) in the *Amazon EC2 User Guide*.
|
|
27137
27267
|
* The following are the supported volume types.
|
|
@@ -39212,19 +39342,14 @@ export declare namespace iotsitewise {
|
|
|
39212
39342
|
*/
|
|
39213
39343
|
capabilityNamespace: string;
|
|
39214
39344
|
}
|
|
39215
|
-
/**
|
|
39216
|
-
* Contains the ARN of AWS IoT Greengrass Group V1 that the gateway runs on.
|
|
39217
|
-
*/
|
|
39218
|
-
interface GatewayGreengrass {
|
|
39219
|
-
/**
|
|
39220
|
-
* The ARN of the Greengrass group.
|
|
39221
|
-
*/
|
|
39222
|
-
groupArn: string;
|
|
39223
|
-
}
|
|
39224
39345
|
/**
|
|
39225
39346
|
* Contains the CoreDeviceThingName of AWS IoT Greengrass Group V2 that the gateway runs on.
|
|
39226
39347
|
*/
|
|
39227
39348
|
interface GatewayGreengrassV2 {
|
|
39349
|
+
/**
|
|
39350
|
+
* The operating system of the core device in AWS IoT Greengrass V2.
|
|
39351
|
+
*/
|
|
39352
|
+
coreDeviceOperatingSystem?: enums.iotsitewise.GatewayGreengrassV2CoreDeviceOperatingSystem;
|
|
39228
39353
|
/**
|
|
39229
39354
|
* The name of the CoreDevice in GreenGrass V2.
|
|
39230
39355
|
*/
|
|
@@ -39237,7 +39362,7 @@ export declare namespace iotsitewise {
|
|
|
39237
39362
|
/**
|
|
39238
39363
|
* A gateway that runs on AWS IoT Greengrass V1.
|
|
39239
39364
|
*/
|
|
39240
|
-
greengrass?:
|
|
39365
|
+
greengrass?: any;
|
|
39241
39366
|
/**
|
|
39242
39367
|
* A gateway that runs on AWS IoT Greengrass V2.
|
|
39243
39368
|
*/
|
|
@@ -42441,6 +42566,9 @@ export declare namespace kinesisfirehose {
|
|
|
42441
42566
|
s3ErrorOutputPrefix?: string;
|
|
42442
42567
|
uniqueKeys?: string[];
|
|
42443
42568
|
}
|
|
42569
|
+
interface DeliveryStreamDirectPutSourceConfiguration {
|
|
42570
|
+
throughputHintInMbs?: number;
|
|
42571
|
+
}
|
|
42444
42572
|
interface DeliveryStreamDocumentIdOptions {
|
|
42445
42573
|
/**
|
|
42446
42574
|
* When the `FIREHOSE_DEFAULT` option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.
|
|
@@ -42704,6 +42832,7 @@ export declare namespace kinesisfirehose {
|
|
|
42704
42832
|
contentEncoding?: enums.kinesisfirehose.DeliveryStreamHttpEndpointRequestConfigurationContentEncoding;
|
|
42705
42833
|
}
|
|
42706
42834
|
interface DeliveryStreamIcebergDestinationConfiguration {
|
|
42835
|
+
appendOnly?: boolean;
|
|
42707
42836
|
bufferingHints?: outputs.kinesisfirehose.DeliveryStreamBufferingHints;
|
|
42708
42837
|
/**
|
|
42709
42838
|
* Configuration describing where the destination Apache Iceberg Tables are persisted.
|
|
@@ -47077,6 +47206,28 @@ export declare namespace mediaconnect {
|
|
|
47077
47206
|
*/
|
|
47078
47207
|
vpcInterfaceName?: string;
|
|
47079
47208
|
}
|
|
47209
|
+
/**
|
|
47210
|
+
* Specifies the configuration for audio stream metrics monitoring.
|
|
47211
|
+
*/
|
|
47212
|
+
interface FlowAudioMonitoringSetting {
|
|
47213
|
+
/**
|
|
47214
|
+
* Detects periods of silence.
|
|
47215
|
+
*/
|
|
47216
|
+
silentAudio?: outputs.mediaconnect.FlowSilentAudio;
|
|
47217
|
+
}
|
|
47218
|
+
/**
|
|
47219
|
+
* Configures settings for the BlackFrames metric.
|
|
47220
|
+
*/
|
|
47221
|
+
interface FlowBlackFrames {
|
|
47222
|
+
/**
|
|
47223
|
+
* Indicates whether the BlackFrames metric is enabled or disabled.
|
|
47224
|
+
*/
|
|
47225
|
+
state?: enums.mediaconnect.FlowBlackFramesState;
|
|
47226
|
+
/**
|
|
47227
|
+
* Specifies the number of consecutive seconds of black frames that triggers an event or alert.
|
|
47228
|
+
*/
|
|
47229
|
+
thresholdSeconds?: number;
|
|
47230
|
+
}
|
|
47080
47231
|
/**
|
|
47081
47232
|
* Information about the encryption of the flow.
|
|
47082
47233
|
*/
|
|
@@ -47222,6 +47373,19 @@ export declare namespace mediaconnect {
|
|
|
47222
47373
|
*/
|
|
47223
47374
|
tcs?: enums.mediaconnect.FlowFmtpTcs;
|
|
47224
47375
|
}
|
|
47376
|
+
/**
|
|
47377
|
+
* Configures settings for the FrozenFrames metric.
|
|
47378
|
+
*/
|
|
47379
|
+
interface FlowFrozenFrames {
|
|
47380
|
+
/**
|
|
47381
|
+
* Indicates whether the FrozenFrames metric is enabled or disabled.
|
|
47382
|
+
*/
|
|
47383
|
+
state?: enums.mediaconnect.FlowFrozenFramesState;
|
|
47384
|
+
/**
|
|
47385
|
+
* Specifies the number of consecutive seconds of a static image that triggers an event or alert.
|
|
47386
|
+
*/
|
|
47387
|
+
thresholdSeconds?: number;
|
|
47388
|
+
}
|
|
47225
47389
|
/**
|
|
47226
47390
|
* The source configuration for cloud flows receiving a stream from a bridge.
|
|
47227
47391
|
*/
|
|
@@ -47427,6 +47591,19 @@ export declare namespace mediaconnect {
|
|
|
47427
47591
|
*/
|
|
47428
47592
|
vpcInterfaceName?: string;
|
|
47429
47593
|
}
|
|
47594
|
+
/**
|
|
47595
|
+
* Configures settings for the SilentAudio metric.
|
|
47596
|
+
*/
|
|
47597
|
+
interface FlowSilentAudio {
|
|
47598
|
+
/**
|
|
47599
|
+
* Indicates whether the SilentAudio metric is enabled or disabled.
|
|
47600
|
+
*/
|
|
47601
|
+
state?: enums.mediaconnect.FlowSilentAudioState;
|
|
47602
|
+
/**
|
|
47603
|
+
* Specifies the number of consecutive seconds of silence that triggers an event or alert.
|
|
47604
|
+
*/
|
|
47605
|
+
thresholdSeconds?: number;
|
|
47606
|
+
}
|
|
47430
47607
|
/**
|
|
47431
47608
|
* The settings for the source of the flow.
|
|
47432
47609
|
*/
|
|
@@ -47578,10 +47755,22 @@ export declare namespace mediaconnect {
|
|
|
47578
47755
|
* The settings for source monitoring.
|
|
47579
47756
|
*/
|
|
47580
47757
|
interface FlowSourceMonitoringConfig {
|
|
47758
|
+
/**
|
|
47759
|
+
* Contains the settings for audio stream metrics monitoring.
|
|
47760
|
+
*/
|
|
47761
|
+
audioMonitoringSettings?: outputs.mediaconnect.FlowAudioMonitoringSetting[];
|
|
47762
|
+
/**
|
|
47763
|
+
* Indicates whether content quality analysis is enabled or disabled.
|
|
47764
|
+
*/
|
|
47765
|
+
contentQualityAnalysisState?: enums.mediaconnect.FlowSourceMonitoringConfigContentQualityAnalysisState;
|
|
47581
47766
|
/**
|
|
47582
47767
|
* The state of thumbnail monitoring.
|
|
47583
47768
|
*/
|
|
47584
|
-
thumbnailState
|
|
47769
|
+
thumbnailState?: enums.mediaconnect.FlowSourceMonitoringConfigThumbnailState;
|
|
47770
|
+
/**
|
|
47771
|
+
* Contains the settings for video stream metrics monitoring.
|
|
47772
|
+
*/
|
|
47773
|
+
videoMonitoringSettings?: outputs.mediaconnect.FlowVideoMonitoringSetting[];
|
|
47585
47774
|
}
|
|
47586
47775
|
/**
|
|
47587
47776
|
* The settings for attaching a VPC interface to an resource.
|
|
@@ -47592,6 +47781,19 @@ export declare namespace mediaconnect {
|
|
|
47592
47781
|
*/
|
|
47593
47782
|
vpcInterfaceName?: string;
|
|
47594
47783
|
}
|
|
47784
|
+
/**
|
|
47785
|
+
* Specifies the configuration for video stream metrics monitoring.
|
|
47786
|
+
*/
|
|
47787
|
+
interface FlowVideoMonitoringSetting {
|
|
47788
|
+
/**
|
|
47789
|
+
* Detects video frames that are black.
|
|
47790
|
+
*/
|
|
47791
|
+
blackFrames?: outputs.mediaconnect.FlowBlackFrames;
|
|
47792
|
+
/**
|
|
47793
|
+
* Detects video frames that have not changed.
|
|
47794
|
+
*/
|
|
47795
|
+
frozenFrames?: outputs.mediaconnect.FlowFrozenFrames;
|
|
47796
|
+
}
|
|
47595
47797
|
/**
|
|
47596
47798
|
* The details of a VPC interface.
|
|
47597
47799
|
*/
|
|
@@ -53812,6 +54014,16 @@ export declare namespace qbusiness {
|
|
|
53812
54014
|
interface RetrieverNativeIndexConfiguration {
|
|
53813
54015
|
indexId: string;
|
|
53814
54016
|
}
|
|
54017
|
+
interface WebExperienceBrowserExtensionConfiguration {
|
|
54018
|
+
/**
|
|
54019
|
+
* Specify the browser extensions allowed for your Amazon Q web experience.
|
|
54020
|
+
*
|
|
54021
|
+
* - `CHROME` — Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
|
|
54022
|
+
* - `FIREFOX` — Enables the extension for Mozilla Firefox.
|
|
54023
|
+
* - `CHROME` and `FIREFOX` — Enable the extension for Chromium-based browsers and Mozilla Firefox.
|
|
54024
|
+
*/
|
|
54025
|
+
enabledBrowserExtensions: enums.qbusiness.WebExperienceBrowserExtension[];
|
|
54026
|
+
}
|
|
53815
54027
|
interface WebExperienceCustomizationConfiguration {
|
|
53816
54028
|
/**
|
|
53817
54029
|
* Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
|
|
@@ -81352,6 +81564,9 @@ export declare namespace quicksight {
|
|
|
81352
81564
|
* Model for configuration of a Topic
|
|
81353
81565
|
*/
|
|
81354
81566
|
interface TopicConfigOptions {
|
|
81567
|
+
/**
|
|
81568
|
+
* Enables Amazon Q Business Insights for a `Topic` .
|
|
81569
|
+
*/
|
|
81355
81570
|
qBusinessInsightsEnabled?: boolean;
|
|
81356
81571
|
}
|
|
81357
81572
|
interface TopicDataAggregation {
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AA05iBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|