@intentius/chant-lexicon-aws 0.18.35 → 0.18.37

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": "bc4d74a886f5f5c5ac44f8ff5c89f8b5d969a9c1b114d1c31884b32473586d61",
5
- "meta.json": "f753beb9ef6a89191cc76afc3be19f4bc7142751ce6b2d37bea8008bc37c7793",
6
- "types/index.d.ts": "22463a37dc0a2e3dd8baf0ddbb72f9e12ec4e5b6dd33ecfe22a1a8a8cff272b9",
4
+ "manifest.json": "86b62ac993900475413852b8d72bd2191df18c78506c3d0e21d7dd2c49c68cb1",
5
+ "meta.json": "dcddef61188a10733c993daaca4c209c7f0948ee95a63c20477875cf794f596e",
6
+ "types/index.d.ts": "5444b8212f0ab3c649e0dd8b1e8d4824eeb5c33d58b0ec053c5ee3fb97da0413",
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": "1c1852463c41858337d28f593b509b1687d926060712dc177a28045e41517dc3"
61
+ "composite": "b4333dc803950e8e7a3b92f4b51f7b97769d387f27c560a1bd2b1d8a2648f54d"
62
62
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.18.35",
3
+ "version": "0.18.37",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -3050,6 +3050,11 @@
3050
3050
  "kind": "property",
3051
3051
  "lexicon": "aws"
3052
3052
  },
3053
+ "AllowedWorkloadConfiguration": {
3054
+ "resourceType": "AWS::BedrockAgentCore::Runtime.AllowedWorkloadConfiguration",
3055
+ "kind": "property",
3056
+ "lexicon": "aws"
3057
+ },
3053
3058
  "AlternatePathHint": {
3054
3059
  "resourceType": "AWS::EC2::NetworkInsightsAnalysis.AlternatePathHint",
3055
3060
  "kind": "property",
@@ -25965,6 +25970,93 @@
25965
25970
  "kind": "property",
25966
25971
  "lexicon": "aws"
25967
25972
  },
25973
+ "DataTransformationProfile": {
25974
+ "resourceType": "AWS::HealthLake::DataTransformationProfile",
25975
+ "kind": "resource",
25976
+ "lexicon": "aws",
25977
+ "attrs": {
25978
+ "Arn": "Arn",
25979
+ "ProfileId": "ProfileId",
25980
+ "TargetFormat": "TargetFormat"
25981
+ },
25982
+ "propertyConstraints": {
25983
+ "Arn": {
25984
+ "pattern": "^arn:aws(-[a-z]+)*:healthlake:[a-z0-9-]+:[0-9]{12}:dataTransformationProfile/[a-f0-9]{32}$"
25985
+ },
25986
+ "ProfileId": {
25987
+ "pattern": "^[a-f0-9]{32}$",
25988
+ "minLength": 32,
25989
+ "maxLength": 32
25990
+ },
25991
+ "ProfileName": {
25992
+ "minLength": 1,
25993
+ "maxLength": 256
25994
+ },
25995
+ "SourceFormat": {
25996
+ "enum": [
25997
+ "CCDA",
25998
+ "CSV"
25999
+ ]
26000
+ },
26001
+ "TargetFormat": {
26002
+ "enum": [
26003
+ "FHIR_R4"
26004
+ ]
26005
+ },
26006
+ "KmsKeyId": {
26007
+ "minLength": 1,
26008
+ "maxLength": 2048
26009
+ },
26010
+ "ProfileDescription": {
26011
+ "minLength": 0,
26012
+ "maxLength": 1000
26013
+ }
26014
+ },
26015
+ "createOnly": [
26016
+ "ProfileName",
26017
+ "SourceFormat",
26018
+ "Source",
26019
+ "KmsKeyId",
26020
+ "ProfileDescription"
26021
+ ],
26022
+ "writeOnly": [
26023
+ "Source",
26024
+ "KmsKeyId"
26025
+ ],
26026
+ "primaryIdentifier": [
26027
+ "Arn"
26028
+ ],
26029
+ "tagging": {
26030
+ "taggable": true,
26031
+ "tagOnCreate": true,
26032
+ "tagUpdatable": true
26033
+ }
26034
+ },
26035
+ "DataTransformationProfile_ExistingVersionedProfileSource": {
26036
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.ExistingVersionedProfileSource",
26037
+ "kind": "property",
26038
+ "lexicon": "aws"
26039
+ },
26040
+ "DataTransformationProfile_ProfileMappingSource": {
26041
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.ProfileMappingSource",
26042
+ "kind": "property",
26043
+ "lexicon": "aws"
26044
+ },
26045
+ "DataTransformationProfile_Source": {
26046
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.Source",
26047
+ "kind": "property",
26048
+ "lexicon": "aws"
26049
+ },
26050
+ "DataTransformationProfile_StarterProfileSource": {
26051
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.StarterProfileSource",
26052
+ "kind": "property",
26053
+ "lexicon": "aws"
26054
+ },
26055
+ "DataTransformationProfile_Tag": {
26056
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.Tag",
26057
+ "kind": "property",
26058
+ "lexicon": "aws"
26059
+ },
25968
26060
  "DataZoneConnection": {
25969
26061
  "resourceType": "AWS::DataZone::Connection",
25970
26062
  "kind": "resource",
@@ -28930,6 +29022,75 @@
28930
29022
  "kind": "property",
28931
29023
  "lexicon": "aws"
28932
29024
  },
