Skip to content

Commit ac38209

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Marking fields as sensitive on BundleTask and GetPasswordData
1 parent 51113dc commit ac38209

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Marking fields as sensitive on BundleTask and GetPasswordData"
6+
}

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30145,7 +30145,7 @@
3014530145
"locationName":"instanceId"
3014630146
},
3014730147
"PasswordData":{
30148-
"shape":"String",
30148+
"shape":"PasswordData",
3014930149
"documentation":"<p>The password of the instance. Returns an empty string if the password is not available.</p>",
3015030150
"locationName":"passwordData"
3015130151
},
@@ -44082,6 +44082,10 @@
4408244082
"monthly"
4408344083
]
4408444084
},
44085+
"PasswordData":{
44086+
"type":"string",
44087+
"sensitive":true
44088+
},
4408544089
"PathComponent":{
4408644090
"type":"structure",
4408744091
"members":{
@@ -49422,13 +49426,21 @@
4942249426
"locationName":"uploadPolicy"
4942349427
},
4942449428
"UploadPolicySignature":{
49425-
"shape":"String",
49429+
"shape":"S3StorageUploadPolicySignature",
4942649430
"documentation":"<p>The signature of the JSON document.</p>",
4942749431
"locationName":"uploadPolicySignature"
4942849432
}
4942949433
},
4943049434
"documentation":"<p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.</p>"
4943149435
},
49436+
"S3StorageUploadPolicy":{
49437+
"type":"string",
49438+
"sensitive":true
49439+
},
49440+
"S3StorageUploadPolicySignature":{
49441+
"type":"string",
49442+
"sensitive":true
49443+
},
4943249444
"SSEType":{
4943349445
"type":"string",
4943449446
"enum":[

0 commit comments

Comments
 (0)