@intentius/chant-lexicon-aws 0.1.22 → 0.2.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/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +526 -28
- package/dist/types/index.d.ts +672 -49
- package/package.json +1 -1
- package/src/generated/index.d.ts +672 -49
- package/src/generated/index.ts +59 -7
- package/src/generated/lexicon-aws.json +526 -28
package/dist/types/index.d.ts
CHANGED
|
@@ -1454,20 +1454,29 @@ export declare class Apigwv2Route {
|
|
|
1454
1454
|
|
|
1455
1455
|
export declare class Apigwv2Stage {
|
|
1456
1456
|
constructor(props: {
|
|
1457
|
+
/** The API identifier. */
|
|
1457
1458
|
ApiId: string;
|
|
1459
|
+
/** The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters. */
|
|
1458
1460
|
StageName: string;
|
|
1461
|
+
/** Settings for logging access in this stage. */
|
|
1459
1462
|
AccessLogSettings?: Apigwv2Stage_AccessLogSettings;
|
|
1463
|
+
/** Specifies whether updates to an API automatically trigger a new deployment. The default value is false. */
|
|
1460
1464
|
AutoDeploy?: boolean;
|
|
1465
|
+
/** The identifier of a client certificate for a Stage. Supported only for WebSocket APIs. */
|
|
1461
1466
|
ClientCertificateId?: string;
|
|
1467
|
+
/** The default route settings for the stage. */
|
|
1462
1468
|
DefaultRouteSettings?: Apigwv2Stage_RouteSettings;
|
|
1469
|
+
/** The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled. */
|
|
1463
1470
|
DeploymentId?: string;
|
|
1471
|
+
/** The description for the API stage. */
|
|
1464
1472
|
Description?: string;
|
|
1465
|
-
|
|
1473
|
+
/** Route settings for the stage. */
|
|
1466
1474
|
RouteSettings?: Record<string, unknown>;
|
|
1475
|
+
/** A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+. */
|
|
1467
1476
|
StageVariables?: Record<string, unknown>;
|
|
1477
|
+
/** The collection of tags. Each tag element is associated with a given resource. */
|
|
1468
1478
|
Tags?: Record<string, unknown>;
|
|
1469
1479
|
}, attributes?: CFResourceAttributes);
|
|
1470
|
-
readonly Id: string;
|
|
1471
1480
|
}
|
|
1472
1481
|
|
|
1473
1482
|
export declare class Apigwv2VpcLink {
|
|
@@ -2268,6 +2277,8 @@ export declare class AppStreamStack {
|
|
|
2268
2277
|
ApplicationSettings?: AppStreamStack_ApplicationSettings;
|
|
2269
2278
|
/** The stack attributes to delete. */
|
|
2270
2279
|
AttributesToDelete?: string[];
|
|
2280
|
+
/** The content redirection settings for the stack. These settings control URL redirection between the streaming session and the local device. */
|
|
2281
|
+
ContentRedirection?: AppStreamStack_ContentRedirection;
|
|
2271
2282
|
/** This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack. */
|
|
2272
2283
|
DeleteStorageConnectors?: boolean;
|
|
2273
2284
|
/** The description to display. */
|
|
@@ -3022,6 +3033,25 @@ export declare class AutoshiftObserverNotificationStatus {
|
|
|
3022
3033
|
readonly Region: string;
|
|
3023
3034
|
}
|
|
3024
3035
|
|
|
3036
|
+
export declare class AWSExternalAnthropicWorkspace {
|
|
3037
|
+
constructor(props: {
|
|
3038
|
+
/** The name of the workspace. */
|
|
3039
|
+
Name: string;
|
|
3040
|
+
/** The ARN of the workspace. */
|
|
3041
|
+
Arn?: string;
|
|
3042
|
+
/** The timestamp when the workspace was created. */
|
|
3043
|
+
CreatedAt?: string;
|
|
3044
|
+
DataResidency?: AWSExternalAnthropicWorkspace_DataResidency;
|
|
3045
|
+
/** The unique identifier of the workspace. */
|
|
3046
|
+
Id?: string;
|
|
3047
|
+
/** An array of key-value pairs to apply to this resource. */
|
|
3048
|
+
Tags?: AWSExternalAnthropicWorkspace_Tag[];
|
|
3049
|
+
}, attributes?: CFResourceAttributes);
|
|
3050
|
+
readonly Arn: string;
|
|
3051
|
+
readonly CreatedAt: string;
|
|
3052
|
+
readonly Id: string;
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3025
3055
|
export declare class AwsLogSource {
|
|
3026
3056
|
constructor(props: {
|
|
3027
3057
|
/** The ARN for the data lake. */
|
|
@@ -3180,6 +3210,23 @@ export declare class BatchScramSecret {
|
|
|
3180
3210
|
}, attributes?: CFResourceAttributes);
|
|
3181
3211
|
}
|
|
3182
3212
|
|
|
3213
|
+
export declare class BCMDashboard {
|
|
3214
|
+
constructor(props: {
|
|
3215
|
+
Name: string;
|
|
3216
|
+
Widgets: BCMDashboard_Widget[];
|
|
3217
|
+
Arn?: string;
|
|
3218
|
+
CreatedAt?: string;
|
|
3219
|
+
Description?: string;
|
|
3220
|
+
Tags?: BCMDashboard_Tag[];
|
|
3221
|
+
Type?: BCMDashboard_DashboardType;
|
|
3222
|
+
UpdatedAt?: string;
|
|
3223
|
+
}, attributes?: CFResourceAttributes);
|
|
3224
|
+
readonly Arn: string;
|
|
3225
|
+
readonly CreatedAt: string;
|
|
3226
|
+
readonly Type: BCMDashboard_DashboardType;
|
|
3227
|
+
readonly UpdatedAt: string;
|
|
3228
|
+
}
|
|
3229
|
+
|
|
3183
3230
|
export declare class BedrockAgent {
|
|
3184
3231
|
constructor(props: {
|
|
3185
3232
|
/** Name for a resource. */
|
|
@@ -5705,6 +5752,8 @@ export declare class CollectionGroup {
|
|
|
5705
5752
|
CapacityLimits?: CollectionGroup_CapacityLimits;
|
|
5706
5753
|
/** The description of the collection group. */
|
|
5707
5754
|
Description?: string;
|
|
5755
|
+
/** The generation of Amazon OpenSearch Serverless for the collection group. Valid values are CLASSIC and NEXTGEN. */
|
|
5756
|
+
Generation?: "CLASSIC" | "NEXTGEN";
|
|
5708
5757
|
/** The unique identifier of the collection group. */
|
|
5709
5758
|
Id?: string;
|
|
5710
5759
|
/** An array of key-value pairs to apply to this resource. */
|
|
@@ -6043,6 +6092,41 @@ export declare class ConfigurationAssociation {
|
|
|
6043
6092
|
readonly Id: string;
|
|
6044
6093
|
}
|
|
6045
6094
|
|
|
6095
|
+
export declare class ConfigurationBundle {
|
|
6096
|
+
constructor(props: {
|
|
6097
|
+
/** The name for the configuration bundle. Names must be unique within your account. */
|
|
6098
|
+
BundleName: string;
|
|
6099
|
+
/** A map of component identifiers to their configurations. */
|
|
6100
|
+
Components: Record<string, unknown>;
|
|
6101
|
+
/** The branch name for version tracking. */
|
|
6102
|
+
BranchName?: string;
|
|
6103
|
+
/** The Amazon Resource Name (ARN) of the configuration bundle. */
|
|
6104
|
+
BundleArn?: string;
|
|
6105
|
+
/** The unique identifier of the configuration bundle. */
|
|
6106
|
+
BundleId?: string;
|
|
6107
|
+
/** A commit message describing the version of the configuration bundle. */
|
|
6108
|
+
CommitMessage?: string;
|
|
6109
|
+
/** The timestamp when the configuration bundle was created. */
|
|
6110
|
+
CreatedAt?: string;
|
|
6111
|
+
CreatedBy?: ConfigurationBundle_VersionCreatedBySource;
|
|
6112
|
+
/** The description for the configuration bundle. */
|
|
6113
|
+
Description?: string;
|
|
6114
|
+
LineageMetadata?: ConfigurationBundle_VersionLineageMetadata;
|
|
6115
|
+
/** Tags to assign to the configuration bundle. */
|
|
6116
|
+
Tags?: ConfigurationBundle_Tag[];
|
|
6117
|
+
/** The timestamp when the configuration bundle was last updated. */
|
|
6118
|
+
UpdatedAt?: string;
|
|
6119
|
+
/** The version identifier of the configuration bundle. */
|
|
6120
|
+
VersionId?: string;
|
|
6121
|
+
}, attributes?: CFResourceAttributes);
|
|
6122
|
+
readonly BundleArn: string;
|
|
6123
|
+
readonly BundleId: string;
|
|
6124
|
+
readonly CreatedAt: string;
|
|
6125
|
+
readonly LineageMetadata: ConfigurationBundle_VersionLineageMetadata;
|
|
6126
|
+
readonly UpdatedAt: string;
|
|
6127
|
+
readonly VersionId: string;
|
|
6128
|
+
}
|
|
6129
|
+
|
|
6046
6130
|
export declare class ConfigurationManager {
|
|
6047
6131
|
constructor(props: {
|
|
6048
6132
|
ConfigurationDefinitions: ConfigurationManager_ConfigurationDefinition[];
|
|
@@ -10085,6 +10169,8 @@ export declare class DeliverySource {
|
|
|
10085
10169
|
Name: string;
|
|
10086
10170
|
/** The Amazon Resource Name (ARN) that uniquely identifies this delivery source. */
|
|
10087
10171
|
Arn?: string;
|
|
10172
|
+
/** A map of key-value pairs to configure the delivery source. Both keys and values must be between 1 and 255 characters in length. */
|
|
10173
|
+
DeliverySourceConfiguration?: Record<string, unknown>;
|
|
10088
10174
|
/** The type of logs being delivered. Only mandatory when the resourceArn could match more than one. In such a case, the error message will contain all the possible options. */
|
|
10089
10175
|
LogType?: string;
|
|
10090
10176
|
/** The ARN of the resource that will be sending the logs. */
|
|
@@ -10093,12 +10179,18 @@ export declare class DeliverySource {
|
|
|
10093
10179
|
ResourceArns?: string[];
|
|
10094
10180
|
/** The AWS service that is sending logs. */
|
|
10095
10181
|
Service?: string;
|
|
10182
|
+
/** The status of this delivery source. The value can be ACTIVE or INACTIVE. */
|
|
10183
|
+
Status?: "ACTIVE" | "INACTIVE";
|
|
10184
|
+
/** The reason for the status of this delivery source, such as RESOURCE_DELETED. */
|
|
10185
|
+
StatusReason?: "RESOURCE_DELETED";
|
|
10096
10186
|
/** The tags that have been assigned to this delivery source. */
|
|
10097
10187
|
Tags?: DeliverySource_Tag[];
|
|
10098
10188
|
}, attributes?: CFResourceAttributes);
|
|
10099
10189
|
readonly Arn: string;
|
|
10100
10190
|
readonly ResourceArns: string[];
|
|
10101
10191
|
readonly Service: string;
|
|
10192
|
+
readonly Status: "ACTIVE" | "INACTIVE";
|
|
10193
|
+
readonly StatusReason: "RESOURCE_DELETED";
|
|
10102
10194
|
}
|
|
10103
10195
|
|
|
10104
10196
|
export declare class DeliveryStream {
|
|
@@ -21955,6 +22047,41 @@ export declare class MitigationAction {
|
|
|
21955
22047
|
readonly MitigationActionId: string;
|
|
21956
22048
|
}
|
|
21957
22049
|
|
|
22050
|
+
export declare class MlflowApp {
|
|
22051
|
+
constructor(props: {
|
|
22052
|
+
/** The S3 URI for a general purpose bucket to use as the MLflow App artifact store. */
|
|
22053
|
+
ArtifactStoreUri: string;
|
|
22054
|
+
/** The name of the MLflow App. */
|
|
22055
|
+
Name: string;
|
|
22056
|
+
/** The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. */
|
|
22057
|
+
RoleArn: string;
|
|
22058
|
+
/** The Amazon Resource Name (ARN) of the MLflow App. */
|
|
22059
|
+
Arn?: string;
|
|
22060
|
+
/** The date and time that the MLflow App was created. */
|
|
22061
|
+
CreationTime?: string;
|
|
22062
|
+
/** The date and time that the MLflow App was last modified. */
|
|
22063
|
+
LastModifiedTime?: string;
|
|
22064
|
+
/** The server-generated identifier of the MLflow App. */
|
|
22065
|
+
MlflowAppId?: string;
|
|
22066
|
+
/** The MLflow version used by the MLflow App. */
|
|
22067
|
+
MlflowVersion?: string;
|
|
22068
|
+
/** Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. */
|
|
22069
|
+
ModelRegistrationMode?: "AutoModelRegistrationDisabled" | "AutoModelRegistrationEnabled";
|
|
22070
|
+
/** The status of the MLflow App. */
|
|
22071
|
+
Status?: "CreateFailed" | "Created" | "Creating" | "DeleteFailed" | "Deleted" | "Deleting" | "UpdateFailed" | "Updated" | "Updating";
|
|
22072
|
+
/** Tags to associate with the MLflow App. */
|
|
22073
|
+
Tags?: MlflowApp_Tag[];
|
|
22074
|
+
/** The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: Tue:03:30. */
|
|
22075
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
22076
|
+
}, attributes?: CFResourceAttributes);
|
|
22077
|
+
readonly Arn: string;
|
|
22078
|
+
readonly CreationTime: string;
|
|
22079
|
+
readonly LastModifiedTime: string;
|
|
22080
|
+
readonly MlflowAppId: string;
|
|
22081
|
+
readonly MlflowVersion: string;
|
|
22082
|
+
readonly Status: "CreateFailed" | "Created" | "Creating" | "DeleteFailed" | "Deleted" | "Deleting" | "UpdateFailed" | "Updated" | "Updating";
|
|
22083
|
+
}
|
|
22084
|
+
|
|
21958
22085
|
export declare class MlflowTrackingServer {
|
|
21959
22086
|
constructor(props: {
|
|
21960
22087
|
/** The Amazon S3 URI for MLFlow Tracking Server artifacts. */
|
|
@@ -22677,10 +22804,14 @@ Note: `Port` property will soon be deprecated from this resource. Please update
|
|
|
22677
22804
|
Endpoint?: string;
|
|
22678
22805
|
/** Indicates the database engine version. */
|
|
22679
22806
|
EngineVersion?: string;
|
|
22807
|
+
/** The ID of the Neptune global database to which this new DB cluster should be added. */
|
|
22808
|
+
GlobalClusterIdentifier?: string;
|
|
22680
22809
|
/** True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. */
|
|
22681
22810
|
IamAuthEnabled?: boolean;
|
|
22682
22811
|
/** The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default KMS key is used. If you specify this property, you must set the StorageEncrypted property to true. */
|
|
22683
22812
|
KmsKeyId?: string;
|
|
22813
|
+
/** The network type of the DB cluster. */
|
|
22814
|
+
NetworkType?: "DUAL" | "IPV4";
|
|
22684
22815
|
/** The port number on which the DB cluster accepts connections. For example: `8182`. */
|
|
22685
22816
|
Port?: string;
|
|
22686
22817
|
/** Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod. */
|
|
@@ -23751,18 +23882,22 @@ export declare class OnlineEvaluationConfig {
|
|
|
23751
23882
|
DataSourceConfig: OnlineEvaluationConfig_DataSourceConfig;
|
|
23752
23883
|
/** The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation. */
|
|
23753
23884
|
EvaluationExecutionRoleArn: string;
|
|
23754
|
-
/** The list of evaluators to apply during online evaluation. */
|
|
23755
|
-
Evaluators: OnlineEvaluationConfig_EvaluatorReference[];
|
|
23756
23885
|
/** The name of the online evaluation configuration. Must be unique within your account. */
|
|
23757
23886
|
OnlineEvaluationConfigName: string;
|
|
23758
23887
|
/** The evaluation rule that defines sampling configuration, filters, and session detection settings. */
|
|
23759
23888
|
Rule: OnlineEvaluationConfig_Rule;
|
|
23889
|
+
/** The configuration for clustering analysis of evaluation results. */
|
|
23890
|
+
ClusteringConfig?: OnlineEvaluationConfig_ClusteringConfig;
|
|
23760
23891
|
/** The timestamp when the online evaluation configuration was created. */
|
|
23761
23892
|
CreatedAt?: string;
|
|
23762
23893
|
/** The description of the online evaluation configuration. */
|
|
23763
23894
|
Description?: string;
|
|
23895
|
+
/** The list of evaluators to apply during online evaluation. */
|
|
23896
|
+
Evaluators?: OnlineEvaluationConfig_EvaluatorReference[];
|
|
23764
23897
|
/** The execution status indicating whether the online evaluation is currently running. */
|
|
23765
23898
|
ExecutionStatus?: OnlineEvaluationConfig_ExecutionStatus;
|
|
23899
|
+
/** The list of insights to enable for failure analysis. */
|
|
23900
|
+
Insights?: OnlineEvaluationConfig_Insight[];
|
|
23766
23901
|
/** The Amazon Resource Name (ARN) of the online evaluation configuration. */
|
|
23767
23902
|
OnlineEvaluationConfigArn?: string;
|
|
23768
23903
|
/** The unique identifier of the online evaluation configuration. */
|
|
@@ -32427,11 +32562,11 @@ export declare class Stack {
|
|
|
32427
32562
|
|
|
32428
32563
|
export declare class StackFleetAssociation {
|
|
32429
32564
|
constructor(props: {
|
|
32565
|
+
/** The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource. */
|
|
32430
32566
|
FleetName: string;
|
|
32567
|
+
/** The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource. */
|
|
32431
32568
|
StackName: string;
|
|
32432
|
-
Id?: string;
|
|
32433
32569
|
}, attributes?: CFResourceAttributes);
|
|
32434
|
-
readonly Id: string;
|
|
32435
32570
|
}
|
|
32436
32571
|
|
|
32437
32572
|
export declare class StackSet {
|
|
@@ -33734,7 +33869,7 @@ export declare class TaskTemplate {
|
|
|
33734
33869
|
|
|
33735
33870
|
export declare class TelemetryEnrichment {
|
|
33736
33871
|
constructor(props: {
|
|
33737
|
-
Scope
|
|
33872
|
+
Scope: TelemetryEnrichment_Scope;
|
|
33738
33873
|
Status?: TelemetryEnrichment_Status;
|
|
33739
33874
|
}, attributes?: CFResourceAttributes);
|
|
33740
33875
|
readonly Status: TelemetryEnrichment_Status;
|
|
@@ -48122,6 +48257,13 @@ export declare class AppStreamStack_ApplicationSettings {
|
|
|
48122
48257
|
});
|
|
48123
48258
|
}
|
|
48124
48259
|
|
|
48260
|
+
export declare class AppStreamStack_ContentRedirection {
|
|
48261
|
+
constructor(props: {
|
|
48262
|
+
/** The URL redirection configuration from the streaming session host to the client. */
|
|
48263
|
+
HostToClient?: AppStreamStack_UrlRedirectionConfig;
|
|
48264
|
+
});
|
|
48265
|
+
}
|
|
48266
|
+
|
|
48125
48267
|
export declare class AppStreamStack_StorageConnector {
|
|
48126
48268
|
constructor(props: {
|
|
48127
48269
|
/** The type of storage connector. */
|
|
@@ -48149,6 +48291,17 @@ export declare class AppStreamStack_Tag {
|
|
|
48149
48291
|
});
|
|
48150
48292
|
}
|
|
48151
48293
|
|
|
48294
|
+
export declare class AppStreamStack_UrlRedirectionConfig {
|
|
48295
|
+
constructor(props: {
|
|
48296
|
+
/** Specifies whether URL redirection is enabled or disabled. */
|
|
48297
|
+
Enabled: boolean;
|
|
48298
|
+
/** The URLs that are allowed for redirection. */
|
|
48299
|
+
AllowedUrls?: string[];
|
|
48300
|
+
/** The URLs that are denied for redirection. */
|
|
48301
|
+
DeniedUrls?: string[];
|
|
48302
|
+
});
|
|
48303
|
+
}
|
|
48304
|
+
|
|
48152
48305
|
export declare class AppStreamStack_UserSetting {
|
|
48153
48306
|
constructor(props: {
|
|
48154
48307
|
/** The action that is enabled or disabled. */
|
|
@@ -48572,8 +48725,12 @@ export declare class APSWorkspace_WorkspaceConfiguration {
|
|
|
48572
48725
|
constructor(props: {
|
|
48573
48726
|
/** An array of label set and associated limits */
|
|
48574
48727
|
LimitsPerLabelSets?: APSWorkspace_LimitsPerLabelSet[];
|
|
48728
|
+
/** The time window in seconds for accepting out-of-order samples */
|
|
48729
|
+
OutOfOrderTimeWindowInSeconds?: number;
|
|
48575
48730
|
/** How many days that metrics are retained in the workspace */
|
|
48576
48731
|
RetentionPeriodInDays?: number;
|
|
48732
|
+
/** Duration in seconds to offset rule evaluation queries into the past */
|
|
48733
|
+
RuleQueryOffsetInSeconds?: number;
|
|
48577
48734
|
});
|
|
48578
48735
|
}
|
|
48579
48736
|
|
|
@@ -51643,6 +51800,26 @@ export declare class AwsConsoleLinkParameters {
|
|
|
51643
51800
|
});
|
|
51644
51801
|
}
|
|
51645
51802
|
|
|
51803
|
+
export declare class AWSExternalAnthropicWorkspace_DataResidency {
|
|
51804
|
+
constructor(props: {
|
|
51805
|
+
/** Permitted inference geo values. Omit to allow all geos (the service default of 'unrestricted'); otherwise list specific geos. */
|
|
51806
|
+
AllowedInferenceGeos?: string[];
|
|
51807
|
+
/** Default inference geo applied when requests omit the parameter. Defaults to 'global' if omitted. Must be a member of AllowedInferenceGeos unless AllowedInferenceGeos is omitted. */
|
|
51808
|
+
DefaultInferenceGeo?: string;
|
|
51809
|
+
/** Geographic region for workspace data storage. Immutable after creation. Defaults to 'us' if omitted. */
|
|
51810
|
+
WorkspaceGeo?: string;
|
|
51811
|
+
});
|
|
51812
|
+
}
|
|
51813
|
+
|
|
51814
|
+
export declare class AWSExternalAnthropicWorkspace_Tag {
|
|
51815
|
+
constructor(props: {
|
|
51816
|
+
/** The key name of the tag. */
|
|
51817
|
+
Key: string;
|
|
51818
|
+
/** The value for the tag. */
|
|
51819
|
+
Value: string;
|
|
51820
|
+
});
|
|
51821
|
+
}
|
|
51822
|
+
|
|
51646
51823
|
export declare class AwsGroundStationAgentEndpoint {
|
|
51647
51824
|
constructor(props: {
|
|
51648
51825
|
AgentStatus?: DataflowEndpointGroup_AgentStatus;
|
|
@@ -52490,6 +52667,167 @@ export declare class BatchRestrictions {
|
|
|
52490
52667
|
});
|
|
52491
52668
|
}
|
|
52492
52669
|
|
|
52670
|
+
export declare class BCMDashboard_CostAndUsageExpression {
|
|
52671
|
+
constructor(props: {
|
|
52672
|
+
And?: BCMDashboard_CostAndUsageExpression[];
|
|
52673
|
+
CostCategories?: BCMDashboard_CostCategoryValues;
|
|
52674
|
+
Dimensions?: BCMDashboard_DimensionValues;
|
|
52675
|
+
Not?: BCMDashboard_CostAndUsageExpression;
|
|
52676
|
+
Or?: BCMDashboard_CostAndUsageExpression[];
|
|
52677
|
+
Tags?: BCMDashboard_TagValues;
|
|
52678
|
+
});
|
|
52679
|
+
}
|
|
52680
|
+
|
|
52681
|
+
export declare class BCMDashboard_CostAndUsageQuery {
|
|
52682
|
+
constructor(props: {
|
|
52683
|
+
Granularity: BCMDashboard_Granularity;
|
|
52684
|
+
Metrics: BCMDashboard_MetricName[];
|
|
52685
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
52686
|
+
Filter?: BCMDashboard_CostAndUsageExpression;
|
|
52687
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
52688
|
+
});
|
|
52689
|
+
}
|
|
52690
|
+
|
|
52691
|
+
export declare class BCMDashboard_CostCategoryValues {
|
|
52692
|
+
constructor(props: {
|
|
52693
|
+
Key: string;
|
|
52694
|
+
Values: string[];
|
|
52695
|
+
MatchOptions?: BCMDashboard_MatchOption[];
|
|
52696
|
+
});
|
|
52697
|
+
}
|
|
52698
|
+
|
|
52699
|
+
export declare class BCMDashboard_DateTimeRange {
|
|
52700
|
+
constructor(props: {
|
|
52701
|
+
EndTime: BCMDashboard_DateTimeValue;
|
|
52702
|
+
StartTime: BCMDashboard_DateTimeValue;
|
|
52703
|
+
});
|
|
52704
|
+
}
|
|
52705
|
+
|
|
52706
|
+
export declare class BCMDashboard_DateTimeValue {
|
|
52707
|
+
constructor(props: {
|
|
52708
|
+
Type: BCMDashboard_DateTimeType;
|
|
52709
|
+
Value: string;
|
|
52710
|
+
});
|
|
52711
|
+
}
|
|
52712
|
+
|
|
52713
|
+
export declare class BCMDashboard_DimensionValues {
|
|
52714
|
+
constructor(props: {
|
|
52715
|
+
Key: BCMDashboard_Dimension;
|
|
52716
|
+
Values: string[];
|
|
52717
|
+
MatchOptions?: BCMDashboard_MatchOption[];
|
|
52718
|
+
});
|
|
52719
|
+
}
|
|
52720
|
+
|
|
52721
|
+
export declare class BCMDashboard_DisplayConfig {
|
|
52722
|
+
constructor(props: {
|
|
52723
|
+
Graph?: Record<string, unknown>;
|
|
52724
|
+
Table?: Record<string, unknown>;
|
|
52725
|
+
});
|
|
52726
|
+
}
|
|
52727
|
+
|
|
52728
|
+
export declare class BCMDashboard_Expression {
|
|
52729
|
+
constructor(props: {
|
|
52730
|
+
And?: BCMDashboard_Expression[];
|
|
52731
|
+
CostCategories?: BCMDashboard_CostCategoryValues;
|
|
52732
|
+
Dimensions?: BCMDashboard_DimensionValues;
|
|
52733
|
+
Not?: BCMDashboard_Expression;
|
|
52734
|
+
Tags?: BCMDashboard_TagValues;
|
|
52735
|
+
});
|
|
52736
|
+
}
|
|
52737
|
+
|
|
52738
|
+
export declare class BCMDashboard_GraphDisplayConfig {
|
|
52739
|
+
constructor(props: {
|
|
52740
|
+
VisualType: BCMDashboard_VisualType;
|
|
52741
|
+
});
|
|
52742
|
+
}
|
|
52743
|
+
|
|
52744
|
+
export declare class BCMDashboard_GroupDefinition {
|
|
52745
|
+
constructor(props: {
|
|
52746
|
+
Key: string;
|
|
52747
|
+
Type?: BCMDashboard_GroupDefinitionType;
|
|
52748
|
+
});
|
|
52749
|
+
}
|
|
52750
|
+
|
|
52751
|
+
export declare class BCMDashboard_QueryParameters {
|
|
52752
|
+
constructor(props: {
|
|
52753
|
+
CostAndUsage?: BCMDashboard_CostAndUsageQuery;
|
|
52754
|
+
ReservationCoverage?: BCMDashboard_ReservationCoverageQuery;
|
|
52755
|
+
ReservationUtilization?: BCMDashboard_ReservationUtilizationQuery;
|
|
52756
|
+
SavingsPlansCoverage?: BCMDashboard_SavingsPlansCoverageQuery;
|
|
52757
|
+
SavingsPlansUtilization?: BCMDashboard_SavingsPlansUtilizationQuery;
|
|
52758
|
+
});
|
|
52759
|
+
}
|
|
52760
|
+
|
|
52761
|
+
export declare class BCMDashboard_ReservationCoverageQuery {
|
|
52762
|
+
constructor(props: {
|
|
52763
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
52764
|
+
Filter?: BCMDashboard_Expression;
|
|
52765
|
+
Granularity?: BCMDashboard_Granularity;
|
|
52766
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
52767
|
+
Metrics?: BCMDashboard_MetricName[];
|
|
52768
|
+
});
|
|
52769
|
+
}
|
|
52770
|
+
|
|
52771
|
+
export declare class BCMDashboard_ReservationUtilizationQuery {
|
|
52772
|
+
constructor(props: {
|
|
52773
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
52774
|
+
Filter?: BCMDashboard_Expression;
|
|
52775
|
+
Granularity?: BCMDashboard_Granularity;
|
|
52776
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
52777
|
+
});
|
|
52778
|
+
}
|
|
52779
|
+
|
|
52780
|
+
export declare class BCMDashboard_SavingsPlansCoverageQuery {
|
|
52781
|
+
constructor(props: {
|
|
52782
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
52783
|
+
Filter?: BCMDashboard_Expression;
|
|
52784
|
+
Granularity?: BCMDashboard_Granularity;
|
|
52785
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
52786
|
+
Metrics?: BCMDashboard_MetricName[];
|
|
52787
|
+
});
|
|
52788
|
+
}
|
|
52789
|
+
|
|
52790
|
+
export declare class BCMDashboard_SavingsPlansUtilizationQuery {
|
|
52791
|
+
constructor(props: {
|
|
52792
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
52793
|
+
Filter?: BCMDashboard_Expression;
|
|
52794
|
+
Granularity?: BCMDashboard_Granularity;
|
|
52795
|
+
});
|
|
52796
|
+
}
|
|
52797
|
+
|
|
52798
|
+
export declare class BCMDashboard_Tag {
|
|
52799
|
+
constructor(props: {
|
|
52800
|
+
Key: string;
|
|
52801
|
+
Value: string;
|
|
52802
|
+
});
|
|
52803
|
+
}
|
|
52804
|
+
|
|
52805
|
+
export declare class BCMDashboard_TagValues {
|
|
52806
|
+
constructor(props: {
|
|
52807
|
+
Key: string;
|
|
52808
|
+
Values: string[];
|
|
52809
|
+
MatchOptions?: BCMDashboard_MatchOption[];
|
|
52810
|
+
});
|
|
52811
|
+
}
|
|
52812
|
+
|
|
52813
|
+
export declare class BCMDashboard_Widget {
|
|
52814
|
+
constructor(props: {
|
|
52815
|
+
Configs: BCMDashboard_WidgetConfig[];
|
|
52816
|
+
Title: string;
|
|
52817
|
+
Description?: string;
|
|
52818
|
+
Height?: number;
|
|
52819
|
+
HorizontalOffset?: number;
|
|
52820
|
+
Width?: number;
|
|
52821
|
+
});
|
|
52822
|
+
}
|
|
52823
|
+
|
|
52824
|
+
export declare class BCMDashboard_WidgetConfig {
|
|
52825
|
+
constructor(props: {
|
|
52826
|
+
DisplayConfig: BCMDashboard_DisplayConfig;
|
|
52827
|
+
QueryParameters: BCMDashboard_QueryParameters;
|
|
52828
|
+
});
|
|
52829
|
+
}
|
|
52830
|
+
|
|
52493
52831
|
export declare class BearerTokenDetails {
|
|
52494
52832
|
constructor(props: {
|
|
52495
52833
|
/** User friendly bearer token name */
|
|
@@ -60288,6 +60626,13 @@ export declare class ClusterFsxOpenZfsConfig {
|
|
|
60288
60626
|
});
|
|
60289
60627
|
}
|
|
60290
60628
|
|
|
60629
|
+
export declare class ClusteringConfig {
|
|
60630
|
+
constructor(props: {
|
|
60631
|
+
/** The list of frequencies at which clustering reports are generated. */
|
|
60632
|
+
Frequencies: OnlineEvaluationConfig_ClusteringFrequency[];
|
|
60633
|
+
});
|
|
60634
|
+
}
|
|
60635
|
+
|
|
60291
60636
|
export declare class ClusteringKeyColumn {
|
|
60292
60637
|
constructor(props: {
|
|
60293
60638
|
Column: CassandraTable_Column;
|
|
@@ -62945,6 +63290,41 @@ export declare class ConfigurationAssociation_ConfigurationId {
|
|
|
62945
63290
|
});
|
|
62946
63291
|
}
|
|
62947
63292
|
|
|
63293
|
+
export declare class ConfigurationBundle_ComponentConfiguration {
|
|
63294
|
+
constructor(props: {
|
|
63295
|
+
/** The configuration values as a flexible JSON document. */
|
|
63296
|
+
Configuration: Record<string, unknown>;
|
|
63297
|
+
});
|
|
63298
|
+
}
|
|
63299
|
+
|
|
63300
|
+
export declare class ConfigurationBundle_Tag {
|
|
63301
|
+
constructor(props: {
|
|
63302
|
+
Key: string;
|
|
63303
|
+
Value: string;
|
|
63304
|
+
});
|
|
63305
|
+
}
|
|
63306
|
+
|
|
63307
|
+
export declare class ConfigurationBundle_VersionCreatedBySource {
|
|
63308
|
+
constructor(props: {
|
|
63309
|
+
/** The name of the source (for example, user, optimization-job, or system). */
|
|
63310
|
+
Name: string;
|
|
63311
|
+
/** The Amazon Resource Name (ARN) of the source, if applicable. */
|
|
63312
|
+
Arn?: string;
|
|
63313
|
+
});
|
|
63314
|
+
}
|
|
63315
|
+
|
|
63316
|
+
export declare class ConfigurationBundle_VersionLineageMetadata {
|
|
63317
|
+
constructor(props: {
|
|
63318
|
+
/** The branch name for this version. */
|
|
63319
|
+
BranchName?: string;
|
|
63320
|
+
/** A commit message describing the changes in this version. */
|
|
63321
|
+
CommitMessage?: string;
|
|
63322
|
+
CreatedBy?: ConfigurationBundle_VersionCreatedBySource;
|
|
63323
|
+
/** A list of parent version identifiers. */
|
|
63324
|
+
ParentVersionIds?: string[];
|
|
63325
|
+
});
|
|
63326
|
+
}
|
|
63327
|
+
|
|
62948
63328
|
export declare class ConfigurationDefinition {
|
|
62949
63329
|
constructor(props: {
|
|
62950
63330
|
Parameters: Record<string, unknown>;
|
|
@@ -65903,6 +66283,13 @@ export declare class ContentPolicyConfig {
|
|
|
65903
66283
|
});
|
|
65904
66284
|
}
|
|
65905
66285
|
|
|
66286
|
+
export declare class ContentRedirection {
|
|
66287
|
+
constructor(props: {
|
|
66288
|
+
/** The URL redirection configuration from the streaming session host to the client. */
|
|
66289
|
+
HostToClient?: AppStreamStack_UrlRedirectionConfig;
|
|
66290
|
+
});
|
|
66291
|
+
}
|
|
66292
|
+
|
|
65906
66293
|
export declare class ContentSecurityPolicy {
|
|
65907
66294
|
constructor(props: {
|
|
65908
66295
|
/** The policy directives and their values that CloudFront includes as values for the ``Content-Security-Policy`` HTTP response header.
|
|
@@ -66065,8 +66452,10 @@ export declare class ControlPanel_Tag {
|
|
|
66065
66452
|
|
|
66066
66453
|
export declare class ControlPlanePlacement {
|
|
66067
66454
|
constructor(props: {
|
|
66068
|
-
/**
|
|
66455
|
+
/** The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation. */
|
|
66069
66456
|
GroupName?: string;
|
|
66457
|
+
/** Optional parameter to specify the placement group spread level for control plane instances. If not provided, EKS will deploy control plane instances without a placement group. */
|
|
66458
|
+
SpreadLevel?: string;
|
|
66070
66459
|
});
|
|
66071
66460
|
}
|
|
66072
66461
|
|
|
@@ -66238,6 +66627,27 @@ export declare class CorsConfig {
|
|
|
66238
66627
|
});
|
|
66239
66628
|
}
|
|
66240
66629
|
|
|
66630
|
+
export declare class CostAndUsageExpression {
|
|
66631
|
+
constructor(props: {
|
|
66632
|
+
And?: BCMDashboard_CostAndUsageExpression[];
|
|
66633
|
+
CostCategories?: BCMDashboard_CostCategoryValues;
|
|
66634
|
+
Dimensions?: BCMDashboard_DimensionValues;
|
|
66635
|
+
Not?: BCMDashboard_CostAndUsageExpression;
|
|
66636
|
+
Or?: BCMDashboard_CostAndUsageExpression[];
|
|
66637
|
+
Tags?: BCMDashboard_TagValues;
|
|
66638
|
+
});
|
|
66639
|
+
}
|
|
66640
|
+
|
|
66641
|
+
export declare class CostAndUsageQuery {
|
|
66642
|
+
constructor(props: {
|
|
66643
|
+
Granularity: BCMDashboard_Granularity;
|
|
66644
|
+
Metrics: BCMDashboard_MetricName[];
|
|
66645
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
66646
|
+
Filter?: BCMDashboard_CostAndUsageExpression;
|
|
66647
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
66648
|
+
});
|
|
66649
|
+
}
|
|
66650
|
+
|
|
66241
66651
|
export declare class CostCategory_ResourceTag {
|
|
66242
66652
|
constructor(props: {
|
|
66243
66653
|
/** The key name for the tag. */
|
|
@@ -66247,14 +66657,6 @@ export declare class CostCategory_ResourceTag {
|
|
|
66247
66657
|
});
|
|
66248
66658
|
}
|
|
66249
66659
|
|
|
66250
|
-
export declare class CostCategoryValues {
|
|
66251
|
-
constructor(props: {
|
|
66252
|
-
Key?: string;
|
|
66253
|
-
MatchOptions?: string[];
|
|
66254
|
-
Values?: string[];
|
|
66255
|
-
});
|
|
66256
|
-
}
|
|
66257
|
-
|
|
66258
66660
|
export declare class CostTypes {
|
|
66259
66661
|
constructor(props: {
|
|
66260
66662
|
IncludeCredit?: boolean;
|
|
@@ -70904,6 +71306,17 @@ export declare class DataRepositoryAssociation_Tag {
|
|
|
70904
71306
|
});
|
|
70905
71307
|
}
|
|
70906
71308
|
|
|
71309
|
+
export declare class DataResidency {
|
|
71310
|
+
constructor(props: {
|
|
71311
|
+
/** Permitted inference geo values. Omit to allow all geos (the service default of 'unrestricted'); otherwise list specific geos. */
|
|
71312
|
+
AllowedInferenceGeos?: string[];
|
|
71313
|
+
/** Default inference geo applied when requests omit the parameter. Defaults to 'global' if omitted. Must be a member of AllowedInferenceGeos unless AllowedInferenceGeos is omitted. */
|
|
71314
|
+
DefaultInferenceGeo?: string;
|
|
71315
|
+
/** Geographic region for workspace data storage. Immutable after creation. Defaults to 'us' if omitted. */
|
|
71316
|
+
WorkspaceGeo?: string;
|
|
71317
|
+
});
|
|
71318
|
+
}
|
|
71319
|
+
|
|
70907
71320
|
export declare class DataResource {
|
|
70908
71321
|
constructor(props: {
|
|
70909
71322
|
/** The resource type in which you want to log data events. You can specify AWS::S3::Object or AWS::Lambda::Function resources. */
|
|
@@ -72756,6 +73169,20 @@ export declare class DatetimeOptions {
|
|
|
72756
73169
|
});
|
|
72757
73170
|
}
|
|
72758
73171
|
|
|
73172
|
+
export declare class DateTimeRange {
|
|
73173
|
+
constructor(props: {
|
|
73174
|
+
EndTime: BCMDashboard_DateTimeValue;
|
|
73175
|
+
StartTime: BCMDashboard_DateTimeValue;
|
|
73176
|
+
});
|
|
73177
|
+
}
|
|
73178
|
+
|
|
73179
|
+
export declare class DateTimeValue {
|
|
73180
|
+
constructor(props: {
|
|
73181
|
+
Type: BCMDashboard_DateTimeType;
|
|
73182
|
+
Value: string;
|
|
73183
|
+
});
|
|
73184
|
+
}
|
|
73185
|
+
|
|
72759
73186
|
export declare class DAXCluster_SSESpecification {
|
|
72760
73187
|
constructor(props: {
|
|
72761
73188
|
SSEEnabled?: boolean;
|
|
@@ -76145,6 +76572,14 @@ export declare class Dimension_Tag {
|
|
|
76145
76572
|
});
|
|
76146
76573
|
}
|
|
76147
76574
|
|
|
76575
|
+
export declare class DimensionValues {
|
|
76576
|
+
constructor(props: {
|
|
76577
|
+
Key: BCMDashboard_Dimension;
|
|
76578
|
+
Values: string[];
|
|
76579
|
+
MatchOptions?: BCMDashboard_MatchOption[];
|
|
76580
|
+
});
|
|
76581
|
+
}
|
|
76582
|
+
|
|
76148
76583
|
export declare class DirectConnectConnection_Tag {
|
|
76149
76584
|
constructor(props: {
|
|
76150
76585
|
/** 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 -. */
|
|
@@ -76389,6 +76824,13 @@ export declare class DiskSnapshot_Tag {
|
|
|
76389
76824
|
});
|
|
76390
76825
|
}
|
|
76391
76826
|
|
|
76827
|
+
export declare class DisplayConfig {
|
|
76828
|
+
constructor(props: {
|
|
76829
|
+
Graph?: Record<string, unknown>;
|
|
76830
|
+
Table?: Record<string, unknown>;
|
|
76831
|
+
});
|
|
76832
|
+
}
|
|
76833
|
+
|
|
76392
76834
|
export declare class DisplayFormatOptions {
|
|
76393
76835
|
constructor(props: {
|
|
76394
76836
|
BlankCellFormat?: string;
|
|
@@ -80141,8 +80583,10 @@ export declare class EKSCluster_ComputeConfig {
|
|
|
80141
80583
|
|
|
80142
80584
|
export declare class EKSCluster_ControlPlanePlacement {
|
|
80143
80585
|
constructor(props: {
|
|
80144
|
-
/**
|
|
80586
|
+
/** The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation. */
|
|
80145
80587
|
GroupName?: string;
|
|
80588
|
+
/** Optional parameter to specify the placement group spread level for control plane instances. If not provided, EKS will deploy control plane instances without a placement group. */
|
|
80589
|
+
SpreadLevel?: string;
|
|
80146
80590
|
});
|
|
80147
80591
|
}
|
|
80148
80592
|
|
|
@@ -80169,6 +80613,13 @@ export declare class EKSCluster_EncryptionConfig {
|
|
|
80169
80613
|
});
|
|
80170
80614
|
}
|
|
80171
80615
|
|
|
80616
|
+
export declare class EKSCluster_EtcdPlacement {
|
|
80617
|
+
constructor(props: {
|
|
80618
|
+
/** Optional parameter to specify the placement group spread level for etcd instances. If not provided, EKS will deploy etcd instances without a placement group. */
|
|
80619
|
+
SpreadLevel?: string;
|
|
80620
|
+
});
|
|
80621
|
+
}
|
|
80622
|
+
|
|
80172
80623
|
export declare class EKSCluster_KubernetesNetworkConfig {
|
|
80173
80624
|
constructor(props: {
|
|
80174
80625
|
/** Todo: add description */
|
|
@@ -80198,12 +80649,16 @@ export declare class EKSCluster_LoggingTypeConfig {
|
|
|
80198
80649
|
|
|
80199
80650
|
export declare class EKSCluster_OutpostConfig {
|
|
80200
80651
|
constructor(props: {
|
|
80201
|
-
/**
|
|
80652
|
+
/** The EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on AWS Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation. */
|
|
80202
80653
|
ControlPlaneInstanceType: string;
|
|
80203
|
-
/**
|
|
80654
|
+
/** The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported. */
|
|
80204
80655
|
OutpostArns: string[];
|
|
80205
|
-
/**
|
|
80656
|
+
/** An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost. */
|
|
80206
80657
|
ControlPlanePlacement?: EKSCluster_ControlPlanePlacement;
|
|
80658
|
+
/** The EC2 instance type for etcd instances of your local Amazon EKS cluster on AWS Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation. */
|
|
80659
|
+
EtcdInstanceType?: string;
|
|
80660
|
+
/** An object representing the placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost. */
|
|
80661
|
+
EtcdPlacement?: EKSCluster_EtcdPlacement;
|
|
80207
80662
|
});
|
|
80208
80663
|
}
|
|
80209
80664
|
|
|
@@ -82730,6 +83185,13 @@ export declare class Esam {
|
|
|
82730
83185
|
});
|
|
82731
83186
|
}
|
|
82732
83187
|
|
|
83188
|
+
export declare class EtcdPlacement {
|
|
83189
|
+
constructor(props: {
|
|
83190
|
+
/** Optional parameter to specify the placement group spread level for etcd instances. If not provided, EKS will deploy etcd instances without a placement group. */
|
|
83191
|
+
SpreadLevel?: string;
|
|
83192
|
+
});
|
|
83193
|
+
}
|
|
83194
|
+
|
|
82733
83195
|
export declare class EvaluateOnExit {
|
|
82734
83196
|
constructor(props: {
|
|
82735
83197
|
Action: string;
|
|
@@ -85248,17 +85710,6 @@ export declare class ExpressGatewayServiceStatus {
|
|
|
85248
85710
|
});
|
|
85249
85711
|
}
|
|
85250
85712
|
|
|
85251
|
-
export declare class Expression {
|
|
85252
|
-
constructor(props: {
|
|
85253
|
-
And?: Budget_Expression[];
|
|
85254
|
-
CostCategories?: Budget_CostCategoryValues;
|
|
85255
|
-
Dimensions?: Budget_ExpressionDimensionValues;
|
|
85256
|
-
Not?: Budget_Expression;
|
|
85257
|
-
Or?: Budget_Expression[];
|
|
85258
|
-
Tags?: Budget_TagValues;
|
|
85259
|
-
});
|
|
85260
|
-
}
|
|
85261
|
-
|
|
85262
85713
|
export declare class ExpressionDimensionValues {
|
|
85263
85714
|
constructor(props: {
|
|
85264
85715
|
Key?: string;
|
|
@@ -90552,6 +91003,12 @@ export declare class Grantee {
|
|
|
90552
91003
|
});
|
|
90553
91004
|
}
|
|
90554
91005
|
|
|
91006
|
+
export declare class GraphDisplayConfig {
|
|
91007
|
+
constructor(props: {
|
|
91008
|
+
VisualType: BCMDashboard_VisualType;
|
|
91009
|
+
});
|
|
91010
|
+
}
|
|
91011
|
+
|
|
90555
91012
|
export declare class GraphSnapshot_Tag {
|
|
90556
91013
|
constructor(props: {
|
|
90557
91014
|
/** The key name of the tag. */
|
|
@@ -90718,6 +91175,13 @@ export declare class Group {
|
|
|
90718
91175
|
});
|
|
90719
91176
|
}
|
|
90720
91177
|
|
|
91178
|
+
export declare class GroupDefinition {
|
|
91179
|
+
constructor(props: {
|
|
91180
|
+
Key: string;
|
|
91181
|
+
Type?: BCMDashboard_GroupDefinitionType;
|
|
91182
|
+
});
|
|
91183
|
+
}
|
|
91184
|
+
|
|
90721
91185
|
export declare class GroupIdentifier {
|
|
90722
91186
|
constructor(props: {
|
|
90723
91187
|
GroupId: string;
|
|
@@ -111204,6 +111668,13 @@ export declare class MixedMeasureMapping {
|
|
|
111204
111668
|
});
|
|
111205
111669
|
}
|
|
111206
111670
|
|
|
111671
|
+
export declare class MlflowApp_Tag {
|
|
111672
|
+
constructor(props: {
|
|
111673
|
+
Key: string;
|
|
111674
|
+
Value: string;
|
|
111675
|
+
});
|
|
111676
|
+
}
|
|
111677
|
+
|
|
111207
111678
|
export declare class MlflowPropertiesInput {
|
|
111208
111679
|
constructor(props: {
|
|
111209
111680
|
/** The ARN of the MLflow tracking server */
|
|
@@ -116511,6 +116982,13 @@ export declare class OnlineEvaluationConfig_CloudWatchOutputConfig {
|
|
|
116511
116982
|
});
|
|
116512
116983
|
}
|
|
116513
116984
|
|
|
116985
|
+
export declare class OnlineEvaluationConfig_ClusteringConfig {
|
|
116986
|
+
constructor(props: {
|
|
116987
|
+
/** The list of frequencies at which clustering reports are generated. */
|
|
116988
|
+
Frequencies: OnlineEvaluationConfig_ClusteringFrequency[];
|
|
116989
|
+
});
|
|
116990
|
+
}
|
|
116991
|
+
|
|
116514
116992
|
export declare class OnlineEvaluationConfig_DataSourceConfig {
|
|
116515
116993
|
constructor(props: {
|
|
116516
116994
|
CloudWatchLogs: OnlineEvaluationConfig_CloudWatchLogsInputConfig;
|
|
@@ -116545,6 +117023,13 @@ export declare class OnlineEvaluationConfig_FilterValue {
|
|
|
116545
117023
|
});
|
|
116546
117024
|
}
|
|
116547
117025
|
|
|
117026
|
+
export declare class OnlineEvaluationConfig_Insight {
|
|
117027
|
+
constructor(props: {
|
|
117028
|
+
/** The unique identifier of the insight. */
|
|
117029
|
+
InsightId: string;
|
|
117030
|
+
});
|
|
117031
|
+
}
|
|
117032
|
+
|
|
116548
117033
|
export declare class OnlineEvaluationConfig_OutputConfig {
|
|
116549
117034
|
constructor(props: {
|
|
116550
117035
|
CloudWatchConfig?: OnlineEvaluationConfig_CloudWatchOutputConfig;
|
|
@@ -118262,12 +118747,16 @@ export declare class OutlierDetection {
|
|
|
118262
118747
|
|
|
118263
118748
|
export declare class OutpostConfig {
|
|
118264
118749
|
constructor(props: {
|
|
118265
|
-
/**
|
|
118750
|
+
/** The EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on AWS Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation. */
|
|
118266
118751
|
ControlPlaneInstanceType: string;
|
|
118267
|
-
/**
|
|
118752
|
+
/** The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported. */
|
|
118268
118753
|
OutpostArns: string[];
|
|
118269
|
-
/**
|
|
118754
|
+
/** An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost. */
|
|
118270
118755
|
ControlPlanePlacement?: EKSCluster_ControlPlanePlacement;
|
|
118756
|
+
/** The EC2 instance type for etcd instances of your local Amazon EKS cluster on AWS Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation. */
|
|
118757
|
+
EtcdInstanceType?: string;
|
|
118758
|
+
/** An object representing the placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost. */
|
|
118759
|
+
EtcdPlacement?: EKSCluster_EtcdPlacement;
|
|
118271
118760
|
});
|
|
118272
118761
|
}
|
|
118273
118762
|
|
|
@@ -124610,6 +125099,16 @@ export declare class QueryLoggingConfiguration {
|
|
|
124610
125099
|
});
|
|
124611
125100
|
}
|
|
124612
125101
|
|
|
125102
|
+
export declare class QueryParameters {
|
|
125103
|
+
constructor(props: {
|
|
125104
|
+
CostAndUsage?: BCMDashboard_CostAndUsageQuery;
|
|
125105
|
+
ReservationCoverage?: BCMDashboard_ReservationCoverageQuery;
|
|
125106
|
+
ReservationUtilization?: BCMDashboard_ReservationUtilizationQuery;
|
|
125107
|
+
SavingsPlansCoverage?: BCMDashboard_SavingsPlansCoverageQuery;
|
|
125108
|
+
SavingsPlansUtilization?: BCMDashboard_SavingsPlansUtilizationQuery;
|
|
125109
|
+
});
|
|
125110
|
+
}
|
|
125111
|
+
|
|
124613
125112
|
export declare class QueryStringConfig {
|
|
124614
125113
|
constructor(props: {
|
|
124615
125114
|
/** The key/value pairs or values to find in the query string. The maximum length of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in ``Values`` using a '\' character.
|
|
@@ -137993,6 +138492,25 @@ export declare class RequiredFieldInfo {
|
|
|
137993
138492
|
});
|
|
137994
138493
|
}
|
|
137995
138494
|
|
|
138495
|
+
export declare class ReservationCoverageQuery {
|
|
138496
|
+
constructor(props: {
|
|
138497
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
138498
|
+
Filter?: BCMDashboard_Expression;
|
|
138499
|
+
Granularity?: BCMDashboard_Granularity;
|
|
138500
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
138501
|
+
Metrics?: BCMDashboard_MetricName[];
|
|
138502
|
+
});
|
|
138503
|
+
}
|
|
138504
|
+
|
|
138505
|
+
export declare class ReservationUtilizationQuery {
|
|
138506
|
+
constructor(props: {
|
|
138507
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
138508
|
+
Filter?: BCMDashboard_Expression;
|
|
138509
|
+
Granularity?: BCMDashboard_Granularity;
|
|
138510
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
138511
|
+
});
|
|
138512
|
+
}
|
|
138513
|
+
|
|
137996
138514
|
export declare class ReservedCapacityOptionsRequest {
|
|
137997
138515
|
constructor(props: {
|
|
137998
138516
|
ReservationTypes?: "interruptible-capacity-reservation"[];
|
|
@@ -143698,6 +144216,24 @@ export declare class SAPODataSourceProperties {
|
|
|
143698
144216
|
});
|
|
143699
144217
|
}
|
|
143700
144218
|
|
|
144219
|
+
export declare class SavingsPlansCoverageQuery {
|
|
144220
|
+
constructor(props: {
|
|
144221
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
144222
|
+
Filter?: BCMDashboard_Expression;
|
|
144223
|
+
Granularity?: BCMDashboard_Granularity;
|
|
144224
|
+
GroupBy?: BCMDashboard_GroupDefinition[];
|
|
144225
|
+
Metrics?: BCMDashboard_MetricName[];
|
|
144226
|
+
});
|
|
144227
|
+
}
|
|
144228
|
+
|
|
144229
|
+
export declare class SavingsPlansUtilizationQuery {
|
|
144230
|
+
constructor(props: {
|
|
144231
|
+
TimeRange: BCMDashboard_DateTimeRange;
|
|
144232
|
+
Filter?: BCMDashboard_Expression;
|
|
144233
|
+
Granularity?: BCMDashboard_Granularity;
|
|
144234
|
+
});
|
|
144235
|
+
}
|
|
144236
|
+
|
|
143701
144237
|
export declare class Sbom {
|
|
143702
144238
|
constructor(props: {
|
|
143703
144239
|
S3Location: SoftwarePackageVersion_S3Location;
|
|
@@ -152070,14 +152606,6 @@ export declare class TagProperty {
|
|
|
152070
152606
|
});
|
|
152071
152607
|
}
|
|
152072
152608
|
|
|
152073
|
-
export declare class TagValues {
|
|
152074
|
-
constructor(props: {
|
|
152075
|
-
Key?: string;
|
|
152076
|
-
MatchOptions?: string[];
|
|
152077
|
-
Values?: string[];
|
|
152078
|
-
});
|
|
152079
|
-
}
|
|
152080
|
-
|
|
152081
152609
|
export declare class Taint {
|
|
152082
152610
|
constructor(props: {
|
|
152083
152611
|
Effect?: string;
|
|
@@ -156756,6 +157284,17 @@ export declare class UrlEndpointInput {
|
|
|
156756
157284
|
});
|
|
156757
157285
|
}
|
|
156758
157286
|
|
|
157287
|
+
export declare class UrlRedirectionConfig {
|
|
157288
|
+
constructor(props: {
|
|
157289
|
+
/** Specifies whether URL redirection is enabled or disabled. */
|
|
157290
|
+
Enabled: boolean;
|
|
157291
|
+
/** The URLs that are allowed for redirection. */
|
|
157292
|
+
AllowedUrls?: string[];
|
|
157293
|
+
/** The URLs that are denied for redirection. */
|
|
157294
|
+
DeniedUrls?: string[];
|
|
157295
|
+
});
|
|
157296
|
+
}
|
|
157297
|
+
|
|
156759
157298
|
export declare class UsagePlan_ApiStage {
|
|
156760
157299
|
constructor(props: {
|
|
156761
157300
|
ApiId?: string;
|
|
@@ -158068,6 +158607,15 @@ export declare class Version_RuntimePolicy {
|
|
|
158068
158607
|
});
|
|
158069
158608
|
}
|
|
158070
158609
|
|
|
158610
|
+
export declare class VersionCreatedBySource {
|
|
158611
|
+
constructor(props: {
|
|
158612
|
+
/** The name of the source (for example, user, optimization-job, or system). */
|
|
158613
|
+
Name: string;
|
|
158614
|
+
/** The Amazon Resource Name (ARN) of the source, if applicable. */
|
|
158615
|
+
Arn?: string;
|
|
158616
|
+
});
|
|
158617
|
+
}
|
|
158618
|
+
|
|
158071
158619
|
export declare class VersioningConfiguration {
|
|
158072
158620
|
constructor(props: {
|
|
158073
158621
|
/** The versioning state of the bucket. */
|
|
@@ -158075,6 +158623,18 @@ export declare class VersioningConfiguration {
|
|
|
158075
158623
|
});
|
|
158076
158624
|
}
|
|
158077
158625
|
|
|
158626
|
+
export declare class VersionLineageMetadata {
|
|
158627
|
+
constructor(props: {
|
|
158628
|
+
/** The branch name for this version. */
|
|
158629
|
+
BranchName?: string;
|
|
158630
|
+
/** A commit message describing the changes in this version. */
|
|
158631
|
+
CommitMessage?: string;
|
|
158632
|
+
CreatedBy?: ConfigurationBundle_VersionCreatedBySource;
|
|
158633
|
+
/** A list of parent version identifiers. */
|
|
158634
|
+
ParentVersionIds?: string[];
|
|
158635
|
+
});
|
|
158636
|
+
}
|
|
158637
|
+
|
|
158078
158638
|
export declare class VersionWeight {
|
|
158079
158639
|
constructor(props: {
|
|
158080
158640
|
/** The qualifier of the second version. */
|
|
@@ -161867,14 +162427,10 @@ export declare class WhatsAppOutboundMode {
|
|
|
161867
162427
|
});
|
|
161868
162428
|
}
|
|
161869
162429
|
|
|
161870
|
-
export declare class
|
|
162430
|
+
export declare class WidgetConfig {
|
|
161871
162431
|
constructor(props: {
|
|
161872
|
-
|
|
161873
|
-
|
|
161874
|
-
/** The placeholder keys in the QueryStatement. For example: $StartTime$, $EndTime$, $Period$. */
|
|
161875
|
-
QueryParameters?: string[];
|
|
161876
|
-
/** The view properties of the widget. */
|
|
161877
|
-
ViewProperties?: Record<string, unknown>;
|
|
162432
|
+
DisplayConfig: BCMDashboard_DisplayConfig;
|
|
162433
|
+
QueryParameters: BCMDashboard_QueryParameters;
|
|
161878
162434
|
});
|
|
161879
162435
|
}
|
|
161880
162436
|
|
|
@@ -162590,8 +163146,12 @@ export declare class WorkspaceConfiguration {
|
|
|
162590
163146
|
constructor(props: {
|
|
162591
163147
|
/** An array of label set and associated limits */
|
|
162592
163148
|
LimitsPerLabelSets?: APSWorkspace_LimitsPerLabelSet[];
|
|
163149
|
+
/** The time window in seconds for accepting out-of-order samples */
|
|
163150
|
+
OutOfOrderTimeWindowInSeconds?: number;
|
|
162593
163151
|
/** How many days that metrics are retained in the workspace */
|
|
162594
163152
|
RetentionPeriodInDays?: number;
|
|
163153
|
+
/** Duration in seconds to offset rule evaluation queries into the past */
|
|
163154
|
+
RuleQueryOffsetInSeconds?: number;
|
|
162595
163155
|
});
|
|
162596
163156
|
}
|
|
162597
163157
|
|
|
@@ -165147,6 +165707,67 @@ export type BackupPlan_MalwareScanner = "GUARDDUTY";
|
|
|
165147
165707
|
|
|
165148
165708
|
export type BackupPlan_ScanMode = "FULL_SCAN" | "INCREMENTAL_SCAN";
|
|
165149
165709
|
|
|
165710
|
+
export type BCMDashboard_DashboardType = "CUSTOM";
|
|
165711
|
+
|
|
165712
|
+
export type BCMDashboard_DateTimeType = "ABSOLUTE" | "RELATIVE";
|
|
165713
|
+
|
|
165714
|
+
export type BCMDashboard_Dimension =
|
|
165715
|
+
| "AZ"
|
|
165716
|
+
| "BILLING_ENTITY"
|
|
165717
|
+
| "CACHE_ENGINE"
|
|
165718
|
+
| "COST_CATEGORY_NAME"
|
|
165719
|
+
| "DATABASE_ENGINE"
|
|
165720
|
+
| "DEPLOYMENT_OPTION"
|
|
165721
|
+
| "INSTANCE_TYPE"
|
|
165722
|
+
| "INSTANCE_TYPE_FAMILY"
|
|
165723
|
+
| "LEGAL_ENTITY_NAME"
|
|
165724
|
+
| "LINKED_ACCOUNT"
|
|
165725
|
+
| "OPERATING_SYSTEM"
|
|
165726
|
+
| "OPERATION"
|
|
165727
|
+
| "PLATFORM"
|
|
165728
|
+
| "PURCHASE_TYPE"
|
|
165729
|
+
| "RECORD_TYPE"
|
|
165730
|
+
| "REGION"
|
|
165731
|
+
| "RESERVATION_ID"
|
|
165732
|
+
| "RESOURCE_ID"
|
|
165733
|
+
| "SAVINGS_PLANS_TYPE"
|
|
165734
|
+
| "SCOPE"
|
|
165735
|
+
| "SERVICE"
|
|
165736
|
+
| "SUBSCRIPTION_ID"
|
|
165737
|
+
| "TAG_KEY"
|
|
165738
|
+
| "TENANCY"
|
|
165739
|
+
| "USAGE_TYPE"
|
|
165740
|
+
| "USAGE_TYPE_GROUP";
|
|
165741
|
+
|
|
165742
|
+
export type BCMDashboard_Granularity = "DAILY" | "HOURLY" | "MONTHLY";
|
|
165743
|
+
|
|
165744
|
+
export type BCMDashboard_GroupDefinitionType = "COST_CATEGORY" | "DIMENSION" | "TAG";
|
|
165745
|
+
|
|
165746
|
+
export type BCMDashboard_MatchOption =
|
|
165747
|
+
| "ABSENT"
|
|
165748
|
+
| "CASE_INSENSITIVE"
|
|
165749
|
+
| "CASE_SENSITIVE"
|
|
165750
|
+
| "CONTAINS"
|
|
165751
|
+
| "ENDS_WITH"
|
|
165752
|
+
| "EQUALS"
|
|
165753
|
+
| "GREATER_THAN_OR_EQUAL"
|
|
165754
|
+
| "STARTS_WITH";
|
|
165755
|
+
|
|
165756
|
+
export type BCMDashboard_MetricName =
|
|
165757
|
+
| "AmortizedCost"
|
|
165758
|
+
| "BlendedCost"
|
|
165759
|
+
| "Cost"
|
|
165760
|
+
| "Hour"
|
|
165761
|
+
| "NetAmortizedCost"
|
|
165762
|
+
| "NetUnblendedCost"
|
|
165763
|
+
| "NormalizedUsageAmount"
|
|
165764
|
+
| "SpendCoveredBySavingsPlans"
|
|
165765
|
+
| "UnblendedCost"
|
|
165766
|
+
| "Unit"
|
|
165767
|
+
| "UsageQuantity";
|
|
165768
|
+
|
|
165769
|
+
export type BCMDashboard_VisualType = "BAR" | "LINE" | "STACK";
|
|
165770
|
+
|
|
165150
165771
|
export type BedrockAgent_ActionGroupSignature = "AMAZON.CodeInterpreter" | "AMAZON.UserInput";
|
|
165151
165772
|
|
|
165152
165773
|
export type BedrockAgent_ActionGroupState = "DISABLED" | "ENABLED";
|
|
@@ -167793,6 +168414,8 @@ export type OmicsWorkflow_WorkflowStatus =
|
|
|
167793
168414
|
|
|
167794
168415
|
export type OmicsWorkflow_WorkflowType = "PRIVATE";
|
|
167795
168416
|
|
|
168417
|
+
export type OnlineEvaluationConfig_ClusteringFrequency = "DAILY" | "MONTHLY" | "WEEKLY";
|
|
168418
|
+
|
|
167796
168419
|
export type OnlineEvaluationConfig_ExecutionStatus = "DISABLED" | "ENABLED";
|
|
167797
168420
|
|
|
167798
168421
|
export type OnlineEvaluationConfig_OnlineEvaluationConfigStatus =
|