aws-sdk-cognitoidentityprovider 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cedefff3ce398b72dfd48fc26fd488871abf918c253a38ca7314b7892b037470
4
- data.tar.gz: f32968ce666c0ae289de5b65beaadfca4aab47b877476dcfeef5df770cfd3b8c
3
+ metadata.gz: 4022b18a31855d42eb7393e1122cfa16230c345f49c2263e19bafa6e8dd4d908
4
+ data.tar.gz: 68b65956898484f39788b040583c5b944a5f4be7b817efa372c95768fe849ef5
5
5
  SHA512:
6
- metadata.gz: 94a02822bc950fe7035156c80e0fc7cf879606b5c1724aa73a541cc45f94ce2a39accd54c326119b71586f1bd31f3d9ef3cf4272c8db7b5a02a8614ceafc7373
7
- data.tar.gz: 3cbce75512e4969a5d935319a6969c9f49df08762f87adde4e02a13fbd1e3cd220a02ac3e0ccf87dba838ea909a2ff843dbb70deb76acf98b6bf72f25ec5d322
6
+ metadata.gz: 704d8f8f44114eecbf82bddb52a3b62dd5ca99c1babba45d0314b29fcff07d34571d983bef4ee2eabcac88e5f31024989da631d9aa5ebacfb29779cc8fbb1b48
7
+ data.tar.gz: bfb248e200a874da0145ff993403ffe01c02c517aa9b1949aba98f1d177e3eeb87027fb0d6d03e739d264efc16b2f00e1ee7efad3981a7d2d45bc0f72fc3623c
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
45
47
  # @service
46
48
  module Aws::CognitoIdentityProvider
47
49
 
48
- GEM_VERSION = '1.38.0'
50
+ GEM_VERSION = '1.39.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6879,7 +6881,7 @@ module Aws::CognitoIdentityProvider
6879
6881
  params: params,
6880
6882
  config: config)
6881
6883
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
6882
- context[:gem_version] = '1.38.0'
6884
+ context[:gem_version] = '1.39.0'
6883
6885
  Seahorse::Client::Request.new(handlers, context)
6884
6886
  end
6885
6887
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -2993,6 +2995,7 @@ module Aws::CognitoIdentityProvider
2993
2995
  o.name = "InitiateAuth"
2994
2996
  o.http_method = "POST"
2995
2997
  o.http_request_uri = "/"
2998
+ o['authtype'] = "none"
2996
2999
  o.input = Shapes::ShapeRef.new(shape: InitiateAuthRequest)
2997
3000
  o.output = Shapes::ShapeRef.new(shape: InitiateAuthResponse)
2998
3001
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3213,6 +3216,7 @@ module Aws::CognitoIdentityProvider
3213
3216
  o.name = "RespondToAuthChallenge"
3214
3217
  o.http_method = "POST"
3215
3218
  o.http_request_uri = "/"
3219
+ o['authtype'] = "none"
3216
3220
  o.input = Shapes::ShapeRef.new(shape: RespondToAuthChallengeRequest)
3217
3221
  o.output = Shapes::ShapeRef.new(shape: RespondToAuthChallengeResponse)
3218
3222
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentityprovider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.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-15 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core