@intentius/chant-lexicon-aws 0.18.21 → 0.18.22

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "48d42bc59eee26616da0978d29feae409b7038f84142ae274253a9fe93ba3dd4",
5
- "meta.json": "276762c43447caaa9a47218bd3503ff4c2df9ceac5f9401351fc79d7137fcda1",
6
- "types/index.d.ts": "8847b60fce42e667effbe029aabe5feba52c5ad7974cd28b4f02263ddfbefe18",
4
+ "manifest.json": "6e36453d75c6d5512632c61863277df42a04bed6b64728e14678c46307c95eb5",
5
+ "meta.json": "f6512d8a5b7e2b4910a0b86b917753deff90d860a83e246e80670b783ad8b258",
6
+ "types/index.d.ts": "7ebef62aaa1081640af07620ddfdc0e95d2d01198d4a76cdbb5668123c995f8b",
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": "b7672f3aa4c84b35fe6baf5098668f40c2689487737de83e428280526dd83d84"
61
+ "composite": "86b2c119a05f52fd1f9e695836aeb43d3897894ffe8c520541783f10cbf9c279"
62
62
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.18.21",
3
+ "version": "0.18.22",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
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": [
@@ -62536,6 +62539,117 @@
62536
62539
  "kind": "property",
62537
62540
  "lexicon": "aws"
62538
62541
  },
62542
+ "ModelInvocationJob": {
62543
+ "resourceType": "AWS::Bedrock::ModelInvocationJob",
62544
+ "kind": "resource",
62545
+ "lexicon": "aws",
62546
+ "attrs": {
62547
+ "JobArn": "JobArn",
62548
+ "JobName": "JobName",
62549
+ "ModelId": "ModelId",
62550
+ "RoleArn": "RoleArn",
62551
+ "InputDataConfig": "InputDataConfig",
62552
+ "OutputDataConfig": "OutputDataConfig",
62553
+ "VpcConfig": "VpcConfig",
62554
+ "TimeoutDurationInHours": "TimeoutDurationInHours",
62555
+ "Status": "Status",
62556
+ "SubmitTime": "SubmitTime",
62557
+ "LastModifiedTime": "LastModifiedTime",
62558
+ "JobExpirationTime": "JobExpirationTime",
62559
+ "Tags": "Tags"
62560
+ },
62561
+ "propertyConstraints": {
62562
+ "JobArn": {
62563
+ "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/[a-z0-9]{12})$",
62564
+ "maxLength": 1011
62565
+ },
62566
+ "JobName": {
62567
+ "pattern": "^[a-zA-Z0-9]{1,63}(-*[a-zA-Z0-9\\+\\-\\.]){0,63}$",
62568
+ "minLength": 1,
62569
+ "maxLength": 63
62570
+ },
62571
+ "ModelId": {
62572
+ "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][_-]?)+)$",
62573
+ "minLength": 1,
62574
+ "maxLength": 2048
62575
+ },
62576
+ "RoleArn": {
62577
+ "pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
62578
+ "maxLength": 2048
62579
+ },
62580
+ "TimeoutDurationInHours": {
62581
+ "minimum": 24,
62582
+ "maximum": 168
62583
+ },
62584
+ "SubmitTime": {
62585
+ "format": "date-time"
62586
+ },
62587
+ "LastModifiedTime": {
62588
+ "format": "date-time"
62589
+ },
62590
+ "JobExpirationTime": {
62591
+ "format": "date-time"
62592
+ }
62593
+ },
62594
+ "primaryIdentifier": [
62595
+ "JobArn"
62596
+ ],
62597
+ "tagging": {
62598
+ "taggable": true,
62599
+ "tagOnCreate": false,
62600
+ "tagUpdatable": false
62601
+ }
62602
+ },
62603
+ "ModelInvocationJobInputDataConfig": {
62604
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
62605
+ "kind": "property",
62606
+ "lexicon": "aws"
62607
+ },
62608
+ "ModelInvocationJobOutputDataConfig": {
62609
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
62610
+ "kind": "property",
62611
+ "lexicon": "aws"
62612
+ },
62613
+ "ModelInvocationJobS3InputDataConfig": {
62614
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
62615
+ "kind": "property",
62616
+ "lexicon": "aws"
62617
+ },
62618
+ "ModelInvocationJobS3OutputDataConfig": {
62619
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
62620
+ "kind": "property",
62621
+ "lexicon": "aws"
62622
+ },
62623
+ "ModelInvocationJob_ModelInvocationJobInputDataConfig": {
62624
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
62625
+ "kind": "property",
62626
+ "lexicon": "aws"
62627
+ },
62628
+ "ModelInvocationJob_ModelInvocationJobOutputDataConfig": {
62629
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
62630
+ "kind": "property",
62631
+ "lexicon": "aws"
62632
+ },
62633
+ "ModelInvocationJob_ModelInvocationJobS3InputDataConfig": {
62634
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
62635
+ "kind": "property",
62636
+ "lexicon": "aws"
62637
+ },
62638
+ "ModelInvocationJob_ModelInvocationJobS3OutputDataConfig": {
62639
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
62640
+ "kind": "property",
62641
+ "lexicon": "aws"
62642
+ },
62643
+ "ModelInvocationJob_Tag": {
62644
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.Tag",
62645
+ "kind": "property",
62646
+ "lexicon": "aws"
62647
+ },
62648
+ "ModelInvocationJob_VpcConfig": {
62649
+ "resourceType": "AWS::Bedrock::ModelInvocationJob.VpcConfig",
62650
+ "kind": "property",
62651
+ "lexicon": "aws"
62652
+ },
62539
62653
  "ModelManifest": {
62540
62654
  "resourceType": "AWS::IoTFleetWise::ModelManifest",
62541
62655
  "kind": "resource",
@@ -85733,6 +85847,12 @@
85733
85847
  "UpdateFailed",
85734
85848
  "DeleteFailed"
85735
85849
  ]
