aws-sdk-cognitoidentityprovider 1.36.0 → 1.41.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: f3cabfe2f83422710ee9a722d7265330a262ab979fd344e149d843d0271e818b
4
- data.tar.gz: 71f795792b804f33790eecd112c4568d97e8fd5f6c13213532419af28add22ff
3
+ metadata.gz: 54ab692828f0358561812c53a51fe5f66b1eb98878cc25483f0e9e30bddd293d
4
+ data.tar.gz: 74d86c3db628e83f9c53b304b6d3d562dc7f5930daebdb2293002b8fd3cd5699
5
5
  SHA512:
6
- metadata.gz: dc59315647b9aceabcc662247421b226318d63063ab6a386a4962c9850622cf3d6b0b4e36741d9accfcbeb5b383c0b8a03daa9bef8b8e89bc014d820a886056a
7
- data.tar.gz: 7116ed411ace31fb7bbf60cb8972a11e9dd654732aa8ada8df6124d3f8c14292e2b31691d7a48d3cb9d05ffa48b3355989c2c171284fc080d9e9e3024474d26c
6
+ metadata.gz: 3b1621e6acf72d1e408ca97150162d6508edc27ca5c902fba993e9c02fc40fb9b169243fc4ec34ae7db0971325509aff4ee9ac74e766617f24d4fa497d46a7f4
7
+ data.tar.gz: 696402202fd302867a28bad88af3359aa3b4d008aeba09d58760745dfc42c7018025c8d2a666d6c4075d5f78b5218dd4ca55c1a8d9acaed872cf4ecd8480b366
@@ -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.36.0'
50
+ GEM_VERSION = '1.41.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CognitoIdentityProvider
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::CognitoIdentityProvider
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1140,7 +1144,7 @@ module Aws::CognitoIdentityProvider
1140
1144
  # client_id: "ClientIdType", # required
1141
1145
  # auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
1142
1146
  # auth_parameters: {
1143
- # "StringType" => "AuthParametersValueType",
1147
+ # "StringType" => "StringType",
1144
1148
  # },
1145
1149
  # client_metadata: {
1146
1150
  # "StringType" => "StringType",
@@ -4524,7 +4528,7 @@ module Aws::CognitoIdentityProvider
4524
4528
  # resp = client.initiate_auth({
4525
4529
  # auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
4526
4530
  # auth_parameters: {
4527
- # "StringType" => "AuthParametersValueType",
4531
+ # "StringType" => "StringType",
4528
4532
  # },
4529
4533
  # client_metadata: {
4530
4534
  # "StringType" => "StringType",
@@ -6877,7 +6881,7 @@ module Aws::CognitoIdentityProvider
6877
6881
  params: params,
6878
6882
  config: config)
6879
6883
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
6880
- context[:gem_version] = '1.36.0'
6884
+ context[:gem_version] = '1.41.0'
6881
6885
  Seahorse::Client::Request.new(handlers, context)
6882
6886
  end
6883
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:
@@ -91,7 +93,6 @@ module Aws::CognitoIdentityProvider
91
93
  AuthEventsType = Shapes::ListShape.new(name: 'AuthEventsType')
92
94
  AuthFlowType = Shapes::StringShape.new(name: 'AuthFlowType')
93
95
  AuthParametersType = Shapes::MapShape.new(name: 'AuthParametersType')
94
- AuthParametersValueType = Shapes::StringShape.new(name: 'AuthParametersValueType')
95
96
  AuthenticationResultType = Shapes::StructureShape.new(name: 'AuthenticationResultType')
96
97
  BlockedIPRangeListType = Shapes::ListShape.new(name: 'BlockedIPRangeListType')
97
98
  BooleanType = Shapes::BooleanShape.new(name: 'BooleanType')
@@ -749,7 +750,7 @@ module Aws::CognitoIdentityProvider
749
750
  AuthEventsType.member = Shapes::ShapeRef.new(shape: AuthEventType)
750
751
 
751
752
  AuthParametersType.key = Shapes::ShapeRef.new(shape: StringType)
752
- AuthParametersType.value = Shapes::ShapeRef.new(shape: AuthParametersValueType)
753
+ AuthParametersType.value = Shapes::ShapeRef.new(shape: StringType)
753
754
 
754
755
  AuthenticationResultType.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
755
756
  AuthenticationResultType.add_member(:expires_in, Shapes::ShapeRef.new(shape: IntegerType, location_name: "ExpiresIn"))
@@ -2160,6 +2161,7 @@ module Aws::CognitoIdentityProvider
2160
2161
  o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
2161
2162
  o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
2162
2163
  o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
2164
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2163
2165
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
2164
2166
  end)
2165
2167
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -30,6 +32,7 @@ module Aws::CognitoIdentityProvider
30
32
  #
31
33
  class AccountRecoverySettingType < Struct.new(
32
34
  :recovery_mechanisms)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
@@ -66,6 +69,7 @@ module Aws::CognitoIdentityProvider
66
69
  class AccountTakeoverActionType < Struct.new(
67
70
  :notify,
68
71
  :event_action)
72
+ SENSITIVE = []
69
73
  include Aws::Structure
70
74
  end
71
75
 
@@ -107,6 +111,7 @@ module Aws::CognitoIdentityProvider
107
111
  :low_action,
108
112
  :medium_action,
109
113
  :high_action)
114
+ SENSITIVE = []
110
115
  include Aws::Structure
111
116
  end
112
117
 
@@ -166,6 +171,7 @@ module Aws::CognitoIdentityProvider
166
171
  class AccountTakeoverRiskConfigurationType < Struct.new(
167
172
  :notify_configuration,
168
173
  :actions)
174
+ SENSITIVE = []
169
175
  include Aws::Structure
170
176
  end
171
177
 
@@ -209,6 +215,7 @@ module Aws::CognitoIdentityProvider
209
215
  class AddCustomAttributesRequest < Struct.new(
210
216
  :user_pool_id,
211
217
  :custom_attributes)
218
+ SENSITIVE = []
212
219
  include Aws::Structure
213
220
  end
214
221
 
@@ -246,6 +253,7 @@ module Aws::CognitoIdentityProvider
246
253
  :user_pool_id,
247
254
  :username,
248
255
  :group_name)
256
+ SENSITIVE = [:username]
249
257
  include Aws::Structure
250
258
  end
251
259
 
@@ -314,6 +322,7 @@ module Aws::CognitoIdentityProvider
314
322
  :user_pool_id,
315
323
  :username,
316
324
  :client_metadata)
325
+ SENSITIVE = [:username]
317
326
  include Aws::Structure
318
327
  end
319
328
 
@@ -375,6 +384,7 @@ module Aws::CognitoIdentityProvider
375
384
  :allow_admin_create_user_only,
376
385
  :unused_account_validity_days,
377
386
  :invite_message_template)
387
+ SENSITIVE = []
378
388
  include Aws::Structure
379
389
  end
380
390
 
@@ -563,6 +573,7 @@ module Aws::CognitoIdentityProvider
563
573
  :message_action,
564
574
  :desired_delivery_mediums,
565
575
  :client_metadata)
576
+ SENSITIVE = [:username, :temporary_password]
566
577
  include Aws::Structure
567
578
  end
568
579
 
@@ -577,6 +588,7 @@ module Aws::CognitoIdentityProvider
577
588
  #
578
589
  class AdminCreateUserResponse < Struct.new(
579
590
  :user)
591
+ SENSITIVE = []
580
592
  include Aws::Structure
581
593
  end
582
594
 
@@ -615,6 +627,7 @@ module Aws::CognitoIdentityProvider
615
627
  :user_pool_id,
616
628
  :username,
617
629
  :user_attribute_names)
630
+ SENSITIVE = [:username]
618
631
  include Aws::Structure
619
632
  end
620
633
 
@@ -649,6 +662,7 @@ module Aws::CognitoIdentityProvider
649
662
  class AdminDeleteUserRequest < Struct.new(
650
663
  :user_pool_id,
651
664
  :username)
665
+ SENSITIVE = [:username]
652
666
  include Aws::Structure
653
667
  end
654
668
 
@@ -677,6 +691,7 @@ module Aws::CognitoIdentityProvider
677
691
  class AdminDisableProviderForUserRequest < Struct.new(
678
692
  :user_pool_id,
679
693
  :user)
694
+ SENSITIVE = []
680
695
  include Aws::Structure
681
696
  end
682
697
 
@@ -708,6 +723,7 @@ module Aws::CognitoIdentityProvider
708
723
  class AdminDisableUserRequest < Struct.new(
709
724
  :user_pool_id,
710
725
  :username)
726
+ SENSITIVE = [:username]
711
727
  include Aws::Structure
712
728
  end
713
729
 
@@ -742,6 +758,7 @@ module Aws::CognitoIdentityProvider
742
758
  class AdminEnableUserRequest < Struct.new(
743
759
  :user_pool_id,
744
760
  :username)
761
+ SENSITIVE = [:username]
745
762
  include Aws::Structure
746
763
  end
747
764
 
@@ -781,6 +798,7 @@ module Aws::CognitoIdentityProvider
781
798
  :user_pool_id,
782
799
  :username,
783
800
  :device_key)
801
+ SENSITIVE = [:username]
784
802
  include Aws::Structure
785
803
  end
786
804
 
@@ -813,6 +831,7 @@ module Aws::CognitoIdentityProvider
813
831
  :device_key,
814
832
  :user_pool_id,
815
833
  :username)
834
+ SENSITIVE = [:username]
816
835
  include Aws::Structure
817
836
  end
818
837
 
@@ -826,6 +845,7 @@ module Aws::CognitoIdentityProvider
826
845
  #
827
846
  class AdminGetDeviceResponse < Struct.new(
828
847
  :device)
848
+ SENSITIVE = []
829
849
  include Aws::Structure
830
850
  end
831
851
 
@@ -853,6 +873,7 @@ module Aws::CognitoIdentityProvider
853
873
  class AdminGetUserRequest < Struct.new(
854
874
  :user_pool_id,
855
875
  :username)
876
+ SENSITIVE = [:username]
856
877
  include Aws::Structure
857
878
  end
858
879
 
@@ -930,6 +951,7 @@ module Aws::CognitoIdentityProvider
930
951
  :mfa_options,
931
952
  :preferred_mfa_setting,
932
953
  :user_mfa_setting_list)
954
+ SENSITIVE = [:username]
933
955
  include Aws::Structure
934
956
  end
935
957
 
@@ -943,7 +965,7 @@ module Aws::CognitoIdentityProvider
943
965
  # client_id: "ClientIdType", # required
944
966
  # auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
945
967
  # auth_parameters: {
946
- # "StringType" => "AuthParametersValueType",
968
+ # "StringType" => "StringType",
947
969
  # },
948
970
  # client_metadata: {
949
971
  # "StringType" => "StringType",
@@ -1119,6 +1141,7 @@ module Aws::CognitoIdentityProvider
1119
1141
  :client_metadata,
1120
1142
  :analytics_metadata,
1121
1143
  :context_data)
1144
+ SENSITIVE = [:client_id, :auth_parameters]
1122
1145
  include Aws::Structure
1123
1146
  end
1124
1147
 
@@ -1205,6 +1228,7 @@ module Aws::CognitoIdentityProvider
1205
1228
  :session,
1206
1229
  :challenge_parameters,
1207
1230
  :authentication_result)
1231
+ SENSITIVE = []
1208
1232
  include Aws::Structure
1209
1233
  end
1210
1234
 
@@ -1281,6 +1305,7 @@ module Aws::CognitoIdentityProvider
1281
1305
  :user_pool_id,
1282
1306
  :destination_user,
1283
1307
  :source_user)
1308
+ SENSITIVE = []
1284
1309
  include Aws::Structure
1285
1310
  end
1286
1311
 
@@ -1323,6 +1348,7 @@ module Aws::CognitoIdentityProvider
1323
1348
  :username,
1324
1349
  :limit,
1325
1350
  :pagination_token)
1351
+ SENSITIVE = [:username]
1326
1352
  include Aws::Structure
1327
1353
  end
1328
1354
 
@@ -1341,6 +1367,7 @@ module Aws::CognitoIdentityProvider
1341
1367
  class AdminListDevicesResponse < Struct.new(
1342
1368
  :devices,
1343
1369
  :pagination_token)
1370
+ SENSITIVE = []
1344
1371
  include Aws::Structure
1345
1372
  end
1346
1373
 
@@ -1379,6 +1406,7 @@ module Aws::CognitoIdentityProvider
1379
1406
  :user_pool_id,
1380
1407
  :limit,
1381
1408
  :next_token)
1409
+ SENSITIVE = [:username]
1382
1410
  include Aws::Structure
1383
1411
  end
1384
1412
 
@@ -1397,6 +1425,7 @@ module Aws::CognitoIdentityProvider
1397
1425
  class AdminListGroupsForUserResponse < Struct.new(
1398
1426
  :groups,
1399
1427
  :next_token)
1428
+ SENSITIVE = []
1400
1429
  include Aws::Structure
1401
1430
  end
1402
1431
 
@@ -1433,6 +1462,7 @@ module Aws::CognitoIdentityProvider
1433
1462
  :username,
1434
1463
  :max_results,
1435
1464
  :next_token)
1465
+ SENSITIVE = [:username]
1436
1466
  include Aws::Structure
1437
1467
  end
1438
1468
 
@@ -1450,6 +1480,7 @@ module Aws::CognitoIdentityProvider
1450
1480
  class AdminListUserAuthEventsResponse < Struct.new(
1451
1481
  :auth_events,
1452
1482
  :next_token)
1483
+ SENSITIVE = []
1453
1484
  include Aws::Structure
1454
1485
  end
1455
1486
 
@@ -1480,6 +1511,7 @@ module Aws::CognitoIdentityProvider
1480
1511
  :user_pool_id,
1481
1512
  :username,
1482
1513
  :group_name)
1514
+ SENSITIVE = [:username]
1483
1515
  include Aws::Structure
1484
1516
  end
1485
1517
 
@@ -1551,6 +1583,7 @@ module Aws::CognitoIdentityProvider
1551
1583
  :user_pool_id,
1552
1584
  :username,
1553
1585
  :client_metadata)
1586
+ SENSITIVE = [:username]
1554
1587
  include Aws::Structure
1555
1588
  end
1556
1589
 
@@ -1705,6 +1738,7 @@ module Aws::CognitoIdentityProvider
1705
1738
  :analytics_metadata,
1706
1739
  :context_data,
1707
1740
  :client_metadata)
1741
+ SENSITIVE = [:client_id]
1708
1742
  include Aws::Structure
1709
1743
  end
1710
1744
 
@@ -1738,6 +1772,7 @@ module Aws::CognitoIdentityProvider
1738
1772
  :session,
1739
1773
  :challenge_parameters,
1740
1774
  :authentication_result)
1775
+ SENSITIVE = []
1741
1776
  include Aws::Structure
1742
1777
  end
1743
1778
 
@@ -1780,6 +1815,7 @@ module Aws::CognitoIdentityProvider
1780
1815
  :software_token_mfa_settings,
1781
1816
  :username,
1782
1817
  :user_pool_id)
1818
+ SENSITIVE = [:username]
1783
1819
  include Aws::Structure
1784
1820
  end
1785
1821
 
@@ -1821,6 +1857,7 @@ module Aws::CognitoIdentityProvider
1821
1857
  :username,
1822
1858
  :password,
1823
1859
  :permanent)
1860
+ SENSITIVE = [:username, :password]
1824
1861
  include Aws::Structure
1825
1862
  end
1826
1863
 
@@ -1865,6 +1902,7 @@ module Aws::CognitoIdentityProvider
1865
1902
  :user_pool_id,
1866
1903
  :username,
1867
1904
  :mfa_options)
1905
+ SENSITIVE = [:username]
1868
1906
  include Aws::Structure
1869
1907
  end
1870
1908
 
@@ -1908,6 +1946,7 @@ module Aws::CognitoIdentityProvider
1908
1946
  :username,
1909
1947
  :event_id,
1910
1948
  :feedback_value)
1949
+ SENSITIVE = [:username]
1911
1950
  include Aws::Structure
1912
1951
  end
1913
1952
 
@@ -1950,6 +1989,7 @@ module Aws::CognitoIdentityProvider
1950
1989
  :username,
1951
1990
  :device_key,
1952
1991
  :device_remembered_status)
1992
+ SENSITIVE = [:username]
1953
1993
  include Aws::Structure
1954
1994
  end
1955
1995
 
@@ -2043,6 +2083,7 @@ module Aws::CognitoIdentityProvider
2043
2083
  :username,
2044
2084
  :user_attributes,
2045
2085
  :client_metadata)
2086
+ SENSITIVE = [:username]
2046
2087
  include Aws::Structure
2047
2088
  end
2048
2089
 
@@ -2076,6 +2117,7 @@ module Aws::CognitoIdentityProvider
2076
2117
  class AdminUserGlobalSignOutRequest < Struct.new(
2077
2118
  :user_pool_id,
2078
2119
  :username)
2120
+ SENSITIVE = [:username]
2079
2121
  include Aws::Structure
2080
2122
  end
2081
2123
 
@@ -2098,6 +2140,7 @@ module Aws::CognitoIdentityProvider
2098
2140
  #
2099
2141
  class AliasExistsException < Struct.new(
2100
2142
  :message)
2143
+ SENSITIVE = []
2101
2144
  include Aws::Structure
2102
2145
  end
2103
2146
 
@@ -2145,6 +2188,7 @@ module Aws::CognitoIdentityProvider
2145
2188
  :role_arn,
2146
2189
  :external_id,
2147
2190
  :user_data_shared)
2191
+ SENSITIVE = []
2148
2192
  include Aws::Structure
2149
2193
  end
2150
2194
 
@@ -2174,6 +2218,7 @@ module Aws::CognitoIdentityProvider
2174
2218
  #
2175
2219
  class AnalyticsMetadataType < Struct.new(
2176
2220
  :analytics_endpoint_id)
2221
+ SENSITIVE = []
2177
2222
  include Aws::Structure
2178
2223
  end
2179
2224
 
@@ -2200,6 +2245,7 @@ module Aws::CognitoIdentityProvider
2200
2245
  class AssociateSoftwareTokenRequest < Struct.new(
2201
2246
  :access_token,
2202
2247
  :session)
2248
+ SENSITIVE = [:access_token]
2203
2249
  include Aws::Structure
2204
2250
  end
2205
2251
 
@@ -2219,6 +2265,7 @@ module Aws::CognitoIdentityProvider
2219
2265
  class AssociateSoftwareTokenResponse < Struct.new(
2220
2266
  :secret_code,
2221
2267
  :session)
2268
+ SENSITIVE = [:secret_code]
2222
2269
  include Aws::Structure
2223
2270
  end
2224
2271
 
@@ -2245,6 +2292,7 @@ module Aws::CognitoIdentityProvider
2245
2292
  class AttributeType < Struct.new(
2246
2293
  :name,
2247
2294
  :value)
2295
+ SENSITIVE = [:value]
2248
2296
  include Aws::Structure
2249
2297
  end
2250
2298
 
@@ -2296,6 +2344,7 @@ module Aws::CognitoIdentityProvider
2296
2344
  :challenge_responses,
2297
2345
  :event_context_data,
2298
2346
  :event_feedback)
2347
+ SENSITIVE = []
2299
2348
  include Aws::Structure
2300
2349
  end
2301
2350
 
@@ -2334,6 +2383,7 @@ module Aws::CognitoIdentityProvider
2334
2383
  :refresh_token,
2335
2384
  :id_token,
2336
2385
  :new_device_metadata)
2386
+ SENSITIVE = [:access_token, :refresh_token, :id_token]
2337
2387
  include Aws::Structure
2338
2388
  end
2339
2389
 
@@ -2352,6 +2402,7 @@ module Aws::CognitoIdentityProvider
2352
2402
  class ChallengeResponseType < Struct.new(
2353
2403
  :challenge_name,
2354
2404
  :challenge_response)
2405
+ SENSITIVE = []
2355
2406
  include Aws::Structure
2356
2407
  end
2357
2408
 
@@ -2384,6 +2435,7 @@ module Aws::CognitoIdentityProvider
2384
2435
  :previous_password,
2385
2436
  :proposed_password,
2386
2437
  :access_token)
2438
+ SENSITIVE = [:previous_password, :proposed_password, :access_token]
2387
2439
  include Aws::Structure
2388
2440
  end
2389
2441
 
@@ -2413,6 +2465,7 @@ module Aws::CognitoIdentityProvider
2413
2465
  :destination,
2414
2466
  :delivery_medium,
2415
2467
  :attribute_name)
2468
+ SENSITIVE = []
2416
2469
  include Aws::Structure
2417
2470
  end
2418
2471
 
@@ -2428,6 +2481,7 @@ module Aws::CognitoIdentityProvider
2428
2481
  #
2429
2482
  class CodeDeliveryFailureException < Struct.new(
2430
2483
  :message)
2484
+ SENSITIVE = []
2431
2485
  include Aws::Structure
2432
2486
  end
2433
2487
 
@@ -2442,6 +2496,7 @@ module Aws::CognitoIdentityProvider
2442
2496
  #
2443
2497
  class CodeMismatchException < Struct.new(
2444
2498
  :message)
2499
+ SENSITIVE = []
2445
2500
  include Aws::Structure
2446
2501
  end
2447
2502
 
@@ -2462,6 +2517,7 @@ module Aws::CognitoIdentityProvider
2462
2517
  #
2463
2518
  class CompromisedCredentialsActionsType < Struct.new(
2464
2519
  :event_action)
2520
+ SENSITIVE = []
2465
2521
  include Aws::Structure
2466
2522
  end
2467
2523
 
@@ -2491,6 +2547,7 @@ module Aws::CognitoIdentityProvider
2491
2547
  class CompromisedCredentialsRiskConfigurationType < Struct.new(
2492
2548
  :event_filter,
2493
2549
  :actions)
2550
+ SENSITIVE = []
2494
2551
  include Aws::Structure
2495
2552
  end
2496
2553
 
@@ -2505,6 +2562,7 @@ module Aws::CognitoIdentityProvider
2505
2562
  #
2506
2563
  class ConcurrentModificationException < Struct.new(
2507
2564
  :message)
2565
+ SENSITIVE = []
2508
2566
  include Aws::Structure
2509
2567
  end
2510
2568
 
@@ -2546,6 +2604,7 @@ module Aws::CognitoIdentityProvider
2546
2604
  :device_key,
2547
2605
  :device_secret_verifier_config,
2548
2606
  :device_name)
2607
+ SENSITIVE = [:access_token]
2549
2608
  include Aws::Structure
2550
2609
  end
2551
2610
 
@@ -2560,6 +2619,7 @@ module Aws::CognitoIdentityProvider
2560
2619
  #
2561
2620
  class ConfirmDeviceResponse < Struct.new(
2562
2621
  :user_confirmation_necessary)
2622
+ SENSITIVE = []
2563
2623
  include Aws::Structure
2564
2624
  end
2565
2625
 
@@ -2671,6 +2731,7 @@ module Aws::CognitoIdentityProvider
2671
2731
  :analytics_metadata,
2672
2732
  :user_context_data,
2673
2733
  :client_metadata)
2734
+ SENSITIVE = [:client_id, :secret_hash, :username, :password]
2674
2735
  include Aws::Structure
2675
2736
  end
2676
2737
 
@@ -2793,6 +2854,7 @@ module Aws::CognitoIdentityProvider
2793
2854
  :analytics_metadata,
2794
2855
  :user_context_data,
2795
2856
  :client_metadata)
2857
+ SENSITIVE = [:client_id, :secret_hash, :username]
2796
2858
  include Aws::Structure
2797
2859
  end
2798
2860
 
@@ -2851,6 +2913,7 @@ module Aws::CognitoIdentityProvider
2851
2913
  :server_path,
2852
2914
  :http_headers,
2853
2915
  :encoded_data)
2916
+ SENSITIVE = []
2854
2917
  include Aws::Structure
2855
2918
  end
2856
2919
 
@@ -2909,6 +2972,7 @@ module Aws::CognitoIdentityProvider
2909
2972
  :description,
2910
2973
  :role_arn,
2911
2974
  :precedence)
2975
+ SENSITIVE = []
2912
2976
  include Aws::Structure
2913
2977
  end
2914
2978
 
@@ -2920,6 +2984,7 @@ module Aws::CognitoIdentityProvider
2920
2984
  #
2921
2985
  class CreateGroupResponse < Struct.new(
2922
2986
  :group)
2987
+ SENSITIVE = []
2923
2988
  include Aws::Structure
2924
2989
  end
2925
2990
 
@@ -3026,6 +3091,7 @@ module Aws::CognitoIdentityProvider
3026
3091
  :provider_details,
3027
3092
  :attribute_mapping,
3028
3093
  :idp_identifiers)
3094
+ SENSITIVE = []
3029
3095
  include Aws::Structure
3030
3096
  end
3031
3097
 
@@ -3037,6 +3103,7 @@ module Aws::CognitoIdentityProvider
3037
3103
  #
3038
3104
  class CreateIdentityProviderResponse < Struct.new(
3039
3105
  :identity_provider)
3106
+ SENSITIVE = []
3040
3107
  include Aws::Structure
3041
3108
  end
3042
3109
 
@@ -3081,6 +3148,7 @@ module Aws::CognitoIdentityProvider
3081
3148
  :identifier,
3082
3149
  :name,
3083
3150
  :scopes)
3151
+ SENSITIVE = []
3084
3152
  include Aws::Structure
3085
3153
  end
3086
3154
 
@@ -3092,6 +3160,7 @@ module Aws::CognitoIdentityProvider
3092
3160
  #
3093
3161
  class CreateResourceServerResponse < Struct.new(
3094
3162
  :resource_server)
3163
+ SENSITIVE = []
3095
3164
  include Aws::Structure
3096
3165
  end
3097
3166
 
@@ -3126,6 +3195,7 @@ module Aws::CognitoIdentityProvider
3126
3195
  :job_name,
3127
3196
  :user_pool_id,
3128
3197
  :cloud_watch_logs_role_arn)
3198
+ SENSITIVE = []
3129
3199
  include Aws::Structure
3130
3200
  end
3131
3201
 
@@ -3140,6 +3210,7 @@ module Aws::CognitoIdentityProvider
3140
3210
  #
3141
3211
  class CreateUserImportJobResponse < Struct.new(
3142
3212
  :user_import_job)
3213
+ SENSITIVE = []
3143
3214
  include Aws::Structure
3144
3215
  end
3145
3216
 
@@ -3396,6 +3467,7 @@ module Aws::CognitoIdentityProvider
3396
3467
  :allowed_o_auth_flows_user_pool_client,
3397
3468
  :analytics_configuration,
3398
3469
  :prevent_user_existence_errors)
3470
+ SENSITIVE = []
3399
3471
  include Aws::Structure
3400
3472
  end
3401
3473
 
@@ -3409,6 +3481,7 @@ module Aws::CognitoIdentityProvider
3409
3481
  #
3410
3482
  class CreateUserPoolClientResponse < Struct.new(
3411
3483
  :user_pool_client)
3484
+ SENSITIVE = []
3412
3485
  include Aws::Structure
3413
3486
  end
3414
3487
 
@@ -3453,6 +3526,7 @@ module Aws::CognitoIdentityProvider
3453
3526
  :domain,
3454
3527
  :user_pool_id,
3455
3528
  :custom_domain_config)
3529
+ SENSITIVE = []
3456
3530
  include Aws::Structure
3457
3531
  end
3458
3532
 
@@ -3465,6 +3539,7 @@ module Aws::CognitoIdentityProvider
3465
3539
  #
3466
3540
  class CreateUserPoolDomainResponse < Struct.new(
3467
3541
  :cloud_front_domain)
3542
+ SENSITIVE = []
3468
3543
  include Aws::Structure
3469
3544
  end
3470
3545
 
@@ -3726,6 +3801,7 @@ module Aws::CognitoIdentityProvider
3726
3801
  :user_pool_add_ons,
3727
3802
  :username_configuration,
3728
3803
  :account_recovery_setting)
3804
+ SENSITIVE = []
3729
3805
  include Aws::Structure
3730
3806
  end
3731
3807
 
@@ -3740,6 +3816,7 @@ module Aws::CognitoIdentityProvider
3740
3816
  #
3741
3817
  class CreateUserPoolResponse < Struct.new(
3742
3818
  :user_pool)
3819
+ SENSITIVE = []
3743
3820
  include Aws::Structure
3744
3821
  end
3745
3822
 
@@ -3763,6 +3840,7 @@ module Aws::CognitoIdentityProvider
3763
3840
  #
3764
3841
  class CustomDomainConfigType < Struct.new(
3765
3842
  :certificate_arn)
3843
+ SENSITIVE = []
3766
3844
  include Aws::Structure
3767
3845
  end
3768
3846
 
@@ -3787,6 +3865,7 @@ module Aws::CognitoIdentityProvider
3787
3865
  class DeleteGroupRequest < Struct.new(
3788
3866
  :group_name,
3789
3867
  :user_pool_id)
3868
+ SENSITIVE = []
3790
3869
  include Aws::Structure
3791
3870
  end
3792
3871
 
@@ -3811,6 +3890,7 @@ module Aws::CognitoIdentityProvider
3811
3890
  class DeleteIdentityProviderRequest < Struct.new(
3812
3891
  :user_pool_id,
3813
3892
  :provider_name)
3893
+ SENSITIVE = []
3814
3894
  include Aws::Structure
3815
3895
  end
3816
3896
 
@@ -3835,6 +3915,7 @@ module Aws::CognitoIdentityProvider
3835
3915
  class DeleteResourceServerRequest < Struct.new(
3836
3916
  :user_pool_id,
3837
3917
  :identifier)
3918
+ SENSITIVE = []
3838
3919
  include Aws::Structure
3839
3920
  end
3840
3921
 
@@ -3865,6 +3946,7 @@ module Aws::CognitoIdentityProvider
3865
3946
  class DeleteUserAttributesRequest < Struct.new(
3866
3947
  :user_attribute_names,
3867
3948
  :access_token)
3949
+ SENSITIVE = [:access_token]
3868
3950
  include Aws::Structure
3869
3951
  end
3870
3952
 
@@ -3898,6 +3980,7 @@ module Aws::CognitoIdentityProvider
3898
3980
  class DeleteUserPoolClientRequest < Struct.new(
3899
3981
  :user_pool_id,
3900
3982
  :client_id)
3983
+ SENSITIVE = [:client_id]
3901
3984
  include Aws::Structure
3902
3985
  end
3903
3986
 
@@ -3922,6 +4005,7 @@ module Aws::CognitoIdentityProvider
3922
4005
  class DeleteUserPoolDomainRequest < Struct.new(
3923
4006
  :domain,
3924
4007
  :user_pool_id)
4008
+ SENSITIVE = []
3925
4009
  include Aws::Structure
3926
4010
  end
3927
4011
 
@@ -3946,6 +4030,7 @@ module Aws::CognitoIdentityProvider
3946
4030
  #
3947
4031
  class DeleteUserPoolRequest < Struct.new(
3948
4032
  :user_pool_id)
4033
+ SENSITIVE = []
3949
4034
  include Aws::Structure
3950
4035
  end
3951
4036
 
@@ -3966,6 +4051,7 @@ module Aws::CognitoIdentityProvider
3966
4051
  #
3967
4052
  class DeleteUserRequest < Struct.new(
3968
4053
  :access_token)
4054
+ SENSITIVE = [:access_token]
3969
4055
  include Aws::Structure
3970
4056
  end
3971
4057
 
@@ -3990,6 +4076,7 @@ module Aws::CognitoIdentityProvider
3990
4076
  class DescribeIdentityProviderRequest < Struct.new(
3991
4077
  :user_pool_id,
3992
4078
  :provider_name)
4079
+ SENSITIVE = []
3993
4080
  include Aws::Structure
3994
4081
  end
3995
4082
 
@@ -4001,6 +4088,7 @@ module Aws::CognitoIdentityProvider
4001
4088
  #
4002
4089
  class DescribeIdentityProviderResponse < Struct.new(
4003
4090
  :identity_provider)
4091
+ SENSITIVE = []
4004
4092
  include Aws::Structure
4005
4093
  end
4006
4094
 
@@ -4025,6 +4113,7 @@ module Aws::CognitoIdentityProvider
4025
4113
  class DescribeResourceServerRequest < Struct.new(
4026
4114
  :user_pool_id,
4027
4115
  :identifier)
4116
+ SENSITIVE = []
4028
4117
  include Aws::Structure
4029
4118
  end
4030
4119
 
@@ -4036,6 +4125,7 @@ module Aws::CognitoIdentityProvider
4036
4125
  #
4037
4126
  class DescribeResourceServerResponse < Struct.new(
4038
4127
  :resource_server)
4128
+ SENSITIVE = []
4039
4129
  include Aws::Structure
4040
4130
  end
4041
4131
 
@@ -4060,6 +4150,7 @@ module Aws::CognitoIdentityProvider
4060
4150
  class DescribeRiskConfigurationRequest < Struct.new(
4061
4151
  :user_pool_id,
4062
4152
  :client_id)
4153
+ SENSITIVE = [:client_id]
4063
4154
  include Aws::Structure
4064
4155
  end
4065
4156
 
@@ -4071,6 +4162,7 @@ module Aws::CognitoIdentityProvider
4071
4162
  #
4072
4163
  class DescribeRiskConfigurationResponse < Struct.new(
4073
4164
  :risk_configuration)
4165
+ SENSITIVE = []
4074
4166
  include Aws::Structure
4075
4167
  end
4076
4168
 
@@ -4098,6 +4190,7 @@ module Aws::CognitoIdentityProvider
4098
4190
  class DescribeUserImportJobRequest < Struct.new(
4099
4191
  :user_pool_id,
4100
4192
  :job_id)
4193
+ SENSITIVE = []
4101
4194
  include Aws::Structure
4102
4195
  end
4103
4196
 
@@ -4112,6 +4205,7 @@ module Aws::CognitoIdentityProvider
4112
4205
  #
4113
4206
  class DescribeUserImportJobResponse < Struct.new(
4114
4207
  :user_import_job)
4208
+ SENSITIVE = []
4115
4209
  include Aws::Structure
4116
4210
  end
4117
4211
 
@@ -4138,6 +4232,7 @@ module Aws::CognitoIdentityProvider
4138
4232
  class DescribeUserPoolClientRequest < Struct.new(
4139
4233
  :user_pool_id,
4140
4234
  :client_id)
4235
+ SENSITIVE = [:client_id]
4141
4236
  include Aws::Structure
4142
4237
  end
4143
4238
 
@@ -4153,6 +4248,7 @@ module Aws::CognitoIdentityProvider
4153
4248
  #
4154
4249
  class DescribeUserPoolClientResponse < Struct.new(
4155
4250
  :user_pool_client)
4251
+ SENSITIVE = []
4156
4252
  include Aws::Structure
4157
4253
  end
4158
4254
 
@@ -4171,6 +4267,7 @@ module Aws::CognitoIdentityProvider
4171
4267
  #
4172
4268
  class DescribeUserPoolDomainRequest < Struct.new(
4173
4269
  :domain)
4270
+ SENSITIVE = []
4174
4271
  include Aws::Structure
4175
4272
  end
4176
4273
 
@@ -4182,6 +4279,7 @@ module Aws::CognitoIdentityProvider
4182
4279
  #
4183
4280
  class DescribeUserPoolDomainResponse < Struct.new(
4184
4281
  :domain_description)
4282
+ SENSITIVE = []
4185
4283
  include Aws::Structure
4186
4284
  end
4187
4285
 
@@ -4202,6 +4300,7 @@ module Aws::CognitoIdentityProvider
4202
4300
  #
4203
4301
  class DescribeUserPoolRequest < Struct.new(
4204
4302
  :user_pool_id)
4303
+ SENSITIVE = []
4205
4304
  include Aws::Structure
4206
4305
  end
4207
4306
 
@@ -4216,6 +4315,7 @@ module Aws::CognitoIdentityProvider
4216
4315
  #
4217
4316
  class DescribeUserPoolResponse < Struct.new(
4218
4317
  :user_pool)
4318
+ SENSITIVE = []
4219
4319
  include Aws::Structure
4220
4320
  end
4221
4321
 
@@ -4243,6 +4343,7 @@ module Aws::CognitoIdentityProvider
4243
4343
  class DeviceConfigurationType < Struct.new(
4244
4344
  :challenge_required_on_new_device,
4245
4345
  :device_only_remembered_on_user_prompt)
4346
+ SENSITIVE = []
4246
4347
  include Aws::Structure
4247
4348
  end
4248
4349
 
@@ -4269,6 +4370,7 @@ module Aws::CognitoIdentityProvider
4269
4370
  class DeviceSecretVerifierConfigType < Struct.new(
4270
4371
  :password_verifier,
4271
4372
  :salt)
4373
+ SENSITIVE = []
4272
4374
  include Aws::Structure
4273
4375
  end
4274
4376
 
@@ -4302,6 +4404,7 @@ module Aws::CognitoIdentityProvider
4302
4404
  :device_create_date,
4303
4405
  :device_last_modified_date,
4304
4406
  :device_last_authenticated_date)
4407
+ SENSITIVE = []
4305
4408
  include Aws::Structure
4306
4409
  end
4307
4410
 
@@ -4351,6 +4454,7 @@ module Aws::CognitoIdentityProvider
4351
4454
  :version,
4352
4455
  :status,
4353
4456
  :custom_domain_config)
4457
+ SENSITIVE = []
4354
4458
  include Aws::Structure
4355
4459
  end
4356
4460
 
@@ -4364,6 +4468,7 @@ module Aws::CognitoIdentityProvider
4364
4468
  #
4365
4469
  class DuplicateProviderException < Struct.new(
4366
4470
  :message)
4471
+ SENSITIVE = []
4367
4472
  include Aws::Structure
4368
4473
  end
4369
4474
 
@@ -4482,6 +4587,7 @@ module Aws::CognitoIdentityProvider
4482
4587
  :email_sending_account,
4483
4588
  :from,
4484
4589
  :configuration_set)
4590
+ SENSITIVE = []
4485
4591
  include Aws::Structure
4486
4592
  end
4487
4593
 
@@ -4496,6 +4602,7 @@ module Aws::CognitoIdentityProvider
4496
4602
  #
4497
4603
  class EnableSoftwareTokenMFAException < Struct.new(
4498
4604
  :message)
4605
+ SENSITIVE = []
4499
4606
  include Aws::Structure
4500
4607
  end
4501
4608
 
@@ -4530,6 +4637,7 @@ module Aws::CognitoIdentityProvider
4530
4637
  :timezone,
4531
4638
  :city,
4532
4639
  :country)
4640
+ SENSITIVE = []
4533
4641
  include Aws::Structure
4534
4642
  end
4535
4643
 
@@ -4553,6 +4661,7 @@ module Aws::CognitoIdentityProvider
4553
4661
  :feedback_value,
4554
4662
  :provider,
4555
4663
  :feedback_date)
4664
+ SENSITIVE = []
4556
4665
  include Aws::Structure
4557
4666
  end
4558
4667
 
@@ -4577,6 +4686,7 @@ module Aws::CognitoIdentityProvider
4577
4686
  :risk_decision,
4578
4687
  :risk_level,
4579
4688
  :compromised_credentials_detected)
4689
+ SENSITIVE = []
4580
4690
  include Aws::Structure
4581
4691
  end
4582
4692
 
@@ -4590,6 +4700,7 @@ module Aws::CognitoIdentityProvider
4590
4700
  #
4591
4701
  class ExpiredCodeException < Struct.new(
4592
4702
  :message)
4703
+ SENSITIVE = []
4593
4704
  include Aws::Structure
4594
4705
  end
4595
4706
 
@@ -4616,6 +4727,7 @@ module Aws::CognitoIdentityProvider
4616
4727
  class ForgetDeviceRequest < Struct.new(
4617
4728
  :access_token,
4618
4729
  :device_key)
4730
+ SENSITIVE = [:access_token]
4619
4731
  include Aws::Structure
4620
4732
  end
4621
4733
 
@@ -4714,6 +4826,7 @@ module Aws::CognitoIdentityProvider
4714
4826
  :username,
4715
4827
  :analytics_metadata,
4716
4828
  :client_metadata)
4829
+ SENSITIVE = [:client_id, :secret_hash, :username]
4717
4830
  include Aws::Structure
4718
4831
  end
4719
4832
 
@@ -4729,6 +4842,7 @@ module Aws::CognitoIdentityProvider
4729
4842
  #
4730
4843
  class ForgotPasswordResponse < Struct.new(
4731
4844
  :code_delivery_details)
4845
+ SENSITIVE = []
4732
4846
  include Aws::Structure
4733
4847
  end
4734
4848
 
@@ -4751,6 +4865,7 @@ module Aws::CognitoIdentityProvider
4751
4865
  #
4752
4866
  class GetCSVHeaderRequest < Struct.new(
4753
4867
  :user_pool_id)
4868
+ SENSITIVE = []
4754
4869
  include Aws::Structure
4755
4870
  end
4756
4871
 
@@ -4771,6 +4886,7 @@ module Aws::CognitoIdentityProvider
4771
4886
  class GetCSVHeaderResponse < Struct.new(
4772
4887
  :user_pool_id,
4773
4888
  :csv_header)
4889
+ SENSITIVE = []
4774
4890
  include Aws::Structure
4775
4891
  end
4776
4892
 
@@ -4797,6 +4913,7 @@ module Aws::CognitoIdentityProvider
4797
4913
  class GetDeviceRequest < Struct.new(
4798
4914
  :device_key,
4799
4915
  :access_token)
4916
+ SENSITIVE = [:access_token]
4800
4917
  include Aws::Structure
4801
4918
  end
4802
4919
 
@@ -4810,6 +4927,7 @@ module Aws::CognitoIdentityProvider
4810
4927
  #
4811
4928
  class GetDeviceResponse < Struct.new(
4812
4929
  :device)
4930
+ SENSITIVE = []
4813
4931
  include Aws::Structure
4814
4932
  end
4815
4933
 
@@ -4834,6 +4952,7 @@ module Aws::CognitoIdentityProvider
4834
4952
  class GetGroupRequest < Struct.new(
4835
4953
  :group_name,
4836
4954
  :user_pool_id)
4955
+ SENSITIVE = []
4837
4956
  include Aws::Structure
4838
4957
  end
4839
4958
 
@@ -4845,6 +4964,7 @@ module Aws::CognitoIdentityProvider
4845
4964
  #
4846
4965
  class GetGroupResponse < Struct.new(
4847
4966
  :group)
4967
+ SENSITIVE = []
4848
4968
  include Aws::Structure
4849
4969
  end
4850
4970
 
@@ -4869,6 +4989,7 @@ module Aws::CognitoIdentityProvider
4869
4989
  class GetIdentityProviderByIdentifierRequest < Struct.new(
4870
4990
  :user_pool_id,
4871
4991
  :idp_identifier)
4992
+ SENSITIVE = []
4872
4993
  include Aws::Structure
4873
4994
  end
4874
4995
 
@@ -4880,6 +5001,7 @@ module Aws::CognitoIdentityProvider
4880
5001
  #
4881
5002
  class GetIdentityProviderByIdentifierResponse < Struct.new(
4882
5003
  :identity_provider)
5004
+ SENSITIVE = []
4883
5005
  include Aws::Structure
4884
5006
  end
4885
5007
 
@@ -4900,6 +5022,7 @@ module Aws::CognitoIdentityProvider
4900
5022
  #
4901
5023
  class GetSigningCertificateRequest < Struct.new(
4902
5024
  :user_pool_id)
5025
+ SENSITIVE = []
4903
5026
  include Aws::Structure
4904
5027
  end
4905
5028
 
@@ -4913,6 +5036,7 @@ module Aws::CognitoIdentityProvider
4913
5036
  #
4914
5037
  class GetSigningCertificateResponse < Struct.new(
4915
5038
  :certificate)
5039
+ SENSITIVE = []
4916
5040
  include Aws::Structure
4917
5041
  end
4918
5042
 
@@ -4937,6 +5061,7 @@ module Aws::CognitoIdentityProvider
4937
5061
  class GetUICustomizationRequest < Struct.new(
4938
5062
  :user_pool_id,
4939
5063
  :client_id)
5064
+ SENSITIVE = [:client_id]
4940
5065
  include Aws::Structure
4941
5066
  end
4942
5067
 
@@ -4948,6 +5073,7 @@ module Aws::CognitoIdentityProvider
4948
5073
  #
4949
5074
  class GetUICustomizationResponse < Struct.new(
4950
5075
  :ui_customization)
5076
+ SENSITIVE = []
4951
5077
  include Aws::Structure
4952
5078
  end
4953
5079
 
@@ -5020,6 +5146,7 @@ module Aws::CognitoIdentityProvider
5020
5146
  :access_token,
5021
5147
  :attribute_name,
5022
5148
  :client_metadata)
5149
+ SENSITIVE = [:access_token]
5023
5150
  include Aws::Structure
5024
5151
  end
5025
5152
 
@@ -5035,6 +5162,7 @@ module Aws::CognitoIdentityProvider
5035
5162
  #
5036
5163
  class GetUserAttributeVerificationCodeResponse < Struct.new(
5037
5164
  :code_delivery_details)
5165
+ SENSITIVE = []
5038
5166
  include Aws::Structure
5039
5167
  end
5040
5168
 
@@ -5053,6 +5181,7 @@ module Aws::CognitoIdentityProvider
5053
5181
  #
5054
5182
  class GetUserPoolMfaConfigRequest < Struct.new(
5055
5183
  :user_pool_id)
5184
+ SENSITIVE = []
5056
5185
  include Aws::Structure
5057
5186
  end
5058
5187
 
@@ -5081,6 +5210,7 @@ module Aws::CognitoIdentityProvider
5081
5210
  :sms_mfa_configuration,
5082
5211
  :software_token_mfa_configuration,
5083
5212
  :mfa_configuration)
5213
+ SENSITIVE = []
5084
5214
  include Aws::Structure
5085
5215
  end
5086
5216
 
@@ -5102,6 +5232,7 @@ module Aws::CognitoIdentityProvider
5102
5232
  #
5103
5233
  class GetUserRequest < Struct.new(
5104
5234
  :access_token)
5235
+ SENSITIVE = [:access_token]
5105
5236
  include Aws::Structure
5106
5237
  end
5107
5238
 
@@ -5145,6 +5276,7 @@ module Aws::CognitoIdentityProvider
5145
5276
  :mfa_options,
5146
5277
  :preferred_mfa_setting,
5147
5278
  :user_mfa_setting_list)
5279
+ SENSITIVE = [:username]
5148
5280
  include Aws::Structure
5149
5281
  end
5150
5282
 
@@ -5165,6 +5297,7 @@ module Aws::CognitoIdentityProvider
5165
5297
  #
5166
5298
  class GlobalSignOutRequest < Struct.new(
5167
5299
  :access_token)
5300
+ SENSITIVE = [:access_token]
5168
5301
  include Aws::Structure
5169
5302
  end
5170
5303
 
@@ -5184,6 +5317,7 @@ module Aws::CognitoIdentityProvider
5184
5317
  #
5185
5318
  class GroupExistsException < Struct.new(
5186
5319
  :message)
5320
+ SENSITIVE = []
5187
5321
  include Aws::Structure
5188
5322
  end
5189
5323
 
@@ -5243,6 +5377,7 @@ module Aws::CognitoIdentityProvider
5243
5377
  :precedence,
5244
5378
  :last_modified_date,
5245
5379
  :creation_date)
5380
+ SENSITIVE = []
5246
5381
  include Aws::Structure
5247
5382
  end
5248
5383
 
@@ -5269,6 +5404,7 @@ module Aws::CognitoIdentityProvider
5269
5404
  class HttpHeader < Struct.new(
5270
5405
  :header_name,
5271
5406
  :header_value)
5407
+ SENSITIVE = []
5272
5408
  include Aws::Structure
5273
5409
  end
5274
5410
 
@@ -5371,6 +5507,7 @@ module Aws::CognitoIdentityProvider
5371
5507
  :idp_identifiers,
5372
5508
  :last_modified_date,
5373
5509
  :creation_date)
5510
+ SENSITIVE = []
5374
5511
  include Aws::Structure
5375
5512
  end
5376
5513
 
@@ -5382,7 +5519,7 @@ module Aws::CognitoIdentityProvider
5382
5519
  # {
5383
5520
  # auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
5384
5521
  # auth_parameters: {
5385
- # "StringType" => "AuthParametersValueType",
5522
+ # "StringType" => "StringType",
5386
5523
  # },
5387
5524
  # client_metadata: {
5388
5525
  # "StringType" => "StringType",
@@ -5539,6 +5676,7 @@ module Aws::CognitoIdentityProvider
5539
5676
  :client_id,
5540
5677
  :analytics_metadata,
5541
5678
  :user_context_data)
5679
+ SENSITIVE = [:auth_parameters, :client_id]
5542
5680
  include Aws::Structure
5543
5681
  end
5544
5682
 
@@ -5608,6 +5746,7 @@ module Aws::CognitoIdentityProvider
5608
5746
  :session,
5609
5747
  :challenge_parameters,
5610
5748
  :authentication_result)
5749
+ SENSITIVE = []
5611
5750
  include Aws::Structure
5612
5751
  end
5613
5752
 
@@ -5623,6 +5762,7 @@ module Aws::CognitoIdentityProvider
5623
5762
  #
5624
5763
  class InternalErrorException < Struct.new(
5625
5764
  :message)
5765
+ SENSITIVE = []
5626
5766
  include Aws::Structure
5627
5767
  end
5628
5768
 
@@ -5639,6 +5779,7 @@ module Aws::CognitoIdentityProvider
5639
5779
  #
5640
5780
  class InvalidEmailRoleAccessPolicyException < Struct.new(
5641
5781
  :message)
5782
+ SENSITIVE = []
5642
5783
  include Aws::Structure
5643
5784
  end
5644
5785
 
@@ -5654,6 +5795,7 @@ module Aws::CognitoIdentityProvider
5654
5795
  #
5655
5796
  class InvalidLambdaResponseException < Struct.new(
5656
5797
  :message)
5798
+ SENSITIVE = []
5657
5799
  include Aws::Structure
5658
5800
  end
5659
5801
 
@@ -5666,6 +5808,7 @@ module Aws::CognitoIdentityProvider
5666
5808
  #
5667
5809
  class InvalidOAuthFlowException < Struct.new(
5668
5810
  :message)
5811
+ SENSITIVE = []
5669
5812
  include Aws::Structure
5670
5813
  end
5671
5814
 
@@ -5681,6 +5824,7 @@ module Aws::CognitoIdentityProvider
5681
5824
  #
5682
5825
  class InvalidParameterException < Struct.new(
5683
5826
  :message)
5827
+ SENSITIVE = []
5684
5828
  include Aws::Structure
5685
5829
  end
5686
5830
 
@@ -5696,6 +5840,7 @@ module Aws::CognitoIdentityProvider
5696
5840
  #
5697
5841
  class InvalidPasswordException < Struct.new(
5698
5842
  :message)
5843
+ SENSITIVE = []
5699
5844
  include Aws::Structure
5700
5845
  end
5701
5846
 
@@ -5711,6 +5856,7 @@ module Aws::CognitoIdentityProvider
5711
5856
  #
5712
5857
  class InvalidSmsRoleAccessPolicyException < Struct.new(
5713
5858
  :message)
5859
+ SENSITIVE = []
5714
5860
  include Aws::Structure
5715
5861
  end
5716
5862
 
@@ -5729,6 +5875,7 @@ module Aws::CognitoIdentityProvider
5729
5875
  #
5730
5876
  class InvalidSmsRoleTrustRelationshipException < Struct.new(
5731
5877
  :message)
5878
+ SENSITIVE = []
5732
5879
  include Aws::Structure
5733
5880
  end
5734
5881
 
@@ -5742,6 +5889,7 @@ module Aws::CognitoIdentityProvider
5742
5889
  #
5743
5890
  class InvalidUserPoolConfigurationException < Struct.new(
5744
5891
  :message)
5892
+ SENSITIVE = []
5745
5893
  include Aws::Structure
5746
5894
  end
5747
5895
 
@@ -5816,6 +5964,7 @@ module Aws::CognitoIdentityProvider
5816
5964
  :verify_auth_challenge_response,
5817
5965
  :pre_token_generation,
5818
5966
  :user_migration)
5967
+ SENSITIVE = []
5819
5968
  include Aws::Structure
5820
5969
  end
5821
5970
 
@@ -5831,6 +5980,7 @@ module Aws::CognitoIdentityProvider
5831
5980
  #
5832
5981
  class LimitExceededException < Struct.new(
5833
5982
  :message)
5983
+ SENSITIVE = []
5834
5984
  include Aws::Structure
5835
5985
  end
5836
5986
 
@@ -5863,6 +6013,7 @@ module Aws::CognitoIdentityProvider
5863
6013
  :access_token,
5864
6014
  :limit,
5865
6015
  :pagination_token)
6016
+ SENSITIVE = [:access_token]
5866
6017
  include Aws::Structure
5867
6018
  end
5868
6019
 
@@ -5881,6 +6032,7 @@ module Aws::CognitoIdentityProvider
5881
6032
  class ListDevicesResponse < Struct.new(
5882
6033
  :devices,
5883
6034
  :pagination_token)
6035
+ SENSITIVE = []
5884
6036
  include Aws::Structure
5885
6037
  end
5886
6038
 
@@ -5913,6 +6065,7 @@ module Aws::CognitoIdentityProvider
5913
6065
  :user_pool_id,
5914
6066
  :limit,
5915
6067
  :next_token)
6068
+ SENSITIVE = []
5916
6069
  include Aws::Structure
5917
6070
  end
5918
6071
 
@@ -5931,6 +6084,7 @@ module Aws::CognitoIdentityProvider
5931
6084
  class ListGroupsResponse < Struct.new(
5932
6085
  :groups,
5933
6086
  :next_token)
6087
+ SENSITIVE = []
5934
6088
  include Aws::Structure
5935
6089
  end
5936
6090
 
@@ -5961,6 +6115,7 @@ module Aws::CognitoIdentityProvider
5961
6115
  :user_pool_id,
5962
6116
  :max_results,
5963
6117
  :next_token)
6118
+ SENSITIVE = []
5964
6119
  include Aws::Structure
5965
6120
  end
5966
6121
 
@@ -5977,6 +6132,7 @@ module Aws::CognitoIdentityProvider
5977
6132
  class ListIdentityProvidersResponse < Struct.new(
5978
6133
  :providers,
5979
6134
  :next_token)
6135
+ SENSITIVE = []
5980
6136
  include Aws::Structure
5981
6137
  end
5982
6138
 
@@ -6007,6 +6163,7 @@ module Aws::CognitoIdentityProvider
6007
6163
  :user_pool_id,
6008
6164
  :max_results,
6009
6165
  :next_token)
6166
+ SENSITIVE = []
6010
6167
  include Aws::Structure
6011
6168
  end
6012
6169
 
@@ -6023,6 +6180,7 @@ module Aws::CognitoIdentityProvider
6023
6180
  class ListResourceServersResponse < Struct.new(
6024
6181
  :resource_servers,
6025
6182
  :next_token)
6183
+ SENSITIVE = []
6026
6184
  include Aws::Structure
6027
6185
  end
6028
6186
 
@@ -6042,6 +6200,7 @@ module Aws::CognitoIdentityProvider
6042
6200
  #
6043
6201
  class ListTagsForResourceRequest < Struct.new(
6044
6202
  :resource_arn)
6203
+ SENSITIVE = []
6045
6204
  include Aws::Structure
6046
6205
  end
6047
6206
 
@@ -6053,6 +6212,7 @@ module Aws::CognitoIdentityProvider
6053
6212
  #
6054
6213
  class ListTagsForResourceResponse < Struct.new(
6055
6214
  :tags)
6215
+ SENSITIVE = []
6056
6216
  include Aws::Structure
6057
6217
  end
6058
6218
 
@@ -6088,6 +6248,7 @@ module Aws::CognitoIdentityProvider
6088
6248
  :user_pool_id,
6089
6249
  :max_results,
6090
6250
  :pagination_token)
6251
+ SENSITIVE = []
6091
6252
  include Aws::Structure
6092
6253
  end
6093
6254
 
@@ -6108,6 +6269,7 @@ module Aws::CognitoIdentityProvider
6108
6269
  class ListUserImportJobsResponse < Struct.new(
6109
6270
  :user_import_jobs,
6110
6271
  :pagination_token)
6272
+ SENSITIVE = []
6111
6273
  include Aws::Structure
6112
6274
  end
6113
6275
 
@@ -6144,6 +6306,7 @@ module Aws::CognitoIdentityProvider
6144
6306
  :user_pool_id,
6145
6307
  :max_results,
6146
6308
  :next_token)
6309
+ SENSITIVE = []
6147
6310
  include Aws::Structure
6148
6311
  end
6149
6312
 
@@ -6164,6 +6327,7 @@ module Aws::CognitoIdentityProvider
6164
6327
  class ListUserPoolClientsResponse < Struct.new(
6165
6328
  :user_pool_clients,
6166
6329
  :next_token)
6330
+ SENSITIVE = []
6167
6331
  include Aws::Structure
6168
6332
  end
6169
6333
 
@@ -6193,6 +6357,7 @@ module Aws::CognitoIdentityProvider
6193
6357
  class ListUserPoolsRequest < Struct.new(
6194
6358
  :next_token,
6195
6359
  :max_results)
6360
+ SENSITIVE = []
6196
6361
  include Aws::Structure
6197
6362
  end
6198
6363
 
@@ -6213,6 +6378,7 @@ module Aws::CognitoIdentityProvider
6213
6378
  class ListUserPoolsResponse < Struct.new(
6214
6379
  :user_pools,
6215
6380
  :next_token)
6381
+ SENSITIVE = []
6216
6382
  include Aws::Structure
6217
6383
  end
6218
6384
 
@@ -6251,6 +6417,7 @@ module Aws::CognitoIdentityProvider
6251
6417
  :group_name,
6252
6418
  :limit,
6253
6419
  :next_token)
6420
+ SENSITIVE = []
6254
6421
  include Aws::Structure
6255
6422
  end
6256
6423
 
@@ -6269,6 +6436,7 @@ module Aws::CognitoIdentityProvider
6269
6436
  class ListUsersInGroupResponse < Struct.new(
6270
6437
  :users,
6271
6438
  :next_token)
6439
+ SENSITIVE = []
6272
6440
  include Aws::Structure
6273
6441
  end
6274
6442
 
@@ -6368,6 +6536,7 @@ module Aws::CognitoIdentityProvider
6368
6536
  :limit,
6369
6537
  :pagination_token,
6370
6538
  :filter)
6539
+ SENSITIVE = []
6371
6540
  include Aws::Structure
6372
6541
  end
6373
6542
 
@@ -6388,6 +6557,7 @@ module Aws::CognitoIdentityProvider
6388
6557
  class ListUsersResponse < Struct.new(
6389
6558
  :users,
6390
6559
  :pagination_token)
6560
+ SENSITIVE = []
6391
6561
  include Aws::Structure
6392
6562
  end
6393
6563
 
@@ -6403,6 +6573,7 @@ module Aws::CognitoIdentityProvider
6403
6573
  #
6404
6574
  class MFAMethodNotFoundException < Struct.new(
6405
6575
  :message)
6576
+ SENSITIVE = []
6406
6577
  include Aws::Structure
6407
6578
  end
6408
6579
 
@@ -6440,6 +6611,7 @@ module Aws::CognitoIdentityProvider
6440
6611
  class MFAOptionType < Struct.new(
6441
6612
  :delivery_medium,
6442
6613
  :attribute_name)
6614
+ SENSITIVE = []
6443
6615
  include Aws::Structure
6444
6616
  end
6445
6617
 
@@ -6472,6 +6644,7 @@ module Aws::CognitoIdentityProvider
6472
6644
  :sms_message,
6473
6645
  :email_message,
6474
6646
  :email_subject)
6647
+ SENSITIVE = []
6475
6648
  include Aws::Structure
6476
6649
  end
6477
6650
 
@@ -6490,6 +6663,7 @@ module Aws::CognitoIdentityProvider
6490
6663
  class NewDeviceMetadataType < Struct.new(
6491
6664
  :device_key,
6492
6665
  :device_group_key)
6666
+ SENSITIVE = []
6493
6667
  include Aws::Structure
6494
6668
  end
6495
6669
 
@@ -6504,6 +6678,7 @@ module Aws::CognitoIdentityProvider
6504
6678
  #
6505
6679
  class NotAuthorizedException < Struct.new(
6506
6680
  :message)
6681
+ SENSITIVE = []
6507
6682
  include Aws::Structure
6508
6683
  end
6509
6684
 
@@ -6571,6 +6746,7 @@ module Aws::CognitoIdentityProvider
6571
6746
  :block_email,
6572
6747
  :no_action_email,
6573
6748
  :mfa_email)
6749
+ SENSITIVE = []
6574
6750
  include Aws::Structure
6575
6751
  end
6576
6752
 
@@ -6603,6 +6779,7 @@ module Aws::CognitoIdentityProvider
6603
6779
  :subject,
6604
6780
  :html_body,
6605
6781
  :text_body)
6782
+ SENSITIVE = []
6606
6783
  include Aws::Structure
6607
6784
  end
6608
6785
 
@@ -6630,6 +6807,7 @@ module Aws::CognitoIdentityProvider
6630
6807
  class NumberAttributeConstraintsType < Struct.new(
6631
6808
  :min_value,
6632
6809
  :max_value)
6810
+ SENSITIVE = []
6633
6811
  include Aws::Structure
6634
6812
  end
6635
6813
 
@@ -6695,6 +6873,7 @@ module Aws::CognitoIdentityProvider
6695
6873
  :require_numbers,
6696
6874
  :require_symbols,
6697
6875
  :temporary_password_validity_days)
6876
+ SENSITIVE = []
6698
6877
  include Aws::Structure
6699
6878
  end
6700
6879
 
@@ -6708,6 +6887,7 @@ module Aws::CognitoIdentityProvider
6708
6887
  #
6709
6888
  class PasswordResetRequiredException < Struct.new(
6710
6889
  :message)
6890
+ SENSITIVE = []
6711
6891
  include Aws::Structure
6712
6892
  end
6713
6893
 
@@ -6721,6 +6901,7 @@ module Aws::CognitoIdentityProvider
6721
6901
  #
6722
6902
  class PreconditionNotMetException < Struct.new(
6723
6903
  :message)
6904
+ SENSITIVE = []
6724
6905
  include Aws::Structure
6725
6906
  end
6726
6907
 
@@ -6749,6 +6930,7 @@ module Aws::CognitoIdentityProvider
6749
6930
  :provider_type,
6750
6931
  :last_modified_date,
6751
6932
  :creation_date)
6933
+ SENSITIVE = []
6752
6934
  include Aws::Structure
6753
6935
  end
6754
6936
 
@@ -6785,6 +6967,7 @@ module Aws::CognitoIdentityProvider
6785
6967
  :provider_name,
6786
6968
  :provider_attribute_name,
6787
6969
  :provider_attribute_value)
6970
+ SENSITIVE = []
6788
6971
  include Aws::Structure
6789
6972
  end
6790
6973
 
@@ -6813,6 +6996,7 @@ module Aws::CognitoIdentityProvider
6813
6996
  class RecoveryOptionType < Struct.new(
6814
6997
  :priority,
6815
6998
  :name)
6999
+ SENSITIVE = []
6816
7000
  include Aws::Structure
6817
7001
  end
6818
7002
 
@@ -6910,6 +7094,7 @@ module Aws::CognitoIdentityProvider
6910
7094
  :username,
6911
7095
  :analytics_metadata,
6912
7096
  :client_metadata)
7097
+ SENSITIVE = [:client_id, :secret_hash, :username]
6913
7098
  include Aws::Structure
6914
7099
  end
6915
7100
 
@@ -6925,6 +7110,7 @@ module Aws::CognitoIdentityProvider
6925
7110
  #
6926
7111
  class ResendConfirmationCodeResponse < Struct.new(
6927
7112
  :code_delivery_details)
7113
+ SENSITIVE = []
6928
7114
  include Aws::Structure
6929
7115
  end
6930
7116
 
@@ -6940,6 +7126,7 @@ module Aws::CognitoIdentityProvider
6940
7126
  #
6941
7127
  class ResourceNotFoundException < Struct.new(
6942
7128
  :message)
7129
+ SENSITIVE = []
6943
7130
  include Aws::Structure
6944
7131
  end
6945
7132
 
@@ -6966,6 +7153,7 @@ module Aws::CognitoIdentityProvider
6966
7153
  class ResourceServerScopeType < Struct.new(
6967
7154
  :scope_name,
6968
7155
  :scope_description)
7156
+ SENSITIVE = []
6969
7157
  include Aws::Structure
6970
7158
  end
6971
7159
 
@@ -6994,6 +7182,7 @@ module Aws::CognitoIdentityProvider
6994
7182
  :identifier,
6995
7183
  :name,
6996
7184
  :scopes)
7185
+ SENSITIVE = []
6997
7186
  include Aws::Structure
6998
7187
  end
6999
7188
 
@@ -7128,6 +7317,7 @@ module Aws::CognitoIdentityProvider
7128
7317
  :analytics_metadata,
7129
7318
  :user_context_data,
7130
7319
  :client_metadata)
7320
+ SENSITIVE = [:client_id]
7131
7321
  include Aws::Structure
7132
7322
  end
7133
7323
 
@@ -7161,6 +7351,7 @@ module Aws::CognitoIdentityProvider
7161
7351
  :session,
7162
7352
  :challenge_parameters,
7163
7353
  :authentication_result)
7354
+ SENSITIVE = []
7164
7355
  include Aws::Structure
7165
7356
  end
7166
7357
 
@@ -7202,6 +7393,7 @@ module Aws::CognitoIdentityProvider
7202
7393
  :account_takeover_risk_configuration,
7203
7394
  :risk_exception_configuration,
7204
7395
  :last_modified_date)
7396
+ SENSITIVE = [:client_id]
7205
7397
  include Aws::Structure
7206
7398
  end
7207
7399
 
@@ -7231,6 +7423,7 @@ module Aws::CognitoIdentityProvider
7231
7423
  class RiskExceptionConfigurationType < Struct.new(
7232
7424
  :blocked_ip_range_list,
7233
7425
  :skipped_ip_range_list)
7426
+ SENSITIVE = []
7234
7427
  include Aws::Structure
7235
7428
  end
7236
7429
 
@@ -7257,6 +7450,7 @@ module Aws::CognitoIdentityProvider
7257
7450
  class SMSMfaSettingsType < Struct.new(
7258
7451
  :enabled,
7259
7452
  :preferred_mfa)
7453
+ SENSITIVE = []
7260
7454
  include Aws::Structure
7261
7455
  end
7262
7456
 
@@ -7347,6 +7541,7 @@ module Aws::CognitoIdentityProvider
7347
7541
  :required,
7348
7542
  :number_attribute_constraints,
7349
7543
  :string_attribute_constraints)
7544
+ SENSITIVE = []
7350
7545
  include Aws::Structure
7351
7546
  end
7352
7547
 
@@ -7359,6 +7554,7 @@ module Aws::CognitoIdentityProvider
7359
7554
  #
7360
7555
  class ScopeDoesNotExistException < Struct.new(
7361
7556
  :message)
7557
+ SENSITIVE = []
7362
7558
  include Aws::Structure
7363
7559
  end
7364
7560
 
@@ -7451,6 +7647,7 @@ module Aws::CognitoIdentityProvider
7451
7647
  :compromised_credentials_risk_configuration,
7452
7648
  :account_takeover_risk_configuration,
7453
7649
  :risk_exception_configuration)
7650
+ SENSITIVE = [:client_id]
7454
7651
  include Aws::Structure
7455
7652
  end
7456
7653
 
@@ -7462,6 +7659,7 @@ module Aws::CognitoIdentityProvider
7462
7659
  #
7463
7660
  class SetRiskConfigurationResponse < Struct.new(
7464
7661
  :risk_configuration)
7662
+ SENSITIVE = []
7465
7663
  include Aws::Structure
7466
7664
  end
7467
7665
 
@@ -7498,6 +7696,7 @@ module Aws::CognitoIdentityProvider
7498
7696
  :client_id,
7499
7697
  :css,
7500
7698
  :image_file)
7699
+ SENSITIVE = [:client_id]
7501
7700
  include Aws::Structure
7502
7701
  end
7503
7702
 
@@ -7509,6 +7708,7 @@ module Aws::CognitoIdentityProvider
7509
7708
  #
7510
7709
  class SetUICustomizationResponse < Struct.new(
7511
7710
  :ui_customization)
7711
+ SENSITIVE = []
7512
7712
  include Aws::Structure
7513
7713
  end
7514
7714
 
@@ -7545,6 +7745,7 @@ module Aws::CognitoIdentityProvider
7545
7745
  :sms_mfa_settings,
7546
7746
  :software_token_mfa_settings,
7547
7747
  :access_token)
7748
+ SENSITIVE = [:access_token]
7548
7749
  include Aws::Structure
7549
7750
  end
7550
7751
 
@@ -7600,6 +7801,7 @@ module Aws::CognitoIdentityProvider
7600
7801
  :sms_mfa_configuration,
7601
7802
  :software_token_mfa_configuration,
7602
7803
  :mfa_configuration)
7804
+ SENSITIVE = []
7603
7805
  include Aws::Structure
7604
7806
  end
7605
7807
 
@@ -7628,6 +7830,7 @@ module Aws::CognitoIdentityProvider
7628
7830
  :sms_mfa_configuration,
7629
7831
  :software_token_mfa_configuration,
7630
7832
  :mfa_configuration)
7833
+ SENSITIVE = []
7631
7834
  include Aws::Structure
7632
7835
  end
7633
7836
 
@@ -7660,6 +7863,7 @@ module Aws::CognitoIdentityProvider
7660
7863
  class SetUserSettingsRequest < Struct.new(
7661
7864
  :access_token,
7662
7865
  :mfa_options)
7866
+ SENSITIVE = [:access_token]
7663
7867
  include Aws::Structure
7664
7868
  end
7665
7869
 
@@ -7794,6 +7998,7 @@ module Aws::CognitoIdentityProvider
7794
7998
  :analytics_metadata,
7795
7999
  :user_context_data,
7796
8000
  :client_metadata)
8001
+ SENSITIVE = [:client_id, :secret_hash, :username, :password]
7797
8002
  include Aws::Structure
7798
8003
  end
7799
8004
 
@@ -7820,6 +8025,7 @@ module Aws::CognitoIdentityProvider
7820
8025
  :user_confirmed,
7821
8026
  :code_delivery_details,
7822
8027
  :user_sub)
8028
+ SENSITIVE = []
7823
8029
  include Aws::Structure
7824
8030
  end
7825
8031
 
@@ -7860,6 +8066,7 @@ module Aws::CognitoIdentityProvider
7860
8066
  class SmsConfigurationType < Struct.new(
7861
8067
  :sns_caller_arn,
7862
8068
  :external_id)
8069
+ SENSITIVE = []
7863
8070
  include Aws::Structure
7864
8071
  end
7865
8072
 
@@ -7893,6 +8100,7 @@ module Aws::CognitoIdentityProvider
7893
8100
  class SmsMfaConfigType < Struct.new(
7894
8101
  :sms_authentication_message,
7895
8102
  :sms_configuration)
8103
+ SENSITIVE = []
7896
8104
  include Aws::Structure
7897
8105
  end
7898
8106
 
@@ -7906,6 +8114,7 @@ module Aws::CognitoIdentityProvider
7906
8114
  #
7907
8115
  class SoftwareTokenMFANotFoundException < Struct.new(
7908
8116
  :message)
8117
+ SENSITIVE = []
7909
8118
  include Aws::Structure
7910
8119
  end
7911
8120
 
@@ -7926,6 +8135,7 @@ module Aws::CognitoIdentityProvider
7926
8135
  #
7927
8136
  class SoftwareTokenMfaConfigType < Struct.new(
7928
8137
  :enabled)
8138
+ SENSITIVE = []
7929
8139
  include Aws::Structure
7930
8140
  end
7931
8141
 
@@ -7952,6 +8162,7 @@ module Aws::CognitoIdentityProvider
7952
8162
  class SoftwareTokenMfaSettingsType < Struct.new(
7953
8163
  :enabled,
7954
8164
  :preferred_mfa)
8165
+ SENSITIVE = []
7955
8166
  include Aws::Structure
7956
8167
  end
7957
8168
 
@@ -7979,6 +8190,7 @@ module Aws::CognitoIdentityProvider
7979
8190
  class StartUserImportJobRequest < Struct.new(
7980
8191
  :user_pool_id,
7981
8192
  :job_id)
8193
+ SENSITIVE = []
7982
8194
  include Aws::Structure
7983
8195
  end
7984
8196
 
@@ -7993,6 +8205,7 @@ module Aws::CognitoIdentityProvider
7993
8205
  #
7994
8206
  class StartUserImportJobResponse < Struct.new(
7995
8207
  :user_import_job)
8208
+ SENSITIVE = []
7996
8209
  include Aws::Structure
7997
8210
  end
7998
8211
 
@@ -8020,6 +8233,7 @@ module Aws::CognitoIdentityProvider
8020
8233
  class StopUserImportJobRequest < Struct.new(
8021
8234
  :user_pool_id,
8022
8235
  :job_id)
8236
+ SENSITIVE = []
8023
8237
  include Aws::Structure
8024
8238
  end
8025
8239
 
@@ -8034,6 +8248,7 @@ module Aws::CognitoIdentityProvider
8034
8248
  #
8035
8249
  class StopUserImportJobResponse < Struct.new(
8036
8250
  :user_import_job)
8251
+ SENSITIVE = []
8037
8252
  include Aws::Structure
8038
8253
  end
8039
8254
 
@@ -8060,6 +8275,7 @@ module Aws::CognitoIdentityProvider
8060
8275
  class StringAttributeConstraintsType < Struct.new(
8061
8276
  :min_length,
8062
8277
  :max_length)
8278
+ SENSITIVE = []
8063
8279
  include Aws::Structure
8064
8280
  end
8065
8281
 
@@ -8087,6 +8303,7 @@ module Aws::CognitoIdentityProvider
8087
8303
  class TagResourceRequest < Struct.new(
8088
8304
  :resource_arn,
8089
8305
  :tags)
8306
+ SENSITIVE = []
8090
8307
  include Aws::Structure
8091
8308
  end
8092
8309
 
@@ -8106,6 +8323,7 @@ module Aws::CognitoIdentityProvider
8106
8323
  #
8107
8324
  class TooManyFailedAttemptsException < Struct.new(
8108
8325
  :message)
8326
+ SENSITIVE = []
8109
8327
  include Aws::Structure
8110
8328
  end
8111
8329
 
@@ -8121,6 +8339,7 @@ module Aws::CognitoIdentityProvider
8121
8339
  #
8122
8340
  class TooManyRequestsException < Struct.new(
8123
8341
  :message)
8342
+ SENSITIVE = []
8124
8343
  include Aws::Structure
8125
8344
  end
8126
8345
 
@@ -8165,6 +8384,7 @@ module Aws::CognitoIdentityProvider
8165
8384
  :css_version,
8166
8385
  :last_modified_date,
8167
8386
  :creation_date)
8387
+ SENSITIVE = [:client_id]
8168
8388
  include Aws::Structure
8169
8389
  end
8170
8390
 
@@ -8180,6 +8400,7 @@ module Aws::CognitoIdentityProvider
8180
8400
  #
8181
8401
  class UnexpectedLambdaException < Struct.new(
8182
8402
  :message)
8403
+ SENSITIVE = []
8183
8404
  include Aws::Structure
8184
8405
  end
8185
8406
 
@@ -8193,6 +8414,7 @@ module Aws::CognitoIdentityProvider
8193
8414
  #
8194
8415
  class UnsupportedIdentityProviderException < Struct.new(
8195
8416
  :message)
8417
+ SENSITIVE = []
8196
8418
  include Aws::Structure
8197
8419
  end
8198
8420
 
@@ -8206,6 +8428,7 @@ module Aws::CognitoIdentityProvider
8206
8428
  #
8207
8429
  class UnsupportedUserStateException < Struct.new(
8208
8430
  :message)
8431
+ SENSITIVE = []
8209
8432
  include Aws::Structure
8210
8433
  end
8211
8434
 
@@ -8231,6 +8454,7 @@ module Aws::CognitoIdentityProvider
8231
8454
  class UntagResourceRequest < Struct.new(
8232
8455
  :resource_arn,
8233
8456
  :tag_keys)
8457
+ SENSITIVE = []
8234
8458
  include Aws::Structure
8235
8459
  end
8236
8460
 
@@ -8277,6 +8501,7 @@ module Aws::CognitoIdentityProvider
8277
8501
  :event_id,
8278
8502
  :feedback_token,
8279
8503
  :feedback_value)
8504
+ SENSITIVE = [:username, :feedback_token]
8280
8505
  include Aws::Structure
8281
8506
  end
8282
8507
 
@@ -8313,6 +8538,7 @@ module Aws::CognitoIdentityProvider
8313
8538
  :access_token,
8314
8539
  :device_key,
8315
8540
  :device_remembered_status)
8541
+ SENSITIVE = [:access_token]
8316
8542
  include Aws::Structure
8317
8543
  end
8318
8544
 
@@ -8363,6 +8589,7 @@ module Aws::CognitoIdentityProvider
8363
8589
  :description,
8364
8590
  :role_arn,
8365
8591
  :precedence)
8592
+ SENSITIVE = []
8366
8593
  include Aws::Structure
8367
8594
  end
8368
8595
 
@@ -8374,6 +8601,7 @@ module Aws::CognitoIdentityProvider
8374
8601
  #
8375
8602
  class UpdateGroupResponse < Struct.new(
8376
8603
  :group)
8604
+ SENSITIVE = []
8377
8605
  include Aws::Structure
8378
8606
  end
8379
8607
 
@@ -8421,6 +8649,7 @@ module Aws::CognitoIdentityProvider
8421
8649
  :provider_details,
8422
8650
  :attribute_mapping,
8423
8651
  :idp_identifiers)
8652
+ SENSITIVE = []
8424
8653
  include Aws::Structure
8425
8654
  end
8426
8655
 
@@ -8432,6 +8661,7 @@ module Aws::CognitoIdentityProvider
8432
8661
  #
8433
8662
  class UpdateIdentityProviderResponse < Struct.new(
8434
8663
  :identity_provider)
8664
+ SENSITIVE = []
8435
8665
  include Aws::Structure
8436
8666
  end
8437
8667
 
@@ -8473,6 +8703,7 @@ module Aws::CognitoIdentityProvider
8473
8703
  :identifier,
8474
8704
  :name,
8475
8705
  :scopes)
8706
+ SENSITIVE = []
8476
8707
  include Aws::Structure
8477
8708
  end
8478
8709
 
@@ -8484,6 +8715,7 @@ module Aws::CognitoIdentityProvider
8484
8715
  #
8485
8716
  class UpdateResourceServerResponse < Struct.new(
8486
8717
  :resource_server)
8718
+ SENSITIVE = []
8487
8719
  include Aws::Structure
8488
8720
  end
8489
8721
 
@@ -8561,6 +8793,7 @@ module Aws::CognitoIdentityProvider
8561
8793
  :user_attributes,
8562
8794
  :access_token,
8563
8795
  :client_metadata)
8796
+ SENSITIVE = [:access_token]
8564
8797
  include Aws::Structure
8565
8798
  end
8566
8799
 
@@ -8576,6 +8809,7 @@ module Aws::CognitoIdentityProvider
8576
8809
  #
8577
8810
  class UpdateUserAttributesResponse < Struct.new(
8578
8811
  :code_delivery_details_list)
8812
+ SENSITIVE = []
8579
8813
  include Aws::Structure
8580
8814
  end
8581
8815
 
@@ -8817,6 +9051,7 @@ module Aws::CognitoIdentityProvider
8817
9051
  :allowed_o_auth_flows_user_pool_client,
8818
9052
  :analytics_configuration,
8819
9053
  :prevent_user_existence_errors)
9054
+ SENSITIVE = [:client_id]
8820
9055
  include Aws::Structure
8821
9056
  end
8822
9057
 
@@ -8832,6 +9067,7 @@ module Aws::CognitoIdentityProvider
8832
9067
  #
8833
9068
  class UpdateUserPoolClientResponse < Struct.new(
8834
9069
  :user_pool_client)
9070
+ SENSITIVE = []
8835
9071
  include Aws::Structure
8836
9072
  end
8837
9073
 
@@ -8874,6 +9110,7 @@ module Aws::CognitoIdentityProvider
8874
9110
  :domain,
8875
9111
  :user_pool_id,
8876
9112
  :custom_domain_config)
9113
+ SENSITIVE = []
8877
9114
  include Aws::Structure
8878
9115
  end
8879
9116
 
@@ -8888,6 +9125,7 @@ module Aws::CognitoIdentityProvider
8888
9125
  #
8889
9126
  class UpdateUserPoolDomainResponse < Struct.new(
8890
9127
  :cloud_front_domain)
9128
+ SENSITIVE = []
8891
9129
  include Aws::Structure
8892
9130
  end
8893
9131
 
@@ -9083,6 +9321,7 @@ module Aws::CognitoIdentityProvider
9083
9321
  :admin_create_user_config,
9084
9322
  :user_pool_add_ons,
9085
9323
  :account_recovery_setting)
9324
+ SENSITIVE = []
9086
9325
  include Aws::Structure
9087
9326
  end
9088
9327
 
@@ -9114,6 +9353,7 @@ module Aws::CognitoIdentityProvider
9114
9353
  #
9115
9354
  class UserContextDataType < Struct.new(
9116
9355
  :encoded_data)
9356
+ SENSITIVE = []
9117
9357
  include Aws::Structure
9118
9358
  end
9119
9359
 
@@ -9128,6 +9368,7 @@ module Aws::CognitoIdentityProvider
9128
9368
  #
9129
9369
  class UserImportInProgressException < Struct.new(
9130
9370
  :message)
9371
+ SENSITIVE = []
9131
9372
  include Aws::Structure
9132
9373
  end
9133
9374
 
@@ -9225,6 +9466,7 @@ module Aws::CognitoIdentityProvider
9225
9466
  :skipped_users,
9226
9467
  :failed_users,
9227
9468
  :completion_message)
9469
+ SENSITIVE = []
9228
9470
  include Aws::Structure
9229
9471
  end
9230
9472
 
@@ -9240,6 +9482,7 @@ module Aws::CognitoIdentityProvider
9240
9482
  #
9241
9483
  class UserLambdaValidationException < Struct.new(
9242
9484
  :message)
9485
+ SENSITIVE = []
9243
9486
  include Aws::Structure
9244
9487
  end
9245
9488
 
@@ -9253,6 +9496,7 @@ module Aws::CognitoIdentityProvider
9253
9496
  #
9254
9497
  class UserNotConfirmedException < Struct.new(
9255
9498
  :message)
9499
+ SENSITIVE = []
9256
9500
  include Aws::Structure
9257
9501
  end
9258
9502
 
@@ -9266,6 +9510,7 @@ module Aws::CognitoIdentityProvider
9266
9510
  #
9267
9511
  class UserNotFoundException < Struct.new(
9268
9512
  :message)
9513
+ SENSITIVE = []
9269
9514
  include Aws::Structure
9270
9515
  end
9271
9516
 
@@ -9278,6 +9523,7 @@ module Aws::CognitoIdentityProvider
9278
9523
  #
9279
9524
  class UserPoolAddOnNotEnabledException < Struct.new(
9280
9525
  :message)
9526
+ SENSITIVE = []
9281
9527
  include Aws::Structure
9282
9528
  end
9283
9529
 
@@ -9298,6 +9544,7 @@ module Aws::CognitoIdentityProvider
9298
9544
  #
9299
9545
  class UserPoolAddOnsType < Struct.new(
9300
9546
  :advanced_security_mode)
9547
+ SENSITIVE = []
9301
9548
  include Aws::Structure
9302
9549
  end
9303
9550
 
@@ -9322,6 +9569,7 @@ module Aws::CognitoIdentityProvider
9322
9569
  :client_id,
9323
9570
  :user_pool_id,
9324
9571
  :client_name)
9572
+ SENSITIVE = [:client_id]
9325
9573
  include Aws::Structure
9326
9574
  end
9327
9575
 
@@ -9550,6 +9798,7 @@ module Aws::CognitoIdentityProvider
9550
9798
  :allowed_o_auth_flows_user_pool_client,
9551
9799
  :analytics_configuration,
9552
9800
  :prevent_user_existence_errors)
9801
+ SENSITIVE = [:client_id, :client_secret]
9553
9802
  include Aws::Structure
9554
9803
  end
9555
9804
 
@@ -9588,6 +9837,7 @@ module Aws::CognitoIdentityProvider
9588
9837
  :status,
9589
9838
  :last_modified_date,
9590
9839
  :creation_date)
9840
+ SENSITIVE = []
9591
9841
  include Aws::Structure
9592
9842
  end
9593
9843
 
@@ -9615,6 +9865,7 @@ module Aws::CognitoIdentityProvider
9615
9865
  #
9616
9866
  class UserPoolPolicyType < Struct.new(
9617
9867
  :password_policy)
9868
+ SENSITIVE = []
9618
9869
  include Aws::Structure
9619
9870
  end
9620
9871
 
@@ -9628,6 +9879,7 @@ module Aws::CognitoIdentityProvider
9628
9879
  #
9629
9880
  class UserPoolTaggingException < Struct.new(
9630
9881
  :message)
9882
+ SENSITIVE = []
9631
9883
  include Aws::Structure
9632
9884
  end
9633
9885
 
@@ -9828,6 +10080,7 @@ module Aws::CognitoIdentityProvider
9828
10080
  :username_configuration,
9829
10081
  :arn,
9830
10082
  :account_recovery_setting)
10083
+ SENSITIVE = []
9831
10084
  include Aws::Structure
9832
10085
  end
9833
10086
 
@@ -9889,6 +10142,7 @@ module Aws::CognitoIdentityProvider
9889
10142
  :enabled,
9890
10143
  :user_status,
9891
10144
  :mfa_options)
10145
+ SENSITIVE = [:username]
9892
10146
  include Aws::Structure
9893
10147
  end
9894
10148
 
@@ -9924,6 +10178,7 @@ module Aws::CognitoIdentityProvider
9924
10178
  #
9925
10179
  class UsernameConfigurationType < Struct.new(
9926
10180
  :case_sensitive)
10181
+ SENSITIVE = []
9927
10182
  include Aws::Structure
9928
10183
  end
9929
10184
 
@@ -9939,6 +10194,7 @@ module Aws::CognitoIdentityProvider
9939
10194
  #
9940
10195
  class UsernameExistsException < Struct.new(
9941
10196
  :message)
10197
+ SENSITIVE = []
9942
10198
  include Aws::Structure
9943
10199
  end
9944
10200
 
@@ -9991,6 +10247,7 @@ module Aws::CognitoIdentityProvider
9991
10247
  :email_message_by_link,
9992
10248
  :email_subject_by_link,
9993
10249
  :default_email_option)
10250
+ SENSITIVE = []
9994
10251
  include Aws::Structure
9995
10252
  end
9996
10253
 
@@ -10028,6 +10285,7 @@ module Aws::CognitoIdentityProvider
10028
10285
  :session,
10029
10286
  :user_code,
10030
10287
  :friendly_device_name)
10288
+ SENSITIVE = [:access_token]
10031
10289
  include Aws::Structure
10032
10290
  end
10033
10291
 
@@ -10045,6 +10303,7 @@ module Aws::CognitoIdentityProvider
10045
10303
  class VerifySoftwareTokenResponse < Struct.new(
10046
10304
  :status,
10047
10305
  :session)
10306
+ SENSITIVE = []
10048
10307
  include Aws::Structure
10049
10308
  end
10050
10309
 
@@ -10078,6 +10337,7 @@ module Aws::CognitoIdentityProvider
10078
10337
  :access_token,
10079
10338
  :attribute_name,
10080
10339
  :code)
10340
+ SENSITIVE = [:access_token]
10081
10341
  include Aws::Structure
10082
10342
  end
10083
10343