aws-sdk-ec2instanceconnect 1.50.0 → 1.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ec87c50272a1e59e6e2314f910567ff0ece0b1160d383620681c01e7958f131
4
- data.tar.gz: 04a1d328cb613c4f19be78962f93f94e2d9815b5ffc561f292a8cda136db680b
3
+ metadata.gz: 58e5a584a03dd25f6a0b6264d1da330a93d2f9e193f52364c454bd5e5a53042a
4
+ data.tar.gz: 72947725a173a14b8330848171ef29dc635aea0c8a00296a738e344ed2d4de27
5
5
  SHA512:
6
- metadata.gz: 3d39230715fdf0e38e63a765d1f0c2e67060e85fdf26c0430173897db8fa4d5b1f76af1429f1d9adc109eba6e584e123cd304cfb64c52755448c5985a6bb3b13
7
- data.tar.gz: a2a23501724b9766df5bae57271f012e847ecd2d7b6b4f82c31f5543c4fcbf0a5d076358f77a1cc0ae9fc75301f8c154e28f43321eafc593704ac087fe4fdccd
6
+ metadata.gz: b6ce49bfaa2262ac555737eaff726b54915815025176827a6697b578ed95598e7680f34aa50358a319b0e389a49524bfa5c0b8c0e8bf3d00d72fb22d6984782d
7
+ data.tar.gz: 470ef1a4dfea5b33b7d2afc5e722fe9e6a291c2616391d8c6d4947691310c72099328dfc2a31025b609f70267022c2be31ecccef1ecb865c0045e9b8f05822d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.50.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:ec2instanceconnect)
40
-
41
39
  module Aws::EC2InstanceConnect
42
40
  # An API client for EC2InstanceConnect. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -600,7 +598,7 @@ module Aws::EC2InstanceConnect
600
598
  tracer: tracer
601
599
  )
602
600
  context[:gem_name] = 'aws-sdk-ec2instanceconnect'
603
- context[:gem_version] = '1.50.0'
601
+ context[:gem_version] = '1.51.0'
604
602
  Seahorse::Client::Request.new(handlers, context)
605
603
  end
606
604
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:ec2instanceconnect)
15
+
14
16
  # This module provides support for AWS EC2 Instance Connect. This module is available in the
15
17
  # `aws-sdk-ec2instanceconnect` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::EC2InstanceConnect
52
54
  autoload :EndpointProvider, 'aws-sdk-ec2instanceconnect/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-ec2instanceconnect/endpoints'
54
56
 
55
- GEM_VERSION = '1.50.0'
57
+ GEM_VERSION = '1.51.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2instanceconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core