aws-sdk-serverlessapplicationrepository 1.69.0 → 1.70.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: d32adea865956bc4190a72fe45fb372ec5a044b1510802036e49f99a686f3c4a
4
- data.tar.gz: 5036019b854b4e53abefe3abc28ad5eaba11af443bed1d93fbca651ada5600fb
3
+ metadata.gz: c4dd7feb22f0f8cf62b6716e69e5780ee829850b686c19599d3304c8fa897ec6
4
+ data.tar.gz: ddccfe8525c96fe522c04e00ab481a2187061cabf09e888a4dd34b5620e4d977
5
5
  SHA512:
6
- metadata.gz: 3477d136020551e9521aed9ac59fbaf06a6e37c4d2ac509ab27bd53ba94b7c99155d569976b93911a7a9eed75c148c79d4d88c1bb104cb1279d90f138aea0c96
7
- data.tar.gz: c602282682268ae6e75efadb849d35e307e86d6029fa1abf8aa3959d5213bba7101107fcd8e8a7106f94d6b5e751586dd27cc0c26450ebf29ffab93c1c26c5d2
6
+ metadata.gz: 51e32e94ea5e038cda26598a0f6f2d8999fda3867d8e2b45e971b193b30852280191cd628df55c745e98fe696dc2023f0a03419dfa3e4c4d662a8b61b2cb9d28
7
+ data.tar.gz: ffafa3551a888f00a0c271eb9cedc62000a5ca8d2f682ae402eff33a855b1f63a0c5368f2502c9081dc4d4f1788737246093f0974592982db7bb5b0f05b2f61c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.69.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
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.69.0'
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\]\\\{8\\}\\-\[0-9a-fA-F\]\\\{4\\}\\-\[0-9a-fA-F\]\\\{4\\}\\-\[0-9a-fA-F\]\\\{4\\}\\-\[0-9a-fA-F\]\\\{12\\}
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\]\\\{8\\}\\-\[0-9a-fA-F\]\\\{4\\}\\-\[0-9a-fA-F\]\\\{4\\}\\-\[0-9a-fA-F\]\\\{4\\}\\-\[0-9a-fA-F\]\\\{12\\}
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.69.0'
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.69.0
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-10-18 00:00:00.000000000 Z
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