aws-sdk-ec2 1.299.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d0b62d312701b368a71bb086551d1a15aad1cc4294e02cbe7f3c5c7eaf57302
4
- data.tar.gz: 5be73fd926ba115aaf0b039a50e1041ff372a5f03b96f2cb18468888a3305bc8
3
+ metadata.gz: 4627f46af78395741e57d7c5e8253e318327f70ae7c653255d3bbdcb67d73d9e
4
+ data.tar.gz: 2f20eecba0cb1677a04184641d2ec1689e2cfdf56053b849dddad8653a14e9f7
5
5
  SHA512:
6
- metadata.gz: 44ea57340831e5ff007813a1992e4d2c136445cf761f75c3c00015d55bb45898d197ed38abea9f228477db90c9567de9d94e49b2a9fd40e7a14625a8df9b79ab
7
- data.tar.gz: c0645ceb13dd84fd84ea93d0f8ad746fe71d6384874301567d5a815ace46544e072f399a9ce32f7ad69c59674caf8e7d72b3010d815778c166cf6d380f263196
6
+ metadata.gz: 87231406635329c2f437f6729ead149607fe4d86fb02934471eaefb401bda9323d4d7dcf1997ff342c0926045ac91b0a4dd9d60087198684e345d78a77c94191
7
+ data.tar.gz: 877bcf3025f03e9702e14a5321a4e48e05e914adca2376ced22f86033d0fa9e29e7fbd6681d3960a7ee2565569b5ce92b9ed9904baece1aa7a6fb6e0776dd40f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.300.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.299.0 (2022-02-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.299.0
1
+ 1.300.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -77,6 +78,7 @@ module Aws::EC2
77
78
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
78
79
  add_plugin(Aws::Plugins::TransferEncoding)
79
80
  add_plugin(Aws::Plugins::HttpChecksum)
81
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
80
82
  add_plugin(Aws::Plugins::DefaultsMode)
81
83
  add_plugin(Aws::Plugins::RecursionDetection)
82
84
  add_plugin(Aws::Plugins::SignatureV4)
@@ -49308,7 +49310,7 @@ module Aws::EC2
49308
49310
  params: params,
49309
49311
  config: config)
49310
49312
  context[:gem_name] = 'aws-sdk-ec2'
49311
- context[:gem_version] = '1.299.0'
49313
+ context[:gem_version] = '1.300.0'
49312
49314
  Seahorse::Client::Request.new(handlers, context)
49313
49315
  end
49314
49316
 
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.299.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.299.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-02-16 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.126.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.126.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: