aws-sdk-amplify 1.85.0 → 1.87.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: b6952005e409173d43018604f9fa99702e53a711136ee1f4207f83c5e4138d31
4
- data.tar.gz: 1c2a983ecfcf7d1ef510736bf0de867ec1b425e735ac9dad4eed998a72322ec5
3
+ metadata.gz: cc923b7fa2acdf67e21b2bd7e76621155041ba628ff70532663496d3de3f7123
4
+ data.tar.gz: 828133f665fdcf71df4d9f371ac7b761626a3a25589ac62ca380e5d30e480c16
5
5
  SHA512:
6
- metadata.gz: 939e1083f2a6b84ace82e3fb85e4a8937e13e0c361250af5d82ad705411b9c1f39474e60a99bc6b39f7f5c096607dbf2130ab88281826dec21b3784a033bd9df
7
- data.tar.gz: bfae20ad3dd3bf97ce7cca848da2f0eff6fe08bbfdd99addffe1f13edafcdc8065fc4e2097eb780588c535766514d2c2d0c2ed9c8af5cf8343b4f337a9254435
6
+ metadata.gz: 1877fe066c3373f0d9341183bf8acc70bb8bc7b82e5c21898f5fa90117263b06236023c80c5f5b2244cd835ddf48f93743b7640fa61eddc828a9ca51a5332c7f
7
+ data.tar.gz: 03516e07e685bf832312328105f1746d476e0bd3248616598b903e6a05dcf16f1defe1ea773b6637d51f7ceeb2f2088f56fc99af3b24d9b4006ab2c9abe2982b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2025-06-04)
5
+ ------------------
6
+
7
+ * Feature - Update documentation for cacheConfig in CreateApp API
8
+
9
+ 1.86.0 (2025-06-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.85.0 (2025-05-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.0
@@ -3151,7 +3151,7 @@ module Aws::Amplify
3151
3151
  tracer: tracer
3152
3152
  )
3153
3153
  context[:gem_name] = 'aws-sdk-amplify'
3154
- context[:gem_version] = '1.85.0'
3154
+ context[:gem_version] = '1.87.0'
3155
3155
  Seahorse::Client::Request.new(handlers, context)
3156
3156
  end
3157
3157
 
@@ -586,11 +586,11 @@ module Aws::Amplify
586
586
  #
587
587
  # The `AMPLIFY_MANAGED` cache configuration automatically applies an
588
588
  # optimized cache configuration for your app based on its platform,
589
- # routing rules, and rewrite rules. This is the default setting.
589
+ # routing rules, and rewrite rules.
590
590
  #
591
591
  # The `AMPLIFY_MANAGED_NO_COOKIES` cache configuration type is the
592
592
  # same as `AMPLIFY_MANAGED`, except that it excludes all cookies from
593
- # the cache key.
593
+ # the cache key. This is the default setting.
594
594
  # @return [String]
595
595
  #
596
596
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CacheConfig AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::Amplify
54
54
  autoload :EndpointProvider, 'aws-sdk-amplify/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplify/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="