aws-sdk-cognitoidentity 1.0.0.rc2 → 1.0.0.rc3

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
  SHA1:
3
- metadata.gz: 101052d059b5c2496eb97ef640dcebe57e3c79f2
4
- data.tar.gz: 2a9f3656ec2ad8e3c3d91f528a7e9c5bb17dcccb
3
+ metadata.gz: a88cf94e56c00fe87f67c900631c6760c15674be
4
+ data.tar.gz: dbe77dbdbfdffaf9b545e66693a244150ad66e82
5
5
  SHA512:
6
- metadata.gz: 8f1d06eb228d7db852521dc6f8afa40b7273f5f1955278339262302e4d4313fcc1a5f7bfcab98ad05184d1b78afe9bf3634017c688a3d6d94349539c5e9e1f0c
7
- data.tar.gz: 1c4bf44dda9800b6724c4761c972c0c52878129531a0656c9af8093215af72ed3cb52b2e34d0ee7e91421ee70dc0f426bf3fed0f2336eec3b060e8851115ee6b
6
+ metadata.gz: d269b9fbe5ab9b6afc7326f6198c9f7e3bdb2746230cb9ed699afcf4b449494ae350cc7c9f943c42a96c7e9a69017f8264e260a3ec1ca0d83c1bf65cd0a31b0b
7
+ data.tar.gz: 3d5baa9d0760d77ba0ab946ae17f6dc3797fb4f13432abb03cc0b0c383377a65c23ffd9a7357326580b3e2fd2ee68b661a88188ceb12c1e19d393368c29cadd2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
42
42
  # @service
43
43
  module Aws::CognitoIdentity
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -224,6 +224,7 @@ module Aws::CognitoIdentity
224
224
  # {
225
225
  # provider_name: "CognitoIdentityProviderName",
226
226
  # client_id: "CognitoIdentityProviderClientId",
227
+ # server_side_token_check: false,
227
228
  # },
228
229
  # ],
229
230
  # saml_provider_arns: ["ARNString"],
@@ -242,9 +243,12 @@ module Aws::CognitoIdentity
242
243
  # resp.cognito_identity_providers #=> Array
243
244
  # resp.cognito_identity_providers[0].provider_name #=> String
244
245
  # resp.cognito_identity_providers[0].client_id #=> String
246
+ # resp.cognito_identity_providers[0].server_side_token_check #=> Boolean
245
247
  # resp.saml_provider_arns #=> Array
246
248
  # resp.saml_provider_arns[0] #=> String
247
249
  #
250
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/CreateIdentityPool AWS API Documentation
251
+ #
248
252
  # @overload create_identity_pool(params = {})
249
253
  # @param [Hash] params ({})
250
254
  def create_identity_pool(params = {}, options = {})
@@ -276,6 +280,8 @@ module Aws::CognitoIdentity
276
280
  # resp.unprocessed_identity_ids[0].identity_id #=> String
277
281
  # resp.unprocessed_identity_ids[0].error_code #=> String, one of "AccessDenied", "InternalServerError"
278
282
  #
283
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentities AWS API Documentation
284
+ #
279
285
  # @overload delete_identities(params = {})
280
286
  # @param [Hash] params ({})
281
287
  def delete_identities(params = {}, options = {})
@@ -299,6 +305,8 @@ module Aws::CognitoIdentity
299
305
  # identity_pool_id: "IdentityPoolId", # required
300
306
  # })
301
307
  #
308
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentityPool AWS API Documentation
309
+ #
302
310
  # @overload delete_identity_pool(params = {})
303
311
  # @param [Hash] params ({})
304
312
  def delete_identity_pool(params = {}, options = {})
@@ -335,6 +343,8 @@ module Aws::CognitoIdentity
335
343
  # resp.creation_date #=> Time
336
344
  # resp.last_modified_date #=> Time
337
345
  #
346
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DescribeIdentity AWS API Documentation
347
+ #
338
348
  # @overload describe_identity(params = {})
339
349
  # @param [Hash] params ({})
340
350
  def describe_identity(params = {}, options = {})
