@intentius/chant-lexicon-aws 0.31.0 → 0.33.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.
- package/dist/generated/index.d.ts +24 -15
- 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 +249 -151
- package/dist/plugin.d.ts +0 -6
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +316 -203
- package/package.json +2 -2
- package/src/generated/index.d.ts +316 -203
- package/src/generated/index.ts +24 -15
- package/src/generated/lexicon-aws.json +249 -151
- package/src/plugin.ts +89 -3
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": "77e5b4642be596e9b290a5886df066ffdb3e2013443ea673b3d4ef967bc7323f",
|
|
5
|
+
"meta.json": "c28710aa951290f170884e574ffb887dfda3e60dd977f9c6907edc303fd36baa",
|
|
6
|
+
"types/index.d.ts": "d45a96a3d368264b8fd039b50ce570a8947346e46a0f56344ce7da3409dff3ad",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe",
|
|
60
60
|
"skills/chant-aws-carve-terraform.md": "f4c6fe1c702250665f90d82b3bdaba5ea50ae75e380a8ae321dad6eb1c39683e"
|
|
61
61
|
},
|
|
62
|
-
"composite": "
|
|
62
|
+
"composite": "8c8cc40823f8afe5bd7b42dd2752dba3d0ca04a393bf4dbe219b104e39457013"
|
|
63
63
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -37244,6 +37244,11 @@
|
|
|
37244
37244
|
"kind": "property",
|
|
37245
37245
|
"lexicon": "aws"
|
|
37246
37246
|
},
|
|
37247
|
+
"EumsSmsConfiguration": {
|
|
37248
|
+
"resourceType": "AWS::Cognito::UserPool.EumsSmsConfiguration",
|
|
37249
|
+
"kind": "property",
|
|
37250
|
+
"lexicon": "aws"
|
|
37251
|
+
},
|
|
37247
37252
|
"EvaluateOnExit": {
|
|
37248
37253
|
"resourceType": "AWS::Batch::JobDefinition.EvaluateOnExit",
|
|
37249
37254
|
"kind": "property",
|
|
@@ -38168,60 +38173,60 @@
|
|
|
38168
38173
|
}
|
|
38169
38174
|
],
|
|
38170
38175
|
"propertyConstraints": {
|
|
38171
|
-
"
|
|
38172
|
-
"pattern": "
|
|
38173
|
-
"minLength":
|
|
38174
|
-
"maxLength":
|
|
38176
|
+
"StartingPosition": {
|
|
38177
|
+
"pattern": "(LATEST|TRIM_HORIZON|AT_TIMESTAMP)+",
|
|
38178
|
+
"minLength": 6,
|
|
38179
|
+
"maxLength": 12
|
|
38175
38180
|
},
|
|
38176
|
-
"
|
|
38181
|
+
"ParallelizationFactor": {
|
|
38177
38182
|
"minimum": 1,
|
|
38178
|
-
"maximum":
|
|
38179
|
-
},
|
|
38180
|
-
"EventSourceArn": {
|
|
38181
|
-
"pattern": "arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)",
|
|
38182
|
-
"minLength": 12,
|
|
38183
|
-
"maxLength": 1024
|
|
38183
|
+
"maximum": 10
|
|
38184
38184
|
},
|
|
38185
|
-
"
|
|
38186
|
-
"pattern": "arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}
|
|
38187
|
-
"minLength":
|
|
38188
|
-
"maxLength":
|
|
38185
|
+
"FunctionName": {
|
|
38186
|
+
"pattern": "(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?",
|
|
38187
|
+
"minLength": 1,
|
|
38188
|
+
"maxLength": 140
|
|
38189
38189
|
},
|
|
38190
38190
|
"KmsKeyArn": {
|
|
38191
38191
|
"pattern": "(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()",
|
|
38192
38192
|
"minLength": 12,
|
|
38193
38193
|
"maxLength": 2048
|
|
38194
38194
|
},
|
|
38195
|
-
"FunctionName": {
|
|
38196
|
-
"pattern": "(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?",
|
|
38197
|
-
"minLength": 1,
|
|
38198
|
-
"maxLength": 140
|
|
38199
|
-
},
|
|
38200
38195
|
"MaximumBatchingWindowInSeconds": {
|
|
38201
38196
|
"minimum": 0,
|
|
38202
38197
|
"maximum": 300
|
|
38203
38198
|
},
|
|
38204
|
-
"
|
|
38205
|
-
"minimum":
|
|
38206
|
-
"maximum":
|
|
38199
|
+
"BatchSize": {
|
|
38200
|
+
"minimum": 1,
|
|
38201
|
+
"maximum": 10000
|
|
38207
38202
|
},
|
|
38208
38203
|
"MaximumRetryAttempts": {
|
|
38209
38204
|
"minimum": -1,
|
|
38210
38205
|
"maximum": 10000
|
|
38211
38206
|
},
|
|
38212
|
-
"
|
|
38213
|
-
"
|
|
38214
|
-
"
|
|
38215
|
-
|
|
38216
|
-
"StartingPosition": {
|
|
38217
|
-
"pattern": "(LATEST|TRIM_HORIZON|AT_TIMESTAMP)+",
|
|
38218
|
-
"minLength": 6,
|
|
38219
|
-
"maxLength": 12
|
|
38207
|
+
"EventSourceArn": {
|
|
38208
|
+
"pattern": "arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)",
|
|
38209
|
+
"minLength": 12,
|
|
38210
|
+
"maxLength": 1024
|
|
38220
38211
|
},
|
|
38221
38212
|
"TumblingWindowInSeconds": {
|
|
38222
38213
|
"minimum": 0,
|
|
38223
38214
|
"maximum": 900
|
|
38224
38215
|
},
|
|
38216
|
+
"EventSourceMappingArn": {
|
|
38217
|
+
"pattern": "arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}",
|
|
38218
|
+
"minLength": 85,
|
|
38219
|
+
"maxLength": 120
|
|
38220
|
+
},
|
|
38221
|
+
"MaximumRecordAgeInSeconds": {
|
|
38222
|
+
"minimum": -1,
|
|
38223
|
+
"maximum": 604800
|
|
38224
|
+
},
|
|
38225
|
+
"Id": {
|
|
38226
|
+
"pattern": "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}",
|
|
38227
|
+
"minLength": 36,
|
|
38228
|
+
"maxLength": 36
|
|
38229
|
+
},
|
|
38225
38230
|
"FunctionResponseTypes": {
|
|
38226
38231
|
"minLength": 0,
|
|
38227
38232
|
"maxLength": 1
|
|
@@ -41312,6 +41317,11 @@
|
|
|
41312
41317
|
"kind": "property",
|
|
41313
41318
|
"lexicon": "aws"
|
|
41314
41319
|
},
|
|
41320
|
+
"FlowQuickConnectConfig": {
|
|
41321
|
+
"resourceType": "AWS::Connect::QuickConnect.FlowQuickConnectConfig",
|
|
41322
|
+
"kind": "property",
|
|
41323
|
+
"lexicon": "aws"
|
|
41324
|
+
},
|
|
41315
41325
|
"FlowSource": {
|
|
41316
41326
|
"resourceType": "AWS::MediaConnect::FlowSource",
|
|
41317
41327
|
"kind": "resource",
|
|
@@ -44323,7 +44333,12 @@
|
|
|
44323
44333
|
],
|
|
44324
44334
|
"primaryIdentifier": [
|
|
44325
44335
|
"Id"
|
|
44326
|
-
]
|
|
44336
|
+
],
|
|
44337
|
+
"tagging": {
|
|
44338
|
+
"taggable": true,
|
|
44339
|
+
"tagOnCreate": true,
|
|
44340
|
+
"tagUpdatable": true
|
|
44341
|
+
}
|
|
44327
44342
|
},
|
|
44328
44343
|
"GrafanaWorkspace_AssertionAttributes": {
|
|
44329
44344
|
"resourceType": "AWS::Grafana::Workspace.AssertionAttributes",
|
|
@@ -77187,7 +77202,8 @@
|
|
|
77187
77202
|
"enum": [
|
|
77188
77203
|
"PHONE_NUMBER",
|
|
77189
77204
|
"QUEUE",
|
|
77190
|
-
"USER"
|
|
77205
|
+
"USER",
|
|
77206
|
+
"FLOW"
|
|
77191
77207
|
]
|
|
77192
77208
|
}
|
|
77193
77209
|
},
|
|
@@ -77205,6 +77221,11 @@
|
|
|
77205
77221
|
"kind": "property",
|
|
77206
77222
|
"lexicon": "aws"
|
|
77207
77223
|
},
|
|
77224
|
+
"QuickConnect_FlowQuickConnectConfig": {
|
|
77225
|
+
"resourceType": "AWS::Connect::QuickConnect.FlowQuickConnectConfig",
|
|
77226
|
+
"kind": "property",
|
|
77227
|
+
"lexicon": "aws"
|
|
77228
|
+
},
|
|
77208
77229
|
"QuickConnect_PhoneNumberQuickConnectConfig": {
|
|
77209
77230
|
"resourceType": "AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig",
|
|
77210
77231
|
"kind": "property",
|
|
@@ -78190,6 +78211,73 @@
|
|
|
78190
78211
|
"kind": "property",
|
|
78191
78212
|
"lexicon": "aws"
|
|
78192
78213
|
},
|
|
78214
|
+
"QuickSightSpace": {
|
|
78215
|
+
"resourceType": "AWS::QuickSight::Space",
|
|
78216
|
+
"kind": "resource",
|
|
78217
|
+
"lexicon": "aws",
|
|
78218
|
+
"attrs": {
|
|
78219
|
+
"Arn": "Arn",
|
|
78220
|
+
"CreatedAt": "CreatedAt",
|
|
78221
|
+
"UpdatedAt": "UpdatedAt",
|
|
78222
|
+
"CreatedBy": "CreatedBy"
|
|
78223
|
+
},
|
|
78224
|
+
"propertyConstraints": {
|
|
78225
|
+
"AwsAccountId": {
|
|
78226
|
+
"pattern": "^[0-9]{12}$",
|
|
78227
|
+
"minLength": 12,
|
|
78228
|
+
"maxLength": 12
|
|
78229
|
+
},
|
|
78230
|
+
"SpaceId": {
|
|
78231
|
+
"minLength": 1,
|
|
78232
|
+
"maxLength": 256
|
|
78233
|
+
},
|
|
78234
|
+
"Name": {
|
|
78235
|
+
"minLength": 1,
|
|
78236
|
+
"maxLength": 128
|
|
78237
|
+
},
|
|
78238
|
+
"Description": {
|
|
78239
|
+
"minLength": 0,
|
|
78240
|
+
"maxLength": 512
|
|
78241
|
+
},
|
|
78242
|
+
"Arn": {
|
|
78243
|
+
"pattern": "^arn:aws[a-zA-Z-]*:quicksight:[a-z0-9-]+:[0-9]{12}:space/.+$"
|
|
78244
|
+
},
|
|
78245
|
+
"CreatedAt": {
|
|
78246
|
+
"format": "date-time"
|
|
78247
|
+
},
|
|
78248
|
+
"UpdatedAt": {
|
|
78249
|
+
"format": "date-time"
|
|
78250
|
+
}
|
|
78251
|
+
},
|
|
78252
|
+
"createOnly": [
|
|
78253
|
+
"AwsAccountId",
|
|
78254
|
+
"SpaceId"
|
|
78255
|
+
],
|
|
78256
|
+
"primaryIdentifier": [
|
|
78257
|
+
"AwsAccountId",
|
|
78258
|
+
"SpaceId"
|
|
78259
|
+
],
|
|
78260
|
+
"tagging": {
|
|
78261
|
+
"taggable": true,
|
|
78262
|
+
"tagOnCreate": true,
|
|
78263
|
+
"tagUpdatable": true
|
|
78264
|
+
}
|
|
78265
|
+
},
|
|
78266
|
+
"QuickSightSpace_ResourcePermission": {
|
|
78267
|
+
"resourceType": "AWS::QuickSight::Space.ResourcePermission",
|
|
78268
|
+
"kind": "property",
|
|
78269
|
+
"lexicon": "aws"
|
|
78270
|
+
},
|
|
78271
|
+
"QuickSightSpace_SpaceResource": {
|
|
78272
|
+
"resourceType": "AWS::QuickSight::Space.SpaceResource",
|
|
78273
|
+
"kind": "property",
|
|
78274
|
+
"lexicon": "aws"
|
|
78275
|
+
},
|
|
78276
|
+
"QuickSightSpace_Tag": {
|
|
78277
|
+
"resourceType": "AWS::QuickSight::Space.Tag",
|
|
78278
|
+
"kind": "property",
|
|
78279
|
+
"lexicon": "aws"
|
|
78280
|
+
},
|
|
78193
78281
|
"QuickSightTemplate": {
|
|
78194
78282
|
"resourceType": "AWS::QuickSight::Template",
|
|
78195
78283
|
"kind": "resource",
|
|
@@ -89171,6 +89259,124 @@
|
|
|
89171
89259
|
"kind": "property",
|
|
89172
89260
|
"lexicon": "aws"
|
|
89173
89261
|
},
|
|
89262
|
+
"SageMakerSpace": {
|
|
89263
|
+
"resourceType": "AWS::SageMaker::Space",
|
|
89264
|
+
"kind": "resource",
|
|
89265
|
+
"lexicon": "aws",
|
|
89266
|
+
"attrs": {
|
|
89267
|
+
"SpaceArn": "SpaceArn",
|
|
89268
|
+
"Url": "Url"
|
|
89269
|
+
},
|
|
89270
|
+
"propertyConstraints": {
|
|
89271
|
+
"SpaceArn": {
|
|
89272
|
+
"pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*",
|
|
89273
|
+
"maxLength": 256
|
|
89274
|
+
},
|
|
89275
|
+
"DomainId": {
|
|
89276
|
+
"minLength": 1,
|
|
89277
|
+
"maxLength": 63
|
|
89278
|
+
},
|
|
89279
|
+
"SpaceName": {
|
|
89280
|
+
"minLength": 1,
|
|
89281
|
+
"maxLength": 63
|
|
89282
|
+
},
|
|
89283
|
+
"SpaceDisplayName": {
|
|
89284
|
+
"pattern": "^(?!\\s*$).+",
|
|
89285
|
+
"maxLength": 64
|
|
89286
|
+
},
|
|
89287
|
+
"Url": {
|
|
89288
|
+
"maxLength": 1024
|
|
89289
|
+
}
|
|
89290
|
+
},
|
|
89291
|
+
"createOnly": [
|
|
89292
|
+
"DomainId",
|
|
89293
|
+
"SpaceName",
|
|
89294
|
+
"SpaceSharingSettings",
|
|
89295
|
+
"OwnershipSettings"
|
|
89296
|
+
],
|
|
89297
|
+
"writeOnly": [
|
|
89298
|
+
"SpaceSettings"
|
|
89299
|
+
],
|
|
89300
|
+
"primaryIdentifier": [
|
|
89301
|
+
"DomainId",
|
|
89302
|
+
"SpaceName"
|
|
89303
|
+
],
|
|
89304
|
+
"tagging": {
|
|
89305
|
+
"taggable": true,
|
|
89306
|
+
"tagOnCreate": true,
|
|
89307
|
+
"tagUpdatable": true
|
|
89308
|
+
}
|
|
89309
|
+
},
|
|
89310
|
+
"SageMakerSpace_CodeRepository": {
|
|
89311
|
+
"resourceType": "AWS::SageMaker::Space.CodeRepository",
|
|
89312
|
+
"kind": "property",
|
|
89313
|
+
"lexicon": "aws"
|
|
89314
|
+
},
|
|
89315
|
+
"SageMakerSpace_CustomImage": {
|
|
89316
|
+
"resourceType": "AWS::SageMaker::Space.CustomImage",
|
|
89317
|
+
"kind": "property",
|
|
89318
|
+
"lexicon": "aws"
|
|
89319
|
+
},
|
|
89320
|
+
"SageMakerSpace_EbsStorageSettings": {
|
|
89321
|
+
"resourceType": "AWS::SageMaker::Space.EbsStorageSettings",
|
|
89322
|
+
"kind": "property",
|
|
89323
|
+
"lexicon": "aws"
|
|
89324
|
+
},
|
|
89325
|
+
"SageMakerSpace_JupyterServerAppSettings": {
|
|
89326
|
+
"resourceType": "AWS::SageMaker::Space.JupyterServerAppSettings",
|
|
89327
|
+
"kind": "property",
|
|
89328
|
+
"lexicon": "aws"
|
|
89329
|
+
},
|
|
89330
|
+
"SageMakerSpace_KernelGatewayAppSettings": {
|
|
89331
|
+
"resourceType": "AWS::SageMaker::Space.KernelGatewayAppSettings",
|
|
89332
|
+
"kind": "property",
|
|
89333
|
+
"lexicon": "aws"
|
|
89334
|
+
},
|
|
89335
|
+
"SageMakerSpace_OwnershipSettings": {
|
|
89336
|
+
"resourceType": "AWS::SageMaker::Space.OwnershipSettings",
|
|
89337
|
+
"kind": "property",
|
|
89338
|
+
"lexicon": "aws"
|
|
89339
|
+
},
|
|
89340
|
+
"SageMakerSpace_ResourceSpec": {
|
|
89341
|
+
"resourceType": "AWS::SageMaker::Space.ResourceSpec",
|
|
89342
|
+
"kind": "property",
|
|
89343
|
+
"lexicon": "aws"
|
|
89344
|
+
},
|
|
89345
|
+
"SageMakerSpace_SpaceAppLifecycleManagement": {
|
|
89346
|
+
"resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
|
|
89347
|
+
"kind": "property",
|
|
89348
|
+
"lexicon": "aws"
|
|
89349
|
+
},
|
|
89350
|
+
"SageMakerSpace_SpaceCodeEditorAppSettings": {
|
|
89351
|
+
"resourceType": "AWS::SageMaker::Space.SpaceCodeEditorAppSettings",
|
|
89352
|
+
"kind": "property",
|
|
89353
|
+
"lexicon": "aws"
|
|
89354
|
+
},
|
|
89355
|
+
"SageMakerSpace_SpaceJupyterLabAppSettings": {
|
|
89356
|
+
"resourceType": "AWS::SageMaker::Space.SpaceJupyterLabAppSettings",
|
|
89357
|
+
"kind": "property",
|
|
89358
|
+
"lexicon": "aws"
|
|
89359
|
+
},
|
|
89360
|
+
"SageMakerSpace_SpaceSettings": {
|
|
89361
|
+
"resourceType": "AWS::SageMaker::Space.SpaceSettings",
|
|
89362
|
+
"kind": "property",
|
|
89363
|
+
"lexicon": "aws"
|
|
89364
|
+
},
|
|
89365
|
+
"SageMakerSpace_SpaceSharingSettings": {
|
|
89366
|
+
"resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
|
|
89367
|
+
"kind": "property",
|
|
89368
|
+
"lexicon": "aws"
|
|
89369
|
+
},
|
|
89370
|
+
"SageMakerSpace_SpaceStorageSettings": {
|
|
89371
|
+
"resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
|
|
89372
|
+
"kind": "property",
|
|
89373
|
+
"lexicon": "aws"
|
|
89374
|
+
},
|
|
89375
|
+
"SageMakerSpace_Tag": {
|
|
89376
|
+
"resourceType": "AWS::SageMaker::Space.Tag",
|
|
89377
|
+
"kind": "property",
|
|
89378
|
+
"lexicon": "aws"
|
|
89379
|
+
},
|
|
89174
89380
|
"SageMakerUserProfile": {
|
|
89175
89381
|
"resourceType": "AWS::SageMaker::UserProfile",
|
|
89176
89382
|
"kind": "resource",
|
|
@@ -94523,54 +94729,6 @@
|
|
|
94523
94729
|
"kind": "property",
|
|
94524
94730
|
"lexicon": "aws"
|
|
94525
94731
|
},
|
|
94526
|
-
"Space": {
|
|
94527
|
-
"resourceType": "AWS::SageMaker::Space",
|
|
94528
|
-
"kind": "resource",
|
|
94529
|
-
"lexicon": "aws",
|
|
94530
|
-
"attrs": {
|
|
94531
|
-
"SpaceArn": "SpaceArn",
|
|
94532
|
-
"Url": "Url"
|
|
94533
|
-
},
|
|
94534
|
-
"propertyConstraints": {
|
|
94535
|
-
"SpaceArn": {
|
|
94536
|
-
"pattern": "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*",
|
|
94537
|
-
"maxLength": 256
|
|
94538
|
-
},
|
|
94539
|
-
"DomainId": {
|
|
94540
|
-
"minLength": 1,
|
|
94541
|
-
"maxLength": 63
|
|
94542
|
-
},
|
|
94543
|
-
"SpaceName": {
|
|
94544
|
-
"minLength": 1,
|
|
94545
|
-
"maxLength": 63
|
|
94546
|
-
},
|
|
94547
|
-
"SpaceDisplayName": {
|
|
94548
|
-
"pattern": "^(?!\\s*$).+",
|
|
94549
|
-
"maxLength": 64
|
|
94550
|
-
},
|
|
94551
|
-
"Url": {
|
|
94552
|
-
"maxLength": 1024
|
|
94553
|
-
}
|
|
94554
|
-
},
|
|
94555
|
-
"createOnly": [
|
|
94556
|
-
"DomainId",
|
|
94557
|
-
"SpaceName",
|
|
94558
|
-
"SpaceSharingSettings",
|
|
94559
|
-
"OwnershipSettings"
|
|
94560
|
-
],
|
|
94561
|
-
"writeOnly": [
|
|
94562
|
-
"SpaceSettings"
|
|
94563
|
-
],
|
|
94564
|
-
"primaryIdentifier": [
|
|
94565
|
-
"DomainId",
|
|
94566
|
-
"SpaceName"
|
|
94567
|
-
],
|
|
94568
|
-
"tagging": {
|
|
94569
|
-
"taggable": true,
|
|
94570
|
-
"tagOnCreate": true,
|
|
94571
|
-
"tagUpdatable": true
|
|
94572
|
-
}
|
|
94573
|
-
},
|
|
94574
94732
|
"SpaceAppLifecycleManagement": {
|
|
94575
94733
|
"resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
|
|
94576
94734
|
"kind": "property",
|
|
@@ -94586,91 +94744,26 @@
|
|
|
94586
94744
|
"kind": "property",
|
|
94587
94745
|
"lexicon": "aws"
|
|
94588
94746
|
},
|
|
94589
|
-
"
|
|
94590
|
-
"resourceType": "AWS::
|
|
94591
|
-
"kind": "property",
|
|
94592
|
-
"lexicon": "aws"
|
|
94593
|
-
},
|
|
94594
|
-
"SpaceSharingSettings": {
|
|
94595
|
-
"resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
|
|
94596
|
-
"kind": "property",
|
|
94597
|
-
"lexicon": "aws"
|
|
94598
|
-
},
|
|
94599
|
-
"SpaceStorageSettings": {
|
|
94600
|
-
"resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
|
|
94601
|
-
"kind": "property",
|
|
94602
|
-
"lexicon": "aws"
|
|
94603
|
-
},
|
|
94604
|
-
"Space_CodeRepository": {
|
|
94605
|
-
"resourceType": "AWS::SageMaker::Space.CodeRepository",
|
|
94606
|
-
"kind": "property",
|
|
94607
|
-
"lexicon": "aws"
|
|
94608
|
-
},
|
|
94609
|
-
"Space_CustomImage": {
|
|
94610
|
-
"resourceType": "AWS::SageMaker::Space.CustomImage",
|
|
94611
|
-
"kind": "property",
|
|
94612
|
-
"lexicon": "aws"
|
|
94613
|
-
},
|
|
94614
|
-
"Space_EbsStorageSettings": {
|
|
94615
|
-
"resourceType": "AWS::SageMaker::Space.EbsStorageSettings",
|
|
94616
|
-
"kind": "property",
|
|
94617
|
-
"lexicon": "aws"
|
|
94618
|
-
},
|
|
94619
|
-
"Space_JupyterServerAppSettings": {
|
|
94620
|
-
"resourceType": "AWS::SageMaker::Space.JupyterServerAppSettings",
|
|
94621
|
-
"kind": "property",
|
|
94622
|
-
"lexicon": "aws"
|
|
94623
|
-
},
|
|
94624
|
-
"Space_KernelGatewayAppSettings": {
|
|
94625
|
-
"resourceType": "AWS::SageMaker::Space.KernelGatewayAppSettings",
|
|
94626
|
-
"kind": "property",
|
|
94627
|
-
"lexicon": "aws"
|
|
94628
|
-
},
|
|
94629
|
-
"Space_OwnershipSettings": {
|
|
94630
|
-
"resourceType": "AWS::SageMaker::Space.OwnershipSettings",
|
|
94747
|
+
"SpaceResource": {
|
|
94748
|
+
"resourceType": "AWS::QuickSight::Space.SpaceResource",
|
|
94631
94749
|
"kind": "property",
|
|
94632
94750
|
"lexicon": "aws"
|
|
94633
94751
|
},
|
|
94634
|
-
"
|
|
94635
|
-
"resourceType": "AWS::SageMaker::Space.ResourceSpec",
|
|
94636
|
-
"kind": "property",
|
|
94637
|
-
"lexicon": "aws"
|
|
94638
|
-
},
|
|
94639
|
-
"Space_SpaceAppLifecycleManagement": {
|
|
94640
|
-
"resourceType": "AWS::SageMaker::Space.SpaceAppLifecycleManagement",
|
|
94641
|
-
"kind": "property",
|
|
94642
|
-
"lexicon": "aws"
|
|
94643
|
-
},
|
|
94644
|
-
"Space_SpaceCodeEditorAppSettings": {
|
|
94645
|
-
"resourceType": "AWS::SageMaker::Space.SpaceCodeEditorAppSettings",
|
|
94646
|
-
"kind": "property",
|
|
94647
|
-
"lexicon": "aws"
|
|
94648
|
-
},
|
|
94649
|
-
"Space_SpaceJupyterLabAppSettings": {
|
|
94650
|
-
"resourceType": "AWS::SageMaker::Space.SpaceJupyterLabAppSettings",
|
|
94651
|
-
"kind": "property",
|
|
94652
|
-
"lexicon": "aws"
|
|
94653
|
-
},
|
|
94654
|
-
"Space_SpaceSettings": {
|
|
94752
|
+
"SpaceSettings": {
|
|
94655
94753
|
"resourceType": "AWS::SageMaker::Space.SpaceSettings",
|
|
94656
94754
|
"kind": "property",
|
|
94657
94755
|
"lexicon": "aws"
|
|
94658
94756
|
},
|
|
94659
|
-
"
|
|
94757
|
+
"SpaceSharingSettings": {
|
|
94660
94758
|
"resourceType": "AWS::SageMaker::Space.SpaceSharingSettings",
|
|
94661
94759
|
"kind": "property",
|
|
94662
94760
|
"lexicon": "aws"
|
|
94663
94761
|
},
|
|
94664
|
-
"
|
|
94762
|
+
"SpaceStorageSettings": {
|
|
94665
94763
|
"resourceType": "AWS::SageMaker::Space.SpaceStorageSettings",
|
|
94666
94764
|
"kind": "property",
|
|
94667
94765
|
"lexicon": "aws"
|
|
94668
94766
|
},
|
|
94669
|
-
"Space_Tag": {
|
|
94670
|
-
"resourceType": "AWS::SageMaker::Space.Tag",
|
|
94671
|
-
"kind": "property",
|
|
94672
|
-
"lexicon": "aws"
|
|
94673
|
-
},
|
|
94674
94767
|
"SparkParameters": {
|
|
94675
94768
|
"resourceType": "AWS::QuickSight::DataSource.SparkParameters",
|
|
94676
94769
|
"kind": "property",
|
|
@@ -103430,6 +103523,11 @@
|
|
|
103430
103523
|
"kind": "property",
|
|
103431
103524
|
"lexicon": "aws"
|
|
103432
103525
|
},
|
|
103526
|
+
"UserPool_EumsSmsConfiguration": {
|
|
103527
|
+
"resourceType": "AWS::Cognito::UserPool.EumsSmsConfiguration",
|
|
103528
|
+
"kind": "property",
|
|
103529
|
+
"lexicon": "aws"
|
|
103530
|
+
},
|
|
103433
103531
|
"UserPool_InboundFederation": {
|
|
103434
103532
|
"resourceType": "AWS::Cognito::UserPool.InboundFederation",
|
|
103435
103533
|
"kind": "property",
|
package/dist/plugin.d.ts
CHANGED
|
@@ -2,11 +2,5 @@ import type { LexiconPlugin } from "@intentius/chant/lexicon";
|
|
|
2
2
|
/** Re-exported from ./stack-errors so the long-standing import path (and its
|
|
3
3
|
* tests) keep working now that the deep reader shares the classifier. */
|
|
4
4
|
export { stackDoesNotExist } from "./stack-errors.js";
|
|
5
|
-
/**
|
|
6
|
-
* AWS CloudFormation lexicon plugin.
|
|
7
|
-
*
|
|
8
|
-
* Provides serializer, lint rules, template detection,
|
|
9
|
-
* import parsing, and code generation for AWS CloudFormation.
|
|
10
|
-
*/
|
|
11
5
|
export declare const awsPlugin: LexiconPlugin;
|
|
12
6
|
//# sourceMappingURL=plugin.d.ts.map
|
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,EAAyJ,MAAM,0BAA0B,CAAC;AA0BrN;yEACyE;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAyJ,MAAM,0BAA0B,CAAC;AA0BrN;yEACyE;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AA6DnD,eAAO,MAAM,SAAS,EAAE,aAm2BvB,CAAC"}
|