We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1072cf9 commit 74bdd31Copy full SHA for 74bdd31
packages/aws-library/src/aws_library/ec2/_models.py
@@ -157,7 +157,7 @@ class EC2InstanceBootSpecific(BaseModel):
157
list[DockerGenericTag],
158
Field(
159
default_factory=list,
160
- description="a list of docker image/tags to pull on instance cold start",
+ description="a list of docker image/tags to pull on the instance",
161
),
162
] = DEFAULT_FACTORY
163
buffer_count: Annotated[
0 commit comments