aws-sdk-cognitoidentityprovider 1.99.0 → 1.101.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: '0448672142fc86bc27bf133f51cb3f2c8092f71e46e3bfa5e0def970431994ed'
4
- data.tar.gz: a98d09b88ceb9812faa39cc8b0d7b547a9be39bca7693f3f0cb8a4280133bada
3
+ metadata.gz: f1e5b08d2b387e558ef21258f5c8e6bfdeb1f9b630ebf73b2ddc885192dc7354
4
+ data.tar.gz: 395c0f9c6cd55a243963a96ec5603986192a070506e749c9741cfc9613e990e2
5
5
  SHA512:
6
- metadata.gz: bc1ded98828c9bf018c41552b275ec3dd536952c36642b8c315fd03406ebcad1fd60fbc28e002dfc80a284a5d1ead9665dafb59d5e7a86512484abdbe74d7008
7
- data.tar.gz: 8bad31b166c87eae0beb13997575320162e52ba7f9b44994398a792515172026528a47f38173f04d1fe2cdc12143ad20be5ec11843c50fb80fc75d28875aff33
6
+ metadata.gz: cf2e90a9e136b3df617206f3d0a15a9846954bc4e4eca37d4b6e691ad564716ddf59b66a9f6d53439c442515c7b107df7b5b9f3b02b2554959c9c95edd74f535
7
+ data.tar.gz: 1fe112dbf4088981e932889743e0df287a7b3b926b2a0b8b8229b2c3252e1bd8189ddbeae5fc0b33c3f23ca1c8874f139402bc818be08607ddc3db5926cfd60b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2024-09-03)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.100.0 (2024-08-09)
10
+ ------------------
11
+
12
+ * Feature - Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.
13
+
4
14
  1.99.0 (2024-08-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.101.0
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
32
  require 'aws-sdk-core/plugins/request_compression.rb'
33
33
  require 'aws-sdk-core/plugins/defaults_mode.rb'
34
34
  require 'aws-sdk-core/plugins/recursion_detection.rb'
35
+ require 'aws-sdk-core/plugins/telemetry.rb'
35
36
  require 'aws-sdk-core/plugins/sign.rb'
36
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
37
38
 
@@ -83,6 +84,7 @@ module Aws::CognitoIdentityProvider
83
84
  add_plugin(Aws::Plugins::RequestCompression)
84
85
  add_plugin(Aws::Plugins::DefaultsMode)
85
86
  add_plugin(Aws::Plugins::RecursionDetection)
87
+ add_plugin(Aws::Plugins::Telemetry)
86
88
  add_plugin(Aws::Plugins::Sign)
87
89
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
88
90
  add_plugin(Aws::CognitoIdentityProvider::Plugins::Endpoints)
@@ -337,6 +339,16 @@ module Aws::CognitoIdentityProvider
337
339
  # ** Please note ** When response stubbing is enabled, no HTTP
338
340
  # requests are made, and retries are disabled.
339
341
  #
342
+ # @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
343
+ # Allows you to provide a telemetry provider, which is used to
344
+ # emit telemetry data. By default, uses `NoOpTelemetryProvider` which
345
+ # will not record or emit any telemetry data. The SDK supports the
346
+ # following telemetry providers:
347
+ #
348
+ # * OpenTelemetry (OTel) - To use the OTel provider, install and require the
349
+ # `opentelemetry-sdk` gem and then, pass in an instance of a
350
+ # `Aws::Telemetry::OTelProvider` for telemetry provider.
351
+ #
340
352
  # @option options [Aws::TokenProvider] :token_provider
341
353
  # A Bearer Token Provider. This can be an instance of any one of the
342
354
  # following classes:
@@ -658,8 +670,8 @@ module Aws::CognitoIdentityProvider
658
670
  # sign in.
659
671
  #
660
672
  # If you have never used SMS text messages with Amazon Cognito or any
661
- # other Amazon Web Service, Amazon Simple Notification Service might
662
- # place your account in the SMS sandbox. In <i> <a
673
+ # other Amazon Web Services service, Amazon Simple Notification Service
674
+ # might place your account in the SMS sandbox. In <i> <a
663
675
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
664
676
  # mode</a> </i>, you can send messages only to verified phone numbers.
665
677
  # After you test your app while in the sandbox environment, you can move
@@ -1456,8 +1468,8 @@ module Aws::CognitoIdentityProvider
1456
1468
  # sign in.
1457
1469
  #
1458
1470
  # If you have never used SMS text messages with Amazon Cognito or any
1459
- # other Amazon Web Service, Amazon Simple Notification Service might
1460
- # place your account in the SMS sandbox. In <i> <a
1471
+ # other Amazon Web Services service, Amazon Simple Notification Service
1472
+ # might place your account in the SMS sandbox. In <i> <a
1461
1473
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
1462
1474
  # mode</a> </i>, you can send messages only to verified phone numbers.
1463
1475
  # After you test your app while in the sandbox environment, you can move
@@ -2117,8 +2129,8 @@ module Aws::CognitoIdentityProvider
2117
2129
  # sign in.
2118
2130
  #
2119
2131
  # If you have never used SMS text messages with Amazon Cognito or any
2120
- # other Amazon Web Service, Amazon Simple Notification Service might
2121
- # place your account in the SMS sandbox. In <i> <a
2132
+ # other Amazon Web Services service, Amazon Simple Notification Service
2133
+ # might place your account in the SMS sandbox. In <i> <a
2122
2134
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
2123
2135
  # mode</a> </i>, you can send messages only to verified phone numbers.
2124
2136
  # After you test your app while in the sandbox environment, you can move
@@ -2248,8 +2260,8 @@ module Aws::CognitoIdentityProvider
2248
2260
  # sign in.
2249
2261
  #
2250
2262
  # If you have never used SMS text messages with Amazon Cognito or any
2251
- # other Amazon Web Service, Amazon Simple Notification Service might
2252
- # place your account in the SMS sandbox. In <i> <a
2263
+ # other Amazon Web Services service, Amazon Simple Notification Service
2264
+ # might place your account in the SMS sandbox. In <i> <a
2253
2265
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
2254
2266
  # mode</a> </i>, you can send messages only to verified phone numbers.
2255
2267
  # After you test your app while in the sandbox environment, you can move
@@ -2858,8 +2870,8 @@ module Aws::CognitoIdentityProvider
2858
2870
  # sign in.
2859
2871
  #
2860
2872
  # If you have never used SMS text messages with Amazon Cognito or any
2861
- # other Amazon Web Service, Amazon Simple Notification Service might
2862
- # place your account in the SMS sandbox. In <i> <a
2873
+ # other Amazon Web Services service, Amazon Simple Notification Service
2874
+ # might place your account in the SMS sandbox. In <i> <a
2863
2875
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
2864
2876
  # mode</a> </i>, you can send messages only to verified phone numbers.
2865
2877
  # After you test your app while in the sandbox environment, you can move
@@ -3952,8 +3964,8 @@ module Aws::CognitoIdentityProvider
3952
3964
  # sign in.
3953
3965
  #
3954
3966
  # If you have never used SMS text messages with Amazon Cognito or any
3955
- # other Amazon Web Service, Amazon Simple Notification Service might
3956
- # place your account in the SMS sandbox. In <i> <a
3967
+ # other Amazon Web Services service, Amazon Simple Notification Service
3968
+ # might place your account in the SMS sandbox. In <i> <a
3957
3969
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
3958
3970
  # mode</a> </i>, you can send messages only to verified phone numbers.
3959
3971
  # After you test your app while in the sandbox environment, you can move
@@ -6264,8 +6276,8 @@ module Aws::CognitoIdentityProvider
6264
6276
  # sign in.
6265
6277
  #
6266
6278
  # If you have never used SMS text messages with Amazon Cognito or any
6267
- # other Amazon Web Service, Amazon Simple Notification Service might
6268
- # place your account in the SMS sandbox. In <i> <a
6279
+ # other Amazon Web Services service, Amazon Simple Notification Service
6280
+ # might place your account in the SMS sandbox. In <i> <a
6269
6281
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
6270
6282
  # mode</a> </i>, you can send messages only to verified phone numbers.
6271
6283
  # After you test your app while in the sandbox environment, you can move
@@ -6752,8 +6764,8 @@ module Aws::CognitoIdentityProvider
6752
6764
  # sign in.
6753
6765
  #
6754
6766
  # If you have never used SMS text messages with Amazon Cognito or any
6755
- # other Amazon Web Service, Amazon Simple Notification Service might
6756
- # place your account in the SMS sandbox. In <i> <a
6767
+ # other Amazon Web Services service, Amazon Simple Notification Service
6768
+ # might place your account in the SMS sandbox. In <i> <a
6757
6769
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
6758
6770
  # mode</a> </i>, you can send messages only to verified phone numbers.
6759
6771
  # After you test your app while in the sandbox environment, you can move
@@ -6965,8 +6977,8 @@ module Aws::CognitoIdentityProvider
6965
6977
  # sign in.
6966
6978
  #
6967
6979
  # If you have never used SMS text messages with Amazon Cognito or any
6968
- # other Amazon Web Service, Amazon Simple Notification Service might
6969
- # place your account in the SMS sandbox. In <i> <a
6980
+ # other Amazon Web Services service, Amazon Simple Notification Service
6981
+ # might place your account in the SMS sandbox. In <i> <a
6970
6982
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
6971
6983
  # mode</a> </i>, you can send messages only to verified phone numbers.
6972
6984
  # After you test your app while in the sandbox environment, you can move
@@ -8055,8 +8067,8 @@ module Aws::CognitoIdentityProvider
8055
8067
  # sign in.
8056
8068
  #
8057
8069
  # If you have never used SMS text messages with Amazon Cognito or any
8058
- # other Amazon Web Service, Amazon Simple Notification Service might
8059
- # place your account in the SMS sandbox. In <i> <a
8070
+ # other Amazon Web Services service, Amazon Simple Notification Service
8071
+ # might place your account in the SMS sandbox. In <i> <a
8060
8072
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
8061
8073
  # mode</a> </i>, you can send messages only to verified phone numbers.
8062
8074
  # After you test your app while in the sandbox environment, you can move
@@ -8201,8 +8213,8 @@ module Aws::CognitoIdentityProvider
8201
8213
  # sign in.
8202
8214
  #
8203
8215
  # If you have never used SMS text messages with Amazon Cognito or any
8204
- # other Amazon Web Service, Amazon Simple Notification Service might
8205
- # place your account in the SMS sandbox. In <i> <a
8216
+ # other Amazon Web Services service, Amazon Simple Notification Service
8217
+ # might place your account in the SMS sandbox. In <i> <a
8206
8218
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
8207
8219
  # mode</a> </i>, you can send messages only to verified phone numbers.
8208
8220
  # After you test your app while in the sandbox environment, you can move
@@ -8790,8 +8802,8 @@ module Aws::CognitoIdentityProvider
8790
8802
  # sign in.
8791
8803
  #
8792
8804
  # If you have never used SMS text messages with Amazon Cognito or any
8793
- # other Amazon Web Service, Amazon Simple Notification Service might
8794
- # place your account in the SMS sandbox. In <i> <a
8805
+ # other Amazon Web Services service, Amazon Simple Notification Service
8806
+ # might place your account in the SMS sandbox. In <i> <a
8795
8807
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
8796
8808
  # mode</a> </i>, you can send messages only to verified phone numbers.
8797
8809
  # After you test your app while in the sandbox environment, you can move
@@ -8949,8 +8961,8 @@ module Aws::CognitoIdentityProvider
8949
8961
  # sign in.
8950
8962
  #
8951
8963
  # If you have never used SMS text messages with Amazon Cognito or any
8952
- # other Amazon Web Service, Amazon Simple Notification Service might
8953
- # place your account in the SMS sandbox. In <i> <a
8964
+ # other Amazon Web Services service, Amazon Simple Notification Service
8965
+ # might place your account in the SMS sandbox. In <i> <a
8954
8966
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
8955
8967
  # mode</a> </i>, you can send messages only to verified phone numbers.
8956
8968
  # After you test your app while in the sandbox environment, you can move
@@ -9760,8 +9772,8 @@ module Aws::CognitoIdentityProvider
9760
9772
  # sign in.
9761
9773
  #
9762
9774
  # If you have never used SMS text messages with Amazon Cognito or any
9763
- # other Amazon Web Service, Amazon Simple Notification Service might
9764
- # place your account in the SMS sandbox. In <i> <a
9775
+ # other Amazon Web Services service, Amazon Simple Notification Service
9776
+ # might place your account in the SMS sandbox. In <i> <a
9765
9777
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
9766
9778
  # mode</a> </i>, you can send messages only to verified phone numbers.
9767
9779
  # After you test your app while in the sandbox environment, you can move
@@ -9875,8 +9887,8 @@ module Aws::CognitoIdentityProvider
9875
9887
  # sign in.
9876
9888
  #
9877
9889
  # If you have never used SMS text messages with Amazon Cognito or any
9878
- # other Amazon Web Service, Amazon Simple Notification Service might
9879
- # place your account in the SMS sandbox. In <i> <a
9890
+ # other Amazon Web Services service, Amazon Simple Notification Service
9891
+ # might place your account in the SMS sandbox. In <i> <a
9880
9892
  # href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
9881
9893
  # mode</a> </i>, you can send messages only to verified phone numbers.
9882
9894
  # After you test your app while in the sandbox environment, you can move
@@ -10824,14 +10836,19 @@ module Aws::CognitoIdentityProvider
10824
10836
  # @api private
10825
10837
  def build_request(operation_name, params = {})
10826
10838
  handlers = @handlers.for(operation_name)
10839
+ tracer = config.telemetry_provider.tracer_provider.tracer(
10840
+ Aws::Telemetry.module_to_tracer_name('Aws::CognitoIdentityProvider')
10841
+ )
10827
10842
  context = Seahorse::Client::RequestContext.new(
10828
10843
  operation_name: operation_name,
10829
10844
  operation: config.api.operation(operation_name),
10830
10845
  client: self,
10831
10846
  params: params,
10832
- config: config)
10847
+ config: config,
10848
+ tracer: tracer
10849
+ )
10833
10850
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
10834
- context[:gem_version] = '1.99.0'
10851
+ context[:gem_version] = '1.101.0'
10835
10852
  Seahorse::Client::Request.new(handlers, context)
