aws-sdk-cognitoidentity 1.23.1 → 1.24.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: 232de08ece1960d1995b723cfdc79ce65be249403ec1e3afd4dd90dd3be68d3d
4
- data.tar.gz: 48c3b4f6dc7fcd8c1bc3bbecb16c1f93b7361b9c5d4fe7f555a83728593efad9
3
+ metadata.gz: 39cfcd4d5e0c70520929944d60f6c7f88b5b67ba03b1bcf90879e919582d2c8a
4
+ data.tar.gz: 4d803999344f36f1ebb273a2ae709c86c25a959664670b65d9dc2e1a917a0c7c
5
5
  SHA512:
6
- metadata.gz: b33b2e1018bd6856e63d0834776bb87e257fd738741fea4a3cdbdc44e42f3465e1fa8dfe2ab89eb51dba9747c274ce9e66d8d72b542d1ea603d8d124c9af178e
7
- data.tar.gz: 826e3e6100535f1ec505a4b50ae509c9e99fcbbd77197371ecc0ee358c8e762a091ec06d9c2a99e99db51e57632ec4677e640c0eca92290ef0b48f9f534bf389
6
+ metadata.gz: 81d839d32390bcedcf7b9bb4713ef3afa7f552b66d8b6a6c17db8e477eaa852b5067188708fd46e537cad86d7724ab2d5d61d9c0f14ea319ffb6c5178a6f520d
7
+ data.tar.gz: 677fe4485865e60148bf73821f67ec51b1e0a8e85cf89834ff05323acbf9acc905e8c2f91b31b10a915927a9e7dd1eff36c2446f33ffaf53aa987fcd8e012c3f
@@ -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-cognitoidentity/customizations'
45
47
  # @service
46
48
  module Aws::CognitoIdentity
47
49
 
48
- GEM_VERSION = '1.23.1'
50
+ GEM_VERSION = '1.24.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:
@@ -1491,7 +1493,7 @@ module Aws::CognitoIdentity
1491
1493
  params: params,
1492
1494
  config: config)
1493
1495
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1494
- context[:gem_version] = '1.23.1'
1496
+ context[:gem_version] = '1.24.0'
1495
1497
  Seahorse::Client::Request.new(handlers, context)
1496
1498
  end
1497
1499
 
@@ -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 +1,3 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'aws-sdk-cognitoidentity/customizations/cognito_identity_credentials'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'set'
2
4
  require 'securerandom'
3
5
  require 'base64'
@@ -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:
@@ -48,6 +50,7 @@ module Aws::CognitoIdentity
48
50
  :provider_name,
49
51
  :client_id,
50
52
  :server_side_token_check)
53
+ SENSITIVE = []
51
54
  include Aws::Structure
52
55
  end
53
56
 
@@ -61,6 +64,7 @@ module Aws::CognitoIdentity
61
64
  #
62
65
  class ConcurrentModificationException < Struct.new(
63
66
  :message)
67
+ SENSITIVE = []
64
68
  include Aws::Structure
65
69
  end
66
70
 
@@ -155,6 +159,7 @@ module Aws::CognitoIdentity
155
159
  :cognito_identity_providers,
156
160
  :saml_provider_arns,
157
161
  :identity_pool_tags)
162
+ SENSITIVE = []
158
163
  include Aws::Structure
159
164
  end
160
165
 
@@ -183,6 +188,7 @@ module Aws::CognitoIdentity
183
188
  :secret_key,
184
189
  :session_token,
185
190
  :expiration)
191
+ SENSITIVE = []
186
192
  include Aws::Structure
187
193
  end
188
194
 
@@ -203,6 +209,7 @@ module Aws::CognitoIdentity
203
209
  #
204
210
  class DeleteIdentitiesInput < Struct.new(
205
211
  :identity_ids_to_delete)
212
+ SENSITIVE = []
206
213
  include Aws::Structure
207
214
  end
208
215
 
@@ -217,6 +224,7 @@ module Aws::CognitoIdentity
217
224
  #
218
225
  class DeleteIdentitiesResponse < Struct.new(
219
226
  :unprocessed_identity_ids)
227
+ SENSITIVE = []
220
228
  include Aws::Structure
221
229
  end
222
230
 
@@ -237,6 +245,7 @@ module Aws::CognitoIdentity
237
245
  #
238
246
  class DeleteIdentityPoolInput < Struct.new(
239
247
  :identity_pool_id)
