aws-sdk-amplify 1.23.0 → 1.24.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/lib/aws-sdk-amplify.rb +1 -1
- data/lib/aws-sdk-amplify/client.rb +1 -1
- data/lib/aws-sdk-amplify/types.rb +21 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e95b2d21cdb08b098eb663a3dff11260503a126924e8d3b49ecb337e743e168
|
|
4
|
+
data.tar.gz: 75fed94b84e976ffbbf424c7673cc508b31f063e2d519b035c1ee0927f16db3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63bf5eaa73461991155ec71549ecdad5c9d1a589a1f3f4c8e083ae7a1c2235d261e3390f1dfe8823236778589e357190927ac24c0264d290eb6322af6bc064d5
|
|
7
|
+
data.tar.gz: 361355eff5f3eec30305a72aac72927b9366fdf43fbbc5961363d7f49edda1bdf76c77067d5ece6a692fb68403da63dcf5b74ca80c050428a6f22d9e71cee7ed
|
data/lib/aws-sdk-amplify.rb
CHANGED
|
@@ -2542,7 +2542,7 @@ module Aws::Amplify
|
|
|
2542
2542
|
params: params,
|
|
2543
2543
|
config: config)
|
|
2544
2544
|
context[:gem_name] = 'aws-sdk-amplify'
|
|
2545
|
-
context[:gem_version] = '1.
|
|
2545
|
+
context[:gem_version] = '1.24.0'
|
|
2546
2546
|
Seahorse::Client::Request.new(handlers, context)
|
|
2547
2547
|
end
|
|
2548
2548
|
|
|
@@ -993,6 +993,27 @@ module Aws::Amplify
|
|
|
993
993
|
#
|
|
994
994
|
# @!attribute [rw] status
|
|
995
995
|
# The status code for a URL rewrite or redirect rule.
|
|
996
|
+
#
|
|
997
|
+
# 200
|
|
998
|
+
#
|
|
999
|
+
# : Represents a 200 rewrite rule.
|
|
1000
|
+
#
|
|
1001
|
+
# 301
|
|
1002
|
+
#
|
|
1003
|
+
# : Represents a 301 (moved pemanently) redirect rule. This and all
|
|
1004
|
+
# future requests should be directed to the target URL.
|
|
1005
|
+
#
|
|
1006
|
+
# 302
|
|
1007
|
+
#
|
|
1008
|
+
# : Represents a 302 temporary redirect rule.
|
|
1009
|
+
#
|
|
1010
|
+
# 404
|
|
1011
|
+
#
|
|
1012
|
+
# : Represents a 404 redirect rule.
|
|
1013
|
+
#
|
|
1014
|
+
# 404-200
|
|
1015
|
+
#
|
|
1016
|
+
# : Represents a 404 rewrite rule.
|
|
996
1017
|
# @return [String]
|
|
997
1018
|
#
|
|
998
1019
|
# @!attribute [rw] condition
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-amplify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.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: 2020-09-
|
|
11
|
+
date: 2020-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|