aws-sdk-core 2.0.38 → 2.0.39

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: 2a13e9477cad74350ffe69cb9c96a404723745e0
4
- data.tar.gz: 1c8e06147215ea6dbce864568a3111758a2d17b5
3
+ metadata.gz: 75048d8a865d78d0cfa032014e7dc690a085b9c0
4
+ data.tar.gz: 1c10d2161da681f0f306868ea2c0bd0562272ed8
5
5
  SHA512:
6
- metadata.gz: 23f441508a62cf0803a9b4053a877151f072014ab9c39ba53657ae8c0f78b88b94260c764774a162469b111c1531fc15de50a510c215b636c8275697a9464825
7
- data.tar.gz: e5a96ea6af56436f2a13bdf0f01b7131410760785aba24320808ea7feb7bc53e7e75ff5bd7a5d2e1208f0b97cf217e8ca721bc487d2ede9b98949d3cbaae7ac4
6
+ metadata.gz: e230ef8e0df7775a407be04fe060d4f7fe24c4011dc66cf2a2f1b2f71f4e8919c754e8eeadde0c8d0b217dbe83526b76633c9f7ab818390c3bd2b7ee9583993d
7
+ data.tar.gz: 5f0fce5d7453c8a3ac67e5d4262d0b3348cbd4d836da55da78ad23495e151a2857b83eea941a45dafc9af7cdcaf02faa9ffca0ec0ca56dfa4725380255f467b1
@@ -0,0 +1,70 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "StackCreateComplete": {
5
+ "delay": 30,
6
+ "operation": "DescribeStacks",
7
+ "maxAttempts": 50,
8
+ "description": "Wait until stack status is CREATE_COMPLETE.",
9
+ "acceptors": [
10
+ {
11
+ "expected": "CREATE_COMPLETE",
12
+ "matcher": "pathAll",
13
+ "state": "success",
14
+ "argument": "Stacks[].StackStatus"
15
+ },
16
+ {
17
+ "expected": "CREATE_FAILED",
18
+ "matcher": "pathAny",
19
+ "state": "failure",
20
+ "argument": "Stacks[].StackStatus"
21
+ }
22
+ ]
23
+ },
24
+ "StackDeleteComplete": {
25
+ "delay": 30,
26
+ "operation": "DescribeStacks",
27
+ "maxAttempts": 25,
28
+ "description": "Wait until stack status is DELETE_COMPLETE.",
29
+ "acceptors": [
30
+ {
31
+ "expected": "DELETE_COMPLETE",
32
+ "matcher": "pathAll",
33
+ "state": "success",
34
+ "argument": "Stacks[].StackStatus"
35
+ },
36
+ {
37
+ "expected": "ValidationError",
38
+ "matcher": "error",
39
+ "state": "success"
40
+ },
41
+ {
42
+ "expected": "DELETE_FAILED",
43
+ "matcher": "pathAny",
44
+ "state": "failure",
45
+ "argument": "Stacks[].StackStatus"
46
+ }
47
+ ]
48
+ },
49
+ "StackUpdateComplete": {
50
+ "delay": 30,
51
+ "operation": "DescribeStacks",
52
+ "maxAttempts": 5,
53
+ "description": "Wait until stack status is UPDATE_COMPLETE.",
54
+ "acceptors": [
55
+ {
56
+ "expected": "UPDATE_COMPLETE",
57
+ "matcher": "pathAll",
58
+ "state": "success",
59
+ "argument": "Stacks[].StackStatus"
60
+ },
61
+ {
62
+ "expected": "UPDATE_FAILED",
63
+ "matcher": "pathAny",
64
+ "state": "failure",
65
+ "argument": "Stacks[].StackStatus"
66
+ }
67
+ ]
68
+ }
69
+ }
70
+ }
@@ -11,7 +11,7 @@
11
11
  "expected": "Deployed",
12
12
  "matcher": "path",
13
13
  "state": "success",
14
- "argument": "Status"
14
+ "argument": "Distribution.Status"
15
15
  }
16
16
  ]
17
17
  },
@@ -25,7 +25,7 @@
25
25
  "expected": "Completed",
