aws-sdk-ec2 1.296.0 → 1.300.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/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +289 -72
- data/lib/aws-sdk-ec2/client_api.rb +55 -0
- data/lib/aws-sdk-ec2/resource.rb +10 -7
- data/lib/aws-sdk-ec2/subnet.rb +10 -7
- data/lib/aws-sdk-ec2/types.rb +328 -71
- data/lib/aws-sdk-ec2/vpc.rb +8 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -1499,6 +1499,14 @@ module Aws::EC2
|
|
1499
1499
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
|
1500
1500
|
# network interface.
|
1501
1501
|
#
|
1502
|
+
# * `interface-type` - The type of network interface
|
1503
|
+
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
1504
|
+
# `branch` \| `efa` \| `gateway_load_balancer` \|
|
1505
|
+
# `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
|
1506
|
+
# `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
|
1507
|
+
# `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
|
1508
|
+
# `transit_gateway` \| `trunk` \| `vpc_endpoint`).
|
1509
|
+
#
|
1502
1510
|
# * `mac-address` - The MAC address of the network interface.
|
1503
1511
|
#
|
1504
1512
|
# * `network-interface-id` - The ID of the network interface.
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.300.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: 2022-
|
11
|
+
date: 2022-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.127.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.127.0
|
47
47
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
48
48
|
This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|