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