aws-sdk-serverlessapplicationrepository 1.67.0 → 1.68.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-serverlessapplicationrepository/client.rb +1 -3
- data/lib/aws-sdk-serverlessapplicationrepository.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b66d1a37e7bccf8dccf3f82174ac3b0bd9979579584f3f1c0bb85b1474303cb
|
|
4
|
+
data.tar.gz: b38bdd1e58f6302260ef67deedb4e8dd07e2fe0c1945b8b3ea71678d8ce1a4ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f27782111751cf5da3b37612eea4fdbb3c3e17ee7038472107ed7e2c268803b57a27c6ca9f85aa8480291159fc668d8c8c766c69429ebfd31cf77f4744981b1
|
|
7
|
+
data.tar.gz: 8afebe407c2c855857f3fadd1c3758ab77f1f75f0ff78fbc4ba2c80c906dc09e8b95cb7b28edd6268b1b1f6a612bae01eeda0ff787c9a511aef224c8aba9ca62
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.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(:serverlessapplicationrepository)
|
|
40
|
-
|
|
41
39
|
module Aws::ServerlessApplicationRepository
|
|
42
40
|
# An API client for ServerlessApplicationRepository. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -1265,7 +1263,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
1265
1263
|
tracer: tracer
|
|
1266
1264
|
)
|
|
1267
1265
|
context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
|
|
1268
|
-
context[:gem_version] = '1.
|
|
1266
|
+
context[:gem_version] = '1.68.0'
|
|
1269
1267
|
Seahorse::Client::Request.new(handlers, context)
|
|
1270
1268
|
end
|
|
1271
1269
|
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:serverlessapplicationrepository)
|
|
15
|
+
|
|
14
16
|
# This module provides support for AWSServerlessApplicationRepository. This module is available in the
|
|
15
17
|
# `aws-sdk-serverlessapplicationrepository` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.68.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-serverlessapplicationrepository
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.68.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-
|
|
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
|