@intentius/chant-lexicon-aws 0.1.1 → 0.1.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.
- package/dist/integrity.json +25 -19
- package/dist/manifest.json +1 -1
- package/dist/meta.json +705 -435
- package/dist/rules/waw032.ts +52 -0
- package/dist/rules/waw033.ts +86 -0
- package/dist/rules/waw034.ts +63 -0
- package/dist/rules/waw035.ts +71 -0
- package/dist/rules/waw036.ts +88 -0
- package/dist/rules/waw037.ts +81 -0
- package/dist/types/index.d.ts +956 -59
- package/package.json +2 -2
- package/src/composites/composites.test.ts +65 -0
- package/src/composites/ec2-instance-role.ts +39 -0
- package/src/composites/fargate-service.ts +9 -0
- package/src/composites/index.ts +6 -0
- package/src/composites/lambda-function.ts +2 -1
- package/src/composites/minimal-vpc.ts +71 -0
- package/src/composites/solr-fargate-service.ts +42 -0
- package/src/generated/index.d.ts +956 -59
- package/src/generated/index.ts +31 -5
- package/src/generated/lexicon-aws.json +705 -435
- package/src/index.ts +2 -0
- package/src/lint/post-synth/waw032.test.ts +83 -0
- package/src/lint/post-synth/waw032.ts +52 -0
- package/src/lint/post-synth/waw033.test.ts +68 -0
- package/src/lint/post-synth/waw033.ts +86 -0
- package/src/lint/post-synth/waw034.test.ts +54 -0
- package/src/lint/post-synth/waw034.ts +63 -0
- package/src/lint/post-synth/waw035.test.ts +74 -0
- package/src/lint/post-synth/waw035.ts +71 -0
- package/src/lint/post-synth/waw036.test.ts +217 -0
- package/src/lint/post-synth/waw036.ts +88 -0
- package/src/lint/post-synth/waw037.test.ts +155 -0
- package/src/lint/post-synth/waw037.ts +81 -0
package/src/generated/index.ts
CHANGED
|
@@ -667,6 +667,7 @@ export const IntegrationAssociation = createResource("AWS::Connect::IntegrationA
|
|
|
667
667
|
export const IntegrationResourceProperty = createResource("AWS::Glue::IntegrationResourceProperty", "aws", {"ResourcePropertyArn":"ResourcePropertyArn"});
|
|
668
668
|
export const IntegrationResponse = createResource("AWS::ApiGatewayV2::IntegrationResponse", "aws", {"IntegrationResponseId":"IntegrationResponseId"});
|
|
669
669
|
export const IntelligentPromptRouter = createResource("AWS::Bedrock::IntelligentPromptRouter", "aws", {"CreatedAt":"CreatedAt","PromptRouterArn":"PromptRouterArn","Status":"Status","Type":"Type","UpdatedAt":"UpdatedAt"});
|
|
670
|
+
export const InterconnectConnection = createResource("AWS::Interconnect::Connection", "aws", {"ConnectionId":"ConnectionId","Arn":"Arn","Provider":"Provider","Type":"Type","State":"State","SharedId":"SharedId","OwnerAccount":"OwnerAccount","BillingTier":"BillingTier"});
|
|
670
671
|
export const InternetGateway = createResource("AWS::EC2::InternetGateway", "aws", {"InternetGatewayId":"InternetGatewayId"});
|
|
671
672
|
export const InternetMonitorMonitor = createResource("AWS::InternetMonitor::Monitor", "aws", {"CreatedAt":"CreatedAt","ModifiedAt":"ModifiedAt","MonitorArn":"MonitorArn","ProcessingStatus":"ProcessingStatus","ProcessingStatusInfo":"ProcessingStatusInfo"});
|
|
672
673
|
export const InvestigationGroup = createResource("AWS::AIOps::InvestigationGroup", "aws", {"CreatedBy":"CreatedBy","CreatedAt":"CreatedAt","LastModifiedBy":"LastModifiedBy","LastModifiedAt":"LastModifiedAt","Arn":"Arn"});
|
|
@@ -936,9 +937,9 @@ export const OdbNetwork = createResource("AWS::ODB::OdbNetwork", "aws", {"Manage
|
|
|
936
937
|
export const OdbPeeringConnection = createResource("AWS::ODB::OdbPeeringConnection", "aws", {"OdbPeeringConnectionArn":"OdbPeeringConnectionArn","OdbPeeringConnectionId":"OdbPeeringConnectionId","OdbNetworkArn":"OdbNetworkArn","PeerNetworkArn":"PeerNetworkArn","PeerNetworkCidrs":"PeerNetworkCidrs"});
|
|
937
938
|
export const OIDCProvider = createResource("AWS::IAM::OIDCProvider", "aws", {"Arn":"Arn"});
|
|
938
939
|
export const OmicsWorkflow = createResource("AWS::Omics::Workflow", "aws", {"Arn":"Arn","CreationTime":"CreationTime","Id":"Id","Status":"Status","Type":"Type","Uuid":"Uuid"});
|
|
939
|
-
export const OnlineEvaluationConfig = createResource("AWS::BedrockAgentCore::OnlineEvaluationConfig", "aws", {"OnlineEvaluationConfigId":"OnlineEvaluationConfigId","OnlineEvaluationConfigArn":"OnlineEvaluationConfigArn","Status":"Status","
|
|
940
|
+
export const OnlineEvaluationConfig = createResource("AWS::BedrockAgentCore::OnlineEvaluationConfig", "aws", {"OnlineEvaluationConfigId":"OnlineEvaluationConfigId","OnlineEvaluationConfigArn":"OnlineEvaluationConfigArn","Status":"Status","OutputConfig":"OutputConfig","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
940
941
|
export const OpenSearchServerlessAccessPolicy = createResource("AWS::OpenSearchServerless::AccessPolicy", "aws", {});
|
|
941
|
-
export const OpenSearchServerlessCollection = createResource("AWS::OpenSearchServerless::Collection", "aws", {"Id":"Id","Arn":"Arn","CollectionEndpoint":"CollectionEndpoint","DashboardEndpoint":"DashboardEndpoint","KmsKeyArn":"KmsKeyArn"});
|
|
942
|
+
export const OpenSearchServerlessCollection = createResource("AWS::OpenSearchServerless::Collection", "aws", {"Id":"Id","Arn":"Arn","CollectionEndpoint":"CollectionEndpoint","DashboardEndpoint":"DashboardEndpoint","FipsEndpoints":"FipsEndpoints","KmsKeyArn":"KmsKeyArn"});
|
|
942
943
|
export const OpenSearchServerlessIndex = createResource("AWS::OpenSearchServerless::Index", "aws", {"Uuid":"Uuid"});
|
|
943
944
|
export const OpenSearchServerlessLifecyclePolicy = createResource("AWS::OpenSearchServerless::LifecyclePolicy", "aws", {});
|
|
944
945
|
export const OpenSearchServiceApplication = createResource("AWS::OpenSearchService::Application", "aws", {"Id":"Id","Arn":"Arn"});
|
|
@@ -1091,6 +1092,7 @@ export const ReceiptFilter = createResource("AWS::SES::ReceiptFilter", "aws", {"
|
|
|
1091
1092
|
export const ReceiptRule = createResource("AWS::SES::ReceiptRule", "aws", {"Id":"Id"});
|
|
1092
1093
|
export const ReceiptRuleSet = createResource("AWS::SES::ReceiptRuleSet", "aws", {"Id":"Id"});
|
|
1093
1094
|
export const Recipe = createResource("AWS::DataBrew::Recipe", "aws", {});
|
|
1095
|
+
export const Recommender = createResource("AWS::CustomerProfiles::Recommender", "aws", {"RecommenderArn":"RecommenderArn","Status":"Status","CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","FailureReason":"FailureReason","LatestRecommenderUpdate":"LatestRecommenderUpdate","TrainingMetrics":"TrainingMetrics"});
|
|
1094
1096
|
export const RecordingConfiguration = createResource("AWS::IVS::RecordingConfiguration", "aws", {"Arn":"Arn","State":"State"});
|
|
1095
1097
|
export const RecordSet = createResource("AWS::Route53::RecordSet", "aws", {"Id":"Id"});
|
|
1096
1098
|
export const RecordSetGroup = createResource("AWS::Route53::RecordSetGroup", "aws", {"Id":"Id"});
|
|
@@ -2893,6 +2895,7 @@ export const AthenaTableReference = createProperty("AWS::CleanRooms::ConfiguredT
|
|
|
2893
2895
|
export const AtRestEncryptionConfiguration = createProperty("AWS::EMRContainers::SecurityConfiguration.AtRestEncryptionConfiguration", "aws");
|
|
2894
2896
|
export const AttachmentsConfiguration = createProperty("AWS::QBusiness::Application.AttachmentsConfiguration", "aws");
|
|
2895
2897
|
export const AttachmentsSource = createProperty("AWS::SSM::Document.AttachmentsSource", "aws");
|
|
2898
|
+
export const AttachPoint = createProperty("AWS::Interconnect::Connection.AttachPoint", "aws");
|
|
2896
2899
|
export const AttributeDetails = createProperty("AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeDetails", "aws");
|
|
2897
2900
|
export const AttributeDimension = createProperty("AWS::CustomerProfiles::SegmentDefinition.AttributeDimension", "aws");
|
|
2898
2901
|
export const AttributeFilter = createProperty("AWS::QBusiness::DataAccessor.AttributeFilter", "aws");
|
|
@@ -3813,6 +3816,7 @@ export const CfPublicKey_PublicKeyConfig = createProperty("AWS::CloudFront::Publ
|
|
|
3813
3816
|
export const CfTrustStore_CaCertificatesBundleS3Location = createProperty("AWS::CloudFront::TrustStore.CaCertificatesBundleS3Location", "aws");
|
|
3814
3817
|
export const CfTrustStore_CaCertificatesBundleSource = createProperty("AWS::CloudFront::TrustStore.CaCertificatesBundleSource", "aws");
|
|
3815
3818
|
export const CfTrustStore_Tag = createProperty("AWS::CloudFront::TrustStore.Tag", "aws");
|
|
3819
|
+
export const CgroupCustomSetting = createProperty("AWS::PCS::Cluster.CgroupCustomSetting", "aws");
|
|
3816
3820
|
export const ChannelEngineVersionRequest = createProperty("AWS::MediaLive::Channel.ChannelEngineVersionRequest", "aws");
|
|
3817
3821
|
export const ChannelGroup_Tag = createProperty("AWS::MediaPackageV2::ChannelGroup.Tag", "aws");
|
|
3818
3822
|
export const ChannelLabelingConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.ChannelLabelingConfiguration", "aws");
|
|
@@ -3909,6 +3913,7 @@ export const CloudVmCluster_Tag = createProperty("AWS::ODB::CloudVmCluster.Tag",
|
|
|
3909
3913
|
export const CloudwatchAlarmAction = createProperty("AWS::IoT::TopicRule.CloudwatchAlarmAction", "aws");
|
|
3910
3914
|
export const CloudWatchDashboard = createProperty("AWS::FIS::ExperimentTemplate.CloudWatchDashboard", "aws");
|
|
3911
3915
|
export const CloudWatchEncryption = createProperty("AWS::Glue::SecurityConfiguration.CloudWatchEncryption", "aws");
|
|
3916
|
+
export const CloudWatchLogConfiguration = createProperty("AWS::EMR::Cluster.CloudWatchLogConfiguration", "aws");
|
|
3912
3917
|
export const CloudWatchLoggingOption = createProperty("AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.CloudWatchLoggingOption", "aws");
|
|
3913
3918
|
export const CloudWatchLoggingOptions = createProperty("AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions", "aws");
|
|
3914
3919
|
export const CloudwatchLogOptionsSpecification = createProperty("AWS::EC2::VPNConnection.CloudwatchLogOptionsSpecification", "aws");
|
|
@@ -6005,10 +6010,11 @@ export const EMRCluster_AutoScalingPolicy = createProperty("AWS::EMR::Cluster.Au
|
|
|
6005
6010
|
export const EMRCluster_AutoTerminationPolicy = createProperty("AWS::EMR::Cluster.AutoTerminationPolicy", "aws");
|
|
6006
6011
|
export const EMRCluster_BootstrapActionConfig = createProperty("AWS::EMR::Cluster.BootstrapActionConfig", "aws");
|
|
6007
6012
|
export const EMRCluster_CloudWatchAlarmDefinition = createProperty("AWS::EMR::Cluster.CloudWatchAlarmDefinition", "aws");
|
|
6013
|
+
export const EMRCluster_CloudWatchLogConfiguration = createProperty("AWS::EMR::Cluster.CloudWatchLogConfiguration", "aws");
|
|
6008
6014
|
export const EMRCluster_ComputeLimits = createProperty("AWS::EMR::Cluster.ComputeLimits", "aws");
|
|
6009
|
-
export const EMRCluster_Configuration = createProperty("AWS::EMR::Cluster.Configuration", "aws");
|
|
6010
6015
|
export const EMRCluster_EbsBlockDeviceConfig = createProperty("AWS::EMR::Cluster.EbsBlockDeviceConfig", "aws");
|
|
6011
6016
|
export const EMRCluster_EbsConfiguration = createProperty("AWS::EMR::Cluster.EbsConfiguration", "aws");
|
|
6017
|
+
export const EMRCluster_EMRConfiguration = createProperty("AWS::EMR::Cluster.EMRConfiguration", "aws");
|
|
6012
6018
|
export const EMRCluster_HadoopJarStepConfig = createProperty("AWS::EMR::Cluster.HadoopJarStepConfig", "aws");
|
|
6013
6019
|
export const EMRCluster_InstanceFleetConfig = createProperty("AWS::EMR::Cluster.InstanceFleetConfig", "aws");
|
|
6014
6020
|
export const EMRCluster_InstanceFleetProvisioningSpecifications = createProperty("AWS::EMR::Cluster.InstanceFleetProvisioningSpecifications", "aws");
|
|
@@ -6020,6 +6026,7 @@ export const EMRCluster_KerberosAttributes = createProperty("AWS::EMR::Cluster.K
|
|
|
6020
6026
|
export const EMRCluster_KeyValue = createProperty("AWS::EMR::Cluster.KeyValue", "aws");
|
|
6021
6027
|
export const EMRCluster_ManagedScalingPolicy = createProperty("AWS::EMR::Cluster.ManagedScalingPolicy", "aws");
|
|
6022
6028
|
export const EMRCluster_MetricDimension = createProperty("AWS::EMR::Cluster.MetricDimension", "aws");
|
|
6029
|
+
export const EMRCluster_MonitoringConfiguration = createProperty("AWS::EMR::Cluster.MonitoringConfiguration", "aws");
|
|
6023
6030
|
export const EMRCluster_OnDemandCapacityReservationOptions = createProperty("AWS::EMR::Cluster.OnDemandCapacityReservationOptions", "aws");
|
|
6024
6031
|
export const EMRCluster_OnDemandProvisioningSpecification = createProperty("AWS::EMR::Cluster.OnDemandProvisioningSpecification", "aws");
|
|
6025
6032
|
export const EMRCluster_OnDemandResizingSpecification = createProperty("AWS::EMR::Cluster.OnDemandResizingSpecification", "aws");
|
|
@@ -6036,6 +6043,7 @@ export const EMRCluster_SpotResizingSpecification = createProperty("AWS::EMR::Cl
|
|
|
6036
6043
|
export const EMRCluster_StepConfig = createProperty("AWS::EMR::Cluster.StepConfig", "aws");
|
|
6037
6044
|
export const EMRCluster_Tag = createProperty("AWS::EMR::Cluster.Tag", "aws");
|
|
6038
6045
|
export const EMRCluster_VolumeSpecification = createProperty("AWS::EMR::Cluster.VolumeSpecification", "aws");
|
|
6046
|
+
export const EMRConfiguration = createProperty("AWS::EMR::Cluster.EMRConfiguration", "aws");
|
|
6039
6047
|
export const EMRContainersEndpoint_Certificate = createProperty("AWS::EMRContainers::Endpoint.Certificate", "aws");
|
|
6040
6048
|
export const EMRContainersEndpoint_CloudWatchMonitoringConfiguration = createProperty("AWS::EMRContainers::Endpoint.CloudWatchMonitoringConfiguration", "aws");
|
|
6041
6049
|
export const EMRContainersEndpoint_ConfigurationOverrides = createProperty("AWS::EMRContainers::Endpoint.ConfigurationOverrides", "aws");
|
|
@@ -6299,7 +6307,6 @@ export const EventInvokeConfig_DestinationConfig = createProperty("AWS::Lambda::
|
|
|
6299
6307
|
export const EventInvokeConfig_OnFailure = createProperty("AWS::Lambda::EventInvokeConfig.OnFailure", "aws");
|
|
6300
6308
|
export const EventInvokeConfig_OnSuccess = createProperty("AWS::Lambda::EventInvokeConfig.OnSuccess", "aws");
|
|
6301
6309
|
export const EventLogConfig = createProperty("AWS::AppSync::Api.EventLogConfig", "aws");
|
|
6302
|
-
export const EventParameters = createProperty("AWS::DLM::LifecyclePolicy.EventParameters", "aws");
|
|
6303
6310
|
export const EventRule_AppSyncParameters = createProperty("AWS::Events::Rule.AppSyncParameters", "aws");
|
|
6304
6311
|
export const EventRule_AwsVpcConfiguration = createProperty("AWS::Events::Rule.AwsVpcConfiguration", "aws");
|
|
6305
6312
|
export const EventRule_BatchArrayProperties = createProperty("AWS::Events::Rule.BatchArrayProperties", "aws");
|
|
@@ -6326,6 +6333,7 @@ export const EventRule_Target = createProperty("AWS::Events::Rule.Target", "aws"
|
|
|
6326
6333
|
export const EventRuleStatusSummary = createProperty("AWS::Notifications::EventRule.EventRuleStatusSummary", "aws");
|
|
6327
6334
|
export const EventSchemasRegistry_TagsEntry = createProperty("AWS::EventSchemas::Registry.TagsEntry", "aws");
|
|
6328
6335
|
export const EventSchemasSchema_TagsEntry = createProperty("AWS::EventSchemas::Schema.TagsEntry", "aws");
|
|
6336
|
+
export const EventsConfig = createProperty("AWS::CustomerProfiles::Recommender.EventsConfig", "aws");
|
|
6329
6337
|
export const EventsConnection_ApiKeyAuthParameters = createProperty("AWS::Events::Connection.ApiKeyAuthParameters", "aws");
|
|
6330
6338
|
export const EventsConnection_AuthParameters = createProperty("AWS::Events::Connection.AuthParameters", "aws");
|
|
6331
6339
|
export const EventsConnection_BasicAuthParameters = createProperty("AWS::Events::Connection.BasicAuthParameters", "aws");
|
|
@@ -6558,6 +6566,7 @@ export const FindMatchesParameters = createProperty("AWS::Glue::MLTransform.Find
|
|
|
6558
6566
|
export const FinSpaceEnvironment_FederationParameters = createProperty("AWS::FinSpace::Environment.FederationParameters", "aws");
|
|
6559
6567
|
export const FinSpaceEnvironment_SuperuserParameters = createProperty("AWS::FinSpace::Environment.SuperuserParameters", "aws");
|
|
6560
6568
|
export const FinSpaceEnvironment_Tag = createProperty("AWS::FinSpace::Environment.Tag", "aws");
|
|
6569
|
+
export const FipsEndpoints = createProperty("AWS::OpenSearchServerless::Collection.FipsEndpoints", "aws");
|
|
6561
6570
|
export const FirehoseAction = createProperty("AWS::IoT::TopicRule.FirehoseAction", "aws");
|
|
6562
6571
|
export const FirehoseConfiguration = createProperty("AWS::Cognito::LogDeliveryConfiguration.FirehoseConfiguration", "aws");
|
|
6563
6572
|
export const FirehoseDestinationConfiguration = createProperty("AWS::IVSChat::LoggingConfiguration.FirehoseDestinationConfiguration", "aws");
|
|
@@ -7307,6 +7316,7 @@ export const ImageBoundingBox = createProperty("AWS::Bedrock::DataAutomationProj
|
|
|
7307
7316
|
export const ImageBuilder_AccessEndpoint = createProperty("AWS::AppStream::ImageBuilder.AccessEndpoint", "aws");
|
|
7308
7317
|
export const ImageBuilder_DomainJoinInfo = createProperty("AWS::AppStream::ImageBuilder.DomainJoinInfo", "aws");
|
|
7309
7318
|
export const ImageBuilder_Tag = createProperty("AWS::AppStream::ImageBuilder.Tag", "aws");
|
|
7319
|
+
export const ImageBuilder_VolumeConfig = createProperty("AWS::AppStream::ImageBuilder.VolumeConfig", "aws");
|
|
7310
7320
|
export const ImageBuilder_VpcConfig = createProperty("AWS::AppStream::ImageBuilder.VpcConfig", "aws");
|
|
7311
7321
|
export const ImageBuilderComponent_LatestVersion = createProperty("AWS::ImageBuilder::Component.LatestVersion", "aws");
|
|
7312
7322
|
export const ImageBuilderImage_DeletionSettings = createProperty("AWS::ImageBuilder::Image.DeletionSettings", "aws");
|
|
@@ -7598,6 +7608,9 @@ export const IntentDisambiguationSettings = createProperty("AWS::Lex::Bot.Intent
|
|
|
7598
7608
|
export const IntentOverride = createProperty("AWS::Lex::Bot.IntentOverride", "aws");
|
|
7599
7609
|
export const InteractiveConfiguration = createProperty("AWS::EMRServerless::Application.InteractiveConfiguration", "aws");
|
|
7600
7610
|
export const InterceptorInputConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.InterceptorInputConfiguration", "aws");
|
|
7611
|
+
export const InterconnectConnection_AttachPoint = createProperty("AWS::Interconnect::Connection.AttachPoint", "aws");
|
|
7612
|
+
export const InterconnectConnection_Provider = createProperty("AWS::Interconnect::Connection.Provider", "aws");
|
|
7613
|
+
export const InterconnectConnection_Tag = createProperty("AWS::Interconnect::Connection.Tag", "aws");
|
|
7601
7614
|
export const InterfaceMapping = createProperty("AWS::MediaLive::Cluster.InterfaceMapping", "aws");
|
|
7602
7615
|
export const InterfaceNetworkMapping = createProperty("AWS::MediaLive::Cluster.InterfaceNetworkMapping", "aws");
|
|
7603
7616
|
export const IntermediateStorage = createProperty("AWS::Bedrock::DataSource.IntermediateStorage", "aws");
|
|
@@ -9637,6 +9650,7 @@ export const OpenSearchManagedClusterConfiguration = createProperty("AWS::Bedroc
|
|
|
9637
9650
|
export const OpenSearchManagedClusterFieldMapping = createProperty("AWS::Bedrock::KnowledgeBase.OpenSearchManagedClusterFieldMapping", "aws");
|
|
9638
9651
|
export const OpenSearchResourceConfig = createProperty("AWS::Logs::Integration.OpenSearchResourceConfig", "aws");
|
|
9639
9652
|
export const OpenSearchServerlessCollection_EncryptionConfig = createProperty("AWS::OpenSearchServerless::Collection.EncryptionConfig", "aws");
|
|
9653
|
+
export const OpenSearchServerlessCollection_FipsEndpoints = createProperty("AWS::OpenSearchServerless::Collection.FipsEndpoints", "aws");
|
|
9640
9654
|
export const OpenSearchServerlessCollection_Tag = createProperty("AWS::OpenSearchServerless::Collection.Tag", "aws");
|
|
9641
9655
|
export const OpenSearchServerlessCollection_VectorOptions = createProperty("AWS::OpenSearchServerless::Collection.VectorOptions", "aws");
|
|
9642
9656
|
export const OpenSearchServerlessConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.OpenSearchServerlessConfiguration", "aws");
|
|
@@ -9968,11 +9982,13 @@ export const PCAConnectorSCEPConnector_IntuneConfiguration = createProperty("AWS
|
|
|
9968
9982
|
export const PCAConnectorSCEPConnector_OpenIdConfiguration = createProperty("AWS::PCAConnectorSCEP::Connector.OpenIdConfiguration", "aws");
|
|
9969
9983
|
export const PCSCluster_Accounting = createProperty("AWS::PCS::Cluster.Accounting", "aws");
|
|
9970
9984
|
export const PCSCluster_AuthKey = createProperty("AWS::PCS::Cluster.AuthKey", "aws");
|
|
9985
|
+
export const PCSCluster_CgroupCustomSetting = createProperty("AWS::PCS::Cluster.CgroupCustomSetting", "aws");
|
|
9971
9986
|
export const PCSCluster_Endpoint = createProperty("AWS::PCS::Cluster.Endpoint", "aws");
|
|
9972
9987
|
export const PCSCluster_ErrorInfo = createProperty("AWS::PCS::Cluster.ErrorInfo", "aws");
|
|
9973
9988
|
export const PCSCluster_JwtAuth = createProperty("AWS::PCS::Cluster.JwtAuth", "aws");
|
|
9974
9989
|
export const PCSCluster_JwtKey = createProperty("AWS::PCS::Cluster.JwtKey", "aws");
|
|
9975
9990
|
export const PCSCluster_SlurmCustomSetting = createProperty("AWS::PCS::Cluster.SlurmCustomSetting", "aws");
|
|
9991
|
+
export const PCSCluster_SlurmdbdCustomSetting = createProperty("AWS::PCS::Cluster.SlurmdbdCustomSetting", "aws");
|
|
9976
9992
|
export const PCSCluster_SlurmRest = createProperty("AWS::PCS::Cluster.SlurmRest", "aws");
|
|
9977
9993
|
export const PCSCluster_Tag = createProperty("AWS::PCS::Cluster.Tag", "aws");
|
|
9978
9994
|
export const PCSQueue_ComputeNodeGroupConfiguration = createProperty("AWS::PCS::Queue.ComputeNodeGroupConfiguration", "aws");
|
|
@@ -10385,7 +10401,6 @@ export const Protection_ApplicationLayerAutomaticResponseConfiguration = createP
|
|
|
10385
10401
|
export const Protection_Tag = createProperty("AWS::Shield::Protection.Tag", "aws");
|
|
10386
10402
|
export const ProtectionGroup_Tag = createProperty("AWS::Shield::ProtectionGroup.Tag", "aws");
|
|
10387
10403
|
export const ProtocolDetails = createProperty("AWS::Transfer::Server.ProtocolDetails", "aws");
|
|
10388
|
-
export const Provider = createProperty("AWS::EKS::Cluster.Provider", "aws");
|
|
10389
10404
|
export const ProvisionalConfiguration = createProperty("AWS::LicenseManager::License.ProvisionalConfiguration", "aws");
|
|
10390
10405
|
export const ProvisionedCapacity = createProperty("AWS::KafkaConnect::Connector.ProvisionedCapacity", "aws");
|
|
10391
10406
|
export const ProvisionedCidr = createProperty("AWS::EC2::IPAMPool.ProvisionedCidr", "aws");
|
|
@@ -11748,6 +11763,14 @@ export const Recipes = createProperty("AWS::OpsWorks::Layer.Recipes", "aws");
|
|
|
11748
11763
|
export const RecipeSelection = createProperty("AWS::ImageBuilder::LifecyclePolicy.RecipeSelection", "aws");
|
|
11749
11764
|
export const RecipeStep = createProperty("AWS::DataBrew::Recipe.RecipeStep", "aws");
|
|
11750
11765
|
export const RecommendationConfiguration = createProperty("AWS::DataZone::DataSource.RecommendationConfiguration", "aws");
|
|
11766
|
+
export const Recommender_EventParameters = createProperty("AWS::CustomerProfiles::Recommender.EventParameters", "aws");
|
|
11767
|
+
export const Recommender_EventsConfig = createProperty("AWS::CustomerProfiles::Recommender.EventsConfig", "aws");
|
|
11768
|
+
export const Recommender_RecommenderConfig = createProperty("AWS::CustomerProfiles::Recommender.RecommenderConfig", "aws");
|
|
11769
|
+
export const Recommender_RecommenderUpdate = createProperty("AWS::CustomerProfiles::Recommender.RecommenderUpdate", "aws");
|
|
11770
|
+
export const Recommender_Tag = createProperty("AWS::CustomerProfiles::Recommender.Tag", "aws");
|
|
11771
|
+
export const Recommender_TrainingMetrics = createProperty("AWS::CustomerProfiles::Recommender.TrainingMetrics", "aws");
|
|
11772
|
+
export const RecommenderConfig = createProperty("AWS::CustomerProfiles::Recommender.RecommenderConfig", "aws");
|
|
11773
|
+
export const RecommenderUpdate = createProperty("AWS::CustomerProfiles::Recommender.RecommenderUpdate", "aws");
|
|
11751
11774
|
export const RecordExpiration = createProperty("AWS::S3::Bucket.RecordExpiration", "aws");
|
|
11752
11775
|
export const RecordingConfig = createProperty("AWS::BedrockAgentCore::BrowserCustom.RecordingConfig", "aws");
|
|
11753
11776
|
export const RecordingConfiguration_DestinationConfiguration = createProperty("AWS::IVS::RecordingConfiguration.DestinationConfiguration", "aws");
|
|
@@ -12921,6 +12944,7 @@ export const SlotValueOverride = createProperty("AWS::Lex::Bot.SlotValueOverride
|
|
|
12921
12944
|
export const SlotValueOverrideMap = createProperty("AWS::Lex::Bot.SlotValueOverrideMap", "aws");
|
|
12922
12945
|
export const SlotValueRegexFilter = createProperty("AWS::Lex::Bot.SlotValueRegexFilter", "aws");
|
|
12923
12946
|
export const SlotValueSelectionSetting = createProperty("AWS::Lex::Bot.SlotValueSelectionSetting", "aws");
|
|
12947
|
+
export const SlurmdbdCustomSetting = createProperty("AWS::PCS::Cluster.SlurmdbdCustomSetting", "aws");
|
|
12924
12948
|
export const SlurmRest = createProperty("AWS::PCS::Cluster.SlurmRest", "aws");
|
|
12925
12949
|
export const SMB = createProperty("AWS::DataSync::LocationFSxONTAP.SMB", "aws");
|
|
12926
12950
|
export const SmbMountOptions = createProperty("AWS::DataSync::LocationFSxONTAP.SmbMountOptions", "aws");
|
|
@@ -13714,6 +13738,7 @@ export const TrainingDataset_Tag = createProperty("AWS::CleanRoomsML::TrainingDa
|
|
|
13714
13738
|
export const TrainingDetails = createProperty("AWS::SageMaker::ModelCard.TrainingDetails", "aws");
|
|
13715
13739
|
export const TrainingHyperParameter = createProperty("AWS::SageMaker::ModelCard.TrainingHyperParameter", "aws");
|
|
13716
13740
|
export const TrainingMetric = createProperty("AWS::SageMaker::ModelCard.TrainingMetric", "aws");
|
|
13741
|
+
export const TrainingMetrics = createProperty("AWS::CustomerProfiles::Recommender.TrainingMetrics", "aws");
|
|
13717
13742
|
export const TranscriptConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.TranscriptConfiguration", "aws");
|
|
13718
13743
|
export const TransferCertificate_Tag = createProperty("AWS::Transfer::Certificate.Tag", "aws");
|
|
13719
13744
|
export const TransferConnector_ConnectorAsyncMdnConfig = createProperty("AWS::Transfer::Connector.ConnectorAsyncMdnConfig", "aws");
|
|
@@ -14149,6 +14174,7 @@ export const VoiceEnhancementConfig = createProperty("AWS::Connect::User.VoiceEn
|
|
|
14149
14174
|
export const VoiceIDDomain_ServerSideEncryptionConfiguration = createProperty("AWS::VoiceID::Domain.ServerSideEncryptionConfiguration", "aws");
|
|
14150
14175
|
export const VoiceIDDomain_Tag = createProperty("AWS::VoiceID::Domain.Tag", "aws");
|
|
14151
14176
|
export const VoiceSettings = createProperty("AWS::Lex::Bot.VoiceSettings", "aws");
|
|
14177
|
+
export const VolumeConfig = createProperty("AWS::AppStream::ImageBuilder.VolumeConfig", "aws");
|
|
14152
14178
|
export const VolumeConfiguration = createProperty("AWS::OpsWorks::Layer.VolumeConfiguration", "aws");
|
|
14153
14179
|
export const VolumeFrom = createProperty("AWS::ECS::TaskDefinition.VolumeFrom", "aws");
|
|
14154
14180
|
export const VotingPolicy = createProperty("AWS::ManagedBlockchain::Member.VotingPolicy", "aws");
|