@intentius/chant-lexicon-aws 0.37.2 → 0.40.0

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.
Files changed (95) hide show
  1. package/dist/ambient.d.ts.map +1 -1
  2. package/dist/api/read-client.d.ts.map +1 -1
  3. package/dist/codegen/generate.d.ts.map +1 -1
  4. package/dist/codegen/naming.d.ts +18 -1
  5. package/dist/codegen/naming.d.ts.map +1 -1
  6. package/dist/composites/alb-shared.d.ts +7 -1
  7. package/dist/composites/alb-shared.d.ts.map +1 -1
  8. package/dist/composites/ec2-instance-role.d.ts +4 -1
  9. package/dist/composites/ec2-instance-role.d.ts.map +1 -1
  10. package/dist/composites/efs-with-access-point.d.ts +5 -1
  11. package/dist/composites/efs-with-access-point.d.ts.map +1 -1
  12. package/dist/composites/fargate-alb.d.ts +14 -1
  13. package/dist/composites/fargate-alb.d.ts.map +1 -1
  14. package/dist/composites/fargate-service.d.ts +19 -8
  15. package/dist/composites/fargate-service.d.ts.map +1 -1
  16. package/dist/composites/index.d.ts +2 -2
  17. package/dist/composites/index.d.ts.map +1 -1
  18. package/dist/composites/lambda-api.d.ts +3 -1
  19. package/dist/composites/lambda-api.d.ts.map +1 -1
  20. package/dist/composites/lambda-dynamodb.d.ts +9 -2
  21. package/dist/composites/lambda-dynamodb.d.ts.map +1 -1
  22. package/dist/composites/lambda-eventbridge.d.ts +9 -2
  23. package/dist/composites/lambda-eventbridge.d.ts.map +1 -1
  24. package/dist/composites/lambda-s3.d.ts +3 -1
  25. package/dist/composites/lambda-s3.d.ts.map +1 -1
  26. package/dist/composites/lambda-sns.d.ts +10 -2
  27. package/dist/composites/lambda-sns.d.ts.map +1 -1
  28. package/dist/composites/lambda-sqs.d.ts +9 -2
  29. package/dist/composites/lambda-sqs.d.ts.map +1 -1
  30. package/dist/composites/microvm-app.d.ts +25 -4
  31. package/dist/composites/microvm-app.d.ts.map +1 -1
  32. package/dist/composites/minimal-vpc.d.ts +10 -1
  33. package/dist/composites/minimal-vpc.d.ts.map +1 -1
  34. package/dist/composites/rds-instance.d.ts +1 -1
  35. package/dist/composites/rds-instance.d.ts.map +1 -1
  36. package/dist/composites/scheduled-lambda.d.ts +15 -3
  37. package/dist/composites/scheduled-lambda.d.ts.map +1 -1
  38. package/dist/composites/solr-fargate-service.d.ts +27 -1
  39. package/dist/composites/solr-fargate-service.d.ts.map +1 -1
  40. package/dist/generated/index.d.ts +57 -49
  41. package/dist/generated/index.d.ts.map +1 -1
  42. package/dist/import/generator.d.ts.map +1 -1
  43. package/dist/index.d.ts +2 -2
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/integrity.json +4 -4
  46. package/dist/manifest.json +1 -1
  47. package/dist/meta.json +722 -666
  48. package/dist/op/activities/floci.d.ts.map +1 -1
  49. package/dist/plugin.d.ts.map +1 -1
  50. package/dist/reference-catalog.d.ts.map +1 -1
  51. package/dist/spec/pin.d.ts +116 -0
  52. package/dist/spec/pin.d.ts.map +1 -0
  53. package/dist/spec/pinned-types.json +1652 -0
  54. package/dist/types/index.d.ts +679 -555
  55. package/dist/validate.d.ts.map +1 -1
  56. package/package.json +2 -2
  57. package/src/ambient.test.ts +21 -0
  58. package/src/ambient.ts +16 -0
  59. package/src/api/read-client.test.ts +31 -0
  60. package/src/api/read-client.ts +43 -1
  61. package/src/codegen/generate.ts +17 -3
  62. package/src/codegen/naming.ts +31 -2
  63. package/src/composites/alb-shared.ts +1 -1
  64. package/src/composites/ec2-instance-role.ts +1 -1
  65. package/src/composites/efs-with-access-point.ts +1 -1
  66. package/src/composites/fargate-alb.ts +1 -1
  67. package/src/composites/fargate-service.ts +15 -10
  68. package/src/composites/index.ts +2 -2
  69. package/src/composites/lambda-api.ts +3 -2
  70. package/src/composites/lambda-dynamodb.ts +4 -3
  71. package/src/composites/lambda-eventbridge.ts +4 -3
  72. package/src/composites/lambda-s3.ts +3 -2
  73. package/src/composites/lambda-sns.ts +4 -3
  74. package/src/composites/lambda-sqs.ts +4 -3
  75. package/src/composites/microvm-app.test.ts +39 -1
  76. package/src/composites/microvm-app.ts +32 -11
  77. package/src/composites/minimal-vpc.ts +1 -1
  78. package/src/composites/rds-instance.ts +1 -1
  79. package/src/composites/scheduled-lambda.ts +4 -3
  80. package/src/composites/solr-fargate-service.ts +7 -1
  81. package/src/generated/index.d.ts +679 -555
  82. package/src/generated/index.ts +58 -50
  83. package/src/generated/lexicon-aws.json +722 -666
  84. package/src/import/generator.ts +5 -4
  85. package/src/index.ts +2 -2
  86. package/src/lifecycle-integration.test.ts +25 -0
  87. package/src/op/activities/floci.test.ts +2 -2
  88. package/src/op/activities/floci.ts +6 -1
  89. package/src/plugin.ts +4 -0
  90. package/src/reference-catalog.test.ts +28 -0
  91. package/src/reference-catalog.ts +7 -0
  92. package/src/spec/pin.test.ts +248 -0
  93. package/src/spec/pin.ts +247 -0
  94. package/src/spec/pinned-types.json +1652 -0
  95. package/src/validate.ts +5 -0
package/dist/meta.json CHANGED
@@ -2308,6 +2308,16 @@
2308
2308
  "kind": "property",
2309
2309
  "lexicon": "aws"
2310
2310
  },
2311
+ "AdsPersonalizationConcurrency": {
2312
+ "resourceType": "AWS::MediaTailor::PlaybackConfiguration.AdsPersonalizationConcurrency",
2313
+ "kind": "property",
2314
+ "lexicon": "aws"
2315
+ },
2316
+ "AdsPersonalizationTimeouts": {
2317
+ "resourceType": "AWS::MediaTailor::PlaybackConfiguration.AdsPersonalizationTimeouts",
2318
+ "kind": "property",
2319
+ "lexicon": "aws"
2320
+ },
2311
2321
  "AdvancedBackupSettingResourceType": {
2312
2322
  "resourceType": "AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType",
2313
2323
  "kind": "property",
@@ -9178,6 +9188,64 @@
9178
9188
  "kind": "property",
9179
9189
  "lexicon": "aws"
9180
9190
  },
9191
+ "BCMDataExportsExport": {
9192
+ "resourceType": "AWS::BCMDataExports::Export",
9193
+ "kind": "resource",
9194
+ "lexicon": "aws",
9195
+ "attrs": {
9196
+ "ExportArn": "ExportArn",
9197
+ "Export_ExportArn": "Export.ExportArn"
9198
+ },
9199
+ "propertyConstraints": {
9200
+ "ExportArn": {
9201
+ "pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
9202
+ "minLength": 20,
9203
+ "maxLength": 2048
9204
+ }
9205
+ },
9206
+ "createOnly": [
9207
+ "Export/Name",
9208
+ "Export/RefreshCadence"
9209
+ ],
9210
+ "primaryIdentifier": [
9211
+ "ExportArn"
9212
+ ],
9213
+ "tagging": {
9214
+ "taggable": true,
9215
+ "tagOnCreate": true,
9216
+ "tagUpdatable": true
9217
+ }
9218
+ },
9219
+ "BCMDataExportsExport_DataQuery": {
9220
+ "resourceType": "AWS::BCMDataExports::Export.DataQuery",
9221
+ "kind": "property",
9222
+ "lexicon": "aws"
9223
+ },
9224
+ "BCMDataExportsExport_DestinationConfigurations": {
9225
+ "resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
9226
+ "kind": "property",
9227
+ "lexicon": "aws"
9228
+ },
9229
+ "BCMDataExportsExport_Export": {
9230
+ "resourceType": "AWS::BCMDataExports::Export.Export",
9231
+ "kind": "property",
9232
+ "lexicon": "aws"
9233
+ },
9234
+ "BCMDataExportsExport_RefreshCadence": {
9235
+ "resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
9236
+ "kind": "property",
9237
+ "lexicon": "aws"
9238
+ },
9239
+ "BCMDataExportsExport_ResourceTag": {
9240
+ "resourceType": "AWS::BCMDataExports::Export.ResourceTag",
9241
+ "kind": "property",
9242
+ "lexicon": "aws"
9243
+ },
9244
+ "BCMDataExportsExport_S3Destination": {
9245
+ "resourceType": "AWS::BCMDataExports::Export.S3Destination",
9246
+ "kind": "property",
9247
+ "lexicon": "aws"
9248
+ },
9181
9249
  "BackendDefaults": {
9182
9250
  "resourceType": "AWS::AppMesh::VirtualNode.BackendDefaults",
9183
9251
  "kind": "property",
@@ -10760,18 +10828,29 @@
10760
10828
  "Arn": "Arn"
10761
10829
  },