26
26
  "matcher": "path",
27
27
  "state": "success",
28
- "argument": "Status"
28
+ "argument": "Invalidation.Status"
29
29
  }
30
30
  ]
31
31
  },
@@ -39,7 +39,7 @@
39
39
  "expected": "Deployed",
40
40
  "matcher": "path",
41
41
  "state": "success",
42
- "argument": "Status"
42
+ "argument": "StreamingDistribution.Status"
43
43
  }
44
44
  ]
45
45
  }
@@ -129,6 +129,15 @@
129
129
  "senderFault":true
130
130
  },
131
131
  "exception":true
132
+ },
133
+ {
134
+ "shape":"ResourceConflictException",
135
+ "error":{
136
+ "code":"ResourceConflict",
137
+ "httpStatusCode":409,
138
+ "senderFault":true
139
+ },
140
+ "exception":true
132
141
  }
133
142
  ]
134
143
  },
@@ -351,6 +360,63 @@
351
360
  }
352
361
  ]
353
362
  },
363
+ "GetCognitoEvents":{
364
+ "name":"GetCognitoEvents",
365
+ "http":{
366
+ "method":"GET",
367
+ "requestUri":"/identitypools/{IdentityPoolId}/events",
368
+ "responseCode":200
369
+ },
370
+ "input":{"shape":"GetCognitoEventsRequest"},
371
+ "output":{"shape":"GetCognitoEventsResponse"},
372
+ "errors":[
373
+ {
374
+ "shape":"InvalidParameterException",
375
+ "error":{
376
+ "code":"InvalidParameter",
377
+ "httpStatusCode":400,
378
+ "senderFault":true
379
+ },
380
+ "exception":true
381
+ },
382
+ {
383
+ "shape":"ResourceNotFoundException",
384
+ "error":{
385
+ "code":"ResourceNotFound",
386
+ "httpStatusCode":404,
387
+ "senderFault":true
388
+ },
389
+ "exception":true
390
+ },
391
+ {
392
+ "shape":"NotAuthorizedException",
393
+ "error":{
394
+ "code":"NotAuthorizedError",
395
+ "httpStatusCode":403,
396
+ "senderFault":true
397
+ },
398
+ "exception":true
399
+ },
400
+ {
401
+ "shape":"InternalErrorException",
402
+ "error":{
403
+ "code":"InternalError",
404
+ "httpStatusCode":500
405
+ },
406
+ "exception":true,
407
+ "fault":true
408
+ },
409
+ {
410
+ "shape":"TooManyRequestsException",
411
+ "error":{
412
+ "code":"TooManyRequests",
413
+ "httpStatusCode":429,
414
+ "senderFault":true
415
+ },
416
+ "exception":true
417
+ }
418
+ ]
419
+ },
354
420
  "GetIdentityPoolConfiguration":{
355
421
  "name":"GetIdentityPoolConfiguration",
356
422
  "http":{
@@ -618,6 +684,62 @@
618
684
  }
619
685
  ]
620
686
  },
687
+ "SetCognitoEvents":{
688
+ "name":"SetCognitoEvents",
689
+ "http":{
690
+ "method":"POST",
691
+ "requestUri":"/identitypools/{IdentityPoolId}/events",
692
+ "responseCode":200
693
+ },
694
+ "input":{"shape":"SetCognitoEventsRequest"},
695
+ "errors":[
696
+ {
697
+ "shape":"InvalidParameterException",
698
+ "error":{
699
+ "code":"InvalidParameter",
700
+ "httpStatusCode":400,
701
+ "senderFault":true
702
+ },
703
+ "exception":true
704
+ },
705
+ {
706
+ "shape":"ResourceNotFoundException",
707
+ "error":{
708
+ "code":"ResourceNotFound",
709
+ "httpStatusCode":404,
710
+ "senderFault":true
711
+ },
712
+ "exception":true
713
+ },
714
+ {
715
+ "shape":"NotAuthorizedException",
716
+ "error":{
717
+ "code":"NotAuthorizedError",
718
+ "httpStatusCode":403,
719
+ "senderFault":true
720
+ },
721
+ "exception":true
722
+ },
723
+ {
724
+ "shape":"InternalErrorException",
725
+ "error":{
726
+ "code":"InternalError",
727
+ "httpStatusCode":500
728
+ },
729
+ "exception":true,
730
+ "fault":true
731
+ },
732
+ {
733
+ "shape":"TooManyRequestsException",
734
+ "error":{
735
+ "code":"TooManyRequests",
736
+ "httpStatusCode":429,
737
+ "senderFault":true
738
+ },
739
+ "exception":true
740
+ }
741
+ ]
742
+ },
621
743
  "SetIdentityPoolConfiguration":{
622
744
  "name":"SetIdentityPoolConfiguration",
623
745
  "http":{
@@ -862,6 +984,24 @@
862
984
  },
863
985
  "exception":true
864
986
  },
