aws-sdk-chimesdkmediapipelines 1.31.0 → 1.32.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: f5cdff53b54b7f977b5f18436f621f150d65e92c28c8d80a54db53dff260627d
4
- data.tar.gz: 4a1e8d0261463cc6393caa62cf6096f8576afa921cb628f3004acd2f3884ac74
3
+ metadata.gz: 6b4ee0d9b6f31a2ddf8d53c981fa20d4ea4509acf1b71c531e9abf283a3c4f5b
4
+ data.tar.gz: 7c35b646f801ecd0e4488d82bf0bc64617a65510618d4831c286a810c62a823d
5
5
  SHA512:
6
- metadata.gz: 003520d406873cf98700f2cf40a5a300bb94a58ed315121977fdf430eb9f9c51b2d3a80eda35c4397c3acf3622b2b0541ab65ebdbda43b819c1a83f4c628aee7
7
- data.tar.gz: 257a329bcadb6611bac521c42d8b6d71307d4854a398e157afc8e2e5d18bbf79c3bc6907a09edcf48176407eb43bbc448f8ce080896d8bb8f75a607c2690c755
6
+ metadata.gz: 2a901f65b7c4153267e8a5eaf9b389d6cfe2e5a52f913b4d7dab5256f63d921c1367ed89c085d29b86778635e675aaee494be679a40b2ebf24084e1158c7dada
7
+ data.tar.gz: 5245a9d98ca7a50c9bdb0edd1b92bff49a747759c9fbe79a79cb40039c0c6e24f1a400bbab3726cfb19476aa52913fff297e5316542c28dfd6c19774d0fe7587
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.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(:chimesdkmediapipelines)
40
-
41
39
  module Aws::ChimeSDKMediaPipelines
42
40
  # An API client for ChimeSDKMediaPipelines. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2561,7 +2559,7 @@ module Aws::ChimeSDKMediaPipelines
2561
2559
  tracer: tracer
2562
2560
  )
2563
2561
  context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
2564
- context[:gem_version] = '1.31.0'
2562
+ context[:gem_version] = '1.32.0'
2565
2563
  Seahorse::Client::Request.new(handlers, context)
2566
2564
  end
2567
2565
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:chimesdkmediapipelines)
15
+
14
16
  # This module provides support for Amazon Chime SDK Media Pipelines. This module is available in the
15
17
  # `aws-sdk-chimesdkmediapipelines` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ChimeSDKMediaPipelines
52
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmediapipelines/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-chimesdkmediapipelines/endpoints'
54
56
 
55
- GEM_VERSION = '1.31.0'
57
+ GEM_VERSION = '1.32.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-chimesdkmediapipelines
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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