@intentius/chant-lexicon-aws 0.18.24 → 0.18.26

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.
@@ -1887,6 +1887,63 @@
1887
1887
  "kind": "property",
1888
1888
  "lexicon": "aws"
1889
1889
  },
1890
+ "Action": {
1891
+ "resourceType": "AWS::SageMaker::Action",
1892
+ "kind": "resource",
1893
+ "lexicon": "aws",
1894
+ "attrs": {
1895
+ "Arn": "Arn",
1896
+ "CreationTime": "CreationTime",
1897
+ "LastModifiedTime": "LastModifiedTime"
1898
+ },
1899
+ "propertyConstraints": {
1900
+ "ActionName": {
1901
+ "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$",
1902
+ "minLength": 1,
1903
+ "maxLength": 120
1904
+ },
1905
+ "ActionType": {
1906
+ "maxLength": 256
1907
+ },
1908
+ "Description": {
1909
+ "maxLength": 3072
1910
+ },
1911
+ "Status": {
1912
+ "enum": [
1913
+ "Unknown",
1914
+ "InProgress",
1915
+ "Completed",
1916
+ "Failed",
1917
+ "Stopping",
1918
+ "Stopped"
1919
+ ]
1920
+ },
1921
+ "Arn": {
1922
+ "pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:action/",
1923
+ "maxLength": 256
1924
+ },
1925
+ "CreationTime": {
1926
+ "format": "date-time"
1927
+ },
1928
+ "LastModifiedTime": {
1929
+ "format": "date-time"
1930
+ }
1931
+ },
1932
+ "createOnly": [
1933
+ "ActionName",
1934
+ "ActionType",
1935
+ "Source",
1936
+ "MetadataProperties"
1937
+ ],
1938
+ "primaryIdentifier": [
1939
+ "Arn"
1940
+ ],
1941
+ "tagging": {
1942
+ "taggable": true,
1943
+ "tagOnCreate": true,
1944
+ "tagUpdatable": true
1945
+ }
1946
+ },
1890
1947
  "ActionConfiguration": {
1891
1948
  "resourceType": "AWS::QBusiness::DataAccessor.ActionConfiguration",
1892
1949
  "kind": "property",
@@ -1990,6 +2047,11 @@
1990
2047
  "kind": "property",
1991
2048
  "lexicon": "aws"
1992
2049
  },
2050
+ "ActionSource": {
2051
+ "resourceType": "AWS::SageMaker::Action.ActionSource",
2052
+ "kind": "property",
2053
+ "lexicon": "aws"
2054
+ },
1993
2055
  "ActionThreshold": {
1994
2056
  "resourceType": "AWS::Budgets::BudgetsAction.ActionThreshold",
1995
2057
  "kind": "property",
@@ -2000,6 +2062,21 @@
2000
2062
  "kind": "property",
2001
2063
  "lexicon": "aws"
2002
2064
  },
2065
+ "Action_ActionSource": {
2066
+ "resourceType": "AWS::SageMaker::Action.ActionSource",
2067
+ "kind": "property",
2068
+ "lexicon": "aws"
2069
+ },
2070
+ "Action_MetadataProperties": {
2071
+ "resourceType": "AWS::SageMaker::Action.MetadataProperties",
2072
+ "kind": "property",
2073
+ "lexicon": "aws"
2074
+ },
2075
+ "Action_Tag": {
2076
+ "resourceType": "AWS::SageMaker::Action.Tag",
2077
+ "kind": "property",
2078
+ "lexicon": "aws"
2079
+ },
2003
2080
  "Actions": {
2004
2081
  "resourceType": "AWS::Connect::Rule.Actions",
2005
2082
  "kind": "property",
@@ -16798,6 +16875,11 @@
16798
16875
  "kind": "property",
16799
16876
  "lexicon": "aws"
16800
16877
  },
16878
+ "CompactionConfiguration": {
16879
+ "resourceType": "AWS::Glue::TableOptimizer.CompactionConfiguration",
16880
+ "kind": "property",
16881
+ "lexicon": "aws"
16882
+ },
16801
16883
  "ComparativeOrder": {
16802
16884
  "resourceType": "AWS::QuickSight::Topic.ComparativeOrder",
16803
16885
  "kind": "property",
@@ -20908,6 +20990,54 @@
20908
20990
  "kind": "property",
20909
20991
  "lexicon": "aws"
20910
20992
  },
20993
+ "Context": {
20994
+ "resourceType": "AWS::SageMaker::Context",
20995
+ "kind": "resource",
20996
+ "lexicon": "aws",
20997
+ "attrs": {
20998
+ "Arn": "Arn",
20999
+ "CreationTime": "CreationTime",
21000
+ "LastModifiedTime": "LastModifiedTime"
21001
+ },
21002
+ "propertyConstraints": {
21003
+ "Arn": {
21004
+ "pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:context/",
21005
+ "maxLength": 256
21006
+ },
21007
+ "ContextName": {
21008
+ "pattern": "^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,119}$",
21009
+ "minLength": 1,
21010
+ "maxLength": 120
21011
+ },
21012
+ "ContextType": {
21013
+ "minLength": 0,
21014
+ "maxLength": 256
21015
+ },
21016
+ "Description": {
21017
+ "minLength": 0,
21018
+ "maxLength": 3072
21019
+ },
21020
+ "CreationTime": {
21021
+ "format": "date-time"
21022
+ },
21023
+ "LastModifiedTime": {
21024
+ "format": "date-time"
21025
+ }
21026
+ },
21027
+ "createOnly": [
21028
+ "ContextName",
21029
+ "ContextType",
21030
+ "Source"
21031
+ ],
21032
+ "primaryIdentifier": [
21033
+ "Arn"
21034
+ ],
21035
+ "tagging": {
21036
+ "taggable": true,
21037
+ "tagOnCreate": true,
21038
+ "tagUpdatable": true
21039
+ }
21040
+ },
20911
21041
  "ContextEnrichmentConfiguration": {
20912
21042
  "resourceType": "AWS::Bedrock::DataSource.ContextEnrichmentConfiguration",
20913
21043
  "kind": "property",
@@ -46045,6 +46175,11 @@
46045
46175
  "kind": "property",
46046
46176
  "lexicon": "aws"
46047
46177
  },
46178
+ "IcebergCompactionConfiguration": {
46179
+ "resourceType": "AWS::Glue::TableOptimizer.IcebergCompactionConfiguration",
46180
+ "kind": "property",
46181
+ "lexicon": "aws"
46182
+ },
46048
46183
  "IcebergConfiguration": {
46049
46184
  "resourceType": "AWS::Glue::TableOptimizer.IcebergConfiguration",
46050
46185
  "kind": "property",
@@ -94469,6 +94604,16 @@
94469
94604
  "kind": "property",
94470
94605
  "lexicon": "aws"
94471
94606
  },
94607
+ "TableOptimizer_CompactionConfiguration": {
94608
+ "resourceType": "AWS::Glue::TableOptimizer.CompactionConfiguration",
94609
+ "kind": "property",
94610
+ "lexicon": "aws"
94611
+ },
94612
+ "TableOptimizer_IcebergCompactionConfiguration": {
94613
+ "resourceType": "AWS::Glue::TableOptimizer.IcebergCompactionConfiguration",
94614
+ "kind": "property",
94615
+ "lexicon": "aws"
94616
+ },
94472
94617
  "TableOptimizer_IcebergConfiguration": {
94473
94618
  "resourceType": "AWS::Glue::TableOptimizer.IcebergConfiguration",
94474
94619
  "kind": "property",