987
+ {
988
+ "shape":"InvalidLambdaFunctionOutputException",
989
+ "error":{
990
+ "code":"InvalidLambdaFunctionOutput",
991
+ "httpStatusCode":400,
992
+ "senderFault":true
993
+ },
994
+ "exception":true
995
+ },
996
+ {
997
+ "shape":"LambdaThrottledException",
998
+ "error":{
999
+ "code":"LambdaThrottled",
1000
+ "httpStatusCode":429,
1001
+ "senderFault":true
1002
+ },
1003
+ "exception":true
1004
+ },
865
1005
  {
866
1006
  "shape":"TooManyRequestsException",
867
1007
  "error":{
@@ -939,6 +1079,7 @@
939
1079
  ]
940
1080
  },
941
1081
  "ClientContext":{"type":"string"},
1082
+ "CognitoEventType":{"type":"string"},
942
1083
  "CognitoStreams":{
943
1084
  "type":"structure",
944
1085
  "members":{
@@ -1092,6 +1233,12 @@
1092
1233
  },
1093
1234
  "exception":true
1094
1235
  },
1236
+ "Events":{
1237
+ "type":"map",
1238
+ "key":{"shape":"CognitoEventType"},
1239
+ "value":{"shape":"LambdaFunctionArn"},
1240
+ "max":1
1241
+ },
1095
1242
  "ExceptionMessage":{"type":"string"},
1096
1243
  "GetBulkPublishDetailsRequest":{
1097
1244
  "type":"structure",
@@ -1114,6 +1261,23 @@
1114
1261
  "FailureMessage":{"shape":"String"}
1115
1262
  }
1116
1263
  },
1264
+ "GetCognitoEventsRequest":{
1265
+ "type":"structure",
1266
+ "required":["IdentityPoolId"],
1267
+ "members":{
1268
+ "IdentityPoolId":{
1269
+ "shape":"IdentityPoolId",
1270
+ "location":"uri",
1271
+ "locationName":"IdentityPoolId"
1272
+ }
1273
+ }
1274
+ },
1275
+ "GetCognitoEventsResponse":{
1276
+ "type":"structure",
1277
+ "members":{
1278
+ "Events":{"shape":"Events"}
1279
+ }
1280
+ },
1117
1281
  "GetIdentityPoolConfigurationRequest":{
1118
1282
  "type":"structure",
1119
1283
  "required":["IdentityPoolId"],
@@ -1196,6 +1360,19 @@
1196
1360
  },
1197
1361
  "exception":true
1198
1362
  },
1363
+ "InvalidLambdaFunctionOutputException":{
1364
+ "type":"structure",
1365
+ "required":["message"],
1366
+ "members":{
1367
+ "message":{"shape":"ExceptionMessage"}
1368
+ },
1369
+ "error":{
1370
+ "code":"InvalidLambdaFunctionOutput",
1371
+ "httpStatusCode":400,
1372
+ "senderFault":true
1373
+ },
1374
+ "exception":true
1375
+ },
1199
1376
  "InvalidParameterException":{
1200
1377
  "type":"structure",
1201
1378
  "required":["message"],
@@ -1209,6 +1386,20 @@
1209
1386
  },
1210
1387
  "exception":true
1211
1388
  },