248
+ SENSITIVE = []
240
249
  include Aws::Structure
241
250
  end
242
251
 
@@ -257,6 +266,7 @@ module Aws::CognitoIdentity
257
266
  #
258
267
  class DescribeIdentityInput < Struct.new(
259
268
  :identity_id)
269
+ SENSITIVE = []
260
270
  include Aws::Structure
261
271
  end
262
272
 
@@ -277,6 +287,7 @@ module Aws::CognitoIdentity
277
287
  #
278
288
  class DescribeIdentityPoolInput < Struct.new(
279
289
  :identity_pool_id)
290
+ SENSITIVE = []
280
291
  include Aws::Structure
281
292
  end
282
293
 
@@ -291,6 +302,7 @@ module Aws::CognitoIdentity
291
302
  #
292
303
  class DeveloperUserAlreadyRegisteredException < Struct.new(
293
304
  :message)
305
+ SENSITIVE = []
294
306
  include Aws::Structure
295
307
  end
296
308
 
@@ -305,6 +317,7 @@ module Aws::CognitoIdentity
305
317
  #
306
318
  class ExternalServiceException < Struct.new(
307
319
  :message)
320
+ SENSITIVE = []
308
321
  include Aws::Structure
309
322
  end
310
323
 
@@ -357,6 +370,7 @@ module Aws::CognitoIdentity
357
370
  :identity_id,
358
371
  :logins,
359
372
  :custom_role_arn)
373
+ SENSITIVE = []
360
374
  include Aws::Structure
361
375
  end
362
376
 
@@ -376,6 +390,7 @@ module Aws::CognitoIdentity
376
390
  class GetCredentialsForIdentityResponse < Struct.new(
377
391
  :identity_id,
378
392
  :credentials)
393
+ SENSITIVE = []
379
394
  include Aws::Structure
380
395
  end
381
396
 
@@ -427,6 +442,7 @@ module Aws::CognitoIdentity
427
442
  :account_id,
428
443
  :identity_pool_id,
429
444
  :logins)
445
+ SENSITIVE = []
430
446
  include Aws::Structure
431
447
  end
432
448
 
@@ -440,6 +456,7 @@ module Aws::CognitoIdentity
440
456
  #
441
457
  class GetIdResponse < Struct.new(
442
458
  :identity_id)
459
+ SENSITIVE = []
443
460
  include Aws::Structure
444
461
  end
445
462
 
@@ -460,6 +477,7 @@ module Aws::CognitoIdentity
460
477
  #
461
478
  class GetIdentityPoolRolesInput < Struct.new(
462
479
  :identity_pool_id)
480
+ SENSITIVE = []
463
481
  include Aws::Structure
464
482
  end
465
483
 
@@ -487,6 +505,7 @@ module Aws::CognitoIdentity
487
505
  :identity_pool_id,
488
506
  :roles,
489
507
  :role_mappings)
508
+ SENSITIVE = []
490
509
  include Aws::Structure
491
510
  end
492
511
 
@@ -549,6 +568,7 @@ module Aws::CognitoIdentity
549
568
  :identity_id,
550
569
  :logins,
551
570
  :token_duration)
571
+ SENSITIVE = []
552
572
  include Aws::Structure
553
573
  end
554
574
 
@@ -568,6 +588,7 @@ module Aws::CognitoIdentity
568
588
  class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new(
569
589
  :identity_id,
570
590
  :token)
591
+ SENSITIVE = []
571
592
  include Aws::Structure
572
593
  end
573
594
 
@@ -600,6 +621,7 @@ module Aws::CognitoIdentity
600
621
  class GetOpenIdTokenInput < Struct.new(
601
622
  :identity_id,
602
623
  :logins)
624
+ SENSITIVE = []
603
625
  include Aws::Structure
604
626
  end
605
627
 
@@ -619,6 +641,7 @@ module Aws::CognitoIdentity
619
641
  class GetOpenIdTokenResponse < Struct.new(
620
642
  :identity_id,
621
643
  :token)
644
+ SENSITIVE = []
622
645
  include Aws::Structure
623
646
  end
624
647
 
@@ -647,6 +670,7 @@ module Aws::CognitoIdentity
647
670
  :logins,
648
671
  :creation_date,
649
672
  :last_modified_date)
673
+ SENSITIVE = []
650
674
  include Aws::Structure
651
675
  end
652
676
 
@@ -741,6 +765,7 @@ module Aws::CognitoIdentity
741
765
  :cognito_identity_providers,
742
766
  :saml_provider_arns,
743
767
  :identity_pool_tags)
768
+ SENSITIVE = []
744
769
  include Aws::Structure
745
770
  end
746
771
 
@@ -759,6 +784,7 @@ module Aws::CognitoIdentity
759
784
  class IdentityPoolShortDescription < Struct.new(
760
785
  :identity_pool_id,
761
786
  :identity_pool_name)
787
+ SENSITIVE = []
762
788
  include Aws::Structure
763
789
  end
764
790
 
@@ -773,6 +799,7 @@ module Aws::CognitoIdentity
773
799
  #
774
800
  class InternalErrorException < Struct.new(
775
801
  :message)
802
+ SENSITIVE = []
776
803
  include Aws::Structure
777
804
  end
778
805
 
@@ -788,6 +815,7 @@ module Aws::CognitoIdentity
788
815
  #
789
816
  class InvalidIdentityPoolConfigurationException < Struct.new(
790
817
  :message)
818
+ SENSITIVE = []
791
819
  include Aws::Structure
792
820
  end
793
821
 
@@ -801,6 +829,7 @@ module Aws::CognitoIdentity
801
829
  #
802
830
  class InvalidParameterException < Struct.new(
803
831
  :message)
832
+ SENSITIVE = []
804
833
  include Aws::Structure
805
834
  end
806
835
 
@@ -815,6 +844,7 @@ module Aws::CognitoIdentity
815
844
  #
816
845
  class LimitExceededException < Struct.new(
817
846
  :message)
847
+ SENSITIVE = []
818
848
  include Aws::Structure
819
849
  end
820
850
 
@@ -855,6 +885,7 @@ module Aws::CognitoIdentity
855
885
  :max_results,
856
886
  :next_token,
857
887
  :hide_disabled)
888
+ SENSITIVE = []
858
889
  include Aws::Structure
859
890
  end
860
891
 
@@ -878,6 +909,7 @@ module Aws::CognitoIdentity
878
909
  :identity_pool_id,
879
910
  :identities,
880
911
  :next_token)
912
+ SENSITIVE = []
881
913
  include Aws::Structure
882
914
  end
883
915
 
@@ -904,6 +936,7 @@ module Aws::CognitoIdentity
904
936
  class ListIdentityPoolsInput < Struct.new(
905
937
  :max_results,
906
938
  :next_token)
939
+ SENSITIVE = []
907
940
  include Aws::Structure
908
941
  end
909
942
 
@@ -922,6 +955,7 @@ module Aws::CognitoIdentity
922
955
  class ListIdentityPoolsResponse < Struct.new(
923
956
  :identity_pools,
924
957
  :next_token)
958
+ SENSITIVE = []
925
959
  include Aws::Structure
926
960
  end
927
961
 
@@ -941,6 +975,7 @@ module Aws::CognitoIdentity
941
975
  #
942
976
  class ListTagsForResourceInput < Struct.new(
943
977
  :resource_arn)
978
+ SENSITIVE = []
944
979
  include Aws::Structure
945
980
  end
946
981
 
@@ -952,6 +987,7 @@ module Aws::CognitoIdentity
952
987
  #
953
988
  class ListTagsForResourceResponse < Struct.new(
954
989
  :tags)
990
+ SENSITIVE = []
955
991
  include Aws::Structure
956
992
  end
957
993
 
@@ -1004,6 +1040,7 @@ module Aws::CognitoIdentity
1004
1040
  :developer_user_identifier,
1005
1041
  :max_results,
1006
1042
  :next_token)
1043
+ SENSITIVE = []
1007
1044
  include Aws::Structure
1008
1045
  end
1009
1046
 
@@ -1035,6 +1072,7 @@ module Aws::CognitoIdentity
1035
1072
  :identity_id,
1036
1073
  :developer_user_identifier_list,
1037
1074
  :next_token)
1075
+ SENSITIVE = []
1038
1076
  include Aws::Structure
1039
1077
  end
1040
1078
 
@@ -1077,6 +1115,7 @@ module Aws::CognitoIdentity
1077
1115
  :match_type,
1078
1116
  :value,
1079
1117
  :role_arn)
1118
+ SENSITIVE = []
1080
1119
  include Aws::Structure
1081
1120
  end
1082
1121
 
@@ -1122,6 +1161,7 @@ module Aws::CognitoIdentity
1122
1161
  :destination_user_identifier,
