Skip to content

Commit 29da4f0

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: Support of AmazonLinux2022 by Patch Manager
1 parent 7c7fe47 commit 29da4f0

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Systems Manager (SSM)",
4+
"contributor": "",
5+
"description": "Support of AmazonLinux2022 by Patch Manager"
6+
}

services/ssm/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4592,7 +4592,7 @@
45924592
},
45934593
"Tags":{
45944594
"shape":"TagList",
4595-
"documentation":"<p>Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an association to identify the type of resource to which it applies, the environment, or the purpose of the association.</p>",
4595+
"documentation":"<p>Adds or overwrites one or more tags for a State Manager association. <i>Tags</i> are metadata that you can assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. </p>",
45964596
"box":true
45974597
},
45984598
"AlarmConfiguration":{"shape":"AlarmConfiguration"}
@@ -6876,7 +6876,7 @@
68766876
"members":{
68776877
"Message":{"shape":"String"}
68786878
},
6879-
"documentation":"<p>The document can't be shared with more Amazon Web Services user accounts. You can share a document with a maximum of 20 accounts. You can publicly share up to five documents. If you need to increase this limit, contact Amazon Web Services Support.</p>",
6879+
"documentation":"<p>The document can't be shared with more Amazon Web Services user accounts. You can specify a maximum of 20 accounts per API operation to share a private document.</p> <p>By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.</p> <p>If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.</p>",
68806880
"exception":true
68816881
},
68826882
"DocumentPermissionMaxResults":{
@@ -8707,7 +8707,7 @@
87078707
"members":{
87088708
"Key":{
87098709
"shape":"InstanceInformationStringFilterKey",
8710-
"documentation":"<p>The filter key name to describe your managed nodes. For example:</p> <p>\"InstanceIds\" | \"AgentVersion\" | \"PingStatus\" | \"PlatformTypes\" | \"ActivationIds\" | \"IamRole\" | \"ResourceType\" | \"AssociationStatus\" | \"tag-key\" | \"tag:<code>{keyname}</code> </p> <important> <p> <code>Tag Key</code> isn't a valid filter. You must specify either <code>tag-key</code> or <code>tag:{keyname}</code> and a string. Here are some valid examples: <code>tag-key</code>, <code>tag:123</code>, <code>tag:al!</code>, <code>tag:Windows</code>. Here are some <i>invalid</i> examples: <code>tag-keys</code>, <code>Tag Key</code>, <code>tag:</code>, <code>tagKey</code>, <code>abc:keyname</code>.</p> </important>"
8710+
"documentation":"<p>The filter key name to describe your managed nodes.</p> <p>Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | \"tag-key\" | \"tag:<code>{keyname}</code> </p> <ul> <li> <p>Valid values for the <code>AssociationStatus</code> filter key: Success | Pending | Failed</p> </li> <li> <p>Valid values for the <code>PingStatus</code> filter key: Online | ConnectionLost | Inactive (deprecated)</p> </li> <li> <p>Valid values for the <code>PlatformType</code> filter key: Windows | Linux | MacOS</p> </li> <li> <p>Valid values for the <code>ResourceType</code> filter key: EC2Instance | ManagedInstance</p> </li> <li> <p>Valid values for the <code>SourceType</code> filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance | AWS::IoT::Thing</p> </li> <li> <p>Valid tag examples: <code>Key=tag-key,Values=Purpose</code> | <code>Key=tag:Purpose,Values=Test</code>.</p> </li> </ul>"
87118711
},
87128712
"Values":{
87138713
"shape":"InstanceInformationFilterValueSet",
@@ -8817,17 +8817,17 @@
88178817
},
88188818
"CriticalNonCompliantCount":{
88198819
"shape":"PatchCriticalNonCompliantCount",
8820-
"documentation":"<p>The number of managed nodes where patches that are specified as <code>Critical</code> for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>",
8820+
"documentation":"<p>The number of patches per node that are specified as <code>Critical</code> for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>",
88218821
"box":true
88228822
},
88238823
"SecurityNonCompliantCount":{
88248824
"shape":"PatchSecurityNonCompliantCount",
8825-
"documentation":"<p>The number of managed nodes where patches that are specified as <code>Security</code> in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>",
8825+
"documentation":"<p>The number of patches per node that are specified as <code>Security</code> in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>",
88268826
"box":true
88278827
},
88288828
"OtherNonCompliantCount":{
88298829
"shape":"PatchOtherNonCompliantCount",
8830-
"documentation":"<p>The number of managed nodes with patches installed that are specified as other than <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>",
8830+
"documentation":"<p>The number of patches per node that are specified as other than <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>",
88318831
"box":true
88328832
}
88338833
},
@@ -9271,7 +9271,7 @@
92719271
"members":{
92729272
"Message":{"shape":"String"}
92739273
},
9274-
"documentation":"<p>The tag key or value isn't valid.</p>",
9274+
"documentation":"<p>The specified tag key or value isn't valid.</p>",
92759275
"exception":true
92769276
},
92779277
"InvalidTarget":{
@@ -10386,7 +10386,7 @@
1038610386
"members":{
1038710387
"S3BucketName":{
1038810388
"shape":"S3BucketName",
10389-
"documentation":"<p>The name of an S3 bucket where execution logs are stored .</p>"
10389+
"documentation":"<p>The name of an S3 bucket where execution logs are stored.</p>"
1039010390
},
1039110391
"S3KeyPrefix":{
1039210392
"shape":"S3KeyPrefix",
@@ -11262,6 +11262,7 @@
1126211262
"WINDOWS",
1126311263
"AMAZON_LINUX",
1126411264
"AMAZON_LINUX_2",
11265+
"AMAZON_LINUX_2022",
1126511266
"UBUNTU",
1126611267
"REDHAT_ENTERPRISE_LINUX",
1126711268
"SUSE",

0 commit comments

Comments
 (0)