aws-sdk-ec2 1.143.0 → 1.144.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 +304 -295
- data/lib/aws-sdk-ec2/client_api.rb +365 -254
- data/lib/aws-sdk-ec2/network_interface.rb +2 -2
- data/lib/aws-sdk-ec2/placement_group.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +29 -29
- data/lib/aws-sdk-ec2/route.rb +2 -2
- data/lib/aws-sdk-ec2/route_table.rb +4 -4
- data/lib/aws-sdk-ec2/security_group.rb +3 -3
- data/lib/aws-sdk-ec2/snapshot.rb +2 -2
- data/lib/aws-sdk-ec2/subnet.rb +10 -10
- data/lib/aws-sdk-ec2/types.rb +375 -365
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +9 -9
- metadata +2 -2
data/lib/aws-sdk-ec2/volume.rb
CHANGED
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -755,7 +755,7 @@ module Aws::EC2
|
|
755
755
|
# },
|
756
756
|
# ],
|
757
757
|
# dry_run: false,
|
758
|
-
# vpc_peering_connection_ids: ["
|
758
|
+
# vpc_peering_connection_ids: ["VpcPeeringConnectionId"],
|
759
759
|
# })
|
760
760
|
# @param [Hash] options ({})
|
761
761
|
# @option options [Array<Types::Filter>] :filters
|
@@ -851,7 +851,7 @@ module Aws::EC2
|
|
851
851
|
# values: ["String"],
|
852
852
|
# },
|
853
853
|
# ],
|
854
|
-
# instance_ids: ["
|
854
|
+
# instance_ids: ["InstanceId"],
|
855
855
|
# dry_run: false,
|
856
856
|
# })
|
857
857
|
# @param [Hash] options ({})
|
@@ -1172,7 +1172,7 @@ module Aws::EC2
|
|
1172
1172
|
# },
|
1173
1173
|
# ],
|
1174
1174
|
# dry_run: false,
|
1175
|
-
# internet_gateway_ids: ["
|
1175
|
+
# internet_gateway_ids: ["InternetGatewayId"],
|
1176
1176
|
# })
|
1177
1177
|
# @param [Hash] options ({})
|
1178
1178
|
# @option options [Array<Types::Filter>] :filters
|
@@ -1240,7 +1240,7 @@ module Aws::EC2
|
|
1240
1240
|
# },
|
1241
1241
|
# ],
|
1242
1242
|
# dry_run: false,
|
1243
|
-
# network_acl_ids: ["
|
1243
|
+
# network_acl_ids: ["NetworkAclId"],
|
1244
1244
|
# })
|
1245
1245
|
# @param [Hash] options ({})
|
1246
1246
|
# @option options [Array<Types::Filter>] :filters
|
@@ -1338,7 +1338,7 @@ module Aws::EC2
|
|
1338
1338
|
# },
|
1339
1339
|
# ],
|
1340
1340
|
# dry_run: false,
|
1341
|
-
# network_interface_ids: ["
|
1341
|
+
# network_interface_ids: ["NetworkInterfaceId"],
|
1342
1342
|
# })
|
1343
1343
|
# @param [Hash] options ({})
|
1344
1344
|
# @option options [Array<Types::Filter>] :filters
|
@@ -1495,7 +1495,7 @@ module Aws::EC2
|
|
1495
1495
|
# },
|
1496
1496
|
# ],
|
1497
1497
|
# dry_run: false,
|
1498
|
-
# vpc_peering_connection_ids: ["
|
1498
|
+
# vpc_peering_connection_ids: ["VpcPeeringConnectionId"],
|
1499
1499
|
# })
|
1500
1500
|
# @param [Hash] options ({})
|
1501
1501
|
# @option options [Array<Types::Filter>] :filters
|
@@ -1580,7 +1580,7 @@ module Aws::EC2
|
|
1580
1580
|
# },
|
1581
1581
|
# ],
|
1582
1582
|
# dry_run: false,
|
1583
|
-
# route_table_ids: ["
|
1583
|
+
# route_table_ids: ["RouteTableId"],
|
1584
1584
|
# })
|
1585
1585
|
# @param [Hash] options ({})
|
1586
1586
|
# @option options [Array<Types::Filter>] :filters
|
@@ -1696,7 +1696,7 @@ module Aws::EC2
|
|
1696
1696
|
# },
|
1697
1697
|
# ],
|
1698
1698
|
# group_ids: ["String"],
|
1699
|
-
# group_names: ["
|
1699
|
+
# group_names: ["SecurityGroupName"],
|
1700
1700
|
# dry_run: false,
|
1701
1701
|
# })
|
1702
1702
|
# @param [Hash] options ({})
|
@@ -1828,7 +1828,7 @@ module Aws::EC2
|
|
1828
1828
|
# values: ["String"],
|
1829
1829
|
# },
|
1830
1830
|
# ],
|
1831
|
-
# subnet_ids: ["
|
1831
|
+
# subnet_ids: ["SubnetId"],
|
1832
1832
|
# dry_run: false,
|
1833
1833
|
# })
|
1834
1834
|
# @param [Hash] options ({})
|
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.144.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: 2020-02-
|
11
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|