@pulumi/aws-native 0.112.0-alpha.1721397480 → 0.112.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/applicationautoscaling/getScalingPolicy.d.ts +56 -11
- package/applicationautoscaling/getScalingPolicy.js +4 -2
- package/applicationautoscaling/getScalingPolicy.js.map +1 -1
- package/applicationautoscaling/scalingPolicy.d.ts +101 -22
- package/applicationautoscaling/scalingPolicy.js +2 -1
- package/applicationautoscaling/scalingPolicy.js.map +1 -1
- package/backup/backupVault.d.ts +2 -2
- package/backup/getBackupVault.d.ts +2 -2
- package/bedrock/flow.d.ts +133 -0
- package/bedrock/flow.js +89 -0
- package/bedrock/flow.js.map +1 -0
- package/bedrock/flowAlias.d.ts +93 -0
- package/bedrock/flowAlias.js +82 -0
- package/bedrock/flowAlias.js.map +1 -0
- package/bedrock/flowVersion.d.ts +76 -0
- package/bedrock/flowVersion.js +77 -0
- package/bedrock/flowVersion.js.map +1 -0
- package/bedrock/getFlow.d.ts +77 -0
- package/bedrock/getFlow.js +25 -0
- package/bedrock/getFlow.js.map +1 -0
- package/bedrock/getFlowAlias.d.ts +67 -0
- package/bedrock/getFlowAlias.js +26 -0
- package/bedrock/getFlowAlias.js.map +1 -0
- package/bedrock/getFlowVersion.d.ts +58 -0
- package/bedrock/getFlowVersion.js +26 -0
- package/bedrock/getFlowVersion.js.map +1 -0
- package/bedrock/getPrompt.d.ts +67 -0
- package/bedrock/getPrompt.js +25 -0
- package/bedrock/getPrompt.js.map +1 -0
- package/bedrock/getPromptVersion.d.ts +56 -0
- package/bedrock/getPromptVersion.js +25 -0
- package/bedrock/getPromptVersion.js.map +1 -0
- package/bedrock/index.d.ts +30 -0
- package/bedrock/index.js +36 -1
- package/bedrock/index.js.map +1 -1
- package/bedrock/prompt.d.ts +101 -0
- package/bedrock/prompt.js +76 -0
- package/bedrock/prompt.js.map +1 -0
- package/bedrock/promptVersion.d.ts +82 -0
- package/bedrock/promptVersion.js +79 -0
- package/bedrock/promptVersion.js.map +1 -0
- package/dms/replicationConfig.d.ts +13 -13
- package/dms/replicationConfig.js +18 -0
- package/dms/replicationConfig.js.map +1 -1
- package/ec2/eipAssociation.d.ts +13 -16
- package/ec2/eipAssociation.js +2 -1
- package/ec2/eipAssociation.js.map +1 -1
- package/ec2/getEipAssociation.d.ts +7 -5
- package/ec2/getEipAssociation.js +4 -2
- package/ec2/getEipAssociation.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +3 -3
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/networkInterfaceAttachment.d.ts +5 -5
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +4 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +8 -0
- package/ecr/repositoryCreationTemplate.js +2 -0
- package/ecr/repositoryCreationTemplate.js.map +1 -1
- package/eks/cluster.d.ts +2 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getCluster.d.ts +1 -0
- package/eks/getCluster.js.map +1 -1
- package/lightsail/alarm.d.ts +2 -2
- package/lightsail/certificate.d.ts +1 -1
- package/lightsail/certificate.js +1 -1
- package/lightsail/getCertificate.d.ts +2 -2
- package/lightsail/getCertificate.js +2 -2
- package/mediaconnect/flowOutput.d.ts +8 -0
- package/mediaconnect/flowOutput.js +2 -0
- package/mediaconnect/flowOutput.js.map +1 -1
- package/mediapackagev2/channel.d.ts +3 -0
- package/mediapackagev2/channel.js +3 -1
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getOriginEndpoint.d.ts +1 -0
- package/mediapackagev2/getOriginEndpoint.js.map +1 -1
- package/mediapackagev2/originEndpoint.d.ts +2 -0
- package/mediapackagev2/originEndpoint.js +2 -0
- package/mediapackagev2/originEndpoint.js.map +1 -1
- package/mwaa/environment.d.ts +2 -2
- package/mwaa/getEnvironment.d.ts +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbCluster.d.ts +2 -2
- package/rds/dbInstance.d.ts +0 -8
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +0 -3
- package/rds/getDbInstance.js.map +1 -1
- package/secretsmanager/getResourcePolicy.d.ts +33 -0
- package/secretsmanager/getResourcePolicy.js +25 -0
- package/secretsmanager/getResourcePolicy.js.map +1 -0
- package/secretsmanager/index.d.ts +6 -0
- package/secretsmanager/index.js +8 -1
- package/secretsmanager/index.js.map +1 -1
- package/secretsmanager/resourcePolicy.d.ts +65 -0
- package/secretsmanager/resourcePolicy.js +70 -0
- package/secretsmanager/resourcePolicy.js.map +1 -0
- package/types/enums/bedrock/index.d.ts +112 -0
- package/types/enums/bedrock/index.js +65 -1
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/eks/index.d.ts +8 -0
- package/types/enums/eks/index.js +5 -1
- package/types/enums/eks/index.js.map +1 -1
- package/types/enums/mediaconnect/index.d.ts +8 -0
- package/types/enums/mediaconnect/index.js +5 -1
- package/types/enums/mediaconnect/index.js.map +1 -1
- package/types/enums/mediapackagev2/index.d.ts +12 -0
- package/types/enums/mediapackagev2/index.js +11 -1
- package/types/enums/mediapackagev2/index.js.map +1 -1
- package/types/input.d.ts +623 -46
- package/types/output.d.ts +1041 -46
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -3805,15 +3805,24 @@ export declare namespace applicationautoscaling {
|
|
|
3805
3805
|
scheduledScalingSuspended?: boolean;
|
|
3806
3806
|
}
|
|
3807
3807
|
/**
|
|
3808
|
-
*
|
|
3808
|
+
* Contains customized metric specification information for a target tracking scaling policy for Application Auto Scaling.
|
|
3809
|
+
* For information about the available metrics for a service, see [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
3810
|
+
* To create your customized metric specification:
|
|
3811
|
+
* + Add values for each required parameter from CloudWatch. You can use an existing metric, or a new metric that you create. To use your own metric, you must first publish the metric to CloudWatch. For more information, see [Publish custom metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html) in the *Amazon CloudWatch User Guide*.
|
|
3812
|
+
* + Choose a metric that changes proportionally with capacity. The value of the metric should increase or decrease in inverse proportion to the number of capacity units. That is, the value of the metric should decrease when capacity increases, and increase when capacity decreases.
|
|
3813
|
+
*
|
|
3814
|
+
* For an example of how creating new metrics can be useful, see [Scaling based on Amazon SQS](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-using-sqs-queue.html) in the *Amazon EC2 Auto Scaling User Guide*. This topic mentions Auto Scaling groups, but the same scenario for Amazon SQS can apply to the target tracking scaling policies that you create for a Spot Fleet by using Application Auto Scaling.
|
|
3815
|
+
* For more information about the CloudWatch terminology below, see [Amazon CloudWatch concepts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html).
|
|
3816
|
+
* ``CustomizedMetricSpecification`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingScalingPolicyConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html) property type.
|
|
3809
3817
|
*/
|
|
3810
3818
|
interface ScalingPolicyCustomizedMetricSpecification {
|
|
3811
3819
|
/**
|
|
3812
3820
|
* The dimensions of the metric.
|
|
3821
|
+
* Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
|
|
3813
3822
|
*/
|
|
3814
3823
|
dimensions?: outputs.applicationautoscaling.ScalingPolicyMetricDimension[];
|
|
3815
3824
|
/**
|
|
3816
|
-
* The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the Metric object that
|
|
3825
|
+
* The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the [Metric](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html) object that's returned by a call to [ListMetrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html).
|
|
3817
3826
|
*/
|
|
3818
3827
|
metricName?: string;
|
|
3819
3828
|
/**
|
|
@@ -3829,12 +3838,12 @@ export declare namespace applicationautoscaling {
|
|
|
3829
3838
|
*/
|
|
3830
3839
|
statistic?: string;
|
|
3831
3840
|
/**
|
|
3832
|
-
* The unit of the metric. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference
|
|
3841
|
+
* The unit of the metric. For a complete list of the units that CloudWatch supports, see the [MetricDatum](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html) data type in the *Amazon CloudWatch API Reference*.
|
|
3833
3842
|
*/
|
|
3834
3843
|
unit?: string;
|
|
3835
3844
|
}
|
|
3836
3845
|
/**
|
|
3837
|
-
*
|
|
3846
|
+
* ``MetricDimension`` specifies a name/value pair that is part of the identity of a CloudWatch metric for the ``Dimensions`` property of the [AWS::ApplicationAutoScaling::ScalingPolicy CustomizedMetricSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html) property type. Duplicate dimensions are not allowed.
|
|
3838
3847
|
*/
|
|
3839
3848
|
interface ScalingPolicyMetricDimension {
|
|
3840
3849
|
/**
|
|
@@ -3847,66 +3856,86 @@ export declare namespace applicationautoscaling {
|
|
|
3847
3856
|
value: string;
|
|
3848
3857
|
}
|
|
3849
3858
|
/**
|
|
3850
|
-
*
|
|
3859
|
+
* Contains predefined metric specification information for a target tracking scaling policy for Application Auto Scaling.
|
|
3860
|
+
* ``PredefinedMetricSpecification`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingScalingPolicyConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingscalingpolicyconfiguration.html) property type.
|
|
3851
3861
|
*/
|
|
3852
3862
|
interface ScalingPolicyPredefinedMetricSpecification {
|
|
3853
3863
|
/**
|
|
3854
|
-
* The metric type. The ALBRequestCountPerTarget metric type applies only to Spot
|
|
3864
|
+
* The metric type. The ``ALBRequestCountPerTarget`` metric type applies only to Spot fleet requests and ECS services.
|
|
3855
3865
|
*/
|
|
3856
3866
|
predefinedMetricType: string;
|
|
3857
3867
|
/**
|
|
3858
|
-
* Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is ALBRequestCountPerTarget and there is a target group attached to the Spot Fleet or ECS service.
|
|
3868
|
+
* Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is ``ALBRequestCountPerTarget`` and there is a target group attached to the Spot Fleet or ECS service.
|
|
3869
|
+
* You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:
|
|
3870
|
+
* ``app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff``.
|
|
3871
|
+
* Where:
|
|
3872
|
+
* + app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
|
|
3873
|
+
* + targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.
|
|
3874
|
+
*
|
|
3875
|
+
* To find the ARN for an Application Load Balancer, use the [DescribeLoadBalancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) API operation. To find the ARN for the target group, use the [DescribeTargetGroups](https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html) API operation.
|
|
3859
3876
|
*/
|
|
3860
3877
|
resourceLabel?: string;
|
|
3861
3878
|
}
|
|
3862
3879
|
/**
|
|
3863
|
-
*
|
|
3880
|
+
* ``StepAdjustment`` specifies a step adjustment for the ``StepAdjustments`` property of the [AWS::ApplicationAutoScaling::ScalingPolicy StepScalingPolicyConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration.html) property type.
|
|
3881
|
+
* For the following examples, suppose that you have an alarm with a breach threshold of 50:
|
|
3882
|
+
* + To trigger a step adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.
|
|
3883
|
+
* + To trigger a step adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.
|
|
3884
|
+
*
|
|
3885
|
+
* For more information, see [Step adjustments](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html#as-scaling-steps) in the *Application Auto Scaling User Guide*.
|
|
3886
|
+
* You can find a sample template snippet in the [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html#aws-resource-applicationautoscaling-scalingpolicy--examples) section of the ``AWS::ApplicationAutoScaling::ScalingPolicy`` documentation.
|
|
3864
3887
|
*/
|
|
3865
3888
|
interface ScalingPolicyStepAdjustment {
|
|
3866
3889
|
/**
|
|
3867
3890
|
* The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.
|
|
3891
|
+
* You must specify at least one upper or lower bound.
|
|
3868
3892
|
*/
|
|
3869
3893
|
metricIntervalLowerBound?: number;
|
|
3870
3894
|
/**
|
|
3871
3895
|
* The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.
|
|
3896
|
+
* You must specify at least one upper or lower bound.
|
|
3872
3897
|
*/
|
|
3873
3898
|
metricIntervalUpperBound?: number;
|
|
3874
3899
|
/**
|
|
3875
|
-
* The amount by which to scale
|
|
3900
|
+
* The amount by which to scale. The adjustment is based on the value that you specified in the ``AdjustmentType`` property (either an absolute number or a percentage). A positive value adds to the current capacity and a negative number subtracts from the current capacity.
|
|
3876
3901
|
*/
|
|
3877
3902
|
scalingAdjustment: number;
|
|
3878
3903
|
}
|
|
3879
3904
|
/**
|
|
3880
|
-
*
|
|
3905
|
+
* ``StepScalingPolicyConfiguration`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html) resource that specifies a step scaling policy configuration for Application Auto Scaling.
|
|
3906
|
+
* For more information, see [Step scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) in the *Application Auto Scaling User Guide*.
|
|
3881
3907
|
*/
|
|
3882
3908
|
interface ScalingPolicyStepScalingPolicyConfiguration {
|
|
3883
3909
|
/**
|
|
3884
|
-
* Specifies
|
|
3910
|
+
* Specifies whether the ``ScalingAdjustment`` value in the ``StepAdjustment`` property is an absolute number or a percentage of the current capacity.
|
|
3885
3911
|
*/
|
|
3886
3912
|
adjustmentType?: string;
|
|
3887
3913
|
/**
|
|
3888
|
-
* The amount of time, in seconds, to wait for a previous scaling activity to take effect.
|
|
3914
|
+
* The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see [Cooldown period](https://docs.aws.amazon.com/autoscaling/application/userguide/step-scaling-policy-overview.html#step-scaling-cooldown) in the *Application Auto Scaling User Guide*.
|
|
3889
3915
|
*/
|
|
3890
3916
|
cooldown?: number;
|
|
3891
3917
|
/**
|
|
3892
|
-
* The aggregation type for the CloudWatch metrics. Valid values are Minimum
|
|
3918
|
+
* The aggregation type for the CloudWatch metrics. Valid values are ``Minimum``, ``Maximum``, and ``Average``. If the aggregation type is null, the value is treated as ``Average``.
|
|
3893
3919
|
*/
|
|
3894
3920
|
metricAggregationType?: string;
|
|
3895
3921
|
/**
|
|
3896
|
-
* The minimum value to scale by when the adjustment type is PercentChangeInCapacity.
|
|
3922
|
+
* The minimum value to scale by when the adjustment type is ``PercentChangeInCapacity``. For example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a ``MinAdjustmentMagnitude`` of 2. If the service has 4 tasks and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a ``MinAdjustmentMagnitude`` of 2, Application Auto Scaling scales out the service by 2 tasks.
|
|
3897
3923
|
*/
|
|
3898
3924
|
minAdjustmentMagnitude?: number;
|
|
3899
3925
|
/**
|
|
3900
3926
|
* A set of adjustments that enable you to scale based on the size of the alarm breach.
|
|
3927
|
+
* At least one step adjustment is required if you are adding a new step scaling policy configuration.
|
|
3901
3928
|
*/
|
|
3902
3929
|
stepAdjustments?: outputs.applicationautoscaling.ScalingPolicyStepAdjustment[];
|
|
3903
3930
|
}
|
|
3904
3931
|
/**
|
|
3905
|
-
* Represents a specific metric.
|
|
3932
|
+
* Represents a specific metric for a target tracking scaling policy for Application Auto Scaling.
|
|
3933
|
+
* Metric is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricStat](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricstat.html) property type.
|
|
3906
3934
|
*/
|
|
3907
3935
|
interface ScalingPolicyTargetTrackingMetric {
|
|
3908
3936
|
/**
|
|
3909
|
-
* The dimensions for the metric.
|
|
3937
|
+
* The dimensions for the metric. For the list of available dimensions, see the AWS documentation available from the table in [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
3938
|
+
* Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
|
|
3910
3939
|
*/
|
|
3911
3940
|
dimensions?: outputs.applicationautoscaling.ScalingPolicyTargetTrackingMetricDimension[];
|
|
3912
3941
|
/**
|
|
@@ -3914,20 +3943,24 @@ export declare namespace applicationautoscaling {
|
|
|
3914
3943
|
*/
|
|
3915
3944
|
metricName?: string;
|
|
3916
3945
|
/**
|
|
3917
|
-
* The namespace of the metric.
|
|
3946
|
+
* The namespace of the metric. For more information, see the table in [services that publish CloudWatch metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html) in the *Amazon CloudWatch User Guide*.
|
|
3918
3947
|
*/
|
|
3919
3948
|
namespace?: string;
|
|
3920
3949
|
}
|
|
3921
3950
|
/**
|
|
3922
3951
|
* The metric data to return. Also defines whether this call is returning data for one metric only, or whether it is performing a math expression on the values of returned metric statistics to create a new time series. A time series is a series of data points, each of which is associated with a timestamp.
|
|
3952
|
+
* You can call for a single metric or perform math expressions on multiple metrics. Any expressions used in a metric specification must eventually return a single time series.
|
|
3953
|
+
* For more information and examples, see [Create a target tracking scaling policy for Application Auto Scaling using metric math](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking-metric-math.html) in the *Application Auto Scaling User Guide*.
|
|
3954
|
+
* ``TargetTrackingMetricDataQuery`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy CustomizedMetricSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-customizedmetricspecification.html) property type.
|
|
3923
3955
|
*/
|
|
3924
3956
|
interface ScalingPolicyTargetTrackingMetricDataQuery {
|
|
3925
3957
|
/**
|
|
3926
|
-
* The math expression to perform on the returned data, if this object is performing a math expression.
|
|
3958
|
+
* The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the ``Id`` of the other metrics to refer to those metrics, and can also use the ``Id`` of other expressions to use the result of those expressions.
|
|
3959
|
+
* Conditional: Within each ``TargetTrackingMetricDataQuery`` object, you must specify either ``Expression`` or ``MetricStat``, but not both.
|
|
3927
3960
|
*/
|
|
3928
3961
|
expression?: string;
|
|
3929
3962
|
/**
|
|
3930
|
-
* A short name that identifies the object's results in the response.
|
|
3963
|
+
* A short name that identifies the object's results in the response. This name must be unique among all ``MetricDataQuery`` objects specified for a single scaling policy. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscores. The first character must be a lowercase letter.
|
|
3931
3964
|
*/
|
|
3932
3965
|
id?: string;
|
|
3933
3966
|
/**
|
|
@@ -3936,15 +3969,18 @@ export declare namespace applicationautoscaling {
|
|
|
3936
3969
|
label?: string;
|
|
3937
3970
|
/**
|
|
3938
3971
|
* Information about the metric data to return.
|
|
3972
|
+
* Conditional: Within each ``MetricDataQuery`` object, you must specify either ``Expression`` or ``MetricStat``, but not both.
|
|
3939
3973
|
*/
|
|
3940
3974
|
metricStat?: outputs.applicationautoscaling.ScalingPolicyTargetTrackingMetricStat;
|
|
3941
3975
|
/**
|
|
3942
3976
|
* Indicates whether to return the timestamps and raw data values of this metric.
|
|
3977
|
+
* If you use any math expressions, specify ``true`` for this value for only the final math expression that the metric specification is based on. You must specify ``false`` for ``ReturnData`` for all the other metrics and expressions used in the metric specification.
|
|
3978
|
+
* If you are only retrieving metrics and not performing any math expressions, do not specify anything for ``ReturnData``. This sets it to its default (``true``).
|
|
3943
3979
|
*/
|
|
3944
3980
|
returnData?: boolean;
|
|
3945
3981
|
}
|
|
3946
3982
|
/**
|
|
3947
|
-
*
|
|
3983
|
+
* ``TargetTrackingMetricDimension`` specifies a name/value pair that is part of the identity of a CloudWatch metric for the ``Dimensions`` property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetric](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetric.html) property type. Duplicate dimensions are not allowed.
|
|
3948
3984
|
*/
|
|
3949
3985
|
interface ScalingPolicyTargetTrackingMetricDimension {
|
|
3950
3986
|
/**
|
|
@@ -3957,24 +3993,28 @@ export declare namespace applicationautoscaling {
|
|
|
3957
3993
|
value?: string;
|
|
3958
3994
|
}
|
|
3959
3995
|
/**
|
|
3960
|
-
* This structure defines the CloudWatch metric to return, along with the statistic
|
|
3996
|
+
* This structure defines the CloudWatch metric to return, along with the statistic and unit.
|
|
3997
|
+
* ``TargetTrackingMetricStat`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricDataQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricdataquery.html) property type.
|
|
3998
|
+
* For more information about the CloudWatch terminology below, see [Amazon CloudWatch concepts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html) in the *Amazon CloudWatch User Guide*.
|
|
3961
3999
|
*/
|
|
3962
4000
|
interface ScalingPolicyTargetTrackingMetricStat {
|
|
3963
4001
|
/**
|
|
3964
|
-
* The CloudWatch metric to return, including the metric name, namespace, and dimensions.
|
|
4002
|
+
* The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the [Metric](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html) object that is returned by a call to [ListMetrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html).
|
|
3965
4003
|
*/
|
|
3966
4004
|
metric?: outputs.applicationautoscaling.ScalingPolicyTargetTrackingMetric;
|
|
3967
4005
|
/**
|
|
3968
|
-
* The statistic to return. It can include any CloudWatch statistic or extended statistic.
|
|
4006
|
+
* The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in [Statistics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic) in the *Amazon CloudWatch User Guide*.
|
|
4007
|
+
* The most commonly used metric for scaling is ``Average``.
|
|
3969
4008
|
*/
|
|
3970
4009
|
stat?: string;
|
|
3971
4010
|
/**
|
|
3972
|
-
* The unit to use for the returned data points.
|
|
4011
|
+
* The unit to use for the returned data points. For a complete list of the units that CloudWatch supports, see the [MetricDatum](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html) data type in the *Amazon CloudWatch API Reference*.
|
|
3973
4012
|
*/
|
|
3974
4013
|
unit?: string;
|
|
3975
4014
|
}
|
|
3976
4015
|
/**
|
|
3977
|
-
*
|
|
4016
|
+
* ``TargetTrackingScalingPolicyConfiguration`` is a property of the [AWS::ApplicationAutoScaling::ScalingPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html) resource that specifies a target tracking scaling policy configuration for Application Auto Scaling. Use a target tracking scaling policy to adjust the capacity of the specified scalable target in response to actual workloads, so that resource utilization remains at or near the target utilization value.
|
|
4017
|
+
* For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) in the *Application Auto Scaling User Guide*.
|
|
3978
4018
|
*/
|
|
3979
4019
|
interface ScalingPolicyTargetTrackingScalingPolicyConfiguration {
|
|
3980
4020
|
/**
|
|
@@ -3982,7 +4022,7 @@ export declare namespace applicationautoscaling {
|
|
|
3982
4022
|
*/
|
|
3983
4023
|
customizedMetricSpecification?: outputs.applicationautoscaling.ScalingPolicyCustomizedMetricSpecification;
|
|
3984
4024
|
/**
|
|
3985
|
-
* Indicates whether scale in by the target tracking scaling policy is disabled. If the value is true
|
|
4025
|
+
* Indicates whether scale in by the target tracking scaling policy is disabled. If the value is ``true``, scale in is disabled and the target tracking scaling policy won't remove capacity from the scalable target. Otherwise, scale in is enabled and the target tracking scaling policy can remove capacity from the scalable target. The default value is ``false``.
|
|
3986
4026
|
*/
|
|
3987
4027
|
disableScaleIn?: boolean;
|
|
3988
4028
|
/**
|
|
@@ -3990,11 +4030,11 @@ export declare namespace applicationautoscaling {
|
|
|
3990
4030
|
*/
|
|
3991
4031
|
predefinedMetricSpecification?: outputs.applicationautoscaling.ScalingPolicyPredefinedMetricSpecification;
|
|
3992
4032
|
/**
|
|
3993
|
-
* The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.
|
|
4033
|
+
* The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start. For more information and for default values, see [Define cooldown periods](https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown) in the *Application Auto Scaling User Guide*.
|
|
3994
4034
|
*/
|
|
3995
4035
|
scaleInCooldown?: number;
|
|
3996
4036
|
/**
|
|
3997
|
-
* The amount of time, in seconds, to wait for a previous scale-out activity to take effect.
|
|
4037
|
+
* The amount of time, in seconds, to wait for a previous scale-out activity to take effect. For more information and for default values, see [Define cooldown periods](https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown) in the *Application Auto Scaling User Guide*.
|
|
3998
4038
|
*/
|
|
3999
4039
|
scaleOutCooldown?: number;
|
|
4000
4040
|
/**
|
|
@@ -8421,6 +8461,700 @@ export declare namespace bedrock {
|
|
|
8421
8461
|
*/
|
|
8422
8462
|
chunkingConfiguration?: outputs.bedrock.DataSourceChunkingConfiguration;
|
|
8423
8463
|
}
|
|
8464
|
+
/**
|
|
8465
|
+
* Details about the routing configuration for a Flow alias.
|
|
8466
|
+
*/
|
|
8467
|
+
interface FlowAliasRoutingConfigurationListItem {
|
|
8468
|
+
/**
|
|
8469
|
+
* Version.
|
|
8470
|
+
*/
|
|
8471
|
+
flowVersion?: string;
|
|
8472
|
+
}
|
|
8473
|
+
/**
|
|
8474
|
+
* Condition branch for a condition node
|
|
8475
|
+
*/
|
|
8476
|
+
interface FlowCondition {
|
|
8477
|
+
/**
|
|
8478
|
+
* Expression for a condition in a flow
|
|
8479
|
+
*/
|
|
8480
|
+
expression?: string;
|
|
8481
|
+
/**
|
|
8482
|
+
* Name of a condition in a flow
|
|
8483
|
+
*/
|
|
8484
|
+
name: string;
|
|
8485
|
+
}
|
|
8486
|
+
/**
|
|
8487
|
+
* Condition flow node configuration
|
|
8488
|
+
*/
|
|
8489
|
+
interface FlowConditionFlowNodeConfiguration {
|
|
8490
|
+
/**
|
|
8491
|
+
* List of conditions in a condition node
|
|
8492
|
+
*/
|
|
8493
|
+
conditions: outputs.bedrock.FlowCondition[];
|
|
8494
|
+
}
|
|
8495
|
+
/**
|
|
8496
|
+
* Conditional connection configuration
|
|
8497
|
+
*/
|
|
8498
|
+
interface FlowConditionalConnectionConfiguration {
|
|
8499
|
+
/**
|
|
8500
|
+
* Name of a condition in a flow
|
|
8501
|
+
*/
|
|
8502
|
+
condition: string;
|
|
8503
|
+
}
|
|
8504
|
+
/**
|
|
8505
|
+
* Flow connection
|
|
8506
|
+
*/
|
|
8507
|
+
interface FlowConnection {
|
|
8508
|
+
/**
|
|
8509
|
+
* The configuration of the connection.
|
|
8510
|
+
*/
|
|
8511
|
+
configuration?: outputs.bedrock.FlowConnectionConfiguration0Properties | outputs.bedrock.FlowConnectionConfiguration1Properties;
|
|
8512
|
+
/**
|
|
8513
|
+
* Name of a connection in a flow
|
|
8514
|
+
*/
|
|
8515
|
+
name: string;
|
|
8516
|
+
/**
|
|
8517
|
+
* Name of a node in a flow
|
|
8518
|
+
*/
|
|
8519
|
+
source: string;
|
|
8520
|
+
/**
|
|
8521
|
+
* Name of a node in a flow
|
|
8522
|
+
*/
|
|
8523
|
+
target: string;
|
|
8524
|
+
/**
|
|
8525
|
+
* Whether the source node that the connection begins from is a condition node ( `Conditional` ) or not ( `Data` ).
|
|
8526
|
+
*/
|
|
8527
|
+
type: enums.bedrock.FlowConnectionType;
|
|
8528
|
+
}
|
|
8529
|
+
/**
|
|
8530
|
+
* Connection configuration
|
|
8531
|
+
*/
|
|
8532
|
+
interface FlowConnectionConfiguration0Properties {
|
|
8533
|
+
data: outputs.bedrock.FlowDataConnectionConfiguration;
|
|
8534
|
+
}
|
|
8535
|
+
/**
|
|
8536
|
+
* Connection configuration
|
|
8537
|
+
*/
|
|
8538
|
+
interface FlowConnectionConfiguration1Properties {
|
|
8539
|
+
conditional: outputs.bedrock.FlowConditionalConnectionConfiguration;
|
|
8540
|
+
}
|
|
8541
|
+
/**
|
|
8542
|
+
* Data connection configuration
|
|
8543
|
+
*/
|
|
8544
|
+
interface FlowDataConnectionConfiguration {
|
|
8545
|
+
/**
|
|
8546
|
+
* Name of a node output in a flow
|
|
8547
|
+
*/
|
|
8548
|
+
sourceOutput: string;
|
|
8549
|
+
/**
|
|
8550
|
+
* Name of a node input in a flow
|
|
8551
|
+
*/
|
|
8552
|
+
targetInput: string;
|
|
8553
|
+
}
|
|
8554
|
+
/**
|
|
8555
|
+
* Flow definition
|
|
8556
|
+
*/
|
|
8557
|
+
interface FlowDefinition {
|
|
8558
|
+
/**
|
|
8559
|
+
* List of connections
|
|
8560
|
+
*/
|
|
8561
|
+
connections?: outputs.bedrock.FlowConnection[];
|
|
8562
|
+
/**
|
|
8563
|
+
* List of nodes in a flow
|
|
8564
|
+
*/
|
|
8565
|
+
nodes?: outputs.bedrock.FlowNode[];
|
|
8566
|
+
}
|
|
8567
|
+
/**
|
|
8568
|
+
* Input flow node configuration
|
|
8569
|
+
*/
|
|
8570
|
+
interface FlowInputFlowNodeConfiguration {
|
|
8571
|
+
}
|
|
8572
|
+
/**
|
|
8573
|
+
* Knowledge base flow node configuration
|
|
8574
|
+
*/
|
|
8575
|
+
interface FlowKnowledgeBaseFlowNodeConfiguration {
|
|
8576
|
+
/**
|
|
8577
|
+
* Identifier of the KnowledgeBase
|
|
8578
|
+
*/
|
|
8579
|
+
knowledgeBaseId: string;
|
|
8580
|
+
/**
|
|
8581
|
+
* ARN or name of a Bedrock model.
|
|
8582
|
+
*/
|
|
8583
|
+
modelId?: string;
|
|
8584
|
+
}
|
|
8585
|
+
/**
|
|
8586
|
+
* Lambda function flow node configuration
|
|
8587
|
+
*/
|
|
8588
|
+
interface FlowLambdaFunctionFlowNodeConfiguration {
|
|
8589
|
+
/**
|
|
8590
|
+
* ARN of a Lambda.
|
|
8591
|
+
*/
|
|
8592
|
+
lambdaArn: string;
|
|
8593
|
+
}
|
|
8594
|
+
/**
|
|
8595
|
+
* Lex flow node configuration
|
|
8596
|
+
*/
|
|
8597
|
+
interface FlowLexFlowNodeConfiguration {
|
|
8598
|
+
/**
|
|
8599
|
+
* ARN of a Lex bot alias
|
|
8600
|
+
*/
|
|
8601
|
+
botAliasArn: string;
|
|
8602
|
+
/**
|
|
8603
|
+
* Lex bot locale id
|
|
8604
|
+
*/
|
|
8605
|
+
localeId: string;
|
|
8606
|
+
}
|
|
8607
|
+
/**
|
|
8608
|
+
* Internal mixin for flow node
|
|
8609
|
+
*/
|
|
8610
|
+
interface FlowNode {
|
|
8611
|
+
/**
|
|
8612
|
+
* Contains configurations for the node.
|
|
8613
|
+
*/
|
|
8614
|
+
configuration?: outputs.bedrock.FlowNodeConfiguration0Properties | outputs.bedrock.FlowNodeConfiguration1Properties | outputs.bedrock.FlowNodeConfiguration2Properties | outputs.bedrock.FlowNodeConfiguration3Properties | outputs.bedrock.FlowNodeConfiguration4Properties | outputs.bedrock.FlowNodeConfiguration5Properties | outputs.bedrock.FlowNodeConfiguration6Properties;
|
|
8615
|
+
/**
|
|
8616
|
+
* List of node inputs in a flow
|
|
8617
|
+
*/
|
|
8618
|
+
inputs?: outputs.bedrock.FlowNodeInput[];
|
|
8619
|
+
/**
|
|
8620
|
+
* Name of a node in a flow
|
|
8621
|
+
*/
|
|
8622
|
+
name: string;
|
|
8623
|
+
/**
|
|
8624
|
+
* List of node outputs in a flow
|
|
8625
|
+
*/
|
|
8626
|
+
outputs?: outputs.bedrock.FlowNodeOutput[];
|
|
8627
|
+
/**
|
|
8628
|
+
* The type of node. This value must match the name of the key that you provide in the configuration you provide in the `FlowNodeConfiguration` field.
|
|
8629
|
+
*/
|
|
8630
|
+
type: enums.bedrock.FlowNodeType;
|
|
8631
|
+
}
|
|
8632
|
+
/**
|
|
8633
|
+
* Node configuration in a flow
|
|
8634
|
+
*/
|
|
8635
|
+
interface FlowNodeConfiguration0Properties {
|
|
8636
|
+
input: outputs.bedrock.FlowInputFlowNodeConfiguration;
|
|
8637
|
+
}
|
|
8638
|
+
/**
|
|
8639
|
+
* Node configuration in a flow
|
|
8640
|
+
*/
|
|
8641
|
+
interface FlowNodeConfiguration1Properties {
|
|
8642
|
+
output: outputs.bedrock.FlowOutputFlowNodeConfiguration;
|
|
8643
|
+
}
|
|
8644
|
+
/**
|
|
8645
|
+
* Node configuration in a flow
|
|
8646
|
+
*/
|
|
8647
|
+
interface FlowNodeConfiguration2Properties {
|
|
8648
|
+
knowledgeBase: outputs.bedrock.FlowKnowledgeBaseFlowNodeConfiguration;
|
|
8649
|
+
}
|
|
8650
|
+
/**
|
|
8651
|
+
* Node configuration in a flow
|
|
8652
|
+
*/
|
|
8653
|
+
interface FlowNodeConfiguration3Properties {
|
|
8654
|
+
condition: outputs.bedrock.FlowConditionFlowNodeConfiguration;
|
|
8655
|
+
}
|
|
8656
|
+
/**
|
|
8657
|
+
* Node configuration in a flow
|
|
8658
|
+
*/
|
|
8659
|
+
interface FlowNodeConfiguration4Properties {
|
|
8660
|
+
lex: outputs.bedrock.FlowLexFlowNodeConfiguration;
|
|
8661
|
+
}
|
|
8662
|
+
/**
|
|
8663
|
+
* Node configuration in a flow
|
|
8664
|
+
*/
|
|
8665
|
+
interface FlowNodeConfiguration5Properties {
|
|
8666
|
+
prompt: outputs.bedrock.FlowPromptFlowNodeConfiguration;
|
|
8667
|
+
}
|
|
8668
|
+
/**
|
|
8669
|
+
* Node configuration in a flow
|
|
8670
|
+
*/
|
|
8671
|
+
interface FlowNodeConfiguration6Properties {
|
|
8672
|
+
lambdaFunction: outputs.bedrock.FlowLambdaFunctionFlowNodeConfiguration;
|
|
8673
|
+
}
|
|
8674
|
+
/**
|
|
8675
|
+
* Input to a node in a flow
|
|
8676
|
+
*/
|
|
8677
|
+
interface FlowNodeInput {
|
|
8678
|
+
/**
|
|
8679
|
+
* Expression for a node input in a flow
|
|
8680
|
+
*/
|
|
8681
|
+
expression: string;
|
|
8682
|
+
/**
|
|
8683
|
+
* Name of a node input in a flow
|
|
8684
|
+
*/
|
|
8685
|
+
name: string;
|
|
8686
|
+
/**
|
|
8687
|
+
* The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
|
|
8688
|
+
*/
|
|
8689
|
+
type: enums.bedrock.FlowNodeIoDataType;
|
|
8690
|
+
}
|
|
8691
|
+
/**
|
|
8692
|
+
* Output of a node in a flow
|
|
8693
|
+
*/
|
|
8694
|
+
interface FlowNodeOutput {
|
|
8695
|
+
/**
|
|
8696
|
+
* Name of a node output in a flow
|
|
8697
|
+
*/
|
|
8698
|
+
name: string;
|
|
8699
|
+
/**
|
|
8700
|
+
* The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
|
|
8701
|
+
*/
|
|
8702
|
+
type: enums.bedrock.FlowNodeIoDataType;
|
|
8703
|
+
}
|
|
8704
|
+
/**
|
|
8705
|
+
* Output flow node configuration
|
|
8706
|
+
*/
|
|
8707
|
+
interface FlowOutputFlowNodeConfiguration {
|
|
8708
|
+
}
|
|
8709
|
+
/**
|
|
8710
|
+
* Prompt flow node configuration
|
|
8711
|
+
*/
|
|
8712
|
+
interface FlowPromptFlowNodeConfiguration {
|
|
8713
|
+
sourceConfiguration: outputs.bedrock.FlowPromptFlowNodeSourceConfiguration0Properties | outputs.bedrock.FlowPromptFlowNodeSourceConfiguration1Properties;
|
|
8714
|
+
}
|
|
8715
|
+
/**
|
|
8716
|
+
* Inline prompt configuration for prompt node
|
|
8717
|
+
*/
|
|
8718
|
+
interface FlowPromptFlowNodeInlineConfiguration {
|
|
8719
|
+
inferenceConfiguration?: outputs.bedrock.FlowPromptInferenceConfigurationProperties;
|
|
8720
|
+
/**
|
|
8721
|
+
* ARN or name of a Bedrock model.
|
|
8722
|
+
*/
|
|
8723
|
+
modelId: string;
|
|
8724
|
+
templateConfiguration: outputs.bedrock.FlowPromptTemplateConfigurationProperties;
|
|
8725
|
+
templateType: enums.bedrock.FlowPromptTemplateType;
|
|
8726
|
+
}
|
|
8727
|
+
/**
|
|
8728
|
+
* Resource prompt configuration for prompt node
|
|
8729
|
+
*/
|
|
8730
|
+
interface FlowPromptFlowNodeResourceConfiguration {
|
|
8731
|
+
/**
|
|
8732
|
+
* ARN of a prompt resource possibly with a version
|
|
8733
|
+
*/
|
|
8734
|
+
promptArn: string;
|
|
8735
|
+
}
|
|
8736
|
+
/**
|
|
8737
|
+
* Prompt source configuration for prompt node
|
|
8738
|
+
*/
|
|
8739
|
+
interface FlowPromptFlowNodeSourceConfiguration0Properties {
|
|
8740
|
+
resource: outputs.bedrock.FlowPromptFlowNodeResourceConfiguration;
|
|
8741
|
+
}
|
|
8742
|
+
/**
|
|
8743
|
+
* Prompt source configuration for prompt node
|
|
8744
|
+
*/
|
|
8745
|
+
interface FlowPromptFlowNodeSourceConfiguration1Properties {
|
|
8746
|
+
inline: outputs.bedrock.FlowPromptFlowNodeInlineConfiguration;
|
|
8747
|
+
}
|
|
8748
|
+
/**
|
|
8749
|
+
* Model inference configuration
|
|
8750
|
+
*/
|
|
8751
|
+
interface FlowPromptInferenceConfigurationProperties {
|
|
8752
|
+
text: outputs.bedrock.FlowPromptModelInferenceConfiguration;
|
|
8753
|
+
}
|
|
8754
|
+
/**
|
|
8755
|
+
* Input variable
|
|
8756
|
+
*/
|
|
8757
|
+
interface FlowPromptInputVariable {
|
|
8758
|
+
/**
|
|
8759
|
+
* Name for an input variable
|
|
8760
|
+
*/
|
|
8761
|
+
name?: string;
|
|
8762
|
+
}
|
|
8763
|
+
/**
|
|
8764
|
+
* Prompt model inference configuration
|
|
8765
|
+
*/
|
|
8766
|
+
interface FlowPromptModelInferenceConfiguration {
|
|
8767
|
+
/**
|
|
8768
|
+
* Maximum length of output
|
|
8769
|
+
*/
|
|
8770
|
+
maxTokens?: number;
|
|
8771
|
+
/**
|
|
8772
|
+
* List of stop sequences
|
|
8773
|
+
*/
|
|
8774
|
+
stopSequences?: string[];
|
|
8775
|
+
/**
|
|
8776
|
+
* Controls randomness, higher values increase diversity
|
|
8777
|
+
*/
|
|
8778
|
+
temperature?: number;
|
|
8779
|
+
/**
|
|
8780
|
+
* Sample from the k most likely next tokens
|
|
8781
|
+
*/
|
|
8782
|
+
topK?: number;
|
|
8783
|
+
/**
|
|
8784
|
+
* Cumulative probability cutoff for token selection
|
|
8785
|
+
*/
|
|
8786
|
+
topP?: number;
|
|
8787
|
+
}
|
|
8788
|
+
/**
|
|
8789
|
+
* Prompt template configuration
|
|
8790
|
+
*/
|
|
8791
|
+
interface FlowPromptTemplateConfigurationProperties {
|
|
8792
|
+
text: outputs.bedrock.FlowTextPromptTemplateConfiguration;
|
|
8793
|
+
}
|
|
8794
|
+
/**
|
|
8795
|
+
* A bucket, key and optional version pointing to an S3 object containing a UTF-8 encoded JSON string Definition with the same schema as the Definition property of this resource
|
|
8796
|
+
*/
|
|
8797
|
+
interface FlowS3Location {
|
|
8798
|
+
/**
|
|
8799
|
+
* A bucket in S3
|
|
8800
|
+
*/
|
|
8801
|
+
bucket: string;
|
|
8802
|
+
/**
|
|
8803
|
+
* A object key in S3
|
|
8804
|
+
*/
|
|
8805
|
+
key: string;
|
|
8806
|
+
/**
|
|
8807
|
+
* The version of the the S3 object to use
|
|
8808
|
+
*/
|
|
8809
|
+
version?: string;
|
|
8810
|
+
}
|
|
8811
|
+
/**
|
|
8812
|
+
* Configuration for text prompt template
|
|
8813
|
+
*/
|
|
8814
|
+
interface FlowTextPromptTemplateConfiguration {
|
|
8815
|
+
/**
|
|
8816
|
+
* List of input variables
|
|
8817
|
+
*/
|
|
8818
|
+
inputVariables?: outputs.bedrock.FlowPromptInputVariable[];
|
|
8819
|
+
/**
|
|
8820
|
+
* Prompt content for String prompt template
|
|
8821
|
+
*/
|
|
8822
|
+
text: string;
|
|
8823
|
+
}
|
|
8824
|
+
/**
|
|
8825
|
+
* Condition flow node configuration
|
|
8826
|
+
*/
|
|
8827
|
+
interface FlowVersionConditionFlowNodeConfiguration {
|
|
8828
|
+
/**
|
|
8829
|
+
* List of conditions in a condition node
|
|
8830
|
+
*/
|
|
8831
|
+
conditions: outputs.bedrock.FlowVersionFlowCondition[];
|
|
8832
|
+
}
|
|
8833
|
+
/**
|
|
8834
|
+
* Condition branch for a condition node
|
|
8835
|
+
*/
|
|
8836
|
+
interface FlowVersionFlowCondition {
|
|
8837
|
+
/**
|
|
8838
|
+
* Expression for a condition in a flow
|
|
8839
|
+
*/
|
|
8840
|
+
expression?: string;
|
|
8841
|
+
/**
|
|
8842
|
+
* Name of a condition in a flow
|
|
8843
|
+
*/
|
|
8844
|
+
name: string;
|
|
8845
|
+
}
|
|
8846
|
+
/**
|
|
8847
|
+
* Conditional connection configuration
|
|
8848
|
+
*/
|
|
8849
|
+
interface FlowVersionFlowConditionalConnectionConfiguration {
|
|
8850
|
+
/**
|
|
8851
|
+
* Name of a condition in a flow
|
|
8852
|
+
*/
|
|
8853
|
+
condition: string;
|
|
8854
|
+
}
|
|
8855
|
+
/**
|
|
8856
|
+
* Flow connection
|
|
8857
|
+
*/
|
|
8858
|
+
interface FlowVersionFlowConnection {
|
|
8859
|
+
/**
|
|
8860
|
+
* The configuration of the connection.
|
|
8861
|
+
*/
|
|
8862
|
+
configuration?: outputs.bedrock.FlowVersionFlowConnectionConfiguration0Properties | outputs.bedrock.FlowVersionFlowConnectionConfiguration1Properties;
|
|
8863
|
+
/**
|
|
8864
|
+
* Name of a connection in a flow
|
|
8865
|
+
*/
|
|
8866
|
+
name: string;
|
|
8867
|
+
/**
|
|
8868
|
+
* Name of a node in a flow
|
|
8869
|
+
*/
|
|
8870
|
+
source: string;
|
|
8871
|
+
/**
|
|
8872
|
+
* Name of a node in a flow
|
|
8873
|
+
*/
|
|
8874
|
+
target: string;
|
|
8875
|
+
/**
|
|
8876
|
+
* Whether the source node that the connection begins from is a condition node ( `Conditional` ) or not ( `Data` ).
|
|
8877
|
+
*/
|
|
8878
|
+
type: enums.bedrock.FlowVersionFlowConnectionType;
|
|
8879
|
+
}
|
|
8880
|
+
/**
|
|
8881
|
+
* Connection configuration
|
|
8882
|
+
*/
|
|
8883
|
+
interface FlowVersionFlowConnectionConfiguration0Properties {
|
|
8884
|
+
data: outputs.bedrock.FlowVersionFlowDataConnectionConfiguration;
|
|
8885
|
+
}
|
|
8886
|
+
/**
|
|
8887
|
+
* Connection configuration
|
|
8888
|
+
*/
|
|
8889
|
+
interface FlowVersionFlowConnectionConfiguration1Properties {
|
|
8890
|
+
conditional: outputs.bedrock.FlowVersionFlowConditionalConnectionConfiguration;
|
|
8891
|
+
}
|
|
8892
|
+
/**
|
|
8893
|
+
* Data connection configuration
|
|
8894
|
+
*/
|
|
8895
|
+
interface FlowVersionFlowDataConnectionConfiguration {
|
|
8896
|
+
/**
|
|
8897
|
+
* Name of a node output in a flow
|
|
8898
|
+
*/
|
|
8899
|
+
sourceOutput: string;
|
|
8900
|
+
/**
|
|
8901
|
+
* Name of a node input in a flow
|
|
8902
|
+
*/
|
|
8903
|
+
targetInput: string;
|
|
8904
|
+
}
|
|
8905
|
+
/**
|
|
8906
|
+
* Flow definition
|
|
8907
|
+
*/
|
|
8908
|
+
interface FlowVersionFlowDefinition {
|
|
8909
|
+
/**
|
|
8910
|
+
* List of connections
|
|
8911
|
+
*/
|
|
8912
|
+
connections?: outputs.bedrock.FlowVersionFlowConnection[];
|
|
8913
|
+
/**
|
|
8914
|
+
* List of nodes in a flow
|
|
8915
|
+
*/
|
|
8916
|
+
nodes?: outputs.bedrock.FlowVersionFlowNode[];
|
|
8917
|
+
}
|
|
8918
|
+
/**
|
|
8919
|
+
* Internal mixin for flow node
|
|
8920
|
+
*/
|
|
8921
|
+
interface FlowVersionFlowNode {
|
|
8922
|
+
/**
|
|
8923
|
+
* Contains configurations for the node.
|
|
8924
|
+
*/
|
|
8925
|
+
configuration?: outputs.bedrock.FlowVersionFlowNodeConfiguration0Properties | outputs.bedrock.FlowVersionFlowNodeConfiguration1Properties | outputs.bedrock.FlowVersionFlowNodeConfiguration2Properties | outputs.bedrock.FlowVersionFlowNodeConfiguration3Properties | outputs.bedrock.FlowVersionFlowNodeConfiguration4Properties | outputs.bedrock.FlowVersionFlowNodeConfiguration5Properties | outputs.bedrock.FlowVersionFlowNodeConfiguration6Properties;
|
|
8926
|
+
/**
|
|
8927
|
+
* List of node inputs in a flow
|
|
8928
|
+
*/
|
|
8929
|
+
inputs?: outputs.bedrock.FlowVersionFlowNodeInput[];
|
|
8930
|
+
/**
|
|
8931
|
+
* Name of a node in a flow
|
|
8932
|
+
*/
|
|
8933
|
+
name: string;
|
|
8934
|
+
/**
|
|
8935
|
+
* List of node outputs in a flow
|
|
8936
|
+
*/
|
|
8937
|
+
outputs?: outputs.bedrock.FlowVersionFlowNodeOutput[];
|
|
8938
|
+
/**
|
|
8939
|
+
* The type of node. This value must match the name of the key that you provide in the configuration you provide in the `FlowNodeConfiguration` field.
|
|
8940
|
+
*/
|
|
8941
|
+
type: enums.bedrock.FlowVersionFlowNodeType;
|
|
8942
|
+
}
|
|
8943
|
+
/**
|
|
8944
|
+
* Node configuration in a flow
|
|
8945
|
+
*/
|
|
8946
|
+
interface FlowVersionFlowNodeConfiguration0Properties {
|
|
8947
|
+
input: outputs.bedrock.FlowVersionInputFlowNodeConfiguration;
|
|
8948
|
+
}
|
|
8949
|
+
/**
|
|
8950
|
+
* Node configuration in a flow
|
|
8951
|
+
*/
|
|
8952
|
+
interface FlowVersionFlowNodeConfiguration1Properties {
|
|
8953
|
+
output: outputs.bedrock.FlowVersionOutputFlowNodeConfiguration;
|
|
8954
|
+
}
|
|
8955
|
+
/**
|
|
8956
|
+
* Node configuration in a flow
|
|
8957
|
+
*/
|
|
8958
|
+
interface FlowVersionFlowNodeConfiguration2Properties {
|
|
8959
|
+
knowledgeBase: outputs.bedrock.FlowVersionKnowledgeBaseFlowNodeConfiguration;
|
|
8960
|
+
}
|
|
8961
|
+
/**
|
|
8962
|
+
* Node configuration in a flow
|
|
8963
|
+
*/
|
|
8964
|
+
interface FlowVersionFlowNodeConfiguration3Properties {
|
|
8965
|
+
condition: outputs.bedrock.FlowVersionConditionFlowNodeConfiguration;
|
|
8966
|
+
}
|
|
8967
|
+
/**
|
|
8968
|
+
* Node configuration in a flow
|
|
8969
|
+
*/
|
|
8970
|
+
interface FlowVersionFlowNodeConfiguration4Properties {
|
|
8971
|
+
lex: outputs.bedrock.FlowVersionLexFlowNodeConfiguration;
|
|
8972
|
+
}
|
|
8973
|
+
/**
|
|
8974
|
+
* Node configuration in a flow
|
|
8975
|
+
*/
|
|
8976
|
+
interface FlowVersionFlowNodeConfiguration5Properties {
|
|
8977
|
+
prompt: outputs.bedrock.FlowVersionPromptFlowNodeConfiguration;
|
|
8978
|
+
}
|
|
8979
|
+
/**
|
|
8980
|
+
* Node configuration in a flow
|
|
8981
|
+
*/
|
|
8982
|
+
interface FlowVersionFlowNodeConfiguration6Properties {
|
|
8983
|
+
lambdaFunction: outputs.bedrock.FlowVersionLambdaFunctionFlowNodeConfiguration;
|
|
8984
|
+
}
|
|
8985
|
+
/**
|
|
8986
|
+
* Input to a node in a flow
|
|
8987
|
+
*/
|
|
8988
|
+
interface FlowVersionFlowNodeInput {
|
|
8989
|
+
/**
|
|
8990
|
+
* Expression for a node input in a flow
|
|
8991
|
+
*/
|
|
8992
|
+
expression: string;
|
|
8993
|
+
/**
|
|
8994
|
+
* Name of a node input in a flow
|
|
8995
|
+
*/
|
|
8996
|
+
name: string;
|
|
8997
|
+
/**
|
|
8998
|
+
* The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
|
|
8999
|
+
*/
|
|
9000
|
+
type: enums.bedrock.FlowVersionFlowNodeIoDataType;
|
|
9001
|
+
}
|
|
9002
|
+
/**
|
|
9003
|
+
* Output of a node in a flow
|
|
9004
|
+
*/
|
|
9005
|
+
interface FlowVersionFlowNodeOutput {
|
|
9006
|
+
/**
|
|
9007
|
+
* Name of a node output in a flow
|
|
9008
|
+
*/
|
|
9009
|
+
name: string;
|
|
9010
|
+
/**
|
|
9011
|
+
* The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
|
|
9012
|
+
*/
|
|
9013
|
+
type: enums.bedrock.FlowVersionFlowNodeIoDataType;
|
|
9014
|
+
}
|
|
9015
|
+
/**
|
|
9016
|
+
* Input flow node configuration
|
|
9017
|
+
*/
|
|
9018
|
+
interface FlowVersionInputFlowNodeConfiguration {
|
|
9019
|
+
}
|
|
9020
|
+
/**
|
|
9021
|
+
* Knowledge base flow node configuration
|
|
9022
|
+
*/
|
|
9023
|
+
interface FlowVersionKnowledgeBaseFlowNodeConfiguration {
|
|
9024
|
+
/**
|
|
9025
|
+
* Identifier of the KnowledgeBase
|
|
9026
|
+
*/
|
|
9027
|
+
knowledgeBaseId: string;
|
|
9028
|
+
/**
|
|
9029
|
+
* ARN or name of a Bedrock model.
|
|
9030
|
+
*/
|
|
9031
|
+
modelId?: string;
|
|
9032
|
+
}
|
|
9033
|
+
/**
|
|
9034
|
+
* Lambda function flow node configuration
|
|
9035
|
+
*/
|
|
9036
|
+
interface FlowVersionLambdaFunctionFlowNodeConfiguration {
|
|
9037
|
+
/**
|
|
9038
|
+
* ARN of a Lambda.
|
|
9039
|
+
*/
|
|
9040
|
+
lambdaArn: string;
|
|
9041
|
+
}
|
|
9042
|
+
/**
|
|
9043
|
+
* Lex flow node configuration
|
|
9044
|
+
*/
|
|
9045
|
+
interface FlowVersionLexFlowNodeConfiguration {
|
|
9046
|
+
/**
|
|
9047
|
+
* ARN of a Lex bot alias
|
|
9048
|
+
*/
|
|
9049
|
+
botAliasArn: string;
|
|
9050
|
+
/**
|
|
9051
|
+
* Lex bot locale id
|
|
9052
|
+
*/
|
|
9053
|
+
localeId: string;
|
|
9054
|
+
}
|
|
9055
|
+
/**
|
|
9056
|
+
* Output flow node configuration
|
|
9057
|
+
*/
|
|
9058
|
+
interface FlowVersionOutputFlowNodeConfiguration {
|
|
9059
|
+
}
|
|
9060
|
+
/**
|
|
9061
|
+
* Prompt flow node configuration
|
|
9062
|
+
*/
|
|
9063
|
+
interface FlowVersionPromptFlowNodeConfiguration {
|
|
9064
|
+
sourceConfiguration: outputs.bedrock.FlowVersionPromptFlowNodeSourceConfiguration0Properties | outputs.bedrock.FlowVersionPromptFlowNodeSourceConfiguration1Properties;
|
|
9065
|
+
}
|
|
9066
|
+
/**
|
|
9067
|
+
* Inline prompt configuration for prompt node
|
|
9068
|
+
*/
|
|
9069
|
+
interface FlowVersionPromptFlowNodeInlineConfiguration {
|
|
9070
|
+
inferenceConfiguration?: outputs.bedrock.FlowVersionPromptInferenceConfigurationProperties;
|
|
9071
|
+
/**
|
|
9072
|
+
* ARN or name of a Bedrock model.
|
|
9073
|
+
*/
|
|
9074
|
+
modelId: string;
|
|
9075
|
+
templateConfiguration: outputs.bedrock.FlowVersionPromptTemplateConfigurationProperties;
|
|
9076
|
+
templateType: enums.bedrock.FlowVersionPromptTemplateType;
|
|
9077
|
+
}
|
|
9078
|
+
/**
|
|
9079
|
+
* Resource prompt configuration for prompt node
|
|
9080
|
+
*/
|
|
9081
|
+
interface FlowVersionPromptFlowNodeResourceConfiguration {
|
|
9082
|
+
/**
|
|
9083
|
+
* ARN of a prompt resource possibly with a version
|
|
9084
|
+
*/
|
|
9085
|
+
promptArn: string;
|
|
9086
|
+
}
|
|
9087
|
+
/**
|
|
9088
|
+
* Prompt source configuration for prompt node
|
|
9089
|
+
*/
|
|
9090
|
+
interface FlowVersionPromptFlowNodeSourceConfiguration0Properties {
|
|
9091
|
+
resource: outputs.bedrock.FlowVersionPromptFlowNodeResourceConfiguration;
|
|
9092
|
+
}
|
|
9093
|
+
/**
|
|
9094
|
+
* Prompt source configuration for prompt node
|
|
9095
|
+
*/
|
|
9096
|
+
interface FlowVersionPromptFlowNodeSourceConfiguration1Properties {
|
|
9097
|
+
inline: outputs.bedrock.FlowVersionPromptFlowNodeInlineConfiguration;
|
|
9098
|
+
}
|
|
9099
|
+
/**
|
|
9100
|
+
* Model inference configuration
|
|
9101
|
+
*/
|
|
9102
|
+
interface FlowVersionPromptInferenceConfigurationProperties {
|
|
9103
|
+
text: outputs.bedrock.FlowVersionPromptModelInferenceConfiguration;
|
|
9104
|
+
}
|
|
9105
|
+
/**
|
|
9106
|
+
* Input variable
|
|
9107
|
+
*/
|
|
9108
|
+
interface FlowVersionPromptInputVariable {
|
|
9109
|
+
/**
|
|
9110
|
+
* Name for an input variable
|
|
9111
|
+
*/
|
|
9112
|
+
name?: string;
|
|
9113
|
+
}
|
|
9114
|
+
/**
|
|
9115
|
+
* Prompt model inference configuration
|
|
9116
|
+
*/
|
|
9117
|
+
interface FlowVersionPromptModelInferenceConfiguration {
|
|
9118
|
+
/**
|
|
9119
|
+
* Maximum length of output
|
|
9120
|
+
*/
|
|
9121
|
+
maxTokens?: number;
|
|
9122
|
+
/**
|
|
9123
|
+
* List of stop sequences
|
|
9124
|
+
*/
|
|
9125
|
+
stopSequences?: string[];
|
|
9126
|
+
/**
|
|
9127
|
+
* Controls randomness, higher values increase diversity
|
|
9128
|
+
*/
|
|
9129
|
+
temperature?: number;
|
|
9130
|
+
/**
|
|
9131
|
+
* Sample from the k most likely next tokens
|
|
9132
|
+
*/
|
|
9133
|
+
topK?: number;
|
|
9134
|
+
/**
|
|
9135
|
+
* Cumulative probability cutoff for token selection
|
|
9136
|
+
*/
|
|
9137
|
+
topP?: number;
|
|
9138
|
+
}
|
|
9139
|
+
/**
|
|
9140
|
+
* Prompt template configuration
|
|
9141
|
+
*/
|
|
9142
|
+
interface FlowVersionPromptTemplateConfigurationProperties {
|
|
9143
|
+
text: outputs.bedrock.FlowVersionTextPromptTemplateConfiguration;
|
|
9144
|
+
}
|
|
9145
|
+
/**
|
|
9146
|
+
* Configuration for text prompt template
|
|
9147
|
+
*/
|
|
9148
|
+
interface FlowVersionTextPromptTemplateConfiguration {
|
|
9149
|
+
/**
|
|
9150
|
+
* List of input variables
|
|
9151
|
+
*/
|
|
9152
|
+
inputVariables?: outputs.bedrock.FlowVersionPromptInputVariable[];
|
|
9153
|
+
/**
|
|
9154
|
+
* Prompt content for String prompt template
|
|
9155
|
+
*/
|
|
9156
|
+
text: string;
|
|
9157
|
+
}
|
|
8424
9158
|
/**
|
|
8425
9159
|
* Content filter config in content policy.
|
|
8426
9160
|
*/
|
|
@@ -8829,6 +9563,192 @@ export declare namespace bedrock {
|
|
|
8829
9563
|
*/
|
|
8830
9564
|
embeddingModelArn: string;
|
|
8831
9565
|
}
|
|
9566
|
+
/**
|
|
9567
|
+
* Model inference configuration
|
|
9568
|
+
*/
|
|
9569
|
+
interface PromptInferenceConfigurationProperties {
|
|
9570
|
+
text: outputs.bedrock.PromptModelInferenceConfiguration;
|
|
9571
|
+
}
|
|
9572
|
+
/**
|
|
9573
|
+
* Input variable
|
|
9574
|
+
*/
|
|
9575
|
+
interface PromptInputVariable {
|
|
9576
|
+
/**
|
|
9577
|
+
* Name for an input variable
|
|
9578
|
+
*/
|
|
9579
|
+
name?: string;
|
|
9580
|
+
}
|
|
9581
|
+
/**
|
|
9582
|
+
* Prompt model inference configuration
|
|
9583
|
+
*/
|
|
9584
|
+
interface PromptModelInferenceConfiguration {
|
|
9585
|
+
/**
|
|
9586
|
+
* Maximum length of output
|
|
9587
|
+
*/
|
|
9588
|
+
maxTokens?: number;
|
|
9589
|
+
/**
|
|
9590
|
+
* List of stop sequences
|
|
9591
|
+
*/
|
|
9592
|
+
stopSequences?: string[];
|
|
9593
|
+
/**
|
|
9594
|
+
* Controls randomness, higher values increase diversity
|
|
9595
|
+
*/
|
|
9596
|
+
temperature?: number;
|
|
9597
|
+
/**
|
|
9598
|
+
* Sample from the k most likely next tokens
|
|
9599
|
+
*/
|
|
9600
|
+
topK?: number;
|
|
9601
|
+
/**
|
|
9602
|
+
* Cumulative probability cutoff for token selection
|
|
9603
|
+
*/
|
|
9604
|
+
topP?: number;
|
|
9605
|
+
}
|
|
9606
|
+
/**
|
|
9607
|
+
* Prompt template configuration
|
|
9608
|
+
*/
|
|
9609
|
+
interface PromptTemplateConfigurationProperties {
|
|
9610
|
+
text: outputs.bedrock.PromptTextPromptTemplateConfiguration;
|
|
9611
|
+
}
|
|
9612
|
+
/**
|
|
9613
|
+
* Configuration for text prompt template
|
|
9614
|
+
*/
|
|
9615
|
+
interface PromptTextPromptTemplateConfiguration {
|
|
9616
|
+
/**
|
|
9617
|
+
* List of input variables
|
|
9618
|
+
*/
|
|
9619
|
+
inputVariables?: outputs.bedrock.PromptInputVariable[];
|
|
9620
|
+
/**
|
|
9621
|
+
* Prompt content for String prompt template
|
|
9622
|
+
*/
|
|
9623
|
+
text?: string;
|
|
9624
|
+
textS3Location?: outputs.bedrock.PromptTextS3Location;
|
|
9625
|
+
}
|
|
9626
|
+
/**
|
|
9627
|
+
* The identifier for the S3 resource.
|
|
9628
|
+
*/
|
|
9629
|
+
interface PromptTextS3Location {
|
|
9630
|
+
/**
|
|
9631
|
+
* A bucket in S3
|
|
9632
|
+
*/
|
|
9633
|
+
bucket: string;
|
|
9634
|
+
/**
|
|
9635
|
+
* A object key in S3
|
|
9636
|
+
*/
|
|
9637
|
+
key: string;
|
|
9638
|
+
/**
|
|
9639
|
+
* The version of the the S3 object to use
|
|
9640
|
+
*/
|
|
9641
|
+
version?: string;
|
|
9642
|
+
}
|
|
9643
|
+
/**
|
|
9644
|
+
* Prompt variant
|
|
9645
|
+
*/
|
|
9646
|
+
interface PromptVariant {
|
|
9647
|
+
/**
|
|
9648
|
+
* Contains inference configurations for the prompt variant.
|
|
9649
|
+
*/
|
|
9650
|
+
inferenceConfiguration?: outputs.bedrock.PromptInferenceConfigurationProperties;
|
|
9651
|
+
/**
|
|
9652
|
+
* ARN or name of a Bedrock model.
|
|
9653
|
+
*/
|
|
9654
|
+
modelId?: string;
|
|
9655
|
+
/**
|
|
9656
|
+
* Name for a variant.
|
|
9657
|
+
*/
|
|
9658
|
+
name: string;
|
|
9659
|
+
/**
|
|
9660
|
+
* Contains configurations for the prompt template.
|
|
9661
|
+
*/
|
|
9662
|
+
templateConfiguration?: outputs.bedrock.PromptTemplateConfigurationProperties;
|
|
9663
|
+
/**
|
|
9664
|
+
* The type of prompt template to use.
|
|
9665
|
+
*/
|
|
9666
|
+
templateType: enums.bedrock.PromptTemplateType;
|
|
9667
|
+
}
|
|
9668
|
+
/**
|
|
9669
|
+
* Model inference configuration
|
|
9670
|
+
*/
|
|
9671
|
+
interface PromptVersionPromptInferenceConfigurationProperties {
|
|
9672
|
+
text: outputs.bedrock.PromptVersionPromptModelInferenceConfiguration;
|
|
9673
|
+
}
|
|
9674
|
+
/**
|
|
9675
|
+
* Input variable
|
|
9676
|
+
*/
|
|
9677
|
+
interface PromptVersionPromptInputVariable {
|
|
9678
|
+
/**
|
|
9679
|
+
* Name for an input variable
|
|
9680
|
+
*/
|
|
9681
|
+
name?: string;
|
|
9682
|
+
}
|
|
9683
|
+
/**
|
|
9684
|
+
* Prompt model inference configuration
|
|
9685
|
+
*/
|
|
9686
|
+
interface PromptVersionPromptModelInferenceConfiguration {
|
|
9687
|
+
/**
|
|
9688
|
+
* Maximum length of output
|
|
9689
|
+
*/
|
|
9690
|
+
maxTokens?: number;
|
|
9691
|
+
/**
|
|
9692
|
+
* List of stop sequences
|
|
9693
|
+
*/
|
|
9694
|
+
stopSequences?: string[];
|
|
9695
|
+
/**
|
|
9696
|
+
* Controls randomness, higher values increase diversity
|
|
9697
|
+
*/
|
|
9698
|
+
temperature?: number;
|
|
9699
|
+
/**
|
|
9700
|
+
* Sample from the k most likely next tokens
|
|
9701
|
+
*/
|
|
9702
|
+
topK?: number;
|
|
9703
|
+
/**
|
|
9704
|
+
* Cumulative probability cutoff for token selection
|
|
9705
|
+
*/
|
|
9706
|
+
topP?: number;
|
|
9707
|
+
}
|
|
9708
|
+
/**
|
|
9709
|
+
* Prompt template configuration
|
|
9710
|
+
*/
|
|
9711
|
+
interface PromptVersionPromptTemplateConfigurationProperties {
|
|
9712
|
+
text: outputs.bedrock.PromptVersionTextPromptTemplateConfiguration;
|
|
9713
|
+
}
|
|
9714
|
+
/**
|
|
9715
|
+
* Prompt variant
|
|
9716
|
+
*/
|
|
9717
|
+
interface PromptVersionPromptVariant {
|
|
9718
|
+
/**
|
|
9719
|
+
* Contains inference configurations for the prompt variant.
|
|
9720
|
+
*/
|
|
9721
|
+
inferenceConfiguration?: outputs.bedrock.PromptVersionPromptInferenceConfigurationProperties;
|
|
9722
|
+
/**
|
|
9723
|
+
* ARN or name of a Bedrock model.
|
|
9724
|
+
*/
|
|
9725
|
+
modelId?: string;
|
|
9726
|
+
/**
|
|
9727
|
+
* Name for a variant.
|
|
9728
|
+
*/
|
|
9729
|
+
name: string;
|
|
9730
|
+
/**
|
|
9731
|
+
* Contains configurations for the prompt template.
|
|
9732
|
+
*/
|
|
9733
|
+
templateConfiguration?: outputs.bedrock.PromptVersionPromptTemplateConfigurationProperties;
|
|
9734
|
+
/**
|
|
9735
|
+
* The type of prompt template to use.
|
|
9736
|
+
*/
|
|
9737
|
+
templateType: enums.bedrock.PromptVersionPromptTemplateType;
|
|
9738
|
+
}
|
|
9739
|
+
/**
|
|
9740
|
+
* Configuration for text prompt template
|
|
9741
|
+
*/
|
|
9742
|
+
interface PromptVersionTextPromptTemplateConfiguration {
|
|
9743
|
+
/**
|
|
9744
|
+
* List of input variables
|
|
9745
|
+
*/
|
|
9746
|
+
inputVariables?: outputs.bedrock.PromptVersionPromptInputVariable[];
|
|
9747
|
+
/**
|
|
9748
|
+
* Prompt content for String prompt template
|
|
9749
|
+
*/
|
|
9750
|
+
text: string;
|
|
9751
|
+
}
|
|
8832
9752
|
}
|
|
8833
9753
|
export declare namespace budgets {
|
|
8834
9754
|
interface BudgetsActionActionThreshold {
|
|
@@ -9936,6 +10856,11 @@ export declare namespace cloudfront {
|
|
|
9936
10856
|
* A complex type that contains zero or more ``CacheBehavior`` elements.
|
|
9937
10857
|
*/
|
|
9938
10858
|
cacheBehaviors?: outputs.cloudfront.DistributionCacheBehavior[];
|
|
10859
|
+
/**
|
|
10860
|
+
* An alias for the CloudFront distribution's domain name.
|
|
10861
|
+
*
|
|
10862
|
+
* > This property is legacy. We recommend that you use [Aliases](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-aliases) instead.
|
|
10863
|
+
*/
|
|
9939
10864
|
cnames?: string[];
|
|
9940
10865
|
/**
|
|
9941
10866
|
* A comment to describe the distribution. The comment cannot be longer than 128 characters.
|
|
@@ -9953,6 +10878,11 @@ export declare namespace cloudfront {
|
|
|
9953
10878
|
* For more information about custom error pages, see [Customizing Error Responses](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the *Amazon CloudFront Developer Guide*.
|
|
9954
10879
|
*/
|
|
9955
10880
|
customErrorResponses?: outputs.cloudfront.DistributionCustomErrorResponse[];
|
|
10881
|
+
/**
|
|
10882
|
+
* The user-defined HTTP server that serves as the origin for content that CloudFront distributes.
|
|
10883
|
+
*
|
|
10884
|
+
* > This property is legacy. We recommend that you use [Origin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html) instead.
|
|
10885
|
+
*/
|
|
9956
10886
|
customOrigin?: outputs.cloudfront.DistributionLegacyCustomOrigin;
|
|
9957
10887
|
/**
|
|
9958
10888
|
* A complex type that describes the default cache behavior if you don't specify a ``CacheBehavior`` element or if files don't match any of the values of ``PathPattern`` in ``CacheBehavior`` elements. You must create exactly one default cache behavior.
|
|
@@ -10011,6 +10941,11 @@ export declare namespace cloudfront {
|
|
|
10011
10941
|
* A complex type that identifies ways in which you want to restrict distribution of your content.
|
|
10012
10942
|
*/
|
|
10013
10943
|
restrictions?: outputs.cloudfront.DistributionRestrictions;
|
|
10944
|
+
/**
|
|
10945
|
+
* The origin as an Amazon S3 bucket.
|
|
10946
|
+
*
|
|
10947
|
+
* > This property is legacy. We recommend that you use [Origin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html) instead.
|
|
10948
|
+
*/
|
|
10014
10949
|
s3Origin?: outputs.cloudfront.DistributionLegacyS3Origin;
|
|
10015
10950
|
/**
|
|
10016
10951
|
* A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
|
|
@@ -10325,14 +11260,39 @@ export declare namespace cloudfront {
|
|
|
10325
11260
|
lambdaFunctionArn?: string;
|
|
10326
11261
|
}
|
|
10327
11262
|
interface DistributionLegacyCustomOrigin {
|
|
11263
|
+
/**
|
|
11264
|
+
* The domain name assigned to your CloudFront distribution.
|
|
11265
|
+
*/
|
|
10328
11266
|
dnsName: string;
|
|
11267
|
+
/**
|
|
11268
|
+
* The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin listens on.
|
|
11269
|
+
*/
|
|
10329
11270
|
httpPort?: number;
|
|
11271
|
+
/**
|
|
11272
|
+
* The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
|
|
11273
|
+
*/
|
|
10330
11274
|
httpsPort?: number;
|
|
11275
|
+
/**
|
|
11276
|
+
* Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.
|
|
11277
|
+
*/
|
|
10331
11278
|
originProtocolPolicy: string;
|
|
11279
|
+
/**
|
|
11280
|
+
* The minimum SSL/TLS protocol version that CloudFront uses when communicating with your origin server over HTTPs.
|
|
11281
|
+
*
|
|
11282
|
+
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide* .
|
|
11283
|
+
*/
|
|
10332
11284
|
originSslProtocols: string[];
|
|
10333
11285
|
}
|
|
10334
11286
|
interface DistributionLegacyS3Origin {
|
|
11287
|
+
/**
|
|
11288
|
+
* The domain name assigned to your CloudFront distribution.
|
|
11289
|
+
*/
|
|
10335
11290
|
dnsName: string;
|
|
11291
|
+
/**
|
|
11292
|
+
* The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 through CloudFront .
|
|
11293
|
+
*
|
|
11294
|
+
* > This property is legacy. We recommend that you use [OriginAccessControl](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html) instead.
|
|
11295
|
+
*/
|
|
10336
11296
|
originAccessIdentity?: string;
|
|
10337
11297
|
}
|
|
10338
11298
|
/**
|
|
@@ -18259,7 +19219,7 @@ export declare namespace ec2 {
|
|
|
18259
19219
|
capacityReservationResourceGroupArn?: string;
|
|
18260
19220
|
}
|
|
18261
19221
|
/**
|
|
18262
|
-
* A security group connection tracking specification that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see [Connection tracking timeouts](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts) in the *Amazon
|
|
19222
|
+
* A security group connection tracking specification that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see [Connection tracking timeouts](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts) in the *Amazon EC2 User Guide*.
|
|
18263
19223
|
*/
|
|
18264
19224
|
interface LaunchTemplateConnectionTrackingSpecification {
|
|
18265
19225
|
/**
|
|
@@ -18318,7 +19278,7 @@ export declare namespace ec2 {
|
|
|
18318
19278
|
*/
|
|
18319
19279
|
capacityReservationSpecification?: outputs.ec2.LaunchTemplateCapacityReservationSpecification;
|
|
18320
19280
|
/**
|
|
18321
|
-
* The CPU options for the instance. For more information, see [
|
|
19281
|
+
* The CPU options for the instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
|
|
18322
19282
|
*/
|
|
18323
19283
|
cpuOptions?: outputs.ec2.LaunchTemplateCpuOptions;
|
|
18324
19284
|
/**
|
|
@@ -18326,7 +19286,7 @@ export declare namespace ec2 {
|
|
|
18326
19286
|
*/
|
|
18327
19287
|
creditSpecification?: outputs.ec2.LaunchTemplateCreditSpecification;
|
|
18328
19288
|
/**
|
|
18329
|
-
* Indicates whether to enable the instance for stop protection. For more information, see [
|
|
19289
|
+
* Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
|
|
18330
19290
|
*/
|
|
18331
19291
|
disableApiStop?: boolean;
|
|
18332
19292
|
/**
|
|
@@ -18354,7 +19314,7 @@ export declare namespace ec2 {
|
|
|
18354
19314
|
*/
|
|
18355
19315
|
enclaveOptions?: outputs.ec2.LaunchTemplateEnclaveOptions;
|
|
18356
19316
|
/**
|
|
18357
|
-
* Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html). For more information, see [Hibernate your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon
|
|
19317
|
+
* Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html). For more information, see [Hibernate your Amazon EC2 instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon EC2 User Guide*.
|
|
18358
19318
|
*/
|
|
18359
19319
|
hibernationOptions?: outputs.ec2.LaunchTemplateHibernationOptions;
|
|
18360
19320
|
/**
|
|
@@ -18395,7 +19355,7 @@ export declare namespace ec2 {
|
|
|
18395
19355
|
*/
|
|
18396
19356
|
instanceRequirements?: outputs.ec2.LaunchTemplateInstanceRequirements;
|
|
18397
19357
|
/**
|
|
18398
|
-
* The instance type. For more information, see [
|
|
19358
|
+
* The instance type. For more information, see [Amazon EC2 instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide*.
|
|
18399
19359
|
* If you specify ``InstanceType``, you can't specify ``InstanceRequirements``.
|
|
18400
19360
|
*/
|
|
18401
19361
|
instanceType?: string;
|
|
@@ -18418,7 +19378,7 @@ export declare namespace ec2 {
|
|
|
18418
19378
|
*/
|
|
18419
19379
|
maintenanceOptions?: outputs.ec2.LaunchTemplateMaintenanceOptions;
|
|
18420
19380
|
/**
|
|
18421
|
-
* The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon
|
|
19381
|
+
* The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
|
|
18422
19382
|
*/
|
|
18423
19383
|
metadataOptions?: outputs.ec2.LaunchTemplateMetadataOptions;
|
|
18424
19384
|
/**
|
|
@@ -18439,7 +19399,7 @@ export declare namespace ec2 {
|
|
|
18439
19399
|
privateDnsNameOptions?: outputs.ec2.LaunchTemplatePrivateDnsNameOptions;
|
|
18440
19400
|
/**
|
|
18441
19401
|
* The ID of the RAM disk.
|
|
18442
|
-
* We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see [User provided kernels](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) in the *Amazon
|
|
19402
|
+
* We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see [User provided kernels](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) in the *Amazon EC2 User Guide*.
|
|
18443
19403
|
*/
|
|
18444
19404
|
ramDiskId?: string;
|
|
18445
19405
|
/**
|
|
@@ -18459,7 +19419,7 @@ export declare namespace ec2 {
|
|
|
18459
19419
|
*/
|
|
18460
19420
|
tagSpecifications?: outputs.ec2.TagSpecification[];
|
|
18461
19421
|
/**
|
|
18462
|
-
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands on your
|
|
19422
|
+
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands on your Amazon EC2 instance at launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
|
|
18463
19423
|
* If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html) in the *User Guide*.
|
|
18464
19424
|
*/
|
|
18465
19425
|
userData?: string;
|
|
@@ -18522,7 +19482,7 @@ export declare namespace ec2 {
|
|
|
18522
19482
|
*/
|
|
18523
19483
|
interface LaunchTemplateElasticGpuSpecification {
|
|
18524
19484
|
/**
|
|
18525
|
-
* The type of Elastic Graphics accelerator.
|
|
19485
|
+
* The type of Elastic Graphics accelerator.
|
|
18526
19486
|
*/
|
|
18527
19487
|
type?: string;
|
|
18528
19488
|
}
|
|
@@ -18751,7 +19711,7 @@ export declare namespace ec2 {
|
|
|
18751
19711
|
/**
|
|
18752
19712
|
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.
|
|
18753
19713
|
* The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
|
|
18754
|
-
* If you set ``
|
|
19714
|
+
* If you set ``TargetCapacityUnitType`` to ``vcpu`` or ``memory-mib``, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price.
|
|
18755
19715
|
* Only one of ``SpotMaxPricePercentageOverLowestPrice`` or ``MaxSpotPriceAsPercentageOfOptimalOnDemandPrice`` can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as ``999999``.
|
|
18756
19716
|
*/
|
|
18757
19717
|
maxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number;
|
|
@@ -18814,7 +19774,7 @@ export declare namespace ec2 {
|
|
|
18814
19774
|
*/
|
|
18815
19775
|
interface LaunchTemplateIpv4PrefixSpecification {
|
|
18816
19776
|
/**
|
|
18817
|
-
* The IPv4 prefix. For information, see [Assigning prefixes to
|
|
19777
|
+
* The IPv4 prefix. For information, see [Assigning prefixes to network interfaces](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html) in the *Amazon EC2 User Guide*.
|
|
18818
19778
|
*/
|
|
18819
19779
|
ipv4Prefix?: string;
|
|
18820
19780
|
}
|
|
@@ -18982,7 +19942,7 @@ export declare namespace ec2 {
|
|
|
18982
19942
|
*/
|
|
18983
19943
|
groups?: string[];
|
|
18984
19944
|
/**
|
|
18985
|
-
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon
|
|
19945
|
+
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
|
|
18986
19946
|
* If you are not creating an EFA, specify ``interface`` or omit this parameter.
|
|
18987
19947
|
* Valid values: ``interface`` | ``efa``
|
|
18988
19948
|
*/
|
|
@@ -19177,7 +20137,7 @@ export declare namespace ec2 {
|
|
|
19177
20137
|
*/
|
|
19178
20138
|
interface LaunchTemplateTagSpecification {
|
|
19179
20139
|
/**
|
|
19180
|
-
* The type of resource. To tag
|
|
20140
|
+
* The type of resource. To tag a launch template, ``ResourceType`` must be ``launch-template``.
|
|
19181
20141
|
*/
|
|
19182
20142
|
resourceType?: string;
|
|
19183
20143
|
/**
|
|
@@ -19827,6 +20787,10 @@ export declare namespace ec2 {
|
|
|
19827
20787
|
*/
|
|
19828
20788
|
sourcePortRange?: outputs.ec2.NetworkInsightsPathFilterPortRange;
|
|
19829
20789
|
}
|
|
20790
|
+
/**
|
|
20791
|
+
* ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.
|
|
20792
|
+
* To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.
|
|
20793
|
+
*/
|
|
19830
20794
|
interface NetworkInterfaceAttachmentEnaSrdSpecification {
|
|
19831
20795
|
/**
|
|
19832
20796
|
* Indicates whether ENA Express is enabled for the network interface.
|
|
@@ -20913,8 +21877,7 @@ export declare namespace ec2 {
|
|
|
20913
21877
|
*/
|
|
20914
21878
|
interface TagSpecification {
|
|
20915
21879
|
/**
|
|
20916
|
-
* The type of resource to tag.
|
|
20917
|
-
* Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: ``instance`` | ``volume`` | ``network-interface`` | ``spot-instances-request``. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include a volume.
|
|
21880
|
+
* The type of resource to tag. You can specify tags for the following resource types only: ``instance`` | ``volume`` | ``network-interface`` | ``spot-instances-request``. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include a volume.
|
|
20918
21881
|
* To tag a resource after it has been created, see [CreateTags](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
|
|
20919
21882
|
*/
|
|
20920
21883
|
resourceType?: string;
|
|
@@ -23233,6 +24196,15 @@ export declare namespace eks {
|
|
|
23233
24196
|
*/
|
|
23234
24197
|
subnetIds: string[];
|
|
23235
24198
|
}
|
|
24199
|
+
/**
|
|
24200
|
+
* An object representing the Upgrade Policy to use for the cluster.
|
|
24201
|
+
*/
|
|
24202
|
+
interface ClusterUpgradePolicy {
|
|
24203
|
+
/**
|
|
24204
|
+
* Specify the support type for your cluster.
|
|
24205
|
+
*/
|
|
24206
|
+
supportType?: enums.eks.ClusterUpgradePolicySupportType;
|
|
24207
|
+
}
|
|
23236
24208
|
/**
|
|
23237
24209
|
* A key-value pair to associate with a pod.
|
|
23238
24210
|
*/
|
|
@@ -41301,6 +42273,29 @@ export declare namespace mediapackagev2 {
|
|
|
41301
42273
|
*/
|
|
41302
42274
|
timeDelaySeconds?: number;
|
|
41303
42275
|
}
|
|
42276
|
+
/**
|
|
42277
|
+
* <p>The failover settings for the endpoint.</p>
|
|
42278
|
+
*/
|
|
42279
|
+
interface OriginEndpointForceEndpointErrorConfiguration {
|
|
42280
|
+
/**
|
|
42281
|
+
* <p>The failover settings for the endpoint. The options are:</p>
|
|
42282
|
+
* <ul>
|
|
42283
|
+
* <li>
|
|
42284
|
+
* <p>
|
|
42285
|
+
* <code>STALE_MANIFEST</code> - The manifest stalled and there a no new segments or parts.</p>
|
|
42286
|
+
* </li>
|
|
42287
|
+
* <li>
|
|
42288
|
+
* <p>
|
|
42289
|
+
* <code>INCOMPLETE_MANIFEST</code> - There is a gap in the manifest.</p>
|
|
42290
|
+
* </li>
|
|
42291
|
+
* <li>
|
|
42292
|
+
* <p>
|
|
42293
|
+
* <code>MISSING_DRM_KEY</code> - Key rotation is enabled but we're unable to fetch the key for the current key period.</p>
|
|
42294
|
+
* </li>
|
|
42295
|
+
* </ul>
|
|
42296
|
+
*/
|
|
42297
|
+
endpointErrorConditions?: enums.mediapackagev2.OriginEndpointEndpointErrorCondition[];
|
|
42298
|
+
}
|
|
41304
42299
|
/**
|
|
41305
42300
|
* <p>Retrieve the HTTP live streaming (HLS) manifest configuration.</p>
|
|
41306
42301
|
*/
|
|
@@ -71743,7 +72738,7 @@ export declare namespace rds {
|
|
|
71743
72738
|
*/
|
|
71744
72739
|
kmsKeyId?: string;
|
|
71745
72740
|
/**
|
|
71746
|
-
* The Amazon Resource Name (ARN) of the secret.
|
|
72741
|
+
* The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the ``Fn::GetAtt`` intrinsic function. For more information, see [Return values](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#aws-resource-rds-dbcluster-return-values).
|
|
71747
72742
|
*/
|
|
71748
72743
|
secretArn?: string;
|
|
71749
72744
|
}
|
|
@@ -71881,12 +72876,12 @@ export declare namespace rds {
|
|
|
71881
72876
|
*/
|
|
71882
72877
|
kmsKeyId?: string;
|
|
71883
72878
|
/**
|
|
71884
|
-
* The Amazon Resource Name (ARN) of the secret.
|
|
72879
|
+
* The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the ``Fn::GetAtt`` intrinsic function. For more information, see [Return values](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values).
|
|
71885
72880
|
*/
|
|
71886
72881
|
secretArn?: string;
|
|
71887
72882
|
}
|
|
71888
72883
|
/**
|
|
71889
|
-
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class
|
|
72884
|
+
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class.
|
|
71890
72885
|
*/
|
|
71891
72886
|
interface DbInstanceProcessorFeature {
|
|
71892
72887
|
/**
|