aws-sdk-cognitoidentityprovider 1.96.0 → 1.97.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: 215e28109dacfd450852f75ba2327bcad1282514a73daeff0ac6dcad68a28506
4
- data.tar.gz: 8b0684dbc6f7a84713fc2469c14455fcf9901797f693c0c65477898fdf062ecf
3
+ metadata.gz: bae5a83b6aded602a6cc01d2dcc7c0dd1a11bcb1f4f6fdb5082c7e5f78753209
4
+ data.tar.gz: 41424eb6cadcdb7bbcd8eb0d8a6b6ba0e21de25fcd926525bfba484f999a49db
5
5
  SHA512:
6
- metadata.gz: 8df921e6306cdb2726a244cb01227fcc3b3e543d94a6fbbb4cf82adbc871acd881e21a190956162ee7d3b7917f43858866ded8bfed71e35bf3b5c28dcbff946c
7
- data.tar.gz: 3940427132c2fa248ada43d1664e3ed25bc2ddd5848a3b4ce13691edff0eb8ae2414c46626fcbe83f4ca8f1ef35701b4ab509c71632ff7903c9ae1f210dd635b
6
+ metadata.gz: 1deb3891d1dc9a55c3bebb5e27fd340cfb038bffb59b08a57bd5bcab60b7e226294c751fd4bffd2125eb133644b7d14d7a88da42152fdd571974c2acd1551d30
7
+ data.tar.gz: b86b8ee77b3bde681438a6d9705a91df380d57a81a6ce6ab4fb23221ea34cefdbfebbdc3a379428b3e9e5fd87337c6098d8ee65e6be1de29871d1e396d6dae45
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2024-07-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.96.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -312,6 +312,15 @@ module Aws::CognitoIdentityProvider
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -10799,7 +10808,7 @@ module Aws::CognitoIdentityProvider
10799
10808
  params: params,
10800
10809
  config: config)
10801
10810
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
10802
- context[:gem_version] = '1.96.0'
10811
+ context[:gem_version] = '1.97.0'
10803
10812
  Seahorse::Client::Request.new(handlers, context)
10804
10813
  end
10805
10814
 
@@ -2528,6 +2528,7 @@ module Aws::CognitoIdentityProvider
2528
2528
  o.http_method = "POST"
2529
2529
  o.http_request_uri = "/"
2530
2530
  o['authtype'] = "none"
2531
+ o['auth'] = ["smithy.api#noAuth"]
2531
2532
  o.input = Shapes::ShapeRef.new(shape: AssociateSoftwareTokenRequest)
2532
2533
  o.output = Shapes::ShapeRef.new(shape: AssociateSoftwareTokenResponse)
2533
2534
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
@@ -2544,6 +2545,7 @@ module Aws::CognitoIdentityProvider
2544
2545
  o.http_method = "POST"
2545
2546
  o.http_request_uri = "/"
2546
2547
  o['authtype'] = "none"
2548
+ o['auth'] = ["smithy.api#noAuth"]
2547
2549
  o.input = Shapes::ShapeRef.new(shape: ChangePasswordRequest)
2548
2550
  o.output = Shapes::ShapeRef.new(shape: ChangePasswordResponse)
2549
2551
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2564,6 +2566,7 @@ module Aws::CognitoIdentityProvider
2564
2566
  o.http_method = "POST"
2565
2567
  o.http_request_uri = "/"
2566
2568
  o['authtype'] = "none"
2569
+ o['auth'] = ["smithy.api#noAuth"]
2567
2570
  o.input = Shapes::ShapeRef.new(shape: ConfirmDeviceRequest)
2568
2571
  o.output = Shapes::ShapeRef.new(shape: ConfirmDeviceResponse)
2569
2572
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2586,6 +2589,7 @@ module Aws::CognitoIdentityProvider
2586
2589
  o.http_method = "POST"
2587
2590
  o.http_request_uri = "/"
2588
2591
  o['authtype'] = "none"
2592
+ o['auth'] = ["smithy.api#noAuth"]
2589
2593
  o.input = Shapes::ShapeRef.new(shape: ConfirmForgotPasswordRequest)
2590
2594
  o.output = Shapes::ShapeRef.new(shape: ConfirmForgotPasswordResponse)
2591
2595
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2611,6 +2615,7 @@ module Aws::CognitoIdentityProvider
2611
2615
  o.http_method = "POST"
2612
2616
  o.http_request_uri = "/"
2613
2617
  o['authtype'] = "none"
2618
+ o['auth'] = ["smithy.api#noAuth"]
2614
2619
  o.input = Shapes::ShapeRef.new(shape: ConfirmSignUpRequest)
2615
2620
  o.output = Shapes::ShapeRef.new(shape: ConfirmSignUpResponse)
2616
2621
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2781,6 +2786,7 @@ module Aws::CognitoIdentityProvider
2781
2786
  o.http_method = "POST"
2782
2787
  o.http_request_uri = "/"
2783
2788
  o['authtype'] = "none"
2789
+ o['auth'] = ["smithy.api#noAuth"]
2784
2790
  o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
