@intentius/chant-lexicon-aws 0.0.16 → 0.0.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.
package/dist/meta.json CHANGED
@@ -2838,6 +2838,9 @@
2838
2838
  }
2839
2839
  ],
2840
2840
  "propertyConstraints": {
2841
+ "ActionsEnabled": {
2842
+ "default": true
2843
+ },
2841
2844
  "TreatMissingData": {
2842
2845
  "enum": [
2843
2846
  "breaching",
@@ -2845,9 +2848,6 @@
2845
2848
  "missing",
2846
2849
  "notBreaching"
2847
2850
  ]
2848
- },
2849
- "ActionsEnabled": {
2850
- "default": true
2851
2851
  }
2852
2852
  },
2853
2853
  "createOnly": [
@@ -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
@@ -23118,6 +23182,11 @@
23118
23182
  "tagUpdatable": true
23119
23183
  }
23120
23184
  },
23185
+ "ConnectQueue_EmailAddress": {
23186
+ "resourceType": "AWS::Connect::Queue.EmailAddress",
23187
+ "kind": "property",
23188
+ "lexicon": "aws"
23189
+ },
23121
23190
  "ConnectQueue_OutboundCallerConfig": {
23122
23191
  "resourceType": "AWS::Connect::Queue.OutboundCallerConfig",
23123
23192
  "kind": "property",
@@ -23293,6 +23362,11 @@
23293
23362
  "kind": "property",
23294
23363
  "lexicon": "aws"
23295
23364
  },
23365
+ "ConnectSecurityProfile_FlowModule": {
23366
+ "resourceType": "AWS::Connect::SecurityProfile.FlowModule",
23367
+ "kind": "property",
23368
+ "lexicon": "aws"
23369
+ },
23296
23370
  "ConnectSecurityProfile_PrimaryAttributeAccessControlConfigurationItem": {
23297
23371
  "resourceType": "AWS::Connect::SecurityProfile.PrimaryAttributeAccessControlConfigurationItem",
23298
23372
  "kind": "property",
@@ -24484,6 +24558,86 @@
24484
24558
  "tagUpdatable": true
24485
24559
  }
24486
24560
  },