1389
+ "LambdaFunctionArn":{"type":"string"},
1390
+ "LambdaThrottledException":{
1391
+ "type":"structure",
1392
+ "required":["message"],
1393
+ "members":{
1394
+ "message":{"shape":"ExceptionMessage"}
1395
+ },
1396
+ "error":{
1397
+ "code":"LambdaThrottled",
1398
+ "httpStatusCode":429,
1399
+ "senderFault":true
1400
+ },
1401
+ "exception":true
1402
+ },
1212
1403
  "LimitExceededException":{
1213
1404
  "type":"structure",
1214
1405
  "required":["message"],
@@ -1482,6 +1673,21 @@
1482
1673
  },
1483
1674
  "exception":true
1484
1675
  },
1676
+ "SetCognitoEventsRequest":{
1677
+ "type":"structure",
1678
+ "required":[
1679
+ "IdentityPoolId",
1680
+ "Events"
1681
+ ],
1682
+ "members":{
1683
+ "IdentityPoolId":{
1684
+ "shape":"IdentityPoolId",
1685
+ "location":"uri",
1686
+ "locationName":"IdentityPoolId"
1687
+ },
1688
+ "Events":{"shape":"Events"}
1689
+ }
1690
+ },
1485
1691
  "SetIdentityPoolConfigurationRequest":{
1486
1692
  "type":"structure",
1487
1693
  "required":["IdentityPoolId"],
@@ -2,20 +2,22 @@
2
2
  "version": "2.0",
3
3
  "operations": {
4
4
  "BulkPublish": "Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream. Customers are limited to one successful bulk publish per 24 hours. Bulk publish is an asynchronous request, customers can see the status of the request via the GetBulkPublishDetails operation.",
5
- "DeleteDataset": "<p>Deletes the specific dataset. The dataset will be deleted permanently, and the action can't be undone. Datasets that this dataset was merged with will no longer report the merge. Any subsequent operation on this dataset will result in a <code>ResourceNotFoundException</code>.</p> <p><code>DeleteDataset</code> can be called with temporary user credentials provided by Cognito Identity or with developer credentials.</p>",
6
- "DescribeDataset": "<p>Gets meta data about a dataset by identity and dataset name. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.</p> <p><code>DescribeDataset</code> can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.</p>",
7
- "DescribeIdentityPoolUsage": "<p>Gets usage details (for example, data storage) about a particular identity pool.</p> <p><code>DescribeIdentityPoolUsage</code> can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.</p>",
8
- "DescribeIdentityUsage": "<p>Gets usage information for an identity, including number of datasets and data usage.</p> <p><code>DescribeIdentityUsage</code> can be called with temporary user credentials provided by Cognito Identity or with developer credentials.</p>",
5
+ "DeleteDataset": "<p>Deletes the specific dataset. The dataset will be deleted permanently, and the action can't be undone. Datasets that this dataset was merged with will no longer report the merge. Any subsequent operation on this dataset will result in a ResourceNotFoundException.</p> <p>DeleteDataset can be called with temporary user credentials provided by Cognito Identity or with developer credentials.</p>",
6
+ "DescribeDataset": "<p>Gets meta data about a dataset by identity and dataset name. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.</p> <p>DescribeDataset can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.</p>",
7
+ "DescribeIdentityPoolUsage": "<p>Gets usage details (for example, data storage) about a particular identity pool.</p> <p>DescribeIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.</p>",
8
+ "DescribeIdentityUsage": "<p>Gets usage information for an identity, including number of datasets and data usage.</p> <p>DescribeIdentityUsage can be called with temporary user credentials provided by Cognito Identity or with developer credentials.</p>",
9
9
  "GetBulkPublishDetails": "Get the status of the last BulkPublish operation for an identity pool.",
10
+ "GetCognitoEvents": "<p>Gets the events and the corresponding Lambda functions associated with an identity pool</p>",
10
11
  "GetIdentityPoolConfiguration": "<p>Gets the configuration settings of an identity pool.</p>",
11
- "ListDatasets": "<p>Lists datasets for an identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.</p> <p><code>ListDatasets</code> can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use the Cognito Identity credentials to make this API call.</p>",
12
- "ListIdentityPoolUsage": "<p>Gets a list of identity pools registered with Cognito.</p> <p><code>ListIdentityPoolUsage</code> can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.</p>",
13
- "ListRecords": "<p>Gets paginated records, optionally changed after a particular sync count for a dataset and identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.</p> <p><code>ListRecords</code> can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.</p>",
12
+ "ListDatasets": "<p>Lists datasets for an identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.</p> <p>ListDatasets can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use the Cognito Identity credentials to make this API call.</p>",
13
+ "ListIdentityPoolUsage": "<p>Gets a list of identity pools registered with Cognito.</p> <p>ListIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.</p>",
14
+ "ListRecords": "<p>Gets paginated records, optionally changed after a particular sync count for a dataset and identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.</p> <p>ListRecords can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.</p>",
14
15
  "RegisterDevice": "<p>Registers a device to receive push sync notifications.</p>",
16
+ "SetCognitoEvents": "<p>Sets the AWS Lambda function for a given event type for an identity pool. This request only updates the key/value pair specified. Other key/values pairs are not updated. To remove a key value pair, pass a empty value for the particular key.</p>",
15
17
  "SetIdentityPoolConfiguration": "<p>Sets the necessary configuration for push sync.</p>",
16
18
  "SubscribeToDataset": "<p>Subscribes to receive notifications when a dataset is modified by another device.</p>",
17
19
  "UnsubscribeFromDataset": "<p>Unsubscribes from receiving notifications when a dataset is modified by another device.</p>",
18
- "UpdateRecords": "<p>Posts updates to records and adds and deletes records for a dataset and user.</p> <p><code>UpdateRecords</code> can only be called with temporary user credentials provided by Cognito Identity. You cannot make this API call with developer credentials.</p>"
20
+ "UpdateRecords": "<p>Posts updates to records and adds and deletes records for a dataset and user.</p> <p>UpdateRecords can only be called with temporary user credentials provided by Cognito Identity. You cannot make this API call with developer credentials.</p>"
19
21
  },
20
22
  "service": "<fullname>Amazon Cognito Sync</fullname> <p>Amazon Cognito Sync provides an AWS service and client library that enable cross-device syncing of application-related user data. High-level client libraries are available for both iOS and Android. You can use these libraries to persist data locally so that it's available even if the device is offline. Developer credentials don't need to be stored on the mobile device to access the service. You can use Amazon Cognito to obtain a normalized user ID and credentials. User data is persisted in a dataset that can store up to 1 MB of key-value pairs, and you can have up to 20 datasets per user identity.</p> <p>With Amazon Cognito Sync, the data stored for each identity is accessible only to credentials assigned to that identity. In order to use the Cognito Sync service, you need to make API calls using credentials retrieved with <a href=\"http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html\">Amazon Cognito Identity service</a>.</p> <p>If you want to use Cognito Sync in an Android or iOS application, you will probably want to make API calls via the AWS Mobile SDK. To learn more, see the <a href=\"http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/cognito-sync.html\">Developer Guide for Android</a> and the <a href=\"http://docs.aws.amazon.com/mobile/sdkforios/developerguide/cognito-sync.html\">Developer Guide for iOS</a>.</p>",
21
23
  "shapes": {
@@ -39,7 +41,7 @@
39
41
  "AssumeRoleArn": {
40
42
  "base": null,
41
43
  "refs": {
42
- "CognitoStreams$RoleArn": "The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke <code>PutRecord</code> on your Cognito stream.",
44
+ "CognitoStreams$RoleArn": "The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.",
43
45
  "PushSync$RoleArn": "<p>A role configured to allow Cognito to call SNS on behalf of the developer.</p>"
44
46
  }
45
47
  },
@@ -51,7 +53,7 @@
51
53
  }
52
54
  },
