@pulumi/aws-native 1.25.0-alpha.1738093068 → 1.25.0-alpha.1738158405

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.
Files changed (77) hide show
  1. package/acmpca/getCertificateAuthority.d.ts +5 -0
  2. package/acmpca/getCertificateAuthority.js.map +1 -1
  3. package/cloudfront/getVpcOrigin.d.ts +25 -0
  4. package/cloudfront/getVpcOrigin.js +28 -0
  5. package/cloudfront/getVpcOrigin.js.map +1 -0
  6. package/cloudfront/index.d.ts +6 -0
  7. package/cloudfront/index.js +8 -1
  8. package/cloudfront/index.js.map +1 -1
  9. package/cloudfront/vpcOrigin.d.ts +44 -0
  10. package/cloudfront/vpcOrigin.js +71 -0
  11. package/cloudfront/vpcOrigin.js.map +1 -0
  12. package/cloudwatch/getMetricStream.d.ts +4 -0
  13. package/cloudwatch/getMetricStream.js.map +1 -1
  14. package/ec2/capacityReservation.d.ts +10 -2
  15. package/ec2/capacityReservation.js +3 -4
  16. package/ec2/capacityReservation.js.map +1 -1
  17. package/ec2/getVerifiedAccessEndpoint.d.ts +8 -0
  18. package/ec2/getVerifiedAccessEndpoint.js.map +1 -1
  19. package/ec2/verifiedAccessEndpoint.d.ts +22 -6
  20. package/ec2/verifiedAccessEndpoint.js +5 -10
  21. package/ec2/verifiedAccessEndpoint.js.map +1 -1
  22. package/fms/getPolicy.d.ts +5 -0
  23. package/fms/getPolicy.js.map +1 -1
  24. package/fms/policy.d.ts +10 -0
  25. package/fms/policy.js.map +1 -1
  26. package/package.json +3 -3
  27. package/package.json.dev +2 -2
  28. package/qbusiness/getWebExperience.d.ts +4 -0
  29. package/qbusiness/getWebExperience.js.map +1 -1
  30. package/qbusiness/webExperience.d.ts +8 -0
  31. package/qbusiness/webExperience.js +2 -0
  32. package/qbusiness/webExperience.js.map +1 -1
  33. package/quicksight/getTopic.d.ts +3 -0
  34. package/quicksight/getTopic.js.map +1 -1
  35. package/quicksight/topic.d.ts +6 -0
  36. package/quicksight/topic.js.map +1 -1
  37. package/rds/dbShardGroup.d.ts +42 -9
  38. package/rds/dbShardGroup.js +2 -1
  39. package/rds/dbShardGroup.js.map +1 -1
  40. package/rds/getDbShardGroup.d.ts +17 -6
  41. package/rds/getDbShardGroup.js +4 -2
  42. package/rds/getDbShardGroup.js.map +1 -1
  43. package/resiliencehub/app.d.ts +0 -8
  44. package/resiliencehub/app.js +0 -2
  45. package/resiliencehub/app.js.map +1 -1
  46. package/resiliencehub/getApp.d.ts +0 -4
  47. package/resiliencehub/getApp.js.map +1 -1
  48. package/sns/getTopic.d.ts +3 -0
  49. package/sns/getTopic.js.map +1 -1
  50. package/sns/topic.d.ts +6 -0
  51. package/sns/topic.js.map +1 -1
  52. package/timestream/getInfluxDbInstance.d.ts +12 -0
  53. package/timestream/getInfluxDbInstance.js.map +1 -1
  54. package/timestream/influxDbInstance.d.ts +16 -0
  55. package/timestream/influxDbInstance.js +5 -1
  56. package/timestream/influxDbInstance.js.map +1 -1
  57. package/transfer/getServer.d.ts +4 -12
  58. package/transfer/getServer.js.map +1 -1
  59. package/transfer/server.d.ts +2 -6
  60. package/transfer/server.js.map +1 -1
  61. package/types/enums/bedrock/index.d.ts +8 -0
  62. package/types/enums/bedrock/index.js +6 -2
  63. package/types/enums/bedrock/index.js.map +1 -1
  64. package/types/enums/fms/index.d.ts +5 -0
  65. package/types/enums/fms/index.js.map +1 -1
  66. package/types/enums/mediaconnect/index.d.ts +32 -0
  67. package/types/enums/mediaconnect/index.js +17 -1
  68. package/types/enums/mediaconnect/index.js.map +1 -1
  69. package/types/enums/qbusiness/index.d.ts +5 -0
  70. package/types/enums/qbusiness/index.js +5 -1
  71. package/types/enums/qbusiness/index.js.map +1 -1
  72. package/types/enums/timestream/index.d.ts +10 -0
  73. package/types/enums/timestream/index.js +7 -1
  74. package/types/enums/timestream/index.js.map +1 -1
  75. package/types/input.d.ts +174 -1
  76. package/types/output.d.ts +174 -1
  77. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -10707,6 +10707,10 @@ export declare namespace bedrock {
10707
10707
  * The dimensions details for the vector configuration used on the Bedrock embeddings model.
10708
10708
  */
10709
10709
  dimensions?: pulumi.Input<number>;
10710
+ /**
10711
+ * The data type for the vectors when using a model to convert text into vector embeddings.
10712
+ */
10713
+ embeddingDataType?: pulumi.Input<enums.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>;
10710
10714
  }
