aws-sdk-amplify 1.20.0 → 1.21.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: 839ec4be829737d6749683784879b11e7683f65c0fb0a011617d722753aba644
4
- data.tar.gz: d5b5e85b2b055a62d435c00fceea214bde066c5f2789eb82bb3a5ddb464a6ff4
3
+ metadata.gz: 7bcbdf1bc6b812f2b0ebbf076b1a0a70374c8424f464dab27311d0238f35554b
4
+ data.tar.gz: c2953ed2db77148588992084270abf2afcff3fedd5006e0fc32aca84c64f774a
5
5
  SHA512:
6
- metadata.gz: e801bc58aff85c850b3703f202b420cd512a25fed8a986e857a3689c42afcff98846b969d8b57ab8719e8b9271419b9f09259d1496372c9c3c56283140d4f65e
7
- data.tar.gz: 56ccf423c515e20a87a22f53ec739c9be42ac1c37ceb14e7d7e3b1a52c93d567103a147814b9d61487e4af5f8ba6218808cf4980c9204f0aea3b3f0782ed4e09
6
+ metadata.gz: 9ff6949a2558276770df4dab73dad328f283ec956c7705f8f842fb78cfffbac4f64a92b3d3809750e7f41fb4ce45174c508242d54361a87aa7cebe8f070a44aa
7
+ data.tar.gz: 4ad932d3513f5eb04d2fa2aab6f88549ccd0f7e1eadfe185d8a4d1472ef25bfd4540883695463a6b4adecec62afc6801784c01d45c18982ff310797644b79b12
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-amplify/customizations'
47
47
  # @service
48
48
  module Aws::Amplify
49
49
 
50
- GEM_VERSION = '1.20.0'
50
+ GEM_VERSION = '1.21.0'
51
51
 
52
52
  end
@@ -2527,7 +2527,7 @@ module Aws::Amplify
2527
2527
  params: params,
2528
2528
  config: config)
2529
2529
  context[:gem_name] = 'aws-sdk-amplify'
2530
- context[:gem_version] = '1.20.0'
2530
+ context[:gem_version] = '1.21.0'
2531
2531
  Seahorse::Client::Request.new(handlers, context)
2532
2532
  end
2533
2533
 
@@ -67,7 +67,7 @@ module Aws::Amplify
67
67
  # @return [Boolean]
68
68
  #
69
69
  # @!attribute [rw] enable_branch_auto_deletion
70
- # Automatically disconnects a branch in the Amplify Console when you
70
+ # Automatically disconnect a branch in the Amplify Console when you
71
71
  # delete a branch from your Git repository.
72
72
  # @return [Boolean]
73
73
  #
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.20.0
4
+ version: 1.21.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-06-24 00:00:00.000000000 Z
11
+ date: 2020-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core