@intentius/chant-lexicon-aws 0.0.15 → 0.0.18

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": "xxhash64",
3
3
  "artifacts": {
4
- "manifest.json": "cd37528ee323ee40",
5
- "meta.json": "41a0d6e1ffe91da7",
6
- "types/index.d.ts": "373de3ff75fb53b7",
4
+ "manifest.json": "c66e3ba636f8ec16",
5
+ "meta.json": "25b8e44edbb5951",
6
+ "types/index.d.ts": "58b40bdf81015279",
7
7
  "rules/hardcoded-region.ts": "5c77997ce5bd34d5",
8
8
  "rules/iam-wildcard.ts": "bb0da963b2c7d640",
9
9
  "rules/s3-encryption.ts": "678cd3d490eae38",
@@ -31,8 +31,7 @@
31
31
  "rules/waw011.ts": "d609d2e87d0d7440",
32
32
  "rules/waw020.ts": "381aaecfc89f87dd",
33
33
  "rules/waw026.ts": "b1a946c07807f7ad",
34
- "skills/chant-aws.md": "de8d9ccfe4dcf4bc",
35
- "skills/chant-eks.md": "90a956da37b295ca"
34
+ "skills/chant-aws.md": "de8d9ccfe4dcf4bc"
36
35
  },
37
- "composite": "d60321f25cca394d"
36
+ "composite": "312e91faa7a491f3"
38
37
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.0.15",
3
+ "version": "0.0.18",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -7878,9 +7878,6 @@
7878
7878
  "State": "State"
7879
7879
  },