10711
10715
  /**
10712
10716
  * Contains details about the embeddings model used for the knowledge base.
@@ -14135,6 +14139,14 @@ export declare namespace cloudfront {
14135
14139
  */
14136
14140
  reportUri?: pulumi.Input<string>;
14137
14141
  }
14142
+ interface VpcOriginEndpointConfigArgs {
14143
+ arn: pulumi.Input<string>;
14144
+ httpPort?: pulumi.Input<number>;
14145
+ httpsPort?: pulumi.Input<number>;
14146
+ name: pulumi.Input<string>;
14147
+ originProtocolPolicy?: pulumi.Input<string>;
14148
+ originSslProtocols?: pulumi.Input<pulumi.Input<string>[]>;
14149
+ }
14138
14150
  }
14139
14151
  export declare namespace cloudtrail {
14140
14152
  /**
@@ -24594,6 +24606,27 @@ export declare namespace ec2 {
24594
24606
  */
24595
24607
  protocol?: pulumi.Input<string>;
24596
24608
  }
24609
+ /**
24610
+ * The options for cidr type endpoint.
24611
+ */
24612
+ interface VerifiedAccessEndpointCidrOptionsArgs {
24613
+ /**
24614
+ * The IP address range, in CIDR notation.
24615
+ */
24616
+ cidr?: pulumi.Input<string>;
24617
+ /**
24618
+ * The list of port range.
24619
+ */
24620
+ portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.VerifiedAccessEndpointPortRangeArgs>[]>;
24621
+ /**
24622
+ * The IP protocol.
24623
+ */
24624
+ protocol?: pulumi.Input<string>;
24625
+ /**
24626
+ * The IDs of the subnets.
24627
+ */
24628
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
24629
+ }
24597
24630
  /**
24598
24631
  * The load balancer details if creating the AWS Verified Access endpoint as load-balancertype.
24599
24632
  */