53
55
  "BulkPublishRequest": {
54
- "base": "The input for the <code>BulkPublish</code> operation.",
56
+ "base": "The input for the BulkPublish operation.",
55
57
  "refs": {
56
58
  }
57
59
  },
@@ -63,13 +65,19 @@
63
65
  "BulkPublishStatus": {
64
66
  "base": null,
65
67
  "refs": {
66
- "GetBulkPublishDetailsResponse$BulkPublishStatus": "Status of the last bulk publish operation, valid values are: <p><code>NOT_STARTED</code> - No bulk publish has been requested for this identity pool</p> <p><code>IN_PROGRESS</code> - Data is being published to the configured stream</p> <p><code>SUCCEEDED</code> - All data for the identity pool has been published to the configured stream</p> <p><code>FAILED</code> - Some portion of the data has failed to publish, check <code>FailureMessage</code> for the cause.</p>"
68
+ "GetBulkPublishDetailsResponse$BulkPublishStatus": "Status of the last bulk publish operation, valid values are: <p>NOT_STARTED - No bulk publish has been requested for this identity pool</p> <p>IN_PROGRESS - Data is being published to the configured stream</p> <p>SUCCEEDED - All data for the identity pool has been published to the configured stream</p> <p>FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.</p>"
67
69
  }
68
70
  },