85850
+ },
85851
+ "CreationTime": {
85852
+ "format": "date-time"
85853
+ },
85854
+ "LastModifiedTime": {
85855
+ "format": "date-time"
85736
85856
  }
85737
85857
  },
85738
85858
  "createOnly": [
@@ -91278,6 +91398,12 @@
91278
91398
  "SpendingLimit": {
91279
91399
  "pattern": "^\\d+(\\.\\d{1,2})?$",
91280
91400
  "minLength": 1
91401
+ },
91402
+ "CreatedAt": {
91403
+ "format": "date-time"
91404
+ },
91405
+ "UpdatedAt": {
91406
+ "format": "date-time"
91281
91407
  }
91282
91408
  },
91283
91409
  "createOnly": [
@@ -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,aA2rBvB,CAAC"}
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"}
@@ -22688,6 +22688,49 @@ export declare class ModelExplainabilityJobDefinition {
22688
22688
  readonly JobDefinitionArn: string;
22689
22689
  }
22690
22690
 
22691
+ export declare class ModelInvocationJob {
22692
+ constructor(props: {
22693
+ /** Details about the location of the input to the batch inference job. */
22694
+ InputDataConfig?: ModelInvocationJob_ModelInvocationJobInputDataConfig;
22695
+ /** The Amazon Resource Name (ARN) of the batch inference job. */
22696
+ JobArn?: string;
22697
+ /** The time at which the batch inference job times or timed out. */
22698
+ JobExpirationTime?: string;
22699
+ /** A name to give the batch inference job. */
22700
+ JobName?: string;
22701
+ /** The time at which the batch inference job was last modified. */
22702
+ LastModifiedTime?: string;
22703
+ /** The unique identifier of the foundation model to use for the batch inference job. */
22704
+ ModelId?: string;
22705
+ /** Details about the location of the output of the batch inference job. */
22706
+ OutputDataConfig?: ModelInvocationJob_ModelInvocationJobOutputDataConfig;
22707
+ /** The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. */
22708
+ RoleArn?: string;
22709
+ Status?: ModelInvocationJob_ModelInvocationJobStatus;
22710
+ /** The time at which the batch inference job was submitted. */
22711
+ SubmitTime?: string;
22712
+ /** Any tags associated with the batch inference job. */
22713
+ Tags?: ModelInvocationJob_Tag[];
22714
+ /** The number of hours after which to force the batch inference job to time out. */
22715
+ TimeoutDurationInHours?: number;
22716
+ /** The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. */
22717
+ VpcConfig?: ModelInvocationJob_VpcConfig;
22718
+ }, attributes?: CFResourceAttributes);
22719
+ readonly InputDataConfig: ModelInvocationJob_ModelInvocationJobInputDataConfig;
22720
+ readonly JobArn: string;
22721
+ readonly JobExpirationTime: string;
22722
+ readonly JobName: string;
22723
+ readonly LastModifiedTime: string;
22724
+ readonly ModelId: string;
22725
+ readonly OutputDataConfig: ModelInvocationJob_ModelInvocationJobOutputDataConfig;
22726
+ readonly RoleArn: string;
22727
+ readonly Status: ModelInvocationJob_ModelInvocationJobStatus;
22728
+ readonly SubmitTime: string;
22729
+ readonly Tags: ModelInvocationJob_Tag[];
22730
+ readonly TimeoutDurationInHours: number;
22731
+ readonly VpcConfig: ModelInvocationJob_VpcConfig;
22732
+ }
22733
+
22691
22734
  export declare class ModelManifest {
22692
22735
  constructor(props: {
22693
22736
  Name: string;
@@ -91230,6 +91273,88 @@ export declare class ModelInput {
91230
91273
  });
91231
91274
  }
91232
91275
 
91276
+ export declare class ModelInvocationJob_ModelInvocationJobInputDataConfig {
91277
+ constructor(props: {
91278
+ S3InputDataConfig: ModelInvocationJob_ModelInvocationJobS3InputDataConfig;
91279
+ });
91280
+ }
91281
+
91282
+ export declare class ModelInvocationJob_ModelInvocationJobOutputDataConfig {
91283
+ constructor(props: {
91284
+ S3OutputDataConfig: ModelInvocationJob_ModelInvocationJobS3OutputDataConfig;
91285
+ });
91286
+ }
91287
+
91288
+ export declare class ModelInvocationJob_ModelInvocationJobS3InputDataConfig {
91289
+ constructor(props: {
91290
+ /** The S3 location of the input data. */
91291
+ S3Uri: string;
91292
+ /** The ID of the AWS account that owns the S3 bucket containing the input data. */
91293
+ S3BucketOwner?: string;
91294
+ });
91295
+ }
91296
+
91297
+ export declare class ModelInvocationJob_ModelInvocationJobS3OutputDataConfig {
91298
+ constructor(props: {
91299
+ /** The S3 location of the output data. */
91300
+ S3Uri: string;
91301
+ /** The ID of the AWS account that owns the S3 bucket containing the output data. */
91302
+ S3BucketOwner?: string;
91303
+ /** The unique identifier of the key that encrypts the S3 location of the output data. */
91304
+ S3EncryptionKeyId?: string;
91305
+ });
91306
+ }
91307
+
91308
+ export declare class ModelInvocationJob_Tag {
91309
+ constructor(props: {
91310
+ /** The key name of the tag. */
91311
+ Key: string;
91312
+ /** The value for the tag. */
91313
+ Value: string;
91314
+ });
91315
+ }
91316
+
91317
+ export declare class ModelInvocationJob_VpcConfig {
91318
+ constructor(props: {
91319
+ /** An array of IDs for each security group in the VPC to use. */
91320
+ SecurityGroupIds: string[];
91321
+ /** An array of IDs for each subnet in the VPC to use. */
91322
+ SubnetIds: string[];
91323
+ });
91324
+ }
91325
+
91326
+ export declare class ModelInvocationJobInputDataConfig {
91327
+ constructor(props: {
91328
+ S3InputDataConfig: ModelInvocationJob_ModelInvocationJobS3InputDataConfig;
91329
+ });
91330
+ }
91331
+
91332
+ export declare class ModelInvocationJobOutputDataConfig {
91333
+ constructor(props: {
91334
+ S3OutputDataConfig: ModelInvocationJob_ModelInvocationJobS3OutputDataConfig;
91335
+ });
91336
+ }
91337
+
91338
+ export declare class ModelInvocationJobS3InputDataConfig {
91339
+ constructor(props: {
91340
+ /** The S3 location of the input data. */
91341
+ S3Uri: string;
91342
+ /** The ID of the AWS account that owns the S3 bucket containing the input data. */
91343
+ S3BucketOwner?: string;
91344
+ });
91345
+ }
91346
+
91347
+ export declare class ModelInvocationJobS3OutputDataConfig {
91348
+ constructor(props: {
91349
+ /** The S3 location of the output data. */
91350
+ S3Uri: string;
91351
+ /** The ID of the AWS account that owns the S3 bucket containing the output data. */
91352
+ S3BucketOwner?: string;
91353
+ /** The unique identifier of the key that encrypts the S3 location of the output data. */
91354
+ S3EncryptionKeyId?: string;
91355
+ });
91356
+ }
91357
+
91233
91358
  export declare class ModelManifest_Tag {
91234
91359
  constructor(props: {
91235
91360
  Key: string;
@@ -128874,6 +128999,18 @@ export type MicrovmImage_MicrovmImageState =
128874
128999
 
128875
129000
  export type ModelCard_RiskRating = "High" | "Low" | "Medium" | "Unknown";
128876
129001
 
129002
+ export type ModelInvocationJob_ModelInvocationJobStatus =
129003
+ | "Completed"
129004
+ | "Expired"
129005
+ | "Failed"
129006
+ | "InProgress"
129007
+ | "PartiallyCompleted"
129008
+ | "Scheduled"
129009
+ | "Stopped"
129010
+ | "Stopping"
129011
+ | "Submitted"
129012
+ | "Validating";
129013
+
128877
129014
  export type ModelManifest_ManifestStatus = "ACTIVE" | "DRAFT";
128878
129015
 
128879
129016
  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.21",
3
+ "version": "0.18.22",
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.21",
83
+ "@intentius/chant": "^0.18.22",
84
84
  "typescript": "^5.9.3"
85
85
  }
86
86
  }
@@ -22688,6 +22688,49 @@ export declare class ModelExplainabilityJobDefinition {
22688
22688
  readonly JobDefinitionArn: string;
22689
22689
  }
22690
22690
 
22691
+ export declare class ModelInvocationJob {
22692
+ constructor(props: {
22693
+ /** Details about the location of the input to the batch inference job. */
22694
+ InputDataConfig?: ModelInvocationJob_ModelInvocationJobInputDataConfig;
22695
+ /** The Amazon Resource Name (ARN) of the batch inference job. */
22696
+ JobArn?: string;
22697
+ /** The time at which the batch inference job times or timed out. */
22698
+ JobExpirationTime?: string;
22699
+ /** A name to give the batch inference job. */
22700
+ JobName?: string;
22701
+ /** The time at which the batch inference job was last modified. */
22702
+ LastModifiedTime?: string;
22703
+ /** The unique identifier of the foundation model to use for the batch inference job. */
22704
+ ModelId?: string;
22705
+ /** Details about the location of the output of the batch inference job. */
22706
+ OutputDataConfig?: ModelInvocationJob_ModelInvocationJobOutputDataConfig;
22707
+ /** The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. */
22708
+ RoleArn?: string;
22709
+ Status?: ModelInvocationJob_ModelInvocationJobStatus;
22710
+ /** The time at which the batch inference job was submitted. */
22711
+ SubmitTime?: string;
22712
+ /** Any tags associated with the batch inference job. */
22713
+ Tags?: ModelInvocationJob_Tag[];
22714
+ /** The number of hours after which to force the batch inference job to time out. */
22715
+ TimeoutDurationInHours?: number;
22716
+ /** The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. */
22717
+ VpcConfig?: ModelInvocationJob_VpcConfig;
22718
+ }, attributes?: CFResourceAttributes);
22719
+ readonly InputDataConfig: ModelInvocationJob_ModelInvocationJobInputDataConfig;
22720
+ readonly JobArn: string;
22721
+ readonly JobExpirationTime: string;
22722
+ readonly JobName: string;
22723
+ readonly LastModifiedTime: string;
22724
+ readonly ModelId: string;
22725
+ readonly OutputDataConfig: ModelInvocationJob_ModelInvocationJobOutputDataConfig;
22726
+ readonly RoleArn: string;
22727
+ readonly Status: ModelInvocationJob_ModelInvocationJobStatus;
22728
+ readonly SubmitTime: string;
22729
+ readonly Tags: ModelInvocationJob_Tag[];
22730
+ readonly TimeoutDurationInHours: number;
22731
+ readonly VpcConfig: ModelInvocationJob_VpcConfig;
22732
+ }
22733
+
22691
22734
  export declare class ModelManifest {
22692
22735
  constructor(props: {
22693
22736
  Name: string;
@@ -91230,6 +91273,88 @@ export declare class ModelInput {
91230
91273
  });
91231
91274
  }
91232
91275
 
91276
+ export declare class ModelInvocationJob_ModelInvocationJobInputDataConfig {
91277
+ constructor(props: {
91278
+ S3InputDataConfig: ModelInvocationJob_ModelInvocationJobS3InputDataConfig;
91279
+ });
91280
+ }
91281
+
91282
+ export declare class ModelInvocationJob_ModelInvocationJobOutputDataConfig {
91283
+ constructor(props: {
91284
+ S3OutputDataConfig: ModelInvocationJob_ModelInvocationJobS3OutputDataConfig;
91285
+ });
91286
+ }
91287
+
91288
+ export declare class ModelInvocationJob_ModelInvocationJobS3InputDataConfig {
91289
+ constructor(props: {
91290
+ /** The S3 location of the input data. */
91291
+ S3Uri: string;
91292
+ /** The ID of the AWS account that owns the S3 bucket containing the input data. */
91293
+ S3BucketOwner?: string;
91294
+ });
91295
+ }
91296
+
91297
+ export declare class ModelInvocationJob_ModelInvocationJobS3OutputDataConfig {
91298
+ constructor(props: {
91299
+ /** The S3 location of the output data. */
91300
+ S3Uri: string;
91301
+ /** The ID of the AWS account that owns the S3 bucket containing the output data. */
91302
+ S3BucketOwner?: string;
91303
+ /** The unique identifier of the key that encrypts the S3 location of the output data. */
91304
+ S3EncryptionKeyId?: string;
91305
+ });
91306
+ }
91307
+
91308
+ export declare class ModelInvocationJob_Tag {
91309
+ constructor(props: {
91310
+ /** The key name of the tag. */
91311
+ Key: string;
91312
+ /** The value for the tag. */
91313
+ Value: string;
91314
+ });
91315
+ }
91316
+
91317
+ export declare class ModelInvocationJob_VpcConfig {
91318
+ constructor(props: {
91319
+ /** An array of IDs for each security group in the VPC to use. */
91320
+ SecurityGroupIds: string[];
91321
+ /** An array of IDs for each subnet in the VPC to use. */
91322
+ SubnetIds: string[];
91323
+ });
91324
+ }
91325
+
91326
+ export declare class ModelInvocationJobInputDataConfig {
91327
+ constructor(props: {
91328
+ S3InputDataConfig: ModelInvocationJob_ModelInvocationJobS3InputDataConfig;
91329
+ });
91330
+ }
91331
+
91332
+ export declare class ModelInvocationJobOutputDataConfig {
91333
+ constructor(props: {
91334
+ S3OutputDataConfig: ModelInvocationJob_ModelInvocationJobS3OutputDataConfig;
91335
+ });
91336
+ }
91337
+
91338
+ export declare class ModelInvocationJobS3InputDataConfig {
91339
+ constructor(props: {
91340
+ /** The S3 location of the input data. */
91341
+ S3Uri: string;
91342
+ /** The ID of the AWS account that owns the S3 bucket containing the input data. */
91343
+ S3BucketOwner?: string;
91344
+ });
91345
+ }
91346
+
91347
+ export declare class ModelInvocationJobS3OutputDataConfig {
91348
+ constructor(props: {
91349
+ /** The S3 location of the output data. */
91350
+ S3Uri: string;
91351
+ /** The ID of the AWS account that owns the S3 bucket containing the output data. */
91352
+ S3BucketOwner?: string;
91353
+ /** The unique identifier of the key that encrypts the S3 location of the output data. */
91354
+ S3EncryptionKeyId?: string;
91355
+ });
91356
+ }
91357
+
91233
91358
  export declare class ModelManifest_Tag {
91234
91359
  constructor(props: {
91235
91360
  Key: string;
@@ -128874,6 +128999,18 @@ export type MicrovmImage_MicrovmImageState =
128874
128999
 
128875
129000
  export type ModelCard_RiskRating = "High" | "Low" | "Medium" | "Unknown";
128876
129001
 
129002
+ export type ModelInvocationJob_ModelInvocationJobStatus =
129003
+ | "Completed"
129004
+ | "Expired"
129005
+ | "Failed"
129006
+ | "InProgress"
129007
+ | "PartiallyCompleted"
129008
+ | "Scheduled"
129009
+ | "Stopped"
129010
+ | "Stopping"
129011
+ | "Submitted"
129012
+ | "Validating";
129013
+
128877
129014
  export type ModelManifest_ManifestStatus = "ACTIVE" | "DRAFT";
128878
129015
 
128879
129016
  export type ModelPackage_ModelApprovalStatus = "Approved" | "PendingManualApproval" | "Rejected";
@@ -911,6 +911,7 @@ export const ModelBiasJobDefinition = createResource("AWS::SageMaker::ModelBiasJ
911
911
  export const ModelCard = createResource("AWS::SageMaker::ModelCard", "aws", {"ModelCardArn":"ModelCardArn","ModelCardVersion":"ModelCardVersion","CreatedBy_DomainId":"CreatedBy.DomainId","CreatedBy_UserProfileArn":"CreatedBy.UserProfileArn","CreatedBy_UserProfileName":"CreatedBy.UserProfileName","LastModifiedBy_DomainId":"LastModifiedBy.DomainId","LastModifiedBy_UserProfileArn":"LastModifiedBy.UserProfileArn","LastModifiedBy_UserProfileName":"LastModifiedBy.UserProfileName","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime","ModelCardProcessingStatus":"ModelCardProcessingStatus"});
912
912
  export const ModelCardExportJob = createResource("AWS::SageMaker::ModelCardExportJob", "aws", {"ModelCardExportJobArn":"ModelCardExportJobArn","Status":"Status","CreatedAt":"CreatedAt","LastModifiedAt":"LastModifiedAt","ExportArtifacts":"ExportArtifacts"});
913
913
  export const ModelExplainabilityJobDefinition = createResource("AWS::SageMaker::ModelExplainabilityJobDefinition", "aws", {"CreationTime":"CreationTime","JobDefinitionArn":"JobDefinitionArn"});
914
+ export const ModelInvocationJob = createResource("AWS::Bedrock::ModelInvocationJob", "aws", {"JobArn":"JobArn","JobName":"JobName","ModelId":"ModelId","RoleArn":"RoleArn","InputDataConfig":"InputDataConfig","OutputDataConfig":"OutputDataConfig","VpcConfig":"VpcConfig","TimeoutDurationInHours":"TimeoutDurationInHours","Status":"Status","SubmitTime":"SubmitTime","LastModifiedTime":"LastModifiedTime","JobExpirationTime":"JobExpirationTime","Tags":"Tags"});
914
915
  export const ModelManifest = createResource("AWS::IoTFleetWise::ModelManifest", "aws", {"Arn":"Arn","CreationTime":"CreationTime","LastModificationTime":"LastModificationTime"});
915
916
  export const ModelPackage = createResource("AWS::SageMaker::ModelPackage", "aws", {"ModelPackageArn":"ModelPackageArn","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime","ModelPackageStatus":"ModelPackageStatus"});
916
917
  export const ModelPackageGroup = createResource("AWS::SageMaker::ModelPackageGroup", "aws", {"ModelPackageGroupArn":"ModelPackageGroupArn","CreationTime":"CreationTime","ModelPackageGroupStatus":"ModelPackageGroupStatus"});
@@ -7077,6 +7078,16 @@ export const ModelExplainabilityJobInput = createProperty("AWS::SageMaker::Model
7077
7078
  export const ModelInferencePaymentConfig = createProperty("AWS::CleanRooms::Collaboration.ModelInferencePaymentConfig", "aws");
7078
7079
  export const ModelInfrastructureConfig = createProperty("AWS::SageMaker::InferenceExperiment.ModelInfrastructureConfig", "aws");
7079
7080
  export const ModelInput = createProperty("AWS::SageMaker::Algorithm.ModelInput", "aws");
7081
+ export const ModelInvocationJob_ModelInvocationJobInputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig", "aws");
7082
+ export const ModelInvocationJob_ModelInvocationJobOutputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig", "aws");
7083
+ export const ModelInvocationJob_ModelInvocationJobS3InputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig", "aws");
7084
+ export const ModelInvocationJob_ModelInvocationJobS3OutputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig", "aws");
7085
+ export const ModelInvocationJob_Tag = createProperty("AWS::Bedrock::ModelInvocationJob.Tag", "aws");
7086
+ export const ModelInvocationJob_VpcConfig = createProperty("AWS::Bedrock::ModelInvocationJob.VpcConfig", "aws");
7087
+ export const ModelInvocationJobInputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig", "aws");
7088
+ export const ModelInvocationJobOutputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig", "aws");
7089
+ export const ModelInvocationJobS3InputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig", "aws");
7090
+ export const ModelInvocationJobS3OutputDataConfig = createProperty("AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig", "aws");
7080
7091
  export const ModelManifest_Tag = createProperty("AWS::IoTFleetWise::ModelManifest.Tag", "aws");
7081
7092
  export const ModelMetrics = createProperty("AWS::SageMaker::ModelPackage.ModelMetrics", "aws");
7082
7093
  export const ModelOverview = createProperty("AWS::SageMaker::ModelCard.ModelOverview", "aws");