@intentius/chant-lexicon-aws 0.41.0 → 0.41.4

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.
@@ -441,7 +441,7 @@ export const DistributionTenant = createResource("AWS::CloudFront::DistributionT
441
441
  export const DLMLifecyclePolicy = createResource("AWS::DLM::LifecyclePolicy", "aws", {"Id":"Id","Arn":"Arn"});
442
442
  export const DMSCertificate = createResource("AWS::DMS::Certificate", "aws", {"CertificateArn":"CertificateArn"});
443
443
  export const DMSEndpoint = createResource("AWS::DMS::Endpoint", "aws", {"EndpointArn":"EndpointArn","ExternalId":"ExternalId"});
444
- export const DMSEventSubscription = createResource("AWS::DMS::EventSubscription", "aws", {"Id":"Id"});
444
+ export const DMSEventSubscription = createResource("AWS::DMS::EventSubscription", "aws", {});
445
445
  export const DMSInstanceProfile = createResource("AWS::DMS::InstanceProfile", "aws", {"InstanceProfileArn":"InstanceProfileArn","InstanceProfileCreationTime":"InstanceProfileCreationTime"});
446
446
  export const DNSSEC = createResource("AWS::Route53::DNSSEC", "aws", {});
447
447
  export const DnsView = createResource("AWS::Route53GlobalResolver::DnsView", "aws", {"Arn":"Arn","DnsViewId":"DnsViewId","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","Status":"Status"});
@@ -794,6 +794,7 @@ export const LegalHold = createResource("AWS::Backup::LegalHold", "aws", {"Arn":
794
794
  export const Lens = createResource("AWS::WellArchitected::Lens", "aws", {"LensArn":"LensArn","LensId":"LensId","Name":"Name","Description":"Description","Owner":"Owner"});
795
795
  export const LexResourcePolicy = createResource("AWS::Lex::ResourcePolicy", "aws", {"Id":"Id","RevisionId":"RevisionId"});
796
796
  export const License = createResource("AWS::LicenseManager::License", "aws", {"LicenseArn":"LicenseArn","Version":"Version"});
797
+ export const LicenseAssetRuleSet = createResource("AWS::LicenseManager::LicenseAssetRuleSet", "aws", {"LicenseAssetRulesetArn":"LicenseAssetRulesetArn"});
797
798
  export const LicenseEndpoint = createResource("AWS::Deadline::LicenseEndpoint", "aws", {"DnsName":"DnsName","LicenseEndpointId":"LicenseEndpointId","Status":"Status","StatusMessage":"StatusMessage","Arn":"Arn"});
798
799
  export const LifecycleAutomation = createResource("AWS::SSMQuickSetup::LifecycleAutomation", "aws", {"AssociationId":"AssociationId"});
799
800
  export const LifecycleHook = createResource("AWS::AutoScaling::LifecycleHook", "aws", {});
@@ -981,7 +982,7 @@ export const NotificationHub = createResource("AWS::Notifications::NotificationH
981
982
  export const NotificationRule = createResource("AWS::CodeStarNotifications::NotificationRule", "aws", {"Arn":"Arn"});
982
983
  export const NotificationsEventRule = createResource("AWS::Notifications::EventRule", "aws", {"Arn":"Arn","CreationTime":"CreationTime","ManagedRules":"ManagedRules","StatusSummaryByRegion":"StatusSummaryByRegion"});
983
984
  export const OamLink = createResource("AWS::Oam::Link", "aws", {"Arn":"Arn","Label":"Label"});
984
- export const OAuth2CredentialProvider = createResource("AWS::BedrockAgentCore::OAuth2CredentialProvider", "aws", {"CredentialProviderArn":"CredentialProviderArn","ClientSecretArn":"ClientSecretArn","ClientSecretJsonKey":"ClientSecretJsonKey","ClientSecretSource":"ClientSecretSource","CallbackUrl":"CallbackUrl","Oauth2ProviderConfigOutput":"Oauth2ProviderConfigOutput","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
985
+ export const OAuth2CredentialProvider = createResource("AWS::BedrockAgentCore::OAuth2CredentialProvider", "aws", {"CredentialProviderArn":"CredentialProviderArn","ClientSecretArn":"ClientSecretArn","ClientSecretJsonKey":"ClientSecretJsonKey","ClientSecretSource":"ClientSecretSource","CallbackUrl":"CallbackUrl","Oauth2ProviderConfigOutput":"Oauth2ProviderConfigOutput","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime","Status":"Status"});
985
986
  export const OAuthClientApplication = createResource("AWS::QuickSight::OAuthClientApplication", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
986
987
  export const ObjectType = createResource("AWS::CustomerProfiles::ObjectType", "aws", {"LastUpdatedAt":"LastUpdatedAt","CreatedAt":"CreatedAt","MaxAvailableProfileObjectCount":"MaxAvailableProfileObjectCount"});
987
988
  export const ObservabilityConfiguration = createResource("AWS::AppRunner::ObservabilityConfiguration", "aws", {"ObservabilityConfigurationArn":"ObservabilityConfigurationArn","ObservabilityConfigurationRevision":"ObservabilityConfigurationRevision","Latest":"Latest"});
@@ -1402,7 +1403,7 @@ export const SSMResourcePolicy = createResource("AWS::SSM::ResourcePolicy", "aws
1402
1403
  export const SSOApplication = createResource("AWS::SSO::Application", "aws", {"ApplicationArn":"ApplicationArn","IdentityStoreArn":"IdentityStoreArn"});
1403
1404
  export const SSOInstance = createResource("AWS::SSO::Instance", "aws", {"InstanceArn":"InstanceArn","OwnerAccountId":"OwnerAccountId","IdentityStoreId":"IdentityStoreId","Status":"Status"});
1404
1405
  export const Stack = createResource("AWS::CloudFormation::Stack", "aws", {"StackId":"StackId","StackStatus":"StackStatus","CreationTime":"CreationTime","RootId":"RootId","ParentId":"ParentId","ChangeSetId":"ChangeSetId","Outputs":"Outputs","LastUpdateTime":"LastUpdateTime"});
1405
- export const StackFleetAssociation = createResource("AWS::AppStream::StackFleetAssociation", "aws", {});
1406
+ export const StackFleetAssociation = createResource("AWS::AppStream::StackFleetAssociation", "aws", {"Id":"Id"});
1406
1407
  export const StackSet = createResource("AWS::CloudFormation::StackSet", "aws", {"StackSetId":"StackSetId"});
1407
1408
  export const StackSetConstraint = createResource("AWS::ServiceCatalog::StackSetConstraint", "aws", {"Id":"Id"});
1408
1409
  export const StackUserAssociation = createResource("AWS::AppStream::StackUserAssociation", "aws", {});
@@ -1484,6 +1485,7 @@ export const TopicInlinePolicy = createResource("AWS::SNS::TopicInlinePolicy", "
1484
1485
  export const TopicPolicy = createResource("AWS::SNS::TopicPolicy", "aws", {"Id":"Id"});
1485
1486
  export const TopicRule = createResource("AWS::IoT::TopicRule", "aws", {"Arn":"Arn"});
1486
1487
  export const TopicRuleDestination = createResource("AWS::IoT::TopicRuleDestination", "aws", {"Arn":"Arn","StatusReason":"StatusReason"});
1488
+ export const TopicV2 = createResource("AWS::QuickSight::TopicV2", "aws", {"Arn":"Arn"});
1487
1489
  export const Tracker = createResource("AWS::Location::Tracker", "aws", {"CreateTime":"CreateTime","Arn":"Arn","TrackerArn":"TrackerArn","UpdateTime":"UpdateTime"});
1488
1490
  export const TrackerConsumer = createResource("AWS::Location::TrackerConsumer", "aws", {});
1489
1491
  export const TrafficDistributionGroup = createResource("AWS::Connect::TrafficDistributionGroup", "aws", {"TrafficDistributionGroupArn":"TrafficDistributionGroupArn","Status":"Status","IsDefault":"IsDefault"});
@@ -3678,7 +3680,6 @@ export const CustomEvents = createProperty("AWS::RUM::AppMonitor.CustomEvents",
3678
3680
  export const CustomHeadersConfig = createProperty("AWS::CloudFront::ResponseHeadersPolicy.CustomHeadersConfig", "aws");
3679
3681
  export const CustomImageContainerEnvironmentVariable = createProperty("AWS::SageMaker::AppImageConfig.CustomImageContainerEnvironmentVariable", "aws");
3680
3682
  export const CustomInstruction = createProperty("AWS::QuickSight::DataSet.CustomInstruction", "aws");
3681
- export const CustomInstructions = createProperty("AWS::QuickSight::Topic.CustomInstructions", "aws");
3682
3683
  export const CustomizationConfiguration = createProperty("AWS::QBusiness::WebExperience.CustomizationConfiguration", "aws");
3683
3684
  export const Customizations = createProperty("AWS::CloudFront::DistributionTenant.Customizations", "aws");
3684
3685
  export const CustomizedLoadMetricSpecification = createProperty("AWS::AutoScalingPlans::ScalingPlan.CustomizedLoadMetricSpecification", "aws");
@@ -4017,6 +4018,8 @@ export const DatasetImportJob = createProperty("AWS::Personalize::Dataset.Datase
4017
4018
  export const DatasetInputConfig = createProperty("AWS::CleanRoomsML::TrainingDataset.DatasetInputConfig", "aws");
4018
4019
  export const DatasetMetadata = createProperty("AWS::QuickSight::Topic.DatasetMetadata", "aws");
4019
4020
  export const DataSetRefreshProperties = createProperty("AWS::QuickSight::DataSet.DataSetRefreshProperties", "aws");
4021
+ export const DataSetRelation = createProperty("AWS::QuickSight::TopicV2.DataSetRelation", "aws");
4022
+ export const DataSetRelationEndpoint = createProperty("AWS::QuickSight::TopicV2.DataSetRelationEndpoint", "aws");
4020
4023
  export const DataSetSchema = createProperty("AWS::QuickSight::Template.DataSetSchema", "aws");
4021
4024
  export const DataSetSemanticDescription = createProperty("AWS::QuickSight::DataSet.DataSetSemanticDescription", "aws");
4022
4025
  export const DataSetSemanticMetadata = createProperty("AWS::QuickSight::DataSet.DataSetSemanticMetadata", "aws");
@@ -5938,6 +5941,7 @@ export const InstanceMetadataServiceConfiguration = createProperty("AWS::SageMak
5938
5941
  export const InstanceNetworkInterfaceSpecification = createProperty("AWS::EC2::SpotFleet.InstanceNetworkInterfaceSpecification", "aws");
5939
5942
  export const InstancePools = createProperty("AWS::SageMaker::EndpointConfig.InstancePools", "aws");
5940
5943
  export const InstanceReusePolicy = createProperty("AWS::AutoScaling::WarmPool.InstanceReusePolicy", "aws");
5944
+ export const InstanceRuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.InstanceRuleStatement", "aws");
5941
5945
  export const InstancesDistribution = createProperty("AWS::AutoScaling::AutoScalingGroup.InstancesDistribution", "aws");
5942
5946
  export const InstanceSnapshot_Location = createProperty("AWS::Lightsail::InstanceSnapshot.Location", "aws");
5943
5947
  export const InstanceSnapshot_Tag = createProperty("AWS::Lightsail::InstanceSnapshot.Tag", "aws");
@@ -6472,7 +6476,16 @@ export const License_Metadata = createProperty("AWS::LicenseManager::License.Met
6472
6476
  export const License_ProvisionalConfiguration = createProperty("AWS::LicenseManager::License.ProvisionalConfiguration", "aws");
6473
6477
  export const License_Tag = createProperty("AWS::LicenseManager::License.Tag", "aws");
6474
6478
  export const License_ValidityDateFormat = createProperty("AWS::LicenseManager::License.ValidityDateFormat", "aws");
6479
+ export const LicenseAssetRule = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.LicenseAssetRule", "aws");
6480
+ export const LicenseAssetRuleSet_InstanceRuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.InstanceRuleStatement", "aws");
6481
+ export const LicenseAssetRuleSet_LicenseAssetRule = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.LicenseAssetRule", "aws");
6482
+ export const LicenseAssetRuleSet_LicenseConfigurationRuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.LicenseConfigurationRuleStatement", "aws");
6483
+ export const LicenseAssetRuleSet_LicenseRuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.LicenseRuleStatement", "aws");
6484
+ export const LicenseAssetRuleSet_RuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.RuleStatement", "aws");
6485
+ export const LicenseAssetRuleSet_Tag = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.Tag", "aws");
6486
+ export const LicenseConfigurationRuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.LicenseConfigurationRuleStatement", "aws");
6475
6487
  export const LicenseEndpoint_Tag = createProperty("AWS::Deadline::LicenseEndpoint.Tag", "aws");
6488
+ export const LicenseRuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.LicenseRuleStatement", "aws");
6476
6489
  export const LifecycleHookSpecification = createProperty("AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification", "aws");
6477
6490
  export const LifecycleResourceType = createProperty("AWS::Backup::BackupPlan.LifecycleResourceType", "aws");
6478
6491
  export const LightsailBucket_AccessRules = createProperty("AWS::Lightsail::Bucket.AccessRules", "aws");
@@ -6739,6 +6752,7 @@ export const ManagedScalingPolicy = createProperty("AWS::EMR::Cluster.ManagedSca
6739
6752
  export const ManagedServices = createProperty("AWS::ODB::OdbNetwork.ManagedServices", "aws");
6740
6753
  export const ManagedStorageConfiguration = createProperty("AWS::ECS::Cluster.ManagedStorageConfiguration", "aws");
6741
6754
  export const ManagedStorageEncryptionConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedStorageEncryptionConfiguration", "aws");
6755
+ export const ManagedVpcResource = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.ManagedVpcResource", "aws");
6742
6756
  export const ManagedWordsConfig = createProperty("AWS::Bedrock::Guardrail.ManagedWordsConfig", "aws");
6743
6757
  export const ManifestConfig = createProperty("AWS::DataSync::Task.ManifestConfig", "aws");
6744
6758
  export const ManifestFileLocation = createProperty("AWS::QuickSight::DataSource.ManifestFileLocation", "aws");
@@ -7488,14 +7502,20 @@ export const OAuth2CredentialProvider_GithubOauth2ProviderConfigInput = createPr
7488
7502
  export const OAuth2CredentialProvider_GoogleOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.GoogleOauth2ProviderConfigInput", "aws");
7489
7503
  export const OAuth2CredentialProvider_IncludedOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.IncludedOauth2ProviderConfigInput", "aws");
7490
7504
  export const OAuth2CredentialProvider_LinkedinOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.LinkedinOauth2ProviderConfigInput", "aws");
7505
+ export const OAuth2CredentialProvider_ManagedVpcResource = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.ManagedVpcResource", "aws");
7491
7506
  export const OAuth2CredentialProvider_MicrosoftOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.MicrosoftOauth2ProviderConfigInput", "aws");
7492
7507
  export const OAuth2CredentialProvider_Oauth2AuthorizationServerMetadata = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2AuthorizationServerMetadata", "aws");
7493
7508
  export const OAuth2CredentialProvider_Oauth2Discovery = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2Discovery", "aws");
7494
7509
  export const OAuth2CredentialProvider_Oauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2ProviderConfigInput", "aws");
7495
7510
  export const OAuth2CredentialProvider_Oauth2ProviderConfigOutput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2ProviderConfigOutput", "aws");
7496
7511
  export const OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.OnBehalfOfTokenExchangeConfig", "aws");
7512
+ export const OAuth2CredentialProvider_PrivateEndpoint = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateEndpoint", "aws");
7513
+ export const OAuth2CredentialProvider_PrivateEndpointOverride = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateEndpointOverride", "aws");
7514
+ export const OAuth2CredentialProvider_PrivateKeyJwtConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeyJwtConfig", "aws");
7515
+ export const OAuth2CredentialProvider_PrivateKeySource = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeySource", "aws");
7497
7516
  export const OAuth2CredentialProvider_SalesforceOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SalesforceOauth2ProviderConfigInput", "aws");
7498
7517
  export const OAuth2CredentialProvider_SecretReference = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SecretReference", "aws");
7518
+ export const OAuth2CredentialProvider_SelfManagedLatticeResource = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SelfManagedLatticeResource", "aws");
7499
7519
  export const OAuth2CredentialProvider_SlackOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SlackOauth2ProviderConfigInput", "aws");
7500
7520
  export const OAuth2CredentialProvider_Tag = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Tag", "aws");
7501
7521
  export const OAuth2CredentialProvider_TokenExchangeGrantTypeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.TokenExchangeGrantTypeConfig", "aws");
@@ -8083,9 +8103,9 @@ export const PrivateDnsNamespace_Properties = createProperty("AWS::ServiceDiscov
8083
8103
  export const PrivateDnsNamespace_SOA = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.SOA", "aws");
8084
8104
  export const PrivateDnsNamespace_Tag = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.Tag", "aws");
8085
8105
  export const PrivateDnsPropertiesMutable = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.PrivateDnsPropertiesMutable", "aws");
8086
- export const PrivateEndpoint = createProperty("AWS::BedrockAgentCore::Harness.PrivateEndpoint", "aws");
8087
- export const PrivateEndpointOverride = createProperty("AWS::BedrockAgentCore::Harness.PrivateEndpointOverride", "aws");
8088
8106
  export const PrivateIpAdd = createProperty("AWS::EC2::LaunchTemplate.PrivateIpAdd", "aws");
8107
+ export const PrivateKeyJwtConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeyJwtConfig", "aws");
8108
+ export const PrivateKeySource = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeySource", "aws");
8089
8109
  export const PrivateRegistryAccess = createProperty("AWS::Lightsail::Container.PrivateRegistryAccess", "aws");
8090
8110
  export const PrivateVirtualInterface_BgpPeer = createProperty("AWS::DirectConnect::PrivateVirtualInterface.BgpPeer", "aws");
8091
8111
  export const PrivateVirtualInterface_Tag = createProperty("AWS::DirectConnect::PrivateVirtualInterface.Tag", "aws");
@@ -8898,6 +8918,7 @@ export const Ruleset_Tag = createProperty("AWS::DataBrew::Ruleset.Tag", "aws");
8898
8918
  export const Ruleset_Threshold = createProperty("AWS::DataBrew::Ruleset.Threshold", "aws");
8899
8919
  export const RulesSource = createProperty("AWS::NetworkFirewall::RuleGroup.RulesSource", "aws");
8900
8920
  export const RulesSourceList = createProperty("AWS::NetworkFirewall::RuleGroup.RulesSourceList", "aws");
8921
+ export const RuleStatement = createProperty("AWS::LicenseManager::LicenseAssetRuleSet.RuleStatement", "aws");
8901
8922
  export const RuleTriggerEventSource = createProperty("AWS::Connect::Rule.RuleTriggerEventSource", "aws");
8902
8923
  export const RuleVariables = createProperty("AWS::NetworkFirewall::RuleGroup.RuleVariables", "aws");
8903
8924
  export const RunAs = createProperty("AWS::Greengrass::FunctionDefinitionVersion.RunAs", "aws");
@@ -9284,6 +9305,7 @@ export const Selector = createProperty("AWS::EKS::FargateProfile.Selector", "aws
9284
9305
  export const SelfManagedEventSource = createProperty("AWS::Lambda::EventSourceMapping.SelfManagedEventSource", "aws");
9285
9306
  export const SelfManagedKafkaAccessConfigurationVpc = createProperty("AWS::Pipes::Pipe.SelfManagedKafkaAccessConfigurationVpc", "aws");
9286
9307
  export const SelfManagedKafkaEventSourceConfig = createProperty("AWS::Lambda::EventSourceMapping.SelfManagedKafkaEventSourceConfig", "aws");
9308
+ export const SelfManagedLatticeResource = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SelfManagedLatticeResource", "aws");
9287
9309
  export const SemanticChunkingConfiguration = createProperty("AWS::Bedrock::DataSource.SemanticChunkingConfiguration", "aws");
9288
9310
  export const SemanticEntityType = createProperty("AWS::QuickSight::Topic.SemanticEntityType", "aws");
9289
9311
  export const SemanticModelConfiguration = createProperty("AWS::QuickSight::DataSet.SemanticModelConfiguration", "aws");
@@ -10064,6 +10086,12 @@ export const TopicRule_TopicRulePayload = createProperty("AWS::IoT::TopicRule.To
10064
10086
  export const TopicRuleDestination_HttpUrlDestinationSummary = createProperty("AWS::IoT::TopicRuleDestination.HttpUrlDestinationSummary", "aws");
10065
10087
  export const TopicRuleDestination_VpcDestinationProperties = createProperty("AWS::IoT::TopicRuleDestination.VpcDestinationProperties", "aws");
10066
10088
  export const TopicRulePayload = createProperty("AWS::IoT::TopicRule.TopicRulePayload", "aws");
10089
+ export const TopicV2_CustomInstructions = createProperty("AWS::QuickSight::TopicV2.CustomInstructions", "aws");
10090
+ export const TopicV2_DataSetReference = createProperty("AWS::QuickSight::TopicV2.DataSetReference", "aws");
10091
+ export const TopicV2_DataSetRelation = createProperty("AWS::QuickSight::TopicV2.DataSetRelation", "aws");
10092
+ export const TopicV2_DataSetRelationEndpoint = createProperty("AWS::QuickSight::TopicV2.DataSetRelationEndpoint", "aws");
10093
+ export const TopicV2_ResourcePermission = createProperty("AWS::QuickSight::TopicV2.ResourcePermission", "aws");
10094
+ export const TopicV2_Tag = createProperty("AWS::QuickSight::TopicV2.Tag", "aws");
10067
10095
  export const TotalLocalStorageGB = createProperty("AWS::EC2::LaunchTemplate.TotalLocalStorageGB", "aws");
10068
10096
  export const TraceConfiguration = createProperty("AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration", "aws");
10069
10097
  export const TracingConfig = createProperty("AWS::Lambda::Function.TracingConfig", "aws");
@@ -22256,11 +22256,6 @@
22256
22256
  "kind": "property",
22257
22257
  "lexicon": "aws"
22258
22258
  },
22259
- "CustomInstructions": {
22260
- "resourceType": "AWS::QuickSight::Topic.CustomInstructions",
22261
- "kind": "property",
22262
- "lexicon": "aws"
22263
- },
22264
22259
  "CustomLineItem": {
22265
22260
  "resourceType": "AWS::BillingConductor::CustomLineItem",
22266
22261
  "kind": "resource",
@@ -23745,16 +23740,18 @@
23745
23740
  "resourceType": "AWS::DMS::EventSubscription",
23746
23741
  "kind": "resource",
23747
23742
  "lexicon": "aws",
23748
- "attrs": {
23749
- "Id": "Id"
23750
- },
23751
23743
  "createOnly": [
23752
23744
  "SubscriptionName",
23753
23745
  "SourceIds"
23754
23746
  ],
23755
23747
  "primaryIdentifier": [
23756
- "Id"
23757
- ]
23748
+ "SubscriptionName"
23749
+ ],
23750
+ "tagging": {
23751
+ "taggable": true,
23752
+ "tagOnCreate": true,
23753
+ "tagUpdatable": true
23754
+ }
23758
23755
  },
23759
23756
  "DMSEventSubscription_Tag": {
23760
23757
  "resourceType": "AWS::DMS::EventSubscription.Tag",
@@ -25905,6 +25902,16 @@
25905
25902
  "kind": "property",
25906
25903
  "lexicon": "aws"
25907
25904
  },
25905
+ "DataSetRelation": {
25906
+ "resourceType": "AWS::QuickSight::TopicV2.DataSetRelation",
25907
+ "kind": "property",
25908
+ "lexicon": "aws"
25909
+ },
25910
+ "DataSetRelationEndpoint": {
25911
+ "resourceType": "AWS::QuickSight::TopicV2.DataSetRelationEndpoint",
25912
+ "kind": "property",
25913
+ "lexicon": "aws"
25914
+ },
25908
25915
  "DataSetSchema": {
25909
25916
  "resourceType": "AWS::QuickSight::Template.DataSetSchema",
25910
25917
  "kind": "property",
@@ -30714,6 +30721,21 @@
30714
30721
  "KmsKeyArn": {
30715
30722
  "minLength": 1,
30716
30723
  "maxLength": 2048
30724
+ },
30725
+ "PrivateConnectionName": {
30726
+ "pattern": "^[a-z0-9]([a-z0-9-]*[a-z0-9])?$",
30727
+ "minLength": 3,
30728
+ "maxLength": 30
30729
+ },
30730
+ "TargetUrlPrivateConnectionName": {
30731
+ "pattern": "^[a-z0-9]([a-z0-9-]*[a-z0-9])?$",
30732
+ "minLength": 3,
30733
+ "maxLength": 30
30734
+ },
30735
+ "ExchangeUrlPrivateConnectionName": {
30736
+ "pattern": "^[a-z0-9]([a-z0-9-]*[a-z0-9])?$",
30737
+ "minLength": 3,
30738
+ "maxLength": 30
30717
30739
  }
30718
30740
  },
30719
30741
  "createOnly": [
@@ -30723,10 +30745,15 @@
30723
30745
  "ServiceDetails/ServiceNow",
30724
30746
  "ServiceDetails/PagerDuty",
30725
30747
  "ServiceDetails/AzureIdentity",
30726
- "KmsKeyArn"
30748
+ "KmsKeyArn",
30749
+ "PrivateConnectionName",
30750
+ "TargetUrlPrivateConnectionName",
30751
+ "ExchangeUrlPrivateConnectionName"
30727
30752
  ],
30728
30753
  "writeOnly": [
30729
- "ServiceDetails"
30754
+ "ServiceDetails",
30755
+ "TargetUrlPrivateConnectionName",
30756
+ "ExchangeUrlPrivateConnectionName"
30730
30757
  ],
30731
30758
  "primaryIdentifier": [
30732
30759
  "ServiceId"
@@ -49930,6 +49957,11 @@
49930
49957
  "kind": "property",
49931
49958
  "lexicon": "aws"
49932
49959
  },
49960
+ "InstanceRuleStatement": {
49961
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.InstanceRuleStatement",
49962
+ "kind": "property",
49963
+ "lexicon": "aws"
49964
+ },
49933
49965
  "InstanceSnapshot": {
49934
49966
  "resourceType": "AWS::Lightsail::InstanceSnapshot",
49935
49967
  "kind": "resource",
@@ -55088,6 +55120,74 @@
55088
55120
  "tagUpdatable": true
55089
55121
  }
55090
55122
  },
55123
+ "LicenseAssetRule": {
55124
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.LicenseAssetRule",
55125
+ "kind": "property",
55126
+ "lexicon": "aws"
55127
+ },
55128
+ "LicenseAssetRuleSet": {
55129
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet",
55130
+ "kind": "resource",
55131
+ "lexicon": "aws",
55132
+ "attrs": {
55133
+ "LicenseAssetRulesetArn": "LicenseAssetRulesetArn"
55134
+ },
55135
+ "propertyConstraints": {
55136
+ "Name": {
55137
+ "maxLength": 128
55138
+ },
55139
+ "LicenseAssetRulesetArn": {
55140
+ "pattern": "^arn:aws[a-zA-Z-]*:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$",
55141
+ "maxLength": 2048
55142
+ },
55143
+ "Description": {
55144
+ "maxLength": 1024
55145
+ }
55146
+ },
55147
+ "primaryIdentifier": [
55148
+ "LicenseAssetRulesetArn"
55149
+ ],
55150
+ "tagging": {
55151
+ "taggable": true,
55152
+ "tagOnCreate": true,
55153
+ "tagUpdatable": true
55154
+ }
55155
+ },
55156
+ "LicenseAssetRuleSet_InstanceRuleStatement": {
55157
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.InstanceRuleStatement",
55158
+ "kind": "property",
55159
+ "lexicon": "aws"
55160
+ },
55161
+ "LicenseAssetRuleSet_LicenseAssetRule": {
55162
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.LicenseAssetRule",
55163
+ "kind": "property",
55164
+ "lexicon": "aws"
55165
+ },
55166
+ "LicenseAssetRuleSet_LicenseConfigurationRuleStatement": {
55167
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.LicenseConfigurationRuleStatement",
55168
+ "kind": "property",
55169
+ "lexicon": "aws"
55170
+ },
55171
+ "LicenseAssetRuleSet_LicenseRuleStatement": {
55172
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.LicenseRuleStatement",
55173
+ "kind": "property",
55174
+ "lexicon": "aws"
55175
+ },
55176
+ "LicenseAssetRuleSet_RuleStatement": {
55177
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.RuleStatement",
55178
+ "kind": "property",
55179
+ "lexicon": "aws"
55180
+ },
55181
+ "LicenseAssetRuleSet_Tag": {
55182
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.Tag",
55183
+ "kind": "property",
55184
+ "lexicon": "aws"
55185
+ },
55186
+ "LicenseConfigurationRuleStatement": {
55187
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.LicenseConfigurationRuleStatement",
55188
+ "kind": "property",
55189
+ "lexicon": "aws"
55190
+ },
55091
55191
  "LicenseEndpoint": {
55092
55192
  "resourceType": "AWS::Deadline::LicenseEndpoint",
55093
55193
  "kind": "resource",
@@ -55138,6 +55238,11 @@
55138
55238
  "kind": "property",
55139
55239
  "lexicon": "aws"
55140
55240
  },
55241
+ "LicenseRuleStatement": {
55242
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.LicenseRuleStatement",
55243
+ "kind": "property",
55244
+ "lexicon": "aws"
55245
+ },
55141
55246
  "License_BorrowConfiguration": {
55142
55247
  "resourceType": "AWS::LicenseManager::License.BorrowConfiguration",
55143
55248
  "kind": "property",
@@ -59628,6 +59733,11 @@
59628
59733
  "kind": "property",
59629
59734
  "lexicon": "aws"
59630
59735
  },
59736
+ "ManagedVpcResource": {
59737
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.ManagedVpcResource",
59738
+ "kind": "property",
59739
+ "lexicon": "aws"
59740
+ },
59631
59741
  "ManagedWordsConfig": {
59632
59742
  "resourceType": "AWS::Bedrock::Guardrail.ManagedWordsConfig",
59633
59743
  "kind": "property",
@@ -66543,7 +66653,8 @@
66543
66653
  "CallbackUrl": "CallbackUrl",
66544
66654
  "Oauth2ProviderConfigOutput": "Oauth2ProviderConfigOutput",
66545
66655
  "CreatedTime": "CreatedTime",
66546
- "LastUpdatedTime": "LastUpdatedTime"
66656
+ "LastUpdatedTime": "LastUpdatedTime",
66657
+ "Status": "Status"
66547
66658
  },
66548
66659
  "propertyConstraints": {
66549
66660
  "Name": {
@@ -66598,6 +66709,17 @@
66598
66709
  },
66599
66710
  "LastUpdatedTime": {
66600
66711
  "format": "date-time"
66712
+ },
66713
+ "Status": {
66714
+ "enum": [
66715
+ "CREATING",
66716
+ "CREATE_FAILED",
66717
+ "UPDATING",
66718
+ "UPDATE_FAILED",
66719
+ "READY",
66720
+ "DELETING",
66721
+ "DELETE_FAILED"
66722
+ ]
66601
66723
  }
66602
66724
  },
66603
66725
  "createOnly": [
@@ -66651,6 +66773,11 @@
66651
66773
  "kind": "property",
66652
66774
  "lexicon": "aws"
66653
66775
  },
66776
+ "OAuth2CredentialProvider_ManagedVpcResource": {
66777
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.ManagedVpcResource",
66778
+ "kind": "property",
66779
+ "lexicon": "aws"
66780
+ },
66654
66781
  "OAuth2CredentialProvider_MicrosoftOauth2ProviderConfigInput": {
66655
66782
  "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.MicrosoftOauth2ProviderConfigInput",
66656
66783
  "kind": "property",
@@ -66681,6 +66808,26 @@
66681
66808
  "kind": "property",
66682
66809
  "lexicon": "aws"
66683
66810
  },
66811
+ "OAuth2CredentialProvider_PrivateEndpoint": {
66812
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateEndpoint",
66813
+ "kind": "property",
66814
+ "lexicon": "aws"
66815
+ },
66816
+ "OAuth2CredentialProvider_PrivateEndpointOverride": {
66817
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateEndpointOverride",
66818
+ "kind": "property",
66819
+ "lexicon": "aws"
66820
+ },
66821
+ "OAuth2CredentialProvider_PrivateKeyJwtConfig": {
66822
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeyJwtConfig",
66823
+ "kind": "property",
66824
+ "lexicon": "aws"
66825
+ },
66826
+ "OAuth2CredentialProvider_PrivateKeySource": {
66827
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeySource",
66828
+ "kind": "property",
66829
+ "lexicon": "aws"
66830
+ },
66684
66831
  "OAuth2CredentialProvider_SalesforceOauth2ProviderConfigInput": {
66685
66832
  "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.SalesforceOauth2ProviderConfigInput",
66686
66833
  "kind": "property",
@@ -66691,6 +66838,11 @@
66691
66838
  "kind": "property",
66692
66839
  "lexicon": "aws"
66693
66840
  },
66841
+ "OAuth2CredentialProvider_SelfManagedLatticeResource": {
66842
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.SelfManagedLatticeResource",
66843
+ "kind": "property",
66844
+ "lexicon": "aws"
66845
+ },
66694
66846
  "OAuth2CredentialProvider_SlackOauth2ProviderConfigInput": {
66695
66847
  "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.SlackOauth2ProviderConfigInput",
66696
66848
  "kind": "property",
@@ -73786,16 +73938,6 @@
73786
73938
  "kind": "property",
73787
73939
  "lexicon": "aws"
73788
73940
  },
73789
- "PrivateEndpoint": {
73790
- "resourceType": "AWS::BedrockAgentCore::Harness.PrivateEndpoint",
73791
- "kind": "property",
73792
- "lexicon": "aws"
73793
- },
73794
- "PrivateEndpointOverride": {
73795
- "resourceType": "AWS::BedrockAgentCore::Harness.PrivateEndpointOverride",
73796
- "kind": "property",
73797
- "lexicon": "aws"
73798
- },
73799
73941
  "PrivateGraphEndpoint": {
73800
73942
  "resourceType": "AWS::NeptuneGraph::PrivateGraphEndpoint",
73801
73943
  "kind": "resource",
@@ -73830,6 +73972,16 @@
73830
73972
  "kind": "property",
73831
73973
  "lexicon": "aws"
73832
73974
  },
73975
+ "PrivateKeyJwtConfig": {
73976
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeyJwtConfig",
73977
+ "kind": "property",
73978
+ "lexicon": "aws"
73979
+ },
73980
+ "PrivateKeySource": {
73981
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.PrivateKeySource",
73982
+ "kind": "property",
73983
+ "lexicon": "aws"
73984
+ },
73833
73985
  "PrivateRegistryAccess": {
73834
73986
  "resourceType": "AWS::Lightsail::Container.PrivateRegistryAccess",
73835
73987
  "kind": "property",
@@ -84492,6 +84644,11 @@
84492
84644
  "kind": "property",
84493
84645
  "lexicon": "aws"
84494
84646
  },
84647
+ "RuleStatement": {
84648
+ "resourceType": "AWS::LicenseManager::LicenseAssetRuleSet.RuleStatement",
84649
+ "kind": "property",
84650
+ "lexicon": "aws"
84651
+ },
84495
84652
  "RuleTriggerEventSource": {
84496
84653
  "resourceType": "AWS::Connect::Rule.RuleTriggerEventSource",
84497
84654
  "kind": "property",
@@ -89743,6 +89900,11 @@
89743
89900
  "kind": "property",
89744
89901
  "lexicon": "aws"
89745
89902
  },
89903
+ "SelfManagedLatticeResource": {
89904
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.SelfManagedLatticeResource",
89905
+ "kind": "property",
89906
+ "lexicon": "aws"
89907
+ },
89746
89908
  "SemanticChunkingConfiguration": {
89747
89909
  "resourceType": "AWS::Bedrock::DataSource.SemanticChunkingConfiguration",
89748
89910
  "kind": "property",
@@ -93427,13 +93589,11 @@
93427
93589
  "resourceType": "AWS::AppStream::StackFleetAssociation",
93428
93590
  "kind": "resource",
93429
93591
  "lexicon": "aws",
93430
- "createOnly": [
93431
- "FleetName",
93432
- "StackName"
93433
- ],
93592
+ "attrs": {
93593
+ "Id": "Id"
93594
+ },
93434
93595
  "primaryIdentifier": [
93435
- "FleetName",
93436
- "StackName"
93596
+ "Id"
93437
93597
  ]
93438
93598
  },
93439
93599
  "StackInstances": {
@@ -98642,6 +98802,83 @@
98642
98802
  "kind": "property",
98643
98803
  "lexicon": "aws"
98644
98804
  },
98805
+ "TopicV2": {
98806
+ "resourceType": "AWS::QuickSight::TopicV2",
98807
+ "kind": "resource",
98808
+ "lexicon": "aws",
98809
+ "attrs": {
98810
+ "Arn": "Arn"
98811
+ },
98812
+ "propertyConstraints": {
98813
+ "AwsAccountId": {
98814
+ "pattern": "^[0-9]{12}$",
98815
+ "minLength": 12,
98816
+ "maxLength": 12
98817
+ },
98818
+ "Description": {
98819
+ "minLength": 0,
98820
+ "maxLength": 256
98821
+ },
98822
+ "Name": {
98823
+ "minLength": 1,
98824
+ "maxLength": 128
98825
+ },
98826
+ "TopicId": {
98827
+ "pattern": "^[A-Za-z0-9-_.\\\\+]*$",
98828
+ "minLength": 0,
98829
+ "maxLength": 256
98830
+ }
98831
+ },
98832
+ "createOnly": [
98833
+ "AwsAccountId",
98834
+ "FolderArns",
98835
+ "TopicId",
98836
+ "Tags"
98837
+ ],
98838
+ "writeOnly": [
98839
+ "FolderArns",
98840
+ "DataSets/*/DataSetName"
98841
+ ],
98842
+ "primaryIdentifier": [
98843
+ "AwsAccountId",
98844
+ "TopicId"
98845
+ ],
98846
+ "tagging": {
98847
+ "taggable": true,
98848
+ "tagOnCreate": true,
98849
+ "tagUpdatable": false
98850
+ }
98851
+ },
98852
+ "TopicV2_CustomInstructions": {
98853
+ "resourceType": "AWS::QuickSight::TopicV2.CustomInstructions",
98854
+ "kind": "property",
98855
+ "lexicon": "aws"
98856
+ },
98857
+ "TopicV2_DataSetReference": {
98858
+ "resourceType": "AWS::QuickSight::TopicV2.DataSetReference",
98859
+ "kind": "property",
98860
+ "lexicon": "aws"
98861
+ },
98862
+ "TopicV2_DataSetRelation": {
98863
+ "resourceType": "AWS::QuickSight::TopicV2.DataSetRelation",
98864
+ "kind": "property",
98865
+ "lexicon": "aws"
98866
+ },
98867
+ "TopicV2_DataSetRelationEndpoint": {
98868
+ "resourceType": "AWS::QuickSight::TopicV2.DataSetRelationEndpoint",
98869
+ "kind": "property",
98870
+ "lexicon": "aws"
98871
+ },
98872
+ "TopicV2_ResourcePermission": {
98873
+ "resourceType": "AWS::QuickSight::TopicV2.ResourcePermission",
98874
+ "kind": "property",
98875
+ "lexicon": "aws"
98876
+ },
98877
+ "TopicV2_Tag": {
98878
+ "resourceType": "AWS::QuickSight::TopicV2.Tag",
98879
+ "kind": "property",
98880
+ "lexicon": "aws"
98881
+ },
98645
98882
  "Topic_LoggingConfig": {
98646
98883
  "resourceType": "AWS::SNS::Topic.LoggingConfig",
98647
98884
  "kind": "property",