29025
+ "DefaultPromptRouter": {
29026
+ "resourceType": "AWS::Bedrock::DefaultPromptRouter",
29027
+ "kind": "resource",
29028
+ "lexicon": "aws",
29029
+ "attrs": {
29030
+ "PromptRouterArn": "PromptRouterArn",
29031
+ "PromptRouterId": "PromptRouterId",
29032
+ "PromptRouterName": "PromptRouterName",
29033
+ "Description": "Description",
29034
+ "RoutingCriteria": "RoutingCriteria",
29035
+ "FallbackModel": "FallbackModel",
29036
+ "Models": "Models",
29037
+ "Status": "Status",
29038
+ "Type": "Type",
29039
+ "CreatedAt": "CreatedAt",
29040
+ "UpdatedAt": "UpdatedAt"
29041
+ },
29042
+ "propertyConstraints": {
29043
+ "PromptRouterArn": {
29044
+ "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:default-prompt-router/[a-zA-Z0-9-:.]+$",
29045
+ "minLength": 1,
29046
+ "maxLength": 2048
29047
+ },
29048
+ "PromptRouterId": {
29049
+ "minLength": 1,
29050
+ "maxLength": 2048
29051
+ },
29052
+ "PromptRouterName": {
29053
+ "pattern": "^([0-9a-zA-Z][ _-]?)+$",
29054
+ "minLength": 1,
29055
+ "maxLength": 64
29056
+ },
29057
+ "Description": {
29058
+ "pattern": "^([0-9a-zA-Z:.][ _-]?)+$",
29059
+ "minLength": 1,
29060
+ "maxLength": 200
29061
+ },
29062
+ "Status": {
29063
+ "enum": [
29064
+ "AVAILABLE"
29065
+ ]
29066
+ },
29067
+ "Type": {
29068
+ "enum": [
29069
+ "custom",
29070
+ "default"
29071
+ ]
29072
+ },
29073
+ "CreatedAt": {
29074
+ "format": "date-time"
29075
+ },
29076
+ "UpdatedAt": {
29077
+ "format": "date-time"
29078
+ }
29079
+ },
29080
+ "primaryIdentifier": [
29081
+ "PromptRouterArn"
29082
+ ]
29083
+ },
29084
+ "DefaultPromptRouter_PromptRouterTargetModel": {
29085
+ "resourceType": "AWS::Bedrock::DefaultPromptRouter.PromptRouterTargetModel",
29086
+ "kind": "property",
29087
+ "lexicon": "aws"
29088
+ },
29089
+ "DefaultPromptRouter_RoutingCriteria": {
29090
+ "resourceType": "AWS::Bedrock::DefaultPromptRouter.RoutingCriteria",
29091
+ "kind": "property",
29092
+ "lexicon": "aws"
29093
+ },
28933
29094
  "DefaultPushNotificationTemplate": {
28934
29095
  "resourceType": "AWS::Pinpoint::PushTemplate.DefaultPushNotificationTemplate",
28935
29096
  "kind": "property",
@@ -30253,7 +30414,6 @@
30253
30414
  "ServiceDetails/MCPServer",
30254
30415
  "ServiceDetails/MCPServerSplunk",
30255
30416
  "ServiceDetails/MCPServerNewRelic",
30256
- "ServiceDetails/GitLab",
30257
30417
  "ServiceDetails/ServiceNow",
30258
30418
  "ServiceDetails/PagerDuty",
30259
30419
  "ServiceDetails/AzureIdentity",
@@ -37912,6 +38072,11 @@
37912
38072
  "kind": "property",
37913
38073
  "lexicon": "aws"
37914
38074
  },
