aws-sdk-cognitosync 1.20.1 → 1.21.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: 71ca3589cd833e1af095f01170f2a0cfae3b60cab10725c1d1a5767c59d8c9bb
4
- data.tar.gz: 1fe311c99eff336fb620045db2779fb75f96fa970d6f716f7f1270f8cab18713
3
+ metadata.gz: a3b961d71a5d41f9d131fefe8ec1a3e36fe9fa28a747e9e724984c80cc8b37ec
4
+ data.tar.gz: bedcce3e9aa1b54d91c9bdc3b9ad728c3d23530d136703f6addbb89a0bf39231
5
5
  SHA512:
6
- metadata.gz: 7ff72e04677b4252729c4f4797f62ddbb66cc2d66369afbf6a59bb44bf32ac5269a02248bf8028c8828d7dadba5f0500b32a114d4627380fa73469b61f73f226
7
- data.tar.gz: e9481137067219bdfccdd91a66b843b82a1ec18e6bb8192cc92f020180e35a8d38fef5f7d1f6e7f5503c28b1e761b1e089d2c981271c96ae138ae5c7e9c3268e
6
+ metadata.gz: cdb6b5aaa20a48214d74f7e268f2d8f1f39b6680d77b62b6a13eac1171a09e7f334e7f40844d763564dcc29b6fb653030db40ce6b93879a0a1ec493888d15bb7
7
+ data.tar.gz: 529818f1ec9e2589188a1cdf5f3a202dab58009116709d64efafbbd0113bcf6c9c8fdfb3ae264f71a59c8cc95a259a347a539bda02f294b72cdecc0a10807ba5
@@ -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-cognitosync/customizations'
45
47
  # @service
46
48
  module Aws::CognitoSync
47
49
 
48
- GEM_VERSION = '1.20.1'
50
+ GEM_VERSION = '1.21.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:
@@ -1171,7 +1173,7 @@ module Aws::CognitoSync
1171
1173
  params: params,
1172
1174
  config: config)
1173
1175
  context[:gem_name] = 'aws-sdk-cognitosync'
1174
- context[:gem_version] = '1.20.1'
1176
+ context[:gem_version] = '1.21.0'
1175
1177
  Seahorse::Client::Request.new(handlers, context)
1176
1178
  end
1177
1179
 
@@ -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,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:
@@ -20,6 +22,7 @@ module Aws::CognitoSync
20
22
  #
21
23
  class AlreadyStreamedException < Struct.new(
22
24
  :message)
25
+ SENSITIVE = []
23
26
  include Aws::Structure
24
27
  end
25
28
 
@@ -42,6 +45,7 @@ module Aws::CognitoSync
42
45
  #
43
46
  class BulkPublishRequest < Struct.new(
44
47
  :identity_pool_id)
48
+ SENSITIVE = []
45
49
  include Aws::Structure
46
50
  end
47
51
 
@@ -57,6 +61,7 @@ module Aws::CognitoSync
57
61
  #
58
62
  class BulkPublishResponse < Struct.new(
59
63
  :identity_pool_id)
64
+ SENSITIVE = []
60
65
  include Aws::Structure
61
66
  end
62
67
 
@@ -96,6 +101,7 @@ module Aws::CognitoSync
96
101
  :stream_name,
97
102
  :role_arn,
98
103
  :streaming_status)
104
+ SENSITIVE = []
99
105
  include Aws::Structure
100
106
  end
101
107
 
@@ -109,6 +115,7 @@ module Aws::CognitoSync
109
115
  #
110
116
  class ConcurrentModificationException < Struct.new(
111
117
  :message)
118
+ SENSITIVE = []
112
119
  include Aws::Structure
113
120
  end
114
121
 
@@ -160,6 +167,7 @@ module Aws::CognitoSync
160
167
  :last_modified_by,
161
168
  :data_storage,
162
169
  :num_records)
170
+ SENSITIVE = []
163
171
  include Aws::Structure
164
172
  end
165
173
 
@@ -197,6 +205,7 @@ module Aws::CognitoSync
197
205
  :identity_pool_id,
198
206
  :identity_id,
199
207
  :dataset_name)
208
+ SENSITIVE = []
200
209
  include Aws::Structure
201
210
  end
202
211
 