2785
2791
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2786
2792
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2799,6 +2805,7 @@ module Aws::CognitoIdentityProvider
2799
2805
  o.http_method = "POST"
2800
2806
  o.http_request_uri = "/"
2801
2807
  o['authtype'] = "none"
2808
+ o['auth'] = ["smithy.api#noAuth"]
2802
2809
  o.input = Shapes::ShapeRef.new(shape: DeleteUserAttributesRequest)
2803
2810
  o.output = Shapes::ShapeRef.new(shape: DeleteUserAttributesResponse)
2804
2811
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2949,6 +2956,7 @@ module Aws::CognitoIdentityProvider
2949
2956
  o.http_method = "POST"
2950
2957
  o.http_request_uri = "/"
2951
2958
  o['authtype'] = "none"
2959
+ o['auth'] = ["smithy.api#noAuth"]
2952
2960
  o.input = Shapes::ShapeRef.new(shape: ForgetDeviceRequest)
2953
2961
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2954
2962
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -2968,6 +2976,7 @@ module Aws::CognitoIdentityProvider
2968
2976
  o.http_method = "POST"
2969
2977
  o.http_request_uri = "/"
2970
2978
  o['authtype'] = "none"
2979
+ o['auth'] = ["smithy.api#noAuth"]
2971
2980
  o.input = Shapes::ShapeRef.new(shape: ForgotPasswordRequest)
2972
2981
  o.output = Shapes::ShapeRef.new(shape: ForgotPasswordResponse)
2973
2982
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3005,6 +3014,7 @@ module Aws::CognitoIdentityProvider
3005
3014
  o.http_method = "POST"
3006
3015
  o.http_request_uri = "/"
3007
3016
  o['authtype'] = "none"
3017
+ o['auth'] = ["smithy.api#noAuth"]
3008
3018
  o.input = Shapes::ShapeRef.new(shape: GetDeviceRequest)
3009
3019
  o.output = Shapes::ShapeRef.new(shape: GetDeviceResponse)
3010
3020
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3087,6 +3097,7 @@ module Aws::CognitoIdentityProvider
3087
3097
  o.http_method = "POST"
3088
3098
  o.http_request_uri = "/"
3089
3099
  o['authtype'] = "none"
3100
+ o['auth'] = ["smithy.api#noAuth"]
3090
3101
  o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
3091
3102
  o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
3092
3103
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3105,6 +3116,7 @@ module Aws::CognitoIdentityProvider
3105
3116
  o.http_method = "POST"
3106
3117
  o.http_request_uri = "/"
3107
3118
  o['authtype'] = "none"
3119
+ o['auth'] = ["smithy.api#noAuth"]
3108
3120
  o.input = Shapes::ShapeRef.new(shape: GetUserAttributeVerificationCodeRequest)
3109
3121
  o.output = Shapes::ShapeRef.new(shape: GetUserAttributeVerificationCodeResponse)
3110
3122
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3144,6 +3156,7 @@ module Aws::CognitoIdentityProvider
3144
3156
  o.http_method = "POST"
3145
3157
  o.http_request_uri = "/"
3146
3158
  o['authtype'] = "none"
3159
+ o['auth'] = ["smithy.api#noAuth"]
3147
3160
  o.input = Shapes::ShapeRef.new(shape: GlobalSignOutRequest)
3148
3161
  o.output = Shapes::ShapeRef.new(shape: GlobalSignOutResponse)
3149
3162
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3161,6 +3174,7 @@ module Aws::CognitoIdentityProvider
3161
3174
  o.http_method = "POST"
3162
3175
  o.http_request_uri = "/"
3163
3176
  o['authtype'] = "none"
3177
+ o['auth'] = ["smithy.api#noAuth"]
3164
3178
  o.input = Shapes::ShapeRef.new(shape: InitiateAuthRequest)
3165
3179
  o.output = Shapes::ShapeRef.new(shape: InitiateAuthResponse)
3166
3180
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3185,6 +3199,7 @@ module Aws::CognitoIdentityProvider
3185
3199
  o.http_method = "POST"
3186
3200
  o.http_request_uri = "/"
3187
3201
  o['authtype'] = "none"
3202
+ o['auth'] = ["smithy.api#noAuth"]
3188
3203
  o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
3189
3204
  o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
3190
3205
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3362,6 +3377,7 @@ module Aws::CognitoIdentityProvider
3362
3377
  o.http_method = "POST"
3363
3378
  o.http_request_uri = "/"
3364
3379
  o['authtype'] = "none"
3380
+ o['auth'] = ["smithy.api#noAuth"]
3365
3381
  o.input = Shapes::ShapeRef.new(shape: ResendConfirmationCodeRequest)
3366
3382
  o.output = Shapes::ShapeRef.new(shape: ResendConfirmationCodeResponse)
3367
3383
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3386,6 +3402,7 @@ module Aws::CognitoIdentityProvider
3386
3402
  o.http_method = "POST"
3387
3403
  o.http_request_uri = "/"
3388
3404
  o['authtype'] = "none"
3405
+ o['auth'] = ["smithy.api#noAuth"]
3389
3406
  o.input = Shapes::ShapeRef.new(shape: RespondToAuthChallengeRequest)