@@ -380,9 +390,12 @@ module Aws::CognitoIdentity
380
390
  # resp.cognito_identity_providers #=> Array
381
391
  # resp.cognito_identity_providers[0].provider_name #=> String
382
392
  # resp.cognito_identity_providers[0].client_id #=> String
393
+ # resp.cognito_identity_providers[0].server_side_token_check #=> Boolean
383
394
  # resp.saml_provider_arns #=> Array
384
395
  # resp.saml_provider_arns[0] #=> String
385
396
  #
397
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DescribeIdentityPool AWS API Documentation
398
+ #
386
399
  # @overload describe_identity_pool(params = {})
387
400
  # @param [Hash] params ({})
388
401
  def describe_identity_pool(params = {}, options = {})
@@ -434,6 +447,8 @@ module Aws::CognitoIdentity
434
447
  # resp.credentials.session_token #=> String
435
448
  # resp.credentials.expiration #=> Time
436
449
  #
450
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetCredentialsForIdentity AWS API Documentation
451
+ #
437
452
  # @overload get_credentials_for_identity(params = {})
438
453
  # @param [Hash] params ({})
439
454
  def get_credentials_for_identity(params = {}, options = {})
@@ -488,6 +503,8 @@ module Aws::CognitoIdentity
488
503
  #
489
504
  # resp.identity_id #=> String
490
505
  #
506
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetId AWS API Documentation
507
+ #
491
508
  # @overload get_id(params = {})
492
509
  # @param [Hash] params ({})
493
510
  def get_id(params = {}, options = {})
@@ -528,6 +545,8 @@ module Aws::CognitoIdentity
528
545
  # resp.role_mappings["IdentityProviderName"].rules_configuration.rules[0].value #=> String
529
546
  # resp.role_mappings["IdentityProviderName"].rules_configuration.rules[0].role_arn #=> String
530
547
  #
548
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdentityPoolRoles AWS API Documentation
549
+ #
531
550
  # @overload get_identity_pool_roles(params = {})
532
551
  # @param [Hash] params ({})
533
552
  def get_identity_pool_roles(params = {}, options = {})
@@ -573,6 +592,8 @@ module Aws::CognitoIdentity
573
592
  # resp.identity_id #=> String
574
593
  # resp.token #=> String
575
594
  #
595
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdToken AWS API Documentation
596
+ #
576
597
  # @overload get_open_id_token(params = {})
577
598
  # @param [Hash] params ({})
578
599
  def get_open_id_token(params = {}, options = {})
@@ -648,6 +669,8 @@ module Aws::CognitoIdentity
648
669
  # resp.identity_id #=> String
649
670
  # resp.token #=> String
650
671
  #
672
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenForDeveloperIdentity AWS API Documentation
673
+ #
651
674
  # @overload get_open_id_token_for_developer_identity(params = {})
652
675
  # @param [Hash] params ({})
653
676
  def get_open_id_token_for_developer_identity(params = {}, options = {})
@@ -699,6 +722,8 @@ module Aws::CognitoIdentity
699
722
  # resp.identities[0].last_modified_date #=> Time
700
723
  # resp.next_token #=> String
701
724
  #
725
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentities AWS API Documentation
726
+ #
702
727
  # @overload list_identities(params = {})
703
728
  # @param [Hash] params ({})
704
729
  def list_identities(params = {}, options = {})
@@ -735,6 +760,8 @@ module Aws::CognitoIdentity
735
760
  # resp.identity_pools[0].identity_pool_name #=> String
736
761
  # resp.next_token #=> String
737
762
  #
763
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentityPools AWS API Documentation
764
+ #
738
765
  # @overload list_identity_pools(params = {})
739
766
  # @param [Hash] params ({})
740
767
  def list_identity_pools(params = {}, options = {})
@@ -801,6 +828,8 @@ module Aws::CognitoIdentity
801
828
  # resp.developer_user_identifier_list[0] #=> String
802
829
  # resp.next_token #=> String
803
830
  #
831
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/LookupDeveloperIdentity AWS API Documentation
832
+ #
804
833
  # @overload lookup_developer_identity(params = {})
