@intentius/chant-lexicon-aws 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/integrity.json +26 -24
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1093 -341
- package/dist/rules/waw030.ts +55 -0
- package/dist/rules/waw031.ts +66 -0
- package/dist/skills/chant-eks.md +175 -0
- package/dist/types/index.d.ts +841 -61
- package/package.json +29 -26
- package/src/codegen/docs.ts +103 -8
- package/src/generated/index.d.ts +841 -61
- package/src/generated/index.ts +65 -4
- package/src/generated/lexicon-aws.json +1093 -341
- package/src/lint/post-synth/waw030.test.ts +209 -1
- package/src/lint/post-synth/waw030.ts +55 -0
- package/src/lint/post-synth/waw031.test.ts +273 -0
- package/src/lint/post-synth/waw031.ts +66 -0
- package/src/plugin.ts +320 -2
- package/src/serializer.test.ts +40 -0
- package/src/serializer.ts +6 -1
package/src/generated/index.d.ts
CHANGED
|
@@ -3237,6 +3237,24 @@ export declare class BedrockKnowledgeBase {
|
|
|
3237
3237
|
readonly UpdatedAt: string;
|
|
3238
3238
|
}
|
|
3239
3239
|
|
|
3240
|
+
export declare class BedrockMantleProject {
|
|
3241
|
+
constructor(props: {
|
|
3242
|
+
/** The name of the project. */
|
|
3243
|
+
Name: string;
|
|
3244
|
+
/** The ARN of the project. */
|
|
3245
|
+
Arn?: string;
|
|
3246
|
+
/** The timestamp when the project was created. */
|
|
3247
|
+
CreatedAt?: string;
|
|
3248
|
+
/** The unique identifier of the project. */
|
|
3249
|
+
Id?: string;
|
|
3250
|
+
/** An array of key-value pairs to apply to this resource. */
|
|
3251
|
+
Tags?: BedrockMantleProject_Tag[];
|
|
3252
|
+
}, attributes?: CFResourceAttributes);
|
|
3253
|
+
readonly Arn: string;
|
|
3254
|
+
readonly CreatedAt: string;
|
|
3255
|
+
readonly Id: string;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3240
3258
|
export declare class BedrockPrompt {
|
|
3241
3259
|
constructor(props: {
|
|
3242
3260
|
/** Name for a prompt resource. */
|
|
@@ -3569,6 +3587,31 @@ export declare class BrowserCustom {
|
|
|
3569
3587
|
readonly Status: BrowserCustom_BrowserStatus;
|
|
3570
3588
|
}
|
|
3571
3589
|
|
|
3590
|
+
export declare class BrowserProfile {
|
|
3591
|
+
constructor(props: {
|
|
3592
|
+
Name: string;
|
|
3593
|
+
CreatedAt?: string;
|
|
3594
|
+
Description?: string;
|
|
3595
|
+
LastSavedAt?: string;
|
|
3596
|
+
LastSavedBrowserId?: string;
|
|
3597
|
+
LastSavedBrowserSessionId?: string;
|
|
3598
|
+
LastUpdatedAt?: string;
|
|
3599
|
+
ProfileArn?: string;
|
|
3600
|
+
ProfileId?: string;
|
|
3601
|
+
Status?: BrowserProfile_BrowserProfileStatus;
|
|
3602
|
+
/** A map of tag keys and values. */
|
|
3603
|
+
Tags?: Record<string, unknown>;
|
|
3604
|
+
}, attributes?: CFResourceAttributes);
|
|
3605
|
+
readonly CreatedAt: string;
|
|
3606
|
+
readonly LastSavedAt: string;
|
|
3607
|
+
readonly LastSavedBrowserId: string;
|
|
3608
|
+
readonly LastSavedBrowserSessionId: string;
|
|
3609
|
+
readonly LastUpdatedAt: string;
|
|
3610
|
+
readonly ProfileArn: string;
|
|
3611
|
+
readonly ProfileId: string;
|
|
3612
|
+
readonly Status: BrowserProfile_BrowserProfileStatus;
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3572
3615
|
export declare class BrowserSettings {
|
|
3573
3616
|
constructor(props: {
|
|
3574
3617
|
AdditionalEncryptionContext?: Record<string, unknown>;
|
|
@@ -8251,7 +8294,8 @@ export declare class DbCluster {
|
|
|
8251
8294
|
Valid for Cluster Type: Aurora DB clusters only */
|
|
8252
8295
|
EngineMode?: string;
|
|
8253
8296
|
/** The version number of the database engine to use.
|
|
8254
|
-
|
|
8297
|
+
Don't use this property if your DB cluster is a member of a global database cluster. Instead, specify the ``EngineVersion`` property on the [AWS::RDS::GlobalCluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html) resource. Major version upgrades aren't supported for individual members of a global cluster. Use ``ModifyGlobalCluster`` to upgrade all members of the global cluster.
|
|
8298
|
+
To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command:
|
|
8255
8299
|
``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"``
|
|
8256
8300
|
You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively.
|
|
8257
8301
|
To list all of the available engine versions for Aurora PostgreSQL, use the following command:
|
|
@@ -8997,7 +9041,14 @@ export declare class DbInstance {
|
|
|
8997
9041
|
/** The AWS KMS key identifier for encryption of Performance Insights data.
|
|
8998
9042
|
The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
|
|
8999
9043
|
If you do not specify a value for ``PerformanceInsightsKMSKeyId``, then Amazon RDS uses your default KMS key. There is a default KMS key for your AWS account. Your AWS account has a different default KMS key for each AWS Region.
|
|
9000
|
-
|
|
9044
|
+
*Update behavior:* Once Performance Insights is enabled with a KMS key, you cannot change to a different physical KMS key without replacing the DB instance. However, the following updates do not require replacement:
|
|
9045
|
+
+ Enabling or disabling Performance Insights using the ``EnablePerformanceInsights`` property
|
|
9046
|
+
+ Changing between different identifier formats (key ARN, key ID, alias ARN, alias name) of the same physical KMS key
|
|
9047
|
+
+ Removing the ``PerformanceInsightsKMSKeyId`` property from your template
|
|
9048
|
+
|
|
9049
|
+
*Drift behavior:* If you specify ``PerformanceInsightsKMSKeyId`` while ``EnablePerformanceInsights`` is set to ``false``, CloudFormation will report drift. This occurs because the RDS API does not allow setting a KMS key when Performance Insights is disabled. CloudFormation ignores the ``PerformanceInsightsKMSKeyId`` value during instance creation to avoid API errors, resulting in a mismatch between your template and the actual instance configuration.
|
|
9050
|
+
To avoid drift, omit both ``EnablePerformanceInsights`` and ``PerformanceInsightsKMSKeyId`` during initial instance creation, then set both properties together when you're ready to enable Performance Insights.
|
|
9051
|
+
For information about enabling Performance Insights, see [EnablePerformanceInsights](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights). */
|
|
9001
9052
|
PerformanceInsightsKMSKeyId?: string;
|
|
9002
9053
|
/** The number of days to retain Performance Insights data. When creating a DB instance without enabling Performance Insights, you can't specify the parameter ``PerformanceInsightsRetentionPeriod``.
|
|
9003
9054
|
This setting doesn't apply to RDS Custom DB instances.
|
|
@@ -9816,6 +9867,67 @@ export declare class Dimension {
|
|
|
9816
9867
|
readonly Arn: string;
|
|
9817
9868
|
}
|
|
9818
9869
|
|
|
9870
|
+
export declare class DirectConnectConnection {
|
|
9871
|
+
constructor(props: {
|
|
9872
|
+
/** The bandwidth of the connection. */
|
|
9873
|
+
Bandwidth: string;
|
|
9874
|
+
/** The name of the connection. */
|
|
9875
|
+
ConnectionName: string;
|
|
9876
|
+
/** The location of the connection. */
|
|
9877
|
+
Location: string;
|
|
9878
|
+
/** The ARN of the connection. */
|
|
9879
|
+
ConnectionArn?: string;
|
|
9880
|
+
/** The ID of the connection. */
|
|
9881
|
+
ConnectionId?: string;
|
|
9882
|
+
/** The state of the connection. */
|
|
9883
|
+
ConnectionState?: string;
|
|
9884
|
+
/** The ID or ARN of the LAG to associate the connection with. */
|
|
9885
|
+
LagId?: any;
|
|
9886
|
+
/** The name of the service provider associated with the requested connection. */
|
|
9887
|
+
ProviderName?: string;
|
|
9888
|
+
/** Indicates whether you want the connection to support MAC Security (MACsec). */
|
|
9889
|
+
RequestMACSec?: boolean;
|
|
9890
|
+
/** The tags associated with the connection. */
|
|
9891
|
+
Tags?: DirectConnectConnection_Tag[];
|
|
9892
|
+
}, attributes?: CFResourceAttributes);
|
|
9893
|
+
readonly ConnectionArn: string;
|
|
9894
|
+
readonly ConnectionId: string;
|
|
9895
|
+
readonly ConnectionState: string;
|
|
9896
|
+
}
|
|
9897
|
+
|
|
9898
|
+
export declare class DirectConnectGateway {
|
|
9899
|
+
constructor(props: {
|
|
9900
|
+
/** The name of the Direct Connect gateway. */
|
|
9901
|
+
DirectConnectGatewayName: string;
|
|
9902
|
+
/** The autonomous system number (ASN) for the Amazon side of the connection. */
|
|
9903
|
+
AmazonSideAsn?: string;
|
|
9904
|
+
/** The ARN of the Direct Connect gateway. */
|
|
9905
|
+
DirectConnectGatewayArn?: string;
|
|
9906
|
+
/** The ID of the Direct Connect gateway. */
|
|
9907
|
+
DirectConnectGatewayId?: string;
|
|
9908
|
+
/** The tags associated with the Direct Connect gateway. */
|
|
9909
|
+
Tags?: DirectConnectGateway_Tag[];
|
|
9910
|
+
}, attributes?: CFResourceAttributes);
|
|
9911
|
+
readonly DirectConnectGatewayArn: string;
|
|
9912
|
+
readonly DirectConnectGatewayId: string;
|
|
9913
|
+
}
|
|
9914
|
+
|
|
9915
|
+
export declare class DirectConnectGatewayAssociation {
|
|
9916
|
+
constructor(props: {
|
|
9917
|
+
/** The ID or ARN of the virtual private gateway or transit gateway. */
|
|
9918
|
+
AssociatedGatewayId: any;
|
|
9919
|
+
/** The ID or ARN of the Direct Connect gateway. */
|
|
9920
|
+
DirectConnectGatewayId: any;
|
|
9921
|
+
/** The Amazon Resource Name (ARN) of the role to accept the Direct Connect Gateway association proposal. Needs directconnect:AcceptDirectConnectGatewayAssociationProposal permissions. */
|
|
9922
|
+
AcceptDirectConnectGatewayAssociationProposalRoleArn?: string;
|
|
9923
|
+
/** The Amazon VPC prefixes to advertise to the Direct Connect gateway. This parameter is required when you create an association to a transit gateway. */
|
|
9924
|
+
AllowedPrefixesToDirectConnectGateway?: string[];
|
|
9925
|
+
/** The ID of the Direct Connect gateway association. */
|
|
9926
|
+
AssociationId?: string;
|
|
9927
|
+
}, attributes?: CFResourceAttributes);
|
|
9928
|
+
readonly AssociationId: string;
|
|
9929
|
+
}
|
|
9930
|
+
|
|
9819
9931
|
export declare class DirectConnectGatewayAttachment {
|
|
9820
9932
|
constructor(props: {
|
|
9821
9933
|
/** The ID of a core network for the Direct Connect Gateway attachment. */
|
|
@@ -12121,6 +12233,36 @@ export declare class EvaluationForm {
|
|
|
12121
12233
|
readonly EvaluationFormArn: string;
|
|
12122
12234
|
}
|
|
12123
12235
|
|
|
12236
|
+
export declare class Evaluator {
|
|
12237
|
+
constructor(props: {
|
|
12238
|
+
/** The configuration for the evaluator. */
|
|
12239
|
+
EvaluatorConfig: Evaluator_EvaluatorConfig;
|
|
12240
|
+
/** The name of the evaluator. Must be unique within your account. */
|
|
12241
|
+
EvaluatorName: string;
|
|
12242
|
+
/** The evaluation level that determines the scope of evaluation. */
|
|
12243
|
+
Level: Evaluator_EvaluatorLevel;
|
|
12244
|
+
/** The timestamp when the evaluator was created. */
|
|
12245
|
+
CreatedAt?: string;
|
|
12246
|
+
/** The description of the evaluator. */
|
|
12247
|
+
Description?: string;
|
|
12248
|
+
/** The Amazon Resource Name (ARN) of the evaluator. */
|
|
12249
|
+
EvaluatorArn?: string;
|
|
12250
|
+
/** The unique identifier of the evaluator. */
|
|
12251
|
+
EvaluatorId?: string;
|
|
12252
|
+
/** The current status of the evaluator. */
|
|
12253
|
+
Status?: Evaluator_EvaluatorStatus;
|
|
12254
|
+
/** A list of tags to assign to the evaluator. */
|
|
12255
|
+
Tags?: Evaluator_Tag[];
|
|
12256
|
+
/** The timestamp when the evaluator was last updated. */
|
|
12257
|
+
UpdatedAt?: string;
|
|
12258
|
+
}, attributes?: CFResourceAttributes);
|
|
12259
|
+
readonly CreatedAt: string;
|
|
12260
|
+
readonly EvaluatorArn: string;
|
|
12261
|
+
readonly EvaluatorId: string;
|
|
12262
|
+
readonly Status: Evaluator_EvaluatorStatus;
|
|
12263
|
+
readonly UpdatedAt: string;
|
|
12264
|
+
}
|
|
12265
|
+
|
|
12124
12266
|
export declare class EventBridgeRuleTemplate {
|
|
12125
12267
|
constructor(props: {
|
|
12126
12268
|
EventType: EventBridgeRuleTemplate_EventBridgeRuleTemplateEventType;
|
|
@@ -17759,6 +17901,34 @@ export declare class Label {
|
|
|
17759
17901
|
readonly LastUpdatedTime: string;
|
|
17760
17902
|
}
|
|
17761
17903
|
|
|
17904
|
+
export declare class Lag {
|
|
17905
|
+
constructor(props: {
|
|
17906
|
+
/** The bandwidth of the individual physical dedicated connections bundled by the LAG. */
|
|
17907
|
+
ConnectionsBandwidth: string;
|
|
17908
|
+
/** The name of the LAG. */
|
|
17909
|
+
LagName: string;
|
|
17910
|
+
/** The location for the LAG. */
|
|
17911
|
+
Location: string;
|
|
17912
|
+
/** The ARN of the LAG. */
|
|
17913
|
+
LagArn?: string;
|
|
17914
|
+
/** The ID of the LAG. */
|
|
17915
|
+
LagId?: string;
|
|
17916
|
+
/** The state of the LAG. */
|
|
17917
|
+
LagState?: string;
|
|
17918
|
+
/** The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational. */
|
|
17919
|
+
MinimumLinks?: number;
|
|
17920
|
+
/** The name of the service provider associated with the requested LAG. */
|
|
17921
|
+
ProviderName?: string;
|
|
17922
|
+
/** Indicates whether you want the LAG to support MAC Security (MACsec). */
|
|
17923
|
+
RequestMACSec?: boolean;
|
|
17924
|
+
/** The tags associated with the LAG. */
|
|
17925
|
+
Tags?: Lag_Tag[];
|
|
17926
|
+
}, attributes?: CFResourceAttributes);
|
|
17927
|
+
readonly LagArn: string;
|
|
17928
|
+
readonly LagId: string;
|
|
17929
|
+
readonly LagState: string;
|
|
17930
|
+
}
|
|
17931
|
+
|
|
17762
17932
|
export declare class LakeFormationResource {
|
|
17763
17933
|
constructor(props: {
|
|
17764
17934
|
ResourceArn: string;
|
|
@@ -17793,23 +17963,20 @@ export declare class LambdaAlias {
|
|
|
17793
17963
|
|
|
17794
17964
|
export declare class LambdaCapacityProvider {
|
|
17795
17965
|
constructor(props: {
|
|
17796
|
-
/**
|
|
17966
|
+
/** The permissions configuration for the capacity provider. */
|
|
17797
17967
|
PermissionsConfig: LambdaCapacityProvider_CapacityProviderPermissionsConfig;
|
|
17798
|
-
/** VPC configuration for the capacity provider. */
|
|
17968
|
+
/** The VPC configuration for the capacity provider. */
|
|
17799
17969
|
VpcConfig: LambdaCapacityProvider_CapacityProviderVpcConfig;
|
|
17800
|
-
/** The Amazon Resource Name (ARN) of the capacity provider. This is a read-only property that is automatically generated when the capacity provider is created. */
|
|
17801
17970
|
Arn?: string;
|
|
17802
|
-
/** The name of the capacity provider. The name must be unique within your AWS account and region. If you don't specify a name, CloudFormation generates one. */
|
|
17803
17971
|
CapacityProviderName?: string;
|
|
17804
17972
|
/** The scaling configuration for the capacity provider. */
|
|
17805
17973
|
CapacityProviderScalingConfig?: LambdaCapacityProvider_CapacityProviderScalingConfig;
|
|
17806
|
-
/**
|
|
17974
|
+
/** The instance requirements for compute resources managed by the capacity provider. */
|
|
17807
17975
|
InstanceRequirements?: LambdaCapacityProvider_InstanceRequirements;
|
|
17808
|
-
/** The ARN of the
|
|
17976
|
+
/** The ARN of the KMS key used to encrypt the capacity provider's resources. */
|
|
17809
17977
|
KmsKeyArn?: string;
|
|
17810
|
-
/** The current state of the capacity provider. */
|
|
17811
17978
|
State?: LambdaCapacityProvider_CapacityProviderState;
|
|
17812
|
-
/** A
|
|
17979
|
+
/** A key-value pair that provides metadata for the capacity provider. */
|
|
17813
17980
|
Tags?: LambdaCapacityProvider_Tag[];
|
|
17814
17981
|
}, attributes?: CFResourceAttributes);
|
|
17815
17982
|
readonly Arn: string;
|
|
@@ -19590,20 +19757,32 @@ export declare class MailManagerTrafficPolicy {
|
|
|
19590
19757
|
|
|
19591
19758
|
export declare class MaintenanceWindow {
|
|
19592
19759
|
constructor(props: {
|
|
19760
|
+
/** Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets. If enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window. */
|
|
19593
19761
|
AllowUnassociatedTargets: boolean;
|
|
19762
|
+
/** The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution. */
|
|
19594
19763
|
Cutoff: number;
|
|
19764
|
+
/** The duration of the maintenance window in hours. */
|
|
19595
19765
|
Duration: number;
|
|
19766
|
+
/** The name of the maintenance window. */
|
|
19596
19767
|
Name: string;
|
|
19768
|
+
/** The schedule of the maintenance window in the form of a cron or rate expression. */
|
|
19597
19769
|
Schedule: string;
|
|
19770
|
+
/** A description of the maintenance window. */
|
|
19598
19771
|
Description?: string;
|
|
19772
|
+
/** The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. */
|
|
19599
19773
|
EndDate?: string;
|
|
19600
|
-
|
|
19774
|
+
/** The number of days to wait to run a maintenance window after the scheduled cron expression date and time. */
|
|
19601
19775
|
ScheduleOffset?: number;
|
|
19776
|
+
/** The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. */
|
|
19602
19777
|
ScheduleTimezone?: string;
|
|
19778
|
+
/** The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. StartDate allows you to delay activation of the maintenance window until the specified future date. */
|
|
19603
19779
|
StartDate?: string;
|
|
19780
|
+
/** Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs). Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a maintenance window to identify the type of tasks it will run, the types of targets, and the environment it will run in. */
|
|
19604
19781
|
Tags?: MaintenanceWindow_Tag[];
|
|
19782
|
+
/** The ID of the maintenance window. */
|
|
19783
|
+
WindowId?: string;
|
|
19605
19784
|
}, attributes?: CFResourceAttributes);
|
|
19606
|
-
readonly
|
|
19785
|
+
readonly WindowId: string;
|
|
19607
19786
|
}
|
|
19608
19787
|
|
|
19609
19788
|
export declare class MaintenanceWindowTarget {
|
|
@@ -22501,6 +22680,46 @@ export declare class OmicsWorkflow {
|
|
|
22501
22680
|
readonly Uuid: string;
|
|
22502
22681
|
}
|
|
22503
22682
|
|
|
22683
|
+
export declare class OnlineEvaluationConfig {
|
|
22684
|
+
constructor(props: {
|
|
22685
|
+
/** The data source configuration that specifies CloudWatch log groups and service names to monitor. */
|
|
22686
|
+
DataSourceConfig: OnlineEvaluationConfig_DataSourceConfig;
|
|
22687
|
+
/** The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation. */
|
|
22688
|
+
EvaluationExecutionRoleArn: string;
|
|
22689
|
+
/** The list of evaluators to apply during online evaluation. */
|
|
22690
|
+
Evaluators: OnlineEvaluationConfig_EvaluatorReference[];
|
|
22691
|
+
/** The name of the online evaluation configuration. Must be unique within your account. */
|
|
22692
|
+
OnlineEvaluationConfigName: string;
|
|
22693
|
+
/** The evaluation rule that defines sampling configuration, filters, and session detection settings. */
|
|
22694
|
+
Rule: OnlineEvaluationConfig_Rule;
|
|
22695
|
+
/** The timestamp when the online evaluation configuration was created. */
|
|
22696
|
+
CreatedAt?: string;
|
|
22697
|
+
/** The description of the online evaluation configuration. */
|
|
22698
|
+
Description?: string;
|
|
22699
|
+
/** The execution status indicating whether the online evaluation is currently running. */
|
|
22700
|
+
ExecutionStatus?: OnlineEvaluationConfig_ExecutionStatus;
|
|
22701
|
+
/** The Amazon Resource Name (ARN) of the online evaluation configuration. */
|
|
22702
|
+
OnlineEvaluationConfigArn?: string;
|
|
22703
|
+
/** The unique identifier of the online evaluation configuration. */
|
|
22704
|
+
OnlineEvaluationConfigId?: string;
|
|
22705
|
+
/** The configuration that specifies where evaluation results should be written. */
|
|
22706
|
+
OutputConfig?: OnlineEvaluationConfig_OutputConfig;
|
|
22707
|
+
/** The status of the online evaluation configuration. */
|
|
22708
|
+
Status?: OnlineEvaluationConfig_OnlineEvaluationConfigStatus;
|
|
22709
|
+
/** A list of tags to assign to the online evaluation configuration. */
|
|
22710
|
+
Tags?: OnlineEvaluationConfig_Tag[];
|
|
22711
|
+
/** The timestamp when the online evaluation configuration was last updated. */
|
|
22712
|
+
UpdatedAt?: string;
|
|
22713
|
+
}, attributes?: CFResourceAttributes);
|
|
22714
|
+
readonly CreatedAt: string;
|
|
22715
|
+
readonly ExecutionStatus: OnlineEvaluationConfig_ExecutionStatus;
|
|
22716
|
+
readonly OnlineEvaluationConfigArn: string;
|
|
22717
|
+
readonly OnlineEvaluationConfigId: string;
|
|
22718
|
+
readonly OutputConfig: OnlineEvaluationConfig_OutputConfig;
|
|
22719
|
+
readonly Status: OnlineEvaluationConfig_OnlineEvaluationConfigStatus;
|
|
22720
|
+
readonly UpdatedAt: string;
|
|
22721
|
+
}
|
|
22722
|
+
|
|
22504
22723
|
export declare class OpenSearchServerlessAccessPolicy {
|
|
22505
22724
|
constructor(props: {
|
|
22506
22725
|
/** The name of the policy */
|
|
@@ -22595,6 +22814,8 @@ export declare class OpenSearchServiceApplication {
|
|
|
22595
22814
|
IamIdentityCenterOptions?: Record<string, unknown>;
|
|
22596
22815
|
/** The identifier of the application. */
|
|
22597
22816
|
Id?: string;
|
|
22817
|
+
/** The ARN of the KMS key used to encrypt the application. */
|
|
22818
|
+
KmsKeyArn?: string;
|
|
22598
22819
|
/** An arbitrary set of tags (key-value pairs) for this application. */
|
|
22599
22820
|
Tags?: OpenSearchServiceApplication_Tag[];
|
|
22600
22821
|
}, attributes?: CFResourceAttributes);
|
|
@@ -24375,6 +24596,38 @@ export declare class PrivateGraphEndpoint {
|
|
|
24375
24596
|
readonly VpcEndpointId: string;
|
|
24376
24597
|
}
|
|
24377
24598
|
|
|
24599
|
+
export declare class PrivateVirtualInterface {
|
|
24600
|
+
constructor(props: {
|
|
24601
|
+
/** The BGP peers configured on this virtual interface. */
|
|
24602
|
+
BgpPeers: PrivateVirtualInterface_BgpPeer[];
|
|
24603
|
+
/** The ID or ARN of the connection or LAG. */
|
|
24604
|
+
ConnectionId: any;
|
|
24605
|
+
/** The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-). */
|
|
24606
|
+
VirtualInterfaceName: string;
|
|
24607
|
+
/** The ID of the VLAN. */
|
|
24608
|
+
Vlan: number;
|
|
24609
|
+
/** The Amazon Resource Name (ARN) of the role to allocate the private virtual interface. Needs directconnect:AllocatePrivateVirtualInterface permissions and tag permissions if applicable. */
|
|
24610
|
+
AllocatePrivateVirtualInterfaceRoleArn?: string;
|
|
24611
|
+
/** The ID or ARN of the Direct Connect gateway. */
|
|
24612
|
+
DirectConnectGatewayId?: any;
|
|
24613
|
+
/** Indicates whether to enable or disable SiteLink. */
|
|
24614
|
+
EnableSiteLink?: boolean;
|
|
24615
|
+
/** The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. */
|
|
24616
|
+
Mtu?: number;
|
|
24617
|
+
/** The tags associated with the private virtual interface. */
|
|
24618
|
+
Tags?: PrivateVirtualInterface_Tag[];
|
|
24619
|
+
/** The ID or ARN of the virtual private gateway. */
|
|
24620
|
+
VirtualGatewayId?: string;
|
|
24621
|
+
/** The ID of the virtual interface. */
|
|
24622
|
+
VirtualInterfaceArn?: string;
|
|
24623
|
+
/** The ID of the virtual interface. */
|
|
24624
|
+
VirtualInterfaceId?: string;
|
|
24625
|
+
}, attributes?: CFResourceAttributes);
|
|
24626
|
+
readonly BgpPeers_Item_BgpPeerId: string;
|
|
24627
|
+
readonly VirtualInterfaceArn: string;
|
|
24628
|
+
readonly VirtualInterfaceId: string;
|
|
24629
|
+
}
|
|
24630
|
+
|
|
24378
24631
|
export declare class ProactiveEngagement {
|
|
24379
24632
|
constructor(props: {
|
|
24380
24633
|
/** A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.
|
|
@@ -24726,6 +24979,32 @@ We recommend that type names adhere to the following pattern: company_or_organiz
|
|
|
24726
24979
|
readonly TypeVersionArn: string;
|
|
24727
24980
|
}
|
|
24728
24981
|
|
|
24982
|
+
export declare class PublicVirtualInterface {
|
|
24983
|
+
constructor(props: {
|
|
24984
|
+
/** The BGP peers configured on this virtual interface. */
|
|
24985
|
+
BgpPeers: PublicVirtualInterface_BgpPeer[];
|
|
24986
|
+
/** The ID or ARN of the connection or LAG. */
|
|
24987
|
+
ConnectionId: any;
|
|
24988
|
+
/** The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-). */
|
|
24989
|
+
VirtualInterfaceName: string;
|
|
24990
|
+
/** The ID of the VLAN. */
|
|
24991
|
+
Vlan: number;
|
|
24992
|
+
/** The Amazon Resource Name (ARN) of the role to allocate the public virtual interface. Needs directconnect:AllocatePublicVirtualInterface permissions and tag permissions if applicable. */
|
|
24993
|
+
AllocatePublicVirtualInterfaceRoleArn?: string;
|
|
24994
|
+
/** The routes to be advertised to the AWS network in this region. */
|
|
24995
|
+
RouteFilterPrefixes?: string[];
|
|
24996
|
+
/** The tags associated with the public virtual interface. */
|
|
24997
|
+
Tags?: PublicVirtualInterface_Tag[];
|
|
24998
|
+
/** The ARN of the virtual interface. */
|
|
24999
|
+
VirtualInterfaceArn?: string;
|
|
25000
|
+
/** The ID of the virtual interface. */
|
|
25001
|
+
VirtualInterfaceId?: string;
|
|
25002
|
+
}, attributes?: CFResourceAttributes);
|
|
25003
|
+
readonly BgpPeers_Item_BgpPeerId: string;
|
|
25004
|
+
readonly VirtualInterfaceArn: string;
|
|
25005
|
+
readonly VirtualInterfaceId: string;
|
|
25006
|
+
}
|
|
25007
|
+
|
|
24729
25008
|
export declare class Publisher {
|
|
24730
25009
|
constructor(props: {
|
|
24731
25010
|
/** Whether you accept the terms and conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to publish public extensions to the CloudFormation registry. The terms and conditions can be found at https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf */
|
|
@@ -32736,6 +33015,36 @@ export declare class TransitGatewayVpcAttachment {
|
|
|
32736
33015
|
readonly Id: string;
|
|
32737
33016
|
}
|
|
32738
33017
|
|
|
33018
|
+
export declare class TransitVirtualInterface {
|
|
33019
|
+
constructor(props: {
|
|
33020
|
+
/** The BGP peers configured on this virtual interface.. */
|
|
33021
|
+
BgpPeers: TransitVirtualInterface_BgpPeer[];
|
|
33022
|
+
/** The ID or ARN of the connection or LAG. */
|
|
33023
|
+
ConnectionId: any;
|
|
33024
|
+
/** The ID or ARN of the Direct Connect gateway. */
|
|
33025
|
+
DirectConnectGatewayId: any;
|
|
33026
|
+
/** The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-). */
|
|
33027
|
+
VirtualInterfaceName: string;
|
|
33028
|
+
/** The ID of the VLAN. */
|
|
33029
|
+
Vlan: number;
|
|
33030
|
+
/** The Amazon Resource Name (ARN) of the role to allocate the TransitVifAllocation. Needs directconnect:AllocateTransitVirtualInterface permissions and tag permissions if applicable. */
|
|
33031
|
+
AllocateTransitVirtualInterfaceRoleArn?: string;
|
|
33032
|
+
/** Indicates whether to enable or disable SiteLink. */
|
|
33033
|
+
EnableSiteLink?: boolean;
|
|
33034
|
+
/** The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. */
|
|
33035
|
+
Mtu?: number;
|
|
33036
|
+
/** The tags associated with the private virtual interface. */
|
|
33037
|
+
Tags?: TransitVirtualInterface_Tag[];
|
|
33038
|
+
/** The ARN of the virtual interface. */
|
|
33039
|
+
VirtualInterfaceArn?: string;
|
|
33040
|
+
/** The ID of the virtual interface. */
|
|
33041
|
+
VirtualInterfaceId?: string;
|
|
33042
|
+
}, attributes?: CFResourceAttributes);
|
|
33043
|
+
readonly BgpPeers_Item_BgpPeerId: string;
|
|
33044
|
+
readonly VirtualInterfaceArn: string;
|
|
33045
|
+
readonly VirtualInterfaceId: string;
|
|
33046
|
+
}
|
|
33047
|
+
|
|
32739
33048
|
export declare class Trigger {
|
|
32740
33049
|
constructor(props: {
|
|
32741
33050
|
/** The actions initiated by this trigger. */
|
|
@@ -46461,6 +46770,24 @@ export declare class ARCRegionSwitchPlan_ParallelExecutionBlockConfiguration {
|
|
|
46461
46770
|
});
|
|
46462
46771
|
}
|
|
46463
46772
|
|
|
46773
|
+
export declare class ARCRegionSwitchPlan_RdsCreateCrossRegionReplicaConfiguration {
|
|
46774
|
+
constructor(props: {
|
|
46775
|
+
DbInstanceArnMap: Record<string, unknown>;
|
|
46776
|
+
CrossAccountRole?: string;
|
|
46777
|
+
ExternalId?: string;
|
|
46778
|
+
TimeoutMinutes?: number;
|
|
46779
|
+
});
|
|
46780
|
+
}
|
|
46781
|
+
|
|
46782
|
+
export declare class ARCRegionSwitchPlan_RdsPromoteReadReplicaConfiguration {
|
|
46783
|
+
constructor(props: {
|
|
46784
|
+
DbInstanceArnMap: Record<string, unknown>;
|
|
46785
|
+
CrossAccountRole?: string;
|
|
46786
|
+
ExternalId?: string;
|
|
46787
|
+
TimeoutMinutes?: number;
|
|
46788
|
+
});
|
|
46789
|
+
}
|
|
46790
|
+
|
|
46464
46791
|
export declare class ARCRegionSwitchPlan_RegionSwitchPlanConfiguration {
|
|
46465
46792
|
constructor(props: {
|
|
46466
46793
|
Arn: string;
|
|
@@ -50483,6 +50810,16 @@ export declare class BedrockEmbeddingModelConfiguration {
|
|
|
50483
50810
|
});
|
|
50484
50811
|
}
|
|
50485
50812
|
|
|
50813
|
+
export declare class BedrockEvaluatorModelConfig {
|
|
50814
|
+
constructor(props: {
|
|
50815
|
+
/** The identifier of the Amazon Bedrock model to use for evaluation. */
|
|
50816
|
+
ModelId: string;
|
|
50817
|
+
/** Additional model-specific request fields. */
|
|
50818
|
+
AdditionalModelRequestFields?: Record<string, unknown>;
|
|
50819
|
+
InferenceConfig?: Evaluator_InferenceConfiguration;
|
|
50820
|
+
});
|
|
50821
|
+
}
|
|
50822
|
+
|
|
50486
50823
|
export declare class BedrockFlow_AgentFlowNodeConfiguration {
|
|
50487
50824
|
constructor(props: {
|
|
50488
50825
|
/** Arn representation of the Agent Alias. */
|
|
@@ -51180,6 +51517,15 @@ export declare class BedrockKnowledgeBase_VideoSegmentationConfiguration {
|
|
|
51180
51517
|
});
|
|
51181
51518
|
}
|
|
51182
51519
|
|
|
51520
|
+
export declare class BedrockMantleProject_Tag {
|
|
51521
|
+
constructor(props: {
|
|
51522
|
+
/** The key name of the tag. */
|
|
51523
|
+
Key: string;
|
|
51524
|
+
/** The value for the tag. */
|
|
51525
|
+
Value: string;
|
|
51526
|
+
});
|
|
51527
|
+
}
|
|
51528
|
+
|
|
51183
51529
|
export declare class BedrockModelSpecification {
|
|
51184
51530
|
constructor(props: {
|
|
51185
51531
|
ModelArn: string;
|
|
@@ -52854,6 +53200,36 @@ export declare class BrowserNetworkConfiguration {
|
|
|
52854
53200
|
});
|
|
52855
53201
|
}
|
|
52856
53202
|
|
|
53203
|
+
export declare class BrowserProfile_BrowserProfileSummary {
|
|
53204
|
+
constructor(props: {
|
|
53205
|
+
CreatedAt: string;
|
|
53206
|
+
LastUpdatedAt: string;
|
|
53207
|
+
Name: string;
|
|
53208
|
+
ProfileArn: string;
|
|
53209
|
+
ProfileId: string;
|
|
53210
|
+
Status: BrowserProfile_BrowserProfileStatus;
|
|
53211
|
+
Description?: string;
|
|
53212
|
+
LastSavedAt?: string;
|
|
53213
|
+
LastSavedBrowserId?: string;
|
|
53214
|
+
LastSavedBrowserSessionId?: string;
|
|
53215
|
+
});
|
|
53216
|
+
}
|
|
53217
|
+
|
|
53218
|
+
export declare class BrowserProfileSummary {
|
|
53219
|
+
constructor(props: {
|
|
53220
|
+
CreatedAt: string;
|
|
53221
|
+
LastUpdatedAt: string;
|
|
53222
|
+
Name: string;
|
|
53223
|
+
ProfileArn: string;
|
|
53224
|
+
ProfileId: string;
|
|
53225
|
+
Status: BrowserProfile_BrowserProfileStatus;
|
|
53226
|
+
Description?: string;
|
|
53227
|
+
LastSavedAt?: string;
|
|
53228
|
+
LastSavedBrowserId?: string;
|
|
53229
|
+
LastSavedBrowserSessionId?: string;
|
|
53230
|
+
});
|
|
53231
|
+
}
|
|
53232
|
+
|
|
52857
53233
|
export declare class BrowserSettings_Tag {
|
|
52858
53234
|
constructor(props: {
|
|
52859
53235
|
Key: string;
|
|
@@ -54633,15 +55009,16 @@ export declare class CapacityProviderConfig {
|
|
|
54633
55009
|
|
|
54634
55010
|
export declare class CapacityProviderPermissionsConfig {
|
|
54635
55011
|
constructor(props: {
|
|
54636
|
-
/** The ARN of the IAM role that
|
|
55012
|
+
/** The ARN of the IAM role that the capacity provider uses to manage compute instances and other AWS resources. */
|
|
54637
55013
|
CapacityProviderOperatorRoleArn: string;
|
|
54638
55014
|
});
|
|
54639
55015
|
}
|
|
54640
55016
|
|
|
54641
55017
|
export declare class CapacityProviderScalingConfig {
|
|
54642
55018
|
constructor(props: {
|
|
54643
|
-
/** The maximum number of
|
|
55019
|
+
/** The maximum number of vCPUs that the capacity provider can provision across all compute instances. */
|
|
54644
55020
|
MaxVCpuCount?: number;
|
|
55021
|
+
/** The scaling mode that determines how the capacity provider responds to changes in demand. */
|
|
54645
55022
|
ScalingMode?: LambdaCapacityProvider_CapacityProviderScalingMode;
|
|
54646
55023
|
/** A list of target tracking scaling policies for the capacity provider. */
|
|
54647
55024
|
ScalingPolicies?: LambdaCapacityProvider_TargetTrackingScalingPolicy[];
|
|
@@ -54658,9 +55035,9 @@ export declare class CapacityProviderStrategy {
|
|
|
54658
55035
|
|
|
54659
55036
|
export declare class CapacityProviderVpcConfig {
|
|
54660
55037
|
constructor(props: {
|
|
54661
|
-
/** A list of security group IDs
|
|
55038
|
+
/** A list of security group IDs that control network access for compute instances managed by the capacity provider. */
|
|
54662
55039
|
SecurityGroupIds: string[];
|
|
54663
|
-
/** A list of subnet IDs where the capacity provider
|
|
55040
|
+
/** A list of subnet IDs where the capacity provider launches compute instances. */
|
|
54664
55041
|
SubnetIds: string[];
|
|
54665
55042
|
});
|
|
54666
55043
|
}
|
|
@@ -54711,6 +55088,13 @@ export declare class CapacityReservationOptionsRequest {
|
|
|
54711
55088
|
});
|
|
54712
55089
|
}
|
|
54713
55090
|
|
|
55091
|
+
export declare class CapacityReservationRequest {
|
|
55092
|
+
constructor(props: {
|
|
55093
|
+
ReservationGroupArn?: string;
|
|
55094
|
+
ReservationPreference?: "RESERVATIONS_EXCLUDED" | "RESERVATIONS_FIRST" | "RESERVATIONS_ONLY";
|
|
55095
|
+
});
|
|
55096
|
+
}
|
|
55097
|
+
|
|
54714
55098
|
export declare class CapacitySize {
|
|
54715
55099
|
constructor(props: {
|
|
54716
55100
|
/** Specifies whether the `Value` is an instance count or a capacity unit. */
|
|
@@ -55036,6 +55420,15 @@ export declare class CategoricalHyperParameterRange {
|
|
|
55036
55420
|
});
|
|
55037
55421
|
}
|
|
55038
55422
|
|
|
55423
|
+
export declare class CategoricalScaleDefinition {
|
|
55424
|
+
constructor(props: {
|
|
55425
|
+
/** The description that explains what this categorical rating represents. */
|
|
55426
|
+
Definition: string;
|
|
55427
|
+
/** The label of this categorical rating option. */
|
|
55428
|
+
Label: string;
|
|
55429
|
+
});
|
|
55430
|
+
}
|
|
55431
|
+
|
|
55039
55432
|
export declare class CdcSpecification {
|
|
55040
55433
|
constructor(props: {
|
|
55041
55434
|
Status: CassandraTable_CdcStatus;
|
|
@@ -57006,6 +57399,15 @@ export declare class CloudWatchLogsDestinationConfiguration {
|
|
|
57006
57399
|
});
|
|
57007
57400
|
}
|
|
57008
57401
|
|
|
57402
|
+
export declare class CloudWatchLogsInputConfig {
|
|
57403
|
+
constructor(props: {
|
|
57404
|
+
/** The list of CloudWatch log group names to monitor for agent traces. */
|
|
57405
|
+
LogGroupNames: string[];
|
|
57406
|
+
/** The list of service names to filter traces within the specified log groups. */
|
|
57407
|
+
ServiceNames: string[];
|
|
57408
|
+
});
|
|
57409
|
+
}
|
|
57410
|
+
|
|
57009
57411
|
export declare class CloudWatchLogsLogDelivery {
|
|
57010
57412
|
constructor(props: {
|
|
57011
57413
|
/** Specifies whether the logs get sent to the specified CloudWatch Logs destination. */
|
|
@@ -57052,15 +57454,6 @@ export declare class CloudWatchMonitoringConfiguration {
|
|
|
57052
57454
|
});
|
|
57053
57455
|
}
|
|
57054
57456
|
|
|
57055
|
-
export declare class CloudWatchOutputConfig {
|
|
57056
|
-
constructor(props: {
|
|
57057
|
-
/** The name of the CloudWatch log group where you want to send command output. */
|
|
57058
|
-
CloudWatchLogGroupName?: string;
|
|
57059
|
-
/** Enables Systems Manager to send command output to CloudWatch Logs. */
|
|
57060
|
-
CloudWatchOutputEnabled?: boolean;
|
|
57061
|
-
});
|
|
57062
|
-
}
|
|
57063
|
-
|
|
57064
57457
|
export declare class ClusterAutoScalingConfig {
|
|
57065
57458
|
constructor(props: {
|
|
57066
57459
|
/** The auto-scaling mode for the cluster */
|
|
@@ -59137,6 +59530,7 @@ export declare class ComputeEnvironment_ComputeResources {
|
|
|
59137
59530
|
LaunchTemplate?: ComputeEnvironment_LaunchTemplateSpecification;
|
|
59138
59531
|
MinvCpus?: number;
|
|
59139
59532
|
PlacementGroup?: string;
|
|
59533
|
+
ScalingPolicy?: ComputeEnvironment_ComputeScalingPolicy;
|
|
59140
59534
|
SecurityGroupIds?: string[];
|
|
59141
59535
|
SpotIamFleetRole?: string;
|
|
59142
59536
|
/** A key-value pair to associate with a resource. */
|
|
@@ -59145,6 +59539,12 @@ export declare class ComputeEnvironment_ComputeResources {
|
|
|
59145
59539
|
});
|
|
59146
59540
|
}
|
|
59147
59541
|
|
|
59542
|
+
export declare class ComputeEnvironment_ComputeScalingPolicy {
|
|
59543
|
+
constructor(props: {
|
|
59544
|
+
MinScaleDownDelayMinutes?: number;
|
|
59545
|
+
});
|
|
59546
|
+
}
|
|
59547
|
+
|
|
59148
59548
|
export declare class ComputeEnvironment_Ec2ConfigurationObject {
|
|
59149
59549
|
constructor(props: {
|
|
59150
59550
|
ImageType: string;
|
|
@@ -59321,6 +59721,7 @@ export declare class ComputeResources {
|
|
|
59321
59721
|
LaunchTemplate?: ComputeEnvironment_LaunchTemplateSpecification;
|
|
59322
59722
|
MinvCpus?: number;
|
|
59323
59723
|
PlacementGroup?: string;
|
|
59724
|
+
ScalingPolicy?: ComputeEnvironment_ComputeScalingPolicy;
|
|
59324
59725
|
SecurityGroupIds?: string[];
|
|
59325
59726
|
SpotIamFleetRole?: string;
|
|
59326
59727
|
/** A key-value pair to associate with a resource. */
|
|
@@ -59329,6 +59730,12 @@ export declare class ComputeResources {
|
|
|
59329
59730
|
});
|
|
59330
59731
|
}
|
|
59331
59732
|
|
|
59733
|
+
export declare class ComputeScalingPolicy {
|
|
59734
|
+
constructor(props: {
|
|
59735
|
+
MinScaleDownDelayMinutes?: number;
|
|
59736
|
+
});
|
|
59737
|
+
}
|
|
59738
|
+
|
|
59332
59739
|
export declare class Conditional {
|
|
59333
59740
|
constructor(props: {
|
|
59334
59741
|
ConditionalBranches: any;
|
|
@@ -67872,6 +68279,12 @@ export declare class DataSharingPreference {
|
|
|
67872
68279
|
});
|
|
67873
68280
|
}
|
|
67874
68281
|
|
|
68282
|
+
export declare class DataSourceConfig {
|
|
68283
|
+
constructor(props: {
|
|
68284
|
+
CloudWatchLogs: OnlineEvaluationConfig_CloudWatchLogsInputConfig;
|
|
68285
|
+
});
|
|
68286
|
+
}
|
|
68287
|
+
|
|
67875
68288
|
export declare class DataSourceCredentials {
|
|
67876
68289
|
constructor(props: {
|
|
67877
68290
|
/** <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
|
|
@@ -71576,6 +71989,24 @@ export declare class Dimension_Tag {
|
|
|
71576
71989
|
});
|
|
71577
71990
|
}
|
|
71578
71991
|
|
|
71992
|
+
export declare class DirectConnectConnection_Tag {
|
|
71993
|
+
constructor(props: {
|
|
71994
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
71995
|
+
Key: string;
|
|
71996
|
+
/** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
71997
|
+
Value: string;
|
|
71998
|
+
});
|
|
71999
|
+
}
|
|
72000
|
+
|
|
72001
|
+
export declare class DirectConnectGateway_Tag {
|
|
72002
|
+
constructor(props: {
|
|
72003
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
72004
|
+
Key: string;
|
|
72005
|
+
/** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
72006
|
+
Value: string;
|
|
72007
|
+
});
|
|
72008
|
+
}
|
|
72009
|
+
|
|
71579
72010
|
export declare class DirectConnectGatewayAttachment_ProposedNetworkFunctionGroupChange {
|
|
71580
72011
|
constructor(props: {
|
|
71581
72012
|
/** The rule number in the policy document that applies to this change. */
|
|
@@ -74098,11 +74529,19 @@ export declare class ECSCapacityProvider_BaselineEbsBandwidthMbpsRequest {
|
|
|
74098
74529
|
});
|
|
74099
74530
|
}
|
|
74100
74531
|
|
|
74532
|
+
export declare class ECSCapacityProvider_CapacityReservationRequest {
|
|
74533
|
+
constructor(props: {
|
|
74534
|
+
ReservationGroupArn?: string;
|
|
74535
|
+
ReservationPreference?: "RESERVATIONS_EXCLUDED" | "RESERVATIONS_FIRST" | "RESERVATIONS_ONLY";
|
|
74536
|
+
});
|
|
74537
|
+
}
|
|
74538
|
+
|
|
74101
74539
|
export declare class ECSCapacityProvider_InstanceLaunchTemplate {
|
|
74102
74540
|
constructor(props: {
|
|
74103
74541
|
Ec2InstanceProfileArn: string;
|
|
74104
74542
|
NetworkConfiguration: ECSCapacityProvider_ManagedInstancesNetworkConfiguration;
|
|
74105
|
-
CapacityOptionType?: "ON_DEMAND" | "SPOT";
|
|
74543
|
+
CapacityOptionType?: "ON_DEMAND" | "RESERVED" | "SPOT";
|
|
74544
|
+
CapacityReservations?: ECSCapacityProvider_CapacityReservationRequest;
|
|
74106
74545
|
FipsEnabled?: boolean;
|
|
74107
74546
|
InstanceRequirements?: ECSCapacityProvider_InstanceRequirementsRequest;
|
|
74108
74547
|
Monitoring?: ECSCapacityProvider_ManagedInstancesMonitoringOptions;
|
|
@@ -78609,6 +79048,101 @@ export declare class EvaluationReviewNotificationRecipientValue {
|
|
|
78609
79048
|
});
|
|
78610
79049
|
}
|
|
78611
79050
|
|
|
79051
|
+
export declare class Evaluator_BedrockEvaluatorModelConfig {
|
|
79052
|
+
constructor(props: {
|
|
79053
|
+
/** The identifier of the Amazon Bedrock model to use for evaluation. */
|
|
79054
|
+
ModelId: string;
|
|
79055
|
+
/** Additional model-specific request fields. */
|
|
79056
|
+
AdditionalModelRequestFields?: Record<string, unknown>;
|
|
79057
|
+
InferenceConfig?: Evaluator_InferenceConfiguration;
|
|
79058
|
+
});
|
|
79059
|
+
}
|
|
79060
|
+
|
|
79061
|
+
export declare class Evaluator_CategoricalScaleDefinition {
|
|
79062
|
+
constructor(props: {
|
|
79063
|
+
/** The description that explains what this categorical rating represents. */
|
|
79064
|
+
Definition: string;
|
|
79065
|
+
/** The label of this categorical rating option. */
|
|
79066
|
+
Label: string;
|
|
79067
|
+
});
|
|
79068
|
+
}
|
|
79069
|
+
|
|
79070
|
+
export declare class Evaluator_EvaluatorConfig {
|
|
79071
|
+
constructor(props: {
|
|
79072
|
+
LlmAsAJudge: Evaluator_LlmAsAJudgeEvaluatorConfig;
|
|
79073
|
+
});
|
|
79074
|
+
}
|
|
79075
|
+
|
|
79076
|
+
export declare class Evaluator_EvaluatorModelConfig {
|
|
79077
|
+
constructor(props: {
|
|
79078
|
+
BedrockEvaluatorModelConfig: Evaluator_BedrockEvaluatorModelConfig;
|
|
79079
|
+
});
|
|
79080
|
+
}
|
|
79081
|
+
|
|
79082
|
+
export declare class Evaluator_InferenceConfiguration {
|
|
79083
|
+
constructor(props: {
|
|
79084
|
+
/** The maximum number of tokens to generate in the model response. */
|
|
79085
|
+
MaxTokens?: number;
|
|
79086
|
+
/** The temperature value that controls randomness in the model's responses. */
|
|
79087
|
+
Temperature?: number;
|
|
79088
|
+
/** The top-p sampling parameter that controls the diversity of the model's responses. */
|
|
79089
|
+
TopP?: number;
|
|
79090
|
+
});
|
|
79091
|
+
}
|
|
79092
|
+
|
|
79093
|
+
export declare class Evaluator_LlmAsAJudgeEvaluatorConfig {
|
|
79094
|
+
constructor(props: {
|
|
79095
|
+
/** The evaluation instructions that guide the language model in assessing agent performance. */
|
|
79096
|
+
Instructions: string;
|
|
79097
|
+
ModelConfig: Evaluator_EvaluatorModelConfig;
|
|
79098
|
+
RatingScale: Evaluator_RatingScale;
|
|
79099
|
+
});
|
|
79100
|
+
}
|
|
79101
|
+
|
|
79102
|
+
export declare class Evaluator_NumericalScaleDefinition {
|
|
79103
|
+
constructor(props: {
|
|
79104
|
+
/** The description that explains what this numerical rating represents. */
|
|
79105
|
+
Definition: string;
|
|
79106
|
+
/** The label that describes this numerical rating option. */
|
|
79107
|
+
Label: string;
|
|
79108
|
+
/** The numerical value for this rating scale option. */
|
|
79109
|
+
Value: number;
|
|
79110
|
+
});
|
|
79111
|
+
}
|
|
79112
|
+
|
|
79113
|
+
export declare class Evaluator_RatingScale {
|
|
79114
|
+
constructor(props: {
|
|
79115
|
+
Categorical?: Evaluator_CategoricalScaleDefinition[];
|
|
79116
|
+
Numerical?: Evaluator_NumericalScaleDefinition[];
|
|
79117
|
+
});
|
|
79118
|
+
}
|
|
79119
|
+
|
|
79120
|
+
export declare class Evaluator_Tag {
|
|
79121
|
+
constructor(props: {
|
|
79122
|
+
Key: string;
|
|
79123
|
+
Value: string;
|
|
79124
|
+
});
|
|
79125
|
+
}
|
|
79126
|
+
|
|
79127
|
+
export declare class EvaluatorConfig {
|
|
79128
|
+
constructor(props: {
|
|
79129
|
+
LlmAsAJudge: Evaluator_LlmAsAJudgeEvaluatorConfig;
|
|
79130
|
+
});
|
|
79131
|
+
}
|
|
79132
|
+
|
|
79133
|
+
export declare class EvaluatorModelConfig {
|
|
79134
|
+
constructor(props: {
|
|
79135
|
+
BedrockEvaluatorModelConfig: Evaluator_BedrockEvaluatorModelConfig;
|
|
79136
|
+
});
|
|
79137
|
+
}
|
|
79138
|
+
|
|
79139
|
+
export declare class EvaluatorReference {
|
|
79140
|
+
constructor(props: {
|
|
79141
|
+
/** The unique identifier of the evaluator. */
|
|
79142
|
+
EvaluatorId: string;
|
|
79143
|
+
});
|
|
79144
|
+
}
|
|
79145
|
+
|
|
78612
79146
|
export declare class Event {
|
|
78613
79147
|
constructor(props: {
|
|
78614
79148
|
/** The name of the event. */
|
|
@@ -81045,14 +81579,6 @@ export declare class FilterTag {
|
|
|
81045
81579
|
});
|
|
81046
81580
|
}
|
|
81047
81581
|
|
|
81048
|
-
export declare class FilterValue {
|
|
81049
|
-
constructor(props: {
|
|
81050
|
-
Value: string;
|
|
81051
|
-
/** Variable name */
|
|
81052
|
-
ValueReference: string;
|
|
81053
|
-
});
|
|
81054
|
-
}
|
|
81055
|
-
|
|
81056
81582
|
export declare class FindingsFilter_CriterionAdditionalProperties {
|
|
81057
81583
|
constructor(props: {
|
|
81058
81584
|
eq?: string[];
|
|
@@ -88773,21 +89299,6 @@ export declare class InferenceComponentStartupParameters {
|
|
|
88773
89299
|
});
|
|
88774
89300
|
}
|
|
88775
89301
|
|
|
88776
|
-
export declare class InferenceConfiguration {
|
|
88777
|
-
constructor(props: {
|
|
88778
|
-
/** Maximum length of output */
|
|
88779
|
-
MaximumLength?: number;
|
|
88780
|
-
/** List of stop sequences */
|
|
88781
|
-
StopSequences?: string[];
|
|
88782
|
-
/** Controls randomness, higher values increase diversity */
|
|
88783
|
-
Temperature?: number;
|
|
88784
|
-
/** Sample from the k most likely next tokens */
|
|
88785
|
-
TopK?: number;
|
|
88786
|
-
/** Cumulative probability cutoff for token selection */
|
|
88787
|
-
TopP?: number;
|
|
88788
|
-
});
|
|
88789
|
-
}
|
|
88790
|
-
|
|
88791
89302
|
export declare class InferenceExecutionConfig {
|
|
88792
89303
|
constructor(props: {
|
|
88793
89304
|
Mode: string;
|
|
@@ -90276,7 +90787,8 @@ export declare class InstanceLaunchTemplate {
|
|
|
90276
90787
|
constructor(props: {
|
|
90277
90788
|
Ec2InstanceProfileArn: string;
|
|
90278
90789
|
NetworkConfiguration: ECSCapacityProvider_ManagedInstancesNetworkConfiguration;
|
|
90279
|
-
CapacityOptionType?: "ON_DEMAND" | "SPOT";
|
|
90790
|
+
CapacityOptionType?: "ON_DEMAND" | "RESERVED" | "SPOT";
|
|
90791
|
+
CapacityReservations?: ECSCapacityProvider_CapacityReservationRequest;
|
|
90280
90792
|
FipsEnabled?: boolean;
|
|
90281
90793
|
InstanceRequirements?: ECSCapacityProvider_InstanceRequirementsRequest;
|
|
90282
90794
|
Monitoring?: ECSCapacityProvider_ManagedInstancesMonitoringOptions;
|
|
@@ -94854,6 +95366,15 @@ export declare class LabelSummary {
|
|
|
94854
95366
|
});
|
|
94855
95367
|
}
|
|
94856
95368
|
|
|
95369
|
+
export declare class Lag_Tag {
|
|
95370
|
+
constructor(props: {
|
|
95371
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
95372
|
+
Key: string;
|
|
95373
|
+
/** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
95374
|
+
Value: string;
|
|
95375
|
+
});
|
|
95376
|
+
}
|
|
95377
|
+
|
|
94857
95378
|
export declare class LambdaAlias_AliasRoutingConfiguration {
|
|
94858
95379
|
constructor(props: {
|
|
94859
95380
|
/** The second version, and the percentage of traffic that's routed to it. */
|
|
@@ -94879,15 +95400,16 @@ export declare class LambdaAlias_VersionWeight {
|
|
|
94879
95400
|
|
|
94880
95401
|
export declare class LambdaCapacityProvider_CapacityProviderPermissionsConfig {
|
|
94881
95402
|
constructor(props: {
|
|
94882
|
-
/** The ARN of the IAM role that
|
|
95403
|
+
/** The ARN of the IAM role that the capacity provider uses to manage compute instances and other AWS resources. */
|
|
94883
95404
|
CapacityProviderOperatorRoleArn: string;
|
|
94884
95405
|
});
|
|
94885
95406
|
}
|
|
94886
95407
|
|
|
94887
95408
|
export declare class LambdaCapacityProvider_CapacityProviderScalingConfig {
|
|
94888
95409
|
constructor(props: {
|
|
94889
|
-
/** The maximum number of
|
|
95410
|
+
/** The maximum number of vCPUs that the capacity provider can provision across all compute instances. */
|
|
94890
95411
|
MaxVCpuCount?: number;
|
|
95412
|
+
/** The scaling mode that determines how the capacity provider responds to changes in demand. */
|
|
94891
95413
|
ScalingMode?: LambdaCapacityProvider_CapacityProviderScalingMode;
|
|
94892
95414
|
/** A list of target tracking scaling policies for the capacity provider. */
|
|
94893
95415
|
ScalingPolicies?: LambdaCapacityProvider_TargetTrackingScalingPolicy[];
|
|
@@ -94896,20 +95418,20 @@ export declare class LambdaCapacityProvider_CapacityProviderScalingConfig {
|
|
|
94896
95418
|
|
|
94897
95419
|
export declare class LambdaCapacityProvider_CapacityProviderVpcConfig {
|
|
94898
95420
|
constructor(props: {
|
|
94899
|
-
/** A list of security group IDs
|
|
95421
|
+
/** A list of security group IDs that control network access for compute instances managed by the capacity provider. */
|
|
94900
95422
|
SecurityGroupIds: string[];
|
|
94901
|
-
/** A list of subnet IDs where the capacity provider
|
|
95423
|
+
/** A list of subnet IDs where the capacity provider launches compute instances. */
|
|
94902
95424
|
SubnetIds: string[];
|
|
94903
95425
|
});
|
|
94904
95426
|
}
|
|
94905
95427
|
|
|
94906
95428
|
export declare class LambdaCapacityProvider_InstanceRequirements {
|
|
94907
95429
|
constructor(props: {
|
|
94908
|
-
/** A list of instance types that the capacity provider
|
|
95430
|
+
/** A list of EC2 instance types that the capacity provider is allowed to use. If not specified, all compatible instance types are allowed. */
|
|
94909
95431
|
AllowedInstanceTypes?: string[];
|
|
94910
|
-
/**
|
|
95432
|
+
/** A list of supported CPU architectures for compute instances. Valid values include ``x86_64`` and ``arm64``. */
|
|
94911
95433
|
Architectures?: LambdaCapacityProvider_Architecture[];
|
|
94912
|
-
/** A list of instance types that the capacity provider should not use
|
|
95434
|
+
/** A list of EC2 instance types that the capacity provider should not use, even if they meet other requirements. */
|
|
94913
95435
|
ExcludedInstanceTypes?: string[];
|
|
94914
95436
|
});
|
|
94915
95437
|
}
|
|
@@ -94925,8 +95447,9 @@ export declare class LambdaCapacityProvider_Tag {
|
|
|
94925
95447
|
|
|
94926
95448
|
export declare class LambdaCapacityProvider_TargetTrackingScalingPolicy {
|
|
94927
95449
|
constructor(props: {
|
|
95450
|
+
/** The predefined metric type to track for scaling decisions. */
|
|
94928
95451
|
PredefinedMetricType: LambdaCapacityProvider_CapacityProviderPredefinedMetricType;
|
|
94929
|
-
/** The target value for the metric
|
|
95452
|
+
/** The target value for the metric that the scaling policy attempts to maintain through scaling actions. */
|
|
94930
95453
|
TargetValue: number;
|
|
94931
95454
|
});
|
|
94932
95455
|
}
|
|
@@ -97571,6 +98094,15 @@ export declare class LiveSource_Tag {
|
|
|
97571
98094
|
});
|
|
97572
98095
|
}
|
|
97573
98096
|
|
|
98097
|
+
export declare class LlmAsAJudgeEvaluatorConfig {
|
|
98098
|
+
constructor(props: {
|
|
98099
|
+
/** The evaluation instructions that guide the language model in assessing agent performance. */
|
|
98100
|
+
Instructions: string;
|
|
98101
|
+
ModelConfig: Evaluator_EvaluatorModelConfig;
|
|
98102
|
+
RatingScale: Evaluator_RatingScale;
|
|
98103
|
+
});
|
|
98104
|
+
}
|
|
98105
|
+
|
|
97574
98106
|
export declare class LoadBalancer_LoadBalancerAttribute {
|
|
97575
98107
|
constructor(props: {
|
|
97576
98108
|
/** The name of the attribute.
|
|
@@ -99160,7 +99692,9 @@ export declare class MaintenanceStrategies {
|
|
|
99160
99692
|
|
|
99161
99693
|
export declare class MaintenanceWindow_Tag {
|
|
99162
99694
|
constructor(props: {
|
|
99695
|
+
/** The name of the tag. */
|
|
99163
99696
|
Key: string;
|
|
99697
|
+
/** The value of the tag. */
|
|
99164
99698
|
Value: string;
|
|
99165
99699
|
});
|
|
99166
99700
|
}
|
|
@@ -109082,6 +109616,17 @@ export declare class NumberAttributeConstraints {
|
|
|
109082
109616
|
});
|
|
109083
109617
|
}
|
|
109084
109618
|
|
|
109619
|
+
export declare class NumericalScaleDefinition {
|
|
109620
|
+
constructor(props: {
|
|
109621
|
+
/** The description that explains what this numerical rating represents. */
|
|
109622
|
+
Definition: string;
|
|
109623
|
+
/** The label that describes this numerical rating option. */
|
|
109624
|
+
Label: string;
|
|
109625
|
+
/** The numerical value for this rating scale option. */
|
|
109626
|
+
Value: number;
|
|
109627
|
+
});
|
|
109628
|
+
}
|
|
109629
|
+
|
|
109085
109630
|
export declare class NumericQuestionPropertyValueAutomation {
|
|
109086
109631
|
constructor(props: {
|
|
109087
109632
|
/** The property label of the automation. */
|
|
@@ -109606,6 +110151,92 @@ export declare class OnlineAbConfigObject {
|
|
|
109606
110151
|
});
|
|
109607
110152
|
}
|
|
109608
110153
|
|
|
110154
|
+
export declare class OnlineEvaluationConfig_CloudWatchLogsInputConfig {
|
|
110155
|
+
constructor(props: {
|
|
110156
|
+
/** The list of CloudWatch log group names to monitor for agent traces. */
|
|
110157
|
+
LogGroupNames: string[];
|
|
110158
|
+
/** The list of service names to filter traces within the specified log groups. */
|
|
110159
|
+
ServiceNames: string[];
|
|
110160
|
+
});
|
|
110161
|
+
}
|
|
110162
|
+
|
|
110163
|
+
export declare class OnlineEvaluationConfig_CloudWatchOutputConfig {
|
|
110164
|
+
constructor(props: {
|
|
110165
|
+
/** The CloudWatch log group name for evaluation results. */
|
|
110166
|
+
LogGroupName?: string;
|
|
110167
|
+
});
|
|
110168
|
+
}
|
|
110169
|
+
|
|
110170
|
+
export declare class OnlineEvaluationConfig_DataSourceConfig {
|
|
110171
|
+
constructor(props: {
|
|
110172
|
+
CloudWatchLogs: OnlineEvaluationConfig_CloudWatchLogsInputConfig;
|
|
110173
|
+
});
|
|
110174
|
+
}
|
|
110175
|
+
|
|
110176
|
+
export declare class OnlineEvaluationConfig_EvaluatorReference {
|
|
110177
|
+
constructor(props: {
|
|
110178
|
+
/** The unique identifier of the evaluator. */
|
|
110179
|
+
EvaluatorId: string;
|
|
110180
|
+
});
|
|
110181
|
+
}
|
|
110182
|
+
|
|
110183
|
+
export declare class OnlineEvaluationConfig_Filter {
|
|
110184
|
+
constructor(props: {
|
|
110185
|
+
/** The key or field name to filter on within the agent trace data. */
|
|
110186
|
+
Key: string;
|
|
110187
|
+
/** The comparison operator to use for filtering. */
|
|
110188
|
+
Operator: "Contains" | "Equals" | "GreaterThan" | "GreaterThanOrEqual" | "LessThan" | "LessThanOrEqual" | "NotContains" | "NotEquals";
|
|
110189
|
+
Value: OnlineEvaluationConfig_FilterValue;
|
|
110190
|
+
});
|
|
110191
|
+
}
|
|
110192
|
+
|
|
110193
|
+
export declare class OnlineEvaluationConfig_FilterValue {
|
|
110194
|
+
constructor(props: {
|
|
110195
|
+
/** The boolean value for true/false filtering conditions. */
|
|
110196
|
+
BooleanValue?: boolean;
|
|
110197
|
+
/** The numeric value for numerical filtering. */
|
|
110198
|
+
DoubleValue?: number;
|
|
110199
|
+
/** The string value for text-based filtering. */
|
|
110200
|
+
StringValue?: string;
|
|
110201
|
+
});
|
|
110202
|
+
}
|
|
110203
|
+
|
|
110204
|
+
export declare class OnlineEvaluationConfig_OutputConfig {
|
|
110205
|
+
constructor(props: {
|
|
110206
|
+
CloudWatchConfig?: OnlineEvaluationConfig_CloudWatchOutputConfig;
|
|
110207
|
+
});
|
|
110208
|
+
}
|
|
110209
|
+
|
|
110210
|
+
export declare class OnlineEvaluationConfig_Rule {
|
|
110211
|
+
constructor(props: {
|
|
110212
|
+
SamplingConfig: OnlineEvaluationConfig_SamplingConfig;
|
|
110213
|
+
/** The list of filters that determine which agent traces should be included in the evaluation. */
|
|
110214
|
+
Filters?: OnlineEvaluationConfig_Filter[];
|
|
110215
|
+
SessionConfig?: OnlineEvaluationConfig_SessionConfig;
|
|
110216
|
+
});
|
|
110217
|
+
}
|
|
110218
|
+
|
|
110219
|
+
export declare class OnlineEvaluationConfig_SamplingConfig {
|
|
110220
|
+
constructor(props: {
|
|
110221
|
+
/** The percentage of agent traces to sample for evaluation. */
|
|
110222
|
+
SamplingPercentage: number;
|
|
110223
|
+
});
|
|
110224
|
+
}
|
|
110225
|
+
|
|
110226
|
+
export declare class OnlineEvaluationConfig_SessionConfig {
|
|
110227
|
+
constructor(props: {
|
|
110228
|
+
/** The number of minutes of inactivity after which an agent session is considered complete. */
|
|
110229
|
+
SessionTimeoutMinutes: number;
|
|
110230
|
+
});
|
|
110231
|
+
}
|
|
110232
|
+
|
|
110233
|
+
export declare class OnlineEvaluationConfig_Tag {
|
|
110234
|
+
constructor(props: {
|
|
110235
|
+
Key: string;
|
|
110236
|
+
Value: string;
|
|
110237
|
+
});
|
|
110238
|
+
}
|
|
110239
|
+
|
|
109609
110240
|
export declare class OnlineStoreSecurityConfig {
|
|
109610
110241
|
constructor(props: {
|
|
109611
110242
|
KmsKeyId?: string;
|
|
@@ -111282,6 +111913,12 @@ export declare class OutputColumnNameOverride {
|
|
|
111282
111913
|
});
|
|
111283
111914
|
}
|
|
111284
111915
|
|
|
111916
|
+
export declare class OutputConfig {
|
|
111917
|
+
constructor(props: {
|
|
111918
|
+
CloudWatchConfig?: OnlineEvaluationConfig_CloudWatchOutputConfig;
|
|
111919
|
+
});
|
|
111920
|
+
}
|
|
111921
|
+
|
|
111285
111922
|
export declare class OutputContext {
|
|
111286
111923
|
constructor(props: {
|
|
111287
111924
|
Name: string;
|
|
@@ -115633,6 +116270,31 @@ export declare class PrivateRegistryAccess {
|
|
|
115633
116270
|
});
|
|
115634
116271
|
}
|
|
115635
116272
|
|
|
116273
|
+
export declare class PrivateVirtualInterface_BgpPeer {
|
|
116274
|
+
constructor(props: {
|
|
116275
|
+
/** The address family for the BGP peer. */
|
|
116276
|
+
AddressFamily: string;
|
|
116277
|
+
/** The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. */
|
|
116278
|
+
Asn: string;
|
|
116279
|
+
/** The IP address assigned to the Amazon interface. */
|
|
116280
|
+
AmazonAddress?: string;
|
|
116281
|
+
/** The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximum length of 80 characters. */
|
|
116282
|
+
AuthKey?: string;
|
|
116283
|
+
BgpPeerId?: string;
|
|
116284
|
+
/** The IP address assigned to the customer interface. */
|
|
116285
|
+
CustomerAddress?: string;
|
|
116286
|
+
});
|
|
116287
|
+
}
|
|
116288
|
+
|
|
116289
|
+
export declare class PrivateVirtualInterface_Tag {
|
|
116290
|
+
constructor(props: {
|
|
116291
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
116292
|
+
Key: string;
|
|
116293
|
+
/** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
116294
|
+
Value: string;
|
|
116295
|
+
});
|
|
116296
|
+
}
|
|
116297
|
+
|
|
115636
116298
|
export declare class ProactiveEngagement_EmergencyContact {
|
|
115637
116299
|
constructor(props: {
|
|
115638
116300
|
/** The email address for the contact. */
|
|
@@ -116696,6 +117358,31 @@ export declare class PublicRouterNetworkInterfaceRule {
|
|
|
116696
117358
|
});
|
|
116697
117359
|
}
|
|
116698
117360
|
|
|
117361
|
+
export declare class PublicVirtualInterface_BgpPeer {
|
|
117362
|
+
constructor(props: {
|
|
117363
|
+
/** The address family for the BGP peer. */
|
|
117364
|
+
AddressFamily: string;
|
|
117365
|
+
/** The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. */
|
|
117366
|
+
Asn: string;
|
|
117367
|
+
/** The IP address assigned to the Amazon interface. */
|
|
117368
|
+
AmazonAddress?: string;
|
|
117369
|
+
/** The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximum length of 80 characters. */
|
|
117370
|
+
AuthKey?: string;
|
|
117371
|
+
BgpPeerId?: string;
|
|
117372
|
+
/** The IP address assigned to the customer interface. */
|
|
117373
|
+
CustomerAddress?: string;
|
|
117374
|
+
});
|
|
117375
|
+
}
|
|
117376
|
+
|
|
117377
|
+
export declare class PublicVirtualInterface_Tag {
|
|
117378
|
+
constructor(props: {
|
|
117379
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
117380
|
+
Key: string;
|
|
117381
|
+
/** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
117382
|
+
Value: string;
|
|
117383
|
+
});
|
|
117384
|
+
}
|
|
117385
|
+
|
|
116699
117386
|
export declare class PublishFindingToSnsParams {
|
|
116700
117387
|
constructor(props: {
|
|
116701
117388
|
/** The ARN of the topic to which you want to publish the findings. */
|
|
@@ -127557,6 +128244,13 @@ export declare class RateIncreaseCriteria {
|
|
|
127557
128244
|
});
|
|
127558
128245
|
}
|
|
127559
128246
|
|
|
128247
|
+
export declare class RatingScale {
|
|
128248
|
+
constructor(props: {
|
|
128249
|
+
Categorical?: Evaluator_CategoricalScaleDefinition[];
|
|
128250
|
+
Numerical?: Evaluator_NumericalScaleDefinition[];
|
|
128251
|
+
});
|
|
128252
|
+
}
|
|
128253
|
+
|
|
127560
128254
|
export declare class RbinRule_ResourceTag {
|
|
127561
128255
|
constructor(props: {
|
|
127562
128256
|
/** The tag key of the resource. */
|
|
@@ -127607,6 +128301,15 @@ export declare class RdsConfiguration {
|
|
|
127607
128301
|
});
|
|
127608
128302
|
}
|
|
127609
128303
|
|
|
128304
|
+
export declare class RdsCreateCrossRegionReplicaConfiguration {
|
|
128305
|
+
constructor(props: {
|
|
128306
|
+
DbInstanceArnMap: Record<string, unknown>;
|
|
128307
|
+
CrossAccountRole?: string;
|
|
128308
|
+
ExternalId?: string;
|
|
128309
|
+
TimeoutMinutes?: number;
|
|
128310
|
+
});
|
|
128311
|
+
}
|
|
128312
|
+
|
|
127610
128313
|
export declare class RDSDBClusterParameterGroup_Tag {
|
|
127611
128314
|
constructor(props: {
|
|
127612
128315
|
/** A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:``. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"). */
|
|
@@ -127734,6 +128437,15 @@ export declare class RdsParameters {
|
|
|
127734
128437
|
});
|
|
127735
128438
|
}
|
|
127736
128439
|
|
|
128440
|
+
export declare class RdsPromoteReadReplicaConfiguration {
|
|
128441
|
+
constructor(props: {
|
|
128442
|
+
DbInstanceArnMap: Record<string, unknown>;
|
|
128443
|
+
CrossAccountRole?: string;
|
|
128444
|
+
ExternalId?: string;
|
|
128445
|
+
TimeoutMinutes?: number;
|
|
128446
|
+
});
|
|
128447
|
+
}
|
|
128448
|
+
|
|
127737
128449
|
export declare class ReadCacheConfiguration {
|
|
127738
128450
|
constructor(props: {
|
|
127739
128451
|
SizeGiB?: number;
|
|
@@ -135178,6 +135890,13 @@ export declare class SampleValue {
|
|
|
135178
135890
|
});
|
|
135179
135891
|
}
|
|
135180
135892
|
|
|
135893
|
+
export declare class SamplingConfig {
|
|
135894
|
+
constructor(props: {
|
|
135895
|
+
/** The percentage of agent traces to sample for evaluation. */
|
|
135896
|
+
SamplingPercentage: number;
|
|
135897
|
+
});
|
|
135898
|
+
}
|
|
135899
|
+
|
|
135181
135900
|
export declare class SamplingRule_SamplingRule {
|
|
135182
135901
|
constructor(props: {
|
|
135183
135902
|
/** The percentage of matching requests to instrument, after the reservoir is exhausted. */
|
|
@@ -138342,6 +139061,13 @@ export declare class SessionAttribute {
|
|
|
138342
139061
|
});
|
|
138343
139062
|
}
|
|
138344
139063
|
|
|
139064
|
+
export declare class SessionConfig {
|
|
139065
|
+
constructor(props: {
|
|
139066
|
+
/** The number of minutes of inactivity after which an agent session is considered complete. */
|
|
139067
|
+
SessionTimeoutMinutes: number;
|
|
139068
|
+
});
|
|
139069
|
+
}
|
|
139070
|
+
|
|
138345
139071
|
export declare class SessionKeysAbpV10x {
|
|
138346
139072
|
constructor(props: {
|
|
138347
139073
|
AppSKey: string;
|
|
@@ -143418,8 +144144,9 @@ export declare class TargetTrackingScalingConfiguration {
|
|
|
143418
144144
|
|
|
143419
144145
|
export declare class TargetTrackingScalingPolicy {
|
|
143420
144146
|
constructor(props: {
|
|
144147
|
+
/** The predefined metric type to track for scaling decisions. */
|
|
143421
144148
|
PredefinedMetricType: LambdaCapacityProvider_CapacityProviderPredefinedMetricType;
|
|
143422
|
-
/** The target value for the metric
|
|
144149
|
+
/** The target value for the metric that the scaling policy attempts to maintain through scaling actions. */
|
|
143423
144150
|
TargetValue: number;
|
|
143424
144151
|
});
|
|
143425
144152
|
}
|
|
@@ -147113,6 +147840,31 @@ export declare class Transitions {
|
|
|
147113
147840
|
});
|
|
147114
147841
|
}
|
|
147115
147842
|
|
|
147843
|
+
export declare class TransitVirtualInterface_BgpPeer {
|
|
147844
|
+
constructor(props: {
|
|
147845
|
+
/** The address family for the BGP peer. */
|
|
147846
|
+
AddressFamily: string;
|
|
147847
|
+
/** The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. */
|
|
147848
|
+
Asn: string;
|
|
147849
|
+
/** The IP address assigned to the Amazon interface. */
|
|
147850
|
+
AmazonAddress?: string;
|
|
147851
|
+
/** The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximum length of 80 characters. */
|
|
147852
|
+
AuthKey?: string;
|
|
147853
|
+
BgpPeerId?: string;
|
|
147854
|
+
/** The IP address assigned to the customer interface. */
|
|
147855
|
+
CustomerAddress?: string;
|
|
147856
|
+
});
|
|
147857
|
+
}
|
|
147858
|
+
|
|
147859
|
+
export declare class TransitVirtualInterface_Tag {
|
|
147860
|
+
constructor(props: {
|
|
147861
|
+
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
147862
|
+
Key: string;
|
|
147863
|
+
/** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
147864
|
+
Value: string;
|
|
147865
|
+
});
|
|
147866
|
+
}
|
|
147867
|
+
|
|
147116
147868
|
export declare class TreatmentObject {
|
|
147117
147869
|
constructor(props: {
|
|
147118
147870
|
Feature: string;
|
|
@@ -155184,6 +155936,8 @@ export type ARCRegionSwitchPlan_ExecutionBlockType =
|
|
|
155184
155936
|
| "EKSResourceScaling"
|
|
155185
155937
|
| "ManualApproval"
|
|
155186
155938
|
| "Parallel"
|
|
155939
|
+
| "RdsCreateCrossRegionReplica"
|
|
155940
|
+
| "RdsPromoteReadReplica"
|
|
155187
155941
|
| "Route53HealthCheck";
|
|
155188
155942
|
|
|
155189
155943
|
export type ARCRegionSwitchPlan_GlobalAuroraDefaultBehavior = "failover" | "switchoverOnly";
|
|
@@ -155194,11 +155948,15 @@ export type ARCRegionSwitchPlan_LambdaUngracefulBehavior = "skip";
|
|
|
155194
155948
|
|
|
155195
155949
|
export type ARCRegionSwitchPlan_RecoveryApproach = "activeActive" | "activePassive";
|
|
155196
155950
|
|
|
155197
|
-
export type ARCRegionSwitchPlan_RegionToRunIn =
|
|
155951
|
+
export type ARCRegionSwitchPlan_RegionToRunIn =
|
|
155952
|
+
| "activatingRegion"
|
|
155953
|
+
| "activeRegion"
|
|
155954
|
+
| "deactivatingRegion"
|
|
155955
|
+
| "inactiveRegion";
|
|
155198
155956
|
|
|
155199
155957
|
export type ARCRegionSwitchPlan_RoutingControlStateChange = "Off" | "On";
|
|
155200
155958
|
|
|
155201
|
-
export type ARCRegionSwitchPlan_WorkflowTargetAction = "activate" | "deactivate";
|
|
155959
|
+
export type ARCRegionSwitchPlan_WorkflowTargetAction = "activate" | "deactivate" | "postRecovery";
|
|
155202
155960
|
|
|
155203
155961
|
export type Assessment_AssessmentReportDestinationType = "S3";
|
|
155204
155962
|
|
|
@@ -156240,6 +156998,8 @@ export type BrowserCustom_BrowserStatus =
|
|
|
156240
156998
|
| "DELETING"
|
|
156241
156999
|
| "READY";
|
|
156242
157000
|
|
|
157001
|
+
export type BrowserProfile_BrowserProfileStatus = "DELETED" | "DELETING" | "READY" | "SAVING";
|
|
157002
|
+
|
|
156243
157003
|
export type BrowserSettings_Category =
|
|
156244
157004
|
| "Chat"
|
|
156245
157005
|
| "CriminalActivity"
|
|
@@ -157227,6 +157987,16 @@ export type EnvironmentAccountConnection_Status = "CONNECTED" | "PENDING" | "REJ
|
|
|
157227
157987
|
|
|
157228
157988
|
export type EnvironmentTemplate_Provisioning = "CUSTOMER_MANAGED";
|
|
157229
157989
|
|
|
157990
|
+
export type Evaluator_EvaluatorLevel = "SESSION" | "TOOL_CALL" | "TRACE";
|
|
157991
|
+
|
|
157992
|
+
export type Evaluator_EvaluatorStatus =
|
|
157993
|
+
| "ACTIVE"
|
|
157994
|
+
| "CREATE_FAILED"
|
|
157995
|
+
| "CREATING"
|
|
157996
|
+
| "DELETING"
|
|
157997
|
+
| "UPDATE_FAILED"
|
|
157998
|
+
| "UPDATING";
|
|
157999
|
+
|
|
157230
158000
|
export type EventBridgeRuleTemplate_EventBridgeRuleTemplateEventType =
|
|
157231
158001
|
| "MEDIACONNECT_ALERT"
|
|
157232
158002
|
| "MEDIACONNECT_FLOW_STATUS_CHANGE"
|
|
@@ -158424,6 +159194,16 @@ export type OmicsWorkflow_WorkflowStatus =
|
|
|
158424
159194
|
|
|
158425
159195
|
export type OmicsWorkflow_WorkflowType = "PRIVATE";
|
|
158426
159196
|
|
|
159197
|
+
export type OnlineEvaluationConfig_ExecutionStatus = "DISABLED" | "ENABLED";
|
|
159198
|
+
|
|
159199
|
+
export type OnlineEvaluationConfig_OnlineEvaluationConfigStatus =
|
|
159200
|
+
| "ACTIVE"
|
|
159201
|
+
| "CREATE_FAILED"
|
|
159202
|
+
| "CREATING"
|
|
159203
|
+
| "DELETING"
|
|
159204
|
+
| "UPDATE_FAILED"
|
|
159205
|
+
| "UPDATING";
|
|
159206
|
+
|
|
158427
159207
|
export type OpenSearchServerlessAccessPolicy_AccessPolicyType = "data";
|
|
158428
159208
|
|
|
158429
159209
|
export type OpenSearchServerlessCollection_CollectionType =
|