@intentius/chant-lexicon-aws 0.18.21 → 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 +17 -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 +257 -0
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +222 -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 +222 -0
- package/src/generated/index.ts +17 -0
- package/src/generated/lexicon-aws.json +257 -0
- package/src/plugin.ts +6 -4
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "b83031e273246f12fa29648bbf74153be1d5dbc1192482fd1e172c7eae082951",
|
|
5
|
+
"meta.json": "ab002890b5ec513593156baaec46b0819dd2c244eaec6d65c84af30a3bb13f1f",
|
|
6
|
+
"types/index.d.ts": "ec9ae02e2b0f6faac8f681b73fad549c71e11fbbcf5d673538b9f5efd8a34267",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
|
|
59
59
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
|
|
60
60
|
},
|
|
61
|
-
"composite": "
|
|
61
|
+
"composite": "e6965db540d6499399a0db7a00c4c5b2ce3209378f498d859b516c1d05742ccd"
|
|
62
62
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -2849,6 +2849,9 @@
|
|
|
2849
2849
|
},
|
|
2850
2850
|
"AlgorithmDescription": {
|
|
2851
2851
|
"maxLength": 1024
|
|
2852
|
+
},
|
|
2853
|
+
"CreationTime": {
|
|
2854
|
+
"format": "date-time"
|
|
2852
2855
|
}
|
|
2853
2856
|
},
|
|
2854
2857
|
"createOnly": [
|
|
@@ -37829,6 +37832,61 @@
|
|
|
37829
37832
|
"kind": "property",
|
|
37830
37833
|
"lexicon": "aws"
|
|
37831
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
|
+
},
|
|
37832
37890
|
"ExpirationDataRule": {
|
|
37833
37891
|
"resourceType": "AWS::S3Files::FileSystem.ExpirationDataRule",
|
|
37834
37892
|
"kind": "property",
|
|
@@ -62371,6 +62429,11 @@
|
|
|
62371
62429
|
"kind": "property",
|
|
62372
62430
|
"lexicon": "aws"
|
|
62373
62431
|
},
|
|
62432
|
+
"ModelDashboardIndicatorAction": {
|
|
62433
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
|
|
62434
|
+
"kind": "property",
|
|
62435
|
+
"lexicon": "aws"
|
|
62436
|
+
},
|
|
62374
62437
|
"ModelDataQuality": {
|
|
62375
62438
|
"resourceType": "AWS::SageMaker::ModelPackage.ModelDataQuality",
|
|
62376
62439
|
"kind": "property",
|
|
@@ -62536,6 +62599,117 @@
|
|
|
62536
62599
|
"kind": "property",
|
|
62537
62600
|
"lexicon": "aws"
|
|
62538
62601
|
},
|
|
62602
|
+
"ModelInvocationJob": {
|
|
62603
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob",
|
|
62604
|
+
"kind": "resource",
|
|
62605
|
+
"lexicon": "aws",
|
|
62606
|
+
"attrs": {
|
|
62607
|
+
"JobArn": "JobArn",
|
|
62608
|
+
"JobName": "JobName",
|
|
62609
|
+
"ModelId": "ModelId",
|
|
62610
|
+
"RoleArn": "RoleArn",
|
|
62611
|
+
"InputDataConfig": "InputDataConfig",
|
|
62612
|
+
"OutputDataConfig": "OutputDataConfig",
|
|
62613
|
+
"VpcConfig": "VpcConfig",
|
|
62614
|
+
"TimeoutDurationInHours": "TimeoutDurationInHours",
|
|
62615
|
+
"Status": "Status",
|
|
62616
|
+
"SubmitTime": "SubmitTime",
|
|
62617
|
+
"LastModifiedTime": "LastModifiedTime",
|
|
62618
|
+
"JobExpirationTime": "JobExpirationTime",
|
|
62619
|
+
"Tags": "Tags"
|
|
62620
|
+
},
|
|
62621
|
+
"propertyConstraints": {
|
|
62622
|
+
"JobArn": {
|
|
62623
|
+
"pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/[a-z0-9]{12})$",
|
|
62624
|
+
"maxLength": 1011
|
|
62625
|
+
},
|
|
62626
|
+
"JobName": {
|
|
62627
|
+
"pattern": "^[a-zA-Z0-9]{1,63}(-*[a-zA-Z0-9\\+\\-\\.]){0,63}$",
|
|
62628
|
+
"minLength": 1,
|
|
62629
|
+
"maxLength": 63
|
|
62630
|
+
},
|
|
62631
|
+
"ModelId": {
|
|
62632
|
+
"pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-:]{1,63}/[a-z0-9]{12}$)|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$)|([0-9]{12}:(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+$)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$",
|
|
62633
|
+
"minLength": 1,
|
|
62634
|
+
"maxLength": 2048
|
|
62635
|
+
},
|
|
62636
|
+
"RoleArn": {
|
|
62637
|
+
"pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
|
|
62638
|
+
"maxLength": 2048
|
|
62639
|
+
},
|
|
62640
|
+
"TimeoutDurationInHours": {
|
|
62641
|
+
"minimum": 24,
|
|
62642
|
+
"maximum": 168
|
|
62643
|
+
},
|
|
62644
|
+
"SubmitTime": {
|
|
62645
|
+
"format": "date-time"
|
|
62646
|
+
},
|
|
62647
|
+
"LastModifiedTime": {
|
|
62648
|
+
"format": "date-time"
|
|
62649
|
+
},
|
|
62650
|
+
"JobExpirationTime": {
|
|
62651
|
+
"format": "date-time"
|
|
62652
|
+
}
|
|
62653
|
+
},
|
|
62654
|
+
"primaryIdentifier": [
|
|
62655
|
+
"JobArn"
|
|
62656
|
+
],
|
|
62657
|
+
"tagging": {
|
|
62658
|
+
"taggable": true,
|
|
62659
|
+
"tagOnCreate": false,
|
|
62660
|
+
"tagUpdatable": false
|
|
62661
|
+
}
|
|
62662
|
+
},
|
|
62663
|
+
"ModelInvocationJobInputDataConfig": {
|
|
62664
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
|
|
62665
|
+
"kind": "property",
|
|
62666
|
+
"lexicon": "aws"
|
|
62667
|
+
},
|
|
62668
|
+
"ModelInvocationJobOutputDataConfig": {
|
|
62669
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
|
|
62670
|
+
"kind": "property",
|
|
62671
|
+
"lexicon": "aws"
|
|
62672
|
+
},
|
|
62673
|
+
"ModelInvocationJobS3InputDataConfig": {
|
|
62674
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
|
|
62675
|
+
"kind": "property",
|
|
62676
|
+
"lexicon": "aws"
|
|
62677
|
+
},
|
|
62678
|
+
"ModelInvocationJobS3OutputDataConfig": {
|
|
62679
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
|
|
62680
|
+
"kind": "property",
|
|
62681
|
+
"lexicon": "aws"
|
|
62682
|
+
},
|
|
62683
|
+
"ModelInvocationJob_ModelInvocationJobInputDataConfig": {
|
|
62684
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
|
|
62685
|
+
"kind": "property",
|
|
62686
|
+
"lexicon": "aws"
|
|
62687
|
+
},
|
|
62688
|
+
"ModelInvocationJob_ModelInvocationJobOutputDataConfig": {
|
|
62689
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
|
|
62690
|
+
"kind": "property",
|
|
62691
|
+
"lexicon": "aws"
|
|
62692
|
+
},
|
|
62693
|
+
"ModelInvocationJob_ModelInvocationJobS3InputDataConfig": {
|
|
62694
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
|
|
62695
|
+
"kind": "property",
|
|
62696
|
+
"lexicon": "aws"
|
|
62697
|
+
},
|
|
62698
|
+
"ModelInvocationJob_ModelInvocationJobS3OutputDataConfig": {
|
|
62699
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
|
|
62700
|
+
"kind": "property",
|
|
62701
|
+
"lexicon": "aws"
|
|
62702
|
+
},
|
|
62703
|
+
"ModelInvocationJob_Tag": {
|
|
62704
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.Tag",
|
|
62705
|
+
"kind": "property",
|
|
62706
|
+
"lexicon": "aws"
|
|
62707
|
+
},
|
|
62708
|
+
"ModelInvocationJob_VpcConfig": {
|
|
62709
|
+
"resourceType": "AWS::Bedrock::ModelInvocationJob.VpcConfig",
|
|
62710
|
+
"kind": "property",
|
|
62711
|
+
"lexicon": "aws"
|
|
62712
|
+
},
|
|
62539
62713
|
"ModelManifest": {
|
|
62540
62714
|
"resourceType": "AWS::IoTFleetWise::ModelManifest",
|
|
62541
62715
|
"kind": "resource",
|
|
@@ -63111,6 +63285,11 @@
|
|
|
63111
63285
|
"kind": "property",
|
|
63112
63286
|
"lexicon": "aws"
|
|
63113
63287
|
},
|
|
63288
|
+
"MonitoringAlertActions": {
|
|
63289
|
+
"resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
|
|
63290
|
+
"kind": "property",
|
|
63291
|
+
"lexicon": "aws"
|
|
63292
|
+
},
|
|
63114
63293
|
"MonitoringAppSpecification": {
|
|
63115
63294
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification",
|
|
63116
63295
|
"kind": "property",
|
|
@@ -63160,6 +63339,72 @@
|
|
|
63160
63339
|
"MonitoringScheduleArn"
|
|
63161
63340
|
]
|
|
63162
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
|
+
},
|
|
63163
63408
|
"MonitoringScheduleConfig": {
|
|
63164
63409
|
"resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig",
|
|
63165
63410
|
"kind": "property",
|
|
@@ -85733,6 +85978,12 @@
|
|
|
85733
85978
|
"UpdateFailed",
|
|
85734
85979
|
"DeleteFailed"
|
|
85735
85980
|
]
|
|
85981
|
+
},
|
|
85982
|
+
"CreationTime": {
|
|
85983
|
+
"format": "date-time"
|
|
85984
|
+
},
|
|
85985
|
+
"LastModifiedTime": {
|
|
85986
|
+
"format": "date-time"
|
|
85736
85987
|
}
|
|
85737
85988
|
},
|
|
85738
85989
|
"createOnly": [
|
|
@@ -91278,6 +91529,12 @@
|
|
|
91278
91529
|
"SpendingLimit": {
|
|
91279
91530
|
"pattern": "^\\d+(\\.\\d{1,2})?$",
|
|
91280
91531
|
"minLength": 1
|
|
91532
|
+
},
|
|
91533
|
+
"CreatedAt": {
|
|
91534
|
+
"format": "date-time"
|
|
91535
|
+
},
|
|
91536
|
+
"UpdatedAt": {
|
|
91537
|
+
"format": "date-time"
|
|
91281
91538
|
}
|
|
91282
91539
|
},
|
|
91283
91540
|
"createOnly": [
|
package/dist/plugin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAuF,MAAM,0BAA0B,CAAC;AAwBnJ;;sFAEsF;AACtF,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAuF,MAAM,0BAA0B,CAAC;AAwBnJ;;sFAEsF;AACtF,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,aA6rBvB,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -13923,6 +13923,37 @@ export declare class ExperimentTemplate {
|
|
|
13923
13923
|
readonly Id: string;
|
|
13924
13924
|
}
|
|
13925
13925
|
|
|
13926
|
+
export declare class ExperimentTrialComponent {
|
|
13927
|
+
constructor(props: {
|
|
13928
|
+
/** The name of the trial component. The name must be unique in your AWS account and is not case-sensitive. */
|
|
13929
|
+
TrialComponentName: string;
|
|
13930
|
+
/** The Amazon Resource Name (ARN) of the trial component. */
|
|
13931
|
+
Arn?: string;
|
|
13932
|
+
/** When the component was created. */
|
|
13933
|
+
CreationTime?: string;
|
|
13934
|
+
/** The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed. */
|
|
13935
|
+
DisplayName?: string;
|
|
13936
|
+
/** When the component ended. */
|
|
13937
|
+
EndTime?: string;
|
|
13938
|
+
/** When the component was last modified. */
|
|
13939
|
+
LastModifiedTime?: string;
|
|
13940
|
+
/** The Amazon Resource Name (ARN) of the lineage group. */
|
|
13941
|
+
LineageGroupArn?: string;
|
|
13942
|
+
/** Metadata properties of the tracking entity, trial, or trial component. */
|
|
13943
|
+
MetadataProperties?: Record<string, unknown>;
|
|
13944
|
+
/** When the component started. */
|
|
13945
|
+
StartTime?: string;
|
|
13946
|
+
/** The status of the trial component. */
|
|
13947
|
+
Status?: Record<string, unknown>;
|
|
13948
|
+
/** A list of tags to associate with the component. */
|
|
13949
|
+
Tags?: Record<string, unknown>[];
|
|
13950
|
+
}, attributes?: CFResourceAttributes);
|
|
13951
|
+
readonly Arn: string;
|
|
13952
|
+
readonly CreationTime: string;
|
|
13953
|
+
readonly LastModifiedTime: string;
|
|
13954
|
+
readonly LineageGroupArn: string;
|
|
13955
|
+
}
|
|
13956
|
+
|
|
13926
13957
|
export declare class Export {
|
|
13927
13958
|
constructor(props: {
|
|
13928
13959
|
Export: Export_Export;
|
|
@@ -22688,6 +22719,49 @@ export declare class ModelExplainabilityJobDefinition {
|
|
|
22688
22719
|
readonly JobDefinitionArn: string;
|
|
22689
22720
|
}
|
|
22690
22721
|
|
|
22722
|
+
export declare class ModelInvocationJob {
|
|
22723
|
+
constructor(props: {
|
|
22724
|
+
/** Details about the location of the input to the batch inference job. */
|
|
22725
|
+
InputDataConfig?: ModelInvocationJob_ModelInvocationJobInputDataConfig;
|
|
22726
|
+
/** The Amazon Resource Name (ARN) of the batch inference job. */
|
|
22727
|
+
JobArn?: string;
|
|
22728
|
+
/** The time at which the batch inference job times or timed out. */
|
|
22729
|
+
JobExpirationTime?: string;
|
|
22730
|
+
/** A name to give the batch inference job. */
|
|
22731
|
+
JobName?: string;
|
|
22732
|
+
/** The time at which the batch inference job was last modified. */
|
|
22733
|
+
LastModifiedTime?: string;
|
|
22734
|
+
/** The unique identifier of the foundation model to use for the batch inference job. */
|
|
22735
|
+
ModelId?: string;
|
|
22736
|
+
/** Details about the location of the output of the batch inference job. */
|
|
22737
|
+
OutputDataConfig?: ModelInvocationJob_ModelInvocationJobOutputDataConfig;
|
|
22738
|
+
/** The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. */
|
|
22739
|
+
RoleArn?: string;
|
|
22740
|
+
Status?: ModelInvocationJob_ModelInvocationJobStatus;
|
|
22741
|
+
/** The time at which the batch inference job was submitted. */
|
|
22742
|
+
SubmitTime?: string;
|
|
22743
|
+
/** Any tags associated with the batch inference job. */
|
|
22744
|
+
Tags?: ModelInvocationJob_Tag[];
|
|
22745
|
+
/** The number of hours after which to force the batch inference job to time out. */
|
|
22746
|
+
TimeoutDurationInHours?: number;
|
|
22747
|
+
/** The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. */
|
|
22748
|
+
VpcConfig?: ModelInvocationJob_VpcConfig;
|
|
22749
|
+
}, attributes?: CFResourceAttributes);
|
|
22750
|
+
readonly InputDataConfig: ModelInvocationJob_ModelInvocationJobInputDataConfig;
|
|
22751
|
+
readonly JobArn: string;
|
|
22752
|
+
readonly JobExpirationTime: string;
|
|
22753
|
+
readonly JobName: string;
|
|
22754
|
+
readonly LastModifiedTime: string;
|
|
22755
|
+
readonly ModelId: string;
|
|
22756
|
+
readonly OutputDataConfig: ModelInvocationJob_ModelInvocationJobOutputDataConfig;
|
|
22757
|
+
readonly RoleArn: string;
|
|
22758
|
+
readonly Status: ModelInvocationJob_ModelInvocationJobStatus;
|
|
22759
|
+
readonly SubmitTime: string;
|
|
22760
|
+
readonly Tags: ModelInvocationJob_Tag[];
|
|
22761
|
+
readonly TimeoutDurationInHours: number;
|
|
22762
|
+
readonly VpcConfig: ModelInvocationJob_VpcConfig;
|
|
22763
|
+
}
|
|
22764
|
+
|
|
22691
22765
|
export declare class ModelManifest {
|
|
22692
22766
|
constructor(props: {
|
|
22693
22767
|
Name: string;
|
|
@@ -22862,6 +22936,34 @@ export declare class MonitoringSchedule {
|
|
|
22862
22936
|
readonly MonitoringScheduleArn: string;
|
|
22863
22937
|
}
|
|
22864
22938
|
|
|
22939
|
+
export declare class MonitoringScheduleAlert {
|
|
22940
|
+
constructor(props: {
|
|
22941
|
+
/** Within EvaluationPeriod, how many execution failures will raise an alert. */
|
|
22942
|
+
DatapointsToAlert: number;
|
|
22943
|
+
/** The number of most recent monitoring executions to consider when evaluating alert status. */
|
|
22944
|
+
EvaluationPeriod: number;
|
|
22945
|
+
/** The name of the monitoring alert. */
|
|
22946
|
+
MonitoringAlertName: string;
|
|
22947
|
+
/** The name of the monitoring schedule. */
|
|
22948
|
+
MonitoringScheduleName: string;
|
|
22949
|
+
/** A list of alert actions taken in response to an alert going into InAlert status. */
|
|
22950
|
+
Actions?: MonitoringScheduleAlert_MonitoringAlertActions;
|
|
22951
|
+
/** The current status of the alert. */
|
|
22952
|
+
AlertStatus?: "InAlert" | "OK";
|
|
22953
|
+
/** The Amazon Resource Name (ARN) of the monitoring schedule alert. */
|
|
22954
|
+
Arn?: string;
|
|
22955
|
+
/** A timestamp that indicates when the alert was created. */
|
|
22956
|
+
CreationTime?: string;
|
|
22957
|
+
/** A timestamp that indicates when the alert was last updated. */
|
|
22958
|
+
LastModifiedTime?: string;
|
|
22959
|
+
}, attributes?: CFResourceAttributes);
|
|
22960
|
+
readonly Actions: MonitoringScheduleAlert_MonitoringAlertActions;
|
|
22961
|
+
readonly AlertStatus: "InAlert" | "OK";
|
|
22962
|
+
readonly Arn: string;
|
|
22963
|
+
readonly CreationTime: string;
|
|
22964
|
+
readonly LastModifiedTime: string;
|
|
22965
|
+
}
|
|
22966
|
+
|
|
22865
22967
|
export declare class MonitoringSubscription {
|
|
22866
22968
|
constructor(props: {
|
|
22867
22969
|
/** The ID of the distribution that you are enabling metrics for. */
|
|
@@ -91011,6 +91113,13 @@ export declare class ModelCardExportOutputConfig {
|
|
|
91011
91113
|
});
|
|
91012
91114
|
}
|
|
91013
91115
|
|
|
91116
|
+
export declare class ModelDashboardIndicatorAction {
|
|
91117
|
+
constructor(props: {
|
|
91118
|
+
/** Indicates whether the alert action is turned on. */
|
|
91119
|
+
Enabled?: boolean;
|
|
91120
|
+
});
|
|
91121
|
+
}
|
|
91122
|
+
|
|
91014
91123
|
export declare class ModelDataQuality {
|
|
91015
91124
|
constructor(props: {
|
|
91016
91125
|
Constraints?: ModelPackage_MetricsSource;
|
|
@@ -91230,6 +91339,88 @@ export declare class ModelInput {
|
|
|
91230
91339
|
});
|
|
91231
91340
|
}
|
|
91232
91341
|
|
|
91342
|
+
export declare class ModelInvocationJob_ModelInvocationJobInputDataConfig {
|
|
91343
|
+
constructor(props: {
|
|
91344
|
+
S3InputDataConfig: ModelInvocationJob_ModelInvocationJobS3InputDataConfig;
|
|
91345
|
+
});
|
|
91346
|
+
}
|
|
91347
|
+
|
|
91348
|
+
export declare class ModelInvocationJob_ModelInvocationJobOutputDataConfig {
|
|
91349
|
+
constructor(props: {
|
|
91350
|
+
S3OutputDataConfig: ModelInvocationJob_ModelInvocationJobS3OutputDataConfig;
|
|
91351
|
+
});
|
|
91352
|
+
}
|
|
91353
|
+
|
|
91354
|
+
export declare class ModelInvocationJob_ModelInvocationJobS3InputDataConfig {
|
|
91355
|
+
constructor(props: {
|
|
91356
|
+
/** The S3 location of the input data. */
|
|
91357
|
+
S3Uri: string;
|
|
91358
|
+
/** The ID of the AWS account that owns the S3 bucket containing the input data. */
|
|
91359
|
+
S3BucketOwner?: string;
|
|
91360
|
+
});
|
|
91361
|
+
}
|
|
91362
|
+
|
|
91363
|
+
export declare class ModelInvocationJob_ModelInvocationJobS3OutputDataConfig {
|
|
91364
|
+
constructor(props: {
|
|
91365
|
+
/** The S3 location of the output data. */
|
|
91366
|
+
S3Uri: string;
|
|
91367
|
+
/** The ID of the AWS account that owns the S3 bucket containing the output data. */
|
|
91368
|
+
S3BucketOwner?: string;
|
|
91369
|
+
/** The unique identifier of the key that encrypts the S3 location of the output data. */
|
|
91370
|
+
S3EncryptionKeyId?: string;
|
|
91371
|
+
});
|
|
91372
|
+
}
|
|
91373
|
+
|
|
91374
|
+
export declare class ModelInvocationJob_Tag {
|
|
91375
|
+
constructor(props: {
|
|
91376
|
+
/** The key name of the tag. */
|
|
91377
|
+
Key: string;
|
|
91378
|
+
/** The value for the tag. */
|
|
91379
|
+
Value: string;
|
|
91380
|
+
});
|
|
91381
|
+
}
|
|
91382
|
+
|
|
91383
|
+
export declare class ModelInvocationJob_VpcConfig {
|
|
91384
|
+
constructor(props: {
|
|
91385
|
+
/** An array of IDs for each security group in the VPC to use. */
|
|
91386
|
+
SecurityGroupIds: string[];
|
|
91387
|
+
/** An array of IDs for each subnet in the VPC to use. */
|
|
91388
|
+
SubnetIds: string[];
|
|
91389
|
+
});
|
|
91390
|
+
}
|
|
91391
|
+
|
|
91392
|
+
export declare class ModelInvocationJobInputDataConfig {
|
|
91393
|
+
constructor(props: {
|
|
91394
|
+
S3InputDataConfig: ModelInvocationJob_ModelInvocationJobS3InputDataConfig;
|
|
91395
|
+
});
|
|
91396
|
+
}
|
|
91397
|
+
|
|
91398
|
+
export declare class ModelInvocationJobOutputDataConfig {
|
|
91399
|
+
constructor(props: {
|
|
91400
|
+
S3OutputDataConfig: ModelInvocationJob_ModelInvocationJobS3OutputDataConfig;
|
|
91401
|
+
});
|
|
91402
|
+
}
|
|
91403
|
+
|
|
91404
|
+
export declare class ModelInvocationJobS3InputDataConfig {
|
|
91405
|
+
constructor(props: {
|
|
91406
|
+
/** The S3 location of the input data. */
|
|
91407
|
+
S3Uri: string;
|
|
91408
|
+
/** The ID of the AWS account that owns the S3 bucket containing the input data. */
|
|
91409
|
+
S3BucketOwner?: string;
|
|
91410
|
+
});
|
|
91411
|
+
}
|
|
91412
|
+
|
|
91413
|
+
export declare class ModelInvocationJobS3OutputDataConfig {
|
|
91414
|
+
constructor(props: {
|
|
91415
|
+
/** The S3 location of the output data. */
|
|
91416
|
+
S3Uri: string;
|
|
91417
|
+
/** The ID of the AWS account that owns the S3 bucket containing the output data. */
|
|
91418
|
+
S3BucketOwner?: string;
|
|
91419
|
+
/** The unique identifier of the key that encrypts the S3 location of the output data. */
|
|
91420
|
+
S3EncryptionKeyId?: string;
|
|
91421
|
+
});
|
|
91422
|
+
}
|
|
91423
|
+
|
|
91233
91424
|
export declare class ModelManifest_Tag {
|
|
91234
91425
|
constructor(props: {
|
|
91235
91426
|
Key: string;
|
|
@@ -91919,6 +92110,12 @@ export declare class Monitoring {
|
|
|
91919
92110
|
});
|
|
91920
92111
|
}
|
|
91921
92112
|
|
|
92113
|
+
export declare class MonitoringAlertActions {
|
|
92114
|
+
constructor(props: {
|
|
92115
|
+
ModelDashboardIndicator?: MonitoringScheduleAlert_ModelDashboardIndicatorAction;
|
|
92116
|
+
});
|
|
92117
|
+
}
|
|
92118
|
+
|
|
91922
92119
|
export declare class MonitoringAppSpecification {
|
|
91923
92120
|
constructor(props: {
|
|
91924
92121
|
/** The container image to be run by the monitoring job. */
|
|
@@ -92088,6 +92285,19 @@ export declare class MonitoringSchedule_Tag {
|
|
|
92088
92285
|
});
|
|
92089
92286
|
}
|
|
92090
92287
|
|
|
92288
|
+
export declare class MonitoringScheduleAlert_ModelDashboardIndicatorAction {
|
|
92289
|
+
constructor(props: {
|
|
92290
|
+
/** Indicates whether the alert action is turned on. */
|
|
92291
|
+
Enabled?: boolean;
|
|
92292
|
+
});
|
|
92293
|
+
}
|
|
92294
|
+
|
|
92295
|
+
export declare class MonitoringScheduleAlert_MonitoringAlertActions {
|
|
92296
|
+
constructor(props: {
|
|
92297
|
+
ModelDashboardIndicator?: MonitoringScheduleAlert_ModelDashboardIndicatorAction;
|
|
92298
|
+
});
|
|
92299
|
+
}
|
|
92300
|
+
|
|
92091
92301
|
export declare class MonitoringScheduleConfig {
|
|
92092
92302
|
constructor(props: {
|
|
92093
92303
|
MonitoringJobDefinition?: MonitoringSchedule_MonitoringJobDefinition;
|
|
@@ -128874,6 +129084,18 @@ export type MicrovmImage_MicrovmImageState =
|
|
|
128874
129084
|
|
|
128875
129085
|
export type ModelCard_RiskRating = "High" | "Low" | "Medium" | "Unknown";
|
|
128876
129086
|
|
|
129087
|
+
export type ModelInvocationJob_ModelInvocationJobStatus =
|
|
129088
|
+
| "Completed"
|
|
129089
|
+
| "Expired"
|
|
129090
|
+
| "Failed"
|
|
129091
|
+
| "InProgress"
|
|
129092
|
+
| "PartiallyCompleted"
|
|
129093
|
+
| "Scheduled"
|
|
129094
|
+
| "Stopped"
|
|
129095
|
+
| "Stopping"
|
|
129096
|
+
| "Submitted"
|
|
129097
|
+
| "Validating";
|
|
129098
|
+
|
|
128877
129099
|
export type ModelManifest_ManifestStatus = "ACTIVE" | "DRAFT";
|
|
128878
129100
|
|
|
128879
129101
|
export type ModelPackage_ModelApprovalStatus = "Approved" | "PendingManualApproval" | "Rejected";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.23",
|
|
4
4
|
"description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://intentius.io/chant",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"typescript": "^5.9.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@intentius/chant": "^0.18.
|
|
83
|
+
"@intentius/chant": "^0.18.23",
|
|
84
84
|
"typescript": "^5.9.3"
|
|
85
85
|
}
|
|
86
86
|
}
|