805
834
  # @param [Hash] params ({})
806
835
  def lookup_developer_identity(params = {}, options = {})
@@ -856,6 +885,8 @@ module Aws::CognitoIdentity
856
885
  #
857
886
  # resp.identity_id #=> String
858
887
  #
888
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/MergeDeveloperIdentities AWS API Documentation
889
+ #
859
890
  # @overload merge_developer_identities(params = {})
860
891
  # @param [Hash] params ({})
861
892
  def merge_developer_identities(params = {}, options = {})
@@ -911,6 +942,8 @@ module Aws::CognitoIdentity
911
942
  # },
912
943
  # })
913
944
  #
945
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/SetIdentityPoolRoles AWS API Documentation
946
+ #
914
947
  # @overload set_identity_pool_roles(params = {})
915
948
  # @param [Hash] params ({})
916
949
  def set_identity_pool_roles(params = {}, options = {})
@@ -950,6 +983,8 @@ module Aws::CognitoIdentity
950
983
  # developer_user_identifier: "DeveloperUserIdentifier", # required
951
984
  # })
952
985
  #
986
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkDeveloperIdentity AWS API Documentation
987
+ #
953
988
  # @overload unlink_developer_identity(params = {})
954
989
  # @param [Hash] params ({})
955
990
  def unlink_developer_identity(params = {}, options = {})
@@ -986,6 +1021,8 @@ module Aws::CognitoIdentity
986
1021
  # logins_to_remove: ["IdentityProviderName"], # required
987
1022
  # })
988
1023
  #
1024
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkIdentity AWS API Documentation
1025
+ #
989
1026
  # @overload unlink_identity(params = {})
990
1027
  # @param [Hash] params ({})
991
1028
  def unlink_identity(params = {}, options = {})
@@ -1049,6 +1086,7 @@ module Aws::CognitoIdentity
1049
1086
  # {
1050
1087
  # provider_name: "CognitoIdentityProviderName",
1051
1088
  # client_id: "CognitoIdentityProviderClientId",
1089
+ # server_side_token_check: false,
1052
1090
  # },
1053
1091
  # ],
1054
1092
  # saml_provider_arns: ["ARNString"],
@@ -1067,9 +1105,12 @@ module Aws::CognitoIdentity
1067
1105
  # resp.cognito_identity_providers #=> Array
1068
1106
  # resp.cognito_identity_providers[0].provider_name #=> String
1069
1107
  # resp.cognito_identity_providers[0].client_id #=> String
1108
+ # resp.cognito_identity_providers[0].server_side_token_check #=> Boolean
1070
1109
  # resp.saml_provider_arns #=> Array
1071
1110
  # resp.saml_provider_arns[0] #=> String
1072
1111
  #
1112
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UpdateIdentityPool AWS API Documentation
1113
+ #
1073
1114
  # @overload update_identity_pool(params = {})
1074
1115
  # @param [Hash] params ({})
1075
1116
  def update_identity_pool(params = {}, options = {})
@@ -1090,7 +1131,7 @@ module Aws::CognitoIdentity
1090
1131
  params: params,
1091
1132
  config: config)
1092
1133
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1093
- context[:gem_version] = '1.0.0.rc1'
1134
+ context[:gem_version] = '1.0.0.rc3'
1094
1135
  Seahorse::Client::Request.new(handlers, context)
1095
1136
  end
1096
1137
 
@@ -21,6 +21,7 @@ module Aws::CognitoIdentity
21
21
  CognitoIdentityProviderClientId = Shapes::StringShape.new(name: 'CognitoIdentityProviderClientId')
22
22
  CognitoIdentityProviderList = Shapes::ListShape.new(name: 'CognitoIdentityProviderList')
23
23
  CognitoIdentityProviderName = Shapes::StringShape.new(name: 'CognitoIdentityProviderName')
24
+ CognitoIdentityProviderTokenCheck = Shapes::BooleanShape.new(name: 'CognitoIdentityProviderTokenCheck')
24
25
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
25
26
  CreateIdentityPoolInput = Shapes::StructureShape.new(name: 'CreateIdentityPoolInput')
