Skip to content

Commit ad599a4

Browse files
authored
Update completers batch 2 (aws#10045)
1 parent 608927d commit ad599a4

11 files changed

Lines changed: 3310 additions & 7 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "Autocomplete",
4+
"description": "Updated completion models for 10 services"
5+
}

awscli/botocore/data/acm/2015-12-08/completions-1.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,28 @@
130130
}
131131
]
132132
}
133+
},
134+
"RenewCertificate": {
135+
"CertificateArn": {
136+
"completions": [
137+
{
138+
"parameters": {},
139+
"resourceName": "Certificate",
140+
"resourceIdentifier": "CertificateArn"
141+
}
142+
]
143+
}
144+
},
145+
"RevokeCertificate": {
146+
"CertificateArn": {
147+
"completions": [
148+
{
149+
"parameters": {},
150+
"resourceName": "Certificate",
151+
"resourceIdentifier": "CertificateArn"
152+
}
153+
]
154+
}
133155
}
134156
}
135157
}

0 commit comments

Comments
 (0)