@intentius/chant-lexicon-aws 0.18.16 → 0.18.18
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/apply.d.ts.map +1 -1
- package/dist/components/cloud-executor.d.ts +17 -0
- package/dist/components/cloud-executor.d.ts.map +1 -1
- package/dist/composites/agentcore-agent.d.ts.map +1 -1
- package/dist/generated/index.d.ts +17 -8
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/intrinsics.d.ts +5 -4
- package/dist/intrinsics.d.ts.map +1 -1
- package/dist/manifest.json +1 -1
- package/dist/meta.json +267 -84
- package/dist/serializer.d.ts.map +1 -1
- package/dist/types/index.d.ts +225 -98
- package/package.json +2 -2
- package/src/components/apply.test.ts +51 -0
- package/src/components/apply.ts +21 -3
- package/src/components/cloud-executor.test.ts +21 -1
- package/src/components/cloud-executor.ts +21 -6
- package/src/composites/agentcore-agent.test.ts +12 -0
- package/src/composites/agentcore-agent.ts +5 -1
- package/src/generated/index.d.ts +225 -98
- package/src/generated/index.ts +18 -9
- package/src/generated/lexicon-aws.json +267 -84
- package/src/intrinsics.test.ts +16 -0
- package/src/intrinsics.ts +20 -7
- package/src/serializer.test.ts +52 -1
- package/src/serializer.ts +51 -14
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": "25b5892538c6d26408583cf7f635e714d309a1d7d6c8dc394d192377267a7c5b",
|
|
5
|
+
"meta.json": "e96f0cf357942aca842092be3fd19419da32b0577e621b0e32ad1c95210f6f4b",
|
|
6
|
+
"types/index.d.ts": "a2e0cc4eb7edfd8a6e0b3b41e8913d4e4d4fe74ae96317e94fd2c7227996b32e",
|
|
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": "2fc25e5fb2f718b52046cbb81665e0d230cb88bbcde896e651a93c9f3a19c2b8"
|
|
62
62
|
}
|
package/dist/intrinsics.d.ts
CHANGED
|
@@ -80,15 +80,16 @@ export declare class JoinIntrinsic implements Intrinsic {
|
|
|
80
80
|
readonly [INTRINSIC_MARKER]: true;
|
|
81
81
|
private delimiter;
|
|
82
82
|
private values;
|
|
83
|
-
constructor(delimiter: string, values: unknown[]);
|
|
83
|
+
constructor(delimiter: string, values: unknown[] | Intrinsic);
|
|
84
84
|
toJSON(): {
|
|
85
|
-
"Fn::Join": [string, unknown
|
|
85
|
+
"Fn::Join": [string, unknown];
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* Create a Join intrinsic
|
|
89
|
+
* Create a Join intrinsic. `values` is a literal array, or a single
|
|
90
|
+
* list-returning intrinsic (e.g. `Join(",", zone.NameServers)`).
|
|
90
91
|
*/
|
|
91
|
-
export declare function Join(delimiter: string, values: unknown[]): JoinIntrinsic;
|
|
92
|
+
export declare function Join(delimiter: string, values: unknown[] | Intrinsic): JoinIntrinsic;
|
|
92
93
|
/**
|
|
93
94
|
* Fn::Select intrinsic function
|
|
94
95
|
* Selects a value from a list by index
|
package/dist/intrinsics.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intrinsics.d.ts","sourceRoot":"","sources":["../src/intrinsics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"intrinsics.d.ts","sourceRoot":"","sources":["../src/intrinsics.ts"],"names":[],"mappings":"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"}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -5045,6 +5045,11 @@
|
|
|
5045
5045
|
"kind": "property",
|
|
5046
5046
|
"lexicon": "aws"
|
|
5047
5047
|
},
|
|
5048
|
+
"AppConfiguration": {
|
|
5049
|
+
"resourceType": "AWS::EMR::InstanceGroupConfig.AppConfiguration",
|
|
5050
|
+
"kind": "property",
|
|
5051
|
+
"lexicon": "aws"
|
|
5052
|
+
},
|
|
5048
5053
|
"AppCookieStickinessPolicy": {
|
|
5049
5054
|
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.AppCookieStickinessPolicy",
|
|
5050
5055
|
"kind": "property",
|
|
@@ -7156,6 +7161,92 @@
|
|
|
7156
7161
|
"tagUpdatable": false
|
|
7157
7162
|
}
|
|
7158
7163
|
},
|
|
7164
|
+
"AssessmentFramework": {
|
|
7165
|
+
"resourceType": "AWS::AuditManager::AssessmentFramework",
|
|
7166
|
+
"kind": "resource",
|
|
7167
|
+
"lexicon": "aws",
|
|
7168
|
+
"attrs": {
|
|
7169
|
+
"Arn": "Arn",
|
|
7170
|
+
"FrameworkId": "FrameworkId",
|
|
7171
|
+
"Type": "Type",
|
|
7172
|
+
"CreatedAt": "CreatedAt",
|
|
7173
|
+
"LastUpdatedAt": "LastUpdatedAt",
|
|
7174
|
+
"CreatedBy": "CreatedBy",
|
|
7175
|
+
"LastUpdatedBy": "LastUpdatedBy"
|
|
7176
|
+
},
|
|
7177
|
+
"propertyConstraints": {
|
|
7178
|
+
"Arn": {
|
|
7179
|
+
"pattern": "^arn:.*:auditmanager:",
|
|
7180
|
+
"minLength": 20,
|
|
7181
|
+
"maxLength": 2048
|
|
7182
|
+
},
|
|
7183
|
+
"FrameworkId": {
|
|
7184
|
+
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$",
|
|
7185
|
+
"minLength": 36,
|
|
7186
|
+
"maxLength": 36
|
|
7187
|
+
},
|
|
7188
|
+
"Name": {
|
|
7189
|
+
"pattern": "^[^\\\\]*$",
|
|
7190
|
+
"minLength": 1,
|
|
7191
|
+
"maxLength": 300
|
|
7192
|
+
},
|
|
7193
|
+
"Description": {
|
|
7194
|
+
"pattern": "^[\\w\\W\\s\\S]*$",
|
|
7195
|
+
"minLength": 1,
|
|
7196
|
+
"maxLength": 1000
|
|
7197
|
+
},
|
|
7198
|
+
"ComplianceType": {
|
|
7199
|
+
"pattern": "^[\\w\\W\\s\\S]*$",
|
|
7200
|
+
"minLength": 0,
|
|
7201
|
+
"maxLength": 100
|
|
7202
|
+
},
|
|
7203
|
+
"Type": {
|
|
7204
|
+
"enum": [
|
|
7205
|
+
"Standard",
|
|
7206
|
+
"Custom"
|
|
7207
|
+
]
|
|
7208
|
+
},
|
|
7209
|
+
"CreatedAt": {
|
|
7210
|
+
"format": "date-time"
|
|
7211
|
+
},
|
|
7212
|
+
"LastUpdatedAt": {
|
|
7213
|
+
"format": "date-time"
|
|
7214
|
+
},
|
|
7215
|
+
"CreatedBy": {
|
|
7216
|
+
"pattern": "^[a-zA-Z0-9\\s-_()\\[\\]]+$",
|
|
7217
|
+
"minLength": 1,
|
|
7218
|
+
"maxLength": 100
|
|
7219
|
+
},
|
|
7220
|
+
"LastUpdatedBy": {
|
|
7221
|
+
"pattern": "^[a-zA-Z0-9\\s-_()\\[\\]]+$",
|
|
7222
|
+
"minLength": 1,
|
|
7223
|
+
"maxLength": 100
|
|
7224
|
+
}
|
|
7225
|
+
},
|
|
7226
|
+
"primaryIdentifier": [
|
|
7227
|
+
"Arn"
|
|
7228
|
+
],
|
|
7229
|
+
"tagging": {
|
|
7230
|
+
"taggable": true,
|
|
7231
|
+
"tagOnCreate": true,
|
|
7232
|
+
"tagUpdatable": true
|
|
7233
|
+
}
|
|
7234
|
+
},
|
|
7235
|
+
"AssessmentFramework_ControlSet": {
|
|
7236
|
+
"resourceType": "AWS::AuditManager::AssessmentFramework.ControlSet",
|
|
7237
|
+
"kind": "property",
|
|
7238
|
+
"lexicon": "aws"
|
|
7239
|
+
},
|
|
7240
|
+
"AssessmentFramework_ControlSetControl": {
|
|
7241
|
+
"resourceType": "AWS::AuditManager::AssessmentFramework.ControlSetControl",
|
|
7242
|
+
"kind": "property",
|
|
7243
|
+
"lexicon": "aws"
|
|
7244
|
+
},
|
|
7245
|
+
"AssessmentFramework_Tag": {
|
|
7246
|
+
"resourceType": "AWS::AuditManager::AssessmentFramework.Tag",
|
|
7247
|
+
"kind": "property",
|
|
7248
|
+
"lexicon": "aws"
|
|
7249
|
+
},
|
|
7159
7250
|
"AssessmentReportsDestination": {
|
|
7160
7251
|
"resourceType": "AWS::AuditManager::Assessment.AssessmentReportsDestination",
|
|
7161
7252
|
"kind": "property",
|
|
@@ -15857,6 +15948,37 @@
|
|
|
15857
15948
|
"kind": "property",
|
|
15858
15949
|
"lexicon": "aws"
|
|
15859
15950
|
},
|
|
15951
|
+
"CodeInterpreter": {
|
|
15952
|
+
"resourceType": "AWS::BedrockAgentCore::CodeInterpreter",
|
|
15953
|
+
"kind": "resource",
|
|
15954
|
+
"lexicon": "aws",
|
|
15955
|
+
"attrs": {
|
|
15956
|
+
"CodeInterpreterArn": "CodeInterpreterArn",
|
|
15957
|
+
"CodeInterpreterId": "CodeInterpreterId",
|
|
15958
|
+
"Status": "Status"
|
|
15959
|
+
},
|
|
15960
|
+
"propertyConstraints": {
|
|
15961
|
+
"CodeInterpreterArn": {
|
|
15962
|
+
"pattern": "^arn:[a-z0-9-]+:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter/aws\\.codeinterpreter\\.v1$"
|
|
15963
|
+
},
|
|
15964
|
+
"CodeInterpreterId": {
|
|
15965
|
+
"pattern": "^aws\\.codeinterpreter\\.v1$"
|
|
15966
|
+
},
|
|
15967
|
+
"Status": {
|
|
15968
|
+
"enum": [
|
|
15969
|
+
"CREATING",
|
|
15970
|
+
"CREATE_FAILED",
|
|
15971
|
+
"READY",
|
|
15972
|
+
"DELETING",
|
|
15973
|
+
"DELETE_FAILED",
|
|
15974
|
+
"DELETED"
|
|
15975
|
+
]
|
|
15976
|
+
}
|
|
15977
|
+
},
|
|
15978
|
+
"primaryIdentifier": [
|
|
15979
|
+
"CodeInterpreterArn"
|
|
15980
|
+
]
|
|
15981
|
+
},
|
|
15860
15982
|
"CodeInterpreterCustom": {
|
|
15861
15983
|
"resourceType": "AWS::BedrockAgentCore::CodeInterpreterCustom",
|
|
15862
15984
|
"kind": "resource",
|
|
@@ -20910,6 +21032,16 @@
|
|
|
20910
21032
|
"kind": "property",
|
|
20911
21033
|
"lexicon": "aws"
|
|
20912
21034
|
},
|
|
21035
|
+
"ControlSet": {
|
|
21036
|
+
"resourceType": "AWS::AuditManager::AssessmentFramework.ControlSet",
|
|
21037
|
+
"kind": "property",
|
|
21038
|
+
"lexicon": "aws"
|
|
21039
|
+
},
|
|
21040
|
+
"ControlSetControl": {
|
|
21041
|
+
"resourceType": "AWS::AuditManager::AssessmentFramework.ControlSetControl",
|
|
21042
|
+
"kind": "property",
|
|
21043
|
+
"lexicon": "aws"
|
|
21044
|
+
},
|
|
20913
21045
|
"CookieObject": {
|
|
20914
21046
|
"resourceType": "AWS::Lightsail::Distribution.CookieObject",
|
|
20915
21047
|
"kind": "property",
|
|
@@ -37385,6 +37517,84 @@
|
|
|
37385
37517
|
"kind": "property",
|
|
37386
37518
|
"lexicon": "aws"
|
|
37387
37519
|
},
|
|
37520
|
+
"EvidentlyExperiment": {
|
|
37521
|
+
"resourceType": "AWS::Evidently::Experiment",
|
|
37522
|
+
"kind": "resource",
|
|
37523
|
+
"lexicon": "aws",
|
|
37524
|
+
"attrs": {
|
|
37525
|
+
"Arn": "Arn"
|
|
37526
|
+
},
|
|
37527
|
+
"propertyConstraints": {
|
|
37528
|
+
"Arn": {
|
|
37529
|
+
"pattern": "arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*/experiment/[-a-zA-Z0-9._]*"
|
|
37530
|
+
},
|
|
37531
|
+
"Name": {
|
|
37532
|
+
"pattern": "[-a-zA-Z0-9._]*",
|
|
37533
|
+
"minLength": 1,
|
|
37534
|
+
"maxLength": 127
|
|
37535
|
+
},
|
|
37536
|
+
"Project": {
|
|
37537
|
+
"pattern": "([-a-zA-Z0-9._]*)|(arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*)",
|
|
37538
|
+
"minLength": 0,
|
|
37539
|
+
"maxLength": 2048
|
|
37540
|
+
},
|
|
37541
|
+
"Description": {
|
|
37542
|
+
"minLength": 0,
|
|
37543
|
+
"maxLength": 160
|
|
37544
|
+
},
|
|
37545
|
+
"RandomizationSalt": {
|
|
37546
|
+
"pattern": ".*",
|
|
37547
|
+
"minLength": 0,
|
|
37548
|
+
"maxLength": 127
|
|
37549
|
+
},
|
|
37550
|
+
"SamplingRate": {
|
|
37551
|
+
"minimum": 0,
|
|
37552
|
+
"maximum": 100000
|
|
37553
|
+
},
|
|
37554
|
+
"Segment": {
|
|
37555
|
+
"pattern": "([-a-zA-Z0-9._]*)|(arn:[^:]*:[^:]*:[^:]*:[^:]*:segment/[-a-zA-Z0-9._]*)",
|
|
37556
|
+
"minLength": 0,
|
|
37557
|
+
"maxLength": 2048
|
|
37558
|
+
}
|
|
37559
|
+
},
|
|
37560
|
+
"createOnly": [
|
|
37561
|
+
"Name",
|
|
37562
|
+
"Project"
|
|
37563
|
+
],
|
|
37564
|
+
"primaryIdentifier": [
|
|
37565
|
+
"Arn"
|
|
37566
|
+
]
|
|
37567
|
+
},
|
|
37568
|
+
"EvidentlyExperiment_MetricGoalObject": {
|
|
37569
|
+
"resourceType": "AWS::Evidently::Experiment.MetricGoalObject",
|
|
37570
|
+
"kind": "property",
|
|
37571
|
+
"lexicon": "aws"
|
|
37572
|
+
},
|
|
37573
|
+
"EvidentlyExperiment_OnlineAbConfigObject": {
|
|
37574
|
+
"resourceType": "AWS::Evidently::Experiment.OnlineAbConfigObject",
|
|
37575
|
+
"kind": "property",
|
|
37576
|
+
"lexicon": "aws"
|
|
37577
|
+
},
|
|
37578
|
+
"EvidentlyExperiment_RunningStatusObject": {
|
|
37579
|
+
"resourceType": "AWS::Evidently::Experiment.RunningStatusObject",
|
|
37580
|
+
"kind": "property",
|
|
37581
|
+
"lexicon": "aws"
|
|
37582
|
+
},
|
|
37583
|
+
"EvidentlyExperiment_Tag": {
|
|
37584
|
+
"resourceType": "AWS::Evidently::Experiment.Tag",
|
|
37585
|
+
"kind": "property",
|
|
37586
|
+
"lexicon": "aws"
|
|
37587
|
+
},
|
|
37588
|
+
"EvidentlyExperiment_TreatmentObject": {
|
|
37589
|
+
"resourceType": "AWS::Evidently::Experiment.TreatmentObject",
|
|
37590
|
+
"kind": "property",
|
|
37591
|
+
"lexicon": "aws"
|
|
37592
|
+
},
|
|
37593
|
+
"EvidentlyExperiment_TreatmentToWeight": {
|
|
37594
|
+
"resourceType": "AWS::Evidently::Experiment.TreatmentToWeight",
|
|
37595
|
+
"kind": "property",
|
|
37596
|
+
"lexicon": "aws"
|
|
37597
|
+
},
|
|
37388
37598
|
"EvidentlyProject": {
|
|
37389
37599
|
"resourceType": "AWS::Evidently::Project",
|
|
37390
37600
|
"kind": "resource",
|
|
@@ -37548,54 +37758,6 @@
|
|
|
37548
37758
|
"kind": "property",
|
|
37549
37759
|
"lexicon": "aws"
|
|
37550
37760
|
},
|
|
37551
|
-
"Experiment": {
|
|
37552
|
-
"resourceType": "AWS::Evidently::Experiment",
|
|
37553
|
-
"kind": "resource",
|
|
37554
|
-
"lexicon": "aws",
|
|
37555
|
-
"attrs": {
|
|
37556
|
-
"Arn": "Arn"
|
|
37557
|
-
},
|
|
37558
|
-
"propertyConstraints": {
|
|
37559
|
-
"Arn": {
|
|
37560
|
-
"pattern": "arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*/experiment/[-a-zA-Z0-9._]*"
|
|
37561
|
-
},
|
|
37562
|
-
"Name": {
|
|
37563
|
-
"pattern": "[-a-zA-Z0-9._]*",
|
|
37564
|
-
"minLength": 1,
|
|
37565
|
-
"maxLength": 127
|
|
37566
|
-
},
|
|
37567
|
-
"Project": {
|
|
37568
|
-
"pattern": "([-a-zA-Z0-9._]*)|(arn:[^:]*:[^:]*:[^:]*:[^:]*:project/[-a-zA-Z0-9._]*)",
|
|
37569
|
-
"minLength": 0,
|
|
37570
|
-
"maxLength": 2048
|
|
37571
|
-
},
|
|
37572
|
-
"Description": {
|
|
37573
|
-
"minLength": 0,
|
|
37574
|
-
"maxLength": 160
|
|
37575
|
-
},
|
|
37576
|
-
"RandomizationSalt": {
|
|
37577
|
-
"pattern": ".*",
|
|
37578
|
-
"minLength": 0,
|
|
37579
|
-
"maxLength": 127
|
|
37580
|
-
},
|
|
37581
|
-
"SamplingRate": {
|
|
37582
|
-
"minimum": 0,
|
|
37583
|
-
"maximum": 100000
|
|
37584
|
-
},
|
|
37585
|
-
"Segment": {
|
|
37586
|
-
"pattern": "([-a-zA-Z0-9._]*)|(arn:[^:]*:[^:]*:[^:]*:[^:]*:segment/[-a-zA-Z0-9._]*)",
|
|
37587
|
-
"minLength": 0,
|
|
37588
|
-
"maxLength": 2048
|
|
37589
|
-
}
|
|
37590
|
-
},
|
|
37591
|
-
"createOnly": [
|
|
37592
|
-
"Name",
|
|
37593
|
-
"Project"
|
|
37594
|
-
],
|
|
37595
|
-
"primaryIdentifier": [
|
|
37596
|
-
"Arn"
|
|
37597
|
-
]
|
|
37598
|
-
},
|
|
37599
37761
|
"ExperimentConfig": {
|
|
37600
37762
|
"resourceType": "AWS::SageMaker::ProcessingJob.ExperimentConfig",
|
|
37601
37763
|
"kind": "property",
|
|
@@ -37650,36 +37812,6 @@
|
|
|
37650
37812
|
"kind": "property",
|
|
37651
37813
|
"lexicon": "aws"
|
|
37652
37814
|
},
|
|
37653
|
-
"Experiment_MetricGoalObject": {
|
|
37654
|
-
"resourceType": "AWS::Evidently::Experiment.MetricGoalObject",
|
|
37655
|
-
"kind": "property",
|
|
37656
|
-
"lexicon": "aws"
|
|
37657
|
-
},
|
|
37658
|
-
"Experiment_OnlineAbConfigObject": {
|
|
37659
|
-
"resourceType": "AWS::Evidently::Experiment.OnlineAbConfigObject",
|
|
37660
|
-
"kind": "property",
|
|
37661
|
-
"lexicon": "aws"
|
|
37662
|
-
},
|
|
37663
|
-
"Experiment_RunningStatusObject": {
|
|
37664
|
-
"resourceType": "AWS::Evidently::Experiment.RunningStatusObject",
|
|
37665
|
-
"kind": "property",
|
|
37666
|
-
"lexicon": "aws"
|
|
37667
|
-
},
|
|
37668
|
-
"Experiment_Tag": {
|
|
37669
|
-
"resourceType": "AWS::Evidently::Experiment.Tag",
|
|
37670
|
-
"kind": "property",
|
|
37671
|
-
"lexicon": "aws"
|
|
37672
|
-
},
|
|
37673
|
-
"Experiment_TreatmentObject": {
|
|
37674
|
-
"resourceType": "AWS::Evidently::Experiment.TreatmentObject",
|
|
37675
|
-
"kind": "property",
|
|
37676
|
-
"lexicon": "aws"
|
|
37677
|
-
},
|
|
37678
|
-
"Experiment_TreatmentToWeight": {
|
|
37679
|
-
"resourceType": "AWS::Evidently::Experiment.TreatmentToWeight",
|
|
37680
|
-
"kind": "property",
|
|
37681
|
-
"lexicon": "aws"
|
|
37682
|
-
},
|
|
37683
37815
|
"ExpirationDataRule": {
|
|
37684
37816
|
"resourceType": "AWS::S3Files::FileSystem.ExpirationDataRule",
|
|
37685
37817
|
"kind": "property",
|
|
@@ -48824,7 +48956,7 @@
|
|
|
48824
48956
|
"kind": "resource",
|
|
48825
48957
|
"lexicon": "aws",
|
|
48826
48958
|
"attrs": {
|
|
48827
|
-
"
|
|
48959
|
+
"InstanceGroupId": "InstanceGroupId"
|
|
48828
48960
|
},
|
|
48829
48961
|
"createOnly": [
|
|
48830
48962
|
"InstanceRole",
|
|
@@ -48837,17 +48969,21 @@
|
|
|
48837
48969
|
"Market",
|
|
48838
48970
|
"BidPrice"
|
|
48839
48971
|
],
|
|
48972
|
+
"writeOnly": [
|
|
48973
|
+
"EbsConfiguration/EbsBlockDeviceConfigs/*/VolumesPerInstance"
|
|
48974
|
+
],
|
|
48840
48975
|
"primaryIdentifier": [
|
|
48841
|
-
"
|
|
48976
|
+
"InstanceGroupId",
|
|
48977
|
+
"JobFlowId"
|
|
48842
48978
|
]
|
|
48843
48979
|
},
|
|
48844
|
-
"
|
|
48845
|
-
"resourceType": "AWS::EMR::InstanceGroupConfig.
|
|
48980
|
+
"InstanceGroupConfig_AppConfiguration": {
|
|
48981
|
+
"resourceType": "AWS::EMR::InstanceGroupConfig.AppConfiguration",
|
|
48846
48982
|
"kind": "property",
|
|
48847
48983
|
"lexicon": "aws"
|
|
48848
48984
|
},
|
|
48849
|
-
"
|
|
48850
|
-
"resourceType": "AWS::EMR::InstanceGroupConfig.
|
|
48985
|
+
"InstanceGroupConfig_AutoScalingPolicy": {
|
|
48986
|
+
"resourceType": "AWS::EMR::InstanceGroupConfig.AutoScalingPolicy",
|
|
48851
48987
|
"kind": "property",
|
|
48852
48988
|
"lexicon": "aws"
|
|
48853
48989
|
},
|
|
@@ -85478,6 +85614,53 @@
|
|
|
85478
85614
|
"kind": "property",
|
|
85479
85615
|
"lexicon": "aws"
|
|
85480
85616
|
},
|
|
85617
|
+
"SageMakerExperiment": {
|
|
85618
|
+
"resourceType": "AWS::SageMaker::Experiment",
|
|
85619
|
+
"kind": "resource",
|
|
85620
|
+
"lexicon": "aws",
|
|
85621
|
+
"attrs": {
|
|
85622
|
+
"Arn": "Arn",
|
|
85623
|
+
"CreationTime": "CreationTime",
|
|
85624
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
85625
|
+
},
|
|
85626
|
+
"propertyConstraints": {
|
|
85627
|
+
"Arn": {
|
|
85628
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment/",
|
|
85629
|
+
"maxLength": 256
|
|
85630
|
+
},
|
|
85631
|
+
"ExperimentName": {
|
|
85632
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$",
|
|
85633
|
+
"minLength": 1,
|
|
85634
|
+
"maxLength": 120
|
|
85635
|
+
},
|
|
85636
|
+
"DisplayName": {
|
|
85637
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$",
|
|
85638
|
+
"minLength": 1,
|
|
85639
|
+
"maxLength": 120
|
|
85640
|
+
},
|
|
85641
|
+
"Description": {
|
|
85642
|
+
"minLength": 0,
|
|
85643
|
+
"maxLength": 3072
|
|
85644
|
+
},
|
|
85645
|
+
"CreationTime": {
|
|
85646
|
+
"format": "date-time"
|
|
85647
|
+
},
|
|
85648
|
+
"LastModifiedTime": {
|
|
85649
|
+
"format": "date-time"
|
|
85650
|
+
}
|
|
85651
|
+
},
|
|
85652
|
+
"createOnly": [
|
|
85653
|
+
"ExperimentName"
|
|
85654
|
+
],
|
|
85655
|
+
"primaryIdentifier": [
|
|
85656
|
+
"Arn"
|
|
85657
|
+
],
|
|
85658
|
+
"tagging": {
|
|
85659
|
+
"taggable": true,
|
|
85660
|
+
"tagOnCreate": true,
|
|
85661
|
+
"tagUpdatable": true
|
|
85662
|
+
}
|
|
85663
|
+
},
|
|
85481
85664
|
"SageMakerHub": {
|
|
85482
85665
|
"resourceType": "AWS::SageMaker::Hub",
|
|
85483
85666
|
"kind": "resource",
|
package/dist/serializer.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serializer.d.ts","sourceRoot":"","sources":["../src/serializer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAsC,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"serializer.d.ts","sourceRoot":"","sources":["../src/serializer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAsC,MAAM,6BAA6B,CAAC;AA2WlG;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,UAoE3B,CAAC"}
|