10762
10830
  "propertyConstraints": {
10831
+ "BotType": {
10832
+ "default": "Bot",
10833
+ "enum": [
10834
+ "Bot",
10835
+ "BotNetwork"
10836
+ ]
10837
+ },
10763
10838
  "IdleSessionTTLInSeconds": {
10764
10839
  "minimum": 60,
10765
10840
  "maximum": 86400
10766
10841
  }
10767
10842
  },
10843
+ "createOnly": [
10844
+ "BotType"
10845
+ ],
10768
10846
  "writeOnly": [
10769
10847
  "BotLocales",
10770
10848
  "BotFileS3Location",
10771
10849
  "AutoBuildBotLocales",
10772
10850
  "TestBotAliasTags",
10773
10851
  "Replication",
10774
- "TestBotAliasSettings"
10852
+ "TestBotAliasSettings",
10853
+ "BotMembers"
10775
10854
  ],
10776
10855
  "primaryIdentifier": [
10777
10856
  "Id"
@@ -10819,6 +10898,11 @@
10819
10898
  "kind": "property",
10820
10899
  "lexicon": "aws"
10821
10900
  },
10901
+ "BotMember": {
10902
+ "resourceType": "AWS::Lex::Bot.BotMember",
10903
+ "kind": "property",
10904
+ "lexicon": "aws"
10905
+ },
10822
10906
  "BotVersion": {
10823
10907
  "resourceType": "AWS::Lex::BotVersion",
10824
10908
  "kind": "resource",
@@ -10852,6 +10936,11 @@
10852
10936
  "kind": "property",
10853
10937
  "lexicon": "aws"
10854
10938
  },
10939
+ "Bot_BotMember": {
10940
+ "resourceType": "AWS::Lex::Bot.BotMember",
10941
+ "kind": "property",
10942
+ "lexicon": "aws"
10943
+ },
10855
10944
  "Bot_CompositeSlotTypeSetting": {
10856
10945
  "resourceType": "AWS::Lex::Bot.CompositeSlotTypeSetting",
10857
10946
  "kind": "property",
@@ -13945,6 +14034,72 @@
13945
14034
  "tagUpdatable": true
13946
14035
  }
13947
14036
  },