69
71
  "ClientContext": {
70
72
  "base": null,
71
73
  "refs": {
72
- "UpdateRecordsRequest$ClientContext": "Intended to supply a device ID that will populate the <code>lastModifiedBy</code> field referenced in other methods. The <code>ClientContext</code> field is not yet implemented."
74
+ "UpdateRecordsRequest$ClientContext": "Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented."
75
+ }
76
+ },
77
+ "CognitoEventType": {
78
+ "base": null,
79
+ "refs": {
80
+ "Events$key": null
73
81
  }
74
82
  },
75
83
  "CognitoStreams": {
@@ -112,7 +120,7 @@
112
120
  "Dataset$CreationDate": "Date on which the dataset was created.",
113
121
  "Dataset$LastModifiedDate": "Date when the dataset was last modified.",
114
122
  "GetBulkPublishDetailsResponse$BulkPublishStartTime": "The date/time at which the last bulk publish was initiated.",
115
- "GetBulkPublishDetailsResponse$BulkPublishCompleteTime": "If <code>BulkPublishStatus</code> is SUCCEEDED, the time the last bulk publish operation completed.",
123
+ "GetBulkPublishDetailsResponse$BulkPublishCompleteTime": "If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.",
116
124
  "IdentityPoolUsage$LastModifiedDate": "Date on which the identity pool was last modified.",
117
125
  "IdentityUsage$LastModifiedDate": "Date on which the identity was last modified.",
118
126
  "Record$LastModifiedDate": "The date on which the record was last modified.",
@@ -170,18 +178,27 @@
170
178
  }
171
179
  },
172
180
  "DuplicateRequestException": {
173
- "base": "An exception thrown when there is an <code>IN_PROGRESS</code> bulk publish operation for the given identity pool.",
181
+ "base": "An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.",
182
+ "refs": {
183
+ }
184
+ },
185
+ "Events": {
186
+ "base": null,
174
187
  "refs": {
188
+ "GetCognitoEventsResponse$Events": "<p>The Cognito Events returned from the GetCognitoEvents request</p>",
189
+ "SetCognitoEventsRequest$Events": "<p>The events to configure</p>"
175
190
  }
176
191
  },
177
192
  "ExceptionMessage": {
178
193
  "base": null,
179
194
  "refs": {
180
- "AlreadyStreamedException$message": "The message associated with the <code>AlreadyStreamedException</code> exception.",
181
- "DuplicateRequestException$message": "The message associated with the <code>DuplicateRequestException</code> exception.",
195
+ "AlreadyStreamedException$message": "The message associated with the AlreadyStreamedException exception.",
196
+ "DuplicateRequestException$message": "The message associated with the DuplicateRequestException exception.",
182
197
  "InternalErrorException$message": "Message returned by InternalErrorException.",
183
198
  "InvalidConfigurationException$message": "Message returned by InvalidConfigurationException.",
199
+ "InvalidLambdaFunctionOutputException$message": "<p>A message returned when an InvalidLambdaFunctionOutputException occurs</p>",
184
200
  "InvalidParameterException$message": "Message returned by InvalidParameterException.",
201
+ "LambdaThrottledException$message": "<p>A message returned when an LambdaThrottledException is thrown</p>",
185
202
  "LimitExceededException$message": "Message returned by LimitExceededException.",
186
203
  "NotAuthorizedException$message": "The message returned by a NotAuthorizedException.",
187
204
  "ResourceConflictException$message": "The message returned by a ResourceConflictException.",
@@ -190,22 +207,32 @@
190
207
  }
191
208
  },