1123
1162
  :developer_provider_name,
1124
1163
  :identity_pool_id)
1164
+ SENSITIVE = []
1125
1165
  include Aws::Structure
1126
1166
  end
1127
1167
 
@@ -1136,6 +1176,7 @@ module Aws::CognitoIdentity
1136
1176
  #
1137
1177
  class MergeDeveloperIdentitiesResponse < Struct.new(
1138
1178
  :identity_id)
1179
+ SENSITIVE = []
1139
1180
  include Aws::Structure
1140
1181
  end
1141
1182
 
@@ -1149,6 +1190,7 @@ module Aws::CognitoIdentity
1149
1190
  #
1150
1191
  class NotAuthorizedException < Struct.new(
1151
1192
  :message)
1193
+ SENSITIVE = []
1152
1194
  include Aws::Structure
1153
1195
  end
1154
1196
 
@@ -1163,6 +1205,7 @@ module Aws::CognitoIdentity
1163
1205
  #
1164
1206
  class ResourceConflictException < Struct.new(
1165
1207
  :message)
1208
+ SENSITIVE = []
1166
1209
  include Aws::Structure
1167
1210
  end
1168
1211
 
@@ -1177,6 +1220,7 @@ module Aws::CognitoIdentity
1177
1220
  #
1178
1221
  class ResourceNotFoundException < Struct.new(
1179
1222
  :message)
1223
+ SENSITIVE = []
1180
1224
  include Aws::Structure
1181
1225
  end
1182
1226
 
@@ -1230,6 +1274,7 @@ module Aws::CognitoIdentity
1230
1274
  :type,
1231
1275
  :ambiguous_role_resolution,
1232
1276
  :rules_configuration)
1277
+ SENSITIVE = []
1233
1278
  include Aws::Structure
1234
1279
  end
1235
1280
 
@@ -1261,6 +1306,7 @@ module Aws::CognitoIdentity
1261
1306
  #
1262
1307
  class RulesConfigurationType < Struct.new(
1263
1308
  :rules)
1309
+ SENSITIVE = []
1264
1310
  include Aws::Structure
1265
1311
  end
1266
1312
 
@@ -1317,6 +1363,7 @@ module Aws::CognitoIdentity
1317
1363
  :identity_pool_id,
1318
1364
  :roles,
1319
1365
  :role_mappings)
1366
+ SENSITIVE = []
1320
1367
  include Aws::Structure
1321
1368
  end
1322
1369
 
@@ -1344,6 +1391,7 @@ module Aws::CognitoIdentity
1344
1391
  class TagResourceInput < Struct.new(
1345
1392
  :resource_arn,
1346
1393
  :tags)
1394
+ SENSITIVE = []
1347
1395
  include Aws::Structure
1348
1396
  end
1349
1397
 
@@ -1361,6 +1409,7 @@ module Aws::CognitoIdentity
1361
1409
  #
1362
1410
  class TooManyRequestsException < Struct.new(
1363
1411
  :message)
1412
+ SENSITIVE = []
1364
1413
  include Aws::Structure
1365
1414
  end
1366
1415
 
@@ -1400,6 +1449,7 @@ module Aws::CognitoIdentity
1400
1449
  :identity_pool_id,
1401
1450
  :developer_provider_name,
1402
1451
  :developer_user_identifier)
1452
+ SENSITIVE = []
1403
1453
  include Aws::Structure
1404
1454
  end
1405
1455
 
@@ -1435,6 +1485,7 @@ module Aws::CognitoIdentity
1435
1485
  :identity_id,
1436
1486
  :logins,
1437
1487
  :logins_to_remove)
1488
+ SENSITIVE = []
1438
1489
  include Aws::Structure
1439
1490
  end
1440
1491
 
@@ -1454,6 +1505,7 @@ module Aws::CognitoIdentity
1454
1505
  class UnprocessedIdentityId < Struct.new(
1455
1506
  :identity_id,
1456
1507
  :error_code)
1508
+ SENSITIVE = []
1457
1509
  include Aws::Structure
1458
1510
  end
1459
1511
 
@@ -1479,6 +1531,7 @@ module Aws::CognitoIdentity
1479
1531
  class UntagResourceInput < Struct.new(
1480
1532
  :resource_arn,
1481
1533
  :tag_keys)
1534
+ SENSITIVE = []
1482
1535
  include Aws::Structure
1483
1536
  end
1484
1537
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.1
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core