Skip to content

Commit

Permalink
update generated ASF APIs to latest version (#6670)
Browse files Browse the repository at this point in the history
  • Loading branch information
localstack-bot committed Aug 15, 2022
1 parent a712228 commit 09876ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions localstack/aws/api/ec2/__init__.py
Expand Up @@ -6485,9 +6485,13 @@ class CreateSnapshotRequest(ServiceRequest):
DryRun: Optional[Boolean]


VolumeIdStringList = List[VolumeId]


class InstanceSpecification(TypedDict, total=False):
InstanceId: Optional[InstanceId]
ExcludeBootVolume: Optional[Boolean]
ExcludeDataVolumeIds: Optional[VolumeIdStringList]


class CreateSnapshotsRequest(ServiceRequest):
Expand Down Expand Up @@ -11791,9 +11795,6 @@ class DescribeVolumeAttributeResult(TypedDict, total=False):
VolumeId: Optional[String]


VolumeIdStringList = List[VolumeId]


class DescribeVolumeStatusRequest(ServiceRequest):
Filters: Optional[FilterList]
MaxResults: Optional[Integer]
Expand Down

0 comments on commit 09876ab

Please sign in to comment.