diff --git a/botocore/data/aws/ec2.json b/botocore/data/aws/ec2.json index 0f1d97f28e..f9ed2dcf79 100644 --- a/botocore/data/aws/ec2.json +++ b/botocore/data/aws/ec2.json @@ -3501,32 +3501,6 @@ "type": "string", "documentation": "\n
The AWS account alias (for example, amazon
, self
) or AWS account ID\n that owns the snapshot.
The key of the tag.
\nConstraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode\n characters. May not begin with aws:
The value of the tag.
\nConstraints: Tag values are case-sensitive and accept a maximum of 255 Unicode\n characters.
\n ", - "xmlname": "value" - } - }, - "documentation": "\nDescribes a tag.
\n ", - "xmlname": "item" - }, - "documentation": "\nAny tags assigned to the snapshot.
\n ", - "xmlname": "tagSet" } }, "documentation": "\n ", @@ -11117,7 +11091,7 @@ "documentation": "\n ", "xmlname": "Filter" }, - "documentation": "\nOne or more filters.
\ndescription
- The description of the security group.
group-id
- The ID of the security group.
group-name
- The name of the security group.
ip-permission.cidr
- A CIDR range that has been granted permission.
ip-permission.from-port
- The start of port range for the TCP and UDP protocols, or an ICMP type number.
ip-permission.group-name
- The name of a security group that has been granted permission.
ip-permission.protocol
- The IP protocol for the permission (tcp
| udp
|\n icmp
or a protocol number).
ip-permission.to-port
- The end of port range for the TCP and UDP protocols, or an ICMP code.
ip-permission.user-id
- The ID of an AWS account that has been granted permission.
owner-id
- The AWS account ID of the owner of the security group.
tag-key
- The key of a tag assigned to the security group.
tag-value
- The value of a tag assigned to the security group.
vpc-id
- The ID of the VPC specified when the security group was created.
One or more filters.
\ndescription
- The description of the security group.
group-id
- The ID of the security group.
group-name
- The name of the security group.
ip-permission.cidr
- A CIDR range that has been granted permission.
ip-permission.from-port
- The start of port range for the TCP and UDP protocols, or an ICMP type number.
ip-permission.group-id
- The ID of a security group that has been granted permission.
ip-permission.group-name
- The name of a security group that has been granted permission.
ip-permission.protocol
- The IP protocol for the permission (tcp
| udp
|\n icmp
or a protocol number).
ip-permission.to-port
- The end of port range for the TCP and UDP protocols, or an ICMP code.
ip-permission.user-id
- The ID of an AWS account that has been granted permission.
owner-id
- The AWS account ID of the owner of the security group.
tag-key
- The key of a tag assigned to the security group.
tag-value
- The value of a tag assigned to the security group.
vpc-id
- The ID of the VPC specified when the security group was created.
Disassociates an Elastic IP address from the instance or network interface it's\n\t\t\t\tassociated with.
\nThis is an idempotent operation. If you perform the operation more than once, Amazon EC2\n\t\t\t\tdoesn't return an error.
\nDisassociates an Elastic IP address from the instance or network interface it's\n\t\t\t\tassociated with.
\nThis is an idempotent operation. If you perform the operation more than once, Amazon EC2\n\t\t\t\tdoesn't return an error.
\nThe minimum number of instances to launch. If you specify a minimum that is more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
\nConstraints: Between 1 and the maximum number allowed for your\n account (the default for each account is 20, but this limit can be\n increased).
\n ", + "documentation": "\nThe minimum number of instances to launch. If you specify a minimum that is more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
\nConstraints: Between 1 and the maximum number you're allowed for the specified instance type. \n For more information about the default limits, and how to request an increase, see \n How\n many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
\n ", "required": true }, "MaxCount": { "shape_name": "Integer", "type": "integer", - "documentation": "\nThe maximum number of instances to launch. If you specify more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the\n largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number allowed for your\n account (the default limit for each account is 20, but this limit can be\n increased).
\n ", + "documentation": "\nThe maximum number of instances to launch. If you specify more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the\n largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. \n For more information about the default limits, and how to request an increase, see \n How\n many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
\n ", "required": true }, "KeyName": { diff --git a/services/ec2.json b/services/ec2.json index 714f87064f..da927887fd 100644 --- a/services/ec2.json +++ b/services/ec2.json @@ -3569,32 +3569,6 @@ "type": "string", "documentation": "\nThe AWS account alias (for example, amazon
, self
) or AWS account ID\n that owns the snapshot.
The key of the tag.
\nConstraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode\n characters. May not begin with aws:
The value of the tag.
\nConstraints: Tag values are case-sensitive and accept a maximum of 255 Unicode\n characters.
\n ", - "xmlname": "value" - } - }, - "documentation": "\nDescribes a tag.
\n ", - "xmlname": "item" - }, - "documentation": "\nAny tags assigned to the snapshot.
\n ", - "xmlname": "tagSet" } }, "documentation": "\n ", @@ -11268,7 +11242,7 @@ "documentation": "\n ", "xmlname": "Filter" }, - "documentation": "\nOne or more filters.
\ndescription
- The description of the security group.
group-id
- The ID of the security group.
group-name
- The name of the security group.
ip-permission.cidr
- A CIDR range that has been granted permission.
ip-permission.from-port
- The start of port range for the TCP and UDP protocols, or an ICMP type number.
ip-permission.group-name
- The name of a security group that has been granted permission.
ip-permission.protocol
- The IP protocol for the permission (tcp
| udp
|\n icmp
or a protocol number).
ip-permission.to-port
- The end of port range for the TCP and UDP protocols, or an ICMP code.
ip-permission.user-id
- The ID of an AWS account that has been granted permission.
owner-id
- The AWS account ID of the owner of the security group.
tag-key
- The key of a tag assigned to the security group.
tag-value
- The value of a tag assigned to the security group.
vpc-id
- The ID of the VPC specified when the security group was created.
One or more filters.
\ndescription
- The description of the security group.
group-id
- The ID of the security group.
group-name
- The name of the security group.
ip-permission.cidr
- A CIDR range that has been granted permission.
ip-permission.from-port
- The start of port range for the TCP and UDP protocols, or an ICMP type number.
ip-permission.group-id
- The ID of a security group that has been granted permission.
ip-permission.group-name
- The name of a security group that has been granted permission.
ip-permission.protocol
- The IP protocol for the permission (tcp
| udp
|\n icmp
or a protocol number).
ip-permission.to-port
- The end of port range for the TCP and UDP protocols, or an ICMP code.
ip-permission.user-id
- The ID of an AWS account that has been granted permission.
owner-id
- The AWS account ID of the owner of the security group.
tag-key
- The key of a tag assigned to the security group.
tag-value
- The value of a tag assigned to the security group.
vpc-id
- The ID of the VPC specified when the security group was created.
Disassociates an Elastic IP address from the instance or network interface it's\n\t\t\t\tassociated with.
\nThis is an idempotent operation. If you perform the operation more than once, Amazon EC2\n\t\t\t\tdoesn't return an error.
\nDisassociates an Elastic IP address from the instance or network interface it's\n\t\t\t\tassociated with.
\nThis is an idempotent operation. If you perform the operation more than once, Amazon EC2\n\t\t\t\tdoesn't return an error.
\nThe minimum number of instances to launch. If you specify a minimum that is more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
\nConstraints: Between 1 and the maximum number allowed for your\n account (the default for each account is 20, but this limit can be\n increased).
\n ", + "documentation": "\nThe minimum number of instances to launch. If you specify a minimum that is more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.
\nConstraints: Between 1 and the maximum number you're allowed for the specified instance type. \n For more information about the default limits, and how to request an increase, see \n How\n many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
\n ", "required": true }, "MaxCount": { "shape_name": "Integer", "type": "integer", - "documentation": "\nThe maximum number of instances to launch. If you specify more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the\n largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number allowed for your\n account (the default limit for each account is 20, but this limit can be\n increased).
\n ", + "documentation": "\nThe maximum number of instances to launch. If you specify more instances\n than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the\n largest possible number of instances above MinCount
.
Constraints: Between 1 and the maximum number you're allowed for the specified instance type. \n For more information about the default limits, and how to request an increase, see \n How\n many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.
\n ", "required": true }, "KeyName": { @@ -18621,8 +18595,7 @@ "documentation": "\n\t\tIndicates whether the private IP address is the primary private IP address.
\n " } }, - "documentation": "\n\t\tDescribes a secondary private IP address for a network interface.
\n ", - "xmlname": "PrivateIpAddressesSet" + "documentation": "\n\t\tDescribes a secondary private IP address for a network interface.
\n " }, "documentation": "\n\t\tOne or more private IP addresses to assign to the network interface.
\n ", "flattened": true diff --git a/tests/unit/response_parsing/xml/responses/ec2-create-snapshot.json b/tests/unit/response_parsing/xml/responses/ec2-create-snapshot.json index 493a73e2f8..fb3986a833 100644 --- a/tests/unit/response_parsing/xml/responses/ec2-create-snapshot.json +++ b/tests/unit/response_parsing/xml/responses/ec2-create-snapshot.json @@ -3,7 +3,6 @@ "ResponseMetadata": { "RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE" }, - "Tags": [], "VolumeId": "vol-1a2b3c4d", "State": "pending", "VolumeSize": 30, @@ -11,4 +10,4 @@ "SnapshotId": "snap-1a2b3c4d", "OwnerId": "111122223333", "Progress": "60%" -} \ No newline at end of file +}