38075
+ "ExistingVersionedProfileSource": {
38076
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.ExistingVersionedProfileSource",
38077
+ "kind": "property",
38078
+ "lexicon": "aws"
38079
+ },
37915
38080
  "ExperimentConfig": {
37916
38081
  "resourceType": "AWS::SageMaker::ProcessingJob.ExperimentConfig",
37917
38082
  "kind": "property",
@@ -53601,15 +53766,29 @@
53601
53766
  },
53602
53767
  "HookArn": {
53603
53768
  "pattern": "^arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/hook/.+$"
53769
+ },
53770
+ "AutoUpdate": {
53771
+ "default": true
53604
53772
  }
53605
53773
  },
53606
53774
  "createOnly": [
53607
- "Alias"
53775
+ "Alias",
53776
+ "AutoUpdate",
53777
+ "LoggingConfig"
53778
+ ],
53779
+ "writeOnly": [
53780
+ "AutoUpdate",
53781
+ "LoggingConfig"
53608
53782
  ],
53609
53783
  "primaryIdentifier": [
53610
53784
  "HookArn"
53611
53785
  ]
53612
53786
  },
53787
+ "LambdaHook_LoggingConfig": {
53788
+ "resourceType": "AWS::CloudFormation::LambdaHook.LoggingConfig",
53789
+ "kind": "property",
53790
+ "lexicon": "aws"
53791
+ },
53613
53792
  "LambdaLinuxProcessParams": {
53614
53793
  "resourceType": "AWS::GreengrassV2::ComponentVersion.LambdaLinuxProcessParams",
53615
53794
  "kind": "property",
@@ -59080,7 +59259,8 @@
59080
59259
  }
59081
59260
  },
59082
59261
  "createOnly": [
59083
- "WorkflowName"
59262
+ "WorkflowName",
59263
+ "ResolutionTechniques/EnableRealTimeMatching"
59084
59264
  ],
59085
59265
  "primaryIdentifier": [
59086
59266
  "WorkflowName"
@@ -65837,7 +66017,12 @@
65837
66017
  ],
65838
66018
  "primaryIdentifier": [
65839
66019
  "Arn"
65840
- ]
66020
+ ],
66021
+ "tagging": {
66022
+ "taggable": true,
66023
+ "tagOnCreate": true,
66024
+ "tagUpdatable": true
66025
+ }
65841
66026
  },
65842
66027
  "NotificationRule_Target": {
65843
66028
  "resourceType": "AWS::CodeStarNotifications::NotificationRule.Target",
@@ -68009,6 +68194,9 @@
68009
68194
  "resourceType": "AWS::Config::OrganizationConformancePack",
68010
68195
  "kind": "resource",
68011
68196
  "lexicon": "aws",
68197
+ "attrs": {
68198
+ "OrganizationConformancePackArn": "OrganizationConformancePackArn"
68199
+ },
68012
68200
  "propertyConstraints": {
68013
68201
  "OrganizationConformancePackName": {
68014
68202
  "pattern": "[a-zA-Z][-a-zA-Z0-9]*",
@@ -68042,13 +68230,23 @@
68042
68230
  ],
68043
68231
  "primaryIdentifier": [
68044
68232
  "OrganizationConformancePackName"
68045
- ]
68233
+ ],
68234
+ "tagging": {
68235
+ "taggable": true,
68236
+ "tagOnCreate": true,
68237
+ "tagUpdatable": true
68238
+ }
68046
68239
  },