@@ -24606,6 +24639,10 @@ export declare namespace ec2 {
24606
24639
  * The IP port number.
24607
24640
  */
24608
24641
  port?: pulumi.Input<number>;
24642
+ /**
24643
+ * The list of port range.
24644
+ */
24645
+ portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.VerifiedAccessEndpointPortRangeArgs>[]>;
24609
24646
  /**
24610
24647
  * The IP protocol.
24611
24648
  */
@@ -24627,11 +24664,61 @@ export declare namespace ec2 {
24627
24664
  * The IP port number.
24628
24665
  */
24629
24666
  port?: pulumi.Input<number>;
24667
+ /**
24668
+ * The list of port ranges.
24669
+ */
24670
+ portRanges?: pulumi.Input<pulumi.Input<inputs.ec2.VerifiedAccessEndpointPortRangeArgs>[]>;
24630
24671
  /**
24631
24672
  * The IP protocol.
24632
24673
  */
24633
24674
  protocol?: pulumi.Input<string>;
24634
24675
  }
24676
+ /**
24677
+ * The IP port range.
24678
+ */
24679
+ interface VerifiedAccessEndpointPortRangeArgs {
24680
+ /**
24681
+ * The first port in the range.
24682
+ */
24683
+ fromPort?: pulumi.Input<number>;
24684
+ /**
24685
+ * The last port in the range.
24686
+ */
24687
+ toPort?: pulumi.Input<number>;
24688
+ }
24689
+ /**
24690
+ * The options for rds type endpoint.
24691
+ */
24692
+ interface VerifiedAccessEndpointRdsOptionsArgs {
24693
+ /**
24694
+ * The IP port number.
24695
+ */
24696
+ port?: pulumi.Input<number>;
24697
+ /**
24698
+ * The IP protocol.
24699
+ */
24700
+ protocol?: pulumi.Input<string>;
24701
+ /**
24702
+ * The ARN of the RDS DB cluster.
24703
+ */
24704
+ rdsDbClusterArn?: pulumi.Input<string>;
24705
+ /**
24706
+ * The ARN of the RDS DB instance.
24707
+ */
24708
+ rdsDbInstanceArn?: pulumi.Input<string>;
24709
+ /**
24710
+ * The ARN of the RDS DB proxy.
24711
+ */
24712
+ rdsDbProxyArn?: pulumi.Input<string>;
24713
+ /**
24714
+ * The RDS endpoint.
24715
+ */
24716
+ rdsEndpoint?: pulumi.Input<string>;
24717
+ /**
24718
+ * The IDs of the subnets.
24719
+ */
24720
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
24721
+ }
24635
24722
  /**
24636
24723
  * The configuration options for customer provided KMS encryption.
24637
24724
  */
@@ -45594,6 +45681,28 @@ export declare namespace mediaconnect {
45594
45681
  */
45595
45682
  vpcInterfaceName?: pulumi.Input<string>;
45596
45683
  }
45684
+ /**
45685
+ * Specifies the configuration for audio stream metrics monitoring.
45686
+ */
45687
+ interface FlowAudioMonitoringSettingArgs {
45688
+ /**
45689
+ * Detects periods of silence.
45690
+ */
45691
+ silentAudio?: pulumi.Input<inputs.mediaconnect.FlowSilentAudioArgs>;
45692
+ }
45693
+ /**
45694
+ * Configures settings for the BlackFrames metric.
45695
+ */
45696
+ interface FlowBlackFramesArgs {
45697
+ /**
45698
+ * Indicates whether the BlackFrames metric is enabled or disabled.
45699
+ */
45700
+ state?: pulumi.Input<enums.mediaconnect.FlowBlackFramesState>;
45701
+ /**
45702
+ * Specifies the number of consecutive seconds of black frames that triggers an event or alert.
45703
+ */
45704
+ thresholdSeconds?: pulumi.Input<number>;
45705
+ }
45597
45706
  /**
45598
45707
  * Information about the encryption of the flow.
45599
45708
  */
@@ -45739,6 +45848,19 @@ export declare namespace mediaconnect {
45739
45848
  */
45740
45849
  tcs?: pulumi.Input<enums.mediaconnect.FlowFmtpTcs>;
45741
45850
  }
45851
+ /**
45852
+ * Configures settings for the FrozenFrames metric.
45853
+ */
45854
+ interface FlowFrozenFramesArgs {
45855
+ /**
45856
+ * Indicates whether the FrozenFrames metric is enabled or disabled.
45857
+ */
45858
+ state?: pulumi.Input<enums.mediaconnect.FlowFrozenFramesState>;
45859
+ /**
45860
+ * Specifies the number of consecutive seconds of a static image that triggers an event or alert.
45861
+ */
45862
+ thresholdSeconds?: pulumi.Input<number>;
45863
+ }
45742
45864
  /**
45743
45865
  * The source configuration for cloud flows receiving a stream from a bridge.
45744
45866
  */
@@ -45944,6 +46066,19 @@ export declare namespace mediaconnect {
45944
46066
  */
45945
46067
  vpcInterfaceName?: pulumi.Input<string>;
45946
46068
  }
46069
+ /**
46070
+ * Configures settings for the SilentAudio metric.
46071
+ */
46072
+ interface FlowSilentAudioArgs {
46073
+ /**
46074
+ * Indicates whether the SilentAudio metric is enabled or disabled.
46075
+ */
46076
+ state?: pulumi.Input<enums.mediaconnect.FlowSilentAudioState>;
46077
+ /**
46078
+ * Specifies the number of consecutive seconds of silence that triggers an event or alert.
46079
+ */
46080
+ thresholdSeconds?: pulumi.Input<number>;
46081
+ }
45947
46082
  /**
45948
46083
  * The settings for the source of the flow.
45949
46084
  */
@@ -46095,10 +46230,22 @@ export declare namespace mediaconnect {
46095
46230
  * The settings for source monitoring.
46096
46231
  */
46097
46232
  interface FlowSourceMonitoringConfigArgs {
46233
+ /**
46234
+ * Contains the settings for audio stream metrics monitoring.
46235
+ */
46236
+ audioMonitoringSettings?: pulumi.Input<pulumi.Input<inputs.mediaconnect.FlowAudioMonitoringSettingArgs>[]>;
46237
+ /**
46238
+ * Indicates whether content quality analysis is enabled or disabled.
46239
+ */
46240
+ contentQualityAnalysisState?: pulumi.Input<enums.mediaconnect.FlowSourceMonitoringConfigContentQualityAnalysisState>;
46098
46241
  /**
46099
46242
  * The state of thumbnail monitoring.
46100
46243
  */
46101
- thumbnailState: pulumi.Input<enums.mediaconnect.FlowSourceMonitoringConfigThumbnailState>;
46244
+ thumbnailState?: pulumi.Input<enums.mediaconnect.FlowSourceMonitoringConfigThumbnailState>;
46245
+ /**
46246
+ * Contains the settings for video stream metrics monitoring.
46247
+ */
46248
+ videoMonitoringSettings?: pulumi.Input<pulumi.Input<inputs.mediaconnect.FlowVideoMonitoringSettingArgs>[]>;
46102
46249
  }
46103
46250
  /**
46104
46251
  * The settings for attaching a VPC interface to an resource.
@@ -46109,6 +46256,19 @@ export declare namespace mediaconnect {
46109
46256
  */
46110
46257
  vpcInterfaceName?: pulumi.Input<string>;
46111
46258
  }
46259
+ /**
46260
+ * Specifies the configuration for video stream metrics monitoring.
46261
+ */
46262
+ interface FlowVideoMonitoringSettingArgs {
46263
+ /**
46264
+ * Detects video frames that are black.
46265
+ */
46266
+ blackFrames?: pulumi.Input<inputs.mediaconnect.FlowBlackFramesArgs>;
46267
+ /**
46268
+ * Detects video frames that have not changed.
46269
+ */
46270
+ frozenFrames?: pulumi.Input<inputs.mediaconnect.FlowFrozenFramesArgs>;
46271
+ }
46112
46272
  /**
46113
46273
  * The details of a VPC interface.
46114
46274
  */
@@ -52013,6 +52173,16 @@ export declare namespace qbusiness {
52013
52173
  interface RetrieverNativeIndexConfigurationArgs {
52014
52174
  indexId: pulumi.Input<string>;
52015
52175
  }
52176
+ interface WebExperienceBrowserExtensionConfigurationArgs {
52177
+ /**
52178
+ * Specify the browser extensions allowed for your Amazon Q web experience.
52179
+ *
52180
+ * - `CHROME` — Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
52181
+ * - `FIREFOX` — Enables the extension for Mozilla Firefox.
52182
+ * - `CHROME` and `FIREFOX` — Enable the extension for Chromium-based browsers and Mozilla Firefox.
52183
+ */
52184
+ enabledBrowserExtensions: pulumi.Input<pulumi.Input<enums.qbusiness.WebExperienceBrowserExtension>[]>;
52185
+ }
52016
52186
  interface WebExperienceCustomizationConfigurationArgs {
52017
52187
  /**
52018
52188
  * Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
@@ -79293,6 +79463,9 @@ export declare namespace quicksight {
79293
79463
  * Model for configuration of a Topic
79294
79464
  */
79295
79465
  interface TopicConfigOptionsArgs {
79466
+ /**
79467
+ * Enables Amazon Q Business Insights for a `Topic` .
79468
+ */
79296
79469
  qBusinessInsightsEnabled?: pulumi.Input<boolean>;
79297
79470
  }
79298
79471
  interface TopicDataAggregationArgs {
package/types/output.d.ts CHANGED
@@ -11088,6 +11088,10 @@ export declare namespace bedrock {
11088
11088
  * The dimensions details for the vector configuration used on the Bedrock embeddings model.
11089
11089
  */
11090
11090
  dimensions?: number;
11091
+ /**
11092
+ * The data type for the vectors when using a model to convert text into vector embeddings.
11093
+ */
11094
+ embeddingDataType?: enums.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType;
11091
11095
  }
11092
11096
  /**
11093
11097
  * Contains details about the embeddings model used for the knowledge base.
@@ -14789,6 +14793,14 @@ export declare namespace cloudfront {
14789
14793
  */
14790
14794
  reportUri?: string;
14791
14795
  }
14796
+ interface VpcOriginEndpointConfig {
14797
+ arn: string;
14798
+ httpPort?: number;
14799
+ httpsPort?: number;
14800
+ name: string;
14801
+ originProtocolPolicy?: string;
14802
+ originSslProtocols?: string[];
14803
+ }
14792
14804
  }
14793
14805
  export declare namespace cloudtrail {
14794
14806
  /**
@@ -25970,6 +25982,27 @@ export declare namespace ec2 {
25970
25982
  */
25971
25983
  message?: string;
25972
25984
  }
25985
+ /**
25986
+ * The options for cidr type endpoint.
25987
+ */
25988
+ interface VerifiedAccessEndpointCidrOptions {
25989
+ /**
25990
+ * The IP address range, in CIDR notation.
25991
+ */
25992
+ cidr?: string;
25993
+ /**
25994
+ * The list of port range.
25995
+ */
25996
+ portRanges?: outputs.ec2.VerifiedAccessEndpointPortRange[];
25997
+ /**
25998
+ * The IP protocol.
25999
+ */
26000
+ protocol?: string;
26001
+ /**
26002
+ * The IDs of the subnets.
26003
+ */
26004
+ subnetIds?: string[];
26005
+ }
25973
26006
  /**
25974
26007
  * The load balancer details if creating the AWS Verified Access endpoint as load-balancertype.
25975
26008
  */
@@ -25982,6 +26015,10 @@ export declare namespace ec2 {
25982
26015
  * The IP port number.
25983
26016
  */
25984
26017
  port?: number;
26018
+ /**
26019
+ * The list of port range.
26020
+ */
26021
+ portRanges?: outputs.ec2.VerifiedAccessEndpointPortRange[];
25985
26022
  /**
25986
26023
  * The IP protocol.
25987
26024
  */
@@ -26003,11 +26040,61 @@ export declare namespace ec2 {
26003
26040
  * The IP port number.
26004
26041
  */
26005
26042
  port?: number;
26043
+ /**
26044
+ * The list of port ranges.
26045
+ */
26046
+ portRanges?: outputs.ec2.VerifiedAccessEndpointPortRange[];
26006
26047
  /**
26007
26048
  * The IP protocol.
26008
26049
  */
26009
26050
  protocol?: string;
26010
26051
  }
26052
+ /**
26053
+ * The IP port range.
26054
+ */
26055
+ interface VerifiedAccessEndpointPortRange {
26056
+ /**
26057
+ * The first port in the range.
26058
+ */
26059
+ fromPort?: number;
26060
+ /**
26061
+ * The last port in the range.
26062
+ */
26063
+ toPort?: number;
26064
+ }
26065
+ /**
26066
+ * The options for rds type endpoint.
26067
+ */
26068
+ interface VerifiedAccessEndpointRdsOptions {
26069
+ /**
26070
+ * The IP port number.
26071
+ */
26072
+ port?: number;
26073
+ /**
26074
+ * The IP protocol.
26075
+ */
26076
+ protocol?: string;
26077
+ /**
26078
+ * The ARN of the RDS DB cluster.
26079
+ */
26080
+ rdsDbClusterArn?: string;
26081
+ /**
26082
+ * The ARN of the RDS DB instance.
26083
+ */
26084
+ rdsDbInstanceArn?: string;
26085
+ /**
26086
+ * The ARN of the RDS DB proxy.
26087
+ */
26088
+ rdsDbProxyArn?: string;
26089
+ /**
26090
+ * The RDS endpoint.
26091
+ */
26092
+ rdsEndpoint?: string;
26093
+ /**
26094
+ * The IDs of the subnets.
26095
+ */
26096
+ subnetIds?: string[];
26097
+ }
26011
26098
  /**
26012
26099
  * The configuration options for customer provided KMS encryption.
26013
26100
  */
@@ -47077,6 +47164,28 @@ export declare namespace mediaconnect {
47077
47164
  */
47078
47165
  vpcInterfaceName?: string;
47079
47166
  }
47167
+ /**
47168
+ * Specifies the configuration for audio stream metrics monitoring.
47169
+ */
47170
+ interface FlowAudioMonitoringSetting {
47171
+ /**
47172
+ * Detects periods of silence.
47173
+ */
47174
+ silentAudio?: outputs.mediaconnect.FlowSilentAudio;
47175
+ }
47176
+ /**
47177
+ * Configures settings for the BlackFrames metric.
47178
+ */
47179
+ interface FlowBlackFrames {
47180
+ /**
47181
+ * Indicates whether the BlackFrames metric is enabled or disabled.
47182
+ */
47183
+ state?: enums.mediaconnect.FlowBlackFramesState;
47184
+ /**
47185
+ * Specifies the number of consecutive seconds of black frames that triggers an event or alert.
47186
+ */
47187
+ thresholdSeconds?: number;
47188
+ }
47080
47189
  /**
47081
47190
  * Information about the encryption of the flow.
47082
47191
  */
@@ -47222,6 +47331,19 @@ export declare namespace mediaconnect {
47222
47331
  */
47223
47332
  tcs?: enums.mediaconnect.FlowFmtpTcs;
47224
47333
  }
47334
+ /**
47335
+ * Configures settings for the FrozenFrames metric.
47336
+ */
47337
+ interface FlowFrozenFrames {
47338
+ /**
47339
+ * Indicates whether the FrozenFrames metric is enabled or disabled.
47340
+ */
47341
+ state?: enums.mediaconnect.FlowFrozenFramesState;
47342
+ /**
47343
+ * Specifies the number of consecutive seconds of a static image that triggers an event or alert.
47344
+ */
47345
+ thresholdSeconds?: number;
47346
+ }
47225
47347
  /**
47226
47348
  * The source configuration for cloud flows receiving a stream from a bridge.
47227
47349
  */
@@ -47427,6 +47549,19 @@ export declare namespace mediaconnect {
47427
47549
  */
47428
47550
  vpcInterfaceName?: string;
47429
47551
  }
47552
+ /**
47553
+ * Configures settings for the SilentAudio metric.
47554
+ */
47555
+ interface FlowSilentAudio {
47556
+ /**
47557
+ * Indicates whether the SilentAudio metric is enabled or disabled.
47558
+ */
47559
+ state?: enums.mediaconnect.FlowSilentAudioState;
47560
+ /**
47561
+ * Specifies the number of consecutive seconds of silence that triggers an event or alert.
47562
+ */
47563
+ thresholdSeconds?: number;
47564
+ }
47430
47565
  /**
47431
47566
  * The settings for the source of the flow.
47432
47567
  */
@@ -47578,10 +47713,22 @@ export declare namespace mediaconnect {
47578
47713
  * The settings for source monitoring.
47579
47714
  */
47580
47715
  interface FlowSourceMonitoringConfig {
47716
+ /**
47717
+ * Contains the settings for audio stream metrics monitoring.
47718
+ */
47719
+ audioMonitoringSettings?: outputs.mediaconnect.FlowAudioMonitoringSetting[];
47720
+ /**
47721
+ * Indicates whether content quality analysis is enabled or disabled.
47722
+ */
47723
+ contentQualityAnalysisState?: enums.mediaconnect.FlowSourceMonitoringConfigContentQualityAnalysisState;
47581
47724
  /**
47582
47725
  * The state of thumbnail monitoring.
47583
47726
  */
47584
- thumbnailState: enums.mediaconnect.FlowSourceMonitoringConfigThumbnailState;
47727
+ thumbnailState?: enums.mediaconnect.FlowSourceMonitoringConfigThumbnailState;
47728
+ /**
47729
+ * Contains the settings for video stream metrics monitoring.
47730
+ */
47731
+ videoMonitoringSettings?: outputs.mediaconnect.FlowVideoMonitoringSetting[];
47585
47732
  }
47586
47733
  /**
47587
47734
  * The settings for attaching a VPC interface to an resource.
@@ -47592,6 +47739,19 @@ export declare namespace mediaconnect {
47592
47739
  */
47593
47740
  vpcInterfaceName?: string;
47594
47741
  }
47742
+ /**
47743
+ * Specifies the configuration for video stream metrics monitoring.
47744
+ */
47745
+ interface FlowVideoMonitoringSetting {
47746
+ /**
47747
+ * Detects video frames that are black.
47748
+ */
47749
+ blackFrames?: outputs.mediaconnect.FlowBlackFrames;
47750
+ /**
47751
+ * Detects video frames that have not changed.
47752
+ */
47753
+ frozenFrames?: outputs.mediaconnect.FlowFrozenFrames;
47754
+ }
47595
47755
  /**
47596
47756
  * The details of a VPC interface.
47597
47757
  */
@@ -53812,6 +53972,16 @@ export declare namespace qbusiness {
53812
53972
  interface RetrieverNativeIndexConfiguration {
53813
53973
  indexId: string;
53814
53974
  }
53975
+ interface WebExperienceBrowserExtensionConfiguration {
53976
+ /**
53977
+ * Specify the browser extensions allowed for your Amazon Q web experience.
53978
+ *
53979
+ * - `CHROME` — Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).
53980
+ * - `FIREFOX` — Enables the extension for Mozilla Firefox.
53981
+ * - `CHROME` and `FIREFOX` — Enable the extension for Chromium-based browsers and Mozilla Firefox.
53982
+ */
53983
+ enabledBrowserExtensions: enums.qbusiness.WebExperienceBrowserExtension[];
53984
+ }
53815
53985
  interface WebExperienceCustomizationConfiguration {
53816
53986
  /**
53817
53987
  * Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
@@ -81352,6 +81522,9 @@ export declare namespace quicksight {
81352
81522
  * Model for configuration of a Topic
81353
81523
  */
81354
81524
  interface TopicConfigOptions {
81525
+ /**
81526
+ * Enables Amazon Q Business Insights for a `Topic` .
81527
+ */
81355
81528
  qBusinessInsightsEnabled?: boolean;
81356
81529
  }
81357
81530
  interface TopicDataAggregation {
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAg2iBjF,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"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AA62iBjF,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"}