26
27
  Credentials = Shapes::StructureShape.new(name: 'Credentials')
@@ -105,6 +106,7 @@ module Aws::CognitoIdentity
105
106
 
106
107
  CognitoIdentityProvider.add_member(:provider_name, Shapes::ShapeRef.new(shape: CognitoIdentityProviderName, location_name: "ProviderName"))
107
108
  CognitoIdentityProvider.add_member(:client_id, Shapes::ShapeRef.new(shape: CognitoIdentityProviderClientId, location_name: "ClientId"))
109
+ CognitoIdentityProvider.add_member(:server_side_token_check, Shapes::ShapeRef.new(shape: CognitoIdentityProviderTokenCheck, location_name: "ServerSideTokenCheck", metadata: {"box"=>true}))
108
110
  CognitoIdentityProvider.struct_class = Types::CognitoIdentityProvider
109
111
 
110
112
  CognitoIdentityProviderList.member = Shapes::ShapeRef.new(shape: CognitoIdentityProvider)
@@ -17,6 +17,7 @@ module Aws::CognitoIdentity
17
17
  # {
18
18
  # provider_name: "CognitoIdentityProviderName",
19
19
  # client_id: "CognitoIdentityProviderClientId",
20
+ # server_side_token_check: false,
20
21
  # }
21
22
  #
22
23
  # @!attribute [rw] provider_name
@@ -28,9 +29,17 @@ module Aws::CognitoIdentity
28
29
  # The client ID for the Amazon Cognito Identity User Pool.
29
30
  # @return [String]
30
31
  #
32
+ # @!attribute [rw] server_side_token_check
33
+ # TRUE if server-side token validation is enabled for the identity
34
+ # provider’s token.
35
+ # @return [Boolean]
36
+ #
37
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/CognitoIdentityProvider AWS API Documentation
38
+ #
31
39
  class CognitoIdentityProvider < Struct.new(
32
40
  :provider_name,
33
- :client_id)
41
+ :client_id,
42
+ :server_side_token_check)
34
43
  include Aws::Structure
35
44
  end
36
45
 
@@ -51,6 +60,7 @@ module Aws::CognitoIdentity
51
60
  # {
52
61
  # provider_name: "CognitoIdentityProviderName",
53
62
  # client_id: "CognitoIdentityProviderClientId",
63
+ # server_side_token_check: false,
54
64
  # },
55
65
  # ],
56
66
  # saml_provider_arns: ["ARNString"],
@@ -92,6 +102,8 @@ module Aws::CognitoIdentity
92
102
  # your identity pool.
93
103
  # @return [Array<String>]
94
104
  #
