aws-sdk-mediaconnect 1.70.0 → 1.71.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: 343e2194eebbdb6430fe736cafb661e44c582286a802bf644d8b7d002dea3068
4
- data.tar.gz: 672499eff0529eec03ca613ef7e7e94dd1d511cf5394abbf23f6a3810c67bc09
3
+ metadata.gz: 8cce303ec7bfe4b27501479eb9dae2804091988998cd1f0786ded82cd74aae37
4
+ data.tar.gz: 906d6702cb9db9bb42cb8d0bcca92fe8a369b5d6b27f635bc95cf028fa040f72
5
5
  SHA512:
6
- metadata.gz: c0d09d8558fd0210b16f6697ad52c06d7ecd6c8399a4e0e6aa41db475ae613b9820916a1d1e2cc935910a7e2055b6dc2724c3e9f7effe7e276bb264c2992d31d
7
- data.tar.gz: 5ae7efbbccdf2a5046c26c77ee40c19831c658e2c6cb430964d360471c128634e1c5d51d337d04035aa61ea76c47c2c35ea43677cc37254c296f479125a5c15c
6
+ metadata.gz: e5a404b9b397323737ff3a43f8cde2c9a98c9a0cabf2735a29a3ac7702ebf685c024b2bb891a93c6dc532ce9fd9f0fe46b25e90ac6a72c1513db4399558d1be5
7
+ data.tar.gz: 199ddf1fa435a5c66b7e366e92ed4e024f4f98e9cd246adbf6e26a85667abc0a8647e7602a2f5d7e7fe4273505a0d2ee972cf396ec604ae6214d325df69616b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.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.70.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.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/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:mediaconnect)
40
-
41
39
  module Aws::MediaConnect
42
40
  # An API client for MediaConnect. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -4124,7 +4122,7 @@ module Aws::MediaConnect
4124
4122
  tracer: tracer
4125
4123
  )
4126
4124
  context[:gem_name] = 'aws-sdk-mediaconnect'
4127
- context[:gem_version] = '1.70.0'
4125
+ context[:gem_version] = '1.71.0'
4128
4126
  Seahorse::Client::Request.new(handlers, context)
4129
4127
  end
4130
4128
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:mediaconnect)
15
+
14
16
  # This module provides support for AWS MediaConnect. This module is available in the
15
17
  # `aws-sdk-mediaconnect` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::MediaConnect
53
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
55
57
 
56
- GEM_VERSION = '1.70.0'
58
+ GEM_VERSION = '1.71.0'
57
59
 
58
60
  end
59
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.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