@intentius/chant-lexicon-aws 0.18.22 → 0.18.24

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.
@@ -11190,12 +11190,16 @@ export declare class DLMLifecyclePolicy {
11190
11190
 
11191
11191
  export declare class DMSCertificate {
11192
11192
  constructor(props: {
11193
+ /** The certificate Arn */
11194
+ CertificateArn?: string;
11195
+ /** The certificate Identifier */
11193
11196
  CertificateIdentifier?: string;
11197
+ /** The certificate Pem */
11194
11198
  CertificatePem?: string;
11199
+ /** The certificate Wallet */
11195
11200
  CertificateWallet?: string;
11196
- Id?: string;
11197
11201
  }, attributes?: CFResourceAttributes);
11198
- readonly Id: string;
11202
+ readonly CertificateArn: string;
11199
11203
  }
11200
11204
 
11201
11205
  export declare class DMSEndpoint {
@@ -13923,6 +13927,37 @@ export declare class ExperimentTemplate {
13923
13927
  readonly Id: string;
13924
13928
  }
13925
13929
 
13930
+ export declare class ExperimentTrialComponent {
13931
+ constructor(props: {
13932
+ /** The name of the trial component. The name must be unique in your AWS account and is not case-sensitive. */
13933
+ TrialComponentName: string;
13934
+ /** The Amazon Resource Name (ARN) of the trial component. */
13935
+ Arn?: string;
13936
+ /** When the component was created. */
13937
+ CreationTime?: string;
13938
+ /** The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed. */
13939
+ DisplayName?: string;
13940
+ /** When the component ended. */
13941
+ EndTime?: string;
13942
+ /** When the component was last modified. */
13943
+ LastModifiedTime?: string;
13944
+ /** The Amazon Resource Name (ARN) of the lineage group. */
13945
+ LineageGroupArn?: string;
13946
+ /** Metadata properties of the tracking entity, trial, or trial component. */
13947
+ MetadataProperties?: Record<string, unknown>;
13948
+ /** When the component started. */
13949
+ StartTime?: string;
13950
+ /** The status of the trial component. */
13951
+ Status?: Record<string, unknown>;
13952
+ /** A list of tags to associate with the component. */
13953
+ Tags?: Record<string, unknown>[];
13954
+ }, attributes?: CFResourceAttributes);
13955
+ readonly Arn: string;
13956
+ readonly CreationTime: string;
13957
+ readonly LastModifiedTime: string;
13958
+ readonly LineageGroupArn: string;
13959
+ }
13960
+
13926
13961
  export declare class Export {
13927
13962
  constructor(props: {
13928
13963
  Export: Export_Export;
@@ -17659,14 +17694,14 @@ export declare class InstanceGroupConfig {
17659
17694
  JobFlowId: string;
17660
17695
  AutoScalingPolicy?: InstanceGroupConfig_AutoScalingPolicy;
17661
17696
  BidPrice?: string;
17662
- Configurations?: InstanceGroupConfig_AppConfiguration[];
17697
+ Configurations?: InstanceGroupConfig_Configuration[];
17663
17698
  CustomAmiId?: string;
17664
17699
  EbsConfiguration?: InstanceGroupConfig_EbsConfiguration;
17665
- InstanceGroupId?: string;
17700
+ Id?: string;
17666
17701
  Market?: string;
17667
17702
  Name?: string;
17668
17703
  }, attributes?: CFResourceAttributes);
17669
- readonly InstanceGroupId: string;
17704
+ readonly Id: string;
17670
17705
  }
17671
17706
 
17672
17707
  export declare class InstanceProfile {
@@ -19275,6 +19310,18 @@ export declare class KmsKey {
19275
19310
  readonly KeyId: string;
19276
19311
  }
19277
19312
 
19313
+ export declare class KnowledgeBasePolicy {
19314
+ constructor(props: {
19315
+ /** The unique identifier of the knowledge base */
19316
+ KnowledgeBaseId: string;
19317
+ /** The IAM policy document defining access permissions for the knowledge base */
19318
+ PolicyDocument: PolicyDocument;
19319
+ /** The revision identifier for the policy, used for optimistic concurrency control */
19320
+ RevisionId?: string;
19321
+ }, attributes?: CFResourceAttributes);
19322
+ readonly RevisionId: string;
19323
+ }
19324
+
19278
19325
  export declare class Label {
19279
19326
  constructor(props: {
19280
19327
  /** The name of the label. */
@@ -22905,6 +22952,34 @@ export declare class MonitoringSchedule {
22905
22952
  readonly MonitoringScheduleArn: string;
22906
22953
  }
22907
22954
 
22955
+ export declare class MonitoringScheduleAlert {
22956
+ constructor(props: {
22957
+ /** Within EvaluationPeriod, how many execution failures will raise an alert. */
22958
+ DatapointsToAlert: number;
22959
+ /** The number of most recent monitoring executions to consider when evaluating alert status. */
22960
+ EvaluationPeriod: number;
22961
+ /** The name of the monitoring alert. */
22962
+ MonitoringAlertName: string;
22963
+ /** The name of the monitoring schedule. */
22964
+ MonitoringScheduleName: string;
22965
+ /** A list of alert actions taken in response to an alert going into InAlert status. */
22966
+ Actions?: MonitoringScheduleAlert_MonitoringAlertActions;
22967
+ /** The current status of the alert. */
22968
+ AlertStatus?: "InAlert" | "OK";
22969
+ /** The Amazon Resource Name (ARN) of the monitoring schedule alert. */
22970
+ Arn?: string;
22971
+ /** A timestamp that indicates when the alert was created. */
22972
+ CreationTime?: string;
22973
+ /** A timestamp that indicates when the alert was last updated. */
22974
+ LastModifiedTime?: string;
22975
+ }, attributes?: CFResourceAttributes);
22976
+ readonly Actions: MonitoringScheduleAlert_MonitoringAlertActions;
22977
+ readonly AlertStatus: "InAlert" | "OK";
22978
+ readonly Arn: string;
22979
+ readonly CreationTime: string;
22980
+ readonly LastModifiedTime: string;
22981
+ }
22982
+
22908
22983
  export declare class MonitoringSubscription {
22909
22984
  constructor(props: {
22910
22985
  /** The ID of the distribution that you are enabling metrics for. */
@@ -34776,6 +34851,23 @@ export declare class TLSInspectionConfiguration {
34776
34851
  readonly TLSInspectionConfigurationId: string;
34777
34852
  }
34778
34853
 
34854
+ export declare class TokenVault {
34855
+ constructor(props: {
34856
+ /** The ARN of the token vault. */
34857
+ Arn?: string;
34858
+ /** The KMS configuration for the token vault. */
34859
+ KmsConfiguration?: TokenVault_KmsConfiguration;
34860
+ /** The timestamp when the token vault was last modified. */
34861
+ LastModifiedDate?: string;
34862
+ /** The unique identifier of the token vault. */
34863
+ TokenVaultId?: string;
34864
+ }, attributes?: CFResourceAttributes);
34865
+ readonly Arn: string;
34866
+ readonly KmsConfiguration: TokenVault_KmsConfiguration;
34867
+ readonly LastModifiedDate: string;
34868
+ readonly TokenVaultId: string;
34869
+ }
34870
+
34779
34871
  export declare class Topic {
34780
34872
  constructor(props: {
34781
34873
  /** The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days. */
@@ -35546,6 +35638,18 @@ export declare class TransitGatewayPolicyTable {
35546
35638
  readonly TransitGatewayPolicyTableId: string;
35547
35639
  }
35548
35640
 
35641
+ export declare class TransitGatewayPolicyTableAssociation {
35642
+ constructor(props: {
35643
+ /** The ID of transit gateway attachment. */
35644
+ TransitGatewayAttachmentId: string;
35645
+ /** The ID of transit gateway policy table. */
35646
+ TransitGatewayPolicyTableId: string;
35647
+ /** The state of the transit gateway policy table association. */
35648
+ State?: string;
35649
+ }, attributes?: CFResourceAttributes);
35650
+ readonly State: string;
35651
+ }
35652
+
35549
35653
  export declare class TransitGatewayRegistration {
35550
35654
  constructor(props: {
35551
35655
  /** The ID of the global network. */
@@ -36747,12 +36851,42 @@ export declare class Vpc {
36747
36851
  Ipv6CidrBlocks?: string[];
36748
36852
  /** The tags for the VPC. */
36749
36853
  Tags?: Vpc_Tag[];
36854
+ VpcEncryptionControl?: Vpc_VpcEncryptionControl;
36750
36855
  VpcId?: string;
36751
36856
  }, attributes?: CFResourceAttributes);
36752
36857
  readonly CidrBlockAssociations: string[];
36753
36858
  readonly DefaultNetworkAcl: string;
36754
36859
  readonly DefaultSecurityGroup: string;
36755
36860
  readonly Ipv6CidrBlocks: string[];
36861
+ readonly VpcEncryptionControl_ResourceExclusions: string;
36862
+ readonly VpcEncryptionControl_ResourceExclusions_EgressOnlyInternetGateway: string;
36863
+ readonly VpcEncryptionControl_ResourceExclusions_EgressOnlyInternetGateway_State: string;
36864
+ readonly VpcEncryptionControl_ResourceExclusions_EgressOnlyInternetGateway_StateMessage: string;
36865
+ readonly VpcEncryptionControl_ResourceExclusions_ElasticFileSystem: string;
36866
+ readonly VpcEncryptionControl_ResourceExclusions_ElasticFileSystem_State: string;
36867
+ readonly VpcEncryptionControl_ResourceExclusions_ElasticFileSystem_StateMessage: string;
36868
+ readonly VpcEncryptionControl_ResourceExclusions_InternetGateway: string;
36869
+ readonly VpcEncryptionControl_ResourceExclusions_InternetGateway_State: string;
36870
+ readonly VpcEncryptionControl_ResourceExclusions_InternetGateway_StateMessage: string;
36871
+ readonly VpcEncryptionControl_ResourceExclusions_Lambda: string;
36872
+ readonly VpcEncryptionControl_ResourceExclusions_Lambda_State: string;
36873
+ readonly VpcEncryptionControl_ResourceExclusions_Lambda_StateMessage: string;
36874
+ readonly VpcEncryptionControl_ResourceExclusions_NatGateway: string;
36875
+ readonly VpcEncryptionControl_ResourceExclusions_NatGateway_State: string;
36876
+ readonly VpcEncryptionControl_ResourceExclusions_NatGateway_StateMessage: string;
36877
+ readonly VpcEncryptionControl_ResourceExclusions_VirtualPrivateGateway: string;
36878
+ readonly VpcEncryptionControl_ResourceExclusions_VirtualPrivateGateway_State: string;
36879
+ readonly VpcEncryptionControl_ResourceExclusions_VirtualPrivateGateway_StateMessage: string;
36880
+ readonly VpcEncryptionControl_ResourceExclusions_VpcLattice: string;
36881
+ readonly VpcEncryptionControl_ResourceExclusions_VpcLattice_State: string;
36882
+ readonly VpcEncryptionControl_ResourceExclusions_VpcLattice_StateMessage: string;
36883
+ readonly VpcEncryptionControl_ResourceExclusions_VpcPeering: string;
36884
+ readonly VpcEncryptionControl_ResourceExclusions_VpcPeering_State: string;
36885
+ readonly VpcEncryptionControl_ResourceExclusions_VpcPeering_StateMessage: string;
36886
+ readonly VpcEncryptionControl_State: string;
36887
+ readonly VpcEncryptionControl_StateMessage: string;
36888
+ readonly VpcEncryptionControl_VpcEncryptionControlId: string;
36889
+ readonly VpcEncryptionControl_VpcId: string;
36756
36890
  readonly VpcId: string;
36757
36891
  }
36758
36892
 
@@ -41557,14 +41691,6 @@ export declare class AppConfigResourceObject {
41557
41691
  });
41558
41692
  }
41559
41693
 
41560
- export declare class AppConfiguration {
41561
- constructor(props: {
41562
- Classification?: string;
41563
- ConfigurationProperties?: Record<string, unknown>;
41564
- Configurations?: InstanceGroupConfig_AppConfiguration[];
41565
- });
41566
- }
41567
-
41568
41694
  export declare class AppCookieStickinessPolicy {
41569
41695
  constructor(props: {
41570
41696
  /** The name of the application cookie used for stickiness. */
@@ -79140,26 +79266,24 @@ export declare class InstanceFleetConfig_SpotResizingSpecification {
79140
79266
  });
79141
79267
  }
79142
79268
 
79143
- export declare class InstanceGroupConfig_AppConfiguration {
79269
+ export declare class InstanceGroupConfig_AutoScalingPolicy {
79144
79270
  constructor(props: {
79145
- Classification?: string;
79146
- ConfigurationProperties?: Record<string, unknown>;
79147
- Configurations?: InstanceGroupConfig_AppConfiguration[];
79271
+ Constraints: InstanceGroupConfig_ScalingConstraints;
79272
+ Rules: InstanceGroupConfig_ScalingRule[];
79148
79273
  });
79149
79274
  }
79150
79275
 
79151
- export declare class InstanceGroupConfig_AutoScalingPolicy {
79276
+ export declare class InstanceGroupConfig_Configuration {
79152
79277
  constructor(props: {
79153
- Constraints: InstanceGroupConfig_ScalingConstraints;
79154
- Rules: InstanceGroupConfig_ScalingRule[];
79278
+ Classification?: string;
79279
+ ConfigurationProperties?: Record<string, unknown>;
79280
+ Configurations?: InstanceGroupConfig_Configuration[];
79155
79281
  });
79156
79282
  }
79157
79283
 
79158
79284
  export declare class InstanceGroupConfig_EbsBlockDeviceConfig {
79159
79285
  constructor(props: {
79160
79286
  VolumeSpecification: InstanceGroupConfig_VolumeSpecification;
79161
- /** Use of this property can confuse CloudFormation drift detection. The EbsBlockDeviceConfigs read from the system may return a list with one entry per volume, replacing any entry specified in the template with a VolumesPerInstance greater than one by that many entries containing only the VolumeSpecification. Thus to avoid false drift detection, it is recommended to supply repeated entries in EbsBlockDeviceConfigs for any VolumeSpecification which is intended to be repeated and not to use this property.
79162
- */
79163
79287
  VolumesPerInstance?: number;
79164
79288
  });
79165
79289
  }
@@ -82945,6 +83069,15 @@ export declare class KinesisVideoStreamConfig {
82945
83069
  });
82946
83070
  }
82947
83071
 
83072
+ export declare class KmsConfiguration {
83073
+ constructor(props: {
83074
+ /** The type of KMS key (CustomerManagedKey or ServiceManagedKey). */
83075
+ KeyType: "CustomerManagedKey" | "ServiceManagedKey";
83076
+ /** The Amazon Resource Name (ARN) of the KMS key. */
83077
+ KmsKeyArn?: string;
83078
+ });
83079
+ }
83080
+
82948
83081
  export declare class KmsEncryptionConfig {
82949
83082
  constructor(props: {
82950
83083
  /** The type of customer-managed-key (CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs. */
@@ -85435,6 +85568,7 @@ export declare class ListenerRule_RuleCondition {
85435
85568
 
85436
85569
  export declare class ListenerRule_SourceIpConfig {
85437
85570
  constructor(props: {
85571
+ IpAddressType?: string;
85438
85572
  /** The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.
85439
85573
  If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. */
85440
85574
  Values?: string[];
@@ -91054,6 +91188,13 @@ export declare class ModelCardExportOutputConfig {
91054
91188
  });
91055
91189
  }
91056
91190
 
91191
+ export declare class ModelDashboardIndicatorAction {
91192
+ constructor(props: {
91193
+ /** Indicates whether the alert action is turned on. */
91194
+ Enabled?: boolean;
91195
+ });
91196
+ }
91197
+
91057
91198
  export declare class ModelDataQuality {
91058
91199
  constructor(props: {
91059
91200
  Constraints?: ModelPackage_MetricsSource;
@@ -92044,6 +92185,12 @@ export declare class Monitoring {
92044
92185
  });
92045
92186
  }
92046
92187
 
92188
+ export declare class MonitoringAlertActions {
92189
+ constructor(props: {
92190
+ ModelDashboardIndicator?: MonitoringScheduleAlert_ModelDashboardIndicatorAction;
92191
+ });
92192
+ }
92193
+
92047
92194
  export declare class MonitoringAppSpecification {
92048
92195
  constructor(props: {
92049
92196
  /** The container image to be run by the monitoring job. */
@@ -92213,6 +92360,19 @@ export declare class MonitoringSchedule_Tag {
92213
92360
  });
92214
92361
  }
92215
92362
 
92363
+ export declare class MonitoringScheduleAlert_ModelDashboardIndicatorAction {
92364
+ constructor(props: {
92365
+ /** Indicates whether the alert action is turned on. */
92366
+ Enabled?: boolean;
92367
+ });
92368
+ }
92369
+
92370
+ export declare class MonitoringScheduleAlert_MonitoringAlertActions {
92371
+ constructor(props: {
92372
+ ModelDashboardIndicator?: MonitoringScheduleAlert_ModelDashboardIndicatorAction;
92373
+ });
92374
+ }
92375
+
92216
92376
  export declare class MonitoringScheduleConfig {
92217
92377
  constructor(props: {
92218
92378
  MonitoringJobDefinition?: MonitoringSchedule_MonitoringJobDefinition;
@@ -113399,6 +113559,7 @@ export declare class SourceDataSettings {
113399
113559
 
113400
113560
  export declare class SourceIpConfig {
113401
113561
  constructor(props: {
113562
+ IpAddressType?: string;
113402
113563
  /** The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.
113403
113564
  If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. */
113404
113565
  Values?: string[];
@@ -118111,6 +118272,15 @@ export declare class TokenValidityUnits {
118111
118272
  });
118112
118273
  }
118113
118274
 
118275
+ export declare class TokenVault_KmsConfiguration {
118276
+ constructor(props: {
118277
+ /** The type of KMS key (CustomerManagedKey or ServiceManagedKey). */
118278
+ KeyType: "CustomerManagedKey" | "ServiceManagedKey";
118279
+ /** The Amazon Resource Name (ARN) of the KMS key. */
118280
+ KmsKeyArn?: string;
118281
+ });
118282
+ }
118283
+
118114
118284
  export declare class ToolbarConfiguration {
118115
118285
  constructor(props: {
118116
118286
  HiddenToolbarItems?: UserSettings_ToolbarItem[];
@@ -121646,6 +121816,60 @@ export declare class Vpc_Tag {
121646
121816
  });
121647
121817
  }
121648
121818
 
121819
+ export declare class Vpc_VpcEncryptionControl {
121820
+ constructor(props: {
121821
+ /** The desired exclusion mode for Egress-Only Internet Gateways. */
121822
+ EgressOnlyInternetGatewayExclusion?: "disable" | "enable";
121823
+ /** The desired exclusion mode for Elastic File System. */
121824
+ ElasticFileSystemExclusion?: "disable" | "enable";
121825
+ /** The desired exclusion mode for Internet Gateways. */
121826
+ InternetGatewayExclusion?: "disable" | "enable";
121827
+ /** The desired exclusion mode for Lambda. */
121828
+ LambdaExclusion?: "disable" | "enable";
121829
+ /** The mode of the VPC encryption control. */
121830
+ Mode?: "enforce" | "monitor";
121831
+ /** The desired exclusion mode for NAT Gateways. */
121832
+ NatGatewayExclusion?: "disable" | "enable";
121833
+ ResourceExclusions?: Vpc_VpcEncryptionControlExclusions;
121834
+ /** The state of the VPC encryption control. */
121835
+ State?: string;
121836
+ /** A message describing the state of the VPC encryption control. */
121837
+ StateMessage?: string;
121838
+ /** The desired exclusion mode for Virtual Private Gateways. */
121839
+ VirtualPrivateGatewayExclusion?: "disable" | "enable";
121840
+ /** The ID of the VPC encryption control. */
121841
+ VpcEncryptionControlId?: string;
121842
+ /** The ID of the VPC. */
121843
+ VpcId?: string;
121844
+ /** The desired exclusion mode for VPC Lattice. */
121845
+ VpcLatticeExclusion?: "disable" | "enable";
121846
+ /** The desired exclusion mode for VPC Peering. */
121847
+ VpcPeeringExclusion?: "disable" | "enable";
121848
+ });
121849
+ }
121850
+
121851
+ export declare class Vpc_VpcEncryptionControlExclusion {
121852
+ constructor(props: {
121853
+ /** The exclusion state of the resource type. */
121854
+ State?: string;
121855
+ /** A message describing the exclusion state of the resource type. */
121856
+ StateMessage?: string;
121857
+ });
121858
+ }
121859
+
121860
+ export declare class Vpc_VpcEncryptionControlExclusions {
121861
+ constructor(props: {
121862
+ EgressOnlyInternetGateway?: Vpc_VpcEncryptionControlExclusion;
121863
+ ElasticFileSystem?: Vpc_VpcEncryptionControlExclusion;
121864
+ InternetGateway?: Vpc_VpcEncryptionControlExclusion;
121865
+ Lambda?: Vpc_VpcEncryptionControlExclusion;
121866
+ NatGateway?: Vpc_VpcEncryptionControlExclusion;
121867
+ VirtualPrivateGateway?: Vpc_VpcEncryptionControlExclusion;
121868
+ VpcLattice?: Vpc_VpcEncryptionControlExclusion;
121869
+ VpcPeering?: Vpc_VpcEncryptionControlExclusion;
121870
+ });
121871
+ }
121872
+
121649
121873
  export declare class VpcAttachment_ProposedNetworkFunctionGroupChange {
121650
121874
  constructor(props: {
121651
121875
  /** The rule number in the policy document that applies to this change. */
@@ -121774,6 +121998,38 @@ export declare class VpcEgressConfiguration {
121774
121998
  });
121775
121999
  }
121776
122000
 
122001
+ export declare class VpcEncryptionControl {
122002
+ constructor(props: {
122003
+ /** The desired exclusion mode for Egress-Only Internet Gateways. */
122004
+ EgressOnlyInternetGatewayExclusion?: "disable" | "enable";
122005
+ /** The desired exclusion mode for Elastic File System. */
122006
+ ElasticFileSystemExclusion?: "disable" | "enable";
122007
+ /** The desired exclusion mode for Internet Gateways. */
122008
+ InternetGatewayExclusion?: "disable" | "enable";
122009
+ /** The desired exclusion mode for Lambda. */
122010
+ LambdaExclusion?: "disable" | "enable";
122011
+ /** The mode of the VPC encryption control. */
122012
+ Mode?: "enforce" | "monitor";
122013
+ /** The desired exclusion mode for NAT Gateways. */
122014
+ NatGatewayExclusion?: "disable" | "enable";
122015
+ ResourceExclusions?: Vpc_VpcEncryptionControlExclusions;
122016
+ /** The state of the VPC encryption control. */
122017
+ State?: string;
122018
+ /** A message describing the state of the VPC encryption control. */
122019
+ StateMessage?: string;
122020
+ /** The desired exclusion mode for Virtual Private Gateways. */
122021
+ VirtualPrivateGatewayExclusion?: "disable" | "enable";
122022
+ /** The ID of the VPC encryption control. */
122023
+ VpcEncryptionControlId?: string;
122024
+ /** The ID of the VPC. */
122025
+ VpcId?: string;
122026
+ /** The desired exclusion mode for VPC Lattice. */
122027
+ VpcLatticeExclusion?: "disable" | "enable";
122028
+ /** The desired exclusion mode for VPC Peering. */
122029
+ VpcPeeringExclusion?: "disable" | "enable";
122030
+ });
122031
+ }
122032
+
121777
122033
  export declare class VPCEncryptionControl_ResourceExclusions {
121778
122034
  constructor(props: {
121779
122035
  EgressOnlyInternetGateway?: VPCEncryptionControl_VpcEncryptionControlExclusion;
@@ -121803,10 +122059,16 @@ export declare class VPCEncryptionControl_VpcEncryptionControlExclusion {
121803
122059
  });
121804
122060
  }
121805
122061
 
121806
- export declare class VpcEncryptionControlExclusion {
122062
+ export declare class VpcEncryptionControlExclusions {
121807
122063
  constructor(props: {
121808
- State?: string;
121809
- StateMessage?: string;
122064
+ EgressOnlyInternetGateway?: Vpc_VpcEncryptionControlExclusion;
122065
+ ElasticFileSystem?: Vpc_VpcEncryptionControlExclusion;
122066
+ InternetGateway?: Vpc_VpcEncryptionControlExclusion;
122067
+ Lambda?: Vpc_VpcEncryptionControlExclusion;
122068
+ NatGateway?: Vpc_VpcEncryptionControlExclusion;
122069
+ VirtualPrivateGateway?: Vpc_VpcEncryptionControlExclusion;
122070
+ VpcLattice?: Vpc_VpcEncryptionControlExclusion;
122071
+ VpcPeering?: Vpc_VpcEncryptionControlExclusion;
121810
122072
  });
121811
122073
  }
121812
122074
 
@@ -435,7 +435,7 @@ export const DiskSnapshot = createResource("AWS::Lightsail::DiskSnapshot", "aws"
435
435
  export const DistributionConfiguration = createResource("AWS::ImageBuilder::DistributionConfiguration", "aws", {"Arn":"Arn"});
436
436
  export const DistributionTenant = createResource("AWS::CloudFront::DistributionTenant", "aws", {"Id":"Id","Arn":"Arn","DomainResults":"DomainResults","ETag":"ETag","Status":"Status","CreatedTime":"CreatedTime","LastModifiedTime":"LastModifiedTime"});
437
437
  export const DLMLifecyclePolicy = createResource("AWS::DLM::LifecyclePolicy", "aws", {"Id":"Id","Arn":"Arn"});
438
- export const DMSCertificate = createResource("AWS::DMS::Certificate", "aws", {"Id":"Id"});
438
+ export const DMSCertificate = createResource("AWS::DMS::Certificate", "aws", {"CertificateArn":"CertificateArn"});
439
439
  export const DMSEndpoint = createResource("AWS::DMS::Endpoint", "aws", {"Id":"Id","ExternalId":"ExternalId"});
440
440
  export const DMSEventSubscription = createResource("AWS::DMS::EventSubscription", "aws", {"Id":"Id"});
441
441
  export const DMSInstanceProfile = createResource("AWS::DMS::InstanceProfile", "aws", {"InstanceProfileArn":"InstanceProfileArn","InstanceProfileCreationTime":"InstanceProfileCreationTime"});
@@ -542,6 +542,7 @@ export const EvidentlySegment = createResource("AWS::Evidently::Segment", "aws",
542
542
  export const EVSEnvironment = createResource("AWS::EVS::Environment", "aws", {"EnvironmentId":"EnvironmentId","Checks":"Checks","EnvironmentArn":"EnvironmentArn","Credentials":"Credentials","EnvironmentState":"EnvironmentState","StateDetails":"StateDetails","CreatedAt":"CreatedAt","ModifiedAt":"ModifiedAt"});
543
543
  export const ExecutionPlan = createResource("AWS::KendraRanking::ExecutionPlan", "aws", {"Id":"Id","Arn":"Arn"});
544
544
  export const ExperimentTemplate = createResource("AWS::FIS::ExperimentTemplate", "aws", {"Id":"Id"});
545
+ export const ExperimentTrialComponent = createResource("AWS::SageMaker::ExperimentTrialComponent", "aws", {"Arn":"Arn","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime","LineageGroupArn":"LineageGroupArn"});
545
546
  export const Export = createResource("AWS::BCMDataExports::Export", "aws", {"ExportArn":"ExportArn","Export_ExportArn":"Export.ExportArn"});
546
547
  export const ExpressGatewayService = createResource("AWS::ECS::ExpressGatewayService", "aws", {"ServiceArn":"ServiceArn","ActiveConfigurations":"ActiveConfigurations","Status":"Status","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","Endpoint":"Endpoint","ECSManagedResourceArns":"ECSManagedResourceArns","ECSManagedResourceArns_ServiceSecurityGroups":"ECSManagedResourceArns.ServiceSecurityGroups","ECSManagedResourceArns_AutoScaling":"ECSManagedResourceArns.AutoScaling","ECSManagedResourceArns_AutoScaling_ScalableTarget":"ECSManagedResourceArns.AutoScaling.ScalableTarget","ECSManagedResourceArns_AutoScaling_ApplicationAutoScalingPolicies":"ECSManagedResourceArns.AutoScaling.ApplicationAutoScalingPolicies","ECSManagedResourceArns_LogGroups":"ECSManagedResourceArns.LogGroups","ECSManagedResourceArns_MetricAlarms":"ECSManagedResourceArns.MetricAlarms","ECSManagedResourceArns_IngressPath":"ECSManagedResourceArns.IngressPath","ECSManagedResourceArns_IngressPath_CertificateArn":"ECSManagedResourceArns.IngressPath.CertificateArn","ECSManagedResourceArns_IngressPath_LoadBalancerSecurityGroups":"ECSManagedResourceArns.IngressPath.LoadBalancerSecurityGroups","ECSManagedResourceArns_IngressPath_ListenerRuleArn":"ECSManagedResourceArns.IngressPath.ListenerRuleArn","ECSManagedResourceArns_IngressPath_ListenerArn":"ECSManagedResourceArns.IngressPath.ListenerArn","ECSManagedResourceArns_IngressPath_LoadBalancerArn":"ECSManagedResourceArns.IngressPath.LoadBalancerArn","ECSManagedResourceArns_IngressPath_TargetGroupArns":"ECSManagedResourceArns.IngressPath.TargetGroupArns"});
547
548
  export const Extension = createResource("AWS::AppConfig::Extension", "aws", {"Id":"Id","Arn":"Arn","VersionNumber":"VersionNumber"});
@@ -690,7 +691,7 @@ export const Instance = createResource("AWS::EC2::Instance", "aws", {"InstanceId
690
691
  export const InstanceAccessControlAttributeConfiguration = createResource("AWS::SSO::InstanceAccessControlAttributeConfiguration", "aws", {});
691
692
  export const InstanceConnectEndpoint = createResource("AWS::EC2::InstanceConnectEndpoint", "aws", {"Id":"Id","AvailabilityZone":"AvailabilityZone","AvailabilityZoneId":"AvailabilityZoneId","CreatedAt":"CreatedAt","InstanceConnectEndpointArn":"InstanceConnectEndpointArn","NetworkInterfaceIds":"NetworkInterfaceIds","OwnerId":"OwnerId","PublicDnsNames":"PublicDnsNames","State":"State","StateMessage":"StateMessage","VpcId":"VpcId"});
692
693
  export const InstanceFleetConfig = createResource("AWS::EMR::InstanceFleetConfig", "aws", {"Id":"Id"});
693
- export const InstanceGroupConfig = createResource("AWS::EMR::InstanceGroupConfig", "aws", {"InstanceGroupId":"InstanceGroupId"});
694
+ export const InstanceGroupConfig = createResource("AWS::EMR::InstanceGroupConfig", "aws", {"Id":"Id"});
694
695
  export const InstanceProfile = createResource("AWS::IAM::InstanceProfile", "aws", {"Arn":"Arn"});
695
696
  export const InstanceSnapshot = createResource("AWS::Lightsail::InstanceSnapshot", "aws", {"Arn":"Arn","IsFromAutoSnapshot":"IsFromAutoSnapshot","Location":"Location","FromInstanceName":"FromInstanceName","FromInstanceArn":"FromInstanceArn","ResourceType":"ResourceType","SizeInGb":"SizeInGb","State":"State","SupportCode":"SupportCode"});
696
697
  export const InstanceStorageConfig = createResource("AWS::Connect::InstanceStorageConfig", "aws", {"AssociationId":"AssociationId"});
@@ -764,6 +765,7 @@ export const KinesisStream = createResource("AWS::Kinesis::Stream", "aws", {"Arn
764
765
  export const KinesisVideoStream = createResource("AWS::KinesisVideo::Stream", "aws", {"Arn":"Arn"});
765
766
  export const KMSAlias = createResource("AWS::KMS::Alias", "aws", {});
766
767
  export const KmsKey = createResource("AWS::KMS::Key", "aws", {"Arn":"Arn","KeyId":"KeyId"});
768
+ export const KnowledgeBasePolicy = createResource("AWS::Bedrock::KnowledgeBasePolicy", "aws", {"RevisionId":"RevisionId"});
767
769
  export const Label = createResource("AWS::FraudDetector::Label", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
768
770
  export const Lag = createResource("AWS::DirectConnect::Lag", "aws", {"LagArn":"LagArn","LagId":"LagId","LagState":"LagState"});
769
771
  export const LakeFormationResource = createResource("AWS::LakeFormation::Resource", "aws", {"Id":"Id"});
@@ -919,6 +921,7 @@ export const ModelQualityJobDefinition = createResource("AWS::SageMaker::ModelQu
919
921
  export const ModuleDefaultVersion = createResource("AWS::CloudFormation::ModuleDefaultVersion", "aws", {});
920
922
  export const ModuleVersion = createResource("AWS::CloudFormation::ModuleVersion", "aws", {"Arn":"Arn","Description":"Description","DocumentationUrl":"DocumentationUrl","IsDefaultVersion":"IsDefaultVersion","Schema":"Schema","TimeCreated":"TimeCreated","VersionId":"VersionId","Visibility":"Visibility"});
921
923
  export const MonitoringSchedule = createResource("AWS::SageMaker::MonitoringSchedule", "aws", {"MonitoringScheduleArn":"MonitoringScheduleArn","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime"});
924
+ export const MonitoringScheduleAlert = createResource("AWS::SageMaker::MonitoringScheduleAlert", "aws", {"Arn":"Arn","AlertStatus":"AlertStatus","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime","Actions":"Actions"});
922
925
  export const MonitoringSubscription = createResource("AWS::CloudFront::MonitoringSubscription", "aws", {});
923
926
  export const MPAIdentitySource = createResource("AWS::MPA::IdentitySource", "aws", {"IdentitySourceArn":"IdentitySourceArn","IdentitySourceType":"IdentitySourceType","IdentitySourceParameters_IamIdentityCenter_ApprovalPortalUrl":"IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl","CreationTime":"CreationTime","Status":"Status","StatusCode":"StatusCode","StatusMessage":"StatusMessage"});
924
927
  export const MSKCluster = createResource("AWS::MSK::Cluster", "aws", {"Arn":"Arn","CurrentVersion":"CurrentVersion"});
@@ -1460,6 +1463,7 @@ export const TimestreamDatabase = createResource("AWS::Timestream::Database", "a
1460
1463
  export const TimestreamScheduledQuery = createResource("AWS::Timestream::ScheduledQuery", "aws", {"Arn":"Arn","SQName":"SQName","SQQueryString":"SQQueryString","SQScheduleConfiguration":"SQScheduleConfiguration","SQNotificationConfiguration":"SQNotificationConfiguration","SQScheduledQueryExecutionRoleArn":"SQScheduledQueryExecutionRoleArn","SQTargetConfiguration":"SQTargetConfiguration","SQErrorReportConfiguration":"SQErrorReportConfiguration","SQKmsKeyId":"SQKmsKeyId"});
1461
1464
  export const TimestreamTable = createResource("AWS::Timestream::Table", "aws", {"Arn":"Arn","Name":"Name"});
1462
1465
  export const TLSInspectionConfiguration = createResource("AWS::NetworkFirewall::TLSInspectionConfiguration", "aws", {"TLSInspectionConfigurationArn":"TLSInspectionConfigurationArn","TLSInspectionConfigurationId":"TLSInspectionConfigurationId"});
1466
+ export const TokenVault = createResource("AWS::BedrockAgentCore::TokenVault", "aws", {"Arn":"Arn","TokenVaultId":"TokenVaultId","KmsConfiguration":"KmsConfiguration","LastModifiedDate":"LastModifiedDate"});
1463
1467
  export const Topic = createResource("AWS::SNS::Topic", "aws", {"TopicArn":"TopicArn"});
1464
1468
  export const TopicInlinePolicy = createResource("AWS::SNS::TopicInlinePolicy", "aws", {});
1465
1469
  export const TopicPolicy = createResource("AWS::SNS::TopicPolicy", "aws", {"Id":"Id"});
@@ -1493,6 +1497,7 @@ export const TransitGatewayMulticastGroupSource = createResource("AWS::EC2::Tran
1493
1497
  export const TransitGatewayPeering = createResource("AWS::NetworkManager::TransitGatewayPeering", "aws", {"CoreNetworkArn":"CoreNetworkArn","PeeringId":"PeeringId","State":"State","PeeringType":"PeeringType","OwnerAccountId":"OwnerAccountId","EdgeLocation":"EdgeLocation","ResourceArn":"ResourceArn","CreatedAt":"CreatedAt","TransitGatewayPeeringAttachmentId":"TransitGatewayPeeringAttachmentId","LastModificationErrors":"LastModificationErrors"});
1494
1498
  export const TransitGatewayPeeringAttachment = createResource("AWS::EC2::TransitGatewayPeeringAttachment", "aws", {"TransitGatewayAttachmentId":"TransitGatewayAttachmentId","Status":"Status","State":"State","CreationTime":"CreationTime"});
1495
1499
  export const TransitGatewayPolicyTable = createResource("AWS::EC2::TransitGatewayPolicyTable", "aws", {"TransitGatewayPolicyTableId":"TransitGatewayPolicyTableId","State":"State","CreationTime":"CreationTime"});
1500
+ export const TransitGatewayPolicyTableAssociation = createResource("AWS::EC2::TransitGatewayPolicyTableAssociation", "aws", {"State":"State"});
1496
1501
  export const TransitGatewayRegistration = createResource("AWS::NetworkManager::TransitGatewayRegistration", "aws", {});
1497
1502
  export const TransitGatewayRoute = createResource("AWS::EC2::TransitGatewayRoute", "aws", {});
1498
1503
  export const TransitGatewayRouteTable = createResource("AWS::EC2::TransitGatewayRouteTable", "aws", {"TransitGatewayRouteTableId":"TransitGatewayRouteTableId"});
@@ -1557,7 +1562,7 @@ export const VoiceChannel = createResource("AWS::Pinpoint::VoiceChannel", "aws",
1557
1562
  export const VoiceIDDomain = createResource("AWS::VoiceID::Domain", "aws", {"DomainId":"DomainId"});
1558
1563
  export const VolumeAssociation = createResource("AWS::WorkspacesInstances::VolumeAssociation", "aws", {});
1559
1564
  export const VolumeAttachment = createResource("AWS::EC2::VolumeAttachment", "aws", {});
1560
- export const Vpc = createResource("AWS::EC2::VPC", "aws", {"CidrBlockAssociations":"CidrBlockAssociations","DefaultNetworkAcl":"DefaultNetworkAcl","DefaultSecurityGroup":"DefaultSecurityGroup","Ipv6CidrBlocks":"Ipv6CidrBlocks","VpcId":"VpcId"});
1565
+ export const Vpc = createResource("AWS::EC2::VPC", "aws", {"CidrBlockAssociations":"CidrBlockAssociations","DefaultNetworkAcl":"DefaultNetworkAcl","DefaultSecurityGroup":"DefaultSecurityGroup","Ipv6CidrBlocks":"Ipv6CidrBlocks","VpcId":"VpcId","VpcEncryptionControl_VpcId":"VpcEncryptionControl.VpcId","VpcEncryptionControl_VpcEncryptionControlId":"VpcEncryptionControl.VpcEncryptionControlId","VpcEncryptionControl_State":"VpcEncryptionControl.State","VpcEncryptionControl_StateMessage":"VpcEncryptionControl.StateMessage","VpcEncryptionControl_ResourceExclusions":"VpcEncryptionControl.ResourceExclusions","VpcEncryptionControl_ResourceExclusions_InternetGateway":"VpcEncryptionControl.ResourceExclusions.InternetGateway","VpcEncryptionControl_ResourceExclusions_InternetGateway_State":"VpcEncryptionControl.ResourceExclusions.InternetGateway.State","VpcEncryptionControl_ResourceExclusions_InternetGateway_StateMessage":"VpcEncryptionControl.ResourceExclusions.InternetGateway.StateMessage","VpcEncryptionControl_ResourceExclusions_EgressOnlyInternetGateway":"VpcEncryptionControl.ResourceExclusions.EgressOnlyInternetGateway","VpcEncryptionControl_ResourceExclusions_EgressOnlyInternetGateway_State":"VpcEncryptionControl.ResourceExclusions.EgressOnlyInternetGateway.State","VpcEncryptionControl_ResourceExclusions_EgressOnlyInternetGateway_StateMessage":"VpcEncryptionControl.ResourceExclusions.EgressOnlyInternetGateway.StateMessage","VpcEncryptionControl_ResourceExclusions_NatGateway":"VpcEncryptionControl.ResourceExclusions.NatGateway","VpcEncryptionControl_ResourceExclusions_NatGateway_State":"VpcEncryptionControl.ResourceExclusions.NatGateway.State","VpcEncryptionControl_ResourceExclusions_NatGateway_StateMessage":"VpcEncryptionControl.ResourceExclusions.NatGateway.StateMessage","VpcEncryptionControl_ResourceExclusions_VirtualPrivateGateway":"VpcEncryptionControl.ResourceExclusions.VirtualPrivateGateway","VpcEncryptionControl_ResourceExclusions_VirtualPrivateGateway_State":"VpcEncryptionControl.ResourceExclusions.VirtualPrivateGateway.State","VpcEncryptionControl_ResourceExclusions_VirtualPrivateGateway_StateMessage":"VpcEncryptionControl.ResourceExclusions.VirtualPrivateGateway.StateMessage","VpcEncryptionControl_ResourceExclusions_VpcPeering":"VpcEncryptionControl.ResourceExclusions.VpcPeering","VpcEncryptionControl_ResourceExclusions_VpcPeering_State":"VpcEncryptionControl.ResourceExclusions.VpcPeering.State","VpcEncryptionControl_ResourceExclusions_VpcPeering_StateMessage":"VpcEncryptionControl.ResourceExclusions.VpcPeering.StateMessage","VpcEncryptionControl_ResourceExclusions_Lambda":"VpcEncryptionControl.ResourceExclusions.Lambda","VpcEncryptionControl_ResourceExclusions_Lambda_State":"VpcEncryptionControl.ResourceExclusions.Lambda.State","VpcEncryptionControl_ResourceExclusions_Lambda_StateMessage":"VpcEncryptionControl.ResourceExclusions.Lambda.StateMessage","VpcEncryptionControl_ResourceExclusions_VpcLattice":"VpcEncryptionControl.ResourceExclusions.VpcLattice","VpcEncryptionControl_ResourceExclusions_VpcLattice_State":"VpcEncryptionControl.ResourceExclusions.VpcLattice.State","VpcEncryptionControl_ResourceExclusions_VpcLattice_StateMessage":"VpcEncryptionControl.ResourceExclusions.VpcLattice.StateMessage","VpcEncryptionControl_ResourceExclusions_ElasticFileSystem":"VpcEncryptionControl.ResourceExclusions.ElasticFileSystem","VpcEncryptionControl_ResourceExclusions_ElasticFileSystem_State":"VpcEncryptionControl.ResourceExclusions.ElasticFileSystem.State","VpcEncryptionControl_ResourceExclusions_ElasticFileSystem_StateMessage":"VpcEncryptionControl.ResourceExclusions.ElasticFileSystem.StateMessage"});
1561
1566
  export const VpcAttachment = createResource("AWS::NetworkManager::VpcAttachment", "aws", {"CoreNetworkArn":"CoreNetworkArn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","AttachmentType":"AttachmentType","State":"State","AttachmentId":"AttachmentId","OwnerAccountId":"OwnerAccountId","EdgeLocation":"EdgeLocation","AttachmentPolicyRuleNumber":"AttachmentPolicyRuleNumber","SegmentName":"SegmentName","NetworkFunctionGroupName":"NetworkFunctionGroupName","ResourceArn":"ResourceArn","LastModificationErrors":"LastModificationErrors"});
1562
1567
  export const VPCBlockPublicAccessExclusion = createResource("AWS::EC2::VPCBlockPublicAccessExclusion", "aws", {"ExclusionId":"ExclusionId"});
1563
1568
  export const VPCBlockPublicAccessOptions = createResource("AWS::EC2::VPCBlockPublicAccessOptions", "aws", {"AccountId":"AccountId","ExclusionsAllowed":"ExclusionsAllowed"});
@@ -1990,7 +1995,6 @@ export const AppConfigDeployment_Tag = createProperty("AWS::AppConfig::Deploymen
1990
1995
  export const AppConfigEnvironment_Monitor = createProperty("AWS::AppConfig::Environment.Monitor", "aws");
1991
1996
  export const AppConfigEnvironment_Tag = createProperty("AWS::AppConfig::Environment.Tag", "aws");
1992
1997
  export const AppConfigResourceObject = createProperty("AWS::Evidently::Project.AppConfigResourceObject", "aws");
1993
- export const AppConfiguration = createProperty("AWS::EMR::InstanceGroupConfig.AppConfiguration", "aws");
1994
1998
  export const AppCookieStickinessPolicy = createProperty("AWS::ElasticLoadBalancing::LoadBalancer.AppCookieStickinessPolicy", "aws");
1995
1999
  export const AppFlowConnector_ConnectorProvisioningConfig = createProperty("AWS::AppFlow::Connector.ConnectorProvisioningConfig", "aws");
1996
2000
  export const AppFlowConnector_LambdaConnectorProvisioningConfig = createProperty("AWS::AppFlow::Connector.LambdaConnectorProvisioningConfig", "aws");
@@ -5834,8 +5838,8 @@ export const InstanceFleetConfig_OnDemandProvisioningSpecification = createPrope
5834
5838
  export const InstanceFleetConfig_OnDemandResizingSpecification = createProperty("AWS::EMR::InstanceFleetConfig.OnDemandResizingSpecification", "aws");
5835
5839
  export const InstanceFleetConfig_SpotProvisioningSpecification = createProperty("AWS::EMR::InstanceFleetConfig.SpotProvisioningSpecification", "aws");
5836
5840
  export const InstanceFleetConfig_SpotResizingSpecification = createProperty("AWS::EMR::InstanceFleetConfig.SpotResizingSpecification", "aws");
5837
- export const InstanceGroupConfig_AppConfiguration = createProperty("AWS::EMR::InstanceGroupConfig.AppConfiguration", "aws");
5838
5841
  export const InstanceGroupConfig_AutoScalingPolicy = createProperty("AWS::EMR::InstanceGroupConfig.AutoScalingPolicy", "aws");
5842
+ export const InstanceGroupConfig_Configuration = createProperty("AWS::EMR::InstanceGroupConfig.Configuration", "aws");
5839
5843
  export const InstanceGroupConfig_EbsBlockDeviceConfig = createProperty("AWS::EMR::InstanceGroupConfig.EbsBlockDeviceConfig", "aws");
5840
5844
  export const InstanceGroupConfig_EbsConfiguration = createProperty("AWS::EMR::InstanceGroupConfig.EbsConfiguration", "aws");
5841
5845
  export const InstanceGroupConfig_ScalingAction = createProperty("AWS::EMR::InstanceGroupConfig.ScalingAction", "aws");
@@ -6273,6 +6277,7 @@ export const KinesisStreamSourceConfiguration = createProperty("AWS::KinesisFire
6273
6277
  export const KinesisVideoStream_StreamStorageConfiguration = createProperty("AWS::KinesisVideo::Stream.StreamStorageConfiguration", "aws");
6274
6278
  export const KinesisVideoStream_Tag = createProperty("AWS::KinesisVideo::Stream.Tag", "aws");
6275
6279
  export const KinesisVideoStreamConfig = createProperty("AWS::Connect::InstanceStorageConfig.KinesisVideoStreamConfig", "aws");
6280
+ export const KmsConfiguration = createProperty("AWS::BedrockAgentCore::TokenVault.KmsConfiguration", "aws");
6276
6281
  export const KmsEncryptionConfig = createProperty("AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig", "aws");
6277
6282
  export const KMSEncryptionConfig = createProperty("AWS::KinesisFirehose::DeliveryStream.KMSEncryptionConfig", "aws");
6278
6283
  export const KmsKey_Tag = createProperty("AWS::KMS::Key.Tag", "aws");
@@ -7054,6 +7059,7 @@ export const ModelCardExportArtifacts = createProperty("AWS::SageMaker::ModelCar
7054
7059
  export const ModelCardExportJob_ModelCardExportArtifacts = createProperty("AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts", "aws");
7055
7060
  export const ModelCardExportJob_ModelCardExportOutputConfig = createProperty("AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig", "aws");
7056
7061
  export const ModelCardExportOutputConfig = createProperty("AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig", "aws");
7062
+ export const ModelDashboardIndicatorAction = createProperty("AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction", "aws");
7057
7063
  export const ModelDataQuality = createProperty("AWS::SageMaker::ModelPackage.ModelDataQuality", "aws");
7058
7064
  export const ModelEnforcement = createProperty("AWS::Bedrock::EnforcedGuardrailConfiguration.ModelEnforcement", "aws");
7059
7065
  export const ModelExplainabilityAppSpecification = createProperty("AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityAppSpecification", "aws");
@@ -7155,6 +7161,7 @@ export const Monitor = createProperty("AWS::AppConfig::Environment.Monitor", "aw
7155
7161
  export const MonitorDeployment = createProperty("AWS::MediaLive::SignalMap.MonitorDeployment", "aws");
7156
7162
  export const MonitoredRequestCountMetric = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.MonitoredRequestCountMetric", "aws");
7157
7163
  export const Monitoring = createProperty("AWS::EC2::LaunchTemplate.Monitoring", "aws");
7164
+ export const MonitoringAlertActions = createProperty("AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions", "aws");
7158
7165
  export const MonitoringAppSpecification = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification", "aws");
7159
7166
  export const MonitoringExecutionSummary = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringExecutionSummary", "aws");
7160
7167
  export const MonitoringJobDefinition = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringJobDefinition", "aws");
@@ -7169,6 +7176,8 @@ export const MonitoringSchedule_NetworkConfig = createProperty("AWS::SageMaker::
7169
7176
  export const MonitoringSchedule_ScheduleConfig = createProperty("AWS::SageMaker::MonitoringSchedule.ScheduleConfig", "aws");
7170
7177
  export const MonitoringSchedule_StoppingCondition = createProperty("AWS::SageMaker::MonitoringSchedule.StoppingCondition", "aws");
7171
7178
  export const MonitoringSchedule_Tag = createProperty("AWS::SageMaker::MonitoringSchedule.Tag", "aws");
7179
+ export const MonitoringScheduleAlert_ModelDashboardIndicatorAction = createProperty("AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction", "aws");
7180
+ export const MonitoringScheduleAlert_MonitoringAlertActions = createProperty("AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions", "aws");
7172
7181
  export const MonitoringScheduleConfig = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig", "aws");
7173
7182
  export const MonitoringSubscription_MonitoringSubscription = createProperty("AWS::CloudFront::MonitoringSubscription.MonitoringSubscription", "aws");
7174
7183
  export const MonitoringSubscription_RealtimeMetricsSubscriptionConfig = createProperty("AWS::CloudFront::MonitoringSubscription.RealtimeMetricsSubscriptionConfig", "aws");
@@ -9897,6 +9906,7 @@ export const TLSInspectionConfiguration_Tag = createProperty("AWS::NetworkFirewa
9897
9906
  export const TLSInspectionConfiguration_TLSInspectionConfiguration = createProperty("AWS::NetworkFirewall::TLSInspectionConfiguration.TLSInspectionConfiguration", "aws");
9898
9907
  export const TokenExchangeGrantTypeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.TokenExchangeGrantTypeConfig", "aws");
9899
9908
  export const TokenValidityUnits = createProperty("AWS::Cognito::UserPoolClient.TokenValidityUnits", "aws");
9909
+ export const TokenVault_KmsConfiguration = createProperty("AWS::BedrockAgentCore::TokenVault.KmsConfiguration", "aws");
9900
9910
  export const ToolbarConfiguration = createProperty("AWS::WorkSpacesWeb::UserSettings.ToolbarConfiguration", "aws");
9901
9911
  export const Topic_LoggingConfig = createProperty("AWS::SNS::Topic.LoggingConfig", "aws");
9902
9912
  export const Topic_Subscription = createProperty("AWS::SNS::Topic.Subscription", "aws");
@@ -10290,6 +10300,9 @@ export const VolumeSpecification = createProperty("AWS::EMR::InstanceGroupConfig
10290
10300
  export const VotingPolicy = createProperty("AWS::ManagedBlockchain::Member.VotingPolicy", "aws");
10291
10301
  export const VPC = createProperty("AWS::Route53::HostedZone.VPC", "aws");
10292
10302
  export const Vpc_Tag = createProperty("AWS::EC2::VPC.Tag", "aws");
10303
+ export const Vpc_VpcEncryptionControl = createProperty("AWS::EC2::VPC.VpcEncryptionControl", "aws");
10304
+ export const Vpc_VpcEncryptionControlExclusion = createProperty("AWS::EC2::VPC.VpcEncryptionControlExclusion", "aws");
10305
+ export const Vpc_VpcEncryptionControlExclusions = createProperty("AWS::EC2::VPC.VpcEncryptionControlExclusions", "aws");
10293
10306
  export const VpcAttachment_ProposedNetworkFunctionGroupChange = createProperty("AWS::NetworkManager::VpcAttachment.ProposedNetworkFunctionGroupChange", "aws");
10294
10307
  export const VpcAttachment_ProposedSegmentChange = createProperty("AWS::NetworkManager::VpcAttachment.ProposedSegmentChange", "aws");
10295
10308
  export const VpcAttachment_Tag = createProperty("AWS::NetworkManager::VpcAttachment.Tag", "aws");
@@ -10303,10 +10316,11 @@ export const VpcConnectivity = createProperty("AWS::MSK::Cluster.VpcConnectivity
10303
10316
  export const VpcConnector_Tag = createProperty("AWS::AppRunner::VpcConnector.Tag", "aws");
10304
10317
  export const VpcDestinationProperties = createProperty("AWS::IoT::TopicRuleDestination.VpcDestinationProperties", "aws");
10305
10318
  export const VpcEgressConfiguration = createProperty("AWS::Lambda::NetworkConnector.VpcEgressConfiguration", "aws");
10319
+ export const VpcEncryptionControl = createProperty("AWS::EC2::VPC.VpcEncryptionControl", "aws");
10306
10320
  export const VPCEncryptionControl_ResourceExclusions = createProperty("AWS::EC2::VPCEncryptionControl.ResourceExclusions", "aws");
10307
10321
  export const VPCEncryptionControl_Tag = createProperty("AWS::EC2::VPCEncryptionControl.Tag", "aws");
10308
10322
  export const VPCEncryptionControl_VpcEncryptionControlExclusion = createProperty("AWS::EC2::VPCEncryptionControl.VpcEncryptionControlExclusion", "aws");
10309
- export const VpcEncryptionControlExclusion = createProperty("AWS::EC2::VPCEncryptionControl.VpcEncryptionControlExclusion", "aws");
10323
+ export const VpcEncryptionControlExclusions = createProperty("AWS::EC2::VPC.VpcEncryptionControlExclusions", "aws");
10310
10324
  export const VPCEndpoint_DnsOptionsSpecification = createProperty("AWS::EC2::VPCEndpoint.DnsOptionsSpecification", "aws");
10311
10325
  export const VPCEndpoint_Tag = createProperty("AWS::EC2::VPCEndpoint.Tag", "aws");
10312
10326
  export const VpcEndpointAssociation_SubnetMapping = createProperty("AWS::NetworkFirewall::VpcEndpointAssociation.SubnetMapping", "aws");