192
209
  "GetBulkPublishDetailsRequest": {
193
- "base": "The input for the <code>GetBulkPublishDetails</code> operation.",
210
+ "base": "The input for the GetBulkPublishDetails operation.",
194
211
  "refs": {
195
212
  }
196
213
  },
197
214
  "GetBulkPublishDetailsResponse": {
198
- "base": "The output for the <code>GetBulkPublishDetails</code> operation.",
215
+ "base": "The output for the GetBulkPublishDetails operation.",
216
+ "refs": {
217
+ }
218
+ },
219
+ "GetCognitoEventsRequest": {
220
+ "base": "<p>A request for a list of the configured Cognito Events</p>",
221
+ "refs": {
222
+ }
223
+ },
224
+ "GetCognitoEventsResponse": {
225
+ "base": "<p>The response from the GetCognitoEvents request</p>",
199
226
  "refs": {
200
227
  }
201
228
  },
202
229
  "GetIdentityPoolConfigurationRequest": {
203
- "base": "<p>The input for the <code>GetIdentityPoolConfiguration</code> operation.</p>",
230
+ "base": "<p>The input for the GetIdentityPoolConfiguration operation.</p>",
204
231
  "refs": {
205
232
  }
206
233
  },
207
234
  "GetIdentityPoolConfigurationResponse": {
208
- "base": "<p>The output for the <code>GetIdentityPoolConfiguration</code> operation.</p>",
235
+ "base": "<p>The output for the GetIdentityPoolConfiguration operation.</p>",
209
236
  "refs": {
210
237
  }
211
238
  },
@@ -236,6 +263,7 @@
236
263
  "DescribeIdentityUsageRequest$IdentityPoolId": "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.",
237
264
  "GetBulkPublishDetailsRequest$IdentityPoolId": "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.",
238
265
  "GetBulkPublishDetailsResponse$IdentityPoolId": "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.",
266
+ "GetCognitoEventsRequest$IdentityPoolId": "<p>The Cognito Identity Pool ID for the request</p>",
239
267
  "GetIdentityPoolConfigurationRequest$IdentityPoolId": "<p>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.</p>",
240
268
  "GetIdentityPoolConfigurationResponse$IdentityPoolId": "<p>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.</p>",
241
269
  "IdentityPoolUsage$IdentityPoolId": "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.",
@@ -243,6 +271,7 @@
243
271
  "ListDatasetsRequest$IdentityPoolId": "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.",
244
272
  "ListRecordsRequest$IdentityPoolId": "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.",
245
273
  "RegisterDeviceRequest$IdentityPoolId": "<p>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.</p>",
274
+ "SetCognitoEventsRequest$IdentityPoolId": "<p>The Cognito Identity Pool to use when configuring Cognito Events</p>",
246
275
  "SetIdentityPoolConfigurationRequest$IdentityPoolId": "<p>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.</p>",
247
276
  "SetIdentityPoolConfigurationResponse$IdentityPoolId": "<p>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.</p>",
248
277
  "SubscribeToDatasetRequest$IdentityPoolId": "<p>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.</p>",
@@ -297,11 +326,27 @@
297
326
  "refs": {
298
327
  }
299
328
  },
329
+ "InvalidLambdaFunctionOutputException": {
330
+ "base": "<p>The AWS Lambda function returned invalid output or an exception.</p>",
331
+ "refs": {
332
+ }
333
+ },
300
334
  "InvalidParameterException": {
301
335
  "base": "Thrown when a request parameter does not comply with the associated constraints.",
302
336
  "refs": {
303
337
  }
304
338
  },
