@intentius/chant-lexicon-aws 0.18.25 → 0.18.27
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/components/cloud-executor.d.ts +11 -0
- package/dist/components/cloud-executor.d.ts.map +1 -1
- package/dist/generated/index.d.ts +23 -4
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +357 -20
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +332 -29
- package/package.json +3 -3
- package/src/components/cloud-executor.test.ts +14 -1
- package/src/components/cloud-executor.ts +19 -1
- package/src/generated/index.d.ts +332 -29
- package/src/generated/index.ts +23 -4
- package/src/generated/lexicon-aws.json +357 -20
- package/src/lifecycle-integration.test.ts +34 -0
- package/src/plugin.ts +29 -1
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "cdcbe23c24c136575e7063e672b2084f7744720638e2a6e27a9cd9fc24b3e9fa",
|
|
5
|
+
"meta.json": "f753beb9ef6a89191cc76afc3be19f4bc7142751ce6b2d37bea8008bc37c7793",
|
|
6
|
+
"types/index.d.ts": "22463a37dc0a2e3dd8baf0ddbb72f9e12ec4e5b6dd33ecfe22a1a8a8cff272b9",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
|
|
59
59
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
|
|
60
60
|
},
|
|
61
|
-
"composite": "
|
|
61
|
+
"composite": "fbc235e0ad609479a3e71a611d6812441c1b022231a254d55374aff5f302b7c7"
|
|
62
62
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -1069,6 +1069,11 @@
|
|
|
1069
1069
|
"kind": "property",
|
|
1070
1070
|
"lexicon": "aws"
|
|
1071
1071
|
},
|
|
1072
|
+
"AccessControlConfiguration": {
|
|
1073
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.AccessControlConfiguration",
|
|
1074
|
+
"kind": "property",
|
|
1075
|
+
"lexicon": "aws"
|
|
1076
|
+
},
|
|
1072
1077
|
"AccessControlExposeHeaders": {
|
|
1073
1078
|
"resourceType": "AWS::CloudFront::ResponseHeadersPolicy.AccessControlExposeHeaders",
|
|
1074
1079
|
"kind": "property",
|
|
@@ -1887,6 +1892,63 @@
|
|
|
1887
1892
|
"kind": "property",
|
|
1888
1893
|
"lexicon": "aws"
|
|
1889
1894
|
},
|
|
1895
|
+
"Action": {
|
|
1896
|
+
"resourceType": "AWS::SageMaker::Action",
|
|
1897
|
+
"kind": "resource",
|
|
1898
|
+
"lexicon": "aws",
|
|
1899
|
+
"attrs": {
|
|
1900
|
+
"Arn": "Arn",
|
|
1901
|
+
"CreationTime": "CreationTime",
|
|
1902
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
1903
|
+
},
|
|
1904
|
+
"propertyConstraints": {
|
|
1905
|
+
"ActionName": {
|
|
1906
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$",
|
|
1907
|
+
"minLength": 1,
|
|
1908
|
+
"maxLength": 120
|
|
1909
|
+
},
|
|
1910
|
+
"ActionType": {
|
|
1911
|
+
"maxLength": 256
|
|
1912
|
+
},
|
|
1913
|
+
"Description": {
|
|
1914
|
+
"maxLength": 3072
|
|
1915
|
+
},
|
|
1916
|
+
"Status": {
|
|
1917
|
+
"enum": [
|
|
1918
|
+
"Unknown",
|
|
1919
|
+
"InProgress",
|
|
1920
|
+
"Completed",
|
|
1921
|
+
"Failed",
|
|
1922
|
+
"Stopping",
|
|
1923
|
+
"Stopped"
|
|
1924
|
+
]
|
|
1925
|
+
},
|
|
1926
|
+
"Arn": {
|
|
1927
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:action/",
|
|
1928
|
+
"maxLength": 256
|
|
1929
|
+
},
|
|
1930
|
+
"CreationTime": {
|
|
1931
|
+
"format": "date-time"
|
|
1932
|
+
},
|
|
1933
|
+
"LastModifiedTime": {
|
|
1934
|
+
"format": "date-time"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"createOnly": [
|
|
1938
|
+
"ActionName",
|
|
1939
|
+
"ActionType",
|
|
1940
|
+
"Source",
|
|
1941
|
+
"MetadataProperties"
|
|
1942
|
+
],
|
|
1943
|
+
"primaryIdentifier": [
|
|
1944
|
+
"Arn"
|
|
1945
|
+
],
|
|
1946
|
+
"tagging": {
|
|
1947
|
+
"taggable": true,
|
|
1948
|
+
"tagOnCreate": true,
|
|
1949
|
+
"tagUpdatable": true
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1890
1952
|
"ActionConfiguration": {
|
|
1891
1953
|
"resourceType": "AWS::QBusiness::DataAccessor.ActionConfiguration",
|
|
1892
1954
|
"kind": "property",
|
|
@@ -1990,6 +2052,11 @@
|
|
|
1990
2052
|
"kind": "property",
|
|
1991
2053
|
"lexicon": "aws"
|
|
1992
2054
|
},
|
|
2055
|
+
"ActionSource": {
|
|
2056
|
+
"resourceType": "AWS::SageMaker::Action.ActionSource",
|
|
2057
|
+
"kind": "property",
|
|
2058
|
+
"lexicon": "aws"
|
|
2059
|
+
},
|
|
1993
2060
|
"ActionThreshold": {
|
|
1994
2061
|
"resourceType": "AWS::Budgets::BudgetsAction.ActionThreshold",
|
|
1995
2062
|
"kind": "property",
|
|
@@ -2000,6 +2067,21 @@
|
|
|
2000
2067
|
"kind": "property",
|
|
2001
2068
|
"lexicon": "aws"
|
|
2002
2069
|
},
|
|
2070
|
+
"Action_ActionSource": {
|
|
2071
|
+
"resourceType": "AWS::SageMaker::Action.ActionSource",
|
|
2072
|
+
"kind": "property",
|
|
2073
|
+
"lexicon": "aws"
|
|
2074
|
+
},
|
|
2075
|
+
"Action_MetadataProperties": {
|
|
2076
|
+
"resourceType": "AWS::SageMaker::Action.MetadataProperties",
|
|
2077
|
+
"kind": "property",
|
|
2078
|
+
"lexicon": "aws"
|
|
2079
|
+
},
|
|
2080
|
+
"Action_Tag": {
|
|
2081
|
+
"resourceType": "AWS::SageMaker::Action.Tag",
|
|
2082
|
+
"kind": "property",
|
|
2083
|
+
"lexicon": "aws"
|
|
2084
|
+
},
|
|
2003
2085
|
"Actions": {
|
|
2004
2086
|
"resourceType": "AWS::Connect::Rule.Actions",
|
|
2005
2087
|
"kind": "property",
|
|
@@ -7851,11 +7933,6 @@
|
|
|
7851
7933
|
"kind": "property",
|
|
7852
7934
|
"lexicon": "aws"
|
|
7853
7935
|
},
|
|
7854
|
-
"AudioExtractionConfiguration": {
|
|
7855
|
-
"resourceType": "AWS::QBusiness::DataSource.AudioExtractionConfiguration",
|
|
7856
|
-
"kind": "property",
|
|
7857
|
-
"lexicon": "aws"
|
|
7858
|
-
},
|
|
7859
7936
|
"AudioFeedInput": {
|
|
7860
7937
|
"resourceType": "AWS::MediaLive::Channel.AudioFeedInput",
|
|
7861
7938
|
"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",
|
|
@@ -47110,11 +47245,6 @@
|
|
|
47110
47245
|
"kind": "property",
|
|
47111
47246
|
"lexicon": "aws"
|
|
47112
47247
|
},
|
|
47113
|
-
"ImageExtractionConfiguration": {
|
|
47114
|
-
"resourceType": "AWS::QBusiness::DataSource.ImageExtractionConfiguration",
|
|
47115
|
-
"kind": "property",
|
|
47116
|
-
"lexicon": "aws"
|
|
47117
|
-
},
|
|
47118
47248
|
"ImageLoggingConfiguration": {
|
|
47119
47249
|
"resourceType": "AWS::ImageBuilder::Image.ImageLoggingConfiguration",
|
|
47120
47250
|
"kind": "property",
|
|
@@ -51926,6 +52056,11 @@
|
|
|
51926
52056
|
"kind": "property",
|
|
51927
52057
|
"lexicon": "aws"
|
|
51928
52058
|
},
|
|
52059
|
+
"KbTemplateConfiguration": {
|
|
52060
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.KbTemplateConfiguration",
|
|
52061
|
+
"kind": "property",
|
|
52062
|
+
"lexicon": "aws"
|
|
52063
|
+
},
|
|
51929
52064
|
"KendraConfiguration": {
|
|
51930
52065
|
"resourceType": "AWS::Lex::Bot.KendraConfiguration",
|
|
51931
52066
|
"kind": "property",
|
|
@@ -53110,11 +53245,6 @@
|
|
|
53110
53245
|
"kind": "property",
|
|
53111
53246
|
"lexicon": "aws"
|
|
53112
53247
|
},
|
|
53113
|
-
"KnowledgeBaseConfiguration": {
|
|
53114
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration",
|
|
53115
|
-
"kind": "property",
|
|
53116
|
-
"lexicon": "aws"
|
|
53117
|
-
},
|
|
53118
53248
|
"KnowledgeBasePolicy": {
|
|
53119
53249
|
"resourceType": "AWS::Bedrock::KnowledgeBasePolicy",
|
|
53120
53250
|
"kind": "resource",
|
|
@@ -75906,6 +76036,126 @@
|
|
|
75906
76036
|
"kind": "property",
|
|
75907
76037
|
"lexicon": "aws"
|
|
75908
76038
|
},
|
|
76039
|
+
"QuickSightKnowledgeBase": {
|
|
76040
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase",
|
|
76041
|
+
"kind": "resource",
|
|
76042
|
+
"lexicon": "aws",
|
|
76043
|
+
"attrs": {
|
|
76044
|
+
"CreatedAt": "CreatedAt",
|
|
76045
|
+
"DocumentCount": "DocumentCount",
|
|
76046
|
+
"KnowledgeBaseArn": "KnowledgeBaseArn",
|
|
76047
|
+
"KnowledgeBaseSizeBytes": "KnowledgeBaseSizeBytes",
|
|
76048
|
+
"PrimaryOwnerUsername": "PrimaryOwnerUsername",
|
|
76049
|
+
"Status": "Status",
|
|
76050
|
+
"Type": "Type",
|
|
76051
|
+
"UpdatedAt": "UpdatedAt"
|
|
76052
|
+
},
|
|
76053
|
+
"propertyConstraints": {
|
|
76054
|
+
"AwsAccountId": {
|
|
76055
|
+
"pattern": "^[0-9]*$",
|
|
76056
|
+
"minLength": 12,
|
|
76057
|
+
"maxLength": 12
|
|
76058
|
+
},
|
|
76059
|
+
"CreatedAt": {
|
|
76060
|
+
"format": "date-time"
|
|
76061
|
+
},
|
|
76062
|
+
"DataSourceArn": {
|
|
76063
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
76064
|
+
"minLength": 0,
|
|
76065
|
+
"maxLength": 1284
|
|
76066
|
+
},
|
|
76067
|
+
"Description": {
|
|
76068
|
+
"pattern": "^\\P{C}*$",
|
|
76069
|
+
"maxLength": 1000
|
|
76070
|
+
},
|
|
76071
|
+
"DocumentCount": {
|
|
76072
|
+
"default": null
|
|
76073
|
+
},
|
|
76074
|
+
"IsEmailNotificationOptedForIngestionFailures": {
|
|
76075
|
+
"default": null
|
|
76076
|
+
},
|
|
76077
|
+
"KnowledgeBaseArn": {
|
|
76078
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
76079
|
+
"minLength": 0,
|
|
76080
|
+
"maxLength": 1284
|
|
76081
|
+
},
|
|
76082
|
+
"KnowledgeBaseId": {
|
|
76083
|
+
"pattern": "^[0-9a-zA-Z-_=.+]+$",
|
|
76084
|
+
"minLength": 1,
|
|
76085
|
+
"maxLength": 1024
|
|
76086
|
+
},
|
|
76087
|
+
"KnowledgeBaseSizeBytes": {
|
|
76088
|
+
"default": null
|
|
76089
|
+
},
|
|
76090
|
+
"Name": {
|
|
76091
|
+
"pattern": "^[\\p{L}\\p{N}][\\p{L}\\p{N} _\\-\\.]*$",
|
|
76092
|
+
"maxLength": 128
|
|
76093
|
+
},
|
|
76094
|
+
"UpdatedAt": {
|
|
76095
|
+
"format": "date-time"
|
|
76096
|
+
}
|
|
76097
|
+
},
|
|
76098
|
+
"createOnly": [
|
|
76099
|
+
"AwsAccountId",
|
|
76100
|
+
"DataSourceArn",
|
|
76101
|
+
"KnowledgeBaseId",
|
|
76102
|
+
"PrimaryOwnerArn"
|
|
76103
|
+
],
|
|
76104
|
+
"primaryIdentifier": [
|
|
76105
|
+
"AwsAccountId",
|
|
76106
|
+
"KnowledgeBaseId"
|
|
76107
|
+
],
|
|
76108
|
+
"tagging": {
|
|
76109
|
+
"taggable": true,
|
|
76110
|
+
"tagOnCreate": true,
|
|
76111
|
+
"tagUpdatable": true
|
|
76112
|
+
}
|
|
76113
|
+
},
|
|
76114
|
+
"QuickSightKnowledgeBase_AccessControlConfiguration": {
|
|
76115
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.AccessControlConfiguration",
|
|
76116
|
+
"kind": "property",
|
|
76117
|
+
"lexicon": "aws"
|
|
76118
|
+
},
|
|
76119
|
+
"QuickSightKnowledgeBase_AudioExtractionConfiguration": {
|
|
76120
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.AudioExtractionConfiguration",
|
|
76121
|
+
"kind": "property",
|
|
76122
|
+
"lexicon": "aws"
|
|
76123
|
+
},
|
|
76124
|
+
"QuickSightKnowledgeBase_ImageExtractionConfiguration": {
|
|
76125
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.ImageExtractionConfiguration",
|
|
76126
|
+
"kind": "property",
|
|
76127
|
+
"lexicon": "aws"
|
|
76128
|
+
},
|
|
76129
|
+
"QuickSightKnowledgeBase_KbTemplateConfiguration": {
|
|
76130
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.KbTemplateConfiguration",
|
|
76131
|
+
"kind": "property",
|
|
76132
|
+
"lexicon": "aws"
|
|
76133
|
+
},
|
|
76134
|
+
"QuickSightKnowledgeBase_KnowledgeBaseConfiguration": {
|
|
76135
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.KnowledgeBaseConfiguration",
|
|
76136
|
+
"kind": "property",
|
|
76137
|
+
"lexicon": "aws"
|
|
76138
|
+
},
|
|
76139
|
+
"QuickSightKnowledgeBase_MediaExtractionConfiguration": {
|
|
76140
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.MediaExtractionConfiguration",
|
|
76141
|
+
"kind": "property",
|
|
76142
|
+
"lexicon": "aws"
|
|
76143
|
+
},
|
|
76144
|
+
"QuickSightKnowledgeBase_ResourcePermission": {
|
|
76145
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.ResourcePermission",
|
|
76146
|
+
"kind": "property",
|
|
76147
|
+
"lexicon": "aws"
|
|
76148
|
+
},
|
|
76149
|
+
"QuickSightKnowledgeBase_Tag": {
|
|
76150
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.Tag",
|
|
76151
|
+
"kind": "property",
|
|
76152
|
+
"lexicon": "aws"
|
|
76153
|
+
},
|
|
76154
|
+
"QuickSightKnowledgeBase_VideoExtractionConfiguration": {
|
|
76155
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.VideoExtractionConfiguration",
|
|
76156
|
+
"kind": "property",
|
|
76157
|
+
"lexicon": "aws"
|
|
76158
|
+
},
|
|
75909
76159
|
"QuickSightTemplate": {
|
|
75910
76160
|
"resourceType": "AWS::QuickSight::Template",
|
|
75911
76161
|
"kind": "resource",
|
|
@@ -94469,6 +94719,16 @@
|
|
|
94469
94719
|
"kind": "property",
|
|
94470
94720
|
"lexicon": "aws"
|
|
94471
94721
|
},
|
|
94722
|
+
"TableOptimizer_CompactionConfiguration": {
|
|
94723
|
+
"resourceType": "AWS::Glue::TableOptimizer.CompactionConfiguration",
|
|
94724
|
+
"kind": "property",
|
|
94725
|
+
"lexicon": "aws"
|
|
94726
|
+
},
|
|
94727
|
+
"TableOptimizer_IcebergCompactionConfiguration": {
|
|
94728
|
+
"resourceType": "AWS::Glue::TableOptimizer.IcebergCompactionConfiguration",
|
|
94729
|
+
"kind": "property",
|
|
94730
|
+
"lexicon": "aws"
|
|
94731
|
+
},
|
|
94472
94732
|
"TableOptimizer_IcebergConfiguration": {
|
|
94473
94733
|
"resourceType": "AWS::Glue::TableOptimizer.IcebergConfiguration",
|
|
94474
94734
|
"kind": "property",
|
|
@@ -98007,6 +98267,88 @@
|
|
|
98007
98267
|
"kind": "property",
|
|
98008
98268
|
"lexicon": "aws"
|
|
98009
98269
|
},
|
|
98270
|
+
"TransformJob": {
|
|
98271
|
+
"resourceType": "AWS::SageMaker::TransformJob",
|
|
98272
|
+
"kind": "resource",
|
|
98273
|
+
"lexicon": "aws",
|
|
98274
|
+
"attrs": {
|
|
98275
|
+
"TransformJobArn": "TransformJobArn",
|
|
98276
|
+
"TransformJobName": "TransformJobName",
|
|
98277
|
+
"TransformJobStatus": "TransformJobStatus",
|
|
98278
|
+
"CreationTime": "CreationTime",
|
|
98279
|
+
"TransformStartTime": "TransformStartTime",
|
|
98280
|
+
"TransformEndTime": "TransformEndTime"
|
|
98281
|
+
},
|
|
98282
|
+
"propertyConstraints": {
|
|
98283
|
+
"TransformJobArn": {
|
|
98284
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/",
|
|
98285
|
+
"minLength": 0,
|
|
98286
|
+
"maxLength": 256
|
|
98287
|
+
},
|
|
98288
|
+
"TransformJobName": {
|
|
98289
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
98290
|
+
"minLength": 1,
|
|
98291
|
+
"maxLength": 63
|
|
98292
|
+
},
|
|
98293
|
+
"TransformJobStatus": {
|
|
98294
|
+
"enum": [
|
|
98295
|
+
"InProgress",
|
|
98296
|
+
"Completed",
|
|
98297
|
+
"Failed",
|
|
98298
|
+
"Stopping",
|
|
98299
|
+
"Stopped"
|
|
98300
|
+
]
|
|
98301
|
+
},
|
|
98302
|
+
"ModelName": {
|
|
98303
|
+
"pattern": "^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?$",
|
|
98304
|
+
"maxLength": 63
|
|
98305
|
+
},
|
|
98306
|
+
"MaxConcurrentTransforms": {
|
|
98307
|
+
"minimum": 0
|
|
98308
|
+
},
|
|
98309
|
+
"MaxPayloadInMB": {
|
|
98310
|
+
"minimum": 0
|
|
98311
|
+
},
|
|
98312
|
+
"BatchStrategy": {
|
|
98313
|
+
"enum": [
|
|
98314
|
+
"MultiRecord",
|
|
98315
|
+
"SingleRecord"
|
|
98316
|
+
]
|
|
98317
|
+
},
|
|
98318
|
+
"CreationTime": {
|
|
98319
|
+
"format": "date-time"
|
|
98320
|
+
},
|
|
98321
|
+
"TransformStartTime": {
|
|
98322
|
+
"format": "date-time"
|
|
98323
|
+
},
|
|
98324
|
+
"TransformEndTime": {
|
|
98325
|
+
"format": "date-time"
|
|
98326
|
+
}
|
|
98327
|
+
},
|
|
98328
|
+
"createOnly": [
|
|
98329
|
+
"BatchStrategy",
|
|
98330
|
+
"DataCaptureConfig",
|
|
98331
|
+
"DataProcessing",
|
|
98332
|
+
"Environment",
|
|
98333
|
+
"ExperimentConfig",
|
|
98334
|
+
"MaxConcurrentTransforms",
|
|
98335
|
+
"MaxPayloadInMB",
|
|
98336
|
+
"ModelClientConfig",
|
|
98337
|
+
"ModelName",
|
|
98338
|
+
"Tags",
|
|
98339
|
+
"TransformInput",
|
|
98340
|
+
"TransformOutput",
|
|
98341
|
+
"TransformResources"
|
|
98342
|
+
],
|
|
98343
|
+
"primaryIdentifier": [
|
|
98344
|
+
"TransformJobArn"
|
|
98345
|
+
],
|
|
98346
|
+
"tagging": {
|
|
98347
|
+
"taggable": true,
|
|
98348
|
+
"tagOnCreate": false,
|
|
98349
|
+
"tagUpdatable": false
|
|
98350
|
+
}
|
|
98351
|
+
},
|
|
98010
98352
|
"TransformJobDefinition": {
|
|
98011
98353
|
"resourceType": "AWS::SageMaker::ModelPackage.TransformJobDefinition",
|
|
98012
98354
|
"kind": "property",
|
|
@@ -101673,11 +102015,6 @@
|
|
|
101673
102015
|
"kind": "property",
|
|
101674
102016
|
"lexicon": "aws"
|
|
101675
102017
|
},
|
|
101676
|
-
"VideoExtractionConfiguration": {
|
|
101677
|
-
"resourceType": "AWS::QBusiness::DataSource.VideoExtractionConfiguration",
|
|
101678
|
-
"kind": "property",
|
|
101679
|
-
"lexicon": "aws"
|
|
101680
|
-
},
|
|
101681
102018
|
"VideoMonitoringSetting": {
|
|
101682
102019
|
"resourceType": "AWS::MediaConnect::Flow.VideoMonitoringSetting",
|
|
101683
102020
|
"kind": "property",
|
package/dist/plugin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAA+G,MAAM,0BAA0B,CAAC;AAwB3K;;sFAEsF;AACtF,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,EAAE,aAytBvB,CAAC"}
|