aws-sdk-ec2 1.445.0 → 1.446.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +2 -3
- data/lib/aws-sdk-ec2/client_api.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +5 -2
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79f1dc96e9cfe4129790c09e5bc90afb0fb7ec58c2bf5a7bf60f574837c194cc
|
4
|
+
data.tar.gz: 3386bb4e4299af1f0258670bc9af62422e5fb9359876aa86cd9b9760d5a71542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9feef69492983467f94327f6b33e01d751e717640c71d3b1777048cac325ef8c061c701b155aebd377117e49d6bfb0dda3b75e2e369b44e8c6beba6794e561c
|
7
|
+
data.tar.gz: 34de90ed89f54605add4227c3562cc42fb99af4d8e5174fbb0eeb0819beaa73135733efb27fa023404468f865c018d39711ecae278b00115566b35bce1c3359e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.446.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -56994,8 +56994,7 @@ module Aws::EC2
|
|
56994
56994
|
# * `type` - The type of route (`propagated` \| `static`).
|
56995
56995
|
#
|
56996
56996
|
# @option params [Integer] :max_results
|
56997
|
-
# The maximum number of routes to return.
|
56998
|
-
# the default is 1000.
|
56997
|
+
# The maximum number of routes to return.
|
56999
56998
|
#
|
57000
56999
|
# @option params [Boolean] :dry_run
|
57001
57000
|
# Checks whether you have the required permissions for the action,
|
@@ -59116,7 +59115,7 @@ module Aws::EC2
|
|
59116
59115
|
params: params,
|
59117
59116
|
config: config)
|
59118
59117
|
context[:gem_name] = 'aws-sdk-ec2'
|
59119
|
-
context[:gem_version] = '1.
|
59118
|
+
context[:gem_version] = '1.446.0'
|
59120
59119
|
Seahorse::Client::Request.new(handlers, context)
|
59121
59120
|
end
|
59122
59121
|
|
@@ -12384,7 +12384,7 @@ module Aws::EC2
|
|
12384
12384
|
NeuronInfo.add_member(:total_neuron_device_memory_in_mi_b, Shapes::ShapeRef.new(shape: TotalNeuronMemory, location_name: "totalNeuronDeviceMemoryInMiB"))
|
12385
12385
|
NeuronInfo.struct_class = Types::NeuronInfo
|
12386
12386
|
|
12387
|
-
NewDhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "
|
12387
|
+
NewDhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
12388
12388
|
NewDhcpConfiguration.add_member(:values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Value"))
|
12389
12389
|
NewDhcpConfiguration.struct_class = Types::NewDhcpConfiguration
|
12390
12390
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -52585,10 +52585,14 @@ module Aws::EC2
|
|
52585
52585
|
include Aws::Structure
|
52586
52586
|
end
|
52587
52587
|
|
52588
|
+
# Describes a DHCP configuration option.
|
52589
|
+
#
|
52588
52590
|
# @!attribute [rw] key
|
52591
|
+
# The name of a DHCP option.
|
52589
52592
|
# @return [String]
|
52590
52593
|
#
|
52591
52594
|
# @!attribute [rw] values
|
52595
|
+
# The values for the DHCP option.
|
52592
52596
|
# @return [Array<String>]
|
52593
52597
|
#
|
52594
52598
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NewDhcpConfiguration AWS API Documentation
|
@@ -60111,8 +60115,7 @@ module Aws::EC2
|
|
60111
60115
|
# @return [Array<Types::Filter>]
|
60112
60116
|
#
|
60113
60117
|
# @!attribute [rw] max_results
|
60114
|
-
# The maximum number of routes to return.
|
60115
|
-
# the default is 1000.
|
60118
|
+
# The maximum number of routes to return.
|
60116
60119
|
# @return [Integer]
|
60117
60120
|
#
|
60118
60121
|
# @!attribute [rw] dry_run
|
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.446.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-03-
|
11
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|