aws-sdk-ec2 1.36.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +1255 -268
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/instance.rb +6 -17
- data/lib/aws-sdk-ec2/placement_group.rb +3 -10
- data/lib/aws-sdk-ec2/resource.rb +49 -140
- data/lib/aws-sdk-ec2/subnet.rb +10 -23
- data/lib/aws-sdk-ec2/types.rb +142 -275
- data/lib/aws-sdk-ec2/volume.rb +3 -10
- data/lib/aws-sdk-ec2/vpc.rb +27 -83
- metadata +2 -2
data/lib/aws-sdk-ec2/volume.rb
CHANGED
@@ -586,16 +586,9 @@ module Aws::EC2
|
|
586
586
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
587
587
|
# filter value.
|
588
588
|
#
|
589
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
590
|
-
#
|
591
|
-
#
|
592
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
593
|
-
# of what the tag's value is), and the tag value X (regardless of
|
594
|
-
# what the tag's key is). If you want to list only resources where
|
595
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
596
|
-
#
|
597
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
598
|
-
# filter is independent of the `tag-key` filter.
|
589
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
590
|
+
# filter to find all resources assigned a tag with a specific key,
|
591
|
+
# regardless of the tag value.
|
599
592
|
#
|
600
593
|
# * `volume-id` - The ID of the volume the snapshot is for.
|
601
594
|
#
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -728,16 +728,9 @@ module Aws::EC2
|
|
728
728
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
729
729
|
# filter value.
|
730
730
|
#
|
731
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
732
|
-
#
|
733
|
-
#
|
734
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
735
|
-
# of what the tag's value is), and the tag value X (regardless of
|
736
|
-
# what the tag's key is). If you want to list only resources where
|
737
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
738
|
-
#
|
739
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
740
|
-
# filter is independent of the `tag-key` filter.
|
731
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
732
|
+
# filter to find all resources assigned a tag with a specific key,
|
733
|
+
# regardless of the tag value.
|
741
734
|
#
|
742
735
|
# * `vpc-peering-connection-id` - The ID of the VPC peering connection.
|
743
736
|
# @option options [Boolean] :dry_run
|
@@ -1039,16 +1032,9 @@ module Aws::EC2
|
|
1039
1032
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1040
1033
|
# filter value.
|
1041
1034
|
#
|
1042
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1043
|
-
#
|
1044
|
-
#
|
1045
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1046
|
-
# of what the tag's value is), and the tag value X (regardless of the
|
1047
|
-
# tag's key). If you want to list only resources where Purpose is X,
|
1048
|
-
# see the `tag`\:*key*=*value* filter.
|
1049
|
-
#
|
1050
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1051
|
-
# filter is independent of the `tag-key` filter.
|
1035
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1036
|
+
# filter to find all resources assigned a tag with a specific key,
|
1037
|
+
# regardless of the tag value.
|
1052
1038
|
#
|
1053
1039
|
# * `tenancy` - The tenancy of an instance (`dedicated` \| `default` \|
|
1054
1040
|
# `host`).
|
@@ -1121,16 +1107,9 @@ module Aws::EC2
|
|
1121
1107
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1122
1108
|
# filter value.
|
1123
1109
|
#
|
1124
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1125
|
-
#
|
1126
|
-
#
|
1127
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1128
|
-
# of what the tag's value is), and the tag value X (regardless of
|
1129
|
-
# what the tag's key is). If you want to list only resources where
|
1130
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
1131
|
-
#
|
1132
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1133
|
-
# filter is independent of the `tag-key` filter.
|
1110
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1111
|
+
# filter to find all resources assigned a tag with a specific key,
|
1112
|
+
# regardless of the tag value.
|
1134
1113
|
# @option options [Boolean] :dry_run
|
1135
1114
|
# Checks whether you have the required permissions for the action,
|
1136
1115
|
# without actually making the request, and provides an error response.
|
@@ -1223,16 +1202,9 @@ module Aws::EC2
|
|
1223
1202
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1224
1203
|
# filter value.
|
1225
1204
|
#
|
1226
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1227
|
-
#
|
1228
|
-
#
|
1229
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1230
|
-
# of what the tag's value is), and the tag value X (regardless of
|
1231
|
-
# what the tag's key is). If you want to list only resources where
|
1232
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
1233
|
-
#
|
1234
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1235
|
-
# filter is independent of the `tag-key` filter.
|
1205
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1206
|
+
# filter to find all resources assigned a tag with a specific key,
|
1207
|
+
# regardless of the tag value.
|
1236
1208
|
#
|
1237
1209
|
# * `vpc-id` - The ID of the VPC for the network ACL.
|
1238
1210
|
# @option options [Boolean] :dry_run
|
@@ -1385,16 +1357,9 @@ module Aws::EC2
|
|
1385
1357
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1386
1358
|
# filter value.
|
1387
1359
|
#
|
1388
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1389
|
-
#
|
1390
|
-
#
|
1391
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1392
|
-
# of what the tag's value is), and the tag value X (regardless of
|
1393
|
-
# what the tag's key is). If you want to list only resources where
|
1394
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
1395
|
-
#
|
1396
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1397
|
-
# filter is independent of the `tag-key` filter.
|
1360
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1361
|
+
# filter to find all resources assigned a tag with a specific key,
|
1362
|
+
# regardless of the tag value.
|
1398
1363
|
#
|
1399
1364
|
# * `vpc-id` - The ID of the VPC for the network interface.
|
1400
1365
|
# @option options [Boolean] :dry_run
|
@@ -1475,16 +1440,9 @@ module Aws::EC2
|
|
1475
1440
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1476
1441
|
# filter value.
|
1477
1442
|
#
|
1478
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1479
|
-
#
|
1480
|
-
#
|
1481
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1482
|
-
# of what the tag's value is), and the tag value X (regardless of
|
1483
|
-
# what the tag's key is). If you want to list only resources where
|
1484
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
1485
|
-
#
|
1486
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1487
|
-
# filter is independent of the `tag-key` filter.
|
1443
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1444
|
+
# filter to find all resources assigned a tag with a specific key,
|
1445
|
+
# regardless of the tag value.
|
1488
1446
|
#
|
1489
1447
|
# * `vpc-peering-connection-id` - The ID of the VPC peering connection.
|
1490
1448
|
# @option options [Boolean] :dry_run
|
@@ -1590,16 +1548,9 @@ module Aws::EC2
|
|
1590
1548
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1591
1549
|
# filter value.
|
1592
1550
|
#
|
1593
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1594
|
-
#
|
1595
|
-
#
|
1596
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1597
|
-
# of what the tag's value is), and the tag value X (regardless of
|
1598
|
-
# what the tag's key is). If you want to list only resources where
|
1599
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
1600
|
-
#
|
1601
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1602
|
-
# filter is independent of the `tag-key` filter.
|
1551
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1552
|
+
# filter to find all resources assigned a tag with a specific key,
|
1553
|
+
# regardless of the tag value.
|
1603
1554
|
#
|
1604
1555
|
# * `vpc-id` - The ID of the VPC for the route table.
|
1605
1556
|
# @option options [Boolean] :dry_run
|
@@ -1715,9 +1666,9 @@ module Aws::EC2
|
|
1715
1666
|
#
|
1716
1667
|
# * `owner-id` - The AWS account ID of the owner of the security group.
|
1717
1668
|
#
|
1718
|
-
# * `tag-key` - The key of a tag assigned to the
|
1719
|
-
#
|
1720
|
-
#
|
1669
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1670
|
+
# filter to find all resources assigned a tag with a specific key,
|
1671
|
+
# regardless of the tag value.
|
1721
1672
|
#
|
1722
1673
|
# * `vpc-id` - The ID of the VPC specified when the security group was
|
1723
1674
|
# created.
|
@@ -1816,16 +1767,9 @@ module Aws::EC2
|
|
1816
1767
|
# Purpose=X, specify `tag:Purpose` for the filter name and `X` for the
|
1817
1768
|
# filter value.
|
1818
1769
|
#
|
1819
|
-
# * `tag-key` - The key of a tag assigned to the resource.
|
1820
|
-
#
|
1821
|
-
#
|
1822
|
-
# you get any resources assigned both the tag key Purpose (regardless
|
1823
|
-
# of what the tag's value is), and the tag value X (regardless of
|
1824
|
-
# what the tag's key is). If you want to list only resources where
|
1825
|
-
# Purpose is X, see the `tag`\:*key*=*value* filter.
|
1826
|
-
#
|
1827
|
-
# * `tag-value` - The value of a tag assigned to the resource. This
|
1828
|
-
# filter is independent of the `tag-key` filter.
|
1770
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1771
|
+
# filter to find all resources assigned a tag with a specific key,
|
1772
|
+
# regardless of the tag value.
|
1829
1773
|
#
|
1830
1774
|
# * `vpc-id` - The ID of the VPC for the subnet.
|
1831
1775
|
# @option options [Array<String>] :subnet_ids
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|