aws-sdk-cognitoidentity 1.58.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: 8a76a79aaadece9165b00034fbc5a0d62d1ffa0acf16f49f39fcc23ece0fde20
4
- data.tar.gz: 9bd9590d9e9eaae65c18195cb88c884cfa545c7069e4452e792924d178f71768
3
+ metadata.gz: 9a1dc71f2185c3f6d86c4745de6cac48e1cfdf55c3b4f695c206a3226f94d2fc
4
+ data.tar.gz: 2776f9790aeb00b235c6f8a9a85bd08b576f5581a971c234c4e3d62cc5f1e3d5
5
5
  SHA512:
6
- metadata.gz: 4c42cb53de9ea914fa25fe84efecc070be5c53bd021f5736de809e952a9216c172e0e4ad7629875287527c5f2412b2b2c8ef6fa901561eab72b6d8cdc6276687
7
- data.tar.gz: 8539667dff6ae87c1c8a79c3801a143ea2aacee475226e7c55100eb63821dbbbbe3b5c19958aea2438fb3978724739ace8144f037be553e4a7a1ff2a1a4e2222
6
+ metadata.gz: 54bb7090e1c0d7a8a2b2d8e9045dceb26f4e8a3db7a51f155b188c3072e493875d832ac3453a1e813760ebd214b26bd6ffd5a882a4f0fc6f9a691d19d0bb70a2
7
+ data.tar.gz: 48995165f744ab0f715945a1f21e75e5e2c296946c556c43f62a755cd2417bcbca09a85252e85e0d7dbfe2a8b1819f0c142242729cf982bb8c27108a3aef9b6a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.58.0 (2024-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.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.58.0'
1696
+ context[:gem_version] = '1.59.0'
1697
1697
  Seahorse::Client::Request.new(handlers, context)
1698
1698
  end
1699
1699
 
@@ -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.58.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.58.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-28 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