24561
+ "ContactFlowModuleAlias": {
24562
+ "resourceType": "AWS::Connect::ContactFlowModuleAlias",
24563
+ "kind": "resource",
24564
+ "lexicon": "aws",
24565
+ "attrs": {
24566
+ "ContactFlowModuleAliasARN": "ContactFlowModuleAliasARN",
24567
+ "AliasId": "AliasId"
24568
+ },
24569
+ "propertyConstraints": {
24570
+ "ContactFlowModuleAliasARN": {
24571
+ "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]+$",
24572
+ "minLength": 1,
24573
+ "maxLength": 500
24574
+ },
24575
+ "AliasId": {
24576
+ "minLength": 1,
24577
+ "maxLength": 500
24578
+ },
24579
+ "ContactFlowModuleId": {
24580
+ "pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]+:[0-9]{12}:instance/[-a-zA-Z0-9]+/flow-module/[-a-zA-Z0-9]+$",
24581
+ "minLength": 1,
24582
+ "maxLength": 500
24583
+ },
24584
+ "ContactFlowModuleVersion": {
24585
+ "minimum": 1
24586
+ },
24587
+ "Name": {
24588
+ "pattern": "^([$0-9a-zA-Z][_-]?)+$",
24589
+ "minLength": 1,
24590
+ "maxLength": 127
24591
+ },
24592
+ "Description": {
24593
+ "minLength": 0,
24594
+ "maxLength": 500
24595
+ }
24596
+ },
24597
+ "createOnly": [
24598
+ "ContactFlowModuleId"
24599
+ ],
24600
+ "primaryIdentifier": [
24601
+ "ContactFlowModuleAliasARN"
24602
+ ]
24603
+ },
24604
+ "ContactFlowModuleVersion": {
24605
+ "resourceType": "AWS::Connect::ContactFlowModuleVersion",
24606
+ "kind": "resource",
24607
+ "lexicon": "aws",
24608
+ "attrs": {
24609
+ "ContactFlowModuleVersionARN": "ContactFlowModuleVersionARN",
24610
+ "Version": "Version",
24611
+ "FlowModuleContentSha256": "FlowModuleContentSha256"
24612
+ },
24613
+ "propertyConstraints": {
24614
+ "ContactFlowModuleVersionARN": {
24615
+ "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]+$",
24616
+ "minLength": 1,
24617
+ "maxLength": 500
24618
+ },
24619
+ "ContactFlowModuleId": {
24620
+ "pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]+:[0-9]{12}:instance/[-a-zA-Z0-9]+/flow-module/[-a-zA-Z0-9]+$",
24621
+ "minLength": 1,
24622
+ "maxLength": 500
24623
+ },
24624
+ "Description": {
24625
+ "maxLength": 500
24626
+ },
24627
+ "FlowModuleContentSha256": {
24628
+ "pattern": "^[a-zA-Z0-9]{64}$",
24629
+ "minLength": 1,
24630
+ "maxLength": 64
24631
+ }
24632
+ },
24633
+ "createOnly": [
24634
+ "ContactFlowModuleId",
24635
+ "Description"
24636
+ ],
24637
+ "primaryIdentifier": [
24638
+ "ContactFlowModuleVersionARN"
24639
+ ]
24640
+ },
24487
24641
  "ContactFlowModule_Tag": {
24488
24642
  "resourceType": "AWS::Connect::ContactFlowModule.Tag",
24489
24643
  "kind": "property",
@@ -24632,49 +24786,49 @@
24632
24786
  "DeploymentDetails": "DeploymentDetails",
24633
24787
  "GameServerContainerGroupDefinitionArn": "GameServerContainerGroupDefinitionArn",
24634
24788
  "PerInstanceContainerGroupDefinitionArn": "PerInstanceContainerGroupDefinitionArn",
24635
- "MaximumGameServerContainerGroupsPerInstance": "MaximumGameServerContainerGroupsPerInstance"
24789
+ "MaximumGameServerContainerGroupsPerInstance": "MaximumGameServerContainerGroupsPerInstance",
24790
+ "Locations_*_PlayerGatewayStatus": "Locations.*.PlayerGatewayStatus"
24636
24791
  },
