aws-sdk-amplify 1.86.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplify/client.rb +1 -1
- data/lib/aws-sdk-amplify/types.rb +2 -2
- data/lib/aws-sdk-amplify.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc923b7fa2acdf67e21b2bd7e76621155041ba628ff70532663496d3de3f7123
|
4
|
+
data.tar.gz: 828133f665fdcf71df4d9f371ac7b761626a3a25589ac62ca380e5d30e480c16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1877fe066c3373f0d9341183bf8acc70bb8bc7b82e5c21898f5fa90117263b06236023c80c5f5b2244cd835ddf48f93743b7640fa61eddc828a9ca51a5332c7f
|
7
|
+
data.tar.gz: 03516e07e685bf832312328105f1746d476e0bd3248616598b903e6a05dcf16f1defe1ea773b6637d51f7ceeb2f2088f56fc99af3b24d9b4006ab2c9abe2982b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.0
|
@@ -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.
|
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
|
data/lib/aws-sdk-amplify.rb
CHANGED