aws-sdk-serverlessapplicationrepository 1.67.0 → 1.68.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: f976149ab58427c6fbe0f5e425d7704df8be81bb6610998dff940cb62f806b3d
4
- data.tar.gz: 3da95a670fd0a82ee38a3ad7ebd1935970242e6b504491274b13c20e109d916b
3
+ metadata.gz: 7b66d1a37e7bccf8dccf3f82174ac3b0bd9979579584f3f1c0bb85b1474303cb
4
+ data.tar.gz: b38bdd1e58f6302260ef67deedb4e8dd07e2fe0c1945b8b3ea71678d8ce1a4ed
5
5
  SHA512:
6
- metadata.gz: c5e4af4c24860e1ada44d83d497f9d1f6e215d911d8669b7aebeda87e7a2f73fd3bf6d1e060de4f08423c8dfd9c4a364875c1e12ef7acd85107cd4f4833dee23
7
- data.tar.gz: 545563e68a02624fedbbc23b6e74f3eb65fbd330093f2e4140c022d07b82d6c27b52e388a36301b567fa9b7f03beafaaf09d6463dfa2bf43ffd02e9028e39f68
6
+ metadata.gz: 1f27782111751cf5da3b37612eea4fdbb3c3e17ee7038472107ed7e2c268803b57a27c6ca9f85aa8480291159fc668d8c8c766c69429ebfd31cf77f4744981b1
7
+ data.tar.gz: 8afebe407c2c855857f3fadd1c3758ab77f1f75f0ff78fbc4ba2c80c906dc09e8b95cb7b28edd6268b1b1f6a612bae01eeda0ff787c9a511aef224c8aba9ca62
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.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.67.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
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.67.0'
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.67.0'
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.67.0
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-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