7880
7880
  "propertyConstraints": {
7881
- "KmsKeyIdentifier": {
7882
- "pattern": "^[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
7883
- },
7884
7881
  "State": {
7885
7882
  "enum": [
7886
7883
  "BAKING",
@@ -12720,6 +12717,71 @@
12720
12717
  "kind": "property",
12721
12718
  "lexicon": "aws"
12722
12719
  },
12720
+ "BedrockAgentCorePolicy": {
12721
+ "resourceType": "AWS::BedrockAgentCore::Policy",
12722
+ "kind": "resource",
12723
+ "lexicon": "aws",
12724
+ "attrs": {
12725
+ "PolicyId": "PolicyId",
12726
+ "PolicyArn": "PolicyArn",
12727
+ "CreatedAt": "CreatedAt",
12728
+ "UpdatedAt": "UpdatedAt",
12729
+ "Status": "Status",
12730
+ "StatusReasons": "StatusReasons"
12731
+ },
12732
+ "propertyConstraints": {
12733
+ "PolicyEngineId": {
12734
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*-[a-z0-9_]{10}$",
12735
+ "minLength": 12,
12736
+ "maxLength": 59
12737
+ },
12738
+ "Name": {
12739
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*$",
12740
+ "minLength": 1,
12741
+ "maxLength": 48
12742
+ },
12743
+ "Description": {
12744
+ "minLength": 1,
12745
+ "maxLength": 4096
12746
+ },
12747
+ "PolicyId": {
12748
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*-[a-z0-9_]{10}$",
12749
+ "minLength": 12,
12750
+ "maxLength": 59
12751
+ },
12752
+ "PolicyArn": {
12753
+ "pattern": "^arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]{9,15}:[0-9]{12}:policy-engine/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}/policy/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}$",
12754
+ "minLength": 96,
12755
+ "maxLength": 203
12756
+ },
12757
+ "CreatedAt": {
12758
+ "format": "date-time"
12759
+ },
12760
+ "UpdatedAt": {
12761
+ "format": "date-time"
12762
+ }
12763
+ },
12764
+ "createOnly": [
12765
+ "PolicyEngineId",
12766
+ "Name"
12767
+ ],
12768
+ "writeOnly": [
12769
+ "ValidationMode"
12770
+ ],
12771
+ "primaryIdentifier": [
12772
+ "PolicyArn"
12773
+ ]
12774
+ },
12775
+ "BedrockAgentCorePolicy_CedarPolicy": {
12776
+ "resourceType": "AWS::BedrockAgentCore::Policy.CedarPolicy",
12777
+ "kind": "property",
12778
+ "lexicon": "aws"
12779
+ },
12780
+ "BedrockAgentCorePolicy_PolicyDefinition": {
12781
+ "resourceType": "AWS::BedrockAgentCore::Policy.PolicyDefinition",
12782
+ "kind": "property",
12783
+ "lexicon": "aws"
12784
+ },
12723
12785
  "BedrockAgentIntentConfiguration": {
12724
12786
  "resourceType": "AWS::Lex::Bot.BedrockAgentIntentConfiguration",
12725
12787
  "kind": "property",
@@ -17169,6 +17231,11 @@
17169
17231
  "kind": "property",
17170
17232
  "lexicon": "aws"
17171
17233
  },
17234
+ "CedarPolicy": {
17235
+ "resourceType": "AWS::BedrockAgentCore::Policy.CedarPolicy",
17236
+ "kind": "property",
17237
+ "lexicon": "aws"
17238
+ },
17172
17239
  "Cell": {
17173
17240
  "resourceType": "AWS::Route53RecoveryReadiness::Cell",
17174
17241
  "kind": "resource",
@@ -22024,9 +22091,6 @@
22024
22091
  "Type": {
22025
22092
  "pattern": "^[a-zA-Z\\.]+"
22026
22093
  },
22027
- "KmsKeyIdentifier": {
22028
- "pattern": "^[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1})?:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
22029
- },
22030
22094
  "Description": {
22031
22095
  "minLength": 0,
22032
22096
  "maxLength": 1024
@@ -24484,6 +24548,86 @@
24484
24548
  "tagUpdatable": true
24485
24549
  }
24486
24550
  },
24551
+ "ContactFlowModuleAlias": {
24552
+ "resourceType": "AWS::Connect::ContactFlowModuleAlias",
24553
+ "kind": "resource",
24554
+ "lexicon": "aws",
24555
+ "attrs": {
24556
+ "ContactFlowModuleAliasARN": "ContactFlowModuleAliasARN",
24557
+ "AliasId": "AliasId"
24558
+ },
24559
+ "propertyConstraints": {
24560
+ "ContactFlowModuleAliasARN": {
24561
+ "pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]+:[0-9]{12}:instance/[-a-zA-Z0-9]+/flow-module/[-a-zA-Z0-9]+:[-a-zA-Z0-9]+$",
24562
+ "minLength": 1,
24563
+ "maxLength": 500
24564
+ },
24565
+ "AliasId": {
24566
+ "minLength": 1,
24567
+ "maxLength": 500
24568
+ },
24569
+ "ContactFlowModuleId": {
24570
+ "pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]+:[0-9]{12}:instance/[-a-zA-Z0-9]+/flow-module/[-a-zA-Z0-9]+$",
24571
+ "minLength": 1,
24572
+ "maxLength": 500
24573
+ },
24574
+ "ContactFlowModuleVersion": {
24575
+ "minimum": 1
24576
+ },
24577
+ "Name": {
24578
+ "pattern": "^([$0-9a-zA-Z][_-]?)+$",
24579
+ "minLength": 1,
24580
+ "maxLength": 127
24581
+ },
24582
+ "Description": {
24583
+ "minLength": 0,
24584
+ "maxLength": 500
24585
+ }
24586
+ },
24587
+ "createOnly": [
24588
+ "ContactFlowModuleId"
24589
+ ],
24590
+ "primaryIdentifier": [
24591
+ "ContactFlowModuleAliasARN"
24592
+ ]
24593
+ },
24594
+ "ContactFlowModuleVersion": {
24595
+ "resourceType": "AWS::Connect::ContactFlowModuleVersion",
24596
+ "kind": "resource",
24597
+ "lexicon": "aws",
24598
+ "attrs": {
24599
+ "ContactFlowModuleVersionARN": "ContactFlowModuleVersionARN",
24600
+ "Version": "Version",
24601
+ "FlowModuleContentSha256": "FlowModuleContentSha256"
24602
+ },
24603
+ "propertyConstraints": {
24604
+ "ContactFlowModuleVersionARN": {
24605
+ "pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]+:[0-9]{12}:instance/[-a-zA-Z0-9]+/flow-module/[-a-zA-Z0-9]+:[0-9]+$",
24606
+ "minLength": 1,
24607
+ "maxLength": 500
24608
+ },
24609
+ "ContactFlowModuleId": {
24610
+ "pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]+:[0-9]{12}:instance/[-a-zA-Z0-9]+/flow-module/[-a-zA-Z0-9]+$",
24611
+ "minLength": 1,
24612
+ "maxLength": 500
24613
+ },
24614
+ "Description": {
24615
+ "maxLength": 500
24616
+ },
24617
+ "FlowModuleContentSha256": {
24618
+ "pattern": "^[a-zA-Z0-9]{64}$",
24619
+ "minLength": 1,
24620
+ "maxLength": 64
24621
+ }
24622
+ },
24623
+ "createOnly": [
24624
+ "ContactFlowModuleId",
24625
+ "Description"
24626
+ ],
24627
+ "primaryIdentifier": [
24628
+ "ContactFlowModuleVersionARN"
24629
+ ]
24630
+ },
24487
24631
  "ContactFlowModule_Tag": {
24488
24632
  "resourceType": "AWS::Connect::ContactFlowModule.Tag",
24489
24633
  "kind": "property",
@@ -62847,7 +62991,9 @@
62847
62991
  "attrs": {
62848
62992
  "LocationArn": "LocationArn",
62849
62993
  "LocationUri": "LocationUri",
62850
- "FsxFilesystemArn": "FsxFilesystemArn"
62994
+ "FsxFilesystemArn": "FsxFilesystemArn",
62995
+ "Protocol_SMB_ManagedSecretConfig": "Protocol.SMB.ManagedSecretConfig",
62996
+ "Protocol_SMB_CmkSecretConfig_SecretArn": "Protocol.SMB.CmkSecretConfig.SecretArn"
62851
62997
  },
62852
62998
  "propertyConstraints": {
62853
62999
  "StorageVirtualMachineArn": {
@@ -62888,6 +63034,21 @@
62888
63034
  "tagUpdatable": true
62889
63035
  }
62890
63036
  },
63037
+ "LocationFSxONTAP_CmkSecretConfig": {
63038
+ "resourceType": "AWS::DataSync::LocationFSxONTAP.CmkSecretConfig",
63039
+ "kind": "property",
63040
+ "lexicon": "aws"
63041
+ },
63042
+ "LocationFSxONTAP_CustomSecretConfig": {
63043
+ "resourceType": "AWS::DataSync::LocationFSxONTAP.CustomSecretConfig",
63044
+ "kind": "property",
63045
+ "lexicon": "aws"
63046
+ },
63047
+ "LocationFSxONTAP_ManagedSecretConfig": {
63048
+ "resourceType": "AWS::DataSync::LocationFSxONTAP.ManagedSecretConfig",
63049
+ "kind": "property",
63050
+ "lexicon": "aws"
63051
+ },
62891
63052
  "LocationFSxONTAP_NFS": {
62892
63053
  "resourceType": "AWS::DataSync::LocationFSxONTAP.NFS",
62893
63054
  "kind": "property",
@@ -62987,7 +63148,9 @@
62987
63148
  "lexicon": "aws",
62988
63149
  "attrs": {
62989
63150
  "LocationArn": "LocationArn",
62990
- "LocationUri": "LocationUri"
63151
+ "LocationUri": "LocationUri",
63152
+ "ManagedSecretConfig": "ManagedSecretConfig",
63153
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
62991
63154
  },
62992
63155
  "propertyConstraints": {
62993
63156
  "Domain": {
@@ -63037,6 +63200,21 @@
63037
63200
  "tagUpdatable": true
63038
63201
  }
63039
63202
  },
63203
+ "LocationFSxWindows_CmkSecretConfig": {
63204
+ "resourceType": "AWS::DataSync::LocationFSxWindows.CmkSecretConfig",
63205
+ "kind": "property",
63206
+ "lexicon": "aws"
63207
+ },
63208
+ "LocationFSxWindows_CustomSecretConfig": {
63209
+ "resourceType": "AWS::DataSync::LocationFSxWindows.CustomSecretConfig",
63210
+ "kind": "property",
63211
+ "lexicon": "aws"
63212
+ },
63213
+ "LocationFSxWindows_ManagedSecretConfig": {
63214
+ "resourceType": "AWS::DataSync::LocationFSxWindows.ManagedSecretConfig",
63215
+ "kind": "property",
63216
+ "lexicon": "aws"
63217
+ },
63040
63218
  "LocationFSxWindows_Tag": {
63041
63219
  "resourceType": "AWS::DataSync::LocationFSxWindows.Tag",
63042
63220
  "kind": "property",
@@ -63048,7 +63226,9 @@
63048
63226
  "lexicon": "aws",
63049
63227
  "attrs": {
63050
63228
  "LocationArn": "LocationArn",
63051
- "LocationUri": "LocationUri"
63229
+ "LocationUri": "LocationUri",
63230
+ "ManagedSecretConfig": "ManagedSecretConfig",
63231
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
63052
63232
  },
63053
63233
  "propertyConstraints": {
63054
63234
  "BlockSize": {
@@ -63116,6 +63296,21 @@
63116
63296
  "tagUpdatable": true
63117
63297
  }
63118
63298
  },
63299
+ "LocationHDFS_CmkSecretConfig": {
63300
+ "resourceType": "AWS::DataSync::LocationHDFS.CmkSecretConfig",
63301
+ "kind": "property",
63302
+ "lexicon": "aws"
63303
+ },
63304
+ "LocationHDFS_CustomSecretConfig": {
63305
+ "resourceType": "AWS::DataSync::LocationHDFS.CustomSecretConfig",
63306
+ "kind": "property",
63307
+ "lexicon": "aws"
63308
+ },
63309
+ "LocationHDFS_ManagedSecretConfig": {
63310
+ "resourceType": "AWS::DataSync::LocationHDFS.ManagedSecretConfig",
63311
+ "kind": "property",
63312
+ "lexicon": "aws"
63313
+ },
63119
63314
  "LocationHDFS_NameNode": {
63120
63315
  "resourceType": "AWS::DataSync::LocationHDFS.NameNode",
63121
63316
  "kind": "property",
@@ -63638,6 +63833,11 @@
63638
63833
  "tagUpdatable": true
63639
63834
  }
63640
63835
  },
63836
+ "LogGroupNameConfiguration": {
63837
+ "resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogGroupNameConfiguration",
63838
+ "kind": "property",
63839
+ "lexicon": "aws"
63840
+ },
63641
63841
  "LogGroup_Tag": {
63642
63842
  "resourceType": "AWS::Logs::LogGroup.Tag",
63643
63843
  "kind": "property",
@@ -75337,6 +75537,11 @@
75337
75537
  "kind": "property",
75338
75538
  "lexicon": "aws"
75339
75539
  },
75540
+ "OrganizationCentralizationRule_LogGroupNameConfiguration": {
75541
+ "resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogGroupNameConfiguration",
75542
+ "kind": "property",
75543
+ "lexicon": "aws"
75544
+ },
75340
75545
  "OrganizationCentralizationRule_LogsBackupConfiguration": {
75341
75546
  "resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogsBackupConfiguration",
75342
75547
  "kind": "property",
@@ -79670,11 +79875,6 @@
79670
79875
  "AssociationIdentifier"
79671
79876
  ]
79672
79877
  },
79673
- "PolicyDefinition": {
79674
- "resourceType": "AWS::Bedrock::AutomatedReasoningPolicy.PolicyDefinition",
79675
- "kind": "property",
79676
- "lexicon": "aws"
79677
- },
79678
79878
  "PolicyDefinitionRule": {
79679
79879
  "resourceType": "AWS::Bedrock::AutomatedReasoningPolicy.PolicyDefinitionRule",
79680
79880
  "kind": "property",
@@ -79705,6 +79905,68 @@
79705
79905
  "kind": "property",
79706
79906
  "lexicon": "aws"
79707
79907
  },
79908
+ "PolicyEngine": {
79909
+ "resourceType": "AWS::BedrockAgentCore::PolicyEngine",
79910
+ "kind": "resource",
79911
+ "lexicon": "aws",
79912
+ "attrs": {
79913
+ "PolicyEngineId": "PolicyEngineId",
79914
+ "CreatedAt": "CreatedAt",
79915
+ "UpdatedAt": "UpdatedAt",
79916
+ "PolicyEngineArn": "PolicyEngineArn",
79917
+ "Status": "Status",
79918
+ "StatusReasons": "StatusReasons"
79919
+ },
79920
+ "propertyConstraints": {
79921
+ "PolicyEngineId": {
79922
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*-[a-z0-9_]{10}$",
79923
+ "minLength": 12,
79924
+ "maxLength": 59
79925
+ },
79926
+ "Name": {
79927
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*$",
79928
+ "minLength": 1,
79929
+ "maxLength": 48
79930
+ },
79931
+ "Description": {
79932
+ "minLength": 1,
79933
+ "maxLength": 4096
79934
+ },
79935
+ "EncryptionKeyArn": {
79936
+ "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$",
79937
+ "minLength": 1,
79938
+ "maxLength": 2048
79939
+ },
79940
+ "CreatedAt": {
79941
+ "format": "date-time"
79942
+ },
79943
+ "UpdatedAt": {
79944
+ "format": "date-time"
79945
+ },
79946
+ "PolicyEngineArn": {
79947
+ "pattern": "^arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]{9,15}:[0-9]{12}:policy-engine/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}$",
79948
+ "minLength": 76,
79949
+ "maxLength": 136
79950
+ }
79951
+ },
79952
+ "createOnly": [
79953
+ "Name",
79954
+ "EncryptionKeyArn"
79955
+ ],
79956
+ "primaryIdentifier": [
79957
+ "PolicyEngineArn"
79958
+ ],
79959
+ "tagging": {
79960
+ "taggable": true,
79961
+ "tagOnCreate": true,
79962
+ "tagUpdatable": true
79963
+ }
79964
+ },
79965
+ "PolicyEngine_Tag": {
79966
+ "resourceType": "AWS::BedrockAgentCore::PolicyEngine.Tag",
79967
+ "kind": "property",
79968
+ "lexicon": "aws"
79969
+ },
79708
79970
  "PolicyGrant": {
79709
79971
  "resourceType": "AWS::DataZone::PolicyGrant",
79710
79972
  "kind": "resource",
@@ -92772,7 +93034,7 @@
92772
93034
  },
92773
93035
  "propertyConstraints": {
92774
93036
  "Prefix": {
92775
- "pattern": "^((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*/?|ROOT)$",
93037
+ "pattern": "^([a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*\\/?|ROOT)$",
92776
93038
  "minLength": 1,
92777
93039
  "maxLength": 256
92778
93040
  },