Skip to content

Commit add14cc

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: SDK and documentation updates for Amazon Elastic Block Store APIs
1 parent e8c51a0 commit add14cc

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
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": "SDK and documentation updates for Amazon Elastic Block Store APIs"
6+
}

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29400,6 +29400,11 @@
2940029400
"shape":"Boolean",
2940129401
"documentation":"<p>Indicates whether encryption by default is enabled.</p>",
2940229402
"locationName":"ebsEncryptionByDefault"
29403+
},
29404+
"SseType":{
29405+
"shape":"SSEType",
29406+
"documentation":"<p>Reserved for future use.</p>",
29407+
"locationName":"sseType"
2940329408
}
2940429409
}
2940529410
},
@@ -48490,6 +48495,11 @@
4849048495
"shape":"Integer",
4849148496
"documentation":"<p>The size of the volume, in GiB.</p>",
4849248497
"locationName":"volumeSize"
48498+
},
48499+
"SseType":{
48500+
"shape":"SSEType",
48501+
"documentation":"<p>Reserved for future use.</p>",
48502+
"locationName":"sseType"
4849348503
}
4849448504
}
4849548505
},
@@ -49343,6 +49353,14 @@
4934349353
},
4934449354
"documentation":"<p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.</p>"
4934549355
},
49356+
"SSEType":{
49357+
"type":"string",
49358+
"enum":[
49359+
"sse-ebs",
49360+
"sse-kms",
49361+
"none"
49362+
]
49363+
},
4934649364
"ScheduledInstance":{
4934749365
"type":"structure",
4934849366
"members":{
@@ -50643,6 +50661,11 @@
5064350661
"shape":"MillisecondDateTime",
5064450662
"documentation":"<p>Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.</p>",
5064550663
"locationName":"restoreExpiryTime"
50664+
},
50665+
"SseType":{
50666+
"shape":"SSEType",
50667+
"documentation":"<p>Reserved for future use.</p>",
50668+
"locationName":"sseType"
5064650669
}
5064750670
},
5064850671
"documentation":"<p>Describes a snapshot.</p>"
@@ -50804,6 +50827,11 @@
5080450827
"shape":"String",
5080550828
"documentation":"<p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html\">Amazon EBS local snapshots on Outposts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
5080650829
"locationName":"outpostArn"
50830+
},
50831+
"SseType":{
50832+
"shape":"SSEType",
50833+
"documentation":"<p>Reserved for future use.</p>",
50834+
"locationName":"sseType"
5080750835
}
5080850836
},
5080950837
"documentation":"<p>Information about a snapshot.</p>"
@@ -56665,6 +56693,11 @@
5666556693
"shape":"Integer",
5666656694
"documentation":"<p>The throughput that the volume supports, in MiB/s.</p>",
5666756695
"locationName":"throughput"
56696+
},
56697+
"SseType":{
56698+
"shape":"SSEType",
56699+
"documentation":"<p>Reserved for future use.</p>",
56700+
"locationName":"sseType"
5666856701
}
5666956702
},
5667056703
"documentation":"<p>Describes a volume.</p>"

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,31 @@
506506
}
507507
]
508508
},
509+
"StoreImageTaskComplete": {
510+
"delay": 5,
511+
"operation": "DescribeStoreImageTasks",
512+
"maxAttempts": 40,
513+
"acceptors": [
514+
{
515+
"expected": "Completed",
516+
"matcher": "pathAll",
517+
"state": "success",
518+
"argument": "StoreImageTaskResults[].StoreTaskState"
519+
},
520+
{
521+
"expected": "Failed",
522+
"matcher": "pathAny",
523+
"state": "failure",
524+
"argument": "StoreImageTaskResults[].StoreTaskState"
525+
},
526+
{
527+
"expected": "InProgress",
528+
"matcher": "pathAny",
529+
"state": "retry",
530+
"argument": "StoreImageTaskResults[].StoreTaskState"
531+
}
532+
]
533+
},
509534
"SubnetAvailable": {
510535
"delay": 15,
511536
"operation": "DescribeSubnets",

0 commit comments

Comments
 (0)