Skip to content

Commit c0fddb9

Browse files
AWS Outposts: Adds the "EKS" value to the AWSServiceName enum and marks the Address field as sensitive.
1 parent e5457e0 commit c0fddb9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Outposts",
4+
"contributor": "",
5+
"description": "Adds the \"EKS\" value to the AWSServiceName enum and marks the Address field as sensitive."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@
716716
"enum":[
717717
"AWS",
718718
"EC2",
719+
"EKS",
719720
"ELASTICACHE",
720721
"ELB",
721722
"RDS",
@@ -803,7 +804,8 @@
803804
"documentation":"<p>The municipality for the address.</p>"
804805
}
805806
},
806-
"documentation":"<p> Information about an address. </p>"
807+
"documentation":"<p> Information about an address. </p>",
808+
"sensitive":true
807809
},
808810
"AddressLine1":{
809811
"type":"string",

0 commit comments

Comments
 (0)