aws-sdk-serverlessapplicationrepository 1.26.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe8eb227b3e203055b25bdeefda3b2e6bd325f9a6d03490ec8daf6c5a6d84bac
|
4
|
+
data.tar.gz: 51b20cf4fe7c68ae695a32e5eb98b56d211f6d16de609fcfc273e69de8fb64cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1dd0f9ecb68d2b3e04cc449113caa9afa1f9a3ae6f6070d6abc7fb2cb1d347220ba670d450e1f58f942097c73ec72b020e8655a9066ebee24313347a557be0e
|
7
|
+
data.tar.gz: e054023f54fd9ce175202ea4abd99e12504aa601b37a583b6d9757f5c9dec4ac836808f13212ca1797731f4d5fcc089d9e972a38331a869df99d6dcf6cbf2684
|
@@ -176,7 +176,7 @@ module Aws::ServerlessApplicationRepository
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -1119,7 +1119,7 @@ module Aws::ServerlessApplicationRepository
|
|
1119
1119
|
params: params,
|
1120
1120
|
config: config)
|
1121
1121
|
context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
|
1122
|
-
context[:gem_version] = '1.
|
1122
|
+
context[:gem_version] = '1.27.0'
|
1123
1123
|
Seahorse::Client::Request.new(handlers, context)
|
1124
1124
|
end
|
1125
1125
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-serverlessapplicationrepository
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.27.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-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|