@intentius/chant-lexicon-aws 0.18.22 → 0.18.23
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/composites/agentcore-agent.d.ts +36 -2
- package/dist/composites/agentcore-agent.d.ts.map +1 -1
- package/dist/generated/index.d.ts +6 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +131 -0
- package/dist/types/index.d.ts +85 -0
- package/package.json +2 -2
- package/src/composites/agentcore-agent.test.ts +57 -0
- package/src/composites/agentcore-agent.ts +76 -7
- package/src/generated/index.d.ts +85 -0
- package/src/generated/index.ts +6 -0
- package/src/generated/lexicon-aws.json +131 -0
package/src/generated/index.ts
CHANGED
|
@@ -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"});
|
|
@@ -919,6 +920,7 @@ export const ModelQualityJobDefinition = createResource("AWS::SageMaker::ModelQu
|
|
|
919
920
|
export const ModuleDefaultVersion = createResource("AWS::CloudFormation::ModuleDefaultVersion", "aws", {});
|
|
920
921
|
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
922
|
export const MonitoringSchedule = createResource("AWS::SageMaker::MonitoringSchedule", "aws", {"MonitoringScheduleArn":"MonitoringScheduleArn","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime"});
|
|
923
|
+
export const MonitoringScheduleAlert = createResource("AWS::SageMaker::MonitoringScheduleAlert", "aws", {"Arn":"Arn","AlertStatus":"AlertStatus","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime","Actions":"Actions"});
|
|
922
924
|
export const MonitoringSubscription = createResource("AWS::CloudFront::MonitoringSubscription", "aws", {});
|
|
923
925
|
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
926
|
export const MSKCluster = createResource("AWS::MSK::Cluster", "aws", {"Arn":"Arn","CurrentVersion":"CurrentVersion"});
|
|
@@ -7054,6 +7056,7 @@ export const ModelCardExportArtifacts = createProperty("AWS::SageMaker::ModelCar
|
|
|
7054
7056
|
export const ModelCardExportJob_ModelCardExportArtifacts = createProperty("AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts", "aws");
|
|
7055
7057
|
export const ModelCardExportJob_ModelCardExportOutputConfig = createProperty("AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig", "aws");
|
|
7056
7058
|
export const ModelCardExportOutputConfig = createProperty("AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig", "aws");
|
|
7059
|
+
export const ModelDashboardIndicatorAction = createProperty("AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction", "aws");
|
|
7057
7060
|
export const ModelDataQuality = createProperty("AWS::SageMaker::ModelPackage.ModelDataQuality", "aws");
|
|
7058
7061
|
export const ModelEnforcement = createProperty("AWS::Bedrock::EnforcedGuardrailConfiguration.ModelEnforcement", "aws");
|
|
7059
7062
|
export const ModelExplainabilityAppSpecification = createProperty("AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityAppSpecification", "aws");
|
|
@@ -7155,6 +7158,7 @@ export const Monitor = createProperty("AWS::AppConfig::Environment.Monitor", "aw
|
|
|
7155
7158
|
export const MonitorDeployment = createProperty("AWS::MediaLive::SignalMap.MonitorDeployment", "aws");
|
|
7156
7159
|
export const MonitoredRequestCountMetric = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.MonitoredRequestCountMetric", "aws");
|
|
7157
7160
|
export const Monitoring = createProperty("AWS::EC2::LaunchTemplate.Monitoring", "aws");
|
|
7161
|
+
export const MonitoringAlertActions = createProperty("AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions", "aws");
|
|
7158
7162
|
export const MonitoringAppSpecification = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification", "aws");
|
|
7159
7163
|
export const MonitoringExecutionSummary = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringExecutionSummary", "aws");
|
|
7160
7164
|
export const MonitoringJobDefinition = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringJobDefinition", "aws");
|
|
@@ -7169,6 +7173,8 @@ export const MonitoringSchedule_NetworkConfig = createProperty("AWS::SageMaker::
|
|
|
7169
7173
|
export const MonitoringSchedule_ScheduleConfig = createProperty("AWS::SageMaker::MonitoringSchedule.ScheduleConfig", "aws");
|
|
7170
7174
|
export const MonitoringSchedule_StoppingCondition = createProperty("AWS::SageMaker::MonitoringSchedule.StoppingCondition", "aws");
|
|
7171
7175
|
export const MonitoringSchedule_Tag = createProperty("AWS::SageMaker::MonitoringSchedule.Tag", "aws");
|
|
7176
|
+
export const MonitoringScheduleAlert_ModelDashboardIndicatorAction = createProperty("AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction", "aws");
|
|
7177
|
+
export const MonitoringScheduleAlert_MonitoringAlertActions = createProperty("AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions", "aws");
|
|
7172
7178
|
export const MonitoringScheduleConfig = createProperty("AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig", "aws");
|
|
7173
7179
|
export const MonitoringSubscription_MonitoringSubscription = createProperty("AWS::CloudFront::MonitoringSubscription.MonitoringSubscription", "aws");
|
|
7174
7180
|
export const MonitoringSubscription_RealtimeMetricsSubscriptionConfig = createProperty("AWS::CloudFront::MonitoringSubscription.RealtimeMetricsSubscriptionConfig", "aws");
|
|
@@ -37832,6 +37832,61 @@
|
|
|
37832
37832
|
"kind": "property",
|
|
37833
37833
|
"lexicon": "aws"
|
|
37834
37834
|
},
|
|
37835
|
+
"ExperimentTrialComponent": {
|
|
37836
|
+
"resourceType": "AWS::SageMaker::ExperimentTrialComponent",
|
|
37837
|
+
"kind": "resource",
|
|
37838
|
+
"lexicon": "aws",
|
|
37839
|
+
"attrs": {
|
|
37840
|
+
"Arn": "Arn",
|
|
37841
|
+
"CreationTime": "CreationTime",
|
|
37842
|
+
"LastModifiedTime": "LastModifiedTime",
|
|
37843
|
+
"LineageGroupArn": "LineageGroupArn"
|
|
37844
|
+
},
|
|
37845
|
+
"propertyConstraints": {
|
|
37846
|
+
"TrialComponentName": {
|
|
37847
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$",
|
|
37848
|
+
"minLength": 1,
|
|
37849
|
+
"maxLength": 120
|
|
37850
|
+
},
|
|
37851
|
+
"Arn": {
|
|
37852
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial-component/",
|
|
37853
|
+
"maxLength": 256
|
|
37854
|
+
},
|
|
37855
|
+
"DisplayName": {
|
|
37856
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$",
|
|
37857
|
+
"minLength": 1,
|
|
37858
|
+
"maxLength": 120
|
|
37859
|
+
},
|
|
37860
|
+
"StartTime": {
|
|
37861
|
+
"format": "date-time"
|
|
37862
|
+
},
|
|
37863
|
+
"EndTime": {
|
|
37864
|
+
"format": "date-time"
|
|
37865
|
+
},
|
|
37866
|
+
"CreationTime": {
|
|
37867
|
+
"format": "date-time"
|
|
37868
|
+
},
|
|
37869
|
+
"LastModifiedTime": {
|
|
37870
|
+
"format": "date-time"
|
|
37871
|
+
},
|
|
37872
|
+
"LineageGroupArn": {
|
|
37873
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:lineage-group/",
|
|
37874
|
+
"maxLength": 256
|
|
37875
|
+
}
|
|
37876
|
+
},
|
|
37877
|
+
"createOnly": [
|
|
37878
|
+
"TrialComponentName",
|
|
37879
|
+
"MetadataProperties"
|
|
37880
|
+
],
|
|
37881
|
+
"primaryIdentifier": [
|
|
37882
|
+
"Arn"
|
|
37883
|
+
],
|
|
37884
|
+
"tagging": {
|
|
37885
|
+
"taggable": true,
|
|
37886
|
+
"tagOnCreate": true,
|
|
37887
|
+
"tagUpdatable": true
|
|
37888
|
+
}
|
|
37889
|
+
},
|
|
37835
37890
|
"ExpirationDataRule": {
|
|
37836
37891
|
"resourceType": "AWS::S3Files::FileSystem.ExpirationDataRule",
|
|
37837
37892
|
"kind": "property",
|
|
@@ -62374,6 +62429,11 @@
|
|
|
62374
62429
|
"kind": "property",
|
|
62375
62430
|
"lexicon": "aws"
|
|
62376
62431
|
},
|
|
62432
|
+
"ModelDashboardIndicatorAction": {
|
|
62433
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
62434
|
+
"kind": "property",
|
|
62435
|
+
"lexicon": "aws"
|
|
62436
|
+
},
|
|
62377
62437
|
"ModelDataQuality": {
|
|
62378
62438
|
"resourceType": "AWS::SageMaker::ModelPackage.ModelDataQuality",
|
|
62379
62439
|
"kind": "property",
|
|
@@ -63225,6 +63285,11 @@
|
|
|
63225
63285
|
"kind": "property",
|
|
63226
63286
|
"lexicon": "aws"
|
|
63227
63287
|
},
|
|
63288
|
+
"MonitoringAlertActions": {
|
|
63289
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
63290
|
+
"kind": "property",
|
|
63291
|
+
"lexicon": "aws"
|
|
63292
|
+
},
|
|
63228
63293
|
"MonitoringAppSpecification": {
|
|
63229
63294
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification",
|
|
63230
63295
|
"kind": "property",
|
|
@@ -63274,6 +63339,72 @@
|
|
|
63274
63339
|
"MonitoringScheduleArn"
|
|
63275
63340
|
]
|
|
63276
63341
|
},
|
|
63342
|
+
"MonitoringScheduleAlert": {
|
|
63343
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert",
|
|
63344
|
+
"kind": "resource",
|
|
63345
|
+
"lexicon": "aws",
|
|
63346
|
+
"attrs": {
|
|
63347
|
+
"Arn": "Arn",
|
|
63348
|
+
"AlertStatus": "AlertStatus",
|
|
63349
|
+
"CreationTime": "CreationTime",
|
|
63350
|
+
"LastModifiedTime": "LastModifiedTime",
|
|
63351
|
+
"Actions": "Actions"
|
|
63352
|
+
},
|
|
63353
|
+
"propertyConstraints": {
|
|
63354
|
+
"Arn": {
|
|
63355
|
+
"maxLength": 256
|
|
63356
|
+
},
|
|
63357
|
+
"MonitoringScheduleName": {
|
|
63358
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
63359
|
+
"minLength": 1,
|
|
63360
|
+
"maxLength": 63
|
|
63361
|
+
},
|
|
63362
|
+
"MonitoringAlertName": {
|
|
63363
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
63364
|
+
"minLength": 1,
|
|
63365
|
+
"maxLength": 63
|
|
63366
|
+
},
|
|
63367
|
+
"DatapointsToAlert": {
|
|
63368
|
+
"minimum": 1,
|
|
63369
|
+
"maximum": 100
|
|
63370
|
+
},
|
|
63371
|
+
"EvaluationPeriod": {
|
|
63372
|
+
"minimum": 1,
|
|
63373
|
+
"maximum": 100
|
|
63374
|
+
},
|
|
63375
|
+
"AlertStatus": {
|
|
63376
|
+
"enum": [
|
|
63377
|
+
"InAlert",
|
|
63378
|
+
"OK"
|
|
63379
|
+
]
|
|
63380
|
+
},
|
|
63381
|
+
"CreationTime": {
|
|
63382
|
+
"format": "date-time"
|
|
63383
|
+
},
|
|
63384
|
+
"LastModifiedTime": {
|
|
63385
|
+
"format": "date-time"
|
|
63386
|
+
}
|
|
63387
|
+
},
|
|
63388
|
+
"createOnly": [
|
|
63389
|
+
"DatapointsToAlert",
|
|
63390
|
+
"EvaluationPeriod",
|
|
63391
|
+
"MonitoringAlertName",
|
|
63392
|
+
"MonitoringScheduleName"
|
|
63393
|
+
],
|
|
63394
|
+
"primaryIdentifier": [
|
|
63395
|
+
"Arn"
|
|
63396
|
+
]
|
|
63397
|
+
},
|
|
63398
|
+
"MonitoringScheduleAlert_ModelDashboardIndicatorAction": {
|
|
63399
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
63400
|
+
"kind": "property",
|
|
63401
|
+
"lexicon": "aws"
|
|
63402
|
+
},
|
|
63403
|
+
"MonitoringScheduleAlert_MonitoringAlertActions": {
|
|
63404
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
63405
|
+
"kind": "property",
|
|
63406
|
+
"lexicon": "aws"
|
|
63407
|
+
},
|
|
63277
63408
|
"MonitoringScheduleConfig": {
|
|
63278
63409
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig",
|
|
63279
63410
|
"kind": "property",
|