aws-sdk-cognitosync 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cognitosync.rb +1 -1
- data/lib/aws-sdk-cognitosync/client.rb +1 -1
- data/lib/aws-sdk-cognitosync/client_api.rb +39 -0
- data/lib/aws-sdk-cognitosync/errors.rb +208 -0
- data/lib/aws-sdk-cognitosync/types.rb +174 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7342d0a3f583bbb160ad6bb36deb6c181b172c71
|
|
4
|
+
data.tar.gz: 5497d63a1373cfc365e0b4560730b504c85a2f29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c683f27312b89df8c4ad91c7798b0a77ff5892bae2efe0eea0fa7e9cf7a1a6a3cf5a00c8a54810054d234343326623b00955a57e8b1e2bf11f6b0bebc4c1bda
|
|
7
|
+
data.tar.gz: c68214ce07541359521a7d2871aad547c2576caff6fef7dd6e201dd2d693afe83e24066d75c30c6c04fdfbb013d9c2b17f13371c7b0da832f9510c69acbac674
|
data/lib/aws-sdk-cognitosync.rb
CHANGED
|
@@ -1111,7 +1111,7 @@ module Aws::CognitoSync
|
|
|
1111
1111
|
params: params,
|
|
1112
1112
|
config: config)
|
|
1113
1113
|
context[:gem_name] = 'aws-sdk-cognitosync'
|
|
1114
|
-
context[:gem_version] = '1.
|
|
1114
|
+
context[:gem_version] = '1.12.0'
|
|
1115
1115
|
Seahorse::Client::Request.new(handlers, context)
|
|
1116
1116
|
end
|
|
1117
1117
|
|
|
@@ -97,6 +97,9 @@ module Aws::CognitoSync
|
|
|
97
97
|
UpdateRecordsRequest = Shapes::StructureShape.new(name: 'UpdateRecordsRequest')
|
|
98
98
|
UpdateRecordsResponse = Shapes::StructureShape.new(name: 'UpdateRecordsResponse')
|
|
99
99
|
|
|
100
|
+
AlreadyStreamedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
101
|
+
AlreadyStreamedException.struct_class = Types::AlreadyStreamedException
|
|
102
|
+
|
|
100
103
|
ApplicationArnList.member = Shapes::ShapeRef.new(shape: ApplicationArn)
|
|
101
104
|
|
|
102
105
|
BulkPublishRequest.add_member(:identity_pool_id, Shapes::ShapeRef.new(shape: IdentityPoolId, required: true, location: "uri", location_name: "IdentityPoolId"))
|
|
@@ -110,6 +113,9 @@ module Aws::CognitoSync
|
|
|
110
113
|
CognitoStreams.add_member(:streaming_status, Shapes::ShapeRef.new(shape: StreamingStatus, location_name: "StreamingStatus"))
|
|
111
114
|
CognitoStreams.struct_class = Types::CognitoStreams
|
|
112
115
|
|
|
116
|
+
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
117
|
+
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
|
118
|
+
|
|
113
119
|
Dataset.add_member(:identity_id, Shapes::ShapeRef.new(shape: IdentityId, location_name: "IdentityId"))
|
|
114
120
|
Dataset.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, location_name: "DatasetName"))
|
|
115
121
|
Dataset.add_member(:creation_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreationDate"))
|
|
@@ -150,6 +156,9 @@ module Aws::CognitoSync
|
|
|
150
156
|
DescribeIdentityUsageResponse.add_member(:identity_usage, Shapes::ShapeRef.new(shape: IdentityUsage, location_name: "IdentityUsage"))
|
|
151
157
|
DescribeIdentityUsageResponse.struct_class = Types::DescribeIdentityUsageResponse
|
|
152
158
|
|
|
159
|
+
DuplicateRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
160
|
+
DuplicateRequestException.struct_class = Types::DuplicateRequestException
|
|
161
|
+
|
|
153
162
|
Events.key = Shapes::ShapeRef.new(shape: CognitoEventType)
|
|
154
163
|
Events.value = Shapes::ShapeRef.new(shape: LambdaFunctionArn)
|
|
155
164
|
|
|
@@ -192,6 +201,24 @@ module Aws::CognitoSync
|
|
|
192
201
|
IdentityUsage.add_member(:data_storage, Shapes::ShapeRef.new(shape: Long, location_name: "DataStorage"))
|
|
193
202
|
IdentityUsage.struct_class = Types::IdentityUsage
|
|
194
203
|
|
|
204
|
+
InternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
205
|
+
InternalErrorException.struct_class = Types::InternalErrorException
|
|
206
|
+
|
|
207
|
+
InvalidConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
208
|
+
InvalidConfigurationException.struct_class = Types::InvalidConfigurationException
|
|
209
|
+
|
|
210
|
+
InvalidLambdaFunctionOutputException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
211
|
+
InvalidLambdaFunctionOutputException.struct_class = Types::InvalidLambdaFunctionOutputException
|
|
212
|
+
|
|
213
|
+
InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
214
|
+
InvalidParameterException.struct_class = Types::InvalidParameterException
|
|
215
|
+
|
|
216
|
+
LambdaThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
217
|
+
LambdaThrottledException.struct_class = Types::LambdaThrottledException
|
|
218
|
+
|
|
219
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
220
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
|
221
|
+
|
|
195
222
|
ListDatasetsRequest.add_member(:identity_pool_id, Shapes::ShapeRef.new(shape: IdentityPoolId, required: true, location: "uri", location_name: "IdentityPoolId"))
|
|
196
223
|
ListDatasetsRequest.add_member(:identity_id, Shapes::ShapeRef.new(shape: IdentityId, required: true, location: "uri", location_name: "IdentityId"))
|
|
197
224
|
ListDatasetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
@@ -235,6 +262,9 @@ module Aws::CognitoSync
|
|
|
235
262
|
|
|
236
263
|
MergedDatasetNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
237
264
|
|
|
265
|
+
NotAuthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
266
|
+
NotAuthorizedException.struct_class = Types::NotAuthorizedException
|
|
267
|
+
|
|
238
268
|
PushSync.add_member(:application_arns, Shapes::ShapeRef.new(shape: ApplicationArnList, location_name: "ApplicationArns"))
|
|
239
269
|
PushSync.add_member(:role_arn, Shapes::ShapeRef.new(shape: AssumeRoleArn, location_name: "RoleArn"))
|
|
240
270
|
PushSync.struct_class = Types::PushSync
|
|
@@ -267,6 +297,12 @@ module Aws::CognitoSync
|
|
|
267
297
|
RegisterDeviceResponse.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
|
|
268
298
|
RegisterDeviceResponse.struct_class = Types::RegisterDeviceResponse
|
|
269
299
|
|
|
300
|
+
ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
301
|
+
ResourceConflictException.struct_class = Types::ResourceConflictException
|
|
302
|
+
|
|
303
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
304
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
305
|
+
|
|
270
306
|
SetCognitoEventsRequest.add_member(:identity_pool_id, Shapes::ShapeRef.new(shape: IdentityPoolId, required: true, location: "uri", location_name: "IdentityPoolId"))
|
|
271
307
|
SetCognitoEventsRequest.add_member(:events, Shapes::ShapeRef.new(shape: Events, required: true, location_name: "Events"))
|
|
272
308
|
SetCognitoEventsRequest.struct_class = Types::SetCognitoEventsRequest
|
|
@@ -289,6 +325,9 @@ module Aws::CognitoSync
|
|
|
289
325
|
|
|
290
326
|
SubscribeToDatasetResponse.struct_class = Types::SubscribeToDatasetResponse
|
|
291
327
|
|
|
328
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
|
|
329
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
|
330
|
+
|
|
292
331
|
UnsubscribeFromDatasetRequest.add_member(:identity_pool_id, Shapes::ShapeRef.new(shape: IdentityPoolId, required: true, location: "uri", location_name: "IdentityPoolId"))
|
|
293
332
|
UnsubscribeFromDatasetRequest.add_member(:identity_id, Shapes::ShapeRef.new(shape: IdentityId, required: true, location: "uri", location_name: "IdentityId"))
|
|
294
333
|
UnsubscribeFromDatasetRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, required: true, location: "uri", location_name: "DatasetName"))
|
|
@@ -10,5 +10,213 @@ module Aws::CognitoSync
|
|
|
10
10
|
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
|
12
12
|
|
|
13
|
+
class AlreadyStreamedException < ServiceError
|
|
14
|
+
|
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
16
|
+
# @param [String] message
|
|
17
|
+
# @param [Aws::CognitoSync::Types::AlreadyStreamedException] data
|
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
19
|
+
super(context, message, data)
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
# @return [String]
|
|
23
|
+
def message
|
|
24
|
+
@message || @data[:message]
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
class ConcurrentModificationException < ServiceError
|
|
30
|
+
|
|
31
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
32
|
+
# @param [String] message
|
|
33
|
+
# @param [Aws::CognitoSync::Types::ConcurrentModificationException] data
|
|
34
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
35
|
+
super(context, message, data)
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# @return [String]
|
|
39
|
+
def message
|
|
40
|
+
@message || @data[:message]
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
class DuplicateRequestException < ServiceError
|
|
46
|
+
|
|
47
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
48
|
+
# @param [String] message
|
|
49
|
+
# @param [Aws::CognitoSync::Types::DuplicateRequestException] data
|
|
50
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
51
|
+
super(context, message, data)
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
# @return [String]
|
|
55
|
+
def message
|
|
56
|
+
@message || @data[:message]
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class InternalErrorException < ServiceError
|
|
62
|
+
|
|
63
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
64
|
+
# @param [String] message
|
|
65
|
+
# @param [Aws::CognitoSync::Types::InternalErrorException] data
|
|
66
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
67
|
+
super(context, message, data)
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
# @return [String]
|
|
71
|
+
def message
|
|
72
|
+
@message || @data[:message]
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
class InvalidConfigurationException < ServiceError
|
|
78
|
+
|
|
79
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
80
|
+
# @param [String] message
|
|
81
|
+
# @param [Aws::CognitoSync::Types::InvalidConfigurationException] data
|
|
82
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
83
|
+
super(context, message, data)
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# @return [String]
|
|
87
|
+
def message
|
|
88
|
+
@message || @data[:message]
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
class InvalidLambdaFunctionOutputException < ServiceError
|
|
94
|
+
|
|
95
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
96
|
+
# @param [String] message
|
|
97
|
+
# @param [Aws::CognitoSync::Types::InvalidLambdaFunctionOutputException] data
|
|
98
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
99
|
+
super(context, message, data)
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# @return [String]
|
|
103
|
+
def message
|
|
104
|
+
@message || @data[:message]
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class InvalidParameterException < ServiceError
|
|
110
|
+
|
|
111
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
112
|
+
# @param [String] message
|
|
113
|
+
# @param [Aws::CognitoSync::Types::InvalidParameterException] data
|
|
114
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
115
|
+
super(context, message, data)
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# @return [String]
|
|
119
|
+
def message
|
|
120
|
+
@message || @data[:message]
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
class LambdaThrottledException < ServiceError
|
|
126
|
+
|
|
127
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
128
|
+
# @param [String] message
|
|
129
|
+
# @param [Aws::CognitoSync::Types::LambdaThrottledException] data
|
|
130
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
131
|
+
super(context, message, data)
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# @return [String]
|
|
135
|
+
def message
|
|
136
|
+
@message || @data[:message]
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
class LimitExceededException < ServiceError
|
|
142
|
+
|
|
143
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
144
|
+
# @param [String] message
|
|
145
|
+
# @param [Aws::CognitoSync::Types::LimitExceededException] data
|
|
146
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
147
|
+
super(context, message, data)
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
# @return [String]
|
|
151
|
+
def message
|
|
152
|
+
@message || @data[:message]
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class NotAuthorizedException < ServiceError
|
|
158
|
+
|
|
159
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
160
|
+
# @param [String] message
|
|
161
|
+
# @param [Aws::CognitoSync::Types::NotAuthorizedException] data
|
|
162
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
163
|
+
super(context, message, data)
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# @return [String]
|
|
167
|
+
def message
|
|
168
|
+
@message || @data[:message]
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
end
|
|
172
|
+
|
|
173
|
+
class ResourceConflictException < ServiceError
|
|
174
|
+
|
|
175
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
176
|
+
# @param [String] message
|
|
177
|
+
# @param [Aws::CognitoSync::Types::ResourceConflictException] data
|
|
178
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
179
|
+
super(context, message, data)
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
# @return [String]
|
|
183
|
+
def message
|
|
184
|
+
@message || @data[:message]
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
class ResourceNotFoundException < ServiceError
|
|
190
|
+
|
|
191
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
192
|
+
# @param [String] message
|
|
193
|
+
# @param [Aws::CognitoSync::Types::ResourceNotFoundException] data
|
|
194
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
195
|
+
super(context, message, data)
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
# @return [String]
|
|
199
|
+
def message
|
|
200
|
+
@message || @data[:message]
|
|
201
|
+
end
|
|
202
|
+
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class TooManyRequestsException < ServiceError
|
|
206
|
+
|
|
207
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
208
|
+
# @param [String] message
|
|
209
|
+
# @param [Aws::CognitoSync::Types::TooManyRequestsException] data
|
|
210
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
211
|
+
super(context, message, data)
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
# @return [String]
|
|
215
|
+
def message
|
|
216
|
+
@message || @data[:message]
|
|
217
|
+
end
|
|
218
|
+
|
|
219
|
+
end
|
|
220
|
+
|
|
13
221
|
end
|
|
14
222
|
end
|
|
@@ -8,6 +8,21 @@
|
|
|
8
8
|
module Aws::CognitoSync
|
|
9
9
|
module Types
|
|
10
10
|
|
|
11
|
+
# An exception thrown when a bulk publish operation is requested less
|
|
12
|
+
# than 24 hours after a previous bulk publish operation completed
|
|
13
|
+
# successfully.
|
|
14
|
+
#
|
|
15
|
+
# @!attribute [rw] message
|
|
16
|
+
# The message associated with the AlreadyStreamedException exception.
|
|
17
|
+
# @return [String]
|
|
18
|
+
#
|
|
19
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/AlreadyStreamedException AWS API Documentation
|
|
20
|
+
#
|
|
21
|
+
class AlreadyStreamedException < Struct.new(
|
|
22
|
+
:message)
|
|
23
|
+
include Aws::Structure
|
|
24
|
+
end
|
|
25
|
+
|
|
11
26
|
# The input for the BulkPublish operation.
|
|
12
27
|
#
|
|
13
28
|
# @note When making an API call, you may pass BulkPublishRequest
|
|
@@ -84,6 +99,19 @@ module Aws::CognitoSync
|
|
|
84
99
|
include Aws::Structure
|
|
85
100
|
end
|
|
86
101
|
|
|
102
|
+
# Thrown if there are parallel requests to modify a resource.
|
|
103
|
+
#
|
|
104
|
+
# @!attribute [rw] message
|
|
105
|
+
# The message returned by a ConcurrentModicationException.
|
|
106
|
+
# @return [String]
|
|
107
|
+
#
|
|
108
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ConcurrentModificationException AWS API Documentation
|
|
109
|
+
#
|
|
110
|
+
class ConcurrentModificationException < Struct.new(
|
|
111
|
+
:message)
|
|
112
|
+
include Aws::Structure
|
|
113
|
+
end
|
|
114
|
+
|
|
87
115
|
# A collection of data for an identity pool. An identity pool can have
|
|
88
116
|
# multiple datasets. A dataset is per identity and can be general or
|
|
89
117
|
# associated with a particular entity in an application (like a saved
|
|
@@ -323,6 +351,20 @@ module Aws::CognitoSync
|
|
|
323
351
|
include Aws::Structure
|
|
324
352
|
end
|
|
325
353
|
|
|
354
|
+
# An exception thrown when there is an IN\_PROGRESS bulk publish
|
|
355
|
+
# operation for the given identity pool.
|
|
356
|
+
#
|
|
357
|
+
# @!attribute [rw] message
|
|
358
|
+
# The message associated with the DuplicateRequestException exception.
|
|
359
|
+
# @return [String]
|
|
360
|
+
#
|
|
361
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DuplicateRequestException AWS API Documentation
|
|
362
|
+
#
|
|
363
|
+
class DuplicateRequestException < Struct.new(
|
|
364
|
+
:message)
|
|
365
|
+
include Aws::Structure
|
|
366
|
+
end
|
|
367
|
+
|
|
326
368
|
# The input for the GetBulkPublishDetails operation.
|
|
327
369
|
#
|
|
328
370
|
# @note When making an API call, you may pass GetBulkPublishDetailsRequest
|
|
@@ -539,6 +581,85 @@ module Aws::CognitoSync
|
|
|
539
581
|
include Aws::Structure
|
|
540
582
|
end
|
|
541
583
|
|
|
584
|
+
# Indicates an internal service error.
|
|
585
|
+
#
|
|
586
|
+
# @!attribute [rw] message
|
|
587
|
+
# Message returned by InternalErrorException.
|
|
588
|
+
# @return [String]
|
|
589
|
+
#
|
|
590
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/InternalErrorException AWS API Documentation
|
|
591
|
+
#
|
|
592
|
+
class InternalErrorException < Struct.new(
|
|
593
|
+
:message)
|
|
594
|
+
include Aws::Structure
|
|
595
|
+
end
|
|
596
|
+
|
|
597
|
+
# @!attribute [rw] message
|
|
598
|
+
# Message returned by InvalidConfigurationException.
|
|
599
|
+
# @return [String]
|
|
600
|
+
#
|
|
601
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/InvalidConfigurationException AWS API Documentation
|
|
602
|
+
#
|
|
603
|
+
class InvalidConfigurationException < Struct.new(
|
|
604
|
+
:message)
|
|
605
|
+
include Aws::Structure
|
|
606
|
+
end
|
|
607
|
+
|
|
608
|
+
# The AWS Lambda function returned invalid output or an exception.
|
|
609
|
+
#
|
|
610
|
+
# @!attribute [rw] message
|
|
611
|
+
# A message returned when an InvalidLambdaFunctionOutputException
|
|
612
|
+
# occurs
|
|
613
|
+
# @return [String]
|
|
614
|
+
#
|
|
615
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/InvalidLambdaFunctionOutputException AWS API Documentation
|
|
616
|
+
#
|
|
617
|
+
class InvalidLambdaFunctionOutputException < Struct.new(
|
|
618
|
+
:message)
|
|
619
|
+
include Aws::Structure
|
|
620
|
+
end
|
|
621
|
+
|
|
622
|
+
# Thrown when a request parameter does not comply with the associated
|
|
623
|
+
# constraints.
|
|
624
|
+
#
|
|
625
|
+
# @!attribute [rw] message
|
|
626
|
+
# Message returned by InvalidParameterException.
|
|
627
|
+
# @return [String]
|
|
628
|
+
#
|
|
629
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/InvalidParameterException AWS API Documentation
|
|
630
|
+
#
|
|
631
|
+
class InvalidParameterException < Struct.new(
|
|
632
|
+
:message)
|
|
633
|
+
include Aws::Structure
|
|
634
|
+
end
|
|
635
|
+
|
|
636
|
+
# AWS Lambda throttled your account, please contact AWS Support
|
|
637
|
+
#
|
|
638
|
+
# @!attribute [rw] message
|
|
639
|
+
# A message returned when an LambdaThrottledException is thrown
|
|
640
|
+
# @return [String]
|
|
641
|
+
#
|
|
642
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/LambdaThrottledException AWS API Documentation
|
|
643
|
+
#
|
|
644
|
+
class LambdaThrottledException < Struct.new(
|
|
645
|
+
:message)
|
|
646
|
+
include Aws::Structure
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
# Thrown when the limit on the number of objects or operations has been
|
|
650
|
+
# exceeded.
|
|
651
|
+
#
|
|
652
|
+
# @!attribute [rw] message
|
|
653
|
+
# Message returned by LimitExceededException.
|
|
654
|
+
# @return [String]
|
|
655
|
+
#
|
|
656
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/LimitExceededException AWS API Documentation
|
|
657
|
+
#
|
|
658
|
+
class LimitExceededException < Struct.new(
|
|
659
|
+
:message)
|
|
660
|
+
include Aws::Structure
|
|
661
|
+
end
|
|
662
|
+
|
|
542
663
|
# Request for a list of datasets for an identity.
|
|
543
664
|
#
|
|
544
665
|
# @note When making an API call, you may pass ListDatasetsRequest
|
|
@@ -772,6 +893,19 @@ module Aws::CognitoSync
|
|
|
772
893
|
include Aws::Structure
|
|
773
894
|
end
|
|
774
895
|
|
|
896
|
+
# Thrown when a user is not authorized to access the requested resource.
|
|
897
|
+
#
|
|
898
|
+
# @!attribute [rw] message
|
|
899
|
+
# The message returned by a NotAuthorizedException.
|
|
900
|
+
# @return [String]
|
|
901
|
+
#
|
|
902
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/NotAuthorizedException AWS API Documentation
|
|
903
|
+
#
|
|
904
|
+
class NotAuthorizedException < Struct.new(
|
|
905
|
+
:message)
|
|
906
|
+
include Aws::Structure
|
|
907
|
+
end
|
|
908
|
+
|
|
775
909
|
# Configuration options to be applied to the identity pool.
|
|
776
910
|
#
|
|
777
911
|
# @note When making an API call, you may pass PushSync
|
|
@@ -934,6 +1068,33 @@ module Aws::CognitoSync
|
|
|
934
1068
|
include Aws::Structure
|
|
935
1069
|
end
|
|
936
1070
|
|
|
1071
|
+
# Thrown if an update can't be applied because the resource was changed
|
|
1072
|
+
# by another call and this would result in a conflict.
|
|
1073
|
+
#
|
|
1074
|
+
# @!attribute [rw] message
|
|
1075
|
+
# The message returned by a ResourceConflictException.
|
|
1076
|
+
# @return [String]
|
|
1077
|
+
#
|
|
1078
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ResourceConflictException AWS API Documentation
|
|
1079
|
+
#
|
|
1080
|
+
class ResourceConflictException < Struct.new(
|
|
1081
|
+
:message)
|
|
1082
|
+
include Aws::Structure
|
|
1083
|
+
end
|
|
1084
|
+
|
|
1085
|
+
# Thrown if the resource doesn't exist.
|
|
1086
|
+
#
|
|
1087
|
+
# @!attribute [rw] message
|
|
1088
|
+
# Message returned by a ResourceNotFoundException.
|
|
1089
|
+
# @return [String]
|
|
1090
|
+
#
|
|
1091
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ResourceNotFoundException AWS API Documentation
|
|
1092
|
+
#
|
|
1093
|
+
class ResourceNotFoundException < Struct.new(
|
|
1094
|
+
:message)
|
|
1095
|
+
include Aws::Structure
|
|
1096
|
+
end
|
|
1097
|
+
|
|
937
1098
|
# A request to configure Cognito Events"
|
|
938
1099
|
#
|
|
939
1100
|
# "
|
|
@@ -1076,6 +1237,19 @@ module Aws::CognitoSync
|
|
|
1076
1237
|
#
|
|
1077
1238
|
class SubscribeToDatasetResponse < Aws::EmptyStructure; end
|
|
1078
1239
|
|
|
1240
|
+
# Thrown if the request is throttled.
|
|
1241
|
+
#
|
|
1242
|
+
# @!attribute [rw] message
|
|
1243
|
+
# Message returned by a TooManyRequestsException.
|
|
1244
|
+
# @return [String]
|
|
1245
|
+
#
|
|
1246
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/TooManyRequestsException AWS API Documentation
|
|
1247
|
+
#
|
|
1248
|
+
class TooManyRequestsException < Struct.new(
|
|
1249
|
+
:message)
|
|
1250
|
+
include Aws::Structure
|
|
1251
|
+
end
|
|
1252
|
+
|
|
1079
1253
|
# A request to UnsubscribeFromDataset.
|
|
1080
1254
|
#
|
|
1081
1255
|
# @note When making an API call, you may pass UnsubscribeFromDatasetRequest
|
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.
|
|
4
|
+
version: 1.12.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: 2019-05-
|
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.53.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.53.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|