68047
68240
  "OrganizationConformancePack_ConformancePackInputParameter": {
68048
68241
  "resourceType": "AWS::Config::OrganizationConformancePack.ConformancePackInputParameter",
68049
68242
  "kind": "property",
68050
68243
  "lexicon": "aws"
68051
68244
  },
68245
+ "OrganizationConformancePack_Tag": {
68246
+ "resourceType": "AWS::Config::OrganizationConformancePack.Tag",
68247
+ "kind": "property",
68248
+ "lexicon": "aws"
68249
+ },
68052
68250
  "OrganizationCustomPolicyRuleMetadata": {
68053
68251
  "resourceType": "AWS::Config::OrganizationConfigRule.OrganizationCustomPolicyRuleMetadata",
68054
68252
  "kind": "property",
@@ -73481,6 +73679,11 @@
73481
73679
  "kind": "property",
73482
73680
  "lexicon": "aws"
73483
73681
  },
73682
+ "ProfileMappingSource": {
73683
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.ProfileMappingSource",
73684
+ "kind": "property",
73685
+ "lexicon": "aws"
73686
+ },
73484
73687
  "ProfilePermission": {
73485
73688
  "resourceType": "AWS::Signer::ProfilePermission",
73486
73689
  "kind": "resource",
@@ -73761,11 +73964,6 @@
73761
73964
  "kind": "property",
73762
73965
  "lexicon": "aws"
73763
73966
  },
73764
- "PromptRouterTargetModel": {
73765
- "resourceType": "AWS::Bedrock::IntelligentPromptRouter.PromptRouterTargetModel",
73766
- "kind": "property",
73767
- "lexicon": "aws"
73768
- },
73769
73967
  "PromptVersion": {
73770
73968
  "resourceType": "AWS::Bedrock::PromptVersion",
73771
73969
  "kind": "resource",
@@ -76786,7 +76984,8 @@
76786
76984
  "lexicon": "aws",
76787
76985
  "propertyConstraints": {
76788
76986
  "DBClusterParameterGroupName": {
76789
- "pattern": "^[a-zA-Z]{1}(?:-?[a-zA-Z0-9])*$"
76987
+ "pattern": "^[a-zA-Z]{1}(?:-?[a-zA-Z0-9])*$",
76988
+ "minLength": 1
76790
76989
  }
76791
76990
  },
76792
76991
  "createOnly": [
@@ -83275,11 +83474,6 @@
83275
83474
  "RoutingControlArn"
83276
83475
  ]
83277
83476
  },
83278
- "RoutingCriteria": {
83279
- "resourceType": "AWS::Bedrock::IntelligentPromptRouter.RoutingCriteria",
83280
- "kind": "property",
83281
- "lexicon": "aws"
83282
- },
83283
83477
  "RoutingProfile": {
83284
83478
  "resourceType": "AWS::Connect::RoutingProfile",
83285
83479
  "kind": "resource",
@@ -83743,6 +83937,11 @@
83743
83937
  "kind": "property",
83744
83938
  "lexicon": "aws"
83745
83939
  },
83940
+ "Runtime_AllowedWorkloadConfiguration": {
83941
+ "resourceType": "AWS::BedrockAgentCore::Runtime.AllowedWorkloadConfiguration",
83942
+ "kind": "property",
83943
+ "lexicon": "aws"
83944
+ },
83746
83945
  "Runtime_AuthorizerConfiguration": {
83747
83946
  "resourceType": "AWS::BedrockAgentCore::Runtime.AuthorizerConfiguration",
83748
83947
  "kind": "property",
@@ -92501,6 +92700,11 @@
92501
92700
  "kind": "property",
92502
92701
  "lexicon": "aws"
92503
92702
  },
92703
+ "StarterProfileSource": {
92704
+ "resourceType": "AWS::HealthLake::DataTransformationProfile.StarterProfileSource",
92705
+ "kind": "property",
92706
+ "lexicon": "aws"
92707
+ },
92504
92708
  "StateMachine": {
92505
92709
  "resourceType": "AWS::StepFunctions::StateMachine",
92506
92710
  "kind": "resource",