aws-sdk-ec2 1.435.0 → 1.436.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.
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.435.0
4
+ version: 1.436.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: 2024-01-24 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
36
+ version: 3.191.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.188.0
46
+ version: 3.191.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:
@@ -94,6 +94,34 @@ files:
94
94
  - lib/aws-sdk-ec2/vpc_address.rb
95
95
  - lib/aws-sdk-ec2/vpc_peering_connection.rb
96
96
  - lib/aws-sdk-ec2/waiters.rb
97
+ - sig/classic_address.rbs
98
+ - sig/client.rbs
99
+ - sig/dhcp_options.rbs
100
+ - sig/errors.rbs
101
+ - sig/image.rbs
102
+ - sig/instance.rbs
103
+ - sig/internet_gateway.rbs
104
+ - sig/key_pair.rbs
105
+ - sig/key_pair_info.rbs
106
+ - sig/nat_gateway.rbs
107
+ - sig/network_acl.rbs
108
+ - sig/network_interface.rbs
109
+ - sig/network_interface_association.rbs
110
+ - sig/placement_group.rbs
111
+ - sig/resource.rbs
112
+ - sig/route.rbs
113
+ - sig/route_table.rbs
114
+ - sig/route_table_association.rbs
115
+ - sig/security_group.rbs
116
+ - sig/snapshot.rbs
117
+ - sig/subnet.rbs
118
+ - sig/tag.rbs
119
+ - sig/types.rbs
120
+ - sig/volume.rbs
121
+ - sig/vpc.rbs
122
+ - sig/vpc_address.rbs
123
+ - sig/vpc_peering_connection.rbs
124
+ - sig/waiters.rbs
97
125
  homepage: https://github.com/aws/aws-sdk-ruby
98
126
  licenses:
99
127
  - Apache-2.0