105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/CreateIdentityPoolInput AWS API Documentation
106
+ #
95
107
  class CreateIdentityPoolInput < Struct.new(
96
108
  :identity_pool_name,
97
109
  :allow_unauthenticated_identities,
@@ -121,6 +133,8 @@ module Aws::CognitoIdentity
121
133
  # The date at which these credentials will expire.
122
134
  # @return [Time]
123
135
  #
136
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/Credentials AWS API Documentation
137
+ #
124
138
  class Credentials < Struct.new(
125
139
  :access_key_id,
126
140
  :secret_key,
@@ -142,6 +156,8 @@ module Aws::CognitoIdentity
142
156
  # A list of 1-60 identities that you want to delete.
143
157
  # @return [Array<String>]
144
158
  #
159
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentitiesInput AWS API Documentation
160
+ #
145
161
  class DeleteIdentitiesInput < Struct.new(
146
162
  :identity_ids_to_delete)
147
163
  include Aws::Structure
@@ -154,6 +170,8 @@ module Aws::CognitoIdentity
154
170
  # ErrorCode and IdentityId.
155
171
  # @return [Array<Types::UnprocessedIdentityId>]
156
172
  #
173
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentitiesResponse AWS API Documentation
174
+ #
157
175
  class DeleteIdentitiesResponse < Struct.new(
158
176
  :unprocessed_identity_ids)
159
177
  include Aws::Structure
@@ -172,6 +190,8 @@ module Aws::CognitoIdentity
172
190
  # An identity pool ID in the format REGION:GUID.
173
191
  # @return [String]
174
192
  #
193
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentityPoolInput AWS API Documentation
194
+ #
175
195
  class DeleteIdentityPoolInput < Struct.new(
176
196
  :identity_pool_id)
177
197
  include Aws::Structure
@@ -190,6 +210,8 @@ module Aws::CognitoIdentity
190
210
  # A unique identifier in the format REGION:GUID.
191
211
  # @return [String]
192
212
  #
213
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DescribeIdentityInput AWS API Documentation
214
+ #
193
215
  class DescribeIdentityInput < Struct.new(
194
216
  :identity_id)
195
217
  include Aws::Structure
@@ -208,6 +230,8 @@ module Aws::CognitoIdentity
208
230
  # An identity pool ID in the format REGION:GUID.
209
231
  # @return [String]
210
232
  #
233
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DescribeIdentityPoolInput AWS API Documentation
234
+ #
211
235
  class DescribeIdentityPoolInput < Struct.new(
212
236
  :identity_pool_id)
213
237
  include Aws::Structure
@@ -243,6 +267,8 @@ module Aws::CognitoIdentity
243
267
  # role customization.
244
268
  # @return [String]
245
269
  #
270
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetCredentialsForIdentityInput AWS API Documentation
271
+ #
246
272
  class GetCredentialsForIdentityInput < Struct.new(
247
273
  :identity_id,
248
274
  :logins,
@@ -261,6 +287,8 @@ module Aws::CognitoIdentity
261
287
  # Credentials for the provided identity ID.
262
288
  # @return [Types::Credentials]
263
289
  #
290
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetCredentialsForIdentityResponse AWS API Documentation
291
+ #
264
292
  class GetCredentialsForIdentityResponse < Struct.new(
265
293
  :identity_id,
266
294
  :credentials)
@@ -307,6 +335,8 @@ module Aws::CognitoIdentity
307
335
  # * Digits: `www.digits.com`
308
336
  # @return [Hash<String,String>]
309
337
  #
338
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdInput AWS API Documentation
339
+ #
310
340
  class GetIdInput < Struct.new(
311
341
  :account_id,
312
342
  :identity_pool_id,
@@ -320,6 +350,8 @@ module Aws::CognitoIdentity
320
350
  # A unique identifier in the format REGION:GUID.
321
351
  # @return [String]
322
352
  #
353
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdResponse AWS API Documentation
354
+ #
323
355
  class GetIdResponse < Struct.new(
324
356
  :identity_id)
325
357
  include Aws::Structure
@@ -338,6 +370,8 @@ module Aws::CognitoIdentity
338
370
  # An identity pool ID in the format REGION:GUID.
339
371
  # @return [String]
340
372
  #
373
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdentityPoolRolesInput AWS API Documentation
374
+ #
341
375
  class GetIdentityPoolRolesInput < Struct.new(
342
376
  :identity_pool_id)
343
377
  include Aws::Structure
@@ -361,6 +395,8 @@ module Aws::CognitoIdentity
361
395
  # "cognito-idp-east-1.amazonaws.com/us-east-1\_abcdefghi:app\_client\_id".
362
396
  # @return [Hash<String,Types::RoleMapping>]
363
397
  #
398
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdentityPoolRolesResponse AWS API Documentation
399
+ #
364
400
  class GetIdentityPoolRolesResponse < Struct.new(
365
401
  :identity_pool_id,
366
402
  :roles,
@@ -415,6 +451,8 @@ module Aws::CognitoIdentity
415
451
  # access your AWS resources for the token's duration.
416
452
  # @return [Integer]
417
453
  #
454
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenForDeveloperIdentityInput AWS API Documentation
455
+ #
418
456
  class GetOpenIdTokenForDeveloperIdentityInput < Struct.new(
419
457
  :identity_pool_id,
420
458
  :identity_id,
@@ -434,6 +472,8 @@ module Aws::CognitoIdentity
434
472
  # An OpenID token.
435
473
  # @return [String]
436
474
  #
475
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenForDeveloperIdentityResponse AWS API Documentation
476
+ #
437
477
  class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new(
438
478
  :identity_id,
439
479
  :token)
@@ -464,6 +504,8 @@ module Aws::CognitoIdentity
464
504
  # other OpenId Connect provider, always include the `id_token`.
465
505
  # @return [Hash<String,String>]
466
506
  #
507
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenInput AWS API Documentation
508
+ #
467
509
  class GetOpenIdTokenInput < Struct.new(
468
510
  :identity_id,
469
511
  :logins)
@@ -481,6 +523,8 @@ module Aws::CognitoIdentity
481
523
  # An OpenID token, valid for 15 minutes.
482
524
  # @return [String]
483
525
  #
526
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenResponse AWS API Documentation
527
+ #
484
528
  class GetOpenIdTokenResponse < Struct.new(
485
529
  :identity_id,
486
530
  :token)
@@ -506,6 +550,8 @@ module Aws::CognitoIdentity
506
550
  # Date on which the identity was last modified.
507
551
  # @return [Time]
508
552
  #
553
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/IdentityDescription AWS API Documentation
554
+ #
509
555
  class IdentityDescription < Struct.new(
510
556
  :identity_id,
511
557
  :logins,
@@ -532,6 +578,7 @@ module Aws::CognitoIdentity
532
578
  # {
533
579
  # provider_name: "CognitoIdentityProviderName",
534
580
  # client_id: "CognitoIdentityProviderClientId",
581
+ # server_side_token_check: false,
535
582
  # },
536
583
  # ],
537
584
  # saml_provider_arns: ["ARNString"],
@@ -571,6 +618,8 @@ module Aws::CognitoIdentity
571
618
  # your identity pool.
572
619
  # @return [Array<String>]
573
620
  #
621
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/IdentityPool AWS API Documentation
622
+ #
574
623
  class IdentityPool < Struct.new(
575
624
  :identity_pool_id,
576
625
  :identity_pool_name,
@@ -593,6 +642,8 @@ module Aws::CognitoIdentity
593
642
  # A string that you provide.
594
643
  # @return [String]
595
644
  #
645
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/IdentityPoolShortDescription AWS API Documentation
646
+ #
596
647
  class IdentityPoolShortDescription < Struct.new(
597
648
  :identity_pool_id,
598
649
  :identity_pool_name)
@@ -629,6 +680,8 @@ module Aws::CognitoIdentity
629
680
  # identities in the response.
630
681
  # @return [Boolean]
631
682
  #
683
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentitiesInput AWS API Documentation
684
+ #
632
685
  class ListIdentitiesInput < Struct.new(
633
686
  :identity_pool_id,
634
687
  :max_results,
@@ -651,6 +704,8 @@ module Aws::CognitoIdentity
651
704
  # A pagination token.
652
705
  # @return [String]
653
706
  #
707
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentitiesResponse AWS API Documentation
708
+ #
654
709
  class ListIdentitiesResponse < Struct.new(
655
710
  :identity_pool_id,
656
711
  :identities,
@@ -676,6 +731,8 @@ module Aws::CognitoIdentity
676
731
  # A pagination token.
677
732
  # @return [String]
678
733
  #
734
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentityPoolsInput AWS API Documentation
735
+ #
679
736
  class ListIdentityPoolsInput < Struct.new(
680
737
  :max_results,
681
738
  :next_token)
@@ -692,6 +749,8 @@ module Aws::CognitoIdentity
692
749
  # A pagination token.
693
750
  # @return [String]
694
751
  #
752
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentityPoolsResponse AWS API Documentation
753
+ #
695
754
  class ListIdentityPoolsResponse < Struct.new(
696
755
  :identity_pools,
697
756
  :next_token)
@@ -739,6 +798,8 @@ module Aws::CognitoIdentity
739
798
  # results starting from the 11th match.
740
799
  # @return [String]
741
800
  #
801
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/LookupDeveloperIdentityInput AWS API Documentation
802
+ #
742
803
  class LookupDeveloperIdentityInput < Struct.new(
743
804
  :identity_pool_id,
744
805
  :identity_id,
@@ -770,6 +831,8 @@ module Aws::CognitoIdentity
770
831
  # results starting from the 11th match.
771
832
  # @return [String]
772
833
  #
834
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/LookupDeveloperIdentityResponse AWS API Documentation
835
+ #
773
836
  class LookupDeveloperIdentityResponse < Struct.new(
774
837
  :identity_id,
775
838
  :developer_user_identifier_list,
@@ -809,6 +872,8 @@ module Aws::CognitoIdentity
809
872
  # The role ARN.
810
873
  # @return [String]
811
874
  #
875
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/MappingRule AWS API Documentation
876
+ #
812
877
  class MappingRule < Struct.new(
813
878
  :claim,
814
879
  :match_type,
@@ -852,6 +917,8 @@ module Aws::CognitoIdentity
852
917
  # An identity pool ID in the format REGION:GUID.
853
918
  # @return [String]
854
919
  #
920
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/MergeDeveloperIdentitiesInput AWS API Documentation
921
+ #
855
922
  class MergeDeveloperIdentitiesInput < Struct.new(
856
923
  :source_user_identifier,
857
924
  :destination_user_identifier,
@@ -867,6 +934,8 @@ module Aws::CognitoIdentity
867
934
  # A unique identifier in the format REGION:GUID.
868
935
  # @return [String]
869
936
  #
937
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/MergeDeveloperIdentitiesResponse AWS API Documentation
938
+ #
870
939
  class MergeDeveloperIdentitiesResponse < Struct.new(
871
940
  :identity_id)
872
941
  include Aws::Structure
@@ -916,6 +985,8 @@ module Aws::CognitoIdentity
916
985
  # is required.
917
986
  # @return [Types::RulesConfigurationType]
918
987
  #
988
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/RoleMapping AWS API Documentation
989
+ #
919
990
  class RoleMapping < Struct.new(
920
991
  :type,
921
992
  :ambiguous_role_resolution,
@@ -947,6 +1018,8 @@ module Aws::CognitoIdentity
947
1018
  # role.
948
1019
  # @return [Array<Types::MappingRule>]
949
1020
  #
1021
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/RulesConfigurationType AWS API Documentation
1022
+ #
950
1023
  class RulesConfigurationType < Struct.new(
951
1024
  :rules)
952
1025
  include Aws::Structure
@@ -999,6 +1072,8 @@ module Aws::CognitoIdentity
999
1072
  # Up to 25 rules can be specified per identity provider.
1000
1073
  # @return [Hash<String,Types::RoleMapping>]
1001
1074
  #
1075
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/SetIdentityPoolRolesInput AWS API Documentation
1076
+ #
1002
1077
  class SetIdentityPoolRolesInput < Struct.new(
1003
1078
  :identity_pool_id,
1004
1079
  :roles,
@@ -1035,6 +1110,8 @@ module Aws::CognitoIdentity
1035
1110
  # a user.
1036
1111
  # @return [String]
1037
1112
  #
1113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkDeveloperIdentityInput AWS API Documentation
1114
+ #
1038
1115
  class UnlinkDeveloperIdentityInput < Struct.new(
1039
1116
  :identity_id,
1040
1117
  :identity_pool_id,
@@ -1069,6 +1146,8 @@ module Aws::CognitoIdentity
1069
1146
  # Provider names to unlink from this identity.
1070
1147
  # @return [Array<String>]
1071
1148
  #
1149
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkIdentityInput AWS API Documentation
1150
+ #
1072
1151
  class UnlinkIdentityInput < Struct.new(
1073
1152
  :identity_id,
1074
1153
  :logins,
@@ -1087,6 +1166,8 @@ module Aws::CognitoIdentity
1087
1166
  # The error code indicating the type of error that occurred.
1088
1167
  # @return [String]
1089
1168
  #
1169
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnprocessedIdentityId AWS API Documentation
1170
+ #
1090
1171
  class UnprocessedIdentityId < Struct.new(
1091
1172
  :identity_id,
1092
1173
  :error_code)
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.0.0.rc2
4
+ version: 1.0.0.rc3
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: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core