aws-sdk-mediastoredata 1.44.0 → 1.45.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: 32185f602172130cba6919772359e62c1d9066875377f8e0b2c7a6f2e237e064
4
- data.tar.gz: a51d7577b6bea37aa558026c4d86dce874f3ef82524c39705788956642aacea8
3
+ metadata.gz: fd5394f9ebc19e108a9d056ba449a04ddb3db6f7a4287097cb7759773f2061f3
4
+ data.tar.gz: e38b19e15464e98057d728ba1597535c4d93d93acf71fd4befffb0dc2e12122b
5
5
  SHA512:
6
- metadata.gz: 8caa852c108ac4c18aa51f7da07f3617eb47ae3c9783224e145cdb30a4b1a664578ecad5783462128b18c78b2fbf276006d3ba17341a320ccc837cff6e34a8b3
7
- data.tar.gz: ba63f979877052ed8fff55ce34d360c6efbb43cbfa9a793b24dc10dc95cc44d15ff98920960a6e00c4b114c9018a6c0e3a94201aed457876c93ca4066a9efb4e
6
+ metadata.gz: 4a399507090019d9de11427a624b521557948db0b445ec1db24b047280e0da3192a69d2fb77b86cfc8b889d5ab09744e102f095968048267626b4fa8cfca6edd
7
+ data.tar.gz: 223e50c8b78c3fb3553ffe9f19a2b6679118e4818f0d76a4bc3457b5bdd6437d2b8f3dd9209417cce676b4d70106c810f8a02e2821b1ca18dbb3b1f79fe03fb8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.44.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -216,6 +216,10 @@ module Aws::MediaStoreData
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -709,7 +713,7 @@ module Aws::MediaStoreData
709
713
  params: params,
710
714
  config: config)
711
715
  context[:gem_name] = 'aws-sdk-mediastoredata'
712
- context[:gem_version] = '1.44.0'
716
+ context[:gem_version] = '1.45.0'
713
717
  Seahorse::Client::Request.new(handlers, context)
714
718
  end
715
719
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediastoredata/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaStoreData
54
54
 
55
- GEM_VERSION = '1.44.0'
55
+ GEM_VERSION = '1.45.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediastoredata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core