3390
3407
  o.output = Shapes::ShapeRef.new(shape: RespondToAuthChallengeResponse)
3391
3408
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3416,6 +3433,7 @@ module Aws::CognitoIdentityProvider
3416
3433
  o.http_method = "POST"
3417
3434
  o.http_request_uri = "/"
3418
3435
  o['authtype'] = "none"
3436
+ o['auth'] = ["smithy.api#noAuth"]
3419
3437
  o.input = Shapes::ShapeRef.new(shape: RevokeTokenRequest)
3420
3438
  o.output = Shapes::ShapeRef.new(shape: RevokeTokenResponse)
3421
3439
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
@@ -3474,6 +3492,7 @@ module Aws::CognitoIdentityProvider
3474
3492
  o.http_method = "POST"
3475
3493
  o.http_request_uri = "/"
3476
3494
  o['authtype'] = "none"
3495
+ o['auth'] = ["smithy.api#noAuth"]
3477
3496
  o.input = Shapes::ShapeRef.new(shape: SetUserMFAPreferenceRequest)
3478
3497
  o.output = Shapes::ShapeRef.new(shape: SetUserMFAPreferenceResponse)
3479
3498
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3507,6 +3526,7 @@ module Aws::CognitoIdentityProvider
3507
3526
  o.http_method = "POST"
3508
3527
  o.http_request_uri = "/"
3509
3528
  o['authtype'] = "none"
3529
+ o['auth'] = ["smithy.api#noAuth"]
3510
3530
  o.input = Shapes::ShapeRef.new(shape: SetUserSettingsRequest)
3511
3531
  o.output = Shapes::ShapeRef.new(shape: SetUserSettingsResponse)
3512
3532
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3524,6 +3544,7 @@ module Aws::CognitoIdentityProvider
3524
3544
  o.http_method = "POST"
3525
3545
  o.http_request_uri = "/"
3526
3546
  o['authtype'] = "none"
3547
+ o['auth'] = ["smithy.api#noAuth"]
3527
3548
  o.input = Shapes::ShapeRef.new(shape: SignUpRequest)
3528
3549
  o.output = Shapes::ShapeRef.new(shape: SignUpResponse)
3529
3550
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3603,6 +3624,7 @@ module Aws::CognitoIdentityProvider
3603
3624
  o.http_method = "POST"
3604
3625
  o.http_request_uri = "/"
3605
3626
  o['authtype'] = "none"
3627
+ o['auth'] = ["smithy.api#noAuth"]
3606
3628
  o.input = Shapes::ShapeRef.new(shape: UpdateAuthEventFeedbackRequest)
3607
3629
  o.output = Shapes::ShapeRef.new(shape: UpdateAuthEventFeedbackResponse)
3608
3630
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3619,6 +3641,7 @@ module Aws::CognitoIdentityProvider
3619
3641
  o.http_method = "POST"
3620
3642
  o.http_request_uri = "/"
3621
3643
  o['authtype'] = "none"
3644
+ o['auth'] = ["smithy.api#noAuth"]
3622
3645
  o.input = Shapes::ShapeRef.new(shape: UpdateDeviceStatusRequest)
3623
3646
  o.output = Shapes::ShapeRef.new(shape: UpdateDeviceStatusResponse)
3624
3647
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3679,6 +3702,7 @@ module Aws::CognitoIdentityProvider
3679
3702
  o.http_method = "POST"
3680
3703
  o.http_request_uri = "/"
3681
3704
  o['authtype'] = "none"
3705
+ o['auth'] = ["smithy.api#noAuth"]
3682
3706
  o.input = Shapes::ShapeRef.new(shape: UpdateUserAttributesRequest)
3683
3707
  o.output = Shapes::ShapeRef.new(shape: UpdateUserAttributesResponse)
3684
3708
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -3755,6 +3779,7 @@ module Aws::CognitoIdentityProvider
3755
3779
  o.http_method = "POST"
3756
3780
  o.http_request_uri = "/"
3757
3781
  o['authtype'] = "none"
3782
+ o['auth'] = ["smithy.api#noAuth"]
3758
3783
  o.input = Shapes::ShapeRef.new(shape: VerifySoftwareTokenRequest)
3759
3784
  o.output = Shapes::ShapeRef.new(shape: VerifySoftwareTokenResponse)
3760
3785
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3778,6 +3803,7 @@ module Aws::CognitoIdentityProvider
3778
3803
  o.http_method = "POST"
3779
3804
  o.http_request_uri = "/"
3780
3805
  o['authtype'] = "none"
3806
+ o['auth'] = ["smithy.api#noAuth"]
3781
3807
  o.input = Shapes::ShapeRef.new(shape: VerifyUserAttributeRequest)
3782
3808
  o.output = Shapes::ShapeRef.new(shape: VerifyUserAttributeResponse)
3783
3809
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -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.96.0'
55
+ GEM_VERSION = '1.97.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
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.96.0
4
+ version: 1.97.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-02 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.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon Cognito Identity Provider. This gem
48
48
  is part of the AWS SDK for Ruby.
49
49
  email: