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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f33b6a505b2c3eb49d0b06132cbff9ad24f9799a5c502ab18c7311b8c31d8af
4
- data.tar.gz: b01c5077af94a08c4107134461362cf3d7010e87960b6dd2b4ae1bb8574bb5d7
3
+ metadata.gz: 79f1dc96e9cfe4129790c09e5bc90afb0fb7ec58c2bf5a7bf60f574837c194cc
4
+ data.tar.gz: 3386bb4e4299af1f0258670bc9af62422e5fb9359876aa86cd9b9760d5a71542
5
5
  SHA512:
6
- metadata.gz: 62235ad869ccb1fe3792e735856a15766b58a8aee14d88fe23dff85d62c2991a45095517b2f75b489f11be6f17beb7b18f6b4709298092d361991cc08f289341
7
- data.tar.gz: 6f6bf99c7e3f12109ca0e9be12fb102d18048c0d6c5b2b89fd818b161b75a1e2f1b8ce7645f43f66c5ad3f88ef3154c401b5567a668df0a6b4e55559d4dc556a
6
+ metadata.gz: e9feef69492983467f94327f6b33e01d751e717640c71d3b1777048cac325ef8c061c701b155aebd377117e49d6bfb0dda3b75e2e369b44e8c6beba6794e561c
7
+ data.tar.gz: 34de90ed89f54605add4227c3562cc42fb99af4d8e5174fbb0eeb0819beaa73135733efb27fa023404468f865c018d39711ecae278b00115566b35bce1c3359e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.446.0 (2024-03-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
8
+
4
9
  1.445.0 (2024-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.445.0
1
+ 1.446.0
@@ -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. If a value is not provided,
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.445.0'
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: "key"))
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
 
@@ -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. If a value is not provided,
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
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.445.0'
79
+ GEM_VERSION = '1.446.0'
80
80
 
81
81
  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.445.0
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-25 00:00:00.000000000 Z
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