339
+ "LambdaFunctionArn": {
340
+ "base": null,
341
+ "refs": {
342
+ "Events$value": null
343
+ }
344
+ },
345
+ "LambdaThrottledException": {
346
+ "base": "<p>AWS Lambda throttled your account, please contact AWS Support</p>",
347
+ "refs": {
348
+ }
349
+ },
305
350
  "LimitExceededException": {
306
351
  "base": "Thrown when the limit on the number of objects or operations has been exceeded.",
307
352
  "refs": {
@@ -428,12 +473,12 @@
428
473
  }
429
474
  },
430
475
  "RegisterDeviceRequest": {
431
- "base": "<p>A request to <code>RegisterDevice</code>.</p>",
476
+ "base": "<p>A request to RegisterDevice.</p>",
432
477
  "refs": {
433
478
  }
434
479
  },
435
480
  "RegisterDeviceResponse": {
436
- "base": "<p>Response to a <code>RegisterDevice</code> request.</p>",
481
+ "base": "<p>Response to a RegisterDevice request.</p>",
437
482
  "refs": {
438
483
  }
439
484
  },
@@ -447,13 +492,18 @@
447
492
  "refs": {
448
493
  }
449
494
  },
495
+ "SetCognitoEventsRequest": {
496
+ "base": "<p>A request to configure Cognito Events\"</p>\"",
497
+ "refs": {
498
+ }
499
+ },
450
500
  "SetIdentityPoolConfigurationRequest": {
451
- "base": "<p>The input for the <code>SetIdentityPoolConfiguration</code> operation.</p>",
501
+ "base": "<p>The input for the SetIdentityPoolConfiguration operation.</p>",
452
502
  "refs": {
453
503
  }
454
504
  },
455
505
  "SetIdentityPoolConfigurationResponse": {
456
- "base": "<p>The output for the <code>SetIdentityPoolConfiguration</code> operation</p>",
506
+ "base": "<p>The output for the SetIdentityPoolConfiguration operation</p>",
457
507
  "refs": {
458
508
  }
459
509
  },
@@ -466,7 +516,7 @@
466
516
  "StreamingStatus": {
467
517
  "base": null,
468
518
  "refs": {
469
- "CognitoStreams$StreamingStatus": "Status of the Cognito streams. Valid values are: <p><code>ENABLED</code> - Streaming of updates to identity pool is enabled.</p> <p><code>DISABLED</code>Streaming of updates to identity pool is disabled. Bulk publish will also fail if <code>StreamingStatus</code> is <code>DISABLED</code>.</p>"
519
+ "CognitoStreams$StreamingStatus": "Status of the Cognito streams. Valid values are: <p>ENABLED - Streaming of updates to identity pool is enabled.</p> <p>DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.</p>"
470
520
  }
471
521
  },
472
522
  "String": {
@@ -487,12 +537,12 @@
487
537
  }
488
538
  },
489
539
  "SubscribeToDatasetRequest": {
490
- "base": "<p>A request to <code>SubscribeToDatasetRequest</code>.</p>",
540
+ "base": "<p>A request to SubscribeToDatasetRequest.</p>",
491
541
  "refs": {
492
542
  }
493
543
  },
494
544
  "SubscribeToDatasetResponse": {
495
- "base": "<p>Response to a <code>SubscribeToDataset</code> request.</p>",
545
+ "base": "<p>Response to a SubscribeToDataset request.</p>",
496
546
  "refs": {
497
547
  }
498
548
  },
@@ -509,12 +559,12 @@
509
559
  }
510
560
  },
511
561
  "UnsubscribeFromDatasetRequest": {
512
- "base": "<p>A request to <code>UnsubscribeFromDataset</code>.</p>",
562
+ "base": "<p>A request to UnsubscribeFromDataset.</p>",
513
563
  "refs": {
514
564
  }
515
565
  },
516
566
  "UnsubscribeFromDatasetResponse": {
517
- "base": "<p>Response to an <code>UnsubscribeFromDataset</code> request.</p>",
567
+ "base": "<p>Response to an UnsubscribeFromDataset request.</p>",
518
568
  "refs": {
519
569
  }
520
570
  },