10836
10853
  end
10837
10854
 
@@ -1962,8 +1962,7 @@ module Aws::CognitoIdentityProvider
1962
1962
  class AdminUserGlobalSignOutResponse < Aws::EmptyStructure; end
1963
1963
 
1964
1964
  # Advanced security configuration options for additional authentication
1965
- # types in your user pool, including custom authentication and
1966
- # refresh-token authentication.
1965
+ # types in your user pool, including custom authentication.
1967
1966
  #
1968
1967
  # @!attribute [rw] custom_auth_mode
1969
1968
  # The operating mode of advanced security features in custom
@@ -9868,7 +9867,7 @@ module Aws::CognitoIdentityProvider
9868
9867
  # @!attribute [rw] advanced_security_additional_flows
9869
9868
  # Advanced security configuration options for additional
9870
9869
  # authentication types in your user pool, including custom
9871
- # authentication and refresh-token authentication.
9870
+ # authentication.
9872
9871
  # @return [Types::AdvancedSecurityAdditionalFlowsType]
9873
9872
  #
9874
9873
  # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UserPoolAddOnsType AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
52
52
  # @!group service
53
53
  module Aws::CognitoIdentityProvider
54
54
 
55
- GEM_VERSION = '1.99.0'
55
+ GEM_VERSION = '1.101.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -51,6 +51,7 @@ module Aws
51
51
  ?sigv4a_signing_region_set: Array[String],
52
52
  ?simple_json: bool,
53
53
  ?stub_responses: untyped,
54
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
54
55
  ?token_provider: untyped,
55
56
  ?use_dualstack_endpoint: bool,
56
57
  ?use_fips_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -51,6 +51,7 @@ module Aws
51
51
  ?sigv4a_signing_region_set: Array[String],
52
52
  ?simple_json: bool,
53
53
  ?stub_responses: untyped,
54
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
54
55
  ?token_provider: untyped,
55
56
  ?use_dualstack_endpoint: bool,
56
57
  ?use_fips_endpoint: bool,
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.99.0
4
+ version: 1.101.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-08-08 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.201.0
22
+ version: 3.203.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.201.0
32
+ version: 3.203.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement