aws-sdk-cognitoidentityprovider 1.39.0 → 1.40.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a24e92d80eb8da7d5b68949328a55ced2b61b38bf6c5f16afa5a35d3f4ee389
|
4
|
+
data.tar.gz: cf1c2690d72b9ec1f1010d53b0156596a0f6cd828c46a1062014ef2308bbd85e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49f645701c5f78f9fe95d21c6bb0c3ee1f38f4af9d3e2aad7da2a33c4ba974814a3e9b97f7dc18b3f0c5f2c1ef7959337d3d11b737577cd4819012a144e5c8b9
|
7
|
+
data.tar.gz: bffdcb219cab3c625bb55ff6368cce01649ebbe0890d0bbfdf4c796930538182b03d682d715ab9d6a8b7147c94f97650884d79e29ca115936422f4d18363e22f
|
@@ -6881,7 +6881,7 @@ module Aws::CognitoIdentityProvider
|
|
6881
6881
|
params: params,
|
6882
6882
|
config: config)
|
6883
6883
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
6884
|
-
context[:gem_version] = '1.
|
6884
|
+
context[:gem_version] = '1.40.0'
|
6885
6885
|
Seahorse::Client::Request.new(handlers, context)
|
6886
6886
|
end
|
6887
6887
|
|
@@ -32,6 +32,7 @@ module Aws::CognitoIdentityProvider
|
|
32
32
|
#
|
33
33
|
class AccountRecoverySettingType < Struct.new(
|
34
34
|
:recovery_mechanisms)
|
35
|
+
SENSITIVE = []
|
35
36
|
include Aws::Structure
|
36
37
|
end
|
37
38
|
|
@@ -68,6 +69,7 @@ module Aws::CognitoIdentityProvider
|
|
68
69
|
class AccountTakeoverActionType < Struct.new(
|
69
70
|
:notify,
|
70
71
|
:event_action)
|
72
|
+
SENSITIVE = []
|
71
73
|
include Aws::Structure
|
72
74
|
end
|
73
75
|
|
@@ -109,6 +111,7 @@ module Aws::CognitoIdentityProvider
|
|
109
111
|
:low_action,
|
110
112
|
:medium_action,
|
111
113
|
:high_action)
|
114
|
+
SENSITIVE = []
|
112
115
|
include Aws::Structure
|
113
116
|
end
|
114
117
|
|
@@ -168,6 +171,7 @@ module Aws::CognitoIdentityProvider
|
|
168
171
|
class AccountTakeoverRiskConfigurationType < Struct.new(
|
169
172
|
:notify_configuration,
|
170
173
|
:actions)
|
174
|
+
SENSITIVE = []
|
171
175
|
include Aws::Structure
|
172
176
|
end
|
173
177
|
|
@@ -211,6 +215,7 @@ module Aws::CognitoIdentityProvider
|
|
211
215
|
class AddCustomAttributesRequest < Struct.new(
|
212
216
|
:user_pool_id,
|
213
217
|
:custom_attributes)
|
218
|
+
SENSITIVE = []
|
214
219
|
include Aws::Structure
|
215
220
|
end
|
216
221
|
|
@@ -248,6 +253,7 @@ module Aws::CognitoIdentityProvider
|
|
248
253
|
:user_pool_id,
|
249
254
|
:username,
|
250
255
|
:group_name)
|
256
|
+
SENSITIVE = [:username]
|
251
257
|
include Aws::Structure
|
252
258
|
end
|
253
259
|
|
@@ -316,6 +322,7 @@ module Aws::CognitoIdentityProvider
|
|
316
322
|
:user_pool_id,
|
317
323
|
:username,
|
318
324
|
:client_metadata)
|
325
|
+
SENSITIVE = [:username]
|
319
326
|
include Aws::Structure
|
320
327
|
end
|
321
328
|
|
@@ -377,6 +384,7 @@ module Aws::CognitoIdentityProvider
|
|
377
384
|
:allow_admin_create_user_only,
|
378
385
|
:unused_account_validity_days,
|
379
386
|
:invite_message_template)
|
387
|
+
SENSITIVE = []
|
380
388
|
include Aws::Structure
|
381
389
|
end
|
382
390
|
|
@@ -565,6 +573,7 @@ module Aws::CognitoIdentityProvider
|
|
565
573
|
:message_action,
|
566
574
|
:desired_delivery_mediums,
|
567
575
|
:client_metadata)
|
576
|
+
SENSITIVE = [:username, :temporary_password]
|
568
577
|
include Aws::Structure
|
569
578
|
end
|
570
579
|
|
@@ -579,6 +588,7 @@ module Aws::CognitoIdentityProvider
|
|
579
588
|
#
|
580
589
|
class AdminCreateUserResponse < Struct.new(
|
581
590
|
:user)
|
591
|
+
SENSITIVE = []
|
582
592
|
include Aws::Structure
|
583
593
|
end
|
584
594
|
|
@@ -617,6 +627,7 @@ module Aws::CognitoIdentityProvider
|
|
617
627
|
:user_pool_id,
|
618
628
|
:username,
|
619
629
|
:user_attribute_names)
|
630
|
+
SENSITIVE = [:username]
|
620
631
|
include Aws::Structure
|
621
632
|
end
|
622
633
|
|
@@ -651,6 +662,7 @@ module Aws::CognitoIdentityProvider
|
|
651
662
|
class AdminDeleteUserRequest < Struct.new(
|
652
663
|
:user_pool_id,
|
653
664
|
:username)
|
665
|
+
SENSITIVE = [:username]
|
654
666
|
include Aws::Structure
|
655
667
|
end
|
656
668
|
|
@@ -679,6 +691,7 @@ module Aws::CognitoIdentityProvider
|
|
679
691
|
class AdminDisableProviderForUserRequest < Struct.new(
|
680
692
|
:user_pool_id,
|
681
693
|
:user)
|
694
|
+
SENSITIVE = []
|
682
695
|
include Aws::Structure
|
683
696
|
end
|
684
697
|
|
@@ -710,6 +723,7 @@ module Aws::CognitoIdentityProvider
|
|
710
723
|
class AdminDisableUserRequest < Struct.new(
|
711
724
|
:user_pool_id,
|
712
725
|
:username)
|
726
|
+
SENSITIVE = [:username]
|
713
727
|
include Aws::Structure
|
714
728
|
end
|
715
729
|
|
@@ -744,6 +758,7 @@ module Aws::CognitoIdentityProvider
|
|
744
758
|
class AdminEnableUserRequest < Struct.new(
|
745
759
|
:user_pool_id,
|
746
760
|
:username)
|
761
|
+
SENSITIVE = [:username]
|
747
762
|
include Aws::Structure
|
748
763
|
end
|
749
764
|
|
@@ -783,6 +798,7 @@ module Aws::CognitoIdentityProvider
|
|
783
798
|
:user_pool_id,
|
784
799
|
:username,
|
785
800
|
:device_key)
|
801
|
+
SENSITIVE = [:username]
|
786
802
|
include Aws::Structure
|
787
803
|
end
|
788
804
|
|
@@ -815,6 +831,7 @@ module Aws::CognitoIdentityProvider
|
|
815
831
|
:device_key,
|
816
832
|
:user_pool_id,
|
817
833
|
:username)
|
834
|
+
SENSITIVE = [:username]
|
818
835
|
include Aws::Structure
|
819
836
|
end
|
820
837
|
|
@@ -828,6 +845,7 @@ module Aws::CognitoIdentityProvider
|
|
828
845
|
#
|
829
846
|
class AdminGetDeviceResponse < Struct.new(
|
830
847
|
:device)
|
848
|
+
SENSITIVE = []
|
831
849
|
include Aws::Structure
|
832
850
|
end
|
833
851
|
|
@@ -855,6 +873,7 @@ module Aws::CognitoIdentityProvider
|
|
855
873
|
class AdminGetUserRequest < Struct.new(
|
856
874
|
:user_pool_id,
|
857
875
|
:username)
|
876
|
+
SENSITIVE = [:username]
|
858
877
|
include Aws::Structure
|
859
878
|
end
|
860
879
|
|
@@ -932,6 +951,7 @@ module Aws::CognitoIdentityProvider
|
|
932
951
|
:mfa_options,
|
933
952
|
:preferred_mfa_setting,
|
934
953
|
:user_mfa_setting_list)
|
954
|
+
SENSITIVE = [:username]
|
935
955
|
include Aws::Structure
|
936
956
|
end
|
937
957
|
|
@@ -1121,6 +1141,7 @@ module Aws::CognitoIdentityProvider
|
|
1121
1141
|
:client_metadata,
|
1122
1142
|
:analytics_metadata,
|
1123
1143
|
:context_data)
|
1144
|
+
SENSITIVE = [:client_id, :auth_parameters]
|
1124
1145
|
include Aws::Structure
|
1125
1146
|
end
|
1126
1147
|
|
@@ -1207,6 +1228,7 @@ module Aws::CognitoIdentityProvider
|
|
1207
1228
|
:session,
|
1208
1229
|
:challenge_parameters,
|
1209
1230
|
:authentication_result)
|
1231
|
+
SENSITIVE = []
|
1210
1232
|
include Aws::Structure
|
1211
1233
|
end
|
1212
1234
|
|
@@ -1283,6 +1305,7 @@ module Aws::CognitoIdentityProvider
|
|
1283
1305
|
:user_pool_id,
|
1284
1306
|
:destination_user,
|
1285
1307
|
:source_user)
|
1308
|
+
SENSITIVE = []
|
1286
1309
|
include Aws::Structure
|
1287
1310
|
end
|
1288
1311
|
|
@@ -1325,6 +1348,7 @@ module Aws::CognitoIdentityProvider
|
|
1325
1348
|
:username,
|
1326
1349
|
:limit,
|
1327
1350
|
:pagination_token)
|
1351
|
+
SENSITIVE = [:username]
|
1328
1352
|
include Aws::Structure
|
1329
1353
|
end
|
1330
1354
|
|
@@ -1343,6 +1367,7 @@ module Aws::CognitoIdentityProvider
|
|
1343
1367
|
class AdminListDevicesResponse < Struct.new(
|
1344
1368
|
:devices,
|
1345
1369
|
:pagination_token)
|
1370
|
+
SENSITIVE = []
|
1346
1371
|
include Aws::Structure
|
1347
1372
|
end
|
1348
1373
|
|
@@ -1381,6 +1406,7 @@ module Aws::CognitoIdentityProvider
|
|
1381
1406
|
:user_pool_id,
|
1382
1407
|
:limit,
|
1383
1408
|
:next_token)
|
1409
|
+
SENSITIVE = [:username]
|
1384
1410
|
include Aws::Structure
|
1385
1411
|
end
|
1386
1412
|
|
@@ -1399,6 +1425,7 @@ module Aws::CognitoIdentityProvider
|
|
1399
1425
|
class AdminListGroupsForUserResponse < Struct.new(
|
1400
1426
|
:groups,
|
1401
1427
|
:next_token)
|
1428
|
+
SENSITIVE = []
|
1402
1429
|
include Aws::Structure
|
1403
1430
|
end
|
1404
1431
|
|
@@ -1435,6 +1462,7 @@ module Aws::CognitoIdentityProvider
|
|
1435
1462
|
:username,
|
1436
1463
|
:max_results,
|
1437
1464
|
:next_token)
|
1465
|
+
SENSITIVE = [:username]
|
1438
1466
|
include Aws::Structure
|
1439
1467
|
end
|
1440
1468
|
|
@@ -1452,6 +1480,7 @@ module Aws::CognitoIdentityProvider
|
|
1452
1480
|
class AdminListUserAuthEventsResponse < Struct.new(
|
1453
1481
|
:auth_events,
|
1454
1482
|
:next_token)
|
1483
|
+
SENSITIVE = []
|
1455
1484
|
include Aws::Structure
|
1456
1485
|
end
|
1457
1486
|
|
@@ -1482,6 +1511,7 @@ module Aws::CognitoIdentityProvider
|
|
1482
1511
|
:user_pool_id,
|
1483
1512
|
:username,
|
1484
1513
|
:group_name)
|
1514
|
+
SENSITIVE = [:username]
|
1485
1515
|
include Aws::Structure
|
1486
1516
|
end
|
1487
1517
|
|
@@ -1553,6 +1583,7 @@ module Aws::CognitoIdentityProvider
|
|
1553
1583
|
:user_pool_id,
|
1554
1584
|
:username,
|
1555
1585
|
:client_metadata)
|
1586
|
+
SENSITIVE = [:username]
|
1556
1587
|
include Aws::Structure
|
1557
1588
|
end
|
1558
1589
|
|
@@ -1707,6 +1738,7 @@ module Aws::CognitoIdentityProvider
|
|
1707
1738
|
:analytics_metadata,
|
1708
1739
|
:context_data,
|
1709
1740
|
:client_metadata)
|
1741
|
+
SENSITIVE = [:client_id]
|
1710
1742
|
include Aws::Structure
|
1711
1743
|
end
|
1712
1744
|
|
@@ -1740,6 +1772,7 @@ module Aws::CognitoIdentityProvider
|
|
1740
1772
|
:session,
|
1741
1773
|
:challenge_parameters,
|
1742
1774
|
:authentication_result)
|
1775
|
+
SENSITIVE = []
|
1743
1776
|
include Aws::Structure
|
1744
1777
|
end
|
1745
1778
|
|
@@ -1782,6 +1815,7 @@ module Aws::CognitoIdentityProvider
|
|
1782
1815
|
:software_token_mfa_settings,
|
1783
1816
|
:username,
|
1784
1817
|
:user_pool_id)
|
1818
|
+
SENSITIVE = [:username]
|
1785
1819
|
include Aws::Structure
|
1786
1820
|
end
|
1787
1821
|
|
@@ -1823,6 +1857,7 @@ module Aws::CognitoIdentityProvider
|
|
1823
1857
|
:username,
|
1824
1858
|
:password,
|
1825
1859
|
:permanent)
|
1860
|
+
SENSITIVE = [:username, :password]
|
1826
1861
|
include Aws::Structure
|
1827
1862
|
end
|
1828
1863
|
|
@@ -1867,6 +1902,7 @@ module Aws::CognitoIdentityProvider
|
|
1867
1902
|
:user_pool_id,
|
1868
1903
|
:username,
|
1869
1904
|
:mfa_options)
|
1905
|
+
SENSITIVE = [:username]
|
1870
1906
|
include Aws::Structure
|
1871
1907
|
end
|
1872
1908
|
|
@@ -1910,6 +1946,7 @@ module Aws::CognitoIdentityProvider
|
|
1910
1946
|
:username,
|
1911
1947
|
:event_id,
|
1912
1948
|
:feedback_value)
|
1949
|
+
SENSITIVE = [:username]
|
1913
1950
|
include Aws::Structure
|
1914
1951
|
end
|
1915
1952
|
|
@@ -1952,6 +1989,7 @@ module Aws::CognitoIdentityProvider
|
|
1952
1989
|
:username,
|
1953
1990
|
:device_key,
|
1954
1991
|
:device_remembered_status)
|
1992
|
+
SENSITIVE = [:username]
|
1955
1993
|
include Aws::Structure
|
1956
1994
|
end
|
1957
1995
|
|
@@ -2045,6 +2083,7 @@ module Aws::CognitoIdentityProvider
|
|
2045
2083
|
:username,
|
2046
2084
|
:user_attributes,
|
2047
2085
|
:client_metadata)
|
2086
|
+
SENSITIVE = [:username]
|
2048
2087
|
include Aws::Structure
|
2049
2088
|
end
|
2050
2089
|
|
@@ -2078,6 +2117,7 @@ module Aws::CognitoIdentityProvider
|
|
2078
2117
|
class AdminUserGlobalSignOutRequest < Struct.new(
|
2079
2118
|
:user_pool_id,
|
2080
2119
|
:username)
|
2120
|
+
SENSITIVE = [:username]
|
2081
2121
|
include Aws::Structure
|
2082
2122
|
end
|
2083
2123
|
|
@@ -2100,6 +2140,7 @@ module Aws::CognitoIdentityProvider
|
|
2100
2140
|
#
|
2101
2141
|
class AliasExistsException < Struct.new(
|
2102
2142
|
:message)
|
2143
|
+
SENSITIVE = []
|
2103
2144
|
include Aws::Structure
|
2104
2145
|
end
|
2105
2146
|
|
@@ -2147,6 +2188,7 @@ module Aws::CognitoIdentityProvider
|
|
2147
2188
|
:role_arn,
|
2148
2189
|
:external_id,
|
2149
2190
|
:user_data_shared)
|
2191
|
+
SENSITIVE = []
|
2150
2192
|
include Aws::Structure
|
2151
2193
|
end
|
2152
2194
|
|
@@ -2176,6 +2218,7 @@ module Aws::CognitoIdentityProvider
|
|
2176
2218
|
#
|
2177
2219
|
class AnalyticsMetadataType < Struct.new(
|
2178
2220
|
:analytics_endpoint_id)
|
2221
|
+
SENSITIVE = []
|
2179
2222
|
include Aws::Structure
|
2180
2223
|
end
|
2181
2224
|
|
@@ -2202,6 +2245,7 @@ module Aws::CognitoIdentityProvider
|
|
2202
2245
|
class AssociateSoftwareTokenRequest < Struct.new(
|
2203
2246
|
:access_token,
|
2204
2247
|
:session)
|
2248
|
+
SENSITIVE = [:access_token]
|
2205
2249
|
include Aws::Structure
|
2206
2250
|
end
|
2207
2251
|
|
@@ -2221,6 +2265,7 @@ module Aws::CognitoIdentityProvider
|
|
2221
2265
|
class AssociateSoftwareTokenResponse < Struct.new(
|
2222
2266
|
:secret_code,
|
2223
2267
|
:session)
|
2268
|
+
SENSITIVE = [:secret_code]
|
2224
2269
|
include Aws::Structure
|
2225
2270
|
end
|
2226
2271
|
|
@@ -2247,6 +2292,7 @@ module Aws::CognitoIdentityProvider
|
|
2247
2292
|
class AttributeType < Struct.new(
|
2248
2293
|
:name,
|
2249
2294
|
:value)
|
2295
|
+
SENSITIVE = [:value]
|
2250
2296
|
include Aws::Structure
|
2251
2297
|
end
|
2252
2298
|
|
@@ -2298,6 +2344,7 @@ module Aws::CognitoIdentityProvider
|
|
2298
2344
|
:challenge_responses,
|
2299
2345
|
:event_context_data,
|
2300
2346
|
:event_feedback)
|
2347
|
+
SENSITIVE = []
|
2301
2348
|
include Aws::Structure
|
2302
2349
|
end
|
2303
2350
|
|
@@ -2336,6 +2383,7 @@ module Aws::CognitoIdentityProvider
|
|
2336
2383
|
:refresh_token,
|
2337
2384
|
:id_token,
|
2338
2385
|
:new_device_metadata)
|
2386
|
+
SENSITIVE = [:access_token, :refresh_token, :id_token]
|
2339
2387
|
include Aws::Structure
|
2340
2388
|
end
|
2341
2389
|
|
@@ -2354,6 +2402,7 @@ module Aws::CognitoIdentityProvider
|
|
2354
2402
|
class ChallengeResponseType < Struct.new(
|
2355
2403
|
:challenge_name,
|
2356
2404
|
:challenge_response)
|
2405
|
+
SENSITIVE = []
|
2357
2406
|
include Aws::Structure
|
2358
2407
|
end
|
2359
2408
|
|
@@ -2386,6 +2435,7 @@ module Aws::CognitoIdentityProvider
|
|
2386
2435
|
:previous_password,
|
2387
2436
|
:proposed_password,
|
2388
2437
|
:access_token)
|
2438
|
+
SENSITIVE = [:previous_password, :proposed_password, :access_token]
|
2389
2439
|
include Aws::Structure
|
2390
2440
|
end
|
2391
2441
|
|
@@ -2415,6 +2465,7 @@ module Aws::CognitoIdentityProvider
|
|
2415
2465
|
:destination,
|
2416
2466
|
:delivery_medium,
|
2417
2467
|
:attribute_name)
|
2468
|
+
SENSITIVE = []
|
2418
2469
|
include Aws::Structure
|
2419
2470
|
end
|
2420
2471
|
|
@@ -2430,6 +2481,7 @@ module Aws::CognitoIdentityProvider
|
|
2430
2481
|
#
|
2431
2482
|
class CodeDeliveryFailureException < Struct.new(
|
2432
2483
|
:message)
|
2484
|
+
SENSITIVE = []
|
2433
2485
|
include Aws::Structure
|
2434
2486
|
end
|
2435
2487
|
|
@@ -2444,6 +2496,7 @@ module Aws::CognitoIdentityProvider
|
|
2444
2496
|
#
|
2445
2497
|
class CodeMismatchException < Struct.new(
|
2446
2498
|
:message)
|
2499
|
+
SENSITIVE = []
|
2447
2500
|
include Aws::Structure
|
2448
2501
|
end
|
2449
2502
|
|
@@ -2464,6 +2517,7 @@ module Aws::CognitoIdentityProvider
|
|
2464
2517
|
#
|
2465
2518
|
class CompromisedCredentialsActionsType < Struct.new(
|
2466
2519
|
:event_action)
|
2520
|
+
SENSITIVE = []
|
2467
2521
|
include Aws::Structure
|
2468
2522
|
end
|
2469
2523
|
|
@@ -2493,6 +2547,7 @@ module Aws::CognitoIdentityProvider
|
|
2493
2547
|
class CompromisedCredentialsRiskConfigurationType < Struct.new(
|
2494
2548
|
:event_filter,
|
2495
2549
|
:actions)
|
2550
|
+
SENSITIVE = []
|
2496
2551
|
include Aws::Structure
|
2497
2552
|
end
|
2498
2553
|
|
@@ -2507,6 +2562,7 @@ module Aws::CognitoIdentityProvider
|
|
2507
2562
|
#
|
2508
2563
|
class ConcurrentModificationException < Struct.new(
|
2509
2564
|
:message)
|
2565
|
+
SENSITIVE = []
|
2510
2566
|
include Aws::Structure
|
2511
2567
|
end
|
2512
2568
|
|
@@ -2548,6 +2604,7 @@ module Aws::CognitoIdentityProvider
|
|
2548
2604
|
:device_key,
|
2549
2605
|
:device_secret_verifier_config,
|
2550
2606
|
:device_name)
|
2607
|
+
SENSITIVE = [:access_token]
|
2551
2608
|
include Aws::Structure
|
2552
2609
|
end
|
2553
2610
|
|
@@ -2562,6 +2619,7 @@ module Aws::CognitoIdentityProvider
|
|
2562
2619
|
#
|
2563
2620
|
class ConfirmDeviceResponse < Struct.new(
|
2564
2621
|
:user_confirmation_necessary)
|
2622
|
+
SENSITIVE = []
|
2565
2623
|
include Aws::Structure
|
2566
2624
|
end
|
2567
2625
|
|
@@ -2673,6 +2731,7 @@ module Aws::CognitoIdentityProvider
|
|
2673
2731
|
:analytics_metadata,
|
2674
2732
|
:user_context_data,
|
2675
2733
|
:client_metadata)
|
2734
|
+
SENSITIVE = [:client_id, :secret_hash, :username, :password]
|
2676
2735
|
include Aws::Structure
|
2677
2736
|
end
|
2678
2737
|
|
@@ -2795,6 +2854,7 @@ module Aws::CognitoIdentityProvider
|
|
2795
2854
|
:analytics_metadata,
|
2796
2855
|
:user_context_data,
|
2797
2856
|
:client_metadata)
|
2857
|
+
SENSITIVE = [:client_id, :secret_hash, :username]
|
2798
2858
|
include Aws::Structure
|
2799
2859
|
end
|
2800
2860
|
|
@@ -2853,6 +2913,7 @@ module Aws::CognitoIdentityProvider
|
|
2853
2913
|
:server_path,
|
2854
2914
|
:http_headers,
|
2855
2915
|
:encoded_data)
|
2916
|
+
SENSITIVE = []
|
2856
2917
|
include Aws::Structure
|
2857
2918
|
end
|
2858
2919
|
|
@@ -2911,6 +2972,7 @@ module Aws::CognitoIdentityProvider
|
|
2911
2972
|
:description,
|
2912
2973
|
:role_arn,
|
2913
2974
|
:precedence)
|
2975
|
+
SENSITIVE = []
|
2914
2976
|
include Aws::Structure
|
2915
2977
|
end
|
2916
2978
|
|
@@ -2922,6 +2984,7 @@ module Aws::CognitoIdentityProvider
|
|
2922
2984
|
#
|
2923
2985
|
class CreateGroupResponse < Struct.new(
|
2924
2986
|
:group)
|
2987
|
+
SENSITIVE = []
|
2925
2988
|
include Aws::Structure
|
2926
2989
|
end
|
2927
2990
|
|
@@ -3028,6 +3091,7 @@ module Aws::CognitoIdentityProvider
|
|
3028
3091
|
:provider_details,
|
3029
3092
|
:attribute_mapping,
|
3030
3093
|
:idp_identifiers)
|
3094
|
+
SENSITIVE = []
|
3031
3095
|
include Aws::Structure
|
3032
3096
|
end
|
3033
3097
|
|
@@ -3039,6 +3103,7 @@ module Aws::CognitoIdentityProvider
|
|
3039
3103
|
#
|
3040
3104
|
class CreateIdentityProviderResponse < Struct.new(
|
3041
3105
|
:identity_provider)
|
3106
|
+
SENSITIVE = []
|
3042
3107
|
include Aws::Structure
|
3043
3108
|
end
|
3044
3109
|
|
@@ -3083,6 +3148,7 @@ module Aws::CognitoIdentityProvider
|
|
3083
3148
|
:identifier,
|
3084
3149
|
:name,
|
3085
3150
|
:scopes)
|
3151
|
+
SENSITIVE = []
|
3086
3152
|
include Aws::Structure
|
3087
3153
|
end
|
3088
3154
|
|
@@ -3094,6 +3160,7 @@ module Aws::CognitoIdentityProvider
|
|
3094
3160
|
#
|
3095
3161
|
class CreateResourceServerResponse < Struct.new(
|
3096
3162
|
:resource_server)
|
3163
|
+
SENSITIVE = []
|
3097
3164
|
include Aws::Structure
|
3098
3165
|
end
|
3099
3166
|
|
@@ -3128,6 +3195,7 @@ module Aws::CognitoIdentityProvider
|
|
3128
3195
|
:job_name,
|
3129
3196
|
:user_pool_id,
|
3130
3197
|
:cloud_watch_logs_role_arn)
|
3198
|
+
SENSITIVE = []
|
3131
3199
|
include Aws::Structure
|
3132
3200
|
end
|
3133
3201
|
|
@@ -3142,6 +3210,7 @@ module Aws::CognitoIdentityProvider
|
|
3142
3210
|
#
|
3143
3211
|
class CreateUserImportJobResponse < Struct.new(
|
3144
3212
|
:user_import_job)
|
3213
|
+
SENSITIVE = []
|
3145
3214
|
include Aws::Structure
|
3146
3215
|
end
|
3147
3216
|
|
@@ -3398,6 +3467,7 @@ module Aws::CognitoIdentityProvider
|
|
3398
3467
|
:allowed_o_auth_flows_user_pool_client,
|
3399
3468
|
:analytics_configuration,
|
3400
3469
|
:prevent_user_existence_errors)
|
3470
|
+
SENSITIVE = []
|
3401
3471
|
include Aws::Structure
|
3402
3472
|
end
|
3403
3473
|
|
@@ -3411,6 +3481,7 @@ module Aws::CognitoIdentityProvider
|
|
3411
3481
|
#
|
3412
3482
|
class CreateUserPoolClientResponse < Struct.new(
|
3413
3483
|
:user_pool_client)
|
3484
|
+
SENSITIVE = []
|
3414
3485
|
include Aws::Structure
|
3415
3486
|
end
|
3416
3487
|
|
@@ -3455,6 +3526,7 @@ module Aws::CognitoIdentityProvider
|
|
3455
3526
|
:domain,
|
3456
3527
|
:user_pool_id,
|
3457
3528
|
:custom_domain_config)
|
3529
|
+
SENSITIVE = []
|
3458
3530
|
include Aws::Structure
|
3459
3531
|
end
|
3460
3532
|
|
@@ -3467,6 +3539,7 @@ module Aws::CognitoIdentityProvider
|
|
3467
3539
|
#
|
3468
3540
|
class CreateUserPoolDomainResponse < Struct.new(
|
3469
3541
|
:cloud_front_domain)
|
3542
|
+
SENSITIVE = []
|
3470
3543
|
include Aws::Structure
|
3471
3544
|
end
|
3472
3545
|
|
@@ -3728,6 +3801,7 @@ module Aws::CognitoIdentityProvider
|
|
3728
3801
|
:user_pool_add_ons,
|
3729
3802
|
:username_configuration,
|
3730
3803
|
:account_recovery_setting)
|
3804
|
+
SENSITIVE = []
|
3731
3805
|
include Aws::Structure
|
3732
3806
|
end
|
3733
3807
|
|
@@ -3742,6 +3816,7 @@ module Aws::CognitoIdentityProvider
|
|
3742
3816
|
#
|
3743
3817
|
class CreateUserPoolResponse < Struct.new(
|
3744
3818
|
:user_pool)
|
3819
|
+
SENSITIVE = []
|
3745
3820
|
include Aws::Structure
|
3746
3821
|
end
|
3747
3822
|
|
@@ -3765,6 +3840,7 @@ module Aws::CognitoIdentityProvider
|
|
3765
3840
|
#
|
3766
3841
|
class CustomDomainConfigType < Struct.new(
|
3767
3842
|
:certificate_arn)
|
3843
|
+
SENSITIVE = []
|
3768
3844
|
include Aws::Structure
|
3769
3845
|
end
|
3770
3846
|
|
@@ -3789,6 +3865,7 @@ module Aws::CognitoIdentityProvider
|
|
3789
3865
|
class DeleteGroupRequest < Struct.new(
|
3790
3866
|
:group_name,
|
3791
3867
|
:user_pool_id)
|
3868
|
+
SENSITIVE = []
|
3792
3869
|
include Aws::Structure
|
3793
3870
|
end
|
3794
3871
|
|
@@ -3813,6 +3890,7 @@ module Aws::CognitoIdentityProvider
|
|
3813
3890
|
class DeleteIdentityProviderRequest < Struct.new(
|
3814
3891
|
:user_pool_id,
|
3815
3892
|
:provider_name)
|
3893
|
+
SENSITIVE = []
|
3816
3894
|
include Aws::Structure
|
3817
3895
|
end
|
3818
3896
|
|
@@ -3837,6 +3915,7 @@ module Aws::CognitoIdentityProvider
|
|
3837
3915
|
class DeleteResourceServerRequest < Struct.new(
|
3838
3916
|
:user_pool_id,
|
3839
3917
|
:identifier)
|
3918
|
+
SENSITIVE = []
|
3840
3919
|
include Aws::Structure
|
3841
3920
|
end
|
3842
3921
|
|
@@ -3867,6 +3946,7 @@ module Aws::CognitoIdentityProvider
|
|
3867
3946
|
class DeleteUserAttributesRequest < Struct.new(
|
3868
3947
|
:user_attribute_names,
|
3869
3948
|
:access_token)
|
3949
|
+
SENSITIVE = [:access_token]
|
3870
3950
|
include Aws::Structure
|
3871
3951
|
end
|
3872
3952
|
|
@@ -3900,6 +3980,7 @@ module Aws::CognitoIdentityProvider
|
|
3900
3980
|
class DeleteUserPoolClientRequest < Struct.new(
|
3901
3981
|
:user_pool_id,
|
3902
3982
|
:client_id)
|
3983
|
+
SENSITIVE = [:client_id]
|
3903
3984
|
include Aws::Structure
|
3904
3985
|
end
|
3905
3986
|
|
@@ -3924,6 +4005,7 @@ module Aws::CognitoIdentityProvider
|
|
3924
4005
|
class DeleteUserPoolDomainRequest < Struct.new(
|
3925
4006
|
:domain,
|
3926
4007
|
:user_pool_id)
|
4008
|
+
SENSITIVE = []
|
3927
4009
|
include Aws::Structure
|
3928
4010
|
end
|
3929
4011
|
|
@@ -3948,6 +4030,7 @@ module Aws::CognitoIdentityProvider
|
|
3948
4030
|
#
|
3949
4031
|
class DeleteUserPoolRequest < Struct.new(
|
3950
4032
|
:user_pool_id)
|
4033
|
+
SENSITIVE = []
|
3951
4034
|
include Aws::Structure
|
3952
4035
|
end
|
3953
4036
|
|
@@ -3968,6 +4051,7 @@ module Aws::CognitoIdentityProvider
|
|
3968
4051
|
#
|
3969
4052
|
class DeleteUserRequest < Struct.new(
|
3970
4053
|
:access_token)
|
4054
|
+
SENSITIVE = [:access_token]
|
3971
4055
|
include Aws::Structure
|
3972
4056
|
end
|
3973
4057
|
|
@@ -3992,6 +4076,7 @@ module Aws::CognitoIdentityProvider
|
|
3992
4076
|
class DescribeIdentityProviderRequest < Struct.new(
|
3993
4077
|
:user_pool_id,
|
3994
4078
|
:provider_name)
|
4079
|
+
SENSITIVE = []
|
3995
4080
|
include Aws::Structure
|
3996
4081
|
end
|
3997
4082
|
|
@@ -4003,6 +4088,7 @@ module Aws::CognitoIdentityProvider
|
|
4003
4088
|
#
|
4004
4089
|
class DescribeIdentityProviderResponse < Struct.new(
|
4005
4090
|
:identity_provider)
|
4091
|
+
SENSITIVE = []
|
4006
4092
|
include Aws::Structure
|
4007
4093
|
end
|
4008
4094
|
|
@@ -4027,6 +4113,7 @@ module Aws::CognitoIdentityProvider
|
|
4027
4113
|
class DescribeResourceServerRequest < Struct.new(
|
4028
4114
|
:user_pool_id,
|
4029
4115
|
:identifier)
|
4116
|
+
SENSITIVE = []
|
4030
4117
|
include Aws::Structure
|
4031
4118
|
end
|
4032
4119
|
|
@@ -4038,6 +4125,7 @@ module Aws::CognitoIdentityProvider
|
|
4038
4125
|
#
|
4039
4126
|
class DescribeResourceServerResponse < Struct.new(
|
4040
4127
|
:resource_server)
|
4128
|
+
SENSITIVE = []
|
4041
4129
|
include Aws::Structure
|
4042
4130
|
end
|
4043
4131
|
|
@@ -4062,6 +4150,7 @@ module Aws::CognitoIdentityProvider
|
|
4062
4150
|
class DescribeRiskConfigurationRequest < Struct.new(
|
4063
4151
|
:user_pool_id,
|
4064
4152
|
:client_id)
|
4153
|
+
SENSITIVE = [:client_id]
|
4065
4154
|
include Aws::Structure
|
4066
4155
|
end
|
4067
4156
|
|
@@ -4073,6 +4162,7 @@ module Aws::CognitoIdentityProvider
|
|
4073
4162
|
#
|
4074
4163
|
class DescribeRiskConfigurationResponse < Struct.new(
|
4075
4164
|
:risk_configuration)
|
4165
|
+
SENSITIVE = []
|
4076
4166
|
include Aws::Structure
|
4077
4167
|
end
|
4078
4168
|
|
@@ -4100,6 +4190,7 @@ module Aws::CognitoIdentityProvider
|
|
4100
4190
|
class DescribeUserImportJobRequest < Struct.new(
|
4101
4191
|
:user_pool_id,
|
4102
4192
|
:job_id)
|
4193
|
+
SENSITIVE = []
|
4103
4194
|
include Aws::Structure
|
4104
4195
|
end
|
4105
4196
|
|
@@ -4114,6 +4205,7 @@ module Aws::CognitoIdentityProvider
|
|
4114
4205
|
#
|
4115
4206
|
class DescribeUserImportJobResponse < Struct.new(
|
4116
4207
|
:user_import_job)
|
4208
|
+
SENSITIVE = []
|
4117
4209
|
include Aws::Structure
|
4118
4210
|
end
|
4119
4211
|
|
@@ -4140,6 +4232,7 @@ module Aws::CognitoIdentityProvider
|
|
4140
4232
|
class DescribeUserPoolClientRequest < Struct.new(
|
4141
4233
|
:user_pool_id,
|
4142
4234
|
:client_id)
|
4235
|
+
SENSITIVE = [:client_id]
|
4143
4236
|
include Aws::Structure
|
4144
4237
|
end
|
4145
4238
|
|
@@ -4155,6 +4248,7 @@ module Aws::CognitoIdentityProvider
|
|
4155
4248
|
#
|
4156
4249
|
class DescribeUserPoolClientResponse < Struct.new(
|
4157
4250
|
:user_pool_client)
|
4251
|
+
SENSITIVE = []
|
4158
4252
|
include Aws::Structure
|
4159
4253
|
end
|
4160
4254
|
|
@@ -4173,6 +4267,7 @@ module Aws::CognitoIdentityProvider
|
|
4173
4267
|
#
|
4174
4268
|
class DescribeUserPoolDomainRequest < Struct.new(
|
4175
4269
|
:domain)
|
4270
|
+
SENSITIVE = []
|
4176
4271
|
include Aws::Structure
|
4177
4272
|
end
|
4178
4273
|
|
@@ -4184,6 +4279,7 @@ module Aws::CognitoIdentityProvider
|
|
4184
4279
|
#
|
4185
4280
|
class DescribeUserPoolDomainResponse < Struct.new(
|
4186
4281
|
:domain_description)
|
4282
|
+
SENSITIVE = []
|
4187
4283
|
include Aws::Structure
|
4188
4284
|
end
|
4189
4285
|
|
@@ -4204,6 +4300,7 @@ module Aws::CognitoIdentityProvider
|
|
4204
4300
|
#
|
4205
4301
|
class DescribeUserPoolRequest < Struct.new(
|
4206
4302
|
:user_pool_id)
|
4303
|
+
SENSITIVE = []
|
4207
4304
|
include Aws::Structure
|
4208
4305
|
end
|
4209
4306
|
|
@@ -4218,6 +4315,7 @@ module Aws::CognitoIdentityProvider
|
|
4218
4315
|
#
|
4219
4316
|
class DescribeUserPoolResponse < Struct.new(
|
4220
4317
|
:user_pool)
|
4318
|
+
SENSITIVE = []
|
4221
4319
|
include Aws::Structure
|
4222
4320
|
end
|
4223
4321
|
|
@@ -4245,6 +4343,7 @@ module Aws::CognitoIdentityProvider
|
|
4245
4343
|
class DeviceConfigurationType < Struct.new(
|
4246
4344
|
:challenge_required_on_new_device,
|
4247
4345
|
:device_only_remembered_on_user_prompt)
|
4346
|
+
SENSITIVE = []
|
4248
4347
|
include Aws::Structure
|
4249
4348
|
end
|
4250
4349
|
|
@@ -4271,6 +4370,7 @@ module Aws::CognitoIdentityProvider
|
|
4271
4370
|
class DeviceSecretVerifierConfigType < Struct.new(
|
4272
4371
|
:password_verifier,
|
4273
4372
|
:salt)
|
4373
|
+
SENSITIVE = []
|
4274
4374
|
include Aws::Structure
|
4275
4375
|
end
|
4276
4376
|
|
@@ -4304,6 +4404,7 @@ module Aws::CognitoIdentityProvider
|
|
4304
4404
|
:device_create_date,
|
4305
4405
|
:device_last_modified_date,
|
4306
4406
|
:device_last_authenticated_date)
|
4407
|
+
SENSITIVE = []
|
4307
4408
|
include Aws::Structure
|
4308
4409
|
end
|
4309
4410
|
|
@@ -4353,6 +4454,7 @@ module Aws::CognitoIdentityProvider
|
|
4353
4454
|
:version,
|
4354
4455
|
:status,
|
4355
4456
|
:custom_domain_config)
|
4457
|
+
SENSITIVE = []
|
4356
4458
|
include Aws::Structure
|
4357
4459
|
end
|
4358
4460
|
|
@@ -4366,6 +4468,7 @@ module Aws::CognitoIdentityProvider
|
|
4366
4468
|
#
|
4367
4469
|
class DuplicateProviderException < Struct.new(
|
4368
4470
|
:message)
|
4471
|
+
SENSITIVE = []
|
4369
4472
|
include Aws::Structure
|
4370
4473
|
end
|
4371
4474
|
|
@@ -4484,6 +4587,7 @@ module Aws::CognitoIdentityProvider
|
|
4484
4587
|
:email_sending_account,
|
4485
4588
|
:from,
|
4486
4589
|
:configuration_set)
|
4590
|
+
SENSITIVE = []
|
4487
4591
|
include Aws::Structure
|
4488
4592
|
end
|
4489
4593
|
|
@@ -4498,6 +4602,7 @@ module Aws::CognitoIdentityProvider
|
|
4498
4602
|
#
|
4499
4603
|
class EnableSoftwareTokenMFAException < Struct.new(
|
4500
4604
|
:message)
|
4605
|
+
SENSITIVE = []
|
4501
4606
|
include Aws::Structure
|
4502
4607
|
end
|
4503
4608
|
|
@@ -4532,6 +4637,7 @@ module Aws::CognitoIdentityProvider
|
|
4532
4637
|
:timezone,
|
4533
4638
|
:city,
|
4534
4639
|
:country)
|
4640
|
+
SENSITIVE = []
|
4535
4641
|
include Aws::Structure
|
4536
4642
|
end
|
4537
4643
|
|
@@ -4555,6 +4661,7 @@ module Aws::CognitoIdentityProvider
|
|
4555
4661
|
:feedback_value,
|
4556
4662
|
:provider,
|
4557
4663
|
:feedback_date)
|
4664
|
+
SENSITIVE = []
|
4558
4665
|
include Aws::Structure
|
4559
4666
|
end
|
4560
4667
|
|
@@ -4579,6 +4686,7 @@ module Aws::CognitoIdentityProvider
|
|
4579
4686
|
:risk_decision,
|
4580
4687
|
:risk_level,
|
4581
4688
|
:compromised_credentials_detected)
|
4689
|
+
SENSITIVE = []
|
4582
4690
|
include Aws::Structure
|
4583
4691
|
end
|
4584
4692
|
|
@@ -4592,6 +4700,7 @@ module Aws::CognitoIdentityProvider
|
|
4592
4700
|
#
|
4593
4701
|
class ExpiredCodeException < Struct.new(
|
4594
4702
|
:message)
|
4703
|
+
SENSITIVE = []
|
4595
4704
|
include Aws::Structure
|
4596
4705
|
end
|
4597
4706
|
|
@@ -4618,6 +4727,7 @@ module Aws::CognitoIdentityProvider
|
|
4618
4727
|
class ForgetDeviceRequest < Struct.new(
|
4619
4728
|
:access_token,
|
4620
4729
|
:device_key)
|
4730
|
+
SENSITIVE = [:access_token]
|
4621
4731
|
include Aws::Structure
|
4622
4732
|
end
|
4623
4733
|
|
@@ -4716,6 +4826,7 @@ module Aws::CognitoIdentityProvider
|
|
4716
4826
|
:username,
|
4717
4827
|
:analytics_metadata,
|
4718
4828
|
:client_metadata)
|
4829
|
+
SENSITIVE = [:client_id, :secret_hash, :username]
|
4719
4830
|
include Aws::Structure
|
4720
4831
|
end
|
4721
4832
|
|
@@ -4731,6 +4842,7 @@ module Aws::CognitoIdentityProvider
|
|
4731
4842
|
#
|
4732
4843
|
class ForgotPasswordResponse < Struct.new(
|
4733
4844
|
:code_delivery_details)
|
4845
|
+
SENSITIVE = []
|
4734
4846
|
include Aws::Structure
|
4735
4847
|
end
|
4736
4848
|
|
@@ -4753,6 +4865,7 @@ module Aws::CognitoIdentityProvider
|
|
4753
4865
|
#
|
4754
4866
|
class GetCSVHeaderRequest < Struct.new(
|
4755
4867
|
:user_pool_id)
|
4868
|
+
SENSITIVE = []
|
4756
4869
|
include Aws::Structure
|
4757
4870
|
end
|
4758
4871
|
|
@@ -4773,6 +4886,7 @@ module Aws::CognitoIdentityProvider
|
|
4773
4886
|
class GetCSVHeaderResponse < Struct.new(
|
4774
4887
|
:user_pool_id,
|
4775
4888
|
:csv_header)
|
4889
|
+
SENSITIVE = []
|
4776
4890
|
include Aws::Structure
|
4777
4891
|
end
|
4778
4892
|
|
@@ -4799,6 +4913,7 @@ module Aws::CognitoIdentityProvider
|
|
4799
4913
|
class GetDeviceRequest < Struct.new(
|
4800
4914
|
:device_key,
|
4801
4915
|
:access_token)
|
4916
|
+
SENSITIVE = [:access_token]
|
4802
4917
|
include Aws::Structure
|
4803
4918
|
end
|
4804
4919
|
|
@@ -4812,6 +4927,7 @@ module Aws::CognitoIdentityProvider
|
|
4812
4927
|
#
|
4813
4928
|
class GetDeviceResponse < Struct.new(
|
4814
4929
|
:device)
|
4930
|
+
SENSITIVE = []
|
4815
4931
|
include Aws::Structure
|
4816
4932
|
end
|
4817
4933
|
|
@@ -4836,6 +4952,7 @@ module Aws::CognitoIdentityProvider
|
|
4836
4952
|
class GetGroupRequest < Struct.new(
|
4837
4953
|
:group_name,
|
4838
4954
|
:user_pool_id)
|
4955
|
+
SENSITIVE = []
|
4839
4956
|
include Aws::Structure
|
4840
4957
|
end
|
4841
4958
|
|
@@ -4847,6 +4964,7 @@ module Aws::CognitoIdentityProvider
|
|
4847
4964
|
#
|
4848
4965
|
class GetGroupResponse < Struct.new(
|
4849
4966
|
:group)
|
4967
|
+
SENSITIVE = []
|
4850
4968
|
include Aws::Structure
|
4851
4969
|
end
|
4852
4970
|
|
@@ -4871,6 +4989,7 @@ module Aws::CognitoIdentityProvider
|
|
4871
4989
|
class GetIdentityProviderByIdentifierRequest < Struct.new(
|
4872
4990
|
:user_pool_id,
|
4873
4991
|
:idp_identifier)
|
4992
|
+
SENSITIVE = []
|
4874
4993
|
include Aws::Structure
|
4875
4994
|
end
|
4876
4995
|
|
@@ -4882,6 +5001,7 @@ module Aws::CognitoIdentityProvider
|
|
4882
5001
|
#
|
4883
5002
|
class GetIdentityProviderByIdentifierResponse < Struct.new(
|
4884
5003
|
:identity_provider)
|
5004
|
+
SENSITIVE = []
|
4885
5005
|
include Aws::Structure
|
4886
5006
|
end
|
4887
5007
|
|
@@ -4902,6 +5022,7 @@ module Aws::CognitoIdentityProvider
|
|
4902
5022
|
#
|
4903
5023
|
class GetSigningCertificateRequest < Struct.new(
|
4904
5024
|
:user_pool_id)
|
5025
|
+
SENSITIVE = []
|
4905
5026
|
include Aws::Structure
|
4906
5027
|
end
|
4907
5028
|
|
@@ -4915,6 +5036,7 @@ module Aws::CognitoIdentityProvider
|
|
4915
5036
|
#
|
4916
5037
|
class GetSigningCertificateResponse < Struct.new(
|
4917
5038
|
:certificate)
|
5039
|
+
SENSITIVE = []
|
4918
5040
|
include Aws::Structure
|
4919
5041
|
end
|
4920
5042
|
|
@@ -4939,6 +5061,7 @@ module Aws::CognitoIdentityProvider
|
|
4939
5061
|
class GetUICustomizationRequest < Struct.new(
|
4940
5062
|
:user_pool_id,
|
4941
5063
|
:client_id)
|
5064
|
+
SENSITIVE = [:client_id]
|
4942
5065
|
include Aws::Structure
|
4943
5066
|
end
|
4944
5067
|
|
@@ -4950,6 +5073,7 @@ module Aws::CognitoIdentityProvider
|
|
4950
5073
|
#
|
4951
5074
|
class GetUICustomizationResponse < Struct.new(
|
4952
5075
|
:ui_customization)
|
5076
|
+
SENSITIVE = []
|
4953
5077
|
include Aws::Structure
|
4954
5078
|
end
|
4955
5079
|
|
@@ -5022,6 +5146,7 @@ module Aws::CognitoIdentityProvider
|
|
5022
5146
|
:access_token,
|
5023
5147
|
:attribute_name,
|
5024
5148
|
:client_metadata)
|
5149
|
+
SENSITIVE = [:access_token]
|
5025
5150
|
include Aws::Structure
|
5026
5151
|
end
|
5027
5152
|
|
@@ -5037,6 +5162,7 @@ module Aws::CognitoIdentityProvider
|
|
5037
5162
|
#
|
5038
5163
|
class GetUserAttributeVerificationCodeResponse < Struct.new(
|
5039
5164
|
:code_delivery_details)
|
5165
|
+
SENSITIVE = []
|
5040
5166
|
include Aws::Structure
|
5041
5167
|
end
|
5042
5168
|
|
@@ -5055,6 +5181,7 @@ module Aws::CognitoIdentityProvider
|
|
5055
5181
|
#
|
5056
5182
|
class GetUserPoolMfaConfigRequest < Struct.new(
|
5057
5183
|
:user_pool_id)
|
5184
|
+
SENSITIVE = []
|
5058
5185
|
include Aws::Structure
|
5059
5186
|
end
|
5060
5187
|
|
@@ -5083,6 +5210,7 @@ module Aws::CognitoIdentityProvider
|
|
5083
5210
|
:sms_mfa_configuration,
|
5084
5211
|
:software_token_mfa_configuration,
|
5085
5212
|
:mfa_configuration)
|
5213
|
+
SENSITIVE = []
|
5086
5214
|
include Aws::Structure
|
5087
5215
|
end
|
5088
5216
|
|
@@ -5104,6 +5232,7 @@ module Aws::CognitoIdentityProvider
|
|
5104
5232
|
#
|
5105
5233
|
class GetUserRequest < Struct.new(
|
5106
5234
|
:access_token)
|
5235
|
+
SENSITIVE = [:access_token]
|
5107
5236
|
include Aws::Structure
|
5108
5237
|
end
|
5109
5238
|
|
@@ -5147,6 +5276,7 @@ module Aws::CognitoIdentityProvider
|
|
5147
5276
|
:mfa_options,
|
5148
5277
|
:preferred_mfa_setting,
|
5149
5278
|
:user_mfa_setting_list)
|
5279
|
+
SENSITIVE = [:username]
|
5150
5280
|
include Aws::Structure
|
5151
5281
|
end
|
5152
5282
|
|
@@ -5167,6 +5297,7 @@ module Aws::CognitoIdentityProvider
|
|
5167
5297
|
#
|
5168
5298
|
class GlobalSignOutRequest < Struct.new(
|
5169
5299
|
:access_token)
|
5300
|
+
SENSITIVE = [:access_token]
|
5170
5301
|
include Aws::Structure
|
5171
5302
|
end
|
5172
5303
|
|
@@ -5186,6 +5317,7 @@ module Aws::CognitoIdentityProvider
|
|
5186
5317
|
#
|
5187
5318
|
class GroupExistsException < Struct.new(
|
5188
5319
|
:message)
|
5320
|
+
SENSITIVE = []
|
5189
5321
|
include Aws::Structure
|
5190
5322
|
end
|
5191
5323
|
|
@@ -5245,6 +5377,7 @@ module Aws::CognitoIdentityProvider
|
|
5245
5377
|
:precedence,
|
5246
5378
|
:last_modified_date,
|
5247
5379
|
:creation_date)
|
5380
|
+
SENSITIVE = []
|
5248
5381
|
include Aws::Structure
|
5249
5382
|
end
|
5250
5383
|
|
@@ -5271,6 +5404,7 @@ module Aws::CognitoIdentityProvider
|
|
5271
5404
|
class HttpHeader < Struct.new(
|
5272
5405
|
:header_name,
|
5273
5406
|
:header_value)
|
5407
|
+
SENSITIVE = []
|
5274
5408
|
include Aws::Structure
|
5275
5409
|
end
|
5276
5410
|
|
@@ -5373,6 +5507,7 @@ module Aws::CognitoIdentityProvider
|
|
5373
5507
|
:idp_identifiers,
|
5374
5508
|
:last_modified_date,
|
5375
5509
|
:creation_date)
|
5510
|
+
SENSITIVE = []
|
5376
5511
|
include Aws::Structure
|
5377
5512
|
end
|
5378
5513
|
|
@@ -5541,6 +5676,7 @@ module Aws::CognitoIdentityProvider
|
|
5541
5676
|
:client_id,
|
5542
5677
|
:analytics_metadata,
|
5543
5678
|
:user_context_data)
|
5679
|
+
SENSITIVE = [:auth_parameters, :client_id]
|
5544
5680
|
include Aws::Structure
|
5545
5681
|
end
|
5546
5682
|
|
@@ -5610,6 +5746,7 @@ module Aws::CognitoIdentityProvider
|
|
5610
5746
|
:session,
|
5611
5747
|
:challenge_parameters,
|
5612
5748
|
:authentication_result)
|
5749
|
+
SENSITIVE = []
|
5613
5750
|
include Aws::Structure
|
5614
5751
|
end
|
5615
5752
|
|
@@ -5625,6 +5762,7 @@ module Aws::CognitoIdentityProvider
|
|
5625
5762
|
#
|
5626
5763
|
class InternalErrorException < Struct.new(
|
5627
5764
|
:message)
|
5765
|
+
SENSITIVE = []
|
5628
5766
|
include Aws::Structure
|
5629
5767
|
end
|
5630
5768
|
|
@@ -5641,6 +5779,7 @@ module Aws::CognitoIdentityProvider
|
|
5641
5779
|
#
|
5642
5780
|
class InvalidEmailRoleAccessPolicyException < Struct.new(
|
5643
5781
|
:message)
|
5782
|
+
SENSITIVE = []
|
5644
5783
|
include Aws::Structure
|
5645
5784
|
end
|
5646
5785
|
|
@@ -5656,6 +5795,7 @@ module Aws::CognitoIdentityProvider
|
|
5656
5795
|
#
|
5657
5796
|
class InvalidLambdaResponseException < Struct.new(
|
5658
5797
|
:message)
|
5798
|
+
SENSITIVE = []
|
5659
5799
|
include Aws::Structure
|
5660
5800
|
end
|
5661
5801
|
|
@@ -5668,6 +5808,7 @@ module Aws::CognitoIdentityProvider
|
|
5668
5808
|
#
|
5669
5809
|
class InvalidOAuthFlowException < Struct.new(
|
5670
5810
|
:message)
|
5811
|
+
SENSITIVE = []
|
5671
5812
|
include Aws::Structure
|
5672
5813
|
end
|
5673
5814
|
|
@@ -5683,6 +5824,7 @@ module Aws::CognitoIdentityProvider
|
|
5683
5824
|
#
|
5684
5825
|
class InvalidParameterException < Struct.new(
|
5685
5826
|
:message)
|
5827
|
+
SENSITIVE = []
|
5686
5828
|
include Aws::Structure
|
5687
5829
|
end
|
5688
5830
|
|
@@ -5698,6 +5840,7 @@ module Aws::CognitoIdentityProvider
|
|
5698
5840
|
#
|
5699
5841
|
class InvalidPasswordException < Struct.new(
|
5700
5842
|
:message)
|
5843
|
+
SENSITIVE = []
|
5701
5844
|
include Aws::Structure
|
5702
5845
|
end
|
5703
5846
|
|
@@ -5713,6 +5856,7 @@ module Aws::CognitoIdentityProvider
|
|
5713
5856
|
#
|
5714
5857
|
class InvalidSmsRoleAccessPolicyException < Struct.new(
|
5715
5858
|
:message)
|
5859
|
+
SENSITIVE = []
|
5716
5860
|
include Aws::Structure
|
5717
5861
|
end
|
5718
5862
|
|
@@ -5731,6 +5875,7 @@ module Aws::CognitoIdentityProvider
|
|
5731
5875
|
#
|
5732
5876
|
class InvalidSmsRoleTrustRelationshipException < Struct.new(
|
5733
5877
|
:message)
|
5878
|
+
SENSITIVE = []
|
5734
5879
|
include Aws::Structure
|
5735
5880
|
end
|
5736
5881
|
|
@@ -5744,6 +5889,7 @@ module Aws::CognitoIdentityProvider
|
|
5744
5889
|
#
|
5745
5890
|
class InvalidUserPoolConfigurationException < Struct.new(
|
5746
5891
|
:message)
|
5892
|
+
SENSITIVE = []
|
5747
5893
|
include Aws::Structure
|
5748
5894
|
end
|
5749
5895
|
|
@@ -5818,6 +5964,7 @@ module Aws::CognitoIdentityProvider
|
|
5818
5964
|
:verify_auth_challenge_response,
|
5819
5965
|
:pre_token_generation,
|
5820
5966
|
:user_migration)
|
5967
|
+
SENSITIVE = []
|
5821
5968
|
include Aws::Structure
|
5822
5969
|
end
|
5823
5970
|
|
@@ -5833,6 +5980,7 @@ module Aws::CognitoIdentityProvider
|
|
5833
5980
|
#
|
5834
5981
|
class LimitExceededException < Struct.new(
|
5835
5982
|
:message)
|
5983
|
+
SENSITIVE = []
|
5836
5984
|
include Aws::Structure
|
5837
5985
|
end
|
5838
5986
|
|
@@ -5865,6 +6013,7 @@ module Aws::CognitoIdentityProvider
|
|
5865
6013
|
:access_token,
|
5866
6014
|
:limit,
|
5867
6015
|
:pagination_token)
|
6016
|
+
SENSITIVE = [:access_token]
|
5868
6017
|
include Aws::Structure
|
5869
6018
|
end
|
5870
6019
|
|
@@ -5883,6 +6032,7 @@ module Aws::CognitoIdentityProvider
|
|
5883
6032
|
class ListDevicesResponse < Struct.new(
|
5884
6033
|
:devices,
|
5885
6034
|
:pagination_token)
|
6035
|
+
SENSITIVE = []
|
5886
6036
|
include Aws::Structure
|
5887
6037
|
end
|
5888
6038
|
|
@@ -5915,6 +6065,7 @@ module Aws::CognitoIdentityProvider
|
|
5915
6065
|
:user_pool_id,
|
5916
6066
|
:limit,
|
5917
6067
|
:next_token)
|
6068
|
+
SENSITIVE = []
|
5918
6069
|
include Aws::Structure
|
5919
6070
|
end
|
5920
6071
|
|
@@ -5933,6 +6084,7 @@ module Aws::CognitoIdentityProvider
|
|
5933
6084
|
class ListGroupsResponse < Struct.new(
|
5934
6085
|
:groups,
|
5935
6086
|
:next_token)
|
6087
|
+
SENSITIVE = []
|
5936
6088
|
include Aws::Structure
|
5937
6089
|
end
|
5938
6090
|
|
@@ -5963,6 +6115,7 @@ module Aws::CognitoIdentityProvider
|
|
5963
6115
|
:user_pool_id,
|
5964
6116
|
:max_results,
|
5965
6117
|
:next_token)
|
6118
|
+
SENSITIVE = []
|
5966
6119
|
include Aws::Structure
|
5967
6120
|
end
|
5968
6121
|
|
@@ -5979,6 +6132,7 @@ module Aws::CognitoIdentityProvider
|
|
5979
6132
|
class ListIdentityProvidersResponse < Struct.new(
|
5980
6133
|
:providers,
|
5981
6134
|
:next_token)
|
6135
|
+
SENSITIVE = []
|
5982
6136
|
include Aws::Structure
|
5983
6137
|
end
|
5984
6138
|
|
@@ -6009,6 +6163,7 @@ module Aws::CognitoIdentityProvider
|
|
6009
6163
|
:user_pool_id,
|
6010
6164
|
:max_results,
|
6011
6165
|
:next_token)
|
6166
|
+
SENSITIVE = []
|
6012
6167
|
include Aws::Structure
|
6013
6168
|
end
|
6014
6169
|
|
@@ -6025,6 +6180,7 @@ module Aws::CognitoIdentityProvider
|
|
6025
6180
|
class ListResourceServersResponse < Struct.new(
|
6026
6181
|
:resource_servers,
|
6027
6182
|
:next_token)
|
6183
|
+
SENSITIVE = []
|
6028
6184
|
include Aws::Structure
|
6029
6185
|
end
|
6030
6186
|
|
@@ -6044,6 +6200,7 @@ module Aws::CognitoIdentityProvider
|
|
6044
6200
|
#
|
6045
6201
|
class ListTagsForResourceRequest < Struct.new(
|
6046
6202
|
:resource_arn)
|
6203
|
+
SENSITIVE = []
|
6047
6204
|
include Aws::Structure
|
6048
6205
|
end
|
6049
6206
|
|
@@ -6055,6 +6212,7 @@ module Aws::CognitoIdentityProvider
|
|
6055
6212
|
#
|
6056
6213
|
class ListTagsForResourceResponse < Struct.new(
|
6057
6214
|
:tags)
|
6215
|
+
SENSITIVE = []
|
6058
6216
|
include Aws::Structure
|
6059
6217
|
end
|
6060
6218
|
|
@@ -6090,6 +6248,7 @@ module Aws::CognitoIdentityProvider
|
|
6090
6248
|
:user_pool_id,
|
6091
6249
|
:max_results,
|
6092
6250
|
:pagination_token)
|
6251
|
+
SENSITIVE = []
|
6093
6252
|
include Aws::Structure
|
6094
6253
|
end
|
6095
6254
|
|
@@ -6110,6 +6269,7 @@ module Aws::CognitoIdentityProvider
|
|
6110
6269
|
class ListUserImportJobsResponse < Struct.new(
|
6111
6270
|
:user_import_jobs,
|
6112
6271
|
:pagination_token)
|
6272
|
+
SENSITIVE = []
|
6113
6273
|
include Aws::Structure
|
6114
6274
|
end
|
6115
6275
|
|
@@ -6146,6 +6306,7 @@ module Aws::CognitoIdentityProvider
|
|
6146
6306
|
:user_pool_id,
|
6147
6307
|
:max_results,
|
6148
6308
|
:next_token)
|
6309
|
+
SENSITIVE = []
|
6149
6310
|
include Aws::Structure
|
6150
6311
|
end
|
6151
6312
|
|
@@ -6166,6 +6327,7 @@ module Aws::CognitoIdentityProvider
|
|
6166
6327
|
class ListUserPoolClientsResponse < Struct.new(
|
6167
6328
|
:user_pool_clients,
|
6168
6329
|
:next_token)
|
6330
|
+
SENSITIVE = []
|
6169
6331
|
include Aws::Structure
|
6170
6332
|
end
|
6171
6333
|
|
@@ -6195,6 +6357,7 @@ module Aws::CognitoIdentityProvider
|
|
6195
6357
|
class ListUserPoolsRequest < Struct.new(
|
6196
6358
|
:next_token,
|
6197
6359
|
:max_results)
|
6360
|
+
SENSITIVE = []
|
6198
6361
|
include Aws::Structure
|
6199
6362
|
end
|
6200
6363
|
|
@@ -6215,6 +6378,7 @@ module Aws::CognitoIdentityProvider
|
|
6215
6378
|
class ListUserPoolsResponse < Struct.new(
|
6216
6379
|
:user_pools,
|
6217
6380
|
:next_token)
|
6381
|
+
SENSITIVE = []
|
6218
6382
|
include Aws::Structure
|
6219
6383
|
end
|
6220
6384
|
|
@@ -6253,6 +6417,7 @@ module Aws::CognitoIdentityProvider
|
|
6253
6417
|
:group_name,
|
6254
6418
|
:limit,
|
6255
6419
|
:next_token)
|
6420
|
+
SENSITIVE = []
|
6256
6421
|
include Aws::Structure
|
6257
6422
|
end
|
6258
6423
|
|
@@ -6271,6 +6436,7 @@ module Aws::CognitoIdentityProvider
|
|
6271
6436
|
class ListUsersInGroupResponse < Struct.new(
|
6272
6437
|
:users,
|
6273
6438
|
:next_token)
|
6439
|
+
SENSITIVE = []
|
6274
6440
|
include Aws::Structure
|
6275
6441
|
end
|
6276
6442
|
|
@@ -6370,6 +6536,7 @@ module Aws::CognitoIdentityProvider
|
|
6370
6536
|
:limit,
|
6371
6537
|
:pagination_token,
|
6372
6538
|
:filter)
|
6539
|
+
SENSITIVE = []
|
6373
6540
|
include Aws::Structure
|
6374
6541
|
end
|
6375
6542
|
|
@@ -6390,6 +6557,7 @@ module Aws::CognitoIdentityProvider
|
|
6390
6557
|
class ListUsersResponse < Struct.new(
|
6391
6558
|
:users,
|
6392
6559
|
:pagination_token)
|
6560
|
+
SENSITIVE = []
|
6393
6561
|
include Aws::Structure
|
6394
6562
|
end
|
6395
6563
|
|
@@ -6405,6 +6573,7 @@ module Aws::CognitoIdentityProvider
|
|
6405
6573
|
#
|
6406
6574
|
class MFAMethodNotFoundException < Struct.new(
|
6407
6575
|
:message)
|
6576
|
+
SENSITIVE = []
|
6408
6577
|
include Aws::Structure
|
6409
6578
|
end
|
6410
6579
|
|
@@ -6442,6 +6611,7 @@ module Aws::CognitoIdentityProvider
|
|
6442
6611
|
class MFAOptionType < Struct.new(
|
6443
6612
|
:delivery_medium,
|
6444
6613
|
:attribute_name)
|
6614
|
+
SENSITIVE = []
|
6445
6615
|
include Aws::Structure
|
6446
6616
|
end
|
6447
6617
|
|
@@ -6474,6 +6644,7 @@ module Aws::CognitoIdentityProvider
|
|
6474
6644
|
:sms_message,
|
6475
6645
|
:email_message,
|
6476
6646
|
:email_subject)
|
6647
|
+
SENSITIVE = []
|
6477
6648
|
include Aws::Structure
|
6478
6649
|
end
|
6479
6650
|
|
@@ -6492,6 +6663,7 @@ module Aws::CognitoIdentityProvider
|
|
6492
6663
|
class NewDeviceMetadataType < Struct.new(
|
6493
6664
|
:device_key,
|
6494
6665
|
:device_group_key)
|
6666
|
+
SENSITIVE = []
|
6495
6667
|
include Aws::Structure
|
6496
6668
|
end
|
6497
6669
|
|
@@ -6506,6 +6678,7 @@ module Aws::CognitoIdentityProvider
|
|
6506
6678
|
#
|
6507
6679
|
class NotAuthorizedException < Struct.new(
|
6508
6680
|
:message)
|
6681
|
+
SENSITIVE = []
|
6509
6682
|
include Aws::Structure
|
6510
6683
|
end
|
6511
6684
|
|
@@ -6573,6 +6746,7 @@ module Aws::CognitoIdentityProvider
|
|
6573
6746
|
:block_email,
|
6574
6747
|
:no_action_email,
|
6575
6748
|
:mfa_email)
|
6749
|
+
SENSITIVE = []
|
6576
6750
|
include Aws::Structure
|
6577
6751
|
end
|
6578
6752
|
|
@@ -6605,6 +6779,7 @@ module Aws::CognitoIdentityProvider
|
|
6605
6779
|
:subject,
|
6606
6780
|
:html_body,
|
6607
6781
|
:text_body)
|
6782
|
+
SENSITIVE = []
|
6608
6783
|
include Aws::Structure
|
6609
6784
|
end
|
6610
6785
|
|
@@ -6632,6 +6807,7 @@ module Aws::CognitoIdentityProvider
|
|
6632
6807
|
class NumberAttributeConstraintsType < Struct.new(
|
6633
6808
|
:min_value,
|
6634
6809
|
:max_value)
|
6810
|
+
SENSITIVE = []
|
6635
6811
|
include Aws::Structure
|
6636
6812
|
end
|
6637
6813
|
|
@@ -6697,6 +6873,7 @@ module Aws::CognitoIdentityProvider
|
|
6697
6873
|
:require_numbers,
|
6698
6874
|
:require_symbols,
|
6699
6875
|
:temporary_password_validity_days)
|
6876
|
+
SENSITIVE = []
|
6700
6877
|
include Aws::Structure
|
6701
6878
|
end
|
6702
6879
|
|
@@ -6710,6 +6887,7 @@ module Aws::CognitoIdentityProvider
|
|
6710
6887
|
#
|
6711
6888
|
class PasswordResetRequiredException < Struct.new(
|
6712
6889
|
:message)
|
6890
|
+
SENSITIVE = []
|
6713
6891
|
include Aws::Structure
|
6714
6892
|
end
|
6715
6893
|
|
@@ -6723,6 +6901,7 @@ module Aws::CognitoIdentityProvider
|
|
6723
6901
|
#
|
6724
6902
|
class PreconditionNotMetException < Struct.new(
|
6725
6903
|
:message)
|
6904
|
+
SENSITIVE = []
|
6726
6905
|
include Aws::Structure
|
6727
6906
|
end
|
6728
6907
|
|
@@ -6751,6 +6930,7 @@ module Aws::CognitoIdentityProvider
|
|
6751
6930
|
:provider_type,
|
6752
6931
|
:last_modified_date,
|
6753
6932
|
:creation_date)
|
6933
|
+
SENSITIVE = []
|
6754
6934
|
include Aws::Structure
|
6755
6935
|
end
|
6756
6936
|
|
@@ -6787,6 +6967,7 @@ module Aws::CognitoIdentityProvider
|
|
6787
6967
|
:provider_name,
|
6788
6968
|
:provider_attribute_name,
|
6789
6969
|
:provider_attribute_value)
|
6970
|
+
SENSITIVE = []
|
6790
6971
|
include Aws::Structure
|
6791
6972
|
end
|
6792
6973
|
|
@@ -6815,6 +6996,7 @@ module Aws::CognitoIdentityProvider
|
|
6815
6996
|
class RecoveryOptionType < Struct.new(
|
6816
6997
|
:priority,
|
6817
6998
|
:name)
|
6999
|
+
SENSITIVE = []
|
6818
7000
|
include Aws::Structure
|
6819
7001
|
end
|
6820
7002
|
|
@@ -6912,6 +7094,7 @@ module Aws::CognitoIdentityProvider
|
|
6912
7094
|
:username,
|
6913
7095
|
:analytics_metadata,
|
6914
7096
|
:client_metadata)
|
7097
|
+
SENSITIVE = [:client_id, :secret_hash, :username]
|
6915
7098
|
include Aws::Structure
|
6916
7099
|
end
|
6917
7100
|
|
@@ -6927,6 +7110,7 @@ module Aws::CognitoIdentityProvider
|
|
6927
7110
|
#
|
6928
7111
|
class ResendConfirmationCodeResponse < Struct.new(
|
6929
7112
|
:code_delivery_details)
|
7113
|
+
SENSITIVE = []
|
6930
7114
|
include Aws::Structure
|
6931
7115
|
end
|
6932
7116
|
|
@@ -6942,6 +7126,7 @@ module Aws::CognitoIdentityProvider
|
|
6942
7126
|
#
|
6943
7127
|
class ResourceNotFoundException < Struct.new(
|
6944
7128
|
:message)
|
7129
|
+
SENSITIVE = []
|
6945
7130
|
include Aws::Structure
|
6946
7131
|
end
|
6947
7132
|
|
@@ -6968,6 +7153,7 @@ module Aws::CognitoIdentityProvider
|
|
6968
7153
|
class ResourceServerScopeType < Struct.new(
|
6969
7154
|
:scope_name,
|
6970
7155
|
:scope_description)
|
7156
|
+
SENSITIVE = []
|
6971
7157
|
include Aws::Structure
|
6972
7158
|
end
|
6973
7159
|
|
@@ -6996,6 +7182,7 @@ module Aws::CognitoIdentityProvider
|
|
6996
7182
|
:identifier,
|
6997
7183
|
:name,
|
6998
7184
|
:scopes)
|
7185
|
+
SENSITIVE = []
|
6999
7186
|
include Aws::Structure
|
7000
7187
|
end
|
7001
7188
|
|
@@ -7130,6 +7317,7 @@ module Aws::CognitoIdentityProvider
|
|
7130
7317
|
:analytics_metadata,
|
7131
7318
|
:user_context_data,
|
7132
7319
|
:client_metadata)
|
7320
|
+
SENSITIVE = [:client_id]
|
7133
7321
|
include Aws::Structure
|
7134
7322
|
end
|
7135
7323
|
|
@@ -7163,6 +7351,7 @@ module Aws::CognitoIdentityProvider
|
|
7163
7351
|
:session,
|
7164
7352
|
:challenge_parameters,
|
7165
7353
|
:authentication_result)
|
7354
|
+
SENSITIVE = []
|
7166
7355
|
include Aws::Structure
|
7167
7356
|
end
|
7168
7357
|
|
@@ -7204,6 +7393,7 @@ module Aws::CognitoIdentityProvider
|
|
7204
7393
|
:account_takeover_risk_configuration,
|
7205
7394
|
:risk_exception_configuration,
|
7206
7395
|
:last_modified_date)
|
7396
|
+
SENSITIVE = [:client_id]
|
7207
7397
|
include Aws::Structure
|
7208
7398
|
end
|
7209
7399
|
|
@@ -7233,6 +7423,7 @@ module Aws::CognitoIdentityProvider
|
|
7233
7423
|
class RiskExceptionConfigurationType < Struct.new(
|
7234
7424
|
:blocked_ip_range_list,
|
7235
7425
|
:skipped_ip_range_list)
|
7426
|
+
SENSITIVE = []
|
7236
7427
|
include Aws::Structure
|
7237
7428
|
end
|
7238
7429
|
|
@@ -7259,6 +7450,7 @@ module Aws::CognitoIdentityProvider
|
|
7259
7450
|
class SMSMfaSettingsType < Struct.new(
|
7260
7451
|
:enabled,
|
7261
7452
|
:preferred_mfa)
|
7453
|
+
SENSITIVE = []
|
7262
7454
|
include Aws::Structure
|
7263
7455
|
end
|
7264
7456
|
|
@@ -7349,6 +7541,7 @@ module Aws::CognitoIdentityProvider
|
|
7349
7541
|
:required,
|
7350
7542
|
:number_attribute_constraints,
|
7351
7543
|
:string_attribute_constraints)
|
7544
|
+
SENSITIVE = []
|
7352
7545
|
include Aws::Structure
|
7353
7546
|
end
|
7354
7547
|
|
@@ -7361,6 +7554,7 @@ module Aws::CognitoIdentityProvider
|
|
7361
7554
|
#
|
7362
7555
|
class ScopeDoesNotExistException < Struct.new(
|
7363
7556
|
:message)
|
7557
|
+
SENSITIVE = []
|
7364
7558
|
include Aws::Structure
|
7365
7559
|
end
|
7366
7560
|
|
@@ -7453,6 +7647,7 @@ module Aws::CognitoIdentityProvider
|
|
7453
7647
|
:compromised_credentials_risk_configuration,
|
7454
7648
|
:account_takeover_risk_configuration,
|
7455
7649
|
:risk_exception_configuration)
|
7650
|
+
SENSITIVE = [:client_id]
|
7456
7651
|
include Aws::Structure
|
7457
7652
|
end
|
7458
7653
|
|
@@ -7464,6 +7659,7 @@ module Aws::CognitoIdentityProvider
|
|
7464
7659
|
#
|
7465
7660
|
class SetRiskConfigurationResponse < Struct.new(
|
7466
7661
|
:risk_configuration)
|
7662
|
+
SENSITIVE = []
|
7467
7663
|
include Aws::Structure
|
7468
7664
|
end
|
7469
7665
|
|
@@ -7500,6 +7696,7 @@ module Aws::CognitoIdentityProvider
|
|
7500
7696
|
:client_id,
|
7501
7697
|
:css,
|
7502
7698
|
:image_file)
|
7699
|
+
SENSITIVE = [:client_id]
|
7503
7700
|
include Aws::Structure
|
7504
7701
|
end
|
7505
7702
|
|
@@ -7511,6 +7708,7 @@ module Aws::CognitoIdentityProvider
|
|
7511
7708
|
#
|
7512
7709
|
class SetUICustomizationResponse < Struct.new(
|
7513
7710
|
:ui_customization)
|
7711
|
+
SENSITIVE = []
|
7514
7712
|
include Aws::Structure
|
7515
7713
|
end
|
7516
7714
|
|
@@ -7547,6 +7745,7 @@ module Aws::CognitoIdentityProvider
|
|
7547
7745
|
:sms_mfa_settings,
|
7548
7746
|
:software_token_mfa_settings,
|
7549
7747
|
:access_token)
|
7748
|
+
SENSITIVE = [:access_token]
|
7550
7749
|
include Aws::Structure
|
7551
7750
|
end
|
7552
7751
|
|
@@ -7602,6 +7801,7 @@ module Aws::CognitoIdentityProvider
|
|
7602
7801
|
:sms_mfa_configuration,
|
7603
7802
|
:software_token_mfa_configuration,
|
7604
7803
|
:mfa_configuration)
|
7804
|
+
SENSITIVE = []
|
7605
7805
|
include Aws::Structure
|
7606
7806
|
end
|
7607
7807
|
|
@@ -7630,6 +7830,7 @@ module Aws::CognitoIdentityProvider
|
|
7630
7830
|
:sms_mfa_configuration,
|
7631
7831
|
:software_token_mfa_configuration,
|
7632
7832
|
:mfa_configuration)
|
7833
|
+
SENSITIVE = []
|
7633
7834
|
include Aws::Structure
|
7634
7835
|
end
|
7635
7836
|
|
@@ -7662,6 +7863,7 @@ module Aws::CognitoIdentityProvider
|
|
7662
7863
|
class SetUserSettingsRequest < Struct.new(
|
7663
7864
|
:access_token,
|
7664
7865
|
:mfa_options)
|
7866
|
+
SENSITIVE = [:access_token]
|
7665
7867
|
include Aws::Structure
|
7666
7868
|
end
|
7667
7869
|
|
@@ -7796,6 +7998,7 @@ module Aws::CognitoIdentityProvider
|
|
7796
7998
|
:analytics_metadata,
|
7797
7999
|
:user_context_data,
|
7798
8000
|
:client_metadata)
|
8001
|
+
SENSITIVE = [:client_id, :secret_hash, :username, :password]
|
7799
8002
|
include Aws::Structure
|
7800
8003
|
end
|
7801
8004
|
|
@@ -7822,6 +8025,7 @@ module Aws::CognitoIdentityProvider
|
|
7822
8025
|
:user_confirmed,
|
7823
8026
|
:code_delivery_details,
|
7824
8027
|
:user_sub)
|
8028
|
+
SENSITIVE = []
|
7825
8029
|
include Aws::Structure
|
7826
8030
|
end
|
7827
8031
|
|
@@ -7862,6 +8066,7 @@ module Aws::CognitoIdentityProvider
|
|
7862
8066
|
class SmsConfigurationType < Struct.new(
|
7863
8067
|
:sns_caller_arn,
|
7864
8068
|
:external_id)
|
8069
|
+
SENSITIVE = []
|
7865
8070
|
include Aws::Structure
|
7866
8071
|
end
|
7867
8072
|
|
@@ -7895,6 +8100,7 @@ module Aws::CognitoIdentityProvider
|
|
7895
8100
|
class SmsMfaConfigType < Struct.new(
|
7896
8101
|
:sms_authentication_message,
|
7897
8102
|
:sms_configuration)
|
8103
|
+
SENSITIVE = []
|
7898
8104
|
include Aws::Structure
|
7899
8105
|
end
|
7900
8106
|
|
@@ -7908,6 +8114,7 @@ module Aws::CognitoIdentityProvider
|
|
7908
8114
|
#
|
7909
8115
|
class SoftwareTokenMFANotFoundException < Struct.new(
|
7910
8116
|
:message)
|
8117
|
+
SENSITIVE = []
|
7911
8118
|
include Aws::Structure
|
7912
8119
|
end
|
7913
8120
|
|
@@ -7928,6 +8135,7 @@ module Aws::CognitoIdentityProvider
|
|
7928
8135
|
#
|
7929
8136
|
class SoftwareTokenMfaConfigType < Struct.new(
|
7930
8137
|
:enabled)
|
8138
|
+
SENSITIVE = []
|
7931
8139
|
include Aws::Structure
|
7932
8140
|
end
|
7933
8141
|
|
@@ -7954,6 +8162,7 @@ module Aws::CognitoIdentityProvider
|
|
7954
8162
|
class SoftwareTokenMfaSettingsType < Struct.new(
|
7955
8163
|
:enabled,
|
7956
8164
|
:preferred_mfa)
|
8165
|
+
SENSITIVE = []
|
7957
8166
|
include Aws::Structure
|
7958
8167
|
end
|
7959
8168
|
|
@@ -7981,6 +8190,7 @@ module Aws::CognitoIdentityProvider
|
|
7981
8190
|
class StartUserImportJobRequest < Struct.new(
|
7982
8191
|
:user_pool_id,
|
7983
8192
|
:job_id)
|
8193
|
+
SENSITIVE = []
|
7984
8194
|
include Aws::Structure
|
7985
8195
|
end
|
7986
8196
|
|
@@ -7995,6 +8205,7 @@ module Aws::CognitoIdentityProvider
|
|
7995
8205
|
#
|
7996
8206
|
class StartUserImportJobResponse < Struct.new(
|
7997
8207
|
:user_import_job)
|
8208
|
+
SENSITIVE = []
|
7998
8209
|
include Aws::Structure
|
7999
8210
|
end
|
8000
8211
|
|
@@ -8022,6 +8233,7 @@ module Aws::CognitoIdentityProvider
|
|
8022
8233
|
class StopUserImportJobRequest < Struct.new(
|
8023
8234
|
:user_pool_id,
|
8024
8235
|
:job_id)
|
8236
|
+
SENSITIVE = []
|
8025
8237
|
include Aws::Structure
|
8026
8238
|
end
|
8027
8239
|
|
@@ -8036,6 +8248,7 @@ module Aws::CognitoIdentityProvider
|
|
8036
8248
|
#
|
8037
8249
|
class StopUserImportJobResponse < Struct.new(
|
8038
8250
|
:user_import_job)
|
8251
|
+
SENSITIVE = []
|
8039
8252
|
include Aws::Structure
|
8040
8253
|
end
|
8041
8254
|
|
@@ -8062,6 +8275,7 @@ module Aws::CognitoIdentityProvider
|
|
8062
8275
|
class StringAttributeConstraintsType < Struct.new(
|
8063
8276
|
:min_length,
|
8064
8277
|
:max_length)
|
8278
|
+
SENSITIVE = []
|
8065
8279
|
include Aws::Structure
|
8066
8280
|
end
|
8067
8281
|
|
@@ -8089,6 +8303,7 @@ module Aws::CognitoIdentityProvider
|
|
8089
8303
|
class TagResourceRequest < Struct.new(
|
8090
8304
|
:resource_arn,
|
8091
8305
|
:tags)
|
8306
|
+
SENSITIVE = []
|
8092
8307
|
include Aws::Structure
|
8093
8308
|
end
|
8094
8309
|
|
@@ -8108,6 +8323,7 @@ module Aws::CognitoIdentityProvider
|
|
8108
8323
|
#
|
8109
8324
|
class TooManyFailedAttemptsException < Struct.new(
|
8110
8325
|
:message)
|
8326
|
+
SENSITIVE = []
|
8111
8327
|
include Aws::Structure
|
8112
8328
|
end
|
8113
8329
|
|
@@ -8123,6 +8339,7 @@ module Aws::CognitoIdentityProvider
|
|
8123
8339
|
#
|
8124
8340
|
class TooManyRequestsException < Struct.new(
|
8125
8341
|
:message)
|
8342
|
+
SENSITIVE = []
|
8126
8343
|
include Aws::Structure
|
8127
8344
|
end
|
8128
8345
|
|
@@ -8167,6 +8384,7 @@ module Aws::CognitoIdentityProvider
|
|
8167
8384
|
:css_version,
|
8168
8385
|
:last_modified_date,
|
8169
8386
|
:creation_date)
|
8387
|
+
SENSITIVE = [:client_id]
|
8170
8388
|
include Aws::Structure
|
8171
8389
|
end
|
8172
8390
|
|
@@ -8182,6 +8400,7 @@ module Aws::CognitoIdentityProvider
|
|
8182
8400
|
#
|
8183
8401
|
class UnexpectedLambdaException < Struct.new(
|
8184
8402
|
:message)
|
8403
|
+
SENSITIVE = []
|
8185
8404
|
include Aws::Structure
|
8186
8405
|
end
|
8187
8406
|
|
@@ -8195,6 +8414,7 @@ module Aws::CognitoIdentityProvider
|
|
8195
8414
|
#
|
8196
8415
|
class UnsupportedIdentityProviderException < Struct.new(
|
8197
8416
|
:message)
|
8417
|
+
SENSITIVE = []
|
8198
8418
|
include Aws::Structure
|
8199
8419
|
end
|
8200
8420
|
|
@@ -8208,6 +8428,7 @@ module Aws::CognitoIdentityProvider
|
|
8208
8428
|
#
|
8209
8429
|
class UnsupportedUserStateException < Struct.new(
|
8210
8430
|
:message)
|
8431
|
+
SENSITIVE = []
|
8211
8432
|
include Aws::Structure
|
8212
8433
|
end
|
8213
8434
|
|
@@ -8233,6 +8454,7 @@ module Aws::CognitoIdentityProvider
|
|
8233
8454
|
class UntagResourceRequest < Struct.new(
|
8234
8455
|
:resource_arn,
|
8235
8456
|
:tag_keys)
|
8457
|
+
SENSITIVE = []
|
8236
8458
|
include Aws::Structure
|
8237
8459
|
end
|
8238
8460
|
|
@@ -8279,6 +8501,7 @@ module Aws::CognitoIdentityProvider
|
|
8279
8501
|
:event_id,
|
8280
8502
|
:feedback_token,
|
8281
8503
|
:feedback_value)
|
8504
|
+
SENSITIVE = [:username, :feedback_token]
|
8282
8505
|
include Aws::Structure
|
8283
8506
|
end
|
8284
8507
|
|
@@ -8315,6 +8538,7 @@ module Aws::CognitoIdentityProvider
|
|
8315
8538
|
:access_token,
|
8316
8539
|
:device_key,
|
8317
8540
|
:device_remembered_status)
|
8541
|
+
SENSITIVE = [:access_token]
|
8318
8542
|
include Aws::Structure
|
8319
8543
|
end
|
8320
8544
|
|
@@ -8365,6 +8589,7 @@ module Aws::CognitoIdentityProvider
|
|
8365
8589
|
:description,
|
8366
8590
|
:role_arn,
|
8367
8591
|
:precedence)
|
8592
|
+
SENSITIVE = []
|
8368
8593
|
include Aws::Structure
|
8369
8594
|
end
|
8370
8595
|
|
@@ -8376,6 +8601,7 @@ module Aws::CognitoIdentityProvider
|
|
8376
8601
|
#
|
8377
8602
|
class UpdateGroupResponse < Struct.new(
|
8378
8603
|
:group)
|
8604
|
+
SENSITIVE = []
|
8379
8605
|
include Aws::Structure
|
8380
8606
|
end
|
8381
8607
|
|
@@ -8423,6 +8649,7 @@ module Aws::CognitoIdentityProvider
|
|
8423
8649
|
:provider_details,
|
8424
8650
|
:attribute_mapping,
|
8425
8651
|
:idp_identifiers)
|
8652
|
+
SENSITIVE = []
|
8426
8653
|
include Aws::Structure
|
8427
8654
|
end
|
8428
8655
|
|
@@ -8434,6 +8661,7 @@ module Aws::CognitoIdentityProvider
|
|
8434
8661
|
#
|
8435
8662
|
class UpdateIdentityProviderResponse < Struct.new(
|
8436
8663
|
:identity_provider)
|
8664
|
+
SENSITIVE = []
|
8437
8665
|
include Aws::Structure
|
8438
8666
|
end
|
8439
8667
|
|
@@ -8475,6 +8703,7 @@ module Aws::CognitoIdentityProvider
|
|
8475
8703
|
:identifier,
|
8476
8704
|
:name,
|
8477
8705
|
:scopes)
|
8706
|
+
SENSITIVE = []
|
8478
8707
|
include Aws::Structure
|
8479
8708
|
end
|
8480
8709
|
|
@@ -8486,6 +8715,7 @@ module Aws::CognitoIdentityProvider
|
|
8486
8715
|
#
|
8487
8716
|
class UpdateResourceServerResponse < Struct.new(
|
8488
8717
|
:resource_server)
|
8718
|
+
SENSITIVE = []
|
8489
8719
|
include Aws::Structure
|
8490
8720
|
end
|
8491
8721
|
|
@@ -8563,6 +8793,7 @@ module Aws::CognitoIdentityProvider
|
|
8563
8793
|
:user_attributes,
|
8564
8794
|
:access_token,
|
8565
8795
|
:client_metadata)
|
8796
|
+
SENSITIVE = [:access_token]
|
8566
8797
|
include Aws::Structure
|
8567
8798
|
end
|
8568
8799
|
|
@@ -8578,6 +8809,7 @@ module Aws::CognitoIdentityProvider
|
|
8578
8809
|
#
|
8579
8810
|
class UpdateUserAttributesResponse < Struct.new(
|
8580
8811
|
:code_delivery_details_list)
|
8812
|
+
SENSITIVE = []
|
8581
8813
|
include Aws::Structure
|
8582
8814
|
end
|
8583
8815
|
|
@@ -8819,6 +9051,7 @@ module Aws::CognitoIdentityProvider
|
|
8819
9051
|
:allowed_o_auth_flows_user_pool_client,
|
8820
9052
|
:analytics_configuration,
|
8821
9053
|
:prevent_user_existence_errors)
|
9054
|
+
SENSITIVE = [:client_id]
|
8822
9055
|
include Aws::Structure
|
8823
9056
|
end
|
8824
9057
|
|
@@ -8834,6 +9067,7 @@ module Aws::CognitoIdentityProvider
|
|
8834
9067
|
#
|
8835
9068
|
class UpdateUserPoolClientResponse < Struct.new(
|
8836
9069
|
:user_pool_client)
|
9070
|
+
SENSITIVE = []
|
8837
9071
|
include Aws::Structure
|
8838
9072
|
end
|
8839
9073
|
|
@@ -8876,6 +9110,7 @@ module Aws::CognitoIdentityProvider
|
|
8876
9110
|
:domain,
|
8877
9111
|
:user_pool_id,
|
8878
9112
|
:custom_domain_config)
|
9113
|
+
SENSITIVE = []
|
8879
9114
|
include Aws::Structure
|
8880
9115
|
end
|
8881
9116
|
|
@@ -8890,6 +9125,7 @@ module Aws::CognitoIdentityProvider
|
|
8890
9125
|
#
|
8891
9126
|
class UpdateUserPoolDomainResponse < Struct.new(
|
8892
9127
|
:cloud_front_domain)
|
9128
|
+
SENSITIVE = []
|
8893
9129
|
include Aws::Structure
|
8894
9130
|
end
|
8895
9131
|
|
@@ -9085,6 +9321,7 @@ module Aws::CognitoIdentityProvider
|
|
9085
9321
|
:admin_create_user_config,
|
9086
9322
|
:user_pool_add_ons,
|
9087
9323
|
:account_recovery_setting)
|
9324
|
+
SENSITIVE = []
|
9088
9325
|
include Aws::Structure
|
9089
9326
|
end
|
9090
9327
|
|
@@ -9116,6 +9353,7 @@ module Aws::CognitoIdentityProvider
|
|
9116
9353
|
#
|
9117
9354
|
class UserContextDataType < Struct.new(
|
9118
9355
|
:encoded_data)
|
9356
|
+
SENSITIVE = []
|
9119
9357
|
include Aws::Structure
|
9120
9358
|
end
|
9121
9359
|
|
@@ -9130,6 +9368,7 @@ module Aws::CognitoIdentityProvider
|
|
9130
9368
|
#
|
9131
9369
|
class UserImportInProgressException < Struct.new(
|
9132
9370
|
:message)
|
9371
|
+
SENSITIVE = []
|
9133
9372
|
include Aws::Structure
|
9134
9373
|
end
|
9135
9374
|
|
@@ -9227,6 +9466,7 @@ module Aws::CognitoIdentityProvider
|
|
9227
9466
|
:skipped_users,
|
9228
9467
|
:failed_users,
|
9229
9468
|
:completion_message)
|
9469
|
+
SENSITIVE = []
|
9230
9470
|
include Aws::Structure
|
9231
9471
|
end
|
9232
9472
|
|
@@ -9242,6 +9482,7 @@ module Aws::CognitoIdentityProvider
|
|
9242
9482
|
#
|
9243
9483
|
class UserLambdaValidationException < Struct.new(
|
9244
9484
|
:message)
|
9485
|
+
SENSITIVE = []
|
9245
9486
|
include Aws::Structure
|
9246
9487
|
end
|
9247
9488
|
|
@@ -9255,6 +9496,7 @@ module Aws::CognitoIdentityProvider
|
|
9255
9496
|
#
|
9256
9497
|
class UserNotConfirmedException < Struct.new(
|
9257
9498
|
:message)
|
9499
|
+
SENSITIVE = []
|
9258
9500
|
include Aws::Structure
|
9259
9501
|
end
|
9260
9502
|
|
@@ -9268,6 +9510,7 @@ module Aws::CognitoIdentityProvider
|
|
9268
9510
|
#
|
9269
9511
|
class UserNotFoundException < Struct.new(
|
9270
9512
|
:message)
|
9513
|
+
SENSITIVE = []
|
9271
9514
|
include Aws::Structure
|
9272
9515
|
end
|
9273
9516
|
|
@@ -9280,6 +9523,7 @@ module Aws::CognitoIdentityProvider
|
|
9280
9523
|
#
|
9281
9524
|
class UserPoolAddOnNotEnabledException < Struct.new(
|
9282
9525
|
:message)
|
9526
|
+
SENSITIVE = []
|
9283
9527
|
include Aws::Structure
|
9284
9528
|
end
|
9285
9529
|
|
@@ -9300,6 +9544,7 @@ module Aws::CognitoIdentityProvider
|
|
9300
9544
|
#
|
9301
9545
|
class UserPoolAddOnsType < Struct.new(
|
9302
9546
|
:advanced_security_mode)
|
9547
|
+
SENSITIVE = []
|
9303
9548
|
include Aws::Structure
|
9304
9549
|
end
|
9305
9550
|
|
@@ -9324,6 +9569,7 @@ module Aws::CognitoIdentityProvider
|
|
9324
9569
|
:client_id,
|
9325
9570
|
:user_pool_id,
|
9326
9571
|
:client_name)
|
9572
|
+
SENSITIVE = [:client_id]
|
9327
9573
|
include Aws::Structure
|
9328
9574
|
end
|
9329
9575
|
|
@@ -9552,6 +9798,7 @@ module Aws::CognitoIdentityProvider
|
|
9552
9798
|
:allowed_o_auth_flows_user_pool_client,
|
9553
9799
|
:analytics_configuration,
|
9554
9800
|
:prevent_user_existence_errors)
|
9801
|
+
SENSITIVE = [:client_id, :client_secret]
|
9555
9802
|
include Aws::Structure
|
9556
9803
|
end
|
9557
9804
|
|
@@ -9590,6 +9837,7 @@ module Aws::CognitoIdentityProvider
|
|
9590
9837
|
:status,
|
9591
9838
|
:last_modified_date,
|
9592
9839
|
:creation_date)
|
9840
|
+
SENSITIVE = []
|
9593
9841
|
include Aws::Structure
|
9594
9842
|
end
|
9595
9843
|
|
@@ -9617,6 +9865,7 @@ module Aws::CognitoIdentityProvider
|
|
9617
9865
|
#
|
9618
9866
|
class UserPoolPolicyType < Struct.new(
|
9619
9867
|
:password_policy)
|
9868
|
+
SENSITIVE = []
|
9620
9869
|
include Aws::Structure
|
9621
9870
|
end
|
9622
9871
|
|
@@ -9630,6 +9879,7 @@ module Aws::CognitoIdentityProvider
|
|
9630
9879
|
#
|
9631
9880
|
class UserPoolTaggingException < Struct.new(
|
9632
9881
|
:message)
|
9882
|
+
SENSITIVE = []
|
9633
9883
|
include Aws::Structure
|
9634
9884
|
end
|
9635
9885
|
|
@@ -9830,6 +10080,7 @@ module Aws::CognitoIdentityProvider
|
|
9830
10080
|
:username_configuration,
|
9831
10081
|
:arn,
|
9832
10082
|
:account_recovery_setting)
|
10083
|
+
SENSITIVE = []
|
9833
10084
|
include Aws::Structure
|
9834
10085
|
end
|
9835
10086
|
|
@@ -9891,6 +10142,7 @@ module Aws::CognitoIdentityProvider
|
|
9891
10142
|
:enabled,
|
9892
10143
|
:user_status,
|
9893
10144
|
:mfa_options)
|
10145
|
+
SENSITIVE = [:username]
|
9894
10146
|
include Aws::Structure
|
9895
10147
|
end
|
9896
10148
|
|
@@ -9926,6 +10178,7 @@ module Aws::CognitoIdentityProvider
|
|
9926
10178
|
#
|
9927
10179
|
class UsernameConfigurationType < Struct.new(
|
9928
10180
|
:case_sensitive)
|
10181
|
+
SENSITIVE = []
|
9929
10182
|
include Aws::Structure
|
9930
10183
|
end
|
9931
10184
|
|
@@ -9941,6 +10194,7 @@ module Aws::CognitoIdentityProvider
|
|
9941
10194
|
#
|
9942
10195
|
class UsernameExistsException < Struct.new(
|
9943
10196
|
:message)
|
10197
|
+
SENSITIVE = []
|
9944
10198
|
include Aws::Structure
|
9945
10199
|
end
|
9946
10200
|
|
@@ -9993,6 +10247,7 @@ module Aws::CognitoIdentityProvider
|
|
9993
10247
|
:email_message_by_link,
|
9994
10248
|
:email_subject_by_link,
|
9995
10249
|
:default_email_option)
|
10250
|
+
SENSITIVE = []
|
9996
10251
|
include Aws::Structure
|
9997
10252
|
end
|
9998
10253
|
|
@@ -10030,6 +10285,7 @@ module Aws::CognitoIdentityProvider
|
|
10030
10285
|
:session,
|
10031
10286
|
:user_code,
|
10032
10287
|
:friendly_device_name)
|
10288
|
+
SENSITIVE = [:access_token]
|
10033
10289
|
include Aws::Structure
|
10034
10290
|
end
|
10035
10291
|
|
@@ -10047,6 +10303,7 @@ module Aws::CognitoIdentityProvider
|
|
10047
10303
|
class VerifySoftwareTokenResponse < Struct.new(
|
10048
10304
|
:status,
|
10049
10305
|
:session)
|
10306
|
+
SENSITIVE = []
|
10050
10307
|
include Aws::Structure
|
10051
10308
|
end
|
10052
10309
|
|
@@ -10080,6 +10337,7 @@ module Aws::CognitoIdentityProvider
|
|
10080
10337
|
:access_token,
|
10081
10338
|
:attribute_name,
|
10082
10339
|
:code)
|
10340
|
+
SENSITIVE = [:access_token]
|
10083
10341
|
include Aws::Structure
|
10084
10342
|
end
|
10085
10343
|
|