@@ -215,6 +224,7 @@ module Aws::CognitoSync
215
224
  #
216
225
  class DeleteDatasetResponse < Struct.new(
217
226
  :dataset)
227
+ SENSITIVE = []
218
228
  include Aws::Structure
219
229
  end
220
230
 
@@ -253,6 +263,7 @@ module Aws::CognitoSync
253
263
  :identity_pool_id,
254
264
  :identity_id,
255
265
  :dataset_name)
266
+ SENSITIVE = []
256
267
  include Aws::Structure
257
268
  end
258
269
 
@@ -270,6 +281,7 @@ module Aws::CognitoSync
270
281
  #
271
282
  class DescribeDatasetResponse < Struct.new(
272
283
  :dataset)
284
+ SENSITIVE = []
273
285
  include Aws::Structure
274
286
  end
275
287
 
@@ -292,6 +304,7 @@ module Aws::CognitoSync
292
304
  #
293
305
  class DescribeIdentityPoolUsageRequest < Struct.new(
294
306
  :identity_pool_id)
307
+ SENSITIVE = []
295
308
  include Aws::Structure
296
309
  end
297
310
 
@@ -305,6 +318,7 @@ module Aws::CognitoSync
305
318
  #
306
319
  class DescribeIdentityPoolUsageResponse < Struct.new(
307
320
  :identity_pool_usage)
321
+ SENSITIVE = []
308
322
  include Aws::Structure
309
323
  end
310
324
 
@@ -335,6 +349,7 @@ module Aws::CognitoSync
335
349
  class DescribeIdentityUsageRequest < Struct.new(
336
350
  :identity_pool_id,
337
351
  :identity_id)
352
+ SENSITIVE = []
338
353
  include Aws::Structure
339
354
  end
340
355
 
@@ -348,6 +363,7 @@ module Aws::CognitoSync
348
363
  #
349
364
  class DescribeIdentityUsageResponse < Struct.new(
350
365
  :identity_usage)
366
+ SENSITIVE = []
351
367
  include Aws::Structure
352
368
  end
353
369
 
@@ -362,6 +378,7 @@ module Aws::CognitoSync
362
378
  #
363
379
  class DuplicateRequestException < Struct.new(
364
380
  :message)
381
+ SENSITIVE = []
365
382
  include Aws::Structure
366
383
  end
367
384
 
@@ -384,6 +401,7 @@ module Aws::CognitoSync
384
401
  #
385
402
  class GetBulkPublishDetailsRequest < Struct.new(
386
403
  :identity_pool_id)
404
+ SENSITIVE = []
387
405
  include Aws::Structure
388
406
  end
389
407
 
@@ -430,6 +448,7 @@ module Aws::CognitoSync
430
448
  :bulk_publish_complete_time,
431
449
  :bulk_publish_status,
432
450
  :failure_message)
451
+ SENSITIVE = []
433
452
  include Aws::Structure
434
453
  end
435
454
 
@@ -450,6 +469,7 @@ module Aws::CognitoSync
450
469
  #
451
470
  class GetCognitoEventsRequest < Struct.new(
452
471
  :identity_pool_id)
472
+ SENSITIVE = []
453
473
  include Aws::Structure
454
474
  end
455
475
 
@@ -463,6 +483,7 @@ module Aws::CognitoSync
463
483
  #
464
484
  class GetCognitoEventsResponse < Struct.new(
465
485
  :events)
486
+ SENSITIVE = []
466
487
  include Aws::Structure
467
488
  end
468
489
 
@@ -486,6 +507,7 @@ module Aws::CognitoSync
486
507
  #
487
508
  class GetIdentityPoolConfigurationRequest < Struct.new(
488
509
  :identity_pool_id)
510
+ SENSITIVE = []
489
511
  include Aws::Structure
490
512
  end
491
513
 
@@ -511,6 +533,7 @@ module Aws::CognitoSync
511
533
  :identity_pool_id,
512
534
  :push_sync,
513
535
  :cognito_streams)
536
+ SENSITIVE = []
514
537
  include Aws::Structure
515
538
  end
516
539
 
@@ -541,6 +564,7 @@ module Aws::CognitoSync
541
564
  :sync_sessions_count,
542
565
  :data_storage,
543
566
  :last_modified_date)
567
+ SENSITIVE = []
544
568
  include Aws::Structure