14037
+ "Channel": {
14038
+ "resourceType": "AWS::MSK::Channel",
14039
+ "kind": "resource",
14040
+ "lexicon": "aws",
14041
+ "attrs": {
14042
+ "ChannelArn": "ChannelArn",
14043
+ "Status": "Status",
14044
+ "StateInfo": "StateInfo"
14045
+ },
14046
+ "propertyConstraints": {
14047
+ "ClusterArn": {
14048
+ "pattern": "^arn:[\\w-]+:kafka:[\\w-]+:\\d+:cluster.*\\Z"
14049
+ }
14050
+ },
14051
+ "createOnly": [
14052
+ "ChannelName",
14053
+ "ClusterArn",
14054
+ "TopicConfigurationList",
14055
+ "EncryptionConfiguration",
14056
+ "LoggingInfo",
14057
+ "IcebergDestinationConfiguration/ServiceExecutionRoleArn",
14058
+ "IcebergDestinationConfiguration/Catalog",
14059
+ "IcebergDestinationConfiguration/Catalog/CatalogArn",
14060
+ "IcebergDestinationConfiguration/Catalog/WarehouseLocation",
14061
+ "IcebergDestinationConfiguration/DeadLetterQueueS3",
14062
+ "IcebergDestinationConfiguration/DeadLetterQueueS3/BucketArn",
14063
+ "IcebergDestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
14064
+ "IcebergDestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
14065
+ "IcebergDestinationConfiguration/AppendOnly",
14066
+ "IcebergDestinationConfiguration/SchemaEvolution",
14067
+ "IcebergDestinationConfiguration/SchemaEvolution/EnableSchemaEvolution",
14068
+ "IcebergDestinationConfiguration/TableCreation",
14069
+ "IcebergDestinationConfiguration/TableCreation/EnableTableCreation",
14070
+ "IcebergDestinationConfiguration/DestinationTableList",
14071
+ "IcebergDestinationConfiguration/DestinationTableList/*/DestinationDatabaseName",
14072
+ "IcebergDestinationConfiguration/DestinationTableList/*/DestinationTableName",
14073
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec",
14074
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/PartitionStrategy",
14075
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList",
14076
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList/*/SourceName",
14077
+ "IcebergDestinationConfiguration/CompressionType",
14078
+ "S3DestinationConfiguration/ServiceExecutionRoleArn",
14079
+ "S3DestinationConfiguration/DeadLetterQueueS3",
14080
+ "S3DestinationConfiguration/DeadLetterQueueS3/BucketArn",
14081
+ "S3DestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
14082
+ "S3DestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
14083
+ "S3DestinationConfiguration/Storage",
14084
+ "S3DestinationConfiguration/Storage/BucketArn",
14085
+ "S3DestinationConfiguration/Storage/OutputPrefix",
14086
+ "S3DestinationConfiguration/Storage/OutputKeyTemplate",
14087
+ "S3DestinationConfiguration/Storage/StorageClass",
14088
+ "S3DestinationConfiguration/Storage/CompressionType",
14089
+ "S3DestinationConfiguration/Storage/ExpectedBucketOwner"
14090
+ ],
14091
+ "writeOnly": [
14092
+ "ClusterArn"
14093
+ ],
14094
+ "primaryIdentifier": [
14095
+ "ChannelArn"
14096
+ ],
14097
+ "tagging": {
14098
+ "taggable": true,
14099
+ "tagOnCreate": true,
14100
+ "tagUpdatable": true
14101
+ }
14102
+ },
13948
14103
  "ChannelAssociation": {
13949
14104
  "resourceType": "AWS::Notifications::ChannelAssociation",
13950
14105
  "kind": "resource",
@@ -14106,6 +14261,96 @@
14106
14261
  "kind": "property",
14107
14262
  "lexicon": "aws"
14108
14263
  },
14264
+ "Channel_Catalog": {
14265
+ "resourceType": "AWS::MSK::Channel.Catalog",
14266
+ "kind": "property",
14267
+ "lexicon": "aws"
14268
+ },
14269
+ "Channel_ChannelLoggingInfo": {
14270
+ "resourceType": "AWS::MSK::Channel.ChannelLoggingInfo",
14271
+ "kind": "property",
14272
+ "lexicon": "aws"
14273
+ },
14274
+ "Channel_ChannelStateInfo": {
14275
+ "resourceType": "AWS::MSK::Channel.ChannelStateInfo",
14276
+ "kind": "property",
14277
+ "lexicon": "aws"
14278
+ },
14279
+ "Channel_CloudWatchLogsLogDestination": {
14280
+ "resourceType": "AWS::MSK::Channel.CloudWatchLogsLogDestination",
14281
+ "kind": "property",
14282
+ "lexicon": "aws"
14283
+ },
14284
+ "Channel_DeadLetterQueueS3": {
14285
+ "resourceType": "AWS::MSK::Channel.DeadLetterQueueS3",
14286
+ "kind": "property",
14287
+ "lexicon": "aws"
14288
+ },
14289
+ "Channel_DestinationTable": {
14290
+ "resourceType": "AWS::MSK::Channel.DestinationTable",
14291
+ "kind": "property",
14292
+ "lexicon": "aws"
14293
+ },
14294
+ "Channel_EncryptionConfiguration": {
14295
+ "resourceType": "AWS::MSK::Channel.EncryptionConfiguration",
14296
+ "kind": "property",
14297
+ "lexicon": "aws"
14298
+ },
14299
+ "Channel_FirehoseLogDestination": {
14300
+ "resourceType": "AWS::MSK::Channel.FirehoseLogDestination",
14301
+ "kind": "property",
14302
+ "lexicon": "aws"
14303
+ },
14304
+ "Channel_IcebergDestinationConfiguration": {
14305
+ "resourceType": "AWS::MSK::Channel.IcebergDestinationConfiguration",
14306
+ "kind": "property",
14307
+ "lexicon": "aws"
14308
+ },
14309
+ "Channel_PartitionSpec": {
14310
+ "resourceType": "AWS::MSK::Channel.PartitionSpec",
14311
+ "kind": "property",
14312
+ "lexicon": "aws"
14313
+ },
14314
+ "Channel_RecordConverter": {
14315
+ "resourceType": "AWS::MSK::Channel.RecordConverter",
14316
+ "kind": "property",
14317
+ "lexicon": "aws"
14318
+ },
14319
+ "Channel_RecordSchema": {
14320
+ "resourceType": "AWS::MSK::Channel.RecordSchema",
14321
+ "kind": "property",
14322
+ "lexicon": "aws"
14323
+ },
14324
+ "Channel_S3DestinationConfiguration": {
14325
+ "resourceType": "AWS::MSK::Channel.S3DestinationConfiguration",
14326
+ "kind": "property",
14327
+ "lexicon": "aws"
14328
+ },
14329
+ "Channel_S3LogDestination": {
14330
+ "resourceType": "AWS::MSK::Channel.S3LogDestination",
14331
+ "kind": "property",
14332
+ "lexicon": "aws"
14333
+ },
14334
+ "Channel_S3Storage": {
14335
+ "resourceType": "AWS::MSK::Channel.S3Storage",
14336
+ "kind": "property",
14337
+ "lexicon": "aws"
14338
+ },
14339
+ "Channel_SchemaEvolution": {
14340
+ "resourceType": "AWS::MSK::Channel.SchemaEvolution",
14341
+ "kind": "property",
14342
+ "lexicon": "aws"
14343
+ },
14344
+ "Channel_TableCreation": {
14345
+ "resourceType": "AWS::MSK::Channel.TableCreation",
14346
+ "kind": "property",
14347
+ "lexicon": "aws"
14348
+ },
14349
+ "Channel_TopicConfiguration": {
14350
+ "resourceType": "AWS::MSK::Channel.TopicConfiguration",
14351
+ "kind": "property",
14352
+ "lexicon": "aws"
14353
+ },
14109
14354
  "ChatChannel": {
14110
14355
  "resourceType": "AWS::SSMIncidents::ResponsePlan.ChatChannel",
14111
14356
  "kind": "property",
@@ -24605,6 +24850,52 @@
24605
24850
  "kind": "property",
24606
24851
  "lexicon": "aws"
24607
24852
  },
24853
+ "DataBrewRecipe": {
24854
+ "resourceType": "AWS::DataBrew::Recipe",
24855
+ "kind": "resource",
24856
+ "lexicon": "aws",
24857
+ "propertyConstraints": {
24858
+ "Description": {
24859
+ "minLength": 0,
24860
+ "maxLength": 1024
24861
+ },
24862
+ "Name": {
24863
+ "minLength": 1,
24864
+ "maxLength": 255
24865
+ }
24866
+ },
24867
+ "createOnly": [
24868
+ "Name"
24869
+ ],
24870
+ "primaryIdentifier": [
24871
+ "Name"
24872
+ ],
24873
+ "tagging": {
24874
+ "taggable": true,
24875
+ "tagOnCreate": true,
24876
+ "tagUpdatable": true
24877
+ }
24878
+ },
24879
+ "DataBrewRecipe_Action": {
24880
+ "resourceType": "AWS::DataBrew::Recipe.Action",
24881
+ "kind": "property",
24882
+ "lexicon": "aws"
24883
+ },
24884
+ "DataBrewRecipe_ConditionExpression": {
24885
+ "resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
24886
+ "kind": "property",
24887
+ "lexicon": "aws"
24888
+ },
24889
+ "DataBrewRecipe_RecipeStep": {
24890
+ "resourceType": "AWS::DataBrew::Recipe.RecipeStep",
24891
+ "kind": "property",
24892
+ "lexicon": "aws"
24893
+ },
24894
+ "DataBrewRecipe_Tag": {
24895
+ "resourceType": "AWS::DataBrew::Recipe.Tag",
24896
+ "kind": "property",
24897
+ "lexicon": "aws"
24898
+ },
24608
24899
  "DataBrewSchedule": {
24609
24900
  "resourceType": "AWS::DataBrew::Schedule",
24610
24901
  "kind": "resource",
@@ -38232,32 +38523,9 @@
38232
38523
  "lexicon": "aws"
38233
38524
  },
38234
38525
  "Export": {
38235
- "resourceType": "AWS::BCMDataExports::Export",
38236
- "kind": "resource",
38237
- "lexicon": "aws",
38238
- "attrs": {
38239
- "ExportArn": "ExportArn",
38240
- "Export_ExportArn": "Export.ExportArn"
38241
- },
38242
- "propertyConstraints": {
38243
- "ExportArn": {
38244
- "pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
38245
- "minLength": 20,
38246
- "maxLength": 2048
38247
- }
38248
- },
38249
- "createOnly": [
38250
- "Export/Name",
38251
- "Export/RefreshCadence"
38252
- ],
38253
- "primaryIdentifier": [
38254
- "ExportArn"
38255
- ],
38256
- "tagging": {
38257
- "taggable": true,
38258
- "tagOnCreate": true,
38259
- "tagUpdatable": true
38260
- }
38526
+ "resourceType": "AWS::BCMDataExports::Export.Export",
38527
+ "kind": "property",
38528
+ "lexicon": "aws"
38261
38529
  },
38262
38530
  "ExportHiddenFieldsOption": {
38263
38531
  "resourceType": "AWS::QuickSight::Dashboard.ExportHiddenFieldsOption",
@@ -38274,36 +38542,6 @@
38274
38542
  "kind": "property",
38275
38543
  "lexicon": "aws"
38276
38544
  },
38277
- "Export_DataQuery": {
38278
- "resourceType": "AWS::BCMDataExports::Export.DataQuery",
38279
- "kind": "property",
38280
- "lexicon": "aws"
38281
- },
38282
- "Export_DestinationConfigurations": {
38283
- "resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
38284
- "kind": "property",
38285
- "lexicon": "aws"
38286
- },
38287
- "Export_Export": {
38288
- "resourceType": "AWS::BCMDataExports::Export.Export",
38289
- "kind": "property",
38290
- "lexicon": "aws"
38291
- },
38292
- "Export_RefreshCadence": {
38293
- "resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
38294
- "kind": "property",
38295
- "lexicon": "aws"
38296
- },
38297
- "Export_ResourceTag": {
38298
- "resourceType": "AWS::BCMDataExports::Export.ResourceTag",
38299
- "kind": "property",
38300
- "lexicon": "aws"
38301
- },
38302
- "Export_S3Destination": {
38303
- "resourceType": "AWS::BCMDataExports::Export.S3Destination",
38304
- "kind": "property",
38305
- "lexicon": "aws"
38306
- },
38307
38545
  "ExportingConfig": {
38308
38546
  "resourceType": "AWS::CustomerProfiles::Domain.ExportingConfig",
38309
38547
  "kind": "property",
@@ -58192,162 +58430,6 @@
58192
58430
  "kind": "property",
58193
58431
  "lexicon": "aws"
58194
58432
  },
58195
- "MSKChannel": {
58196
- "resourceType": "AWS::MSK::Channel",
58197
- "kind": "resource",
58198
- "lexicon": "aws",
58199
- "attrs": {
58200
- "ChannelArn": "ChannelArn",
58201
- "Status": "Status",
58202
- "StateInfo": "StateInfo"
58203
- },
58204
- "propertyConstraints": {
58205
- "ClusterArn": {
58206
- "pattern": "^arn:[\\w-]+:kafka:[\\w-]+:\\d+:cluster.*\\Z"
58207
- }
58208
- },
58209
- "createOnly": [
58210
- "ChannelName",
58211
- "ClusterArn",
58212
- "TopicConfigurationList",
58213
- "EncryptionConfiguration",
58214
- "LoggingInfo",
58215
- "IcebergDestinationConfiguration/ServiceExecutionRoleArn",
58216
- "IcebergDestinationConfiguration/Catalog",
58217
- "IcebergDestinationConfiguration/Catalog/CatalogArn",
58218
- "IcebergDestinationConfiguration/Catalog/WarehouseLocation",
58219
- "IcebergDestinationConfiguration/DeadLetterQueueS3",
58220
- "IcebergDestinationConfiguration/DeadLetterQueueS3/BucketArn",
58221
- "IcebergDestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
58222
- "IcebergDestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
58223
- "IcebergDestinationConfiguration/AppendOnly",
58224
- "IcebergDestinationConfiguration/SchemaEvolution",
58225
- "IcebergDestinationConfiguration/SchemaEvolution/EnableSchemaEvolution",
58226
- "IcebergDestinationConfiguration/TableCreation",
58227
- "IcebergDestinationConfiguration/TableCreation/EnableTableCreation",
58228
- "IcebergDestinationConfiguration/DestinationTableList",
58229
- "IcebergDestinationConfiguration/DestinationTableList/*/DestinationDatabaseName",
58230
- "IcebergDestinationConfiguration/DestinationTableList/*/DestinationTableName",
58231
- "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec",
58232
- "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/PartitionStrategy",
58233
- "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList",
58234
- "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList/*/SourceName",
58235
- "IcebergDestinationConfiguration/CompressionType",
58236
- "S3DestinationConfiguration/ServiceExecutionRoleArn",
58237
- "S3DestinationConfiguration/DeadLetterQueueS3",
58238
- "S3DestinationConfiguration/DeadLetterQueueS3/BucketArn",
58239
- "S3DestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
58240
- "S3DestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
58241
- "S3DestinationConfiguration/Storage",
58242
- "S3DestinationConfiguration/Storage/BucketArn",
58243
- "S3DestinationConfiguration/Storage/OutputPrefix",
58244
- "S3DestinationConfiguration/Storage/OutputKeyTemplate",
58245
- "S3DestinationConfiguration/Storage/StorageClass",
58246
- "S3DestinationConfiguration/Storage/CompressionType",
58247
- "S3DestinationConfiguration/Storage/ExpectedBucketOwner"
58248
- ],
58249
- "writeOnly": [
58250
- "ClusterArn"
58251
- ],
58252
- "primaryIdentifier": [
58253
- "ChannelArn"
58254
- ],
58255
- "tagging": {
58256
- "taggable": true,
58257
- "tagOnCreate": true,
58258
- "tagUpdatable": true
58259
- }
58260
- },
58261
- "MSKChannel_Catalog": {
58262
- "resourceType": "AWS::MSK::Channel.Catalog",
58263
- "kind": "property",
58264
- "lexicon": "aws"
58265
- },
58266
- "MSKChannel_ChannelLoggingInfo": {
58267
- "resourceType": "AWS::MSK::Channel.ChannelLoggingInfo",
58268
- "kind": "property",
58269
- "lexicon": "aws"
58270
- },
58271
- "MSKChannel_ChannelStateInfo": {
58272
- "resourceType": "AWS::MSK::Channel.ChannelStateInfo",
58273
- "kind": "property",
58274
- "lexicon": "aws"
58275
- },
58276
- "MSKChannel_CloudWatchLogsLogDestination": {
58277
- "resourceType": "AWS::MSK::Channel.CloudWatchLogsLogDestination",
58278
- "kind": "property",
58279
- "lexicon": "aws"
58280
- },
58281
- "MSKChannel_DeadLetterQueueS3": {
58282
- "resourceType": "AWS::MSK::Channel.DeadLetterQueueS3",
58283
- "kind": "property",
58284
- "lexicon": "aws"
58285
- },
58286
- "MSKChannel_DestinationTable": {
58287
- "resourceType": "AWS::MSK::Channel.DestinationTable",
58288
- "kind": "property",
58289
- "lexicon": "aws"
58290
- },
58291
- "MSKChannel_EncryptionConfiguration": {
58292
- "resourceType": "AWS::MSK::Channel.EncryptionConfiguration",
58293
- "kind": "property",
58294
- "lexicon": "aws"
58295
- },
58296
- "MSKChannel_FirehoseLogDestination": {
58297
- "resourceType": "AWS::MSK::Channel.FirehoseLogDestination",
58298
- "kind": "property",
58299
- "lexicon": "aws"
58300
- },
58301
- "MSKChannel_IcebergDestinationConfiguration": {
58302
- "resourceType": "AWS::MSK::Channel.IcebergDestinationConfiguration",
58303
- "kind": "property",
58304
- "lexicon": "aws"
58305
- },
58306
- "MSKChannel_PartitionSpec": {
58307
- "resourceType": "AWS::MSK::Channel.PartitionSpec",
58308
- "kind": "property",
58309
- "lexicon": "aws"
58310
- },
58311
- "MSKChannel_RecordConverter": {
58312
- "resourceType": "AWS::MSK::Channel.RecordConverter",
58313
- "kind": "property",
58314
- "lexicon": "aws"
58315
- },
58316
- "MSKChannel_RecordSchema": {
58317
- "resourceType": "AWS::MSK::Channel.RecordSchema",
58318
- "kind": "property",
58319
- "lexicon": "aws"
58320
- },
58321
- "MSKChannel_S3DestinationConfiguration": {
58322
- "resourceType": "AWS::MSK::Channel.S3DestinationConfiguration",
58323
- "kind": "property",
58324
- "lexicon": "aws"
58325
- },
58326
- "MSKChannel_S3LogDestination": {
58327
- "resourceType": "AWS::MSK::Channel.S3LogDestination",
58328
- "kind": "property",
58329
- "lexicon": "aws"
58330
- },
58331
- "MSKChannel_S3Storage": {
58332
- "resourceType": "AWS::MSK::Channel.S3Storage",
58333
- "kind": "property",
58334
- "lexicon": "aws"
58335
- },
58336
- "MSKChannel_SchemaEvolution": {
58337
- "resourceType": "AWS::MSK::Channel.SchemaEvolution",
58338
- "kind": "property",
58339
- "lexicon": "aws"
58340
- },
58341
- "MSKChannel_TableCreation": {
58342
- "resourceType": "AWS::MSK::Channel.TableCreation",
58343
- "kind": "property",
58344
- "lexicon": "aws"
58345
- },
58346
- "MSKChannel_TopicConfiguration": {
58347
- "resourceType": "AWS::MSK::Channel.TopicConfiguration",
58348
- "kind": "property",
58349
- "lexicon": "aws"
58350
- },
58351
58433
  "MSKCluster": {
58352
58434
  "resourceType": "AWS::MSK::Cluster",
58353
58435
  "kind": "resource",
@@ -58701,6 +58783,42 @@
58701
58783
  "kind": "property",
58702
58784
  "lexicon": "aws"
58703
58785
  },
