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.
@@ -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
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.296.0'
75
+ GEM_VERSION = '1.300.0'
76
76
 
77
77
  end
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.296.0
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-01-27 00:00:00.000000000 Z
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.125.0
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.125.0
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: