aws-sdk-serverlessapplicationrepository 1.69.0 → 1.70.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: c4dd7feb22f0f8cf62b6716e69e5780ee829850b686c19599d3304c8fa897ec6
|
|
4
|
+
data.tar.gz: ddccfe8525c96fe522c04e00ab481a2187061cabf09e888a4dd34b5620e4d977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51e32e94ea5e038cda26598a0f6f2d8999fda3867d8e2b45e971b193b30852280191cd628df55c745e98fe696dc2023f0a03419dfa3e4c4d662a8b61b2cb9d28
|
|
7
|
+
data.tar.gz: ffafa3551a888f00a0c271eb9cedc62000a5ca8d2f682ae402eff33a855b1f63a0c5368f2502c9081dc4d4f1788737246093f0974592982db7bb5b0f05b2f61c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -1263,7 +1263,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
1263
1263
|
tracer: tracer
|
|
1264
1264
|
)
|
|
1265
1265
|
context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
|
|
1266
|
-
context[:gem_version] = '1.
|
|
1266
|
+
context[:gem_version] = '1.70.0'
|
|
1267
1267
|
Seahorse::Client::Request.new(handlers, context)
|
|
1268
1268
|
end
|
|
1269
1269
|
|
|
@@ -888,7 +888,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
888
888
|
# The UUID returned by CreateCloudFormationTemplate.
|
|
889
889
|
#
|
|
890
890
|
# Pattern:
|
|
891
|
-
# \[0-9a-fA-F\]
|
|
891
|
+
# \[0-9a-fA-F\]\{8}\\-\[0-9a-fA-F\]\{4}\\-\[0-9a-fA-F\]\{4}\\-\[0-9a-fA-F\]\{4}\\-\[0-9a-fA-F\]\{12}
|
|
892
892
|
# @return [String]
|
|
893
893
|
#
|
|
894
894
|
# @see http://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/CreateCloudFormationChangeSetInput AWS API Documentation
|
|
@@ -1656,7 +1656,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
1656
1656
|
# The UUID returned by CreateCloudFormationTemplate.
|
|
1657
1657
|
#
|
|
1658
1658
|
# Pattern:
|
|
1659
|
-
# \[0-9a-fA-F\]
|
|
1659
|
+
# \[0-9a-fA-F\]\{8}\\-\[0-9a-fA-F\]\{4}\\-\[0-9a-fA-F\]\{4}\\-\[0-9a-fA-F\]\{4}\\-\[0-9a-fA-F\]\{12}
|
|
1660
1660
|
# @return [String]
|
|
1661
1661
|
#
|
|
1662
1662
|
# @!attribute [rw] template_url
|
|
@@ -54,7 +54,7 @@ module Aws::ServerlessApplicationRepository
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.70.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
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.70.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|