58786
+ "MacieSession": {
58787
+ "resourceType": "AWS::Macie::Session",
58788
+ "kind": "resource",
58789
+ "lexicon": "aws",
58790
+ "attrs": {
58791
+ "AwsAccountId": "AwsAccountId",
58792
+ "ServiceRole": "ServiceRole",
58793
+ "AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
58794
+ },
58795
+ "propertyConstraints": {
58796
+ "Status": {
58797
+ "default": "ENABLED",
58798
+ "enum": [
58799
+ "ENABLED",
58800
+ "PAUSED"
58801
+ ]
58802
+ },
58803
+ "FindingPublishingFrequency": {
58804
+ "default": "SIX_HOURS",
58805
+ "enum": [
58806
+ "FIFTEEN_MINUTES",
58807
+ "ONE_HOUR",
58808
+ "SIX_HOURS"
58809
+ ]
58810
+ },
58811
+ "AutomatedDiscoveryStatus": {
58812
+ "enum": [
58813
+ "ENABLED",
58814
+ "DISABLED"
58815
+ ]
58816
+ }
58817
+ },
58818
+ "primaryIdentifier": [
58819
+ "AwsAccountId"
58820
+ ]
58821
+ },
58704
58822
  "Macro": {
58705
58823
  "resourceType": "AWS::CloudFormation::Macro",
58706
58824
  "kind": "resource",
@@ -60903,7 +61021,8 @@
60903
61021
  "createOnly": [
60904
61022
  "ChannelGroupName",
60905
61023
  "ChannelName",
60906
- "InputType"
61024
+ "InputType",
61025
+ "OutputLockingMode"
60907
61026
  ],
60908
61027
  "primaryIdentifier": [
60909
61028
  "Arn"
@@ -69702,7 +69821,256 @@
69702
69821
  "kind": "property",
69703
69822
  "lexicon": "aws"
69704
69823
  },
69705
- "Package": {
69824
+ "PackageGroup": {
69825
+ "resourceType": "AWS::CodeArtifact::PackageGroup",
69826
+ "kind": "resource",
69827
+ "lexicon": "aws",
69828
+ "attrs": {
69829
+ "Arn": "Arn"
69830
+ },
69831
+ "propertyConstraints": {
69832
+ "DomainName": {
69833
+ "pattern": "^([a-z][a-z0-9\\-]{0,48}[a-z0-9])$",
69834
+ "minLength": 2,
69835
+ "maxLength": 50
69836
+ },
69837
+ "DomainOwner": {
69838
+ "pattern": "[0-9]{12}"
69839
+ },
69840
+ "Pattern": {
69841
+ "minLength": 2,
69842
+ "maxLength": 520
69843
+ },
69844
+ "ContactInfo": {
69845
+ "maxLength": 1000
69846
+ },
69847
+ "Description": {
69848
+ "maxLength": 1000
69849
+ },
69850
+ "Arn": {
69851
+ "minLength": 1,
69852
+ "maxLength": 2048
69853
+ }
69854
+ },
69855
+ "createOnly": [
69856
+ "DomainName",
69857
+ "Pattern"
69858
+ ],
69859
+ "primaryIdentifier": [
69860
+ "Arn"
69861
+ ],
69862
+ "tagging": {
69863
+ "taggable": true,
69864
+ "tagOnCreate": true,
69865
+ "tagUpdatable": true
69866
+ }
69867
+ },
69868
+ "PackageGroup_OriginConfiguration": {
69869
+ "resourceType": "AWS::CodeArtifact::PackageGroup.OriginConfiguration",
69870
+ "kind": "property",
69871
+ "lexicon": "aws"
69872
+ },
69873
+ "PackageGroup_RestrictionType": {
69874
+ "resourceType": "AWS::CodeArtifact::PackageGroup.RestrictionType",
69875
+ "kind": "property",
69876
+ "lexicon": "aws"
69877
+ },
69878
+ "PackageGroup_Restrictions": {
69879
+ "resourceType": "AWS::CodeArtifact::PackageGroup.Restrictions",
69880
+ "kind": "property",
69881
+ "lexicon": "aws"
69882
+ },
69883
+ "PackageGroup_Tag": {
69884
+ "resourceType": "AWS::CodeArtifact::PackageGroup.Tag",
69885
+ "kind": "property",
69886
+ "lexicon": "aws"
69887
+ },
69888
+ "PackageVersion": {
69889
+ "resourceType": "AWS::Panorama::PackageVersion",
69890
+ "kind": "resource",
69891
+ "lexicon": "aws",
69892
+ "attrs": {
69893
+ "PackageName": "PackageName",
69894
+ "PackageArn": "PackageArn",
69895
+ "Status": "Status",
69896
+ "StatusDescription": "StatusDescription",
69897
+ "IsLatestPatch": "IsLatestPatch",
69898
+ "RegisteredTime": "RegisteredTime"
69899
+ },
69900
+ "createOnly": [
69901
+ "OwnerAccount",
69902
+ "PackageId",
69903
+ "PackageVersion",
69904
+ "PatchVersion"
69905
+ ],
69906
+ "writeOnly": [
69907
+ "UpdatedLatestPatchVersion"
69908
+ ],
69909
+ "primaryIdentifier": [
69910
+ "PackageId",
69911
+ "PackageVersion",
69912
+ "PatchVersion"
69913
+ ]
69914
+ },
69915
+ "PackageVersionArtifact": {
69916
+ "resourceType": "AWS::IoT::SoftwarePackageVersion.PackageVersionArtifact",
69917
+ "kind": "property",
69918
+ "lexicon": "aws"
69919
+ },
69920
+ "PackagingConfiguration": {
69921
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration",
69922
+ "kind": "resource",
69923
+ "lexicon": "aws",
69924
+ "attrs": {
69925
+ "Arn": "Arn"
69926
+ },
69927
+ "createOnly": [
69928
+ "Id"
69929
+ ],
69930
+ "primaryIdentifier": [
69931
+ "Id"
69932
+ ],
69933
+ "deprecatedProperties": [
69934
+ "HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
69935
+ "HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video",
69936
+ "MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
69937
+ "MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video"
69938
+ ],
69939
+ "tagging": {
69940
+ "taggable": true,
69941
+ "tagOnCreate": true,
69942
+ "tagUpdatable": false
69943
+ }
69944
+ },
69945
+ "PackagingConfiguration_CmafEncryption": {
69946
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafEncryption",
69947
+ "kind": "property",
69948
+ "lexicon": "aws"
69949
+ },
69950
+ "PackagingConfiguration_CmafPackage": {
69951
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafPackage",
69952
+ "kind": "property",
69953
+ "lexicon": "aws"
69954
+ },
69955
+ "PackagingConfiguration_DashEncryption": {
69956
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.DashEncryption",
69957
+ "kind": "property",
69958
+ "lexicon": "aws"
69959
+ },
69960
+ "PackagingConfiguration_DashManifest": {
69961
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.DashManifest",
69962
+ "kind": "property",
69963
+ "lexicon": "aws"
69964
+ },
69965
+ "PackagingConfiguration_DashPackage": {
69966
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.DashPackage",
69967
+ "kind": "property",
69968
+ "lexicon": "aws"
69969
+ },
69970
+ "PackagingConfiguration_HlsEncryption": {
69971
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsEncryption",
69972
+ "kind": "property",
69973
+ "lexicon": "aws"
69974
+ },
69975
+ "PackagingConfiguration_HlsManifest": {
69976
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsManifest",
69977
+ "kind": "property",
69978
+ "lexicon": "aws"
69979
+ },
69980
+ "PackagingConfiguration_HlsPackage": {
69981
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsPackage",
69982
+ "kind": "property",
69983
+ "lexicon": "aws"
69984
+ },
69985
+ "PackagingConfiguration_MssEncryption": {
69986
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.MssEncryption",
69987
+ "kind": "property",
69988
+ "lexicon": "aws"
69989
+ },
69990
+ "PackagingConfiguration_MssManifest": {
69991
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.MssManifest",
69992
+ "kind": "property",
69993
+ "lexicon": "aws"
69994
+ },
69995
+ "PackagingConfiguration_MssPackage": {
69996
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.MssPackage",
69997
+ "kind": "property",
69998
+ "lexicon": "aws"
69999
+ },
70000
+ "PackagingConfiguration_SpekeKeyProvider": {
70001
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider",
70002
+ "kind": "property",
70003
+ "lexicon": "aws"
70004
+ },
70005
+ "PackagingConfiguration_StreamSelection": {
70006
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.StreamSelection",
70007
+ "kind": "property",
70008
+ "lexicon": "aws"
70009
+ },
70010
+ "PackagingConfiguration_Tag": {
70011
+ "resourceType": "AWS::MediaPackage::PackagingConfiguration.Tag",
70012
+ "kind": "property",
70013
+ "lexicon": "aws"
70014
+ },
70015
+ "PackagingGroup": {
70016
+ "resourceType": "AWS::MediaPackage::PackagingGroup",
70017
+ "kind": "resource",
70018
+ "lexicon": "aws",
70019
+ "attrs": {
70020
+ "Arn": "Arn",
70021
+ "DomainName": "DomainName"
70022
+ },
70023
+ "propertyConstraints": {
70024
+ "Id": {
70025
+ "pattern": "\\A[0-9a-zA-Z-_]+\\Z",
70026
+ "minLength": 1,
70027
+ "maxLength": 256
70028
+ }
70029
+ },
70030
+ "createOnly": [
70031
+ "Id",
70032
+ "Tags"
70033
+ ],
70034
+ "primaryIdentifier": [
70035
+ "Id"
70036
+ ],
70037
+ "tagging": {
70038
+ "taggable": true,
70039
+ "tagOnCreate": true,
70040
+ "tagUpdatable": false
70041
+ }
70042
+ },
70043
+ "PackagingGroup_Authorization": {
70044
+ "resourceType": "AWS::MediaPackage::PackagingGroup.Authorization",
70045
+ "kind": "property",
70046
+ "lexicon": "aws"
70047
+ },
70048
+ "PackagingGroup_LogConfiguration": {
70049
+ "resourceType": "AWS::MediaPackage::PackagingGroup.LogConfiguration",
70050
+ "kind": "property",
70051
+ "lexicon": "aws"
70052
+ },
70053
+ "PackagingGroup_Tag": {
70054
+ "resourceType": "AWS::MediaPackage::PackagingGroup.Tag",
70055
+ "kind": "property",
70056
+ "lexicon": "aws"
70057
+ },
70058
+ "PacketHeaderStatementRequest": {
70059
+ "resourceType": "AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest",
70060
+ "kind": "property",
70061
+ "lexicon": "aws"
70062
+ },
70063
+ "PagerDutyConfiguration": {
70064
+ "resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyConfiguration",
70065
+ "kind": "property",
70066
+ "lexicon": "aws"
70067
+ },
70068
+ "PagerDutyIncidentConfiguration": {
70069
+ "resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration",
70070
+ "kind": "property",
70071
+ "lexicon": "aws"
70072
+ },
70073
+ "PanoramaPackage": {
69706
70074
  "resourceType": "AWS::Panorama::Package",
69707
70075
  "kind": "resource",
69708
70076
  "lexicon": "aws",
@@ -69728,260 +70096,11 @@
69728
70096
  "tagUpdatable": true
69729
70097
  }
69730
70098
  },
69731
- "PackageGroup": {
69732
- "resourceType": "AWS::CodeArtifact::PackageGroup",
69733
- "kind": "resource",
69734
- "lexicon": "aws",
69735
- "attrs": {
69736
- "Arn": "Arn"
69737
- },
69738
- "propertyConstraints": {
69739
- "DomainName": {
69740
- "pattern": "^([a-z][a-z0-9\\-]{0,48}[a-z0-9])$",
69741
- "minLength": 2,
69742
- "maxLength": 50
69743
- },
69744
- "DomainOwner": {
69745
- "pattern": "[0-9]{12}"
69746
- },
69747
- "Pattern": {
69748
- "minLength": 2,
69749
- "maxLength": 520
69750
- },
69751
- "ContactInfo": {
69752
- "maxLength": 1000
69753
- },
69754
- "Description": {
69755
- "maxLength": 1000
69756
- },
69757
- "Arn": {
69758
- "minLength": 1,
69759
- "maxLength": 2048
69760
- }
69761
- },
69762
- "createOnly": [
69763
- "DomainName",
69764
- "Pattern"
69765
- ],
69766
- "primaryIdentifier": [
69767
- "Arn"
69768
- ],
69769
- "tagging": {
69770
- "taggable": true,
69771
- "tagOnCreate": true,
69772
- "tagUpdatable": true
69773
- }
69774
- },
69775
- "PackageGroup_OriginConfiguration": {
69776
- "resourceType": "AWS::CodeArtifact::PackageGroup.OriginConfiguration",
69777
- "kind": "property",
69778
- "lexicon": "aws"
69779
- },
69780
- "PackageGroup_RestrictionType": {
69781
- "resourceType": "AWS::CodeArtifact::PackageGroup.RestrictionType",
69782
- "kind": "property",
69783
- "lexicon": "aws"
69784
- },
69785
- "PackageGroup_Restrictions": {
69786
- "resourceType": "AWS::CodeArtifact::PackageGroup.Restrictions",
69787
- "kind": "property",
69788
- "lexicon": "aws"
69789
- },
69790
- "PackageGroup_Tag": {
69791
- "resourceType": "AWS::CodeArtifact::PackageGroup.Tag",
69792
- "kind": "property",
69793
- "lexicon": "aws"
69794
- },
69795
- "PackageVersion": {
69796
- "resourceType": "AWS::Panorama::PackageVersion",
69797
- "kind": "resource",
69798
- "lexicon": "aws",
69799
- "attrs": {
69800
- "PackageName": "PackageName",
69801
- "PackageArn": "PackageArn",
69802
- "Status": "Status",
69803
- "StatusDescription": "StatusDescription",
69804
- "IsLatestPatch": "IsLatestPatch",
69805
- "RegisteredTime": "RegisteredTime"
69806
- },
69807
- "createOnly": [
69808
- "OwnerAccount",
69809
- "PackageId",
69810
- "PackageVersion",
69811
- "PatchVersion"
69812
- ],
69813
- "writeOnly": [
69814
- "UpdatedLatestPatchVersion"
69815
- ],
69816
- "primaryIdentifier": [
69817
- "PackageId",
69818
- "PackageVersion",
69819
- "PatchVersion"
69820
- ]
69821
- },
69822
- "PackageVersionArtifact": {
69823
- "resourceType": "AWS::IoT::SoftwarePackageVersion.PackageVersionArtifact",
69824
- "kind": "property",
69825
- "lexicon": "aws"
69826
- },
69827
- "Package_StorageLocation": {
70099
+ "PanoramaPackage_StorageLocation": {
69828
70100
  "resourceType": "AWS::Panorama::Package.StorageLocation",
69829
70101
  "kind": "property",
69830
70102
  "lexicon": "aws"
69831
70103
  },
69832
- "PackagingConfiguration": {
69833
- "resourceType": "AWS::MediaPackage::PackagingConfiguration",
69834
- "kind": "resource",
69835
- "lexicon": "aws",
69836
- "attrs": {
69837
- "Arn": "Arn"
69838
- },
69839
- "createOnly": [
69840
- "Id"
69841
- ],
69842
- "primaryIdentifier": [
69843
- "Id"
69844
- ],
69845
- "deprecatedProperties": [
69846
- "HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
69847
- "HlsPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video",
69848
- "MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Audio",
69849
- "MssPackage/Encryption/SpekeKeyProvider/EncryptionContractConfiguration/PresetSpeke20Video"
69850
- ],
69851
- "tagging": {
69852
- "taggable": true,
69853
- "tagOnCreate": true,
69854
- "tagUpdatable": false
69855
- }
69856
- },
69857
- "PackagingConfiguration_CmafEncryption": {
69858
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafEncryption",
69859
- "kind": "property",
69860
- "lexicon": "aws"
69861
- },
69862
- "PackagingConfiguration_CmafPackage": {
69863
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.CmafPackage",
69864
- "kind": "property",
69865
- "lexicon": "aws"
69866
- },
69867
- "PackagingConfiguration_DashEncryption": {
69868
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.DashEncryption",
69869
- "kind": "property",
69870
- "lexicon": "aws"
69871
- },
69872
- "PackagingConfiguration_DashManifest": {
69873
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.DashManifest",
69874
- "kind": "property",
69875
- "lexicon": "aws"
69876
- },
69877
- "PackagingConfiguration_DashPackage": {
69878
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.DashPackage",
69879
- "kind": "property",
69880
- "lexicon": "aws"
69881
- },
69882
- "PackagingConfiguration_HlsEncryption": {
69883
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsEncryption",
69884
- "kind": "property",
69885
- "lexicon": "aws"
69886
- },
69887
- "PackagingConfiguration_HlsManifest": {
69888
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsManifest",
69889
- "kind": "property",
69890
- "lexicon": "aws"
69891
- },
69892
- "PackagingConfiguration_HlsPackage": {
69893
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.HlsPackage",
69894
- "kind": "property",
69895
- "lexicon": "aws"
69896
- },
69897
- "PackagingConfiguration_MssEncryption": {
69898
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.MssEncryption",
69899
- "kind": "property",
69900
- "lexicon": "aws"
69901
- },
69902
- "PackagingConfiguration_MssManifest": {
69903
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.MssManifest",
69904
- "kind": "property",
69905
- "lexicon": "aws"
69906
- },
69907
- "PackagingConfiguration_MssPackage": {
69908
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.MssPackage",
69909
- "kind": "property",
69910
- "lexicon": "aws"
69911
- },
69912
- "PackagingConfiguration_SpekeKeyProvider": {
69913
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider",
69914
- "kind": "property",
69915
- "lexicon": "aws"
69916
- },
69917
- "PackagingConfiguration_StreamSelection": {
69918
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.StreamSelection",
69919
- "kind": "property",
69920
- "lexicon": "aws"
69921
- },
69922
- "PackagingConfiguration_Tag": {
69923
- "resourceType": "AWS::MediaPackage::PackagingConfiguration.Tag",
69924
- "kind": "property",
69925
- "lexicon": "aws"
69926
- },
69927
- "PackagingGroup": {
69928
- "resourceType": "AWS::MediaPackage::PackagingGroup",
69929
- "kind": "resource",
69930
- "lexicon": "aws",
69931
- "attrs": {
69932
- "Arn": "Arn",
69933
- "DomainName": "DomainName"
69934
- },
69935
- "propertyConstraints": {
69936
- "Id": {
69937
- "pattern": "\\A[0-9a-zA-Z-_]+\\Z",
69938
- "minLength": 1,
69939
- "maxLength": 256
69940
- }
69941
- },
69942
- "createOnly": [
69943
- "Id",
69944
- "Tags"
69945
- ],
69946
- "primaryIdentifier": [
69947
- "Id"
69948
- ],
69949
- "tagging": {
69950
- "taggable": true,
69951
- "tagOnCreate": true,
69952
- "tagUpdatable": false
69953
- }
69954
- },
69955
- "PackagingGroup_Authorization": {
69956
- "resourceType": "AWS::MediaPackage::PackagingGroup.Authorization",
69957
- "kind": "property",
69958
- "lexicon": "aws"
69959
- },
69960
- "PackagingGroup_LogConfiguration": {
69961
- "resourceType": "AWS::MediaPackage::PackagingGroup.LogConfiguration",
69962
- "kind": "property",
69963
- "lexicon": "aws"
69964
- },
69965
- "PackagingGroup_Tag": {
69966
- "resourceType": "AWS::MediaPackage::PackagingGroup.Tag",
69967
- "kind": "property",
69968
- "lexicon": "aws"
69969
- },
69970
- "PacketHeaderStatementRequest": {
69971
- "resourceType": "AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest",
69972
- "kind": "property",
69973
- "lexicon": "aws"
69974
- },
69975
- "PagerDutyConfiguration": {
69976
- "resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyConfiguration",
69977
- "kind": "property",
69978
- "lexicon": "aws"
69979
- },
69980
- "PagerDutyIncidentConfiguration": {
69981
- "resourceType": "AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration",
69982
- "kind": "property",
69983
- "lexicon": "aws"
69984
- },
69985
70104
  "ParallelismConfiguration": {
69986
70105
  "resourceType": "AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration",
69987
70106
  "kind": "property",
@@ -72238,6 +72357,16 @@
72238
72357
  "kind": "property",
72239
72358
  "lexicon": "aws"
72240
72359
  },
72360
+ "PlaybackConfiguration_AdsPersonalizationConcurrency": {
72361
+ "resourceType": "AWS::MediaTailor::PlaybackConfiguration.AdsPersonalizationConcurrency",
72362
+ "kind": "property",
72363
+ "lexicon": "aws"
72364
+ },
72365
+ "PlaybackConfiguration_AdsPersonalizationTimeouts": {
72366
+ "resourceType": "AWS::MediaTailor::PlaybackConfiguration.AdsPersonalizationTimeouts",
72367
+ "kind": "property",
72368
+ "lexicon": "aws"
72369
+ },
72241
72370
  "PlaybackConfiguration_AvailSuppression": {
72242
72371
  "resourceType": "AWS::MediaTailor::PlaybackConfiguration.AvailSuppression",
72243
72372
  "kind": "property",
@@ -73199,15 +73328,19 @@
73199
73328
  "kind": "resource",
73200
73329
  "lexicon": "aws",
73201
73330
  "attrs": {
73202
- "Id": "Id",
73203
73331
  "Arn": "Arn"
73204
73332
  },
73205
73333
  "createOnly": [
73206
73334
  "Name"
73207
73335
  ],
73208
73336
  "primaryIdentifier": [
73209
- "Id"
73210
- ]
73337
+ "Name"
73338
+ ],
73339
+ "tagging": {
73340
+ "taggable": true,
73341
+ "tagOnCreate": true,
73342
+ "tagUpdatable": true
73343
+ }
73211
73344
  },
73212
73345
  "PrestoParameters": {
73213
73346
  "resourceType": "AWS::QuickSight::DataSource.PrestoParameters",
@@ -78115,30 +78248,9 @@
78115
78248
  "lexicon": "aws"
78116
78249
  },
78117
78250
  "Recipe": {
78118
- "resourceType": "AWS::DataBrew::Recipe",
78119
- "kind": "resource",
78120
- "lexicon": "aws",
78121
- "propertyConstraints": {
78122
- "Description": {
78123
- "minLength": 0,
78124
- "maxLength": 1024
78125
- },
78126
- "Name": {
78127
- "minLength": 1,
78128
- "maxLength": 255
78129
- }
78130
- },
78131
- "createOnly": [
78132
- "Name"
78133
- ],
78134
- "primaryIdentifier": [
78135
- "Name"
78136
- ],
78137
- "tagging": {
78138
- "taggable": true,
78139
- "tagOnCreate": true,
78140
- "tagUpdatable": true
78141
- }
78251
+ "resourceType": "AWS::DataBrew::Job.Recipe",
78252
+ "kind": "property",
78253
+ "lexicon": "aws"
78142
78254
  },
78143
78255
  "RecipeSelection": {
78144
78256
  "resourceType": "AWS::ImageBuilder::LifecyclePolicy.RecipeSelection",
@@ -78150,26 +78262,6 @@
78150
78262
  "kind": "property",
78151
78263
  "lexicon": "aws"
78152
78264
  },
78153
- "Recipe_Action": {
78154
- "resourceType": "AWS::DataBrew::Recipe.Action",
78155
- "kind": "property",
78156
- "lexicon": "aws"
78157
- },
78158
- "Recipe_ConditionExpression": {
78159
- "resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
78160
- "kind": "property",
78161
- "lexicon": "aws"
78162
- },
78163
- "Recipe_RecipeStep": {
78164
- "resourceType": "AWS::DataBrew::Recipe.RecipeStep",
78165
- "kind": "property",
78166
- "lexicon": "aws"
78167
- },
78168
- "Recipe_Tag": {
78169
- "resourceType": "AWS::DataBrew::Recipe.Tag",
78170
- "kind": "property",
78171
- "lexicon": "aws"
78172
- },
78173
78265
  "RecommendationConfiguration": {
78174
78266
  "resourceType": "AWS::DataZone::DataSource.RecommendationConfiguration",
78175
78267
  "kind": "property",
@@ -87464,124 +87556,6 @@
87464
87556
  "kind": "property",
87465
87557
  "lexicon": "aws"
87466
87558
  },
87467
- "SageMakerSpace": {
87468
- "resourceType": "AWS::SageMaker::Space",
87469
- "kind": "resource",
87470
- "lexicon": "aws",
87471
- "attrs": {
87472
- "SpaceArn": "SpaceArn",
87473
- "Url": "Url"
87474
- },
87475
- "propertyConstraints": {
87476
- "SpaceArn": {
87477
- "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*",
87478
- "maxLength": 256
87479
- },
87480
- "DomainId": {
87481
- "minLength": 1,
87482
- "maxLength": 63
87483
- },
87484
- "SpaceName": {
87485
- "minLength": 1,
87486
- "maxLength": 63
87487
- },
87488
- "SpaceDisplayName": {
87489
- "pattern": "^(?!\\s*$).+",
87490
- "maxLength": 64
87491
- },
87492
- "Url": {
87493
- "maxLength": 1024
87494
- }
87495
- },
87496
- "createOnly": [
87497
- "DomainId",
87498
- "SpaceName",
87499
- "SpaceSharingSettings",
87500
- "OwnershipSettings"
87501
- ],
87502
- "writeOnly": [
87503
- "SpaceSettings"
87504
- ],
87505
- "primaryIdentifier": [
87506
- "DomainId",
87507
- "SpaceName"
87508
- ],
87509
- "tagging": {
87510
- "taggable": true,
87511
- "tagOnCreate": true,
87512
- "tagUpdatable": true
87513
- }
87514
- },
87515
- "SageMakerSpace_CodeRepository": {
87516
- "resourceType": "AWS::SageMaker::Space.CodeRepository",
87517
- "kind": "property",
87518
- "lexicon": "aws"
87519
- },
87520
- "SageMakerSpace_CustomImage": {
87521
- "resourceType": "AWS::SageMaker::Space.CustomImage",
87522
- "kind": "property",
87523
- "lexicon": "aws"
87524
- },
87525
- "SageMakerSpace_EbsStorageSettings": {
87526
- "resourceType": "AWS::SageMaker::Space.EbsStorageSettings",
87527
- "kind": "property",
87528
- "lexicon": "aws"
87529
- },
87530
- "SageMakerSpace_JupyterServerAppSettings": {
87531
- "resourceType": "AWS::SageMaker::Space.JupyterServerAppSettings",
87532
- "kind": "property",
87533
- "lexicon": "aws"
87534
- },
87535
- "SageMakerSpace_KernelGatewayAppSettings": {
87536
- "resourceType": "AWS::SageMaker::Space.KernelGatewayAppSettings",
87537
- "kind": "property",
87538
- "lexicon": "aws"
87539
- },
87540
- "SageMakerSpace_OwnershipSettings": {
87541
- "resourceType": "AWS::SageMaker::Space.OwnershipSettings",
87542
- "kind": "property",
87543
- "lexicon": "aws"
87544
- },
87545
- "SageMakerSpace_ResourceSpec": {
87546
- "resourceType": "AWS::SageMaker::Space.ResourceSpec",
87547
- "kind": "property",
87548
- "lexicon": "aws"
87549
- },
87550
- "SageMakerSpace_SpaceAppLifecycleManagement": {
87551
- "resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
87552
- "kind": "property",
87553
- "lexicon": "aws"
87554
- },
87555
- "SageMakerSpace_SpaceCodeEditorAppSettings": {
87556
- "resourceType": "AWS::SageMaker::Space.SpaceCodeEditorAppSettings",
87557
- "kind": "property",
87558
- "lexicon": "aws"
87559
- },
87560
- "SageMakerSpace_SpaceJupyterLabAppSettings": {
87561
- "resourceType": "AWS::SageMaker::Space.SpaceJupyterLabAppSettings",
87562
- "kind": "property",
87563
- "lexicon": "aws"
87564
- },
87565
- "SageMakerSpace_SpaceSettings": {
87566
- "resourceType": "AWS::SageMaker::Space.SpaceSettings",
87567
- "kind": "property",
87568
- "lexicon": "aws"
87569
- },
87570
- "SageMakerSpace_SpaceSharingSettings": {
87571
- "resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
87572
- "kind": "property",
87573
- "lexicon": "aws"
87574
- },
87575
- "SageMakerSpace_SpaceStorageSettings": {
87576
- "resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
87577
- "kind": "property",
87578
- "lexicon": "aws"
87579
- },
87580
- "SageMakerSpace_Tag": {
87581
- "resourceType": "AWS::SageMaker::Space.Tag",
87582
- "kind": "property",
87583
- "lexicon": "aws"
87584
- },
87585
87559
  "SageMakerUserProfile": {
87586
87560
  "resourceType": "AWS::SageMaker::UserProfile",
87587
87561
  "kind": "resource",
@@ -91299,42 +91273,6 @@
91299
91273
  "kind": "property",
91300
91274
  "lexicon": "aws"
91301
91275
  },
91302
- "Session": {
91303
- "resourceType": "AWS::Macie::Session",
91304
- "kind": "resource",
91305
- "lexicon": "aws",
91306
- "attrs": {
91307
- "AwsAccountId": "AwsAccountId",
91308
- "ServiceRole": "ServiceRole",
91309
- "AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
91310
- },
91311
- "propertyConstraints": {
91312
- "Status": {
91313
- "default": "ENABLED",
91314
- "enum": [
91315
- "ENABLED",
91316
- "PAUSED"
91317
- ]
91318
- },
91319
- "FindingPublishingFrequency": {
91320
- "default": "SIX_HOURS",
91321
- "enum": [
91322
- "FIFTEEN_MINUTES",
91323
- "ONE_HOUR",
91324
- "SIX_HOURS"
91325
- ]
91326
- },
91327
- "AutomatedDiscoveryStatus": {
91328
- "enum": [
91329
- "ENABLED",
91330
- "DISABLED"
91331
- ]
91332
- }
91333
- },
91334
- "primaryIdentifier": [
91335
- "AwsAccountId"
91336
- ]
91337
- },
91338
91276
  "SessionConfig": {
91339
91277
  "resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
91340
91278
  "kind": "property",
@@ -92765,6 +92703,54 @@
92765
92703
  "kind": "property",
92766
92704
  "lexicon": "aws"
92767
92705
  },
92706
+ "Space": {
92707
+ "resourceType": "AWS::SageMaker::Space",
92708
+ "kind": "resource",
92709
+ "lexicon": "aws",
92710
+ "attrs": {
92711
+ "SpaceArn": "SpaceArn",
92712
+ "Url": "Url"
92713
+ },
92714
+ "propertyConstraints": {
92715
+ "SpaceArn": {
92716
+ "pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*",
92717
+ "maxLength": 256
92718
+ },
92719
+ "DomainId": {
92720
+ "minLength": 1,
92721
+ "maxLength": 63
92722
+ },
92723
+ "SpaceName": {
92724
+ "minLength": 1,
92725
+ "maxLength": 63
92726
+ },
92727
+ "SpaceDisplayName": {
92728
+ "pattern": "^(?!\\s*$).+",
92729
+ "maxLength": 64
92730
+ },
92731
+ "Url": {
92732
+ "maxLength": 1024
92733
+ }
92734
+ },
92735
+ "createOnly": [
92736
+ "DomainId",
92737
+ "SpaceName",
92738
+ "SpaceSharingSettings",
92739
+ "OwnershipSettings"
92740
+ ],
92741
+ "writeOnly": [
92742
+ "SpaceSettings"
92743
+ ],
92744
+ "primaryIdentifier": [
92745
+ "DomainId",
92746
+ "SpaceName"
92747
+ ],
92748
+ "tagging": {
92749
+ "taggable": true,
92750
+ "tagOnCreate": true,
92751
+ "tagUpdatable": true
92752
+ }
92753
+ },
92768
92754
  "SpaceAppLifecycleManagement": {
92769
92755
  "resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
92770
92756
  "kind": "property",
@@ -92800,6 +92786,76 @@
92800
92786
  "kind": "property",
92801
92787
  "lexicon": "aws"
92802
92788
  },
92789
+ "Space_CodeRepository": {
92790
+ "resourceType": "AWS::SageMaker::Space.CodeRepository",
92791
+ "kind": "property",
92792
+ "lexicon": "aws"
92793
+ },
92794
+ "Space_CustomImage": {
92795
+ "resourceType": "AWS::SageMaker::Space.CustomImage",
92796
+ "kind": "property",
92797
+ "lexicon": "aws"
92798
+ },
92799
+ "Space_EbsStorageSettings": {
92800
+ "resourceType": "AWS::SageMaker::Space.EbsStorageSettings",
92801
+ "kind": "property",
92802
+ "lexicon": "aws"
92803
+ },
92804
+ "Space_JupyterServerAppSettings": {
92805
+ "resourceType": "AWS::SageMaker::Space.JupyterServerAppSettings",
92806
+ "kind": "property",
92807
+ "lexicon": "aws"
92808
+ },
92809
+ "Space_KernelGatewayAppSettings": {
92810
+ "resourceType": "AWS::SageMaker::Space.KernelGatewayAppSettings",
92811
+ "kind": "property",
92812
+ "lexicon": "aws"
92813
+ },
92814
+ "Space_OwnershipSettings": {
92815
+ "resourceType": "AWS::SageMaker::Space.OwnershipSettings",
92816
+ "kind": "property",
92817
+ "lexicon": "aws"
92818
+ },
92819
+ "Space_ResourceSpec": {
92820
+ "resourceType": "AWS::SageMaker::Space.ResourceSpec",
92821
+ "kind": "property",
92822
+ "lexicon": "aws"
92823
+ },
92824
+ "Space_SpaceAppLifecycleManagement": {
92825
+ "resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
92826
+ "kind": "property",
92827
+ "lexicon": "aws"
92828
+ },
92829
+ "Space_SpaceCodeEditorAppSettings": {
92830
+ "resourceType": "AWS::SageMaker::Space.SpaceCodeEditorAppSettings",
92831
+ "kind": "property",
92832
+ "lexicon": "aws"
92833
+ },
92834
+ "Space_SpaceJupyterLabAppSettings": {
92835
+ "resourceType": "AWS::SageMaker::Space.SpaceJupyterLabAppSettings",
92836
+ "kind": "property",
92837
+ "lexicon": "aws"
92838
+ },
92839
+ "Space_SpaceSettings": {
92840
+ "resourceType": "AWS::SageMaker::Space.SpaceSettings",
92841
+ "kind": "property",
92842
+ "lexicon": "aws"
92843
+ },
92844
+ "Space_SpaceSharingSettings": {
92845
+ "resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
92846
+ "kind": "property",
92847
+ "lexicon": "aws"
92848
+ },
92849
+ "Space_SpaceStorageSettings": {
92850
+ "resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
92851
+ "kind": "property",
92852
+ "lexicon": "aws"
92853
+ },
92854
+ "Space_Tag": {
92855
+ "resourceType": "AWS::SageMaker::Space.Tag",
92856
+ "kind": "property",
92857
+ "lexicon": "aws"
92858
+ },
92803
92859
  "SparkParameters": {
92804
92860
  "resourceType": "AWS::QuickSight::DataSource.SparkParameters",
92805
92861
  "kind": "property",