File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
services/ec2/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Elastic Compute Cloud" ,
4
+ "contributor" : " " ,
5
+ "description" : " Marking fields as sensitive on BundleTask and GetPasswordData"
6
+ }
Original file line number Diff line number Diff line change 30145
30145
"locationName":"instanceId"
30146
30146
},
30147
30147
"PasswordData":{
30148
- "shape":"String ",
30148
+ "shape":"PasswordData ",
30149
30149
"documentation":"<p>The password of the instance. Returns an empty string if the password is not available.</p>",
30150
30150
"locationName":"passwordData"
30151
30151
},
44082
44082
"monthly"
44083
44083
]
44084
44084
},
44085
+ "PasswordData":{
44086
+ "type":"string",
44087
+ "sensitive":true
44088
+ },
44085
44089
"PathComponent":{
44086
44090
"type":"structure",
44087
44091
"members":{
@@ -49422,13 +49426,21 @@
49422
49426
"locationName":"uploadPolicy"
49423
49427
},
49424
49428
"UploadPolicySignature":{
49425
- "shape":"String ",
49429
+ "shape":"S3StorageUploadPolicySignature ",
49426
49430
"documentation":"<p>The signature of the JSON document.</p>",
49427
49431
"locationName":"uploadPolicySignature"
49428
49432
}
49429
49433
},
49430
49434
"documentation":"<p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.</p>"
49431
49435
},
49436
+ "S3StorageUploadPolicy":{
49437
+ "type":"string",
49438
+ "sensitive":true
49439
+ },
49440
+ "S3StorageUploadPolicySignature":{
49441
+ "type":"string",
49442
+ "sensitive":true
49443
+ },
49432
49444
"SSEType":{
49433
49445
"type":"string",
49434
49446
"enum":[
You can’t perform that action at this time.
0 commit comments