24637
24792
  "propertyConstraints": {
24638
- "GameServerContainerGroupDefinitionName": {
24639
- "pattern": "^[a-zA-Z0-9\\-]+$|^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$",
24793
+ "FleetId": {
24794
+ "pattern": "^[a-z]*fleet-[a-zA-Z0-9\\-]+",
24640
24795
  "minLength": 1,
24641
- "maxLength": 512
24796
+ "maxLength": 128
24797
+ },
24798
+ "FleetRoleArn": {
24799
+ "pattern": "^arn:aws(-.*)?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$",
24800
+ "minLength": 1,
24801
+ "maxLength": 256
24642
24802
  },
24643
24803
  "Description": {
24644
24804
  "minLength": 1,
24645
24805
  "maxLength": 1024
24646
24806
  },
24647
- "MaximumGameServerContainerGroupsPerInstance": {
24648
- "minimum": 1,
24649
- "maximum": 5000
24650
- },
24651
- "GameServerContainerGroupsPerInstance": {
24652
- "minimum": 1,
24653
- "maximum": 5000
24807
+ "GameServerContainerGroupDefinitionName": {
24808
+ "pattern": "^[a-zA-Z0-9\\-]+$|^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$",
24809
+ "minLength": 1,
24810
+ "maxLength": 512
24654
24811
  },
24655
- "PerInstanceContainerGroupDefinitionArn": {
24812
+ "GameServerContainerGroupDefinitionArn": {
24656
24813
  "pattern": "^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$|^$",
24657
24814
  "maxLength": 512
24658
24815
  },
24659
- "FleetId": {
24660
- "pattern": "^[a-z]*fleet-[a-zA-Z0-9\\-]+",
24661
- "minLength": 1,
24662
- "maxLength": 128
24663
- },
24664
- "InstanceType": {
24816
+ "PerInstanceContainerGroupDefinitionName": {
24817
+ "pattern": "^[a-zA-Z0-9\\-]+$|^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$",
24665
24818
  "minLength": 1,
24666
- "maxLength": 1024
24819
+ "maxLength": 512
24667
24820
  },
24668
- "FleetArn": {
24669
- "pattern": "^arn:.*:[a-z]*fleet\\/[a-z]*fleet-[a-zA-Z0-9\\-]+$",
24670
- "minLength": 1,
24821
+ "PerInstanceContainerGroupDefinitionArn": {
24822
+ "pattern": "^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$|^$",
24671
24823
  "maxLength": 512
24672
24824
  },
24673
- "BillingType": {
24674
- "enum": [
24675
- "ON_DEMAND",
24676
- "SPOT"
24677
- ]
24825
+ "GameServerContainerGroupsPerInstance": {
24826
+ "minimum": 1,
24827
+ "maximum": 5000
24828
+ },
24829
+ "MaximumGameServerContainerGroupsPerInstance": {
24830
+ "minimum": 1,
24831
+ "maximum": 5000
24678
24832
  },
24679
24833
  "Status": {
24680
24834
  "enum": [
@@ -24687,15 +24841,15 @@
24687
24841
  "DELETING"
24688
24842
  ]
24689
24843
  },
24690
- "FleetRoleArn": {
24691
- "pattern": "^arn:aws(-.*)?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$",
24844
+ "InstanceType": {
24692
24845
  "minLength": 1,
24693
- "maxLength": 256
24846
+ "maxLength": 1024
24694
24847
  },
24695
- "PerInstanceContainerGroupDefinitionName": {
24696
- "pattern": "^[a-zA-Z0-9\\-]+$|^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$",
24697
- "minLength": 1,
24698
- "maxLength": 512
24848
+ "BillingType": {
24849
+ "enum": [
24850
+ "ON_DEMAND",
24851
+ "SPOT"
24852
+ ]
24699
24853
  },
24700
24854
  "NewGameSessionProtectionPolicy": {
24701
24855
  "enum": [
@@ -24703,14 +24857,23 @@
24703
24857
  "NoProtection"
24704
24858
  ]
24705
24859
  },
24706
- "GameServerContainerGroupDefinitionArn": {
24707
- "pattern": "^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$|^$",
24860
+ "PlayerGatewayMode": {
24861
+ "enum": [
24862
+ "DISABLED",
24863
+ "ENABLED",
24864
+ "REQUIRED"
24865
+ ]
24866
+ },
24867
+ "FleetArn": {
24868
+ "pattern": "^arn:.*:[a-z]*fleet\\/[a-z]*fleet-[a-zA-Z0-9\\-]+$",
24869
+ "minLength": 1,
24708
24870
  "maxLength": 512
24709
24871
  }
24710
24872
  },
24711
24873
  "createOnly": [
24712
24874
  "InstanceType",
24713
- "BillingType"
24875
+ "BillingType",
24876
+ "PlayerGatewayMode"
24714
24877
  ],
24715
24878
  "writeOnly": [
24716
24879
  "DeploymentConfiguration",
@@ -25027,6 +25190,11 @@
25027
25190
  "kind": "property",
25028
25191
  "lexicon": "aws"
25029
25192
  },
25193
+ "ContentConfiguration": {
25194
+ "resourceType": "AWS::BedrockAgentCore::Memory.ContentConfiguration",
25195
+ "kind": "property",
25196
+ "lexicon": "aws"
25197
+ },
25030
25198
  "ContentFilterConfig": {
25031
25199
  "resourceType": "AWS::Bedrock::Guardrail.ContentFilterConfig",
25032
25200
  "kind": "property",
@@ -46113,6 +46281,11 @@
46113
46281
  "kind": "property",
46114
46282
  "lexicon": "aws"
46115
46283
  },
46284
+ "FlowModule": {
46285
+ "resourceType": "AWS::Connect::SecurityProfile.FlowModule",
46286
+ "kind": "property",
46287
+ "lexicon": "aws"
46288
+ },
46116
46289
  "FlowOutput": {
46117
46290
  "resourceType": "AWS::MediaConnect::FlowOutput",
46118
46291
  "kind": "resource",
@@ -47796,18 +47969,10 @@
47796
47969
  "lexicon": "aws",
47797
47970
  "attrs": {
47798
47971
  "FleetId": "FleetId",
47799
- "FleetArn": "FleetArn"
47972
+ "FleetArn": "FleetArn",
47973
+ "Locations_*_PlayerGatewayStatus": "Locations.*.PlayerGatewayStatus"
47800
47974
  },
47801
47975
  "propertyConstraints": {
47802
- "Description": {
47803
- "minLength": 1,
47804
- "maxLength": 1024
47805
- },
47806
- "PeerVpcId": {
47807
- "pattern": "^vpc-\\S+",
47808
- "minLength": 1,
47809
- "maxLength": 1024
47810
- },
47811
47976
  "ApplyCapacity": {
47812
47977
  "enum": [
47813
47978
  "ON_UPDATE",
@@ -47821,67 +47986,83 @@
47821
47986
  "ANYWHERE"
47822
47987
  ]
47823
47988
  },
47824
- "Name": {
47989
+ "Description": {
47825
47990
  "minLength": 1,
47826
47991
  "maxLength": 1024
47827
47992
  },
47993
+ "DesiredEC2Instances": {
47994
+ "minimum": 0
47995
+ },
47996
+ "EC2InstanceType": {
47997
+ "pattern": "^.*..*$"
47998
+ },
47999
+ "FleetType": {
48000
+ "enum": [
48001
+ "ON_DEMAND",
48002
+ "SPOT"
48003
+ ]
48004
+ },
47828
48005
  "InstanceRoleARN": {
47829
48006
  "pattern": "^arn:aws(-.*)?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$",
47830
48007
  "minLength": 1
47831
48008
  },
47832
- "FleetId": {
47833
- "pattern": "^fleet-\\S+"
47834
- },
47835
48009
  "InstanceRoleCredentialsProvider": {
47836
48010
  "enum": [
47837
48011
  "SHARED_CREDENTIAL_FILE"
47838
48012
  ]
47839
48013
  },
47840
- "DesiredEC2Instances": {
48014
+ "MaxSize": {
47841
48015
  "minimum": 0
47842
48016
  },
47843
- "FleetArn": {
47844
- "pattern": "^arn:.*:fleet/[a-z]*fleet-[a-zA-Z0-9\\-]+$"
48017
+ "MinSize": {
48018
+ "minimum": 0
47845
48019
  },
47846
- "ServerLaunchParameters": {
48020
+ "Name": {
47847
48021
  "minLength": 1,
47848
48022
  "maxLength": 1024
47849
48023
  },
47850
- "FleetType": {
47851
- "enum": [
47852
- "ON_DEMAND",
47853
- "SPOT"
47854
- ]
47855
- },
47856
48024
  "NewGameSessionProtectionPolicy": {
47857
48025
  "enum": [
47858
48026
  "FullProtection",
47859
48027
  "NoProtection"
47860
48028
  ]
47861
48029
  },
48030
+ "PeerVpcAwsAccountId": {
48031
+ "pattern": "^[0-9]{12}$",
48032
+ "minLength": 1,
48033
+ "maxLength": 1024
48034
+ },
48035
+ "PeerVpcId": {
48036
+ "pattern": "^vpc-\\S+",
48037
+ "minLength": 1,
48038
+ "maxLength": 1024
48039
+ },
48040
+ "FleetId": {
48041
+ "pattern": "^fleet-\\S+"
48042
+ },
48043
+ "BuildId": {
48044
+ "pattern": "^build-\\S+|^arn:.*:build/build-\\S+"
48045
+ },
47862
48046
  "ScriptId": {
47863
48047
  "pattern": "^script-\\S+|^arn:.*:script/script-\\S+"
47864
48048
  },
47865
- "MaxSize": {
47866
- "minimum": 0
47867
- },
47868
- "ServerLaunchPath": {
48049
+ "ServerLaunchParameters": {
47869
48050
  "minLength": 1,
47870
48051
  "maxLength": 1024
47871
48052
  },
47872
- "MinSize": {
47873
- "minimum": 0
47874
- },
47875
- "PeerVpcAwsAccountId": {
47876
- "pattern": "^[0-9]{12}$",
48053
+ "ServerLaunchPath": {
47877
48054
  "minLength": 1,
47878
48055
  "maxLength": 1024
47879
48056
  },
47880
- "BuildId": {
47881
- "pattern": "^build-\\S+|^arn:.*:build/build-\\S+"
48057
+ "FleetArn": {
48058
+ "pattern": "^arn:.*:fleet/[a-z]*fleet-[a-zA-Z0-9\\-]+$"
47882
48059
  },
47883
- "EC2InstanceType": {
47884
- "pattern": "^.*..*$"
48060
+ "PlayerGatewayMode": {
48061
+ "enum": [
48062
+ "DISABLED",
48063
+ "ENABLED",
48064
+ "REQUIRED"
48065
+ ]
47885
48066
  }
47886
48067
  },
47887
48068
  "createOnly": [
@@ -47897,7 +48078,9 @@
47897
48078
  "ScriptId",
47898
48079
  "ServerLaunchParameters",
47899
48080
  "ServerLaunchPath",
47900
- "ComputeType"
48081
+ "ComputeType",
48082
+ "PlayerGatewayMode",
48083
+ "PlayerGatewayConfiguration"
47901
48084
  ],
47902
48085
  "writeOnly": [
47903
48086
  "ApplyCapacity"
@@ -47949,6 +48132,11 @@
47949
48132
  "kind": "property",
47950
48133
  "lexicon": "aws"
47951
48134
  },
48135
+ "GameLiftFleet_PlayerGatewayConfiguration": {
48136
+ "resourceType": "AWS::GameLift::Fleet.PlayerGatewayConfiguration",
48137
+ "kind": "property",
48138
+ "lexicon": "aws"
48139
+ },
47952
48140
  "GameLiftFleet_ResourceCreationLimitPolicy": {
47953
48141
  "resourceType": "AWS::GameLift::Fleet.ResourceCreationLimitPolicy",
47954
48142
  "kind": "property",
@@ -59505,6 +59693,11 @@
59505
59693
  "kind": "property",
59506
59694
  "lexicon": "aws"
59507
59695
  },
59696
+ "KinesisResource": {
59697
+ "resourceType": "AWS::BedrockAgentCore::Memory.KinesisResource",
59698
+ "kind": "property",
59699
+ "lexicon": "aws"
59700
+ },
59508
59701
  "KinesisResourcePolicy": {
59509
59702
  "resourceType": "AWS::Kinesis::ResourcePolicy",
59510
59703
  "kind": "resource",
@@ -62847,7 +63040,9 @@
62847
63040
  "attrs": {
62848
63041
  "LocationArn": "LocationArn",
62849
63042
  "LocationUri": "LocationUri",
62850
- "FsxFilesystemArn": "FsxFilesystemArn"
63043
+ "FsxFilesystemArn": "FsxFilesystemArn",
63044
+ "Protocol_SMB_ManagedSecretConfig": "Protocol.SMB.ManagedSecretConfig",
63045
+ "Protocol_SMB_CmkSecretConfig_SecretArn": "Protocol.SMB.CmkSecretConfig.SecretArn"
62851
63046
  },
62852
63047
  "propertyConstraints": {
62853
63048
  "StorageVirtualMachineArn": {
@@ -62888,6 +63083,21 @@
62888
63083
  "tagUpdatable": true
62889
63084
  }
62890
63085
  },
63086
+ "LocationFSxONTAP_CmkSecretConfig": {
63087
+ "resourceType": "AWS::DataSync::LocationFSxONTAP.CmkSecretConfig",
63088
+ "kind": "property",
63089
+ "lexicon": "aws"
63090
+ },
63091
+ "LocationFSxONTAP_CustomSecretConfig": {
63092
+ "resourceType": "AWS::DataSync::LocationFSxONTAP.CustomSecretConfig",
63093
+ "kind": "property",
63094
+ "lexicon": "aws"
63095
+ },
63096
+ "LocationFSxONTAP_ManagedSecretConfig": {
63097
+ "resourceType": "AWS::DataSync::LocationFSxONTAP.ManagedSecretConfig",
63098
+ "kind": "property",
63099
+ "lexicon": "aws"
63100
+ },
62891
63101
  "LocationFSxONTAP_NFS": {
62892
63102
  "resourceType": "AWS::DataSync::LocationFSxONTAP.NFS",
62893
63103
  "kind": "property",
@@ -62987,7 +63197,9 @@
62987
63197
  "lexicon": "aws",
62988
63198
  "attrs": {
62989
63199
  "LocationArn": "LocationArn",
62990
- "LocationUri": "LocationUri"
63200
+ "LocationUri": "LocationUri",
63201
+ "ManagedSecretConfig": "ManagedSecretConfig",
63202
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
62991
63203
  },
62992
63204
  "propertyConstraints": {
62993
63205
  "Domain": {
@@ -63037,6 +63249,21 @@
63037
63249
  "tagUpdatable": true
63038
63250
  }
63039
63251
  },
63252
+ "LocationFSxWindows_CmkSecretConfig": {
63253
+ "resourceType": "AWS::DataSync::LocationFSxWindows.CmkSecretConfig",
63254
+ "kind": "property",
63255
+ "lexicon": "aws"
63256
+ },
63257
+ "LocationFSxWindows_CustomSecretConfig": {
63258
+ "resourceType": "AWS::DataSync::LocationFSxWindows.CustomSecretConfig",
63259
+ "kind": "property",
63260
+ "lexicon": "aws"
63261
+ },
63262
+ "LocationFSxWindows_ManagedSecretConfig": {
63263
+ "resourceType": "AWS::DataSync::LocationFSxWindows.ManagedSecretConfig",
63264
+ "kind": "property",
63265
+ "lexicon": "aws"
63266
+ },
63040
63267
  "LocationFSxWindows_Tag": {
63041
63268
  "resourceType": "AWS::DataSync::LocationFSxWindows.Tag",
63042
63269
  "kind": "property",
@@ -63048,7 +63275,9 @@
63048
63275
  "lexicon": "aws",
63049
63276
  "attrs": {
63050
63277
  "LocationArn": "LocationArn",
63051
- "LocationUri": "LocationUri"
63278
+ "LocationUri": "LocationUri",
63279
+ "ManagedSecretConfig": "ManagedSecretConfig",
63280
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
63052
63281
  },
63053
63282
  "propertyConstraints": {
63054
63283
  "BlockSize": {
@@ -63116,6 +63345,21 @@
63116
63345
  "tagUpdatable": true
63117
63346
  }
63118
63347
  },
63348
+ "LocationHDFS_CmkSecretConfig": {
63349
+ "resourceType": "AWS::DataSync::LocationHDFS.CmkSecretConfig",
63350
+ "kind": "property",
63351
+ "lexicon": "aws"
63352
+ },
63353
+ "LocationHDFS_CustomSecretConfig": {
63354
+ "resourceType": "AWS::DataSync::LocationHDFS.CustomSecretConfig",
63355
+ "kind": "property",
63356
+ "lexicon": "aws"
63357
+ },
63358
+ "LocationHDFS_ManagedSecretConfig": {
63359
+ "resourceType": "AWS::DataSync::LocationHDFS.ManagedSecretConfig",
63360
+ "kind": "property",
63361
+ "lexicon": "aws"
63362
+ },
63119
63363
  "LocationHDFS_NameNode": {
63120
63364
  "resourceType": "AWS::DataSync::LocationHDFS.NameNode",
63121
63365
  "kind": "property",
@@ -63638,6 +63882,11 @@
63638
63882
  "tagUpdatable": true
63639
63883
  }
63640
63884
  },
63885
+ "LogGroupNameConfiguration": {
63886
+ "resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogGroupNameConfiguration",
63887
+ "kind": "property",
63888
+ "lexicon": "aws"
63889
+ },
63641
63890
  "LogGroup_Tag": {
63642
63891
  "resourceType": "AWS::Logs::LogGroup.Tag",
63643
63892
  "kind": "property",
@@ -68604,6 +68853,11 @@
68604
68853
  "kind": "property",
68605
68854
  "lexicon": "aws"
68606
68855
  },
68856
+ "Memory_ContentConfiguration": {
68857
+ "resourceType": "AWS::BedrockAgentCore::Memory.ContentConfiguration",
68858
+ "kind": "property",
68859
+ "lexicon": "aws"
68860
+ },
68607
68861
  "Memory_CustomConfigurationInput": {
68608
68862
  "resourceType": "AWS::BedrockAgentCore::Memory.CustomConfigurationInput",
68609
68863
  "kind": "property",
@@ -68649,6 +68903,11 @@
68649
68903
  "kind": "property",
68650
68904
  "lexicon": "aws"
68651
68905
  },
68906
+ "Memory_KinesisResource": {
68907
+ "resourceType": "AWS::BedrockAgentCore::Memory.KinesisResource",
68908
+ "kind": "property",
68909
+ "lexicon": "aws"
68910
+ },
68652
68911
  "Memory_MemoryStrategy": {
68653
68912
  "resourceType": "AWS::BedrockAgentCore::Memory.MemoryStrategy",
68654
68913
  "kind": "property",
@@ -68699,6 +68958,16 @@
68699
68958
  "kind": "property",
68700
68959
  "lexicon": "aws"
68701
68960
  },
68961
+ "Memory_StreamDeliveryResource": {
68962
+ "resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResource",
68963
+ "kind": "property",
68964
+ "lexicon": "aws"
68965
+ },
68966
+ "Memory_StreamDeliveryResources": {
68967
+ "resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResources",
68968
+ "kind": "property",
68969
+ "lexicon": "aws"
68970
+ },
68702
68971
  "Memory_SummaryConsolidationOverride": {
68703
68972
  "resourceType": "AWS::BedrockAgentCore::Memory.SummaryConsolidationOverride",
68704
68973
  "kind": "property",
@@ -75337,6 +75606,11 @@
75337
75606
  "kind": "property",
75338
75607
  "lexicon": "aws"
75339
75608
  },
75609
+ "OrganizationCentralizationRule_LogGroupNameConfiguration": {
75610
+ "resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogGroupNameConfiguration",
75611
+ "kind": "property",
75612
+ "lexicon": "aws"
75613
+ },
75340
75614
  "OrganizationCentralizationRule_LogsBackupConfiguration": {
75341
75615
  "resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogsBackupConfiguration",
75342
75616
  "kind": "property",
@@ -79459,6 +79733,11 @@
79459
79733
  "kind": "property",
79460
79734
  "lexicon": "aws"
79461
79735
  },
79736
+ "PlayerGatewayConfiguration": {
79737
+ "resourceType": "AWS::GameLift::Fleet.PlayerGatewayConfiguration",
79738
+ "kind": "property",
79739
+ "lexicon": "aws"
79740
+ },
79462
79741
  "PlayerLatencyPolicy": {
79463
79742
  "resourceType": "AWS::GameLift::GameSessionQueue.PlayerLatencyPolicy",
79464
79743
  "kind": "property",
@@ -79670,11 +79949,6 @@
79670
79949
  "AssociationIdentifier"
79671
79950
  ]
79672
79951
  },
79673
- "PolicyDefinition": {
79674
- "resourceType": "AWS::Bedrock::AutomatedReasoningPolicy.PolicyDefinition",
79675
- "kind": "property",
79676
- "lexicon": "aws"
79677
- },
79678
79952
  "PolicyDefinitionRule": {
79679
79953
  "resourceType": "AWS::Bedrock::AutomatedReasoningPolicy.PolicyDefinitionRule",
79680
79954
  "kind": "property",
@@ -79705,6 +79979,68 @@
79705
79979
  "kind": "property",
79706
79980
  "lexicon": "aws"
79707
79981
  },
79982
+ "PolicyEngine": {
79983
+ "resourceType": "AWS::BedrockAgentCore::PolicyEngine",
79984
+ "kind": "resource",
79985
+ "lexicon": "aws",
79986
+ "attrs": {
79987
+ "PolicyEngineId": "PolicyEngineId",
79988
+ "CreatedAt": "CreatedAt",
79989
+ "UpdatedAt": "UpdatedAt",
79990
+ "PolicyEngineArn": "PolicyEngineArn",
79991
+ "Status": "Status",
79992
+ "StatusReasons": "StatusReasons"
79993
+ },
79994
+ "propertyConstraints": {
79995
+ "PolicyEngineId": {
79996
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*-[a-z0-9_]{10}$",
79997
+ "minLength": 12,
79998
+ "maxLength": 59
79999
+ },
80000
+ "Name": {
80001
+ "pattern": "^[A-Za-z][A-Za-z0-9_]*$",
80002
+ "minLength": 1,
80003
+ "maxLength": 48
80004
+ },
80005
+ "Description": {
80006
+ "minLength": 1,
80007
+ "maxLength": 4096
80008
+ },
80009
+ "EncryptionKeyArn": {
80010
+ "pattern": "^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$",
80011
+ "minLength": 1,
80012
+ "maxLength": 2048
80013
+ },
80014
+ "CreatedAt": {
80015
+ "format": "date-time"
80016
+ },
80017
+ "UpdatedAt": {
80018
+ "format": "date-time"
80019
+ },
80020
+ "PolicyEngineArn": {
80021
+ "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}$",
80022
+ "minLength": 76,
80023
+ "maxLength": 136
80024
+ }
80025
+ },
80026
+ "createOnly": [
80027
+ "Name",
80028
+ "EncryptionKeyArn"
80029
+ ],
80030
+ "primaryIdentifier": [
80031
+ "PolicyEngineArn"
80032
+ ],
80033
+ "tagging": {
80034
+ "taggable": true,
80035
+ "tagOnCreate": true,
80036
+ "tagUpdatable": true
80037
+ }
80038
+ },
80039
+ "PolicyEngine_Tag": {
80040
+ "resourceType": "AWS::BedrockAgentCore::PolicyEngine.Tag",
80041
+ "kind": "property",
80042
+ "lexicon": "aws"
80043
+ },
79708
80044
  "PolicyGrant": {
79709
80045
  "resourceType": "AWS::DataZone::PolicyGrant",
79710
80046
  "kind": "resource",
@@ -92772,7 +93108,7 @@
92772
93108
  },
92773
93109
  "propertyConstraints": {
92774
93110
  "Prefix": {
92775
- "pattern": "^((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*/?|ROOT)$",
93111
+ "pattern": "^([a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*\\/?|ROOT)$",
92776
93112
  "minLength": 1,
92777
93113
  "maxLength": 256
92778
93114
  },
@@ -99472,6 +99808,11 @@
99472
99808
  "kind": "property",
99473
99809
  "lexicon": "aws"
99474
99810
  },
99811
+ "SamplingRateBoost": {
99812
+ "resourceType": "AWS::XRay::SamplingRule.SamplingRateBoost",
99813
+ "kind": "property",
99814
+ "lexicon": "aws"
99815
+ },
99475
99816
  "SamplingRule": {
99476
99817
  "resourceType": "AWS::XRay::SamplingRule",
99477
99818
  "kind": "resource",
@@ -99506,6 +99847,11 @@
99506
99847
  "kind": "property",
99507
99848
  "lexicon": "aws"
99508
99849
  },
99850
+ "SamplingRule_SamplingRateBoost": {
99851
+ "resourceType": "AWS::XRay::SamplingRule.SamplingRateBoost",
99852
+ "kind": "property",
99853
+ "lexicon": "aws"
99854
+ },
99509
99855
  "SamplingRule_SamplingRule": {
99510
99856
  "resourceType": "AWS::XRay::SamplingRule.SamplingRule",
99511
99857
  "kind": "property",
@@ -106224,6 +106570,16 @@
106224
106570
  "kind": "property",
106225
106571
  "lexicon": "aws"
106226
106572
  },
106573
+ "StreamDeliveryResource": {
106574
+ "resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResource",
106575
+ "kind": "property",
106576
+ "lexicon": "aws"
106577
+ },
106578
+ "StreamDeliveryResources": {
106579
+ "resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResources",
106580
+ "kind": "property",
106581
+ "lexicon": "aws"
106582
+ },
106227
106583
  "StreamEncryption": {
106228
106584
  "resourceType": "AWS::Kinesis::Stream.StreamEncryption",
106229
106585
  "kind": "property",