545
569
  end
546
570
 
@@ -578,6 +602,7 @@ module Aws::CognitoSync
578
602
  :last_modified_date,
579
603
  :dataset_count,
580
604
  :data_storage)
605
+ SENSITIVE = []
581
606
  include Aws::Structure
582
607
  end
583
608
 
@@ -591,6 +616,7 @@ module Aws::CognitoSync
591
616
  #
592
617
  class InternalErrorException < Struct.new(
593
618
  :message)
619
+ SENSITIVE = []
594
620
  include Aws::Structure
595
621
  end
596
622
 
@@ -602,6 +628,7 @@ module Aws::CognitoSync
602
628
  #
603
629
  class InvalidConfigurationException < Struct.new(
604
630
  :message)
631
+ SENSITIVE = []
605
632
  include Aws::Structure
606
633
  end
607
634
 
@@ -616,6 +643,7 @@ module Aws::CognitoSync
616
643
  #
617
644
  class InvalidLambdaFunctionOutputException < Struct.new(
618
645
  :message)
646
+ SENSITIVE = []
619
647
  include Aws::Structure
620
648
  end
621
649
 
@@ -630,6 +658,7 @@ module Aws::CognitoSync
630
658
  #
631
659
  class InvalidParameterException < Struct.new(
632
660
  :message)
661
+ SENSITIVE = []
633
662
  include Aws::Structure
634
663
  end
635
664
 
@@ -643,6 +672,7 @@ module Aws::CognitoSync
643
672
  #
644
673
  class LambdaThrottledException < Struct.new(
645
674
  :message)
675
+ SENSITIVE = []
646
676
  include Aws::Structure
647
677
  end
648
678
 
@@ -657,6 +687,7 @@ module Aws::CognitoSync
657
687
  #
658
688
  class LimitExceededException < Struct.new(
659
689
  :message)
690
+ SENSITIVE = []
660
691
  include Aws::Structure
661
692
  end
662
693
 
@@ -699,6 +730,7 @@ module Aws::CognitoSync
699
730
  :identity_id,
700
731
  :next_token,
701
732
  :max_results)
733
+ SENSITIVE = []
702
734
  include Aws::Structure
703
735
  end
704
736
 
@@ -722,6 +754,7 @@ module Aws::CognitoSync
722
754
  :datasets,
723
755
  :count,
724
756
  :next_token)
757
+ SENSITIVE = []
725
758
  include Aws::Structure
726
759
  end
727
760
 
@@ -748,6 +781,7 @@ module Aws::CognitoSync
748
781
  class ListIdentityPoolUsageRequest < Struct.new(
749
782
  :next_token,
750
783
  :max_results)
784
+ SENSITIVE = []
751
785
  include Aws::Structure
752
786
  end
753
787
 
@@ -776,6 +810,7 @@ module Aws::CognitoSync
776
810
  :max_results,
777
811
  :count,
778
812
  :next_token)
813
+ SENSITIVE = []
779
814
  include Aws::Structure
780
815
  end
781
816
 
@@ -837,6 +872,7 @@ module Aws::CognitoSync
837
872
  :next_token,
838
873
  :max_results,
839
874
  :sync_session_token)
875
+ SENSITIVE = []
840
876
  include Aws::Structure
841
877
  end
842
878
 
@@ -890,6 +926,7 @@ module Aws::CognitoSync
890
926
  :dataset_exists,
891
927
  :dataset_deleted_after_requested_sync_count,
892
928
  :sync_session_token)
929
+ SENSITIVE = []
893
930
  include Aws::Structure
894
931
  end
895
932
 
@@ -903,6 +940,7 @@ module Aws::CognitoSync
903
940
  #
904
941
  class NotAuthorizedException < Struct.new(
905
942
  :message)
943
+ SENSITIVE = []
906
944
  include Aws::Structure
907
945
  end
908
946
 
@@ -930,6 +968,7 @@ module Aws::CognitoSync
930
968
  class PushSync < Struct.new(
931
969
  :application_arns,
932
970
  :role_arn)
971
+ SENSITIVE = []
933
972
  include Aws::Structure
934
973
  end
935
974
 
@@ -968,6 +1007,7 @@ module Aws::CognitoSync
968
1007
  :last_modified_date,
