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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fa116c526faa29fe16b72b15eaf4ca8a1e6fdbc077f03723c1b55dcef9a321b
4
- data.tar.gz: 543eed1ea7fd07fa7ef4cea43574211f58c94374eb785a22866baf687cf39938
3
+ metadata.gz: 6e95b2d21cdb08b098eb663a3dff11260503a126924e8d3b49ecb337e743e168
4
+ data.tar.gz: 75fed94b84e976ffbbf424c7673cc508b31f063e2d519b035c1ee0927f16db3f
5
5
  SHA512:
6
- metadata.gz: 369a2801c035c92fc62d16ea929e27c63fa039757cb0086d0f21e8e3a0acab96496e9f430db2be84e341268ba71baf1283093010088966ddefdfbe4713d9b2bf
7
- data.tar.gz: c96d127dd2810b236ad3f4f717598bf0ab1886cdaf217e8fc6dc3a17f4f04df742162467bccfcc8f91818be698ab7ce7f86b8209df7608ea84dd0c48339d9684
6
+ metadata.gz: 63bf5eaa73461991155ec71549ecdad5c9d1a589a1f3f4c8e083ae7a1c2235d261e3390f1dfe8823236778589e357190927ac24c0264d290eb6322af6bc064d5
7
+ data.tar.gz: 361355eff5f3eec30305a72aac72927b9366fdf43fbbc5961363d7f49edda1bdf76c77067d5ece6a692fb68403da63dcf5b74ca80c050428a6f22d9e71cee7ed
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-amplify/customizations'
48
48
  # @!group service
49
49
  module Aws::Amplify
50
50
 
51
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.24.0'
52
52
 
53
53
  end
@@ -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.23.0'
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.23.0
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-15 00:00:00.000000000 Z
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