aws-sdk-fms 1.24.0 → 1.25.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: 6a47c4df9d04dcfa42d1de0904be35241affb5d770dfef70b7df264feea3ec9f
4
- data.tar.gz: 3aeb71574d41cc872b4ef185069c9ceaa0ffe5cd009880434ab4b408ad7a68d4
3
+ metadata.gz: 48fabae864bef87ef3762849614ef72941a2fb5a173f28e19afafe8e78792edc
4
+ data.tar.gz: 8022724634eb2f18c78bc80972abf644df0a991600b778be61a4e165c4b56ee2
5
5
  SHA512:
6
- metadata.gz: 5aa567911545a03f3b2cdafdde81bbcf62c30cec41aec6cbcf2ffca268b4486a77f26726a8aa48961ef300837a329a5c657ec7d7b605be4926d6347b769781cc
7
- data.tar.gz: 8ffcd42ac4d094d7ac3b52eec9d4a1f94cec2975e02e06d775ccc842625232c86e05545d6f6ec7d2510880760586cfdd3c53236233df5341a6941b2582a9604f
6
+ metadata.gz: 4920bb4b97b505aee41a5700b6ffc788b8ba468a9f408b8512f08394507342f21998660e8b3e4474e1fc634007dbb5432b1adf4d053d64d6751b849fee4fba8d
7
+ data.tar.gz: 8c2377a08a3bc99dd7219529ab149323235f6acbbbf45bb5baaece89de4dadb69fe73b53a614edc9151ecd3893428820cd67e7cb40c7086b4c707c4fdcac7a2c
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-fms/customizations'
45
45
  # @service
46
46
  module Aws::FMS
47
47
 
48
- GEM_VERSION = '1.24.0'
48
+ GEM_VERSION = '1.25.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::FMS
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::FMS
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1067,7 +1067,7 @@ module Aws::FMS
1067
1067
  params: params,
1068
1068
  config: config)
1069
1069
  context[:gem_name] = 'aws-sdk-fms'
1070
- context[:gem_version] = '1.24.0'
1070
+ context[:gem_version] = '1.25.0'
1071
1071
  Seahorse::Client::Request.new(handlers, context)
1072
1072
  end
1073
1073
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core