969
1008
  :last_modified_by,
970
1009
  :device_last_modified_date)
1010
+ SENSITIVE = []
971
1011
  include Aws::Structure
972
1012
  end
973
1013
 
@@ -1012,6 +1052,7 @@ module Aws::CognitoSync
1012
1052
  :value,
1013
1053
  :sync_count,
1014
1054
  :device_last_modified_date)
1055
+ SENSITIVE = []
1015
1056
  include Aws::Structure
1016
1057
  end
1017
1058
 
@@ -1052,6 +1093,7 @@ module Aws::CognitoSync
1052
1093
  :identity_id,
1053
1094
  :platform,
1054
1095
  :token)
1096
+ SENSITIVE = []
1055
1097
  include Aws::Structure
1056
1098
  end
1057
1099
 
@@ -1065,6 +1107,7 @@ module Aws::CognitoSync
1065
1107
  #
1066
1108
  class RegisterDeviceResponse < Struct.new(
1067
1109
  :device_id)
1110
+ SENSITIVE = []
1068
1111
  include Aws::Structure
1069
1112
  end
1070
1113
 
@@ -1079,6 +1122,7 @@ module Aws::CognitoSync
1079
1122
  #
1080
1123
  class ResourceConflictException < Struct.new(
1081
1124
  :message)
1125
+ SENSITIVE = []
1082
1126
  include Aws::Structure
1083
1127
  end
1084
1128
 
@@ -1092,6 +1136,7 @@ module Aws::CognitoSync
1092
1136
  #
1093
1137
  class ResourceNotFoundException < Struct.new(
1094
1138
  :message)
1139
+ SENSITIVE = []
1095
1140
  include Aws::Structure
1096
1141
  end
1097
1142
 
@@ -1122,6 +1167,7 @@ module Aws::CognitoSync
1122
1167
  class SetCognitoEventsRequest < Struct.new(
1123
1168
  :identity_pool_id,
1124
1169
  :events)
1170
+ SENSITIVE = []
1125
1171
  include Aws::Structure
1126
1172
  end
1127
1173
 
@@ -1163,6 +1209,7 @@ module Aws::CognitoSync
1163
1209
  :identity_pool_id,
1164
1210
  :push_sync,
1165
1211
  :cognito_streams)
1212
+ SENSITIVE = []
1166
1213
  include Aws::Structure
1167
1214
  end
1168
1215
 
@@ -1188,6 +1235,7 @@ module Aws::CognitoSync
1188
1235
  :identity_pool_id,
1189
1236
  :push_sync,
1190
1237
  :cognito_streams)
1238
+ SENSITIVE = []
1191
1239
  include Aws::Structure
1192
1240
  end
1193
1241
 
@@ -1228,6 +1276,7 @@ module Aws::CognitoSync
1228
1276
  :identity_id,
1229
1277
  :dataset_name,
1230
1278
  :device_id)
1279
+ SENSITIVE = []
1231
1280
  include Aws::Structure
1232
1281
  end
1233
1282
 
@@ -1247,6 +1296,7 @@ module Aws::CognitoSync
1247
1296
  #
1248
1297
  class TooManyRequestsException < Struct.new(
1249
1298
  :message)
1299
+ SENSITIVE = []
1250
1300
  include Aws::Structure
1251
1301
  end
1252
1302
 
@@ -1287,6 +1337,7 @@ module Aws::CognitoSync
1287
1337
  :identity_id,
1288
1338
  :dataset_name,
1289
1339
  :device_id)
1340
+ SENSITIVE = []
1290
1341
  include Aws::Structure
1291
1342
  end
1292
1343
 
@@ -1366,6 +1417,7 @@ module Aws::CognitoSync
1366
1417
  :record_patches,
1367
1418
  :sync_session_token,
1368
1419
  :client_context)
1420
+ SENSITIVE = []
1369
1421
  include Aws::Structure
1370
1422
  end
1371
1423
 
@@ -1379,6 +1431,7 @@ module Aws::CognitoSync
1379
1431
  #
1380
1432
  class UpdateRecordsResponse < Struct.new(
1381
1433
  :records)
1434
+ SENSITIVE = []
1382
1435
  include Aws::Structure
1383
1436
  end
1384
1437
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitosync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.1
4
+ version: 1.21.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