aws-sdk-cognitoidentity 1.57.0 → 1.59.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: f51a7b35127626547167a1ff33ffb5fbdc695d93d6d6241e0ba103bbabbf12b0
4
- data.tar.gz: 9ae78516aad523b93e241b471fed76e6bf9aa22d874329f99f7e87bab376a6d7
3
+ metadata.gz: 9a1dc71f2185c3f6d86c4745de6cac48e1cfdf55c3b4f695c206a3226f94d2fc
4
+ data.tar.gz: 2776f9790aeb00b235c6f8a9a85bd08b576f5581a971c234c4e3d62cc5f1e3d5
5
5
  SHA512:
6
- metadata.gz: cc8b1dc252d8355dbaa0d0480fd68c651e9f6f5951b0e9d3a959ebfdcd3ddd9e6034e7599771b9dd31f91f7637dcba773b563dd6641b076feacb5c7af666bbf7
7
- data.tar.gz: f66289f128d8436f2f473c5606cabc524661402e525487f9037fbce200a9407cef00cd242a6b23854c36fde75568aaa87bd4871e16734a9824eb6555834752f1
6
+ metadata.gz: 54bb7090e1c0d7a8a2b2d8e9045dceb26f4e8a3db7a51f155b188c3072e493875d832ac3453a1e813760ebd214b26bd6ffd5a882a4f0fc6f9a691d19d0bb70a2
7
+ data.tar.gz: 48995165f744ab0f715945a1f21e75e5e2c296946c556c43f62a755cd2417bcbca09a85252e85e0d7dbfe2a8b1819f0c142242729cf982bb8c27108a3aef9b6a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2024-07-01)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
9
+ 1.58.0 (2024-06-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.57.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.0
@@ -1693,7 +1693,7 @@ module Aws::CognitoIdentity
1693
1693
  params: params,
1694
1694
  config: config)
1695
1695
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1696
- context[:gem_version] = '1.57.0'
1696
+ context[:gem_version] = '1.59.0'
1697
1697
  Seahorse::Client::Request.new(handlers, context)
1698
1698
  end
1699
1699
 
@@ -423,9 +423,11 @@ module Aws::CognitoIdentity
423
423
 
424
424
  api.metadata = {
425
425
  "apiVersion" => "2014-06-30",
426
+ "auth" => ["aws.auth#sigv4"],
426
427
  "endpointPrefix" => "cognito-identity",
427
428
  "jsonVersion" => "1.1",
428
429
  "protocol" => "json",
430
+ "protocols" => ["json"],
429
431
  "serviceFullName" => "Amazon Cognito Identity",
430
432
  "serviceId" => "Cognito Identity",
431
433
  "signatureVersion" => "v4",
@@ -32,7 +32,7 @@ module Aws::CognitoIdentity
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://cognito-identity-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
52
52
  # @!group service
53
53
  module Aws::CognitoIdentity
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.59.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.59.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: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core