Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit d86e3a6

Browse files
clover schema update
1 parent 4dfc790 commit d86e3a6

File tree

3 files changed

+1545
-1516
lines changed

3 files changed

+1545
-1516
lines changed

bin/clover/inferred.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,23 @@
335335
"SM2"
336336
]
337337
},
338+
"The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, BEDROCK_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, INSPECTOR_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY, RESOURCE_CONTROL_POLICY, S3_POLICY, SECURITYHUB_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, UPGRADE_ROLLOUT_POLICY": {
339+
"enum": [
340+
"AISERVICES_OPT_OUT_POLICY",
341+
"BACKUP_POLICY",
342+
"BEDROCK_POLICY",
343+
"CHATBOT_POLICY",
344+
"DECLARATIVE_POLICY_EC2",
345+
"INSPECTOR_POLICY",
346+
"NETWORK_SECURITY_DIRECTOR_POLICY",
347+
"RESOURCE_CONTROL_POLICY",
348+
"S3_POLICY",
349+
"SECURITYHUB_POLICY",
350+
"SERVICE_CONTROL_POLICY",
351+
"TAG_POLICY",
352+
"UPGRADE_ROLLOUT_POLICY"
353+
]
354+
},
338355
"The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, CHATBOT_POLICY, RESOURCE_CONTROL_POLICY,DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, S3_POLICY, INSPECTOR_POLICY, BEDROCK_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY, UPGRADE_ROLLOUT_POLICY": {
339356
"enum": [
340357
"AISERVICES_OPT_OUT_POLICY",
@@ -2270,6 +2287,12 @@
22702287
"STANDARD_CONTROL"
22712288
]
22722289
},
2290+
"Specifies the action when a termination lifecycle hook is abandoned due to failure, timeout, or explicit abandonment (calling CompleteLifecycleAction). \n Set to ``Retain`` to move instances to a ``Retained`` state. Set to ``Terminate`` for default termination behavior. \n Retained instances don't count toward desired capacity and remain until you call ``TerminateInstanceInAutoScalingGroup``.": {
2291+
"enum": [
2292+
"Retain",
2293+
"Terminate"
2294+
]
2295+
},
22732296
"Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require , messages are only delivered if a TLS connection can be established. If the value is Optional , messages can be delivered in plain text if a TLS connection can't be established.": {
22742297
"enum": [
22752298
"Require",
@@ -6462,6 +6485,9 @@
64626485
"KMS key used to encrypt the Dataset data": {
64636486
"enum": null
64646487
},
6488+
"Key Management Service key used to encrypt the collection.": {
6489+
"enum": null
6490+
},
64656491
"KeyStorageSecurityStadard defines a cryptographic key management compliance standard used for handling CA keys.": {
64666492
"enum": null
64676493
},
@@ -14802,6 +14828,9 @@
1480214828
"The name of the collection": {
1480314829
"enum": null
1480414830
},
14831+
"The name of the collection group to associate with the collection.": {
14832+
"enum": null
14833+
},
1480514834
"The name of the collection group.\n\nThe name must meet the following criteria:\nUnique to your account and AWS Region\nStarts with a lowercase letter\nContains only lowercase letters a-z, the numbers 0-9 and the hyphen (-)\nContains between 3 and 32 characters\n": {
1480614835
"enum": null
1480714836
},

0 commit comments

Comments
 (0)